@charset "UTF-8";

/*----------------------------------------------------------*/
/* カスタマイズ用CSS 1
/*----------------------------------------------------------*/
:root {
	--main: #4272BE;
	--sub:  #2A4979;
	--red: #B73531;
	--orange: #ff6900;
	--yellow: #ffff00;
	--base: #d1d7fc;
	--base2: #f6f6f6;
	--base3: #edf1f8;
	--text: #333333;
	--link: #366bdf;
	--line: #5ac263;
	--gradient: linear-gradient(to bottom, #366bdf 0%, #366bdf 25%, #2855cd 100%);
	--ease-out: cubic-bezier(0.30, 1.00, 0.30, 1.00);
	--ease-in: cubic-bezier(0.75, 0.05, 0.9, 0.05);
	--ease-inout: cubic-bezier(0.85, 0.00, 0.07, 1.00);
	--font-jp: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	--font-en: "Barlow", sans-serif;
	--font-all: "Barlow", YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	--ease: all 0.3s ease;
}
*{
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
}
html{
	box-sizing:border-box;
	line-height:1;
	font-size: 62.5%; /*  50 56.25 62.5 68.75 75*/
	background: #fff;
	-webkit-font-smoothing: antialiased;
}
html {
visibility: hidden;
}
html.wf-active {
visibility: visible;
}
::placeholder {
	color: #ccc;
}
body {
	font-family: var(--font-jp);
	font-style: normal;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt" 1;
	overflow-x: hidden;
	counter-reset: count;
	animation: fadeIn 2.5s ease 0s 1 normal;
	letter-spacing: 0.15em;
	color: var(--text);
}
.content div {
	margin: 0;
}

/*構成*/
#all_wrap {
	width: calc(100%);
	padding: 120px 0 0;
	margin: 0;
	position: relative;
}
#all_wrap.lp_page {
	width: calc(100%);
	padding: 0;
	margin: 0;
	position: relative;
}
.widget {
	padding: 0;
	margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*構成*/
	#all_wrap {
		width: calc(100%);
		padding: 0;
		margin: 0 auto;
		position: relative;
		padding-top: 96px;
	}
	.l-footer {
		width: calc(100%);
		padding: 0;
		margin: 0 auto;
		position: relative;
	}
	.widget {
		margin-bottom: 0;
	}
}


.content a { color: var(--text); font-weight: 500; text-decoration: underline; transition: var(--ease); }
.content a:hover { color: var(--text); font-weight: 500; text-decoration: none; transition: var(--ease); }

.content .size-full,
.content .size-large,
.content .size-medium,
.content .size-thumbnail {
	margin-bottom: 1em;
}

#all_wrap .content a.wp-block-button__link {
	display: block;
	width: 50%;
	color: #fff;
	transition: ease 0.2s;
	position: relative;
	padding: 10px 20px;
	margin: 0 auto;
}
#all_wrap .content a.wp-block-button__link:hover { text-decoration: none; opacity: 0.8; transition: ease 0.2s; }
#all_wrap .content a.wp-block-button__link::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%) rotate(-45deg);
	-webkit-transform: translate(0,-50%) rotate(-45deg);
	transition: ease 0.2s;
}
#all_wrap .content a.wp-block-button__link:hover::after {
	right: 18px;
	transition: ease 0.2s;
}

/* スクロールの幅の設定 */
html::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

/* スクロールの背景の設定 */
html::-webkit-scrollbar-track {
	border-radius: 0;
	box-shadow: 0 0 4px #fff inset;
}

/* スクロールのつまみ部分の設定 */
html::-webkit-scrollbar-thumb {
	border-radius: 0;
	background: #c8c8c8;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

#all_wrap .single_content a { color: var(--text); font-weight: 500; transition: ease 0.2s; }
#all_wrap .single_content a:hover { color: #var(--text); font-weight: 500; text-decoration: underline; transition: ease 0.2s; }


/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap { position: relative; overflow: hidden; }
	#all_wrap .content a.wp-block-button__link {
		display: block;
		width: 90%;
		color: #fff;
		transition: ease 0.2s;
		position: relative;
		padding: 10px 50px;
		margin: 0 auto;
	}
}

/*ページトップ*/
#to_top {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 40px;
	height: 40px;
	background: var(--main);
	border-radius: 50%;
	position: fixed;
	bottom: 25px;
	right: 25px;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}
#to_top::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0;
	background: none;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: calc(50% + 2px);
	left: 50%;
	transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform: rtranslate(-50%,-50%) rotate(-45deg);
}
#to_top:hover {
	opacity: 0.8;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*ページトップ*/
	#to_top {
		width: 30px;
		height: 30px;
		bottom: 65px;
		right: 15px;
	}
}

/*reCAPTCHA*/
.grecaptcha-badge {
	z-index: 999;
}


/************************************************************/
/*　共通
/************************************************************/


/*sec*/
.sec {
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.sec.mb100 {
	margin-bottom: 100px;
}

/*本文*/
#all_wrap .content {
	font-size: 14px;
	line-height: 2;
	padding: 0;
	margin: 0 auto;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*本文*/
	#all_wrap .content {
		font-size: 14px;
		line-height: 2;
		padding: 0;
		margin: 0 auto;
	}
}

/************************************************************/
/*　コンテンツ整形
/************************************************************/
#all_wrap p {
	font-size: 16px;
	line-height: 2;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	font-style: normal;
}
#all_wrap .content p {
	font-size: 16px;
	line-height: 2;
	padding: 0;
	margin: 0 auto 20px;
}
#all_wrap img.alignleft {
	margin-right: 30px;
	margin-bottom: 30px;
}
#all_wrap img.alignright {
	margin-left: 30px;
	margin-bottom: 30px;
}
#all_wrap p a {
	color: var(--link);
	text-decoration: underline;
}
#all_wrap p a:hover {
	color: var(--link);
	text-decoration: none;
}


/*下マージン*/
#all_wrap .content .mb0,
#all_wrap .content .mb0 { margin-bottom: 0px; }
#all_wrap .content .mb5,
#all_wrap .content .mb5 { margin-bottom: 5px; }
#all_wrap .content .mb10,
#all_wrap .content .mb10 { margin-bottom: 10px; }
#all_wrap .content .mb20,
#all_wrap .content .mb20 { margin-bottom: 20px; }
#all_wrap .content .mb30,
#all_wrap .content .mb30 { margin-bottom: 30px; }
#all_wrap .content .mb40,
#all_wrap .content .mb40 { margin-bottom: 40px; }
#all_wrap .content .mb50,
#all_wrap .content .mb50 { margin-bottom: 50px; }
#all_wrap .content .mb60,
#all_wrap .content .mb60 { margin-bottom: 60px; }
#all_wrap .content .mb70,
#all_wrap .content .mb70 { margin-bottom: 70px; }
#all_wrap .content .mb80,
#all_wrap .content .mb80 { margin-bottom: 80px; }
#all_wrap .content .mb90,
#all_wrap .content .mb90 { margin-bottom: 90px; }
#all_wrap .content .mb100,
#all_wrap .content .mb100 { margin-bottom: 100px; }
#all_wrap .content .mb150,
#all_wrap .content .mb150 { margin-bottom: 150px; }
#all_wrap .content .mb200,
#all_wrap .content .mb200 { margin-bottom: 200px; }

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap p {
		font-size: 14px;
		line-height: 2em;
		font-weight: 400;
		font-feature-settings: "palt" 1;
		font-style: normal;
	}
	#all_wrap .content p {
		font-size: 14px;
		line-height: 2em;
		padding: 0;
		margin-bottom: 10px;
	}

	/*下マージン*/
	#all_wrap .content .mb0,
	#all_wrap .content .mb0 { margin-bottom: 0px; }
	#all_wrap .content .mb5,
	#all_wrap .content .mb5 { margin-bottom: 5px; }
	#all_wrap .content .mb10,
	#all_wrap .content .mb10 { margin-bottom: 10px; }
	#all_wrap .content .mb20,
	#all_wrap .content .mb20 { margin-bottom: 20px; }
	#all_wrap .content .mb30,
	#all_wrap .content .mb30 { margin-bottom: 30px; }
	#all_wrap .content .mb40,
	#all_wrap .content .mb40 { margin-bottom: 20px; }
	#all_wrap .content .mb50,
	#all_wrap .content .mb50 { margin-bottom: 25px; }
	#all_wrap .content .mb60,
	#all_wrap .content .mb60 { margin-bottom: 30px; }
	#all_wrap .content .mb70,
	#all_wrap .content .mb70 { margin-bottom: 35px; }
	#all_wrap .content .mb80,
	#all_wrap .content .mb80 { margin-bottom: 40px; }
	#all_wrap .content .mb90,
	#all_wrap .content .mb90 { margin-bottom: 45px; }
	#all_wrap .content .mb100,
	#all_wrap .content .mb100 { margin-bottom: 50px; }
	#all_wrap .content .mb150,
	#all_wrap .content .mb150 { margin-bottom: 70px; }
	#all_wrap .content .mb200,
	#all_wrap .content .mb200 { margin-bottom: 100px; }
}

/*== スマホ・PC 非表示 ==*/
.pc_none { display: none !important; }
.sp_none { display: block !important; }
@media only screen and (max-width: 768px){
	.pc_none { display: block !important; }
	.sp_none { display: none !important; }
}

/*リスト*/
#all_wrap ul.disc {
	list-style: disc;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}
#all_wrap ul.disc li {
	position: relative;
	padding-left: 1em;
	margin: 0 0 1em;
}
#all_wrap ul.disc li:last-child {
	margin-bottom: 0;
}
#all_wrap ul.disc li::before {
	content: "・";
	display: inline-block;
	font-weight: 900;
	width: auto;
	height: auto;
	background: none;
	border: none;
	color: var(--text);
}

/************************************************************/
/*　JS
/************************************************************/

/*lightbox*/
.nivo-lightbox-effect-fade {
	visibility: hidden;
	opacity: 0;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
	visibility: visible;
	opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
	opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
	background-size: 20px 20px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
	width: 20px;
	height: 20px;
}

/************************************************************/
/*　フェードアニメーション
/************************************************************/
/*フェードアップ*/
.fut {
	opacity: 0;
	transition-delay: 0.3s;
	transition-duration: 1s;
	animation-delay: 0.5s;
}
.fut.delay {
	animation-delay: 0.8s;
}
.fut.delay2 {
	animation-delay: 1.1s;
}
.js-fadeUp {
	opacity: 0;
	transform: translateY(50px);
}

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/*フェードダウン*/
.fdt {
	opacity: 0;
	transition-delay: 0.3s;
	transition-duration: 1s;
	animation-delay: 0.5s;
}
.fdt.delay {
	animation-delay: 0.8s;
}
.fdt.delay2 {
	animation-delay: 1.1s;
}
.fadeDown {
	animation-name: fadeDownAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeDownAnime {
	from {
		opacity: 0;
		transform: translateY(-50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/*フェードイン*/
.fade {
	opacity: 0;
	transition-delay: 0.3s;
	transition-duration: 1s;
	animation-delay: 0.5s;
}
.fade.delay {
	animation-delay: 0.8s;
}
.fade.delay2 {
	animation-delay: 1.1s;
}
.fadeIn {
	animation-name: fadeInAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeInAnime {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/*フェードショー*/
.show::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	transform-origin: right;
	z-index: 11;
	animation-delay: 0.7s;
}
.show.delay::before {
	animation-delay: 1s;
}
.show.delay2::before {
	animation-delay: 1.2s;
}
.showopen::before {
	animation-name: fadeShowAnime;
	animation-duration: 1s;
	animation-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
	animation-fill-mode: forwards;
}
@keyframes fadeShowAnime {
	from {
		width: 100%;
	}
	to {
		width: 0%;
	}
}
/*ズームアウト（画像用）*/
.zoomout {
	animation-name: zoomout;
	animation-duration: 5s;
	animation-fill-mode: forwards;
}
@keyframes zoomout {
	from {
		transform: translate(-50%,-50%) scale(1.1);
		transform-origin: center;
	}
	to {
		transform: translate(-50%,-50%) scale(1);
		transform-origin: center;
	}
}

/************************************************************/
/*　構成
/************************************************************/
.l-main {
	width: calc(100%);
	margin-bottom: 0;
	z-index: 1;
	position: static;
}
.top_wrapper {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background-color: #ffffff;
	position: relative;
	z-index: 0;
}
#all_wrap .l-wrapper {
	width: calc(100% - 100px);
	max-width: 1200px;
	padding: 50px 0 100px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
	column-gap: 50px;
}
#all_wrap .l-wrapper.single {
	width: calc(100% - 100px);
	max-width: 1200px;
	padding: 50px 0 100px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
	column-gap: 50px;
}
.l-wrapper-full {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
.l-wrapper-cat {
	position: relative;
	width: calc(100% - 100px);
	max-width: 1200px;
	padding: 50px 0 100px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
	column-gap: 50px;
}

.wrapper {
	width: 100%;
	padding: 50px 0 100px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.wrapper.cat {
	width: 100%;
	padding: 50px 0 100px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
	column-gap: 50px;
}

#all_wrap .l-wrapper .l-main {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	order: 1;
}
#all_wrap .l-wrapper-full .l-main {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}
#all_wrap .l-wrapper-cat .l-main {
	width: 100%;
	padding: 0;
	margin: 0;
	order: 1;
}

.page {
	width: 100%;
}
.dividerBottom {
	margin-bottom: 0;
}
.pageContents .content,
.archiveContents .content {
	padding: 0;
	margin: 0 auto;
}
#all_wrap .l-wrapper-full .pageContents .content, #all_wrap .l-wrapper-full .archiveContents .content {
	margin: 0;
	padding: 0;
}
#all_wrap .l-wrapper-full .sitemap_content {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto 100px;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap .l-wrapper .l-main {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	#all_wrap.main_page .l-wrapper {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	#all_wrap.sub_page .l-wrapper {
		width: 100%;
		max-width: 100%;
		padding: 30px 20px;
		margin: 0 auto;
		flex-wrap: wrap;
		grid-row-gap: 30px;
	}
	#all_wrap .l-wrapper.single {
		width: 100%;
		max-width: 100%;
		padding: 20px 15px;
		margin: 0 auto;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		align-content: stretch;
		align-items: stretch;
		column-gap: 0;
	}

	#all_wrap .l-wrapper .l-main {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	#all_wrap .l-wrapper-full .l-main {
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}

	.l-wrapper {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.l-wrapper-full {
		position:relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.l-wrapper-full.cat {
		position:relative;
		width: 100%;
		margin: 0 auto;
		padding: 30px;
	}
	.l-wrapper-cat {
		position: relative;
		width: 100%;
		padding: 30px 0;
		margin: 0 auto;
	}

	/*トップ構成*/
	.top_wrapper {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#topMain {
		width: calc(100%);
		padding: 0;
		margin: 0;
		overflow: hidden;
		background: #fff;
	}

	.side-banner {
		display: block;
		margin-bottom: 0 !important;
	}
	.side-contents {
		display: none;
	}

	.page {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.content {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.postContents {
		width: calc(100%);
		margin: 0 auto;
		padding: 0;
	}
	.pageContents .content,
	.archiveContents .content {
		padding: 0;
		margin: 0 auto;
	}

	/*グーグルマップ表示*/
	.l-wrapper iframe {
		width: 100%;
	}

}

#all_wrap .pager {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	margin-top: 50px;
}

/************************************************************/
/*　見出し　＆　パンくず
/************************************************************/

h1,h2,h3,h4,h5,h6,b,strong {
	font-family: var(--font-ttl);
	font-weight: 900;
	font-style: normal;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt" 1;
	font-size: 1em;
}

/*ページビジュアル*/
#pagevisual {
	width: 100%;
	height: 480px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#all_wrap #page_title {
	display: inline-block;
	width: fit-content;
	padding: 20px 60px 25px;
	margin: 0 auto;
	background: var(--sub);
	border-radius: 0 80px 80px 0;
	position: absolute;
	bottom: 40px;
	left: 0;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
	z-index: 3;
}
#all_wrap #page_title > h1 {
	display: inline-block;
	width: fit-content;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 900;
	color: #fff;
	background: none;
	border: none;
	position: relative;
}
#pagevisual > figure {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}
#pagevisual > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*ページビジュアル*/
	#pagevisual {
		width: 100%;
		height: 200px;
		padding: 20px 0 0;
	}
	#all_wrap #page_title {
		grid-row-gap: 0;
		padding: 15px 25px;
	}
	#all_wrap #page_title > em {
		padding: 0 0 10px;
		margin: 0 auto 10px;
		font-size: 12px;
	}
	#all_wrap #page_title > h1 {
		font-size: 20px;
	}
}

/*h2*/
#all_wrap .content h2 {
	display: block;
	width: 100%;
	padding: 0.6em 1em;
	margin: 2em auto 1em;
	font-size: 22px;
	line-height: 1.4em;
	font-weight: 600;
	color: #fff;
	font-feature-settings: "palt" 1;
	font-style: normal;
	border: none;
	background: var(--main);
	position: relative;
}
#all_wrap .content .singleContent.column h2 {
	display: block;
	width: 100%;
	padding: 0.6em 1em;
	margin: 2em auto 1em;
	font-size: 22px;
	line-height: 1.4em;
	font-weight: 600;
	color: var(--text);
	font-feature-settings: "palt" 1;
	font-style: normal;
	border: none;
	background: rgba(66, 114, 190, 0.1);
	border-bottom: 2px solid var(--main);
	position: relative;
}
#all_wrap .content h2 small {
	font-size: 14px;
}
#all_wrap .content h2:first-of-type {
	margin-top: 10px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*h2*/
	#all_wrap .content h2 {
		display: block;
		width: 100%;
		padding: 0.6em 1em;
		margin: 2em auto 1em;
		font-size: 18px;
		line-height: 1.4em;
		color: #fff;
		font-feature-settings: "palt" 1;
		font-style: normal;
		border: none;
		background: var(--main);
		position: relative;
	}
	#all_wrap .content h2 small {
		font-size: 14px;
	}
	#all_wrap .content h2:first-of-type {
		margin-top: 10px;
	}
}

/*h3*/
#all_wrap .content h3 {
	padding: 0.6em 0.6em 0.6em 1em;
	margin: 1em auto 1em;
	border: none;
	background: rgba(66, 114, 190, 0.1);;
	border-left: 5px solid var(--sub);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	color: var(--text);
	position: relative;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*h3*/
	#all_wrap .content h3 {
		padding: 0.6em 0.6em 0.6em 0.7em;
		margin: 1em auto 1em;
		border: none;
		background: rgba(66, 114, 190, 0.1);;
		border-left: 5px solid var(--sub);
		font-size: 16px;
		line-height: 1.4em;
		color: var(--text);
		position: relative;
	}
}

/*h4*/
#all_wrap .content h4 {
	display: block;
	padding: 0 0 10px;
	margin: 1em auto 1em;
	position: relative;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 600;
	position: relative;
	color: var(--text);
	border-bottom: 1px dashed #c8c8c8;
	text-align: left;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*h4*/
	#all_wrap .content h4 {
		display: block;
		padding: 0 0 10px;
		margin: 1em auto 1em;
		position: relative;
		font-size: 15px;
		line-height: 1.4em;
		position: relative;
		color: var(--text);
		border-bottom: 1px dashed #c8c8c8;
		text-align: left;
	}
}

/*h5*/
#all_wrap .content h5 {
	display: block;
	padding: 0;
	margin: 0.5em auto 5px;
	position: relative;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 600;
	position: relative;
	color: var(--text);
}
#all_wrap .content h5:first-of-type {
	margin-top: 0;
}

/************************************************************/
/*　ページネーション
/************************************************************/
.pager {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}
.pager > li {
	line-height: 1;
	padding: 0;
	margin: 0 5px 0 0;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--font-en);
	font-weight: lighter;
	font-style: normal;
	font-feature-settings: "palt";
	color: var(--text);
	border: 1px solid var(--sub);
}
.pager > li:hover {
	border: 1px solid var(--sub);
	background: none;
}
.pager > li.pager__item-current {
	padding: 5px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--sub);
	border: 1px solid var(--sub);
	color: #fff;
}
.pager > li.pager__item-next,
.pager > li.pager__item-prev {
	background: none;
	border-radius: 0;
	font-family: var(--font-en);
	font-weight: lighter;
	font-style: normal;
	font-feature-settings: "palt";
}
.pager > li a {
	text-align: center;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--font-en);
	font-weight: lighter;
	font-style: normal;
	font-weight: normal;
	color: var(--sub);
	font-feature-settings: "palt";
	transition: var(--ease);
	line-height: 1;
	background: none;
}
.pager > li a:hover {
	background: var(--sub);
	color: #fff;
	font-family: var(--font-en);
	font-weight: lighter;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: "palt";
	transition: var(--ease);
	line-height: 1;
}

/************************************************************/
/*　パンくず
/************************************************************/
/*パンくず*/
.breadcrumb {
	width: calc(100%);
	max-width: 1200px;
	padding: 25px 0;
	margin: 0 auto;
	background: none;
	border: none;
	overflow-x: scroll;
	z-index: 5;
	-ms-overflow-style: none;
	scrollbar-width: none;
	z-index: 10;
}
#all_wrap .breadcrumb .container {
	width: calc(100%);
	max-width: 1200px;
}
.breadcrumb::-webkit-scrollbar { 
	display:none;
}
.breadcrumb > ul {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	font-size: 12px;
	color: var(--text);
	justify-content: flex-start;
	font-family: var(--font-jp);
}
.breadcrumb a {
	font-size: 12px;
	line-height: 1;
	padding: 0;
	margin: 0;
	text-decoration: none;
	transition: var(--ease);
	color: var(--text);
	font-family: var(--font-jp);
	font-weight: 500;
	font-style: normal;
	font-feature-settings: "palt";
}
.breadcrumb a:hover {
	text-decoration: none;
	transition: var(--ease);
	color: var(--main);
}
.breadcrumb__list {
	padding: 0;
}
.breadcrumb__item {
	position: relative;
	display: table-cell;
	white-space: nowrap;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 1;
	color: var(--text);
}
.breadcrumb__item::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2px;
	width: 7px;
	height: 7px;
	border-top: 1px solid var(--text);
	border-right: 1px solid var(--text);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*パンくず*/
	.breadcrumb {
		width: 100%;
		max-width: 100%;
		padding: 10px 20px;
		margin: 0 auto;
		border: none;
		overflow-x: scroll;
		top: 0;
		left: 0;
		z-index: 5;
		-ms-overflow-style: none;
		scrollbar-width: none;
		z-index: 10;
	}
	#all_wrap .breadcrumb .container {
		width: 100%;
		max-width: 100%;
	}
	.breadcrumb::-webkit-scrollbar {
		display: none;
	}
	.breadcrumb::before {
		display: none;
	}
	.breadcrumb::after {
		display: none;
	}
	.breadcrumb > ul {
		width: 100%;
		padding: 0;
		margin: 0;
		font-size: 10px;
		background: none;
		justify-content: flex-start;
	}
	.breadcrumb a {
		font-size: 10px;
		line-height: 1;
		padding: 0;
		margin: 0;
		text-decoration: none;
		transition: ease 0.2s;
	}
	.breadcrumb a:hover {
		text-decoration: none;
		transition: ease 0.2s;
		opacity: 0.8;
	}
	.breadcrumb__list {
		padding: 0;
		display: block;
	}
	.breadcrumb__item {
		position: relative;
		display: table-cell;
		white-space: nowrap;
		padding-right: 15px;
		padding-left: 15px;
		font-size: 10px;
		line-height: 1;
	}
	.breadcrumb__item::after {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -2px;
		width: 5px;
		height: 5px;
	}
}


/************************************************************/
/*　フォントサイズ
/************************************************************/
.content table {
	font-size: 15px;
	color: #fff;
}


/************************************************************/
/*　ヘッダー
/************************************************************/
#header {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
.header_top {
	width: 100%;
	min-width: 100%;
	padding: 5px 30px;
	margin: 0;
	background: var(--sub);
}
.header_btm {
	width: 100%;
	height: 96px;
	padding: 20px 30px;
	margin: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 20px;
	box-sizing: border-box;
}

#header #navPc {
	display: flex;
	gap: 0 20px;
	margin-left: auto;
}

#header #logo {
	width: auto;
	height: 60px;
	padding: 0;
	margin: 0;
	position: relative;
}
#header #logo img {
	width: auto;
	height: 100%;
}
#all_wrap #header h1 {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	position: relative;
	font-size: 1rem;
	line-height: 1.4em;
	font-weight: 400;
	text-align: left;
	color: #fff;
	letter-spacing: normal;
}

/*メニュー*/
#all_wrap #menu-header-menu {
	width: fit-content;
	padding: 0;
	margin: 0 0 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 20px;
}
#all_wrap #menu-header-menu > li {
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap #menu-header-menu > li a {
	font-size: 16px;
	font-weight: 500;
	color: var(--text);
	line-height: 1;
	transition: var(--ease);
	position: relative;
	z-index: 0;
}
#all_wrap #menu-header-menu > li a::before {
	content: '';
	width: 0;
	height: 12px;
	background: var(--base);
	position: absolute;
	bottom: -5px;
	left: -5px;
	z-index: -2;
	transition: var(--ease);
}
#all_wrap #menu-header-menu > li a:hover::before {
	width: calc(100% + 10px);
	transition: var(--ease);
}

/*ボタン*/
#all_wrap #menu-header-btn-menu {
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 10px;
}
#all_wrap #menu-header-btn-menu > li {
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap #menu-header-btn-menu > li a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 15px 17px;
	column-gap: 7px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	background: var(--main);
	border-radius: 20px 0 0 0;
	transition: var(--ease);
}
#all_wrap #menu-header-btn-menu > li a:hover {
	opacity: 0.8;
	transition: var(--ease);
}
#all_wrap #menu-header-btn-menu > li a img {
	width: auto;
	height: 15px;
	padding: 0;
	margin: 0;
}
#all_wrap #menu-header-btn-menu > li a span {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}
#all_wrap #menu-header-btn-menu > li.login a {
	background: var(--sub);
	color: var(--main);
}
#all_wrap #menu-header-btn-menu > li.login a span {
	color: var(--main);
}

/*電話番号*/
#header .tel {
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
}
#header .tel > a {
	display: inline-flex;
	justify-content: center;
	align-items: baseline;
	column-gap: 2px;
	font-family: var(--font-en);
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	color: var(--red);
	letter-spacing: normal;
}
#header .tel > a::before {
	content: '';
	display: block;
	width: auto;
	height: 20px;
	aspect-ratio: 1/1;
	background-image: url('https://elcomjapan.co.jp/wp-content/uploads/icon_tel_red.svg');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}
#header .tel > span {
	display: block;
	padding: 0;
	margin: 0 auto 0;
	font-size: 11px;
	line-height: 1;
	color: var(--text);
	font-weight: 500;
	text-align-last: right;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (min-width: 769px) and (max-width: 1300px) {
	.header_btm {
		padding: 20px 15px;
		gap: 0 15px;
	}

	#header #logo {
		height: 50px;
	}

	#all_wrap #menu-header-btn-menu > li a {
		padding: 10px 10px;
	}

	#all_wrap #menu-header-btn-menu > li a span {
		font-size: 14px;
	}

	#all_wrap #menu-header-menu > li a {
		font-size: 14px;
	}

	#header .tel > a {
		font-size: 20px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 968px) {
	#header .tel {
		display: none;
	}
}

@media only screen and (max-width: 768px){
	.header_top {
		display: none;
	}

	.header_btm {
		padding: 20px 15px;
		gap: 0 15px;
		justify-content: space-between;
	}

	#header #navPc {
		display: none;
	}

	#all_wrap #menu-header-menu {
		flex-direction: column;
		margin: 0 auto;
		gap: 30px 0;
	}

	#header .tel > span {
		text-align-last: center;
	}
}

/************************************************************/
/*　ハンバーガーメニュー
/************************************************************/
/* ドロワーメニュー */
.navicon {
	display: none;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/* ドロワーメニュー */
	.navicon {
		display: block;
		position: relative;
		width: 50px;
		height: 50px;
		min-width: 50px;
	}
	.humburger {
		width: 20px;
		height: 20px;
		padding: 0;
		margin: 0;
		background: none;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		grid-row-gap: 12px;
	}
	.humburger > span {
		width: 30px;
		display: inline-block;
		transition: var(--ease);
		position: relative;
		height: 1px;
		background: #fff;
		margin: auto;
	}
	.humburger span::before {
		content: '';
		width: 100%;
		display: inline-block;
		transition: var(--ease);
		position: absolute;
		right: 0;
		height: 1px;
		background: #fff;
	}
	.humburger span::after {
		content: '';
		width: 100%;
		display: inline-block;
		transition: var(--ease);
		position: absolute;
		left: 0;
		height: 1px;
		background: #fff;
	}
	.humburger span::before {
		top: -7px;
	}
	.humburger span::after {
		top: 7px;
	}
	#navTgl:checked + .open .humburger span {
		background: #fff;
	}
	#navTgl:checked + .open .humburger span::before {
		width: 0;
		transition: var(--ease);
	}
	#navTgl:checked + .open .humburger span::after {
		width: 0;
		transition: var(--ease);
	}
	#navTgl:checked + .open .humburger {
		background: none;
	}

	#navTgl {
		display: none;
	}
	label.open,
	label.close {
		cursor: pointer;
	}
	.open {
		opacity: 1;
		z-index: 10001;
		width: 50px;
		height: 50px;
		padding: 10px 10px;
		color: #fff;
		background: var(--main);
		border-radius: 0;
		box-sizing: border-box;
		font-size: 3em;
		text-align: center;
		transition: var(--ease);
		position: relative;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		column-gap: 10px;
	}
	#navTgl:checked + .open,
	.open:hover {
		background: var(--main);
		transition: var(--ease);
	}
	.close {
		pointer-events: none;
		z-index: 1;
		width: 100%;
		height: 100%;
		transition: var(--ease);
	}
	#navTgl:checked ~ .close {
		pointer-events: auto;
	}
}

/*パネル*/
#menu.menuNav {
	position: fixed;
	top: 0;
	right: 0;
	width: 500px;
	height: calc(100vh);
	background: none;
	transition: var(--ease);
	padding: 0;
	overflow: hidden;
	z-index: 99;
	transform: translateX(500px);
}
#menu.menuNav::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;
}
#navTgl:checked ~ #menu.menuNav {
	width: 500px;
	transition: var(--ease);
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

/*メニュー*/
#menuNavBox {
	width: 100%;
	height: 100%;
	padding: 75px 50px 50px;
	margin: 0;
	background-color: #000;
	overflow-y: scroll;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */
	position: fixed;
	top: 0;
	left: 0;
	transition: var(--ease);
	visibility: hidden;
	opacity: 0;
	display: flex;
	flex-direction: column;
	grid-row-gap: 50px;
}
#menuNavBox::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;
}
#navTgl:checked ~ #menu.menuNav #menuNavBox {
	width: 100%;
	transition: var(--ease);
	visibility: visible;
	opacity: 1;
}


/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*パネル*/
	#menu.menuNav {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		transform: translateX(100%);
		z-index: -1;
		padding: 15px 15px;
		margin-top: 96px;
	}
	#menu.menuNav::-webkit-scrollbar {  /* Chrome, Safari 対応 */
		display:none;
	}
	#navTgl:checked ~ #menu.menuNav {
		width: 100%;
		transition: var(--ease);
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
		display: flex;
        flex-direction: column;
		align-items: center;
		gap: 30px 0;
        background: #fff;
        z-index: 20;
	}

	/*メニュー*/
	#menuNavBox {
		width: 100%;
		height: 100%;
		padding: 100px 30px 70px;
		margin: 0;
		background: rgba(0,0,0, 0.7);
		backdrop-filter: blur(5px);
		overflow-y: scroll;
		-ms-overflow-style: none;    /* IE, Edge 対応 */
		scrollbar-width: none;       /* Firefox 対応 */
		position: fixed;
		top: 0;
		left: 0;
		transition: var(--ease);
		visibility: hidden;
		opacity: 0;
		display: flex;
		flex-direction: column;
		grid-row-gap: 30px;
	}
	#menuNavBox::-webkit-scrollbar {  /* Chrome, Safari 対応 */
		display:none;
	}
	#navTgl:checked ~ #menu.menuNav #menuNavBox {
		width: 100%;
		transition: var(--ease);
		visibility: visible;
		opacity: 1;
	}
}

#all_wrap #menu-panel-menu {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	border-top: 1px solid rgba(255,255,255,0.5);
}
#all_wrap #menu-panel-menu > li {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap #menu-panel-menu > li > a {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	padding: 15px 10px 15px 25px;
	margin: 0;
	background: none;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	position: relative;
	font-size: 15px;
	line-height: 1.2em;
	color: #fff;
	text-decoration: none;
	transition: var(--ease);
}
#all_wrap #menu-panel-menu > li > a::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0,-50%) rotate(45deg);
}
#all_wrap #menu-panel-menu > li > a:hover {
	opacity: 0.8;
	color: #fff;
	text-decoration: none;
	transition: var(--ease);
}
/*-段落ちメニュー*/
#all_wrap #menu-panel-menu .sub-menu {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
}
#all_wrap #menu-panel-menu .sub-menu > li {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap #menu-panel-menu .sub-menu > li > a {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	padding: 10px 10px 10px 45px;
	margin: 0;
	background: none;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	position: relative;
	font-size: 14px;
	line-height: 1.2em;
	color: #fff;
	text-decoration: none;
	transition: var(--ease);
}
#all_wrap #menu-panel-menu .sub-menu > li > a::before {
	content: '';
	display: block;
	width: 5px;
	height: 1px;
	border: none;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translate(0,-50%);
}
#all_wrap #menu-panel-menu .sub-menu > li > a:hover {
	opacity: 0.8;
	font-size: 14px;
	line-height: 1.2em;
	color: #fff;
	text-decoration: none;
	transition: var(--ease);
}

/************************************************************/
/*　メインビジュアル
/************************************************************/
/*swiper*/
.mvSwiper {
	width: 100%;
	height: auto;
	padding: 0 0 !important;
	margin: 0 auto;
	background: #fff;
	overflow: visible !important;
}
.mvSwiper .swiper-slide {
	width: 100%;
	transition: transform 0.3s ease;
}
.mvSwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}

/* ドットの色 */
.mvSwiper .swiper-pagination {
	bottom: -30px !important;
	display: flex;
	justify-content: center;
	column-gap: 10px;
}
.mvSwiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	padding: 0;
	margin: 0;
	background: #c8c8c8;
	opacity: 1;
}
.mvSwiper .swiper-pagination-bullet-active {
	background: var(--text);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*swiper*/
	.mvSwiper {
		width: 100%;
		padding: 0 0 30px !important;
		background: var(--main);
	}
	.mvSwiper .swiper-slide {
		width: calc(100%); /* 中央固定幅 */
	}
	/* ドットの色 */
	.mvSwiper .swiper-pagination {
		bottom: 10px !important;
	}
	.mvSwiper .swiper-pagination-bullet-active {
		background: var(--sub);
	}
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
}

/************************************************************/
/*　サイドバー
/************************************************************/
.l-sidebar {
	width: 250px;
	min-width: 250px;
	padding: 0;
	margin: 0;
	position: relative;
	order: 1;
}

.l-sidebar .aside {
	margin-bottom: 40px;
}
.l-sidebar .aside > header {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	column-gap: 5px;
	padding: 12px;
	margin: 0 auto 10px;
	background: var(--sub);
	position: relative;
	z-index: 0;
}
.l-sidebar .aside > header.mb0 {
	margin-bottom: 0;
}
.l-sidebar .aside > header > em {
	font-family: var(--font-en);
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	text-decoration: none;
}
#all_wrap .l-sidebar .aside > header > h2 {
	font-size: 10px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
}
.sideTags {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	column-gap: 5px;
	grid-row-gap: 5px;
}
.sideTags .tag {
	display: inline-block;
	padding: 0;
	margin: 0;
	line-height: 1;
}
.sideTags .tag a {
	display: inline-block;
	padding: 5px 8px;
	margin: 0;
	background: var(--main);
	font-size: 10px;
	line-height: 1;
	color: #fff;
	font-weight: lighter;
	border-radius: 16px;
	text-decoration: none;
	transition: var(--ease);
}
.sideTags .tag a:hover {
	opacity: 0.8;
	transition: var(--ease);
}

/* - 記事一覧*/
#all_wrap .sid_blogList {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
}
#all_wrap .sid_blogList > li {
	padding: 15px 0;
	margin: 0 auto;
	border-bottom: 1px dotted #999;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 10px;
	position: relative;
}
#all_wrap .sid_blogList > li > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#all_wrap .sid_blogList > li figure {
	width: 70px;
	padding: 0;
	margin: 0;
	position: relative;
	text-align: center;
	overflow: hidden;
}
#all_wrap .sid_blogList > li figure::before {
	content: '';
	display: block;
	padding: 50%;
}
#all_wrap .sid_blogList > li figure img {
	width: 100%;
	max-width: unset;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	object-fit: cover;
}
#all_wrap .sid_blogList_info {
	width: calc(100% - 70px - 10px);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
}
#all_wrap .sid_blogList_info > h3 {
	padding: 0;
	margin: 0;
	position: relative;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: 500;
	color: #19244c;
	transition: all 0.3s ease;
}
#all_wrap .sid_blogList_info > .date {
	font-size: 10px;
	line-height: 1;
	color: #999;
}
#all_wrap .sid_blogList > li:hover .sid_blogList_info > h3 {
	text-decoration: underline;
	transition: all 0.3s ease;
	color: #2585b5;
}


/*メニュー*/
#all_wrap #menu-sidebar-menu {
	width: 100%;
	padding: 0;
	margin: 0;
	background: var(--sub);
	border: 10px solid var(--sub);
	border-top: none;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 1px;
}
#all_wrap #menu-sidebar-menu > li {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
	position: relative;
}
#all_wrap #menu-sidebar-menu > li > a {
	display: block;
	width: 100%;
	padding: 10px 10px 10px 30px;
	margin: 0;
	position: relative;
	font-size: 13px;
	line-height: 1.2em;
	color: var(--text);
	text-decoration: none;
	transition: var(--ease);
}
#all_wrap #menu-sidebar-menu > li > a::before {
	content: '';
	display: block;
	width: 6px;
	height: auto;
	aspect-ratio: 23 / 31;
	background-image: url('https://elcomjapan.co.jp/wp-content/uploads/arrow.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	position: absolute;
	top: 14px;
	left: 12px;
}
#all_wrap #menu-sidebar-menu > li > a:hover {
	color: var(--sub);
	transition: var(--ease);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.l-sidebar {
		display: none;
	}
}


/************************************************************/
/*　フッター
/************************************************************/
.l-footer {
	background: #f6f6f6;
	padding: 50px 0;
}
#all_wrap .info {
	display: flex;
	flex-direction: column;
	grid-row-gap: 15px;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}
#all_wrap .info > h2 {
	width: 100%;
	height: 90px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	border: none;
	background: none;
	position: relative;
}
#all_wrap .info > h2 img {
	width: auto;
	height: 100%;
}
#all_wrap .info > p {
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

/*リスト*/
#all_wrap #menu-footer-menu {
	width: 100%;
	max-width: 1200px;
	padding: 50px 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 30px;
}
#all_wrap #menu-footer-menu > li {
	display: inline-block;
	padding: 0 0 0 20px;
	margin: 0;
	font-size: 15px;
	line-height: 1.2em;
	color: var(--text);
	position: relative;
}
#all_wrap #menu-footer-menu > li::before {
	content: '';
	display: block;
	width: 10px;
	height: 1px;
	background: var(--text);
	position: absolute;
	top: 50%;
	left: 0;
}
#all_wrap #menu-footer-menu > li a {
	font-size: 15px;
	line-height: 1.2em;
	color: var(--text);
	transition: var(--ease);
}
#all_wrap #menu-footer-menu > li a:hover {
	opacity: 0.8;
	transition: var(--ease);
}

/*コピーライト*/
.copyright {
	display: block;
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	color: var(--text);
	font-style: normal;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 1200px){
	#all_wrap #menu-footer-menu {
		padding: 50px 30px;
	}
}
@media only screen and (max-width: 768px){
	#all_wrap #menu-footer-menu {
		padding: 50px 15px;
	}
}

/************************************************************/
/*　アーカイブ　リスト
/************************************************************/

/************************************************************/
/*　リスト
/************************************************************/
.content ul {
	list-style: none;
	padding: 0;
	margin: 5px auto 20px;
}
.content ul li {
	width: 100%;
	padding: 0 0 0 15px;
	margin: 0;
	list-style: none;
	border: none;
	background: none;
	position: relative;
	font-size: 16px;
	line-height: 1.4em;
}
.content ul li::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	padding: 0;
	margin: 0;
	background: var(--text);
	position: absolute;
	top: 0.8em;
	left: 0;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	border-radius: 50%;
}
#all_wrap .content ul li > p {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

.content ol {
	list-style: none;
	padding: 0;
	margin: 10px auto 10px;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
}
.content ol li {
	padding: 0 0 0 30px;
	margin: 0;
	list-style: none;
	border: none;
	background: none;
	position: relative;
	line-height: 1.8em;
}
.content ol li::before {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--font-en);
	counter-increment: count;
	content: counter(count);
	background: #fff;
	border: 1px solid var(--text);
	color: var(--text);
	width: 2.2rem;
	height: 2.2rem;
	line-height: 2rem;
	font-size: 1rem;
	font-weight: lighter;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 1.2em;
	left: 0;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	border-radius: 50%;
}
#all_wrap .content ol li > p {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	
	.content ul {
		list-style: none;
		padding: 0;
		margin: 5px auto 20px;
		display: flex;
		flex-direction: column;
		grid-row-gap: 10px;
	}
	.content ul li {
		width: 100%;
		padding: 0 0 0 15px;
		margin: 0;
		list-style: none;
		border: none;
		background: none;
		position: relative;
		font-size: 14px;
		line-height: 1.4em;
	}
	.content ul li::before {
		content: '';
		display: block;
		width: 5px;
		height: 5px;
		padding: 0;
		margin: 0;
		background: var(--text);
		position: absolute;
		top: 0.7em;
		left: 0;
		transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
		border-radius: 50%;
	}
	#all_wrap .content ul li > p {
		padding: 0;
		margin: 0;
		line-height: 1.5em;
	}

	.content ol {
		list-style: none;
		padding: 0;
		margin: 10px auto 10px;
		display: flex;
		flex-direction: column;
		grid-row-gap: 10px;
	}
	.content ol li {
		padding: 0 0 0 30px;
		margin: 0;
		list-style: none;
		border: none;
		background: none;
		position: relative;
		line-height: 1.8em;
	}
	.content ol li::before {
		display: flex;
		justify-content: center;
		align-items: center;
		font-family: var(--font-en);
		counter-increment: count;
		content: counter(count);
		background: #fff;
		border: 1px solid var(--text);
		color: var(--text);
		width: 2.2rem;
		height: 2.2rem;
		line-height: 2rem;
		font-size: 1rem;
		font-weight: lighter;
		text-align: center;
		border-radius: 50%;
		position: absolute;
		top: 1.2em;
		left: 0;
		transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
		border-radius: 50%;
	}
	#all_wrap .content ol li > p {
		padding: 0;
		margin: 0;
		line-height: 1.5em;
	}

	.l-wrapper-full .pageContents .content ul.harf li,
	.l-wrapper-full .postContents .content ul.harf li {
		width: 100%;
		margin: 0 auto 10px
	}
	.l-wrapper-full .pageContents .content ul.harf li:last-child,
	.l-wrapper-full .postContents .content ul.harf li:last-child {
		margin-bottom: 0;
	}
}


/************************************************************/
/*　テーブル
/************************************************************/

/*表*/
#all_wrap table {
	overflow: hidden;
	table-layout: auto;
	border: none;
	background: none;
	padding: 0;
	width: 100%;
	max-width: 100%;
	margin: 0 auto 1em;
	border-radius: 0;
	background: #fff;
	border: none;
	border-top: 1px solid #ccc;
}
#all_wrap table th {
	display: table-cell;
	font-style: normal;
	font-feature-settings: "palt";
	border: none;
	border-bottom: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	font-family: var(--font-jp);
	font-size: 14px;
	font-weight: 900;
	background: none;
	color: var(--text);
	width: auto;
	padding: 30px 15px;
	margin: 0;
}
#all_wrap table td {
	display: table-cell;
	border: none;
	background: none;
	vertical-align: inherit;
	padding: 30px 15px;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	border: none;
	border-bottom: 1px solid #ccc;
}
#all_wrap table td.ttl {
	display: table-cell;
	border: none;
	background: none;
	vertical-align: inherit;
	border-bottom: none;
	padding: 10px;
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid var(--text);
}
#all_wrap .content table td > p:last-of-type {
	margin-bottom: 0;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*表*/
	#all_wrap table {
		overflow: hidden;
		table-layout: fixed;
		border: none;
		background: #fff;
		padding: 0;
		width: 100%;
		max-width: 100%;
		margin: 0 auto 20px;
		border: none;
	}
	#all_wrap table th {
		font-style: normal;
		font-feature-settings: "palt";
		border: none;
		border-bottom: none;
		background: var(--main);
		color: #fff;
		vertical-align: inherit;
		padding: 10px 15px;
		margin: 0;
		width: 100%;
		min-width: 100%;
		font-size: 14px;
		display: block;
		text-align: left;
	}
	#all_wrap table td {
		border: none;
		background: #fafafa;
		vertical-align: inherit;
		border-bottom: none;
		padding: 10px 15px;
		margin: 0;
		border-left: 1px solid rgba(0,0,0,0.1);
		border-right: 1px solid rgba(0,0,0,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.1);
		font-size: 14px;
		width: 100%;
		min-width: 100%;
		display: block;
	}
}


#all_wrap .js-scrollable {
	width: calc(100%);
	overflow-y: hidden !important;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
#all_wrap .js-scrollable::-webkit-scrollbar{
	display:none;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*表*/
	#all_wrap .js-scrollable table {
		overflow: hidden;
		table-layout: auto;
		border: none;
		background: #fff;
		padding: 0;
		width: auto;
		max-width: unset;
		margin: 0 auto 20px;
		border: none;
	}
	#all_wrap .js-scrollable table th {
		font-style: normal;
		font-feature-settings: "palt";
		vertical-align: inherit;
		padding: 10px 15px;
		margin: 0;
		width: auto;
		min-width: auto;
		font-size: 14px;
		display: table-cell;
		text-align: center;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		background: var(--orange);
		color: #fff;
		white-space: nowrap;
	}
	#all_wrap .js-scrollable table td {
		vertical-align: inherit;
		border-bottom: none;
		padding: 10px 15px;
		margin: 0;
		font-size: 14px;
		width: auto;
		min-width: auto;
		display: table-cell;
		border-bottom: 1px solid #e3e3e3;
		border-right: 1px solid #e3e3e3;
		white-space: nowrap;
	}
}

/************************************************************/
/*　お問い合わせ&テーブル
/************************************************************/

#topContact {
	width: 100%;
	padding: 100px 0;
	margin: 0;
	background: #fff;
	position: relative;
	z-index: 0;
}
#topContact::before {
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	background: var(--base);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topContact {
		width: 100%;
		padding: 100px 20px 30px;
	}
	#topContact::before {
		width: 100%;
		height: 50px;
	}
}

/*新フォーム*/
#all_wrap .contactform {
	width: 100%;
	max-width: 950px;
	padding: 50px 0 0;
	margin: 0 auto 50px;
	background: #fff;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 20px;
	border-top: 2px solid rgb(234, 232, 228);
}
#all_wrap .contactform > li {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	column-gap: 30px;
}
#all_wrap .contactform > li::before,
#all_wrap .contactform > li::after {
	display: none;
}
#all_wrap .contactform > li p {
	width: calc(100% - 30px - 250px);
	padding: 0;
	margin: 0;
}
#all_wrap .contactform > li h3 {
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	color: var(--text);
	width: 250px;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	column-gap: 10px;
	top: 14px;
}
#all_wrap .contactform > li h3 .att {
	display: inline;
	padding: 5px 10px 7px;
	margin: 0;
	font-size: 11px;
	line-height: 1;
	color: #fff;
	background: var(--orange);
	border-radius: 20px;
}
#all_wrap .contactform > li h3::before,
#all_wrap .contactform > li h3::after {
	display: none;
}
#all_wrap .contactform > li input {
	border-radius: 0;
	border: 1px solid #ccc;
	box-shadow: none;
	font-size: 15px;
	padding: 15px;
}
#all_wrap .contactform > li input[type="radio"] {
	width: 12px;
}
#all_wrap .contactform > li.add span:first-of-type input {
	margin: 0 0 10px;
}
#all_wrap .contactform > li input[type="file"] {
	border-radius: 0;
	border: none;
	box-shadow: none;
	font-size: 15px;
	padding: 0;
}
#all_wrap .contactform > li input.wpcf7-text {
	width: 100%;
	padding: 15px;
	margin: 0;
	border-radius: 5px;
	border: none;
	box-shadow: none;
	font-family: var(--font-jp);
	font-weight: 500;
	font-style: normal;
	font-feature-settings: "palt";
	font-size: 15px;
	line-height: 1;
	background: rgb(245, 245, 245);
	outline: none;
}
#all_wrap .contactform > li input.wpcf7-text.w50 {
	width: 50%;
}
#all_wrap .contactform > li input.wpcf7-text.w25 {
	width: 25%;
}
/*ラジオボタン*/
#all_wrap .contactform > li .wpcf7-radio {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 10px;
}
#all_wrap .contactform > li .wpcf7-list-item {
	display: inline-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 5px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
/*チェックボックス*/
#all_wrap .wpcf7-checkbox {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 15px;
	position: relative;
}
#all_wrap .wpcf7-checkbox span {
	cursor: pointer;
}
#all_wrap .wpcf7-checkbox label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	font-size: 16px;
	line-height: 1.3;
	color: var(--text);
	user-select: none;
}
#all_wrap .wpcf7-checkbox label input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0;
	border: 1px solid #ccc;
	border-radius: 0;
	background: #f9f9f9;
	cursor: pointer;
	position: relative;
	transition: var(--ease);
}
#all_wrap .wpcf7-checkbox label input[type="checkbox"]:hover {
	border-color: #999;
}
#all_wrap .wpcf7-checkbox label input[type="checkbox"]:checked {
	background-color: var(--sub);
	border-color: var(--sub);
}
#all_wrap .wpcf7-checkbox label input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 0px;
	width: 5px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}
#all_wrap .wpcf7-checkbox label span {
	font-weight: 700;
}

/*テキストエリア*/
#all_wrap .contactform > li textarea {
	width: 100%;
	padding: 15px;
	margin: 0;
	border-radius: 5px;
	border: none;
	box-shadow: none;
	font-family: var(--font-jp);
	font-weight: 500;
	font-style: normal;
	font-feature-settings: "palt";
	font-size: 15px;
	line-height: 2;
	background: rgb(245, 245, 245);
	outline: none;
}

/*ボタン*/
#all_wrap .txt_cent {
	text-align: center;
}
#all_wrap .txt_cent > span {
	display: inline-block;
	background-image: var(--gradient);
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	box-shadow: 0 3px 0 #2e4492;
	border-radius: 60px;
	filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	transition: var(--ease);
	position: relative;
}
#all_wrap .txt_cent > span::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	min-width: 20px;
	aspect-ratio: 1 / 1;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(0,-50%);
}
#all_wrap .txt_cent > span::after {
	content: '';
	display: block;
	width: 8px;
	height: 10px;
	background: #ff0000;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: relative;
	position: absolute;
	top: 50%;
	right: 35px;
	transform: translate(0,-50%);
}
#all_wrap .txt_cent input[type="submit"] {
	-webkit-appearance: none;
}
#all_wrap .txt_cent input[type="submit"] {
	display: inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 10px;
	padding: 20px 100px;
	margin: 0;
	background: none;
	font-family: var(--font-jp);
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 0;
	transition: var(--ease);
	cursor: pointer;
}
#all_wrap .txt_cent input[type="submit"]::after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	background: none;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	transition: var(--ease);
}
#all_wrap .txt_cent > span:hover {
	box-shadow: 0 0 0 #2e4492;
	filter: brightness(1.1) drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
	transform: translateY(3px);
	transition: var(--ease);
}

#all_wrap .wpcf7 .ajax-loader {
	display: none;
}
.wpcf7-spinner {
	display: none;
}

.wpcf7-acceptance {
    display: block;
    text-align: center;
	margin-bottom: 20px;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*新フォーム*/
	#all_wrap .contactform {
		width: 100%;
		max-width: 100%;
		padding: 20px 0 0;
		margin: 0 auto 20px;
		background: #fff;
		position: relative;
		list-style: none;
		display: flex;
		flex-direction: column;
		grid-row-gap: 20px;
		border-top: 2px solid rgb(234, 232, 228);
	}
	#all_wrap .contactform > li {
		padding: 0;
		margin: 0;
		position: relative;
		list-style: none;
		display: flex;
		display: -webkit-flex;
		align-items: flex-start;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 10px;
	}
	#all_wrap .contactform > li::before,
	#all_wrap .contactform > li::after {
		display: none;
	}
	#all_wrap .contactform > li p {
		width: calc(100%);
		padding: 0;
		margin: 0;
	}
	#all_wrap .contactform > li h3 {
		font-size: 15px;
		line-height: 1;
		font-weight: 600;
		color: var(--text);
		width: 100%;
		padding: 0;
		margin: 0;
		border: none;
		background: none;
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		column-gap: 10px;
		top: 0;
	}
	#all_wrap .contactform > li h3 .att {
		display: inline;
		padding: 3px 7px 5px;
		font-size: 0.8rem;
		border-radius: 20px;
	}
	#all_wrap .contactform > li input {
		border-radius: 0;
		border: 1px solid #ccc;
		box-shadow: none;
		font-size: 14px;
		padding: 10px;
	}
	#all_wrap .contactform > li input[type="radio"] {
		width: 12px;
	}
	#all_wrap .contactform > li.add span:first-of-type input {
		margin: 0 0 10px;
	}
	#all_wrap .contactform > li input[type="file"] {
		border-radius: 0;
		border: none;
		box-shadow: none;
		font-size: 14px;
		padding: 0;
	}
	#all_wrap .contactform > li input.wpcf7-text {
		width: 100%;
		padding: 10px;
		margin: 0;
		border-radius: 5px;
		border: none;
		box-shadow: none;
		font-family: var(--font-jp);
		font-weight: 500;
		font-style: normal;
		font-feature-settings: "palt";
		font-size: 14px;
		line-height: 1;
		background: rgb(245, 245, 245);
		outline: none;
	}
	#all_wrap .contactform > li input.wpcf7-text.w50 {
		width: 50%;
	}
	#all_wrap .contactform > li input.wpcf7-text.w25 {
		width: 25%;
	}
	/*ラジオボタン*/
	#all_wrap .contactform > li .wpcf7-radio {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		column-gap: 30px;
		grid-row-gap: 10px;
	}
	#all_wrap .contactform > li .wpcf7-list-item {
		width: calc(50% - 10px);
		display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
		column-gap: 5px;
		padding: 0;
		margin: 0;
		cursor: pointer;
	}
	/*チェックボックス*/
	#all_wrap .wpcf7-checkbox {
		display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		column-gap: 20px;
		grid-row-gap: 10px;
		position: relative;
	}
	#all_wrap .wpcf7-checkbox > span {
		cursor: pointer;
	}
	#all_wrap .wpcf7-checkbox label {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		cursor: pointer;
		font-size: 15px;
		line-height: 1.3;
		color: var(--text);
		user-select: none;
	}
	#all_wrap .wpcf7-checkbox label input[type="checkbox"] {
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		width: 15px;
		height: 15px;
		min-width: 15px;
		aspetc-ratio: 1/1;
		padding: 0;
		margin: 0;
		border: 1px solid #ccc;
		border-radius: 0;
		background: #f9f9f9;
		cursor: pointer;
		position: relative;
		transition: var(--ease);
	}
	#all_wrap .wpcf7-checkbox label input[type="checkbox"]:hover {
		border-color: #999;
	}
	#all_wrap .wpcf7-checkbox label input[type="checkbox"]:checked {
		background-color: var(--sub);
		border-color: var(--sub);
	}
	#all_wrap .wpcf7-checkbox label input[type="checkbox"]:checked::after {
		content: "";
		position: absolute;
		left: 4px;
		top: 0px;
		width: 5px;
		height: 10px;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		transform: rotate(45deg);
	}
	#all_wrap .wpcf7-checkbox label span {
		font-weight: 700;
	}

	/*テキストエリア*/
	#all_wrap .contactform > li textarea {
		width: 100%;
		padding: 10px;
		margin: 0;
		border-radius: 5px;
		border: none;
		box-shadow: none;
		font-family: var(--font-jp);
		font-weight: 500;
		font-style: normal;
		font-feature-settings: "palt";
		font-size: 14px;
		line-height: 1.7em;
		background: rgb(245, 245, 245);
		outline: none;
	}

	/*ボタン*/
	#all_wrap .txt_cent {
		text-align: center;
	}
	#all_wrap .txt_cent > span {
		display: inline-block;
		background-image: var(--gradient);
		font-size: 18px;
		line-height: 1;
		font-weight: 700;
		color: #fff;
		box-shadow: 0 3px 0 #2e4492;
		border-radius: 60px;
		filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
		text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
		transition: var(--ease);
		position: relative;
	}
	#all_wrap .txt_cent > span::before {
		content: '';
		display: block;
		width: 18px;
		height: 18px;
		min-width: 18px;
		aspect-ratio: 1 / 1;
		top: 50%;
		right: 15px;
	}
	#all_wrap .txt_cent > span::after {
		content: '';
		display: block;
		width: 6px;
		height: 8px;
		top: 50%;
		right: 20px;
	}
	#all_wrap .txt_cent input[type="submit"] {
		display: inline-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
		column-gap: 10px;
		padding: 10px 40px;
		margin: 0;
		background: none;
		font-family: var(--font-jp);
		font-size: 18px;
		line-height: 1.4;
		font-weight: 600;
		color: #fff;
		white-space: nowrap;
		overflow: hidden;
		position: relative;
		z-index: 0;
		transition: var(--ease);
		cursor: pointer;
	}
	#all_wrap .txt_cent input[type="submit"]::after {
		content: '';
		display: block;
		width: 7px;
		height: 7px;
		background: none;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		transition: var(--ease);
	}
	#all_wrap .txt_cent > span:hover {
		box-shadow: 0 0 0 #2e4492;
		filter: brightness(1.1) drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
		transform: translateY(3px);
		transition: var(--ease);
	}

	#all_wrap .wpcf7 .ajax-loader {
		display: none;
	}
	.wpcf7-spinner {
		display: none;
	}
}

#all_wrap .contact_read_wrap {
	max-width: 950px;
	margin: 0 auto;
}

/*表削除*/
#all_wrap .pageContents .content .tablenone,
#all_wrap .postContents .content .tablenone {
	padding: 0;
	margin: 0;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-radius: none;
	background: none;
	color: var(--text);
}
#all_wrap .pageContents .content .tablenone tbody,
#all_wrap .pageContents .content .tablenone th,
#all_wrap .pageContents .content .tablenone td,
#all_wrap .pageContents .content .tablenone tr,
#all_wrap .pageContents .content .tablenone tr:nth-child(odd) td,
#all_wrap .pageContents .content .tablenone tr:nth-child(even) td {
	padding: 0;
	margin: 0;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-radius: none;
	background: none;
	color: var(--text);
}
#all_wrap .postContents .content .tablenone tbody,
#all_wrap .postContents .content .tablenone th,
#all_wrap .postContents .content .tablenone td,
#all_wrap .postContents .content .tablenone tr,
#all_wrap .postContents .content .tablenone tr:nth-child(odd) td,
#all_wrap .postContents .content .tablenone tr:nth-child(even) td {
	padding: 0;
	margin: 0;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-radius: none;
	background: none;
	color: var(--text);
}


/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){

}


/************************************************************/
/*　Google Map
/************************************************************/
.google-maps {
	position: relative;
	padding-bottom: 30%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.access_info p {
	font-size: 1.1em;
	line-height: 2em;
	margin-bottom: 20px;
	text-align: center;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.access_info p {
		width: 90%;
		padding: 0;
		margin: 0 auto;
		font-size: 1.1em;
		line-height: 2em;
		margin-bottom: 20px;
		text-align: center;
	}
	.top_gmap iframe {
		height: 200px;
	}
}



/************************************************************/
/*　全体
/************************************************************/
/*more*/
#all_wrap .more {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 10px;
	grid-row-gap: 10px;
}
#all_wrap .more > a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	column-gap: 7px;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	transition: var(--ease);
}
#all_wrap .more > a span {
	display: block;
	width: 50px;
	height: 2px;
	background: var(--main);
	position: relative;
}
#all_wrap .more > a span::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: var(--main);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: -6px;
	transform: translate(0,-50%);
}
#all_wrap .more > a span::after {
	content: '';
	display: block;
	width: 30px;
	height: 35px;
	background: var(--main);
	clip-path: polygon(0 20%, 50% 0, 100% 20%, 100% 80%, 50% 100%, 0 80%);
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translate(0,-50%);
	animation: blink 3s infinite ease-in-out;
}
@keyframes blink {
	0% { opacity: 0.2; }
	50% { opacity: 0; }
	100% { opacity: 0.2; }
}

/*ボタン*/
#all_wrap .more.btn > a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	column-gap: 7px;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	transition: var(--ease);
	padding: 20px 50px;
	margin: 0;
	background: var(--main);
	border-radius: 30px 0 0 0;
	color: #fff;
	text-decoration: none;
}
#all_wrap .more.btn > a:hover {
	opacity: 0.8;
	transition: var(--ease);
}
#all_wrap .more.btn > a span {
	background: #fff;
}
#all_wrap .more.btn > a span::before {
	background: #fff;
}
#all_wrap .more.btn > a span::after {
	background: #fef842;
	animation: blink2 3s infinite ease-in-out;
}
@keyframes blink2 {
	0% { opacity: 0.8; }
	50% { opacity: 0; }
	100% { opacity: 0.8; }
}


/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap .more.btn > a {
		padding: 20px 25px;
	}
}


/************************************************************/
/*　サイトマップ
/************************************************************/
.sitemap ul {
	width: 100%;
	max-width: 980px;
	padding: 0;
	margin: 0 auto;
}
.sitemap ul li {
	width: 100%;
	padding: 0;
	margin: 0;
	background: none;
	list-style: none;
}
.sitemap ul li a {
	display: block;
	padding: 15px 15px 15px 30px;
	margin: 0;
	font-family: var(--font-jp);
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	position: relative;
	transition: var(--ease);
	color: var(--text);
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.sitemap ul li a:hover {
	transition: var(--ease);
	opacity: 0.8;
}
.sitemap ul li a::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	width: 5px;
	height: 5px;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-right: 1px solid rgba(0,0,0,0.2);
	transform: translate(0,-50%) rotate(45deg);
	-webkit-transform: translate(0,-50%) rotate(45deg);
	transition: ease 0.2s;
}
.sitemap ul li a > span {
	display: none;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.sitemap ul {
		width: calc(100%);
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.sitemap ul .sub-menu {
		padding: 0 0 0 10px;
	}
}

/*スマホ改行
------------------------------------------------------------*/

.pc { display:block !important; }
.sp { display:none !important; }
@media screen and (max-width: 768px){   
	.pc { display:none !important; }
	.sp { display:block !important; }
}


/************************************************************/
/*　本文ギャラリー
/************************************************************/

/*プラグイン*/
#swipebox-overlay {
	background: rgba(0, 0, 0, 0.8);
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
	display: inline-block;
	max-height: 90%;
	max-width: 90%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}
/*ギャラリー*/
#all_wrap .content .gallery {
	width: 100%;
	max-width: 980px;
	padding: 0;
	margin: 0 auto 30px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 20px;
	grid-row-gap: 20px;
}
#all_wrap .content .gallery::after {
	content: '';
	display: block;
	width: calc(100% / 3 - 13.4px);
}
#all_wrap .content .gallery dl {
	width: calc(100% / 3 - 13.4px);
	padding: 0;
	margin: 0;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	grid-row-gap: 5px;
}
#all_wrap .content .gallery dt {
	padding: 0;
	margin: 0;
	text-align: center;
}
#all_wrap .content .gallery dd {
	padding: 0;
	margin: 0;
	text-align: center;
}
#all_wrap .content .gallery dl img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
/*閉じる*/
.tos-close {
	height: 40px;
	top: 10px;
	left: 10px;
	right: unset;
}
.tos-close span:after,
.tos-close span:before {
	width: 10px;
	height: 10px;
	margin-top: -4px;
	margin-left: 0;
	margin-right: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap .content .gallery {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 20px;
		column-gap: 20px;
		grid-row-gap: 20px;
	}
	#all_wrap .content .gallery::after {
		content: '';
		display: none;
	}
	#all_wrap .content .gallery dl {
		width: calc(100% / 2 - 10px);
		grid-row-gap: 5px;
	}
}

/************************************************************/
/*　Youtube
/************************************************************/
#all_wrap .l-wrapper .youtubeBox {
	width:860px;              /*横幅いっぱいにwidthを指定*/
	padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
	height:0px;              /*高さはpaddingで指定するためheightは0に*/
	position: relative;
	margin: 0 auto;
}
#all_wrap .l-wrapper .youtubeBox > iframe {
	position: static;
	top: auto;
	left: auto;
	width: 860px;
	height: 500px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap .l-wrapper .youtubeBox {
		width:100%;              /*横幅いっぱいにwidthを指定*/
		padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
		height:0px;              /*高さはpaddingで指定するためheightは0に*/
		position: relative;
	}
	#all_wrap .l-wrapper .youtubeBox > iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}


/************************************************************/
/*　アーカイブ
/************************************************************/
#all_wrap .archiveList {
	width: calc(100%);
	max-width: 980px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#all_wrap .archiveList::after {
	content: '';
	display: block;
	width: 31%;
}
#all_wrap .archiveList > li {
	width: 31%;
	padding: 0;
	margin: 0 0 40px;
}
#all_wrap .archiveList > li::before,
#all_wrap .archiveList > li::after {
	display: none;
}
#all_wrap .archiveList > li figure {
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	position: relative;
	text-align: center;
	overflow: hidden;
	border-radius: 5px;
}
#all_wrap .archiveList > li figure::before {
	content: '';
	display: block;
	padding-top: 56.25%;
}
#all_wrap .archiveList > li figure img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	object-fit: cover;
}
#all_wrap .archiveList > li .date {
	display: inline-block;
	font-family: var(--font-en);
	font-size: 12px;
	font-weight: lighter;
	line-height: 1em;
	color: #c8c8c8;
	font-style: normal;
	white-space: nowrap;
	padding: 0;
	margin: 0 0 5px;
}
#all_wrap .archiveList > li > h3,
#all_wrap .content .archiveList > li > h3 {
	padding: 0;
	margin: 0 auto 5px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4em;
	font-style: normal;
	border: none;
	background: none;
}
#all_wrap .archiveList > li > p {
	font-size: 14px;
	line-height: 1.7em;
	padding: 0;
	margin: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap .archiveList {
		width: calc(100%);
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
		list-style: none;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#all_wrap .archiveList::after {
		content: '';
		display: none;
	}
	#all_wrap .archiveList > li {
		width: 100%;
		padding: 0;
		margin: 0 auto 20px;
	}
	#all_wrap .archiveList > li::before,
	#all_wrap .archiveList > li::after {
		display: none;
	}
	#all_wrap .archiveList > li figure {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
		position: relative;
		text-align: center;
		overflow: hidden;
		border-radius: 5px;
	}
	#all_wrap .archiveList > li figure::before {
		content: '';
		display: block;
		padding-top: 56.25%;
	}
	#all_wrap .archiveList > li figure img {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		object-fit: cover;
	}
	#all_wrap .archiveList > li .date {
		display: inline-block;
		font-family: var(--font-en);
		font-size: 12px;
		font-weight: lighter;
		line-height: 1em;
		color: #c8c8c8;
		font-style: normal;
		white-space: nowrap;
		padding: 0;
		margin: 0 0 5px;
	}
	#all_wrap .archiveList > li > h3,
	#all_wrap .content .archiveList > li > h3 {
		padding: 0;
		margin: 0 auto 5px;
		font-size: 15px;
		font-weight: 700;
		line-height: 1.4em;
		font-style: normal;
		border: none;
		background: none;
	}
	#all_wrap .archiveList > li > p {
		font-size: 14px;
		line-height: 1.7em;
		padding: 0;
		margin: 0;
		text-align: justify;
		text-justify: inter-ideograph;
	}
}

/************************************************************/
/*　記事詳細
/************************************************************/
#all_wrap .singleContent {
	margin-bottom: 100px;
}
#all_wrap .singleHeader {
	width: 100%;
	padding: 0 0 25px;
	margin: 0 auto 30px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 30px;
	grid-row-gap: 10px;
	border-bottom: 1px solid var(--text);
}
#all_wrap .singleHeader_data > .date {
	display: block;
	font-weight: lighter;
	font-size: 16px;
	line-height: 1;
	color: #333;
	width: 100px;
	padding: 0;
	margin: 0;
}
#all_wrap .singleHeader > h1 {
	width: calc(100% - 30px - 100px);
	padding: 0;
	margin: 0 auto;
	position: relative;
	font-size: 22px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--text);
	text-align: left;
	border: none;
	background: none;
}

.single_eyecatch {
	width: 100%;
	padding: 0;
	margin: 0 auto 20px;
	position: relative;
}
.single_eyecatch img {
	width: 100%;
	height: auto;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap .singleContent {
		margin-bottom: 50px;
	}
	#all_wrap .singleHeader {
		width: 100%;
		padding: 0 0 10px;
		margin: 0 auto 20px;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		grid-row-gap: 5px;
	}
	#all_wrap .singleHeader_data {
		width: 100%;
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
		grid-row-gap: 10px;
		position: relative;
	}
	#all_wrap .singleHeader_data > .date {
		display: block;
		font-family: var(--font-en);
		font-weight: lighter;
		font-size: 12px;
		line-height: 1;
		color: #ccc;
		padding: 0;
		margin: 0;
	}
	#all_wrap .tagList {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		column-gap: 5px;
		grid-row-gap: 5px;
	}
	#all_wrap .tagList > .tag {
		display: inline-block;
		padding: 5px 7px;
		margin: 0;
		font-size: 0.8rem;
		line-height: 1;
		font-weight: 500;
		color: var(--sub);
		background: #fff;
		border: 1px solid var(--sub);
		border-radius: 5px;
		position: relative;
		transition: var(--ease);
	}
	#all_wrap .singleHeader > h1 {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		font-size: 18px;
		line-height: 1.4em;
		color: var(--text);
		text-align: left;
		border: none;
		background: none;
	}

	.single_eyecatch {
		width: 100%;
		padding: 0;
		margin: 0 auto 20px;
		position: relative;
	}
	.single_eyecatch img {
		width: 100%;
		height: auto;
	}
}


/*==============================*/
/*目次*/
/*==============================*/
#all_wrap .content .toc {
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
}
#all_wrap .content .toc-title {
	display: inline-block;
	padding: 5px 10px;
	margin: 0;
	background: #19244c;
	font-family: "Ubuntu", sans-serif;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	position: relative;
	top: 15px;
	left: 0;
	z-index: 2;
}
#all_wrap .content .toc .toc-list {
	padding: 30px;
	margin: 0;
	position: relative;
	list-style: none;
	background: #f4f4f4;
}
#all_wrap .content .toc .toc-list li ul {
	margin: 10px 0 !important;
	padding: 0 0 0 1.2em;
}
#all_wrap .content .toc .toc-list li {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
#all_wrap .content .toc .toc-list li::before,
#all_wrap .content .toc .toc-list li::after {
	display: none;
}
#all_wrap .content .toc .toc-list li a {
	display: block;
	padding: 0 0 0 2.2em;
	position: relative;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
#all_wrap .content .toc .toc-list li ul li a {
	display: block;
	padding: 0 0 0 1.8em;
	position: relative;
	text-decoration: none;
	font-size: 13px;
	font-weight: lighter;
	line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
#all_wrap .content .toc .toc-list li a:hover {
	text-decoration: underline;
	color: #0c61a8;
}
#all_wrap .content .contentstable-number {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Ubuntu", sans-serif;
}
#all_wrap .content .toc .toc-list > li > a > .contentstable-number::after {
	content: '.';
}
#all_wrap .content .toc-toggle > a {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
}


/*タグ*/
.post-tag {
	margin-top: 5px;
}
.post-tag,
.post-tag a {
	font-size: 14px;
	text-decoration: none;
}
.post-tag a:hover {
	text-decoration: underline;
	color: #0c61a8;
	text-decoration: underline;
}


/*タグ*/
.post-tag {
	margin-top: 5px;
}
.post-tag,
.post-tag a {
	font-size: 14px;
	text-decoration: none;
}
.post-tag a:hover {
	text-decoration: underline;
	color: #0c61a8;
	text-decoration: underline;
}
@media only screen and (max-width: 768px){
	#all_wrap .content .toc .toc-list {
		padding: 20px;
		margin: 0;
		position: relative;
		list-style: none;
		background: #f4f4f4;
	}
	/*タグ*/
	.post-tag,
	.post-tag a {
		font-size: 12px;
	}
	.toc .toc-list {
		padding: 25px 20px 20px;
	}
}

/*==============================*/
/*記事詳細（関連記事）*/
/*==============================*/
.relatedPost {
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
}
.relatedPost > header {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	column-gap: 5px;
	padding: 12px;
	margin: 0 auto;
	background: var(--sub);
	position: relative;
	z-index: 0;
}
.relatedPost > header > em {
	font-family: var(--font-en);
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}
#all_wrap .relatedPost > header > h2 {
	font-size: 10px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	background: none;
	border: none;
	padding: 0;
	margin: 0 !important;
}

/* 記事一覧*/
#all_wrap .relatedList {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
}
#all_wrap .relatedList > li {
	padding: 20px 0;
	margin: 0 auto;
	border-bottom: 1px dotted #999;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 20px;
	position: relative;
}
.relatedList > li > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.relatedList > li figure {
	width: 150px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.relatedList > li figure::before {
	content: '';
	display: block;
	padding-top: 75%;
}
.relatedList > li figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
#all_wrap .relatedList_info {
	width: calc(100% - 20px - 150px);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
}
#all_wrap .relatedList_info > h3 {
	padding: 0;
	margin: 0;
	position: relative;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 500;
	color: var(--text);
	background: none;
	border: none;
	transition: all 0.3s ease;
}
.relatedList_info > .date {
	font-size: 12px;
	line-height: 1;
	color: #999;
}
#all_wrap .relatedList > li:hover .relatedList_info > h3 {
	text-decoration: underline;
	transition: all 0.3s ease;
	color: var(--link);
	background: none;
	border: none;
}
@media screen and (max-width: 768px) {
	.relatedPost {
		margin: 0 auto;
	}
	#all_wrap .relatedList > li {
		padding: 10px 0;
		column-gap: 10px;
	}
	.relatedList > li figure {
		width: 80px;
	}
	#all_wrap .relatedList_info {
		width: calc(100% - 10px - 80px);
	}
	#all_wrap .relatedList_info > h3 {
		font-size: 14px;
	}
	.relatedList_info > .date {
		font-size: 11px;
	}
	#all_wrap .relatedList_info > h3 {
		font-size: 13px;
	}
	.relatedList_info > .date {
		font-size: 10px;
	}
}

/************************************************************/
/*　ブログ　詳細＆サイドバー 
/************************************************************/

/*ランキング*/
#all_wrap .sidRankList {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	border: none;
	position: relative;
	display: flex;
	flex-direction: column;
}
#all_wrap .sidRankList > li {
	width: 100%;
	padding: 15px 0;
	margin: 0 auto;
	border-bottom: 1px solid #E5E5E5;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	column-gap: 15px;
}
.sidRankList > li > figure {
	width: 80px;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.sidRankList > li > figure:before {
	content: "";
	display: block;
	padding: 50%;
}
.sidRankList > li > figure a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	transition: var(--ease);
}
.sidRankList > li:hover > figure a > img {
	transform: translate(-50%, -50%) scale(1.05);
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
	transform-origin: center;
	transition: var(--ease);
}
.sidRankList > li > figure > .rank {
	display: inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	aspect-ratio: 1/1;
	background: var(--main);
	font-size: 0.8rem;
	line-height: 1;
	color: #fff;
	font-weight: 400;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.sidRankList > li > .sidRankInfo {
	width: calc(100% - 15px - 80px);
	padding: 0;
	margin: 0;
}
#all_wrap .sidRankList > li > .sidRankInfo > h3 {
	padding: 0;
	margin: 0;
	height: 100%;
	color: var(--text);
	font-size: 12px;
	line-height: 1.4em;
	font-weight: 400;
	border: none;
	background: none;
}
#all_wrap .sidRankList > li > .sidRankInfo > h3 a {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	align-content: center;
	align-items: center;
	color: var(--text);
	font-family: var(--font-jp);
	font-size: 12px;
	line-height: 1.4em;
	font-weight: 400;
	text-decoration: none;
	text-align: justify;
	text-align: -webkit-justify;
	transition: var(--ease);
}
#all_wrap .sidRankList > li > .sidRankInfo > h3 a:hover {
	color: var(--main);
	transition: var(--ease);
}


/*==============================*/
/*記事詳細（関連記事）*/
/*==============================*/
#all_wrap .editor {
	padding: 0;
	margin: 50px auto 50px;
	position: relative;
}
#all_wrap .editor > header {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	column-gap: 5px;
	padding: 12px;
	margin: 0 auto;
	background: var(--main);
	position: relative;
	z-index: 0;
}
#all_wrap .editor > header > em {
	font-family: var(--font-en);
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	text-decoration: none;
}
#all_wrap .editor > header > h2 {
	font-size: 10px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	padding: 0;
	margin: 0;
}
#all_wrap .editorBox {
	width: 100%;
	padding: 20px;
	margin: 0;
	background: #fff;
	border: 5px solid var(--main);
	border-top: none;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 20px;
}
#all_wrap .editorBox > figure {
	width: 150px;
	padding: 0;
	margin: 0;
	position: relative;
	text-align: center;
	overflow: hidden;
	border-radius: 50%;
}
#all_wrap .editorBox > figure::before {
	content: '';
	display: block;
	padding: 50%;
}
#all_wrap .editorBox > figure img {
	width: 100%;
	max-width: unset;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	object-fit: cover
}
#all_wrap .editorBox_info {
	width: calc(100% - 150px - 20px);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	grid-row-gap: 5px;
}
#all_wrap .editorBox_info > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	border: none;
	background: none;
}
#all_wrap .editorBox_info > h3 > small {
	font-size: 12px;
	font-weight: lighter;
}
#all_wrap .editorBox_info > p {
	padding: 0;
	margin: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	font-size: 12px;
	line-height: 1.7em;
}

@media screen and (max-width: 768px) {
	#all_wrap .editorBox > figure {
		width: 100px;
	}
	#all_wrap .editorBox_info {
		width: calc(100% - 100px - 20px);
	}
	#all_wrap .editorBox_info > h3 {
		font-size: 15px;
	}
	#all_wrap .editorBox {
		width: 100%;
		padding: 15px;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 10px;
	}
	#all_wrap .editorBox > figure {
		width: 150px;
		padding: 0;
		margin: 0 auto;
	}
	#all_wrap .editorBox_info {
		width: calc(100%);
	}
	#all_wrap .editorBox_info > h3 {
		width: 100%;
		font-size: 15px;
		text-align: center;
	}
}


/*前後の記事*/
#all_wrap .prevNext {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
#all_wrap .prevNext__pop {
	background-color: var(--text);
}
#all_wrap .eyecatch {
	background: var(--text);
}
#all_wrap .heading-secondary {
	color: var(--text);
}
#all_wrap .prevNext__text {
	padding: 0;
	margin: 0;
	color: var(--text);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*前後の記事*/
	#all_wrap .prevNext {
		width: 90%;
		padding: 0;
		margin: 0 auto;
	}
}

/*プロフィール*/
#all_wrap .profile {
	border: none;
	margin-top: 0;
	padding: 20px;
	background: var(--text);
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
#all_wrap .profile__text {
	background: none;
	font-size: 15px;
	padding: 0 0 0 13px;
	margin-bottom: 15px;
	margin-top: 40px;
	border-left: 2px solid #d3c8a8;
	font-style: italic;
	text-align: left;
	color: #d3c8a8;
}
#all_wrap .profile__contents {
	width: 80%;
	padding: 0;
	margin: 0;
}
#all_wrap .profile__name {
	color: #d3c8a8;
	font-size: 19px;
	line-height: 1.4em;
	font-style: italic;
	padding: 0 0 10px;
	margin: 0 auto 10px;
	border-bottom: 1px solid #d3c8a8;
}
#all_wrap .profile__author {
	width: 15%;
	text-align: left;
	padding: 0;
	margin: 0 20px 0 0;
}
#all_wrap .profile__author img {
	width: 100%;
	height: auto;
	margin: 0;
}
#all_wrap .profile__list {
	display: none;
}
#all_wrap .profile__description {
	padding: 0;
	margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*プロフィール*/
	#all_wrap .profile {
		border: none;
		margin-top: 0;
		padding: 20px;
		background: var(--text);
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#all_wrap .profile__text {
		background: none;
		font-size: 15px;
		padding: 0 0 0 13px;
		margin-bottom: 15px;
		margin-top: 40px;
		border-left: 2px solid #d3c8a8;
		font-style: italic;
		text-align: left;
		color: #d3c8a8;
	}
	#all_wrap .profile__contents {
		width: 80%;
		padding: 0;
		margin: 0;
	}
	#all_wrap .profile__name {
		color: #d3c8a8;
		font-size: 19px;
		line-height: 1.4em;
		font-style: italic;
		padding: 0 0 10px;
		margin: 0 auto 10px;
		border-bottom: 1px solid #d3c8a8;
	}
	#all_wrap .profile__author {
		width: 15%;
		text-align: left;
		padding: 0;
		margin: 0 0 0 0;
	}
	#all_wrap .profile__author img {
		width: 100%;
		height: auto;
		margin: 0;
	}
	#all_wrap .profile__list {
		display: none;
	}
	#all_wrap .profile__description {
		padding: 0;
		margin: 0;
	}
}

/************************************************************/
/*　共通
/************************************************************/

/*mt*/
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt100 { margin-top: 100px !important; }
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*mt*/
	.mt10 { margin-top: 10px !important; }
	.mt15 { margin-top: 10px !important; }
	.mt20 { margin-top: 10px !important; }
	.mt30 { margin-top: 15px !important; }
	.mt40 { margin-top: 20px !important; }
	.mt50 { margin-top: 30px !important; }
	.mt100 { margin-top: 40px !important; }
}

/************************************************************/
/*　トップページ　お知らせ
/************************************************************/
#topNews {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
}
#topNews > header {
	width: 100%;
	max-width: 880px;
	padding: 0 0 30px;
	margin: 0 auto 30px;
	position: relative;
	border-bottom: 1px solid #000;
}
#all_wrap #topNews > header > h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: center;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 900;
	color: var(--text);
	border: none;
	background: none;
}

/*タブ*/
.newsFilter {
	width: 100%;
	max-width: 900px;
	padding: 0 0 20px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	column-gap: 10px;
	border-bottom: 2px solid var(--sub);
}
.filter-btn {
	padding: 5px 14px 6px;
	border-radius: 5px;
	cursor: pointer;
	background: none;
	border: 2px solid var(--main);
	color: var(--main);
	transition: var(--ease);
}
.filter-btn[data-cat="all"] { border: 2px solid var(--sub); color: var(--sub); }
.filter-btn[data-cat="news"] { border: 2px solid #4272BE; color: #4272BE; }
.filter-btn[data-cat="blog"] { border: 2px solid #5CBC8A; color: #5CBC8A; }
.filter-btn[data-cat="products"] { border: 2px solid #F6A7A1; color: #F6A7A1; }
.filter-btn[data-cat="column"] { border: 2px solid #FFB366; color: #FFB366; }

.filter-btn:hover,
.filter-btn.active {
	background: var(--main);
	color: #fff;
	transition: var(--ease);
}
.filter-btn[data-cat="all"]:hover,
.filter-btn.active[data-cat="all"] { background: var(--sub); color: #fff; }
.filter-btn[data-cat="news"]:hover,
.filter-btn.active[data-cat="news"] { background: #4272BE; color: #fff; }
.filter-btn[data-cat="blog"]:hover,
.filter-btn.active[data-cat="blog"] { background: #5CBC8A; color: #fff; }
.filter-btn[data-cat="products"]:hover,
.filter-btn.active[data-cat="products"] { background: #F6A7A1; color: #fff; }
.filter-btn[data-cat="column"]:hover,
.filter-btn.active[data-cat="column"] { background: #FFB366; color: #fff; }

/*リスト*/
#all_wrap .newsList {
	width: 100%;
	max-width: 900px;
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 0;
}
#all_wrap .newsList > li {
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 15px;
	grid-row-gap: 5px;
	border-bottom: 1px dotted #c8c8c8;
}
#all_wrap .newsList > li .date {
	display: block;
	width: 95px;
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 14px;
	color: #999;
	line-height: 1.4em;
	white-space: nowrap;
}
#all_wrap .newsList > li .cat {
	display: inline-block;
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap .newsList > li .cat a {
	display: inline-block;
	width: fit-content;
	padding: 4px 8px 5px;
	margin: 0;
	text-align: center;
	font-size: 11px;
	color: #fff;
	line-height: 1;
	white-space: nowrap;
	background: var(--sub);
	border-radius: 20px;
	letter-spacing: normal;
}
#all_wrap .newsList > li .cat a.cat-news {
	background: #4272BE;
}
#all_wrap .newsList > li .cat a.cat-blog {
	background: #5CBC8A;
}
#all_wrap .newsList > li .cat a.cat-products {
	background: #F6A7A1;
}
#all_wrap .newsList > li .cat a.cat-column {
	background: #FFB366;
}

#all_wrap .newsList > li h3 {
	width: calc(100%);
	padding: 0;
	margin: 0;
	position: relative;
	border: none;
	background: none;
	font-size: 16px;
	font-weight: 400;
	color: var(--text);
	line-height: 1.4em;
}
#all_wrap .newsList > li h3 a {
	font-size: 16px;
	font-weight: 400;
	color: var(--text);
	line-height: 1.4em;
	transition: var(--ease);
}
#all_wrap .newsList > li h3 a:hover {
	text-decoration: underline;
	transition: var(--ease);
}

/*サブページ*/
#all_wrap .newsList.sub {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 0;
	border-top: 1px solid #ccc;
}
#all_wrap .newsList.sub > li {
	width: 100%;
	padding: 30px 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	column-gap: 25px;
	border-bottom: 1px solid #ccc;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 1200px){
	#topNews {
		padding: 50px 40px;
	}
}

@media only screen and (max-width: 768px){
	#topNews {
		padding: 30px 15px;
	}

	#topNews .tab_content {
		min-height: inherit;
	}
	#all_wrap .newsList {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 30px;
	}
	#all_wrap .newsList > li {
		padding: 10px 0;
		grid-row-gap: 0;
		column-gap: 10px;
	}

	#all_wrap .newsList > li h3 {
		width: 100%;
		margin-top: 5px;
	}
	
	#all_wrap .newsList > li h3 a {
		font-size: 14px;
	}
	
	/*サブページ*/
	#all_wrap .newsList.sub {
		width: calc(100% - 30px);
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		list-style: none;
		display: flex;
		flex-direction: column;
		grid-row-gap: 0;
		border-top: 1px solid #ccc;
	}
	#all_wrap .newsList.sub > li {
		padding: 10px 0;
		grid-row-gap: 0;
		column-gap: 10px;
		justify-content: flex-start;
	}
	
	/*タブ*/
	.newsFilter {
		width: 100%;
		max-width: 100%;
		padding: 0 0 10px;
		margin: 0 auto;
		justify-content: center;
	}
	.filter-btn {
		padding: 5px 7px;
		border-radius: 5px;
		font-size: 11px;
	}
}

/************************************************************/
/*　トップページ　サービス
/************************************************************/
#topService {
	width: 100%;
	padding: 70px 0;
	margin: 0 auto;
	position: relative;
	background: #f6f6f6;
}
.topService_warry {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto 70px;
	position: relative;
}
#all_wrap .topService_warry header {
	padding: 0;
	margin: 0 auto 10px;
	position: relative;
}
#all_wrap .topService_warry header > h2 {
	width: fit-content;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-size: clamp(22px, 2.5vw, 40px);
	font-weight: 900;
	line-height: 1;
	border: none;
	background: none;
	position: relative;
}
#all_wrap .topService_warry header > h2 span {
	position: relative;
	z-index: 0;
}
#all_wrap .topService_warry header > h2 span::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 20px;
	background: #cbc9c9;
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: -1;
}
#all_wrap .topService_warry > figure {
	width: 100%;
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
}
#all_wrap .topService_warry > figure img {
	width: 100%;
	height: auto;
}
#all_wrap .topService_warry > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	border: none;
	background: none;
	position: relative;
	font-size: clamp(22px, 2.5vw, 40px);
	letter-spacing: 0.15em;
	font-weight: 900;
	line-height: 1.4em;
	color: #1d2087;
	text-align: center;
}
#all_wrap .topService_warry > h3 span {
	position: relative;
	z-index: 0;
}
#all_wrap .topService_warry > h3 span::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 20px;
	background: #fef842;
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: -1;
}
/*解決*/
.topService_solution {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#all_wrap .topService_solution header {
	padding: 0;
	margin: 0 auto 80px;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
}
#all_wrap .topService_solution header i {
	display: block;
	width: 100%;
	height: 60px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
#all_wrap .topService_solution header i img {
	width: auto;
	height: 100%;
}
#all_wrap .topService_solution header h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	border: none;
	background: none;
	position: relative;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-align: center;
}
/*リスト*/
#all_wrap .solutionList {
	width: 100%;
	padding: 0;
	margin: 0 auto 65px;
	position: relative;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 40px 40px;
	align-items: stretch;
}
#all_wrap .solutionList > li {
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
}
#all_wrap .solutionList > li::after {
	content: '';
	display: block;
	background: url('https://elcomjapan.co.jp/wp-content/uploads/solution_arrow.webp') no-repeat left top;
	position: absolute;
	right: -40px;
	top: 50%;
	content: "";
	width: 40px;
	height: 17px;
	margin-top: -21px;
}
#all_wrap .solutionList > li:last-child::after {
	display: none;
}
#all_wrap .solutionList > li > h3 {
	width: 100%;
	padding: 10px;
	margin: 0;
	background: var(--main);
	font-size: clamp(18px, 2vw, 24px);
	letter-spacing: 0.15em;
	font-weight: 500;
	color: #fff;
	text-align: center;
	position: absolute;
	top: -20px;
	left: 0;
	z-index: 2;
}
#all_wrap .solutionList > li > figure {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: center;
	aspect-ratio: 1/1;
	border-radius: 50%;
}
#all_wrap .solutionList > li > figure::before {
	content: '';
	display: block;
	padding: 50%;
}
#all_wrap .solutionList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
#all_wrap .solutionList > li > p {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: clamp(14px, 1.5vw, 16px);
	font-weight: 500;
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 1200px){
	#all_wrap .solutionList {
		grid-template-columns: repeat(3, 1fr);
		gap: 40px 40px;
		padding: 0 40px;
	}
}
@media only screen and (min-width: 769px){
	#all_wrap .solutionList > li:nth-of-type(3n)::after {
		display: none;
	}
}

@media only screen and (max-width: 768px){
	#all_wrap .solutionList {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px 40px;
		padding: 0 15px;
	}
	#all_wrap .solutionList > li:nth-child(even)::after {
		display: none;
	}
}

/************************************************************/
/*　トップページ　取扱商品一覧
/************************************************************/
#topProducts {
	width: 100%;
	padding: 200px 0 150px;
	margin: 0 auto;
	position: relative;
	background: #fafafa;
}
#all_wrap .contHead {
	width: 100%;
	padding: 0;
	margin: 0 auto 75px;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 70px;
	z-index: 0;
}
#all_wrap .contHead > h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	font-size: 40px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}
#all_wrap .contHead > em {
	display: block;
	color: rgba(66, 114, 190, 0.2);
	font-family: var(--font-en);
	font-size: clamp(50px, 10vw, 120px);
	letter-spacing: 0.05em;
	font-weight: 800;
	line-height: 1;
	font-style: normal;
	position: absolute;
	top: -0.6em;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: -1;
}
#all_wrap .contHead > p {
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

/*リスト*/
#all_wrap .child-categories {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
#all_wrap .child-categories > li {
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap .child-categories > li > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
#all_wrap .child-categories > li > figure {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#all_wrap .child-categories > li > figure::before {
	content: '';
	display: block;
	padding: 50%;
}
#all_wrap .child-categories > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transform-origin: center;
	object-fit: cover;
	transition: var(--ease);
}
#all_wrap .child-categories > li:hover > figure img {
	transform: translate(-50%,-50%) scale(1.05);
	transform-origin: center;
	object-fit: cover;
	transition: var(--ease);
}
#all_wrap .child-categories > li > h3 {
	width: 100%;
	height: clamp(40px, 2.5vw, 55px);
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(66, 114, 190, 0.8);
	font-size: clamp(12px, 1.25vw, 18px);
	line-height: 1.2em;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 1200px){
	#topProducts {
		padding: 200px 30px 150px 30px;
	}
	#all_wrap .child-categories {
		grid-template-columns: repeat(3, 1fr);
		gap: 30px 30px;
	}
}

@media only screen and (max-width: 768px){
	#topProducts {
		padding: 100px 15px 75px 15px;
	}
	#all_wrap .child-categories {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 15px;
	}
}

/************************************************************/
/*　トップページ　取扱商品
/************************************************************/
#topWorks {
	width: 100%;
	padding: 200px 0 150px;
	margin: 0 auto;
	position: relative;
	background: #fff;
}
/*リスト*/
#all_wrap .worksList {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto 70px;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 40px;
}
#all_wrap .worksList > li {
	width: 100%;
	padding: 40px;
	margin: 0 auto;
	background: rgba(66, 114, 190, 0.1);
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 40px;
	transition: var(--ease);
}
#all_wrap .worksList > li:hover {
	background: rgba(66, 114, 190, 0.2);
	transition: var(--ease);
}
#all_wrap .worksList > li > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#all_wrap .worksList > li > figure {
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#all_wrap .worksList > li > figure::before {
	content: '';
	display: block;
	padding-top: 75%;
}
#all_wrap .worksList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
#all_wrap .worksList > li .worksList_info {
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 25px;
}
#all_wrap .worksList > li .worksList_info dl {
	width: 100%;
	padding: 0 0 10px;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	column-gap: 0;
	border-bottom: 1px solid var(--text);
}
#all_wrap .worksList > li .worksList_info dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 15px;
	margin: 0;
	background: #fff;
	position: relative;
	text-align: center;
	width: 180px;
	min-width: 180px;
	font-size: 20px;
	line-height: 1;
	color: var(--text);
	font-weight: 600;
}
#all_wrap .worksList > li .worksList_info dl dd {
	padding: 10px 15px;
	margin: 0;
	font-size: clamp(14px, 1.5vw, 18px);
	line-height: 1.2em;
	color: var(--text);
	text-align: left;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 1200px){
	#topWorks {
		padding: 200px 30px 150px 30px;
	}
	#all_wrap .worksList > li {
		gap: 30px 30px;
	}
	#all_wrap .worksList > li .worksList_info dl {
		flex-direction: column;
	}
	#all_wrap .worksList > li .worksList_info dl dd {
		padding: 10px 0px;
	}
}

@media only screen and (max-width: 768px){
	#topWorks {
		padding: 100px 15px 75px 15px;
	}
	#all_wrap .worksList > li {
		grid-template-columns: 1fr;
		gap: 30px 0;
		padding: 15px;
	}
	#all_wrap .worksList > li .worksList_info dl {
		flex-direction: column;
	}
	#all_wrap .worksList > li .worksList_info dl dt {
		width: 100%;
		min-width: 100%;
	}
	#all_wrap .worksList > li .worksList_info dl dd {
		padding: 10px 0px;
	}
}

/* - タグ*/
#all_wrap .tags {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 5px;
	grid-row-gap: 5px;
	line-height: 1;
}
#all_wrap .tags .tag {
	padding: 0;
	margin: 0;
	position: relative;
	line-height: 1;
}
#all_wrap .tags .tag a {
	display: inline-block;
	padding: 5px 10px 6px;
	margin: 0;
	background: var(--main);
	position: relative;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	transition: var(--ease);
}
#all_wrap .tags .tag a:hover {
	background: var(--sub);
	color: #fff;
	transition: var(--ease);
}
#all_wrap .tags .cat a {
	display: inline-block;
	padding: 5px 10px 6px;
	margin: 0;
	background: #d1d7fc;
	position: relative;
	font-size: 14px;
	line-height: 1;
	color: var(--main);
	text-decoration: none;
	transition: var(--ease);
}
#all_wrap .tags .cat a:hover {
	background: #1d2087;
	color: #fff;
	transition: var(--ease);
}
@media only screen and (max-width: 768px){
	/* - タグ*/
	#all_wrap .tags {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		column-gap: 5px;
		grid-row-gap: 5px;
	}
	#all_wrap .tags .tag a {
		padding: 4px 5px 5px;
		font-size: 10px;
		letter-spacing: -0.05em;
	}
	#all_wrap .tags .cat a {
		padding: 4px 5px 5px;
		font-size: 10px;
		letter-spacing: -0.05em;
	}
}

/* - 回答*/
#all_wrap .worksList > li .worksList_info dl.answer {
	width: 100%;
	padding: 20px 25px 20px;
	margin: 0;
	position: relative;
	border: none;
	background: #fff;
	display: flex;
	flex-direction: column;
	grid-row-gap: 20px;
}
#all_wrap .worksList > li .worksList_info dl.answer dt {
	display: block;
	width: 100%;
	min-width: 100%;
	padding: 0;
	margin: 0;
	background: none;
	position: relative;
	text-align: left;
	font-size: 20px;
	line-height: 1;
	color: var(--main);
	font-weight: 600;
	z-index: 0;
}
#all_wrap .worksList > li .worksList_info dl.answer dt::after {
	content: '';
	display: block;
	background: rgba(66, 114, 190, 0.1);
	position: absolute;
	bottom: -5px;
	left: 0;
	content: "";
	width: 100%;
	height: 13px;
	z-index: -1;
}
#all_wrap .worksList > li .worksList_info dl.answer dd {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.7em;
	color: var(--text);
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}

/************************************************************/
/*　取扱商品
/************************************************************/
#all_wrap #works_detail {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 70px;
}
#all_wrap #works_detail > header {
	width: 100%;
	padding: 0 0 10px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 30px;
	border-bottom: 1px solid var(--text);
}
#all_wrap #works_detail > header h2 {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	position: relative;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.4em;
	color: var(--text);
	text-align: left;
}
#all_wrap #works_detail > header > span {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 1;
	color: var(--text);
}
/*データ*/
#all_wrap .works_data {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border-top: 1px solid #ccc;
}
#all_wrap .works_data dl {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
}
#all_wrap .works_data dl dt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 0;
	text-align: left;
	font-size: 18px;
	font-weight: 700;
	width: 220px;
	color: var(--sub);
	background: none;
	border: none;
	border-bottom: 1px solid #ccc;
}
#all_wrap .works_data dl dd {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	grid-row-gap: 5px;
	padding: 20px 0;
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	width: calc(100% - 220px);
	color: var(--text);
	background: none;
	border: none;
	border-bottom: 1px solid #ccc;
}
#all_wrap .works_data dl dd .tags {
	width: 100%;
}
#all_wrap .works_data dl dd .tags span {
	line-height: 1;
}
@media only screen and (max-width: 768px){
	#all_wrap #works_detail {
		width: 100%;
		max-width: 100%;
		grid-row-gap: 30px;
	}
	#all_wrap #works_detail > header {
		width: 100%;
		padding: 0 0 15px;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 10px;
	}
	#all_wrap #works_detail > header h2 {
		width: 100%;
		font-size: 18px;
	}
	#all_wrap #works_detail > header > span {
		font-size: 14px;
	}
	/*データ*/
	#all_wrap .works_data {
		width: 100%;
		border-top: 1px dashed #ccc;
	}
	#all_wrap .works_data dl {
		width: 100%;
		column-gap: 15px;
		flex-wrap: wrap;
		grid-row-gap: 5px;
	}
	#all_wrap .works_data dl dt {
		padding: 12px 0 0;
		font-size: 14px;
		line-height: 1.2em;
		width: 100%;
		border: none;
	}
	#all_wrap .works_data dl dd {
		grid-row-gap: 5px;
		padding: 0 0 12px;
		font-size: 14px;
		line-height: 1.2em;
		width: 100%;
		border-bottom: 1px dashed #ccc;
	}
	#all_wrap .works_data dl dd .tags {
		width: 100%;
	}
	#all_wrap .works_data dl dd .tags span {
		line-height: 1;
	}
}

/*ギャラリー*/
.works_detail_box {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.works_detail_box::after {
	content: '※上記サムネイル画像をクリックすると左の画像が切り替わります。';
	display: block;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: 400;
	color: var(--text);
	letter-spacing: normal;
	position: absolute;
	bottom: -3em;
	right: 0;
}
#works_detail .works-slider-wrapper {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	column-gap: 50px;
	align-items: flex-start;
}
#works_detail .works-main {
	width: calc((100% - 50px) / 2);
	border: 1px solid #999;
	margin: 0;
	padding: 0;
}
#works_detail .works-main .swiper-slide {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	padding: 40px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
}
#works_detail .works-main .swiper-slide::before {
	content: '';
	display: block;
	padding: 50%;
}
#works_detail .works-main .swiper-slide img {
	width: calc(100% - 80px);
	height: calc(100% - 80px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: contain;
	object-position: center;
}
#works_detail .works-thumb {
	width: calc((100% - 50px) / 2);
	padding: 0;
	margin: 0;
	position: relative;
}
#works_detail .works-thumb .swiper-wrapper {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 30px;
}
#works_detail .works-thumb .swiper-slide {
	width: calc((100% - 30px) / 2) !important;
	height: auto;
	aspect-ratio: 1/1;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	text-align: center;
	opacity: 0.5;
	cursor: pointer;
	transition: opacity 0.3s;
	border: 1px solid #999;
}
#works_detail .works-thumb .swiper-slide-thumb-active {
	opacity: 1;
}
#works_detail .works-thumb .swiper-slide::before {
	content: '';
	display: block;
	padding: 50%;
}
#works_detail .works-thumb .swiper-slide img {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: contain;
	object-position: center;
}
@media only screen and (max-width: 768px){
	/*ギャラリー*/
	.works_detail_box {
		width: 100%;
		padding: 0 0 20px;
		margin: 0 auto;
		position: relative;
	}
	.works_detail_box::after {
		content: '※上記サムネイル画像をクリックすると左の画像が切り替わります。';
		display: block;
		font-size: 12px;
		line-height: 1.2em;
		font-weight: 400;
		color: var(--text);
		letter-spacing: normal;
		position: absolute;
		bottom: -0.5em;
		right: 0;
	}
	#works_detail .works-slider-wrapper {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		column-gap: 10px;
		flex-wrap: wrap;
		grid-row-gap: 10px;
		align-items: flex-start;
	}
	#works_detail .works-main {
		width: 100%;
	}
	#works_detail .works-main .swiper-slide {
		width: 100%;
		padding: 10px;
	}
	#works_detail .works-main .swiper-slide img {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
	}
	#works_detail .works-thumb {
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
	}
	#works_detail .works-thumb .swiper-wrapper {
		width: 100%;
		column-gap: 10px;
		grid-row-gap: 10px;
	}
	#works_detail .works-thumb .swiper-slide {
		width: calc((100% - 30px) / 4) !important;
	}
	#works_detail .works-thumb .swiper-slide img {
		width: calc(100% - 10px);
		height: calc(100% - 10px);
	}
}

/*情報*/
.works_detail_wrap {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 50px;
	grid-row-gap: 50px;
}
.works_detail_wrap > dl {
	width: calc((100% - 50px) / 2);
	padding: 25px 30px;
	margin: 0;
	background: #f6f6f6;
	position: relative;
}
.works_detail_wrap > dl dt {
	font-size: 18px;
	color: var(--sub);
	font-weight: 700;
	text-align: left;
	background: none;
	border-bottom: 1px solid #CCC;
	width: 100%;
	padding: 0 0 10px;
	margin: 0 auto 20px;
	position: relative;
}
.works_detail_wrap > dl dd {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	border: none;
	background: none;
}
#all_wrap .works_detail_wrap > dl dd > p.link {
	padding: 0;
	margin: 10px auto 0;
	text-align: right;
}
.works_detail_wrap > dl dd > p.link a {
	color: var(--main);
	text-decoration: underline;
}
@media only screen and (max-width: 768px){
	/*情報*/
	.works_detail_wrap {
		width: 100%;
		column-gap: 0;
		grid-row-gap: 30px;
	}
	.works_detail_wrap > dl {
		width: 100%;
		padding: 15px 20px;
	}
	.works_detail_wrap > dl dt {
		font-size: 16px;
		padding: 0 0 10px;
		margin: 0 auto 10px;
		position: relative;
		line-height: 1;
	}
	.works_detail_wrap > dl dd {
		width: 100%;
	}
	.works_detail_wrap > dl dd > p.link a {
		color: var(--main);
		font-size: 12px;
		text-decoration: underline;
	}
}

/*前後の記事*/
#all_wrap .post-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
	margin-top: 2em;
	margin-bottom: 100px;
	padding-top: 1em;
}
#all_wrap .post-navigation a {
	display: inline-block;
	padding: 0.6em 1.2em;
	background: var(--main);
	color: #fff;
	text-decoration: none;
	transition: var(--ease);
}
#all_wrap .post-navigation a:hover {
	background: var(--sub);
	color: #fff;
	transition: var(--ease);
}

/************************************************************/
/*　トップページ　保守サービス
/************************************************************/
#topMaintenance {
	width: 100%;
	padding: 200px 0;
	margin: 0 auto;
	position: relative;
	background: #f6f6f6;
	z-index: 0;
}
#topMaintenance > figure {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#topMaintenance > figure img {
	width: 100%;
	height: auto;
}
/*ボックス*/
.topMaintenance_box {
	width: 100%;
	max-width: 950px;
	padding: 30px 100px;
	margin: 0 auto;
	position: relative;
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 70px;
	grid-row-gap: 35px;
	transform: translateY(-140px);
	z-index: 2;
}
.topMaintenance_box::before {
	content: '';
	display: block;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.topMaintenance_box::after {
	content: '';
	display: block;
	background-color: #edf1f8;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 100%;
	height: 100%;
	z-index: -2;
}
#all_wrap .topMaintenance_box > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	border: none;
	background: none;
	position: relative;
	font-size: clamp(14px, 1.5vw, 24px);
	line-height: 2;
	font-weight: 500;
	color: var(--text);
	text-align: center;
}
.topMaintenance_box > figure {
	width: 280px;
	padding: 0;
	margin: 0;
	position: relative;
}
.topMaintenance_box > figure img {
	width: 100%;
	height: auto;
}
#all_wrap .topMaintenance_box > ul {
	width: 400px;
	min-width: 400px;
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 15px;
}
#all_wrap .topMaintenance_box > ul > li {
	width: 100%;
	padding: 10px 40px;
	margin: 0;
	background: var(--yellow);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: baseline;
	column-gap: 10px;
}
#all_wrap .topMaintenance_box > ul > li i {
	display: block;
	width: auto;
	height: 30px;
	padding: 0;
	margin: 0;
}
#all_wrap .topMaintenance_box > ul > li i img {
	width: auto;
	height: 100%;
}
#all_wrap .topMaintenance_box > ul > li > p {
	padding: 0;
	margin: 0;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	color: var(--text);
	letter-spacing: normal;
}
#all_wrap .topMaintenance_box > ul > li > p strong {
	font-weight: 700;
	font-size: 1.4em;
}
#all_wrap .topMaintenance_box > ul > li.none {
	font-size: 20px;
	line-height: 1;
	text-align: center;
	font-weight: 500;
	color: var(--text);
	background: none;
	position: relative;
	padding: 0;
	margin: 0 auto;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 1200px){
	.topMaintenance_box::after {
		display: none;
	}
}

@media only screen and (max-width: 768px){
	#topMaintenance {
		padding: 100px 0px;
	}

	.topMaintenance_box {
		padding: 0;
		transform: none;
	}
}

/************************************************************/
/*　トップページ　よくある質問
/************************************************************/
#topFaq {
	width: 100%;
	padding: 150px 0;
	margin: 0 auto;
	position: relative;
	background: #fff;
}
#all_wrap #topFaq > header {
	width: 100%;
	max-width: 880px;
	padding: 0 0 30px;
	margin: 0 auto 30px;
	border-bottom: 1px solid var(--text);
}
#all_wrap #topFaq > header > h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	font-size: 24px;
	line-height: 1;
	font-weight: 900;
	color: var(--text);
	text-align: center;
}
/*ボタン*/
#all_wrap .faq-nav {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 50px auto 0;
	position: relative;
	display: flex;
	justify-content: center;
	column-gap: 30px;
}
#all_wrap .faq-nav > a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	margin: 0;
	width: calc((100% - 90px) / 4);
	height: 60px;
	position: relative;
	background: #f6f6f6;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: var(--text);
	letter-spacing: normal;
	transition: var(--ease);
}
#all_wrap .faq-nav > a:hover {
	color: var(--main);
	transition: var(--ease);
}
#all_wrap .faq-nav > a::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: var(--sub);
	position: absolute;
	bottom: 0;
	right: 0;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	transition: var(--ease);
}
#all_wrap .faq-nav > a:hover::after {
	background: var(--main);
	transition: var(--ease);
}

/*子カテゴリタイトル*/
#all_wrap .faq-category-title {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto 20px;
	position: relative;
	border: none;
	background: none;
	font-size: 32px;
	line-height: 1.4em;
	letter-spacing: normal;
	font-weight: 700;
	color: var(--sub);
	text-align: center;
}
/*リスト*/
#all_wrap .faqList {
	width: 100%;
	max-width: 880px;
	padding: 0;
	margin: 0 auto 50px;
	display: flex;
	flex-direction: column;
	grid-row-gap: 30px;
}
#all_wrap .faqList dl {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: none;
	position: relative;
}
#all_wrap .faqList dt {
	width: 100%;
	min-height: 64px;
	padding: 0 0 0 84px;
	margin: 0;
	background: none;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	position: relative;
	font-size: clamp(14px, 1.75vw, 20px);
	line-height: 1.4em;
	font-weight: 500;
	cursor: pointer;
	transition: var(--ease);
}
#all_wrap .faqList dt:hover {
	color: var(--main);
	transition: var(--ease);
}
#all_wrap .faqList dt::before {
	content: 'Q';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	padding: 0 0 5px;
	margin: 0;
	background: #d1d7fc;
	border-radius: 50%;
	font-family: var(--font-en);
	font-size: clamp(16px, 1.75vw, 30px);
	line-height: 1;
	font-weight: 900;
	color: var(--sub);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#all_wrap .faqList dd::before {
	content: 'A';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	padding: 0 0 5px;
	margin: 0;
	background: var(--sub);
	border-radius: 50%;
	font-family: var(--font-en);
	font-size: clamp(16px, 1.75vw, 30px);
	line-height: 1;
	font-weight: 900;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#all_wrap .faqList dd {
	padding: 0 0 0 84px;
	background: none;
	font-size: clamp(14px, 1.5vw, 16px);
	line-height: 2;
	font-weight: 400;
	font-style: normal;
	font-feature-settings: "palt";
	position: relative;
	margin: 30px auto 50px;
	background: none;
}
#all_wrap .faqList dd p {
	font-size: clamp(14px, 1.5vw, 16px);
	padding: 0;
	margin: 0 auto 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
#all_wrap .faqList dd p:last-of-type {
	margin-bottom: 0;
}
#all_wrap .faqList dt span {
	display: block;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transition: var(--ease);
}
#all_wrap .faqList dt span::before,
#all_wrap .faqList dt span::after {
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	border-radius: 5px;
	background: var(--main);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
#all_wrap .faqList dt span::after {
	transform: translate(-50%,-50%) rotate(90deg);
	transition: var(--ease);
}
#all_wrap .faqList dt .active::after {
	transform: translate(-50%,-50%) rotate(0);
	transform-origin: center center;
	transition: var(--ease);
}

#all_wrap.sub_page .faqList {
	max-width: 1200px;
	margin-bottom: 100px;
	grid-row-gap: 0;
}
#all_wrap.sub_page .faqList dl {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topFaq {
		padding: 100px 15px;
	}
	#all_wrap .faqList dt {
		min-height: 0px;
    	padding: 0 20px 0 42px;
	}
	#all_wrap .faqList dd {
		min-height: 0px;
    	padding: 0 0px 0 42px;
	}
	#all_wrap .faqList dt::before,
	#all_wrap .faqList dd::before {
		width: 32px;
		height: 32px;
		padding: 0;
	}
}


/************************************************************/
/*　よくある質問
/************************************************************/
#faq_head {
	width: 100%;
	padding: 0;
	margin: 0 auto 100px;
	position: relative;
}
#all_wrap #faq_head > p {
	padding: 0;
	margin: 0 auto;
	text-align: center;
}


/************************************************************/
/*　導入事例一覧
/************************************************************/

/*検索*/
#filter-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	grid-row-gap: 40px;
	width: 100%;
	max-width: 1200px;
	padding: 40px;
	margin: 0 auto 100px;
	background: #f6f6f6;
	position: relative;
}
#all_wrap .filter-section > h2 {
	width: 100%;
	padding: 15px 20px 18px;
	margin: 0 auto 20px;
	position: relative;
	background: var(--main);
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
}
#all_wrap #search_cats.filter-section > h2 {
	background: #d1d7fc;
	color: var(--main);
}
#all_wrap .search_label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 20px;
}
#all_wrap .search_label label input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	margin: 0;
}
#all_wrap .search_label label span {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	font-size: 16px;
	line-height: 1.2;
	user-select: none;
	color: #222;
}
#all_wrap .search_label label span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 55%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	border: 1px solid #d4d6dc;
	background: #fff;
	transition: all 180ms ease;
}
#all_wrap .search_label label span::after {
	content: "";
	position: absolute;
	left: 3px;
	top: 46%;
	width: 13px;
	height: 7px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: translateY(-50%) rotate(-45deg) scale(0);
	transform-origin: center;
	transition: transform 120ms cubic-bezier(.2, .9, .2, 1);
}
#all_wrap .search_label label input[type="checkbox"]:checked + span::before {
	background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
	border-color: transparent;
}
#all_wrap .search_label label input[type="checkbox"]:checked + span::after {
	transform: translateY(-50%) rotate(-45deg) scale(1);
}
#all_wrap .search_label label:hover span::before {
	transform: translateY(-50%) translateY(-1px);
	box-shadow: 0 6px 14px rgba(20, 20, 40, 0.06);
}
#all_wrap .search_label label input[type="checkbox"]:focus + span::before {
	box-shadow: 0 0 0 3px rgba(79, 172, 254, 0.16);
	border-color: #4facfe;
}
#all_wrap .search_label label input[type="checkbox"]:disabled + span {
	color: #9aa0a6;
	cursor: not-allowed;
}
#all_wrap .search_label label input[type="checkbox"]:disabled + span::before {
	background: #f5f6f8;
	border-color: #e3e5ea;
	box-shadow: none;
}
/*ボタン*/
#all_wrap #filter-form button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	transition: var(--ease);
	padding: 20px 50px;
	margin: 0;
	background: var(--main);
	box-shadow: none;
	border: none;
	border-radius: 30px 0 0 0;
	color: #fff;
	cursor: pointer;
}
#all_wrap #filter-form button::before {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	aspect-ratio: 1/1;
	background-image: url('https://elcomjapan.co.jp/wp-content/uploads/icon_search_w.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
#all_wrap #filter-form button:hover {
	opacity: 0.8;
	transition: var(--ease);
}
#all_wrap #filter-form button span {
	display: block;
	width: 50px;
	height: 2px;
	background: #fff;
	position: relative;
}
#all_wrap #filter-form button span::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: -6px;
	transform: translate(0,-50%);
}
#all_wrap #filter-form button span::after {
	content: '';
	display: block;
	width: 30px;
	height: 35px;
	background: #fef842;
	clip-path: polygon(0 20%, 50% 0, 100% 20%, 100% 80%, 50% 100%, 0 80%);
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translate(0,-50%);
	animation: blink2 3s infinite ease-in-out;
}
@keyframes blink2 {
	0% { opacity: 0.8; }
	50% { opacity: 0; }
	100% { opacity: 0.8; }
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*検索*/
	#filter-form {
		grid-row-gap: 30px;
		width: 100%;
		max-width: 1200px;
		padding: 30px;
		margin: 0 auto 40px;
	}
	#all_wrap .filter-section > h2 {
		width: 100%;
		padding: 10px 15px 12px;
		margin: 0 auto 15px;
		font-size: 18px;
	}
	/*ボタン*/
	#all_wrap #filter-form button {
		column-gap: 10px;
		font-size: 16px;
		padding: 15px 30px 15px 20px;
		border-radius: 30px 0 0 0;
	}
	#all_wrap #filter-form button::before {
		content: '';
		display: block;
		width: 15px;
		height: 15px;
	}
	#all_wrap #filter-form button span {
		display: block;
		width: 30px;
		height: 2px;
		background: #fff;
		position: relative;
	}
	#all_wrap #filter-form button span::before {
		content: '';
		display: block;
		width: 12px;
		height: 12px;
		background: #fff;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		right: -6px;
		transform: translate(0,-50%);
	}
	#all_wrap #filter-form button span::after {
		content: '';
		display: block;
		width: 22px;
		height: 25px;
		top: 50%;
		right: -11px;
	}
}

/*検索結果*/
#search_area {
	width: 100%;
	padding: 0;
	margin: 0 auto 100px;
	position: relative;
}
#all_wrap .search-header {
	width: 100%;
	padding: 0;
	margin: 0 auto 70px;
	position: relative;
}
#all_wrap .search-header h2 {
	border-bottom: 1px solid #000;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	width: 100%;
	padding: 0 0 15px;
	margin: 0 auto 30px;
}
#all_wrap .search-conditions {
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#all_wrap .search-conditions .result_tags {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 5px;
}
#all_wrap .search-conditions .result_tags strong {
	display: block;
	width: 120px;
	padding: 10px 15px;
	margin: 0 10px 0 0;
	background: var(--sub);
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
#all_wrap .search-conditions .result_tags a:hover {
	text-decoration: underline;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*検索結果*/
	#search_area {
		width: 100%;
		padding: 0;
		margin: 0 auto 30px;
	}
	#all_wrap .search-header {
		width: 100%;
		padding: 0 15px;
		margin: 0 auto 30px;
	}
	#all_wrap .search-header h2 {
		border-bottom: 1px solid #000;
		font-size: 18px;
		padding: 0 0 10px;
		margin: 0 auto 15px;
	}
	#all_wrap .search-conditions {
		display: flex;
		flex-direction: column;
		grid-row-gap: 10px;
		width: 100%;
	}
	#all_wrap .search-conditions .result_tags {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		column-gap: 5px;
	}
	#all_wrap .search-conditions .result_tags strong {
		display: block;
		width: 80px;
		padding: 7px 10px;
		margin: 0 7px 0 0;
		font-size: 12px;
	}
}

/*リスト*/
#all_wrap .resultList {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
}
#all_wrap .resultList > li {
	width: 100%;
	padding: 30px 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 30px;
	border-bottom: 1px solid #ccc;
}
#all_wrap .resultList > li::before,
#all_wrap .resultList > li::after {
	display: none;
}
#all_wrap .resultList > li.no-result {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0 auto;
	border: none;
}
#all_wrap .resultList > li.no-result p {
	text-align: center;
}
#all_wrap .resultList > li > figure {
	width: 300px;
	min-width: 300px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#all_wrap .resultList > li > figure::before {
	content: '';
	display: block;
	padding-top: 65%;
}
#all_wrap .resultList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.resultList_info {
	width: calc(100% - 40px - 300px);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
}
#all_wrap .resultList_info > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto 20px;
	position: relative;
	border: none;
	background: none;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 500;
	color: var(--text);
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	column-gap: 10px;
}
#all_wrap .resultList_info > h3 strong {
	display: inline-block;
	font-weight: 900;
}
#all_wrap .resultList_info > h3 a {
	text-decoration: none;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*リスト*/
	#all_wrap .resultList {
		width: calc(100% - 30px);
		max-width: 100%;
	}
	#all_wrap .resultList > li {
		width: 100%;
		padding: 15px 0;
		column-gap: 10px;
	}
	#all_wrap .resultList > li.no-result {
		width: 100%;
		display: block;
		padding: 0;
		margin: 0 auto;
		border: none;
	}
	#all_wrap .resultList > li.no-result p {
		text-align: center;
	}
	#all_wrap .resultList > li > figure {
		width: 100px;
		min-width: 100px;
	}
	#all_wrap .resultList > li > figure::before {
		content: '';
		display: block;
		padding: 50%;
	}
	.resultList_info {
		width: calc(100% - 10px - 100px);
	}
	#all_wrap .resultList_info > h3 {
		margin: 0 auto 10px;
		font-size: 14px;
		column-gap: 10px;
	}
	#all_wrap .resultList_info > h3 strong {
		display: inline-block;
		font-weight: 900;
		display: none;
	}
	#all_wrap .resultList_info > h3 a {
		text-decoration: none;
	}
}

/************************************************************/
/*　取扱商品一覧
/************************************************************/

#product_head {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
}
#product_head > header {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}
#product_head > header > div {
	width: calc(50% - 10px);
	height: 60px;
	padding: 10px;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	border: none;
	background: none;
}
#product_head > header > div.active {
	font-size: 24px;
	letter-spacing: 0.2em;
	font-weight: 500;
	border: 1px solid var(--text);
	border-bottom: none;
	border-left: none;
	text-align: center;
	background: #f6f6f6;
}
#product_head > header > div.none {
	padding: 0 0 10px;
}
#product_head > header > div.none a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 100px;
	margin: 0;
	width: fit-content;
	min-width: 400px;
	height: 100%;
	background: var(--main);
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	transition: var(--ease);
}
#product_head > header > div.none a:hover {
	opacity: 0.8;
	transition: var(--ease);
}
#all_wrap #product_head .products-child-cats {
	width: 100%;
	padding: 40px;
	margin: 0 auto;
	background: #f6f6f6;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 20px;
}
#all_wrap #product_head .products-child-cats > li {
	display: inline-block;
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	color: var(--text);
}
#all_wrap #product_head .products-child-cats > li a {
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	color: var(--text);
	transition: var(--ease);
}
#all_wrap #product_head .products-child-cats > li a:hover {
	color: var(--link);
	transition: var(--ease);
}
#all_wrap #product_head > h2 {
	width: 100%;
	padding: 0;
	margin: 50px auto 0;
	position: relative;
	border: none;
	background: none;
	font-size: 24px;
	line-height: 1.4eem;
	font-weight: 700;
	color: var(--sub);
	text-align: left;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#product_head {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 30px;
	}
	#product_head > header {
		width: 100%;
		padding: 0 15px;
		column-gap: 10px;
	}
	#product_head > header > div {
		width: calc(50% - 5px);
		height: auto;
		padding: 10px;
		align-items: center;
	}
	#product_head > header > div.active {
		font-size: 14px;
		letter-spacing: 0.2em;
		border: 1px solid var(--text);
		border-bottom: none;
	}
	#product_head > header > div.none {
		padding: 0 0 10px;
	}
	#product_head > header > div.none a {
		padding: 10px 10px;
		margin: 0;
		width: fit-content;
		min-width: 100%;
		height: 100%;
		font-size: 14px;
	}
	#all_wrap #product_head .products-child-cats {
		width: 100%;
		padding: 20px;
		column-gap: 20px;
		grid-row-gap: 15px;
	}
	#all_wrap #product_head .products-child-cats > li {
		font-size: 13px;
	}
	#all_wrap #product_head .products-child-cats > li a {
		font-size: 13px;
	}
	#all_wrap #product_head > h2 {
		width: 100%;
		padding: 0;
		margin: 50px auto 0;
		position: relative;
		border: none;
		background: none;
		font-size: 24px;
		line-height: 1.4eem;
		font-weight: 700;
		color: var(--sub);
		text-align: left;
	}
}

/*リスト*/
#all_wrap .itemList {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 50px;
	grid-row-gap: 30px;
}
#all_wrap .itemList > li {
	width: calc((100% - 150px) / 4);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
}
#all_wrap .itemList > li::before {
	display: none;
}
#all_wrap .itemList > li figure {
	width: 100%;
	padding: 30px;
	margin: 0;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: center;
	aspect-ratio: 1 / 1.25;
	border: 1px solid #999;
}
#all_wrap .itemList > li figure > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#all_wrap .itemList > li figure::before {
	content: '';
	display: block;
	padding-top: 125%;
}
#all_wrap .itemList > li figure img {
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: contain;
	object-position: center;
}
#all_wrap .itemList > li h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	transition: var(--ease);
	border: none;
	background: none;
}
#all_wrap .itemList > li h3 a {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	text-decoration: none;
	transition: var(--ease);
}
#all_wrap .itemList > li h3:hover,
#all_wrap .itemList > li h3 a:hover {
	color: var(--link);
	transition: var(--ease);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*リスト*/
	#all_wrap .itemList {
		width: calc(100% - 30px);
		max-width: 100%;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 0;
	}
	#all_wrap .itemList > li {
		width: 100%;
		padding: 15px 0;
		column-gap: 10px;
		flex-direction: unset;
		justify-content: flex-start;
		align-items: center;
		border-bottom: 1px solid #ccc;
	}
	#all_wrap .itemList > li figure {
		width: 100px;
		height: 100px;
		min-width: 100px;
		aspect-ratio: 1 / 1;
		border: 1px solid #999;
	}
	#all_wrap .itemList > li figure::before {
		content: '';
		display: block;
		padding: 50%;
	}
	#all_wrap .itemList > li figure img {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		object-fit: contain;
		object-position: center;
	}
	#all_wrap .itemList > li h3 {
		width: calc(100% - 10px - 100px);
		font-size: 15px;
		font-weight: 700;
		line-height: 1.4em;
		letter-spacing: 0.1em;
		text-align: left;
	}
	#all_wrap .itemList > li h3 a {
		font-size: 15px;
	}
}

/************************************************************/
/*　取扱商品 詳細
/************************************************************/

#product_detail {
	width: 100%;
	max-width: 1200px;
	min-width: 1200px;
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 40px;
	grid-row-gap: 80px;
}
#product_detail > header {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#all_wrap #product_detail > header > h2 {
	width: 100%;
	padding: 30px 30px;
	margin: 0 auto;
	position: relative;
	border: none;
	background-color: #f6f6f6;
	font-size: 20px;
	letter-spacing: 0.15em;
	line-height: 1.4em;
	color: var(--text);
}
.product_detail_left {
	width: 560px;
	min-width: 560px;
	padding: 0;
	margin: 0;
	position: relative;
}
.product_detail_right {
	width: calc(100% - 40px - 560px);
	min-width: 560px;
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 40px;
}

/*ギャラリー*/
#product_detail .item-slider-wrapper {
	width: 100%;
	margin: 0 auto;
}
#product_detail .item-main {
	width: 100%;
	border: 1px solid #999;
	margin: 0 auto 20px;
	padding: 0;
}
#product_detail .item-main .swiper-slide {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	padding: 40px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
}
#product_detail .item-main .swiper-slide::before {
	content: '';
	display: block;
	padding: 50%;
}
#product_detail .item-main .swiper-slide img {
	width: calc(100% - 80px);
	height: calc(100% - 80px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: contain;
	object-position: center;
}
#product_detail .item-thumb {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#product_detail .item-thumb .swiper-wrapper {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 10px;
	grid-row-gap: 10px;
}
#product_detail .item-thumb .swiper-slide {
	width: calc((100% - 30px) / 4) !important;
	height: auto;
	aspect-ratio: 1/1;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	text-align: center;
	opacity: 0.5;
	cursor: pointer;
	transition: opacity 0.3s;
	border: 1px solid #999;
}
#product_detail .item-thumb .swiper-slide-thumb-active {
	opacity: 1;
}
#product_detail .item-thumb .swiper-slide::before {
	content: '';
	display: block;
	padding: 50%;
}
#product_detail .item-thumb .swiper-slide img {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: contain;
	object-position: center;
}
/*データ*/
#all_wrap .data {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
}
#all_wrap .data dt {
	border: none;
	background-color: #f6f6f6;
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.1em;
	display: inline-block;
	padding: 10px 20px;
}
#all_wrap .data dd {
	width: 100%;
	padding: 20px 20px 0;
	margin: 0 auto;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	border: none;
	background: none;
	border-top: 1px solid var(--text);
}
#all_wrap .data dd > ul.disc {
	margin-bottom: 0;
}
/*PDF*/
#all_wrap .pdfBtn {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 10px;
	grid-row-gap: 10px;
	position: relative;
}
#all_wrap .pdfBtn > a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	padding: 12px 50px;
	margin: 0;
	position: relative;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	background: var(--red);
	border-radius: 5px;
	text-decoration: none;
	transition: var(--ease);
}
#all_wrap .pdfBtn > a::before {
	content: '';
	display: block;
	width: auto;
	height: 16px;
	aspect-ratio: 1/1;
	background-image: url('https://elcomjapan.co.jp/wp-content/uploads/icon_pdf.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
#all_wrap .pdfBtn > a:hover {
	opacity: 0.8;
	transition: var(--ease);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#product_detail {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		margin: 0 auto 30px;
		column-gap: 0;
		grid-row-gap: 30px;
	}
	#all_wrap #product_detail > header > h2 {
		width: 100%;
		padding: 15px 20px;
		font-size: 14px;
	}
	.product_detail_left {
		width: 100%;
		min-width: 100%;
	}
	.product_detail_right {
		width: 100%;
		min-width: 100%;
		grid-row-gap: 40px;
	}

	/*ギャラリー*/
	#product_detail .item-slider-wrapper {
		width: 100%;
		margin: 0 auto;
	}
	#product_detail .item-main {
		width: 100%;
		border: 1px solid #999;
		margin: 0 auto 10px;
		padding: 0;
	}
	#product_detail .item-main .swiper-slide {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
		padding: 10px;
	}
	#product_detail .item-main .swiper-slide img {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
	}
	#product_detail .item-thumb .swiper-wrapper {
		width: 100%;
		column-gap: 10px;
		grid-row-gap: 10px;
	}
	#product_detail .item-thumb .swiper-slide {
		width: calc((100% - 30px) / 4) !important;
	}
	#product_detail .item-thumb .swiper-slide img {
		width: calc(100% - 10px);
		height: calc(100% - 10px);
	}
	/*データ*/
	#all_wrap .data {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		border: none;
		background: none;
	}
	#all_wrap .data dt {
		font-size: 15px;
		padding: 10px 15px;
	}
	#all_wrap .data dd {
		width: 100%;
		padding: 10px 0 0;
	}
	#all_wrap .data dd > ul.disc {
		margin-bottom: 0;
	}
	#all_wrap .data dd > ul.disc > li {
		margin-bottom: 0.5em;
	}
	/*PDF*/
	#all_wrap .pdfBtn {
		width: 100%;
		justify-content: center;
	}
	#all_wrap .pdfBtn > a {
		column-gap: 10px;
		padding: 12px 30px;
		font-size: 14px;
	}
	#all_wrap .pdfBtn > a::before {
		height: 14px;
	}
}

/*バナー*/
#all_wrap .product_bnrbox {
	width: 100%;
	max-width: 1200px;
	min-width: 800px;
	padding: 0;
	margin: 0 auto 100px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 40px;
	grid-row-gap: 40px;
}
#all_wrap .product_bnrbox > div {
	width: calc((100% - 40px) / 2);
	height: auto;
	aspect-ratio: 58 / 32;
	padding: 0;
	margin: 0;
	position: relative;
	background-position: centere;
	background-repeat: no-repeat;
	background-size: cover;
}
.product_bnr01 {
	background-image: url('https://elcomjapan.co.jp/wp-content/uploads/product_bnr01.webp');
}
.product_bnr02 {
	background-image: url('https://elcomjapan.co.jp/wp-content/uploads/product_bnr02.webp');
}
.product_bnrbox > div > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#all_wrap .product_bnrbox > div > h3 {
	display: inline-block;
	padding: 20px;
	margin: 0;
	border: none;
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
}
#all_wrap .product_bnrbox > div > p {
	width: 100%;
	padding: 20px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 1.4em;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*バナー*/
	#all_wrap .product_bnrbox {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		margin: 0 auto 50px;
		column-gap: 0;
		grid-row-gap: 15px;
	}
	#all_wrap .product_bnrbox > div {
		width: 100%;
	}
	#all_wrap .product_bnrbox > div > h3 {
		padding: 15px;
		font-size: 25px;
	}
	#all_wrap .product_bnrbox > div > p {
		width: 100%;
		padding: 15px;
		font-size: 14px;
	}
}

/************************************************************/
/*　CTA
/************************************************************/
#all_wrap .cta {
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;
	position: relative;
}
#all_wrap .cta dl {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: grid;
	grid-template-columns: 25% 75%;
	justify-content: space-between;
}
#all_wrap .cta dl dt {
	padding: 30px;
	margin: 0;
	background: var(--sub);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	grid-row-gap: 7px;
}
#all_wrap .cta dl dt em {
	display: block;
	width: 100%;
	font-family: var(--font-en);
	font-size: clamp(20px, 2vw, 30px);
	line-height: 1;
	font-weight: 900;
	color: #fff;
	font-style: normal;
	text-align: left;
}
#all_wrap .cta dl dt h2 {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	position: relative;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	font-style: normal;
	text-align: left;
}
#all_wrap .cta dl dd {
	padding: 30px;
	margin: 0;
	background: #f6f6f6;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 30px;
}

/*電話番号*/
#all_wrap .cta .tel {
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap .cta .tel > a {
	display: inline-flex;
	justify-content: center;
	align-items: baseline;
	column-gap: 5px;
	font-family: var(--font-en);
	font-size: clamp(36px, 2.75vw, 50px);
	line-height: 1;
	font-weight: 700;
	color: var(--red);
	letter-spacing: normal;
	transition: var(--ease);
	text-decoration: none;
}
#all_wrap .cta .tel > a::before {
	content: '';
	display: block;
	width: auto;
	height: 30px;
	aspect-ratio: 1/1;
	background-image: url('https://elcomjapan.co.jp/wp-content/uploads/icon_tel_red.svg');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}
#all_wrap .cta .tel > span {
	display: block;
	padding: 0;
	margin: 5px auto 0;
	font-size: 15px;
	line-height: 1;
	color: var(--text);
	font-weight: 500;
	text-align-last: center;
}
#all_wrap .cta .tel > a:hover {
	opacity: 0.8;
	transition: var(--ease);
}

/*メール*/
#all_wrap .cta .mail {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	padding: 20px 30px;
	margin: 0;
	background: var(--main);
	font-size: clamp(16px, 1.5vw, 18px);
	line-height: 1;
	font-weight: 700;
	color: #fff;
	letter-spacing: normal;
	border-radius: 60px;
	transition: var(--ease);
	text-decoration: none;
}
#all_wrap .cta .mail::before {
	content: '';
	display: block;
	width: auto;
	height: 16px;
	aspect-ratio: 1/1;
	background-image: url('https://elcomjapan.co.jp/wp-content/uploads/icon_mail_w.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
#all_wrap .cta .mail:hover {
	opacity: 0.8;
	transition: var(--ease);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (min-width: 769px) and (max-width: 968px) {
	#all_wrap .cta dl {
		grid-template-columns: 20% 80%;
	}
	#all_wrap .cta dl dt {
		padding: 15px;
	}
	#all_wrap .cta dl dd {
		padding: 15px;
		gap: 0 15px;
	}
	#all_wrap .cta .mail {
		padding: 15px;
	}
}
@media only screen and (max-width: 768px) {
	#all_wrap .cta dl {
		grid-template-columns: 1fr;
	}
	#all_wrap .cta dl dt {
		padding: 10px 15px;
		gap: 0 0;
	}
	#all_wrap .cta dl dt em {
		text-align: center;
	}
	#all_wrap .cta dl dt h2 {
		text-align: center;
		margin-top: 3px;
	}
	#all_wrap .cta dl dd {
		padding: 15px 15px;
		flex-direction: column;
		gap: 15px 0;
	}
}


/* headerの挙動対処 */
#mainVisual {
	overflow: hidden;
}

/************************************************************/
/*　前環境CSS
/************************************************************/
/*--------------------------------------------------------------------
共通
--------------------------------------------------------------------*/
#all_wrap .content .common_sec_01_in {
    padding-bottom: 50px;
}

#all_wrap .content .common_lead_txt {
	line-height: 2.0;
	margin-bottom: 60px;
	text-align: center;
}

#all_wrap .content .common_h2_01{
	border-bottom: 1px solid #000;
	font-size: clamp(18px, 1.75vw, 24px);
	font-weight: 700;
	margin-bottom: 30px;
	padding-bottom: 10px;
	text-align: center;
}
#all_wrap .content .common_h2_02{
	color: #1d2087;
	font-size: clamp(20px, 2.25vw, 32px);
    font-weight: 700;
    letter-spacing: 0.15em;
    margin-bottom: 40px;
	text-align: center;
}
#all_wrap .content .common_h2_03{
	border-bottom: 1px solid #000;
	font-size: clamp(16px, 1.5vw, 20px);
	font-weight: 700;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
#all_wrap .content .common_h3_01 {
	font-size: clamp(20px, 2vw, 26px);
    line-height: 1.0;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 50px auto;
    padding: 0 10px 5px 10px;
    position: relative;
    display: table;
    z-index: 1;
    letter-spacing: 0.15em;
	border-left: none;
}
#all_wrap .content .common_h3_01::after {
    border-bottom: 12px solid #00e87d;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 16px;
    z-index: -1;
}
#all_wrap .content .common_h4_01{
	border-bottom: 1px solid #000;
	font-size: clamp(18px, 1.8vw, 22px);
	font-weight: 700;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

#all_wrap .content .common_txt01 {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
#all_wrap .content .common_title01 {
	text-align: center;
	margin-bottom: 75px;
	position: relative;
}
#all_wrap .content .common_title01 .title{
	font-size: clamp(20px, 3vw, 40px);
	letter-spacing: 0.15em;
	font-weight: 900;
	line-height: 1.0;
	z-index: 1;
	position: relative;
	background: none;
	color: var(--text);
}
#all_wrap .content .common_title01 .title span {
	font-size: clamp(26px, 3vw, 40px);
	letter-spacing: 0.15em;
	font-weight: 900;
	line-height: 1.0;
	z-index: 1;
	position: relative;
	display: inline;
}
#all_wrap .content .common_title01 .title span::after{
	border-bottom: 16px solid #cbc9c9;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 102%;
	height: 16px;
	z-index: -1;
}
#all_wrap .content .common_title01 .en01 {
	color: #d1d7fc;
	font-size: clamp(46px, 9vw, 120px);
	letter-spacing: 0.05em;
	font-weight: 800;
	line-height: 1.0;
	position: absolute;
	bottom: -7px;
	left: 50%;
	transform: translateY(0) translateX(-50%);
 	-webkit- transform: translateY(0) translateX(-50%);
	white-space: nowrap;
}
#all_wrap .content .common_title02 {
	margin-bottom: 50px;
	text-align: center;
}
#all_wrap .content .common_title02 .title{
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.15em;
	margin-top: 10px;
}
#all_wrap .content .common_title03{
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 30px;
	letter-spacing: 0.15em;
}

@media only screen and (max-width: 768px){
	#all_wrap .content .common_sec_01_in {
		padding-bottom: 30px;
	}
	#all_wrap .content .common_h2_01 {
		margin-bottom: 20px;
	}
	#all_wrap .content .common_h2_03 {
		margin-bottom: 18px;
	}
}

/*company*/
#all_wrap .content .company_01_bg{
	padding: 100px 0 0px 0;
}
#all_wrap .content .tbl01 table{
	width: 100%;
}
#all_wrap .content .tbl01 table tr th{
	padding: 20px 30px;
	border-bottom:1px solid #ddd;
	background-color: #d1d7fc;
	width: 230px;
	font-weight: normal;
}
#all_wrap .content .tbl01 table tr:first-child th{
	border-top: 1px solid #ddd;
}
#all_wrap .content .tbl01 table tr td{
	padding: 20px 30px;
	border-bottom:1px solid #ddd;
	border-right: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#all_wrap .content .tbl01 table tr th,
#all_wrap .content .tbl01 table tr td {
	font-size: clamp(14px, 1.25vw, 16px);
}

#all_wrap .content .tbl01 table tr:first-child td{
	border-top: 1px solid #ddd;
}
#all_wrap .content .access_box{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: space-between;
	margin-bottom: 40px;
	gap: 0 30px;
}
#all_wrap .content .access_box > div{
	background-color: #f6f6f6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 0;
}
#all_wrap .content .access_box > div .access_box_title{
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	min-height: 35px;
	border-left: none;
}
#all_wrap .content .access_box > div:nth-child(1) .access_box_title{
	background: url('https://elcomjapan.co.jp/wp-content/uploads/company_01.webp') no-repeat left center;
	padding-left: 39px;
}
#all_wrap .content .access_box > div:nth-child(2) .access_box_title{
	background: url('https://elcomjapan.co.jp/wp-content/uploads/company_02.webp') no-repeat left center;
	padding-left: 45px;
}
#all_wrap .content .access_box > div .access_box_in{
	text-align: center;
}
#all_wrap .content .access_box > div .access_box_in p{
	line-height: 2.0;
	font-size: 16px;
}
#all_wrap .content .access_box > div .access_box_in p span{
	font-weight: 700;
}

@media only screen and (max-width: 768px){
	#all_wrap .content .company_01_bg{
		padding: 30px 0 0px 0;
	}
	#all_wrap .content .tbl01 table tr th{
		padding: 5px 10px;
		width: 100%;
		color: inherit
	}
	#all_wrap .content .tbl01 table tr td{
		padding: 5px 10px;
	}

	#all_wrap .content .access_box{
		grid-template-columns: repeat(1, 1fr);
		gap: 30px 0px;
	}
}

/*maintnance*/
#all_wrap .content .maintenance_01_bg{
	padding: 0 0 100px 0;
}
#all_wrap .content .maintenance_01_box{
	position: relative;
	margin-bottom: 60px;
	min-height: 520px;
}
#all_wrap .content .maintenance_01_box_txt{
	display:inline-block;
	background-color: #fff;
	position: relative;
	margin-bottom: 20px;
	position: absolute;
	bottom: 0;
	left:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 60px 40px 60px;
}
#all_wrap .content .maintenance_01_box_txt:after{
	background-color: #d1d7fc;
    position: absolute;
    top: 20px;
    left: -20px;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
}
#all_wrap .content .maintenance_01_box_img{
	position: absolute;
	z-index: -1;
	right:0;
	top:0;
}
#all_wrap .content .maintenance_01_box_ttl{
	color:#1d2087;
	font-weight: 700;
	font-size: clamp(16px, 1.5vw, 20px);
	margin-bottom: 35px;
	text-align: center;
}
#all_wrap .content .maintenance_01_box_txt ul li{
	background: url('https://elcomjapan.co.jp/wp-content/uploads/icon_check.webp') no-repeat left center;
	padding-left: 45px;
	font-size: clamp(14px, 1.25vw, 18px);
	font-weight: 500;
}
#all_wrap .content .maintenance_01_box_txt ul li:not(:last-child){
	margin-bottom: 15px;
}
#all_wrap .content .maintenance_01_box_02_under{
	text-align: center;
}
#all_wrap .content .maintenance_01_box_02_under p {
	padding: 0 0 0 20px;
}
#all_wrap .content .maintenance_01_box_02_under p span {
    font-size: clamp(18px, 2.25vw, 26px);
    letter-spacing: 0.15em;
    font-weight: 900;
	line-height: 1;
	color: #1d2087;
	background: linear-gradient(transparent 60%,#fef842 0);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
#all_wrap .content .maintenance_01_box_02{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 50px;
	justify-content: space-between;
	margin-bottom: 40px;
}
#all_wrap .content .maintenance_01_box_02_in{
	background: #f6f6f6;
	padding: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#all_wrap .content .maintenance_01_box_02_in .common_h3_01{
	margin-bottom: 40px;
}
#all_wrap .content .maintenance_01_box_02_tbl table{
	width: 100%;
}
#all_wrap .content .maintenance_01_box_02_tbl table th{
	padding: 20px;
	background-color: #d1d7fc;
	border-bottom: 1px solid #FFF;
	white-space: nowrap;
	font-weight: 700;
	vertical-align: top;
}
#all_wrap .content .maintenance_01_box_02_tbl table td{
	padding: 20px 30px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
#all_wrap .content .maintenance_01_box_02_tbl table td .sml_txt{
	font-size: 14px;
	    display: block;
}
#all_wrap .content .maintenance_01_box_02_list li{
	list-style-type: disc;
	margin-left: 1em;
}
#all_wrap .content .maintenance_01_box_02_list li:not(:last-child){
	margin-bottom: 10px;
}
#all_wrap .content .maintenance_01_box_02_list li span{
	display: block;
	font-size: 14px;
}
#all_wrap .content .maintenance_02_bg{
	/*padding: 100px 0;*/
}
#all_wrap .content .maintenance_02_flow_title {
	font-weight: 700;
	font-size: clamp(18px, 2vw, 24px);
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
	border-left: none;
}
#all_wrap .content .maintenance_02_flow_in {
	position: relative;
}
#all_wrap .content .maintenance_02_flow_in:not(:last-child) {
	margin-bottom: 60px;
}
#all_wrap .content .maintenance_02_flow_num {
	position: absolute;
	top:38px;
	left:0;
	z-index: 1;
	background-color: #00e87d;
	width: 60px;
	height: 60px;
	color:#FFF;
	font-size: clamp(22px, 2.5vw, 28px);
	font-weight: 700;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.1em;
	border-radius:50%;
}
#all_wrap .content .maintenance_02_flow_in:not(:last-child) .maintenance_02_flow_num::after {
	border-left: 2px solid #00e87d;
	position: absolute;
	top: 60px;
	left: 50%;
	content: "";
	width: 2px;
	height: 300px;
	margin: -1px;
}
#all_wrap .content .maintenance_02_flow_img {
	display: flex;
    justify-content: flex-end;
}
#all_wrap .content .maintenance_02_flow_txt {
	padding: 50px 30px 50px 60px;
}
#all_wrap .content .maintenance_02_flow_txt p{
	line-height: 2.0;
	font-size: clamp(14px, 1.35vw, 16px);
}
#all_wrap .content .maintenance_02_flow_txtimg {
	width:calc(100% - 30px);
	margin-left: 30px;
	background-color: #f6f6f6;
	display: grid;
	grid-template-columns: auto 400px;
	justify-content: space-between;
}
#all_wrap .content .maintenance_03_bg{
	padding: 100px 0;
}
#all_wrap .content .maintenance_03_insec:not(:last-child){
	margin-bottom: 100px;
}
#all_wrap .content .maintenance_03_box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#all_wrap .content .maintenance_03_box:not(:last-child){
	margin-bottom: 50px;
}
#all_wrap .content .maintenance_03_box .maintenance_03_box_in{
	width: 48%;
}
#all_wrap .content .maintenance_03_box .maintenance_03_box_movie{
	margin-bottom: 10px;
}
#all_wrap .content .maintenance_03_box .maintenance_03_box_movie{
    position:relative;
	width: 100%;
    height:0;
    padding-top:75%;
}
#all_wrap .content .maintenance_03_box .maintenance_03_box_movie iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
#all_wrap .content .maintenance_03_box .maintenance_03_box_in dl{
	display: flex;
	align-items: center;
}
#all_wrap .content .maintenance_03_box .maintenance_03_box_in dt{
	color:#FFF;
	font-weight: 700;
	margin-right: 10px;
	background-color: #1d2087;
	padding: 3px 15px 4px 15px;
	font-size: clamp(14px, 1.25vw, 16px);
}
#all_wrap .content .maintenance_03_box .maintenance_03_box_in dd{
	font-weight: 700;
	font-size: clamp(14px, 1.25vw, 18px);
	padding: 0;
	border: none;
}

#all_wrap .content .maintenance_03_box .maintenance_03_box_in p {
	font-size: clamp(14px, 1.25vw, 16px);
	line-height: 1.5;
	margin: 0;
}

#all_wrap .content .common_page_contact{
	text-align: center;
	margin-bottom: 100px;
	margin-top: 40px;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (min-width: 969px) and (max-width: 1200px) {
	#all_wrap .content .maintenance_01_box_02 {
		gap: 0 20px;
	}
	#all_wrap .content .maintenance_01_box_02_in {
		padding: 20px;
	}
	#all_wrap .content .maintenance_02_flow_txt {
		padding: 15px 15px 15px 30px;
	}
}

@media only screen and (max-width: 968px){
	#all_wrap .content .maintenance_01_box_02 {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px 0;
	}
	#all_wrap .content .maintenance_01_box_02_in {
		padding: 20px;
	}
	#all_wrap .content .maintenance_02_flow_txtimg {
		grid-template-columns: auto 50%;
	}
	#all_wrap .content .maintenance_02_flow_txt {
		padding: 15px 15px 15px 30px;
	}
}

@media only screen and (max-width: 768px){
	#all_wrap .content .maintenance_01_box {
		min-height: inherit;
	}

	#all_wrap .content .maintenance_01_box_img {
		position: relative;
	}
	#all_wrap .content .maintenance_01_box_txt {
		position: relative;
		margin-top: -30px;
		padding: 15px 15px 15px 15px;
	}
	#all_wrap .content .maintenance_01_box_txt::after {
		left: -10px;
	}
	#all_wrap .content .maintenance_01_box_txt ul li {
		background-size: 15px 11px;
        padding-left: 30px;
	}

	#all_wrap .content .maintenance_01_box_02_tbl table th {
		padding: 10px 10px;
	}
	#all_wrap .content .maintenance_01_box_02_tbl table td {
		padding: 10px 15px;
	}

	#all_wrap .content .maintenance_01_box_02_in {
		padding: 10px;
	}

	#all_wrap .content .maintenance_01_box_02_under p {
		padding: 0;
	}

	#all_wrap .content .maintenance_02_flow_txtimg {
		grid-template-columns: 1fr;
		width: 100%;
		margin-left: 0;
	}

	#all_wrap .content .maintenance_02_flow_num {
		top: 20px;
		left: -20px;
		width: 40px;
		height: 40px;
	}
	#all_wrap .content .maintenance_02_flow_txt {
		padding: 15px;
	}
	#all_wrap .content .maintenance_02_flow_in:not(:last-child) .maintenance_02_flow_num::after {
		top: 40px;
		height: 300px;
	}
	#all_wrap .content .maintenance_02_flow_img {
		justify-content: center;
	}

	#all_wrap .content .maintenance_02_flow_title {
		margin: 0;
		padding: 15px 0 10px 10px;
	}

	#all_wrap .content .maintenance_03_box .maintenance_03_box_in dl {
		flex-direction: column;
		margin-top: 10px;
	}
	#all_wrap .content .maintenance_03_box .maintenance_03_box_in dt {
		margin-right: 0;
		padding: 5px 15px;
		line-height: 1;
	}
	#all_wrap .content .maintenance_03_box .maintenance_03_box_in dd {
		margin-top: 5px;
		line-height: 1;
	}
	.maintenance_02_flow_in:not(:last-child) .maintenance_02_flow_txtimg:after {
        border-left: 2px solid #00e87d;
        position: absolute;
        top: 40px;
        left: -1px;
        content: "";
        width: 2px;
        height: calc(100% + 60px);
		z-index: 2;
    }
}

/*guide*/
#all_wrap .content .product_tbl01 .scroll {
	overflow: auto;
	white-space: nowrap;
}
#all_wrap .content .product_tbl01 table{
	width: 100%;
	border: 1px solid #000;
	border-collapse: collapse;
}
#all_wrap .content .product_tbl01 table th{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #f6f6f6;
	padding: 10px;
	font-size: clamp(18px, 1.7vw, 20px);
	letter-spacing: 0.1em;
	box-sizing: border-box;
	width: calc((100% - 80px) / 11);
	font-weight: normal;
}
#all_wrap .content .product_tbl01 table td{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 5px;
	box-sizing: border-box;
	vertical-align: top;
}
#all_wrap .content .product_tbl01 table tr:nth-child(1) th{
	border-bottom: none;
}
#all_wrap .content .product_tbl01 table tr:nth-child(3) th{
	background-color: #d1d7fc;
	border-bottom: none;
}
#all_wrap .content .product_tbl01 table tr:nth-child(3) td{
	text-align: right;
	background-color: #d1d7fc;
	font-weight: 700;
	vertical-align: middle;
}
#all_wrap .content .product_tbl01 table tr:nth-child(2) td{
	border-top: 1px solid #000;
}
#all_wrap .content .product_tbl01 table tr:nth-child(4) th{
	background-color: #b0ffdb;
}
#all_wrap .content .product_tbl01 table tr:nth-child(4) td{
	text-align: right;
	background-color: #b0ffdb;
	font-weight: 700;
	vertical-align: middle;
	border-bottom: 1px solid #000;
}
#all_wrap .content .product_tbl01 table tr th:nth-child(1){
	width: 80px;
	vertical-align: middle;
}
#all_wrap .content .product_tbl01 table tr th:nth-child(1) span{
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#all_wrap .content .product_tbl01 table {
		overflow: inherit;
		table-layout: auto;
		background: inherit;
		max-width: inherit;
	}
	#all_wrap .content .product_tbl01 table th,
	#all_wrap .content .product_tbl01 table td {
		display: table-cell;
		color: #333;
		padding: 5px;
	}
	#all_wrap .content .product_tbl01 table th {
		text-align: center;
	}
	#all_wrap .content .product_tbl01 table td {
		background: #fff;
	}
}

/*service*/
#all_wrap .content .service_01_bg{
	padding: 0 0 180px 0;
}

#all_wrap #page-service .content .common_inner {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
	padding: 0 50px;
}

#all_wrap #page-service .content .common_inner02 {
	max-width: calc(100% - 160px);
    margin-left: auto;
    margin-right: auto;
}

#all_wrap .content .service_01_bg .service_01_lead{
	margin-bottom: 180px;
}
#all_wrap .content .service_01_bg .service_01_lead p{
	font-size: clamp(14px, 1.5vw, 20px);
	letter-spacing: 0.1em;
	line-height: 2.0;
}
#all_wrap .content .service_01_bg .service_01_box{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px 50px;
	margin-bottom: 80px;
}
#all_wrap .content .service_01_bg .service_01_box_in{
	background-color: #f6f6f6;
	padding: 30px 20px;
}
#all_wrap .content .service_01_bg .service_01_box_in .service_01_box_ttl{
	font-size: clamp(18px, 2vw, 24px);
	letter-spacing: 0.1em;
	font-weight: 700;
	color:#1d2087;
	text-align: center;
	margin: 0 0 20px 0;
	border: none;
	background: none;
}
#all_wrap .content .service_01_bg .service_01_box_in .service_01_box_img{
	display: block;
	margin-bottom: 20px;
	text-align: center;
	min-height: 187px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#all_wrap .content .service_01_bg .service_01_box_in .service_01_box_txt{
	font-size: clamp(14px, 1.25vw, 16px);
	letter-spacing: 0.1em;
	line-height: 2.0;
	margin: 0;
}
#all_wrap .content .service_btn_block{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 20px;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (min-width: 769px) and (max-width: 1200px) {
	#all_wrap #page-service .content .common_inner02 {
		max-width: 100%;
	}
	#all_wrap .content .service_01_bg .service_01_box{
		gap: 30px 30px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 968px) {
	#all_wrap #page-service .content .common_inner02 {
		max-width: 100%;
	}
	#all_wrap .content .service_01_bg .service_01_box{
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 30px;
	}
}
@media only screen and (max-width: 768px){
	#all_wrap #page-service .content .common_inner {
		padding: 0 20px;
	}

	#all_wrap #page-service .content .common_inner02 {
		max-width: 100%;
	}

	#all_wrap .content .service_01_bg{
		padding: 0 0 50px 0;
	}

	#all_wrap .content .service_01_bg .service_01_lead{
		margin-bottom: 50px;
	}
	#all_wrap .content .service_01_bg .service_01_box{
		grid-template-columns: repeat(1, 1fr);
		gap: 30px 0px;
		margin-bottom: 50px;
	}
	#all_wrap .content .service_01_bg .service_01_box_in{
		background-color: #f6f6f6;
		padding: 10px 10px;
	}

	#all_wrap .content .service_01_bg .service_01_box_in .service_01_box_img{
		min-height: inherit;
	}

	#all_wrap .content .service_01_bg .service_01_box_in .service_01_box_img img {
		height: auto;
		width: auto;
		max-width: 100px;
		max-height: 100px;
	}
	#all_wrap .content .service_btn_block{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 30px 0;
	}
}

/* service02 */
#all_wrap .content .service_02_bg .common_inner02{
	position: relative;
	background-color: #f6f6f6;
	padding: 140px 0 100px 0;
}
#all_wrap .content .service_02_slide{
	margin-bottom: 80px;
}
#all_wrap .content .service_02_slide .nav {
	max-width: 1360px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px 30px;
	margin: 0 auto 35px auto;
	padding: 0 80px;
}
#all_wrap .content .service_02_slide .nav .case_slider_nav_button {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #fff;
	font-weight: 700;
	letter-spacing: 0.2em;
	color:#333;
	position: relative;
	cursor: pointer;
	width: 100%;
	border: none;
	font-size: clamp(12px, 1.5vw, 18px);
	min-height: 60px;
	padding: 0 10px;
}

#all_wrap .content .service_02_slide .nav .case_slider_nav_button:hover {
	opacity: 0.7;
	transition: 0.3s;
}

#all_wrap .content .service_02_slide .nav li .case_slider_nav_button::after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	width: 0px;
	height: 0px;
	border: 10px solid;
	border-color: transparent #1d2087 #1d2087 transparent;
	transition: 0.3s;
}
#all_wrap .content .service_02_slide .nav li.is-active .case_slider_nav_button::after{
	border-color: transparent #00e87d #00e87d transparent;
	transition: 0.3s;
}

#all_wrap .content .case_slider_body {
	position: relative;
	padding: 0 80px;
}

#all_wrap .content .case_slider_body .case_slide_inner .cont {
	max-width: 1200px;
	background: #fff;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
    padding: 50px 80px;
	margin: -200px auto 0 auto;
}

#all_wrap .content .service_02_box_ttl{
	color:#1d2087;
	border: none;
	padding: 0;
	margin: 0;
	font-size: clamp(16px, 1.5vw, 32px);
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
	background: none;
}
#all_wrap .content .service_02_box_ttl02{
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
#all_wrap .content .service_02_box_ttl02 .title{
	background-color: #f6f6f6;
	display: inline-block;
	border: none;
	font-weight: 700;
	letter-spacing: 0.2em;
	font-size: clamp(16px, 1.25vw, 20px);
	padding: 5px 20px;
	margin: 0;
}
#all_wrap .content .service_02_list02 {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	margin: 0;
	padding-left: 1em;
	list-style-position: outside;
	margin-bottom: 40px;
}
#all_wrap .content .service_02_list02 li {
	display: list-item;
	font-size: clamp(14px, 1.15vw, 16px);
	letter-spacing: 0.1em;
}
#all_wrap .content .service_02_list02 li::marker {
	content: "・ ";
}
#all_wrap .content .service_02_list03{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 20px;
	margin-bottom: 80px;
}
#all_wrap .content .service_02_list03 li{
	width: inherit;
	margin: 0;
	letter-spacing: 0.15em;
	background-color: #95fdcd;
	line-height: 1.0;
	font-size: clamp(12px, 1.15vw, 16px);
	padding: 12px 10px;
}

#all_wrap .content .service_02_bg .swiper-button-next,
#all_wrap .content .service_02_bg .swiper-button-prev {
	top: 280px;
	background: var(--main);
	border-radius: 50%;
	width: 48px;
	height: 48px;
	z-index: 2;
}

#all_wrap .content .service_02_bg .swiper-button-next {
	right: 15px;
}

#all_wrap .content .service_02_bg .swiper-button-prev {
	left: 15px;
}

#all_wrap .content .service_02_bg .swiper-button-next::before,
#all_wrap .content .service_02_bg .swiper-button-prev::before {
	width: 16px;
	height: 16px;
}

#all_wrap .content .service_02_bg .swiper-button-next::before {
	right: 6px;
}
#all_wrap .content .service_02_bg .swiper-button-prev::before {
	left: 6px;
}

#all_wrap .content .service_02_bg .swiper-button-next::after,
#all_wrap .content .service_02_bg .swiper-button-prev::after {
	content: none;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (min-width: 769px) and (max-width: 1200px) {
	#all_wrap .content .service_02_slide .nav {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px 20px;
		padding: 0 50px;
	}
	#all_wrap .content .case_slider_body {
		padding: 0 50px;
	}
}
@media only screen and (max-width: 768px){
	#all_wrap .content .service_02_bg .common_inner02{
		padding: 50px 15px;
	}
	#all_wrap .content .service_02_slide {
		margin-bottom: 50px;
	}
	#all_wrap .content .case_slider_body {
		padding: 0 0px;
	}

	#all_wrap .content .service_02_bg .common_title01 {
		margin-bottom: 50px;
	}
	#all_wrap .content .service_02_slide .nav {
		grid-template-columns: repeat(2, 1fr);
		gap: 5px 10px;
		padding: 0 0px;
		margin: 0 auto 20px auto;
	}

	#all_wrap .content .service_02_slide .nav .case_slider_nav_button {
		line-height: 1.3;
		min-height: 35px;
		padding: 0 3px;
	}
	#all_wrap .content .service_02_slide .nav li .case_slider_nav_button::after {
		border: 5px solid;
    	border-color: transparent #1d2087 #1d2087 transparent;
	}
	#all_wrap .content .case_slider_body .case_slide_inner .cont {
		padding: 15px 15px;
		margin: -30px auto 0 auto;
		width: calc(100% - 20px);
	}
	#all_wrap .content .service_02_box_ttl {
		margin-bottom: 15px;
	}
	#all_wrap .content .service_02_box_ttl02 {
		margin-bottom: 10px;
	}
	#all_wrap .content .service_02_list02{
		margin-bottom: 10px;
	}
	#all_wrap .content .service_02_box_ttl02 .title {
		padding: 3px 15px;
	}
	#all_wrap .content .service_02_list03{
		gap: 5px 5px;
		margin-bottom: 20px;
	}
	#all_wrap .content .service_02_list03 li{
		padding: 3px 5px;
	}

	#all_wrap .content .service_02_bg .swiper-button-next,
	#all_wrap .content .service_02_bg .swiper-button-prev {
		top: 60px;
		width: 24px;
		height: 24px;
	}

	#all_wrap .content .service_02_bg .swiper-button-next {
		right: -15px;
	}

	#all_wrap .content .service_02_bg .swiper-button-prev {
		left: -15px;
	}

	#all_wrap .content .service_02_bg .swiper-button-next::before,
	#all_wrap .content .service_02_bg .swiper-button-prev::before {
		width: 8px;
		height: 8px;
	}

	#all_wrap .content .service_02_bg .swiper-button-next::before {
		right: 2px;
	}
	#all_wrap .content .service_02_bg .swiper-button-prev::before {
		left: 2px;
	}
}

/* service03 */
#all_wrap .content .service_03_bg{
	padding: 140px 0 80px 0;
}
#all_wrap .content .service_03_sec{
	margin-bottom: 80px;
}
#all_wrap .content .service_03_ttl{
	padding-top: 116px;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
#all_wrap .content .service_03_ttl::before{
	position: absolute;
	top: 0;
	content: "";
	width: 116px;
	height: 116px;
	left: calc(50% - 58px);
}
#all_wrap .content .service_03_sec.func01 .service_03_ttl::before{
	background: url('https://elcomjapan.co.jp/wp-content/uploads/service_no01.webp') no-repeat center top;
}
#all_wrap .content .service_03_sec.func02 .service_03_ttl::before{
	background: url('https://elcomjapan.co.jp/wp-content/uploads/service_no02.webp') no-repeat center top;
}
#all_wrap .content .service_03_sec.func03 .service_03_ttl::before{
	background: url('https://elcomjapan.co.jp/wp-content/uploads/service_no03.webp') no-repeat center top;
}
#all_wrap .content .service_03_sec.func04 .service_03_ttl::before{
	background: url('https://elcomjapan.co.jp/wp-content/uploads/service_no04.webp') no-repeat center top;
}
#all_wrap .content .service_03_sec.func05 .service_03_ttl::before{
	background: url('https://elcomjapan.co.jp/wp-content/uploads/service_no05.webp') no-repeat center top;
}
#all_wrap .content .service_03_ttl .title{
	font-size: clamp(18px, 2vw, 40px);
	font-weight: 900;
	letter-spacing: 0.15em;
	line-height: 1.6;
	border: none;
	padding: 0;
	margin: 0;
	background: none;
}
#all_wrap .content .service_03_ttl .hosoku{
	font-size: clamp(14px, 1.5vw, 24px);
	font-weight: 900;
	letter-spacing: 0.15em;
	display: block;
}
#all_wrap .content .service_03_list{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 180px));
	justify-content: center;
	gap: 15px 15px;
	margin-bottom: 80px;
}
#all_wrap .content .service_03_list li{
	font-size: clamp(14px, 1.15vw, 16px);
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #f6f6f6;
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	min-height: 55px;
}
#all_wrap .content .service_03_img01{
	margin-bottom: 80px;
	display: block;
	text-align: center;
}
#all_wrap .content .service_03_box{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 280px));
	justify-content: center;
	gap: 0 30px;
}

#all_wrap .content .service_03_box_in .img{
	margin-bottom: 10px;
}
#all_wrap .content .service_03_box_in .title{
	color:#1d2087;
	font-size: clamp(14px, 1.15vw, 20px);
	font-weight: 700;
	letter-spacing: 0.15em;
	margin-bottom: 5px;
}
#all_wrap .content .service_03_box_in .txt{
	font-size: clamp(12px, 1.15vw, 16px);
	letter-spacing: 0.15em;
	line-height: 1.5;
	margin: 0;
}
#all_wrap .content .service_03_box02{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 30px;
	margin-bottom: 80px;
}

#all_wrap .content .service_03_box02 .ttl{
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
}
#all_wrap .content .service_03_box02 .ttl .title{
    background-color: #f6f6f6;
    text-align: center;
    font-size: clamp(16px, 1.25vw, 20px);
    letter-spacing: 0.15em;
    font-weight: 500;
    padding: 10px 20px;
    line-height: 1.0;
	display: inline-block;
	margin-bottom: 0;
}
#all_wrap .content .service_03_box02 .txt{
	font-size: clamp(14px, 1.15vw, 16px);
    letter-spacing: 0.15em;
	line-height: 1.8;
	margin-bottom: 30px;
}
#all_wrap .content .service_03_box02 .list li{
	font-size: clamp(14px, 1.15vw, 16px);
	list-style-type: disc;
	margin-bottom: 25px;
	letter-spacing: 0.15em;
	line-height: 1.6;
}
#all_wrap .content .service_03_box03{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 30px;
	margin-bottom: 80px;
}
#all_wrap .content .service_03_box03 .img{
	margin-bottom: 15px;
}
#all_wrap .content .service_03_box03 .list li{
	font-size: clamp(14px, 1.15vw, 16px);
	list-style-type: disc;
	margin-bottom: 5px;
	letter-spacing: 0.15em;
	line-height: 1.6;
}

#all_wrap .content .service_03_sec .sv_marker {
	border: none;
    font-size: clamp(16px, 1.5vw, 26px);
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
	letter-spacing: 0.15em;
    margin: 0 auto 50px auto;
}

#all_wrap .content .service_03_sec .sv_marker span {
	background: linear-gradient(
		to bottom,
		transparent 0,
		transparent 70%,
		#00e87d 70%,
		#00e87d 100%
	) no-repeat;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (min-width: 769px) and (max-width: 1200px) {

}
@media only screen and (min-width: 769px) and (max-width: 968px) {

}
@media only screen and (max-width: 768px){
	#all_wrap .content .service_03_bg {
		padding: 50px 0 50px 0;
	}
	#all_wrap .content .service_03_sec {
		margin-bottom: 50px;
	}
	#all_wrap .content .common_title01 {
		margin-bottom: 20px;
	}
	#all_wrap .content .service_03_ttl {
		padding-top: 50px;
		margin-bottom: 20px;
	}
	#all_wrap .content .service_03_ttl::before {
		width: 50px;
		height: 50px;
		left: calc(50% - 25px);
		background-size: contain!important;
	}
	#all_wrap .content .service_03_list{
		grid-template-columns: 1fr 1fr;
		gap: 10px 10px;
		margin-bottom: 30px;
	}
	#all_wrap .content .service_03_sec .sv_marker {
		margin: 0 auto 30px auto;
	}
	#all_wrap .content .service_03_img01 {
		margin-bottom: 50px;
	}
	#all_wrap .content .service_03_box{
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
	}
	#all_wrap .content .service_03_box02{
		grid-template-columns: repeat(1, 1fr);
		gap: 20px 0px;
		margin-bottom: 30px;
	}
	#all_wrap .content .service_03_box02 .txt{
		margin-bottom: 20px;
	}
	#all_wrap .content .service_03_box02 .list li{
		margin-bottom: 10px;
	}
	#all_wrap .content .service_03_box03{
		grid-template-columns: repeat(1, 1fr);
		gap: 20px 0px;
		margin-bottom: 30px;
	}
}

/* contact */
#all_wrap .content .ft_contact{
	margin-bottom: 150px;
}
#all_wrap .content .ft_contact .common_inner02{
	background-color: #f6f6f6;
	padding: 140px 0 80px 0;
}
#all_wrap .content .ft_contact .common_title01{
	margin-bottom: 30px;
}
#all_wrap .content .ft_contact_lead{
	font-size: clamp(14px, 1.5vw, 20px);
	letter-spacing: 0.15em;
	text-align: center;
	margin-bottom: 40px;
}
#all_wrap .content .ft_contact_btn_block{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 400px));
	justify-content: center;
	gap: 50px 50px;
}
#all_wrap .content .ft_contact_btn_block .ft_contact_btn01,
#all_wrap .content .ft_contact_btn_block .ft_contact_btn02 {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

#all_wrap .content .ft_contact_btn01 a{
	background-color: #1d2087;
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius:36px;
	box-sizing: border-box;
	transition: 0.3s;
	text-decoration: none;
}
#all_wrap .content .ft_contact_btn01 a span{
	color:#FFF;
	font-size: 20px;
	letter-spacing: 0.2em;
	font-weight: 500;
	background: url('https://elcomjapan.co.jp/wp-content/uploads/ft_icon_tel.webp') no-repeat left center;
	padding-left: 38px;
}
#all_wrap .content .ft_contact_btn02 a{
	background-color: #49eca1;
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius:36px;
	box-sizing: border-box;
	transition: 0.3s;
	text-decoration: none;
}
#all_wrap .content .ft_contact_btn02 a span{
	color:#1d2087;
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: 500;
	background: url('https://elcomjapan.co.jp/wp-content/uploads/ft_icon_mail.webp') no-repeat left center;
	padding-left: 35px;
}
#all_wrap .content .ft_contact_btn01 a:hover,
#all_wrap .content .ft_contact_btn02 a:hover{
	opacity: 0.7;
	transition: 0.3s;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (min-width: 769px) and (max-width: 1200px) {
	#all_wrap .content .ft_contact_btn_block{
		gap: 20px 20px;
	}
}
@media only screen and (max-width: 768px){
	#all_wrap .content .ft_contact .common_inner02 {
		padding: 50px 0;
	}
	#all_wrap .content .ft_contact_btn_block{
		grid-template-columns: repeat(1, 1fr);
		gap: 20px 20px;
	}
	#all_wrap .content .ft_contact_btn_block .ft_contact_btn01 a,
	#all_wrap .content .ft_contact_btn_block .ft_contact_btn02 a {
		height: 60px;
	}
}

/************************************************************/
/*　トップページ　会社概要アクセスマップ
/************************************************************/
#topAccess {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	background: rgba(66, 114, 190, 0.1);
	display: flex;
	justify-content: space-between;
}
#topAccess > figure {
	width: 50%;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#topAccess > figure iframe {
	width: 100%;
	height: 100%;
}
#topAccess > .topAccess_left {
	width: 50%;
	padding: 0;
	margin: 0;
	position: relative;
}
#all_wrap .topAccess_box {
	width: 650px;
	min-width: 650px;
	max-width: 650px;
	padding: 80px 50px;
	margin: 0 0 0 auto;
	position: relative;
}
#all_wrap .topAccess_box > header {
	width: 100%;
	padding: 0 0 10px;
	margin: 0 auto 40px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	column-gap: 10px;
	border-bottom: 1px solid var(--text);
}
#all_wrap .topAccess_box > header > em {
	display: block;
	color: var(--main);
	font-family: var(--font-en);
	font-size: 40px;
	letter-spacing: 0.05em;
	font-weight: 800;
	line-height: 1;
	font-style: normal;
}
#all_wrap .topAccess_box > header > h2 {
	display: inline-block;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	position: relative;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	bottom: 5px;
}
#all_wrap .topAccess_box > h3 {
	display: block;
	padding: 0;
	margin: 0 auto 20px;
	border: none;
	background: none;
	position: relative;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
}
#all_wrap .topAccess_box > p {
	width: 100%;
	padding: 0;
	margin: 0 auto 15px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	column-gap: 20px;
}
#all_wrap .topAccess_box > p strong {
	width: 5em;
	min-width: 5em;
	display: block;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 600;
}
#all_wrap .topAccess_box > p span {
	width: calc(100% - 5em - 20px);
	display: block;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
}
#all_wrap .topAccess_box > h4 {
	width: 100%;
	padding: 0;
	margin: 30px auto 0;
	position: relative;
	border: none;
	background: none;
	font-size: 15px;
	line-height: 2em;
	font-weight: 500;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
@media only screen and (max-width: 768px){
	#topAccess {
		flex-wrap: wrap;
	}
	#topAccess > figure {
		width: 100%;
		height: 300px;
	}
	#topAccess > .topAccess_left {
		width: 100%;
	}
	#all_wrap .topAccess_box {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		padding: 40px 30px;
	}
	#all_wrap .topAccess_box > header {
		width: 100%;
		padding: 0 0 10px;
		margin: 0 auto 30px;
	}
	#all_wrap .topAccess_box > header > em {
		font-size: 30px;
	}
	#all_wrap .topAccess_box > header > h2 {
		font-size: 12px;
	}
	#all_wrap .topAccess_box > h3 {
		display: block;
		padding: 0;
		margin: 0 auto 20px;
		font-size: 18px;
	}
	#all_wrap .topAccess_box > p {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
		column-gap: 15px;
	}
	#all_wrap .topAccess_box > p strong {
		width: 5em;
		min-width: 5em;
		display: block;
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 600;
	}
	#all_wrap .topAccess_box > p span {
		width: calc(100% - 5em - 15px);
		display: block;
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 400;
	}
	#all_wrap .topAccess_box > h4 {
		width: 100%;
		padding: 0;
		margin: 30px auto 0;
		position: relative;
		border: none;
		background: none;
		font-size: 14px;
		line-height: 2em;
		font-weight: 500;
		text-align: justify;
		text-justify: inter-ideograph;
		word-break: break-all;
	}
}


/************************************************************/
/*　関連商品
/************************************************************/
#related_sec {
	width: 100%;
	padding: 0;
	margin: 0 auto 100px;
	position: relative;
}
#all_wrap #related_sec > h2 {
	width: 100%;
	padding: 15px 30px;
	margin: 0 auto;
	position: relative;
	background: var(--main);
	font-size: 25px;
	line-height: 1.2em;
	font-weight: 700;
	color: #fff;
	text-align: left;
	border: none;
}
#all_wrap #related_sec > h2.mb50 {
	margin-bottom: 50px;
}
#all_wrap .itemList > li.no-item,
#all_wrap .resultList > li.no-item {
	width: 100%;
	padding: 30px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 30px;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
@media only screen and (max-width: 768px){
	#related_sec {
		margin: 0 auto 50px;
	}
	#all_wrap #related_sec > h2 {
		width: 100%;
		padding: 12px 15px;
		margin: 0 auto;
		font-size: 18px;
	}
	#all_wrap #related_sec > h2.mb50 {
		margin-bottom: 0;
	}
	#all_wrap .itemList > li.no-item,
	#all_wrap .resultList > li.no-item {
		width: 100%;
		padding: 15px;
	}
	#all_wrap #related_sec .resultList,
	#all_wrap #related_sec .itemList {
		width: 100%;
	}
}

/************************************************************/
/*　トップページ　レビュー
/************************************************************/
#topReview {
	width: 100%;
	padding: 150px 0;
	margin: 0 auto;
	position: relative;
	background: #fafafa;
}
#all_wrap #sb_instagram {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 768px){
	#topReview {
		width: 100%;
		padding: 100px 15px;
		margin: 0 auto;
		position: relative;
		background: #fafafa;
	}
	#all_wrap #topReview .contHead {
		margin-bottom: 40px;
	}
}