@charset "UTF-8";

/*===============*/
/* page_visual */
/*===============*/
.page_visual {
	background-color: #7A8388;
}

.page_visual>div::before {
	background: -moz-linear-gradient(left, rgba(122, 131, 136, 1), rgba(122, 131, 136, 0));
	background: -webkit-linear-gradient(left, rgba(122, 131, 136, 1), rgba(122, 131, 136, 0));
	background: linear-gradient(to right, rgba(122, 131, 136, 1), rgba(122, 131, 136, 0));
}

.page_visual>div::after {
	background: -moz-linear-gradient(right, rgba(122, 131, 136, 1), rgba(122, 131, 136, 0));
	background: -webkit-linear-gradient(right, rgba(122, 131, 136, 1), rgba(122, 131, 136, 0));
	background: linear-gradient(to left, rgba(122, 131, 136, 1), rgba(122, 131, 136, 0));
}

/*===============*/
/* contents */
/*===============*/
.contents h2 {
	margin-bottom: 50px;
}

.contents h2>* {
	display: block;
	text-align: center;
}

.contents h2 small {
	display: block;
	margin-bottom: 20px;
	color: #67B6DD;
	letter-spacing: .05em;
	font-size: 160%;
	font-family: 'Saira Extra Condensed', sans-serif;
}

.contents h2 span {
	color: #67B6DD;
	letter-spacing: .05em;
	font-size: 200%;
}

.contents h3 {
	margin-bottom: 25px;
}

.contents h3 span {
	display: inline-block;
	font-size: 140%;
	line-height: 1.8;
}

.contents p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Verdana, Meiryo, "M+ 1p", sans-serif;
}

@media (max-width:768px) {
	.contents h2 {
		margin-bottom: 3em;
	}

	.contents h2 small {
		margin-bottom: 1em;
		font-size: 120%;
	}

	.contents h2 span {
		font-size: 150%;
	}

	.contents h3 {
		margin-bottom: 2em;
	}

	.contents h3 span {
		font-size: 110%;
	}
}

/*===============*/
/* selection */
/*===============*/
.selection {
	position: relative;
}

.selection::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100px;
	left: 0;
	background-color: #F4F8FA;
	content: "";
}

.selection>div {
	position: relative;
	margin: 0 auto;
	padding-top: 100px;
	width: 1080px;
}

.selection .txt ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
}

.selection .txt ul li {
	padding: 50px;
	width: calc(33.3333% - 16px);
	background-color: #FFF;
}

.selection .txt ul li div {
	margin-bottom: 30px;
	text-align: center;
	font-size: 140%;
}

.selection .txt ul li div strong {
	position: relative;
	display: block;
	padding-bottom: 15px;
}

.selection .txt ul li div strong::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 4em;
	height: 4px;
	background-color: #67B6DD;
	content: "";
	transform: translateX(-50%);
}

.selection .txt ul+div {
	margin: 0 auto;
	width: 500px;
}

.selection .txt ul+div h3 {
	text-align: center;
}

.selection .txt ul+div h3 span {
	display: inline-block;
}

.selection .img {
	margin-top: 50px;
}

@media (max-width:768px) {
	.selection {
		background-color: #F4F8FA;
	}

	.selection::before {
		display: none;
	}

	.selection>div {
		padding-top: 4em;
		width: 100%;
	}

	.selection .txt {
		margin: 0 auto 2em;
		width: 90%;
	}

	.selection .txt ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 2em;
		width: 100%;
	}

	.selection .txt ul li {
		margin-bottom: 1.5em;
		padding: 2em;
		width: 100%;
	}

	.selection .txt ul li:last-child {
		margin-bottom: 0;
	}

	.selection .txt ul li div {
		margin-bottom: 1.5em;
		font-size: 130%;
	}

	.selection .txt ul li div strong {
		padding-bottom: .75em;
	}

	.selection .txt ul li div strong::after {
		height: 2px;
	}

	.selection .txt ul+div {
		width: 100%;
	}

	.selection .img {
		margin-top: 2em;
		width: 100%;
	}
}

/*===============*/
/* outline */
/*===============*/
.outline>div {
	margin: 0 auto;
	padding: 100px 0 60px;
	width: 980px;
}

.outline table {
	width: 100%;
}

.outline table tr th,
.outline table tr td {
	position: relative;
	padding: 40px;
	border-top: 1px solid #E7E7E7;
	vertical-align: top;
	text-align: left;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Verdana, Meiryo, "M+ 1p", sans-serif;
	line-height: 1.8;
}

.outline table tr th {
	white-space: nowrap;
	letter-spacing: .05em;
	font-weight: bold;
	font-size: 110%;
}

.outline table tr th::before {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #67B6DD;
	content: "";
}

@media (max-width:768px) {
	.outline>div {
		margin: 0 auto;
		padding: 4em 0 3em;
		width: 90%;
	}

	.outline table tr th,
	.outline table tr td {
		position: relative;
		display: block;
		float: left;
		width: 100%;
		border-top: 1px solid #E7E7E7;
		text-align: left;
		line-height: 1.6;
	}

	.outline table tr th {
		padding: calc(1em + 3px) 1em 1em;
		font-size: 100%;
	}

	.outline table tr th::before {
		height: 3px;
	}

	.outline table tr td {
		padding: 1.5em 1em;
	}
}

/*===============*/
/* step */
/*===============*/
.step {
	background-color: #F4F8FA;
}

.step>div {
	margin: 0 auto;
	padding: 100px 0 60px;
	width: 980px;
}

.step ul li {
	position: relative;
	display: block;
	margin-top: 50px;
	padding: 30px 40px;
	border: 3px solid #67B6DD;
	background-color: #FFF;
}

.step ul li:first-child {
	margin-top: 0;
}

.step ul li::after {
	position: absolute;
	bottom: calc(-25px - 8px);
	left: 50%;
	width: 0;
	height: 0;
	border-width: 12px 11px 0 11px;
	border-style: solid;
	border-color: #67B6DD transparent transparent transparent;
	content: "";
	transform: translateX(-50%);
}

.step ul li:last-child:after {
	display: none;
}

.step ul li i {
	font-weight: bold;
	font-size: 110%;
}

.step ul li i {
	position: absolute;
	top: 50%;
	color: #67B6DD;
	transform: translateY(-50%);
}

.step ul li p {
	margin: 0 auto;
	width: calc(100% - 10em);
	text-align: center;
}

.step ul li p span {
	font-weight: bold;
	font-size: 120%;
}

.step ul li p b {
	font-size: 120%;
}

.step ul li p small {
	display: inline-block;
	margin-top: 5px;
	text-align: left;
	font-size: 95%;
	line-height: 1.6;
	opacity: .8;
}

.step ul+p {
	display: block;
	margin-top: 30px;
	text-align: right;
	font-size: 80%;
}

@media (max-width:768px) {
	.step>div {
		margin: 0 auto;
		padding: 4em 0;
		width: 90%;
	}

	.step ul li {
		margin-top: 2em;
		padding: 1em 2em;
		border: 2px solid #67B6DD;
	}

	.step ul li:first-child {
		margin-top: 0;
	}

	.step ul li::after {
		bottom: calc(-1.2em - 2px);
		border-width: .6em .6em 0 .6em;
	}

	.step ul li:last-child:after {
		display: none;
	}

	.step ul li i {
		position: relative;
		top: auto;
		display: block;
		text-align: center;
		font-weight: bold;
		font-size: 100%;
		transform: translateY(0);
	}

	.step ul li p {
		width: 100%;
	}

	.step ul li p span {
		font-weight: bold;
		font-size: 110%;
	}

	.step ul li p b {
		font-size: 90%;
	}

	.step ul li p small {
		margin-top: .25em;
		font-size: 85%;
		line-height: 1.4;
	}

	.step ul+p {
		margin-top: 2em;
		text-align: left;
		font-size: 70%;
	}
}

/*===============*/
/* message */
/*===============*/
.message {
	position: relative;
}

.message::before {
	position: absolute;
	top: 45%;
	right: calc(50% - 369px);
	bottom: 0;
	min-width: 1200px;
	width: 100vw;
	background-color: #F4F8FA;
	content: "";
}

.message>div {
	position: relative;
	margin: 0 auto;
	padding: 100px 0 150px;
	width: 980px;
}

.message .wrap {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.message .wrap .txt {
	width: calc(50% - 100px);
}

.message .wrap .txt>div:first-child {
	margin-bottom: 50px;
}

.message .wrap .img {
	position: relative;
	width: 50%;
}

.message .wrap .img img {
	position: relative;
	left: 100%;
	width: 683px;
	transform: translateX(-100%);
}

@media (max-width:768px) {
	.message::before {
		display: none;
	}

	.message>div {
		position: relative;
		margin: 0 auto;
		padding: 4em 0 0;
		width: 100%;
	}

	.message .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.message .wrap .txt {
		width: 90%;
	}

	.message .wrap .txt>div {
		margin-bottom: 2em;
	}

	.message .wrap .txt h3 {
		margin-bottom: 1em;
		text-align: center;
	}

	.message .wrap .img {
		position: relative;
		width: 100%;
	}

	.message .wrap .img img {
		left: -32%;
		width: 130%;
		transform: translateX(0);
	}
}
.dlbtn {
	color: #67B6DD;
}
.dlbtn:hover {
	color: #07789b;
}
