@charset "utf-8";
/* =================================
ukeire.css
================================= */
.contentWrap {
	padding-bottom: 130px;
}
.mainView {
	min-height: 450px;
	background: url(../img/img_main_ukeire.png) no-repeat 0 0;
	background-size: cover;
}
.mainView .inner {
	position: relative;
	min-height: 450px;
}

.ukeireArea {
	margin-top: 74px;
}
.ukeireArea .inner {
	position: relative;
}
.ukeireArea h2 {
	color: #7a5623;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.ukeireArea h2+p {
	padding: 0 0 40px;
	text-align: center;
}

.tabLink {
	border-bottom: 1px solid #ffb51e;
}
.tabLink li {
	float: left;
	width: 142px;
	margin-right: 1px;
}
.tabLink li:last-child {
	margin-right: 0;
}
.tabLink li a {
	display: block;
	padding: 10px;
	background: url(../img/bg_tab.png) no-repeat right 0,#ffe1a5;
	color: #333333;
	line-height: 1.37;
}
.tabLink li.current a {
	background: url(../img/bg_tab_current.png) no-repeat right 0,#ffb51e;
}
.tabLink li.green a {
	background: url(../img/bg_tab_green.png) no-repeat 0 0;
}
.tabLink li.green.current a {
	background: url(../img/bg_tab_green_current.png) no-repeat 0 0;
}
.tabLink li a small {
	font-size: 1.4rem;
}

.tabContents {
	display: none;
}
.tabContents.visible {
	display: block;
}

table.ukeireDetail {
	width: 100%;
}
table.ukeireDetail thead th {
	padding: 10px;
	background: #fff7e8;
	border: 1px solid #cccccc;
	border-top: none;
	text-align: center;
}
table.ukeireDetail.green thead th {
	background: #f0feed;
}
table.ukeireDetail thead th:first-child {
	width: 320px;
}
table.ukeireDetail thead th:last-child {
	width: 120px;
}
table.ukeireDetail.green thead th {
	background: #f0feed;
}
table.ukeireDetail.green thead th:last-child {
	width: auto;
}
table.ukeireDetail tbody td {
	padding: 10px;
	border: 1px solid #cccccc;
	text-align: left;
	vertical-align: middle;
}
table.ukeireDetail tbody td:last-child {
	text-align: center;
}
table.ukeireDetail.green tbody td:last-child {
	text-align: left;
}
table.ukeireDetail td a {
	display: inline-block;
	position: relative;
}
table.ukeireDetail span.note {
	margin: 0;
	line-height: 1.2;
}

sup.pdf {
	position: absolute;
	top: 0;
	right: -18px;
	color: #333333;
	font-size: 1.2rem;
	text-decoration: none;
}
sup.caution {
	color: #ff0000;
}

p.date {
	float: right;
	margin: 8px 0 37px;
	font-size: 1.4rem;
}
p.note {
	line-height: 1.37;
}
p.note.caution {
	float: left;
	margin: 8px 0 37px;
}
p.note.pdf {
	clear: both;
}
p.notice {
	margin-top: 15px;
	padding: 15px 0;
	border-top: 1px dotted #b2b2b2;
	border-bottom: 1px dotted #b2b2b2;
	line-height: 1.37;
}
p.notice:before {
	display: block;
	content: "";
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 9px;
	background: url(../img/icon_notice.png) no-repeat 0 0;
}

.exList {
	display: flex;
	flex-wrap: wrap;
}
.exList li {
	width: calc(100% / 3);
	text-align: left;
}