@charset "utf-8";
/* 社会学部 学部概要　201707 */

#about ul.eye100 {
	margin-top: 50px;
}

#about ul.eye100::after {
	  content: ""; clear: both; display: block;
}

#about ul.eye100 li {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#about ul.eye100 li:last-child {
	margin-right: 0;
}

#about ul.eye100 + ul {
	clear: both;
	margin: 0 0 20px 25px;
}

#about ul.eye100 + ul li {
	list-style: disc;
}

#about .point {
	margin: 30px 0 0 0;
}


#about .point h4 {
	clear: both;
	color: #C84E96;
}

#about .point ul {
	margin: 0 0 30px 20px;
	padding-top: 15px;
}

#about .point ul li {
	list-style: disc;
	font-size: 90%;
}

#about .point .box240_r span {
	display: block;
	font-size: 80%;
}



/* 学部長メッセージ　201708 */
#about.message .photo {
	display: inline-block;
	float: right;
	margin: 0 0 20px 20px;
	font-size: 90%;
}

#about.message p {
	margin-bottom: 30px;
}

#about.message .name {
	text-align: right;
}

/*2021年度更新*/
.catch_e{
	font-family: HelveticaNowDisplay-Bd,sans-serif; /*202104*/
	font-size: 340%;
    color: #c84e96;
	line-height: 1.2;
}

h2.catch_j{
	margin-left: 0!important;
	text-align: left!important;
	padding: 10px 0!important;
	line-height: 1.6!important;
}

.catch2_j{
	color: #c84e96;
}
.nobr{
	display: none;
}


/*2026年度更新*/
div.point_tit {
font-size: 130%;
}

span.point_nam {
    background-color: #c84e96;
    color: #FFFFFF;
    padding: 5px 10px;
    margin: 10px 5px !important;
    width: max-content;
}

ul.point_list li {
    text-indent: -1.2em;
    padding-left: 1.2em;
	margin-bottom: 10px;
}

ul.point_list li span {
    color: #c84e96;
}

.point_lineup {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    flex: 1;
    margin-top: 30px;
}

#about section .point2 {
    display: flex;
}

#about section .point_subtit1,
#about section .point_lineup h3 {
    background-color: #627a86;
    color: #FFFFFF;
    padding: 5px 15px;
    margin: 10px 0 10px 0 !important;
    width: max-content;
}

#about section .point_subtit2 {
    background-color: #E5EBEE;
    color: #c84e96;
    padding: 5px 10px;
    margin: 10px 5px 10px 0 !important;
    width: max-content;
}

#about section .point_lineup h4 {
    color: #c84e96;
    margin: 15px 0 5px;
}

.p_box300 {
width: 300px;
}

.p_box300 p{
	font-size: 92%;
}

#point1 h2.point1_tit, #point2 h2.point2_tit {
    padding: 10px 20px 20px 20px;
}

#point3 h2.point3_tit {
    padding: 0 20px 20px 20px;
}

.point3_figtit {
    color: #c84e96;
}

@media screen and (max-width: 736px) {


#about ul.eye100 {
	margin-bottom: 5px;
	}

#about ul.eye100 li {
	width: 48%;
	margin-right: 5px;
}

#about ul.eye100 li:nth-child(even) {
	margin-right: 0;
}
	
#about ul.eye100 + ul li {
	margin-bottom: 5px;
}



#about .point .box240_r span {
	margin: 5px 0 20px 0;
	text-align: center;
}



/* 学部長メッセージ　201708 */
#about.message .photo {
	display: block;
	float: none;
	max-width: 200px;
	margin: 0 auto 20px auto;
}


#about.message .photo img {
	display: inline;
}


/*2021年度更新*/
.catch_e{
	font-size: 300%;
}

.nobr{
	display: block;
}

#about .mainimage {
    margin-bottom: 10px;
}

/*2026年度*/

.p_box300 {
        width: 100%;
    }

    .point_lineup img {
        display: block;
        margin: 0 auto;
    }

    #about section .point2 {
        flex-direction: column;
        gap: 5px;
    }

    #about section .point_subtit1 {
        margin: 10px 0 0 !important;
    }

    #about section .point_subtit2 {
        margin: 0 5px 10px 0 !important;
    }
    
}

#about .license h3 {
    background-color: #627a86;
    color: #fff;
    padding: 5px 5px 5px 15px;
    font-weight: normal;
}

.dept_subtit {
    background-color: #c84e96;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 20px!important;
    font-weight: normal!important;
    font-size: 100%;
}

.topics_program ul {
    margin: 15px auto 30px auto;
    display: inline-block;
}

.topics_program ul li {
    float: left;
    width: 45%;
    margin: 0;
    text-align: center;
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background-color: #D7DFE3;
    color: #314b57;
    text-decoration: none;
    font-size: 84%;
}

.topics_program ul li.none_sp{background-color: #fff;}

@media screen and (max-width: 736px){

.topics_program ul {
    display: block;
}

.topics_program ul li {
    float: none;
    width: 94%;
}

.topics_program ul li.none_sp{display: none;}

}

