@charset "utf-8";
/*-----------------------------------------------------	*/
/*	for all	- General Settings　*/
/*-----------------------------------------------------	*/
.spUser,
.pcUser {
    display :none;
}
#wrap_all #form {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#wrap_all #form hr {
	border: none;
	width: 100%;
	background: url(../img/flag_line.png) center top no-repeat;
	background-size: contain;
}
#wrap_all p.form_title {
	font-size: 1.2rem;
	background: url(../img/icon.png) left top no-repeat;
	padding-left: 20px;
}
#wrap_all p.form_atten {
	font-size: 0.75rem;
	color: #333;
}

#wrap_all p.form_atten span.p_indent {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
#wrap_all .form_content {
	font-size: 1.2rem;
	margin-left: 50px;
	margin-right: 50px;
}

input[type="text"] {
	height:30px;
	background: #FFF;
	border: #999 1px solid;
	vertical-align: top;
	font-size: 1.2rem;
	padding-left: 10px;
	padding-right: 10px;
}
select {
	width:auto;
	height:30px;
	background: #FFF;
	border: #999 1px solid;
	vertical-align: top;
	font-size: 1.2rem;
}
input[type="radio"] {
	width:40px;
	height:40px;
	/*-moz-transform: scale(1.5); Firefox */
	background: #FFF;
	border-radius: 15px;
	/*-webkit-border-radius: 15px; */
	border: #999 1px solid;
	vertical-align: top;
}
#wrap_all #ans_li_txt li input[type="radio"] {
	margin-top: -5px;
}
#name1,
#name2 {
	width: 500px;
}
#yubin1,
#yubin2,
#tel1,
#tel2,
#tel3 {
	width: 100px;
}
#address1,
#address2,
#mail1,
#mail2 {
	width: 600px;
}
#opinion {
	width: 780px;
	height: 100px;
}


/*個人情報*/
#wrap_all .texs_ar {
	border: solid 1px ;
	height: 300px;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px;
	overflow-y: scroll;

}

#wrap_all .texs_ar p{
	margin-left:1em;
	font-size: 100%;

	}
#wrap_all .texs_ar b {
	font-size: 120%;
	font-weight:bold;
	margin-top:0.5em;
	margin-bottom:0.5em;
	border-top:0px #cccccc solid;
	color: #645e46;/*#440062*/
}
#wrap_all .texs_ar h3{
	font-size: 120%;
	font-weight:bold;
	text-indent:-1em;
	margin-left:1em;
	margin-top:0.5em;
	margin-bottom:0.5em;
	border-top:0px #cccccc solid;
	}
#wrap_all .texs_ar h4 {
	font-size: 120%;
	font-weight:bold;
}
#wrap_all .texs_ar dl{
	margin-left:2em !important;
	margin-top:0.5em !important;
	margin-bottom:1em !important;
	display:block !important;
	border-top:0px #cccccc solid !important;

	}		
#wrap_all .texs_ar dl dt{
	font-size: 100%;
	display:block !important;
	font-weight:bold !important;}
#wrap_all .texs_ar dl dd{
	font-size: 100%;
	display:block;
	margin-left:1em !important;
	}
	
#wrap_all .texs_ar ol{
	margin-left:1em;
	margin-bottom:0.5em !important;
	}
#wrap_all .texs_ar ol li{
	font-size: 100%;
	}		
#wrap_all ol.decimal li{
	font-size: 100%;
	padding:0px;
	margin:0px;
	margin-left:1em;
	list-style:outside !important;
	list-style-type:decimal !important;
}

#wrap_all p.mado{
	font-size: 100%;
	margin-left: 2em;
	}
#wrap_all p.cyuu{
	font-size: 100%;
	text-indent:-1em;
	margin-left:3em;
	}
	
	
	
/*個人情報*/

#wrap_all ol li{
    list-style:inside !important;
}


/*-----------------------------------------------------	*/
/*	for - 1200px以下の記述　*/
/*-----------------------------------------------------	*/

@media only screen and (max-width:1200px) {
#wrap_all #form {
	width: 100%;
}
#wrap_all #form_content {
	margin-left: 4%;
	margin-right: 4%;
}
#opinion {
	width: 96%;
}
}


/*-----------------------------------------------------	*/
/*	for - 779px以下の記述　*/
/*-----------------------------------------------------	*/

@media only screen and (max-width:779px) {
#wrap_all #form_content {
	margin-left: 4%;
	margin-right: 4%;
}

input[type="text"] {
	padding-left: 2%;
	padding-right: 2%;
}

#name1,
#name2 {
	width: 96%;
}
#yubin1,
#yubin2,
#tel1,
#tel2,
#tel3 {
	width: 23%;
}
#address1,
#address2,
#mail1,
#mail2 {
	width: 96%;
}

}
