@charset "UTF-8";
/* CSS Document */

body {
    font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #44372a;
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-size: 1kpx;
}

#shumi img,
object,
embed,
video,
#manual img,
object,
embed,
video {
    max-width: 100%;
    height: auto;
}

footer {
    margin-top: 70px;
}

#footer {
    background: #8cc53f;
    text-align: center;
    padding: 40px;
    color: #fff;
    font-size: 13px;
    margin-top: -10px;
}

.sp {
    display: none;
}

.is-sp {
    display: none;
}

.red2 {
    color: red;
}

.list {
    display: none;
}

.search-box_label {
    font-weight: bold;
}

.is-hide {
    display: none;
}

.none {
    display: none;
}

.top_ber {
    display: block;
    width: 100%;
}

.head {
    clear: both;
    overflow: hidden;
    padding: 10px 50px;
}

.moshimo {
    font-size: 20px;
    line-height: 40px;
    margin: 10px 0 30px;
}

.moshimo span {
    color: #ff5599;
}


.left {
    float: left;
}

.head .left img {
    display: inline-block;
    width: 40%;
}

.main p {
    margin: auto;
    max-width: 84%;
    text-align: center;
}

.contain {
    width: 900px;
    margin: 0 auto;
}

.start {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}



#shumi {
    background: #fff7ef;
}

#manual {
    background: #f6f2eb;
}


#shumi h2 {
    margin: 0 auto 20px;
    text-align: center;
}

#question01 {
    margin: 0 auto 20px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

#question01::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 16px;
    margin-right: 6px;
    background-image: url(../images/niku.png);
    background-size: contain;
}

.type {
    margin-right: 20px;
    display: inline-block;
    width: 560px;
}

.age {
    display: inline-block;
    width: 260px;
}


#shumi #dynatable-type,
#shumi #dynatable-age {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #df1164;
    font-size: 18px;
    /* margin-right: 10px; */
    font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #D93C5C;
}

#shumi #dynatable-type {
    width: 300px;
}

.searchArea2 {
    padding: 20px 20px 15px;
    background: #FFFDFA;
    border-radius: 24px;
}

.linl {
    text-align: right;
    text-decoration: underline;
    margin-top: 20px;
}

.linl a {
    color: #266bbe !important;
}

.sq {
    text-align: center;
}

.alart {
    display: none;
    font-size: 20px;
    color: #e8384d;
    margin-top: 10px;
}

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


.button-radio input[type="radio"] {
    display: none;
}

.button-radio label {
    display: inline-block;
    color: #44372a;
    padding: 25px 0;
    width: 32%;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    border: 2px solid #df1164;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.button-radio label:hover {
    background-color: #ffd8d8;
}

.button-radio input[type="radio"]:checked+label {
    background-color: #ff5599;
    color: #fff;
}

.flex_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex_b img {
    max-width: 70%;
    vertical-align: sub;
}

.button-radio {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.search-box {
    font-size: 18px;
    margin-bottom: 20px;
}

.search-box_label {
    font-size: 26px;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
    color: #44372a;
    display: inline-table;
}

.search-box_label:hover,
.question:hover {
    opacity: 0.8;
}

.search-box li {
    width: 100%;
}





.simlation-area .form-area {
    background: #fcfbf9;
    padding: 30px 3%;
    border-radius: 24px;

}

footer img {
    width: 100%;
}

.copyright {
    text-align: center;
    padding: 15px;
    font-size: 16px;
}

.plan_box {
    padding: 40px 90px;
    background: #FFFDFA;
    border-radius: 24px;
    margin-bottom: 30px;
}

.plan_contain {
    width: 60%;
    padding-left: 2%;
    line-height: 1.2;
    letter-spacing: 0;
}

.plan_contain h3 {
    margin-top: 6px;
    font-size: 36px;
}

.plan_contain p {
    font-size: 22px;
}

.plan_contain ul {
    -webkit-box-pack: inherit !important;
    -ms-flex-pack: inherit !important;
    justify-content: inherit !important;
}

.plan_contain ul li {
    margin-right: 6px;
}


.plan_name {
    font-size: 22px;
}

.plan_price {
    font-size: 24px;
}

.plan_price span {
    font-size: 48px;
    color: #ff0000;
    font-weight: bold;
}

.plan_logo {
    width: 38%;
    height: auto;
    text-align: center;
}

.plan_logo img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    border-radius: 8px;
}

.plan_box .flex_b {
    position: relative;
    z-index: 1;
    /* 必要であればリンク要素の重なりのベース順序指定 */
}

.plan_box .flex_b a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 2;
    /* 必要であればリンク要素の重なりのベース順序指定 */
}

.plan_table {
    margin: 10px 0;
}

.plan_table table {
    width: 100%;
    text-align: center;
    line-height: 1.0;
    letter-spacing: 0;
}

.plan_table th {
    background: #fff9e5;
    font-size: 24px;
}

.plan_table td {
    font-size: 20px;
    border-right: 2px solid #dddddd;
    border-bottom: none;
    line-height: 1.2em;
    padding: 15px 0 10px;
}

.plan_table td:last-child {
    border-right: none;
}

.plan_table td span {
    font-size: 32px;
    font-weight: bold;
}

.plan_table td .gendo {
    display: block;
    font-size: 15px;
    color: #777;
}

.plan_table th span {
    font-size: 16px;
}

.plan_table table {
    border: 2px solid #dddddd;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
}

.plan_table table tbody th {
    vertical-align: middle;
    padding: 5px 0;
    background-color: #fff9e5;
    border-right: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
}

.plan_table table tbody th:last-child {
    border-right: none;
}

.plan_table table tbody td {
    vertical-align: middle;
}

.note {
    margin-top: 10px;
    font-size: 13px;
}

.plan_ul li {
    list-style-position: inside;
    list-style-image: url(../../common/images/niku.png);
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px;
    line-height: 1.2;
}

.plan_ul li small {
    font-size: 15px;
}

.plan_ul span {
    color: #ff5599;
}

.plan_conv {
    margin-top: 35px;
}

.plan_conv ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.plan_conv .plan_order {
    width: 55%;
    height: 90px;
}

.plan_conv .plan_siryou {
    width: 38%;
    height: 90px;
}

.plan_conv li a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
}

.plan_conv .plan_order a {
    background: #ff0000;
}

.plan_conv .plan_siryou a {
    background: #0c02cc;
}

.plan_conv .plan_order a::before,
.plan_conv .plan_siryou a::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -6px;
    transform: rotate(45deg);
}


#page-top {
    position: fixed;
    bottom: 20px;
    /*    bottom: 6%;*/
    right: 20px;
    font-size: 77%;
    margin: 0;
    z-index: 9999;
    text-decoration: none;
}

#page-top img {
    max-width: 300px;
}

.question {
    display: inline-table;
    vertical-align: sub;
    margin-left: 7px;
}


.slime .plan {
    background: #44372a;
    text-align: center;
    color: #fff;
    border-radius: 50px 50px 30px 30px;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 2em;
    width: 100px;
    margin: 0 auto;
    margin-top: -18px;
    letter-spacing: 0;
}


.sim_count {
    color: red;
    font-size: 36px;
}


.huwa {
    -webkit-animation: img_box_9955 5s linear infinite;
    animation: img_box_9955 5s linear infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    margin: 1rem 0 !important;
}

label,
select,
#submit_btn,
button {
    cursor: pointer;
}

#submit_btn img {
    -webkit-box-shadow: 0px 10px #df1164;
    box-shadow: 0px 10px #df1164;
    border-radius: 80px;
}

#submit_btn:active img {
    -webkit-box-shadow: 0px 0px #df1164;
    box-shadow: 0px 0px #df1164;
    border-radius: 80px;
    margin-top: 10px;
    margin-bottom: -10px;

}

.button {
    display: contents;
}

.modal_top {
    padding: 20px 40px;
    background: #ff5599;
    border-radius: 20px 20px 0 0;
}

.modal_top img {
    display: inline-table;
    vertical-align: middle;
}

.modal_top h3 {
    display: inline-table;
    margin: 0 0 0 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 32px;
    color: #ffffff;
}

.iziModal {
    border-radius: 20px !important;
}

.modal_bottom {
    padding: 35px;
}

.modal_bottom p {
    font-size: 20px;
}

.modal_bottom .chui {
    margin-top: 10px;
    font-size: 16px;
}

.modal_bottom .exam {
    margin: 30px 0 20px
}

.modal_bottom span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffec7f));
    background: linear-gradient(transparent 70%, #ffec7f 0%);
    font-weight: bold;
}

.modal_bottom .img {
    text-align: center;
}

.modaling {
    border-radius: 20px;
}

.iziModal-content {
    border-radius: 20px !important;
}

.modaling .close {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: -80px;
    font-size: 60px;
}

.modaling .close a {
    padding: 0 10px 5px;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    background: #44372C;
    color: #fff;
}

/*-------------------smoth--------------------*/

/*
body {
  overflow-y: auto;
}

.smooth {
  height: 100vh;
  overflow-y: auto;
  scroll-behavior: smooth;
}
*/

/*

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


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

    33.33333% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    66.66667% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}


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

    33.33333% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    66.66667% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

/*----------------------------------------------------------------------
トリセツページ
------------------------------------------------------------------------*/
#manual .main {
    width: 92%;
    margin: auto;
    text-align: center;
}

#manual .main+.txt_box {
    width: 92%;
    margin: auto;
}

#manual h1 {
    margin-top: 50px;
    margin-bottom: 6px;
}

#manual h2,
#manual h3 {
    font-family: 'TsukuARdGothic-Regular', 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic Pro', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    color: #44372a;
    font-weight: bold;
    letter-spacing: -1px;
    letter-spacing: 0.04em;
    text-align: center;
}

#manual h2 {
    background: #44372a;
    border-radius: 16px;
    color: #fff;
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 20px;
    padding: 20px 0;
}

#manual h3 {
    border: 2px solid #44372a;
    color: #44372a;
    font-size: 26px;
    line-height: 1.53;
    margin-top: 24px;
    margin-bottom: 20px;
    padding: 8px;
}

#manual .txt_box+h3 {
    margin-top: 30px;
}

#manual .sub {
    font-family: 'TsukuARdGothic-Regular', 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic Pro', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    letter-spacing: 0;
}

#manual .sub span {
    color: #ff5599;
}

#manual .compny_logo {
    margin-bottom: 46px;
}

#manual .mv {
    margin-bottom: 45px;
}

#manual .txt_box p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 2;
    letter-spacing: 0;
}

#manual .simulation_link {
    color: #44372a;
}

#manual section+section {
    margin-top: 52px;
}

#manual .txt_box+.reference_img {
    margin-top: 32px;
}

#manual .reference_img+h3 .reference_img {
    margin-bottom: 12px;
}

#manual .sq_btn {
    margin-top: 52px;
    margin-bottom: 54px;
}

#manual .simulation_btn img {
    -webkit-box-shadow: 0px 10px #df1164;
    box-shadow: 0px 10px #df1164;
    border-radius: 60px;
}

#manual .simulation_btn:active img {
    -webkit-box-shadow: 0px 0px #df1164;
    box-shadow: 0px 0px #df1164;
    border-radius: 60px;
    margin-top: 10px;
    margin-bottom: -10px;
}

.footer_link {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    font-size: 20px;
    text-align: center;
    list-style: none;
}

.footer_link li:not(:last-child) {
    margin-right: 14px;
}

.footer_link a {
    color: #266bbe;
}

.comparison-mainVisual__custom-controls {
    display: flex;
    justify-content: center;
    color: #D93C5C !important;
    !i;
    !;
}

/* カスタム */
.radio-buttons {
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 30px;
}

/* ラジオボタンのデフォルトスタイル */
.radio-buttons input[type="radio"] {
    position: absolute;
    opacity: 0;
    /* デフォルトのラジオボタンを隠す */
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* ラジオボタンのカスタムスタイル */
.radio-buttons .radio-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 52px;
    background-color: #fff;
    /* デフォルト背景色 */
    border: 1px solid #D93C5C;
    /* 外枠の色 */
    border-radius: 25px;
    cursor: pointer;
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 8px;
    padding-left: 46px;
    /* テキストとチェックマークの間隔 */
}

/* チェックマークの外枠スタイル (非チェック時の外枠) */
.radio-buttons .radio-container::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 1px solid #D93C5C;
    /* 外枠の色 */
    border-radius: 50%;
    background: transparent;
    /* 初期背景は透明 */
}

/* チェックされたときのスタイル (内部の円) */
.radio-buttons input[type="radio"]:checked+.radio-container::after {
    content: '';
    position: absolute;
    left: 14px;
    /* 中心の黒い円の位置調整 */
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    /* 中心の黒い円のサイズ */
    height: 10px;
    background-color: #D93C5C;
    /* 中心の円の色 */
    border-radius: 50%;
}

/* チェックされたときの外枠のスタイル */
.radio-buttons input[type="radio"]:checked+.radio-container::before {
    border-color: #D93C5C;
    /* 選択時の外枠色 */
    background-color: #fff;
    /* 選択時の背景色 (外枠内部) */
}


/* チェックされたときのラベルのスタイル */
.radio-buttons input[type="radio"]:checked+.radio-container {
    background-color: #FFEAEA;
}

/* select */
/* **************************************** */
.select_boxs {
    display: flex;
    justify-content: flex-start;
}

.select_box {
    position: relative;
}

.select_box::before,
.select_box::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.select_box::before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-36px);
    display: inline-block;
    width: 2.2em;
    min-width: 40px;
    height: 42px;
    border-radius: 0 6px 6px 0;
    background-color: #FFEAEA;
    border: 1px solid #D93C5C;
    border-top: none;
    border-bottom: none;
    content: '';
    box-sizing: border-box;
}

.select_box::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-180%, -250%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #D93C5C;
    border-right: 2px solid #D93C5C;
    content: '';
}

.select_box select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 45px;
    padding: .4em 3.6em .4em .8em;
    border: 1px solid #D93C5C;
    border-radius: 6px;
    background: #fff;
    color: #D93C5C;
    font-size: 18px;
    cursor: pointer;
}

.select_box select:focus {
    outline: 1px solid #D93C5C;
}

.comparison-mainVisual__custom-controls .select_boxs .select_box:last-child {
    width: 147px;
    margin-left: 10px;
}

.pet-breed-select {
    width: 278px;
}

.pat-age-select {
    width: 147px !important;
}

/* 比較開始のボタン */
.comparison-mainVisual__button {
    display: flex;
    justify-content: center;
}

.comparison-mainVisual__button-icon {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 5px;
    margin-bottom: -4px;
    background-color: #fff;
    /* アイコンのデフォルト色 */
    -webkit-mask-image: url(/img/icon_search.svg);
    mask-image: url(/img/icon_search.svg);
    mask-size: cover;
    transition: background-color 0.3s ease;
    /* 色変更のトランジション */
}

.comparison-mainVisual__button a:hover .comparison-mainVisual__button-icon {
    background-color: #D93C5C;
    /* ホバー時のアイコン色 */
}

.comparison-mainVisual__button a {
    display: inline-block;
    width: 100%;
    max-width: 520px;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #D93C5C;
    border-radius: 50px;
    color: #fff !important;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    border: 2px solid transparent;
    /* 透明の枠を事前に設定 */
}

.comparison-mainVisual__button a:hover {
    background-color: #fff;
    color: #D93C5C !important;
    border-color: #D93C5C;
    /* ホバー時に枠の色を変更 */
    opacity: 1 !important;
}

/* END 比較開始のボタン */
@media screen and (max-width:1300px) {

    .modal_top img {
        width: 90px !important;
    }

    .modal_top h3 {
        display: inline-table;
        margin: 0 0 0 10px;
        text-align: center;
        vertical-align: middle;
        font-size: 28px;
    }

}

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

    body {
        font-size: 13px;
    }

    .pc {
        display: none;
    }

    .is-sp {
        display: block;
    }

    .head {
        clear: both;
        overflow: hidden;
        padding: 5px 2% 10px;
    }

    .head .left {
        width: 40%;
        margin-top: 5px;
    }

    .head .left img {
        width: 100%;
    }

    .contain {
        width: 100%;
        margin: 0 auto;
    }

    .sq img {
        width: 40%;
    }

    .start img {
        width: 80%;
    }



    .moshimo {
        font-size: 12px;
        line-height: 30px;
        margin: 10px 0 30px;
    }

    h2 img {
        width: 76%;
    }

    .searchArea2 {
        padding: 20px 2%;
        background: #FFFDFA;
        border-radius: 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 92%;
        margin: 0 auto;
    }

    .type {
        margin-right: 5%;
        display: inline-block;
        width: 60%;
    }

    #dynatable-type {
        width: 100%;
        height: 70px;
        border-radius: 8px;
        border: 1px solid #d0b200;
        font-size: 24px;
        margin-right: 5%;
    }

    .type {
        margin-right: 5%;
        display: inline-block;
        width: 60%;
    }

    .age {
        display: inline-block;
        width: 35%;
    }


    .simlation-area .form-area {
        background: #fcfbf9;
        padding: 30px 3%;
        border-radius: 24px;
        width: 90%;
        margin: 0 auto;
    }


    .button-radio {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .button-radio label {
        display: inline-block;
        color: #44372a;
        padding: 25px 0;
        width: 32%;
        text-align: center;
        background-color: #fff;
        border-radius: 8px;
        border: 2px solid #df1164;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: bold;
    }

    .search-box {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .search-box_label {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .search-box li {
        width: 100%;
    }

    .sq_btn {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .sq_btn img {
        width: 80%;
    }



    .plan_box {
        padding: 20px 2%;
        background: #FFFDFA;
        border-radius: 24px;
        margin-bottom: 30px;
    }

    .plan_logo {}

    .plan_contain {}

    .plan_contain p {
        font-size: 14px;
    }

    .plan_contain h3 {
        margin-top: 3px;
        font-size: 22px;
        background-color: inherit;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

    .plan_price {
        font-size: 16px;
    }

    .plan_price span {
        font-size: 20px;
        font-weight: bold;
        margin-left: 3%;
    }

    .plan_table th {
        background: #fff9e5;
        font-size: 12px;
    }

    .plan_table th span {
        font-size: 10px;
    }

    .plan_table td {
        font-size: 12px;
        border-right: 2px solid #dddddd;
        border-bottom: none;
    }

    .plan_table td span {
        font-size: 16px;
        font-weight: bold;
        margin-left: 5%;
    }

    .plan_table td img {
        width: 22% !important;
        display: inline-table;
        vertical-align: sub;
    }

    .note {
        font-size: 11px;
    }

    .link {
        width: inherit !important;
    }

    .plan_conv ul {
        width: 100%;
        justify-content: center;
    }

    .plan_ul li {
        letter-spacing: 0;
        font-size: 12px;
        font-weight: bold;
        margin-top: 4px;
    }

    .plan_ul li small {
        font-size: 10px;
    }

    .plan_conv {
        margin-top: 20px;
    }

    .plan_conv .plan_order {
        width: 62%;
        height: 60px;
        margin-right: auto;
    }

    .plan_conv .plan_siryou {
        width: 36%;
        height: 60px;
    }

    .plan_conv li a {
        font-weight: bold;
        font-size: 15px;
    }

    .plan_conv .plan_order a::before,
    .plan_conv .plan_siryou a::before {
        width: 6px;
        height: 6px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        top: 50%;
        right: .5em;
        margin-top: -5px;
    }

    #dynatable-type {
        width: 100%;
        height: 60px;
        border-radius: 8px;
        border: 1px solid #d0b200;
        font-size: 14px;
        margin-right: 5%;
    }

    #dynatable-age {
        width: 100%;
        height: 60px;
        border-radius: 8px;
        border: 1px solid #d0b200;
        font-size: 14px;
    }

    .linl {
        text-align: right;
        text-decoration: underline;
        margin-top: 10px;
        font-size: 10px;
    }

    .question {
        display: inline-table;
        width: inherit;
        height: 22px !important;
        vertical-align: top;
    }

    .plan_table td .gendo {
        font-size: 9px;
        letter-spacing: -1px;
    }

    .copyright {
        text-align: center;
        padding: 15px;
        font-size: 10px;
    }

    .top_ber {

        height: 7px;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .sim_count {
        font-size: 18px;
    }


    .start {
        margin-top: 10px;
    }

    .start img {
        width: 90%;
    }

    .button-radio label {
        border-radius: 16px;
    }

    .plan_box {
        margin-bottom: 20px;
    }

    #page-top {
        display: none;
        position: fixed;
        bottom: 50px;
        /* bottom: 10px; */
        right: 10px;
        font-size: 77%;
        margin: 0;
        z-index: 9999;
    }

    .niku {
        text-align: right;
    }

    .niku img {
        width: 50%;
    }

    .slime .plan {
        background: #44372a;
        text-align: center;
        color: #fff;
        border-radius: 50px 50px 30px 30px;
        padding: 5px 1%;
        font-size: 8px;
        line-height: 2em;
        width: 34%;
        margin-top: -10px;
        float: right;
        margin-right: 6.5%;
        /* margin: 0 auto; */
    }

    .modal_bottom .img {
        text-align: center;
        width: 100%;
    }

    .modal_top {
        padding: 10px 3%;
        background: #ff5599;
        border-radius: 20px 20px 0 0;
    }

    .modal_top img {
        width: 30% !important;
    }

    .modal_bottom {
        padding: 3%;
    }

    .modal_bottom p {
        font-size: 14px;
    }

    .modal_bottom .exam {
        margin: 20px 0 10px;
    }

    .modal_bottom .chui {
        font-size: 11px;
    }

    .modal_top h3 {
        display: inline-table;
        margin: 0 0 0 10px;
        text-align: center;
        vertical-align: middle;
        font-size: 20px;
        color: #ffffff;
    }

    .iziModal {
        border-radius: 20px !important;
        max-width: 80% !important;
    }

    .iziModal-navigate-prev {
        margin-left: -50% !important;
    }

    .iziModal-navigate-next {
        margin-right: -50% !important;
    }

    .modaling .close {
        display: inline-block;
        position: absolute;
        top: -68px;
        font-size: 50px;
    }

    .iziModal-navigate>button {
        height: 40px !important;
        width: 10% !important;
    }

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

    .modal_top h3 {
        display: block;
        margin: 0;
        text-align: center;
        font-size: 20px;
        color: #ffffff;
    }

    .zero {
        width: 80%;
        margin: 20px auto 0;
    }

    .alart {
        font-size: 16px;
    }

    #footer {
        padding: 20px;
        color: #fff;
        font-size: 10px;
        margin-top: -10px;
    }

    .bnr .sp {
        width: 90%;
        margin: auto;
    }

    .footer_link {
        font-size: 12px;
    }

    /*----------------------------------------------------------------------
    トリセツページ
    ------------------------------------------------------------------------*/

    #manual section {
        width: 92%;
        margin: auto;
    }

    #manual h1 {
        margin-top: 20px;
        margin-bottom: 2px;
    }

    #manual h2 {
        border-radius: 8px;
        font-size: 20px;
        padding: 10px;
    }

    #manual h3 {
        font-size: 17px;
        padding: 6px;
    }

    #manual .sub {
        font-size: 12px;
        letter-spacing: -1px;
        margin-bottom: 15px;
    }

    #manual .compny_logo {
        margin-bottom: 26px;
    }

    #manual .mv {
        margin-bottom: 26px;
    }

    #manual .txt_box p {
        font-size: 14px;
        margin-bottom: 6px;
        line-height: 1.68;
    }

    #manual .sq_btn {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    #manual section+section {
        margin-top: 32px;
    }

    #manual .txt_box+.reference_img {
        margin-top: 16px;
    }

}

/*----------------------------------------------------------------------
テキスト
------------------------------------------------------------------------*/
.rect_btn {
    position: relative;
    display: inline-block;
    color: #FFF;
    width: 100%;
    margin-bottom: 10px;
    background: #ff5599;
    /*背景色*/
    border-bottom: solid 2px #db4983;
    /*少し濃い目の色に*/
    border-radius: 8px;
    /*角の丸み*/
    -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 6px 6px rgba(0, 0, 0, 0.19);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 6px 6px rgba(0, 0, 0, 0.19);
}

.rect_btn:active {
    border-bottom: solid 2px #ff5599;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.rect_btn a {
    display: inline-block;
    width: 100%;
    padding: .8em 0;
    color: #FFF;
    text-decoration: none;
    font-size: 200%;
    font-weight: bold;
}

.rect_btn a:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 0;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    position: absolute;
    top: 40%;
    right: 8%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.round_btn {
    position: relative;
    display: inline-block;
    color: #FFF;
    width: 65%;
    margin-bottom: 10px;
    background: #ff5599;
    /*背景色*/
    border-bottom: solid 2px #db4983;
    /*少し濃い目の色に*/
    border-radius: 60px;
    /*角の丸み*/
    -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 6px 6px rgba(0, 0, 0, 0.19);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 6px 6px rgba(0, 0, 0, 0.19);
}

.round_btn:active {
    border-bottom: solid 2px #ff5599;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.round_btn a {
    display: inline-block;
    width: 100%;
    padding: 1em 0;
    color: #FFF;
    text-decoration: none;
    font-size: 200%;
    font-weight: bold;
}

.round_btn a:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 0;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    position: absolute;
    top: 43%;
    right: 8%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.head {
    padding-bottom: 0;
}

#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;

}

#footerFloatingMenu img {
    max-width: 100%;
    margin: auto;
    vertical-align: bottom;
}

/* 合わせて読みたい */
.emphasize-link {
    position: relative;
    margin: 2.4em 0;
    border: 4px solid #AE8A68;
    background-color: #FFFBF2;
    border-radius: 10px;
}

.emphasize-link__title {
    position: absolute;
    top: -20px;
    left: 18px;
    padding-top: 4px;
    padding-left: 48px;
    padding-right: 20px;
    padding-bottom: 4px;
    color: #fff !important;
    background-color: #AE8A68;
    border-radius: 18px;
}

.emphasize-link__title::after {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    content: '';
    display: inline-block;
    margin-top: -2px;
    width: 22px;
    height: 22px;
    background-image: url(../../../common/images/icon_decorative_feather_pen.png);
    background-size: contain;
}

.emphasize-link a {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 1.6em 1em 1em;
    font-weight: bold;
    color: #684829 !important;
    cursor: pointer;
}

@media screen and (max-width:1000px) {
    .head {
        padding-bottom: 10px;
    }

    .main {
        width: 96%;
        margin: auto;
    }

    .rect_btn,
    .round_btn {
        width: 85%;
        -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 4px 4px rgba(0, 0, 0, 0.19);
        box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 4px 4px rgba(0, 0, 0, 0.19);
    }

    .rect_btn a,
    .round_btn a {
        font-size: 150%;
    }

    .rect_btn a:before,
    .round_btn a:before {
        width: 10px;
        height: 10px;
        top: 47%;
        right: 4%;
        border-top: solid 3px #fff;
        border-right: solid 3px #fff;
    }

    .emphasize-link {
        position: relative;
        margin: 2.4em .4em 2em;
        border: 4px solid #AE8A68;
        background-color: #FFFBF2;
        border-radius: 10px;
    }

    .emphasize-link__title {
        position: absolute;
        top: -20px;
        left: 18px;
        padding-top: 4px;
        padding-left: 48px;
        padding-right: 20px;
        padding-bottom: 4px;
        color: #fff !important;
        background-color: #AE8A68;
        border-radius: 18px;
    }

    .emphasize-link__title::after {
        position: absolute;
        top: 50%;
        left: 18px;
        transform: translateY(-50%);
        content: '';
        display: inline-block;
        margin-top: -2px;
        width: 22px;
        height: 22px;
        background-size: contain;
    }

    .emphasize-link a {
        position: relative;
        box-sizing: border-box;
        display: inline-block;
        width: 100%;
        padding: 1.6em 1em 1em;
        font-weight: bold;
        font-size: 15px;
        line-height: 1.46;
        color: #684829 !important;
    }
}

.cp_box {
    width: auto;
    font-size: 23px;
}

.cp_box label {
    position: relative;
    display: block;
    width: 35%;
    padding-bottom: 3px;
    margin: 15px auto;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    border-bottom: 2px solid #ff5599;
}

.cp_box label:before {
    font-family: 'FontAwesome';
    content: ' \f067';
    padding-right: 5px;
    color: #ff5599;
}

.cp_box input:checked~label:before {
    font-family: 'FontAwesome';
    content: ' \f068';
    color: #ff5599;
}

.cp_box input {
    display: none;
}

.cp_box .cp_container {
    position: relative;
    z-index: 10;
    overflow: hidden;
    height: 0;
    margin-top: -1px;
    -webkit-transition: height 0.3s ease-in-out, -webkit-box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, -webkit-box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear, -webkit-box-shadow 0.6s linear;
    background: rgba(255, 255, 255, 0.5);
}

.cp_box input:checked~div {
    -webkit-transition: height 0.5s ease-in-out, -webkit-box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, -webkit-box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
}

/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked~div.cp_container {
    height: auto;
    margin-bottom: 10px;
}

.cp_container table {
    width: 100%;
    border-collapse: collapse;
}

.cp_container table th {
    background-color: #ffebf1;
}

.cp_container table th,
.cp_container table td {
    padding: 10px;
    border: solid 1px #ddd;
    vertical-align: middle;
}

@media screen and (max-width:1000px) {
    .cp_box {
        font-size: 16px;
    }

    .manual_link {
        font-size: 16px;
        margin: 14px 0;
    }
}

.tab_wrap {
    width: 100%;
    margin: 0 auto;
}

input[type="radio"] {
    display: none;
}

.tab_area {
    margin-bottom: 20px;
    text-align: center;
    font-size: 0;
}

.tab_area label {
    width: 44%;
    display: inline-block;
    margin: auto;
    padding: 1.4rem 0;
    color: #44372a;
    background: #fff;
    text-align: center;
    font-size: 1.2rem;
    cursor: pointer;
    -webkit-transition: ease 0.2s opacity;
    transition: ease 0.2s opacity;
}

.tab_area label:first-of-type {
    border-radius: 50px 0 0 50px;
    border: 2px solid #eb5986;
}

.tab_area label:last-of-type {
    border-radius: 0 50px 50px 0;
    border: 2px solid #eb5986;
}

.tab_area .sp_none {
    display: none;
}

.tab_icon {
    display: inline-block;
    vertical-align: middle;
    max-width: 15% !important;
}

.panel_area {
    padding: 3% 0;
}

.tab_panel {
    width: 100%;
    display: none;
}


#tab1:checked~.tab_area .tab1_label,
#tab2:checked~.tab_area .tab2_label {
    background: #ffebf1;
    color: #eb5986;
    font-weight: bold;

}

#tab1:checked~.panel_area #panel1 {
    display: block;
}



#tab2:checked~.panel_area #panel2 {
    display: block;
}

/*----------------------------------------------------------------------
シミュレーション改善&開閉式条件追加
------------------------------------------------------------------------*/
#submit_btn img {
    width: 50%;
}

.searchArea2 {
    border-radius: 24px;
}

.search_more *,
.search_more *:before,
.search_more *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search_more {
    width: auto;
    margin: 30px 0;
    padding: 0 30px;
    /* background: #fcfbf9; */
    border-radius: 0 0 24px 24px;
}

.search_more .more_label {
    font-weight: bold;
    position: relative;
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 40px;
    padding: 1em;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    border: 1px solid #9a8620;
    border-radius: 10px;
    background: #fed939;
}

.search_more h2 {
    margin-bottom: 0 !important;
    font-size: 18px;
}

/*閉じた状態の矢印描画*/
.search_more .more_label:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: #44372a 2px solid;
    border-right: #44372a 2px solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 2%;
    top: 0;
    bottom: 15%;
    margin: auto;
}

/*開いた状態の矢印描画*/
.search_more input[type=checkbox]:checked+.more_label:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: #44372a 2px solid;
    border-right: #44372a 2px solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 2%;
    top: 7%;
    bottom: 0;
    margin: auto;
}

.search_more input:checked~.more_label:hover::after {
    color: #ffffff;
}

.search_more input {
    display: none;
}

.search_more .more_container {
    position: relative;
    z-index: 10;
    overflow: hidden;
    height: 0;
    margin-top: -1px;
    -webkit-transition: height 0.3s ease-in-out, -webkit-box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, -webkit-box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear, -webkit-box-shadow 0.6s linear;
    background: rgba(255, 255, 255, 0.5);
}

.search_more input:checked~div {
    -webkit-transition: height 0.5s ease-in-out, -webkit-box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, -webkit-box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
}

/* 続きを読むを押すと表示されるテキストの高さ */
.search_more input:checked~div.more_container {
    height: auto;
}


@media screen and (max-width: 480px) {
    #question01 {
        max-width: 100%;
        font-size: 16px;
        text-align: center;
    }

    #question01::before {
        margin-right: 4px;
    }

    .tab_panel p {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .plan_contain h3 {
        font-size: 13px;
        padding-top: 5px;
    }

    .plan_name {
        font-size: 16px;
    }

    .plan_price span {
        font-size: 24px;
        font-weight: bold;
        margin-left: 1%;
    }

    .tab_area label {
        padding: 10px 0;
        font-size: 13px;
    }

    .tab_area .sp_none {
        display: none;
    }

    .tab_icon {
        display: inline-block;
        vertical-align: middle;
        width: 15%;
    }

    .note {
        font-size: 12px !important;
    }

    .plan {
        width: 90%;
        margin: auto;
    }

    /*    シミュレーション改善&開閉式条件追加*/

    #submit_btn img {
        width: 90%;
    }

    .search_more {
        width: 92%;
        margin: 20px auto;
        padding: 0;
    }

    .search_more h2 {
        font-size: 18px;
    }

    .search_more .more_label {
        width: 96%;
        margin: 0px auto 20px;
    }

    .search_more .more_label:after {
        width: 10px;
        height: 10px;
        right: 5%;
        top: 0;
        bottom: 10%;
    }

    .search_more input[type=checkbox]:checked+.more_label:after {
        width: 10px;
        height: 10px;
        right: 5%;
        top: 0;
        bottom: -5%;
    }

}


/* 比較表検索窓 */
.switch_area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.switch_area li:not(:last-child) {
    margin-right: 10px;
}

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

    .searchArea2 {
        padding: 4%;
    }

    .comparison-mainVisual__custom-controls {
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
        margin-bottom: 24px;
    }

    .switch_area {
        justify-content: flex-start;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .radio-buttons {
        gap: 20px;
    }

    .radio-buttons .radio-container {
        width: 60px;
    }

    #shumi #dynatable-type {
        width: 100%;
        /* min-width: 240px; */
    }

    .select_box::before {
        transform: translateY(-21px);
        width: 3em;
    }

    .select_box::after {
        right: 1.5em;
        transform: translate(50%, -80%) rotate(45deg);
        width: 8px;
        height: 8px;
    }

    .comparison-mainVisual__custom-controls .select_boxs .select_box:last-child {
        margin-left: 20px;
    }

    .comparison-mainVisual__button a {
        max-width: none;
    }

    #shumi #dynatable-type,
    #shumi #dynatable-age {
        font-size: 14px;
    }
}


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

    .switch_area {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .switch_area li {
        width: 49%;
    }

    .pat-age-select {
        width: 120px !important;
    }
}

/*----------------------------------------------------------------------
Q＆A
------------------------------------------------------------------------*/
.qa_contents {
    box-sizing: border-box;
}

.qa_menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 1em 0;
    text-align: center;
}

.qa_menu li {
    width: 31.3%;
    background: #eee;
}

.qa_menu a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    color: #333 !important;
    text-decoration: none;
}

.qa_box {
    max-width: 948px;
    margin: auto;
    margin-bottom: 20px;
    background: #ffe8f1;
}

.inu .qa_box,
.neko .qa_box {
    margin-bottom: 20px;
}

.inu .faq_link,
.neko .faq_link {
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
}

.qa_title {
    margin-bottom: 10px;
}

.qa_box .box_inner {
    padding: 1em;
}

.box_menu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 26px;
}

.box_menu li {
    margin: 0 10px 10px 0;
}

.checkmark {
    padding-left: 24px;
    position: relative;
}

.checkmark:before,
.checkmark:after {
    content: "";
    display: block;
    position: absolute;
}

.checkmark:before {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #ffffff;
    left: 0;
    top: 2px;
}

.checkmark:after {
    border-left: 2px solid #ff5d86;
    border-bottom: 2px solid #ff5d86;
    width: 6px;
    height: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 5px;
    top: 7px;
}

.qa_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 22px;
    min-height: 140px;
    line-height: 1.4;
}

.qa_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.qa_col.question {
    position: relative;
    width: 30%;
    color: #fff;
    background: #ff5d86;
    border-radius: 8px 0 0 8px;
    pointer-events: none;
}

.qa_col.question p {
    width: 100%;
    text-align: center;
}

.qa_col.answer {
    display: grid;
    width: 64%;
    padding: 1em 1em 1em 1.8em;
    background: #fff;
    border-radius: 0 8px 8px 0;
}

.triangle {
    position: absolute;
    top: 42.5%;
    right: -10px;
    width: 0;
    height: 0;
    border-left: 14px solid #ff5d86;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}

.qa_col .qa_table {
    width: 100%;
    margin-top: 20px;
}

.qa_table table {
    width: 100%;
    border-collapse: collapse;
}

.qa_table table th,
.qa_table table td {
    padding: .6em .8em;
    border: solid 1px;
}

.qa_table table th {
    width: 40%;
    font-weight: normal;
    background: #eee;
}

.qa_table table td {
    width: 60%;
}

.qa_table p {
    margin-top: 14px;
    font-size: 14px;
    color: #666;
}

.faq_link {
    text-align: center;
}

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

    .faq-title {
        /* margin-bottom: 0 !important; */
        padding: 18px 0;
        font-size: 18px;
        color: #fff;
        background-color: #ea5a86;
    }

    .faq_wrap {
        width: 95%;
        margin: auto;
    }

    .faq_h3 {
        margin: 15px 0 5px 0;
        padding: 15px 0 15px 8px;
        background: #f2f2f2;
        border-bottom: 0;
        color: #333;
    }

    /*ボックス全体*/
    .faqbox {
        margin: .6em 0 .8em;
        padding: 0;
        max-width: 100%;
        /*最大幅*/
        font-size: 14px;
    }

    /*ラベル*/
    .faqbox label {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        margin-top: 1px;
        padding-right: 28px;
        color: #333;
        background: #ffebf1;
        cursor: pointer;
        transition: all 0.5s;
    }

    .faqbox label:after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-top: #f2608d 2px solid;
        border-right: #f2608d 2px solid;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 15%;
        margin: auto;
    }

    /*チェックは隠す*/
    .faqbox input {
        display: none;
    }

    /*中身を非表示にしておく*/
    .faqbox .faqshow {
        height: 0;
        padding: 0;
        overflow: hidden;
        opacity: 0;
        transition: 0.8s;
    }

    /*クリックで中身表示*/
    .cssacc:checked+label+.faqshow {
        height: auto;
        background: #fff;
        opacity: 1;
    }

    /*開いた状態の矢印描画*/
    .cssacc:checked+label:after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-top: #f2608d 2px solid;
        border-right: #f2608d 2px solid;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        right: 10px;
        top: 7%;
        bottom: 0;
        margin: auto;
    }

    .answer_area {
        display: flex;
        align-items: center;
        width: 100%;
        height: auto;
        background: #f2f2f2;
    }

    .answer_no {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 50px;
        height: 100%;
    }

    .answer_txt {
        width: 100%;
        background: #fff;
        color: #333;
        padding: 15px 10px;
        line-height: 1.7;
    }

    .number {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        padding: 15px 0;
        margin-right: 10px;
        width: 50px;
        height: 100%;
        background: #ffc2d2;
        color: #fff;
        text-align: center;
    }

    .answer_txt table {
        table-layout: fixed;
        margin-top: 10px;
        border: 1px solid #ddd;
    }

    .answer_txt table tr:nth-child(odd) th,
    .answer_txt table tr:nth-child(odd) td {
        background: #fff5f9;
    }

    .answer_txt table th {
        width: 43%;
        vertical-align: middle;
        border-right: 1px solid #ddd;
    }

    .answer_txt table th,
    .answer_txt table td {
        padding: 8px;
        text-align: left;
    }

    .answer_txt table .note {
        padding-left: 0;
        text-indent: 0;
    }

    .inu .faq_link,
    .neko .faq_link {
        width: 100%;
        margin: 0 auto;
        font-size: 14px;
        text-align: center;
    }
}