@charset "UTF-8";
/* お問い合わせ */
/* contents area */
.leadtxt {
	padding: 0 0 50px;
	font-size: 14px;
	line-height: 1.6em;
}

.means {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 15px;
	padding: 13px;
	background: #fff;
	border: 1px solid #ccc2c6;
}
.means:last-child {
	margin: 0;
	border-top: 1px solid #ccc2c6;
	border-left: 1px solid #ccc2c6;
	border-right: 1px solid #ccc2c6;
	border-bottom: none;
}
.means__icon {
	width: 111px;
}
.means__icon .tel {
	pointer-events: none;
}
.means__detail {
	width: 800px;
	text-align: left;
}
.means__detail__ttl {
	padding: 0 0 0.2em;
	font-size: 30px;
	line-height: 40px;
}
.means__detail__ttl a {
	font-size: 36px;
	letter-spacing: 0.1em;
	color: #3bade4;
}
.means__detail__ttl a.tel {
	font-size: 40px;
	pointer-events: none;
}
.means__detail__txt {
	font-size: 16px;
	line-height: 24px;
}
.means__detail__txt small {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #e60012;
}
.means__detail__notice {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 16px;
	line-height: 24px;
	color: #e60012;
}

.contact {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
.contact__ttl {
	width: 214px;
	padding: 0 10px 0 22px;
	background: #bae3f9;
	border: 1px solid #b5b5b6;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
}
.contact__ttl sup {
	color: #e60012;
}
.contact__ttl small {
	font-weight: normal;
	color: #4694d1;
}
.contact__txt {
	padding: 20px 22px;
	background: #fff;
	border: 1px solid #b5b5b6;
}
.contact__txt input:not([type="radio"]) {
	width: 333px;
	padding: 0.3em 0.8em;
	border: 1px solid #b5b5b6;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.5em;
}
.contact__txt input[type="email"] {
	width: 100%;
}
.contact__txt input[type="radio"] {
	margin-right: 0.5em;
}
.contact__txt .warning {
	display: inline-block;
	margin: 0.5em 0 0;
	font-size: 14px;
	line-height: 26px;
	color: #e60012;
}
.contact__txt label {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}
.contact__txt textarea {
	width: 100%;
	padding: 0.3em 0.8em;
	border: 1px solid #b5b5b6;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.5em;
}
.contact__agree {
	padding: 1em 0;
	font-size: 16px;
	line-height: 1em;
	text-align: left;
}
.contact__agree input[type="checkbox"] {
	margin-right: 0.5em;
}
.contact__notice {
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
}
.contact__notice + .contact__apply {
	padding: 25px 0 0;
}
.contact__apply {
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}
.contact__apply.single {
	justify-content: center;
}
.contact__apply__btn {
	width: 485px;
	background: #81cbee;
	border: none;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	line-height: 63px;
	cursor: pointer;
	transition: all .4s;
}
.contact__apply__btn:hover {
	background: #3bade4;
	color: #fff;
	transition: all .4s;
}
.contact__complete {
	padding: 200px 0 0.5em;
	border-bottom: 2px solid #ccc2c6;
	font-size: 24px;
	line-height: 1em;
	text-align: left;
}
.contact__complete + .contents__txt {
	padding: 1em 0 200px;
}

.privacy {
	padding: 10px 0 30px;
	text-align: left;
}
.privacy__ttl2 {
	padding: 1.2em 0 0.3em;
	font-size: 22px;
	line-height: 24px;
	border-bottom: 3px solid #3bade4;
	display: inline-block;
}
.privacy__ttl {
	padding: 1.2em 0 0.3em;
	font-size: 18px;
	line-height: 24px;
}
.privacy__txt {
	font-size: 14px;
	line-height: 24px;
}
.privacy__txt strong {
	font-size: 16px;
}
.privacy__list {
	padding: 0.5em 0 1em;
}
.privacy__list__txt {
	margin-left: 1.2em;
	list-style: decimal outside;
	font-size: 14px;
	line-height: 24px;
}

/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {
  /* contents area */
.leadtxt {
	padding: 0 0 5vw;
	font-size: 3.9vw;
	text-align: left;
}

.means {
	align-items: flex-start;
	margin: 0 0 3vw;
	padding: 3vw;
	border: 0.4vw solid #ccc2c6;
}
.means:last-child {
	border-top: 0.4vw solid #ccc2c6;
	border-left: 0.4vw solid #ccc2c6;
	border-right: 0.4vw solid #ccc2c6;
}
.means__icon {
	width: 15%;
}
.means__icon .tel {
	pointer-events: auto;
}
.means__detail {
	width: 82%;
}
.means__detail__ttl {
	font-size: 4vw;
	line-height: 8vw;
}
.means__detail__ttl a {
	font-size: 7.5vw;
	letter-spacing: 0.07em;
}
.means__detail__ttl a.tel {
	font-size: 7.0vw;
	pointer-events: auto;
}
.means__detail__txt {
	font-size: 4vw;
	line-height: 1.5em;
}
.means__detail__txt small {
	margin: 0.5em 0 0;
	font-size: 3.4vw;
	line-height: 1.4em;
}
.means__detail__notice {
	font-size: 3.4vw;
	line-height: 1.4em;
}

.contact__ttl {
	width: 30%;
	padding: 0 1%;
	border: 0.4vw solid #b5b5b6;
	font-size: 3.4vw;
}
.contact__txt {
	padding: 1vw 1%;
	border: 0.4vw solid #b5b5b6;
}
.contact__txt input:not([type="radio"]) {
	width: 100%;
	border: 0.4vw solid #b5b5b6;
	font-size: 3.4vw;
	line-height: 1.4em;
}
.contact__txt .warning {
	font-size: 3vw;
	line-height: 1.4em;
}
.contact__txt label {
	font-size: 4vw;
	line-height: 1.8em;
}
.contact__txt textarea {
	border: 0.4vw solid #b5b5b6;
	font-size: 3.4vw;
}
.contact__agree {
	font-size: 4vw;
	line-height: 1.5em;
	font-weight: bold;
}
.Customized-Item-Checkbox {
	accent-color: #f00;
	transform: scale(1.5);
}
.contact__notice {
	font-size: 3.4vw;
	line-height: 1.4em;
}
.contact__notice + .contact__apply {
	padding: 4vw 0 0;
}
.contact__apply {
	display: flex;
	justify-content: space-between;
	padding: 5vw 0 8vw;
}
.contact__apply__btn {
	width: 48%;
	border-radius: 2vw;
	font-size: 4.5vw;
	line-height: 12vw;
}
.contact__complete {
	padding: 22vw 0 0.5em;
	border-bottom: 0.7vw solid #ccc2c6;
	font-size: 5vw;
}
.contact__complete + .contents__txt {
	padding: 1em 0 22vw;
}

.privacy {
	padding: 5vw 0 0;
}
.privacy__ttl {
	font-size: 4vw;
	line-height: 1.5em;
}
.privacy__txt {
	font-size: 3.4vw;
	line-height: 1.4em;
}
.privacy__txt strong {
	font-size: 3.6vw;
}
.privacy__list__txt {
	font-size: 3.4vw;
	line-height: 1.4em;
}
}
