@charset "UTF-8";

/* -----------------------------------------------
 *  	         Pavlov form.css
 * ----------------------------------------------- */


/* =====================form===================== */

/* 入力スペース */
form.form_01{
	width:100%;
	margin: 0 0 50px 0;
	padding: 0;
	box-sizing: border-box;
	background-color:transparent;
	}
dl.form_item_01{
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom: solid 1px #C8C8C8;
	}
dl.form_item_01::after{
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
	}
dl.form_item_01 dt{
	position:relative;
	float:left;
	width:30%;
	padding: 10px 10px 10px 50px;
	}
dl.form_item_01 dt label{
	display: block;
	margin-bottom: 10px;
	}
dl.form_item_01 dd{
	float:left;
	width:70%;
	padding: 10px 5px;
	}
/* dt_任意 */
dl.form_item_01 dt::after{
	position: absolute;
	top: 12px; left: 0;
	display:block;
	width:40px;
	height: auto;
	content:"任意";
	color:#666;
    border: solid 1px #666;
    font-weight: normal;
	text-align:center;
	font-size:10px;
	line-height:2;
	}  
/* required */
dl.form_item_01 dt.required::after{
	position: absolute;
	top: 12px; left: 0;
	display:block;
	width:40px;
	height: auto;
	content:"必須";
	background-color:#9E1E41;
	color:#FFF;
    border: solid 1px #9E1E41;
    font-weight: normal;
	text-align:center;
	font-size:10px;
	line-height:2;
	}
/* en(*)required */
dl.form_item_01 dt span{
	color:#d92900;
	}

/* drop */
select.contact-type{
	width:100%;
	height:40px;
	padding:0 0 0 5px;
	font-size:16px;
    border-radius: 6px;
	background-color:#f2f0ec;
	border: solid 1px #333333;
    box-sizing: border-box;
	}
select.contact-type:focus{
	background-color:rgba(255,255,255,0.5);
	}

/* text */
input.input-text{
	width:100%;
	padding:16px;
	font-size:14px;
	background-color:#F1F1F1;
	border:none;
    box-sizing: border-box;
	border-radius: 5px;
	}
input.input-text:focus{
	background-color:rgba(255,255,255,0.5);
	}
	
/* mail */
input.input-mail{
	width:100%;
	padding:16px;
	font-size:14px;
	background-color:#F1F1F1;
	border:none;
    box-sizing: border-box;
	border-radius: 5px;
	}
input.input-mail:focus{
	background-color:rgba(255,255,255,0.5);
	}

/* tell */
input.input-tell{
	width:100%;
	padding:16px;
	font-size:14px;
	background-color:#F1F1F1;
	border:none;
    box-sizing: border-box;
	border-radius: 5px;
	}
input.input-mail:focus{
	background-color:rgba(255,255,255,0.5);
	}


/* textarea */
textarea.textarea{
	width:100%;
	padding:16px;
	font-size:14px;
	background-color:#F1F1F1;
	border:none;
    box-sizing: border-box;
	border-radius: 5px;
	}
textarea.textarea:focus{
	background-color:rgba(255,255,255,0.5);
	}

/* submit */


.form-btn{
	margin: 0 10px;
	padding: 30px 0 0 0;
	text-align:center;
	}
input.input-submit{
	position: relative;
	width: 300px;
	cursor: pointer;
	z-index: 2;
	font-size: 16px;
	padding: 20px 40px;
	letter-spacing: 3px;
	border-radius: 30px;
	background-color: var(--color-brown-gray-light);
	color: var(--color-white);
	border: none;
	box-sizing: border-box;
	}
input.input-submit::after{
	position: absolute;
	top:0; bottom: 0; right: 10px;
	margin: auto;
	display: block;
	content: "→";
	width: 10px; height: 10px;
	background-color: red;
	z-index: 3;
	}
div.btn-group{
    display: flex;
    justify-content: center;
	text-align: center;
}
a.form_back{
	display: block;
	margin: 0 10px;
	position: relative;
	width: 300px;
	cursor: pointer;
	z-index: 2;
	font-size: 16px;
	padding: 20px 40px;
	letter-spacing: 3px;
	border-radius: 30px;
	background-color: var(--color-brown-gray-light);
	color: var(--color-white);
	border: none;
	box-sizing: border-box;
}

/* 768px */
@media only screen and (max-width: 48em) {
	form.form_01{
		padding: 0;
		}
    dl.form_item_01 dt{
        float:none;
        width:100%;
        padding:10px 5px 10px 50px;
        }
    dl.form_item_01 dd{
        float:none;
        width:100%;
        padding:10px 5px;
        }
    select.contact-type{
        width:98%;
        }
    /* text */
    input.input-text{
        width:98%;
        }
    /* mail */
    input.input-mail{
        width:98%;
        }
    /* textarea */
    textarea.textarea{
        width:98%;
        }
    /* submit */
    input.input-submit{
        }
	.form-btn{
		margin: 0 10px;
		padding: 30px 0 0 0;
		text-align:center;
		}
	input.input-submit{
		margin: 0 auto;
		width: 90%;
		font-size: 14px;
		padding: 20px 40px;
		}
	div.btn-group{
		display: block;
	}
	a.form_back{
		margin: 0 auto 10px;
		width: 90%;
		font-size: 14px;
		padding: 20px 40px;
	}
}

.hissu{
	color: tomato;
}
.hissu::before{
	content: "※";
}


.contact_note_box{
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 1.5px;
	padding: 20px 10px;
	margin: 0 auto 30px;
	border: solid 1px #000;
}

/* フォーム下部の注記 */
.form_address_box{
    text-align: center;
    padding: 10px 0;
}
.form_address_box p{
    font-size: 1.8rem;
    margin: 0 0 10px 0;
}
.form_address_box svg{
    fill:#fff;
    margin: 0 0 10px 0;
    width: 250px;
    height: 30px;
}

/* =====================DL===================== */
/* 1400px */
@media only screen and (max-width: 87.5em) {
}
/* 1024px */
@media only screen and (max-width: 64em) {
}
/* 960px */
@media only screen and (max-width: 60em) {
}
/* 768px */
@media only screen and (max-width: 48em) {
}
/* 720px */
@media only screen and (max-width: 45em) {
}
/* 600px */
@media only screen and (max-width: 37.5em) {
}
/* 480px */
@media only screen and (max-width: 30em) {
}
/* 320px */
@media only screen and (max-width: 20em) {
}