@charset "UTF-8";

/* ===============================
	style
================================ */
#sub01 {
	background-color: #ecf2fb;
	border-top: solid 5px #b9dcf3;
}

#sub02 {
	background-color: #fbe7f2;
	border-top: solid 5px #f9abc2;
}

#sub03 {
	background-color: #def0e1;
	border-top: solid 5px #93cab5;
}

#sub04 {
	background-color: #d3e9f7;
	border-top: solid 5px #95b4d1;
}

#sub05 {
	background-color: #f9f7f3;
	border-top: solid 5px #f7bdb4;
}

#sub06 {
	background-color: #f1edfa;
	border-top: solid 5px #cdbbdb;
}

.arrow {
	position: relative;
	display: inline-block;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}

.arrow::before, .arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: '';
	vertical-align: middle;
}

.arrow-simple::before {
	left: 0.5em;
	box-sizing: border-box;
	width: 0.5em;
	height: 0.5em;
	border: 0.2em solid transparent;
	border-left: 0.2em solid #fff;
}

.spSpecBtn {
	padding: 16% 12%;
}

.spSpecBtn a {
	display: block;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 1.6rem;
	line-height: 1;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	border-radius: 0.2em;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
}

/* ===============================
	PC/Tab setting
================================ */
@media print , screen and (min-width: 481px) {
	/* basic layout */
	article {
		font-size: 1.6rem;
		line-height: 2;
	}
	.mts {
		margin-top: 40px;
	}
	.mtm {
		margin-top: 60px;
	}
	.table {
		display: table;
		width: 100%;
	}
	.tableCell {
		width: 50%;
		display: table-cell;
		vertical-align: top;
	}
	.tableCell.left {
		width: 54%;
		padding-top: 40px;
	}
	.tableCell.right {
		width: 46%;
		padding-left: 20px;
	}
	.subBox {
		padding-top: 110px;
		padding-bottom: 110px;
		position: relative;
	}
	.subBox h3 {
		margin-bottom: 40px;
		text-align: center;
	}
	/* custom layout */
	.subBox .icon {
		width: 150px;
		position: absolute;
		top: -75px;
		left: 50%;
		margin-left: -75px;
	}
	.subBox .link {
		width: 300px;
		margin-top: 2em;
	}
	.subBox .link.next {
		margin-top: 0;
	}
	#top {
		padding-top: 30px;
		padding-bottom: 30px;
		background: #f6f5f4;
		box-shadow: 0 16px 16px -5px rgba(0, 0, 0, 0.08) inset;
		text-align: center;
	}
	#sub01 {
		box-shadow: 0 -16px 16px -5px rgba(0, 0, 0, 0.08);
	}
}

/* ===============================
	Mobile setting
================================ */
@media screen and (max-width: 480px) {
	/* basic layout */
	article img {
		width: 100%;
	}
	article {
		font-size: 1em;
		line-height: 2;
	}
	.tableCell {
		margin-top: 3rem;
	}
	.subBox {
		padding-top: 9rem;
		padding-bottom: 6rem;
		position: relative;
	}
	.subBox h3 {
		margin-bottom: 2rem;
	}
	/* custom layout */
	.subBox .icon {
		width: 36%;
		position: absolute;
		top: -5rem;
		left: 50%;
		margin-left: -18%;
	}
	.subBox .link {
		padding: 0 10%;
		margin-top: 2em;
	}
	.subBox .link.next {
		margin-top: 0;
	}
}