@charset "utf-8";
/* CSS Document */

#header .logo{
    position: relative;
    top: 10px;
}

#header h2 img{
    width: 50%;
}
.schedule{
display: block;
    border: #b1b1b1 2px dashed;
    border-radius: 10px;
    width: fit-content;
    background-color: #fff;
    font-size: 2.4rem;
    padding: 20px;
    margin: 30px auto 0;
    line-height: 1.4;
}

@media screen and (max-width:750px) {
.schedule{
    display: block;
    margin: 0 auto;
    font-size: 1.6rem;   
} 
#header .logo{
    position: unset;
    width: auto;
}
#header h2 img{
    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: -64px;
    right: -278px;
    height: auto;
    height: 0;
    color: #FF9800;
}
#con04 .application ul li .arow2{
    display: none;
}
#footer .footWrap .calBox .kensaku .tokuten {
    font-size: 2.1em;
}

@media screen and (max-width:750px) {
    
#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 .tokuten {
    font-size: 2.1em;
}
    
}

   
.school{
    
}
.school a{
    background: #fea521;
    display: block;
    margin: 0 auto;
    width: 49%;
    text-align: center;
    padding: 30px;
    margin-bottom: 66px;
    font-size: 2rem;
    border-radius: 15px;
    color: #FFFFFF;
}
.school a:hover{
    background: #FF5722;
}

@media screen and (max-width:750px) {
.school a{
    width: 73%;

}