@charset "UTF-8";

.category-tab {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 48px;
  width: min(87.5vw, 840px);
  margin: 70px auto 0;
  padding: 0 4px;
}

.category-tab input {
  display: none;
}

.category-tab label {
  position: relative;
  bottom: -1px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  font-weight: bold;
  line-height: 1.3;
  word-break: keep-all;
  align-items: center;
  display: flex;
  justify-content: center;
  padding-left: 4px;
  padding-right: 4px;
  min-height: 60px;
}

.category-tab input[type="radio"]:checked+label {
  color: #eb5505;
  border-color: #eb5505;
  border-top: 5px solid;
  border-bottom: 2px solid #fff;
  padding: 8px 4px 11px;
  z-index: 5;
}

.important__sec--ul {
  margin-top: 50px;
  border-top: 1px solid #eb5505;
}

.important__sec--ul li.is-hide {
  display: none !important;
}

.no_result {
  display: block;
  width: min(87.5vw, 840px);
  margin: 30px auto 0;
}

.no_result.is-hide {
  display: none;
}

.holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.holder.is-hide {
  display: none;
}

.holder>a {
  width: 100%;
  max-width: 30px;
  margin-left: 10px;
  border: 1px solid #bdbbbc;
  cursor: pointer;
  padding: 8px 5px;
  display: block;
  text-decoration: none;
  line-height: 1;
  box-sizing: border-box;
  text-align: center;
  color: #eb5505;
}

.holder>a:first-child {
  margin-left: 0;
}

.holder>a.jp-previous,
.holder>a.jp-next {
  padding: 8px 10px;
  display: block;
  text-decoration: none;
  line-height: 1;
  box-sizing: border-box;
}

.holder>a.jp-previous {
  position: relative;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}

.holder>a.jp-previous.jp-disabled,
.holder>a.jp-next.jp-disabled {
  display: none;
}

.holder>a.jp-current {
  background-color: #eb5505;
  color: #fff;
  border: 1px solid #eb5505;
}

.holder>a.jp-next {
  position: relative;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}

.holder>a.jp-previous:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  left: 4px;
  width: 10px;
  height: 10px;
  margin: -5px auto 0;
  background-color: #fff;
  border-bottom: 1px solid #595557;
  border-left: 1px solid #595557;
  transform: rotate(45deg);
}

.holder>a.jp-next:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  margin: -5px auto 0;
  background-color: #fff;
  border-top: 1px solid #595557;
  border-right: 1px solid #595557;
  transform: rotate(45deg);
}

@media screen and (min-width: 751px) {
  .holder>a {
    font-size: 16px;
  }
}


#itemcontainer {
  min-height: 0px !important;
}
.important__sec--ul li {
  word-break: break-word;
}
.important__sec--ul .icon {
  position: relative;
}

.important__sec--ul .icon::after {
  position: absolute;
  content: "";
  width: min(1.66667vw, 16px);
  height: min(1.66667vw, 16px);
  border-bottom: 2px solid #EB5505;
  border-right: 2px solid #EB5505;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
  margin-top: max(-.83333vw, -8px);
  right: -15px;
  transition: all .4s;
}

.important__sec--ul .icon img {
  display: none;
}

.important__sec--ul .icon.is-pdf img {
  display: block;
}

.important__sec--ul .icon.is-pdf::after {
  border: none;
  background: url(/function/promotion/bnpl/assets/img/important/img_pdf.png)no-repeat;
  width: 28px;
  height: 38px;
  background-size: 100%;
  transform: rotate(0) translateY(-50%);
  margin-top: 0;
  right: -20px;
}

.breadcrumbs {
  width: min(87.5vw, 840px);
  margin: 20px auto 0;
}

.breadcrumbs ul {
  display: flex;
}

.breadcrumbs ul li {
  line-height: 1.5;
  white-space:nowrap;
}
.breadcrumbs ul li:last-child {
  line-height: 1.5;
  white-space:normal;
  word-break: break-word;
}

.breadcrumbs ul li+li {
  margin-left: 5px;
}

.breadcrumbs ul li a {
  color: #333;
}

.article {
  width: min(87.5vw, 840px);
  margin: 0 auto;
}

.article h2 {
  font-size: 26px;
  font-weight: bold;
  margin-top: 40px;
  line-height: 1.5;
  word-break:break-word;
}

.article .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: min(4.16667vw, 20px);
  margin-top: 20px;
}

.article .time {
  font-size: min(1.45833vw, 14px);
  color: #888;
  line-height: 1;
}

.article .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: min(2.08333vw, 20px);
  border: 2px solid #EB5505;
  font-size: min(1.04167vw, 10px);
  padding: 0 min(1.04167vw, 10px);
  background-color: #fff;
  color: #EB5505;
}

.article__cont {
  margin-top: 30px;
  margin-bottom: 50px;
}

.article p {
  font-size: min(1.45833vw, 14px);
  letter-spacing: .02em;
  line-height: 1.9;
}

.article p+p {
  margin-top: 20px;
}

.article .image {
  margin: 25px auto;
  text-align: center;
}

.article .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: auto;
}

.back-button .inner-btn {
  margin: auto;
}

.back-button .inner-btn::after {
  width: min(1.66667vw, 16px);
  height: min(1.66667vw, 16px);
  border-bottom: 2px solid #EB5505;
  border-right: 2px solid #EB5505;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-225deg);
  top: 50%;
  margin-top: max(-.83333vw, -8px);
  left: min(3.64583vw, 35px);
  transition: all .4s;
}

.important__sec--ul li .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: min(3.125vw, 30px);
}

.important__sec--ul li .list .txt .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: min(4.16667vw, 40px);
}

.important__sec--ul li .list .txt .meta .time {
  font-size: min(1.45833vw, 14px);
  color: #888;
  line-height: 1;
}

.important__sec--ul li .list .txt .meta .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: min(2.08333vw, 20px);
  border: 2px solid #EB5505;
  font-size: min(1.04167vw, 10px);
  padding: 0 min(1.04167vw, 10px);
  background-color: #fff;
  color: #EB5505;
}

.important__sec--ul li .list .txt .ttl {
  color: #333;
  font-size: min(1.66667vw, 16px);
  line-height: 2;
  margin-top: min(1.04167vw, 10px);
}

.select-year-wrap {
  width: min(87.5vw, 840px);
  margin: auto;
  border-top: 1px solid #eb5505;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: flex-end;
  padding: 12px 10px 14px;
}

.select-year {
  margin-left: 10px;
  position: relative;
}

.select-box {
  padding: 5px 25px 5px 10px;
  width: 163px;
  font-size: 15px;
  color: rgb(89, 85, 87);
  position: relative;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(204, 204, 204);
  outline: none;
  box-sizing: border-box;
  appearance: none;
  z-index: 0;
}

.select-year::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-width: 0px 1px 1px 0px;
  border-top-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-bottom-style: solid;
  border-bottom-color: rgb(89, 85, 87);
  border-right-style: solid;
  border-right-color: rgb(89, 85, 87);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 13px;
  z-index: 1;
  pointer-events: none;
}

.important__sec--ul li a .icon {
  width: 28px;
  flex-shrink: 0;
}

.announce ul a[target="_blank"] .title::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    margin: -3px 0 0 8px;
    vertical-align: middle;
    background: url(/function/promotion/bnpl/assets/img/important/icon_blank.svg) no-repeat center / 100% auto;
}

@media screen and (max-width: 640px) {
  .breadcrumbs {
    display: none;
  }

  .article h2 {
    font-size: calc(18 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }

  .article .meta {
    gap: calc(15 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }

  .article .time {
    font-size: calc(12 / 375 * 100vw);
  }

  .article .cat {
    height: calc(20 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
    padding: calc(8 / 375 * 100vw) calc(5 / 375 * 100vw);
  }

  .article__cont {
    margin-top: calc(20 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
  }

  .article p {
    font-size: calc(12 / 375 * 100vw);
  }

  .article p+p {
    margin-top: calc(10 / 375 * 100vw);
  }

  .article .image {
    margin: calc(20 / 375 * 100vw) auto;
  }

  .category-tab {
    overflow-y: hidden;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    flex-wrap: nowrap;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
  }

  .category-tab label {
    flex-shrink: 0;
    width: 28%;
    min-width: 92px;
    font-size: 12px;
    line-height: 1.5;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 12px;
  }

  .category-tab::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eb5505;
    z-index: 0;
  }

  .category-tab input[type="radio"]:checked+label {
    background-color: #fff;
    z-index: 5;
    border-bottom: none;
    padding-top: 7px;
  }

  .important__sec--ul {
    margin-top: calc(30 / 375 * 100vw);
  }

  .important__sec--ul li .list {
    padding: 5.33333vw 2.66667vw;
  }

  .important__sec--ul li .list .txt {
    width: 74.66667vw;
  }

  .important__sec--ul li .list .txt .meta {
    gap: 4vw;
  }

  .important__sec--ul li .list .txt .meta .time {
    font-size: 2.66667vw;
  }

  .important__sec--ul li .list .txt .meta .cat {
    font-size: 2.66667vw;
    padding: 0 2.66667vw;
    border: 1px solid #EB5505;
    color: #EB5505;
    height: 5.33333vw;
  }

  .important__sec--ul li .list .txt .ttl {
    font-size: 3.2vw;
    margin-top: 2.66667vw;
  }

  .important__sec--ul .icon.is-pdf img {
    width: 25px;
    margin-left: auto;
  }

  .important__sec--ul .icon::after {
    width: min(2.3vw, 16px);
    height: min(2.3vw, 16px);
    right: 0;
  }

  .important__sec--ul .icon.is-pdf::after {
    width: calc(21 / 375 * 100vw);
    height: calc(29 / 375 * 100vw);
    right: calc(-5 / 375 * 100vw);
  }

  .select-year-wrap {
    width: min(87.5vw, 840px);
    font-size: 14px;
    padding: 12px 10px 5px;
    border-top: none;
  }

  .select-box {
    padding: 5px 19px 5px 10px;
    width: 122px;
    font-size: 13px;
  }

  .select-year::after {
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-width: 0px 1px 1px 0px;
    right: 8px;
  }
}
