/* What's New
----------------------------------*/
.secInformation .secInformationBox {
    background: rgba(255, 255, 255, 1.0);
    border-radius: 30px;
    margin-top: 80px;
    padding: 30px;
}

.secInformationBox {
    font-size: 1.5rem;
    line-height: 2.333;
}

.secInformationBox li {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 8px 8px 8px 100px;
    line-height: 1.8em;
}

.secInformationBox li span {
    position: absolute;
    left: 0;
}

@media screen and (max-width: 768px) {
    .secInformation .secInformationBox {
        margin-top: 40px;
    }

    .secInformationBox li {
        padding: 8px;
    }

    .secInformationBox li span {
        position: relative;
        display: block;
    }
}

.secInformationBox li a {
    text-decoration: none;
    transition: all 0.3s ease-out;
}

.secInformationBox li a:hover {
    text-decoration: underline;
    opacity: 0.7;
}

.secInformationBox h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0;
    line-height: 1.8em;
}

.secInformationBox .release {
    text-align: right;
    line-height: 1.8em;
}

.secInformationBox hr {
    border: 0;
    height: 5px;
    background: #eee;
    margin-top: 40px;
}

.Information_btn a {
    text-align: center;
    width: 200px;
    height: 50px;
    margin: 40px auto 0;
    background: url("/box/img/toppage/icon_right_white.svg")no-repeat right 16px center #38b153;
    border-radius: 25px;
    border: 2px solid #38b153;
    background-size: 30px;
    color: #fff;
    display: block;
    height: 100%;
    text-decoration: none;
    line-height: 50px;
    letter-spacing: 0.05em;
    transition: all 0.3s ease-out;
}

.Information_btn a:hover {
    background: url("/box/img/toppage/icon_right.svg")no-repeat right 16px center #fff;
    border: 2px solid #38b153;
    background-size: 30px;
    color: #38b153;
}