h1 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  height: 60px;
  line-height: 60px;
  background-color: #01B3CD;
  width: 100%;
  margin-bottom: 18px;
}
@media (min-width: 1400px) {
  h1 {
    font-size: 2rem;
    height: 80px;
    line-height: 80px;
  }
}
@media (max-width: 577px) {
  h1 {
    margin-top: 0;
  }
}

h2 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.5rem;
  text-align: center;
  color: #01B3CD;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (min-width: 1400px) {
  h2 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 450px) {
  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 30px;
  }
}
h2 .step {
  font-weight: 600;
}

h3 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2rem;
  text-align: center;
  color: #01B3CD;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  h3 {
    margin-top: 30px;
  }
}
@media (max-width: 450px) {
  h3 {
    font-size: 1.3rem;
    line-height: 1.4rem;
    margin-top: 20px;
  }
}
@media (max-width: 320px) {
  h3 {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }
}

select {
  background-image: url("../images/form-select-arrow.svg");
  background-repeat: no-repeat;
  background-position: 93% center;
}

.radio-button-wrapper {
  display: inline-block;
  white-space: nowrap;
  margin-right: 10px;
}
.radio-button-wrapper input[type=radio] {
  margin-right: 2px;
}
@media (max-width: 577px) {
  .radio-button-wrapper {
    font-weight: 400;
  }
}

#welcomePopup {
  display: none;
  max-width: 400px;
  padding: 20px 20px 10px 20px;
}
#welcomePopup h4 {
  color: #FF4A8A;
  font-size: 1rem;
  font-weight: bold;
}
#welcomePopup p {
  font-size: 0.75rem;
  font-weight: 400;
}
#welcomePopup .btn {
  display: inline-block;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 400;
  width: 100%;
}
#welcomePopup .btn:link, #welcomePopup .btn:visited {
  color: #ffffff;
}
#welcomePopup .btn:hover {
  color: #ffffff;
}
#welcomePopup .btn.btn-home {
  background: #00AD35;
}
#welcomePopup .btn.btn-order {
  background: #01B3CD;
}
@media (max-width: 577px) {
  #welcomePopup {
    max-width: 90vw;
  }
  #welcomePopup h4 {
    font-size: 1.25rem;
  }
  #welcomePopup p {
    font-size: 1rem;
  }
  #welcomePopup .btn {
    font-size: 1rem;
  }
}
@media (max-width: 320px) {
  #welcomePopup {
    max-width: 96vw;
    padding: 10px;
  }
}

.tooltip .arrow::before {
  border-top-color: #FF4A8A;
}
.tooltip .tooltip-inner {
  background: #FF4A8A;
}

#stepIndicator {
  max-width: 1100px;
  margin: 0 auto;
}
#stepIndicator .steps {
  margin: 0;
  padding: 5px 0px;
  width: 100%;
}
@media (max-width: 450px) {
  #stepIndicator .steps {
    text-align: center;
  }
}
#stepIndicator .steps .step-item {
  display: inline-block;
  padding: 0 2px 0 5px;
  width: 24.5%;
}
#stepIndicator .steps .step-item .step-seq {
  display: block;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.7rem;
  color: #01B3CD;
  margin-bottom: 8px;
}
#stepIndicator .steps .step-item .step-name-box {
  position: relative;
  display: block;
  height: 40px;
}
#stepIndicator .steps .step-item .step-name-box .arrow {
  background-image: url("../images/apply-step-box-arrowhead.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  width: 30px;
  height: inherit;
  right: 0;
  z-index: 100;
}
#stepIndicator .steps .step-item .step-name-box .inner-border {
  height: inherit;
  width: 100%;
  border-top: 1px solid #01B3CD;
  border-bottom: 1px solid #01B3CD;
  border-left: 1px solid #01B3CD;
  padding-left: 10px;
  padding-right: 20px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  line-height: 36px;
  color: #01B3CD;
  white-space: nowrap;
}
#stepIndicator .steps .step-item.selected .step-name-box {
  background-color: #91D2DA;
}
#stepIndicator .steps .step-item.selected .step-name-box .inner-border {
  color: #ffffff;
}
@media (max-width: 450px) {
  #stepIndicator .steps .step-item {
    width: auto;
    height: 30px;
  }
  #stepIndicator .steps .step-item .step-seq {
    display: inline-block;
    font-size: 1.8rem;
    text-align: center;
    padding: 0px 5px 0px 5px;
  }
  #stepIndicator .steps .step-item .step-name-box {
    display: none;
  }
  #stepIndicator .steps .step-item .step-name-box .inner-border {
    font-size: 1.25rem;
  }
  #stepIndicator .steps .step-item.selected .step-name-box {
    display: inline-block;
    transform: translateY(-3px);
    height: 30px;
  }
  #stepIndicator .steps .step-item.selected .step-name-box .inner-border {
    line-height: 30px;
  }
}
@media (max-width: 380px) {
  #stepIndicator .steps .step-item .step-seq {
    font-size: 1.5rem;
    padding: 0px 0px 0px 0px;
  }
  #stepIndicator .steps .step-item .step-name-box .inner-border {
    font-size: 1.25rem;
  }
}
@media (max-width: 330px) {
  #stepIndicator .steps .step-item .step-seq {
    font-size: 1.5rem;
    padding: 0px 0px 0px 0px;
  }
  #stepIndicator .steps .step-item .step-name-box .inner-border {
    font-size: 1rem;
  }
}

.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.form-step.disabled {
  height: 1px;
  overflow: hidden;
}

#applicationForm .form-action {
  text-align: center;
  margin-bottom: 60px;
}
#applicationForm input[type=text], #applicationForm input[type=number], #applicationForm input[type=email], #applicationForm input[type=tel], #applicationForm select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 42px;
  padding-left: 10px;
  border: 1px solid #707070;
  border-radius: 0;
  outline-color: #00A53D;
  font-size: 1rem;
}
@media (max-width: 834px) {
  #applicationForm input[type=text], #applicationForm input[type=number], #applicationForm input[type=email], #applicationForm input[type=tel], #applicationForm select {
    font-size: 16px;
    height: 44px;
  }
}
#applicationForm input[type=number] {
  -moz-appearance: textfield;
}
#applicationForm input[type=number]::-webkit-inner-spin-button,
#applicationForm input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#applicationForm .col-date-wrapper .col-y {
  float: left;
  width: 22%;
}
@media (max-width: 834px) {
  #applicationForm .col-date-wrapper .col-y {
    width: 36%;
  }
}
#applicationForm .col-date-wrapper .col-m, #applicationForm .col-date-wrapper .col-d {
  float: left;
  width: 15%;
}
@media (max-width: 834px) {
  #applicationForm .col-date-wrapper .col-m, #applicationForm .col-date-wrapper .col-d {
    width: 26%;
  }
}
#applicationForm .col-date-wrapper .col-dash {
  width: 5%;
  float: left;
  font-size: 1.25rem;
  line-height: 40px;
}
@media (max-width: 834px) {
  #applicationForm .col-date-wrapper .col-dash {
    width: 6%;
    line-height: 44px;
  }
}
#applicationForm .bar-option-selector {
  transition: 200ms linear;
}
#applicationForm .bar-option-selector .bar-option-wrapper {
  text-align: center;
  margin-bottom: 60px;
}
#applicationForm .bar-option-selector .bar-option-wrapper .bar-option {
  display: block;
  max-width: 520px;
  width: 95%;
  margin: 0 auto;
  border: 6px #DBDBDB solid;
  transition: 200ms linear;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
#applicationForm .bar-option-selector .bar-option-wrapper .bar-option:hover {
  border-color: #01B3CD;
  opacity: 0.8;
}
#applicationForm .bar-option-selector .bar-option-wrapper .bar-option.selected {
  border-color: #01B3CD;
}
#applicationForm .bar-option-selector .bar-option-wrapper .bar-option.disabled {
  border-color: #cccccc;
  color: #aaaaaa;
  pointer-events: none;
}
#applicationForm .checkbox-wrapper.warning {
  border: 1px #fc3500 solid;
  background: #ffe5dd;
  color: #fc3500;
  padding-top: 10px;
  padding-left: 5px;
}
#applicationForm #step1 .product-item {
  font-size: 1rem;
  border: 6px #DBDBDB solid;
  padding: 30px 30px 25px 30px;
  transition: 200ms linear;
  cursor: pointer;
}
@media (max-width: 1200px) {
  #applicationForm #step1 .product-item {
    font-size: 1.25rem;
  }
}
@media (max-width: 500px) {
  #applicationForm #step1 .product-item {
    min-height: 0;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-right: 15px;
    line-height: 1.25rem;
  }
  #applicationForm #step1 .product-item .content {
    padding-left: 10px;
  }
}
@media (max-width: 400px) {
  #applicationForm #step1 .product-item {
    padding-left: 20px;
  }
  #applicationForm #step1 .product-item .thumb {
    padding-top: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 320px) {
  #applicationForm #step1 .product-item {
    padding-left: 5px;
    padding-right: 8px;
  }
  #applicationForm #step1 .product-item .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  #applicationForm #step1 .product-item .thumb {
    padding-top: 10px;
    padding-right: 0 !important;
  }
  #applicationForm #step1 .product-item .content p {
    font-size: 0.9rem;
  }
}
#applicationForm #step1 .product-item:hover {
  border-color: #01B3CD;
  opacity: 0.8;
}
#applicationForm #step1 .product-item.selected {
  border-color: #01B3CD;
}
#applicationForm #step1 .product-item .content {
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  align-content: center;
}
#applicationForm #step1 .product-item .content .text-wrapper {
  align-self: center;
}
#applicationForm #step1 .product-item .content b {
  font-weight: 600;
}
#applicationForm #step1 .product-item .content .price {
  font-size: 1.1rem;
  color: #01B3CD;
}
#applicationForm #step1 #salesPlanOptionSelector {
  transition: 200ms linear;
}
#applicationForm #step1 #salesPlanOptionSelector .plan-option-wrapper {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
#applicationForm #step1 #salesPlanOptionSelector .plan-option-wrapper .plan-option {
  display: inline-block;
  width: 480px;
  margin: auto 10px;
}
@media (max-width: 767px) {
  #applicationForm #step1 #salesPlanOptionSelector .plan-option-wrapper .plan-option {
    width: 40%;
  }
  #applicationForm #step1 #salesPlanOptionSelector .plan-option-wrapper .plan-option .plan-option-block {
    height: 90px;
  }
}
#applicationForm #step1 #salesPlanOptionSelector .plan-option-wrapper .plan-option .plan-option-block {
  padding: 5px 10px;
  border: 6px #DBDBDB solid;
  transition: 200ms linear;
  cursor: pointer;
}
#applicationForm #step1 #salesPlanOptionSelector .plan-option-wrapper .plan-option .plan-option-block:hover {
  border-color: #01B3CD;
  opacity: 0.8;
}
#applicationForm #step1 #salesPlanOptionSelector .plan-option-wrapper .plan-option .plan-option-block .plan-option-name {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: #ffffff;
  padding: 5px 0 3px 0;
  transition: 300ms linear;
}
@media (min-width: 768px) {
  #applicationForm #step1 #salesPlanOptionSelector .plan-option-wrapper .plan-option .plan-option-block .plan-option-name {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 330px) {
  #applicationForm #step1 #salesPlanOptionSelector .plan-option-wrapper .plan-option .plan-option-block .plan-option-name {
    font-size: 0.95rem;
    line-height: 1.4rem;
  }
}
#applicationForm #step1 #salesPlanOptionSelector .plan-option-wrapper .plan-option .plan-option-block .plan-option-price {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  #applicationForm #step1 #salesPlanOptionSelector .plan-option-wrapper .plan-option .plan-option-block .plan-option-price {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
#applicationForm #step1 #salesPlanOptionSelector .plan-option-wrapper .plan-option .plan-option-hint {
  padding-bottom: 5px;
}
#applicationForm #step1 #salesPlanOptionSelector .plan-option-wrapper .plan-option.selected .plan-option-block {
  border-color: #01B3CD;
}
#applicationForm #step1 #salesPlanOptionSelector .plan-option-wrapper .plan-option.selected .plan-option-hint {
  background: #01B3CD;
  color: #ffffff;
}
@media (max-width: 500px) {
  #applicationForm #step1 #salesPlanOptionSelector.ja_JP .plan-option-wrapper .plan-option .plan-option-block {
    height: 100px;
  }
}
@media (max-width: 380px) {
  #applicationForm #step1 #salesPlanOptionSelector.ja_JP .plan-option-wrapper .plan-option .plan-option-block {
    height: 100px;
  }
}
@media (max-width: 320px) {
  #applicationForm #step1 #salesPlanOptionSelector.ja_JP .plan-option-wrapper .plan-option .plan-option-block {
    height: 110px;
  }
}
#applicationForm #step1 #salesPlanDetail {
  margin-bottom: 40px;
}
#applicationForm #step1 #salesPlanDetail h3 {
  color: #000000;
  font-weight: 200;
  text-align: center;
  margin-top: 0;
}
#applicationForm #step1 #salesPlanDetail .btn-toggle-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#applicationForm #step1 #salesPlanDetail .btn-toggle-wrapper .collapse {
  display: none;
}
#applicationForm #step1 #salesPlanDetail .btn-toggle-wrapper a.btn-toggle:link, #applicationForm #step1 #salesPlanDetail .btn-toggle-wrapper a.btn-toggle:visited {
  color: #FF4A8A;
  text-decoration: underline;
}
#applicationForm #step1 #salesPlanDetail .btn-toggle-wrapper a.btn-toggle:hover {
  text-decoration: none;
}
#applicationForm #step1 #salesPlanDetail .btn-toggle-wrapper a.btn-toggle .arrow {
  width: 70px;
  height: 26px;
  margin-top: 10px;
}
#applicationForm #step1 #salesPlanDetail .btn-toggle-wrapper a.btn-toggle.expanded .arrow {
  transform: rotate(180deg);
}
#applicationForm #step1 #salesPlanDetail .btn-toggle-wrapper a.btn-toggle.expanded .collapse {
  display: block;
}
#applicationForm #step1 #salesPlanDetail .btn-toggle-wrapper a.btn-toggle.expanded .expand {
  display: none;
}
#applicationForm #step1 #salesPlanDetail .content {
  overflow: hidden;
  height: 1px;
  transition: 500ms linear;
  -webkit-transition: 500ms linear;
  -moz-transition: 500ms linear;
}
#applicationForm #step1 #salesPlanDetail .content .left {
  text-align: right;
}
#applicationForm #step1 #salesPlanDetail .content .right {
  text-align: left;
}
@media (max-width: 767px) {
  #applicationForm #step1 #salesPlanDetail .content .left {
    text-align: center;
    margin-bottom: 20px;
  }
  #applicationForm #step1 #salesPlanDetail .content .right {
    text-align: center;
  }
}
#applicationForm #step1 #salesPlanDetail .content img.detail {
  width: 100%;
  max-width: 480px;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
#applicationForm #step1 #productOptionSelector {
  transition: 200ms linear;
}
#applicationForm #step1 #productOptionSelector .product-option-wrapper {
  text-align: center;
}
#applicationForm #step1 #productOptionSelector .product-option-wrapper .product-option {
  display: inline-block;
  margin: 0 15px;
  width: 160px;
  transition: 200ms linear;
}
#applicationForm #step1 #productOptionSelector .product-option-wrapper .product-option .color-block {
  width: inherit;
  height: 160px;
  border: 6px #DBDBDB solid;
  transition: 200ms linear;
  cursor: pointer;
}
#applicationForm #step1 #productOptionSelector .product-option-wrapper .product-option .color-block:hover {
  border-color: #01B3CD;
  opacity: 0.8;
}
#applicationForm #step1 #productOptionSelector .product-option-wrapper .product-option .product-option-name {
  background-color: #ffffff;
  width: inherit;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  padding: 5px 0 3px 0;
  transition: 300ms linear;
}
@media (min-width: 768px) {
  #applicationForm #step1 #productOptionSelector .product-option-wrapper .product-option .product-option-name {
    font-size: 1.2rem;
  }
}
#applicationForm #step1 #productOptionSelector .product-option-wrapper .product-option.selected .color-block {
  border-color: #01B3CD;
}
#applicationForm #step1 #productOptionSelector .product-option-wrapper .product-option.selected .product-option-name {
  background-color: #01B3CD;
  color: #ffffff;
}
@media (max-width: 767px) {
  #applicationForm #step1 #productOptionSelector .product-option-wrapper .product-option {
    width: 120px;
  }
  #applicationForm #step1 #productOptionSelector .product-option-wrapper .product-option .color-block {
    height: 120px;
  }
}
@media (max-width: 450px) {
  #applicationForm #step1 #productOptionSelector .product-option-wrapper .product-option {
    width: 140px;
  }
  #applicationForm #step1 #productOptionSelector .product-option-wrapper .product-option .color-block {
    height: 140px;
  }
}
@media (max-width: 380px) {
  #applicationForm #step1 #productOptionSelector .product-option-wrapper .product-option {
    width: 120px;
  }
  #applicationForm #step1 #productOptionSelector .product-option-wrapper .product-option .color-block {
    height: 120px;
  }
}
@media (max-width: 320px) {
  #applicationForm #step1 #productOptionSelector .product-option-wrapper .product-option {
    width: 100px;
  }
  #applicationForm #step1 #productOptionSelector .product-option-wrapper .product-option .color-block {
    height: 100px;
  }
}
#applicationForm #step1 #ticketOptionSelector .ticket-option-wrapper .ticket-option .ticket-option-name {
  font-size: 1.2rem;
  font-weight: 400;
  color: #000000;
  text-align: left;
  padding-left: 30px;
}
#applicationForm #step1 #ticketOptionSelector .ticket-option-wrapper .ticket-option .ticket-option-price {
  font-size: 1.2rem;
  font-weight: bold;
  color: #01B3CD;
  text-align: right;
  padding-right: 30px;
}
#applicationForm #step2 .member-form-wrapper {
  width: 100%;
  margin: 0 auto 50px auto;
}
@media (min-width: 768px) {
  #applicationForm #step2 .member-form-wrapper {
    width: 720px;
  }
}
#applicationForm #step2 .member-form-wrapper .form-row {
  margin: 15px 0;
}
#applicationForm #step2 .otp-form-wrapper {
  width: 280px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto 50px auto;
}
@media (min-width: 768px) {
  #applicationForm #step2 .otp-form-wrapper {
    width: 450px;
  }
}
#applicationForm #step2 .otp-form-wrapper .btn-request-otp {
  font-weight: 500;
  font-size: 1.1rem;
  color: #00A53D;
}
#applicationForm #step2 .otp-form-wrapper .otp-countdown-placeholder {
  margin-bottom: -5px;
  font-weight: 500;
  font-size: 1rem;
  color: #707070;
}
#applicationForm #step2 .otp-form-wrapper .otp-box {
  border: 1px #01B3CD solid;
  padding: 20px 15px 30px 15px;
  margin: 10px 0;
}
#applicationForm #step2 .otp-form-wrapper .otp-box .title {
  color: #01B3CD;
}
#applicationForm #step2 .otp-form-wrapper .otp-box .otp-field {
  width: 35px;
  height: 35px;
  text-align: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 5px;
}
@media (min-width: 768px) {
  #applicationForm #step2 .otp-form-wrapper .otp-box .otp-field {
    width: 50px;
    height: 50px;
  }
}
#applicationForm #step2 .otp-form-wrapper .otp-box .error-placeholder {
  text-align: center;
  padding-top: 10px;
}
#applicationForm #step2 .tnc-form-wrapper {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto 50px auto;
}
@media (min-width: 768px) {
  #applicationForm #step2 .tnc-form-wrapper {
    width: 720px;
  }
}
#applicationForm #step3 .delivery-form-wrapper {
  width: 100%;
  margin: 0 auto 50px auto;
}
@media (min-width: 768px) {
  #applicationForm #step3 .delivery-form-wrapper {
    width: 720px;
  }
}
#applicationForm #step3 .delivery-form-wrapper .form-row {
  margin: 15px 0;
}
#applicationForm #step3 .water-form-wrapper {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto 50px auto;
}
@media (min-width: 768px) {
  #applicationForm #step3 .water-form-wrapper {
    width: 720px;
  }
}
#applicationForm #step3 .water-form-wrapper select {
  width: 220px;
}
#applicationForm #step3 .delivery-datetime-wrapper {
  width: 100%;
  margin: 0 auto 20px auto;
}
@media (min-width: 768px) {
  #applicationForm #step3 .delivery-datetime-wrapper {
    width: 720px;
    margin: 0 auto 40px auto;
  }
}
#applicationForm #step3 .delivery-datetime-wrapper .col-left, #applicationForm #step3 .delivery-datetime-wrapper .col-right {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  #applicationForm #step3 .delivery-datetime-wrapper .col-left, #applicationForm #step3 .delivery-datetime-wrapper .col-right {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#applicationForm #step3 .delivery-datetime-wrapper .col-center {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  #applicationForm #step3 .delivery-datetime-wrapper .col-center {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#applicationForm #step3 .delivery-datetime-wrapper .btn-scoll {
  width: 12px;
  height: 24px;
  margin-top: 35px;
  transition: 200ms linear;
  cursor: pointer;
}
@media (min-width: 768px) {
  #applicationForm #step3 .delivery-datetime-wrapper .btn-scoll {
    width: 30px;
    height: 60px;
    margin-top: 15px;
  }
}
#applicationForm #step3 .delivery-datetime-wrapper .btn-scoll:hover {
  opacity: 0.8;
}
#applicationForm #step3 .delivery-datetime-wrapper .delivery-date-item {
  display: inline-block;
  text-align: center;
  width: 90px;
  border: 4px solid #DBDBDB;
  margin: 0px 5px;
  padding: 0px 5px 3px 5px;
  transition: 400ms linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: pointer;
}
#applicationForm #step3 .delivery-datetime-wrapper .delivery-date-item .row-month {
  font-size: 0.875rem;
  padding: 4px 3px 0px 3px;
  border-bottom: 1px #000000 solid;
}
#applicationForm #step3 .delivery-datetime-wrapper .delivery-date-item .row-date {
  font-size: 2.5rem;
  line-height: 2.8rem;
  margin-top: 3px;
}
#applicationForm #step3 .delivery-datetime-wrapper .delivery-date-item .row-weekday {
  font-size: 0.875rem;
  font-weight: bold;
}
#applicationForm #step3 .delivery-datetime-wrapper .delivery-date-item:hover {
  opacity: 0.8;
  border: 6px solid #01B3CD;
}
#applicationForm #step3 .delivery-datetime-wrapper .delivery-date-item.selected {
  border: 6px solid #01B3CD;
}
#applicationForm #step3 .delivery-datetime-wrapper .delivery-date-item.selected .row-month, #applicationForm #step3 .delivery-datetime-wrapper .delivery-date-item.selected .row-date, #applicationForm #step3 .delivery-datetime-wrapper .delivery-date-item.selected .row-weekday {
  color: #01B3CD;
  border-color: #01B3CD;
}

#step4 .coupon-wrapper {
  border-bottom: 1px solid #01B3CD;
}
#step4 .coupon-wrapper .coupon-form {
  max-width: 440px;
  width: 80%;
  border: 1px solid #01B3CD;
  margin: 30px auto;
  padding: 15px 20px 20px 20px;
}
#step4 .coupon-wrapper .coupon-form .header {
  font-size: 1rem;
  font-weight: 600;
  color: #01B3CD;
  margin-bottom: 10px;
}
#step4 .coupon-wrapper .coupon-form input[type=text], #step4 .coupon-wrapper .coupon-form input[type=number], #step4 .coupon-wrapper .coupon-form input[type=tel], #step4 .coupon-wrapper .coupon-form input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #707070;
  border-radius: 0;
  outline-color: #00A53D;
}
#step4 .coupon-wrapper .coupon-form .btn-action {
  background-color: #FF4A8A;
  box-shadow: none;
  width: 100%;
}
#step4 .coupon-wrapper .coupon-form .title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #000000;
}
#step4 .coupon-wrapper .coupon-form .coupon-discount {
  font-size: 1.1rem;
  font-weight: 600;
  color: #000000;
}
#step4 .coupon-wrapper .coupon-form .coupon-btn-remove {
  padding: 5px 10px;
  background-color: #FF4A8A;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
}
#step4 .coupon-wrapper .coupon-form .coupon-btn-remove:hover {
  opacity: 0.8;
}
@media (max-width: 577px) {
  #step4 .coupon-wrapper .coupon-form {
    height: auto;
  }
  #step4 .coupon-wrapper .coupon-form .btn-action {
    margin-top: 15px;
  }
}
@media (max-width: 577px) {
  #step4 .form-action {
    margin-bottom: 50px;
  }
  #step4 .form-action .btn-submit {
    width: 200px;
  }
}

#deliveryTimeSlotSelector.warning, #deliveryDateCarousel.warning {
  border: 1px #fc3500 solid;
  background: #ffe5dd;
  color: #fc3500;
  padding: 15px 10px;
}

.error-placeholder {
  font-size: 1rem;
  color: #fc3500;
}

input.warning {
  border-color: #fc3500 !important;
  background: #ffe5dd;
}

select.warning {
  border-color: #fc3500 !important;
  /*
  	background: #ffe5dd;
  	color: #fc3500;
  */
}

.required {
  color: #FF4A8A;
}

.payment-wrapper h3 {
  margin-top: 0px;
}

.result-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
  text-align: center;
}
.result-wrapper .success-icon {
  width: 220px;
  height: 220px;
}
.result-wrapper .header {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: bold;
  font-size: 1.75rem;
  color: #91D2DA;
  margin-top: 30px;
  margin-bottom: 20px;
}
.result-wrapper .orderNo {
  font-weight: bold;
  color: #00A53D;
}

/*
Advanced example - Confirm dialog
*/
.fc-container .fancybox-bg {
  background: #eee;
}

.fancybox-is-open.fc-container .fancybox-bg {
  opacity: 0.85;
}

.fc-content {
  margin: 20px;
  min-width: 200px;
  max-width: 550px;
  padding: 50px;
  box-shadow: 10px 10px 60px -25px;
  border-radius: 4px;
}
.fc-content h3 {
  margin-top: 0;
  font-size: 1.6em;
  letter-spacing: normal;
}
.fc-content p {
  line-height: 1.5;
}
.fc-content p:last-child {
  margin-bottom: 0;
}
/* Custom animation */
.fancybox-fx-material.fancybox-slide--previous,
.fancybox-fx-material.fancybox-slide--next {
  transform: translateY(-60px) scale(1.1);
  opacity: 0;
}

.fancybox-fx-material.fancybox-slide--current {
  opacity: 1;
  transform: translateY(0) scale(1);
}/*# sourceMappingURL=application.css.map */