.sus_inner1020 {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 15px;
}
.sus_title {
    text-align: center;
    margin: 50px 0 50px;
}
@media screen and (max-width: 768px) {
    .sus_title {
    margin: 20px 0 40px;
    }
}
.sus_title span {
    display: inline-block;
    padding: 0.5em 0;
    font-size: min(1.4em, 4.5vw);
    font-weight: 400;
    position: relative;
}
@media screen and (max-width: 768px) {
    .sus_title span {
    font-size: 16px;
    }
}
.sus_title span:before, .sus_title span:after {
    content: "";
    display: block;
    width: min(1.7em, 4vw);
    height: 1px;
    background-color: #666;
    position: absolute;
    top: 50%;
}
.sus_title span:before {
    left: -2.5em;
}
.sus_title span:after {
    right: -2.5em;
}
@media screen and (max-width: 768px) {
    .sus_title span:before {
        left: -1.5em;
    }
    .sus_title span:after {
        right: -1.5em;
    }
}
.sus_title_h3 {
    font-size: 1.3em;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .sus_title_h3 {
        font-size: 14px;
    }
}
.sus_title_h3::after  {
    content: "";
    display: block;
    width: 3rem;
    height: 1px;
    background-color: #D80C24;
    margin-top: 5px;
}
.sus_read{
    margin-bottom: 3rem;
    font-weight: 400;
}
.sus_read2{
    margin-bottom: 0;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    .sus_read{font-size: 13px;}
    .sus_read2{font-size: 13px;}
}
.sus_archive_area {
    list-style: none;
    margin-bottom: 5rem;
}
.sus_archive_area li {
    border-bottom: 1px solid #CCCCCC;
    padding: 1.25rem 1.25em;
    line-height: 1.625;
    position: relative;
    font-weight: 400;
}
.sus_archive_area li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #D80C24;
    border-right: 2px solid #D80C24;
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    transform: rotate(45deg);
}
.sus_archive_area li a{
    color: var(--main_color);
    text-decoration: none;
}
.sus_archive_area li a:hover{
    color: #D80C24;
}
@media screen and (min-width: 769px) {
    .sus_archive_area li {
    height: 84px;
    display: flex;
    align-items: center;
    }
}
@media screen and (max-width: 768px) {
    .sus_archive_area li {
        font-size: 13px;
        padding: 1rem 1em;
    }
}
.sus_archive_area li .ssl {
    display: inline-block;
}
.sus_archive_area li .ssl span {
    display: block;
    font-size: min(0.75em, 3vw);
}
.icon_pdf {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3;
}
.icon_pdf img {
    width: 30px;
    height: auto;
    margin: 2px 5px 0 18px;
}
@media screen and (max-width: 768px) {
    .icon_pdf img {
        width: 30px;
        height: auto;
        margin: 0px 0 0 10px;
    }
}

/* VOC */
.voc_area{
    display: flex;
    justify-content: space-between;
    margin: 1.5em 0 4em;
}
.voc_area p{
    width: 85%;
}
.voc_area .formaldehyde_img{
    width: 10%;
    height: auto;
}
@media screen and (max-width: 768px) {
    .voc_area p{
        width: 70%;
    }
    .voc_area .formaldehyde_img{
        width: 25%;
        height: auto;
    }
}
@media screen and (max-width: 768px) {
    .voc_area {
        font-size: 14px;
    }
}
.voc_text_area{
    margin: 1.5em 0 3em;
}
.voc_text_area p{
    margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
    .voc_text_area p {
        font-size: 14px;
    }
}
.voc_sign_box{
    border: 0.5px solid #A8A8A8;
    width: 80%;
    margin: 0 auto 5em;
    padding: 0;
}
@media screen and (max-width: 768px) {
    .voc_sign_box {
        width: 100%;
        margin-bottom: 3em;
    }
}
.voc_sign_box h4{
    padding: 1em 0 1em 2em;
    background-color: #EDEDEB;
    margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
    .voc_sign_box h4 {
        padding-left: 1em;
    }
}
.voc_sign_box dl{
    border-bottom: 0.5px solid #A8A8A8;
    width: 100%;
    display: flex;
    justify-content: left;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
    .voc_sign_box dl {
        font-size: 14px;
    }
}
.voc_sign_box dt{
    padding: 1em 0 1em 2em;
    width: 10em;
}
.voc_sign_box dd{
    padding: 1em 2em 1em 0;
}
.voc_sign_box p{ 
    padding: 0.5em 2em 1.5em;
    font-weight: 300;}

@media screen and (max-width: 768px) {
    .voc_sign_box dt {
        padding-left: 1em;
        width: 8em;
    }
    .voc_sign_box dd{
        padding-right: 1em;
    }
    .voc_sign_box p{ 
        padding-left: 1em;
        font-size: 14px;
    }
}
/* REPORT ARCHIVE */
.susrepo_title{
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    padding-left: 18px;
    line-height: 1.45;
}
.susrepo_title::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 18px;
    background-color: #D80C24;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
@media screen and (max-width: 768px) {
    .susrepo_title{
        font-size: 16px;
    }
}
.susrepo_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.susrepo_border{
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 90px;
}
@media screen and (max-width: 1000px) {
    .susrepo_border{
        margin-bottom: 3rem;
    }
}
.susrepo_box {
    width: calc(50% - 10px);
    margin-bottom: 90px;
}
@media screen and (max-width: 1000px) {
    .susrepo_box {
        width: 100%;
        justify-content: center;
        margin: 0 auto 3rem;
    }
}
.susrepo_box2 {
    display: flex;
    margin-top: 2em;
}
@media screen and (max-width: 768px) {
    .susrepo_box2{
        margin-top: 1em;
    }
}
.susrepo_box2 img{
    width:150px; 
    border: 1px solid #CCCCCC;
    margin-right: 20px;
}
@media screen and (max-width: 768px) {
    .susrepo_box2 img{
        width:100px;
        margin-right: 15px;
    }
}
.susrepo_box3 {
    flex: 1;
}
.susrepo_box3 p{
    font-size: 15px;
    margin-bottom: 0.7rem;
}
.susrepo_box3 img{
    width:30px;
    border: none;
}
.susrepo_box3 a {
    display: block;
        line-height: 1.625;
        position: relative;
        font-weight: 400;
        padding-left: 1rem;
        text-decoration: none;
        color: var(--main_color);
        margin-top: 0.3em;
        font-size: 15px;
    }
    .susrepo_box3 a:hover{
        color: #D80C24;
    }
.susrepo_box3 a:before {
        content: "";
        width: 6px;
        height: 6px;
        border-top: 2px solid #D80C24;
        border-right: 2px solid #D80C24;
        position: absolute;
        top: calc(50% - 3px);
        left: 0;
        transform: rotate(45deg);
    }
    @media screen and (max-width: 768px) {
        .susrepo_box3 a{
            font-size: 14px;
        }
    }
.susrepo_pdf{
    display: flex;
    justify-content: center;
    padding: 1em;
    border: 1px solid #CCCCCC;
    margin-bottom: 100px;
    font-size: 0.9em;
}
@media screen and (max-width: 768px) {
    .susrepo_pdf{
        display: block;
    }
    .susrepo_pdf img{
        width: 112px;
        margin-bottom: 10px;
    }
}
.susrepo_pdf p{
    width: 70%;
    font-size: 0.85em;
}
.susrepo_pdf img{
    width: 112px;
    margin-right: 20px;
}
@media screen and (max-width: 768px) {
    .susrepo_pdf p{
        width: 100%;
    }
}
/* fee */
.fee_title{
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    padding-left: 18px;
    line-height: 1.45;
    margin-top: 50px;

}
.fee_title::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 20px;
    background-color: #D80C24;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
@media screen and (max-width: 768px) {
    .fee_title{
        font-size: 15px;
    }
}
.fee_table { 
    max-width: 780px;
    border-collapse: collapse;
    border:1px solid #ccc;
    margin-top: 1.5rem;
    margin-bottom: 1.5em;
    font-weight: 400;
    line-height: 1.5;
}
.fee_table td { 
    padding:1rem 30px;
    border:1px solid #ccc;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
    .fee_table td { 
        padding:10px;
        border:1px solid #ccc;
        font-size: 14px;
    }
}
.fee_txt_s{font-size: 0.9em;}
@media screen and (max-width: 768px) {
    .fee_txt_s{
        font-size: 14px;
    }
}
/* ACHIEVEMENT */
.achievement_wrp{
    margin-bottom: 100px;
}
.achievement_title{
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    padding-left: 18px;
    line-height: 1.45;
    margin-top: 50px;
}
@media screen and (max-width: 768px) {
    .achievement_title{
        font-size: 15px;
    }
}
.achievement_title::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 20px;
    background-color: #D80C24;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.achievement_box{
    margin: 20px 0 50px;
}
.achievement_txt{
    font-weight: 500;
    font-size: 15px;
}
@media screen and (max-width: 768px) {
    .achievement_txt{
        font-size: 15px;
    }
}
.achievement_txt2{
    margin-top: 1em;
    font-size: 15px;
}
@media screen and (max-width: 768px) {
    .achievement_txt2{
        font-size: 14px;
    }
}
.achievement_txt_s{
    font-size: 0.85em;
}
.rec_achievement{
    font-weight: 400;
    margin-top: 10px;
}
.rec_achievement { 
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    max-width: 450px;
    margin-bottom: 10px;
    font-size: 15px;
}
@media screen and (max-width: 768px) {
    .rec_achievement {
        width: 100%;
    }
}
.rec_achievement dt,
.rec_achievement dd { 
    background-color:#e6e6e6;
    padding:12px 0 12px 30px;
    margin-bottom:3px;
}
@media screen and (max-width: 768px) {
    .rec_achievement dt,.rec_achievement dd { 
    background-color:#e6e6e6;
    padding:12px 0 12px 10px;
    margin-bottom:3px;
    font-size: 14px;
}
}
.rec_achievement dt {
    width:55%;
}
.rec_achievement dd {
    width:45%;
    text-align: center;
}
/* common */
.rec_p_txt{
    font-size: 15px;
    line-height: 1.7;
}
@media screen and (max-width: 768px) {
    .rec_p_txt{
        font-size: 14px;
    }
}
.sus_second_area{
    margin-bottom: 100px;
}
.pc_hide{
    display: none;
}
@media screen and (max-width: 768px) {
    .pc_hide{
        display: block;
    }
}
/* material barance*/
.mb_title{
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    padding-left: 18px;
    line-height: 1.45;
}
@media screen and (max-width: 768px) {
    .mb_title{
        font-size: 16px;
    }
}
.mb_title::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 20px;
    background-color: #D80C24;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.mb_tb_box{
    overflow: auto;
}
.mb_process{
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 80px;
    padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
    .mb_process{
        margin-bottom: 80Px;
    }
}
.mb_table { 
    border-collapse: collapse;
    border:1px solid #ccc;
    margin-top: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    width: 768px;
    font-size: 15px;
}
.mb_table_2{
    margin-bottom: 1em;
}
.mb_table td,.mb_table th { 
    padding:10px 10px;
    border:1px solid #ccc;
    vertical-align: middle;
}
.mb_table td{
    text-align: right;
}
.mb_table th {
    background-color: #f8f8f8;
    text-align: left;
    font-weight: 400;}
.mb_table .mb_th_titcolor{
    background-color: #e1e1e1;
}
.mb_table .mb_th_topcolor{
    background-color: #e1e1e1;
    text-align: center;
}
.mb_table .mb_th_color{
    background-color: #EDEDEB;
}
@media screen and (max-width: 768px) {
    .mb_table { 
        width:550px;
        font-size: 14px;
    }
    .mb_table td,.mb_table th { 
        padding:5px;
    }
}
.mb_arrow{
    width: 768px;
    margin: 2rem 0;
}
.mb_arrow p {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-top: 29px solid #b7b7b7;
    border-bottom: 0;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .mb_arrow{width: 100%;
        margin: 1.5rem 0;
    }
}
.mb_txt1{ margin-top: 1rem; font-size: 14px;}
.mb_txt2{ margin-top: 50px; font-weight: 400;}
@media screen and (max-width: 768px) {
    .mb_txt2{
        margin-top: 30px;
        font-size: 14px;}
}