@charset "UTF-8";

/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 2.12.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.top #content {
	padding-top: 0;
}

.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
	background: none;
	margin: 0;
}
.post_content h3 {
	margin: 0;
}
.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before,.post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
	display: none;
}


/*巧進印刷の強み*/
.koshin-strength {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
width: 100%;
  max-width: 1200px;
  margin: 32px auto;
  background: #fff;
  border: 1px solid #ded6cc;
  border-radius: 8px;
  overflow: hidden;
}

.koshin-strength__item {
  position: relative;
  padding: 22px 12px 20px;
  text-align: center;
}

.koshin-strength__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  width: 1px;
  height: calc(100% - 36px);
  background: #e5ddd3;
}

.koshin-strength__icon {
    color: #9b8062;
    width: 100%;
    max-width: 85px;
    margin: auto;
}
.koshin-strength__item p {
  margin: 0;
  color: #2f241d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.koshin-strength__item span {
  font-weight: 700;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .koshin-strength {
    grid-template-columns: repeat(2, 1fr);
    margin: 24px auto;
  }

  .koshin-strength__item {
    padding: 18px 10px;
    border-bottom: 1px solid #e5ddd3;
  }

  .koshin-strength__item:not(:last-child)::after {
    display: none;
  }

  .koshin-strength__item:nth-child(odd) {
    border-right: 1px solid #e5ddd3;
  }

  .koshin-strength__item:last-child {
    grid-column: 1 / -1;
    border-right: none;
    border-bottom: none;
  }
}


/* 制作の流れ */
.koshin-flow {
  background: #fff;
  border: 1px solid #e6ddd3;
  border-radius: 8px;
  padding: 40px;
  margin-bottom: 30px;
}

.koshin-flow .koshin-flow__title {
  all: unset;
  display: block;
  box-sizing: border-box;
  text-align: center;
  color: #3d2a1c !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 36px;
}

.koshin-flow .koshin-flow__title::before,
.koshin-flow .koshin-flow__title::after {
  content: none !important;
  display: none !important;
}

.koshin-flow__list {
  display: grid;
  grid-template-columns: 1fr 28px 1fr 28px 1fr 28px 1fr 28px 1fr;
  align-items: start;
  column-gap: 8px;
}

.koshin-flow__item {
  text-align: center;
  min-width: 0;
}

.koshin-flow__icon {
  width: 82px;
  height: 82px;
  border: 2px solid #d8c5b1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #b18c63;
  margin: 0 auto 15px;
}

.koshin-flow__text strong {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: #333;
  line-height: 1.4;
}

.koshin-flow__text span {
  display: block;
  font-size: 12px;
  color: #666;
  line-height: 1.5;
}

.koshin-flow__arrow {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b18c63;
  font-size: 24px;
  font-weight: 700;
}

/* スマホ */
@media screen and (max-width: 650px) {
  .koshin-flow {
    padding: 28px 20px;
  }

  .koshin-flow .koshin-flow__title {
    font-size: 20px;
    margin-bottom: 28px;
  }

  .koshin-flow__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .koshin-flow__item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
  }

  .koshin-flow__icon {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    margin: 0;
    font-size: 24px;
  }

  .koshin-flow__text {
    flex: 1;
  }

  .koshin-flow__text strong {
    font-size: 15px;
    margin-bottom: 4px;
  }

  .koshin-flow__text span {
    font-size: 13px;
  }

  .koshin-flow__arrow {
    width: 2px;
    height: 24px;
    margin-left: 31px;
    background: #d8c5b1;
    font-size: 0;
    transform: none;
  }
}




/*サイドバー*/
.koshin-side-box {
  background: linear-gradient(135deg, #fffaf0 0%, #f7efe1 100%);
  border: 1px solid #eadfce;
  border-radius: 8px;
  padding: 28px 24px;
  margin-bottom: 24px;
  color: #3d2a1c;
}

.koshin-side-box__title {
  margin: 0 0 18px;
  padding: 0;
  border: none;
  background: none;
  color: #3d2a1c;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.koshin-side-box__title::before,
.koshin-side-box__title::after {
  content: none !important;
  display: none !important;
}

.koshin-side-box__text {
  margin: 0 0 24px;
  color: #4a3a2d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
  text-align: center;
}

/* 相談OKアイコン */
.koshin-side-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.koshin-side-icons__item {
  text-align: center;
}

.koshin-side-icons__icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 8px;
  border: 1.5px solid #9b8062;
  border-radius: 50%;
  color: #8c6d4d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
}

.koshin-side-icons__item span {
  display: block;
  color: #3d2a1c;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
}

/* フォームのポイント */
.koshin-side-box--point .koshin-side-box__title {
  text-align: left;
}

.koshin-side-list {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  list-style-type: none !important;
}

.koshin-side-list li {
  display: block;
  position: relative;
  margin: 0 0 12px !important;
  padding: 0 0 0 24px !important;
  list-style: none !important;
  list-style-type: none !important;
  color: #3d2a1c;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.9;
}

.koshin-side-list li:last-child {
  margin-bottom: 0 !important;
}

.koshin-side-list li::marker {
  content: "" !important;
  font-size: 0 !important;
}

.koshin-side-list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #5d4734;
  font-weight: 700;
}

.post_content .koshin-side-list,
.post_content .koshin-side-list li {
  list-style: none !important;
  list-style-type: none !important;
}

.post_content .koshin-side-list li::marker {
  content: "" !important;
  font-size: 0 !important;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .koshin-side-box {
    padding: 24px 20px;
  }

  .koshin-side-icons__icon {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}