@charset "utf-8";

.red_line{
    border: 2px solid #e56e66;
}
.yellow_line{
    border: 2px solid #ffa900;
}
.lime_line{
    border: 2px solid #80cc04;
}
.pink_line{
    border: 2px solid #ff649e;
}
.blue_line{
    border: 2px solid #07b4e2;
}
.green_line{
    border: 2px solid #00a85d;
}
.purple_line{
    border: 2px solid #af68c7;
}
.orange_line{
    border: 2px solid #ff8a0e;
}
.left_area{
    float: left;
    text-align: left;
    color: #000;
    font-size: 15px ;
    line-height: 1.8em;
    width: 50%;
    margin: 10px 2% 0 0;
}
.left_area img{
    width: 90%;
    margin-right: 10%;
    margin-bottom: 30px;
}
.right_area{
    float: right;
    font-size: 15px ;
    width: 48%;
    margin: 10px 0 10px 0;
}
.right_area img{
    border-radius: 12px;
    width: 100%;
}
.schedule_a{
    float: left;
    width: 42%;
    padding: 0 3% 40px 3%;
    background-color:#FFF5F2;
    border-radius: 12px;
    margin: 0 3% 0 0;
    border: 1px solid rgba(233,141,144,1.00);
}
.schedule_b{
    float: right;
    width: 42%;
    padding: 0 3% 110px 3%;
    background-color:#F3F4EA;
    border-radius: 12px;
    margin: 0;
    border: 1px solid rgba(88,176,99,1.00);
}
.schedule_st{
    width: 80%;
    margin: 0 auto 10px auto
}
.schedule_st img{
    width: 100%;
}
.schedule_a ul li{
    list-style: none;
    width:88%;
    padding: 10px;
    color: #000;
    font-size: 16px;
    line-height: 1.6em;
    margin: 10px auto;
    border: 2px solid #da4d52;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    background-color: #fff;
}
.schedule_b ul li{
    list-style: none;
    width: 88%;
    padding: 10px;
    color: #000;
    font-size: 16px;
    line-height: 1.6em;
    margin: 10px auto;
    border: 2px solid #20922e;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    background-color: #fff;
}

.schedule_time{
    width: 45%;
}
.schedule_time img{
    width: 100%;
}
.schedule_arrow{
    width: 10%;
    margin: 0 auto;
}
.schedule_arrow img{
    width: 100%;
}
.day_copy{
    float: left;
    width: 49%;
    margin: 0;
    text-align: left;
    position: relative;
    font-size: 22px;
    color: rgba(0,0,0,1.00);
    line-height: 1.6em;
    font-weight: 700;
    padding: 0 0 22% 0;
    z-index: 1;
}

.day_copy_txt{
   
    width: 100%;
    font-size: 16px;
    line-height: 1.8em;
    margin: 20px 0 20px 0;
    font-weight: 500;
    
}
.day_st{
    width: 70%;
    margin: 0 0 30px 0;
    padding:7px 0 0 55px;
    background-image: url("../images/education/days/st_icon.png");
    background-repeat: no-repeat;
    font-size: 35px;
    line-height: 1.6em;
    color: rgba(211,63,68,1.00);
    font-weight: 600;
}

.day_bottom{
    float: left;
    width: 63%;
    margin-top: -20%;
    z-index: 2;
}
 
.day_bottom img{
    width: 100%;
    border-radius: 12px;
}
.day_right{
    width: 45%;
    float: right;
    padding: 0 0 5% 0;
}
.day_right img{
    width: 100%;
    border-radius: 12px;
}
.day_box{
    clear: both;
    width: 100%;
    margin: 0;
}
.day_copy2{
    float: left;
    width: 48%;
    margin: 0;
    text-align: left;
    position: relative;
    font-size: 22px;
    color: rgba(0,0,0,1.00);
    line-height: 1.6em;
    font-weight: 700;
    padding: 0 1%;
}
.day_photo{
    float: left;
    width: 48%;
    padding: 20px 1%;
}
.day_photo img{
    width: 100%;
    border-radius: 12px;
}
.events_st{
    width:80%;
    margin: 0 0 30px 0;
    padding:7px 0 0 65px;
    background-image: url("../images/education/events/st_icon.png");
    background-repeat: no-repeat;
    font-size: 35px;
    line-height: 1.6em;
    color: #935c3c;
    font-weight: 600;
}
.events_txt{
    font-size: 16px;
    color: #000;
    line-height: 1.6em;
}
.events_list{
    width: 80%;
    padding: 9px 10px 9px 60px;
    margin: 10px 0 20px 10px; 
    background-color: #ffeef4;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    text-align: left;
    font-size: 16px;
    color: #51321E;
}
.events_list_icon{
    position: absolute;
    left: -15px;
    top:0;
    width: 7.8%;
    z-index: 2;
}
.color_4{
    color: #FEBDD4;
}
.color_5{
    color: #B2C37E;
}
.color_6{
    color: #77967B;
}
.color_7{
    color:#FDDB9E;
}
.color_10{
    color:#FCCA9B;
}
.color_11{
    color: #E58184;
}
.color_12{
    color:#8DC5CC;
}
.color_2{
    color: #819AC3;
}
.color_3{
    color: #B090BD;
}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.day_copy{
    float: left;
    width: 50%;
    margin: 0;
    text-align: left;
    position: relative;
    font-size: 22px;
    color: rgba(0,0,0,1.00);
    line-height: 1.6em;
    font-weight: 700;
    padding: 0 0 22% 0;
    z-index: 1;
}

.day_copy_txt{
   
    width: 100%;
    font-size: 15px;
    line-height: 1.8em;
    margin: 20px 0 20px 0;
    font-weight: 500;
    
}
.day_st{
    width: 70%;
    margin: 0 0 30px 0;
    padding:7px 0 0 55px;
    background-image: url("../images/education/days/st_icon.png");
    background-repeat: no-repeat;
    background-size: 25%;
    font-size: 30px;
    line-height: 1.6em;
    color: rgba(211,63,68,1.00);
    font-weight: 600;
}

.day_bottom{
    float: left;
    width: 63%;
    margin-top: -20%;
    z-index: 2;
}
 
.day_bottom img{
    width: 100%;
    border-radius: 12px;
}
.day_right{
    width: 45%;
    float: right;
    padding: 0 0 5% 0;
}
.day_right img{
    width: 100%;
    border-radius: 12px;
}
.day_box{
    clear: both;
    width: 100%;
    margin: 0;
}
.day_copy2{
    float: left;
    width: 48%;
    margin: 0;
    text-align: left;
    position: relative;
    font-size: 18px;
    color: rgba(0,0,0,1.00);
    line-height: 1.6em;
    font-weight: 700;
    padding: 0 1%;
}
.day_photo{
    float: left;
    width: 48%;
    padding: 20px 1%;
}
.day_photo img{
    width: 100%;
    border-radius: 12px;
}
    

.events_st{
    width:80%;
    margin: 0 0 20px 5%;
    padding:7px 0 0 60px;
    background-image: url("../images/education/events/st_icon.png");
    background-repeat: no-repeat;
    background-size: 10%;
    font-size: 30px;
    line-height: 1.6em;
    color: #935c3c;
    font-weight: 600;
}
.events_txt{
    width: 97%;
    margin-left: 3%;
    font-size: 14px;
    color: #000;
    line-height: 1.6em;
    margin-bottom: 10px;
}
.events_list{
    width: 75%;
    padding: 9px 10px 9px 60px;
    margin: 10px 0 20px 5%; 
    background-color: #ffeef4;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    text-align: left;
    font-size: 16px;
    color: #51321E;
}
.events_list_icon{
    position: absolute;
    left: -15px;
    top:5px;
    width: 7.8%;
    z-index: 2;
}  


}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.left_area{
    float: none;
    text-align: left;
    color: #000;
    font-size: 14px ;
    line-height: 1.8em;
    width: 90%;
    margin: 10px auto;
}
.left_area img{
    width: 90%;
    margin-right: 0;
    margin-bottom: 20px;
}
.right_area{
    float: none;
    font-size: 15px ;
    width: 80%;
    margin: 10px auto;
}
.right_area img{
    border-radius: 12px;
    width: 100%;
}
    
.schedule_a{
    float: none;
    width: 80%;
    padding: 0 5% 40px 5%;
    background-color:#FFF5F2;
    border-radius: 12px;
    margin: 0 auto 10px auto;
    border: 1px solid rgba(233,141,144,1.00);
}
.schedule_b{
    float: none;
    width: 80%;
    padding: 0 5% 40px 5%;
    background-color:#F3F4EA;
    border-radius: 12px;
    margin: 10px auto;
    border: 1px solid rgba(88,176,99,1.00);
}
.schedule_st{
    width: 80%;
    margin: 0 auto 10px auto
}
.schedule_st img{
    width: 100%;
}
.schedule_a ul li{
    list-style: none;
    width:88%;
    padding: 10px;
    color: #000;
    font-size: 15px;
    line-height: 1.6em;
    margin: 10px auto;
    border: 2px solid #da4d52;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    background-color: #fff;
}
.schedule_b ul li{
    list-style: none;
    width: 88%;
    padding: 10px;
    color: #000;
    font-size: 15px;
    line-height: 1.6em;
    margin: 10px auto;
    border: 2px solid #20922e;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    background-color: #fff;
}

.schedule_time{
    width: 60%;
}
.schedule_time img{
    width: 100%;
}
.schedule_arrow{
    width: 15%;
    margin: 0 auto;
}
.schedule_arrow img{
    width: 100%;
}
.day_copy{
    float: none;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    position: relative;
    font-size: 18px;
    color: rgba(0,0,0,1.00);
    line-height: 1.6em;
    font-weight: 600;
    padding: 0 0 0 0;
    z-index: 1;
}

.day_copy_txt{
    width: 100%;
    font-size: 15px;
    line-height: 1.8em;
    margin: 20px 0 20px 0;
    font-weight: 500;
    
}
.day_st{
    width: 80%;
    margin: 0 0 20px 0;
    padding:10px 0 0 55px;
    background-image: url("../images/education/days/st_icon.png");
    background-repeat: no-repeat;
    background-size: 22%;
    font-size: 30px;
    line-height: 1.6em;
    color: rgba(211,63,68,1.00);
    font-weight: 600;
}

.day_bottom{
    float: none;
    width: 80%;
    margin: 10px auto;
    z-index: 2;
}
 
.day_bottom img{
    width: 100%;
    border-radius: 12px;
}
.day_right{
    width: 80%;
    float: none;
    padding: 0 0 5% 0;
    margin: 10px auto;
}
.day_right img{
    width: 100%;
    border-radius: 12px;
}
.day_box{
    clear: both;
    width: 100%;
    margin: 0;
}
.day_copy2{
    float: none;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    position: relative;
    font-size: 18px;
    color: rgba(0,0,0,1.00);
    line-height: 1.6em;
    font-weight: 700;
    padding: 0 1%;
}
.day_photo{
    float: none;
    width: 80%;
    padding: 20px 1%;
    margin: 10px auto;
}
.day_photo img{
    width: 100%;
    border-radius: 12px;
}
.events_st{
    width:80%;
    margin: 0 0 20px 5%;
    padding:0 0 0 35px;
    background-image: url("../images/education/events/st_icon.png");
    background-repeat: no-repeat;
    background-size: 10%;
    font-size: 20px;
    line-height: 1.6em;
    color: #935c3c;
    font-weight: 600;
}
.events_txt{
    width: 94%;
    margin-left: 3%;
    font-size: 13px;
    color: #000;
    line-height: 1.6em;
    margin-bottom: 10px;
}
.events_list{
    width: 65%;
    padding: 9px 10px 9px 60px;
    margin: 10px 0 20px 8%; 
    background-color: #ffeef4;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    text-align: left;
    font-size: 16px;
    color: #51321E;
}
.events_list_icon{
    position: absolute;
    left: -15px;
    top:3px;
    width: 16%;
    z-index: 2;
} 

}
