@charset "UTF-8";
/* リクルート */
/* contents area */
.summary {
	display: flex;
	justify-content: space-between;
}
.summary.contents__whitebox {
	margin: 0 8px 15px;
	padding: 22px 30px;
}
.summary__ttl {
	width: 430px;
	font-size: 20px;
	line-height: 1.5em;
}
.summary__detail {
	width: 470px;
}

.message {
	display: flex;
	justify-content: space-between;
}
.message__detail {
	width: 635px;
}
.message__detail .contents__txt {
	line-height: 26px;
}
.message__photo {
	width: 247px;
}
.message__photo img {
	margin: 0 0 17px;
}

.condition {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}
.condition__ttl {
	width: 20%;
	padding: 0.6em 1.2em;
	background: #bae3f9;
	border: 1px solid #b5b5b6;
	box-sizing: border-box;
}
.condition__txt {
	width: 40%;
	padding: 0.6em;
	background: #fff;
	border: 1px solid #b5b5b6;
	box-sizing: border-box;
}

.notice {
	padding: 25px 0 0 20px;
	text-align: left;
}
.notice__txt {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 16px;
	line-height: 24px;
}
.notice__txt .pdf {
	line-height: 30px;
	color: #00f;
	text-decoration: underline;
}
.notice__txt .pdf:hover {
	color: #ff7000;
}

.contents__ttl_small {
	padding: 1.5em 0 0.5em;
}

/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {
  /* contents area */
.pagenav__sec .navbtn {
	font-feature-settings: "palt";
}

.summary {
	display: block;
	justify-content: unset;
}
.summary.contents__whitebox {
	margin: 0 0 5vw;
	padding: 8vw 3%;
}
.summary__ttl {
	width: auto;
	padding: 0 0 0.5em;
	font-size: 4.5vw;
}
.summary__detail {
	width: auto;
}

.message {
	display: block;
	justify-content: unset;
}
.message__detail {
	width: auto;
}
.message__detail .contents__txt {
	line-height: 1.6em;
}
.message__photo {
	display: flex;
	justify-content: space-between;
	width: auto;
}
.message__photo img {
	width: 49%;
	margin: 0;
	border-radius: 2vw;
}

.condition {
	border-bottom: 0.4vw solid #b5b5b6;
	font-size: 3.6vw;
	line-height: 1.6em;
}
.condition__ttl {
	display: block;
	width: 100%;
	border-top: 0.4vw solid #b5b5b6;
	border-left: 0.4vw solid #b5b5b6;
	border-right: 0.4vw solid #b5b5b6;
	border-bottom: none;
}
.condition__txt {
	display: block;
	width: 100%;
	border-top: 0.4vw dotted #b5b5b6;
	border-left: 0.4vw solid #b5b5b6;
	border-right: 0.4vw solid #b5b5b6;
	border-bottom: none;
}

.notice {
	padding: 3vw 0 0 0;
}
.notice__txt {
	padding: 0 0 0.2em;
	font-size: 3.5vw;
	line-height: 1.4em;
}
.notice__txt .pdf {
	font-size: 3.8vw;
	line-height: 1.6em;
}
}
