@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/
/*初期アニメーション*/
#opening {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
 background-color: #FFFFFF;
  z-index:1000;
}
 
#opening .op_img{
  position: absolute;
top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 1100;
	width: 50%;
	max-width: 300px;
}
#opening .op_img img{
	width: 100%;
}
#opening .op_img svg{
	width: 100%;
}
/***************************************************
 * Generated by SVG Artista on 10/13/2025, 2:19:54 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-stroke-1{0%{stroke-dashoffset:1978.825439453125px;stroke-dasharray:1978.825439453125px}100%{stroke-dashoffset:0;stroke-dasharray:1978.825439453125px}}@keyframes animate-svg-stroke-1{0%{stroke-dashoffset:1978.825439453125px;stroke-dasharray:1978.825439453125px}100%{stroke-dashoffset:0;stroke-dasharray:1978.825439453125px}}@-webkit-keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-1{-webkit-animation:animate-svg-stroke-1 1s cubic-bezier(0.47,0,0.745,0.715) 0s both,animate-svg-fill-1 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.8s both;animation:animate-svg-stroke-1 1s cubic-bezier(0.47,0,0.745,0.715) 0s both,animate-svg-fill-1 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.8s both}@-webkit-keyframes animate-svg-stroke-2{0%{stroke-dashoffset:2339.294921875px;stroke-dasharray:2339.294921875px}100%{stroke-dashoffset:0;stroke-dasharray:2339.294921875px}}@keyframes animate-svg-stroke-2{0%{stroke-dashoffset:2339.294921875px;stroke-dasharray:2339.294921875px}100%{stroke-dashoffset:0;stroke-dasharray:2339.294921875px}}@-webkit-keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-2{-webkit-animation:animate-svg-stroke-2 1s cubic-bezier(0.47,0,0.745,0.715) 0.12s both,animate-svg-fill-2 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.9s both;animation:animate-svg-stroke-2 1s cubic-bezier(0.47,0,0.745,0.715) 0.12s both,animate-svg-fill-2 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.9s both}@-webkit-keyframes animate-svg-stroke-3{0%{stroke-dashoffset:1759.9613037109375px;stroke-dasharray:1759.9613037109375px}100%{stroke-dashoffset:0;stroke-dasharray:1759.9613037109375px}}@keyframes animate-svg-stroke-3{0%{stroke-dashoffset:1759.9613037109375px;stroke-dasharray:1759.9613037109375px}100%{stroke-dashoffset:0;stroke-dasharray:1759.9613037109375px}}@-webkit-keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(0,0,0)}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-3{-webkit-animation:animate-svg-stroke-3 1s cubic-bezier(0.47,0,0.745,0.715) 0.24s both,animate-svg-fill-3 0.7s cubic-bezier(0.47,0,0.745,0.715) 1s both;animation:animate-svg-stroke-3 1s cubic-bezier(0.47,0,0.745,0.715) 0.24s both,animate-svg-fill-3 0.7s cubic-bezier(0.47,0,0.745,0.715) 1s both}


@media screen and (max-width: 768px) {
#opening .op_img{
	width: 60%;
}
}
/*メインビジュアル*/

#mv_wrap{
	background-image: url("../images/index/main_img.jpg");
	background-position: center;
	background-size: cover;
	width: 95%;
	height: calc( 95vh - 120px );
	position: relative;	
	border-radius: 50px;
	margin: 0 auto;
}
#mv_wrap h2{
	width: 90%;
	max-width: 900px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px){	
	#mv_wrap{
	height: calc( 100vh - 70px );
}
}
@media screen and (max-width: 768px){	
#mv_wrap{
	background-image: url("../images/index/main_img_sp.jpg");
	width: 90%;
	height: calc( 80vh - 90px );
	position: relative;	
	border-radius: 50px;
}
}
@media screen and (max-width: 550px){
}
/*===================================================
	about
===================================================*/
#about{
	position: relative;
}
#about dl{
	margin-bottom: 120px;
	position: relative;
}
#about dl dt{
width: 70%;
margin: 0 0 0 auto;
}
#about dl dt img{
	border-radius: 50px 0 0 50px;	
}
#about dl dd{
	width: 50%;
	background-color: #313131;
	color: #FFFFFF;
	border-radius: 0 50px 50px 0;
	padding: 80px 0 50px 0;
	position: absolute;
	top: 100px;
	left: 0;
}
#about dl dd .inner{
	width: 75%;
	max-width: 550px;
	margin: 0 auto;
}
#about dl dd h2{
font-family: "Russo One", sans-serif;
color: #0D955A;
font-size: 12rem;
text-transform: uppercase;
position: absolute;
top: -80px;
left: 0;
}
#about dl dd p{
	font-weight: 400;
	line-height: 2;
	margin-bottom: 20px;
}
#about dl dd p:last-of-type{
	margin-bottom: 0;
}
@media screen and (max-width:1430px) {
#about dl dd h2{
font-size: 8rem;
top: -40px;
}
#about dl dd{
	width: 60%;
	border-radius: 0 50px 50px 0;
	padding: 60px 0 40px 0;
	position: absolute;
	top: 50px;
	left: 0;
}
#about dl dd .inner{
	width: 85%;
	max-width: 600px;
}
#about dl dd p{
	font-size: 2.0rem;
}
}
@media screen and (max-width: 1200px){
#about dl{
margin-bottom: 0;
}
#about dl dt{
width: 70%;
margin: 0 0 0 auto;
}
#about dl dd{
	width: 90%;
	background-color: #313131;
	color: #FFFFFF;
	border-radius: 0 50px 50px 0;
	padding: 80px 0 50px 0;
	position: relative;
	top: auto;
	left: auto;
	margin-top: -100px;
}
}
@media screen and (max-width: 768px){
	#about dl dt{
width: 80%;
margin: 0 0 0 auto;
}
#about dl dd{
	margin-top: -50px;
	width: 90%;
}
#about dl dd .inner{
	width: 85%;
}
	#about dl dd h2{
font-size: 8rem;
top: -40px;
}
#about dl dd p{
	font-size: 1.6rem;
}
}
@media screen and (max-width: 550px){
	#about dl dt{
width: 90%;
margin: 0 0 0 auto;
}
#about dl dd{
	margin-top: -20px;
	width: 95%;
	padding: 40px 0 40px 0;
}
#about dl dd .inner{
	width: 85%;
}
	#about dl dd h2{
font-size: 5rem;
top: -20px;
}
#about dl dd p{
	font-size: 1.6rem;
}
}
/*===================================================
	service
===================================================*/
.service_ttl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.service_ttl h2{
	width: 60%;
font-family: "Russo One", sans-serif;
color: #0D955A;
font-size: 12rem;
text-transform: uppercase;
overflow-wrap: anywhere; /* 収まらない場合に折り返す */
z-index: 1;
position: relative;
}
.service_ttl p{
	width: 38%;
	text-align: right;
	padding-right: 50px;
}
#service ul{
	display: flex;
	justify-content: space-between;
}
#service ul li{
	width: calc( 100% / 3 );
}
#service ul li a{
	display: flex;
	align-items: center;
	text-align: center;
	padding: 1em;
	position: relative;
	height: 300px;
	color: #FFFFFF;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#service ul li a::after{
		content: "";
	width: 100%;
	height: 100%;
	text-decoration : none ; 
  outline : 1px solid #FFFFFF; 
  outline-offset : -10px; 
	position: absolute;
	left: 0;
	top: 0;
}
#service ul li a::before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.281);
	position: absolute;
	left: 0;
	transition: 0.3s;
}
#service ul li a:hover:before{
	background-color: rgb(13, 149, 90);
}
#service ul li a span{
	margin: 0 auto;
	z-index: 1;
	font-weight: 500;
	font-size: 3.2rem;
}
#service ul li:first-child a{
	background-image: url("../images/index/service_img01.jpg");
}
#service ul li:nth-child(2) a{
	background-image: url("../images/index/service_img02.jpg");
}
#service ul li:last-child a{
	background-image: url("../images/index/service_img03.jpg");
}
@media screen and (max-width:1430px) {
.service_ttl h2{
font-size: 8rem;
}
.service_ttl p{
	padding-right: 20px;
}
#service ul li a span{
	font-size: 2.6rem;
}
}
@media screen and (max-width: 991px) {
	#service ul{
	flex-direction: column;
}
#service ul li{
	width: 100%;
}
#service ul li a{
	height: 300px;
}
}
@media screen and (max-width: 768px) {
.service_ttl{
flex-direction: column;
}
.service_ttl h2{
	width: 100%;
}
.service_ttl p{
	display: none;
}
#service ul{
	margin-bottom: 40px;
}
#service ul li a{
	height: 200px;
}
#service ul li a span{
	font-size: 2.4rem;
}
}
@media screen and (max-width: 550px) {
	.service_ttl h2{
font-size: 4rem;
}
}
/*===================================================
	Sustainability
===================================================*/
#sustainability h2{
font-family: "Russo One", sans-serif;
color: #0D955A;
font-size: 12rem;
text-transform: uppercase;
overflow-wrap: anywhere; /* 収まらない場合に折り返す */
z-index: 1;
position: relative;
margin-bottom: -0.5em;
}
#sustainability dl{
	margin-bottom: 120px;
	position: relative;
}
#sustainability dl dt{
width: 70%;
margin: 0 auto 0 0;
}
#sustainability dl dt img{
	border-radius: 0 50px 50px 0;	
}
#sustainability dl dd{
	width: 50%;
	background-color: #313131;
	color: #FFFFFF;
	border-radius: 50px 0 0 50px;
	padding:50px 0;
	position: absolute;
	top: 100px;
	right: 0;
}
#sustainability dl dd .inner{
	width: 75%;
	max-width: 550px;
	margin: 0 auto;
}
#sustainability dl dd p{
	font-weight: 400;
	line-height: 2;
	margin-bottom: 20px;
}
#sustainability dl dd p:last-of-type{
	margin-bottom: 0;
}
@media screen and (max-width:1430px) {
#sustainability h2{
font-size: 8rem;
}
#sustainability dl dd{
	width: 60%;
	padding: 40px 0 40px 0;
}
#sustainability dl dd .inner{
	width: 85%;
	max-width: 600px;
}
#sustainability dl dd p{
	font-size: 2.0rem;
}
}
@media screen and (max-width: 1200px){
	#sustainability dl{
	margin-bottom: 0;
}
#sustainability dl dt{
width: 70%;
}
#sustainability dl dd{
	width: 90%;
	background-color: #313131;
	color: #FFFFFF;
	margin: 0 0 0 auto;
	padding: 50px 0 50px 0;
	position: relative;
	top: auto;
	left: auto;
	margin-top: -100px;
}
}
@media screen and (max-width: 768px){
#sustainability h2{
font-size: 8rem;
}
#sustainability  dl dt{
width: 80%;
}
#sustainability dl dd{
	margin-top: -50px;
	width: 90%;
}
#sustainability dl dd .inner{
	width: 85%;
}
#sustainability dl dd p{
	font-size: 1.6rem;
}
}
@media screen and (max-width: 550px){
#sustainability h2{
font-size: 4rem;
}
#sustainability dl dt{
width: 90%;
}
#sustainability dl dd{
	margin-top: -20px;
	width: 95%;
	padding: 40px 0 40px 0;
}
#sustainability dl dd .inner{
	width: 85%;
}
#sustainability dl dd p{
	font-size: 1.6rem;
}
}
/*-------------------------------------*/
/*	ページ共通	*/
/*-------------------------------------*/
.ttl{
	margin-bottom: 40px;
	font-size:  4.0rem;
	font-weight: 700;
}
.ttl span{
font-family: "Russo One", sans-serif;
color: #0D955A;
font-size: 2rem;
text-transform: uppercase;
overflow-wrap: anywhere; /* 収まらない場合に折り返す */
	margin-top: 10px;
	display: block;
}
.base_list li{
	margin-bottom: 30px;
}
.base_list li:last-child{
	margin-bottom: 0;
}
a .img_wrap {
overflow: hidden;
width: 100%;
}
a:hover .img_wrap img{
	transform: scale(1.1);
transition-duration: 0.5s;
	opacity: 1;
}
.single{
	padding: 150px 0 50px 0
}
@media screen and (max-width: 768px){
.ttl{
	font-size:  2.4rem;
}
.submenu{
	display: none;
}	
.acd_ttl.item__link::before,.acd_ttl.item__link.on::before{
content: "";
	width: 20px;
	height: 20px;
	left: 10px;
	background-size: 100%;
}	
.single{
	padding: 100px 0 40px 0
}
}
@media screen and (max-width: 768px){

}
@media screen and (max-width: 550px){

}
/*-------------------------------------*/
/*	下層サブイメージ*/
/*-------------------------------------*/
#sub_img{
	width: 95%;
	height: 350px;
	background-size: cover;
	display: flex;
	align-items: center;
	position: relative;
	margin: 0 auto;
	border-radius: 50px;
}
#sub_img h2{
	color: #FFFFFF;
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	position: absolute;
	left: 5%;
	bottom: -15%;
	line-height: 1;
}
#sub_img h2 span{
font-family: "Russo One", sans-serif;
color: #0D955A;
font-size: 12rem;
text-transform: uppercase;
overflow-wrap: anywhere; /* 収まらない場合に折り返す */
	display: block;
}
#sub_img.subimg_contact{background-image: url("../images/page/subimg_contact.jpg");}
#sub_img.subimg_service{background-image: url("../images/page/subimg_service.jpg");}
#sub_img.subimg_company{background-image: url("../images/page/subimg_company.jpg");}

@media screen and (max-width: 991px){

}
@media screen and (max-width: 768px){
#sub_img{
	width: 95%;
	height: 150px;
	border-radius: 20px;
}
#sub_img h2{
	font-size: 2.0rem;
}
#sub_img h2 span{
	font-size: 4rem;
}	
}
@media screen and (max-width: 550px){
	
}
/*-------------------------------------*/
/*	ABOUT US */
/*-------------------------------------*/


/*-------------------------------------*/
/*	会社情報	*/
/*-------------------------------------*/
.gaiyo{
	width: 100%;
	margin-bottom: 40px;
	border-top:1px solid #b3b3b3;
    }
.gaiyo,.gaiyo td,.gaiyo th {
    border-collapse: collapse;
    }
.gaiyo tr:nth-last-of-type(even) {
background-color: #F5F3F2;
    }
.gaiyo td,.gaiyo th {
padding: 1em;
border-bottom:1px solid #b3b3b3;
    }	
.gaiyo th {
	width: 25%;
	text-align: center;
    }
.gaiyo td {

    }

		.gaiyo.history th {
	font-weight: 600;
    }
#company .caption{
	color: #4977BC;
	margin-bottom: 40px;
	text-align: center;
}
#company .caption p{
	font-family: "Shippori Mincho B1", serif;
	font-size: 3.2rem;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.gaiyo th {
	width: 30%;
	padding: 1em 0;
    }
		.gaiyo td {
padding: 1em 0.5em;
    }
		#company .caption p{
	font-size: 2rem;
}
}
/*-------------------------------------*/
/*	採用情報	*/
/*-------------------------------------*/
#recruit .caption{
	margin-bottom: 40px;
	text-align: center;
}
#recruit .caption h2{
	font-family: "Shippori Mincho B1", serif;
	margin-bottom: 20px;
	font-weight: 500;
	color: #1F1E63;
	font-size: 5.0rem;
}
#recruit .caption p{
	font-family: "Shippori Mincho B1", serif;
	color: #4977BC;
	font-size: 3.2rem;
}
@media screen and (max-width: 768px){
#recruit .caption h2{
	font-size: 2.4rem;
}
#recruit .caption p{
	font-size: 1.8rem;
}
}
/*-------------------------------------*/
/*	施工事例 */
/*-------------------------------------*/
.works_wrap{
	background-image: url(../images/index/bg_works.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
	color: #FFFFFF;
	text-align: center;
}
.works_wrap h2{
	margin-bottom: 20px;
	font-size: 5.0rem;
	line-height: 1.5;
	font-family: "Shippori Mincho B1", serif;
}
.works_info{
	display: flex;
	margin-bottom: 20px;
	justify-content: space-between;
}
.works_info li{
	width: 48%;
}
.works_info li span{
	display: inline-block;
	padding: 0.5em;
	border: 1px solid #1F1E63;
	line-height: 1;
	margin-right: 10px;
	color: #1F1E63;
}
.works_info li:first-child{
	margin-bottom: 10px;
}
.works_box{
	border: 1px solid #1F1E63;
	padding: 40px;
	margin-bottom: 60px;
	font-size: 1.8rem;
}
.works_box:last-of-type{
	margin-bottom: 0;
}
.works_box dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:start;
}
.works_box dl dt{
	width: 30%;
	text-align: center;
	padding: 0.5em;
	background-color: #EAF6FD;
	margin-bottom: 10px;
	color:  #1F1E63;
}
.works_box dl dd{
width: 68%;
padding: 0.5em 0;
margin-bottom: 10px;
}
@media screen and (max-width: 768px){
	.works_wrap h2{
	font-size: 2.4rem;
}
.works_info{
	flex-direction: column;
}
.works_info li{
	width: 100%;
}
.works_box{
	font-size: 1.6rem;
}
}
@media screen and (max-width: 550px){
.works_wrap{
	background-image: url(../images/index/bg_works_sp.jpg);
}
.works_box{
	padding: 20px;
	margin-bottom: 40px;
}
.works_box dl dt{
font-size: 1.4rem;
}
.works_box dl dd{
font-size: 1.4rem;
}
}
/*-------------------------------------*/
/*	フォーム	*/
/*-------------------------------------*/
.form_area h4{
	margin-top: 40px!important;
	position: relative;
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.5;
}
.submit_btn_wrap{
	position:relative;
	width:200px;
	margin:0 auto;
}
ul.submit2_btn_wrap{
	position:relative;
	width:50%;
	margin:0 auto;
	text-align: center;
}
ul.submit2_btn_wrap li{
	display: inline-block;
	width:200px;
	margin-left: 5px;
}
.submit_btn{
	width: 100%;
	padding: 0.7em 1.5em;
	display:inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-align:center;
	border: 3px solid #0D955A;
 background: #0D955A;
	color: #fff;
	border-radius: 10px;
}
.submit_btn:hover{
	 background: #fff;
	text-decoration:none;
	color: #0D955A;
}
.back_btn{
	width: 100%;
	padding: 0.7em 1.5em;
	display:inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-align:center;
	border: 3px solid #AAAAAA;
 background: #AAAAAA;
	color: #fff;
	border-radius: 10px;
}

.back_btn:hover{
	color:#AAAAAA;
	background:#FFFFFF;
	text-decoration:none;
}
/*-------------------------------------*/
/*	フォーム関連	*/
input::-webkit-input-placeholder{
	color: #989898;
}
input:-ms-input-placeholder{
	color: #989898;
}
input::-ms-input-placeholder{
	color: #989898;
}
input::placeholder{
	color: #989898;
}

.must{
	padding:0.5em 1em;
	display:inline-block;
	color:#FFFFFF;
	font-size:1.2rem;
	font-weight: 400;
	border-radius: 3px;
	background-color: #E56262;
	margin-right: 10px;
	line-height: 1;
}
.nini{
	padding:0.5em 1em;
	display:inline-block;
	color:#FFFFFF;
	font-size:1.2rem;
	font-weight: 400;
	border-radius: 3px;
	background-color: #63A6DB;
	margin-right: 10px;
	line-height: 1;
}

.privacy_box {
	margin-bottom: 20px;
	background:#F4F3F6;
	border-radius: 10px;
}

.privacy_inner {
    width: auto;
    height: 200px;
    overflow-y: scroll;
    padding: 22px;
	font-size: 100%;
}
.privacy_inner p{
    font-size: 75%!important;
}
.consent_check_wrap{
	padding: 20px;
	margin-bottom: 40px;
	text-align: center;
	border: 2px solid #0D955A;
	border-radius: 10px;
}
.consent_check_wrap p a{
	text-decoration: underline;
}
.form_area :focus {
  outline: solid 2px #3e4f69;
}

.form_area input[type="text"],
.form_area input[type="email"],
.form_area input[type="tel"],
.form_area textarea, .form_area radio, .form_area select {
	border: 1px solid #707070;
	font-family: inherit;
	font-size:100%;
	padding: 0.7em;
	margin:0;
	background-color: #FBFBFB;
	border-radius: 10px;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	max-width:100%;
}
.form_area input[type="text"],
.form_area input[type="email"],
.form_area input[type="tel"],
.form_area textarea, .form_area radio, .form_area select {
	margin-bottom: 0;
}

.form_area input[type="text"].text_fomr_01,.form_area input[type="email"].text_fomr_01,.form_area input[type="tel"].text_fomr_01 { width:70%; }
.form_area input[type="text"].text_fomr_02,.form_area input[type="email"].text_fomr_02,.form_area input[type="tel"].text_fomr_02{ width:50%; }
.form_area input[type="text"].text_fomr_03,.form_area input[type="email"].text_fomr_03,.form_area input[type="tel"].text_fomr_03{ width:40%; margin:0 }
.form_area input[type="text"].text_fomr_04,.form_area input[type="email"].text_fomr_04,.form_area input[type="tel"].text_fomr_04{ width:100%;}
.form_area textarea.form_txtarea_01{ width:100%;}

.form_area input[type="checkbox"] {
    height: 15px;
    width: 15px;
   margin: 5px;
    vertical-align: middle;
}
.form_area input[type="radio"] {
    vertical-align: middle;
	margin: 0 3px 0 0;
}
.form_area label {
	margin-right: 20px;
	font-weight: normal!important;
	font-size:100%;
	font-weight: 500;
	 padding: 5px;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0.5em!important;
}
@media screen and (max-width: 768px){
	.form_area h4{
	font-size: 1.8rem;
}
	.tel_list{
	display: block;
}
.tel_list div{
margin-right: 0;	
}
	.privacy_inner {
    padding: 10px;
}
		.privacy_inner p{
    font-size: 75%!important;
}
	.submit_btn_wrap{
		width:80%;
		margin: 0 auto;
	}
	.submit_btn{
		width:100%;
	}
	ul.submit2_btn_wrap li{
		margin-bottom: 20px;
	}
	input[type="text"].text_fomr_01,input[type="email"].text_fomr_01,input[type="tel"].text_fomr_01{ width:100%!important; }
	input[type="text"].text_fomr_02,input[type="email"].text_fomr_02,input[type="tel"].text_fomr_02{ width:100%!important; }
		input[type="text"].text_fomr_03,input[type="email"].text_fomr_03,input[type="tel"].text_fomr_03{ width:100%!important; }
	ul.input_list li{
		margin-bottom: 20px;
	}
	ul.input_list li:last-child{
		margin-bottom: 0;
	}
	label {
	font-size: 1.6rem;
}
	}