@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}


/*
Base style
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
button,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-style: normal;
    box-sizing: border-box
}

html,
body {
    min-height: 100vh
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 740px) {
    html {
        font-size: 1.35135135vw;
    }
}

body {
    font-weight: 400;
    font-feature-settings: "palt";
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #000;
    background-color: #fff;
    font-size: 1.6rem
}

h3,
h4,
h5,
h6 {
    font-weight: 400
}

h1 {
    font-weight: 700;
}

h2 {
    font-weight: 700;
    font-size: 3.2rem;
}


ul {
    font-size: 2.4rem;
    list-style: disc;
    padding-left: 1em;
    font-weight: 700;
}

b,
em,
strong {
    font-weight: bold
}

strong {
    color: #ef3870
}

hr {
    border: none
}

a,
button {
    cursor: pointer;
    border: none;
    transition: .3s all ease
}

a {
    color: #467886;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

button {
    color: #5d5d5d;
    background: none
}

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

input,
textarea {
    display: block;
    border: none
}

input::placeholder,
textarea::placeholder {
    color: #a2a2a2
}

select {
    -webkit-appearance: none
}

table {
    width: 100%;
    border: 1px solid #000;
    border-collapse: collapse;
    font-weight: 700;
}

th,
tr,
td {
    border: 0.1rem solid #000;
    padding: 1.2em;
    text-align: center;
    vertical-align: middle;
}

th {
    background-color: #EEEEEE;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    transition: .3s all ease;
    display: block
}

p {
    font-size: 2.4rem;
}

span {
    font-weight: 700;
}

@keyframes animate {
    0% {
        transform: scale(0.92)
    }

    40% {
        transform: scale(0.97)
    }

    60% {
        transform: scale(0.86)
    }

    80% {
        transform: scale(1)
    }

    100% {
        transform: scale(0.92)
    }
}

@keyframes btnAnime {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.06, 0.94, 1)
    }

    40% {
        transform: scale3d(0.94, 1.06, 1)
    }

    50% {
        transform: scale3d(1.04, 0.96, 1)
    }

    65% {
        transform: scale3d(0.96, 1.04, 1)
    }

    75% {
        transform: scale3d(1.02, 0.98, 1)
    }

    to {
        transform: scaleX(1)
    }
}


/*
Custom Style
*/
.l-wrapper {
    max-width: 74rem;
    min-height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    box-shadow: 0 -1rem 2rem rgba(139, 142, 144, .2);
    background: #fff
}

.fit_image {
    width: 100%;
    height: auto;
}

.margin-top {
    margin-top: 6rem;
}

.margin-top-sub {
    margin-top: 2rem;
}


/* 検索ボックス */
.searchbox {
    box-sizing: border-box;
    background-color: #165E9F;
    padding: 0 0.5rem 0.5rem;
    margin: 6rem 1.5rem 0;
    font-size: 2.8rem;
    font-weight: 400;
}

.searchbox__title {
    text-align: left;
    color: #fff;
    box-sizing: border-box;
    padding: 1rem 1rem 1rem 3rem;
    font-weight: 700;
}

.searchbox__box {
    background: #fff;
    box-sizing: border-box;
    padding: 1rem 2rem;
    width: 100%;
}

.searchbox__item {
    display: block;
    box-sizing: border-box;
    padding: 1rem 0;
}

.searchbox__item--2col {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.searchbox__item--2col label {
    width: 60rem;
    text-align: left;
    font-weight: 700;
    padding-left: 3rem;
}

.searchbox__item select {
    display: block;
    width: 40rem;
    padding: 1rem;
    box-sizing: border-box;
    border: 0.1rem solid #B2AEAE;
    text-align: center;
    appearance: auto;
    margin-right: 3rem;
}

.searchbox__subtitle {
    text-align: center;
    font-weight: 700;
    color: #165E9F;
    padding: 0.5rem 0;
    border: 0.3rem solid #165E9F;
    margin: 0 2.5rem;
}

.searchbox__options {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 3rem;
}

.searchbox__options label {
    display: inline-block;
    position: relative;
    font-size: 1.8rem;
    box-sizing: border-box;
    padding: 0.3rem 3rem;
    width: 50%;
}

.searchbox__options label input {
    display: none;
}

.searchbox__options span {
    font-weight: 400;
}

.searchbox__options label input+span:before {
    content: "";
    display: block;
    width: 2.3rem;
    height: 2.3rem;
    position: absolute;
    top: calc(50% - 1.2rem);
    left: 0;
    border-radius: 0.4rem;
    border: 1px solid #B2AEAE;
    z-index: 1;
}

.searchbox__options label input:checked+span:after {
    content: "";
    display: block;
    background: url(../img/icn_check.png) no-repeat 50% 50%;
    background-size: 80% auto;
    width: 2.3rem;
    height: 2.3rem;
    position: absolute;
    top: calc(50% - 1.2rem);
    left: 0;
    z-index: 3;
}

#searchBtn {
    color: #fff;
    background-color: #165E9F;
    width: 61rem;
    margin: 0 2.5rem 1rem;
    padding: 2rem 0;
    font-weight: 700;
}

/* 検索ボックス */


.explanation {
    padding: 0 1rem;
}

.explanation__header {
    width: 72rem;
    background-color: #165E9F;
    color: #FFFFFF;
    text-align: left;
    padding: 0.5em 0 0.5em 0.5em;
    font-size: 3.2rem;
}

.explanation__content {
    padding: 0 0.5em;
}

.emphasis {
    color: red;
    background-color: yellow;
}

.emphasis-sub {
    background-color: yellow;
}

.emphasis-blue {
    color: blue;
}

.emphasis-red {
    color: red;
}

.merit {
    margin: 0.5em 0.5em 0;
}


/* 比較表 */
.m-compareList {
    padding: 0 1rem 0;
}

.m-compareList table {
    table-layout: fixed;
}

.m-compareList th {
    font-size: 1.8rem;
    width: 10rem;
    padding: 1em 0;
    line-height: 1.4;
    letter-spacing: normal;
    background-color: #165E9F;
    color: #FFFFFF;
}

.m-compareList td {
    height: 9rem;
}

.ranking__image {
    width: 18rem;
    margin: 0 auto;
}

.ranking__name {
    margin: 1em auto 0;
    font-size: 2.0rem;
}

.comparison__icon {
    width: 6rem;
    height: auto;
    display: block;
    margin: 0 auto;
}

.link__main {
    font-size: 1.8rem;
}

.link__main img {
    display: block;
    margin: 0 auto;
}

.link__sub {
    font-size: 2.2rem;
    color: #000;
    text-decoration: underline;
}

.m-compareList__tbl tr th+td {
    background-color: #ffffdf;
}

.m-compareList .tbl__hdr {
    padding: 2rem 1rem;
    vertical-align: top;
}

/* 比較表 */

/* ランキング */
.ranking__content {
    padding: 0 2rem;
    margin-top: 6rem;
}

.ranking__content--title {
    display: block;
    position: relative;
    background-color: #01a793;
    color: #FFFFFF;
    font-size: 3.0rem;
    justify-content: flex-start;
    width: 100%;
    padding: 1rem 0;
    align-items: center;
}

.ranking__content--title h3 {
    font-weight: 700;
    margin-left: 10rem;
}

.ranking__icon {
    position: absolute;
    top: -1rem;
    left: 0;
    width: 7rem;
    height: auto;
    margin: 0 1.5rem;
}

.pointbox {
    box-sizing: border-box;
    background-color: #01a793;
    padding: 0 0.5rem 0.5rem;
    margin: 2rem 0;
    font-size: 2.4rem;
}

.pointbox li {
    font-weight: 400;
    margin: 2rem 0;
    line-height: 1.4;
}


.pointbox__title {
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding: 1rem 1rem 1rem 3rem;
    font-weight: 700;
    font-size: 2.8rem;
}

.pointbox__box {
    background: #fff;
    box-sizing: border-box;
    padding: 1rem 2rem;
    width: 100%;
    font-weight: 400;
}

.cta,
.example {
    margin: 3rem auto 0;
    padding: 0 4rem;
}

.ranking-description p {
    margin-top: 3rem;
}

/* ランキング */

/* 口コミ */
.review__header {
    display: flex;
    width: 40rem;
    height: auto;
    background-color: #155e9f;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 2.6rem;
    align-items: center;
    padding: 0.5rem;
    border-top-right-radius: 1rem;
}

.review-icon {
    width: 5rem;
    height: auto;
}

.review-title {
    margin-left: 1.5rem;
}

.review__content {
    box-sizing: border-box;
    background-color: #FFFFFF;
    border: 0.1rem solid #155e9f;
    padding: 2rem;
}

.review__card--header {
    display: flex;
    align-items: center;
}

.user-icon {
    width: 10rem;
    height: auto;
    margin-right: 0.5rem;
}

.user-name {
    color: #155e9f;
    font-weight: bold;
    font-size: 2.6rem;
    margin-left: 1.5rem;
}

.user-rating5 {
    width: 20rem;
}

.user-rating3 {
    width: 12rem;
}

.review__card--body {
    margin: 2rem 0 1rem;
}

.divider {
    border: none;
    border-top: 0.3rem solid #aeaeae;
    width: 100%;
    margin: 3rem auto;
}

.cta_txt {
    text-align: center;
}

.cta-sub {
    margin-top: 3rem;
    padding: 0 10rem;
}

/* 口コミ */

/* 口コミボタン */
.more-btn-container {
    text-align: center;
    margin: 3rem 0 1rem;
}

.load-more-btn {
    background-color: #2eb892;
    color: white;
    border: none;
    padding: 1rem 4rem;
    font-size: 2.6rem;
    font-weight: bold;
    border-radius: 0.4rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.load-more-btn:hover {
    background-color: #259a7a;
}

.review-hidden {
    display: none;
    opacity: 0;
}

.review-visible {
    display: block;
    animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* 口コミボタン */


/* おすすめ */
.recommend {
    padding: 0 2rem;
}

.recommend__header {
    background-color: #01a793;
    text-align: left;
    padding: 1rem 0 1rem 2rem;
    color: #FFFFFF;
    font-size: 2.8rem;
    font-weight: bold;
}

.recommend-txt {
    margin-top: 2rem;
    color: red;
    font-weight: bold;
    font-size: 2.8rem;
}

.recommend__content .cta {
    padding: 0 4rem;

}

/* おすすめ */


/* 検索結果 */
.search-results__header {
    margin: 0.84em 0.42em;
    position: relative;
}

.search-results__header:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #000000;
    clip-path: polygon(100% 0, 100% calc(100% - 2.5em), 50% 100%, 0 calc(100% - 2.5em), 0 0);
}

.search-results__header-text {
    position: relative;
    z-index: 3;
    text-align: center;
    font-weight: bold;
    font-size: 3.0rem;
    line-height: 1.25em;
    box-sizing: border-box;
    padding: calc(30 / 670 * 100%) calc(30 / 670 * 100%) calc(80 / 670 * 100%);
    color: #fff;
}

.search-results__conditions {
    margin: 0.84em 0.42em 0;
    border: 2px solid #D0CECE;
    font-weight: 700;
    text-align: center;
}

.search-results__conditions-title {
    background-color: #D0CECE;
    font-size: 3.0rem;
}

.search-results__conditions-text {
    font-size: 3.0rem;
}

.search-results__count {
    margin: 0.84em 0.42em;
    padding: 1rem 0;
    font-weight: 700;
    text-align: center;
    font-size: 3.0rem;
    color: #ffffff;
    background-color: #595959;
}

.search-results__notes {
    font-size: 2.0rem;
    text-align: right;
    margin: 0 0.42em 0.84em;
}

.search-results__sugupay,
.search-results__taishokuSup,
.search-results__taishokuCon,
.search-results-intro {
    display: none;
}

.search-results .ranking__content--title h3 {
    text-align: center;
    margin-left: 0;
}

/* 検索結果 */







.columnlink {
    margin: 6rem 2rem 0;
    border-bottom: 0.3rem solid #aeaeae;
}

.columnlink__title {
    text-align: left;
    padding: 1rem 0 1rem 1rem;
    font-size: 3.2rem;
    font-weight: bold;
    background-color: #165E9F;
    color: #FFFFFF;
}

.columnlink__box {
    margin: 1rem 5rem;
    display: flex;
    align-items: center;
}

.columnlink__box img {
    width: 20rem;
    max-width: none;
}

.columnlink__text {
    margin-left: 2rem;
    font-size: 2.4rem;
}

.sitefooter__link {
    margin: 1em auto;
    text-align: center;
    list-style: none;
}

.sitefooter__link a {
    text-decoration: underline;
    text-underline-offset: .3em;
    color: #000;
}

#copy {
    background-color: #165E9F;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.8rem;
    padding: 1rem 0;
}