@charset "UTF-8";
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/* CSS Document */
/*====================
content
====================*/
[id=content] {
  clear: both;
  padding-top: 1.6rem;
  padding-bottom: 2.4rem;
}
[id=content] .wrapper {
  position: relative;
  width: 100rem;
}
[id=content] .midashi {
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-bottom: 1.6rem;
  padding-left: 0.8rem;
  font-weight: bold;
  border-left: 0.4rem solid #3a6aac;
  color: #3a6aac;
}

/*====================
section
====================*/
.selecter {
  margin-bottom: 0.8rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.selecter .migi {
  flex-direction: column;
  width: 100%;
  align-items: stretch;
}
.selecter .controls {
  display: flex;
  justify-content: space-between;
}
.selecter .time-ctrl {
  display: flex;
}
.selecter .hidari {
  display: inline-flex;
  width: auto;
}
.selecter .hidari .group {
  margin-right: 6px;
}
.selecter .hidari .controls {
  display: flex;
}
.selecter h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 1em;
  color: #3a6aac;
}
.selecter p.kikan {
  font-size: 1.2rem;
  line-height: 1.2em;
  margin-bottom: 0.4rem;
}
.selecter .button {
  width: 6.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  border-radius: 0.2rem;
  background-color: #3a6aac;
  background: linear-gradient(#5d8ac8 5%, #3a6aac);
}
.selecter .button:hover {
  background: linear-gradient(#6993cc 5%, #5d8ac8);
}
.selecter .button + .button {
  margin-left: 0.8rem;
}
.selecter .button a {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
.selecter li.mae a {
  position: relative;
  display: inline-block;
  padding-left: 12px;
}
.selecter li.mae a:before {
  content: "";
  position: absolute;
  left: 10px;
  /* ボタンの左端からの距離 */
  top: 50%;
  transform: translateY(-50%);
  /* 垂直中央揃え */
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  /* 上側の辺 */
  border-bottom: 7px solid transparent;
  /* 下側の辺 */
  border-right: 7px solid white;
  /* 右側の辺（矢印の色） */
  /* text-indent: -9999px; */
  /* アクセシビリティのためにテキストは残す */
}
.selecter li.ato a {
  position: relative;
  display: inline-block;
  padding-right: 12px;
}
.selecter li.ato a:after {
  content: "";
  position: absolute;
  right: 10px;
  /* ボタンの右端からの距離 */
  top: 50%;
  transform: translateY(-50%);
  /* 垂直中央揃え */
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  /* 上側の辺 */
  border-bottom: 7px solid transparent;
  /* 下側の辺 */
  border-left: 7px solid white;
  /* 左側の辺（矢印の色） */
}

/*====================
hyogumi
====================*/
.hyogumi {
  width: 100%;
}
.hyogumi table {
  color: #03080D;
}
.hyogumi thead th {
  padding: 0.3rem 0.2rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1em;
  height: 3rem;
}
.hyogumi thead th:first-child {
  min-width: 1.2rem;
}
.hyogumi thead th .kmk {
  height: 3rem;
  font-size: 1rem;
  line-height: 3rem;
}
.hyogumi thead th .kmk.nigyo {
  line-height: 1.3rem;
}
.hyogumi thead th .enk {
  font-size: 1.7rem;
  line-height: 1.5em;
  font-weight: normal;
}
.hyogumi thead th .tni {
  font-size: 1.1rem;
  line-height: 1.2em;
  font-weight: normal;
}
.hyogumi td,
.hyogumi th {
  white-space: nowrap;
  border: 1px solid #a7a7a7;
  text-align: center;
  font-size: 1.4rem;
  vertical-align: middle;
  width: 6rem;
}
.hyogumi thead tr {
  background: #9cd8fb;
}
.hyogumi thead .level {
  background: #e6f8ff !important;
}
.hyogumi thead .level th {
  font-size: 1.2rem;
  color: #073a80;
}
.hyogumi tbody tr {
  height: 27px;
  background: #f2f2f2;
}
.hyogumi tbody tr:nth-child(2n-1) {
  background-color: #ffffff;
}
.hyogumi tbody tr th {
  border: 1px solid #a7a7a7;
  font-size: 1.2rem;
  text-align: center;
  max-width: 110px;
  white-space: normal;
  width: 110px;
  padding: 0 4px;
}
.hyogumi tbody tr td {
  line-height: 31px;
}

/*====================
tyuui
====================*/
.tyuui {
  margin: 0.8rem 0 0 0;
}
.tyuui p {
  font-size: 1.4rem;
  line-height: 1.4em;
}

@media screen and (max-width: 768px) {
  /*====================
  content
  ====================*/
  [id=content] .wrapper {
    position: relative;
    width: 94%;
  }
  [id=content] h2.midashi {
    font-size: 1.6rem;
    line-height: 1em;
    background-size: 3%;
    margin-bottom: 11px;
  }

  /*====================
  section
  ====================*/
  .selecter {
    flex-direction: column;
  }
  .selecter .hidari {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .selecter .hidari .group {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .selecter .hidari .group select {
    width: 100%;
  }

  /*====================
  hyogumi
  ====================*/
  .hyogumi thead th {
    font-size: 1.4rem;
    line-height: 1em;
  }
  .hyogumi thead th .kmk {
    height: 24px;
    font-size: 1rem;
    line-height: 24px;
  }
  .hyogumi thead th .kmk.nigyo {
    line-height: 11px;
  }
  .hyogumi thead th .enk {
    font-size: 1.4rem;
    line-height: 1em;
    font-weight: normal;
  }
  .hyogumi thead th .tni {
    font-size: 0.9rem;
    line-height: 1.2em;
    font-weight: normal;
  }
  .hyogumi td, .hyogumi th {
    white-space: nowrap;
    text-align: center;
    font-size: 1.4rem;
    vertical-align: middle;
    width: 9.5rem;
    padding: 0 0.8rem;
  }
  .hyogumi thead th:first-child {
    font-size: 1.1rem;
  }
  .hyogumi tbody tr th:first-child {
    font-size: 1.1rem;
    padding: 0 0.2rem;
  }
  .hyogumi tbody tr td {
    box-sizing: border-box;
    line-height: 2rem;
    padding: 0 0.2rem;
  }

  /*====================
  tyuui
  ====================*/
  .tyuui p {
    font-size: 1.1rem;
    line-height: 1.4em;
  }
}