@charset "utf-8";
/* ---------------------------------------
	お知らせ一覧
-------------------------------------------*/
h1.heading-02{
	font-size: 120%;
	font-weight: bold;
	padding:0.5em;
	position: relative;
	border:1px solid #e9ebf2;
	border-bottom:1px solid #b3bfd9;
	border-top:none;
	padding-left: 1.2rem;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 50%, #e1e9f6 50%, #e7eff7 92%, #ffffff 98.5%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 50%,#e1e9f6 50%,#e7eff7 92%,#ffffff 98.5%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 50%,#e1e9f6 50%,#e7eff7 92%,#ffffff 98.5%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: #b3bfd9 0 2px;
	-webkit-box-shadow: #b3bfd9 0 2px;
	box-shadow: #e7eff7 -1px 2px;;
	display: flex;
	align-items: end;
}
h1.heading-02:before{
	content:"";
	display:block;
	border:1px solid #012873;
	width: 4px;
	height: 100%;
	background: #003db2;
	position: absolute;
	left: -2px;	
	top: 0;
}
h1.heading-02 span:first-child{
  margin-right: auto;
}
h2.heading-02{
	font-size: 120%;
	padding:0.5em!important;
	position: relative;
	border:1px solid #e9ebf2;
	border-bottom:1px solid #b3bfd9;
	border-top:none;
	padding-left: 1.2rem!important;
	background: #ffffff!important; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 50%, #e1e9f6 50%, #e7eff7 92%, #ffffff 98.5%)!important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 50%,#e1e9f6 50%,#e7eff7 92%,#ffffff 98.5%)!important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 50%,#e1e9f6 50%,#e7eff7 92%,#ffffff 98.5%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: #b3bfd9 0 2px;
	-webkit-box-shadow: #b3bfd9 0 2px;
	box-shadow: #e7eff7 -1px 2px;
	line-height: 1.2!important;
	color: inherit!important;
}
h2.heading-02:before{
	content:"";
	display:block;
	border:1px solid #012873;
	width: 4px;
	height: 100%;
	background: #003db2;
	position: absolute;
	left: -2px;	
	top: 0;
}
.section-02 {
    margin: 0 0 30px 10px;
}
/* tab-navi */
ul.tab-navi-01 {
	display: flex;
	border-bottom: #F8AB5D 3px solid;
	margin-bottom: 0;
	margin-top: 15px;
}
ul.tab-navi-01 li{
	width: calc(100% / 5);
	margin-right: 2px;
}
ul.tab-navi-01 li a {
	display: block;
  	padding: 0.8em 0 0.7em;
	border-radius: 3px 3px 0 0;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	background: #FCFCFE;
	background: -moz-linear-gradient(top, #fff 0%, #FCFCFE 50%, #E3E8E 100%);
	background: -webkit-linear-gradient(top, #fff 0%,#FCFCFE 50%,#E3E8E 100%);
	background: linear-gradient(to bottom, #ffff 0%,#FCFCFE 50%,#E3E8ED 100%); 
	border: 1px solid #d1d9ec;
	cursor: pointer;
	text-align: center;
}
ul.tab-navi-01 li:last-child {
	margin-right: 0;
}
ul.tab-navi-01 li.selected a {
	color: white;
	background: #F27C22;
	background: -moz-linear-gradient(top, #F27C22 0%, #f17b22 50%, #F8AB5D 100%);
	background: -webkit-linear-gradient(top, #F27C22 0%,#f17b22 50%,#F8AB5D 100%);
	background: linear-gradient(to bottom, #F27C22 0%,#f17b22 50%,#F8AB5D 100%); 
	border: 1px solid #f17b22;
	border-bottom: 1px solid #F8AB5D;
	padding-top: 1.1em;
	margin-top: -0.3em;
}
.news-list{
	border-right: solid 1px #d1d9ec;
	border-bottom: solid 1px #d1d9ec;
	border-left: solid 1px #d1d9ec;
	border-radius: 0 0 3px 3px;
	margin-bottom: 2rem;
}
dl.information{
	padding: 0 9px 10px 9px;
	margin-bottom: 0;
}
.information dt {
	padding: 10px 0 0 35px;
	margin-top: 10px;
    border-top: solid 1px #d1d9ec;
	font-weight: normal;
}
.information dt:first-child{
	border-top: none;
	margin-top: 0
}
.information dd {
	margin: -21px 0 0 165px;
}
.information dt img {
    position: absolute;
    margin: 4px 0 0 -35px;
}

@media only screen and (max-width:576px){
	h1.heading-02:before{
		width:4px!important;
	}
	.information dt{
		padding-left: 0;
	}
	.information dd {
	margin: 0;
	}
	.information dt img {
		display: none;
	}
} /*@media only screen and (max-width:576px) END*/


/* ---------------------------------------
	お知らせ 詳細ページ
-------------------------------------------*/
.supinfowrap {
    margin: 0px 10px;
}
.article .article-date {
    text-align: right;
}
.article .article-title {
    padding-top: 10px;
    margin-bottom: 35px;
    text-align: center;
    font-size: 110%;
}
.sub-section {
    margin: 0 0 30px 10px;
}
.section-02 .heading-03 {
    font-size: 0.875rem;
    position: relative;
    font-weight: bold;
    border-bottom: solid 2px #ebeffa;
    box-shadow: 0px 1px #d1d9ec, 0px -1px #c8cad6 inset;
    padding: 0.5em;
}
.section-02 .heading-03:after {
    content: "";
    border: solid 1px #8f9ebf;
    background: #b8c5e7;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 30px;
    height: 3px;
    display: block;
}
.section-02 h3.heading-03 {
    font-size: 0.875rem;
    position: relative;
    font-weight: bold;
	border: none;
    border-bottom: solid 2px #ebeffa;
    box-shadow: 0px 1px #d1d9ec, 0px -1px #c8cad6 inset;
    padding: 0.5em;
	background: none;
}
.section-02 h3.heading-03:after {
    content: "";
    border: solid 1px #8f9ebf;
    background: #b8c5e7;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 30px;
    height: 3px;
    display: block;
}
h3.heading-03{
	background: none;
	border: none;
}
.section-02 h3.heading-03:before{
	content: none;
}
h4.heading-05,
h5{
	font-size: 0.875rem;
	margin-top: 15px;
}
h4.heading-04,
.heading-04 {
    margin: 0 0 15px 0;
    padding: 2px 10px 2px 10px;
    border-bottom: solid 1px #d1d9ec;
	font-size: 0.875rem;
	font-weight: bold;
	box-shadow: none;
}
h4.heading-04:after {
    content: none;
}

/* archive-navi */
.archive-navi {
    margin:40px 0;
    padding: 7px 5px;
	border:1px solid #F6F6F6;
    background: #FCFCFE;
	background: -moz-linear-gradient(top, #fff 0%, #FCFCFE 50%, #E3E8ED 100%);
	background: -webkit-linear-gradient(top, #fff 0%,#FCFCFE 50%,#E3E8ED 100%);
	background: linear-gradient(to bottom, #ffff 0%,#FCFCFE 50%,#E3E8ED 100%); 
    line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.archive-navi a{
	padding: 0 20px;
}
.archive-navi .link-next a:before{
	content: "\f104";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
	margin-right: 5px;
}
.archive-navi .link-prev a:after {
	content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
	margin-left: 5px;
}
/*tel-block*/
.tel-block-01 {
    width: 60%;
	padding: 15px 10px 10px;
	border: 1px solid #ececed;
	box-shadow: 1px 1px #d1d9ec, 0px 0px #c8cad6 inset;
	margin: 15px 0 10px
}
.tel-block-01 .tel-block-inner p, 
.tel-block-02 .tel-block-inner p {
    margin: 0 15px 0 20px;
}
.tel-block-01 .tel-block-inner .tel-number,
.tel-block-02 .tel-block-inner .tel-number {
    display: block;
    margin: 0 0 5px 0;
    padding: 0 20px 0 20px;
}
.tel-block-01 .tel-block-inner .tel-number,
.tel-block-02 .tel-block-inner .tel-number {
    color: #319f2d;
    font-family: "Times New Roman", serif;
    font-weight: bold;
    font-size: 220%;
    letter-spacing: 0.13em;
}
/*table*/
.section-02 table{
	font-size: 0.875rem;
}
table.table-01 {
    margin: 0 0 15px 0;
    border-top: solid 1px #fad1a2;
    border-left: solid 1px #fad1a2;
}
table.table-01 th {
    width: 198px;
    padding: 10px;
    border-right: solid 1px #fad1a2;
    border-bottom: solid 1px #fad1a2;
    background-color: #fae8d4;
}
table.table-01 td {
    padding: 10px;
    border-right: solid 1px #fad1a2;
    border-bottom: solid 1px #fad1a2;
}
table.table-02 {
    margin: 0 0 15px 0;
        margin-bottom: 15px;
    border-top: solid 1px #d1d9ec;
    border-left: solid 1px #d1d9ec;
}
table.table-02 th {
    width: 30%;
    padding: 10px;
    border-right: solid 1px #d1d9ec;
    border-bottom: solid 1px #d1d9ec;
    background-color: #f2f5fa;
}
table.table-02 td {
    padding: 10px;
    border-right: solid 1px #d1d9ec;
    border-bottom: solid 1px #d1d9ec;
}
.alertmsg {
    color: #ce0000;
    font-weight: bold;
}

/* btn005-16 */
.btn005-16 {
	position: relative;
	display: inline-block;
	border-radius: 3px;
	text-align: left;
	letter-spacing: 1px;
	text-decoration: none!important;
	background: white;
	color: #002267;
	background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #edf3ff), color-stop(20%, #fbfcff), color-stop(100%, #fcfdff));
	background: -moz-linear-gradient(bottom, #edf3ff, #fbfcff 20%, #fcfdff);
	background: -webkit-linear-gradient(bottom, #edf3ff, #fbfcff 20%, #fcfdff);
	background: linear-gradient(to top, #edf3ff, #fbfcff 20%, #fcfdff);
	-moz-box-shadow: #7ca1ce 0 1px;
	-webkit-box-shadow: #7ca1ce 0 1px;
	box-shadow: #7ca1ce 0 1px;
	border: 1px solid #e6e6e6;
	width: 100%;
}
.btn005-16 a::before{
	content: "";
	display: inline-block;
	width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1em;
    vertical-align: middle;
    border-radius: 50%;
    border: solid 4px #f17b22;
    margin: auto auto auto -2.2em;
    position: absolute;
    top: 0;
    bottom: 0;
}
.btn005-16 a{
	color: #002267;	
	display:block;
	padding: 0.8em 0.3em 0.8em 3.2em;
	position: relative;
	align-items: center;
	width:100%;
}
.btn005-16 a:hover{
	color: #de670e;
	text-decoration:none;
}
.btn005-16:hover{
	background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #edf3ff), color-stop(30%, #edf3ff), color-stop(100%, #fbfcff));
	background: -moz-linear-gradient(bottom, #edf3ff, #edf3ff 30%, #fbfcff);
	background: -webkit-linear-gradient(bottom, #edf3ff, #edf3ff 30%, #fbfcff);
	background: linear-gradient(to top, #edf3ff, #edf3ff 30%, #fbfcff);
	color: #de670e;
}
.btn005-16:active {
	-moz-box-shadow: inset #7ca1ce 0 1px;
	-webkit-box-shadow: inset #7ca1ce 0 1px;
	box-shadow: inset #7ca1ce 0 1px;
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}
p.btn005-16{
	margin-bottom:0.8rem;
	align-items: center;
	display: flex;
}
.btn-two-columns .btn005-16{
	width: 50%;
}
@media screen and (min-width:577px) and ( max-width:768px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
	.tel-block-01 {
    	width: 80%;
	}
}

@media only screen and (max-width:576px){
	.section-02 {
		margin: 0 0 10px 0;
	}
	.tel-block-01 {
    	width: 97%;
	}
	.btn-two-columns .btn005-16{
		width: 97%;
	}
} 

/* ---------------------------------------
	(右コンテンツ) 最新のお知らせ 
-------------------------------------------*/

.right_contents h2 {
    margin: 0 5px 0 5px;
}
#latest-news {
    width: auto;
    margin: 0 5px 5px 5px;
    border: 0;
    border-left: solid 1px #d1d9ec;
    border-right: solid 1px #d1d9ec;
    border-bottom: solid 1px #d1d9ec;
    background-color: #fff;
	font-size: 0.875rem;
}
#latest-news table {
    width: auto;
    margin: -1px 5px 0 5px;
}
#latest-news table td {
    padding: 7px;
    border-top: solid 1px #d1d9ec;
}
.supinfo_menu1 {
    margin-bottom: 3px;
    padding: 5px 0;
    border-bottom: 1px dotted #eee;
}
#latest-news td.ml_all {
    text-align: center;
}








