@charset "UTF-8";

/* 全体
=============================================== */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background: #f6f6f6;
  -webkit-text-size-adjust: none;
  height: 100%;
  margin: 0;
  padding: 0;
}
a {
  color: #17639e;
  transition-property: background-color,opacity,color,border-color,box-shadow;
  transition-duration: 0.6s;
}
a:hover {
  color: #3ca2f1;
}
figure {
  margin: 0;
}
img {
  height: auto;
  max-width: 100%;
}


/* レイアウト
=============================================== */
/*** コンテナー ***/
.l-container {
  background: #fff;
  color: #212121;
  font-family: "HiraginoSans-W4", "Hiragino Sans W4", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo",MS PGothic,-apple-system,BlinkMacSystemFont,sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin-left: 15px;
  margin-right: 15px;
  padding: 30px;
  width: calc(100% - 30px);
}
@media (min-width: 576px) {
  .l-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 540px;
    padding: 60px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .l-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .l-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .l-container {
    max-width: 1140px;
  }
}
.l-contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 992px) {
  .l-contents {
    margin-right: -15px;
    margin-left: -15px;
  }
}

/*** ページタイトル ***/
.page-title {
  font-family: "HiraginoSans-W4", "Hiragino Sans W4", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo",MS PGothic,-apple-system,BlinkMacSystemFont,sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 40px 0;
  text-align: center;
}
.page-title span {
  display: block;
  font-size: 27px;
}
@media (min-width: 576px) {
  .page-title {
    font-size: 15px;
    padding: 60px 0;
  }
  .page-title span {
    font-size: 40px;
  }
}

/* メイン
=============================================== */
.site-main {
  margin-bottom: 12vmin;
  width: 100%;
}
@media (min-width: 768px) {
  .site-main {
    margin-bottom: 8vmin;
  }
}
@media (min-width: 1200px) {
  .site-main {
    margin-bottom: 0;
    padding: 0 15px;
    width: 70%;
  }
}

/* 記事詳細
=============================================== */
/*** 記事タイトル ***/
.post-header {
  margin-bottom: 4vmin;
}
.post-title {
  border-bottom: 2px solid #212121;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding-bottom: 4vmin;
}
@media (min-width: 576px) {
  .post-title {
    font-size: 27px;
    padding-bottom: 2vmin;
  }
}
@media (min-width: 992px) {
  .post-title {
    font-size: 30px;
  }
}

/*** 記事日付・カテゴリ ***/
.post-date {
  font-size: 14px;
  line-height: 1;
  margin: 0 0 1em;
  opacity: .7;
}
.post-header .post-date:before {
  content: '\e192';
  display: inline-block;
  direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1;
  margin: -3px 5px 0 0;
  opacity: .6;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.post-cat {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1;
  list-style: none;
  margin-bottom: 2em;
  margin: -5px 0 1vmin;
  padding: 0 0 0 20px;
  position: relative;
}
.post-cat li {
  margin: 5px 0;
}
.post-cat li:first-child:before {
  content: '\e2c7';
  display: inline-block;
  direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  left: 0;
  letter-spacing: normal;
  line-height: 1;
  opacity: .4;
  position: absolute;
  text-transform: none;
  top: 3px;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.post-cat li + li:before {
  background: #212121;
  content: '';
  display: inline-block;
  height: 100%;
  margin: 0 .5em;
  opacity: .2;
  transform: rotate(15deg);
  vertical-align: middle;
  width: 1px;
}
.post-cat a {
  display: inline-block;
  text-decoration: none;
}

/* タグ */
.post-tag {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.4;
  list-style: none;
  margin: 0 0 2vmin;
  padding: 0 0 0 20px;
  position: relative;
}
.post-tag li {
  display: flex;
  margin: 5px 0;
}
.post-tag li:first-child:before {
  content: '\e892';
  display: inline-block;
  direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  left: 0;
  letter-spacing: normal;
  line-height: 1;
  opacity: .4;
  position: absolute;
  text-transform: none;
  top: 5px;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.post-tag li + li:before {
  background: #212121;
  content: '';
  display: inline-block;
  height: 100%;
  margin: 0 .5em;
  opacity: .2;
  transform: rotate(15deg);
  vertical-align: middle;
  width: 1px;
}
.post-tag a {
  display: inline-block;
  text-decoration: none;
}
.post-sns {
  display: flex;
  list-style: none;
  line-height: 1;
  margin: 0 0 20px;
  padding: 0;
}
.post-sns li + li {
  margin-left: 5px;
}
.post-sns li a {
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 600;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  width: 110px;
}
.post-sns-fb a {
  background: #4267B2;
}
.post-sns-fb a:hover {
  background: #4e7cd8;
}
.post-sns-tw a {
  background: #1DA1F2;
}
.post-sns-tw a:hover {
  background: #31b1ff;
}

/* 本文 */
.post-body {
  margin-bottom: 8vmin;
  word-break: break-all;
}
.post-body h1 {
  font-size: 2.5em;
}
.post-body h2 {
  font-size: 2em;
}
.post-body h3 {
  font-size: 1.75em;
}
.post-body h4 {
  font-size: 1.5em;
}
.post-body h5 {
  font-size: 1.25em;
}
.post-body h6 {
  font-size: 1em;
}
.post-body .has-text-align-right {
  text-align: left;
}
.post-body .has-text-align-right {
  text-align: right;
}
.post-body .has-text-align-center {
  text-align: center;
}
.post-body blockquote {
  border: 1px solid #d8dbe2;
  margin: 2em 0;
  padding: 10px 3vmin;
  position: relative;
}
.post-body blockquote:before,
.post-body blockquote:after {
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  opacity: .6;
  position: absolute;
}
.post-body blockquote:before {
  content: '“';
  left: 10px;
  top: 5px;
}
.post-body blockquote:after {
  bottom: -10px;
  content: '”';
  right: 10px;
}
.post-body blockquote p {
  margin: .5em 0;
}
.post-body blockquote cite {
  display: inline-block;
  font-size: 80%;
  margin-bottom: .5em;
  opacity: .8;
}
.post-body blockquote cite:before {
  background: #d8dbe2;
  content: '';
  display: inline-block;
  height: 2px;
  margin-right: 5px;
  vertical-align: middle;
  width: 10px;
}
.post-body pre {
  border: 1px solid #d8dbe2;
  margin: 2em 0;
  padding: 3vmin;
  white-space: pre-wrap;
}
.post-body p {
  margin: 2em 0;
}
.post-body ul,
.post-body ol {
  margin: 2em 0 2em 1.5em;
  padding: 0;
}
.post-body .wp-block-gallery {
  margin: 2em 0;
}
.post-body .blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: -10px;
}
.post-body .blocks-gallery-grid li {
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
.post-body .wp-block-gallery.columns-2 li {
  width: 50%;
}
.post-body .wp-block-gallery.columns-3 li {
  width: calc(100%/3);
}

.post-body .wp-block-image {
  margin: 2em 0;
}
.post-body figcaption {
  font-size: 85%;
  margin-top: .5em;
  opacity: .8;
  text-align: center;
}
.post-body .wp-block-table {
  margin: 2em 0;
}
.post-body .wp-block-table table {
  border: 1px solid #d8dbe2;
  border-collapse: collapse;
  width: 100%;
}
.post-body .wp-block-table th,
.post-body .wp-block-table td {
  border: 1px solid #828794;
  padding: 10px;
}
.post-body .wp-block-table th {
  background: #f7f7f7;
}
.post-body .wp-block-separator {
  border-color: #d8dbe2;
  border-style: solid;
  border-width: 1px 0 0;
  margin: 3em 0;
}
.post-body .wp-block-embed {
  margin: 2em auto;
	position: relative;
}
.post-body .wp-block-embed.is-type-video:before {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	content: '';
	display: block;
}
.post-body .wp-block-embed.is-type-video iframe {
	margin: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.post-body .wp-block-columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content:space-around;
  max-width: 100%;
  margin: 0 -10px;
}
.post-body .wp-block-column {
  padding: 0 10px;
}
.post-body .wp-block-media-text {
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3em -15px;
  max-width: 100%;
}
.post-body .wp-block-media-text__media,
.post-body .wp-block-media-text__content {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.post-body .wp-block-button {
  margin: 2em 0;
}
.post-body .wp-block-file a + a {
  margin-left: 20px;
}
.post-body .wp-block-file__button,
.post-body .wp-block-button__link {
  background: #212121;
  border-radius: 45px;
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  text-decoration: none;
  transition-property: background-color,opacity,color,border-color,box-shadow;
  transition-duration: 0.6s;
}
.post-body .wp-block-file__button {
  font-size: 15px;
  line-height: 1;
  padding: 12px 30px 10px;
}
.post-body .wp-block-file__button:hover,
.post-body .wp-block-button__link:hover {
  background: #454545;
}

.post-body a {
  text-decoration: underline;
}
.post-body a:hover {
  text-decoration: none;
}

/*** パンくず ***/
.blog-topicpath {
  border-bottom: 2px solid #212121;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  list-style: none;
  margin: 0 0 40px;
  padding: 0 0 20px;
}
.blog-topicpath a {
  text-decoration: none;
}
.blog-topicpath li + li:before {
  content: '\e315';
  display: inline-block;
  direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  left: 0;
  letter-spacing: normal;
  line-height: 1;
  margin: 0 5px;
  opacity: .4;
  text-transform: none;
  top: 0;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}

/*** 次の記事・前の記事 ***/
.post-linker ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.post-linker .post-prev {
  margin-bottom: 20px;
  order: 1;
  width: 100%;
}
.post-linker .post-next {
  margin-bottom: 20px;
  order: 2;
  text-align: right;
  width: 100%;
}
.post-linker .post-prev a,
.post-linker .post-next a {
  display: block;
  position: relative;
  text-decoration: none;
}
.post-linker .post-prev a {
  padding-left: 20px;
}
.post-linker .post-next a {
  padding-right: 20px;
}
.post-linker .post-prev span,
.post-linker .post-next span {
  color: #212121;
  display: block;
  font-size: 80%;
  font-weight: 700;
}
.post-linker .post-next span {
  text-align: right;
}
.post-linker .post-prev i,
.post-linker .post-next i {
  font-size: 18px;
  opacity: .4;
  position: absolute;
  top: 1px;
  vertical-align: middle;
}
.post-linker .post-prev i {
  left: 0;
}
.post-linker .post-next i {
  right: 0;
}
.post-linker .post-btn {
  font-size: 15px;
  margin: 0 auto;
  order: 3;
  text-align: center;
  width: 180px;
}
.post-linker .post-btn a {
  background: #212121;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 10px;
  text-decoration: none;
}
.post-linker .post-btn a:hover {
  background: #454545;
}
@media (min-width: 768px) {
  .post-linker .post-prev,
  .post-linker .post-next {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .post-linker ul {
    flex-wrap: nowrap;
  }
  .post-linker .post-prev,
  .post-linker .post-next {
    margin: 0;
    width: calc(50% - 100px);
  }
  .post-linker .post-prev a,
  .post-linker .post-next a {
    padding: 0;
  }
  .post-linker .post-next {
    order: 3;
  }
  .post-linker .post-prev i {
    left: -20px;
  }
  .post-linker .post-next i {
    right: -20px;
  }
  .post-linker .post-btn {
    margin: 0 30px;
    order: 2;
  }
}


/* 記事一覧
=============================================== */
.archive-title {
  border-bottom: 2px solid #212121;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5vmin;
  padding: 0 0 1.5vmin;
}
@media (min-width: 576px) {
  .archive-title {
    font-size: 18px;
    margin: 0 0 3vmin;
  }
}

.post-list {
  border-bottom: 2px solid #212121;
  list-style: none;
  margin: -15px 0 0;
  padding: 0 0 20px;
}
.post-list li + li {
  border-top: 1px solid #e0e0e0;
}
.post-list li a {
  display: flex;
  flex-wrap: wrap;
  padding: 2vmin 0;
  text-decoration: none;
  width: 100%;
}
.post-list section {
  display: flex;
  flex: 0 1 100%;
}
.post-list figure {
  margin-top: 5px;
  margin: 5px 0 10px;
  padding-left: 7rem;
  width: 100%;
}
@media (min-width: 768px) {
  .post-list li a {
    flex-wrap: nowrap;
  }
  .post-list figure {
    min-width: 130px;
    padding-left: 20px;
    width: 20%;
  }
}
@media (min-width: 992px) {
  .post-list figure {
    padding-left: 20px;
    width: 30%;
  }
}
.post-list .post-date {
  color: #212121;
  line-height: 2.2;
  margin: 0;
  width: 7rem;
}
.post-list .list-title {
  width: calc(100% - 7rem);
}
.post-list .list-cover {
  width: 20%;
}

/*** ページャー ***/
.site-secondary {
  margin-top: 10px;
  padding: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .site-secondary {
    padding: 0 15px 0 40px;
    width: 30%;
  }
}
.secondary-title {
  border-left: 3px solid #212121;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 1.5em;
  padding-left: 10px;
}
.secondary-list {
  list-style: none;
  line-height: 1.7;
  margin: 0 0 8vmin;
  padding: 0;
}
@media (min-width: 576px) {
  .secondary-list {
    margin: 0 0 4vmin;
  }
}
.secondary-list li + li {
  margin-top: .5em;
}
.secondary-list a {
  color: #212121;
  display: inline-block;
  padding-left: 1em;
  position: relative;
  text-decoration: none;
}
.secondary-list a:hover {
  text-decoration: underline;
}
.secondary-list a:before {
  color: #212121;
  content: '\e315';
  display: inline-block;
  direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  left: -6px;
  letter-spacing: normal;
  line-height: 1;
  margin-top: 2px;
  opacity: .4;
  position: absolute;
  text-transform: none;
  top: 0;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}



/* ページャー
=============================================== */
.post-pager {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1;
  margin-top: 4vmin;
}
.post-pager span,
.post-pager .numbers {
  border: 1px solid #212121;
  border-radius: 3px;
  color: #212121;
  display: block;
  height: 35px;
  margin: 0 3px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  transition-property: background-color,opacity,color,border-color,box-shadow;
  transition-duration: 0.6s;
  vertical-align: middle;
  width: 35px;
}
.post-pager .numbers {
  color: #212121;
}
.post-pager .numbers:hover {
  background: #EAEAEA;
}
.post-pager .current {
  background: #212121;
  color: #fff;
}
.post-pager i {
  font-size: 27px;
  vertical-align: middle;
}
.post-pager .prev,
.post-pager .next {
  color: #212121;
}
.post-pager .prev {
  margin-right: 5px;
}
.post-pager .next {
  margin-left: 5px;
}


/* 調整
=============================================== */
.page-title {
  margin-top: 70px;
}
@media (min-width: 576px) {
  .page-title {
    margin-top: 90px;
  }
}
