@charset "UTF-8";
/* common */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role="list"], ol[role="list"] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  font-family: 'Noto Sans JP', sans-serif;
}

b, strong, .bold {
  font-family: 'Noto Sans JP', sans-serif;
}

html {
  font-size: 62.5%;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  html {
    min-width: 318px;
  }
}
@media screen and (min-width: 769px) {
  html {
    min-width: 960px;
  }
}

@media all and (max-width: 768px) {
  html.is-fixed,
  html.is-fixed body {
    height: 100%;
    overflow: hidden;
  }
}

a {
  text-decoration: none;
}

header {
  padding: 8px 4%;
  border-bottom: 3px solid #E36F93;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header span {
  display: inline-block;
  padding: 4px 8px;
  color: #fff;
  background-color: #5FBC3C;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
header a p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333333;
}
header a p strong {
  color: #E36F93;
}

.main {
  width: 92%;
  max-width: 560px;
  margin: auto;
  color: #333333;
}
.main section {
  margin-bottom: 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

#fv {
  position: relative;
  margin-bottom: 16px;
}
#fv img {
  width: 100%;
  object-fit: cover;
  max-width: 560px;
  margin: auto;
}
#fv .fv_block {
  min-width: 208px;
  position: absolute;
  text-align: center;
  left: 32vw;
  top: 20%;
}
@media screen and (max-width: 768px) {
  #fv .fv_block {
    left: 24%;
    top: 20%;
  }
}
@media screen and (max-width: 450px) {
  #fv .fv_block {
    left: 5%;
    top: 5%;
  }
}
#fv .fv_block .fv_catchcopy_text {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #E5FC5B 60%);
  width: max-content;
  margin: 0 auto;
}
#fv .fv_block .fv_catchcopy_text::before {
  content: "＼";
  background: unset;
}
#fv .fv_block .fv_catchcopy_text::after {
  content: "／";
  background: unset;
}
#fv .fv_block .fv_svg_block {
  display: flex;
  flex-flow: column;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 10px 0 0;
  letter-spacing: 1px;
}
#fv .fv_block .fv_svg_block svg {
  margin: 0 auto;
}
#fv .fv_block .fv_svg_block .background {
  stroke: #fff;
  stroke-width: 4.5;
  stroke-linejoin: round;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.64);
}
#fv .fv_block .fv_svg_block .foreground {
  fill: #E36F93;
}
#fv .fv_block .fv_main_text {
  color: #E36F93;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  margin: 10px 0;
  -webkit-text-stroke: 1px #FFF;
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.64);
  font-weight: bold;
}
#fv .fv_block .treatment_container {
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 6px 16px;
  font-size: 12px;
}
#fv .fv_block .circle_block {
  border: 2px solid #E36F93;
  border-radius: 50%;
  color: #E36F93;
  padding: 8px;
  font-weight: bold;
  transform: rotateZ(-16deg);
  margin-right: 16px;
}
#fv .fv_block .treatment_group {
  border-bottom: 1px solid #E36F93;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
#fv .fv_block .treatment_icon {
  width: 16px;
  height: 16px;
  margin: unset;
  margin-right: 10px;
}

.fv_block_bg {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

@media screen and (max-width: 450px) {
  #fv_block_compareTable {
    top: 18% !important;
  }
}

#search h2 {
  display: flex;
  align-items: center;
  border-bottom: 2px dashed #E36F93;
  padding: 8px 0px;
  font-size: 18px;
  font-size: 1.8rem;
}
#search h2 img {
  margin-right: 8px;
}
#search div {
  padding: 8px 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#search div p {
  width: 48%;
  text-align: center;
  margin: 0 auto 8px auto;
  padding: 8px;
  border: 2px solid #E36F93;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #E36F93;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
}
#search div p img {
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#siteTitle {
  background: #E36F93;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 16px;
  text-align: center;
  width: 100%;
  padding: 6px;
}
#siteTitle h1 {
  color: #fff;
  padding: 6px;
  font-size: 20px;
  font-size: 2rem;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 2px dashed #fff;
}

.list_table_wrap .table_container {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.list_table_wrap .table_container::-webkit-scrollbar {
  height: 4px;
}
.list_table_wrap .table_container::-webkit-scrollbar-track {
  background: #eee;
}
.list_table_wrap .table_container::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.list_table_wrap .table_container::-webkit-scrollbar-track:hover {
  background: #999;
}
.list_table_wrap .table_container .recommend_text_container {
  background: transparent;
  border: none;
}
.list_table_wrap .table_container .recommend_text_container th {
  background: transparent;
}
.list_table_wrap .table_container .recommend_text_container th::before {
  border: none;
}
.list_table_wrap .table_container .recommend_text_container td {
  border: none;
  display: table;
}
.list_table_wrap .table_container .recommend_text {
  color: #E36F93;
  font-weight: bold;
  font-size: 19px;
}
.list_table_wrap .table_container table {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 440px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .list_table_wrap .table_container table {
    min-width: 560px;
  }
}
.list_table_wrap .table_container table tr {
  text-align: center;
  vertical-align: middle;
}
.list_table_wrap .table_container table tr th {
  position: sticky;
  left: 0;
  padding: 16px 8px;
  min-width: 80px;
  background: #DBDBDB;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  width: calc(100%/6);
}
.list_table_wrap .table_container table tr th:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #E7E7E7;
}
.list_table_wrap .table_container table tr td {
  border: 1px solid #E7E7E7;
  padding: 16px 8px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  width: calc(100%/6);
  min-width: 115px;
}
.list_table_wrap .table_container table tr td a p {
  background-color: #5FBC3C;
  border-bottom: 5px solid #2D8A0A;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px;
}
.list_table_wrap .table_container table tr .rank1__table_cell {
  border: 5px solid #E36F93;
  border-top: none;
  border-bottom: none;
  z-index: -1;
}
.list_table_wrap .table_container table tr .rank1__table_cell.first_block {
  border-top: 5px solid #E36F93;
  position: relative;
}
.list_table_wrap .table_container table tr .rank1__table_cell.first_block::before {
  position: absolute;
  top: -10px;
  font-size: 12px;
  left: 50%;
  color: #E36F93;
  font-weight: bold;
}
.list_table_wrap .table_container table tr .rank1__table_cell.last_block {
  border-bottom: 5px solid #E36F93;
}
.list_table_wrap .number_block img {
  width: 100%;
  height: auto;
}
.list_table_wrap .feature_block td span, .list_table_wrap .area_block td span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #E5FC5B 60%);
}
.list_table_wrap .support_block span, .list_table_wrap .quality_block span, .list_table_wrap .recommend_block span {
  font-weight: bold;
  color: #EFA76A;
}
.list_table_wrap .support_block span img, .list_table_wrap .quality_block span img, .list_table_wrap .recommend_block span img {
  margin-bottom: 8px;
}
.list_table_wrap .scroll_block {
  display: flex;
  align-items: center;
}
.list_table_wrap .scroll_block p {
  color: #E36F93;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.list_table_wrap .scroll_block img {
  margin-right: 8px;
}

.point_block {
  background-color: #FEF48F;
  padding: 12px 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.point_block div {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  justify-content: center;
}
.point_block div img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
.point_block div p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.point_block p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.0em;
}
.point_block p strong {
  font-size: 20px;
  font-size: 2rem;
  color: #E30000;
  font-weight: bold;
}

.recommend_highlight {
  padding-bottom: 2px;
  border-bottom: 1px dashed #333333;
}

#pickupTitle {
  background: #E36F93;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 16px;
  text-align: center;
  width: 100%;
  padding: 6px;
}
#pickupTitle h2 {
  color: #fff;
  padding: 6px;
  font-size: 20px;
  font-size: 2rem;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 2px dashed #fff;
}

#pickupTable h2 {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: 4px;
}
#pickupTable table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#pickupTable table tr td {
  border: 1px solid #E7E7E7;
  padding: 8px 6px;
}
#pickupTable .pickupRank {
  min-width: 64px;
}
#pickupTable .pickupRank img {
  width: 100%;
  height: auto;
}
#pickupTable .pickupBanner {
  width: auto;
}
#pickupTable .pickupBanner img {
  width: 100%;
  height: auto;
  padding: 2px 0px;
}
#pickupTable .pickupToSite {
  min-width: 92px;
  text-align: center;
}
#pickupTable .pickupToSite > span {
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #E5FC5B 60%);
  margin-bottom: 4px;
}
#pickupTable .pickupToSite a p {
  background-color: #5FBC3C;
  border-bottom: 5px solid #2D8A0A;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 8px;
}

#jumpBtn {
  text-align: center;
  margin-bottom: 16px;
}
#jumpBtn a {
  width: 100%;
  display: block;
  background-color: #E36F93;
  border-bottom: 5px solid #bb2655;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  padding: 12px 16px;
  text-align: center;
  position: relative;
}
#jumpBtn a p {
  font-weight: 900;
}
#jumpBtn a img {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@keyframes btn_attention_kirari {
  0% {
    left: -20%;
  }
  10% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.btn_attention_kirari {
  transform-origin: center;
  position: relative;
}
.btn_attention_kirari::after {
  animation: btn_attention_kirari 3s ease-in-out infinite;
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 24px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
}

@keyframes btn_attention_bound {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
.btn_attention_bound {
  animation: btn_attention_bound 0.5s ease 0s infinite alternate;
  transform-origin: center;
  display: block;
}

.story div {
  padding-bottom: 24px;
}
.story div:last-child {
  padding-bottom: 0px;
}
.story div h2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 8px;
  background-color: #FFEAF0;
  padding: 8px;
}
.story div p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.4em;
}
.story div p strong {
  color: #E30000;
}
.story div p strong strong {
  border-bottom: 2px solid #E30000;
}
.story div p span {
  font-weight: bold;
  border-bottom: 2px solid #E36F93;
}
.story__balloon {
  position: relative;
  display: inline-block;
  margin-top: 1.6em;
  padding: 8px 10px !important;
  min-width: 120px;
  max-width: 100%;
  background: #EAF6FF;
  border: solid 2px #E7E7E7;
  box-sizing: border-box;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.story__balloon:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 24%;
  margin-left: -14px;
  border: 12px solid transparent;
  border-bottom: 12px solid #EAF6FF;
  z-index: 2;
}
.story__balloon::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 24%;
  margin-left: -16px;
  border: 14px solid transparent;
  border-bottom: 14px solid #E7E7E7;
  z-index: 1;
}
.story__balloon p {
  font-weight: bold;
}

.about {
  margin: 16px 0px;
}
.about h1 {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #E36F93;
  color: #fff;
  padding: 8px;
  margin-bottom: 8px;
}
.about div {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px 0px;
}
.about div h2 {
  font-size: 14px;
  font-size: 1.4rem;
}

.privacy {
  margin: 16px 0px;
}
.privacy h1 {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #E36F93;
  color: #fff;
  padding: 8px;
  margin-bottom: 8px;
}
.privacy div {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px 0px;
}
.privacy div h2 {
  font-size: 16px;
  font-size: 1.6rem;
}
.privacy div h3 {
  font-size: 14px;
  font-size: 1.4rem;
}

.rank {
  border: 3px solid #E36F93;
  background: #FEFEF5;
  position: relative;
  margin-top: 80px;
  padding-bottom: 24px;
}
.rank > div {
  padding: 8px 4%;
}
.rank__label {
  position: absolute;
  top: -56px;
  left: 0px;
  background: #5FBC3C;
  display: flex;
  align-items: center;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}
.rank__label:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 40px;
  margin-left: -16px;
  border: 16px solid transparent;
  border-top: 16px solid #5FBC3C;
}
.rank__label p {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.rank__label img {
  margin-right: 8px;
}
.rank__siteName {
  background: #E36F93;
  padding: 0px;
}
.rank__siteName div {
  padding: 8px 0px;
  display: flex;
  align-items: center;
}
.rank__siteName div img {
  width: 40;
  height: 40;
}
.rank__siteName div h1 {
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 900;
}
.rank__totalRating {
  display: flex;
  align-items: center;
}
.rank__totalRating > P {
  margin-right: 16px;
}
.rank__totalRating p {
  color: #EFA76A;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
}
.rank__totalRating div {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.rank__totalRating div img {
  margin-right: 8px;
}
.rank__img img {
  width: 100%;
  object-fit: cover;
}
.rank__point div {
  display: flex;
  align-items: center;
  padding: 8px 0px;
}
.rank__point div img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.rank__point div p {
  font-size: 14px;
  font-size: 1.4rem;
}
.rank__point div p strong {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #E5FC5B 60%);
}
.rank__featureTable table {
  width: 100%;
  border-collapse: collapse;
}
.rank__featureTable table tr th {
  width: 32%;
  border: 1px solid #E7E7E7;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px;
  background: #DBDBDB;
}
.rank__featureTable table tr td {
  border: 1px solid #E7E7E7;
  background: #fff;
  padding: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
.rank__featureTable table tr td img {
  width: 80px;
  height: auto;
  margin: 4px auto;
}
.rank__featureTable table tr td p {
  font-weight: bold;
  color: #EFA76A;
}
.rank__cvBtn {
  text-align: center;
  margin-bottom: 16px;
}
.rank__cvBtn a {
  width: 100%;
  display: block;
  background-color: #5FBC3C;
  border-bottom: 5px solid #2D8A0A;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  padding: 16px;
  text-align: center;
  position: relative;
}
.rank__cvBtn a p {
  font-weight: 900;
}
.rank__cvBtn a img {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.rank__cvBtn a:hover {
  margin-top: 3px;
  background: #5FBC3C;
  border-bottom: 2px solid #2D8A0A;
}
.rank__cvBtn--shadow {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.rank__cvBtn--microcopy {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #E5FC5B 60%);
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  margin: 8px auto;
  display: inline-block;
}
.rank__cvBtn--microcopy:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 24px;
  background-color: #333333;
  position: absolute;
  bottom: 0px;
  left: -16px;
  transform: rotate(-24deg);
}
.rank__cvBtn--microcopy:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 24px;
  background-color: #333333;
  position: absolute;
  bottom: 0px;
  right: -16px;
  transform: rotate(24deg);
}
.rank__comment div {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.rank__comment div div {
  display: flex;
  align-items: center;
  background: #EFA76A;
  color: #fff;
  padding: 8px 16px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.rank__comment div div h2 {
  font-size: 20px;
  font-size: 2rem;
}
.rank__comment div div img {
  height: 48px;
  width: 50px;
  margin-right: 8px;
}
.rank__comment div p {
  background-color: #fff;
  padding: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #EFA76A;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.rank__comment div p strong {
  color: #E30000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.rank__review h2 {
  background-color: #E36F93;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 20px;
  font-size: 2rem;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  position: relative;
}
.rank__review h2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 40px;
  margin-left: -16px;
  border: 16px solid transparent;
  border-top: 16px solid #E36F93;
}
.rank__review h2 img {
  margin-right: 8px;
}
.rank__review__block {
  border: 1px solid #E7E7E7;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin: 16px 0;
  background: #fff;
  padding: 16px;
}
.rank__review__block:last-of-type {
  margin-bottom: 0px;
}
.rank__review__block div {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #E7E7E7;
  padding-bottom: 8px;
}
.rank__review__block div img {
  margin-right: 8px;
}
.rank__review__block div p {
  font-size: 14px;
  font-size: 1.4rem;
}
.rank__review__block div p strong {
  color: #E36F93;
}
.rank__review__block span {
  font-size: 16px;
  font-size: 1.6rem;
  color: #EFA76A;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 8px 0px;
}
.rank__review__block span img {
  margin-right: 8px;
  width: 80px;
  height: auto;
}
.rank__review__block p {
  font-size: 12px;
  font-size: 1.2rem;
}
.rank__review__block p strong {
  color: #E36F93;
}

footer {
  width: 100%;
}
footer div {
  background: #FEFEF5;
  padding: 16px;
}
footer div a {
  padding: 8px 0px;
  display: block;
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
}
footer p {
  width: 100%;
  text-align: center;
  background: #E36F93;
  color: #fff;
  padding: 24px;
  font-size: 14px;
  font-size: 1.4rem;
}

/*# sourceMappingURL=style.css.map */
