@charset "UTF-8";



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


/*======================================

	h2
	
========================================*/



h3{
	font-weight: 400;
	font-size:20px;
	line-height: 22px;
	padding:4px 0 6px 12px;
	border-left:6px solid #eda618;
	margin: 30px 0 25px 0;
}




/*======================================

	inquiry_form 
	
========================================*/


table.entry-table{
	width: 100%;
	border-top:1px solid #999;
	margin: 30px 0 30px 0;
	border-collapse: collapse;
}

table.entry-table tr{
	width: 100%;
	border-bottom:1px solid #999;
}

table.entry-table th{
	display: block;
	width: 100%;
	padding: 18px 18px 18px 18px;
	background: #dddddd;
	font-size:14px;
	font-weight: normal;
}
table.entry-table td{
	display: block;
	width: 100%;
	padding: 18px 18px 18px 18px;
	background: #eeeeed;
	font-size:14px;
	font-weight: normal;
}

input{
	padding: 6px;
	font-size: 14px;
}

label.label-name{
	display: block;
	width: 30px;
}
label.label-zip{
	display: block;
	width: 100%;
	font-size:14px;
}
label.label-add{
	display: block;
	width: 100%;
	font-size:14px;
	margin-top: 9px;
}
input.input-name{
	display: block;
	width: 100%;
	margin-right: 12px;
}
input.input-zip{
	display: block;
	width: 100%;
}
input.input-add{
	display: block;
	width: 100%;
}
input.input-tel{
	display: block;
	width: 100%;
}
input.input-email{
	display: block;
	width: 100%;
}





.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;
}



select{
	padding: 6px;
	font-size: 16px;
}


input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
 
 input[type="checkbox"]  {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

/* チェックボックスデザイン */
input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
  }
  input[type="checkbox"]::before,
  input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
  }
  input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #666464;
    width: 20px;/*チェックボックスの横幅*/
    height: 20px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
  }
  input[type="checkbox"]::after {
    border-bottom: 3px solid #666464;/*チェックの太さ*/
    border-left: 3px solid #666464;/*チェックの太さ*/
    opacity: 0;/*チェック前は非表示*/
    height: 6px;/*チェックの高さ*/
    width: 11px;/*チェックの横幅*/
    transform: rotate(-45deg);
    top: -7px;/*チェック時の位置調整*/
    left: 10px;/*チェック時の位置調整*/
  }
  input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
  }


.form-line{
	margin: 18px 0 18px 0;
}


.notice{
	display: block;
	font-size: 13px;
	margin-top: 6px;
}



#form-btn{
	width:100%;
	text-align: center;
}
#form-btn input{
	width:100%;
	font-size:13px;
	background: #eda618;
	color: #fff;
	border: 1px solid #fff;
	padding:10px 30px 10px 30px;
	font-weight: bold;
	margin: 0 auto 0 auto;
}
#form-btn input:hover{
	color:#fff;
	cursor: pointer;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


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











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


/*======================================

	h2
	
========================================*/



h3{
	font-weight: 400;
	font-size:20px;
	line-height: 22px;
	padding:4px 0 6px 12px;
	border-left:6px solid #eda618;
	margin: 40px 0 25px 0;
}

h4{
	font-weight: 400;
	font-size:18px;
	line-height: 22px;
	padding:4px 0 10px 12px;
	border-bottom:1px solid #eda618;
	margin: 20px 0 12px 0;
	}



/*======================================

	inquiry_form 
	
========================================*/

table.entry-table{
	width: 100%;
	border-top:1px solid #999;
	margin: 30px 0 30px 0;
	border-collapse: collapse;
}

table.entry-table tr{
	width: 100%;
	border-bottom:1px solid #999;
}

table.entry-table th{
	width: 25%;
	padding: 18px 18px 18px 18px;
	background: #dddddd;
	font-size:14px;
	font-weight: normal;
}
table.entry-table td{
	width: 75%;
	padding: 18px 18px 18px 18px;
	background: #eeeeed;
	font-size:14px;
	font-weight: normal;
}

input{
	padding: 6px;
	font-size: 14px;
}

label.label-name{
	display: inline-block;
	width: 30px;
}
label.label-zip{
	display: block;
	width: 100%;
	font-size:14px;
}
label.label-add{
	display: block;
	width: 100%;
	font-size:14px;
	margin-top: 9px;
}
input.input-name{
	display: inline-block;
	width: 100%;
	margin-right: 12px;
}
input.input-zip{
	display: block;
	width: 175px;
}
input.input-add{
	display: block;
	width: 100%;
}
input.input-tel{
	display: block;
	width: 100%;
}
input.input-email{
	display: inline-block;
	width: 100%;
}





.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;
}



select{
	padding: 6px;
	font-size: 16px;
}

input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
 
 input[type="checkbox"]  {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

/* チェックボックスデザイン */
input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
  }
  input[type="checkbox"]::before,
  input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
  }
  input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #666464;
    width: 20px;/*チェックボックスの横幅*/
    height: 20px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
  }
  input[type="checkbox"]::after {
    border-bottom: 3px solid #666464;/*チェックの太さ*/
    border-left: 3px solid #666464;/*チェックの太さ*/
    opacity: 0;/*チェック前は非表示*/
    height: 6px;/*チェックの高さ*/
    width: 11px;/*チェックの横幅*/
    transform: rotate(-45deg);
    top: -7px;/*チェック時の位置調整*/
    left: 10px;/*チェック時の位置調整*/
  }
  input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
  }


.form-line{
	margin: 18px 0 18px 0;
}

.notice{
	display: block;
	font-size: 13px;
	margin-top: 6px;
}




#form-btn{
	width:100%;
	text-align: center;
}
#form-btn input{
	width:100%;
	font-size:15px;
	background: #eda618;
	color: #fff;
	border: 1px solid #fff;
	padding:12px 30px 12px 30px;
	font-weight: bold;
	margin: 0 auto 0 auto;
}
#form-btn input:hover{
	color:#fff;
	cursor: pointer;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}




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







