@charset "utf-8";
/* CSS Document */

/*================================
top-news
================================*/

.p-news {
	margin-top: 99px;
	position: relative;
}

.p-news__lead {
	text-align: center;
	color: #000;
	font-size: 2.625rem;
	font-weight: 700;
	letter-spacing: .2em;
	line-height: 1.4;
	margin-bottom: 30px;
}
@media screen and (max-width: 1727px) {
	.p-news__lead {
		font-size: clamp(1.96875rem,2.4306vw,2.625rem);
		margin-top: 2.3148vw;
	}
}



.p-news__list_wrap {
	border: 3px solid #FCB56B;
	border-radius: 20px;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.p-news__list {
	padding: 30px;
	max-height: 600px;
	overflow-y: auto;
}
.p-news__list > li {
	padding: 30px;
	background-color: #ffffff;
}
.p-news__list > li:nth-child(n+2) {
	border-top: 2px solid #FCB56B;
}
.p-news__list > li:first-child {
	padding-top: 0;
}
.p-news__list > li:last-child {
	padding-bottom: 0;
}
.p-news__list > li .post-head {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 0 2em;
}
.p-news__list > li .post-head .r-date {
	font-size: 0.85em;
}
.p-news__list > li .post-head .r-title {
	font-weight: 700;
}
.p-news__list > li .post-main {
	margin-top: 15px;
}
@media screen and (max-width: 1727px) {
	.p-news__list_wrap {
		width: 69.4444vw;
	}
}
@media screen and (max-width: 1023px) {
	.p-news__list_wrap {
		width: 710px;
	}
}
@media screen and (max-width: 767px) {
	.p-news {
		margin-top: 60px;
	}
	.p-news__list_wrap {
		width: 100%;
	}
	.p-news__list {
		padding: 20px;
	}
	.p-news__list * {
		font-size: 1rem;
	}
	.p-news__list > li {
		padding: 20px 10px;
	}
	.p-news__list > li .post-head {
		flex-direction: column;
		align-items: flex-start;
	}
	.p-news__list > li .post-head .r-date {
		font-size: 1em;
	}
	.p-news__list > li .post-head .r-title {
		font-size: 1.25em;
	}
	.p-news__list > li .post-main {
		margin-top: 0.5em;
	}
}




/*.p-top-news__list {
	border-radius: 80px;
	color: #F8F8F8;
	display: grid;
	gap: 2px;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	height: 800px;
	margin-inline: auto;
	width: 1200px;
}

.p-top-news__item {
	background: #FCB56B url(../img/asa-arrow.png) no-repeat right 33px bottom 29px/50px 34px;
	font-size: 1.875rem;
	font-weight: 700;
	height: auto;
	text-align: center;
	transition: opacity 0.3s, background-position 0.3s;
}

.p-top-news__item .p-top-news__link {
	display: block;
	padding-top: 57px;
}

.p-top-news__item:first-child {
	background: #FCB56B;
	border-radius: 80px 0 0 0;
	font-size: 3.125rem;
	letter-spacing: 0.2em;
	line-height: 2;
	padding-left: 55px;
	padding-top: 100px;
	text-align: left;
}

.p-top-news__item:nth-child(2) .p-top-news__link {
	padding-top: 42px;
}

.p-top-news__item:nth-child(3) {
	border-radius: 0 80px 0 0;
}

.p-top-news__item:nth-child(3) .p-top-news__link {
	padding-top: 42px;
}

.p-top-news__item:nth-child(4) {
	border-radius: 0 0 0 80px;
}

.p-top-news__item:last-child {
	border-radius: 0 0 80px 0;
}

.p-top-news__item:nth-child(n+2):hover {
	background: #FCB56B url(../img/asa-arrow.png) no-repeat right 27px bottom 29px/50px 34px;
	opacity: 0.8;
}

.p-top-news__link {
	height: 100%;
	width: 100%;
}

.p-top-news__img {
	background: #F8F8F8;
	border-radius: 50%;
	height: 170px;
	margin-inline: auto;
	width: 170px;
}

.p-top-news__img01 {
	background: #F8F8F8 url(../img/asa-icon01.png) no-repeat center center/112px 90px;
}

.p-top-news__img02 {
	background: #F8F8F8 url(../img/asa-icon02.png) no-repeat center bottom 3px/128px 152px;
}

.p-top-news__img03 {
	background: #F8F8F8 url(../img/asa-icon03.png) no-repeat center center/102px;
}

.p-top-news__img04 {
	background: #F8F8F8 url(../img/asa-icon04.png) no-repeat center center/106px 100px;
}

.p-top-news__img05 {
	background: #F8F8F8 url(../img/asa-icon05.png) no-repeat center center/101px 99px;
}

.p-top-news__txt {
	line-height: 1.3;
	margin-top: 25px;
}

.p-top-news__family {
	background: url(../img/family.png) no-repeat center center/contain;
	bottom: 0;
	height: 243px;
	position: absolute;
	right: 25px;
	width: 373px;
}
*/