main{
    font-feature-settings: "palt";
}
.mv{
    width: 100%;
    background-color: var(--base-color);
    padding: 4rem 0;
}
.wrap{
    padding: 0 20px;
}
.mv h2{
    text-align: center;
}
.mv h2 img{
    max-height: 32px;
}
.mv h2 .mini{
    display: inline-block;
    padding-left: 20px;
}
.mv h2 .mini img{
    max-height: 24px;
}

.list-area{
    margin: 8rem 0;
}
.list-lead{
    line-height: 1.6;
    margin: 4re;
}

.awards-list-wrap{
    margin-top: 8rem;

}

.awards-list-wrap ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.awards-list-wrap ul.ard-title li{
    font-size: 2rem;
    text-align: center;
}
.ard-box li{
    position: relative;
}
.ard-box li.title::after,
.ard-box li.place::after{
    content: '';
    width: 1px;
    height: 70%;
    background-color: #d1d1d1;
    position: absolute;
    right: 0;
}
.awards-list-wrap ul li{
    padding: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.awards-list-wrap ul li:nth-child(1){
    width: 25%;
}
.awards-list-wrap ul li:nth-child(2){
    width: 20%;
}

.awards-list-wrap ul li:nth-child(3){
    width: 55%;
}

.ard-box{
    border: 1px solid #e1e1e1;
}
.ard-box:not(:last-child){
    border-bottom: none;
}
.ard-box .gaiyou{
    display: flex;
}
.ard-box .gaiyou figure{
    max-width: 160px;
}
.ard-box .gaiyou figure img{

}
.ard-box .gaiyou p{
    padding-right: 1.6rem;
}
.ard-box {
    position: relative;
}
.ard-box p a{
    display: block;
    padding: .5rem 1.5rem;
    max-width: 200px;
    margin-top: 1rem;
    border: 1px solid var(--border-graycolor);
    border-radius: 6px;
    font-size: 1.4rem;
    text-align: center;
    position: relative;
}
.ard-box p a::after{
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px var(--main-color);
    border-right: solid 2px  var(--main-color);
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    right: 15px;
    top: 50%;
}
/* .ard-box a::after{
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px var(--main-color);
    border-right: solid 2px  var(--main-color);
    position: absolute;
    transform: rotate(135deg);
    right: 50%;
    bottom: 10px;
} */
.awards-list-wrap .ard-box li > span{
    display: none;
}
.awards-list-wrap+p{
    text-align: right;
    margin-bottom: 8rem;
    margin-top: 2rem;
}

.ard-num-wrap{
    line-height: 24px;
    margin-bottom: 8rem;
}
.ard-num-wrap div:nth-child(2){
    margin-top: 20px;
}

#cases-reslt{
    margin-bottom: 8rem;
}
#cases-reslt h4{
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: bold;
}
.result{
    margin-top: 3rem;
}
.result ul li{
    padding-left: 1.5rem;
    position: relative;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: 1.4;
}
.result ul li::before{
    content: '';
    width: 9px;
    height: 3px;
    background-color: var(--main-color);
    position: absolute;
    left: 0;
    top: 11px;
}
@media (max-width: 768px){
    .awards-list-wrap .ard-box li{
        width: 100% !important;
        justify-content: space-between;
        font-size: 14px;
        flex-wrap: wrap;
        padding-bottom: 12px;
    }
    .awards-list-wrap .ard-box li::after{
        content: none !important;
    }
    .awards-list-wrap .ard-box li > span{
        display: block;
        /* background-color: var(--main-color); */
        border-bottom: 1px solid var(--main-color);
        padding: 4px 8px;
        width: 100%;
        /* color: #fff; */
        font-weight: bold;
    }
    .awards-list-wrap .ard-box a::after{
        bottom: 16px;
    }
    .ard-box .gaiyou p{
        font-size: 14px;
        padding-right: 0;
        padding-bottom: 10px;
    }
    .awards-list-wrap .ard-title{
        display: none;
    }
    .awards-list-wrap ul li:not(:first-child){
        padding-top: 0;
    }

    .mv h2 .mini{
        display: inline-block;
        padding-top: 20px;
    }

    .result ul li{
        font-size: 1.4rem;
    }

    .result ul li::before {
        top: 8px;
    }

    .ard-box .gaiyou figure{
        width: 90%;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 550px){
    .ard-box .gaiyou figure{
        width: 100%;
    }
}

@media (max-width: 768px){
    #colorbox,#cboxContent,#cboxLoadedContent {
        box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        max-height: 90dvh;
    }
    #colorbox {
       margin-top: 2rem;
    }
    #colorbox {
        position: fixed!important;
        top: 5dvh!important;
    }
}


