/*----------------------------------------
  slogun
----------------------------------------*/
/* .slogun {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.slogun__wrapper {
  width: 780px;
  display: flex;
}

.slogun__wrapper-text {
  margin-left: 27px;
} */

/*----------------------------------------
  メインコンテンツ
----------------------------------------*/
/* .main-content {
  width: 740px;
  margin: 130px auto 0;
}

.main-content__title-wrapper {
  margin-bottom: 20px;
  position: relative;
}

.main-content__title-wrapper::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 100%;
  left: -50px;
  background: #f2aa00;
} */

.main-content__title {
  /* padding: 20px 0;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: calc(42 / 26);
  letter-spacing: 0.02em; */
  font-size: 2.8rem;
  line-height: calc(42 / 28);
  letter-spacing: 0.015em;
}

/* .main-content__title-dot {
  display: inline;
}

.main-content__graph {
  margin-bottom: 44px;
  display: flex;
} */

.main-content__graph-img {
  /* margin-left: 33px; */
  margin-left: 30px;
}

/* .main-content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 6px;
}

.main-content__list:not(:last-of-type) {
  margin-bottom: 30px;
} */

.main-content__item {
  /* padding: 16px 12px;
  width: calc((100% / 3) - 11px);
  box-sizing: border-box;
  border: 4px solid #f2aa00;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: calc(24 / 18);
  letter-spacing: 0.02em;
  text-align: center; */

  padding: 16px 6px;
  font-size: 1.6rem;
  line-height: calc(20 / 16);
  letter-spacing: 0;
}

.main-content__item.-link {
  height: 130px;
}

.main-content__item-title {
  /* text-align: left;
  flex: 1;
  display: flex;
  align-items: center; */
  font-size: 1.8rem;
  line-height: calc(27 / 18);
  letter-spacing: 0;
  align-items: flex-start;
}

.main-content__item-title.o-center {
  align-items: center;
}

/*
.main-content__item-link-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
*/

.main-content__item-link {
  /* position: relative;
  margin-top: 18px;
  padding-right: 15px;
  border-bottom: 1px solid #006ebf;
  color: #006ebf;
  display: inline-block;
  font-size: 1.4rem; */
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.02em;
}
/*
.main-content__item-link:hover {
  opacity: 0.5;
}

.main-content__item-link::after {
  content: '';
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-right: 2px solid #006ebf;
  border-top: 2px solid #006ebf;
  transform: rotate(45deg);
  transition: .2s linear;
}

.main-content__implement {
  display: flex;
  align-items: center;
  margin: 25px -20px 0 -20px;
  padding: 18px 18px 18px 36px;
  border: 1px solid #707070;
}

.main-content__implement:first-child {
  margin-top: 44px;
} */

.main-content__head {
  font-weight: bold;
}

.main-content__implement-title {
  /* margin-bottom: 14px;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: calc(30 / 19); */
  margin-bottom: 6px;
  font-size: 2.2rem;
  line-height: calc(30 / 22);
}

.main-content__implement-title-sub {
  font-size: 1.8rem;
  line-height: calc(30 / 18);
  letter-spacing: 0.015em;
}

.main-content__implement-text {
  margin-top: 20px;
}
/*
.main-content__implement-img {
  display: flex;
  justify-content: center;
  margin-left: 30px;
}

.main-content__implement-img.-margin {
  padding: 0 30px;
} */

.main-content__list.-two .main-content__item {
  padding: 16px 20px;
  letter-spacing: 0.02em;
}

.main-content__ttl {
  font-size: 1.8rem;
}

.body-text.-small {
  line-height: calc(22 / 14);
}

.main-content__list.-flex .main-content__item {
  padding: 16px 14px;
}

.note_list_item {
  text-indent: 0;
  padding-left: 0;
}