@charset "utf-8";

/* ==========================================================

inquiry.css

===================================================================== */


#inquiry_wrap{
	margin:0;
	padding:35px 0 60px;
	background-color:#f7f7f3;
}

#inquiry_wrap h2{
	margin:0 auto 30px;
	padding:0;
	width:127px;
}

#inquiry_wrap h2 img{
	width:100%;
}

#inquiry_wrap ul.ul_flow{
	margin:0 20px 15px;
	padding:0;
	height:25px;
	background-image:url(../inquiry/img/bg_flow.png);
	background-position:0 50%;
	background-repeat:repeat-x;
	background-size:1px 1px;
}

#inquiry_wrap ul.ul_flow li{
	margin:0 2% 0 0;
	padding:4px 0 0;
	width:32%;
	height:25px;
	font-size:1.3rem;
	line-height:1em;
	color:#027;
	text-align:center;
	background-color:#fff;
	border:1px solid #027;
	box-sizing:border-box;
	float:left;
}

#inquiry_wrap ul.ul_flow li:last-child{
	margin:0 0 0 0;
}

#inquiry_wrap ul.ul_flow li.li_now{
	color:#fff;
	background-color:#027;
}

#inquiry_wrap p.text{
	margin:0 20px;
	padding:0;
	font-size:1.3rem;
	line-height:1.6em;
	color:#111;
	text-align:justify;
}

#inquiry_wrap ul.ul_form{
	margin:20px 0 0;
	padding:0;
	border-bottom:1px dotted #aaa;
}

#inquiry_wrap ul.ul_form li{
	margin:0;
	padding:20px;
	border-top:1px dotted #aaa;
}

#inquiry_wrap ul.ul_form li h3{
	margin:0 0 10px;
	padding:0 0 0 15px;
	font-size:1.3rem;
	line-height:1em;
	color:#111;
	font-weight:normal;
	background-image:url(../inquiry/img/icon_contact.png);
	background-position:0 5px;
	background-repeat:no-repeat;
	background-size:9px 2px;
}

#inquiry_wrap ul.ul_form li h3 span{
	color:#027;
}

input.input_text{
	margin:0;
	padding:0 0 0 10px;
	width:100%;
	height:30px;
	border: 1px solid #ddd;
	background-color: #eee;
	font-size:1.2rem;
	color: #111;
	-webkit-border-radius: 0;/* for Safari and Chrome */
	-moz-border-radius: 0; /* for Firefox */
	-o-border-radius: 0; /* for opera */
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:block;
	position:relative;
	box-sizing:border-box;
}

input.yubin{
	margin:0 2% 0 0;
	width:40% !important;
	float:left;
	box-sizing:border-box;
}

a.btn_yubin{
	margin:0;
	padding:9px 0;
	width:58%;
	height:30px;
	font-size:1.3rem;
	line-height:1em;
	color:#fff;
	text-decoration:none;
	background-color:#111;
	-webkit-border-radius: 15px;/* for Safari and Chrome */
	-moz-border-radius: 15px; /* for Firefox */
	-o-border-radius: 15px; /* for opera */
	border-radius: 15px;
	text-align:center;
	display:block;
	box-sizing:border-box;
	float:right;
}

input::-webkit-input-placeholder {
	font-size:1.2rem;
    color: #777;
}
input:-ms-input-placeholder {
	font-size:1.2rem;
    color: #777;
}
input::-moz-placeholder {
	font-size:1.2rem;
    color: #777;
}

textarea{
	margin:0;
	padding:10px 0 0 10px;
	width:100%;
	height: 120px;
	border: 1px solid #ddd;
	background-color: #eee;
	font-size:1.2rem;
	color: #111;
	vertical-align: middle;
	-webkit-border-radius: 0;/* for Safari and Chrome */
	-moz-border-radius: 0; /* for Firefox */
	-o-border-radius: 0; /* for opera */
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:block;
	position:relative;
}

textarea::-webkit-input-placeholder {
	font-size:1.2rem;
    color: #777;
}
textarea:-ms-input-placeholder {
	font-size:1.2rem;
    color: #777;
}
textareat::-moz-placeholder {
	font-size:1.2rem;
    color: #777;
}

label{
	margin:7px 0 0;
	padding:5px 0 5px 0;
	width:100%;
	color:#111;
	font-size:1.3rem;
	line-height:1em;
	text-align:center;
	border:1px solid #bbb;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color:#eee;
	display:block;
	position:relative;
	box-sizing: border-box;
}

label::after {
	content: '';
	top: 50%;
	left: 50%;
	margin:-7px 0 0 -127px;
	width: 10px;
	height: 10px;
	background-color:#fff;
	border: 1px solid #bbb;
	display: block;
	position: absolute;  
}

input[type=checkbox] {
	display: none;
}

input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 1.3rem;
    line-height: 30px;
    cursor: pointer;
}

input[type=checkbox]:checked + label::after {
	content: '';
	top: 50%;
	left: 50%;
	margin:-6px 0 0 -130px;
	width: 10px;
	height: 10px;
	background-color:#fff;
	background-image:url(../common/icon_check.png);
	background-position:0 50%;
	background-repeat:no-repeat;
	background-size:9px 9px;
	border: 1px solid #bbb;
	display: block;
	position: absolute;
}

a.a_text{
	color:#027;
	text-decoration:underline;
}

/*エラー*/

p.p_er{
	margin:5px 0;
	font-size:1.3rem;
	line-height:1.4em;
	color:#027;
}

p.p_er2{
	margin:5px 0;
	padding:10px;
	font-size:1.3rem;
	line-height:1.4em;
	color:#027;
	background-color:#fff;
	text-align:justify;
}

.er_box{
	border:1px solid #027 !important;
}

/*確認*/

p.p_comfirm{
	margin:0;
	padding:10px;
	font-size:1.3rem;
	line-height:1.4em;
	color:#444;
	background-color:#fff;
	text-align:justify;
	box-sizing:border-box;
}

.btn_wrap{
	margin:20px auto 0;
	padding:0;
	width:280px;
}

a.btn_submit{
	margin:0 auto;
	padding:7px 0;
	width:135px;
	font-size:1.3rem;
	line-height:1em;
	color:#fff;
	text-decoration:none;
	background-color:#111;
	-webkit-border-radius: 1em;/* for Safari and Chrome */
	-moz-border-radius: 1em; /* for Firefox */
	-o-border-radius: 1em; /* for opera */
	border-radius: 1em;
	text-align:center;
	display:block;
	box-sizing:border-box;
	float:right;
}

a.btn_back{
	margin:0 auto;
	padding:7px 0;
	width:135px;
	font-size:1.3rem;
	line-height:1em;
	color:#111;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #111;
	-webkit-border-radius: 1em;/* for Safari and Chrome */
	-moz-border-radius: 1em; /* for Firefox */
	-o-border-radius: 1em; /* for opera */
	border-radius: 1em;
	text-align:center;
	display:block;
	box-sizing:border-box;
	float:left;
}

/*完了*/

p.p_complate{
	margin:50px 0 30px 0;
	font-size:1.4rem;
	line-height:1.4em;
	color:#027;
	font-weight:bold;
	text-align:center;
}

/*個人情報*/

h3.h3_privacy{
	margin:10px auto;
	padding:0px;
	font-size:1.4rem;
	line-height:1em;
	color:#111;
	font-weight:bold;
	text-align:center;
}

h4.h4_privacy{
	margin:20px 15px 10px;
	padding:0px;
	font-size:1.3rem;
	line-height:1em;
	color:#111;
	font-weight:bold;
}

h5.h5_privacy{
	margin:10px 15px 5px;
	padding:0px;
	font-size:1.2rem;
	line-height:1em;
	color:#111;
	font-weight:bold;
}

p.p_privacy{
	margin:0 15px;
	padding:0;
	font-size:1.2rem;
	line-height:1.6em;
	color:#111;
}

