@charset "utf-8";

/* 
-------------------------------------*/
/*h2{
	background-color:inherit;
	padding:0;
}
p{
	font-size:28px;
	color:#484848;
	line-height:1.5em;
}*/

.contents {
    padding: 0;
}

/* 
-------------------------------------*/
.voiceBox {
	width:800px;
	background-image: url(/recommend/voice_sit2024/images/box_back.gif);
	background-repeat: repeat;
	padding:30px;
	margin:0 auto 20px;
}

.voiceBox .textBox {
	background-color: #fff;
	padding: 30px;
}
.voiceBox .textBox img{
}

.voiceBox .textBox h2 {
	font-size: 1.3rem;
    font-weight: 700;
	color: #ff0099;
	background-color: #FFE4E4;
	padding: 10px 20px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.voiceBox .textBox h3 {
	font-size: 1.2rem;
    font-weight: 700;
	color: #FF6666;
	margin-top:20px;
}
.voiceBox .textBox p {
	margin-top: 10px;
	margin-bottom:30px;
}
.voiceBox .textBox figure.voiceImg {
	margin-top:20px;
	text-align: center;
}


/* 学校リンク
-------------------------------------*/
.voiceBox .schoolBox {
    margin-top: 30px;
    padding: 30px;
    background: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.voiceBox .schoolBox h2.entry {
	font-size: 1.3rem;
    font-weight: 700;
	color: #ff0099;
	background-color: #FFE4E4;
	padding: 10px 20px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width:100%;
	margin-bottom:30px;
}

.voiceBox .schoolBox figure{
	
}

.voiceBox .schoolBox img {
	margin-bottom:10px;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.2));

}

.voiceBox .schoolBox h2.scName{
    margin-bottom: 30px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
	color: #660000;
}

.voiceBox .schoolBox dl {
    
}

.voiceBox .schoolBox dt {
    float: left;
    width: 100px;
    line-height: 1.8em;
    font-size: 1rem;
    background: #f2f2ee;
    text-align: center;
    padding: 0 5px;
    margin-bottom: 10px;
}

.voiceBox .schoolBox dd {    
    margin-left: 110px;
    margin-bottom: 10px; 
	font-size: 1rem;
}

.voiceBox .schoolBox .schoolBox_btn {
    display:block;
	width:100%;
}

.voiceBox .schoolBox .schoolBox_btn ul {
    display: flex;
    padding: 0;
}

.voiceBox .schoolBox .schoolBox_btn li {
    margin: 0 10px;
    width: 33%;
    list-style: none;
}

.voiceBox .schoolBox a {
    text-decoration: none;
}

.voiceBox .schoolBox .schoolBox_btn li a {
	border-radius: 10px;
	font-size: .9375rem;

}




@media screen and (max-width: 736px) {

.voiceBox {
	width:100%;
	padding:18px;
}
.voiceBox .textBox {
	padding:18px;
}
.voiceBox .textBox h2 {
text-align:center;
}
.voiceBox .textBox p {
    margin-bottom: 20px;
}
.voiceBox .schoolBox {
        margin-top:18px;
        padding: 18px;
}
.voiceBox .schoolBox h2.entry {
	margin-bottom:20px;
	padding:10px;
	text-align:center;
}
.voiceBox .schoolBox h2.scName {
	text-align:center;
}
.voiceBox .schoolBox .schoolBox_btn ul {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0 20px 0 0;
}

.voiceBox .schoolBox .schoolBox_btn li {
        margin: 0 10px;
        width: 100%;
        margin-top: 10px;
}
.voiceBox .schoolBox figure{
	margin:0 auto;
}
.voiceBox .schoolBox img {
        float: inherit;
        margin:20px auto;
        display: block;
}

.voiceBox .schoolBox h4 {
        text-align: center;
}
.voiceBox .schoolBox dt {
    width: 80px;
    font-size: 1rem;
}

.voiceBox .schoolBox dd {    
    margin-left: 90px;
	font-size: 1rem;
}




}