#news_mv .mv_bk {
	background-image: url(/img/news_mv.png);
}

#news_list .wrap {
	position: relative;
    margin: 0 auto;
    background-color: #EFF3F7;
	padding-bottom: 343px;
    margin-top: 210px;
}

#news_list .wrap::before {
	content: "";
    display: block;
    background-image: url(/img/wave_gray.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 20vw;
    position: absolute;
	top: -12.2vw;
    left: 0;
}

#news_list .deco .white_gull{
	display: block;
	position: absolute;
	max-width: 90px;
	left: 21.7vw;
    top: -9.7vw;
}

#news_list .news_list_inner {
	max-width: 1300px;
	width: 90%;
	margin: auto;
}

#news_list .news_list article{
	display: flex;
	align-items: baseline;
	position: relative;
	padding: 30px 0;
	border-bottom: 1px solid #005AD8;
}

#news_list .news_list .date {
	font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0.05em;
	margin-right: 50px;
	color: #005AD8;
}

#news_list .news_list article h2 {
	max-width: 1000px;
	width: 91%;
	font-size: 17px;
	margin-right: 102px;
	line-height: 1.6;
}

#news_list .news_list article span{
	position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    margin: auto;
    max-width: 32px;
    width: 100%;
    max-height: 32px;
    height: 100%;
    background-color: #005AD8;
    border-radius: 50%;
	margin-right: 15px;
}

#news_list .news_list article span::after {
	content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 12px;
    max-height: 8px;
    background-image: url(/img/right_btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#news_list .detail_inner {
    max-width: 1300px;
    margin: auto;
	width: 90%;
}

#news_list .detail_box {
	margin-bottom: 120px;
}

#news_list .detail_title {
	padding: 24px 0 19px;
    margin-bottom: 40px;
    border-bottom: 1px solid #005AD8;
}

#news_list .detail_title p {
	font-size: 19px;
	color: #005AD8;
	margin-bottom: 9px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

#news_list .detail_title h2{
    font-size: 19px;
	font-weight: bold;
	line-height: 1.6;
}

#news_list .detail_text p{
	font-size: 17px;
	margin-bottom: 15px;
	line-height: 2;
}

#news_list .detail_text p:last-of-type{
	margin-bottom: 0
}

#news_list .detail_text p:has(a) {
	margin-top: 30px;
}

#news_list .detail_text a{
	color: #005AD8;
	text-decoration: underline;
}

#news_list .detail_back{
	text-align: center;
}

#news_list .detail_back img{
	max-width: 100px;
}

#news_list .detail_back p{
	font-size: 19px;
	line-height: 1.6;
	color: #0048CE;
	font-weight: bold;
}

#news_list .detail_back a{
	font-weight: bold;
}

#news_list .news_page {
	margin: 80px auto 0;
	max-width: 410px;

}

#news_list .news_page .pagination{
	display: flex;
	justify-content: center;
	text-align: center;
	margin: auto;
}

#news_list .news_page .pagination li:not(:last-child){
    margin-right: 10px;
}

#news_list .news_page .pagination li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
}

#news_list .news_page .pagination li span{
    display: flex;
	justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 50px;
    width: 100%;
    max-height: 50px;
    height: 100%;
    background-color: #0082D8;
    border-radius: 50%;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
}

#news_list .news_page .pagination li .page_now{
    display: flex;
	justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 46px;
    width: 100%;
    max-height: 46px;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
	border: 2px solid #0082D8;
	color: #0082D8;
	font-weight: bold;
	font-size: 22px;
}

#news_list .news_page .pagination li .page_left::after {
	content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 18px;
    max-height: 11px;
    background-image: url(/img/page_left_btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#news_list .news_page .pagination li .page_right::after {
	content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 18px;
    max-height: 11px;
    background-image: url(/img/page_right_btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 1000px) {
	#news_list .wrap {
		margin-top: 170px;
	}
}

@media screen and (max-width: 768px) {

	#news_list {
		padding-bottom: 0;
	}

	#news_list .wrap {
		position: relative;
		margin: 0 auto;
		background-color: #EFF3F7;
		padding-bottom: 130px;
		margin-top: 21vw;
	}

	#news_list .wrap::before {
		background-image: url(/img/wave_gray_sp.png);
		background-size: 100%;
        background-position: center;
		top: -20vw;
	}

	#news_list .news_list_inner {
		width: 90%;
	}

	#news_list .news_list article {
		flex-direction: column;
		padding: 15px 0;
	}

	#news_list .news_list .date {
		font-size: 15px;
		margin-right: 0;
		margin-bottom: 10px;
	}

	#news_list .news_list article h2 {
		width: 90%;
		font-size: 15px;
		margin-right: 32px;
	}

	#news_list .news_list article span{
		max-width: 28px;
		max-height: 28px;
		margin-right: 10px;
	}

	#news_list .news_list article span::after {
		content: '';
		position: absolute;
		right: 0;
		left: 0;
		bottom: 0;
		top: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		max-width: 12px;
		max-height: 8px;
		background-image: url(/img/right_btn.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}



	#news_list .detail_inner {
		max-width: 1300px;
		margin: auto;
	}

	#news_list .detail_box {
		margin-bottom: 100px;
	}

	#news_list .detail_title {
		padding: 20px 0;
		margin-bottom: 40px;
		border-bottom: 1px solid #005AD8;
	}

	#news_list .detail_title p {
		font-size: 17px;
		margin-bottom: 8px;
	}

	#news_list .detail_title h2{
		font-size: 17px;
	}

	#news_list .detail_text p{
		font-size: 15px;
		margin-bottom: 20px;
		line-height: 2;
	}

	#news_list .detail_text .link{
		margin-top: 30px;
	}

	#news_list .detail_back{
		text-align: center;
	}

	#news_list .detail_back img{
		max-width: 100px;
	}

	#news_list .detail_back p{
		font-size: 17px;
	}

	#news_list .detail_back a{
		font-weight: bold;
	}

	#news_list .news_page {
		margin: 50px auto 0;
	}

	#news_list .news_page .pagination li:not(:last-child){
		margin-right: 1px;
	}

	#news_list .news_page .pagination li a {
		display: inline-block;
		width: 50px;
		height: 50px;
		position: relative;
	}

	#news_list .news_page .pagination li span{
		max-width: 38px;
        max-height: 38px;
        font-size: 17px;
	}

	#news_list .news_page .pagination li .page_now{
		max-width: 34px;
        max-height: 34px;
        font-size: 17px;
	}

	#news_list .news_page .pagination li .page_left::after,
	#news_list .news_page .pagination li .page_right::after {
		top: -12px;
		left: -1px;
	}
}

@media screen and (max-width: 480px) {
	#news_list .news_list article h2 {
		width: 87%;
    }

	#news_list::before {
        top: -5.5%;
    }

	#news_list .deco .white_gull {
		left: 17.7vw;
		top: -21.7vw
	}
}

@media screen and (max-width: 375px) {
	#news_mv .mv_bk {
		margin-bottom: 110px;
	}

	#news_list .wrap {
		padding-bottom: 110px;
	}
}

@media screen and (max-width: 360px) {
    #news_list .news_page .pagination li:not(:last-child) {
        margin-right: -5px;
    }

    #news_list .news_page .pagination li .page_now {
        max-width: 35px;
        max-height: 35px;
    }
}

.detail_text h3 {
	font-size: 17px;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 15px;
}

.detail_text h4 {
	font-size: 15px;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 15px;
}

.detail_text h5 {
	font-size: 14px;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 15px;
}

.detail_text h6 {
	font-size: 13px;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 15px;
}

.detail_text em {
	font-style: italic;
	margin-bottom: 15px;
}

.detail_text strong {
	font-weight: bold;
	margin-bottom: 15px;
}

.detail_text ul {
	list-style-type: disc;
	padding-left: 25px;
	margin-bottom: 15px;
}

.detail_text ol {
	list-style-type: decimal;
	padding-left: 25px;
	margin-bottom: 15px;
}

.detail_text li {
	list-style: revert;
	line-height: 2;
	margin-bottom: 15px;
}

.detail_text blockquote {
	position: relative;
	margin: 35px 0 50px;
    display: inline-block;
    padding: 0 17px 0 20px;
}

.detail_text blockquote::before {
	position: absolute;
    content: "";
    display: block;
    background-image: url(/img/marks_left.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 9px;
    height: 6px;
    top: 7px;
    left: 0;
}

.detail_text blockquote::after {
    position: absolute;
    content: "";
    display: block;
    background-image: url(/img/marks_right.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 9px;
    height: 6px;
    top: 7px;
    right: 0;
}

.detail_text img.aligncenter {
	display: block;
	margin: 0 auto;
}

.detail_text img.alignright {
	display: block;
	margin-left: auto
}

.detail_text img.alignleft {
	display: block;
	margin-right: auto
}

@media screen and (max-width: 768px) {
	.detail_text h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.detail_text h4,
	.detail_text h5,
	.detail_text h6 {
		margin-bottom: 10px;
	}

	.detail_text blockquote {
		margin: 30px 0 45px;
	}

}