@charset "UTF-8";
/* ***************************** CSS for mixin */
/* Media Query */
/* color */
/* icon */
/* ***************************** CSS for reset */
*, *:before, *:after { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; box-sizing: border-box; outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

html { font-size: 62.5%; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; }

body { line-height: 1.6; font-size: 1.4em; word-wrap: break-word; overflow-wrap: break-word; text-justify: inter-ideograph; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

ol, ul, li { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

img { vertical-align: middle; }

svg { fill: currentColor; }

input, select, textarea { border: #ccc solid 1px; padding: 6px; }

input[type="radio"] { margin-right: 6px; }

input[type="file"] { border: none; padding: 0; }

@media screen and (max-width: 767px) { input, select, textarea { font-size: 1.6rem; } }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] { border-radius: 0; -webkit-box-sizing: content-box; -webkit-appearance: button; appearance: button; border: none; box-sizing: border-box; }

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration { display: none; }

input[type="submit"]::focus, input[type="button"]::focus { outline-offset: -2px; }

/* ***************************** CSS for common */
body { font-family: sans-serif; color: #111; font-size: 1.5rem; position: relative; }

a { color: #004694; text-decoration: none; cursor: pointer; transition: all .3s ease; }

a:hover { color: #d13030; text-decoration: underline; }

img { max-width: 100%; }

p { margin-bottom: 1.5rem; }

._center { text-align: center; margin: 0 auto; }

.tptn_counter { display: none; }

/* ***************************** CSS for PC min-width: 1200px */
/*------------------
  basic
------------------*/
.sp { display: none; }

.pc { display: unset; }

a[href^="tel:"] { pointer-events: none; cursor: default; }

p { line-height: 2.0; }

/*------------------
  wrapper
------------------*/
.wrapper { background: #fff; }

/*------------------
  header
------------------*/
.header { border-bottom: #111 solid 2px; }

.header .header-description { position: fixed; top: 0; left: 0; right: 0; z-index: -1; display: flex; justify-content: center; align-items: center; padding: 10px 40px; text-align: center; }

.header .header-description:after { content: ""; position: absolute; top: 0; right: 0; left: 0; bottom: 0; box-shadow: inset 0 -5px 5px -5px rgba(0, 0, 0, 0.2); }

.header .header-description .header-descImg { position: absolute; top: 0; right: 0; left: 0; width: 100%; filter: saturate(150%); }

.header .header-description .header-descImg img { object-fit: cover; width: 100%; }

.header .header-description .header-descText { position: relative; z-index: 2; margin: 0; }

.header .header-description .header-descText strong { font-weight: normal; font-size: 1.4rem; line-height: 1.4; display: inline-block; }

.header .header-top { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; padding: 15px 10px 10px; }

.header .header-top .header-logo { max-width: 140px; }

.header .header-top .header-search { margin: 0 0 0 20px; flex: 1; text-align: right; }

.header .header-top .header-search .search-form { display: inline-block; position: relative; }

.header .header-top .header-search .search-form:after { content: ""; background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22search%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23231815%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22search_00000132771688529327095770000004788075126598082987_%22%20class%3D%22st0%22%20d%3D%22M100%2C92.9L76.1%2C69.1%20c14.5-18.5%2C11.3-45.3-7.3-59.9S23.5-2.1%2C9%2C16.5s-11.3%2C45.3%2C7.3%2C59.9C31.9%2C88.6%2C53.9%2C88.4%2C69.3%2C76l23.8%2C23.8L100%2C92.9z%20M4.9%2C42.8%20C4.9%2C22%2C21.8%2C5.1%2C42.6%2C5.1S80.4%2C22%2C80.4%2C42.8S63.5%2C80.6%2C42.6%2C80.6l0%2C0C21.8%2C80.5%2C4.9%2C63.6%2C4.9%2C42.8z%22%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat; background-size: cover; display: block; width: 22px; height: 22px; position: absolute; top: 50%; transform: translateY(-50%); left: 7px; z-index: 2; pointer-events: none; }

.header .header-top .header-search .search-form input[type="search"] { border: #111 solid 1px; border-radius: 2px; width: 200px; height: 36px; padding: 5px 5px 5px 38px; }

.header .header-top .header-search .search-form input[type="submit"] { text-indent: -9999px; display: block; width: 34px; height: 34px; position: absolute; top: 1px; left: 1px; bottom: 1px; background: transparent; z-index: 2; transition: all .3s ease; }

.header .header-top .header-search .search-form input[type="submit"]:hover { background: #eee; cursor: pointer; }

/*------------------
  globalNav
------------------*/
.globalNav .nav-con { overflow-x: auto; display: flex; margin: 0 0 -2px; }

.globalNav .nav-list { display: flex; margin: 0 auto; }

.globalNav .nav-list .list-item { height: 60px; }

.globalNav .nav-list .list-item a { display: flex; justify-content: center; align-items: center; height: 100%; padding: 0 15px; white-space: nowrap; color: #111; position: relative; }

.globalNav .nav-list .list-item a:after { content: ""; display: block; width: 0; height: 2px; position: absolute; bottom: 0; background: #d13030; transition: all .3s ease; }

.globalNav .nav-list .list-item a:hover { text-decoration: none; color: #d13030; }

.globalNav .nav-list .list-item a:hover:after { width: 100%; }

/*------------------
  path-list
------------------*/
.path-list { font-size: 1.2rem; width: 100%; margin: 20px 0 0; }

.path-list li { display: inline-block; }

.path-list li:after { content: ">"; display: inline-block; transform: scale(0.8, 1); padding: 0 2px 0 5px; color: #111; }

.path-list li:last-child:after { display: none; }

/*------------------
  content-wrapper
------------------*/
.content-wrapper { display: flex; flex-wrap: wrap; max-width: 1200px; margin: 0 auto; padding: 0 10px; }

.heading-wrapper { border-top: #111 solid 1px; border-bottom: #999 dotted 1px; display: flex; justify-content: space-between; align-items: center; margin: 30px 0 20px; padding: 20px 0 15px; }

.main > .heading-wrapper:nth-of-type(1) { margin-top: 0; }

.articleCard-list { display: flex; flex-wrap: wrap; }

.articleCard-list .articleCard-item { border: transparent solid 2px; position: relative; transition: all .2s ease; top: 0; }

.articleCard-list .articleCard-item .articleCard-img { position: relative; overflow: hidden; }

.articleCard-list .articleCard-item .articleCard-img .articleCard-img_thumbnail { position: absolute; top: 0; object-fit: cover; transition: all .3s ease; }

.articleCard-list .articleCard-item .articleCard-content { display: flex; flex-wrap: wrap; }

.articleCard-list .articleCard-item .articleCard-content .articleCard-content_date { margin: 0 5px 0 0; line-height: 1.4; }

.articleCard-list .articleCard-item .articleCard-content .articleCard-content_category { line-height: 1.4; margin: 0; z-index: 2; }

.articleCard-list .articleCard-item .articleCard-content .articleCard-content_title { flex-basis: 100%; margin: 5px 0 0; }

.articleCard-list .articleCard-item .articleCard-content .articleCard-content_title a { color: #111; }

.articleCard-list .articleCard-item .articleCard-content .articleCard-content_title a:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }

.articleCard-list .articleCard-item .articleCard-content .articleCard-content_text { font-size: 1.4rem; line-height: 1.6; color: #888; margin: 0; }

.articleCard-list .articleCard-item .articleCard-content .articleCard-content_tag { margin: -3px -5px 0; flex-basis: 100%; }

.articleCard-list .articleCard-item .articleCard-content .articleCard-content_tag .list-item { font-size: 1.2rem; }

.articleCard-list .articleCard-item:hover { border: #d13030 solid 2px; top: -2px; }

.articleCard-list .articleCard-item:hover .articleCard-img .articleCard-img_thumbnail { transform: scale(1.15, 1.15); }

.articleCard-list .articleCard-item:hover .articleCard-content .articleCard-content_title a { text-decoration: none; }

.articleCard-list._main, .articleCard-list._sub { margin: 0 calc(3px - 1%); }

.articleCard-list._main .articleCard-item, .articleCard-list._sub .articleCard-item { width: 32%; margin: 0 calc(1% - 3px) 15px; padding: 3px; }

.articleCard-list._main .articleCard-item .articleCard-img, .articleCard-list._sub .articleCard-item .articleCard-img { width: 100%; padding-top: 66.66%; }

.articleCard-list._main .articleCard-item .articleCard-img .articleCard-img_thumbnail, .articleCard-list._sub .articleCard-item .articleCard-img .articleCard-img_thumbnail { width: 100%; height: 100%; }

.articleCard-list._main .articleCard-item .articleCard-content, .articleCard-list._sub .articleCard-item .articleCard-content { padding: 10px 5px 0; display: flex; justify-content: space-between; flex-wrap: wrap; }

.articleCard-list._main .articleCard-item .articleCard-content .articleCard-content_date, .articleCard-list._sub .articleCard-item .articleCard-content .articleCard-content_date { font-size: 1.2rem; margin: 0 5px 0 0; }

.articleCard-list._main .articleCard-item .articleCard-content .articleCard-content_category, .articleCard-list._sub .articleCard-item .articleCard-content .articleCard-content_category { font-size: 1.2rem; }

.articleCard-list._main .articleCard-item .articleCard-content .articleCard-content_title, .articleCard-list._sub .articleCard-item .articleCard-content .articleCard-content_title { flex-basis: 100%; }

.articleCard-list._search .articleCard-item { display: flex; align-items: flex-start; margin: 0 0 10px; padding: 3px; width: 100%; }

.articleCard-list._search .articleCard-item .articleCard-img { width: 80px; height: 80px; padding-top: 0; }

.articleCard-list._search .articleCard-item .articleCard-img .articleCard-img_thumbnail { width: 80px; height: 80px; }

.articleCard-list._search .articleCard-item .articleCard-content { flex: 1; padding: 0 0 0 10px; }

.articleCard-list._search .articleCard-item .articleCard-content .articleCard-content_date { font-size: 1.0rem; }

.articleCard-list._search .articleCard-item .articleCard-content .articleCard-content_category { font-size: 1.0rem; }

.articleCard-list._search .articleCard-item .articleCard-content .articleCard-content_title { font-size: 1.4rem; line-height: 1.4; margin: 5px 0 0; }

.articleCard-list._side .articleCard-item { display: flex; align-items: flex-start; margin: 0 0 10px; padding: 3px; width: 100%; }

.articleCard-list._side .articleCard-item:nth-last-of-type(1) { margin-bottom: 0; }

.articleCard-list._side .articleCard-item .articleCard-img { width: 60px; height: 60px; }

.articleCard-list._side .articleCard-item .articleCard-img .articleCard-img_thumbnail { width: 60px; height: 60px; }

.articleCard-list._side .articleCard-item .articleCard-content { flex: 1; padding: 0 0 0 10px; }

.articleCard-list._side .articleCard-item .articleCard-content .articleCard-content_date { font-size: 1.0rem; }

.articleCard-list._side .articleCard-item .articleCard-content .articleCard-content_category { font-size: 1.0rem; }

.articleCard-list._side .articleCard-item .articleCard-content .articleCard-content_title { font-size: 1.4rem; line-height: 1.4; }

.wp-tag-cloud, .tag-list { position: relative; z-index: 2; }

.wp-tag-cloud li, .tag-list li { display: inline-block; margin: 0 5px; line-height: 1.4; }

.wp-tag-cloud li:before, .tag-list li:before { content: "#"; padding-right: 2px; }

.wp-tag-cloud li:before a, .tag-list li:before a { font-size: 1.3rem; }

.link-list .list-item { padding: 0 0 8px 18px; position: relative; }

.link-list .list-item:nth-last-of-type(1) { padding: 0 0 0 18px; }

.link-list .list-item:before { content: ""; position: absolute; top: 0.5em; left: 5px; background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22arrow%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23111111%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M7.9%2C90L0%2C82.2L32.2%2C50L0%2C17.8L7.9%2C10L44%2C46.1c2.2%2C2.2%2C2.2%2C5.7%2C0%2C7.8l0%2C0L7.9%2C90z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M62.3%2C90l-7.9-7.8L86.5%2C50L54.4%2C17.8l7.9-7.8l36.1%2C36.1c2.2%2C2.2%2C2.2%2C5.7%2C0%2C7.8l0%2C0L62.3%2C90z%22%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat; background-size: cover; width: 8px; height: 8px; }

.link-list .list-item a { display: block; }

.sns-list { display: flex; justify-content: center; flex-wrap: wrap; }

.sns-list .list-item { padding: 0 10px 5px; line-height: 1; }

.sns-list .list-item a { color: #111; font-size: 36px; }

.sns-list .list-item a.icon-ig:hover { color: #b039db; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.sns-list .list-item a.icon-fb:hover { color: #1778f2; }

.sns-list .list-item a.icon-tw:hover { color: #1da1f2; }

.sns-list .list-item a.icon-ln:hover { color: #00b900; }

.sns-list .list-item a.icon-yt:hover { color: #c4302b; }

.btn-wrapper a { color: #111; display: block; width: 100%; padding: 20px; border: #111 solid 1px; border-radius: 2px; text-align: center; position: relative; }

.btn-wrapper a:after { content: ""; background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22arrow%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23111111%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M33%2C100l-9.9-9.8L63.3%2C50L23.1%2C9.8L33%2C0L78%2C45.1c2.7%2C2.7%2C2.7%2C7.1%2C0%2C9.8c0%2C0%2C0%2C0%2C0%2C0L33%2C100z%22%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat; background-size: cover; display: block; width: 18px; height: 18px; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); }

.btn-wrapper a:hover { color: #fff; background: #d13030; border: #d13030 solid 1px; text-decoration: none; }

.btn-wrapper a:hover:after { background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22arrow%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M33%2C100l-9.9-9.8L63.3%2C50L23.1%2C9.8L33%2C0L78%2C45.1c2.7%2C2.7%2C2.7%2C7.1%2C0%2C9.8c0%2C0%2C0%2C0%2C0%2C0L33%2C100z%22%2F%3E%3C%2Fsvg%3E"); }

.btn-wrapper._full { margin: 20px 0 40px; }

.btn-wrapper._side { display: inline-block; }

.btn-wrapper._side a { border: #111 solid 1px; text-indent: -9999px; padding: 0; width: 60px; height: 30px; }

.btn-wrapper._side a:after { background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22arrow%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23111111%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M7.9%2C90L0%2C82.2L32.2%2C50L0%2C17.8L7.9%2C10L44%2C46.1c2.2%2C2.2%2C2.2%2C5.7%2C0%2C7.8l0%2C0L7.9%2C90z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M62.3%2C90l-7.9-7.8L86.5%2C50L54.4%2C17.8l7.9-7.8l36.1%2C36.1c2.2%2C2.2%2C2.2%2C5.7%2C0%2C7.8l0%2C0L62.3%2C90z%22%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat; background-size: cover; right: 50%; transform: translateX(50%) translateY(-50%); width: 12px; height: 12px; }

.btn-wrapper._side a:hover { border: #d13030 solid 1px; }

.btn-wrapper._side a:hover:after { background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22arrow%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M7.9%2C90L0%2C82.2L32.2%2C50L0%2C17.8L7.9%2C10L44%2C46.1c2.2%2C2.2%2C2.2%2C5.7%2C0%2C7.8l0%2C0L7.9%2C90z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M62.3%2C90l-7.9-7.8L86.5%2C50L54.4%2C17.8l7.9-7.8l36.1%2C36.1c2.2%2C2.2%2C2.2%2C5.7%2C0%2C7.8l0%2C0L62.3%2C90z%22%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat; background-size: cover; }

/*------------------
  main
------------------*/
.main { width: 72%; margin: 30px 3% 0 0; }

.main .heading { font-size: 1.8rem; }

.main .page-heading { font-size: 1.8rem; }

.main .article-post .post-header { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 0 5px; }

.main .article-post .post-header .post-header_title { font-size: 2.4rem; font-weight: bold; margin: 0 0 10px; padding: 15px 0 10px; width: 100%; border-top: #111 solid 1px; border-bottom: #999 dotted 1px; }

.main .article-post .post-header .post-header_date { font-size: 1.4rem; margin: 0; }

.main .article-post .post-header .post-header_tag.tag-list .list-item { font-size: 1.4rem; }

.main .article-post .post-img { width: 100%; height: 0; padding-top: 58.82%; position: relative; }

.main .article-post .post-img .post-img_thumbnail { position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; }

.main .article-post .post-content { margin: 50px auto; padding: 0 5%; border-left: #ddd solid 1px; border-right: #ddd solid 1px; }

.main .main-relative .heading-wrapper { margin: 0 0 20px; }

.main .pagination-link { border-top: #111 dotted 1px; padding: 30px 0; display: flex; align-items: center; flex-wrap: wrap; }

.main .pagination-link .link-item { position: relative; margin: 8px 0; padding: 0 20px; width: 50%; border-right: #ddd solid 1px; border-left: #ddd solid 1px; }

.main .pagination-link .link-item._previous { margin-right: -1px; border-left: none; }

.main .pagination-link .link-item._previous a:after { transform: translateY(-50%) rotate(180deg); left: 0; }

.main .pagination-link .link-item._next { text-align: right; border-right: none; }

.main .pagination-link .link-item._next a:after { transform: translateY(-50%); right: 0; }

.main .pagination-link .link-item a:before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

.main .pagination-link .link-item a:after { content: ""; background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22arrow%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23111111%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M33%2C100l-9.9-9.8L63.3%2C50L23.1%2C9.8L33%2C0L78%2C45.1c2.7%2C2.7%2C2.7%2C7.1%2C0%2C9.8c0%2C0%2C0%2C0%2C0%2C0L33%2C100z%22%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat; background-size: cover; display: inline-block; width: 12px; height: 12px; position: absolute; top: 50%; }

.main .pagination { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; margin: 30px 20px; }

.main .pagination .page-numbers { width: 40px; height: 40px; border: #ccc solid 1px; border-radius: 1px; font-size: 1.4rem; margin: 5px; display: flex; justify-content: center; align-items: center; }

.main .pagination .page-numbers.prev:before, .main .pagination .page-numbers.next:before { content: ""; display: block; background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22arrow%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23111111%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M33%2C100l-9.9-9.8L63.3%2C50L23.1%2C9.8L33%2C0L78%2C45.1c2.7%2C2.7%2C2.7%2C7.1%2C0%2C9.8c0%2C0%2C0%2C0%2C0%2C0L33%2C100z%22%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat; background-size: cover; width: 12px; height: 12px; }

.main .pagination .page-numbers.prev { transform: rotate(-180deg); }

.main .pagination .page-numbers:hover { border: #d13030 solid 1px; text-decoration: none; }

.main .pagination .page-numbers.current { background: #d13030; border: transparent solid 1px; color: #fff; }

/*------------------
  side
------------------*/
.side { flex: 1; margin: 30px 0 0; }

.side .side-banner { margin: 0 auto; text-align: center; }

.side .side-banner .banner-list .list-item { margin: 0 0 15px; }

.side .heading-wrapper { margin: 20px 0 15px; padding: 15px 0 0; border-bottom: none; }

.side .side-contact { margin: 20px 0 0; }

.side .side-contact .btn-wrapper { margin: 0; }

/*------------------
 pagetop
------------------*/
.pagetop { position: fixed; right: 20px; bottom: 20px; width: 80px; height: 80px; z-index: 10; margin: 0; }

.pagetop a { background: rgba(0, 0, 0, 0.15); border-radius: 50%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; text-indent: -9999px; }

.pagetop a:hover { background: rgba(209, 48, 48, 0.6); }

.pagetop a:before { content: ""; background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22arrow%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M33%2C100l-9.9-9.8L63.3%2C50L23.1%2C9.8L33%2C0L78%2C45.1c2.7%2C2.7%2C2.7%2C7.1%2C0%2C9.8c0%2C0%2C0%2C0%2C0%2C0L33%2C100z%22%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat; background-size: cover; position: absolute; top: 50%; right: 0; transform: translateY(-50%); display: block; width: 16px; height: 16px; position: absolute; top: 48%; left: 50%; transform: translateX(-50%) translateY(-50%) rotate(-90deg); }

/*------------------
 footer
------------------*/
.footer { margin: 40px 0 0; }

.footer .footerNav { border-top: #111 solid 1px; border-bottom: #111 solid 1px; }

.footer .footerNav .nav-list { max-width: 1200px; margin: 20px auto; display: flex; flex-wrap: wrap; justify-content: center; }

.footer .footerNav .nav-list .menu-item a { padding: 5px 10px; }

.footer .copyright { text-align: center; margin: 0; padding: 10px; background-color: #111; color: #fff; font-size: 1.0rem; line-height: 1; }

.footer .copyright a { color: #fff; }

.footer .copyright a:hover { color: #d13030; }

/* ***************************** wp-style */
/* ***************************** CSS for mixin */
/* Media Query */
/* color */
/* icon */
/*------------------ base ------------------*/
.aligncenter { display: block; margin: 0 auto 1em; padding: 10px 0 0; text-align: center; }

.alignright { float: right; margin: 0 0 1em 20px; display: inline; }

.alignleft { float: left; margin: 0 20px 1em 0; display: inline; }

[id*="attachment_"] { max-width: 100%; }

[class*="wp-image-"], [class*="attachment-"] { height: auto; max-width: 100%; }

.wp-caption-text { font-size: 1.4rem; text-align: center; margin: 5px 5px 0 0 !important; padding: 0; }

.wp-embedded-content { max-width: 100%; clear: both; margin: 20px auto; display: block; }

hr { border-style: none; outline: none !important; height: 10px; border-bottom: #ccc dotted 1px; margin: 0 0 25px; clear: both; }

/*------------------ wp_gallery ------------------*/
.gallery { display: flex; flex-flow: row wrap; justify-content: center; align-items: flex-end; margin-bottom: 10px !important; }

.gallery br { height: 0; display: none; }

.gallery-item { box-sizing: border-box; margin: 0 0.8% 14px; float: none !important; width: inherit !important; margin-top: 0 !important; }

.gallery-item img { max-width: 100%; width: 100%; height: auto; border: none !important; }

.gallery-item img[class*="wp-image-"], .gallery-item img[class*="attachment-"] { padding-top: 0; }

.gallery-item .wp-caption-text { padding-right: 0; }

.gallery-columns-1 .gallery-item { max-width: 100% !important; margin: 0 0 14px !important; }

.gallery-columns-2 .gallery-item { max-width: 47.8% !important; width: 47.8% !important; margin: 0 1.1% 14px !important; }

.gallery-columns-3 .gallery-item { max-width: 31.5% !important; width: 31.5% !important; margin: 0 0.9% 14px !important; }

.gallery-columns-4 .gallery-item { max-width: 23.4% !important; width: 23.4% !important; }

.gallery-columns-5 .gallery-item { max-width: 18.4% !important; width: 18.4% !important; }

.gallery-columns-6 .gallery-item { max-width: 15% !important; width: 15% !important; }

.gallery-columns-7 .gallery-item { max-width: 12.68% !important; width: 12.68% !important; }

.gallery-columns-8 .gallery-item { max-width: 10.9% !important; width: 10.9% !important; }

.gallery-columns-9 .gallery-item { max-width: 9.5% !important; width: 9.5% !important; }

.wp-caption-dd { font-size: 14px; text-align: center; padding-right: 10px; margin: 0; }

/*------------------ initialize_tinymce_styles ------------------*/
._small { font-size: 1.4rem; line-height: 1.4; }

.wrap-box_border { border: #dddddd double 3px; padding: 20px; margin-bottom: 30px; overflow: hidden; }

.wrap-box_border h3:nth-of-type(1), .wrap-box_border h4:nth-of-type(1), .wrap-box_border h5:nth-of-type(1) { margin-top: 10px !important; }

.wrap-box_border p:nth-last-of-type(1) { margin: 0; }

.wrap-box_gray { background: #f6f6f6; padding: 20px; margin-bottom: 30px; overflow: hidden; }

.wrap-box_gray h3:nth-of-type(1), .wrap-box_gray h4:nth-of-type(1), .wrap-box_gray h5:nth-of-type(1) { margin-top: 10px !important; }

.wrap-box_gray p:nth-last-of-type(1) { margin: 0; }

._imgClear { clear: both; height: 0.5em; }

.link-btn { text-align: center; margin: 20px; padding: 0; }

.link-btn a { color: #111; display: block; width: 100%; padding: 20px; border: #111 solid 1px; border-radius: 2px; text-align: center; position: relative; text-decoration: none; }

.link-btn a:after { content: ""; background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22arrow%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23111111%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M33%2C100l-9.9-9.8L63.3%2C50L23.1%2C9.8L33%2C0L78%2C45.1c2.7%2C2.7%2C2.7%2C7.1%2C0%2C9.8c0%2C0%2C0%2C0%2C0%2C0L33%2C100z%22%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat; background-size: cover; display: block; width: 18px; height: 18px; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); }

.link-btn a:hover { color: #fff; background: #d13030; border: #d13030 solid 1px; text-decoration: none; }

.link-btn a:hover:after { background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22arrow%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M33%2C100l-9.9-9.8L63.3%2C50L23.1%2C9.8L33%2C0L78%2C45.1c2.7%2C2.7%2C2.7%2C7.1%2C0%2C9.8c0%2C0%2C0%2C0%2C0%2C0L33%2C100z%22%2F%3E%3C%2Fsvg%3E"); }

/*------------------ post-content ------------------*/
.post-content h2 { font-size: 2.2rem; line-height: 1.4; letter-spacing: 0.05em; position: relative; padding: 25px 0 0; margin: 0 0 30px; }

.post-content h2:before { content: ""; display: block; width: 40px; height: 1px; background: #347db6; position: absolute; top: 0; left: 0; }

.post-content h3 { font-size: 2.0rem; background: #ecf3f6; margin: 40px 0 25px; padding: 10px; text-align: center; line-height: 1.4; }

.post-content h4 { font-size: 1.8rem; line-height: 1.4; position: relative; margin: 30px 0 20px; padding: 0 0 8px 15px; border-bottom: #666 dotted 1px; }

.post-content h4:before { content: ""; display: block; background: #347db6; width: 4px; position: absolute; top: 0; bottom: 0.5em; left: 0; }

.post-content h5 { font-size: 1.6rem; text-indent: -1.4em; margin: 20px 0 10px 1.4em; position: relative; }

.post-content h5:before { content: ""; display: inline-block; background: #347db6; width: 14px; height: 14px; margin: 0 0.5em 0 0; vertical-align: -1px; }

@media screen and (max-width: 768px) { .aligncenter { margin: 0 auto 1em; }
  .alignright { width: auto; max-width: 40%; max-height: 250px; margin: 0 0 0 15px; }
  .alignleft { width: auto; max-width: 40%; max-height: 250px; margin: 0 15px 0 0; }
  .wrap-box_border { padding: 10px; margin-bottom: 20px; }
  .wrap-box_gray { padding: 10px; margin-bottom: 20px; } }
