@charset "UTF-8";
@import url('https://fonts.cdnfonts.com/css/barlow');
.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%;}
.normal{font-weight: normal;}
.justify{text-align: justify;}
.w48per{width: 48%;}
.w30per{width: 30%;}
.w48per img{width: 100%;}
.w66per{width: 66%;position: relative;}
.w80per{width: 80%;margin: 0 auto;}
.white{color:#ffffff;}
p{text-align: justify;}
.sec_ttl{font-size: 4em;text-align: center;}
.barlow{font-family: 'Barlow', sans-serif;}
.sec_ttl_left{font-size: 3.6em;text-align: left;}
.tex_blue{color:#009ede;}
.heading-left {
  position: relative;
  text-align: left; /* 文字の中央寄せ */
}
.heading-left::before {
  background-color: #009ede; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  bottom: -8px; /* 線の位置 */
  content: "";
  height: 3px; /* 線の高さ */
  left: 0%; /* 線の中央寄せ */
  position: absolute;
  width: 50px; /* 線の長さ */
}
.ttl_black02{margin-top: 3%; font-size: 1em;display: block;font-weight: bold;}


/* パンくずリスト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 *************************************************************** */
#page_header{background-repeat: no-repeat;background-position: center;background-size: cover; margin-top: 100px; padding: 10em 0 10em;}
#page_header h2{text-align: left; font-size: 3.4em;color: #ffffff;}
#page_header h2 span{display: block;font-size: 0.5em;}

.contents_h2,.contents_h2_center{font-size: 1.8em;margin-bottom: 5%;margin-top: 5%;text-align: center;}
.contents_h2 span,.contents_h2_center span{color:#009ede;font-size: 0.8em;display: block;font-weight: normal;}

/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {
.spnone{display: block;}
.sponly{display: none;}
}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
.spnone{display: none;}
.sponly{display: block;}
.f-left{float: none;}
.f-right{float: none;}
.w30per{width: 70%;margin:0 auto;}
.w80per{width: 100%;margin:0 auto;}
.w48per{width: 100%;margin-bottom: 3%;}
.w66per{width: 100%;position: relative;}	

.sec_ttl_left{font-size: 2.6em;text-align: left;}
.ttl_black02{margin-top: 3%; font-size: 1em;display: block;font-weight: bold;}

/* パンくずリストcss *************************************************************** */
.breadcrumb {
	width: 98%;
	padding-left: 2%;}	
.breadcrumb li a {
  font-size: 0.8em;
}	
/* パンくずリストcss *************************************************************** */
#page_header{background-repeat: no-repeat;background-position: center;background-size: cover; margin-top: 90px; padding: 4em 0 4em;}
#page_header h2{text-align: left; font-size: 2.2em;color: #ffffff;}
#page_header h2 span{display: block;font-size: 0.5em;}
	
.contents_h2{font-size: 1.6em;margin-bottom: 5%;margin-top: 5%;line-height: 1.2;text-align: left;}
.contents_h2_center{font-size: 1.6em;margin-bottom: 5%;margin-top: 5%;line-height: 1.2;text-align: center;}
.contents_h2 span,.contents_h2_center span{color:#009ede;font-size: 0.6em;display: block;font-weight: normal;line-height: 1.4;}
}
