@charset "utf-8";

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

情報公開ページスタイル

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

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

/* ▼TOPタイトル部分PC */
#pagetitle {background: #ef821d;}

#pagetitle .inner {
	height: 100px;
	box-sizing: border-box;
	padding-top: 20px;
}

#pagetitle h1 {
	padding-top: 5px;
	font-size: 43px; font-size: 4.3rem;
	font-feature-settings: "palt" 1;
	font-weight: 900;
	color: #fff;
}

/* ▼重要事項説明書 部分PC */
#setsumei .inner {padding: 75px 0 120px 0;}

#setsumei h2 {
	font-size: 43px; font-size: 4.3rem;
	font-feature-settings: "palt" 1;
	font-weight: 900;
	color: #ef821d;
	margin-bottom: 20px;
}

#setsumei table {
	border-top: dashed 2px #9cc865;
	width: 100%;
	background: url("../img/about/table_bk01.webp") top 180px right no-repeat;
	image-rendering: -webkit-optimize-contrast;
}

#setsumei td {
	padding: 30px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 26px; font-size: 2.6rem;
	font-feature-settings: "palt" 1;
	line-height: 1.4;
	border-bottom: dashed 2px #9cc865;
	text-align: left;
	box-sizing: border-box;
	font-weight: 500;
}

#setsumei td a {color: #000;}
	
}

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

/* ▼TOPタイトル部分SP */
#pagetitle {background: #ef821d;}

#pagetitle .inner {
	height: 14vw;
	box-sizing: border-box;
	padding-top: 3vw;
}

#pagetitle h1 {
	font-size: 6.5vw;
	font-feature-settings: "palt" 1;
	font-weight: 900;
	color: #fff;
}

/* ▼重要事項説明書 部分SP */
#setsumei .inner {padding: 8vw 0 10vw 0;}

#setsumei h2 {
	font-size: 5.5vw;
	font-feature-settings: "palt" 1;
	font-weight: 900;
	color: #ef821d;
	margin-bottom: 4vw;
}

#setsumei table {
	border-top: dashed 1px #9cc865;
	width: 100%;
	background: url("../img/about/table_bk01.webp") top 30vw right no-repeat;
	background-size: 50%, 66%;
	image-rendering: -webkit-optimize-contrast;
}

#setsumei td {
	display: block;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.4;
	text-align: left;
	box-sizing: border-box;
	font-weight: 500;
	border-bottom: dashed 1px #9cc865;
	padding: 4vw;
}

#setsumei td a {color: #000;}

}
