@charset "UTF-8";
/* Guide Message */
.mv:before{background: url("../img/guide/mv_idea.jpg") no-repeat center center/cover;}

@media only screen and (max-width: 480px) {
  .mv:before{background: url("../img/guide/mv_idea_sp.jpg") no-repeat center center/cover;}
}

.main .content {
    display: flex;
    margin: 0 -20px;
    margin-bottom: 95px;
}

.main .box-text,
.main .img {
    padding: 0 20px;

}

.main .img {
    flex: 0 0 35%;
    max-width: 35%;
}

.main .img img {
    margin-bottom: 20px;
}

.main .box-text h3 {
    font-size: 30px;
    color: #009333;
    margin-bottom: 30px;
}

.main .box-text p {
    margin-bottom: 30px;
    line-height: 2;
}

.main .img .info h2 {
    font-size: 28px;
}

.main .img .info h2 p {
    font-size: 15px;
}

/* MEDIA */
@media only screen and (max-width: 767px) {
    .main .box-text h3 {font-size: 25px;}
    .main .content {
        flex-wrap: wrap;
    }

    .main .img {
        text-align: center;
        flex: 0 0 100%;
        max-width: 100%;
    }
}