@charset "UTF-8";
/* ===================================================================
CSS information

file name  : guide.css
author     : Abilive
style info : ご利用ガイド
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.p-intro, .l-pnav .p-nav, .p-guide, .p-ser, .p-option, .p-howto__list, .p-payment, .p-refinishing {
  width: 66.6666666667%;
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  .p-intro, .l-pnav .p-nav, .p-guide, .p-ser, .p-option, .p-howto__list, .p-payment, .p-refinishing {
    min-width: 960px;
  }
}
@media only screen and (max-width: 1199px) {
  .p-intro, .l-pnav .p-nav, .p-guide, .p-ser, .p-option, .p-howto__list, .p-payment, .p-refinishing {
    width: 81.3953488372%;
  }
}

.p-intro {
  text-align: center;
}
.p-intro__text {
  color: #069fce;
  font-weight: 900;
  padding: 2.8125em 0 0.9375em;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  letter-spacing: 0.12em;
  line-height: 1.5;
}

.l-pnav {
  padding: 20px 0 4px;
  position: relative;
  background: #fff;
  margin-top: 30px;
  -webkit-box-shadow: 0 0.625rem 3.75rem 0px rgba(6, 159, 206, 0.1);
          box-shadow: 0 0.625rem 3.75rem 0px rgba(6, 159, 206, 0.1);
}
@media only screen and (max-width: 767px) {
  .l-pnav {
    margin-top: 1.5em;
    padding: 2em 0 1em;
  }
}
.l-pnav .p-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .l-pnav .p-nav {
    max-width: 1000px;
  }
}
@media print {
  .l-pnav .p-nav {
    max-width: 1000px;
  }
}
.l-pnav .p-nav li {
  margin-bottom: 0.8em;
}
@media only screen and (min-width: 768px) {
  .l-pnav .p-nav li:not(:first-child) {
    margin-inline: 0.6em;
  }
}
@media only screen and (max-width: 767px) {
  .l-pnav .p-nav li {
    width: 100%;
  }
}
.l-pnav .p-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 0.875rem;
}
.l-pnav .p-nav li a:hover span {
  color: #069fce;
}
.l-pnav .p-nav li a:hover span::after {
  width: 100%;
}
.l-pnav .p-nav li a span {
  color: #454545;
  display: inline-block;
  padding: 0.1em;
  position: relative;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}
.l-pnav .p-nav li a span:after {
  content: "";
  width: 0;
  height: 1px;
  background: #069fce;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 400ms ease;
  transition: width 400ms ease;
}
.l-pnav .p-nav li a:after {
  content: "\e900";
  margin-left: 0.3em;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: #FFF;
  background: #069fce;
  border-radius: 9999px;
  width: 1.75em;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.5625rem;
  rotate: 90deg;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: rotate 400ms ease;
  transition: rotate 400ms ease;
}

.p-guide {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-guide {
    margin-top: 8.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide {
    margin-top: 4em;
  }
}
.p-guide > .c-txt1 {
  text-align: center;
  margin: 30px auto 50px;
}
@media only screen and (max-width: 767px) {
  .p-guide > .c-txt1 {
    margin: 1.5em auto 2em;
    text-align: left;
  }
}
.p-guide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-guide__list li {
  background: #fff;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0.625rem 0 1.875rem 0px rgba(6, 159, 206, 0.1);
          box-shadow: 0.625rem 0 1.875rem 0px rgba(6, 159, 206, 0.1);
}
@media only screen and (min-width: 1200px) {
  .p-guide__list li {
    width: 15.625%;
    padding: 0 0.78125% 1.5625%;
  }
  .p-guide__list li:not(:first-child) {
    margin-left: 1.25%;
  }
}
@media print {
  .p-guide__list li {
    width: 15.625%;
    padding: 0 0.78125% 1.5625%;
  }
  .p-guide__list li:not(:first-child) {
    margin-left: 1.25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-guide__list li {
    width: 31.6455696203%;
    padding: 2.9535864979% 2.1097046414%;
    margin-bottom: 2.5316455696%;
  }
  .p-guide__list li:not(:nth-child(3n+1)) {
    margin-left: 2.5316455696%;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide__list li {
    width: 48.0769230769%;
    padding: 4.4871794872% 3.2051282051%;
    margin-bottom: 3.8461538462%;
  }
  .p-guide__list li:not(:nth-child(2n+1)) {
    margin-left: 3.8461538462%;
  }
}
.p-guide__list li .img {
  width: 100%;
  margin-inline: auto;
}
.p-guide__list li .img img {
  width: 100%;
}
.p-guide__list li .c-txt1 {
  margin-top: -1em;
}
@media only screen and (min-width: 1200px) {
  .p-guide__list li .c-txt1 {
    font-size: 0.8125rem;
  }
}
@media print {
  .p-guide__list li .c-txt1 {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  .p-guide__list li .c-txt1 {
    letter-spacing: 0.02em;
  }
}
.p-guide .c-btn1 {
  margin: 2.0833333333vw auto 0;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .p-guide .c-btn1 {
    min-width: 23.6111111111vw;
  }
}
@media print {
  .p-guide .c-btn1 {
    min-width: 23.6111111111vw;
  }
}

.p-ser {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-ser {
    margin-top: 8.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .p-ser {
    margin-top: 4em;
  }
}
.p-ser > .c-txt1 {
  text-align: center;
  margin: 30px auto 50px;
}
@media only screen and (max-width: 767px) {
  .p-ser > .c-txt1 {
    margin: 1.5em auto 2em;
  }
}
.p-ser > .c-txt2 {
  font-size: 0.8125rem;
  margin: 20px auto 0;
  padding-left: 1.3em;
}
@media only screen and (max-width: 767px) {
  .p-ser > .c-txt2 {
    margin: 1.5em auto 2em;
  }
}
.p-ser > ol {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-ser > ol {
    margin-top: 3.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .p-ser > ol {
    margin-top: 2em;
  }
}
.p-ser > ol > li {
  margin-top: 0.5em;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.p-ser > ol > li i {
  color: #069fce;
  margin-right: 0.3em;
  font-size: 1.25rem;
}
.p-ser > ol > li .txt_atn {
  font-size: 0.8125rem;
  padding-left: 0.5em;
}
.p-ser .list_att li {
  font-size: 0.8125rem;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0.25em;
}
.p-ser .list_att li::before {
  content: "※";
  margin-right: 0.3em;
}
.p-ser > .list_att {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-ser > .list_att {
    margin-top: 3.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .p-ser > .list_att {
    margin-top: 2em;
  }
}

.p-option {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-option {
    margin-top: 8.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .p-option {
    margin-top: 4em;
  }
}
.p-option__inner {
  margin-top: 3.125vw;
  background: #fafafa;
  -webkit-box-shadow: 0 0.625rem 3.75rem 0px rgba(6, 159, 206, 0.1);
          box-shadow: 0 0.625rem 3.75rem 0px rgba(6, 159, 206, 0.1);
  width: 100%;
  padding: 2.0833333333vw 3.8194444444vw 2.4305555556vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-option__inner {
    margin-top: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-option__inner {
    margin-top: 1.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-option__inner {
    padding: 1.875rem 3.4375rem 2.1875rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-option__inner {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-option__inner {
    border-radius: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-option__inner {
    border-radius: 0.3125rem;
  }
  .p-option__inner + .p-option__inner {
    margin-top: 0.625rem;
  }
}
.p-option__inner__group + .p-option__inner__group {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top: 1px solid rgba(69, 69, 69, 0.1);
}
@media only screen and (min-width: 768px) {
  .p-option__inner > .st {
    margin-bottom: 0.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-option__inner > .st {
    border-radius: 0.3125rem 0.3125rem 0 0;
    overflow: hidden;
    cursor: pointer;
    padding: 0.75rem 1.25rem;
    position: relative;
  }
  .p-option__inner > .st i {
    width: 1em;
    height: 1px;
    background: #069fce;
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-option__inner > .st i::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #069fce;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: -webkit-transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
  }
  .p-option__inner > .st.active {
    background: #069fce;
    color: #fff;
  }
  .p-option__inner > .st.active::before {
    color: #fff;
  }
  .p-option__inner > .st.active i {
    background: #fff;
  }
  .p-option__inner > .st.active i::after {
    background: #fff;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}
.p-option__inner > .st span {
  display: block;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .p-option__inner > .st span {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-option__inner > .st + div {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-option__inner > .st + div {
    display: none;
    padding: 1.25rem 1.875rem 1.25rem;
  }
}
.p-option__inner .sst {
  text-align: center;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .p-option__inner .sst {
    margin-bottom: 0.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-option__inner .sst span {
    font-size: 1rem;
  }
}
.p-option__inner .txt_note {
  font-size: 0.8125rem;
  text-align: right;
  margin-top: 0.625rem;
}
.p-option__inner .txt_note2 {
  font-size: 0.8125rem;
  margin-top: 0.625rem;
}
.p-option__inner .txt_note2 p {
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (min-width: 1200px) {
  .p-option__inner .inner.layout2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
@media print {
  .p-option__inner .inner.layout2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
.p-option__inner .inner.layout3 ul {
  margin-top: 1.5625rem;
}
@media only screen and (max-width: 767px) {
  .p-option__inner .inner.layout3 ul {
    margin-top: 0.9375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-option__inner .inner.layout3 ul li:not(:last-child) {
    margin-bottom: 0.3125rem;
  }
}
@media print {
  .p-option__inner .inner.layout3 ul li:not(:last-child) {
    margin-bottom: 0.3125rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-option__inner .inner.layout3 ul li:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-option__inner .inner.layout3 ul li .price {
    text-align: right;
    width: 100%;
    margin-top: -0.3em;
  }
}
.p-option__inner .inner.layout3 .c-lnk1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.9375rem;
}
.p-option__inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-left: 1rem;
  z-index: 10;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .p-option__inner ul li {
    font-size: 0.875rem;
  }
}
@media print {
  .p-option__inner ul li {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-option__inner ul li {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-option__inner ul li {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-option__inner ul li:not(:last-child) {
    margin-bottom: 1.25em;
  }
}
@media print {
  .p-option__inner ul li:not(:last-child) {
    margin-bottom: 1.25em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-option__inner ul li {
    margin-bottom: 0.8125em;
  }
}
@media only screen and (max-width: 767px) {
  .p-option__inner ul li {
    margin-bottom: 0.5em;
  }
}
.p-option__inner ul li:before {
  content: "";
  width: 0.3125rem;
  aspect-ratio: 100/100;
  background: #069fce;
  display: block;
  border-radius: 9999px;
  position: absolute;
  top: 0.7em;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-option__inner ul li:after {
  content: "";
  width: calc(100% - 2em);
  height: 1px;
  display: block;
  background: #c8c8c8;
  position: absolute;
  top: 0.7em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2em;
  z-index: -1;
}
.p-option__inner ul li .item span {
  background: #fafafa;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .p-option__inner ul li .item span {
    padding-right: 1.1111111111vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-option__inner ul li .item span {
    padding-right: 2.3255813953vw;
  }
}
.p-option__inner ul li .price {
  background: #fafafa;
}
@media only screen and (min-width: 768px) {
  .p-option__inner ul li .price {
    padding-left: 1.1111111111vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-option__inner ul li .price {
    padding-left: 2.3255813953vw;
  }
}
.p-option__inner ul li .price span {
  font-size: 1.1375rem;
  color: #069fce;
  line-height: 1;
}
.p-option__inner ul li.st {
  padding-left: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-option__inner ul li.st::before, .p-option__inner ul li.st::after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .p-option__inner ul li.st {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .p-option__inner ul li.st {
    margin-bottom: 0.5rem !important;
  }
}
.p-option__inner ul li.st sup {
  color: #069fce;
  font-weight: bold;
}
.p-option__inner .btn {
  margin-inline: auto;
  text-align: center;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-option__inner .btn {
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-option__inner .btn {
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-option__inner .btn {
    width: 110%;
    margin-left: -5%;
  }
}
.p-option__list {
  background: #fafafa;
  -webkit-box-shadow: 0 0.625rem 3.75rem 0px rgba(6, 159, 206, 0.1);
          box-shadow: 0 0.625rem 3.75rem 0px rgba(6, 159, 206, 0.1);
  width: 100%;
  border-radius: 1.25rem;
  padding: 2.4305555556vw 3.8194444444vw;
}
@media only screen and (max-width: 767px) {
  .p-option__list {
    padding: 1.5625em;
  }
}
@media only screen and (min-width: 768px) {
  .p-option__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-option__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-option__list + .p-option__list {
  margin-top: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .p-option__list + .p-option__list {
    margin-top: 0.625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-option__list .c-tit3 {
    width: 20.5882352941%;
  }
}
@media print {
  .p-option__list .c-tit3 {
    width: 20.5882352941%;
  }
}
@media only screen and (max-width: 1199px) {
  .p-option__list .c-tit3 {
    width: 100%;
    text-align: center;
    margin-bottom: 0.8em;
  }
}
.p-option__list .c-tit3 span small {
  font-size: 0.8125rem;
  line-height: 1.4;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-option__list .c-tit3 span small {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-option__list ul {
    width: 34.1176470588%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .p-option__list ul:not(:last-child) {
    margin-right: 5.2941176471%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-option__list ul {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .p-option__list ul.u-mt30 {
    margin-top: 2em;
  }
}
.p-option__list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-left: 1rem;
  z-index: 10;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media only screen and (min-width: 1200px) {
  .p-option__list ul li {
    font-size: 0.875rem;
  }
}
@media print {
  .p-option__list ul li {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-option__list ul li {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-option__list ul li {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-option__list ul li:not(:last-child) {
    margin-bottom: 1.25em;
  }
}
@media print {
  .p-option__list ul li:not(:last-child) {
    margin-bottom: 1.25em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-option__list ul li {
    margin-bottom: 0.8125em;
  }
}
@media only screen and (max-width: 767px) {
  .p-option__list ul li {
    margin-bottom: 0.5em;
  }
}
.p-option__list ul li:before {
  content: "";
  width: 0.3125rem;
  aspect-ratio: 100/100;
  background: #069fce;
  display: block;
  border-radius: 9999px;
  position: absolute;
  top: 0.7em;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-option__list ul li:after {
  content: "";
  width: calc(100% - 2em);
  height: 1px;
  display: block;
  background: #c8c8c8;
  position: absolute;
  top: 0.7em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2em;
  z-index: -1;
}
.p-option__list ul li .item span {
  background: #fafafa;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .p-option__list ul li .item span {
    padding-right: 1.1111111111vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-option__list ul li .item span {
    padding-right: 2.3255813953vw;
  }
}
.p-option__list ul li .price {
  background: #fafafa;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .p-option__list ul li .price {
    padding-left: 1.1111111111vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-option__list ul li .price {
    padding-left: 2.3255813953vw;
  }
}
.p-option__list ul li .price span {
  font-size: 1.1375rem;
  color: #069fce;
  line-height: 1;
}
.p-option__list ul li.st {
  margin-bottom: 0.5em;
  padding-left: 0;
}
.p-option__list ul li.st::before, .p-option__list ul li.st::after {
  content: none;
}
.p-option__list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-option__list__title {
    width: 100%;
  }
}
.p-option__list__title .c-tit3 {
  width: 100%;
}
.p-option__list__title .txt_note {
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  margin-top: 0.3125rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-option__list__title .txt_note {
    margin-top: -1em;
    text-align: center;
  }
}

.p-howto {
  z-index: 10;
  position: relative;
  margin-top: 100px;
  padding: 4.1666666667vw 0 3.4722222222vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-howto {
    margin-top: 8.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .p-howto {
    margin-top: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .p-howto {
    padding: 2.5rem 0;
  }
}
.p-howto:before {
  content: "";
  width: 94.4444444444vw;
  height: 100%;
  background: #FFF;
  border-radius: 0 10.4166666667vw 10.4166666667vw 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-howto .c-tit2__center {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .p-howto .c-tit2__center {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-howto__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-howto__list li {
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-howto__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 18.3333333333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-howto__list li {
    width: 23.0366492147%;
  }
}
@media only screen and (max-width: 767px) {
  .p-howto__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .p-howto__list li:not(:last-child) {
    margin-right: 2.0833333333%;
  }
}
@media print {
  .p-howto__list li:not(:last-child) {
    margin-right: 2.0833333333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-howto__list li:not(:last-child) {
    margin-right: 2.6178010471%;
  }
}
@media only screen and (max-width: 767px) {
  .p-howto__list li:not(:last-child) {
    margin-bottom: 3.4375rem;
  }
}
.p-howto__list li:not(:last-child):after {
  content: "";
  background: url(../../files/images/common/ic_arrow.png) no-repeat top left;
  background-size: 100% auto;
  display: block;
  position: absolute;
  z-index: 100;
  aspect-ratio: 55/8;
}
@media only screen and (min-width: 768px) {
  .p-howto__list li:not(:last-child):after {
    width: 33.125%;
    right: -1.875em;
    top: 4.3055555556vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  .p-howto__list li:not(:last-child):after {
    top: 8.1151832461vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .p-howto__list li:not(:last-child):after {
    top: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-howto__list li:not(:last-child):after {
    width: 1.5625rem;
    rotate: 90deg;
    bottom: -1.875em;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-howto__list li .image {
    width: 40%;
  }
}
.p-howto__list li .st i {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #069fce;
  line-height: 1;
  position: absolute;
  top: -0.8em;
}
@media only screen and (min-width: 1200px) {
  .p-howto__list li .st i {
    font-size: 2rem;
  }
}
@media print {
  .p-howto__list li .st i {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-howto__list li .st i {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-howto__list li .st i {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-howto__list li .st i {
    left: 22.7272727273%;
  }
}
@media only screen and (max-width: 767px) {
  .p-howto__list li .st i {
    left: 0;
  }
}
.p-howto__list li .st span {
  color: #069fce;
  line-height: 1.125;
  letter-spacing: 0.04em;
  text-align: center;
  display: block;
  margin-top: -1em;
}
@media only screen and (min-width: 1200px) {
  .p-howto__list li .st span {
    font-size: 1rem;
  }
}
@media print {
  .p-howto__list li .st span {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-howto__list li .st span {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-howto__list li .st span {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-howto__list li .img {
    width: 85.2272727273%;
    margin: 0 auto;
  }
}
@media print {
  .p-howto__list li .img {
    width: 85.2272727273%;
    margin: 0 auto;
  }
}
.p-howto__list li .c-txt1 {
  text-align: left;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .p-howto__list li .c-txt1 {
    margin-top: 0;
    width: 55%;
  }
}
.p-howto__flow {
  max-width: 768px;
  margin: 60px auto 0;
  background: #deecf0;
  padding: 1em;
  text-align: center;
  border-radius: 0.625rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-howto__flow {
    width: 53.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-howto__flow {
    width: 80%;
    margin-top: 1.5em;
  }
}
.p-howto__flow a:hover {
  color: #069fce;
}

.p-payment {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-payment {
    margin-top: 8.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .p-payment {
    margin-top: 4em;
  }
}
.p-payment .c-tit2__center {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-payment .c-tit2__center {
    margin-bottom: 2em;
  }
}
.p-payment .c-tit3 {
  margin-bottom: 0.4em;
}
.p-payment .c-tit3.u-mt30 {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .p-payment .c-tit3.u-mt30 {
    margin-top: 2em;
  }
}
.p-payment .c-txt1 .img {
  margin-top: 0.5em;
}
@media only screen and (max-width: 767px) {
  .p-payment .c-txt1 .img {
    width: 90%;
  }
}
.p-payment__epos {
  margin-top: 40px;
  padding: 4.1666666667%;
  background: #fff;
  -webkit-box-shadow: 0 0.625rem 3.75rem 0px rgba(6, 159, 206, 0.1);
          box-shadow: 0 0.625rem 3.75rem 0px rgba(6, 159, 206, 0.1);
  border-radius: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .p-payment__epos {
    margin-top: 2.5em;
    padding: 2em;
  }
}
.p-payment__epos h4 {
  text-align: center;
  margin-bottom: 20px;
}
.p-payment__epos h4 img {
  display: block;
  width: 46.0674157303%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-payment__epos h4 img {
    width: 65%;
  }
}
.p-payment__epos .c-txt1 a:hover {
  color: #069fce;
}
.p-payment__epos ul {
  margin-top: 1em;
}
.p-payment__epos ul li {
  font-size: 0.8125rem;
  padding-left: 1.3em;
  text-indent: -1.3em;
  margin-top: 0.25em;
}
.p-payment__epos ul li::before {
  content: "※";
  margin-right: 0.3em;
}

.p-refinishing {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-refinishing {
    margin-top: 8.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .p-refinishing {
    margin-top: 4em;
  }
}
.p-refinishing .c-tit2__center {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-refinishing .c-tit2__center {
    margin-bottom: 3.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .p-refinishing .c-tit2__center {
    margin-bottom: 2em;
  }
}
.p-refinishing ul li {
  padding-left: 1rem;
  margin-top: 0.25em;
  position: relative;
}
.p-refinishing ul li:before {
  content: "";
  width: 0.3125rem;
  aspect-ratio: 100/100;
  background: #069fce;
  display: block;
  border-radius: 9999px;
  position: absolute;
  top: 0.7em;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-refinishing__cnt {
  max-width: 768px;
  margin: 60px auto 0;
  background: #deecf0;
  padding: 1em;
  text-align: center;
  border-radius: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .p-refinishing__cnt {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .p-refinishing__cnt .blue {
    white-space: nowrap;
  }
}

.p-refinishing {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-refinishing {
    margin-top: 8.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .p-refinishing {
    margin-top: 4em;
  }
}
.p-refinishing .inner {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-refinishing .inner {
    margin-top: 3.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .p-refinishing .inner {
    margin-top: 2em;
  }
}
.p-refinishing .inner .c-tit3 {
  margin-bottom: 0.4em;
}
.p-refinishing .list_box {
  margin-top: 20px;
}
.p-refinishing .list_box .c-txt2 {
  font-size: 0.8em;
}

.l-footer .c-btn__order {
  display: none !important;
}