/*---------------------------------------------
  Outline
---------------------------------------------*/
.sec__outline {
  padding-top: 0;
}
.sec__outline .section__inner::after {
  content: "";
  display: block;
  clear: both;
}
.sec__outline .section__visual {
  margin-bottom: 50px;
}
.sec__outline .section__text {
  float: left;
  width: 50%;
  padding: 0 50px;
}
.sec__outline .page__title {
  border-left: 3px solid #00c8c8;
  padding-left: 50px;
  margin-left: -50px;
  margin-bottom: 30px;
}
.sec__outline .page__title strong {
  display: block;
  font-size: 3.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.sec__outline .page__title small {
}
.sec__outline .sub__title {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 36px 0 10px;
}
.sec__outline .section__text .sub__title:first-of-type {
  margin-top: 0;
}
.sec__outline .section__text p {
  font-size: 1.3rem;
  margin: 10px 0;
}
.sec__outline .section__image {
  float: left;
  width: 50%;
}
.sec__outline .section__image img {
  margin-top: 30px;
}
.sec__outline .section__image img:first-of-type {
  margin-top: 0;
}

/*---------------------------------------------
  Outline2
---------------------------------------------*/
.sec__outline2 {
  padding-top: 40px;
}
.sec__outline2 .section__size {
  padding: 0 50px 0 50px;
}
.sec__outline2 .sec__title {
  margin-bottom: 20px;
}
.size__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.size__list li {
  flex: 0 0 calc(20% - 10px);
  margin-bottom: 10px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.size__list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.size__list li a img {
  margin-bottom: 5px;
  max-width: 100%;
  height: auto;
}

/*---------------------------------------------
  Items
---------------------------------------------*/
.sec__items {
  padding-top: 0;
}
.sec__items .sec__items__result {
  font-size: 1.2rem;
  border-top: 1px solid #bbb;
  padding: 20px 0;
}
.sec__items .sec__items__result b {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 3px;
}
.sec__items .section__flex {
  justify-content: flex-start;
  margin-left: -2%;
}
.sec__items .section__flex__item {
  width: 18%;
  margin-left: 2%;
  margin-bottom: 10px;
}

/*---------------------------------------------
  Others
---------------------------------------------*/
.sec__others {
  background-color: #eee;
}
.sec__others .section__flex__item {
  width: 14.5%;
}
.sec__others .item-box__text {
  text-align: center;
}
.sec__others .item-box__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin-bottom: 3px;
}
.sec__others .item-box__name {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
}
