section {
	margin: 50px auto 100px auto;
}

section.page_header {
    margin-bottom: 0;
		margin-top: 100px;
}

section.page_header.news {
	position: relative;
	z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

section.page_header.news::before{
	content: "";
	position: absolute;
	inset: 0;
	background: url("../images/common/pagehead/hd_bg_news.jpg") center center / cover no-repeat;
	z-index: -1;
	width: 100%;
}

.poppins {
    line-height: 1.2;
}

p.j_t {
    font-size: 14px!important;
	line-height: 2!important;
}

main section.page_header .lg_contain h3.page_title p.j_t {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
}
section.page_header {
    margin-bottom: 0;
    margin-top: 8rem;
}

.breadcrumbs span {
    font-size: 14px !important;
    display: inline-block;
}

.breadcrumbs.lg_contain {
    margin-top: 0;
    padding: 20px 0 0 10px !important;
}

.cat-top p.poppins {
    font-size: 27px !important;
}

section.top-cat {
    margin-top: 80px;
}

h1.top-cat-ttl {
	font-size: 18px;
    font-weight: bold;
    border-bottom: 4px solid #ccc;
    width: 95%;
    position: relative;
    padding-left: 100px;
}

h1.top-cat-ttl::after {
	content: "";
	display: block;
	width: 100px;
	height: 120px;
	position: absolute;
	left: 0;
	top: -50%;
	transform: translateY(-50%);
	background-image: url("/wp/wp-content/themes/meiseihoumu/images/common/point.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}

a:hover {
    opacity: 0.8;
}

.cat-sec {
	margin-top: 50px;
}

.sec-link img {
	padding-left: 10px;
}

.swiper {
	height: 450px!important;
}
.cat-sec-contain {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 2%;
	flex-wrap: wrap;
}

.cat-sec-inner {
	width:49%;
	box-shadow: 1px 1px 1px #ccc;
	border-radius: 5px;
	margin-bottom: 2rem;
	max-width: 230px;
}

h3.cat-sec-inner-ttl {
	background: #00A364;
	border-radius: 5px 5px 0 0;
	box-shadow: 1px 0 0 #ccc;	
	    height: 40px;
    font-size: 14px;
    padding: 0 2%;
    line-height: 1;
	display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
}

.cat-sec-inner-cat-txt i.fa-solid.fa-chevron-right {
	padding-right: 10px;
	font-size: 12px;
	padding: 0 10px 0 0;
}

.cat-sec-inner-cat {
	padding: 5%;
	height: 150px;
	border: 1px solid #ccc;
	background: #fff;
}


p.cat-sec-inner-cat-txt {
	font-size: 16px;
}

i.fa-solid.fa-chevron-right {
	padding-left: 12px;
}

i.fa-regular.fa-envelope {
	margin-right: 12px;
}

.page_header p.poppins {
    font-size: 27px !important;
}

h3.sect_title {
	align-items: center;
	justify-content: flex-start;
	display: flex;
	background: #F1F1F1;
	font-size: 10rem;
	position: relative;
	text-transform: uppercase;
	height: 130px;
	width: 100vw;
	padding-left: 3%;
}

h3.sect_title::before {
	position: absolute;
	content: "";
	width: 60%;
	height: 1px;
	background: #000;
	left: 0;
	top: 3.5rem;
}

.c-caption {
	font-size: 24px;
	    padding-left: 22px;
    position: relative;
	font-weight: 700;
}

.c-caption::before {
	content: "";
    background-color: #7ED0B0;
    width: 4px;
    height: 30px;
    position: absolute;
    left: 0;
	top: .6rem;
}
.c-caption .en {
	display: block;
	font-size: 0.57em;
	color: #00A364;
	margin: 0 auto 14px 0;
	text-shadow: 1px 1px 1px #ddd;
	text-transform: capitalize;
}

.c-article-list-item {
	box-shadow: 0 1.4rem 1.4rem rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	overflow: hidden;
	margin: 0 2.1rem;
	background: #fff;
	width: calc((100% - 3rem) / 2);
	margin: 0;
}

.c-article-list-item {
	border-radius: 1rem;
	width: 100%;
	margin: 0 auto 3rem auto;
}

.c-article-img {
	height: 180px;
	overflow: hidden;
	position: relative;
}

.c-pop-article-list .c-article-img {
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}

.c-article-txt {
	padding: 0 15px;
	height: 180px;
}

.c-article-date {
	font-size: 14px;
	color: #9b9b9b;
	letter-spacing: .04em;
}

main section.news_detail .lgs_contain h3.c-article-ttl,
.c-article-ttl {
	width: calc(100% - 1.2rem);
	font-weight: 600;
	letter-spacing: 0.05rem;
	padding: 0;
	text-align: left;
	font-size: 16px!important;
	line-height: 1.2;
	margin-top: 10px!important;
}

.c-article-keyword {
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 2rem 0 0 0 !important;
    font-size: 1.2rem;
    background: none !important;
	padding: 0!important;
}

.c-article-keyword-item {
	width: fit-content;
	font-weight: 600;
	font-size: 14px;
	position: relative;
	letter-spacing: 0.14rem;
	background: #ccc;
	border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px 0 25px;
	height: auto;
	line-height: 2;
}

.c-article-keyword-item::before {
	display: block;
	content: "#";
	top: 15%;
	transform: translateY(-50%);
	border-radius: 50%;
	position: absolute;
	width: 0.6rem;
	height: 0.6rem;
	left: 12px;
}

.c-article-img img {
	object-fit: cover;
	height: 180px;
	width: 100%;
}

.sec-link a {
	border: 2px solid #00A364;
	width: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1rem auto 3rem auto;
	height: 50px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 600;
}

section#cta {
	background-image: url("/wp-content/themes/meiseihoumu/images/common/pagehead/hd_bg_consultation.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px 0 20px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}

section#cta::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(53, 128, 210, 0.5);
	z-index: 1;
}

.c-container--sm.p-ctaBand__inner {
	position: relative;
	z-index: 10;
}

a.p-ctaBand__button {
	margin: 0% auto 3% auto;
	color: #fff;
	background: linear-gradient(135deg, #ff7b7b 0%, #FF5454 45%, #e63b3b 100%);
	width: 250px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	font-size: 16px;
}

h2#cta-title {
	color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.01em;
}

.icon-envelope {
  width: 25px;
    height: 25px;
    fill: #fff;
    margin-right: 5px;
    vertical-align: -0.125em;
}

.icon-chevron-right {
  width: 15px;
    height: 15px;
  margin-left: 5px;
  fill: #fff;
  vertical-align: middle;
}

.p-ctaBand__actions {
	margin-top: 2rem;
}

/* 吹き出し本体 */
.balloon {
	position: relative;
	display: inline-block;
	background: #fff;
	padding: 1px 10px;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* 下に飛び出る三角 */
.balloon::after {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 50%;
	transform: translateX(-50%);
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}

.c-category-caption {
	font-size: 36px;
	margin: 0 auto 6rem;
}

.js-category-slider .swiper-button-prev::after,
.js-category-slider .swiper-button-next::after {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.js-category-slider {
	position: relative;
	padding-bottom: 60px;
}

.js-category-slider .swiper-button-prev,
.js-category-slider .swiper-button-next {
	top: auto;
	bottom: 0;
	transform: none;
}
.js-category-slider .swiper-button-prev,
.js-category-slider .swiper-button-next {
	position: absolute;
}

.js-category-slider .swiper-button-prev {
	left: 30%;
}

.js-category-slider .swiper-button-next {
	right: 30%;
}

.ad-sec .c-article-img {
	width: 300px;
	height: auto;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
	margin: 0 auto;
}

.ad-sec .c-article-img img {
	height: 150px;
}

li.ad-sec-item {
	width: 300px;
	margin: 0 auto 4rem auto;
	height: auto;
}

li.ad-sec-item .c-article-txt {
	padding-top: 20px;
	height: auto;
	background: #f8f8f8;
	border-radius: 0 0 10px 10px;
}

li.ad-sec-item h3.c-article-ttl {
	font-weight: 800;
	letter-spacing: 0.01em;
	margin-bottom: 1rem;
	font-size: 15px;
}

p.staff-area {
	color: #00A364;
}

p.staff-area,
p.staff-position {
	font-size: 12px;
}

p.staff-lead {
	font-size: 14px;
}

section.dic-sec .lg_contain {
	border: 1px solid #ccc;
	padding: 3% 0;
	width: 95%;
	border-radius: 10px;
	box-shadow: 1px 1px 1px #ccc;
	margin-bottom: 2rem;
}

.dictionary2__content {
	margin: 20px auto 50px auto;
	width: 95%;
	max-width: 800px;
}

.dic2-ranking {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

li.dic2-ranking__item {
	margin: 0 auto 20px auto;
}

.dic2-ranking__link {
	display: flex;
	gap: 4px;
	align-items: center;
	text-decoration: none;
	min-width: 200px;
}

.dic2-ranking__rank {
	font-size: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	padding: 0 5px;
}

.dic2-ranking__item.is-rank-1 .dic2-ranking__rank {
	font-size: 32px;
	color: #c5b358;
	display: block;
	padding: 0 5px;
	min-width: unset;
	font-family: 'Tangerine', cursive;
}

.dic2-ranking__item.is-rank-2 .dic2-ranking__rank {
	font-size: 32px;
	color: #666;
	display: block;
	padding: 0 5px;
	min-width: unset;
	font-family: 'Tangerine', cursive;
}

.dic2-ranking__item.is-rank-3 .dic2-ranking__rank {
	font-size: 32px;
	color: #AF5F39;
	display: block;
	padding: 0 5px;
	min-width: unset;
	font-family: 'Tangerine', cursive;
}


span.dic2-ranking__title {
	color: #246C88;
	font-size: 20px;
	border-bottom: #246c82 1px solid;
	display: block;
	width: fit-content;
	line-height: 1;
}

span.dic2-ranking__reading {
	display: block;
	text-decoration: none !important;
	font-size: 12px;
	padding: 2% 0 0 0;
}

.f-ctaBand__actions {
	background: #fff;
	width: 90%;
	margin: 15px auto;
	max-width: 500px;
	border-radius: 10px;
	padding: 3% 0;
}

f.f-formCta-form__head {
	color: #00A365;
	font-size: 20px;
}

p.f-formCta-form__lead {
	font-weight: bold;
	font-size: 18px;
}

p.f-formCta-form__head {
	color: #00A365;
	font-size: 20px;
}

.list-item .list-item-label {
	position: relative;
	text-align: left;
}

.list-item {
	font-size: 16px;
}

.list-item .list-item-label::after {
	position: absolute;
	content:"";
	inset: 0;
	display: inline-block;
	border: 2px solid #00A365;
	top: 30%;
	left: 25px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.f-formCta-form__row {
	margin: 20px 0;
}

/* input隠す */
.c-form-radio input[type="radio"] {
	position: absolute;
	opacity: 0;
}
::marker {
	content: none;
}


/* ラベル */
.c-form-radio .list-item-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
	transition: .3s;
	cursor: pointer;
	width: 90%;
	display: block;
	max-width: 300px;
	margin: 2% auto;
	height: 50px;
	border-radius: 10px;
	padding: 0 0 0 20px;
	font-size: 16px;
    font-weight: 500;
}

/* checked */
.c-form-radio input[type="radio"]:checked + .list-item-label {
	background: linear-gradient(
		to bottom,
		#ffffff 0%,
		#f2f2f2 45%,
		#DDD 100%

	);
}

.c-form-radio input[type="radio"]:checked + .list-item-label::after {
    background: #00A365;
    border: 2px solid #999;
}

span.list-item-label {
	justify-content: flex-start;
	align-items: center;
	display: flex !important;
}

	.cat-sec-inner-cat-txt a {
    list-style: none;
    position: relative;
    padding-left: 1.2em;
}

.cat-sec-inner-cat-txt a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 8px;
    height: 8px;
    border: 1px solid #333;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
	.breadcrumbs {
    margin-top: 6rem;
	}
	main {
        margin-top: 0;
    }
    main section.news .lg_contain {
        padding-top: 5rem;
    padding-bottom: 5rem;
		height: 150px;
}
	.sp {
		display: none;
	}
	
	.c-caption {
    font-size: 28px;
	}
	
	h1.top-cat-ttl {
		font-size: 1.35rem;
	}
	h1.top-cat-ttl::after {
    top: -15%;
	}
	h3.sect_title {
		font-size: 5rem;
	}
	h3.sect_title::before {
		top: 1.5rem;
	}
	h3.cat-sec-inner-ttl {
    font-size: 17px;
	}
	h2.top-cat-subttl {
		font-size: 20px;
        padding-left: 12rem;
	}
	h2.top-cat-subttl::after {
		width: 130px;
		height: 150px;
		top: -40%;
	}	
.cat-top p.poppins {
    font-size: 32px !important;
}
	.cat-sec-inner-cat-txt {
    font-size: 17px;
}

	.cat-sec-contain {
		gap: 10px;
		justify-content: center;
	}
	.p-ctaBand__actions {
		margin-top: 1rem;
	}
	section#cta {
		padding: 3% 0 0% 0;
	}

	p.cat-sec-inner-cat-txt {
	font-size: 18px;
}
	
	.cat-sec {
		margin-top: 80px;
	}
	
	.c-pop-article-list .c-article-img {
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}
	
	.news-rank ul.c-article-list.c-pop-article-list {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		gap: 1%;
	}

	.news-rank .c-article-list-item {
		width: 49%;	
		max-width: 320px;
	}
	.ad-sec ul.c-article-list.c-pop-article-list {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		gap: 1%;
		flex-wrap: wrap;
	}

	.dic2-ranking {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 10px;
	}

}

@media screen and (min-width: 1024px) {
	.breadcrumbs {
    margin-top: 18rem;
	}
	section.page_header {
		margin-top: 150px;
}
	h1.top-cat-ttl {
		font-size: 2.5rem;
	}
	h3.sect_title {
		font-size: 7rem;
	}
	h3.sect_title {
    padding-left: calc(50% - 600px);
	font-size: 8rem;
}
	.cat-sec-contain {
        gap: 3rem;
	}
	h3.cat-sec-inner-ttl {
        font-size: 19px;
    }
	main section.news_detail .lgs_contain p {
    font-size: 18px;
}
	.cat-sec-inner-cat-txt {
    font-size: 18px;
}
	h2.top-cat-subttl {
		font-size: 2rem;
		padding-left: 14rem;
		margin-left: 10%;
	}
	.cat-sec-inner {
    max-width: 300px;
	}
}

@media screen and (min-width: 1200px) {
    h2.top-cat-subttl {
        margin-left: 2%;
	}
}


/*  cat tag  */
main.cat-top section.page_header .lg_contain {
    height: 25rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 7rem 0 8rem 1rem;
}
main.cat-top h1.page_title {
    font-size: 4rem;
    width: 100%;
}
main.cat-top span.j_t {
    width: 100%;
    font-size: 1.5rem;
}				

.c-pop-article-list .c-article-list-item a {
    position: relative;
}

.c-article-list-item.pop-1st a::after {
	position: absolute;
    inset: 0 auto auto 5%;
    z-index: 1;
    display: grid;
    place-items: center;
    height: auto;
    aspect-ratio: 69 / 87;
    padding-inline: .5rem;
    padding-bottom: 5%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    pointer-events: none;
    content: "No." counter(counter);
    counter-increment: counter 1;
	background: #FFD708;
    text-shadow: 1px 1px 1px #ccc;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 70.408%, 0 100%);
}
.c-article-list-item.pop-2nd a::after {
	position: absolute;
    inset: 0 auto auto 5%;
    z-index: 1;
    display: grid;
    place-items: center;
    height: auto;
    aspect-ratio: 69 / 87;
    padding-inline: .5rem;
    padding-bottom: 5%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    pointer-events: none;
    content: "No." counter(counter);
    counter-increment: counter 2;
	background: #c5b358;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 70.408%, 0 100%);
}

.c-article-list-item.pop-3rd a::after {
	position: absolute;
    inset: 0 auto auto 5%;
    z-index: 1;
    display: grid;
    place-items: center;
    height: auto;
    aspect-ratio: 69 / 87;
    padding-inline: .5rem;
    padding-bottom: 5%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    pointer-events: none;
    content: "No." counter(counter);
    counter-increment: counter 3;
    background: #0faec9;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 70.408%, 0 100%);
}

.c-pop-article-list.slick-slider .slick-list {
    padding-top: 2rem !important;
}

.c-pop-article-list .c-article-img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.c-pop-article-list .c-article-list-item {
    overflow: visible;
}

.c-pagination {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 1rem;
}

span.page-numbers,
a.page-numbers{
    border-radius: 50%;
    border: 1px solid #ccc;
    font-size: 20px;
	width: 35px !important;
    height: 35px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.page-numbers.dots,
a.next.page-numbers {
    border: none;
}
a.next.page-numbers {
	font-size: 40px;
    padding: 0 0 1rem 0;
    line-height: 1;
    text-align: center;
}


.c-keyword-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
	padding: 0 5%;
}

.c-keyword-list-item {
    width: fit-content;
}

.c-keyword-list-item a,
.c-keyword-list-item>span {
	font-size: 14px;
    display: block;
    font-weight: 600;
    background: #ccc;
    border-radius: 5px;
    padding: 0 1.8rem 0 2.8rem;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.c-keyword-list-item a::before,
.c-keyword-list-item>span::before {
    content: "#";
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    position: absolute;
    left: 1.5rem;
    top: 13%;
    transform: translateY(-50%);
}

a.article-detail-category {
    position: unset;
    padding: 10px 20px!important;
	background: #fff;
}

a.article-detail-category::before {
	display: none;
}

.article-inner {
    margin-top: 5%;
	font-size: 16px;
	line-height: 2;
}

.article-image-container img {
    max-width: 600px;
    width: 100%;
    display: block;
    margin: 5% auto;
}

.single-page {
    margin-top: 6rem;
}

@media (min-width: 1024px) {
main.news_single {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	gap: 10px;
	padding: 0 10px;
        max-width: 1200px;
        margin: 0 auto;
}
	.cat-wrap {
    display: none;
}
	main.news_single section.news_detail {
    flex: 1;
}
	aside.c-aside {
    width: 30%;
    margin-top: 80px;
		max-width: 320px;
}
	.single-page {
    margin-top: 15rem;
}
}

main section.news_detail .lgs_contain h2::after {
    width: 4px;
    height: 30px;
}


main section.news_detail .lgs_contain h2 {
	margin: 4.5rem 0 1.8rem;
}

.c-keyword-list-item a, .c-keyword-list-item>span {
        font-size: 12px!important;
}

main section.news_detail .lgs_contain h5 {
    font-size: 24px;
}

main section.news_detail .lgs_contain h2 {
    font-size: 22px !important;
}

main section.news_detail .lgs_contain h3 {
    font-weight: 700;
    font-size: 20px!important;
    line-height: 1.2;
    color: #333;
    margin: 0 0 15px 0;
	width: 100%;
}

@media (min-width: 768px) {
	.article-inner ul li {
    font-size: 16px;
    margin-bottom: 10px;
}
main section.news_detail .lgs_contain h5 {
    font-size: 28px;
}
	main section.news_detail .lgs_contain h2 {
    font-size: 26px !important;
}
}

@media (min-width: 1024px) {
main section.news_detail .lgs_contain h5 {
    font-size: 32px;
}
	main section.news_detail .lgs_contain h2 {
    font-size: 28px !important;
}
}

.sidebar-post {
    text-align: left;
	margin-top: 50px;
}
li.latest-post-item {
    margin-bottom: 5%;
}
.latest-post-item a {
    display: flex;
    gap: 3%;
}
.latest-post-item a .thumb {
    width: 50%;
    max-width: 350px;
}
.latest-post-item a .thumb img {
    border-radius: 10px;
}
.latest-post-item a .content {
    width: 50%;
}
.latest-post-item a .content h3 {
	width: 100%;
    font-weight: bold;
}
a.sidebar-post-link {
    text-align: right;
    display: block;
    color: var(--color-main);
    text-decoration: underline;
}
.c-border-caption {
    font-size: 2rem;
    font-weight: 700;
    /*letter-spacing: 0.14rem;*/
    line-height: 1.2;
    padding: 0 0 12px;
    border-bottom: 1px solid #434343;
    margin: 0 0 2.4rem;
}

.c-article-pop-wrap {
    margin-bottom: 50px;
}

.c-aside-keyword-wrap {
	margin:100px 0;
}

.article-inner p {
    font-weight: 400!important;
    margin: 0 auto;
}

main section.news_detail .lgs_contain p {
    font-size: 16px;
}

.article-inner h3 {
	margin: 1.3rem auto!important;
}

.article-inner ul {
    background: rgba(255, 206, 217, 0.5);
    padding: 20px;
    margin: 0 0 2rem;
}

.article-inner ul {
    list-style: none;
    padding-left: 3.5em;
    font-size: 14px;
	margin: 30px 0;
}

.article-inner ul li {
    position: relative;
	margin-bottom: 0;
	line-height: 2;
}

.article-inner ul li::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 0.55em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333;
}

.article-inner ul li a {
    word-break: break-all;
}
.article-inner ul li {
    list-style: linear-gradient;
}

.article-inner ul li:last-child {
    margin: 0;
}

.article-inner ul ol li {
    margin: 0 0 0 auto !important;
    width: calc(100% - 1.5em);
}

/* ==========================
   テーブル
========================== */
table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #cfcfcf;
	border-radius: 12px;
	overflow: hidden;
	margin: 5rem 0;
	font-size: 16px;
	background: #fff;
}

table th {
	background: #7ED0B0;
	color: #333;
	font-weight: 700;
	text-align: left;
	padding: 14px 16px;
	border-right: 1px solid #fff;
	line-height: 1.5;
}

.wp-block-table .has-fixed-layout {
    border-radius: 0px;
}

.has-fixed-layout tbody {
    border: 1px solid #555 !important;
    display: inline-table;
	width: 100%;
}

tr:first-child td:first-child {
    background: #7ED0B0;
}

tr:first-child td {
    background: #7ED0B0;
}

table th:last-child {
	border-right: none;
}

table td {
	padding: 18px 20px;
	border-top: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	vertical-align: top;
	line-height: 1.8;
	background: #fff;
}

table td:last-child {
	border-right: none;
}

/* 左列 */
table td:first-child {
	width: 30%;
	font-weight: 700;
	background: #f8f8f8;
}

/* SP */
@media (max-width: 767px) {
	table {
		font-size: 14px;
	}

	table th,
	table td {
		padding: 10px;
		line-height: 1.7;
	}
}

/* 監修者ブロック全体の余白 */
.article-supervisor-wrap {
    margin-top: 60px;
    margin-bottom: 40px;
}

/* カード本体の装飾（角丸・グレー背景） */
.article-supervisor-card {
    background-color: #f7f7f7;
    border-radius: 16px;
    padding: 40px;
	    margin: 5% auto;
    max-width: 700px;
}

/* 上部：写真と名前の並び */
.supervisor-header {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* 画像が潰れないように固定 */
.supervisor-photo {
    flex: 1;
    display: flex;
    justify-content: center;
}

.supervisor-photo img {
    width: 120px;
    height: 120px;
    border-radius: 50%; /* 綺麗な円形にする */
    object-fit: cover;
    border: 4px solid #fff; /* 白い枠線 */
    box-shadow: 0 4px 15px rgba(0,0,0,0.08); /* ほんのり影をつける */
}

/* 名前や肩書きのまとまり */
.supervisor-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
	width: 70%;
}

.supervisor-info .ruby {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
    line-height: 1;
}

.supervisor-name {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 12px 0;
    display: flex;
    align-items: baseline;
    gap: 15px;
    color: #333;
}

.supervisor-title {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.supervisor-catch {
    font-size: 15px;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

/* 中部：コメント欄 */
.supervisor-comment-box {
    margin-top: 30px;
}

.comment-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #dcdcdc; /* タイトルの下に直線を引く */
}

.comment-text {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

/* 下部：「詳細へ」ボタン */
.supervisor-action {
    margin-top: 25px;
    text-align: center; /* センター寄りに配置 */
}

.supervisor-btn {
    display: inline-block;
    background-color: #fff; /* 白背景 */
    color: #333; /* 黒文字 */
    border: 1px solid #333; /* 黒枠 */
    padding: 12px 40px; /* 余白を持たせてボタンらしく */
    font-size: 15px;
    font-weight: bold;
    text-decoration: none; /* デフォルトの下線を消す */
    transition: all 0.3s ease; /* ホバー時のアニメーションを滑らかに */
}

/* ホバー時のアクション（少し背景を黒く反転させてボタンっぽく） */
.supervisor-btn:hover {
    background-color: #333;
    color: #fff;
}

p.front-advisor-catchcopy {
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
}

/* スマホ用のレスポンシブ対応 */
@media screen and (max-width: 768px) {
	.supervisor-info {
	width: 100%;
}
	
    .article-supervisor-card {
        padding: 25px 20px;
    }
    .supervisor-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .supervisor-name {
        flex-direction: column;
        gap: 6px;
		margin-top: 20px!important;
    }
    .supervisor-photo img {
        width: 120px;
        height: 120px;
    }
    .supervisor-action {
        margin-top: 20px;
        text-align: center; /* スマホではタップしやすいように中央寄せ */
    }
    .supervisor-btn {
        width: 100%; /* スマホでは横幅いっぱいに広げる */
        box-sizing: border-box;
    }
}

/* sidebar */

.c-article-pop-list {
    margin: 0 0 3rem;
}

.c-article-pop-list li {
    margin: 0 0 2.6rem;
}

.c-article-pop-list li:last-child {
    margin: 0;
}

.c-article-pop-list li a {
    position: relative;
    display: flex;
    gap: 1rem;
}

.c-article-pop-list li:nth-child(1) a::after {
	position: absolute;
    inset: 0 auto auto 5%;
    z-index: 1;
    display: grid;
    place-items: center;
    height: auto;
    aspect-ratio: 69 / 87;
    padding-inline: .3rem;
    padding-bottom: 5%;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    pointer-events: none;
    content: "No." counter(counter);
    counter-increment: counter 1;
	background: #FFD708;
    text-shadow: 1px 1px 1px #ccc;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 70.408%, 0 100%);
}

.c-article-pop-list li:nth-child(2) a::after {
	position: absolute;
    inset: 0 auto auto 5%;
    z-index: 1;
    display: grid;
    place-items: center;
    height: auto;
    aspect-ratio: 69 / 87;
    padding-inline: .3rem;
    padding-bottom: 5%;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    pointer-events: none;
    content: "No." counter(counter);
    counter-increment: counter 2;
	background: #c5b358;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 70.408%, 0 100%);
}
.c-article-pop-list .content {
    width: 50%;
}
.c-article-pop-excerpt {
    font-size: 14px;
    text-align: left;
}
.c-article-pop-list li:nth-child(3) a::after {
	position: absolute;
    inset: 0 auto auto 5%;
    z-index: 1;
    display: grid;
    place-items: center;
    height: auto;
    aspect-ratio: 69 / 87;
    padding-inline: .3rem;
    padding-bottom: 5%;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    pointer-events: none;
    content: "No." counter(counter);
    counter-increment: counter 3;
    background: #0faec9;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 70.408%, 0 100%);
}

.c-article-pop-list li .img {
    width: 50%;
    max-width: 250px;
    height: 80px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 6px 9px rgba(0, 0, 0, 0.15);
}

.c-article-pop-list li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-article-pop-ttl {
    width: 100%;
    text-align: left;
    letter-spacing: 0.11em;
    font-weight: 500;
    line-height: 1.2;
	font-size: 14px;
}

.c-aside .c-btn {
    margin: 0 0 14rem;
}

.c-keyword-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
	padding: 0 5%;
}

.c-keyword-list-item {
    width: fit-content;
}

.c-keyword-list-item a,
.c-keyword-list-item>span {
	font-size: 14px;
    display: block;
    font-weight: 600;
    background: #fff;
    border-radius: 5px;
    padding: 0 1.8rem 0 2.8rem;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.c-keyword-list-item a::before,
.c-keyword-list-item>span::before {
    content: "#";
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    position: absolute;
    left: 1.5rem;
    top: 16%;
    transform: translateY(-50%);
}

@media screen and (max-width:1000px) {
    .c-aside {
        display: none;
    }
}
@media screen and (max-width:750px) {
    .c-keyword-chara {
        max-width: 23.8rem;
    }

    .c-keyword-list-item a,
    .c-keyword-list-item>span {
        font-size: 1.2rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

.tag-posts {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tag-post-item {
	margin: 0;
}

.tag-post-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 280px; /* ←ここ */
	min-height: 56px;
	padding: 16px 20px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
	text-decoration: none;
	transition: .3s;
}

.tag-post-link:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
}

.tag-post-title {
	font-size: 16px;
	font-weight: 700;
	color: #333;
}

.tag-post-link::after {
	content: "›";
	font-size: 28px;
	font-weight: 400;
	color: #00a36c;
	line-height: 1;
}

.sidebar-post-link {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
	color: #333;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	transition: .3s;
}

.sidebar-post-link::after {
	content: "→";
    color: #999;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #999;
    font-size: 14px;
    font-weight: 700;
	transition: transform .3s;
}

.sidebar-post-link:hover {
	color: #00a36c;
}

.sidebar-post-link:hover::after {
	transform: translateX(4px);
}

.c-aside .sidebar-banner img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s, transform 0.3s, opacity 0.3s;
}

.breadcrumbs.lg_contain {
    position: relative;
    z-index: 10;
}