/* contents common ******************** */

.section_title_wrap h2, .contents_title {
text-align: center;
}
.contents_title {
display: block;
}
@media print, screen and (min-width:1025px) {
	.section_title_wrap h2, .contents_title {
	margin-bottom: 100px;
	}
	.section_title_wrap h3{
	font-size: 2rem;
	margin-bottom: 50px;
	}
	.section_title_wrap p{
	margin-bottom: 50px;
	}
}
@media print, screen and (min-width:768px) {
	.section_title_wrap h2, .contents_title {
	font-size: 2.8rem;
	}
}
@media screen and (min-width: 768px) and (max-width:1024px) {
	.section_title_wrap h2, .contents_title {
	margin-bottom: 80px;
	}
	.section_title_wrap h3{
	font-size: 1.8rem;
	margin-bottom: 36px;
	}
	.section_title_wrap p{
	margin-bottom: 40px;
	}
}
@media screen and (max-width:767px) {
	.section_title_wrap h2, .contents_title {
	font-size: 2.4rem;
	margin-bottom: 50px;
	}
	.section_title_wrap h3{
	font-size: 1.6rem;
	margin-bottom: 40px;
	text-align: center;
	}
	.section_title_wrap p{
	margin-bottom: 30px;
	}
}

/* privacy / agreement ******************** */
.privacy_agreement dl{
display: flex;
border-top: var(--color_gray) dotted 1px;
}
.privacy_agreement dl dt{
font-weight: 600;
}
.privacy_agreement dl dd{
text-align: justify;
font-size: 1.4rem;
line-height: 2;
}
.privacy_agreement dl.last-dl{
border-bottom: var(--color_gray) dotted 1px;
margin-bottom: 50px;
}
.li_indent_3{ padding-left: 20px; }

.listhead{ display: inline-block; }
.li_indent_1 > li > .listhead{ margin-left: -38px; }
.li_indent_2 > li > .listhead{ margin-left: -20px; padding-right: 8px; }
.li_indent_3 > li > .listhead{ margin-left: -22px; padding-right: 8px; }

.list_headspace{ padding-top: 30px; }

@media print, screen and (min-width:1025px) {
	.privacy_agreement dl dt{
	font-size: 1.6rem;
	}
}
@media screen and (max-width:1024px) {
	.privacy_agreement dl dt{
	font-size: 1.5rem;
	}
}
@media print, screen and (min-width:768px) {
	.privacy_agreement dl{
	justify-content:space-between;
	gap: 50px;
	width: 100%;
	padding: 30px 0;
	}
	.privacy_agreement dl dt{
	width: 30%;
	}
	.privacy_agreement dl dd{
	width: 70%;
	}
	.li_indent_1,
	.li_indent_2{
	padding-left: 38px;
	}
}
@media screen and (max-width:767px) {
	#privacy .section_title_wrap h2 {
	margin-bottom: 0px;
	}
	.privacy_agreement dl{
	flex-direction: column;
	padding: 30px 0;
	}
	.privacy_agreement dl dt{
	margin-bottom: 20px;
	}
	.li_indent_1 {
	padding-left: 30px;
	}
	.li_indent_2{
	padding-left: 22px;
	}
}

/* news list ******************** */
#newslist_ul {
border-top: 1px solid #d4d4d4;
margin-bottom: 50px;
}
.newslist_item {
border-bottom: 1px solid #d4d4d4;
}
.newslist_item a {
position: relative;
display: flex;
}
.newslist_item a::after {
content: "";
background-image: url("../img/common/google_icon/arrow_forward_24dp_5F6368_FILL0_wght400_GRAD0_opsz24.svg");
background-position: center;
background-size: contain;
background-repeat: no-repeat;
opacity: 0.7;
position: absolute;
right: 0;
}
.newslist_item_date {
background-color: var(--color_brown);
width: 128px;
font-size: 1.2rem;
line-height: 1;
color: var(--color_white);
padding: 6px 0px 6px 10px;
letter-spacing: 0.08em;
margin-top: 4px;
}
.newslist_item_title {
display: block;
font-size: 1.5rem;
}

@media print, screen and (min-width:1025px) {
	#newslist_outer {
	margin-bottom: 50px;
	}
}
@media print, screen and (min-width:768px) {
	.newslist_item a {
	justify-content: space-between;
	align-items: flex-start;
	}
	.newslist_item_date {
	margin-top: 4px;
	}
	.newslist_item_title {
	width: calc(100% - 148px);
	padding-right: 38px;
	}
	.newslist_item a {
	padding: 24px 0;
	}
	.newslist_item a::after {
	width: 18px;
	height: 18px;
	top: 50%;
	transform: translateY(-50%);
	}
}
@media screen and (min-width: 768px) and (max-width:1024px) {
	#newslist_outer {
	margin-bottom: 40px;
	}
}
@media screen and (max-width:767px) {
	#newslist_outer {
	margin-bottom: 30px;
	}
	.newslist_item a {
	flex-direction: column;
	}
	.newslist_item_date {
	margin-bottom: 6px;
	}
	.newslist_item_title {
	padding-right: 28px;
	}
	.newslist_item a {
	padding: 20px 0;
	}
	.newslist_item a::after {
	width: 16px;
	height: 16px;
	bottom:20px;
	}
}

/* Paginatinon -------------------------------*/
.pagination .nav-links {
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.pagination a,
.pagination span {
display: block;
}
.pagination .page-numbers.prev::before {
transform: rotate(180deg);
}
.pagination .page-numbers {
padding: 0 15px;
line-height: 1;
color: #4A4A4A;
font-size: 1.5rem;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
display: flex;
align-items: center;
}
.pagination .page-numbers.prev::before, 
.pagination .page-numbers.next::after {
display: block;
content: "";
width: 16px;
height: 16px;
background-image: url("../img/common/google_icon/arrow_forward_24dp_5F6368_FILL0_wght400_GRAD0_opsz24.svg");
background-position: center;
background-size: contain;
background-repeat: no-repeat;
opacity: 0.7;
}
.pagination .page-numbers.prev {
border-right: 1px solid #d9d9d9;
}
.pagination .page-numbers.prev::before {
margin-right: 8px;
}
.pagination .page-numbers.next {
border-left: 1px solid #d9d9d9;
}
.pagination .page-numbers.next::after {
margin-left: 8px;
}
.pagination .page-numbers.current {
font-weight: 600;
color: #CB7683;
}
.pagination a:hover {
color: #CB7683;
}

@media print, screen and (min-width:768px) {
	.pagination .page-numbers.prev {
	margin-right: 15px;
	}
	.pagination .page-numbers.next {
	margin-left: 15px;
	}
}
@media screen and (max-width:767px) {
	.pagination .nav-links {
	padding-bottom: 50px;
	}
	.pagination .page-numbers.prev,
	.pagination .page-numbers.next {
	position: absolute;
	bottom:0;
	width: 88px;
	}
	.pagination .page-numbers.prev {
	left:calc( 50% - 88px );
	}
	.pagination .page-numbers.next {
	left:50%;
	}
}
/* news detail ******************** */
#newsdtl_outer {
border-top: solid 1px #d9d9d9;
}
.newsdtl_item_date {
display: block;
font-size: 1.2rem;
line-height: 1;
letter-spacing: 0.08em;
}
#news_dtxt {
text-align: justify;
}
#news_dtxt img {
display: inline-block;
width: auto;
max-width: 100%;
height: auto;
}
#news_detail_bbtn {
display: block;
border-top: solid 1px #d9d9d9;
border-bottom: solid 1px #d9d9d9;
}
#news_detail_bbtn a {
display: flex;
align-items: center;
justify-content: center;
padding: 18px;
line-height: 1;
}
#news_detail_bbtn a::before {
display: block;
content: "";
width: 16px;
height: 16px;
background-image: url(../img/common/google_icon/arrow_forward_24dp_5F6368_FILL0_wght400_GRAD0_opsz24.svg);
background-position: center;
background-size: contain;
background-repeat: no-repeat;
opacity: 0.7;
margin-right: 8px;
transform: rotate(180deg);
}

@media print, screen and (min-width:1025px) {
	#newsdtl_outer {
	padding: 70px 0;
	}
	.newsdtl_ttl {
	margin-bottom: 60px;
	}
	.newsdtl_ttl h2 {
	font-size: 2.2rem;
	}
}
@media screen and (min-width: 768px) and (max-width:1024px) {
	#newsdtl_outer {
	padding: 60px 0;
	}
	.newsdtl_ttl {
	margin-bottom: 50px;
	}
	.newsdtl_ttl h2 {
	font-size: 2.0rem;
	}
}
@media print, screen and (min-width:768px) {
	#news_dtxt {
	font-size: 1.6rem;
	line-height: 2;
	}
	.newsdtl_item_date {
	margin-bottom: 10px;
	}
	#news_dtxt p,
	#news_dtxt figure {
	margin-bottom: 40px;
	}
}
@media screen and (max-width:767px) {
	#newsdtl_outer {
	padding: 40px 0;
	}
	.newsdtl_ttl {
	margin-bottom: 40px;
	}
	.newsdtl_ttl h2 {
	font-size: 2.0rem;
	}
	#news_dtxt {
	font-size: 1.5rem;
	}
	.newsdtl_item_date {
	margin-bottom: 10px;
	}
	#news_dtxt p,
	#news_dtxt figure {
	margin-bottom: 30px;
	}
}
/* block editor カスタマイズ用 ******************** */
/* block editor用追加オリジナルcss */

