/* adjust
================================================== */
.main_area {
  padding: 70px 0 160px;
  background: #F7F6ED;
}
@media only screen and (max-width: 767px) {
  .main_area {
    padding: 10.66667vw 0 20vw;
  }
}

#footer {
  margin-top: 0;
}

/* detail
================================================== */
.detail__panel {
  padding: 80px 155px;
  background: #fff;
  border-top: solid 8px #005043;
}
.detail__panel__title {
  margin-bottom: 60px;
}
.detail__panel__title > h1 {
  margin-bottom: .25em;
  font-size: 36px;
  line-height: 1.3;
}
.detail__panel__title > ul {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.detail__panel__title > ul > li {
  padding: 0 .5em;
  border: solid 1px #005043;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #005043;
}
.detail__panel__body h2 {
  margin: 3em 0 .75em;
  font-size: 30px;
}
.detail__panel__body figure {
  margin: 0;
}
.detail__panel__body > figure {
  margin: 4em 0;
  text-align: center;
}
.detail__panel__body p {
  margin: 1em 0;
  font-size: 18px;
  line-height: 2;
}
.detail__panel__body p sup {
  display: inline-block;
  font-size: 14px;
  vertical-align: super;
}
.detail__panel__body ul {
  margin-top: -1em;
  font-size: 14px;
}
.detail__panel__body ul li {
  line-height: 1.85;
}
.detail__panel__body ol {
  margin-left: 1.5em;
  font-size: 14px;
}
.detail__panel__body ol li {
  line-height: 1.85;
}
.detail__panel__body__link {
  display: inline-block;
  min-height: 24px;
  padding-left: 34px;
  background: url("/corporate/action1/common/images/icn_arw_on.svg") no-repeat left 0;
  background-size: 24px 24px;
  color: #005043 !important;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
}
.detail__panel__body__link:hover {
  color: #ff3300 !important;
}
.detail__panel__kv figcaption {
  margin-top: .5em;
  font-size: 16px;
}
.detail__panel__kv figcaption.align-left {
  text-align: left;
}
.detail__panel__kv figcaption.algin-right {
  text-align: right;
}
.detail__panel__row {
  margin: 3em 0;
  overflow: hidden;
}
.detail__panel__row + .detail__panel__row {
  margin-top: 4em;
}
.detail__panel__row figure {
  width: calc(450 / 930 * 100%);
  text-align: left;
}
.detail__panel__row figure.w330 {
  width: calc(330 / 930 * 100%);
  text-align: left;
}
.detail__panel__row figure.right {
  float: right;
  margin: 0 0 .5em 40px;
}
.detail__panel__row figure.left {
  float: left;
  margin: 0 40px .5em 0;
}
.detail__panel__row figcaption {
  margin-top: .5em;
  font-size: 14px;
}
.detail__panel__row p {
  margin: 0;
}
.detail__panel__row .mt1em {
  margin-top: 1em;
}
.detail__panel__row .fs_S {
  font-size: 12px;
}
.detail__panel__row.kousou div {
  overflow: hidden;
}
.detail__panel__row--both {
  display: flex;
  justify-content: space-between;
}
.detail__panel__relation {
  margin-top: 100px;
  padding: 35px 40px;
  background: #fff;
  border: solid 1px #D4D4D4;
}
.detail__panel__relation h3 {
  margin-bottom: 1em;
  font-size: 20px;
}
.detail__panel__relation ul li {
  font-size: 16px;
  line-height: 1.5;
}
.detail__panel__relation ul li + li {
  margin-top: .5em;
}
.detail__panel__relation ul a {
  display: inline-block;
  min-height: 24px;
  padding-left: 34px;
  background: url("/corporate/action1/common/images/icn_arw_on.svg") no-repeat left 0;
  background-size: 24px 24px;
  color: #005043;
  text-decoration: none;
}
.detail__panel__relation ul a:hover {
  color: #ff3300;
}
.detail__nav {
  margin-top: 60px;
}
.detail__nav a {
  color: #005043 !important;
  text-decoration: none !important;
  font-size: 18px !important;
  font-weight: bold;
}
.detail__nav a:hover {
  color: #ff3300 !important;
}
.detail__nav > ul {
  display: flex;
  justify-content: space-between;
}
.detail__nav > ul li {
  flex: 1 0 0%;
}
.detail__nav > ul li:nth-child(2) {
  text-align: right;
}
.detail__nav__link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  background-repeat: no-repeat;
  background-size: 40px 40px;
}
.detail__nav__link--prev {
  padding-left: 55px;
  background-image: url("/corporate/action1/common/images/icn_arw_prev.svg");
  background-position: left center;
}
.detail__nav__link--next {
  padding-right: 55px;
  background-image: url("/corporate/action1/common/images/icn_arw_on.svg");
  background-position: right center;
}

.detail__panel__body h2.h2_line{
  margin: 5em 0 .75em;
  font-size: 18px;
  border: solid 2px #ccc;
  border-top: solid 5px #005043;
  padding: 8px 10px 6px;
}

.detail__panel__body .btnBlock .btnBlockInner {
  display: inline-block;
}
.detail__panel__body .btnBlock .btnShadow {
  filter: drop-shadow(5px 7px 5px rgb(0, 0, 0,0.5));
}
.detail__panel__body .btnBlock .btnBlockInner p {
  display: inline-block;
  min-width: 400px;
  min-height: 25px;
  padding: 20px 40px 20px 40px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #005043;
  border-radius: 4px;
}
.detail__panel__body .btnBlock .btnBlockInner p .ic_gekkan {
  padding: 12px 20px 12px 0;
}
.detail__panel__body .btnBlock .btnBlockInner p span {
  display: inline-block;
}
.detail__panel__body .btnBlock .btnBlockInner p span a {
  color: #fff;
  text-decoration: underline;
}
.detail__panel__body .btnBlock .btnBlockInner p span a:hover {
  color: #ff3300;
}

.detail__panel__body .btnBlock .btnBlockInner02 {
  display: inline-block;
}
.detail__panel__body .btnBlock .btnBlockInner02 a {
  display: inline-block;
  min-width: 400px;
  min-height: 25px;
  padding: 20px 30px 20px 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #005043;
  border-radius: 4px;
}
.detail__panel__body .btnBlock .btnBlockInner02 a:hover {
  background: #337369;
}
.detail__panel__body .btnBlock .btnBlockInner02 a span {
  display: inline-block;
}

@media (min-width: 768px) {
  .detail__nav {
    position: relative;
  }
  .detail__nav > p {
    position: absolute;
    left: 50%;
    top: .5em;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .detail__panel {
    padding: 8vw 5.33333vw;
    border-top-width: 2.13333vw;
  }
  .detail__panel__title {
    margin-bottom: 8vw;
  }
  .detail__panel__title > h1 {
    font-size: 6.4vw;
  }
  .detail__panel__title > ul > li {
    height: 5.86667vw;
    line-height: 5.86667vw;
    font-size: 3.73333vw;
  }
  .detail__panel__kv figcaption {
    font-size: 3.73333vw;
  }
  .detail__panel__body h2 {
    font-size: 5.33333vw;
  }
  .detail__panel__body > figure {
    margin: 3em auto;
    max-width: 76vw;
  }
  .detail__panel__body p {
    font-size: 4.53333vw;
    line-height: 1.88;
  }
  .detail__panel__body p sup {
    font-size: 3.2vw;
  }
  .detail__panel__body ul, .detail__panel__body ol {
    font-size: 3.2vw;
  }
  .detail__panel__body ul li, .detail__panel__body ol li {
    line-height: 2;
  }
  .detail__panel__body__link {
    min-height: 5.86667vw;
    padding-left: 8vw;
    background-size: 5.86667vw 5.86667vw;
  }
  .detail__panel__body .btnBlock .btnBlockInner {
    width: 100%;
  }
  .detail__panel__body .btnBlock .btnBlockInner p {
    font-size: 12px;
    min-width: 100%;
    padding: 25px 0;
  }
  .detail__panel__body .btnBlock .btnBlockInner p .ic_gekkan {
    padding: 0 0 12px;
  }
  .detail__panel__body .btnBlock .btnBlockInner p span {
    padding: 0 5px;
  }

  .detail__panel__body .btnBlock .btnBlockInner02 {
    width: 100%;
  }
  .detail__panel__body .btnBlock .btnBlockInner02 p {
    font-size: 12px;
  }
  .detail__panel__body .btnBlock .btnBlockInner02 a {
    min-width: 100%;
    padding: 25px 0;
  }

  .detail__panel__row {
    margin: 3em 0;
  }
  .detail__panel__row + .detail__panel__row {
    margin-top: 0;
  }
  .detail__panel__row figure {
    float: none !important;
    margin: 0 auto 2em !important;
    width: 100%;
    max-width: 76vw;
  }
  .detail__panel__row figure.w330 {
    width: 100%;
  }
  .detail__panel__row--both {
    flex-direction: column;
    margin: 0;
  }
  .detail__panel__relation {
    margin-top: 13.33333vw;
    padding: 5.33333vw;
  }
  .detail__panel__relation h3 {
    margin-bottom: 1.25em;
    font-size: 4.53333vw;
  }
  .detail__panel__relation ul li {
    font-size: 4.26667vw;
  }
  .detail__panel__relation ul li + li {
    margin-top: .75em;
  }
  .detail__panel__relation ul a {
    min-height: 5.86667vw;
    padding-left: 8vw;
    background-size: 5.86667vw 5.86667vw;
  }
  .detail__nav {
    margin-top: 10.66667vw;
  }
  .detail__nav a {
    font-size: 2.93333vw !important;
  }
  .detail__nav__link {
    min-height: 5.86667vw;
    background-size: 5.33333vw 5.33333vw;
  }
  .detail__nav__link--prev {
    padding-left: 8vw;
  }
  .detail__nav__link--next {
    padding-right: 8vw;
  }
  .detail__nav > p {
    margin-top: 2em;
    text-align: center;
  }
}
