@charset 'UTF-8';
/*-----------------------------------------
メインカラー

背景色　アクア色：#D0F2EF
文字色　濃いアクア色：#36D9C8
差し色　黄色：#F2EA79
差し色　濃い黄色：#F2B705
飾り色　濃いピンク：#F27999
飾り色　薄いピンク：#F2D5C4

---------------------------------------------*/

/* 
=======================================================
GENERAL
=======================================================
*/

body {
    margin: auto;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    color: #382511;
}


img {
    max-width: 100%;
}


form {
    width: 100%;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

sup {
    vertical-align: top;
    font-size: xx-small;
}

.redirect {
    margin: 0;
    padding: 0;
}

.annotation {
    width: 100%;
}

.annotation,
.annotation p {
    font-size: xx-small;
    text-align: left;
    padding-top: 0.2rem;
    padding-left: 0.1rem;
}

/* .note {
    padding: 1rem 0;
} */

.note p {
    text-align: right;
    font-size: small;
}

/* 
SPでは改行し、PCでは改行しない
=======================================================
*/
.indention {
    display: none;
}

@media screen and (max-width: 480px) {
    .indention {
        display: block;
    }
}

/* 
=======================================================
COMMON
=======================================================
*/
/* 
Width 設定：一律900px
=======================================================
*/

.comment_wrap,
.form_wrap,
.about_wrap,
.type_wrap,
.merit_wrap,
.recommend_wrap,
.compare_table_wrap,
.rank_wrap,
.point_wrap,
.cta,
.company_wrap,
.evidence_wrap,
.privacy_wrap {
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width:1000px) {

    .about_wrap,
    .type_wrap,
    .rank_wrap,
    .merit_wrap,
    .compare_table_wrap,
    .recommend_wrap,
    .point_wrap {
        padding: 1rem;
    }
}

@media screen and (max-width: 480px) {

    .about_wrap,
    .type_wrap {
        padding: 1rem;
    }
}

/* 
=======================================================
HEADER
=======================================================
*/

/* 
=======================================================
LOGO
=======================================================
*/

#top_nav li {
    list-style: none;
}

.logo {
    margin-left: 1rem;
    max-width: 200px;
}

@media screen and (max-width: 480px) {
    .logo {
        padding: 0;
        margin: 0 1rem;
        margin-bottom: 0;
        width: 35%;
        max-width: 150px;
    }
}

/* 
=======================================================
FV
=======================================================
*/

.fv_bg {
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.header_width {
    background-color: #FFFFF2;
}

.fv_img {
    max-width: 1000px;
    margin: 0 auto;
}

.fv_img img {
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 1750px) {
    .fv_img {
        max-width: 1200px;
    }
}

@media screen and (min-width:2000px) {
    .fv_bg {
        margin: 0 auto;
        background:url(../img/fv/background.webp);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
        position: relative;
        z-index: 2;
        height: 35vw;
    }

    .fv_img {
        max-width: 54vw;
        margin: 0 auto;
        padding-top: 0px;
    }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .fv_img {
        max-width: 1000px;
        margin: 0 auto;
        padding-top: 0px;
    }

}

/* 
=======================================================
強調
=======================================================
*/
.highlighter_green {
    background: linear-gradient(transparent 40%, #dee4b3 40% 90%, transparent 90%);
}

.highlighter_yellow {
    background: linear-gradient(transparent 40%, rgba(255, 249, 169, 0.6) 40% 90%, transparent 90%);
}

.dotted_white {
    border-bottom: #fff dotted 3px;
}

.bold_green {
    font-size: larger;
    font-weight: bold;
    color: #93A603;
}

.red {
    color: #DD1E6A;
}

/* 
=======================================================
見出し設定 
=======================================================
*/
/* 
共通
=======================================================
*/
.headline {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
}

/* 
犬の足跡見出し 
=======================================================
*/

.note_bg {
    padding-bottom: 3rem;
    max-width: 1000px;
    margin: 0 auto;
}

.title {
    color: #F49000;
    font-size: 30px;
    font-weight: 600;
}

.footprint_headline {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 1rem 0 2rem;
}

.footprint_headline::before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background-color: #FCB900;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 100px;
    margin-right: 30px;
}

.footprint_headline::after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background-color: #FCB900;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 100px;
    margin-left: 30px;
}

@media screen and (max-width: 480px) {
    .note_bg {
        padding: 1rem;

    }
    

    .footprint_headline--rank {
        padding: 0rem 0 1rem;
        background-color: #FFFFF2;
        margin: 0;
    }

    .footprint_headline h1 {
        font-size: 1.3rem;
        padding: 5px 10px;
    }

    .footprint_headline::before {
        width: 15px;
        height: 15px;
        margin-right: 15px;
    }

    .footprint_headline::after {
        width: 15px;
        height: 15px;
        margin-left: 15px;
    }

    .title {
        color: #F49000;
        font-size: 20px;
    }
}

/* 
フォーム見出し 
=======================================================
*/
.form_headline {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    color: #523818;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 1rem;
}

@media screen and (max-width: 480px) {

    .form_headline {
        margin-bottom: 0;
    }

    .form_headline h1 {
        font-size: 1.3rem;
        padding: 5px 10px;
    }
}

/* 
コメント見出し 
=======================================================
*/
.comment_headline {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
    background: linear-gradient(#fff 50%, #fffccc 50%);
}

.comment_headline img {
    display: flex;
}

.comment_headline h2 {
    display: flex;
    font-size: 1.6rem;
    width: 100%;
    background-color: #fff;
    padding: 0.5rem 1rem;
    background: linear-gradient(#fff 50%, #fffccc 40% 90%, transparent 90%);
}


/* 
編集部コメント
=======================================================
*/
.editor {
    position: relative;
    padding: 0.8rem 2rem;
    padding-left: 1rem;
    color: #523818;
    font-weight: bold;
    font-size: 26px;
    text-align: left;


}

.editor::before {
    position: absolute;
    top: 0;
    left: 0%;
    content: url(/common/img/asset/common/triangle_green-02.webp);
    height: 0;
    width: 0;
}

/* 
利用者の口コミ
=======================================================
*/
.review {
    position: relative;
    padding: 0.8rem 2rem;
    margin-bottom: 1rem;
    border-bottom: 5px solid #93A603;
    color: #523818;
    font-weight: bold;
    font-size: 26px;
    text-align: left;
}

.review::before,
.review::after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.review::before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: #93A603;
    margin-left: -16px;
}

.review:after {
    border: 10px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -10px;
}


/* 
=======================================================
BUTTON
=======================================================
*/

/* Default button background color is #EFEFEF, reset the color */
button {
    width: 100%;
    background-color: transparent;
}

/* 
上部TOP3下の公式への誘導ボタン
=======================================================
*/
.to_official {
    display: flex;
    width: 100%;
    padding-top: 0.3rem;
}

.to_official a {
    background: #93A603;
    border-radius: 3px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    padding: 1rem;
}

.to_official a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.to_official a:hover,
.to_official a:active {
    background: #fff;
    color: #93A603;
}

.to_official a:hover:after,
.to_official :active:after {
    right: 1.4rem;
}

@media screen and (max-width: 480px) {
    .to_official {
        width: 80%;
    }

    .to_official a:after {
        right: 1rem;
    }

}

/* 
輝くボタン
=======================================================
*/
.shiny_button {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
}

.shiny_button p {
    background: #F27999;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding: 1rem;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border-radius: 5px;
    border-bottom: 4px solid #D96C89;
    overflow: hidden;
}

@media screen and (max-width:480px) {
    .shiny_button p {
        margin-top: 0;
        padding: .5em;
    }
}

.shiny_button p:active {
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.shiny_button p:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
    animation: shine 3s infinite;
}

@keyframes shine {
    33% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

.shiny_button p:after {
    content: '»';
    display: inline-block;
    color: #fff;
    padding-left: 10px;
    font-size: 20px;
}

.button_text {
    font-size: 1.5rem;
    font-weight: bolder;
    width: 100%;
    text-align: center;
}

/* 
段差あり四角ボタン
=======================================================
*/
.step_button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 1rem;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #f69157;
    border-radius: 8px;
    border-bottom: solid 5px #F2620F;
}

.step_button a:active {
    border-bottom: solid 2px #F2620F;
    transform: translateY(3px);
}

.heartbeat {
    animation-name: heartbeat;
    /* アニメーション名の指定 */
    animation-delay: 0s;
    /* アニメーションの開始時間指定 */
    animation-duration: 3s;
    /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite;
    /* アニメーションをループさせる */
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    60% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

/* 
段差あり丸ボタン
=======================================================
*/
.rank_button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.rank_button .clinic_logo {
    max-width: 300px;
}

.highly_recommend .rank_button {
    margin-top: 1rem;
}

a.btn_design {
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    padding: 1rem 4rem;
    margin-bottom: 1.3em;
    font-weight: bold;
    color: #FFF;
    background-color: #f69157;
    transition: 0.3s ease-in-out;
    box-shadow: 5px 5px 0 #F2620F;
    border-radius: 100vh;
    transition: 0.5s;
}

a.btn_design:hover {
    color: #fff;
    background: #F2620F;
    box-shadow: 0 0 0;
    transform: translate(5px, 5px);
}

.brand_name {
    font-size: 1.7rem;
}

@media screen and (max-width: 480px) {
    .rank_button {
        margin: 2rem 0;
        margin-bottom: 0;
        padding: 1rem;
    }

    .rank_button .clinic_logo {
        max-width: 200px;
    }

    a.btn_design {
        font-size: 1rem;
        padding: 1rem 2rem;
    }
}

/* 
詳細への誘導ボタン
=======================================================
*/
.detail_button {
    color: #3CD0BB;
    border-bottom: #40281F dashed 3px;
}

.detail_button:hover,
.detail_button:active {
    border-bottom: #93A603 dashed 3px;
}

/* 
動くグラデーション
=======================================================
*/
.gradient_button a {
    border-radius: 1000px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 1.2rem 0;
    color: #FFF;
    transition: 0.3s ease-in-out;

    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    background: linear-gradient(270deg, #ffb2a6 0%, rgb(255, 154, 223) 100%);
    /*グラデーションを定義*/
    background-size: 200% 200%;
    /*サイズを大きくひきのばす*/
    animation: bggradient 6s ease infinite;
}

.gradient_button a:after {
    position: absolute;
    top: 50%;
    right: 40px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
}

.gradient_button a:hover,
.gradient_button a:active {
    background: linear-gradient(270deg, rgb(255, 136, 0) 0%, rgb(254, 246, 161) 100%);
}

@keyframes bggradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@media screen and (max-width: 480px) {
    .gradient_button a {
        padding: 1.3rem 0;
        font-size: 1.3rem;
        width: 100%;
    }

    .gradient_button a:after {
        right: 20px;
    }
}


/* 
予約ボタン
=======================================================
*/
.book_button a {
    border-radius: 1000px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;

    width: 100%;
    margin: 0 auto;
    padding: 1.2rem 0;
    color: #FFF;
    transition: 0.3s ease-in-out;

    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;

    background: linear-gradient(45deg, #ff9100, #f3db2d, #fd9e29);
    /*グラデーションを定義*/
    background-size: 200% 200%;
    /*サイズを大きくひきのばす*/
    animation: bggradient 6s ease infinite;
}

.book_button a:hover,
.book_button a:active {
    background: linear-gradient(45deg, #ff9d13, #ff65cc, #f7fc5d);
}

@keyframes bggradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@media screen and (max-width: 480px) {
    .book_button a {
        padding: 1rem 0;
        font-size: 1rem;
        width: 100%;
    }

    .book_button a:after {
        right: 20px;
    }
}


/* 
=======================================================
First Check 
=======================================================
*/

/* List */
/* -------------------------------------------------- */
.list_wrap {
    margin: 2rem auto;
}

.first_check h1 {
    text-align: center;
    font: italic bold 2rem/1.3em Georgia, Serif;
    color: #36D9C8;
    margin-bottom: 0.5rem;
    margin-top: 4rem;
}

ol.check_list {
    counter-reset: li;
    padding: 0.5rem 5rem 1.6rem 5em;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px;
    border-radius: 10px;
}

.check_list li {
    position: relative;
    padding: 0.5rem;
    padding-top: 0;
    padding-left: 3rem;
    margin-top: 0.8em;
    border-bottom: 1px dashed #ccc;
    font-family: 'Zen Old Mincho', serif;
    font-size: 1.3rem;
    color: #333;
}

.check_list li:before {
    color: #F2B705;
    position: absolute;
    font-style: italic;
    font-family: 'Goudy Bookletter 1911', Georgia, serif;
    counter-increment: li;
    content: counter(li)".";
    left: 0;
    top: 0;
    font-weight: bold;
    font-size: 1.4em;
}


@media screen and (max-width: 480px) {
    .first_check {
        margin-bottom: 0;
    }

    .first_check h1 {
        margin-top: 2rem;
    }


    .list_wrap {
        width: 100%;
        margin-bottom: 1rem;
    }

    ol.check_list {
        padding: 1rem;
        padding-top: 0.3rem;
    }
}

.three_circle_wrap {
    display: flex;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 4rem;
    align-items: center;
    justify-content: space-around;
}

.circle_check {
    display: flex;
    position: relative;
    margin-right: 1rem;
}

.circle_check:last-child {
    margin-right: 0;
}

.circle_check p {
    display: flex;
    flex-direction: column;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    /* font-family: 'Zen Old Mincho', serif; */
    font-size: 1.4rem;
    color: #333;
    width: 100%;
}

.medical,
.online,
.delivery {
    position: relative;
}

.medical::before {
    content: url(/common/img/background/medical.svg);
    position: absolute;
    display: inline-block;
    width: 70px;
    height: 70px;
    left: 15px;
    top: -60px;
}

.online::before {
    content: url(/common/img/background/online.svg);
    position: absolute;
    display: inline-block;
    width: 70px;
    height: 70px;
    left: calc(50% - 35px);
    bottom: -100px;
}

.delivery::before {
    content: url(/common/img/background/delivery.svg);
    position: absolute;
    display: inline-block;
    width: 70px;
    height: 70px;
    right: 0;
    bottom: -60px;
}

@media screen and (max-width: 480px) {
    .medical::before {
        width: 35px;
        height: 35px;
        left: 0;
        top: -20px;
    }

    .online::before {
        width: 35px;
        height: 35px;
        left: calc(50% - 17px);
        bottom: -30px;
    }

    .delivery::before {
        width: 35px;
        height: 35px;
        right: 0;
        bottom: -30px;
    }
}


.bold {
    display: inline-block;
    font-size: larger;
    font-weight: bolder;
    margin-bottom: 5px;
}

.large {
    font-size: x-large;
    font-weight: bolder;
}

.italic {
    font: italic bold 2rem/1.3em Georgia, Serif;
}

.yellow {
    color: #F2B705;
}

.aqua {
    color: #36D9C8;
}

.circle_check img {
    width: 100%;
}


@media screen and (max-width: 480px) {
    .three_circle_wrap {
        width: 100%;
        margin-bottom: 0;
    }

    .circle_check {
        margin-right: 0;

    }

    .circle_check p {
        font-size: 0.83rem;
        width: 100%;
    }

    .italic {
        font: italic bold 1.3rem/1.3em Georgia, Serif;
    }

    .bold {
        font-size: 1rem;
        font-weight: bolder;
    }

}


/* Comment */
/* -------------------------------------------------- */
.comment {
    /* background-color: #fff; */
    padding: 2rem;
    padding-top: 0;
}

.comment_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/common/img/background/down_triangle_white.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 120px;
}

.comment_wrap p {
    font-family: 'Zen Old Mincho', serif;
    text-align: center;
    font-size: 1.8rem;
    /* font-weight: bold; */
}

.cta {
    margin: 0 auto;
    margin-top: 2rem;
    width: 70%;
}

@media screen and (max-width: 480px) {
    .comment {
        padding: 1rem;
    }

    .comment_wrap {
        margin: 0;
        height: 70px;
    }

    .comment_wrap p {
        margin: 1rem 0;
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .cta {
        margin: 1rem 0;
        width: 100%;
    }
}

/* 
=======================================================
rank_tab
=======================================================
*/

.tab_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}

/* ラジオボタンを隠す */
input[type="radio"] {
    display: none;
}

.tab-switch:checked+.tab-label {
    background: #F49000;
}

/* タブラベルのスタイル */
.tab-label {
    max-width: 200px;
    color: White;
    background: #ccc;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    padding: 10px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 15px 15px 0 0;
    flex: 1;
    margin: 0px;
}

.tab-label:not(:last-of-type) {
    margin-right: 10px;
    margin-left: 10px;
}

/* 選択されていないタブのスタイル */
input[type="radio"]:not(:checked)+.tab-label {
    background-color: #FCC371;
}

/* コンテンツのデフォルトスタイル */
.tab-content {
    border-radius: 10px;
    border: 1px solid #F49000;
    display: none;
    width: 100%;
    padding: 20px;
    background-color: #fff;
}

/* チェックされたラジオボタンに対応するコンテンツを表示 */
input[type="radio"]:checked+.tab-label+.tab-content {
    display: block;
}

.tab_wrap02 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}

/* ラジオボタンを隠す */
input[type="radio"] {
    display: none;
}

.tab-switch02:checked+.tab-label02 {
    background: #F49000;
}


/* タブラベルのスタイル */
.tab-label02 {
    max-width: 200px;
    color: White;
    background: #ccc;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    padding: 10px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 15px 15px 0 0;
    flex: 1;
    margin: 0px;
}

.tab-label02:not(:last-of-type) {
    margin-right: 10px;
    margin-left: 10px;
}

/* 選択されていないタブのスタイル */
input[type="radio"]:not(:checked)+.tab-label02 {
    background-color: #FCC371;
}

/* コンテンツのデフォルトスタイル */
.tab-content02 {
    border-radius: 10px;
    border: 1px solid #F49000;
    display: none;
    width: 100%;
    padding: 20px;
    background-color: #fff;
}

/* チェックされたラジオボタンに対応するコンテンツを表示 */
input[type="radio"]:checked+.tab-label02+.tab-content02 {
    display: block;
}

.prove01 {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #FF858C;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
    border-radius: 10px;
}

.comfirm {
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 700px;
    margin: 20px auto 0;
    align-items: center;
}

.before {
    width: 40%;
}

.before img {
    border-radius: 10px 10px 0 0;
}

.after {
    width: 50%;
}

.after img {
    border-radius: 10px;
}

.throughts {
    max-width: 700px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}

.throughts_wrap {
    width: 50%;
}

.weight {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 5px;
    margin-top: 5px;
}

.weight_text {
    width: 46%;
}

.success_title {
    font-size: 1.25rem;
    margin-bottom: 5px;
}

.before_font {
    font-size: 1.1rem;
}

.after_font {
    font-size: 1.5rem;
}

.black_box {
    background-color: #333;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    outline: 1px solid #FFFFFF;
    /* 線の太さ・線状・色 */
    outline-offset: -5px
        /* どれだけ内側に線を表示したいかを負の値で指定 */
}

.weight_content {
    display: flex;
    gap: 10px;
    align-items: center;
}

.before_name {
    background: linear-gradient(90deg, #f978ab, #DD1E6A);
    font-size: 1.25rem;
    padding: 1rem;
    text-align: center;
    border-radius: 0 0 10px 10px;
    color: #fff;
    font-weight: 700;
}

.reviews_main_title {
    font-size: 1.6rem;
    color: #333;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid #F49000;
}

.reviews_title {
    display: flex;
    gap: 3.5%;
}

.rank_reviews {
    background-color: #fff;
    padding: 2rem;
    margin-top: 1rem;
    border-radius: 10px;
}

.rank_review {
    margin-top: 10px;
}

.rank_review:last-child {
    margin-top: 20px;
    padding-top: 10px;
    background-image: linear-gradient(to right, #F49000 8px, transparent 8px);
    background-size: 12px 1px;
    background-repeat: repeat-x;
    background-position: left top;
}

.review_img {
    width: 90px;
}

.star_wrap {
    display: flex;
}

.star_zone {
    display: flex;
    margin-left: 10px;
}

.red_title {
    margin-top: 20px;
    color: #E8849C;
    font-weight: 700;
    font-size: 1.2rem;
}

@media screen and (max-width:480px) {
    .tab-label {
        max-width: 150px;
    }

    .prove01 {
        font-size: 20px;
        padding: 10px 0;
        border-radius: 10px;
    }

    .reviews_main_title {
        font-size: 20px;
    }

    .rank_reviews {
        background-color: #fff;
        padding: 1rem;
        margin-top: 0;
    }

    .tab-content {
        padding: 1rem;
    }

    .star_wrap {
        flex-direction: column;
    }

    .star_zone {
        margin-left: 0px;
    }

    .star_zone img {
        width: 30px;
    }

    .red_title {
        margin-top: 10px;
        margin-bottom: 5px;
        color: #E8849C;
        font-weight: 700;
        font-size: 1.1rem;
    }

    .before_name {
        font-size: 0.8rem;
        padding: 0.5rem;
    }

    .before_font {
        font-size: 1rem;
    }

    .after_font {
        font-size: 1.2rem;
    }
}

/* 
=======================================================
Form
=======================================================
*/
.form_bg {
    padding: 2rem 0;
    padding-bottom: 4rem;
    background-image: url(/common/img/background/form_bg.webp);
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.form_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form {
    width: 100%;
    margin: 0 auto;
    border: solid 3px #D0F2EF;
}

.form .item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    width: 100%;
    background-color: #fff;
    border-bottom: solid 3px #D0F2EF;
}

.form .item:last-child {
    border-bottom: none;
}

.form .item .condition {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 30%;
    font-weight: 500;
    color: #fff;
    background-color: #36D9C8;
}

.item--recommend {
    position: relative;
    z-index: 1;
}

.item--recommend::before {
    position: absolute;
    content: '';
    width: 120px;
    height: 120px;
    display: inline-block;
    background-image: url(../img/parts/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -60px;
    left: -30px;
    z-index: 2;
    transform: rotate(-15deg);
}

.form .item .condition p {
    font-size: 1.2rem;
}

.form_wrap .submit_btn {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}

@media screen and (max-width:769px) {
    .item--recommend::before { 
        width: 90px;
        height: 90px;
        top: -40px;
        left: -20px;
    }
}

@media screen and (max-width: 480px) {
    .form_bg {
        padding-bottom: 2rem;
    }

    .form .item .condition {
        width: 25%;
    }

    .item--recommend::before { 
        width: 80px;
        height: 80px;
        top: -20px;
        left: -10px;
    }
}

/* Choice Area*/
.form .item .choices {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: 0.8rem;
}

.form .item .choice,
.form .item .choice.two_col {
    margin: 0.2rem 0;
}


.form .item .choice {
    width: calc((100% / 3) - 20px);
}

.form .item .choice.two_col {
    width: calc((100% / 2) - 20px);
}

.form .item .choices input[type='checkbox'] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form .item .choices label {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    padding-right: 10px;
    padding-left: 35px;
    cursor: pointer;
    line-height: 200%;
    width: 100%;
    text-align: center;
}

.form .item .choices label::before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    content: ' ';
    border: 2px solid #F2B705;
}

.form .item .choices input[type='checkbox']+label::before {
    border-radius: 4px;
}

/* Checkしたときの全体のラベル */
.form .item .choices input[type='checkbox']:checked+label {
    padding-left: 10px;
    color: #fff;
    z-index: 999;
}

/* Checkしたとき四角の中の文字 */
.form .item .choices input[type='checkbox']:checked+label::before {
    top: 0;
    width: 100%;
    height: 100%;
    background: #F2B705;
    z-index: -2;
}

/* Transition */
.form .item .choices label,
.form .item .choices label::before {
    -webkit-transition: 0.25s all ease;
    transition: 0.25s all ease;
}

@media screen and (max-width: 480px) {
    .form {
        margin-top: 1rem;
    }

    .form_wrap {
        padding-top: 0;
        padding-bottom: 0;
    }

    .form .item .choices {
        flex-direction: column;
        justify-content: center;
        margin: 0.5rem 1rem;
    }

    .form .item .choice,
    .form .item .choice.two_col {
        width: 100%;
    }

    .form .item .choices input[type='checkbox']+label {
        margin-bottom: 0.5rem;
    }

    .form .item .choices input[type='checkbox']:checked+label {
        padding: 0;
        margin: 0;
        padding: 3px;
        margin-bottom: 0.5rem;
        text-align: center;
    }

    .form .item .choices input[type='checkbox']+label:last-child {
        margin-bottom: 0;
    }

    .form .item .choices input[type='checkbox']:checked+label:last-child {
        margin-bottom: 0;
    }

    .throughts {
        flex-direction: column;
        margin-top: 1rem;
        margin-bottom: 0;
    }

    .throughts_wrap {
        width: 100%;
    }

    .weight_text {
        width: 100%;
        margin-top: 1rem;
    }

    .success_title {
        font-size: 1.2rem;
    }
}

/* 
=======================================================
campain
=======================================================
*/
.rank_campain_wrap {
    margin-top: 1rem;
}

.campain_headline h2 {
    display: flex;
    font-size: 1.6rem;
    width: 100%;
    background-color: #fff;
    padding: 0.5rem 1rem;
    background: linear-gradient(#fff 50%, #fffccc 40% 90%, transparent 90%);
}

.c-carousel {
    position: relative;
    position: relative;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

.c-carousel__activator-main {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.c-carousel__main {
    overflow: hidden;
    position: relative;
}

.c-carousel__main-track {
    display: flex;
    white-space: nowrap;
    transition: transform 0.3s ease-out;
}

.c-carousel__main-item {
    flex-shrink: 0;
    width: 100%;
}

.c-carousel__main-image {
    display: block;
    width: 100%;
}

.c-carousel__main-control-item {
    display: none;
}

.c-carousel__btn-prev-main,
.c-carousel__btn-next-main {
    position: absolute;
    top: 65%;
    right: 16px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
    background-color: #000;
    border-radius: 50%;
    transition: opacity 0.3s;
    cursor: pointer;
}

.c-carousel__btn-prev-main {
    right: auto;
    left: 16px;
}

.c-carousel__activator-main:nth-child(1):checked~.c-carousel__main .c-carousel__main-control-item:nth-child(1) {
    display: block;
}

.c-carousel__activator-main:nth-child(2):checked~.c-carousel__main .c-carousel__main-control-item:nth-child(2) {
    display: block;
}

.c-carousel__activator-main:nth-child(3):checked~.c-carousel__main .c-carousel__main-control-item:nth-child(3) {
    display: block;
}

.c-carousel__activator-main:nth-child(1):checked~.c-carousel__main .c-carousel__main-track {
    transform: translateX(calc(-100% * 0));
}

.c-carousel__activator-main:nth-child(2):checked~.c-carousel__main .c-carousel__main-track {
    transform: translateX(calc(-100% * 1));
}

.c-carousel__activator-main:nth-child(3):checked~.c-carousel__main .c-carousel__main-track {
    transform: translateX(calc(-100% * 2));
}


.c-carousel02 {
    position: relative;
    position: relative;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

.c-carousel__activator-main02 {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.c-carousel__main02 {
    overflow: hidden;
    position: relative;
}

.c-carousel__main-track02 {
    display: flex;
    white-space: nowrap;
    transition: transform 0.3s ease-out;
}

.c-carousel__main-item02 {
    flex-shrink: 0;
    width: 100%;
}

.c-carousel__main-image02 {
    display: block;
    width: 100%;
}

.c-carousel__main-control-item02 {
    display: none;
}

.c-carousel__btn-prev-main02,
.c-carousel__btn-next-main02 {
    position: absolute;
    top: 65%;
    right: 16px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
    background-color: #000;
    border-radius: 50%;
    transition: opacity 0.3s;
    cursor: pointer;
}

.c-carousel__btn-prev-main02 {
    right: auto;
    left: 16px;
}


.c-carousel__activator-main02:nth-child(1):checked~.c-carousel__main02 .c-carousel__main-control-item02:nth-child(1) {
    display: block;
}

.c-carousel__activator-main02:nth-child(2):checked~.c-carousel__main02 .c-carousel__main-control-item02:nth-child(2) {
    display: block;
}

.c-carousel__activator-main02:nth-child(3):checked~.c-carousel__main02 .c-carousel__main-control-item02:nth-child(3) {
    display: block;
}

.c-carousel__activator-main02:nth-child(1):checked~.c-carousel__main02 .c-carousel__main-track02 {
    transform: translateX(calc(-100% * 0));
}

.c-carousel__activator-main02:nth-child(2):checked~.c-carousel__main02 .c-carousel__main-track02 {
    transform: translateX(calc(-100% * 1));
}

.c-carousel__activator-main02:nth-child(3):checked~.c-carousel__main02 .c-carousel__main-track02 {
    transform: translateX(calc(-100% * 2));
}

@media screen and (max-width:480px) {

    .campain_headline h2,
    .comment_headline h2 {
        font-size: 20px;
    }
}

/* 
=======================================================
ABOUT
=======================================================
*/
.about {
    background-color: #FFFFF2;
}

.about_wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about_wrap .intro,.type_wrap .intro {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    background-blend-mode: lighten;
    padding: 1rem;
}

.intro_center {
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 17px;
    font-weight: 400;
}

.about_imgList {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 2%;
}

.about_img {
    position: relative;
    width: 32%;
    z-index: 0;
}

.about_img img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 170px;
}

.about_img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
    border-radius: 10px;
}

.about_recommend {
    margin-top: 50px;
    display: flex;
}

.lady_about {
    max-width: 227px;
}

.about_recommend_text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    margin-left: 15px;
}

.about_recommend_text::before {
    position: absolute;
    top: 15px;
    left: -23px;
    content: '';
    background-image: url(../img/parts/kirakira.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 56px;
    height: 40px;
    transform: rotate(-69deg);
}

.about_box {
    border-radius: 10px;
    background: #FFF;
    display: flex;
    padding: 10px 15px;
    flex-direction: column;
    justify-content: flex-start;
}

.about_box_list {
    color: #43909C;
    font-size: 1.25rem;
    font-weight: 600;
}

.have {
    color: #382511;
    font-size: 1.25rem;
    font-weight: 600;
}

.orange {
    color: #F49000;
}

.about_recommend_text li {
    color: #43909C;
    font-size: 1.25rem;
    font-weight: 600;
}

.spBr {
    display: none;
}


@media screen and (max-width: 480px) {

    .about_wrap {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .intro_center {
        text-align: left;
        font-size: 1rem;
    }

    .space {
        margin-top: 1rem;
    }

    .about_img {
        position: relative;
        width: calc(100%/3);
        z-index: 0;
    }

    .about_img img {
        width: 100%;
        border-radius: 10px;
        object-fit: cover;
        height: auto;
    }

    .about_box {
        padding: 0.5rem;
    }

    .about_box_list {
        font-size: 1rem;
    }

    .have {
        font-size: 1rem;
    }

    .lady_about {
        max-width: 120px;
        display: none;
        flex-direction: column;
        justify-content: end;
    }

    .spBr {
        display: block;
    }

    .about_recommend {
        margin-top: 28px;
        display: flex;
    }

    .about_recommend_text::before {
        position: absolute;
        top: -16px;
        left: -18px;
        content: '';
        width: 46px;
        height: 30px;
        transform: rotate(-69deg);
    }

}

/* 
=======================================================
TYPE
=======================================================
*/
.footprint_headline--TYPE {
    margin-top: 0;
}

.type_bg {
    padding: 4rem 0 3rem;
    background-color: #fffbf0;
    background-blend-mode: lighten;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.type_wrap .intro {
    text-align: center;
}

.compare_wrap {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.item_title_wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-shrink: 0;
    align-self: stretch;
    align-items: center;
    background: #35D9C8;
    border-radius: 20px 20px 0 0;
    padding: 10px;
}

.item_title_wrap h3 {
    color: #FFF;
    font-size: 1.75rem;
    font-weight: 600;
}

.aim {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.item {
    margin-top: 5.5rem;
    border-radius: 20px;
    box-shadow: 3px 4px 4px 0px rgba(103, 103, 103, 0.15);
    max-width: 430px;
    width: 45%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.item_list {
    border-radius: 0px 0px 20px 20px;
    background: #FFF;
    padding: 30px 45px;
}

.item_list ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.item_list li {
    width: 100%;
    justify-content: space-between;
    display: flex;
    font-size: 1.75rem;
    font-weight: 600;
}

.item_title_wrap--salon {
    background-color: #C0C0C0;
}

.type_comment {
    margin-top: 50px;
    display: flex;
    gap: 2.08%;
}

.comment_lady {
    display: block;
    position: relative;
    max-width: 210px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.comment_lady::before {
    position: absolute;
    top: 28%;
    right: 0;
    content: '';
    width: 40px;
    height: 55px;
    background-image: url(../img/parts/star.webp);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.type_comment_content {
    padding: 30px 20px;
    border-radius: 10px;
    border: 2px solid #FD9E29;
    background: #FFF;
}

.type_comment_text--second {
    margin-top: 1rem;
}

.caution {
    font-size: 0.8rem;
}

@media screen and (max-width:769px) {
    .item {
        margin-top: 4.5rem;
    }

    .item_title_wrap h3 {
        font-size: 22px;
    }

    .item_list {
        border-radius: 0px 0px 20px 20px;
        background: #FFF;
        padding: 1rem;
    }

    .item_list ul {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .item_list li {
        width: 100%;
        justify-content: space-between;
        display: flex;
        font-size: 1.25rem;
        font-weight: 600;
    }
}


@media screen and (max-width: 480px) {
    .type_bg {
        padding: 2rem 0 0;
        background-blend-mode: lighten;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .type_wrap .intro {
        text-align: left;
    }

    .compare_wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .item {
        margin-top: 2rem;
        border-radius: 20px;
        width: 100%;
    }

    .item_list {
        padding: 1.5rem;
    }

    .item_list li {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .type_comment {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2.08%;
    }

    .type_comment_content {
        padding: 1rem;
    }

    .comment_lady {
        order: 2;
    }

    .comment_lady {
        display: none;
    }

    .caution {
        font-size: 0.6rem;
    }

}

/* 
=======================================================
MERIT
=======================================================
*/
.merit {
    padding-top: 3rem;
    background-image: url(../img/background/merit_background03.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.merit_title,
.demerit_title {
    border-radius: 30px;
    text-align: center;
    padding: 10px 0px;
    width: 290px;
    margin: 1rem auto 0;
}

.merit_title {
    background: #FD9E29;
}

.demerit_title {
    margin-top: 3rem;
    background: #146DA3;
}

.merit_title p,
.demerit_title p {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 700;
}

.merit_content,
.demerit_content {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 3px 4px 4px 0px rgba(103, 103, 103, 0.15);
    background-color: #FFF;
}

.merit_img,
.demerit_img {
    width: 34.5%;
    min-width: 345px;
}

.merit_img img,
.demerit_img img {
    border-radius: 10px 0 0 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail {
    max-width: 645px;
}

.detail_item {
    padding: 10px 50px 10px;
}

.detail_title {
    color: #FF7F50;
    font-size: 21px;
    font-weight: 600;
}

.detail_title--demerit {
    color: #146DA3;
}

.editor_content {
    border-radius: 10px;
    border: 2px solid #F49000;
    display: flex;
    padding: 1rem;
    margin-top: 3rem;
    position: relative;
    background-color: #fff;
}

.editor_img {
    max-width: 210px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}



.editor_img img {
    width: 100%;
}

.editor_advice {
    padding:  0 2rem;
}

.editor_advice_title {
    padding: 1rem;
    border-bottom: 1px solid #FD9E29;
    margin-bottom: 30px;
}

.blue {
    color: #146DA3;
}

@media screen and (max-width: 480px) {
    .merit {
        padding-top: 0rem;
        padding-bottom: 0;
    }

    .merit_wrap {
        padding: 1rem;
    }

    .title--merit {
        text-align: center;
    }

    .merit_content,
    .demerit_content {
        flex-direction: column;
        margin-top: 15px;
        width: 100%;
    }

    .merit_title p,
    .demerit_title p {
        font-size: 1.25rem;
    }

    .demerit_title {
        margin-top: 1.5rem;
    }

    .merit_img,
    .demerit_img {
        width: 100%;
        min-width: auto;
    }

    .detail_item {
        padding: 10px;
    }

    .merit_img img,
    .demerit_img img {
        border-radius: 10px 10px 0 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .detail_title {
        font-size: 18px;
    }

    .editor_content {
        padding: 1rem 1rem 1.5rem;
        margin-top: 1.5rem;
        flex-direction: column;
        align-items: center;
    }

    .editor_advice {
        padding: 0rem;
    }

    .editor_advice_title {
        padding: 0 0rem 1rem;
        border-bottom: 1px solid #FD9E29;
        margin-bottom: 16px;
    }

    .editor_img {
        position: absolute;
        z-index: 5;
        bottom: -90px;
        right: 2vw;
        width: 120px;
        height: 100px;
        object-fit: cover;
        object-position: top;
    }

}

/* 
=======================================================
Point
=======================================================
*/

.point {
    background: linear-gradient(180deg, #FFF 14.6%, #FFFEEC 80.17%);
    padding-top: 4rem;
    padding-bottom: 1rem;
}

.point_item {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    box-shadow: 0px 4px 4px 0px rgba(103, 103, 103, 0.15);
    border-radius: 10px;
    background-color: #fff;
}

.point_item--02 .point_img {
    order: 2;
}

.point_img {
    max-width: 405px;
}

.point_img img {
    border-radius: 10px 0 0 10px;
}

.point_content {
    max-width: 585px;
    padding: 10px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}

@media screen and (max-width:480px) {
    .point {
        padding-top: 5rem;
        padding-bottom: 0;
    }

    .point_img img {
        border-radius: 10px 10px 0 0;
    }

    .point_item {
        flex-direction: column;
        margin-top: 1rem;
    }

    .point_item--first { 
        padding-top: 0;
        margin-top: 0rem;
    }

    .point_content {
        padding: 10px;
        gap: 25px;
    }

    .point_item--02 .point_img {
        order: 0;
    }

}


/* 
=======================================================
recommend
=======================================================
*/

.recommend {
    padding-top: 3rem;
    padding-bottom: 4rem;
    background-color: #FFFEEC;
}

.footprint_headline--recommend {
    margin: 0;
}

.footprint_headline--recommend::after,
.footprint_headline--recommend::before {
    display: none;
}

@media screen and (max-width:480px) {
    .recommend {
        padding-top: 2rem;
        padding-bottom: 4rem;
        background-color: #FFFEEC;
    }
}

/* 
=======================================================
Animation
=======================================================
*/

/* アニメーション適用例 */
.fuwafuwa {
    -webkit-animation: fuwafuwa 2s infinite;
    -moz-animation: fuwafuwa 2s infinite;
    animation: fuwafuwa 2s infinite;

}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes mochimochi {
    0% {
        transform: scale(1, 0.8);
    }

    20% {
        transform: scale(0.8, 1.1);
    }

    90% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1, 0.8);
    }
}

@-moz-keyframes mochimochi {
    0% {
        transform: scale(1, 0.8);
    }

    20% {
        transform: scale(0.8, 1.1);
    }

    90% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1, 0.8);
    }
}

@keyframes mochimochi {
    0% {
        transform: scale(1, 0.8);
    }

    20% {
        transform: scale(0.8, 1.1);
    }

    90% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1, 0.8);
    }
}

@-webkit-keyframes fuwafuwa {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-moz-keyframes fuwafuwa {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes fuwafuwa {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes pikopiko {
    0% {
        transform: rotate(20deg);
    }

    to {
        transform: rotate(-10deg);
    }
}

@-moz-keyframes pikopiko {
    0% {
        transform: rotate(20deg);
    }

    to {
        transform: rotate(-10deg);
    }
}

@keyframes pikopiko {
    0% {
        transform: rotate(20deg);
    }

    to {
        transform: rotate(-10deg);
    }
}

/* 
=======================================================
Compare Table
=======================================================
*/

/* Make img centering in table */
table img {
    display: block;
    margin: 0 auto;
    max-height: 60px;
    object-fit: cover;
}

.evaluation {
    max-width: 100%;
}

.circle {
    width: 100%;
}

.price_tag {
    font-size: smaller;
}

.emphasis_grad {
    font-size: 2em;
    text-align: center;
    line-height: 0.95em;
    font-weight: bold;
    color: transparent;
    background: linear-gradient(90deg, #F2EA79 0% 30%, #D0F2EF 40% 60%, #36D9C8 70% 100%);
    background-clip: text;
    -webkit-background-clip: text;
}


.compare_bg {
    margin: 0;
    padding: 3rem 0;
    padding-bottom: 4rem;
    background-color: #FFFFF2;
    background-blend-mode: lighten;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 480px) {

    .compare_bg {
        margin: 0rem 0;
        padding: 0rem 0;
    }

    .evaluation {
        padding: 1rem;
    }
}

/* Ranking image */
.first_rank,
.second_rank,
.third_rank {
    position: relative;
}

.first_rank::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 45px;
    top: 0.2rem;
    left: 8.3rem;
    background-image: url(/common/img/asset/ranking/no1.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.second_rank::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 45px;
    top: 0.2rem;
    left: 8.3rem;
    background-image: url(/common/img/asset/ranking/no2.webp);
    background-repeat: no-repeat;
    background-size: contain;

}

.third_rank::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 45px;
    top: 0.2rem;
    left: 8.3rem;
    background-image: url(/common/img/asset/ranking/no3.webp);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
}

@media screen and (max-width: 480px) {
    .first_rank::before {
        width: 40px;
        height: 40px;
        top: 0rem;
        left: calc(50% - 1.3rem);
    }

    .second_rank::before {
        width: 40px;
        height: 40px;
        top: 0rem;
        left: calc(50% - 1.3rem);
    }

    .third_rank::before {
        width: 40px;
        height: 40px;
        top: 0rem;
        left: calc(50% - 1.3rem);
    }
}

.scroll_x {
    overflow-x: auto;
    margin: 2rem auto;
    width: 100%;
    max-width: 1000px;
}

.scroll_x table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    color: #353535;
    table-layout: fixed;
}


.scroll_x table th,
.scroll_x table td {
    border: 2px solid #36D9C8;
    vertical-align: middle;
    text-align: center;
}

.scroll_x td {
    border-right: 2px solid #36D9C8;
    border-bottom: 2px solid #36D9C8;
    padding: 0.5rem;
    min-width: 230px;
    background-color: #FFFFFF;
}

.scroll_x th {
    padding: 4rem 2rem 3rem;
}

.scroll_x tr:first-child th {
    border-bottom: 2px solid #36D9C8;
}

.scroll_x .fields {
    height: auto;
}

.scroll_x .fields th {
    border-top: 2px solid #36D9C8;
    border-left: 2px solid #36D9C8;
}

/* 一番左上のセル */
.scroll_x .fields th {
    background-color: #D0F2EF;
}

.scroll_x .fields th:last-child {
    border-right: 2px solid #36D9C8;
}

.first_topic {
    background-color: #D0F2EF;
}

/* 会社名部分 */
.scroll_x .first_colum {
    background-color: #FCFEDF;
    width: 250px;
}

@media screen and (max-width: 480px) {
    .scroll_x table tr {
        height: auto;
    }

    .scroll_x tr:first-child th {
        width: 220px;
    }
    

    .scroll_x td {
        border-right: 2px solid #36D9C8;
        border-bottom: 2px solid #36D9C8;
        padding: 0.5rem;
        min-width: 150px;
        background-color: #FFFFFF;
    }

    .scroll_x td p {
        font-size: 0.8rem;
    }

    .scroll_x th p {
        font-size: 0.8rem;
        margin-top: 5px;
    }

    .scroll_x th {
        padding: 1.5rem 1rem;
    }

    .logo_tbl {
        max-width: 80%;
    }

    .logo_tbl--elife {
        height: 35px;
    }
}

.scroll_x .first_colum th {
    width: 100%;
}


/* 公式サイトへのボタン */
.button_official {
    text-align: center;
    margin: 0 auto;
}

.button_official p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #E8849C;
    letter-spacing: 0.04rem;
    display: inline-block;
    position: relative;
}

.button_official p:before,
.button_official p:after {
    display: none;
    position: absolute;
    top: 55%;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background-color: #FFE39D;
    content: "";
}

.button_official p:before {
    left: -1.3rem;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

.button_official p:after {
    right: -1.3rem;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.button_official a {
    position: relative;
    text-decoration: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 200px;
    padding: 0.5rem;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #E8849C;
    filter: drop-shadow(0px 2px 2px #D0657D);
    border-radius: 50px;
}

.button_official a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

/* 
=======================================================
Ranking
=======================================================
*/
/* Wrapping all of ranking components */


@media screen and (max-width: 480px) {}

/* Wrapping rank header, editor comment, review */

.each_rank_content {
    position: relative;
    margin: 0 auto;
    margin-bottom: 4rem;
    box-shadow: 0px 0px 5px 3px rgba(206, 203, 188, 0.15);
    border-radius: 10px;
}

.each_rank_content::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #F2EA79;
    /* 緑色 */
    z-index: -1;
    border-radius: 10px;
}

.each_rank_content:nth-child(odd)::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 4rem;
    position: absolute;
    background-color: #F2EA79;
    /* 緑色 */
    z-index: -1;
}

.each_rank_content:last-child {
    margin-bottom: 0;
}

.for_padding {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 1.5rem 1rem 0;
    border-radius: 10px;
}

.for_padding--last {
    margin-top: 1rem;
}


@media screen and (max-width: 480px) {
    .for_padding h1 {
        font-size: 20px;
    }

    .for_padding {
        border-radius: 0px;
    }

    .each_rank_content {
        margin-bottom: 2rem;
        border-radius: 0px;
    }

    .each_rank_content::before {
        border-radius: 0px;
    }

    .each_rank_content:last-child {
        margin-bottom: 0;
    }

    .each_rank_content {
        box-shadow: none;
    }
}

/* 
Ranking Header
-------------------------------------------------------
*/

.rank {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #fef6f2c9;
}

/* メダル付きタイトル */
.rank_name {
    position: relative;
    padding-left: 70px;
    padding-bottom: 10px;
    color: #402921;
    border-bottom: solid 3px #F2B705;
    margin-bottom: 1rem;
}

/* 1位 */
.no1.rank_name::before {
    content: "";
    position: absolute;
    left: 0;
    top: -45px;
    display: inline-block;
    width: 100px;
    height: 80px;
    background: url(/common/img/asset/ranking/medal1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
}

/* 2位 */
.no2.rank_name::before {
    content: "";
    position: absolute;
    left: 0;
    top: -45px;
    display: inline-block;
    width: 100px;
    height: 80px;
    background: url(/common/img/asset/ranking/medal2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
}

/* 3位 */
.no3.rank_name::before {
    content: "";
    position: absolute;
    left: 0;
    top: -45px;
    display: inline-block;
    width: 100px;
    height: 80px;
    background: url(/common/img/asset/ranking/medal3.webp);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
}

@media screen and (max-width:1000px) {
    .rank {
        background-color: #FFFFF2;
    }
}



@media screen and (max-width: 480px) {
    .rank {
        padding-top: 0;
        padding-bottom: 1rem;
    }

    .rank_name {
        margin-bottom: 10px;
    }

    .rank_name::before {
        width: 40px;
        height: 25px;
    }
}

/* 
=======================================================
星付きRATING
=======================================================
*/

/* Recommendation bar */
.rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding-bottom: 1rem;
}

.rate_left {
    padding: 10px 20px;
    background-color: #f69157;
    border: 3px solid #f69157;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.rate_right {
    display: flex;
    background-color: #fff;
    padding: 10px 20px;
    border: 3px solid #f69157;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.rate {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 30px;
    font-size: 30px;
    margin-right: 20px;
}

.rate::before,
.rate::after {
    position: absolute;
    display: inline-block;
    height: 30px;
    content: '★★★★★';
    line-height: 30px;
}

.rate::before {
    color: #c4c4c4;
}

.no1_rate .rate::after {
    overflow: hidden;
    /* fomula: rating * font size */
    /* font-size = 30px*/
    /* ex: rating 5 * 30 = 150px */
    width: 150px;
    color: #ffeb00;
}

.no2_rate .rate::after {
    overflow: hidden;
    /* fomula: rating * font size */
    /* font-size = 30px*/
    /* ex: rating 4.5 * 30 = 135px */
    width: 135px;
    color: #ffeb00;
}

.no3_rate .rate::after {
    overflow: hidden;
    /* fomula: rating * font size */
    /* font-size = 30px*/
    /* ex: rating 4.5 * 30 = 135px */
    width: 126px;
    color: #ffeb00;
}

.recotext {
    font-weight: 700;
    font-size: 18px;
}

.recommend_level {
    color: #fff;
}

.rate-wrap {
    display: flex;
    width: 330px;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    border: 1.5px solid #e8d8b0;
    margin: 20px auto 0;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .rating {
        justify-content: center;
        margin: .5rem 0;
        margin-top: 0;
        padding: 0;
    }

    .rate_left {
        border: none;
        padding: 5px 10px;
    }

    .rate_right {
        border: none;
        padding: 5px 10px;
    }

    .recotext {
        font-size: 0.9rem;
    }
}

.each_rank_content .content {
    display: flex;
    align-items: stretch;
    margin: 1rem 0;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .each_rank_content .content {
        flex-direction: column;
        width: 100%;
    }
}

.hover_banner {
    background-color: #fff;
}

.hover_img:hover,
.hover_img:active {
    filter: opacity(70%);
    cursor: pointer;
}

/* 
Rank Header
=======================================================
*/
/* Including ranking left and right */
.rank_header {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
}

/* including rating and banner */
.rank_header .left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    flex: 1;
    margin-right: 1rem;
}

/* including the table */
.rank_header .right {
    display: flex;
    flex: 1;
}

/* 
Rank table
=======================================================
*/

.rank_table_wrap {
    overflow: hidden;
    border: 2px solid #fbd0b7;
}

.rank_table {
    border-collapse: collapse;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.rank_table th,
.rank_table td {
    padding: 0.6rem;
    margin: 0.6rem 0;
    vertical-align: middle;
    /* border-bottom: 2px solid #fbd0b7; */
}

.rank_table tr {
    border-bottom: 2px solid #fbd0b7;
}

.rank_table tr:last-child {
    border-bottom: none;
}

.rank_table td {
    background-color: #FFF;
}

.rank_table th {
    color: #402921;
    background: #feefe7;
    border-right: 2px solid #fbd0b7;
}

@media screen and (max-width: 480px) {
    .rank_table {
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        /* margin-bottom: 1rem; */
    }

    .rank_table th,
    .rank_table td {
        border-bottom: none;
        text-align: center;
        padding: 0.2rem;
    }

    .rank_table th {
        width: 120px;
    }

    /* .rank_table tr:last-child {
        border-bottom: 1px solid #F2620F;
    } */
}

/* 
Ranking Point
=======================================================
*/

.rank_point {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background-color: rgba(54, 217, 201, 0.1);
}

.rank_point--eminal {
    height: 326px;
}

.rank_title {
    width: 90%;
    font-size: 20px;
    text-align: center;
    color: #333;
    font-weight: 700;
    border-bottom: #fff 2px solid;
}

ul.rank_points {
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style: none;
    padding: 10px;
    padding-bottom: 0;
}

.rank_points>li {
    background: url(/common/img/asset/common/star_green.webp) no-repeat 0;
    background-size: auto 25px;
    padding-left: 30px;
    margin-bottom: 10px;
}

.rank_points>li:nth-child(even) {
    background: url(/common/img/asset/common/star_yellow.webp) no-repeat 0 0;
    background-size: auto 25px;
    padding-left: 30px;
    margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
    .rank_point {
        flex-direction: column;
        margin: 0;
    }

    .rank_points_wrap {
        margin: 0;
        margin-bottom: 1rem;
        width: 100%;
    }

    ul.rank_points {
        width: 100%;
    }

    .rank_points_wrap:after {
        display: none;
    }


    .dog_img {
        display: none;
    }

    .rank_point--eminal {
        height: auto;
    }
}

/* rank banner, dicription become one colomn when display witdth under 480 */
@media screen and (max-width: 480px) {
    .rank_header {
        flex-direction: column;
        margin-top: 0;
        padding: 0;
    }

    .rank_header .left {
        margin-right: 0;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .rank_header .right {
        margin-bottom: 1rem;
    }

    .rank_discription {
        width: 100%;
        padding: 0;
    }
}

/* Recommendation bar */
.rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding-bottom: 1rem;
}

.rate_left {
    padding: 10px 20px;
    background-color: #f69157;
    border: 3px solid #f69157;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.rate_right {
    display: flex;
    background-color: #fff;
    padding: 10px 20px;
    border: 3px solid #f69157;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.rate {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 30px;
    font-size: 30px;
    margin-right: 20px;
}

.rate::before,
.rate::after {
    position: absolute;
    display: inline-block;
    height: 30px;
    content: '★★★★★';
    line-height: 30px;
}

.rate::before {
    color: #c4c4c4;
}

.no1_rate .rate::after {
    overflow: hidden;
    /* fomula: rating * font size */
    /* font-size = 30px*/
    /* ex: rating 5 * 30 = 150px */
    width: 150px;
    color: #ffeb00;
}

.no2_rate .rate::after {
    overflow: hidden;
    /* fomula: rating * font size */
    /* font-size = 30px*/
    /* ex: rating 4.5 * 30 = 135px */
    width: 135px;
    color: #ffeb00;
}

.no3_rate .rate::after {
    overflow: hidden;
    /* fomula: rating * font size */
    /* font-size = 30px*/
    /* ex: rating 4.5 * 30 = 135px */
    width: 126px;
    color: #ffeb00;
}

.recotext {
    font-weight: 700;
    font-size: 18px;
}

.recommend_level {
    color: #fff;
}

.rate-wrap {
    display: flex;
    width: 330px;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    border: 1.5px solid #e8d8b0;
    margin: 20px auto 0;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .rating {
        justify-content: center;
        margin: .5rem 0;
        margin-top: 0;
        padding: 0;
    }

    .rate_left {
        border: none;
        padding: 5px 10px;
    }

    .rate_right {
        border: none;
        padding: 5px 10px;
    }

    .recotext {
        font-size: 0.9rem;
    }
}

.test {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1rem 0;
}

/* 
Ranking comment
-------------------------------------------------------
*/
/* Wraping admin_img, arrow_box */
.rank_comment {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.admin_img {
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    width: 20%;
    padding-right: 2rem;
}

/* 編集者コメント
=======================================================*/
.arrow_box {
    z-index: 1;
    position: relative;
    background: #FFFFFF;
    padding: 20px;
    text-align: left;
    border: 3px solid #FD9E29;
    color: #333333;
    width: 70%;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
}

.arrow_box:after,
.arrow_box:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 77%;
    display: inline-block;
}


.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 7px;
    border-bottom-width: 10px;
    border-right-width: 20px;
    margin-top: -15px;
    border-right-color: #FFFFFF;
}

.arrow_box:before {
    border-color: rgba(253, 240, 198, 0);
    border-top-width: 8px;
    border-bottom-width: 12px;
    border-right-width: 22px;
    margin-top: -16px;
    margin-right: 2px;
    border-right-color: #FD9E29;
}

@media screen and (max-width: 480px) {
    .rank_comment_wrap {
        padding: 0;
        margin: 1rem 0;
    }

    .rank_comment {
        position: relative;
        flex-direction: column-reverse;
        align-items: flex-end;
        padding: 0;

    }

    .admin_img {
        position: absolute;
        z-index: 5;
        bottom: -50px;
        width: 120px;
        height: 100px;
        object-fit: cover;
        object-position: top;
        transform: scale(-1, 1);
    }

    .arrow_box {
        width: 100%;
    }

    .arrow_box:after {
        content: none;
    }

    .arrow_box:before {
        content: none;
    }

}

/* 利用者の口コミ
=======================================================*/
.card_wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 1rem;
    padding: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.card:last-child {
    margin-right: 0;
}

.card_header {
    width: 30%;
    margin: 1rem 0;
}

.card_text {
    height: 70%;
    padding: 1rem 2rem;
    background-color: #dee4b3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dog_detail {
    margin-top: 0.3rem;
    text-align: right;
}

@media screen and (max-width: 480px) {
    .card_wrap {
        flex-direction: column;
    }

    .card {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .card:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
}

/* 
Ranking review
-------------------------------------------------------
*/
/* Wrapping headline, review_main */
/* .rank_reviews_wrap {
    padding: 20px 0;
} */

/* Wrapping review_icon, review_text */
.review_main {
    display: flex;
    background: #fff;
    /* border: 4px solid #EDF2E9; */
    border-radius: 20px;
    padding: 1rem 1.6rem;
    line-height: 1.8rem;
    margin-bottom: 0.5rem;
}

.review_main:last-child {
    margin-bottom: 0;
}

.review_title {
    padding: .3rem .7rem;
    margin-bottom: 10px;
    border-left: 5px dotted #93A686;
    font-size: 20px;
}

.review_sentence {
    padding-left: 20px;
}

.post_person {
    text-align: right;
}

@media screen and (max-width: 480px) {
    .rank_reviews_wrap {
        padding: 0;
        margin-top: 1rem;
    }

    .review_main {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .review_icon {
        width: 30%;
        padding: 0;
        margin: 0;
    }

    .review_title {
        font-size: 18px;
    }

    .review_text {
        width: 100%;
    }
}


/* 
=======================================================
Search
=======================================================
*/
/* 
=======================================================
Search_result
=======================================================
*/
.search_result_wrap {
    background-color: white;
    color: #40281F;
    border: #f8b296 solid 3px;
    border-radius: 10px;
    margin-bottom: 2.5rem;
}

.search_result_wrap .footprint_headline {
    margin-top: 0;
    margin-bottom: 0;
}

.search_result_title {
    text-align: center;
    position: relative;
    padding: 1rem;
    background: repeating-linear-gradient(to right, #FFFAEC, #FFFAEC 6px, #fff8de 6px, #fff8de 20px);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
    font-size: 2rem;
}

.search_result {
    display: flex;
    align-items: center;
}

.result_text_wrap {
    width: 80%;
    font-size: 30px;
    padding: 0.5rem;
    margin: 0 2rem;
    padding-top: 0;
}

.search_result_img {
    width: 20%;
    position: relative;
    top: 40px;
    z-index: 2;
    right: 40px;
    transform: scale(-1, 1);
}

@media screen and (max-width: 480px) {
    .search_result {
        flex-direction: column;
        align-items: flex-end;
        padding: 0;
        margin: 0;
    }

    .search_result_wrap {
        margin: 0;
        margin: 1rem 0;
        margin-bottom: 2rem;
    }

    .search_result_title {
        font-size: 1.5rem;
    }

    .search_result_title::before {
        top: 80%;
    }

    .result_text_wrap {
        padding: 1rem;
        padding-bottom: 2rem;
        margin: 0;
        width: 100%;
    }

    .search_result_img {
        position: relative;
    }

    .search_result_img img {
        position: absolute;
        width: 100%;
        top: -80px;
        left: -20px;
    }
}

/* 
=======================================================
Footer
=======================================================
*/
.footer {
    color: white;
    background: #36D9C8;
    text-align: center;
    padding: 30px 10px;
    font-weight: bolder;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer .menu li {
    margin: 0;
    padding: 0 0px;
}

.menu li::before {
    content: "｜";
    padding-right: 30px;
    padding-left: 30px;
    color: white;
    position: relative;
}

.menu .after_line ::after {
    content: "｜";
    padding: 0 30px 0;
}

.footer .copyright {
    margin: auto;
    padding: 20px 0 0 0;
}

@media screen and (max-width:480px) {
    .footer {
        margin: 0;
    }

    .footer .menu {
        margin: 0;
        padding: 0;
        display: block;
    }

    .footer .menu li {
        margin: 0 0 10px 0;
        padding: 0 5px;
    }

    .menu li::before {
        content: "";
        padding: 0;
    }

    .menu .after_line ::after {
        content: "\A";
        padding: 0;
    }
}

.footer_logo img {
    width: 10%;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:480px) {
    .footer_logo img {
        width: 60%;
        display: block;
        margin: 50px auto 0;
    }

    .footer a {
        color: white;
        text-decoration: none;
        font-size: 0.8rem;
    }
    
}

/* 
=======================================================
プライバシーポリシー
=======================================================
*/

.privacy_title {
    text-align: center;
    margin: 20px auto;
}

.privacy_wrap {
    margin: 30px auto;
}

.privacy01 {
    margin: 15px auto;
}

.privacy01 ol {
    margin: 15px auto;
    list-style-type: decimal;
    /* 数字形式（1, 2, 3, ...） */
}

.privacy01 li {
    margin: 20px 0px 10px auto;
}

.privacy01 h2 {
    margin-bottom: 10px;
}

@media screen and (max-width:480px) {
    .privacy_wrap {
        margin: 30px 20px;
    }
}

/* 
=======================================================
ランキングの根拠
=======================================================
*/

.ranking_title {
    text-align: center;
    margin: 20px auto;
}

.ranking_wrap {
    margin: 30px auto;
}

.ranking_rate h1 {
    background-color: #36D9C8;
    color: white;
    text-align: center;
    padding: 5px;
    border: 1px solid gray;
    border-bottom: 0px;
}

.ranking_rate table {
    border: 1px solid gray;
    width: 100%;
    border-collapse: collapse;
    font-size: 20px;
    text-align: center;
}

.ranking_rate td {
    border: 1px solid gray;
    padding: 10px;
}

.ranking_evidence h1 {
    text-align: center;
    margin: 30px 0 0px 0;
    padding: 5px;
    border: 1px solid gray;
    border-bottom: 0;
    background-color: #36D9C8;
    color: white;
}

.ranking_evidence p {
    border: 1px solid gray;
    padding: 10px;
}

@media screen and (max-width:480px) {
    .ranking_wrap {
        margin: 10px 15px 0px 15px;

    }

    .ranking_rate table {
        font-size: 15px;
        vertical-align: middle;
    }

    .ranking_rate td {
        vertical-align: middle;
    }

    .ranking_evidence p {
        font-size: 15px;
        margin-bottom: 20px;
    }

}

/* 
=======================================================
運営者情報
=======================================================
*/

.company_title {
    text-align: center;
    margin: 20px auto;
}

.company_wrap {
    margin: 30px auto;
}

.company_info {
    display: flex;
    justify-content: center;
    margin: 40px auto;

}

.company_text {
    text-align: left;
}

@media screen and (max-width:480px) {
    .company_info {
        padding: 15px;
        font-size: 15px;
    }
}

/*ローディング
------------------------------------------*/
#re-load {
    text-align: center;
    justify-content: center;
    display: flex;
    padding: 50px 50px;
    background-color: white;
}

#re-load-in {
    padding: inherit;
}

#re-load-logo img {
    width: 50%;
}

#re-load-text {
    font-size: 2vmin;
}

#re-load-title {
    padding: 10px 10px;
    font-size: 3vmin;

}

#re-load-link span {
    font-size: 2vmin;
    color: blue;
    text-decoration: underline;
}

.loader {
    margin: 100px auto;
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load5 {

    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #53ad5c, 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2), 2.5em 0em 0 0em rgba(83, 173, 92, 0.2), 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.2), 0em 2.5em 0 0em rgba(83, 173, 92, 0.2), -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.2), -2.6em 0em 0 0em rgba(83, 173, 92, 0.5), -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.7), 1.8em -1.8em 0 0em #53ad5c, 2.5em 0em 0 0em rgba(83, 173, 92, 0.2), 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.2), 0em 2.5em 0 0em rgba(83, 173, 92, 0.2), -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.2), -2.6em 0em 0 0em rgba(83, 173, 92, 0.2), -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.5), 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.7), 2.5em 0em 0 0em #53ad5c, 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.2), 0em 2.5em 0 0em rgba(83, 173, 92, 0.2), -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.2), -2.6em 0em 0 0em rgba(83, 173, 92, 0.2), -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.2), 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.5), 2.5em 0em 0 0em rgba(83, 173, 92, 0.7), 1.75em 1.75em 0 0em #53ad5c, 0em 2.5em 0 0em rgba(83, 173, 92, 0.2), -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.2), -2.6em 0em 0 0em rgba(83, 173, 92, 0.2), -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.2), 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2), 2.5em 0em 0 0em rgba(83, 173, 92, 0.5), 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.7), 0em 2.5em 0 0em #53ad5c, -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.2), -2.6em 0em 0 0em rgba(83, 173, 92, 0.2), -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.2), 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2), 2.5em 0em 0 0em rgba(83, 173, 92, 0.2), 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.5), 0em 2.5em 0 0em rgba(83, 173, 92, 0.7), -1.8em 1.8em 0 0em #53ad5c, -2.6em 0em 0 0em rgba(83, 173, 92, 0.2), -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.2), 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2), 2.5em 0em 0 0em rgba(83, 173, 92, 0.2), 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.2), 0em 2.5em 0 0em rgba(83, 173, 92, 0.5), -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.7), -2.6em 0em 0 0em #53ad5c, -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.2), 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2), 2.5em 0em 0 0em rgba(83, 173, 92, 0.2), 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.2), 0em 2.5em 0 0em rgba(83, 173, 92, 0.2), -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.5), -2.6em 0em 0 0em rgba(83, 173, 92, 0.7), -1.8em -1.8em 0 0em #53ad5c;
    }
}

@keyframes load5 {

    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #53ad5c, 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2), 2.5em 0em 0 0em rgba(83, 173, 92, 0.2), 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.2), 0em 2.5em 0 0em rgba(83, 173, 92, 0.2), -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.2), -2.6em 0em 0 0em rgba(83, 173, 92, 0.5), -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.7), 1.8em -1.8em 0 0em #53ad5c, 2.5em 0em 0 0em rgba(83, 173, 92, 0.2), 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.2), 0em 2.5em 0 0em rgba(83, 173, 92, 0.2), -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.2), -2.6em 0em 0 0em rgba(83, 173, 92, 0.2), -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.5), 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.7), 2.5em 0em 0 0em #53ad5c, 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.2), 0em 2.5em 0 0em rgba(83, 173, 92, 0.2), -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.2), -2.6em 0em 0 0em rgba(83, 173, 92, 0.2), -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.2), 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.5), 2.5em 0em 0 0em rgba(83, 173, 92, 0.7), 1.75em 1.75em 0 0em #53ad5c, 0em 2.5em 0 0em rgba(83, 173, 92, 0.2), -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.2), -2.6em 0em 0 0em rgba(83, 173, 92, 0.2), -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.2), 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2), 2.5em 0em 0 0em rgba(83, 173, 92, 0.5), 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.7), 0em 2.5em 0 0em #53ad5c, -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.2), -2.6em 0em 0 0em rgba(83, 173, 92, 0.2), -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.2), 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2), 2.5em 0em 0 0em rgba(83, 173, 92, 0.2), 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.5), 0em 2.5em 0 0em rgba(83, 173, 92, 0.7), -1.8em 1.8em 0 0em #53ad5c, -2.6em 0em 0 0em rgba(83, 173, 92, 0.2), -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.2), 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2), 2.5em 0em 0 0em rgba(83, 173, 92, 0.2), 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.2), 0em 2.5em 0 0em rgba(83, 173, 92, 0.5), -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.7), -2.6em 0em 0 0em #53ad5c, -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.2), 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2), 2.5em 0em 0 0em rgba(83, 173, 92, 0.2), 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.2), 0em 2.5em 0 0em rgba(83, 173, 92, 0.2), -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.5), -2.6em 0em 0 0em rgba(83, 173, 92, 0.7), -1.8em -1.8em 0 0em #53ad5c;
    }
}

/* 
=======================================================
Search
=======================================================
*/
/* 
=======================================================
Search_result
=======================================================
*/

.search_result_wrap {
    background-color: white;
    border: #36D9C8 solid 3px;
    border-radius: 10px;
    margin: 3rem 0;
}

.search_result_title {
    text-align: center;
    position: relative;
    padding: 1rem;
    background: repeating-linear-gradient(to right, #FFFAEC, #FFFAEC 6px, #fff8de 6px, #fff8de 20px);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
    font-size: 2rem;
}

.search_result {
    display: flex;
    align-items: center;
}

.result_text_wrap {
    width: 80%;
    font-size: 30px;
    padding: 0.5rem;
    margin: 0 20px;
    padding-top: 0;
}

.search_result_img {
    width: 20%;
    position: relative;
    top: 10px;
    z-index: 2;
    right: 20px;
    transform: scale(-1, 1);
}

.for_search_cta {
    margin-bottom: 3rem;
}

@media screen and (max-width: 480px) {
    .search_result {
        position: relative;
        flex-direction: column;
        align-items: flex-end;
        padding: 0;
        margin: 0;
    }

    .search_result_wrap {
        margin: 0;
        margin: 1em 0;
    }

    .search_result_title {
        font-size: 1.5rem;
    }

    .search_result_title::before {
        top: 80%;
    }

    .result_text_wrap {
        padding: 1rem;
        margin: 0;
        width: 100%;
    }

    .search_result_img {
        position: absolute;
        width: 50%;
        max-width: 100px;
        top: -100px;
    }

    .menu_wrap {
        display: flex;
        width: 100%;
    }

    .menu {
        width: 50%;
    }
}