@charset "utf-8";

html {
	color: #333;
}

h1, h2, h3, h4 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

.wrap {
	max-width: 1230px;
	padding: 0 15px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#main {
		padding-top: 68px;
	}
	.wrap {
		padding: 0 4.7%;
	}
}

.section_inner_wrap {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

/* ttl_block */
.ttl_block {
	position: relative;
	background-color: rgb(178, 60, 0, .8);
	padding: 100px 0;
}
.ttl_main {
	display: flex;
	justify-content: center;
}
.ttl_main h1{
	position: relative;
	font-size: 5rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 1;
}
.ttl_main h1::before {
	content: '';
	position: absolute;
	background: url(/news/img/ttl_bg01.png) no-repeat center;
	width: 131px;
	height: 90px;
	left: -142px;
}
.ttl_main h1::after {
	content: '';
	position: absolute;
	background: url(/news/img/ttl_bg02.png) no-repeat center;
	width: 119px;
	height: 94px;
	right: -130px;
}
@media screen and (min-width:769px) {
	.ttl_main h1::before {
		top: 50%;
		transform: translateY(-50%);
	}
	.ttl_main h1::after {
		top: 50%;
		transform: translateY(-50%);
	}
}
@media screen and (max-width:768px) {
	.ttl_block {
		padding: 70px 0 78px;
	}
	.ttl_main h1 {
		font-size: 4rem;
		line-height: 1.3;
		font-weight: 600;
	}
	.ttl_main h1::before {
		/* top: -33px;
		left: -85px; */
		top: -25px;
    	left: -127px;
		width: 120px;
		height: 82px;
		background: url(/news/img/ttl_bg01_sp.png) no-repeat center;
	}
	.ttl_main h1::after {
		/* bottom: -33px;
		right: -85px; */
		bottom: -12px;
    	right: -126px;
		width: 117px;
		height: 82px;
		background: url(/news/img/ttl_bg02_sp.png) no-repeat center;
	}
}

/* section_block */
.section_block {
	padding: 120px 0;
}

@media screen and (max-width:768px) {
	.section_block {
		padding: 80px 0;
	}
}

/* section01 */
.news_list li {
	padding-bottom: 18px;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 20px;
}
.news_list li a {
	text-decoration: none;
}
.news_list li a:hover {
	text-decoration: underline;
}
.date {
	font-size: 1.4rem;
}
.details {
	font-size: 1.6rem;
	line-height: 1.625;
}