@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.post-topic-page .section-main {
  margin-top: 78px;
}
.post-topic-page .section-main > .container > .section-mv {
  border-top: 0;
  margin-bottom: 25px;
}
.post-topic-page .section-main > .container > .section-mv > .container {
  padding: 8px 20px 0;
}
.post-topic-page .section-main > .container > .section-mv > .container > .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #0a2054;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.07em;
  max-width: 342px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 8px;
}
.post-topic-page .section-main > .container > .section-mv > .container > .page-title > .japanese {
  display: inline-block;
  font-size: 14px;
  margin-left: 22px;
  letter-spacing: 0.02em;
}
.post-topic-page .section-main > .container > .post-content {
  margin-top: -40px;
  padding-bottom: 44px;
}
.post-topic-page .section-main > .container > .post-content > .container > .box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
.post-topic-page .section-main > .container > .post-content > .container > .box-content > .number {
  font-family: "din-2014", sans-serif;
  font-size: 143px;
  font-weight: 400;
  margin-right: 22px;
}
.post-topic-page .section-main > .container > .post-content > .container > .box-content > .box-detail > .date {
  font-size: 12px;
  letter-spacing: 0.07em;
  margin-bottom: 12px;
}
.post-topic-page .section-main > .container > .post-content > .container > .box-content > .box-detail > .title {
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}
.post-topic-page .section-main > .container > .post-content > .container > .box-content > .box-detail > .icon {
  display: inline-block;
  width: 12px;
  vertical-align: middle;
  margin-right: 7px;
}
.post-topic-page .section-main > .container > .post-content > .container > .box-content > .box-detail > .address {
  font-size: 12px;
  letter-spacing: 0.07em;
  display: inline-block;
  vertical-align: middle;
}
.post-topic-page .section-main > .container > .post-content > .container > iframe {
  max-width: 100%;
  width: 100%;
  height: 281px;
  margin-bottom: 27px;
}
.post-topic-page .section-main > .container > .post-content > .container > p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 27px;
  padding: 0 20px;
}
.post-topic-page .section-main > .container > .post-content > .container > ol {
  padding: 0 20px;
}
.post-topic-page .section-main > .container > .post-content > .container > ol > li {
  text-indent: 1em;
}
.post-topic-page .section-main > .container > .post-content > .container > figure > img {
  width: 100%;
  height: 237px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 27px;
  padding: 0 20px;
}
.post-topic-page .section-main > .container > .post-content > .container > .wp-block-buttons > .wp-block-button {
  max-width: 330px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.post-topic-page .section-main > .container > .post-content > .container > .wp-block-buttons > .wp-block-button > .wp-block-button__link {
  display: inline-block;
  border: 2px solid #0a2054;
  border-radius: 50px;
  background-color: #ffffff;
  width: 100%;
  color: #0a2054;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.07em;
  padding: 9px 0 8px;
}
.post-topic-page .section-related {
  margin: 0 20px;
  padding-bottom: 6px;
}
.post-topic-page .section-related > .container > .list-relatedpost > .relatedpost {
  position: relative;
  padding-bottom: 31px;
}
.post-topic-page .section-related > .container > .list-relatedpost > .relatedpost:first-child:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: linear-gradient(to right, #0a2054, #0a2054 6px, transparent 3px, transparent 8px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  max-width: 335px;
  width: 100%;
  height: 2px;
}
.post-topic-page .section-related > .container > .list-relatedpost > .relatedpost > .link {
  color: #0a2054;
}
.post-topic-page .section-related > .container > .list-relatedpost > .relatedpost > .link > .box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-topic-page .section-related > .container > .list-relatedpost > .relatedpost > .link > .box-content > .number {
  font-family: "din-2014", sans-serif;
  font-size: 143px;
  font-weight: 400;
  margin-right: 22px;
}
.post-topic-page .section-related > .container > .list-relatedpost > .relatedpost > .link > .box-content > .box-detail > .date {
  font-size: 12px;
  letter-spacing: 0.07em;
  margin-bottom: 12px;
}
.post-topic-page .section-related > .container > .list-relatedpost > .relatedpost > .link > .box-content > .box-detail > .title {
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}
.post-topic-page .section-related > .container > .list-relatedpost > .relatedpost > .link > .box-content > .box-detail > .icon {
  display: inline-block;
  width: 12px;
  vertical-align: middle;
  margin-right: 7px;
}
.post-topic-page .section-related > .container > .list-relatedpost > .relatedpost > .link > .box-content > .box-detail > .address {
  font-size: 12px;
  letter-spacing: 0.07em;
  display: inline-block;
  vertical-align: middle;
}
.post-topic-page .section-related > .container > .list-relatedpost > .relatedpost > .button {
  padding: 5px 0 7px;
  margin-top: 16px;
}