@charset "UTF-8";
/* --------------------------------------------------

support

-------------------------------------------------- */
.ttl {
    background-image: url("../img/ttl_bg.jpg");
}

#contents {
    background: #ECF9FF;
}

#contents .support {
    background: #fff;
    border-radius: 50px;
    padding: 1em 4em 3em 4em;
    margin: 3em 1em;
}

@media screen and (max-width: 800px) {
    #contents .support {
        padding: 2em 2em;
        margin: 3em 0;
    }
}

.support section {
    margin-bottom: 3em;
    margin-top: 5em;
}

.support p {
    font-size: 1.6rem;
}

.support .ttl-l {
    text-align: center;
    margin-bottom: 3em;
}
.support .ttl-l h3 {
    font-size: 3.6rem;
    color: #FF4687;
    display: inline-block;
    text-align: center;
    border-bottom: 3px solid #FF4687;
    position: relative;
    margin-bottom: 1em;
}
.support .ttl-l h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 20px 20.5px 0 20.5px;
    border-color: #FF4687 transparent transparent;
    translate: -50% 100%;
}
.support .ttl-l h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 15.8px 16.2px 0 16.2px;
    border-color: #fff transparent transparent;
    translate: -50% 100%;
}

.support .sub-ttl {
    font-size: 2.0rem;
}
.support .txt {
    font-size: 1.8rem;
    font-weight: 600;
}

@media screen and (max-width: 800px) {
    .support .ttl-l {
        margin-bottom: 2em;
    }
    .support .ttl-l h3 {
        font-size: 2.4rem;
    }
    .support .sub-ttl {
        font-size: 130%;
    }
    .support .txt {
        font-size: 120%;
        font-weight: 600;
    }
}

.support span{
    position: relative;
    background: linear-gradient(transparent 60%, #FAE07C 30%);
}
.support .support-table {
    margin: 2em 0;
}
.support .support-table table {
    margin: 10px 0;
    border-collapse: collapse;
    border: 1px solid #DED6C5;
    width: 100%;
    border-spacing: 0;
}
.support .support-table table tr th {
    background: #FFDDE9;
    padding: 20px;
    border: 1px solid #DED6C5;
    width: 24%;
}
.support .support-table table tr td {
    background: #FFFFFF;
    padding: 20px;
    border: 1px solid #DED6C5;
    word-break: break-all;
    word-wrap: break-word;
    width: 76%;
}
.support .support-table table td .related-file {
    margin-bottom: 0;
}

@media screen and (max-width: 800px) {
    .support .support-table table tr th {
        padding: 10px;
        width: 35%;
    }
    .support .support-table table tr td {
        padding: 10px;
        width: 65%;
    }
}

.support .related-file {
    margin-bottom: 2em;
}

@media screen and (max-width: 800px) {
    .support .related-file {
        margin-bottom: 1.5em;
    }
}

.support .col2-flex {
    display: flex;
    flex-wrap: wrap;
}
.support .col2-flex .bold {
    font-weight: 900;
}
.support .col2-flex .mt-1em {
    margin-top: 1em;
}
.support .col2-flex >div {
    width: 50%;
    padding-right: 1em;
}
.support .col2-flex >div:nth-child(2n) {
    padding-right: 0;
}

@media screen and (max-width: 800px) {
    .support .col2-flex {
        margin-bottom: 2em;
    }
    .support .col2-flex >div {
        width: 100%;
        padding-right: 0;
    }
}


.support .contents {
    font-size: 2.0rem;
    font-weight: 900;
    margin-bottom: 0.3em;
}
.support .info {
    font-size: 1.6rem;
}