.noto-sans-jp-font {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.roboto-font {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

html {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.5641025641vw;
  color: #4F525B;
  line-height: 1.5;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (min-width: 500px) {
  html {
    font-size: 12.8205128205px;
  }
}

a {
  display: block;
}

img {
  width: 100%;
}

h2, h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.blue {
  color: #0259DE;
  font-weight: 700;
}

.btn {
  display: inline-block;
  text-align: center;
  padding: 0.6rem 1.6rem;
  background: linear-gradient(to right, #F5A027, #FF9C12);
  border-radius: 999rem;
  position: relative;
  box-shadow: 0 0.4rem 0 #D7864A;
}
.btn::before {
  content: "";
  width: 100%;
  height: 133%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn p {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  padding-right: 1.4rem;
  position: relative;
}
.btn p::after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/btn_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.evaluation-symbol {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.evaluation-symbol.double-circle {
  background-image: url(../img/evaluation-symbol_double-circle.svg);
}
.evaluation-symbol.circle {
  background-image: url(../img/evaluation-symbol_circle.svg);
}
.evaluation-symbol.tri {
  background-image: url(../img/evaluation-symbol_tri.svg);
}

.wrap {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 500px) {
  .wrap {
    box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.12);
  }
}
.wrap body {
  flex: 1;
  -webkit-font-smoothing: antialiased;
}

.ranking {
  padding: 1.6rem 0;
  background: url(../img/ranking_bg.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}
.ranking--table-wrap {
  margin-left: 0.8rem;
  width: 100%;
  overflow-x: scroll;
}
.ranking--table-wrap + .note {
  margin-top: 0.2em;
  padding: 0 0.8rem;
}
.ranking--table-wrap + .note li {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #958590;
  text-align: justify;
  padding-left: 1.9em;
  text-indent: -1.9em;
}
.ranking--table {
  display: flex;
  padding: 2.2rem 0.8rem 0.4rem 0.4rem;
  min-width: 61.6rem;
}
.ranking--table--item {
  margin-top: 0.4rem;
  margin-right: 0.2rem;
  margin-bottom: 0.4rem;
  display: flex;
  flex-direction: column;
  width: 11.6rem;
  background: #fff;
  border-radius: 0.4rem;
  position: relative;
  text-align: center;
  color: #4F525B;
  font-weight: 500;
}
.ranking--table--item:last-of-type {
  margin-right: 0.8rem;
}
.ranking--table--item > .baloon {
  position: absolute;
  bottom: calc(100% - 0.2rem);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: #fff;
  font-size: 0.85rem;
  width: 11.4rem;
  padding: 0.4rem 0;
  border-radius: 0.4rem;
  font-weight: 500;
  border: 0.15rem solid #4F525B;
}
.ranking--table--item > .baloon .strong {
  font-size: 1rem;
}
.ranking--table--item > .baloon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.3rem solid transparent;
  border-left: 0.3rem solid transparent;
  border-top: 0.3rem solid #fff;
  border-bottom: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.ranking--table--item--head .img {
  width: 6.7rem;
  margin: 0 auto;
}
.ranking--table--item--head dt {
  font-size: 1rem;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.ranking--table--item--head dt .number {
  font-size: 1.4rem;
}
.ranking--table--item--head dd {
  height: 8.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ranking--table--item--head .txt-link {
  margin-top: 0.2rem;
  font-size: 1.1rem;
  text-decoration: underline;
}
.ranking--table--item dl dt {
  padding: 0.2rem 0;
  background: #4F525B;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
}
.ranking--table--item dl dd {
  padding: 0.4rem 0;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ranking--table--item dl dd .small {
  font-size: 1rem;
}
.ranking--table--item dl dd sup {
  font-size: 0.6em;
  color: #6D6D6d;
}
.ranking--table--item dl dd .evaluation-symbol {
  margin-right: 0.2rem;
}
.ranking--table--item .star {
  width: 8.4rem;
}
.ranking--table--item .star + span {
  margin-top: 0.2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #958590;
}
.ranking--table--item .price {
  height: calc(0.8rem + 3em);
  flex-direction: column;
}
.ranking--table--item .price .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ranking--table--item .cta {
  width: 100%;
  padding: 0.4rem 0.4rem 0.8rem;
}
.ranking--table--item .cta a {
  padding: 0.2rem 0;
  display: block;
  text-align: center;
  background: linear-gradient(to right, #F5A027, #FF9C12);
  border-radius: 999rem;
  box-shadow: 0 0.3rem 0 #D7864A;
}
.ranking--table--item .cta a p {
  display: inline-block;
  padding-right: 1em;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.05em;
  position: relative;
}
.ranking--table--item .cta a p::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../img/btn_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ranking--table--item .cta a p .small {
  font-size: 0.9rem;
}
.ranking--table--item .cta a + a {
  margin-top: 0.8rem;
}
.ranking--table--item.first_place {
  width: 12.1rem;
  margin-right: 0.4rem;
}
.ranking--table--item.first_place .baloon {
  color: #D0A715;
  border: 0.15rem solid #EBC53D;
}
.ranking--table--item.first_place .ranking--table--item--head dt {
  background: url(../img/ranking_item_first_place_head_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ranking--table--item.second .baloon {
  color: #898CA2;
  border: 0.15rem solid #9C9EAD;
}
.ranking--table--item.second .ranking--table--item--head dt {
  background: #9C9EAD;
}
.ranking--table--item.third-rank .baloon {
  color: #8D7550;
  border: 0.15rem solid #8D7550;
}
.ranking--table--item.third-rank .ranking--table--item--head dt {
  background: #8D7550;
}
.ranking.second {
  padding-bottom: 4.8rem;
  background: url(../img/ranking_second_bg.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}
.ranking.second .ranking--ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
}
.ranking.second .ranking--ttl .sub {
  font-size: 1.6rem;
  padding-right: 2rem;
  position: relative;
}
.ranking.second .ranking--ttl .sub::after {
  content: "";
  width: 2rem;
  height: 2.2rem;
  background: url(../img/ranking_second_ttl_sub_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ranking.second .ranking--ttl .main {
  margin-top: -0.4rem;
  font-size: 2.4rem;
}
.ranking.second .ranking--ttl .main .roboto-font {
  font-size: 3.6rem;
}
.ranking.second .ranking--ttl .main .square {
  margin-left: 0.2rem;
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  background: #fff;
  border: 0.1rem solid #B7D3FF;
  line-height: 3.2rem;
  font-size: 3.2rem;
  text-align: center;
}
.ranking.second .ranking--ttl .main .large {
  font-size: 3rem;
}
.ranking.second .ranking--ttl + p {
  margin: 0 1.6rem 1rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.8rem 1.6rem;
  color: #33353A;
  font-size: 1.2rem;
  text-align: justify;
  font-weight: 500;
}
.ranking--note-list {
  margin-top: 1.2rem;
  padding: 0 1.2rem;
}
.ranking--note-list li {
  font-size: 0.8rem;
  padding-left: 2em;
  text-indent: -2em;
}

.reason {
  background: url(../img/reason_bg.jpg);
  background-size: cover;
  background-position: top 0 center;
  background-repeat: no-repeat;
  padding: 2.8rem 1.6rem;
}
.reason--ttl img {
  width: 33.6rem;
  margin: 0 auto;
}
.reason--list {
  margin-top: 1.6rem;
}
.reason--list--item {
  height: 7.2rem;
  background: #F5F5F5;
  position: relative;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  padding-left: 3.2rem;
}
.reason--list--item > div {
  width: 4.4rem;
  height: 4.4rem;
  background: linear-gradient(to bottom right, #0259DE 50%, transparent 50.1%);
  font-size: 1.4rem;
  color: #fff;
  padding: 0.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
.reason--list--item p {
  position: relative;
  z-index: 1;
}
.reason--list--item img {
  display: block;
  position: absolute;
  width: auto;
  height: 7.2rem;
  right: 0;
  top: 0;
}
.reason--list--item + li {
  margin-top: 0.8rem;
}
.reason--list + p {
  margin-top: 0.4rem;
  text-align: right;
}
.reason--list + p + p {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  text-align: justify;
}

.pitfall {
  background: #7C8086;
  padding: 2.4rem 1.6rem 3.2rem;
}
.pitfall--ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pitfall--ttl .sub {
  padding: 0.6rem 2.4rem;
  background: #0259DE;
  border-radius: 99rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  position: relative;
}
.pitfall--ttl .sub::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
  border-bottom: 0.8rem solid #0259DE;
  border-top: 0;
  transform: rotate(315deg);
  position: absolute;
  top: calc(100% - 0.4rem);
  left: 3.6rem;
}
.pitfall--ttl .sub::after {
  content: "";
  width: 4.8rem;
  height: 5.7rem;
  background: url(../img/pitfall_ttl_img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1.2rem;
  right: -2.4rem;
}
.pitfall--ttl .main {
  margin-top: 0.8rem;
  font-size: 2.4rem;
  color: #fff;
}
.pitfall--ttl .main .small {
  font-size: 2.2rem;
}
.pitfall--ttl .main .strong {
  color: #FFF896;
}
.pitfall--list {
  margin-top: 1.2rem;
}
.pitfall--list--item {
  background: #fff;
  padding: 2.8rem 1.6rem 0;
  border-radius: 0.4rem;
  position: relative;
}
.pitfall--list--item::before {
  content: "";
  width: 33.4rem;
  height: 1.6rem;
  background: url(../img/pitfall_list_item_bg_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top 0 center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pitfall--list--item h3 {
  padding: 0.4rem 1.2rem 1.6rem;
  background: url(../img/pitfall_list_item_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 1.6rem;
  line-height: 1.2;
}
.pitfall--list--item h3 .small {
  font-size: 1.2rem;
}
.pitfall--list--item p {
  margin-top: 0.8rem;
  font-size: 1rem;
  text-align: justify;
}
.pitfall--list--item img {
  margin-top: 0.8rem;
}
.pitfall--list--item--summary {
  width: calc(100% + 3.2rem);
  padding: 1.2rem 1.6rem 1.2rem 8rem;
  position: relative;
  left: -1.6rem;
}
.pitfall--list--item--summary::before {
  content: "";
  width: 12.9rem;
  height: 14.1rem;
  background: url(../img/pitfall_list_item_summary_img.png);
  background-position: bottom 0 center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pitfall--list--item--summary .baloon {
  width: 23rem;
  margin: 0 auto;
}
.pitfall--list--item--summary .box {
  margin-top: -1rem;
  width: 100%;
  background: #C7DDFF;
  padding: 0.8rem 1.6rem 0.8rem 2.4rem;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.pitfall--list--item--summary .note {
  padding-left: 4.8rem;
  font-size: 0.8rem;
}
.pitfall--list--item + li {
  margin-top: 1.6rem;
}
.pitfall--list--item + li .box {
  margin-top: 0;
}
.pitfall--list--item:nth-child(2) .pitfall--list--item--summary {
  margin-top: 0.8rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.pitfall--list--item:nth-child(2) .pitfall--list--item--summary::before {
  content: "";
  width: 12.9rem;
  height: 14.1rem;
}
.pitfall--list--item:nth-child(2) .pitfall--list--item--summary .box {
  padding: 1.2rem 1.6rem 0.8rem 3.2rem;
}
.pitfall--list--item:nth-child(2) .pitfall--list--item--summary .box p {
  margin-top: 0;
  font-size: 1.1rem;
}

.outcome {
  background: #FFEFED;
  padding: 5.6rem 2rem 2rem;
  position: relative;
}
.outcome--ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0259DE;
  border-radius: 999rem;
  padding: 0.6rem 2rem 1rem;
  position: absolute;
  top: -2.8rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.outcome--ttl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
  border-top: 1.4rem solid #0259DE;
  border-bottom: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.outcome--ttl img {
  width: 5.4rem;
  margin-right: 0.8rem;
}
.outcome--ttl div {
  color: #fff;
  font-size: 1.6rem;
}
.outcome--ttl div .yellow {
  color: #FFD100;
}
.outcome--ttl div .small {
  font-size: 1.2rem;
}
.outcome img {
  border-radius: 0.4rem;
}
.outcome img:first-of-type {
  margin-bottom: 0.8rem;
}
.outcome img + img {
  margin-top: 0.4rem;
}
.outcome .note-list {
  margin-top: 1.2rem;
  font-size: 0.8rem;
  color: #6D6D6d;
}
.outcome .note-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.detail {
  padding: 2.8rem 1.6rem;
  background: url(../img/detail_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.detail--ttl {
  display: inline-block;
  text-align: left;
  padding: 0 2rem;
}
.detail--ttl .sub {
  padding: 0 0.2rem;
  display: inline-block;
  transform: skew(-12deg);
  background: #fff;
  font-size: 1.6rem;
}
.detail--ttl .main {
  margin-top: 0.6rem;
  padding: 0 0.4rem;
  display: inline-block;
  transform: skew(-12deg);
  background: #fff;
  font-size: 2.4rem;
  line-height: 1.2;
}
.detail--ttl .main .large {
  font-size: 3.2rem;
}
.detail--ranking {
  margin-top: 2.4rem;
}
.detail--ranking--item {
  background: #fff;
  border-radius: 0.8rem;
  padding: 0 1.6rem 3.2rem;
}
.detail--ranking--item--head {
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 2.4rem;
  padding-top: 0.6rem;
}
.detail--ranking--item--head img {
  margin-right: 0.8rem;
  width: 3.6rem;
  position: relative;
  top: -1.2rem;
}
.detail--ranking--item .thumbnail {
  padding: 0 1.6rem;
}
.detail--ranking--item .tab-area {
  margin-top: 2.4rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.detail--ranking--item .tab-area .tab {
  flex: 1;
  background: #0259DE;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  padding: 0.8rem 0;
  border-radius: 1.2rem 1.2rem 0 0;
}
.detail--ranking--item .tab-area .tab + .tab {
  margin-left: 0.6rem;
}
.detail--ranking--item .tab-area .tab.active {
  background: #ECF4FF;
  color: #0259DE;
  border-top: 0.1rem solid #ACCCFF;
  border-left: 0.1rem solid #ACCCFF;
  border-right: 0.1rem solid #ACCCFF;
}
.detail--ranking--item .panel {
  display: none;
  margin-top: -0.1rem;
  background: #ecf4ff;
  border: 0.1rem solid #ACCCFF;
  padding: 1.2rem 1.6rem 2rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.detail--ranking--item .panel.active {
  display: block;
}
.detail--ranking--item .panel.point .table {
  border-radius: 0.4rem;
  overflow: hidden;
}
.detail--ranking--item .panel.point .table dl {
  display: flex;
  line-height: 3.2rem;
}
.detail--ranking--item .panel.point .table dl dt {
  background: #313131;
  width: 11.2rem;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}
.detail--ranking--item .panel.point .table dl dd {
  background: #fff;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
}
.detail--ranking--item .panel.point .table dl dd .evaluation-symbol {
  margin-right: 0.4rem;
  width: 1.6rem;
}
.detail--ranking--item .panel.point .table dl dd img {
  width: 8.4rem;
  display: inline-block;
}
.detail--ranking--item .panel.point .table dl dd sup {
  font-size: 0.6em;
  color: #6D6D6d;
}
.detail--ranking--item .panel.point .table dl + dl {
  margin-top: 0.2rem;
}
.detail--ranking--item .panel.point .table dl.line_2 {
  line-height: 1.5;
}
.detail--ranking--item .panel.point .table dl.line_2 dt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail--ranking--item .panel.point .table dl.line_2 dd {
  padding: 0.4rem 0;
}
.detail--ranking--item .panel.point .list {
  margin-top: 0.8rem;
}
.detail--ranking--item .panel.point .list li {
  padding-left: 1.6rem;
  font-size: 1.2rem;
  position: relative;
}
.detail--ranking--item .panel.point .list li::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/deco_checkbox.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0.2rem;
  left: 0;
}
.detail--ranking--item .panel.point .list li .blue {
  font-weight: 500;
}
.detail--ranking--item .panel.point .list li sup {
  font-size: 0.6em;
  color: #6D6D6d;
}
.detail--ranking--item .panel.point .list li + li {
  margin-top: 0.2rem;
}
.detail--ranking--item .panel.review .list .head {
  padding-left: 4.8rem;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
}
.detail--ranking--item .panel.review .list .head::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background: url(../img/review_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.detail--ranking--item .panel.review .list .head .sub {
  font-size: 1.2rem;
  font-weight: 400;
  color: #6D6D6d;
}
.detail--ranking--item .panel.review .list .conts {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  text-align: justify;
}
.detail--ranking--item .panel.review .list li {
  background: #fff;
  padding: 1.2rem;
  border-radius: 0.2rem;
}
.detail--ranking--item .panel.review .list li + li {
  margin-top: 0.8rem;
}
.detail--ranking--item .coupon {
  margin-top: 1.6rem;
  text-align: center;
}
.detail--ranking--item .coupon p {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
}
.detail--ranking--item .coupon p .large {
  font-size: 1.6rem;
  font-weight: 700;
}
.detail--ranking--item .coupon p::before, .detail--ranking--item .coupon p::after {
  content: "";
  width: 0.2rem;
  height: 1.2rem;
  background: #0259de;
  border-radius: 999rem;
  position: absolute;
  right: calc(100% + 0.4rem);
  top: 50%;
  transform: rotate(-30deg) translateY(-50%);
}
.detail--ranking--item .coupon p::after {
  right: auto;
  left: calc(100% + 0.4rem);
  transform: rotate(30deg) translateY(-50%);
}
.detail--ranking--item .coupon--list {
  margin-top: 0.4rem;
  display: flex;
}
.detail--ranking--item .coupon--list li {
  flex: 1;
}
.detail--ranking--item .coupon--list li + li {
  margin-left: 1.2rem;
}
.detail--ranking--item .cta {
  margin-top: 2rem;
  text-align: center;
}
.detail--ranking--item .cta .baloon {
  display: inline-block;
  background: #fff;
  border: 0.2rem solid #FCA730;
  border-radius: 999rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #F7A93B;
  padding: 0.2rem 2rem;
  position: relative;
  z-index: 1;
}
.detail--ranking--item .cta .baloon::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.3rem solid transparent;
  border-left: 0.3rem solid transparent;
  border-top: 0.4rem solid #fff;
  border-bottom: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.detail--ranking--item .cta .btn {
  width: 100%;
  margin-top: -0.8rem;
  padding: 1.2rem 1.6rem;
  box-shadow: 0 0.6rem 0 #D7864A;
}
.detail--ranking--item .cta .btn p {
  font-size: 1.7rem;
}
.detail--ranking--item .note-list {
  margin-top: 1.6rem;
  font-size: 0.8rem;
  padding-left: 2em;
  text-indent: -2em;
  color: #6D6D6d;
}
.detail--ranking--item + li {
  margin-top: 2.4rem;
}

footer {
  background: #111;
  padding: 2.4em;
  text-align: center;
}
footer .footer-link {
  margin: 0 auto 1rem;
  display: flex;
  justify-content: center;
}
footer .footer-link li {
  font-size: 1rem;
  color: #fff;
}
footer .footer-link li + li {
  margin-left: 1em;
}
footer .footer-link a {
  text-decoration: underline;
}
footer small {
  color: #fff;
  font-size: 1.2rem;
}/*# sourceMappingURL=style.css.map */