@charset "Shift_JIS";

/* CSS Document */

#newsDetail h2.bgTypeA {
    padding: 10px;
    background-image: none;
    background-color: #ffffcc;
    border: none;
}

#newsDetail .section .boxElement {
    border: 1px solid #c0b9bb;
}

#newsDetail .section .tableTypeA01 th {
    text-align: left;
}

#newsDetail .section .tableTypeA01 {
    width: 100%;
}

#newsDetail .section .bgBoxElement {
    background: #fcf3eb;
}

#newsDetail .section .boxElement h2,
#newsDetail .section .bgBoxElement h2 {
    margin: 0 0 10px;
    padding: 0;
    background: none;
    border-bottom: none;
}

#newsDetail .section .boxElement h2 {
    text-align: center;
}

#newsDetail .section .bgBoxElement *:last-child {
    margin-bottom: 0 !important;
}

.box25 {
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}

.box25:after {
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.box25 p {
    margin: 0;
    padding: 0;
}


/*PC*/

@media screen and (min-width: 569px) {
    #newsDetail .section .boxElement {
        width: 896px;
        margin: 20px auto;
        padding: 10px;
    }
    #newsDetail .section .bgBoxElement {
        padding: 20px;
    }
    #newsDetail .section .tableTypeA01 th {
        width: 24%;
        padding: 5px 3%;
    }
    #newsDetail .section .tableTypeA01 td {
        width: 64%;
        padding: 5px 3%;
    }
    .spOnly {
        display: none !important;
    }
    #newsDetail .section .balloon01 {
        position: relative;
        display: inline-block;
        padding: 15px;
        border-radius: 10px;
        min-width: 120px;
        max-width: 100%;
        color: #555;
        font-size: 12px;
        text-align: left;
        background: #e0edff;
    }
    #newsDetail .section .balloon01 :before {
        content: "";
        position: absolute;
        top: 50%;
        left: -30px;
        margin-top: -15px;
        border: 15px solid transparent;
        border-right: 15px solid #e0edff;
    }
    #newsDetail .section .balloon01 p {
        margin: 0;
        padding: 0;
    }
}


/*SP*/

@media screen and (max-width: 568px) {
    #newsDetail .section .boxElement {
        margin: 0 0 20px;
        padding: 10px 3%;
    }
    #newsDetail .section .bgBoxElement {
        padding: 20px 5%;
    }
    #newsDetail .section .tableTypeA01 th {
        display: block;
        width: 100%;
        padding: 5px 0;
    }
    #newsDetail .section .tableTypeA01 td {
        display: block;
        width: 100%;
        padding: 5px 0 10px;
    }
    #newsDetail .section .balloon01 {
        position: relative;
        display: inline-block;
        margin: 1.5em 0;
        padding: 15px;
        border-radius: 10px;
        min-width: 120px;
        max-width: 100%;
        color: #555;
        font-size: 12px;
        background: #e0edff;
    }
    #newsDetail .section .balloon01:before {
        content: "";
        position: absolute;
        top: -30px;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-bottom: 15px solid #e0edff;
    }
    #newsDetail .section .balloon01 p {
        margin: 0;
        padding: 0;
    }
}