/* Customization starts here */

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700&display=swap');
@import url('http://fonts.googleapis.com/earlyaccess/notosansjp.css');
@import url('https://fonts.adobe.com/fonts/yu-minchotai-pr6n-r');

.pankuzu h5 {
	background-color: #9F8039;
    width: 75px;
    height: 28px;
    border-radius: 14px;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
    margin: 10px 5px 10px 0;
}
.pankuzu p {

    width: 75px;
    height: 28px;
    border-radius: 14px;
    color: #000;
    text-align: center;
    font-size: 16px;
    padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
    margin: 10px 5px 10px 0;
}
.pankuzu .breadcrumbs__title a {
	color: #000 !important;
}

.h1__title{
    border-bottom: solid 1px #9f8039;
    padding-bottom: 10px;
	font-size: 24px;
    font-family: Noto Serif JP, 游明朝, Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E, メイリオ, Meiryo, serif !important;

	font-style: normal;
	font-weight: 400;
}

p.more span {
	display: inline-block;
    width: 160px;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0;
    color:#fff;
    background: #c5a882;
    padding: 1.25px;
    border: solid 1px #c5a882;
    transition: all .2s;
}

h3 input[type=text] {
padding: 6px;
font-size: 14px;
}

.post_date{
float: right;
padding:0 5px 0 5px;
}
.content--header {
color: #9F8039;
font-size: 24px;
display: flex;
align-items: center;
gap: 20px;
font-family: Noto Serif JP, 游明朝, Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E, メイリオ, Meiryo, serif !important;
}
.content a:link{
color: #000000;
}
.content--hover  div:hover{
	background-color: #FAF6F0 !important;

}
.content--hover {
	border-bottom: 1px solid #CCCCCC ;
	
}
.contents_list ol {
	counter-reset: item ;

}
.contents_list li {
	display: block ;

}
.contents_list li:before { content: counters(item, ".") ". "; counter-increment: item ;
	color: #9F8039;
	font-family: Noto Serif JP, 游明朝, Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E, メイリオ, Meiryo, serif !important;
}

.toRight{
	margin-left: 2rem;
}

.content {
	font-size: 24px;
	margin: 0px 0px 30px 0px;


}
.content--wrapper {
	padding: 30px 20px 20px 20px;
	display: block;
}
.content--wrapper img {
	height: auto;
}
.row .end {
	margin: 50px 0 30px 0 !important;
	background: #9F8039;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
	font-weight: 500 !important;
	color: #fff;
	padding-top: 0px!important;
	display: flex;
}
.row .end h5 {
	padding-left: 15px;
	font-size: 28px !important;
	border-left: 6px solid #fff;
	margin: 8px 6px;
	font-family: Noto Serif JP, 游明朝, Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E, メイリオ, Meiryo, serif !important;

}

.row .col_6 {
	margin: 12px;
	}
.qoutes {
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #FAF6F0;
	padding: 18px;
	font-size: 16px;
	border-left: 5px solid #9F8039;

}
.icons {
	display: flex;
	gap: 20px !important;
}

.icons .fa-twitter, .fa-facebook, .fa-instagram,.fa-line {
	border-radius: 50%;
	height: 25px;
	width: 25px;
	padding: 6px;
	color: #fff;
	text-align: center;
}
.icons .fa-facebook{
	background-color: #1877F2;
}
.icons .fa-twitter{
	background-color: #1DA1F2;
}
.icons .fa-line{
	background-color: #00B900;
	color: #fff;

}
.icons .fa-instagram{
	background-color: #CF2E92;
}

.share_article {
	background-color: #F5F5F5;
	display: flex;
	gap: 30px;
	justify-content: right;
	text-align: center;
	padding: 20px;

}

.share_article a {
	line-height: 1;
}

.share--text {
	font-size: 16px;
	font-family: "Raleway";
	display: flex;
	align-items: center;
}
.url {
	color: #9F8039 !important;
	font-size: 12px;
	margin-top: 5px !important;
	font-family: "Raleway";

}
.url__wrapper {
	width: 55% !important;
}
.url__image__wrapper {
	margin-right: 2% !important;
}
.url__wrapper p {
	margin: 10px 0px !important;
}

.internal_link {
	padding: 25px 15px;
	margin: 20px 0;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.internal_link:hover{
	background-color: #FAF6F0;
	border:none;
	border: 1px solid #FAF6F0;
}
.writer {
	display: flex;
	align-items: flex-end;
	float: right;
	height: 100px;
	gap: 5px;
}
.writer__image{
	display: flex;
	justify-content: center;
	align-items: center;

}
.writer__information {
	padding-top: 20px;
	font-size: 16px !important;
	letter-spacing: 2.5px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.writer__image img {
	border-radius: 50%;
	height: 200px;
	width: 200px;
	border: 1px solid #9f8039;
	object-fit: cover;
}

.backToList a{
	font-size: 16px !important;
	text-decoration: underline;

}
.backToList {
	text-align: center;
	padding: 20px 0;
	font-family: 'Noto Sans JP', sans-serif;
	display: flex;
	justify-content:space-evenly;
}
.backToList button {
	background-color: #8E0107;
	color: #fff;
	text-align: center;
	padding:10px 15px;
	border: none;
	font-size: 16px;
	cursor: pointer;
	font-family: Noto Serif JP, 游明朝, Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E, メイリオ, Meiryo, serif !important;
}
.backToList .col_4 {
	text-align: left;
	margin-right: 0px !important;
}

.h1__title2{
	border-bottom: solid 2px  #9f8039;
	border-top: solid 2px  #9f8039;
	padding: 5px 0;
	margin: 40px 0;
	font-size: 24px;
	text-align: center;
	font-family: Noto Serif JP, 游明朝, Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E, メイリオ, Meiryo, serif !important;
}


.information_wrapper{
	display: flex;
	gap: 16px;

}
.information__button{
	font-size: 12px;
	letter-spacing: 1px;
	padding: 4px 17px;
	color: #fff;
	background: #9F8039;
	border: solid 1px #9F8039;
	border-radius: 3px;
}
.information__date{
	font-size: 14px;
	letter-spacing: 1px;
	padding: 4px ;
	font-family: "Raleway";
	font-weight: 500;
}

.readmore_wrapper {
	display: flex;
	float: right;
	text-align: center;
	height: 100%;


}
.readmore_wrapper_flex{
	gap: 3rem;
	border-bottom: solid 2px #9f8039;
	padding: 30px 10px 0 10px;
	display: flex;
	align-items: flex-end;
}
.readmore_wrapper p {
	color: #9f8039;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.readmore__button{
	color:#000 !important;
	font-size: 16px;
	display: block;
}
.content--details p {
	font-size: 16px;
	line-height: 32px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 1px;
	font-weight: 500;
}

.search__wrapper__sidebar{
	display: flex;
	background-color: #F5F5F5;
	margin: 30px 0;

}
.search__wrapper__sidebar button {
	background: none;
	border: none;
}
.search__wrapper__sidebar i {
	font-size: 23px;
	color: #777777;
	font-weight: 100;
	display: flex;
	justify-content: end;
	align-items: center;
	padding:0 10px;
}
.search__wrapper__sidebar input {
	border: none;
	background: transparent;
	width: 100%;
	padding: 16px 5px;
	font-size: 14px;
}

.search__wrapper{
	display: none;
	background-color: #F5F5F5;
	margin: 30px 0;

}
.search__wrapper i {
	font-size: 23px;
	color: #777777;
	font-weight: 100;
	display: flex;
	justify-content: end;
	align-items: center;
	padding:0 10px;
}


.search__wrapper input {
	border: none;
	background: transparent;
	width: 100%;
	padding: 16px 5px;
	font-size: 14px;
}

.sidebar--content--details {
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.sidebar--date{
	font-size: 14px;
	letter-spacing: 1px;
	padding: 4px ;
	font-family: "Raleway";
	font-weight: 500;
	float: right;
	color: #000;
}

.ranking--link,
.ranking--link:hover,
.ranking--link:link,
.ranking--link:visited {
	color: #000;
}
.ranking--image{
	position: relative;
}
.ranking--numbers, .ranking--numbers-2, .ranking--numbers-3 {
	font-family: Noto Serif JP, 游明朝, Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E, メイリオ, Meiryo, serif !important;
}
.ranking--numbers{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #9F8039;
	border: none;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	height: 30px;
	width: 30px;
}
.ranking--numbers-2{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #999999;
	border: none;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	height: 30px;
	width: 30px;
}

.ranking--numbers-3{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #333333;
	border: none;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	height: 30px;
	width: 30px;
}

.column--details--title{
	border-bottom: solid 1px #CCCCCC;
    padding-bottom: 10px;
	font-size: 24px;
    font-family: Noto Serif JP, 游明朝, Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E, メイリオ, Meiryo, serif !important;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 30px;
}
.topics-single__eyecatch {
	margin-bottom: 40px;
}
.topics-single__eyecatch img {
	height: auto;
}
.contentSub--list {
	padding: 30px;

}
.contentSub--list:hover{
	background-color: #FAF6F0;

}

.contents_list {
	padding-left: 30px;
}
.contents_list a {
	font-family: "Noto Sans Japanese", メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;


}


.content--description p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;

}

.second--row .description--title {
		border-bottom: solid 1px #CCCCCC;
		margin: 30px 0 20px 0;
		font-size: 26px;
		font-family: Noto Serif JP, 游明朝, Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E, メイリオ, Meiryo, serif !important;
		font-style: normal;
		font-weight: 400;
		position: relative;
		outline: solid 0px 0px 1px 0px #9f8039;
		

}
.border--title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	border: solid 5px #9f8039;
}

 .title--highlight{
	color: #9f8039 !important;


}
span .title--highlight--strong {
	font-weight: bold;
	text-decoration: solid;

}
span .title--highlight--underline {
	text-decoration: solid;
}
.qoutes .fa-quote-left {
	text-align: left;

}
.qoutes .fa-quote-right {
	text-align: right;
	float: right;

}
.qoutes img {
	color: #9f8039;
	font-size: 30px;
	width: 20px !important;

}

.icon--link i {
	color: #9f8039;
	display: flex;
	float: right;
	height: 150px;
	align-items: center;
	font-size: 24px !important;

}
.border--right{
	border-left: 4px solid #9f8039;
	padding-left: 10px !important;
	font-family: Noto Serif JP, 游明朝, Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E, メイリオ, Meiryo, serif !important;
	color: #000;
	font-size: 16px;
}
.article__writer{
	text-align: center !important;
	border-bottom: none !important;
	background-color: #9f8039;
	padding: 10px 0 !important;
	color: #fff;
	margin: 40px 0px 0px 0px !important;
	font-weight: 500 !important;
	font-family: Noto Serif JP, 游明朝, Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E, メイリオ, Meiryo, serif !important;
}
.writer__profile{
	margin-top: 0px!important;

}


.backToList__btn__right, .backToList__btn__left{
	display:flex;
	align-items: center;
}
.backToList__btn__right i{
	margin-left:10px ;
}
.backToList__btn__left i{
	margin-right:10px ;
}
.backToList__btn p{
	font-family: Noto Serif JP, 游明朝, Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E, メイリオ, Meiryo, serif !important;
}
.backToList__btn a {
	background-color: #8E0107;
	color: #fff !important;
	text-align: center;
	padding: 10px 15px;
	border: none;
	font-size: 16px;
	cursor: pointer;
	font-family: Noto Serif JP, 游明朝, Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E, メイリオ, Meiryo, serif !important;
	text-decoration: none;
}

.backToList__btn__right a,
.backToList__btn__right a:link,
.backToList__btn__right a:visited,
.backToList__btn__left a,
.backToList__btn__left a:link,
.backToList__btn__left a:visited {
	color: #000;
}

.header__list{
	display: flex;
}
.menu__bar {
	height: 24px;
	width: 24px;
}
.side--menu ul li a {
    background-color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
	font-weight: 600;
}

.side--menu h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:bolder !important;
	font-size: 13px;
}
.internal--link--wrapper {
	display: block;
}

.icon--link img {
	height: 20px;
	width: 20px;


}
.icon--link {
	height: 150px !important;
	float: right;
	align-items: center;
	display: flex;
	justify-content: center;
}

.writers__name {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;
	font-weight: 600;
}
.scroll__sidebar {
	overflow:hidden;
	overflow-y:scroll;
	height: 80px;
}

.dashed {
	display: flex;
	align-items: center;
}

.pagination nav {
	position: static;
	height: unset;
	border: unset;
}

.pagination nav ul {
	display: flex;
	justify-content: center;
}

.pagination nav li {
	line-height: unset;
	font-family: 'Roboto', sans-serif;
	margin: 0 5px;
}

.pagination nav li a,
.pagination nav li span {
	display: flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	border: solid 1px #DDD;
}

.pagination nav li a,
.pagination nav li a:link,
.pagination nav li a:visited {
	color: #333
}

.pagination nav li span.current {
	border-color: #333;
	background: #333;
	color: #fff;
}

.pagination nav li a:hover {
	border-color: #9F8039;
	background: #9F8039;
	color: #fff;
	opacity: 1;
}

.pagination nav li a.prev,
.pagination nav li a.next {
	border: none;
	background: unset;
	font-size: 0;
}

.pagination nav li a.prev {
	background: url('../images/topics/pagination-arrow-left.png') center / 6px no-repeat;
}

.pagination nav li a.next {
	background: url('../images/topics/pagination-arrow-right.png') center / 6px no-repeat;
}



.topics-single {
	font-family: 'Noto Sans JP', sans-serif;
}

#ez-toc-container {
	background: #FAF6F0;
	padding: 40px;
	margin-bottom: 78px;
}

#ez-toc-container a,
#ez-toc-container a:hover,
#ez-toc-container a:link,
#ez-toc-container a:visited {
	color: #000;
}

#ez-toc-container nav {
	all: unset;
}

#ez-toc-container nav ul {
	counter-reset: item;
}

#ez-toc-container nav li {
	all: unset;
	display: block;
	font-size: 16px;
}

#ez-toc-container nav li ul {
	padding-left: 2rem;
}

#ez-toc-container nav li::before {
	content: counters(item, ".") ". ";
	counter-increment: item 1;
	color: rgb(159, 128, 57);
	font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif !important;
	font-size: 24px;
}


.ez-toc-title {
	font-size: 0 !important;
	position: relative;
	padding-left: 46px;
}

.ez-toc-title::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 20px;
	background: url('../images/topics/icon-contents.png') center / contain no-repeat;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.ez-toc-title::after {
	content: 'CONTENTS';
	font-size: 24px !important;
	font-family: 游明朝, Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E, メイリオ, Meiryo, serif !important;
	font-weight: 900;
	color: #9F8039;
	letter-spacing: .1em;
}


.topics-content p {
	font-size: 16px;
	line-height: 2;
	margin: 1em 0;
}

.topics-content p a {
	color: #9F8039 !important;
	text-decoration: underline;
}

.topics-content strong {
	color: #9F8039 !important;
	font-weight: 700;
}

.topics-content em {
	font-style: italic;
}

.topics-content ul:not([class*="ez-toc-"]) {
	font-size: 16px;
	margin: 1em 0;
	margin-left: 28px;
	list-style: none;
}

.topics-content ul:not([class*="ez-toc-"]) li {
	list-style: none;
}

.topics-content ol:not([class*="ez-toc-"]) {
	font-size: 16px;
	margin: 1em 0;
	margin-left: 28px;
	list-style: decimal;
}

.topics-content ol:not([class*="ez-toc-"]) li {
	list-style: decimal;
}

.topics-content table {
	font-family: 'Noto Sans JP', sans-serif;
}

.topics-content__table-wrapper {
	margin: 40px 0;
	overflow: auto;
}

.topics-content table th,
.topics-content table td {
	border: solid 1px #000;
	padding: 10px;
}

.topics-content table th {
	text-align: center;
	font-weight: 700;
}

.topics-content h2 {
	padding-left: 15px;
	font-size: 28px !important;
	background: #9F8039;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
	font-weight: 500 !important;
	color: #fff;
	position: relative;
	padding: 2px 20px;
	margin-bottom: 30px;
	clear: both;
}

.topics-content h2::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 5px;
	bottom: 8px;
	width: 5px;
	background: #fff;
}

.topics-content h3 {
	clear: both;
	border-bottom: solid 1px #CCCCCC;
	margin-bottom: 30px;
	font-size: 26px !important;
	padding: 55px 0 10px !important;
	position: relative;
}

.topics-content h3::after {
	content: '';
	position: absolute;
	bottom: -1px;
	width: 100px;
	height: 1px;
	left: 0;
	background: #9F8039;
}

.topics-content h4 {
	clear: both;
	font-size: 24px !important;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
	font-weight: 500 !important;
	border-bottom-color: #9F8039 !important;
	padding-top: 65px !important;
}

blockquote {
	clear: both;
	background: #FAF6F0;
	border-left: solid 5px #9F8039;
	margin: 60px 0 !important;
	padding: 60px 35px !important;
	color: #666;
	position: relative;
}

blockquote::before {
	content: '';
	position: absolute;
	width: 28px;
	height: 24px;
	background: url('../images/topics/icon-quote1.png') center / contain no-repeat;
	top: 28px;
}

blockquote::after {
	content: '';
	position: absolute;
	width: 28px;
	height: 24px;
	background: url('../images/topics/icon-quote2.png') center / contain no-repeat;
	bottom: 28px;
	right: 40px;
}

.topics-content img {
	height: auto;
}

.topics-content img.alignright {
	float: right;
	width: auto;
	height: auto;
	margin-left: 40px;
}

.topics-content img.alignleft {
	float: left;
	width: auto;
	height: auto;
	margin-right: 40px;
}

.topics-related a,
.topics-related a:link,
.topics-related a:visited {
	color: #000;
}


.lkc-link {
	border: solid 1px #ccc;
	display: block;
	padding: 20px;
	height: 160px;
	box-sizing: border-box;
	margin: 40px 0;
}

a.lkc-link,
a.lkc-link:link
a.lkc-link:hover,
a.lkc-link:visited {
	color: #333;
}

a.lkc-link:hover {
	opacity: 1;
	border-color: #FAF6F0;
	background: #FAF6F0;
}

.lkc-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	height: 100%;
}

.lkc-internal-wrap {
	position: relative;
}

.lkc-internal-wrap::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 26px;
	height: 26px;
	transform: translateY(-50%);
	background: url('../images/topics/link-internal.png') center / contain no-repeat;
}

.lkc-external-wrap {
	position: relative;
}

.lkc-external-wrap::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 27px;
	height: 27px;
	transform: translateY(-50%);
	background: url('../images/topics/link-external.png') center / contain no-repeat;
}

.lkc-info {
	display: none;
}

.lkc-content {
	width: 100%;
	padding-left: 200px;
	padding-right: 80px;
	box-sizing: border-box;
}

.lkc-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 120px;
}

.lkc-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

.lkc-thumbnail img:hover {
	opacity: 1;
}

.lkc-title-text,
.lkc-url,
.lkc-excerpt {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.lkc-title-text {
	font-size: 16px;
	font-family: Noto Serif JP, 游明朝, Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E, メイリオ, Meiryo, serif;
	border-left: solid 4px #9F8039;
	padding: 1px 0 1px 11px;
	margin-bottom: 14px;
}

.lkc-url {
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
	color: #9F8039;
	letter-spacing: .1em;
	margin-bottom: 5px;
}

.lkc-excerpt {
	font-size: 14px;
	color: #666;
}




ul.column_btnlist {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 !important;
	padding: 0;
}
ul.column_btnlist li {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	list-style-position: outside;
	list-style: none !important;
}
ul.column_btnlist li a {
	width: 100%;
	display: block;
	text-align: center;
	border-radius: 5px;
	background: #f6ab00;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	padding: 15px 0;
}
ul.column_btnlist li a:link {
	width: 100%;
	display: block;
	text-align: center;
	border-radius: 5px;
	background: #f6ab00;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	padding: 15px 0;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}
.youtube iframe {
width: 100%;
height: 100%;
}

/*20231121 追記*/
.topics-single .ez-toc-counter nav ul li a{font-size: 16px;}
.topics-single .ez-toc-counter nav ul li a::before{content:unset !important;}
.topics-single .ez-toc-title::before{background:unset !important;}

.yarpp-thumbnails-horizontal{display: flex; justify-content: space-around;}
.yarpp-thumbnails-horizontal .yarpp-thumbnail{width: 30% !important; height: auto !important; margin: 5px !important;}
.yarpp-thumbnail > img, .yarpp-thumbnail-default{width: 100%!important; height: 150px!important; border-radius: 10px; box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%); margin: 0 !important; object-fit: cover;}
.yarpp-thumbnail-default > img{width: 100%; height: auto;}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title{margin: 7px 0; color: #000;}
.yarpp-thumbnails-horizontal .yarpp-thumbnail{border:none !important;}
.column-img img{height:auto !important; width: 600px; margin: 0 auto 10px;}
.column-h1{display: block; margin: 0 0 6px; font-size: 22px; color: #FFF500; position: absolute; top: 20%; left: 0; font-family: "FOT-スーラ ProN DB"; line-height: 1.2;}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title{width:unset !important;}
.yarpp-thumbnail-title{font-size: 14px !important; font-weight: 500 !important; margin: 10px 0 0 0 !important;}

.column-time-box{display: flex; font-size: 12px; align-items: center; color: #9f9f9f;}
.column-time-box .material-icons{font-size: 14px; transform: translate(-2px, 2px);}
.column-time-box span{padding-right:5px;}

/* 240628 追記 */
.pagination_02 nav.fixed{position: unset !important;}
@media (min-width: 481px){.pagination_02 nav.fixed{position: unset !important;}}
/* 240628 END */
/* 240703 追記 */
.pagination_02 .nav-links{display: flex; justify-content: center;}
.pagination_02 .nav-links .page-numbers{border: solid 1px #DDD; line-height: unset; font-family: 'Roboto', sans-serif; margin: 0 5px; display: flex; width: 40px; height: 40px; justify-content: center; align-items: center; border: solid 1px #DDD;color: unset;}
.pagination_02 .nav-links .page-numbers:hover{border-color: #9F8039; background: #9F8039; color: #fff; opacity: 1;}
.pagination_02 .nav-links .current{border-color: #333; background: #333; color: #fff;}
/* 240703 END */
/* 241023 追記 */
.column_cta_area { border: 1px solid #9f8039; padding: 20px 10px;margin-top:20px;margin-bottom:20px;background: #EDEDED;}
 p:empty{display:none;}
.column_cta_area .column_cta_lead p { text-align: center; line-height: 1.8; color:#735F28;}
.column_cta_area .column_cta_lead p.txt {line-height: 2;margin-bottom: 15px;font-size:14px;margin: 10px 0;}
.column_cta_area .column_cta_lead p.bold { font-weight: bold;line-height: 1.8;margin-bottom: 15px;font-size:16px;}
br.pc_none { display: none; }
.column_cta_area a{margin-bottom:0 !Important;box-sizing:border-box;max-width:none;gap: 0;color: #fff;
    text-align: center;    width: 100%;
    height: 100%;
    padding: 8px 10px 5px;
    display: grid;
    justify-items: center;
    align-items: center;}
.column_cta_wrap{
	display:flex;
    justify-content: center;
    width: 90%;
    gap: 10px;
    margin: 10px auto 0;}
.column_cta_btn{ background: #735F28;
    height: auto;
    line-height: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    flex-direction: column;
    border-radius: 8px;
    color: #fff;
    transition: 0.3s;
    box-sizing: border-box;
	height: 60%;
	margin-top: 5px;
 box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.2);}
	.column_cta_top{
	font-size: 12px;
    display: block;
    margin-bottom: 5px;}
.tel .column_cta_btn{background:#fff;}
.tel .column_cta_btn a{color: #735F28;height: 70px;}
.column_cta_btn:hover{opacity: 0.9;transform: translateY(6%);box-shadow: none;}
.column_btn_wrap{width:100%;}
.column_cta_area .follow_contact{font-size:18px;}
.column_cta_area p.catch{ width: fit-content; margin: 0 auto; font-size: 16px;position:relative;color: #735F28;font-weight: bold;font-size: 14px;}
.column_cta_area .catch::before, .column_cta_area .catch::after { content: ""; position: absolute; top: 5%; display: block; width: 1px; height: 80%; background:#735F28;}
.column_cta_area .catch::before { left: -12%; transform: rotate(-30deg); }
.column_cta_area .catch::after { right: -12%; transform: rotate(30deg); }
.column_cta_area .tel .catch::before { left: -30%;}
.column_cta_area .tel .catch::after { right: -30%;}
/* 241023 END */