/* form_style */

.contact_form{
	width: 100%;
	position: relative;
}
.co__Info{
	padding: .75em 1em;
}
.co__Info p{
	text-align: left;
}
.co__Info p.top_img{
	max-width: 480px;
	margin: 0 auto;
}
.co__Info p.user_img {
	max-width: 480px;
	margin: 0 auto;
}
.flow{
	width: 90%;
	margin: 1em auto;
	display: flex;
	flex-flow: nowrap;
	align-items: center;
}
.flow p{
	padding: .75em;
	margin: 0 3%;
	background: #ccc;
	color: #111;
	width: 33%;
	position: relative;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.flow p.current{background: #0984e3; color: #fff;}
.flow p::after{
	content: '\f0da';
	position: absolute;
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	top: 20%;
	right: -15%;
	font-size: 20px;
	color: #666;
}
.flow p:nth-child(3)::after{ display: none; }
.agree{
	width: 100%;
	margin: 0 auto;
}
a.links{
	color: #f00;
	text-decoration: underline;
}
.form_block{
	width: 100%;
	margin: 0 auto;
}
.form_block li{
	position: relative;
	padding: 1em .75em;
	text-align: left;
	border-bottom: 1px solid #e1e8ea;
	overflow: hidden;
}
.form_block.ank{
}

.label legend{
	text-align: left;
	padding: 0 0 .3em;
	font-weight: 700;
}
.req{
	font-size: .842em;
	color: #ee0022;
	margin-left: .5em;
}
.form_block li p{ text-align: left; }

.error{
	background: #ffe1e8;
}
.errorMsg{ color: #ee0022;  display:none; }

h3.ankTit{
	background: #ffd4a1;
	padding: .5em 1em;
	font-weight: 700;
	text-align: left;
}
.pd05{ padding: .5em; }
.pdl05{ padding-left: .5em; }
.subReq{
	padding-left: .5em;
	font-size: .9em;
}
.input_area.col02,.input_area.col03{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.input_area.col02 p{
	width: 30%;
}
.input_area.col03 p{
	width: 33.3333%;
}
.input_area.col03 p span{
	display: block;
}

/* form parts */
input[type=text], input[type=email], input[type=date],
input[type=number], input[type=tel], textarea {
	border: 1px solid #b2bec3;
	font-size: 15px;
	outline: 0;
	padding: 1.1em .75em;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 90%;
	text-align: left;
	margin: 0 auto;
}
input[type=tel]{
	width: 30%;
}
input[type=date]{
	width: 30%;
}
input[type=text].w_s, input[type=number].w_s{width: 30%;}
input[type=text].w_ss, input[type=number].w_ss{width: 20%;}
input[type=text].w_sss, input[type=number].w_sss{width: 15%;}
input[type=text].w_ssss, input[type=number].w_ssss{width: 10%;}
.input_area.col03 p input[type=text].w_ss{
}
textarea{ min-height: 200px; max-height: 250px}
input.postcord{
	width: 30%;
}
input:focus{background:#fffbdc; }
::placeholder {
  color: #bdcacf;
}
.btn_submit{
	cursor: pointer;
	border: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0); 	
	outline: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
  	display: block;
	width: 80%;
	max-width: 480px;
	margin: 10px auto;
	padding: .75em;
	background: #e58e26;
	/*background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);*/
	border-bottom: solid 3px #c58668;
	color: #fff;
	border-radius: 5px;
	font-size: 15px;
	margin: 2em auto;
}
.btn_submit:hover{
	animation: 1s flash;
	background: #ff9300;
}
.btn_submit:active,.btn_submit:focus{
	border-bottom-width: 0;
 	/*margin-top: 5px;*/
	background: #ff9300; 
}

input[type=radio],
input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
input[type=radio] + label,
input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;  
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}
@media (min-width: 1px) {
    input[type=radio],
    input[type=checkbox] {
        display: none;
        margin: 0;
    }
    input[type=radio] + label,
    input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    input[type=radio] + label::before,
    input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
    input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    input[type=radio]:checked + label::after,
    input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    input[type=radio]:checked + label::after {
        left: 5px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        background: #0984e3;
        border-radius: 8px;
    }
    input[type=checkbox]:checked + label::after {
        left: 3px;
        width: 16px;
        height: 8px;
        margin-top: -8px;
        border-left: 3px solid #0984e3;
        border-bottom: 3px solid #0984e3;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
.checkBtn {
		padding: .5em 0 0;
}
.checkBtn input[type=checkbox] + label{
	font-size: 15px;
}
/* selectbox */
.cus_select {
	overflow: hidden;
	width: 80%;
	/*margin: 0 auto;*/
	/*text-align: center;*/
}
.cus_select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cus_select select::-ms-expand {
    display: none;
}
.cus_select.base01 {
	position: relative;
	border-radius: 4px;
	border: 1px solid #ccc;
  	/*border-radius: 50px;*/
	background: #ffffff;
}
.cus_select.base01::before {
	position: absolute;
	top: 45%;
	right: 0.75em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #0984e3;
	pointer-events: none;
}
.cus_select.base01 select {
	padding: 1.1em 1.5em 1.1em .75em;
	color: #111;
}
/* fileupload */
.formFile{
	margin-bottom: 1em;
	padding-top: .5em;
}
.formFile input[type="file"]{
  display: none;
}
.formFile label{
  /*border: 1px solid #ccc;*/
  border-radius: 3px;
  padding: .75em .75em;
  letter-spacing: 0;
  font-size: 15px;
  background: #ddd;
  cursor: pointer;
}
.formFile .browse_btn i{ margin-right: .3em; }
.formFileName{
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
  color: #aaa;
  width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: gray;
}

/*.kiyaku{
	max-height: 180px;
	overflow-y: scroll;
	border: 2px solid #ccc;
	padding: .75em;
}
.form_block .kiyaku li{
	border: none;
	padding: 0;
}*/

/* checkPage */
p.chklist{
	position: relative;
}
p.chklist::before{
	content: '＊';
	display: inline-block;
}
.btn_flex{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-flow: nowrap;
	align-items: center;
}
.btn_flex p{ width: 50%;}
.btn_flex p.btn_submit{ width:100%; }
.btn_back{
	width: 80%;
	cursor: pointer;
	border: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0); 	
	outline: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
  	display: block;
	max-width: 480px;
	margin: 10px auto;
	padding: .75em;
	background : #efefef;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	border-bottom: solid 3px #999;
	color: #666;
	border-radius: 5px;
	font-size: 15px;
}
.btn_back:hover{
	animation: 1s flash;
	background: #ccc;
}
.btn_back:active,.btn_back:focus{
	border-bottom-width: 0;
 	/*margin-top: 5px;*/
	background: #ccc; 
}

/* thanks Page */
.co__Info h4{
	color:  #0984e3;
	font-weight: 600;
}
.fa-arrow-down{color:  #0984e3;}
.inner_box{
	margin-top: 1em;
	padding: 1em;
	border: 1px solid #a4b0be;
}
.inner_box p{ padding: .2em 0; font-size: .926em;}

.ca_List li{
	text-align: left;
	position: relative;
	font-size: .924em;
	padding: 0 0 .75em 1.2em;
}
.ca_List li::before{
	content: '※';
	color: #ee5253;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.ca_List.ph li::before{
	content: '●';
	font-size: 10px;
	color: #2d92c6;
}

/* 確認画面用 Araki Add */
.multiline {
    white-space: pre-wrap;
}


/*--481px以上(タブレット縦 /スマートフォン横)-----------------------------------------------*/
@media screen and (min-width: 481px){
	.formWrap{
		width: 90%;
		margin:  0 auto;	
	}

}


/*--769px以上(デスクトップ/タブレット横)-----------------------------------------------*/
@media screen and (min-width: 769px) {
	.contact_form{
		max-width: 800px;
		margin:  0 auto;	
	}
	.formWrap{ 
		width: 680px;
		margin: 0 auto;
		padding: 1em 0;
		border: 1px solid #e1e8ea;
	 }
	.form_block li{
		padding: 1.5em;
	}
	.co__Info{
		width: 600px;
		margin: 0 auto;
		padding: 2em 0;
	}
	.co__Info p{text-align: center;}
	.cus_select{ width: 50%;}
	input[type=text].w_50{width: 50%;}
	input[type=text].w_s{width: 46%;}

}