/***** accordion-list *****/
.accordion-list dt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
  position: relative;
  box-sizing: border-box;
  padding: 10px 10px 10px 52px;
  cursor: pointer;
  letter-spacing: .03em;
  color: #009688;
  border: solid 1px #dddad2;
  background-color: #fff
}
.accordion-list:last-of-type dt {
  border-bottom: solid 2px #dddad2
}
.accordion-list dd {
  display: block;
  padding: 20px;
  background-color: #eee
}
.accordion-list dd > * {
  max-width: 100%
}
.accordion-list dd > :last-child {
  margin-bottom: 0
}
.accordion-list dd .route-panel-cover {
  overflow: hidden
}
.accordion-list dd .time-group {
  padding: 20px
}
.accordion-list dd > .btn-cover {
  padding-top: 30px;
  padding-bottom: 10px
}
.accordion-list + .btn-cover {
  padding-top: 30px
}
/* accordion-list.open */
.accordion-list dt.open {
  color: #fff;
  border-top: solid 1px #009688;
  border-right: solid 1px #009688;
  border-bottom: solid 2px #007368;
  border-left: solid 1px #009688;
  background-color: #009688
}
/* accordion_list icon */
.accordion-list dt:after,
.accordion-list dt:before {
  position: absolute;
  display: block;
  content: '';
  transition-duration: .3s;
  border-radius: 3px;
  background-color: #009688;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-filter: blur(0);
  filter: blur(0)
}
.accordion-list dt:before {
  top: 21px;
  left: 20px;
  width: 21px;
  height: 3px
}
.accordion-list dt:after {
  top: 12px;
  left: 29px;
  width: 3px;
  height: 21px
}
.accordion-list dt.open:before {
  transition-duration: .3s;
  transform: rotate(180deg);
  background-color: #fff
}
.accordion-list dt.open:after {
  width: 0;
  transition-duration: .3s;
  transform: rotate(90deg);
  background-color: #fff
}
/***** //accordion-list *****/
/***** section--kurasu *****/
.btn-group .btn--tab--half {
  width: 50%
}
.section--kurasu h3 {
  font-size: 16px;
  margin-bottom: 20px
}
.section--kurasu .condition {
  font-size: 18px;
  margin-bottom: 25px
}
.section--kurasu .property {
  padding-bottom: 20px
}
.section--kurasu .property:last-child {
  padding-bottom: 0
}
.section--kurasu .property + .property {
  padding-top: 10px
}
.note > small,
.note > span {
  font-size: 12px;
  line-height: 24px;
  display: block;
  float: right;
  padding-top: 5px
}
.note:after {
  display: block;
  clear: both;
  content: ''
}
.note > small > a,
.note > span > a {
  text-decoration: underline;
  color: #c03239
}
.note.align-left > small,
.note.align-left > span {
  float: none;
  padding-left: 1em;
  text-indent: -1em
}
.note.align-left.lpad1-5 > small,
.note.align-left.lpad1-5 > span {
  padding-left: 1.5em;
  text-indent: -1.5em
}
.note.align-left.lpad2 > small,
.note.align-left.lpad2 > span {
  padding-left: 2em;
  text-indent: -2em
}
.note.align-left.lpad2-5 > small,
.note.align-left.lpad2-5 > span {
  padding-left: 2.5em;
  text-indent: -2.5em
}
.note.align-left.lpad3 > small,
.note.align-left.lpad3 > span {
  padding-left: 3em;
  text-indent: -3em
}
.note.note-small > small,
.note.note-small > span {
  font-size: 10px;
  line-height: 1.5em
}
.accordion-list + .note {
  padding-top: 15px
}
/***** //section--kurasu *****/
/***** info-table *****/
.panel__scroll {
  margin-top: 20px;
  background-color: transparent
}
.info-table {
  width: 100%
}
.info-table tr:nth-child(odd) {
  background-color: #eee
}
.info-table tr:nth-child(even) {
  background-color: #f7f7f7
}
.info-table tr td,
.info-table tr th {
  font-size: 14px;
  padding: 18px 0;
  text-align: center;
  vertical-align: middle;
  border-right: solid 1px #dddad2
}
.info-table tr td:first-child,
.info-table tr th {
  text-align: center
}
.info-table tr td:first-child,
.info-table tr th:first-child {
  width: 20%;
  padding-right: 0
}
.info-table tr td:last-child,
.info-table tr th:last-child {
  border-right: none
}
.info-table tr td .btn {
  display: block;
  margin: 0 auto;
  text-decoration: none;
  color: #513a0b;
  border: 1px solid #dddad2;
  border-width: 1px 1px 3px;
  background-color: #fff
}
.info-table tr td .btn > img {
  margin-bottom: -1px;
  margin-left: 8px
}
/***** //property-table *****/
/***** .data-table *****/
.data-table {
  width: 100%;
  margin-bottom: 20px
}
.data-table table {
  width: 100%
}
.data-table tr:nth-child(odd) {
  background-color: #e8e8e8
}
.data-table tr:nth-child(even) {
  background-color: #f7f7f7
}
.data-table tr td,
.data-table tr th {
  font-size: 14px;
  line-height: 1.8;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border-right: solid 1px #dddad2
}
.data-table tr td:first-child,
.data-table tr th {
  text-align: center
}
.data-table tr td:first-child,
.data-table tr th:first-child {
  padding-right: 5px
}
.data-table tr td:last-child,
.data-table tr th:last-child {
  border-right: none
}
.data-table tr td .btn {
  display: block;
  margin: 0 auto;
  text-decoration: none;
  color: #513a0b;
  border: 1px solid #dddad2;
  border-width: 1px 1px 3px;
  background-color: #fff
}
.data-table tr td .btn > img {
  margin-bottom: -1px;
  margin-left: 8px
}
/***** //.data-table *****/
/***** .data-table--col2 *****/
.data-table--col2 table {
  width: 100%;
  min-width: 1px
}
.data-table--col2 table caption {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: .75em;
  text-align: left
}
.data-table--col2 tr > td,
.data-table--col2 tr > th {
  width: 30%
}
.data-table--col2 tr > th:last-child {
  width: 70%
}
.data-table--col2 tr > td:first-child,
.data-table--col2 tr > td:last-child {
  text-align: left
}
/***** //.data-table--col2 *****/
/***** .data-table--col4 *****/
.data-table--col4 tr > th:first-child {
  width: 30%
}
.data-table--col4 tr > th:nth-child(2) {
  width: 40%
}
.data-table--col4 tr > td:first-child,
.data-table--col4 tr > td:nth-child(2) {
  text-align: left
}
/***** //.data-table--col4 *****/
/***** アコーディオン内もっと見る *****/
.target-toggle-js tr:nth-child(n+12) {
  display: none
}
.is-open .target-toggle-js tr {
  display: table-row
}
.btn--more {
  font-weight: 700;
  display: block;
  margin: 0 auto;
  padding-bottom: 5px;
  color: #009688;
  border: none;
  border-bottom: 1px solid #64b2a7;
  border-radius: 0;
  background: 0 0
}
.btn--more:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  content: '';
  transform: rotate(45deg);
  border-right: 1px solid #009688;
  border-bottom: 1px solid #009688
}
.is-open .btn--more:before {
  margin-bottom: -5px;
  transform: rotate(225deg)
}
/***** //アコーディオン内もっと見る *****/
/***** アコーディオン内円グラフ *****/
.pie-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  flex-wrap: wrap
}
.pie-items {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  width: 23%;
  margin-right: 2.666%;
  margin-bottom: 20px;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #f7f7f7;
  align-items: flex-end
}
.pie-items:nth-child(4n) {
  margin-right: 0
}
.pie-items h4 {
  font-size: 16px;
  line-height: 1.5em;
  width: 100%;
  margin-bottom: 15px;
  flex-grow: 1
}
.pie-item__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0
}
.chart-container {
  position: relative;
  width: 50%;
  height: auto
}
.chart-container + p {
  font-size: 21px;
  font-weight: 700;
  margin-left: 5%;
  color: #009688
}
.chart-container + p > span {
  font-size: 41px
}
/***** //アコーディオン内円グラフ *****/
@media (min-width:959px) {
  .accordion-list dt {
    border-bottom: solid 2px #dddad2
  }
  .accordion-list:last-of-type dt {
    border-bottom: solid 3px #dddad2
  }
  .accordion-list dt.open {
    border-bottom: solid 3px #007368
  }
}
@media (max-width:958px) {
  .accordion-list dt {
    font-size: 14px;
    padding: 11px 10px 11px 45px
  }
  /* accordion_list icon */
.accordion-list dt:before {
    top: 19px;
    left: 15px;
    width: 19px
  }
  .accordion-list dt:after {
    top: 11px;
    left: 23px;
    height: 19px
  }
  .btn-group .btn--tab--half {
    padding: 7.5px 5px
  }
  .section--kurasu h3 {
    margin-bottom: 15px
  }
  .section--kurasu .condition {
    margin-bottom: 15px
  }
  .note > span {
    line-height: 1.5em;
    padding-left: 1em;
    text-indent: -1em
  }
  .panel__scroll {
    overflow-x: auto;
    margin: 0 -10px 0 -10px;
    -webkit-overflow-scrolling: auto
  }
  .panel__scroll::-webkit-scrollbar {
    height: 10px
  }
  .panel__scroll::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #dddad2
  }
  .panel__scroll::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #009688
  }
  .info-table {
    min-width: 958px
  }
  .info-table tr th {
    font-size: 12px
  }
  .info-table tr td {
    font-size: 10px
  }
  .info-table tr td .btn {
    font-size: 12px;
    line-height: 1.9;
    width: 120px;
    border-width: 1px 1px 2px
  }
  .data-table tr th {
    font-size: 12px
  }
  .data-table tr td {
    font-size: 10px
  }
  .data-table tr td .btn {
    font-size: 12px;
    line-height: 1.9;
    width: 120px;
    border-width: 1px 1px 2px
  }
  .data-table--col4 {
    overflow-x: auto;
    -webkit-overflow-scrolling: auto
  }
  .data-table--col4::-webkit-scrollbar {
    height: 10px
  }
  .data-table--col4::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #dddad2
  }
  .data-table--col4::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #009688
  }
  .data-table--col4 table {
    min-width: 958px;
    -webkit-overflow-scrolling: auto
  }
  .data-table tr td .btn > img {
    margin-bottom: -2px
  }
  .pie-box {
    justify-content: space-between
  }
  .pie-items {
    width: 48.5%;
    margin-right: 0
  }
  .pie-items h4 {
    font-size: 12px
  }
  .chart-container {
    width: 20vw
  }
  .chart-container + p {
    font-size: 16px
  }
  .chart-container + p > span {
    font-size: 24px
  }
  .data-table--col2 tr > td,
  .data-table--col2 tr > th {
    width: 40%
  }
  .data-table--col2 tr > th:last-child {
    width: 60%
  }
  .data-table--col2 table caption {
    font-size: 12px
  }
}
@media (max-width:640px) {
  .info-table {
    min-width: 640px
  }
  .info-table tr td:first-child,
  .info-table tr th:first-child {
    width: 15%
  }
  .info-table tr td .btn > img {
    margin-bottom: -2px
  }
  .data-table--col4 table {
    min-width: 640px
  }
}