@charset "UTF-8";
/* ----------------------------------------
  初期設定
---------------------------------------- */
/* ---------------------------
  フォント
--------------------------- */
/* 日本語フォント */
/* リンクフォント */
/* ---------------------------
  カラー
--------------------------- */
/* ---------------------------
  レスポンシブ
--------------------------- */
/* ----------------------------------------
  TOP　検索窓　全面幅
---------------------------------------- */
.search {
  margin: 0 10px 16px;
  padding: 10px;
  background: #146446;
  border-radius: 6px;
}
@media screen and (max-width: 1140px) {
  .search .inner {
    padding: 0 10px;
  }
}
.search .searchform {
  margin: 0 60px;
}
@media screen and (max-width: 1140px) {
  .search .searchform {
    margin: 0;
  }
}
.search .search-submit {
  right: 15px;
}

/* ----------------------------------------
  TOP　manaable用語の定義
---------------------------------------- */
.words {
  padding-top: 30px;
  padding-bottom: 50px;
  /* ---------------------------
    情報テーブル
  --------------------------- */
  /* ---------------------------
    全て表示するボタン
  --------------------------- */
}
@media screen and (max-width: 1140px) {
  .words {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.words__container {
  background: #ffffff;
  border-radius: 6px;
  padding: 30px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .words__container {
    padding: 20px 15px;
  }
}
.words__title {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.words__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #f0f4f0;
  bottom: 0;
  left: 0;
}
.words__title::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 2px;
  background: #157d5b;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1140px) {
  .words__info {
    margin-bottom: 60px;
  }
}
.words__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d6dcd6;
  border-left: 1px solid #d6dcd6;
  border-right: 1px solid #d6dcd6;
}
.words__list:first-child {
  font-size: 18px;
  background: #f0f4f0;
  font-weight: bold;
  color: #157d5b;
  border-top: 1px solid #d6dcd6;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .words__list:first-child {
    font-size: 16px;
  }
}
.words__list:first-child .qa__term {
  padding: 16px;
  text-align: center;
}
.words__list:first-child .qa__desctiption {
  padding: 16px;
  text-align: center;
}
.words__term {
  width: 26.9938650307%;
  height: 100%;
  padding: 14px 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .words__term {
    font-size: 14px;
    padding: 16px 12px;
  }
}
@media screen and (max-width: 375px) {
  .words__term {
    font-size: 12px;
  }
}
.words__description {
  width: 73.0061349693%;
  padding: 14px 16px;
  border-left: 1px solid #d6dcd6;
}
@media screen and (max-width: 768px) {
  .words__description {
    font-size: 14px;
    padding: 16px 12px;
  }
}
@media screen and (max-width: 375px) {
  .words__description {
    font-size: 12px;
  }
}
.words__more-btn, .words__close-btn {
  display: none;
}
@media screen and (max-width: 1140px) {
  .words__more-btn, .words__close-btn {
    display: block;
    border-top: 1px solid #d6dcd6;
    background: #f0f4f0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    color: #157d5b;
    text-align: center;
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .words__more-btn::before, .words__close-btn::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background: #157d5b;
    top: 50%;
    right: 32px;
    -webkit-transform: translate(50%, -50%) rotate(90deg);
            transform: translate(50%, -50%) rotate(90deg);
  }
  .words__more-btn::after, .words__close-btn::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background: #157d5b;
    top: 50%;
    right: 32px;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

@media screen and (max-width: 1140px) {
  .slide-up {
    height: 420px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
}

.slide-down {
  height: auto;
  overflow: visible;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.words__close-btn::before {
  -webkit-transform: translate(50%, -50%) rotate(135deg);
          transform: translate(50%, -50%) rotate(135deg);
}
.words__close-btn::after {
  -webkit-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
}

/* ----------------------------------------
  TOP　よくあるお問合せ
---------------------------------------- */
.qa {
  background: #146446;
  /* ---------------------------
    アイテム
  --------------------------- */
}
.qa .section-title {
  color: #ffffff;
}
.qa__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .qa__container {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.qa__container::before {
  content: "";
  position: absolute;
  background: url(../img/top/manaable-qa.png) no-repeat center center/cover;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 196px;
  height: 154px;
}
@media screen and (max-width: 1140px) {
  .qa__container::before {
    width: 126px;
    height: 100px;
  }
}
@media screen and (max-width: 540px) {
  .qa__container::before {
    width: 63px;
    height: 50px;
  }
}
.qa__items {
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
}
@media screen and (max-width: 540px) {
  .qa__items {
    padding: 8px;
  }
}
.qa__img {
  width: 100%;
  height: 80px;
  margin-bottom: 16px;
}
@media screen and (max-width: 540px) {
  .qa__img {
    height: 60px;
  }
}
.qa__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.qa__term {
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .qa__term {
    font-size: 14px;
  }
}
.qa__description {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .qa__description {
    font-size: 14px;
  }
}

/* ----------------------------------------
  TOP　お知らせ
---------------------------------------- */
.news {
  background: #ffffff;
  /* ---------------------------
    投稿内容
  --------------------------- */
}
.news .section-title {
  color: #157d5b;
}
.news__container {
  margin-bottom: 30px;
}
@media screen and (max-width: 1140px) {
  .news__container {
    margin-bottom: 15px;
  }
}
.news__post {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d6dcd6;
}
@media screen and (max-width: 1140px) {
  .news__post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news__post:first-child {
  border-top: 1px solid #d6dcd6;
}
.news__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 17.5%;
  padding-right: 16px;
}
@media screen and (max-width: 1140px) {
  .news__term {
    width: 100%;
    padding-right: 0;
    margin-bottom: 8px;
  }
}
.news__time {
  font-size: 14px;
  margin-right: 20px;
}
.news__category {
  border-radius: 2px;
  border: 1px solid #157d5b;
  padding: 4px;
  width: 100px;
  font-size: 14px;
  color: #157d5b;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .news__category {
    font-size: 12px;
    padding: 2px;
  }
}
.news__description {
  width: 82.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
}
@media screen and (max-width: 1140px) {
  .news__description {
    width: 100%;
  }
}
.news__description a {
  color: #0078ff;
  text-decoration: underline;
  line-height: 1.8666666667;
  margin-right: 8px;
  display: block;
}
.news__description a.pdf {
  position: relative;
}
.news__description a.pdf::after {
  content: "";
  position: absolute;
  background: url(../img/parts/pdf.png) no-repeat center center/cover;
  width: 10px;
  height: 16px;
  margin-left: 8px;
  bottom: 8px;
}
.news__btn {
  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;
}
.news__btn a {
  text-align: center;
  border-radius: 20px;
  border: 1px solid #157d5b;
  padding: 13px 130px;
  display: block;
  position: relative;
}
@media screen and (max-width: 400px) {
  .news__btn a {
    width: initial;
    padding: 13px 80px;
  }
}
.news__btn a::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon-arrowright.png) no-repeat center center/cover;
  width: 8px;
  height: 8px;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ----------------------------------------
  投稿記事一覧
---------------------------------------- */
.info__posts--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .info__posts--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.info__posts--item {
  width: 48%;
  background: #f0f4f0;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .info__posts--item {
    width: 100%;
  }
}
.info__posts--item-child {
  padding: 15px 15px 15px 30px !important;
  background: #fff;
  margin-top: 1px !important;
}
.info__posts--item-child-item {
  position: relative;
}
.info__posts--item-child-item:nth-child(n+2) {
  margin-top: 10px;
}
.info__posts--item-child-item::after {
  position: absolute;
  content: "▶︎";
  left: -15px;
  top: 14px;
  font-size: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.info__posts--link {
  display: block;
  padding: 15px 50px 15px 15px;
  background: #fff;
  position: relative;
}
.info__posts--link::after {
  position: absolute;
  content: "";
  background: url(../img/parts/right-arrow.png) no-repeat center center/cover;
  right: 15px;
  top: 50%;
  width: 26px;
  height: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ----------------------------------------
  下層ページ　お知らせ
---------------------------------------- */
.info {
  padding: 30px 0;
}
@media screen and (max-width: 1140px) {
  .info {
    padding: 15px 0 30px;
  }
}
.info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1140px) {
  .info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.info__content {
  background: #ffffff;
  width: 80%;
  border-radius: 6px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 30px;
}
@media screen and (max-width: 1140px) {
  .info__content {
    width: 100%;
    margin-bottom: 30px;
  }
}
.info__posts {
  width: 100%;
  padding: 32px;
}
@media screen and (max-width: 1140px) {
  .info__posts {
    margin: 16px;
  }
}
.info__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid #d6dcd6;
}
@media screen and (max-width: 1140px) {
  .info__post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px 0;
  }
}
.info__post:first-child {
  border-top: 1px solid #d6dcd6;
}
.info__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  height: 100%;
  padding-top: 5px;
}
@media screen and (max-width: 1140px) {
  .info__term {
    width: 100%;
    /* padding-right: 0; */
    margin-bottom: 8px;
  }
}
.info__description {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: 16px;
}
@media screen and (max-width: 1140px) {
  .info__description {
    width: 100%;
    margin-left: 0;
  }
}
.info__title {
  color: #0078ff;
  text-decoration: underline;
  line-height: 1.8666666667;
  margin-right: 8px;
}
.info__title.pdf {
  position: relative;
}
.info__title.pdf::after {
  content: "";
  position: absolute;
  background: url(../img/parts/pdf.png) no-repeat center center/cover;
  width: 10px;
  height: 16px;
  margin-left: 8px;
  bottom: 8px;
}
.info__time {
  font-size: 12px;
  margin-right: 16px;
}
.info__category {
  border-radius: 2px;
  border: 1px solid #157d5b;
  padding: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  color: #157d5b;
  text-align: center;
}

/* ---------------------------
  タブ
--------------------------- */
.tab {
  width: 100%;
}
.tab__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
.tab__list {
  width: 100%;
  height: 70px;
  font-size: 18px;
  color: #157d5b;
  background-color: #f0f4f0;
  font-weight: bold;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1140px) {
  .tab__list {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .tab__list {
    font-size: 14px;
  }
}
.tab__list:hover {
  background-color: #e0e8e0;
  border-bottom: 2px solid #157d5b;
}
.tab__list:first-child {
  border-top-left-radius: 6px;
}
.tab__list:last-child {
  border-top-right-radius: 6px;
}
.tab__list:not(.is-active) {
  cursor: pointer;
}
.tab__list.is-active {
  background-color: #e0e8e0;
  border-bottom: 2px solid #157d5b;
}
.tab__container {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/* ---------------------------
  ページネーション
--------------------------- */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0 16px;
}
@media screen and (max-width: 600px) {
  .pagination {
    gap: 6px;
  }
}
.pagination .page-numbers {
  background-color: #ffffff;
  color: #157d5b;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1.5px solid #157d5b;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
@media screen and (max-width: 600px) {
  .pagination .page-numbers {
    font-size: 12px;
    padding: 6px 8px;
  }
}
.pagination .page-numbers:hover {
  color: white;
  background-color: #157d5b;
  border: 1.5px solid #157d5b;
  opacity: 1;
}
.pagination .page-numbers.current {
  color: white;
  background-color: #157d5b;
  border: 1.5px solid #157d5b;
  padding: 8px 12px;
}
@media screen and (max-width: 600px) {
  .pagination .page-numbers.current {
    font-size: 12px;
    padding: 6px 8px;
  }
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  border-radius: 100px;
  padding: 0;
  width: 35px;
  height: 35px;
  color: transparent;
}
@media screen and (max-width: 600px) {
  .pagination .page-numbers.next, .pagination .page-numbers.prev {
    width: 30px;
    height: 30px;
  }
}
.pagination .page-numbers.next {
  background: url(../img/parts/pagination-right.png) 55% center/12px no-repeat;
  margin-left: 30px;
}
@media screen and (max-width: 600px) {
  .pagination .page-numbers.next {
    margin-left: 5px;
    background: url(../img/parts/pagination-right.png) 55% 48%/8px no-repeat;
  }
}
.pagination .page-numbers.prev {
  background: url(../img/parts/pagination-left.png) 45% center/12px no-repeat;
  margin-right: 30px;
}
@media screen and (max-width: 600px) {
  .pagination .page-numbers.prev {
    margin-right: 5px;
    background: url(../img/parts/pagination-left.png) 45% 48%/8px no-repeat;
  }
}
.pagination .page-numbers.dots {
  border: none;
  pointer-events: none;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .pagination .page-numbers.dots {
    font-size: 16px;
  }
}
.pagination__arrow.is-disabled {
  cursor: default;
}
.pagination__arrow.is-disabled:hover {
  opacity: 1;
  background: #ffffff;
}
.pagination__arrow.is-disabled:hover .pagination__prev {
  border: 2px solid #157d5b;
  border-right: 0;
  border-top: 0;
}
.pagination__arrow.is-disabled:hover .pagination__next {
  border: 2px solid #157d5b;
  border-left: 0;
  border-bottom: 0;
}

/* ---------------------------
　サイドバー
--------------------------- */
.sidebar {
  width: 20%;
  background: #f0f4f0;
  text-align: center;
  border-radius: 6px;
  margin-right: 20px;
  min-width: 320px;
}
@media screen and (max-width: 1140px) {
  .sidebar {
    width: 100%;
    margin-right: 0;
    text-align: left;
  }
}
.sidebar__title {
  font-weight: bold;
  background: #ffffff;
  padding: 16px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1140px) {
  .sidebar__title {
    padding: 16px 24px;
  }
}
.sidebar__lists {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 8px;
}
.sidebar__list {
  font-size: 16px;
  font-weight: bold;
  padding: 16px;
  background: #ffffff;
  display: block;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

/* ----------------------------------------
  下層ページ　お知らせ
---------------------------------------- */
.info.one-column .info__content {
  display: block;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .info.one-column .info__content .info__posts {
    padding-left: 0;
  }
}
.info.one-column .info__content .info__posts .info__term {
  width: 250px;
}
.info.one-column .info__content .pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/* ---------------------------
　パーツ集用サイドバー
--------------------------- */
.menu {
  text-align: left;
}
.menu .sidebar__list {
  padding: 0;
}
.menu .sidebar__lists {
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 0;
}
.menu .sidebar__lists:last-child {
  padding-bottom: 8px;
}

.menu-link {
  text-align: left;
  font-size: 22px;
}
.menu-link__title {
  padding: 8px 8px;
  border-bottom: 1px solid #d6dcd6;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-link__btn {
  display: inline-block;
  background: #157d5b;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-link__btn::before, .menu-link__btn::after {
  content: "";
  position: absolute;
  background: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-link__btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.menu-link__lists {
  padding: 16px 12px;
}
.menu-link__lists li {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3333333333;
  padding-left: 16px;
  position: relative;
}
.menu-link__lists li::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon-arrowright.png) no-repeat center center/cover;
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-link__lists li:not(:last-child) {
  margin-bottom: 16px;
}

/* ----------------------------------------
  パーツ集
---------------------------------------- */
.single {
  padding: 30px 0;
}
.single__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #f0f4f0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 16px;
  gap: 16px;
  width: 100%;
}
.single__time time {
  font-size: 14px;
}
@media screen and (max-width: 1140px) {
  .single__time time {
    font-size: 12px;
  }
}
.single__container {
  background: #ffffff;
  max-width: 1480px;
  width: 95%;
  border-radius: 6px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 1000px;
  margin: 50px auto;
}
@media screen and (max-width: 1140px) {
  .single__container {
    margin-bottom: 30px;
    min-width: 300px;
  }
}
.single__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px;
  width: 100%;
}
@media screen and (max-width: 1140px) {
  .single__content {
    padding: 16px;
  }
}

/* ---------------------------
　パーツカスタマイズ
--------------------------- */
.single__content {
  /*------------------------------- 目次 ---------------*/
  /*------------------------------- タグ ---------------*/
  /*------------------------------- ラベル ---------------*/
  /*-------------------------------カラム ---------------*/
  /*------------------ 3カラム 画像とテキスト -------------*/
  /*------------------ 2カラム 画像とテキスト -------------*/
  /*------------------------------- 区切り線 -------------*/
  /*---------------------------- 各ファイルリンク ---------*/
  /* PDF */
  /* Word */
  /* Excel */
  /* PowerPoint */
  /* CSV */
  /* 別タブ */
  /*------------------------- 戻るボタン ---------------*/
  /*------------------ アイコン付きブロック -------------*/
  /* 青ブロック */
  /* 黄ブロック */
  /* 赤ブロック */
  /*------------------ 吹き出し -------------*/
  /* 右　吹き出し */
  /* 左　吹き出し */
  /*------------------ 画像左　テキスト右 -------------*/
  /*------------------ カテゴリー -------------*/
  /*------------------ カテゴリー + リンク + テキスト -------------*/
  /*------------------ 2カラム 画像とテキス（３階層４階層タイトル)-------------*/
}
.single__content h1 {
  font-size: 32px;
  font-weight: bold;
  color: #157d5b;
  padding: 16px 0;
  border-top: 3px solid #157d5b;
  border-bottom: 1px solid #d6dcd6;
  margin-bottom: 16px;
}
@media screen and (max-width: 1140px) {
  .single__content h1 {
    font-size: 28px;
  }
}
.single__content h2 {
  font-size: 28px;
  font-weight: bold;
  padding: 16px 0;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .single__content h2 {
    font-size: 24px;
  }
}
.single__content h2::before, .single__content h2::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #d6dcd6;
  bottom: 0;
  left: 0;
}
.single__content h2::after {
  width: 20%;
  background: #157d5b;
}
.single__content h3 {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0 10px 16px;
  background: #f0f4f0;
  border-left: 4px solid #157d5b;
  margin-bottom: 16px;
}
@media screen and (max-width: 1140px) {
  .single__content h3 {
    font-size: 20px;
  }
}
.single__content h4 {
  font-size: 22px;
  font-weight: bold;
  padding-left: 16px;
  border-left: 4px solid #157d5b;
  margin-bottom: 16px;
  font-size: 18px;
}
.single__content h5 {
  color: #157d5b;
  font-size: 20px;
  font-weight: bold;
  padding-left: 24px;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .single__content h5 {
    font-size: 16px;
  }
}
.single__content h5::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #157d5b;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single__content h6 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 24px;
  position: relative;
  margin-bottom: 16px;
}
@media screen and (max-width: 1140px) {
  .single__content h6 {
    font-size: 16px;
  }
}
.single__content h6::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #3c3c3c;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single__content p {
  line-height: 1.9285714286;
  margin-bottom: 16px;
}
.single__content p a {
  color: #0078ff;
  text-decoration: underline;
}
.single__content a {
  color: #0078ff;
  text-decoration: underline;
  /* margin-bottom: 8px; */
  line-height: 1.8666666667;
}
.single__content ul {
  margin-bottom: 16px;
}
.single__content ul li {
  line-height: 1.6875;
  padding-left: 16px;
  position: relative;
}
.single__content ul li::before {
  content: "";
  position: absolute;
  background: url(../img/parts/circle.png) no-repeat center center/cover;
  width: 8px;
  height: 8px;
  left: 0px;
  top: 12px;
}
.single__content ul li ul li {
  line-height: 2.0769230769;
  font-size: 14px;
  padding-left: 16px;
  position: relative;
}
.single__content ul li ul li::before {
  content: "";
  position: absolute;
  background: url(../img/parts/disc.png) no-repeat center center/cover;
  width: 6px;
  height: 6px;
  left: 0px;
  top: 12px;
}
.single__content ol {
  counter-reset: number;
  margin-bottom: 16px;
}
.single__content ol .ol-title {
  font-weight: bold;
}
.single__content ol .ol-text {
  font-size: 14px;
  font-weight: normal;
}
.single__content ol li {
  position: relative;
  padding-left: 42px;
  line-height: 1.6875;
  font-weight: bold;
  margin-bottom: 16px;
}
.single__content ol li::before {
  /* 数字の付与 */
  position: absolute;
  counter-increment: number;
  content: counters(number, "-");
  /* 数字のデザイン */
  display: inline-block;
  background-color: #148cb4;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 14px;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  left: 0;
  line-height: 30px;
  text-align: center;
  top: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single__content ol li ol {
  margin-top: 8px;
}
.single__content ol li ol li {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6153846154;
  padding-left: 50px;
  margin-bottom: 8px;
}
.single__content ol li ol li::before {
  font-size: 12px;
  width: 40px;
  height: 23px;
  line-height: 23px;
}
.single__content dl .term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.single__content dl .time {
  font-size: 14px;
  margin-right: 16px;
}
.single__content dl .description {
  line-height: 1.7142857143;
  font-size: 16px;
}
.single__content table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  margin-bottom: 16px;
}
.single__content table * {
  border-width: 0;
  vertical-align: middle;
}
.single__content table thead {
  width: 100%;
}
.single__content table thead th {
  width: 50%;
  background: #f0f4f0;
  padding: 16px;
  border: 1px solid #d6dcd6;
  font-weight: bold;
}
.single__content table tbody th {
  width: 20%;
  background: #f0f4f0;
  padding: 16px;
  border: 1px solid #d6dcd6;
  font-weight: bold;
}
.single__content table tbody td {
  width: 50%;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #d6dcd6;
}
.single__content button {
  text-align: center;
  border: 1px solid #157d5b;
  border-radius: 20px;
  font-weight: bold;
  padding: 12px 42px;
  color: #157d5b;
  line-height: 1;
  position: relative;
}
.single__content button::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon-arrowright.png) no-repeat center center/cover;
  width: 8px;
  height: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}
.single__content video {
  margin: 32px 0;
}
.single__content .index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f0f4f0;
  padding: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1140px) {
  .single__content .index {
    margin-bottom: 16px;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single__content .index__title {
  color: #157d5b;
  margin-right: 64px;
}
@media screen and (max-width: 1140px) {
  .single__content .index__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
  }
}
.single__content .index__title-en {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 1140px) {
  .single__content .index__title-en {
    font-size: 20px;
    margin-bottom: 0;
    margin-right: 16px;
  }
}
@media screen and (max-width: 1140px) {
  .single__content .index__title-ja {
    font-size: 14px;
  }
}
.single__content .index__lists li {
  position: relative;
}
@media screen and (max-width: 1140px) {
  .single__content .index__lists li {
    padding-left: 16px;
  }
}
.single__content .index__lists li::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-arrowdown.png) no-repeat center center/cover;
  width: 8px;
  height: 8px;
  left: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1140px) {
  .single__content .index__lists li::before {
    left: 0;
  }
}
.single__content .index__lists li:not(:last-child) {
  margin-bottom: 8px;
}
.single__content .index__lists a {
  text-decoration: underline;
  color: #0078ff;
}
.single__content .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.single__content .tag {
  padding: 2px 8px;
  background: #f0f4f0;
  display: inline;
  margin: 0 4px;
  font-size: 14px;
}
.single__content .tag:first-child {
  margin-left: 0;
}
.single__content .label {
  font-size: 14px;
  padding: 4px 32px;
  background: #f0f4f0;
  display: inline;
  margin: 0 4px;
  color: #ffffff;
}
.single__content .label.green {
  background: #157d5b;
}
.single__content .label.red {
  background: #e63c50;
}
.single__content .label:first-child {
  margin-left: 0;
}
.single__content .column {
  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;
  margin-bottom: 16px;
  gap: 16px;
}
.single__content .column__item {
  width: 100%;
  background: #f0f4f0;
  border-radius: 6px;
  padding: 8px;
}
.single__content .column__img {
  width: 100%;
  margin-bottom: 8px;
}
.single__content .column__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single__content .column__text {
  line-height: 1.7142857143;
}
@media screen and (max-width: 1140px) {
  .single__content .column2-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.single__content .column3 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1140px) {
  .single__content .column3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single__content .column3__item {
  width: calc(33.3% - 16px);
}
@media screen and (max-width: 1140px) {
  .single__content .column3__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
  }
}
@media screen and (max-width: 1140px) {
  .single__content .column3__img {
    width: 50%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1140px) {
  .single__content .column3__text {
    margin-left: 16px;
  }
}
.single__content .column2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1140px) {
  .single__content .column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single__content .column2__item {
  width: calc(50% - 12px);
}
@media screen and (max-width: 1140px) {
  .single__content .column2__item {
    width: 100%;
  }
}
.single__content .bar {
  height: 0.5px;
  width: 100%;
  background: #d6dcd6;
  margin-top: 16px;
  margin-bottom: 16px;
}
.single__content .file-link {
  color: #0078ff;
  text-decoration: underline;
  padding-left: 16px;
  line-height: 1.9285714286;
  position: relative;
  display: block;
}
.single__content .file-link::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-arrowright.png) no-repeat center center/cover;
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single__content a[href*=".pdf"]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../img/parts/pdf.png) no-repeat center center/cover;
  width: 10px;
  height: 16px;
  margin-left: 8px;
}
.single__content a[href*=".word"]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../img/parts/word.png) no-repeat center center/cover;
  width: 10px;
  height: 16px;
  margin-left: 8px;
}
.single__content a[href*=".exl"]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../img/parts/excel.png) no-repeat center center/cover;
  width: 10px;
  height: 16px;
  margin-left: 8px;
}
.single__content a[href*=".ppt"]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../img/parts/powerpoint.png) no-repeat center center/cover;
  width: 10px;
  height: 16px;
  margin-left: 8px;
}
.single__content a[href*=".csv"]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../img/parts/csv.png) no-repeat center center/cover;
  width: 10px;
  height: 16px;
  margin-left: 8px;
}
.single__content a[target=_blank]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../img/parts/target-blank.png) no-repeat center center/cover;
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.single__content .page-prev {
  color: #157d5b;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin: 16px 0;
  text-decoration: none;
  cursor: pointer;
}
.single__content .page-prev .arrow-icon {
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #157d5b;
  position: relative;
  width: 30px;
  height: 30px;
}
.single__content .page-prev .arrow-icon::after {
  content: "";
  position: absolute;
  background: url(../img/parts/pagination-left.png) no-repeat center center/cover;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.single__content .block {
  width: 100%;
  padding: 16px;
  border-radius: 4px;
  margin-bottom: 16px;
  background: #f0f4f0;
}
.single__content .block__title {
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.6875;
}
.single__content .block__text {
  line-height: 1.7142857143;
}
.single__content .block__lists li {
  font-size: 14px;
}
.single__content .block__lists li::before {
  display: none;
}
.single__content .block__lists li::after {
  content: "※";
  position: absolute;
  left: 0;
}
.single__content .blue {
  background: #e6f0ff;
}
.single__content .blue .block__title {
  padding-left: 36px;
  position: relative;
}
.single__content .blue .block__title::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/parts/block-blue.png) no-repeat center center/cover;
}
.single__content .yellow {
  background: #fffae6;
}
.single__content .yellow .block__title {
  padding-left: 36px;
  position: relative;
}
.single__content .yellow .block__title::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/parts/block-yellow.png) no-repeat center center/cover;
}
.single__content .red {
  background: #ffecec;
}
.single__content .red .block__title {
  padding-left: 36px;
  position: relative;
}
.single__content .red .block__title::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/parts/block-red.png) no-repeat center center/cover;
}
.single__content .voice {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 16px;
}
.single__content .voice__icon {
  width: 80px;
  height: 50px;
}
@media screen and (max-width: 1140px) {
  .single__content .voice__icon {
    width: 70px;
    height: 40px;
  }
}
.single__content .voice__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single__content .voice__content {
  display: inline-block;
  padding: 16px 24px;
  border-radius: 12px;
  background: #157d5b;
  color: #ffffff;
  width: 75%;
  margin-right: 32px;
  position: relative;
}
.single__content .voice__title {
  font-weight: bold;
  line-height: 1.6875;
  margin-bottom: 8px;
}
.single__content .voice__text {
  line-height: 1.7142857143;
}
.single__content .right .voice__content::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 18px;
  right: -20px;
  border: 8px solid transparent;
  border-left: 16px solid #157d5b;
}
.single__content .left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.single__content .left .voice__content {
  margin-left: 32px;
}
.single__content .left .voice__content::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 18px;
  left: -20px;
  border: 8px solid transparent;
  border-right: 16px solid #157d5b;
}
.single__content .media-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
@media screen and (max-width: 1140px) {
  .single__content .media-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single__content .media-text__img {
  width: calc(50% - 12px);
}
@media screen and (max-width: 1140px) {
  .single__content .media-text__img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.single__content .media-text__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single__content .media-text__text {
  width: calc(50% - 12px);
}
@media screen and (max-width: 1140px) {
  .single__content .media-text__text {
    width: 100%;
  }
}
.single__content .category {
  font-size: 12px;
  color: #157d5b;
  border: 1px solid #157d5b;
  padding: 3px 32px;
  display: inline-block;
}
.single__content .contents {
  margin-bottom: 16px;
}
.single__content .contents .wrapper {
  margin-bottom: 8px;
}
.single__content .contents a {
  margin-bottom: 8px;
}
.single__content .category-content__title {
  color: #157d5b;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 16px 16px;
}
.single__content .category-content__container {
  background: #ffffff;
  border-radius: 6px;
  margin: 0 8px 8px 8px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.single__content .category-content__three {
  font-weight: bold;
  padding: 16px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 1px solid #d6dcd6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single__content .category-content__three .arrow-icon {
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #157d5b;
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}
.single__content .category-content__three .arrow-icon.right::after {
  display: none;
}
.single__content .category-content__three .arrow-icon.right::before {
  content: "";
  position: absolute;
  background: url(../img/parts/pagination-right.png) no-repeat center center/cover;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.single__content .category-content__three.open .arrow-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.single__content .category-content__four {
  padding: 16px;
  /*
  display: none;
  */
}
.single__content .category-content__four li {
  font-size: 14px;
  line-height: 1.3333333333;
}
.single__content .category-content__four li::before {
  display: none;
}
.single__content .category-content__four li::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon-arrowright.png) no-repeat center center/cover;
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single__content .category-content__four li:not(:last-child) {
  margin-bottom: 8px;
}

/*------------------ ブロックエディタ -------------*/
.block-inner {
  background: #fff;
  border-radius: 10px;
  padding: 30px 60px;
}
@media screen and (max-width: 768px) {
  .block-inner {
    padding: 15px 20px;
  }
}

.block-editor p,
.block-editor table,
.block-editor blockquote,
.block-editor address,
.block-editor pre,
.block-editor iframe,
.block-editor form,
.block-editor figure,
.block-editor dl,
.block-editor h1,
.block-editor h2,
.block-editor h3,
.block-editor h4,
.block-editor h5,
.block-editor h6,
.block-editor ul,
.block-editor ol,
.block-editor dd {
  margin: 30px 0;
}