@charset "UTF-8";
@import url('https://fonts.cdnfonts.com/css/barlow');
 /* 全ページ共通CSS */           
.contents_inner {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}
.overimg:hover{opacity: 0.5;}
.spnone{display: block;}
.sponly{display: none;}
.f-left{float: left;}
.f-right{float: right;}
.img100{width: 100%;}
.img90{width: 90%;}
.normal{font-weight: normal;}
.justify{text-align: justify;}
.w48per{width: 48%;}
.w30per{width: 30%;}
.w50per{width: 50%;}
.w48per img{width: 100%;}
.w66per{width: 66%;position: relative;}
.w80per{width: 80%;margin: 0 auto;}
.w90per{width: 90%;margin: 0 auto;}
.white{color:#ffffff;}
.barlow{font-family: 'Barlow', sans-serif;}
.pc-center{text-align: center;}
.navy{color:#1c2951;}
.sec_p{font-size: 1.0em; line-height: 1.8;}
.tbonly{display: none;}
.ttl_black{margin-top: 2%; font-size: 1em;display: block;font-weight: bold;}
.ttl_black02{margin-top: 3%; font-size: 1em;display: block;font-weight: bold;}
.ttl_wihte{color:#ffffff;margin-top: 3%; font-size: 1em;display: block;font-weight: bold;}
.center{text-align: center;}
.sec_ttl{font-size: 4em;text-align: center;}

/* パンくずリストcss *************************************************************** */
.bg_breadcrumb{}
.breadcrumb {
	text-align: left;
width: 1000px;
  padding: 0.2em 0em 0.2em;
  list-style: none;
  overflow: hidden;
  margin: 0 auto;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: normal;/*太字*/
}
.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #666666;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #666666;
	font-size: 0.8em;
}
.breadcrumb li a:hover {text-decoration: underline;}
/* パンくずリストcss *************************************************************** */
/* **********************　共通css ********************** */
#page_header{position: relative;background-repeat: no-repeat;background-position:center;background-size: cover; height: 340px; display: flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: center; /* オプション：水平方向の中央揃え */margin-top:-1.5em;}
#page_header h2{font-size: 2em;color: #ffffff;line-height: 1.0em;}
#page_header h2.en{font-size: 2.4em;}
#page_header h2 span{display: block;font-size: 0.54em;line-height: 1.0em;font-weight: normal;margin-top: 0.5%;}
#page_header h2 span{font-size: 0.4em;}
.page_title{font-size: 1.8em;margin-bottom: 1em;margin-top: 0;position: relative;
    padding-bottom: 0.2em; /* 見出しと下線の間の余白 */}
.page_title::after {
    content: "";
    position: absolute;
    bottom: 0; /* 見出しの下端に配置 */
    left: 0;
    width: 100%;
    height: 4px; /* 下線の太さ */
    background: linear-gradient(to right,
        #2ea5de 0%,          /* 青色の開始位置 */
        #2ea5de 5%,         /* 青色の終了位置 */
        #dadbdb 5%,         /* グレー色の開始位置 */
        #dadbdb 100%         /* グレー色の終了位置 */
    );}
.page_midashi{font-size: 1.6em;border-left:solid 5px #2ea5de;padding-left:0.6em;margin-bottom:1em;margin-top: 2em;}
.page_midashi_mtn{font-size: 1.6em;border-left:solid 5px #2ea5de;padding-left:0.6em;margin-bottom:1em;}
.page_komidahi{font-size: 1.4em;}
.img-top{margin-top: 1em;}
.img-bottom{margin-bottom: 1em;}
.ptb{padding: 0.6em 0;}
.mtb_m{margin: 1em 0;}
.border_b{border-bottom: solid 1px #000000;}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {
.spnone{display: block;}
.tbonly{display: block;}
.tbnone{display: none;}
.sponly{display: none;}

.sec_p{font-size: 1.0em; line-height: 1.6;}
}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
 /* 全ページ共通CSS */  
.spnone{display: none;}
.sponly{display: block;}
.tbonly{display: none;}
.f-left{float: none;}
.f-right{float: none;}
.w90per{width: 100%;margin:0 auto;}
.w80per{width: 80%;margin:0 auto;}
.w50per{width: 100%;}
.w48per{width: 100%;margin-bottom: 3%;}
.w66per{width: 100%;position: relative;}	
.lh_l {line-height:1.8 !important;}
.pc-center{text-align: left;}
.sec_ttl{font-size: 2.6em;}

/* パンくずリストcss *************************************************************** */
.breadcrumb {
	width: 98%;
	padding-left: 2%;}	
.breadcrumb li a {
  font-size: 0.8em;
}	
/* パンくずリストcss *************************************************************** */
/* **********************　共通css ********************** */
#page_header{background-repeat: no-repeat;background-position: center;background-size: cover; height: 260px; 
	display: flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: center; /* オプション：水平方向の中央揃え */}
#page_header h2{font-size: 1.5em;color: #ffffff;font-weight: normal;line-height: 1.0em;margin-top: 2em;}
#page_header h2 span{display: block;font-size: 0.8em;line-height: 1.0em;}
.page_title{font-size: 1.2em;margin-bottom: 0.6em;margin-top: 0;position: relative;
    padding-bottom: 0.4em; /* 見出しと下線の間の余白 */}
.page_title::after {
    content: "";
    position: absolute;
    bottom: 0; /* 見出しの下端に配置 */
    left: 0;
    width: 100%;
    height: 4px; /* 下線の太さ */
    background: linear-gradient(to right,
        #2ea5de 0%,          /* 青色の開始位置 */
        #2ea5de 10%,         /* 青色の終了位置 */
        #dadbdb 10%,         /* グレー色の開始位置 */
        #dadbdb 100%         /* グレー色の終了位置 */
    );}
.page_midashi{font-size: 1.0em;border-left:solid 3px #2ea5de;padding-left:0.6em;margin-bottom:1em;line-height: 1.2em;padding: 0.2em 0 0.3em 0.6em;}	
.page_komidahi{font-size: 1.0em;}
}
