/* --------------- privacy --------------- */

.ttl-mds.contact {
	transform: translateY(-27px);
}

.wrap_contact {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
}

.col_contact {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 65px 0;
}

.col_contact .box {
	margin: 0 0 48px;
	padding: 55px 20px;
	text-align: center;
	background-color: #e2eef7;
}

.col_contact .box .mds_contact {
	margin: 0 0 35px;
	padding: 0;
	color: #1d2087;
	font-size: 25px;
	font-weight: 600;
}


/*フォーム*/


.form_contact1 {
	max-width: 746px;
	margin: 0 auto;
	padding: 0;
}

.form_contact1 dl {
	max-width: 821px;
	margin: 0 auto 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.form_contact1 dl.vtop {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.form_contact1 dl dt {
	width: 224px;
	margin: 0;
	padding: 0% 15px 2% 1em;
	color: #1d2087;
	font-size: 14px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.form_contact1 dl.vtop dt {
	padding-top: 1.5%;
}

.require {
	margin: 0 0 0 6px;
	padding: 3px 6px;
	line-height: 1.1;
	color: #fff;
	border-radius: 4px;
	background-color: #1d2087;
	display: inline-block;
}

.require.none {
	background-color: transparent;
}

.cp_ipselect {
	overflow: hidden;
	width: 90%;
	text-align: center;
}

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

.cp_ipselect select::-ms-expand {
	display: none;
}

.cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
	width: 50%;
	min-width: 202px;
}

.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 1.2em;
	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;
}

.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}

.cp_ipselect.cp_sl02 select {
	padding: 13px 12px;
	color: #3e3a39;
	height: 47px;
}


.form_contact1 dl dd {
	width: 80%;
	margin: 0 0 0 2%;
	color: #094084;
	padding: 1% 15px 2% 0;
	text-align: left;
}

.form_contact1 dl dd input[type="tel"],
.form_contact1 dl dd input[type="text"],
.form_contact1 dl dd input[type="email"],
.form_contact1 dl dd textarea {
	width: 100%;
	padding: 13px 12px;
	color: #313333;
	font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
	font-size: 14px;
	font-weight: 400;
	background-color: #fff;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
}

.form_contact1 dd .addres_num {
	margin-bottom: 10px;
}

.form_contact1 dl dd .addres_num input[type="text"] {
	width: 30%;
}

.form_contact1 dl dd.yubin .addres input[type="text"] {
	width: 85%;
}

.form_contact1 dl dd textarea {
	height: 12em;
}

.form_contact1 dl dd input::placeholder,
.form_contact1 dl dd textarea::placeholder {
	color: #c4c5c5;
	font-weight: 400;
}

.form_contact1 dl dd input:-ms-input-placeholder,
.form_contact1 dl dd textarea:-ms-input-placeholder {
	color: #c4c5c5;
	font-weight: 400;
}

.form_contact1 dl dd input::-ms-input-placeholder,
.form_contact1 dl dd textarea::-ms-input-placeholder {
	color: #c4c5c5;
	font-weight: 400;
}

.form_contact1 dd.gender .radio_box span.mwform-radio-field:not(:last-child) {
	width: 20%;
	display: inline-block;
}

.form_contact1 dd.old input[type="text"] {
	width: 84px;
	margin-right: 10px;
}


.border_form1 {
	margin: 0 0 30px;
	padding: 15px 0 0 0;
	border: none;
	border-bottom: dotted 1px #094084;
}

.txt_contact_privacy {
	margin: 0 0 40px;
	padding: 20px 0 0 0;
	text-align: center;
}

.txt_contact_privacy a {
	color: #094084;
}

.btn_form_contact {
	margin: 0;
	padding: 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.btn_form_contact + .btn_form_contact { margin-top: 15px; }

.btn_form_contact input {
	width: 261px;
	height: 65px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
	background-color: transparent;
	border: none;
	cursor: pointer;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-webkit-appearance: none;
}

.btn_form_contact input:active,
.btn_form_contact input:focus {
	outline: none;
}

.btn_form_contact .btn_box {
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.btn_form_contact .btn_box::before {
	content: '';
	width: 1px;
	height: 58%;
	background-color: #1d2087;
	position: absolute;
	bottom: 21%;
	left: 77%;
}
.btn_form_contact .btn_box:hover::before {
	background-color: #ffffff;
}
.btn_form_contact .btn_box::after {
	content: '';
	width: 9px;
	height: 16px;
	background: url(../img/bot_aroow.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 37%;
	right: 11%;
	transform: rotate(-90deg);
}
.btn_form_contact .btn_box:hover:after {
	background: url(../img/bot_aroow2.png) no-repeat center center;
	transform: rotate(-90deg);
}

.btn_form_contact .btn_box .btn01 {
	width: 230px;
	padding: 17px 12px 17px 0;
	color: #1d2087;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
	text-align: center;
	text-decoration: none;
	line-height: 1.2em;
	background: #ffffff;
	border: 1px solid #1d2087;
	border-radius: 90px;
	display: block;
	transition: all 0.5s 0s;
}
.btn_form_contact .btn_box .btn01:hover {
	color: #ffffff;
	background: #1d2087;
	border: 1px solid #1d2087;
}

.btn_form_contact .btn_box .wpcf7-spinner {
	position: absolute;
	top: 100%;
	left: calc( 50% - 12px );
}

.txt_contact_error {
	margin-bottom: 30px;
	text-align: center;
}

.form_contact1 .error {
	margin: 2px 0 0;
	color: #d6000e;
	font-size: 15px;
	display: block;
}

#Error .form_contact1 dl {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.txt_contact_conf {
	margin-bottom: 30px;
	text-align: center;
}

.form_contact1.confirm { padding-top: 20px; }

.form_contact1.confirm dl.vtop dt {
	padding-top: 0;
}
.form_contact1.confirm dl dd { padding-top: 0; }

#Conf .form_contact1 dl dd {
	color: #555353;
}

.txt_contact_thanks {
	margin-bottom: 50px;
	text-align: center;
}

.btn1.contact1 {
	max-width: 280px;
	margin: 0 auto 40px;
	display: block;
}

#Thanks .bg_contact_notice {
	margin-bottom: 0;
}

#Thanks .inner_contact2 {
	padding-bottom: 60px;
}

a.btn_thanks {
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
	padding: 17px 12px 17px 0;
	color: #1d2087;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	line-height: 1.2em;
	background: #ffffff;
	border: 1px solid #1d2087;
	border-radius: 90px;
	display: block;
	transition: all 0.5s 0s;
	position: relative;
	z-index: 0;
}
a.btn_thanks:hover {
	color: #ffffff;
	background: #1d2087;
}
a.btn_thanks::before {
	content: '';
	width: 1px;
	height: 58%;
	background-color: #1d2087;
	position: absolute;
	bottom: 21%;
	left: 77%;
}
a.btn_thanks:hover::before { background-color: #fff; }
a.btn_thanks::after {
	content: '';
	width: 9px;
	height: 16px;
	background: url(../img/bot_aroow.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 37%;
	right: 11%;
	transform: rotate(-90deg);
}
a.btn_thanks:hover:after {
	background: url(../img/bot_aroow2.png) no-repeat center center;
	transform: rotate(-90deg);
}


@media print,
screen and (max-width: 850px) {
	.ttl.contact img {
		width: 90%;
		max-width: 399px;
		height: auto
	}

	.subcontent.pt {
		padding-bottom: 0px;
	}

	.col_contact {
		padding: 65px 0 0 0 ;
	}

	/*フォーム*/

	.col_contact .box {

		padding: 55px 0;
	}

	.form_contact1 dl {
		width: 100%;
		display: block;
	}

	.form_contact1 dl dt {
		width: 90%;
		margin: 0 auto;
		padding: 0 15px 10px 0;
		color: #1d2087;
		font-size: 14px;
		font-weight: 400;
		border-top:none;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		font-size: 15px;
		font-weight: bold;
	}

	.form_contact1 dl dd {
		width: 90%;
		color: #094084;
		border-top: none;
		margin: 0 auto;
		padding: 0 0 35px 0;
	}

	.radio_box br.sp_none {
		display: none;
	}

	.radio_box {
		margin-left: 1em;
	}

	.radio_box span.mwform-radio-field {
		padding: 5px 0;
		display: block;
	}

	.require {
		font-weight: normal;
	}

	.form_contact1 dl.vtop dd textarea {
		width: 100%;
	}

	.form_contact1 dl dd input[type="tel"],
	.form_contact1 dl dd input[type="text"],
	.form_contact1 dl dd textarea {
		width: 100%;

	}

	.form_contact1 dl dd .addres_num input[type="text"] {
		width: 78%;
	}


	.form_contact1 dd.gender .radio_box span.mwform-radio-field:not(:last-child) {
		width: 100%;
		display: block;
	}

	.txt_contact_privacy {
		width: 90%;
		margin: 0 auto 40px;
		padding: 0;
	}

}














@media print,
screen and (max-width: 450px) {
	.col_contact .box .mds_contact {
		font-size: 20px;
	}
}

.col_contact .box .mds_contact span {
	margin: 0;
	padding: 0 8px 5px;
	display: inline-block;
	position: relative;
	z-index: 0;
}

.col_contact .box .mds_contact span::before {
	content: "";
	width: 100%;
	height: 5px;
	margin: 0;
	padding: 0;
	background: linear-gradient(90deg, #1d2087 50%, #0068b6 50%);
	position: absolute;
	left: 0;
	bottom: 0;
}

.col_contact .box .tel {
	width: 81.9vw;
	max-width: 412px;
	margin: 0 auto 25px;
	padding: 0;
}

.col_contact .box .tel a {
	transition: opacity .4s;
}

.col_contact .box .tel a:hover {
	opacity: 0.7;
}

.col_contact a.btn.contact {
	width: 260px;
	margin: 30px auto 0;
	background-color: #fff;
}

.col_contact a.btn.contact:hover {
	background-color: #1d2087;
}