.l-main {
  font-family: "Zen Old Mincho", serif;
  padding-bottom: 0;
  overflow: hidden;
}
.l-main img {
  height: auto;
}
@media only screen and (max-width: 980px) {
  .l-main img {
    width: 100%;
  }
}

@media only screen and (max-width: 980px) {
  .p-mv {
    background: url("/_assets/stories/history/img/bg-main_sp.png") no-repeat center center/cover;
  }
}
@media print, screen and (min-width: 981px) {
  .p-mv {
    background: url("/_assets/stories/history/img/bg-main.jpg") no-repeat center center/cover;
    padding-inline: 50px;
  }
}

.p-mv-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 980px) {
  .p-mv-inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 521px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-mv-inr {
    padding-top: 97px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
    max-width: 1400px;
    height: 476px;
  }
}

@media only screen and (max-width: 980px) {
  .p-mv-detail {
    padding-inline: 5vw;
  }
}
@media print, screen and (min-width: 981px) {
  .p-mv-detail {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-mv-title {
  color: var(--color-white);
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
}
@media only screen and (max-width: 980px) {
  .p-mv-title {
    font-size: 2rem;
    margin-bottom: -2px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-mv-title {
    font-size: 4.375rem;
    margin-bottom: 10px;
    padding-top: 11px;
  }
}
@media only screen and (max-width: 980px) {
  .p-mv-title br {
    display: none;
  }
}

.p-mv-catch {
  color: var(--color-white);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media only screen and (max-width: 980px) {
  .p-mv-catch {
    font-size: 0.9375rem;
    margin-bottom: 41px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-mv-catch {
    font-size: 1.125rem;
    margin-bottom: 53px;
  }
}

.p-mv-text {
  color: var(--color-white);
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
@media only screen and (max-width: 980px) {
  .p-mv-text {
    font-size: 1.375rem;
    margin-bottom: 36px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-mv-text {
    font-size: 1.953125vw;
  }
}
@media print, screen and (min-width: 1536px) {
  .p-mv-text {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 980px) {
  .p-mv-text small {
    font-size: 1.375rem;
  }
}
@media print, screen and (min-width: 981px) {
  .p-mv-text small {
    font-size: 1.171875vw;
  }
}
@media print, screen and (min-width: 1536px) {
  .p-mv-text small {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 980px) {
  .p-mv-text br {
    display: none;
  }
}

@media only screen and (max-width: 980px) {
  .p-mv-image {
    text-align: center;
  }
}
@media print, screen and (min-width: 981px) {
  .p-mv-image {
    -ms-flex-item-align: end;
        align-self: flex-end;
    max-width: 736px;
  }
}
.p-mv-image img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .p-mv-image img {
    max-width: 500px;
  }
}

.p-history {
  position: relative;
}
@media only screen and (max-width: 980px) {
  .p-history {
    padding: 29px 5vw 50px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history {
    margin-inline: auto;
    width: 100%;
    padding-block: 65px 84px;
  }
}
@media print, screen and (min-width: 1536px) {
  .p-history {
    max-width: 1536px;
  }
}
.p-history::before {
  background: var(--color-bg_B);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
}
@media only screen and (max-width: 980px) {
  .p-history::before {
    display: none;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history::before {
    left: calc(5% + 65px);
  }
}
@media print, screen and (min-width: 1536px) {
  .p-history::before {
    left: 217px;
  }
}

@media only screen and (max-width: 980px) {
  .p-history-item01 {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history-item01 {
    margin-bottom: 221px;
  }
}

.p-history-inner {
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 981px) {
  .p-history-main {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 5%;
  }
}
@media print, screen and (min-width: 1536px) {
  .p-history-main {
    padding-left: 138px;
  }
}
.p-history-main h5 {
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 0;
}
@media only screen and (max-width: 980px) {
  .p-history-main h5 {
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history-main h5 {
    margin-bottom: 10px;
  }
}

.p-history-year {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 980px) {
  .p-history-year {
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history-year {
    padding-top: 12px;
    width: 180px;
  }
}
@media print, screen and (min-width: 1536px) {
  .p-history-year {
    width: 210px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history-year.year-1900 {
    padding-left: 13px;
  }
}
@media only screen and (max-width: 980px) {
  .p-history-year img {
    height: auto;
    width: 80px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history-year img {
    width: auto;
    height: 44px;
  }
}
@media print, screen and (min-width: 1536px) {
  .p-history-year img {
    height: 54px;
  }
}

.p-history-title {
  color: var(--color-deepblue);
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin: 0;
}
@media only screen and (max-width: 980px) {
  .p-history-title {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 22px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history-title {
    font-size: 1.375rem;
    margin-bottom: 72px;
  }
}
@media print, screen and (min-width: 1536px) {
  .p-history-title {
    font-size: 1.5rem;
  }
}
.p-history-title strong {
  font-weight: 600;
}
@media only screen and (max-width: 980px) {
  .p-history-title strong {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history-title strong {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 1536px) {
  .p-history-title strong {
    font-size: 2.125rem;
  }
}

@media only screen and (max-width: 980px) {
  .p-history-main-item01-1 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history-main-item01-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 37px;
    margin-bottom: 51px;
    max-width: 860px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history-main-item01-1 .p-history-main-detail {
    max-width: 775px;
    padding-right: 15px;
  }
}
.p-history-main-item01-1 .p-history-main-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 980px) {
  .p-history-main-item01-1 .p-history-main-image {
    margin-top: 22px;
    width: 152px;
  }
}

@media print, screen and (min-width: 981px) {
  .p-history-main-image img {
    height: auto;
    max-width: 100%;
  }
}

.p-history-main-item01-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 980px) {
  .p-history-main-item01-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history-main-item01-2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 79px;
    padding-inline: 48px 10px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history-main-item01-2 .p-history-main-detail {
    width: 487px;
  }
}

.p-history-heading {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media only screen and (max-width: 980px) {
  .p-history-heading {
    margin-block: 0 12px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history-heading {
    margin-block: 0 20px;
  }
}

.p-episode {
  position: relative;
}
@media only screen and (max-width: 980px) {
  .p-episode {
    background: url("/_assets/stories/history/img/bg.png") no-repeat center center/cover;
    margin-right: -5vw;
  }
}
.p-episode::before {
  background: url("/_assets/stories/history/img/bg.png") no-repeat center center/cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 980px) {
  .p-episode::before {
    display: none;
  }
}
@media print, screen and (min-width: 981px) {
  .p-episode::before {
    height: 100%;
    width: 83.8541666667%;
  }
}
@media print, screen and (min-width: 1536px) {
  .p-episode::before {
    height: 100%;
    width: calc(100% - 248px + (100vw - 1536px) / 2);
  }
}
.p-episode h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0;
}
@media only screen and (max-width: 980px) {
  .p-episode h4 {
    letter-spacing: 0.1em;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-episode h4 strong {
    font-size: 1.875rem;
  }
}

.p-episode-inner {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 980px) {
  .p-episode-inner {
    padding: 35px 21px 35px 18px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-episode-inner {
    padding-bottom: 50px;
  }
}

.p-episode-title {
  background: var(--color-primary);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-family: Vollkorn, serif;
  letter-spacing: 0.15em;
  line-height: 1;
  margin: 0;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 980px) {
  .p-episode-title {
    font-size: 1.25rem;
    left: 18px;
    top: -8px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-episode-title {
    font-size: 2.5rem;
  }
}

@media print, screen and (min-width: 981px) {
  .p-episode01 {
    padding-left: 248px;
  }
}
.p-episode01::before {
  right: 0;
}
@media only screen and (max-width: 980px) {
  .p-episode01::before {
    height: 543px;
  }
}
@media print, screen and (min-width: 1536px) {
  .p-episode01::before {
    right: calc((100vw - 1536px) / -2);
  }
}
@media only screen and (max-width: 980px) {
  .p-episode01 .p-episode-inner {
    padding-bottom: 120px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-episode01 .p-episode-inner {
    padding-left: 80px;
    padding-right: 50%;
    padding-top: 57px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-episode01 .p-episode-title {
    left: 50px;
    top: -16px;
  }
}
.p-episode01 h4 {
  line-height: 1.4;
}
@media print, screen and (min-width: 981px) {
  .p-episode01 h4 {
    margin-bottom: 18px;
  }
}
.p-episode01 .p-episode-image {
  position: absolute;
  text-align: right;
}
@media only screen and (max-width: 980px) {
  .p-episode01 .p-episode-image {
    bottom: -70px;
    left: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 981px) {
  .p-episode01 .p-episode-image {
    right: 30px;
    top: 13px;
    width: 48%;
  }
}
@media only screen and (max-width: 980px) {
  .p-episode01 .p-episode-image img {
    width: 227px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-episode01 .p-episode-image img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 980px) {
  .p-history-item02 {
    margin-bottom: 105px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history-item02 {
    margin-bottom: 309px;
  }
}

.p-history-main-item02-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 980px) {
  .p-history-main-item02-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history-main-item02-1 {
    gap: 36px;
    margin-bottom: 168px;
    max-width: 850px;
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history-main-item02-1 .p-history-main-detail {
    padding-top: 13px;
  }
}
.p-history-main-item02-1 .p-history-main-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 980px) {
  .p-history-main-item02-1 .p-history-main-image {
    margin-top: 22px;
    width: 175px;
  }
}

@media only screen and (max-width: 980px) {
  .p-history-main-item02-2 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history-main-item02-2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-bottom: 113px;
    padding-left: 269px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history-main-item02-2 .p-history-main-detail {
    width: 485px;
  }
}
@media only screen and (max-width: 980px) {
  .p-history-main-item02-2 .p-history-main-image {
    margin-top: 12px;
  }
}

.p-history-main-item02-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 980px) {
  .p-history-main-item02-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history-main-item02-3 {
    gap: 33px;
    margin-bottom: 128px;
    margin-left: 21.6145833333%;
    max-width: 955px;
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 1536px) {
  .p-history-main-item02-3 {
    margin-left: 332px;
  }
}
.p-history-main-item02-3 .p-history-main-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 980px) {
  .p-history-main-item02-3 .p-history-main-image {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 980px) {
  .p-history-main-item02-3 .p-history-main-image img {
    width: 153px;
  }
}

@media print, screen and (min-width: 981px) {
  .p-episode02 {
    max-width: 1288px;
    padding-left: 16.3411458333%;
  }
}
@media only screen and (max-width: 980px) {
  .p-episode02::before {
    height: 634px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-episode02::before {
    height: 100%;
    left: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 1536px) {
  .p-episode02::before {
    width: calc(100% + (100vw - 1536px) / 2);
    left: calc((100vw - 1536px) / -2);
  }
}
@media print, screen and (min-width: 981px) {
  .p-episode02 .p-episode-inner {
    padding-top: 92px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-episode02 .p-episode-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10%;
    padding-right: 6.5104166667%;
  }
}
@media print, screen and (min-width: 1536px) {
  .p-episode02 .p-episode-main {
    padding-right: 100px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-episode02 .p-episode-title {
    right: 80px;
    top: -16px;
  }
}
.p-episode02 h4 {
  line-height: 1.6;
}
@media only screen and (max-width: 980px) {
  .p-episode02 h4 {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 981px) {
  .p-episode02 h4 {
    margin-bottom: -10px;
    text-align: center;
  }
}
.p-episode02 .c-txt {
  letter-spacing: -0.04em;
}
@media print, screen and (min-width: 981px) {
  .p-episode02 .c-txt {
    padding-top: 14px;
  }
}
@media print, screen and (min-width: 1536px) {
  .p-episode02 .c-txt {
    width: 500px;
  }
}

@media print, screen and (min-width: 981px) {
  .p-history-item03 {
    margin-bottom: 163px;
  }
}

@media only screen and (max-width: 980px) {
  .p-history-main-item03-1 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history-main-item03-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 26px;
    margin-left: 42px;
    max-width: 1016px;
  }
}
.p-history-main-item03-1 .p-history-main-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 980px) {
  .p-history-main-item03-1 .p-history-main-image {
    margin-top: 22px;
    width: 175px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history-main-item03-1 .p-history-main-image {
    width: 44%;
  }
}
@media print, screen and (min-width: 1536px) {
  .p-history-main-item03-1 .p-history-main-image {
    width: auto;
  }
}

.p-history-main-item03-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 980px) {
  .p-history-main-item03-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history-main-item03-2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 22px;
    margin-top: -23px;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history-main-item03-2 .p-history-main-detail {
    width: 562px;
  }
}

@media only screen and (max-width: 980px) {
  .p-episode03 {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-episode03 {
    padding-left: 16.1458333333%;
  }
}
@media print, screen and (min-width: 1536px) {
  .p-episode03 {
    padding-left: 248px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-episode03::before {
    right: 0;
    height: 100%;
  }
}
@media print, screen and (min-width: 1536px) {
  .p-episode03::before {
    right: calc((100vw - 1536px) / -2);
  }
}
@media print, screen and (min-width: 981px) {
  .p-episode03 .p-episode-inner {
    padding-left: 66px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-episode03 .p-episode-title {
    left: 50px;
    top: -16px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-episode03 .p-episode-main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 328px;
    gap: 84px;
  }
}
.p-episode03 h4 {
  line-height: 1.4;
}
@media print, screen and (min-width: 981px) {
  .p-episode03 h4 {
    margin-bottom: 18px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-episode03 .c-txt {
    width: 597px;
  }
}
.p-episode03 .p-episode-image {
  position: absolute;
}
@media print, screen and (min-width: 981px) {
  .p-episode03 .p-episode-image {
    right: 70px;
    top: 13px;
  }
}

@media only screen and (max-width: 980px) {
  .p-history-item04 {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history-item04 {
    margin-bottom: 128px;
  }
}

.p-history-main-item04-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 980px) {
  .p-history-main-item04-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 22px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history-main-item04-1 {
    gap: 26px;
    margin-bottom: 22px;
    margin-left: -43px;
    max-width: 837px;
    padding-right: 10px;
  }
}
.p-history-main-item04-1 .p-history-main-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 980px) {
  .p-history-main-item04-1 .p-history-main-image {
    margin-top: 22px;
    width: 175px;
  }
}

@media print, screen and (min-width: 981px) {
  .p-history-main-item04-2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 34px;
    margin-bottom: 40px;
    padding-left: 21.4192708333%;
  }
}
@media print, screen and (min-width: 1536px) {
  .p-history-main-item04-2 {
    padding-left: 329px;
  }
}
@media only screen and (max-width: 980px) {
  .p-history-main-item04-2 .p-history-main-detail {
    margin-bottom: 22px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history-main-item04-2 .p-history-main-detail {
    width: 55%;
    max-width: 490px;
  }
}

@media print, screen and (min-width: 981px) {
  .p-history-item05 .p-history-main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 45px;
  }
}
.p-history-item05 .p-history-title {
  margin-bottom: 0;
}

.p-history-main-item05-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 980px) {
  .p-history-main-item05-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history-main-item05-2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 36px;
    padding-bottom: 47px;
    padding-inline: 30px;
  }
}
@media only screen and (max-width: 980px) {
  .p-history-main-item05-2 .p-history-main-detail {
    margin-bottom: 22px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-history-main-item05-2 .p-history-main-detail {
    max-width: 453px;
  }
}

.p-related {
  background: var(--color-bg_A);
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 980px) {
  .p-related {
    padding-block: 32px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-related {
    padding-block: 66px 80px;
  }
}
.p-related h2 {
  margin-top: 0;
}