*{
    font-family: 'Inter', sans-serif;
    font-family: 'Montserrat', sans-serif;
}
.page_cover {
    background: url(../img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}
.page_breadcrumbs, .page_cover {
    text-align: left;
}
section#contents {
    padding: 280px 80px 80px 80px;
}
.col-md-6.contents {
    text-align: left;
}
.col-md-6.contents h2 {
    color: #fff;
    line-height: 81px;
    font-size: 67px;
}
.col-md-6.contents p {
    font-size: 18px;
    line-height: 45px;
    font-weight: bold;
    color: #fff;
}
.dist {
    margin-top: 50px;
}
.dist h4{
    color: #091030;
    line-height: 33px;
    font-size: 25px;
    font-weight: bold;
}
.dist p {
    color: #6d6e71;
    font-size: 13px;
    line-height: 23px;
    margin-top: 15px;
}
.dist .col-md-1 img{
    width: 100%!important;
    margin-right: 15px;
    display: inline-flex;
    position: relative;
    top: 10px;
}
p.first-title {
    font-size: 25px;
    color: #091030;
    font-weight: bold;
    line-height: 45px;
}
.container{
    padding: 0;
    margin: auto;
}
@media screen and (min-width: 1600px) {
    section#contents {
        padding: 535px 80px 80px 80px;
    }
    header.page .col-md-6 img {
        position: relative;
        top: 305px;
    }
    .col-md-6.contents {
        text-align: left;
        right: 110px;
        position: relative;
        top: 710px!important;
    }
    header.page .col-md-6 img {
        position: relative;
        top: 325px!important;
        width: 750px;
        right: 135px;
    }
} 
@media screen and (min-width: 1200px){
    header.page .col-md-6 img {
        position: relative;
        top: 215px;
    }
    .col-md-6.contents {
        text-align: left;
        right: 110px;
        position: relative;
        top: 499px;
    }
    li.header_nav-list_item a {
        color: #fff;
    }
}
@media screen and (max-width: 1200px){
 .page_cover {
    margin-top: 70px;
}
section#contents {
    padding: 140px 80px 80px 80px;
}
.col-md-6.contents {
    text-align: left;
    padding-top: 350px;
}
header.page .col-md-6 img {
    position: relative;
    top: 127px;
}
.col-md-1 {
    width: 15%;
}
.col-md-11 {
    width:85%;
}
.dist .col-md-1 img {
    width: 80%!important;
}
}
@media screen and (min-width: 769px){
    li.header_nav-list_item a:hover {
        color: #ad111c!important;
    }
}
@media screen and (max-width: 768px){
    span.logo_img img {
        margin-left: 10px;
        width: 30%;
    }
    p.first-title {
        line-height: 35px;
    }
    .col-md-1 {
        width: 15%;
    }
    .col-md-11 {
        width: 85%;
    }
    .dist .col-md-1 img {
        top: 15px;
    }
    section#contents {
        padding: 270px 20px 50px 20px;
    }
    .page_cover .col-md-5 img {
        padding-top: 0;
        position: relative;
        top: 140px;
    }
    .col-md-6.contents h2 {
        color: #fff;
        line-height: 51px;
        font-size: 42px;
        margin: 16px 0;
    }
    .col-md-6.contents {
        text-align: left;
        position: relative;
        bottom: 33px;
    }
    p.small{
        font-size: 12px!important;
    }
    .col-md-6.contents p {
        font-size: 19px;
        line-height: 23px;
    }
    .dist .col-md-11 {
        position: relative;
        left: 0px;
    }
}

@media screen and (max-width: 468px){
    .page_cover {
        background: url(../img/background-mb.png);
        background-size: contain;
        background-repeat: no-repeat;
        padding:40px 10px 20px 10px;
    }
    .col-md-6.contents h2,.col-md-6.contents p  {
        text-align: center;
    }
    .col-md-6.contents {
        text-align: left;
        padding-top: 60px;
    }
    .page_cover .col-md-5 img {
        padding-top: 0;
        position: relative;
        top: 0px;
    }
    section#contents {
        padding: 220px 20px 50px 20px;
    }
    .dist .col-md-1 img {
        width: 100%!important;
    }
    .dist .col-md-11 {
        position: relative;
        left:0px!important;
    }
    .col-md-1 {
        width: 15%;
    }
    .col-md-11 {
        width: 85%;
    }
    header.page .col-md-6 img {
        position: relative;
        top: -65px;
    }
    header.page .col-md-6{
        padding: 0;
    }
    .col-md-6.contents {
        padding: 0 10px!important;
    }
}
@media screen and (max-width: 360px){
  span.logo_img img {
    margin-left: 0px;
}
}