



/* 共通 *******************/
/*ページタイトル*/
h2.mds {
	font-size: 36px;
	font-weight: 500;
	color: #222222;
	text-align: center;
	background-color: #FBD9DC;
	padding: 52px 0;
}









/* お知らせ一覧 *******************/
section.list dl {
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 80px;
}
section.list dl a {
	display: block;
	border-top: 3px dotted #f5f5f5;
	color: #444;
	position: relative;
}
section.list dl a::after {
	position: absolute;
	top: 50%;
	right: 60px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f054';
	color: rgba(244, 144, 158, 0.5);
	font-size: 20px;
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
}
section.list dl a:last-of-type {
	border-bottom: 3px dotted #f5f5f5;
}
section.list dl a:hover {
	color: #00bfff;
	opacity: 0.7;
}
section.list dt {
	float: left;
	padding: 30px 0 30px 60px;
}
section.list dt span {
	font-size: 13px;
	font-weight: normal;
	background: #f4909e;
	color: #fff;
	border-radius: 3px;
	padding: 2px 4px;
	margin-right: 20px;
	margin-left: 10px;
	vertical-align: top;
}
section.list dt, section.list dd {
	font-size: 16px;
	font-weight: 500;
}
section.list dd {
	padding: 30px 0;
}







/*ページャー*/
.pagenation {
    display: flex;
    justify-content: center;
    margin: 0 auto 60px;
    line-height: 1.0;
    font-size: 20px;
    flex-wrap: wrap;
}
.pagenation span {
    margin: 0 7px;
    margin-bottom: 10px;
}
.pagenation span.prev.current, .pagenation span.next.current {
    display: none;
}
.pagenation span.current {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font-weight: 500;
    color: #ffffff;
    border: 2px solid #E60012;
    background: #E60012;
    border-radius: 3px;
}
.pagenation span a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font-weight: 500;
    color: #E60012;
    border: 2px solid #E60012;
    background: #ffffff;
    border-radius: 3px;
}
.pagenation span.prev a, .pagenation span.next a {
	height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	font-size: 30px;
    color: #E60012;
    border: none;
	background: transparent;
}
.pagenation span a:hover {
	color: #E60012;
	background: #FCE8EA;
}






/*トップへ戻る*/
div.back2list > a.btn {
	width: 400px;
	margin: 0 auto 80px;
	display: block;
	font-size: 24px;
	font-weight: 500;
	color: #E60011;
	text-align: center;
	background-color: #fff;
	padding: 23px 0;
	border: 1px solid #E60011;
	border-radius: 8px;
	filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, .2));
	position: relative;
}
div.back2list > a.btn::before {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f053';
	font-size: 20px;
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
}
div.back2list > a.btn:hover {
	opacity: 0.8;
	filter: drop-shadow(0px 0px 0px #fff);
	transform: translate3d(0, 6px, 0);
}









/******* 詳細ページ内容 *******/
section.shosai {
	font-family: Noto Sans JP,Arial;
	line-height: 1.4;
	background-color: #f0f0f0;
    margin-bottom: 80px;
	padding-bottom: 80px;
}
section.shosai > div {
	width: 1200px;
	margin: 0 auto 0;
	padding: 0 5% 60px;
	background-color: #fff;
}
section.shosai h2 {
	font-size: 28px;
	font-weight: 500;
	color: #333;
	text-align: left;
	background: none;
	padding: 30px 0;
}
div.date {
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #999;
    margin: 0 0 1.5em 0;
}
div.date::before {
	position: static;
	display: inline-block;
	content: "\f073";
	color: #d8251f;
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	margin-right: 10px;
}
div.text {
	font-size: 16px;
	line-height: 1.6;
}
div.text strong {
    font-weight: bold;
}
div.text hr {
	margin: 8px 0;
}
/*前のページに戻る*/
section.shosai div.back2list {
	margin-top: 80px;
}








/* フッター *******************/
footer {
	margin-top: 120px;
}








/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1079px) {
*{}
*{}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/








/**********共通**********/
/*ページタイトル*/
h2.mds {
	font-size: 28px;
	line-height: 1.4;
	padding: 30px 0;
}








/* お知らせ一覧 *******************/
section.list dl {
	margin-bottom: 40px;
}
section.list dt {
	float: none;
	padding: 20px 0 0 20px;
}
section.list dt span {
	font-size: 12px;
}
section.list dt, section.list dd {
	font-size: 14px;
	line-height: 1.5;
}
section.list dd {
	padding: 10px 40px 20px 20px;
}
section.list dl a:after {
	right: 20px;
}






/*ページャー*/
.pagenation {
    font-size: 16px;
}
.pagenation span {
    margin: 0 5px;
}
.pagenation span.current {
    width: 30px;
    height: 30px;
}
.pagenation span a {
    width: 30px;
    height: 30px;
}







/*トップへ戻る*/
div.back2list > a.btn {
	width: 90%;
	max-width: 400px;
	font-size: 16px;
	padding: 21px 0;
	margin: 0 auto 60px;
}
div.back2list > a.btn::before {
	font-size: 14px;
}









/******* 詳細ページ内容 *******/
section.shosai {
	margin-bottom: 0;
	padding-bottom: 0px;
}
section.shosai > div {
	width: 100%;
	max-width: 1200px;
	padding-bottom: 0;
}
section.shosai h2 {
	font-size: 20px;
}
div.date::before {
	position: static;
	display: inline-block;
	content: "\f073";
	color: #d8251f;
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	margin-right: 10px;
}
div.text {
	font-size: 16px;
}






/* フッター *******************/
footer {
	margin-top: 60px;
}






/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
