@charset "UTF-8";

/* ----- ▼ base ▼ ----- */
html {
  font-size: 62.5%;
  text-align: justify;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

a {
  text-decoration: none;
}

.fcRed {
  color: #cc0033;
  font-weight: 700;
}
.pop_textL {
  font-size: 1.4rem;
}
.marker {
  background: linear-gradient(transparent 60%, #fff0b1 0);
}

/* ---------------------------
# リスト
--------------------------- */
.listType01,
.listType08,
.listType02,
.listType04,
.listType05{
	color: #6D6D71;
  font-size: 1.2rem;
}
.listType04{
	font-size: 12px;
}
.listType06{
	font-size: 15px;
}
/* インデント */
.listType01 > li,
.listType02 > li,
.listType08 > li,
.listType03 > li,
.listType09 > li,
.listType07 > li{
	margin-top: 10px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.listType02 > li{
	margin-top: 10px;
	padding-left: 2em;
	text-indent: -2em;
}
.listType04 > li{
	padding-left: 1em;
	text-indent: -1em;
}
.listType05 > li{
	margin-top: 10px;
	padding-left: 2.5em;
	text-indent: -2.5em;
}
.listType06 > li{
	margin-top: 30px;
	position: relative;
	padding-left: 30px;
}
.listType06 .mun_icon::before{
	top: 5px;
}

/* リスト共通 */
[class^="listType"] {
	margin-top: 20px;
}
[class^="listType"] >li{
	line-height: 1.7;
}
[class^="listType"] >li:first-child{
	margin-top: 0;
}

.listType01 > li::before{
  padding-right: 0.5em;
	content: "※";
}
.listType08 > li::before{
	content: "※1";
	padding-right: 0.5em;
}
.listType09 > li::before {
    content: "・";
    padding-right: 0.5em;
}
ol.listType02 > li,
ol.listType06 > li,
ol.listType07 > li{
	counter-increment: number;
}
ol.listType02 > li::before{
	content: "※"counter(number);
	padding-right: 0.5em;
}
.listType03 > li::before{
	content: url("/focus/img/avatar/list_icon_01.svg");
	padding-right: 1em;
	color: #9DA3B4;
	vertical-align:10%;
}
.listType03._num > li::before{
	padding-right: 0.5em;
	color: #363840;
	vertical-align: 0;
}
.listType03._num > li:nth-of-type(1)::before{
	content: '①';
}
.listType03._num > li:nth-of-type(2)::before{
	content: '②';
}
.listType03._num > li:nth-of-type(3)::before{
	content: '③';
}
.listType03._num > li:nth-of-type(4)::before{
	content: '④';
}
.listType03._num > li:nth-of-type(5)::before{
	content: '⑤';
}
.listType03._num > li:nth-of-type(6)::before{
	content: '⑥';
}
.listType03._num > li:nth-of-type(7)::before{
	content: '⑦';
}
.listType03._num > li:nth-of-type(8)::before{
	content: '⑧';
}
.listType03._num > li:nth-of-type(9)::before{
	content: '⑨';
}
.listType04 > li::before{
	content: "＊";
	color: #9DA3B4;
}
.listType05 > li::before{
	content: "例）";
	padding-right: 0.5em;
}
ol.listType07 > li::before{
	content:  counter(number)".";
	padding-right: 0.5em;
}
.listType01 a,
.listType08 a,
.listType02 a,
.listType07 a{
	color: #CC0033;
	text-decoration: underline; 
}
.listType02 .outLink::after{
	top: auto;
	right: -15px;
	bottom: 3px;
}
.listType02 .outLink02::after{
	top: -1px;
	right: -6px;
}
.listType03 li[class^="textType"]{margin-top: 0;}

[class^="listType"].liMt10 li:not(:first-child){
	margin-top: 10px;
}
.notice_area .listType03,
.notice_area .listType07{
	margin-top: 20px;
	font-size: 15px;
}
.listType01 .arrow_icon{
	display: inline-block;
	padding-left: 20px;
	margin-right: 15px;
}
.listType08 .arrow_icon{
	display: inline-block;
	padding-left: 20px;
	margin-right: 15px;
}
.listType01 .arrow_icon::after{
	bottom: 4px;
}
.listType08 .arrow_icon::after{
	bottom: 4px;
}

.listType01 .arrow_icon02::after{
	top: 2px;
}
.listType08 .arrow_icon02::after{
	top: 2px;
}


.wrap {
  margin: auto;
  max-width: 767px;
  width: 100%;
  video,img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
  .opening {
    position: relative;
    width: 100%;
    // aspect-ratio: 9 / 16;
    // aspect-ratio: 1080 / 1450;
    overflow: hidden;
    margin: auto;
    .video_wrap.hidden {
      display: none;
    }
    header {
      // position: absolute;
      // top: 0;
      // left: 0;
      width: 100%;
      background-color: #fff;
      z-index: 100;
      ul {
        height: 60px;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
        padding: 0 0 0 25px;
      }
      .header_logo {
        width: 50%;
        img {
          width: 112px;
          height: auto;
        }
      }
      .header_btn {
        width: 35%;
        a {
          position: relative;
          display: flex;
          flex-flow: row wrap;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: auto;
          border-radius: 100px;
          padding: 4px 0;
          .sub {
            font-size: 0.8rem;
          }
          .main {
            font-size: 1.2rem;
          }
          &.btn_02 {
            color: #fff;
            background-color: #cc0033;
            border: 1px solid #cc0033;
          }
        }
      }
      .header_btn_menu {
        width: 15%;
        button {
          width: 30px;
          height: 44px;
          margin: auto;
          display: flex;
          flex-flow: row wrap;
          justify-content: center;
          align-items: center;
          gap: 3px;
          padding-top: 6px;
          span.dot {
            display: block;
            width: 7px;
            height: 7px;
            background-color: #cc0033;
            // border-radius: 50%;
          }
          span.txt {
            font-size: 0.85rem;
            font-weight: 700;
            color: #cc0033;
          }
        }
      }
    }
    video {
      // position: absolute;
      // top: 60px;
      // left: 50%;
      width: 100%;
      aspect-ratio: 1080 / 1450;
      // transform: translateX(-50%);
    }
    .btn_wrap {
      animation: fadeOut 8s forwards;
      button{
        position: absolute;
        z-index: 10;
        width: 100%;
        bottom: 40px;
        font-size: 2rem;
        padding: 0.5em 1.5em 0.5em 0.5em;
        color: #fff;
        text-shadow: 3px 3px 8px #000, -3px -3px 8px #000;
        &::after {
          content: "";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 2em;
          width: 1.5em;
          height: 1.5em;
        }
        &.mute_btn_on {
          &::after {
            background: url("/focus/img/avatar/sound_off_white.svg") no-repeat center/contain;
          }
        }
        &.mute_btn_off {
          &::after {
            background: url("/focus/img/avatar/sound_on_white.svg") no-repeat center/contain;
          }
        }
        &.hidden {
          display: none;
        }
      }
    }
    @keyframes fadeOut {
      0% {
        opacity: 1;
      }
      90% {
        opacity: 1;
      }
      100% {
        opacity: 0;
      }
    }
    .start {
      position: absolute;
      z-index: 5;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255,0,0,0);
    }
    &.hidden {
      display: none;
    }
  }
  .main_cont {
    &.hidden {
      display: none;
    }
    .video_wrap {
      position: relative;
      aspect-ratio: 16 / 9;
      .second {
        display: none;
      }
      button {
        position: absolute;
        z-index: 10;
        left: 0;
        bottom: 0;
        font-size: 0.9rem;
        padding: 0.3em 0.5em 0.3em 2em;
        color: #1C1B1F;
        background: #fff;
        &::after {
          content: "";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0.5em;
          width: 1.5em;
          height: 1.5em;
        }
        &.mute_btn_on {
          &::after {
            background: url("/focus/img/avatar/sound_off.svg") no-repeat center/contain;
          }
        }
        &.mute_btn_off {
          &::after {
            background: url("/focus/img/avatar/sound_on.svg") no-repeat center/contain;
          }
        }
        &.hidden {
          display: none;
        }
      }
      a.anchor_btn {
        position: absolute;
        bottom: 7%;
        right: 5%;
        z-index: 10;
        width: 30%;
        height: 10%;
        // background: rgba(255,0,0,0.4);
      }
    }
    .menu_warp {
      ul {
        padding: 20px 10px;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        gap: 10px 15px;
        li {
          width: calc((100% - 15px) / 2);
          border: 1px solid #6d6d71;
          border-radius: 8px;
          text-align: center;
          cursor: pointer;
          p {
            font-size: 1rem;
            color: #fff;
            background-color: #363840;
            border-radius: 6px 6px 0 0;
            padding: 2px 0;
          }
          img {
            width: auto;
            height: 50px;
            margin: 10px auto;
          }
          h2 {
            font-size: 1.3rem;
            color: #cc0033;
            padding-bottom: 10px;
          }
        }
      }
    }
  }

  .section_btn {
    .btn_wrap {
      ul {
        padding: 10px;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        gap: 10px;
        li {
          width: calc(50% - 5px);
          a {
            position: relative;
            display: flex;
            flex-flow: row wrap;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            border-radius: 100px;
            padding: 8px 0;
            .sub {
              font-size: 0.8rem;
            }
            .main {
              font-size: 1.6rem;
            }
            &.btn_01 {
              color: #cc0033;
              background-color: #fff;
              border: 1px solid #cc0033;
            }
            &.btn_02 {
              color: #fff;
              background-color: #cc0033;
              border: 1px solid #cc0033;
            }
            &::before {
              content: '＞';
              position: absolute;
              top: 50%;
              right: 8px;
              transform: translateY(-50%) scaleX(0.7);
              font-size: 1.6rem;
            }
          }
        }
      }
      .note {
        padding: 0 10px 10px 10px;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center flex-start;
        gap: 10px;
        div {
          width: calc(50% - 5px);
          font-size: 0.8rem;
          color: #363840;
          padding-left: 1em;
          text-indent: -1em;
          a {
            color: #4aa1ea;
            text-decoration: underline;
          }
        }
      }
    }
    .arrow_wrap {
      width: 60px;
      margin: 20px auto;
      img {
        width: 100%;
        max-width: 100%;
      }
    }
    .btn_03 {
      display: block;
      width: 90%;
      margin: 0 auto;
      padding: 15px 0;
      font-size: 1.8rem;
      font-weight: 700;
      text-align: center;
      color: #cc0033;
      background-color: #fff;
      border: 1px solid #cc0033;
      border-radius: 100px;
    }
  }

  .section_summary {
    margin-bottom: 30px;
    padding: 30px 15px;
    .summary_ttl {
      font-size: 2.4rem;
      text-align: center;
      font-weight: 600;
      margin-bottom: 15px;
      color: #393939;
    }  
    .txt_date {
      margin-bottom: 1em;
      font-size: 1rem;
      text-align: right;
    }
    .summary_table {
      margin-bottom: .5em;
      font-size: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border: 2px solid #dfe4ee;
      dt {
        width: 37%;
        background: #3c4963;
        color: #fff;
      }
      dd {
        width: 63%;
        background: #f3f5f9;
        color: #3c4963;
      }
      dt,
      dd {
        padding: .5em;
        border-bottom: 1px solid #dfe4ee;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }
      .indent_01 {
        padding-left: 1em;
        text-indent: -1em;
      }
      .txt_link {
        padding-top: .5em;
      }
      .txt_link {
        display: block;
        color: #bb2739;
        text-decoration: underline;
      }
      .txt_link_inline {
        display: inline !important;
      }
    }
    .txt_att {
      font-size: clamp(8px, 2.4vw, 18px);
      .txt_link {
        display: inline-block;
        color: #bb2739;
        text-decoration: underline;
      }
    }
  }

  .section_caution {
    margin: 0 auto 60px;
    .section_caution_box {
      margin: 0 auto 35px;
      padding: 30px 15px 15px;
      width: 92%;
      border: 1px solid #cc0033;
      position: relative;
      &::before {
        content: "";
        width: min(18.9vw, 142px);
        height: min(8.5vw, 64px);
        background: url("/focus/img/avatar/attention_icon_01.png") no-repeat center/contain;
        position: absolute;
        top: min(-4.2vw, -20px);
        right: 0;
        left: 0;
        margin: auto;
      }
    }    
    .section_caution_ttl {
      margin-bottom: 15px;
      color: #cc0033;
      font-size: 1.4rem;
      text-align: center;
      line-height: 1.53;
      font-weight: 600;
    }
    .section_caution_txt {
      margin-bottom: 20px;
      font-size: 1.4rem;
      line-height: 1.6;
    }
    .section_caution_list {
      font-size: 1.2rem;
    }
  }

  .section_guide {
    padding: 30px 15px;
    background: #e8ebf3;
    .section_guide_ttl {
      margin-bottom: 20px;
      font-size: 1.7rem;
      line-height: 1.65;
      text-align: center;
      font-weight: 600;
    }
    .inquiry_cont {
      .inquiry_cont_box {
        margin-bottom: 20px;
        padding: 20px 15px;
        background: #fff;
        &:first-child {
          padding: 30px 15px;
          padding-right: 1em;
        }
        .inquiry_name {
          margin-bottom: 10px;
          font-size: 1.3rem;
          font-weight: bold;
          &.inquiry_name_01 {
            padding-left: 8.5%;
            position: relative;
            &::before {
              content: "";
              width: 25px; 
              height: 25px;
              background: url("/focus/img/avatar/footer_icon_01.png") no-repeat center/contain;
              position: absolute;
              top: 0;
              left: -.2em;
              bottom: 0;
              margin: auto;
            }
          }
          &.inquiry_name_02 {
            margin-top: 15px;
          } 
        }
        .inquiry_detail {
          font-size: 1.1rem;
          li {
            margin-bottom: .1em;
            span {
              padding-left: 1em;
            }
          }
        }
      }
      .txt_link {
        font-size: 1.1rem;
        color: #4aa1ea;
        display: block;
      }
    }
    .section_guide_footer {
      p,
      small {
        font-size: 1.1rem;
        text-align: center;
      }
      p:first-child {
        margin-bottom: 40px;
      }
      .copy {
        font-family: Verdana, "Droid Sans";
      }
    }
  }
}

.modal_wrapper {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  & > .modalclose {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .panel {
    position: relative;
    width: calc(100% - 2rem);
    max-width: 580px;
    height: calc(100% - 1rem);
    margin: 2rem auto;
    padding: 5rem 0 2rem;
    // background-color: #fff;
    transform: scale(0);
    transition: transform .5s ease-in-out;
    .modalclose {
      position: absolute;
      top: 1.25rem;
      right: 1.25rem;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 50%;
      cursor: pointer;
      background-color: #fef3f3;
      &::before,
      &::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 1.25rem;
        height: 2px;
        background-color: rgb(31 28 26);
      }
      &::before {
        transform: translate(-50%,-50%) rotate(45deg);
      }
      &::after {
        transform: translate(-50%,-50%) rotate(-45deg);
      }
    }
    .inner {
      height: 100%;
      padding: 0 0.1rem;
      overflow: auto;
      .modal_content {
        display: none;
        &.open {
          display: block;
        }
      }
    }
  }
  &.open {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.8);
    transition: opacity .5s;
    opacity: 1;
    pointer-events: all;
    .panel {
      transform: scale(1);
    }
  }
}
a.btn_04 {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  padding: 12px 0;
  color: #fff;
  background-color: #cc0033;
  border: 1px solid #cc0033;
  .sub {
    font-size: 1.2rem;
  }
  .main {
    font-size: 2.2rem;
  }
  &::before {
    content: '＞';
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) scaleX(0.7);
    font-size: 2.2rem;
  }
}
.modal_content_inner {
  background-color: #fffbea;
  padding: 30px 15px 10px;
  .acc_btn {
    position: relative;
    font-size: 2rem;
    text-align: center;
    background-color: #cc0033;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
    cursor: pointer;
    span {
      display: block;
      font-size: 1.4rem;
    }
    &::before {
      content: '＋';
      position: absolute;
      top: 50%;
      right: 5px;
      transform: translateY(-50%);
    }
    &.open {
      margin-bottom: 0;
      &::before {
        content: '－';
      }
    }
  }
  .acc_cont {
    display: none;
    &.open {
      display: block;
      background-color: #fff;
      padding: 30px 10px;
      margin-bottom: 25px;
      box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.2);
    }
  }
  .read_txt_l {
    font-size: 1.8rem;
    text-align: center;
  }
  .read_txt_m {
    font-size: 1.6rem;
    text-align: center;
  }
  .read_txt {
    font-size: 1.2rem;
    text-align: center;
  }
  .read_txt_s {
    font-size: 1.1rem;
    text-align: center;
  }
}
.modal_content_btn {
  background-color: #fff;
  padding: 30px 20px;
  text-align: center;
}
.modal01 {
  .about {
    .spLogo_Mv {
      display: block;
      width: 70%;
      margin: 20px auto;
      img {
        width: 100%;
        height: auto;
      }
    }
    ul {
      li {
        margin-bottom: 10px;
        border: 1px solid #cc0033;
        border-radius: 5px;
        padding: 10px;
        text-align: center;
        p {
          font-size: 1.2rem;
        }
      }
    }
    a,a:visited,a:hover {
      position: relative;
      color: #cc0033;
      font-size: 1.2rem;
      text-decoration: underline;
      text-underline-offset: 3px;
      &::after {
        content: '＞';
        position: absolute;
        top: 50%;
        right: -1.5em;
        transform: translateY(-50%) scaleX(0.7);
        text-decoration: none;
      }
    }
  }
  .feature,
  .convenience,
  .usecase,
  .app,
  .payback,
  .payback_addition {
    img {
      display: block;
      width: 70px;
      height: auto;
      margin: 0 auto 15px;
      &[src*="convenience_img_01.svg"] {
        width: 80%;
      }
      &[src*="method_img_01.png"] {
        width: 70%;
        height: auto;
        margin: 20px auto;
      }
    }
    .read_txt {
      .fcRed {
        font-size: 125%;
      }
    }

    .pointList .pointList_item:not(:last-child) {
      border-bottom: 1px dotted #cc0033;
      padding: 0px 0px 25px;
    }
    .pointList {
      .pointList_item {
        margin-bottom: 20px;
        .pointList_text {
          font-size: 1.4rem;
          text-align: center;
          margin-bottom: 15px;
          .fcRed {
            font-size: 1.8rem;
          }
        }
        .pointList_note {
          font-size: 1.4rem;
        }
        a,a:visited,a:hover {
          display: inline-block;
          position: relative;
          color: #cc0033;
          font-size: 1.2rem;
          text-decoration: underline;
          text-underline-offset: 3px;
          margin-top: 10px;
          &::after {
            content: '＞';
            position: absolute;
            top: 50%;
            right: -1.5em;
            transform: translateY(-50%) scaleX(0.7);
            text-decoration: none;
          }
          &.outLink {
            &::after {
              content: "";
              width: 1em;
              height: 1em;
              background: url("/focus/img/avatar/icon_otlink.svg") no-repeat center/contain;
              transform: translateY(-50%);
            }
          }
        }
        .indent_01 {
          padding-left: 15px;
        }
      }
    }
    .usecase_cont {
      margin-top: 20px;
      padding: 20px 0;
      background-color: #f3f4f9;
      h3 {
        font-size: 1.4rem;
        text-align: center;
        margin-bottom: 20px;
      }
      ul {
        padding: 0 20px;
        li {
          display: flex;
          justify-content: space-between;
          align-items: center;
          gap: 10px;
          img {
            width: 70px;
            height: auto;
          }
          p {
            font-size: 1.4rem;
            flex-grow: 1;
          }
        }
      }
      .read_txt {
        position: relative;
        margin-top: 50px;
        &::before {
          content: '▼';
          position: absolute;
          top: -40px;
          left: 50%;
          transform: translateX(-50%) scaleX(1.8);
          color: #cc0033;
          font-weight: 700;
        }
      }
    }
    .method {
      text-align: center;
      color: #393939;
      .method_ttl {
        margin-bottom: 10px;
        padding: 0.2em 1em;
        width: fit-content;
        background-color: #cc0034;
        color: #fff;
        font-size: 1.3rem;
        font-weight: 500;
        border-radius: 21px;
      }
      .figure {
        margin: 0 auto min(4vw, 30px);
        width: 94.9%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        img {
        width: 37%;
        }
        p {
          width: 63%;
          color: #cc0034;
          font-size: 1.8rem;
          font-weight: 700;
          line-height: 1.38;
        }
      }
      .method_txt {
        font-size: 1.4rem;
        line-height: 1.7;
      }
      .method_txtLink {
        padding-top: min(6.66vw, 50px);
        text-decoration: underline;
        a {
          color: #393939;
        }
      }
      li:first-child {
        margin-bottom: min(8vw, 60px);
      }
      .note_lv1 {
        font-weight: 500;
        color: #2e2e2e;
      }
    }
    .btn {
      display: block;
      width: 85%;
      margin: 30px auto 10px;
      padding: 8px 0;
      font-size: 1.4rem;
      font-weight: 700;
      text-align: center;
      color: #cc0033;
      background-color: #fff;
      border: 1px solid #cc0033;
      border-radius: 100px;      
    }
  }
}

.modal02,
.modal03 {
  .acc_btn {
    padding: 0;
  }
  .txt_date {
    font-size: 1rem;
  }
  .note_lv1 {
    font-size: 0.8rem;
    li {
      padding-left: 1em;
      text-indent: -1em;
    }
    a {
      color: #4aa1ea;
      text-decoration: underline;
    }
    .ul_indent_03 {
      list-style-position: outside;
      li {
        padding-left: 1em;
        text-indent: -1em;
      }
    }
    .ul_indent_04 {
      list-style-position: outside;
      padding-left: 12px;
      li {
        padding-left: 1em;
        text-indent: -1em;
      }
    }
  }
  .indent_01 > li {
    padding-left: 1.6em;
    text-indent: -1.6em;
  }
  .method_ttl {
    text-align: center;
  }
  .method_box {
    padding: 20px;
    margin-bottom: 20px;
    background: rgba(251, 240, 242, 0.5);
    text-align: center;
    p {
      margin-bottom: 10px;
    }
    .note_lv1 {
      margin: -10px 0 0;
    }
  }
  .section_feature_step {
    .step_ttl {
      margin-bottom: 10px;
      padding-bottom: 10px;
      font-size: 2.0rem;
      text-align: center;
      border-bottom: 1px solid #000;
      letter-spacing: -.05rem;
      span {
        font-size: 80%;
      }
    }
    .step_list {
      margin: auto;
      width: 90%;
      li {
        padding-left: 24%;
        position: relative;
        &::before {
          content: '';
          position: absolute;
          margin: auto;
          width: 53px;
          height: 53px;
          background: url("/focus/img/avatar/feature02_icon_01.png") no-repeat center top/contain;
          left: 0;
          top: 0;
          z-index: 1;
        } 
        &:nth-of-type(1)::before {
          background: url("/focus/img/avatar/feature02_icon_02.png") no-repeat top center/contain;
        }
        &:nth-of-type(2)::before {
          background: url("/focus/img/avatar/feature02_icon_01.png") no-repeat top center/contain;
        }
        &:nth-of-type(3)::before {
          background: url("/focus/img/avatar/feature02_icon_03.png") no-repeat top center/contain;
        }
        &:nth-of-type(4)::before {
          background: url("/focus/img/avatar/feature02_icon_04.png") no-repeat top center/contain;
        }
        &:not(:last-child) {
          margin-bottom: 20px;
        }
        &:not(:last-child)::after {
          content: '';
          position: absolute;
          margin: auto;
          width: 2px;
          height: 100px;
          background: url("/focus/img/avatar/feature02_bg_01.png.png") repeat-y top center/contain;
          left: 26px;
          top: 0;
        }
      }
      .ttl {
        margin-bottom: .2em;
        font-size: 1.5rem;
        color: #cc0034;
        font-weight: bold;
      }
      .txt {
        font-size: 1.2rem;
      }
      .note_lv1 {
        padding-top: .25em;
      }
    }
  }

  .section_feature_pattern {
    margin-bottom: 20px;
    dl {
      margin-bottom: 35px;
    }
    dt {
      margin: 0 auto 20px;
      padding: 0.4em 1em;
      width: fit-content;
      color: #fff;
      background: #cc0033;
      font-size: 2.0rem;
      border-radius: 43px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      line-height: 1;
    }
    .txt {
      margin-bottom: 30px;
      font-size: 2.0rem;
      font-weight: bold;
      text-align: center;
      sup {
        font-size: 0.9rem;
        vertical-align: super;
      }
    }
    figure {
      margin: auto;
      width: 80%;
    }
  }
  img {
    &[src*="feature01_txt_01.png"] {
      margin: 30px 0;
    }
    &[src*="feature02_ttl_01.png"] {
      width: 60%;
      margin: 20px auto;
    }
    &[src*="feature02_img_01.png"] {
      width: 60%;
      margin: 20px auto;
    }
  }
}

.modal03 {
  .modal_content_inner {
    background-color: #fff;
  }
  .btn_04 {
    margin: 40px auto;
  }
}

.modal04 {
  p + p {
    margin-top: 20px;
  }
  img {
    display: block;
    margin: 20px auto;
    &[src*="calculation_img_01.svg"] {
      width: 70%;
      margin: 20px auto;
    }
  }
  ul {
    margin: 20px auto;
  }
  .balloonArea_item {
    width: 90%;
    margin: 10px auto;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    dt {
      background: #fff3e5;
      font-size: 1.2rem;
      font-weight: 700;
      text-align: center;
      padding: 10px;
      position: relative;
      width: 40%;
      &::after {
        border-color: transparent transparent transparent #fff3e5;
        border-style: solid;
        border-width: 6px 0 6px 7px;
        content: "";
        display: inline-block;
        height: 0;
        position: absolute;
        right: -6px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
      }
    }
    dd {
      font-weight: 600;
      margin-left: 15px;
      text-align: left;
      width: 50%;
    }
  }
  .balloonArea_text {
    width: 90%;
    text-align: center;
    margin: 30px auto;
    padding: 8px 0;
    font-size: 1.2rem;
    font-weight: bold;
    border: 1px solid #9da3b4;
    border-radius: 5px;
  }
  .pop_box {
    text-align: center;
    padding: 8px 0;
    border: 1px solid #cc0033;
    border-radius: 5px;
    p + p {
      margin: 0;
    }

  }
}
.modal04 {
  .acc_btn {
    span {
      font-size: 1.2rem;
    }
  }
  .imgColumn {
    display: flex;
    justify-content: space-around;
    text-align: center;
    img {
      width: 80px;
      border: 1px solid #9da3b4;
      border-radius: 40px;
    }
  }
  .calculation03 {
    .listType01 {
      font-size: 1rem;
    }
    .box {
      background-color: #f3f4f9;
      border-radius: 5px;
      padding: 20px;
      .imgArea {
        margin-bottom: 20px;
      }
    }
    img {
      display: block;
      width: 80%;
      margin: 20px auto;
      &[src*="calculation_img_06.svg"] {
        margin-bottom: 40px;
      }
    }
  }
  .btn {
    display: block;
    width: 80%;
    margin: 30px auto 10px;
    padding: 8px 0;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    color: #cc0033;
    background-color: #fff;
    border: 1px solid #cc0033;
    border-radius: 100px;      
  }

}

.modal05 {
  .modal_content_inner {
    background-color: #fff;
    padding: 20px 0;
    .acc_btn {
      padding: 0;
      &::before {
        content: '';
      }
      &.open {
        &::before {
          content: '';
        }
      }
    }
  
    h2 {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 2.4rem;
      text-align: center;
      margin-bottom: 20px;
      span {
        display: inline-block;
        font-size: 1.8rem;
        color: #fff;
        background-color: #cc0033;
        padding: .4em;
        margin: 0 0.2em;
        line-height: 1em;
        border-radius: 1em;
      }
    }
    .tAc {
      text-align: center;
    }
    .btnType02 > a {
  		font-size: 1.6rem;
      color: #FFF;
      background: #CC0033;
      border: solid 1px #BE2436;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 10px;
      line-height: 1.2;
      width: 80%;
      margin: 0 auto 20px;
      text-align: center;
      text-decoration: none;
      font-weight: 500;
      border-radius: 45px;
      -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    }
    .cpn_ankLink {
      padding: 1em 2em 0;
      color: #fff;
      text-align: right;
      text-decoration: underline;
      display: block;
      font-size: 1rem;
    }

    .section_cpn3 h2 {
      margin: 0 auto min(5.33vw, 40px);
      padding: min(2.4vw, 22px) min(4vw, 30px) 0;
    }
    
    .section_cpn_inr {
      margin: 0 auto;
      padding: min(4.3vw, 30px) min(3.6vw, 25px);
      width: 94.2%;
      background: #fff;
      border-radius: 30px;
      .ul_general {
        list-style-position: outside;
        li {
          font-size: 0.8rem;
          text-indent: -2em;
          padding-left: 2em;
        }
      }
      .ul_asta {
        list-style-position: outside;
        li {
          font-size: 0.8rem;
          text-indent: -2em;
          padding-left: 2em;
        }
      }
      .pb_10 {
        padding-bottom: 10px;
      }
      p {
        font-size: 1.2rem;
      }
      .padding_top {
        padding-top: 8px;
      }
      .ul_title {
        font-size: 0.8rem;
      }
      .ul_alpha {
        list-style-position: outside;
        li {
          font-size: 0.8rem;
          text-indent: -3em;
          padding-left: 4em;
        }
      }
    }
    
    .section_cpn_general.is-04 .section_cpn_inr {
      padding: min(4.5vw, 45px) 0 min(3.5vw, 30px);
    }
    
    .section_cpn_cmn {
      margin: auto;
      width: min(100%, 690px);
    }
    
    .section_cpn_cmn .cpn_acc_cont {
      -webkit-box-shadow: 0px 12px 40px -5px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 12px 40px -5px rgba(0, 0, 0, 0.2);
    }
    
    .section_cpn_detail .ttl {
      margin: 0 auto min(4vw, 30px);
      width: min(42.13vw, 316px);
      font-size: clamp(13px, 3.734vw, 28px);
      font-weight: normal;
      color: #fff;
      text-align: center;
      border-radius: 25px;
      line-height: min(6.66vw, 50px);
      &.mgnt_24 {
        margin-top: 24px;
      }
    }

    .section_cpn_detail .section_cpn_benefits {
      display: flex;
      gap: 8px;
      flex-direction: column;
    }
    
    .section_cpn_general.is-04 .section_cpn_detail .ttl {
      margin: 0 auto min(2vw, 16px);
    }
    
    .section_cpn_limited .cont {
      margin-bottom: min(6.66vw, 50px);
      font-size: 1.3rem;
      line-height: 1.4;
      text-align: center;
    }
    
    .cpn_acc_btn::before {
      width: min(1.6vw, 12px);
      height: min(1.6vw, 12px);
      right: 2.5%;
      bottom: 6%;
    }
    
    .cpn_acc_btn.on::before {
      bottom: 4%;
    }
    
    .section_cpn_01 {
      margin-bottom: min(5.33vw, 40px);
    }
    
    .section_cpn_01 .section_cpn_inr {
      padding-bottom: 7.5%;
    }
    
    .section_cpn_01_cont {
      padding: min(5.32vw, 40px) 0 min(2.66vw, 20px) 0;
      background: #FFAA00;
    }
    
    .section_cpn_01_ttl01 {
      margin: 0 auto min(4vw, 30px);
      width: 90%;
    }
    
    .section_cpn_01_ttl02 {
      margin: 0 auto min(4vw, 30px);
      width: 90%;
    }
    
    .section_cpn_01 .section_cpn_detail .ttl {
      background-color: #FFAA00;
    }
    
    .section_cpn_01_detail_01 .cont {
      margin-bottom: min(6.66vw, 50px);
      font-size: 1.6rem;
      line-height: 1.4;
      text-align: center;
    }
    
    .section_cpn_01_detail_02 {
      margin: 0 auto min(40px, calc(40 / 750 *100vw));
      padding: 5.3% 3.5%;
      width: 90%;
      background: #FCF5E5;
    }
    
    /*.section_cpn_01_detail_02 .ttl {
      width: 36.3%;
    }*/
    
    .section_cpn_01_detail_02 .txt {
      margin-bottom: 3%;
      font-size: 1.0rem;
      line-height: 1.8;
    }
    
    .section_cpn_01_detail_02 .table {
      margin-bottom: 2.5%;
      width: 100%;
      font-size: 1.2rem;
      border: 1px solid #000;
      border-bottom: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    
    .section_cpn_01_detail_02 .table dt {
      padding: .25em .5em;
      width: 60%;
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;
      background: #e9eaee;
    }
    
    .section_cpn_01_detail_02 .table dd {
      padding: .25em .5em;
      width: 40%;
      text-align: right;
      border-bottom: 1px solid #000;
      background: #fff;
    }
    
    .section_cpn_01 .deco {
      position: relative;
    }
    
    .section_cpn_01 .deco::before {
      content: "";
      width: 100vw;
      max-width: 767px;
      height: min(30vw, 228px);
      position: absolute;
      background: url("/focus/img/avatar/cpn01_img_05.png") no-repeat center/contain;
      top: -17%;
      left: -15%;
    }
    
    .section_cpn_01_txt {
      padding-top: .5em;
      font-size: 1.4rem;
    }
    
    .section_cpn_01_txt span {
      padding-left: 1em;
    }
    
    .section_cpn_02 {
      margin-bottom: min(5.33vw, 40px);
    }
    
    .section_cpn_02 .section_cpn_inr {
      padding-top: min(8vw, 60px);
    }
    
    .section_cpn_02_cont {
      padding: min(5.32vw, 40px) 0 min(2.66vw, 20px) 0;
      background: #219717;
    }
    
    .section_cpn_02_ttl01 {
      margin: 0 auto min(8vw, 60px);
      width: 90%;
    }
    
    .section_cpn_02_ttl02 {
      margin: 0 auto min(4vw, 30px);
      width: 90%;
    }
    
    .section_cpn_02 .section_cpn_detail .ttl {
      background-color: #219717;
    }
    
    .section_cpn_02_detail_02 {
      margin: 0 auto min(40px, calc(40 / 750 *100vw));
      padding: 5.3% 3.5%;
      width: 90%;
      background: #e9f8f0;
    }
    
    .section_cpn_02_detail_02 .txt {
      margin: min(8vw, 60px) auto min(8vw, 60px);
      text-align: center;
      line-height: 1.7;
      font-size: 1.4rem;
      font-weight: 600;
    }
    
    .section_cpn_general {
      margin-bottom: min(5.33vw, 40px);
    }
    .section_cpn_general .section_cpn_inr {
      padding-bottom: 7.5%;
    }
    .section_cpn_general_cont {
      padding: min(5.32vw, 40px) 0 min(2.66vw, 20px) 0;
      background: #4a7bc7;
    }
    .section_cpn_general.is-04 .section_cpn_general_cont {
      background: #cc0034;
    }
    .section_cpn_general_ttl01 {
      margin: 0 auto 30px;
      width: 90%;
    }
    .section_cpn_general.is-04 .section_cpn_general_ttl01 {
      margin: 0 auto;
      width: 100%;
    }
    .section_cpn_general_ttl02 {
      margin: 0 auto min(40vw, 30px);
      width: min(58.1vw, 436px);
    }
    .section_cpn_general .section_cpn_detail .ttl {
      background-color: #4a7bc7;
    }
    .section_cpn_general.is-04 .section_cpn_detail .ttl {
      background-color: #cc0034;
    }
    .section_cpn_general_detail_01 .cont {
      margin-bottom: min(6.66vw, 50px);
      font-size: 1.6rem;
      line-height: 1.4;
      text-align: center;
    }
    .section_cpn_general_detail_02 {
      margin: 0 auto min(20px, calc(20 / 750 *100vw));
      padding: 5.3% 3.5%;
      width:100%;
      background: #eff3fc;
    }
    .section_cpn_general.is-04 .section_cpn_general_detail_02 {
      width: min(84vw, 600px);
      padding:  2.6% 5.9% 1.9% 4.1%;
      margin: 0 auto;
      background: none;
      border: min(.8vw, 4px) solid #cc0034;
      border-radius: min(4.8vw, 40px);
    }
    .section_cpn_general_detail_03 {
      padding-top: 3.5%;
    }
    .section_cpn_general.is-04 .section_cpn_general_detail_03 {
      padding: 5.4% 4.7% 0;
    }
    .section_cpn_general.is-04 .section_cpn_general_detail_03.is-txt {
      padding: 1.6% 5.3% 3.2%;
    }
    .section_cpn_general_detail_03 .tar{
      text-align: right;
      margin: 10px 0px;
      font-size: 0.9rem;
      color: #4aa1ea;
      text-decoration: underline;
    }
    /*.generally01.section_cpn_general_detail_02 .ttl {
      width: 36.3%;
    }*/
    .section_cpn_general_detail_02 .txt {
      margin-bottom: 3%;
      font-size: 1.4rem;
      font-weight:500;
      line-height: 1.4;
      text-indent: -12px;
      padding-left: 12px;
    }
    .section_cpn_general.is-04 .section_cpn_general_detail_02 .txt {
      line-height: 1.5;
    }
    .section_cpn_general_detail_02 .txt24 {
      font-size: 1.2rem;
      line-height: 1.4;
    }
    .section_cpn_general_detail_02 .txt18 {
      font-size: 0.9rem;
      line-height: 1.8;
    }
    .section_cpn_general_detail_03 .txt17 {
      font-size: 0.85rem;
      line-height: 1.4;
    }
    .section_cpn_general_detail_03 .txt18 {
      font-size: 0.9rem;
      line-height: 1.8;
    }
    .section_cpn_general_detail_02 .table {
      margin-bottom: 2.5%;
      width: 100%;
      font-size: 1.2rem;
      border: 1px solid #000;
      border-bottom: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .section_cpn_general_detail_02 .table dt {
      padding: .25em .5em;
      width: 60%;
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;
      background: #e9eaee;
    }
    .section_cpn_general_detail_02 .table dd {
      padding: .25em .5em;
      width: 40%;
      text-align: right;
      border-bottom: 1px solid #000;
      background: #fff;
    }
    .section_cpn_general .deco {
      position: relative;
    }
    .section_cpn_general .deco::before {
      content: "";
      width: 100vw;
      max-width: 767px;
      height: min(30vw, 228px);
      position: absolute;
      background: url("/focus/img/avatar/cpn01_img_05.png") no-repeat center/contain;
      top: -17%;
      left: -15%;
    }
    .section_cpn_general_txt {
      padding-top: .5em;
      font-size: 1.4rem;
    }
    .section_cpn_general_txt span {
      padding-left: 1em;
    }

    .section_cpn_08 {
      margin-bottom: min(5.33vw, 40px);
    }

    .section_cpn_08 .section_cpn_inr {
      padding-bottom: 7.5%;
    }

    .section_cpn_08_cont {
      padding: min(5.32vw, 40px) 0 min(2.66vw, 20px) 0;
      background: #997F44;
    }

    .section_cpn_08_ttl01 {
      margin: 0 auto min(4vw, 30px);
      width: 90%;
    }

    .section_cpn_08_ttl02 {
      margin: 0 auto min(4vw, 30px);
      width: 90%;
    }

    .section_cpn_08 .section_cpn_detail .ttl {
      background-color: #997F44;
    }

    .section_cpn_08_detail_01 .cont {
      margin-bottom: min(6.66vw, 50px);
      font-size: 1.6rem;
      line-height: 1.4;
      text-align: center;
    }

    .section_cpn_08_detail_02 {
      margin: 0 auto min(40px, calc(40 / 750 *100vw));
      padding: 5.3% 3.5%;
      width: 90%;
      background: #FAF5E8;
    }

    /*.section_cpn_08_detail_02 .ttl {
      width: 36.3%;
    }*/

    .section_cpn_08_detail_02 .txt {
      margin-bottom: 3%;
      font-size: 1.0rem;
      line-height: 1.8;
    }

    .section_cpn_08_detail_02 .table {
      margin-bottom: 2.5%;
      width: 100%;
      font-size: 1.2rem;
      border: 1px solid #000;
      border-bottom: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }

    .section_cpn_08_detail_02 .table dt {
      padding: .25em .5em;
      width: 60%;
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;
      background: #e9eaee;
    }

    .section_cpn_08_detail_02 .table dd {
      padding: .25em .5em;
      width: 40%;
      text-align: right;
      border-bottom: 1px solid #000;
      background: #fff;
    }

    .section_cpn_08 .deco {
      position: relative;
    }

    .section_cpn_08 .deco::before {
      content: "";
      width: 100vw;
      max-width: 767px;
      height: min(30vw, 228px);
      position: absolute;
      background: url("/focus/img/avatar/cpn01_img_05.png") no-repeat center/contain;
      top: -17%;
      left: -15%;
    }

    .section_cpn_08_txt {
      padding-top: .5em;
      font-size: 1.4rem;
    }

    .section_cpn_08_txt span {
      padding-left: 1em;
    }

    .section_aboutCPN_cpn8 dt {
      background: #997F44
    }
    .pre_period {
      width: 70%;
      margin: auto;
    }
  }
  .btn_04 {
    width: 90%;
    margin: auto;
  }
  .txt_link {
    color:#4aa1ea;
  }
}


.modal06 {
  .acc_btn {
    font-size: 1.7rem;
  }
  .faq_a {
    .faq_txt {
      position: relative;
      font-size: 1.4rem;
      padding-left: 2em;
      &::after{
        content: '';
        position: absolute;
        margin: auto;
        top:0;
        left: 0;
        width: 1.5em;
        height: 1.5em;
        background: url("/focus/img/avatar/faq_icon_03.png") no-repeat center/contain;
      }
    }
    .pdt10 {
      padding-top: 10px;
    }
    .mark {
      margin: 2px 0px 36px;
      float: left;
      padding-left: 2em;
      vertical-align: top;
    }
    .note_lv0 {
      font-size: 1.2rem;
      display: block;
      margin-left: 1px;
    }
    .note_lv1 {
      font-size: 1.2rem;
      margin-top: 1em;
      padding-left: 2em;
    }
  }
  .faq_date {
    padding-bottom: 20px;
    padding-top: 1em;
    text-align: right;
    font-size: 1.0rem;
  }
}
@media screen and (min-width: 768px) {
  body {
    margin: auto;
  }
  html {
    font-size: 75%;
  }
  .modal_wrapper .panel {
    max-width: 450px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    ::-webkit-scrollbar {
      display: none;
    }
  }
}
/* ----- ▼ footer ▼ ----- */
.conv-area {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.53);
  z-index: 100;
  padding: 10px 20px;
}
.conv-area a {
  font-size: 15px;
}
.conv-area .top_btnItem .btnType02 a span {
  font-size: 12px;
}
.conv-area .top_btnItem .btnType02 a {
  font-size: 18px;
  padding-left: 50px;
}
.top_btnItem + .top_btnItem {
	margin-top: 20px;
}
.btnType02 {
	max-width: 312px;
	width: 100%;
	margin: 0 auto;
}
.btnType02 > a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px 15px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	border-radius: 45px;
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.btnType02 > a{
	color: #FFF;
	background: #CC0033;
	border: solid 1px #BE2436;
}
btnType02 {
	font-size: 18px;
	font-weight: bold;
}
.btnType02 > a {
	padding: 7px 7% 8px 20%;
	font-size: 18px;
	line-height: 1.45;
}
.btnType02 > a > span,
.btnType03 > a > span {font-size: 12px;}
.btn_icon::before{
  top: 50%;
  transform: translateY(-50%);
  left: 34px;
  width: 32px;
}
.btn_icon01::before{
  background-image: url(/focus/img/lp_icon_08.svg);
}
.btn_icon{
	position: relative;
}
.btn_icon::before{
	position: absolute;
	display: inline-block;
	content: "";
	top: 50%;
	left: 9%;
	width: 10%;
	height: 41px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.btn_icon01::before{
  width: 51px;
}
@media (min-width: 768px){
  .btnType02 > a {
    font-size: 18px;
  }
  .btnType02 > a:hover {
    color: #363840;
    background-color: #F8D74B;
    border-color: #F8D74B;
  }
  .btnType02 {
		max-width: 360px;
	}
  .btnType02 > a{
		padding: 13px 13% 12px 20%;
	}
  .wrap {
    max-width: 450px;
    & .section_btn {
      & .btn_wrap {
        & .note {
          p {
            font-size: 10px;
          }
        }
      }
    }
    & .section_summary {
      .txt_att {
          font-size: 12px;
      }
    }
  }
  & .section_caution {
    & .section_caution_box {
        &::before {
          width: 100px !important;
          top: -40px !important;
        }
    }
  }
  .modal02, .modal03 {
    .note_lv1 {
        font-size: 12px;
    }
  }
  .modal05 {
    & .modal_content_inner {
      .section_cpn_detail .ttl {
        font-size: 20px;
        width: 250px;
        line-height: 40px;
      }
      & .section_cpn_inr {
        & .ul_general, 
        & .ul_asta,
        & .ul_alpha {
          li {
              font-size: 12px;
          }
        }
        .ul_title {
          font-size: 12px;
        }
      }
    }
  }
}
