/* CSS Document */
/* main top
------------------------------------------------------------*/
main.top #information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.top #information:not(:last-child) {
  margin-bottom: 120px;
}

main.top #information > * {
  max-width: 100%;
}

main.top #information > *:not(:last-child) {
  margin-bottom: 15px;
}

main.top #information .item-hd, main.top #information #timeline .item-text .title, main.top #timeline .item-text #information .title, main.top #information #timeline .item-title, main.top #timeline #information .item-title {
  text-align: center;
  font-size: 38px;
  font-size: 2.7142857143rem;
  font-weight: normal;
  line-height: 1.4;
}

main.top #information .item-hd > span, main.top #information #timeline .item-text .title > span, main.top #timeline .item-text #information .title > span, main.top #information #timeline .item-title > span, main.top #timeline #information .item-title > span {
  display: block;
}

main.top #information .item-hd > span:not(:last-child), main.top #information #timeline .item-text .title > span:not(:last-child), main.top #timeline .item-text #information .title > span:not(:last-child), main.top #information #timeline .item-title > span:not(:last-child), main.top #timeline #information .item-title > span:not(:last-child) {
  margin-bottom: 5px;
}

main.top #information .item-hd .lg, main.top #information #timeline .item-text .title .lg, main.top #timeline .item-text #information .title .lg, main.top #information #timeline .item-title .lg, main.top #timeline #information .item-title .lg {
  font-size: 52px;
  font-size: 3.7142857143rem;
}

main.top #information .item-info {
  font-size: 18px;
  font-size: 1.2857142857rem;
}

main.top #information .item-text {
  font-size: 11px;
  font-size: 0.7857142857rem;
  text-indent: -1em;
  padding-left: 1em;
}

main.top #information .item-btn:not(:first-child) {
  margin-top: 15px;
}

main.top #news:not(:first-child) {
  margin-top: -30px;
}

main.top #news:not(:last-child) {
  margin-bottom: 30px;
}

main.top #news .content {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px;
}

main.top #news .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

main.top #news .item-img {
  margin-right: 0;
  margin-bottom: 10px;
}

main.top #news .item-text {
  width: 100%;
}

main.top #news .item-text .title {
  display: none;
}

main.top #news .item-text time {
  display: block;
  font-size: 11px;
  font-size: 0.7857142857rem;
  margin-bottom: 10px;
}

main.top #timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #091139;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}

main.top #timeline:not(:first-child) {
  margin-top: -60px;
}

main.top #timeline:not(:last-child) {
  margin-bottom: 60px;
}

main.top #timeline .item-hd, main.top #timeline .item-text .title, main.top #timeline .item-title {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #091139;
}

main.top #timeline .item-title {
  display: none;
}

main.top #timeline .item-img {
  margin-right: 30px;
  line-height: 0;
}

@media screen and (min-width: 701px) {
  main.top #timeline .item-img {
    max-width: 40%;
  }
}

main.top #timeline .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.top #timeline .item-text time {
  display: block;
  font-size: 11px;
  font-size: 0.7857142857rem;
  margin-bottom: 10px;
}

main.top #timeline .item-text > p:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
  /* main top
------------------------------------------------------------*/
  main.top #information .item-hd, main.top #information #timeline .item-title, main.top #timeline #information .item-title, main.top #information #timeline .item-text .title, main.top #timeline .item-text #information .title {
    font-size: 34px;
    font-size: 2.4285714286rem;
    font-weight: normal;
  }
  main.top #information .item-hd .lg, main.top #information #timeline .item-title .lg, main.top #timeline #information .item-title .lg, main.top #information #timeline .item-text .title .lg, main.top #timeline .item-text #information .title .lg {
    font-size: 48px;
    font-size: 3.4285714286rem;
  }
}

/*sp*/
@media screen and (max-width: 700px) {
  /* main top
------------------------------------------------------------*/
  main.top {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  main.top #information:not(:last-child) {
    margin-bottom: 70px;
  }
  main.top #information .item-hd, main.top #information #timeline .item-title, main.top #timeline #information .item-title, main.top #information #timeline .item-text .title, main.top #timeline .item-text #information .title {
    font-size: 19px;
    font-size: 1.3571428571rem;
    font-weight: normal;
    line-height: 1.4;
  }
  main.top #information .item-hd > span, main.top #information #timeline .item-title > span, main.top #timeline #information .item-title > span, main.top #information #timeline .item-text .title > span, main.top #timeline .item-text #information .title > span {
    display: block;
  }
  main.top #information .item-hd > span:not(:last-child), main.top #information #timeline .item-title > span:not(:last-child), main.top #timeline #information .item-title > span:not(:last-child), main.top #information #timeline .item-text .title > span:not(:last-child), main.top #timeline .item-text #information .title > span:not(:last-child) {
    margin-bottom: 5px;
  }
  main.top #information .item-hd .lg, main.top #information #timeline .item-title .lg, main.top #timeline #information .item-title .lg, main.top #information #timeline .item-text .title .lg, main.top #timeline .item-text #information .title .lg {
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
  main.top #information .item-info {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  main.top #information .item-text {
    font-size: 10px;
    font-size: 0.7142857143rem;
  }
  main.top #timeline {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
  }
  main.top #timeline:not(:first-child) {
    margin-top: -30px;
  }
  main.top #timeline:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top #timeline .item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  main.top #timeline .item-img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  main.top #timeline .item-text {
    width: 100%;
  }
  main.top #timeline .item-text .title {
    display: none;
  }
  main.top #timeline .item-text time {
    display: block;
    font-size: 11px;
    font-size: 0.7857142857rem;
    margin-bottom: 10px;
  }
}
