/*#header .inner {
	display: flex;
	justify-content: space-between;
	padding-right: 180px;
}

#header p.header_logo {
	position: static;
}
#header .search_area {
	top: 17px;
}*/

.btn_next {
	background: #fff;
	color: black;
	border: solid 2px black;
	border: solid .2rem black;
	border-radius: 5rem;
	padding: 10px;
	padding: 1rem;
	font-size: 15px;
	font-size: 1.5rem;
	width: 60%;
	margin: 0 auto;
}

.btn_next::after {
	display: block;
	position: absolute;
	right: 20px;
	right: 2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 10px;
	width: 1rem;
	height: 10px;
	height: 1rem;
	background: url(/resources/share/img/pc/common/icon_arrow.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}

/* ninkatsu */

.add2023_ttl{}
.add2023_ttl .ttl{ font-size: 1.8em; padding-left: 0.5em; border-left: 0.2em solid #AAA;}
.add2023_ttl .text{ margin: 0.5em auto 2em;}


.add2023_wrap{ margin: 1.5em auto 3em;}
.add2023_wrap .cont{ margin: 1.75em auto 0;}
.add2023_wrap .cont .comment{ margin-bottom: 0.1em;}
.add2023_wrap .cont a{ position: relative; display: block; background: #FAF5F2; border: 2px solid #FD878E; box-sizing: border-box; padding: 0.6em 1.5em 0.3em; border-radius: 0.2em; line-height: 1;}
.add2023_wrap .cont a .text{ line-height: 1.6; color: #FD878E; font-size: 1.6em;}
.add2023_wrap .cont a::after{ content: ""; position: absolute; right: 0.25em; bottom: 0.25em; width: 0; height: 0; display: block;
    border-top: 0.5em solid transparent;  border-right: 0.5em solid #FD878E;
    border-bottom: 0.5em solid #FD878E;  border-left: 0.5em solid transparent;}
.add2023_wrap .banner{ margin: 1.75em auto 0;  display: flex; align-items: flex-end; justify-content: space-between;}
.add2023_wrap .banner .banner_cont{ width: 48%;}

.add2023_slick{ margin: 3em auto 5em;}
.add2023_slick .add_slick{}
.add2023_slick .add_slick li{ box-sizing: border-box; padding: 0 0.5em;}
.add2023_slick .add_slick li .comment{ font-size: 0.9em; line-height: 1.3; margin: 0.5em auto;}
.add2023_slick .slick-arrow{ width:30px; height: 30px;}
.add2023_slick .slick-arrow::before{  background-color: rgba(220, 90, 90, 0.7);  border-radius: 50%;}
.add2023_slick .slick-dots li{ padding: 0;width: 8px;height: 8px; margin: 0 3px;}
.add2023_slick .slick-dots li button::before { background-color: #777;}


.add2023_item_ttl{font-size: 18px;border-top: 2px solid #ff878c;border-bottom: none;margin: -2px 0 0 0;display: table;letter-spacing: 2px;padding: 22px 0 24px 0;}

.add2023_unity {}
.add2023_unity .new_common_ttl{ font-size: 1.3em !important; padding-bottom: 0.5em; border-bottom: 1px solid #DDD; margin-bottom: 0.8em; line-height: 1;}
.add2023_unity ul.article_list_secondary{}
.add2023_unity ul.article_list_secondary .add_wrap{
    width: 100%;
}
.add2023_unity .contoff{ display: none;}
.add2023_unity .add_btn{ cursor: pointer;margin: 20px auto 50px auto;box-sizing: border-box;padding: 7px 0 10px 0;font-size: 15px;letter-spacing: 1px;border: solid .2rem black;border-radius: 5rem;position: relative;display: block;text-align: center;width: 60%;
    background: #fff url(https://st.benesse.ne.jp/resources/share2018/img/pc/cmn_arwr_l_b.png) 90% 50% no-repeat !important;}
