@charset "utf-8";


p{
	font-size: 15px;
	line-height: 2;
	color: #333;
}


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



h2{
	width:100%;
	margin: 0 auto 45px auto;
	padding: 21px 0 21px 0;
	font-size:24px;
	text-align: center;
	background: #556e41;
	border-radius: 15px;
	color: #fff;
}

h2 span{
	display: block;
	margin: 0 auto 0px auto;
	font-size:13px;
}

.contents{
	width:95%;
	margin: 0 auto 90px auto;
	min-height: 450px;
}

.thanks-wrapper{
	width:75%;
	min-height: 450px;
	margin: 0 auto 90px auto;
	text-align: left;
}

.thanks-wrapper p{
	font-size: 14px;
	line-height: 2.5;
}

.inquiry-form{
	width: 320px;
	margin: 24px auto 30px auto;
	padding: 0 0 0 0;
	border-top:1px solid #aaa;
	display: block;

}

.inquiry-form tr{
	width: 100%;

}

.inquiry-form th.inquiry-left{
	display: block;
	width: 300px;
	margin: 0 0 0 0;
	padding: 18px 0 18px 15px;
	border-bottom:1px dotted #aaa;
	font-size: 14px;
	font-weight: 500;
	text-align: left;

}

.inquiry-left span{
	display: inline-block;
	margin: 0 0 0 9px;
	color:red;
	font-size: 0.9em;
	font-weight: 400;
}

.inquiry-form td.inquiry-right{
	display: block;
	width: 300px;
	margin: 0 0 0 0;
	padding: 18px 15px 24px 15px;
	border-bottom:1px solid #aaa;
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
}
.inquiry-right span{
	display: inline-block;
	margin: 0 9px 0 0;
}

.inquiry-right p{
	font-size: 0.85em;
	margin: 0 0 0 0;
}



.text100 {
	display: block;
	width:100%;
	font-size:14px;
	padding: 6px 0 6px 0;
}

.text-zip {
	display: inline-block;
	font-size:16px;
	padding: 6px 0 6px 0;
}

#note{
	width:100%;
	height: 220px;
	font-size:14px;
	padding: 6px 0 6px 0;
}




.radio_area ul{
    list-style-type:none;
    padding: 0;
}
 
 
.radio_area ul li{
    border:solid 1px #EEE;
    margin: 0 0 12px 0;
    border-radius: 4px;
    background-color: #fff;
}
 

 
/* 回り込み解除 */
.radio_area ul li:after{
    content:"";
    display: block;
    clear: both;
    height: 0;
    visibility:hidden;
}
 
.radio_area ul li input{
    float:left;
    opacity: 0;
}
 
/* 選択時のラベルの色 */
.radio_area ul li input[type="radio"]:checked + label {
    background-color: #ffe1e1;
}
 
 
.radio_area ul li label{
    display:block;
    width:100%;
    padding:10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
 
.radio_area ul li label:hover{
    cursor:pointer;
}



#form-btn{
	width:100%;
	margin: 30px auto 20px auto;
	padding: 0px 0 0 0 ;
	text-align: center;
}

#form-btn input{
	width:200px;
	height: 60px;
	font-size:15px;
	background: #556e41;
	color: #fff;
	border: 0px solid #fff;
	padding:10px 30px 10px 30px;
	font-weight: bold;
}




.inquiry-innerbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.innerbox-left{
	width: 100%;
	font-size: 13px;
	margin: 0 0 9px 0;
	color:#666;
}
.innerbox-right{
	width: 100%;
	margin: 0px 0 15px 0;
}	
	





input[type=checkbox] {
    display: none;
}
.checkbox02 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox02::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox02::after {
    border-right: 6px solid #00cccc;
    border-bottom: 3px solid #00cccc;
    content: '';
    display: block;
    height: 20px;
    left: 7px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 9px;
}
input[type=checkbox]:checked + .checkbox02::before {
    border-color: #666;
}
input[type=checkbox]:checked + .checkbox02::after {
    opacity: 1;
}
	
	




}/*//end  max-width: 480px ///////////////////////*/







@media only screen and (min-width: 481px) {


h2{
	width:800px;
	margin: 0 auto 45px auto;
	padding: 21px 0 21px 0;
	font-size:30px;
	text-align: center;
	background: #556e41;
	border-radius: 15px;
	color: #fff;
}

h2 span{
	display: block;
	margin: 0 auto 0px auto;
	font-size:15px;
}


.contents{
	width:800px;
	margin: 30px auto 90px auto;
}


.thanks-wrapper{
	width:550px;
	min-height: 400px;
	margin: 60px auto 90px auto;
	text-align: left;
}

.thanks-wrapper p{
	font-size: 14px;
	line-height: 2.5;
}


.inquiry-form{
	width: 800px;
	margin: 30px auto 0 auto;
	padding: 0 0 0 0;
	border-top:1px solid #ddd;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-collapse: collapse;
}

.inquiry-form tr{
	border-bottom:0px solid #aaa;
	}
.inquiry-form th{
	width: 300px;
	font-weight: 400;
	margin: 0 0 0 0;
	padding: 18px 0 18px 18px;
	border-bottom:1px solid #ddd;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	color: #333333;
}

.inquiry-left span{
	display: inline-block;
	margin: 0 0 0 9px;
	font-size: 0.9em;
	font-weight: 400;
	color:red;
}

.inquiry-form td{
	width: 500px;
	margin:0 0 0 0;
	padding: 24px 24px 24px 24px;
	border-bottom:1px solid #aaa;
	font-size: 16px;
	line-height: 1.8;
	border-bottom:1px solid #ddd;
	text-align: left;
	font-size: 16px;
	color:#333333;
}
.inquiry-right span{
	display: inline-block;
	margin: 0 9px 0 0;
}

.inquiry-right p{
	font-size: 0.9em;
	margin: 0 0 0 0;
}



.text100 {
	display: block;
	width:100%;
	font-size:16px;
	padding: 6px 0 6px 0;
}

.text-zip {
	display: inline-block;
	font-size:16px;
	padding: 6px 0 6px 0;
}

#note{
	width:100%;
	height: 220px;
	font-size:16px;
	padding: 6px 0 6px 0;
}




.radio_area ul{
    list-style-type:none;
    padding: 0;
}
 
 
.radio_area ul li{
    margin: 0 0 9px 0;
    font-size: 16px;
}



#form-btn{
	width:100%;
	margin: 30px auto 20px auto;
	padding: 0px 0 0 0 ;
	text-align: center;
}

#form-btn input{
	width:300px;
	height: 50px;
	font-size:15px;
	background: #556e41;
	color: #fff;
	border: 0px solid #fff;
	padding:9px 30px 10px 30px;
	font-weight: bold;
}
#form-btn input:hover{
	opacity: 0.7;
	cursor: pointer;
}




.inquiry-innerbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.innerbox-left{
	width: 20%;
	font-size: 16px;
	margin: 0 0 12px 0;
}
.innerbox-right{
	width: 80%;
	margin: 0 0 12px 0;
}






input[type=checkbox] {
    display: none;
}
.checkbox02 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox02::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox02::after {
    border-right: 6px solid #00cccc;
    border-bottom: 3px solid #00cccc;
    content: '';
    display: block;
    height: 20px;
    left: 7px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 9px;
}
input[type=checkbox]:checked + .checkbox02::before {
    border-color: #666;
}
input[type=checkbox]:checked + .checkbox02::after {
    opacity: 1;
}
	
	



}/*//end  min-width: 481px ///////////////////////*/











