@charset "UTF-8";

@import url("./css/wp.css");

/*---------------------------------------------------------
common
---------------------------------------------------------*/
.contentpage .m_img > div {
	background-image: url(../images/topics/m_img_news@2x.jpg);
}
.contentpage.cat_1 .m_img > div {
	background-image: url(../images/topics/m_img_blog@2x.jpg);
}

/*---------------------------------------------------------
color
---------------------------------------------------------*/
.cat_1 .entry-date,
.cat_1 .wp-pagenavi span.current,
.cat_1 .wp-pagenavi a:hover,
.cat_1 .single_page #toc_container .toc_title,
.cat_1 .single_page #toc_container .toc_list .toc_number,
.cat_1 .widget_box .wid_index,
.cat_1 .widget_box .near_list a:hover,
.cat_1 .widget_box #wp-calendar tbody a,
.cat_1 .single_page .entry-content h4,
.cat_1 .single_page .entry-content ol > li::before,
.cat_1 .single_page .page_link a:hover {color: #f5893e;}

.cat_1 .widget_box .near_list a::before,
.cat_1 .widget_box #wp-calendar thead th,
.cat_1 .single_page .entry-content h2,
.cat_1 .single_page .entry-content ul > li::before,
.cat_1 .cat_select a:hover,
.cat_1 .cat_select .active a {background-color: #f5893e;}

.cat_1 .single_page .entry-content h3,
.cat_1 .single_page .entry-content h4,
.cat_1 .single_page .entry-content h5,
.cat_1 .single_page #toc_container .toc_list .toc_number {border-color: #f5893e;}

.cat_1 .single_page #toc_container .toc_title {
	background-image: url("../images/topics/mokuzi_b.svg");
}


/*---------------------------------------------------------
date/title
---------------------------------------------------------*/
.entry-date {
	display: block;
	color: #b8d200;
	font-family: "new-atten", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: .12em;
	line-height: 1;
	font-size: 112%;
	margin-bottom: .5em;
}
.entry-date::before {
	font-family: 'fontello';
	content: '\e805';
	font-size: 50%;
	font-weight: normal;
	vertical-align: 0.2em;
	margin-right: .2em;
}

.entry-title {
	font-size: 118%;
	font-weight: bold;
	line-height: 1.5;
}
.entry-title a:hover {
	color: #73603C;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.entry-date {
	font-size: 110%;
}

.entry-title {
	letter-spacing: .1em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.entry-date {
	font-size: 90%;
	margin-bottom: .3em;
}

.entry-title {
	font-size: 100%;
}
}

/*---------------------------------------------------------
cat_list
---------------------------------------------------------*/
article .cat_list {
	font-size: 94%;
	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: #87cab6;
	transition: all 0.4s;
}
article .cat_list li a:hover {
	text-decoration: underline;
}
/* 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%;
}
}

/*---------------------------------------------------------
list_page
---------------------------------------------------------*/
.entry_list {
	display: flex;
    flex-wrap: wrap;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.entry_list article {
	border-bottom: solid 2px #b8d200;
	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: 55%;
}
.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.1);
}
.entry_list .img_thum img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* アーカイブタイトル */
.archive-title {
	display: none;
	text-align: right;
	letter-spacing: .2em;
	line-height: 1.0em;
	margin-bottom: 40px;
}
/* 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
---------------------------------------------------------*/
.single_page .entry-content > div {
	margin-bottom: 1.0rem;
}
.single_page .entry-inf {
	margin-bottom: 70px !important;
}
.single_page .entry-date {
	margin-bottom: .5em;
}
.single_page .entry-title {
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
	font-size: min(200%,3vw);
}
.single_page .entry-content a {
	color: #e58655;
	text-decoration: underline;
}
.single_page .entry-content a:hover {
	color: #666;
	text-decoration: none;
}
/* 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;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.single_page .entry-inf {
	margin-bottom: 10% !important;
}
.single_page .entry-title {
	font-size: 130%;
	letter-spacing: .05em;
}
}
/*single_page: index/list
---------------------------------------------------------*/
.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;
}
/* index */
.single_page .entry-content h2 {
	background: #b8d200;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: min(2.8vw,175%);
	letter-spacing: .12em;
	line-height: 1.4em;
	padding: .8em 3%;
	margin-bottom: 2em;
}
.single_page .entry-content h3 {
	color: inherit;
	font-weight: bold;
	font-size: min(2.8vw,175%);
	letter-spacing: .12em;
	line-height: 1.4em;
	background-color: #fff;
	border-left: 5px solid #b8d200;
	padding: .7em 3%;
	margin-bottom: 2em;
}
.single_page .entry-content h4 {
	text-align: left;
	font-weight: bold;
	font-size: min(2.8vw,175%);
	letter-spacing: .12em;
	line-height: 1.4em;
	padding-left: .2em;
	padding-bottom: .5em;
	border-bottom: 1px solid #b8d200;
	margin-bottom: .8em;
}
.single_page .entry-content h5 {
	text-align: left;
	color: inherit;
	font-size: min(2.2vw,131%);
	letter-spacing: .12em;
	line-height: 1.4em;
	border-radius: 10px;
	padding: .4em 1.5em;
	border: 1px solid #b8d200;
	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 h3,
.single_page .entry-content h4,
.single_page .entry-content h5 {
	width: 96%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
/* list */
.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;
	font-size: 118%;
	line-height: 1.4;
	padding-left: 1.4em;
	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: .7em;
	height: .7em;
	border-radius: 50%;
	background: #b8d200;
	left: 0;
	top: .3em;
}
.single_page .entry-content ol {
	counter-reset: number;
}
.single_page .entry-content ol > li::before {
	counter-increment: number;
	content: counter(number)'.';
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	color: #b8d200;
	font-size: 115%;
	letter-spacing: .1em;
	line-height: 1.0em;
	position: absolute;
	left: 0;
	top: .1em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* index */
.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%;
}
/* list */
.single_page .entry-content ul > li,
.single_page .entry-content ol > li {
	letter-spacing: .05em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* index */
.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: 120% !important;
	line-height: 1.4em;
	padding: .6em 2%;
	margin-bottom: 8%;
}
.single_page .entry-content h3 {
	font-size: 110% !important;
	line-height: 1.4em;
	padding: .6em 2%;
	padding-left: 4%;
	border-width: 3px;
	margin-bottom: 6%;
}
.single_page .entry-content h4 {
	font-size: 110% !important;
	margin-bottom: .8em;
}
.single_page .entry-content h5 {
	font-size: 105% !important;
	line-height: 1.4em;
	margin-bottom: 6%;
}
/* list */
.single_page .entry-content ul > li,
.single_page .entry-content ol > li {
	font-size: 105% !important;
	letter-spacing: .05em;
	margin-bottom: .4em;
}
}
/*single_page: TOC
---------------------------------------------------------*/
.single_page #toc_container {
	display: block !important;
	background: transparent !important;
	border-top: solid 1px rgba(67,50,0,0.4);
	border-bottom: solid 1px rgba(67,50,0,0.4);
	padding: 1.2em 0;
	margin-top: 80px;
	margin-bottom: 100px;
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	font-size: 100%;
}
.single_page #toc_container .toc_title {
	text-align: left;
	color: #b8d200;
	font-weight: bold;
	font-style: normal;
	font-size: 150%;
	letter-spacing: .12em;
	line-height: 1.2em;
	padding-left: 1.8em;
	background: url("../images/topics/mokuzi.svg") no-repeat .5em center;
	background-size: .8em auto;
	position: relative;
}
.single_page #toc_container .toc_title .toc_toggle {
	display: inline-block;
	vertical-align: 0.1em;
	font-size: 70%;
	font-weight: normal;
}
.single_page #toc_container .toc_title .toc_toggle a {
	color: inherit !important;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}
.single_page #toc_container .toc_list {
	margin: .5em 0 0 !important;
	width: 100% !important;
}
.single_page #toc_container .toc_list li {
	font-size: 100%;
	font-weight: normal !important;
	letter-spacing: .04em;
	line-height: 1.5em;
	padding: 1em 1.5em;
	margin: 0;
}
.single_page #toc_container .toc_list li::before {
	display: none;
}
.single_page #toc_container .toc_list a {
	position: relative;
	display: block;
	color: inherit;
	text-decoration: none;
}
.single_page #toc_container .toc_list a:hover {
	opacity: 0.8;
}
.single_page #toc_container .toc_list > li:nth-of-type(odd) {
	background-color: #dbe6df;
}
.single_page #toc_container .toc_list > li ul {
	margin-left: 0;
	margin-top: .5em;
}
.single_page #toc_container .toc_list > li li {
	font-size: 90% !important;
	padding-top: .4em !important;
	padding-bottom: .4em !important;
}
.single_page #toc_container .toc_list .toc_number {
	font-size: 120%;
	font-family: "new-atten", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: .12em;
	line-height: 1;
	line-height: 1.0em;
	color: #f5893e;
	border-right: solid 1px currentColor;
	padding-right: .7em;
	margin-right: .6em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.single_page #toc_container {
	margin-top: 6%;
	margin-bottom: 8%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.single_page #toc_container {
	padding: 0;
	margin-top: 10%;
	margin-bottom: 14%;
}
.single_page #toc_container .toc_title {
	font-size: 110%;
	padding-top: .5em;
	padding-bottom: .5em;
}
.single_page #toc_container .toc_list li {
	font-size: 90% !important;
	padding-top: .5em !important;
	padding-bottom: .5em !important;
}
}
/*single_page:image
---------------------------------------------------------*/
.single_page article img {
	display: block;
	max-width: max-content;
	margin: 1.5em 0;
}
.single_page article .aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.single_page article figure.alignleft,
.single_page article figure.alignright {
	max-width: max-content;
}
/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {
.single_page article img {
	width: 50%;
}
.single_page article .alignright {
	float: right;
	margin-left: 3% !important;
}
.single_page article .alignleft {
	float: left;
	margin-right: 3% !important;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.single_page article img {
	text-align: center;
	width: 90%;
	margin: 5% auto;
}
.single_page article .alignright,
.single_page article .alignleft {
	float: none;
}
}



/*---------------------------------------------------------
cat_select
---------------------------------------------------------*/
.cat_select {
    justify-content: center;
	margin-bottom: 6.5%;
}
.cat_select a {
	background-color: #FFF;
}
.cat_select a:hover,
.cat_select .active a {
	color: #FFF;
	background: #b8d200;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.cat_select {
	margin-bottom: 10%;
}
}

/*---------------------------------------------------------
wp_f_box
---------------------------------------------------------*/
.wp_f_box {
	background-color: #dbe6df;
	padding: 80px 0;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.wp_f_box .widget_box {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 50% 45%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.wp_f_box {
	padding: 8% 0v;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.wp_f_box {
	padding: 11% 0 12%;
}
}
/*wp_f_box:near_box
-----------------------------------------------------*/
.widget_box .wid_index {
	font-weight: bold;
	font-size: 112%;
	letter-spacing: .1em;
	line-height: 1.5;
	margin-bottom: .4em;
}
.widget_box .near_list a {
	display: block;
	position: relative;
	font-size: 106%;
	line-height: 1.4;
	padding: .7em 0;
	padding-left: 1.8em;
	border-bottom: 1px solid rgba(67,50,0,0.4);
}
.widget_box .near_list a::before {
	position: absolute;
	content: "";
	background-color: #b8d200;
	border-radius: 50%;
	width: .6em;
	height: .6em;
	left: .4em;
	top: 1.1em;
}
.widget_box .near_list a:hover {
	color: #b8d200;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.widget_box .wid_index {
	font-size: 110%;
	letter-spacing: .1em;
}
.widget_box .near_list a {
	font-size: 105%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.widget_box .wid_index {
	font-size: 100%;
	letter-spacing: .08em;
	margin-bottom: .5em;
}
.widget_box .near_list a {
	font-size: 90%;
}
}
/*widget_box:calendar
---------------------------------------------------------*/
.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 {
	font-size: 106%;
	font-weight: bold;
	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;
}
.widget_box #wp-calendar thead th {
	font-weight: bold;
	background: #b8d200;
	color: #fff;
	font-size: 118%;
	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: #b8d200;
	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 {
	display: block;
	position: relative;
	text-decoration: none;
}
.widget_box #wp-calendar tfoot a::before {
	position: absolute;
	content: '';
	width: .5em;
	height: .5em;
	border-top: 1px solid currentColor;
	border-left: 1px solid currentColor;
	rotate: -45deg;
	top: .4em;
}
.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 {
	color: #b8d200;
}
.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) {
.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) {
.widget_box .calendar_box {
	max-width: auto;
	margin: 8% auto 0;
}
.widget_box #wp-calendar caption,
.widget_box #wp-calendar tfoot {
	font-size: 100%;
}
.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;
}
}


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

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

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

}


