@charset "UTF-8";
/* ----------------------------------------------------------
mod entry
---------------------------------------------------------- */
/* ----------------------------------------------------------
wysiwyg wordperssエディタデフォルト用
---------------------------------------------------------- */
.mod-wp-wysiwyg > *:nth-child(1) { margin-top: 0; }

.mod-wp-wysiwyg .aligncenter { display: block; margin: 0 auto; }

.mod-wp-wysiwyg .alignright { float: right; }

.mod-wp-wysiwyg .alignleft { float: left; }

.mod-wp-wysiwyg hr { border: none; border-top: 5px solid #f8f8f8; margin: 60px 0; }

.mod-wp-wysiwyg strong { font-weight: bold; }

.mod-wp-wysiwyg em { font-style: italic; }

.mod-wp-wysiwyg blockquote { display: block; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 40px; -webkit-margin-end: 40px; }

.mod-wp-wysiwyg .clearfix { overflow: hidden; zoom: 1; }

.mod-wp-wysiwyg .clearfix:after { content: ""; display: block; clear: both; }

/* ----------------------------------------------------------
wysiwyg カスタム
---------------------------------------------------------- */
.mod-wp-wysiwyg img { max-width: 100%; height: auto; }

.mod-wp-wysiwyg h1 { font-size: 32px; line-height: 1.2; margin-bottom: 1em; }

.mod-wp-wysiwyg p { margin: 1em 0; }

.mod-wp-wysiwyg p.mod-wp-note { color: #888; }

.mod-wp-wysiwyg a { color: #222; text-decoration: underline; }

.mod-wp-wysiwyg h2 { margin-top: 3em; color: #5EB299; line-height: 1.2; padding-bottom: 15px; }

.mod-wp-wysiwyg h3 { margin-top: 2em; line-height: 1.2; border-bottom: 2px solid #eee; padding-bottom: 15px; }

.mod-wp-wysiwyg h4 { margin-top: 1.5em; line-height: 1.2; position: relative; padding-left: 1.2em; }

.mod-wp-wysiwyg h4:after { content: "●"; display: block; position: absolute; top: 0px; left: 0px; color: #5EB299; }

.mod-wp-wysiwyg ul { margin: 1em 0 1em 0.5em; }

.mod-wp-wysiwyg ul li { position: relative; counter-increment: number; line-height: 1.4; padding-left: 1.2em; margin: 0.5em 0; }

.mod-wp-wysiwyg ul li:after { content: "・"; display: block; position: absolute; top: 10px; left: 0px; -ms-transform: translate(0, -50%); transform: translate(0, -50%); }

.mod-wp-wysiwyg ol { margin: 1em 0 1em 2em; list-style: decimal; }

.mod-wp-wysiwyg ol li { position: relative; line-height: 1.4; margin: 0.5em 0; }

.mod-wp-wysiwyg a.mod-wp-btn { display: inline-block; text-decoration: none !important; vertical-align: middle; line-height: 1.2; background: #5EB299 !important; color: #fff !important; text-align: center; padding: 15px 60px; margin: 2px; transition-duration: 0.2s; position: relative; box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1); }

.mod-wp-wysiwyg a.mod-wp-btn:hover { opacity: 0.7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.mod-wp-wysiwyg a.mod-wp-btn.is-white { background: #fff !important; color: #222 !important; border: 1px solid #eee; padding: 10px 20px 10px 25px; }

.mod-wp-wysiwyg a.mod-wp-btn.is-white:before { content: ""; position: absolute; top: 50%; left: 10px; width: 5px; height: 5px; margin-top: -5px; box-sizing: border-box; border: 5px solid transparent; border-left: 5px solid #222; }

table.mod-wp-table.is-w100 { width: 100%; }

table.mod-wp-table.is-simple { margin: 20px 0; border-bottom: 1px solid #eee; border-right: 1px solid #eee; }

table.mod-wp-table.is-simple th { background: #f8f8f8; font-weight: bold; min-width: 100px; }

table.mod-wp-table.is-simple th, table.mod-wp-table.is-simple td { border-top: 1px solid #eee; border-left: 1px solid #eee; padding: 10px; line-height: 1.8; }

table.mod-wp-table.is-conpact { margin: 20px 0; border-bottom: 1px solid #eee; border-right: 1px solid #eee; }

table.mod-wp-table.is-conpact th { background: #f8f8f8; font-weight: bold; min-width: 100px; }

table.mod-wp-table.is-conpact th, table.mod-wp-table.is-conpact td { border-top: 1px solid #eee; border-left: 1px solid #eee; padding: 2px 5px; line-height: 1.8; font-size: 14px; }

table.mod-wp-table.is-wide { margin: 20px 0; border-bottom: 1px solid #eee; border-right: 1px solid #eee; }

table.mod-wp-table.is-wide th { background: #f8f8f8; font-weight: bold; min-width: 100px; }

table.mod-wp-table.is-wide th, table.mod-wp-table.is-wide td { border-top: 1px solid #eee; border-left: 1px solid #eee; padding: 20px; line-height: 1.8; }

table.mod-wp-table.is-history { border-top: 1px solid #eee; }

table.mod-wp-table.is-history th { min-width: 30px; border-bottom: 1px solid #eee; padding: 10px 5px; line-height: 1.8; font-weight: bold; width: 80px; }

table.mod-wp-table.is-history td { border-bottom: 1px solid #eee; padding: 10px 5px; line-height: 1.8; }

.mod-text-glay { color: #888; }

.mod-wp-box.is-glay { margin: 20px 0; background: #f8f8f8; padding: 20px; }

.mod-wp-box.is-glay > div { background: #fff; padding: 20px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }

.mod-wp-box.is-glay > div > *:nth-child(1) { margin-top: 0; }

.mod-wp-box.is-line { margin: 20px 0; border: 5px solid #eee; padding: 20px; }

.mod-wp-box.is-line > *:nth-child(1) { margin-top: 0; }

.mod-wp-wysiwyg-pagelist { margin: 40px 0; background: #f8f8f8; border-radius: 10px; padding: 25px; }

.mod-wp-wysiwyg-pagelist ._pl-title { font-size: 20px; text-align: center; padding: 0 0 20px 0; margin: 0 0 20px 0; border-bottom: 1px solid #eee; }

.mod-wp-wysiwyg-pagelist ul { line-height: 1.4; }

.mod-wp-wysiwyg-pagelist ul li a { color: #222; text-decoration: none; }

.mod-wp-wysiwyg-pagelist ul li a:hover { text-decoration: underline; }

/* ----------------------------------------------------------
list
---------------------------------------------------------- */
.mod-wp-entry-list p { margin-top: 0; }

.mod-wp-entry-list a { color: #555; display: inline-block; position: relative; text-decoration: none; }

.mod-wp-entry-list a:hover { text-decoration: underline; color: #65C8AA; }

.mod-wp-entry-list.is-date-cate-text.is-line { border-top: 1px solid #DFDFDF; }

.mod-wp-entry-list.is-date-cate-text.is-line ._items ._item { border-bottom: 1px solid #DFDFDF; }

.mod-wp-entry-list.is-date-cate-text ._items { display: block; list-style: none; letter-spacing: 0.05em; }

.mod-wp-entry-list.is-date-cate-text ._items ._item { padding: 10px 0; }

.mod-wp-entry-list.is-date-cate-text ._items ._item ._dates ._date { display: inline-block; padding-right: 0.5em; color: #888; }

.mod-wp-entry-list.is-date-cate-text ._items ._item ._dates ._label { display: inline-block; }

.mod-wp-entry-list.is-date-cate-text ._items ._item ._dates .mod-label { display: block; }

/* ----------------------------------------------------------
pager
---------------------------------------------------------- */
.mod-wp-archive-pager ul.page-numbers { text-align: center; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; }

.mod-wp-archive-pager ul.page-numbers li { display: block; }

.mod-wp-archive-pager ul.page-numbers .page-numbers.current, .mod-wp-archive-pager ul.page-numbers a.page-numbers { display: block; width: 40px; height: 40px; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; text-align: center; text-decoration: none; background: #F2FAF7; color: #5EB299; font-weight: 700; border-radius: 50px; transition-duration: 0.2s; }

.mod-wp-archive-pager ul.page-numbers .page-numbers.current:hover, .mod-wp-archive-pager ul.page-numbers a.page-numbers:hover { background: #f8f8f8; }

.mod-wp-archive-pager ul.page-numbers .page-numbers.current { border: 1px solid #65C8AA; background: #fff; }

.mod-wp-archive-pager ul.page-numbers .page-numbers.prev { position: relative; padding-left: 10px; }

.mod-wp-archive-pager ul.page-numbers .page-numbers.prev:after { content: ""; display: block; position: absolute; top: 50%; left: 0px; -ms-transform: translate(12px, -50%); transform: translate(12px, -50%); background: url(/common/images/icon/wp/prev.png) left top no-repeat; background-size: contain; width: 14px; height: 14px; }

.mod-wp-archive-pager ul.page-numbers .page-numbers.next { position: relative; padding-right: 10px; }

.mod-wp-archive-pager ul.page-numbers .page-numbers.next:after { content: ""; display: block; position: absolute; top: 50%; right: 0px; -ms-transform: translate(-12px, -50%); transform: translate(-12px, -50%); background: url(/common/images/icon/wp/next.png) left top no-repeat; background-size: contain; width: 14px; height: 14px; }

.mod-wp-entry-pager { margin: 10px 0; border: 2px solid #eee; display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; text-align: center; padding: 10px 0; }

.mod-wp-entry-pager > * { margin: 0 10px; }

/* ----------------------------------------------------------
parts
---------------------------------------------------------- */
.mod-wp-tax-tags ul { line-height: 1; }

.mod-wp-tax-tags ul:after { content: ""; clear: both; display: table; }

.mod-wp-tax-tags ul li { display: block; float: left; margin: 0 2px 2px 0; }

.mod-wp-tax-tags ul li a { display: inline-block; background: #eee; color: #333; padding: 5px 5px; line-height: 1; text-decoration: none; font-size: 12px; }

.mod-wp-tax-categorys ul { line-height: 1; }

.mod-wp-tax-categorys ul:after { content: ""; clear: both; display: table; }

.mod-wp-tax-categorys ul li { display: block; float: left; margin: 0 2px 2px 0; }

.mod-label { display: inline-block; border: 1px solid #5EB299; color: #5EB299 !important; text-align: center; line-height: 18px; padding-bottom: 1px; }

.mod-wp-list-news-years { background: #eee; margin: 10px 0; padding: 10px; }

.mod-wp-bread-list a { color: #222; padding: 0 10px 0 0; }

.mod-wp-bread-list a:hover { text-decoration: underline; }

.mod-wp-bread-list ul { display: -ms-flexbox; display: flex; }

.mod-wp-bread-list li { position: relative; }

.mod-wp-bread-list li:before { content: ' > '; color: #aaa; }

.mod-wp-bread-list li:nth-child(1):before { display: none; }

/* ----------------------------------------------------------
side
---------------------------------------------------------- */
.mod-wp-side-box + .mod-wp-side-box { margin-top: 20px; }

.mod-wp-side-box ._title { font-weight: bold; border-bottom: 2px solid #eee; line-height: 1.4; padding: 10px 0; }

.mod-wp-side-box ._links { border-top: 1px solid #eee; line-height: 1.2; font-size: 14px; }

.mod-wp-side-box ._links a { color: #222; text-decoration: none; }

.mod-wp-side-box ._links a:hover { text-decoration: underline; }

.mod-wp-side-box ._links.is-normal ._item, .mod-wp-side-box ._links.is-normal li { list-style: none; padding: 10px 0 10px 10px; border-bottom: 1px solid #eee; line-height: 1.4; }

.mod-wp-side-box ._links.is-tags:after { content: ""; clear: both; display: table; }

.mod-wp-side-box ._links.is-tags li { float: left; font-size: 12px; list-style: none; padding: 10px; margin: 5px 5px 0 0; background: #eee; line-height: 1; }

.mod-wp-link.is-current { background: rgba(255, 255, 0, 0.2); }

.mod-wp-search { padding: 10px 0; }

.mod-wp-search .mod-wp-search-input { position: relative; border: 1px solid #ddd; background: #f6f6f6; padding: 5px 2px 5px 10px; border-radius: 20px; }

.mod-wp-search .mod-wp-search-input input[type="text"] { width: calc(100% - 30px); height: 20px; border: none; background: none; outline: none; font-size: 16px; }

.mod-wp-search .mod-wp-search-input input[type="text"]:-ms-input-placeholder { color: #aaa; }

.mod-wp-search .mod-wp-search-input input[type="text"]::placeholder { color: #aaa; }

.mod-wp-search .mod-wp-search-input input[type="submit"] { position: absolute; top: 50%; right: 6px; width: 20px; height: 20px; border: none; outline: none; background: none; background-image: url(/common/images/icon_search.svg); background-position: center center; background-size: 24px auto; opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -ms-transform: translate(0, -50%); transform: translate(0, -50%); }

.mod-wp-search .mod-wp-search-input input[type="submit"]:hover { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.mod-wp-template-info { display: none; }

html.env-server-local .mod-wp-template-info { display: block; position: fixed; bottom: 10px; left: 10px; background: rgba(255, 255, 255, 0.8); padding: 0 5px; font-size: 12px; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); z-index: 100; }

@media screen and (max-width: 768px){
 .mod-wp-wysiwyg img[class*="wp-image-"], .mod-wp-wysiwyg img[class*="attachment-"]{ max-width: 100%; height: auto; }
 .mod-wp-wysiwyg p.mod-wp-lead{ font-size: 11px; }
 .mod-wp-wysiwyg p.mod-wp-note{ font-size: 11px; }
 .mod-wp-wysiwyg h2{ font-size: 14px; }
 .mod-wp-wysiwyg h4{ font-size: 14px; }
 .mod-wp-wysiwyg .mod-wp-wysiwyg-cols > div{ padding-top: 20px; }
 .mod-wp-entry-list.is-date-cate-text.is-line ._items ._item{ padding: 10px 0 20px 0; }
 .mod-wp-entry-list.is-date-cate-text ._items ._item{ border-bottom: 1px solid #DFDFDF; margin-bottom: 5px; padding-bottom: 20px; }
 .mod-wp-entry-list.is-date-cate-text ._items ._item ._text{ margin-top: 10px; }
 .mod-wp-entry-list.is-date-cate-text ._items ._item ._dates ._date{ font-size: 12px; }
 .mod-wp-archive-pager ul.page-numbers .page-numbers.current, .mod-wp-archive-pager ul.page-numbers a.page-numbers{ margin: 0 5px; }
 .mod-wp-archive-pager ul.page-numbers .page-numbers.prev{ display: none; }
 .mod-wp-archive-pager ul.page-numbers .page-numbers.prev span{ display: none; }
 .mod-wp-archive-pager ul.page-numbers .page-numbers.next{ display: none; }
 .mod-wp-archive-pager ul.page-numbers .page-numbers.next span{ display: none; }
 .mod-label{ width: 90px; font-size: 10px; }
 .mod-wp-bread-list{ margin: 15px 15px; font-size: 12px; } }

@media print, screen and (min-width: 769px){
 .mod-wp-wysiwyg p.mod-wp-lead{ font-size: 20px; }
 .mod-wp-wysiwyg p.mod-wp-note{ font-size: 14px; }
 .mod-wp-wysiwyg h2{ font-size: 18px; }
 .mod-wp-wysiwyg h4{ font-size: 18px; }
 .mod-wp-entry-list.is-date-cate-text.is-line ._items ._item{ padding: 20px 0; }
 .mod-wp-archive-pager ul.page-numbers .page-numbers.current, .mod-wp-archive-pager ul.page-numbers a.page-numbers{ margin: 0 8px; }
 .mod-wp-archive-pager ul.page-numbers .page-numbers.prev{ width: 110px; }
 .mod-wp-archive-pager ul.page-numbers .page-numbers.next{ width: 110px; }
 .mod-label{ width: 110px; font-size: 12px; }
 .mod-wp-bread-list{ margin: 15px; font-size: 14px; } }

@media print, screen and (min-width: 768px){
 .mod-wp-wysiwyg .mod-wp-wysiwyg-cols{ width: 100%; margin: 20px 0; display: -ms-flexbox; display: flex; }
 .mod-wp-wysiwyg .mod-wp-wysiwyg-cols > div{ padding-right: 30px; }
 .mod-wp-wysiwyg .mod-wp-wysiwyg-cols > div:last-child{ padding-right: 0; }
 .mod-wp-wysiwyg .mod-wp-wysiwyg-cols > div > *:nth-child(1){ margin-top: 0; } }

@media screen and (min-width: 769px){
 .mod-wp-entry-list.is-date-cate-text ._items ._item{ display: -ms-flexbox; display: flex; }
 .mod-wp-entry-list.is-date-cate-text ._items ._item ._dates{ width: 15em; }
 .mod-wp-entry-list.is-date-cate-text ._items ._item ._date{ width: 6em; }
 .mod-wp-entry-list.is-date-cate-text ._items ._item ._text{ width: calc(100% - 16em); padding: 2px 0 0 0; } }

/*# sourceMappingURL=maps/wp.css.map */
