@charset "UTF-8";
/* ---------- setting ---------- ---------- */

/* ----------------------------------------------------------
side
---------------------------------------------------------- */

/* ----------------------------------------------------------
wysiwyg wordperssエディタデフォルト用
---------------------------------------------------------- */
.mod-wp-wysiwyg { word-break: break-all; }

.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: 2vw; line-height: 1.5; margin-bottom: 1em; }

.mod-wp-wysiwyg p { line-height: 2; margin: 2em 0 2em 0; }

.mod-wp-wysiwyg p.mod-wp-note { color: #888; }

.mod-wp-wysiwyg a { color: #222; text-decoration: underline; }

.mod-wp-wysiwyg h2 { margin: 3em 0 2em 0; font-weight: bold; line-height: 2; }

.mod-wp-wysiwyg h3 { margin: 2em 0 1em 0; line-height: 2; }

.mod-wp-wysiwyg h4 { margin: 2em 0 1em 0; line-height: 2; }

.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: 50%; 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: #5bade1 !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; }

@media print, screen and (min-width: 768px){
 .mod-wp-entry-pager{ margin: 5vw 0 0 0; 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; }
 .mod-wp-entry-pager a{ display: inline-block; font-size: 1vw; border-bottom: 1px solid #333; padding: 0 0 0.9375vw 0; position: relative; color: #333333; }
 .mod-wp-entry-pager a.prev:before{ position: absolute; top: 50%; left: -1.25vw; display: block; content: ''; height: 5px; width: 5px; border: 1px solid #333333; border-right-width: 0; border-bottom-width: 0; -ms-transform: translate(0, -50%) rotate(-45deg); transform: translate(0, -50%) rotate(-45deg); }
 .mod-wp-entry-pager a.next:before{ position: absolute; top: 50%; right: -1.25vw; display: block; content: ''; height: 5px; width: 5px; border: 1px solid #333333; border-left-width: 0; border-top-width: 0; -ms-transform: translate(0, -50%) rotate(-45deg); transform: translate(0, -50%) rotate(-45deg); }
 .mod-wp-archive-pager{ margin: 5vw 0 0 0; }
 .mod-wp-archive-pager ul.page-numbers{ text-align: center; }
 .mod-wp-archive-pager ul.page-numbers li{ display: inline-block; }
 .mod-wp-archive-pager ul.page-numbers .page-numbers.current, .mod-wp-archive-pager ul.page-numbers a.page-numbers{ display: block; text-decoration: none; width: 3.75vw; height: 3.75vw; font-size: 1.25vw; color: #3D3D3D; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; border-radius: 50%; }
 .mod-wp-archive-pager ul.page-numbers .page-numbers.current{ border: 1px solid #3D3D3D; }
 .mod-wp-side-box ._title{ font-weight: bold; line-height: 1.4; font-size: 1vw; color: #3D3D3D; }
 .mod-wp-side-box ._links{ margin-top: 1.875vw; margin-left: 1.25vw; line-height: 1.2; font-size: 0.75vw; color: #A7A7A7; }
 .mod-wp-side-box ._links a{ color: #737373; font-size: 1vw; 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: 0.625vw 0 0.625vw 0.625vw; line-height: 1.4; position: relative; }
 .mod-wp-side-box ._links.is-normal ._item:before, .mod-wp-side-box ._links.is-normal li:before{ position: absolute; top: 50%; left: -0.625vw; display: block; content: ''; height: 1px; width: 0.625vw; border-top: 1px solid #000; }
 .mod-wp-wysiwyg p{ font-size: 1vw; }
 .mod-wp-wysiwyg p.mod-wp-lead{ font-size: 1.25vw; }
 .mod-wp-wysiwyg p.mod-wp-note{ font-size: 0.875vw; }
 .mod-wp-wysiwyg h2{ font-size: 1.3125vw; }
 .mod-wp-wysiwyg h3{ font-size: 1.125vw; }
 .mod-wp-wysiwyg h4{ font-size: 1.125vw; } }

@media screen and (max-width: 767px){
 .mod-wp-entry-pager{ margin: 80px 0 0 0; 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; }
 .mod-wp-entry-pager a{ display: inline-block; font-size: 16px; border-bottom: 1px solid #333; padding: 0 0 15px  0; position: relative; color: #333333; }
 .mod-wp-entry-pager a.prev:before{ position: absolute; top: 50%; left: -20px; display: block; content: ''; height: 5px; width: 5px; border: 1px solid #333333; border-right-width: 0; border-bottom-width: 0; -ms-transform: translate(0, -50%) rotate(-45deg); transform: translate(0, -50%) rotate(-45deg); }
 .mod-wp-entry-pager a.next:before{ position: absolute; top: 50%; right: -20px; display: block; content: ''; height: 5px; width: 5px; border: 1px solid #333333; border-left-width: 0; border-top-width: 0; -ms-transform: translate(0, -50%) rotate(-45deg); transform: translate(0, -50%) rotate(-45deg); }
 .mod-wp-archive-pager{ margin: 20px 0 0 0; }
 .mod-wp-archive-pager ul.page-numbers{ text-align: center; }
 .mod-wp-archive-pager ul.page-numbers li{ display: inline-block; }
 .mod-wp-archive-pager ul.page-numbers .page-numbers.current, .mod-wp-archive-pager ul.page-numbers a.page-numbers{ display: block; text-decoration: none; width: 50px; height: 50px; font-size: 20px; color: #3D3D3D; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; border-radius: 50%; }
 .mod-wp-archive-pager ul.page-numbers .page-numbers.current{ border: 1px solid #3D3D3D; }
 .mod-wp-side-box ._title{ font-weight: bold; line-height: 1.4; font-size: 16px; color: #3D3D3D; }
 .mod-wp-side-box ._links{ margin-top: 20px; margin-left: 10px; line-height: 1.2; font-size: 12px; color: #A7A7A7; }
 .mod-wp-side-box ._links a{ color: #737373; font-size: 16px; 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; line-height: 1.4; position: relative; }
 .mod-wp-side-box ._links.is-normal ._item:before, .mod-wp-side-box ._links.is-normal li:before{ position: absolute; top: 50%; left: -10px; display: block; content: ''; height: 1px; width: 10px; border-top: 1px solid #000; }
 .mod-wp-wysiwyg img[class*="wp-image-"], .mod-wp-wysiwyg img[class*="attachment-"]{ max-width: 100%; height: auto; }
 .mod-wp-wysiwyg p{ font-size: 14px; }
 .mod-wp-wysiwyg p.mod-wp-lead{ font-size: 16px; }
 .mod-wp-wysiwyg p.mod-wp-note{ font-size: 12px; }
 .mod-wp-wysiwyg h2{ font-size: 16px; }
 .mod-wp-wysiwyg h3{ font-size: 16px; }
 .mod-wp-wysiwyg h4{ font-size: 18px; }
 .mod-wp-wysiwyg .mod-wp-wysiwyg-cols > div{ padding-top: 20px; } }

@media print, screen and (min-width: 767px){
 .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; } }

/*# sourceMappingURL=maps/wp.css.map */
