@charset "UTF-8";

.about-text{
    width: 48%;
}

.about-img{
    width: 45%;
}

#about-area{
    background-color: #f4f5f7;
}

.about-dcoya_movie{
    width: 38%;
}

.about-dcoya_text{
    width: 58%;
}

.contents{
    width: 36%;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    display: inline-block;
    padding: 5% 6%;
    text-align: left;
    margin-bottom: 3%;
}

.contents:nth-child(3),
.contents:nth-child(4){
    margin-bottom: 0;
}

.contents h6{
    text-align: center;
    font-size: 140%;
    color: #3f75a8;
}

.contents h6 span{
    font-size: 60%;
    letter-spacing: .3rem;
    color: #3f75a8;
    opacity: 0.5;
}

.about-dcoya-contents{
    margin: 5% 0;
}

#reason{
    background-color: #f4f5f7;
}

.reason-text .title{
    font-size: 130%;
    font-weight: bold;
}

.reason-text{
    width: 55%;
}

.reason-img{
    width: 40%;
}

.reason-img img{
    width: 100%;
}

.reason ul li{
    margin-bottom: 9%;
}

.reason ul li:last-child{
    margin-bottom: 0;
}

.feature ul li{
    position: relative;
    padding-left: 5% !IMPORTANT;
    padding-left: 5%;
    margin-bottom: 3%;
}

.feature ul li:last-child{
    margin-bottom: 0;
    /* font-size: 110%; */
    /* font-weight: 600; */
}

.feature ul li:before{
    content:  '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 47px;
    height: 27px;
    background-image: url(../../images/alliance/dcoya/check.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.feature .tocontact{margin-top: 5%;}

.feature ul{
    margin-top: 0;
    margin-bottom: 5%;
    font-size: 110%;
    font-weight: 600;
}

.info-back {
    background: url(../../images/alliance/dcoya/bg_dcoya.jpg) no-repeat bottom center scroll;
}
.about-img02 {
    width: 40%;
}

@media screen and (max-width: 1000px) {
.info-back {
    background: url(../../images/alliance/dcoya/bg_dcoya_sp.jpg) no-repeat bottom center scroll;
}
.about-img02 {
    width: 100%;
}
.new-alliance .about-text,
.new-alliance .about-dcoya_text,
.new-alliance .contents,
.new-alliance .reason-text,
.new-alliance .contents h6,
.new-alliance .contents p {
    font-size: unset !important;
}


}