/*** The new CSS Reset - version 1.3.1 (last updated 28.10.2021) ***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove list styles (bullets/numbers) */
ol, ul {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

:root {
  --base-color: #2B2B2B;
  --dark-color: #666666;
  --gray-color: #8C8C8C;
  --icon-color: #B3B3B3;
  --border-color: #D9D9D9;
  --bg-color: #F2F2F2;
  --main-color: #42A1BD;
  --accent-color: #248EAD;
  --red-color: #EC4D3D;
  --blue-color: #345CA2;
  --link-color: #4A90E2;
  --btn-color: #F07C00;
}

.hidden {
  display: none !important;
}

@media (min-width: 561px) {
  .hidden-pc {
    display: none !important;
  }
}

@media (max-width: 560px) {
  .hidden-sp {
    display: none !important;
  }
}

.mw-50px {
  max-width: 50px !important;
}

.mw-100px {
  max-width: 100px !important;
}

.mw-200px {
  max-width: 200px !important;
}

.mw-300px {
  max-width: 300px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-2px {
  margin-top: 2px !important;
}

.mt-4px {
  margin-top: 4px !important;
}

.mt-8px {
  margin-top: 8px !important;
}

.mt-12px {
  margin-top: 12px !important;
}

.mt-16px {
  margin-top: 16px !important;
}

.mt-24px {
  margin-top: 24px !important;
}

.mt-32px {
  margin-top: 32px !important;
}

.mt-48px {
  margin-top: 48px !important;
}

.mt-64px {
  margin-top: 64px !important;
}

.mt--2px {
  margin-top: -2px !important;
}

.mt--4px {
  margin-top: -4px !important;
}

.mt--8px {
  margin-top: -8px !important;
}

.mt--12px {
  margin-top: -12px !important;
}

.mt--16px {
  margin-top: -16px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2px {
  margin-bottom: 2px !important;
}

.mb-4px {
  margin-bottom: 4px !important;
}

.mb-8px {
  margin-bottom: 8px !important;
}

.mb-12px {
  margin-bottom: 12px !important;
}

.mb-16px {
  margin-bottom: 16px !important;
}

.mb-24px {
  margin-bottom: 24px !important;
}

.mb-32px {
  margin-bottom: 32px !important;
}

.mb-48px {
  margin-bottom: 48px !important;
}

.mb-64px {
  margin-bottom: 64px !important;
}

.mb--2px {
  margin-bottom: -2px !important;
}

.mb--4px {
  margin-bottom: -4px !important;
}

.mb--8px {
  margin-bottom: -8px !important;
}

.mb--12px {
  margin-bottom: -12px !important;
}

.mb--16px {
  margin-bottom: -16px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-2px {
  margin-left: 2px !important;
}

.ml-4px {
  margin-left: 4px !important;
}

.ml-8px {
  margin-left: 8px !important;
}

.ml-12px {
  margin-left: 12px !important;
}

.ml-16px {
  margin-left: 16px !important;
}

.ml-24px {
  margin-left: 24px !important;
}

.ml-32px {
  margin-left: 32px !important;
}

.ml-48px {
  margin-left: 48px !important;
}

.ml-64px {
  margin-left: 64px !important;
}

.ml--2px {
  margin-left: -2px !important;
}

.ml--4px {
  margin-left: -4px !important;
}

.ml--8px {
  margin-left: -8px !important;
}

.ml--12px {
  margin-left: -12px !important;
}

.ml--16px {
  margin-left: -16px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-2px {
  margin-right: 2px !important;
}

.mr-4px {
  margin-right: 4px !important;
}

.mr-8px {
  margin-right: 8px !important;
}

.mr-12px {
  margin-right: 12px !important;
}

.mr-16px {
  margin-right: 16px !important;
}

.mr-24px {
  margin-right: 24px !important;
}

.mr-32px {
  margin-right: 32px !important;
}

.mr-48px {
  margin-right: 48px !important;
}

.mr-64px {
  margin-right: 64px !important;
}

.mr--2px {
  margin-right: -2px !important;
}

.mr--4px {
  margin-right: -4px !important;
}

.mr--8px {
  margin-right: -8px !important;
}

.mr--12px {
  margin-right: -12px !important;
}

.mr--16px {
  margin-right: -16px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-2px {
  padding-top: 2px !important;
}

.pt-4px {
  padding-top: 4px !important;
}

.pt-8px {
  padding-top: 8px !important;
}

.pt-12px {
  padding-top: 12px !important;
}

.pt-16px {
  padding-top: 16px !important;
}

.pt-24px {
  padding-top: 24px !important;
}

.pt-32px {
  padding-top: 32px !important;
}

.pt-48px {
  padding-top: 48px !important;
}

.pt-64px {
  padding-top: 64px !important;
}

.pt--2px {
  padding-top: -2px !important;
}

.pt--4px {
  padding-top: -4px !important;
}

.pt--8px {
  padding-top: -8px !important;
}

.pt--12px {
  padding-top: -12px !important;
}

.pt--16px {
  padding-top: -16px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-2px {
  padding-bottom: 2px !important;
}

.pb-4px {
  padding-bottom: 4px !important;
}

.pb-8px {
  padding-bottom: 8px !important;
}

.pb-12px {
  padding-bottom: 12px !important;
}

.pb-16px {
  padding-bottom: 16px !important;
}

.pb-24px {
  padding-bottom: 24px !important;
}

.pb-32px {
  padding-bottom: 32px !important;
}

.pb-48px {
  padding-bottom: 48px !important;
}

.pb-64px {
  padding-bottom: 64px !important;
}

.pb--2px {
  padding-bottom: -2px !important;
}

.pb--4px {
  padding-bottom: -4px !important;
}

.pb--8px {
  padding-bottom: -8px !important;
}

.pb--12px {
  padding-bottom: -12px !important;
}

.pb--16px {
  padding-bottom: -16px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-2px {
  padding-left: 2px !important;
}

.pl-4px {
  padding-left: 4px !important;
}

.pl-8px {
  padding-left: 8px !important;
}

.pl-12px {
  padding-left: 12px !important;
}

.pl-16px {
  padding-left: 16px !important;
}

.pl-24px {
  padding-left: 24px !important;
}

.pl-32px {
  padding-left: 32px !important;
}

.pl-48px {
  padding-left: 48px !important;
}

.pl-64px {
  padding-left: 64px !important;
}

.pl--2px {
  padding-left: -2px !important;
}

.pl--4px {
  padding-left: -4px !important;
}

.pl--8px {
  padding-left: -8px !important;
}

.pl--12px {
  padding-left: -12px !important;
}

.pl--16px {
  padding-left: -16px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-2px {
  padding-right: 2px !important;
}

.pr-4px {
  padding-right: 4px !important;
}

.pr-8px {
  padding-right: 8px !important;
}

.pr-12px {
  padding-right: 12px !important;
}

.pr-16px {
  padding-right: 16px !important;
}

.pr-24px {
  padding-right: 24px !important;
}

.pr-32px {
  padding-right: 32px !important;
}

.pr-48px {
  padding-right: 48px !important;
}

.pr-64px {
  padding-right: 64px !important;
}

.pr--2px {
  padding-right: -2px !important;
}

.pr--4px {
  padding-right: -4px !important;
}

.pr--8px {
  padding-right: -8px !important;
}

.pr--12px {
  padding-right: -12px !important;
}

.pr--16px {
  padding-right: -16px !important;
}

b,
strong,
.bold,
.strong {
  font-weight: bold !important;
}

.font-normal {
  font-weight: normal !important;
}

small,
.small {
  font-size: max(87%, 11px) !important;
}

.x-small {
  font-size: max(76%, 11px) !important;
}

.large {
  font-size: 115% !important;
}

.x-large {
  font-size: 132% !important;
}

.xx-large {
  font-size: 152% !important;
}

.xxx-large {
  font-size: 175% !important;
}

.gray,
.color-gray {
  color: #8C8C8C !important;
}

.white,
.color-white {
  color: white !important;
}

.red,
.color-red {
  color: #EC4D3D !important;
}

.blue,
.color-blue {
  color: #345CA2 !important;
}

.marker {
  background: linear-gradient(transparent 50%, #FBF06E 50%) !important;
}

.bg-gray {
  background-color: #F2F2F2 !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.letter-spacing-1px {
  letter-spacing: 1px !important;
}

.letter-spacing-2px {
  letter-spacing: 2px !important;
}

.letter-spacing-4px {
  letter-spacing: 4px !important;
}

.line-through {
  text-decoration: line-through !important;
}

.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp, 1);
  overflow: hidden;
}

.btn-kirakira,
.btn-kirakira-speedy {
  position: relative;
  overflow: hidden;
}
.btn-kirakira::before,
.btn-kirakira-speedy::before {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  content: "";
}

.btn-kirakira::before {
  animation: kirakira 3s linear infinite;
}

.btn-kirakira-speedy::before {
  animation: kirakira-speedy 3s linear infinite;
}

.btn-dokidoki {
  animation: dokidoki 1.5s linear 0.75s infinite;
}

@keyframes kirakira {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes kirakira-speedy {
  0% {
    left: -100%;
  }
  10% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes dokidoki {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
body {
  color: #2B2B2B;
  font-size: 14px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
  line-height: 1.4;
}

img {
  vertical-align: bottom;
}

a {
  cursor: pointer;
}

#container {
  position: relative;
  max-width: 560px;
  min-height: 100vh;
  margin: 0 auto;
  background-color: white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 32px 16px;
  background-color: #2B2B2B;
  color: white;
}
#footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  margin-bottom: 16px;
  font-size: 13px;
}
#footer .footer-copyright {
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
}

.lp-fv {
  position: relative;
}
.lp-fv .fv-area {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 12px 8px;
  background-color: #7ABFD3;
  color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
}
@media (min-width: 561px) {
  .lp-fv .fv-area {
    padding: 10px 16px 12px;
    font-size: 24px;
  }
}

.lp-search {
  padding: 16px;
}

.lp-hikaku {
  padding: 16px 0 32px;
  background-color: #B8E9F6;
}
.lp-hikaku .hikaku-table {
  margin-top: 4px;
  padding: 0 8px;
}
.lp-hikaku .hikaku-table table {
  width: 100%;
}
.lp-hikaku .hikaku-table table th,
.lp-hikaku .hikaku-table table td {
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
}
.lp-hikaku .hikaku-table table th {
  width: 19%;
  padding: 8px 4px;
  border: 1px solid white;
  background-color: #42A1BD;
  color: white;
  font-weight: bold;
}
.lp-hikaku .hikaku-table table td {
  width: 27%;
  border: 1px solid #D9D9D9;
  background-color: white;
}
.lp-hikaku .hikaku-table table .t-rank {
  padding: 12px 0;
}
.lp-hikaku .hikaku-table table .t-rank.rank1 {
  background-color: #F2B50D;
}
.lp-hikaku .hikaku-table table .t-rank.rank2 {
  background-color: #738C8C;
}
.lp-hikaku .hikaku-table table .t-rank.rank3 {
  background-color: #9A5C42;
}
.lp-hikaku .hikaku-table table .t-rank img {
  width: 40px;
}
.lp-hikaku .hikaku-table table .t-brand {
  padding: 8px 4px;
}
.lp-hikaku .hikaku-table table .t-brand .t-brand-logo {
  max-width: 96px;
  margin: 0 auto;
  padding: 0 4px;
}
.lp-hikaku .hikaku-table table .t-brand .t-brand-name {
  margin-top: 4px;
  color: #4A90E2;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
}
.lp-hikaku .hikaku-table table .t-score {
  padding: 12px 4px;
}
.lp-hikaku .hikaku-table table .t-score img {
  width: 32px;
  height: 32px;
}
.lp-hikaku .hikaku-table table .t-desc {
  padding: 12px 4px;
}
.lp-hikaku .hikaku-table table .t-btn {
  padding: 12px 4px;
}
.lp-hikaku .hikaku-table table .t-btn a {
  display: block;
  padding: 16px 0;
  border-radius: 8px;
  background-color: #F07C00;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 12px;
  font-weight: bold;
}
.lp-hikaku .hikaku-table table .t-label {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 4px 8px 6px;
  border-radius: 99px;
  background-color: #248EAD;
  color: white;
  font-size: 10px;
  line-height: 1;
}

.lp-choice {
  padding: 16px 0 48px;
}
.lp-choice .choice-list > li:not(:first-child) {
  margin-top: 48px;
}
.lp-choice .choice-list > li .choice-img {
  margin-top: 24px;
  padding: 0 16px;
}
.lp-choice .choice-list > li .choice-desc {
  margin-top: 16px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 1.8;
}

.lp-flow {
  padding: 16px 0 48px;
  background-color: #82D0E6;
}
.lp-flow .flow-list {
  margin: 0 16px;
  padding: 24px 16px;
  background-color: white;
}
.lp-flow .flow-list .flow-item {
  display: flex;
  align-items: start;
}
.lp-flow .flow-list .flow-item .flow-img {
  width: 25%;
}
.lp-flow .flow-list .flow-item .flow-right {
  margin-left: 16px;
}
.lp-flow .flow-list .flow-item .flow-right .flow-heading {
  display: flex;
  align-items: center;
}
.lp-flow .flow-list .flow-item .flow-right .flow-heading .heading-step {
  width: 36px;
}
.lp-flow .flow-list .flow-item .flow-right .flow-heading .heading-text {
  margin-left: 16px;
  color: #163A77;
  font-size: 24px;
  font-weight: bold;
}
.lp-flow .flow-list .flow-item .flow-right .flow-text {
  margin-top: 12px;
  font-size: 16px;
}
.lp-flow .flow-list .flow-arrow {
  width: 80px;
  margin: 0 auto;
}
.lp-flow .flow-list .flow-arrow + .flow-item {
  margin-top: 16px;
}
.lp-flow .flow-desc {
  margin-top: 24px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 1.8;
}

.lp-ranking {
  margin-top: 32px;
}
.lp-ranking .ranking-title {
  position: relative;
}
.lp-ranking .ranking-title .title-area {
  position: absolute;
  top: 10%;
  right: 10%;
  padding: 6px 16px 8px;
  border: 1px solid white;
  border-radius: 99px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
}
@media (min-width: 561px) {
  .lp-ranking .ranking-title .title-area {
    padding: 10px 20px 12px;
    font-size: 20px;
  }
}
.lp-ranking .ranking-brands {
  margin-top: 8px;
  padding-bottom: 64px;
}
.lp-ranking .ranking-brands > .brand:not(:first-child) {
  margin-top: 48px;
}

.brand .brand-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  background-color: #248EAD;
}
.brand .brand-header .header-rank {
  width: 56px;
}
.brand .brand-header .header-name {
  margin-left: 16px;
  color: white;
  font-size: 22px;
  font-weight: bold;
  text-decoration: underline;
}
.brand .brand-copy {
  margin-top: 16px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.brand .brand-banner {
  max-width: 300px;
  margin: 16px auto 0;
}
.brand .brand-tables {
  margin-top: 16px;
  padding: 0 16px;
}
.brand .brand-tables .tabs {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.brand .brand-tables .tabs > .tab {
  position: relative;
  width: calc((100% - 4px) / 2);
  padding: 16px 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #B3B3B3;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.brand .brand-tables .tabs > .tab.current {
  background-color: #F07C00;
}
.brand .brand-tables .tables > .table table {
  width: 100%;
}
.brand .brand-tables .tables > .table table th,
.brand .brand-tables .tables > .table table td {
  text-align: center;
  vertical-align: middle;
}
.brand .brand-tables .tables > .table table th {
  width: 40%;
  padding: 12px 4px;
  border: 1px solid white;
  background-color: #42A1BD;
  color: white;
  font-weight: bold;
}
.brand .brand-tables .tables > .table table td {
  width: 60%;
  padding: 12px 8px;
  border: 1px solid #D9D9D9;
  background-color: white;
}
.brand .brand-tables .tables > .table table.th-wide th {
  width: 40%;
}
.brand .brand-tables .tables > .table table.th-wide td {
  width: 60%;
}
.brand .brand-tables .tables > .table table .t-label {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 4px 8px 6px;
  border-radius: 99px;
  background-color: #248EAD;
  color: white;
  font-size: 11px;
  line-height: 1;
}
.brand .brand-point {
  margin-top: 2px;
  padding: 0 16px;
}
.brand .brand-point .point-heading {
  position: relative;
  top: 14px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 8px;
  background-color: white;
  color: #EC4D3D;
  font-size: 20px;
  font-weight: bold;
}
.brand .brand-point .point-list {
  padding: 32px 16px 24px 32px;
  border: 2px solid #EC4D3D;
  border-radius: 8px;
}
.brand .brand-point .point-list > li {
  list-style-type: disc;
  font-size: 16px;
}
.brand .brand-point .point-list > li:not(:first-child) {
  margin-top: 12px;
}
.brand .brand-map {
  margin-top: 32px;
  padding: 0 16px;
}
.brand .brand-map .map-header {
  padding: 12px 0;
  background-color: #42A1BD;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.brand .brand-campaign {
  margin-top: 32px;
  padding: 0 32px;
}
.brand .brand-cta {
  margin-top: 16px;
  padding: 0 16px;
}
.brand .brand-cta .cta-copy {
  margin-bottom: 4px;
  color: #F07C00;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.brand .brand-cta .cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 16px 0;
  border-radius: 99px;
  background-color: #F07C00;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 16px;
  font-weight: bold;
}
.brand .brand-cta .cta-btn .btn-text {
  text-align: center;
}
.brand .brand-cta .cta-btn .btn-icon {
  position: absolute;
  right: 16px;
}/*# sourceMappingURL=application.css.map */