@charset "utf-8";

.mv {
	display: flex;
	align-items: center;
	height: 47.66vw;
	background-image: url("../img/mv_sp.jpg");
	background-size: cover;
}

@media (min-width: 768px) {
	.mv {
		height: 545px;
		background-image: url("../img/mv_pc.jpg");
	}
}

.sec_news,
.sec_article {
	background-color: rgba(232, 127, 0, 0.1);
}

.sec_news .news_area,
.sec_article .news_area {
	font-size: 16px;
	line-height: 1.94;
	background-color: #fff;
	border-radius: 13px;
}

.sec_news .btn,
.sec_article .btn {
	margin-top: 40px;
}

.b{
	font-weight: bold;
}

ul li, ol li {
  line-height: 1.5;
  padding: 0.5em;
}

.news_li{
	list-style:disc;
	padding-left:1em;
}

p.in-1 {
	padding-left:2em;
	text-indent:-1em;
}

.news_area > p {
  padding-left:2%;
}

.bc {
  padding-left:2%;
}

.sp{
    display: none;
}

@media screen and (max-width:768px) {
    .sp{
        display: block;
    }
}

@media (min-width: 1024px) {

	.sec_news .news_area,
	.sec_article .news_area {
		font-size: 20px;
		line-height: 2;
	}
}

/* お知らせ一覧 */
.sec_news {
	padding: 45px 0;
}

.sec_news .page_title {
	margin-bottom: 25px;
	color: #40220f;
	font-family: 'BIZ UDPMincho', serif;
	font-size: 24px;
	letter-spacing: 0.06em;
	line-height: 1;
	text-align: center;
}

.sec_news .page_title span {
	display: inline-block;
	padding-bottom: 15px;
	border-bottom: 1px solid currentcolor;
}

.sec_news .year_select {
	width: 173px;
	height: 35px;
	margin: 0 auto;
	font-size: 16px;
	background-color: #f29c3d;
	position: relative;
}

.sec_news .year_select::before {
	content: '';
	width: 9px;
	height: 9px;
	display: block;
	border-color: #fff;
	border-style: solid;
	border-width: 0 1px 1px 0;
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%) rotate(45deg);
}

.sec_news .year_select select {
	width: 100%;
	height: 100%;
	padding: 0 1em;
	color: #fff;
	font-size: 1em;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	outline: none;
	appearance: none;
	cursor: pointer;
}

.sec_news .year_select select::-ms-expand {
	display: none;
}

.sec_news .year_select option {
	color: #000;
	background-color: #eee;
}

.sec_news .news_area {
	margin-top: 26px;
}

.sec_news .news_list {
	padding: 54px 26px;
}

.sec_news .news_list > div:not(:last-child) {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c9c9c9;
}

.sec_news .news_list dt {
	margin-bottom: 11px;
}

.sec_news .news_list dd {
	margin-left: 0;
}

.sec_news .news_list a {
	display: block;
	width: 100%;
}

.sec_news .news_list a:hover {
	text-decoration: underline;
}

.sec_news .btn {
	max-width: 500px;
}

@media (min-width: 1024px) {
	.sec_news {
		padding: 100px 0;
	}

	.sec_news .inner {
		position: relative;
	}

	.sec_news .year_select {
		width: 200px;
		height: 40px;
		font-size: 20px;
		margin: 0;
		position: absolute;
		top: 0;
		right: 0;
	}

	.sec_news .page_title {
		margin-bottom: 47px;
		font-size: 36px;
	}

	.sec_news .news_list {
		padding: 50px 57px;
	}

	.sec_news .news_list > div {
		display: flex;
		align-items: flex-start;
	}

	.sec_news .news_list > div:not(:last-child) {
		margin-bottom: 27px;
		padding-bottom: 30px;
	}

	.sec_news .news_list dt {
		flex-shrink: 0;
		width: 159px;
		margin-bottom: 0;
	}

	.sec_news .btn {
		margin-top: 79px;
	}
}

/* お知らせ */
.sec_article {
	padding: 48px 0;
}

.sec_article .news_area {
	padding: 55px 28px;
}

.sec_article .news_area > *:not(:first-child) {
	margin-top: 28px;
}

.sec_article .article_title {
	margin-top: 25px;
	margin-bottom: 28px;
	padding: 18px 0 26px;
	font-size: 24px;
	line-height: 1.46;
	border-color: #c9c9c9;
	border-style: solid;
	border-width: 1px 0;
}

.sec_article h2 {
	padding-bottom: 16px;
	font-size: 20px;
	line-height: 1.46;
	border-bottom: 3px solid #c9c9c9;
}

.sec_article h3 {
	padding: 15px 17px;
	font-size: 18px;
	line-height: 1.46;
	background-color: #efefef;
	margin-bottom:20px;
}

.sec_article .btn.back {
	max-width: 300px;
}

.sec_article .btn.back a {
	transform: scale(-1, 1);
}

.sec_article .btn.back a span {
	transform: scale(-1, 1);
}

.border {
	border : solid 1px #2D2DB0;
	padding :20px;
}

.url {
	text-align: right;
	font-size: 90%;
}

@media (min-width: 1024px) {
	.sec_article {
		padding: 105px 0 164px;
	}

	.sec_article .news_area {
		padding: 96px 100px;
	}

	.sec_article .news_area > *:not(:first-child) {
		margin-top: 30px;
	}

	.sec_article .article_title {
		padding: 40px 0;
		font-size: 30px;
	}

	.sec_article .btn {
		margin-top: 90px;
	}
	
}
