@charset "UTF-8";

#news {
    background-image: url("/wp/wp-content/uploads/2019/06/sponsor_bg.png")!important;
    background-size: 100%!important;
}
.fg-item-inner {
  box-shadow: 0 0 0 1px #1a2961!important;
}
.fg-item-inner {
    background-color: #101010;
    color: #333;
    border-color: #444444!important;}

    .cp_actab {
        position: relative;
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        color: #ffffff;
    }
    .cp_actab input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
    .cp_actab label {
        font-weight: bold;
        line-height: 3;
        position: relative;
        display: block;
        padding: 0 0 0 1em;
        cursor: pointer;
        margin: 0 0 1px 0;
        background: #e8e8e8;
        color: #000;
    }
    .plus_message {
        margin: 4rem 0 0 0;
        color: #fff;
    }
    .cp_actab .cp_actab-content {
        overflow: hidden;
        max-height: 0;
        -webkit-transition: max-height 0.35s;
        transition: max-height 0.35s;
        color: #333333;
        /*background: #f1c6c6;*/
    }
    .cp_actab .cp_actab-content p {
        font-size: 1.2rem!important;
    }
    /* :checked */
    .cp_actab input:checked ~ .cp_actab-content {
        max-height: 220em;
        background: #888;
        padding: 1rem 0;
    }
    /* Icon */
    .cp_actab label::after {
        line-height: 3;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 3em;
        height: 3em;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        text-align: center;
    }
    .cp_actab input[type=checkbox] + label::after {
        content: '+';
    }
    .cp_actab input[type=checkbox]:checked + label::after {
        transform: rotate(315deg);
    }
    .cp_actab-content dl dt:before,
    .cp_actab-content dl dt:before {
        content: none;
    }
    .cp_actab-content dt {
        font-weight: bold;
        background: #f9f9f9;
        /*line-height: 4rem;*/
        padding: 1rem;
    }
    .cp_actab-content dl span {
        font-size: 1.3rem;
        color: #4d9292;
    }
    .cp_actab .cp_actab-content.now {
        max-height: 1000em;
        background: #888;
        padding: 1rem 0;
    }
    .cp_actab.nowyear input[type=checkbox] + label::after {
        content: none;
    }
    


@media screen and (min-width: 768px) {

}