.anchorList {
  margin-top: 20px;
}

.anchorList-top, .anchorList-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px), print {
  .anchorList-top, .anchorList-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.anchorList-top a, .anchorList-bottom a {
  display: block;
  margin: 0 5px;
  width: 20px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  color: #00A6BA;
  border-bottom: 1px solid #00A6BA;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
}

@media screen and (max-width: 767px), print {
  .anchorList-top a, .anchorList-bottom a {
    margin-top: 5px;
    font-size: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .anchorList-top a:hover, .anchorList-bottom a:hover {
    opacity: 0.5;
  }
}

.anchorList-bottom {
  margin-top: 10px;
}

.anchorBody {
  margin-top: 30px;
}

.anchorBody__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 767px), print {
  .anchorBody__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 7px;
	box-sizing: border-box;
  }
}

.anchorBody__wrap:nth-of-type(n + 2) .anchorBody__wrap-left,
.anchorBody__wrap:nth-of-type(n + 2) .anchorBody__wrap-right {
  border-top: 0;
}

.anchorBody__wrap-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 23%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fafafa;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.6;
  color: #03a3b8;
  text-align: center;
}

@media screen and (max-width: 767px), print {
  .anchorBody__wrap-left {
    width: 100%;
    text-align: left;
    font-weight: 600;
    border-top: 1px solid #ddd !important;
    border-right: 1px solid #ddd;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
			box-sizing: border-box;
  }
}

.anchorBody__wrap-right {
  width: 77%;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.6;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
}

@media screen and (max-width: 767px), print {
  .anchorBody__wrap-right {
    width: 100%;
	box-sizing: border-box;
  }
}
/*# sourceMappingURL=style.css.map */