@charset "utf-8";


/* ==================================================================
    glossary.css

=================================================================== */

/* ==================================================================
   ■ 共通指定
=================================================================== */
.contents .text._s {
    margin-bottom: 0;
}
.contents .text._l {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
.contents .asterisk {
    margin-top: 5px;
}

/* --------------------------------
   □  accent
-------------------------------- */
#glossary .accent {
    height: 200px;
    background-image: none;
    margin-bottom: 20px;
}

/* --------------------------------
   □ 大枠
-------------------------------- */
/* ◇ wrapper
-------------------------------- */
.wrapper {
    align-items: inherit;
    max-width: 1244px;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
}

/* ◇ mainArea
-------------------------------- */
.contents .mainArea {
    width: 72%;
    max-width: 896px;
    padding-bottom: 40px;
}
.contents .mainArea section {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}
.contents .mainArea .subsection {
    padding-top: 30px;
}
.contents .mainArea section .lv4.title.bg_blue {
    font-size: 2rem;
    background-color: #EDF1F7;
    color: #111;
    text-align: left;
    padding: 17px;
}

/* ◇ subArea
-------------------------------- */
#glossary .contents {
    overflow: inherit; /* sticky */
}
.contents .subArea {
    min-width: 260px;
    width: 26%;
    padding-top: 30px;
    padding-bottom: 100px;
}
.contents .subArea .sub-fixed {
    position: -webkit-sticky;/*Safari*/
    position: sticky;
    top: 140px;
}
.contents .subArea li {
    background-color: #F6F6F6;
    text-align: left;
    margin-bottom: 20px;
}
    .contents .subArea li a {
        display: block;
        font-size: 1.6rem;
        padding: 17px 10px;
    }


@media (max-width: 1600px) and (min-width: 768px) {
    /* --------------------------------
       □ 大枠
    -------------------------------- */
    /* ◇ mainArea
    -------------------------------- */
    .contents .mainArea section.wide .container {
        margin-right: 0;
    }
}


@media (max-width: 1400px) and (min-width: 768px) {
    /* --------------------------------
       □ 大枠
    -------------------------------- */
    /* ◇ wrapper
    -------------------------------- */
    .wrapper {
        width: auto;
        margin-left: 4%;
        margin-right: 4%;
    }
}


@media (max-width: 1200px) and (min-width: 768px) {
}


/* タブレット用
-------------------------------------------- */
@media (max-width: 999px) and (min-width: 768px) {
    /* --------------------------------
       □ 大枠
    -------------------------------- */
    /* ◇ mainArea
    -------------------------------- */
    .contents .mainArea section .lv4.title.bg_blue {
        font-size: 1.6rem;
    }

    /* ◇ subArea
    -------------------------------- */
    .contents .subArea {
        min-width: 210px;
    }
    .contents .subArea li a {
        font-size: 1.6rem;
    }
}


@media only screen and (max-width : 767px) {
    /* ==================================================================
       ■ 共通指定
    =================================================================== */
    .contents .text,
    .contents .text._s {
        margin-bottom: 0;
    }
    .contents .text._l {
        font-size: 1.8rem;
    }

    /* --------------------------------
       □  accent
    -------------------------------- */
    #glossary .accent {
        height: auto;
        margin-bottom: 0;
    }
    #glossary .accent .txtArea {
        position: static;
        transform: none;
        -webkit-transform: none;
        padding: 30px 0;
        margin: auto;
    }

    /* --------------------------------
       □ 大枠
    -------------------------------- */
    /* ◇ wrapper
    -------------------------------- */
    .wrapper {
        margin-top: 0;
    }

    /* ◇ mainArea
    -------------------------------- */
    .contents .mainArea {
        padding-bottom: 0;
    }
    .contents .mainArea section.wide {
        padding: 0;
    }
    .contents .mainArea section.wide .container {
        padding: 0;
        margin-left: 4%;
        margin-right: 4%;
    }
    .contents .mainArea .subsection {
        padding-top: 0;
    }
    .contents .mainArea section .lv4.title.bg_blue {
        font-size: 1.8rem;
        padding: 17px 4%;
    }

    /* ◇ subArea
    -------------------------------- */
    .contents .subArea {
        display: none;
    }

}