/* csr */
:root {
    --award-items-displayed: 5;
    --award-marquee-animation-duration: calc(var(--award-marquee-elements) * 4s);
  }

.break-container-type1{
    padding-top: 120px;
}


.break-container-type1 > .container,
.break-container-type1 > .container-1200{
    display: flex;
}

.break-container-type1 .left-content{
    width: 520px;
    margin-right: 60px;
    flex-shrink: 0;
}

.break-container-type1 .right-img{
    max-width: 920px;
    margin-right: calc(-1 * ((100vw - 1080px) / 2));    
    object-fit: contain;
    object-position: top;
    
}

.break-container-type1 .left-content{
    padding-top: 110px;
}

.break-container-type1 .left-content p{
    padding-top: 60px;
}

.break-container-type2{
    padding-top: 160px;
}


.break-container-type2 .content-wrapper{
    display: flex;
    padding-top: 80px;
    /* flex-wrap: wrap; */
}

.break-container-type2 .right-content{
    width: 520px;
    margin-left: 60px;
    flex-shrink: 0;
    order: 2;
}

.break-container-type2 .right-content