
input[type="text"],
input[type="email"],
textarea {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: 0.5px solid #d1d9e6;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}





input[type="email"],
input[type="text"],
textarea {
	vertical-align: middle;
	outline: none;
    background-color: #F7F6F6;
	box-shadow: inset 1px 1px 4px #cbcaca,
				inset -2px -2px 6px #ffffff;
   border: 2px solid #1d7a40;
   border-bottom-right-radius: 30px;
   border-top-right-radius: 30px;
   margin-bottom: 1rem;
   box-shadow: 5px 3px 12px #c6c5c5, 0px 0px 0px #ffffff;
   
}


.contact-select-label{
	vertical-align: middle;
	outline: none;
    background-color: #F7F6F6;
    border: 0.0625rem solid #fafbfe!important;
    border-color: #d1d9e6!important;
    border-radius: 10px;
	box-shadow: inset 1px 1px 4px #cbcaca,
				inset -2px -2px 6px #ffffff;
				width: 100% !important;
				padding:15px;
				font-size:1.6rem;
				color: #858585;
}


input[type="text"],
input[type="email"] {
	width: 100% !important;
	padding:2.4rem 1rem;
	font-size:1.6rem;
	color: #333333;
}

textarea {
	width: 100% !important;
	height: 250px !important;
	padding:10px;
	font-size:16px;
	color: #333333;
}

.btms {
padding: 15px 40px;
font-size: 16px;
}

input#submit_button {
	display: inline-block;
	text-decoration: none;
	color: #007391;
	border: solid 2px #007391;
	border-radius: 3px;
    transition: .4s;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	font-size: 20px;
	background-color: #FFFFFF;
}

input#submit_button:hover {
    background: #007391;
    color: white;
}

button {
	color: #333333;
	}

button:hover {
	color: #676767;
	}


.original_btn {
    font-size: 16px;
	border: 1px solid #000;
	padding: 10px;
	cursor: pointer;
	color: #000;
	background: #fff;
	display: inline-block;
	width: 30% !important;
	margin-top: 10px;
}

.icon {
    font-size: 16px;
    padding: 10px;
	background-color: #F7F9F4;
    color: #000;
    display: inline-block;
	width: 65% !important;
	margin-top: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #D6D6D6;
}

.icon.select {
    background: #ff5050;
    color: #fff;
	display: none;
}

.filename {
    display: inline-block;
    font-size: 16px;
    padding: 10px;
	width: 65% !important;
	background-color: #F7F9F4;
	border-width: 1px;
	border-style: solid;
	border-color: #D6D6D6;
}


@media screen and (max-width:1025px) {
	
input[type="text"],
input[type="email"] {
	max-width: 800px !important;
	width: 100% !important;
	font-size:14px;
}
	
input.short1 {
	width: 100px !important;
	padding:10px;
	font-size:14px;
}
	
textarea {
	max-width: 800px !important;
	width: 100% !important;
	height: 250px !important;
	padding:10px;
	font-size:14px;
	height: 250px;
}	
}




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


input[type="text"],
input[type="email"] {
	max-width: 800px !important;
    width: 100% !important;
    padding: 20px 20px;
    font-size: 14px;
    margin-bottom: 1rem;
    background-color: none;
    box-shadow: none;
    border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
}



	
input.short1 {
	width: 80px !important;
	padding:5px;
	font-size:14px;
}
	
textarea {
	width: 100% !important;
	padding:5px;
	font-size:14px;
	height: 250px;
	border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
	border-top-right-radius: 0px;
}
	

	

.icon {
    font-size: 16px;
    padding: 10px;
	background-color: #F7F9F4;
    color: #000;
    display: inline-block;
	width: 100% !important;
	margin-top: 10px;
}

.icon.select {
    background: #ff5050;
    color: #fff;
}


}










.radio01 {
  text-align: left;
}
.radio01 input[type="radio"] {
  display: none;
}
.radio01 input[type="radio"] + span {
    display: inline-block;
	cursor: pointer;
	width: 250px;
	height: 50px;
	line-height: 50px;
	background: #bdc3c7;
	color: #555e64;
	font-size: 16px;
	text-align: center;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	transition: .2s;
	border-radius: 5px;
}

.radio01 input[type="radio"]:checked + span {
	color: #fff;
	background: #57d5df;
	font-weight: bold;
}




@media screen and (max-width:1025px) {
	
.radio01 input[type="radio"] + span {
	display: block;
	width: 250px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
	
}
















.label_list {
  margin: auto;
  line-height: 1.3;
}
.label_list::after {
  display: block;
  content: '';
  clear: both;
}
.label_list_item {
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.label_list_item label {
  position: relative;
  display: block;
  word-break: break-all;
	line-height: 170%;
}
.label_list_item label input[type="checkbox"] + span,
.label_list_item label input[type="radio"] + span {
  position: relative;
  padding: 0 30px 0 35px;
}






.red {
	color: #FF0000;
}

.w100 {
	width: 100%;
}

.t-c {
	text-align: center;
}


.form_table01 table {
	border-spacing: 0;
	width: 100%; 
	line-height: 1.3;
	margin-top: 50px;
}

.form_table01 table th {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	width: 20%;
	border-bottom-color: #E1E1E1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: left;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif, "ヒラギノ角ゴ Pro W3"; 
	font-size: 1.4rem;
	line-height: 140%;
	font-weight: 400;
}
.form_table01 table td {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	border-bottom-color: #E1E1E1;
	border-bottom-width: 1px; 
	border-bottom-style: solid;
	text-align: left;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif, "ヒラギノ角ゴ Pro W3"; 
	font-size: 1.4rem;
	line-height: 140%;
	font-weight: 400;
}




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

.contact-select-label{
		padding:10px;
		font-size: 1.4rem;
	}
	

.form_table01 table {
	width: 100%;
	border-spacing: 0;
	margin-top: 30px;
}

.form_table01 table th {
	background: rgb(240, 240, 240); 
	padding: 8px;
	width: 100%;
	display: block;
	font-size: 14px;
	border-bottom-width: 0; 
	border-bottom-style: none;
}
.form_table01 table td {
	background: rgb(255, 255, 255); 
	padding: 8px;
	width: 100%;
	display: block;
	font-size: 14px; 
	border-bottom-width: 0; 
	border-bottom-style: none;
}
.form_table01 table td .list2 dt {
	float: none;
	width: 100%;
	display: block;
}
.form_table01 table td .list2 dd {
	padding-left: 0em;
	width: 100%;
	display: block;
}
}






.contact02{
	width: 70%;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
}
.contact03{
	width: 80%;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
}
.contact03 a{
color: #005bac;
font-size: 1.4rem;

}
.contact03 a:hover{
opacity: 0.6;
	
	}

.contact03 label {
	width: 42%;
	cursor       : pointer;
	overflow     : hidden;
	position     : relative;
	padding-left : 30px;
	box-sizing   : border-box;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 1.4rem;

}


.contact04{
	width: 30%;
	margin: 20px auto 50px auto;
	text-align: center;
}

.inner02{
	width: 70%;
	margin: 0 auto;
	text-align: left;
}
.inner02 p{
font-size: 1.6rem;
}

.require{
	color:#F00;
}


form{
margin-bottom: 30px;
}
.file_upload__lineup{
	margin-bottom: 20px;
}

.file_upload__item-theme{
	font-size: 1.8rem;
	font-weight: 500;

}
.formWrap{
	width: 70%;
	margin: 0 auto;
}

.sec-page-subtit{
	text-align: center;
	
}
.sec-page-subtit p{
font-size: 2rem;
color: #f8be41;
	
}
.sec-page-subtit h1{
	font-size: 3rem;
	font-weight: 600;
	color: #rgb(28,28,28);
	padding-bottom:2rem;
}



@media screen and (max-width:1025px) {
.inner02{
	width: 70%;
	margin: 0 auto;
	text-align: left;
}
.inner02 p{
	font-size: 1.4rem;
	}
.contact02{
width: 70%;
margin: 0 auto;
margin-top: 20px;
text-align: left;
}
.contact02 p{
width: 100%;
font-size: 1.4rem;
}
.contact03{
text-align: left;


}

.contact03 label{
	width: 100%;
}
}


@media screen and (max-width:560px) {
	.sec-page-subtit p{
		font-size: 2rem;
			
		}
	.sec-page-subtit h1{
		font-size: 2.6rem;
		padding-bottom:0rem;
	
	}
	
	.contact04{
		width: 100%;
	}
	
.inner02{
		width: 100%;
		margin: 0 auto;
	}
.contact02{
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	text-align: left;
}
.contact02 p{
	width: 100%;
font-size: 1.4rem;
}
.contact03{
	width: 100%;
	text-align: left;
}

.contact03 label {
	width: 100%;

}
}


.formTable{
	margin: 0 auto;
}



/* 業種選択ボタン */
/* プライバシーポリシー同意ボタン */
/* ここから */


label.ct-adjuster,
label.checkbox_text {
	cursor       : pointer;
	position     : relative;
	padding-left : 30px;
	margin-right : 25px;
	overflow     : hidden;
	position     : relative;
	padding-left : 30px;
	display      : block;
	box-sizing   : border-box;
	display: inline-block;
	margin-bottom: 10px;
}
label.ct-adjuster::before,
label.checkbox_text::before {
	content  : '';
	position : absolute;
	width    : 30px;
	height   : 30px;
	left     : 0px;
	top      : 0;
	border   : 0px solid #B3B3B3;
	z-index  : 3;
}
label.ct-adjuster::after,
label.checkbox_text::after {
	content           : '';
	position          : absolute;
	top               : 40%;
	left              : 6px;
	display           : block;
	margin-top        : -8px;
	width             : 9px;
	height            : 16px;
	border-right      : 3px solid #D65;
	border-bottom     : 3px solid #D65;
	transform         : rotate(45deg);
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	z-index           : 1;
}
label.ct-adjuster input[type="checkbox"],
label.checkbox_text input[type="checkbox"]
 {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	left       : -40px;
	width      : 20px;
	height     : 20px;
	display    : block;
	box-shadow : 41px 0px #FFF;
	z-index    : 2;
	margin     : 0px;
	padding    : 0px;
}
label.ct-adjuster input[type="checkbox"]:checked,
label.checkbox_text input[type="checkbox"]:checked {
	box-shadow : none;
}
label.ct-adjuster input[type="checkbox"]:checked:focus,
label.checkbox_text input[type="checkbox"]:checked:focus {
	box-shadow : 40px 0px #666;
	opacity    : 0.1;
}
label.ct-adjuster input[type="checkbox"]:focus,
label.checkbox_text input[type="checkbox"]:focus {
	box-shadow : 41px 0px #fff;
}



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

label.ct-adjuster,
label.checkbox_text {
	margin-right : 100px;
	margin-top: 5px;

}
label.checkbox_text::after {
	top               : 20%;

}}


/* ここまで */

/*submitボタン */
.submit_btn {
	width: 100%;
	height: 60px;
    font-size: 1.4rem;
	font-weight: 500;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif, "ヒラギノ角ゴ Pro W3"; 
    display: inline-block;
    color: #31344B;
    text-decoration: none;
    font-size: 2rem;
    text-align: center;
	background-color: #F7F6F6;
    border-radius: 20px;
    border: 0.0625rem solid #fafbfe!important;
    border-color: #1d7a40!important;
    box-shadow: 3px 3px 10px #c6c5c5, -9px -9px 10px #ffffff;
    margin-bottom: 15px;
	margin: 0 auto;
    padding: 15px 0 20px 0;
  position: relative;
 z-index: 1;
display: block;
cursor: pointer;
}



.submit_btn:hover,
.submit_btn:active {
	border-radius: 20px;
	background: #1d7a40;
	border-style: none;
	z-index: 5;
	color: #fff;


}











    
        

.contact-table01 {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding: 1rem 0 0 0;
	margin-top: 0;

}


.page-subtit{
text-align: left;
    color: #31344B;
    width: 70%;
    margin: 0 auto;
}
.page-subtit p{
    font-size: 1.4rem;
    font-weight: 400;
    color: #31344B;
}
.page-subtit span{
    font-size: 2.0rem;
    font-weight: 600;
    color: #31344B;
}

.contact-table01 table {
    width: 100%;
}
.contact-table01 table tr {

}

	
.contact-table01 table th{
position: relative;
background-color:  #1d7a40;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
color: #fff;
padding: 2.3rem 0 2.4rem 2rem;
width: 100%;
display: block;
margin-bottom: 1rem;
box-shadow: 5px 5px 12px #c6c5c5, -5px -5px 10px #ffffff;

}
.contact-table01 th.th-adjuster{
	padding:11.3rem 0 11.4rem 2rem;
	}

.contact-table01 table td {
	position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
width:65%;
}


.contact-table01 table th,td {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: left;

}

.contact-table01 table th {
    white-space: nowrap;
}
#contact .contact-table01 table th span{
    color: #f10212;
    font-weight: 500;
    font-size: 1.8rem;
	background-color: #fff;
	padding: 0px 4px 1px 4px;
	border-radius: 10px;
}
.contact-table01 span{
    font-size:1.4rem;
}


.file_upload{
    margin: 20px 0;
}
.file_upload__theme{
    font-size: 1.6rem;
    font-weight: 600;
}

.file_upload__description{
font-size: 1.6rem;
}


#contact{
	position: relative;



}
#contact .ts-back01{
	background-image: url(../img/sec_bg05.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 70% 50%;
	padding-top: 180px!important;
}
#contact::before{
	content: "";
    display: block;
    width: 100%;
    height: 1rem;
    background-color: #1d7a40;
    z-index: 3;
    position: fixed;

}
#contact .top-header__logo {
	display: inline;
	width: 250px;
	height: auto;
	margin: 2rem 0 0 15rem;
	padding-top: 5px;
}






@media screen and (max-width:1025px) {
	#contact .top-header__logo {
		display: inline;
		width: 200px;
		margin: 2rem 0 0 6rem;
		padding-top: 5px;
	}
	#contact .ts-back01{
		background-image: url(../img/sec_bg05_tb.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: 70% 100%;
		padding-top: 200px!important;
	}
	#contact .inner-opacity{
		background-color: rgba(255, 255, 255,0.6);
	}

    #contact .sec-page-subtit{
        width: 100%;
        margin: 0 auto;
    }
    #contact .sec-page-subtit h3{
   font-size: 2rem;
    }
    #contact .frame-3-wrapper{
        width: 80%;
    }
    #contact .frame-3 h2 span{
        left: 15px;
        padding: 0 15px;
        top: -10px;
    font-size: 1.8rem;
    }

    #contact .frame-3 li{
    font-size: 1.6rem;
    }
    #contact table.frame-3 li{
        margin: 20px auto 10px 5px;

    }
	.contact-table01 table th{
		padding: 2rem 0 2.5rem 1rem;
		margin-bottom: 1rem;
		}
		.contact-table01 table td {
			width: 60%;}

}


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


#contact .ts-back01{
	background-image: url(../img/sec_bg05_tb.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 70% 50%;
	padding-top: 150px!important;
}
}


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


	#contact .top-header__logo {
		display: inline;
		width: 150px;
		margin: 0rem 0 0 2rem;
		padding-top: 5px;
	}
	#contact .ts-back01{
		background-image: url(../img/sec_bg05.png);
		background-repeat: repeat-y;
		background-size: contain;
		background-position: 0% 0%;
		padding-top: 100px!important;
	}


#contact .sec-page-subtit {
    width: 100%;
    margin: 0 auto;}

    #contact .frame-3-wrapper {
        width: 100%;
        margin: 70px auto 0 auto;
    }

#contact .frame-3 h2 span {
        top: -5px;
        font-size: 1.6rem;

}
#contact .frame-3 h2 span {
    left: 15px;
}

#contact table.frame-3 li {
    margin: 20px 0 10px 0px;
    padding-left: 0px;}

    #contact .frame-3 li {
        font-size: 1.4rem;
    }

	.contact-table01 {
		width: 100%;
		padding: 0;
	
	}
	.contact-table01 table tr {
		box-shadow: none;
		border-radius: 30px;
		padding: 1rem;
	
	}
	.contact-table01 table th, td{
		display:inline ;
	}
	.contact-table01 table th{
		position: relative;
		background-color:  #1d7a40;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 0px;
		border-top-right-radius: 20px;
		color: #fff;
		padding: 1rem 0 1rem 2rem;
		width: 100%;
		display: inline-block;
		margin-bottom: 0rem;
		
		}
		.contact-table01 table td {
			position: relative;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
		width:100%;
		}
		.contact-table01 th.th-adjuster{
			padding:1.5rem 0 1.5rem 2rem;
			}

}
    
@media screen and (max-width:320px) {
#contact table.frame-3 tr td {
    padding: 5px 10px 5px 25px;
}
#contact .frame-3 li a {
    padding: 0 2px;

}}



