@charset "UTF-8";
/* line 5, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/lib/_extend.scss */
#h3, .next,
.next-title, .related-head, .page-utility-head, .other-head {
  font-size: 18px;
  font-weight: bold;
}

/* line 6, ../sass/lib/_extend.scss */
#hover-text, .globalnav a:hover, .article-list a:hover .article-list-title, .widget-list a:hover, .widget-list-more a:hover, .information a:hover .information-title, .footernav a:hover, .related a:hover, .next-wrap a:hover .next-title, .prev-wrap a:hover .prev-text, .page-utility-all a:hover, .tag a:hover, .other-list a:hover {
  color: #1caac9;
}

/* line 10, ../sass/lib/_extend.scss */
#hover-image, .to-top a:hover:after, .article-list a:hover .article-list-image,
.article-list a:hover .article-list-meta, .widget-list a:hover .widget-list-image, .ad-wrap a:hover,
.page-ad-wrap a:hover, .information a:hover .information-image,
.information a:hover .information-author, .book-link a:hover, .prev-wrap a:hover .prev-image, .social-button a:hover {
  opacity: 0.7;
}

/* line 1, ../sass/modules/_base.scss */
html {
  background: #f1f1f1;
  font-size: 62.5%;
}

/* line 5, ../sass/modules/_base.scss */
body {
  color: #262626;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  min-width: 1040px;
  outline: 0;
  overflow-wrap: break-word;
}

/* line 14, ../sass/modules/_base.scss */
input[type="text"]:focus {
  outline: 0;
  border: none;
}

/* line 20, ../sass/modules/_base.scss */
.container {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  width: 1000px;
}
/* line 3, ../sass/lib/_mixin.scss */
.container:after {
  display: block;
  clear: both;
  content: '';
}

/* line 32, ../sass/modules/_base.scss */
.header {
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
  border-top: 6px solid #1caac9;
  padding-bottom: 5px;
}

/* line 38, ../sass/modules/_base.scss */
.logo {
  height: 45px;
  width: 147px;
}
/* line 41, ../sass/modules/_base.scss */
.logo a {
  display: block;
}
/* line 44, ../sass/modules/_base.scss */
.header .logo {
  margin: 10px 0;
}

/* line 50, ../sass/modules/_base.scss */
.globalnav-wrap {
  margin-top: 20px;
}

/* line 53, ../sass/modules/_base.scss */
.globalnav,
.search-wrap {
  display: inline-block;
  vertical-align: middle;
}

/* line 59, ../sass/modules/_base.scss */
.search-wrap {
  padding-left: 2px;
}

/* line 64, ../sass/modules/_base.scss */
.globalnav li {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
/* line 68, ../sass/modules/_base.scss */
.globalnav li a {
  color: #262626;
  padding: 0 20px;
  text-decoration: none;
}
/* line 73, ../sass/modules/_base.scss */
.globalnav li + li {
  border-left: 1px solid #262626;
}
/* line 75, ../sass/modules/_base.scss */
.globalnav li + li.piano_menu {
  border: none;
  margin-left: 75px;
}
/* line 78, ../sass/modules/_base.scss */
.globalnav li + li.piano_menu a {
  border: 1px solid #dedede;
  border-radius: 0.5em;
  padding: 1px 7px;
}
/* line 86, ../sass/modules/_base.scss */
.globalnav li.is-current a {
  color: #1caac9;
}

/* line 92, ../sass/modules/_base.scss */
.search {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #dedede;
  padding: 0 10px;
}

/* line 97, ../sass/modules/_base.scss */
.search-input,
.search-submit {
  background-color: transparent;
  border: none;
  font-size: 14px;
}

/* line 103, ../sass/modules/_base.scss */
.search-input {
  width: 110px;
}

/* line 106, ../sass/modules/_base.scss */
.search-submit {
  background: url(../images/buttons/search.png) no-repeat 0 0;
  cursor: pointer;
  height: 18px;
  margin: 5px;
  padding: 0;
  text-indent: -9999px;
  width: 18px;
}

/* line 120, ../sass/modules/_base.scss */
.secondary-content {
  float: right;
  width: 320px;
}
/* line 124, ../sass/modules/_base.scss */
.secondary-content > *:first-child {
  margin-top: 0;
}

/* line 131, ../sass/modules/_base.scss */
.ad-wrap {
  margin-top: 20px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
/* line 136, ../sass/modules/_base.scss */
.secondary-content .ad-wrap {
  background: #ffffff;
  padding: 10px;
}

/* line 141, ../sass/modules/_base.scss */
.ad {
  width: 300px;
}
/* line 143, ../sass/modules/_base.scss */
.ad img {
  height: auto;
  width: 100%;
}

/* line 150, ../sass/modules/_base.scss */
.widget {
  background: #ffffff;
  margin-top: 20px;
  padding: 20px;
}

/* line 155, ../sass/modules/_base.scss */
.widget-title {
  font-size: 14px;
  text-align: center;
  margin: 10px 0 30px;
}
/* line 159, ../sass/modules/_base.scss */
.widget-title:before {
  content: "";
  display: block;
  height: 25px;
  margin-bottom: 5px;
  width: 100%;
}

/* line 168, ../sass/modules/_base.scss */
.widget-list li {
  border-top: 1px solid #b5b5b5;
  padding: 13px 0;
  position: relative;
}
/* line 172, ../sass/modules/_base.scss */
.widget-list li:first-child {
  border-top: none;
  padding-top: 0;
}
/* line 176, ../sass/modules/_base.scss */
.widget-list li:last-child {
  padding-bottom: 0;
}
/* line 179, ../sass/modules/_base.scss */
.widget-list li a {
  color: #262626;
  display: table;
  text-decoration: none;
}

/* line 186, ../sass/modules/_base.scss */
.widget-list-image,
.widget-list-title {
  display: table-cell;
  vertical-align: top;
}

/* line 191, ../sass/modules/_base.scss */
.widget-list-image {
  width: 100px;
}
/* line 193, ../sass/modules/_base.scss */
.widget-list-image img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

/* line 199, ../sass/modules/_base.scss */
.widget-list-title {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 10px;
  word-break: break-all;
}

/* line 206, ../sass/modules/_base.scss */
.widget-list-more {
  border-top: 1px solid #b5b5b5;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  padding: 20px 0;
  text-align: center;
}
/* line 214, ../sass/modules/_base.scss */
.widget-list-more a {
  background: #262626;
  color: #ffffff;
  display: block;
  padding: 15px;
  text-decoration: none;
}

/* line 226, ../sass/modules/_base.scss */
.special-wrap .widget-title:before {
  background: url("../images/others/special-head.png") no-repeat center center;
}

/* line 235, ../sass/modules/_base.scss */
.news-wrap .widget-title:before {
  background: url("../images/others/new-head.png") no-repeat center center;
}

/* line 244, ../sass/modules/_base.scss */
.news-information-wrap .widget-title:before {
  background: url("../images/others/information-head.png") no-repeat center center;
}

/* line 253, ../sass/modules/_base.scss */
.ranking-wrap .widget-title:before {
  background: url("../images/others/ranking-head.png") no-repeat center center;
}
/* line 259, ../sass/modules/_base.scss */
.ranking-wrap .widget-list li:first-child {
  border-top: none;
}
/* line 261, ../sass/modules/_base.scss */
.ranking-wrap .widget-list li:first-child a {
  display: block;
}
/* line 264, ../sass/modules/_base.scss */
.ranking-wrap .widget-list li:first-child .widget-list-image,
.ranking-wrap .widget-list li:first-child .widget-list-title {
  display: block;
}
/* line 268, ../sass/modules/_base.scss */
.ranking-wrap .widget-list li:first-child .widget-list-image {
  width: 100%;
}
/* line 271, ../sass/modules/_base.scss */
.ranking-wrap .widget-list li:first-child .widget-list-title {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 13px;
  padding: 0;
}
/* line 281, ../sass/modules/_base.scss */
.ranking-wrap .widget-list li:before {
  content: "";
  display: block;
  height: 23px;
  position: absolute;
  left: 0;
  top: 13px;
  width: 23px;
  z-index: 10;
}
/* line 291, ../sass/modules/_base.scss */
.ranking-wrap .widget-list li:nth-of-type(1):before {
  background: url("../images/icons/icons.png") no-repeat 0 -60px;
  top: 0;
}
/* line 295, ../sass/modules/_base.scss */
.ranking-wrap .widget-list li:nth-of-type(2):before {
  background: url("../images/icons/icons.png") no-repeat 0 -90px;
}
/* line 298, ../sass/modules/_base.scss */
.ranking-wrap .widget-list li:nth-of-type(3):before {
  background: url("../images/icons/icons.png") no-repeat 0 -120px;
}
/* line 301, ../sass/modules/_base.scss */
.ranking-wrap .widget-list li:nth-of-type(4):before {
  background: url("../images/icons/icons.png") no-repeat 0 -150px;
}
/* line 304, ../sass/modules/_base.scss */
.ranking-wrap .widget-list li:nth-of-type(5):before {
  background: url("../images/icons/icons.png") no-repeat 0 -180px;
}

/* line 313, ../sass/modules/_base.scss */
.information-wrap {
  background: #ffffff;
  font-size: 0;
  margin-top: 80px;
  padding: 60px 0 80px;
}
/* line 318, ../sass/modules/_base.scss */
.page .information-wrap {
  margin-top: 30px;
}

/* line 322, ../sass/modules/_base.scss */
.information-head {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/* line 327, ../sass/modules/_base.scss */
.information {
  display: inline-block;
  margin-right: 20px;
  margin-top: 40px;
  position: relative;
  width: 320px;
}
/* line 333, ../sass/modules/_base.scss */
.information:nth-of-type(3n) {
  margin-right: 0;
}
/* line 336, ../sass/modules/_base.scss */
.information:nth-child(n+4) {
  margin-top: 40px;
}
/* line 339, ../sass/modules/_base.scss */
.information a {
  color: #353535;
  display: table;
  text-decoration: none;
  width: 100%;
}

/* line 346, ../sass/modules/_base.scss */
.information-image,
.information-text {
  display: table-cell;
  vertical-align: top;
}

/* line 351, ../sass/modules/_base.scss */
.information-image {
  width: 120px;
}
/* line 353, ../sass/modules/_base.scss */
.information-image img {
  height: auto;
  width: 100%;
}

/* line 358, ../sass/modules/_base.scss */
.information-text {
  padding-left: 20px;
}

/* line 361, ../sass/modules/_base.scss */
.information-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  word-break: break-all;
}

/* line 367, ../sass/modules/_base.scss */
.information-author {
  font-size: 13px;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 377, ../sass/modules/_base.scss */
.footer {
  padding: 50px 0 30px;
}

/* line 380, ../sass/modules/_base.scss */
.footernav-wrap {
  margin-top: 20px;
}

/* line 383, ../sass/modules/_base.scss */
.footernav {
  font-size: 0;
  margin-top: 20px;
}
/* line 386, ../sass/modules/_base.scss */
.footernav li {
  display: inline-block;
  font-size: 13px;
}
/* line 389, ../sass/modules/_base.scss */
.footernav li a {
  color: #262626;
  text-decoration: none;
}
/* line 393, ../sass/modules/_base.scss */
.footernav li + li {
  border-left: 1px solid #262626;
  margin-left: 15px;
  padding-left: 15px;
}
/* line 399, ../sass/modules/_base.scss */
.footernav + .footernav {
  margin-top: 15px;
}

/* line 405, ../sass/modules/_base.scss */
.copyright {
  color: #969696;
  display: block;
  font-size: 12px;
  margin-top: 50px;
}

/* line 415, ../sass/modules/_base.scss */
.fixed-share-wrap {
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: fixed;
  right: 0;
  top: 280px;
}

/* line 423, ../sass/modules/_base.scss */
.fixed-share-button a {
  display: block;
  line-height: 0;
  padding: 15px;
  text-indent: -9999px;
}
/* line 428, ../sass/modules/_base.scss */
.fixed-share-button a:after {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
}

/* line 437, ../sass/modules/_base.scss */
.fixed-messanger a:after {
  background: url("../images/icons/icons.png") no-repeat 0 -300px;
}
/* line 441, ../sass/modules/_base.scss */
.fixed-messanger a:hover:after {
  background-position: right -300px;
}

/* line 447, ../sass/modules/_base.scss */
.fixed-twitter a:after {
  background: url("../images/icons/icons.png") no-repeat 0 -330px;
}
/* line 451, ../sass/modules/_base.scss */
.fixed-twitter a:hover:after {
  background-position: right -330px;
}

/* line 457, ../sass/modules/_base.scss */
.fixed-facebook a:after {
  background: url("../images/icons/icons.png") no-repeat 0 -360px;
}
/* line 461, ../sass/modules/_base.scss */
.fixed-facebook a:hover:after {
  background-position: right -360px;
}

/* line 467, ../sass/modules/_base.scss */
.fixed-line a:after {
  background: url("../images/icons/icons.png") no-repeat 0 -390px;
}
/* line 471, ../sass/modules/_base.scss */
.fixed-line a:hover:after {
  background-position: right -390px;
}

/* line 477, ../sass/modules/_base.scss */
.fixed-instagram a:after {
  background: url("../images/icons/icons.png") no-repeat 1px -480px;
}
/* line 481, ../sass/modules/_base.scss */
.fixed-instagram a:hover:after {
  background-position: right -480px;
}

/* line 490, ../sass/modules/_base.scss */
.to-top {
  cursor: pointer;
  height: 60px;
  position: absolute;
  top: -80px;
  right: 0;
  width: 60px;
}
/* line 497, ../sass/modules/_base.scss */
.to-top a {
  display: block;
  line-height: 0;
  text-indent: -9999px;
}
/* line 501, ../sass/modules/_base.scss */
.to-top a:after {
  background: url("../images/icons/icons.png") no-repeat 0 -420px;
  content: "";
  display: block;
  height: 60px;
  width: 60px;
}
/* line 514, ../sass/modules/_base.scss */
.to-top.is-active {
  opacity: 0.7;
  margin-left: 460px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  right: inherit;
  top: inherit;
}

/* line 2, ../sass/modules/_form.scss */
.wpcf7-form input, .wpcf7-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 6px;
  box-sizing: border-box;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* line 9, ../sass/modules/_form.scss */
.wpcf7-form input:focus, .wpcf7-form textarea:focus {
  border: 1px solid #ccc;
}
/* line 12, ../sass/modules/_form.scss */
.wpcf7-form input[type="submit"], .wpcf7-form textarea[type="submit"] {
  width: 40%;
  background: #262626;
  color: #ffffff;
  border-radius: 0;
  margin: 0 auto;
  display: block;
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
}
/* line 22, ../sass/modules/_form.scss */
.wpcf7-form input[type="submit"]:hover, .wpcf7-form textarea[type="submit"]:hover {
  opacity: 0.7;
}
/* line 27, ../sass/modules/_form.scss */
.wpcf7-form iframe {
  max-height: 100px;
}

/* line 4, ../sass/modules/_contents.scss */
.main {
  margin-top: 20px;
}
/* line 6, ../sass/modules/_contents.scss */
.home .main {
  overflow-x: hidden;
}

/* line 11, ../sass/modules/_contents.scss */
.primary-content {
  background: #ffffff;
  box-sizing: border-box;
  padding: 30px 30px 60px;
  width: 660px;
}
/* line 16, ../sass/modules/_contents.scss */
.home .primary-content, .archive .primary-content {
  background: transparent;
  padding: 0;
}

/* line 26, ../sass/modules/_contents.scss */
.breadcrumb {
  font-size: 0;
}
/* line 28, ../sass/modules/_contents.scss */
.breadcrumb li {
  display: inline;
  font-size: 12px;
  vertical-align: baseline;
}
/* line 32, ../sass/modules/_contents.scss */
.breadcrumb li:before {
  content: ">";
  padding: 0 2px;
  vertical-align: baseline;
}
/* line 37, ../sass/modules/_contents.scss */
.breadcrumb li:first-child:before {
  display: none;
}
/* line 41, ../sass/modules/_contents.scss */
.breadcrumb a {
  color: #515151;
  text-decoration: none;
}

/* line 49, ../sass/modules/_contents.scss */
.page-title {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 30px;
}

/* line 59, ../sass/modules/_contents.scss */
.article-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 62, ../sass/modules/_contents.scss */
.article-wrap .secondary-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}
/* line 67, ../sass/modules/_contents.scss */
.article-wrap .primary-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/* line 74, ../sass/modules/_contents.scss */
.home .article-wrap .secondary-content .ranking-wrap, .archive .article-wrap .secondary-content .ranking-wrap {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  min-height: 0%;
}
/* line 81, ../sass/modules/_contents.scss */
.home .article-wrap .primary-content .article-list-wrap, .archive .article-wrap .primary-content .article-list-wrap {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
/* line 84, ../sass/modules/_contents.scss */
.home .article-wrap .primary-content .article-list-wrap:after, .archive .article-wrap .primary-content .article-list-wrap:after {
  display: none;
}

/* line 91, ../sass/modules/_contents.scss */
.article-list-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 95, ../sass/modules/_contents.scss */
.article-list-wrap:after {
  content: "";
  display: block;
  width: 320px;
}

/* line 101, ../sass/modules/_contents.scss */
.article-list {
  background: #ffffff;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  vertical-align: top;
  width: 320px;
  max-height: 300px;
}
/* line 102, ../sass/modules/_contents.scss */
.article-list.col02 {
  width: 320px;
}
/* line 112, ../sass/modules/_contents.scss */
.article-list a {
  color: #262626;
  display: block;
  padding: 15px;
  text-decoration: none;
}
/* line 117, ../sass/modules/_contents.scss */
.article-list a img {
  height: auto;
  width: 100%;
}
/* line 122, ../sass/modules/_contents.scss */
.article-list.series-article-list {
  max-height: 310px;
}

/* line 126, ../sass/modules/_contents.scss */
.article-list-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
  word-break: break-all;
}

/* line 137, ../sass/modules/_contents.scss */
.article-list.is-new:before {
  background: url("../images/icons/icons.png") no-repeat 0 0;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  z-index: 10;
}

/* line 153, ../sass/modules/_contents.scss */
.article-list.is-special {
  background: #cee9ef;
}
/* line 155, ../sass/modules/_contents.scss */
.article-list.is-special:before {
  background: url("../images/icons/icons.png") no-repeat 0 -30px;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  z-index: 10;
}

/* line 171, ../sass/modules/_contents.scss */
.article-list .ad {
  width: auto;
}

/* line 177, ../sass/modules/_contents.scss */
.article-column-wrap {
  background: url("../images/others/article-list-bg.jpg") no-repeat center center;
  margin-top: 20px;
  padding-bottom: 20px;
}
/* line 181, ../sass/modules/_contents.scss */
.article-column-wrap .article-list {
  max-height: none;
}

/* line 188, ../sass/modules/_contents.scss */
.article-list .meta-wrap {
  margin-top: 10px;
  text-align: right;
}
/* line 192, ../sass/modules/_contents.scss */
.article-list .date,
.article-list .category,
.article-list .sponsored {
  border: none;
  font-style: italic;
  margin-left: 10px;
  padding-left: 0;
}
/* line 200, ../sass/modules/_contents.scss */
.article-list .date,
.article-list .category {
  color: #a0a0a0;
  font-size: 11px;
}
/* line 205, ../sass/modules/_contents.scss */
.article-list .sponsored {
  font-size: 12px;
}
/* line 208, ../sass/modules/_contents.scss */
.article-list .author-wrap {
  margin-top: 10px;
}
/* line 211, ../sass/modules/_contents.scss */
.article-list .author-image {
  width: 36px;
}
/* line 213, ../sass/modules/_contents.scss */
.article-list .author-image:before {
  content: url("../images/others/author-cover-archive.png");
}
/* line 217, ../sass/modules/_contents.scss */
.article-list .author-name {
  color: #353535;
  font-size: 13px;
}

/* line 226, ../sass/modules/_contents.scss */
.pager-wrap {
  margin-top: 30px;
}

/* line 229, ../sass/modules/_contents.scss */
.pager {
  font-size: 0;
  text-align: center;
}

/* line 233, ../sass/modules/_contents.scss */
.pager-item {
  color: #262626;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
/* line 238, ../sass/modules/_contents.scss */
.pager-item a {
  display: inline-block;
  color: #262626;
  text-decoration: none;
  padding: 10px 15px 6px;
  border-bottom: 4px solid #cacaca;
}
/* line 245, ../sass/modules/_contents.scss */
.pager-item.is-current {
  padding: 10px 15px 6px;
  border-bottom: 4px solid #1caac9;
}
/* line 249, ../sass/modules/_contents.scss */
.pager-item + .pager-item {
  margin-left: 30px;
}

/* line 258, ../sass/modules/_contents.scss */
.page .primary-content {
  float: left;
}

/* line 262, ../sass/modules/_contents.scss */
#sticky {
  width: 320px;
}

/* line 267, ../sass/modules/_contents.scss */
#sticky01 > *:first-child {
  margin-top: 0;
}

/* line 277, ../sass/modules/_contents.scss */
.home .ranking-wrap {
  margin-top: 15px;
}

/* line 283, ../sass/modules/_contents.scss */
.main-visual .article-list {
  margin-top: 0;
  width: 100%;
  max-height: none;
}
/* line 287, ../sass/modules/_contents.scss */
.main-visual .article-list a {
  padding: 0;
}
/* line 291, ../sass/modules/_contents.scss */
.main-visual .article-list-title {
  background: rgba(21, 21, 21, 0.85);
  color: #ffffff;
  font-size: 24px;
  padding: 20px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 307, ../sass/modules/_contents.scss */
.date,
.category,
.sponsored {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}

/* line 314, ../sass/modules/_contents.scss */
.date,
.category {
  color: #8a8a8a;
  font-weight: bold;
}

/* line 319, ../sass/modules/_contents.scss */
.category,
.sponsored {
  border-left: 1px solid #8a8a8a;
  margin-left: 10px;
  padding-left: 10px;
}

/* line 325, ../sass/modules/_contents.scss */
.date {
  font-style: italic;
}

/* line 328, ../sass/modules/_contents.scss */
.sponsored {
  color: #9d9d9d;
}

/* line 331, ../sass/modules/_contents.scss */
.category a {
  text-decoration: none;
  color: #1172b0;
}
/* line 334, ../sass/modules/_contents.scss */
.category a:hover {
  color: #1caac9;
}

/* line 338, ../sass/modules/_contents.scss */
.meta-wrap {
  margin-top: 30px;
  position: relative;
}
/* line 341, ../sass/modules/_contents.scss */
.meta-wrap.post-header {
  min-height: 50px;
}

/* line 345, ../sass/modules/_contents.scss */
.meta {
  position: absolute;
  right: 0;
  top: 18px;
}

/* line 352, ../sass/modules/_contents.scss */
.author {
  display: inline-block;
}
/* line 354, ../sass/modules/_contents.scss */
.author a {
  text-decoration: none;
  color: #1172b0;
}
/* line 357, ../sass/modules/_contents.scss */
.author a:hover {
  color: #1caac9;
}
/* line 359, ../sass/modules/_contents.scss */
.author a:hover img {
  opacity: 0.7;
}

/* line 365, ../sass/modules/_contents.scss */
.author-image,
.author-name {
  display: inline-block;
  vertical-align: middle;
}

/* line 370, ../sass/modules/_contents.scss */
.author-image {
  width: 50px;
  position: relative;
  z-index: 1;
}
/* line 374, ../sass/modules/_contents.scss */
.author-image:before {
  display: block;
  content: url("../images/others/author-cover.png");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
/* line 382, ../sass/modules/_contents.scss */
.author-image img {
  height: auto;
  width: 100%;
}

/* line 387, ../sass/modules/_contents.scss */
.author-name {
  font-size: 15px;
  font-weight: bold;
  margin-left: 10px;
}

/* line 392, ../sass/modules/_contents.scss */
.author-announce-wrap {
  margin-top: 30px;
}
/* line 394, ../sass/modules/_contents.scss */
.author-announce-wrap p {
  font-size: 14px;
  line-height: 1.8;
}
/* line 398, ../sass/modules/_contents.scss */
.author-announce-wrap a {
  color: #1caac9;
  text-decoration: none;
}
/* line 401, ../sass/modules/_contents.scss */
.author-announce-wrap a:hover {
  color: #1caac9;
  text-decoration: underline;
}

/* line 409, ../sass/modules/_contents.scss */
.column-category {
  color: #353535;
  display: block;
  font-size: 13px;
  text-align: left;
}

/* line 417, ../sass/modules/_contents.scss */
.profile-wrap {
  margin-top: 50px;
}

/* line 420, ../sass/modules/_contents.scss */
.author-profile {
  margin-top: 10px;
}
/* line 422, ../sass/modules/_contents.scss */
.author-profile p {
  font-size: 14px;
  line-height: 1.8;
}
/* line 426, ../sass/modules/_contents.scss */
.author-profile a {
  color: #1caac9;
  text-decoration: none;
}
/* line 429, ../sass/modules/_contents.scss */
.author-profile a:hover {
  color: #1caac9;
  text-decoration: underline;
}

/* line 439, ../sass/modules/_contents.scss */
.next-wrap {
  background: #f1f1f1;
  font-size: 0;
  margin-top: 60px;
}
/* line 443, ../sass/modules/_contents.scss */
.next-wrap a {
  color: #262626;
  display: table;
  padding: 20px;
  text-decoration: none;
  line-height: 1.4;
}

/* line 451, ../sass/modules/_contents.scss */
.next,
.next-title {
  display: table-cell;
  vertical-align: baseline;
}

/* line 457, ../sass/modules/_contents.scss */
.next {
  width: 8em;
}
/* line 459, ../sass/modules/_contents.scss */
.next:after {
  background: url("../images/icons/icons.png") no-repeat 0 -210px;
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 20px;
  vertical-align: baseline;
  width: 7px;
}

/* line 473, ../sass/modules/_contents.scss */
.related-wrap {
  border-bottom: 2px solid #262626;
  border-top: 2px solid #262626;
  margin-top: 15px;
  padding: 20px 0;
}

/* line 482, ../sass/modules/_contents.scss */
.related {
  margin-top: 20px;
}
/* line 485, ../sass/modules/_contents.scss */
.related li a:before {
  border: 5px solid transparent;
  border-left-color: #1172b0;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
}
/* line 493, ../sass/modules/_contents.scss */
.related li + li {
  margin-top: 10px;
}
/* line 497, ../sass/modules/_contents.scss */
.related a {
  color: #1172b0;
  text-decoration: none;
}

/* line 506, ../sass/modules/_contents.scss */
.book-wrap {
  font-size: 0;
  margin-top: 20px;
}

/* line 510, ../sass/modules/_contents.scss */
.book-image,
.book-text {
  display: inline-block;
  font-size: inherit;
  vertical-align: top;
}

/* line 516, ../sass/modules/_contents.scss */
.book-image {
  height: 160px;
  margin-right: 20px;
  text-align: center;
  width: 160px;
}
/* line 521, ../sass/modules/_contents.scss */
.book-image img {
  height: 160px;
  width: auto;
}

/* line 526, ../sass/modules/_contents.scss */
.book-text {
  width: 420px;
}

/* line 529, ../sass/modules/_contents.scss */
.book-title {
  font-size: 16px;
  font-weight: bold;
}

/* line 533, ../sass/modules/_contents.scss */
.book-description {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
}

/* line 538, ../sass/modules/_contents.scss */
.book-link {
  margin-top: 10px;
}

/* line 545, ../sass/modules/_contents.scss */
.page-utility-wrap {
  background: #f1f1f1;
  margin-top: 30px;
  padding: 30px;
}

/* line 554, ../sass/modules/_contents.scss */
.prev-wrap {
  margin-top: 20px;
}
/* line 556, ../sass/modules/_contents.scss */
.prev-wrap a {
  color: #262626;
  display: table;
  text-decoration: none;
  width: 100%;
}

/* line 563, ../sass/modules/_contents.scss */
.prev-image,
.prev-text {
  display: table-cell;
  vertical-align: top;
}

/* line 568, ../sass/modules/_contents.scss */
.prev-image {
  width: 90px;
}
/* line 570, ../sass/modules/_contents.scss */
.prev-image img {
  height: auto;
  width: 100%;
}

/* line 575, ../sass/modules/_contents.scss */
.prev-text {
  padding-left: 15px;
  position: relative;
}

/* line 579, ../sass/modules/_contents.scss */
.prev-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  word-break: break-all;
}

/* line 585, ../sass/modules/_contents.scss */
.prev-date {
  color: #3a3a3a;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 15px;
}

/* line 593, ../sass/modules/_contents.scss */
.page-utility {
  font-size: 0;
  margin-top: 30px;
}
/* line 596, ../sass/modules/_contents.scss */
.page-attachment .page-utility {
  margin-top: 0;
}

/* line 600, ../sass/modules/_contents.scss */
.page-utility-last,
.page-utility-prev,
.page-utility-current,
.page-utility-next {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 173.33333px;
}
/* line 609, ../sass/modules/_contents.scss */
.page-utility-last a,
.page-utility-prev a,
.page-utility-current a,
.page-utility-next a {
  background: #d3d3d3;
  color: #262626;
  display: block;
  padding: 15px;
  position: relative;
  text-decoration: none;
}
/* line 616, ../sass/modules/_contents.scss */
.page-utility-last a:before,
.page-utility-prev a:before,
.page-utility-current a:before,
.page-utility-next a:before {
  content: "";
  display: inline-block;
}

/* line 622, ../sass/modules/_contents.scss */
.page-utility-last,
.page-utility-current,
.page-utility-prev {
  margin-right: 10px;
}

/* line 628, ../sass/modules/_contents.scss */
.page-utility-last a:before {
  background: url("../images/icons/icons.png") no-repeat 0 -270px;
  height: 12px;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 15px;
}

/* line 638, ../sass/modules/_contents.scss */
.page-utility-prev a:before {
  background: url("../images/icons/icons.png") no-repeat 0 -240px;
  height: 12px;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 7px;
}

/* line 648, ../sass/modules/_contents.scss */
.page-utility-next a:before {
  background: url("../images/icons/icons.png") no-repeat 0 -210px;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 7px;
}

/* line 657, ../sass/modules/_contents.scss */
.page-utility-all {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
/* line 664, ../sass/modules/_contents.scss */
.page-utility-all a {
  color: #262626;
  text-decoration: none;
}

/* line 673, ../sass/modules/_contents.scss */
.tag-wrap {
  margin-top: 20px;
}

/* line 676, ../sass/modules/_contents.scss */
.tag-head {
  font-size: 15px;
  font-weight: bold;
}

/* line 680, ../sass/modules/_contents.scss */
.tags {
  font-size: 0;
  margin-top: 15px;
  margin-left: -30px;
}

/* line 685, ../sass/modules/_contents.scss */
.tag {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  margin-left: 30px;
}
/* line 690, ../sass/modules/_contents.scss */
.tag a {
  color: #262626;
  text-decoration: none;
}

/* line 701, ../sass/modules/_contents.scss */
.share-wrap {
  margin-top: 40px;
}
/* line 703, ../sass/modules/_contents.scss */
.share-wrap iframe {
  vertical-align: top;
}

/* line 709, ../sass/modules/_contents.scss */
.social-wrap {
  font-size: 0;
  margin-top: 40px;
}

/* line 713, ../sass/modules/_contents.scss */
.social-button {
  display: inline-block;
  font-size: inherit;
  margin-right: 30px;
  width: 285px;
}
/* line 718, ../sass/modules/_contents.scss */
.social-button:nth-child(2n) {
  margin-right: 0;
}

/* line 726, ../sass/modules/_contents.scss */
.page-ad-wrap {
  font-size: 0;
  margin: 40px -5px 30px;
}
/* line 730, ../sass/modules/_contents.scss */
.page-ad-wrap .ad {
  display: inline-block;
  font-size: inherit;
}
/* line 733, ../sass/modules/_contents.scss */
.page-ad-wrap .ad + .ad {
  margin-left: 10px;
}

/* line 742, ../sass/modules/_contents.scss */
.recommend-list-wrap {
  margin-top: 50px;
}

/* line 745, ../sass/modules/_contents.scss */
.recommend-list-head {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

/* line 750, ../sass/modules/_contents.scss */
.recommend-list {
  font-size: 0;
  margin-top: 40px;
}
/* line 753, ../sass/modules/_contents.scss */
.recommend-list .article-list {
  height: auto;
  margin-top: 20px;
  width: 180px;
}
/* line 757, ../sass/modules/_contents.scss */
.recommend-list .article-list:nth-child(-n+3) {
  margin-top: 0;
}
/* line 760, ../sass/modules/_contents.scss */
.recommend-list .article-list:nth-child(3n) {
  margin-right: 0;
}
/* line 763, ../sass/modules/_contents.scss */
.recommend-list .article-list a {
  padding: 0;
}
/* line 766, ../sass/modules/_contents.scss */
.recommend-list .article-list .meta-wrap {
  margin: 0;
  padding: 0;
  position: relative;
  bottom: 0;
  width: 100%;
}
/* line 773, ../sass/modules/_contents.scss */
.recommend-list .article-list .sponsored {
  font-style: normal;
}
/* line 777, ../sass/modules/_contents.scss */
.recommend-list .article-list-title {
  font-size: 14px;
}

/* line 784, ../sass/modules/_contents.scss */
.other-wrap {
  background: #eaf7fa;
  margin-top: 30px;
  padding: 30px;
}
/* line 788, ../sass/modules/_contents.scss */
.other-wrap + .page-ad-wrap {
  margin-top: 30px;
  margin-bottom: 0;
}

/* line 796, ../sass/modules/_contents.scss */
.other-list {
  margin-top: 20px;
}
/* line 798, ../sass/modules/_contents.scss */
.other-list li {
  font-size: 14px;
  line-height: 1.5;
  text-indent: -1em;
}
/* line 802, ../sass/modules/_contents.scss */
.other-list li + li {
  margin-top: 5px;
}
/* line 806, ../sass/modules/_contents.scss */
.other-list a {
  color: #262626;
  text-decoration: none;
}
/* line 809, ../sass/modules/_contents.scss */
.other-list a:before {
  content: "・";
}

/* line 818, ../sass/modules/_contents.scss */
.archive-summary-wrap {
  background: #ffffff;
  padding: 15px;
  position: relative;
  overflow: hidden;
}
/* line 823, ../sass/modules/_contents.scss */
.archive-summary-wrap .breadcrumb {
  padding: 15px 0;
  position: relative;
  z-index: 5;
}

/* line 829, ../sass/modules/_contents.scss */
.breadcrumb-box3 {
  height: 100%;
  width: 22px;
  background: #1CAAC9;
  position: absolute;
  top: 0px;
  right: 3px;
  z-index: 4;
}

/* line 839, ../sass/modules/_contents.scss */
.breadcrumb-box2 {
  height: 100%;
  width: 17px;
  background: #1CAAC9;
  position: absolute;
  top: 0px;
  right: 28px;
  z-index: 4;
}

/* line 849, ../sass/modules/_contents.scss */
.breadcrumb-box1 {
  height: 100%;
  width: 12px;
  background: #1CAAC9;
  position: absolute;
  top: 0px;
  right: 48px;
  z-index: 4;
}

/* line 872, ../sass/modules/_contents.scss */
.archive-summary {
  display: table;
  width: 100%;
  position: relative;
  z-index: 5;
}

/* line 878, ../sass/modules/_contents.scss */
.archive-summary-image,
.archive-summary-title-wrap {
  display: table-cell;
  vertical-align: middle;
}

/* line 883, ../sass/modules/_contents.scss */
.archive-summary-image {
  width: 103px;
}
/* line 885, ../sass/modules/_contents.scss */
.archive-summary-image img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

/* line 891, ../sass/modules/_contents.scss */
.archive-summary-title-wrap {
  padding: 0 20px;
}

/* line 894, ../sass/modules/_contents.scss */
.archive-summary-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}

/* line 900, ../sass/modules/_contents.scss */
.archive-summary-description {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}
/* line 904, ../sass/modules/_contents.scss */
.archive-summary-description a {
  color: #1caac9;
  text-decoration: none;
}
/* line 907, ../sass/modules/_contents.scss */
.archive-summary-description a:hover {
  color: #1caac9;
  text-decoration: underline;
}

/* line 917, ../sass/modules/_contents.scss */
.search-title-wrap {
  background: #ffffff;
  padding: 15px;
}
/* line 920, ../sass/modules/_contents.scss */
.search-title-wrap .breadcrumb {
  padding: 15px;
}

/* line 924, ../sass/modules/_contents.scss */
.search-title {
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
}

/* line 929, ../sass/modules/_contents.scss */
.search-word {
  font-size: 26px;
}

/* line 938, ../sass/modules/_contents.scss */
.entry-wrap {
  margin-top: 30px;
}
/* line 940, ../sass/modules/_contents.scss */
.entry-wrap img {
  height: auto;
}

/*記事一覧アーカイブ　202306 START*/
/* line 946, ../sass/modules/_contents.scss */
.page-lists {
  padding-top: 32px !important;
  padding-left: 16px !important;
}

/* line 947, ../sass/modules/_contents.scss */
.page-lists a {
  color: #262626 !important;
  line-height: 1.4;
}

/* line 948, ../sass/modules/_contents.scss */
.page-lists h1 {
  font-size: 20px;
  margin: 32px 8px 32px 8px;
}

/* line 949, ../sass/modules/_contents.scss */
.monthly-list {
  margin: 8px 8px 32px 32px;
  display: flex !important;
  flex-wrap: wrap;
}

/* line 951, ../sass/modules/_contents.scss */
.monthly-list li {
  margin-bottom: 24px;
  width: 150px;
}

/* line 953, ../sass/modules/_contents.scss */
.day-list {
  margin: 8px 8px 32px 16px;
}

/* line 954, ../sass/modules/_contents.scss */
.day-list li {
  margin-bottom: 8px;
  display: flex;
  list-style-type: none;
  padding: 8px;
}

/* line 958, ../sass/modules/_contents.scss */
.day-list li::before {
  position: relative;
  top: 4px;
  left: -8px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 100%;
  background: #262626;
  flex-shrink: 0;
}

/*記事一覧アーカイブ　202306 END*/
/* line 12, ../sass/style.scss */
.entry-wrap {
  /*202306START*/
  /*202306END*/
}
/* line 4, ../sass/modules/_editor.scss */
.entry-wrap * {
  color: #262626;
  font-size: 16px;
  line-height: 1.5;
  max-width: 100%;
  word-wrap: break-word;
  word-break: break-all;
}
/* line 12, ../sass/modules/_editor.scss */
.entry-wrap *:first-child {
  margin-top: 0;
}
/* line 17, ../sass/modules/_editor.scss */
.entry-wrap iframe {
  display: block;
  margin: 0 auto;
}
/* line 22, ../sass/modules/_editor.scss */
.entry-wrap strong {
  font-size: inherit;
  font-weight: bold;
}
/* line 27, ../sass/modules/_editor.scss */
.entry-wrap a {
  color: #1caac9;
  font-size: inherit;
  text-decoration: none;
}
/* line 31, ../sass/modules/_editor.scss */
.entry-wrap a:hover {
  color: #1caac9;
  text-decoration: underline;
}
/* line 37, ../sass/modules/_editor.scss */
.entry-wrap p {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 30px;
  text-align: justify;
}
/* line 44, ../sass/modules/_editor.scss */
.entry-wrap h2 {
  border-bottom: 4px solid #424242;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin: 50px 0 30px;
  padding-bottom: 5px;
  position: relative;
}
/* line 52, ../sass/modules/_editor.scss */
.entry-wrap h2:before {
  background: #1caac9;
  content: "";
  height: 4px;
  width: 20%;
  position: absolute;
  bottom: -4px;
  left: 0;
}
/* line 61, ../sass/modules/_editor.scss */
.entry-wrap h2 span {
  font-size: 24px;
}
/* line 66, ../sass/modules/_editor.scss */
.entry-wrap h3 {
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 16px !important;
}
/* line 71, ../sass/modules/_editor.scss */
.entry-wrap .dotted {
  border: 1px dotted #666666;
}
/* line 73, ../sass/modules/_editor.scss */
.entry-wrap .box {
  padding: 8px;
  font-size: 14px;
  margin: 24px auto;
}
/* line 77, ../sass/modules/_editor.scss */
.entry-wrap .solid {
  border: 1px solid #666666;
  background-color: #ffffff;
}
/* line 81, ../sass/modules/_editor.scss */
.entry-wrap .dot_list li {
  list-style-type: none;
  padding: 8px 8px 8px 16px;
}
/* line 85, ../sass/modules/_editor.scss */
.entry-wrap .dot_list li::before {
  position: relative;
  top: -2px;
  left: -4px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 100%;
  background: #262626;
}
/* line 98, ../sass/modules/_editor.scss */
.entry-wrap .alignleft {
  float: left;
  margin-right: 15px;
}
/* line 102, ../sass/modules/_editor.scss */
.entry-wrap .alignright {
  float: right;
  margin-left: 15px;
}
/* line 106, ../sass/modules/_editor.scss */
.entry-wrap .alignleft:after,
.entry-wrap .alignright:after {
  content: "";
  clear: both;
}
/* line 111, ../sass/modules/_editor.scss */
.entry-wrap .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
  text-align: center;
}
/* line 117, ../sass/modules/_editor.scss */
.entry-wrap .wp-caption {
  margin-top: 30px;
}
/* line 119, ../sass/modules/_editor.scss */
.entry-wrap .wp-caption img {
  vertical-align: bottom;
}
/* line 123, ../sass/modules/_editor.scss */
.entry-wrap .wp-caption-text {
  background: #f1f1f1;
  font-size: 14px;
  margin: 0;
  padding: 10px;
}
/* line 130, ../sass/modules/_editor.scss */
.entry-wrap .gallery {
  margin-left: -1% !important;
}
/* line 135, ../sass/modules/_editor.scss */
.entry-wrap .gallery.gallery-columns-1 .gallery-item {
  box-sizing: border-box;
  width: 100% !important;
  margin-left: 1%;
}
/* line 135, ../sass/modules/_editor.scss */
.entry-wrap .gallery.gallery-columns-2 .gallery-item {
  box-sizing: border-box;
  width: 49% !important;
  margin-left: 1%;
}
/* line 135, ../sass/modules/_editor.scss */
.entry-wrap .gallery.gallery-columns-3 .gallery-item {
  box-sizing: border-box;
  width: 32% !important;
  margin-left: 1%;
}
/* line 135, ../sass/modules/_editor.scss */
.entry-wrap .gallery.gallery-columns-4 .gallery-item {
  box-sizing: border-box;
  width: 24% !important;
  margin-left: 1%;
}
/* line 135, ../sass/modules/_editor.scss */
.entry-wrap .gallery.gallery-columns-5 .gallery-item {
  box-sizing: border-box;
  width: 19% !important;
  margin-left: 1%;
}
/* line 135, ../sass/modules/_editor.scss */
.entry-wrap .gallery.gallery-columns-6 .gallery-item {
  box-sizing: border-box;
  width: 15% !important;
  margin-left: 1%;
}
/* line 135, ../sass/modules/_editor.scss */
.entry-wrap .gallery.gallery-columns-7 .gallery-item {
  box-sizing: border-box;
  width: 13% !important;
  margin-left: 1%;
}
/* line 135, ../sass/modules/_editor.scss */
.entry-wrap .gallery.gallery-columns-8 .gallery-item {
  box-sizing: border-box;
  width: 11% !important;
  margin-left: 1%;
}
/* line 135, ../sass/modules/_editor.scss */
.entry-wrap .gallery.gallery-columns-9 .gallery-item {
  box-sizing: border-box;
  width: 10% !important;
  margin-left: 1%;
}
/* line 141, ../sass/modules/_editor.scss */
.entry-wrap .gallery img {
  border: none !important;
  vertical-align: middle;
}
/* line 145, ../sass/modules/_editor.scss */
.entry-wrap .gallery .gallery-caption {
  margin: auto !important;
  box-sizing: border-box;
  text-align: left;
}
/* line 150, ../sass/modules/_editor.scss */
.entry-wrap .gallery.gallery-size-thumbnail .gallery-caption {
  max-width: 150px;
}
/* line 153, ../sass/modules/_editor.scss */
.entry-wrap .gallery.gallery-size-medium .gallery-caption {
  max-width: 300px;
}
/* line 156, ../sass/modules/_editor.scss */
.entry-wrap .gallery.gallery-size-large .gallery-caption {
  max-width: 1024px;
}

/* line 31, ../sass/modules/_hover.scss */
.pager-item a:hover {
  border-bottom-color: #1caac9;
}

/* line 51, ../sass/modules/_hover.scss */
.related a:hover:before {
  border-left-color: #1caac9;
}

/* line 75, ../sass/modules/_hover.scss */
.page-utility-last a:hover,
.page-utility-prev a:hover,
.page-utility-current a:hover,
.page-utility-next a:hover {
  background: #ffffff;
}

/* line 93, ../sass/modules/_hover.scss */
.other-list a:hover {
  text-decoration: underline;
}
