@charset "UTF-8";

/* =========================================================
  kamiyama-cedar
========================================================= */

/* CKEditor templates
----------------------------------------------- */
@media only screen and (max-width: 534px) {
  .adobeReader {
    margin: 20px 0;
  }
}

/* contentGpCategoryCategoryTypes, contentGpCategoryCategoryType
----------------------------------------------- */
.contentGpCategoryCategoryTypes h2 a,
.contentGpCategoryCategoryType h2 a {
  display: block;
  padding: 15px 10px;
  border-bottom: 1px solid var(--mono-color-7);
  font-weight: 400;
  font-size: 1.625rem;
}

@media only screen and (max-width: 460px) {
  .contentGpCategoryCategoryTypes h2 a,
  .contentGpCategoryCategoryType h2 a {
    font-size: 1.125rem;
  }
}

/* contentGpCategoryCategory, contentGpArticleDocs
----------------------------------------------- */
.contentGpArticleDocs h2.date {
  margin-bottom: 30px;
  font-size: 1.625rem;
  text-align: center;
}

.contentGpCategoryCategory ul,
.contentGpArticleDocs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 4%;
}

.contentGpCategoryCategory li,
.contentGpArticleDocs li {
  flex-basis: 48%;
}

.contentGpCategoryCategory li a,
.contentGpArticleDocs li a {
  display: flex;
  flex-direction: column;
  padding: 0 30px 30px;
  height: 100%;
  background: var(--mono-color-8);
  color: inherit;
  text-decoration: none;
}

.contentGpCategoryCategory li .image,
.contentGpArticleDocs li .image {
  display: block;
  margin: 0 -30px 30px;
  overflow: hidden;
}

.contentGpCategoryCategory li .image img,
.contentGpArticleDocs li .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.25s ease-in-out;
}

.contentGpCategoryCategory li:hover .image img,
.contentGpArticleDocs li:hover .image img {
  opacity: 0.8;
}

.contentGpCategoryCategory li .title,
.contentGpArticleDocs li .title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.5rem;
}

.contentGpCategoryCategory li .more,
.contentGpArticleDocs li .more {
  align-self: flex-start;
  padding: 8px 20px;
  background: #231f20;
  color: var(--mono-color-9);
  font-weight: 700;
  transition: all 0.25s ease-in-out;
}

.contentGpCategoryCategory li:hover .more,
.contentGpArticleDocs li:hover .more {
  background: #32d8bf;
}

/* blog */
.contentGpCategoryCategory li:has(.publish_date) .image,
.contentGpArticleDocs li:has(.publish_date) .image {
  aspect-ratio: 430/300;
}

.contentGpCategoryCategory li .category,
.contentGpArticleDocs li .category {
  margin-bottom: 10px;
}

.contentGpCategoryCategory li .publish_date,
.contentGpArticleDocs li .publish_date {
  margin-top: auto;
  margin-bottom: 15px;
  font-size: 0.875rem;
}

.contentGpCategoryCategory li .body,
.contentGpArticleDocs li .body {
  margin-bottom: 20px;
}

/* tsukurite */
.contentGpCategoryCategory li:has(.subtitle) .image,
.contentGpArticleDocs li:has(.subtitle) .image {
  aspect-ratio: 8/7;
}

.contentGpCategoryCategory li .subtitle,
.contentGpArticleDocs li .subtitle {
  margin-top: auto;
  margin-bottom: 5px;
  font-weight: 700;
}

.contentGpCategoryCategory li .summary,
.contentGpArticleDocs li .summary {
  margin-bottom: 20px;
}

@media only screen and (max-width: 460px) {
  .contentGpArticleDocs h2.date {
    font-size: 1.25rem;
  }

  .contentGpCategoryCategory li,
  .contentGpArticleDocs li {
    flex-basis: 100%;
  }
}

/* contentGpArticleDoc
----------------------------------------------- */
.contentGpArticleDoc .date {
  display: none;
}

/* header */
.contentGpArticleDoc .body .blog-body .header,
.contentGpArticleDoc .body .tsukurite-body .header {
  width: 100vw;
  margin-bottom: 40px;
  margin-left: 50%;
  transform: translateX(-50%);
}

.contentGpArticleDoc .body .blog-body .header h1,
.contentGpArticleDoc .body .tsukurite-body .header h1 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.contentGpArticleDoc .body .blog-body .header .sub,
.contentGpArticleDoc .body .tsukurite-body .header .sub {
  display: block;
  padding-top: 5px;
  font-size: 1rem;
}

.contentGpArticleDoc .body .blog-body .header .sub {
  font-size: 1rem;
}

.contentGpArticleDoc .body .tsukurite-body .header .sub {
  font-size: 60%;
}

/* body */
.contentGpArticleDoc .body .blog-body .body,
.contentGpArticleDoc .body .tsukurite-body .body {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.contentGpArticleDoc .body .blog-body h2,
.contentGpArticleDoc .body .tsukurite-body h2 {
  margin: 30px 0;
  padding: 0;
  border: none;
  background: none;
  font-weight: 400;
  font-size: 1.625rem;
}

.contentGpArticleDoc .body .blog-body h2::before,
.contentGpArticleDoc .body .tsukurite-body h2::before {
  display: none;
}

.contentGpArticleDoc .body .blog-body *~h2,
.contentGpArticleDoc .body .tsukurite-body *~h2 {
  margin-top: 2em;
}

.contentGpArticleDoc .body .blog-body h3,
.contentGpArticleDoc .body .tsukurite-body h3 {
  margin: 30px 0;
  padding: 0;
  border: none;
  font-weight: 400;
  font-size: 1.5rem;
}

.contentGpArticleDoc .body .blog-body h3::before,
.contentGpArticleDoc .body .tsukurite-body h3::before {
  display: none;
}

.contentGpArticleDoc .body .blog-body p,
.contentGpArticleDoc .body .tsukurite-body p {
  margin: 0 0 20px;
  line-height: 1.8;
}

.contentGpArticleDoc .body .blog-body a:hover img,
.contentGpArticleDoc .body .tsukurite-body a:hover img {
  opacity: 0.8;
}

.contentGpArticleDoc .body .blog-body img,
.contentGpArticleDoc .body .tsukurite-body img {
  max-width: 100%;
}

.contentGpArticleDoc .body .blog-body table,
.contentGpArticleDoc .body .tsukurite-body table {
  min-width: 50%;
  margin-bottom: 1.5rem;
  border: 2px solid rgb(140 140 140);
  table-layout: auto;
}

.contentGpArticleDoc .body .blog-body table caption,
.contentGpArticleDoc .body .tsukurite-body table caption {
  margin-bottom: 0.5rem;
}

.contentGpArticleDoc .body .blog-body th,
.contentGpArticleDoc .body .blog-body td,
.contentGpArticleDoc .body .tsukurite-body th,
.contentGpArticleDoc .body .tsukurite-body td {
  padding: 5px;
  border: 2px solid rgb(140 140 140);
  vertical-align: middle;
}

.contentGpArticleDoc .body .blog-body th,
.contentGpArticleDoc .body .tsukurite-body th {
  background: transparent;
  font-weight: 700;
  text-align: center;
}

.contentGpArticleDoc .body .blog-body ul,
.contentGpArticleDoc .body .tsukurite-body ul {
  list-style-type: disc;
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-left: 2em;
  padding: 0;
}

.contentGpArticleDoc .body .blog-body ol,
.contentGpArticleDoc .body .tsukurite-body ol {
  list-style-type: decimal;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 2em;
}

.contentGpArticleDoc .body .blog-body li ul,
.contentGpArticleDoc .body .blog-body li ol,
.contentGpArticleDoc .body .tsukurite-body li ul,
.contentGpArticleDoc .body .tsukurite-body li ol {
  margin-bottom: 0;
}

/* body tsukurite */
.contentGpArticleDoc .body .tsukurite-body h2 {
  margin-top: 2em;
  font-weight: 700;
}

.contentGpArticleDoc .body .tsukurite-body .info,
.contentGpArticleDoc .body .tsukurite-body .contact {
  max-width: 630px;
  margin: 0 auto;
}

.contentGpArticleDoc .body .tsukurite-body .case .slide {
  position: relative;
  border: 20px solid #222;
  border-radius: 10px;
  background: #222;
}

.contentGpArticleDoc .body .tsukurite-body .case .slide p {
  margin: 0;
  text-align: center;
  vertical-align: bottom;
}

.contentGpArticleDoc .body .tsukurite-body .case .slide img {
  width: auto;
  max-width: 100%;
  max-height: 536px;
}

.contentGpArticleDoc .body .tsukurite-body .case .slide .caption {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  color: var(--mono-color-9);
  font-size: 0.875rem;
  text-align: center;
  text-shadow: #222 1px 1px 2px;
}

.contentGpArticleDoc .body .tsukurite-body .case .slide .slick-track {
  display: flex;
}

.contentGpArticleDoc .body .tsukurite-body .case .slide .slick-track .slick-slide {
  height: auto;
}

.contentGpArticleDoc .body .tsukurite-body .case .slide .slick-track .slick-slide div,
.contentGpArticleDoc .body .tsukurite-body .case .slide .slick-track .slick-slide p {
  height: 100%;
}

.contentGpArticleDoc .body .tsukurite-body .case .slide .slick-track .slick-slide img {
  height: 100%;
  object-fit: contain;
}

.contentGpArticleDoc .body .tsukurite-body .case .slide .slick-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  bottom: 35px;
}

.contentGpArticleDoc .body .tsukurite-body .case .slide .slick-btn-wrapper button {
  width: 36px;
  height: 36px;
  opacity: 0.5;
  border: 2px solid transparent;
  border-radius: 50%;
  background-image: url(/_themes/site/images/cedar/slideshow-controls.png);
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.25s ease-in-out;
}

.contentGpArticleDoc .body .tsukurite-body .case .slide .slick-btn-wrapper button:hover {
  border-color: var(--mono-color-9);
}

.contentGpArticleDoc .body .tsukurite-body .case .slide:hover .slick-btn-wrapper button {
  background-color: var(--mono-color-0);
}

.contentGpArticleDoc .body .tsukurite-body .case .slide .slick-arrow {
  position: static;
  transform: none;
}

.contentGpArticleDoc .body .tsukurite-body .case .slide .slick-prev {
  order: 1;
  background-position: -77px 8px;
}

.contentGpArticleDoc .body .tsukurite-body .case .slide .slick-next {
  order: 3;
  background-position: -117px 8px;
}

.contentGpArticleDoc .body .tsukurite-body .case .slide .slick-btn {
  order: 2;
}

.contentGpArticleDoc .body .tsukurite-body .case .slide .slick-btn .startBtn {
  background-position: 9px 8px;
}

.contentGpArticleDoc .body .tsukurite-body .case .slide .slick-btn .stopBtn {
  background-position: -34px 8px;
}

.contentGpArticleDoc .body .tsukurite-body .contact table,
.contentGpArticleDoc .body .tsukurite-body .contact table th,
.contentGpArticleDoc .body .tsukurite-body .contact table td {
  border: none;
  text-align: left;
}

.contentGpArticleDoc .body .tsukurite-body .contact table th,
.contentGpArticleDoc .body .tsukurite-body .contact table td {
  padding: 8px 10px;
  vertical-align: top;
}

@media only screen and (min-width: 769px) {
  .contentGpArticleDoc .body .tsukurite-body .contact table th {
    width: 240px;
    padding-left: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .contentGpArticleDoc .body .tsukurite-body .contact table,
  .contentGpArticleDoc .body .tsukurite-body .contact table tbody,
  .contentGpArticleDoc .body .tsukurite-body .contact table tr,
  .contentGpArticleDoc .body .tsukurite-body .contact table th,
  .contentGpArticleDoc .body .tsukurite-body .contact table td {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .contentGpArticleDoc .body .tsukurite-body .contact table tr {
    margin-bottom: 15px;
  }

  .contentGpArticleDoc .body .tsukurite-body .contact table th,
  .contentGpArticleDoc .body .tsukurite-body .contact table td {
    padding: 0;
  }
}

@media only screen and (max-width: 534px) {
  .contentGpArticleDoc .body .tsukurite-body .case .slide .caption {
    font-size: 0.75rem;
  }
}

/* back */
.back {
  margin-top: 40px;
  text-align: center;
}

.back a {
  display: inline-block;
  min-width: 280px;
  padding: 10px;
  border: 1px solid var(--mono-color-5);
  outline-offset: -4px;
}

/* contentPage
----------------------------------------------- */

/* kamiyama-cedar */
:is(.contentPage .body, .cke_editable) .kamiyama-cedar {
  padding: 50px 0;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar:has(.bg-area:last-child) {
  padding-bottom: 0;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar p {
  margin: 1em 0;
  line-height: 1.8;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar h2 {
  margin: 30px 0;
  padding: 0;
  border: none;
  background: none;
  font-weight: 400;
  font-size: 1.625rem;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar h2::before {
  display: none;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar *~h2 {
  margin-top: 2em;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar h3 {
  margin: 30px 0;
  padding: 0;
  border: none;
  font-weight: 400;
  font-size: 1.5rem;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar h3::before {
  display: none;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar ul {
  list-style-type: disc;
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-left: 2em;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar ol {
  list-style-type: decimal;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 2em;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar li ul,
:is(.contentPage .body, .cke_editable) .kamiyama-cedar li ol {
  margin-bottom: 0;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar strong {
  font-weight: 700;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar hr {
  margin: 60px 0;
  border: none;
  border-bottom: 1px solid var(--mono-color-7);
}

@media only screen and (max-width: 1300px) {
  :is(.contentPage .body, .cke_editable) .kamiyama-cedar {
    max-width: 836px;
  }
}

@media only screen and (min-width: 768px) {
  :is(.contentPage .body, .cke_editable) .kamiyama-cedar {
    max-width: 66.66666667%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .kamiyama-cedar hr {
    transform: translateX(-50%);
    width: 100vw;
    margin-left: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .kamiyama-cedar h2 {
    font-size: 1.25rem;
  }
}

/* over */
@media only screen and (min-width: 768px) {
  :is(.contentPage .body, .cke_editable) .kamiyama-cedar .over {
    transform: translateX(-50%);
    width: 100vw;
    max-width: 780px;
    margin-left: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 992px) {
  :is(.contentPage .body, .cke_editable) .kamiyama-cedar .over {
    max-width: 1000px;
  }
}

@media only screen and (min-width: 1200px) {
  :is(.contentPage .body, .cke_editable) .kamiyama-cedar .over {
    max-width: 1330px;
  }
}

.core-content-body .contentPage .kamiyama-cedar .over {
  max-width: 1030px !important;
}

/* inset */
:is(.contentPage .body, .cke_editable) .kamiyama-cedar .inset {
  max-width: 570px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .kamiyama-cedar .inset {
    max-width: 100%;
  }
}

/* bg-area */
:is(.contentPage .body, .cke_editable) .kamiyama-cedar .bg-area {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .bg-area:last-child {
  margin-bottom: 0;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .bg-area::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100vw;
  background-color: #f1f3f4;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar>.bg-area:first-child {
  margin-top: 0 !important;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .bg-area>*:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .kamiyama-cedar .bg-area {
    margin: 40px 0;
    padding: 40px 0;
  }
}

/* flex */
:is(.contentPage .body, .cke_editable) .kamiyama-cedar .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 1.5rem;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .flex > * {
  margin: 0 !important;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .flex.no-gap {
  gap: 0;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .flex.nowrap {
  flex-wrap: nowrap;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .flex.jus_center {
  justify-content: center;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .flex.jus_between {
  justify-content: space-between;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .flex.jus_end {
  justify-content: flex-end;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .flex.ali_center {
  align-items: center;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .flex.ali_start {
  align-items: flex-start;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .flex.ali_end {
  align-items: flex-end;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .flex > *.not_grow {
  flex-grow: 0;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .flex > *.not_shrink {
  flex-shrink: 0;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .flex.eq {
  flex-wrap: nowrap;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .flex.eq > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  min-width: 0;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .flex.half > * {
  width: calc((100% - 30px) / 2);
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .flex.third > * {
  width: calc((100% - 60px) / 3);
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .flex.fourth > * {
  width: calc((100% - 90px) / 4);
}

@media only screen and (max-width: 991px) {
  :is(.contentPage .body, .cke_editable) .kamiyama-cedar .flex:not(.nowrap) {
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
  }

  :is(.contentPage .body, .cke_editable) .kamiyama-cedar .flex:not(.nowrap) > * {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  :is(.contentPage .body, .cke_editable) .kamiyama-cedar .flex {
    padding: 0 15px;
  }
}

/* gallery */
:is(.contentPage .body, .cke_editable) .kamiyama-cedar ul.gallery {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-auto-rows: auto;
  gap: 3px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar ul.gallery li {
  position: relative;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar ul.gallery li:nth-child(1) {
  grid-column: span 7;
  grid-row: span 2;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar ul.gallery li:nth-child(2) {
  grid-column: span 3;
  grid-row: span 1;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar ul.gallery li:nth-child(3) {
  grid-column: span 3;
  grid-row: span 1;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar ul.gallery li:nth-child(4) {
  grid-column: span 5;
  grid-row: span 1;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar ul.gallery li:nth-child(5) {
  grid-column: span 5;
  grid-row: span 1;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar ul.gallery li a:hover {
  opacity: 0.8;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar ul.gallery li a img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar ul.gallery li a .caption {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  color: var(--mono-color-0);
  font-size: 0.875rem;
  text-indent: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar ul.gallery li a:hover .caption {
  display: block;
}

/* slide-menu */
:is(.contentPage .body, .cke_editable) .kamiyama-cedar .slide-menu,
:is(.contentPage .body, .cke_editable) .kamiyama-cedar .slide-menu > dt,
:is(.contentPage .body, .cke_editable) .kamiyama-cedar .slide-menu > dd {
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .slide-menu {
  max-width: 570px;
  margin: 0 auto;
  border-top: 1px solid var(--mono-color-5);
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .slide-menu:last-of-type {
  border-bottom: 1px solid var(--mono-color-5);
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .slide-menu dt {
  position: relative;
  padding: 15px 40px 15px 20px;
  border: none;
  background: var(--mono-color-8);
  font-weight: 700;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .slide-menu dt::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 25px;
  left: auto;
  transform: translateY(-25%) rotate(45deg);
  width: 10px;
  height: 10px;
  margin: 0;
  border-bottom: 3px solid #cfcfcf;
  border-right: 3px solid #cfcfcf;
  background: none;
  transition: transform .3s;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .slide-menu.current dt::before {
  transform: rotate(225deg);
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .slide-menu dt::after {
  display: none;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .slide-menu dt a {
  text-decoration: none;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .slide-menu dt a::before {
  content: "";
  position: absolute;
  inset: 0;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .slide-menu dd {
  padding: 1em 2em 2em;
}

/* tab-style */
:is(.contentPage .body, .cke_editable) .kamiyama-cedar .tab-style .tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .tab-style .tab-list li {
  flex: 1 1 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 15px 5px;
  border: 1px solid var(--mono-color-6);
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .tab-style .tab-list li:hover {
  background: #c5d8cc;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .tab-style .tab-list li.current {
  background: var(--mono-color-8);
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .tab-style .tab-list li > a {
  color: inherit;
  text-decoration: none;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .tab-style .tab-list li > a::before {
  content: "";
  position: absolute;
  inset: 0;
}

:is(.contentPage .body, .cke_editable) .kamiyama-cedar .tab-style .tab-detail,
:is(.contentPage .body, .cke_editable) .kamiyama-cedar .tab-style .tab-detail > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cke_editable .kamiyama-cedar .tab-style .tab-detail > li {
  padding: 15px !important;
  border: 2px solid var(--mono-color-0);
}

.cke_editable .kamiyama-cedar .tab-style .tab-detail > li + li {
  margin-top: 15px !important;
}

/* tsukurite */
#tsukurite .tabs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

#tsukurite .tabs ul li {
  flex: 1 1 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 15px 5px;
  border: 1px solid var(--mono-color-6);
  text-align: center;
}

#tsukurite .tabs ul li:hover {
  background: #c5d8cc;
}

#tsukurite .tabs ul li.current {
  background: var(--mono-color-8);
}

#tsukurite .tabs ul li > a {
  color: inherit;
  text-decoration: none;
}

#tsukurite .tabs ul li > a::before {
  content: "";
  position: absolute;
  inset: 0;
}

#tsukurite .content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#tsukurite .content li {
  flex-basis: calc((100% - 20px) / 3);
  list-style: none;
  margin: 0;
  padding: 0;
}

#tsukurite .content li a {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

#tsukurite .content li .image {
  margin-bottom: 15px;
  transition: all 0.25s ease-in-out;
}

#tsukurite .content li:hover .image {
  opacity: 0.8;
}

#tsukurite .content li .title {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 1.125rem;
}

#tsukurite .content li .subtitle {
  margin-bottom: 3px;
  font-weight: 700;
}

@media only screen and (max-width: 1100px) {
  #tsukurite .content li {
    flex-basis: calc((100% - 10px) / 2);
  }
}

@media only screen and (max-width: 534px) {
  #tsukurite .content li {
    flex-basis: 100%;
  }
}

/* surveyForms
----------------------------------------------- */
.surveyForms {
  padding: 40px 0 60px;
}

.surveyForms > *:not(:last-child) {
  margin-bottom: 20px;
}

.surveyForms .name a {
  display: block;
  padding: 15px 10px;
  border-bottom: 1px solid var(--mono-color-7);
  font-weight: 400;
  font-size: 1.625rem;
}

.surveyForms .summary {
  padding: 10px 0 10px 15px;
}

@media only screen and (max-width: 460px) {
  .surveyForms .name a {
    font-size: 1.125rem;
  }
}

/* surveyForm
----------------------------------------------- */
.surveyForm {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0 60px;
}

.surveyForm .body *~h2 {
  margin: 30px 0;
  font-size: 1.5rem;
}

.surveyForm .body h3 {
  margin: 20px 0;
  font-size: 1.25rem;
}

.surveyForm .body p {
  margin: 0 0 20px;
  line-height: 1.8;
}

.surveyForm .questions {
  margin-top: 20px;
  margin-bottom: 40px;
}

.surveyForm .question {
  margin-bottom: 40px;
}

.surveyForm .question .question_content:not(.free) {
  margin-bottom: 15px;
  font-size: 1.1875rem;
}

.surveyForm form[action$="/send_answers"] .question .question_content:not(.free) {
  margin-bottom: 0;
}

.surveyForm .question .question_content .note {
  margin-left: 8px;
  padding: 1px 4px 2px;
  border: 1px solid var(--ac-color-red-1);
  background: var(--ac-color-red-1);
  color: var(--mono-color-9);
  font-size: 0.875rem;
}

.surveyForm .question .question_content.free {
  position: relative;
  margin-bottom: 20px;
  padding: 10px 15px;
  border-radius: 6px;
  background: var(--ac-color-green-4);
  font-weight: 700;
  font-size: 1.1875rem;
}

.surveyForm .question .question_content.free::before {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  width: 4px;
  height: 30px;
  border-radius: 0 6px 6px 0;
  background: var(--ac-color-green-1);
}

.surveyForm form[action$="/send_answers"] .question .question_content:not(.free) ~ .body {
  display: none;
}

.surveyForm .question .body > *:last-child {
  margin-bottom: 0 !important;
}

.surveyForm .question .answer_content {
  margin: 15px 0;
}

.surveyForm .question .question_content + .answer_content {
  margin-top: 0;
}

.surveyForm form[action$="/send_answers"] .question .answer_content {
  margin: 0;
}

.surveyForm .question .answer_content input[type="text"],
.surveyForm .question .answer_content input[type="email"],
.surveyForm .question .answer_content select,
.surveyForm .question .answer_content textarea {
  max-width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--mono-color-6);
  border-radius: 6px;
  background: var(--mono-color-8);
}

.surveyForm .question .answer_content input[type="text"]:focus,
.surveyForm .question .answer_content input[type="email"]:focus,
.surveyForm .question .answer_content select:focus,
.surveyForm .question .answer_content textarea:focus {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: var(--mono-color-9);
  outline: none !important;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.surveyForm .question .answer_content input::placeholder,
.surveyForm .question .answer_content textarea::placeholder {
  color: #d0d0d0;
}

.surveyForm .question .answer_content textarea {
  width: 100%;
  vertical-align: bottom;
}

.surveyForm .question .answer_content .max_length {
  display: block;
  margin-top: 5px;
  font-size: 0.875rem;
}

.surveyForm .question .answer_content:has(label) {
  display: flex;
  flex-wrap: wrap;
  gap: 0 35px;
}

.surveyForm .question .answer_content input[type="radio"],
.surveyForm .question .answer_content input[type="checkbox"] {
  margin: -4px 8px 0 0;
}

.surveyForm .question .answer_content [aria-invalid="true"] {
  border: 1px solid var(--ac-color-red-1) !important;
  background: #fad7d7 !important;
}

.surveyForm .question .answer_content.invalid label {
  color: var(--ac-color-red-1);
}

.captchaForm .image {
  margin: 0 0 15px;
}

.captchaForm img {
  padding: 5px;
  border: 1px solid var(--mono-color-6);
}

.captchaForm .reload,
.captchaForm .talk {
  display: inline-block;
  width: 140px;
  margin: 0 0 15px;
}

.captchaForm .reload {
  margin-right: 5px;
}

.captchaForm .reload a,
.captchaForm .talk a {
  display: block;
  padding: 4px 0 6px;
  border: 1px solid var(--mono-color-5);
  border-radius: 6px;
  background: linear-gradient(to bottom, #fff, #f7f7f7);
  color: var(--mono-color-1);
  text-decoration: none;
  text-align: center;
}

.captchaForm .reload a:hover,
.captchaForm .talk a:hover {
  background: linear-gradient(to bottom, #f7f7f7, #fff);
}

.captchaForm .player:not(:empty) {
  margin-bottom: 15px;
}

.captchaForm .label {
  margin-top: 5px;
}

.surveyForm .submit,
.surveyForm .back {
  text-align: center;
}

.surveyForm .submit input[type="submit"],
.surveyForm .back a {
  display: inline-block;
  min-width: 300px;
  margin: 0.5em;
  padding: 10px 40px;
  border: 1px solid var(--ac-color-green-1);
  border-radius: 8px;
  background: var(--ac-color-green-1);
  color: var(--mono-color-9);
  font-size: 1.1875rem;
  cursor: pointer;
}

.surveyForm .submit input[type="submit"]:focus {
  box-shadow: 0 0 0px 2px black;
  outline: dotted !important;
}

.surveyForm .submit input[type="submit"]:hover,
.surveyForm .back a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 534px) {
  .surveyForm .question .question_content:not(.free) {
    font-size: 1.0625rem;
  }

  .surveyForm .submit input[type="submit"],
  .surveyForm .back a {
    min-width: 200px;
    font-size: 1rem;
  }
}

/* errorExplanation
----------------------------------------------- */
#errorExplanation {
  margin-bottom: 40px;
  padding: 15px;
  border: 1px solid var(--ac-color-red-1);
}

.surveyForm #errorExplanation h2 {
  margin-bottom: 5px;
  color: var(--ac-color-red-1);
  font-size: 1.125rem;
}

.surveyForm #errorExplanation p {
  margin-bottom: 5px;
}

.surveyForm #errorExplanation ul {
  list-style-type: disc;
  margin-left: 30px;
  color: var(--ac-color-red-1);
}

/* message
----------------------------------------------- */
.surveyForm .message {
  margin: 40px 0;
  text-align: center;
}