.suph2 {
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 50px;
}

.en .suph2 {
    font-size: 2.3rem;
    text-align: left;
    margin-bottom: 80px;
    line-height: 1.6;
}

.suplist {
    width: 100%;
    border-top: solid 1px #717071;
    margin-bottom: 80px;
}

.suplist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    border-bottom: solid 1px #717071;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.supimg {
    width: 20%;
    text-align: center;
}

.supname {
    width: 65%;
}

.supbtn {
    width: 5%;
}

.supname h3 {
    font-size: 1.5rem;
    color: #1D7EC3;
    margin-bottom: 3px;
    line-height: 1.5;
}

.supname h3 a {
    color: #1D7EC3;
}

.supname .supcontent {
    font-size: 1.5rem;
    line-height: 1.5;
}

.supbtn a {
    display: inline-block;
    border-radius: 5px;
    background-color: #88ABDA;
    color: #fff;
    padding: 5px;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.3;
}

.sup_cap {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1;
    color: #595757;
}

.sup_cap::after {
    content: "";
    border-bottom: solid 1px #595757;
    display: block;
    height: 1px;
    width: 45px;
    margin: 10px auto 0;
}

.supdetail_name {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 35px;
    color: #595757;
    letter-spacing: 0.05em;
}

.sup_comment {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 50px;
    line-height: 1.5;
}

.sup_itemwrap {
    margin-bottom: 10px;
}

.other_comment {
    margin-top: -10px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.sup_item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 15px;
}

.sup_item_title {
    background-color: #D3ECFB;
    padding: 10px;
    width: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sup_item_title h3 {
    font-weight: bold;
    line-height: 1.4;
}

.sup_item_title .mini {
    font-size: 1.3rem;
    font-weight: normal;
}

.sup_item_box {
    background-color: #E9EDEF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sup_item_boxwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: solid 1px #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.sup_item_boxwrap:last-of-type {
    border: none;
}

.sup_item_tex1 {
    width: 30%;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4;
}

.sup_item_tex2 {
    width: 70%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4;
}

.sup_item_tex2.w100 {
    width: 100%;
    padding: 10px 20px;
}

.incontents.supdetail {
    padding-bottom: 70px;
}

@media (max-width:736px) {
    .suph2 {
        font-size: 2rem;
        text-align: left;
        margin-bottom: 20px;
        line-height: 1.2;
    }
    
    .en .suph2 {
        font-size: 2rem;
        text-align: left;
        margin-bottom: 40px;
        line-height: 1.6;
    }

    .suplist li {
        padding: 10px 0px;
    }

    .supimg {
        width: 30%;
    }

    .supname {
        width: 55%;
    }

    .sp_none {
        display: none;
    }

    .supname p {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .supbtn a {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 0 9px 6px;
        border-color: transparent transparent transparent #e5000f;
        border-radius: 0;
        background-color: inherit;
        padding: 0;
    }

    .sup_comment {
        margin-bottom: 30px;
        text-align: left;
    }

    .sup_item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sup_item_title {
        width: 100%;
    }

    .sup_item_box {
        width: 100%;
    }

    .sup_item_tex1 {
        width: 100%;
        padding: 10px 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .sup_item_tex2 {
        width: 100%;
        padding: 0 10px 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
