@charset "UTF-8";
/* 
	
CSS page.css */


/* 

キーカラー：main { color: #ef8200; }
キーカラー：sub { color: #e84709; }

*/






/*//////////////////


#index


//////////////////*/

/* common */
#index {  }
@media screen and (max-width: 767px) { 
}

/* #sec_1 */
#index #swrap_1 { background: #f7f7f7; text-align: center;}
#index #sec_1 { }
#index #sec_1 .copy { font-size: 48px; line-height: 1.5; margin-bottom: 20px; }
#index #sec_1 .txt1 { font-size: 18px; }
#index #sec_1 .listbox { display: flex; justify-content: center; height: 100px; max-width: 930px; width: 100%; margin: 0 auto; }
#index #sec_1 .listbox li { width: 50%; }
#index #sec_1 .listbox li:nth-child(1) { margin-right: -15px; }
#index #sec_1 .listbox li:nth-child(2) { margin-left: -15px; }
#index #sec_1 .listbox li>.inwrap { height: 100%; display: flex; align-items: center; justify-content: center; position: relative; text-decoration: none; overflow: hidden; box-sizing: border-box; }
#index #sec_1 .listbox li>.inwrap>.txt { z-index: 1; position: relative; color: #fff; }
#index #sec_1 .listbox li>.inwrap>.txt>._1 { font-size: 24px; }
#index #sec_1 .listbox li>.inwrap>.txt>._2 { font-size: 32px; }
#index #sec_1 .listbox li>.inwrap>.bg{ transform: rotate(-80deg) scale(4.2); background-color: #ef8200; position: relative; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
#index #sec_1 .listbox li:nth-child(2) .inwrap>.bg { background-color: #e84709; }
@media screen and (max-width: 1040px) {
	#index #sec_1 .copy { font-size: 38px; }
	#index #sec_1 .txt1 { font-size: 16px; }
	#index #sec_1 .listbox{ height: 70px; width: 640px; }
	#index #sec_1 .listbox>li:nth-child(1){ margin-right: -10px; }
	#index #sec_1 .listbox>li:nth-child(2){ margin-left: -10px; }
	#index #sec_1 .listbox>li>.inwrap>.txt>span{ line-height: 1.4; }
	#index #sec_1 .listbox>li>.inwrap>.txt>._1{ font-size: 1em; }
	#index #sec_1 .listbox>li>.inwrap>.txt>._2{ font-size: 24px; }
	#index #sec_1 .listbox>li>.inwrap>.bg{ transform: rotate(-80deg) scale(10.1); }
}
@media screen and (max-width: 767px) { 
	#index #sec_1 .txt1 { font-size: 1em; }
	#index #sec_1 .copy{ font-size: 24px; }
	#index #sec_1 .txt1{ font-size: 1em; margin-bottom: 10px; text-align: justify; }
	#index #sec_1 .listbox{ height: 70px; width: 550px; }
	#index #sec_1 .listbox>li:nth-child(1){ margin-right: -10px; }
	#index #sec_1 .listbox>li:nth-child(2){ margin-left: -10px; }
	#index #sec_1 .listbox>li>.inwrap>.txt>span{ line-height: 1.4; }
	#index #sec_1 .listbox>li>.inwrap>.txt>._1{ font-size: 1em; }
	#index #sec_1 .listbox>li>.inwrap>.txt>._2{ font-size: 18px; }
	#index #sec_1 .listbox>li>.inwrap>.bg{ transform: rotate(-80deg) scale(3.5); }
}
@media screen and (max-width: 639px) { 
	#index #sec_1 .listbox{ width: 320px; }
	#index #sec_1 .listbox>li>.inwrap>.txt>span{ display: block; text-align: center; }
	#index #sec_1 .listbox>li>.inwrap>.bg{ transform: rotate(-75deg) scale(1.85); }
}

/* sec_2 */
#index #sec_2 { }
#index #sec_2 .txt1 { text-align: center; margin-bottom: 40px; }
#index #sec_2 .inbox { display: flex; /* height: 623px; */ }
#index #sec_2 .inbox:nth-child(1) { color: #fff; }
#index #sec_2 .inbox .imgbox { z-index: 1; position: relative; width: 55%; background: url(../img/index/s2_img1.jpg); background-position: center center;background-size: cover; overflow: hidden; }
#index #sec_2 .inbox img { width: 100%; height: 100%; object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ }
#index #sec_2 .inbox .imgbox:before { content:""; position: absolute; bottom: 0; left: 0; width: 0; height: 0; border-style: solid; border-width: 800px 180px 0 0 ; border-color: #ef8200 transparent transparent transparent;}
#index #sec_2 .inbox .txtbox { position: relative; z-index: 2; width: 25%; padding: 130px 8% 130px 12%; background:#ef8200; }
#index #sec_2 .inbox .txtbox .title { font-size: 38px; line-height: 1.5; text-align: left; }
#index #sec_2 .inbox .txtbox .subtitle { font-size: 28px; margin-bottom: 20px; }
#index #sec_2 .inbox .txtbox .txt { margin-bottom: 30px; }

#index #sec_2 .inbox:nth-child(2),
#index #sec_2 .inbox:nth-child(3) { display: block; width: 50%; float: left; }
#index #sec_2 .inbox:nth-child(2) .txtbox,
#index #sec_2 .inbox:nth-child(3) .txtbox { display: block; width: 80%; padding: 80px 10% 40px; text-align: center; background: #f1f2f5; }
#index #sec_2 .inbox:nth-child(3) .txtbox { background: #f7f7f7; }
#index #sec_2 .inbox:nth-child(2) .txtbox .title,
#index #sec_2 .inbox:nth-child(3) .txtbox .title { text-align: center; }
#index #sec_2 .inbox:nth-child(2) .txtbox .txt,
#index #sec_2 .inbox:nth-child(3) .txtbox .txt { margin-bottom: 0px; }
#index #sec_2 .inbox:nth-child(2) .link,
#index #sec_2 .inbox:nth-child(3) .link { margin-top: -10px; text-align: center; }
@media screen and (max-width: 1280px) {
	#index #sec_2 .inbox .txtbox { width: 29%; background:#ef8200; padding: 100px 6% 100px 10%; }
	#index #sec_2 .inbox .txtbox .title { font-size: 32px; }
}
@media screen and (max-width: 1040px) {
	#index #sec_2 .txt1 { padding: 0 6%; margin-bottom: 20px; }
	#index #sec_2 .inbox { width: 100%!important; flex-direction: column-reverse; display: flex!important; position: relative; }
	#index #sec_2 .inbox .txtbox { width: 80%!important; padding: 60px 10% 170px!important; text-align: center!important; }
	#index #sec_2 .inbox .link { position: absolute; bottom: 50px; left: 0; width: 100%; text-align: center!important; z-index: 2; }
	#index #sec_2 .inbox .imgbox,
	#index #sec_2 .inbox .img { width: 100%!important; height: 300px!important; }
	#index #sec_2 .inbox .imgbox:before { display: none; }
	#index #sec_2 .inbox .img img { width: 100%; height: 100%; object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ }
	#index #sec_2 .inbox .txtbox .title { text-align: center!important; }
	#index #sec_2 .inbox .txtbox .txt { margin-bottom: 0px!important; }
}
@media screen and (max-width: 767px) {
	#index #sec_2 .inbox .link { bottom: 40px; }
	#index #sec_2 .inbox .imgbox,
	#index #sec_2 .inbox .img { height: 200px!important; }
	#index #sec_2 .inbox .txtbox { padding: 40px 6% 120px!important; width: 88%!important; }
	#index #sec_2 .inbox .txtbox .title { font-size: 24px; }
	#index #sec_2 .inbox .txtbox .subtitle { font-size: 18px; margin-bottom: 10px; }
	#index #sec_2 .inbox .imgbox:before { display: none; }
}
@media screen and (max-width: 479px) {
	#index #sec_2 .txt1,
	#index #sec_2 .inbox .txtbox .txt { text-align: justify; }
}


/* sec_3 */
#index #sec_3 { }
#index #sec_3 .txt1 { margin-bottom: 30px; text-align: center; }
@media screen and (max-width: 767px) { 
	#index #sec_3 .txt1{ margin-bottom: 20px; text-align: justify; }
}


/* sec_4 */
#index #sec_4 { }
@media screen and (max-width: 767px) { 
}


/* #index #sec_5 */
#index #sec_5 ul:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; overflow:hidden; line-height:0; font-size: 0; }
#index #sec_5 li { box-sizing: border-box; text-align: center; float: left; width: calc(50% - 10px); margin-right: 20px; position: relative; }
#index #sec_5 li>a { padding: 60px 8%; border: 1px solid #ef8200; text-decoration: none; color: #ef8200; display: block; }
#index #sec_5 li>a .subtitle{ font-size: 28px; }
#index #sec_5 li>a .title { font-size: 36px; line-height: 1.8; }
#index #sec_5 li>a .copy { font-size: 24px; margin-bottom: 10px; line-height: 1.8; }
#index #sec_5 li>a svg { width: 34px; height: 10px; position: absolute; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; right: 30px; transition: 0.3s; stroke: #ef8200; }
#index #sec_5 li>a:hover svg { stroke: #fff; }
#index #sec_5 li:last-child { margin-right: 0; }
#index #sec_5 li:first-child { color: #fff; width: 100%; margin-bottom: 20px; }
#index #sec_5 li:first-child>a { color: #fff; background: #ef8200!important; }
#index #sec_5 li:first-child>a svg { stroke: #fff; }
#index #sec_5 li:first-child>a .subtitle{ margin-bottom: 20px; }
#index #sec_5 li>a:hover { color: #fff; background: #ef8200;}
#index #sec_5 li:first-child>a:hover { color: #ef8200; background: #fff!important;}
#index #sec_5 li:first-child>a:hover svg { stroke: #ef8200; }
@media screen and (max-width: 1280px) { 
	#index #sec_5 li>a .title { font-size: 32px; }
}
@media screen and (max-width: 1040px) { 
	#index #sec_5 li { width: 100%!important; margin-bottom: 20px; }
	#index #sec_5 li>a .title { font-size: 32px; }
}
@media screen and (max-width: 767px) { 
	#index #sec_5 li { margin-bottom: 0px!important; border-bottom: 1px solid #ef8200; }
	#index #sec_5 li>a { padding: 40px 8%; border: none; background: #f7f7f7;  }
	#index #sec_5 li>a .subtitle{ font-size: 18px; margin-bottom: 10px; }
	#index #sec_5 li>a .copy { font-size: 18px; margin-bottom: 10px; }
	#index #sec_5 li:first-child>a .subtitle{ margin-bottom: 10px; }
	#index #sec_5 li>a .title { font-size: 20px; }
	#index #sec_5 li>a svg { position: static; display: block; width: 26px; height: 8px; margin: 0 auto; }
	#index #sec_5 li>a svg { margin-top: 15px; }
	#index #sec_5 li:first-child>a .txt { text-align: justify; }
}














/*//////////////////


#company


//////////////////*/

/* #mainv */
#company #mainv { background-image: url(../img/company/mv_bg.jpg); }
@media screen and (max-width: 767px) { 
}

/* #sec_1 */
#company #sec_1 {  }
#company #sec_1 .copy { font-size: 48px; text-align: center; }
#company #sec_1 .txtbig2 { text-align: center; margin-bottom: 40px; }
#company #sec_1 .subtitle { margin-bottom: 10px; text-align: center; }
@media screen and (max-width: 1040px) { 
	#company #sec_1 .copy { font-size: 32px; }
}
@media screen and (max-width: 767px) { 
	#company #sec_1 .copy { font-size: 24px; }
	#company #sec_1 .txtbig2 { margin-bottom: 30px; }
	#company #sec_1 .subtitle { text-align: left; }
}


/* #sec_2 */
#company #sec_2 { }
#company #sec_2 .name { text-align: right; margin-top: 20px; }
#company #sec_2 .name .handwritten { width: 200px; margin-top: -10px; margin-left: 10px; }
@media screen and (max-width: 1040px) { 
}
@media screen and (max-width: 767px) { 
	#company #sec_2 .name .handwritten { width: 140px; }
}
@media screen and (max-width: 500px) { 
	#company #sec_2 .name .handwritten { margin-top: 0px; display: inline-block; }
}


/* #sec_3 */
#company #sec_3 { }
#company #sec_3 li { padding: 30px 0; border-bottom: 1px solid #ccc; }
#company #sec_3 li:first-child { border-top: 1px solid #ccc; }
#company #sec_3 li dl { display: flex; justify-content: space-between; align-items: flex-start; }
#company #sec_3 li dt { width: 120px; }
#company #sec_3 li dd { width: calc(100% - 140px); }
#company #sec_3 .map iframe { height: 400px; width: 100%; margin-top: 20px; }
@media screen and (max-width: 1040px) { 
}
@media screen and (max-width: 767px) { 
	#company #sec_3 li { padding: 20px 0; }
	#company #sec_3 li dl { display: block; }
	#company #sec_3 li dt { width: 100%; font-weight: bold; }
	#company #sec_3 li dd { width: 100%; }
}


/* #sec_4 */
#company #sec_4 { }
#company #sec_4 li { background: #f7f7f7; padding: 40px 80px; margin-bottom: 10px; }
#company #sec_4 li:last-child { margin-bottom: 0px; }
#company #sec_4 li dl { display: flex; justify-content: space-between; align-items: center; }
#company #sec_4 li dt { width: 120px; }
#company #sec_4 li dd { width: calc(100% - 140px); }
@media screen and (max-width: 1040px) { 
}
@media screen and (max-width: 767px) { 
	#company #sec_4 li { padding: 6%; }
	#company #sec_4 li dl { display: block; }
	#company #sec_4 li dt { width: 100%; font-weight: bold; }
	#company #sec_4 li dd { width: 100%; }
}














/*//////////////////


#service


//////////////////*/

/* common */
#service {  }
@media screen and (max-width: 767px) { 
}

/* #mainv */
#service #mainv { background-image: url(../img/service/mv_bg.jpg); }


/* #sec_1 */
#service #sec_1 .copytxt { margin-bottom: 30px; }
#service #sec_1 .txt { text-align: center; }
@media screen and (max-width: 767px) {
	#service #sec_1 .copytxt { margin-bottom: 20px; }
	#service #sec_1 .txt { text-align: left; }
}


/* #sec_2 */
#service #sec_2 {  }
#service #sec_2 .intitle { font-size: 42px; color:#ef8200; margin-bottom: 30px; }
#service #sec_2 .intitle span { font-size: 24px; color:#ef8200; margin-left: 20px; }
#service #sec_2 .insec { margin-bottom: 80px; position: relative; }
#service #sec_2 .insec:last-child { margin-bottom: 0; }
#service #sec_2 ul.inlist1 { display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; margin-top: 20px; font-size: 1.3rem; }
#service #sec_2 ul.inlist1 li { margin-right: 20px; }
/*#service #sec_2 ul.inlist1 li:first-child { margin-right: 0px; }*/
#service #sec_2 .inbox { display: flex; justify-content: space-between; align-items: center; }
#service #sec_2 .inbox .imgbox { width: 520px; }
#service #sec_2 .inbox .txtbox { width: calc(100% - 590px); }
#service #sec_2 .insec:nth-of-type(3) .inbox { flex-direction: row-reverse; }
#service #sec_2 .insec .bg { background: #f7f7f7; position: absolute; bottom: -30px; height: 100%; width: 52%; left: 0; z-index: -1; }
#service #sec_2 .insec:nth-of-type(3) .bg { left: auto; right: 0; }
@media screen and (max-width: 1180px) { 
	#service #sec_2 .intitle { font-size: 36px; }
	#service #sec_2 .inbox .imgbox { width: 48%; }
	#service #sec_2 .inbox .txtbox { width: calc(100% - 52%); }
	#service #sec_2 .insec .bg { width: 56%; }
}
@media screen and (max-width: 1040px) { 
	#service #sec_2 .inbox { display: block; }
	#service #sec_2 .inbox .imgbox,
	#service #sec_2 .inbox .txtbox { width: 100%; }
	#service #sec_2 .inbox .imgbox { padding-bottom: 30px; }
	#service #sec_2 .inbox .imgbox img { max-width: 600px; margin: 0 auto; display: block; }
}
@media screen and (max-width: 767px) { 
	#service #sec_2 .intitle { font-size: 24px; margin-bottom: 20px; }
	#service #sec_2 .intitle span { font-size: 20px; margin-left: 10px; }
	#service #sec_2 .insec { margin-bottom: 60px; }
	#service #sec_2 ul.inlist1 { margin-top: 10px; }
	#service #sec_2 .insec .bg { display: none; }
}

/* #sec_3 */
#service #sec_3 { color: #fff; }
#service #sec_3 .copytxt { text-align: center; margin-bottom: 20px; }
#service #sec_3 ul.txtbig2 { display: flex; justify-content: center; align-items: center; margin-top: 20px; }
#service #sec_3 ul.txtbig2 li { font-weight: bold; }
#service #sec_3 ul.txtbig2 li { margin-right: 10px; font-size: 1.5rem; }
#service #sec_3 ul.txtbig2 li:last-child { margin-left: 0px; }

@media screen and (max-width: 1040px) {
	#service #sec_3 ul.txtbig2 { display: flex; justify-content: center; align-items: center; margin-top: 20px; flex-direction: column; }
}

@media screen and (max-width: 767px) {
	#service #sec_3 .copytxt { margin-bottom: 20px; }
	#service #sec_3 ul.txtbig2 { display: block; text-align: left; }
	#service #sec_3 ul.txtbig2 li { display: inline-block; font-size: 1.2rem!important; }
}














/*//////////////////


#works


//////////////////*/

/* common */
#works {  }
@media screen and (max-width: 767px) { 
}

/* #mainv */
#works #mainv { background-image: url(../img/works/mv_bg.jpg); }


/* #sec_1 */
#works #innav ul { text-align: center; }
#works #innav li { display: inline-block; font-size: 20px;  }
#works #innav li a { font-weight: bold; text-decoration: none; }
#works #innav li.current a { text-decoration: underline; color: #ef8200; }
#works #innav li:after { content:' / '; }
#works #innav li:last-child:after { display: none; }
@media screen and (max-width: 767px) { 
	#works #innav li { font-size: 15px;  }
}


/* #sec_1 */
#works #sec_1 .infobox { margin-top: 20px; position: relative; }
#works #sec_1 .infobox>dl { display: block; margin-bottom: 40px; text-align: center; }
#works #sec_1 .infobox>dl>dd { width: 100% }
#works #sec_1 .infobox>dl>dd .title { font-size: 20px; font-weight: bold; }
#works #sec_1 .infobox>dl>dt { font-size: 14px; background: #ef8200; text-align: justify; width: auto;  color: #fff; padding: 10px; line-height: 1; margin-top: 15px; display: inline-block; }
#works #sec_1 .infobox>.imgboxstyle1 { flex-wrap: wrap; }
#works #sec_1 .infobox>.imgboxstyle1 .item { flex: inherit; width: 33.3%; }
@media screen and (max-width: 767px) { 
	#works #sec_1 .infobox>.imgboxstyle1 { display: flex; }
	#works #sec_1 .infobox>.imgboxstyle1 .item { width: 50%; }
	#works #sec_1 .infobox>dl>dd{ font-size: 14px; text-align: left; }
	#works #sec_1 .infobox>dl>dt{ font-size: 13px;}
}
@media screen and (max-width: 479px) { 
	#works #sec_1 .infobox>.imgboxstyle1 .item { width: 100%; }
}














/*//////////////////


#recruit


//////////////////*/

/* common */
#recruit {  }
@media screen and (max-width: 767px) { 
}

/* #mainv */
#recruit #mainv { background-image: url(../img/recruit/mv_bg.jpg); }


/* #sec_1 */
#recruit #sec_1 .copytxt { margin-bottom: 30px; }
#recruit #sec_1 .txt { text-align: center; }
@media screen and (max-width: 767px) {
	#recruit #sec_1 .copytxt { margin-bottom: 20px; }
	#recruit #sec_1 .txt { text-align: left; }
}


/* #sec_2 */
#recruit #sec_2 .list{ border: 1px solid #191919; }
#recruit #sec_2 .list>li{ display: flex; flex-direction: row; }
#recruit #sec_2 .list>li:not(:last-child){ border-bottom: 1px solid #191919; }
#recruit #sec_2 .list>li .intitle { width: 200px; background: #e84709; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 24px; line-height: 1.6; color: #fff; vertical-align: middle; flex-shrink: 0; }
#recruit #sec_2 .list>li .txtbox { padding: 40px 60px; width: 100%; box-sizing: border-box; }
#recruit #sec_2 .subtitle { margin-bottom: 10px; }
#recruit #sec_2 .list>li:nth-child(2) .intitle { background: #ef8200; }
@media screen and (max-width: 1040px) {
	#recruit #sec_2 .intitle { width: 160px; font-size: 20px; }
}
@media screen and (max-width: 767px) {
	#recruit #sec_2 .list>li { display: block; }
	#recruit #sec_2 .list>li .intitle { width: 100%; display: block; font-size: 18px; padding: 10px 0; }
	#recruit #sec_2 .list>li .txtbox { padding: 6%; }
	#recruit #sec_2 .copytxt { margin-bottom: 20px; }
	#recruit #sec_2 .txt { text-align: left; }

}


/* #sec_3 */
#recruit #sec_3 ul.inlist1 li { padding: 30px 0;  border-bottom: 1px solid #ccc; }
#recruit #sec_3 ul.inlist1 li dl { display: flex; justify-content: space-between;  }
#recruit #sec_3 ul.inlist1 li dl:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; overflow:hidden; line-height:0; font-size: 0; }
#recruit #sec_3 ul.inlist1 li dl dt { width: 220px; }
#recruit #sec_3 ul.inlist1 li dl dd { width: calc(100% - 240px); margin-left: 20px; }
#recruit #sec_3 ul.inlist1 li:first-child { border-top: 1px solid #ccc; }
@media screen and (max-width: 767px) { 
	#recruit #sec_3 ul.inlist1 li { padding: 20px 0; }
	#recruit #sec_3 ul.inlist1 li dl { display: block; }
	#recruit #sec_3 ul.inlist1 li dl dt {  border-bottom: none; width: 100%; font-weight: bold; }
	#recruit #sec_3 ul.inlist1 li dl dd { width: 100%; margin-left: 0; }
}














/*//////////////////


#news


//////////////////*/

/* common */
#news {  }
@media screen and (max-width: 767px) { 
}

/* #mainv */
#news #mainv { background-image: url(../img/news/mv_bg.jpg); }


/* #sec_1 */
@media screen and (max-width: 767px) { 
}














/*//////////////////


#notfound


//////////////////*/

/* common */
#notfound {  }
@media screen and (max-width: 767px) { 
}

/* #mainv */
#notfound #mainv { background-image: url(../img/news/mv_bg.jpg); }


/* #sec_1 */
@media screen and (max-width: 767px) { 
}
















/*//////////////////


#contact


//////////////////*/

/* common */
form .formbox>ul { }
form .formbox>ul>li { margin-bottom: 20px; }
form .formbox>ul>li:last-child { margin-bottom: 0 }
form .formbox>ul>li>dl { display: flex; justify-content: space-between; }
form .formbox>ul>li>dl>dt { width: 180px; padding-top: 25px }
form .formbox>ul>li>dl>dt { padding-top: 25px; }
form .formbox.check>ul>li>dl>dt { padding-top: 0; }
form .formbox>ul>li>dl>dd { width: calc(100% - 200px); }
form .formbox>ul>li>dl>dd>ul.tategroup>li { margin-bottom: 10px }
form .formbox>ul>li>dl>dd>ul.tategroup>li:last-child { margin-bottom: 0; }
form .formbox>ul>li>dl>dd>ul.yoko>li{ margin-left: 20px; display: inline-block; }
form .formbox>ul>li>dl>dd>ul.yoko{ margin-left: -20px }
form .policy { padding: 40px; background: #f7f7f7; height: 200px; overflow: scroll; margin-bottom: 60px; }
@media screen and (max-width: 767px) { 
	form .formbox>ul>li>dl{ flex-direction: column }
	form .formbox>ul>li>dl>dt{ width: 100%; padding-right: 0; padding-top: 0; margin-bottom: 10px }
	form .formbox>ul>li>dl>dd{ width: 100%; }
	form .policy { padding: 8%; }
}
@media screen and (max-width: 639px) { 
	form .formbox>ul>li>dl>dd>ul.yoko>li{ display: block; }
}

/* radiocheck */
form .formbox>ul>li.radiocheck { padding: 35px 0; }
form .formbox>ul>li.radiocheck>dl { padding-bottom: 45px; }
form .formbox>ul>li.radiocheck>dl:last-child { padding-bottom: 0px; }
form .formbox>ul>li.radiocheck>dl>dt { padding-top: 0; }
form .formbox>ul>li.radiocheck>dl>dd>ul>li { display: inline-block; margin-right: 15px; }
@media screen and (max-width: 767px) { 
	form .formbox>ul>li.radiocheck { padding: 20px 0; }
	form .formbox>ul>li.radiocheck>dl { padding-bottom: 30px; }
	form .formbox>ul>li.radiocheck>dl>dd>ul>li { display: inline-block; margin-right: 15px; }
}

/* #sec_intro */
#contact #sec_intro .box { margin-top: 40px; text-align: center; }
#contact #sec_intro .tel { font-size: 38px; line-height: 1.5; }
@media screen and (max-width: 767px) { 
	#contact #sec_intro .box { margin-top: 30px; }
	#contact #sec_intro .tel { font-size: 28px; }
	#contact #sec_intro .txt_thanks { font-size: 15px; }
}

/* #mainv */
#contact #mainv { background-image: url(../img/contact/mv_bg.jpg); }

/* #sec_1 */
#contact #sec_1 .copytxt { margin-bottom: 30px; }
#contact #sec_1 .subtitle { margin-bottom: 10px; text-align: center; }
#contact #sec_1 p.telbox { display: flex; justify-content: center; align-items: center; margin-bottom: 10px; font-size: 25px; color: #ef8200; }
#contact #sec_1 p.telbox a { text-decoration: none; color: #ef8200; display: flex; justify-content: center; align-items: center; }
#contact #sec_1 .slash { padding: 0 10px; }
#contact #sec_1 .txt_thanks { font-size: 18px; text-align: center; }
@media screen and (max-width: 767px) {
	#contact #sec_1 p.telbox { display: block; line-height: 1.6; text-align: center; }
	#contact #sec_1 p.telbox a span { display: block; }
	#contact #sec_1 p.telbox span.barlowcondensed { font-size: 18px; }
	#contact #sec_1 .slash { display: none; }
	#contact #sec_1 .txt_thanks { font-size: 15px; }
}








