<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*メインイメージ*/
.contentpage .cat_1 .m_img_area{
	background-image:url("../images/topics/m_img_blog@2x.jpg")
}
.contentpage .m_img_area{
	background-image:url("../images/topics/m_img_news@2x.jpg")
}
.cat_1 .com_title2 p span {
    color: #6daac1;
}
.com_title2 p span {
    color: #70aaa6;
}
.w900 {
	width: 94%;
	padding: 0 3%;
	max-width: 900px;
	margin: 0 auto;
	text-align: left;
}



/*共通
--------------------------------------------------------------------*/
.contentpage .com_title2{
	margin-bottom: 80px;
	position: relative;
}
 .contentpage .cat_1 .com_title2::after{
	position: absolute;
	content:"";
	background: url("../images/topics/ab_blog_img@2x.png") no-repeat right center;
	background-size: 100% auto;
	width: 76px;
	height: 76px;
	left: calc(50% + 16em);
	top:40%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.contentpage .com_title2::after{
	position: absolute;
	content:"";
	background: url("../images/topics/ab_news_img@2x.png") no-repeat left center;
	background-size: 100% auto;
	width: 196px;
	height: 94px;
	right: calc(50% + 16em);
	top:45%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

article {
	text-align: left;
	box-sizing: border-box;
	padding: 55px 4% 60px;
	border-bottom: solid 1px #c9c5c6;
}
article:first-of-type {
	border-top: solid 1px #c9c5c6;
}

/* 日付 */
.entry-date {
	font-family: europa, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #a59ea0;
	font-size: 130%;
	letter-spacing: .17em;
	line-height: 1.2em;
	position: relative;
	padding-bottom: 1em;
	padding-left: 1em;
}
.entry-date::before {
	font-family: 'fontello';
	content: '\e804';
	position: absolute;
	left: 0;
	top:0.045em;
	font-size: 0.65em;
	color: #dadadd;
}
/* タイトル */
.entry-title {
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 200%;
	letter-spacing: .05em;
	line-height: 1.6em;
	margin-bottom: 1em;
}
/* IE11ではズレるので秀英ゴシックを使用しない */
_:-ms-lang(x)::-ms-backdrop,.entry-title {
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.entry-title,
.entry-title a {
	color: #70aaa6 !important;
	text-decoration: none;
}
.entry-title a:hover {color: #4b3d41 !important;}
/* 記事 */
.txt_summary,
.entry-content {
	text-align: left;
}
.txt_summary {
	line-height: 2.2em;
}
.txt_summary a,
.entry-content a {
	color: #70aaa6;
	text-decoration: underline;
}
.txt_summary a:hover,
.entry-content a:hover {
	color: #4b3d41 !important;
	text-decoration: none;
}

/* ブログ */
.cat_1 .entry-title, .cat_1 .entry-title a {color: #6daac1 !important;}
.cat_1 .entry-title a:hover {color: #4b3d41 !important;}
.cat_1 .txt_summary a, .cat_1 .entry-content a {color: #6daac1;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.contentpage .com_title2{
	margin-bottom: 40px;
}
 .contentpage .cat_1 .com_title2::after{
	width: 60px;
	left: calc(50% + 13em);
}
.contentpage .com_title2::after{
	width: 160px;
	right: calc(50% + 11em);
}
article {
	padding: 5% 0;
}

/* 日付 */
.entry-date {
	font-size: 120%;
	padding-bottom: .5em;
}
/* タイトル */
.entry-title {
	font-size: 180%;
	letter-spacing: normal;
	margin-bottom: .7em;
}
/* 記事 */
.txt_summary {
	line-height: 2.0em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.contentpage .com_title2{
	margin-bottom: 8%;
}
 .contentpage .cat_1 .com_title2::after{
	width: 10vw;
	left: auto;
	right: 6%;
	top:35%;
}
.contentpage .com_title2::after{
	width: 26vw;
	right: auto;
	left: 3%;
	top:40%;
}
article {
	padding: 6% 0 7%;
}

/* 日付 */
.entry-date {
	font-size: 100%;
	padding-bottom: .4em;
}
/* タイトル */
.entry-title {
	font-size: 140%;
	letter-spacing: normal;
	line-height: 1.4em;
	margin-bottom: .6em;
}
/* 記事 */
.txt_summary {
	line-height: 1.8em;
}
}



/*一覧ページ
--------------------------------------------------------------------*/
.float_box .img_thumbnail {
	float: left;
	width: 24%;
	max-width: 260px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.float_box .txt_summary {
	width: 73%;
	float: right;
}
.float_box .img_thumbnail:before {
    content:"";
    display: block;
    padding-top: 66%;
}
.float_box .img_thumbnail img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: auto;
	text-align: center;
}

/* アーカイブタイトル */
.archive-title {
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 120%;
	letter-spacing: .05em;
	line-height: 2.0em;
}
/* IE11ではズレるので秀英ゴシックを使用しない */
_:-ms-lang(x)::-ms-backdrop,.archive-title{
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.float_box .img_thumbnail {
	float: none;
	width: 60%;
	margin: 0 auto .5em;
}
.float_box .txt_summary {
	width: 100%;
	float: none;
}

/* アーカイブタイトル */
.archive-title {
	font-size: 90%;
}
}



/*個別ページ
--------------------------------------------------------------------*/
.single_page article p {
	margin-top: 1.5em;
}
.single_page article p:first-child {
	margin-top: 0;
}

/* 画像 */
article img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
article img.alignright {
	padding-left: 1.0em;
	padding-bottom:.5em;
	display: inline;
}
article img.alignleft {
	padding-right: 1.0em;
	padding-bottom: .5em;
	display: inline;
}	
article .alignright {
	float: right;
}
article .alignleft {
	float: left;
}

/* 前後の記事へ */
.single_page .page_link li a,
.single_page .list_link a {
	text-decoration: none;
	-webkit-transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
	transition: opacity 0.7s;
	
}
.single_page .page_link{
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}
/* IE11ではズレるので秀英ゴシックを使用しない */
_:-ms-lang(x)::-ms-backdrop,.page_link{
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.single_page .page_link li a:hover,
.single_page .list_link a:hover {
	opacity: 0.6;
}

.single_page .page_link {
	padding: 1.5em 0;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.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;
}
.single_page .page_link li.flt_l a::before,
.single_page .page_link li.flt_r a::before {
	font-family: 'fontello';
	content: '\e80e';
	position: absolute;
	top: 0;
}
.single_page .page_link li.flt_l a {
	padding-left: 1.5em;
}
.single_page .page_link li.flt_l a::before {
	left: 0;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.single_page .page_link li.flt_r a {
	padding-right: 1.5em;
}
.single_page .page_link li.flt_r a::before {
	right: 0;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.single_page article p {
	margin-top: 1.0em;
}
	
/* 画像 */
article img.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
article img.alignright,
article img.alignleft {
	padding: 0;
	margin: 0 auto;
	text-align: center;
}	
article .alignright,
article .alignleft {
	float: none;
}
	
/* 前後の記事へ */
.single_page .page_link {
	width: 100%;
	font-size: 90%;
	letter-spacing: .05em;
	line-height: 1.4em;
	padding: 1.0em 0;
}
.single_page .page_link li {
	width: 100%;
}
.single_page .page_link li.flt_l {
	text-align: center;
	float: none;
}
.single_page .page_link li.flt_r {
	margin-top: 10px;
	text-align: center;
	float: none;
}
}



/*page number
-----------------------------------------------------*/
.wp-pagenavi {
	clear: both;
	margin-top: 70px;
	padding: 0;
	width: 100%;
	font-family: europa, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 160%;
	line-height: 2em;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background: transparent;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {	
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 2em;
	line-height: 2em;
	box-sizing: border-box;
	margin: 0 5px;
	color: #4b3d41;
	letter-spacing: normal;
	border-radius: 50%;
}

/* 数字背景色 */
.wp-pagenavi .current,
.wp-pagenavi .page:hover {
	color: #fff;
	background:rgba(112,170,166,0.70);
}
.cat_1 .wp-pagenavi .current,
.cat_1 .wp-pagenavi .page:hover {
	background:rgba(109,170,193,0.70);
}

/* 左右の矢印 */
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	position: relative;
}
.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .previouspostslink::before {
	font-family: 'fontello';
	content: '\e801';
	color: #4b3d41;
	width: 1.5em;
	font-size: 0.7em;
	line-height: 1.5em;
	letter-spacing: normal;
	position: absolute;
	left: 0;
	top: 0.8em;
}
.wp-pagenavi .previouspostslink::before {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.wp-pagenavi .last:hover,
.wp-pagenavi .first:hover {
	color: #ccc;
}

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

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



/*404
-----------------------------------------------------*/
.mgn_b_404{
margin-bottom: 100px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.mgn_b_404{
margin-bottom: 50px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.mgn_b_404{
margin-bottom: 10%;
}
}


 
/*ウィジェット
-----------------------------------------------------*/
.widget_box {
	margin-top: 100px;
	padding: 80px 0 120px;
}

.widget_box .near_box {
	width: 50%;
	float: left;
}
.widget_box .calendar_box {
	width: 45%;
	float: right;
	position: relative;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}
/* IE11ではズレるので秀英ゴシックを使用しない */
_:-ms-lang(x)::-ms-backdrop,.calendar_box{
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.widget_box .wid_index {
	color: #484744;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-bottom: 1.0em;
}
.widget_box .near_list li {
	line-height: 1.4em;
	padding-bottom: .8em;
	margin-bottom: .8em;
	padding-left: 1.6em;
	position: relative;
	border-bottom: 1px solid #a59ea0;
}
.widget_box .near_list li::after{
font-family: 'fontello';
	content: '\e808';
	position: absolute;
	left: 0.3em ;
	top:-0.03em;
	font-size: 0.8em;
	color:rgba(92,170,166,0.70)
}
.cat_1 .widget_box .near_list li::after{
	color:rgba(172,216,233,0.70)
}
.widget_box .near_list a:hover {
	color: #a59ea0;
}

.widget_box #wp-calendar {
	border: none;
	width: 100%;
	margin: 0 auto;
	color: #4b3d41;
	text-align: center;
	position: relative;
	background: #f3f1ed;
}
.widget_box #wp-calendar a {
	color: #4b3d41;
}
.cat_1 .widget_box #wp-calendar a:hover {
	color: #6daac1 !important;
}
.widget_box #wp-calendar a:hover {
	color: #70aaa6 !important;
}
.widget_box #wp-calendar caption,
.widget_box #wp-calendar tfoot {
	line-height: 1.0em;
}
.widget_box #wp-calendar caption {
	letter-spacing: .2em;
	padding-bottom: 15px;
}
.widget_box #wp-calendar thead th {
	background: #70aaa6;
	color: #fff;
	font-size: 100%;
	line-height: 1.0em;
	font-weight: bold;
	padding: 15px 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 a {
	color: #70aaa6;
	font-weight: bold;
	text-decoration: underline;
}
.widget_box #wp-calendar a:hover {
	opacity: 0.6;
	text-decoration: none;
}
.cat_1 .widget_box #wp-calendar thead th {
	background: #6daac1;
}
.cat_1 .widget_box #wp-calendar a {
	color: #6daac1;
}
.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: #4b3d41 !important;
	font-weight: normal;
	text-decoration: none;
	display: block;
	position: relative;
}
.widget_box #wp-calendar tfoot a::before {
	font-family: 'fontello';
	content: '\e809';
	position: absolute;
	top: 0;
	font-size: 0.9em;
}
.widget_box #wp-calendar #prev a::before {
	left: 0;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.widget_box #wp-calendar #next a::before {
	right: 0;
}

.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 {
	margin-top: 8%;
	padding: 4% 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.widget_box {
	margin-top: 10%;
	padding: 8% 0;
}
.widget_box .near_box {
	width: 100%;
	float: none;
	font-size: 90%;
	line-height: 1.6em;
}
.widget_box .wid_index {
	font-size: 120%;
	letter-spacing: .1em;
	margin-bottom: .5em;
}
.widget_box .near_list li {
	padding-bottom: .5em;
	margin-bottom: .5em;
}
.widget_box .calendar_box {
	width: 100%;
	max-width: auto;
	float: none;
	margin: 6% auto 0;
}
}</pre></body></html>