@charset "UTF-8";
/* ---------------------------------------------
  guide
-----------------------------------------------*/

#page_guide {
	padding: 70px 0 90px;
}

@media screen and (max-width: 768px) {
	#page_guide {
		padding: 10vw 0 16vw;
	}
}


/* カテゴリ
--------------------------------*/
#link_area {
	margin-bottom: 120px;
}

#link_area .list {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

#link_area .list li {
	width: 204px;
	min-height: 110px;
}

#link_area .list li a {
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #7a541c;
	font-weight: bold;
	letter-spacing: 0.16em;
	line-height: 1.5;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px 15px 40px;
	border: 1px solid #fff;
	position: relative;
	transition: 0.3s ease;
}

#link_area .list li a::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 42px;
	border-bottom: 1px solid #7a541c;
	border-left: 1px solid #7a541c;
	transform: skewY(-45deg);
	position: absolute;
	left: 50%;
	bottom: -20px;
	transition: 0.3s ease;
}

@media screen and (min-width: 769px) {
	#link_area .list li + li:not(:nth-child(5n + 1)) {
		margin-left: 20px;
	}

	#link_area .list li a:hover {
		background-color: transparent;
		border: 1px solid #7a541c;
	}

	#link_area .list li a:hover::before {
		bottom: -32px;
	}
}

@media screen and (max-width: 768px) {
	#link_area {
		margin-bottom: 11vw;
	}

	#link_area .list li {
		width: 48%;
		min-height: 21vw;
	}

	#link_area .list li:nth-child(even) {
		margin-left: 4%;
	}

	#link_area .list li:nth-child(n + 3) {
		margin-top: 8vw;
	}

	#link_area .list li a {
		padding: 2vw 4vw 6vw;
	}

	#link_area .list li a::before {
		width: 1.6vw;
		height: 8vw;
		bottom: -4vw;
	}
}

/* ------------------------------
    contents_wrap
------------------------------ */
.contents_wrap {
	padding: 0 93px;
}

.contents_wrap p:not(.btn),
.contents_wrap ul li,
.contents_wrap dl dd {
	font-size: 1.7rem;
	line-height: 2.58;
	letter-spacing: 0.04em;
}

.contents_wrap ul li {
	font-weight: bold;
}

.contents_wrap ul + p,
.contents_wrap p + p {
	margin-top: 2em;
}

.contents_wrap p.mt0 {
	margin-top: 0 !important;
}

.contents_wrap p.note {
	font-size: 1.6rem;
	line-height: 2.375;
	letter-spacing: 0.1em;
}

.contents_wrap .ttlh1 {
	font-weight: bold;
	background-color: #af8c41;
	color: #fff;
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 0.16em;
	padding: .614em 1.5em;
	position: relative;
	margin: 120px 0 25px;
}

.contents_wrap .ttlh1::before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../img/common/bg.png);
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
}

.contents_wrap .ttlh1 span {
	position: relative;
}

.contents_wrap .ttlh2 {
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 0.16em;
	padding: .614em 1.5em;
	position: relative;
	margin: 50px 0 25px;
}

.contents_wrap .ttlh1 + .ttlh2 {
	margin-top: 40px;
}

.contents_wrap .ttlh2::before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../img/common/bg.png);
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
}

.contents_wrap .ttlh2 span {
	position: relative;
}

.contents_wrap .card {
	display: flex;
	margin-bottom: 40px;
}

.contents_wrap .card .img {
	flex: 0 0 auto;
	margin-left: 20px;
}

.contents_wrap .tb {
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
	border-top: 1px solid #7a541c;
}

.contents_wrap .tb th,
.contents_wrap .tb td {
	vertical-align: middle;
	border-bottom: 1px solid #7a541c;
	font-weight: bold;
	line-height: 1.4;
}

.contents_wrap .tb th {
	background-color: #eedca7;
	height: 110px;
	padding: 15px 11px;
}

.contents_wrap .tb thead {
	background-color: #f3e7c2;
}

.contents_wrap .tb thead th {
	text-align: center;
	background-color: #f3e7c2;
	width: 118px;
	font-size: 1.6rem;
}

.contents_wrap .tb thead th:first-child {
	width: 206px;
	background-color: #eedca7;
	font-size: 1.8rem;
}

.contents_wrap .tb th span {
	display: block;
	font-weight: normal;
	font-size: 1.4rem;
	margin-top: .2em;
}

.contents_wrap .tb td {
	text-align: right;
	font-size: 1.7rem;
	line-height: 1.76;
	position: relative;
	padding: 15px 18px;
}

.contents_wrap .tb thead th:not(:first-of-type):not(:nth-child(2)) {
	background: linear-gradient(180deg, #f3e7c2 0%, #f3e7c2 15px, #7a541c 15px, #7a541c 100%);
	background-repeat: no-repeat;
	background-size: 1px calc(100% - 15px);
	background-position: left top;

}

.contents_wrap .tb td:not(:first-of-type) {
	background: linear-gradient(180deg, #fff 0%, #fff 15px, #7a541c 15px, #7a541c 100%);
	background-repeat: no-repeat;
	background-size: 1px calc(100% - 15px);
	background-position: left top;
}

.contents_wrap .col2 > * {
	width: 430px;
}

.contents_wrap .col2 dl {
	padding: 23px 0;
	border-bottom: 4px solid #7a541c;
}

.contents_wrap .col2 dl:last-of-type {
	border-bottom: none;
}

.contents_wrap .col2 dl dt {
	font-weight: bold;
	font-size: 2rem;
	position: relative;
}

.contents_wrap .col2 dl dt::before {
	content: "";
	width: .8em;
	height: .8em;
	background-color: #af8c41;
	display: inline-block;
	position: relative;
	margin-right: .4em;
	top: .02em;
}


/*IE*/
.ie .contents_wrap .toc .list li {
	padding: .6em 0 .4em;
}

.ie .contents_wrap .ttlh1 {
	padding: .814em 1.5em .414em;
}

.ie .contents_wrap .ttlh1::before {
	opacity: .5;
}

.ie .contents_wrap .ttlh2::before {
	opacity: .5;
}

.ie .contents_wrap .ttlh2 {
	padding: .814em 1.5em .414em;
}

@media screen and (max-width: 768px) {
	.contents_wrap {
		padding: 0;
	}

	.contents_wrap p:not(.btn),
	.contents_wrap ul li,
	.contents_wrap dl dd {
		font-size: 3.47vw;
		line-height: 2;
	}

	.contents_wrap .ttlh1 {
		font-size: 4vw;
		padding: .8em 1em;
		margin: 10vw 0 5vw;
		letter-spacing: 0.1em;
	}

	.contents_wrap .ttlh1::before {
		background-size: 76vw auto;
	}

	.contents_wrap .ttlh2 {
		font-size: 4vw;
		padding: .8em 1em;
		margin: 10vw 0 5vw;
		letter-spacing: 0.1em;
	}

	.contents_wrap .ttlh2::before {
		background-size: 76vw auto;
	}

	.contents_wrap .ttlh1 + .ttlh2 {
		margin-top: 6vw;
	}


	.contents_wrap .card {
		display: block;
		margin-bottom: 8vw;
	}

	.contents_wrap .card .img {
		margin: 4vw auto 0;
	}

	.contents_wrap .tablecover {
		overflow: scroll;
		width: 100%;
		max-height: 150vw;
	}

	.contents_wrap .tb {
		width: 155vw;
		border-collapse: separate;
		border-spacing: 0;
		border: none;
	}

	.contents_wrap .tb th {
		height: 25vw;
		padding: 2vw 0 2vw 1vw;
	}

	.contents_wrap .tb thead th {
		border-top: 1px solid #7a541c;
		width: 20vw;
		font-size: 3vw;
		padding: 2vw 0;
	}

	.contents_wrap .tb thead th:not(:nth-child(1)) {
		background: #f3e7c2 !important;
		border-left: 1px solid #7a541c;
	}

	.contents_wrap .tb thead th:nth-child(2) {
		border-left: none;
	}

	.contents_wrap .tb thead th:first-child {
		width: 35vw;
		font-size: 3.2vw;
	}

	.contents_wrap .tb thead th{
/*		border-top: 1px solid #f3e7c2;*/
	}

	.contents_wrap .tb thead th {
		position: -webkit-sticky;
		position: sticky;
		white-space: nowrap;
		top: 0;
		z-index: 2;
	}

	.contents_wrap .tb thead th:first-child {
		left: 0;
		z-index: 3;
	}

	.contents_wrap .tb tbody th {
		position: -webkit-sticky;
		position: sticky;
		white-space: nowrap;
		left: 0;
		z-index: 1;
	}

	.contents_wrap .tb th span {
		font-size: 2.8vw;
		letter-spacing: 0.02em;
	}

	.contents_wrap .tb td {
		font-size: 3.2vw;
		padding: 2vw 1vw;
	}

	.contents_wrap .tb thead th:not(:first-of-type):not(:nth-child(2)) {
		background: linear-gradient(180deg, #f3e7c2 0%, #f3e7c2 2vw, #7a541c 2vw, #7a541c 100%);
		background-repeat: no-repeat;
		background-size: 1px calc(100% - 2vw);
		background-position: left top;
	}

	.contents_wrap .tb td:not(:first-of-type) {
		background: linear-gradient(180deg, #fff 0%, #fff 2vw, #7a541c 2vw, #7a541c 100%);
		background-repeat: no-repeat;
		background-size: 1px calc(100% - 2vw);
		background-position: left top;
	}

	.contents_wrap .col2 {
		display: block;
	}

	.contents_wrap .col2 > * {
		width: 100%;
	}

	.contents_wrap .col2 dl {
		padding: 4vw 0;
		border-bottom: .5vw solid #7a541c;
	}

	.contents_wrap .col2 dl:last-of-type {
		border-bottom: none;
	}

	.contents_wrap .col2 > div + div dl:first-of-type {
		border-top: .5vw solid #7a541c;
	}

	.contents_wrap .col2 dl dt {
		font-size: 4vw;
	}

}