@charset "utf-8";
/* CSS Document */

/* common */
html,body{}
body{font-size:100%;font-family:'Noto Sans JP',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","verdana",sans-serif;margin:0;padding:0;text-align:center;overflow-x:hidden;}
body{-webkit-text-size-adjust:none;}

@media screen and (max-width:768px){
body{font-size:82%;}
}

h1,h2,h3,h4,h5,h6,p,ol,ul,dt,dd{font-size:100%;padding:0;}

h1,h2,h3,h4,h5,h6{line-height:1.5em;margin:0 0 1em;font-weight:normal;}
p{line-height:1.8em;margin:0 0 1.5em;}
ol,ul,dt,dd{line-height:1.7em;margin:0 0 1.5em;}
table{line-height:1.5em;margin:0 0 1.5em;}

strong{font-weight:bold;}

img{border:none;max-width:100%;height:auto;}


/* リスト通常使用 */
ul.normal{padding-left:10px;margin-left:10px;list-style:disc;}
ul.normal li{}
ul.none{list-style:none;}

ol.normal{padding-left:10px;margin-left:10px;list-style:decimal;}
ol.normal li{}

dl{margin:0;padding:0;}
dt{margin:0;padding:0;}
dd{margin:0;padding:0;}


a:link{text-decoration:underline;color:#000000;}
a:visited{text-decoration:underline;color:#000000;}
a:hover{text-decoration:none;color:#000000;}

a{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
a img{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
a:hover img{filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}

img{max-width:100%;}


table{border-collapse:collapse;border-spacing:1px;font-feature-settings:"palt";}
th,td{padding:10px;vertical-align:middle;border:solid 1px #666;text-align:center;}
th{background:#eb0012;font-weight:bold;color:#fff;}
td{background:#fff;}
td{text-align:left;}

@media screen and (max-width:640px){
th,td{padding:10px;font-size:90%;letter-spacing:0;}
}
@media screen and (max-width:480px){
th,td{padding:5px;}
}


.pc{}
.sp{display:none !important;}
.sp480{display:none !important;}
@media screen and (max-width:900px){
	.pc{display:none !important;}
	.sp{display:block !important;}
	img.sp{display:inline !important;}
}
@media screen and (max-width:900px){
	.pc{display:none !important;}
	.sp{display:block !important;}
	img.sp{display:inline !important;}
}
@media screen and (max-width:480px){
	.sp480{display:block !important;}
	img.sp480{display:inline !important;}
}


/* inview */
.inviewfadeIn{opacity:0;position:relative;top:30px;
-webkit-transition: all 1.0s ease;-moz-transition: all 1.0s ease;}
.inviewfadeIn.fadeIn{opacity:1;top:0;}


/* header */
#header{position:fixed;width:230px;height:100%;border:solid #FF6600;border-width:0 10px 0 0;z-index:99;background:#FFEDD5;}
#header2{display:none;}

#logo{width:280px;height:280px;border:solid #FF6600 10px;background:#FFF7EC;font-size:300%;letter-spacing:0.2em;font-weight:bold;margin:0 0 40px;position:relative;overflow:hidden;
font-family:'Shippori Mincho',"YuMincho","Yu Mincho","ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;}
#logo a{display:table;width:100%;height:100%;text-decoration:none;position:relative;}
#logo span{display:table-cell;vertical-align:middle;}

#logo a:hover{color:#ff6600;}
#logo:before{content:" ";width:30px;height:30px;background:url("../images/dot_orange.png") no-repeat;background-size:30px;position:absolute;left:-15px;top:-15px;}
#logo:after{content:" ";width:30px;height:30px;background:url("../images/dot_orange.png") no-repeat;background-size:30px;position:absolute;right:-15px;top:-15px;}
#logo a:before{content:" ";width:30px;height:30px;background:url("../images/dot_orange.png") no-repeat;background-size:30px;position:absolute;left:-15px;bottom:-15px;}
#logo a:after{content:" ";width:30px;height:30px;background:url("../images/dot_orange.png") no-repeat;background-size:30px;position:absolute;right:-15px;bottom:-15px;}


#gnavi{text-align:left;margin:0;}
#gnavi ul{margin:0;}
#gnavi li{padding:0 0 0 60px;margin:0 0 20px;background:url("../images/menu_ico.png") no-repeat 0 50%;}
#gnavi li:last-of-type{margin:0;}

#gnavi a{text-decoration:none;}
#gnavi a:hover{text-decoration:underline;}

#gnavi li.cur{font-weight:bold;}
#gnavi li.cur a{color:#ff6600;}


#gnavi_sp{display:none;}

#main #gnavi,
#main #gnavi a{color:#fff;}

@media screen and (max-width:900px){
	#header{display:none;}
	#header2{display:table;width:100%;height:60px;text-align:left;border:solid #FF6600;border-width:5px 0 0;background:#FFEDD5;}
	#header2 #logo2{display:table-cell;vertical-align:middle;padding:0 10px;margin:0;font-family:'Shippori Mincho',"YuMincho","Yu Mincho","ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;font-size:150%;font-weight:bold;letter-spacing:0.2em;}
	#header2 #logo2 a{text-decoration:none;}
	
	#gnavi{display:none;}
	#gnavi_sp{display:block;position:fixed;width:70%;height:100%;right:-100%;top:0;background-color:rgba(255,102,0,0.85);z-index:99;padding:60px 0 30px;overflow-y:auto;
	-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
	#gnavi_sp.active{right:0;}
	#gnavi_sp ul{margin:0;border:solid #fff;border-width:1px 0 0;}
	#gnavi_sp li{display:block;margin:0;border:solid #fff;border-width:0 0 1px;}
	#gnavi_sp li:after{content:none;margin-left:0;}
	#gnavi_sp a{display:block;padding:10px;color:#fff;text-align:center;text-decoration:none;}
}




/* spmenu */
#sp_menu{position:fixed;z-index:999;top:10px;right:10px;display:none;}
#sp_menu a{display:block;}
#sp_menu.active .menu-trigger{background-color:rgba(255,255,255,0.9) !important;}

@media screen and (max-width:900px){
	#sp_menu{display:block;}
}


.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 46px;
	height: 46px;
}
.menu-trigger span{
  position: absolute;
  left: 7px;
  width: 32px;
  height: 4px;
  background-color:#ff6600;
}

#indx .menu-trigger span,
#sp_menu.active .menu-trigger span{
  background-color:#ff6600;
}

.menu-trigger span:nth-of-type(1) {
  top: 11px;
}
.menu-trigger span:nth-of-type(2) {
  top: 21px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 11px;
}

#sp_menu.active .menu-trigger.active,
.menu-trigger.active{
	background-color:transparent !important;
}
.menu-trigger.active span {
	background-color:#fff !important;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}


/* main */
#main{position:relative;background:#000;}

#main_slide01{margin:0;height:760px;text-align:center;border:solid #FF6600;border-width:0 0 10px;}

#main_slide01 .swiper-slide{position:relative;background:#fff;}
#main_slide01 .swiper-slide .img{position:relative;z-index:1;line-height:0;background-position:50% 50% !important;background-size:cover !important;height:100%;}

#main_slide01 .swiper-slide .txt{display:table;width:100%;height:100%;position:absolute;left:0;top:0;z-index:3;color:#fff;font-size:275%;font-weight:bold;margin:0;text-shadow:3px 3px 12px #000;}
#main_slide01 .swiper-slide .txt .in{display:table-cell;vertical-align:middle;padding:10px 60px;line-height:1.5em;}
#main_slide01 .swiper-slide .txt p{letter-spacing:0.1em;}
#main_slide01 .swiper-slide .txt p:last-of-type{margin:0;}

.swiper-wrapper{}

.swiper-pagination{bottom:25px !important;}
.swiper-pagination-bullet{opacity:1;width:10px;height:10px;background:#ccc;}
.swiper-pagination-bullet-active{background:#fff;}

@keyframes zoomUp {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
	}
}

.swiper-slide-active .img,
.swiper-slide-duplicate-active .img,
.swiper-slide-prev .img{animation: zoomUp 10s linear 0s 1 normal both;}	

@media screen and (max-width:900px){
	#main_slide01{height:450px;border-width:0 0 5px;}
	#main_slide01 .swiper-slide .txt{font-size:225%;}
	.swiper-pagination{bottom:20px !important;}
}
@media screen and (max-width:768px){
	#main_slide01 .swiper-slide .txt p.logo{margin:0 0 30px;}
	#main_slide01 .swiper-slide .txt p.logo img{width:100px;}
	#main_slide01 .swiper-slide .txt{font-size:171%;}
}
@media screen and (max-width:540px){
	#main_slide01{height:100vw;}
	#main_slide01 .swiper-slide .txt br{display:none;}
}
@media screen and (max-width:480px){
	.swiper-button-prev{transform:scale(0.6);transform-origin:left center;}
	.swiper-button-next{transform:scale(0.6);transform-origin:right center;}
	
	#main_slide01 .swiper-slide .txt .in{padding:10px 30px;}
}
@media screen and (max-width:380px){
	#main_slide01 .swiper-slide .txt{font-size:150%;}
}


#slider{position:relative;z-index:1;}



/* footer */
#footer{background:#ff6600;text-align:center;}
#footer a{color:#fff;}

#copy{color:#fff;margin:0;padding:20px 4%;font-size:75%;}

#topcontrol{position:fixed;right:0;bottom:0;line-height:0;margin:0;display:none;background:#ff6600;width:50px;height:50px;font-size:24px;z-index:998;}
#topcontrol a{display:table;width:100%;height:100%;color:#ffffff;}
#topcontrol a span{display:table-cell;text-align:center;vertical-align:middle;}


@media screen and (max-width:768px){
	#f_menu{font-size:88%;}
}




/* コンテンツ */
#wrap{text-align:left;width:calc(100% - 230px);margin-left:230px;border:solid #FF6600;border-width:10px 0 0;}
.inner{width:940px;margin:0 auto;}

@media screen and (max-width:1320px){
	.inner{width:calc(100% - 100px);margin:0 30px 0 70px;}
}
@media screen and (max-width:900px){
	#wrap{width:100%;margin-left:0;border:solid #FF6600;border-width:5px 0 0;}
	.inner{width:92%;margin:0 auto;}
}
@media screen and (max-width:768px){

}

.anc{position:relative;top:0;}
@media screen and (max-width:900px){
	.anc{top:0;}
}


/* */

.btn{margin:60px 0 0;font-size:113%;}
.btn a{display:table;width:300px;height:45px;background:#3D1100;border:solid 2px #000;color:#fff;margin:0 auto;text-decoration:none;}
.btn a:hover{background:#000;}
.btn a span{display:table-cell;vertical-align:middle;}

@media screen and (max-width:900px){
	.btn{margin:30px 0 0;}
}
@media screen and (max-width:768px){
	.btn{font-size:100%;}
}
@media screen and (max-width:480px){
	.btn a{width:240px;height:36px;}
}


/* index */
#indx_message{padding:50px 0;text-align:center;border:solid #ff6600;border-width:0 0 5px;}
#indx_message p{font-size:131%;line-height:2em;}
#indx_message p:last-of-type{margin:0;}

@media screen and (max-width:768px){
	#indx_message{padding:30px 0;}
	#indx_message p{font-size:100%;}
}



#indx_cont{padding:60px 0;text-align:center;}

#indx_cont .h{font-size:225%;color:#008D26;border:solid #008D26;border-width:0 0 3px;position:relative;font-weight:bold;padding:0 0 20px;margin:0;}
#indx_cont .h:before{content:" ";width:20px;height:20px;background:url("../images/dot_green.png") no-repeat;background-size:20px;position:absolute;bottom:-10px;left:0;}
#indx_cont .h:after{content:" ";width:20px;height:20px;background:url("../images/dot_green.png") no-repeat;background-size:20px;position:absolute;bottom:-10px;right:0;}


#indx_cont .example{display:table;width:1040px;margin:35px auto 50px;text-align:left;}
#indx_cont .example .ill,
#indx_cont .example .txt{display:table-cell;vertical-align:middle;}
#indx_cont .example .ill{width:415px;margin:0;line-height:0;}

#indx_cont .example .txt{padding:0 45px 0 0;}
#indx_cont .example .txt .list{}
#indx_cont .example .txt .list dl{display:table;width:100%;}
#indx_cont .example .txt .list dt,
#indx_cont .example .txt .list dd{display:table-cell;vertical-align:top;}
#indx_cont .example .txt .list dt{font-size:48px;width:55px;color:#008D26;}
#indx_cont .example .txt .list dd{padding:20px 0 0;font-size:169%;}

#indx_cont .example .txt .btm_txt{text-align:right;margin:0;font-size:131%;}

@media screen and (max-width:1320px){
	#indx_cont .example{width:calc(100% - 100px);margin:35px 30px 50px 70px;}
	#indx_cont .example .ill{width:30%;}
	#indx_cont .example .txt{padding:0 0 0 3%;}
}
@media screen and (max-width:1080px){
	#indx_cont .example{display:flex;flex-direction:column;}
	#indx_cont .example .ill,
	#indx_cont .example .txt{display:block;}
	#indx_cont .example .ill{width:100%;order:2;margin-top:20px;text-align:center;}
	#indx_cont .example .ill img{max-width:60%;}
	#indx_cont .example .txt{padding:0;order:1;}
}
@media screen and (max-width:900px){
	#indx_cont .example{width:92%;margin:30px auto 15px;}
}
@media screen and (max-width:768px){
	#indx_cont{padding:30px 0;}
	#indx_cont .h{font-size:171%;padding:0 0 15px;}
	#indx_cont .example .txt .list dt{font-size:30px;width:36px;}
	#indx_cont .example .txt .list dd{padding:15px 0 0;font-size:125%;}
	#indx_cont .example .txt .btm_txt{font-size:100%;}
}


#indx_cont .arrow{color:#008D26;border:solid #008D26;border-width:3px 0 0;position:relative;font-weight:bold;padding:0;margin:0;line-height:0;}
#indx_cont .arrow:before{content:" ";width:20px;height:20px;background:url("../images/dot_green.png") no-repeat;background-size:20px;position:absolute;top:-10px;left:0;}
#indx_cont .arrow:after{content:" ";width:20px;height:20px;background:url("../images/dot_green.png") no-repeat;background-size:20px;position:absolute;top:-10px;right:0;}
#indx_cont .arrow img{}

#indx_cont .arrow_txt{margin:30px 0;font-size:300%;color:#008D26;line-height:1.5em;font-weight:bold;}
#indx_cont .arrow_txt_ex{border:#008D26 dotted 3px;border-radius:10px;padding:40px;font-size:131%;}
#indx_cont .arrow_txt_ex strong{color:#ff0000;font-size:129%;display:inline-block;vertical-align:baseline;}
#indx_cont .arrow_txt_ex p:last-of-type{margin:0;}


@media screen and (max-width:768px){
	#indx_cont .arrow_txt{font-size:200%;}
	#indx_cont .arrow_txt_ex{padding:30px;font-size:108%;}
	#indx_cont .arrow_txt_ex strong{color:#ff0000;font-size:129%;display:inline-block;vertical-align:baseline;}
}


.indx_btn{margin:60px auto 0;width:850px;}
.indx_btn li{float:left;width:400px;margin:0;}
.indx_btn li:nth-of-type(2){float:right;}

.indx_btn a{display:table;width:400px;height:80px;line-height:80px;background:#ff6600;color:#fff;text-decoration:none;font-size:150%;border-radius:10px;}
.indx_btn a:hover{opacity:0.7;}
.indx_btn a span{display:table-cell;vertical-align:middle;font-weight:bold;}
.indx_btn a span i{font-size:40px;margin-right:20px;vertical-align:middle;position:relative;top:-2px;}

.indx_btn a.result{background:#0094D5;}


@media screen and (max-width:1280px){
	.indx_btn{width:100%;}
	.indx_btn li{width:48.5%;}
	.indx_btn a{width:100%;font-size:129%;}
	.indx_btn a span i{font-size:24px;margin-right:5px;top:-2px;}
}
@media screen and (max-width:768px){
	.indx_btn{margin:30px auto 0;}
	.indx_btn li{width:100%;float:none;margin:0 0 15px;}
	.indx_btn li:last-of-type{margin:0;}
	.indx_btn a{height:50px;line-height:50px;}
}


/* access */

#access_sec{text-align:center;padding:80px 0 60px;border:solid #ff6600;border-width:5px 0 0;}

#access_sec .h{font-size:225%;border:solid #ff6600;border-width:0 0 3px;position:relative;font-weight:bold;padding:0 0 20px;margin:0 0 60px;}
#access_sec .h:before{content:" ";width:20px;height:20px;background:url("../images/dot_orange.png") no-repeat;background-size:20px;position:absolute;bottom:-10px;left:0;}
#access_sec .h:after{content:" ";width:20px;height:20px;background:url("../images/dot_orange.png") no-repeat;background-size:20px;position:absolute;bottom:-10px;right:0;}

#access_sec #comp_name{font-size:169%;font-weight:bold;margin:0 auto 25px;line-height:1em;}
#access_sec .addr{margin:0 0 40px;font-size:125%;}

#access_sec .gmap{width:100%;height:400px;}
#access_sec .gmap iframe{width:100%;height:100%;}

@media screen and (max-width:900px){
	#access_sec{padding:30px 0;}
	#access_sec #comp_name{font-size:129%;margin:0 auto 10px;}
	#access_sec .addr{margin:0 0 20px;font-size:100%;}
	#access_sec .gmap{height:300px;}
}
@media screen and (max-width:768px){
	#access_sec .h{font-size:171%;padding:0 0 15px;margin:0 0 30px;}
	#access_sec .gmap{height:250px;}
}
@media screen and (max-width:480px){

}


/* contact */

.contact_box{padding:40px;text-align:center;background:#ff9900;border-radius:10px;color:#fff;margin:60px 0 0;}
.contact_box .contact_h{font-size:188%;border:solid #fff;border-width:0 0 2px;position:relative;font-weight:bold;padding:0 0 15px;margin:0 0 45px;}
.contact_box .contact_h:before{content:" ";width:20px;height:20px;background:url("../images/dot_white.png") no-repeat;background-size:20px;position:absolute;bottom:-10px;left:0;}
.contact_box .contact_h:after{content:" ";width:20px;height:20px;background:url("../images/dot_white.png") no-repeat;background-size:20px;position:absolute;bottom:-10px;right:0;}

.contact_btn{margin:0;}
.contact_btn li{float:left;width:400px;margin:0;}
.contact_btn li:nth-of-type(2){float:right;}

.contact_btn a{display:table;width:400px;height:80px;line-height:80px;background:#fff;color:#ff9900;text-decoration:none;font-size:150%;border-radius:10px;}
.contact_btn a:hover{opacity:0.7;}
.contact_btn a span{display:table-cell;vertical-align:middle;font-weight:bold;}
.contact_btn a span i{font-size:40px;margin-right:20px;vertical-align:middle;position:relative;top:-4px;}

.contact_btn a.tel{font-size:225%;}

@media screen and (max-width:1280px){
	.contact_box{padding:40px 20px;}
	.contact_btn li{width:48.5%;}

	.contact_btn a{width:100%;font-size:125%;}
	.contact_btn a span i{font-size:24px;margin-right:5px;top:-2px;}
	
	.contact_btn a.tel{font-size:150%;}
}

@media screen and (max-width:768px){
	.contact_box{padding:20px;margin:40px 0 0;}
	.contact_box .contact_h{font-size:150%;margin:0 0 30px;}
	
	.contact_btn li{width:100%;float:none;margin:0 0 15px;}
	.contact_btn li:last-of-type{margin:0;}
	
	.contact_btn a{height:50px;line-height:50px;}
}
@media screen and (max-width:480px){

}


@media screen and (max-width:768px){
	.btn{font-size:100%;}
}
@media screen and (max-width:480px){
	.btn a{width:240px;height:36px;}
}



/* second */
.second_main{width:100%;height:270px;margin:0;border:solid #ff6600;border-width:0 0 10px;display:table;font-size:275%;font-weight:bold;color:#fff;text-shadow:3px 3px 12px #000;text-align:center;}
.second_main span{display:table-cell;vertical-align:middle;}
.second_main.about{background:url("../images/about_main.jpg") no-repeat 50% 50%;background-size:cover;}
.second_main.contact{background:url("../images/contact_main.jpg") no-repeat 50% 50%;background-size:cover;}

.second_cont{padding:80px 0;position:relative;text-align:center;}

@media screen and (max-width:900px){
	.second_main{border:solid #ff6600;border-width:0 0 5px;}
	.second_cont{padding:60px 0;}
}
@media screen and (max-width:768px){
	.second_main{height:150px;font-size:200%;}
	.second_cont{padding:30px 0;}
}



/* about */
.about_cont{display:table;width:100%;margin:0 auto;font-size:113%;}
.about_cont .txt,
.about_cont .ill{display:table-cell;vertical-align:top;}

.about_cont .txt{padding:0 0 0 40px;text-align:left;}
.about_cont .ill{width:250px;margin:0;line-height:0;}

.about_cont .txt dl{display:table;width:100%;margin:0 0 15px;padding:0 0 15px;border:solid #000;border-width:0 0 1px;}
.about_cont .txt dl:last-of-type{border:none;margin:0;padding:0;}

.about_cont .txt dl dt,
.about_cont .txt dl dd{display:table-cell;vertical-align:top;}
.about_cont .txt dl dt{width:170px;padding:0 10px;}
.about_cont .txt dl dd{}


@media screen and (max-width:1320px){
	.about_cont{width:100%;}
	.about_cont .ill{width:30%;}
	
	.about_cont .txt dl dd p br{display:none;}
}
@media screen and (max-width:1080px){
	.about_cont{display:flex;flex-direction:column;}
	.about_cont .ill,
	.about_cont .txt{display:block;}
	.about_cont .ill{width:100%;order:2;margin-top:20px;text-align:center;}
	.about_cont .ill img{max-width:50%;}
	.about_cont .txt{padding:0;order:1;}
}
@media screen and (max-width:768px){
	.about_cont{font-size:100%;}
	.about_cont .txt dl dt{width:7.5em;padding:0;}
}



/* result */
.result_lead{display:table;margin:0 auto 60px;text-align:left;}
.result_lead .ill,
.result_lead .txt{display:table-cell;vertical-align:middle;}
.result_lead .ill{margin:0;line-height:0;width:250px;}
.result_lead .txt{padding:0 0 0 70px;}
.result_lead .txt p{font-size:131%;line-height:2em;}
.result_lead .txt p:last-of-type{margin:0;}

.result_cont{padding:0 0 80px;}
.result_cont:last-of-type{padding:0;}

.result_cont .h{font-size:225%;border:solid #0094D5;border-width:0 0 3px;position:relative;font-weight:bold;padding:0 0 20px;margin:0 0 60px;}
.result_cont .h:before{content:" ";width:20px;height:20px;background:url("../images/dot_blue.png") no-repeat;background-size:20px;position:absolute;bottom:-10px;left:0;}
.result_cont .h:after{content:" ";width:20px;height:20px;background:url("../images/dot_blue.png") no-repeat;background-size:20px;position:absolute;bottom:-10px;right:0;}

.result_list{margin:0;}
.result_list li{width:460px;margin:0;line-height:0;}
.result_list li img{border:solid 1px #666;}
.result_list li span{display:block;margin-top:20px;}

.result_list li:only-of-type{margin:0 auto;}
.result_list li:first-child:nth-last-child(n+2),
.result_list li:first-child:nth-last-child(n+2) ~ li{float:left;}
.result_list li:first-child:nth-last-child(n+2) ~ li:nth-of-type(2n){float:right;}
.result_list li:first-child:nth-last-child(n+2) ~ li:nth-of-type(2n+1){clear:both;}
.result_list li:first-child:nth-last-child(n+2) ~ li:nth-of-type(n+3){margin-top:50px;}

@media screen and (max-width:1320px){
	.result_list li{width:48.5%;}
}
@media screen and (max-width:1080px){
	.result_lead .ill{width:30%;}	
	.result_lead .txt{padding:0 0 0 30px;}
}
@media screen and (max-width:900px){
	.result_cont{padding:0 0 50px;}
}
@media screen and (max-width:768px){
	.result_lead{margin:0 auto 30px;}
	.result_lead .txt p{font-size:100%;}
	
	.result_cont .h{font-size:171%;padding:0 0 15px;margin:0 0 30px;}
}
@media screen and (max-width:480px){
	.result_cont{padding:0 0 20px;}
	.result_list li{width:100%;}
	.result_list li:first-child:nth-last-child(n+2),
	.result_list li:first-child:nth-last-child(n+2) ~ li{float:none;margin:0 0 30px !important;}
	.result_list li:first-child:nth-last-child(n+2) ~ li:nth-of-type(2n){float:none;}
	.result_list li:first-child:nth-last-child(n+2) ~ li:nth-of-type(n+3){margin-top:0;}
}


/* contact */
.contact_cont{}
.contact_cont p{font-size:113%;line-height:2em;}

.require{color:#ff0000;}


.contact_tbl{width:800px;margin:0 auto;text-align:left;}
.contact_tbl dl{display:table;width:100%;font-size:113%;margin:0 0 30px;}
.contact_tbl dl dt,
.contact_tbl dl dd{display:table-cell;vertical-align:top;}
.contact_tbl dl dt{width:200px;padding:10px 0 0;}
.contact_tbl.confirm dl{margin:0 0 15px;padding:0 0 15px;border:solid #666;border-width:0 0 1px;}
.contact_tbl.confirm dl:last-of-type{border:none;}
.contact_tbl.confirm dl dt{padding:0;}

.contact_tbl p.zip{margin:0 0 20px;}

.contact_tbl input[type="text"],
.contact_tbl input[type="email"]{width:100%;height:50px;border:solid 1px #707070;padding:5px;box-sizing:border-box;font-size:100%;
font-family:'Noto Sans JP',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","verdana",sans-serif;}
.contact_tbl textarea{width:100%;height:280px;border:solid 1px #707070;padding:5px;box-sizing:border-box;font-size:100%;
font-family:'Noto Sans JP',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","verdana",sans-serif;}

.contact_tbl p.zip input[type="text"]{width:calc(7em + 10px);margin-left:15px;}




.form_btn_set{margin:0;text-align:center;}
.form_btn_set li{display:inline-block;margin:0 25px;}

input[type="submit"]{width:400px;height:80px;background:#ff9900;border:none;border-radius:10px;color:#fff;font-size:150%;box-sizing:border-box;cursor:pointer;
	-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;
	font-family:'Noto Sans JP',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","verdana",sans-serif;}

input[type="submit"]:hover{opacity:0.7;}


@media screen and (max-width:1320px){
	.contact_tbl{width:100%;}
	.contact_tbl dl dt{width:10em;}
	
	.form_btn_set li{display:block;margin:0 0 10px;}
	.form_btn_set li:last-of-type{margin:0;}
}
@media screen and (max-width:768px){
	.contact_tbl p{font-size:100%;}
	.contact_tbl dl{font-size:100%;margin:0 0 20px;}
	
	.contact_tbl dl dt,
	.contact_tbl dl dd{display:block;}
	.contact_tbl dl dt{width:100%;padding:0 0 5px;}
	.contact_tbl p.zip{margin:0 0 10px;}

	.contact_tbl input[type="text"],
	.contact_tbl input[type="email"]{height:40px;padding:5px;font-size:100%;}
	.contact_tbl textarea{height:150px;font-size:100%;}
	
	input[type="submit"]{width:300px;height:45px;font-size:129%;}
}
@media screen and (max-width:480px){
	input[type="submit"]{width:280px;height:40px;font-size:129%;}
}



/* 暫定用スタイル */

input[type="button"].back{width:400px;height:80px;background:#999;border:none;border-radius:10px;color:#fff;font-size:150%;box-sizing:border-box;cursor:pointer;
	-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;
	font-family:'Noto Sans JP',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","verdana",sans-serif;}

input[type="button"].back:hover{opacity:0.7;}

.error_messe{color:#ff0000;}


@media screen and (max-width:768px){
	input[type="button"].back{width:300px;height:45px;font-size:129%;}
}
@media screen and (max-width:480px){
	input[type="button"].back{width:280px;height:40px;font-size:129%;}
}




/*------------------------------------------------
   汎用
------------------------------------------------*/

.tx_l{text-align:left !important;}
.tx_c{text-align:center !important;}
.tx_r{text-align:right !important;}

.vm{vertical-align:middle !important;}
.vt{vertical-align:top !important;}
.vb{vertical-align:bottom !important;}

.tx_slarge{font-size:114% !important;}
.tx_large{font-size:128% !important;}
.tx_xlarge{font-size:150% !important;}
.tx_xxlarge{font-size:200% !important;}
.tx_small{font-size:85% !important;}
.tx_midium{font-size:100% !important;}
.tx_xsmall{font-size:71% !important;}

.f_bold{font-weight:bold !important;}
.f_normal{font-weight:normal !important;}

.txt_under{text-decoration:underline !important;}
.txt_strike{text-decoration:line-through !important;}

.inblock{display:inline-block !important;}
.ls_w{letter-spacing:0.2em;}
.ls_m{letter-spacing:0.1em;}

.relative{position:relative !important;}

.lh0{line-height:0em !important;}
.lh1{line-height:1em !important;}
.lh13{line-height:1.3em !important;}
.lh15{line-height:1.5em !important;}
.lh2{line-height:2em !important;}

ul.note{list-style:none !important;}
ul.note li{text-indent:-1em !important;padding-left:1em !important;}
ul.note li:before{content:"※";}

.note01{padding-left:1em !important;text-indent:-1em !important;}
.note02{padding-left:2em !important;text-indent:-2em !important;}
.note025{padding-left:2.5em !important;text-indent:-2.5em !important;}
.note03{padding-left:3em !important;text-indent:-3em !important;}
.note04{padding-left:4em !important;text-indent:-4em !important;}
.note05{padding-left:5em !important;text-indent:-5em !important;}
.note06{padding-left:6em !important;text-indent:-6em !important;}
.note07{padding-left:7em !important;text-indent:-7em !important;}
.note08{padding-left:8em !important;text-indent:-8em !important;}
.note09{padding-left:9em !important;text-indent:-9em !important;}
.note10{padding-left:10em !important;text-indent:-10em !important;}
.note11{padding-left:11em !important;text-indent:-11em !important;}
.note12{padding-left:12em !important;text-indent:-12em !important;}

.red{color:#ff0000 !important;}
.white{color:#ffffff !important;}
.black{color:#333333 !important;}

.w_full{width:100% !important;}
.wauto{width:auto !important;}

.w100{width:100px !important;}
.w200{width:200px !important;}
.w300{width:300px !important;}
.w400{width:400px !important;}
.w500{width:500px !important;}
.w600{width:600px !important;}

.w03em{width:3em !important;}
.w04em{width:4em !important;}
.w05em{width:5em !important;}
.w06em{width:6em !important;}
.w07em{width:7em !important;}
.w08em{width:8em !important;}
.w09em{width:9em !important;}
.w10em{width:10em !important;}
.w11em{width:11em !important;}
.w12em{width:12em !important;}
.w13em{width:13em !important;}
.w14em{width:14em !important;}
.w15em{width:15em !important;}
.w16em{width:16em !important;}
.w17em{width:17em !important;}
.w18em{width:18em !important;}
.w19em{width:19em !important;}
.w20em{width:20em !important;}
.w21em{width:21em !important;}
.w22em{width:22em !important;}
.w23em{width:23em !important;}
.w24em{width:24em !important;}
.w25em{width:25em !important;}
.w26em{width:26em !important;}
.w27em{width:27em !important;}
.w28em{width:28em !important;}
.w29em{width:29em !important;}
.w30em{width:30em !important;}

.bdr{border:solid 1px #dddddd !important;}
.bdr_none{border:none !important;}

.radius05{-webkit-border-radius:5px !important;-moz-border-radius:5px !important;border-radius:5px !important;}
.radius10{-webkit-border-radius:10px !important;-moz-border-radius:10px !important;border-radius:10px !important;}

.radius_top05{-webkit-border-top-left-radius:5px !important;-webkit-border-top-right-radius:5px !important;-webkit-border-bottom-left-radius:0px !important;-webkit-border-bottom-right-radius:0px !important;-moz-border-radius:5px 5px 0 0 !important;border-radius:5px 5px 0 0 !important;}
.radius_top10{-webkit-border-top-left-radius:10px !important;-webkit-border-top-right-radius:10px !important;-webkit-border-bottom-left-radius:0px !important;-webkit-border-bottom-right-radius:0px !important;-moz-border-radius:10px 10px 0 0 !important;border-radius:10px 10px 0 0 !important;}

.radius_bottom05{-webkit-border-top-left-radius:0px !important;-webkit-border-top-right-radius:0px !important;-webkit-border-bottom-left-radius:5px !important;-webkit-border-bottom-right-radius:5px !important;-moz-border-radius:0 0 5px 5px !important;border-radius:0 0 5px 5px !important;}
.radius_bottom10{-webkit-border-top-left-radius:0px !important;-webkit-border-top-right-radius:0px !important;-webkit-border-bottom-left-radius:10px !important;-webkit-border-bottom-right-radius:10px !important;-moz-border-radius:0 0 10px 10px !important;border-radius:0 0 10px 10px !important;}

.mauto{margin:auto !important;}

.mt0{margin-top:0px !important;}
.mt01{margin-top:1px !important;}
.mt05{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}

.mb0{margin-bottom:0px !important;}
.mb05{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
.mb90{margin-bottom:90px !important;}
.mb100{margin-bottom:100px !important;}

.ml0{margin-left:0px !important;}
.ml05{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}

.mr0{margin-right:0px !important;}
.mr01{margin-right:1px !important;}
.mr05{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}

.pt0{padding-top:0 !important;}
.pt05{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}

.pb0{padding-bottom:0 !important;}
.pb05{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb30{padding-bottom:30px !important;}
.pb40{padding-bottom:40px !important;}

.pl0{padding-left:0 !important;}
.pl05{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl30{padding-left:30px !important;}
.pl40{padding-left:40px !important;}

.pr0{padding-right:0 !important;}
.pr05{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr30{padding-right:30px !important;}
.pr40{padding-right:40px !important;}

.pad0{padding:0 !important;}
.pad05{padding:5px !important;}
.pad10{padding:10px !important;}
.pad15{padding:15px !important;}
.pad20{padding:20px !important;}
.pad30{padding:30px !important;}
.pad40{padding:40px !important;}

.plr05{padding-left:5px !important;padding-right:5px !important;}
.plr10{padding-left:10px !important;padding-right:10px !important;}
.plr15{padding-left:15px !important;padding-right:15px !important;}
.plr20{padding-left:20px !important;padding-right:20px !important;}
.plr30{padding-left:30px !important;padding-right:30px !important;}
.plr40{padding-left:40px !important;padding-right:40px !important;}

.fl{float:left !important;}
.fr{float:right !important;}

.visi{display:block !important;}
.hide{display:none !important;}


/* clearfix */
.cls{clear:both;}
/* For modern browsers */
.cf:before,
.cf:after{content:"";display:table;} 
.cf:after{clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf{zoom:1;}/* clearfixここまで */
/* 汎用ここまで */
