@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;
	margin: 0 auto;
}
.voiceBox li{
list-style: none;
}
.voiceBox div.ttl{
	background:url(/recommend/voice_kobedenshi2024/images/back_h3.png) repeat;
	padding: 20px;
}
.voiceBox div.ttl h2{
font-size: 2rem;
    font-weight: 700;
	text-align:center;
	letter-spacing:0.1em;
}
.voiceBox div.ttl p{
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: 700;
	text-align:center;
	margin:0;
}
/*.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;
}*/


/* 学校リンク
-------------------------------------*/
.voiceScBox{
background-image: url(/recommend/voice_riyoubiyou2024/images/box_back.gif);
	background-repeat: repeat;
	padding:30px;
	
}
.voiceScBox .schoolBox {
    padding: 30px;
    background: #FFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.voiceScBox .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;
}

.voiceScBox .schoolBox figure{
	
}

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

}

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

.voiceScBox .schoolBox dl {
    
}

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

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

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

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

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

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

.voiceScBox .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;
}*/
.voiceScBox{
	padding:18px;
}
.voiceScBox .schoolBox {
        /* margin-top:18px; */
        padding: 18px;
}
.voiceScBox .schoolBox h2.entry {
	margin-bottom:20px;
	padding:10px;
	text-align:center;
}
.voiceScBox .schoolBox h2.scName {
	text-align:center;
}
.voiceScBox .schoolBox .schoolBox_btn ul {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0 20px 0 0;
}

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

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

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




}


/*----------------------------------------------------*/
.gakka{
	background-color: #fbe0ea;
	padding-bottom:40px;
}
.gakka div.ttl h2{
	color:#dc2864;
}
.gakka div.ttl p{
	color:#dc2864;
}
.gakka .gakkaBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    /*justify-content: center;*/
	box-sizing: border-box;
	padding: 0;
	margin:20px 40px 0;
}
.gakka .gakkaBox::before,
.gakka .gakkaBox::after{
	content: "";
	display: block;
	width: calc((100% - 80px) / 3);
}
.gakka .gakkaBox::before{
order: 1;
}
.gakka .gakkaBox figure{
	width: calc((100% - 80px) / 3);
	flex-direction: column;
	justify-content: center;
    align-items: center;
	box-sizing: border-box;
	margin-top:20px;
}
.gakka .gakkaBox figure img{
	/* width:80%; */
	/* height:auto; */
	border-radius: 50%;
	margin-bottom:10px;
}
/*.gakka .gakkaBox div figure{
	margin:0;
}*/
.gakka .gakkaBox figcaption{
	display: flex;
	justify-content: center;
	font-size: 14px;
    line-height: 1.25;
	color:#654433;
}

@media screen and (max-width: 736px) {
.gakka{
	/* padding-bottom:20px; */
}
.gakka div.ttl h2{
	
}
.gakka .gakkaBox{
	margin:0 20px;
}
.gakka .gakkaBox::before,
.gakka .gakkaBox::after{
	width: calc((100% - 30px) / 2);
}
.gakka .gakkaBox figure{
	width: calc((100% - 30px) / 2);
}

.gakka .gakkaBox figure img{
	margin-bottom:5px;
}

}

/*----------------------------------------------------*/
.joshibu{
	overflow: hidden;
	background-color: #FFF1B3;
}
.joshibu div.ttl h2{
	color:#654433;
}
.joshibu div.ttl p{
	color:#654433;
}
.joshibu p.top{
	margin:40px 40px 20px;
}
.joshibu p{
	color:#654433;
}
.joshibu .inBox{
	margin:0 20px 40px;
	text-align:center;
}
.joshibu .inBox figure{
	margin-bottom:30px;
}
.joshibu .inBox figcaption {
	color:#654433;
	font-size: 14px;
    line-height: 1.25;
	margin-top:10px;
}


@media screen and (max-width: 736px) {
.joshibu{
	padding-bottom:20px;
}
.joshibu div.ttl h2{
	
}
.joshibu p.top{
	margin:20px;
}
.joshibu .inBox{
	margin:0 20px 20px;	
}
.joshibu .inBox figure{
	margin-bottom:20px;
}

}


/*----------------------------------------------------*/
.kikaku{
	overflow:hidden;
	background-color:#f8cbad;
}
.kikaku div.ttl h2{
	color:#654433;
}
.kikaku div.ttl p{
	color:#654433;
}
.kikaku p.top{
	margin: 40px 40px 20px;
}
.kikaku p{
	color:#654433;
}
.kikaku img {
    margin: 0 auto 40px;
    display: block;
}
.kikaku figure.kikaku1 {
	margin:40px;
}
.kikaku figure.kikaku2{
	margin:40px;
}

.kikaku figure.kikaku2 img{
    /* width:80%; */
    background:#fff6f1;
    border-radius:10px;
    padding:20px;
}
.kikaku .voice{
	background:#fff6f1;
	border-radius:10px;
	margin:40px;
	padding:20px;
	border:2px dashed #654433;
}
.kikaku .voice p.entry{
	text-align:center;
	font-weight:700;
}
.kikaku .voice ul{
	padding:10px;
	margin-top:0;
}
.kikaku .voice ul li{
	color:#654433;
	margin-bottom:10px;
	
}
.kikaku .voice ul li:before {
	/*font-family: 'Font Awesome 5 Free';
	content: '\f111';
	color: #654433;
    font-weight: 900;
	padding-right: 5px;*/
}

@media screen and (max-width: 736px) {
.kikaku{
	padding-bottom:20px;
}
.kikaku div.ttl h2{

}
.kikaku p.top{
	margin:20px;
}
.kikaku figure.kikaku1 {
	margin:20px;
}
.kikaku figure.kikaku2{
	margin:20px;
}
.kikaku img {
    margin: 0 auto 20px;
}
.kikaku .voice{
margin:20px;
	padding:10px;
}

}
