@charset "utf-8";
/*
Theme Name: 有限会社櫻醫社
Author: BASARA
Version: 1.0
*/

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	backface-visibility: hidden;
}
*:before,
*:after {
	pointer-events: none;
}
:root {
	--color-base-font: #343434;
	--color-main: #f2a0a1;
	--color-link: #3e5c7a;
	--color-hover: #f2a0a1;
	--color-dark: #2c3e50;
	--color-accent: #fef4f4;
	--color-attention: #ff0000;
	--color-gray: #f2f2f2;
	--gradation: 　;
	--contents-width-small: 880px;
	--contents-width-main: 1200px;
	--contents-width-large: 1600px;
	--weight-normal: 400;
	--weight-bold: 700;
}
html {
	margin: 0;
	padding: 0;
}
body {
	font-family: "BIZ UDGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	color: var(--color-base-font);
	font-size: 21px;
	font-weight: var(--weight-normal);
	line-height: 1.8;
	overflow-wrap: anywhere; /* 収まらない場合に折り返す */
	word-break: normal; /* 単語の分割はデフォルトに依存 */
	line-break: strict; /* 禁則処理を厳格に適用 */
	margin: 0;
	padding: 0;
}
div,
p,
ul,
ul li,
dl,
dt,
dd {
	font-size: 1em;
	list-style: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
img,
video,
object {
	max-width: 100%;
	height: auto;
	border: none;
}
img {
	display: block;
	image-rendering: -webkit-optimize-contrast;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	line-height: 1;
	letter-spacing: 0.025em;
	padding: 0;
	margin: 0;
}
a {
	color: var(--color-link);
	text-decoration: none;
	transition: all ease 0.3s;
}
a:hover {
	color: var(--color-hover);
	text-decoration: underline;
}
a[href^="tel:"] {
	text-decoration: none;
	pointer-events: none;
	text-emphasis: none !important;
}
a[href^="fax:"] {
	text-decoration: none;
	pointer-events: none;
}
.pc {
	display: inherit;
}
.tb {
	display: none;
}
.mb {
	display: none;
}
@media only screen and (max-width: 820px) {
	.pc {
		display: none;
	}
	.tb {
		display: block;
	}
	.mb {
		display: none;
	}
}
@media only screen and (max-width: 468px) {
	body {
		font-size: 18px;
		min-width: 375px;
	}
	a[href^="tel:"] {
		pointer-events: all;
	}
	.pc {
		display: none;
	}
	.tb {
		display: none;
	}
	.mb {
		display: block;
	}
}

/* =========================================================================================
Header
=========================================================================================*/
#header {
	width: 100%;
	height: 115px;
	background: none;
	margin: 0;
	position: fixed;
	top: 0;
	z-index: 100;
	transition: 0.5s;
}
#header .inner {
	width: 100%;
	max-width: 100%;
	background: #fff;
	display: grid;
	grid-template-columns: minmax(180px, 25%) 1fr;
	align-items: center;
	justify-content: right;
	gap: 20px;
	padding: 0 2.5%;
	position: relative;
	filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.05));
}
#header .logo {
	line-height: 1;
	padding-top: 1.5em;
	margin-block: 15px;
	position: relative;
	z-index: 1;
}
#header .logo small {
	font-size: clamp(0.625rem, calc(0.188rem + 0.714vw), 0.813rem); /* min: 10px, max: 13px */
	font-weight: var(--weight-bold);
	line-height: 1;
	white-space: nowrap;
	letter-spacing: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
#header .logo a {
	width: 100%;
	max-width: 235px;
	display: inline-block;
}
/*globalnavi*/
#header #g-navi-area {
	width: 100%;
	height: 100%;
}
#header #g-navi-list {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: right;
}
#header #g-navi {
	height: 100%;
	width: 100%;
}
#header #g-navi > ul {
	height: 100%;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: right;
	/* gap: 0px 4%; */
	column-gap: clamp(1.125rem, calc(-0.048rem + 1.915vw), 2.25rem); /* min: 18px, max: 36px */;
}
#header #g-navi > ul li {
	font-size: clamp(0.938rem, calc(0.481rem + 0.745vw), 1.375rem); /* min: 15px, max: 22px */;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	font-weight: var(--weight-bold);
}
#header #g-navi > ul > li::before {
	content: "";
	width: 100%;
	height: 7px;
	background: #fff;
	border-radius: 30px 30px 0 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	translate: -50% 0;
	transition: 0.3s;
}
#header #g-navi > ul > li a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#header #g-navi > ul > li:hover::before,
#header #g-navi > ul > li.current-menu-item::before {
	background: var(--color-main);
}
#header #g-navi > ul > li a:hover,
#header #g-navi > ul > li.current-menu-item a {
	color: var(--color-main);
	text-decoration: none;
}
#header .openbtn,
#header #g-navi ul li.display-mb {
	display: none; /*PCでは非表示*/
}
@media only screen and (max-width: 980px) {
	#header {
		padding: 0;
	}
	#header .inner {
		height: 85px;
		justify-content: space-between;
		padding-block: 0;
		padding-inline: 20px 50px;
		border-radius: 0 0 10px 10px;
	}
	#header .logo {
		padding: 0;
	}
	#header .logo small {
		margin-bottom: 0.75em;
		position: static;
	}
	#header .logo a {
		width: 165px;
	}
	/* HAMBURGER MENU */
	#header .openbtn {
		color: var(--color-link);
		font-size: 12px;
		line-height: 1;
		width: 65px;
		height: 85px;
		background: none;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 7px;
		padding-top: 2px;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		transition: 0.3s;
	}
	#header .openbtn span {
		width: 60%;
		height: 3px;
		background: var(--color-link);
		border-radius: 10px;
		transform-origin: 50% 40%;
		transition: 0.5s;
	}
	#header .openbtn.active {
		gap: 0;
		padding-top: 12px;
	}
	#header .openbtn.active span:nth-of-type(1) {
		display: none;
	}
	#header .openbtn.active span:nth-of-type(2) {
		width: 55%;
		transform: rotate(32.5deg);
	}
	#header .openbtn.active span:nth-of-type(3) {
		width: 55%;
		transform: rotate(-32.5deg) translateY(-2px);
		margin-bottom: 15px;
	}
	#header #g-navi-area {
		width: 350px !important;
		height: 100dvh;
		background: #fff;
		border-radius: 0;
		display: initial;
		padding: 85px 0 0 0;
		position: fixed;
		z-index: -1;
		top: 0;
		right: -120%;
		transition: all 0.5s;
	}
	#header #g-navi-area.panelactive {
		/*アクティブクラスがついたら位置を0に*/
		right: 0;
	}
	#header #g-navi-area #g-navi-list {
		/*ナビの数が増えた場合縦スクロール*/
		width: 100%;
		height: 100%;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		gap: 5vh;
		padding-block: 10px 100px;
		padding-inline: 40px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		position: relative;
		z-index: 999;
		overscroll-behavior:none;
	}
	#header #g-navi {
		height: auto;
	}
	#header #g-navi ul {
		width: 100%;
		flex-direction: column;
		align-items: start;
		justify-content: left;
		padding: 0;
		margin: auto;
		position: relative;
		z-index: 999;
	}
	#header #g-navi > ul > li::before {
		display: none;
	}
	#header #g-navi > ul > li a {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: start;
		justify-content: left;
		text-align: left;
		position: relative;
	}
	#header #g-navi ul li a::before,
	#header #g-navi ul li a::after {
		content: "";
		width: 0.5em;
		height: 2px;
		background: #000;
		transform-origin: calc(100% - 1px) 50%;
		border-radius: 100px;
		position: absolute;
		top: 50%;
		right: 0.75em;
		z-index: 10;
		transition: 0.2s;
	}
	#header #g-navi ul.sub-menu li a::before,
	#header #g-navi ul.sub-menu li a::after {
		background: var(--color-main);
	}
	#header #g-navi ul li a::before {
		transform: rotate(45deg);
	}
	#header #g-navi ul li a::after {
		transform: rotate(-45deg);
	}
	#header #g-navi ul li a:hover::before,
	#header #g-navi ul li a:hover::after {
		right: 0.375em;
	}
	#header #g-navi ul.menu > li {
		font-size: 1.25rem;
		text-align: left;
		display: block !important;
		border-bottom: 1px solid var(--color-main);
		width: 100%;
		padding-block: 0.25em;
	}
	#header #g-navi ul.menu > li:has(ul.sub-menu) {
		border: none;
		padding-bottom: 0;
	}
	#header #g-navi ul.menu > li > a {
		padding: 0.5em 1em 0.5em 0.25em;
	}
	/*第二階層*/
	#header #g-navi ul.sub-menu {
		margin-top: 0.25em;
	}
	#header #g-navi ul.sub-menu > li {
		width: 100%;
		display: block;
		margin-bottom: 10px;
		position: relative;
	}
	#header #g-navi ul.sub-menu > li::before {
		content: "";
		width: 60px;
		height: 100%;
		background: no-repeat center / contain;
		position: absolute;
		top: 50%;
		left: 0;
		translate: 0 -50%;
		z-index: 10;
	}
	#header #g-navi ul.sub-menu > li > a {
		font-size: 1.25rem;
		display: block;
		background: linear-gradient(90deg, var(--color-main) 0px, var(--color-main) 60px, var(--color-accent) 60px, var(--color-accent) 100%);
		border-radius: 10px;
		padding: 0.5em 1em 0.5em 75px;
		overflow: hidden;
	}
	#header #g-navi ul.sub-menu > li.system::before {
		height: 37px;
		background-image: url(images/common/navi_icon_system.svg);
	}
	#header #g-navi ul.sub-menu > li.service::before {
		height: 33px;
		background-image: url(images/common/navi_icon_service.svg);
	}
	#header #g-navi ul.sub-menu > li.other::before {
		height: 26px;
		background-image: url(images/common/navi_icon_other.svg);
	}
}
@media only screen and (max-width: 468px) {
	#header .inner {
		padding-inline: 10px 50px;
	}
	#header #g-navi-area {
		width: 100% !important;
		right: -150%;
	}
	#header #g-navi-area #g-navi-list {
		min-width: 375px;
		padding-inline: 30px;
	}
}

/* =========================================================================================
Footer
=========================================================================================*/
#footer {
	color: #fff;
	background: var(--color-dark);
	padding-block: 50px 0;
	position: relative;
}
#footer .inner {
	display: grid;
	grid-template-columns: 450px 1fr;
	gap: 30px;
}
/* info */
#footer .info {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
}
#footer .info small {
	font-size: 72%;
}
#footer .info .logo {
	width: 100%;
	max-width: 235px;
	margin-block: 1em 0.75em;
}
#footer .info .address {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: start;
	gap: 0 1em;
	margin-bottom: 0.5em;
}
#footer .info .tel a {
	color: #fff;
	font-size: 2em;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: start;
	gap: 0 0.25em;
	margin-bottom: 0.25em;
}
#footer .info .tel a::before {
	content: "";
	width: 0.875em;
	aspect-ratio: 1 / 1;
	background: url(images/common/icon_tel.svg) no-repeat center / contain;
}
#footer .info .tel span {
	font-size: 0.75em;
	background: #193046;
	border-radius: 100px;
	padding: 0.5em 1.25em;
}

/* footer-navi */
#footer .f-navi {
	width: 100%;
	display: flex;
	justify-content: right;
	flex-wrap: wrap;
	gap: 0;
}
#footer .f-navi .menu-footer-navi-container {
	width: 100%;
}
#footer .f-navi ul.menu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: right;
	gap: 0.75em 5%;
}
#footer .f-navi ul.menu li {
	display: inline-table;
	list-style-type: none;
}
#footer .f-navi ul.menu > li > a,
#footer .f-navi ul.menu > li > span {
	color: #fff;
	font-weight: var(--weight-normal);
	display: block;
	padding: 0.25em 0;
}
#footer .f-navi ul.sub-menu {
	width: 100%;
	display: inline-block;
	margin-top: 0.75em;
	margin-left: 2em;
}
#footer .f-navi ul.sub-menu > li > a {
	color: #fff;
	display: list-item;
	list-style-type: disc;
}
/*copyright*/
#footer .copyright {
	font-size: small;
	display: block;
	text-align: center;
	line-height: 1.2;
	margin: auto;
	padding: 2.5em 1em;
}
@media only screen and (max-width: 820px) {
	#footer .inner {
		grid-template-columns: auto;
		gap: 30px;
	}
	#footer .info {
		text-align: center;
		align-items: center;
	}
	#footer .info .logo {
		margin-block: 1.5em;
	}
	#footer .info .address,
	#footer .info .tel {
		max-width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#footer .info .tel {
		flex-direction: column;
	}
	#footer .f-navi {
		width: 100%;
		margin-bottom: 20px;
	}
	#footer .f-navi ul.menu {
		justify-content: center;
	}
}
@media only screen and (max-width: 468px) {
	#footer .info small {
		text-indent: 1em;
		margin-left: -1em;
	}
	#footer .f-navi {
		display: none;
	}
}

/* =========================================================================================
Page Top
=========================================================================================*/
#page-top {
	display: none; /*最初は非表示*/
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 99;
}
#page-top a {
	color: rgba(0, 0, 0, 0);
	line-height: 1;
	text-decoration: none;
	font-weight: var(--weight-bold);
	text-indent: -9999px;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 80px;
	background: var(--color-dark);
}
#page-top a:before,
#page-top a::after {
	content: "";
	width: 3px;
	height: 15px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: calc(50% - 2.5px);
	transform-origin: 50% 1.5px;
	translate: 0 -40%;
	transition: 0.3s;
}
#page-top a::before {
	transform: rotate(45deg);
}
#page-top a::after {
	transform: rotate(-45deg);
}
#page-top a:hover {
	background-color: var(--color-hover);
	opacity: 1;
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
	#page-top a {
		width: 40px;
	}
	#page-top a:before,
	#page-top a::after {
		height: 13px;
	}
}

/* =========================================================================================
Layout
=========================================================================================*/
#wrapper {
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#contents {
	padding-block: 0;
	margin: 0 auto;
	position: relative;
}
#main {
	margin: 0;
	padding: 0;
}
section {
	position: relative;
	padding-block: 100px;
	margin: 0;
}
.inner {
	max-width: var(--contents-width-main);
	width: calc(100% - 40px - 40px); /*左右の余白40pxずつ*/
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 820px) {
	section {
		padding-block: 75px;
	}
	.inner {
		width: calc(100% - 30px - 30px);
	}
}
@media only screen and (max-width: 468px) {
	section {
		padding-block: 50px;
	}
	.inner {
		width: calc(100% - 20px - 20px);
	}
}

/*sidebar*/
#contents .post-content:has(#sidebar) /*#sidebarがあるとき*/ {
	width: calc(100% - 40px - 40px);
	max-width: var(--contents-width-main);
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	gap: 5%;
	padding-block: 50px;
	margin: 0 auto;
}
#contents .post-content:has(#sidebar) .post-content-main {
	width: calc(100% - 5% - 200px);
	order: 2;
}
#contents .post-content:has(#sidebar) .post-content-main section {
	padding-top: 0;
}
#contents .post-content:has(#sidebar) .post-content-main .inner {
	width: 100%;
}
#sidebar {
	width: 200px;
	padding-block: 0 50px;
	margin: 0;
	order: 1;
}
#sidebar h2 {
	font-size: 1.25rem;
	border-bottom: 1px solid;
	padding-block: 0.5em;
	margin-bottom: 0.5em;
}
#sidebar nav {
	margin-bottom: 50px;
}
#sidebar .banner {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	align-items: start;
	gap: 5%;
}
#sidebar .banner a {
	display: block;
}
@media only screen and (max-width: 820px) {
	#contents .post-content:has(#sidebar) /*#sidebarがあるとき*/ {
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 0;
	}
	#contents .post-content:has(#sidebar) .post-content-main {
		width: 100%;
		order: 1;
	}
	#contents .post-content:has(#sidebar) .post-content-main .inner,
	#sidebar {
		width: calc(100% - 30px - 30px);
	}
	#sidebar {
		order: 2;
		margin-inline: auto;
	}
}
@media only screen and (max-width: 468px) {
	#contents .post-content:has(#sidebar) .post-content-main .inner,
	#sidebar {
		width: calc(100% - 20px - 20px);
	}
}

/* =========================================================================================
Btn / WP-block-button
=========================================================================================*/
.btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 0;
}
.wp-block-buttons {
	display: flex;
	align-items: stretch;
}
.btn a,
.wp-block-button a {
	color: #fff;
	font-size: clamp(1rem, calc(0.895rem + 0.449vw), 1.125rem); /* min: 16px, max: 18px */
	text-align: center;
	font-weight: var(--weight-bold);
	background: var(--color-link);
	border: none;
	border-radius: 7px;
	position: relative;
	transition: 0.3s;
	filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
}
.btn a {
	min-width: 240px;
	padding: 0.75em 2em 0.75em 1.5em;
}
.wp-block-button a {
	height: 100%;
	min-width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.75em 2em 0.75em 1.5em;
	position: relative;
}
.btn a::before,
.btn a::after,
.wp-block-button a::before,
.wp-block-button a::after {
	content: "";
	width: 0.6em;
	height: 2px;
	border-radius: 9999px;
	background-color: #fff;
	position: absolute;
	top: calc(50% - 0.5px);
	right: 1.25em;
	transform-origin: calc(100% - 0.5px) 50%;
	transition: 0.3s;
}
.btn a::before,
.wp-block-button a::before {
	transform: rotate(45deg);
}
.btn a::after,
.wp-block-button a::after {
	transform: rotate(-45deg);
}
.btn a:hover,
.wp-block-button a:hover {
	background-color: var(--color-main);
	text-decoration: none;
	opacity: 1;
}

/*btn - target="_blank"*/
.btn a[target="_blank"],
.wp-block-button a[target="_blank"] {
	background-image: url(images/common/Icon_window.svg);
	background-position: top 50% right 1em;
	background-size: auto 0.85em;
	background-repeat: no-repeat;
	padding-right: 2.25em;
}
.btn a[target="_blank"]::before,
.btn a[target="_blank"]::after,
.wp-block-button a[target="_blank"]::before,
.wp-block-button a[target="_blank"]::after {
	display: none;
}

/*wp-block-button*/
.wp-block-buttons + .wp-block-buttons {
	margin-top: 0.5em;
}

@media only screen and (max-width: 820px) {
	.btn a::before,
	.btn a::after,
	.wp-block-button a::before,
	.wp-block-button a::after {
		right: 1em;
	}
}
@media only screen and (max-width: 468px) {
	.btn {
		justify-content: center !important;
	}
	.btn a {
		min-width: 80% !important;
		padding-right: 1.5em;
	}
	.wp-block-button a {
		padding-right: 1.5em;
	}
}

/* =========================================================================================
Post list
=========================================================================================*/
/*common*/
.post-list {
	width: 100%;
	margin: 0;
	padding: 0;
}
.post-list ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
.post-list ul a {
	color: var(--color-base-font);
	display: inline-block;
}
.post-list ul a:hover {
	text-decoration: none;
}
.post-list ul li {
	width: 100%;
}
.post-list .no-post {
	text-align: center;
	display: block;
	padding: 10vh 1em;
}

/*column*/
.post-list.column ul {
	margin-bottom: 75px;
}
.post-list.column ul li {
	line-height: 1.5;
	border-bottom: 2px solid var(--color-gray);
	padding: 1.5em 0 1.25em;
}
.post-list.column ul li article {
	display: grid;
	grid-template-columns: 8em 1fr;
	align-items: start;
	justify-content: left;
	gap: 0 1em;
}
.post-list.column .date {
	color: var(--color-main);
}
.post-list.column .title {
	font-size: 1em;
	line-height: 1.4;
	font-weight: var(--weight-normal);
}
.post-list.column .title a {
	text-decoration: underline;
}
.post-list.column .title a:hover {
	text-decoration: none;
}
@media only screen and (max-width: 820px) {
	.post-list.column ul li article {
		display: flex;
		flex-wrap: wrap;
		gap: 0.5em 1em;
	}
	.post-list.column .date {
		width: auto !important;
	}
	.post-list.column .title {
		width: 100% !important;
	}
}
@media only screen and (max-width: 468px) {
}

/* row */
/* .post-list.row ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
	margin-bottom: 50px;
}
.post-list.row li {
	padding: 1em;
	border: 1px solid;
}
.post-list.row li:only-child {
	max-width: 380px;
}
.post-list.row li article {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 10px;
}
.post-list.row li article a {
	display: block;
}
.post-list.row .thumbnail {
	border: 1px solid;
	position: relative;
}
.post-list.row .thumbnail img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	aspect-ratio: 3 / 2;
}
.post-list.row .thumbnail .new {
	color: #fff;
	font-size: small;
	background: var(--color-main);
	padding: 2px 10px 0;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;
}
.post-list.row .date {
	width: 100%;
}
.post-list.row .cat {
	font-size: 0.8rem;
	width: fit-content;
	height: auto;
}
.post-list.row .cat a {
	text-align: center;
	display: block;
	background: var(--color-gray);
	padding: 0.25em 0.65em 0.25em 0.5em;
}
.post-list.row .title {
	font-size: 1.25em;
	font-weight: var(--weight-bold);
	line-height: 1.5;
}

@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
} */

/* =========================================================================================
Archive-Page
=========================================================================================*/
.post-content {
	padding-block: 50px;
}
.post-content section {
	padding-top: 25px;
}
.post-content .post-list {
	border-top: none;
	border-bottom: none;
	padding: 0;
}
@media only screen and (max-width: 820px) {
	.post-content {
		padding-block: 25px;
	}
}
@media only screen and (max-width: 468px) {
	.post-content {
		padding-block: 20px;
	}
}

/*pagination*/
.pagination .page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-block: 25px;
}
.pagination .page-numbers li {
	margin: 0;
}
.pagination .page-numbers li::before {
	display: none;
}
.pagination .page-numbers li:first-child {
	flex-grow: 2;
}
.pagination .page-numbers li:first-child span {
	float: right;
}
.pagination .page-numbers li:first-child a {
	float: none;
}
.pagination .page-numbers li:last-child {
	flex-grow: 2;
}
.pagination .page-numbers li:last-child a {
	float: right;
}
.pagination .page-numbers li a,
.pagination .page-numbers li span,
.pagination .page-numbers li .current {
	color: #fff;
	line-height: 1;
	white-space: nowrap;
	width: 50px;
	aspect-ratio: 1 / 1;
	background: var(--color-dark);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	border: 1px solid var(--color-dark);
}
.pagination .page-numbers li .current {
	color: var(--color-base-font);
	background: #fff;
}
.pagination .page-numbers li .prev,
.pagination .page-numbers li .next {
	color: rgba(0, 0, 0, 0);
	white-space: nowrap;
	text-indent: -9999px;
	line-height: 1;
	width: 50px;
	aspect-ratio: 1 / 1;
	background: var(--color-dark);
	padding: 0;
	position: relative;
	overflow: hidden;
}
.pagination .page-numbers li .prev::before,
.pagination .page-numbers li .prev::after,
.pagination .page-numbers li .next::before,
.pagination .page-numbers li .next::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 35%;
	width: 0.9em;
	height: 2px;
	border-radius: 100px;
	background-color: #fff;
	transform-origin: calc(100% - 1px) 50%;
}
.pagination .page-numbers li .prev::before,
.pagination .page-numbers li .next::before {
	transform: rotate(45deg);
}
.pagination .page-numbers li .prev::after,
.pagination .page-numbers li .next::after {
	transform: rotate(-45deg);
}
.pagination .page-numbers li .prev::before,
.pagination .page-numbers li .prev::after {
	right: 62.5%;
	scale: -1;
}
.pagination .page-numbers li a:hover {
	background: var(--color-hover);
	border-color: var(--color-hover);
	text-decoration: none;
}

@media only screen and (max-width: 820px) {
	.pagination .page-numbers {
		gap: 10px;
	}
	.pagination .page-numbers li a,
	.pagination .page-numbers li span,
	.pagination .page-numbers li .current {
		width: 40px;
	}
	.pagination .page-numbers li .prev::before,
	.pagination .page-numbers li .prev::after,
	.pagination .page-numbers li .next::before,
	.pagination .page-numbers li .next::after {
		width: 0.75em;
	}
}
@media only screen and (max-width: 468px) {
}

/* =========================================================================================
Single-Page
=========================================================================================*/
body.single .post-content {
	background: var(--color-gray);
}
body.single article {
	width: calc(100% - 40px - 40px);
	max-width: 1000px;
	background: #fff;
	border-radius: 10px;
	margin: 0 auto 25px;
	overflow: hidden;
}
body.single .entry-header {
	color: #fff;
	background: var(--color-dark);
	position: relative;
}
body.single .entry-header .inner {
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
	align-items: center;
	padding: 1.5em 3%;
}
body.single .entry-header .date {
	text-align: left;
	display: inline-block;
}
body.single .entry-header .title {
	font-size: clamp(1.25rem, calc(0.618rem + 2.697vw), 2rem); /* min: 20px, max: 32px */
	text-align: left;
	line-height: 1.4;
	width: 100%;
	margin: 0;
}
body.single .entry-content section:nth-last-of-type(1) {
	padding-bottom: 100px;
}
@media only screen and (max-width: 820px) {
	body.single article {
		width: calc(100% - 30px - 30px);
	}
}
@media only screen and (max-width: 468px) {
	body.single article {
		width: calc(100% - 20px - 20px);
	}
}

/*single-navi*/
body.single .single-navi {
	font-size: 0.9em;
	width: fit-content;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	justify-content: center;
	gap: 2em;
	margin: auto;
}
body.single .single-navi .list-navi a {
	color: var(--color-base-font);
	text-decoration: underline;
}
body.single .single-navi .list-navi a:hover {
	color: var(--color-hover);
	text-decoration: none;
}
body.single .single-navi .prev-navi a,
body.single .single-navi .next-navi a {
	color: var(--color-base-font);
	background: #fff;
	border: 1px solid var(--color-main);
	border-radius: 100px;
	padding-block: 0.5em;
	position: relative;
}
body.single .single-navi .prev-navi a {
	text-align: left;
	padding-inline: 2em 1em;
}
body.single .single-navi .next-navi a {
	text-align: right;
	padding-inline: 1em 2em;
}
body.single .single-navi .prev-navi a::before,
body.single .single-navi .prev-navi a::after,
body.single .single-navi .next-navi a::before,
body.single .single-navi .next-navi a::after {
	content: "";
	position: absolute;
	top: calc(50% - 0.5px);
	right: 1em;
	width: 0.6em;
	height: 2px;
	background-color: var(--color-main);
	transform-origin: calc(100% - 0.5px) 50%;
}
body.single .single-navi .prev-navi a::before,
body.single .single-navi .next-navi a::before {
	transform: rotate(45deg);
}
body.single .single-navi .prev-navi a::after,
body.single .single-navi .next-navi a::after {
	transform: rotate(-45deg);
}
body.single .single-navi .prev-navi a::before,
body.single .single-navi .prev-navi a::after {
	left: 1em;
	transform-origin: 0 50%;
}
body.single .single-navi .prev-navi a:hover,
body.single .single-navi .next-navi a:hover {
	text-decoration: none;
	background: var(--color-accent);
}

@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
}

/* =========================================================================================
  Editer
=========================================================================================*/
/*heading*/
* + .wp-block-heading {
	margin-top: 1.5em;
}
.wp-block-heading {
	color: var(--color-dark);
	font-weight: var(--weight-bold);
	line-height: 1.4;
	margin-bottom: 0.75em;
	position: relative;
	z-index: 1;
}
h1.wp-block-heading {
	font-size: clamp(1.75rem, calc(1.118rem + 2.697vw), 2.5rem); /* min: 28px, max: 40px */
	font-weight: var(--weight-bold);
	text-align: center;
	margin-bottom: 1em;
}
h2.wp-block-heading {
	font-size: clamp(1.625rem, calc(1.309rem + 1.348vw), 2rem); /* min: 26px, max: 32px */
	font-weight: var(--weight-bold);
	text-align: center;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
}
h2.wp-block-heading::before {
	content: "";
	width: 90px;
	height: 7px;
	background: var(--color-main);
	border-radius: 100px;
	position: absolute;
	left: 50%;
	bottom: 0;
	translate: -50% 0;
	z-index: 2;
}
h3.wp-block-heading {
	font-size: clamp(1.375rem, calc(1.164rem + 0.899vw), 1.625rem); /* min: 22px, max: 26px */
	font-weight: var(--weight-bold);
	background: #e6f1f6;
	padding: 0.5em 0.5em 0.5em 1em;
	position: relative;
	margin-bottom: 1.5em;
}
h3.wp-block-heading::before {
	content: "";
	width: 7px;
	height: 100%;
	background: linear-gradient(180deg, #264653 0%, #264653 50%, #6188af 50%, #6188af 100%);
	position: absolute;
	top: 50%;
	left: 0;
	translate: 0 -50%;
	z-index: 1;
}
h4.wp-block-heading {
	font-size: clamp(1.25rem, calc(1.039rem + 0.899vw), 1.5rem); /* min: 20px, max: 24px */
	font-weight: var(--weight-bold);
	display: grid;
	grid-template-columns: 40px 1fr;
	align-items: center;
	gap: 10px;
	position: relative;
}
h4.wp-block-heading::before {
	content: "";
	width: 40px;
	height: 2px;
	background: var(--color-dark);
}
h5.wp-block-heading {
	font-size: 1em;
}
h6.wp-block-heading {
	font-size: 0.85em;
}

/*p*/
.entry-content .inner > p + p {
	margin-top: 1em;
}

/*Hr*/
hr,
.wp-block-separator {
	width: 100%;
	max-width: 500px;
	height: 1px;
	border: none;
	background-color: var(--color-base-font);
	margin: 10vh auto;
}
.wp-block-separator.is-style-dots:before {
	font-size: 3em;
	letter-spacing: 1em;
	padding-left: 1em;
}
@media only screen and (max-width: 820px) {
	hr,
	.wp-block-separator {
		width: 50%;
	}
}

/*Table*/
.wp-block-table table,
.entry-content table {
	width: 100%;
}
.wp-element-caption,
.entry-content .caption,
.wp-block-flexible-table-block-table figcaption {
	color: var(--color-base-font);
	opacity: 0.7;
	padding: 0.5em 0;
}
.wp-block-table thead th {
	border-bottom: none;
}
.wp-block-table th,
.wp-block-table td,
.entry-content th,
.entry-content td {
	text-align: left;
	vertical-align: top;
	border: none;
	position: relative;
}
.wp-block-table th,
.entry-content th {
	background: #f5f5f5;
	padding-block: 0.5em;
	border-bottom: 1px solid var(--color-gray);
}
.wp-block-table td,
.entry-content td {
	padding-block: 0.75em;
	border-bottom: 1px solid var(--color-gray);
}
.wp-block-table th,
.wp-block-table td strong,
.entry-content th {
	color: var(--color-base-font);
}
.wp-block-table.is-style-stripes .wp-element-caption {
	border-top: 2px solid;
}

/*List*/
ul.wp-block-list,
ol.wp-block-list,
ul.list,
ol.list {
	margin: 0.5em 0 0.5em 0;
}
ul.wp-block-list li,
ul.list li {
	line-height: 1.5;
	padding-left: 1.1275em;
	position: relative;
}
ol.wp-block-list li,
ol.list li {
	line-height: 1.5;
	padding-left: 0.25em;
	margin-left: 1.25em;
	position: relative;
}
ul.wp-block-list li + li,
ol.wp-block-list li + li,
ul.list li + li,
ol.list li + li {
	margin-top: 0.75em;
}
ul.wp-block-list li::before,
ul.list li::before {
	position: absolute;
	content: "";
	background: var(--color-main);
	width: 0.65em;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	top: 0.5em;
	left: 0;
}

/*List - note*/
ul.note {
	list-style: none;
}
ul.note.center {
	width: fit-content;
	margin: auto;
}
ul.note li {
	padding-left: 1.25em;
}
ul.note li:before {
	content: "※";
	margin-right: 0.5em;
	background: none;
	top: 0em;
	left: 0;
}

/*List - cjeck*/
ul.check {
	list-style: none;
}
ul.check li {
	padding-left: 1.5em;
	padding-block: 0.25em 0.5em;
	border-bottom: 1px dashed #b4b4b4;
}
ul.check li:before {
	content: "";
	width: 1.175em;
	aspect-ratio: 1 / 1;
	background: transparent url(images/common/icon_check.svg) no-repeat center / contain;
	border-radius: 0;
	margin-right: 0.5em;
	top: 0.4em;
	left: 0;
}

/*cover*/
.wp-block-cover {
	padding: 5%;
	border-radius: 10px;
}
@media only screen and (max-width: 820px) {
	.wp-block-cover {
		padding: 40px 30px;
	}
}
@media only screen and (max-width: 468px) {
	.wp-block-cover {
		padding: 30px 20px;
	}
}

/*grid*/
.is-layout-grid {
	column-gap: 5%;
	row-gap: clamp(1.25rem, calc(0.344rem + 3.867vw), 3.438rem);
}
@media only screen and (max-width: 820px) {
	.is-layout-grid {
		column-gap: 20px;
	}
}
@media only screen and (max-width: 468px) {
	.is-layout-grid {
		column-gap: 10px;
	}
}

/*wp-block-file*/
.wp-block-file {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 0.5em;
	border-top: 1px solid var(--color-gray);
	border-bottom: 1px solid var(--color-gray);
	padding-block: 1em;
}
.wp-block-file:has(object) {
	display: block;
}
.wp-block-file + .wp-block-file {
	border-top: none;
}
.wp-block-file:not(.wp-element-button) {
	font-size: 1em;
}
.wp-block-file * + .wp-block-file__button {
	color: #fff;
	font-size: 0.9em;
	background: var(--color-dark) url(images/common/icon_download.svg) no-repeat;
	background-position: center right 0.75em;
	background-size: auto 50%;
	padding: 0.25em 2.25em 0.25em 1em;
}
.wp-block-file a:hover {
	text-decoration: none;
}
.wp-block-file * + .wp-block-file__button:hover {
	color: #fff;
	background-color: var(--color-main);
}

/*blockquote*/
blockquote {
	position: relative;
	padding: 3em 2em;
	background: #f5f5f5;
}
blockquote cite {
	display: block;
	font-size: 0.8rem;
	text-align: right;
	color: #808080;
	padding-right: 20px;
}

/*wp-block-media-text*/
@media only screen and (max-width: 600px) {
	.wp-block-media-text .wp-block-media-text__content {
		margin: 0;
		padding: 1em 0;
	}
}

/*image*/
.wp-block-image {
	margin-bottom: 1em;
}

/* =========================================================================================
FORM
=========================================================================================*/
.grecaptcha-badge {
	/*visibility: hidden;*/
} /*reCAPTCHAバッジ（ロゴマーク）を消す ※設定がうまくいったことを確認してからこのCSSを有効化すること*/

.entry-content form {
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.entry-content form ::placeholder {
	color: #ccc;
}
.entry-content form input[type="text"],
.entry-content form input[type="tel"],
.entry-content form input[type="email"],
.entry-content form textarea,
.entry-content form select {
	width: 100%;
	background: #fefefe;
	border: 1px solid var(--color-dark);
	padding: 0.75em 1em;
	transition: 0.3s;
}
.entry-content form input:focus,
.entry-content form textarea:focus {
	border: 1px solid var(--color-main);
}
.entry-content form .wpcf7-radio {
	/*ラジオボタンの位置調整*/
	margin-top: 1em;
	display: block;
}
.entry-content form .wpcf7-radio .wpcf7-list-item.first {
	/*ラジオボタンの一番最初のmargin調整*/
	margin: 0;
}
.entry-content form select {
	width: fit-content;
	min-width: 300px;
	padding-right: 4em;
	background: #fff url(images/common/icon_dropdown.svg) no-repeat;
	background-position: right 1em center;
	background-size: 1em;
}
.entry-content form .post-add input {
	max-width: 150px;
}
.entry-content form .select-pref select {
	min-width: 100px;
}
.entry-content form input[type="submit"],
.entry-content form input[type="button"] {
	color: #fff;
	font-weight: var(--weight-bold);
	background-color: var(--color-base-font);
	padding: 0.75em 1.5em;
	line-height: 1.4;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
	border-radius: 100px;
	min-width: 320px;
	border: none;
	transition: 0.3s;
}
.entry-content form input[type="submit"] {
	background-color: var(--color-main);
}
.entry-content form input[type="button"] {
	background-color: #555;
}
.entry-content form input[type="submit"]:hover,
.entry-content form input[type="button"]:hover {
	opacity: 0.8;
}
.entry-content form .btn-area {
	margin-top: 3em;
}
.entry-content form .btn-area p {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 30px;
	position: relative;
	width: 100%;
}
.entry-content form .btn-area p br {
	display: none;
}
.entry-content form .btn-area .wpcf7-spinner {
	position: absolute;
	right: -80px;
	top: 30%;
}
@media only screen and (max-width: 820px) {
	.entry-content form .btn-area {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 800px;
	}
	.entry-content form .btn-area p {
		position: relative;
	}
	.entry-content form .btn-area .wpcf7-spinner {
		position: absolute;
		right: -80px;
		top: 30%;
	}
}
@media only screen and (max-width: 468px) {
	.entry-content form input[type="submit"],
	.entry-content form input[type="button"] {
		width: 100%;
		min-width: 100%;
	}
}

/*問い合わせ画面*/
.entry-content .contact-bg {
	padding-block: 50px;
	margin: 0;
}
.entry-content .contact-bg .privacy {
	text-align: center;
	margin-bottom: 2em;
}
.entry-content .contact-bg .privacy .wpcf7-list-item {
	margin: 0;
}
.entry-content .contact-bg .privacy a {
	text-decoration: underline;
}
.entry-content .contact-bg .center {
	text-align: center;
	margin-top: 3em;
}
.entry-content form dl {
	width: 100%;
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 40px 20px;
	padding-bottom: 70px;
	margin: 0 auto;
}
.entry-content form dt {
	font-weight: var(--normal-font-weight);
	text-align: left;
	line-height: 1.6;
}
.entry-content form dt label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.875em;
}
.entry-content form dt span {
	font-size: small;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
	display: inline-block;
	background: var(--color-attention);
	border-radius: 2px;
	padding: 0.6em 0.25em 0.5em;
	margin-left: 0.5em;
}
.entry-content form dd p {
	display: block;
}
.entry-content form small {
	display: block;
	line-height: 1.7;
}

@media only screen and (max-width: 820px) {
	.entry-content .contact-bg {
		padding: 20px 0 50px;
	}
	.entry-content form dl {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	.entry-content form dt {
		text-align: left;
		width: 100%;
	}
	.entry-content form dt label {
		justify-content: left;
	}
	.entry-content form dt span {
		font-size: 0.8rem;
		padding: 0.15em 0.2em 0.2em;
		margin-left: 0.75em;
	}
	.entry-content form dd {
		width: 100%;
		margin-bottom: 1em;
	}
}
@media only screen and (max-width: 468px) {
	.entry-content .contact-bg {
		padding-top: 0;
	}
}

/*入力確認画面*/
.entry-content .confirm-bg {
	width: 100%;
	max-width: 680px;
	padding: 0;
	margin: 0 auto;
}
.entry-content .confirm-bg .center {
	text-align: center;
	margin-top: 3em;
}
.entry-content form .confirm-bg dl {
	width: 100%;
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 0;
	padding-bottom: 40px;
}
.entry-content form .confirm-bg dt,
.entry-content form .confirm-bg dd {
	font-weight: var(--weight-normal);
	text-align: left;
	line-height: 1.6;
	border-bottom: 1px solid var(--color-gray);
	padding: 1em;
	margin: 0;
}
.entry-content form .confirm-bg dt {
	font-weight: var(--weight-bold);
}

@media only screen and (max-width: 820px) {
	.entry-content form .confirm-bg dl {
		display: flex;
		flex-wrap: wrap;
	}
	.entry-content form .confirm-bg dt {
		border-bottom: none;
		padding-bottom: 0;
	}
}
@media only screen and (max-width: 468px) {
}

/*送信完了画面*/
body.contact-completion .entry-content .inner {
	max-width: var(--contents-width-small);
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
}

/* =========================================================================================
Parts (TEL)
=========================================================================================*/
.parts-tel {
	padding: 2em 1.5em;
}
.parts-tel .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.parts-tel strong {
	font-size: clamp(2.25rem, calc(1.934rem + 1.348vw), 2.625rem); /* min: 36px, max: 42px */
	font-size: clamp(1.875rem, calc(1.243rem + 2.697vw), 2.625rem); /* min: 30px, max: 42px */
	font-weight: var(--weight-bold);
	display: block;
}
.parts-tel a {
	color: var(--color-base-font);
	font-size: clamp(2.25rem, calc(1.934rem + 1.348vw), 2.625rem); /* min: 36px, max: 42px */
	font-size: clamp(1.875rem, calc(1.243rem + 2.697vw), 2.625rem); /* min: 30px, max: 42px */
	font-weight: var(--weight-bold);
	line-height: 1.4;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin-bottom: 0.25em;
}
.parts-tel a::before {
	content: "";
	width: 0.75em;
	aspect-ratio: 1 / 1;
	background: url(images/common/icon_tel_bl.svg) no-repeat center / contain;
	margin-right: 5px;
	translate: 0 0.05em;
}
.parts-tel p {
	font-size: 0.95em;
	text-align: center;
	background: var(--color-gray);
	border-radius: 100px;
	padding: 0.25em 1em;
	margin-top: 1em;
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
}

/* =========================================================================================
Parts (CONTACT)
=========================================================================================*/
.parts-contact > p {
	width: 100%;
	text-align: center;
	margin-inline: auto;
	margin-bottom: 2.5em;
}
.parts-contact .box {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
	gap: 40px 2.5%;
}
.parts-contact .item {
	display: flex;
	flex-direction: column;
	gap: 0;
	background: #fff;
	border-radius: 10px;
	padding: 0 0 30px 0;
	filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
}
.parts-contact .item h3 {
	color: #fff;
	font-size: clamp(1.125rem, calc(0.967rem + 0.674vw), 1.313rem); /* min: 18px, max: 21px */
	text-align: center;
	line-height: 1.3;
	min-height: 100px;
	border-radius: 10px 10px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: var(--color-dark);
	padding: 0.75em 0.5em;
	position: relative;
}
.parts-contact .item h3 span.sub {
	font-size: clamp(0.875rem, calc(1.035rem + -0.683vw), 1rem); /* min: 14px, max: 16px */
	font-weight: var(--weight-normal);
}
.parts-contact .item .text {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 30px 20px;
}
.parts-contact .item .text b {
	font-size: 0.90em;
}
.parts-contact .item .text p {
	font-size: 0.95em;
	text-align: center;
	background: var(--color-accent);
	border-radius: 100px;
	padding: 0.25em 1em;
}
.parts-contact .item a {
	filter: unset;
}
.parts-contact .item .text a {
	color: var(--color-base-font);
	font-size: 2em;
	line-height: 1.4;
	display: flex;
	flex-wrap: nowrap;
	align-items: end;
	justify-content: center;
	gap: 0;
	margin-bottom: 0.25em;
}
.parts-contact .item .text a::before {
	content: "";
	width: 1.25em;
	aspect-ratio: 1 / 1;
	background: url(images/common/icon_free_number.svg) no-repeat center / contain;
	margin-right: 5px;
}
.parts-contact .item.ouisya .text a {
	display: inline-flex;
	align-items: center;
}
.parts-contact .item.ouisya .text a::before {
	width: 0.75em;
	background: url(images/common/icon_tel_bl.svg) no-repeat center / contain;
	margin-top: 5px;
}
.parts-contact .item .text a span.attention {
	color: var(--color-attention);
}
@media only screen and (max-width: 820px) {
	.parts-contact > p {	
		text-align: left;
	}
}
@media only screen and (max-width: 468px) {
	.parts-contact .box {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
}

/* =========================================================================================
Parts (CONTACT-OUISYA)
=========================================================================================*/
.parts-contact-ouisya .box {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
	gap: 40px 7.5%;
}
.parts-contact-ouisya .item {
	display: flex;
	flex-direction: column;
	gap: 0;
	background: #fff;
	border: 2px solid var(--color-main);
	border-radius: 10px;
	padding: 0;
}
.parts-contact-ouisya .item h3 {
	font-size: clamp(1.25rem, calc(1.039rem + 0.899vw), 1.5rem); /* min: 20px, max: 24px */
	text-align: center;
	line-height: 1.3;
	min-height: 65px;
	border-radius: 10px 10px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-accent);
	padding: 0.75em 1em;
	position: relative;
}
.parts-contact-ouisya .item .text {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 30px 20px;
}
.parts-contact-ouisya .item .text .btn {
	margin-bottom: 0.75em;
}
.parts-contact-ouisya .item .text p {
	font-size: 0.95em;
	text-align: center;
	width: 100%;
	max-width: 250px;
	background: var(--color-gray);
	border-radius: 100px;
	padding: 0.25em;
}
.parts-contact-ouisya .item.tel .text a {
	color: var(--color-base-font);
	font-size: 1.7em;
	line-height: 1.4;
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	justify-content: start;
	gap: 0 0.25em;
	margin-bottom: 0.25em;
}
.parts-contact-ouisya .item.tel .text a::before {
	content: "";
	width: 0.875em;
	aspect-ratio: 1 / 1;
	background: url(images/common/icon_tel_bl.svg) no-repeat center / contain;
	translate: 0 0.05em;
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
	.parts-contact-ouisya .box {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	.parts-contact-ouisya .item .text .btn,
	.parts-contact-ouisya .item .text .btn a {
		width: 100%;
	}
}

/* =========================================================================================
Parts (CONTACT-SOMPOCREDIT)
=========================================================================================*/
.parts-contact-sompocredit .box {
	width: 100%;
	max-width: 550px;
	margin-inline: auto;
}
.parts-contact-sompocredit .item {
	display: flex;
	flex-direction: column;
	gap: 0;
	background: #fff;
	border: 2px solid var(--color-main);
	border-radius: 10px;
	padding: 0;
}
.parts-contact-sompocredit .item h3 {
	font-size: clamp(1.25rem, calc(1.039rem + 0.899vw), 1.5rem); /* min: 20px, max: 24px */
	text-align: center;
	line-height: 1.3;
	min-height: 65px;
	border-radius: 10px 10px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-accent);
	padding: 0.75em 1em;
	position: relative;
}
.parts-contact-sompocredit .item .text {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 30px 20px;
}
.parts-contact-sompocredit .item .text p {
	font-size: 0.80em;
	text-align: center;
	width: 100%;
	background: var(--color-gray);
	border-radius: 100px;
	padding: 0.25em 0.75em;
}
.parts-contact-sompocredit .item.tel .text a {
	color: var(--color-base-font);
	font-size: 1.7em;
	line-height: 1.4;
	display: flex;
	flex-wrap: nowrap;
	align-items: end;
	justify-content: center;
	gap: 0;
	margin-bottom: 0.25em;
}
.parts-contact-sompocredit .item.tel .text a::before {
	content: "";
	width: 1.25em;
	aspect-ratio: 1 / 1;
	background: url(images/common/icon_free_number.svg) no-repeat center / contain;
	margin-right: 5px;
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
	.parts-contact-sompocredit .box {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
}
