.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    padding-right: 35px;
    width: 1100px;
    max-width: 95%;
    position: relative;
}

.alert-danger .close {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: inherit;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.alert-danger .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

/* お知らせ */
.info_box {
    width: 100%;
    max-width: 897px;
    text-align: center;
    margin: 0 auto 25px;
    padding: 30px;
    border: 1px solid #CCCCCC;
}

.info_box p.ttl {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.3;
}

.info_box p.txt span {
    color: #EB6EA5;
}

@media screen and (max-width: 1024px) {
    .info_box {
        margin: 40px 0 0;
    }
}

@media screen and (max-width: 640px) {
    .info_box p.ttl {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .info_box p.txt {
        font-size: 14px;
    }
}

#benefits02 .rankup_img_box {
    max-width: 443px;
    margin: 0 auto;
}

.important_box {
    width: 100%;
    max-width: 897px;
    text-align: center;
    margin: 0 auto 15px;
    border: 1px solid #d30000;
}

.important_box dl dt {
    position: relative;
    padding: 30px 0;
    text-align: center;
    cursor: pointer;
    line-height: 1;
}

.important_box dl dt::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    display: block;
    width: 13px;
    height: 8px;
    background: url("/application/themes/my_theme/images/recycle_top/icon_arrow.svg") no-repeat;
    background-size: contain;
    transition: all 0.2s;
}

.important_box dl dt.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.important_box dl dt span {
    display: inline-block;
    color: #d30000;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.important_box dl dt span img {
    margin-right: 15px;
    vertical-align: top;
}

.important_box dl dd {
    display: none;
    padding: 0 25px 30px;
}

.important_box dl dd .content {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.important_box dl dd .content p+p {
    margin-top: 30px;
}

.important_box dl dd .content a {
    display: block;
    color: #d30000;
    text-decoration: underline;
    word-break: break-all;
}

.important_box dl dd .content a:hover {
    text-decoration: none;
}

/* アプリケーションリンク関連 */
.app_navigation_container{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}
.app_navigation_container .title{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
}
.app_navigation_container .app_link_container{
    width: 260.35px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media screen and (max-width: 640px) {
    .app_navigation_container{
        display: block;
    }

    .form_box .form_ttl{
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .important_box {
        margin: 40px 0 15px;
    }

    .important_box dl dt {
        padding: 15px 0;
    }

    .important_box dl dt span {
        font-size: 14px;
        line-height: 2;
    }

    .important_box dl dt span img {
        width: 13px;
        margin-right: 10px;
        vertical-align: middle;
    }

    .important_box dl dt::after {
        right: 13px;
    }

    .important_box dl dd {
        padding: 0 20px 20px;
    }

    .important_box dl dd .content {
        font-size: 14px;
    }
}