@charset "UTF-8";
/* px値をvw値に変換する */
/* px値をrem値に変換する */
img {
  display: block; }

.toTop {
  position: relative;
  opacity: 0;
  -webkit-transition: .7s;
  transition: .7s;
  position: fixed;
  bottom: 60px;
  right: 25px;
  width: 60px;
  height: 60px;
  z-index: 200; }
  .toTop img {
    width: 100%;
    display: block; }
  .toTop.show {
    opacity: 1; }

@media (max-width: 767px) {
  .toTop {
    bottom: 60px;
    right: 18px;
    width: 32px;
    height: auto; } }

main {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  /* =========================================================================
 Common Style
========================================================================= */
  /* =========================================================================
 Content
========================================================================= */
  /* =========================================================
 スマホ対応
========================================================= */ }
  main .bgBd {
    background: repeating-linear-gradient(#fff, #fff 3px, rgba(25, 45, 110, 0.15) 3px, rgba(25, 45, 110, 0.15) 4px); }
  main .bgRec {
    background: #192d6e;
    background-image: url(../img/bg_rec.png);
    background-size: 6% auto;
    background-position: 50% 30%; }
  main .telLink {
    pointer-events: none; }
  main .linkBtn {
    margin: 0 20px; }
    main .linkBtn a {
      display: block;
      background: #f0193c;
      border: 2px solid #f0193c;
      color: #fff;
      font-size: 1.8rem;
      font-weight: bold;
      text-align: center;
      padding: 15px 0;
      margin: 0 auto;
      border-radius: 8px;
      width: 450px; }
      main .linkBtn a span {
        position: relative;
        padding-right: 24px;
        display: inline-block;
        line-height: 1.3; }
        main .linkBtn a span:before {
          position: absolute;
          content: '';
          width: 17px;
          height: 17px;
          border-radius: 50%;
          top: 50%;
          right: 0;
          margin-top: -7px;
          background: #fff; }
        main .linkBtn a span:after {
          position: absolute;
          content: '';
          width: 5px;
          height: 5px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          top: 50%;
          right: 7px;
          margin-top: -1px;
          border-top: solid 2px #f0193c;
          border-right: solid 2px #f0193c; }
  main .content {
    width: 100%; }
  main .kvArea {
    padding: 24px 0;
    text-align: center; }
    main .kvArea h1 em {
      color: #192d6e;
      font-size: 3.3rem;
      font-weight: 900;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 610px;
      margin: 0 auto;
      position: relative; }
      main .kvArea h1 em img {
        margin-bottom: 18px; }
    main .kvArea h1 span {
      background: #5e6c9a;
      color: #fff;
      font-size: 3rem;
      font-weight: 500;
      padding: 0 24px; }
    main .kvArea h1 strong {
      background: #fff;
      display: block;
      margin: 0 auto 24px;
      padding: 18px 0; }
      main .kvArea h1 strong img {
        margin: 0 auto; }
    main .kvArea p {
      font-size: 2rem;
      font-weight: 700; }
  main .readInner {
    max-width: 890px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.2rem;
    font-weight: 700; }
    main .readInner p {
      color: #fff;
      line-height: 1.3; }
    main .readInner ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-flex: 2;
          -ms-flex-positive: 2;
              flex-grow: 2;
      margin: 32px 18px; }
    main .readInner li {
      background: #fff;
      border-radius: 6px;
      text-align: center;
      min-width: 160px;
      color: #192d6e;
      font-weight: 900;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      main .readInner li strong {
        color: #ff5514;
        font-size: 6rem; }
  main .summaryArea {
    max-width: 890px;
    margin: 0 auto;
    padding: 48px 0; }
    main .summaryArea h2 {
      text-align: center;
      margin-bottom: 48px; }
      main .summaryArea h2 span {
        color: #192d6e;
        font-size: 3.7rem;
        font-weight: 700;
        margin-left: 60px;
        padding-bottom: 10px;
        background: url(../img/line_wavey.svg) no-repeat center bottom;
        position: relative; }
        main .summaryArea h2 span::before {
          content: '';
          background: url(../img/icon_sdcard.svg) no-repeat left top;
          width: 55px;
          height: 62px;
          position: absolute;
          top: 10px;
          left: -60px; }
  main .summaryInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px; }
    main .summaryInner ul {
      background: url(../img/img_read.svg) no-repeat right bottom;
      background-size: 70% auto;
      position: relative;
      padding-top: 130px;
      min-height: 290px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 63%;
              flex: 0 0 63%; }
    main .summaryInner li {
      color: #ff5514;
      font-size: 1.8rem;
      font-weight: 700;
      text-align: center;
      min-width: 160px;
      padding: 24px 18px 40px 18px;
      line-height: 1.4;
      position: absolute;
      top: 0; }
      main .summaryInner li:nth-of-type(1) {
        background: url(../img/bg_read_balloon01_pc.svg) no-repeat top center;
        left: 0;
        padding: 24px 24px 40px 18px; }
      main .summaryInner li:nth-of-type(2) {
        background: url(../img/bg_read_balloon02_pc.svg) no-repeat top center;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      main .summaryInner li:nth-of-type(3) {
        background: url(../img/bg_read_balloon03_pc.svg) no-repeat top center;
        right: 0; }
    main .summaryInner p {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 34.4%;
              flex: 0 0 34.4%;
      font-size: 1.8rem;
      line-height: 1.6;
      color: #282828; }
      main .summaryInner p strong {
        color: #f0193c;
        font-size: 2.2rem;
        font-weight: 700; }
      main .summaryInner p span {
        font-size: 1.4rem; }
  main .summaryService {
    text-align: center; }
    main .summaryService p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      font-size: 2.2rem;
      font-weight: 700;
      padding: 24px 0;
      margin-bottom: 12px; }
      main .summaryService p::before, main .summaryService p::after {
        content: '';
        width: 65px;
        height: 65px;
        position: absolute; }
      main .summaryService p::before {
        border-left: solid 4px #192d6e;
        border-top: solid 4px #192d6e;
        top: 0;
        left: 0; }
      main .summaryService p::after {
        border-right: solid 4px #192d6e;
        border-bottom: solid 4px #192d6e;
        bottom: 0;
        right: 0; }
      main .summaryService p strong {
        color: #192d6e;
        font-size: 3.7rem;
        margin: 0 12px; }
    main .summaryService span {
      font-size: 1.2rem;
      color: #282828; }
  main .introductionWrap {
    text-align: center;
    margin-bottom: 84px; }
    main .introductionWrap.bgBd {
      padding: 40px 0; }
    main .introductionWrap:nth-of-type(2) h2 {
      padding: 7px 0; }
      main .introductionWrap:nth-of-type(2) h2 span::before {
        top: -14px; }
    main .introductionWrap h2 {
      background: #ff9972;
      border-bottom: 2px #192d6e solid;
      max-height: 80px;
      padding: 20px 0;
      margin-bottom: 40px;
      color: #192d6e;
      font-size: 3.2rem;
      font-weight: 900; }
      main .introductionWrap h2 span {
        position: relative;
        display: inline-block; }
        main .introductionWrap h2 span::before {
          content: '';
          background: url(../img/icon_point.svg) no-repeat left top;
          width: 35px;
          height: 40px;
          position: absolute;
          top: -24px;
          left: -40px; }
      main .introductionWrap h2 em {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      main .introductionWrap h2 strong {
        font-size: 5.4rem; }
  main .introductionInner {
    max-width: 1000px;
    margin: 0 auto; }
  main .introductionTxt {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.7; }
    main .introductionTxt strong {
      color: #f0193c;
      font-size: 2.8rem; }
    main .introductionTxt span {
      font-size: 1.4rem;
      font-weight: 400; }
    main .introductionTxt .priceTxt {
      color: #f0193c;
      display: block; }
      main .introductionTxt .priceTxt span {
        font-size: 2.2rem;
        font-weight: 700; }
      main .introductionTxt .priceTxt strong {
        font-size: 4.6rem;
        font-weight: 900; }
  main .introductionNotes {
    font-size: 1.2rem;
    margin-top: 12px;
    display: inline-block; }
  main .recommendedBnr {
    background: #ff5514;
    width: 480px;
    margin: 48px auto 84px;
    padding: 16px 32px;
    text-align: left;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    position: relative;
    overflow: hidden; }
    main .recommendedBnr::before {
      content: '';
      position: absolute;
      top: 0;
      right: -50px;
      background: #192d6e;
      width: 150px;
      height: 100px;
      -webkit-transform: skewX(-40deg);
              transform: skewX(-40deg); }
    main .recommendedBnr::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 40px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-image: url(../img/icon_rec.svg);
      background-repeat: no-repeat;
      background-position: right center;
      width: 63px;
      height: 48px; }
  main .pointArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    counter-reset: num01 0; }
    main .pointArea div {
      background: #fff;
      width: 320px;
      -webkit-box-shadow: #192d6e 2px 2px;
              box-shadow: #192d6e 2px 2px;
      position: relative; }
      @media (max-width: 767px) {
        main .pointArea div {
          width: calc(100% - 2px);
          position: relative;
          margin-bottom: 18px; } }
      main .pointArea div::before {
        content: counter(num01);
        counter-increment: num01 1;
        background: #192d6e;
        border-radius: 50%;
        color: #fff;
        width: 30px;
        height: 30px;
        font-size: 1.8rem;
        font-weight: 700;
        padding-top: 4px;
        position: absolute;
        top: -15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
        @media (max-width: 767px) {
          main .pointArea div::before {
            font-size: 4.8vw;
            padding-top: 4px;
            top: 20px;
            left: 32px;
            -webkit-transform: translateX(0);
                    transform: translateX(0); } }
      main .pointArea div:nth-of-type(2) dt span {
        padding-bottom: 10px; }
      main .pointArea div:nth-of-type(2) dt strong {
        font-size: 4.2rem; }
    main .pointArea dt {
      color: #192d6e;
      font-size: 2.4rem;
      font-weight: 900;
      padding: 12px 40px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      position: relative; }
      main .pointArea dt::before {
        content: '';
        width: 70%;
        height: 5px;
        background: rgba(255, 85, 20, 0.1);
        border-radius: 50px;
        position: absolute;
        bottom: 10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      main .pointArea dt span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      main .pointArea dt em {
        color: #ff5514;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      main .pointArea dt strong {
        font-size: 6.3rem; }
    main .pointArea dd {
      padding: 0 24px 24px; }
      main .pointArea dd img {
        margin: 16px auto; }
      main .pointArea dd p {
        font-size: 1.4rem;
        text-align: justify;
        text-justify: inter-ideograph;
        line-height: 1.5;
        color: #282828; }
  main .dealsBnr {
    border: 2px #f0193c solid;
    width: 540px;
    margin: 36px auto 0;
    padding: 16px 40px;
    text-align: center;
    font-size: 2rem;
    font-weight: 500; }
    main .dealsBnr .perTxt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #f0193c;
      border-radius: 50px;
      color: #fff;
      padding: 6px 0;
      margin-bottom: 12px; }
      main .dealsBnr .perTxt span {
        position: relative;
        padding: 0 24px; }
        main .dealsBnr .perTxt span::before, main .dealsBnr .perTxt span::after {
          content: '';
          width: 24px;
          height: 2px;
          background: #fff;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        main .dealsBnr .perTxt span::before {
          -webkit-transform: rotate(60deg);
                  transform: rotate(60deg);
          left: 0; }
        main .dealsBnr .perTxt span::after {
          -webkit-transform: rotate(-60deg);
                  transform: rotate(-60deg);
          right: 0; }
      main .dealsBnr .perTxt strong {
        font-size: 3.8rem;
        font-weight: 900;
        margin-right: 5px; }
    main .dealsBnr .reliefTxt {
      position: relative;
      padding-left: 50px;
      color: #282828; }
      main .dealsBnr .reliefTxt::before {
        content: '';
        width: 42px;
        height: 60px;
        background: url(../img/icon_coffee.svg) no-repeat center left;
        position: absolute;
        top: -70%;
        left: 0; }
      main .dealsBnr .reliefTxt strong {
        font-size: 2.2rem;
        font-weight: 700;
        color: #f0193c; }
  main .procedureArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    counter-reset: num02 0; }
    main .procedureArea div {
      background: #fff;
      width: 320px;
      -webkit-box-shadow: #192d6e 2px 2px;
              box-shadow: #192d6e 2px 2px;
      position: relative;
      padding: 36px 24px 24px; }
      @media (max-width: 767px) {
        main .procedureArea div {
          width: calc(100% - 2px);
          position: relative;
          margin-bottom: 18px; } }
      main .procedureArea div::before {
        content: counter(num02);
        counter-increment: num02 1;
        background: #192d6e;
        border-radius: 50%;
        color: #fff;
        width: 30px;
        height: 30px;
        font-size: 1.8rem;
        font-weight: 700;
        padding-top: 4px;
        position: absolute;
        top: -15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
        @media (max-width: 767px) {
          main .procedureArea div::before {
            font-size: 4.8vw;
            padding-top: 4px;
            top: 20px;
            left: 32px;
            -webkit-transform: translateX(0);
                    transform: translateX(0); } }
      main .procedureArea div:first-of-type {
        padding: 24px; }
        main .procedureArea div:first-of-type dt {
          text-align: left;
          margin-bottom: 12px;
          padding-left: 36px; }
          main .procedureArea div:first-of-type dt a {
            font-size: 2rem;
            font-weight: 400;
            display: block; }
      main .procedureArea div:last-of-type::after {
        content: none; }
      main .procedureArea div::after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 18px 0 18px 22px;
        border-color: transparent transparent transparent #192d6e;
        position: absolute;
        top: 50%;
        right: -22px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 5; }
    main .procedureArea dt {
      font-size: 2.3rem;
      font-weight: 700;
      margin-bottom: 24px; }
      main .procedureArea dt img {
        display: inline;
        margin: 0 4px; }
      main .procedureArea dt a {
        margin-top: 8px; }
    main .procedureArea dd img {
      margin: 0 auto; }
    main .procedureArea dd span {
      font-size: 1.2rem;
      margin-top: 36px;
      display: inline-block;
      color: #282828; }
  main .notesArea {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 60px; }
    main .notesArea dt {
      background: #282828;
      color: #fff;
      font-size: 1.8rem;
      text-align: center;
      margin-bottom: 16px;
      padding: 5px 0; }
    main .notesArea dd {
      padding: 0 70px; }
      main .notesArea dd li {
        position: relative;
        padding-left: 1.1rem;
        margin-bottom: 8px;
        font-size: 1.3rem;
        line-height: 1.5; }
        main .notesArea dd li::before {
          content: '';
          width: .7rem;
          height: .7rem;
          background: #282828;
          position: absolute;
          top: 3px;
          left: 0; }
  main .shopArea {
    text-align: center;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    padding: 36px 0;
    margin-bottom: 60px; }
    main .shopArea .linkBtn {
      margin-top: 36px; }
      main .shopArea .linkBtn a {
        background: #ff5514;
        border: 2px solid #ff5514; }
  @media (max-width: 767px) {
    main .bgRec {
      background-size: 15% auto;
      background-position: 50% 0; }
    main .telLink {
      pointer-events: auto; }
    main .linkBtn {
      margin: 0 auto;
      width: 80%;
      display: block; }
      main .linkBtn a {
        width: 100%;
        padding: 12px 0;
        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; }
        main .linkBtn a span {
          font-size: 3.33333vw; }
          main .linkBtn a span:before {
            width: 14px;
            height: 14px; }
          main .linkBtn a span:after {
            width: 5px;
            height: 5px;
            margin-top: -2px;
            right: 5px; }
    main .content {
      padding: 0; }
    main .kvArea {
      padding: 16px 0 24px; }
      main .kvArea h1 em {
        font-size: 5.06667vw;
        padding-left: 100px;
        -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;
        width: 100%; }
        main .kvArea h1 em img {
          margin-bottom: 18px;
          position: absolute;
          bottom: 0;
          left: 10%;
          width: 96px;
          margin-bottom: 0; }
      main .kvArea h1 span {
        font-size: 6.66667vw;
        padding: 8px 32px;
        margin-top: 8px; }
      main .kvArea h1 strong {
        margin: 18px auto;
        padding: 18px 0; }
        main .kvArea h1 strong img {
          width: 280px; }
      main .kvArea p {
        font-size: 4vw;
        line-height: 1.5; }
    main .readInner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 3.73333vw;
      padding: 12px 0; }
      main .readInner ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 12px; }
      main .readInner li {
        margin: 0 4px;
        min-width: 100px;
        font-size: 4vw; }
        main .readInner li strong {
          font-size: 8.53333vw; }
    main .summaryArea {
      padding: 32px 14px 60px; }
      main .summaryArea h2 {
        margin-bottom: 32px; }
        main .summaryArea h2 span {
          font-size: 4.8vw;
          font-weight: 900;
          margin-left: 30px;
          padding-bottom: 8px;
          background-size: contain; }
          main .summaryArea h2 span::before {
            width: 25px;
            height: 30px;
            top: 5px;
            left: -30px; }
    main .summaryInner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 24px; }
      main .summaryInner ul {
        min-height: 178px;
        width: 100%;
        margin-bottom: 24px; }
      main .summaryInner li {
        font-size: 2.93333vw;
        min-width: 100px; }
        main .summaryInner li:nth-of-type(1) {
          background: url(../img/bg_read_balloon01_sp.svg) no-repeat top center;
          background-size: cover;
          padding: 14px 20px 17px 8px;
          top: 30%; }
        main .summaryInner li:nth-of-type(2) {
          padding: 12px 8px 30px 8px;
          background-size: cover; }
        main .summaryInner li:nth-of-type(3) {
          background: url(../img/bg_read_balloon03_sp.svg) no-repeat top center;
          background-size: cover;
          padding: 12px 8px 28px 8px;
          right: 2px; }
      main .summaryInner p {
        font-size: 3.46667vw; }
        main .summaryInner p strong {
          font-size: 4.26667vw; }
        main .summaryInner p span {
          font-size: 2.93333vw; }
    main .summaryService p {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 3.73333vw;
      padding: 12px 0;
      margin-bottom: 0; }
      main .summaryService p::before, main .summaryService p::after {
        width: 56px;
        height: 56px; }
      main .summaryService p strong {
        font-weight: 900;
        font-size: 6.66667vw;
        margin: 8px 0; }
    main .summaryService span {
      font-size: 2.93333vw;
      text-align: left; }
    main .introductionWrap {
      margin-bottom: 60px; }
      main .introductionWrap.bgBd {
        padding: 24px 0; }
      main .introductionWrap:nth-of-type(2) h2 {
        padding: 8px 0;
        margin-bottom: 18px; }
      main .introductionWrap h2 {
        padding: 12px 0;
        margin-bottom: 12px;
        font-size: 5.86667vw; }
        main .introductionWrap h2 span::before {
          background: url(../img/icon_point.svg) no-repeat left top;
          width: 20px;
          height: 23px;
          top: -16px;
          left: -20px; }
        main .introductionWrap h2 em {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        main .introductionWrap h2 strong {
          font-size: 7.2vw; }
    main .introductionInner {
      padding: 0 14px; }
    main .introductionTxt {
      font-size: 4vw; }
      main .introductionTxt strong {
        font-size: 4.53333vw; }
      main .introductionTxt span {
        font-size: 2.93333vw; }
      main .introductionTxt .priceTxt {
        display: block;
        line-height: 1.3; }
        main .introductionTxt .priceTxt span {
          font-size: 3.73333vw;
          font-weight: 700; }
        main .introductionTxt .priceTxt strong {
          font-size: 8.26667vw;
          font-weight: 900; }
    main .introductionNotes {
      font-size: 2.93333vw;
      margin-top: 8px;
      text-align: left;
      display: block; }
    main .recommendedBnr {
      width: 100%;
      margin: 48px auto 84px;
      padding: 12px 18px;
      font-size: 4.26667vw;
      line-height: 1.5; }
      main .recommendedBnr::before {
        right: -60px; }
      main .recommendedBnr::after {
        right: 5%;
        width: 70px;
        height: 54px; }
    main .pointArea {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      main .pointArea div:nth-of-type(2) dt span {
        padding: 4px 0 10px; }
      main .pointArea div:nth-of-type(2) dt strong {
        font-size: 8.8vw; }
      main .pointArea div:nth-of-type(2) dd img {
        margin: 10px auto; }
      main .pointArea div:nth-of-type(3) dd img {
        right: 3%;
        margin: 10px auto; }
      main .pointArea dt {
        font-size: 5.06667vw;
        padding: 12px 32px 0;
        margin-bottom: 12px; }
        main .pointArea dt::before {
          width: 50%;
          position: absolute;
          bottom: 5%; }
        main .pointArea dt span {
          line-height: 1; }
        main .pointArea dt strong {
          font-size: 11.73333vw; }
      main .pointArea dd {
        padding: 0 24px 24px; }
        main .pointArea dd img {
          margin: 20px auto;
          position: absolute;
          top: 0;
          right: 10%; }
        main .pointArea dd p {
          font-size: 3.2vw; }
    main .dealsBnr {
      width: 90%;
      margin: 12px auto 0;
      padding: 18px 12px;
      font-size: 3.2vw; }
      main .dealsBnr .perTxt {
        margin-bottom: 8px; }
        main .dealsBnr .perTxt span {
          padding: 0 16px; }
          main .dealsBnr .perTxt span::before, main .dealsBnr .perTxt span::after {
            width: 16px; }
        main .dealsBnr .perTxt strong {
          font-size: 7.2vw;
          margin-right: 2px; }
      main .dealsBnr .reliefTxt {
        padding-left: 36px; }
        main .dealsBnr .reliefTxt::before {
          width: 26px;
          height: 38px;
          top: -90%; }
        main .dealsBnr .reliefTxt strong {
          font-size: 3.73333vw; }
    main .procedureArea {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      main .procedureArea div {
        padding: 18px 24px 18px 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 12px; }
        main .procedureArea div::before {
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
        main .procedureArea div::after {
          border-width: 16px 14px 0 14px;
          border-color: #192d6e transparent transparent transparent;
          top: 100%;
          right: 50%;
          -webkit-transform: translate(50%, 0);
                  transform: translate(50%, 0); }
        main .procedureArea div:first-of-type {
          padding: 18px 24px 18px 60px; }
          main .procedureArea div:first-of-type dt {
            margin-bottom: 12px;
            padding: 0; }
            main .procedureArea div:first-of-type dt a {
              font-size: 4.53333vw;
              text-decoration: underline; }
              main .procedureArea div:first-of-type dt a span {
                position: relative;
                padding-left: 20px; }
                main .procedureArea div:first-of-type dt a span::before {
                  content: '';
                  width: 0;
                  height: 0;
                  border-style: solid;
                  border-width: 8px 0 8px 14px;
                  border-color: transparent transparent transparent #ff5514;
                  position: absolute;
                  top: 6px;
                  left: 0; }
        main .procedureArea div:nth-of-type(2) dt {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
          main .procedureArea div:nth-of-type(2) dt span {
            padding: 30px 0 40px; }
        main .procedureArea div:nth-of-type(3) dt {
          padding: 12px 0; }
          main .procedureArea div:nth-of-type(3) dt span {
            text-align: center; }
      main .procedureArea dt {
        font-size: 4.26667vw;
        text-align: left;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
                flex: 0 0 60%; }
        main .procedureArea dt img {
          margin: 4px auto;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
          display: block; }
      main .procedureArea dd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        main .procedureArea dd img {
          width: 100%; }
        main .procedureArea dd span {
          font-size: 2.93333vw;
          margin-top: 0;
          position: absolute;
          bottom: 18px;
          left: 15%; }
    main .notesArea {
      margin-bottom: 60px;
      padding: 0 14px; }
      main .notesArea dt {
        font-size: 2.66667vw;
        margin-bottom: 16px;
        padding: 5px 0; }
      main .notesArea dd {
        font-size: 2.66667vw;
        padding: 0; }
        main .notesArea dd li {
          padding-left: 2.93333vw;
          font-size: 2.66667vw;
          margin-bottom: 8px;
          line-height: 1.5; }
          main .notesArea dd li::before {
            width: 2vw;
            height: 2vw;
            top: 5px; }
    main .shopArea {
      font-size: 4vw;
      padding: 24px 0;
      margin-bottom: 60px; }
      main .shopArea p:first-of-type {
        line-height: 1.7; }
      main .shopArea .linkBtn {
        margin-top: 24px; } }
/*# sourceMappingURL=style.css.map */