@charset "UTF-8";
/* --------------------------------------------

	FileName	:	style.css

-------------------------------------------- */


.main-contents-inner > h2 {
    margin: 0 0 25px;
}
.main-contents-inner > p+h2 {
    margin: 50px 0 25px;
}
.main-contents-inner .title-1 {
    font-size: 1.5em;
    margin: 25px 0 10px;
}
.main-contents-inner .title-1 span {
    color: #000;
    font-size: 0.65em;
    font-weight: normal;
    margin: 0 0 0 15px;
}
.main-contents-inner > .table-2+p {
    margin: 25px 0 0;
}
.main-contents-inner > .table-2 {
}
.main-contents-inner > .table-2 td {
}
.table-2 th {
    white-space: nowrap;
}
.schedule td {
    text-align: left;
}
.schedule tr td:first-of-type {
    white-space: nowrap;
}


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

}

.table-2 th, .table-2 td {
    border-collapse: collapse;
}





























