@charset "UTF-8";
input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
.sp-only {
  display: none;
}

.text-movetitle {
  color: #216c94;
  font-size: 1.1rem;
}

.moveattention {
  background: #dff0f9;
  padding: 8px 10px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.moveattention p {
  display: flex;
  align-items: center;
}
.moveattention p::before {
  content: '';
  width: 18px;
  min-width: 18px;
  height: 15px;
  margin-right: 8px;
  display: block;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.955%22%20height%3D%2215.76%22%20viewBox%3D%220%200%2018.955%2015.76%22%3E%3Cg%20transform%3D%22translate(-34.74%20-275.34)%22%3E%3Cpath%20d%3D%22M-679.232%2C348.178l4.495%2C4.7%2C8.719-8.719%22%20transform%3D%22translate(718.652%20-67.761)%22%20fill%3D%22none%22%20stroke%3D%22%23216c94%22%20stroke-width%3D%223%22%2F%3E%3Cpath%20d%3D%22M-670.313%2C343.965l-1.958%2C2.062h-9.735v11.064h10.678v-1.7l2.161-2.532v6.3h-14.746v-15.2Z%22%20transform%3D%22translate(718.652%20-68.065)%22%20fill%3D%22%23216c94%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 100%;
}

.moveattention_detail {
  font-size: 14px;
  margin-bottom: 25px;
}
.moveattention_detail:last-of-type {
  margin-bottom: 0;
}
.moveattention_detail a {
  text-decoration: underline;
}

.movedest_step {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: space-around;
  /* justify-content: center; */
  /* gap: 60px; */
  position: relative;
}
.movedest_step li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  font-size: clamp(10px, 1.186vw, 14px);
  width: 18%;
}
.movedest_step li::after {
  content: '';
  width: 140%;
  height: 4px;
  background: #dff0f9;
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: -1;
}
.movedest_step li:last-child::after {
  content: none;
}
.movedest_step .step_label {
  background: #dff0f9;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.movedest_step .step_label span {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
}
.movedest_step .movedest_step_current .step_label {
  color: #fff;
  background: #216c94;
  position: relative;
  z-index: 1;
}
.movedest_step .movedest_step_current:nth-child(n + 2)::before {
  content: '';
  width: 140%;
  height: 4px;
  background: #216c94;
  position: absolute;
  top: 30%;
  left: -77%;
}

.ac__btn {
  color: #333333;
  background: #ced4da;
  border: 1px solid #ced4da;
  text-align: left;
  border-radius: 5px;
  padding: 7px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ac__btn::after {
  content: '';
  display: inline-block;
  width: 7.5px;
  height: 7.5px;
  transform: rotate(135deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transition: all 0.2s ease-in-out;
}
.ac__btn.open {
  border-radius: 5px 5px 0 0;
}
.ac__btn.open::after {
  transform: rotate(-45deg);
}
.ac__btn--bottle_color {
  text-align: center;
  border: 1px solid #216c94;
  background: #fff;
  border-radius: 7px;
  color: #216c94;
  font-weight: bold;
  padding: 17px;
  display: block;
  transition: 0.3s;
  position: relative;
}
.ac__btn--bottle_color:hover {
  color: #fff;
  background: #216c94;
}
.ac__btn--bottle_color:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.ac__btn--bottle_color::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 3.25px);
  border-top: 1px solid #216c94;
  border-right: 1px solid #216c94;
}
.ac__btn--bottle_color.open {
  border-radius: 5px;
}

.ac__content {
  display: none;
  overflow: hidden;
  color: #000;
  border: 1px solid #ced4da;
  border-top: none;
  border-radius: 0 0 5px 5px;
  padding: 0;
}
.ac__content li {
  padding: 7px;
  border-bottom: 1px solid #ced4da;
  cursor: pointer;
  list-style: none;
}
.ac__content li::before {
  content: '・';
}
.ac__content li:last-child {
  border-bottom: none;
}
.ac__content li:hover {
  background: #fffdf2;
}
.ac__content--bottle_color {
  border: none;
}
.ac__content--bottle_color .swiper-wrapper {
  justify-content: center;
}

.move_server-list {
  border: 5px solid #d9dcde;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.move_server-list figcaption {
  font-size: 14px;
}
.move_server-list figcaption span {
  font-size: 12px;
}
.move_server-list .fee {
  background: #c5af8c;
  color: #fff;
  font-size: 12px;
  padding: 5px 0;
  margin: 10px auto;
  width: 140px;
}
.move_server-list .fee .bold {
  font-weight: bold;
}
.move_server-list input[type='radio'] {
  display: none;
}
.move_server-list input[type='radio']:checked ~ label::before {
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
}
.move_server-list input[type='radio']:checked ~ label::after {
  content: '';
  position: absolute;
  left: calc(50% - 8px);
  bottom: 22.5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d1626e;
}
.move_server-list input[type='radio']:checked ~ label {
  background: #d9dcde;
}
.move_server-list label {
  cursor: pointer;
  margin-bottom: 0;
  display: block;
  width: 100%;
  padding-bottom: 50px;
  transition: 0.3s;
}
.move_server-list label::before {
  content: '';
  position: absolute;
  bottom: 18px;
  left: calc(50% - 12.5px);
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ecedee;
}
.move_server-list img {
  width: 50px;
}
.swiper {
  padding-bottom: 35px;
}

.swiper-slide {
  width: 180px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: none;
  border: 1px solid #216c94;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #216c94;
}

.server_select_btn a {
  border: 1px solid #216c94;
  border-radius: 7px;
  color: #216c94;
  font-weight: bold;
  padding: 17px;
  display: block;
  transition: 0.3s;
}
.server_select_btn a:hover {
  color: #fff;
  background: #216c94;
}
.server_select_btn--window {
  position: relative;
}
.server_select_btn--window::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.865%22%20height%3D%2214.597%22%20viewBox%3D%220%200%2014.865%2014.597%22%3E%3Cg%20transform%3D%22translate(-320.251%20-744.817)%22%3E%3Cpath%20d%3D%22M902.152%2C748.329H897v10.335h10.687v-4.82%22%20transform%3D%22translate(-576)%22%20fill%3D%22none%22%20stroke%3D%22%23216c94%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20d%3D%22M904.472%2C745.877h5.583v5.553%22%20transform%3D%22translate(-576)%22%20fill%3D%22none%22%20stroke%3D%22%23216c94%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20d%3D%22M910.056%2C745.877l-7.258%2C7.258%22%20transform%3D%22translate(-576)%22%20fill%3D%22none%22%20stroke%3D%22%23216c94%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 100%;
}
.server_select_btn--window:hover::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.865%22%20height%3D%2214.597%22%20viewBox%3D%220%200%2014.865%2014.597%22%3E%3Cg%20transform%3D%22translate(-320.251%20-744.817)%22%3E%3Cpath%20d%3D%22M902.152%2C748.329H897v10.335h10.687v-4.82%22%20transform%3D%22translate(-576)%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20d%3D%22M904.472%2C745.877h5.583v5.553%22%20transform%3D%22translate(-576)%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20d%3D%22M910.056%2C745.877l-7.258%2C7.258%22%20transform%3D%22translate(-576)%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.confirm-table th,
.confirm-table td {
  border: none;
}
.confirm-table th {
  width: 20%;
  text-align: center;
}
.confirm-table th img {
  width: 60px;
  min-width: 60px;
}

.w-68 {
  width: 68%;
}
.w-30 {
  width: 30%;
}
.w-49 {
  width: 49%;
}

.navibation li {
  width: 48%;
  font-size: 0.875rem;
  /* font-size: 14px; */
  line-height: 1;
  border: none;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 0;
  position: relative;
}
.navibation li:nth-child(even) ::before {
  content: '';
  display: block;
  width: 1px;
  height: calc(100% - 9px);
  position: absolute;
  top: 5px;
  left: -7px;
  background-color: #dee2e6;
}
.navibation li::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 36%;
  right: 2px;
  margin: auto;
  border-top: solid 1px #212529;
  border-right: solid 1px #212529;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.navibation li:nth-child(-n + 2) {
  border-top: none;
}
/*.navibation li:nth-last-child(-n + 2) {
  border-bottom: none;
}*/
.agree__wrap {
  padding: 15px;
  border: 2px solid #d9dcde;
  margin: 0;
}
.agree__wrap p {
  font-size: 0.95rem;
}
.agree__wrap p.lead {
  color: #216c94;
  font-weight: bold;
  text-align: center;
}

.attention {
  list-style: '※';
  padding-left: 1rem !important;
  margin-bottom: 0;
}
.btn-del {
  padding: 0.5rem;
  border-radius: 7px;
  color: #fff;
}
.btn-del:hover {
  color: #fff;
  text-decoration: none;
}
.newserver-img {
  width: 37px;
}
.present-img {
  width: 64px;
}
.display_none {
  display: none !important;
}
.error-area:not(:empty){
  width: 100%;
  color: #eb2b2b;
  background: #ffe4e4;
  padding: 10px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}
.list_address_shipping li {
  margin-bottom: 0 !important;
  position: relative;
  display: grid;
}
/*[Start][38521][ADD] - [tri_can] - [2023-02-09]*/
.address_3_col {
  grid-template-columns: auto auto 1fr auto;
}

.out_of_shipping {
  background: #aaafb4;
  pointer-events: none;
}

.out_of_shipping span.text_out_shipping {
  color: #eb2b2b;
  float: right;
  justify-self: flex-end;
}

.out_of_shipping_customer span.text_out_shipping {
  float: right;
  justify-self: flex-end;
}
/*[End][38521][ADD] - [tri_can] - [2023-02-09]*/

.address_2_col {
  grid-template-columns: auto auto 1fr;
}
.mr-10 {
  margin-right: 10px !important;
}
.cls-d-flex{
  display: flex;
}
.light-pink-cus:not(:empty){
  background: #ffe4e4;
  padding: 0.5rem;
}
.clearFrame {
  position: relative;
}
input[type='text'].pw-input,
input[type='password'].pw-input,
input[type='input'].pw-input {
  padding-right: 20px;
  width: 100%;
}

.clearFrame .clearButton {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 8px;
  top: calc(50% - 5px);
  background: url(../../img/common/clear.svg) no-repeat;
  background-size: cover;
  cursor: pointer;
  visibility: hidden;
}
input:placeholder-shown + .clearButton {
  visibility: hidden !important;
}
#intro_billing_data{
  display: none;
}
.registration_information input::placeholder {
  color: #c5c5c5;
}
/*[Start][36820][39094][ADD] - [hoang_thien] - [2023-02-22]*/
.moving_screen .container-fluid{
  max-width: 100%;
  padding-right: 35px;
  padding-left: 35px;
}
.disable_click{
  pointer-events: none;
}
@media (max-width: 767px) {
  .moving_screen .datepicker-wrap:after{
    left: auto;
    right: 10px;
  }
}
@media (max-width: 480px) {
  .moving_screen .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .moving_screen [class*='col-'] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .moving_screen .card-body{
    padding: 1rem;
  }
}
/*[End][36820][39094][ADD] - [hoang_thien] - [2023-02-22]*/
@media (min-width: 768px) {
  .navibation li::after {
    top: 36%;
    right: 15px;
  }
  .navibation li:not(:nth-child(4n + 1))::before {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 9px);
    position: absolute;
    top: 5px;
    left: -7px;
    background-color: #dee2e6;
  }
  .agree__wrap p.lead {
    font-size: 1.2rem;
  }
  .move_server-list img {
    width: 100px;
  }
  .newserver-img {
    width: 100px;
  }
  .present-img {
    width: 150px;
  }
}
@media screen and (max-width: 479px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .movedest_step {
    /* gap: 10px; */
  }
  .movedest_step::after {
    top: 24%;
  }
  .movedest_step li {
    width: 25%;
  }
  .movedest_step li p {
    width: 80%;
  }
  .movedest_step li::after {
    width: 80%;
    top: 24%;
    /* left: 60px; */
  }
  .movedest_step .step_label {
    width: 50px;
    height: 50px;
    line-height: 1;
  }
  .movedest_step .step_label span {
    font-size: 16px;
    margin-top: 2px;
  }
  .movedest_step .movedest_step_current:nth-child(n + 2)::before {
    top: 24%;
    left: -40%;
    width: 70%;
  }
  .ac__content--bottle_color .swiper-wrapper {
    justify-content: left;
  }
  .swiper-slide {
    width: 140px;
  }
  .move_server-list .fee {
    width: 130px;
  }
}

/*[Start][36820][39092][ADD] - [tri_can] - [2023-02-23]*/
#agreement_content{
  resize: none;
  height: 280px;
  width: 100%;
  margin: 1em auto 2em;
  border-width: 2px;
  border-style: inset;
  border-color: initial;
  border-image: initial;
  font-family: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  color: #212529;
  text-align: left;
  padding: 0.5rem;
}

#agreement_content:disabled{
  background-color: white !important;
}

.main-agreement p{
  font-size: 1rem;
}
/*[End][36820][39092][ADD] - [tri_can] - [2023-02-23]*/
/*[Start][109616][ADD] - [hoang_thien] - [2024-08-06]*/
.holder-color.swiper-slide{
  width: 100%;
  flex-shrink: 1;
}
/*[End][109616][ADD] - [hoang_thien] - [2024-08-06]*/