@charset "UTF-8";
/*
 * index.css
 *
 */

/*==================================
         schedule_page
==================================*/
section {
	width:1100px;
}
section h3 {
    margin: 50px 10px 10px;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #006834;
    border-bottom: #006834 solid 1px;
    line-height: 1.2em;
}
.h3_english {
    line-height: 1em;
    font-size: 22px;
}
.h3_english::after {
    content: "\A";
    white-space: pre;
}