@charset "UTF-8";
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;
  vertical-align: baseline;
  box-sizing: border-box;
}

strong {
  font-weight: bold;
}

*:before, *:after {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 16px;
}

body {
  line-height: 1.4;
  font-family: "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: normal;
  color: #111;
}

ol, ul {
  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 {
  width: 100%;
  display: block;
}

.main {
  margin-top: 160px;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.gnav {
  background: #666;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.gnav__list {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  padding: 15px 0;
  width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
.gnav__item {
  margin-right: 20px;
}
.gnav__item a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
}
.gnav__item a:hover {
  text-decoration: underline;
}

.ttl {
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 45px;
}

.btn {
  display: flex;
  justify-content: flex-start;
}
.btn__item {
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #666;
  padding: 20px	40px;
  margin-right: 30px;
}
.btn__item:last-child {
  margin-right: 0;
}

.content {
  position: relative;
}
.content + .content {
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  .content + .content {
    margin-top: 12vw;
  }
}
.content__thumb {
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.content__author {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: right;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .content__author {
    margin-top: 1.3333333333vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.content__author span {
  font-weight: bold;
}
.content__ttl {
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .content__ttl {
    margin-top: 2.1333333333vw;
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.content__ttl a {
  text-decoration: none;
  color: #111;
}
.content__ttl a:visited {
  color: #111;
}
.content__ttl a:hover {
  color: #111;
  text-decoration: underline;
}
.content__main {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 25px;
}
.content__main p + p {
  margin-top: 25px;
}
.content__main .wp-block-image {
  text-align: center;
}
.content__main .wp-block-image img {
  display: inline-block;
}
.content__main .wp-block-image + p {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .content__main {
    margin-top: 3.2vw;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.content__date {
  line-height: 26px;
  margin-right: 20px;
  position: relative;
  padding-left: 22px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 768px) {
  .content__date {
    font-size: 13px;
    font-size: 3.4666666667vw;
    line-height: 6.93vw;
    padding-left: 5.8vw;
  }
}

.wp-block-image {
  margin-top: 25px;
}

.content__af {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.content__af .simplefavorite-button {
  margin-top: 10px;
  margin-left: 20px;
}

/*# sourceMappingURL=common.css.map */
