@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.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
*/

.spbr{
	display:none;
}
.pcbr{
	display:block;
}

.footer_section .size_small p{
	font-size: 0.8rem;
}

/*==============*/
/*    全体デザイン     */
/*==============*/

.radi_20, .radi{
	border-radius: 20px;
}
.img_radi img{
	border-radius: 20px;
}
.swell-block-accordion__title{
	/* アコーディオン */
	background: #fff !important;
}

/* 通常投稿 H2 */
.single-post  .l-mainContent .post_content h2 {
	background: #586D53;
	color: #fff;
	padding: 10px 14px;
	border: none;
}

/* 通常投稿 H3 */
.single-post .l-mainContent  .post_content h3 {
	background: none;
	color: #333;
	padding: 0 8px 8px;
	border: none;
	border-bottom: 1px solid #586D53;
}

/* 通常投稿 H4 */
.single-post .l-mainContent .post_content h4 {
	position: relative;
	background: none;
	color: #333;
	padding: 2px 0 2px 12px;
	border: none;
}

.single-post .l-mainContent  .post_content h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 2px;
	height: 14px;
	background: #586D53;
	transform: translateY(-50%);
}

/* 前後斜め線 diagonal-line */
.diagonal-line {
  position: relative;
  display: table;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 30px;
  font-weight: bold;
  text-align: center;
}

.diagonal-line::before,
.diagonal-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 18px;
  background-color: #c8c46a;
}
.diagonal-line::before {
  left: 0;
  transform: translateY(-50%) rotate(-18deg);
}
.diagonal-line::after {
  right: 0;
  transform: translateY(-50%) rotate(18deg);
}

/* ===
 * 関連コラム
 * === */
.-related .p-postList__link{
	box-shadow: 0 3px 16px rgba(0, 0, 0, .08);
	border-radius: 15px;
}
.-related .p-postList__body{
	padding : 1em 0.5em 1em 0.5em;
}

/* ==============================
   カテゴリーカラー共通
============================== */
/*** コラム ***/
/* 遺品整理 */
.c-categoryList__link[data-cat-id="1"], 
.case-archive .cat-23,
.single-case .c-taxList__link[data-term-id="23"],
.voice-card__meta .cat-23,
.voice-card__category .c-taxList__link[data-term-id="23"]
{
	background-color: #586D53 !important;
	color: #fff !important;
}

/* 生前整理 */
.c-categoryList__link[data-cat-id="13"],
.case-archive .cat-24,
.single-case .c-taxList__link[data-term-id="24"],
.voice-card__meta .cat-24,
.voice-card__category .c-taxList__link[data-term-id="24"]{
	background-color: #456394 !important;
	color: #fff !important;
}

/* 空き家整理 */
.c-categoryList__link[data-cat-id="17"],
.case-archive .cat-25,
.case-archive .c-taxList__link[data-term-id="25"],
.voice-card__meta .cat-25,
.voice-card__category .c-taxList__link[data-term-id="25"]{
	background-color: #B69265 !important;
	color: #fff !important;
}

/* 遺品整理 */
/* {
	background-color: #586d53;
	color: #fff;
}*/

/* 生前整理 */
/* {
	background-color: #456394;
	color: #fff;
}/*

/* 空き家整理 */
/*
.cat-25 {
	background-color: #B69265;
	color: #fff;
}*/


/* ==============================
   アーカイブページ・固定ページのヘッダー部
============================== */
.archive, .page {
	padding-bottom: 100px;
	background: #fff;
}

.archive__header{
	width: 100vw;
	height: 300px;
	max-width: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);

	padding: 70px 20px 100px;
	text-align: center;

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.page_header{
	width: 100vw;
	height: 300px;
}

.archive__en,
.page_en{
	margin: 0 0 10px;
	font-size: 13px;
	letter-spacing: .08em;
}

.archive__title,
.page_title{
	margin: 0;
	color: #586D53;
	font-size: 2em;
	line-height: 1.3;
}

.archive__lead,
.page_title{
	margin: 18px 0 0;
	font-size: 15px;
}

.archive__inner,
.page_inner{
	width: min(1100px, calc(100% - 40px));
	margin: 80px 0;
	position: relative;
	z-index: 2;
}




/* ==============================
   事例紹介
============================== */

/* 3列 */

.case-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 50px 24px;
}


/* カード */

.case-card {
	position: relative;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 16px rgba(0, 0, 0, .08);
}

.case-card__link {
	display: block;
	height: 100%;
	padding: 0 16px 16px 16px;
	color: inherit;
	text-decoration: none;
}

.case-card__category {
	position: static;
	transform: none;

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

	width: fit-content;
	min-width: 100px;
	min-height: 24px;

	/* カテゴリー内側の上下左右余白 */
	padding: 10px 14px;

	/* Before画像との間 */
	margin: 5px 0;

	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}


/* Before / After */

.case-card__images{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3px;
}

.case-card__image{
	position: relative;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	background: #eee;
}

.case-card__img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.case-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #efefef;
	color: #777;
}

.case-card__image-label {
	position: absolute;
	top: 90%;
	left: 70%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 14px;
	text-shadow: 0 1px 5px rgba(0, 0, 0, .5);
}


/* テキスト */

.case-card__body {
	padding: 22px 5px 5px;
}

.case-card__area {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 700;
}

.case-card__room {
	margin: 0 0 10px;
	font-size: 15px;
}

.case-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.case-card__time {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}

.case-card__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;

	width: 44px;
	height: 44px;

	border-radius: 50%;
	background: #586D53;
}

.case-card__arrow::before {
	content: "";
	width: 8px;
	height: 8px;

	border-top: 2px solid #fff;
	border-right: 2px solid #fff;

	transform: rotate(45deg);
}


/* ==================================
   事例紹介 ページネーション
================================== */

.case-pagination {
	margin-top: 60px;
	text-align: center;
}

/* ul */
.case-pagination > ul.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;

	width: auto;
	margin: 0;
	padding: 0;

	background: transparent;
	list-style: none;
}

/* li */
.case-pagination > ul.page-numbers > li {
	display: block;
	margin: 0;
	padding: 0;

	background: transparent;
}

/* 数字・矢印 */
.case-pagination > ul.page-numbers > li > a,
.case-pagination > ul.page-numbers > li > span {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 42px;
	height: 42px;
	min-width: 42px;
	margin: 0;
	padding: 0;

	background: transparent;
	border: none;
	border-radius: 4px;

	color: #333;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	box-shadow: none;
}

/* 現在のページ */
.case-pagination > ul.page-numbers > li > span.current {
	background: #586D53;
	color: #fff;
}

/* hover */
.case-pagination > ul.page-numbers > li > a:hover {
	background: #f3f3f3;
	color: #586D53;
}

/* タブレット */

@media (max-width: 900px) {

	.case-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.case-grid {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.case-card {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

}





/* ==================================
   コラム一覧
================================== */

/* タブ */

.column-tabs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);

	margin-bottom: 55px;

	border-bottom: 1px solid #e5e5e5;
}

.column-tabs__item {
	position: relative;

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

	min-height: 52px;
	padding: 10px;

	color: #999;
	font-size: 14px;
	text-decoration: none;
}

.column-tabs__item:hover {
	color: #586D53;
}

.column-tabs__item.is-active {
	color: #333;
	font-weight: 600;
}

.column-tabs__item.is-active::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -1px;

	width: 70%;
	height: 2px;

	background: #586D53;

	transform: translateX(-50%);
}


/* ==================================
   3列
================================== */

.column-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 60px 36px;
}


/* カード */

.column-card__link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.column-card__image {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #f4f4f4;
}

.column-card__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;

	transition: transform .3s ease;
}

.column-card:hover .column-card__img {
	transform: scale(1.03);
}

.column-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	height: 100%;

	color: #ccc;
	background: #f5f6f7;
}


/* 本文 */

.column-card__body {
	padding-top: 18px;
}

.column-card__category {
	display: inline-block;

	margin-bottom: 13px;
	padding: 4px 13px;

	border-radius: 3px;

	color: #fff;
	font-size: 11px;
	line-height: 1.4;
}


.column-card__title {
	margin: 0 0 16px;

	color: #333;
	font-size: 17px;
	line-height: 1.7;
	font-weight: 600;
}

.column-card__excerpt {
	margin-bottom: 17px;

	color: #777;
	font-size: 13px;
	line-height: 1.8;
}

.column-card__date {
	color: #aaa;
	font-size: 11px;
}


/* ==================================
   ページネーション
================================== */

.column-pagination {
	margin-top: 70px;
}

.column-pagination > ul.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;

	margin: 0;
	padding: 0;

	background: transparent;
	list-style: none;
}

.column-pagination > ul.page-numbers > li {
	margin: 0;
	padding: 0;
	background: transparent;
}

.column-pagination > ul.page-numbers > li > a,
.column-pagination > ul.page-numbers > li > span {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 38px;
	height: 38px;
	min-width: 38px;

	margin: 0;
	padding: 0;

	background: transparent;
	border: 0;
	border-radius: 3px;
	box-shadow: none;

	color: #333;
	font-size: 13px;
	text-decoration: none;
}

/* 現在ページ＝遺品整理カラー */
.column-pagination > ul.page-numbers > li > span.current {
	background: #586D53;
	color: #fff;
}

.column-pagination > ul.page-numbers > li > a:hover {
	background: #f3f3f3;
	color: #586D53;
}


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

@media (max-width: 900px) {

	.column-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}




/* ==================================
   TOPページのコラムだけ調整
================================== */

/* カード全体を線で囲む */
.top-column-grid .column-card {
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

/* 本文エリア */
.top-column-grid .column-card__body {
	padding: 18px 18px 20px;
}

/* カテゴリー下の余白 */
.top-column-grid .column-card__category {
	margin-bottom: 10px;
}

/* タイトル上の変な空白をなくす */
.top-column-grid .column-card__title {
	margin: 0 0 12px;
	padding: 0;
}

/* 抜粋 */
.top-column-grid .column-card__excerpt {
	margin: 0 0 14px;
}

/* 日付 */
.top-column-grid .column-card__date {
	display: block;
	margin: 0;
}


/* ==================================
   お客様の声
================================== */

/* 中身 */

.voice-archive__inner {
	width: min(1100px, calc(100% - 40px));
	margin: 40px auto 0;
}


/* カード */

.voice-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.voice-card {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}

.voice-card__link {
	display: grid;
	grid-template-columns: 1fr 1.05fr;
	align-items: center;
	gap: 36px;

	padding: 34px;

	color: inherit;
	text-decoration: none;
}


/* 偶数だけ左右反転 */

.voice-card:nth-child(even) .voice-card__images {
	order: 2;
}

.voice-card:nth-child(even) .voice-card__content {
	order: 1;
}


/* 画像 */
.voice-card__images {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px;
}

.voice-card__image {
	position: relative;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	background: #eee;
}

.voice-card__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.voice-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	height: 100%;

	background: #eee;
	color: #777;
}

.voice-card__image-label {
	position: absolute;
	left: 16px;
	bottom: 16px;

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

	width: 58px;
	height: 58px;

	border: 1px solid rgba(255,255,255,.9);
	border-radius: 50%;

	background: rgba(88,109,83,.65);

	color: #fff;
	font-size: 12px;
}


/* テキスト */

.voice-card__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;

	margin-bottom: 15px;
}

.voice-card__number {
	color: #586D53;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
}

.voice-card__category {
	display: inline-block;

	padding: 5px 16px;

	border-radius: 5px;

	color: #fff;
	font-size: 12px;
	font-weight: 600;
}

.voice-card__title {
	margin: 0 0 18px;

	color: #586D53;
	font-size: clamp(20px, 2.4vw, 30px);
	line-height: 1.55;
	font-weight: 700;
}

.voice-card__text {
	color: #444;
	font-size: 14px;
	line-height: 2;
}


/* ページ送り */

.voice-pagination {
	margin-top: 60px;
}

.voice-pagination > ul.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;

	margin: 0;
	padding: 0;

	background: transparent;
	list-style: none;
}

.voice-pagination > ul.page-numbers > li {
	margin: 0;
	padding: 0;
	background: transparent;
}

.voice-pagination > ul.page-numbers > li > a,
.voice-pagination > ul.page-numbers > li > span {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 40px;
	height: 40px;
	min-width: 40px;

	margin: 0;
	padding: 0;

	background: transparent;
	border: 0;
	border-radius: 4px;
	box-shadow: none;

	color: #333;
	text-decoration: none;
}

.voice-pagination > ul.page-numbers > li > span.current {
	background: #586D53;
	color: #fff;
}


/************************************
 *   ヘッダーボタン
 * ***********************************/
.header-cta {
	display: flex;
	align-items: stretch;
	height: 100%;
}

.header-cta__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	min-width: 110px;
	padding: 5px 5px;

	text-decoration: none;
	text-align: center;
	line-height: 1.3;
	border-radius:5px;
	margin: 0 3px;
}

.header-cta__main {
	font-size: 14px;
	font-weight: 700;
}

.header-cta__sub {
	margin-top: 3px;
	font-size: 9px;
}


/* 電話 */

.header-cta__tel {
	background: #fff;
	color: #333;
	border: 1px solid #ddd;
}


/* LINE */

.header-cta__line {
	background: #45b95a;
	color: #fff;
}


/* 無料見積り */

.header-cta__estimate {
	background: #d83457;
	color: #fff;
}


/* PCのみ表示 */

@media (max-width: 959px) {

	.header-cta {
		display: none;
	}

}

@media (min-width: 960px) {
    /* PCヘッダーのメニュー文字サイズ */
	.c-gnav > .menu-item > a {
		font-size: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	/* ヘッダー全体の横幅を広げる */
	.l-header__inner {
		max-width: 1800px !important;
		width: 96% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

}


/* =====================================
   Contact Form 7
===================================== */

.contact-form-box {
	max-width: 760px;
	margin: 0 auto;
	padding: 45px 45px 35px;

	background: #fff;
	border: 1px solid #ddd;
	border-radius: 7px;
/*	box-shadow: 0 0 0 7px rgba(248, 246, 241, .8); */
}


/* 各項目 */

.contact-field {
	margin-bottom: 28px;
}

.contact-field label {
	display: block;
	margin: 0;
}


/* ラベル */

.contact-label {
	margin: 0 0 8px 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2.5;
}


/* =====================================
   input
===================================== */

.contact-form-box input[type="text"],
.contact-form-box input[type="email"],
.contact-form-box input[type="tel"],
.contact-form-box textarea {
	display: block;
	width: 100%;

	padding: 13px 15px;

	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 6px;

	color: #333;
	font-size: 16px;

	box-shadow: none;

	transition:
		border-color .2s ease,
		box-shadow .2s ease;
}


/* input 高さ */

.contact-form-box input[type="text"],
.contact-form-box input[type="email"],
.contact-form-box input[type="tel"] {
	height: 42px;
}


/* textarea */

.contact-form-box textarea {
	min-height: 160px;
	resize: vertical;
}


/* フォーカス */

.contact-form-box input[type="text"]:focus,
.contact-form-box input[type="email"]:focus,
.contact-form-box input[type="tel"]:focus,
.contact-form-box textarea:focus {
	outline: none;
	border-color: #586D53;
	box-shadow: 0 0 0 2px rgba(88, 109, 83, .08);
}


/* =====================================
   チェックボックス
===================================== */

.contact-field--service {
	margin-top: 4px;
}

.contact-form-box .wpcf7-checkbox {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.contact-form-box .wpcf7-list-item {
	margin: 0;
}

.contact-form-box .wpcf7-list-item label {
	display: flex;
	align-items: center;
	gap: 8px;

	cursor: pointer;
}

.contact-form-box input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin: 0;

	accent-color: #586D53;
}

.contact-form-box .wpcf7-list-item-label {
	font-size: 14px;
	color: #333;
}


/* =====================================
   送信ボタン
===================================== */

.contact-submit {
	margin-top: 40px;
}

.contact-form-box input[type="submit"] {
	display: block;
	width: 100%;

	padding: 17px 20px;

	background: #d83457;
	border: none;
	border-radius: 6px;

	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;

	cursor: pointer;

	transition:
		opacity .2s ease,
		transform .2s ease;
}

.contact-form-box input[type="submit"]:hover {
	opacity: .85;
	transform: translateY(-1px);
}


/* =====================================
   CF7 エラー表示
===================================== */

.contact-form-box .wpcf7-not-valid-tip {
	margin-top: 6px;

	color: #d83457;
	font-size: 12px;
}

.contact-form-box .wpcf7-response-output {
	margin: 25px 0 0 !important;
	padding: 12px 15px !important;

	border-radius: 4px;
	font-size: 13px;
}




/*======================
 * 事例紹介の個別ページレイアウト
 * ==========================*/
 .single-case {
	padding: 70px 20px 100px;
}

.single-case__inner {
	width: min(900px, 100%);
	margin: 0 auto;
}

.single-case__category {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-width: 110px;
	padding: 7px 18px;
	margin-bottom: 18px;

	border-radius: 5px;

	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.single-case__title {
	margin: 0 0 35px;
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.5;
}

.single-case__images {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px;

	margin-bottom: 35px;
}

.single-case__image {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;

	background: #eee;
}

.single-case__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-case__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	height: 100%;

	background: #eee;
	color: #777;
}

.single-case__image-label {
	position: absolute;
	left: 20px;
	bottom: 20px;

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

	width: 64px;
	height: 64px;

	border-radius: 50%;
	background: rgba(88,109,83,.75);

	color: #fff;
	font-size: 13px;
}

.single-case__info {
	margin-bottom: 45px;

	border-top: 1px solid #ddd;
}

.single-case__info-row {
	display: grid;
	grid-template-columns: 160px 1fr;

	padding: 16px 0;

	border-bottom: 1px solid #ddd;
}

.single-case__info-label {
	font-weight: 700;
	color: #586D53;
}

.single-case__info-value {
	color: #333;
}


/* カテゴリー色 */
.cat-ihin {
	background: #586D53;
}

.cat-seizen {
	background: #456394;
}

.cat-akiya {
	background: #B69265;
}


@media (max-width: 600px) {

}


/* =============================
 * お客様の個別ページレイアウト
 * ============================== */
/* ==============================
   お客様の声 個別ページ
============================== */

.single-voice {
	padding: 70px 20px 100px;
}

.single-voice__inner {
	width: min(900px, 100%);
	margin: 0 auto;
}


/* カテゴリー */

.single-voice__category {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-width: 110px;
	padding: 7px 18px;
	margin-bottom: 18px;

	border-radius: 5px;

	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}


/* タイトル */

.single-voice__title {
	margin: 0 0 35px;

	color: #333;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 700;
	line-height: 1.5;
}


/* Before / After */

.single-voice__images {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px;

	margin-bottom: 45px;
}

.single-voice__image {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;

	background: #eee;
	border-radius: 6px;
}

.single-voice__img {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: cover;
}

.single-voice__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	height: 100%;

	background: #eee;
	color: #777;
}


/* Before / After ラベル */

.single-voice__image-label {
	position: absolute;
	left: 18px;
	bottom: 18px;

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

	width: 64px;
	height: 64px;

	border: 1px solid rgba(255,255,255,.9);
	border-radius: 50%;

	background: rgba(88,109,83,.72);

	color: #fff;
	font-size: 12px;
}


/* 本文 */

.single-voice__content {
	font-size: 16px;
	line-height: 2;
}


/* 共通カテゴリー色 */

.cat-ihin {
	background-color: #586D53;
}

.cat-seizen {
	background-color: #456394;
}

.cat-akiya {
	background-color: #B69265;
}


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

@media (max-width: 700px) {
	
	*{
		font-size: 14px;
	}

	.spbr{
		display: block;
	}
	.pcbr{
		display:none;
	}

	.single-case {
		padding: 45px 15px 70px;
	}

	.single-case__images {
		grid-template-columns: 1fr 1fr;
	}

	.single-case__info-row {
		grid-template-columns: 110px 1fr;
		gap: 15px;
	}

	
	.voice-card {
		border-radius: 12px;
	}

	.voice-card__link {
		display: flex;
		flex-direction: column;
		gap: 22px;

		padding: 20px;
	}

	/* スマホでは全部「画像 → 文章」に統一 */
	.voice-card:nth-child(even) .voice-card__images,
	.voice-card:nth-child(even) .voice-card__content {
		order: initial;
	}

	.voice-card__images {
		width: 100%;
	}

	.voice-card__content {
		width: 100%;
	}

	.single-case__image-label, 
	.voice-card__image-label {
		left: 10px;
		bottom: 10px;

		width: 30px;
		height: 30px;

		font-size: 8px;
	}
	
	.single-voice {
		padding: 45px 15px 70px;
	}

	.single-voice__title {
		margin-bottom: 25px;
		font-size: 25px;
	}

	.single-voice__images {
		gap: 4px;
		margin-bottom: 30px;
	}

	.single-voice__image-label {
		left: 10px;
		bottom: 10px;

		width: 50px;
		height: 50px;

		font-size: 10px;
	}

	.single-voice__content {
		font-size: 15px;
	}


	.contact-form-box {
		width: calc(100% - 20px);
		padding: 28px 20px 25px;
	}

	.contact-field {
		margin-bottom: 23px;
	}

	.contact-form-box input[type="text"],
	.contact-form-box input[type="email"],
	.contact-form-box input[type="tel"] {
		height: 48px;
	}

	.contact-form-box textarea {
		min-height: 140px;
	}

	.contact-submit {
		margin-top: 30px;
	}


	.column-tabs {
		grid-template-columns: repeat(4, 1fr);
		margin-bottom: 40px;
	}

	.column-tabs__item {
		min-height: 46px;
		padding: 8px 3px;
		font-size: 11px;
	}

	.column-grid {
		grid-template-columns: 1fr;
		gap: 45px;
	}

	.case-grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.archive__inner {
		width: calc(100% - 30px);
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.archive__header {
		padding: 45px 20px 55px;
	}

	.footer_section .size_small p{
		font-size: 0.75;
	}
	
}
