@charset "utf-8";

/* **************************************************************** */
/* Contact
*/

.contact {
    padding: 4em 0;
}
.contact_upper {
    margin-bottom: 2em;
}
.contact_upper h2  {

}
.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;
    line-height: 1;
    padding: 4px;
    border-radius: 2px;
}

.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;
    flex: 1 0 0%;
}


.radio_item {

}
.radio_item > * + * {
    margin-left: 0.5em;
}
.radio_item.flex {
    align-items: center;
    justify-content: flex-start;
}
.radio_item .sub {

}
.radio_item label {

}
.radio_item label span {

}


.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_item {
    display: inline-block;
}
.ECM_CheckboxInput {
		display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.ECM_CheckboxInput-Input {
    margin: 0;
    position: absolute;
    left: 6px;
    bottom: 0;
}
/*
.ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput{
		border: dashed 2px #333333;
}
*/
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
		background: #333333;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 40%;
		height: 4px;
		border-radius: 2px;
		transform: translate(-6px, 5px) rotateZ(-135deg);
		transform-origin: 2px 1px;
		background: #FFFFFF;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 76%;
		height: 4px;
		border-radius: 2px;
		transform: translate(-6px, 5px) rotateZ(-45deg);
		transform-origin: 1px -1px;
		background: #FFFFFF;
}
.ECM_CheckboxInput-DummyInput {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    border: solid 2px transparent;
    background: #e1e1e1;
    border-radius: 4px;
    z-index: 2;
}
.ECM_CheckboxInput-LabelText {
    display: block;
    font-size: 0.9em;
    line-height: 1;
    margin-left: 0.5em;
}





.check_label {
		display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.check_label input {
    margin: 0;
    position: absolute;
    left: 6px;
    bottom: 0;
}
/*
.ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput{
		border: dashed 2px #333333;
}
*/
.check_label input:checked + .check_dummy {
		background: #333333;
}
.check_label input:checked + .check_dummy::before {
content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 4px;
    border-radius: 2px;
    transform: translate(-6px, 5px) rotateZ(-135deg);
    transform-origin: 2px 0px;
    background: #FFFFFF;
}
.check_label input:checked + .check_dummy::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 76%;
    height: 4px;
    border-radius: 2px;
    transform: translate(-6px, 5px) rotateZ(-45deg);
    transform-origin: -1px -2px;
    background: #FFFFFF;
}
.check_dummy {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    border: solid 2px transparent;
    background: #e1e1e1;
    border-radius: 4px;
    z-index: 2;
}
.check_text {
    display: block;
    font-size: 1em;
    line-height: 1;
    margin-left: 0.5em;
}


.radio_label {
		display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.radio_label input {
    margin: 0;
    position: absolute;
    left: 6px;
    bottom: 1px;
}
/*
.ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput{
		border: dashed 2px #333333;
}
*/
.radio_label input:checked + .radio_dummy {
		/*background: #333333;*/
}
.radio_label input:checked + .radio_dummy::before {
		content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60%;
    height: 60%;
    border-radius: 50%;
    background: #333333;
}
.radio_dummy {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    border: solid 2px transparent;
    background: #e1e1e1;
    border-radius: 50%;
    z-index: 2;
}
.radio_text {
    display: block;
    font-size: 1em;
    line-height: 1;
    margin-left: 0.5em;
}




.selectbox {
    overflow: hidden;
    width: auto;
    text-align: center;
    position: relative;
    border: 1px solid #bbbbbb;
    background: #ffffff;
}
.selectbox 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;
}
.selectbox select::-ms-expand {
    display: none;
}

.selectbox::before {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		right: 0.9em;
		width: 0;
		height: 0;
		padding: 0;
		content: '';
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #666666;
    pointer-events: none;
    z-index: 2;
}
.selectbox:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2.5em;
    content: '';
    border-left: 1px solid #bbbbbb;
    background: #fff;
}
.selectbox select {
    padding: 8px 38px 8px 8px;
    color: #666666;
    position: relative;
    z-index: 2;
}




.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;
}


/* **************************************************************** */
/* ボタン処理
*/
.contact .btn_bloc {
		margin-top: 2em;
}
.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;}

textarea:focus::-webkit-input-placeholder {color: transparent;}
textarea:focus::-moz-placeholder {color: transparent;}
textarea:focus::-ms-input-placeholder {color: transparent;}
textarea: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(100% / 2 - 3px);}
.contact_kana {}
.contact_kana_sepa {width: calc(100% / 2 - 3px);}
.contact_age {width: 3em;}
.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;}

.ui-widget.ui-widget-content {
    z-index: 100!important;
}


/* **************************************************************** */
/* 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;
}

.radio_wrap.flex .radio_item + .radio_item {
    margin-left: 1em;
}





@media screen and (max-width: 768px) {

input, button, select, textarea {-webkit-appearance: none;}






.contact {
    padding: 1em 0;
}
.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;
}

.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;
		*/
		width: 9em;
    margin: 0;
    flex: unset;
}
.contact_time {
    margin: 0;
}

.btn_bloc button {
    font-size: 16px;
    font-weight: normal;
}
.contact_check_bloc {
    padding: 1em;
}
.contact_privacy {
    margin: 0 1em 1em;
    box-sizing: border-box;
    width: auto;
}

.contact .btn_bloc {
    padding: 0 1em;
    margin-top: 1em;
}

.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;
}





















}