body .is-layout-flex {
  gap: 3rem;
}
.wp-block-group {
  margin-bottom: 3.5rem;
}
.wp-block-separator {
  margin: 5rem 0;
  border-top: 1px solid #c3c3c3;
}
.wp-block-list {
  background: rgba(0, 78, 162, 0.1);
  padding: 1.4rem;
  box-sizing: border-box;
  list-style: disc;
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.policyPage .wp-block-list {
  margin-bottom: 3.5rem;
}
ol.wp-block-list {
  background: none;
  padding: 1.4rem;
  padding-top: 0;
  box-sizing: border-box;
  list-style: disc;
  padding-left: 1.5rem;
}
.wp-block-list li i {
  color: var(--pointColor2);
}
ul li::marker,
ol li::marker {
  color: var(--pointColor2);
  font-size: 0.6em;
}
.single h2 {
  margin-top: 6rem;
  font-size: var(--fz24);
  font-weight: 500;
  color: var(--pointColor3);
}
.single h3,
.page h3 {
  margin-bottom: 0.8rem;
  font-size: var(--fz24);
  font-weight: 600;
  color: var(--pointColor3);
}
.single h4,
.page h4 {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: var(--fz20);
  font-weight: 600;
  color: var(--pointColor3);
  border-bottom: 1px solid var(--pointColor3);
}

.single h5,
.page h5 {
  font-size: var(--fz18);
  font-weight: 600;
  color: var(--pointColor3);
  margin-top: 5rem;
  margin-bottom: 1rem;
}
.single h6,
.page h6 {
  background: rgba(0, 78, 162, 0.1);
  padding: 0.5rem 2.5rem;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 5px;
}
.single figure {
  padding: 3rem 0;
}
.single figure img {
  width: 100%;
  padding-top: 1rem;
}
.single p.contentListTitle,
.page p.contentListTitle {
  margin-top: 6rem;
  border-bottom: 1px solid var(--pointColor3);
  font-size: var(--fz20);
  font-weight: 600;
  color: var(--pointColor3);
  margin-bottom: 2rem;
}
.single table {
  width: 100%;
  margin-top: 4rem;
}
.single table:nth-of-type(1) {
  margin-top: 0;
}
.single table:not(:nth-of-type(1)) {
  margin-top: 2rem;
}
.single table thead tr {
  font-size: var(--fz18);
}
.single table thead tr:nth-of-type(1) {
  background-color: var(--pointColor3);
  color: #fff;
}
.single table thead tr:nth-of-type(2),
.single table thead tr:nth-of-type(3) {
  background: #e5edf6;
}
.single table thead th,
.single table tbody td {
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  word-break: break-word;
  border: 1px solid #e5e5e5;
}
.single table tbody tr td.borderBt,
.single table thead tr th.borderBt {
  border-bottom: 1px solid #e5e5e5;
}

.single p.smText {
  font-size: var(--fz14);
  color: #3d3d3d;
}
.single blockquote p,
.page blockquote p {
  border-bottom: 1px solid var(--pointColor3);
  font-size: var(--fz20);
  font-weight: 600;
  color: var(--pointColor3);
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.single .wp-block-verse {
  margin-top: 0.8rem;
  color: #3d3d3d;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: var(--fz14);
}
.screen table {
  width: 1000px;
}
.screen table:nth-last-of-type(1) {
  margin-bottom: 2rem;
}
.screen table thead tr {
  font-size: var(--fz16);
}
.screen table thead tr:nth-of-type(1) {
  background-color: unset;
  color: #333;
}
.screen table thead tr:nth-of-type(2) {
  background: unset;
}
.screen table thead th,
.screen table tbody td,
.screen table tbody th {
  border-bottom: 1px solid #767676;
  border-right: 1px solid #767676;
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
}
.screen table thead th:last-of-type,
.screen table tbody td:last-of-type {
  border-right: none;
}
.screen table tbody tr td.borderBt {
  border-bottom: 1px solid #767676;
}
p.smText {
  font-size: var(--fz14);
  color: #3d3d3d;
}
.boxlist {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.boxlist .boxlistItem {
  position: relative;
  box-sizing: border-box;
  width: calc(100% / 3 - 1rem);
  background-color: var(--pointColor3);
  overflow: hidden;
}
.boxlist .boxlistItem .boxlistItemArea {
  padding: 2rem;
  display: block;
}
.boxlist .boxlistItem .boxlistItemArea figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  max-height: 160px;
}

.boxlist .boxlistItem .boxTitle {
  color: #fff;
  font-size: var(--fz16);
  font-weight: 600;
  text-align: center;
}
.boxlist .boxlistItem .boxDes {
  color: #fff;
  font-size: var(--fz12);
  padding: 0.8rem 0.8rem 3rem 0.8rem;
}
.boxlistItemHover {
  position: absolute;
  bottom: -100%;
  /* bottom: 0; */
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  color: #fff;
  transition: bottom 0.3s ease;
}
.boxlistItemHover .hoverTitle {
  padding: 1rem;
  text-align: center;

  text-align: center;
  box-sizing: border-box;
  background-color: var(--pointColor3);
}
.boxlistItemHover .hoverTitle a {
  font-weight: 600;
  font-size: var(--fz16);
  color: #fff;
}
.boxlistItemHover .hoverTitle a:hover {
  text-decoration: underline;
}
.boxlistItemHover .hoverList {
  padding: 0.8rem;
}
.boxlistItemHover .hoverList li:not(:last-of-type) {
  margin-bottom: 0.6rem;
}
.boxlistItem:hover .boxlistItemHover {
  bottom: 0;
}
.boxlistItem:hover .boxlistItemHover ul li a:hover {
  text-decoration: underline;
}

.boxlistItemHover ul li a {
  color: #fff;
  text-decoration: none;
  font-size: var(--fz14);
}
.boxlistItemlistBox {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .is-layout-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

body .is-layout-grid figure {
  padding: 0;
  position: relative;
  width: calc(100% / 2 - 2rem);
}
body .is-layout-grid figure strong {
  font-size: var(--fz20);
  font-weight: 500;
  color: var(--pointColor3);
}
body .is-layout-grid img {
  padding: 0;
}

.single figure.wp-block-gallery {
  padding: 0;
}
body .group-lineup,
body .group-lineup02 {
  gap: 1rem;
  align-items: flex-start;
}
.group-lineup figure.wp-block-image,
.group-lineup02 figure.wp-block-image {
  display: flex;
  flex-direction: column;
}
.group-lineup figure.wp-block-image figcaption,
.group-lineup02 figure.wp-block-image figcaption {
  flex: 1;
  background-color: var(--pointColor3);
  padding: 1rem;
  box-sizing: border-box;
  color: #fff;
  margin: 0;
  text-align: center;
}
.single .group-lineup figure.wp-block-image,
.single .group-lineup figure.wp-block-image img,
.single .group-lineup02 figure.wp-block-image,
.single .group-lineup02 figure.wp-block-image img {
  padding: 0;
}
.group-lineup figure {
  width: calc(100% / 3 - 1rem);
}

.group-lineup02 figure {
  width: calc(100% / 2 - 1rem);
}

.single .is-layout-grid figure.wp-block-image {
  border: 1px solid var(--pointColor3);
  padding: 8rem 1rem 1rem 1rem;
  box-sizing: border-box;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: none;
  box-sizing: border-box;
  color: unset;
  font-size: unset;
  margin: 0;
  overflow: auto;
  padding: 0;
  scrollbar-color: unset;
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  text-align: left;
  text-shadow: none;
  will-change: transform;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  backdrop-filter: unset;
  -webkit-backdrop-filter: unset;
}
.has-small-font-size {
  font-size: var(--fz16) !important;
  color: var(--pointColor3);
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1180px) {
  .boxlist .boxlistItem {
    width: calc(100% / 2 - 1rem);
  }
  .containerWrap {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 940px) {
  body .is-layout-grid figure {
    width: 100%;
  }
  .group-lineup figure {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .boxlist .boxlistItem {
    width: 100%;
  }
  .boxlist .boxlistItem .boxlistItemArea figure {
    text-align: center;
  }
  .boxlist .boxlistItem .boxlistItemArea figure img {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .wp-block-list {
    margin-bottom: 2rem;
  }
  .group-lineup figure {
    width: calc(100% / 2 - 1rem);
  }
  .group-lineup02 figure {
    width: 100%;
  }
  .adhesivePage.single table thead th,
  .adhesivePage.single table thead td {
    padding: 0;
  }
  .single table thead th,
  .single table tbody td {
    padding: .5rem;
  }
}
