@charset "utf-8";

.sub_mv_bg{
    /* background-image: url("../img/sub_contact_mv.png"); */
	/* background-position: center top; */
}

.sub_mv {
	background-image: url(../img/bg_contact.png);
}


.clear:after {
    display: block;
    content: "clear";
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.show_main {
    display: none;
}


input[type="submit"], input[type="reset"], input[type="button"], button {
    -webkit-appearance: none;
}


/* ----------- content ----------- */
.contact{
	padding-top: 50px;
	/* padding-bottom: 108px; */
	
}



/*-------------------- contact_form --------------------*/



.contact_content {
	margin: 0 auto;
}

.contact_list{
	background: #f6f4ef;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 34px 95px 34px 60px;
	border-radius: 10px;
}
.contact_content02{
	border-top: none !important;
}

.contact_line {
	width: 100%;
	display: table;
	table-layout: fixed;
	padding: 10px 0;
	/* border-bottom: 1px solid #30438c; */
}

.contact_line.application_part {
	/*display: none;*/
}

.contact_line01 {
	margin-bottom: 25px;
}
.contact_line02 {
	margin-bottom: 25px;
}

.contact_type {
	width: 215px;
	display: table-cell;
	vertical-align: middle;
	font-size: 1.6rem;
	line-height: 1;
	color: #282828;
	font-weight: bold;
	text-align: right;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 85px 0 0px;
}
.contact_type.mast:after{
	content: "必須";
	display: inline-block;
	width: 48px;
	/* height: 12px; */
	font-size: 1.4rem;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	padding: 5px 0 3px;
	background-color: #ef454a;
	border-radius: 5px;
	
	position: absolute;
	right: 17px;
	top: 14px;
}
.contact_type p span{
	display: inline-block;
}
.contact_type p span.mast{
	display: inline-block;
	font-size: 1.2rem;
	color: #ca0303;
	font-weight: normal;
	padding-left: 5px;
}

.contact_line02 .contact_type {
	vertical-align: top;
	width: 215px;
	
}
.contact_line03{
	margin-bottom: 0;
}
.contact_line03 .contact_type {
	vertical-align: top;
	padding-top: 17px;
	
}
.contact_type p.little{
	font-size: 1.2rem;
	font-weight: normal;
	padding-right: 40px;
	line-height: 1;
	padding-top: 2px;
}

.check .contact_line02 .contact_type {
	padding-top: 15px;
}

.contact_write {
	width: auto;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0px 0 0px;
	/* height: 48px; */
}
.contact_write02 {
	padding: 0 0px 0 25px;
}

.radio_list {
	width: 100%;
}

.radio_list li {
	/* width: 110px;
	float: left;
	position: relative;
	font-size: 16px;
	padding-left: 13px; */
	float: left;
	position: relative;
	font-size: 1.6rem;
	padding-right: 20px;
	margin-bottom: 10px;
}
.radio_list02 li {
	width: 150px;
}

.radio_left {
	/* width: 18px;
	display: table-cell;
	vertical-align: middle; */
	width: 18px;
	display: table-cell;
	vertical-align: top;
	padding-top: 2px;
}

.radio_right {
	/* display: table-cell;
	padding-left: 8px;
	vertical-align: middle;
	font-size: 1.6rem;
	line-height: 1;
	padding-top: 2px; */
	
	width: auto;
	display: table-cell;
	padding-left: 5px;
	vertical-align: top;
	color: #000000;
	font-size: 1.6rem;
}

.radio_list li input[type="radio"] {
	width: 16px;
	height: 16px;
	/* opacity: 0; */
	display: block;
}

.radio_list li label {
	/* position: absolute;
	left: 13px;
	top: 0;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	background: #FFFFFF;
	border-radius: 50%;
	border: 1px solid #e0e4ec; */
	
	position: absolute;
	left: 0;
	top: 2px;
	margin: auto;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: #FFFFFF;
	border: 1px solid #818181;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.radio_list li input.input_radio:checked+label {
	background: #f39801;
}

.radio_list li input.input_radio:checked+label::after {
	/* content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 6px;
	height: 6px;
	background-color: #0650cb;
	border-radius: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%); */
	
	content: "";
	position: absolute;
	left: 3px;
	bottom: 6px;
	width: 7px;
	height: 3px;
	border: 2px solid #FFFFFF;
	border-top: none;
	border-right: none;
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #afafaf;
	font-size: 14px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 400;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #afafaf;
	font-size: 14px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 400;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #afafaf;
	font-size: 14px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 400;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #afafaf;
	font-size: 14px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 400;
}

input.input_text,
textarea {
	display: block;
	width: 100%;
	height: 50px;
	border: none;
	background: #FFFFFF;
	font-size: 1.4rem;
	color: #070731;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	padding: 3px 15px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	border: 1px solid #9acc82;
	border-radius: 0;
}

textarea {
	height: auto;
	padding: 15px 15px;
	resize: none;
}

.birthdayBox{
		
}
.birthdayBox ul{
		
}
.birthdayBox ul li{
	display: inline-block;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.birthdayBox ul li:last-child{
	padding-right: 0px;
}
.birthdayBox ul li span{
	font-size: 1.6rem;
	margin-left: 12px;
}
.birthdayBox02{
		
}
.birthdayBox02 ul{
		
}
.birthdayBox02 ul li{
	display: inline-block;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.birthdayBox02 ul li:last-child{
	padding-right: 0px;
}
.birthdayBox02 ul li span{
	font-size: 1.6rem;
	margin-left: 12px;
}
.contact_write select {
    position: relative;
    width: 200px;
	height: 50px;
    padding: 10px 28px 10px 16px;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1;
    background: url(../img/contact/select_bg.png) no-repeat scroll right center;
	background-color: #FFFFFF;
    border: 1px solid #9acc82;
    border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	/* outline: none; */
}
select::-ms-expand { display: none; }
.contact_type03{
	display: block;
	width: 435px;
	padding-right: 0;
	margin-right: 0;
	margin-top: 10px;
	padding-right: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact_type03.mast:after {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.contact_write03{
	padding-top: 22px;
	padding-bottom: 20px
}
.checkbox_list {
	margin-bottom: -10px;
}
.checkbox_list li {
    /*width: 110px;*/
    float: left;
    position: relative;
    font-size: 1.6rem;
    padding-right: 20px;
    margin-bottom: 10px;
}

.checkbox_left {
	width: 18px;
	display: table-cell;
	vertical-align: top;
	padding-top: 2px;
}

.input_chb {
	width: 18px;
	height: 18px;
	/*visibility: hidden;*/
	opacity: 0;
	vertical-align: middle;
}

.checkbox_list label {
	position: absolute;
	left: 0;
	top: 2px;
	margin: auto;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: #FFFFFF;
	border: 1px solid #818181;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.checkbox_list input.input_chb:checked+label {
	background: #f39801;
}

.checkbox_list input.input_chb:checked+label::after {
	content: "";
	position: absolute;
	left: 3px;
	bottom: 6px;
	width: 7px;
	height: 3px;
	border: 2px solid #FFFFFF;
	border-top: none;
	border-right: none;
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.checkbox_right {
	width: auto;
	display: table-cell;
	padding-left: 5px;
	vertical-align: top;
	color: #000000;
	font-size: 1.6rem;
}

.experienceBox{
	width: 100%;
	
	/*display: table;*/
    border-collapse: separate;
    /*box-sizing: border-box;
    border-spacing: 4px;
    border-color: grey;
    border-right: none;*/
}
.experienceBox td.eC_borderB{
	border-bottom: 4px solid #FFFFFF;
}
.experienceBox td.eC_borderR{
	border-right: 4px solid #FFFFFF;
}
.experienceBox td.eC_th{
	width: 285px;
	padding: 22px 20px 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	
	font-size: 1.6rem;
	color: #000000;
	font-weight: bold;
	line-height: 2.2rem;
	text-align: justify;
}
.experienceBox td.eC_td{
	padding: 20px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}
.experienceBox td.eC_td .checkbox_list li {
    padding-right: 0px;
    margin-bottom: 0px;
    top: 1px;
}
.experienceBox select {
    position: relative;
    width: 112px;
    padding: 10px 28px 10px 16px;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1;
    background: url(../img/select_bg.png) no-repeat scroll right center,#FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.computationTime{
	width: 98%;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 5px;
}
.computationTime table{
	width: 100%;
}
.computationTime table td:nth-child(1){
	width: 43px;
	font-size: 1.6rem;
	line-height: 1;
}
.computationTime input.input_text {
    height: 38px;
    border: 1px solid #FFFFFF;
}
.computationTime p{
	font-size: 1.4rem;
	padding-top: 10px;
}

.eB_pink{
	background-color: #ffe8e9;
}
.eB_blue{
	background-color: #d2ecf6;
}
.eB_yellow{
	background-color: #f7e8ad;
}
.eB_green{
	background-color: #cce198;
}
.mg_bottom20{
	margin-bottom: 20px;
}
.font_normal{
	font-weight: normal;
}
.contact_type04 {
    display: block;
    width: auto;
    padding-right: 0;
    margin-right: 0;
    margin-top: 10px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact_annotation02{
	font-size: 1.4rem;
	line-height: 2.2rem;
	padding-top: 10px;
}


.agree {
	position: relative;
	margin-top: 20px;
	margin-bottom: 45px;
}

.agree_left {
	width: 18px;
	display: table-cell;
	vertical-align: top;
	padding-top: 2px;
}

.agree label {
	position: absolute;
	left: 0;
	top: 0px;
	margin: auto;
	width: 21px;
	height: 21px;
	cursor: pointer;
	background: #FFFFFF;
	border: 2px solid #e1e1e1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.agree input.input_chb:checked+label {
	background: #30438c;
}

.agree input.input_chb:checked+label::after {
	content: "";
	position: absolute;
	left: 4px;
	bottom: 6px;
	width: 7px;
	height: 3px;
	border: 2px solid #FFFFFF;
	border-top: none;
	border-right: none;
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.agree_right {
	width: auto;
	display: table-cell;
	padding-left: 15px;
	vertical-align: top;
	color: #070731;
	font-size: 1.6rem;
	position: relative;
	top: -1px;
}
.agree_right a{
	color: #000000;
	text-decoration: underline;
}
.agree_right a:hover{
	color: #30438c;
}

#submit{
	display: block;
	margin: 58px auto 0;
	width: 90%;
	max-width: 375px;
	border: 2px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #ef454a;
	padding: 22px 20px 20px;
	padding: 22px 20px 15px\0;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	outline: none;
	cursor: pointer;
	border-radius: 8px;
}
#submit:hover{
	opacity: 0.9;
	background: #9acc82;
	background-position: 93% center;
}
.contact_part{
	/* display: none; */
}
.contact_annotation{
	padding-top: 23px;
	font-size: 1.4rem;
	line-height: 2.8rem;
}
.contact_annotation a{
	text-decoration: underline;
	color: #282828;
}
.contact_annotation a:hover{
	text-decoration: underline;
	color: #9acc82;
}

/* ----------- contact_check ----------- */
.check {
	display: none;
	/* padding-top: 95px;
	padding-bottom: 95px; */
	background: rgba(0,0,0,0.8);
	color: #000000;
	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.check_content {
	width: 1200px;
	max-width: 95%;
	max-height: 90%;
	overflow-y: auto;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 60px 60px 80px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.check_content .contact_line {
	
}

.check_content .contact_line02 {
	
}

.check_content .contact_line:last-of-type .contact_type {
	vertical-align: top;
}

.check_txt {
	font-size: 14px;
	color: #070731;
	background: #e1e1e1;
	padding: 15px 20px 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.check_btn {
	width: 100%;
	margin: 0 auto;
	/* overflow: hidden; */
	/* clear: both; */
	padding: 45px 0 0;
}

.check_btn a {
	width: 48%;
	display: block;
	float: right;
	font-size: 2.0rem;
	line-height: 1;
	background: #a0a0a0;
	text-align: center;
	color: #FFFFFF;
	padding: 22px 20px 19px;
	padding: 22px 20px 15px\0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 8px;
	font-weight: bold;
}

.check_btn a.form_next {
	margin-left: 4%;
	color: #FFFFFF;
	background: #ef454a;
}

.check_btn a:hover {
	/* transform: translateY(-5px); */
	background-color: #9acc82;
}
.check_btn::after {
    content: "";
    width: 100%;
    height: 0;
    clear: both;
    display: block;
}

pre {
	font-size: 14px;
	color: #070731;
	white-space: pre-wrap;
	word-wrap: break-word;
	background: #e1e1e1;
	padding: 15px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
/*thankapage pop*/
.thankspage_pop {
	/* display: none; */
	color: #282828;
	margin-top: 85px;
}

.thankspage_pop_content {
	width: 1200px;
	max-width: 95%;
	margin: 0 auto;
	text-align: center;
	border-top: 2px solid #9acc82;
	border-bottom: 2px solid #9acc82;
	padding: 60px 0 50px;
	font-size: 20px;
	font-weight: bold;
	/* color: #f39801; */
	background-color: #FFFFFF;
}
.thankspage_pop_content p{
	padding: 0 10px;
}

.btn_top {
	display: block;
	margin: 45px auto 0;
	width: 90%;
	max-width: 465px;
	border: 2px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ef454a;
	padding: 24px 20px 18px;
	padding: 22px 20px 15px\0;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	outline: none;
	cursor: pointer;
	border-radius: 8px;
}

.btn_top:hover {
	background: #9acc82;
}

.thankspage_content02{
	display: none;
}





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

	/* ----------- contact ----------- */
	.contact {
	    /* padding-top: 80px; */
	    padding-bottom: 80px;
	}
	.contact_list {
	    padding: 34px 40px 34px;
	}
	.contact_type {
	    /* width: 280px;
	    font-size: 2.0rem; */
	    padding: 0 75px 0 0px;
	}
	.contact_type.mast:after {
	    width: 45px;
	    font-size: 1.4rem;
	    border-radius: 3px;
	    right: 17px;
	    top: 18px;
	}
	
	input.input_text, textarea {
		height: 55px;
	    padding: 0 15px;
	}
	textarea {
		height: auto;
	    padding: 15px;
	}
	.contact_line03 .contact_type {
	    padding-top: 20px;
	}
	.contact_write {
	    padding: 0 0px 0 0px;
	}
	
	
	
	/* ----------- contact_check ----------- */
	.check_content {
	    padding: 40px 30px 60px;
	}
	.check_txt {
	    padding: 15px 15px 12px;
	}
	
	/* ----------- thankspage ----------- */
	.thankspage_pop {
		margin-top: 80px;
	}
	

}

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

	/* ----------- contact ----------- */
	.contact {
	    /* padding-top: 60px; */
	    padding-bottom: 60px;
	}
	.contact_content {
	    /* margin-top: 25px; */
	}
	.contact_list {
	    padding: 20px 30px 20px;
		border-radius: 8px;
	}
	.contact_line {
	    
	}
	.contact_type {
	    width: auto;
	    display: block;
	    padding-right: 0px;
		text-align: left;
		padding-bottom: 10px;
		/* font-size: 1.8rem; */
	}
	.contact_write {
	    display: block;
	    padding: 0 0px 0 0px;
	}
	.contact_line02 .contact_type {
	    width: auto;
	}
	.contact_line02 {
	    margin-bottom: 10px;
	}
	input.input_text, textarea {
	    height: 50px;
	}
	textarea {
	    height: auto;
	}
	.contact_line03 .contact_type {
	    padding-top: 0px;
	}
	.contact_type p{
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
	}
	.contact_type.mast:after {
		vertical-align: middle;
	    right: 0px;
	    top: -2px;
		position: relative;
		font-size: 1.2rem;
		padding: 4px 0 3px;
		width: 35px;
	}
	.agree label {
	    width: 18px;
	    height: 18px;
	    border: 1px solid #e1e1e1;
	}
	.agree_right {
	    padding-left: 10px;
	    font-size: 1.4rem;
	    top: -1px;
	}
	#submit {
	    width: 90%;
	    max-width: 350px;
	    padding: 18px 20px 15px;
	    font-size: 1.8rem;
		margin: 40px auto 0;
	}
	
	/* ----------- contact_check ----------- */
	.check_content {
	    padding: 20px 20px 40px;
	}
	.check_btn {
	    padding: 20px 0 0;
	}
	.check_btn a {
		width: 49%;
	    padding: 18px 10px 15px;
		font-size: 1.8rem;
	}
	.check_btn a.form_next {
	    margin-left: 2%;
	}
	
	.btn_top{
		width: 90%;
		max-width: 400px;
		padding: 18px 10px 14px;
		font-size: 1.8rem;
		margin: 40px auto 0;
	}
	
	/* ----------- thankspage ----------- */
	.thankspage_pop {
		margin-top: 70px;
	}
	
	.thankspage_pop_content {
	    padding: 60px 0 50px;
	    font-size: 1.8rem;
	}
	
	
	

}

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

	.sub_mv_tit {
		width: 300px;
	}
	
	/* ----------- contact ----------- */
	.contact {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.contact_content {
	    /* margin-top: 20px; */
	}
	.contact_list {
	    padding: 15px 15px 15px;
	    border-radius: 5px;
	}
	
	.contact_synopsis {
	    font-size: 1.4rem;
	    line-height: 2.4rem;
	    padding-bottom: 20px;
	}
	
	.contact_type {
	    padding-bottom: 10px;
	    font-size: 1.6rem;
	}
	
	input.input_text, textarea {
	    font-size: 1.4rem;
	    padding: 0 10px;
		height: 40px;
	}
	textarea {
		height: auto;
	    padding: 10px;
	}
	.checkbox_right {
	    font-size: 1.4rem;
	    padding-top: 1px;
	}
	.radio_right {
	    font-size: 1.4rem;
	    padding-top: 1px;
	}
	#submit {
	    width: 90%;
	    padding: 15px 20px 14px;
	    font-size: 1.6rem;
		margin: 25px auto 0;
	}
	.agree {
	    margin-bottom: 30px;
	}
	
	
	/* ----------- contact_check ----------- */
	.check_content {
	    padding: 20px 10px 40px;
	}
	.check_txt {
	    font-size: 14px;
	    padding: 10px;
	}
	pre {
	    font-size: 14px;
	    padding: 10px;
	}
	.check_btn {
	    padding: 10px 0 0;
	}
	.check_btn a {
		display: block;
		margin: 0 auto;
	    width: 90%;
	    float: none;
	    font-size: 1.6rem;
	    padding: 15px 20px 14px;
	}
	.check_btn a.form_next {
	    margin: 0 auto 20px;
	}
	
	.thankspage_pop_content {
	    padding: 40px 0 40px;
	    font-size: 1.6rem;
	}
	.thankspage_pop_content p{
		padding: 0 10px;
	}
	.btn_top{
		width: 90%;
		padding: 15px 20px 14px;
		font-size: 1.6rem;
		margin-top: 20px;
	}
	
	
	

}

/* contact_banner */
.contact_banner{
	padding-top: 20px;
	padding-bottom: 20px;
}
.contact_bList{
	display: flex;
	justify-content: center;
	/* align-items: center; */
	gap: 41px;
}
.contact_bList>li{
	width: 306px;
	background-color: #f6f4f0;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 128px;
	padding: 20px 10px;
	box-sizing: border-box;
}
.contact_bTitle{
	text-align: center;
}
.contact_bTitle p{
	display: inline-block;
	font-size: 2.4rem;
	line-height: 1.25;
	font-weight: bold;
	padding-left: 25px;
	background: url(../img/contact/title_ico02.png) no-repeat left top 4px;
}
.contact_bInner{
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.2;
	margin-top: 10px;
}

.contact_bList>li.contact_bclose{
	background-color: #dddddd;
	color: #afafaf;
}


@media only screen and (max-width: 1024px) {
	.contact_banner {
	    padding-bottom: 0px;
	}
	.contact_bList {
	    gap: 20px;
	}
	.contact_bTitle p {
	    font-size: 2.0rem;
	    background-position: left top 3px;
	}
	.contact_bInner {
	    font-size: 1.4rem;
	    margin-top: 10px;
	}
	
	
}

@media only screen and (max-width: 768px) {
	.contact_bList {
	    gap: 10px;
	}
	.contact_bTitle p {
	    font-size: 1.8rem;
		padding-left: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.contact_bList {
		gap: 20px;
		flex-wrap: wrap;
	}
	.contact_bList>li {
	    width: 306px;
	    min-height: 100px;
	}
}
