@charset "UTF-8";

.af__wrap {
  width: 710px;
  box-sizing: border-box;
  border: 1px solid #CCC;
  border-radius: 4px;
  padding: 24px;
  margin: 16px 0;
}

.af__inner {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.af__header {
  width: 240px;
}

.af__body {
  width: calc(100% - 270px);
  margin: 0;
}

.af__body--inner {
  list-style: none;
  margin: 0;
  padding: 0;
}

.af__title--main {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.af__title--main a {
  color: #333;
  text-decoration: none;
}

.af__title--sub {
  font-size: 13px;
}

.af__price {
  color: #DE1D23;
  font-size: 22px;
  font-weight: 700;
}

.af__button {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.af__button a {
  color: #FFF;
  display: block;
  border-radius: 4px;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}

.af__rakuten,
.af__yahoo {
  margin: 12px 0 0;
}

.af__amazon--button {
  background-color: #FF9900;
  box-shadow: 0 5px 0 0 #CC721F;
}

.af__amazon--button:active {
  transform: translateY(4px);
  box-shadow: none;
}

.af__amazon--button span {
  font-size: 12px;
  font-weight: 400;
  display: block;
  margin-top: -3px;
  height: 17px;
}

.af__rakuten--button {
  background-color: #BF3939;
  box-shadow: 0 5px 0 0 #A13030;
}

.af__rakuten--button:active {
  transform: translateY(4px);
  box-shadow: none;
}

.af__rakuten--button span {
  font-size: 12px;
  font-weight: 400;
  display: block;
  margin-top: -3px;
  height: 17px;
}

.af__yahoo--button {
  background-color: #F8A831;
  box-shadow: 0 5px 0 0 #D9932A;
}

.af__yahoo--button:active {
  transform: translateY(4px);
  box-shadow: none;
}

.cms-style__callout {
  margin-bottom: 20px;
  padding: 20px 25px;
  background-color: #fff9e9;
}

.cms-style__callout .ttl {
  position: relative;
  margin-bottom: 11px;
  padding-left: 1.1em;
  color: #777256;
  font-weight: 600;
}

.cms-style__callout .ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 10px;
  height: 5px;
  border-left: 3px solid #e7db86;
  border-bottom: 3px solid #e7db86;
  transform: rotate(-45deg);
}

.cms-style__callout a {
  color: #3E76CB;
  text-decoration: underline;
}

.cms-style__callout p {
  margin-bottom: 0;
}

.external-link-button {
  background-color: #333;
  border-radius: 4px;
  display: inline-flex;
  border: 1px solid #333;
  padding: 13px 40px 13px 16px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
}

.external-link-button:hover {
  color: #333;
  background-color: #fff;
  text-decoration: none;
}

.external-link-button:hover:after {
  border-right: 2px solid #333;
  border-top: 2px solid #333;
}

.external-link-button::after {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.post-context .section-container table p {
  font-size: 12px;
}

.article-table-container table th p,
.article-table-container table td p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.5;
}

.article-table-container__af th {
  vertical-align: middle;
}

.article-table-container__af th:nth-of-type(1) {
  width: 170px;
}

.article-table-container__af th:nth-of-type(1)::before {
  background-color: #ccc;
  left: -1px;
  top: 0;
}

.article-table-container__af th:nth-of-type(1)::after {
  background-color: #fff;
  right: -1px;
  top: 0;
}

.article-table-container__af th:nth-of-type(2) {
  width: 120px;
}

.article-table-container__af td {
  vertical-align: middle;
}

.article-table-container__af tr > td:nth-of-type(2) {
  padding: 5px 20px;
}

.article-table-container__af tr > td:nth-of-type(3) {
  padding: 15px 30px 20px;
}

.article-table-container__af tr > td:nth-of-type(3) ul {
  display: flex;
  justify-content: space-between;
}

.article-table-container__af tr > td:nth-of-type(3) li {
  width: 170px;
}

.article-table-container__af tr > td:nth-of-type(3) li a {
  color: #FFF;
  display: block;
  border-radius: 4px;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.article-table-container__af tr > td:nth-of-type(3) li .af__amazonmini--button {
  box-shadow: 0 5px 0 0 #CC721F;
  background-color: #FF9900;
}

.article-table-container__af tr > td:nth-of-type(3) li .af__rakutenmini--button {
  background-color: #BF3939;
  box-shadow: 0 5px 0 0 #A13030;
}

p:has(.cta-link-button) {
  text-align: center;
}

.cta-link-button {
  background-color: #d90d0d;
  border-radius: 4px;
  display: inline-flex;
  border: 1px solid #d90d0d;
  padding: 13px 40px 13px 16px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
}

.cta-link-button:hover {
  color: #d90d0d;
  background-color: #fff;
  text-decoration: none;
}

.cta-link-button:hover:after {
  border-right: 2px solid #d90d0d;
  border-top: 2px solid #d90d0d;
}

.cta-link-button::after {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

/*ボタン選択モーダルの中身のテキストリンク*/

.text-link {
  color: #337ab7;
  text-decoration: none;
  display: inline-flex;
  width: 212px;
  height: 48px;
  align-items: center;
}

.text-link:hover {
  text-decoration: underline;
}

/*ボタン選択モーダルの中身のレイアウト*/

.modal-selectbutton {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 10px;
}

.modal-selectbutton label {
  margin: 10px 0;
  cursor: pointer;
}

.modal-selectbutton label span {
  margin-left: 10px;
}

.modal-selectbutton-cap {
  display: inline-block;
  margin-top: -5px;
  margin-left: 23px;
}

@media screen and (max-width: 640px) {
  .af__wrap {
    width: 100%;
    padding: 12px 12px 17px;
  }

  .af__inner {
    display: block;
  }

  .af__header {
    width: 100%;
  }

  .af__header a {
    display: block;
    text-align: center;
  }

  .af__body {
    width: 100%;
    margin: 8px 0 0;
  }

  .af__title--main {
    font-size: 16px;
  }

  .af__price {
    font-size: 18px;
  }

  .af__button {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .af__button--ispc {
    display: none;
  }

  .af__rakuten,
  .af__yahoo {
    margin: 0;
  }

  .af__amazon {
    width: 100%;
  }

  .af__amazon--button {
    font-size: 16px;
  }

  .af__rakuten {
    width: 100%;
    margin-top: 12px;
  }

  .af__rakuten--button {
    font-size: 16px;
  }

  .af__yahoo {
    width: 48.5%;
    margin: 16px 0 0;
  }

  .af__yahoo--button {
    font-size: 14px;
  }

  .external-link-button:hover {
    color: #fff;
    background-color: #333;
  }

  .external-link-button:hover:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
  }

  .article-table-container__af {
    width: 100%;
    overflow-x: scroll;
  }

  .article-table-container__af table {
    width: 460px;
    overflow-x: scroll;
  }

  .article-table-container__af th:nth-of-type(1) {
    width: 130px;
    position: sticky;
    left: 0;
  }

  .article-table-container__af th:nth-of-type(1)::after,
  .article-table-container__af th:nth-of-type(1)::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
  }

  .article-table-container__af th:nth-of-type(2) {
    width: 110px;
  }

  .article-table-container__af tr > td:nth-of-type(1) {
    position: sticky;
    left: 0;
    background-color: #fff;
  }

  .article-table-container__af tr > td:nth-of-type(1)::after,
  .article-table-container__af tr > td:nth-of-type(1)::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #ccc;
  }

  .article-table-container__af tr > td:nth-of-type(1)::before {
    left: -1px;
    top: 0;
  }

  .article-table-container__af tr > td:nth-of-type(1)::after {
    right: -1px;
    top: 0;
  }

  .article-table-container__af tr > td:nth-of-type(2) {
    padding: 15px;
  }

  .article-table-container__af tr > td:nth-of-type(3) {
    padding: 15px 10px 20px;
  }

  .article-table-container__af tr > td:nth-of-type(3) ul {
    display: block;
    margin: 0 auto;
    width: 170px;
  }

  .article-table-container__af tr > td:nth-of-type(3) li a {
    padding: 6px;
  }

  .article-table-container__af tr > td:nth-of-type(3) li.af__rakutenmini {
    margin-top: 15px;
  }

  .cta-link-button:hover {
    color: #fff;
    background-color: #d90d0d;
  }

  .cta-link-button:hover:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
  }
}

@media screen and (max-width: 320px) {
  .af__yahoo {
    width: 100%;
  }

  .af__yahoo--button {
    font-size: 16px;
  }
}