/*************************************
 	ミッション・ヴィジョン一覧ページ
*************************************/

/* mission.css */
/*------------------------------------------
	ミッション・ヴィジョン
------------------------------------------*/
#vision_area {
    margin-bottom: 110px;
}

.tit_mivi {
    width: 330px;
    padding-bottom: 10px;
    margin: 0 auto 40px;
    border-bottom: 2px solid #0068b7;
    text-align: center;
    font-size: 2.8rem;
    /* color: #0068b7; */
}

.t_mivi_abstract {
    padding: 0px 40px 50px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 3.4rem;
}

section.mv_contents {
    text-align: center;
}

section.mv_contents h3 {
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 3.3rem;
    line-height: 4.4rem;
    color: #0068b7;
}

section.mv_contents p {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 2.8rem;
}

section.mv_contents img {
    max-width: 520px;
    width: 70%;
}

@media screen and (max-width: 640px) {
    #vision_area {
        margin-bottom: 80px;
    }

    .tit_mivi {
        width: 230px;
        max-width: 100%;
        padding-bottom: 5px;
        margin: 0 auto 30px;
        font-size: 2.6rem;
    }

    .t_mivi_abstract {
        padding: 0px 2% 40px;
        text-align: left;
        font-size: 4.2vw;
        line-height: 5.3vw;
    }

    section.mv_contents {
        text-align: center;
    }

    section.mv_contents h3 {
        margin-bottom: 30px;
        text-align: left;
        font-size: 2.3rem;
        line-height: 3.8rem;
    }

    section.mv_contents p {
        text-align: left;
        margin-bottom: 20px;
        font-size: 4.2vw;
        line-height: 5.3vw;
    }

    section.mv_contents p.sp_center {
        text-align: center;
    }

    section.mv_contents img {}
}