@charset "UTF-8";

/* page_title */
.page_title {
	padding: 40px 0 30px;
	background: url(../img/top/KVbg.png) center center #0044f2;
	background-size: 400px;
	}
@media screen and (max-width: 560px) {
.page_title {
	background: url(../img/top/KVbg.png) center center #0044f2;
	background-size: 50%;
	}
}
.page_title h1 {
	display: block;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.25em;
	text-align: center;
	}
.page_title h1 span {
	display: block;
	font-size: 20px;
	}


/* .contact_content */
.contact_content {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
	}
@media screen and (max-width: 560px) {
.contact_content {
	padding: 20px;
	}
}

.contact_content p {
	display: block;
	padding: 10px 0;
	font-size: 16px;
	line-height: 1.8em;
	text-align: center;
	}
@media screen and (max-width: 560px) {
.contact_content p {
	font-size: 13px;
	text-align: left;
	}
}

.contact_content p.attention {
	color: red;
	}

/* .contact_content2 */
.contact_content2 {
	width: 100%;
	padding: 50px 20px;
	background: #cddafc;
	}

.contact_content2 .inner {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	}

.contact_content2 h2 {
	display: block;
	padding: 10px 0 30px;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	}
@media screen and (max-width: 560px) {
.contact_content2 h2 {
	font-size: 20px;
	}
}

.contact_content2 h3 {
	display: block;
	padding: 0 0 20px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	}
@media screen and (max-width: 560px) {
.contact_content2 h3 {
	font-size: 14px;
	}
}

.contact_content2 p {
	display: block;
	padding: 10px 0;
	font-size: 16px;
	line-height: 1.8em;
	text-align: center;
	}
@media screen and (max-width: 560px) {
.contact_content2 p {
	font-size: 13px;
	text-align: left;
	}
}

.contact_content2 h4 {
	position: relative;
	display: block;
	padding: 40px 0 20px;
	font-size: 16px;
	font-weight: 600;
	}
.contact_content2 h4::after {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: 5px;
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 2px #313131;
	border-right: solid 2px #313131;
	transform: rotate(135deg);
	cursor: pointer;
	}

.contact_content2 h4.open::after {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: 5px;
	content: '';
	width: 8px;
	height: 8px;
	border-bottom: solid 2px #313131;
	border-left: solid 2px #313131;
	border-top: 0;
	border-right: 0;
	transform: rotate(135deg);
	cursor: pointer;
	}

.contact_content2 p.attention {
	padding: 0;
	color: red;
	padding-left: 1em;
	text-indent: -1em;
	}

.contact_content2 form {
	display: none;
	}

/* .contact_thanks */
.contact_thanks {
	padding: 100px 4vw;
	}
@media screen and (max-width: 560px) {
.contact_thanks {
	padding: 60px 4vw;
	}
}

.contact_thanks h2 {
	display: block;
	margin: 0 0 30px;
	color: #1d50a2;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	}
@media screen and (max-width: 560px) {
.contact_thanks h2 {
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.5em;
	}
}

.contact_thanks p {
	display: block;
	margin: 0 0 30px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 1.8em;
	}
@media screen and (max-width: 560px) {
.contact_thanks p {
	font-size: 3.5vw;
	}
}

.contact_thanks h3 {
	display: block;
	margin: 0 0 20px;
	padding: 10px 0;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 1em;
	background: linear-gradient(90deg, rgba(0, 68, 242, 1) 0%, rgba(167, 137, 190, 1) 100%);
	border-radius: 10px 10px 0 0;
	}
@media screen and (max-width: 560px) {
.contact_thanks h3 {
	font-size: 16px;
	line-height: 1.5em;
	margin: 0;
	}
}

.contact_thanks div {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 50px;
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	}

@media screen and (max-width: 560px) {
.contact_thanks div p {
	margin: 0;
	padding: 20px;
	text-align: left;
	}
}

.contact_thanks div p span {
	color: red;
	font-weight: 600;
	}

.contact_thanks ul {
	display: block;
	margin: 0 0 25px;
	text-align: center;
	}
@media screen and (max-width: 560px) {
.contact_thanks ul {
	margin: 0;
	padding: 0 20px 20px;
	text-align: left;
	}
}

.contact_thanks ul li {
	display: block;
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
	}
@media screen and (max-width: 560px) {
.contact_thanks ul li {
	padding: 0 0 1em 1em;
	line-height: 1.5em;
	text-indent: -1em;
	text-align: left;
	font-size: 3.0vw;
	}
}


.contact_thanks a.bt {
	position: relative;
	display: block;
	width: 100%;
	max-width: 350px;
	height: 60px;
	margin: 0 auto 20px;
	padding: 20px 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	background: linear-gradient(90deg, rgba(0, 68, 242, 1) 0%, rgba(167, 137, 190, 1) 100%);
	border-radius: 40px;
	}
@media screen and (max-width: 560px) {
.contact_thanks a.bt {
	width: 100%;
	}
}
.contact_thanks a.bt:hover {
	opacity: .8;
	}
.contact_thanks a.bt:after {
	position: absolute;
	top: 50%;
	right: 20px;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	}

