/* ------------------------------
 faq
------------------------------ */

.faqnav {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}

.faqlist .faqitem:nth-of-type(even) a {
    background-color: #804e98;
}

.faqitem a {
    max-width: 100%;
    height: 100%;
    min-height: 4em;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5em 0.25em;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    border-radius: 0.75em;
    background-color: #78be50;
    position: relative;
}

.faqitem a:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: currentcolor transparent transparent transparent;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 0.25em;
    left: 50%;
}

.faq01box .list {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

#link-faq01.faq01box .item {
    border-bottom-color: #78be50;
}

#link-faq02.faq01box .item {
    border-bottom-color: #804e98;
}

.faq01box .item {
    padding: 1.5em 0;
    border-bottom: 2px solid;
}

.faq01box .item dt {
    margin: 1em 0;
    padding-left: 4em;
    position: relative;
}

#link-faq01.faq01box .item dt:before {
    background-color: #78be50;
}

#link-faq02.faq01box .item dt:before {
    background-color: #804e98;
}


.faq01box .item dt:before {
    content: "Q";
    width: 1.5em;
    height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 2em;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -0.25em;
    left: 0;
}

.faq01box .item dd {
    padding-left: 4em;
}

@media (max-width: 1024px) {
}

@media (max-width: 599px) {
    .faq01box .item dt {
        padding-left: 3em;
    }

    .faq01box .item dt:before {
        font-size: 1.5em;
    }

    .faq01box .item dd {
        padding-left: 3em;
    }
}

.cmntit02 {
    min-width: 400px;
    display: inline-block;
    padding: 0 1em;
    letter-spacing: 0.1em;
    position: relative;
}

.cmntit02:before {
    content: "";
    width: 100%;
    border-bottom: 0.1em dashed #78be50;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.cmntit02 .label {
    display: inline-block;
    padding: 0.5em 0.5em;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.cmntit02 .label:before {
    content: "";
    width: 3.31em;
    height: 3em;
    background-image: url(/import/tenant_1/160.16.200.13/html/images/cmntit01-bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
