.p-contact {
	padding-top: 5.5rem;
	padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
	.p-contact {
		padding-top: 3.2rem;
		padding-bottom: 6rem;
	}
}
.p-contact__text {
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.25;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
	.p-contact__text {
		text-align: left;
		font-size: 1.5rem;
		line-height: 1.8;
	}
}
.p-contact .hissu {
	font-size: 1.4rem;
	color: #ff0000;
	margin-left: 0.5em;
	font-weight: 400 !important;
}

.p-contact-tbl {
	margin-top: 5.3rem;
	padding: 0 7.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 5.8rem;
}
@media screen and (max-width: 767px) {
	.p-contact-tbl {
		padding: 0;
		margin-top: 4.7rem;
		gap: 2.5rem;
	}
}
.p-contact-tbl .col-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5rem;
}
@media screen and (max-width: 767px) {
	.p-contact-tbl .col-wrap {
		gap: 2.5rem;
	}
}
.p-contact-tbl .col {
	width: 100%;
}
.p-contact-tbl .col dt {
	font-size: 1.6rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.p-contact-tbl .col dt {
		font-size: 1.5rem;
	}
}
.p-contact-tbl .col dd {
	font-size: 1.6rem;
	margin-top: 1rem;
}
@media screen and (max-width: 767px) {
	.p-contact-tbl .col dd {
		margin-top: 0;
		font-size: 1.5rem;
	}
}
.p-contact-tbl input,
.p-contact-tbl select,
.p-contact-tbl textarea {
	width: 100%;
	background-color: #f9f9f9;
	border: 1px solid #000;
	font-size: 1.6rem;
	padding: 0.7rem;
	display: block;
}
.p-contact-tbl select {
	padding-right: 4rem;
	background-image: url(../images/common/arrow-select.svg);
	background-repeat: no-repeat;
	background-position: right 1.5rem center;
	background-size: 1.2rem;
}
.p-contact-tbl textarea {
	height: 15rem;
}
@media screen and (max-width: 767px) {
	.p-contact-tbl textarea {
		height: 20rem;
	}
}

.p-contact-policy {
	margin-top: 7rem;
}
@media screen and (max-width: 767px) {
	.p-contact-policy {
		margin-top: 5.4rem;
	}
}
.p-contact-policy .title {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 1.9rem;
}
@media screen and (max-width: 767px) {
	.p-contact-policy .title {
		font-size: 1.8rem;
		line-height: 1.7777777778;
		margin-bottom: 1.1rem;
	}
}
.p-contact-policy .text {
	font-size: 1.6rem;
	line-height: 2.25;
}
@media screen and (max-width: 767px) {
	.p-contact-policy .text {
		font-size: 1.5rem;
		line-height: 1.8;
	}
}
.p-contact-policy .text.-tar {
	text-align: right;
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	.p-contact-policy .text.-tar {
		margin-top: 4.3rem;
	}
}
.p-contact-policy .text a {
	color: #6489b3;
	text-decoration: underline;
}

.p-contact-check {
	margin-top: 6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-contact-check {
		margin-top: 6.5rem;
		font-size: 1.5rem;
	}
}
.p-contact-check .check {
	font-weight: bold;
}
.p-contact-check .check .hissu {
	font-weight: normal;
}
.p-contact-check .check input[type=checkbox] + span {
	padding-left: 2.5rem;
	padding-bottom: 0.1em;
}
.p-contact-check .check input[type=checkbox] + span::before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.6rem;
	height: 1.6rem;
}
.p-contact-check .check input[type=checkbox] + span::after {
	width: 0.9rem;
	height: 1.2rem;
	border-width: 0 0.3rem 0.3rem 0;
	top: 50%;
	margin: -0.2rem 0 0 0.3rem;
	-webkit-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
}
.p-contact-check p.error {
	text-align: center;
}

.p-contact-btnarea {
	margin-top: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 3rem;
}
@media screen and (max-width: 767px) {
	.p-contact-btnarea {
		margin-top: 2.3rem;
		gap: 1rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
.p-contact-btnarea .btn {
	width: 28rem;
	height: 5rem;
}
.p-contact-btnarea .btn__inn {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: #6489b3;
	color: #ffffff;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
}
.p-contact-btnarea .btn.-back .btn__inn {
	background-color: #999999;
}

p.error {
	margin-top: 0.5em;
	color: #ff0000;
	font-weight: bold;
	display: block;
	width: 100%;
}
/*# sourceMappingURL=contact.css.map */