@charset "UTF-8";
/* ============================
  共通部品
/* ============================ */
/*カラースキーム*/
/* ============================
  トップページ
/* ============================ */
.top_mainimage {
  text-align: center;
}

.top_news {
  background: #F8F8F8;
  padding: 2em;
}

.top_news__title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.top_news__title h2 {
  background: none;
  color: #111;
  display: inline-block;
  margin: 0 auto 0 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.5em;
}

.top_news__list {
  background: #fff;
  padding: 1em;
  border-radius: 0.5em;
  list-style: none;
}

.top_news__list__item {
  border-bottom: 1px solid #ccc;
  padding: 0.5em;
}

.top_news__list__item a {
  text-decoration: none;
  font-weight: bold;
}

.top_news__list__item:last-child {
  border: none;
}

.top_news__list__item_date {
  color: #999;
  margin: 0 0 0.5em;
}

.top_bnr {
  margin: 3em auto;
}

.top_bnr__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.top_bnr__01_list {
  -webkit-box-pack: center;
  justify-content: center;
}

.top_bnr__01_list li:nth-child(1) {
  width: 100%;
  text-align: center;
}
.top_bnr__01_list li:nth-child(1) img {
  width: 40%;
}

.top_bnr__01_list li:nth-child(2) {
  width: 25%;
}

.top_bnr__01_list li {
  width: 25%;
  padding: 0.5em;
}

.top_bnr__02_list li {
  width: 25%;
  padding: 0.5em;
}

.top_main {
  background: #F8F8F8;
}

.top_main__box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 5em 0 3em;
}

.top_main__box_inner {
  background: #fff;
  border-radius: 0.5em;
  width: 33%;
  padding: 4em 1em 1em;
  margin: 1em;
  position: relative;
}

.top_main__box_title {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 0.5em;
}

.top_main__box_list li {
  list-style: none;
  padding: 0.25em 0;
}

.top_main__box_list li:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 0.8em;
  height: 0.8em;
  background: #00C497;
  border-radius: 50%;
  margin-right: 0.5em;
}

.top_main__box_list a {
  text-decoration: none;
}

.top_main__box_img {
  background: #00C497;
  width: 6em;
  height: 6em;
  border-radius: 300px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: -3em;
  left: calc(50% - 3em);
}
