@charset "UTF-8";
:root {
  --font-size-base: 1;
  --text-size-scale: 1.2;
}

.measures-ex .hc-ex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #d9d9d6;
}
@media only screen and (max-width: 768px) {
  .measures-ex .hc-ex {
    margin-bottom: 5rem;
    padding-bottom: 5rem;
  }
}
.measures-ex .hc-ex > h3 {
  width: 13.3rem;
  background-color: #00bfb3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: calc(20 * var(--font-size-base) * 0.1rem);
  color: #fff;
  line-height: 1.3em;
}
@media only screen and (max-width: 768px) {
  .measures-ex .hc-ex > h3 {
    width: 11rem;
  }
}
.measures-ex .hc-ex > h3 span {
  font-family: "Montserrat", sans-serif;
  font-size: calc(40 * var(--font-size-base) * 0.1rem);
  font-weight: 400;
}
.measures-ex .hc-ex > h3 small {
  font-size: calc(20 * var(--font-size-base) * 0.1rem);
}
@media only screen and (max-width: 768px) {
  .measures-ex .hc-ex > h3 small {
    font-size: calc(23 * var(--font-size-base) * 0.1rem);
  }
}
.measures-ex .hc-ex > section {
  width: 82.4rem;
}
@media only screen and (max-width: 768px) {
  .measures-ex .hc-ex > section {
    width: calc(100% - 13.5rem);
  }
}
.measures-ex .hc-ex > section > h3 {
  font-size: calc(24 * var(--font-size-base) * 0.1rem);
  line-height: 1em;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #00bfb3;
  color: #00bfb3;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .measures-ex .hc-ex > section > h3 {
    font-size: calc(28 * var(--font-size-base) * 0.1rem);
    padding-bottom: 2rem;
  }
}
.measures-ex .hc-ex > section > h4 {
  color: #3b4043;
  font-size: calc(18 * var(--font-size-base) * 0.1rem);
  line-height: 1.4em;
  margin-bottom: 1.1rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .measures-ex .hc-ex > section > h4 {
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
  }
}
.measures-ex .hc-ex > section > p {
  color: #3b4043;
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  line-height: 1.6em;
}
@media only screen and (max-width: 768px) {
  .measures-ex .hc-ex > section > p {
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
  }
}
.measures-ex .hc-ex > section .hc-ex-low {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .measures-ex .hc-ex > section .hc-ex-low {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 4rem;
  }
}
.measures-ex .hc-ex > section .hc-ex-low section {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.measures-ex .hc-ex > section .hc-ex-low section.sec01 {
  width: 47rem;
}
@media only screen and (max-width: 768px) {
  .measures-ex .hc-ex > section .hc-ex-low section.sec01 {
    width: 100%;
  }
}
.measures-ex .hc-ex > section .hc-ex-low section.sec01 ul {
  width: 38rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .measures-ex .hc-ex > section .hc-ex-low section.sec01 ul {
    width: calc(100% - 12rem);
  }
}
.measures-ex .hc-ex > section .hc-ex-low section.sec01 ul li {
  font-size: calc(15 * var(--font-size-base) * 0.1rem);
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .measures-ex .hc-ex > section .hc-ex-low section.sec01 ul li {
    font-size: calc(22 * var(--font-size-base) * 0.1rem);
  }
}
.measures-ex .hc-ex > section .hc-ex-low section.sec01 ul li::before {
  content: "●";
  display: block;
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  margin-right: 0.4rem;
  color: #ff8200;
}
@media only screen and (max-width: 768px) {
  .measures-ex .hc-ex > section .hc-ex-low section.sec01 ul li::before {
    font-size: calc(22 * var(--font-size-base) * 0.1rem);
  }
}
.measures-ex .hc-ex > section .hc-ex-low section.sec02 {
  width: 31rem;
}
@media only screen and (max-width: 768px) {
  .measures-ex .hc-ex > section .hc-ex-low section.sec02 {
    width: 100%;
    margin-top: 2rem;
  }
}
.measures-ex .hc-ex > section .hc-ex-low section.sec02 h5 {
  background-color: #98999d;
}
.measures-ex .hc-ex > section .hc-ex-low section.sec02 ul {
  width: 21.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .measures-ex .hc-ex > section .hc-ex-low section.sec02 ul {
    width: calc(100% - 12rem);
  }
}
.measures-ex .hc-ex > section .hc-ex-low section.sec02 ul li {
  font-size: calc(15 * var(--font-size-base) * 0.1rem);
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .measures-ex .hc-ex > section .hc-ex-low section.sec02 ul li {
    font-size: calc(22 * var(--font-size-base) * 0.1rem);
  }
}
.measures-ex .hc-ex > section .hc-ex-low section.sec02 ul li::before {
  content: "●";
  display: block;
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  margin-right: 0.4rem;
  color: #98999d;
}
@media only screen and (max-width: 768px) {
  .measures-ex .hc-ex > section .hc-ex-low section.sec02 ul li::before {
    font-size: calc(22 * var(--font-size-base) * 0.1rem);
  }
}
.measures-ex .hc-ex > section .hc-ex-low section.sec02 p {
  width: 21.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: calc(15 * var(--font-size-base) * 0.1rem);
}
@media only screen and (max-width: 768px) {
  .measures-ex .hc-ex > section .hc-ex-low section.sec02 p {
    width: calc(100% - 11rem);
    font-size: calc(23 * var(--font-size-base) * 0.1rem);
  }
}
.measures-ex .hc-ex > section .hc-ex-low section h5 {
  width: 7.6rem;
  background-color: #ff8200;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
}
@media only screen and (max-width: 768px) {
  .measures-ex .hc-ex > section .hc-ex-low section h5 {
    width: 10rem;
    font-size: calc(25 * var(--font-size-base) * 0.1rem);
    padding: 1rem 0;
  }
}
.measures-ex .hc-ex:last-child {
  border-bottom: none;
  margin-bottom: 0rem;
  padding-bottom: 0rem;
}

.hc-literature {
  border-top: 1px solid #98999d;
  padding-top: 8rem;
  width: 100rem;
  margin: -5rem auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .hc-literature {
    width: calc(100vw - 8rem);
    flex-direction: column;
  }
}
.hc-literature p {
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .hc-literature p {
    font-size: calc(23 * var(--font-size-base) * 0.1rem);
    margin-bottom: 2rem;
  }
}
.hc-literature ul {
  width: 87.2rem;
}
@media only screen and (max-width: 768px) {
  .hc-literature ul {
    width: 100%;
  }
}
.hc-literature ul li {
  display: flex;
  align-items: center;
  color: #53565a;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .hc-literature ul li {
    align-items: flex-start;
  }
}
.hc-literature ul li::before {
  content: "●";
  display: block;
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  font-weight: 500;
  margin-right: 1.1rem;
}
@media only screen and (max-width: 768px) {
  .hc-literature ul li::before {
    font-size: calc(22 * var(--font-size-base) * 0.1rem);
  }
}
.hc-literature ul li a span {
  color: #53565a;
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  font-weight: 400;
  border-bottom: 1px solid #53565a;
}
@media only screen and (max-width: 768px) {
  .hc-literature ul li a span {
    font-size: calc(22 * var(--font-size-base) * 0.1rem);
  }
}
.hc-literature ul li:last-child {
  margin-bottom: 0;
}

.other-link {
  width: 100rem;
  height: 19rem;
  border: 1px solid #53565a;
  margin: 11rem auto 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .other-link {
    width: calc(100vw - 8rem);
    height: 22rem;
  }
}
.other-link h3 {
  font-size: calc(20 * var(--font-size-base) * 0.1rem);
  width: 38rem;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .other-link h3 {
    font-size: calc(25 * var(--font-size-base) * 0.1rem);
    width: 45rem;
  }
}
.other-link a {
  font-size: calc(15 * var(--font-size-base) * 0.1rem);
  font-weight: 700;
  height: 8rem;
  margin: 0;
  padding: 0 3rem;
  white-space: nowrap;
  width: 48rem;
}
@media only screen and (max-width: 768px) {
  .other-link a {
    font-size: calc(22 * var(--font-size-base) * 0.1rem);
    font-weight: 700;
    height: 9rem;
    margin: 0;
    padding: 0 3rem;
    white-space: nowrap;
    width: 56rem;
  }
}
.other-link a svg {
  height: auto;
  width: 5rem;
}
@media only screen and (max-width: 768px) {
  .other-link a svg {
    width: 6rem;
  }
}/*# sourceMappingURL=SH05.css.map */