@charset "utf-8";

/* ====================
reset
==================== */
.sc-container {
	background: #ffffff;
}

.sc-container,
.sc-container div, .sc-container dl, .sc-container dt, .sc-container dd,
.sc-container ul, .sc-container ol, .sc-container li,
.sc-container h1, .sc-container h2, .sc-container h3, .sc-container h4, .sc-container h5, .sc-container h6,
.sc-container textarea, .sc-container p, .sc-container th, .sc-container td {
	margin: 0;
	padding: 0;
}

.sc-container table {
	border-collapse: collapse;
	border-spacing: 0;
}

.sc-container img {
	border: 0;
	image-rendering: -webkit-optimize-contrast;
}

.sc-container em,
.sc-container strong,
.sc-container th {
	font-style: normal;
	font-weight: normal;
}

.sc-container li {
	list-style: none;
}

.sc-container th {
	text-align: left;
}

.sc-container h1,
.sc-container h2,
.sc-container h3,
.sc-container h4,
.sc-container h5,
.sc-container h6 {
	font-size: 100%;
	font-weight: normal;
	border: none;
}

.sc-container a {
	text-decoration: none;
}

/* ====================
***
==================== */
.sc-container {
	width: 1180px;
	margin: 34px auto 0;
	padding: 0;
	color: #000000;
	font-size: 14px;
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 500;
	line-height: 140%;
}

.sc-container strong {
	font-weight: bold;
}

#page-top a {
	background: url(../img/btn_pagetop.png) left top;
	width: 100px;
	height: 100px;
	display: block;
	-webkit-transition: .4s;
	transition: .4s;
}

#page-top a:hover {
	opacity: 0.9;
}

.sc-container .series-title {
	text-align: center;
}

.sc-container .column-contents {
	width: 900px;
	margin: 87px auto 0;
}

.sc-container .column-block {
	width: 900px;
	margin: 0 auto 125px;
}

.sc-container .column__title {
	font-size: 26px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 62px;
}

.sc-container .column__image {
	margin-bottom: 45px;
}

.sc-container .column__text-box {
	margin-bottom: 45px;
}

.sc-container .column__text-box.column__text-box07 {
	margin-bottom: 125px;
}

.sc-container .column__text {
	margin-bottom: 26px;
	font-size: 16px;
	line-height: 1.666666667;
}

.sc-container .text_mark {
	font-weight: bold;
}

.sc-container .column-link {
	color: #0077cb;
}

.sc-container .select-list-box {
	margin: 93px auto 58px;
	padding: 0 43px;

}

.sc-container .select-list {
	display: flex;
	justify-content: space-between;
}

.sc-container .select-list__image-box {
	margin-top: 22px;
}

.sc-container .select-list__image {
	width: 358px;
	height: auto;
}

.sc-container .link-box {
	margin: 122px auto 0;
}

.sc-container .link-list__item {
	text-align: center;
}

.sc-container .link-list__image {
	width: 710px;
	height: auto;
}

.sc-container .link-list__item:nth-child(n+2) {
	margin-top: 55px;
}

.sc-container .column-info {
	margin: 27px auto 52px;
	font-size: 16px;
	line-height: 1.666666667;
}

.sc-container .column-info__title {
	float: left;
	clear: left;
}