@charset "utf-8";

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

newsページスタイル

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

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

/* ▼ページタイトル部分PC */
#pagetitle {background: #e5e5e5;}

#pagetitle h1 {
	width: 360px;
	margin: 0 auto;
	padding: 90px 0;
}

#pagetitle h1 img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#contents_top {
	background: url("../img/siteicon04.png") no-repeat center top 120px;
	background-size: 154px;
	margin: 0 auto 20px auto;
	padding: 274px 0 50px 0;
}

.date {
	padding-top: 100px;
	text-align: center;
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	margin-bottom: 10px;
}

.newstitle {
	font-weight: bold;
	text-align: center;
	font-size: 28px; font-size: 2.8rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	margin-bottom: 20px;
}

.txt {
	text-align: center;
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	margin-bottom: 25px;
}

}

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

/* ▼ページタイトル部分SP */
#pagetitle {background: #e5e5e5;}

#pagetitle h1 {
	width: 70%;
	margin: 0 auto;
	padding: 16vw 0;
}

#pagetitle h1 img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#contents_top {
	background: url("../img/siteicon04.png") no-repeat center top 18vw;
	background-size: 30vw;
	margin: 0 auto 4vw auto;
	padding: 48vw 0 4vw 0;
}

.date {
	padding-top: 12vw;
	text-align: center;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	margin-bottom: 3vw;
}

.newstitle {
	font-weight: bold;
	text-align: center;
	font-size: 6.5vw;
	font-feature-settings: "palt" 1;
	line-height: 1.4;
	margin-bottom: 7vw;
}

.txt {
	width: 86%;
	margin: 0 auto 4vw auto;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
}

}
