/*------------------------------------------------------------------------------
								MEDIA
------------------------------------------------------------------------------*/
#tokuban {
	font-family: 'Noto Sans JP', sans-serif;
}

section.content h2 {
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 600;
	font-size: 40px!important;
	padding-top: 20px;
}

.navi {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 3%;
}
.navi li {
	width: 49.9%;
	float: left;
	margin-right: 0.2%;
	text-align: center;
	background: #52413b;
	margin-bottom: 2px;
	padding: 15px 0;
	position: relative;
	color: #efede2;
	line-height: 1.6em;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 700;
	font-size: 24px;
}
.navi li.act {
	background: #52413b;
	-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.navi li.act:hover {
	background: #52413b;
	-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	opacity: 0.8;
}
.navi li a {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	text-indent: -999999px;
}
.navi li:nth-child(2n) {
	margin-right: 0%;
}
.navi li.act-none {
	opacity: 0.8;
}
.contents-box section {
	margin-top: 0px;
	padding-top: 60px;
}
.contents-box section.first {
	padding-top: 20px;
}
.contents-box h3 {
	color: #52413b;
	padding: 0 0 10px;
	line-height: 1.6em;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 700;
	font-size: 32px;
	text-align: center;
}
section#tokuban1,section#tokuban2 {
	margin-top: -40px;
	padding-top: 80px;
}
table {
	margin-top: 10px;
	font-size: 16px;
	background: #FFFFFF;
}
table .indent {
	margin-left: -0.5em;
}
table th,table td {
	text-indent: 0px;
	line-height: 1.3em;
	padding: 15px 0;
}
table th {
	background: #52413b;
	box-sizing: border-box;
	border-right: 1px solid #FFFFFF;
	font-weight: 500;
	font-size: 18px;
	text-align: left;
	padding: 15px 20px;
	color: #efede2;
}
table th:last-child {
	border-right: none;
}
table td {
	box-sizing: border-box;
	border-bottom: 1px solid #000000;
	border-left: 4px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
	padding: 15px 20px;
	line-height: 1.6em;
	position: relative;
	color: #1a1a1a;
}
table tr:last-child td {
	border-bottom: none;
}
table td span.block {
	display: block;
	line-height: 1.8em;
}
table td.center {
	text-align: center;
}
table tr td:first-child {
	white-space: nowrap
}
.alert {
	font-size: 13px;
	text-align: center;
	color:#52413b;
	line-height: 1.6em;
	margin-bottom: 10px;
}
table td a {
 position: absolute;
 top:0px;
 left:0px;
 width: 100%;
 height: 100%;
 text-indent: -99999px;
}
table td a.link {
 background:url("../../img/common/arrow3.png") no-repeat right 10px center / 20px auto;
}
table td a.link:hover {
 background:rgba(210,200,170,0.2) url("../../img/contents/arrow.png") no-repeat right 10px center / 20px auto;
}

@media screen and (max-width: 1000px) {
/*------------------------------------------------------------------------------
								MEDIA
------------------------------------------------------------------------------*/
.table-box {
	overflow-x: auto;
}
.box .contents-box {
    width: 100%;
}
.navi {
	padding-bottom: 0;
	padding-top: 40px;
}
.navi li {
	width: 100%;
	float: none;
	margin-right: 0%;
	margin-bottom: 1%;
	line-height: 1.6em;
}
.contents-box section.first {
}
.contents-box h3 {
	padding: 0 0 10px;
	font-size: 32px;
}
section#tokuban1,section#tokuban2 {
	margin-top: -100px;
	padding-top: 120px;
}
table {
	margin-top: 10px;
	font-size: 22px;
	background: #FFFFFF;
}
table th,table td {
	text-indent: 0px;
	line-height: 1.3em;
	padding: 20px 20px;
	white-space: nowrap;
}
table th {
	background: #52413b;
	box-sizing: border-box;
	border-right: 1px solid #FFFFFF;
	font-weight: 500;
	font-size: 18px;
	text-align: left;
	padding: 15px 20px;
	color: #efede2;
}
table th:last-child {
	border-right: none;
}
table td {
	box-sizing: border-box;
	border-bottom: 1px solid #000000;
	border-left: 4px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
	padding: 15px 20px;
	line-height: 1.6em;
	position: relative;
	color: #1a1a1a;
}
table tr:last-child td {
	border-bottom: none;
}
table td span.block {
	display: block;
	line-height: 1.8em;
}
table td.center {
	text-align: center;
}
table tr td:first-child {
	white-space: nowrap
}
.alert {
	font-size: 20px;
	margin-bottom: 10px;
}
table td a {
 position: absolute;
 top:0px;
 left:0px;
 width: 100%;
 height: 100%;
 text-indent: -99999px;
}
table td a.link {
 background:url("../../img/common/arrow3.png") no-repeat right 10px center / 20px auto;
}
table td a.link:hover {
 background:rgba(210,200,170,0.2) url("../../img/contents/arrow.png") no-repeat right 10px center / 20px auto;
}
}

@media print{
}