/*----------------------------------------------------*/
/*                        MV                          */
/*----------------------------------------------------*/
/*.mv_wrap{
    background: bottom / cover url('../img/outline/faximo/service_faximo_mv.jpg')no-repeat , 
    linear-gradient(90deg,#d2d0f7 0%,#d2d0f7 50%,#bebaf6 50%,#bebaf6 100%);;
}*/
/*----------------------------------------------------*/
/*                    about_isana                     */
/*----------------------------------------------------*/
.about_isana{background-color: #ebebeb;}
.about_txt h2,.about_txt p{
    width: 100%;
    text-align: center;
}
.about_txt h2{margin-bottom: 30px;}
.about_txt a{
    margin: 0;
}
.about_txt p{
    line-height: 2;
}
.about_isana .flex{
    align-items: end;
}
.about_isana img{
    object-fit: contain;
}
.about_txt .about_hd_txt{
    width: 375px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    margin: 35px 0 30px;
}
.about_txt .btn_black{
    margin:0 10px;
    width: 390px;
    padding: 12px 0px;
    font-size: 15px;
}
.about_txt .btns{margin-top: 33px;}

/*----------------------------------------------------*/
/*                        merit                       */
/*----------------------------------------------------*/
.merit{background-color: #fafafa;}
.merit h2{margin-bottom: 52px;}
.merit h3{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 27px;
}
.merit_box{
    margin-bottom: 42px;
}
.merit p{
text-align: center;
line-height: 1.6;
}
.merit li{
background-color: #ffffff;
width: 320px;
    padding: 20px;
}
.merit_num span{font-size: 50px;}
.merit_num p{font-size: 15px;}
.merit_num{
    color: #787878;
text-align: center;
margin: 4px 0 15px;
}
.merit_contents{
letter-spacing: 0.05em;
    margin: 0 auto 23px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.merit_contents span{color: #b42850;}
.merit .explain p{
    text-align: left;
    width: 268px;
    margin: 0 auto 35px;
}
.merit_contents .btn_red{
    font-size: 14px;
}

/*----------------------------------------------------*/
/*                    link_container                  */
/*----------------------------------------------------*/
.link_container{background-color: #ebebeb; padding: 60px 0;}
.link_container a{
font-size: 18px;
letter-spacing: 0.05em;
background-color: #ffffff;
padding: 30px 40px;
position: relative;
text-align: center;
}
.link_container a::after{
content: url(../img/outline/outline_link_icon01.png);
    background-repeat: no-repeat;
    background-position: right 10% bottom;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.link_container.page_bottom{background-color: #ffffff;}
.link_container.page_bottom .link1{
    border: solid 1px #dcdcdc;
    width: 32%;
}

@media (max-width: 768px){  
    /*------------------------mv ---------------------------*/ 
/*    .mv_wrap{
        background: bottom 0% right 60% / cover url('../img/outline/faximo/service_faximo_mv.jpg')no-repeat , 
        linear-gradient(90deg,#d2d0f7 0%,#d2d0f7 50%,#bebaf6 50%,#bebaf6 100%);;
    }*/

    /*------------------------about_isana---------------------------*/ 
    .about_txt .about_hd_txt , .about_txt p , .about_txt h2
    , .about_isana img{width: 100%;}
    .about_txt .btn_black{
        width: 100%;
        margin: 14px auto 0;
        font-size: 14px;
    }
    .about_isana img{margin-top: 30px;}
    .about_txt h2{text-align: center;}

    .merit li{width: 100%;}

    .link_container.page_bottom .link1{width: 100%;}
    .link_container.page_bottom .link1:not(:last-child){margin-bottom: 10px;}
}

.outline_blank {
    margin-top: 60px;
    justify-content: center;
}

