@charset "UTF-8";
.btn_reset {
  position: relative;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left;
  background-color: #fff;
}

.sp_bl {
  display: none;
}

.sp_no {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp_bl {
    display: block !important;
  }
  .sp_no {
    display: none !important;
  }
}
.tb_bl {
  display: none;
}

.tb_no {
  display: block;
}

@media screen and (max-width: 1024px) {
  .tb_bl {
    display: block !important;
  }
  .tb_no {
    display: none !important;
  }
}
.text_ct {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .text_ct_sp {
    text-align: center;
  }
}
.text_ct_sp_l {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .text_ct_sp_l {
    text-align: left;
  }
}
.m_ct {
  display: block;
  margin: 0 auto;
}

.ml_c-blue {
  color: #0a306b;
}

.ml_c-red {
  color: #d70051;
}

.ml_bak-blue {
  background-color: #e7f3fb;
}

.ml_bak-gray {
  background-color: #f8f9fb;
}

.ml_bak-wt {
  background-color: #fff;
}

.ml_gra-blue {
  z-index: 0;
}
.ml_gra-blue::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 500px;
  width: 100%;
  background-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(231, 243, 251) 75%);
  z-index: -1;
}

.txt_line-blue {
  display: inline;
  background: linear-gradient(transparent 60%, #c6e6f2 60%);
}

.txt_line-orange {
  display: inline;
  background: linear-gradient(transparent 60%, #f9be00 60%);
}

.txt_underline-blue {
  position: relative;
  display: inline;
}
.txt_underline-blue::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #0a306b;
  position: absolute;
  left: 0;
  bottom: -0.25em;
}

.ml_order-1 {
  order: 1 !important;
}

.ml_order-2 {
  order: 2 !important;
}

@media screen and (max-width: 768px) {
  .ml_order_sp-2 {
    order: 2 !important;
  }
  .ml_order_sp-1 {
    order: 1 !important;
  }
  .ml_order_sp-3 {
    order: 3 !important;
  }
}
sup {
  font-size: 56%;
  vertical-align: super;
  letter-spacing: 0;
}

sub {
  font-size: 56%;
  vertical-align: sub;
}

.ml_flex {
  display: flex;
}

.ml_flex_ai_fs {
  align-items: flex-start;
}

.ml_flex_ai_ct {
  align-items: center;
}

.ml_flex_ai_end {
  align-items: end;
}
.ml_flex_ai_end.no-end {
  align-items: inherit;
}

.ml_flex_1 {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .ml_block_sp {
    display: block !important;
  }
}
.web_ubscription {
  position: relative;
  display: block;
  max-width: 320px;
  font-size: 1.6rem;
  letter-spacing: 0.18em;
  line-height: 1;
  font-weight: 700;
  font-feature-settings: "palt";
  padding: 28px 0;
  text-align: center;
  margin: 0 auto;
  color: #0a306b;
  background-color: #f9be00;
  border-radius: 100vw;
  transition: 0.3s;
}
.web_ubscription::after {
  position: absolute;
  display: block;
  content: "";
  border-top: 1px solid #0a306b;
  border-right: 1px solid #0a306b;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .web_ubscription {
    max-width: 200px;
    font-size: 1.3rem;
    padding: 13px 0;
  }
  .web_ubscription::after {
    width: 8px;
    height: 8px;
    right: 13px;
  }
}
.ml_link_btn {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  height: 70px;
  text-align: center;
  background-color: #0a306b;
  border-radius: 100vw;
  box-sizing: border-box;
  border: 1px solid #0a306b;
  transition: 0.3s;
}
.ml_link_btn p {
  font-size: 1.6rem;
  letter-spacing: 0.18em;
  line-height: 1;
  font-weight: 700;
  font-feature-settings: "palt";
  color: #fff;
  transition: 0.3s;
  line-height: 1.7;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ml_link_btn::after {
  position: absolute;
  display: block;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.ml_link_btn:hover {
  background-color: #fff;
}
.ml_link_btn:hover p {
  color: #0a306b;
}
.ml_link_btn:hover::after {
  border-top: 1px solid #0a306b;
  border-right: 1px solid #0a306b;
}
.ml_link_btn-3 {
  height: 114px;
}

.products_price_news_btn {
  margin: 0 24px 0 0;
}
.products_price_news_btn .ml_link_btn p {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .ml_link_btn {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    height: 65px;
    text-align: center;
    background-color: #0a306b;
    border-radius: 100vw;
    box-sizing: border-box;
    border: 1px solid #0a306b;
    transition: 0.3s;
  }
  .ml_link_btn p {
    font-size: 1.3rem;
  }
  .ml_link_btn::after {
    position: absolute;
    display: block;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 6px;
    height: 6px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
  }
  .products_price_news_btn {
    margin: 0;
  }
  .products_price_news_btn .ml_link_btn p {
    font-size: 1.16rem;
  }
}
.ml_bt_box-2 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

@media screen and (max-width: 1024px) {
  .ml_bt_box-2 {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .ml_bt_box-2 {
    gap: 10px;
  }
}
.ml_bt_box-3 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 1024px) {
  .ml_bt_box-3 {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .ml_bt_box-3 {
    gap: 10px;
  }
}
.ml_link_btn-320 {
  width: 320px;
}

.ml_link_btn-380 {
  width: 380px;
}

.ml_link_btn-460 {
  width: 460px;
}

.ml_link_btn-520 {
  width: 520px;
}

@media screen and (max-width: 768px) {
  .ml_link_btn-3 {
    height: 80px;
  }
  .ml_link_btn-3 p {
    letter-spacing: 0.08em;
  }
  .ml_link_btn-320 {
    max-width: 280px;
    width: 100%;
  }
  .ml_link_btn-380 {
    max-width: 280px;
    width: 100%;
  }
  .ml_link_btn-460 {
    max-width: 280px;
    width: 100%;
  }
  .ml_link_btn-520 {
    max-width: 280px;
    width: 100%;
  }
}
.ml_line_bl {
  border: 1px solid #0a306b;
  color: #0a306b;
  padding: 4px 8px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.16em;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .ml_line_bl {
    border: 1px solid #0a306b;
    color: #0a306b;
    padding: 4px 8px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}
.ml_flex_spclm {
  display: flex;
  justify-content: space-between;
}
.ml_flex_spclm .ml_flex_box {
  width: 100%;
  max-width: 500px;
  margin-right: 50px;
}
.ml_flex_spclm .ml_flex_box.ml_flex_box_2 {
  max-width: 580px;
  display: block;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .ml_flex_spclm {
    display: flex;
    flex-direction: column;
  }
  .ml_flex_spclm .ml_flex_box {
    max-width: 500px;
    margin-right: 50px;
    display: contents;
  }
  .ml_flex_spclm h3 {
    order: 1;
  }
  .ml_flex_spclm img {
    order: 2;
    margin: 32px auto 0;
  }
  .ml_flex_spclm p {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  .ml_flex_spclm img {
    margin: 24px auto 8px;
  }
}
.ml_flex_spbl {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.ml_flex_spbl-ct {
  align-items: center;
}

@media screen and (max-width: 768px) {
  .ml_flex_spbl {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ml_flex_sp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
  }
  .ml_flex_sp img {
    margin-top: 0 !important;
  }
}
.ml_flex_item {
  background-color: #fff;
  padding: 40px;
  flex: 1;
  border-radius: 8px;
}

.ml_flex_item-1 {
  display: flex;
  gap: 18px;
}
.ml_flex_item-1 .ml_fl_item_img {
  width: 100px;
}
.ml_flex_item-1 .ml_fl_item_txt {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .ml_flex_item {
    background-color: #fff;
    padding: 28px 16px;
    flex: 1;
    border-radius: 4px;
  }
}
.ml_flex_img {
  display: flex;
  align-items: center;
  max-width: 680px;
  margin: 50px auto 0;
}
.ml_flex_img img {
  margin-right: 36px;
}

.ml_flex_img-2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 582px;
  margin: 60px auto 0;
}
.ml_flex_img-2 figure {
  position: relative;
  width: 286px;
}
.ml_flex_img-2 figure img {
  width: 100%;
}
.ml_flex_img-2 figure figcaption {
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-align: center;
  font-feature-settings: "palt";
  margin-top: 16px;
}

.ml_flex_img-3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 640px;
  margin: 60px auto 0;
}
.ml_flex_img-3 figure {
  position: relative;
  width: 190px;
}
.ml_flex_img-3 figure img {
  width: 100%;
}
.ml_flex_img-3 figure figcaption {
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-align: center;
  font-feature-settings: "palt";
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .ml_flex_img {
    max-width: 100%;
    margin: 32px auto 0;
    align-items: flex-start;
  }
  .ml_flex_img img {
    margin-right: 16px;
  }
  .ml_flex_img-2 {
    margin: 32px auto 0;
    gap: 4px;
    max-width: 295px;
  }
  .ml_flex_img-2 figure {
    width: 50%;
  }
  .ml_flex_img-2 figure img {
    width: 100%;
  }
  .ml_flex_img-2 figure figcaption {
    font-size: 1.1rem;
    letter-spacing: 0;
    margin-top: 8px;
  }
  .ml_flex_img-3 {
    margin: 32px auto 0;
    gap: 4px;
    max-width: 295px;
  }
  .ml_flex_img-3 figure {
    width: 33.3333%;
  }
  .ml_flex_img-3 figure img {
    width: 100%;
  }
  .ml_flex_img-3 figure figcaption {
    font-size: 1.1rem;
    letter-spacing: 0;
    margin-top: 8px;
  }
}
.ml_ex_item {
  position: absolute;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
  font-feature-settings: "palt";
  transform: translateY(-70%) rotate(-10deg);
}
.ml_ex_item .ml_ex_item_inner {
  position: relative;
  display: block;
  width: 110px;
  padding: 10px 0;
  color: #fff;
  box-sizing: border-box;
  background-color: #3498db;
  border-radius: 100vw;
  text-align: center;
}
.ml_ex_item .ml_ex_item_inner::before {
  position: absolute;
  bottom: -5px;
  right: 50%;
  content: "";
  display: block;
  background-color: #3498db;
  width: 10px;
  height: 6px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

@media screen and (max-width: 768px) {
  .ml_ex_item {
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    transform: translateY(-70%) rotate(-10deg);
  }
  .ml_ex_item .ml_ex_item_inner {
    position: relative;
    display: block;
    width: 55px;
    padding: 4px 0;
    color: #fff;
    box-sizing: border-box;
    background-color: #3498db;
    border-radius: 100vw;
    text-align: center;
  }
  .ml_ex_item .ml_ex_item_inner::before {
    position: absolute;
    bottom: -5px;
    right: 50%;
    content: "";
    display: block;
    background-color: #3498db;
    width: 10px;
    height: 6px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
}
.ml_step {
  display: inline-block;
  text-align: center;
  width: 120px;
  padding: 12px 0;
  border-radius: 8px;
  font-size: 2.6rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  background-color: #0a306b;
}

@media screen and (max-width: 768px) {
  .ml_step {
    display: inline-block;
    text-align: center;
    width: 60px;
    padding: 6px 0;
    border-radius: 4px;
    font-size: 1.3rem;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    background-color: #0a306b;
  }
}
.ttl_num {
  display: flex;
  align-items: center;
}
.ttl_num::before {
  content: "1";
  width: 70px;
  height: 70px;
  background-color: #0a306b;
  color: #fff;
  margin-right: 20px;
  font-size: 2.8rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  letter-spacing: 0;
}
.ttl_num h3 {
  flex: 1;
}

.ttl_num-1::before {
  content: "1";
}

.ttl_num-2::before {
  content: "2";
}

.ttl_num-3::before {
  content: "3";
}

.ttl_num-4::before {
  content: "4";
}

.ttl_num-5::before {
  content: "5";
}

.ttl_ex-m {
  margin-top: 24px;
}
.ttl_ex-m::before {
  content: "!";
  width: 48px;
  height: 48px;
}

@media screen and (max-width: 768px) {
  .ttl_num::before {
    width: 40px;
    height: 40px;
    background-color: #0a306b;
    color: #fff;
    margin-right: 13px;
    font-size: 1.8rem;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    letter-spacing: 0;
  }
  .ttl_num.ml_flex_ai_fs {
    align-items: flex-start;
  }
  .ttl_ex-m {
    margin-top: 16px;
  }
}
.ml_box-dot {
  background-color: #fff;
  border-radius: 8px;
  border: 1px dashed #0a306b;
  padding: 56px;
}

@media screen and (max-width: 768px) {
  .ml_box-dot {
    border-radius: 4px;
    padding: 24px 16px;
  }
}
.ml_box-line {
  border-radius: 8px;
  border: 1px solid #0a306b;
  padding: 56px 104px;
}

@media screen and (max-width: 768px) {
  .ml_box-line {
    border-radius: 4px;
    border: 1px solid #0a306b;
    padding: 24px 16px;
  }
}
.ml_box-line_2 {
  border-radius: 8px;
  border: 1px solid #0a306b;
  padding: 48px 56px;
}

@media screen and (max-width: 768px) {
  .ml_box-line_2 {
    border-radius: 4px;
    border: 1px solid #0a306b;
    padding: 24px 16px;
  }
}
.ml_box-line-s {
  border-radius: 8px;
  border: 1px solid #0a306b;
  padding: 16px 24px;
}

@media screen and (max-width: 768px) {
  .ml_box-line-s {
    border-radius: 4px;
    border: 1px solid #0a306b;
    padding: 16px;
  }
}
.mels_membersroom {
  display: block;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.mels_membersroom:hover {
  transform: scale(1.03);
}
.mels_membersroom .mels_membersroom_ttl {
  width: 100%;
  padding: 18px 0;
  background-color: #0a306b;
  text-align: center;
}
.mels_membersroom .mels_membersroom_ttl p {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.24em;
  font-weight: 700;
  font-feature-settings: "palt";
  color: #fff;
}
.mels_membersroom .mels_membersroom_ttl p::before {
  display: block;
  content: "";
  width: 2px;
  height: 28px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translate(0, -50%) rotate(-30deg);
}
.mels_membersroom .mels_membersroom_ttl p::after {
  display: block;
  content: "";
  width: 2px;
  height: 28px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: calc(-30px + 0.55em);
  transform: translate(0, -50%) rotate(30deg);
}
.mels_membersroom .mels_membersroom_img {
  display: block;
  margin: 32px auto 0;
  max-width: 540px;
}
.mels_membersroom .mels_membersroom_txt {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.16em;
  font-feature-settings: "palt";
  line-height: 1.7;
  font-weight: 700;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .mels_membersroom {
    display: block;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  }
  .mels_membersroom .mels_membersroom_ttl {
    width: 100%;
    padding: 6px 0;
    background-color: #0a306b;
    text-align: center;
  }
  .mels_membersroom .mels_membersroom_ttl p {
    position: relative;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 700;
    font-feature-settings: "palt";
    color: #fff;
  }
  .mels_membersroom .mels_membersroom_ttl p::before {
    display: block;
    content: "";
    width: 2px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translate(0, -50%) rotate(-30deg);
  }
  .mels_membersroom .mels_membersroom_ttl p::after {
    display: block;
    content: "";
    width: 2px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: calc(-20px + 0.3em);
    transform: translate(0, -50%) rotate(30deg);
  }
  .mels_membersroom .mels_membersroom_img {
    display: block;
    margin: 16px auto 0;
    max-width: 270px;
  }
  .mels_membersroom .mels_membersroom_txt {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    margin-top: 16px;
  }
}
.ml_batch {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #d70051;
  margin: 20px 0 0 20px;
}
.ml_batch .ml_batch_txt {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
}
.ml_batch .ml_batch_txt span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ml_batch .ml_batch_txt span {
  transform: rotate(-45deg);
  text-align: center;
  z-index: 999;
  line-height: 80px;
  color: #fff;
}

.ml_batch .ml_batch_txt, .ml_batch .ml_batch_txt:after, .ml_batch .ml_batch_txt:before, .ml_batch .ml_batch_txt span {
  content: "";
  width: 80px;
  height: 80px;
  background-color: #d70051;
  position: absolute;
  top: 0px;
}

.ml_batch, .ml_batch .ml_batch_txt, .ml_batch .ml_batch_txt:after, .ml_batch .ml_batch_txt:before {
  transform: rotate(22.5deg);
}

@media screen and (max-width: 768px) {
  .ml_batch {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #d70051;
    margin: 20px 0 0 20px;
  }
  .ml_batch .ml_batch_txt {
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1;
  }
  .ml_batch .ml_batch_txt span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ml_batch .ml_batch_txt span {
    transform: rotate(-45deg);
    text-align: center;
    z-index: 999;
    line-height: 60px;
    color: #fff;
  }
  .ml_batch .ml_batch_txt, .ml_batch .ml_batch_txt:after, .ml_batch .ml_batch_txt:before, .ml_batch .ml_batch_txt span {
    content: "";
    width: 60px;
    height: 60px;
    background-color: #d70051;
    position: absolute;
    top: 0px;
  }
  .ml_batch, .ml_batch .ml_batch_txt, .ml_batch .ml_batch_txt:after, .ml_batch .ml_batch_txt:before {
    transform: rotate(22.5deg);
  }
}
.ml_cont {
  position: relative;
  padding: 100px 16px 0;
}

@media screen and (max-width: 768px) {
  .ml_cont {
    position: relative;
    padding: 60px 16px 0;
  }
  .ml_cont.p_t0 {
    padding-top: 0;
  }
  .ml_cont.p_lr24 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.ml_cont_innner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .ml_cont_innner {
    max-width: 640px;
    margin: 0 auto;
  }
}
.ml_top {
  padding: 64px 16px 80px;
}

@media screen and (max-width: 768px) {
  .ml_top {
    padding: 40px 16px;
  }
  .ml_top .ml_cont_innner {
    display: flex;
    flex-direction: column;
  }
  .ml_top.ml_top {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.ml_box-wt {
  padding: 64px 100px;
  background-color: #fff;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .ml_box-wt {
    padding: 32px 16px;
    border-radius: 4px;
  }
}
.ml_box-wt_2 {
  padding: 64px 72px;
  background-color: #fff;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .ml_box-wt_2 {
    padding: 32px 16px;
    border-radius: 4px;
  }
}
.ml_box-wt_3 {
  padding: 48px 80px;
  background-color: #fff;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .ml_box-wt_3 {
    padding: 32px 16px;
    border-radius: 4px;
  }
}
.ml_note {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.14em;
  font-feature-settings: "palt";
  text-indent: -1.1em;
  margin-left: 1.1em;
}
.ml_note.ml_note-number {
  text-indent: -2.1em;
  margin-left: 2.1em;
}
.ml_note.ml_note-list {
  list-style: none;
  font-size: 1.3rem;
}

.ml_txt38-b {
  font-size: 3.8rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  font-weight: 700;
  font-feature-settings: "palt";
}

.ml_txt36-b {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-weight: 700;
  font-feature-settings: "palt";
}

.ml_txt28-b {
  font-size: 2.8rem;
  letter-spacing: 0.18em;
  line-height: 1.7;
  font-weight: 700;
  font-feature-settings: "palt";
}

.ml_txt26 {
  font-size: 2.6rem;
  letter-spacing: 0.17em;
  line-height: 1.7;
  font-feature-settings: "palt";
}

.ml_txt26-b {
  font-size: 2.6rem;
  letter-spacing: 0.18em;
  line-height: 1.7;
  font-weight: 700;
  font-feature-settings: "palt";
}

.ml_txt24-b {
  font-size: 2.4rem;
  letter-spacing: 0.18em;
  line-height: 1.7;
  font-weight: 700;
  font-feature-settings: "palt";
}

.ml_txt20-b {
  font-size: 2rem;
  letter-spacing: 0.18em;
  line-height: 1.7;
  font-weight: 700;
  font-feature-settings: "palt";
}

.ml_txt20 {
  font-size: 2rem;
  letter-spacing: 0.18em;
  line-height: 1.7;
  font-feature-settings: "palt";
}

.ml_txt18 {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1.7;
}

.ml_txt18-b {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1.7;
  font-weight: 700;
}

.ml_txt16 {
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  line-height: 1.8;
  font-feature-settings: "palt";
}

.ml_txt16-b {
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  line-height: 1.8;
  font-feature-settings: "palt";
  font-weight: 700;
}

.ml_txt15 {
  font-size: 1.5rem;
  letter-spacing: 0.18em;
  line-height: 1.8;
}

.ml_txt15-b {
  font-size: 1.5rem;
  letter-spacing: 0.18em;
  line-height: 1.8;
  font-weight: 700;
}

.ml_txt13 {
  font-size: 1.3rem;
  letter-spacing: 0.18em;
  line-height: 1.7;
}

.ml_ttl34 {
  font-size: 3.4rem;
  letter-spacing: 0.18em;
  line-height: 1.7;
  font-weight: 700;
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  .ml_note {
    font-size: 1.1rem;
  }
  .ml_txt15 {
    font-size: 1.3rem;
    letter-spacing: 0.08em;
  }
  .ml_txt16 {
    font-size: 1.4rem;
  }
  .ml_txt16-b {
    font-size: 1.4rem;
  }
  .ml_txt18 {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
  .ml_txt18-b {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
  .ml_txt20 {
    font-size: 1.4rem;
  }
  .ml_txt20-b {
    font-size: 1.4rem;
  }
  .ml_txt24-b {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
  }
  .ml_txt26 {
    font-size: 1.6rem;
  }
  .ml_txt26-b {
    font-size: 1.6rem;
    letter-spacing: 0.16em;
  }
  .ml_txt28-b {
    font-size: 2rem;
    letter-spacing: 0.08em;
  }
  .ml_txt36-b {
    font-size: 2.4rem;
  }
  .ml_txt38-b {
    font-size: 2.7rem;
    letter-spacing: 0.08em;
  }
  .ml_ttl34 {
    font-size: 2rem;
    letter-spacing: 0.12em;
  }
}
.ml_ttl_c-blue {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 700;
  background-color: rgba(10, 48, 107, 0.9);
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .ml_ttl_c-blue {
    font-size: 1.3rem;
    background-color: rgba(10, 48, 107, 0.9);
    border-radius: 4px;
    padding: 12px;
  }
}
.ml_ttl_s_c-blue {
  display: inline-block;
  font-size: 2.1rem;
  font-weight: 700;
  background-color: rgba(10, 48, 107, 0.9);
  color: #fff;
  text-align: center;
  padding: 8px 12px 12px;
  border-radius: 8px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .ml_ttl_s_c-blue {
    font-size: 1.3rem;
    padding: 6px 9px 8px;
    border-radius: 4px;
    white-space: nowrap;
  }
}
.ml_ttl_r_c-orange {
  background-color: #f9be00;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.ml_ttl_r_c-orange.toric {
  background-color: #adc9f1;
}
.ml_ttl_r_c-orange p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  transform: translateX(0.125em);
}

@media screen and (max-width: 768px) {
  .ml_ttl_r_c-orange {
    margin-top: 20px;
  }
  .ml_ttl_r_c-orange p {
    font-size: 1.3rem;
  }
}
.ml_ttl_r_c-blue {
  width: 100px;
  height: 100px;
  background-color: #0a306b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ml_ttl_r_c-blue p {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  transform: translateX(0.125em);
}

@media screen and (max-width: 768px) {
  .ml_ttl_r_c-blue {
    width: 60px;
    height: 60px;
  }
  .ml_ttl_r_c-blue p {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.2em;
    transform: translateX(0.125em);
  }
}
.ml_ls008 {
  letter-spacing: 0.08em;
}

.ml_lh17 {
  line-height: 1.7;
}

.ml_img_96 {
  max-width: 96px;
}

.ml_img_100 {
  max-width: 100px;
}

.ml_img_120 {
  max-width: 120px;
}

.ml_img_130 {
  max-width: 130px;
}

.ml_img_140 {
  max-width: 140px;
}

.ml_img_150 {
  max-width: 150px;
}

.ml_img_160 {
  max-width: 160px;
}

.ml_img_166 {
  max-width: 166px;
}

.ml_img_176 {
  max-width: 176px;
}

.ml_img_186 {
  max-width: 186px;
}

.ml_img_200 {
  max-width: 200px;
}

.ml_img_224 {
  max-width: 224px;
}

.ml_img_240 {
  max-width: 240px;
}

.ml_img_305 {
  max-width: 305px;
}

.ml_img_430 {
  max-width: 430px;
}

.ml_img_508 {
  max-width: 508px;
}

@media screen and (max-width: 768px) {
  .ml_img_96 {
    max-width: 50px;
  }
  .ml_img_100 {
    max-width: 50px;
  }
  .ml_img_120 {
    max-width: 70px;
  }
  .ml_img_140 {
    max-width: 80px;
  }
  .ml_img_130 {
    max-width: 80px;
  }
  .ml_img_150 {
    max-width: 80px;
  }
  .ml_img_160 {
    max-width: 90px;
  }
  .ml_img_166 {
    max-width: 100px;
  }
  .ml_img_176 {
    max-width: 88px;
  }
  .ml_img_186 {
    max-width: 110px;
  }
  .ml_img_200 {
    max-width: 120px;
  }
  .ml_img_224 {
    max-width: 138px;
  }
  .ml_img_240 {
    max-width: 133px;
  }
  .ml_img_305 {
    max-width: 190px;
  }
  .ml_img_430 {
    max-width: 200px;
  }
  .ml_img_508 {
    max-width: 287px;
  }
}
.ml_prefectures {
  display: block;
  width: 100%;
  padding: 28px 30px;
  background-color: #0a306b;
  color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 2.6rem;
  letter-spacing: 0.16em;
  font-feature-settings: "palt";
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .ml_prefectures {
    padding: 16px 14px;
    font-size: 1.4rem;
    border-radius: 4px;
  }
}
.ml_accordion_bt {
  position: relative;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left;
}
.ml_accordion_bt::before {
  content: "＋";
  position: absolute;
  right: 40px;
  color: #fff;
  line-height: 1;
}
.ml_accordion_bt-blue::before {
  color: #0a306b;
}
.ml_accordion_bt.active::before {
  content: "－";
}

@media screen and (max-width: 768px) {
  .ml_accordion_bt::before {
    right: 16px;
  }
}
.ml_prefectures_item {
  display: block;
  width: 100%;
  padding: 30px 50px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}
.ml_prefectures_item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.ml_prefectures_item ul li {
  list-style: none;
  width: 12.5%;
  font-size: 1.5rem;
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0.16em;
}
.ml_prefectures_item ul li a {
  text-decoration: underline;
  transition: 0.3s;
  cursor: pointer;
}
.ml_prefectures_item ul li a:hover {
  color: #3498db;
}

@media screen and (max-width: 768px) {
  .ml_prefectures_item {
    padding: 24px 16px;
    border-radius: 4px;
  }
  .ml_prefectures_item ul {
    gap: 18px 0;
  }
  .ml_prefectures_item ul li {
    width: 25%;
    font-size: 1.3rem;
  }
}
.ml_prefectures_item_area {
  display: block;
  width: 100%;
  padding: 40px 50px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}
.ml_prefectures_item_area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.ml_prefectures_item_area ul li {
  list-style: none;
  width: 25%;
  font-size: 1.5rem;
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0.16em;
}
.ml_prefectures_item_area ul li a {
  text-decoration: underline;
  transition: 0.3s;
  cursor: pointer;
}
.ml_prefectures_item_area ul li a:hover {
  color: #3498db;
}

@media screen and (max-width: 768px) {
  .ml_prefectures_item_area {
    padding: 24px 16px;
    border-radius: 4px;
  }
  .ml_prefectures_item_area ul {
    gap: 18px 0;
  }
  .ml_prefectures_item_area ul li {
    width: 50%;
    font-size: 1.3rem;
  }
}
.ml_accordion {
  display: none;
}

.ml_searchIconExp {
  display: block;
  width: 100%;
  padding: 40px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}
.ml_searchIconExp .un_searchIconExp {
  display: flex;
  width: 100%;
  border: 1px solid #c8c8c8;
}
.ml_searchIconExp .un_searchIconExp .un_searchIconExp_ttl {
  background-color: #f5f6f7;
  width: 140px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.ml_searchIconExp .un_searchIconExp .un_searchIconExp_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style-type: none;
  gap: 8px 16px;
  border-left: 1px solid #c8c8c8;
  padding: 12px 24px;
  flex: 1;
}
.ml_searchIconExp .un_searchIconExp .un_searchIconExp_list .un_searchIconExp_item .un_searchIconExpIcon {
  display: flex;
  gap: 8px;
  align-items: center;
}
.ml_searchIconExp .un_searchIconExp .un_searchIconExp_list .un_searchIconExp_item .un_searchIconExpIcon .un_searchIconExpIcon_item:nth-child(2) {
  flex: 1;
}
.ml_searchIconExp .un_searchIconExp .un_searchIconExp_list .un_searchIconExp_item .un_searchIconExpIcon .un_searchIconExpIcon_item .un_searchIconExpIcon_txt {
  font-size: 1.2rem;
  line-height: 1.5;
}
.ml_searchIconExp .un_searchIconExp .un_searchIconExp_list .un_searchIconExp_item .un_searchIconExpIcon .un_searchIconExpIcon_item .un_searchIconExpIcon_txt a {
  text-decoration: underline;
  color: #3498db;
  transition: 0.3s;
}
.ml_searchIconExp .un_searchIconExp .un_searchIconExp_list .un_searchIconExp_item .un_searchIconExpIcon .un_searchIconExpIcon_item .un_searchIconExpIcon_txt a:hover {
  color: #0a306b;
}

@media screen and (max-width: 768px) {
  .ml_searchIconExp {
    padding: 24px 16px;
    border-radius: 4px;
  }
  .ml_searchIconExp .un_searchIconExp {
    display: block;
  }
  .ml_searchIconExp .un_searchIconExp .un_searchIconExp_ttl {
    display: block;
    width: 100%;
    padding: 12px 8px;
    font-size: 1.2rem;
  }
  .ml_searchIconExp .un_searchIconExp .un_searchIconExp_list {
    border-left: none;
    border-top: 1px solid #c8c8c8;
    padding: 16px;
    flex-wrap: wrap;
    display: grid;
    gap: 8px 12px;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  }
  .ml_searchIconExp .un_searchIconExp .un_searchIconExp_list .un_searchIconExp_item .un_searchIconExpIcon .un_searchIconExpIcon_item .un_searchIconExpIcon_icon {
    width: 32px;
  }
  .ml_searchIconExp .un_searchIconExp .un_searchIconExp_list .un_searchIconExp_item .un_searchIconExpIcon .un_searchIconExpIcon_item .un_searchIconExpIcon_txt {
    font-size: 1rem;
  }
}
.ml_searchBox_inner {
  padding: 40px;
  background-color: #fff;
  border-radius: 8px;
}
.ml_searchBox_inner .un_searchStoreList {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.ml_searchBox_inner .un_searchStoreList .un_searchStore {
  transition: border 0.3s;
  display: block;
  width: calc(50% - 12px);
  border: 1px solid #dadada;
  background-color: #fff;
  padding: 24px 32px;
  box-sizing: border-box;
  border-radius: 8px;
  max-width: 500px;
  transition: 0.3s;
}
.ml_searchBox_inner .un_searchStoreList .un_searchStore .un_searchStore_head {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.ml_searchBox_inner .un_searchStoreList .un_searchStore .un_searchStore_head .un_searchStore_headItem {
  box-sizing: border-box;
}
.ml_searchBox_inner .un_searchStoreList .un_searchStore .un_searchStore_head .un_searchStore_headItem:nth-child(1) {
  flex: 1;
}
.ml_searchBox_inner .un_searchStoreList .un_searchStore .un_searchStore_head .un_searchStore_headItem .un_searchStore_headTxt {
  line-height: 1.6;
  font-weight: bold;
  font-size: 1.6rem;
}
.ml_searchBox_inner .un_searchStoreList .un_searchStore .un_searchStore_head .un_searchStore_headItem .un_searchStore_icon {
  list-style-type: none;
  display: flex;
  gap: 8px;
  margin-top: 4px;
}
.ml_searchBox_inner .un_searchStoreList .un_searchStore .un_searchStore_head .un_searchStore_headItem .un_searchStore_icon img {
  width: 24px;
}
.ml_searchBox_inner .un_searchStoreList .un_searchStore .un_searchStore_address {
  font-size: 1.4rem;
  line-height: 1.7;
}
.ml_searchBox_inner .un_searchStoreList .un_searchStore:hover {
  border: 1px solid #3498db;
}
.ml_searchBox_inner .un_searchStoreList .un_searchStore:hover .web_ubscription {
  color: #fff;
  background-color: #0a306b;
}
.ml_searchBox_inner .un_searchStoreList .un_searchStore:hover .web_ubscription::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.ml_searchBox_inner .un_searchStoreList .un_searchStore:hover .web_ubscription a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .ml_searchBox_inner {
    padding: 24px 16px;
    border-radius: 4px;
  }
  .ml_searchBox_inner .un_searchStoreList {
    gap: 16px;
  }
  .ml_searchBox_inner .un_searchStoreList .un_searchStore {
    max-width: 400px;
    padding: 16px;
    border-radius: 4px;
  }
  .ml_searchBox_inner .un_searchStoreList .un_searchStore .un_searchStore_head {
    flex-direction: column;
  }
  .ml_searchBox_inner .un_searchStoreList .un_searchStore .un_searchStore_head .un_searchStore_headItem {
    box-sizing: border-box;
  }
  .ml_searchBox_inner .un_searchStoreList .un_searchStore .un_searchStore_head .un_searchStore_headItem .un_searchStore_headTxt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .ml_searchBox_inner .un_searchStoreList .un_searchStore .un_searchStore_address {
    font-size: 1.1rem;
  }
}
@media (max-width: 1080px) {
  .ml_searchBox_inner .un_searchStoreList {
    flex-direction: column;
    align-items: center;
  }
  .ml_searchBox_inner .un_searchStoreList .un_searchStore {
    width: 100%;
  }
}
.ml_tab_bt_wrap {
  display: flex;
}
.ml_tab_bt_wrap h2 {
  display: block;
  width: 50%;
}
.ml_tab_bt_wrap .ml_tab_bt {
  width: 100%;
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.14em;
  font-feature-settings: "palt";
  font-weight: 700;
  background-color: #f0f0f0;
  padding: 24px 0;
  text-align: center;
  border-radius: 8px 8px 0 0;
  transition: 0.3s;
}
.ml_tab_bt_wrap .ml_tab_bt:hover, .ml_tab_bt_wrap .ml_tab_bt:focus {
  color: #0a306b;
}
.ml_tab_bt_wrap .ml_tab_bt_active {
  display: block;
  background-color: #fff;
  color: #0a306b;
}
.ml_tab_bt_wrap .ml_tab_bt.ml_tab_btn_h100p {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .ml_tab_bt_wrap .ml_tab_bt {
    font-size: 1.3rem;
    letter-spacing: 0.12em;
    padding: 10px 0;
    border-radius: 4px 4px 0 0;
  }
}
.ml_tab_wrap .ml_txt20-b {
  letter-spacing: 0.08em;
}
.ml_tab_wrap .ml_txt18 {
  letter-spacing: 0.14em;
}
.ml_tab_wrap .ml_txt18 .ml_c-blue {
  font-weight: 700;
}
.ml_tab_wrap .ml_tab {
  display: none;
}
.ml_tab_wrap .ml_tab_active {
  display: block;
}
.ml_tab_wrap .ml_tab .ml_tab_cont {
  margin-top: 56px;
  padding-top: 56px;
  border-top: 1px dashed #0a306b;
}
.ml_tab_wrap .ml_tab .ml_tab_cont:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap {
  display: flex;
  align-items: center;
}
.ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow {
  position: relative;
  width: 207px;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 1em 0.5em;
  box-sizing: border-box;
  border-radius: 100vw;
}
.ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow small {
  font-size: 75%;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow-wt {
  background-color: #fff;
  border: 1px solid #0a306b;
}
.ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow-blue {
  background-color: #c2e0f4;
}
.ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow-blue_2 {
  background-color: #b8eaec;
}
.ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow .ml_tab_flow_ttl {
  position: absolute;
  top: -25px;
  left: -8px;
  white-space: nowrap;
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  background-color: #0a306b;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  letter-spacing: 0;
}
.ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow_arr {
  position: relative;
  flex: 1;
  width: 100%;
  margin: 0 8px;
}
.ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow_arr .ml_tab_flow_arr_item {
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to right, #0a306b 4px, transparent 4px);
  background-size: 12px 4px;
  background-repeat: repeat-x;
}
.ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow_arr .ml_tab_flow_arr_item::after {
  position: absolute;
  content: "";
  display: block;
  height: 16px;
  width: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #0a306b;
  right: 0;
  top: 50%;
  transform: translate(4px, -50%);
}
.ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow_arr p {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .ml_tab_wrap .ml_txt20-b {
    letter-spacing: 0;
  }
  .ml_tab_wrap .ml_txt18 {
    letter-spacing: 0.14em;
  }
  .ml_tab_wrap .ml_txt18 .ml_c-blue {
    font-weight: 700;
  }
  .ml_tab_wrap .ml_tab {
    display: none;
  }
  .ml_tab_wrap .ml_tab_active {
    display: block;
  }
  .ml_tab_wrap .ml_tab .ml_tab_cont {
    margin-top: 56px;
    padding-top: 56px;
    border-top: 1px dashed #0a306b;
  }
  .ml_tab_wrap .ml_tab .ml_tab_cont:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow {
    position: relative;
    width: 524px;
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    padding: 1em 0.5em;
    box-sizing: border-box;
    border-radius: 100vw;
  }
  .ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow small {
    font-size: 92%;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
  .ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow-wt {
    background-color: #fff;
    border: 1px solid #0a306b;
  }
  .ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow-blue {
    background-color: #c2e0f4;
  }
  .ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow-blue_2 {
    background-color: #b8eaec;
  }
  .ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow .ml_tab_flow_ttl {
    position: absolute;
    top: -25px;
    left: -8px;
    white-space: nowrap;
    font-size: 1.4rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    background-color: #0a306b;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    letter-spacing: 0;
  }
  .ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow_arr {
    position: relative;
    flex: 1;
    width: 4px;
    margin: 8px auto;
  }
  .ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow_arr .ml_tab_flow_arr_item {
    position: relative;
    display: block;
    width: 4px;
    height: 60px;
    background-image: linear-gradient(to bottom, #0a306b 4px, transparent 4px);
    background-size: 4px 12px;
    background-repeat: repeat-Y;
  }
  .ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow_arr .ml_tab_flow_arr_item::after {
    position: absolute;
    content: "";
    display: block;
    height: 8px;
    width: 16px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #0a306b;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 8px);
  }
  .ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow_arr p {
    position: absolute;
    top: 50%;
    left: 48px;
    transform: translate(0, -50%);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .ml_tab_wrap .ml_txt20-b {
    letter-spacing: 0;
  }
  .ml_tab_wrap .ml_txt18 {
    letter-spacing: 0.08em;
  }
  .ml_tab_wrap .ml_txt18 .ml_c-blue {
    font-weight: 700;
  }
  .ml_tab_wrap .ml_tab {
    display: none;
  }
  .ml_tab_wrap .ml_tab_active {
    display: block;
  }
  .ml_tab_wrap .ml_tab .ml_tab_cont {
    margin-top: 32px;
    padding-top: 32px;
  }
  .ml_tab_wrap .ml_tab .ml_tab_cont:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow {
    position: relative;
    max-width: 262px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    padding: 1em 0.5em;
    box-sizing: border-box;
    border-radius: 100vw;
  }
  .ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow-wt {
    background-color: #fff;
    border: 1px solid #0a306b;
  }
  .ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow-blue {
    background-color: #c2e0f4;
  }
  .ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow-blue_2 {
    background-color: #b8eaec;
  }
  .ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow .ml_tab_flow_ttl {
    position: absolute;
    top: -20px;
    left: -13px;
    white-space: nowrap;
    font-size: 1.2rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    background-color: #0a306b;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    letter-spacing: 0;
  }
  .ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow_arr {
    position: relative;
    flex: 1;
    width: 4px;
    margin: 0 auto 4px;
  }
  .ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow_arr .ml_tab_flow_arr_item {
    position: relative;
    display: block;
    width: 2px;
    height: 32px;
    background-image: linear-gradient(to bottom, #0a306b 4px, transparent 4px);
    background-size: 2px 6px;
    background-repeat: repeat-Y;
  }
  .ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow_arr .ml_tab_flow_arr_item::after {
    position: absolute;
    content: "";
    display: block;
    height: 4px;
    width: 12px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #0a306b;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 4px);
  }
  .ml_tab_wrap .ml_tab .ml_tab_cont .ml_tab_flow_wrap .ml_tab_flow_arr p {
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translate(0, -50%);
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }
}
.ml_pd_wrap {
  width: 100%;
}
.ml_pd_wrap .ml_pd_flax {
  display: flex;
  gap: 20px;
}
.ml_pd_wrap .ml_pd_flax .ml_pd_flax_inner {
  width: 50%;
}
.ml_pd_wrap .ml_pd_flax .ml_pd_flax_inner .ml_pd {
  display: flex;
  gap: 24px;
  background-color: #f8f9fb;
  border-radius: 8px;
  padding: 24px;
  box-sizing: border-box;
}
.ml_pd_wrap .ml_pd_flax .ml_pd_flax_inner .ml_pd.p_t0 {
  padding-top: 0 !important;
}
.ml_pd_wrap .ml_pd_flax .ml_pd_flax_inner .ml_pd .ml_txt20-b {
  letter-spacing: 0.1em;
}
.ml_pd_wrap .ml_pd_flax .ml_pd_flax_inner .ml_pd .ml_txt15 {
  letter-spacing: 0.14em;
  font-feature-settings: "palt";
}
.ml_pd_wrap .ml_pd_flax .ml_pd_flax_inner .ml_pd .ml_pd_img {
  display: block;
  width: 166px;
}
.ml_pd_wrap .ml_pd_flax .ml_pd_flax_inner .ml_pd .ml_pd_img img {
  width: 100%;
}

@media (max-width: 1024px) {
  .ml_pd_wrap {
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
  }
  .ml_pd_wrap .ml_pd_flax {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .ml_pd_wrap .ml_pd_flax .ml_pd_flax_inner {
    width: 100%;
  }
  .ml_pd_wrap .ml_pd_flax .ml_pd_flax_inner .ml_pd {
    display: flex;
    gap: 16px;
    background-color: #f8f9fb;
    border-radius: 8px;
    padding: 24px;
    box-sizing: border-box;
  }
  .ml_pd_wrap .ml_pd_flax .ml_pd_flax_inner .ml_pd .ml_txt20-b {
    letter-spacing: 0.1em;
  }
  .ml_pd_wrap .ml_pd_flax .ml_pd_flax_inner .ml_pd .ml_txt15 {
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
  .ml_pd_wrap .ml_pd_flax .ml_pd_flax_inner .ml_pd .ml_pd_img {
    display: block;
    width: 166px;
  }
  .ml_pd_wrap .ml_pd_flax .ml_pd_flax_inner .ml_pd .ml_pd_img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ml_pd_wrap .ml_pd_flax {
    gap: 8px;
  }
  .ml_pd_wrap .ml_pd_flax .ml_pd_flax_inner .ml_pd {
    gap: 20px;
    padding: 16px;
  }
  .ml_pd_wrap .ml_pd_flax .ml_pd_flax_inner .ml_pd .ml_pd_img {
    width: 109px;
  }
}
.ml_carepoint {
  padding: 64px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  gap: 80px;
}
.ml_carepoint .ml_carepoint_item {
  width: 160px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #0a306b;
  border-radius: 8px;
}
.ml_carepoint .ml_carepoint_item .ml_carepoint_item_num {
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
}
.ml_carepoint .ml_carepoint_item .ml_carepoint_item_num p {
  position: absolute;
  top: calc(50% - 0.05em);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  font-feature-settings: "palt";
  color: #0a306b;
}
.ml_carepoint .ml_carepoint_item .ml_carepoint_item_txt {
  color: #fff;
  font-size: 3.8rem;
  letter-spacing: 0.18em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  font-feature-settings: "palt";
  margin-top: 16px;
  text-indent: 0.18em;
}
.ml_carepoint .ml_carepoint_txt {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .ml_carepoint {
    padding: 32px 16px;
    border-radius: 4px;
    flex-direction: column;
    gap: 16px;
  }
  .ml_carepoint .ml_carepoint_item {
    width: 106px;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #0a306b;
    border-radius: 4px;
    gap: 8px;
    margin: 0 auto;
  }
  .ml_carepoint .ml_carepoint_item .ml_carepoint_item_num {
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
  }
  .ml_carepoint .ml_carepoint_item .ml_carepoint_item_num p {
    position: absolute;
    top: calc(50% - 0.05em);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 700;
    font-feature-settings: "palt";
    color: #0a306b;
  }
  .ml_carepoint .ml_carepoint_item .ml_carepoint_item_txt {
    color: #fff;
    font-size: 1.9rem;
    letter-spacing: 0.18em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    font-feature-settings: "palt";
    margin-top: 0;
    text-indent: 0.18em;
  }
  .ml_carepoint .ml_carepoint_txt {
    flex: 1;
  }
  .ml_carepoint .ml_carepoint_txt h3 {
    text-align: center;
    line-height: 1.4;
  }
  .ml_carepoint .ml_carepoint_txt h3 span {
    line-height: 1.4;
  }
}
.ml_care_img_flex {
  display: flex;
  gap: 40px;
}
.ml_care_img_flex .ml_care_img_flex_item {
  width: 33%;
}
.ml_care_img_flex .ml_care_img_flex_item img {
  display: block;
  width: 180px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .ml_care_img_flex {
    flex-direction: column;
    gap: 42px;
  }
  .ml_care_img_flex .ml_care_img_flex_item {
    width: 100%;
  }
  .ml_care_img_flex .ml_care_img_flex_item img {
    display: block;
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
  }
}
.ml_reassurance {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 18px;
}
.ml_reassurance .ml_reassurance_inner {
  width: calc(50% - 9px);
  padding: 32px 48px 32px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}
.ml_reassurance .ml_reassurance_inner .ml_reassurance_item {
  width: 128px;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0a306b;
  border-radius: 8px;
  margin: 0 auto;
}
.ml_reassurance .ml_reassurance_inner .ml_reassurance_item .ml_reassurance_item_txt {
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.32em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  font-feature-settings: "palt";
}
.ml_reassurance .ml_reassurance_inner .ml_reassurance_item .ml_reassurance_item_num {
  position: relative;
  width: 22px;
  height: 22px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 4px;
}
.ml_reassurance .ml_reassurance_inner .ml_reassurance_item .ml_reassurance_item_num p {
  position: absolute;
  top: calc(50% - 0.05em);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  font-feature-settings: "palt";
  color: #0a306b;
}
.ml_reassurance .ml_reassurance_inner .ml_reassurance_cont {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-top: 16px;
}
.ml_reassurance .ml_reassurance_inner .ml_reassurance_cont img {
  width: 65px;
}
.ml_reassurance .ml_reassurance_inner .ml_reassurance_cont .ml_reassurance_cont_txt {
  flex: 1;
}

@media (max-width: 768px) {
  .ml_reassurance {
    flex-direction: column;
    gap: 10px;
  }
  .ml_reassurance .ml_reassurance_inner {
    width: 100%;
    padding: 32px 16px;
    border-radius: 4px;
  }
  .ml_reassurance .ml_reassurance_inner .ml_reassurance_item {
    width: 106px;
    padding: 5px 0;
    border-radius: 4px;
  }
  .ml_reassurance .ml_reassurance_inner .ml_reassurance_item .ml_reassurance_item_txt {
    font-size: 1.9rem;
    letter-spacing: 0.32em;
  }
  .ml_reassurance .ml_reassurance_inner .ml_reassurance_item .ml_reassurance_item_num {
    width: 19px;
    height: 19px;
    margin-left: 4px;
  }
  .ml_reassurance .ml_reassurance_inner .ml_reassurance_item .ml_reassurance_item_num p {
    font-size: 1.8rem;
  }
  .ml_reassurance .ml_reassurance_inner .ml_reassurance_cont {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-top: 19px;
  }
  .ml_reassurance .ml_reassurance_inner .ml_reassurance_cont img {
    width: 45px;
  }
  .ml_reassurance .ml_reassurance_inner .ml_reassurance_cont .ml_reassurance_cont_txt {
    flex: 1;
  }
}
.ml_appleuse {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.ml_appleuse .txt_line-blue {
  display: inline;
  background: linear-gradient(transparent 60%, #bbd4e9 60%);
}
.ml_appleuse .txt_line-orange {
  display: inline;
  background: linear-gradient(transparent 60%, #f7df88 60%);
}
.ml_appleuse .ml_appleuse_img_1 {
  display: block;
  width: 180px;
  margin: 16px auto 0;
}
.ml_appleuse .ml_appleuse_img_2 {
  width: 280px;
  margin: 10px auto 0;
}
.ml_appleuse .ml_appleuse_img_3 {
  display: flex;
  align-items: flex-start;
}
.ml_appleuse .ml_appleuse_img_3 .ml_appleuse_img_3_1 {
  width: 163px;
}
.ml_appleuse .ml_appleuse_img_3 .ml_appleuse_img_3_arr {
  width: 30px;
  transform: rotate(-90deg);
  margin-top: 96px;
}
.ml_appleuse .ml_appleuse_img_3 .ml_appleuse_img_3_2 {
  width: 163px;
}
.ml_appleuse .ml_appleuse_img_4_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ml_appleuse .ml_appleuse_img_4 {
  width: 300px;
}
.ml_appleuse .ml_appleuse_img_4_arr_1 {
  width: 50px;
  transform: rotate(-90deg);
  margin-top: 136px;
}
.ml_appleuse .ml_appleuse_img_4_arr_2 {
  display: block;
  width: 50px;
  margin: 36px auto;
}
.ml_appleuse .ml_appleuse_bak-orange {
  padding: 36px 56px;
  background-color: #f7df88;
  border-radius: 8px;
}
.ml_appleuse .ml_appleuse_bak-blue {
  padding: 36px 56px;
  background-color: #bbd4e9;
  border-radius: 8px;
}
.ml_appleuse .ml_appleuse_bak_cont {
  max-width: 373px;
  margin-left: 32px;
}
.ml_appleuse .ml_appleuse_btn {
  width: 100%;
  padding: 32px 0;
}
.ml_appleuse .ml_appleuse_btn .ml_appleuse_ttl {
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.ml_appleuse .ml_appleuse_main {
  border-top: 1px solid #0a306b;
  padding: 56px;
}
.ml_appleuse .ml_appleuse_main .ttl_num {
  align-items: flex-start;
}
.ml_appleuse .ml_appleuse_main .ttl_num::before {
  width: 50px;
  height: 50px;
}
.ml_appleuse .ml_appleuse_main .ttl_num h3 {
  margin-top: 0.25em;
}
.ml_appleuse .ml_appleuse_main .ml_appleuse_cont {
  margin: 0 auto;
  max-width: 750px;
}
.ml_appleuse .ml_appleuse_main .ml_appleuse_cont .app_banner img {
  max-width: 212px;
}
.ml_appleuse .ml_appleuse_main .ml_appleuse_cont .app_banner img:first-child {
  margin-right: 20px;
}
.ml_appleuse .ml_appleuse_menu {
  max-width: 440px;
  margin-left: 48px;
}
.ml_appleuse .ml_appleuse_menu ul li {
  position: relative;
  list-style: none;
  margin-top: 8px;
  padding-left: 2em;
}
.ml_appleuse .ml_appleuse_menu ul li .ml_rd_num {
  margin-left: -1.5em;
  margin-right: 0.8em;
}
.ml_appleuse .ml_appleuse_menu .ml_rd_num {
  position: relative;
  letter-spacing: 1;
  color: #fff;
  font-weight: 700;
  z-index: 0;
  margin: 0 0.5em;
}
.ml_appleuse .ml_appleuse_menu .ml_rd_num::before {
  position: absolute;
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #1a96d5;
  z-index: -1;
}

@media (max-width: 768px) {
  .ml_appleuse {
    border-radius: 4px;
  }
  .ml_appleuse .ml_appleuse_img_1 {
    width: 100%;
    max-width: 190px;
  }
  .ml_appleuse .ml_appleuse_img_2 {
    width: 100%;
    max-width: 190px;
  }
  .ml_appleuse .ml_appleuse_img_3 {
    flex-direction: column;
  }
  .ml_appleuse .ml_appleuse_img_3 .ml_appleuse_img_3_1 {
    width: 100%;
    max-width: 190px;
    margin: 10px auto 0;
  }
  .ml_appleuse .ml_appleuse_img_3 .ml_appleuse_img_3_arr {
    width: 35px;
    transform: rotate(0deg);
    margin: 4px auto 0;
  }
  .ml_appleuse .ml_appleuse_img_3 .ml_appleuse_img_3_2 {
    width: 100%;
    max-width: 190px;
    margin: 4px auto 0;
  }
  .ml_appleuse .ml_appleuse_img_4_flex {
    display: block;
  }
  .ml_appleuse .ml_appleuse_img_4 {
    display: block;
    width: 100%;
    max-width: 190px;
    margin: 4px auto 0;
  }
  .ml_appleuse .ml_appleuse_img_4_arr_1 {
    display: block;
    width: 35px;
    transform: rotate(0deg);
    margin: 4px auto 0;
  }
  .ml_appleuse .ml_appleuse_img_4_arr_2 {
    display: block;
    width: 35px;
    transform: rotate(0deg);
    margin: 4px auto 0;
  }
  .ml_appleuse .ml_appleuse_bak-orange {
    padding: 32px 16px;
    background-color: #f7df88;
    border-radius: 8px;
  }
  .ml_appleuse .ml_appleuse_bak-blue {
    padding: 32px 16px;
    background-color: #bbd4e9;
    border-radius: 8px;
  }
  .ml_appleuse .ml_appleuse_bak_cont {
    max-width: 100%;
    margin: 0 auto;
  }
  .ml_appleuse .ml_appleuse_btn {
    padding: 17px 0;
  }
  .ml_appleuse .ml_appleuse_btn .ml_appleuse_ttl {
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  .ml_appleuse .ml_appleuse_main {
    padding: 32px 16px;
  }
  .ml_appleuse .ml_appleuse_main .ttl_num {
    align-items: flex-start;
  }
  .ml_appleuse .ml_appleuse_main .ttl_num::before {
    width: 40px;
    height: 40px;
  }
  .ml_appleuse .ml_appleuse_main .ttl_num h3 {
    margin-top: 0.25em;
  }
  .ml_appleuse .ml_appleuse_main .ml_appleuse_cont {
    margin: 0 auto;
    max-width: 750px;
  }
  .ml_appleuse .ml_appleuse_main .ml_appleuse_cont .app_banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
  }
  .ml_appleuse .ml_appleuse_main .ml_appleuse_cont .app_banner img {
    width: 135px;
  }
  .ml_appleuse .ml_appleuse_main .ml_appleuse_cont .app_banner img:first-child {
    margin-right: 0px;
  }
  .ml_appleuse .ml_appleuse_menu {
    max-width: 100%;
    margin: 14px auto 0;
  }
  .ml_appleuse .ml_appleuse_menu ul li {
    position: relative;
    list-style: none;
    margin-top: 8px;
    padding-left: 2em;
  }
  .ml_appleuse .ml_appleuse_menu ul li .ml_rd_num {
    margin-left: -1.5em;
    margin-right: 0.8em;
  }
  .ml_appleuse .ml_appleuse_menu .ml_rd_num {
    position: relative;
    letter-spacing: 1;
    color: #fff;
    font-weight: 700;
    z-index: 0;
    margin: 0 0.5em;
  }
  .ml_appleuse .ml_appleuse_menu .ml_rd_num::before {
    position: absolute;
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #1a96d5;
    z-index: -1;
  }
}
.ml_mutan_qa {
  max-width: 890px;
  margin: 0 auto;
}

.ml_cycle_1 {
  max-width: 116px;
}

.ml_cycle_2 {
  max-width: 237px;
}

.ml_cycle_3 {
  max-width: 130px;
}

.ml_cycle_4 {
  max-width: 204px;
}

@media (max-width: 768px) {
  .ml_cycle_1 {
    max-width: 86px;
  }
  .ml_cycle_2 {
    max-width: 174px;
  }
  .ml_cycle_3 {
    max-width: 115px;
  }
  .ml_cycle_4 {
    max-width: 273px;
  }
}
.ml_mutan_post {
  background-color: #fff;
  padding: 32px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 8px;
  gap: 24px;
}
.ml_mutan_post .ml_mutan_post_ttl_wrap {
  display: flex;
  margin: 0 auto;
}
.ml_mutan_post .ml_mutan_post_ttl_wrap .ml_mutan_post_img_1 {
  width: 100px;
  margin-right: 18px;
}
.ml_mutan_post .ml_mutan_post_ttl_wrap .ml_mutan_post_img_2 {
  width: 75px;
  margin-left: 21px;
}
.ml_mutan_post .ml_mutan_post_txt_wrap {
  width: 448px;
  padding: 16px 24px;
  border-radius: 8px;
  border: 1px solid #0a306b;
  box-sizing: border-box;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .ml_mutan_post {
    background-color: #fff;
    padding: 32px 16px;
    flex-direction: column;
    border-radius: 4px;
    gap: 20px;
  }
  .ml_mutan_post .ml_mutan_post_ttl_wrap {
    display: flex;
    margin: 0 auto;
  }
  .ml_mutan_post .ml_mutan_post_ttl_wrap .ml_mutan_post_img_1 {
    width: 66px;
    margin-right: 12px;
  }
  .ml_mutan_post .ml_mutan_post_ttl_wrap .ml_mutan_post_img_2 {
    width: 48px;
    margin-left: 12px;
  }
  .ml_mutan_post .ml_mutan_post_txt_wrap {
    width: 100%;
    padding: 16px;
    border-radius: 4px;
  }
}
.ml_odp_pd {
  padding: 48px 64px 48px 16px;
  background-color: #f8f9fb;
  border-radius: 8px;
}
.ml_odp_pd .ml_odp_pd_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_img {
  position: relative;
  margin: 0 auto;
  z-index: 0;
  text-align: center;
}
.ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_img img {
  width: 100%;
}
.ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_img_1 {
  width: 360px;
}
.ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_img_2 {
  width: 360px;
}
.ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_img_3 {
  width: 360px;
}
.ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_img_4 {
  width: 360px;
}
.ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_img .ml_odp_pd_attention {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  display: inline-block;
  border: 1px solid #666;
  padding: 4px 6px 6px;
}
.ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_txt_wrap {
  width: 480px;
}
.ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_txt_wrap .ml_odp_pd_label {
  font-size: 2rem;
  padding: 10px 0;
  display: block;
  background-color: #0075bf;
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 700;
  border-radius: 4px;
}
.ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_txt_wrap .ml_odp_pd_ttl {
  font-size: 2rem;
  margin-top: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_txt_wrap .ml_odp_pd_ttl span {
  font-size: 1.6rem;
  margin-left: 2em;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_txt_wrap .ml_odp_pd_price {
  display: flex;
  align-items: flex-start;
  margin-top: 24px;
}
.ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_txt_wrap .ml_odp_pd_price .ml_odp_pd_box {
  font-size: 2rem;
  margin-right: 16px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0a306b;
  border-radius: 50%;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.08em;
}
.ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_txt_wrap .ml_odp_pd_price .ml_odp_pd_txt {
  font-size: 5rem;
  margin-top: -0.25em;
  display: inline-block;
  flex: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_txt_wrap .ml_odp_pd_price .ml_odp_pd_txt .unit {
  font-size: 3rem;
}
.ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_txt_wrap .ml_odp_pd_price .ml_odp_pd_txt .tax {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

@media (max-width: 1024px) {
  .ml_odp_pd .ml_odp_pd_cont {
    display: block;
  }
  .ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_txt_wrap {
    width: 480px;
    margin: 40px auto 0;
  }
}
@media (max-width: 768px) {
  .ml_odp_pd {
    padding: 16px 16px 32px;
    border-radius: 4px;
  }
  .ml_odp_pd .ml_odp_pd_cont {
    display: block;
  }
  .ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_img img {
    width: 100%;
  }
  .ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_img_1 {
    max-width: 240px;
  }
  .ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_img_2 {
    max-width: 240px;
  }
  .ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_img_3 {
    max-width: 240px;
  }
  .ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_img_4 {
    max-width: 240px;
  }
  .ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_img .ml_odp_pd_attention {
    font-size: 1.2rem;
    margin: 8px auto;
  }
  .ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_txt_wrap {
    width: 100%;
    max-width: 293px;
    margin: 8px auto 0;
  }
  .ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_txt_wrap .ml_odp_pd_label {
    font-size: 1.3rem;
    padding: 6px 0;
  }
  .ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_txt_wrap .ml_odp_pd_ttl {
    font-size: 1.3rem;
    margin-top: 16px;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
  .ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_txt_wrap .ml_odp_pd_ttl span {
    font-size: 1.1rem;
    margin-left: 1em;
  }
  .ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_txt_wrap .ml_odp_pd_price {
    margin-top: 16px;
  }
  .ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_txt_wrap .ml_odp_pd_price .ml_odp_pd_box {
    font-size: 1.1rem;
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
  .ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_txt_wrap .ml_odp_pd_price .ml_odp_pd_txt {
    font-size: 3.4rem;
    margin-top: -0.3em;
  }
  .ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_txt_wrap .ml_odp_pd_price .ml_odp_pd_txt .unit {
    font-size: 1.9rem;
  }
  .ml_odp_pd .ml_odp_pd_cont .ml_odp_pd_txt_wrap .ml_odp_pd_price .ml_odp_pd_txt .tax {
    font-size: 1.1rem;
  }
}
.ml_odpo {
  background-color: #fff;
  border-radius: 8px;
  border: 1px dashed #0a306b;
  padding: 16px 16px 100px;
}
.ml_odpo .ml_odpo_ttl {
  background-color: #edf5fb;
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 8px 0 0;
}
.ml_odpo .ml_odpo_ttl .ml_odpo_ttl_img {
  display: block;
  width: 560px;
}
.ml_odpo .ml_odpo_txt_box {
  max-width: 840px;
  margin: 56px auto 0;
}
.ml_odpo .ml_odpo_use_wrap {
  margin: 36px 16px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}
.ml_odpo .ml_odpo_use_wrap .ml_odpo_use {
  position: relative;
  width: 33.333%;
  height: 167px;
  border: 1px solid #efefef;
  border-radius: 4px;
}
.ml_odpo .ml_odpo_use_wrap .ml_odpo_use .ml_odpo_use_ttl_wrap {
  display: flex;
  align-items: flex-end;
  margin: 12px;
}
.ml_odpo .ml_odpo_use_wrap .ml_odpo_use .ml_odpo_use_ttl_wrap .ml_odpo_use_ttl_num {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: inline-block;
}
.ml_odpo .ml_odpo_use_wrap .ml_odpo_use .ml_odpo_use_ttl_wrap .ml_odpo_use_ttl {
  font-size: 1.5rem;
  margin-left: 0.5em;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.6;
  display: inline-block;
}
.ml_odpo .ml_odpo_use_wrap .ml_odpo_use .ml_odpo_use_img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ml_odpo .ml_odpo_use_wrap .ml_odpo_use .ml_odpo_use_img_1 {
  width: 104px;
}
.ml_odpo .ml_odpo_use_wrap .ml_odpo_use .ml_odpo_use_img_2 {
  width: 150px;
}
.ml_odpo .ml_odpo_use_wrap .ml_odpo_use .ml_odpo_use_img_3 {
  width: 110px;
  bottom: 24px;
}

@media (max-width: 1024px) {
  .ml_odpo .ml_odpo_use_wrap .ml_odpo_use {
    height: 190px;
  }
  .ml_odpo .ml_odpo_use_wrap .ml_odpo_use .ml_odpo_use_ttl_wrap {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .ml_odpo {
    border-radius: 4px;
    padding: 4px 4px 40px;
  }
  .ml_odpo .ml_odpo_ttl {
    height: 80px;
    border-radius: 4px 4px 0 0;
  }
  .ml_odpo .ml_odpo_ttl .ml_odpo_ttl_img {
    max-width: 280px;
  }
  .ml_odpo .ml_odpo_txt_box {
    max-width: 100%;
    padding: 0 16px;
    margin: 24px auto 0;
  }
  .ml_odpo .ml_odpo_use_wrap {
    margin: 20px 16px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
  }
  .ml_odpo .ml_odpo_use_wrap .ml_odpo_use {
    position: relative;
    width: 100%;
    max-width: 250px;
    height: 150px;
    border-radius: 4px;
    margin: 0 auto;
  }
  .ml_odpo .ml_odpo_use_wrap .ml_odpo_use .ml_odpo_use_ttl_wrap {
    display: flex;
    align-items: flex-end;
    margin: 10px;
  }
  .ml_odpo .ml_odpo_use_wrap .ml_odpo_use .ml_odpo_use_ttl_wrap .ml_odpo_use_ttl_num {
    font-size: 2.8rem;
  }
  .ml_odpo .ml_odpo_use_wrap .ml_odpo_use .ml_odpo_use_ttl_wrap .ml_odpo_use_ttl {
    font-size: 1.3rem;
    margin-left: 0.5em;
  }
  .ml_odpo .ml_odpo_use_wrap .ml_odpo_use .ml_odpo_use_img_1 {
    width: 100%;
    max-width: 90px;
  }
  .ml_odpo .ml_odpo_use_wrap .ml_odpo_use .ml_odpo_use_img_2 {
    width: 100%;
    max-width: 132px;
  }
  .ml_odpo .ml_odpo_use_wrap .ml_odpo_use .ml_odpo_use_img_3 {
    width: 100%;
    max-width: 96px;
    bottom: 24px;
  }
}
.ml_movie_wrap {
  width: 100%;
  max-width: 625px;
  margin: 0 auto;
}
.ml_movie_wrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

@media (max-width: 768px) {
  .ml_movie_wrap {
    margin: 20px auto 0;
  }
}
.m_t0 {
  margin-top: 0 !important;
}

.p_t0 {
  padding-top: 0px;
}

.p_b05em {
  padding-bottom: 0.5em;
}

.p_r05em {
  padding-right: 0.5em;
}

.p_l05em {
  padding-left: 0.5em;
}

.p_b100 {
  padding-bottom: 100px;
}

.p_b120 {
  padding-bottom: 120px;
}

.p_b160 {
  padding-bottom: 160px;
}

.m_t8 {
  margin-top: 8px;
}

.m_t10 {
  margin-top: 10px;
}

.m_t16 {
  margin-top: 16px;
}

.m_t20 {
  margin-top: 20px;
}

.m_t24 {
  margin-top: 24px;
}

.m_t30 {
  margin-top: 30px;
}

.m_t32 {
  margin-top: 32px;
}

.m_t40 {
  margin-top: 40px;
}

.m_t48 {
  margin-top: 48px;
}

.m_t50 {
  margin-top: 50px;
}

.m_t56 {
  margin-top: 56px;
}

.m_t60 {
  margin-top: 60px;
}

.m_t64 {
  margin-top: 64px;
}

.m_t72 {
  margin-top: 72px;
}

.m_t80 {
  margin-top: 80px;
}

.m_t100 {
  margin-top: 100px;
}

.m_b48 {
  margin-bottom: 48px;
}

.m_b50 {
  margin-bottom: 50px;
}

.m_r24 {
  margin-right: 24px;
}

.m_r32 {
  margin-right: 32px;
}

.m_r48 {
  margin-right: 48px;
}

.m_l24 {
  margin-left: 24px;
}

@media screen and (max-width: 768px) {
  .m_0-sp {
    margin: 0 !important;
  }
  .m_t0-sp {
    margin-top: 0 !important;
  }
  .m_t4-sp {
    margin-top: 4px !important;
  }
  .m_t8-sp {
    margin-top: 8px !important;
  }
  .m_t10-sp {
    margin-top: 10px !important;
  }
  .m_t16-sp {
    margin-top: 16px !important;
  }
  .m_t20-sp {
    margin-top: 20px !important;
  }
  .m_t32-sp {
    margin-top: 32px !important;
  }
  .m_t10 {
    margin-top: 8px;
  }
  .m_t16 {
    margin-top: 10px;
  }
  .m_t20 {
    margin-top: 10px;
  }
  .m_t24 {
    margin-top: 12px;
  }
  .m_t30 {
    margin-top: 16px;
  }
  .m_t32 {
    margin-top: 20px;
  }
  .m_t40 {
    margin-top: 25px;
  }
  .m_t48 {
    margin-top: 20px;
  }
  .m_t56 {
    margin-top: 32px;
  }
  .m_t60 {
    margin-top: 20px;
  }
  .m_t64 {
    margin-top: 32px;
  }
  .m_t80 {
    margin-top: 40px;
  }
  .m_t100 {
    margin-top: 50px;
  }
  .m_b48 {
    margin-bottom: 20px;
  }
  .p_b100 {
    padding-bottom: 60px;
  }
  .p_b160 {
    padding-bottom: 80px;
  }
  .m_r24 {
    margin-right: 14px;
  }
  .m_l24 {
    margin-left: 14px;
  }
}
.p_lr24 {
  padding-left: 24px;
  padding-right: 24px;
}