﻿
/*===========================================
form
===========================================*/
.form{
  display: none;
}
.form.active{
  display: block;
}

.form .ttl2{
font-size: 1.6rem;
text-align: center;
}

.form .ttl3{
text-align: center;
font-size: 1.6rem;
font-weight: bold;
margin-top: 3em;
}


.progress .progressFlow{
overflow: hidden;
}
.progress li {
width: 36%;
font-size: 1.3rem;
float: left;
text-align: center;
position: relative;
box-sizing: border-box;
}
.progress li:first-child,
.progress li:last-child{
width: 32%;
padding: 0;
}
.progress li:first-child{
padding-right: 90px;
}
.progress li:last-child{
padding-left: 90px;
}
.progress li:before,
.progress li:after{
content: "";
display: block;
width: 200px;
border-top: 3px solid #ddd;
position: absolute;
top: 16px;
}
.progress li:before {
left: 0;
}
.progress li:after {
right: 0;
}
.progress li.current:before,
.progress li.current:after{
border-top: 3px solid #b48b49;
}
.progress li:first-child,
.progress li:last-child{
width: 32%;
padding: 0;
}
.progress li:first-child:before,
.progress li:last-child:after{
display: none;
width: 60%;
}
.progress li:first-child .num{
margin-right: 15%;
}
.progress li:last-child .num{
margin-left:15%;
}
.progress li:before,
.progress li:after{
width: 52%;
}
.progress li .num {
box-sizing: content-box;
display: inline-block;
border: 3px solid #ddd;
color: #ddd;
border-radius: 100%;
font-size: 1.4rem;
background: #FFF;
position: relative;
width: 30px;
line-height: 30px;
text-align: center;
z-index: 5;
font-weight: bold;
}
.progress li.current .num{
border: 3px solid #b48b49;
color: #b48b49;
}
.progress li .txt{
display: block;
margin-top: 5px;
}
.progress li:first-child .txt{
margin-right: 10%;
}
.progress li:last-child .txt{
margin-left:10%;
}

/*============================
#form_area
============================*/
.form .link1{
text-decoration:underline;
}
.form .form_box{
margin-top: 3em;
}
.form .form_item{
margin-top: 1em;
}
.form .form2column{
display: flex;
justify-content: space-between;
}
.form .form2column .form_item{
flex-basis: calc((100% - 10px) / 2);
}
.form .radio_wrap,
.form .select_wrap,
.form .label_float{
position:relative;
}
.form .radio_wrap .ttl,
.form .select_wrap .ttl,
.form .label_float label{
font-size: 1.6rem;
line-height: 22px;
position: absolute;
top:2px;
left: 13px;
margin: 12px 0;
color: #949494;
z-index: 1;
transition: all .2s;
text-transform: none;
}
.form .radio_wrap .ttl,
.form .select_wrap .ttl,
.form .label_float.active label{
font-size: 1.1rem;
color: #333333;
text-transform: none;
margin: 0;
border: none;
left: 6px;
top: -7px;
cursor: text;
padding: 0 5px;
line-height: normal;
background:#fff;
}
.form .radio_wrap,
.form [type="text"],
.form [type="password"],
.form select,
.form textarea{
border: 1px solid #ddd;
border-radius: 0px;
font-size: 1.6rem;
line-height: 22px;
padding: 15px 12px 11px;
width: 100%;
box-sizing: border-box;
outline: none;
transition: border .12s ease-in-out;
box-shadow: 2px 2px #f3f3f3 inset;
}
.form textarea{
height:10em;
}
.form .label_float.active [type="text"],
.form .label_float.active [type="password"],
.form .select_wrap.active select,
.form .label_float.active textarea{
border: 1px solid #000;
}
.form .select_wrap option{
  color: #000;
}
.form .select_wrap.active select{
color: #000;
}
.form [required="required"],
.form .requiredwrap{
border-color:#333;
}
.form .select_wrap select{
color:#949494;
background:#fff;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position:relative;
}
.form .select_wrap select:after{
content:'';
display:block;
}
.form .radio_wrap label{
display:block;
margin-bottom:5px;
}
.form .radio_wrap1{
border:1px solid #333;
}
.form .radio_wrap1 .ttl{
margin: 0;
padding:10px;
font-size:1.4rem;
background:#f7f7f7;
text-align:center;
font-weight:bold;
}
.form .radio_wrap1 .cont{
padding: 10px 15px;
}
.form .radio_wrap1 label{
display:block;
margin-bottom:5px;
line-height: 30px;
}
.form [type="radio"]{
opacity:0;
position:absolute;
}
.form [type="radio"]+span{
display: inline-block;
position: relative;
padding-left:25px;
font-size: 1.6rem;
line-height: 30px;
}
.form [type="radio"] + span:before,
.form [type="radio"] + span:after{
box-sizing: border-box;
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
}
.form [type="radio"]+span:before{
left: 0;
width: 1em;
height: 1em;
border: 1px solid #999;
border-radius: 20px;
}
.form [type="radio"]:checked+span:after{
left: 3px;
width: calc(1em - 6px);
height: calc(1em - 6px);
border-radius: 20px;
background: #b48b49;
}
.form .optional{
font-size: 1.2rem;
background: #ccc;
color: #fff;
margin-left: 3px;
padding: 2px 3px;
}
.form .requiredIcon,
.requiredCaution{
color: #f44336;
}
.requiredCaution{
	margin: 30px 0 0;
}

.form .err .radio_wrap1,
.form .err .radio_wrap,
.form .err [type="text"],
.form .err [type="password"],
.form .err select,
.form .err textarea{
background:#ffedea;
box-shadow: 2px 2px #fdd4cd inset;
}
.form .errText{
color: #c00;
font-size: 1.3rem;
font-weight: bold;
}
.form .note{
font-size:1.2rem;
margin-top:2px;
text-align: right;
color:#aaa;
}
.form .btn_color_white button{
display: block;
position: relative;
width: 100%;
border: 1px solid #af7819;
padding: 1em;
font-size: 1.4rem;
text-align: center;
white-space: nowrap;
color: #af7819;
background-color: #FFF;
outline: none;
cursor: pointer;
}
.form .btn_color_khaki button{
display: block;
position: relative;
width: 100%;
border: 1px solid #b48b49;
padding: 1em;
font-size: 1.4rem;
text-align: center;
white-space: nowrap;
color: #FFF;
background-color: #b48b49;
outline: none;
cursor: pointer;
}

.policy{
margin: 2em 0 0 0;
padding: 20px 0px 20px;
background: #f3f1f1;
}
.policy .ttl_bar2{
font-size: 1.6rem;
margin-bottom:10px;
}
.policy .policy_box{
margin-top: 1em;
font-size:1.4rem;
overflow:hidden;
border:1px solid #ddd;
background:#fff;
}
.policy .policy_inner{
font-size: 1.4rem;
padding:10px;
height:12em;
overflow-y:scroll;
line-height:1.5;
}
.policy .policy_box ol > li + li{
margin-top: 1.5em;
}
.policy .policy_box .list_disc li:before{
  content: none;
}
.policy .policy_box li .heading{
  display: block;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e6e6e6;
}
.agree{
padding-top: 2em;
}
.agree .agree_box{
text-align:center;
}
.agree .agree_box .text1{
font-size:1.4rem;
text-align:center;
margin-bottom:5px;
font-weight:bold;
}
.agree .agree_box label{
font-size:1.4rem;
}
.agree .btn_box{
max-width: 220px;
margin:20px auto;
}

@media print, screen and (max-width: 768px){
.agree .btn_box{
width: 80%;
max-width: 340px;
}
}

/*============================
#confirm
============================*/
#inquiry_confirm.form .form_item{
position:relative;
}
#inquiry_confirm.form .ttl{
position: absolute;
font-size: 1.1rem;
top: -0.75em;
left: 0;
}
#inquiry_confirm.form .form_item{
border-bottom: 1px solid #ddd;
font-size: 1.6rem;
padding: 15px 0 11px;
}
#inquiry_confirm.form .btn_box{
display: flex;
justify-content: center;
margin: 3em 0 0 0;
}
#inquiry_confirm.form .btn_box > * {
margin: 0 10px;
}
#inquiry_confirm.form .btn_box .btn_color_white,
#inquiry_confirm.form .btn_box .btn_color_khaki{
width: 100%;
max-width: 220px;
}

@media only screen and (max-width: 768px){
#inquiry_confirm.form .btn_box{
flex-wrap: wrap;
}
#inquiry_confirm.form .btn_box .btn_color_white,
#inquiry_confirm.form .btn_box .btn_color_khaki{
width: 80%;
max-width: 340px;
}
#inquiry_confirm.form .btn_box p + p{
margin-top: 1em;
}
}

/*============================
#complete
============================*/
#inquiry_complete .txt .ttl3{
text-align: center;
}
#inquiry_complete .txt .ttl3 span{
display: inline-block;
text-align: left;
}
#inquiry_complete .txt p{
margin-top: 1em;
text-align: center;
line-height: 2;
}
#inquiry_complete .txt span{
display: block;
}

@media print, screen and (max-width: 768px){
#inquiry_complete .txt p{
text-align: left;
}
#inquiry_complete .txt span{
display: inline;
}
}

/*============================
#footer ニュース削除
============================*/
.footer_none{
  display: none;
}