@charset "UTF-8";
.ttl01-pg-block {
  padding-bottom: 0;
}

.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

.b-center {
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .b-center {
    text-align: left;
  }
}

.content-anchor {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  padding: 0 0 3rem;
  flex-wrap: wrap;
}
.content-anchor .content-anchor-item {
  display: block;
  position: relative;
  overflow: visible;
}
.content-anchor .content-anchor-item .item-title {
  min-width: 150px;
  min-height: 4rem;
  font-weight: bold;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.content-anchor .content-anchor-item .arrow-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, 50%);
}

.blue-box {
  border: 2px solid #123f8a;
  padding: 3rem;
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  .blue-box {
    padding: 1rem;
  }
}
.blue-box.gray {
  border: 2px solid #CCCCCC;
  padding: 1rem 2rem;
}
.blue-box h2 {
  background-color: #f2f2f2;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .blue-box h2 {
    word-break: keep-all;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.blue-box h2::after {
  position: absolute;
  bottom: -4px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #123f8a;
  left: 0;
}
.blue-box h2::before {
  position: absolute;
  top: -4px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #123f8a;
  left: 0;
}
.blue-box h2.box-edge-title {
  background-color: transparent;
  background-color: none;
  text-align: left;
}
.blue-box h2.box-edge-title::before {
  position: absolute;
  left: -1.5rem;
  top: -0.5rem;
  width: 2rem;
  height: 2rem;
  clip-path: polygon(100% 0, 0% 100%, 0 0);
}
.blue-box h2.box-edge-title.txt-red {
  color: #BE1724;
}
.blue-box h2.box-edge-title.txt-red::before {
  background-color: #BE1724;
}
.blue-box h2.box-edge-title.txt-blue {
  color: #123F8A;
}
.blue-box h2.box-edge-title.txt-blue::before {
  background-color: #123F8A;
}
.blue-box h2.box-edge-title.txt-green {
  color: #3A7D44;
}
.blue-box h2.box-edge-title.txt-green::before {
  background-color: #3A7D44;
}
.blue-box h2.box-edge-title.txt-orange {
  color: #E87722;
}
.blue-box h2.box-edge-title.txt-orange::before {
  background-color: #E87722;
}
.blue-box h2.box-edge-title::after {
  display: none;
}
.blue-box .content-flex {
  display: flex;
  gap: 3rem;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .blue-box .content-flex {
    flex-direction: column;
    gap: 1rem;
  }
}
.blue-box .content-flex .left {
  flex-basis: 45%;
}
.blue-box .content-flex .left img {
  width: 100%;
}
.blue-box .content-flex .right {
  flex-basis: 55%;
}
.blue-box .link-btn {
  display: flex;
  flex-wrap: nowrap;
  margin: 3rem 0;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
.blue-box .link-btn.txt-center {
  text-align: center;
}
.blue-box .link-btn.no-flex {
  display: block;
}
@media screen and (max-width: 767px) {
  .blue-box .link-btn {
    flex-wrap: wrap;
    margin: 1rem 0;
    gap: 1rem;
  }
}
.blue-box .link-btn:nth-last-child(1) {
  margin-bottom: 0;
}
.blue-box .link-btn .btn-blue {
  background-color: #123f8a;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 1rem;
  font-weight: bold;
  font-size: 1rem;
  position: relative;
  flex-basis: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .blue-box .link-btn .btn-blue {
    flex-basis: 100%;
    word-break: keep-all;
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
.blue-box .link-btn .btn-blue img {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
  width: 8px;
  height: 16px;
}
.blue-box .link-btn .btn-white {
  border: 1px solid #123f8a;
  border-radius: 10px;
  flex-basis: 40%;
  padding: 1rem;
  font-size: 1rem;
  color: #123F8A;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .blue-box .link-btn .btn-white {
    flex-basis: 100%;
    word-break: keep-all;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.blue-box .link-btn .btn-white img {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
  width: 8px;
  height: 16px;
}
.blue-box .link-btn .cost-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: underline;
  color: #123f8a;
}
.blue-box .link-btn .cost-link img {
  height: 1rem;
  margin-right: 1rem;
}
.blue-box .content h3 {
  position: relative;
  padding: 0 0 0 20px;
  font-weight: bold;
  margin: 0.5rem 0;
}
.blue-box .content h3::before {
  display: block;
  position: absolute;
  top: 0;
  left: 2px;
  width: 6px;
  height: 1.5rem;
  background-color: #000000;
  content: "";
}

.yellow-box {
  background-color: #FFFCEB;
  padding: 2rem 2rem;
  margin: 0 2rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.yellow-box h3 {
  font-weight: bold;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .yellow-box {
    margin: 0;
  }
}

.flex-box.double .charge-plan-type-box dd > div > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-width: 14rem;
}

.blue-pill {
  background-color: #eff2f7;
  border-radius: 15px;
  padding: 1rem;
  margin: 2rem;
}
@media screen and (max-width: 767px) {
  .blue-pill {
    margin: 1rem 0;
  }
}
.blue-pill h2 {
  text-align: center;
  border-bottom: 1px solid #123f8a;
  padding: 0.5rem 0;
  margin-bottom: 2rem;
  color: #123f8a;
  font-weight: bold;
  position: relative;
  overflow: visible;
}
.blue-pill h2::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: #eff2f7;
  transform: translate(-50%, 0);
  border-bottom: 1px solid #123f8a;
  rotate: -45deg;
  clip-path: polygon(0 100%, 100% 100%, 50% 50%);
}
@media screen and (max-width: 767px) {
  .blue-pill h2 {
    font-size: 1.2rem;
  }
}
.blue-pill h2 img {
  width: 2.5rem;
  margin-right: 0.3rem;
}
@media screen and (max-width: 767px) {
  .blue-pill h2 img {
    width: 2rem;
  }
}

.compare h2 {
  font-weight: bold;
  margin: 5rem 0 1rem;
}
.compare h2::before {
  display: inline-block;
  width: 0.3rem;
  height: 1.5rem;
  margin-right: 0.3rem;
  background-color: #000;
  content: "";
}
.compare p {
  margin: 1rem;
}

.compare .compare-table-wrap {
  width: 100%;
  overflow-x: scroll;
  overflow-y: visible;
}
.compare .compare-table-wrap::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .compare .compare-table-wrap::-webkit-scrollbar {
    display: block;
    overflow: auto;
    width: 5px;
    height: 8px;
    background-color: #fff; /* またはトラックに追加 */
  }
  .compare .compare-table-wrap::-webkit-scrollbar-thumb {
    background: #f2f2f2;
    width: 6px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .compare .compare-table-wrap table {
    margin-bottom: 0.3rem;
  }
}
.compare .compare-table-wrap table td {
  border: 1px solid #d4d4d4;
  font-weight: bold;
  font-size: 0.8rem;
}
.compare .compare-table-wrap table thead {
  background-color: #f2f7ff;
}
.compare .compare-table-wrap table thead tr td {
  min-width: 210px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .compare .compare-table-wrap table thead tr td {
    min-width: 120px;
  }
}
.compare .compare-table-wrap table thead tr td.t-vertical {
  writing-mode: vertical-rl;
  text-align: center;
  vertical-align: center;
  min-width: auto;
  width: 72px;
}
.compare .compare-table-wrap table thead tr td p {
  text-decoration: underline;
  color: #6091b0;
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
}
.compare .compare-table-wrap table thead tr td img {
  width: 140px;
  height: auto;
}
.compare .compare-table-wrap table tbody tr td {
  text-align: center;
}
.compare .compare-table-wrap table tbody tr td:first-child {
  padding-right: 0;
  padding-left: 0;
  min-width: 4.5rem;
}
.compare .link-btn-black {
  padding: 3rem 0;
}
.compare .link-btn-black .btn-black {
  display: block;
  text-align: center;
  padding: 1rem 3rem;
  border-radius: 10px;
  border: 1px solid #707070;
  color: #707070;
  font-weight: bold;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .compare .link-btn-black .btn-black {
    word-break: keep-all;
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
}
.compare .link-btn-black .btn-black img {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
  width: 8px;
  height: 16px;
}/*# sourceMappingURL=medication.css.map */