@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; text-decoration: underline; }
.u_link a:link    { color:#03C; text-decoration: underline; }
.u_link a:visited { color:#639; text-decoration: underline; }
.u_link a:hover   { color:#03C; text-decoration: none; }
.u_link a:active  { color:#03C; text-decoration: underline; }

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_box02:hover { cursor:pointer; opacity:1.0; }
.g_box03:hover { cursor:pointer; opacity:1.0; }
.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: 599px) {
	.pc { display: none; }
	.lhigh { line-height:1.4 !important; }
}
@media screen and (min-width: 600px) {
	.sp { display: none; }
	.alC_pc { text-align: center; }
	.lhigh { line-height:1.7 !important; }
}
@media screen and (max-width: 899px) {
	.pc_tab { display: none; }
}
@media screen and (min-width: 900px) {
	.sp_tab { display: none; }
}
/*-- imaga -------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	.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: 600px) {
	.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 -------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	header .h_area { padding: 1%;}
	h1 { font-size: 10px; text-align: left; padding: 0 1%; }
	.h_logo { width:70%;  }
	.h_logo img { width: 200px; }
	
	#header-contact { display: flex; justify-content: center; margin-bottom: 0px; }
	#header-contact a img { width: 80%; margin: 0 10%; }
	#header-contact .fltL,#header-contact .fltR { width:50%;}
	#header-contact .fltL a,#header-contact .fltR a { display:block; width:100%; padding:0.5em 0; }
	#header-contact .fltL a {
	  background-image: -webkit-linear-gradient( 90deg, rgb(31,123,229) 50%, rgb(74,155,234) 50%);
	  background-image: -moz-linear-gradient( 90deg, rgb(31,123,229) 50%, rgb(74,155,234) 50%);
	  background-image: -ms-linear-gradient( 90deg, rgb(31,123,229) 50%, rgb(74,155,234) 50%);
	}
	#header-contact .fltR a {
	  background-image: -webkit-linear-gradient( 90deg, rgb(247,148,29) 50%, rgb(248,187,73) 50%);
	  background-image: -moz-linear-gradient( 90deg, rgb(247,148,29) 50%, rgb(248,187,73) 50%);
	  background-image: -ms-linear-gradient( 90deg, rgb(247,148,29) 50%, rgb(248,187,73) 50%);
	}
}
@media screen and (min-width: 600px) {
	header { position: relative; background: #fff; }
	header .in { position: fixed; left: 0; top: 0px; width: 100%; background: rgba(255,255,255,0.95); padding: 5px 0; z-index: 10;  }
	header h1 { font-size: 12px; margin-bottom: 5px; }
	header .h_area { display: flex; justify-content: space-between; align-items: center; padding: 0 1%; }
	header .h_area .h_logo { width:50%; }
	header .h_area .h_logo img { width: 360px; }
	
	header.is-animation .h_area .h_logo { width:20%; }
	header.is-animation .in { padding: 0px; box-shadow: 0px 10px 15px -15px rgba(0,0,0,0.6); }
	header.is-animation .h_area { padding: 0 0 0 1%; }
	header.is-animation .h_area .h_logo { width:20%; }
	header.is-animation h1 { display: none; }
	header.is-animation .h_logo img { width: 200px; }
	
	.h_contact { width:50%; display: flex; justify-content: flex-end; align-items: center; }
	.h_contact li.pc { display: none; }
	.h_contact li.contactBnr { display: block; }
	.h_contact li.g_box.pc { display: block; }
	.h_contact li.contactBnr img { max-width: 500px; }
	
		.h_contact li.g_box { width: 160px; margin-left: 1%; border: 3px solid #dedede; padding: 5px 10px; border-radius: 6px; }
		.h_contact li.g_box.phone { margin-left: 0%; }
		.h_contact li.g_box .in-li-flex { display: flex; justify-content: center; align-items: center; }
		.h_contact li.g_box .li-L { font-size: 1.5rem; line-height: 1.0; margin-bottom: 0px; text-align: center; color: #fff; margin-right: 4%;}
		.h_contact li.g_box .li-R { font-size: 1.0rem; }
		.h_contact li.g_box p.alC { font-size: 0.7rem; margin-bottom: 5px; color:#057edb; background: #fff; padding: 1px 0; line-height: 1.0; }
		.h_contact li.g_box p.alC
		.h_contact li.g_box p.g_link { margin-bottom: 0px; }

	
		.h_contact li.offDog { width: 135px; margin-right: 10px; display: block; }
		.h_contact li.offDog img { border-radius: 0px; }
		.h_contact li.g_box.phone { border: 3px solid #057edb; background: #057edb; border-bottom: 5px solid #10578d;}
		.h_contact li.g_box.phone h6 { color: #fff; font-size: 1.2em; line-height: 1.0; }
		.h_contact li.g_box.phone .li-L { color:#fff; }
		.h_contact li.g_box.phone .li-R { color:#fff; }

		.h_contact li.g_box.line { border: 3px solid #06c152; background:#06c152; border-bottom: 5px solid #188544;  }
		.h_contact li.g_box.line h6 { color: #fff; font-weight: bold; }
		.h_contact li.g_box.line .li-L { color:#fff; font-size: 1.8rem; }
		.h_contact li.g_box.line p.alC { color:#06c152; }

		.h_contact li.g_box.form { border: 3px solid #ff9900; background: #ff9900; border-bottom: 5px solid #ff7800; }
		.h_contact li.g_box.form h6 { color: #fff; font-weight: bold; }
		.h_contact li.g_box.form .li-L { color:#fff; }
		.h_contact li.g_box.form p.alC { color:#ff9900; }
		
	header.is-animation .h_contact { width: 80%; }
	header.is-animation .h_contact li.pc { display: block; }
	header.is-animation .h_contact li { margin-left: 2%; font-size: 0.9rem; }
	
	header.is-animation .h_contact li.contactBnr { display: none; }
	header.is-animation .h_contact li.g_box { display: none; }
	
	header.is-animation .h_contact li.h_mail { width: 50px; min-height: 45px; line-height: 45px; font-size: 1.2rem; text-align: center; background: #ffb300; }
	header.is-animation .h_contact li.h_mail a { color: #fff; display: block; }
		header.is-animation .h_contact li.h_mail a:link    { color:#fff; text-decoration: none; }
		header.is-animation .h_contact li.h_mail a:visited { color:#fff; text-decoration: none; }
		header.is-animation .h_contact li.h_mail a:hover   { color:#fff; text-decoration: none; opacity: 0.7; }
		header.is-animation .h_contact li.h_mail a:active  { color:#fff; text-decoration: none; }
	header.is-animation .h_contact li.h_phone { width: 180px; min-height: 45px; line-height: 45px; font-size: 1.1rem; text-align: center; background: #057edb; color: #fff; margin-left: 0px; }
	
	header.is-animation .h_contact li:nth-child(2) a:hover { color: #6dbde3 ; }
	header.is-animation .h_contact li:nth-child(3) a:hover { color: #ef9592 ; }
	header.is-animation .h_contact li:nth-child(4) a:hover { color: #e7c455 ; }
	header.is-animation .h_contact li:nth-child(5) a:hover { color: #6dba6e ; }
	header.is-animation .h_contact li:nth-child(6) a:hover { color: #8298d2 ; }
	
	header.is-animation .h_contact li.offDog { display: none; }
	
	.h_contact li a         { resize: none; display: block; }
	.h_contact li a:link    { color:#000; text-decoration: none; }
	.h_contact li a:visited { color:#000; text-decoration: none; }
	.h_contact li a:hover   { color:#000; text-decoration: none; opacity: 0.7; }
	.h_contact li a:active  { color:#000; text-decoration: none; }

	header nav { border-bottom: 2px solid #dedede; border-top: 2px solid #dedede; margin-bottom: 10px; }
	header nav ul { display: flex; justify-content: center; align-items: center; margin: 0 2%; }
	header nav ul li { width: 20%; text-align: center; height: 60px; line-height: 60px; border-right: 1px solid #dedede; position: relative;  }
	header nav ul li div { position: absolute; left: 0px; bottom: -2px; width: 100%; height: 2px; z-index: 1; }
	header nav ul li:hover div { height: 4px; transition: .3s;}
	header nav ul li:nth-child(1) { border-left: 1px solid #dedede; }
	header nav ul li:nth-child(1) div { background: #6dbde3 ; }
	header nav ul li:nth-child(2) div { background: #ef9592 ; }
	header nav ul li:nth-child(3) div { background: #e7c455 ; }
	header nav ul li:nth-child(4) div { background: #6dba6e ; }
	header nav ul li:nth-child(5) div { background: #8298d2 ; }
	
	header nav ul li a         { resize: none; display: block; }
	header nav ul li a:link    { color:#000; text-decoration: none; }
	header nav ul li a:visited { color:#000; text-decoration: none; }
	header nav ul li a:hover   { color:#000; text-decoration: none; }
	header nav ul li a:active  { color:#000; text-decoration: none; }
	
	header nav ul li:nth-child(1) a:hover { color: #6dbde3 ; }
	header nav ul li:nth-child(2) a:hover { color: #ef9592 ; }
	header nav ul li:nth-child(3) a:hover { color: #e7c455 ; }
	header nav ul li:nth-child(4) a:hover { color: #6dba6e ; }
	header nav ul li:nth-child(5) a:hover { color: #8298d2 ; }
}
@media screen and (min-width: 600px) and (max-width: 899px)  {
	header .h_area .h_logo { width: 30%; }
	.h_contact { width:70%; }
	
	header h1 { font-size: 10px; }
	header .h_area .h_logo img { width: 240px; }
	.h_contact li.contactBnr img { max-width: 300px; }
	header.is-animation .h_contact li { font-size: 0.7rem; }
	header.is-animation .h_contact li.h_phone { width: 140px;}
	
	header nav ul li { height: 50px; line-height: 50px; font-size: 0.8rem; }
	
	.h_contact li.g_box { width: 130px; }
		.h_contact li.g_box p { font-size: 0.7rem; }
		.h_contact li.g_box .li-L { font-size: 1.2rem; }
		.h_contact li.g_box .li-R { font-size: 0.7rem; }	
		.h_contact li.g_box.phone h6 { font-size: 1.2em; }
		.h_contact li.g_box.line .li-L { font-size: 1.6rem; }
	
	.h_contact li.offDog { display: none; }
	.h_contact li.g_box p.alC { font-size: 0.5em;}
}
@media screen and (min-width: 900px) and (max-width: 1079px)  {
	header .h_area .h_logo { width: 40%; }
	.h_contact { width:70%; }
	
	header h1 { font-size: 11px; }
	header .h_area .h_logo img { width: 300px; }
	.h_contact li.contactBnr img { max-width: 400px; }
	header.is-animation .h_contact li { font-size: 0.75rem; }
	
	header nav ul li { height: 50px; line-height: 50px; font-size: 0.9rem; }
	
	.h_contact li.g_box { width: 140px; }
		.h_contact li.g_box p { font-size: 0.7rem; }
		.h_contact li.g_box .li-L { font-size: 1.3rem; }
		.h_contact li.g_box .li-R { font-size: 0.8rem; }	
		.h_contact li.g_box.phone h6 { font-size: 1.3em; }
		.h_contact li.g_box.line .li-L { font-size: 1.7rem; }
	.h_contact li.offDog { width: 100px; }
} 
@media screen and (min-width: 1080px) and (max-width: 1199px)  {
	header .h_area .h_logo { width: 40%; }
	.h_contact { width:60%; }
	
	header.is-animation .h_contact li { font-size: 0.8rem; }
	
	.h_contact li.g_box { width: 145px; }
		.h_contact li.g_box p { font-size: 0.7rem; }
		.h_contact li.g_box .li-L { font-size: 1.3rem; }
		.h_contact li.g_box .li-R { font-size: 0.8rem; }	
		.h_contact li.g_box.phone h6 { font-size: 1.3em; }
		.h_contact li.g_box.line .li-L { font-size: 1.7rem; }
	
	.h_contact li.offDog { width: 120px; }
} 
@media screen and (min-width: 1200px) and (max-width: 1479px)  {
	.h_contact { width:60%; }
	.h_contact li.g_box { width: 150px; }
		.h_contact li.g_box p { font-size: 0.7rem; }
		.h_contact li.g_box .li-L { font-size: 1.4rem; }
		.h_contact li.g_box .li-R { font-size: 0.9rem; }	
		.h_contact li.g_box.phone h6 { font-size: 1.1em; }
		.h_contact li.g_box.line .li-L { font-size: 1.8rem; }
}
@media screen and (min-width: 1480px) {
	header nav ul { width: 1260px; margin: 0 auto; }
}

/*-- 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: 5px; right: 5px; width: 50px; height: 35px; z-index: 9999; border-radius: 2px; }
	.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: 2px; background-color: #e9544f; 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: 16.4px; }
	.menu-trigger span:nth-of-type(3) { bottom: 7px; }
	.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) { bottom: 10px; 
	 -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: #e9544f; 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;
	}	
	.h_nav li { margin-bottom: 10px; border-bottom: 1px dotted #fff; text-align: left; font-size: 12px; padding: 5px 10px 10px 15px; border-left: 5px solid #fff; }
	.h_nav li a         { resize: none; display: block; }
	.h_nav li a:link    { color:#fff; text-decoration: none; }
	.h_nav li a:visited { color:#fff; text-decoration: none; }
	.h_nav li a:hover   { color:#fff; text-decoration: none; }
	.h_nav li a:active  { color:#fff; text-decoration: none; }
	
	.scrool { overflow-y: scroll; height: 90%;}
}

/*-- コンテンツ -------------------------------------------------------------*/
.sp-search-wrap { display: none; }
@media screen and (max-width: 599px) {
	#content .in { background: none; padding: 4%; }
	#content .in main section { margin-bottom: 40px; }
	#content .in aside ul { margin-bottom: 20px; }
	#content .in aside ul li { text-align: center; margin-bottom: 0px; }
	
	.mark { text-align: center; margin:0 auto 10px; width: 40px; }
	.ttl01 { text-align: center; margin-bottom: 10px; font-size: 21px; }
	.ttl01 span { font-family:'Roboto Condensed', sans-serif; font-weight:bold; font-size: 12px; color: #e60012; display: block; }
	.subTtl01 { border-bottom: solid 3px skyblue; position: relative; padding: 10px 10px 10px 40px; margin-bottom: 20px; font-size: 1.0rem; font-weight: bold; background:#fffcf3; }
	.subTtl01:after { position: absolute; content: " "; display: block; border-bottom: solid 3px #ffc778; left: 0px; bottom: -3px; width: 30%; }
	.subTtl01 span { padding-left: 10px; }
	.baseTtl:before { content:""; position: absolute; top: -10px; left: -10px; width: 50px; height: 50px; background-image: url("../img/common/icon-base.png"); background-size: contain; vertical-align: middle; background-repeat: no-repeat;}
	.newsTtl:before { content:""; position: absolute; top: -10px; left: -10px; width: 60px; height: 60px; background-image: url("../img/common/icon-news.png"); background-size: contain; vertical-align: middle; background-repeat: no-repeat;}
	.caseTtl:before { content:""; position: absolute; top: -10px; left: -10px; width: 60px; height: 60px; background-image: url("../img/second/icon-case.png"); background-size: contain; vertical-align: middle; background-repeat: no-repeat;}
	.resultTtl:before { content:""; position: absolute; top: 0px; left: -10px; width: 60px; height: 60px; background-image: url("../img/second/icon-result.png"); background-size: contain; vertical-align: middle; background-repeat: no-repeat;}
	.faqTtl { padding-left: 50px; }
	.faqTtl:before { content:""; position: absolute; top: -10px; left: -10px; width: 60px; height: 60px; background-image: url("../img/second/icon-faq.png"); background-size: contain; vertical-align: middle; background-repeat: no-repeat; }
	.voiceTtl { padding-left: 50px; }
	.voiceTtl:before { content:""; position: absolute; top: -10px; left: -10px; width: 60px; height: 60px; background-image: url("../img/second/icon-voice.png"); background-size: contain; vertical-align: middle; background-repeat: no-repeat; }
	.choiceTtl { padding-left: 50px; }
	.choiceTtl:before { content:""; position: absolute; top: -10px; left: -10px; width: 60px; height: 60px; background-image: url("../img/second/icon-choice.png"); background-size: contain; vertical-align: middle; background-repeat: no-repeat; }
	.costTtl { padding-left: 40px; }
	.costTtl:before { content:""; position: absolute; top: 0px; left: -10px; width: 40px; height: 40px; background-image: url("../img/common/icon-cost.png"); background-size: contain; vertical-align: middle; background-repeat: no-repeat; }
	.processTtl { padding-left: 50px; }
	.processTtl:before { content:""; position: absolute; top: -10px; left: -10px; width: 60px; height: 60px; background-image: url("../img/second/icon-process.png"); background-size: contain; vertical-align: middle; background-repeat: no-repeat; }
	.troubleTtl { padding-left: 50px; }
	.troubleTTtl:before { content:""; position: absolute; top: -10px; left: -10px; width: 60px; height: 60px; background-image: url("../img/second/icon-troubleT.png"); background-size: contain; vertical-align: middle; background-repeat: no-repeat; }
	.addTtl { padding-left: 50px; }
	.addTtl:before { content:""; position: absolute; top: -10px; left: -10px; width: 60px; height: 60px; background-image: url("../img/second/icon-add.png"); background-size: contain; vertical-align: middle; background-repeat: no-repeat; }
	.termTtl { padding-left: 50px; }
	.termTtl:before { content:""; position: absolute; top: -10px; left: -10px; width: 60px; height: 60px; background-image: url("../img/second/icon-term.png"); background-size: contain; vertical-align: middle; background-repeat: no-repeat; }
	.areaTtl { padding-left: 50px; }
	.areaTtl:before { content:""; position: absolute; top: -10px; left: -10px; width: 60px; height: 60px; background-image: url("../img/second/icon-area.png"); background-size: contain; vertical-align: middle; background-repeat: no-repeat; }
	
	#content .in main section#anch05 { margin-bottom: 20px; }
	#content .in main section#anch06 { margin-bottom: 20px; }
}
@media screen and (min-width: 600px) {
	#content .in { display: flex; justify-content: space-between; }
	#content .in main section { margin-bottom: 40px; }
	#content .in aside ul { margin-bottom: 20px; }
	#content .in aside ul li { text-align: center; margin-bottom: 5px; }
	.mark { text-align: center; width: 50px; margin:0 auto 10px;}
	.ttl01 { text-align: center; margin-bottom: 40px;}
	.ttl01 span { font-family:'Roboto Condensed', sans-serif; font-weight:bold; font-size: 12px; color: #e60012; display: block;}
	.subTtl01 { border-bottom: solid 3px skyblue; position: relative; padding: 10px 10px 10px 40px; margin-bottom: 20px; font-size: 1.2rem; font-weight: bold; background:#fffcf3; }
	.subTtl01:after { position: absolute; content: " "; display: block; border-bottom: solid 3px #ffc778; left: 0px; bottom: -3px; width: 30%; }
	.subTtl01 span { padding-left: 20px; }
	.baseTtl { padding-left: -50px;}
	.baseTtl:before { content:""; position: absolute; top: -10px; left: -10px; width: 60px; height: 60px; background-image: url("../img/common/icon-base.png"); background-size: contain; vertical-align: middle; background-repeat: no-repeat;}
	.newsTtl:before { content:""; position: absolute; top: -10px; left: -10px; width: 70px; height: 70px; background-image: url("../img/common/icon-news.png"); background-size: contain; vertical-align: middle; background-repeat: no-repeat;}
	.caseTtl:before { content:""; position: absolute; top: -10px; left: -10px; width: 70px; height: 70px; background-image: url("../img/second/icon-case.png"); background-size: contain; vertical-align: middle; background-repeat: no-repeat;}
	.resultTtl:before { content:""; position: absolute; top: -10px; left: -10px; width: 70px; height: 70px; background-image: url("../img/second/icon-result.png"); background-size: contain; vertical-align: middle; background-repeat: no-repeat;}
	.faqTtl { padding-left: 60px; }
	.faqTtl:before { content:""; position: absolute; top: -10px; left: -10px; width: 70px; height: 70px; background-image: url("../img/second/icon-faq.png"); background-size: contain; vertical-align: middle; background-repeat: no-repeat; }
	.voiceTtl { padding-left: 60px; }
	.voiceTtl:before { content:""; position: absolute; top: -10px; left: -10px; width: 70px; height: 70px; background-image: url("../img/second/icon-voice.png"); background-size: contain; vertical-align: middle; background-repeat: no-repeat; }
	.choiceTtl { padding-left: 60px; }
	.choiceTtl:before { content:""; position: absolute; top: -10px; left: -10px; width: 70px; height: 70px; background-image: url("../img/second/icon-choice.png"); background-size: contain; vertical-align: middle; background-repeat: no-repeat; }
	.costTtl { padding-left: 60px; }
	.costTtl:before { content:""; position: absolute; top: -15px; left: -10px; width: 60px; height: 60px; background-image: url("../img/common/icon-cost.png"); background-size: contain; vertical-align: middle; background-repeat: no-repeat; }
	.processTtl { padding-left: 60px; }
	.processTtl:before { content:""; position: absolute; top: -15px; left: -10px; width: 70px; height: 70px; background-image: url("../img/second/icon-process.png"); background-size: contain; vertical-align: middle; background-repeat: no-repeat; }
	.troubleTtl { padding-left: 60px; }
	.troubleTtl:before { content:""; position: absolute; top: -15px; left: -10px; width: 70px; height: 70px; background-image: url("../img/second/icon-trouble.png"); background-size: contain; vertical-align: middle; background-repeat: no-repeat; }
	.addTtl { padding-left: 60px; }
	.addTtl:before { content:""; position: absolute; top: -15px; left: -10px; width: 70px; height: 70px; background-image: url("../img/second/icon-add.png"); background-size: contain; vertical-align: middle; background-repeat: no-repeat; }
	.termTtl { padding-left: 60px; }
	.termTtl:before { content:""; position: absolute; top: -15px; left: -10px; width: 70px; height: 70px; background-image: url("../img/second/icon-term.png"); background-size: contain; vertical-align: middle; background-repeat: no-repeat; }
	.areaTtl { padding-left: 60px; }
	.areaTtl:before { content:""; position: absolute; top: -15px; left: -10px; width: 70px; height: 70px; background-image: url("../img/second/icon-area.png"); background-size: contain; vertical-align: middle; background-repeat: no-repeat; }
	
	.subTtl01.caseTtl span { padding-left: 10px; }
	
	#content .in main section#anch05 { margin-bottom: 80px; }
	#content .in main section#anch06 { margin-bottom: 80px; }
}
@media screen and (min-width: 600px) and (max-width: 899px)  {
	#content .in { margin: 0 2% 40px;}
	#content .in main { width: 66%; margin-right: 4%; }
	#content .in aside { width: 30%; }
	.ttl01 { font-size: 2.4rem; }
	.mark { width: 60px; }
}

@media screen and (min-width: 900px) {
}

@media screen and (min-width: 900px) and (max-width: 1079px)  {
	#content .in { margin: 0 2% 60px;}
	#content .in main { width: 70%; margin-right: 4%; }
	#content .in aside { width: 26%; }
	.ttl01 { font-size: 2.8rem; }
}
@media screen and (min-width: 1080px) and (max-width: 1199px)  {
	#content .in { width: 960px; margin: 0 auto 40px; }
	#content .in main { width: 740px; margin-right: 20px; }
	#content .in aside { width: 240px; }
	.ttl01 { font-size: 3.0rem; }
}
@media screen and (min-width: 1200px) and (max-width: 1479px)  {
	#content .in { width: 960px; margin: 0 auto 40px; }
	#content .in main { width: 740px; margin-right: 20px; }
	#content .in aside { width: 240px; }
	.ttl01 { font-size: 3.0rem; }	
}
@media screen and (min-width: 1480px) {
	#content .in  { width: 1020px; margin: 0 auto 40px; }
	#content .in main { width: 760px; margin-right: 20px; }
	#content .in aside { width: 240px; }
	.ttl01 { font-size: 3.6rem; }
}


/*-- header -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.newsList li { margin-bottom: 10px; padding: 10px 10px; }
	.newsList li:last-child { margin-bottom: 0px; }
	.newsList li:nth-child(even) { background: #f4f4f4;}
	.newsList li p { font-size: 0.8rem; margin-bottom: 0px; }
	.newsDl { display: flex; justify-content: flex-start; margin-bottom: 10px; }
	.newsDl dt { color: #e17070; background: #fff; font-size: 10px; border: 1px solid #e17070; text-align: center; padding: 0 10px; height: 20px; line-height: 20px; font-family:'Roboto Condensed', sans-serif; font-weight:bold;}
	.newsDl dd { background: #e17070; font-size: 10px; border: 1px solid #e17070; text-align: center; padding: 0 10px; height: 20px; line-height: 20px; color: #fff; font-family:'Roboto Condensed', sans-serif; font-weight:bold;}
}
@media screen and (min-width: 768px) {
	.newsList li { margin-bottom: 10px; padding: 10px 10px; }
	.newsList li:last-child { margin-bottom: 0px; }
	.newsList li:nth-child(even) { background: #f4f4f4;}
	.newsList li p { font-size: 0.9rem; margin-bottom: 0px; }
	.newsDl { display: flex; justify-content: flex-start; margin-bottom: 5px; }
	.newsDl dt { color: #e17070; background: #fff; font-size: 11px; border: 1px solid #e17070; text-align: center; padding: 0 10px; height: 20px; line-height: 20px; font-family:'Roboto Condensed', sans-serif; font-weight:bold;}
	.newsDl dd { background: #e17070; font-size: 11px; border: 1px solid #e17070; text-align: center; padding: 0 10px; height: 20px; line-height: 20px; color: #fff; font-family:'Roboto Condensed', sans-serif; font-weight:bold;}
}


/*-- footer fix bnr  -------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	#contact-fixed { position: fixed; z-index: 888; bottom: 0; left: 0; background: rgba(255,255,255,0.7); width: 100%; box-shadow: 0px -5px 5px 3px rgba(0,0,0,0.1); }
	#contact-fixed .in { width: 96%; margin: 0; padding: 10px 2%; display: flex; justify-content: center; }
	#contact-fixed .in .cfRight .midashi { text-align: center; font-size: 0.7rem; margin-bottom: 5px; }
	#contact-fixed .in .cfRight .midashi span { background: #FB0105; color: #fff; padding: 0 10px; margin: 0 5px; }
	#contact-fixed .in .cfRight ul { display: flex; justify-content: flex-end; align-items: center; }
	#contact-fixed .in .cfRight ul li { width: 31.3333%; padding: 3px 1%; border: 3px solid rgba(255,255,255,0.3);}
	#contact-fixed .in .cfRight ul li:last-child { margin-right: 0px; }
	#contact-fixed .in .cfRight ul li .cf-li-in { /*display: flex; justify-content: center; align-items: center;*/ }
	#contact-fixed .in .cfRight ul li .cf-li-L { width: 20%; margin: 0 auto 5px; color: #fff; text-align: center; font-size: 1.5rem; line-height: 1.0; }
	#contact-fixed .in .cfRight ul li .cf-li-R { }
	#contact-fixed .in .cfRight ul li .cf-li-R h2 { font-weight: normal; font-size: 0.7rem; line-height: 1.5; margin-bottom: 0px; text-align: center; /*display: flex; align-items: center;*/ color: #fff; }
	#contact-fixed .in .cfRight ul li .cf-li-R h2.pc { display: none !important; }
	#contact-fixed .in .cfRight ul li:nth-child(1) .cf-li-R h2 .roboto { font-size: 1.2em; }
	#contact-fixed .in .cfRight ul li .cf-li-R h2 .roboto span { display: none; }
	#contact-fixed .in .cfRight ul li .cf-li-R h2 .roboto .fas { font-size: 1.2em; }
	#contact-fixed .in .cfRight ul li h3 { display: none;}
	#contact-fixed .in .cfRight ul li .cf-li-R h4 { display: none; }

	#contact-fixed .in .cfRight ul li:nth-child(1) { border: 3px solid #057edb; background: #057edb; /*border-bottom: 3px solid #10578d;*/ }
	#contact-fixed .in .cfRight ul li:nth-child(2) { border: 3px solid #06c152; background: #06c152; /*border-bottom: 3px solid #188544;*/ }
	#contact-fixed .in .cfRight ul li:nth-child(3) { border: 3px solid #ff9900; background: #ff9900; /*border-bottom: 3px solid #ff7800;*/ }
	
	.cfLeft { position: relative; width: 20%; }
	.cfLeft #hiromi-image img { position: absolute; top: -30px; width: 120px; }
	#contact-fixed .in .cfRight { width: 80%; }
}

@media screen and (min-width: 600px) {
	#contact-fixed { position: fixed; z-index: 888; bottom: 0; left: 0; background: rgba(50,50,50,0.9); padding: 10px 1% 10px; width: 100%; box-shadow: 0px -5px 5px 3px rgba(0,0,0,0.1); }
	#contact-fixed .in { display: flex; justify-content: center; align-items: center; width: 98%; }
	#contact-fixed .in .cfRight .midashi { color: #fff; font-size: 0.9rem; font-weight: bold; text-align: center; margin-bottom: 5px; }
	#contact-fixed .in .cfRight .midashi span { background: #FB0105; color: #fff; padding: 0 10px; margin: 0 5px; }
	#contact-fixed .in .cfRight ul { display: flex; justify-content: center; align-items: center; }
	#contact-fixed .in .cfRight ul li { width: 33.3%; border: 3px solid #dedede; padding: 5px 1%; background: #fff; margin-right: 0.5%; border-radius: 12px; height: 80px; min-height: 80px; }
	#contact-fixed .in .cfRight ul li:last-child { margin-right: 0px; }
	#contact-fixed .in .cfRight ul li .cf-li-in { display: flex; justify-content: center; align-items: center; }
	#contact-fixed .in .cfRight ul li .cf-li-L { margin-right: 6%; display: flex; justify-content: flex-end; align-items: center; font-size: 2.4rem; color: #fff; text-align: center; }
	#contact-fixed .in .cfRight ul li:nth-child(3) .cf-li-L { font-size: 2.0rem; }
	#contact-fixed .in .cfRight ul li .cf-li-R { }
	#contact-fixed .in .cfRight ul li .cf-li-R h2 { font-weight: bold; font-size: 1.0rem; line-height: 1.0; margin-bottom: 1px; color: #fff; }
	#contact-fixed .in .cfRight ul li:nth-child(1) .cf-li-R h2 .roboto { font-size: 1.3em; }
	#contact-fixed .in .cfRight ul li h3 { font-size: 0.7rem; text-align: center; background: #fff; color: #fff; margin-bottom: 5px; }
	#contact-fixed .in .cfRight ul li .cf-li-R h4 { font-size: 0.6em; line-height: 1.4; color: #fff; }
	#contact-fixed .in .cfRight ul li .box_link_btn { color:#000; width:80%; height:20px; line-height:20px; border:#000 1px solid; border-radius: 15px; display:block; text-align:center; margin:0 0%; background:#fff; }

	#contact-fixed .in .cfRight ul li:nth-child(1) { border: 3px solid #057edb; background: #057edb; border-bottom: 5px solid #10578d; }
	#contact-fixed .in .cfRight ul li:nth-child(2) { border: 3px solid #06c152; background: #06c152; border-bottom: 5px solid #188544; }
	#contact-fixed .in .cfRight ul li:nth-child(3) { border: 3px solid #ff9900; background: #ff9900; border-bottom: 5px solid #ff7800; }
	#contact-fixed .in .cfRight ul li:nth-child(1) h3 { color: #057edb; }
	#contact-fixed .in .cfRight ul li:nth-child(2) h3 { color: #06c152; }
	#contact-fixed .in .cfRight ul li:nth-child(3) h3 { color: #ff9900; }
	
	.cfLeft { position: relative; width: 15%; }
	.cfLeft #hiromi-image img { position: absolute; top: -120px; width: 120px; }
	#contact-fixed .in .cfRight { width: 85%; }
}
@media screen and (min-width: 600px) and (max-width: 899px)  {
	#contact-fixed .in .midashi { font-size: 0.7rem; }
	#contact-fixed .in .cfRight ul { width: 98%; }
	#contact-fixed .in .cfRight ul li { width: 30%; }
	#contact-fixed .in .cfRight ul li .cf-li-L { width: 26%; margin-right: 6%; display: flex; align-items: center; }
	#contact-fixed .in .cfRight ul li .cf-li-R { width: 68%; }
	#contact-fixed .in .cfRight ul li .cf-li-R h2 { font-size: 0.8rem; }
	#contact-fixed .in .cfRight ul li:nth-child(1) .cf-li-R h2.roboto { font-size: 1.1em; }
	#contact-fixed .in .cfRight ul li .cf-li-R h2.roboto .fas { font-size: 0.6em;}
	#contact-fixed .in .cfRight ul li h3 { margin-bottom: 5px;}
}
@media screen and (min-width: 900px) and (max-width: 1024px)  {
	#contact-fixed .in { margin: 0 2%;}
	#contact-fixed .in .cfRight ul { width: 100%; }
}
@media screen and (min-width: 1025px) and (max-width: 1199px)  {
	#contact-fixed .in { width: 960px; margin: 0 auto;}
	#contact-fixed .in .cfRight ul { width: 100%; }
	#contact-fixed .in .midashi { font-size: 0.8rem; }
}
@media screen and (min-width: 1200px) and (max-width: 1479px)  {
	#contact-fixed .in { width: 960px; margin: 0 auto;}
}
@media screen and (min-width: 1480px) {
	#contact-fixed .in { width: 960px; margin: 0 auto;}
}


/*-- footer ------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	footer { background:#fff; margin-top: 0px; }
	footer .in { color:#000; padding:0px 0 30px; }
	footer .in .f_logo { width: 70%; margin:0 auto 10px; }
	footer .in .f_company { margin-bottom: 20px;}
	footer .in .f_company p { text-align: center; font-size: 0.8rem; line-height: 1.5; }
	
	footer .in .f_menu { background: #f4f4f4; margin: 0 4% 4%;  }
	footer .in .f_menu ul { display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
	footer .in .f_menu ul li { width: 49.8%; padding: 4%; font-size: 12px; border-top: 1px solid #fff; text-align: left; }
	footer .in .f_menu ul li:nth-child(even) { border-left: 1px solid #fff; }
	footer .in .f_menu li:before { content:"\f0da"; font-family: 'Font Awesome 5 Free'; font-weight: 900; margin-right: 5px; color:#f39800; }
	footer .in .f_menu li a         { resize: none; }
	footer .in .f_menu li a:link    { color:#333333; text-decoration: none; }
	footer .in .f_menu li a:visited { color:#333333; text-decoration: none; }
	footer .in .f_menu li a:hover   { color:#333333; text-decoration: none; }
	footer .in .f_menu li a:active  { color:#333333; text-decoration: none; }
	
	footer .in .f_menu ul li.bb { border-bottom: 1px solid #fff; }
	footer .in .f_menu ul li.br { border-right: 1px solid #fff; }
}
@media screen and (min-width: 768px) {	
	footer { background:#fff; margin-top: 80px; }
	footer .in { margin:0 2%; color:#000; padding:30px 0; display: flex; justify-content: space-between; border-top: 1px solid #dedede; }
	footer .in .f_company { width: 24%;  margin-right: 4%; }
	footer .in .f_logo { width: 300px; margin-bottom: 20px; display: flex; justify-content: flex-start; align-items: center; }
	footer .in p { font-size: 0.8rem; margin-bottom: 5px; }
	
	footer .in .f_menu { width: 72%; display: flex; justify-content: flex-end; flex-wrap: wrap;  }
	footer .in .f_menu ul { margin-right: 2%; margin-bottom: 40px; }
	footer .in .f_menu li { padding: 0 20px; font-size: 14px; word-break: keep-all; }
	footer .in .f_menu li:before { content:"\f0da"; font-family: 'Font Awesome 5 Free'; font-weight: 900; margin-right: 5px; color:#f39800; }
	footer .in .f_menu li a         { resize: none; }
	footer .in .f_menu li a:link    { color:#333333; text-decoration: none; }
	footer .in .f_menu li a:visited { color:#333333; text-decoration: none; }
	footer .in .f_menu li a:hover   { color:#333333; text-decoration: none; opacity: 0.7; }
	footer .in .f_menu li a:active  { color:#333333; text-decoration: none; }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	footer .in .f_company { width: 40%; margin-right: 4%; }
	footer .in .f_logo { width: 200px; }
	footer .in .f_menu { width: 56%; }
	footer .in .f_menu ul { width: 180px; }
	footer .in .f_menu li { font-size: 13px; }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
	footer .in .f_company { width: 40%; margin-right: 4%; }
	footer .in .f_logo { width: 220px; }
	footer .in .f_menu { width: 56%; }
}
@media screen and (min-width: 1025px) and (max-width: 1319px) {
	footer .in .f_company { width: 30%; margin-right: 4%; }
	footer .in .f_logo { width: 240px; }
	footer .in .f_menu { width: 66%; }
}
@media screen and (min-width: 1320px) {
}

/*-- copyright ------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#copyright { background:#fff;  text-align:center; margin-bottom:0px; padding:1px 0; color:#000; font-size:10px; }
}
@media screen and (min-width: 768px) {
	#copyright { background:#fff;  text-align:center; margin-bottom:0px; padding:1px 0; color:#000; font-size:12px; }	
}
/*-- pagetop ------------------------------------------------------------*/
#pagetop { background: #dedede; }
#pagetop a         { color:#fff; display: block; resize: none; }
#pagetop a:link    { color:#fff; text-decoration: none; }
#pagetop a:visited { color:#fff; text-decoration: none; }
#pagetop a:hover   { color:#999; text-decoration: none; }
#pagetop a:active  { color:#fff; text-decoration: none; }
@media screen and (max-width: 767px) {
	#pagetop { width: 40px; height: 40px; line-height: 40px; position:fixed; right:5px; bottom:60px; opacity:0.8; z-index: 999; border-radius: 20px; text-align: center; }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	#pagetop { width: 50px; height: 50px; line-height: 50px; position:fixed; right:20px; bottom:20px; opacity:0.8; z-index: 999; border-radius: 25px; text-align: center; }
}
@media screen and (min-width: 1024px) {
	#pagetop { width: 50px; height: 50px; line-height: 50px; position:fixed; right:20px; bottom:20px; opacity:0.8; z-index: 999; border-radius: 25px; text-align: center; }
}


/*-- bnr------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	.hojoBnr { position: relative; }
	.hojoBnr.mb40 { margin-bottom: 10px !important;}
	.hojoBnr h3 { color: #fff; font-size: 1.2rem; font-weight: bold; background: #0772d6; padding: 10px 20px; border-radius: 6px 6px 0 0; }
	.hojoBnr h3 span { background: #FF0105; color: #fff; padding: 1px 10px; margin-right: 10px; border-radius: 4px;}
	.hojoBnr p.in-text { color: #fff; margin-bottom: 0px; background: #07b7e0; padding: 15px 20px; border-radius: 0 0 6px 6px; font-size: 0.9rem; }
	.hojoBnr .person { position: absolute; right: -10px; top: -20px; width: 130px;}
	
	.promiseBnr { border-radius: 6px; background: #679e2d; position: relative; padding: 10px 20px; }
	.promiseBnr .seven { width: 50%; margin: 0 0 10px;}
	.promiseBnr .seven img {  }
	.promiseBnr .seven02 { padding: 5px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }
	.promiseBnr .seven02 h3 { text-align: left; font-weight: bold; color: #fff; font-size: 1.1rem; line-height: 1.0; margin-bottom: 5px; }
	.promiseBnr .seven02 h3 .roboto { font-size: 1.5em;}
	.promiseBnr .seven02 h3 .fas { opacity: 0.5; margin-left: 20px; }
	.promiseBnr .seven02 p { line-height: 1.5; margin-bottom: 0px; text-align: left; font-size: 0.7rem; color: #fff; }
	.promiseBnr .dog { position: absolute; right: -25px; top: -30px; width: 140px;}
	
	.aboutSmile { position: relative; color: black; background: #d0ecff; line-height: 1.4; padding: 20px; margin: 2em 0 0.5em; border-radius: 0 5px 5px 5px; font-size: 0.8rem; border: 1px solid #2196f3; }
	.aboutSmile:after { 
		position: absolute; font-family: "Font Awesome 5 Free",'Noto Sans Japanese','Hiragino Kaku Gothic ProN','メイリオ', serif; font-weight: 900; content: '\f00c  スマイル解体とは'; background: #2196F3;
		color: #fff; left: 0px; bottom: 100%; border-radius: 5px 5px 0 0; padding: 10px; font-size: 0.9em; line-height: 1; letter-spacing: 0.05em; border: 1px solid #2196f3;
	}
	
	.smileArea { 
		position: relative; border-top: solid 2px #80c8d1; border-bottom: solid 2px #80c8d1; line-height: 1.4; padding: 20px; margin: 2em 0 0.5em; font-size: 0.9rem;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8fbfc+0,d8f0fa+100 */
		background: linear-gradient(to bottom,  #f8fbfc 0%,#d8f0fa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
	.smileArea:after { 
		position: absolute; font-family: "Font Awesome 5 Free",'Noto Sans Japanese','Hiragino Kaku Gothic ProN','メイリオ', serif; font-weight: 900; content: '\f0a7\  スマイル解体 対応エリア'; background: #80c8d1;
		color: #fff; left: 0px; bottom: 100%; border-radius: 5px 5px 0 0; padding: 10px; font-size: 0.9em; line-height: 1; letter-spacing: 0.05em;
	}
	.smileArea h3 { font-size: 1.0rem; font-weight: bold; margin-bottom: 10px; color: #057edb; }
	.smileArea ul { display: flex; justify-content: flex-start; flex-wrap: wrap; }
	.smileArea ul li { margin-right: 20px; font-size: 0.8rem; margin-bottom: 5px; }
	.smileArea .areaMap { width: 80%; margin: 0 10% 20px;}
	.smileArea .areaContent { }
	
	.smileOff { background: #1d50a2; padding: 20px; }
	.smileOff .areaMap { width: 90%; margin: 0 5% 20px}
	.smileOff h3 { font-size: 1.2rem; font-weight: bold; margin-bottom: 10px; color: #fff; margin-bottom: 20px; text-align: center; }
	.smileOff p { color: #fff; margin-bottom: 0px; }
	.smileOff p .marker { background: linear-gradient(transparent 60%, #112d59 60%);}
	
	.aboutSmileSec { padding: 30px; border: 3px solid #c4e9ed; border-radius: 8px; background: #f8feff; }
	.aboutSmileFlex { display: flex; justify-content: center; align-items: center; margin-bottom: 20px; }
	.aboutRight h3 { font-size: 1.0rem; margin-bottom:10px; font-weight: bold; background: #057edb; color: #fff; padding: 5px 10px; text-align: center; }
	.aboutRight p { font-size: 0.9rem;}
	.sensei { border: 1px dashed #000; padding: 10px 20px; border-radius: 8px; margin-bottom: 50px; font-size: 0.8rem; }		
	.aboutHiromi-sp { display: block; width: 240px; margin: 0 auto 20px; }
	.aboutHiromi { display: none; }
	.aboutRight { width: 100%; }
	.aboutRight h3 { text-align: center; }
}
@media screen and (min-width: 600px) {
	.hojoBnr { position: relative; }
	.hojoBnr h3 { color: #fff; font-size: 1.5rem; font-weight: bold; background: #0772d6; padding: 10px 20px; border-radius: 6px 6px 0 0; }
	.hojoBnr h3 span { background: #FF0105; color: #fff; padding: 1px 10px; margin-right: 10px; border-radius: 4px;}
	.hojoBnr p.in-text { color: #fff; margin-bottom: 0px; background: #07b7e0; padding: 15px 20px; border-radius: 0 0 6px 6px; }
	.hojoBnr .person { position: absolute; right: 10px; top: -30px; width: 160px;}
	
	.promiseBnr { border-radius: 6px; background: #679e2d; position: relative; padding: 10px 20px; display: flex; justify-content: flex-start; align-items: center; }
	.promiseBnr .seven { margin-right: 2%; }
	.promiseBnr .seven img { width: 240px;; }
	.promiseBnr .seven02 { padding: 5px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }
	.promiseBnr .seven02 h3 { text-align: left; font-weight: bold; color: #fff; font-size: 1.5rem; line-height: 1.0; margin-bottom: 5px; }
	.promiseBnr .seven02 h3 .roboto { font-size: 1.5em;}
	.promiseBnr .seven02 h3 .fas { opacity: 0.5; margin-left: 20px; }
	.promiseBnr .seven02 p { line-height: 1.5; margin-bottom: 0px; text-align: left; font-size: 0.7rem; color: #fff; }
	.promiseBnr .dog { position: absolute; right: 0px; top: -30px; width: 160px;}
	
	.aboutSmile { position: relative; color: black; background: #d0ecff; line-height: 1.4; padding: 20px; margin: 2em 0 0.5em; border-radius: 0 5px 5px 5px; font-size: 0.9rem; border: 1px solid #2196f3; }
	.aboutSmile:after { 
		position: absolute; font-family: "Font Awesome 5 Free",'Noto Sans Japanese','Hiragino Kaku Gothic ProN','メイリオ', serif; font-weight: 900; content: '\f00c  スマイル解体とは'; background: #2196F3;
		color: #fff; left: 0px; bottom: 100%; border-radius: 5px 5px 0 0; padding: 10px; font-size: 0.9em; line-height: 1; letter-spacing: 0.05em; border: 1px solid #2196f3;
	}
	
	.smileArea { 
		position: relative; border-top: solid 2px #80c8d1; border-bottom: solid 2px #80c8d1; line-height: 1.4; padding: 20px; margin: 2em 0 0em; font-size: 0.9rem; display: flex; justify-content: space-between; align-items: center;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8fbfc+0,d8f0fa+100 */
		background: linear-gradient(to bottom,  #f8fbfc 0%,#d8f0fa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
	.smileArea:after { 
		position: absolute; font-family: "Font Awesome 5 Free",'Noto Sans Japanese','Hiragino Kaku Gothic ProN','メイリオ', serif; font-weight: 900; content: '\f0a7\  スマイル解体 対応エリア'; background: #80c8d1;
		color: #fff; left: 0px; bottom: 100%; border-radius: 5px 5px 0 0; padding: 10px; font-size: 0.9em; line-height: 1; letter-spacing: 0.05em;
	}
	.smileArea h3 { font-size: 1.2rem; font-weight: bold; margin-bottom: 10px; color: #057edb; }
	.smileArea ul { display: flex; justify-content: flex-start; flex-wrap: wrap; }
	.smileArea ul li { margin-right: 20px; font-size: 0.9rem; margin-bottom: 5px; }
	.smileArea .areaMap { width: 36%;}
	.smileArea .areaContent { width: 60%;}
	
	.smileOff { display: flex; justify-content: space-between; align-items:flex-start; background: #1d50a2; padding: 20px; }
	.smileOff .areaMap { width: 36%;}
	.smileOff .areaContent { width: 60%;}
	.smileOff h3 { font-size: 1.2rem; font-weight: bold; color: #fff; padding-bottom: 10px; border-bottom: 1px solid #fff; margin-bottom: 20px; }
	.smileOff p { color: #fff;}
	.smileOff p .marker { background: linear-gradient(transparent 60%, #112d59 60%);}
	
	.aboutSmileSec { padding: 30px; border: 3px solid #c4e9ed; border-radius: 8px; background: #f8feff; }
	.aboutSmileFlex { display: flex; justify-content: center; align-items: center; margin-bottom: 20px; }
	.aboutHiromi { width: 40%; margin-right: 4%; }
	.aboutRight { width: 56%; }
	.aboutRight h3 { font-size: 1.2rem; margin-bottom:10px; font-weight: bold; background: #057edb; color: #fff; padding: 5px 10px; }
	.aboutRight p { font-size: 0.9rem;}
	
	.sensei { border: 1px dashed #000; padding: 10px 20px; border-radius: 8px; margin-bottom: 50px; font-size: 0.8rem; }
	
	.aboutHiromi-sp { display: none; }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	.hojoBnr h3 { font-size: 1.2rem; }
	.hojoBnr p { font-size: 0.7rem; }
	.hojoBnr .person { position: absolute; right: -15px; top: -15px; width: 120px; }
	.promiseBnr .seven02 { display: none; }
	.promiseBnr .dog { position: absolute; right: -30px; top: -10px; width: 140px; }
	.hojoBnr.mb40 { margin-bottom: 10px; }
	.smileArea h3 { font-size: 1.0rem; text-align: center; }
	.smileOff h3 { font-size: 1.0rem; text-align: center; }
	
	.aboutSmileFlex { display: block; margin-bottom: 20px; }
	.aboutHiromi { width: 40%; margin-right: 4%; }
	.aboutRight { width: 56%; }
	
	.aboutHiromi-sp { display: block; width: 200px; margin: 0 auto 20px; }
	.aboutHiromi { display: none; }
	.aboutRight { width: 100%; }
	.aboutRight h3 { text-align: center; }
	
	.smileArea { display: block; }
	.smileArea .areaContent { width: 100%; }
	.areaMap.pc { display: none; }
	.areaMap.sp { width: 50%; margin: 0 auto 20px; display: block; }
	
	.smileOff { display: block; }
	.smileOff .areaMap { width: 100%; margin: 0 auto 20px; }
	.smileOff .areaContent { width: 100%;}
}

.smileOff p a         { resize: none; }
.smileOff p a:link    { color:#fff; text-decoration: underline; }
.smileOff p a:visited { color:#fff; text-decoration: underline; }
.smileOff p a:hover   { color:yellow; text-decoration: underline; }
.smileOff p a:active  { color:#fff; text-decoration: underline; }

/*-- side------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	.sideForm { background: #fff; border: 5px solid #0772d6; border-radius: 6px; }
	.sideHead img { border-radius: 6px; }
	.sideUnder { background: #0772d6; padding-bottom: 5px;}
	.sideUnder p { margin-bottom: 0px; }
	.sideUnder p.sideTel { font-family:'Roboto Condensed', sans-serif; font-weight:bold; font-size: 1.8rem; line-height: 1.0; padding: 10px 0 0px;}
	.sideUnder p.sideTel .fas { color: #07b7e0; }
	.sideUnder p.xsmall { color: #fff; margin-bottom: 5px; }
	.sideUnder p a:link    { color:#fff; text-decoration: none; }
	.sideUnder p a:visited { color:#fff; text-decoration: none; }
	.sideUnder p a:hover   { color:#fff; text-decoration: none; }
	.sideUnder p a:active  { color:#fff; text-decoration: none; } 
	
	.sideUnder .box_link_btn a { color:#fff; width:80%; height:30px; line-height:30px; border:#ff9900 1px solid; border-radius: 20px; display:block; text-align:center; margin:0 10%; background:#ff9900; font-size: 13px;}
	.sideUnder .box_link_btn a:link    { color:#fff; text-decoration: none; }
	.sideUnder .box_link_btn a:visited { color:#fff; text-decoration: none; }
	.sideUnder .box_link_btn a:hover   { color:#ff9900; text-decoration: none; background:#fff; opacity: 1.0; }
	.sideUnder .box_link_btn a:active  { color:#fff; text-decoration: none; }
	
	.sideGimon { border: 1px solid #000; }
	.sideOff.sideGimon { border: 1px solid #c2d2eb; }
	
	.sideGimonList { margin-bottom: 20px; }
	#content .in aside .sideGimonList li { border: 3px solid rgba(225,179,122,0.5); border-radius: 12px; padding: 10px 20px; background: #fffcf3; margin-bottom: 10px; } 
	.sideGimonList li h5 { font-size: 0.7rem; font-weight: bold; text-align: left; }
	.sideGimonList li h4 { font-size: 0.9rem; font-weight: bold; color: #e17070; text-align: left; }	
	.sideGimonList li .icon { position: absolute; top: 50%; right: 10px; width: 40px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%);}
	
	.side-sns { display: flex; justify-content: center; align-items: center; margin-bottom: 20px; }
	.side-sns li { width: 20%; margin: 0 2%; text-align: center; }
	
}
@media screen and (min-width: 600px) {
	.sideForm { background: #fff; border: 5px solid #0772d6; border-radius: 6px; }
	.sideHead { position: relative; }
	
	.side-hiromi { position: absolute; top: -45px; right: 5px; width: 100px; }
	.side-hiromi-second { position: absolute; top: -45px; right: 5px; width: 115px; }
	
	.side-hiromi img.side-hiromi-on { display: block; }
	.sideForm:hover .side-hiromi img.side-hiromi-on { display: none; }
	
	.side-hiromi img.side-hiromi-off { display: none; }
	.sideForm:hover .side-hiromi img.side-hiromi-off { display: block; }
	
	.sideHead img { border-radius: 6px; }
	.sideUnder { background: #0772d6; padding-bottom: 5px;}
	.sideUnder p { margin-bottom: 0px; }
	.sideUnder p.sideTel { font-family:'Roboto Condensed', sans-serif; font-weight:bold; font-size: 1.8rem; line-height: 1.0; padding: 10px 0 0px;}
	.sideUnder p.sideTel .fas { color: #07b7e0; }
	.sideUnder p.xsmall { color: #fff; margin-bottom: 5px; font-size: 10px; }
	.sideUnder p a:link    { color:#fff; text-decoration: none; }
	.sideUnder p a:visited { color:#fff; text-decoration: none; }
	.sideUnder p a:hover   { color:#fff; text-decoration: none; }
	.sideUnder p a:active  { color:#fff; text-decoration: none; } 
	
	.sideUnder .box_link_btn { color:#fff; width:80%; height:30px; line-height:30px; border:#ff9900 1px solid; border-radius: 20px; display:block; text-align:center; margin:0 10%; background:#ff9900; font-size: 13px;}
	.sideUnder .box_link_btn { color:#fff; text-decoration: none; }
	.sideUnder .box_link_btn { color:#fff; text-decoration: none; }
	.sideForm:hover .sideUnder .box_link_btn { color:#ff9900; text-decoration: none; background:#fff; opacity: 1.0; }
	.sideUnder .box_link_btn { color:#fff; text-decoration: none; }
	
	.sideGimon { border: 1px solid #000; }
	.sideOff.sideGimon { border: 1px solid #c2d2eb; }
	
	.sideGimonList { margin-bottom: 20px; }
	.sideGimonList li { border: 3px solid rgba(225,179,122,0.5); border-radius: 12px; padding: 10px 20px; background: #fffcf3; margin-bottom: 10px; } 
	.sideGimonList li h5 { font-size: 0.7rem; font-weight: bold; text-align: left; }
	.sideGimonList li h4 { font-size: 0.9rem; font-weight: bold; color: #e17070; text-align: left; }	
	.sideGimonList li .icon { position: absolute; top: 50%; right: 10px; width: 40px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%);}
	.sideGimonList li:hover .icon { transform: translateY(-60%); transition: 0.5s; }
	
	.sideGimonList li.choice .icon { width: 55px; }
	
	.side-sns { display: flex; justify-content: center; align-items: center; margin-bottom: 20px; }
	.side-sns li { width: 26%; margin: 0 2%; text-align: center; }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	.sideGimonList li h5 { font-size: 0.7rem; }
	.sideGimonList li h4 { font-size: 0.8rem; }	
	.side-hiromi { position: absolute; top: -45px; right: 5px; width: 85px; }
}
@media screen and (min-width: 1200px) and (max-width: 1479px) {
	.side-hiromi { position: absolute; top: -45px; right: 5px; width: 95px; }
}
@media screen and (min-width: 1480px) {
	.side-hiromi { position: absolute; top: -45px; right: 5px; width: 115px; }
}


.news_date { display: flex; justify-content: flex-start;}
.news_date dd .newMark { background: red; margin-left: 10px; color: #fff; font-size: 0.7rem; padding: 0px 5px; display: flex; align-items: center;}

@media screen and (max-width: 599px) {
	#feas-form input[type="submit"] {
		margin-top:10px;
		border:none;
		text-align: center;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
		font-weight: bold;
		width: 40%;
		margin-left: 30%;
		color: #fff;
		border-radius: 6px;
		background: #feccb1;
		background: -moz-linear-gradient(top, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
		background: -webkit-linear-gradient(top, #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%);
		background: linear-gradient(to bottom, #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 );
	}
	#feas-form input[type="submit"]:hover { opacity:0.7; cursor:pointer; }
}
@media screen and (min-width: 600px) {
	#feas-form input[type="submit"] {
		margin-top:10px;
		border:none;
		text-align: center;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
		font-weight: bold;
		width: 40%;
		margin-left: 30%;
		color: #fff;
		border-radius: 6px;
		background: #feccb1;
		background: -moz-linear-gradient(top, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
		background: -webkit-linear-gradient(top, #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%);
		background: linear-gradient(to bottom, #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 );
	}
	#feas-form input[type="submit"]:hover { opacity:0.7; cursor:pointer; }
}
/*-- box LINK ------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	.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; } 
	
	.grd-btn a {
		margin: 0 10% 0;
		width: 80%;
	}
	.grd-btn a {
		position: relative;
		display: inline-block;
		font-size: 0.8rem;
		/* font-weight: bold; */
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		letter-spacing: 2px;
		color: #fff;
		background: #f83600;
		background: -moz-linear-gradient(left, #f83600 0%, #f9d423 100%);
		background: -webkit-linear-gradient(left, #f83600 0%,#f9d423 100%);
		background: linear-gradient(to right, #f83600 0%,#f9d423 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f83600', endColorstr='#f9d423',GradientType=1 );
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.grd-btn a:after{
		content: "";
		background: #fff;
		width: 12px;
		height: 1px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}

	.grd-btn a:hover{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd65e+0,febf04+100;Yellow+3D+%232 */
		background: rgb(255,214,94); /* Old browsers */
		background: -moz-linear-gradient(left,  rgba(255,214,94,1) 0%, rgba(254,191,4,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=1 ); /* IE6-9 */
		box-shadow: 0 0 10px rgba(255,255,255,0.4);
	}
}
@media screen and (min-width: 600px) {
	.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; }
	
	.grd-btn a {
		position: relative;
		display: inline-block;
		margin: 0 auto 0;
		width: 280px;
		font-size: 0.9rem;
		/* font-weight: bold; */
		height: 50px;
		line-height: 50px;
		text-align: center;
		text-decoration: none;
		letter-spacing: 2px;
		color: #fff;
		background-image: linear-gradient(90deg, rgba(57, 210, 248, 1), rgba(48, 97, 96, 1));
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.grd-btn a:after{
		content: "";
		background: #fff;
		width: 12px;
		height: 1px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}

	.grd-btn a:hover{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd65e+0,febf04+100;Yellow+3D+%232 */
		background-image: linear-gradient(90deg, rgba(48, 97, 96, 1), rgba(57, 210, 248, 1));
		box-shadow: 0 0 10px rgba(255,255,255,0.4);
		font-size: 1.01rem;
	}
}
@media screen and (min-width: 600px) and (max-width: 1181px) {
	.grd-btn a { width: 240px; height: 40px;  line-height: 40px; }
}


.border-rainbow {
    height: 1px;
    border-bottom: 40px;
    background: #ecf4a1;
    background: -moz-linear-gradient(left, #ecf4a1 0%, #b3ece9 100%);
    background: -webkit-linear-gradient(left, #ecf4a1 0%,#b3ece9 100%);
    background: linear-gradient(to right, #ecf4a1 0%,#b3ece9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf4a1', endColorstr='#b3ece9',GradientType=1 );
}

/*-- 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.ollist01 { padding-left: 10px; }
ol.ollist01 li {
	list-style-type: none;
	counter-increment: cnt;
	padding-left: 2em; text-indent: -1.5em;
	margin-bottom: 10px;
}
ol.ollist01 li::before {
	content: ""counter(cnt)"";
	margin-right: 0.5em; 
}
ol.ollist02 { padding-left: 10px; }
ol.ollist02 li {
	list-style-type: none;
	counter-increment: cnts;
	padding-left: 2em; text-indent: -1.5em;
	margin-bottom: 10px;
}
ol.ollist02 li::before {
	content: "("counter(cnts)")";  
}

ol.ollist03 { padding-left: 10px; }
ol.ollist03 li {
	list-style-type: none;
	counter-increment: cnts;
	padding-left: 2em; text-indent: -1.5em;
	margin-bottom: 10px;
	padding-bottom: 10px; border-bottom: 1px dotted #ccc;
}
ol.ollist03 li::before {
	content: ""counter(cnts)""; font-weight: bold; font-family:'Roboto Condensed', sans-serif; font-weight:bold; background: #2d50a0; color: #fff; padding: 5px 5px; 
}

/*-- arrow list ------------------------------------------------------------*/
.basicList { margin-bottom: 20px; }
.basicList li { text-indent:-1.0em; padding-left:1.0em; padding-bottom: 10px; border-bottom: 1px dotted #ccc; margin-bottom: 10px; }
.basicList li:before { content:"\f0c6"; font-family: 'Font Awesome 5 Free'; font-weight: 900; margin-right:10px; color:#057edb; }
.basicList li a         { resize: none; }
.basicList li a:link    { color:#057edb; text-decoration: underline; }
.basicList li a:visited { color:#057edb; text-decoration: underline; }
.basicList li a:hover   { color:#6dbde3; text-decoration: underline; }
.basicList li a:active  { color:#057edb; text-decoration: underline; }

.termList { margin-bottom: 20px; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.termList li { margin-right: 4%; margin-bottom: 20px; }
.termList li:before { content:"\f591"; font-family: 'Font Awesome 5 Free'; font-weight: 900; margin-right:10px; color:#057edb; }
.termList li a         { resize: none; }
.termList li a:link    { color:#057edb; text-decoration: underline; }
.termList li a:visited { color:#057edb; text-decoration: underline; }
.termList li a:hover   { color:#6dbde3; text-decoration: underline; }
.termList li a:active  { color:#057edb; text-decoration: underline; }

.areaList { margin-bottom: 20px; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.areaList li { margin-right: 4%; margin-bottom: 20px; }
.areaList li:before { content:"\f3c5"; font-family: 'Font Awesome 5 Free'; font-weight: 900; margin-right:10px; color:#057edb; }
.areaList li a         { resize: none; }
.areaList li a:link    { color:#057edb; text-decoration: underline; }
.areaList li a:visited { color:#057edb; text-decoration: underline; }
.areaList li a:hover   { color:#6dbde3; text-decoration: underline; }
.areaList li a:active  { color:#057edb; text-decoration: underline; }

.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: 'Font Awesome 5 Free'; font-weight: 900; margin-right:10px; color:#dc6402; }

.arrow_list_s { margin-bottom:20px; }
.arrow_list_s li { padding:10px 0; text-indent:-1.0em; padding-left:1.0em; line-height: 1.7; }
.arrow_list_s li:before { content:"\f105"; font-family: 'Font Awesome 5 Free'; font-weight: 900; margin-right:10px; color:#dc6402; }

.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: 'Font Awesome 5 Free'; font-weight: 900; 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: 'Font Awesome 5 Free'; font-weight: 900; margin-right:10px; color:#dc6402; 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: 'Font Awesome 5 Free'; font-weight: 900; 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: 'Font Awesome 5 Free'; font-weight: 900; 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: 'Font Awesome 5 Free'; font-weight: 900; 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;}

.marker { background:linear-gradient(transparent 60%, #ff6 60%); }

.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;}

.tx-shadow-bk {
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3),-2px -2px 2px rgba(0,0,0,0.3),-2px 2px 2px rgba(0,0,0,0.3),2px -2px 2px rgba(0,0,0,0.3),2px 0 2px rgba(0,0,0,0.3), -2px 0 2px rgba(0,0,0,0.3),0 2px 2px rgba(0,0,0,0.3),0 -2px 2px rgba(0,0,0,0.3);
}
.tx-shadow-wh {
	text-shadow: 2px 2px 2px rgba(255,255,255,0.3),-2px -2px 2px rgba(255,255,255,0.3),-2px 2px 2px rgba(255,255,255,0.3),2px -2px 2px rgba(255,255,255,0.3),2px 0 2px rgba(255,255,255,0.3), -2px 0 2px rgba(255,255,255,0.3),0 2px 2px rgba(255,255,255,0.3),0 -2px 2px rgba(255,255,255,0.3);
}
/*-- 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 */



