@charset "utf-8";

* {
    box-sizing: border-box;
}

.box_reports {
    margin-bottom: 30px;
}

.box_reports.last {
    border-bottom: none;
}

.box_reports .link li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 10px 0px;
    position: relative;
    font-size: 16px;
    padding-left: 20px;
}

.box_reports .link li::before {
    width: 7px;
    height: 7px;
    position: absolute;
    top: 40%;
    left: 0%;
    display: inline-block;
    content: '';
    border-top: solid 2px var(--main-color);
    border-right: solid 2px var(--main-color);
    transform: rotate(45deg);
}

.box_reports .link li p {
    margin-bottom: 0;
}

.box_reports .link.sub li {
    margin-left: 32px;
}

.box_reports .link a {
    position: relative;
    margin-right: 1em;
    font-weight: bold;
    color: #000;
}

.box_reports .link.sub a {
    font-weight: normal;
}

.box_reports .link a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid #000;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.box_reports .link a:hover::after {
    width: 100%;
}

.box_reports .link span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    padding: 2px 5px;
    height: 16px;
    font-size: 13px;
    color: #fff;
    line-height: 1em;
    border-radius: 3px;
}

.box_reports .link span.pdf {
    background: #d60000;
    text-transform: uppercase;
}

.box_reports .link span.e_book {
    background: #ea7b09;
}

.common_col_6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding: 20px;
}

.common_row.-md {
    margin: -20px;
}

.common_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8px;
}

.common_register_title {
    color: var(--main-color);
    text-align: center !important;
    font-size: 1.4rem !important;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 0 !important;
}

.common_register {
    background: #efefef;
    padding: 30px 40px 60px;
    height: 100%;
}

.common_register_desc {
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center!important;
}
.common_text {
    margin-top: 24px;
    margin-bottom: 24px;
}
.issue #main_inner{margin-bottom: 0;border: none;}

@media screen and (max-width:767px) {
    .common_col_6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .common_register {
        padding: 25px 15px 35px;
    }
}
