@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;
}
[id=content] .visible_st {
  display: flex;
  margin-top: 30px;
  width: 100%;
}
[id=content] .toggle {
  display: inline-flex;
  margin: auto;
}
[id=content] .toggle li {
  padding: 5px;
  margin: -20px 40px 0px 40px;
  width: 10rem;
  text-align: center;
  border: 1px solid #ccc;
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  box-shadow: inset 1px 1px 1px #fff;
}
[id=content] .toggle li a {
  text-decoration: none;
  color: #2a4d7c;
  font-size: 1.4rem;
  font-weight: bold;
}
[id=content] .toggle li:hover {
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}

/*====================
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;
  /* 左側の辺（矢印の色） */
}

/*====================
grap
====================*/
[id=grap] {
  padding: 0.8rem 1.6rem;
  width: 100%;
  border-radius: 0px;
  background: #e8f1e3;
}

/*====================
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%;
  }

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