@charset "UTF-8";
.contact-info {
	margin-bottom: 9rem;
}
@media screen and (max-width: 767.98px) {
	.contact-info {
		margin-bottom: 4rem;
	}
}
.contact-info .contact-info-txt a {
	color: #D2323C;
	text-decoration: underline;
}
.contact-box .required {
	display: inline-block;
	color: #EA4C7D;
}
.contact-box input[type="text"],
.contact-box textarea,
.contact-box select,
.contact-box select option {
  	background-color: #FDF8F9;
	border: 1px solid #FDDFE0;
  	padding: 0.4rem 1rem;
  	height: 4.3rem;
}
@media screen and (max-width: 767.98px) {
	.contact-box input[type="text"],
  	.contact-box textarea,
  	.contact-box select,
  	.contact-box select option {
		font-size: 1.6rem;
    	padding: 0.8rem 1rem;
		height: 3.5rem;
	}
	.contact-box input[type=submit]{
    	padding: 0!important;
    	line-height: 1!important;	
    }
}
.contact-box input[type=checkbox] {
	width: auto;
}
.contact-box textarea {
	resize: vertical;
  	min-height: 33.6rem;
}
@media screen and (max-width: 767.98px) {
	.contact-box textarea {
    	min-height: 12rem;
  	}
}
.contact-box dl {
	border-bottom: 1px solid #B9B9B9;
  	padding: 4.5rem 0;
  	display: flex;
  	justify-content: space-between;
}
.contact-box dl {
    border-top: 1px solid #B9B9B9;
}
.contact-box dl + dl {
    border-top: none;
}
@media screen and (max-width: 767.98px) {
	.contact-box dl {
    	padding: 1.6rem 0;
    	display: block;
  	}
}
.contact-box dl dt {
	width: 23rem;
  	font-weight: 400;
  	padding-top: 0.3rem;
}
@media screen and (max-width: 767.98px) {
	.contact-box dl dt {
    	padding-top: 0;
    	margin-bottom: 0.8rem;
    	line-height: 1.2;
  	}
}
.contact-box dl dd {
	width: calc(100% - 23rem);
}
@media screen and (max-width: 767.98px) {
	.contact-box dl dd {
    	width: 100%;
    	line-height: 1.2;
  	}
}
.contact-box .agree {
	display: block;
  	text-align: center;
  	margin-top: 4rem;
}
@media screen and (max-width: 767.98px) {
	.contact-box .agree {
    	margin-top: 1.6rem;
  	}
}
.contact-box .agree .agrchk {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}
.contact-box .agree .agrchk input[type="checkbox"]{
	margin: 0;
  	width: 1.6rem; 
	height: 1.6rem;
	margin-right: 1rem;
  	accent-color: #D2323C;
}
.contact-box .check input {
	margin-right: 0.4rem;
}
.contact-box .contact-box-address dd p {
	margin-top: 1.4rem;
}
.contact-box .contact-box-address dd p:first-of-type {
	margin-top: 0;
}
.contact-box .zip {
	width: 12rem;
  	margin: 0 0.8rem;
}
.contact-box .btnbox {
	margin-top: 4rem;
}
@media screen and (max-width: 767.98px) {
	.contact-box .btnbox {
		margin-top: 2rem;
	}
}
.contact-box .btnsubmit {
	display: inline-flex;
  	justify-content: center;
  	align-items: center;
  	min-width: 30rem;
  	width: auto;
  	height: 5.2rem;
  	color: #D2323C;
  	font-size: 2rem;
  	font-weight: 400;
  	background-color: #FFF;
  	border: 1px solid #D2323C;
  	border-radius: 200rem;
  	padding: 0 2rem;
  	cursor: pointer;
  	transition: all 0.3s ease;
  	text-decoration: none;
  	box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .contact-box .btnsubmit {
    min-width: 20rem;
    height: 4.2rem;
    font-size: 1.6rem;
    padding: 0 1.5rem;
  }
}
.contact-box .btnsubmit:hover {
	background-color: #D2323C;
	color: #FFF;
	opacity: 1;
}

.contact-info .btnbox {
	margin-top: 5rem;
}
