html {
  scroll-behavior: smooth;
}

.refound-container nav.anker-link-nav {
  padding: 10px 0;
  border-bottom: 1px solid #dedede;
}
.refound-container nav.anker-link-nav ul {
  height: 30px;
}
.refound-container nav.anker-link-nav ul:not(:first-child) {
  border-top: none;
}
.refound-container a {
  text-decoration: underline;
}

#Nav1.refound-item {
  margin-top: 10px;
  padding: 30px;
  background: #f7f7f7;
  border-top: none;
}
#Nav1.refound-item .common_headline2_ {
  font-size: 26px;
  font-weight: bold;
  color: #004f88;
  width: 100%;
  text-align: center;
}
#Nav1.refound-item .refound-item-list {
  border: none;
}
#Nav1.refound-item .refound-item-list .refound-item-box {
  padding: 30px;
  background: #ffffff;
  position: relative;
  margin-bottom: 53px;
}
#Nav1.refound-item .refound-item-list .refound-item-box:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("/new_img/usr/freepage/orderflow/aroow.png");
  width: 40px;
  height: 23px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
#Nav1.refound-item .refound-item-list .refound-item-box:last-child {
  margin-bottom: 0;
}
#Nav1.refound-item .refound-item-list .refound-item-box:last-child:after {
  display: none;
}
#Nav1.refound-item .refound-item-list .refound-item-box .txt {
  font-size: 16px;
}
#Nav1.refound-item .refound-item-list .refound-item-box .refound-item-head {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#Nav1.refound-item .refound-item-list .refound-item-box .refound-item-cont {
  border-top: 1px solid #d0d0d0;
}
#Nav1.refound-item .refound-item-list .refound-item-box .refound-item-sepa {
  border-top: 1px solid #d0d0d0;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
#Nav1.refound-item .refound-item-list .refound-item-box .refound-item-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#Nav1.refound-item .refound-item-list .refound-item-box .refound-item-side {
  width: 200px;
}
#Nav1.refound-item .refound-item-list .refound-item-box .refound-item-side img {
  position: absolute;
  bottom: 0;
}
#Nav1.refound-item .refound-item-list .refound-item-box:nth-child(3) .refound-item-side, #Nav1.refound-item .refound-item-list .refound-item-box:nth-child(4) .refound-item-side, #Nav1.refound-item .refound-item-list .refound-item-box:nth-child(5) .refound-item-side {
  position: relative;
}
#Nav1.refound-item .refound-item-list .refound-item-box .refound-item-notice {
  background: #edf7fe;
  color: #004f88;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
}

.refound-item {
  padding-top: 50px;
}
.refound-item .common_headline2_ {
  font-size: 20px;
}
.refound-item-comment {
  font-size: 16px;
}
.refound-item-comment a {
  color: #55b1f2;
}
.refound-item-comment p {
  margin-top: 20px;
}
.refound-item-bg-list li .clickableBtn {
  margin: 40px 0 0;
  width: 387px;
}
.refound-item-strong {
  font-weight: bold;
  margin-top: 40px;
}
.refound-item-txtlist {
  margin-top: 20px;
  padding-left: 25px;
}
.refound-item-txtlist li {
  list-style: circle;
}
.refound-item-btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.refound-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-bottom: 25px;
  gap: 15px;
}
.refound-terms .term {
  border: 1px solid #004f88;
  border-radius: 10px;
  padding: 20px 20px 20px 48px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.refound-terms .term:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/new_img/usr/freepage/orderreturn/check.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.refound-terms .plus {
  width: 20px;
  height: 20px;
  background-image: url("/new_img/usr/freepage/orderreturn/plus.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.not-refound-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
.not-refound-terms .term {
  display: inline-block;
  border: 1px solid #bf0000;
  border-radius: 10px;
  padding: 20px 20px 20px 48px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.not-refound-terms .term:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/new_img/usr/freepage/orderreturn/check_red.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.not-refound-terms .term img.outlet {
  height: 18px;
  display: inline-block;
  vertical-align: text-top;
  margin: 0 5px;
}

.contact_from_form {
  background: #f7f7f7;
  padding: 80px 30px 30px;
}
.contact_from_form_head {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.contact_from_form_notice {
  padding: 20px;
  background: #edf7fe;
  border-radius: 10px;
  color: #004f88;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact_from_form_notice .ttl {
  font-weight: bold;
  padding-left: 28px;
  position: relative;
}
.contact_from_form_notice .ttl:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/new_img/usr/freepage/orderreturn/warn.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.contact_from_form_notice .lead {
  margin-top: 8px;
}
.contact_from_form_sepa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.contact_from_form_item {
  background: #fff;
  border-radius: 10px;
  padding: 40px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.contact_from_form_item_head {
  font-size: 20px;
  font-weight: bold;
}
.contact_from_form_item_lead {
  font-size: 16px;
  margin-top: 25px;
}
.contact_from_form_item_arrow {
  margin-top: 20px;
}
.contact_from_form_item_arrow img {
  width: 13px;
}
.contact_from_form_item_note {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}

.clickableBtn {
  width: 278px;
  height: 50px;
  position: relative;
  margin: 16px auto 0;
  display: block;
  position: relative;
}
.clickableBtn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 4px;
  z-index: 1;
}
.clickableBtn .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  background: #004f88;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.clickableBtn:hover:before {
  bottom: -2;
}
.clickableBtn:hover .box {
  top: 2px;
}