@charset "UTF-8";

@media screen and (max-width: 767px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}

/*-- 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; }

em { color: #C00;}

/*-- リスト全体をリンク　hover透過　グループリンク
-------------------------------------------------------------*/
.g_box { position:relative; }
.g_box:hover { cursor:pointer; opacity:0.7; }
.g_link { margin-bottom:0px; }
.g_link a {position:absolute; text-indent:-9999px; top:0px; left:0px; width:100%; height:100%; }

@media screen and (max-width: 767px) {
	.pc { display: none; }
}
@media screen and (min-width: 768px) {
	.sp { display: none; }
}
@media screen and (max-width: 960px) {
	.pc_tab { display: none; }
	.sp_tab { display: block; }
	.side_search {display:none;}
}
@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;}
}



/*-- Structure -------------------------------------------------------------*/
#wrapper {
}
@media screen and (max-width: 767px) {
	}
@media screen and (min-width: 768px) {
	
}

/*-- header -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	h1 { font-size:10px; margin-bottom:0px; text-align:center; background:#0068B7; color:#fff; padding:0.5%; }
	header .in .h_area { margin:0.5% 2% 2%; }
	.h_logo { float:left; width:65%; }
	.h_contact { float:right; width:30%; }
	.h_contact li:nth-child(1) { display: none; }
	.h_contact li:nth-child(2) { display: none; }
}
@media screen and (min-width: 768px) {
	header { border-bottom: 1px solid #0068B7; }
	h1 { font-size:12px; margin-bottom:10px; }
	.h_logo { float:left; }
	.h_logo a { float: left;}
	.h_logo p { float: left; margin-left: 20px; margin-bottom: 0px; }
	.h_contact { float:right; }
	.h_contact li { float:right; margin-left:10px; }
	.h_contact li:nth-child(1) { margin-top: -20px; }
	.h_contact li:nth-child(2) { margin-top: -20px; }
	.h_contact li:nth-child(2) p { font-size: 0.8em; margin-bottom: 0px; } 
	.h_area { margin-bottom:5px; }
	
	.h_logo p.xsmall { margin: 0px !important;  }
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	header { position: fixed; z-index: 9999; background: #fff; width: 100%; height: 82px; }
	#headline { padding-top: 82px;}
	
	h1 { font-size: 11px; text-align: center; background: #0068B7; color: #fff;}
	.h_area { margin:  0 1% 5px; }
	.h_logo p { display: none; }
	.h_logo { width: 400px; margin-top: 7px; }
	.h_contact li:nth-child(1) { width: 90px; margin-top: 0px; }
	.h_contact li:nth-child(2) { width: 220px; margin-top: -6px; }
	.h_contact li:nth-child(2) p { font-size: 0.7em; } 
	.h_contact li:nth-child(3) { display: none;  }
	
	.h-time { display: none; }
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
	header { position: fixed; z-index: 9999; background: #fff; width: 100%; height: 70px; }
	#headline { padding-top: 70px;}
	
	header .in { margin:0 1% 0; }
	h1 { font-size:11px;}
	.h_logo p { display: none; }
	.h_logo { width: 400px;}
	.h_contact li:nth-child(1) { width: 90px; margin-top: -13px; }
	.h_contact li:nth-child(2) { width: 220px; }
	.h_contact li:nth-child(2) p { font-size: 0.7em; } 
	.h_contact li:nth-child(3) { width: 150px; }
	
	.h-time { display: none; }
}
@media screen and (min-width: 1025px) and (max-width: 1199px)  {
	header { position: fixed; z-index: 9999; background: #fff; width: 100%; height: 80px; }
	#headline { padding-top: 80px;}
	
	header .in { width: 1024px; margin: 0 auto;}
	.h_logo p { display: none; }
	.h_logo { width: 400px;}
	.h_contact li:nth-child(1) { width: 100px; margin-top: -13px; }
	.h_contact li:nth-child(2) { width: 230px; }
	.h_contact li:nth-child(2) p { font-size: 0.7em; } 
	.h_contact li:nth-child(3) { width: 170px; }
}
@media screen and (min-width: 1200px) and (max-width: 1399px)  {
	header { position: fixed; z-index: 9999; background: #fff; width: 100%; height: 85px; }
	#headline { padding-top: 85px;}
	
	header .in { width: 1180px; margin: 0 auto;}
	.h_logo p { display: none; }
}
@media screen and (min-width: 1400px) {
	header { position: fixed; z-index: 9999; background: #fff; width: 100%; height: 100px; }
	#headline { padding-top: 100px;}
	header .in { width:1260px; margin:0 auto; }
}

/*-- headline  -------------------------------------------------------------*/
#headline { z-index: 10; position: relative; }

#nayami { border-bottom: #dedede solid 1px; position: relative;  }
#nayami:before { position: absolute; bottom: -200px; left: 0; right: 0; margin: 0 auto; content:""; width: 0; height: 0; border-style: solid; border-width: 200px 400px 0 400px; border-color: #ffffff transparent transparent transparent; z-index: 20;}
#nayami:after { position: absolute; bottom: -201px; left: 0; right: 0; margin: 0 auto; content:""; width: 0; height: 0; border-style: solid; border-width: 200px 400px 0 400px; border-color: #dedede transparent transparent transparent; z-index: 10;}
@media screen and (max-width: 767px) {
	.h-middle { display: none; }
	.h-large { display: none; }
	#nayami .in { margin-top: -60px; padding-bottom: 10px; }
	#nayami:before { position: absolute; bottom: -49px; left: 0; right: 0; margin: 0 auto; content:""; width: 0; height: 0; border-style: solid; border-width: 50px 100px 0 100px; border-color: #ffffff transparent transparent transparent; z-index: 20;}
	#nayami:after { position: absolute; bottom: -50px; left: 0; right: 0; margin: 0 auto; content:""; width: 0; height: 0; border-style: solid; border-width: 50px 100px 0 100px; border-color: #dedede transparent transparent transparent; z-index: 10;}
	#nayami .in .sp {}
}
@media screen and (min-width: 768px) {
	.h-sp { display: none; }	
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	.h-large { display: none; }
	#nayami .in { margin: -120px auto 0; width: 768px; padding-bottom: 20px; }
	#nayami:before { position: absolute; bottom: -150px; left: 0; right: 0; margin: 0 auto; content:""; width: 0; height: 0; border-style: solid; border-width: 150px 300px 0 300px; border-color: #ffffff transparent transparent transparent; z-index: 20;}
	#nayami:after { position: absolute; bottom: -151px; left: 0; right: 0; margin: 0 auto; content:""; width: 0; height: 0; border-style: solid; border-width: 150px 300px 0 300px; border-color: #dedede transparent transparent transparent; z-index: 10;}
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
	.h-large { display: none; }
	#nayami .in { margin: -165px auto 0; width: 960px; padding-bottom: 20px; }
	#nayami:before { position: absolute; bottom: -150px; left: 0; right: 0; margin: 0 auto; content:""; width: 0; height: 0; border-style: solid; border-width: 150px 300px 0 300px; border-color: #ffffff transparent transparent transparent; z-index: 20;}
	#nayami:after { position: absolute; bottom: -151px; left: 0; right: 0; margin: 0 auto; content:""; width: 0; height: 0; border-style: solid; border-width: 150px 300px 0 300px; border-color: #dedede transparent transparent transparent; z-index: 10;}
}
@media screen and (min-width: 1025px) and (max-width: 1199px)  {
	.h-large { display: none; }
	#nayami .in { margin: -165px auto 0; width: 1000px; padding-bottom: 40px; }
}
@media screen and (min-width: 1200px) and (max-width: 1259px)  {
	.h-large { display: none; }
	#nayami .in { margin: -180px auto 0; width: 1200px; padding-bottom: 40px; }
}
@media screen and (min-width: 1260px) and (max-width: 1499px)  {
	.h-large { background: url("../img/common/main_large.png") center top no-repeat; background-size: 115%; height: 650px;}
	.h-middle { display: none; }
}

@media screen and (min-width: 1260px) and (max-width: 1299px) {
	#nayami .in { margin: -335px auto 0; width: 1260px; padding-bottom: 40px; }
}
@media screen and (min-width: 1300px) and (max-width: 1399px) {
	#nayami .in { margin: -310px auto 0; width: 1260px; padding-bottom: 40px; }
}
@media screen and (min-width: 1400px) and (max-width: 1499px) {
	#nayami .in { margin: -270px auto 0; width: 1260px; padding-bottom: 40px; }
}

@media screen and (min-width: 1500px) and (max-width: 1699px)  {
	.h-large { background: url("../img/common/main_large.png") center top no-repeat; background-size: 115%; height: 710px;}
	.h-middle { display: none; }
}

@media screen and (min-width: 1500px) and (max-width: 1599px) {
	#nayami .in { margin: -295px auto 0; width: 1260px; padding-bottom: 40px; }
}
@media screen and (min-width: 1600px) and (max-width: 1699px) {
	#nayami .in { margin: -250px auto 0; width: 1260px; padding-bottom: 40px; }
}

@media screen and (min-width: 1700px) and (max-width: 1899px) {
	.h-large { background: url("../img/common/main_large.png") center top no-repeat; background-size: 115%; height: 790px;}
	.h-middle { display: none; }
}

@media screen and (min-width: 1700px) and (max-width: 1799px) {
	#nayami .in { margin: -305px auto 0; width: 1260px; padding-bottom: 40px; }
}
@media screen and (min-width: 1800px) and (max-width: 1899px) {
	#nayami .in { margin: -270px auto 0; width: 1260px; padding-bottom: 40px; }
}

@media screen and (min-width: 1900px) {
	.h-large { background: url("../img/common/main_large.png") center top no-repeat; background-size: cover; height: 750px;}
	.h-middle { display: none; }
	
	#nayami .in { margin: -240px auto 0; width: 1260px; padding-bottom: 40px; }
}


/*-- コンテンツ -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#teian { background: #F4F4F4; }
	#teian h2 { text-align: center; z-index: 100; position: relative; width: 90%; margin: 0 auto; }
	#teian .in {  margin:0 2%; padding: 20px 0 80px; }
	#teian .in .sp { margin: 0 2% 2%;}
	.teian-sp-02 { position: relative; }
	.teian-man { position: absolute; top: -115px; right: 0%; width: 120px; z-index: 1000; }
	h3.youiTtl01 { background: #0168B7; color: #fff; font-size: 18px; text-align: center; margin-bottom: 10px; padding: 5px;}
	h3.youiTtl02 { background:#FE0000; color: #fff; font-size: 18px; text-align: center; margin-bottom: 10px; padding: 5px;}
	.teian-btn { width: 90%; margin: 0% 5%; height: 40px; line-height: 40px; text-align: center; border: 1px solid #ffa900; border-radius: 8px; font-size: 14px; font-weight: bold;}
		.teian-btn a { color:#fff; background:#ffa900; width: 100%; display: block; border-radius: 8px; }
		.teian-btn a:link    { color:#fff; text-decoration: none; }
		.teian-btn a:visited { color:#fff; text-decoration: none; }
		.teian-btn a:hover   { color:#fff;    text-decoration: none; background:#FE0000; }
		.teian-btn a:active  { color:#fff; text-decoration: none; } 
	.sp-arrow { width: 60%; margin: 0 20%; }
	
	#why .in { margin:0 2%; padding: 20px 0 30px; position: relative;}
	#why .in h2 { font-size: 21px; font-weight: bold; text-align: center; margin-bottom: 20px;}
	#why .in h2 span {background:linear-gradient(transparent 60%, #ff6 60%); }
	#why .in dl { margin: 0 6%; }
	#why .in dl dt { font-size: 16px; color: #FF0004; margin-bottom: 10px; font-weight: bold; }
	#why .in dl dd { font-size: 14px; margin-bottom: 30px; }
	#why .in dl dd:last-child { margin-bottom: 0px; }

	#point .in { margin:0 4%; padding: 20px 0 20px; position: relative;}
	#point .in h2 { font-size: 24px; font-weight: bold; text-align: center; margin-bottom: 20px; line-height: 1.0; }
	#point .in h2 span { background:none; color: #FF0004;  }
	#point .in h2 span em { font-size: 36px; font-style: normal; font-family:'Roboto', sans-serif; color: #FF0004; }
	#point .in h6 { width: 60px; margin: 0 auto 5px; }
	#point .in h5 { text-align: center; font-size: 18px; font-weight: bold; margin-bottom: 5px; font-weight: normal; }
	#point .in .point_list li { margin:0 2% 10px; padding-bottom: 10px; border-bottom: 1px dotted #dedede; }
	#point .in .point_list li:nth-child(4) { margin-right: 0px; }
	#point .in .point_list li h6 { background: #FF0000; text-align: center; margin-bottom: 10px; padding: 1px 0; color: #fff; font-family:'Roboto', sans-serif; width: 100%; font-weight: 700; font-size: 13px;}
	#point .in .point_list li h6 span { font-size: 1.2em;}
	#point .in .point_list li h5 { font-size: 15px; text-align: center; margin-bottom: 5px; font-weight: normal; }
	#point .in .point_list li h3 { font-size: 24px; font-weight: bold; text-align: center; color: #FF0000; margin-bottom: 10px; line-height: 1.4;  }
	#point .in .point_list li div { text-align: center; margin-bottom: 10px; }	
			
	#miryoku { background:#F4F4F4; }
	#miryoku .in { margin:0 4%; padding: 40px 0 20px; position: relative;}
	#miryoku .in h2 { font-size: 24px; font-weight: bold; text-align: center; margin-bottom: 40px; line-height: 1.0; }
	#miryoku .in h2 span { background:none; color: #FF0004;  }
	#miryoku .in h2 span em { font-size: 36px; font-style: normal; font-family:'Roboto', sans-serif; color: #FF0004; }
	#miryoku .in h6 { position: absolute; top:-20px; left: 0; right: 0; width: 40px; margin: 0 auto; }
	#miryoku .in h5 { text-align: center; font-size: 18px; font-weight: bold; margin-bottom: 5px; line-height: 1.4;  font-weight: normal;}
	#miryoku ul li { margin: 0 4% 40px; }
	#miryoku ul li .ttlBox { background:rgba(24,118,188,0.9); padding: 10px; margin-bottom: 20px; }
	#miryoku ul li .ttlBox h4 { color: #fff; font-size: 14px; }
	#miryoku ul li .ttlBox h3 { color: #fff; font-size: 18px; font-weight: bold; }
	#miryoku ul li p { font-size: 14px; }

	#ktwall .in { 
		padding: 4%;
		background-color: #F9F2B3;
		background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #f8b551), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #f8b551),color-stop(.75, #f8b551), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 7px 7px;
	}
	#ktwall .in .in_in { background: #fff; padding: 4%; }
	#ktwall .in h2 { font-size: 27px; font-weight: bold; text-align: center; line-height: 1.0; }
	#ktwall .in h2 span { background:none; color: #000; font-family:'Roboto', sans-serif; font-size: 30px;  }
	#ktwall .in h5 { text-align: center; font-size: 18px; margin-bottom: 5px; }
	.kt-left { width: 60%; margin:0 auto 20px; }
	.kt-right {  }
	.kt-right ul li { width: 70%; margin:0 15% 20px; }
	.kt-right ul li:nth-child(3) { margin-bottom: 0px; }
	.kt-right ul li h6 { background: #F8B551; font-family:'Roboto', sans-serif; font-weight: bold; font-size: 12px; text-align: center; margin-bottom: 5px; color: #fff;}
	.kt-right ul li h3 { text-align: center; font-size: 15px; margin-bottom: 5px; font-weight: bold; }
	.kt-right ul li h3 span { font-size: 27px; }

	#onestop { background:#F4F4F4; }
	#onestop .in { margin:0 2%; padding: 40px 0 40px; position: relative;}
	#onestop .in h2 { font-size: 18px; font-weight: bold; text-align: center; margin-bottom: 20px; line-height: 1.5; }
	#onestop .in h2 span { background:none; color: #FF0004; display: block; font-size: 24px; }
	#onestop .in h5 { text-align: center; font-size: 16px; font-weight: bold; margin-bottom: 5px; line-height: 1.4; font-weight: normal; }
	#onestop .in h6 { position: absolute; top:-20px; left: 0; right: 0; width: 40px; margin: 0 auto; }
	#onestop ul li { position: relative; background: url("../img/common/stop-bg.jpg") 0 0 no-repeat; margin:0 2% 20px; }
	.s-over { margin-bottom: 20px; }
	.suchi { font-family:'Roboto', sans-serif; font-weight: bold; font-size: 36px; color: #1876BE; float: left; line-height: 1.0; margin-right: 10px; }
	.copy-over { float: left; }
	.copy-over p { font-family:'Roboto', sans-serif; font-weight: 700; font-size: 15px; color: #1876BE; line-height: 1.0; margin-bottom: 5px; }
	.copy-over h4 { font-size: 21px; font-weight: bold; line-height: 1.4; margin-bottom: 20px; }
	.s-over-in { float: left; padding: 2% 0 0 2%; }
	.s-over-R { float: right; }

	#step { }
	#step .in { margin:0 2%; padding: 20px 0 40px; position: relative;}
	#step .in h2 { font-size: 18px; font-weight: bold; text-align: center; margin-bottom: 30px; line-height: 1.5; }
	#step .in h2 span { background:none; color: #FF0004; display: block; font-size: 39px; }
	#step .in h5 { text-align: center; font-size: 15px; font-weight: bold; margin-bottom: 5px; line-height: 1.4; font-weight: normal; }
	#step .in h6 { width: 40px; margin: 0 auto 10px; }
	#step ul.step_list li { margin:0 4% 20px; padding-bottom: 20px; border-bottom: 1px solid #00A8D5; position: relative; }
	#step ul.step_list li:nth-child(5n) { margin-bottom: 0px; }
	#step ul.step_list li:before { position: absolute; bottom: -10px; right: 0px; left: 0; margin: 0 auto; content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 25px 0 25px; border-color: #00A8D5 transparent transparent transparent;}
	#step ul.step_list li:last-child:before { display: none; }
	#step ul.step_list li .sl_in { margin: 0 3%;}
	#step ul.step_list li h5 { font-family:'Roboto', sans-serif; font-weight: bold; font-size: 14px; color: #fff; background: #00A8D5; text-align: center; height: 20px; line-height: 20px; margin-bottom: 10px; position: relative;}
	#step ul.step_list li .st_img { text-align: center; width: 80%;  margin:0 auto 10px; }
	#step ul.step_list li h3 { text-align: center; font-size: 15px; font-weight: bold; color: #ff5d00; line-height: 1.4; margin-bottom: 10px; }
	#step ul.step_list li h3 span { font-size: 0.8em; font-weight: normal; }
	
	#qa { background:#F4F4F4; }
	#qa .in { margin:0 2%; padding: 40px 0 60px; position: relative;}
	#qa .in h2 { font-size: 21px; font-weight: bold; text-align: center; margin-bottom: 20px; line-height: 1.5; }
	#qa .in h2 span { background:none; color: #FF0004; display: block; font-size: 48px; }
	#qa .in h5 { text-align: center; font-size: 15px; font-weight: bold; margin-bottom: 5px; line-height: 1.4; font-weight: normal; }
	#qa .in h6 { position: absolute; top:-30px; left: 0; right: 0; width: 60px; margin: 0 auto; }
	.qa_dl { margin: 0 4%; }
	.qa_dl dt { background:#1876BD; color: #fff; font-size: 16px; font-weight: bold; padding: 10px 20px 10px 10px; border-radius: 4px; margin-bottom: 10px; position: relative;}
	.qa_dl dt:hover { cursor: pointer; }
	.qa_dl dt:after { position: absolute; top: 25%; right: 2%; content: "\f067"; font-family: "FontAwesome"; }
	.qa_dl dt.active:after { position: absolute; top: 25%; right: 2%; content: "\f068"; font-family: "FontAwesome"; }
	.qa_dl dd { margin-bottom: 20px; padding: 0 2%; font-size: 14px; }
	
	.left-man { position: absolute; top: -75px; left: -5px; width: 150px; }
	.right-man { position: absolute; top: -62px; right: 2px; width: 135px; }
	.kita-man { position: absolute; top: 16px; left: -16px; width: 80px; }
	
	.contact-area { background: #0068b7; }
	.h_contact_message {  width: 100%;  position: absolute; top: -20px; left: 0; right: 0; margin: 0 auto; }
	.contact-area .in { margin:0 4%; padding: 20px 0; position: relative;}
	.contact-area .in ul { background: #fff; padding:2%; }
	.contact-area .in ul li { margin:0 2% 2% 18%; width: 80%;}
	.contact-area .in ul li:nth-child(2) { margin-bottom: 0px; font-size: 14px; }
		.contact-area .in ul li:nth-child(2) a { color:#fff; width:100%; height:35px; line-height:35px; border:#FF6600 1px solid; display:block; text-align:center; background:#FF6600; border-radius: 4px;}
		.contact-area .in ul li:nth-child(2) a:link    { color:#fff; text-decoration: none; }
		.contact-area .in ul li:nth-child(2) a:visited { color:#fff; text-decoration: none; }
		.contact-area .in ul li:nth-child(2) a:hover   { color:#FF6600;    text-decoration: none; background:#fff; }
		.contact-area .in ul li:nth-child(2) a:active  { color:#fff; text-decoration: none; } 

	#contact .in { margin:0 2%; padding: 20px 0 60px; position: relative;}
	#contact .in h2 { font-size: 21px; font-weight: bold; text-align: center; margin-bottom: 20px; line-height: 1.5; }
	#contact .in h2 span { background:none; color: #FF0004; display: block; font-size: 48px; }
	#contact .in h5 { text-align: center; font-size: 15px; font-weight: bold; margin-bottom: 5px; line-height: 1.4; font-weight: normal; }
	#contact .in h6 { width: 40px; margin: 0 auto 10px; }
	#contact .in .form-width { margin: 0 2%; }
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	#teian { background: #F4F4F4; }
	#teian h2 { text-align: center; z-index: 100; position: relative; width: 600px; margin: 0 auto; }
	#teian .in { width:720px; margin:0 auto; padding: 20px 0 80px; position: relative; }
	
	.teian-man { position: absolute; top: -48px; right: -61px; width: 180px; z-index: 1000; display: none; }
	.teian-ttl { margin-bottom: 10px;}
	.teian-ttl li:nth-child(1) { float: left; width: 40%;}
	.teian-ttl li:nth-child(1) h3 { background: #0168B7; color: #fff; font-size: 21px; text-align: center; margin-bottom: 10px; padding: 10px;}
	.teian-ttl li:nth-child(2) { float: right; width: 40%; }
	.teian-ttl li:nth-child(2) h3 { background:#FE0000; color: #fff; font-size: 21px; text-align: center; margin-bottom: 10px; padding: 10px;}
	.teian-btn { float: right; width: 40%; margin-right: 0%; height: 50px; line-height: 50px; text-align: center; border: 1px solid #ffa900; border-radius: 8px; font-size: 14px; font-weight: bold; }
		.teian-btn a { color:#fff; background:#ffa900; width: 100%; display: block; border-radius: 8px; }
		.teian-btn a:link    { color:#fff; text-decoration: none; }
		.teian-btn a:visited { color:#fff; text-decoration: none; }
		.teian-btn a:hover   { color:#fff;    text-decoration: none; background:#FE0000; }
		.teian-btn a:active  { color:#fff; text-decoration: none; } 
	.teian-zu { margin-bottom: 20px;}
	
	#why .in { margin:0 2%; padding: 30px 0 80px; position: relative;}
	#why .in h2 { font-size: 36px; font-weight: bold; text-align: center; margin-bottom: 30px;}
	#why .in h2 span {background:linear-gradient(transparent 60%, #ff6 60%); }
	#why .in dl { width: 450px; margin: 0 auto; }
	#why .in dl dt { font-size: 17px; color: #FF0004; margin-bottom: 10px; font-weight: bold; }
	#why .in dl dd { font-size: 15px; margin-bottom: 30px; }
	#why .in dl dd:last-child { margin-bottom: 0px; }
	
	#point .in { margin:0 2%; padding: 40px 0 40px; position: relative;}
	#point .in h2 { font-size: 42px; font-weight: bold; text-align: center; margin-bottom: 20px; line-height: 1.0; }
	#point .in h2 span { background:none; color: #FF0004;  }
	#point .in h2 span em { font-size: 60px; font-style: normal; font-family:'Roboto', sans-serif; color: #FF0004; }
	#point .in h6 { width: 110px; margin: 0 auto 5px; }
	#point .in h5 { text-align: center; font-size: 24px; font-weight: bold; margin-bottom: 5px; }
	#point .in .point_list li { float: left; width: 23.5%; margin-right: 2%; }
	#point .in .point_list li:nth-child(4) { margin-right: 0px; }
	#point .in .point_list li h6 { background: #FF0000; text-align: center; margin-bottom: 10px; padding: 1px 0; color: #fff; font-family:'Roboto', sans-serif; width: 100%; font-weight: 700; font-size: 13px;}
	#point .in .point_list li h6 span { font-size: 1.2em;}
	#point .in .point_list li h5 { font-size: 14px; text-align: center; margin-bottom: 5px; font-weight: normal; }
	#point .in .point_list li h3 { font-size: 27px; font-weight: bold; text-align: center; color: #FF0000; margin-bottom: 10px; line-height: 1.4;  }
	#point .in .point_list li img { margin-bottom: 10px; }	
			
	#miryoku { background:#F4F4F4; }
	#miryoku .in { margin:0 2%; padding: 40px 0 20px; position: relative;}
	#miryoku .in h2 { font-size: 42px; font-weight: bold; text-align: center; margin-bottom: 40px; line-height: 1.0; }
	#miryoku .in h2 span { background:none; color: #FF0004;  }
	#miryoku .in h2 span em { font-size: 60px; font-style: normal; font-family:'Roboto', sans-serif; color: #FF0004; }
	#miryoku .in h6 { position: absolute; top:-30px; left: 0; right: 0; width: 60px; margin: 0 auto; }
	#miryoku .in h5 { text-align: center; font-size: 24px; font-weight: bold; margin-bottom: 5px; line-height: 1.4; }
	#miryoku ul li { float: left; width: 48%; margin-right: 4%; margin-bottom: 40px; position: relative; min-height: 320px; }
	#miryoku ul li:nth-child(2n) { margin-right: 0px; }
	#miryoku ul li:nth-child .mlImg { position: absolute; left: 0; top: 0; }
	#miryoku ul li:nth-child(2n) .mlImg { position: absolute; right: 0; top: 0; }
	#miryoku ul li .ttlBox { position: absolute; right: 0; top: 100px; background:rgba(24,118,188,0.9); padding: 20px; width: 230px; }
	#miryoku ul li:nth-child(2n) .ttlBox { position: absolute; left: 0; top: 100px; background:rgba(24,118,188,0.9); padding: 20px; }
	#miryoku ul li .ttlBox h4 { color: #fff; font-size: 16px; }
	#miryoku ul li .ttlBox h3 { color: #fff; font-size: 24px; font-weight: bold; }
	#miryoku ul li p { position: absolute; top: 240px; left: 0; }
	
	#ktwall .in { 
		width:700px; margin:20px auto; padding: 2%;
		background-color: #F9F2B3;
		background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #f8b551), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #f8b551),color-stop(.75, #f8b551), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 7px 7px;
	}
	#ktwall .in .in_in { background: #fff; padding: 4%; }
	#ktwall .in h2 { font-size: 36px; font-weight: bold; text-align: center; line-height: 1.0; }
	#ktwall .in h2 span { background:none; color: #000; font-family:'Roboto', sans-serif; font-size: 48px;  }
	#ktwall .in h5 { text-align: center; font-size: 18px; }
	.kt-left { float:left; margin-right: 4%; width: 30%; margin-top: -50px; }
	.kt-right { float:left; margin-right: 0%; width: 66%; }
	.kt-right ul li { float: left; width: 32%; margin-right: 2%; }
	.kt-right ul li:nth-child(3) { margin-right: 0px; }
	.kt-right ul li h6 { background: #F8B551; font-family:'Roboto', sans-serif; font-weight: bold; font-size: 12px; text-align: center; margin-bottom: 5px; color: #fff;}
	.kt-right ul li h3 { text-align: center; font-size: 15px; margin-bottom: 5px; font-weight: bold; }
	.kt-right ul li h3 span { font-size: 27px; }

	#onestop { background:#F4F4F4; }
	#onestop .in { margin:0 2%; padding: 40px 0 60px; position: relative;}
	#onestop .in h2 { font-size: 27px; font-weight: bold; text-align: center; margin-bottom: 40px; line-height: 1.5; }
	#onestop .in h2 span { background:none; color: #FF0004; display: block; font-size: 36px; }
	#onestop .in h5 { text-align: center; font-size: 21px; font-weight: bold; margin-bottom: 5px; line-height: 1.4; }
	#onestop .in h6 { position: absolute; top:-30px; left: 0; right: 0; width: 60px; margin: 0 auto; }
	#onestop ul li { float: left; width: 48%; margin-right: 4%; margin-bottom: 40px; position: relative; min-height: 320px; background: url("../img/common/stop-bg.jpg") 0 0 no-repeat; }
	#onestop ul li:nth-child(2n) { margin-right: 0px; }
	.s-over { margin-bottom: 20px; }
	.suchi { font-family:'Roboto', sans-serif; font-weight: bold; font-size: 60px; color: #1876BE; float: left; line-height: 1.0; margin-right: 10px; }
	.copy-over { float: left; }
	.copy-over p { font-family:'Roboto', sans-serif; font-weight: 700; font-size: 18px; color: #1876BE; line-height: 1.0; margin-bottom: 5px; }
	.copy-over h4 { font-size: 21px; font-weight: bold; line-height: 1.4; margin-bottom: 20px; }
	.s-over-in { float: left; padding: 2% 0 0 2%; }
	.s-over-R { float: right; }

	#step { }
	#step .in { margin:0 2%; padding: 20px 0 40px; position: relative;}
	#step .in h2 { font-size: 27px; font-weight: bold; text-align: center; margin-bottom: 30px; line-height: 1.5; }
	#step .in h2 span { background:none; color: #FF0004; display: block; font-size: 39px; }
	#step .in h5 { text-align: center; font-size: 18px; font-weight: bold; margin-bottom: 5px; line-height: 1.4; }
	#step .in h6 { width: 60px; margin: 0 auto 10px; }
	#step ul.step_list li { float: left; width: 20%; }
	#step ul.step_list li:nth-child(5n) { margin-right: 0px; }
	#step ul.step_list li .sl_in { margin: 0 3%;}
	#step ul.step_list li h5 { font-family:'Roboto', sans-serif; font-weight: bold; font-size: 14px; color: #fff; background: #00A8D5; text-align: center; height: 20px; line-height: 20px; margin-bottom: 10px; position: relative;}
	#step ul.step_list li h5:after { position: absolute; top: 0; right: -10px; content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 0 10px 10px; border-color: transparent transparent transparent #00A8D5; z-index: 10;}
	#step ul.step_list li .st_img { text-align: center; width: 80%;  margin:0 auto 10px; }
	#step ul.step_list li h3 { text-align: center; font-size: 15px; font-weight: bold; color: #ff5d00; line-height: 1.4; margin-bottom: 10px; }
	#step ul.step_list li h3 span { font-size: 0.8em; font-weight: normal; }
	
	#qa { background:#F4F4F4; }
	#qa .in { margin:0 2%; padding: 40px 0 60px; position: relative;}
	#qa .in h2 { font-size: 27px; font-weight: bold; text-align: center; margin-bottom: 20px; line-height: 1.5; }
	#qa .in h2 span { background:none; color: #FF0004; display: block; font-size: 48px; }
	#qa .in h5 { text-align: center; font-size: 18px; font-weight: bold; margin-bottom: 5px; line-height: 1.4; }
	#qa .in h6 { position: absolute; top:-30px; left: 0; right: 0; width: 60px; margin: 0 auto; }
	.qa_dl { width: 700px; margin: 0 auto; }
	.qa_dl dt { background:#1876BD; color: #fff; font-size: 16px; font-weight: bold; padding: 10px 20px; border-radius: 4px; margin-bottom: 10px; position: relative;}
	.qa_dl dt:hover { cursor: pointer; }
	.qa_dl dt:after { position: absolute; top: 20%; right: 2%; content: "\f067"; font-family: "FontAwesome"; }
	.qa_dl dt.active:after { position: absolute; top: 20%; right: 2%; content: "\f068"; font-family: "FontAwesome"; }
	.qa_dl dd { margin-bottom: 20px; padding: 0 2%; font-size: 15px; }
	
	.left-man { position: absolute; top: -60px; left: -5px; width: 200px; }
	.right-man { position: absolute; top: 0px; right: -15px; width: 200px; }
	.kita-man { position: absolute; top: -50px; left: -45px; width: 120px; }
	
	.contact-area { background: #0068b7; }
	.h_contact_message {  width: 600px;  position: absolute; top: -33px; left: 0; right: 0; margin: 0 auto; }
	.contact-area .in { margin:0 6%; padding: 20px 0; position: relative;}
	.contact-area .in ul { background: #fff; padding:10px 20px; width: 500px; margin: 0 auto; }
	.contact-area .in ul li { float: left; margin-right: 2%; width: 46%;}
	.contact-area .in ul li:nth-child(2) { margin-right: 0px; width: 52%; margin-top: 10px; }
		.contact-area .in ul li:nth-child(2) a { color:#fff; width:100%; height:40px; line-height:40px; border:#FF6600 1px solid; display:block; text-align:center; background:#FF6600; border-radius: 4px;}
		.contact-area .in ul li:nth-child(2) a:link    { color:#fff; text-decoration: none; }
		.contact-area .in ul li:nth-child(2) a:visited { color:#fff; text-decoration: none; }
		.contact-area .in ul li:nth-child(2) a:hover   { color:#FF6600;    text-decoration: none; background:#fff; }
		.contact-area .in ul li:nth-child(2) a:active  { color:#fff; text-decoration: none; } 
	
	#contact .in { margin:0 2%; padding: 40px 0 60px; position: relative;}
	#contact .in h2 { font-size: 27px; font-weight: bold; text-align: center; margin-bottom: 20px; line-height: 1.5; }
	#contact .in h2 span { background:none; color: #FF0004; display: block; font-size: 48px; }
	#contact .in h5 { text-align: center; font-size: 16px; font-weight: bold; margin-bottom: 5px; line-height: 1.4; }
	#contact .in h6 { width: 60px; margin: 0 auto 10px; }
	#contact .in .form-width { width: 700px !important; margin: 0 auto; }
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
	#teian { background: #F4F4F4; padding-bottom: 40px; }
	#teian h2 { text-align: center; z-index: 100; position: relative; width: 700px; margin: 0 auto; }
	#teian .in { width:900px; margin:0 auto; padding: 25px 0 80px; position: relative; }
	
	.teian-man { position: absolute; top: -147px; right: -61px; width: 180px; }
	.teian-ttl { margin-bottom: 10px;}
	.teian-ttl li:nth-child(1) { float: left; width: 40%;}
	.teian-ttl li:nth-child(1) h3 { background: #0168B7; color: #fff; font-size: 24px; text-align: center; margin-bottom: 10px; padding: 10px;}
	.teian-ttl li:nth-child(2) { float: right; width: 40%; }
	.teian-ttl li:nth-child(2) h3 { background:#FE0000; color: #fff; font-size: 24px; text-align: center; margin-bottom: 10px; padding: 10px;}
	.teian-btn { float: right; width: 40%; margin-right: 2%; height: 60px; line-height: 60px; text-align: center; border: 1px solid #ffa900; border-radius: 8px; font-size: 1.2rem; font-weight: bold;}
		.teian-btn a { color:#fff; background:#ffa900; width: 100%; display: block; border-radius: 8px; }
		.teian-btn a:link    { color:#fff; text-decoration: none; }
		.teian-btn a:visited { color:#fff; text-decoration: none; }
		.teian-btn a:hover   { color:#fff;    text-decoration: none; background:#FE0000; }
		.teian-btn a:active  { color:#fff; text-decoration: none; } 
	.teian-zu { margin-bottom: 20px;}
	
	#why .in { margin:0 2%; padding: 30px 0 80px; position: relative;}
	#why .in h2 { font-size: 42px; font-weight: bold; text-align: center; margin-bottom: 30px;}
	#why .in h2 span {background:linear-gradient(transparent 60%, #ff6 60%); }
	#why .in dl { width: 600px; margin: 0 auto; }
	#why .in dl dt { font-size: 17px; color: #FF0004; margin-bottom: 10px; font-weight: bold; }
	#why .in dl dd { font-size: 15px; margin-bottom: 30px; }
	#why .in dl dd:last-child { margin-bottom: 0px; }
	
	#point .in { margin:0 2%; padding: 40px 0 40px; position: relative;}
	#point .in h2 { font-size: 42px; font-weight: bold; text-align: center; margin-bottom: 40px; line-height: 1.0; }
	#point .in h2 span { background:none; color: #FF0004;  }
	#point .in h2 span em { font-size: 60px; font-style: normal; font-family:'Roboto', sans-serif; color: #FF0004; }
	#point .in h6 { width: 110px; margin: 0 auto 5px; }
	#point .in h5 { text-align: center; font-size: 24px; font-weight: bold; margin-bottom: 5px; }
	#point .in .point_list li { float: left; width: 23.5%; margin-right: 2%; }
	#point .in .point_list li:nth-child(4) { margin-right: 0px; }
	#point .in .point_list li h6 { background: #FF0000; text-align: center; margin-bottom: 10px; padding: 1px 0; color: #fff; font-family:'Roboto', sans-serif; width: 100%; font-weight: 700;  }
	#point .in .point_list li h6 span { font-size: 1.2em;}
	#point .in .point_list li h5 { font-size: 14px; text-align: center; margin-bottom: 5px; font-weight: normal; }
	#point .in .point_list li h3 { font-size: 33px; font-weight: bold; text-align: center; color: #FF0000; margin-bottom: 10px; line-height: 1.4;  }
	#point .in .point_list li img { margin-bottom: 10px; }	
			
	#miryoku { background:#F4F4F4; }
	#miryoku .in { margin:0 2%; padding: 40px 0 20px; position: relative;}
	#miryoku .in h2 { font-size: 42px; font-weight: bold; text-align: center; margin-bottom: 40px; line-height: 1.0; }
	#miryoku .in h2 span { background:none; color: #FF0004;  }
	#miryoku .in h2 span em { font-size: 60px; font-style: normal; font-family:'Roboto', sans-serif; color: #FF0004; }
	#miryoku .in h6 { position: absolute; top:-30px; left: 0; right: 0; width: 60px; margin: 0 auto; }
	#miryoku .in h5 { text-align: center; font-size: 24px; font-weight: bold; margin-bottom: 5px; line-height: 1.4; }
	#miryoku ul li { float: left; width: 48%; margin-right: 4%; margin-bottom: 40px; position: relative; min-height: 320px; }
	#miryoku ul li:nth-child(2n) { margin-right: 0px; }
	#miryoku ul li:nth-child .mlImg { position: absolute; left: 0; top: 0; }
	#miryoku ul li:nth-child(2n) .mlImg { position: absolute; right: 0; top: 0; }
	#miryoku ul li .ttlBox { position: absolute; right: 0; top: 80px; background:rgba(24,118,188,0.9); padding: 20px; width: 300px; }
	#miryoku ul li:nth-child(2n) .ttlBox { position: absolute; left: 0; top: 80px; background:rgba(24,118,188,0.9); padding: 20px; }
	#miryoku ul li .ttlBox h4 { color: #fff; font-size: 18px; }
	#miryoku ul li .ttlBox h3 { color: #fff; font-size: 30px; font-weight: bold; }
	#miryoku ul li p { position: absolute; top: 240px; left: 0; }

	#ktwall .in { 
		width:900px; margin:20px auto; padding: 2%;
		background-color: #F9F2B3;
		background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #f8b551), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #f8b551),color-stop(.75, #f8b551), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 7px 7px;
	}
	#ktwall .in .in_in { background: #fff; padding: 4%; }
	#ktwall .in h2 { font-size: 36px; font-weight: bold; text-align: center; line-height: 1.0; }
	#ktwall .in h2 span { background:none; color: #000; font-family:'Roboto', sans-serif; font-size: 48px;  }
	#ktwall .in h5 { text-align: center; font-size: 18px; }
	.kt-left { float:left; margin-right: 4%; width: 30%; margin-top: -50px; }
	.kt-right { float:left; margin-right: 0%; width: 66%; }
	.kt-right ul li { float: left; width: 32%; margin-right: 2%; }
	.kt-right ul li:nth-child(3) { margin-right: 0px; }
	.kt-right ul li h6 { background: #F8B551; font-family:'Roboto', sans-serif; font-weight: bold; font-size: 12px; text-align: center; margin-bottom: 5px; color: #fff;}
	.kt-right ul li h3 { text-align: center; font-size: 18px; margin-bottom: 5px; font-weight: bold; }
	.kt-right ul li h3 span { font-size: 27px; }

	#onestop { background:#F4F4F4; }
	#onestop .in { margin:0 2%; padding: 40px 0 60px; position: relative;}
	#onestop .in h2 { font-size: 30px; font-weight: bold; text-align: center; margin-bottom: 40px; line-height: 1.5; }
	#onestop .in h2 span { background:none; color: #FF0004; display: block; font-size: 39px; }
	#onestop .in h5 { text-align: center; font-size: 24px; font-weight: bold; margin-bottom: 5px; line-height: 1.4; }
	#onestop .in h6 { position: absolute; top:-30px; left: 0; right: 0; width: 60px; margin: 0 auto; }
	#onestop ul li { float: left; width: 48%; margin-right: 4%; margin-bottom: 40px; position: relative; min-height: 320px; background: url("../img/common/stop-bg.jpg") 0 0 no-repeat; }
	#onestop ul li:nth-child(2n) { margin-right: 0px; }
	.s-over { margin-bottom: 20px; }
	.suchi { font-family:'Roboto', sans-serif; font-weight: bold; font-size: 60px; color: #1876BE; float: left; line-height: 1.0; margin-right: 10px; }
	.copy-over { float: left; }
	.copy-over p { font-family:'Roboto', sans-serif; font-weight: 700; font-size: 18px; color: #1876BE; line-height: 1.0; margin-bottom: 5px; }
	.copy-over h4 { font-size: 24px; font-weight: bold; }
	.s-over-in { float: left; padding: 2% 0 0 2%; }
	.s-over-R { float: right; }

	#step { }
	#step .in { margin:0 2%; padding: 40px 0 60px; position: relative;}
	#step .in h2 { font-size: 30px; font-weight: bold; text-align: center; margin-bottom: 30px; line-height: 1.5; }
	#step .in h2 span { background:none; color: #FF0004; display: block; font-size: 39px; }
	#step .in h5 { text-align: center; font-size: 18px; font-weight: bold; margin-bottom: 5px; line-height: 1.4; }
	#step .in h6 { width: 60px; margin: 0 auto 10px; }
	#step ul.step_list li { float: left; width: 20%; }
	#step ul.step_list li:nth-child(5n) { margin-right: 0px; }
	#step ul.step_list li .sl_in { margin: 0 4%;}
	#step ul.step_list li h5 { font-family:'Roboto', sans-serif; font-weight: bold; font-size: 14px; color: #fff; background: #00A8D5; text-align: center; height: 20px; line-height: 20px; margin-bottom: 10px; position: relative;}
	#step ul.step_list li h5:after { position: absolute; top: 0; right: -10px; content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 0 10px 10px; border-color: transparent transparent transparent #00A8D5; z-index: 10;}
	#step ul.step_list li .st_img { text-align: center; margin-bottom: 10px; }
	#step ul.step_list li h3 { text-align: center; font-size: 17px; font-weight: bold; color: #ff5d00; line-height: 1.4; margin-bottom: 10px; }
	#step ul.step_list li h3 span { font-size: 0.8em; font-weight: normal; }
	
	#qa { background:#F4F4F4; }
	#qa .in { margin:0 2%; padding: 40px 0 60px; position: relative;}
	#qa .in h2 { font-size: 30px; font-weight: bold; text-align: center; margin-bottom: 20px; line-height: 1.5; }
	#qa .in h2 span { background:none; color: #FF0004; display: block; font-size: 48px; }
	#qa .in h5 { text-align: center; font-size: 18px; font-weight: bold; margin-bottom: 5px; line-height: 1.4; }
	#qa .in h6 { position: absolute; top:-30px; left: 0; right: 0; width: 60px; margin: 0 auto; }
	.qa_dl { width: 900px; margin: 0 auto; }
	.qa_dl dt { background:#1876BD; color: #fff; font-size: 17px; font-weight: bold; padding: 10px 20px; border-radius: 4px; margin-bottom: 10px; position: relative;}
	.qa_dl dt:hover { cursor: pointer; }
	.qa_dl dt:after { position: absolute; top: 20%; right: 2%; content: "\f067"; font-family: "FontAwesome"; }
	.qa_dl dt.active:after { position: absolute; top: 20%; right: 2%; content: "\f068"; font-family: "FontAwesome"; }
	.qa_dl dd { margin-bottom: 20px; padding: 0 2%; font-size: 16px; }
	
	.left-man { position: absolute; top: -60px; left: -5px; width: 280px; }
	.right-man { position: absolute; top: 0px; right: -35px; width: 280px; }
	.kita-man { position: absolute; top: -75px; left: -20px; width: 150px; }
	
	.contact-area { background: #0068b7; }
	.h_contact_message {  width: 700px;  position: absolute; top: -45px; left: 0; right: 0; margin: 0 auto; }
	.contact-area .in { margin:0 2%; padding: 20px 0; position: relative;}
	.contact-area .in ul { background: #fff; padding: 20px; width: 700px; margin: 0 auto; }
	.contact-area .in ul li { float: left; margin-right: 2%; width: 46%;}
	.contact-area .in ul li:nth-child(2) { margin-right: 0px; width: 52%; margin-top: 10px; }
		.contact-area .in ul li:nth-child(2) a { color:#fff; width:100%; height:40px; line-height:40px; border:#FF6600 1px solid; display:block; text-align:center; background:#FF6600; border-radius: 4px;}
		.contact-area .in ul li:nth-child(2) a:link    { color:#fff; text-decoration: none; }
		.contact-area .in ul li:nth-child(2) a:visited { color:#fff; text-decoration: none; }
		.contact-area .in ul li:nth-child(2) a:hover   { color:#FF6600;    text-decoration: none; background:#fff; }
		.contact-area .in ul li:nth-child(2) a:active  { color:#fff; text-decoration: none; }
	
	#contact .in { margin:0 2%; padding: 40px 0 60px; position: relative;}
	#contact .in h2 { font-size: 30px; font-weight: bold; text-align: center; margin-bottom: 20px; line-height: 1.5; }
	#contact .in h2 span { background:none; color: #FF0004; display: block; font-size: 48px; }
	#contact .in h5 { text-align: center; font-size: 18px; font-weight: bold; margin-bottom: 5px; line-height: 1.4; }
	#contact .in h6 { width: 60px; margin: 0 auto 10px; }
	#contact .in .form-width { width: 900px !important; margin: 0 auto; }
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
	#teian { background: #F4F4F4; padding-bottom: 40px; }
	#teian h2 { text-align: center; z-index: 100; position: relative; }
	#teian .in { width:1024px; margin:0 auto; padding: 142px 0 80px; position: relative; }
	
	.teian-man { position: absolute; top: -92px; right: 0px; }
	.teian-ttl { margin-bottom: 10px;}
	.teian-ttl li:nth-child(1) { float: left; width: 40%;}
	.teian-ttl li:nth-child(1) h3 { background: #0168B7; color: #fff; font-size: 24px; text-align: center; margin-bottom: 10px; padding: 10px;}
	.teian-ttl li:nth-child(2) { float: right; width: 40%; }
	.teian-ttl li:nth-child(2) h3 { background:#FE0000; color: #fff; font-size: 24px; text-align: center; margin-bottom: 10px; padding: 10px;}
	.teian-btn { float: right; width: 35%; margin-right: 2%; height: 60px; line-height: 60px; text-align: center; border: 1px solid #ffa900; border-radius: 8px; font-size: 1.2rem; font-weight: bold;}
		.teian-btn a { color:#fff; background:#ffa900; width: 100%; display: block; border-radius: 8px; }
		.teian-btn a:link    { color:#fff; text-decoration: none; }
		.teian-btn a:visited { color:#fff; text-decoration: none; }
		.teian-btn a:hover   { color:#fff;    text-decoration: none; background:#FE0000; }
		.teian-btn a:active  { color:#fff; text-decoration: none; } 
	.teian-zu { margin-bottom: 20px;}
	
	#why .in { width:1024px; margin:0 auto; padding: 60px 0 80px; position: relative;}
	#why .in h2 { font-size: 42px; font-weight: bold; text-align: center; margin-bottom: 40px;}
	#why .in h2 span {background:linear-gradient(transparent 60%, #ff6 60%); }
	#why .in dl { width: 600px; margin: 0 auto; }
	#why .in dl dt { font-size: 18px; color: #FF0004; margin-bottom: 10px; font-weight: bold; }
	#why .in dl dd { font-size: 16px; margin-bottom: 30px; }
	#why .in dl dd:last-child { margin-bottom: 0px; }
	
	#point .in { width:1024px; margin:0 auto; padding: 60px 0 80px; position: relative;}
	#point .in h2 { font-size: 48px; font-weight: bold; text-align: center; margin-bottom: 40px; line-height: 1.0; }
	#point .in h2 span { background:none; color: #FF0004;  }
	#point .in h2 span em { font-size: 72px; font-style: normal; font-family:'Roboto', sans-serif; color: #FF0004; }
	#point .in h6 { width: 110px; margin: 0 auto 5px; }
	#point .in h5 { text-align: center; font-size: 24px; font-weight: bold; margin-bottom: 5px; }
	#point .in .point_list li { float: left; width: 23.5%; margin-right: 2%; }
	#point .in .point_list li:nth-child(4) { margin-right: 0px; }
	#point .in .point_list li h6 { background: #FF0000; text-align: center; margin-bottom: 10px; padding: 1px 0; color: #fff; font-family:'Roboto', sans-serif; width: 100%; font-weight: 700;  }
	#point .in .point_list li h6 span { font-size: 1.2em;}
	#point .in .point_list li h5 { font-size: 15px; text-align: center; margin-bottom: 5px; font-weight: normal; }
	#point .in .point_list li h3 { font-size: 36px; font-weight: bold; text-align: center; color: #FF0000; margin-bottom: 10px; line-height: 1.4;  }
	#point .in .point_list li img { margin-bottom: 10px; }
		
	#miryoku { background:#F4F4F4; }
	#miryoku .in { width:1024px; margin:0 auto; padding: 40px 0 60px; position: relative;}
	#miryoku .in h2 { font-size: 48px; font-weight: bold; text-align: center; margin-bottom: 40px; line-height: 1.0; }
	#miryoku .in h2 span { background:none; color: #FF0004;  }
	#miryoku .in h2 span em { font-size: 72px; font-style: normal; font-family:'Roboto', sans-serif; color: #FF0004; }
	#miryoku .in h6 { position: absolute; top:-30px; left: 0; right: 0; width: 60px; margin: 0 auto; }
	#miryoku .in h5 { text-align: center; font-size: 24px; font-weight: bold; margin-bottom: 5px; line-height: 1.4; }
	#miryoku ul li { float: left; width: 48%; margin-right: 4%; margin-bottom: 40px; position: relative; min-height: 320px; }
	#miryoku ul li:nth-child(2n) { margin-right: 0px; }
	#miryoku ul li:nth-child .mlImg { position: absolute; left: 0; top: 0; }
	#miryoku ul li:nth-child(2n) .mlImg { position: absolute; right: 0; top: 0; }
	#miryoku ul li .ttlBox { position: absolute; right: 0; top: 80px; background:rgba(24,118,188,0.9); padding: 20px; width: 300px; }
	#miryoku ul li:nth-child(2n) .ttlBox { position: absolute; left: 0; top: 80px; background:rgba(24,118,188,0.9); padding: 20px; }
	#miryoku ul li .ttlBox h4 { color: #fff; font-size: 18px; }
	#miryoku ul li .ttlBox h3 { color: #fff; font-size: 30px; font-weight: bold; }
	#miryoku ul li p { position: absolute; top: 240px; left: 0; }

	#ktwall .in { 
		width:1024px; margin:20px auto; padding: 2%;
		background-color: #F9F2B3;
		background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #f8b551), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #f8b551),color-stop(.75, #f8b551), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 7px 7px;
	}
	#ktwall .in .in_in { background: #fff; padding: 4%; }
	#ktwall .in h2 { font-size: 33px; font-weight: bold; text-align: center; line-height: 1.0; }
	#ktwall .in h2 span { background:none; color: #000; font-family:'Roboto', sans-serif; font-size: 42px;  }
	#ktwall .in h5 { text-align: center; font-size: 18px; }
	.kt-left { float:left; margin-right: 4%; width: 30%; margin-top: -80px; }
	.kt-right { float:left; margin-right: 0%; width: 66%; }
	.kt-right ul li { float: left; width: 32%; margin-right: 2%; }
	.kt-right ul li:nth-child(3) { margin-right: 0px; }
	.kt-right ul li h6 { background: #F8B551; font-family:'Roboto', sans-serif; font-weight: bold; font-size: 12px; text-align: center; margin-bottom: 5px; color: #fff;}
	.kt-right ul li h3 { text-align: center; font-size: 21px; margin-bottom: 5px; font-weight: bold; }
	.kt-right ul li h3 span { font-size: 27px; }

	#onestop { background:#F4F4F4; }
	#onestop .in { width:1024px; margin:0 auto; padding: 40px 0 60px; position: relative;}
	#onestop .in h2 { font-size: 36px; font-weight: bold; text-align: center; margin-bottom: 40px; line-height: 1.5; }
	#onestop .in h2 span { background:none; color: #FF0004; display: block; font-size: 48px; }
	#onestop .in h5 { text-align: center; font-size: 24px; font-weight: bold; margin-bottom: 5px; line-height: 1.4; }
	#onestop .in h6 { position: absolute; top:-30px; left: 0; right: 0; width: 60px; margin: 0 auto; }
	#onestop ul li { float: left; width: 48%; margin-right: 4%; margin-bottom: 40px; position: relative; min-height: 320px; background: url("../img/common/stop-bg.jpg") 0 0 no-repeat; }
	#onestop ul li:nth-child(2n) { margin-right: 0px; }
	.s-over { margin-bottom: 20px; }
	.suchi { font-family:'Roboto', sans-serif; font-weight: bold; font-size: 60px; color: #1876BE; float: left; line-height: 1.0; margin-right: 10px; }
	.copy-over { float: left; }
	.copy-over p { font-family:'Roboto', sans-serif; font-weight: 700; font-size: 18px; color: #1876BE; line-height: 1.0; margin-bottom: 5px; }
	.copy-over h4 { font-size: 24px; font-weight: bold; }
	.s-over-in { float: left; padding: 2% 0 0 2%; }
	.s-over-R { float: right; }

	#step { }
	#step .in { width:1024px; margin:0 auto; padding: 40px 0 60px; position: relative;}
	#step .in h2 { font-size: 36px; font-weight: bold; text-align: center; margin-bottom: 40px; line-height: 1.5; }
	#step .in h2 span { background:none; color: #FF0004; display: block; font-size: 48px; }
	#step .in h5 { text-align: center; font-size: 24px; font-weight: bold; margin-bottom: 5px; line-height: 1.4; }
	#step .in h6 { width: 60px; margin: 0 auto 10px; }
	#step ul.step_list li { float: left; width: 20%; }
	#step ul.step_list li:nth-child(5n) { margin-right: 0px; }
	#step ul.step_list li .sl_in { margin: 0 4%;}
	#step ul.step_list li h5 { font-family:'Roboto', sans-serif; font-weight: bold; font-size: 14px; color: #fff; background: #00A8D5; text-align: center; height: 20px; line-height: 20px; margin-bottom: 10px; position: relative;}
	#step ul.step_list li h5:after { position: absolute; top: 0; right: -10px; content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 0 10px 10px; border-color: transparent transparent transparent #00A8D5; z-index: 10;}
	#step ul.step_list li .st_img { text-align: center; margin-bottom: 10px; }
	#step ul.step_list li h3 { text-align: center; font-size: 18px; font-weight: bold; color: #ff5d00; line-height: 1.4; margin-bottom: 10px; }
	#step ul.step_list li h3 span { font-size: 0.8em; font-weight: normal; }
	
	#qa { background:#F4F4F4; }
	#qa .in { width:1024px; margin:0 auto; padding: 40px 0 80px; position: relative;}
	#qa .in h2 { font-size: 36px; font-weight: bold; text-align: center; margin-bottom: 20px; line-height: 1.5; }
	#qa .in h2 span { background:none; color: #FF0004; display: block; font-size: 48px; }
	#qa .in h5 { text-align: center; font-size: 24px; font-weight: bold; margin-bottom: 5px; line-height: 1.4; }
	#qa .in h6 { position: absolute; top:-30px; left: 0; right: 0; width: 60px; margin: 0 auto; }
	.qa_dl { width: 900px; margin: 0 auto; }
	.qa_dl dt { background:#1876BD; color: #fff; font-size: 17px; font-weight: bold; padding: 10px 20px; border-radius: 4px; margin-bottom: 10px; position: relative;}
	.qa_dl dt:hover { cursor: pointer; }
	.qa_dl dt:after { position: absolute; top: 20%; right: 2%; content: "\f067"; font-family: "FontAwesome"; }
	.qa_dl dt.active:after { position: absolute; top: 20%; right: 2%; content: "\f068"; font-family: "FontAwesome"; }
	.qa_dl dd { margin-bottom: 20px; padding: 0 2%; font-size: 16px; }
	
	.left-man { position: absolute; top: -60px; left: -5px; width: 300px; }
	.right-man { position: absolute; top: 0px; right: -35px; width: 300px; }
	.kita-man { position: absolute; top: -75px; left: 0px; width: 150px; }
	
	.contact-area { background: #0068b7; }
	.h_contact_message {  width: 800px;  position: absolute; top: -45px; left: 0; right: 0; margin: 0 auto; }
	.contact-area .in { width:1024px; margin:0 auto; padding: 20px 0; position: relative;}
	.contact-area .in ul { background: #fff; padding: 20px; width: 700px; margin: 0 auto; }
	.contact-area .in ul li { float: left; margin-right: 2%; width: 46%;}
	.contact-area .in ul li:nth-child(2) { margin-right: 0px; width: 52%; margin-top: 10px; }
		.contact-area .in ul li:nth-child(2) a { color:#fff; width:100%; height:40px; line-height:40px; border:#FF6600 1px solid; display:block; text-align:center; background:#FF6600; border-radius: 4px;}
		.contact-area .in ul li:nth-child(2) a:link    { color:#fff; text-decoration: none; }
		.contact-area .in ul li:nth-child(2) a:visited { color:#fff; text-decoration: none; }
		.contact-area .in ul li:nth-child(2) a:hover   { color:#FF6600;    text-decoration: none; background:#fff; }
		.contact-area .in ul li:nth-child(2) a:active  { color:#fff; text-decoration: none; }
		
	#contact { }
	#contact .in { width:1024px; margin:0 auto; padding: 40px 0 60px; position: relative;}
	#contact .in h2 { font-size: 36px; font-weight: bold; text-align: center; margin-bottom: 40px; line-height: 1.5; }
	#contact .in h2 span { background:none; color: #FF0004; display: block; font-size: 48px; }
	#contact .in h5 { text-align: center; font-size: 24px; font-weight: bold; margin-bottom: 5px; line-height: 1.4; }
	#contact .in h6 { width: 60px; margin: 0 auto 10px; }
	#contact .in .form-width { width: 900px !important; margin: 0 auto; }
}
@media screen and (min-width: 1280px) {
	#teian { background: #F4F4F4; padding-bottom: 40px; }
	#teian h2 { text-align: center; z-index: 100; position: relative; }
	#teian .in { width:1260px; margin:0 auto; padding: 60px 0 80px; position: relative;}
	.teian-man { position: absolute; top: -175px; right: 0px; }
	.teian-ttl { margin-bottom: 10px;}
	.teian-ttl li:nth-child(1) { float: left; width: 40%;}
	.teian-ttl li:nth-child(1) h3 { background: #0168B7; color: #fff; font-size: 24px; text-align: center; margin-bottom: 10px; padding: 10px;}
	.teian-ttl li:nth-child(2) { float: right; width: 40%; }
	.teian-ttl li:nth-child(2) h3 { background:#FE0000; color: #fff; font-size: 24px; text-align: center; margin-bottom: 10px; padding: 10px;}
	.teian-btn { float: right; width: 35%; margin-right: 2%; height: 60px; line-height: 60px; text-align: center; border: 1px solid #ffa900; border-radius: 8px; font-size: 1.2rem; font-weight: bold;}
		.teian-btn a { color:#fff; background:#ffa900; width: 100%; display: block; border-radius: 8px; }
		.teian-btn a:link    { color:#fff; text-decoration: none; }
		.teian-btn a:visited { color:#fff; text-decoration: none; }
		.teian-btn a:hover   { color:#fff;    text-decoration: none; background:#FE0000; }
		.teian-btn a:active  { color:#fff; text-decoration: none; } 
	.teian-zu { margin-bottom: 20px;}
	
	#why .in { width:1260px; margin:0 auto; padding: 60px 0 80px; position: relative;}
	#why .in h2 { font-size: 48px; font-weight: bold; text-align: center; margin-bottom: 40px;}
	#why .in h2 span {background:linear-gradient(transparent 60%, #ff6 60%); }
	#why .in dl { width: 700px; margin: 0 auto; }
	#why .in dl dt { font-size: 18px; color: #FF0004; margin-bottom: 10px; font-weight: bold; }
	#why .in dl dd { font-size: 16px; margin-bottom: 30px; }
	#why .in dl dd:last-child { margin-bottom: 0px; }
	.left-man { position: absolute; top: -60px; left: -40px; }
	.right-man { position: absolute; top: 0px; right: -80px; }
	.kita-man { position: absolute; top: -75px; left: 95px; width: 150px; }
	
	#point .in { width:1260px; margin:0 auto; padding: 60px 0 80px; position: relative;}
	#point .in h2 { font-size: 48px; font-weight: bold; text-align: center; margin-bottom: 40px; line-height: 1.0; }
	#point .in h2 span { background:none; color: #FF0004;  }
	#point .in h2 span em { font-size: 72px; font-style: normal; font-family:'Roboto', sans-serif; color: #FF0004; }
	#point .in h6 { width: 110px; margin: 0 auto 5px; }
	#point .in h5 { text-align: center; font-size: 24px; font-weight: bold; margin-bottom: 5px; }
	#point .in .point_list li { float: left; width: 23.5%; margin-right: 2%; }
	#point .in .point_list li:nth-child(4) { margin-right: 0px; }
	#point .in .point_list li h6 { background: #FF0000; text-align: center; margin-bottom: 10px; padding: 1px 0; color: #fff; font-family:'Roboto', sans-serif; width: 100%; font-weight: 700;  }
	#point .in .point_list li h6 span { font-size: 1.2em;}
	#point .in .point_list li h5 { font-size: 18px; text-align: center; margin-bottom: 5px; font-weight: normal; }
	#point .in .point_list li h3 { font-size: 40px; font-weight: bold; text-align: center; color: #FF0000; margin-bottom: 10px; line-height: 1.4; }
	#point .in .point_list li img { margin-bottom: 10px; }
	
	#miryoku { background:#F4F4F4; }
	#miryoku .in { width:1260px; margin:0 auto; padding: 40px 0 60px; position: relative;}
	#miryoku .in h2 { font-size: 48px; font-weight: bold; text-align: center; margin-bottom: 40px; line-height: 1.0; }
	#miryoku .in h2 span { background:none; color: #FF0004;  }
	#miryoku .in h2 span em { font-size: 72px; font-style: normal; font-family:'Roboto', sans-serif; color: #FF0004; }
	#miryoku .in h6 { position: absolute; top:-30px; left: 0; right: 0; width: 60px; margin: 0 auto; }
	#miryoku .in h5 { text-align: center; font-size: 24px; font-weight: bold; margin-bottom: 5px; line-height: 1.4; }
	#miryoku ul li { float: left; width: 48%; margin-right: 4%; margin-bottom: 40px; position: relative; min-height: 320px; }
	#miryoku ul li:nth-child(2n) { margin-right: 0px; }
	#miryoku ul li:nth-child .mlImg { position: absolute; left: 0; top: 0; }
	#miryoku ul li:nth-child(2n) .mlImg { position: absolute; right: 0; top: 0; }
	#miryoku ul li .ttlBox { position: absolute; right: 0; top: 80px; background:rgba(24,118,188,0.9); padding: 20px; width: 300px; }
	#miryoku ul li:nth-child(2n) .ttlBox { position: absolute; left: 0; top: 80px; background:rgba(24,118,188,0.9); padding: 20px; }
	#miryoku ul li .ttlBox h4 { color: #fff; font-size: 18px; }
	#miryoku ul li .ttlBox h3 { color: #fff; font-size: 30px; font-weight: bold; }
	#miryoku ul li p { position: absolute; top: 240px; left: 0; }
	
	#ktwall .in { 
		width:1024px; margin:20px auto 60px; padding: 2%;
		background-color: #F9F2B3;
		background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #f8b551), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #f8b551),color-stop(.75, #f8b551), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 7px 7px;
	}
	#ktwall .in .in_in { background: #fff; padding: 4%; }
	#ktwall .in h2 { font-size: 36px; font-weight: bold; text-align: center; line-height: 1.0; }
	#ktwall .in h2 span { background:none; color: #000; font-family:'Roboto', sans-serif; font-size: 48px;  }
	#ktwall .in h5 { text-align: center; font-size: 18px; }
	.kt-left { float:left; margin-right: 4%; width: 30%; margin-top: -80px; }
	.kt-right { float:left; margin-right: 0%; width: 66%; }
	.kt-right ul li { float: left; width: 32%; margin-right: 2%; }
	.kt-right ul li:nth-child(3) { margin-right: 0px; }
	.kt-right ul li h6 { background: #F8B551; font-family:'Roboto', sans-serif; font-weight: bold; font-size: 12px; text-align: center; margin-bottom: 5px; color: #fff;}
	.kt-right ul li h3 { text-align: center; font-size: 21px; margin-bottom: 5px; font-weight: bold; }
	.kt-right ul li h3 span { font-size: 27px; }
	
	#onestop { background:#F4F4F4; }
	#onestop .in { width:1260px; margin:0 auto; padding: 40px 0 60px; position: relative;}
	#onestop .in h2 { font-size: 36px; font-weight: bold; text-align: center; margin-bottom: 40px; line-height: 1.5; }
	#onestop .in h2 span { background:none; color: #FF0004; display: block; font-size: 48px; }
	#onestop .in h5 { text-align: center; font-size: 24px; font-weight: bold; margin-bottom: 5px; line-height: 1.4; }
	#onestop .in h6 { position: absolute; top:-30px; left: 0; right: 0; width: 60px; margin: 0 auto; }
	#onestop ul li { float: left; width: 48%; margin-right: 4%; margin-bottom: 40px; position: relative; min-height: 320px; background: url("../img/common/stop-bg.jpg") 0 0 no-repeat; }
	#onestop ul li:nth-child(2n) { margin-right: 0px; }
	.s-over { margin-bottom: 20px; }
	.suchi { font-family:'Roboto', sans-serif; font-weight: bold; font-size: 60px; color: #1876BE; float: left; line-height: 1.0; margin-right: 10px; }
	.copy-over { float: left; }
	.copy-over p { font-family:'Roboto', sans-serif; font-weight: 700; font-size: 18px; color: #1876BE; line-height: 1.0; margin-bottom: 5px; }
	.copy-over h4 { font-size: 24px; font-weight: bold; }
	.s-over-in { float: left; padding: 2% 0 0 2%; }
	.s-over-R { float: right; }
	
	#step { }
	#step .in { width:1260px; margin:0 auto; padding: 40px 0 60px; position: relative;}
	#step .in h2 { font-size: 36px; font-weight: bold; text-align: center; margin-bottom: 40px; line-height: 1.5; }
	#step .in h2 span { background:none; color: #FF0004; display: block; font-size: 48px; }
	#step .in h5 { text-align: center; font-size: 24px; font-weight: bold; margin-bottom: 5px; line-height: 1.4; }
	#step .in h6 { width: 60px; margin: 0 auto 10px; }
	#step ul.step_list li { float: left; width: 20%; }
	#step ul.step_list li:nth-child(5n) { margin-right: 0px; }
	#step ul.step_list li .sl_in { margin: 0 4%;}
	#step ul.step_list li h5 { font-family:'Roboto', sans-serif; font-weight: bold; font-size: 14px; color: #fff; background: #00A8D5; text-align: center; height: 20px; line-height: 20px; margin-bottom: 10px; position: relative;}
	#step ul.step_list li h5:after { position: absolute; top: 0; right: -10px; content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 0 10px 10px; border-color: transparent transparent transparent #00A8D5; z-index: 10;}
	#step ul.step_list li .st_img { text-align: center; margin-bottom: 10px; }
	#step ul.step_list li h3 { text-align: center; font-size: 18px; font-weight: bold; color: #ff5d00; line-height: 1.4; margin-bottom: 10px; }
	#step ul.step_list li h3 span { font-size: 0.8em; font-weight: normal; }
	
	#qa { background:#F4F4F4; }
	#qa .in { width:1260px; margin:0 auto; padding: 40px 0 100px; position: relative;}
	#qa .in h2 { font-size: 36px; font-weight: bold; text-align: center; margin-bottom: 20px; line-height: 1.5; }
	#qa .in h2 span { background:none; color: #FF0004; display: block; font-size: 48px; }
	#qa .in h5 { text-align: center; font-size: 24px; font-weight: bold; margin-bottom: 5px; line-height: 1.4; }
	#qa .in h6 { position: absolute; top:-30px; left: 0; right: 0; width: 60px; margin: 0 auto; }
	.qa_dl { width: 1000px; margin: 0 auto; }
	.qa_dl dt { background:#1876BD; color: #fff; font-size: 17px; font-weight: bold; padding: 10px 20px; border-radius: 4px; margin-bottom: 10px; position: relative;}
	.qa_dl dt:hover { cursor: pointer; }
	.qa_dl dt:after { position: absolute; top: 20%; right: 2%; content: "\f067"; font-family: "FontAwesome"; }
	.qa_dl dt.active:after { position: absolute; top: 20%; right: 2%; content: "\f068"; font-family: "FontAwesome"; }
	.qa_dl dd { margin-bottom: 20px; padding: 0 2%; font-size: 16px; }
	
	.contact-area { background: #0068b7; }
	.h_contact_message {  width: 800px;  position: absolute; top: -45px; left: 0; right: 0; margin: 0 auto; }
	.contact-area .in { width:1260px; margin:0 auto; padding: 20px 0; position: relative;}
	.contact-area .in ul { background: #fff; padding: 20px; width: 700px; margin: 0 auto; }
	.contact-area .in ul li { float: left; margin-right: 2%; width: 46%;}
	.contact-area .in ul li:nth-child(2) { margin-right: 0px; width: 52%; margin-top: 10px; }
		.contact-area .in ul li:nth-child(2) a { color:#fff; width:100%; height:40px; line-height:40px; border:#FF6600 1px solid; display:block; text-align:center; background:#FF6600; border-radius: 4px;}
		.contact-area .in ul li:nth-child(2) a:link    { color:#fff; text-decoration: none; }
		.contact-area .in ul li:nth-child(2) a:visited { color:#fff; text-decoration: none; }
		.contact-area .in ul li:nth-child(2) a:hover   { color:#FF6600;    text-decoration: none; background:#fff; }
		.contact-area .in ul li:nth-child(2) a:active  { color:#fff; text-decoration: none; } 
	
	#contact { }
	#contact .in { width:1260px; margin:0 auto; padding: 40px 0 60px; position: relative;}
	#contact .in h2 { font-size: 36px; font-weight: bold; text-align: center; margin-bottom: 40px; line-height: 1.5; }
	#contact .in h2 span { background:none; color: #FF0004; display: block; font-size: 48px; }
	#contact .in h5 { text-align: center; font-size: 24px; font-weight: bold; margin-bottom: 5px; line-height: 1.4; }
	#contact .in h6 { width: 60px; margin: 0 auto 10px; }
	#contact .in .form-width { width: 1000px !important; margin: 0 auto; }
}

@media screen and (min-width: 768px) {
#step ul.step_list li:nth-child(2) h5 { background:#008AD5; }
#step ul.step_list li:nth-child(2) h5:after { position: absolute; top: 0; right: -10px; content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 0 10px 10px; border-color: transparent transparent transparent #008AD5; z-index: 10;}
#step ul.step_list li:nth-child(3) h5 { background:#0070D6; }
#step ul.step_list li:nth-child(3) h5:after { position: absolute; top: 0; right: -10px; content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 0 10px 10px; border-color: transparent transparent transparent #0070D6; z-index: 20;}
#step ul.step_list li:nth-child(4) h5 { background:#0851B7; }
#step ul.step_list li:nth-child(4) h5:after { position: absolute; top: 0; right: -10px; content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 0 10px 10px; border-color: transparent transparent transparent #0851B7; z-index: 30;}
#step ul.step_list li:nth-child(5) h5 { background:#073C8A; }
#step ul.step_list li:nth-child(5) h5:after { position: absolute; top: 0; right: -10px; content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 0 10px 10px; border-color: transparent transparent transparent #073C8A; z-index: 30;}
}
/*-- フッター固定バナー -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#contact-fixed { position: fixed; z-index: 10000; bottom: 0; width: 100%; }
	#contact-fixed .left, #contact-fixed .right { width: 50%; }
	#contact-fixed .left { float: left; }
	#contact-fixed .right { float: right; }
}

/*-- footer ------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	footer { background:#f4f4f4; }
	footer .in { color:#000; padding:20px 0; }
}
@media screen and (min-width: 768px) {
	footer { background:#f4f4f4; }
	footer .in { color:#000; padding:20px 0; }
	footer .in a { color:#000; }
	.f_left { float:left; }
	.f_right { float:right; }
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	footer .in { margin:1%; }
}
@media screen and (min-width: 1025px) {
	footer .in { width:1024px; margin:0 auto; }
}
@media screen and (max-width: 767px) {
/*-- footer ------------------------------------------------------------*/
.f_menu { background:#efefef; padding:2%; }
.f_menu li { float:left; padding:2%; width:45.8%; border-bottom:#CCC 1px solid; }
.f_menu li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#F33;} 
.f_menu li:nth-child(2n) { border-left:#CCC 1px solid;  }
.f_menu li:nth-child(1) { border-top:#CCC 1px solid;}
.f_menu li:nth-child(2) { border-top:#CCC 1px solid;}
}
	
/*-- コピーライト --*/
@media screen and (max-width: 767px) {
	#copyright { background:#005bac; text-align:center; margin-bottom:0px; padding:1px 0; color:#fff; font-size:12px; }
}
@media screen and (min-width: 768px) {
	#copyright { background:#005bac;  text-align:center; margin-bottom:0px; padding:1px 0; color:#fff; font-size:12px; }
}
/*-- ページの先頭へ戻る --*/
@media screen and (max-width: 960px) {
	#pagetop_pc { display:none !important; }
	#pagetop_sp { display:block !important; background:#3b5a9a;/*色を選ぶ*/ color:#fff; font-size:0.9rem; text-align:center; margin-bottom:0px; padding:2% 0; }
	#pagetop_sp:before { content:"\f077"; font-family:"FontAwesome"; margin-right:2%; }
		#pagetop_sp a         { resize: none; }
		#pagetop_sp a:link    { color:#fff; text-decoration: none; }
		#pagetop_sp a:visited { color:#fff; text-decoration: none; }
		#pagetop_sp a:hover   { color:#fff; text-decoration: none; opacity:0.7; }
		#pagetop_sp a:active  { color:#fff; text-decoration: none; }
}
@media screen and (min-width: 961px) {
	#pagetop_sp { display:none !important; }
	#pagetop_pc {
		width: 100px;
		height: 100px;
		 -webkit-border-radius: 50px;/* width,heightの半分 */
		 -moz-border-radius: 50px;
		 border-radius: 50px;
		 background-color: #dd44a4;/* 円の色 */
		 position:fixed;
		 right:20px;
		 bottom:20px;
		 text-align:center;
		 padding-top:10px;
		 line-height:1.4em;
		 font-size:0.9rem;
	}
	#pagetop_pc a         { resize: none; }
	#pagetop_pc a:link    { color:#fff; text-decoration: none; }
	#pagetop_pc a:visited { color:#fff; text-decoration: none; }
	#pagetop_pc a:hover   { color:#fff; text-decoration: none; opacity:0.7; }
	#pagetop_pc a:active  { color:#fff; text-decoration: none; }
}

/*-- 画像 ページの先頭へ戻る --*/
@media screen and (max-width: 767px) {
	#pagetop {
		width: 40px;
		height: 40px;
		position:fixed;
		right:5px;
		bottom:50px;
		opacity:0.8;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	#pagetop {
		width: 50px;
		height: 50px;
		position:fixed;
		right:20px;
		bottom:20px;
		opacity:0.8;
	}
}
@media screen and (min-width: 1024px) {
	#pagetop {
		width: 70px;
		height: 70px;
		position:fixed;
		right:20px;
		bottom:20px;
		opacity:0.8;
	}
}

/*-- box LINK 
色を変える　枠線　hoverで反転のリンク
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.box_link_btn a { color:#FF6600; width:60%; height:40px; line-height:40px; border:#FF6600 1px solid; display:block; text-align:center; margin:0 20%; background:#fff;}
	.box_link_btn a:link    { color:#FF6600; text-decoration: none; }
	.box_link_btn a:visited { color:#FF6600; text-decoration: none; }
	.box_link_btn a:hover   { color:#fff;    text-decoration: none; background:#FF6600; }
	.box_link_btn a:active  { color:#FF6600; text-decoration: none; } 
}
@media screen and (min-width: 768px) {
	.box_link_btn a { color:#FF6600; width:60%; height:40px; line-height:40px; border:#FF6600 1px solid; display:block; text-align:center; margin:0 20%; background:#fff;}
	.box_link_btn a:link    { color:#FF6600; text-decoration: none; }
	.box_link_btn a:visited { color:#FF6600; text-decoration: none; }
	.box_link_btn a:hover   { color:#fff;    text-decoration: none; background:#FF6600; }
	.box_link_btn a:active  { color:#FF6600; 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;
	}
}

/*-- フロート並び（分割）
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.fl_half_L { margin-bottom:20px; }
	.fl_half_L img { width:70%; margin:0 15%; }
	.fl_half_R { }
	.fl_half_R img { width:70%; margin:0 15%; }

	.fl_thirds_L { margin-bottom:20px; }
	.fl_thirds_L img { width:70%; margin:0 15%; }
	.fl_thirds_R { }
	.fl_thirds_R img { width:70%; margin:0 15%; }
}
@media screen and (min-width: 768px) {
	.fl_half_L { float:left; width:48%; margin-right:4%; }
	.fl_half_R { float:left; width:48%; margin-right:0%; }

	.fl_thirds_L { float:left; width:34%; margin-right:4%; }
	.fl_thirds_R { float:left; width:62%; margin-right:0%; }
}

/*-- スマホ　横スクロール
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.scroll {
	  overflow: auto;　　　　/*tableをスクロールさせる*/
	 white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
	}
	.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;
	}
}

/*--リスト改行の頭を揃える
------------------------------------------------------------*/
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リスト
------------------------------------------------------------*/
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', sans-serif; font-weight:bold;　font-size:1.1em;　}

/*--矢印リスト
------------------------------------------------------------*/
.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投稿　段落
------------------------------------------------------------*/
.single_section h1 { font-size:2.4em; color:#333; font-weight:bold; margin-bottom:20px; }
.single_section h2 { font-size:2.1em; color:#333; font-weight:bold; border-left:6px solid #50A8ED; padding-left:2%; margin-bottom:20px; }
.single_section h3 { font-size:1.8em; color:#50A8ED; font-weight:bold; padding:2% 0; border-bottom:#333333 1px solid; margin-bottom:20px; }
.single_section h4 { font-size:1.5em; color:#333; font-weight:bold; margin-bottom:10px; }
.single_section h5 { font-size:1.2em; color:#333; font-weight:bold; margin-bottom:10px; }
.single_section p { line-height:1.7 !important; font-size:15px !important; margin-bottom:40px !important; }
.single_section img { margin-bottom:20px !important; }

/*--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 ページャーカラー ------------------------------------------------------------*/
#pager a:hover { background: #4D984D !important; }
#pager .pages, #pager .current, #pager .extend, #pager a { color: #333 !important; background: #0d5279 !important; }
#pager a { color: #fff !important; }
#pager .pages, #pager .current { background: #dedede !important;}

/* アニメーション
------------------------------------------------------------*/
/* 点滅 */
.flash1{
  animation: Flash1 1.5s infinite;
}
@keyframes Flash1{
  50%{ opacity: 0.5; }
}
/* 揺れる */
.fluffy { width: 100%; height: auto; animation: fluffy1 3s ease infinite; }
@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
	
/*-- Adjustment ------------------------------------------------------------*/
.mt5  { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }

.mr5  { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }

.mb5  { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }

.ml5  { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }

.pg5  { padding:  5px !important; }
.pg10 { padding: 10px !important; }
.pg15 { padding: 15px !important; }
.pg20 { padding: 20px !important; }
.pg25 { padding: 25px !important; }
.pg30 { padding: 30px !important; }
.pg35 { padding: 35px !important; }
.pg40 { padding: 40px !important; }

.mg0  { margin: 0  !important; }
.pg0  { padding: 0 !important; }

.ofh  { overflow: hidden; }
.fltR { float: right; }
.fltL { float: left; }
.clr  { clear: both; }

.posRe { position: relative; }
.posAb { position: absolute; }

.alJ { text-align: justify; }
.alC { text-align: center; }
.alR { text-align: right; }
.alL { text-align: left; }

.xlarge { font-size: 1.2em; }
.large  { font-size: 1.1em; }

.xsmall { font-size: 0.8em; }
.small  { font-size: 0.9em; }

.bold { font-weight: bold; }
.red  { color: #C00; }
.blk {color:#000;}

.under {text-decoration:underline; border-color:#666;}

.border-dotted { display: block; clear: both; height: 1px; border: none; border-bottom: dotted 1px #ddd !important; }
.border-solid  { display: block; clear: both; height: 1px; border: none; border-bottom: solid 1px #ddd  !important; }

.trans-ease { -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; }

.link-hover { -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; }
.link-hover:hover { opacity: 0.7; filter: alpha(opacity=70); }

.roboto { font-family:'Roboto', sans-serif; font-weight:bold; }
.g_font { font-family: "Rounded Mplus 1c"; font-weight:300; }

.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 */


/*-- APPEND ----------------------------------------------------------------*/


