@charset "euc-jp";

/********** メニュー アクティブ **********/
.header-menu-list-item.is_howto .header-menu-list-item__link {
  box-shadow: 0 -3px 0 #a0107c inset;
  color: #ab48a2;
}

.howto.is_price .sub-menu-list-item.is_price .sub-menu-list-item__link {
  box-shadow: 0 -2px 0 #79016c inset;
  font-weight: bold;
  text-decoration: none;
  color: #ab48a2;
}

img {
  display: block;
}



/********** 料金説明 **********/
.section.is_payment-summary {
  margin-bottom: 24px;
}

.section.is_payment-summary:has(.is_open) {
  margin-bottom: 64px;
}

.section.is_payment-summary:last-of-type {
  margin-bottom: 64px;
}

.section.is_payment-summary .section-title {
  position: relative;
  box-sizing: border-box;
  padding: 10px;
}

.section.is_payment-summary .section-title:hover {
  background: #fdeefc;
  color: #ab48a2;
  cursor: pointer;
}

.section-title__icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  width: 22px;
  height: 22px;
}

.section-title__icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: '';
  width: 18px;
  height: 3px;
  background-color: #333333;
  border-radius: 3px;
  transition: all 300ms 0s ease;
}

.section-title__icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  display: block;
  content: '';
  width: 18px;
  height: 3px;
  background-color: #333333;
  border-radius: 3px;
  transition: all 300ms 0s ease;
}

.section-title.is_open .section-title__icon:before {
  background-color: #a0107c;
}

.section-title.is_open .section-title__icon:after {
  transform: translate(-50%, -50%) rotate(0deg);
  background-color: #a0107c;
  opacity: 0;
}

.section.is_payment-summary .definition-list {
  display: none;
}

.note-list-item {
  padding-left: 1em;
  text-indent: -1em;
}

.note-list-item:not(:last-child) {
  margin-bottom: 5px;
}



/*** 決済アイコン ***/
.brand-icon {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-top: 5px;
}

.brand-icon__image.is_bitcash {
  width: 250px;
  height: 28px;
}

.brand-icon__image.is_security-money {
  width: 100px;
  height: 20px;
}

.brand-icon__image.is_conveni {
  width: 45px;
  height: 23px;
}

.brand-icon__image.is_payeasy {
  width: 49px;
  height: 37px;
}



/*** 購入の流れ ***/
.pointflow {
  margin-top: 8px;
  width: 548px;
}

.pointflow th {
  padding: 0;
  border: 0;
}

.pointflow th.image {
  width: 113px;
  height: 120px;
  text-align: center;
}

.pointflow th.arrow {
  width:32px;
  text-align: center;
  vertical-align: middle;
}

.return-top {
  margin-right: 10px;
  margin-top: 20px;
  padding: 0;
  text-align: right;
}



/******* コンビニペイジー *******/
.cashflow-inner {
  height: 113px;
  overflow: hidden;
}

.cashflow-inner__img {
  width: 112px;
}

.pointflow.is_flow td {
  vertical-align: top;
}

.secumoney_flow2, .payeasy_flow2, .conveni_flow2 {
  margin-top: -128px;
}

.secumoney_flow3, .payeasy_flow3, .conveni_flow3 {
  margin-top: -256px;
}

.secumoney_flow4, .payeasy_flow4, .conveni_flow4 {
  margin-top: -384px;
}

.pointflow.is_flow th.arrow {
  text-align: center;
  width: 32px;
  vertical-align: middle;
}

.pointflow.is_flow th {
  border: medium none;
  padding: 0;
}



/******* あと払い（ペイディ）決済 *******/
.paidy-banner {
  display: block;
  margin-top: 20px;
}

.paidy-banner:hover {
  filter: brightness(110%);
}

.paidy-banner__image {
  display: block;
  width: 100%;
}

.paidy-app-link-wrap {
  display: flex;
  gap: 10px;
}

.paidy-app-link {
  display: block;
}

.paidy-app-link.is_app-store {
  width: 123px;
}

.paidy-app-link.is_google-play {
  width: 153px;
}

.paidy-app-link__image {
  display: block;
  max-width: 100%;
}



/********** ページャー **********/
.pager-list {
  display: flex;
  justify-content: space-between;
}

.pager-list-item {
  font-size: 14px;
  line-height: 1.5em;
}