/* ----------------------------------------------------------------
Global Settings
----------------------------------------------------------------- */
.btn::after {
  display: none;
}

#localNav {
  background: #f6edf8;
}

#sec01 {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  #sec01 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#sec01 .flex {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #sec01 .flex {
    display: block;
  }
}
#sec01 .flex figure {
  flex: 0 0 60%;
}
@media screen and (max-width: 767px) {
  #sec01 .flex figure {
    margin-bottom: 30px;
  }
}
#sec01 .flex .timetable {
  flex: 0 0 35%;
}
#sec01 .flex .timetable h3 {
  font-size: 1.2em;
}
#sec01 .flex .timetable small {
  display: block;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #sec01 .flex .timetable .flex {
    display: flex;
  }
}

/*============================
#voice
============================*/
#voice {
  background: #E5EFDB;
  padding: 60px 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #voice {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  #voice {
    padding: 60px 20px;
  }
}
#voice .w1140 .flex {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #voice .w1140 .flex {
    display: block;
  }
}
#voice .w1140 .flex > div {
  flex: 0 0 60%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #voice .w1140 .flex > div {
    margin-bottom: 2em;
  }
}
#voice .w1140 .flex > div h2 {
  color: #3fb03d;
  line-height: 1.7;
  font-size: 1.7em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #voice .w1140 .flex > div h2 {
    font-size: 1.5em;
  }
}
#voice .w1140 .flex > figure {
  flex: 0 0 35%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #voice .w1140 .flex > figure {
    width: 65%;
  }
}
#voice .w1140 .flex > figure img {
  width: 100%;
  height: auto;
}
#voice .w1140 .flex > figure figcaption {
  text-align: left;
  line-height: 1.3;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 1em;
  font-size: 0.8em;
}
#voice .w1140 .flex > figure figcaption strong {
  font-size: 1.5em;
}

#rootList {
  margin-bottom: 10px;
}
#rootList dt {
  background: #ccc;
  display: block;
  padding: 0.5em;
  margin: 1px 0 0;
  color: #fff;
}
#rootList dt:hover {
  cursor: pointer;
}
#rootList dt::after {
  content: "\f107";
  font-family: "FontAwesome";
  float: right;
}
#rootList dt.root1 {
  background: #B99ECC;
}
#rootList dt.root2 {
  background: #B99ECC;
}
#rootList dt.root3 {
  background: #7DC4E7;
}
#rootList dt.root4 {
  background: #B9ADA6;
}
#rootList dt.root5 {
  background: #F08597;
}
#rootList dt.root6 {
  background: #FBC548;
}
#rootList dd {
  overflow: auto;
}
#rootList dd.visible {
  display: block;
}
#rootList dd table {
  font-size: 14px;
  border-top: 1px solid #ddd;
  margin: 0 0 15px;
  width: 100%;
}
#rootList dd table caption {
  font-weight: bold;
  padding: 0.5em;
  background: #f5f5f5;
  border-top: 1px solid #ddd;
}
#rootList dd table tr:nth-child(odd) {
  background: #f5f5f5;
}
#rootList dd table th, #rootList dd table td {
  padding: 0.5em;
  border: none;
}
#rootList dd table tr {
  border-bottom: 1px solid #ddd;
}
#rootList dd table tr td:nth-child(2),
#rootList dd table tr td:nth-child(3),
#rootList dd table tr td:nth-child(4) {
  border-left: 1px solid #ddd;
}
#rootList dd small {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
#rootList dd.flex table, #rootList dd .flex table {
  max-width: 49.7%;
}

@media screen and (max-width: 767px) {
  #sec01 #rootList dd .flex {
    display: flex;
  }
}