@charset "utf-8";
/*---------------------------------------
 Wordpress調整用
-----------------------------------------*/
body {
	background-color: #929292 !important;
}
.breadcrumb {
	display: none !important;
}
.no-sidebar .content .main {
	padding: 0 !important;
}
.article h1,
h3.entry-card-productid,
.entry-categories-tags,
.under-entry-content {
	display: none !important;
}
.entry-content {
	margin: 0 !important;
}
footer {
	padding: 0 2rem 0.5rem !important;
}
@media only screen and (max-width: 480px) {
	footer {
		padding: 0 0.5rem 0 !important;
	}
}
/*---------------------------------------
 Common
-----------------------------------------*/
#knowledge {
	background-color: #FFFFFF;
	color: #333333;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-align: center;
}
#knowledge section {
	margin: 0 auto;
	padding: 0 4rem;
}
section::before {
	content:'';
	display: block;
	margin-top: -2rem;
	padding-top: 2rem;
}
#knowledge .knowledge_cont {
	margin: 0 auto 6rem;
}
body > #knowledge div:last-of-type .knowledge_cont {
	margin: 0 auto;
}
#knowledge .pc { display: block !important; }
#knowledge .sp { display: none !important; }
#knowledge ol, #knowledge ul, #knowledge li, #knowledge dl, #knowledge dt, #knowledge dd {
	list-style: none;
	margin: 0;
	padding: 0;
}
#knowledge h1 {
	display: none;
}
#knowledge a {
	background-image: linear-gradient(#5c72ff, #01a7d4);
	border-radius: 0.25rem;
	box-sizing: border-box;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	grid-column: 2 / 5;
	grid-row: 8 / 9;
	height: 4rem;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
#knowledge a:hover {
	background-image: linear-gradient(#01a7d4, #5c72ff);
	opacity: 1;
}
#knowledge a::before {
	border: #FFFFFF 2px solid;
	border-radius: 0.15rem;
	box-sizing: border-box;
	content: "";
	height: 3.5rem;
	position: absolute;
	top: 0.25rem;
	left: 0.25rem;
	width: calc(100% - 0.5rem);
}
#knowledge a i {
	font-size: 1.25rem;
	margin-left: 0.5rem;
}
#knowledge img {
	max-width: 100%;
	vertical-align: top;
	width: fit-content;
}
/*---------------------------------------
 Key Visual
-----------------------------------------*/
#kv {
	aspect-ratio: 192 / 125;
	background-image: url(micro-sc_01.webp);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto 6rem;
	text-indent: -9999px;
	width: 100%;
}
/*---------------------------------------
 Introduction
-----------------------------------------*/
#introduction {
	padding: 3rem 0 0;
}
#introduction h2 {
	background-color: unset;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	font-size: 2.5em;
	line-height: 1;
	margin: 0 auto;
	padding: 0 3rem;
}
#introduction h2 em {
	font-size: 0.75em;
	font-style: normal;
}
#introduction h2 strong {
	font-size: 1.75em;
	width: 100%;
}
#introduction h2 span {
	background-image: radial-gradient(circle at center, #E37E3B 20%, transparent 20%);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 6.75rem 3rem;
	color: #E37E3B;
	font-size: 1.35em;
	padding-top: 1.25rem;
}
#introduction h3 {
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.25rem;
	margin: 5rem 0;
	padding: 0;
}
#introduction h3::before,
#introduction h3::after {
	background-color: #333333;
	border-radius: 5rem;
	content: "";
	height: 0.35rem;
	width: 3.5rem;
}
#introduction h3::before {
	transform: rotate(60deg);
}
#introduction h3::after {
	transform: rotate(-60deg);
}
#introduction h3 strong {
	color: #E37E3B;
}
#introduction h4 {
	border: none;
	font-size: 1.9em;
	margin: 5rem 0 0;
	padding: 0;
}
#introduction #overview {
	font-size: 1em;
	line-height: 2;
}
/*---------------------------------------
 Comparison
-----------------------------------------*/
#knowledge .comparison h3 {
	background-color: #FFEBD2;
	border: none;
	border-radius: 5rem 0 0 5rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 2em;
	line-height: 1;
	margin: 0 0 2rem;
	padding: 0;
	width: 100%;
}
#knowledge .comparison h3::before,
#knowledge .comparison h3::after {
	background-color: unset;
	border-radius: unset;
	content: unset;
	height: unset;
	transform: unset;
	width: unset;
}
#knowledge .comparison h3 em {
	display: inline-block;
	background-color: #E37E3B;
	border-radius: 50%;
	height: 3.5rem;
	margin: 0 0.5rem 0 0;
	width: 3.5rem;
}
#knowledge .comparison h3 span {
	padding: 0 0 0.25rem;
}
.comparison table {
	border-collapse: separate;
	border-spacing: 0.5rem;
	width: 100%;
}
.comparison th {
	background-color: #262626;
	color: #FFFFFF;
	font-size: 1.5em;
	padding: 1.5rem 0;
}
.comparison th.blank {
	background-color: unset;
	border: unset;
}
.comparison th strong {
	font-size: 2em;
	font-weight: bold;
}
.comparison td {
	background-color: #F3F3F3;
	border: #C2C2C2 5px solid;
	color: #575757;
	font-size: 2em;
	font-weight: 900;
	line-height: 1;
	padding: 1rem 0 2rem;
	width: 38%;
}
.comparison td em {
	font-size: 1.25em;
	font-style: normal;
}
.comparison td strong {
	color: #9C9C9C;
	font-size: 5rem;
	vertical-align: text-bottom;
}
.comparison td:nth-child(3n) {
	background-color: #FFEBD2;
	border: #E37E3B 5px solid;
}
.comparison td:nth-child(3n) strong {
	color: #B04600;
	font-size: 5rem;
}
.comparison td.competitor {
	background-color: #7D7D7D;
	border: unset;
	color: #FFFFFF;
	padding: 0.5rem 0 0.75rem;
}
.comparison td.bw {
	background-color: #E37E3B;
	border: unset;
	color: #FFFFFF;
	padding: 0.5rem 0 0.75rem;
}
.comparison td.line {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	justify-content: center;
	padding: 1.5rem 0;
	width: auto;
}
.comparison td.line small {
	display: inline-block;
	font-size: 0.5em;
	font-weight: 700;
	width: 100%;
}
.comparison td.line small em {
	color: #B04600;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 900;
	position: unset;
}
.comparison #price {
	color: #7D7D7D;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 2.75em;
	font-weight: 900;
	line-height: 1.1;
	margin: 6rem 0 0;
}
.comparison #price strong {
	color: #333333;
	display: block;
	font-size: 1.2em;
	width: 100%;
}
.comparison #price strong span {
	color: #FFEBD2;
	font-size: 1.75em;
	-webkit-text-stroke: 10px #B04600;
	padding: 0 0.025em 0 0.05em;
	paint-order: stroke;
}
.comparison table#cut td {
	padding: 1.5rem 0 2rem;
}
.comparison table#cut td.competitor {
	background-color: #7D7D7D;
	border: unset;
	color: #FFFFFF;
	padding: 0.5rem 0 0.75rem;
}
.comparison table#cut td.bw {
	background-color: #E37E3B;
	border: unset;
	color: #FFFFFF;
	padding: 0.5rem 0 0.75rem;
}
.comparison table#cut td#extension {
	font-size: 3em;
}
.comparison table#cut td:nth-child(3n)#extension {
	color: #B04600;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 2.5em;
	padding: 1rem 0;
	width: auto;
}
.comparison table#cut td:nth-child(3n)#extension span {
	font-size: 0.5em;
}
.comparison table#cut td:nth-child(3n)#extension span em {
	color: #575757;
	font-size: 0.75em;
	font-style: normal;
}
/*---------------------------------------
 Solution
-----------------------------------------*/
#solution h2 {
	background-color: unset;
	font-size: 3em;
	font-weight: 900;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#solution h2 span {
	color: #E37E3B;
	display: block;
	font-size: 0.75em;
}
#solution h3 {
	background-color: #E37E3B;
	border: none;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	height: 3.5rem;
	line-height: 3.5rem;
	margin: 4rem 0 1rem;
	padding: 0;
	position: relative;
}
#solution h3 span {
	font-size: 1.75rem;
	padding: 0 0 0 1rem;
	text-align: center;
	width: 20%;
}
#solution h3 span em {
	font-size: 1.5em;
	font-style: normal;
}
#solution h3 strong {
	background-color: #FFFFFF;
	box-sizing: border-box;
	color: #7D7D7D;
	flex-grow: 1;
	font-size: 1.25em;
	height: 3.5rem;
	line-height: 3.5rem;
	padding: 0 2rem;
	position: relative;
	text-align: center;
}
#solution h3 strong::before,
#solution h3 strong::after {
	content: "";
	height: 0;
	position: absolute;
	width: 0;
	z-index: 1;
}
#solution h3 strong::before {
	border-color: #E37E3B transparent #E37E3B #E37E3B;
	border-style: solid;
	border-width: 1.75rem 1.25rem 1.75rem 1rem;
	top: 0;
	left: 0;
}
#solution h3 strong::after {
	border-color: #E37E3B #E37E3B #E37E3B transparent;
	border-style: solid;
	border-width: 1.75rem 1rem 1.75rem 1.25rem ;
	top: 0;
	right: 0;
}
#solution h3 strong em {
	color: #E37E3B;
	font-size: 1.5em;
	font-style: normal;
	vertical-align: top;
}
/*---------------------------------------
 Inquiry
-----------------------------------------*/
#inquiry {
	background-color: #FFEBD2;
	background-image: url(img/knowledge_04.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding: 10rem 2rem 4rem;
	text-align: center;
}
#inquiry h3 {
	border-top: none;
	border-right: none;
	border-bottom: #333333 3px solid;
	border-left: none;
	display: block;
	font-size: 2.35em;
	font-weight: 900;
	margin: 0 auto 0.5rem;
	padding: 0 0 0.5rem;
	width: 100%;
}
#inquiry h3 strong {
	color: #E37E3B;
}
#inquiry h3 + strong {
	font-size: 1.5em;
}
@media only screen and (max-width: 1024px) {
	#introduction h2 strong {
		font-size: 1.5em;
	}
	#introduction h2 span {
		background-size: 5.5rem 3rem;
		font-size: 1.25em;
	}
	#introduction h3 {
		font-size: 2.75rem;
	}
	#introduction h4 {
		font-size: 1.65em;
	}
	#introduction #overview {
		font-size: 0.85em;
		line-height: 2;
	}
	.comparison #price {
		font-size: 2.25em;
	}
	#solution h3 strong {
		font-size: 1em;
	}
	#inquiry h3 {
		font-size: 1.9em;
	}
}
@media only screen and (max-width: 960px) {
	#knowledge section {
		padding: 0 1rem;
	}
	#knowledge .knowledge_cont {
		margin: 0 auto 4rem;
	}
	#introduction {
		padding: 3rem 1.5rem 0;
	}
	#introduction h2 {
		padding: 0;
	}
	#introduction h2 strong {
		font-size: 1em;
	}
	#introduction h2 span {
		background-size: 3.5rem 3rem;
		font-size: 1.25em;
	}
	#introduction h4 {
		font-size: 1.2em;
		margin: 2rem 0 0;
	}
	#introduction #overview {
		font-size: 0.9em;
		text-align: left;
	}
	#introduction h3 {
		font-size: 2rem;
		margin: 2rem 0;
	}
	#introduction h3::before,
	#introduction h3::after {
		height: 0.25rem;
		width: 2.5rem;
	}
	#knowledge .comparison h3 {
		font-size: 1.75em;
		margin: 0 0 1rem;
	}
	.comparison th {
		font-size: 1.25em;
	}
	.comparison th strong {
		font-size: 1.5em;
	}
	.comparison td {
		font-size: 1.5em;
		padding: 0.5rem 0 1rem;
	}
	.comparison td.line {
		padding: 1rem 0;
	}
	.comparison td strong,
	.comparison td:nth-child(3n) strong {
		font-size: 3rem;
	}
	.comparison #price {
		font-size: 1.75em;
		margin: 4rem 0 0;
	}
	.comparison table#cut td:nth-child(3n)#extension {
		font-size: 2em;
	}
	#solution h3 span {
		font-size: 1rem;
		width: 15%;
	}
	#solution h3 strong em {
		font-size: 1em;
	}
	#inquiry {
		padding: 8rem 2rem 2rem;
	}
	#inquiry h3 {
		font-size: 1.35em;
	}
	#inquiry h3 + strong {
		font-size: 1.25em;
	}
}
@media only screen and (max-width: 720px) {
	#introduction h4 {
		font-size: 1em;
	}
	#introduction #overview {
		font-size: 0.75em;
	}
	#introduction h3 {
		font-size: 1.65rem;
	}
	.comparison td {
		font-size: 1.35em;
	}
	.comparison #price {
		font-size: 1.5em;
		margin: 3rem 0 0;
	}
	.comparison table#cut td:nth-child(3n)#extension {
		font-size: 1.75em;
	}
	#solution h2 {
		font-size: 2em;
	}
	#solution h3 {
		height: 2.5rem;
		line-height: 2.5rem;
		margin: 3rem 0 1rem;
	}
	#solution h3 span {
		width: 17.5%;
	}
	#solution h3 strong {
		font-size: 0.85em;
		height: 2.5rem;
		line-height: 2.5rem;
	}
	#solution h3 strong::before {
		border-width: 1.25rem 0.75rem 1.25rem 0.5rem;
	}
	#solution h3 strong::after {
		border-width: 1.25rem 0.5rem 1.25rem 0.75rem;
	}
	#inquiry {
		padding: 6rem 1rem 2rem;
	}
	#inquiry h3 {
		font-size: 1.25em;
	}
	#inquiry h3 + strong {
		font-size: 1em;
	}
}
@media only screen and (max-width: 480px) {
	#knowledge .knowledge_cont {
		margin: 0 auto 2rem;
	}
	#knowledge .pc { display: none !important; }
	#knowledge .sp { display: block !important; }
	#introduction h2 {
		font-size: 1.15em;
	}
	#introduction {
		padding: 2rem 1rem 0;
	}
	#introduction h2 strong {
		font-size: 1.25em;
		padding: 0.5rem 0 0;
	}
	#introduction h2 span {
		background-image: radial-gradient(circle at center, #E37E3B 15%, transparent 15%);
		background-size: 1.75rem 2.5rem;
		font-size: 1em;
	}
	#introduction h3 {
		font-size: 0.95rem;
		margin: 2rem 0;
	}
	#introduction h3::before,
	#introduction h3::after {
		height: 0.15rem;
		width: 1rem;
	}
	#introduction h4 {
		margin: 2rem 0 0.5rem;
	}
	#introduction #overview {
		line-height: unset;
	}
	#knowledge .comparison h3 {
		font-size: 0.95em;
	}
	#knowledge .comparison h3 em {
		height: 2rem;
		margin: 0 0.25rem 0 0;
		width: 2rem;
	}
	.comparison table {
		border-spacing: 0.25rem;
	}
	.comparison th {
		font-size: 0.75em;
		padding: 0.5rem 0;
	}
	.comparison td {
		border: #C2C2C2 2px solid;
		font-size: 0.85em;
		padding: 0 0 0.25rem;
	}
	.comparison td:nth-child(3n) {
		border: #E37E3B 2px solid;
	}
	.comparison td strong,
	.comparison td:nth-child(3n) strong {
		font-size: 1.5rem;
	}
	.comparison td.line {
		padding: 0.5rem 0;
	}
	.comparison td.line small {
		font-size: 0.65em;
	}
	.comparison #price {
		font-size: 1em;
		margin: 2rem 0 0;
	}
	.comparison #price strong {
		font-size: 1.1em;
	}
	.comparison #price strong span {
		font-size: 1.5em;
		font-weight: 500;
		-webkit-text-stroke: 5px #B04600;
	}
	.comparison table#cut td {
		padding: 0.5rem 0 0.75rem;
	}
	.comparison table#cut td#extension {
		font-size: 1.5em;
	}
	.comparison table#cut td:nth-child(3n)#extension {
		font-size: 1em;
		padding: 0.5rem 0;
	}
	.comparison table#cut td:nth-child(3n)#extension span {
		font-size: 0.75em;
	}
	.comparison table#cut td:nth-child(3n)#extension span em {
		font-size: 1em;
	}
	#solution h2 {
		font-size: 1.5em;
	}
	#solution h3 {
	        height: 2rem;
	        line-height: 2rem;
		margin: 2rem 0 1rem;
	}
	#solution h3 span {
		display: none;
	}
	#solution h3 strong {
		font-size: 0.7em;
		height: 2rem;
		line-height: 2rem;
		padding: 0;
	}
	#solution h3 strong::before {
		border-width: 1rem 0.5rem 1rem 0.25rem;
	}
	#solution h3 strong::after {
		border-width: 1rem 0.25rem 1rem 0.5rem;
	}
	#inquiry {
		padding: 4rem 1rem 2rem;
	}
	#inquiry h3 {
		font-size: 1em;
	}
	#inquiry h3 + strong {
		font-size: 1em;
	}
}
