@charset "utf-8";
/* CSS Document */

.ban_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ban_syoshin {
    margin-bottom: 1em;
    display:block;
    text-align: center;
    width: 100%;
}
.ban_syoshin_sp {
    display: none;
}
.ban_child {
    margin-bottom: 1em;
    display:block;
    text-align: center;
    width: 100%;
}
.ban_child_sp {
    display: none;
}
.ban_mon {
    display:block;
    text-align: center;
    width: 100%;
}
.ban_mon_sp {
    display: none;
}



.ban_monshinhyo {
    font-size: 1em;
    line-height: 1.6em;
    padding: 0.5em;
    margin-bottom: 1em;
    border: 1px solid #BCBCBC;
}
.ban_monshinhyo_sp {
    display: none;
}



@media screen and (max-width:1024px){
.ban_syoshin {
    display: none;
}
.ban_syoshin_sp {
    display:block;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    background-color: #00A99E;
}
.ban_child {
    display: none;
}
.ban_child_sp {
    display:block;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    background-color: #F19049;
}
.ban_mon {
    display: none;
}
.ban_mon_sp {
    display:block;
    width: 100%;
    background-color: #23AC38;
    text-align: center;
}

}






/*-------------------------------------------
1200px
----------------------------------------------*/
@media screen and (max-width:1200px){



}
/*ここまで　max-width:1024px--------*/







/*-------------------------------------------
1024px
----------------------------------------------*/
@media screen and (max-width:1024px){



}
/*ここまで　max-width:1024px--------*/





/*-------------------------------------------
768x
----------------------------------------------*/
@media screen and (max-width:768px){



}
/*ここまで　max-width:640px--------*/






/*-------------------------------------------
599px
----------------------------------------------*/
@media screen and (max-width:599px){



}

/*ここまで　max-width:599px--------*/