@charset "utf-8";


.form_sub_text {
    font-size: 12px;
    color: #ff49b5;	
}

.contact_check {
		margin-bottom: 1em;
}
.contact_check p {
		font-size: 14px;
    color: #ff49b5;
    margin-bottom: 1em;
}






select {
    padding: 4px 6px;
    box-sizing: border-box;
    border: solid 1px #b5b5b5;
}
select.full {
    width: 100%;	
}
textarea {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #b5b5b5;
    width: 100%;
}

input[type='text'] {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #b5b5b5;
    width: 100%;
}
input[type='email'] {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #b5b5b5;
    width: 100%;
}
input[type='tel'] {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #b5b5b5;
    width: 100%;
}
input[type='date'] {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #b5b5b5;
    width: 100%;
}

#datepicker_1 {
		max-width:200px;
}
#datepicker_2 {
		max-width:200px;
}
		
.p-locality {
		margin-top:5px;
}
.p-extended-address {
		margin-top:5px;
}

input[type='text'].p-postal-code {
    width: auto;
}


.form_bloc {
		border: solid 1px #bfbfbf;	
}
.form_bloc + .form_bloc {
		margin-top: 1em;
}


.half_box {
		width: 49%;
    align-items: center;
    justify-content: space-between;
}
.half_box input {
    flex: 1 0 0%;
    margin-left: 5px;
}
.half_box .ttl {
    font-size: 14px;
}

#Contact {
		padding:0;
}

#Contact .upper {
    margin-bottom: 1em;
}
#Contact .upper h2 {
    font-size: 36px;
    line-height: 1.4em;
    display: inline-block;
    border-bottom: solid 1px;
    margin-bottom: 1em;
}
#Contact .upper .detail {

}
#Contact .upper .detail dl {
		margin: 0;
}
#Contact .upper .detail dl + dl {
		margin-top: 1em;
}
#Contact .upper .detail dl dt {
		font-size: 24px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0.5em;
}
#Contact .upper .detail dl dd {
		font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
		margin: 0;
}




.attention_bloc {
    margin-bottom: 2em;
}
.attention_bloc h3 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.attention_bloc p {
    text-align: left;
}




.contact_wrap {
		padding: 2em 0 2em;
}

#Contact .contact_bloc {
		max-width: 1000px;
    width: 100%;
    margin: 0 auto 2em;
}



#Contact .contact_bloc dl {
		margin: 0;
    align-items: center;
    background: #e6e6e6;
}
#Contact .contact_bloc dl + dl {
		border-top: solid 1px #bfbfbf;

}

#Contact .contact_bloc .h-adr + dl {
		border-top: solid 1px #bfbfbf;

}
#Contact .contact_bloc dl + .h-adr {
		border-top: solid 1px #bfbfbf;

}


/*
#Contact .contact_bloc dl:nth-child(odd) {
    background: #eeeeee;
}
#Contact .contact_bloc dl:last-child {
		border-bottom: solid 1px #bfbfbf;
}
*/

#Contact .contact_bloc dl dt {
		width: 25%;
    text-align: left;
    position: relative;
    align-items: center;
    font-weight: normal;
    padding: 0.5em;
}
#Contact .contact_bloc dl dt span {
    font-size: 12px;
    color: #565656;
}
#Contact .contact_bloc dl dt.required {

}
#Contact .contact_bloc dl dt.required:after {
		content: "必須";
    display: inline-block;
    background: #ff49b5;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 4px 4px;
}

#Contact .contact_bloc dl dd {
		margin: 0;
    width: 73%;
    text-align: left;
    position: relative;
    box-sizing: border-box;
    border-left: solid 1px #bfbfbf;
    /* margin-left: 1em; */
    background: #fff;
    padding: 0.5em;
}

#Contact .contact_bloc dl dd p.sub{
		font-size: 14px;
    line-height: 1.2em;
    color: #777676;
    margin-top: 0.5em;
}

.name_box_wrap {
	
}
.name_box {
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}
.name_box + .name_box {
		margin-top:5px;
}
.name_box .name_sub {
    font-size: 14px;
    width: 17%;	
}

.name_box .contact_name {
    flex: 1 0 0%;
    margin-left: 0.5em;
}
.name_box .contact_zip {
    /*flex: 1 0 0%;*/
    margin-left: 0.5em;
}
.name_box .contact_pref {
    /*flex: 1 0 0%;*/
    margin-left: 0.5em;
}
.name_box .contact_address {
    flex: 1 0 0%;
    margin-left: 0.5em;
}






#Contact .contact_bloc .dl_bloc {
	
}
#Contact .contact_bloc .btn_bloc {
		margin-top: 2em;
}
#Contact .btn_bloc input[type="submit"] {
    color: #fff;
    text-decoration: none;
    width: 420px;
    height: 80px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 0 #b10a11;
    background: #f83e37;
    border: none;
    font-size: 20px;
}
#Contact .btn_bloc input[type="submit"]:hover {
    box-shadow: none;
    transform: translate3d(0, 6px, 0);
    background: rgba(253, 42, 0, 0.8);
}



.contact_name {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #b5b5b5;
    width: 50%;
}
.contact_kana {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #b5b5b5;
    width: 50%;
}
.contact_company {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #b5b5b5;
    width: 50%;
}
.contact_age {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #b5b5b5;

}
.contact_mail {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #b5b5b5;
    width: 100%;
}
.contact_tel {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #b5b5b5;
    width: 100%;
}
.contact_zip {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #b5b5b5;
    width: 90px;
}
.contact_address {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #b5b5b5;
    width: 100%;
}
.contact_desc {
		width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
		border: solid 1px #b5b5b5;
}

.contact_sex {
    padding: 5px 10px;
    box-sizing: border-box;
		border: solid 1px #b5b5b5;
}




.contact_message {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #b5b5b5;
    width: 100%;
}

.radio_wrap {
    justify-content: flex-start;
}
.radio_item + .radio_item {
		margin-left: 2em;
}
.radio_item:nth-child(4) {
		margin-left: 0;	
}






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

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

.btn_bloc button {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}
.btn_bloc button:hover {
		opacity:0.8;
}	




.contact_bottom {
    margin-top: 1em;	
}
.contact_bottom p {
		font-size: 14px;
    line-height: 1.4em;
}


.privacy {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 2em;
}
.privacy .upper {
	
}

.privacy_bloc {
		border: solid 1px #b4b5b4;
    background: rgba(255, 255, 255, 0.5);
    padding: 1em;
    box-sizing: border-box;
    height: 350px;
    overflow-y: scroll;
    font-size: 12px;
    text-align: left;
}
.privacy_bloc h3 {
	
}

.privacy_bloc .item_wrap {
	
}

.privacy_bloc .item_wrap .item {
	
}
.privacy_bloc .item_wrap .item + .item {
		margin-top: 0.5em;
}

.privacy_bloc .item_wrap .item h4 {
	
}
.privacy_bloc .item_wrap .item p {
    margin-left: 1em;
}

.contact_check_bloc {
		margin-bottom: 2em;
}


.btn_list {
		align-items: center;
    justify-content: center;
}
.btn_list * + * {
    margin-left: 2em!important;
}

.reset_btn {
    cursor: pointer;	
}
.back_btn {
    cursor: pointer;	
}


.data_bloc {
		max-width: 828px;
    width: 100%;
    margin: 4em auto 0;
}
.data_bloc table {
    width: 100%;
    font-size: 20px;
    line-height: 1.4em;
}
.data_bloc table th {
		border: solid 1px #34495E;
    padding: 1em;
    width: 20%;
		background:#EDF1F5;
}
.data_bloc table td {
		border: solid 1px #34495E;
    padding: 1em;
    text-align: left;
}
.data_bloc table td .bold {
		font-weight:700;
}
.data_bloc table td .flex {
    align-items: center;
    justify-content: flex-start;
}
.data_bloc table td .flex.bit {
    justify-content: space-between;
}
.data_bloc table td .focus {
    border: solid 1px #FF0000;
    color: #FF0000;
    padding: 0.2em 1em;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1em;
    margin-left: 1em;
}
.data_bloc table td .map_link {
    margin-left: 1em;
}
.data_bloc table thead th {
		background:#34495E;
		color:#fff;
}









/* **************************************************************** */
/* thanks
*/
.thanks_body {
    /*background: #d4ecf9;*/
}
/*
.thanks_body header{
    background: #fff;
    position: static;
    box-sizing: border-box;
}
*/
.thanks {
    position: relative;
    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%;
    padding: 4em 0;
}


.thanks_image {

}
.thanks_image p {
		color: #008bd5;
    font-size: 24px!important;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.thanks_image img {
	
}


.thanks .detail h1 {
		font-size: 24px;
    /* margin-bottom: 1em;*/
}
.thanks .detail p {
		font-size: 16px;
}

















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



#Contact {
    padding: 0;
}

.contact_wrap {
    padding: 2em 0.5em 1em;
}


#Contact .upper h2 {
    font-size: 21px;
}
#Contact .upper .detail dl dt {
    font-size: 16px;
}
#Contact .upper .detail dl dd {
    font-size: 14px;
}
#Contact .upper {

}
#Contact .upper p{
		font-size: 12px;
    line-height: 1.4em;
}


.name_box .name_sub {
    font-size: 12px;
    width: 25%;
}

.radio_item + .radio_item {
    margin-left: 0;
}
.radio_item {
    width: 50%;
    font-size: 14px;
}

.contact_bottom p {
    font-size: 10px;
    line-height: 1.4em;
}

.btn_bloc button {
    width: 60vw;
}



#Contact .contact_bloc dl dd p.sub {
    font-size: 10px;
}

.attention_bloc {
    margin-bottom: 0;
    padding: 1em;
}
.attention_bloc h3 {
    font-size: 18px;
}
.attention_bloc p {
    font-size: 14px;
}

#Contact .contact_bloc dl dt {
		width: 100%;
    /* margin-bottom: 5px; */
    font-size: 12px;
    padding: 5px 5px 0 5px;
}
#Contact .contact_bloc dl dt.required:after {
		font-size: 10px;
    padding: 3px;
}

#Contact .contact_bloc dl dd {
    width: 100%;
    border: none;
    padding: 5px;
    margin-left: 0;
}
#Contact .contact_bloc {
    margin-bottom: 1em;
}
#Contact .btn_bloc {

}
#Contact .btn_bloc .radio_item {
		font-size: 12px;
}
#Contact .btn_bloc input[type="submit"] {
    width: 100%;
    height: auto;
    padding: 1em 0;
    font-size: 18px;
}
.contact_name {
    width: 100%;
}
.contact_kana {
    width: 100%;
}
.contact_company {
    width: 100%;
}
.contact_tel {
    width: 100%;
}.privacy {
    margin: 0 auto 1em;
}

.privacy {
    margin: 0 auto 1em;
}
.privacy_bloc {
    font-size: 10px;
    height: 180px;
}

.contact_check_bloc {
    margin-bottom: 1em;
    font-size: 13px;
    line-height: 1.2em;

}

.contact_check_bloc input[type="checkbox"] {
		margin-right: 5px;
    vertical-align: sub;
}

.btn_list > *:nth-child(1) {
    width: 37%;
}
.btn_list > *:nth-child(2) {
		width: 60%;
}
.btn_list * + * {
    margin-left: auto!important;
}


#Contact .contact_bloc dl {
    padding: 0;
}



















.thanks {
		padding: 1em;
    background-size: contain,cover;
    box-sizing: border-box;
}
.thanks > .inner {
		display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.thanks .detail {
    padding: 0;
    box-sizing: border-box;
}
.thanks .detail h1 {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}

.thanks .detail p {
		font-size: 12px;
}

.thanks_image img {
    width: 20vw;
}
.thanks_image p {
		font-size: 16px!important;
}





}







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;}