@charset "utf-8";
/* CSS Document */

.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: -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;
}
}

aside.toiawase h2{
    font-size: 128%;
    font-weight: bold;
    display: block;
    background: #4CAF50;
    padding: 5px;
    margin-bottom: 10px;
    color: #fff;
}

aside.toiawase{
    display: block;
    width: 700px;
    margin: 0 auto;
    padding: 30px;
    border: #4CAF50 dashed 3px;
    background: #fff;
    margin-bottom: 60px;
}

aside.toiawase p span{
    font-weight: bold;
    font-size: 120%;
    display: block;
}

.linenone{
    font-size: 80%;
}


@media screen and (max-width:750px) {
    aside.toiawase{
    width: auto;
    margin: 5%;
}
}