@charset "utf-8";

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

.contents {
    padding: 0;
}

/* 
-------------------------------------*/
.voiceTtl h1 img{
-moz-border-radius:15px 15px 0 0;
-webkit-border-radius:15px 15px 0 0;
border-radius:15px 15px 0 0;
}
.voiceBox {
	width:1000px;
	background-image: url(/recommend/voice_riyoubiyou2025/images/box_back.gif);
	background-repeat: repeat;
	padding:30px;
	margin:0 auto 20px;
}

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

.voiceBox .textBox h2 {
	font-size: 1.3rem;
    font-weight: 700;
	color: #ff0099;
	background-color: #FFE4E4;
	padding: 10px 20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.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: 40px;
    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:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	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;
    justify-content: space-between;
    padding: 0;
}

.voiceBox .schoolBox .schoolBox_btn li {
    margin: 0 10px;
    width: calc(100% / 3);
    list-style: none;
}

.voiceBox .schoolBox a {
    text-decoration: none;
}
.voiceBox .schoolBox .schoolBox_btn li a {
	border-radius: 3px;
    font-size: .875rem;
    font-weight: 700;
    padding: 5px 40px;
    width: 100%;
    min-height: 60px;
}
.voiceBox .schoolBox .schoolBox_btn .clipBox_btn {
	padding: 5px 40px;
	min-width:inherit;
}




@media screen and (max-width: 736px) {
.voiceTtl h1 img{
-moz-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
}
.voiceBox {
	width:100%;
	padding:18px;
}
.voiceBox .textBox {
	padding:18px;
}
.voiceBox .textBox h2 {
    line-height: 1.5;
}
.voiceBox .textBox h3 {
    line-height: 1.5;
}
.voiceBox .textBox p {
    margin-bottom: 20px;
}
.voiceBox .schoolBox {
        margin-top:18px;
        padding: 18px;
}
.voiceBox .schoolBox h2.entry {
	margin-bottom:20px;
	padding:10px;
    display: flex;
    justify-content: center;
    text-align: left;
}
.voiceBox .schoolBox h2.scName {

}
.voiceBox .schoolBox .schoolBox_btn ul {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin:0;
}
.voiceBox .schoolBox .schoolBox_btn li {
	margin: 10px 10px 0;
	width: auto;
}
.voiceBox .schoolBox .schoolBox_btn li a {
	padding: 5px 70px;
	width: 100%;
	min-height: 50px;
	font-size: .8571428571rem;
	margin: auto;
}
.voiceBox .schoolBox .schoolBox_btn .clipBox_btn{
	margin: auto;
	max-width:inherit;
}
.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;
}




}