.bread_crumb ul {
    padding: 10px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.bread_crumb ul li a {
    color: #000;
}

.bread_crumb ul li a::after {
    margin: 0 5px;
    content: ">";
}

.bread_crumb ul li a:hover {
    opacity: 0.7;
    text-decoration: none;
}

#u_layer .schedule_line {
    background: url("../img/schedule_headlinebg.jpg") no-repeat center center;
    background-size: cover;
}

#u_layer .schedule_line div h2.schedule_title::after {
    position: absolute;
    top: -45%;
    left: 0;
    display: inline-block;
    height: 40px;
    width: 45px;
    background: url("../img/scedule_icon01.png") no-repeat center;
    background-size: contain;
    content: '';
}

#u_layer .scedule_catch {
    border: 1px solid #ccc;
    margin-bottom: 30px!important;
}

#u_layer .scedule_catch img {
    float: left;
    width: 50%;
    margin-right: 40px;
    border-right: 1px solid #ccc;
}

#u_layer .scedule_catch p {
    max-width: 100%;
    line-height: 160%;
}

.ttl_music {
    background: url("../img/about_titlebg01.png") no-repeat center top;
    background-size: 80% 80%;
    text-align: center;
    font-size: 230%;
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 55px;
}

.scedule_content01 {
    background: #fafaf9;
    padding: 110px 0 60px;
}

.scedule_content01 h2::before{
    content: '';
    display: block;
    background: url("../img/scedule_titleimg01.png") no-repeat center top;
    background-size: contain;
    width: 250px;
    height: 35px;
    position: absolute;
    left: 50%;
    top: -70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.scedule_content01 h2::after {
    content: '';
    display: block;
    background: url("../img/scedule_readtext01.png") no-repeat center top;
    background-size: contain;
    width: 160px;
    height: 18px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: -80%;
}

.ttl_music span {
    display: block;
    font-size: 55%;
    margin-top: 15px;
}

.scedule_content01 p {
    line-height: 1.8em;
    text-align: center;
    font-size: 12px;
}

.scedule_content01 p strong {
    font-weight: normal;
}

.scedule_content01 p span {
    color: #009fea;
}

.google_calendar {
    margin: 0 auto;
    text-align: center;
    padding: 30px 50px 20px;
}

.google_calendar iframe {
    width: 100%;
}

.btn_green {
    display: block;
    max-width: 350px;
    width: 100%;
    padding: 13px 0;
    margin: 0 auto 35px;
    border-radius: 15px;
    background: #55bd40;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    border: 1px solid #55bd40;
}

.btn_green:hover {
    text-decoration: none;
    opacity: 0.7;
}

.btn_green::after {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../img/scedule_icon04.png") no-repeat center;
    background-size: contain;
    margin-left: 10px;
    content: "";
}

.btn06 {
    max-width: 180px;
    width: 100%;
    color: #fff;
    margin: 10px 0 0 25px;
    padding: 7px 0;
    border-radius: 10px;
    font-size: 120%;
    text-align: center;
    font-weight: bold;
    display: block;
}

.btn06::before {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../img/scedule_icon05.png") no-repeat center;
    background-size: contain;
    margin-right: 10px;
    content: "";
}

.btn06:hover {
    opacity: 0.7;
    text-decoration: none;
}

.scedule_content01 .bg_white {
    margin: 60px 50px 0;
    padding: 30px 20px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

#u_layer .catch h2 span.text_S {
    font-weight: 600;
}

.scedule_content01 .bg_white img {
    width: 80px;
}

.scedule_content01 .bg_white div {
    width:60%;
    margin-left: 50px;
}

.scedule_content01 .bg_white p {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;

}

.scedule_content01 .bg_white p span {
    color: #000;
    margin-top: 10px;
    font-size: 13px;
}

.scedule_content01 .bg_white p:last-child {
    margin-top: 10px;
}

.btn_download01 {
    background: #4087bd;
}

.btn_download02 {
    background: #295678;
}

.scedule_content02 {
    padding: 120px 0 0;
}

.scedule_content02 h2::before {
    content: '';
    display: block;
    background: url("../img/scedule_titleimg02.png") no-repeat center top;
    background-size: contain;
    width: 250px;
    height: 35px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: -70%;
}

.scedule_content02 h2::after {
    content: '';
    display: block;
    background: url("../img/scedule_readtext02.png") no-repeat center top;
    background-size: contain;
    width: 180px;
    height: 15px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: -80%;
}

.scedule_content02 p {
    padding-bottom: 40px;
    text-align: center;
    font-size: 12px;
}

.scedule_content02 ul li p {
    padding-top: 30px;
    font-weight: bold;
}

.scedule_content02 ul li img {
    width: 90%;
    margin: 0 5%;
}

.contact_content01 .two_column {
    background: url("../img/scedule_bg01.jpg") repeat center;
    background-size: contain;
    padding: 35px 30px;
    justify-content: center;
    -webkit-justify-content: center;
}

.contact_content01 .tel_content {
    color: #fff;
    margin-right: 5px;
}

.contact_content01 .tel_content h2 {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
}

.contact_content01 .tel_content a {
    display: block;
    margin-top: 20px;
    font-size: 280%;
    color: #FFF;
    font-weight: bold;
}

.contact_content01 .tel_content a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.contact_content01 .tel_content a::before {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url("../img/scedule_icon03.png") no-repeat center;
    background-size: contain;
    content: "";
}

.contact_content01 .mail_content {
    padding: 25px 20px;
}

.contact_content01 .mail_content a {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    color: #fff;
    font-size: 150%;
    font-weight: bold;
}

.contact_content01 .mail_content a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.contact_content01 .mail_content a::before {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url("../img/line_icon02.png") no-repeat center;
    background-size: contain;
    content:"";
}

.contact_content01 .txt_red {
    padding: 15px 30px 30px;
    color: #fe0000;
    font-weight: bold;
    font-size: 12px;
}

.scedule_content03 {
    padding: 120px 0 50px;
    background: #fff9eb;
}

.scedule_content03 h2::before {
    content: '';
    display: block;
    background: url("../img/scedule_titleimg01.png") no-repeat center top;
    background-size: contain;
    width: 250px;
    height: 35px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: -70%;
}

.scedule_content03 h2::after {
    content: '';
    display: block;
    background: url("../img/scedule_readtext03.png") no-repeat center top;
    background-size: contain;
    width: 130px;
    height: 15px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: -80%;
}

.scedule_content03 > p {
    text-align: center;
    font-size: 12px;
}

.scedule_content03 ul {
    padding: 30px 30px 0;
}

.scedule_content03 ul li .bg_white {
    padding: 20px;
}

.scedule_content03 ul li h3 {
    position: relative;
    font-size: 150%;
    font-weight: bold;
    text-align: center;
    border-bottom
}

.scedule_content03 ul li h3::after {
    position: aboslute;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 5px;
    background: url("../img/schedule_border01.jpg") no-repeat center;
    background-size: contain;
    content:"";
}

.scedule_content03 ul li .bg_white p {
    padding: 12px 0;
    font-size: 12px;
}

.btn07 {
    display: block;
    width: 100%;
    padding: 8px 0;
    color: #fff;
    background: #ffc847;
    border-radius: 15px;
    text-align: center;
}

.btn07:hover {
    opacity: 0.7;
    text-decoration: none;
}

.btn17 {
    color: #fff;
    background: #EE8800;
    display: block;
    padding: 15px;
    font-size: 14px;
    border-radius: 15px;
    text-align: center;
    max-width: 300px;
    width: 100%;
}
.btn17:hover {
    opacity: 0.7;
    text-decoration: none;
    display: block;
    padding: 15px;
    font-size: 14px;
    border-radius: 15px;
    text-align: center;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.scedule_content04 {
    padding: 120px 0 80px;
}

.scedule_content04 h2::before {
    content: '';
    display: block;
    background: url("../img/scedule_titleimg01.png") no-repeat center top;
    background-size: contain;
    width: 250px;
    height: 35px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: -70%;
}

.scedule_content04  h2::after {
    content: '';
    display: block;
    background: url("../img/scedule_readtext03.png") no-repeat center top;
    background-size: contain;
    width: 130px;
    height: 15px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: -80%;
}

.scedule_content04 p {
    padding-bottom: 40px;
    text-align: center;
    font-size: 12px;
}

.scedule_content04 .four_column li img {
    width: 90%;
}

.btn08 {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    width: 90%;
    margin-top: 35px;
    padding: 17px 0;
    color: #fff;
    border-radius: 15px;
    text-align: center;
}

.btn08:hover {
    text-decoration: none;
    opacity: 0.7;
}

.bg_whiteGreen {
    background: #7fd3c3;
}

.bg_yellow02 {
    background: #fcb100;
}

.bg_pink04 {
    background: #f76fa7;
}

.bg_liteBlue06 {
    background: #4da6d2;
}

.scedule_content04 ul li:first-child a::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url("../img/scedule_icon06.png") no-repeat center;
    background-size: contain;
    content: "";
}

.scedule_content04 ul li:nth-child(2) a::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url("../img/scedule_icon07.png") no-repeat center;
    background-size: contain;
    content: "";
}

.scedule_content04 ul li:nth-child(3) a::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url("../img/scedule_icon08.png") no-repeat center;
    background-size: contain;
    content: "";
}

.scedule_content04 ul li:last-child a::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url("../img/scedule_icon09.png") no-repeat center;
    background-size: contain;
    content: "";
}

.three_column_ok {
    margin-top: 10px;
}
.scedule_link_list{
    overflow: hidden;
    padding: 10px 5%;
}
.scedule_link_list li{
    display: inline-block;
    width: 24%;
    margin: 4px 2px;
}
.scedule_link_list li a{
    background: #FFF;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    padding: 15px 10px 10px;
    width: 100%;
}
.scedule_link_list li a span{
    position: relative;
}
.scedule_link_list li a.odd{
    border: 3px solid #45a7cf;
}
.scedule_link_list li a.even{
    border: 3px solid #00a1e6;
}
.scedule_link_list li a.odd span.scool_name{
    color: #45a7cf;
}
.scedule_link_list li a.even span.scool_name{
    color: #00a1e6;
}
.scedule_link_list li a span.scool_name{
    font-size: 110%;
    font-weight: bold;
    padding-left:30px;
}
.scedule_link_list li a span.scool_name:before{
    display: inline-block;
    font-weight: bold;
    width: 25px;
    height: 25px;
    background-size: contain;
    margin-right: 10px;
    content: "";
    position: absolute;
    top:-2px;
    left:0;
}
.scedule_link_list li a.odd span.scool_name:before{
    background: url("../img/schedule_link_button_icon-01.png") no-repeat center;
}
.scedule_link_list li a.even span.scool_name:before{
    background: url("../img/schedule_link_button_icon-02.png") no-repeat center;
}
.scedule_link_list li a span.link_text{
    display: block;
    font-size: 85%;
    position: relative;
    padding: 10px 20px 0 0;
    margin-top: 10px;
    color: #333;
}
.scedule_link_list li a span.link_text:before{
    content:"";
    border-radius: 20px;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top:11px;
    right:0;
}
.scedule_link_list li a span.link_text:after{
    content:"";
    right: 6px;
    top: 15px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.scedule_link_list li a.odd span.link_text{
    border-top: 1px dashed #45a7cf;
}
.scedule_link_list li a.even span.link_text{
    border-top: 1px dashed #00a1e6;
}
.scedule_link_list li a.odd span.link_text:before{
    background: #45a7cf;
}
.scedule_link_list li a.even span.link_text:before{
    background: #00a1e6;
}
.scedule_link_list li a:hover{
    text-decoration: none;
    color:#FFF;
}
.scedule_link_list li a.odd:hover{
    background-color: #45a7cf;
}
.scedule_link_list li a.even:hover{
    background-color: #00a1e6;
}
.scedule_link_list li a:hover span.link_text{
    color: #fff;
}
.scedule_link_list li a:hover span.link_text:before{
    background: #fff;
}
.scedule_link_list li a.odd:hover span.link_text:after{
    border-top: 2px solid #45a7cf;
    border-right: 2px solid #45a7cf;
}
.scedule_link_list li a.even:hover span.link_text:after{
    border-top: 2px solid #00a1e6;
    border-right: 2px solid #00a1e6;
}
.scedule_link_list li a.odd:hover span.scool_name,
.scedule_link_list li a.even:hover span.scool_name{
    color:#fff;
}
.scedule_link_list li a.odd:hover span.link_text,
.scedule_link_list li a.even:hover span.link_text{
    border-top: 1px dashed #fff;
}
.scedule_link_list li a:hover span.scool_name:before{
    background: url("../img/schedule_link_button_icon-hover.png") no-repeat center;
}

/*#page_schedule_title{
    color: #004494;
    font-size: 250%;
    line-height: 1.3em;
    margin: 20px 0px 0px 30px;
    letter-spacing: 2px;
}

#page_schedule_title span{
   color: #303030;
    font-weight: bold;
    font-size: 35%;
    display: block;
    line-height: 2.0em;
    letter-spacing: 1.5px;
}
*/

#page_schedule_icon{
    position: absolute;
    top: 45%;
    color: #FFF;
    font-size: 210%;
    padding-left: 50px;
    letter-spacing: 4px;
}

#page_schedule_icon::after{
        position: absolute;
    top: -45%;
    left: 0;
    display: inline-block;
    height: 40px;
    width: 45px;
    background: url(../img/scedule_icon01.png) no-repeat center;
    background-size: contain;
    content: '';
}

@media screen and (max-width: 1024px) and (min-width: 768px) {

    #u_layer .scedule_catch {
        border: none;
        padding: 50px 2%;
        margin-bottom: 0 !important;
    }

    #u_layer .scedule_catch img.pc_display {
        display: none;
    }

    #u_layer .scedule_catch img.sp_display {
        display: block !important;
        border-right: none;
        width: 100%;
    }


    #u_layer .catch p {
        margin-bottom: 15px;
    }

    #u_layer .catch p .pc_display {
        display: none;
    }

    .scedule_content01 .bg_white p {
        line-height: 1.5em;
    }

    .scedule_content01 .bg_white p:first-child {
        margin-bottom: 15px;
    }

    .scedule_content01 .bg_white p span span {
        display: none;
    }

    .contact_content01 .tel_content h2 {
        font-size: 120%;
    }

    .contact_content01 .tel_content a {
        font-size: 150%;
    }

    .contact_content01 .tel_content a::before {
        width: 20px;
        height: 20px;
    }

    .contact_content01 .mail_content {
        padding: 20px 15px;
    }

    .contact_content01 .mail_content a {
        font-size: 120%;
    }

}

@media screen and (max-width: 823px) {

    .scedule_content01 .bg_white p:first-child {
        padding-bottom: 15px;
        border-bottom: 1px dotted #000;
    }

    .scedule_content01 .bg_white img {
        width: 110px;
    }

    .scedule_content01 .bg_white div {
        width: 55%;
        margin-left: 30px;
    }

    .scedule_content01 .bg_white p {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

}

@media screen and (max-width: 767px) {

    .scedule_wrap {
        padding: 0 !important;
    }

    #u_layer .scedule_catch {
        padding: 10px 5% 35px;
        margin-bottom: 0 !important;
        border: none;
    }

    #u_layer .scedule_catch p {
        margin: 10px 0 0 0;
        font-size: 110%;
    }

    .bread_crumb ul li a {
        text-decoration: underline;
    }

    #u_layer .schedule_line {
        background: url("../img/schedule_headlinebg_sp.png") repeat center center;
        background-size: contain;
        height: 65px;
        border-bottom: none;
        padding-left: 5%;
    }

    #u_layer .headline div {
        height: 50px;
    }

    #u_layer .headline div h2 {
        font-size: 180%;
        padding-left: 40px;
    }

    #u_layer .schedule_line div h2.schedule_title::after {
        height: 35px;
        width: 35px;
    }

    .sp_main_image {
        border-bottom: 10px solid #eeeeee;
    }

    #u_layer .scedule_catch h2 {
        position: initial;
        margin: 25px 0px 0px 0px;
        font-size: 250%;
    }

    #u_layer .scedule_catch img {
        float: none;
        width: 100%;
        margin-right: 0;
        border-right: none;
        margin-top: 15px;
    }

    .ttl_music {
        background-size: 100% 50%;
        font-size: 240%;
        letter-spacing: 0.1em;
    }

    .ttl_music span {
        font-size: 65%;
    }

    .scedule_content01 p {
        line-height: 2em;
    }

    .scedule_content01 p strong {
        font-weight: bold;
    }

    .scedule_content01,
    .scedule_content02,
    .scedule_content03,
    .scedule_content04 {
        padding: 100px 0 30px;
    }

    .scedule_content01 h2::before,
    .scedule_content02 h2::before,
    .scedule_content03 h2::before,
    .scedule_content04 h2::before {
        left: 50%;
        margin-left: 0;
        top: -70%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .scedule_content01 h2::after,
    .scedule_content02 h2::after,
    .scedule_content03 h2::after,
    .scedule_content04 h2::after {
        left: 50%;
        bottom: -75%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .scedule_content01 .bg_white {
        padding: 20px 10px;
    }

    .scedule_content01 .bg_white p {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .scedule_content01 .bg_white p span {
        font-weight: bold;
        font-size: 120%;
        letter-spacing: 2px;
        margin-bottom: 7px;
    }

    .scedule_content01 .bg_white {
        margin: 0;
        padding: 5px 15px 15px;
    }

    .btn06 {
        margin: 0;
        font-size: 120%;
        padding: 7px 0;
        border-radius: 10px;
    }

    .scedule_content02 .about_box_in::before,
    .scedule_content02 .about_box_in::after {
        display: none;
    }

    .scedule_content02 .about_box_in .swiper-button-next, .scedule_content02 .about_box_in .swiper-button-prev {
        top: 30%;
    }

    .scedule_content02 p {
        padding: 0 0 20px;
        font-size: 12px;
    }

    .swiper-wrapper p {
        font-weight: bold;
        margin-top: 20px;
        font-size: 15px;
    }

    .contact_content01 h2 {
        color: #fff;
        font-size: 220%;
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        font-weight: normal;
    }

    .contact_content01 p {
        color: #fff;
        margin-top: 15px;
        font-size: 14px;
    }

    .contact_content01 .tel_content, .contact_content01 .mail_content {
        width: 100%;
        margin-top: 15px;
    }

    .contact_content01 .tel_content {
        margin-right: 0;
    }

    .contact_content01 .mail_content {
        padding: 0;
        border-radius: 15px;
    }

    .contact_content01 .two_column {
        padding: 45px 15px;
    }

    .contact_content01 .txt_red {
        padding: 5px 0px 25px;
    }

    .contact_content01 .tel_content a {
        position: relative;
        display: flex;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        background: #fff100;
        border-radius: 15px;
        margin-top: 0;
        font-size: 150%;
        padding: 35px 15px;
        text-align: center;
        color: #000;
    }

    .tel_content a::after, .mail_content a::after {
        position: absolute;
        right: 5%;
        font-weight: normal;
        content: ">";
    }

    .contact_content01 .mail_content a {
        position: relative;
        padding: 35px 15px;
        font-size: 150%;
        border-radius: 15px;
    }

    .contact_content01 .tel_content a::before {
        background: url("../img/scedule_icon010.png") no-repeat center;
        background-size: contain;
        width: 20px;
        height: 20px;
    }

    .contact_content01 .mail_content a::before {
        width: 40px;
        height: 30px;
    }

    .scedule_content03 ul {
        padding: 25px 0 0;
    }

    .scedule_content03 ul li {
        margin-bottom: 20px;
        border: 1px solid #eee;
    }

    .scedule_content03 ul li:last-child {
        margin-bottom: 10px;
    }

    .scedule_content03 ul li h3::after {
        height: 10px;
    }

    .scedule_content03 ul li .bg_white {
        padding: 25px 10px 40px;
    }

    .scedule_content04 {
        padding: 0;
    }

    .scedule_content04 .inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .scedule_content04 ul li {
        width: 49%;
        padding: 15px 5px;
        text-align: center;
    }
/*
    .scedule_content04 ul li:first-child {
        border-right: 1px dotted #ccc;
        border-bottom: 1px dotted #ccc;
    }

    .scedule_content04 ul li:nth-child(2) {
        border-bottom: 1px dotted #ccc;
    }

    .scedule_content04 ul li:last-child {
        border-left: 1px dotted #ccc;
    }
*/
    .btn08 {
        padding: 8px 5px;
        font-size: 100%;
        border-radius: 17px;
        width: 100%;
        margin: 20px auto 0;
    }

    .scedule_content04 ul li:first-child a::before {
        width: 15px;
        height: 15px;
        margin-right: 2px;
    }

    .scedule_content04 ul li:nth-child(2) a::before {
        width: 15px;
        height: 15px;
        margin-right: 2px;
    }

    .scedule_content04 ul li:nth-child(3) a::before {
        width: 15px;
        height: 15px;
        margin-right: 2px;
    }

    .scedule_content04 ul li:last-child a::before {
        width: 15px;
        height: 15px;
        margin-right: 2px;
    }

    .google_calendar {
        padding: 10px;
        margin: 20px 0 10px;
    }

    .btn07 {
        width: 80%;
        margin: 0 auto;
        border-radius: 10px;
        font-size: 110%;
        padding: 15px 0;
    }

    .scedule_content03 ul li h3 {
        font-size: 160%;
    }

    .scedule_content03 ul li .bg_white p {
        padding: 10px 0 20px;
        line-height: 2;
        font-weight: bold;
        font-size: 110%;
    }

    .scedule_content04 .four_column li img {
        width: 95%;
    }

    .scedule_link_list li{
        display: inline-block;
        width: 47%;
        margin: 1%;
    }
    .scedule_link_list {
        overflow: hidden;
        padding: 10px 0;
    }
    .scedule_link_list li a {
        background: #FFF;
        border-radius: 5px;
        display: inline-block;
        text-align: center;
        padding: 10px 5px 5px;
        width: 100%;
    }
    .scedule_link_list li a.odd span.scool_name:before{
        background:none;
    }
    .scedule_link_list li a span.scool_name {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) and (min-width: 450px) {

    .three_column img {
        width: 100%;
    }

}

@media screen and (max-width: 767px) and (min-width: 690px) {

    .scedule_content01 .bg_white p span {
        margin-top: 30px;
    }

    .btn06 {
        margin-top: 25px;
        margin-left: 10px;
    }

}