@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;}

/*-- 色
-------------------------------------------------------------*/
.blue-grd-txt {
	background: linear-gradient(80deg, #473b7b, #3584a7 50%, #30d2be);
	background: -webkit-linear-gradient(80deg, #473b7b, #3584a7 50%, #30d2be);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.red-grd-txt {
	background: linear-gradient(80deg, #f77062, #fe5196);
	background: -webkit-linear-gradient(80deg, #f77062, #fe5196);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.blue-grd-bg {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#473b7b+0,3584a7+50,30d2be+100 */
	background: #473b7b; /* Old browsers */
	background: -moz-linear-gradient(80deg,  #473b7b 0%, #3584a7 50%, #30d2be 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(80deg,  #473b7b 0%,#3584a7 50%,#30d2be 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(80deg,  #473b7b 0%,#3584a7 50%,#30d2be 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#473b7b', endColorstr='#30d2be',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.green-grd-bg {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e3fdf5+0,ffe6fa+100 */
	background: #e3fdf5; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #e3fdf5 0%, #ffe6fa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #e3fdf5 0%,#ffe6fa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #e3fdf5 0%,#ffe6fa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3fdf5', endColorstr='#ffe6fa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bronz-grd-bg {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6c4943+0,d8bb7d+100 */
	background: #6c4943; /* Old browsers */
	background: -moz-linear-gradient(80deg,  #6c4943 0%, #d8bb7d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(80deg,  #6c4943 0%,#d8bb7d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(80deg,  #6c4943 0%,#d8bb7d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c4943', endColorstr='#d8bb7d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.gold-grd-bg {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc35a+0,c29b46+100 */
	background: #ffc35a; /* Old browsers */
	background: -moz-linear-gradient(80deg,  #ffc35a 0%, #c29b46 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(80deg,  #ffc35a 0%,#c29b46 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(80deg,  #ffc35a 0%,#c29b46 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc35a', endColorstr='#c29b46',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.platina-grd-bg {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e7e7e7+0,ffffff+50,a9b7b8+100 */
	background: #e7e7e7; /* Old browsers */
	background: -moz-linear-gradient(80deg,  #e7e7e7 0%, #ffffff 50%, #a9b7b8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(80deg,  #e7e7e7 0%,#ffffff 50%,#a9b7b8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(80deg,  #e7e7e7 0%,#ffffff 50%,#a9b7b8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#a9b7b8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.border-gradation {
    border-bottom: 1px solid;
    border-image: linear-gradient(80deg,  #473b7b 0%, #3584a7 50%, #30d2be 100%);
    border-image-slice: 1;
}

.white-txt { color: #fff; text-shadow: 0px 0px 5px rgba(0,0,0);}
.marker { background: linear-gradient(transparent 60%, #fff38e 0%); }
.roboto { font-family:'Roboto Condensed', sans-serif; }
.roboto700 { font-family:'Roboto Condensed', sans-serif !important; font-weight: 700 !important; }

.fw-600 { font-weight: 600; }
.fs-1_2 { font-size: 1.2rem;}
.fs-1_3 { font-size: 1.3rem;}
.fs-1_4 { font-size: 1.4rem;}
.fs-1_5 { font-size: 1.5rem;}
.fs-2_0 { font-size: 2.0rem;}
@media screen and (max-width: 767px) {
	.fs-2_0 { font-size: 1.2rem;}
}
/*-- リスト全体をリンク　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;}
}

/*-- structer -------------------------------------------------------------*/
@media screen and (min-width: 1181px) {
	.container { width: 1180px; margin: 0 auto; /*box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.1);*/ }
}
/*-- header -------------------------------------------------------------*/
headr { position: relative; }
@media screen and (max-width: 767px) {
	.h_logo { display: flex; justify-content: center; z-index: 100; position: absolute; top: 5px; left: 0; right: 0; margin: 0 auto; width: 80%; }
	.h_logo li:nth-child(1) { margin-right: 1%; }
}
@media screen and (min-width: 768px) {
	.h_logo { display: flex; justify-content: center; z-index: 100; position: absolute; top: 20px; left: 0; right: 0; margin: 0 auto; }
	.h_logo li:nth-child(1) { margin-right: 1%; }
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	.h_logo { width: 360px; }
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
	.h_logo { width: 420px; }
} 
@media screen and (min-width: 1025px) and (max-width: 1180px)  {
	header { width: 100%; margin: 0 auto;}
	.h_logo { width: 400px; }
}
@media screen and (min-width: 1181px) {
	header { width: 1180px; margin: 0 auto;}
	.h_logo { width: 480px; }
}

/*-- コンテンツ -------------------------------------------------------------*/
.sp-search-wrap { display: none; }
@media screen and (max-width: 767px) {
	h6 { text-align: center; margin-bottom: 0px; font-size: 0.8rem; }
	.mark { text-align: center; margin:0 auto 10px; width: 50px; }
	.ttl01 { text-align: center; margin-bottom: 10px; font-size: 21px; font-weight: bold; }
	
	#content section#anch01 { width: 96vw; background: #f4f4f4; padding:0 2vw 2vw; z-index: 10; position: relative; }
	#content section#anch01 .in { background: #fff; padding: 4vw; position: relative; }
	#content section#anch01:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 0 5vh 100vw; border-color: transparent transparent #f4f4f4 transparent; position: absolute; top: -32px; left: 0; }
	#content section#anch01 .in:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 0 5vh 96vw; border-color: transparent transparent #fff transparent; position: absolute; top: -30px; left: 0; z-index: 222; }
	.firstBtn {
		position: absolute; top: -50px; left: 0; right: 0;
		color: #fff; width: 90%; margin: 0 auto 40px; padding: 5px; text-align: center; border-bottom: 5px solid #FF0066; font-size: 0.85rem; border-radius: 8px; line-height: 1.4; z-index: 333;  
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0066+0,fd93a5+100 */
		background: #ff0066; /* Old browsers */
		background: -moz-linear-gradient(top,  #ff0066 0%, #fd93a5 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #ff0066 0%,#fd93a5 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #ff0066 0%,#fd93a5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0066', endColorstr='#fd93a5',GradientType=0 ); /* IE6-9 */
	}
	.firstBtn span.txtLarge { font-size: 1.3rem; }
	
	.firstBtn a { display: block; }
	.firstBtn a:link    { color:#fff; text-decoration: none; }
	.firstBtn a:visited { color:#fff; text-decoration: none; }
	.firstBtn a:hover   { color:#fff; text-decoration: none; opacity: 0.7; }
	.firstBtn a:active  { color:#fff; text-decoration: none; }
	
	#content section#anch01 .ttl01 { padding-top: 25px; margin-bottom: 30px; }
	#content section#anch01 .ttl01 span { padding-bottom: 10px; position: relative; }
	#content section#anch01 .ttl01 span:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 15px 0 15px; border-color: #3584a7 transparent transparent transparent; position: absolute; bottom: -10px; left: 0; right: 0; margin: 0 auto;}
	#content section#anch01 .ttl01 span:after { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 15px 0 15px; border-color: #fff transparent transparent transparent; position: absolute; bottom: -9px; left: 0; right: 0; margin: 0 auto; z-index: 10; }
	
	.nayamiList li { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 10px;  }
	.nayamiList li div { width: 20%; margin-right: 4%; }
	.nayamiList li p { width: 76%; font-size: 1.1rem; margin-bottom: 0px; }
	
	#content section#anch01:after { content: ""; position: absolute; bottom: -20px; left: 0; right: 0; margin: 0 auto; width: 0; height: 0; border-style: solid; border-width: 20px 35vw 0 35vw; border-color: #f4f4f4 transparent transparent transparent; z-index: 333;}
}
@media screen and (min-width: 768px) {
	.mark { text-align: center; width: 75px; margin:0 auto 10px;}
	.ttl01 { text-align: center; margin-bottom: 10px; line-height: 1.2; font-weight: bold; }
	h6 { text-align: center; margin-bottom: 0px; }
	
	#content section#anch01 { position: relative; }
	.firstBtn {
		position: absolute; top: -100px; left: 0; right: 0;
		color: #fff; width: 70%; margin: 0 auto 40px; padding: 15px; text-align: center; border-bottom: 8px solid #FF0066; font-size: 1.6rem; border-radius: 8px; line-height: 1.4; z-index: 333;  
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0066+0,fd93a5+100 */
		background: #ff0066; /* Old browsers */
		background: -moz-linear-gradient(top,  #ff0066 0%, #fd93a5 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #ff0066 0%,#fd93a5 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #ff0066 0%,#fd93a5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0066', endColorstr='#fd93a5',GradientType=0 ); /* IE6-9 */
	}
	.firstBtn span.txtLarge { font-size: 2.4rem; }
	
	.firstBtn a { display: block; }
	.firstBtn a:link    { color:#fff; text-decoration: none; }
	.firstBtn a:visited { color:#fff; text-decoration: none; }
	.firstBtn a:hover   { color:#fff; text-decoration: none; opacity: 0.7; }
	.firstBtn a:active  { color:#fff; text-decoration: none; }
	
	#content section#anch01 .ttl01 { padding-top: 20px; margin-bottom: 40px; }
	#content section#anch01 .ttl01 span { padding-bottom: 20px; position: relative; }
	#content section#anch01 .ttl01 span:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 15px 0 15px; border-color: #3584a7 transparent transparent transparent; position: absolute; bottom: -10px; left: 0; right: 0; margin: 0 auto;}
	#content section#anch01 .ttl01 span:after { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 15px 0 15px; border-color: #fff transparent transparent transparent; position: absolute; bottom: -9px; left: 0; right: 0; margin: 0 auto; z-index: 10; }
	
	.nayamiList li { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 20px;  }
	.nayamiList li div { width: 16%; margin-right: 4%; }
	.nayamiList li p { width: 80%; font-size: 2.4rem; margin-bottom: 0px; }
	#content section#anch01:after { content: ""; position: absolute; bottom: -30px; left: 0; right: 0; margin: 0 auto; width: 0; height: 0; border-style: solid; border-width: 30px 35vw 0 35vw; border-color: #f4f4f4 transparent transparent transparent; z-index: 333;}
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	#content section { }
	.ttl01 { font-size: 2.4rem; }
	
	#content section#anch01 { width: 92vw; background: #f4f4f4; padding:0 4vw 4vw; z-index: 10; position: relative; }
	#content section#anch01 .in { background: #fff; padding: 4vw; position: relative; }
	#content section#anch01:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 0 5vh 100vw; border-color: transparent transparent #f4f4f4 transparent; position: absolute; top: -50px; left: 0; }
	#content section#anch01 .in:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 0 5vh 92vw; border-color: transparent transparent #fff transparent; position: absolute; top: -47px; left: 0; z-index: 222; }
	
	.firstBtn { position: absolute; top: -60px; left: 0; right: 0; width: 80%; margin: 0 auto; font-size: 1.4rem; padding: 10px;  }
	.firstBtn span.txtLarge { font-size: 2.1rem; }
	
	#content section#anch01 .ttl01 { padding-top: 40px; }
	.nayamiList li p { font-size: 1.8rem; }
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
	#content section { width: 100%; margin: 0 0;}
	.ttl01 { font-size: 2.8rem; }
	
	#content section#anch01 { width: 92vw; background: #f4f4f4; padding:0 4vw 4vw; z-index: 10; position: relative; }
	#content section#anch01 .in { background: #fff; padding: 4vw; position: relative; }
	#content section#anch01:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 0 5vh 100vw; border-color: transparent transparent #f4f4f4 transparent; position: absolute; top: -67px; left: 0; }
	#content section#anch01 .in:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 0 5vh 92vw; border-color: transparent transparent #fff transparent; position: absolute; top: -64px; left: 0; z-index: 222; }
	
	.nayamiList { width: 90%; margin: 0 auto; }
	.nayamiList li p { font-size: 2.0rem; }
}
@media screen and (min-width: 1025px) and (max-width: 1180px)  {
	#content section { width: 100%; margin: 0 0;}
	.ttl01 { font-size: 2.9rem; }	
	
	#content section#anch01 { width: 92vw; background: #f4f4f4; padding:0 4vw 4vw; z-index: 10; position: relative; }
	#content section#anch01 .in { background: #fff; padding: 4vw; position: relative; }
	#content section#anch01:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 0 10vh 100vw; border-color: transparent transparent #f4f4f4 transparent; position: absolute; top: -92px; left: 0; }
	#content section#anch01 .in:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 0 10vh 92vw; border-color: transparent transparent #fff transparent; position: absolute; top: -88px; left: 0; z-index: 222; }
	
	.nayamiList { width: 80%; margin: 0 auto; }
}
@media screen and (min-width: 1181px) {
	#content section { width: 1100px; margin: 0 auto;}
	
	#content section#anch01 { width: 1100px; background: #f4f4f4; padding:0 40px 40px; z-index: 10; position: relative; }
	#content section#anch01 .in { background: #fff; padding: 40px; position: relative; }
	#content section#anch01:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 0 100px 1180px; border-color: transparent transparent #f4f4f4 transparent; position: absolute; top: -100px; left: 0; }
	#content section#anch01 .in:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 0 96px 1100px; border-color: transparent transparent #fff transparent; position: absolute; top: -96px; left: 0; z-index: 222; }
	
	.ttl01 { font-size: 3.0rem; }

	.nayamiList { width: 80%; margin: 0 auto; }
}

/*-- #anch02 -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#content section#anch02 .in { padding: 40px 4% 20px; position: relative; }
	#content section#anch02 p.alC { margin-bottom: 15px; font-size: 0.9rem; }
	#content section#anch02 h3.copy { font-size: 0.9rem; text-align: center; line-height: 1.7; }
	.programList { display: flex; justify-content: center; align-items: center; margin-bottom: 20px; }
	.programList li { text-align: center; margin-right: 1%; position: relative; padding: 15px 10px; font-size: 0.7rem; }
	.programList li:nth-child(2),.programList li:nth-child(3),.programList li:nth-child(4) { padding: 25px 10px; }
	.programList li:last-child { margin-right: 0px; }
	.programList li::before, .programList li::after { content: ''; width: 10px; height: 10px; position: absolute; }
	.programList li::before { border-left: 1px solid #3584a7; border-top: 1px solid #3584a7; border-image-slice: 1; top: 0; left: 0; }
	.programList li::after { border-right: 1px solid #3584a7; border-bottom: 1px solid #3584a7; border-image-slice: 1; bottom: 0; right: 0; }
	
	#content section#anch02 .in:after { content: ""; position: absolute; bottom: -20px; left: 0; right: 0; margin: 0 auto; width: 0; height: 0; border-style: solid; border-width: 20px 35vw 0 35vw; border-color: #fff transparent transparent transparent; z-index: 333;}
}
@media screen and (min-width: 768px) {	
	#content section#anch02 .in { padding: 80px 40px 40px; position: relative; }
	#content section#anch02 p.alC { margin-bottom: 40px; }
	#content section#anch02 h3.copy { font-size: 2.0rem; text-align: center;}
	.programList { display: flex; justify-content: center; align-items: center; margin-bottom: 40px; }
	.programList li { width:120px; text-align: center; margin-right: 2%; position: relative; padding: 20px; font-size: 1.1rem; }
	.programList li:nth-child(2),.programList li:nth-child(3),.programList li:nth-child(4) { padding: 35px 20px; }
	.programList li:last-child { margin-right: 0px; }
	.programList li::before, .programList li::after { content: ''; width: 30px; height: 30px; position: absolute; }
	
	#content section#anch02 .in:after { content: ""; position: absolute; bottom: -30px; left: 0; right: 0; margin: 0 auto; width: 0; height: 0; border-style: solid; border-width: 30px 35vw 0 35vw; border-color: #fff transparent transparent transparent; z-index: 333;}	
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	#content section#anch02 h3.copy { font-size: 1.6rem; }
	
	.programList li::before { border-left: 1px solid #3584a7; border-top: 1px solid #3584a7; border-image-slice: 1; top: 0; left: 0; }
	.programList li::after { border-right: 1px solid #3584a7; border-bottom: 1px solid #3584a7; border-image-slice: 1; bottom: 0; right: 0; }
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
	#content section#anch02 h3.copy { font-size: 1.8rem; }
	
	.programList li::before { border-left: 1px solid #3584a7; border-top: 1px solid #3584a7; border-image-slice: 1; top: 0; left: 0; }
	.programList li::after { border-right: 1px solid #3584a7; border-bottom: 1px solid #3584a7; border-image-slice: 1; bottom: 0; right: 0; }
}
@media screen and (min-width: 1025px) and (max-width: 1180px)  {
	.programList li::before { border-left: 1px solid; border-top: 1px solid; border-image: linear-gradient(80deg,  #473b7b 0%, #3584a7 50%, #30d2be 100%); border-image-slice: 1; top: 0; left: 0; }
	.programList li::after { border-right: 1px solid; border-bottom: 1px solid; border-image: linear-gradient(80deg,  #473b7b 0%, #3584a7 50%, #30d2be 100%); border-image-slice: 1; bottom: 0; right: 0; }
}
@media screen and (min-width: 1181px) {
	.programList li::before { border-left: 1px solid; border-top: 1px solid; border-image: linear-gradient(80deg,  #473b7b 0%, #3584a7 50%, #30d2be 100%); border-image-slice: 1; top: 0; left: 0; }
	.programList li::after { border-right: 1px solid; border-bottom: 1px solid; border-image: linear-gradient(80deg,  #473b7b 0%, #3584a7 50%, #30d2be 100%); border-image-slice: 1; bottom: 0; right: 0; }
}

/*-- #anch03 -------------------------------------------------------------*/
@media screen and (max-width: 960px) {
	.serviceList li { display: flex; justify-content: center; margin-bottom: 20px;  }
	.serviceList li:last-child { margin-bottom: 0px; }
	.serviceList li .slL { width: 20%; margin-right: 4%; }
	.serviceList li .slR { width: 76%; }
	.serviceList li h5 { font-size: 0.9rem; }
	.serviceList li p { margin-bottom: 0px; }	
}
@media screen and (max-width: 767px) {
	#content section#anch03 .in { padding: 40px 4% 4%; }
	#content section#anch03 .in_in { padding: 4%; background: #fff; }
	#content section#anch03 .in_in h3 { font-size: 1.1rem; text-align: center; }
	
	#content section#anch03 .in p.alC { margin-bottom: 20px; font-size: 0.9rem; }
	#content section#anch03 .in .in_in p.alC { margin-bottom: 20px; }
	.serviceList li .slR h4 { font-size: 1.1rem; text-align: left !important; margin-bottom: 0px;  }
	.serviceList li { display: flex; justify-content: center; margin-bottom: 20px;  }
	.serviceList li:last-child { margin-bottom: 0px; }
	.serviceList li .slL { width: 24%; margin-right: 4%; }
	.serviceList li .slR { width: 72%; }
	.serviceList li h5 { font-size: 0.7rem; }
	.serviceList li p { margin-bottom: 0px; font-size: 0.8rem; }
}
@media screen and (min-width: 768px) {	
	#content section#anch03 .in { padding: 80px 40px 40px; }
	#content section#anch03 h2.ttl01 { margin-bottom: 20px; }
	
	#content section#anch03 .in_in { padding: 40px; background: #fff; }
	#content section#anch03 .in_in h3 { text-align: center; }
	
	#content section#anch03 .in p.alC { margin-bottom: 20px; }
	#content section#anch03 .in .in_in p.alC { margin-bottom: 40px; }
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	#content section#anch03 { padding: 0px 20px 20px; }
	#content section#anch03 .in_in h3 { font-size: 1.4rem; }
	.serviceList { display: flex; justify-content: center; align-items: center; }
	.serviceList li .slR h4 { font-size: 1.2rem; text-align: left !important;  }
}
@media screen and (min-width: 961px) {
	.serviceList { display: flex; justify-content: center; }
	.serviceList li { width: 23.5%; margin-right: 2%; }
	.serviceList li:last-child { margin-right: 0px; }
	.serviceList li .slL { width: 80%; margin:0 auto 20px; }
	.serviceList li .slR { width: 100%; }
	.serviceList li h5 { font-size: 0.9rem; }
	.serviceList li p { margin-bottom: 0px; }	
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
	#content section#anch03 .in_in h3 { font-size: 1.6rem; }
	.serviceList li .slR h4 { font-size: 1.1rem; }
}
@media screen and (min-width: 1025px) and (max-width: 1180px)  {
	#content section#anch03 .in_in h3 { font-size: 1.8rem; }
	.serviceList li .slR h4 { font-size: 1.2rem; }
}
@media screen and (min-width: 1181px) {
	#content section#anch03 .in_in h3 { font-size: 2.0rem; }
	.serviceList li .slR h4 { font-size: 1.2rem; }
}

/*-- #anch07 -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#content section#anch07 .in { padding: 6%; }
	#content section#anch07 .in .ttl01 { margin-bottom: 0px;}
	.tTtl { font-size: 1.1rem;
		text-align: center; padding: 5px 10px; margin-bottom: 10px; 
		border: 3px solid;
		border-image: linear-gradient(80deg,  #473b7b 0%, #3584a7 50%, #30d2be 100%);
		border-image-slice: 1;
		background: #fff;
	}
	#content section#anch07 .in h6 { margin-bottom: 20px; }
	.stepList { margin: 0 2%;}
	.stepList li { margin-bottom: 20px; padding-bottom: 10px; position: relative; 
		border-bottom: 1px solid;
		border-image: linear-gradient(80deg,  #473b7b 0%, #3584a7 50%, #30d2be 100%);
		border-image-slice: 1;
	}
	.stepList li:after { content: ""; position: absolute; bottom: -10px; left: 0; right: 0; margin: 0 auto; width: 0; height: 0; border-style: solid; border-width: 10px 10px 0 10px; border-color: #424781 transparent transparent transparent; }
	.stepList li h4 { background: #fff; padding: 5px; margin-bottom: 10px; font-size: 1.0rem;
		border-top: 1px solid;
		border-image: linear-gradient(80deg,  #473b7b 0%, #3584a7 50%, #30d2be 100%);
		border-image-slice: 1;
	}
	.stepList li h4 span { margin-right: 10px; font-size: 1.4em; }
	.in_t { display: flex; justify-content: center; }
	.intL { width: 20%; margin-right: 4%;}
	.intR { width: 76%; font-size: 0.9rem;  }
	.intR p { margin-bottom: 0px;}
	
	.comment-in { position: relative; padding: 10px 0 }
	#content section#anch07 .in h5 { text-align: center; font-size: 0.9rem; line-height: 1.7; }
	.comment-in .mae { position: absolute; top: 10px; left: 0%; width: 25px; }
	.comment-in .ato { position: absolute; top: 10px; right: 0%; width: 25px; }
}
@media screen and (min-width: 768px) {	
	#content section#anch07 .in { padding: 60px; }
	#content section#anch07 .in .ttl01 { margin-bottom: 0px;}
	.tTtl { font-size: 1.8rem;
		text-align: center; padding: 5px 10px; margin-bottom: 30px; 
		border: 3px solid;
		border-image: linear-gradient(80deg,  #473b7b 0%, #3584a7 50%, #30d2be 100%);
		border-image-slice: 1;
		background: #fff;
	}
	#content section#anch07 .in h6 { margin-bottom: 20px; }
	.stepList { margin: 0 20px;}
	.stepList li { margin-bottom: 30px; padding-bottom: 30px; position: relative; 
		border-bottom: 1px solid;
		border-image: linear-gradient(80deg,  #473b7b 0%, #3584a7 50%, #30d2be 100%);
		border-image-slice: 1;
	}
	.stepList li:after { content: ""; position: absolute; bottom: -20px; left: 0; right: 0; margin: 0 auto; width: 0; height: 0; border-style: solid; border-width: 20px 20px 0 20px; border-color: #424781 transparent transparent transparent; }
	.stepList li h4 { background: #fff; padding: 5px; margin-bottom: 20px; font-size: 1.6rem;
		border-top: 1px solid;
		border-image: linear-gradient(80deg,  #473b7b 0%, #3584a7 50%, #30d2be 100%);
		border-image-slice: 1;
	}
	.stepList li h4 span { margin-right: 10px; font-size: 1.4em; }
	.in_t { display: flex; justify-content: center; align-items: center; }
	.intL { width: 20%; margin-right: 4%;}
	.intR { width: 76%; font-size: 1.2rem;  }
	
	.comment-in { position: relative; padding: 40px 0 }
	#content section#anch07 .in h5 { text-align: center; font-size: 1.8rem; }
	.comment-in .mae { position: absolute; top: 20px; left: 10%; }
	.comment-in .ato { position: absolute; top: 20px; right: 10%; }
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	.tTtl { font-size: 1.7rem; }
	.stepList li h4 { font-size: 1.5rem; }
	#content section#anch07 .in h5 { text-align: center; font-size: 1.6rem; }
	.comment-in .mae { position: absolute; top: 20px; left: 4%; }
	.comment-in .ato { position: absolute; top: 20px; right: 4%; }
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
}
@media screen and (min-width: 1025px) and (max-width: 1180px)  {
}
@media screen and (min-width: 1181px) {
}

/*-- #anch08 -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#content section#anch08 .in { padding: 6%; }
	#content section#anch08 .in h2 { font-size: 1.2rem; text-align: center; margin-bottom: 20px;}
	#content section#anch08 .in .photo { width: 60%; margin:0 auto 20px; }
	#content section#anch08 .in p.sign { font-size: 1.8rem; text-align: center; margin-bottom: 20px; }
	#content section#anch08 .in p.sign span { display: block; font-size: 0.7rem; }
	
	#content section#anch08 .in p { }
}
@media screen and (min-width: 768px) {	
	#content section#anch08 .in { padding: 60px; }
	#content section#anch08 .in h2 { font-size: 2.4rem; text-align: center; margin-bottom: 20px;}
	#content section#anch08 .in .photo { width: 40%; margin:0 auto 20px; }
	#content section#anch08 .in p.sign { font-size: 2.4rem; text-align: center; margin-bottom: 40px; }
	#content section#anch08 .in p.sign span { display: block; font-size: 1.2rem; }
	
	#content section#anch08 .in p { width:80% ;margin: 0 auto; }
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	#content section#anch08 .in h2 { font-size: 2.0rem;}
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
}
@media screen and (min-width: 1025px) and (max-width: 1180px)  {
}
@media screen and (min-width: 1181px) {
}

/*-- #anch09 -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#content section#anch09 .in { padding: 4%; }
	#content section#anch09 .in .ttl01 { margin-bottom: 0px;}
	#content section#anch09 .in h6 { margin-bottom: 10px;}
	
	.courseList li { padding:3%; margin-bottom: 10px; display: flex; justify-content: flex-start; 
		border: 3px solid;
		border-image: linear-gradient(0deg,  #473b7b 0%, #3584a7 50%, #30d2be 100%);
		border-image-slice: 1;
		background: #fff;
	}
	.courseList li:last-child { margin-bottom: 0px; }
	.clL { margin-right: 4%; width: 20%;}
	.clR { width: 76%; }
	.courseList li dl { margin-bottom: 10px; padding-bottom: 5px; display: flex; justify-content:center; 
		border-bottom: 1px solid;
		border-image: linear-gradient(80deg,  #473b7b 0%, #3584a7 50%, #30d2be 100%);
		border-image-slice: 1;
	}
	.courseList li dl dt { font-size: 1.0rem; width: 55%; line-height: 1.0; } 
	.courseList li dl dt .roboto { font-size: 1.25em; }
	.courseList li dl dd { font-size: 0.7rem; width: 45%; text-align: right; position: relative; margin-right: 0px; line-height: 1.0; }
	.courseList li dl dd .roboto { font-size: 1.1rem; font-weight: 700; }
	.courseList li dl dd .zeikomi { position: absolute; font-size: 0.5em; right: -5px; top:0px; }
	.clR p { font-size: 0.8rem; margin-bottom: 0px; }
}
@media screen and (min-width: 768px) {	
	#content section#anch09 .in { padding: 60px; }
	#content section#anch09 .in .ttl01 { margin-bottom: 0px;}
	#content section#anch09 .in h6 { margin-bottom: 20px;}
	
	.courseList li { padding:30px; margin-bottom: 20px; display: flex; justify-content: flex-start; 
		border: 5px solid;
		border-image: linear-gradient(0deg,  #473b7b 0%, #3584a7 50%, #30d2be 100%);
		border-image-slice: 1;
		background: #fff;
	}
	.courseList li:last-child { margin-bottom: 0px; }
	.clL { margin-right: 30px; }
	.clR { width: 80%; }
	.courseList li dl { margin-bottom: 10px; padding-bottom: 10px; display: flex; justify-content:center; 
		border-bottom: 1px solid;
		border-image: linear-gradient(80deg,  #473b7b 0%, #3584a7 50%, #30d2be 100%);
		border-image-slice: 1;
	}
	.courseList li dl dt { font-size: 2.4rem; width: 50%; line-height: 1.0; } 
	.courseList li dl dt .roboto { font-size: 1.5em; }
	.courseList li dl dd { font-size: 1.2rem; width: 50%; text-align: right; position: relative; margin-right: 10px; line-height: 1.0; }
	.courseList li dl dd .roboto { font-size: 3.2rem; font-weight: 700; }
	.courseList li dl dd .zeikomi { position: absolute; font-size: 0.8rem; right: -17px; top:10px; }
	.clR p { font-size: 1.5rem; }
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	.courseList li { padding:20px;}
	.clL { width: 26%; margin-right: 4%; }
	.clR { width: 70%; }
	.courseList li dl dt { font-size: 1.8rem;}
	.courseList li dl dd { font-size: 1.1rem;}
	.courseList li dl dd .roboto { font-size: 2.2rem;}
	.clR p { font-size: 1.2rem; }
	.courseList li dl dd .zeikomi { position: absolute; font-size: 0.7rem; right: -13px; top:0px; }
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
}
@media screen and (min-width: 1025px) and (max-width: 1180px)  {
}
@media screen and (min-width: 1181px) {
}

/*-- #anch10 -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#content section#anch10 .in { padding: 4%; margin: 4%;
		border: 3px solid;
		border-image: linear-gradient(80deg,  #473b7b 0%, #3584a7 50%, #30d2be 100%);
		border-image-slice: 1;
		background: #fff;
	}
	#content section#anch10 .in h6 { text-align: center; font-size: 0.8rem; }
	#content section#anch10 .in h2 { text-align: center; font-size: 1.2rem; margin-bottom: 10px; }
	#content section#anch10 .in h2 .roboto { font-size: 1.2em; font-weight: bold; }
	
	#content section#anch10 .in div img { margin-bottom: 15px;}
	
	#content section#anch10 .in h3 { text-align: center; font-size: 1.1rem; padding-bottom: 10px; margin-bottom: 20px; position: relative; border-bottom: 1px solid #000; } 	
	#content section#anch10 .in h3:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 15px 0 15px; border-color: #000 transparent transparent transparent; position: absolute; bottom: -10px; left: 0; right: 0; margin: 0 auto;}
	#content section#anch10 .in h3:after { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 15px 0 15px; border-color: #fff transparent transparent transparent; position: absolute; bottom: -9px; left: 0; right: 0; margin: 0 auto; z-index: 10; }
	
	#content section#anch10 .in h4 { text-align: center; font-size: 1.0em; } 	
	#content section#anch10 .in h4 { padding-bottom: 10px; position: relative; border-bottom: 1px solid #000; margin-bottom: 30px; }
	#content section#anch10 .in h4:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 15px 0 15px; border-color: #000 transparent transparent transparent; position: absolute; bottom: -10px; left: 0; right: 0; margin: 0 auto;}
	#content section#anch10 .in h4:after { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 15px 0 15px; border-color: #fff transparent transparent transparent; position: absolute; bottom: -9px; left: 0; right: 0; margin: 0 auto; z-index: 10; }
	
	.tokutenList { width: 100%; margin: 0 auto 15px; }
	.tokutenList li { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dotted #ccc; font-size: 1.1rem; color: #DA3A3A; background: url("../img/common/check.png") 0 0 no-repeat; background-size: 20px; padding-left: 25px; }
}
@media screen and (min-width: 768px) {	
	#content section#anch10 .in { padding: 60px; margin: 40px;
		border: 5px solid;
		border-image: linear-gradient(80deg,  #473b7b 0%, #3584a7 50%, #30d2be 100%);
		border-image-slice: 1;
		background: #fff;
	}
	#content section#anch10 .in h6 { text-align: center; font-size: 1.6rem; }
	#content section#anch10 .in h2 { text-align: center; font-size: 3.2rem; margin-bottom: 10px; }
	#content section#anch10 .in h2 .roboto { font-size: 1.2em; font-weight: bold; }
	
	#content section#anch10 .in div img { margin-bottom: 40px;}
	
	#content section#anch10 .in h3 { text-align: center; font-size: 2.4rem; padding-bottom: 10px; margin-bottom: 30px; position: relative; border-bottom: 1px solid #000; } 	
	#content section#anch10 .in h3:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 15px 0 15px; border-color: #000 transparent transparent transparent; position: absolute; bottom: -10px; left: 0; right: 0; margin: 0 auto;}
	#content section#anch10 .in h3:after { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 15px 0 15px; border-color: #fff transparent transparent transparent; position: absolute; bottom: -9px; left: 0; right: 0; margin: 0 auto; z-index: 10; }
	
	#content section#anch10 .in h4 { text-align: center; font-size: 2.0em; } 	
	#content section#anch10 .in h4 { padding-bottom: 10px; position: relative; border-bottom: 1px solid #000; margin-bottom: 30px; }
	#content section#anch10 .in h4:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 15px 0 15px; border-color: #000 transparent transparent transparent; position: absolute; bottom: -10px; left: 0; right: 0; margin: 0 auto;}
	#content section#anch10 .in h4:after { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 15px 0 15px; border-color: #fff transparent transparent transparent; position: absolute; bottom: -9px; left: 0; right: 0; margin: 0 auto; z-index: 10; }
	
	.tokutenList { width: 90%; margin: 0 auto 40px; }
	.tokutenList li { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dotted #ccc; font-size: 1.7rem; color: #DA3A3A; background: url("../img/common/check.png") 0 0 no-repeat; background-size: 60px; padding-left: 75px; }
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	#content section#anch10 .in { padding: 40px; }
	#content section#anch10 .in h3 { font-size: 2.2rem; }
	#content section#anch10 .in h3 { font-size: 1.8rem; }
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
}
@media screen and (min-width: 1025px) and (max-width: 1180px)  {
}
@media screen and (min-width: 1181px) {
}

/*-- #anch11 -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#content section#anch11 .in { padding: 4%; }
	#content section#anch11 .in .ttl01 { margin-bottom: 0px;}
	#content section#anch11 .in h6 { margin-bottom: 10px; }
	.faqDl { width: 90%; margin: 0 auto; }
	.faqDl dt { background: #f4f4f4; margin-bottom: 10px; font-size: 1.0rem; padding:5px 10px; position: relative; cursor: pointer; 
		border-top: 1px solid;
		border-image: linear-gradient(80deg,  #473b7b 0%, #3584a7 50%, #30d2be 100%);
		border-image-slice: 1;
	}
	.faqDl dt:after { position: absolute; top: 25%; right: 2%; content: "\f067"; font-family: "FontAweSome"; color: #ccc; }
	.faqDl dt.active:after { position: absolute; top: 25%; right: 2%; content: "\f068"; font-family: "FontAweSome"; color: #ccc; }
	.faqDl dt .roboto { margin-right: 5px; font-size: 1.5em; }
	.faqDl dd { padding: 0 20px 20px; font-size: 0.9rem; }
}
@media screen and (min-width: 768px) {	
	#content section#anch11 .in { padding: 60px; }
	#content section#anch11 .in .ttl01 { margin-bottom: 0px;}
	#content section#anch11 .in h6 { margin-bottom: 20px; }
	.faqDl { width: 90%; margin: 0 auto; }
	.faqDl dt { background: #f4f4f4; margin-bottom: 20px; font-size: 1.6rem; padding:5px 10px; position: relative; cursor: pointer; 
		border-top: 1px solid;
		border-image: linear-gradient(80deg,  #473b7b 0%, #3584a7 50%, #30d2be 100%);
		border-image-slice: 1;
	}
	.faqDl dt:after { position: absolute; top: 25%; right: 2%; content: "\f067"; font-family: "FontAweSome"; color: #ccc; }
	.faqDl dt.active:after { position: absolute; top: 25%; right: 2%; content: "\f068"; font-family: "FontAweSome"; color: #ccc; }
	.faqDl dt .roboto { margin-right: 10px; font-size: 1.5em; }
	.faqDl dd { padding: 0 20px 20px; font-size: 1.4rem; }
}
@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.4rem; }
	.faqDl dd { font-size: 1.2rem; }
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
}
@media screen and (min-width: 1025px) and (max-width: 1180px)  {
}
@media screen and (min-width: 1181px) {
}

/*-- #contact -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#content section#contact .in { padding: 4%; }
	#content section#contact .in .ttl01 { margin-bottom: 0px;}
	#content section#contact .in h6 { margin-bottom: 10px; }
}
@media screen and (min-width: 768px) {	
	#content section#contact .in { padding: 60px; }
	#content section#contact .in .ttl01 { margin-bottom: 0px;}
	#content section#contact .in h6 { margin-bottom: 20px; }
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	#content section#contact .in { padding: 40px; }
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
}
@media screen and (min-width: 1025px) and (max-width: 1180px)  {
}
@media screen and (min-width: 1181px) {
}


/*-- .formBtn -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.formBtnArea .in { padding: 4%; }
	.formBtn {
		color: #fff; width: 90%; margin: 0 auto; padding: 10px; text-align: center; border-bottom: 5px solid #FF0066; font-size: 0.85rem; border-radius: 8px; line-height: 1.4; z-index: 333;  
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0066+0,fd93a5+100 */
		background: #ff0066; /* Old browsers */
		background: -moz-linear-gradient(top,  #ff0066 0%, #fd93a5 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #ff0066 0%,#fd93a5 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #ff0066 0%,#fd93a5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0066', endColorstr='#fd93a5',GradientType=0 ); /* IE6-9 */
	}
	.formBtn span.txtLarge { font-size: 1.1rem; }
	.formBtn span.txtLarge:before { content: ""; display: inline-block; background-image:url("../img/common/btnIcon.png"); background-size: contain; background-repeat: no-repeat; vertical-align: middle; margin-right: 5px; width: 25px; height: 30px; margin-top: -9px; }
	.formBtn a { display: block; }
	.formBtn a:link    { color:#fff; text-decoration: none; }
	.formBtn a:visited { color:#fff; text-decoration: none; }
	.formBtn a:hover   { color:#fff; text-decoration: none; opacity: 0.7; }
	.formBtn a:active  { color:#fff; text-decoration: none; }
}
@media screen and (min-width: 768px) {	
	.formBtnArea .in { padding: 40px; }
	.formBtn {
		color: #fff; width: 70%; margin: 0 auto; padding: 15px; text-align: center; border-bottom: 8px solid #FF0066; font-size: 1.6rem; border-radius: 8px; line-height: 1.4; z-index: 333;  
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0066+0,fd93a5+100 */
		background: #ff0066; /* Old browsers */
		background: -moz-linear-gradient(top,  #ff0066 0%, #fd93a5 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #ff0066 0%,#fd93a5 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #ff0066 0%,#fd93a5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0066', endColorstr='#fd93a5',GradientType=0 ); /* IE6-9 */
	}
	.formBtn span.txtLarge { font-size: 2.4rem; }
	.formBtn span.txtLarge:before { content: ""; display: inline-block; background-image:url("../img/common/btnIcon.png"); background-size: contain; background-repeat: no-repeat; vertical-align: middle; margin-right: 10px; width: 50px; height: 60px; margin-top: -15px; }
	.formBtn a { display: block; }
	.formBtn a:link    { color:#fff; text-decoration: none; }
	.formBtn a:visited { color:#fff; text-decoration: none; }
	.formBtn a:hover   { color:#fff; text-decoration: none; opacity: 0.7; }
	.formBtn a:active  { color:#fff; text-decoration: none; }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	.formBtn span.txtLarge { font-size: 2.0rem; }
}

/*-- footer fix bnr  -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#contact-fixed ul { position: fixed; z-index: 888; bottom: 0; width: 100%; display: flex; justify-content: center;}
	#contact-fixed ul li { width: 50%; }
}
/*-- 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) {
	.f_logo { display: flex; justify-content: center; width: 80%; margin:0 auto 40px; }
	.f_logo li:nth-child(1) { margin-right: 2%; }
	footer .in { padding: 8% 4%; }
}
@media screen and (min-width: 768px) {
	.f_logo { display: flex; justify-content: center; }
	.f_logo li:nth-child(1) { margin-right: 2%; }
	footer .in { padding: 40px 4%; }
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	.f_logo { width: 360px; margin: 0 auto 40px; }
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
	.f_logo { width: 420px; margin: 0 auto 40px; }
} 
@media screen and (min-width: 1025px) and (max-width: 1180px)  {
	footer { width: 100%; margin: 0 auto;}
	.f_logo { width: 400px; margin: 0 auto 40px; }
}
@media screen and (min-width: 1181px) {
	footer { width: 1180px; margin: 0 auto;}
	.f_logo { width: 480px; margin: 0 auto 40px; }
}

/*-- 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 { 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; }
}

/*-- 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:#FF6600; width:80%; height:30px; line-height:30px; border:#FF6600 1px solid; border-radius: 15px; display:block; text-align:center; margin:0 10%; background:#fff; font-size: 13px;}
	.box_link_btn_og a:link    { color:#FF6600; text-decoration: none; }
	.box_link_btn_og a:visited { color:#FF6600; text-decoration: none; }
	.box_link_btn_og a:hover   { color:#fff; text-decoration: none; background:#FF6600; }
	.box_link_btn_og a:active  { color:#FF6600; text-decoration: none; } 
	
	.grdBtn a { color:#fff; width:100%; height:40px; line-height:40px; border-radius: 20px; display:block; text-align:center; margin:0 auto; font-size: 0.9rem;;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#473b7b+0,3584a7+50,30d2be+100 */
		background: #473b7b; /* Old browsers */
		background: -moz-linear-gradient(80deg,  #473b7b 0%, #3584a7 50%, #30d2be 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(80deg,  #473b7b 0%,#3584a7 50%,#30d2be 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(80deg,  #473b7b 0%,#3584a7 50%,#30d2be 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#473b7b', endColorstr='#30d2be',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
	}
	.grdBtn a:link    { color:#fff; text-decoration: none; }
	.grdBtn a:visited { color:#fff; text-decoration: none; }
	.grdBtn a:hover   { color:#fff; text-decoration: none; opacity: 0.7; }
	.grdBtn a:active  { color:#fff; text-decoration: none; }
	
	.contactList { }
	.contactList li { margin-bottom: 10px; }
	.contactList li:nth-child(2) { margin-right: 0px; }
	.contactList li a { color:#000; width:100%; height:30px; line-height:30px; border:#000 1px solid; display:block; text-align:center; margin:0 0%; background:#fff; font-size: 13px; border-radius: 15px; }
	.contactList li a:link    { color:#000; text-decoration: none; }
	.contactList li a:visited { color:#000; text-decoration: none; }
	.contactList li a:hover   { color:#fff; text-decoration: none; background:#000; }
	.contactList li a:active  { color:#000; text-decoration: none; }
}
@media screen and (min-width: 768px) {
	.box_link_btn a { color:#000; width:40%; height:40px; line-height:40px; border:#000 1px solid; border-radius: 20px; display:block; text-align:center; margin:0 30%; background:#fff; font-size: 15px;}
	.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:#FF6600; width:40%; height:40px; line-height:40px; border:#FF6600 1px solid; border-radius: 20px; display:block; text-align:center; margin:0 30%; background:#fff; font-size: 15px;}
	.box_link_btn_og a:link    { color:#FF6600; text-decoration: none; }
	.box_link_btn_og a:visited { color:#FF6600; text-decoration: none; }
	.box_link_btn_og a:hover   { color:#fff; text-decoration: none; background:#FF6600; }
	.box_link_btn_og a:active  { color:#FF6600; text-decoration: none; }
	
	.grdBtn a { color:#fff; width:80%; height:80px; line-height:80px; border-radius: 40px; display:block; text-align:center; margin:0 auto; font-size: 1.6rem;;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#473b7b+0,3584a7+50,30d2be+100 */
		background: #473b7b; /* Old browsers */
		background: -moz-linear-gradient(80deg,  #473b7b 0%, #3584a7 50%, #30d2be 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(80deg,  #473b7b 0%,#3584a7 50%,#30d2be 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(80deg,  #473b7b 0%,#3584a7 50%,#30d2be 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#473b7b', endColorstr='#30d2be',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
	}
	.grdBtn a:link    { color:#fff; text-decoration: none; }
	.grdBtn a:visited { color:#fff; text-decoration: none; }
	.grdBtn a:hover   { color:#fff; text-decoration: none; opacity: 0.7; }
	.grdBtn a:active  { color:#fff; text-decoration: none; }
	
	.contactList { display: flex; justify-content: center; }
	.contactList li { width: 48%; margin-right: 4%; }
	.contactList li:nth-child(2) { margin-right: 0px; }
	.contactList li a { color:#000; width:100%; height:40px; line-height:40px; border:#000 1px solid; display:block; text-align:center; margin:0 0%; background:#fff; font-size: 15px; border-radius: 20px; }
	.contactList li a:link    { color:#000; text-decoration: none; }
	.contactList li a:visited { color:#000; text-decoration: none; }
	.contactList li a:hover   { color:#fff; text-decoration: none; background:#000; }
	.contactList li a:active  { color:#000; text-decoration: none; }
}

@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;
	}
	.grdBtn a { color:#fff; width:100%; }
	.contactList li a { font-size: 0.9rem; }
}

/*-- 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.0em; padding-left:1.0em; border-bottom:#DEDEDE 1px dotted; padding-bottom:10px; }
ol li:before{ counter-increment: number; /* 任意の名前を付けて！ */ content: counter(number); /* 名前を付けたカウンターを呼び出し */ margin-right:0.5em; color:#66A64E; 
	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:#67A64F; }

.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:#67A64F; }

.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:#67A64F; }

.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; }

/*-- スマホメニュー開閉背景の色 ------------------------------------------------------------*/
.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); }

.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);
  }
}

/*左右のアニメーション 全共通*/

.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;
  }
}
