@charset "UTF-8";

/*メインイメージ：グラデーション
---------------------------------------------------------*/
.contentpage .m_img.type_curve {
	height: 25vw;
	max-height: 360px;
	background: none;
}
.contentpage .m_img.type_curve::before {
	content: "";	/*グラデーション*/
	position: absolute;
	z-index: 0;
	width: calc(100% + 20px);
	height: 100%;
	left: -10px;
	top: 0;
	background: linear-gradient(0deg,rgba(246, 246, 245, 1) 0%, rgba(238, 239, 232, 1) 80%);
}
.contentpage .m_img.type_curve::after {
	content: "";	/*曲線*/
	position: absolute;
	width: 75%;
	max-width: 1015px;
	height: 100%;
	left: -2%;
	top: -2%;
	background-image: url("../images/topics/m_curve1@2x.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.contentpage .m_img.type_curve .m_title {
	z-index: 2;
	top: 50%;
	transform: translateY(-60%);
	text-align: left;
	color: #fff;
}
.contentpage .m_img.type_curve .m_title p,
.contentpage .m_img.type_curve .m_title h1 {
	text-shadow: none;
	color: #102e55;
}
.contentpage .m_img.type_curve .m_title .ft_min {
	font-size: min(375%,4.8vw);
	font-weight: 400;
	letter-spacing: .16em;
	line-height: 1.4em;
}
.contentpage .m_img.type_curve .m_title .ft_marce {
	font-size: 125%;
	font-weight: 400;
	letter-spacing: .12em;
	line-height: 1.4em;
	margin-top: 1.0em;
}

.topi_inbox {
	width: 100%;
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.contentpage .m_img.type_curve .m_title .ft_min {
	letter-spacing: .1em;
}
.contentpage .m_img.type_curve .m_title .ft_marce {
	font-size: 110%;
	margin-top: .5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.contentpage .m_img.type_curve {
	height: 30vw;
}
.contentpage .m_img.type_curve .m_title .ft_min {
	font-size: 160%;
	letter-spacing: .05em;
}
.contentpage .m_img.type_curve .m_title .ft_marce {
	font-size: 90%;
	margin-top: .4em;
}
}



/*自由入力欄
---------------------------------------------------------*/
.free_area a {
	text-decoration: underline;
}
.free_area a:hover {
	color: #49a2c7 !important;
	text-decoration: none;
}

.free_area h3,
.free_area h4,
.free_area h5,
.free_area h6,
.free_area p,
.free_area div,
.free_area ul,
.free_area ol,
.free_area table {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.free_area h2,
.free_area h3 {
	/*com_index1と合わせる*/
	/*com_index2と合わせる*/
	font-family: "Zen Old Mincho", serif;
	font-weight: 400 !important;
	font-style: normal;
	text-align: center;
	font-size: min(220%,3.2vw);
	letter-spacing: .16em;
	line-height: 1.4em;
	margin-bottom: 1.5em;
}
.free_area h2 {
	background: #102e55;
	color: #fff;
	padding: .8em 3%;
}
.free_area h3 {
	border-top: solid 1px #102e55;
	border-bottom: solid 1px #102e55;
	color: #102e55;
	padding: .8em 3%;
}
.free_area h2 *,
.free_area h3 * {
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 100% !important;
}
.free_area h2 * {
	color: #fff !important;
}
.free_area h3 * {
	color: #102e55 !important;
}

.free_area h4 {
	background: #9a8248;
	font-size: 125%;
    color: #fff;
	font-weight: bold;
	letter-spacing: .26em;
	line-height: 1.5em;
	padding: 1.0em 3%;
	border-radius: .5em;
	margin-bottom: 1.5em;
}
.free_area h4 * {
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 100% !important;
    color: #fff !important;
}
.free_area h5 {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400 !important;
	font-style: normal;
	font-size: 150%;
	color: #102e55;
	letter-spacing: .05em;
	line-height: 1.4em;
	padding-bottom: .5em;
	border-bottom: solid 1px #102e55;
	margin-bottom: 1.0em;
}
.free_area h5 * {
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 100% !important;
    color: #102e55 !important;
}

.free_area ul,
.free_area ol {
	margin-top: 2.5em;
	list-style: none;
}
.free_area ul > li,
.free_area ol > li {
	box-sizing: border-box;
	font-size: 110%;
	line-height: 1.6em;
	position: relative;
}
.free_area ul > li {
	padding-left: 3.0em;
	margin-bottom: 2.5em;
}
.free_area ul > li:last-child {
	margin-bottom: 0;
}
.free_area ul > li::before {
	content: "";
	position: absolute;
	width: 2.4em;
	height: 2.4em;
	background-image: url("../images/check3@2x.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	left: 0;
	top: -.4em;
}
.free_area ol > li {
	padding-left: 3.0em;
	padding-bottom: 1.5em;
	border-bottom: solid 1px rgba(64,65,66,0.2);
	margin-bottom: 2.5em;
}
.free_area ol > li:last-child {
	margin-bottom: 0;
}
.free_area ol > li::before {
	content: "01";
	font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
	color: #9a8248;
	font-size: 120%;
	letter-spacing: .18em;
	line-height: 1.0em;
	position: absolute;
	left: 0;
	top: .05em;
}
.free_area ol > li:nth-child(2)::before {content: "02";}
.free_area ol > li:nth-child(3)::before {content: "03";}
.free_area ol > li:nth-child(4)::before {content: "04";}
.free_area ol > li:nth-child(5)::before {content: "05";}
.free_area ol > li:nth-child(6)::before {content: "06";}
.free_area ol > li:nth-child(7)::before {content: "07";}
.free_area ol > li:nth-child(8)::before {content: "08";}
.free_area ol > li:nth-child(9)::before {content: "09";}
.free_area ol > li:nth-child(10)::before {content: "10";}
.free_area ol > li:nth-child(11)::before {content: "11";}
.free_area ol > li:nth-child(12)::before {content: "12";}
.free_area ol > li:nth-child(13)::before {content: "13";}
.free_area ol > li:nth-child(14)::before {content: "14";}
.free_area ol > li:nth-child(15)::before {content: "15";}
.free_area ol > li:nth-child(16)::before {content: "16";}
.free_area ol > li:nth-child(17)::before {content: "17";}
.free_area ol > li:nth-child(18)::before {content: "18";}
.free_area ol > li:nth-child(19)::before {content: "19";}
.free_area ol > li:nth-child(20)::before {content: "20";}

.free_area hr {
	height: 1px;
	background-color: #cfcfd0;
	width: 100%;
	border: none;
	margin: 4.0rem 0 5.0rem;
}

.free_area table {
	margin-top: 2.5em;
	border-right: solid 1px #c7c7c7;
	border-top: solid 1px #c7c7c7;
}
.free_area table th,
.free_area table td {
	box-sizing: border-box;
	letter-spacing: .1em;
	line-height: 1.6em;
	padding: 1.2em 3%;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	border-left: solid 1px #c7c7c7;
	border-bottom: solid 1px #c7c7c7;
}
.free_area table th {
	background: #e6e6dc;
	font-size: 110%;
	font-weight: bold;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.free_area h2,
.free_area h3 {
	/*com_index1と合わせる*/
	/*com_index2と合わせる*/
	font-size: 3.5vw;
	letter-spacing: .1em;
}
.free_area h4 {
	letter-spacing: .15em;
	padding: .8em 3%;
}
.free_area ul,
.free_area ol {
	margin-top: 1.5em;
}
.free_area ul > li {
	margin-bottom: 1.5em;
}
.free_area ol > li {
	padding-left: 2.5em;
	padding-bottom: 1.0em;
	margin-bottom: 1.5em;
}
.free_area hr {
	margin: 3.0rem 0 4.0rem;
}
.free_area table {
	margin-top: 1.5em;
}
.free_area table th,
.free_area table td {
	letter-spacing: .05em;
	padding: 1.0em 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.free_area h2,
.free_area h3 {
	/*com_index1と合わせる*/
	/*com_index2と合わせる*/
	font-size: 155%;
	letter-spacing: .05em;
	margin-bottom: 1.0em;
}
.free_area h2 {
	padding: .8em 3%;
}
.free_area h3 {
	padding: .8em 3%;
}

.free_area h4 {
	font-size: 120%;
	letter-spacing: .05em;
	padding: .6em 5%;
	border-radius: .5em;
	margin-bottom: 1.0em;
}
.free_area h5 {
	font-size: 140%;
	letter-spacing: .05em;
}

.free_area ul,
.free_area ol {
	margin-top: 1.5em;
}
.free_area ul > li,
.free_area ol > li {
	font-size: 105%;
}
.free_area ul > li {
	padding-left: 2.5em;
	margin-bottom: 1.0em;
}
.free_area ul > li::before {
	width: 2.0em;
	height: 2.0em;
	top: -.2em;
}
.free_area ol > li {
	padding-left: 2.5em;
	padding-bottom: .5em;
	margin-bottom: 1.0em;
}
.free_area ol > li::before {
	letter-spacing: .1em;
}

.free_area hr {
	margin: 3.0rem 0 4.0rem;
}

.free_area table {
	margin-top: 1.5em;
}
.free_area table th,
.free_area table td {
	letter-spacing: normal;
	padding: 1.0em 3%;
}
.free_area table th {
	font-size: 105%;
}
}



/*自由入力欄（カスタムスタイル）
---------------------------------------------------------*/
.free_style1 {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400 !important;
	font-style: normal;
	color: #102e55;
	font-size: 155%;
	letter-spacing: .16em;
	line-height: 1.4em;
	margin-bottom: 1.2em !important;
}

/*リンクボタン*/
.free_area a.free_btn1 {
	/*com_link1に揃える*/
	display: inline-block;
	vertical-align: middle;
	background: #102E55;
	box-sizing: border-box;
	text-align: left;
	color: #fff;
	font-size: 95%;
	font-weight: bold;
	letter-spacing: .26em;
	line-height: 1.4em;
	padding: 1.2em 2.0em;
	padding-right: 7.0em;
	border-radius: 5px;
	text-decoration: none;
	position: relative;
	margin-right: .5em;
	margin-top: .5em;
}
.free_area a.free_btn1:hover {
	background: #1A4B8A;
}
.free_area a.free_btn1::before {
	font-family: 'fontello';
	content: '\e800';
	display: block;
	font-size: 70%;
	width: 6.0em;
	line-height: 3.0em;
	text-align: center;
	border-left: solid 1px rgba(255,255,255,0.5);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.8s;
}
.free_area a.free_btn1:hover {
	background: #1A4B8A;
	color: #fff !important;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.free_style1 {
	font-size: 145%;
	letter-spacing: .1em;
	margin-bottom: .8em !important;
}

/*リンクボタン*/
.free_area a.free_btn1 {
	/*com_link1に揃える*/
	letter-spacing: .15em;
	padding: 1.0em 2.0em;
	padding-right: 7.0em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.free_style1 {
	font-size: 135%;
	letter-spacing: .05em;
	margin-bottom: .6em !important;
}

/*リンクボタン*/
.free_area p:has(.free_btn1) {
	text-align: center;
}
.free_area a.free_btn1 {
	/*com_link1に揃える*/
	font-size: 100%;
	letter-spacing: .15em;
	padding: .8em 1.5em;
	padding-right: 5.0em;
	margin-right: 0;
}
.free_area a.free_btn1::before {
	font-size: 50%;
	width: 6.0em;
}
}



/*自由入力欄（画像）
---------------------------------------------------------*/
.free_area .aligncenter {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.free_area .alignright,
.free_area .alignleft {
	width: 40%;
	max-width: 400px;
	margin-bottom: 1.0rem;
}
.free_area .alignright {
	float: right;
	margin-left: 2.5em;
}
.free_area .alignleft {
	float: left;
	margin-right: 2.5em;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.free_area .aligncenter {
	max-width: 100%;
}
.free_area .alignright,
.free_area .alignleft {
	width: 70%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.0rem !important;
}
}



/*隙間
---------------------------------------------------------*/
.free_area p {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5rem;
}
.free_area div,
.free_area table,
.free_area ul,
.free_area ol {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4.0rem;
}
.free_area table:has(+ h2),
.free_area ol:has(+ h2),
.free_area ul:has(+ h2),
.free_area p:has(+ h2) {
    margin-bottom: 6rem !important;
}
.free_area table:has(+ h3),
.free_area ol:has(+ h3),
.free_area ul:has(+ h3),
.free_area p:has(+ h3),
.free_area table:has(+ h4),
.free_area ol:has(+ h4),
.free_area ul:has(+ h4),
.free_area p:has(+ h4),
.free_area table:has(+ h5),
.free_area ol:has(+ h5),
.free_area ul:has(+ h5),
.free_area p:has(+ h5) {
    margin-bottom: 5rem !important;
}
.free_area p:has(+ div),
.free_area p:has(+ table),
.free_area p:has(+ .free_style1) {
    margin-bottom: 4rem !important;
}
.free_area > *:last-child,
.free_area li > p,
.free_area table p {
    margin-bottom: 0 !important;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.free_area table:has(+ h2),
.free_area ol:has(+ h2),
.free_area ul:has(+ h2),
.free_area p:has(+ h2) {
    margin-bottom: 5rem !important;
}
.free_area table:has(+ h3),
.free_area ol:has(+ h3),
.free_area ul:has(+ h3),
.free_area p:has(+ h3),
.free_area table:has(+ h4),
.free_area ol:has(+ h4),
.free_area ul:has(+ h4),
.free_area p:has(+ h4),
.free_area table:has(+ h5),
.free_area ol:has(+ h5),
.free_area ul:has(+ h5),
.free_area p:has(+ h5) {
    margin-bottom: 3rem !important;
}
.free_area p:has(+ div),
.free_area p:has(+ table),
.free_area p:has(+ .free_style1) {
    margin-bottom: 3rem;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.free_area p {
    margin: 0 auto 1.0rem;
}

.free_area table:has(+ h2),
.free_area ol:has(+ h2),
.free_area ul:has(+ h2),
.free_area p:has(+ h2) {
    margin-bottom: 5rem !important;
}
.free_area table:has(+ h3),
.free_area ol:has(+ h3),
.free_area ul:has(+ h3),
.free_area p:has(+ h3),
.free_area table:has(+ h4),
.free_area ol:has(+ h4),
.free_area ul:has(+ h4),
.free_area p:has(+ h4),
.free_area table:has(+ h5),
.free_area ol:has(+ h5),
.free_area ul:has(+ h5),
.free_area p:has(+ h5) {
    margin-bottom: 3rem !important;
}
.free_area p:has(+ div),
.free_area p:has(+ table),
.free_area p:has(+ .free_style1) {
    margin-bottom: 3rem;
}
}



/*子カテゴリー（共通）
---------------------------------------------------------*/
.topics .cat_select .com_link1.active a {
	background: #9a8248;
}
.topics .cat_select .com_link1.active a:hover {
	background: #b8a77f;
}

.topics .post_cat {
	color: #9a8248;
	font-size: 95%;
	letter-spacing: .1em;
	line-height: 1.4em;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
	margin-top: 1.2em;
	column-gap: 1.0em;
}
.topics .post_cat a {
	text-decoration: underline;
}
.topics .post_cat a:hover {
	color: #666;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.topics .post_cat {
	font-size: 80%;
	letter-spacing: normal;
	margin-top: 1.0em;
}
}



/*一覧ページ
---------------------------------------------------------*/
/* アーカイブタイトル */
.archive-title {
	text-align: center;
	color: #102e55;
	font-size: 130%;
	letter-spacing: .15em;
	line-height: 1.0em;
	margin-bottom: 2.5em;
}

.entry_list {
	display: flex;
    flex-wrap: wrap;
	row-gap: 80px;
}
.entry_list article {
	width: 30.8%;
	margin-right: 3.8%;
}
.entry_list article:nth-child(3n),
.entry_list article:last-child {
	margin-right: 0;
}
/*サムネイル無し*/
.entry_list article {
	padding-bottom: 2.4em;
	border-bottom: solid 1px #102e55;
}
/*サムネイル有り*/
.entry_list .img_thum {
	margin-bottom: 1.4em;
	aspect-ratio: 400 / 240;
	border-radius: 20px;
}
.entry_list article:has(.img_thum) {
	padding-bottom: 0;
	border-bottom: none;
}
/*共通*/
.entry_list .blocklink {
	color: #102e55;
	font-size: min(100%,1.5vw);
}
.entry_list .blocklink:hover {
	color: #49a2c7;
}
.entry_list .entry-date {
	font-size: 120%;
	letter-spacing: .13em;
	line-height: 1.2em;
	margin-bottom: .5em;
}
.entry_list .entry-title {
	font-size: 145%;
	letter-spacing: .1em;
	line-height: 1.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* アーカイブタイトル */
.archive-title {
	font-size: 120%;
	letter-spacing: .1em;
}

.entry_list {
	row-gap: 6vw;
}
.entry_list article {
	width: 31.6%;
	margin-right: 2.6%;
}
/*サムネイル無し*/
.entry_list article {
	padding-bottom: 1.5em;
}
/*サムネイル有り*/
/*共通*/
.entry_list .entry-title {
	font-size: 150%;
	letter-spacing: .05em;
	line-height: 1.4em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* アーカイブタイトル */
.archive-title {
	font-size: 120%;
	letter-spacing: .05em;
}

.entry_list {
    justify-content: space-between;
	row-gap: 10vw;
}
.entry_list article {
	width: 47.5%;
	margin-right: 0;
}
/*サムネイル無し*/
.entry_list article {
	padding-bottom: 1.2em;
}
/*サムネイル有り*/
.entry_list .img_thum {
	border-radius: 1.0em;
	margin-bottom: .8em;
}
/*共通*/
.entry_list .blocklink {
	font-size: 100%;
}
.entry_list .entry-date {
	font-size: 85%;
	margin-bottom: .5em;
}
.entry_list .entry-title {
	font-size: 120%;
	letter-spacing: normal;
	line-height: 1.3em;
}
}



/*詳細ページ
---------------------------------------------------------*/
.single_page .single_content .entry-inf {
	color: #102e55;
	font-size: min(100%,1.5vw);
}
.single_page .single_content .entry-date {
	font-size: 130%;
	margin-bottom: 1.0em;
}
.single_page .single_content .entry-title {
	font-size: 250%;
	line-height: 1.4em;
}
.single_page .single_content .post_cat {
	margin-top: 2.0em;
}

.single_page .page_link {
	border-top: solid 1px #cfcfd0;
	border-bottom: solid 1px #cfcfd0;
	font-size: 90%;
	letter-spacing: .15em;
	line-height: 1.5em;
	padding: 2.5em 0;
}
.single_page .page_link ul {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.single_page .page_link li {
	width: 48%;
}
.single_page .page_link li.flt_l {
	text-align: left;
}
.single_page .page_link li.flt_r {
	text-align: right;
}
.single_page .page_link a {
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.single_page .page_link a:hover {
	color: #49a2c7;
}
.single_page .page_link a::before {
	font-family: 'fontello';
	content: '\e800';
	display: block;
	font-size: 80%;
	width: 1.0em;
	line-height: 1.0em;
	position: absolute;
	top: 50%;
}
.single_page .page_link li.flt_l a {
	padding-left: 1.5em;
}
.single_page .page_link li.flt_l a::before {
	left: 0;
	transform: translateY(-50%) rotate(180deg);
}
.single_page .page_link li.flt_r a {
	padding-right: 1.5em;
}
.single_page .page_link li.flt_r a::before {
	right: 0;
	transform: translateY(-50%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.single_page .single_content .entry-date {
	margin-bottom: .3em;
}
.single_page .single_content .post_cat {
	margin-top: 1.0em;
}

.single_page .page_link {
	font-size: 95%;
	letter-spacing: .05em;
	padding: 1.5em 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.single_page .single_content .entry-inf {
	font-size: 100%;
}
.single_page .single_content .entry-date {
	font-size: 100%;
	margin-bottom: .2em;
}
.single_page .single_content .entry-title {
	font-size: 140%;
}
.single_page .single_content .post_cat {
	margin-top: 1.0em;
}

.single_page .page_link {
	font-size: 95%;
	letter-spacing: .05em;
	line-height: 1.4em;
	padding: 1.0em 0;
}
.single_page .page_link ul {
	display: block;
}
.single_page .page_link li {
	width: 100%;
	margin: .5em 0;
}
.single_page .page_link li.flt_l,
.single_page .page_link li.flt_r {
	text-align: center;
}
}



/*page number
-----------------------------------------------------*/
.pagenavi_wrap {
	border-top: solid 1px rgba(64,65,66,0.3);
	padding-top: 60px;
}
.wp-pagenavi {
	display: block;
	box-sizing: border-box;
	position: relative;
	clear: both;
	text-align: center;
	font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
	color: #102e55;
	font-size: 125%;
	letter-spacing: normal;
	line-height: 1.0em;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {	
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 2.0em;
	line-height: 2.0em;
	border-radius: 50%;
	box-sizing: border-box;
	margin: 0 .3em;
	letter-spacing: normal;
	position: relative;
}
/* 現在地、マウスオーバー * */
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
	background: #102e55;
	color: #fff;
}

/* 左右の矢印 */
/* 最初・最後のページ */
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
	width: auto;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	background: none !important;
	color: #102e55 !important;
	font-size: 75%;
	letter-spacing: .1em;
	line-height: 1.0em;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before {
	display: none;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after,
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
	font-family: 'fontello';
	content: '\e800';
	font-size: 70%;
	position: absolute;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first {
	padding-left: 1.5em;
	left: 0;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .first::after {
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last {
	padding-right: 1.5em;
	right: 0;
}
.wp-pagenavi .nextpostslink::after,
.wp-pagenavi .last::after {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
/* 前後のページ */
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	display: none !important;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pagenavi_wrap {
	padding-top: 4%;
}
.wp-pagenavi {
	font-size: 110%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pagenavi_wrap {
	padding-top: 6%;
}
.wp-pagenavi {
	font-size: 100%;
}
/* 左右の矢印 */
/* 最初・最後のページ */
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
	font-size: 100%;
	letter-spacing: .05em;
}
}



/*目次
---------------------------------------------------------*/
#toc_container {
	position: relative;
	display: block !important;
	width: 80% !important;
	max-width: 1100px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	color: #102e55;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
	letter-spacing: .1em;
	line-height: 1.6em;
}
#toc_container p,
#toc_container ul {
	margin-bottom: 0 !important;
}
#toc_container li {
	padding: 0 !important;
	margin: 0 !important;
}
#toc_container li::before {
	display: none;
}
#toc_container a {
	text-decoration: none;
}

#toc_container .toc_title {
	font-size: 150%;
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-bottom: .5em !important;
	padding-left: 1.5em;
	position: relative;
}
#toc_container .toc_title::before {
	font-family: 'fontello';
	content: '\e805';
	font-size: 90%;
	position: absolute;
	left: 0;
	top: .1em;
}
#toc_container .toc_list > li:nth-child(odd) {
	background: #eeefe8;
}
#toc_container .toc_list > li > a {
	display: block;
	padding: .8em 1.5em;
	padding-left: 5.0em;
	position: relative;
}
#toc_container .toc_list > li > a::before {
	content: "01";
	display: block;
	font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 130%;
	letter-spacing: .1em;
	line-height: 1.0em;
	width: 3.0em;
	border-right: solid 1px #102e55;
	text-align: center;
	position: absolute;
	left: 0;
	top: .7em;
}
#toc_container .toc_list > li:nth-child(2) > a::before {content: "02";}
#toc_container .toc_list > li:nth-child(3) > a::before {content: "03";}
#toc_container .toc_list > li:nth-child(4) > a::before {content: "04";}
#toc_container .toc_list > li:nth-child(5) > a::before {content: "05";}
#toc_container .toc_list > li:nth-child(6) > a::before {content: "06";}
#toc_container .toc_list > li:nth-child(7) > a::before {content: "07";}
#toc_container .toc_list > li:nth-child(8) > a::before {content: "08";}
#toc_container .toc_list > li:nth-child(9) > a::before {content: "09";}
#toc_container .toc_list > li:nth-child(10) > a::before {content: "10";}
#toc_container .toc_list > li:nth-child(11) > a::before {content: "11";}
#toc_container .toc_list > li:nth-child(12) > a::before {content: "12";}
#toc_container .toc_list > li:nth-child(13) > a::before {content: "13";}
#toc_container .toc_list > li:nth-child(14) > a::before {content: "14";}
#toc_container .toc_list > li:nth-child(15) > a::before {content: "15";}
#toc_container .toc_list > li:nth-child(16) > a::before {content: "16";}
#toc_container .toc_list > li:nth-child(17) > a::before {content: "17";}
#toc_container .toc_list > li:nth-child(18) > a::before {content: "18";}
#toc_container .toc_list > li:nth-child(19) > a::before {content: "19";}
#toc_container .toc_list > li:nth-child(20) > a::before {content: "20";}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#toc_container {
	margin-bottom: 8%;
	letter-spacing: .05em;
}
#toc_container .toc_title {
	font-size: 130%;
}
#toc_container .toc_list > li > a::before {
	font-size: 120%;
	top: .8em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#toc_container {
	width: 100% !important;
	margin-bottom: 12%;
	font-size: 90%;
}
#toc_container .toc_title {
	font-size: 130%;
}
#toc_container .toc_list > li > a {
	padding: .8em 1.0em;
	padding-left: 3.5em;
}
#toc_container .toc_list > li > a::before {
	font-size: 110%;
	letter-spacing: normal;
	width: 2.5em;
	top: .9em;
}
}

 
 
/*ウィジェット
-----------------------------------------------------*/
.widget_box {
	background: #ebebe9;
	padding: 100px 0;
}
.widget_box .near_box {
	width: 50%;
	max-width: 600px;
	text-align: left;
	float: left;
}
.widget_box .calendar_box {
	width: 45%;
	max-width: 540px;
	float: right;
	position: relative;
}

.widget_box .wid_index {
	color: #102e55;
	font-size: 110%;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-bottom: .5em;
}
.widget_box .near_list {
	font-size: 100%;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.widget_box .near_list > li {
	border-bottom: solid 1px #cfcfd0;
}
.widget_box .near_list a {
	display: block;
	padding: 1.0em 0;
	position: relative;
	padding-left: 1.5em;
}
.widget_box .near_list a::before {
	content: "";
	position: absolute;
	width: .6em;
	height: .6em;
	border-radius: 50%;
	background: #102e55;
	left: 0;
	top: 1.4em;
}
.widget_box .near_list a:hover {
	color: #49a2c7;
}

.widget_box #wp-calendar {
	border: none;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background: #fff;
}
.widget_box #wp-calendar a {
	color: #102e55;
	text-decoration: underline;
}
.widget_box #wp-calendar a:hover {
	color: #49a2c7 !important;
	text-decoration: none;
}

.widget_box #wp-calendar thead th {
	background: #102e55;
	color: #fff;
	font-size: 110%;
	font-weight: 400;
	line-height: 1.0em;
	padding: 1.0em 0;
}

.widget_box #wp-calendar tbody td {
	color: #000;
	padding: .5em 0;
}
.widget_box #wp-calendar tbody tr:first-of-type td {
	padding-top: 1.0em;
}
.widget_box #wp-calendar tbody tr:last-of-type td {
	padding-bottom: 1.0em;
}

.widget_box #wp-calendar caption,
.widget_box #wp-calendar tfoot {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .15em;
	line-height: 1.0em;
}
.widget_box #wp-calendar caption {
	padding-bottom: 15px;
}
.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;
}
.widget_box #wp-calendar tfoot a::before {
	font-family: 'fontello';
	font-size: 70%;
	content: '\e800';
	width: 1.0em;
	line-height: 1.0em;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
}
.widget_box #wp-calendar #prev a::before {
	left: 0;
	transform: translateY(-40%) rotate(-180deg);
}
.widget_box #wp-calendar #next a::before {
	right: 0;
	transform: translateY(-45%);
}
.widget_box #wp-calendar tfoot a:hover,
.widget_box .wp-calendar-nav a:hover {
	color: #49a2c7 !important;
}

.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 {
	padding: 6% 0;
}
.widget_box .near_list {
	letter-spacing: .05em;
}
.widget_box .near_list a {
	padding: .8em 0;
	padding-left: 1.2em;
}
.widget_box .near_list a::before {
	top: 1.2em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.widget_box {
	padding: 10% 0;
}
.widget_box .near_box,
.widget_box .calendar_box {
	width: 100%;
	max-width: 100%;
	float: none;
}
.widget_box .near_box {
	margin-bottom: 10%;
}
.widget_box .wid_index {
	margin-bottom: .5em;
}
.widget_box .near_list {
	letter-spacing: normal;
}
.widget_box .near_list a {
	padding: .6em 0;
	padding-left: 1.0em;
}
.widget_box .near_list a::before {
	top: 1.0em;
}
}



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

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

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