@charset "UTF-8";

/* 看護学部 授業について　CSS PC
===============================================*/
section.social img {
    display: block;
    width: 100%;
}
.mv{
	background: url(/kango/academics/img/mv_academics.jpg) no-repeat center center;
	background-size: cover;
}
section.social .social_ttl {
    margin: 50px auto 60px;
}
section.social .contBox {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 50px;
}
section.social .contBox.rev {
    flex-direction: row-reverse;
}
section.social .txtBox {
    width: 55%;
}
#main section.social .txtBox h3 {
    margin-top: 0;
}
section.social .social_img {
    width: 40%;
}
section.social .social_img img:first-of-type {
    margin-bottom: 20px;
}
section.social a {
    max-width: 300px;
    padding: 20px 12px 20px 0;
    border-bottom: solid 1px #000;
    font-size: 14px;
    line-height: 100%;
    background: url(/kango/common/img/arrow_gray.png) no-repeat right 5px center;
    background-size: 8px auto;
    display: block;
}
section.social .social_cont02 {
    margin: 0 auto 50px;
}
#main section.social .social_cont02 h4 {
    color: #e5004a;
    font-size: 18px;
    margin-top: 0;
    line-height: 1.4em;
}
section.social .social_cont02 ul {
    display: flex;
    justify-content: space-between;
    max-width: 950px;
    margin: 0 auto;
}
section.social .social_cont02 ul li {
    width: 48%;
}