@charset "utf-8";
/* CSS Document */

#header h2 {line-height: 1.2em;font-size:1.8rem;}
#header h2 small {
margin-left:0.5em;
font-size:60%;
}


.schedule{
display: block;
    width: 80%;
    background-color: #2196F3;
    font-size: 2rem;
    padding: 10px;
    margin: 20px auto 0;
    color: #fff;
    width: 830px;
}

@media screen and (max-width:750px) {
.schedule{
display: block;
    width: 100%;
}
}


#con04 .application{
    
}
#con04 .application ul {
    display: flex;
    justify-content: space-between;
        margin-bottom: 30px;
}
#con04 .application ul li{
    width: 28%;
    background: #fff;
    padding: 20px;
    border: #ddd 2px dashed;
    border-radius: 20px;
    font-size: 16px;
    line-height: 1.5;
}

#con04 .application ul li span{
  font-family: "Nabla", system-ui;
    font-size: 48px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}

#con04 .application ul li .arow{
    position: relative;
    font-size: 204%;
    top: -9px;
    right: -278px;
    height: auto;
    height: 0;
    color: #FF9800;
}
#con04 .application ul li .arow2{
    display: none;
}
#footer .footWrap .calBox .kensaku .tokuten {
    font-size: 1.8em;
}
#footer .footWrap .calBox .kensaku .tokuten2 {
    font-size: 2.1em;
    text-align: center;
    color: #FF5726;
}


#con02 .pointCon ul{
    width: 980px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

#con02 .pointCon ul li {
        width: 24.3333%;
    }

@media screen and (max-width:750px) {
    
#con02 .pointCon ul{
    display: flex;
    width: auto;
    flex-direction: column;
}
#con02 .pointCon ul li{
    width: 95%;
    margin: auto;
}
#con04 .application{
    
}
#con04 .application ul {
    display: block;
}
#con04 .application ul li{
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

#con04 .application ul li span{
    color: #FF9800;
}

#con04 .application ul li .arow{
    display: none;
}
#con04 .application ul li .arow2{
    display: block;
    position: relative;
    font-size: 204%;
    height: 0;
    color: #FF9800;
    left: 44%;
}
}

#footer .footWrap .calBox .kensaku {
    background: url(/ssi/event/taisyuku/area_tokai/sc-suzuki/img/footer_r.png) no-repeat center 0px#F0F0F0;
    background-size:90%;
    padding: 80px 10px 10px;
    text-align: center;
}
#footer .footWrap .calBox p {
    min-height: 0;
    /* text-align: center; */
}	



	.button a{
    display: block;
    text-align: center;
    border: none;
    background: #fea521;
    font-family: "M PLUS Rounded 1c";
    margin: 5px;
    padding: 8px;
    color: #FFF;
    letter-spacing: 0.1em;
    font-weight: bold;
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 90%;
    padding: 10px 0;
}


@media screen and (max-width: 767px){
	.button a{
    display: block;
    text-align: center;
    margin: 0px 0px 20px 0px;
    padding: 8px;
    border: none;
    background: #fea521;
    font-family: "M PLUS Rounded 1c";
    color: #FFF;
    letter-spacing: 0.1em;
    font-weight: bold;
    border-radius: 15px;
    margin-top: -10px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 105%;
}
}

.schedule{
display: block;
    width: 80%;
    background-color: #f14c12;
    font-size: 2rem;
    padding: 10px;
    margin: 20px auto 0;
    color: #fff;
    width: 830px;
}

@media screen and (max-width:750px) {
.schedule{
display: block;
    width: 100%;
}
}
	
	




/*4校分問い合わせフォーム用ボタン*/

.toiawase h2{
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: #FF5726 6px solid;
    width: 474px;
    margin: 0 auto;
    padding-bottom: 13px;
    margin-bottom: 34px;
    margin-top: 80px;
}


.toiawase .school{
    display: flex;
    width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.toiawase .school a{
   background: #FF9800;
    padding: 20px;
    border-radius: 10px;
    font-size: 2.5rem;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    width: 45%;
}
.toiawase .school a:hover{
   background: #000;
}


@media screen and (max-width:750px) {
.toiawase h2{
    margin: 0 auto;
    width: auto;
    margin-bottom: 6%;
}
.toiawase .school{
    display: block;
    width: 100%;
}  
.toiawase .school a{
    width: auto;
    font-size: 2rem;
}

}