/* 応急処置のCSS*/

/* ex用のバナー定義 */
.ex .external-banner {
  width: 820px;
  margin-inline: auto;
  margin-top: 40px;
}
@media (max-width: 750px) {
  .ex .external-banner {
    width: calc(100% - 13.33vw);
    margin-top: 10vw;
  }
}
.ex .external-banner + .local-nav {
  margin-top: 40px;
}
@media (min-width: 751px) {
  .ex .external-banner a {
    transition: 0.3s;
  }
  .ex .external-banner a:hover {
    filter: brightness(1.2);
  }
}


/* ex用アウトライン定義 */
.ex section.outline {
  padding-top: 0px;
  margin-bottom: -40px;
}
.ex section.outline .title-area {
  height: 177px;
  background-image: url(../images/line-pink.webp);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 750px) {
  .ex section.outline .title-area {
    background-image: url(../images/line-pink-sp.webp);
    height: 30vw;
    width: 100vw;
    margin-left: -6.66vw;
  }
}
@media (max-width: 750px) {
  .ex section.outline .title-area:after, .ex section.outline .title-area:before {
    display: none;
  }
}
.ex section.outline .title-area:before {
  left: calc(-1 * (100vw - 1300px) / 2);
  bottom: 0px;
}
.ex section.outline .title-area:after {
  right: calc(-1 * (100vw - 1300px) / 2);
  bottom: 45.5px;
}
.ex section.outline .title-area h2 {
  font-size: 50px;
  font-weight: 700;
  color: #ff47cb;
  position: relative;
  padding-bottom: 30px;
  top: 80px;
  margin-left: 200px;
}
@media (max-width: 750px) {
  .ex section.outline .title-area h2 {
    font-size: calc(42.5 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .ex section.outline .title-area h2 {
    margin-left: 5.5vw;
    bottom: -17vw;
    padding-bottom: 4vw;
    top: initial;
  }
}
.ex section.outline .title-area h2:before {
  content: "";
  display: block;
  width: 150px;
  height: 6px;
  background-image: url(../images/title-bar-pink.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 750px) {
  .ex section.outline .title-area h2:before {
    width: calc(127 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .ex section.outline .title-area h2:before {
    height: calc(5.1 / 750 * 100 * 1vw);
  }
}
.ex section.outline table {
  /*display: block;*/
  width: 896px;
  margin-inline: auto;
  margin-top: 20px;
}
@media (max-width: 750px) {
  .ex section.outline table {
    margin-top: 5vw;
    width: calc(100%);
  }
}
.ex section.outline table tr th,
.ex section.outline table tr td {
  line-height: calc(30 / 16);
  color: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
@media (max-width: 750px) {
  .ex section.outline table tr th,
  .ex section.outline table tr td {
    display: block;
  }
}
.ex section.outline table tr th {
  width: 154px;
  vertical-align: top;
  font-weight: 700;
}
@media (max-width: 750px) {
  .ex section.outline table tr th {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.ex section.outline table tr td {
  width: calc(100% - 154px);
  font-weight: 400;
}
@media (max-width: 750px) {
  .ex section.outline table tr td {
    width: 100%;
    padding-top: 0;
  }
}


