@charset "utf-8";

/*===============================
top
=================================*/

.main-attention {
	position: absolute;
	bottom: 10%;
	left: 11%;
	width: 50%;
	max-width: 400px;
	padding: 2% 2em;
	background-color: rgb(255, 250, 225);
	border: 4px solid #d34b4b;
	z-index: 5;
}

.attention02 {
	border: 4px solid #d34b4b;
	position: static;
	width: unset;
	margin: 2em;
	padding: 2% 2em;
	background-color: rgb(255, 250, 225);
}

.page-banner-wrap {
	display: block;
}

.page-banner-item {
	width: 300px;
	height: 300px;
	margin: 0 auto 30px;
}

.news-wrap {
	position: relative;
	margin: 0 30px 50px;
	background-color: #fff;
}

.news {
	width: 100%;
	padding: 5px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

.news-wrap::before,
.news-wrap::after,
.news::before,
.news::after {
	content: "";
	position: absolute;
	background-color: #222222;
}

.news-wrap::before {
	width: 1px;
	height: calc(100% + 10px);
	top: -5px;
	left: 5px;
}

.news-wrap::after {
	width: calc(100% + 10px);
	height: 1px;
	top: 5px;
	right: -5px;
}

.news::before {
	width: 1px;
	height: calc(100% + 10px);
	bottom: -5px;
	right: 5px;
}

.news::after {
	width: calc(100% + 10px);
	height: 1px;
	bottom: 5px;
	right: -5px;
}

.news-heading {
	font-family: "Noto Serif JP", serif;
	font-size: 3rem;
	color: #fff;
	background-color: #222222;
	padding: 10px 20px;
	margin-bottom: 20px;
}

.news-heading span {
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
	margin-left: 10px;
}

ul.news-list {
	list-style: none;
	padding: 0 20px;
	/* ↓↓↓メニュー増えたら戻す↓↓↓ */
	/* min-height: 150px;
	max-height: 150px; */
	/* ↓↓↓メニュー増えたら消す↓↓↓ */
	min-height: 60px;
	max-height: 60px;
	max-width: 100%;
	overflow-y: scroll;
	/*スクロールバー非表示（IE・Edge）*/
	-ms-overflow-style: none;
	/*スクロールバー非表示（Firefox）*/
	scrollbar-width: none;
}

/*スクロールバー非表示（Chrome・Safari）*/
ul.news-list::-webkit-scrollbar {
	display: none;
}

ul.news-list li {
	display: flex;
	gap: 10px;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	font-size: 1.6rem;
	border-bottom: 1px solid #D2D2D2;
}

ul.news-list li a {
	text-decoration: underline;
}

ul.news-list li .date {
	display: inline-block;
	font-size: 1.4rem;
	background-color: #F7D783;
	padding: 1px 7px 0;
	height: 24px;
}

/*===============================
message
=================================*/

.profile {
	align-items: end;
	gap: 2rem;
	margin-bottom: 3rem;
	text-align: right;
	justify-content: space-between;
}

.profile img {
	width: 32vw;
	max-width: 140px;
}

.position>div dt {
	font-weight: 400;
}

.position>div:last-of-type dt span {
	font-weight: 600;
}

.greeting p {
	line-height: 1.7;
	margin-bottom: 1.5em;
}

/*===============================
overview
=================================*/
.overview-table {
	width: 100%;
}

.overview-table th,
.overview-table td {
	padding: 3rem 2rem;
	border-bottom: 1px solid #D2D2D2;
}

.overview-table th {
	text-align: center;
	color: #854999;
	min-width: 3em;
	width: 8em;
	font-weight: 500;
	white-space: nowrap;
}

.overview-table td {
	font-weight: 400;
}

/*===============================
link
=================================*/

.link {
	list-style-type: none;
	padding-left: 1em;
}

.link li {
	display: flex;
	align-items: center;
	gap: 0 10px;
	padding: .3em;
}

.link li::before {
	transform: rotate(-45deg);
	width: .4em;
	height: .4em;
	border-bottom: 3px solid #74c1f0;
	border-right: 3px solid #74c1f0;
	content: '';
}