@charset "utf-8";

#main {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.top_img {
	max-width :100%;
}
.guide {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}
.p_linup {
	font-size: 200%;
}
.p_linup_description {
	margin: 0;
	font-size: 117%;
	text-align: right;
}

.tab {
	position: relative;
	display: flex;
	flex-direction: row;
	text-align: center;
	background-color: #fff !important;
	margin: 0 !important;
}
.tab:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	display: block;
	width: 50%;
	height: 55px;
	transition: all 0.6s ease;
	background-color : #eee;
	z-index: 90;
}
.tab--1:after {
	left: 0;
}
.tab--2:after {
	left: 50%;
}
.tab__item {
	flex: 1;
	z-index: 100;
	border : 1px solid #eee;
}
.tab__link {
	display: block;
	text-decoration: none;
	color: #444;
	cursor: pointer;
	padding: 15px 0;
	font-weight: 600;
}
.tab__link.on {
}
.tab-body__item {
	display: none;
	text-align: center;
}
.tab-body__item.on {
	display: block;
}
.tbl {
}
.tbl--header,
.tbl--body {
	display: flex;
	justify-content: space-evenly;
	flex-direction: row;
	align-items: stretch;
}
.tbl--header {
	background-color: #eee;
	font-weight: 600;
	font-size: 107%;
	padding: 1em 0;
}
.tbl--body {
	height: 150px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.tbl--body:hover {
	background-color: #dcf4ff;
	cursor: pointer;
}
.tbl--header> div:nth-child(1),
.tbl--body > div:nth-child(1) {
	width: 130px;
	padding : 0 0.8em;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #eee;
}

.tbl--contents {
	width: 820px;
	display: flex;
	align-items: stretch;
	flex-direction: row;
}
.tbl--body > .tbl--contents > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.tbl--contents > div:nth-child(1) {
	width: 35%;
}
.tbl--contents > div:nth-child(2) {
	width: 10%;
}
.tbl--contents > div:nth-child(3) {
	width: 25%;
}
.tbl--contents > div:nth-child(4) {
	width: 20%;
}
.tbl--contents > div:nth-child(5) {
	width: 10%;
}
.img-card {
	max-width: 90%;
}
.s-card-name {
	font-size: 117%;
	font-weight: 600;
	background : url(/common/images/ico_disc04.png) left 0.3em no-repeat;
	padding: 0 0 1.5em 15px;
	margin-top:0;
}

.s-card-description {
	text-align: left;
	color :#202020;
	margin: 0 0.5em;
}