#archive .hero {
  max-width: 960px;
  margin-inline: auto;
  height: 140px;
}

@media screen and (max-width: 520px) {
  #archive .hero {
    height: 80px;
  }
}

#archive .hero .pagettl {
  font-size: 3.2rem;
  line-height: 1.1;
}

@media screen and (max-width: 960px) {
  #archive .hero .pagettl {
    padding: 0 16px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  #archive .hero .pagettl {
    padding: 0 16px;
    font-size: 2.4rem;
  }
}

#archive .hero .pagettl span {
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  #archive .hero .pagettl span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  #archive .hero .pagettl span {
    font-size: 1.6rem;
  }
}

#archive .breadcrumb {
  margin-bottom: calc(8px * 6);
  max-width: 1008px;
  padding: 0 24px;
}

@media screen and (max-width: 960px) {
  #archive .breadcrumb {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #archive .breadcrumb {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 520px) {
  #archive .breadcrumb {
    padding: 0 16px;
  }
}

#archive .cate-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  #archive .cate-menu {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #archive .cate-menu {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #archive .cate-menu {
    gap: 12px;
  }
}

#archive .cate-menu__item {
  width: calc((100% / 4) - (16px * 3 / 4));
  height: 64px;
}

@media screen and (max-width: 960px) {
  #archive .cate-menu__item {
    width: calc((100% / 2) - (12px * 1 / 2));
    height: 56px;
  }
}

@media screen and (max-width: 520px) {
  #archive .cate-menu__item {
    height: 48px;
  }
}

#archive .cate-menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #666666;
  color: #ffffff;
}

#archive .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: calc(8px * 11);
}

@media screen and (max-width: 960px) {
  #archive .wp-pagenavi {
    margin-bottom: calc((8px * 11) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #archive .wp-pagenavi {
    margin-bottom: calc((8px * 11) * 0.5);
  }
}

@media screen and (max-width: 520px) {
  #archive .wp-pagenavi {
    position: relative;
    padding-bottom: 52px;
    gap: 8px;
  }
}

#archive .wp-pagenavi .page,
#archive .wp-pagenavi .current,
#archive .wp-pagenavi .nextpostslink,
#archive .wp-pagenavi .previouspostslink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  border: solid 1px #1B6CC8;
  background: #ffffff;
  color: #1B6CC8;
  font-size: 1.8rem;
  border-radius: 6px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 768px) {
  #archive .wp-pagenavi .page,
  #archive .wp-pagenavi .current,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 520px) {
  #archive .wp-pagenavi .page,
  #archive .wp-pagenavi .current,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    font-size: 1.4rem;
  }
}

#archive .wp-pagenavi .page:not(.current):hover,
#archive .wp-pagenavi .current:not(.current):hover,
#archive .wp-pagenavi .nextpostslink:not(.current):hover,
#archive .wp-pagenavi .previouspostslink:not(.current):hover {
  background: #1B6CC8;
  color: #ffffff;
}

#archive .wp-pagenavi .current {
  background: #1B6CC8;
  color: #ffffff;
}

#archive .wp-pagenavi .page,
#archive .wp-pagenavi .current {
  max-width: 80px;
}

@media screen and (max-width: 520px) {
  #archive .wp-pagenavi .page,
  #archive .wp-pagenavi .current {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

#archive .wp-pagenavi .nextpostslink,
#archive .wp-pagenavi .previouspostslink {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  width: 160px;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    width: 112px;
  }
}

@media screen and (max-width: 520px) {
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    width: calc((100% / 2) - (12px * 1 / 2));
  }
}

@media screen and (max-width: 520px) {
  #archive .wp-pagenavi .previouspostslink {
    position: absolute;
    bottom: 0;
    left: 0px;
    margin: 0;
  }
}

#archive .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
  width: 12px;
  height: 12px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/page-arrow.svg") center/contain no-repeat;
}

#archive .wp-pagenavi .nextpostslink {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 520px) {
  #archive .wp-pagenavi .nextpostslink {
    position: absolute;
    right: 0px;
    bottom: 0;
    margin: 0;
  }
}

#archive .wp-pagenavi .nextpostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/page-arrow.svg") center/contain no-repeat;
}

#archive .cate-menu {
  max-width: 880px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

@media screen and (max-width: 768px) {
  #archive .cate-menu {
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 520px) {
  #archive .cate-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}

#archive .cate-menu__item {
  width: 100%;
  height: auto;
}

#archive .cate-menu__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 21px 0 21px 16px;
  font-size: 1.6rem;
  letter-spacing: -1.5px;
  border-radius: 4px;
  background: #ffffff;
  color: #1B6CC8;
  border: 1px solid #1B6CC8;
  line-height: 1.2;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 768px) {
  #archive .cate-menu__item a {
    letter-spacing: -1.5px;
    padding: 10px 0 10px 10px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 520px) {
  #archive .cate-menu__item a {
    border-radius: 2px;
  }
}

#archive .cate-menu__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #1B6CC8;
}

@media screen and (max-width: 960px) {
  #archive .cate-menu__item a::before {
    width: 16px;
    height: 16px;
    right: 6px;
  }
}

#archive .cate-menu__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  width: 5px;
  height: 5px;
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: #E34C4C transparent transparent #E34C4C;
}

@media screen and (max-width: 960px) {
  #archive .cate-menu__item a::after {
    width: 4px;
    height: 4px;
    right: 13px;
  }
}

#archive .cate-menu__item a:hover {
  background: #1B6CC8;
  color: #ffffff;
}

#archive .cate-menu__item a:hover::before, #archive .cate-menu__item a:hover::after {
  display: none;
}

#archive .cate-menu__item.current a {
  position: relative;
  background: #1B6CC8;
  border: 1px solid #1B6CC8;
  border-bottom: none;
  color: #ffffff;
}

@media screen and (max-width: 520px) {
  #archive .cate-menu__item.current a {
    border-bottom: 1px solid #1B6CC8;
  }
}

#archive .cate-menu__item.current a::before, #archive .cate-menu__item.current a::after {
  display: none;
}

#archive .news-list {
  margin-bottom: calc(8px * 11);
  max-width: 880px;
  margin-inline: auto;
}

@media screen and (max-width: 960px) {
  #archive .news-list {
    margin-bottom: calc((8px * 11) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #archive .news-list {
    margin-bottom: calc((8px * 11) * 0.5);
  }
}

#archive .news-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  max-width: 880px;
  padding: 24px;
  border: 1px solid rgba(124, 110, 83, 0.2);
  background: #ffffff;
  border-radius: 4px;
}

@media screen and (max-width: 960px) {
  #archive .news-list__item {
    padding: 16px 24px 16px 24px;
  }
}

@media screen and (max-width: 768px) {
  #archive .news-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 02px;
  }
}

@media screen and (max-width: 520px) {
  #archive .news-list__item {
    padding: 10px 14px 10px 14px;
  }
}

#archive .news-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 16px;
}

#archive .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #archive .news-meta {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 520px) {
  #archive .news-meta {
    font-size: 1.4rem;
  }
}

#archive .news-meta__date {
  margin-right: calc(8px * 2);
  font-family: YakuHanJP, "Barlow", sans-serif;
}

@media screen and (max-width: 960px) {
  #archive .news-meta__date {
    margin-right: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #archive .news-meta__date {
    margin-right: calc((8px * 2) * 0.5);
  }
}

#archive .news-meta__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center "";
  -ms-flex-align: center "";
  align-items: center "";
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: nowrap;
  flex-direction: nowrap;
  padding: 4px 10px;
  border-radius: 2px;
  color: #ffffff;
  font-size: 1.5rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  width: 168px;
  background: rgba(10, 137, 193, 0.1);
  border: 1px solid rgba(10, 137, 193, 0.1);
  color: #1B6CC8;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  #archive .news-meta__cate {
    padding: 5px 10px 2px;
    width: 150px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 520px) {
  #archive .news-meta__cate {
    padding: 2px 6px 0;
    width: 132px;
    letter-spacing: -1px;
  }
}

#archive .news-meta .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  color: #1B6CC8;
}

#archive .news-meta__cate:hover {
  background: #1B6CC8;
  border: 1px solid #1B6CC8;
  color: #ffffff;
}

#archive .news-ttl {
  display: block;
  width: calc(100% - 285px);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 960px) {
  #archive .news-ttl {
    width: calc(100% - 270px);
  }
}

@media screen and (max-width: 768px) {
  #archive .news-ttl {
    width: 100%;
  }
}

#archive .news-ttl a {
  position: relative;
  display: block;
  padding-right: 32px;
  font-size: 1.8rem;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 520px) {
  #archive .news-ttl a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
    font-size: 1.6rem;
  }
}

#archive .news-ttl a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FAF9F5;
}

@media screen and (max-width: 768px) {
  #archive .news-ttl a::before {
    width: 28px;
    height: 28px;
  }
}

@media screen and (max-width: 520px) {
  #archive .news-ttl a::before {
    top: 46%;
    width: 24px;
    height: 24px;
  }
}

#archive .news-ttl a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  width: 5px;
  height: 5px;
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: #E34C4C transparent transparent #E34C4C;
}

@media screen and (max-width: 960px) {
  #archive .news-ttl a::after {
    right: 14px;
  }
}

@media screen and (max-width: 768px) {
  #archive .news-ttl a::after {
    right: 13px;
  }
}

@media screen and (max-width: 520px) {
  #archive .news-ttl a::after {
    top: 46%;
    right: 11px;
  }
}

#archive .news-ttl a:hover {
  color: #1B6CC8;
  text-decoration: underline;
}

#archive .news-ttl:hover {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

#archive .news-txt {
  margin-bottom: calc(8px * 1);
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 960px) {
  #archive .news-txt {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #archive .news-txt {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

#single .post-eyecatch {
  position: relative;
  aspect-ratio: 3/2;
  max-width: 800px;
  margin-bottom: calc(8px * 5);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 960px) {
  #single .post-eyecatch {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-eyecatch {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

#single .post-eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#single .post-meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(8px * 2);
  padding-left: 24px;
}

@media screen and (max-width: 960px) {
  #single .post-meta {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-meta {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 520px) {
  #single .post-meta {
    padding-left: 20px;
  }
}

#single .post-meta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 1px;
  background: #1B6CC8;
}

@media screen and (max-width: 520px) {
  #single .post-meta::before {
    width: 12px;
  }
}

#single .post-meta__date {
  margin-right: calc(8px * 2);
  padding: 0 0 1px;
  font-family: YakuHanJP, "Barlow", sans-serif;
}

@media screen and (max-width: 960px) {
  #single .post-meta__date {
    margin-right: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-meta__date {
    margin-right: calc((8px * 2) * 0.5);
  }
}

#single .post-meta__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  padding: 0 16px;
  background: #1B6CC8;
  border: 1px solid #1B6CC8;
  color: #ffffff;
  font-size: 1.6rem;
  border-radius: 2px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  line-height: 1.7;
}

@media screen and (max-width: 520px) {
  #single .post-meta__cate {
    font-size: 1.4rem;
    padding: 0 6px;
    line-height: 1.9;
  }
}

#single .post-meta__cate:hover {
  background: #ffffff;
  color: #1B6CC8;
}

#single .post-tag {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  #single .post-tag {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-tag {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

#single .post-tag__item a {
  color: #666666;
}

#single .post-ttl {
  position: relative;
  margin-bottom: calc(8px * 5);
  padding-bottom: 24px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  #single .post-ttl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-ttl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .post-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  #single .post-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 520px) {
  #single .post-ttl {
    font-size: 2rem;
    padding-bottom: 18px;
  }
}

#single .post-ttl::before, #single .post-ttl::after {
  content: "";
  width: 50%;
  height: 4px;
}

#single .post-ttl::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1B6CC8;
}

#single .post-ttl::after {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #E34C4C;
}

#single .post-dtl {
  margin-bottom: calc(8px * 11);
}

#single .post-dtl .editor-styles-wrapper {
  font-size: 1.8rem;
  font-family: YakuHanJP, "Inter", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  #single .post-dtl .editor-styles-wrapper {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

#single .post-dtl .editor-styles-wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}

#single .post-dtl .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper {
  padding: 0 16px;
}

#single .post-dtl .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper .editor-post-title {
  margin: 0;
}

#single .post-dtl .editor-styles-wrapper .wp-block-post-content {
  padding: 0 16px;
}

#single .post-dtl .editor-styles-wrapper .wp-block-post-content .wp-block {
  max-width: none;
}

#single .post-dtl h2 {
  position: relative;
  margin-bottom: calc(8px * 4);
  font-size: 2.8rem;
  color: #333333;
  padding: 16px 16px 16px 54px;
  border: 1px solid rgba(27, 108, 200, 0.2);
  background: rgba(27, 108, 200, 0.05);
  border-radius: 2px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #single .post-dtl h2 {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-dtl h2 {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .post-dtl h2 {
    padding: 10px 10px 10px 46px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  #single .post-dtl h2 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 520px) {
  #single .post-dtl h2 {
    padding: 8px 8px 8px 27px;
  }
}

#single .post-dtl h2::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 16px;
  width: 30px;
  height: 30px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/ttl-dec.svg") center/contain no-repeat;
}

@media screen and (max-width: 960px) {
  #single .post-dtl h2::before {
    top: 18px;
    left: 12px;
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 768px) {
  #single .post-dtl h2::before {
    top: 15px;
  }
}

@media screen and (max-width: 520px) {
  #single .post-dtl h2::before {
    top: 18px;
    left: 8px;
    width: 16px;
    height: 16px;
  }
}

#single .post-dtl h2:not(:first-of-type) {
  margin-top: calc(8px * 11);
}

@media screen and (max-width: 960px) {
  #single .post-dtl h2:not(:first-of-type) {
    margin-top: calc((8px * 11) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-dtl h2:not(:first-of-type) {
    margin-top: calc((8px * 11) * 0.5);
  }
}

#single .post-dtl h3 {
  position: relative;
  margin-bottom: 8px;
  font-size: 2.4rem;
  color: #333333;
  padding-left: 28px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #single .post-dtl h3 {
    padding-left: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  #single .post-dtl h3 {
    margin-bottom: 4px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 520px) {
  #single .post-dtl h3 {
    font-size: 2rem;
    padding-left: 27px;
  }
}

#single .post-dtl h3::before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/ttl-m-dec.svg") center/contain no-repeat;
}

@media screen and (max-width: 960px) {
  #single .post-dtl h3::before {
    width: 14px;
    height: 14px;
  }
}

@media screen and (max-width: 768px) {
  #single .post-dtl h3::before {
    width: 16px;
    height: 16px;
    top: 8px;
  }
}

@media screen and (max-width: 520px) {
  #single .post-dtl h3::before {
    top: 9px;
    left: 6px;
  }
}

#single .post-dtl h4 {
  margin-bottom: 6px;
  font-size: 1.8rem;
  color: #1B6CC8;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #single .post-dtl h4 {
    margin-bottom: 2px;
  }
}

#single .post-dtl h5,
#single .post-dtl h6 {
  margin-bottom: 4px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #single .post-dtl h5,
  #single .post-dtl h6 {
    margin-bottom: 0;
  }
}

#single .post-dtl .has-blk-color {
  color: #333333;
}

#single .post-dtl .has-wht-color {
  color: #ffffff;
}

#single .post-dtl .has-red-color {
  color: #E34C4C;
}

#single .post-dtl .has-main-color {
  color: #1B6CC8;
}

#single .post-dtl .has-sub-color {
  color: #ED7F2F;
}

#single .post-dtl .has-blk-background-color {
  background-color: #333333;
}

#single .post-dtl .has-wht-background-color {
  background-color: #ffffff;
}

#single .post-dtl .has-red-background-color {
  background-color: #E34C4C;
}

#single .post-dtl .has-main-background-color {
  background-color: #1B6CC8;
}

#single .post-dtl .has-sub-background-color {
  background-color: #ED7F2F;
}

#single .post-dtl p {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 960px) {
  #single .post-dtl p {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-dtl p {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

#single .post-dtl p strong {
  font-weight: bold;
}

#single .post-dtl p a {
  color: #1B6CC8;
  text-decoration: underline;
}

#single .post-dtl p a:hover {
  text-decoration: none;
}

#single .post-dtl ul {
  margin-bottom: calc(8px * 3);
  list-style: none;
}

@media screen and (max-width: 960px) {
  #single .post-dtl ul {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-dtl ul {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

#single .post-dtl ul li {
  position: relative;
  padding-left: 22px;
  list-style: none;
}

@media screen and (max-width: 520px) {
  #single .post-dtl ul li {
    padding-left: 27px;
  }
}

#single .post-dtl ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 4px;
}

#single .post-dtl ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/list-dec.svg") center/contain no-repeat;
}

@media screen and (max-width: 520px) {
  #single .post-dtl ul li::before {
    left: 4px;
  }
}

#single .post-dtl ul li ol {
  margin: 0 0 32px;
  list-style: auto;
  list-style-position: inside;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

#single .post-dtl ul li ol.wp-block {
  padding: 0 0 0 20px;
}

#single .post-dtl ul li ol li {
  margin-left: 1.3em;
  text-indent: -1.3em;
  list-style: auto;
}

#single .post-dtl ul li ol li::marker {
  color: #1B6CC8;
}

#single .post-dtl ul li ol li div {
  display: inline;
}

#single .post-dtl ul li ol li::before {
  display: none;
}

#single .post-dtl ol {
  margin-bottom: calc(8px * 3);
  list-style: auto;
  list-style-position: inside;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

@media screen and (max-width: 960px) {
  #single .post-dtl ol {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-dtl ol {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

#single .post-dtl ol.wp-block {
  padding: 0 0 0 20px;
}

#single .post-dtl ol li {
  margin-left: 1.3em;
  text-indent: -1.3em;
}

#single .post-dtl ol li:not(:last-of-type) {
  margin-bottom: 16px;
}

#single .post-dtl ol li::marker {
  color: #1B6CC8;
}

#single .post-dtl ol li div {
  display: inline;
}

#single .post-dtl ol li::before {
  left: -24px;
}

#single .post-dtl .wp-block-quote {
  margin: 0 0 32px;
  padding: 16px;
  background: #eeeeee;
}

#single .post-dtl .wp-block-quote p {
  margin: 0 0 4px;
}

#single .post-dtl .wp-block-quote cite a {
  text-decoration: underline;
  font-size: 1.6rem;
  color: #666666;
}

#single .post-dtl .wp-block-quote cite a:hover {
  text-decoration: none;
}

#single .post-dtl .wp-block-image {
  margin: 0 0 32px;
}

#single .post-dtl .wp-block-image img {
  width: auto;
}

#single .post-dtl .wp-block-media-text {
  margin-bottom: calc(8px * 4);
  gap: 32px;
}

@media screen and (max-width: 960px) {
  #single .post-dtl .wp-block-media-text {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-dtl .wp-block-media-text {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .post-dtl .wp-block-media-text {
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  #single .post-dtl .wp-block-media-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 32px;
  }
}

#single .post-dtl .wp-block-media-text__content {
  padding: 0;
}

#single .post-dtl .wp-block-media-text__content p:last-of-type {
  margin: 0;
}

@media screen and (max-width: 768px) {
  #single .post-dtl .wp-block-columns:not(:last-of-type) {
    gap: 16px;
  }
}

#single .post-dtl .wp-block-columns .wp-block-column {
  margin: 0 0 32px;
}

@media screen and (max-width: 768px) {
  #single .post-dtl .wp-block-columns .wp-block-column:not(:last-of-type) {
    margin: 0;
  }
}

#single .post-dtl .wp-block-columns .wp-block-column .wp-block-image {
  margin: 0;
}

#single .post-dtl .wp-block-columns .wp-block-column .wp-block-image img {
  width: 100%;
}

#single .post-dtl .wp-block-file {
  margin: 0 0 32px;
}

#single .post-dtl .wp-block-file a {
  font-size: 1.8rem;
  color: #25ca00;
  text-decoration: underline;
}

#single .post-dtl .wp-block-file a:hover {
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  #single .post-dtl .wp-block-file a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 520px) {
  #single .post-dtl .wp-block-file a {
    font-size: 1.4rem;
  }
}

#single .post-dtl .wp-block-file .wp-block-file__button {
  background: #25ca00;
  display: inline-block;
  padding: 4px 8px 2px 10px;
  text-decoration: none;
  color: #ffffff;
}

#single .post-dtl .wp-block-separator {
  margin: 40px auto;
}

@media screen and (max-width: 960px) {
  #single .post-dtl .wp-block-separator {
    margin: 24px auto 28px;
  }
}

#single .post-dtl .wp-block-buttons {
  margin: 0 0 24px !important;
  display: block !important;
}

#single .post-dtl .wp-block-buttons .wp-block-button {
  display: block;
  width: 100%;
  max-width: 400px !important;
}

#single .post-dtl .wp-block-buttons .wp-block-button:not(:last-child) {
  margin: 0 0 24px !important;
}

#single .post-dtl .wp-block-buttons .wp-block-button .wp-block-button__link {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 320px !important;
  padding: 12px 52px 12px 30px;
  background: #ffffff !important;
  border: solid 1px #1B6CC8;
  color: #1B6CC8 !important;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: -0.05px;
  border-radius: 100px;
}

@media screen and (max-width: 768px) {
  #single .post-dtl .wp-block-buttons .wp-block-button .wp-block-button__link {
    padding: 12px 36px 12px 24px;
    letter-spacing: -1px;
  }
}

@media screen and (max-width: 520px) {
  #single .post-dtl .wp-block-buttons .wp-block-button .wp-block-button__link {
    min-width: 200px !important;
    padding: 12px 36px 12px 16px;
  }
}

#single .post-dtl .wp-block-buttons .wp-block-button .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #1B6CC8;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  #single .post-dtl .wp-block-buttons .wp-block-button .wp-block-button__link::before {
    right: 8px;
    width: 16px;
    height: 16px;
  }
}

#single .post-dtl .wp-block-buttons .wp-block-button .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  width: 5px;
  height: 5px;
  border-style: solid;
  border-width: 2px 0 0 2px;
  border-color: #ffffff transparent transparent #ffffff;
}

@media screen and (max-width: 768px) {
  #single .post-dtl .wp-block-buttons .wp-block-button .wp-block-button__link::after {
    right: 14px;
  }
}

#single .post-dtl .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background: #1B6CC8 !important;
  color: #ffffff !important;
}

#single .post-dtl .wp-block-table {
  margin: 0 0 32px;
  padding: 1px 0;
}

@media screen and (max-width: 768px) {
  #single .post-dtl .wp-block-table {
    font-size: 1.6rem;
  }
}

#single .post-dtl .wp-block-table table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border-top: 1px solid #1B6CC8;
}

#single .post-dtl .wp-block-table table:not(:has(thead)) {
  border-top: 1px solid rgba(27, 108, 200, 0.3);
}

#single .post-dtl .wp-block-table thead {
  border-bottom: 1px solid #1B6CC8;
}

#single .post-dtl .wp-block-table thead tr {
  color: #1B6CC8;
}

#single .post-dtl .wp-block-table thead tr:not(:last-of-type) {
  border-bottom: 1px solid #1B6CC8;
}

#single .post-dtl .wp-block-table thead tr th {
  width: 30%;
  border: none;
}

#single .post-dtl .wp-block-table thead tr th:not(:last-of-type) {
  border-right: 1px solid #1B6CC8;
}

@media screen and (max-width: 768px) {
  #single .post-dtl .wp-block-table thead tr th {
    width: 40%;
  }
}

@media screen and (max-width: 520px) {
  #single .post-dtl .wp-block-table thead tr th {
    padding: 5px;
  }
}

#single .post-dtl .wp-block-table tbody tr {
  border-bottom: 1px solid rgba(27, 108, 200, 0.3);
}

#single .post-dtl .wp-block-table tbody tr td a {
  text-decoration: underline;
  color: #1B6CC8;
}

#single .post-dtl .wp-block-table tbody tr td a:hover {
  text-decoration: none;
}

#single .post-dtl .wp-block-table tr {
  text-align: left;
}

#single .post-dtl .wp-block-table tr td {
  border: none;
  min-width: 200px;
}

@media screen and (max-width: 768px) {
  #single .post-dtl .wp-block-table tr td {
    min-width: 140px;
  }
}

@media screen and (max-width: 520px) {
  #single .post-dtl .wp-block-table tr td {
    min-width: 100px;
  }
}

#single .post-dtl .wp-block-table tr td:not(:last-of-type) {
  border-right: 1px solid rgba(27, 108, 200, 0.3);
}

#single .post-dtl .wp-block-table tr td img {
  max-width: 300px;
}

@media screen and (max-width: 960px) {
  #single .post-dtl {
    margin-bottom: calc((8px * 11) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-dtl {
    margin-bottom: calc((8px * 11) * 0.5);
  }
}

#single .pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: calc(8px * 11);
}

@media screen and (max-width: 960px) {
  #single .pagelink {
    margin-bottom: calc((8px * 11) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .pagelink {
    margin-bottom: calc((8px * 11) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .pagelink {
    gap: 12px;
  }
}

#single .pagelink__prev a, #single .pagelink__next a, #single .pagelink__back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: solid 1px #1B6CC8;
  color: #1B6CC8;
  font-size: 1.8rem;
  border-radius: 6px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 520px) {
  #single .pagelink__prev a, #single .pagelink__next a, #single .pagelink__back a {
    font-size: 1.6rem;
    height: 40px;
  }
}

#single .pagelink__prev a:hover, #single .pagelink__next a:hover, #single .pagelink__back a:hover {
  background: #1B6CC8;
  color: #ffffff;
}

#single .pagelink__prev a:hover .ico-arrow, #single .pagelink__next a:hover .ico-arrow, #single .pagelink__back a:hover .ico-arrow {
  fill: #ffffff;
}

#single .pagelink__back {
  width: 400px;
}

@media screen and (max-width: 960px) {
  #single .pagelink__back {
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  #single .pagelink__back {
    width: calc(100% - 276px);
  }
}

@media screen and (max-width: 520px) {
  #single .pagelink__back {
    width: calc(40% - 8px);
  }
}

#single .pagelink__prev, #single .pagelink__next {
  width: 160px;
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  #single .pagelink__prev, #single .pagelink__next {
    width: 120px;
  }
}

@media screen and (max-width: 520px) {
  #single .pagelink__prev, #single .pagelink__next {
    width: calc(30% - 8px);
  }
}

#single .pagelink__prev a {
  position: relative;
}

#single .pagelink__prev a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
  width: 12px;
  height: 12px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/page-arrow.svg") center/contain no-repeat;
}

@media screen and (max-width: 520px) {
  #single .pagelink__prev a::before {
    left: 8px;
    width: 8px;
    height: 8px;
  }
}

#single .pagelink__next a {
  position: relative;
}

#single .pagelink__next a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/page-arrow.svg") center/contain no-repeat;
}

@media screen and (max-width: 520px) {
  #single .pagelink__next a::before {
    right: 8px;
    width: 8px;
    height: 8px;
  }
}

#single .connection-ttl {
  position: relative;
  margin-bottom: calc(8px * 4);
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #single .connection-ttl {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .connection-ttl {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .connection-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  #single .connection-ttl {
    font-size: 2rem;
  }
}

#single .connection-ttl::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 128px;
  height: 128px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/message-bg-dec.svg") center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  #single .connection-ttl::before {
    width: 88px;
    height: 88px;
  }
}

#single .panel {
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: calc(8px * 11);
  padding: 40px 64px;
  border: 1px solid #1B6CC8;
  border-radius: 2px;
}

@media screen and (max-width: 960px) {
  #single .panel {
    margin-bottom: calc((8px * 11) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .panel {
    margin-bottom: calc((8px * 11) * 0.5);
  }
}

@media screen and (max-width: 768px) {
  #single .panel {
    padding: 24px 40px;
  }
}

@media screen and (max-width: 520px) {
  #single .panel {
    padding: 16px 24px;
  }
}

#single .panel .connection-list:not(:last-of-type) {
  margin-bottom: 24px;
}

#single .panel .connection-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

#single .panel .connection-list__item:not(:last-child) {
  margin-bottom: 12px;
}

#single .panel .connection-list__item dt {
  padding: 6px 8px;
  background: #1B6CC8;
  color: #ffffff;
  border-radius: 2px;
  font-size: 1.6rem;
}

@media screen and (max-width: 520px) {
  #single .panel .connection-list__item dt {
    padding: 6px;
    font-size: 1.4rem;
  }
}

#single .panel .connection-list__item dd a {
  text-decoration: underline;
  color: #1B6CC8;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  #single .panel .connection-list__item dd a {
    font-size: 2rem;
  }
}

@media screen and (max-width: 520px) {
  #single .panel .connection-list__item dd a {
    font-size: 1.8rem;
  }
}

#single .panel .connection-list__item dd:hover a {
  text-decoration: none;
}

#single .table_of_contents {
  margin-bottom: calc(8px * 6);
  border: 1px solid #1B6CC8;
  border-radius: 8px;
  counter-reset: mokuji-num;
}

@media screen and (max-width: 960px) {
  #single .table_of_contents {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .table_of_contents {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

#single .table_of_contents .table-title {
  margin-bottom: calc(8px * 2);
  background: rgba(27, 108, 200, 0.05);
  color: #1B6CC8;
  padding: 10px 20px;
}

@media screen and (max-width: 960px) {
  #single .table_of_contents .table-title {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .table_of_contents .table-title {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 768px) {
  #single .table_of_contents .table-title {
    padding: 10px 14px;
  }
}

#single .table_of_contents .tbl-list {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  #single .table_of_contents .tbl-list {
    padding: 8px 14px 0 14px;
  }
}

@media screen and (max-width: 520px) {
  #single .table_of_contents .tbl-list {
    padding: 8px 14px 8px 14px;
  }
}

#single .table_of_contents .tbl-list > li {
  position: relative;
}

#single .table_of_contents .tbl-list > li::before {
  content: none;
}

#single .table_of_contents .tbl-list > li a::before {
  counter-increment: mokuji-num;
  content: counter(mokuji-num) ".";
  top: 0;
  background: none;
}

#single .table_of_contents .tbl-list > li:not(:last-of-type) {
  padding-bottom: calc(8px * 1);
  margin-bottom: calc(8px * 1);
  border-bottom: 1px solid rgba(150, 131, 94, 0.2);
}

@media screen and (max-width: 960px) {
  #single .table_of_contents .tbl-list > li:not(:last-of-type) {
    padding-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .table_of_contents .tbl-list > li:not(:last-of-type) {
    padding-bottom: calc((8px * 1) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .table_of_contents .tbl-list > li:not(:last-of-type) {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .table_of_contents .tbl-list > li:not(:last-of-type) {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

@media screen and (max-width: 768px) {
  #single .table_of_contents .tbl-list > li:not(:last-of-type) {
    padding-bottom: calc(8px * 3);
    margin-bottom: calc(8px * 3);
  }
}

@media screen and (max-width: 768px) and (max-width: 960px) {
  #single .table_of_contents .tbl-list > li:not(:last-of-type) {
    padding-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 768px) and (max-width: 520px) {
  #single .table_of_contents .tbl-list > li:not(:last-of-type) {
    padding-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 768px) and (max-width: 960px) {
  #single .table_of_contents .tbl-list > li:not(:last-of-type) {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 768px) and (max-width: 520px) {
  #single .table_of_contents .tbl-list > li:not(:last-of-type) {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

#single .table_of_contents .tbl-list__item {
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  padding-left: 0;
}

#single .table_of_contents .tbl-list__item a {
  display: block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#single .table_of_contents .tbl-list__item a:hover {
  -webkit-transform: translate(4px, 0);
  transform: translate(4px, 0);
  text-decoration: underline;
  color: #1B6CC8;
}

#single .table_of_contents .tbl-list__item .label1 {
  counter-reset: mokuji-num2;
  padding-top: 6px;
  margin-bottom: 0;
}

#single .table_of_contents .tbl-list__item .label1 .tbl-list__item {
  padding-left: 20px;
}

#single .table_of_contents .tbl-list__item .label1 .tbl-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 2px;
}

@media screen and (max-width: 768px) {
  #single .table_of_contents .tbl-list__item .label1 .tbl-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: 6px;
  }
}

#single .table_of_contents .tbl-list__item .label1 .tbl-list__item::before {
  content: none;
}

#single .table_of_contents .tbl-list__item .label1 .tbl-list__item a {
  color: #666666;
}

@media screen and (max-width: 768px) {
  #single .table_of_contents .tbl-list__item .label1 .tbl-list__item a {
    font-size: 1.4rem;
  }
}

#single .table_of_contents .tbl-list__item .label1 .tbl-list__item a::before {
  counter-increment: mokuji-num2;
  content: counter(mokuji-num) "-" counter(mokuji-num2) ".";
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: none;
}

#single .table_of_contents .tbl-list__item .label1 .tbl-list__item a:hover {
  color: #333333;
}

#single .hero {
  max-width: 960px;
  margin-inline: auto;
  height: 140px;
}

@media screen and (max-width: 520px) {
  #single .hero {
    height: 80px;
  }
}

#single .hero .pagettl {
  font-size: 3.2rem;
  line-height: 1.1;
}

@media screen and (max-width: 960px) {
  #single .hero .pagettl {
    padding: 0 16px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  #single .hero .pagettl {
    padding: 0 16px;
    font-size: 2.4rem;
  }
}

#single .hero .pagettl span {
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  #single .hero .pagettl span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  #single .hero .pagettl span {
    font-size: 1.6rem;
  }
}

#single .breadcrumb {
  margin-bottom: calc(8px * 6);
  max-width: 1008px;
  padding: 0 24px;
}

@media screen and (max-width: 960px) {
  #single .breadcrumb {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .breadcrumb {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 520px) {
  #single .breadcrumb {
    padding: 0 16px;
  }
}

#single .news {
  padding-top: calc(8px * 5);
  border-style: solid;
  border-width: 1px 0;
  border-color: #cccccc;
}

@media screen and (max-width: 960px) {
  #single .news {
    padding-top: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .news {
    padding-top: calc((8px * 5) * 0.5);
  }
}

/*# sourceMappingURL=../../maps/pages/notifications.css.map */
