@charset "UTF-8";
/* CSS Document */
h3{
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	min-height: 30px;
	line-height: 30px;
}
h3.qu{
	background: url(../img/icon_q.png) no-repeat 0 50%;
		padding-left: 40px;

}
h3.ec{
	background: url(../img/icon_e.png) no-repeat 0 50%;
		padding-left: 40px;

}
h4{
	font-weight: bold;
	border-bottom: 1px dotted #F08406;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mail .inner .form_box{
		background: rgba(255,255,255,0.7);
	margin: 20px auto;
width: 96%;
	padding: 15px 2%;
	
}
table.inq{
	width: 96%;
	margin: 20px auto;
		
}
.inq tr th,
table.inq tr td{
	display: block;
	width: 94%;
	text-align: left;
}

table.inq tr th{
	border-left: 5px solid #F39800;
	font-weight: bold;
	letter-spacing: 0.1em;
		padding: 5px 4% 5px 2%;
	margin-top:20px;
	font-size: 2.0rem;
}

table.inq tr td{
	border-bottom: 2px dashed #ccc;
		padding: 10px 3% 10px 3%;
	font-size: 1.9rem;
	font-weight: 400;

}
table.inq tr td span{
	display: block;
	margin: 8px 0;
}
table.inq tr td span.sex{
    display: inline;
    margin-right: 40px;
}
table.inq tr td span
table.inq tr td span.cation-text{
	color: #444;
	font-size: 70%;
	font-weight:100;
}
/* input type="radio" のみ */
table.inq input[type="radio"] {
width: 15px;
height: 15px;
background: #fff;
border: 1px solid #ccc;
	margin-right: 10px;
			-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;

}

table.inq input[type="radio"]:checked{
	background: #F39800;
	  box-shadow: 0 0 2px #F39800;
  border: 1px solid #F39800;

}

/* input type="checkbox" のみ */
table.inq input[type="checkbox"],
.mail .inner .form_box input[type="checkbox"]{
width: 15px;
height: 15px;
	border-radius: 50%;
background: #fff;
border: 1px solid #ccc;
		margin-right: 10px;
			-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;


}

table.inq input[type="radio"]:checked,
.mail .inner .form_box input[type="checkbox"]:checked{
	background: #F39800;
	  box-shadow: 0 0 2px #F39800;
  border: 1px solid #F39800;

}
table.inq input[type="text"],
table.inq textarea {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all .3s;
  transition: all .3s;
	background: #fff;
	width: 400px; 		-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;

}
table.inq input[type="text"]:focus,
table.inq textarea:focus {
  box-shadow: 0 0 7px #F39800;
  border: 1px solid #F39800;
}
table.inq input.age01,
table.inq input.age02,
table.inq input.age03{
	display: inline-block;
}
table.inq input.age01{
	width: 100px;
}
table.inq input.age02,
table.inq input.age03{
	width: 50px;
}
table.inq input#postal{
	width: 150px;
		display: inline-block;

}
table.inq td span>div{
	display: inline;
}
table.inq  select {
	  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    height: 30px;
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 0 40px 0 10px;
    border: 1px solid #ccc;
	border-radius: 5px;
	/*display: block;*/
}
select::-ms-expand {
    display: none;
}

.selectWrap{
    position: relative;
    display: block;
	width: 190px;
}
.selectWrap::before{
	border-radius: 0 5px 5px 0;
    content: '';
    position: absolute;
    z-index: 0;
    background: #9fa0a0;
    height: 100%;
    width: 30px;
}
.selectWrap::after{
    content: '';
    position: absolute;
    z-index: 0;
    margin: auto 0;
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #fff transparent transparent transparent; 
}

.shisetsu::before{
	top: 0;
    right: -21px;
}
.shisetsu::after{
	top: 12px;
    right: -12px;
}
.kensa::before{
	top: 0;
    right: -8px;
}
.kensa::after{
	top: 12px;
    right: 0;
}


.privecy{
	height:250px; overflow:scroll; width:96%; margin:20px auto; padding:15px 1%;
    border:1px solid #ccc;
}
.privecy p{
	margin-left:0;
	margin:15px 0;
	
}
.btn_orenge{
	width: 80%;
	margin: 10px auto;
	display: block;
}
@media screen and (max-width: 780px) {
table.inq input[type="text"],
table.inq textarea {
	width: 96%;

}
	
table.inq input.age01{
	width: 100px;
}
table.inq input.age02,
table.inq input.age03{
	width: 50px;
}
table.inq input#postal{
	width: 150px;
		display: inline-block;

	}
	table.inq td span>div{
margin-bottom: 10px;
		display: inline-block;
	}
}

table.inq select.kibou_sel{
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}