@charset "UTF-8";
/* CSS Document */
/*----------------------------------------------------------
お問い合わせcss
----------------------------------------------------------*/


/*----------------------------------------------------------
お問い合わせ
----------------------------------------------------------*/


/* お問い合わせ
----------------------------------------------------------*/
.intro_txt {
    text-align: center;
    text-decoration: underline;
}
input{
	background: none;
}
/* フォーム
----------------------------------------------------------*/
.contact_form {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 40px 0;
}
.contact_form dt {
    width: 30%;
    margin: 20px 0;
    font-weight: bold;
}
.contact_form dd {
    width: 70%;
    margin: 20px 0;
}
.contact_form input {
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #707070;
}
.contact_form textarea {
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #707070;
    height: 220px;
}
.postno_area {
    margin-bottom: 20px;
}
.hissu {
    background-color: #D64C4D;
    border-radius: 3px;
    padding: 5px 10px;
	width: 100%;
    color: #FFFFFF;
    margin-left: 10px;
}
.privacy_wrap {
    border: 1px solid #707070;
    padding: 40px;
}
.privacy_wrap h3 {
    font-size: 1.25em;
    margin-bottom: 1em;
}
.privacy_wrap p a {
    text-decoration: underline;
}
.privasy_check {
    text-align: center;
    margin: 10px auto;
}
.privasy_check input {
    margin-right: 10px;
}
.submit_btn_area{
	max-width: 400px;
	margin:0 auto;
}
.submit_btn_area button {
    display: block;
	padding: 0.5em;
    margin: 50px auto;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.4;
    background-color: #187D5F;
    border-radius: 20px;
    position: relative;
    font-size: 0.9em;
    border: none;
	width: 100%;
}
.submit_btn_area button:after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(images/tri_white.png);
    background-size: cover;
    display: inline-block;
    margin-right: 5px;
}

@media screen and (max-width: 736px) {
    .contact_form {
        flex-direction: column;
    }
    .contact_form dt {
        width: 100%;
        margin: 20px 0 0 0 ;
        font-weight: bold;
    }
    .contact_form dd {
        width: 100%;
        margin: 5px 0 20px 0;
    }
	.submit_btn_area {
        margin: 30px auto;
		width: 80%;
    }
    .submit_btn_area button {
        margin: 30px auto;
        padding: 0.5em 4em;
    }
    .submit_btn_area button::after {
        right: 2em;
    }
}

/*入力画面に戻る
----------------------------------------------------------*/
.form_back {
    text-align: center;
    width: 100%;
	margin: 0 auto;
}
.form_back a{
	display: block;
    max-width: 400px;
    margin: 4em auto;
    padding: .5em 0;
    background-color: #CCCCCC;
    border-radius: 20px;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
}
.form_back a::before {
	content: "";
    background: url(../common/img/tri_glay.png) no-repeat center center;
    background-size: 10px 10px;
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
}
@media screen and (max-width: 736px) {
	.form_back {
		min-width: 100%;
    }
	.form_back a {
		width: 80%;
	}
}

/*お電話でのお問い合わせ
----------------------------------------------------------*/
.inquiry_tel{
	border: 2px solid #197D5F;
	border-radius: 15px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
}
.inquiry_tel h2{
	border-bottom: 1px solid #197D5F;
	color: #197D5F;
	font-size: 1.5em;
	font-weight: bold;
	padding: 10px;
}
.inquiry_tel div{
	padding: 10px 40px;
}
.inquiry_tel p span{
	font-weight: bold;
	font-size: 1.2em;
}

/*確認画面
----------------------------------------------------------*/
.content_wide_m.confirm_width{
	max-width: 800px;
    margin: 0 auto;
}
.content_wide_m.confirm_width dl{
	display: flex;
	align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
	margin: 40px 0;
}
.content_wide_m.confirm_width dt{
	width: 30%;
    margin: 7px 0 20px 0;
    font-weight: bold;
}
.content_wide_m.confirm_width dd{
	width: 70%;
    padding: 7px 10px;
    border: 1px solid #707070;
	margin: 0 0 20px 0;
}
@media screen and (max-width: 736px) {
	.content_wide_m.confirm_width dt{
		width: 100%;
	}
	.content_wide_m.confirm_width dd{
		width: 100%;
	}
}