@charset "UTF-8";

/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 2.17.1
    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
*/
html {
  scroll-behavior: smooth;
}
.-series .l-header__logo {
        padding: 5px 0;
    }
.c-headLogo.-img img {
    width: 100%;
    display: block;
    height: 100%;
}
.-img .c-headLogo__link {
	padding: 0;
}
.top #content {
	padding-top: 0;
}
.l-content {
    margin: 0 auto 0;
}
.l-fixHeader__logo {
	padding: 0;
}
#fix_bottom_menu .menu_list > li:first-child {
	display: none !important;
}
.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;
}

/* お問い合わせと見積依頼の区切り線 */
#fix_bottom_menu .menu-item-368 {
	position: relative;
}

#fix_bottom_menu .menu-item-368::after {
	content: "";
	position: absolute;
	top: 15%;
	right: 0;
	width: 1px;
	height: 70%;
	background: rgba(255,255,255,0.4);
}

/* =================================
   ヘッダー お見積もりボタン
================================= */

.c-gnav > .estimate-btn {
	margin-left: 12px;
	display: flex;
	align-items: center;
}

/* ボタン本体 */
.c-gnav > .estimate-btn > a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;

	height: auto !important;
	min-height: auto !important;
	line-height: 1.2 !important;

	padding: 14px 28px !important;
	margin: 10px 0 !important;

	background: linear-gradient(
		90deg,
		#3d2210 0%,
		#6d4525 100%
	);

	color: #fff !important;
	border-radius: 6px;

	font-weight: 700;
	text-decoration: none;

	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);

	transition:
		opacity 0.3s ease,
		box-shadow 0.3s ease;
}
/* SWELLの下線アニメーションを無効化 */
.c-gnav > .estimate-btn > a::before,
.c-gnav > .estimate-btn > a::after {
	display: none !important;
	content: none !important;
}

/* テキスト */
.c-gnav > .estimate-btn > a .ttl {
	color: #fff !important;
	line-height: 1.2 !important;
	height: auto !important;
	padding: 0 !important;
}

/* ホバー */
.c-gnav > .estimate-btn > a:hover {
	opacity: 0.9;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

/* 現在ページでも白文字維持 */
.c-gnav > .estimate-btn.current-menu-item > a,
.c-gnav > .estimate-btn.current-menu-item > a .ttl {
	color: #fff !important;
}


/*巧進印刷の強み*/
.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: 145px;
    margin: auto;
}
.koshin-strength__icon img {
    border-radius: 10px;
}
.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;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  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;
}
.koshin-flow__btn{
  text-align:center;
  margin-top:40px;
}

.koshin-flow__btn a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:280px;
  height:42px;
  padding:0 28px;
  background:linear-gradient(135deg,#2d1c10,#5a3b1f);
  color:#fff;
  border-radius:5px;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  transition:.3s;
}

.koshin-flow__btn a::after{
  content:"→";
  margin-left:12px;
}

.koshin-flow__btn a:hover{
  opacity:.9;
}

/* スマホ */
@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 20px;
  margin-bottom: 24px;
  color: #3d2a1c;
}
.track img {
    display: block;
    width: 90%;
    margin: auto;
    border-radius: 15px;
    border: 4px solid #9b8062;
}

h3.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;
  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-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;
}

.koshin-side-box__title span {
	color: #5a3418;
}

.koshin-side-box__text span {
	font-weight: 700;
	color: #ab4900;
}
.koshin-side-list span {
	font-weight: 700;
	color: #ab4900;
}
.koshin-side-box__title span {
	font-size: 1.3em;
	font-weight: 700;
	color: #ab4900;
}


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

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

/* タグの種類 */
.koshin-tag-types {
  background: #fff;
  border: 1px solid #e6ddd3;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
}

h2.koshin-tag-types__title {
  margin: 0 0 24px;
  color: #3d2a1c;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.koshin-tag-types__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 15px;
}

.koshin-tag-card {
  background: #faf8f5;
  border: 1px solid #eee5da;
  border-radius: 8px;
  padding: 18px;
}

/* 上3つ */
.koshin-tag-card:nth-child(1),
.koshin-tag-card:nth-child(2),
.koshin-tag-card:nth-child(3) {
  grid-column: span 4;
}

/* 下2つ */
.koshin-tag-card:nth-child(4) {
  grid-column: 1 / span 6;
}

.koshin-tag-card:nth-child(5) {
  grid-column: 7 / span 6;
}

/* タイトル */
.koshin-tag-card__title {
  margin: 0 0 14px;
  color: #2f241d;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.koshin-tag-card__title span {
  font-size: 14px;
}

/* 画像 */
.koshin-tag-card__images {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
}

.koshin-tag-card__main {
  aspect-ratio: 3 / 4;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.koshin-tag-card__subs {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
}

.koshin-tag-card__main img,
.koshin-tag-card__subs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.koshin-tag-card__subs img {
  border-radius: 6px;
  background: #fff;
}

/* 下2つだけ中身を横並び */
.koshin-tag-card:nth-child(4),
.koshin-tag-card:nth-child(5) {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-template-areas:
    "title title"
    "image spec"
    "image btn";
  column-gap: 16px;
  align-items: start;
}

.koshin-tag-card:nth-child(4) .koshin-tag-card__title,
.koshin-tag-card:nth-child(5) .koshin-tag-card__title {
  grid-area: title;
}

.koshin-tag-card:nth-child(4) .koshin-tag-card__images,
.koshin-tag-card:nth-child(5) .koshin-tag-card__images {
  grid-area: image;
  margin-bottom: 0;
}

.koshin-tag-card:nth-child(4) .koshin-tag-card__spec,
.koshin-tag-card:nth-child(5) .koshin-tag-card__spec {
  grid-area: spec;
}

.koshin-tag-card:nth-child(4) .koshin-tag-card__btn,
.koshin-tag-card:nth-child(5) .koshin-tag-card__btn {
  grid-area: btn;
}

/* スペック */
.koshin-tag-card__spec {
  margin-bottom: 16px;
}

.koshin-tag-card__spec div {
  display: flex;
  gap: 6px;
  color: #4a3a2d;
  font-size: 13px;
  line-height: 1.7;
}

.koshin-tag-card__spec span {
  flex-shrink: 0;
  font-weight: 700;
}

.koshin-tag-card__spec span::after {
  content: "：";
}

.koshin-tag-card__spec strong {
  font-weight: 500;
}

/* ボタン */
.koshin-tag-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 22px;
  background: linear-gradient(135deg, #2d1c10, #5a3b1f);
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.koshin-tag-card__btn::after {
  content: "→";
  margin-left: 12px;
}
.koshin-tag-card__btn:hover {
	opacity: 0.9;
}

/* タブレット */
@media screen and (max-width: 1024px) {
  .koshin-tag-types__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .koshin-tag-card:nth-child(1),
  .koshin-tag-card:nth-child(2),
  .koshin-tag-card:nth-child(3),
  .koshin-tag-card:nth-child(4),
  .koshin-tag-card:nth-child(5) {
    grid-column: auto;
    display: block;
  }

  .koshin-tag-card:nth-child(4) .koshin-tag-card__images,
  .koshin-tag-card:nth-child(5) .koshin-tag-card__images {
    margin-bottom: 16px;
  }
}

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

  .koshin-tag-types__title {
    font-size: 21px;
  }

  .koshin-tag-types__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .koshin-tag-card {
    padding: 16px;
  }

  .koshin-tag-card__title {
    font-size: 16px;
  }

  .koshin-tag-card__images {
    grid-template-columns: 1fr;
  }

  .koshin-tag-card__main {
    aspect-ratio: 4 / 3;
  }

  .koshin-tag-card__subs {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .koshin-tag-card__subs img {
    aspect-ratio: 4 / 3;
  }
}

/* 制作イメージ */
.koshin-works {
  background: #fff;
  border: 1px solid #e6ddd3;
  border-radius: 8px;
  padding: 32px;
  margin-bottom: 30px;
}

h2.koshin-section-title {
  margin: 0 0 22px;
  color: #3d2a1c;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.koshin-works__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.koshin-works__item {
  overflow: hidden;
  border-radius: 6px;
  background: #faf8f5;
}

.koshin-works__item a {
  display: block;
}

.koshin-works__item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.koshin-works__item a:hover img {
  transform: scale(1.04);
}

.koshin-works__btn-wrap {
  margin-top: 22px;
  text-align: center;
}

.koshin-works__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  min-height: 42px;
  padding: 8px 24px;
  background: linear-gradient(135deg, #2d1c10, #5a3b1f);
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.koshin-works__btn::after {
  content: "→";
  margin-left: 14px;
}
.koshin-works__btn:hover{
  opacity:.9;
}

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

  .koshin-section-title {
    font-size: 21px;
  }

  .koshin-works__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

.koshin-image-card {
  scroll-margin-top: 120px;
}

.koshin-image-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
	pointer-events: none;
}


/* =========================
お問い合わせ
========================= */

.koshin-contact{
    background:#fff;
    border:1px solid #e6ddd3;
    border-radius:8px;
    padding:15px;
    margin-bottom:30px;
}
h2.koshin-contact-title {
    color: #3d2a1c;
}

.koshin-contact__grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
}

.koshin-contact__item{
    display:flex;
    align-items:center;
    gap:13px;
    padding:0 24px;
}

.koshin-contact__item:not(:last-child){
    border-right:1px solid #e6ddd3;
}

.koshin-contact__icon{
    width:45px;
    height:45px;
    flex-shrink:0;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#b18c63;
    font-size:34px;
}

.koshin-contact__label{
    font-size:12px;
    color:#666;
}

.koshin-contact__main{
    font-size:22px;
    line-height:1.2;
    font-weight:700;
    color:#3d2a1c;
}

.koshin-contact__sub{
    font-size:12px;
    color:#666;
}

.koshin-contact__link{
    color:#3d2a1c;
    text-decoration:none;
    font-size:16px;
    line-height:1.6;
    font-weight:700;
}

.koshin-contact__link:hover{
    color:#8c6d4d;
}
a.koshin-contact__tel {
color: #3d2a1c;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
}
a.koshin-contact__tel:hover{
    color:#8c6d4d;
}

/* =========================
タブレット
========================= */

@media(max-width:1024px){

    .koshin-contact__grid{
        grid-template-columns:1fr;
    }

    .koshin-contact__item{
        padding:20px 0;
    }

    .koshin-contact__item:not(:last-child){
        border-right:none;
        border-bottom:1px solid #e6ddd3;
    }

}

/* =========================
スマホ
========================= */

@media(max-width:768px){

    .koshin-contact{
        padding:20px;
    }

    .koshin-contact__item{
        gap:14px;
    }

    .koshin-contact__icon{
        width:40px;
        height:40px;
        font-size:28px;
    }

    .koshin-contact__main{
        font-size:24px;
    }

    .koshin-contact__link{
        font-size:18px;
    }

}

/* NEWSページタイトル */
.koshin-page-title {
  text-align: center;
  margin: 0 0 56px;
  padding: 30px 20px 10px;
}

.koshin-page-title__main {
  margin: 0 0 18px;
  border: none;
  background: none;
  color: #2f241d;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  position: relative;
  display: inline-block;
}

.koshin-page-title__main::before {
  content: none !important;
  display: none !important;
}

.koshin-page-title__lead {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .koshin-page-title {
    margin-bottom: 40px;
    padding: 20px 10px 0;
  }

  .koshin-page-title__main {
    font-size: 32px;
  }

  .koshin-page-title__lead {
    font-size: 14px;
  }
}


/* フッター */
.l-footer__foot {
    display: none;
}
.koshin-footer {
  background: linear-gradient(135deg, #3a2415, #6b472d);
  color: #fff;
  padding: 42px 20px 28px;
	margin-bottom: 0;
}

.koshin-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 35px;
  align-items: start;
}

.koshin-footer__name {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
}

.koshin-footer__text {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(255,255,255,.85);
}

.koshin-footer__copy {
  margin: 0;
  font-size: 12px;
  color: rgba(255,255,255,.65);
}

.koshin-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.koshin-footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.koshin-footer__nav li {
  margin-bottom: 9px;
}

.koshin-footer__nav li::marker {
  content: none !important;
}

.koshin-footer__nav a {
  color: rgba(255,255,255,.88);
  font-size: 13px;
  text-decoration: none;
}

.koshin-footer__nav a:hover {
  text-decoration: underline;
}

.koshin-footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 12px 20px;
  color: #604028;
background: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.koshin-footer__btn:hover {
  opacity: .85;
}
.koshin-footer__btn img {
	width: 30px;
	height: 30px;
}

@media screen and (max-width: 768px) {
  .koshin-footer__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .koshin-footer__nav {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* NEWS見出し */
.wp-block-group.news {
    border: 1px solid #e6ddd3;
    border-radius: 8px;
    padding: 40px 30px;
}
.koshin-news-head{
	display:flex;
	align-items:center;
	gap:16px;
	margin-bottom:20px;
	padding-bottom:12px;
}

h2.koshin-news-head__title{
	margin:0;
	padding:0;
	border:none;
	background:none;
	box-shadow:none;

	font-size:28px;
	font-weight:700;
	line-height:1;
	letter-spacing:0.05em;
	color:#3d2a1c;
}

h2.koshin-news-head__title::before,
h2.koshin-news-head__title::after{
	display:none !important;
	content:none !important;
}

.koshin-news-head__sub{
	font-size:14px;
	font-weight:600;
	color:#9b8062;
}
ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts li {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 20px;
}
ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts a {
    color: #845e33;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts a:hover {
	color: #40290f;
}
time.wp-block-latest-posts__post-date {
white-space: nowrap;
    flex-shrink: 0;
    width: 75px;
    line-height: 22.5px;
}

/* SP */
@media screen and (max-width:768px){

	.koshin-news-head{
		gap:10px;
		margin-bottom:16px;
	}

	.koshin-news-head__title{
		font-size:24px;
	}

	.koshin-news-head__sub{
		font-size:13px;
	}

}