@charset "utf-8";

/* **************************************************************** */
/* Contact
*/

.contact {
    padding: 4em 0;
}
.contact_bloc {
    margin: 0 auto;
}

.contact_bloc dl {
    border-top: solid 1px #ccc;
    margin: 0;
    padding: 0.6em 0;
    align-items: center;
    font-size: 16px;
}
.contact_bloc dl:nth-child(odd) {
    background: #efeeed;
}
.contact_bloc dl:last-child {
    border-bottom: solid 1px #ccc;
}
.contact_bloc dl dt {
    width: 30%;
    box-sizing: border-box;
    padding: 0 0.5em;
    text-align: left;
    position: relative;
    align-items: center;
    font-size: 16px;
    line-height: 1.2em;
}
.contact_bloc dl dt.required {

}
.contact_bloc dl dt.required:after {
		content: "必須";
    display: inline-block;
    background: #1a76d3;
    color: #fff;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 0;
}

.contact_bloc dl dd {
    margin: 0;
    /* width: 74%; */
    flex: 1 0 0%;
    text-align: left;
    position: relative;
    box-sizing: border-box;
    padding: 0 0.5em;
    /* border-left: solid 1px #438ec2; */
    /* margin-left: 1em; */
    /* padding-left: 1.2em;*/
}





.contact_date_box {
		align-items: center;
    justify-content: flex-start;
}
.contact_date_box + .contact_date_box {
    margin-top: 5px;
}
.contact_date_box .date_title {

}
.contact_date_box > * + * {
    margin-left: 5px;
}


.radio_item {

}
.radio_item > * + * {
    margin-left: 0.5em;
}


.radio_wrap {
    justify-content: flex-start;
}
.radio_item + .radio_item {

}

.check_wrap {
    justify-content: center;
    margin-bottom: 1em;
}

.radio_item2 {
		align-items: center;
    justify-content: flex-start;
}
.radio_item2 label {
		margin: 0 0.5em;
}



/* プライバシーチェック */
.contact_check_bloc {
		padding: 1em 0;
}
.contact_check_bloc span {
    margin-left: 0.5em;
}

.contact_privacy {
    border: solid 1px #b5b5b5;
    padding: 1em;
    font-size: 14px;
    text-align: left;
    max-width: 1000px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto 2em;
    overflow-y: scroll;
    height: 200px;
}


/* **************************************************************** */
/* ボタン処理
*/
.btn_bloc {
	
}
.btn_bloc button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    background: #0e4985;
    color: #fff;
    font-size: 21px;
    line-height: 1.2em;
    font-weight: bold;
    width: 100%;
    max-width: 360px;
    box-sizing: border-box;
    padding: 1em;
    /* border-radius: 50px; */
    box-shadow: 0 3px 0 #0574e8;
}

/* **************************************************************** */
/* フォームコントロール
*/
input:focus::-webkit-input-placeholder {color: transparent;}
input:focus::-moz-placeholder {color: transparent;}
input:focus::-ms-input-placeholder {color: transparent;}
input:focus::placeholder {color: transparent;}

.fmctr {
		font-size:16px;
		width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
    border: solid 1px #a0a0a0;
    background: #ffffff;
    border-radius: 0;
}
select.fmctr  {
    padding: 9px 10px;
}
.contact_text {}
.contact_company {}
.contact_position {}
.contact_name {}
.contact_name_sepa {width: calc(50% - 2px);}
.contact_kana {}
.contact_kana_sepa {width: calc(50% - 2px);}
.contact_age {}
.contact_mail {}
.contact_tel {}
.contact_tel_sepa {width: 5em;}
.contact_fax {}
.contact_fax_sepa {width: 5em;}
.contact_zip1 {width: 3em;}
.contact_zip2 {width: 4em;}
.contact_pref {width:auto;}
.contact_address {}
.contact_message {}
.contact_date {width:auto;}
.contact_time {width:auto;}

/* **************************************************************** */
/* thanks
*/

.thanks_body {

}
.thanks_body footer {

}
.thanks_body header{
    position: static;
    box-sizing: border-box;
}
.thanks {
    position: relative;
    box-sizing: border-box;
    padding: 4em 0;
}
.thanks .inner {
    text-align: left;
    position: relative;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.thanks .detail {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 10;
    width: 100%;
}
.thanks .detail h1 {
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 1em;
}
.thanks .detail h1 + p {
		font-size: 14px;
}
.thanks_image {
    margin-bottom: 2em;
}


.thanks_image p {
    display: inline-block;
    font-size: 36px;
    line-height: 1.4em;
    position: relative;
    color: #bf833c;
    font-weight: 700;
}


.thanks_image figure {
		margin-bottom:2em;
}







@media screen and (max-width: 768px) {

.contact {
    padding: 1em
}



.contact_bloc dl {
    border-top: solid 1px #dcdcdc;
    margin: 0;
    padding: 0.5em 0;
    align-items: center;
}
.contact_bloc dl dt {
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    padding: 0 0.5em;
}
.contact_bloc dl dd {
		width: 100%;
    border: none;
    padding-left: 0;
    margin-left: 0;
    padding: 0 0.5em;
}
.contact_bloc dl dt.required:after {
		content: "必須";
    display: inline-block;
    color: #fff;
    font-size: 10px;
    padding: 0px 5px;
    border-radius: 4px;
}

.contact_date_box {
    align-items: center;
    justify-content: space-between;
}
.contact_date_box .date_title {
    width: 100%;
    font-size: 12px;
}
.contact_date {
    width: calc(50% - 2px);
    margin: 0;
}
.contact_time {
    width: calc(50% - 2px);
    margin: 0;
}

.btn_bloc button {
    font-size: 16px;
    font-weight: normal;
}
































.thanks {
    padding: 2em 1em;
}
.thanks_image {
    margin-bottom: 1em;
}
.thanks_image p {
    font-size: 20px!important;
}
.thanks_image p:after {
    bottom: -13px;
    border-width: 10px 10px 0 10px;
}

.thanks .detail h1 + p {
		font-size: 14px;
    line-height: 1.2em;
    text-align: left;
}

.thanks .detail h1 {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 1em;
}

.thanks_body {
    height: auto;
}





















}