@charset "utf-8";

/* CSS 変数 */
:root {
    /* カラー */
    --color-primary: #3E3A39;
    --color-main: #0082D2;
    --color-sub-yellow: #FFD900;
    --color-sub-green: #00A55B;
    --color-sub-pink: #EF6181;
    --color-sub-deeppink: #FD155F;
    --color-sub-purple: #a64a97;

    /* フォントサイズ */
    /* --font-size-base: clamp(0.875rem, 0.795rem + 0.33vw, 1rem); */
    --font-size-base: 1rem;
    --font-size-small: clamp(0.75rem, 0.6rem + 0.64vw, 1rem);
    --font-size-xsmall: clamp(0.625rem, 0.438rem + 0.8vw, 0.938rem);
    --font-size-xxsmall: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
    --font-size-h1: clamp(1.5rem, 1.05rem + 1.92vw, 2.25rem);
    --font-size-h2: clamp(1.25rem, 0.875rem + 1.6vw, 1.875rem);
    --font-size-h2-icon: clamp(1.5rem, 1.275rem + 0.96vw, 1.875rem);
    --font-size-h3: clamp(1.125rem, 0.9rem + 0.96vw, 1.5rem);
    --font-size-h4: clamp(1rem, 0.85rem + 0.64vw, 1.25rem);
}




body,
tooltip,
popover {}

_:lang(x)::-ms-backdrop,
.selector {
    /* IE11でのみ有効 */
}

.gothic {
    font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: normal;
}

.mincho {
    font-family: "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    font-weight: normal;
    font-weight: 400;
    color: #111111;
}

html {
    background: #ffffff;
    scroll-behavior: smooth;
    /* ゆっくり遷移する */
}

body {
    letter-spacing: -.01em;
    line-height: 1.7;
    z-index: -9999;
    color: #333333;
    background-color: #ffffff;
    font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
}

#wrapper {
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
}

table {
    text-align: left;
}

table ol {
    margin-bottom: 0;
}

a {
    color: #555555;
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
    text-decoration: none;
}

b,
strong,
.bold {
    font-weight: bold;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    line-height: 1.6;
}

h1,
.h1 {
    font-size: 2rem;
}

h2,
.h2 {
    font-size: 1.65rem;
}

h3,
.h3 {
    font-size: 1.3rem;
}

h4,
.h4 {
    font-size: 1.2rem;
}

h5,
.h5 {
    font-size: 1.1rem;
}

h6,
.h6 {
    font-size: 1.0rem;
}

.sp-none {
    display: none;
    /*SPのコンテンツPCの時は非表示*/
}

/* ########### 991px以下 ＞lg ########### */
@media (max-width: 991px) {
    .sp-none {
        display: none;
        /*SPのコンテンツPCの時は非表示*/
    }
}

/* ########### 767px以下 ＞md ########### */
@media (max-width: 767px) {

    .sp-none {
        display: none;
        /*SPのコンテンツ PCの時は非表示*/
    }

}

/* ########### 575px以下 ＞sm ########### */
@media (max-width: 575px) {
    .pc-none {
        display: none;
        /*PCのコンテンツ SPの時は非表示*/
    }

    .sp-none {
        display: contents;
        /*SPのコンテンツSPの時は表示*/
    }

    h1,
    .h1 {
        font-size: 1.65rem;
    }

    h2,
    .h2 {
        font-size: 1.4rem;
    }

    h3,
    h4,
    .h3,
    .h4 {
        font-size: 1.20rem;
    }
}

.small {
    font-size: 80%;
}

.xsmall {
    font-size: 11px;
}

h2 .xsmall {
    font-size: 14px;
}

.large {
    font-size: 130%;
}

.xlarge {
    font-size: 170%;
}

.line-h10 {
    line-height: 1.0;
}

.line-h11 {
    line-height: 1.1;
}

.line-h12 {
    line-height: 1.2;
}

.line-h13 {
    line-height: 1.3;
}

.line-h14 {
    line-height: 1.4;
}

.line-h15 {
    line-height: 1.5;
}

/*テンプレート設定*/
/*ヘッダー設定*/
#HeaderWrapper {
    border-bottom: #3B971B 6px solid;
}

#HeaderWrapper .hLogo {
    max-width: 80%;
}

#HeaderWrapper .navbar .nav {
    font-size: 80%;
}

#HeaderWrapper .navbar-toggler {
    padding: 0.1rem !important;
    border: none !important;
}

#HeaderWrapper #HeaderNav .row {
    height: 100%;
    justify-content: center;
    align-items: center;
}

#HeaderWrapper #HeaderNav .nav-link {
    font-weight: bold;
    border-left: #000000 1px solid;
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
    display: block;
    white-space: nowrap;
}

#HeaderWrapper #HeaderNav .nav-fill .nav-link {
    padding: 0;
}

#HeaderWrapper #HeaderNav .nav-fill .nav-link a {
    padding: 0.375rem 10%;
    border-radius: 50rem !important;
}

#HeaderWrapper #HeaderNav .nav-fill .nav-link a:hover {
    background-color: #D8EAD1;
    color: #000000;
}

#HeaderWrapper #HeaderNav .nav-link:last-child {
    border-right: #000000 1px solid;
}

#HeaderWrapper #HeaderNav .nav-link.bt1,
#HeaderWrapper #HeaderNav .nav-link.bt2 {
    border-left: none;
    border-right: none;
}

#HeaderWrapper #navDrop .nav-item {
    display: block;
}

#HeaderWrapper #pc-menu {
    position: absolute !important;
    transform: translate(0px, 6px);
    width: 100% !important;
    background-color: #D8EAD1;
    z-index: 1000;
    text-align: center;
    font-weight: bold;
}

/* ########### 1199px(xl)以下 ########### */
@media (max-width: 1199px) {
    #HeaderWrapper #HeaderNav .nav-link:last-child {
        border-right: none;
    }
}

/* ########### 991px(lg)以下 ########### */
@media (max-width: 991px) {}

/* ########### 767px(md)以下 ########### */
@media (max-width: 767px) {
    #HeaderWrapper {}

    #HeaderWrapper #navDrop .nav {
        display: block;
        font-size: 100%;
    }

    #HeaderWrapper #navDrop .nav a {
        color: #ffffff;
    }

    #HeaderWrapper #navDrop {
        position: absolute;
        top: 76px;
        left: 0;
        width: 100%;
        background-color: #92339D;
        z-index: 1000;
    }

    #HeaderWrapper #navDrop li {
        border-top: #ffffff 1px solid;
    }

    #HeaderWrapper #navDrop li .dropdown-toggle::after {
        float: right;
        margin-top: .3rem;
        padding: .3rem;
        color: #ffffff;
        border: 0.15rem solid currentColor;
        border-left: 0;
        border-bottom: 0;
        box-sizing: border-box;
        transform: translateY(-25%) rotate(135deg);
    }

    #HeaderWrapper #navDrop li .dropdown-menu {
        background-color: #E4CCE6;
        position: relative;
        border-radius: 0;
        border: none;
        border-top: #ffffff 1px solid;
        float: none;
        padding: 0;
    }

    #HeaderWrapper #navDrop li .dropdown-menu a {
        color: #333333;
        border-bottom: #ffffff 1px solid;
        padding: .5rem 1.5rem;
        white-space: normal;
    }

    #HeaderWrapper #navDrop li .dropdown-menu a:last-child {
        border-bottom: none;
    }
}

/* ########### 575px(xs)以下 ########### */
@media (max-width: 575px) {}

/*ヘッダー設定　ここまで*/

/*フッター設定*/
#footerFixedMenu {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1500;
}

#footerFixedBtn {
    position: fixed;
    right: 0;
    top: 110px;
    width: 40px;
    display: flex;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

#footer {
    background-color: #E4CCE6;
}

#footerBase {
    background-color: #770084;
    color: #ffffff;
}

#footerBase a {
    color: #ffffff;
}

#footerBase ul {
    padding-right: 2rem;
}

#footerMenu li {
    line-height: 1.2;
    padding-bottom: .8rem;
}

#footerMenu .parent {
    border-bottom: #770084 1px solid;
    margin-bottom: 1rem;
    font-weight: bold;
}

div.toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    /*デフォルトは非表示*/
    opacity: 0;
}

div.toTop a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: #ffffff 1px solid;
    color: #ffffff;
    font-size: 1.35rem;
    background-color: rgba(59, 151, 27, 0.7);
    text-align: center;
}

/* ########### 575px(xs)以下 ########### */
@media (max-width: 575px) {

    #footer,
    #footer .container-xl {
        padding: 0 !important;
    }

    #footer .container-xl {
        padding: 0 !important;
    }

    #footer .container-xl ul {
        margin: 0 !important
    }

    #footer .container-xl ul li {
        padding: .68rem .8rem !important;
        border-bottom: #ffffff 1px solid;
    }

    #footer .container-xl ul li.parent,
    #footer .container-xl ul li.ex {
        background-color: #92339D;
        color: #ffffff;
        margin-bottom: 0;
        font-weight: normal;
    }

    #footer .container-xl ul li.parent a,
    #footer .container-xl ul li.ex a {
        color: #ffffff;
    }

    #footerAddress {
        margin-bottom: 84px;
    }

    #footerAddress {
        font-size: 3vw;
    }

    div.toTop {
        position: fixed;
        bottom: 95px;
        right: 10px;
        z-index: 9999;
        /*デフォルトは非表示*/
        opacity: 0;
    }
}


#footerFixedBtn {
    /*PC固定ボタン設定*/
    position: fixed;
    right: 0;
    top: 510px;
    width: 40px;
    display: flex;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 1500;
}

/*フッター設定　ここまで*/

/*全ページ共通*/
#pageBody {
    zoom: 100%;
}

.title {
    letter-spacing: 1px;
}

.breadcrumb_bg {}

.breadcrumb {
    border-radius: 0;
}

.breadcrumb a,
.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
    color: #555555;
}

.img-responsive {
    width: 100%;
    max-width: 100%;
}

img.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

img.gray:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

#pageHeader {
    text-align: center;
}

#pageHeader {
    font-size: 3rem;
}

#pageHeader h1 {
    margin: 0;
}

#pageHeader h1::after {
    width: 100px;
    max-width: 90%;
    margin: auto;
    display: block;
    margin-top: 1rem;
    content: "";
}

#pageHeader span {
    display: block;
    font-size: 1rem;
}

#pageHeader.bg-lightgreen h1::after {
    border-bottom: #3B971B 6px solid;
}

#pageHeader.bg-lightgreen span {
    color: #3B971B;
}

h2.green {
    position: relative;
    padding: 1rem 0;
    border-bottom: 3px solid #9DCB8D;
}

h2.green:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 20%;
    height: 3px;
    content: '';
    background: #3B971B;
}

.btn-lg {
    font-weight: bold;
    font-size: 1.1rem
}

.btn-xlg {
    padding: 1rem 1rem;
    font-weight: bold;
    font-size: 1.2rem
}

.rounded-lg {
    border-radius: .8rem !important;
}

.underline {
    background: linear-gradient(transparent 60%, #F9E600 30%);
}

/*全ページ共通ここまで*/

/*---------------------------------------------------------
パンくずデザイン
---------------------------------------------------------*/
.breadcrumb {
    width: auto;
    max-width: 1200px;
    text-align: right;
    margin: 5px auto 25px;
    color: #aaa;
}

ol.breadcrumb li {
    display: inline-block;
    text-align: left;
    margin-left: 10px;
}

ol.breadcrumb li:before {
    content: "» ";
}

ol.breadcrumb li a {
    color: #aaa;
    color: #0e438a;
}


/* ########### 1199px(xl)以下 ########### */
@media (max-width: 1199px) {}

/* ########### 991px(lg)以下 ########### */
@media (max-width: 991px) {}

/* ########### 767px(md)以下 ########### */
@media (max-width: 767px) {

    .scrollImg {
        max-width: none !important;
        overflow-x: auto;
        white-space: nowrap;
        overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
    }

    .scrollImg::after {
        content: url(../img/contents/scroll.svg);
        position: absolute;
        bottom: -15px;
        right: 10px;
    }

    .scrollImg img {
        max-width: none !important;
    }
}

/* ########### 575px(xs)以下 ########### */
@media (max-width: 575px) {

    .btn-lg {
        font-weight: bold;
        font-size: 1.0rem
    }

    .btn-xlg {
        padding: 1rem 1rem;
        font-weight: bold;
        font-size: 1.1rem
    }
}

/*サイトマップページ*/
#sitemap li,
#sitemap ul.sub-menu {
    padding-left: 1.5rem;
    list-style: none;
}

#sitemap li li {
    padding-left: 0;
}

#sitemap li::before {
    padding-left: 0;
    content: "●";
    padding-right: 10px;
}

#sitemap li li::before {
    padding-left: 0;
    content: "├";
    padding-right: 10px;
    color: #666666;
}

#sitemap li li:last-child::before,
#sitemap li.end::before {
    padding-left: 0;
    content: "└";
    padding-right: 10px;
    color: #666666;
}

/*---------------------------------------------------------
取扱商品･サービス
---------------------------------------------------------*/
.service-img img {
    width: 30%;
}

/*---------------------------------------------------------
ページ内リンク
https://coco-factory.jp/ugokuweb/move02/4-12/
---------------------------------------------------------*/

ul.list-group-flush {
    padding-inline-start: 0px;
}

ul.delay-show>li {
    font-weight: 400;
    position: relative;
}

/*==================================================
            スタート時は要素自体を透過0にするためのopacity:0;を指定する
            ===================================*/

.box {
    opacity: 0;
}

/*==================================================
            動かしたい動き（今回は” ふわっ” を採用）
            ===================================*/

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/*==================================================
            アコーディオン
            ===================================*/

.accordion-003 {
    max-width: 100%;
    margin-bottom: 7px;
    border-bottom: 2px solid #d6dde3;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em .3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}

.accordion-003[open] summary::after {
    transform: rotate(225deg);
}

.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em .3em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-003[open] p {
    transform: none;
    opacity: 1;
}


/*==================================================
            Q&A
===================================*/

.faq-q:before {
    content: "Q";
    font-size: 85%;
    margin-right: 5px;
    display: inline-block;
    vertical-align: 2px;
    width: 1.6em;
    height: 1.6em;
    text-align: center;
    line-height: 1.4;
    border-radius: 50%;
    background: #42a1f5;
    color: #FFF;
    font-weight: bold;
}

.faq-a:before {
    content: "A";
    font-size: 100%;
    margin-right: 5px;
    display: inline-block;
    vertical-align: 2px;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    line-height: 1.3;
    border-radius: 50%;
    background: #f54290;
    color: #FFF;
    font-weight: bold;
}

/*==================================================
            ボタンアイコン
===================================*/
/*親要素*/
.btn-pdf,
.btn-arrow,
.btn-outsite,
.btn-dbook {
    position: relative;
}

/*矢印*/
.btn-arrow::after {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

/*外部サイト*/
.btn-outsite::after {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: '\f35d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

/*pdFリンク*/
.btn-pdf::after {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: '\f1c1';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

/**/
.btn-dbook::after {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "\f518";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*==================================================
            ボタン幅
===================================*/
.btn-210 {
    width: 210px;
    max-width: 100%;
}

.btn-280 {
    width: 280px;
    max-width: 100%;
}

.btn-330 {
    width: 330px;
    max-width: 100%;
}

.btn-360 {
    width: 360px;
    max-width: 100%;
}

/*==================================================
            目次
===================================*/
/**
* タブ
*/
button {
    color: inherit;
    text-decoration: none;
    opacity: 1;
    transition: opacity 0.1s ease-in-out;

    &:hover {
        opacity: 0.7;
    }
}

button {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    font: inherit;
    padding: 0;
    outline: none;
}

.tab-container {
    margin: 1.5rem auto;
    max-width: 680px;
}

.tab-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
    grid-gap: 10px;
    /* タブ間の間隔 */
    width: 100%;
    margin: 0 0 0.3rem;
    padding: 0;
    list-style: none;

    .tab-list__item {
        border-radius: 9999px;
        /* color: #FFF; */
        cursor: pointer;
        display: grid;
        place-content: center;
        font-size: var(--font-size-h3);
        height: clamp(2.188rem, 1.813rem + 1.6vw, 2.813rem);
        text-align: center;
        transition: background-color 0.3s ease;

        button {
            display: grid;
            grid-template-columns: 1fr auto;
            /* grid-gap: 14px; */
            align-items: baseline;
            justify-items: start;

            i {
                color: var(--color-sub-yellow);
            }
        }

        /* .tab-list__item button */

        &:hover {
            opacity: 0.7;
        }

        &.is-active {
            cursor: default;
            position: relative;
            margin-bottom: 14px;

            &:after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 50%;
                border-style: solid;
                border-width: 14px 7px 0 7px;
                translate: -50% 100%;
            }

            button {
                cursor: default;
                opacity: 1;
            }

            &:hover {
                opacity: 1;
            }
        }

        /* .tab-list__item.is-active */

        &.is-disabled {
            cursor: not-allowed;
            opacity: 0.7;

            button {
                cursor: not-allowed;
                opacity: initial;
            }
        }

        /* .tab-list__item.is-disabled */



        &.tab-list__item--main {
            background: var(--color-main);

            &.is-active {
                &:after {
                    border-color: var(--color-main) transparent transparent;
                }
            }
        }

        &.tab-list__item--sub-green {
            background: #e8f2e5;

            &.is-active {
                color: #FFF;
                background: #348c1a;

                &:after {
                    border-color: #348c1a transparent transparent;
                }
            }
        }

        &.tab-list__item--sub-pink {
            background: var(--color-sub-pink);

            &.is-active {
                &:after {
                    border-color: var(--color-sub-pink) transparent transparent;
                }
            }
        }
    }
    /* .tab-list__item */
}
/* .tab-list */

.tab-contents {
    /* padding: 15px 0; */
    padding: 15px clamp(0.938rem, 0.3rem + 2.72vw, 2rem) 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: clamp(7.188rem, 7rem + 0.8vw, 7.5rem);
    transition: height 0.3s ease-in-out;

    .tab-contents__item {
        display: none;
        padding: 0 clamp(0.938rem, -2.25rem + 13.6vw, 6.25rem) clamp(2.188rem, 1.063rem + 4.8vw, 4.063rem);
        font-size: var(--font-size-h3);
        line-height: 1.45;

        &.is-active {
            display: block;
        }
    }

    /* .tab-contents__item */

    .view-more {
        background: inherit;
        display: block;
        font-size: var(--font-size-xxsmall);
        font-weight: 700;
        text-align: center;
        padding: 10px 0;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;

        &:before,
        &:after {
            content: "\f0d7";
            font-family: "Font Awesome 5 Free";
            font-weight: 700;
            margin-right: 8px;
        }

        &:after {
            margin-left: 8px;
            margin-right: 0;
        }

        &:hover {
            opacity: 1;
        }
    }

    /*-----------  カラーバリエーション   ------------------------------------*/
    &.tab-contents--main {
        background: #E5F2FB;
        border: 1px solid var(--color-main);

        .view-more {
            color: var(--color-main);
        }
    }

    &.tab-contents--sub-pink {
        background: #fff0f0;
        border: 1px solid var(--color-sub-pink);

        .view-more {
            color: var(--color-sub-pink);
        }
    }

    &.tab-contents__item--sub-green {
        background: #e8f2e5;
    }

    &.tab-contents__item--sub-pink {
        background: #fff0f0;
    }

    &.is-open {
        .view-more {

            &:before,
            &:after {
                content: "\f0d8";
            }
        }
    }

    .tab-contents__pane {
        font-size: var(--font-size-base);
        display: none;
        opacity: 0;
        line-height: 2;
        margin-top: 8px;

        &.is-active {
            display: block;
        }

        &.fade.is-active {
            animation: tabFadeIn 0.3s forwards;
        }

        .list-dot {
            li {
                margin-bottom: 24px;

                &:last-child {
                    margin-bottom: 0;
                }
            }
        }
        /* .list-dot */
    }
    /* .tab-contents__pane */


    /* ---------- 別パターン ---------- */
    &.tab-contents--boxed {
        padding: 0;
        position: relative;
        height: auto;
    }
}
/* .tab-contents */

/**
* タブ切り替えアニメーション
*/
@keyframes tabFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/**
* リストスタイル
*/
.list-dot {
    margin: 0;
    padding: 0;

    li {
        padding-left: calc(var(--font-size-base) + 8px);
        position: relative;
        line-height: 1.5;
        list-style: none;
        margin-bottom: 16px;

        &:before {
            content: "\f111";
            font-family: "Font Awesome 5 Free";
            font-weight: bold;
            line-height: 1.7;
            position: absolute;
            left: 0;
        }

        &:last-child {
            margin-bottom: 0;
        }
    }

    &.list-dot--main {
        li {
            &:before {
                color: var(--color-main);
            }
        }
    }

    &.list-dot--pink {
        li {
            &:before {
                color: var(--color-sub-pink);
            }
        }
    }

    &.list-dot--green {
        li {
            &:before {
                color: var(--color-sub-green);
            }
        }
    }
}

.list-boxed {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(166px, 1fr));
    list-style: none;
    padding: 0;

    li {
        a {
            color: var(--color-primary);
            font-size: clamp(0.813rem, 0.738rem + 0.32vw, 0.938rem);
            font-weight: 500;
            display: grid;
            align-items: center;
            grid-template-columns: auto 9.7px;
            height: auto;
            line-height: 1.4;
            padding: 1rem 0.625rem;
            width: 100%;


            &:after {
                content: "\f054";
                font-family: "Font Awesome 5 Free";
                font-weight: bold;
            }
        }

    }

    /* カラーバリエーション */
    &.list-boxed--main {
        background: none;
        border-left: 1px solid var(--color-main);
        border-top: 1px solid var(--color-main);

        li {
            background: #E5F2FB;
            border-bottom: 1px solid var(--color-main);
            border-right: 1px solid var(--color-main);
            margin-bottom: 0;

            a {
                &:after {
                    color: var(--color-main);
                }
            }
        }
    }

    &.list-boxed--sub-pink {
        background: none;
        border-left: 1px solid var(--color-sub-pink);
        border-top: 1px solid var(--color-sub-pink);

        li {
            background: #fff0f0;
            border-bottom: 1px solid var(--color-sub-pink);
            border-right: 1px solid var(--color-sub-pink);
            margin-bottom: 0;

            a {
                &:after {
                    color: var(--color-sub-pink);
                }

                &:hover,
                &:active,
                &.active {
                    background-color: #ff7777;
                    color: #fff;

                    &:after {
                        color: #fff;
                    }
                }
            }
        }
    }

    &.list-boxed--circle {
        li {
            a {
                display: block;
                font-size: clamp(0.719rem, 0.57rem + 0.64vw, 0.875rem);
                padding: 0.8rem 0.25rem;
            }
        }
        &.list-boxed--sub-purple {
            background: none;
            gap: 0.5rem;

            li {
                background: #F2E4EF;
                border: 1px solid var(--color-sub-purple);
                border-radius: 100vmax;
                margin: 0;

                a {
                    border-radius: 100vmax;
                    text-align: center;

                    &:after {
                        content: none;
                    }

                    &:hover,
                    &:active,
                    &.active {
                        background-color: var(--color-sub-purple);
                        color: #fff;

                        &:after {
                            color: #fff;
                        }
                    }
                }
            } /* // li */
        } /* // .list-boxed--sub-purple */
    } /* // .list-boxed--circle */

    /* ---------- アイコン付き ---------- */
    &.list-boxed--icons {
        span {
            text-align: center;

            i {
                font-size: 1.5rem;
                display: block;
                margin-bottom: 4px;
            }
        }

        /* カラーバリエーション */
        &.list-boxed--main {
            i {
                color: var(--color-main);
            }
        }

        &.list-boxed--sub-pink {
            i {
                color: var(--color-sub-pink);
            }
        }
    } /* // .list-boxed--icons */
} /* // .list-boxed */

/* アクティブ時 */
.list-boxed--icons>li.active {
    background-color: var(--color-main);

    span {
        color: #FFF;

        i {
            color: #FFF !important;
        }
    }
}