@charset "UTF-8";
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.tukusi {
  font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", serif;
}

.hlv {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.minimunWidth {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.inrWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1400px) {
  .fullWidth {
    width: 1400px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 1200px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .fullWidth {
    width: 90% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .outerWidth {
    width: 95% !important;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .inrWidth {
    width: 95% !important;
  }
}
@media screen and (max-width: 768px) {
  .minimumWidth {
    width: 90%;
  }
  .inrWidth {
    width: 90%;
  }
  .outerWidth {
    width: 90% !important;
  }
  .fullWidth {
    width: 90% !important;
  }
}
/*----------------------------------------
MAIN
-----------------------------------------*/
::-webkit-input-placeholder {
  color: #3f66ea;
  text-align: center;
}

::-moz-placeholder {
  color: #3f66ea;
  opacity: 1;
  text-align: center;
}

:-ms-input-placeholder {
  color: #3f66ea;
  text-align: center;
}

#feas-searchform-1 label[for=feas_1_1_2] {
  display: none;
}

#feas-searchform-2 label[for=feas_2_1_2] {
  display: none;
}

@media screen and (min-width: 769px) {
  #top .mv {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
  }
  #top .mv h2 {
    position: absolute;
    top: 6rem;
    width: 55%;
    max-width: 0 auto;
  }
}
@media screen and (min-width: 769px) and (min-width: 1200px) and (max-width: 1250px) {
  #top .mv h2 img {
    width: 600px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top .mv h2 {
    left: 2.5%;
    top: 1%;
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  #top .search_area {
    margin-top: -7%;
    margin-bottom: 70px;
    position: relative;
  }
  #top .search_area .outerWidth {
    background: #3f66ea;
    padding: 30px 40px 40px;
  }
  #top .search_area h3 {
    font-size: 3.6rem;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
  }
  #top .search_area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #top .search_area ul li:not(:last-of-type) {
    width: 24%;
    height: 100%;
    position: relative;
    display: inline-block;
  }
  #top .search_area ul li:not(:last-of-type)::after {
    content: "";
    background: url(../img/top/arw_grn.png) no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    pointer-events: none;
  }
  #top .search_area ul li:not(:last-of-type) select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 70px;
    font-size: 2rem;
    text-indent: 6%;
    padding: 0 40px;
    background: white;
    color: #3f66ea;
    border: 2px solid white;
    text-align: center;
    transition: 0.5s all;
  }
}
@media screen and (min-width: 769px) and (max-width: 1150px) {
  #top .search_area ul li:not(:last-of-type) select {
    font-size: 1.6rem;
    padding: 0 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #top .search_area ul li:not(:last-of-type) select {
    text-indent: 0;
  }
}
@media screen and (min-width: 769px) {
  #top .search_area ul li:not(:last-of-type) select:hover {
    background-color: #3535FA;
    color: white;
  }
  #top .search_area ul li:last-of-type {
    width: 100%;
    margin-top: 10px;
  }
  #top .search_area ul li:last-of-type input {
    width: 100%;
    height: 70px;
    background: white;
    font-size: 2rem;
    border: none;
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1150px) {
  #top .search_area ul li:last-of-type input {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  #top .search_area button,
  #top .search_area .feas-submit-button {
    margin: 0 auto;
    display: block;
    background: #fff;
    border: none;
    border-radius: 50px;
    height: 50px;
    width: 250px;
    color: #3535FA;
    font-size: 2rem;
    outline: none;
    transition: .5s all;
  }
  #top .search_area button:hover,
  #top .search_area .feas-submit-button:hover {
    background: #3535FA;
    color: #ffffff;
    border: 2px solid #fff;
  }
  #top .day_search {
    background: #EFEFEF;
    padding: 100px 0;
  }
  #top .day_search .search_blks {
    width: 100%;
    background: #fff;
    padding: 45px 60px 60px;
    border-top: 15px solid #3f66ea;
  }
  #top .day_search .search_blks h3 {
    font-size: 3.3rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
  }
  #top .day_search .search_blks .h3_under {
    text-align: center;
    margin-bottom: 40px;
  }
  #top .day_search .search_blks__df {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            justify-content: center; /* ### */
  }
  #top .day_search__blk {
    width: 48%;
  }
  #top .day_search__blk p.year {
    font-size: 1.6rem;
    line-height: 1;
  }
  #top .day_search__blk p.date {
    font-size: 3rem;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.2;
    margin-top: 10px;
  }
  #top .day_search__blk p.date span {
    font-size: 1.6rem;
  }
  #top .day_search__blk p.date span.red {
    color: red;
    margin-left: 10px;
  }
  #top .day_search__blk p.date .tab970 {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 970px) {
  #top .day_search__blk p.date .tab970 {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  #top .day_search__blk ul {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  #top .day_search__blk li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #top .day_search__blk li.day label:nth-last-of-type(1), #top .day_search__blk li.day label:nth-last-of-type(2) {
    margin-top: 10px;
  }
  #top .day_search__blk li label {
    width: 49%;
    border: 1px solid #3f66ea;
    margin-top: 10px;
  }
  #top .day_search__blk li input {
    display: none;
  }
  #top .day_search__blk li input:checked + span {
    background: #3f66ea;
    color: #fff;
  }
  #top .day_search__blk li span {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    display: block;
    padding: 30px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #top .day_search__blk li span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  #top .day_search__blk li span .sml {
    font-size: 1.9rem !important;
    padding: 0;
    display: inline;
    vertical-align: middle;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #top .day_search__blk li span .sml {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  #top .day_search__blk li span small {
    font-size: 1.6rem;
  }
  #top .day_search__blk li.time {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #top .day_search__blk li.time label {
    width: 100%;
    margin-top: 15px;
  }
  #top .day_search__blk li.time label span {
    padding: 5px 0;
    font-size: 2rem;
  }
  #top .day_search__blk .btn {
    position: relative;
  }
  #top .day_search__blk .btn::after {
    display: block;
    width: 50px;
    height: 10px;
    content: "";
    background: url(../img/common/arw_rgt.png) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 18%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin-top: -3px;
  }
}
@media screen and (min-width: 769px) and (min-width: 850px) and (max-width: 1000px) {
  #top .day_search__blk .btn::after {
    right: 10%;
  }
}
@media screen and (min-width: 769px) and (max-width: 850px) {
  #top .day_search__blk .btn::after {
    right: 5%;
  }
}
@media screen and (min-width: 769px) {
  #top .day_search__blk .feas-submit-button {
    background: #3f66ea;
    border: none;
    width: 100%;
    height: 70px;
    text-align: center;
    color: #fff;
    display: block;
    line-height: 70px;
    font-size: 2rem;
    cursor: pointer;
    outline: none;
    transition: .5s all;
  }
  #top .day_search__blk .feas-submit-button:hover {
    border: 2px solid #3f66ea;
    color: #3f66ea;
    background-color: white;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #top .day_search__blk .feas-submit-button {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  #top .day_search .atten {
    text-align: right;
    margin-top: 10px;
  }
  #top .news,
  #top .zoom,
  #top .schedule {
    margin-top: 135px;
  }
  #top .news h3,
  #top .zoom h3,
  #top .schedule h3 {
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 35px;
  }
  #top .news .news__link,
  #top .news .zoom__link,
  #top .zoom .news__link,
  #top .zoom .zoom__link,
  #top .schedule .news__link,
  #top .schedule .zoom__link {
    margin-top: 40px;
    text-align: center;
  }
  #top .news .news__link p,
  #top .news .zoom__link p,
  #top .zoom .news__link p,
  #top .zoom .zoom__link p,
  #top .schedule .news__link p,
  #top .schedule .zoom__link p {
    font-size: 2.4rem;
    font-weight: bold;
    color: #3f66ea;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
  #top .news .news__link a,
  #top .news .zoom__link a,
  #top .zoom .news__link a,
  #top .zoom .zoom__link a,
  #top .schedule .news__link a,
  #top .schedule .zoom__link a {
    background: #3f66ea;
    color: #fff;
    font-size: 2rem;
    display: inline-block;
    padding: 20px 120px;
  }
  #top .schedule__lead {
    font-size: 2.4rem;
    text-align: center;
  }
  #top .schedule table,
  #top .schedule td,
  #top .schedule th {
    border: 1px #333 solid;
  }
  #top .schedule td,
  #top .schedule th {
    padding: 20px;
  }
  #top .schedule table {
    margin-top: 50px;
    width: 100%;
  }
  #top .schedule th {
    background: #d2f0ff;
    font-size: 3rem;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    width: 13%;
  }
  #top .schedule th small {
    font-size: 2.4rem;
    font-weight: normal;
    display: block;
    line-height: 1.5;
  }
  #top .schedule th:not(:first-of-type) {
    width: 29%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1050px) {
  #top .schedule th {
    font-size: 2.3rem;
  }
  #top .schedule th small {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 769px) {
  #top .schedule td {
    vertical-align: middle;
  }
  #top .schedule td:first-of-type {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
  }
  #top .schedule td:first-of-type small {
    font-size: 2rem;
    font-weight: normal;
    display: block;
    line-height: 1.2;
  }
}
@media screen and (min-width: 769px) and (max-width: 1050px) {
  #top .schedule td:first-of-type {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  #top .schedule td:first-of-type {
    font-size: 1.8rem;
  }
  #top .schedule td:first-of-type small {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  #top .schedule td:not(:first-of-type) {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  #top .schedule td:not(:first-of-type) a {
    text-decoration: underline;
    display: inline-block;
  }
  #top .schedule td:not(:first-of-type) a:not(:first-of-type) {
    margin-top: 10px;
  }
  #top .schedule td:not(:first-of-type) a:hover {
    text-decoration: none;
  }
  #top .schedule--taimen th {
    width: 13%;
  }
  #top .schedule--taimen th:not(:first-of-type) {
    width: 43.5%;
  }
  #top .news {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  #top .news ul {
    margin: 0 auto;
  }
  #top .news li {
    border-bottom: 1px solid #999A9A;
    margin-bottom: 20px;
    display: inline-block;
    padding-bottom: 20px;
    width: 100%;
  }
  #top .news li a {
    display: block;
    position: relative;
    letter-spacing: 0;
    text-indent: -106px;
    padding-left: 106px;
  }
  #top .news li a span {
    margin-right: 20px;
  }
  #top .news li a::after {
    content: "";
    display: block;
    background: url(../img/common/arw_circle.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: -35px;
    -webkit-transform: translate(0, -38%);
            transform: translate(0, -38%);
  }
  #top .zoom .txt {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 50px;
    letter-spacing: 0;
  }
  #top .zoom .sml {
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #top {
    width: 100%;
    overflow: hidden;
  }
  #top .mv__area {
    position: relative;
    margin: 0 auto;
  }
  #top .mv__area h2 {
    position: absolute;
    top: 7%;
    left: 7%;
    width: 50%;
  }
  #top .mv__area h3 {
    position: absolute;
    left: 7%;
    bottom: 9%;
    width: 22%;
    opacity: 0.9;
  }
  #top .search_area {
    margin-top: -5%;
    margin-bottom: 25px;
    position: relative;
  }
  #top .search_area .outerWidth {
    background: #3f66ea;
    padding: 5px 40px 15px;
  }
  #top .search_area h3 {
    font-size: 2.2rem;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
  }
  #top .search_area ul {
    margin-bottom: 15px;
  }
  #top .search_area ul li {
    margin-bottom: 10px;
  }
  #top .search_area ul li:not(:last-of-type) {
    position: relative;
  }
  #top .search_area ul li:not(:last-of-type)::after {
    content: "";
    background: url(../img/top/arw_grn.png) no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    pointer-events: none;
  }
  #top .search_area ul li:not(:last-of-type) select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 45px;
    background: white;
    font-size: 1.5rem;
    color: #3f66ea;
    border: 2px solid white;
    text-indent: 27%;
    padding: 0 30px;
    transition: .5s all;
  }
  #top .search_area ul li:last-of-type input {
    width: 100%;
    height: 45px;
    background: white;
    font-size: 1.3rem;
    border: none;
    padding: 0 20px;
    text-align: center;
  }
  #top .search_area ul li:last-of-type input:-ms-input-placeholder {
    color: #3f66ea;
  }
  #top .search_area ul li:last-of-type input::-ms-input-placeholder {
    color: #3f66ea;
  }
  #top .search_area ul li:last-of-type input::placeholder, #top .search_area ul li:last-of-type input:-ms-input-placeholder, #top .search_area ul li:last-of-type input::-ms-input-placeholder {
    color: #3f66ea;
  }
  #top .search_area .btn input {
    width: 90%;
    margin: 0 auto;
    display: block;
    background: #fff;
    border: none;
    border-radius: 50px;
    height: 45px;
    color: #3f66ea;
    font-size: 1.5rem;
  }
  #top .day_search {
    background: #EFEFEF;
    padding: 35px 0;
  }
  #top .day_search .search_blks h3 {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
  }
  #top .day_search .search_blks .h3_under {
    text-align: center;
    margin-bottom: 30px;
  }
  #top .day_search__blk {
    background: #fff;
    padding: 20px 30px 0;
    border-top: 7px solid #3f66ea;
    margin-bottom: 35px;
  }
  #top .day_search__blk:last-of-type {
    margin-bottom: 0;
  }
  #top .day_search__blk p.year {
    font-size: 1.4rem;
    line-height: 1;
    margin-left: 10%;
  }
  #top .day_search__blk p.date {
    font-size: 2.3rem;
    font-weight: bold;
    margin-left: 10%;
    line-height: 1.2;
    margin-top: 10px;
  }
  #top .day_search__blk p.date span {
    font-size: 1.2rem;
  }
  #top .day_search__blk p.date span.red {
    color: red;
  }
  #top .day_search__blk p.date .tab970 {
    display: block;
  }
  #top .day_search__blk ul {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  #top .day_search__blk li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #top .day_search__blk li.day label:nth-last-of-type(1), #top .day_search__blk li.day label:nth-last-of-type(2) {
    margin-top: 10px;
  }
  #top .day_search__blk li label {
    width: 48.5%;
    border: 1px solid #3f66ea;
    margin-top: 10px;
  }
  #top .day_search__blk li input {
    display: none;
  }
  #top .day_search__blk li input:checked + span {
    background: #3f66ea;
    color: #fff;
  }
  #top .day_search__blk li span {
    padding: 25px 0;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    display: block;
  }
  #top .day_search__blk li span.sml {
    font-size: 1.4rem;
    padding: 0;
    display: inline;
    vertical-align: middle;
  }
  #top .day_search__blk li span small {
    font-size: 1.4rem;
  }
  #top .day_search__blk li.time {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #top .day_search__blk li.time label {
    width: 100%;
    margin-top: 8px;
  }
  #top .day_search__blk li.time label span {
    padding: 5px 0;
    font-size: 1.6rem;
  }
  #top .day_search__blk .btn {
    background: #3f66ea;
    width: 122%;
    height: 70px;
    text-align: center;
    color: #fff;
    display: block;
    line-height: 45px;
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -11%;
    position: relative;
    margin-top: 8rem;
  }
  #top .day_search__blk .btn::after {
    display: block;
    width: 50px;
    height: 10px;
    content: "";
    background: url(../img/common/arw_rgt.png) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 18%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin-top: -3px;
  }
  #top .day_search__blk .btn span {
    position: relative;
  }
  #top .day_search__blk .btn span:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3px;
    margin-left: 5px;
  }
  #top .day_search__blk .btn span:nth-of-type(2) img {
    width: 50px;
    height: auto;
  }
  #top .day_search__blk .btn input {
    font-size: 1.5rem;
    color: #fff;
    background: no-repeat;
    border: none;
  }
  #top .day_search .atten {
    text-align: right;
    margin-top: 10px;
  }
  #top .news,
  #top .zoom,
  #top .schedule {
    margin-top: 70px;
  }
  #top .news h3,
  #top .zoom h3,
  #top .schedule h3 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 10px;
  }
  #top .news .news__link,
  #top .news .zoom__link,
  #top .zoom .news__link,
  #top .zoom .zoom__link,
  #top .schedule .news__link,
  #top .schedule .zoom__link {
    margin-top: 20px;
    text-align: center;
  }
  #top .news .news__link p,
  #top .news .zoom__link p,
  #top .zoom .news__link p,
  #top .zoom .zoom__link p,
  #top .schedule .news__link p,
  #top .schedule .zoom__link p {
    font-size: 1.5rem;
    font-weight: bold;
    color: #3f66ea;
    margin-bottom: 5px;
  }
  #top .news .news__link a,
  #top .news .zoom__link a,
  #top .zoom .news__link a,
  #top .zoom .zoom__link a,
  #top .schedule .news__link a,
  #top .schedule .zoom__link a {
    background: #3f66ea;
    color: #fff;
    font-size: 1.7rem;
    display: inline-block;
    padding: 15px 0;
    width: 85%;
  }
  #top .schedule h3 {
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  #top .schedule__lead {
    text-align: center;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0;
  }
  #top .schedule .accordion_header {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #3f66ea;
    padding: 12px;
    margin-top: 20px;
    position: relative;
  }
  #top .schedule .accordion_header::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #fff;
    position: absolute;
    top: 47%;
    right: 10%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  #top .schedule .accordion_header.open::after {
    -webkit-transform: translate(0, -50%) rotate(-180deg);
            transform: translate(0, -50%) rotate(-180deg);
  }
  #top .schedule table,
  #top .schedule td,
  #top .schedule th {
    border: 1px #333 solid;
  }
  #top .schedule td,
  #top .schedule th {
    padding: 15px;
  }
  #top .schedule table {
    margin-top: 15px;
    width: 100%;
  }
  #top .schedule th {
    background: #d2f0ff;
    font-size: 1.5rem;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    width: 25%;
  }
  #top .schedule th:not(:first-of-type) {
    width: 75%;
    font-weight: normal;
  }
  #top .schedule td {
    vertical-align: middle;
  }
  #top .schedule td:first-of-type {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
  }
  #top .schedule td:first-of-type small {
    font-size: 1.2rem;
    font-weight: normal;
    display: block;
    line-height: 1.2;
  }
  #top .schedule td:not(:first-of-type) {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  #top .schedule td:not(:first-of-type) a {
    text-decoration: underline;
    display: inline-block;
  }
  #top .schedule td:not(:first-of-type) a:not(:first-of-type) {
    margin-top: 10px;
  }
  #top .schedule td:not(:first-of-type) a:hover {
    text-decoration: none;
  }
  #top .news {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  #top .news ul {
    margin: 0 auto;
  }
  #top .news li {
    border-bottom: 1px solid #999A9A;
    margin-bottom: 15px;
    display: inline-block;
    padding-bottom: 15px;
    padding-right: 20px;
  }
  #top .news li a {
    display: block;
    position: relative;
    letter-spacing: 0;
    text-indent: -81px;
    padding-left: 85px;
    text-align: justify;
  }
  #top .news li a span {
    margin-right: 12px;
  }
  #top .news li a::after {
    content: "";
    display: block;
    background: url(../img/common/arw_circle.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  #top .zoom .txt {
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 0;
  }
  #top .zoom .sml {
    font-size: 1rem;
    text-align: center;
    letter-spacing: -1px;
  }
}