@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wdth,wght@75..100,100..900&display=swap');
@import url("/common/css/headerfooter.css");
/* --------------------------------------------------
	CSS Reset
-------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	scroll-behavior: smooth;
}
body {
	position: relative;
	line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}
ul,ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a:link,
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover,
a:active {
	color: #000;
	text-decoration: underline;
}
a,
a img {
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
a:hover { opacity: 0.7; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
html {
	font-family: 'Noto Sans JP', sans-serif;
}
h1,h2,h3,h4,h5,h6,
dt,dd,li,form,input,select,textarea,
p,address,pre,blockquote,th,td,div {
	font-size: 16px;
	font-family: inherit;
	line-height: 1.6;
	color: #000;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}
div { letter-spacing: 0; }
.roboto { font-family: "Roboto", sans-serif; }
img { vertical-align: top; }
sup {
	font-size: 60%;
	vertical-align: text-top;
}

/* --------------------------------------------------
	.anchor
-------------------------------------------------- */
.anchor { transform: translate(0,-70px); }
@media screen and (max-width: 768px) {
	.anchor { transform: translate(0,-17.1875vw); }
}

/* --------------------------------------------------
	.inner
-------------------------------------------------- */
.inner {
	position: relative;
	margin: 0 auto;
}

/* --------------------------------------------------
	.spOnly .pcOnly
-------------------------------------------------- */
.spOnly,
img.sp,
br.sp,
span.sp { display: none; }
@media screen and (max-width: 768px) {
	.pcOnly,
	img.pc,
	br.pc,
	span.pc { display: none; }
	.spOnly,
	img.sp,
	br.sp,
	span.sp { display: inline-block; }
	br.spOnly,
	br.sp { font-size: 0; }
}

/* --------------------------------------------------
	body, .mainContents
-------------------------------------------------- */
body { padding-top: 70px; }
.mainContents {
	margin: 0 auto;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	body { padding-top: 17.1875vw; }
}

/* --------------------------------------------------
	.error404
-------------------------------------------------- */
.mainContents .error404 { padding-bottom: 100px; }

/* --------------------------------------------------
	.case
-------------------------------------------------- */
.case .mainContents {
	padding-bottom: 200px;
	overflow: hidden;
}
.case .mainContents .inner {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1060px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.case .mainContents {
		padding-bottom: 39.0625vw;
		overflow: hidden;
	}
	.case .mainContents .inner {
		padding: 0;
	}
}

/* --------------------------------------------------
	.case .heading
-------------------------------------------------- */
.case .heading {
	position: relative;
	margin-bottom: 18px;
	background: url("../img/kv_pc.jpg") no-repeat center top;
	background-size: cover;
}
.case .heading .inner {
	padding-top: 96px;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1060px;
	height: 230px;
	box-sizing: border-box;
}
.case .heading h1 {
	position: relative;
	padding-left: 40px;
	font-size: 36px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
}
.case .heading h1::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	display: block;
	width: 21px;
	height: 36px;
	background: url("../img/icon_blinds_white.svg") no-repeat center center;
	background-size: contain;
}
@media screen and (max-width: 1400px) {
	.case .heading {
		margin-bottom: 18px;
		background-size: 1400px auto;
	}
}
@media screen and (max-width: 768px) {
	.case .heading {
		margin-bottom: 3.3334vw;
		background-image: url("../img/kv_sp.jpg");
		background-size: contain;
	}
	.case .heading .inner {
		padding-top: 15.4667vw;
		padding-left: 0;
		padding-right: 0;
		height: 38.6667vw;
	}
	.case .heading h1 {
		margin-left: 7.2vw;
		padding-left: 7.2vw;
		font-size: 6.4vw;
	}
	.case .heading h1::before {
		width: 3.7334vw;
		height: 6.4vw;
	}
}

/* --------------------------------------------------
	.case .breadcrumb
-------------------------------------------------- */
.case .breadcrumb {
	margin-bottom: 56px;
	margin-right: 280px;
}
.case .breadcrumb ol {
	display: flex;
}
.case .breadcrumb ol li {
	white-space: nowrap;
	font-size: 10px;
}
.case .breadcrumb ol li:last-child {
	text-overflow: ellipsis;
	overflow: hidden;
}
.case .breadcrumb ol li + li:before {
	content: '＞';
	display: inline-block;
	margin: 0 1em;
}
@media screen and (max-width: 768px) {
	.case .breadcrumb {
		margin: 0 4vw;
	}
	.case .breadcrumb ol li {
		font-size: 2.9334vw;
	}
}

/* --------------------------------------------------
	.case .searchArea
-------------------------------------------------- */
.case .searchArea {
	position: absolute;
	right: 20px;
	top: 0;
	width: 260px;
}
.case .searchArea input[type=text] {
	padding: 4px;
	width: 100%;
	border: #b2b2b2 1px solid;
	border-radius: 17px;
	box-sizing: border-box;
	text-align: center;
}
.case .searchArea input[type=submit] {
	position: absolute;
	left: 0;
	top: 0;
	width: 34px;
	height: 34px;
	background: url("../img/icon_search.svg") no-repeat 75% 55%;
	background-size: 53%;
	border: 0;
	text-indent: -9999px;
}
@media screen and (max-width: 768px) {
	.case .searchArea {
		position: relative;
		right: auto;
		top: auto;
		margin: 7.4667vw auto;
		width: 77.3334vw;
	}
	.case .searchArea input[type=text] {
		padding: 1.5625vw;
		border-radius: 5.1563vw;
		font-size: 4.0625vw;
	}
	.case .searchArea input[type=submit] {
		margin: 0;
		width: 10.3125vw;
		height: 10.3125vw;
		background-size: 57%;
	}
}

/* --------------------------------------------------
	.case .top-nav-area
-------------------------------------------------- */
.case .top-category-nav {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}
.case .top-category-nav li {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.2);
}
.case .top-category-nav li a:hover {
	text-decoration: none;
}
.case .top-category-nav li figure {
	position: relative;
}
.case .top-category-nav li figure img {
	width: 100%;
}
.case .top-category-nav li figcaption {
	position: relative;
	margin-top: -46px;
	padding-top: 12px;
	padding-left: 40px;
	height: 46px;
	background-color: rgba(0,0,0,0.6);
	box-sizing: border-box;
	font-size: 20px;
	line-height: 1;
	color: #fff;
}
.case .top-category-nav li figcaption::before {
	content: '';
	position: absolute;
	left: 22px;
	top: 50%;
	transform: translate(0,-50%);
	display: block;
	width: 3px;
	height: 26px;
	background: url("../img/icon_blinds1_white.svg") no-repeat center center;
	background-size: contain;
}
.case .top-category-nav li p {
	padding: 1em 1.5em;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.7
}
@media screen and (max-width: 768px) {
	.case .top-nav-area {
		margin: 0 auto;
		width: 92vw;
	}
	.case .top-category-nav {
		grid-template-columns: 1fr 1fr;
		gap: 4vw;
	}
	.case .top-category-nav li {
		border-radius: 1.0667vw;
		box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	}
	.case .top-category-nav li figcaption {
		margin-top: -6.6667vw;
		padding-top: 1.3334vw;
		padding-left: 5.3334vw;
		height: 6.6667vw;
		font-size: 3.2vw;
	}
	.case .top-category-nav li figcaption::before {
		left: 2.9334vw;
		width: 0.5334vw;
		height: 4.2667vw;
	}
	.case .top-category-nav li p {
		font-size: 2.9334vw;
		line-height: 1.54;
	}
}

/* --------------------------------------------------
	.case .second-nav-area
-------------------------------------------------- */
.case .second-nav-area {
	margin-top: 110px;
}
.case .second-category-nav {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 15px;
	padding: 35px 0 30px;
	border-top: #d3d3d3 1px solid;
}
.case .second-category-nav li a:hover {
	text-decoration: none;
}
.case .second-category-nav li figure {
	position: relative;
}
.case .second-category-nav li figure picture {
	position: relative;
	display: block;
}
.case .second-category-nav li figure picture::before {
	content: '';
	position: absolute;
	right: 7px;
	bottom: 7px;
	display: block;
	width: 26px;
	height: 26px;
	background: url("../img/icon_circle_arrow_gray.svg") no-repeat center center;
	background-size: contain;
}
.case .second-category-nav li figure img {
	width: 100%;
	border-radius: 5px;
}
.case .second-category-nav li figcaption {
	padding-top: 10px;
	font-size: 14px;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	.case .second-nav-area {
		margin: 20vw auto 0;
		width: 92vw;
	}
	.case .second-category-nav {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 3.7334vw 1.2vw;
		padding: 8.6667vw 0;
	}
	.case .second-category-nav li figure picture::before {
		right: 1.2vw;
		bottom: 1.2vw;
		width: 4.1334vw;
		height: 4.1334vw;
	}
	.case .second-category-nav li figure img {
		border-radius: 0.8vw;
	}
	.case .second-category-nav li figcaption {
		padding-top: 1.0667vw;
		font-size: 2.4vw;
		text-align: center;
	}
}

/* --------------------------------------------------
	.case .tagNav
-------------------------------------------------- */
.case .tagNav {
	padding: 20px 0;
	border-top: #d3d3d3 1px solid;
	border-bottom: #d3d3d3 1px solid;
}
.case .top-category-nav + .tagNav {
	margin-top: 60px;
}
.case .tagNav h2 {
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
}
.case .tagNav h2 .en {
	display: inline-block;
	font-size: 10px;
	line-height: 1;
}
.case .tagNav h2 .en img {
	width: 40px;
}
.case .tagNav h2 .ja {
	display: inline-block;
	padding-left: 1em;
	font-size: 12px;
	color: #1a1a1a;
	line-height: 1;
	vertical-align: text-bottom;
}
.case .tagNav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}
.case .tagNav ul li {}
.case .tagNav ul li a {
	display: block;
	padding: 8px;
	background: #f0f0f0;
	border-radius: 3px;
	font-size: 13px;
	line-height: 1;
}
.case .tagNav ul li a span:before {
	content: '#';
}
@media screen and (max-width: 768px) {
	.case .tagNav {
		padding: 3.3334vw 0 5.3334vw;
	}
	.case .top-category-nav + .tagNav {
		margin-top: 20vw;
	}
	.case .tagNav h2 {
		margin-bottom: 3.3334vw;
		font-size: 3.2vw;
	}
	.case .tagNav h2 .en img {
		width: 10.5334vw;
	}
	.case .tagNav h2 .ja {
		font-size: 3.2vw;
	}
	.case .tagNav ul {
		gap: 2vw;
	}
	.case .tagNav ul li a {
		padding: 0.5em 0.8em;
		border-radius: 1.0667vw;
		font-size: 2.9334vw;
	}
}

/* --------------------------------------------------
	.case .main-container
-------------------------------------------------- */
.case .main-container {
	position: relative;
}
.case.home .main-container .articleList {
	margin-top: 90px;
}
.case .main-container .articleList .lead {
	margin-bottom: 1em;
	font-size: 26px;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	.case .main-container .articleList {
		margin: 0 auto;
		width: 92vw;
	}
	.case.home .main-container .articleList {
		margin-top: 12.5334vw;
	}
	.case .main-container .articleList .lead {
		font-size: 3.7334vw;
	}
}

/* --------------------------------------------------
	.case .articleList .articleListCard
-------------------------------------------------- */
.case .articleList .articleListCard {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	margin-bottom: 90px;
}
.case.home .articleList .articleListCard {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.case .articleList .articleListCard > li {
	position: relative;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.2);
}
.case .articleList .articleListCard > li a:hover {
	text-decoration: none;
}
.case .articleList .articleListCard > li figure {
	position: relative;
}
.case .articleList .articleListCard > li figure img {
	width: 100%;
	aspect-ratio: 240 / 220;
	object-fit: cover;
}
.case.category .articleList .articleListCard > li figure img,
.case.tag .articleList .articleListCard > li figure img {
	aspect-ratio: 326 / 242;
}
.case .articleList .articleListCard > li figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0.5em 1em;
	width: 100%;
	min-height: 28px;
	background-color: rgba(0,0,0,0.6);
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1;
	color: #fff;
}
.case .articleList .articleListCard > li p.subject {
	padding: 0.8em 1.5em 1.2em;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}
.case .articleList .articleListCard > li p.date {
	padding: 0 1.5em 1.2em;
	font-size: 11px;
	font-weight: 300;
	line-height: 1;
	text-align: right;
}
.case.home .articleList .articleListCard > li p.date {
	padding-top: 1.2em;
}
@media screen and (max-width: 768px) {
	.case .articleList .articleListCard {
		grid-template-columns: 1fr 1fr;
		gap: 4vw;
		margin: 0 auto 10.6667vw;
		width: 92vw;
	}
	.case.home .articleList .articleListCard {
		grid-template-columns: 1fr 1fr;
	}
	.case .articleList .articleListCard > li {
		border-radius: 1.3334vw;
		box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	}
	.case .articleList .articleListCard > li figcaption {
		min-height: 6.4vw;
		font-size: 2.9334vw;
	}
	.case .articleList .articleListCard > li p.subject {
		padding: 0.5em 1em 1em;
		font-size: 2.9334vw;
	}
	.case .articleList .articleListCard > li p.date {
		padding: 0 1em 1em;
		font-size: 2.4vw;
	}
}

/* --------------------------------------------------
	.case .pagination
-------------------------------------------------- */
.case .pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin: 0 auto;
}
.case .pagination h2 {
	display: none;
}
.case .articleDetail .pagination {
	gap: 75px;
}
.case .pagination a { color: #000; }
.case .pagination ul.page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
}
.case .pagination ul.page-numbers li span,
.case .pagination ul.page-numbers li a {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #f0f0f0;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	line-height: 1;
}
.case .pagination .page-numbers.current {
	opacity: 0.3;
}
.case .pagination .page-numbers.dots {
	background-color: transparent;
}
.case .pagination .page-numbers.prev,
.case .pagination .page-numbers.next {
	display: block;
	width: 11px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-indent: -9999px;
	background-color: transparent;
}
.case .pagination .page-numbers.prev {
	background-image: url("../img/btn_prev.svg");
}
.case .pagination .page-numbers.next {
	background-image: url("../img/btn_next.svg");
}
.case .pagination .pagination-prev-article {
	margin-right: auto;
}
.case .pagination .pagination-next-article {
	margin-left: auto;
}
.case .pagination .pagination-prev-article a,
.case .pagination .pagination-next-article a {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 16px;
	line-height: 1;
}
.case .pagination .pagination-prev-article a:before,
.case .pagination .pagination-next-article a:after {
	content: '';
	display: block;
	width: 11px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.case .pagination .pagination-prev-article a:before {
	background-image: url("../img/btn_prev.svg");
}
.case .pagination .pagination-next-article a:after {
	background-image: url("../img/btn_next.svg");
}
@media screen and (max-width: 768px) {
	.case .pagination {
		gap: 6.25vw;
	}
	.case .articleDetail .pagination {
		justify-content: space-between;
	}
	.case .pagination ul.page-numbers {
		gap: 4.6667vw;
	}
	.case .pagination ul.page-numbers li span,
	.case .pagination ul.page-numbers li a {
		width: 7.2vw;
		height: 7.2vw;
		font-size: 2.8001vw;
	}
	.case .pagination .page-numbers.prev,
	.case .pagination .page-numbers.next {
		width: 2.1334vw;
		height: 7.2vw;
	}
	.case .pagination .pagination-prev-article a,
	.case .pagination .pagination-next-article a {
		gap: 4.6875vw;
		font-size: 4.0625vw;
	}
	.case .pagination .pagination-prev-article a:before,
	.case .pagination .pagination-next-article a:after {
		width: 2.1334vw;
		height: 3.7334vw;
	}
}

/* --------------------------------------------------
	.case .articleDetail
-------------------------------------------------- */
.case .articleDetail {
	margin: 0 auto;
	width: 100%;
	max-width: 860px;
}
.case .articleDetail header {
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom: #000000 1px solid;
}
.case .articleDetail header .article-title h1 {
	font-size: 34px;
	font-weight: 400;
	line-height: 1.3;
}
.case .articleDetail article {
	margin: 0 auto 100px;
	padding: 0 0 100px;
	border-bottom: #000000 1px solid;
}
.case .articleDetail .textArea a {
	color: #000;
	text-decoration: underline;
}
.case .articleDetail .textArea a:hover {
	text-decoration: none;
}
.case .articleDetail .textArea .mt0 {
	margin-top: 0;
}
.case .articleDetail .textArea .mt1 {
	margin-top: 1em;
}
.case .articleDetail .textArea .mt2 {
	margin-top: 2em;
}
.case .articleDetail .textArea .mt3 {
	margin-top: 3em;
}
.case .articleDetail .textArea .mt4 {
	margin-top: 4em;
}
.case .articleDetail .textArea .mt5 {
	margin-top: 5em;
}
.case .articleDetail .textArea .mb0 {
	margin-bottom: 0;
}
.case .articleDetail .textArea .mb1 {
	margin-bottom: 1em;
}
.case .articleDetail .textArea .mb2 {
	margin-bottom: 2em;
}
.case .articleDetail .textArea .mb3 {
	margin-bottom: 3em;
}
.case .articleDetail .textArea .mb4 {
	margin-bottom: 4em;
}
.case .articleDetail .textArea .mb5 {
	margin-bottom: 5em;
}
.case .articleDetail .textArea > * +  [class^="wp-block-"] {
	margin-top: 3em;
}
.case .articleDetail .textArea > * +  h1,
.case .articleDetail .textArea > * +  h2,
.case .articleDetail .textArea > * +  h3,
.case .articleDetail .textArea > * +  h4,
.case .articleDetail .textArea > * +  h5,
.case .articleDetail .textArea > * +  h6,
.case .articleDetail .textArea > * + p,
.case .articleDetail .textArea > * + table,
.case .articleDetail .textArea > * + ul,
.case .articleDetail .textArea > * + ol {
	margin-top: 2em;
}
.case .articleDetail .textArea > * +  .wp-block-image {
	text-align: center;
}
.case .articleDetail .textArea p,
.case .articleDetail .textArea li {
	font-size: 16px;
	line-height: 1.8;
}
.case .articleDetail .textArea h1 {
	font-size: 22px;
	font-weight: 500;
}
.case .articleDetail .textArea h2 {
	font-size: 20px;
	font-weight: 500;
}
.case .articleDetail .textArea h3 {
	font-size: 18px;
	font-weight: 500;
}
.case .articleDetail .textArea h4 {
	font-size: 16px;
	font-weight: 500;
}
.case .articleDetail .textArea h5 {
	font-size: 14px;
	font-weight: 500;
}
.case .articleDetail .textArea h6 {
	font-size: 12px;
	font-weight: 500;
}
.case .articleDetail .textArea .has-x-large-font-size {
	font-size: 22px !important;
}
.case .articleDetail .textArea .has-large-font-size {
	font-size: 20px !important;
}
.case .articleDetail .textArea .has-medium-font-size {
	font-size: 18px !important;
}
.case .articleDetail .textArea .has-regular-font-size {
	font-size: 16px !important;
}
.case .articleDetail .textArea .has-small-font-size {
	font-size: 11px !important;
}
.case .articleDetail figure {
}
.case .articleDetail figure img {
	width: 	auto;
	height: auto;
	max-width: 100%;
}
.case .articleDetail .textArea figure figcaption {
	font-size: 11px;
	text-align: center;
}
.case .articleDetail .textArea table th,
.case .articleDetail .textArea table td {
	padding: 10px;
	border: #000 1px solid;
	text-align: left;
}
.case .articleDetail .textArea ul,
.case .articleDetail .textArea ol {
	margin-left: 1em;
}
.case .articleDetail .textArea ul {
	list-style: disc outside;
}
.case .articleDetail .textArea ol {
	list-style: decimal outside;
}
.case .articleDetail .textArea .col2 {
	display: flex;
	gap: 20px;
}
.case .articleDetail footer {
	margin-top: 40px;
}
.case .articleDetail footer .article-tag {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.case .articleDetail footer .article-tag li {}
.case .articleDetail footer .article-tag li a {
	display: block;
	padding: 8px;
	background: #f0f0f0;
	border-radius: 3px;
	font-size: 10px;
	line-height: 1;
}
.case .articleDetail footer .article-tag li a span:before {
	content: '#';
}
.case .articleDetail .pagination {
	max-width: 340px;
}
@media screen and (max-width: 768px) {
	.case .articleDetail {
		max-width: 92vw;
	}
	.case .articleDetail header {
		margin-bottom: 5.3334vw;
		padding-bottom: 5.3334vw;
	}
	.case .articleDetail header .article-title h1 {
		font-size: 4.8vw;
	}
	.case .articleDetail article {
		margin-bottom: 10vw;
		padding-bottom: 10vw;
	}
	.case .articleDetail .textArea .is-layout-flex {
		gap: 2.6667vw;
	}
  .case .articleDetail .textArea .wp-block-columns.sp2col:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex: 0 1 auto !important;
		width: calc( (100% - 2.6667vw) / 2 );
  }
	.case .articleDetail .textArea >  .wp-block-image.size-full {
		margin-left: -4vw;
		width: 100vw;
	}
	.case .articleDetail .textArea p,
	.case .articleDetail .textArea li {
		font-size: 3.4667vw;
		line-height: 1.8;
	}
	.case .articleDetail .textArea h1 {
		font-size: 5vw;
	}
	.case .articleDetail .textArea h2 {
		font-size: 4.6875vw;
	}
	.case .articleDetail .textArea h3 {
		font-size: 4.375vw;
	}
	.case .articleDetail .textArea h4 {
		font-size: 4.0625vw;
	}
	.case .articleDetail .textArea h5 {
		font-size: 3.75vw;
	}
	.case .articleDetail .textArea h6 {
		font-size: 3.4376vw;
	}
	.case .articleDetail .textArea .has-x-large-font-size {
		font-size: 5vw !important;
	}
	.case .articleDetail .textArea .has-large-font-size {
		font-size: 4.6875vw !important;
	}
	.case .articleDetail .textArea .has-medium-font-size {
		font-size: 4.375vw !important;
	}
	.case .articleDetail .textArea .has-regular-font-size {
		font-size: 4.0625vw !important;
	}
	.case .articleDetail .textArea .has-small-font-size {
		font-size: 3.125vw !important;
	}
	.case .articleDetail .textArea figure figcaption {
		font-size: 3.125vw;
	}
	.case .articleDetail .textArea table th,
	.case .articleDetail .textArea table td {
		padding: 3.125vw;
	}
	.case .articleDetail footer {
		margin-top: 10vw;
	}
	.case .articleDetail footer .article-tag {
		gap: 2.3438vw;
	}
	.case .articleDetail footer .article-tag li a {
		padding: 0.5em 0.8em;
		border-radius: 1.0667vw;
		font-size: 2.9334vw;
	}
	.case .articleDetail .pagination { max-width: 92vw; }
}