@charset "utf-8";

/*---------------------------------------------

tokushohoページスタイル

-----------------------------------------------*/

@media print, screen and (min-width: 768px) {

/* ▼全体PC */

/* ▼tokushoho PC */
#tokushoho .inner {
	padding: 90px 0;
	position: relative;
	box-sizing: border-box;
}

#tokushoho h1 {
	font-size: 24px; font-size: 2.4rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #830036;
	margin-bottom: 85px;
}

#tokushoho h1 span {margin-right: 30px;}

#tokushoho h1 img {
	width: 341px;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: -20px;
}

.tslist {
	width: 100%;
	margin: 0 auto;
	border-top: solid 1px #c9caca;
}

.tslist th, .tslist td {
	font-size: 14px; font-size: 1.4rem;
	font-feature-settings: "palt" 1;
	line-height: 2;
	padding: 20px 0;
	text-align: left;
	border-bottom: solid 1px #c9caca;
	vertical-align: middle;
}

.tslist th {
	width: 260px;
	font-weight: bold;
}

}

@media only screen and (max-width: 767px) {

/* ▼全体SP */

/* ▼tokushoho SP */
#tokushoho .inner {
	padding: 14vw 0;
	position: relative;
	box-sizing: border-box;
}

#tokushoho h1 {
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	line-height: 1.5;
	font-weight: 700;
	color: #830036;
	text-align: center;
	margin-bottom: 10vw;
}

#tokushoho h1 span {
	display: block;
	margin-bottom: 3vw;
}

#tokushoho h1 img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: bottom;
}

.tslist {
	width: 100%;
	margin: 0 auto;
	border-top: solid 1px #c9caca;
}

.tslist th, .tslist td {
	display: block;
	font-size: 3.5vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	text-align: left;
}

.tslist th {
	font-weight: bold;
	padding: 3vw 0 1vw 0;
}

.tslist td {
	border-bottom: solid 1px #c9caca;
	padding-bottom: 3vw;
}

}
