@charset "UTF-8";

.m_img {background-image: url("../images/topics/m_img_news@2x.jpg");}
.cat_1 .m_img {background-image: url("../images/topics/m_img_blog@2x.jpg");}

:root {
	--color-main: #fc890f;
	--accent-color: #a6ce16;
	--hover-color: #9ABF00;
	--bg-color: #f6fae8;
	--widget-bg-color: #f6fae8;
}
.cat_1 {
	--accent-color: #8bc7ed;
	--hover-color: #309CDF;
	--bg-color: #eef7fc;
	--widget-bg-color: #F3F9FD;
}

/* ========================================================
  
  共通

======================================================== */
.topics_content {
	padding-top: 70px;
	border-top: 1px solid #BDBAB9;
}
/* 日付 */
.entry-date {
	color: var(--accent-color);
	font-family: "agenda-one", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 140%;
	letter-spacing: .1em;
	line-height: 1.2;
	margin-bottom: .5em;
}
/* タイトル */
.entry-title {
	font-size: 113%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.6;
}
.entry-title a:hover {
	color: #73603C;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.topics_content {
	padding-top: 7%;
}
/* 日付 */
.entry-date {
	font-size: 120%;
}
/* タイトル */
.entry-title {
	letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.topics_content {
	padding-top: 9%;
}
/* 日付 */
.entry-date {
	font-size: 110%;
	letter-spacing: .1em;
	margin-bottom: .3em;
}
/* タイトル */
.entry-title {
	font-size: 90%;
	letter-spacing: .05em;
	line-height: 1.4;
}
}


/*記事内子カテゴリー
--------------------------------------------------------------------*/
article .cat_list {
	line-height: 1.2;
	margin-top: .6em;
	display: flex;
    flex-wrap: wrap;
}
article .cat_list li {
	margin-right: 1.0em;
	margin-top: .5em;
}
article .cat_list li a {
	color: var(--accent-color);
	text-decoration: underline;
	transition: all 0.8s;
}
article .cat_list li a:hover {
	transition: all 0.4s;
	opacity: 0.6;
	text-decoration: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
article .cat_list {
	font-size: 90%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
article .cat_list {
	font-size: 80%;
}
}

/*記事内子カテゴリー
--------------------------------------------------------------------*/
.cat_list {
	font-size: 95%;
	letter-spacing: .09em;
	line-height: 1.2em;
	margin-top: .6em;
	display: flex;
    flex-wrap: wrap;
}
.cat_list li {
	margin-right: 1.0em;
	margin-top: .5em;
}
.cat_list li a {
	color: var(--accent-color);
	text-decoration: underline;
	transition: all 0.8s;
}
.cat_list li a:hover {
	transition: all 0.4s;
	opacity: 0.6;
	text-decoration: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.cat_list {
	font-size: 90%;
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.cat_list {
	font-size: 80%;
	letter-spacing: .05em;
}
}


/*ウィジェット
-----------------------------------------------------*/
.wp_f_box {
	background-color: var(--widget-bg-color);
	padding: 65px 0;
	margin-top: 120px;
	margin-bottom: 20px;
}
.wp_f_box .widget_box {
	display: flex;
	justify-content: space-between;
}
.widget_box .near_box {
	width: 50%;
}
.widget_box .calendar_box {
	position: relative;
	width: 44%;
}

.widget_box .wid_index {
	color: var(--accent-color);
	font-size: 113%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5;
	margin-bottom: .4em;
}
.widget_box .near_list a {
	display: block;
	position: relative;
	font-size: 113%;
	font-weight: bold;
	line-height: 1.4;
	padding: .7em 0;
	padding-left: 1.8em;
	border-bottom: 1px dotted #473219;
}
.widget_box .near_list a::before {
	position: absolute;
	content: "";
	background-color: var(--accent-color);
	border-radius: 50%;
	width: .6em;
	height: .6em;
	left: .4em;
	top: 1.1em;
}
.widget_box .near_list a:hover {
	color: var(--accent-color);
}

.widget_box #wp-calendar {
	border: none;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background: #fff;
	border-collapse: collapse;
}
.widget_box #wp-calendar caption,
.widget_box #wp-calendar tfoot {
	letter-spacing: .1em;
	padding-bottom: .6em;
	line-height: 1.0em;
}
.widget_box #wp-calendar tr {
	padding: 0 5%;
}
.widget_box #wp-calendar thead,
.widget_box #wp-calendar tbody {
	box-sizing: border-box;
	border: 1px solid var(--accent-color);
}
.widget_box #wp-calendar thead th {
	font-weight: bold;
	background: var(--accent-color);
	color: #fff;
	font-size: 126%;
	line-height: 1.0em;
	padding: .8em 0;
}
.widget_box #wp-calendar tbody td {
	font-size: 95%;
	line-height: 1.7;
	padding: 1em 0;
}
.widget_box #wp-calendar tbody a {
	color: var(--accent-color);
	text-decoration: underline;
	transition: all .5s;
}
.widget_box #wp-calendar tbody a:hover {
	opacity: 0.6;
	text-decoration: none;
}

.widget_box #wp-calendar caption,
.widget_box #wp-calendar tfoot {
	letter-spacing: .14em;
	line-height: 1.5em;
}
.widget_box #wp-calendar tfoot {
	width: 100%;
	position: absolute;
	top: 0;
}
.widget_box #wp-calendar #prev {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	text-align: center;
}
.widget_box #wp-calendar #next {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	text-align: center;
}
.widget_box #wp-calendar tfoot a {
	font-weight: normal;
	text-decoration: none;
	display: block;
	position: relative;
	transition: all .5s;
}
.widget_box #wp-calendar tfoot a::before {
	position: absolute;
	content: '';
	width: .5em;
	height: .5em;
	border-top: 1px solid #473219;
	border-left: 1px solid #473219;
	rotate: -45deg;
	top: .4em;
	transition: all .4s;
}
.widget_box #wp-calendar #prev a::before {
	left: .5em;
}
.widget_box #wp-calendar #next a::before {
	rotate: 135deg;
	right: .5em;
}
.widget_box #wp-calendar tfoot a:hover {
	opacity: 0.8;
}

.widget_box .wp-calendar-nav {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	line-height: 1.2em;
}
.widget_box .wp-calendar-nav span {
	display: inline-block;
	position: absolute;
	top: 0;
}
.widget_box .wp-calendar-nav .wp-calendar-nav-prev {
	left: 0;
}
.widget_box .wp-calendar-nav .wp-calendar-nav-next {
	right: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.wp_f_box {
	padding: 8% 0 9%;
	margin-top: 10%;
}
.widget_box .wid_index {
	font-size: 110%;
	letter-spacing: .1em;
}
.widget_box .near_list a {
	font-size: 105%;
}
.widget_box #wp-calendar caption,
.widget_box #wp-calendar tfoot {
	letter-spacing: .1em;
}
.widget_box #wp-calendar thead th {
	font-size: 110%;
}
.widget_box #wp-calendar tbody td {
	padding: .8em 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.wp_f_box {
	padding: 11% 0 12%;
	margin-top: 15%;
}
.wp_f_box .widget_box {
	display: block;
}
.widget_box .near_box {
	width: 100%;
	float: none;
	font-size: 90%;
}
.widget_box .calendar_box {
	width: 100%;
	max-width: auto;
	float: none;
	margin: 10% auto 0;
}
.widget_box .wid_index {
	font-size: 110%;
	letter-spacing: .08em;
	margin-bottom: .5em;
}
.widget_box .near_list a {
	font-size: 95%;
}
.widget_box #wp-calendar thead th {
	font-size: 100%;
}
.widget_box #wp-calendar tbody td {
	font-size: 85%;
	padding: .6em 0;
}
.widget_box #wp-calendar #prev a {
	padding-left: 1em;
}
.widget_box #wp-calendar #next a {
	padding-right: 1em;
}
}



/* ========================================================
  
  一覧ページ

======================================================== */
.entry_list {
	display: flex;
    flex-wrap: wrap;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.entry_list article {
	border-bottom: solid 2px var(--accent-color);
	padding-bottom: 25px;
}
.entry_list article:nth-child(n+4) {
	margin-top: 75px;
}
/*サムネイル有り一覧*/
.entry_list.thum_true article {
	padding-bottom: 0;
	border-bottom: none;
}
.entry_list .img_thum {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1.5em;
}
.entry_list .img_thum::before {
	content: "";	/* 高さ */
	display: block;
	padding-top: 60%;
}
.entry_list .img_thum a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 1.0s ease-out;
}
.entry_list .img_thum:hover a {
	transition: all 0.4s ease-out;
	transform: scale(1.2);
}
.entry_list .img_thum img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
}

/* アーカイブタイトル */
.archive-title {
	display: none;
	text-align: right;
	font-family: "agenda-one", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	letter-spacing: .2em;
	line-height: 1.0em;
	margin-bottom: 40px;
}

/*カテゴリー選択
--------------------------------------------------------------------*/
.cat_select {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	font-size: 86%;
	letter-spacing: normal;
	line-height: 1.2em;
	margin-bottom: 60px;
}
.cat_select a {
	white-space: nowrap;
	display: block;
	background: var(--accent-color);
	color: #fff;
	font-weight: bold;
	padding: 1.2em 4em 1.2em 2em;
	position: relative;
	border-radius: 3.0em;
	margin: 5px 2%;
}
.cat_select a:hover,
.cat_select .active a {
	background: var(--hover-color);
}
.cat_select a::before {
	position: absolute;
	font-family: 'fontello';
	content: '\e800';
	font-size: 120%;
	display: block;
	right: 1.0em;
	top: 50%;
	transform: translateY(-50%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.cat_select {
	margin-bottom: 6%;
}
.cat_select a {
	padding: .6em 2.2em .6em 1.7em;
}
.cat_select a::before {
	right: .8em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.cat_select {
    justify-content: flex-start;
	margin-bottom: 10%;
}
.cat_select a {
	padding: .8em 3em .8em 1.8em;
}
.cat_select a::before {
	right: .5em;
}
}


/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.entry_list article {
	width: 30.8%;
	margin-right: 3.8%;
}
.entry_list article:nth-child(3n) {
	margin-right: 0;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.entry_list article:nth-child(n+4) {
	margin-top: 7%;
}
/*サムネイル有り一覧*/
.entry_list .img_thum {
	margin-bottom: 1.0em;
}
/* アーカイブタイトル */
.archive-title {
	font-size: 110%;
	margin-bottom: 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.entry_list article {
	width: 48%;
	margin-right: 4%;
	padding-bottom: 5%;
}
.entry_list article:nth-child(even) {
	margin-right: 0;
}
.entry_list article:nth-child(n+3) {
	margin-top: 7%;
}
/*サムネイル有り一覧*/
.entry_list .img_thum {
	margin-bottom: .8em;
}
/* アーカイブタイトル */
.archive-title {
	font-size: 100%;
	margin-bottom: 4%;
}
}



/* ========================================================
  
  個別ページ

======================================================== */
.single_page .entry-inf {
	width: 96%;
	max-width: 1100px;
	margin: 0 auto 70px;
}
.single_page .entry-date {
	margin-bottom: .5em;
}
.single_page .entry-title {
	font-size: min(266%,3.5vw);
	line-height: 1.4;
}
.single_page .page_link {
	border-top: solid 1px #BDBAB9;
	border-bottom: solid 1px #BDBAB9;
	font-size: 93%;
	letter-spacing: .1em;
	line-height: 1.4;
	padding: 2.0em 0;
	margin-top: 80px;
	margin-bottom: 60px;
}
.single_page .page_link li {
	position: relative;
	width: 48%;
	
}
.single_page .page_link a {
	display: inline-block;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	padding: .3em 0;
}
.single_page .page_link .com_arw1 {
	display: none; /*記事がない場合は非表示*/
	position: absolute;
	font-size: 140%;
	background-color: var(--accent-color);
	top: 0;
	bottom: 0;
}
.single_page .page_link a + .com_arw1 {
	display: block;
}
.single_page .page_link a:hover + .com_arw1 {
	background-color: #73603C;
}
.single_page .page_link li.flt_l a {
	padding-left: 5em;
}
.single_page .page_link li.flt_l .com_arw1 {
	left: 1em;
	scale: -1 1;
}
.single_page .page_link li.flt_r {
	text-align: right;
}
.single_page .page_link li.flt_r a {
	padding-right: 5em;
}
.single_page .page_link li.flt_r .com_arw1 {
	right: 1em;
}

.single_page hr {
	width: 100%;
	max-width: 1220px;
	height: 1px;
	background-color: #dad6d1;
	border: none;
	margin: 4.0rem auto 4.0rem;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.single_page .entry-inf {
	margin-bottom: 6% !important;
}
.single_page .entry-title {
	letter-spacing: .1em;
}
.single_page .page_link {
	margin-top: 8%;
	margin-bottom: 6%;
	padding: 1.5em 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.single_page .entry-inf {
	margin-bottom: 10% !important;
}
.single_page .entry-title {
	font-size: 150%;
	letter-spacing: .05em;
	line-height: 1.6em;
}
	
.single_page .page_link {
	font-size: 100%;
	letter-spacing: normal;
	line-height: 1.4em;
	padding: 1.0em 0;
	margin-top: 10%;
}
.single_page .page_link li {
	display: inline-block;
	width: 100%;
}
.single_page .page_link li.flt_r {
	margin-top: 1.0em;
}
}



/*個別ページ（パーツ）
---------------------------------------------------------*/
.single_page .entry-content > div {
	margin-bottom: 1.0rem;
}
.single_page .entry-content > p {
	margin-bottom: 1.2rem;
}
.single_page .entry-content a:not(.free_btn1) {
	color: #e58655;
	text-decoration: underline;
}
.single_page .entry-content a:not(.free_btn1):hover {
	color: #666;
	text-decoration: none;
}
.single_page .entry-content h2 {
	background: var(--accent-color) !important;
	text-align: center !important;
	font-weight: bold !important;
	font-style: normal !important;
	color: #fff !important;
	font-size: min(2.8vw,200%) !important;
	letter-spacing: .12em;
	line-height: 1.4em;
	padding: .8em 3%;
	margin-bottom: 60px;
}
.single_page .entry-content h3 {
	text-align: center!important;
	font-weight: bold !important;
	font-style: normal !important;
	color: inherit !important;
	font-size: min(2.8vw,200%) !important;
	letter-spacing: .12em;
	line-height: 1.4em;
	padding: .7em 3%;
	border-top: solid 2px #473219;
	border-bottom: solid 2px #473219;
	margin-bottom: 2em;
}
.single_page .entry-content h4 {
	text-align: left !important;
	font-weight: bold !important;
	font-style: normal !important;
	color: var(--accent-color) !important;
	font-size: min(2.8vw,200%) !important;
	letter-spacing: .12em;
	line-height: 1.4em;
	padding-left: .2em;
	padding-bottom: .5em;
	border-bottom: dashed 2px #C8C2BA;
	margin-bottom: .8em;
}
.single_page .entry-content h5 {
	background: var(--bg-color) !important;
	text-align: left !important;
	font-weight: bold !important;
	font-style: normal !important;
	color: inherit !important;
	font-size: min(2.2vw,160%) !important;
	letter-spacing: .12em;
	line-height: 1.4em;
	border-radius: 10px;
	padding: .6em 1.5em;
	margin-bottom: 1.2em;
}
.single_page .entry-content h2,
.single_page .entry-content h3,
.single_page .entry-content h4,
.single_page .entry-content h5 {
	box-sizing: border-box;
	margin-top: 2.0em;
}
.single_page .entry-content h2 *,
.single_page .entry-content h3 *,
.single_page .entry-content h4 *,
.single_page .entry-content h5 * {
	font-weight: bold !important;
	font-style: normal !important;
	color: inherit!important;
	font-size: 100% !important;
}
.single_page .entry-content h3,
.single_page .entry-content h4,
.single_page .entry-content h5 {
	width: 96%;
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
}
.single_page .entry-content p,
.single_page .entry-content figure,
.single_page .entry-content ul,
.single_page .entry-content ol {
	width: 96%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.single_page .entry-content ul,
.single_page .entry-content ol {
	list-style: none;
	margin-top: 1em;
}
.single_page .entry-content ul > li,
.single_page .entry-content ol > li {
	position: relative;
	color: inherit !important;
	font-size: 120% !important;
	line-height: 1.4em;
	padding-left: 1.5em;
	margin-bottom: .8em;
}
.single_page .entry-content ul > li a,
.single_page .entry-content ol > li a {
	transition: all 0.8s;
}
.single_page .entry-content ul > li a:hover,
.single_page .entry-content ol > li a:hover {
	transition: all 0.4s;
	text-decoration: none;
	opacity: 0.5;
}
.single_page .entry-content ul > li::before {
	content: "";
	position: absolute;
	letter-spacing: normal;
	line-height: 1.0em;
	width: .8em;
	height: .8em;
	border-radius: 50%;
	background: var(--accent-color);
	left: 0;
	top: .2em;
}
.single_page .entry-content ol {
	list-style: none;
	counter-reset: number;
}
.single_page .entry-content ol > li::before {
	counter-increment: number;
	content: counter(number)'.';
	font-family: "agenda-one", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: var(--accent-color);
	font-size: 120%;
	letter-spacing: .1em;
	line-height: 1.0em;
	position: absolute;
	left: 0;
	top: 0;
}

/* 画像 */
article img.aligncenter {
	display: block;
	margin-inline: auto;
}
article figure.alignleft,
article figure.alignright {
	max-width: max-content !important;
}
/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {
/* 画像 */
article .alignleft,
article .alignright {
	width: 40%;
	padding: 0;
	padding-bottom:.5em;
}
article .alignright {
	float: right;
	margin-left: 3% !important;
}
article .alignleft {
	float: left;
	margin-right: 3% !important;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*パーツ*/
.single_page .entry-content h2,
.single_page .entry-content h3,
.single_page .entry-content h4,
.single_page .entry-content h5 {
	letter-spacing: .08em;
}
.single_page .entry-content h2 {
	font-size: 180% !important;
	padding: .8em 3%;
	margin-bottom: 5%;
}
.single_page .entry-content h3 {
	font-size: 160% !important;
	padding: .8em 3%;
	margin-bottom: 4%;
}
.single_page .entry-content h4 {
	font-size: 165% !important;
	padding-bottom: .3em;
}
.single_page .entry-content h5 {
	font-size: 125% !important;
	margin-bottom: 3%;
}
.single_page .entry-content ul > li,
.single_page .entry-content ol > li {
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*パーツ*/
.single_page .entry-content h2,
.single_page .entry-content h3,
.single_page .entry-content h4,
.single_page .entry-content h5 {
	letter-spacing: .03em;
	margin-top: 1.5em;
}
.single_page .entry-content h2 {
	font-size: 130% !important;
	line-height: 1.4em;
	padding: .6em 2%;
	margin-bottom: 8%;
}
.single_page .entry-content h3 {
	font-size: 120% !important;
	line-height: 1.4em;
	padding: .6em 2%;
	padding-left: 4%;
	border-width: 3px;
	margin-bottom: 6%;
}
.single_page .entry-content h4 {
	font-size: 120% !important;
	padding-bottom: .2em;
	margin-bottom: .8em;
}
.single_page .entry-content h5 {
	font-size: 110% !important;
	line-height: 1.4em;
	padding: .6em .8em;
	margin-bottom: 6%;
}
.single_page .entry-content ul > li,
.single_page .entry-content ol > li {
	font-size: 105% !important;
	letter-spacing: .05em;
	margin-bottom: .4em;
}

	
/* 画像 */
article img {
	text-align: center;
	margin: 4% auto;
}
article img.alignright,
article img.alignleft {
	float: none;
	padding: 0;
}
}

/*single_page :custom
---------------------------------------------------------*/
.flee_flt_box {
	width: 96%;
	max-width: 1100px;
	margin: 2em auto;
}
.free_box {
	width: 96%;
	max-width: 1100px;
	background-color: var(--bg-color);
	box-sizing: border-box;
	padding: 5%;
	margin: 2em auto;
}
/* free_style1 */
.free_style1 {
	position: relative;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: .8em;
}
/* free_style__chk */
.free_style__chk {
	width: 96%;
	max-width: 1100px;
	position: relative;
	font-size: 120%;
	line-height: 1.4;
	box-sizing: border-box;
	padding-left: 1.5em;
	margin-bottom: .8em;
}
.free_style__chk::before {
	position: absolute;
	content: "";
	font-family: 'fontello';
	content: '\e814';
	color: var(--accent-color);
	top: 0;
	left: 0;
}

/*free_btn*/
.free_btn1 {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 14.8em;
	max-width: min(100%,25em);
	text-align: center;
	font-size: min(1.6vw,113%);
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.3;
	box-sizing: border-box;
	padding: 1.1em 1.2em;
	border-radius: 100vmax;
	border: 1px solid currentColor;
	text-decoration: none;
	transition: all .4s;
}
.free_btn1::after {
	display: block;
	font-family: 'fontello';
	content: '\e800';
	color: #FFF;
	background-color: var(--color-main);
	border-radius: 50%;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4;
	min-width: 1.4em;
	aspect-ratio: 1;
	margin-left: .4em;
	transition: background-color .4s, color .4s;
}
.free_btn1:hover {
	color: #FFF;
	background-color: var(--color-main);
}
.free_btn1:hover::after {
	color: var(--color-main);
	background-color: #FFF;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.free_btn1 + .free_btn1 {
	margin-left: .8em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.flee_flt_box,
.free_box {
	margin: 6% auto;
}
.free_box {
	padding: 6% 5%;
}
/* free_style1 */
.free_style1 {
	font-size: 110%;
}
/* free_style__chk */
.free_style__chk {
	font-size: 105%;
	letter-spacing: .05em;
	margin-bottom: .4em;
}
/*free_btn1*/
.free_btn1 {
	font-size: 3.2vw;
}
}


/*single_page :table
---------------------------------------------------------*/
.entry-content table  {
	width: 100%;
	max-width: 1100px;
	border-collapse: collapse;
	margin: 1.5em auto;
}
.entry-content table th,
.entry-content table td {
	text-align: left;
	padding: 1.2em 3%;
	border: 1px solid #dad6d1;
}
.entry-content table th {
	background-color: var(--bg-color);
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.entry-content table  {
	font-size: 95%;
	line-height: 1.4;
	letter-spacing: .02em;
}
.entry-content table th,
.entry-content table td {
	padding: .8em 4%;
}
}

/*---------------------------------------------------------
 TOC
---------------------------------------------------------*/
#toc_container {
	background: transparent !important;
	border-top: solid 1px #DCDCDC;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #DCDCDC;
	padding: .2em 0 0;
	margin-top: 80px;
	margin-bottom: 100px;
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: block !important;
	font-size: 100%;
}
#toc_container .toc_title {
	text-align: left;
	color: var(--accent-color);
	font-size: 140%;
	font-weight: bold;
	letter-spacing: .12em;
	line-height: 1.2em;
	padding: .8em 0;
	padding-left: 1.8em;
	background: url("../images/topics/mokuzi.svg") no-repeat .5em center;
	background-size: .8em auto;
	position: relative;
}
#toc_container .toc_title .toc_toggle {
	display: inline-block;
	vertical-align: middle;
	font-size: 70%;
	margin-left: .5em;
	transform: translateY(-.1em);
}
#toc_container .toc_title .toc_toggle a {
	color: inherit !important;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}
#toc_container .toc_list {
	margin: 0 !important;
	width: 100% !important;
}
#toc_container .toc_list li {
	font-weight: normal !important;
	letter-spacing: .04em !important;
	line-height: 1.5em !important;
	padding: 1.2em .5em !important;
	margin: 0 !important;
}
#toc_container .toc_list li::before {
	display: none;
}
#toc_container .toc_list a {
	display: block;
	color: inherit !important;
	text-decoration: none !important;
	position: relative;
	padding-left: 5.0em;
}
#toc_container .toc_list a:hover {
	color: #666 !important;
}
#toc_container .toc_list > li {
	font-size: 100% !important;
}
#toc_container .toc_list > li ul {
	margin-left: 1.5em !important;
	margin-top: .5em !important;
}
#toc_container .toc_list > li li {
	font-size: 90% !important;
	padding-top: .4em !important;
	padding-bottom: .4em !important;
}
#toc_container .toc_list .toc_number {
	font-family: "agenda-one", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	color: var(--accent-color);
	font-size: 140%;
	line-height: 1.0em;
	display: block;
	width: 2.5em;
	border-right: solid 1px var(--accent-color);
	position: absolute;
	left: 0;
	top: .1em;
}
#toc_container .toc_list ul ul a {
	padding-left: 4.5em;
}
#toc_container .toc_list ul ul .toc_number {
	width: 3.2em;
}
#toc_container .toc_list ul ul ul a {
	padding-left: 5.5em;
}
#toc_container .toc_list ul ul ul .toc_number {
	width: 4.0em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

#toc_container {
	margin-top: 6%;
	margin-bottom: 8%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

#toc_container {
	padding: 0;
	margin-top: 10%;
	margin-bottom: 14%;
}
#toc_container .toc_title {
	font-size: 110%;
	padding-top: .5em;
	padding-bottom: .5em;
}
#toc_container .toc_list li {
	font-size: 90% !important;
	padding-top: .5em !important;
	padding-bottom: .5em !important;
}
}



/*---------------------------------------------------------
 pagenavi
---------------------------------------------------------*/
.wp-pagenavi {
	clear: both;
	width: 100%;
	font-family: "agenda-one", sans-serif;
	font-weight: 500;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin-top: 80px;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {
	color: #CBCBB7;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 240%;
	line-height: 1;
	width: 1em;
	box-sizing: border-box;
	margin: 0 10px;
	letter-spacing: normal;
}
/* 現在地 */
.wp-pagenavi span.current,
.wp-pagenavi a.page:hover {
	color: var(--accent-color);
}
.wp-pagenavi span.current::before,
.wp-pagenavi a.page:hover::before {
	opacity: 1;
}
/* 左右の矢印 */
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	position: relative;
	width: 1.2em;
	height: 1em;
}
.wp-pagenavi .nextpostslink::after,
.wp-pagenavi .previouspostslink::after {
	position: absolute;
	display: inline-block;
	font-family: 'fontello';
	content: '\e800';
	text-align: center;
	color: #FFF;
	background-color: var(--accent-color);
	border-radius: 50%;
	font-size: 70%;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4;
	width: 1.4em;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: background-color .4s, color .4s;
}
.wp-pagenavi .previouspostslink::after {
	scale: -1 1;
}
.wp-pagenavi .previouspostslink:hover::after,
.wp-pagenavi .nextpostslink:hover::after {
	background-color: #73603C;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.wp-pagenavi {
	margin-top: 8%;
}
.wp-pagenavi span,
.wp-pagenavi a {
	font-size: 200%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.wp-pagenavi {
	margin-top: 12%;
}
.wp-pagenavi span,
.wp-pagenavi a {
	font-size: 140%;
}
}





/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}