@charset "utf-8";
/*
Theme Name: wp-adept
Theme URI: null
Description: Description
Version: 2.0
*/
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media (min-width: 897px) and (max-width: 1279px) {
	html {
		font-size: calc(1000vw / 1280);
	}
}
@media all and (max-width: 389px) {
	html {
		font-size: calc(1000vw / 390);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #3f3e41;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #3f3e41;
}
a:hover {
	color: #3f3e41;
}
a:active {
	color: #3f3e41;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-ltt */
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #3f3e41;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
#main {
	margin-bottom: 6.5rem;
	min-height: calc(100svh - 60rem);
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	#main {
		margin-bottom: 3.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	background: #3f3e41;
	position: relative;
}
#gHeader .hInner {
	margin: 0 auto;
	align-items: center;
	max-width: 117rem;
}
#gHeader h1 {
	width: 15.4rem;
}
#gHeader .menuBox {
	flex: 1;
	align-items: center;
	justify-content: flex-end;
}
#gNavi {
	margin-right: 2.7rem;
}
#gNavi .menuList {
	justify-content: flex-end;
}
#gNavi .menuList > li {
	min-height: 6rem;
	display: flex;
	align-items: center;
	margin-left: 2.5rem;
}
#gNavi .menuList > li > a {
	color: #fff;
	font-weight: 700;
}
#gNavi .menuList > .on > a {
	color: #00b4e6;
}
#gNavi .dropMenu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding: 2.8rem 0;
	color: #fff;
	background: rgba(63, 62, 65, 0.7);
	z-index: 100;
}
#gNavi .dropMenu .subList {
	margin-left: 4rem;
	justify-content: center;
}
#gNavi .dropMenu .subList > li {
	margin-right: 8.3rem;
}
#gNavi .dropMenu .subList > li:nth-child(2) {
	margin-right: 4.5rem;
}
#gNavi .dropMenu .subList > li:last-child {
	margin-right: 0;
}
#gNavi .dropMenu .subList .ttl {
	font-weight: 700;
	margin-bottom: 0.7rem;
}
#gNavi .dropMenu .subList .ttl a {
	color: #fff;
}
#gNavi .dropMenu .subList .listBox {
	margin: 0 0.2rem;
	padding-left: 2rem;
	position: relative;
	min-height: 8.4rem;
}
#gNavi .dropMenu .subList .listBox:before {
	position: absolute;
	left: 0;
	top: 0.2rem;
	width: 0.5rem;
	height: 100%;
	border-radius: 0.2rem;
	background-color: #00b4e6;
	content: "";
}
#gNavi .dropMenu .subList .listBox ul:not(:last-child) {
	margin-right: 5.2rem;
}
#gNavi .dropMenu .subList .listBox li:not(:last-child) {
	margin-bottom: 0.5rem;
}
#gNavi .dropMenu .subList .listBox a {
	color: #fff;
	font-size: 1.4rem;
}
#gNavi .dropMenu .subList > li:nth-child(2) .listBox ul:not(:last-child) {
	margin-right: 3.5rem;
}
#gHeader .searchBox {
	width: 30.1rem;
	position: relative;
}
#gHeader .searchBox input[type="text"] {
	padding: 0 5rem 0 1.5rem;
	width: 100%;
	height: 3.2rem;
	border-radius: 1.9rem;
	color: #3f3e41;
	font-size: 1.6rem;
	background: #fff;
	border: 1px solid #3f3e41;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
}
#gHeader .searchBox input[type="text"]:focus {
	border-color: #00B4E6;
}
#gHeader .searchBox input[type="submit"] {
	border: none;
	width: 4.4rem;
	height: 100%;
	background: url("img/common/icon01.png") no-repeat center center / 1.8rem;
	border-radius: 0;
	position: absolute;
	top: 0;
	right: 0;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	transition: .3s;
}
@media all and (min-width: 897px) {
	#gNavi .menuList > li > a:hover, #gNavi .dropMenu .subList .listBox a:hover,#gNavi .dropMenu .subList .ttl a:hover {
		color: #00b4e6;
	}
	#gHeader .searchBox input[type="submit"]:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0;
		background: none;
	}
	#gHeader .hInner {
		display: block;
	}
	#gHeader .hBox {
		padding-left: 2rem;
		align-items: center;
		position: relative;
		background: #3f3e41;
		z-index: 101;
	}
	.menu {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 6rem;
		height: 6rem;
		cursor: pointer;
		transition: all .3s ease;
		background: #00b4e6;
		box-sizing: border-box;
	}
	.menu > div {
		margin: 0 auto;
		width: 3.3rem;
		height: 2.4rem;
		position: relative;
	}
	.menu span {
		background-color: #fff;
		border: none;
		height: 0.3rem;
		border-radius: 0.2rem;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	.menu span:nth-of-type(2) {
		top: 1.1rem;
	}
	.menu span:nth-of-type(3) {
		top: 2.2rem;
	}
	.menu.on .top {
		-webkit-transform: translateY(1.1rem) translateX(0) rotate(45deg);
		-ms-transform: translateY(1.1rem) translateX(0) rotate(45deg);
		transform: translateY(1.1rem) translateX(0) rotate(45deg);
	}
	.menu.on .middle {
		opacity: 0;
	}
	.menu.on .bottom {
		-webkit-transform: translateY(-1.1rem) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-1.1rem) translateX(0) rotate(-45deg);
		transform: translateY(-1.1rem) translateX(0) rotate(-45deg);
	}
	#gHeader .menuBox {
		position: fixed;
		padding: 0 2rem;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		display: none;
		overflow-y: auto;
		background: #3f3e41;
		z-index: 100;
	}
	#gNavi {
		margin: 7rem 0 4rem;
	}
	#gNavi .menuList {
		display: block;
	}
	#gNavi .menuList > li {
		margin: 0 0 2rem;
		position: relative;
		display: block;
		min-height: inherit;
	}
	#gNavi .menuList > li > a {
		display: block;
		font-size: 1.6rem;
	}
	#gNavi .menuList > li > .accordion {
		position: relative;
	}
	#gNavi .menuList > li .btn {
		width: 2rem;
		height: 2rem;
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
		cursor: pointer;
	}
	#gNavi .menuList > li .btn:before,
	#gNavi .menuList > li .btn:after {
		width: 100%;
		height: 1px;
		position: absolute;
		top: 50%;
		right: 0;
		transition: .3s;
		background-color: #fff;
		content: "";
	}
	#gNavi .menuList > li .btn:after {
		transform: rotate(90deg);
	}
	#gNavi .menuList > li .btn.on:after {
		transform: rotate(0);
	}
	#gNavi .dropMenu {
		position: static;
		width: 100%;
		padding: 2rem 0;
	}
	#gNavi .dropMenu .subList {
		margin-left: 0;
		display: block;
	}
	#gNavi .dropMenu .subList > li {
		margin: 0 0 2rem !important;
	}
	#gNavi .dropMenu .subList > li:last-child {
		margin-bottom: 0 !important;
	}
	#gNavi .dropMenu .subList .listBox {
		min-height: inherit;
		justify-content: space-between;
	}
	#gNavi .dropMenu .subList .listBox ul {
		width: 48%;
	}
	#gNavi .dropMenu .subList .listBox ul:not(:last-child) {
		margin-right: 0 !important;
	}
	#gHeader .searchBox {
		margin: 0 auto 4rem;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 5.6rem;
}
#pagePath li {
	margin-right: 0.6rem;
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 1.4rem;
	font-family: Arial, Helvetica, sans-serif;
}
#pagePath li:not(:last-child):after {
	position: absolute;
	right: 0;
	top: 0.3rem;
	width: 1px;
	height: calc(100% - 0.6rem);
	background-color: #3f3e41;
	content: "";
}
#pagePath a {
	margin-right: 1.1rem;
	color: #000;
	font-weight: 700;
}
@media all and (min-width: 897px) {
	#pagePath a:hover {
		color: #00b4e6;
	}
}
@media all and (max-width: 896px) {
	#pagePath {
		margin: 0 -1.6rem 3.7rem;
		padding: 0 1.7rem 0.5rem;
		white-space: nowrap;
		overflow-x: auto;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fInner {
	padding: 2.7rem 0 3.8rem;
	background: #3f3e41;
}
#gFooter .headLine02 {
	margin-bottom: 2.4rem;
}
#gFooter .fNavi {
	width: 76%;
	align-items: flex-start;
}
#gFooter .fNavi li {
	padding: 0.3rem 0 1rem 2rem;
	width: 44.5%;
	position: relative;
}
#gFooter .fNavi li:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 0.5rem;
	height: 100%;
	border-radius: 0.6rem;
	background-color: #00b4e6;
	content: "";
}
#gFooter .fNavi a {
	margin-bottom: 1rem;
	display: inline-block;
	color: #fff;
}
#gFooter .fNavi a:last-child {
	margin-bottom: 0;
}
#gFooter .sns li {
	margin-left: 1rem;
	width: 5rem;
}
#gFooter .sns a {
	height: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #707070;
}
#gFooter .sns a img {
	width: 2.9rem;
}
#gFooter .btmBox {
	padding: 4rem 0 3.6rem;
	text-align: center;
	background-color: #fff;
}
#gFooter .btmBox .fLogo {
	margin: 0 auto 1.4rem;
	width: 21.8rem;
	transform: translateX(-0.6rem);
}
#gFooter address {
	color: #3f3e41;
	font-size: 1.2rem;
}
#gFooter .pageTop {
	position: fixed;
	right: 4.4rem;
	bottom: 5rem;
	width: 5rem;
	z-index: 80;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#gFooter .fNavi a:hover {
		color: #00b4e6;
	}
	#gFooter .sns a:hover {
		background-color: #00b4e6;
	}
}
@media all and (max-width: 896px) {
	#gFooter .fInner {
		padding: 2.7rem 0 4rem;
	}
	#gFooter .headLine02 {
		margin-bottom: 2.4rem;
	}
	#gFooter .fBox {
		display: block;
	}
	#gFooter .fNavi {
		margin: 0 2.1rem 3.7rem;
		width: auto;
		display: block;
	}
	#gFooter .fNavi li {
		padding: 0.3rem 0 0.4rem 2rem;
		width: auto;
	}
	#gFooter .fNavi li:not(:last-child) {
		margin-bottom: 4.5rem;
	}
	#gFooter .fNavi a {
		margin-bottom: 0.9rem;
		font-size: 1.6rem;
	}
	#gFooter .sns {
		justify-content: center;
	}
	#gFooter .sns li {
		margin: 0 0.5rem;
	}
	#gFooter .btmBox {
		padding-bottom: 4.8rem;
	}
	#gFooter .btmBox .fLogo {
		margin-bottom: 1.9rem;
	}
	#gFooter .pageTop {
		display: none;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.en {
	font-family: Arial, Helvetica, sans-serif;
}
.content {
	margin: 0 auto;
	max-width: 117rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
	}
}
/*------------------------------------------------------------
	fade
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	transform: translate(0, 2rem);
	transition: all ease-in-out 0.8s;
}
.fadeInUp.on {
	opacity: 1;
	transform: none;
}
/*------------------------------------------------------------
	pageTtl
------------------------------------------------------------*/
.pageTtl {
	margin-bottom: 0.9rem;
	min-height: 20rem;
	padding: 2.1rem 0;
	display: flex;
	align-items: flex-end;
	background: url(img/news/page_bg.jpg) no-repeat center center/cover;
}
.pageTtl .content {
	width: 100%;
}
.pageTtl h2 {
	padding: 0.1rem 0.2rem 0;
	color: #fff;
	font-size: 3rem;
	line-height: 1.1;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 0.2rem;
	background: linear-gradient(90deg, rgba(63, 62, 65, 0) 0%, rgba(50, 87, 100, 0.21) 12%, rgba(23, 137, 169, 0.55) 30%, #00b4e6 50%, #00b4e6 100%);
}
@media all and (max-width: 896px) {
	.pageTtl {
		margin-bottom: 1.1rem;
		min-height: 32rem;
		padding: 2rem 0;
	}
	.pageTtl .content {
		margin: 0;
		padding: 0 1.7rem;
	}
	.pageTtl h2 {
		padding: 0 0.2rem;
		font-size: 2.4rem;
		line-height: 0.8;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin: 0 auto 5.3rem;
	padding-bottom: 0.5rem;
	font-weight: 500;
	font-size: 2rem;
	text-align: center;
	color: #000;
	border-bottom: 0.4rem solid #e1e1e2;
	width: fit-content;
}
@media all and (max-width: 896px) {}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
}
.headLine02:after {
	flex: 1;
	height: 2rem;
	display: block;
	content: "";
	background: linear-gradient(90deg, #fff 0%, #00b4e6 50%, #00b4e6 100%);
}
.headLine02 .sub {
	margin-right: 1rem;
	color: #000;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.1;
}
.headLine02.white:after {
	background: linear-gradient(90deg, #3f3e41 0%, #00b4e6 50%, #00b4e6 100%);
}
.headLine02.white .sub {
	color: #fff;
}
@media all and (max-width: 896px) {
	.headLine02 .sub {
		margin-right: 0;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 1.5rem;
	padding-left: 1.5rem;
	position: relative;
	display: flex;
	align-items: center;
	color: #000;
	font-size: 2.2rem;
	line-height: 1.18;
	font-weight: 700;
}
.headLine03:before {
	position: absolute;
	left: 0;
	top: 0.2rem;
	width: 0.8rem;
	height: calc(100% - 0.6rem);
	background-color: #00b4e6;
	content: "";
}
.headLine03:after {
	margin-left: 1.5rem;
	display: block;
	flex: 1;
	content: "";
	border-top: 1px solid #3f3e41;
}
.headLine03.jp:before {
	top: 0.4rem;
}
.headLine03.jp:after {
	margin: 0.5rem 0 0 1rem;
}
@media all and (max-width: 896px) {}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 1rem;
	padding: 0 0 0.7rem 2rem;
	position: relative;
	color: #000;
	font-size: 1.8rem;
	line-height: 1.44;
	font-weight: 500;
	border-bottom: 0.4rem solid #e1e1e2;
}
.headLine04:before {
	position: absolute;
	left: 0.2rem;
	top: 0.3rem;
	width: 0.9rem;
	height: 2.1rem;
	background-color: #00b4e6;
	content: "";
}
@media all and (max-width: 896px) {}
/*------------------------------------------------------------
	newsList
------------------------------------------------------------*/
.newsList {
	gap: 3rem 0;
}
.newsList li {
	width: 48.65%;
}
.newsList a {
	border: 1px solid #707070;
	padding: 1.8rem 1.7rem;
	display: flex;
	align-items: center;
}
.newsList .phoBox {
	margin-right: 2.7rem;
	width: 18rem;
	aspect-ratio: 1/1;
	position: relative;
}
.newsList .phoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.newsList .phoBox:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	content: "";
}
.newsList .txtBox {
	margin-right: 0.5rem;
	flex: 1;
}
.newsList .txtBox .tag {
	margin-bottom: 2.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.newsList .txtBox .tag span {
	padding: 0.7rem 1.4rem 0.8rem;
	color: #fff;
	font-size: 1.4rem;
	border-radius: 0.6rem;
	background: #00b4e6;
}
.newsList .txtBox .ttl {
	margin-bottom: 3.1rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.44;
}
.newsList .txtBox .time {
	font-weight: 500;
	font-size: 1.4rem;
}
@media all and (min-width: 897px) {
	.newsList a:hover {
		background: #efefef;
	}
}
@media all and (max-width: 896px) {
	.newsList {
		display: block;
	}
	.newsList li {
		width: auto;
	}
	.newsList li:not(:last-child) {
		margin-bottom: 3rem;
	}
	.newsList a {
		padding: 2rem;
		display: block;
	}
	.newsList .phoBox {
		margin: 0 0 2rem;
		width: auto;
		aspect-ratio: 31/18;
		position: relative;
	}
	.newsList .txtBox {
		margin-right: 0;
	}
	.newsList .txtBox .tag {
		margin-bottom: 1.6rem;
	}
	.newsList .txtBox .ttl {
		margin-bottom: 1.5rem;
	}
}
/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
.comList {
	gap: 2.4rem;
}
.comList li {
	width: calc((100% - 7.2rem)/4);
}
.comList a {
	display: block;
	position: relative;
}
.comList .pho {
	aspect-ratio: 274/170;
	position: relative;
	border: 1px solid #707070;
	transition: .3s;
}
.comList .pho img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.comList .pho.noimg img {
	object-fit: cover;
}
.comList01 .txtBox {
	padding: 0.4rem 1.4rem 0.6rem;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	background: linear-gradient(-55deg, rgba(63, 62, 65, 0.15) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.comList .ttl {
	margin-bottom: -0.2rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.15;
	font-family: Arial, Helvetica, sans-serif;
}
.comList .ttl small {
	font-size: 1.5rem;
}
.comList .tag {
	font-size: 1.2rem;
}
.comList02 {
	gap: 5rem 2.4rem;
}
.comList02 .pho {
	margin-bottom: 0.8rem;
	border-color: #fff;
	aspect-ratio: 27/18;
}
.comList02 .ttl {
	margin-bottom: 0.3rem;
	color: #000;
	font-size: 1.8rem;
}
.comList02 .price {
	font-family: Arial, Helvetica, sans-serif;
}
@media all and (min-width: 897px) {
	.comList a:hover .pho {
		border-color: #00b4e6;
	}
	.comList02 a:hover .pho {
		border-color: #00b4e6;
	}
}
@media all and (max-width: 896px) {
	.comList {
		gap: 2rem;
	}
	.comList li {
		width: calc((100% - 2rem)/2);
	}
	.comList .pho {
		aspect-ratio: 165/120;
	}
	.comList01 .txtBox {
		padding: 0.5rem 0.8rem 0.6rem;
	}
	.comList .ttl {
		margin-bottom: 0;
		font-size: 1.4rem;
		font-weight: 400;
	}
	.comList .ttl small {
		font-size: 1rem;
	}
	.comList .tag {
		font-size: 0.9rem;
	}
	.comList02 {
		gap: 4rem 2rem;
	}
	.comList02 .ttl {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	width: 100%;
	border-spacing: 0;
}
.comTable th,
.comTable td {
	padding: 2.1rem 0 2.8rem;
	font-weight: 500;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #707070;
}
.comTable th {
	width: 53%;
	font-weight: 700;
}
@media all and (max-width: 896px) {
	.comTable th {
		width: 28%;
	}
}
/*------------------------------------------------------------
	comNavi
------------------------------------------------------------*/
.comNavi {
	margin-bottom: 5rem;
	gap: 1rem;
}
.comNavi li {
	width: calc((100% - 6rem)/7);
}
.comNavi a {
	height: 100%;
	padding: 0.2rem;
	font-size: 1.4rem;
	display: block;
	text-align: center;
	border-radius: 0.6rem;
	background: #fff;
	border: 1px solid #3f3e41;
}
@media all and (min-width: 897px) {
	.comNavi a:hover {
		border-color: #00b4e6;
	}
}
@media all and (max-width: 896px) {
	.comNavi li {
		width: calc((100% - 2rem)/3);
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index .mainVisual {
	position: relative;
}
#index .mainVisual .foo,#index .mainVisual .slick-list,#index .mainVisual .slick-track {
	height: 100%;
}
#index .mainVisual .foo .slick-slide {
	line-height: 0;
	height: 100%;
}
#index .mainVisual .foo .slick-slide > div,
#index .mainVisual .foo .slick-slide > div li {
	height: 100%;
}
#index .mainVisual .foo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#index .mainVisual .content {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	margin-top: 0.9rem;
	max-width: 116.4rem;
	transform: translate(-50%, -50%);
}
#index .mainVisual .logo {
	width: 39.9rem;
}
#index .mainVisual .slick-dots {
	position: absolute;
	left: 0;
	bottom: 2.8rem;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 10;
}
#index .mainVisual .slick-dots li {
	margin: 0 0.9rem;
	width: 1rem;
	height: 1rem;
	cursor: pointer;
	border-radius: 50%;
	background: #00b4e6;
	opacity: 0.6;
}
#index .mainVisual .slick-dots li button {
	display: none;
}
#index .mainVisual .slick-dots li.slick-active {
	opacity: 1;
}
#index .linkBox {
	padding: 1.9rem 0 4rem;
	background: #3f3e41;
}
#index .linkBox .linkUl {
	gap: 4rem 3.2rem;
}
#index .linkBox .linkUl li {
	width: calc((100% - 6.4rem)/3);
}
#index .linkBox .linkUl a {
	display: block;
	position: relative;
}
#index .linkBox .linkUl a img {
	width: 100%;
}
#index .linkBox .linkUl a:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #3f3e41;
	transition: .3s;
	box-sizing: border-box;
	content: "";
}
#index .linkBox .linkUl a:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
	background-color: #000;
	opacity: 0.3;
	box-sizing: border-box;
	content: "";
}
#index .linkBox .linkUl a p {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.15;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	transform: translate(-50%, -50%);
	content: "";
}
#index .products {
	padding: 5rem 0 7rem;
}
#index .products .headLine02 {
	margin-bottom: 2.8rem;
}
#index .products .subBox:not(:last-child) {
	margin-bottom: 6rem;
}
#index .news .headLine02 {
	margin-bottom: 2.7rem;
}
@media all and (min-width: 897px) {
	#index .linkBox .linkUl a:hover:before {
		border-color: #00b4e6;
	}
	#index .linkBox .linkUl a:hover:after {
		opacity: 0.15;
	}
}
@media all and (max-width: 896px) {
	#index .mainVisual {
		min-height: 26rem;
	}
	#index .mainVisual .content {
		left: 0;
		top: auto;
		bottom: 0;
		margin: 0;
		padding: 1.2rem 2rem;
		transform: none;
	}
	#index .mainVisual .logo {
		max-width: 35.2rem;
		width: auto;
	}
	#index .mainVisual .slick-dots {
		display: none !important;
	}
	#index .linkBox {
		padding: 1.7rem 0 4.6rem;
	}
	#index .linkBox .headLine02 {
		margin: 0 0 2.5rem 0.5rem;
	}
	#index .linkBox .linkUl {
		display: block;
	}
	#index .linkBox .linkUl li {
		width: auto;
	}
	#index .linkBox .linkUl li:not(:last-child) {
		margin-bottom: 2.8rem;
	}
	#index .linkBox .linkUl a {
		aspect-ratio: 35/18;
	}
	#index .linkBox .linkUl a img {
		height: 100%;
		object-fit: cover;
	}
	#index .products {
		padding: 3.6rem 0 5rem;
	}
	#index .products .headLine02 {
		margin-bottom: 2rem;
	}
	#index .products .subBox:not(:last-child) {
		margin-bottom: 4.5rem;
	}
	#index .news .headLine02 {
		margin-bottom: 2.5rem;
	}
}
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#news.detail {
	padding-top: 0.7rem;
}
#news.detail .mainBox {
	margin: 0 2.3rem;
}
#news.detail .lBox {
	width: 71rem;
}
#news.detail .lBox .ttlBox {
	margin-bottom: 3.5rem;
}
#news.detail .lBox .ttlBox .tag {
	margin-bottom: 1.4rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
#news.detail .lBox .ttlBox .tag span {
	padding: 0.7rem 1.4rem 0.8rem;
	color: #fff;
	font-size: 1.4rem;
	border-radius: 0.6rem;
	background: #00b4e6;
}
#news.detail .lBox .ttlBox h2 {
	margin-bottom: 0.8rem;
	padding-bottom: 0.5rem;
	font-size: 2rem;
	font-weight: 500;
	border-bottom: 0.4rem solid #e1e1e2;
}
#news.detail .lBox .ttlBox .time {
	font-size: 1.2rem;
	font-weight: 500;
}
#news.detail .lBox .wpArea p {
	margin-bottom: 3.5rem;
}
#news.detail .lBox .wpArea p a {
	color: #00b4e6;
}
#news.detail .lBox .wpArea p a:hover {
	opacity: 0.7;
}
#news.detail .lBox .pageList {
	margin-top: 4.5rem;
	position: relative;
	min-height: 4rem;
}
#news.detail .lBox .pageList li {
	position: absolute;
	left: 0;
	top: 0;
	width: 47.6%;
}
#news.detail .lBox .pageList .next {
	right: 0;
	left: auto;
}
#news.detail .lBox .pageList a {
	padding: 0.5rem 1.6rem;
	min-height: 4rem;
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 500;
	border-radius: 0.6rem;
	background: #fff;
	border: 1px solid #3f3e41;
}
#news.detail .lBox .pageList a:hover {
	opacity: 0.7;
}
#news.detail .lBox .pageList a span {
	display: inline-block;
	padding-left: 1.9rem;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	background: url(img/common/icon02.png) no-repeat left center/1rem;
}
#news.detail .lBox .pageList .next a {
	padding: 0.9rem 1.3rem;
	justify-content: flex-end;
}
#news.detail .lBox .pageList .next a span {
	padding: 0 1.8rem 0 0;
	background-position: right center;
	background-image: url(img/common/icon03.png);
}
#news.detail .rBox {
	margin-top: 1.7rem;
	width: 33.6rem;
}
#news.detail .rBox .subBox:not(:last-child) {
	margin-bottom: 8rem;
}
#news.detail .rBox .otherList {
	margin: 0 2.2rem;
}
#news.detail .rBox .otherList li:not(:last-child) {
	margin-bottom: 2.3rem;
}
#news.detail .rBox .otherList a {
	display: flex;
	align-items: center;
}
#news.detail .rBox .otherList .phoBox {
	margin-right: 1.4rem;
	aspect-ratio: 1/1;
	width: 10.1rem;
	position: relative;
}
#news.detail .rBox .otherList .phoBox:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
	border: 1px solid #ccc;
	box-sizing: border-box;
	content: "";
}
#news.detail .rBox .otherList .phoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#news.detail .rBox .otherList .ttl {
	margin-bottom: 0.3rem;
	flex: 1;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.44;
}
#news.detail .rBox .category h2 {
	margin-bottom: 0;
}
#news.detail .rBox .cateList li {
	border-bottom: 1px dotted #3f3e41;
}
#news.detail .rBox .cateList a {
	padding: 1.8rem 6rem 1.8rem 2.2rem;
	display: block;
	position: relative;
}
#news.detail .rBox .cateList .num {
	padding: 0.3rem;
	position: absolute;
	right: 2rem;
	width: 3.2rem;
	text-align: center;
	border-radius: 0.6rem;
	background: #e1e1e2;
}
#news.detail .rBox .cateList a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#news.detail .rBox .otherList a:hover .phoBox:after {
		border-color: #00b4e6;
	}
}
@media all and (max-width: 896px) {
	#news.detail .mainBox {
		margin: 0;
		display: block;
	}
	#news.detail .lBox {
		margin-bottom: 5rem;
		width: auto;
	}
	#news.detail .rBox {
		margin-top: 0;
		width: auto;
	}
	#news.detail .rBox .subBox:not(:last-child) {
		margin-bottom: 4rem;
	}
	#news.detail .rBox .otherList .ttl {
		font-size: 1.6rem;
	}
	#news.detail .rBox .cateList .num {
		width: 2.8rem;
	}
}
/*------------------------------------------------------------
	regulation
------------------------------------------------------------*/
#regulation .pageTtl {
	background-image: url(img/regulation/page_bg.jpg);
}
#regulation .mainBox {
	margin: 0 auto;
	max-width: 95.8rem;
}
#regulation .headLine01 {
	margin-bottom: 4.7rem;
}
#regulation p {
	margin-bottom: 1.7rem;
}
#regulation p .txtLink {
	color: #00b4e6;
}
#regulation p .txtLink:hover {
	opacity: 0.7;
}
#regulation .midTxt {
	margin-bottom: 4.2rem;
	padding-bottom: 4rem;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.43;
	text-align: center;
	border-bottom: 1px solid #707070;
}
#regulation .headLine04 {
	margin: 0 0 1.4rem;
	padding: 0 0 0 1.6rem;
	color: #3f3e41;
	border-bottom: none;
}
#regulation .headLine04:before {
	width: 0.6rem;
}
#regulation .numList > li:not(:last-child) {
	margin-bottom: 1.7rem;
}
#regulation .numList .subList {
	margin-top: 0.8rem;
}
#regulation .numList .subList > li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
#regulation .numList > li .listSub {
	margin: 1.5rem 0 0 2.8rem;
	display: block;
	text-indent: 0;
}
#regulation .subBox:not(:last-child) {
	margin-bottom: 6rem;
}
#regulation .banner {
	margin: -0.7rem 0 3.8rem;
	gap: 0 3rem;
}
#regulation .banner li {
	width: 22.4rem;
}
#regulation .banner p {
	margin-top: 0.9rem;
	font-size: 1.2rem;
}
#regulation .banner .wid01 {
	width: 12rem;
}
@media all and (max-width: 896px) {
	#regulation .pageTtl {
		background-image: url(img/regulation/page_bg_sp.jpg);
	}
	#regulation > .content {
		margin: 0 1.6rem;
	}
	#regulation .headLine01 {
		margin-bottom: 4.1rem;
	}
	#regulation .midTxt {
		margin-bottom: 3.2rem;
		padding-bottom: 3rem;
		text-align: left;
	}
	#regulation .numList > li .listSub {
		margin: 1rem 0 0 2rem;
	}
	#regulation .subBox:not(:last-child) {
		margin-bottom: 5rem;
	}
	#regulation .banner {
		gap: 0 2rem;
	}
	#regulation .banner li {
		width: 21.6rem;
	}
	#regulation .banner .wid01 {
		width: 11.8rem;
	}
}
/*------------------------------------------------------------
	products
------------------------------------------------------------*/
#products .pageTtl {
	margin-bottom: 0;
	min-height: 40rem;
	background-image: url(img/products/page_bg.jpg);
}
#products.gear .pageTtl {
	background-image: url(img/products/gear/page_bg.jpg);
}
#products.componments .pageTtl {
	background-image: url(img/products/componments/page_bg.jpg);
}
#products.equipment .pageTtl {
	background-image: url(img/products/equipment/page_bg.jpg);
}
#products .linkNavi {
	margin-bottom: 1.4rem;
	background: #3f3e41;
}
#products .linkNavi a {
	padding: 1rem 1.8rem;
	display: block;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	background: #000;
}
#products .linkNavi .current-cat a {
	background: #00b4e6;
}
#products #pagePath {
	margin-bottom: 3.3rem;
}
#products .headLine03 {
	margin-bottom: 4rem;
}
#products .subBox:not(:last-child) {
	margin-bottom: 7rem;
}
#products .btmBox {
	margin-top: 7.2rem;
}
#products .btmBox .headLine02 {
	margin-bottom: 2.3rem;
}
#products .linkList {
	gap: 0 2.8rem;
}
#products .linkList .ttl {
	margin-bottom: 1.3rem;
	padding-left: 1.5rem;
	position: relative;
	color: #000;
	font-size: 2.2rem;
	line-height: 1.18;
	font-weight: 700;
}
#products .linkList .ttl a {
	color: #000;
}
#products .linkList .ttl:before {
	position: absolute;
	left: 0;
	top: 0.2rem;
	width: 0.8rem;
	height: calc(100% - 0.6rem);
	background-color: #00b4e6;
	content: "";
}
#products .linkList .listBox {
	margin-left: 0.3rem;
}
#products .linkList .listBox > ul {
	width: 18.5rem;
}
#products .linkList .listBox li:not(:last-child) {
	margin-bottom: 0.7rem;
}
#products .linkList .listBox a {
	padding: 0.2rem 0 0.2rem 1.7rem;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	background: url(img/products/icon01.png) no-repeat left top/1.1rem;
}
#products .linkList .listBox li:last-child a {
	background-image: url(img/products/icon02.png);
}
@media all and (min-width: 897px) {
	#products .linkNavi a:hover {
		background: #00b4e6;
	}
	#products .linkList .ttl a:hover,
	#products .linkList .listBox a:hover {
		color: #00b4e6;
	}
}
@media all and (max-width: 896px) {
	#products .pageTtl {
		min-height: 32rem;
	}
	#products .linkNavi a {
		padding: 0.6rem 1rem;
		font-size: 1.5rem;
	}
	#products .headLine03 {
		margin-bottom: 3rem;
	}
	#products .subBox:not(:last-child) {
		margin-bottom: 5rem;
	}
	#products .btmBox {
		margin-top: 8rem;
	}
	#products .linkList {
		display: block;
	}
	#products .linkList li:not(:last-child) {
		margin-bottom: 2rem;
	}
	#products .linkList .listBox > ul {
		width: 50%;
	}
	#products #pagePath {
		margin-bottom: 2.8rem;
	}
}
/*------------------------------------------------------------
	products/detail
------------------------------------------------------------*/
#products.detail {
	padding-top: 0.8rem;
}
#products.detail #pagePath {
	margin-bottom: 2.5rem;
}
#products.detail .lBox {
	width: 66rem;
}
#products.detail .lBox .slider li {
	aspect-ratio: 66/44;
}
#products.detail .phoList {
	margin-top: 1.5rem;
	gap: 1.6rem;
	justify-content: center;
}
#products.detail .phoList li {
	width: 9.6rem;
	aspect-ratio: 96/64;
	cursor: pointer;
	border: 1px solid #3f3e41;
	transition: .3s;
	opacity: 0.5;
	text-align: center;
}
#products.detail .phoList .on {
	opacity: 1;
}
#products.detail .lBox img {
	width: 100%;
	height: 100%;
	object-fit: contain;	
	margin: 0 auto;
}
#products.detail .rBox {
	margin-top: 1.3rem;
	width: 47.8rem;
}
#products.detail .rBox h2 {
	margin-bottom: 0.4rem;
	padding: 0 0 0 2.2rem;
	font-size: 3rem;
	font-weight: 700;
	border-bottom: none;
}
#products.detail .rBox h2:before {
	width: 1.2rem;
	height: calc(100% - 1.5rem);
	top: 0.8rem;
}
#products.detail .rBox .subTtl {
	margin-bottom: 0.8rem;
	padding: 0.2rem 0.6rem;
	font-size: 1.2rem;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}
#products.detail .rBox p {
	margin-bottom: 1.8rem;
}
#products.detail .rBox .dotList {
	margin: 0 0 2rem 0.2rem;
}
#products.detail .rBox .dotList li {
	position: relative;
	padding-left: 2rem;
}
#products.detail .rBox .dotList li:before {
	position: absolute;
	left: 0;
	top: 0.7rem;
	width: 1.2rem;
	height: 1.2rem;
	background: #3f3e41;
	content: "";
}
#products.detail .rBox .infoBox {
	margin-bottom: 2.1rem;
	padding: 1.6rem 0.2rem 1.9rem;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}
#products.detail .rBox .infoList {
	gap: 1rem 3.3rem;
}
#products.detail .rBox .infoList:not(:last-child) {
	margin-bottom: 0.3rem;
}
#products.detail .rBox .notes {
	margin: 0 0 1.2rem 0.7rem;
}
#products.detail .rBox .btnList {
	gap: 0 1.8rem;
}
#products.detail .rBox .btnList li {
	width: 12rem;
}
#products.detail .rBox .btnList a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#products.detail .phoList li:hover {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	#products.detail .mainBox {
		display: block;
	}
	#products.detail .lBox {
		width: auto;
	}
	#products.detail .phoList {
		gap: 1rem;
		justify-content: flex-start;
	}
	#products.detail .phoList li {
		width: calc((100% - 4rem)/5);
	}
	#products.detail .rBox {
		margin-top: 3rem;
		width: auto;
	}
}
/*------------------------------------------------------------
	products/category
------------------------------------------------------------*/
#products.category {
	padding-top: 0.8rem;
}
#products.category #pagePath {
	margin-bottom: 5.2rem;
}
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#company .pageTtl {
	background-image: url(img/company/page_bg.jpg);
}
#company .mainBox {
	margin: 0 auto;
	max-width: 51.3rem;
}
#company .headLine01 {
	margin-bottom: 3.3rem;
}
#company .comTable th .sub {
	width: 10rem;
	display: inline-block;
	text-align: center;
}
#company .comTable td .ttl {
	display: block;
	margin-bottom: 2.3rem;
}
#company .comTable td .addList li:not(:last-child) {
	margin-bottom: 4.7rem;
}
@media all and (max-width: 896px) {
	#company .mainBox {
		max-width: inherit;
	}
	#company .comTable th .sub {
		width: 8rem;
	}
	#company .comTable td .ttl {
		margin-bottom: 1.5rem;
	}
	#company .comTable td .addList li:not(:last-child) {
		margin-bottom: 2.5rem;
	}
}
/*------------------------------------------------------------
	shop
------------------------------------------------------------*/
#shop .pageTtl {
	background-image: url(img/shop/page_bg.jpg);
}
#shop .headLine01 {
	margin-bottom: 2.5rem;
}
#shop .midTxt {
	margin-bottom: 3.5rem;
	font-weight: 500;
	text-align: center;
}
#shop .dlBox {
	gap: 0 1rem;
	align-items: flex-start;
}
#shop .dlBox dl {
	width: calc((100% - 6rem)/7);
	background: #fff;
	border-radius: 0.6rem;
	border: 1px solid rgba(63, 62, 65, 0.8);
	transition: .3s;
}
#shop .dlBox dt {
	padding: 0.6rem 1.2rem 0.7rem;
	font-weight: 500;
	display: block;
	text-align: center;
	transition: .3s;
	position: relative;
	cursor: pointer;
}
#shop .dlBox dt::before {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 0.6rem solid transparent;
	border-bottom: 0.6rem solid transparent;
	border-left: 1rem solid #00b4e6;
	left: 1rem;
	top: 50%;
	content: '';
	margin-top: -0.6rem;
}
#shop .dlBox dt.on::before {
	transform: rotate(90deg);
}
#shop .dlBox dd {
	padding: 0.5rem;
	display: none;
}
#shop .dlBox dd .tabUl li a {
	font-size: 1.5rem;
	position: relative;
	display: block;
	line-height: 1.73;
	text-align: center;
}
#shop .dlBox dd .tabUl li a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	opacity: 0;
	transition: .3s;
	background-color: #00b4e6;
	content: "";
}
#shop .dlBox dd .tabUl li.on a {
	color: #00b4e6;
}
#shop .dlBox dd .tabUl li.on a:after {
	opacity: 1;
}
#shop .tabPanel {
	position: relative;
	z-index: 99;
	padding-bottom: 1.2rem;
}
#shop .tabBox {
	margin-top: 5rem;
}
#shop .tabBox .headLine03 {
	margin-bottom: 2.5rem;
}
#shop .tabBox table {
	width: 100%;
	border-collapse: collapse;
}
#shop .tabBox th,
#shop .tabBox td {
	vertical-align: middle;
	word-break: break-all;
	box-sizing: border-box;
}
#shop .tabBox thead th,
#shop .tabBox thead td {
	padding: 0.2rem 1.3rem;
	font-size: 1.4rem;
	font-weight: 500;
	background-color: #e1e1e2;
	border: 2px solid #fff;
}
#shop .tabBox thead .wid01 {
	width: 25%;
}
#shop .tabBox thead .wid02 {
	width: 11.5%;
}
#shop .tabBox thead .wid03 {
	width: 49.5%;
}
#shop .tabBox tbody th,
#shop .tabBox tbody td {
	padding: 1.3rem 1.4rem 1.3rem;
	font-weight: 400;
	border-bottom: 1px solid #707070;
}
#shop .tabBox tbody th:first-child {
	font-size: 1.7rem;
	font-weight: 700;
	padding-left: 1.7rem;
}
#shop .tabBox tbody tr:first-child th,
#shop .tabBox tbody tr:first-child td {
	padding-top: 0.7rem;
}
@media all and (min-width: 897px) {
	#shop .dlBox dl:hover {
		border-color: #00b4e6;
	}
	#shop .dlBox dd .tabUl li a:hover {
		color: #00b4e6;
	}
	#shop .dlBox dd .tabUl li a:hover:after {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	#shop .dlBox {
		display: block;
	}
	#shop .dlBox dl {
		margin-bottom: 0.5rem;
		width: auto;
	}
	#shop .tableBox {
		overflow-x: scroll;
	}
	#shop .tableBox table {
		min-width: 85rem;
	}
	#shop .tabBox thead th,
	#shop .tabBox thead td {
		font-size: 1.3rem;
	}
	#shop .tabBox tbody th:first-child {
		font-size: 1.4rem;
		padding-left: 1.4rem;
	}
}
/*------------------------------------------------------------
	manual
------------------------------------------------------------*/
#manual .pageTtl {
	background-image: url(img/manual/page_bg.jpg);
}
#manual .headLine01 {
	margin-bottom: 3.3rem;
}
#manual .midTxt {
	margin-bottom: 4.2rem;
	font-weight: 500;
	text-align: center;
}
#manual .subBox:not(:last-child) {
	margin-bottom: 5.2rem;
}
#manual .headLine03 {
	margin-bottom: 2.6rem;
}
#manual .comList02 .pho {
	margin-bottom: 0.5rem;
}
#manual .comList02 .pho:after {
	position: absolute;
	left: 0.9rem;
	top: 0.8rem;
	width: 3rem;
	height: 3.4rem;
	background: url(img/common/icon04.png) no-repeat left top/100%;
	content: "";
}
#manual .comList02 .ttl {
	margin: 0 0.2rem;
	line-height: 1.44;
	font-family: "Noto Sans JP", sans-serif;
}
@media all and (min-width: 897px) {
	#manual .comList02 {
		gap: 5.7rem 2.4rem;
	}
}
@media all and (max-width: 896px) {
	#manual .comList02 .pho:after {
		left: 0.5rem;
		top: 0.4rem;
		width: 1.5rem;
		height: 1.7rem;
	}
}
/*------------------------------------------------------------
	faq
------------------------------------------------------------*/
#faq .pageTtl {
	background-image: url(img/faq/page_bg.jpg);
}
#faq .headLine01 {
	margin-bottom: 2.5rem;
}
#faq .midTxt {
	margin-bottom: 3.6rem;
	font-weight: 500;
	text-align: center;
}
#faq .comNavi {
	margin-bottom: 5.8rem;
}
#faq .headLine03 {
	margin-bottom: 2.5rem;
}
#faq .qaList li {
	border-radius: 0.6rem;
	background: #fff;
	border: 2px dotted #707070;
}
#faq .qaList li:not(:last-child) {
	margin-bottom: 2.2rem;
}
#faq .qaList .ttl {
	padding: 2.3rem 4rem 2.3rem 6.9rem;
	min-height: 7.6rem;
	position: relative;
	font-weight: bold;
	font-size: 1.8rem;
	color: #000;
	line-height: 1.44;
	cursor: pointer;
	background: url(img/faq/icon01.png) no-repeat 2rem 2rem/3.6rem;
}
#faq .qaList .ttl:after {
	position: absolute;
	right: 1rem;
	top: 1.3rem;
	width: 2.6rem;
	height: 2.6rem;
	transition: .3s;
	background: url(img/common/icon05.png) no-repeat left top/100%;
	content: "";
}
#faq .qaList .ttl.on:after {
	transform: rotate(-45deg);
}
#faq .qaList .txt {
	display: none;
	padding: 1rem 2rem 1.4rem 6.9rem;
	color: #000;
	background: url(img/faq/icon02.png) no-repeat 2rem 0.7rem/3.6rem;
}
#faq .qaList .txt img {
	display: block;
	margin: 1rem 0;
}
#faq .subBox:not(:last-child) {
	margin-bottom: 7rem;
}
@media all and (max-width: 896px) {
	#faq .comNavi {
		margin-bottom: 4rem;
	}
	#faq .comNavi li {
		width: calc((100% - 1rem)/2);
	}
	#faq .qaList .ttl {
		padding: 1.8rem 3.5rem 2rem 5.5rem;
		min-height: 5rem;
		font-size: 1.6rem;
		background-position: 1.5rem 1.5rem;
		background-size: 3rem;
	}
	#faq .qaList .ttl:after {
		width: 2rem;
		height: 2rem;
	}
	#faq .qaList .txt {
		padding: 0.6rem 1.5rem 1.4rem 5.5rem;
		background-position: 1.5rem top;
		background-size: 3rem;
	}
	#faq .qaList .txt .listImg {
		width: 18rem;
	}
	#faq .subBox:not(:last-child) {
		margin-bottom: 5rem;
	}
}

/* wp-pagenavi */
.wp-pagenavi {
	margin-top: 5rem;
	font-size: 0;
	clear: both;
	text-align: center;
	font-family: Arial, sans-serif;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0 0.5rem;
	height: 5rem;
	width: 5rem;
	font-size: 1.8rem;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-weight: 700;
	border: 1px solid #9FA0A0;
	background-color: #FFFFFF;
	padding: 1rem 0.5rem 0.1rem;
	box-sizing: border-box;
	overflow: hidden;
}
.wp-pagenavi span.current {
	background-color: #3f3e41;
	color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	text-indent: 99.9rem;
	background: #FFFFFF url(img/common/icon02.png) no-repeat center center / 1rem auto;
}
.wp-pagenavi .nextpostslink {
	background-image: url(img/common/icon03.png);
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		background-color: #CCCCCC;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi a,
	.wp-pagenavi span {
		height: 4.5rem;
		width: 4.5rem;
		font-size: 1.5rem;
		padding: 1rem 0.5rem 0.1rem;
	}
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact .pageTtl {
	background-image: url(img/contact/page_bg.jpg);
}
#contact .mainBox {
	margin: 0 auto;
	max-width: 89.1rem;
}
#contact .headLine01 {
	margin-bottom: 3.8rem;
}
#contact .infoBox {
	margin-bottom: 3.2rem;
	padding: 1.1rem 2.3rem 2.3rem;
	border-radius: 1.2rem;
	background-color: #fff;
	border: 0.2rem dotted #707070;
}
#contact .txtList li {
	padding-left: 1.6rem;
	position: relative;
	font-weight: 500;
	line-height: 1.75;
}
#contact .txtList li::after {
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	z-index: 1;
	top: 0.9rem;
	left: 0;
	content: "";
	border-radius: 50%;
	background-color: #00b4e6;
}
#contact .infoBox .txtList {
	margin-bottom: 1.4rem;
	padding-bottom: 1.8rem;
	border-bottom: 1px solid #707070;
}
#contact .infoBox p {
	font-weight: 500;
	color: #3f3e41;
	line-height: 1.25;
}
#contact .infoBox a {
	color: #00B4E6;
}
#contact .infoBox a:hover {
	opacity: 0.7;
}
#contact .title {
	margin-bottom: 1.3rem;
	color: #3f3e41;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
}
#contact .text {
	margin-bottom: 3.8rem;
	text-align: center;
	color: #3f3e41;
}
#contact .mailForm {
	margin-bottom: 6.5rem;
}
#contact table {
	width: 100%;
	border-collapse: collapse;
}
#contact table tr:nth-child(2n) {
	background-color: rgba(0, 180, 320, 0.07);
}
#contact table th,
#contact table td {
	padding: 1.5rem 2.3rem;
	text-align: left;
	color: #3f3e41;
	font-size: 1.4rem;
	font-weight: 500;
	border-top: 1px solid rgba(63, 62, 65, 0.3);
	line-height: 1.42;
	vertical-align: top;
	word-break: break-all;
}
#contact table th {
	padding: 2.3rem 0.5rem;
	position: relative;
	width: 18.6%;
	text-align: right;
}
#contact table th .must {
	padding: 0.2rem 0 0.3rem;
	position: absolute;
	top: 2.5rem;
	left: 1.6rem;
	z-index: 1;
	display: inline-block;
	width: 3.3rem;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	border-radius: 0.4rem;
	background-color: #d24648;
}
#contact table input[type="text"],
#contact table input[type="email"], 
#contact table input[type="tel"],
#contact table textarea {
	padding: 1rem;
	width: 100%;
	height: 3.5rem;
	font-size: 1.4rem;
	font-weight: 500;
	border-radius: 0.3rem;
	box-sizing: border-box;
	box-shadow: 0 0 0.6rem inset rgba(0,0,0,0.16);
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
#contact table input[type="text"]:not(.wpcf7c-conf),
#contact table input[type="email"]:not(.wpcf7c-conf), 
#contact table input[type="tel"]:not(.wpcf7c-conf),
#contact table textarea:not(.wpcf7c-conf) {
	color: #3f3e41;
	border: 1px solid #999;
	background-color: #fff;
}
#contact .confirm table input[type="text"]:-internal-autofill-selected,
#contact .confirm table input[type="email"]:-internal-autofill-selected,
#contact .confirm table input[type="tel"]:-internal-autofill-selected,
#contact .confirm table textarea:-internal-autofill-selected {
    box-shadow: inset 0 0 0 1000px #999 !important;
}
#contact table td p {
	margin-bottom: 1rem;
}
#contact table textarea {
	min-height: 18.7rem;
	resize: vertical;
	display: block;
}
#contact input[type="checkbox"] {
	display: none;
}
#contact input[type="checkbox"] label {
	cursor: pointer;
}
#contact input[type="checkbox"] ~ span {
	padding-left: 3.6rem;
	color: #3f3e41;
	font-size: 1.6rem;
	font-weight: 500;
	display: inline-block;
	background: url(img/common/check_img01.png) no-repeat left center / 2rem;
}
#contact input[type="checkbox"]:checked ~ span {
	background-image: url(img/common/check_img02.png);
}
#contact .confirm input[type="checkbox"] ~ span {
	opacity: 0.7;
	cursor: default;
}
#contact label {
	cursor: pointer;
}
#contact .tr01 td {
	padding: 2rem 2.3rem;
}
#contact .submit {
	margin-top: 2.6rem;
	position: relative;
}
#contact .submit li {
	margin: 0 2rem;
}
#contact .submit input {
    width: 13.7rem;
    padding: 1.2rem 0;
    text-align: center;
	color: #3f3e41;
    font-size: 2rem;
    font-weight: 400;
	text-shadow: 0 0.1rem 0.2rem #fff;
    background-image: linear-gradient(#e1e1e2 0%, #b9b9b9 100%);
	border-radius: 0.7rem;
	box-shadow: none;
	box-sizing: border-box;
    border: 0;
	cursor: pointer;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	transition: .3s;
}
.wpcf7-spinner {
	position: absolute !important;
	left: 50%;
	transform: translateX(-50%);
	bottom: -30px;
}
#contact .noteList {
	margin: 0 1rem;
}
#contact .noteList > li {
	width: 48%;
}
#contact .noteList .ttl {
	margin-bottom: 1rem;
	padding: 0.6rem 0.5rem;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	border-radius: 0.6rem;
	border: 1px solid #00b4e6;
	background-color: #00b4e6;
}
#contact .noteList .txtBox p {
	font-size: 1.4rem;
	line-height: 1.71;
	color: #3f3e41;
}
#contact .noteList .txtBox .txtList li {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.71;
}
#contact .noteList .txtBox .txtList li::after {
	top: 0.7rem;
	width: 1.1rem;
	height: 1.1rem;
}
#contact .wpcf7-list-item {
	margin: 0;
}
/* thanks */
#contact .thanksBox .title {
	margin-bottom: 5rem;
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.75;
}
#contact .thanksBox .back {
	margin: 0 auto;
	width: 16rem;
}
#contact .thanksBox .back a {
	padding: 0.5rem;
	min-height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: 500;
	border-radius: 0.6rem;
	background: #fff url(img/common/icon02.png) no-repeat 1rem center/1rem;
	border: 1px solid #3f3e41;
}
#contact .thanksBox .back a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#contact .submit {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#contact table .wid01 {
		width: 20.1rem !important;
	}
	#contact table .wid02 {
		width: 43.7rem !important;
	}
	#contact table .nameList li:not(:last-child) {
		margin-right: 3.5rem;
	}
	#contact .submit input:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#contact .mainBox {
		max-width: 100%;
	}
	#contact .infoBox {
		margin-bottom: 2rem;
		padding: 1rem 1.5rem;
		border-radius: 0.5rem;
	}
	#contact .txtList li {
		padding-left: 1.6rem;
	}
	#contact .txtList li::after {
		width: 1.2rem;
		height: 1.2rem;
		top: 0.7rem;
	}
	#contact .title {
		font-size: 1.8rem;
	}
	#contact .text {
		margin-bottom: 2rem;
	}
	#contact .mailForm {
		margin-bottom: 3rem;
	}
	#contact table th,
	#contact table td {
		width: 100% !important;
		display: block;
		padding: 1.5rem 1rem !important;
		text-align: left;
	}
	#contact table th {
		text-align: left;
	}
	#contact table td {
		padding-top: 0 !important;
		border-top: 0;
	}
	#contact table th .must {
		margin-right: 0.5rem;
		position: static;
	}
	#contact table .nameList {
		justify-content: space-between;
	}
	#contact table .nameList li {
		width: 48%;
	}
	#contact .submit {
		margin-top: 2.6rem;
	}
	#contact .submit li {
		margin: 0 0 1.5rem;
		text-align: center;
	}
	#contact .submit li:last-child {
		margin-bottom: 0;
	}
	#contact .submit input {
		width: 20rem;
	}
	#contact .noteList {
		margin: 0;
		display: block;
	}
	#contact .noteList > li {
		margin-bottom: 3rem;
		width: auto;
	}
	#contact .noteList > li :last-child {
		margin-bottom: 0;
	}
	/* thanks */
	#contact .thanksBox .title {
		margin-bottom: 3rem;
		font-size: 1.8rem;
	}
}
.errorpage h3 {
	margin-top: 30px;
}
.errorpage .error {
	text-align: center;
}
.errorpage .error p {
	margin-bottom: 40px;
}
.errorpage .error a {
	padding: 0.6rem 3rem;
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 1.8rem;
	font-weight: 700;
	border-radius: 0.6rem;
	border: 1px solid rgb(0, 180, 230);
	background-color: rgb(0, 180, 230);
 }