@charset "UTF-8";

#content-body-wrapper .category-catch-content-wrapper {
    background-image: url("../../../../ep/images/img_index-e_01.jpg");
}

#content-body-wrapper .link-btn-type01 {
    text-align: center;
}

#content-body-wrapper .hdg-level2 {
    display: flex;
    align-items: center;
    font-weight: bold;
}

#content-body-wrapper .hdg-level2:before,
#content-body-wrapper .hdg-level2:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

#content-body-wrapper .hdg-level2:before {
    margin-right: 2rem;
}

#content-body-wrapper .hdg-level2:after {
    margin-left: 2rem;
}

#content-body-wrapper .nav-column1-type01 a:hover {
    text-decoration: none;
}

#content-body-wrapper .nav-column1-type01 ul li {
    background: #eb1e1e;
    max-width: 340px;
    margin: 0 auto;
}

#content-body-wrapper .nav-column2-type01 ul li {
    background: #eb1e1e;
}

#content-body-wrapper .nav-column2-type01 ul li a h3:after {
    margin: 0;
}

#content-body-wrapper .doc-text {
    color: #333;
    line-height: 2.2 !important;
    word-break: break-word;
}

#content-body-wrapper .tbl-type01 {
    max-width: 870px;
    width: 100%;
    background: #fff;
    text-align: center;
    margin: 10px auto 0;
    color: #333;
    font-weight: bold;
}

#content-body-wrapper .tbl-type01 td {
    border: none;
}

#content-body-wrapper .doc-annotaion {
    margin: 0 auto;
    width: 100%;
    max-width: 870px;
}

#content-body-wrapper .link-btn-type01 a {
    min-width: 18em;
    border: 1px solid #333;
    border-radius: 3px;
    color: #333;
}

/*.column-content {*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*    column-gap: 40px;*/
/*}*/

.release-text {
    text-align: center;
}

.release-text span {
    display: inline-block;
}

.left-column {
    width: 100%;
}

.left-column .attention-text {
    max-width: 870px;
    margin: 0 auto;
    padding: 10px 20px 0;
}

.right-column {
    width: 100%;
    padding-top: 87px !important;
}

.right-column ul {
    display: flex;
    justify-content: center;
}

.right-column ul li {
    max-width: 340px;
}

.img-box {
    position: relative;
    min-height: 180px;
    background: #fff;
}

.img-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-area {
    background: #eb1e1e;
    color: #fff !important;
    padding: 15px 25px 14px 25px;
    position: relative;
    margin: 0;
}

.arrow-icon {
    display: inline-block !important;
    color: #fff;
    position: relative;
    width: 1em;
    height: 1em;
    margin-left: 5px;
    right: -5px;
    font-size: 1.2rem !important;
    transform: translateX(-25%) rotate(45deg);
}

.arrow-icon::before, .arrow-icon::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 0.1em;
}

.arrow-icon::before {
    top: 0;
    left: 0;
    right: 0;
    height: 0.1em;
}

.arrow-icon::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.1em;
}

.voice-guid {
    display: flex;
    align-items: center;
    max-width: 870px;
    width: 100%;
    margin: 0 auto 20px;
}

.voice-guid-img {
    margin-right: 20px;
}

.voice-guid-text {
    position: relative;
    width: 100%;
    height: 80px;
    color: #333;
    background: #FFFFFF;
    padding: 0 10px;
    border: 1px solid #000000;
    font-size: 18px;
    border-radius: 15px;
    display: table;
}

.voice-guid-text-inner {
    width: 55%;
    margin: 10px auto;
}

.voice-guid-text:after, .voice-guid-text:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 50%;
}

.voice-guid-text:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 21px;
    border-right-width: 21px;
    margin-top: -8px;
    border-right-color: #FFFFFF;
}

.voice-guid-text:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 23px;
    border-right-width: 23px;
    margin-top: -9px;
    margin-right: 1px;
    border-right-color: #000000;
}

.voice-guid-text span {
    font-size: 2.2rem;
    padding: 0 5px;
}

.voice-guid-text span:first-child {
    padding: 0 5px 0 0;
}

.sp-new-line {
    display: none;
}

.font-bold {
    font-weight: bold !important;
}

.center-box {
    max-width: 870px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.doc-color-red {
    color: #eb1e1e !important;
}

.tel {
    pointer-events: none;
    color: #eb1e1e !important;
}

@media (min-width: 768px) and (max-width: 1000px) {
    .pad-l40 {
        padding-left: 20px !important;
    }

    .pad-r40 {
        padding-right: 20px !important;
    }

    .column-content {
        display: block;
    }

    .left-column, .right-column {
        width: 100%;
    }

    .right-column {
        padding: 50px 0 !important;
    }
}

@media screen and (max-width: 767px) {
    #content-body-wrapper .hdg-level2:before {
        margin-right: 10px;
    }

    #content-body-wrapper .hdg-level2:after {
        margin-left: 10px;
    }

    #content-body-wrapper .hdg-level2 span {
        max-width: 90%;
    }

    #content-body-wrapper .hdg-level3 {
        margin-top: 0;
    }

    #content-body-wrapper .nav-column2-type01 ul li {
        max-width: 340px;
        margin: 0 auto 20px;
    }

    .release-text {
        text-align: left;
    }

    .voice-guid {
        align-items: flex-start;
    }

    .voice-guid-text-inner {
        margin: 0;
        width: 100%;
    }

    .column-content {
        display: block;
    }

    .left-column, .right-column {
        width: 100%;
    }

    .right-column {
        padding: 40px 0 !important;
    }

    .right-column ul {
        display: block;
    }

    .btn-area {
        padding: 10px 15px 10px 15px !important;
    }

    .voice-guid-img {
        width: 20%;
    }

    .voice-guid-img img {
        width: 100%;
    }

    .voice-guid-text {
        display: block;
        padding: 10px 20px;
        height: 100%;
        text-align: left;
    }

    .voice-guid-text:after,
    .voice-guid-text:before {
        top: 30px;
    }

    .sp-new-line {
        display: block;
    }

    .tel {
        pointer-events: auto;
    }
}