@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
/*hr {*/
/*  -webkit-box-sizing: content-box;*/
/*          box-sizing: content-box;*/
/*  !* 1 *!*/
/*  height: 0;*/
/*  !* 1 *!*/
/*  overflow: visible;*/
/*  !* 2 *!*/
/*}*/

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

body {
  font-size: 16px;
  font-family: "Open Sans", Verdana, Geneva, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: #333;
}

@media (max-width: 500px) {
  body {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  body {
    font-size: 12px;
  }
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.oguma {
  /*width: 1024px;*/
  /*margin: 0 auto;*/
  /*padding-top: 52px;*/
}

@media (max-width: 2048px) {
  .oguma {
    /*width: 100%;*/
    /*min-width: 320px;*/
  }
}

@media (max-width: 2048px) {
  .oguma {
    padding-top: 26px;
  }
}

.oguma a {
  color: #333;
  text-decoration: none;
}

.oguma a:focus, .oguma a:hover {
  color: #333;
}

.oguma .none {
  display: none;
}

.oguma ul {
  padding: 0;
}

.oguma li {
  list-style: none;
}

.oguma img {
  width: 100%;
}

.oguma p {
  margin: 0;
}

.oguma input:not([type="radio"]):not([type="checkbox"]) {
  border: 1px solid #c5c5c5;
  height: 40px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 500px) {
  .oguma input:not([type="radio"]):not([type="checkbox"]) {
    height: 30px;
  }
}

.oguma input:not([type="radio"]):not([type="checkbox"])::-webkit-input-placeholder {
  color: #5ba9b7;
}

.oguma input:not([type="radio"]):not([type="checkbox"]):-ms-input-placeholder {
  color: #5ba9b7;
}

.oguma input:not([type="radio"]):not([type="checkbox"])::-ms-input-placeholder {
  color: #5ba9b7;
}

.oguma input:not([type="radio"]):not([type="checkbox"])::placeholder {
  color: #5ba9b7;
}

.oguma input:not([type="radio"]):not([type="checkbox"]):focus {
  outline: none;
}

.oguma select {
  height: 40px;
  width: 100%;
  border: 1px solid #c5c5c5;
  padding-left: 15px;
}

@media (max-width: 500px) {
  .oguma select {
    height: 30px;
  }
}

.oguma .borderBottom {
  border-bottom: 1px solid #333;
}

.oguma .textCenter {
  text-align: center;
}

.oguma button {
  background-color: #ebebeb;
  color: #5ba9b7;
  cursor: pointer;
}

.oguma button:focus {
  outline: none;
}

.oguma button.buttonStyle {
  width: 165px;
  height: 40px;
  border: none;
  position: relative;
  font-size: 0;
  margin: 20px 5px;
  background-color: transparent;
  background-image: url("../img/btn-bg-02.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

@media (max-width: 500px) {
  .oguma button.buttonStyle {
    width: 125px;
    border-radius: 15px;
  }
}

.oguma button.buttonStyle:disabled {
  color: #acacac;
}

.oguma button.buttonStyle:disabled.button-next:after {
  background-image: url("../img/arrow-gray.svg");
}

.oguma button.buttonStyle:disabled.button-back:after {
  background-image: url("../img/arrow-back-gray.svg");
}

.oguma button.buttonStyle:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media (max-width: 500px) {
  .oguma button.buttonStyle:after {
    width: 15px;
    height: 15px;
  }
}

.oguma button.buttonStyle.button-next .buttonText {
  white-space: nowrap;
  right: 55%;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
}

.oguma button.buttonStyle.button-next:after {
  right: 35px;
  background-image: url("../img/arrow.svg");
}

.oguma button.buttonStyle.button-w3:after {
  right: 44px;
}

.oguma button.buttonStyle.button-w5:after {
  right: 28px;
}

@media (max-width: 500px) {
  .oguma button.buttonStyle.button-next:after {
    right: 22px;
  }

  .oguma button.buttonStyle.button-w3:after {
    right: 30px;
  }

  .oguma button.buttonStyle.button-w5:after {
    right: 16px;
  }

}

.oguma button.buttonStyle.button-back .buttonText {
  white-space: nowrap;
  left: 57%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.oguma button.buttonStyle.button-back:after {
  left: 39px;
  background-image: url("../img/arrow-back.svg");
}

@media (max-width: 500px) {
  .oguma button.buttonStyle.button-back:after {
    left: 25px;
  }
}

.oguma button.buttonStyle .buttonText {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
}

@media (max-width: 500px) {
  .oguma button.buttonStyle .buttonText {
    font-size: 14px;
    margin-top: -1px;
  }
}

.oguma a.callLink {
  color: #4d4d4d;
}

.oguma .banner {
  width: 85%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 500px) {
  .oguma .banner {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
  }
}

.oguma .bigTxt {
  font-size: 20px;
}

@media (max-width: 500px) {
  .oguma .bigTxt {
    font-size: 16px;
  }
}

.oguma .smallTxt {
  font-size: 16px;
}

@media (max-width: 500px) {
  .oguma .smallTxt {
    font-size: 12px;
  }
}

.oguma .fontBold {
  font-weight: bold;
}

.oguma .content {
  width: 500px;
  margin: 20px auto;
}

@media (max-width: 500px) {
  .oguma .content {
    width: 100%;
  }
}

.oguma .colorPink {
  color: #cd145a;
}

.oguma .service {
  color: #4d4d4d;
  line-height: 28.8px;
  margin-top: 40px;
}

@media (max-width: 500px) {
  .oguma .service {
    font-size: 12px;
    line-height: 21.6px;
  }
}

.oguma .text {
  text-align: center;
  font-size: 22px;
}

@media (max-width: 500px) {
  .oguma .text {
    font-size: 16px;
  }
}

.oguma .text p {
  line-height: 39.6px;
}

@media (max-width: 500px) {
  .oguma .text p {
    line-height: 28.8px;
  }
}

.oguma .text .sText span {
  display: inline-block;
  color: #fff090;
  background-color: #5ba9b7;
  padding: 0 30px;
}

@media (max-width: 500px) {
  .oguma .text .sText span {
    padding: 0 20px;
  }
}

.oguma .form .formRow {
  margin-bottom: 15px;
}

.oguma .form .formRow.location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.oguma .form .formRow.location > select {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 49%;
}

.oguma .form input,
.oguma .form select {
  color: #5ba9b7;
}

.oguma .twoCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.oguma .twoCol .twoCol__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.oguma .twoCol .twoCol__right {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.oguma .couponCodeTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0;
}

.oguma .couponCodeTxt input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #5ba9b7;
  letter-spacing: 1px;
}

.oguma .couponCodeTxt button {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100px;
  height: 40px;
  margin-left: 5px;
  border: 1px solid #c5c5c5;
}

@media (max-width: 500px) {
  .oguma .couponCodeTxt button {
    width: 60px;
    height: 30px;
  }
}

.oguma .info {
  margin-top: 10px;
}

.oguma .line {
  width: 330px;
  margin: 20px auto;
  cursor: pointer;
}

@media (max-width: 500px) {
  .oguma .line {
    width: 260px;
  }
}

.oguma .price {
  margin-top: 10px;
}

.oguma .price .sPrice {
  color: #cd145a;
  font-weight: bold;
  font-size: 24px;
  margin-top: 5px;
}

@media (max-width: 500px) {
  .oguma .price .sPrice {
    font-size: 18px;
  }
}

.oguma .price .originPrice {
  text-decoration: line-through;
}

.oguma .check {
  background-color: #fff;
}

.oguma .check .checkInfo {
  padding: 0 15px 10px;
}

@media (max-width: 500px) {
  .oguma .check .checkInfo {
    padding: 0 5px 10px;
  }
}

.oguma .check .checkTitle {
  background-color: #d5dfe6;
  padding: 10px 15px;
  font-weight: normal;
  margin: 0;
}

.oguma .check .checkInfoRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 5px;
  font-size: 13px;
}

.oguma .check .checkInfoRow .checkInfoRow_img,
.oguma .check .checkInfoRow .checkInfoRow_2,
.oguma .check .checkInfoRow .checkInfoRow_3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.oguma .check .checkInfoRow .checkInfoRow_img {
  width: 40px;
}

.oguma .check .checkInfoRow .checkInfoRow_1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-left: 5px;
}

.oguma .check .checkInfoRow .checkInfoRow_2 {
  width: 80px;
  text-align: center;
}

@media (max-width: 500px) {
  .oguma .check .checkInfoRow .checkInfoRow_2 {
    width: 45px;
  }
}

.oguma .check .checkInfoRow .checkInfoRow_3 {
  width: 100px;
  text-align: right;
}

@media (max-width: 2048px) {
  .oguma .check .checkInfoRow .checkInfoRow_3 {
    width: 50px;
  }
}

.oguma .check .checkInfoRow p {
  line-height: 25.2px;
}

@media (max-width: 500px) {
  .oguma .check .checkInfoRow p {
    line-height: 18px;
  }
}

.oguma .check .checkInfoRow select {
  padding-left: 0;
}

.oguma .check .checkInfoTitle {
  color: #5ba9b7;
  border-bottom: 1px solid #d5dfe6;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 4px;
}

.oguma .check .finalRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 5px;
}

.oguma .check .finalRow .finalRow__left {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 120px;
}

.oguma .check .finalRow .finalRow__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

.oguma .check .shippingFee {
  border-bottom: 1px solid #d5dfe6;
}

.navLogo {
  width: 100%;
  max-width: 1024px;
  height: 52px;
  background-color: #5ba9b7;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}

@media (max-width: 500px) {
  .navLogo {
    height: 26px;
  }
}

.navLogo img {
  width: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 500px) {
  .navLogo img {
    width: 110px;
  }
}

.ogumaSteps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin: 0;
  background-color: #fff;
  line-height: 50px;
}

@media (max-width: 500px) {
  .ogumaSteps {
    height: 33px;
    line-height: 33px;
  }
}

.ogumaSteps li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #d5dfe6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ogumaSteps li:nth-child(2) {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  padding-left: 3px;
}

@media (max-width: 320px) {
  .ogumaSteps li:nth-child(2) {
    -webkit-box-flex: 1.6;
        -ms-flex: 1.6;
            flex: 1.6;
  }
}

.ogumaSteps li .arrow {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.ogumaSteps li > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
}

.ogumaSteps li.active {
  color: #5ba9b7;
}

.ogumaSteps li.active .stepNum {
  background-color: #5ba9b7;
}

.ogumaSteps li.active .arrow:before, .ogumaSteps li.active .arrow:after {
  background-color: #5ba9b7;
}

.ogumaSteps .arrow {
  display: inline-block;
  width: 12px;
  height: 100%;
  position: relative;
}

@media (max-width: 320px) {
  .ogumaSteps .arrow {
    width: 10px;
  }
}

.ogumaSteps .arrow:before, .ogumaSteps .arrow:after {
  content: "";
  position: absolute;
  background-color: #d5dfe6;
  width: 1px;
  height: 29px;
  left: 0;
}

@media (max-width: 500px) {
  .ogumaSteps .arrow:before, .ogumaSteps .arrow:after {
    height: 19px;
  }
}

.ogumaSteps .arrow:before {
  top: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.ogumaSteps .arrow:after {
  bottom: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.ogumaSteps .stepNum {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #d5dfe6;
  color: #fff;
  text-align: center;
  line-height: 30px;
}

@media (max-width: 1024px) {
  .ogumaSteps .stepNum {
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
}

@media (max-width: 500px) {
  .ogumaSteps .stepNum {
    width: 17px;
    height: 17px;
    line-height: 17px;
  }
}

@media (max-width: 320px) {
  .ogumaSteps .stepNum {
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
}

main {
  /* background-image: url("../img/bg.png"); */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* padding-left: 80px;
  padding-right: 80px; */
  padding-bottom: 80px;
  min-height: 100vh;
}

@media (max-width: 1024px) {
  main {
    padding-left: 0;
    padding-right: 0;
  }
}

/* @media (max-width: 500px) {
  main {
    padding-left: 15px;
    padding-right: 15px;
  }
} */

.popup .layout {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 910;
}

.popup .popupBox {
  width: 400px;
  padding: 13px 17px;
  background-color: #fff;
  border: 2px solid #c5c5c5;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100px;
  z-index: 1;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 500px) {
  .popup .popupBox {
    width: 320px;
  }
}

.popup .popupBoxHeader {
  background-color: #005ADE;
  color: #ffffff;
  padding: 5px 0;
}

.popup .popupBoxBody {
  padding-top: 10px;
}

.popup .popupBoxBody__row {
  margin-bottom: 15px;
}

.popup .popupBoxBody__row > p {
  margin: 0 0 5px;
}

.popup .popupBoxBody__title {
  display: inline-block;
  font-size: 14px;
  color: #5ba9b7;
  border-left: 1px solid #5ba9b7;
  border-right: 1px solid #5ba9b7;
  padding: 0 5px;
  line-height: 14px;
}

.popup .smallTxt {
  font-size: 12px;
}

.popup .failed p {
  line-height: 28.8px;
}

.onlineStep2 .couponDes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.onlineStep2 .couponDes .couponDes__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}

@media (max-width: 1024px) {
  .onlineStep2 .couponDes .couponDes__left {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .onlineStep2 .couponDes .couponDes__left {
    font-size: 14px;
  }
}

.onlineStep2 .couponDes .couponDes__right {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.onlineStep2 .couponDes p {
  line-height: 36px;
}

@media (max-width: 1024px) {
  .onlineStep2 .couponDes p {
    line-height: 32.4px;
  }
}

@media (max-width: 500px) {
  .onlineStep2 .couponDes p {
    line-height: 18px;
  }
}

.onlineStep2 .coupon {
  width: 230px;
}

@media (max-width: 1024px) {
  .onlineStep2 .coupon {
    width: 200px;
  }
}

@media (max-width: 500px) {
  .onlineStep2 .coupon {
    width: 145px;
  }
}

.onlineStep2 .choiceType {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 15px 10px;
  font-size: 20px;
}

@media (max-width: 500px) {
  .onlineStep2 .choiceType {
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px;
  }
}

.onlineStep2 .choiceType label {
  color: #5ba9b7;
}

.onlineStep2 .choiceType input[type="radio"] {
  width: 40px;
}

@media (max-width: 500px) {
  .onlineStep2 .choiceType input[type="radio"] {
    width: 20px;
  }
}

@media (max-width: 320px) {
  .onlineStep2 .choiceType input[type="radio"] {
    width: 10px;
  }
}

.onlineStep2 .choiceType .couponCode {
  font-size: 14px;
  color: #808080;
}

@media (max-width: 500px) {
  .onlineStep2 .choiceType .couponCode {
    font-size: 12px;
  }
}

.onlineStep2 .choiceType .prodoctImg {
  width: 160px;
}

@media (max-width: 500px) {
  .onlineStep2 .choiceType .prodoctImg {
    width: 100px;
  }
}

@media (max-width: 320px) {
  .onlineStep2 .choiceType .prodoctImg {
    width: 80px;
  }
}

.onlineStep2 .productContent {
  margin-top: 22px;
  padding-left: 40px;
}

@media (max-width: 500px) {
  .onlineStep2 .productContent {
    margin-top: 10px;
    padding-left: 20px;
  }
}

@media (max-width: 320px) {
  .onlineStep2 .productContent {
    padding-left: 10px;
  }
}

.onlineStep2 .productContent h2 {
  margin: 5px 0;
  font-size: 20px;
  font-weight: normal;
}

@media (max-width: 500px) {
  .onlineStep2 .productContent h2 {
    font-size: 14px;
  }
}

.onlineStep2 .tip {
  color: #929292;
  margin-left: -10px;
}

@media (max-width: 500px) {
  .onlineStep2 .tip {
    margin-left: -5px;
  }
}

.onlineStep2 .originPrice,
.onlineStep2 .tip {
  font-size: 14px;
  display: inline-block;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: left;
          transform-origin: left;
}

@media (max-width: 500px) {
  .onlineStep2 .originPrice,
  .onlineStep2 .tip {
    font-size: 12px;
  }
}

/*.onlineStep2 button.buttonStyle {
  white-space: nowrap;
}

@media (max-width: 500px) {
  .onlineStep2 button.buttonStyle {
    width: 130px;
  }
}

.onlineStep2 button.buttonStyle:disabled.button-next:after {
  margin-top: 1px;
}

.onlineStep2 button.buttonStyle.button-next:after {
  right: 30px;
}*/

/*.onlineStep2 button.buttonStyle.button-next .buttonText {
  right: 55%;
  margin-top: -1px;
}*/

.onlineStep3 .couponImg {
  width: 200px;
  margin: 5px auto;
}

@media (max-width: 500px) {
  .onlineStep3 .couponImg {
    width: 150px;
  }
}

.onlineStep3 p {
  line-height: 25.2px;
}

.onlineStep3 .couponCode {
  text-align: center;
}

.onlineStep3 .couponCode p {
  line-height: 16.2px;
}

.onlineStep3 .couponCode .smallTxt {
  font-size: 14px;
}

@media (max-width: 500px) {
  .onlineStep3 .couponCode .smallTxt {
    font-size: 12px;
  }
}

.onlineStep3 .serviceCall {
  color: #666;
  font-size: 14px;
}

@media (max-width: 500px) {
  .onlineStep3 .serviceCall {
    font-size: 12px;
  }
}

.onSiteStep1 .text p:not(.sText) {
  line-height: 23.4px;
}

.onSiteStep1 .text .sText {
  margin-top: 3px;
}

.onSiteStep1 .birthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #5ba9b7;
}

.onSiteStep1 .birthday span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 5px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.onSiteStep1 .birthday span:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: auto;
  padding-left: 0;
  padding-right: 5px;
}

.onSiteStep2 .infoDetail {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5dfe6;
}

.onSiteStep2 .infoForm {
  background-color: #fff;
  padding: 10px 0;
}

.onSiteStep2 .infoForm .smallTxt {
  font-size: 12px;
}

.onSiteStep2 .infoFormRow {
  margin-bottom: 20px;
}

@media (max-width: 500px) {
  .onSiteStep2 .infoFormRow {
    margin-bottom: 13px;
  }
}

.onSiteStep2 .infoFormRow:nth-last-child(1) {
  margin-bottom: 0;
}

.onSiteStep2 p {
  line-height: 25.2px;
}

@media (max-width: 500px) {
  .onSiteStep2 p {
    line-height: 21.6px;
  }
}

.onSiteStep2 .infoFormRow__title {
  display: inline-block;
  color: #5ba9b7;
  padding: 0 10px;
  border-left: 1px solid #5ba9b7;
  border-right: 1px solid #5ba9b7;
  line-height: 14px;
}

.onSiteStep2 .couponTxt {
  font-size: 16px;
}

.onSiteStep2 .couponImg {
  width: 200px;
}

@media (max-width: 500px) {
  .onSiteStep2 .couponImg {
    width: 145px;
  }
}

/*.backStep1 button.buttonStyle {
  white-space: nowrap;
}

@media (max-width: 500px) {
  .backStep1 button.buttonStyle {
    width: 130px;
  }
}

.backStep1 button.buttonStyle.button-next:after {
  right: 30px;
}

.backStep1 button.buttonStyle.button-next .buttonText {
  right: 55%;
  margin-top: -1px;
}*/

.backStep1 .smallTxt {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}

.backStep1 .product {
  padding: 10px;
  background-color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 500px) {
  .backStep1 .product {
    padding: 10px 5px;
  }
}

.backStep1 .productRadio .twoCol__left {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.backStep1 .productRadio .twoCol__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
}

@media (max-width: 500px) {
  .backStep1 .productRadio .twoCol__right {
    padding-right: 3px;
  }
}

.backStep1 p {
  line-height: 21.6px;
}

@media (max-width: 500px) {
  .backStep1 p {
    line-height: 18px;
  }
}

.backStep1 .tip {
  margin-top: 10px;
  white-space: nowrap;
}

@media (max-width: 500px) {
  .backStep1 .tip {
    font-size: 12px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: left;
            transform-origin: left;
    margin-top: 5px;
  }
}

.backStep1 .checkTip {
  color: #929292;
  margin-left: -10px;
}

@media (max-width: 500px) {
  .backStep1 .checkTip {
    margin-left: -5px;
  }
}

.backStep1 .checkTip {
  font-size: 14px;
  display: inline-block;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: left;
  transform-origin: left;
}

@media (max-width: 500px) {
  .backStep1 .checkTip {
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  .backStep1 .price {
    margin-top: 5px;
  }
}

.backStep1 .prodoctImg {
  width: 160px;
}

@media (max-width: 500px) {
  .backStep1 .prodoctImg {
    width: 90px;
  }
}

.backStep1 .productName {
  font-size: 14px;
}

@media (max-width: 500px) {
  .backStep1 .productName {
    font-size: 12px;
  }
}

.backStep1 .useCoupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.backStep1 .useCoupon span {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 16px;
}

.backStep1 .useCoupon div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5px;
  padding-left: 5px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.backStep1 .useCoupon button {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100px;
  border: 1px solid #c5c5c5;
}

@media (max-width: 500px) {
  .backStep1 .useCoupon button {
    width: 77px;
  }
}

.backStep1 .useCoupon input {
  letter-spacing: 1px;
  color: #5ba9b7;
}

.backStep1 .check {
  margin-bottom: 20px;
}

.backStep1 .customerInfo .customerInfoTitle {
  background-color: #d5dfe6;
  padding: 10px 15px;
  font-weight: normal;
  margin: 0;
}

.backStep1 .customerInfo .customerDetail {
  background-color: #fff;
  padding: 15px;
}

.backStep1 .customerInfo .formRow:nth-last-child(1) {
  margin-bottom: 0;
}

@media (max-width: 500px) {
  .backStep2 .prodoctTop {
    width: 90%;
    margin: 0 auto;
  }
}

.backStep2 .twoCol .twoCol__left {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: auto;
}

.backStep2 .twoCol .twoCol__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
}

@media (max-width: 500px) {
  .backStep2 .twoCol .twoCol__right {
    padding-left: 10px;
  }
}

.backStep2 .prodoctImg {
  width: 150px;
  margin: 0 auto;
}

@media (max-width: 500px) {
  .backStep2 .prodoctImg {
    width: 100px;
  }
}

.backStep2 .text {
  text-align: left;
}

@media (max-width: 500px) {
  .backStep2 .text {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .backStep2 .text p {
    line-height: 21.6px;
  }
}

.backStep2 p {
  line-height: 25.2px;
}

.backStep2 .serviceCall {
  color: #666;
}

.failed p {
  line-height: 27px;
}

@media (max-width: 500px) {
  .failed p {
    line-height: 21.6px;
  }
}

.failed .serviceTime {
  color: #666;
  font-size: 12px;
}

/*.failed button.buttonStyle.button-back:after {
  left: 35px;
}

.failed button.buttonStyle.button-back .buttonText {
  left: 53%;
}*/

.onlineStep3_3 p {
  line-height: 27px;
}

@media (max-width: 500px) {
  .onlineStep3_3 p {
    line-height: 21.6px;
  }
}

.onlineStep3_3 .memberWrap .smallTxt {
  font-size: 14px;
}

@media (max-width: 500px) {
  .onlineStep3_3 .memberWrap .smallTxt {
    font-size: 12px;
  }
}

.onlineStep3_3 .member {
  position: relative;
  padding: 25px 15px;
  border: 3px solid #fffade;
  margin-bottom: 20px;
  font-size: 18px;
}

@media (max-width: 500px) {
  .onlineStep3_3 .member {
    font-size: 16px;
  }
}

.onlineStep3_3 .memberTitle {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fffade;
  color: #cd145a;
  padding: 5px 10px;
  white-space: nowrap;
}

.onlineStep3_3 .memberImg {
  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;
  margin: 15px 0;
}

.onlineStep3_3 .memberImg.memberImg_2 .mebmerCell {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.onlineStep3_3 .memberImg .mebmerCell {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.33%;
}

@media (max-width: 500px) {
  .onlineStep3_3 .memberImg .mebmerCell {
    width: 33%;
  }
}

.onlineStep3_3 .memberImg .mebmerCell__img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-image: url("../img/member.png");
  background-repeat: no-repeat;
  background-size: auto 80px;
}

@media (max-width: 500px) {
  .onlineStep3_3 .memberImg .mebmerCell__img {
    width: 60px;
    height: 60px;
    background-size: auto 60px;
  }
}

.onlineStep3_3 .memberImg .mebmerCell__img.member_1 {
  background-position: -22px 0;
}

@media (max-width: 500px) {
  .onlineStep3_3 .memberImg .mebmerCell__img.member_1 {
    background-position: -17px 0;
  }
}

.onlineStep3_3 .memberImg .mebmerCell__img.member_2 {
  background-position: -155px 0;
}

@media (max-width: 500px) {
  .onlineStep3_3 .memberImg .mebmerCell__img.member_2 {
    background-position: -117px 0;
  }
}

.onlineStep3_3 .memberImg .mebmerCell__img.member_3 {
  background-position: -288px 0;
}

@media (max-width: 500px) {
  .onlineStep3_3 .memberImg .mebmerCell__img.member_3 {
    background-position: -217px 0;
  }
}

.onlineStep3_3 .memberImg .mebmerCell__img.member_4 {
  background-position: -418px 0;
}

@media (max-width: 500px) {
  .onlineStep3_3 .memberImg .mebmerCell__img.member_4 {
    background-position: -314px 0;
  }
}

.onlineStep3_3 .memberImg .mebmerCell__img.member_5 {
  background-position: -551px 0;
}

@media (max-width: 500px) {
  .onlineStep3_3 .memberImg .mebmerCell__img.member_5 {
    background-position: -413px 0;
  }
}

.onlineStep3_3 .memberImg .mebmerCell__txt {
  font-size: 14px;
  color: #5ba9b7;
  margin-top: 10px;
  margin-bottom: 25px;
}

@media (max-width: 500px) {
  .onlineStep3_3 .memberImg .mebmerCell__txt {
    font-size: 12px;
    margin-top: 3px;
  }
}

.onlineStep3_3 .memberImg .mebmerCell__txt p {
  line-height: 140%;
}

@media (max-width: 500px) {
  .onlineStep3_3 .memberImg .mebmerCell__txt p {
    font-size: 10px;
  }
}

.onlineStep3_3 .memberButton {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.onlineStep3_3 .twoCol {
  width: 75%;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.onlineStep3_3 .twoCol .twoCol__left {
  padding-left: 10px;
}

.onlineStep3_3 .prodoctImg {
  width: 150px;
  margin: 0 auto;
}

@media (max-width: 500px) {
  .onlineStep3_3 .prodoctImg {
    width: 100px;
  }
}
.privacy li {
  list-style: decimal;
}

.privacy {
  height: 80vh;
  overflow: auto;
  line-height: 150%;
}


header{
  z-index: 900;
}


.toastWrap {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

.toast {
  display: inline-block;
  width: 210px;
  height: 60px;
  font-size: 15px;
  text-align: center;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border-radius: 8px;
  color: #4a4e5c;
  line-height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 0;
}

.hr-solid {
  border: 0;
  border-top: 1px solid #d0d0d5;
  margin-left: 0px;
  margin-right: 0px;
  /*width: 100%;*/
}

.popup {
  background-image: url('../img/bg.png');
}

#popupDialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 90%;
  max-width: 600px;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

#popupDialog-privacy {
  display: none;
  position: fixed;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-width: 600px;
}

#overlay-privacy {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popupDialog .popupBoxHeader {
  background-color: #005ADE;
  color: #ffffff;
  padding: 5px 0;
  margin-bottom: 8px;
}

.popupDialog .popupBoxBody {
  padding-top: 10px;
}

.popupDialog .popupBoxBody__row {
  margin-bottom: 12px;
}

.popupDialog .popupBoxBody__row > p {
  margin: 0;
}

.popupDialog .popupBoxBody__title {
  display: inline-block;
  font-size: 14px;
  color: #005ADE;
  border-left: 1px solid #005ADE;
  border-right: 1px solid #005ADE;
  padding: 0 5px;
  line-height: 14px;
}

.popupDialog .smallTxt {
  font-size: 12px;
}

.popupDialog .failed p {
  line-height: 28.8px;
}

.product-title-pname {
  color:black;
  font-weight:bold;
}

.product-detail {
  color:darkgrey;
  font-size: 16px;
  font-weight: bold;
}


@media (max-width: 500px) {
  .product-title-pname {
    font-size: 18px;
  }
  .product-detail {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
