@charset "UTF-8";



/*隙間
---------------------------------------------------------*/
.free_area p {
    margin: 0 0 1.5rem 0;
}
.free_area li > p {
    margin: 0;
}
.free_area > div,
.free_area table,
.free_area ul,
.free_area ol {
    margin: 0 0 4.0rem 0;
}
.free_area > *:last-child {
	margin-bottom: 0 !important;
}
.free_area table p {
    margin-bottom: 0 !important;
}
.free_area p:has(+ .free_style1),
.free_area p:has(+ div),
.free_area p:has(+ table) {
    margin-bottom: 4rem;
}
.free_area table:has(+ h2),
.free_area ol:has(+ h2),
.free_area ul:has(+ h2),
.free_area p:has(+ h2),
.free_area .free_style1:has(+ h2),
.free_area .free_style2: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 .free_style1:has(+ h3),
.free_area .free_style2:has(+ h3),
.free_area table:has(+ h4),
.free_area ol:has(+ h4),
.free_area ul:has(+ h4),
.free_area p:has(+ h4),
.free_area .free_style1:has(+ h4),
.free_area .free_style2:has(+ h4) {
    margin-bottom: 5rem !important;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.free_area > div,
.free_area table,
.free_area ul,
.free_area ol {
    margin: 0 0 3rem 0;
}
.free_area p:has(+ .free_style1),
.free_area p:has(+ div),
.free_area p:has(+ table) {
    margin-bottom: 2rem;
}
.free_area table:has(+ h2),
.free_area ol:has(+ h2),
.free_area ul:has(+ h2),
.free_area p:has(+ h2) {
    margin-bottom: 4rem !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) {
    margin-bottom: 3rem !important;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.free_area p {
    margin: 0 0 1.0rem 0;
}
.free_area > div,
.free_area table,
.free_area ul,
.free_area ol {
    margin: 0 0 2.5rem 0;
}
.free_area p:has(+ .free_style1),
.free_area p:has(+ div),
.free_area p:has(+ table) {
    margin-bottom: 2rem;
}
.free_area table:has(+ h2),
.free_area ol:has(+ h2),
.free_area ul:has(+ h2),
.free_area p:has(+ h2) {
    margin-bottom: 3.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) {
    margin-bottom: 2.5rem !important;
}
}



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

.free_area h2 {
	/*com_index1と合わせる*/
	font-family: "ten-mincho-text", serif;
	font-weight: 400 !important;
	font-style: normal;
	background: #138575;
	text-align: center;
	color: #fff;
	font-size: min(190%,3.2vw);
	letter-spacing: normal;
	line-height: 1.5em;
	padding: .9em 3%;
	border-radius: .9em;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}
.free_area h2::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 80px;
	background: #fff;
	left: 55px;
	top: 0;
	transform-origin: right top;
	transform: rotate(45deg);
	opacity: 0.7;
}
.free_area h2 * {
	font-style: normal !important;
	color: #fff !important;
	font-weight: 400 !important;
	font-size: 100% !important;
}

.free_area h3 {
	/*com_index2と合わせる*/
	border-top: solid 1px #138575;
	border-bottom: solid 1px #138575;
	font-family: "ten-mincho-text", serif;
	font-weight: 400 !important;
	font-style: normal;
	text-align: center;
	color: #138575;
	font-size: min(165%,3.0vw);
	line-height: 1.4em;
	padding: .9em 3%;
	margin-bottom: 60px;
}
.free_area h3 * {
	font-style: normal !important;
	color: #138575 !important;
	font-weight: 400 !important;
	font-size: 100% !important;
}

.free_area h4 {
	font-family: "ten-mincho-text", serif;
	font-weight: 400 !important;
	font-style: normal;
	text-align: center;
	color: #138575;
	font-size: 135%;
	line-height: 1.5em;
	padding-bottom: 1.0em;
	position: relative;
	margin-bottom: 50px;
}
.free_area h4::before {
	content: "";
	position: absolute;
	width: 20vw;
	max-width: 260px;
	height: 1px;
	background: #138575;
	opacity: 0.3;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
}
.free_area h4 * {
	font-style: normal !important;
	color: #138575 !important;
	font-weight: 400!important;
	font-size: 100% !important;
}

.free_area ul,
.free_area ol {
	list-style: none;
	color: #138575;
	font-size: 105%;
	font-weight: normal;
	letter-spacing: .04em;
	line-height: 1.8em;
}
.free_area ul > li,
.free_area ol > li {
	box-sizing: border-box;
	position: relative;
	padding-left: 1.8em;
	margin-bottom: .8em;
}
.free_area ul > li:last-child,
.free_area ol > li:last-child {
	margin-bottom: 0 !important;
}
.free_area ul > li::before {
	content: "";
	position: absolute;
	width: .8em;
	height: .8em;
	border-radius: 50%;
	background: #138575;
	opacity: 0.3;
	left: 0;
	top: .5em;
}
.free_area ol > li::before {
	content: "1";
	font-family: "aboreto", serif;
	font-weight: 400 !important;
	font-style: normal;
	color: #138575;
	font-size: 125%;
	line-height: 1.0em;
	position: absolute;
	left: 0;
	top: .25em;
}
.free_area ol > li:nth-child(2)::before {content: "2";}
.free_area ol > li:nth-child(3)::before {content: "3";}
.free_area ol > li:nth-child(4)::before {content: "4";}
.free_area ol > li:nth-child(5)::before {content: "5";}
.free_area ol > li:nth-child(6)::before {content: "6";}
.free_area ol > li:nth-child(7)::before {content: "7";}
.free_area ol > li:nth-child(8)::before {content: "8";}
.free_area ol > li:nth-child(9)::before {content: "9";}
.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: #9c9999;
	width: 100%;
	border: none;
	margin: 4.0rem 0 4.5rem;
}

.free_area table  {
	border-right: solid 1px #c9c9ca;
	border-top: solid 1px #c9c9ca;
}
.free_area table th,
.free_area table td {
	box-sizing: border-box;
	padding: 1.2em 3%;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	border-left: solid 1px #c9c9ca;
	border-bottom: solid 1px #c9c9ca;
}
.free_area table th {
	color: #138575;
	font-size: 105%;
	background: rgba(148,196,152,0.1);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.free_area h2 {
	/*com_index1と合わせる*/
	font-size: 3.4vw;
	margin-bottom: 5%;
}
.free_area h2::before {
	height: 80px;
	left: 40px;
}
.free_area h3 {
	margin-bottom: 5%;
}
.free_area h4 {
	margin-bottom: 5%;
}
.free_area hr {
	margin: 3.0rem 0 3.5rem;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.free_area h2 {
	/*com_index1と合わせる*/
	font-size: 150%;
	line-height: 1.4em;
	padding: .8em 3%;
	border-radius: .6em;
	margin-bottom: 7%;
}
.free_area h2::before {
	left: 40px;
}
.free_area h3 {
	font-size: 140%;
	padding: .7em 2%;
	margin-bottom: 6%;
}
.free_area h4 {
	font-size: 130%;
	padding-bottom: .8em;
	margin-bottom: 6%;
}

.free_area ul,
.free_area ol {
	font-size: 100%;
	letter-spacing: normal;
	line-height: 1.6em;
}
.free_area ul > li,
.free_area ol > li {
	padding-left: 1.5em;
	margin-bottom: .5em;
}
.free_area ul > li::before {
	top: .4em;
}
.free_area ol > li::before {
	top: .2em;
}

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

.free_area table  {
	width: 100% !important;
	font-size: 90%;
	line-height: 1.6em;
}
}



/*自由入力欄（カスタムスタイル）
---------------------------------------------------------*/
/*背景色*/
.free_area .free_bg1 {
	padding: 5% 6%;
	background: rgba(126,186,144,0.1);
	border-radius: 20px;
}
.free_area .free_bg1 > *:last-child,
.free_area .clearfix > *:last-child {
	margin-bottom: 0 !important;
}

/*h4に揃える*/
.free_style1 {
	font-family: "ten-mincho-text", serif;
	font-weight: 400 !important;
	font-style: normal;
	color: #138575;
	font-size: 135%;
	line-height: 1.5em;
	margin-bottom: .6em !important;
}
.free_style1 > * {
	font-size: 100% !important;
	font-weight: 400 !important;
}

/*リストに揃える*/
.free_style2 {
	color: #138575;
	font-size: 105%;
	font-weight: normal;
	letter-spacing: .04em;
	line-height: 1.8em;
	box-sizing: border-box;
	position: relative;
	padding-left: 1.8em;
	margin-bottom: .8em !important;
}
.free_style2 * {
	font-size: 100% !important;
}
.free_style2::before {
	content: "";
	position: absolute;
	left: 0;
	top: .25em;
	width: 1.2em;
	height: 1.2em;
	border-radius: .3em;
	background: #fff;
	border: solid 2px #5aaa9e;
	box-sizing: border-box;
}

/*リンクボタン*/
.free_area a.free_btn1 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #6da17c !important;
	letter-spacing: .15em;
	line-height: 1.3em;
	background: #eff7ed;
	padding: 1.2em 2.5em;
	padding-right: 3.0em;
	border-radius: 3.0em;
	border: solid 1px #7eba90;
	position: relative;
	transition: all 0.8s;
	margin-right: 1.0em;
}
.free_area a.free_btn1::before {
	font-family: 'fontello';
	content: '\e804';
	font-size: 110%;
	font-weight: normal;
	position: absolute;
	right: .5em;
	top: 50%;
	transform: translateY(-50%);
}
.free_area a.free_btn1:hover {
	transition: all 0.4s;
	background: #7eba90;
	color: #fff !important;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*リンクボタン*/
.free_area a.free_btn1 {
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*背景色*/
.free_area .free_bg1 {
	padding: 8% 6%;
	border-radius: 3vw;
}

/*h4に揃える*/
.free_style1 {
	font-size: 130%;
	margin-bottom: .2em !important;
}
/*リストに揃える*/
.free_style2 {
	font-size: 100%;
	letter-spacing: normal;
	line-height: 1.6em;
	padding-left: 1.5em;
	margin-bottom: .5em !important;
}

/*リンクボタン*/
.free_area a.free_btn1 {
	display: block;
	width: 80vw;
	box-sizing: border-box;
	font-weight: 90%;
	letter-spacing: .05em;
	padding: 1.2em 0;
	padding-right: 1.0em;
	margin: 1.0em auto 0;
}
}



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

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.free_area .alignright,
.free_area .alignleft {
	margin-bottom: 1.5rem;
}
.free_area .alignright {
	margin-left: 2.0em;
}
.free_area .alignleft {
	margin-right: 2.0em;
}
}

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



/*目次
---------------------------------------------------------*/
#toc_container {
	background: #f3fafa;
	border-radius: 30px;
	width: 100% !important;
	box-sizing: border-box;
	padding: 4% 4%;
	display: block !important;
	font-size: min(100%,1.7vw);
	color: #138575;
}
#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 {
	display: block;
	cursor: pointer;
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 400 !important;
	font-style: normal;
	color: #442f2d;
	font-size: 120%;
	letter-spacing: .15em;
	line-height: 1.2em;
	position: relative;
	margin-bottom: 0em !important;
}
#toc_container .toc_title.pdg_left {
	padding-left: 1.5em;
}
#toc_container .toc_title a {
	display: block;
	padding-left: 1.5em;
}
#toc_container .toc_title::before,
#toc_container .toc_title::after {
	content: "";
	position: absolute;
	width: 1.0em;
	height: 2px;
	background: #59c2c3;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s;
}
#toc_container.contracted .toc_title::after {
	transform: translateY(-50%) rotate(90deg);
}
#toc_container .toc_title .toc_brackets {
	display: none;
}*/
#toc_container .toc_list {
	width: 100%;
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#toc_container .toc_list > li {
	font-size: 100% !important;
	letter-spacing: .1em !important;
	line-height: 1.4em !important;
	margin-top: .8em !important;
	width: 48%;
	position: relative;
}
#toc_container .toc_list > li:nth-child(-n+2) {
	margin-top: 0 !important;
}
#toc_container .toc_list.col3 {
    justify-content: flex-start;
}
#toc_container .toc_list.col3 > li {
	width: 32%;
	margin-right: 2%;
}
#toc_container .toc_list.col3 > li:nth-child(3n),
#toc_container .toc_list.col3 > li:last-child {
	margin-right: 0;
}
#toc_container .toc_list.col3 > li:nth-child(-n+3) {
	margin-top: 0 !important;
}
#toc_container .toc_list > li > a {
	display: block;
	padding: .5em 0;
	padding-left: 2.0em;
	position: relative;
}
#toc_container .toc_list > li > a:hover {
	color: #7eba90 !important;
}
#toc_container .toc_list > li > a::before {
	font-family: 'fontello';
	content: '\e800';
	font-size: 120%;
	position: absolute;
	left: 0;
	top: .4em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#toc_container {
	font-size: 1.8vw;
}
#toc_container .toc_list > li {
	letter-spacing: .05em !important;
}
#toc_container .toc_list > li > a {
	padding-left: 1.6em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#toc_container {
	border-radius: 3vw;
	padding: 6% 6%;
	font-size: 90%;
}
#toc_container .toc_list {
	display: block;
}
#toc_container .toc_list > li {
	letter-spacing: normal !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-top: 1.2em !important;
	margin-right: 0;
}
#toc_container .toc_list > li:nth-child(-n+2),
#toc_container .toc_list.col3 > li:nth-child(-n+3) {
	margin-top: .8em !important;
}
#toc_container .toc_list > li:first-child,
#toc_container .toc_list.col3 > li:first-child {
	margin-top: 0 !important;
}
#toc_container .toc_list > li > a {
	padding: 0;
	padding-left: 1.5em;
}
#toc_container .toc_list > li > a::before {
	top: .05em;
}
}



/*お知らせ
---------------------------------------------------------*/
/*共通*/
.topics .entry-date {
	font-family: "aboreto", serif;
	font-weight: 400;
	font-style: normal;
	color: #138575;
	font-size: 84%;
	letter-spacing: .1em;
	line-height: 1.2em;
}
.topics .entry-title {
	font-family: "ten-mincho-text", serif;
	font-weight: 400 !important;
	font-style: normal;
	color: #138575;
	font-size: min(200%,3.2vw);
	letter-spacing: normal;
	line-height: 1.6em;
	margin-bottom: 1.0em;
}
.topics .entry-date + .entry-title {
	margin-top: .5em;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*共通*/
.topics .entry-date {
	font-size: 90%;
}
.topics .entry-title {
	font-size: 145%;
	margin-bottom: .8em;
}
.topics .entry-date + .entry-title {
	margin-top: .2em;
}
}



/*一覧ページ
---------------------------------------------------------*/
.entry_list {
	width: 100%;
	border-bottom: solid 1px #b8dad6;
}
.entry_list .post_inbox {
	width: 100%;
	box-sizing: border-box;
	padding: 50px 4%;
	border-top: solid 1px #b8dad6;
}

/*アーカイブタイトル*/
.archive-title {
	text-align: center;
	font-family: "ten-mincho-text", serif;
	font-weight: 400 !important;
	font-style: normal;
	color: #138575;
	font-size: 110%;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-bottom: 1.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.entry_list .post_inbox {
	padding: 6% 0;
}
/*アーカイブタイトル*/
.archive-title {
	letter-spacing: .1em;
	margin-bottom: 1.0em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.entry_list .post_inbox {
	padding: 8% 0;
}
/*アーカイブタイトル*/
.archive-title {
	font-size: 100%;
	margin-bottom: 1.0em;
}
}



/*詳細ページ
---------------------------------------------------------*/
.single_page .entry-inf {
	font-size: 130%;
	margin-bottom: 60px;
}

.single_page .page_link {
	clear: both;
	border-top: solid 1px #b8dad6;
	padding-top: 1.5em;
	font-size: 90%;
}
.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 li a::before {
	font-family: 'fontello';
	content: '\e804';
	font-size: 130%;
	opacity: 0.5;
	position: absolute;
	top: 50%;
}
.single_page .page_link li.flt_l a {
	padding-left: 2.0em;
}
.single_page .page_link li.flt_l a::before {
	left: 0;
	transform: rotate(180deg) translateY(50%);
}
.single_page .page_link li.flt_r a {
	padding-right: 2.0em;
}
.single_page .page_link li.flt_r a::before {
	right: 0;
	transform: translateY(-50%);
}
.single_page .page_link a:hover {
	color: #138575;
}
.single_page .com_link1 {
	margin-top: 1.0em;
}
.single_page .com_link1 a {
	font-size: 100%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.single_page .entry-inf {
	margin-bottom: 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.single_page .entry-inf {
	font-size: 120%;
	margin-bottom: 8%;
}
.single_page .page_link {
	padding-top: 1.0em;
}
}



/*page number
-----------------------------------------------------*/
.wp-pagenavi {
	font-family: "aboreto", "ten-mincho-text", serif;
	font-weight: 400 !important;
	font-style: normal;
	text-align: center;
	color: #138575;
	font-size: 145%;
	line-height: 1.0em;
	padding-top: 1.0em;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {	
	display: inline-block;
	vertical-align: middle;
	width: 1.0em;
	line-height: 1.6em;
	margin: 0 .3em;
	position: relative;
	transition: all 0.8s;
}
.wp-pagenavi span:hover,
.wp-pagenavi a:hover {	
	transition: all 0.4s;
}
.wp-pagenavi span::before,
.wp-pagenavi a::before {
	content: "";
	position: absolute;
	width: .5em;
	height: 1px;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;;
	background: #138575;
	opacity: 0
}
/* 現在地 */
.wp-pagenavi .current::before {
	opacity: 1;
}

/* 左右の矢印 */
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	position: relative;
	margin: 0 .5em;
	width: .5em;
	height: .5em;
	border-right: solid 1px #138575;
	border-top: solid 1px #138575;
	transform: rotate(45deg);
}
.wp-pagenavi .previouspostslink {
	transform: rotate(-135deg);
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
	opacity: 0.6;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
	width: auto;
	font-size: 70%;
}
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
	color: #7eba90;
}

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

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

 
 
/*ウィジェット
-----------------------------------------------------*/
.widget_box {
	background: #f3fafa;
	padding: 80px 0;
}
.widget_box .w1200 {
	display: flex;
    justify-content: space-between;
}
.widget_box .near_box {
	width: 50%;
	max-width: 600px;
}
.widget_box .calendar_box {
	width: 46%;
	max-width: 530px;
	position: relative;
}

.widget_box .wid_index {
	font-size: 115%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .8em;
}
.widget_box .near_list {
	letter-spacing: .28em;
	line-height: 1.6em;
}
.widget_box .near_list > li {
	border-bottom: solid 1px rgba(19,133,117,0.15);
}
.widget_box .near_list a {
	display: block;
	padding: .9em 0;
	position: relative;
	padding-left: 2.0em;
}
.widget_box .near_list a::before {
	font-family: 'fontello';
	content: '\e804';
	color: #89c2ba;
	font-size: 130%;
	position: absolute;
	left: 0;
	top: .7em;
}
.widget_box .near_list a:hover {
	color: #138575;
}

.widget_box #wp-calendar {
	border: none;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	position: relative;
}
.widget_box #wp-calendar a {
	color: #138575;
	font-weight: bold;
	text-decoration: underline;
}
.widget_box #wp-calendar a:hover {
	color: #7eba90;
	text-decoration: none;
}
.widget_box #wp-calendar caption,
.widget_box #wp-calendar tfoot {
	line-height: 1.0em;
}
.widget_box #wp-calendar caption {
	letter-spacing: .15em;
	padding-bottom: 15px;
}

.widget_box #wp-calendar thead th {
	background: #138575;
	color: #fff;
	padding: .5em 0;
}

.widget_box #wp-calendar tbody td {
	padding: .4em 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 {
	letter-spacing: .15em;
	line-height: 1.0em;
}
.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 {
	color: #333 !important;
	font-weight: normal !important;
	text-decoration: none;
	display: block;
	position: relative;
}
.widget_box #wp-calendar tfoot a:hover,
.widget_box .wp-calendar-nav a:hover {
	color: #aaa !important;
}
.widget_box #wp-calendar tfoot a::before {
	content: "";
	position: absolute;
	width: .5em;
	height: .5em;
	border-left: solid 1px #333;
	border-bottom: solid 1px #333;
	top: 50%;
}
.widget_box #wp-calendar #prev a::before {
	left: 0;
	transform: translateY(-50%) rotate(45deg);
}
.widget_box #wp-calendar #next a::before {
	right: 0;
	transform: translateY(-50%) rotate(-135deg);
}

.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 {
	letter-spacing: .05em;
}
.widget_box .near_list > li {
	border-bottom: solid 1px rgba(19,133,117,0.15);
}
.widget_box .near_list a {
	padding-left: 1.5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.widget_box {
	padding: 10% 0;
}
.widget_box .w1200 {
	display: block;
}
.widget_box .near_box {
	width: 100%;
	max-width: 100%;
	margin-bottom: 10%;
}
.widget_box .calendar_box {
	width: 100%;
	max-width: 100%;
}

.widget_box .wid_index {
	font-size: 105%;
	letter-spacing: .05em;
	margin-bottom: 0;
}
.widget_box .near_list {
	font-size: 95%;
	letter-spacing: .05em;
}
.widget_box .near_list a {
	padding-left: 1.5em;
}
}



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

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

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