@charset "UTF-8";

/*-- Anchor -------------------------------------------------------------*/
a         { resize: none; }
a:link    { color:#333333; text-decoration: none; }
a:visited { color:#333333; text-decoration: none; }
a:hover   { color:#333333; text-decoration: underline; }
a:active  { color:#333333; text-decoration: none; }

.u_link a         { resize: none; }
.u_link a:link    { color:#03C; text-decoration: none; }
.u_link a:visited { color:#639; text-decoration: none; }
.u_link a:hover   { color:#03C; text-decoration: underline; }
.u_link a:active  { color:#03C; text-decoration: none; }

footer a         { resize: none; }
footer a:link    { color:#fff; text-decoration: none; }
footer a:visited { color:#fff; text-decoration: none; }
footer a:hover   { color:#fff; text-decoration: underline; }
footer a:active  { color:#fff; text-decoration: none; }

em { color: #C00;}

/*-- リスト全体をリンク　hover透過　グループリンク
-------------------------------------------------------------*/
.g_box { position:relative; }
.g_box:hover { cursor:pointer; opacity:0.7; }
.g_link { margin-bottom:0px; }
.g_link a {position:absolute; text-indent:-9999px; top:0px; left:0px; width:100%; height:100%; }

@media screen and (max-width: 767px) {
	.pc { display: none; }
}
@media screen and (min-width: 768px) {
	.sp { display: none; }
	.alC_pc { text-align: center; }
}
@media screen and (max-width: 960px) {
	.pc_tab { display: none; }
	.sp_tab { display: block; }
}
@media screen and (min-width: 961px) {
	.pc_tab { display: block; }
	.sp_tab { display: none; }
}
/*-- imaga -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.img_t_R { float:right; margin:0 0 2% 4%; width:45%;}
	.img_t_L { float:left; margin:0 4% 2% 0; width:45%;}
	.img_y_R { margin:0 10% 4%; width:80%;}
	.img_y_L { margin:0 10% 4%; width:80%;}
}
@media screen and (min-width: 768px) {
	.img_t_R { float:right; margin:0 0 20px 20px; width:240px;}
	.img_t_L { float:left; margin:0 20px 20px 0; width:240px;}
	.img_y_R { float:right; margin:0 0 20px 20px; width:300px;}
	.img_y_L { float:left; margin:0 20px 20px 0; width:300px;}
}

/*-- header -------------------------------------------------------------*/
#wrapper { overflow: hidden; }

@media screen and (max-width: 767px) {
	h1 { display: none; }
	header { background: #017fd6; }
	header .in { margin: 0 1%; padding: 5px 0; }
	.h_logo { width:40%; float:left; margin-right:2%; font-size: 1.1rem; line-height: 1.0; }
	.h_logo span.sname { font-size: .9rem; font-weight: normal; }
	.h_logo span.roboto { font-family:'Roboto Condensed', sans-serif; font-weight:bold; color: #dedede; font-size:10px; display: block; }
	.h_logo a         { resize: none; display: block; }
	.h_logo a:link    { color:#fff; text-decoration: none; }
	.h_logo a:visited { color:#fff; text-decoration: none; }
	.h_logo a:hover   { color:#fff; text-decoration: none; opacity: 0.7; }
	.h_logo a:active  { color:#fff; text-decoration: none; }
}
@media screen and (min-width: 768px) {
	.overHead { position: relative; }
	.overHead header { position: fixed; top: 0; left: 0; width: 100%; z-index: 10;}
	h1 { font-size: 11px; text-align: left; color: #fff; }
	.h_area { display: flex; justify-content: space-between; }	
	.h_left { display: flex; justify-content: flex-start; width: 50%;}
	.h_logo { width:40%;  margin:0px 0; font-size: 1.8rem; line-height: 1.0; }
		.h_logo span.sname { font-size: 1.4rem; font-weight: normal; }
		.h_logo span.roboto { font-family:'Roboto Condensed', sans-serif; font-weight:bold; color: #fff; font-size:12px; display: block; opacity: 0.5; }
		.h_logo a         { resize: none; display: block; }
		.h_logo a:link    { color:#fff; text-decoration: none; }
		.h_logo a:visited { color:#fff; text-decoration: none; }
		.h_logo a:hover   { color:#fff; text-decoration: none; opacity: 0.7; }
		.h_logo a:active  { color:#fff; text-decoration: none; }
	.h_contact02 { width:50%; display: flex; justify-content: flex-start; padding-top: 5px; align-items: center}
		.h_contact02 li a         { resize: none; display: block; }
		.h_contact02 li a:link    { color:#fff; text-decoration: none; }
		.h_contact02 li a:visited { color:#fff; text-decoration: none; }
		.h_contact02 li a:hover   { color:#fff; text-decoration: none; opacity: 0.7; }
		.h_contact02 li a:active  { color:#fff; text-decoration: none; }
	.h_contact02 li { margin-left: 6%; text-align: center; line-height: 1.4; }
	
	header.is-animation { background: rgba(1,127,214,0.8);}
	header.is-animation h1 { display: none; }
	header.is-animation .h_logo { width: 18%; }
	header.is-animation .h_contact02 { margin-left: 5%; }
	header.is-animation .h_contact02 li { font-size: 14px;}
	
	.h_contact { width:50%; display: flex; justify-content: flex-end; padding-top: 5px; align-items: center;}
	
	header.is-animation .h_contac { padding-top: 10px; }
	.h_contact li { margin-left: 4%; text-align: center; line-height: 1.4; }
	header.is-animation .h_contact li { font-size: 0.9rem; margin-left: 2%; }
	
	.h_contact li span { font-family:'Roboto Condensed', sans-serif; font-weight:bold; color: #dedede; font-size:10px; display: block; } 
	header.is-animation .h_contact li span { display: none; } 
	
	.h_contact li a         { resize: none; display: block; }
	.h_contact li a:link    { color:#fff; text-decoration: none; }
	.h_contact li a:visited { color:#fff; text-decoration: none; }
	.h_contact li a:hover   { color:#fff; text-decoration: none; }
	.h_contact li a:active  { color:#fff; text-decoration: none; }
	
	.h_contact li.m_contact a { background:#f69c2f; padding: 0px 40px; height: 40px; line-height: 40px; border-radius: 20px; font-size: 14px; font-weight: normal; margin-top: -40px; border: 1px solid #f69c2f;}
	.h_contact li.m_contact a:link    { color:#fff; text-decoration: none; }
	.h_contact li.m_contact a:visited { color:#fff; text-decoration: none; }
	.h_contact li.m_contact a:hover   { color:#f69c2f; text-decoration: none; opacity: 1.0; background: #fff; }
	.h_contact li.m_contact a:active  { color:#fff; text-decoration: none; }
	.h_contact li.m_contact .fa { margin-right: 10px;}
	
	header.is-animation .h_contact li.m_contact a { padding: 0px 25px; height: 25px; line-height: 25px; border-radius: 12.5px; font-size: 13px; font-weight: normal; margin-top: -5px; } 
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	header .in { margin: 0 1%; padding: 5px 0; }
	header.is-animation .in { margin: 0 0.5%; }
	
	.h_logo { width:45%; font-size: 1.5rem; line-height: 1.0; margin-right: 10%; }
	header.is-animation .h_logo { font-size: 1.2rem; }
	
	.h_contact li { margin-left: 3%; font-size: 0.9rem; }
	header.is-animation .h_contact li { margin-left: 2%; font-size: 0.75rem; }
	
	.h_contact li.m_contact a { padding: 0px 20px; height: 25px; line-height: 25px; border-radius: 12.5px; font-size: 12px; }
	header.is-animation .h_contact li.m_contact a { padding: 0px 10px; height: 20px; line-height: 20px; border-radius: 10px; font-size: 11px; }
	
	.h_left { width: 70%;}
	header.is-animation .h_logo { width: 25%; margin-right: 4%; }
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
	header .in { margin: 0 1%; padding: 5px 0; }
	header.is-animation .in { margin: 0 0.5%; }
	
	.h_logo { width:45%; font-size: 1.6rem; line-height: 1.0; margin-right: 10%; }
	.h_contact li { margin-left: 3%; font-size: 0.9rem; }
	header.is-animation .h_contact li { margin-left: 2%; font-size: 0.8rem; }
	
	header.is-animation .h_logo { font-size: 1.3rem; }
	
	.h_left { width: 60%;}
} 
@media screen and (min-width: 1025px) and (max-width: 1259px)  {
	header .in { margin: 0 2%; padding: 5px 0 10px; }
	header.is-animation .in { margin: 0 0.5%; }
	
	.h_logo { width:40%; font-size: 1.7rem; line-height: 1.0; margin-right: 10%; }
	.h_contact li { margin-left: 3%; font-size: 0.95rem; }
	header.is-animation .h_contact li { margin-left: 2%; font-size: 0.85rem; }
	
	header.is-animation .h_logo { font-size: 1.4rem; }
	
	.h_left { width: 60%;}
}
@media screen and (min-width: 1260px) and (max-width: 1319px)  {
	header .in { margin: 0 2%; padding: 5px 0 5px; }
	header.is-animation .in { margin: 0 0.5%; }
	.h_logo { width:35%; margin-right: 10%; }
}
@media screen and (min-width: 1320px) {
	header .in { margin: 0 2%; padding: 5px 0 5px; }
	header.is-animation .in { margin: 0 0.5%; }
}

/*-- SP menu-trgger -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.menu-trigger,.menu-trigger span { display: inline-block; transition: all .4s; box-sizing: border-box; }
	.menu-trigger { position: fixed; top: 1%; right: 1%; width: 33px; height: 33px; z-index: 9999; border-radius: 2px; background: rgba(48 144 219 / 50%); }
	.menu-trigger:hover{ /*background: rgba(255, 255, 255,0.6);*/ cursor:pointer; }
	.menu-trigger span { position: absolute; z-index: 9999; left: 4.2px; width: 75%; height: 4px; background-color: #fff; border-radius: 2px; }
	.h_menu .active span { background-color: #fff !important; } /* 色を変える */
	.menu-trigger span:nth-of-type(1) { top: 7px; }
	.menu-trigger span:nth-of-type(2) { top: 14.5px; }
	.menu-trigger span:nth-of-type(3) { bottom: 6px; }
	.menu-trigger.active span:nth-of-type(1) {
	 -webkit-transform: translateY(20px) rotate(-45deg);
	 transform: translateY(8px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) { opacity: 0; }
	.menu-trigger.active span:nth-of-type(3) {
	 -webkit-transform: translateY(-20px) rotate(45deg);
	 transform: translateY(-8px) rotate(45deg);
	}
	#overlay{ display: none; width: 82%; margin: 0 0 0 10%; padding: 15% 4% 4%; height: calc(100% - 0px); text-align: center;
		position: fixed; top: 0px; right: 0px; z-index: 999; background: rgba(1,127,214,0.95); box-sizing: border-box;
		box-shadow: -4px 0px 16px -6px rgba(0,0,0,0.6);
	}
	#overlay .in { overflow: auto; height: 100%;
		-webkit-overflow-scrolling: touch;
	}	
	#overlay .h_nav li { text-align: left; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dotted #fff; font-size: 0.9rem; }
	#overlay .h_nav li a         { resize: none; display: block; }
	#overlay .h_nav li a:link    { color:#fff; text-decoration: none; }
	#overlay .h_nav li a:visited { color:#fff; text-decoration: none; }
	#overlay .h_nav li a:hover   { color:#fff; text-decoration: none; }
	#overlay .h_nav li a:active  { color:#fff; text-decoration: none; }
	#overlay .h_nav li a:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; opacity: 0.7; }
	#overlay .h_nav li a span { font-family:'Roboto Condensed', sans-serif; font-weight:bold; color: rgba(255,255,255,0.5); font-size: 0.7rem; float: right; } 
	/*-- fix 
	header.is-animation .menu-trigger { position: fixed; top:0px; z-index: 9999; }
	header.is-animation .menu-trigger span { background-color: #fff; }
	--*/
	
	/*-- 2列の場合
	.h_nav { background:#0B6FBB;}
	.h_nav li { float:left; padding:2%; width:45.8%; border-bottom:#CCC 1px solid; font-size:13px; color:#fff; text-align:left; }
	.h_nav li a { color:#fff; }
	.h_nav li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#fff;} 
	.h_nav li:nth-child(2n) { border-left:#CCC 1px solid;  }
	.h_nav li:nth-child(1) { border-top:#CCC 1px solid;}
	.h_nav li:nth-child(2) { border-top:#CCC 1px solid;}
	.h_nav li:last-child { border-right:#CCC 1px solid;}
	 --*/
}

/*-- コンテンツ -------------------------------------------------------------*/
.sp-search-wrap { display: none; }
@media screen and (max-width: 767px) {
	#content section { background: #f4f4f4; padding: 4%; }
	#content section .in { background: #fff; padding: 4%; }
	.mark { text-align: center; margin:0 auto 10px; width: 50px; }
	.ttl01 { text-align: center; margin-bottom: 20px; font-size: 21px; font-family:'Roboto Condensed', sans-serif; font-weight:bold; color: rgba(0,91,172,1.00); line-height: 1.0; }
	.ttl01 span { font-family:'Roboto Condensed', sans-serif; font-weight:bold; font-size: 12px; color: #e60012; display: block; }
	.no-roboto { font-family: 'Noto Sans Japanese','Hiragino Kaku Gothic ProN','メイリオ', serif;}
	.keni { text-align: center; width: 80%; margin: 0 auto 20px;}
	.mark { text-align: center; width: 75px; margin:0 auto 10px;}
	.ttl01 { text-align: center; margin-bottom: 20px; font-family:'Roboto Condensed', sans-serif; font-weight:bold; color: rgba(0,91,172,1.00); line-height: 1.0; font-size: 1.5rem; }
	
	.fh_L { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dotted #dedede; }
	.borderTtl {font-size: 1.1rem; padding-bottom: 10px; margin-bottom: 10px; position: relative; line-height: 1.7; padding-left: 5px; }
	.borderTtl span { display: block; height: 5px; width: 100%; position: absolute; left: 0; bottom: 0px;
	background-color: #ECECEC;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #ccc), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #ccc),color-stop(.75, #ccc), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
	}
	.subTtl01 { font-size: 1.0rem; background: #005bac; padding: 10px 10px; border-radius: 4px; margin-bottom: 20px; color: #fff;}
	.fh_L ul li { margin-bottom: 20px; }
	.fh_L ul li dl { display: flex; justify-content: flex-start; margin-bottom: 5px;}
	.fh_L ul li dl dt { color: #0ba95f; font-size: 12px; margin-right: 2%;}
	.fh_L ul li dl dd { color: #fff; background:#0ba95f; font-family:'Roboto Condensed', sans-serif; font-weight:bold; font-size: 10px; padding: 0px 10px; line-height: 1.7; }

	.border-top { padding-top: 20px; border-top: 1px solid #dedede; }
	
	.flexFourth { width: 80%; margin: 0 auto;}
	.flexFourth li { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dotted #dedede; }
	.flexFourth li:last-child { margin-right: 0px; }
	.flexFourth li h6 { text-align: center; font-size: 0.9rem; }
	.flexFourth li h3 { font-size: 1.2rem; text-align: center; color: #005bab; margin-bottom: 20px;  }
	.flexFourth li div { margin: 0 auto 20px; text-align: center;}
	.flexFourth li p { text-align: center; font-size: 0.8rem; }
	
	h6 { text-align: center; font-size: 13px; margin-bottom: 5px;  }
	
	.sp-ttl { margin-bottom: 20px;}
	h4.alC { text-align: left; margin-bottom: 20px; font-size: 1.0rem; font-weight: bold; }
	
	.toggleDL { margin: 0 0% 20px;}
	.toggleDL dt { background: rgba(234,249,255,1.00); border-left: 8px solid rgba(0,91,172,1.00); padding: 10px 20px 10px 10px; position: relative; border-radius: 6px; cursor: pointer; }
	.toggleDL dt:after { position: absolute; top: 30%; right: 2%; content: "\f067"; font-family: "FontAweSome"; color: #ccc; }
	.toggleDL dt.active:after { position: absolute; top: 30%; right: 2%; content: "\f068"; font-family: "FontAweSome"; color: #ccc; }
	.toggleDL dd { padding: 4%; }
	
	.flowZu { margin-bottom: 20px; }
	.kouseizu { margin-bottom: 20px; }
	.kousei {  }
	.kousei ul li { margin-bottom: 20px; font-size: 0.9rem;}
	.kousei ul li h4 { background: #f4f4f4; padding: 5px; margin-bottom: 10px;}
	.toggleDL .toggleContent ul li { margin-bottom: 5px; padding-left: 1em; text-indent: -1em; }
}
@media screen and (min-width: 768px) {
	.keni { text-align: center; margin-bottom: 20px; }
	.mark { text-align: center; width: 130px; margin:0 auto 20px;}
	.ttl01 { text-align: center; margin-bottom: 20px; font-family:'Roboto Condensed', sans-serif; font-weight:bold; color: rgba(0,91,172,1.00); line-height: 1.0; }
	.no-roboto { font-family: 'Noto Sans Japanese','Hiragino Kaku Gothic ProN','メイリオ', serif;}
	.ttl01 span { font-family:'Roboto Condensed', sans-serif; font-weight:bold; font-size: 12px; color: #e60012; display: block;}
	.flexHarf { display:  flex; justify-content: center; }
	.fh_L { width: 48%; margin-right: 4%;}
	.fh_R { width: 48%;}
	.borderTtl {font-size: 1.8rem; padding-bottom: 10px; margin-bottom: 10px; position: relative; padding-left: 5px; }
	.borderTtl span { display: block; height: 5px; width: 100%; position: absolute; left: 0; bottom: 0px;
	background-color: #ECECEC;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #ccc), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #ccc),color-stop(.75, #ccc), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
	}
	.subTtl01 { font-size: 1.2rem; background: #005bac; padding: 10px 20px; border-radius: 6px; margin-bottom: 20px; color: #fff;}
	.fh_L ul li { margin-bottom: 20px; }
	.fh_L ul li dl { display: flex; justify-content: flex-start; margin-bottom: 5px;}
	.fh_L ul li dl dt { color: #0ba95f; font-size: 12px; margin-right: 2%;}
	.fh_L ul li dl dd { color: #fff; background:#0ba95f; font-family:'Roboto Condensed', sans-serif; font-weight:bold; font-size: 11px; padding: 0px 10px; line-height: 2.0;}
	
	.flexFourth { display: flex; justify-content: center; }
	.flexFourth li { width: 23%; margin-right: 2%;}
	.flexFourth li:last-child { margin-right: 0px; }
	.flexFourth li h6 { text-align: center; }
	.flexFourth li h3 { font-size: 1.6rem; text-align: center; color: #005bab; margin-bottom: 20px;  }
	.flexFourth li div { margin: 0 auto 20px; text-align: center;}
	.flexFourth li p { text-align: center; font-size: 0.9rem; }
	
	.headTtl { position: relative; margin-bottom: 40px; }
	.headTtl p { position: absolute; top: 50px; left: 350px; }
	.flowZu { margin-bottom: 40px; }
	h4.alC { text-align: center; margin-bottom: 40px; font-size: 1.2rem; font-weight: bold; }
	.toggleDL { margin: 0 4% 40px;}
	.toggleDL dt { background: rgba(234,249,255,1.00); border-left: 8px solid rgba(0,91,172,1.00); padding: 20px; position: relative; border-radius: 6px; cursor: pointer; }
	.toggleDL dt:after { position: absolute; top: 25%; right: 2%; content: "\f067"; font-family: "FontAweSome"; color: #ccc; }
	.toggleDL dt.active:after { position: absolute; top: 25%; right: 2%; content: "\f068"; font-family: "FontAweSome"; color: #ccc; }
	.toggleDL dd { padding: 20px; }
	
	.kousei { position: relative; margin-bottom: 40px; }
	.kousei ul li { font-size: 0.9rem;}
	.kousei ul li:nth-child(1) { position: absolute; left: 20px; top: 90px;}
	.kousei ul li:nth-child(2) { position: absolute; left: 20px; bottom: 100px;}
	.kousei ul li:nth-child(3) { position: absolute; left: 75%; top: 90px;}
	.kousei ul li:nth-child(4) { position: absolute; left: 75%; bottom: 100px;}
	
	h6 { text-align: center; font-size: 14px; }
	
	.border-top { padding-top: 40px; border-top: 1px solid #dedede; }
	
	#anch01-02 { background: #f4f4f4; padding: 40px 0;}
	#anch01-02 .ttl01 { margin-bottom: 40px; }
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	#content section .in { margin: 0 2% 40px;}
	.ttl01 { font-size: 2.2rem; }
	.borderTtl {font-size: 1.3rem;}
	.subTtl01 { font-size: 1.1rem; }
	.keni { width: 50%; margin: 0 auto 20px;}
	.flexFourth li h6 { font-size: 0.9rem; }
	.flexFourth li h3 { font-size: 1.3rem; text-align: center; color: #005bab; margin-bottom: 20px;  }
	.flexFourth li div { margin: 0 auto 20px; text-align: center;}
	.flexFourth li p { text-align: center; font-size: 0.8rem; }
	.headTtl p { position: absolute; top: 30px; left: 230px; font-size: 0.8rem; }
	
	.flowZu { margin-bottom: 40px; }
	h4.alC { font-size: 1.1rem;}
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
	#content section .in { margin: 0 2% 60px;}
	.ttl01 { font-size: 2.4rem; }
	.borderTtl {font-size: 1.4rem;}
	.subTtl01 { font-size: 1.1rem; }
	.headTtl p { position: absolute; top: 35px; left: 280px; font-size: 0.9rem; }
	.flowZu { margin-bottom: 60px; }
	h4.alC { font-size: 1.1rem;}
}
@media screen and (min-width: 1025px) and (max-width: 1259px)  {
	#content section .in { margin: 0 4% 70px;}
	.ttl01 { font-size: 2.6rem; }
	.borderTtl {font-size: 1.5rem;}
	.headTtl p { position: absolute; top: 40px; left: 320px; }
	.flowZu { margin-bottom: 80px; }
	h4.alC { font-size: 1.1rem;}
}
@media screen and (min-width: 1260px) and (max-width: 1319px)  {
	#content section .in { width: 1100px; margin: 0 auto 70px;}
	.ttl01 { font-size: 2.8rem; }	
	.borderTtl {font-size: 1.6rem;}
	
	.kousei ul li { font-size: 1.0rem;}
	.kousei ul li:nth-child(3) { position: absolute; left: 72%; top: 90px;}
	.kousei ul li:nth-child(4) { position: absolute; left: 72%; bottom: 100px;}
}
@media screen and (min-width: 1320px) {
	#content section .in { width: 1200px; margin: 0 auto 40px;}
	.ttl01 { font-size: 3.0rem; }
	
	#content section { margin-bottom: 80px; padding-bottom: 40px; }
	
	.kousei ul li { font-size: 1.0rem;}
	.kousei ul li:nth-child(3) { position: absolute; left: 72%; top: 90px;}
	.kousei ul li:nth-child(4) { position: absolute; left: 72%; bottom: 100px;}
}


@media screen and (min-width: 768px) and (max-width: 960px)  {
	.kousei ul li { font-size: 0.7rem;}
	.kousei ul li:nth-child(1) { position: absolute; left: 10px; top: 55px;}
	.kousei ul li:nth-child(2) { position: absolute; left: 10px; bottom: 65px;}
	.kousei ul li:nth-child(3) { position: absolute; left: 72%; top: 55px;}
	.kousei ul li:nth-child(4) { position: absolute; left: 72%; bottom: 65px;}
}
@media screen and (min-width: 961px) and (max-width: 1099px)  {
	.kousei ul li { font-size: 0.8rem;}
	.kousei ul li:nth-child(1) { position: absolute; left: 15px; top: 75px;}
	.kousei ul li:nth-child(2) { position: absolute; left: 15px; bottom: 85px;}
	.kousei ul li:nth-child(3) { position: absolute; left: 72%; top: 75px;}
	.kousei ul li:nth-child(4) { position: absolute; left: 72%; bottom: 85px;}
}


/*-- #anch11 -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.faqDl { width: 100%; margin: 0 auto 40px; }
	.faqDl dt {  background:rgba(234,249,255,1.00); color: rgba(0,91,172,1.00); margin-bottom: 10px; font-size: 1.0rem; padding:10px 20px 20px 30px; position: relative; cursor: pointer; text-indent: -1.5em; }
	.faqDl dt:before { content: "Q."; margin-right: 10px; font-family:'Roboto Condensed', sans-serif; font-weight:bold;　font-size:1.2em; }
	.faqDl dt:after { position: absolute; top: 25%; right: 0%; content: "\f067"; font-family: "FontAweSome"; color:rgba(165,216,236,1.00); }
	.faqDl dt.active:after { position: absolute; top: 25%; right: 0%; content: "\f068"; font-family: "FontAweSome"; color:rgba(165,216,236,1.00); }
	.faqDl dt .roboto { margin-right: 5px; font-size: 1.5em; }
	.faqDl dd { padding: 0 20px 20px; font-size: 0.9rem; line-height: 1.4; }
	
	.newsList { margin-bottom: 40px; }
	.newsList li { padding: 20px; }
	.newsList li:nth-child(odd) { background: rgba(243,243,243,1.00); }
	.newsList li dl { display: flex; justify-content: flex-start; margin-right: 20px;  } 
	.newsList li dl dt { font-family:'Roboto Condensed', sans-serif; font-weight:bold;　font-size:0.8rem; margin-right: 10px; }
	.newsList li dl dd { font-family:'Roboto Condensed', sans-serif; font-weight:bold;　font-size:0.7rem; color: #fff; background: rgba(0,91,172,1.00); padding: 0px 5px;  }
	.newsList li p { font-size: 0.9rem; margin-bottom: 0px; }
	
	.nayamiDl { width: 100%; margin: 0 auto 40px; }
	.nayamiDl dt {  color: rgba(0,91,172,1.00); margin-bottom: 10px; font-size: 1.0rem; padding:10px 20px 20px 30px; position: relative; cursor: pointer; text-indent: -1.5em; border-bottom: 1px dotted #ccc;}
	.nayamiDl dt:before { content: "\f00c"; margin-right: 10px; font-family:'FontAweSome'; font-size:1.2em; color: #005bac; }
	.nayamiDl dt.active:before { color:#ff0057;}
	.nayamiDl dt:after { position: absolute; top: 25%; right: 0%; content: "\f067"; font-family: "FontAweSome"; color:#d7d7d7; }
	.nayamiDl dt.active:after { position: absolute; top: 25%; right: 0%; content: "\f068"; font-family: "FontAweSome"; color:#d7d7d7; }
	.nayamiDl dt .roboto { margin-right: 5px; font-size: 1.5em; }
	.nayamiDl dd { padding: 0 20px 20px; font-size: 0.9rem; line-height: 1.4; }
	
	.tbl01 { width: 100%; margin-bottom: 20px; }
	.tbl01 th { padding: 2%; border: 1px solid #dedede; background: #f4f4f4; text-align: center; font-size: 0.8rem; }
	.tbl01 td { padding: 2%; border: 1px solid #dedede; background: #fff; font-size: 0.8rem;  }
}
@media screen and (min-width: 768px) {	
	.faqDl { width: 90%; margin: 0 auto 40px; }
	.faqDl dt { background:rgba(234,249,255,1.00); margin-bottom: 20px; font-size: 1.3rem; padding:10px 15px; position: relative; cursor: pointer; color: rgba(0,91,172,1.00);}
	.faqDl dt:before { content: "Q."; margin-right: 10px; font-family:'Roboto Condensed', sans-serif; font-weight:bold;　font-size:1.2em; }
	.faqDl dt:after { position: absolute; top: 25%; right: 2%; content: "\f067"; font-family: "FontAweSome"; color:rgba(165,216,236,1.00); }
	.faqDl dt.active:after { position: absolute; top: 25%; right: 2%; content: "\f068"; font-family: "FontAweSome"; color:rgba(165,216,236,1.00); }
	.faqDl dt .roboto { margin-right: 10px; font-size: 1.5em; }
	.faqDl dd { padding: 0 20px 20px; font-size: 1.0rem; }
	
	.newsList { margin-bottom: 40px; }
	.newsList li { padding: 20px; display: flex; justify-content: flex-start; }
	.newsList li:nth-child(odd) { background: rgba(243,243,243,1.00); }
	.newsList li dl { display: flex; justify-content: flex-start; margin-right: 20px;  } 
	.newsList li dl dt { font-family:'Roboto Condensed', sans-serif; font-weight:bold;　font-size:1.0rem; margin-right: 10px; }
	.newsList li dl dd { font-family:'Roboto Condensed', sans-serif; font-weight:bold;　font-size:0.9rem; color: #fff; background: rgba(0,91,172,1.00); padding: 0px 5px;  }
	.newsList li p { margin-bottom: 0px; }
	
	.nayamiDl { width: 90%; margin: 0 auto 40px; }
	.nayamiDl dt { background:rgba(255,255,255,1.00); margin-bottom: 10px; font-size: 1.3rem; padding:10px 15px; position: relative; cursor: pointer; border-bottom: 1px dotted #ccc;}
	.nayamiDl dt.active { background: rgba(0,91,172,1.00); color: #fff;}
	.nayamiDl dt:before { content: "\f00c"; margin-right: 10px; font-family:'FontAweSome'; font-size:1.2em; color: #005bac; }
	.nayamiDl dt.active:before { color:#ff0057;}
	.nayamiDl dt:after { position: absolute; top: 25%; right: 2%; content: "\f067"; font-family: "FontAweSome"; color:#d7d7d7; }
	.nayamiDl dt.active:after { position: absolute; top: 25%; right: 2%; content: "\f068"; font-family: "FontAweSome"; color:#d7d7d7; }
	.nayamiDl dt .roboto { margin-right: 10px; font-size: 1.5em; }
	.nayamiDl dd { padding: 0 20px 20px; font-size: 1.0rem; }
	
	.tbl01 { width: 100%; margin-bottom: 40px; }
	.tbl01 th { padding: 10px; border: 1px solid #dedede; background: #f4f4f4; text-align: center; }
	.tbl01 td { padding: 10px; border: 1px solid #dedede; background: #fff;  }
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	#content section#anch11 .in { padding: 40px; }
	.faqDl { width: 100%; margin: 0 auto; }
	.faqDl dt { font-size: 1.1rem; }
	.faqDl dd { font-size: 0.9rem; }
	.newsList li dl dt { font-size:0.9rem; }
	.newsList li dl dd { font-size:0.8rem; }
	
	.nayamiDl { width: 100%; margin: 0 auto; }
	.nayamiDl dt { font-size: 1.1rem; }
	.nayamiDl dd { font-size: 0.9rem; }
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
	.faqDl dt { font-size: 1.1rem; }
	.faqDl dd { font-size: 0.9rem; }
	.newsList li dl dt { font-size:0.9rem; }
	.newsList li dl dd { font-size:0.8rem; }
	.nayamiDl dt { font-size: 1.1rem; }
	.nayamiDl dd { font-size: 0.9rem; }
}
@media screen and (min-width: 1025px) and (max-width: 1180px)  {
	.faqDl dt { font-size: 1.2rem; }
	.faqDl dd { font-size: 1.0rem; }
	.nayamiDl dt { font-size: 1.2rem; }
	.nayamiDl dd { font-size: 1.0rem; }
}
@media screen and (min-width: 1181px) {
}

/*-- footer fix bnr  -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#contact-fixed { position: fixed; z-index: 888; bottom: 0; width: 100%; display: flex; justify-content: center;}
	#contact-fixed img { width: 99%; margin: 0 0.5% 0.5%; }
}
/*-- pc
@media screen and (min-width: 768px) {
	#contact-fixed { position: fixed; z-index: 888; bottom: 0; left: 0; background: rgba(148,75,67,0.7); padding: 1%; width: 100%; }
	#contact-fixed ul { display: flex; justify-content: center;}
	#contact-fixed ul li { margin-right: 1%; }
	#contact-fixed ul li:last-child { margin-right: 0px;}
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	#contact-fixed .in { margin:0 1%; }
}
@media screen and (min-width: 961px) and (max-width: 1259px)  {
	#contact-fixed .in { margin:0 1%; }
}
@media screen and (min-width: 1260px) and (max-width: 1319px)  {
	#contact-fixed .in { margin:0 2%; }
}
@media screen and (min-width: 1320px) {
	#contact-fixed .in { width: 1260px; margin: 0 auto;}
}
-- */
/*-- footer ------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	footer { color:#000; margin-top: 0px; }
	footer .in { color:#000; padding:4%; }
	footer .in .f_logo { width: 150px; margin:0 auto 20px; }
	footer .in .f_text { text-align: center; font-size: 0.9em; }
	
	.f_menu { background:#efefef; padding:2%; }
	.f_menu li { float:left; padding:2%; width:45.8%; border-bottom:#CCC 1px solid; }
	.f_menu li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#F33;} 
	.f_menu li:nth-child(2n) { border-left:#CCC 1px solid;  }
	.f_menu li:nth-child(1) { border-top:#CCC 1px solid;}
	.f_menu li:nth-child(2) { border-top:#CCC 1px solid;}
	
	.f_menu li a         { resize: none; }
	.f_menu li a:link    { color:#333333; text-decoration: none; }
	.f_menu li a:visited { color:#333333; text-decoration: none; }
	.f_menu li a:hover   { color:#333333; text-decoration: none; }
	.f_menu li a:active  { color:#333333; text-decoration: none; }
}
@media screen and (min-width: 768px) {	
	footer { background:#fff; margin-top: 0px; }
	footer .in { color:#000; padding:30px 0; }
	footer .in .f_logo { width: 120px; margin:0 auto 20px; }
	footer .in .f_text { text-align: center; font-size: 0.9rem; }
	
	.f_menu { display: flex; justify-content: center; flex-wrap: wrap; background: #f4f4f4; padding: 10px 10px; margin-bottom: 20px; }
	.f_menu li { padding: 0 20px; font-size: 14px; }
	.f_menu li a         { resize: none; }
	.f_menu li a:link    { color:#333333; text-decoration: none; }
	.f_menu li a:visited { color:#333333; text-decoration: none; }
	.f_menu li a:hover   { color:#333333; text-decoration: none; }
	.f_menu li a:active  { color:#333333; text-decoration: none; }	
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	footer .in { margin:0 2%; }
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
	footer .in { margin:0 2%; }
}
@media screen and (min-width: 1025px) and (max-width: 1319px)  {
	footer .in { margin:0 2%; }
}
@media screen and (min-width: 1320px) {
	footer .in { width:1280px; margin:0 auto; }
}
/*-- copyright ------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#copyright { text-align:center; margin-bottom:0px; padding:1px 0; color:#000; font-size:12px; }
}
@media screen and (min-width: 768px) {
	#copyright { background:#fff;  text-align:center; margin-bottom:0px; padding:1px 0; color:#000; font-size:12px; }
}
/*-- pagetop ------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#pagetop { width: 40px; height: 40px; position:fixed; right:5px; bottom:50px; opacity:0.8; z-index: 999;}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	#pagetop { width: 50px; height: 50px; position:fixed; right:20px; bottom:20px; opacity:0.8; z-index: 999;}
}
@media screen and (min-width: 1024px) {
	#pagetop { width: 70px; height: 70px; position:fixed; right:20px; bottom:20px; opacity:0.8; z-index: 999; }
}

/*-- pagetop ------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#content section.in-top { padding-top: 50px;}
	#content section.in-top .in { margin-top: -50px; padding-top: 50px;}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	/*.in-top { padding-top: 50px;}*/
	#content section.in-top .in { margin-top: -50px; padding-top: 50px;}
}
@media screen and (min-width: 1024px) {
	/*.in-top { padding-top: 50px;}*/
	#content section.in-top .in { margin-top: -50px; padding-top: 50px;}
}

/*-- box LINK ------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.box_link_btn a { color:#000; width:80%; height:30px; line-height:30px; border:#000 1px solid; border-radius: 15px; display:block; text-align:center; margin:0 10%; background:#fff; font-size: 13px;}
	.box_link_btn a:link    { color:#000; text-decoration: none; }
	.box_link_btn a:visited { color:#000; text-decoration: none; }
	.box_link_btn a:hover   { color:#fff; text-decoration: none; background:#000; }
	.box_link_btn a:active  { color:#000; text-decoration: none; } 
	
	.box_link_btn_sq a { color:#000; width:80%; height:30px; line-height:30px; border:#000 1px solid; display:block; text-align:center; margin:0 10%; background:#fff; font-size: 13px;}
	.box_link_btn_sq a:link    { color:#000; text-decoration: none; }
	.box_link_btn_sq a:visited { color:#000; text-decoration: none; }
	.box_link_btn_sq a:hover   { color:#fff;    text-decoration: none; background:#000; }
	.box_link_btn_sq a:active  { color:#000; text-decoration: none; }

	.box_link_btn_og a { color:#fff; width:80%; height:30px; line-height:30px; border:#f69c2f 1px solid; border-radius: 15px; display:block; text-align:center; margin:0 10%; background:#f69c2f; font-size: 13px;}
	.box_link_btn_og a:link    { color:#fff; text-decoration: none; }
	.box_link_btn_og a:visited { color:#fff; text-decoration: none; }
	.box_link_btn_og a:hover   { color:#f69c2f; text-decoration: none; background:#fff; }
	.box_link_btn_og a:active  { color:#fff; text-decoration: none; }
}
@media screen and (min-width: 768px) {
	.box_link_btn a { color:#000; width:60%; height:35px; line-height:35px; border:#000 1px solid; border-radius: 17.5px; display:block; text-align:center; margin:0 20%; background:#fff; font-size: 13px;}
	.box_link_btn a:link    { color:#000; text-decoration: none; }
	.box_link_btn a:visited { color:#000; text-decoration: none; }
	.box_link_btn a:hover   { color:#fff; text-decoration: none; background:#000; }
	.box_link_btn a:active  { color:#000; text-decoration: none; }

	.box_link_btn_sq a { color:#000; width:40%; height:40px; line-height:40px; border:#000 1px solid; display:block; text-align:center; margin:0 30%; background:#fff; font-size: 15px;}
	.box_link_btn_sq a:link    { color:#000; text-decoration: none; }
	.box_link_btn_sq a:visited { color:#000; text-decoration: none; }
	.box_link_btn_sq a:hover   { color:#fff; text-decoration: none; background:#000; }
	.box_link_btn_sq a:active  { color:#000; text-decoration: none; } 
	
	.box_link_btn_og a { color:#fff; width:40%; height:40px; line-height:40px; border:#f69c2f 1px solid; border-radius: 20px; display:block; text-align:center; margin:0 30%; background:#f69c2f; font-size: 15px;}
	.box_link_btn_og a:link    { color:#fff; text-decoration: none; }
	.box_link_btn_og a:visited { color:#fff; text-decoration: none; }
	.box_link_btn_og a:hover   { color:#f69c2f; text-decoration: none; background:#fff; }
	.box_link_btn_og a:active  { color:#fff; text-decoration: none; }
	
	.box_link_btn_left a { width: 240px; margin: 0 0 0 0; }
}

@media screen and (min-width: 768px) {
	.flatbtn a {
		width: 200px;
		height: 35px;
		line-height: 35px;
		color: #fff;
		border: #ffa23e 1px solid;
		display: block;
		text-align: center;
		background: #ffa23e;
		border-bottom: #e68822 3px solid;
		border-radius: 4px;
	}
	.flatbtn a:hover {
		color:#ffa23e;
		background:#fff;
		text-decoration:none;
	}
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	.flatbtn a {
		width: 160px;
		height: 30px;
		line-height: 30px;
	}
}

/*-- sp tbl overscroll ------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.scroll { overflow: auto; white-space: nowrap;}
	.scroll::-webkit-scrollbar { height: 10px; }
	.scroll::-webkit-scrollbar-track { margin: 0 2px; background: #ccc; border-radius: 5px; }
	.scroll::-webkit-scrollbar-thumb { border-radius: 5px; background: #666; }
}

/*-- list indent ------------------------------------------------------------*/
ol.indent { list-style-position: inside;}
ol.indent li { padding-left: 1em; text-indent: -1em;}
ul.indent { list-style-position: inside;}
ul.indent li { padding-left: 1em; text-indent: -1em;}

/*-- ol number list ------------------------------------------------------------*/
ol {　counter-reset:number; /* 名前を付けたカウンターをリセット */ list-style:none; /* olが数字を付けることをキャンセル */ margin:0; padding:0;}
ol li{ margin-bottom:10px; text-indent:-1.3em; padding-left:1.5em; border-bottom:#DEDEDE 1px dotted; padding-bottom:10px; counter-increment: number; }
ol li:before{  /* 任意の名前を付けて！ */ content: counter(number)"."; /* 名前を付けたカウンターを呼び出し */ margin-right:0.5em; color:#000; 
	font-family:'Roboto Condensed', sans-serif; font-weight:bold;　font-size:1.1em; }

/*-- arrow list ------------------------------------------------------------*/
.arrow_list_w { margin-bottom:20px; }
.arrow_list_w li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; }
.arrow_list_w li:before { content:"\f101"; font-family:FontAwesome; margin-right:10px; color:rgba(0,91,172,1.00); }

.arrow_list_s { margin-bottom:20px; }
.arrow_list_s li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; }
.arrow_list_s li:before { content:"\f105"; font-family:FontAwesome; margin-right:10px; color:rgba(0,91,172,1.00); }

.arrow_list_t { margin-bottom:20px; }
.arrow_list_t li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; border-bottom:1px dotted #DEDEDE; }
.arrow_list_t li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:rgba(0,91,172,1.00); }

.circle_list { margin:0 2% 0px; }
.circle_list li { text-indent:-1.0em; padding:0 0 0 1.0em !important; border:none !important; margin-bottom:5px !important; font-size:0.9em; }
.circle_list li:before { content:"\f10c"; font-family:FontAwesome; margin-right:10px; color:#D91061; font-weight:bold; font-size:1.0em; }

.circle_list02 { margin:0 2% 0px; }
.circle_list02 li { text-indent:-1.0em; padding:0 0 0 1.0em !important; border:none !important; margin-bottom:5px !important; font-size:0.9em; }
.circle_list02 li:before { content:"\f10c"; font-family:FontAwesome; margin-right:10px; color:#3da678; }

.circle_list03 { margin:0 2% 0px; }
.circle_list03 li { text-indent:-1.0em; padding:0 0 0 1.0em !important; border:none !important; margin-bottom:5px !important; font-size:0.9em; }
.circle_list03 li:before { content:"\f10c"; font-family:FontAwesome; margin-right:10px; color:#cd9054; }

.circle_list04 { margin:0 2% 0px; }
.circle_list04 li { text-indent:-1.0em; padding:0 0 0 1.0em !important; border:none !important; margin-bottom:5px !important; font-size:0.9em; }
.circle_list04 li:before { content:"\f10c"; font-family:FontAwesome; margin-right:10px; color:#64a8dd; }

.dot-list { }
.dot-list li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; }
.dot-list li:before { content:"・"; margin-right:10px; }

/*-- スマホメニュー開閉背景の色 ------------------------------------------------------------*/
.mm-menu { background:#54A583 !important; color:rgba(0, 0, 0, 0.7)  !important; }

/*--wordpress投稿　段落 ------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.single_section h1 { font-size: 1.3rem; font-weight: bold; color: #F08200;  padding-bottom: 10px; border-bottom: 1px solid #f08200; margin-bottom: 10px; }
	.single_section h2 { font-size: 1.2rem; margin-bottom: 15px; background: #f4f4f4; padding: 10px; }
	.single_section h3 { font-size: 1.2rem; margin-bottom: 10px;  color:#f08200; font-weight: bold; }
	.single_section h4 { font-size: 1.2rem; font-weight: bold; padding-bottom: 10px; border-bottom: 1px solid #000; margin-bottom: 10px; }
	.single_section h5 { font-size: 1.1rem; font-weight: bold; }
	.single_section h6 { font-size: 1.0rem; font-weight: bold; }
}
@media screen and (min-width: 768px) {
	.single_section h1 { font-weight: bold; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #f08200; color: #F08200; }
	.single_section h2 { background: #f4f4f4; padding: 5px 10px; margin-bottom: 20px; }
	.single_section h3 { color:#f08200; font-weight: bold; }
	.single_section h4 { font-weight: bold; padding-bottom: 10px; border-bottom: 1px solid #000; margin-bottom: 10px; }
	.single_section h5 { font-weight: bold; }
	.single_section h6 { font-weight: bold; }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	.single_section h1 { font-size: 1.5rem; }
	.single_section h2 { font-size: 1.4rem; }
	.single_section h3 { font-size: 1.3rem; }
	.single_section h4 { font-size: 1.2rem; }
	.single_section h5 { font-size: 1.2rem; }
	.single_section h6 { font-size: 1.1rem; }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
	.single_section h1 { font-size: 1.6rem; }
	.single_section h2 { font-size: 1.3rem; }
	.single_section h3 { font-size: 1.2rem; }
	.single_section h4 { font-size: 1.2rem; }
	.single_section h5 { font-size: 1.2rem; }
	.single_section h6 { font-size: 1.1rem; }
}
@media screen and (min-width: 1025px) and (max-width: 1259px) {
	.single_section h1 { font-size: 1.7rem; }
	.single_section h2 { font-size: 1.4rem; }
	.single_section h3 { font-size: 1.3rem; }
	.single_section h4 { font-size: 1.2rem; }
	.single_section h5 { font-size: 1.2rem; }
	.single_section h6 { font-size: 1.1rem; }
}
@media screen and (min-width: 1260px) and (max-width: 1319px) {
	.single_section h1 { font-size: 1.8rem; }
	.single_section h2 { font-size: 1.5rem; }
	.single_section h3 { font-size: 1.4rem; }
	.single_section h4 { font-size: 1.3rem; }
	.single_section h6 { font-size: 1.2rem; }
}
@media screen and (min-width: 1320px) {
	.single_section h1 { font-size: 1.9rem; }
	.single_section h2 { font-size: 1.6rem; }
	.single_section h3 { font-size: 1.5rem; }
	.single_section h4 { font-size: 1.3rem; }
	.single_section h5 { font-size: 1.3rem; }
	.single_section h6 { font-size: 1.2rem; }
}


/*--wordpress投稿　AUTO SITEMAP ------------------------------------------------------------*/
#sitemap_list { margin-bottom:20px; }
#sitemap_list li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; border-bottom:#DEDEDE 1px dotted; }
#sitemap_list li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#d91061; }

/*-- wordpress 画像 ------------------------------------------------------------*/
.aligncenter { display: block; margin: 0 auto;}
.alignright { float: right; }
.alignleft { float: left; }

/*-- wordpress ページャーカラー ------------------------------------------------------------*/
/*-- wordpress ページャーカラー ------------------------------------------------------------*/
#pager { width: 90%; margin: 40px 5%; overflow: hidden; display: flex; justify-content: center; }
#pager:before, #pager:after { content: ''; display: block; overflow: hidden; }
#pager a {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
#pager a:hover { background: #999;}
#pager .pages, #pager .current, #pager .extend, #pager a { float: left; display: block; text-decoration: none; line-height: 20px; color: #333; background: #dedede; }
#pager a { color: #333; }
#pager .pages, #pager .current { background: #333; }
#pager .pages a, #pager .current { color: #fff; }
#pager .pages { display: none; }
@media screen and (max-width: 1024px) {
	#pager .pages, #pager .current, #pager .extend, #pager a { margin: 0 0 0 5px; padding: 4px 10px; }
}
@media screen and (min-width: 1025px) {
	#pager .pages, #pager .current, #pager .extend, #pager a { margin: 0 0 0 3px; padding: 6px 12px; }
}

/*-- animation ------------------------------------------------------------*/
/* 点滅 */
.flash1{ animation: Flash1 1.0s infinite; }
@keyframes Flash1{ 50%{ opacity: 0.5; }}
/* 揺れる */
.fluffy { width: 100%; height: auto; animation: fluffy1 3s ease infinite; }
@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
	
/*-- Adjustment ------------------------------------------------------------*/
.mt5  { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }

.mr5  { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }

.mb5  { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }

.ml5  { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }

.pg5  { padding:  5px !important; }
.pg10 { padding: 10px !important; }
.pg15 { padding: 15px !important; }
.pg20 { padding: 20px !important; }
.pg25 { padding: 25px !important; }
.pg30 { padding: 30px !important; }
.pg35 { padding: 35px !important; }
.pg40 { padding: 40px !important; }

.mg0  { margin: 0  !important; }
.pg0  { padding: 0 !important; }

.ofh  { overflow: hidden; }
.fltR { float: right; }
.fltL { float: left; }
.clr  { clear: both; }

.posRe { position: relative; }
.posAb { position: absolute; }

.alJ { text-align: justify; }
.alC { text-align: center; }
.alR { text-align: right; }
.alL { text-align: left; }

.xlarge { font-size: 1.2em; }
.large  { font-size: 1.1em; }

.xsmall { font-size: 0.8em; }
.small  { font-size: 0.9em; }

.bold { font-weight: bold; }
.red  { color: #C00; }
.blk {color:#000;}

.under {text-decoration:underline; border-color:#666;}

.border-dotted { display: block; clear: both; height: 1px; border: none; border-bottom: dotted 1px #ddd !important; }
.border-solid  { display: block; clear: both; height: 1px; border: none; border-bottom: solid 1px #ddd  !important; }

.trans-ease { -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; }

.link-hover { -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; }
.link-hover:hover { opacity: 0.7; filter: alpha(opacity=70); }

.roboto { font-family:'Roboto Condensed', sans-serif; font-weight:bold; }
.g_font { font-family: "Rounded Mplus 1c"; font-weight:300; }
.gothic { font-family: 'Noto Sans Japanese','Hiragino Kaku Gothic ProN','メイリオ', serif; }
.min { font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro', serif; }
.youtube { position: relative; width: 100%; padding-top: 56.25%; }
.youtube iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

/*-- clearfix ------------------------------------------------------------*/
.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
/* *html .cf { zoom: 1; } */
*:first-child+html .cf { zoom: 1; } /* IE7 */

/*-- loading ------------------------------------------------------------*/
#loading{ position: absolute; left: 45%; top: 40%; }
#loader-bg { position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; background: #fff; z-index: 8888; }
body{ background-color: #fff; }
@media screen and (max-width: 767px) { 
	#loading{ position: absolute; left: 45%; top: 40%; }
	#loading img { width:40px; }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	#loading{ position: absolute; left: 45%; top: 40%;}
	#loading img { width:50px; }
}
@media screen and (min-width: 961px) {
	#loading{ position: absolute; left: 48%; top: 40%;}
	#loading img { width:60px; }
}
.spinner { margin: 100px auto; width: 50px; height: 40px; text-align: center; font-size: 10px;
}
.spinner > div {
  background-color: #975048; /* 色を変える */
  height: 100%; width: 6px; display: inline-block; z-index: 9999
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.fadeup {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 2.0s,transform 3.0s;
}
.fadeup.is-show {
    opacity: 1;
    transform: translateY(0);
}
.fadeup02 {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 2.5s,transform 2.5s;
}
.fadeup02.is-show {
    opacity: 1;
    transform: translateY(0);
}

/*左右のアニメーション 全共通*/

.slide-in {
	overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
	display: inline-block;

}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
	transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

