@charset "utf-8";
/* 情報学部　学部概要　202512 */

section#other section {
    width: 60%;
}

#contents .si {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

#contents .si div {
    width: calc((100% - 40px) / 2);
    text-align: center;
}

#contents .si a {
    display: block;
}

#contents .si div img {
    margin-bottom: 5px;
    width: 100%;
}

#contents .btn1 {
    width: auto!important;
}

#contents .btn1 a {
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid #00b1a9;
	background-color: #00b1a9;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.15s ease-out;
}

#contents .btn1 a:hover {
	background-color: #ffffff;
	color: #00b1a9;
}
    
@media screen and (max-width: 736px) {
    section#other section{
	    width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
	
#contents .si {
    display: block;
}

#contents .si div {
    width: 100%;
    text-align: center;
	margin-bottom: 20px;
}

	}