.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-txt {
  text-align: center;
}
.recaptcha-txt a {
  color: #999999;
  text-decoration: underline;
}
.recaptcha-txt a:hover {
  text-decoration: none;
}

#archive .cate-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #archive .cate-menu {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive .cate-menu {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  #archive .cate-menu__item {
    width: calc(100% / 2 - 8px / 2);
  }
}
#archive .cate-menu__item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px 24px;
  border: solid 1px #EB831E;
  background: #EB831E;
  color: #ffffff;
  border-radius: 8px 24px;
}
@media screen and (max-width: 519px) {
  #archive .cate-menu__item a {
    padding: 8px 10px;
    font-size: 1.3rem;
  }
}
#archive .cate-menu__item a:hover {
  background: #ffffff;
  color: #EB831E;
}
#archive .cate-menu__item.is-current a {
  background: #ffffff;
  color: #EB831E;
}
#archive .cate-type {
  text-align: center;
  border: 1px solid rgba(235, 131, 30, 0.2);
  padding: 12px;
  margin-bottom: 24px;
}
#archive .pagenation,
#archive .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}
@media screen and (max-width: 519px) {
  #archive .pagenation,
  #archive .wp-pagenavi {
    position: relative;
    gap: 8px;
    padding-bottom: 48px;
  }
}
#archive .pagenation .page-numbers,
#archive .pagenation .page,
#archive .pagenation .current,
#archive .pagenation .nextpostslink,
#archive .pagenation .previouspostslink,
#archive .wp-pagenavi .page-numbers,
#archive .wp-pagenavi .page,
#archive .wp-pagenavi .current,
#archive .wp-pagenavi .nextpostslink,
#archive .wp-pagenavi .previouspostslink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  border: solid 1px #EB831E;
  background: #ffffff;
  color: #EB831E;
  font-size: 1.7rem;
  border-radius: 2px 12px;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  #archive .pagenation .page-numbers,
  #archive .pagenation .page,
  #archive .pagenation .current,
  #archive .pagenation .nextpostslink,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .page-numbers,
  #archive .wp-pagenavi .page,
  #archive .wp-pagenavi .current,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    width: 40px;
    height: 40px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 519px) {
  #archive .pagenation .page-numbers,
  #archive .pagenation .page,
  #archive .pagenation .current,
  #archive .pagenation .nextpostslink,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .page-numbers,
  #archive .wp-pagenavi .page,
  #archive .wp-pagenavi .current,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    font-size: 1.2rem;
  }
}
#archive .pagenation .page-numbers:not(.current):hover,
#archive .pagenation .page:not(.current):hover,
#archive .pagenation .current:not(.current):hover,
#archive .pagenation .nextpostslink:not(.current):hover,
#archive .pagenation .previouspostslink:not(.current):hover,
#archive .wp-pagenavi .page-numbers:not(.current):hover,
#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: #EB831E;
  color: #ffffff;
}
#archive .pagenation .current,
#archive .wp-pagenavi .current {
  background: #EB831E;
  color: #ffffff;
}
#archive .pagenation .page-numbers,
#archive .pagenation .page,
#archive .pagenation .current,
#archive .wp-pagenavi .page-numbers,
#archive .wp-pagenavi .page,
#archive .wp-pagenavi .current {
  max-width: 80px;
}
@media screen and (max-width: 519px) {
  #archive .pagenation .page-numbers,
  #archive .pagenation .page,
  #archive .pagenation .current,
  #archive .wp-pagenavi .page-numbers,
  #archive .wp-pagenavi .page,
  #archive .wp-pagenavi .current {
    flex-grow: 1;
  }
}
#archive .pagenation .page-numbers.next,
#archive .pagenation .page-numbers.prev,
#archive .pagenation .nextpostslink,
#archive .pagenation .previouspostslink,
#archive .wp-pagenavi .page-numbers.next,
#archive .wp-pagenavi .page-numbers.prev,
#archive .wp-pagenavi .nextpostslink,
#archive .wp-pagenavi .previouspostslink {
  flex-wrap: nowrap;
  position: relative;
  width: 80px;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  #archive .pagenation .page-numbers.next,
  #archive .pagenation .page-numbers.prev,
  #archive .pagenation .nextpostslink,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .page-numbers.next,
  #archive .wp-pagenavi .page-numbers.prev,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    width: 72px;
  }
}
@media screen and (max-width: 519px) {
  #archive .pagenation .page-numbers.next,
  #archive .pagenation .page-numbers.prev,
  #archive .pagenation .nextpostslink,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .page-numbers.next,
  #archive .wp-pagenavi .page-numbers.prev,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    width: calc(50% - 4px);
  }
}
#archive .pagenation .page-numbers.next::before,
#archive .pagenation .page-numbers.prev::before,
#archive .pagenation .nextpostslink::before,
#archive .pagenation .previouspostslink::before,
#archive .wp-pagenavi .page-numbers.next::before,
#archive .wp-pagenavi .page-numbers.prev::before,
#archive .wp-pagenavi .nextpostslink::before,
#archive .wp-pagenavi .previouspostslink::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #EB831E;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  #archive .pagenation .page-numbers.next::before,
  #archive .pagenation .page-numbers.prev::before,
  #archive .pagenation .nextpostslink::before,
  #archive .pagenation .previouspostslink::before,
  #archive .wp-pagenavi .page-numbers.next::before,
  #archive .wp-pagenavi .page-numbers.prev::before,
  #archive .wp-pagenavi .nextpostslink::before,
  #archive .wp-pagenavi .previouspostslink::before {
    border-width: 4px 0 4px 8px;
  }
}
#archive .pagenation .page-numbers.next:hover::before,
#archive .pagenation .page-numbers.prev:hover::before,
#archive .pagenation .nextpostslink:hover::before,
#archive .pagenation .previouspostslink:hover::before,
#archive .wp-pagenavi .page-numbers.next:hover::before,
#archive .wp-pagenavi .page-numbers.prev:hover::before,
#archive .wp-pagenavi .nextpostslink:hover::before,
#archive .wp-pagenavi .previouspostslink:hover::before {
  border-color: transparent transparent transparent #ffffff;
}
@media screen and (max-width: 519px) {
  #archive .pagenation .page-numbers.prev,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .page-numbers.prev,
  #archive .wp-pagenavi .previouspostslink {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
}
#archive .pagenation .page-numbers.prev::before,
#archive .pagenation .previouspostslink::before,
#archive .wp-pagenavi .page-numbers.prev::before,
#archive .wp-pagenavi .previouspostslink::before {
  margin-right: 4px;
  transform: rotateZ(180deg);
}
#archive .pagenation .page-numbers.next,
#archive .pagenation .nextpostslink,
#archive .wp-pagenavi .page-numbers.next,
#archive .wp-pagenavi .nextpostslink {
  flex-direction: row-reverse;
}
@media screen and (max-width: 519px) {
  #archive .pagenation .page-numbers.next,
  #archive .pagenation .nextpostslink,
  #archive .wp-pagenavi .page-numbers.next,
  #archive .wp-pagenavi .nextpostslink {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
}
#archive .pagenation .page-numbers.next::before,
#archive .pagenation .nextpostslink::before,
#archive .wp-pagenavi .page-numbers.next::before,
#archive .wp-pagenavi .nextpostslink::before {
  margin-left: 4px;
}
#archive .document-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px 12px;
  margin-bottom: 32px;
}
@media screen and (max-width: 519px) {
  #archive .document-list {
    gap: 10px;
    margin-bottom: 24px;
  }
}
#archive .document-list__item {
  position: relative;
  width: calc(100% / 3 - 24px / 3);
  background: #ffffff;
  border-radius: 8px;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  #archive .document-list__item {
    width: calc(100% / 2 - 12px / 2);
  }
}
@media screen and (max-width: 519px) {
  #archive .document-list__item {
    width: 100%;
  }
}
#archive .document-list__item > a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 8px;
  transition: 0.3s ease-out;
}
#archive .document-list__item .document-vsl {
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  #archive .document-list__item .document-vsl {
    margin-bottom: 14px;
  }
}
#archive .document-list__item .document-ttl {
  font-size: 2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: initial;
  line-height: 1.5;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  #archive .document-list__item .document-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #archive .document-list__item .document-ttl {
    font-size: 1.6rem;
  }
}
#archive .document-list__item:hover .document-ttl {
  color: #EB831E;
}

#single .post-eyecatch {
  position: relative;
  aspect-ratio: 3/2;
  max-width: 800px;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single .post-eyecatch {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-eyecatch {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
#single .post-eyecatch {
  margin-left: auto;
  margin-right: auto;
}
#single .post-eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#single .post-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single .post-meta {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-meta {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
#single .post-meta {
  gap: 12px;
}
#single .post-meta__date {
  margin-right: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single .post-meta__date {
    margin-right: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-meta__date {
    margin-right: calc(8px * 2 * 0.5);
  }
}
#single .post-meta__date {
  font-family: "Red Hat Display", sans-serif;
}
#single .post-meta__cate {
  padding: 2px 12px;
  border: 1px solid #EB831E;
  border-radius: 2px 10px 2px 10px;
  color: #EB831E;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #single .post-meta__cate {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  #single .post-meta__cate {
    font-size: 1.4rem;
  }
}
#single .post-meta__cate:hover {
  background: #EB831E;
  color: #ffffff;
}
#single .post-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single .post-tag {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-tag {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
#single .post-tag__item a {
  position: relative;
  padding-left: 12px;
  color: #999999;
}
#single .post-tag__item a::before {
  content: "#";
  position: absolute;
  left: 0;
}
#single .post-tag__item a:hover {
  text-decoration: underline;
}
#single .post-ttl {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #single .post-ttl {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-ttl {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
#single .post-ttl {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  #single .post-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  #single .post-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 519px) {
  #single .post-ttl {
    font-size: 2.2rem;
  }
}
#single .post-dtl {
  margin-bottom: calc(8px * 11);
}
@media screen and (max-width: 959px) {
  #single .post-dtl {
    margin-bottom: calc(8px * 11 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl {
    margin-bottom: calc(8px * 11 * 0.5);
  }
}
#single .post-dtl h2 {
  position: relative;
  margin-top: 48px;
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  #single .post-dtl h2 {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h2 {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
#single .post-dtl h2 {
  padding: 24px 6px 24px 64px;
  background: #F8F6F5;
  font-size: 2.8rem;
  font-weight: YakuHanJP, "MFW-PA1GothicStdN-Medium";
  border-radius: 2px;
  line-height: 1.3;
}
#single .post-dtl h2::before {
  content: "";
  position: absolute;
  top: 33px;
  left: 16px;
  width: 42px;
  height: 23px;
  background: url("/wp/wp-content/themes/itreat_base/dist/img/common/ttl-deco.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  #single .post-dtl h2::before {
    top: 29px;
    width: 34px;
    height: 21px;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h2::before {
    top: 17px;
    left: 12px;
    width: 26px;
    height: 16px;
  }
}
@media screen and (max-width: 959px) {
  #single .post-dtl h2 {
    margin-top: 36px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #single .post-dtl h2 {
    padding: 24px 6px 24px 59px;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h2 {
    margin-top: 24px;
    padding: 12px 8px 12px 44px;
    border-radius: 4px;
    font-size: 2rem;
  }
}
#single .post-dtl h3 {
  position: relative;
  margin-top: 40px;
  padding-bottom: 4px;
  padding-left: 24px;
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #single .post-dtl h3 {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h3 {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
#single .post-dtl h3 {
  border-bottom: solid 4px #EB831E;
  font-size: 2.4rem;
  font-weight: YakuHanJP, "MFW-PA1GothicStdN-Medium";
}
#single .post-dtl h3::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #EB831E;
  border-radius: 100%;
}
@media screen and (max-width: 959px) {
  #single .post-dtl h3::before {
    top: 11px;
  }
}
@media screen and (max-width: 767px) {
  #single .post-dtl h3::before {
    top: 9px;
  }
}
@media screen and (max-width: 959px) {
  #single .post-dtl h3 {
    margin-top: 36px;
    font-size: 2rem;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #single .post-dtl h3 {
    padding-left: 18px;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h3 {
    margin-top: 24px;
    font-size: 1.8rem;
  }
}
#single .post-dtl h4 {
  position: relative;
  margin-top: 32px;
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #single .post-dtl h4 {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h4 {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
#single .post-dtl h4 {
  padding-left: 16px;
  font-size: 2rem;
  font-weight: YakuHanJP, "MFW-PA1GothicStdN-Medium";
}
#single .post-dtl h4::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #EB831E;
  border-radius: 100%;
}
@media screen and (max-width: 959px) {
  #single .post-dtl h4::before {
    top: 10px;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h4::before {
    top: 9px;
  }
}
@media screen and (max-width: 959px) {
  #single .post-dtl h4 {
    margin-top: 36px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h4 {
    font-size: 1.7rem;
  }
}
#single .post-dtl .wp-block-group {
  padding: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-group {
    padding: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-group {
    padding: calc(8px * 5 * 0.5);
  }
}
#single .post-dtl .wp-block-group {
  margin: 40px 0;
  background: rgba(245, 171, 24, 0.16);
}
@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-group {
    margin: 24px 0;
  }
}
#single .post-dtl .wp-block-group h2:first-child,
#single .post-dtl .wp-block-group h3:first-child,
#single .post-dtl .wp-block-group h4:first-child {
  margin-top: 0;
}
#single .post-dtl .has-small-font-size {
  font-size: 1.3rem;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .has-small-font-size {
    font-size: 1.2rem;
  }
}
#single .post-dtl .has-normal-font-size {
  font-size: 1.7rem;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .has-normal-font-size {
    font-size: 1.3rem;
  }
}
#single .post-dtl .has-medium-font-size {
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .has-medium-font-size {
    font-size: 1.7rem;
  }
}
#single .post-dtl .has-large-font-size {
  font-size: 2.4rem;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .has-large-font-size {
    font-size: 2rem;
  }
}
#single .post-dtl .has-huge-font-size {
  font-size: 2.8rem;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .has-huge-font-size {
    font-size: 2.4rem;
  }
}
#single .post-dtl .has-red-color {
  color: #CE102C;
}
#single .post-dtl .has-pnk-color {
  color: #FF2828;
}
#single .post-dtl .has-orn-color {
  color: #F5AB18;
}
#single .post-dtl .has-d-orn-color {
  color: #EB831E;
}
#single .post-dtl .has-d-beg-color {
  color: #F0E9E5;
}
#single .post-dtl .has-grn-color {
  color: #83BA0D;
}
#single .post-dtl .has-beg-color {
  color: #F8F6F5;
}
#single .post-dtl .has-brn-color {
  color: #F1EDEB;
}
#single .post-dtl .has-blk-color {
  color: #222222;
}
#single .post-dtl .has-wht-color {
  color: #ffffff;
}
#single .post-dtl .has-l-gry-color {
  color: #FAFAFA;
}
#single .post-dtl .has-gry-color {
  color: #E8E8E8;
}
#single .post-dtl .has-d-gry-color {
  color: #999999;
}
#single .post-dtl .has-grad-2-color {
  color: #D93B27;
}
#single .post-dtl .has-grad-3-color {
  color: #E05824;
}
#single .post-dtl .has-grad-4-color {
  color: #E77320;
}
#single .post-dtl .has-grad-5-color {
  color: #EC881E;
}
#single .post-dtl .has-grad-6-color {
  color: #EF911D;
}
#single .post-dtl .has-grad-7-color {
  color: #F19C1A;
}
#single .post-dtl .has-grad-8-color {
  color: #F29E1B;
}
#single .post-dtl .has-red-background-color {
  background-color: #CE102C;
}
#single .post-dtl .has-pnk-background-color {
  background-color: #FF2828;
}
#single .post-dtl .has-orn-background-color {
  background-color: #F5AB18;
}
#single .post-dtl .has-d-orn-background-color {
  background-color: #EB831E;
}
#single .post-dtl .has-d-beg-background-color {
  background-color: #F0E9E5;
}
#single .post-dtl .has-grn-background-color {
  background-color: #83BA0D;
}
#single .post-dtl .has-beg-background-color {
  background-color: #F8F6F5;
}
#single .post-dtl .has-brn-background-color {
  background-color: #F1EDEB;
}
#single .post-dtl .has-blk-background-color {
  background-color: #222222;
}
#single .post-dtl .has-wht-background-color {
  background-color: #ffffff;
}
#single .post-dtl .has-l-gry-background-color {
  background-color: #FAFAFA;
}
#single .post-dtl .has-gry-background-color {
  background-color: #E8E8E8;
}
#single .post-dtl .has-d-gry-background-color {
  background-color: #999999;
}
#single .post-dtl .has-grad-2-background-color {
  background-color: #D93B27;
}
#single .post-dtl .has-grad-3-background-color {
  background-color: #E05824;
}
#single .post-dtl .has-grad-4-background-color {
  background-color: #E77320;
}
#single .post-dtl .has-grad-5-background-color {
  background-color: #EC881E;
}
#single .post-dtl .has-grad-6-background-color {
  background-color: #EF911D;
}
#single .post-dtl .has-grad-7-background-color {
  background-color: #F19C1A;
}
#single .post-dtl .has-grad-8-background-color {
  background-color: #F29E1B;
}
#single .post-dtl .marker-highlight {
  background-color: rgba(245, 171, 24, 0.5);
}
#single .post-dtl mark {
  background: linear-gradient(0deg, transparent 8px, #ffffff 8px, #ffffff);
  font-weight: YakuHanJP, "MFW-PA1GothicStdN-Medium";
}
#single .post-dtl p:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl p:not(:first-child) {
    margin-top: 12px;
  }
}
#single .post-dtl strong {
  font-family: YakuHanJP, "MFW-PA1GothicStdN-Bold";
}
#single .post-dtl em {
  font-weight: YakuHanJP, "MFW-PA1GothicStdN-Medium";
  color: #EB831E;
}
#single .post-dtl sup {
  vertical-align: super;
  font-size: smaller;
}
#single .post-dtl sub {
  vertical-align: sub;
  font-size: smaller;
}
#single .post-dtl a {
  text-decoration: underline;
  color: #F5AB18;
}
#single .post-dtl a:hover {
  text-decoration: none;
}
#single .post-dtl ul {
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl ul {
    margin-top: 12px;
  }
}
#single .post-dtl ul > li {
  list-style: none;
  position: relative;
  margin-left: 0;
  padding-left: 16px;
  line-height: 1.4;
  text-indent: 0;
}
#single .post-dtl ul > li:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}
#single .post-dtl ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #F5AB18;
  border-radius: 50%;
}
#single .post-dtl ul > li ul,
#single .post-dtl ul > li ol {
  margin: 8px 0 0;
}
#single .post-dtl ol {
  counter-reset: list-num;
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl ol {
    margin-top: 12px;
  }
}
#single .post-dtl ol > li {
  list-style: none;
  margin-left: 1em !important;
  text-indent: -1em;
  line-height: 1.4;
}
#single .post-dtl ol > li:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}
#single .post-dtl ol > li::before {
  counter-increment: list-num;
  content: counter(list-num) ".";
}
#single .post-dtl ol > li > div {
  display: inline;
}
#single .post-dtl ol > li ul,
#single .post-dtl ol > li ol {
  margin: 8px 0 0;
}
#single .post-dtl .wp-block-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-button {
    gap: 12px;
  }
}
#single .post-dtl .wp-block-button__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 14px 56px 14px 26px;
  min-height: 56px;
  background: #ffffff;
  border: solid 1px #EB831E;
  border-radius: 80px;
  color: #222222;
  font-size: 1.7rem;
  cursor: pointer;
  transition: 0.3s ease-out;
  text-decoration: none;
  text-align: left;
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-button__link {
    min-height: 48px;
    font-size: 1.3rem;
  }
}
#single .post-dtl .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  border: solid 1px #EB831E;
  border-radius: 100%;
  background: #ffffff;
}
#single .post-dtl .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #EB831E;
  border-right: 0;
}
#single .post-dtl .wp-block-button__link:hover {
  background: #EB831E;
  color: #ffffff;
}
#single .post-dtl .wp-block-button__link:hover::after {
  background: #ffffff;
}
#single .post-dtl .wp-block-table table {
  width: 100%;
  border-top: solid 1px #E8E8E8;
  border-left: solid 1px #E8E8E8;
}
#single .post-dtl .wp-block-table table thead {
  border-bottom: solid 1px #EB831E;
  border-top: solid 1px #EB831E;
}
#single .post-dtl .wp-block-table table thead tr {
  padding: 16px;
  background: #EB831E;
  border-right: solid 1px #E8E8E8;
  border-bottom: solid 1px #E8E8E8;
  color: #ffffff;
}
#single .post-dtl .wp-block-table table tbody tr:first-of-type td {
  border-top: solid 1px #E8E8E8;
}
#single .post-dtl .wp-block-table table tbody tr th,
#single .post-dtl .wp-block-table table tbody tr td {
  padding: 16px;
  border-right: solid 1px #E8E8E8;
  border-bottom: solid 1px #E8E8E8;
}
#single .post-dtl .wp-block-table table tbody tr th {
  background: #EB831E;
  color: #ffffff;
}
#single .post-dtl .wp-block-table table tbody tr td:first-of-type {
  border-left: solid 1px #E8E8E8;
  background: rgba(245, 171, 24, 0.03);
}
#single .post-dtl .wp-block-table.is-style-stripes tbody tr td:first-of-type {
  background: none;
}
#single .post-dtl .wp-block-quote {
  margin: 0 0 32px;
  padding: 16px;
  background: #FAFAFA;
}
#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.3rem;
  color: #999999;
}
#single .post-dtl .wp-block-quote cite a:hover {
  text-decoration: none;
}
#single .post-dtl .wp-block-image {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-image {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#single .post-dtl .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
#single .post-dtl .wp-block-image img {
  width: auto;
}
#single .post-dtl .wp-block-media-text {
  margin-top: 24px;
  margin-bottom: 24px;
  gap: 16px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-media-text {
    margin-top: 16px;
    margin-bottom: 16px;
    gap: 8px;
  }
}
#single .post-dtl .wp-block-media-text__content {
  padding: 0;
}
#single .post-dtl .wp-block-column .wp-block-image {
  margin: 0;
}
#single .post-dtl .wp-block-column .wp-block-image img {
  width: 100%;
}
#single .post-dtl .wp-block-file {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-file {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#single .post-dtl .wp-block-file a {
  font-size: 1.7rem;
  color: #EB831E;
  text-decoration: underline;
}
#single .post-dtl .wp-block-file a:hover {
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-file a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-file a {
    font-size: 1.2rem;
  }
}
#single .post-dtl .wp-block-file .wp-block-file__button {
  background: #EB831E;
  display: inline-block;
  padding: 4px 8px 2px 10px;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  min-width: 200px;
}
#single .post-dtl .wp-block-separator {
  margin: 40px 0;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-separator {
    margin: 24px 0;
  }
}
#single .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single .gallery {
    gap: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .gallery {
    gap: calc(8px * 2 * 0.5);
  }
}
#single .gallery {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single .gallery {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .gallery {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  #single .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
#single .gallery__item {
  position: relative;
  z-index: 1;
  aspect-ratio: 3/2;
  border: solid 1px #FAFAFA;
  cursor: pointer;
}
#single .gallery__item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
#single .gallery__item .gallery-mask {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.3);
  transition: 0.3s ease-out;
}
#single .gallery__item .gallery-zoom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 32px;
  padding: 0 8px;
  background: #222222;
  border: solid 1px #222222;
  color: #ffffff;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  #single .gallery__item .gallery-zoom {
    height: 28px;
  }
}
#single .gallery__item .gallery-zoom::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: linear-gradient(to right, transparent calc(50% - 1px), #ffffff calc(50% - 1px), #ffffff calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom, transparent calc(50% - 1px), #ffffff calc(50% - 1px), #ffffff calc(50% + 1px), transparent calc(50% + 1px));
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  #single .gallery__item .gallery-zoom::before {
    width: 14px;
  }
}
#single .gallery__item:hover .gallery-mask {
  opacity: 0;
}
#single .gallery__item:hover .gallery-zoom {
  background: #ffffff;
  color: #222222;
}
#single .gallery__item:hover .gallery-zoom::before {
  background: linear-gradient(to right, transparent calc(50% - 1px), #222222 calc(50% - 1px), #222222 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom, transparent calc(50% - 1px), #222222 calc(50% - 1px), #222222 calc(50% + 1px), transparent calc(50% + 1px));
}
#single .pagelink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 959px) {
  #single .pagelink {
    gap: 12px;
  }
}
#single .pagelink__prev a, #single .pagelink__next a, #single .pagelink__back a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 4;
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: solid 1px #222222;
  color: #222222;
  font-size: 1.7rem;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 519px) {
  #single .pagelink__prev a, #single .pagelink__next a, #single .pagelink__back a {
    font-size: 1.3rem;
  }
}
#single .pagelink__prev a .ico-arrow, #single .pagelink__next a .ico-arrow, #single .pagelink__back a .ico-arrow {
  width: 20px;
  height: 20px;
  fill: #222222;
  transition: 0.3s ease-out;
}
#single .pagelink__prev a:hover, #single .pagelink__next a:hover, #single .pagelink__back a:hover {
  background: #222222;
  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: 959px) {
  #single .pagelink__back {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  #single .pagelink__back {
    width: calc(100% - 276px);
  }
}
@media screen and (max-width: 519px) {
  #single .pagelink__back {
    width: calc(40% - 8px);
  }
}
#single .pagelink__prev, #single .pagelink__next {
  width: 160px;
}
@media screen and (max-width: 959px) {
  #single .pagelink__prev, #single .pagelink__next {
    width: 120px;
  }
}
@media screen and (max-width: 519px) {
  #single .pagelink__prev, #single .pagelink__next {
    width: calc(30% - 8px);
  }
}
#single .pagelink__prev a .ico-arrow {
  transform: scale(-1, 1);
}
#single .whitepapers .form-field {
  border-top: solid 1px #E8E8E8;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single .whitepapers .form-field {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers .form-field {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
#single .whitepapers .form-field__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  #single .whitepapers .form-field__item {
    padding-top: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers .form-field__item {
    padding-top: calc(8px * 4 * 0.5);
  }
}
#single .whitepapers .form-field__item {
  padding-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  #single .whitepapers .form-field__item {
    padding-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers .form-field__item {
    padding-bottom: calc(8px * 4 * 0.5);
  }
}
#single .whitepapers .form-field__item {
  border-bottom: solid 1px #E8E8E8;
}
#single .whitepapers .form-field dt {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  width: 304px;
}
@media screen and (max-width: 959px) {
  #single .whitepapers .form-field dt {
    gap: 8px;
    width: 100%;
    margin-bottom: 8px;
  }
}
#single .whitepapers .form-field dd {
  width: calc(100% - 320px);
}
@media screen and (max-width: 959px) {
  #single .whitepapers .form-field dd {
    width: 100%;
  }
}
#single .whitepapers .form-required,
#single .whitepapers .form-optional {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 24px;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1;
}
#single .whitepapers .form-required {
  background: #CE102C;
}
#single .whitepapers .form-optional {
  background: #F5AB18;
}
#single .whitepapers input,
#single .whitepapers select,
#single .whitepapers textarea {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  background: #FAFAFA;
  font-size: 1.7rem;
  font-family: YakuHanJP, "MFW-PA1GothicStdN-Regular";
  line-height: 56px;
  color: #222222;
}
#single .whitepapers input::-moz-placeholder, #single .whitepapers select::-moz-placeholder, #single .whitepapers textarea::-moz-placeholder {
  color: #999999;
}
#single .whitepapers input::placeholder,
#single .whitepapers select::placeholder,
#single .whitepapers textarea::placeholder {
  color: #999999;
}
#single .whitepapers input:focus,
#single .whitepapers select:focus,
#single .whitepapers textarea:focus {
  outline: solid 2px #222222;
}
#single .whitepapers select {
  background: url("/wp/wp-content/themes/itreat_base/dist/img/common/select.svg") center right 16px/14px 14px no-repeat #FAFAFA;
}
#single .whitepapers textarea {
  overflow: auto;
  height: 200px;
  padding: 16px;
  line-height: 1.8;
  resize: vertical;
}
#single .whitepapers .zip {
  max-width: 320px;
  width: 100%;
  margin-bottom: 6px;
}
#single .whitepapers .wpcf7-checkbox .wpcf7-list-item:not(:nth-last-of-type(1)) {
  margin-right: 24px;
}
#single .whitepapers .wpcf7-checkbox .wpcf7-list-item label {
  display: inline-block;
  position: relative;
  padding: 6px 0;
  cursor: pointer;
}
#single .whitepapers .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
#single .whitepapers .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}
#single .whitepapers .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #FAFAFA;
  border: solid 2px #FAFAFA;
  transform: translateY(-50%);
}
#single .whitepapers .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: "";
  position: absolute;
  top: 3px;
  left: 8px;
  z-index: 1;
  width: 8px;
  height: 15px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: transparent #999999 #999999 transparent;
  transform: rotateZ(45deg);
}
#single .whitepapers .wpcf7-checkbox .wpcf7-list-item label input:focus + .wpcf7-list-item-label {
  outline: solid 2px #222222;
}
#single .whitepapers .wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  border-color: #999999;
}
#single .whitepapers .wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  display: block;
}
#single .whitepapers .wpcf7-radio .wpcf7-list-item:not(:nth-last-of-type(1)) {
  margin-right: 24px;
}
#single .whitepapers .wpcf7-radio .wpcf7-list-item label {
  display: inline-block;
  position: relative;
  padding: 4px 0;
  cursor: pointer;
}
#single .whitepapers .wpcf7-radio .wpcf7-list-item label input[type=radio] {
  opacity: 0;
  position: absolute;
}
#single .whitepapers .wpcf7-radio .wpcf7-list-item label:has(input[type=radio]:focus) {
  outline: solid 2px #F5AB18;
}
#single .whitepapers .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}
#single .whitepapers .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #FAFAFA;
  border: solid 2px #EB831E;
  border-radius: 12px;
  transform: translateY(-50%);
}
#single .whitepapers .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 1;
  width: 14px;
  height: 14px;
  background: #EB831E;
  border-radius: 50%;
  transform: translateY(-50%);
}
#single .whitepapers .wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  border-color: #EB831E;
}
#single .whitepapers .wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  display: block;
}
#single .whitepapers input[type=file] {
  padding: 0;
  background: none;
  border: none;
  background: none;
  height: 48px;
  line-height: 48px;
}
@media screen and (max-width: 959px) {
  #single .whitepapers input[type=file] {
    height: 40px;
    line-height: 40px;
  }
}
#single .whitepapers input[type=file]::file-selector-button {
  border: none;
  margin-right: 16px;
  height: 100%;
  cursor: pointer;
  background: #999999;
  color: #ffffff;
}
#single .whitepapers .form-send {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 56px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single .whitepapers .form-send {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers .form-send {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
#single .whitepapers .form-send {
  background: #EB831E;
  border: 1px solid #EB831E;
  color: #ffffff;
  font-size: 1.8rem;
  transition: 0.3s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  #single .whitepapers .form-send {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers .form-send {
    height: 48px;
  }
}
#single .whitepapers .form-send input[type=submit] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
#single .whitepapers .form-send:has(input[type=submit]:focus) {
  outline: solid 2px #222222;
}
#single .whitepapers .form-send:hover {
  background: #ffffff;
  color: #EB831E;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#single .whitepapers .wpcf7-spinner {
  position: absolute;
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  bottom: calc(100% + 10px);
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  #single .whitepapers .wpcf7-spinner {
    bottom: calc(100% + 6px);
    width: 16px;
    height: 16px;
  }
}
#single .whitepapers .wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#single .whitepapers form.submitting .wpcf7-spinner {
  visibility: visible;
}
#single .whitepapers .wpcf7 form .wpcf7-response-output {
  display: none;
}
#single .whitepapers .wpcf7 form.sent .wpcf7-response-output,
#single .whitepapers .wpcf7 form.invalid .wpcf7-response-output,
#single .whitepapers .wpcf7 form.spam .wpcf7-response-output,
#single .whitepapers .wpcf7 form.invalid .wpcf7-response-output,
#single .whitepapers .wpcf7 form.unaccepted .wpcf7-response-output {
  display: block;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single .whitepapers .wpcf7 form.sent .wpcf7-response-output,
  #single .whitepapers .wpcf7 form.invalid .wpcf7-response-output,
  #single .whitepapers .wpcf7 form.spam .wpcf7-response-output,
  #single .whitepapers .wpcf7 form.invalid .wpcf7-response-output,
  #single .whitepapers .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers .wpcf7 form.sent .wpcf7-response-output,
  #single .whitepapers .wpcf7 form.invalid .wpcf7-response-output,
  #single .whitepapers .wpcf7 form.spam .wpcf7-response-output,
  #single .whitepapers .wpcf7 form.invalid .wpcf7-response-output,
  #single .whitepapers .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
#single .whitepapers .wpcf7 form.sent .wpcf7-response-output,
#single .whitepapers .wpcf7 form.invalid .wpcf7-response-output,
#single .whitepapers .wpcf7 form.spam .wpcf7-response-output,
#single .whitepapers .wpcf7 form.invalid .wpcf7-response-output,
#single .whitepapers .wpcf7 form.unaccepted .wpcf7-response-output {
  padding: 32px;
  border-radius: 4px;
}
@media screen and (max-width: 959px) {
  #single .whitepapers .wpcf7 form.sent .wpcf7-response-output,
  #single .whitepapers .wpcf7 form.invalid .wpcf7-response-output,
  #single .whitepapers .wpcf7 form.spam .wpcf7-response-output,
  #single .whitepapers .wpcf7 form.invalid .wpcf7-response-output,
  #single .whitepapers .wpcf7 form.unaccepted .wpcf7-response-output {
    border-radius: calc(4px * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers .wpcf7 form.sent .wpcf7-response-output,
  #single .whitepapers .wpcf7 form.invalid .wpcf7-response-output,
  #single .whitepapers .wpcf7 form.spam .wpcf7-response-output,
  #single .whitepapers .wpcf7 form.invalid .wpcf7-response-output,
  #single .whitepapers .wpcf7 form.unaccepted .wpcf7-response-output {
    border-radius: calc(4px * 0.5);
  }
}
#single .whitepapers .wpcf7 form.sent .wpcf7-response-output,
#single .whitepapers .wpcf7 form.invalid .wpcf7-response-output,
#single .whitepapers .wpcf7 form.spam .wpcf7-response-output,
#single .whitepapers .wpcf7 form.invalid .wpcf7-response-output,
#single .whitepapers .wpcf7 form.unaccepted .wpcf7-response-output {
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #single .whitepapers .wpcf7 form.sent .wpcf7-response-output,
  #single .whitepapers .wpcf7 form.invalid .wpcf7-response-output,
  #single .whitepapers .wpcf7 form.spam .wpcf7-response-output,
  #single .whitepapers .wpcf7 form.invalid .wpcf7-response-output,
  #single .whitepapers .wpcf7 form.unaccepted .wpcf7-response-output {
    padding: 24px;
  }
}
#single .whitepapers .wpcf7 form.sent .wpcf7-response-output {
  background: #ffffff;
  border: solid 1px #F5AB18;
  color: #F5AB18;
}
#single .whitepapers .wpcf7 form.invalid .wpcf7-response-output,
#single .whitepapers .wpcf7 form.invalid .wpcf7-response-output,
#single .whitepapers .wpcf7 form.unaccepted .wpcf7-response-output {
  background: rgba(206, 16, 44, 0.08);
  color: #CE102C;
  border: solid 1px #CE102C;
}
#single .whitepapers .wpcf7 form.invalid input::-moz-placeholder, #single .whitepapers .wpcf7 form.invalid select::-moz-placeholder, #single .whitepapers .wpcf7 form.invalid textarea::-moz-placeholder, #single .whitepapers .wpcf7 form.invalid input::-moz-placeholder, #single .whitepapers .wpcf7 form.invalid select::-moz-placeholder, #single .whitepapers .wpcf7 form.invalid textarea::-moz-placeholder, #single .whitepapers .wpcf7 form.unaccepted input::-moz-placeholder, #single .whitepapers .wpcf7 form.unaccepted select::-moz-placeholder, #single .whitepapers .wpcf7 form.unaccepted textarea::-moz-placeholder {
  color: rgba(206, 16, 44, 0.4);
}
#single .whitepapers .wpcf7 form.invalid input::placeholder,
#single .whitepapers .wpcf7 form.invalid select::placeholder,
#single .whitepapers .wpcf7 form.invalid textarea::placeholder,
#single .whitepapers .wpcf7 form.invalid input::placeholder,
#single .whitepapers .wpcf7 form.invalid select::placeholder,
#single .whitepapers .wpcf7 form.invalid textarea::placeholder,
#single .whitepapers .wpcf7 form.unaccepted input::placeholder,
#single .whitepapers .wpcf7 form.unaccepted select::placeholder,
#single .whitepapers .wpcf7 form.unaccepted textarea::placeholder {
  color: rgba(206, 16, 44, 0.4);
}
#single .whitepapers .wpcf7 form.spam .wpcf7-response-output {
  background: rgba(245, 171, 24, 0.08);
  color: #CE102C;
  border: solid 1px #F5AB18;
}
#single .whitepapers .wpcf7 form.spam input::-moz-placeholder, #single .whitepapers .wpcf7 form.spam select::-moz-placeholder, #single .whitepapers .wpcf7 form.spam textarea::-moz-placeholder {
  color: rgba(245, 171, 24, 0.4);
}
#single .whitepapers .wpcf7 form.spam input::placeholder,
#single .whitepapers .wpcf7 form.spam select::placeholder,
#single .whitepapers .wpcf7 form.spam textarea::placeholder {
  color: rgba(245, 171, 24, 0.4);
}
#single .whitepapers .screen-reader-response {
  display: none;
}
#single .whitepapers .wpcf7-not-valid-tip {
  display: block;
  padding: 4px 0 0;
  color: #CE102C;
  font-size: 1.3rem;
}
#single .whitepapers .screen-reader-response {
  display: none;
}
#single .whitepapers .wpcf7 .form.invalid .wpcf7-response-output {
  color: #CE102C;
  font-size: 1.3rem;
  background-color: rgba(206, 16, 44, 0.1);
}
#single .whitepapers .privacy-frame {
  margin: 0 auto 40px;
  padding: 32px;
  border: 1px solid #EB831E;
  background: #ffffff;
}
@media screen and (max-width: 959px) {
  #single .whitepapers .privacy-frame {
    padding: 28px;
  }
}
@media screen and (max-width: 767px) {
  #single .whitepapers .privacy-frame {
    margin: 0 auto 28px;
    padding: 24px;
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers .privacy-frame {
    padding: 16px;
  }
}
#single .whitepapers .privacy-frame .privacy-inner {
  overflow-y: scroll;
  height: 240px;
  padding: 0 16px;
}
@media screen and (max-width: 959px) {
  #single .whitepapers .privacy-frame .privacy-inner {
    padding: 0 12px;
    height: 160px;
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers .privacy-frame .privacy-inner {
    padding: 0 8px;
  }
}
#single .whitepapers .privacy-frame .privacy-inner::-webkit-scrollbar {
  width: 8px;
}
#single .whitepapers .privacy-frame .privacy-inner::-webkit-scrollbar-track {
  background: #FAFAFA;
  border-radius: 4px;
}
#single .whitepapers .privacy-frame .privacy-inner::-webkit-scrollbar-thumb {
  background: #EB831E;
  border-radius: 4px;
}
#single .whitepapers .privacy-frame .privacy-inner .privacy-ttl {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #single .whitepapers .privacy-frame .privacy-inner .privacy-ttl {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers .privacy-frame .privacy-inner .privacy-ttl {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
#single .whitepapers .privacy-frame .privacy-inner .privacy-ttl {
  text-align: center;
}
#single .whitepapers .privacy-frame .privacy-inner .privacy-ttl__main {
  margin-bottom: 4px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  #single .whitepapers .privacy-frame .privacy-inner .privacy-ttl__main {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers .privacy-frame .privacy-inner .privacy-ttl__main {
    margin-bottom: 2px;
    font-size: 2rem;
  }
}
#single .whitepapers .privacy-frame .privacy-inner .privacy-ttl__sub {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single .whitepapers .privacy-frame .privacy-inner .privacy-ttl__sub {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers .privacy-frame .privacy-inner .privacy-ttl__sub {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
#single .whitepapers .privacy-frame .privacy-inner .privacy-ttl__sub {
  display: block;
  color: #EB831E;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.4;
  text-transform: uppercase;
}
@media screen and (max-width: 519px) {
  #single .whitepapers .privacy-frame .privacy-inner .privacy-ttl__sub {
    font-size: 1.2rem;
  }
}
#single .whitepapers .privacy-frame a {
  color: #EB831E;
  text-decoration: underline;
}
#single .whitepapers .privacy-frame a:hover {
  text-decoration: none;
}
#single .whitepapers .policy-list {
  counter-reset: list-num 0;
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  #single .whitepapers .policy-list {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers .policy-list {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
#single .whitepapers .policy-list__item {
  padding: 24px 0;
  border-bottom: solid 1px #E8E8E8;
}
@media screen and (max-width: 959px) {
  #single .whitepapers .policy-list__item {
    padding: 16px 0;
  }
}
#single .whitepapers .policy-list__item:first-child {
  border-top: solid 1px #E8E8E8;
}
#single .whitepapers .policy-list__item dt {
  position: relative;
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 12px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  #single .whitepapers .policy-list__item dt {
    margin-bottom: 10px;
    font-size: 1.7rem;
  }
}
#single .whitepapers .policy-list__item dt::before {
  counter-increment: list-num;
  content: counter(list-num, decimal-leading-zero) ".";
  font-family: "Red Hat Display", sans-serif;
  color: #EB831E;
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  #single .whitepapers .policy-list__item dt::before {
    font-size: 1.7rem;
  }
}
#single .whitepapers {
  margin-bottom: calc(8px * 11);
}
@media screen and (max-width: 959px) {
  #single .whitepapers {
    margin-bottom: calc(8px * 11 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers {
    margin-bottom: calc(8px * 11 * 0.5);
  }
}
#single .whitepapers .document-unit {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: calc(8px * 11);
}
@media screen and (max-width: 959px) {
  #single .whitepapers .document-unit {
    margin-bottom: calc(8px * 11 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers .document-unit {
    margin-bottom: calc(8px * 11 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  #single .whitepapers .document-unit {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  #single .whitepapers .document-unit {
    flex-direction: column;
  }
}
#single .whitepapers .document-unit__dtl {
  width: calc(100% - 408px);
}
@media screen and (max-width: 959px) {
  #single .whitepapers .document-unit__dtl {
    width: calc(100% - 404px);
  }
}
@media screen and (max-width: 767px) {
  #single .whitepapers .document-unit__dtl {
    width: 100%;
  }
}
#single .whitepapers .document-unit__dtl img {
  margin-bottom: 16px;
}
#single .whitepapers .document-unit__dtl .document-txt h2 {
  position: relative;
  margin-top: 48px;
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  #single .whitepapers .document-unit__dtl .document-txt h2 {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers .document-unit__dtl .document-txt h2 {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
#single .whitepapers .document-unit__dtl .document-txt h2 {
  padding: 24px 6px 24px 64px;
  background: #F8F6F5;
  font-size: 2.8rem;
  font-weight: YakuHanJP, "MFW-PA1GothicStdN-Medium";
  border-radius: 2px;
  line-height: 1.3;
}
#single .whitepapers .document-unit__dtl .document-txt h2::before {
  content: "";
  position: absolute;
  top: 33px;
  left: 16px;
  width: 42px;
  height: 23px;
  background: url("/wp/wp-content/themes/itreat_base/dist/img/common/ttl-deco.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  #single .whitepapers .document-unit__dtl .document-txt h2::before {
    top: 29px;
    width: 34px;
    height: 21px;
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers .document-unit__dtl .document-txt h2::before {
    top: 17px;
    left: 12px;
    width: 26px;
    height: 16px;
  }
}
@media screen and (max-width: 959px) {
  #single .whitepapers .document-unit__dtl .document-txt h2 {
    margin-top: 36px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #single .whitepapers .document-unit__dtl .document-txt h2 {
    padding: 24px 6px 24px 59px;
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers .document-unit__dtl .document-txt h2 {
    margin-top: 24px;
    padding: 12px 8px 12px 44px;
    border-radius: 4px;
    font-size: 2rem;
  }
}
#single .whitepapers .document-unit__dtl .document-txt h3 {
  position: relative;
  margin-top: 40px;
  padding-bottom: 4px;
  padding-left: 24px;
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #single .whitepapers .document-unit__dtl .document-txt h3 {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers .document-unit__dtl .document-txt h3 {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
#single .whitepapers .document-unit__dtl .document-txt h3 {
  border-bottom: solid 4px #EB831E;
  font-size: 2.4rem;
  font-weight: YakuHanJP, "MFW-PA1GothicStdN-Medium";
}
#single .whitepapers .document-unit__dtl .document-txt h3::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #EB831E;
  border-radius: 100%;
}
@media screen and (max-width: 959px) {
  #single .whitepapers .document-unit__dtl .document-txt h3::before {
    top: 11px;
  }
}
@media screen and (max-width: 767px) {
  #single .whitepapers .document-unit__dtl .document-txt h3::before {
    top: 9px;
  }
}
@media screen and (max-width: 959px) {
  #single .whitepapers .document-unit__dtl .document-txt h3 {
    margin-top: 36px;
    font-size: 2rem;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #single .whitepapers .document-unit__dtl .document-txt h3 {
    padding-left: 18px;
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers .document-unit__dtl .document-txt h3 {
    margin-top: 24px;
    font-size: 1.8rem;
  }
}
#single .whitepapers .document-unit__dtl .document-txt h4 {
  position: relative;
  margin-top: 32px;
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #single .whitepapers .document-unit__dtl .document-txt h4 {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers .document-unit__dtl .document-txt h4 {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
#single .whitepapers .document-unit__dtl .document-txt h4 {
  padding-left: 16px;
  font-size: 2rem;
  font-weight: YakuHanJP, "MFW-PA1GothicStdN-Medium";
}
#single .whitepapers .document-unit__dtl .document-txt h4::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #EB831E;
  border-radius: 100%;
}
@media screen and (max-width: 959px) {
  #single .whitepapers .document-unit__dtl .document-txt h4::before {
    top: 10px;
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers .document-unit__dtl .document-txt h4::before {
    top: 9px;
  }
}
@media screen and (max-width: 959px) {
  #single .whitepapers .document-unit__dtl .document-txt h4 {
    margin-top: 36px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers .document-unit__dtl .document-txt h4 {
    font-size: 1.7rem;
  }
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-group {
  padding: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single .whitepapers .document-unit__dtl .document-txt .wp-block-group {
    padding: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers .document-unit__dtl .document-txt .wp-block-group {
    padding: calc(8px * 5 * 0.5);
  }
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-group {
  margin: 40px 0;
  background: rgba(245, 171, 24, 0.16);
}
@media screen and (max-width: 959px) {
  #single .whitepapers .document-unit__dtl .document-txt .wp-block-group {
    margin: 24px 0;
  }
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-group h2:first-child,
#single .whitepapers .document-unit__dtl .document-txt .wp-block-group h3:first-child,
#single .whitepapers .document-unit__dtl .document-txt .wp-block-group h4:first-child {
  margin-top: 0;
}
#single .whitepapers .document-unit__dtl .document-txt .has-small-font-size {
  font-size: 1.3rem;
}
@media screen and (max-width: 959px) {
  #single .whitepapers .document-unit__dtl .document-txt .has-small-font-size {
    font-size: 1.2rem;
  }
}
#single .whitepapers .document-unit__dtl .document-txt .has-normal-font-size {
  font-size: 1.7rem;
}
@media screen and (max-width: 959px) {
  #single .whitepapers .document-unit__dtl .document-txt .has-normal-font-size {
    font-size: 1.3rem;
  }
}
#single .whitepapers .document-unit__dtl .document-txt .has-medium-font-size {
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  #single .whitepapers .document-unit__dtl .document-txt .has-medium-font-size {
    font-size: 1.7rem;
  }
}
#single .whitepapers .document-unit__dtl .document-txt .has-large-font-size {
  font-size: 2.4rem;
}
@media screen and (max-width: 959px) {
  #single .whitepapers .document-unit__dtl .document-txt .has-large-font-size {
    font-size: 2rem;
  }
}
#single .whitepapers .document-unit__dtl .document-txt .has-huge-font-size {
  font-size: 2.8rem;
}
@media screen and (max-width: 959px) {
  #single .whitepapers .document-unit__dtl .document-txt .has-huge-font-size {
    font-size: 2.4rem;
  }
}
#single .whitepapers .document-unit__dtl .document-txt .has-red-color {
  color: #CE102C;
}
#single .whitepapers .document-unit__dtl .document-txt .has-pnk-color {
  color: #FF2828;
}
#single .whitepapers .document-unit__dtl .document-txt .has-orn-color {
  color: #F5AB18;
}
#single .whitepapers .document-unit__dtl .document-txt .has-d-orn-color {
  color: #EB831E;
}
#single .whitepapers .document-unit__dtl .document-txt .has-d-beg-color {
  color: #F0E9E5;
}
#single .whitepapers .document-unit__dtl .document-txt .has-grn-color {
  color: #83BA0D;
}
#single .whitepapers .document-unit__dtl .document-txt .has-beg-color {
  color: #F8F6F5;
}
#single .whitepapers .document-unit__dtl .document-txt .has-brn-color {
  color: #F1EDEB;
}
#single .whitepapers .document-unit__dtl .document-txt .has-blk-color {
  color: #222222;
}
#single .whitepapers .document-unit__dtl .document-txt .has-wht-color {
  color: #ffffff;
}
#single .whitepapers .document-unit__dtl .document-txt .has-l-gry-color {
  color: #FAFAFA;
}
#single .whitepapers .document-unit__dtl .document-txt .has-gry-color {
  color: #E8E8E8;
}
#single .whitepapers .document-unit__dtl .document-txt .has-d-gry-color {
  color: #999999;
}
#single .whitepapers .document-unit__dtl .document-txt .has-grad-2-color {
  color: #D93B27;
}
#single .whitepapers .document-unit__dtl .document-txt .has-grad-3-color {
  color: #E05824;
}
#single .whitepapers .document-unit__dtl .document-txt .has-grad-4-color {
  color: #E77320;
}
#single .whitepapers .document-unit__dtl .document-txt .has-grad-5-color {
  color: #EC881E;
}
#single .whitepapers .document-unit__dtl .document-txt .has-grad-6-color {
  color: #EF911D;
}
#single .whitepapers .document-unit__dtl .document-txt .has-grad-7-color {
  color: #F19C1A;
}
#single .whitepapers .document-unit__dtl .document-txt .has-grad-8-color {
  color: #F29E1B;
}
#single .whitepapers .document-unit__dtl .document-txt .has-red-background-color {
  background-color: #CE102C;
}
#single .whitepapers .document-unit__dtl .document-txt .has-pnk-background-color {
  background-color: #FF2828;
}
#single .whitepapers .document-unit__dtl .document-txt .has-orn-background-color {
  background-color: #F5AB18;
}
#single .whitepapers .document-unit__dtl .document-txt .has-d-orn-background-color {
  background-color: #EB831E;
}
#single .whitepapers .document-unit__dtl .document-txt .has-d-beg-background-color {
  background-color: #F0E9E5;
}
#single .whitepapers .document-unit__dtl .document-txt .has-grn-background-color {
  background-color: #83BA0D;
}
#single .whitepapers .document-unit__dtl .document-txt .has-beg-background-color {
  background-color: #F8F6F5;
}
#single .whitepapers .document-unit__dtl .document-txt .has-brn-background-color {
  background-color: #F1EDEB;
}
#single .whitepapers .document-unit__dtl .document-txt .has-blk-background-color {
  background-color: #222222;
}
#single .whitepapers .document-unit__dtl .document-txt .has-wht-background-color {
  background-color: #ffffff;
}
#single .whitepapers .document-unit__dtl .document-txt .has-l-gry-background-color {
  background-color: #FAFAFA;
}
#single .whitepapers .document-unit__dtl .document-txt .has-gry-background-color {
  background-color: #E8E8E8;
}
#single .whitepapers .document-unit__dtl .document-txt .has-d-gry-background-color {
  background-color: #999999;
}
#single .whitepapers .document-unit__dtl .document-txt .has-grad-2-background-color {
  background-color: #D93B27;
}
#single .whitepapers .document-unit__dtl .document-txt .has-grad-3-background-color {
  background-color: #E05824;
}
#single .whitepapers .document-unit__dtl .document-txt .has-grad-4-background-color {
  background-color: #E77320;
}
#single .whitepapers .document-unit__dtl .document-txt .has-grad-5-background-color {
  background-color: #EC881E;
}
#single .whitepapers .document-unit__dtl .document-txt .has-grad-6-background-color {
  background-color: #EF911D;
}
#single .whitepapers .document-unit__dtl .document-txt .has-grad-7-background-color {
  background-color: #F19C1A;
}
#single .whitepapers .document-unit__dtl .document-txt .has-grad-8-background-color {
  background-color: #F29E1B;
}
#single .whitepapers .document-unit__dtl .document-txt .marker-highlight {
  background-color: rgba(245, 171, 24, 0.5);
}
#single .whitepapers .document-unit__dtl .document-txt mark {
  background: linear-gradient(0deg, transparent 8px, #ffffff 8px, #ffffff);
  font-weight: YakuHanJP, "MFW-PA1GothicStdN-Medium";
}
#single .whitepapers .document-unit__dtl .document-txt p:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  #single .whitepapers .document-unit__dtl .document-txt p:not(:first-child) {
    margin-top: 12px;
  }
}
#single .whitepapers .document-unit__dtl .document-txt strong {
  font-family: YakuHanJP, "MFW-PA1GothicStdN-Bold";
}
#single .whitepapers .document-unit__dtl .document-txt em {
  font-weight: YakuHanJP, "MFW-PA1GothicStdN-Medium";
  color: #EB831E;
}
#single .whitepapers .document-unit__dtl .document-txt sup {
  vertical-align: super;
  font-size: smaller;
}
#single .whitepapers .document-unit__dtl .document-txt sub {
  vertical-align: sub;
  font-size: smaller;
}
#single .whitepapers .document-unit__dtl .document-txt a {
  text-decoration: underline;
  color: #F5AB18;
}
#single .whitepapers .document-unit__dtl .document-txt a:hover {
  text-decoration: none;
}
#single .whitepapers .document-unit__dtl .document-txt ul {
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  #single .whitepapers .document-unit__dtl .document-txt ul {
    margin-top: 12px;
  }
}
#single .whitepapers .document-unit__dtl .document-txt ul > li {
  list-style: none;
  position: relative;
  margin-left: 0;
  padding-left: 16px;
  line-height: 1.4;
  text-indent: 0;
}
#single .whitepapers .document-unit__dtl .document-txt ul > li:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}
#single .whitepapers .document-unit__dtl .document-txt ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #F5AB18;
  border-radius: 50%;
}
#single .whitepapers .document-unit__dtl .document-txt ul > li ul,
#single .whitepapers .document-unit__dtl .document-txt ul > li ol {
  margin: 8px 0 0;
}
#single .whitepapers .document-unit__dtl .document-txt ol {
  counter-reset: list-num;
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  #single .whitepapers .document-unit__dtl .document-txt ol {
    margin-top: 12px;
  }
}
#single .whitepapers .document-unit__dtl .document-txt ol > li {
  list-style: none;
  margin-left: 1em !important;
  text-indent: -1em;
  line-height: 1.4;
}
#single .whitepapers .document-unit__dtl .document-txt ol > li:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}
#single .whitepapers .document-unit__dtl .document-txt ol > li::before {
  counter-increment: list-num;
  content: counter(list-num) ".";
}
#single .whitepapers .document-unit__dtl .document-txt ol > li > div {
  display: inline;
}
#single .whitepapers .document-unit__dtl .document-txt ol > li ul,
#single .whitepapers .document-unit__dtl .document-txt ol > li ol {
  margin: 8px 0 0;
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 519px) {
  #single .whitepapers .document-unit__dtl .document-txt .wp-block-button {
    gap: 12px;
  }
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-button__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 14px 56px 14px 26px;
  min-height: 56px;
  background: #ffffff;
  border: solid 1px #EB831E;
  border-radius: 80px;
  color: #222222;
  font-size: 1.7rem;
  cursor: pointer;
  transition: 0.3s ease-out;
  text-decoration: none;
  text-align: left;
}
@media screen and (max-width: 519px) {
  #single .whitepapers .document-unit__dtl .document-txt .wp-block-button__link {
    min-height: 48px;
    font-size: 1.3rem;
  }
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  border: solid 1px #EB831E;
  border-radius: 100%;
  background: #ffffff;
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #EB831E;
  border-right: 0;
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-button__link:hover {
  background: #EB831E;
  color: #ffffff;
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-button__link:hover::after {
  background: #ffffff;
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-table table {
  width: 100%;
  border-top: solid 1px #E8E8E8;
  border-left: solid 1px #E8E8E8;
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-table table thead {
  border-bottom: solid 1px #EB831E;
  border-top: solid 1px #EB831E;
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-table table thead tr {
  padding: 16px;
  background: #EB831E;
  border-right: solid 1px #E8E8E8;
  border-bottom: solid 1px #E8E8E8;
  color: #ffffff;
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-table table tbody tr:first-of-type td {
  border-top: solid 1px #E8E8E8;
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-table table tbody tr th,
#single .whitepapers .document-unit__dtl .document-txt .wp-block-table table tbody tr td {
  padding: 16px;
  border-right: solid 1px #E8E8E8;
  border-bottom: solid 1px #E8E8E8;
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-table table tbody tr th {
  background: #EB831E;
  color: #ffffff;
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-table table tbody tr td:first-of-type {
  border-left: solid 1px #E8E8E8;
  background: rgba(245, 171, 24, 0.03);
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-table.is-style-stripes tbody tr td:first-of-type {
  background: none;
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-quote {
  margin: 0 0 32px;
  padding: 16px;
  background: #FAFAFA;
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-quote p {
  margin: 0 0 4px;
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-quote cite a {
  text-decoration: underline;
  font-size: 1.3rem;
  color: #999999;
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-quote cite a:hover {
  text-decoration: none;
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-image {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 519px) {
  #single .whitepapers .document-unit__dtl .document-txt .wp-block-image {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-image img {
  width: auto;
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-media-text {
  margin-top: 24px;
  margin-bottom: 24px;
  gap: 16px;
}
@media screen and (max-width: 519px) {
  #single .whitepapers .document-unit__dtl .document-txt .wp-block-media-text {
    margin-top: 16px;
    margin-bottom: 16px;
    gap: 8px;
  }
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-media-text__content {
  padding: 0;
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-column .wp-block-image {
  margin: 0;
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-column .wp-block-image img {
  width: 100%;
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-file {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 519px) {
  #single .whitepapers .document-unit__dtl .document-txt .wp-block-file {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-file a {
  font-size: 1.7rem;
  color: #EB831E;
  text-decoration: underline;
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-file a:hover {
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  #single .whitepapers .document-unit__dtl .document-txt .wp-block-file a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers .document-unit__dtl .document-txt .wp-block-file a {
    font-size: 1.2rem;
  }
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-file .wp-block-file__button {
  background: #EB831E;
  display: inline-block;
  padding: 4px 8px 2px 10px;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  min-width: 200px;
}
#single .whitepapers .document-unit__dtl .document-txt .wp-block-separator {
  margin: 40px 0;
}
@media screen and (max-width: 959px) {
  #single .whitepapers .document-unit__dtl .document-txt .wp-block-separator {
    margin: 24px 0;
  }
}
#single .whitepapers .document-unit__dtl .document-txt .btn a {
  text-decoration: none;
  color: #222222;
}
#single .whitepapers .document-unit__dtl .document-txt .btn a:hover {
  color: #ffffff;
}
#single .whitepapers .document-unit__form {
  width: 384px;
  border: 1px solid #E8E8E8;
  border-radius: 24px;
}
@media screen and (max-width: 959px) {
  #single .whitepapers .document-unit__form {
    width: 392px;
  }
}
@media screen and (max-width: 767px) {
  #single .whitepapers .document-unit__form {
    width: 100%;
  }
}
#single .whitepapers .document-unit__form .document-ttl {
  background: #EB831E;
  border-radius: 24px 24px 0 0;
  padding: 12px 6px 12px 24px;
  color: #ffffff;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #single .whitepapers .document-unit__form .document-ttl {
    margin-bottom: 8px;
  }
}
#single .whitepapers .document-unit__form .form-field {
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single .whitepapers .document-unit__form .form-field {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers .document-unit__form .form-field {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
#single .whitepapers .document-unit__form .form-field {
  border-top: none;
  padding: 0px 24px;
}
@media screen and (max-width: 959px) {
  #single .whitepapers .document-unit__form .form-field {
    padding: 0 16px;
  }
}
#single .whitepapers .document-unit__form .form-field__item {
  gap: 6px;
  flex-direction: column;
}
#single .whitepapers .document-unit__form .form-field__item:last-of-type {
  border-bottom: none;
}
#single .whitepapers .document-unit__form .form-field__item {
  padding-top: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single .whitepapers .document-unit__form .form-field__item {
    padding-top: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers .document-unit__form .form-field__item {
    padding-top: calc(8px * 2 * 0.5);
  }
}
#single .whitepapers .document-unit__form .form-field__item {
  padding-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single .whitepapers .document-unit__form .form-field__item {
    padding-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .whitepapers .document-unit__form .form-field__item {
    padding-bottom: calc(8px * 2 * 0.5);
  }
}
@media screen and (max-width: 767px) {
  #single .whitepapers .document-unit__form .form-field__item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
#single .whitepapers .document-unit__form .form-field__item dt {
  width: 100%;
  gap: 6px;
}
#single .whitepapers .document-unit__form .form-field__item dd {
  width: 100%;
}
#single .whitepapers .document-unit__form .form-field__item input {
  height: 48px;
}
#single .whitepapers .document-unit__form .form-send {
  margin: 0 24px 24px;
  width: auto;
  border-radius: 4px;
}
@media screen and (max-width: 959px) {
  #single .whitepapers .document-unit__form .form-send {
    margin: 0 16px 16px;
  }
}
@media screen and (max-width: 767px) {
  #single .whitepapers .document-unit__form .form-send {
    max-width: 100%;
  }
}
/*# sourceMappingURL=../../maps/pages/whitepapers.css.map */
