@charset "UTF-8";

.category-title {
    margin: 0 0 30px;
}
.topic_area {
    margin-bottom: 55px;
}
.products-title span {
    font-size: 85%;
}
.red {
    color: #dc1616;
}
.note {
    margin: 15px 0 15px 0;
}
.note ul li {
    list-style: disc;
    margin: 10px 0 0 22px;
}
.consent_list {
    margin: 25px 0 0 60px;
}
.consent_list ul li {
    list-style: none;
    margin: 0 0 3px 0;
}

.btn_wrap {
    width: 100%; 
    margin: 30px auto 60px auto;
    text-align: center;
}
.btn_wrap .btn_area {
    text-align: center;
    margin: 10px auto;
}
.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  position: relative;
  border-radius: 5px;
  background-color: #0084CF;
  color: #fff;
  text-decoration: none;
  font-size: 105%;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  padding: 15px 10px 15px 0px;
  width: 320px;
}
.btn a:hover {
    opacity: 0.8;
}
.btn a _:-ms-fullscreen, :root .btn a {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.btn a::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-60%) rotate(45deg);
          transform: translateY(-60%) rotate(45deg);
  content: "";
  right: 12px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}


@media only screen and (max-width: 767px) {
.consent_list {
    margin: 25px 0 0 1em;
}
.topic_area {
    margin-bottom: 35px;
}
.btn_wrap {
    margin: 20px auto 40px auto;
}
.btn a {
  width: auto;
    padding: 12px 40px 12px 30px;
}
}
