@charset "utf-8";
/*------------------------------------------------------------
Theme Name: 水道マーケット
Theme URI: null
Description: Description
Version: 1.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 all and (min-width: 897px) and (max-width: 1365px) {
	html {
		font-size: calc(1000vw / 1366);
	}
}
@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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	word-break: break-all;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	overflow: hidden;
	padding-top: 10rem;
}
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;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 6rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	padding: 2.2rem 0;
	background-color: #C8E4F1;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	height: 10rem;
}
#gHeader .hBox {
	margin: 0 auto;
	max-width: 116.6rem;
	display: flex;
	align-items: flex-start;
}
#gHeader .rightBox {
	margin: 1.1rem 0 0 1rem;
	flex: 1;	
}
#gHeader .innerBox {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}
#gHeader .logo img {
	width: 22rem;
}
#gHeader .logo a {
	display: inline-block;
}
#gHeader .logo span {
	margin-bottom: 0.9rem;
	display: block;
	color: #0157B8;
	font-size: 0.8rem;
	font-weight: 500;
}
#gHeader .naviUl {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	gap: 0 1.8rem;
	justify-content: flex-end;
	margin: -0.3rem 2.2rem 0 0;
}
#gHeader .naviUl a {
	font-size: 1.4rem;
	font-weight: 500;
}
@media all and (min-width: 897px) {
	#gHeader .naviUl a:hover {
		opacity: 0.7;
	}
	#gHeader .rightBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0;
		width: 100%;
		background-color: #fff;
		position: fixed;
		bottom: 0;
		left: 0;
		top: auto;
		z-index: 999;
		height: 8rem;
	}
	#gHeader .logo img {
		width: 15rem;
	}
	#gHeader .hBox {
		display: block;
		padding: 3.4rem 2rem 2rem;
	}
	#gHeader .menuBox {
		margin: 0;
		position: fixed;
		bottom: 8rem;
		left: 0;
		width: 100%;
		height: calc(100% - 8rem);
		overflow-y: auto;
		display: none;
		background-color: #fff;
	}
	#gHeader .innerBox {
		display: block;
		padding: 10rem 2rem;
	}
	#gHeader .naviUl {
		display: block;
		margin: 0 0 6.3rem;
		text-align: center;
	}
	#gHeader .naviUl a {
		font-size: 1.8rem;
	}
	#gHeader .naviUl li {
		margin-bottom: 6rem;
	}
	#gHeader .naviUl li:last-child {
		margin-bottom: 0;
	}
}

/* menu */
.menu {
	position: absolute;
	top: 3.2rem;
	right: 2rem;
	height: 2.9rem;
	width: 3rem;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu.on .top {
	transform: translateY(1.4rem) translateX(0) rotate(-45deg);
}
.menu.on .middle {
	opacity: 0;
}
.menu.on .bottom {
	transform: translateY(-1.4rem) translateX(0) rotate(45deg);
}
.menu span {
	background: #333333;
	border: none;
	height: 2px;
	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.4rem;
}
.menu span:nth-of-type(3) {
	top: 2.8rem;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 10rem;
}
#gFooter .fBox {
	padding: 5.4rem 0 5rem;
	background-color: #0157B8;
	color: #fff;
}
#gFooter .content {
	max-width: 116.6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gFooter .rightBox {
	width: 67rem;
	order: 3;
}
#gFooter .flexBox {
	margin-bottom: 2.8rem;
	padding-bottom: 2rem;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #fff;
}
#gFooter .fTitle {
	font-size: 1.7rem;
	font-weight: 700;
	flex: 1;
	margin-top: 0.3rem;
	letter-spacing: 0.07em;
}
#gFooter .comBtn a {
	color: #0157B8;
	background-color: #fff;
}
#gFooter .fNavi {
	margin-right: 4.6rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.7rem 0;
}
#gFooter .fNavi li {
	width: 33.33%;
}
#gFooter .fNavi a {
	padding-left: 1.8rem;
	color: #fff;
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#gFooter .fNavi a::before {
	width: 1rem;
	height: 1.1rem;
	position: absolute;
	top: 0.5rem;
	left: 0;
	background: url("img/common/icon20.png") no-repeat left top / 100% 100%;
	content: "";
}
#gFooter .btmBox {
	padding: 3.2rem 0 2rem;
	min-height: 8rem;
	align-items: flex-start;
}
#gFooter address {
	font-size: 1rem;
	font-weight: 500;
}
#gFooter .linkUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 1rem 1rem;
	font-size: 1rem;
	font-weight: 500;
}
#gFooter .fLogo img {
	width: 28rem;
}
.pageTop {
	position: fixed;
	bottom: 2rem;
	right: 3.2rem;
	z-index: 99;
	width: 4rem;
	display: none;
}
.pageTop a {
	display: block;
}
@media all and (min-width: 897px) {
	.pageTop a:hover {
		opacity: 0.7;
	}
	#gFooter .linkUl a:hover {
		opacity: 0.7;
	}
	#gFooter .fNavi a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-top: 7.1rem;
		padding-bottom: 8rem;
	}
	#gFooter .content {
		display: block;
	}
	#gFooter .fBox .content {
		margin: 0;
	}
	#gFooter .flexBox {
		margin-bottom: 0;
		padding-bottom: 0;
		display: block;
		text-align: center;
		border-bottom: none;
	}
	#gFooter .rightBox {
		margin-bottom: 6rem;
		width: auto;
	}
	#gFooter .fNavi li {
		width: auto;
	}
	#gFooter .fNavi {
		margin-right: 0;
		display: block;
		gap: 0;
	}
	#gFooter .fNavi a::before {
		display: none;
	}
	#gFooter .fNavi a {
		padding: 1.4rem 0;
		display: block;
		text-align: center;
	}
	#gFooter .fNavi li {
		border-bottom: 1px solid #fff;
	}
	#gFooter .linkUl {
		justify-content: flex-start;
	}
	#gFooter .leftBox {
		text-align: center;
	}
	#gFooter .comBtn a {
		border-radius: 0;
		padding: 1.9rem 0 1.7rem;
		width: auto;
		height: auto;
		font-size: 1.4rem;
	}
	#gFooter .comBtn a + a {
		margin-top: 1px;
	}
	#gFooter .comBtn .sml {
		margin: 0;
	}
	#gFooter .fTitle {
		margin: 0 0 2.4rem;
		line-height: 1.8;
	}
	#gFooter .fBox {
		padding: 2.2rem 0 6rem;
	}
	#gFooter .fLogo img {
		width: 25rem;
	}
	#gFooter address {
		margin-top: 1.7rem;
	}
	#gFooter .btmBox {
		padding: 2rem 0;
		min-height: 0;
	}
	.pageTop {
		bottom: 8.7rem;
		right: 1.5rem;
	}
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-lxh */
/* 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;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/

/* comBtn */
.comBtn a {
	padding-bottom: 0.2rem;
	color: #fff;
	width: 12.8rem;
	height: 3.5rem;
	border-radius: 2rem;
	font-size: 1.2rem;
	font-weight: 700;
	background-color: #0477FC;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.comBtn .sml {
	margin: -0.2rem -0.5rem 0 0.4rem;
	font-size: 0.9rem;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
}
.comBtn .inner {
	width: 100%;
	display: block;
}
.comBtn.center {
	justify-content: center;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
	.comBtn.row {
		display: flex;
		gap: 0.5rem;
	}
}
@media all and (max-width: 896px) {
	.comBtn a {
		margin: 0 auto;
		width: 24rem;
		height: 4.5rem;
		border-radius: 5rem;
		font-size: 1.8rem;
	}
	.comBtn a + a {
		margin-top: 1.5rem;
	}
	.comBtn .sml {
		margin: -0.5rem -0.5rem 0 0;
		font-size: 1.4rem;
		display: inline-block;
		vertical-align: middle;
	}
}

/*  */
#pagePath {
	margin-bottom: 3.8rem;
	padding: 1.5rem 0;
}
#pagePath ul {
	margin: 0 auto;
	max-width: 116.6rem;
	display: flex;
	flex-wrap: wrap;
}
#pagePath ul li {
	margin-right: 1.2rem;
	position: relative;
}
#pagePath ul li::after {
	position: absolute;
	top: 0.2rem;
	right: -0.8rem;
	content: "/";
	font-size: 1.2rem;
}
#pagePath ul li:last-child:after {
	display: none;
}
@media all and (min-width: 897px) {
	#pagePath ul a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#pagePath {
		display: none !important;
	}
}


/* headLine01 */
.headLine01 {
	margin-bottom: 9.3rem;
	padding-bottom: 1.4rem;
	text-align: center;
	position: relative;
	color: #0157B8;
	font-size: 3rem;
}
.headLine01::after {
	width: 4rem;
	height: 0.5rem;
	background-color: #0157B8;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	content: "";
	border-radius: 0.3rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 4.3rem;
	}
}

/* headLine02 */
.headLine02 {
	padding: 0.6rem 1.1rem 0.9rem;
	color: #0157B8;
	font-size: 1.8rem;
	font-weight: 700;
	background-color: #DCEBFA;
	line-height: 1.38;
	margin-bottom: 1.2rem;
}

/* headLine04 */
.headLine04 {
	margin-bottom: 4.5rem;
	position: relative;
	font-size: 2.3rem;
}
.headLine04::after {
	margin-top: 0.1rem;
	width: 100%;
	height: 0.4rem;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #0157B8;
	content: "";
}
.headLine04 .inner {
	padding: 0 1.4rem 0 2.8rem;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	position: relative;
	z-index: 10;
}
.headLine04 .inner::before {
	width: 2.1rem;
	height: 2.1rem;
	position: absolute;
	top: 0.8rem;
	left: 0.1rem;
	background-color: #0157B8;
	content: "";
	border-radius: 5rem;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 1.5rem;
	}
}

/* content */
.content {
	margin: 0 auto;
	max-width: 80rem;
}
.content.wid {
	max-width: 116.6rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		max-width: inherit;
	}
}

.mb0 {
	margin-bottom: 0 !important;
}


/*------------------------------------------------------------
	index
------------------------------------------------------------*/


/* informationBox */
.informationBox p,
.informationBox ul {
	margin-bottom: 3.5rem;
	line-height: 1.866;
}
.informationBox .topTxt {
	margin-bottom: 4.5rem;
}
.informationBox .txtUl {
	margin-left: 1.5rem;
	counter-reset: num;
}
.informationBox .txtUl li {
	padding-left: 1.7rem;
	position: relative;
	counter-increment: num;
}
.informationBox .txtUl li::before {
	width: 2.4rem;
	position: absolute;
	top: 0;
	left: -1.1rem;
	text-align: right;
	content: counter(num) '.';
}
.informationBox .txtUl02 li {
	padding-left: 1.5rem;
	position: relative;
}
.informationBox .txtUl02 li::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
}
@media all and (min-width: 897px) {
	.informationBox a:hover {
		opacity: 0.7;
	}
}


/* headLine03 */
.headLine03 {
	margin-bottom: 3.1rem;
	font-size: 1.6rem;
	font-weight: 700;
}
.headLine03 span {
	color: #fff;
	min-width: 15rem;
	border-radius: 2rem;
	background: #0477fc;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0.8rem 0;
}

/* use */
#use .headLine01 {
	margin-bottom: 10rem;
}
#use .headLine02 {
	margin-bottom: 2.6rem;
}
#use .faqDl {
	line-height: 1.866;
	color: #333333;
}
#use .faqDl dt {
	margin-bottom: 1.3rem;
	padding-left: 2rem;
	font-weight: 700;
	position: relative;
}
#use .faqDl dd {
	margin-bottom: 2.6rem;
	padding: 0 0 2.5rem 2rem;
	position: relative;
	border-bottom: 1px solid #EAEAEA;
}
#use .faqDl dd:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
#use .faqDl dt::before,
#use .faqDl dd::before {
	color: #0157B8;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	content: "Q.";
}
#use .faqDl dd::before {
	content: "A.";
	top: 0.4rem;
}
#use .faqDl a {
	color: #0157B8;
	text-decoration: underline;
}
#use .faqDl + .headLine02 {
	margin-top: 2.1rem;
}
#use .txtUl {
	counter-reset: num;
}
#use .txtUl li {
	padding-left: 1.7rem;
	position: relative;
	counter-increment: num;
}
#use .txtUl li::before {
	width: 2.4rem;
	position: absolute;
	top: 0;
	left: -1.1rem;
	text-align: right;
	content: counter(num) '.';
}
@media all and (min-width: 897px) {
	#use .faqDl a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#use .headLine01 {
		margin-bottom: 5rem;
	}
}


/* company */
#company .listDl dt {
	color: #0157B8;
	float: left;
}
#company .listDl dd {
	padding: 0 0 1.8rem 7.5rem;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 1.4rem;
}
#company .listDl dd:last-child {
	border-bottom: none;
}
@media all and (min-width: 897px) {
	#company .content {
		max-width: 50rem;
	}
	#company .headLine01 {
		margin-bottom: 9.6rem;
	}
}

/* comBtn02 */
.comBtn02 {
	margin-top: 2.9rem;
}
.comBtn02 a {
	padding-right: 1.9rem;
	margin: 0 auto;
	width: 28rem;
	height: 5rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #0157B8;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.3rem solid #0157B8;
	background: url("img/common/icon01.png") no-repeat right 1.6rem center / 0.7rem auto;
}
.comBtn02.sml a {
	width: 20rem;
	padding-left: 2rem;
}
.comBtn02.sml02 a {
	width: 15rem;
	height: 3rem;
	border-width: 1px;
	font-size: 1.3rem;
	background-size: 0.9rem auto;
}
.comBtn02.mt0 {
	margin-top: 0;
}
.comBtn02.mt0 a {
	padding-right: 0;
	font-size: 1.3rem;
}
@media all and (min-width: 897px) {
	.comBtn02 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn02.mt0 a {
		padding-top: 0.1rem;
		background-position: right 1.8rem center;
		background-size: 0.7rem auto;
	}
}


/* formBox */
.formBox {
	max-width: 65rem;
	word-break: break-all;
}
.formBox .headLine01 {
	margin-bottom: 10rem;
}
.formBox .formDl {
	word-break: break-all;
}
.formBox .formDl dt {
	padding: 0 0 1.3rem 2.2rem;
	position: relative;
	font-weight: 700;
	font-size: 1.8rem;
}
.formBox .formDl dt::before {
	width: 1.6rem;
	height: 1.6rem;
	position: absolute;
	top: 0.6rem;
	left: 0.1rem;
	background-color: #0157B8;
	content: "";
	border-radius: 5rem;
}
.formBox .formDl dd {
	margin-bottom: 3.5rem;
}
.formBox .formDl dd:last-child {
	margin-bottom: 0 !important;
}
.formBox input[type="text"],
.formBox input[type="email"],
.formBox input[type="tel"],
.formBox input[type="password"],
.formBox textarea,
.formBox select {
	width: 100%;
	height: 4rem;
	color: #000;
	font-size: 1.3rem;
	border-radius: 0;
	padding: 0 1.3rem;
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
	border: 1px solid #B4B4B4;
	background: #fff;
	letter-spacing: 0.05em;
	appearance: none;
	-webkit-appearance: none;
}
.formBox select {
	padding-right: 3rem;
	background: #fff url("img/common/icon08.png") no-repeat right 1rem center;
	background-size: 1.2rem auto;
}
.formBox textarea {
	padding: 0.9rem 1.4rem;
	height: 25rem;
	resize: vertical;
	margin: 0;
}
.formBox input::-webkit-input-placeholder,
.formBox textarea::-webkit-input-placeholder {
	color: #B4B4B4;
	opacity: 1;
}
.formBox input:-moz-placeholder,
.formBox textarea:-moz-placeholder {
	color: #B4B4B4;
	opacity: 1;
}
.formBox input::-moz-placeholder,
.formBox textarea::-moz-placeholder {
	color: #B4B4B4;
	opacity: 1;
}
.formBox input:-ms-input-placeholder,
.formBox textarea:-ms-input-placeholder {
	color: #B4B4B4;
	opacity: 1;
}
.formBox input[type="checkbox"] {
	display: none; 
}
.formBox input[type="checkbox"] ~ span {
	padding: 0.1rem 0 0.2rem 4.4rem;
	line-height: 3.4rem;
	border-radius: 0;
	border: none;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	background: url("../img/common/check_icon01.png") no-repeat left top 0.1rem;
	background-size: 3.4rem 3.4rem;
	letter-spacing: 0;
	cursor: pointer;
}
.formBox input[type="checkbox"]:checked ~ span {
	background-image: url("../img/common/check_icon02.png");
}
.formBox .radioUl {
	margin-left: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem 3.6rem;
	line-height: 1;
}
.formBox .radioUl input[type="radio"],
.formBox .radioUl input[type="checkbox"] {
	display: none; 
}
.formBox .radioUl input[type="radio"] ~ span,
.formBox .radioUl input[type="checkbox"] ~ span {
	padding: 0.2rem 0 0.3rem 2.3rem;
	line-height: 1.8rem;
	border-radius: 0;
	border: none;
	display: inline-block;
	vertical-align: top;
	background: url("img/common/radio_icon01.png") no-repeat left top 0.3rem;
	background-size: 1.8rem 1.8rem;
	letter-spacing: 0;
	cursor: pointer;
	font-size: 1.8rem;
}
.formBox .radioUl input[type="radio"]:checked ~ span,
.formBox .radioUl input[type="checkbox"]:checked ~ span {
	background-image: url("img/common/radio_icon02.png");
}
.formBox .submit {
	margin-top: 4.9rem;
	text-align: center;
	clear: both;
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
	justify-content: center;
}
.formBox .submit li {
	position: relative;
}
.formBox .submit .txt {
	white-space:nowrap;
	font-size: 1.2rem;
	position: absolute;
	bottom: calc(100% + 1.2rem);
	left: 0;
}
.formBox .submit input {
	width: 20rem;
	height: 5rem;
	color: #0157B8;
	font-size: 1.6rem;
	font-weight: 500;
	border-radius: 0;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	transition: 0.3s;
	border-radius: 0;
	background: #fff url("img/common/icon01.png") no-repeat right 1.6rem center;
	background-size: 0.7rem auto;
	border: 0.3rem solid #0157B8;
	text-align: center;
	cursor: pointer;
}
.formBox .submit .search input {
	background-image: url("img/common/icon03.png");
	background-size: 1.9rem auto;
}
.formBox .submit .save input {
	background-color: #FFE44F;
}
.formBox .submit.delete {
	margin-top: 0;
}
.formBox .submit.delete input {
    padding: 0;
    width: 6rem;
    height: 2rem;
    font-size: 1.1rem;
    border-radius: 5rem;
    background-position: right 0.5rem center;
    background-size: 0.5rem auto;
	background: none;
}
.formBox .submit.singleDelete {
	margin-top: 3rem;
}
.formBox .submit.singleDelete input {
	width: 15rem;
    height: 3rem;
	border-radius: 0;
	font-size: 1.3rem;
}
.formBox .notesBox {
	background-color: #C8E4F1;
	line-height: 1.866;
	margin: 5rem 0 4.5rem 0;
	padding: 1.3rem 2rem 1.7rem;
}
.formBox .notesBox p {
	margin-bottom: 2.8rem;
}
.formBox .notesBox p:last-child {
	margin-bottom: 0;
}
.formBox .fileNotes {
	margin: -4.3rem 0 2.4rem 7.5rem;
	line-height: 1.866;
}
.formBox .fileList {
	margin-top: 3rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
}
.formBox .fileList li {
	width: 20rem;
	height: 22rem;
	overflow: hidden;
}
.formBox .fileList li.hide {
	display: none;
}
.formBox .fileList li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.formBox .fileUl li {
	margin-bottom: 1.9rem;
}
.formBox .fileUl li .flexBox {
	display: flex;
	min-height: 2.6rem;
}
.formBox .fileUl li:last-child {
	margin-bottom: 0;
}
.formBox .fileUl .ttl {
	font-weight: 500;
	width: 4.9rem;
}
.formBox .fileUl .a-upload {
	margin-top: 0.1rem;
}
.formBox .fileUl li .wpcf7-not-valid-tip {
	margin-top: 1rem;
}
/* .a-upload */
.formBox .a-upload {
	margin-bottom: 1.1rem;
	position: relative;
	display: block;
	overflow: hidden;
	line-height: 1.5;
}
.formBox .a-upload:last-child {
	margin-bottom: 0;
}
.formBox .a-upload .showFileName {
	padding: 0;
	width: 100%;
	font-size: 1.5rem;
	box-sizing: border-box;
	border-radius: 0;
	border: none;
	background-color: transparent;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.formBox .a-upload .fileerrorTip {
	padding-bottom: 0.2rem;
	width: 14rem;
	height: 2.5rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	background-color: #0477FC;
	border-radius: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.formBox .a-upload .wpcf7-form-control-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	right: 0;
	top: 0;
	z-index: 10;
}
.formBox .a-upload input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	font-size: 0;
	cursor: pointer;
}
.formBox .a-upload:hover {
	text-decoration: none
}
/* forgetTxt */
.formBox .forgetTxt {
	margin-top: 1.5rem;
}
.formBox .forgetTxt a {
	color: #0157B8;
	text-decoration: underline;
}
.formBox .pwdBtn {
	margin-top: 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.formBox .pwdBtn a {
	min-width: 4.5rem;
	padding: 0.4rem 0.2rem;
	border: 1px solid #0157B8;
	border-radius: 5rem;
	color: #0157B8;
	line-height: 1;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
}
.formBox .wpcf7-spinner {
	position: absolute;
	left: -5rem;
	bottom: -3rem;
}
@media all and (min-width: 897px) {
	.formBox .submit input:hover {
		opacity: 0.7;
	}
	.formBox .pwdBtn a:hover {
		opacity: 0.7;
	}
	.formBox .submit.left {
		justify-content: flex-start;
	}
}
@media all and (max-width: 896px) {
	.formBox .headLine01 {
		margin-bottom: 5rem;
	}
	.formBox .radioUl {
		padding-top: 0.5rem;
		display: block;
	}
	.formBox .radioUl li {
		margin-bottom: 1.9rem;
	}
	.formBox .radioUl li:last-child {
		margin-bottom: 0;
	}
	.formBox .submit {
		margin-top: 3.8rem;
	}
	.formBox {
		max-width: inherit;
	}
	.formBox .notesBox {
		margin: 5rem -2rem 4.5rem;
	}
	.formBox .fileNotes {
		margin: -0.7rem 0 1.3rem 0;
	}
	.formBox .fileUl {
		margin-left: 5.6rem;
	}
	.formBox .fileList {
		gap: 2rem 0;
		justify-content: space-between;
	}
	.formBox .fileList li {
		width: calc(50% - 1rem);
		height: auto;
		aspect-ratio: 165/181;
	}
	.formBox .submit .txt {
		width: 100vw;
		left: 50%;
		transform: translate(-50%);
		margin-left: 8.6rem;
	}
	.formBox .fileUl li .wpcf7-not-valid-tip {
		font-size: 1.3rem;
	}
	.formBox .wpcf7-spinner {
		left: 6rem;
	}
}

/* confirmBox */
.confirmBox .formDl dt {
	padding-bottom: 0.8rem;
}
.confirmBox .formDl dd {
	margin-bottom: 2.8rem;
	line-height: 2;
}
.confirmBox .submit {
	margin-top: 4.4rem;
}
.confirmBox .fileList {
	margin-top: 0.8rem;
}
@media all and (max-width: 896px) {
	.confirmBox .submit {
		margin-top: 6.1rem;
	}
	
}

/* thanksBox */
.thanksBox .headLine01 {
	margin-bottom: 5rem;
	padding-bottom: 0;
	font-size: 2.5rem;
	line-height: 1.95;
}
.thanksBox .headLine01::after {
	display: none;
}
.thanksBox p {
	line-height: 1.866;
}
.thanksBox .comFlow {
	margin-bottom: 4.2rem;
}
.thanksBox .comBtn02 {
	margin-top: 4.5rem;
}
.thanksBox .comBtn02 a {
	padding-left: 1.9rem;
	width: 22rem;
}
@media all and (max-width: 896px) {
	.thanksBox .headLine01 {
		margin-bottom: 4.2rem;
		line-height: 1.8;
	}
	.thanksBox .comFlow {
		margin-bottom: 4.7rem;
	}
	.thanksBox p {
		letter-spacing: -0.05em;
	}
	.thanksBox .comBtn02 {
		margin-top: 6.8rem;
	}
}



/* comFlow */
.comFlow {
	margin-bottom: 4.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comFlow li {
	width: 18.6rem;
	height: 5.6rem;
	background: #b4b4b4;
	border: 0.3rem solid #b4b4b4;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	position: relative;
}
.comFlow li.on {
	background-color: #0157b8;
	border-color: #0157b8;
	z-index: 10;
}
.comFlow li.current {
	color: #0157b8;
	background-color: #F0F8FA;
}
.comFlow li::before {
	width: 4.6rem;
	height: 0.2rem;
	position: absolute;
	top: 50%;
	left: -4.9rem;
	background-color: #B4B4B4;
	content: "";
}
.comFlow li.on::before {
	background-color: #0157b8;
}
.comFlow li:first-child::before {
	display: none;
}
@media all and (max-width: 896px) {
	.comFlow {
		display: block;
	}
	.comFlow li {
		margin: 0 auto 3rem;
	}
	.comFlow li:last-child {
		margin-bottom: 0;
	}
	.comFlow li::before {
		width: 0.2rem;
		height: 3rem;
		top: -3.3rem;
		left: 50%;
	}
}



/* comSnsUl */
.comSnsUl {
	margin-top: 5rem;
}
.comSnsUl li {
	margin-bottom: 3rem;
}
.comSnsUl li:last-child {
	margin-bottom: 0;
}
.comSnsUl a {
	margin: 0 auto;
	padding: 0 1.8rem;
	width: 35rem;
	height: 6rem;
	border: 1px solid #B4B4B4;
	display: flex;
	font-size: 1.8rem;
	font-weight: 500;
	align-items: center;
	text-align: center;
}
.comSnsUl .flex {
	width: 100%;
	align-items: center;
}
.comSnsUl img {
	width: 4rem;
	flex-shrink: 0;
}
.comSnsUl .txt {
	padding-right: 4rem;
	flex: 1;
}
@media all and (min-width: 897px) {
	.comSnsUl a:hover {
		opacity: 0.7;
	}
}

/* post */
.post .thanksBox .headLine01 {
	font-size: 3rem;
	margin-bottom: 10rem;
	padding-bottom: 1.4rem;
	line-height: 1.5;
}
.post .thanksBox .headLine01::after {
	display: block;
}
.post .thanksBox .btmTxt {
	margin-top: 3.2rem;
	text-align: center;
	color: #0157B8;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.8;
}
.post .thanksBox p {
	line-height: 2;
}
.post .thanksBox .comBtn02 {
	margin-top: 4.1rem;
}
@media all and (max-width: 896px) {
	.post .thanksBox .headLine01 {
		margin-bottom: 5.1rem;
	}
	.post .thanksBox .comFlow {
		margin-bottom: 4.1rem;
	}
	.post .thanksBox .btmTxt {
		letter-spacing: 0;
	}
	.post .thanksBox .comBtn02 {
		margin-top: 4.2rem;
	}
}

/* publish */
#publish .sec01 .content {
	max-width: 116.6rem;
}
#publish .sec01 .headLine01 {
	margin-bottom: 8rem;
}
#publish .sec01 .subBox {
	margin-bottom: 2.9rem;
	padding-bottom: 3.1rem;
	display: flex;
	justify-content: space-between;
	background: url("img/publish/line.png") repeat-x left bottom / 1.2rem auto;
}
#publish .sec01 .subBox:last-child {
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#publish .sec01 .subBox .photo {
	width: 55.3rem;
	position: relative;
}
#publish .sec01 .subBox .photo::before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #0157B8;
	z-index: 10;
	content: "";
	box-sizing: border-box;
}
#publish .sec01 .subBox .photo img {
	width: 100%;
}
#publish .sec01 .subBox .textBox {
	flex: 1;
	margin: -0.7rem 0 0 6rem;
}
#publish .sec01 .subBox .textBox p {
	margin-bottom: 2.8rem;
	line-height: 1.866;
}
#publish .sec01 .subBox .textBox p:last-child {
	margin-bottom: 0;
}
#publish .sec01 .subBox .headLine03 {
	color: #0157B8;
	margin-bottom: 1.8rem;
	font-size: 2.3rem;
}
#publish .sec01 {
	margin-bottom: 9rem;
}
#publish .contactBox {
	margin-bottom: -10rem;
	max-width: inherit;
}
#publish .formBox .headLine01 {
	margin-bottom: 5.1rem;
}
#publish .formBox .content {
	max-width: 65rem;
}
#publish .formBox .bg {
	padding: 4.5rem 0;
	background-color: #d8ecf5;
}
#publish .formBox .topTxt {
	margin-bottom: 6.5rem;
	line-height: 1.866;
}
#publish .formBox input[type="text"],
#publish .formBox input[type="email"],
#publish .formBox input[type="tel"],
#publish .formBox textarea {
	border: none;
}
#publish .confirmBox .headLine01 {
	margin-bottom: 9.5rem;
}
#publish .confirmBox .topTxt {
	margin-bottom: 4.6rem;
}
#publish .thanksBox .headLine01 {
	line-height: 1.8;
	margin-bottom: 4.4rem;
}
#publish .thanksBox .comFlow {
	margin: 5.6rem 0 5rem;
}
@media all and (max-width: 896px) {
	#publish .sec01 .subBox {
		margin-bottom: 3rem;
  		padding-bottom: 2.5rem;
		display: block;
	}
	#publish .sec01 .subBox .photo {
		width: auto;
		margin-bottom: 2.4rem;
	}
	#publish .sec01 .subBox .textBox {
		margin: 0;
	}
	#publish .sec01 .headLine01 {
		margin-bottom: 3.2rem;
	}
	#publish .sec01 .subBox:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#publish .sec01 {
		margin-bottom: 8.3rem;
	}
	#publish .formBox .headLine01 {
		margin-bottom: 4.1rem;
	}
	#publish .formBox .bg {
		padding: 3.2rem 0 7rem;
	}
	#publish .formBox .topTxt {
		margin-bottom: 3.8rem;
	}
	#publish .formBox .comFlow {
		margin-bottom: 2.6rem;
	}
	#publish .confirmBox .headLine01 {
		margin-bottom: 4.6rem;
	}
	#publish .confirmBox .topTxt {
		margin-bottom: 8.8rem;
	}
	#publish .thanksBox .headLine01 {
		margin-bottom: 3.5rem;
	}
	#publish .thanksBox .comFlow {
		margin: 4.4rem 0 -1.8rem;
	}
	#publish .contactBox {
		margin-bottom: -7.1rem;
	}
	#publish .formBox .content {
		max-width: inherit;
	}
}

form .error {
	margin-top: 0.5rem;
	color: #f00;
}


/* searchBox */
.searchBox {
	margin-bottom: 9.3rem;
	padding: 7rem 8.8rem 5rem;
	max-width: inherit;
	background-color: rgba(200,228,241, 0.7);
	border-radius: 1.6rem;
	position: relative;
}
.searchBox .title {
	padding: 0.7rem 0 0.8rem;
	width: 100%;
	max-width: 99rem;
	position: absolute;
	top: -2.5rem;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	border-radius: 2.5rem;
	background-color: #0157B8;
	font-size: 2.3rem;
	font-weight: 700;
	text-align: center;
}
.searchBox .title img {
	width: 2.3rem;
	display: inline-block;
	vertical-align: middle;
	margin: -0.5rem 0 0 0.7rem;
}
.searchBox .subBox {
	margin-bottom: 4.8rem;
}
.searchBox .flexBox {
	display: flex;
	justify-content: space-between;
}
.searchBox .flexBox .subBox {
	width: calc(50% - 3.5rem);
}
.searchBox input[type="text"] {
	border: none;
}
.searchBox .submit + .subBox {
	margin-top: 4.8rem;
}
@media all and (min-width: 897px) {
	.searchBox .flexBox + .submit {
		margin-top: 0;
	}
}
@media all and (max-width: 896px) {
	.searchBox .title {
		padding: 0.9rem 0 1.1rem;
		width: 90%;
		font-size: 2rem;
		max-width: 30rem;
	}
	.searchBox .title img {
		margin: -0.4rem -1.4rem 0 2rem;
	}
	.searchBox .flexBox {
		display: block;
	}
	.searchBox .flexBox .subBox {
		width: auto;
	}
	.searchBox {
		margin-bottom: 5rem;
		border-radius: 1.2rem;
		padding: 6rem 2rem 5rem;
	}
	.searchBox .subBox {
		margin-bottom: 2.5rem;
	}
	.searchBox .submit {
		margin-top: 3rem;
	}
}


/* headLine05 */
.headLine05 {
	margin-bottom: 1.3rem;
	padding-left: 2.2rem;
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
}
.headLine05::before {
	width: 1.6rem;
	height: 1.6rem;
	position: absolute;
	top: 0.6rem;
	left: 0.1rem;
	background-color: #0157B8;
	content: "";
	border-radius: 5rem;
}

/* comTypeUl */
.comTypeUl {
	display: flex;
	flex-wrap: wrap;
	gap: 2.8rem 3rem;
}
.comTypeUl li {
	width: 14rem;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	cursor: pointer;
}
.comTypeUl p,
.comTypeUl .txt {
	line-height: 1.42;
	display: block;
}
.comTypeUl .image {
	margin-bottom: 0.7rem;
	height: 14rem;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.3rem solid #fff;
}
.comTypeUl .image span {
	display: flex;
	width: 9.5rem;
	height: 8.5rem;
	align-items: center;
	justify-content: center;
}
.comTypeUl .image span img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.comTypeUl .on .image {
	border-color: #0157B8;
}
.comTypeUl input[type="radio"] {
	display: none;
}
.comTypeUl input[type="radio"] ~ .inner {
	display: block;
	cursor: pointer;
}
.comTypeUl input[type="radio"]:checked ~ .inner .image {
	border-color: #0157B8;
}

@media all and (max-width: 896px) {
	.comTypeUl li {
		width: 9rem;
		font-size: 1.3rem;
	}
	.comTypeUl .image {
		margin-bottom: 0.8rem;
		height: 9rem;
	}
	.comTypeUl {
		gap: 1.9rem 2rem;
	}
	.comTypeUl p,
	.comTypeUl .txt {
		margin: 0 -1rem;
		line-height: 1.3;
	}
	.comTypeUl .image span {
		width: 6.2rem;
		height: 6.2rem;
	}
}

/* plumber */
#plumber .headLine01 {
	margin-bottom: 12.5rem;
}
#plumber .resultBox .topBox {
	padding-bottom: 1.3rem;
	display: flex;
	align-items: center;
	border-bottom: 0.4rem solid #0157B8;
}
#plumber .resultBox .topBox .comNum {
	flex: 1;
	margin-left: 1.1rem;
}
@media all and (max-width: 896px) {
	#plumber .resultBox .topBox {
		padding-bottom: 1.4rem;
		display: block;
		border-bottom: 0.4rem solid #0157B8;
	}
	#plumber .resultBox .topBox .comNum {
		margin-left: 0;
	}
	#plumber .headLine01 {
		margin-bottom: 7.6rem;
	}
	#plumber .resultBox .topBox .comSort {
		margin-bottom: 1.4rem;
	}
}


/* comSort */
.comSort select {
	width: 16.5rem;
	height: 3.5rem;
	font-size: 1.2rem;
	border-radius: 5rem;
	padding: 0 1.3rem;
	font-weight: 700;
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
	background-color: #0477FC;
	border: none;
	color: #fff;
	letter-spacing: 0.05em;
	appearance: none;
	-webkit-appearance: none;
	text-align: center;
	text-align-last: center;
}

/* comNum */
.comNum {
	font-weight: 500;
}
.comNum.btm {
	margin-top: 1.4rem;
}

/* comShowBox */
.comShowBox {
	padding: 2.1rem 0 2.8rem 0;
	border-bottom: 0.4rem solid #0157B8;
}
.comShowBox .title {
	margin-bottom: 1.4rem;
	font-weight: 700;
	font-size: 2.3rem;
	line-height: 1.5;
}
.comShowBox .titleBox {
	margin: 0 0 1.8rem auto;
	width: calc(100% - 39.2rem);
}
.comShowBox .imgBox {
	display: flex;
	line-height: 1.866;
}
.comShowBox .imgBox .photo {
	width: 35rem;
	margin: -0.3rem 4.2rem 0 0;
	position: relative;
}
.comShowBox .imgBox .photo.news::before {
	width: 8rem;
	height: 8rem;
	position: absolute;
	top: 0;
	left: 0;
	background: url("img//common/news_icon.png") no-repeat left top / 100% 100%;
	content: "";
}
.comShowBox .imgBox .photo img {
	width: 100%;
}
.comShowBox .imgBox .textBox {
	flex: 1;
	padding-top: 1.3rem;
	border-top: 1px solid #EAEAEA;
}
.comShowBox .imgBox .textBox.nobor {
	margin-top: -1.8rem;
	padding-top: 0;
	border-top: none;
}
@media all and (min-width: 897px) {
	.comShowBox .title a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comShowBox .imgBox .photo {
		width: auto;
		margin: 0 0 1.4rem;
	}
	.comShowBox .imgBox {
		display: block;
	}
	.comShowBox .titleBox {
		margin: 0 0 1.8rem;
		width: auto;
	}
	.comShowBox .imgBox .textBox {
		padding-top: 1.2rem;
	}
	.comShowBox .imgBox .textBox.nobor {
		margin-top: 0;
		padding-top: 0;
	}
	.comShowBox {
		padding: 2.8rem 0 2.8rem 0;
	}
	
}

/* comGrade */
.comGrade {
	display: flex;
	align-items: flex-start;
	font-size: 1.8rem;
	font-weight: 500;
}
.comGrade .txt {
	margin: -0.3rem 0 0 0.8rem;
	display: inline-block;
}
.comGrade p {
	line-height: 1.5 !important;
}

/* comStar */
.comStar {
	display: flex;
	flex-wrap: wrap;
	gap: 0 0.4rem;
}
.comStar img {
	width: 2.3rem;
	height: 2.2rem;
}

/* comList */
.comList {
	margin-top: 1.6rem;
	border-top: 1px solid #EAEAEA;
	font-size: 1.2rem;
	line-height: 1.66;
}
.comList li {
	padding: 0.8rem 0 0.8rem;
	border-bottom: 1px solid #EAEAEA;
	display: flex;
}
.comList li:last-child {
	border-bottom: none;
}
.comList .icon {
	margin: 0.1rem 0.7rem 0 0;
	width: 1.7rem;
}
.comList .txt {
	flex: 1;
}

/* comTypeUl02 */
.comTypeUl02 {
	margin: 0.4rem -0.6rem 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem 0.6rem;
}
.comTypeUl02 li {
	width: 6.5rem;
	height: 6.4rem;
	border: 1px solid #EAEAEA;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: 1.42;
	text-align: center;
}
.comTypeUl02 .image {
	margin: 0 auto -0.6rem;
	width: 4.2rem;
	height: 4.7rem;
	display: flex;
	align-items: baseline;
	justify-content: center;
}
.comTypeUl02 .image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.comTypeUl02 .txt {
	min-height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media all and (max-width: 896px) {
	.comTypeUl02 {
		margin: 0.7rem -0.6rem 0 0;
		gap: 0.5rem 0.5rem;
	}
	.comTypeUl02 li {
		height: 6.5rem;
	}
}


/* wp-pagenavi */
.wp-pagenavi,
.page-numbers {
	margin-top: 3.4rem;
	font-size: 0;
	clear: both;
	text-align: center;
}
.wp-pagenavi {
	display: flex;
	justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 1.8rem;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	padding: 0;
	margin: 0 1.4rem;
	line-height: 1;
	letter-spacing: 0.1em;
	order: 5;
}
.wp-pagenavi span.current {
	color: #0477FC;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .extend {
	margin: 0;
	letter-spacing: 0.08em;
}
.wp-pagenavi img {
	width: 2.3rem;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	margin-top: -0.1rem;
}
.wp-pagenavi .previouspostslink {
	order: 3;
}
.wp-pagenavi .nextpostslink {
	order: 6;
}
.page-numbers li {
	display: inline-block;
	vertical-align: top;
}
.page-numbers a,
.page-numbers span {
	font-size: 1.8rem;
	font-weight: 500;
	text-decoration: none;
	padding: 0;
	margin: 0 1.4rem;
	line-height: 1;
	letter-spacing: 0.1em;
}
.page-numbers .current {
	color: #2d6bbf;
}
.page-numbers img {
	width: 2.3rem;
}
.page-numbers .dots {
	margin: 0;
	letter-spacing: 0.08em;
}
@media all and (min-width: 897px) {
	.page-numbers a:hover,
	.wp-pagenavi a:hover {
		color: #0477FC;
	}
	.page-numbers .prev:hover,
	.page-numbers .next:hover,
	.wp-pagenavi .previouspostslink:hover,
	.wp-pagenavi .nextpostslink:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi,
	.page-numbers {
		margin: 2.8rem -2rem 0;
	}
	.page-numbers .prev,
	.page-numbers .next,
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink 	{
		margin: -0.1rem 1rem 0;
	}
}


/* detailBox */
#plumber .detailBox {
	margin: -2.7rem 0 9rem;
	padding-top: 3.8rem;
	border-top: 0.4rem solid #0157B8;
	display: flex;
	justify-content: space-between;
}
#plumber .detailBox .leftBox {
	width: 35rem;
}
#plumber .detailBox .rightBox {
	margin-top: -0.5rem;
	width: calc(100% - 39.2rem);
}
#plumber .detailBox .imgUl li {
	overflow: hidden;
	aspect-ratio: 350/238;
}
#plumber .detailBox .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#plumber .detailBox .photoBox {
	margin-bottom: 2.9rem;
	position: relative;
}
#plumber .detailBox .arrowUl li {
	width: 3rem;
	position: absolute;
	top: 50%;
	left: -1rem;
	transform: translateY(-50%);
	cursor: pointer;
	transition: 0.3s;
}
#plumber .detailBox .arrowUl .next {
	left: auto;
	right: -1rem;
}
#plumber .detailBox .comGrade {
	margin-bottom: 4.1rem;
}
#plumber .detailBox .btmTxt {
	font-weight: 500;
	line-height: 2;
}
#plumber .detailBox .btmTxt a {
	color: #0157B8;
	text-decoration: underline;
}
#plumber .listBox .comNum {
	margin-bottom: 1.7rem;
}
#plumber .listBox .headLine01 img {
	width: 4.1rem;
	display: inline-block;
	vertical-align: middle;
	margin: -1.1rem 1.1rem 0 0;
}
#plumber .listBox .headLine01 {
	margin-bottom: 1.1rem;
}
#plumber .listBox .comBtn03 {
	margin-top: 5rem;
}
#plumber .listBox .comBtn03 li {
	width: 30rem;
}
@media all and (min-width: 897px) {
	#plumber .detailBox .btmTxt a:hover {
		opacity: 0.7;
	}
	#plumber .detailBox .arrowUl li:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#plumber .detailBox .leftBox {
		width: auto;
	}
	#plumber .detailBox {
		margin: -2.7rem 0 4.4rem;
		padding-top: 2.9rem;
		display: block;
	}
	#plumber .detailBox .rightBox {
		margin-top: 0;
		width: auto;
	}
	#plumber .detailBox .comGrade {
		margin-bottom: 3.3rem;
	}
	#plumber .detailBox .btmTxt {
		margin-top: 2.1rem;
	}
	#plumber .listBox .headLine01 img {
		width: 4.1rem;
		display: block;
		margin: 0 auto 0.4rem;
	}
	#plumber .listBox .headLine01 {
		margin-bottom: 3.5rem;
	}
	#plumber .listBox .comNum {
		margin-bottom: 1.3rem;
	}
	#plumber .listBox .comBtn03 li {
		width: auto;
	}
}




/* comListDl */
.comListDl {
	line-height: 1.66;
	display: flex;
	flex-wrap: wrap;
}
.comListDl dt {
	padding: 0.9rem 0 1.1rem;
	width: 10.5rem;
	border-bottom: 1px solid #EAEAEA;
}
.comListDl dd {
	padding: 0.9rem 0 1.1rem;
	width: calc(100% - 10.5rem);
	border-bottom: 1px solid #EAEAEA;
}
.comListDl dd:last-child {
	margin-bottom: 0;
}
.comListDl dd a {
	color: #0157B8;
}
.comListDl dd a[href^="tel:"] {
	color: #000;
	opacity: 1 !important;
}
.comListDl .comTypeUl02 {
	margin: 0;
	padding: 0.6rem 0;
	max-width: 45rem;
}
@media all and (min-width: 897px) {
	.comListDl dd a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comListDl .spCenter {
		margin-bottom: 0;
		display: flex;
		align-items: center;
	}
}


/* comBtn03 */
ul.comBtn03 {
	margin-top: 1.5rem;
	display: flex;
	justify-content: center;
	gap: 0 3.4rem;
}
ul.comBtn03 li {
	width: 37rem;
}
.comBtn03 a {
	width: 100%;
	display: flex;
	color: #0157B8;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 500;
	background: url("img/common/icon13.png") no-repeat right 2.3rem center;
	background-size: 1.3rem auto;
}
.comBtn03 .icon {
	height: 8rem;
	width: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0157B8;
}
.comBtn03 .icon img {
	width: 4.5rem;
}
.comBtn03 .txt {
	flex: 1;
	display: flex;
	align-items: center;
	border: 0.3rem solid #0157B8;
	border-left: none;
	padding: 0 4rem 0.2rem 1.8rem;
}
.comBtn03 .contact {
	color: #84CA3D;
	background-image: url("img/common/icon14.png");
}
.comBtn03 .contact .icon {
	background-color: #84CA3D;
}
.comBtn03 .contact .txt {
	border-color: #84CA3D;
}
@media all and (min-width: 897px) {
	.comBtn03 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	ul.comBtn03 {
		margin-top: 2rem;
		display: block;
	}
	ul.comBtn03 li {
		width: auto;
		margin-bottom: 2rem;
	}
	ul.comBtn03 li:last-child {
		margin-bottom: 0;
	}
	.comBtn03 a {
		margin: 0 auto;
		max-width: 35rem;
	}
}


/* comReview */
.comReview {
	margin-bottom: 8.8rem;
	position: relative;
	padding: 5rem 0;
}
.comReview::before {
	width: 999.9rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #C8E4F1;
	content: "";
	z-index: -1;
}
.comReview .flexBox {
	margin: 0 auto;
	max-width: 95rem;
	display: flex;
	justify-content: space-between;
}
.comReview .flexBox .title {
	margin-left: -3.3rem;
	font-size: 3rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	flex: 1;
}
.comReview .flexBox .title img {
	width: 4.1rem;
	display: inline-block;
	vertical-align: middle;
	margin: -1.1rem 1.1rem 0 0;
}
.comReview .rightBox {
	width: 66.6rem;
	padding: 2.4rem 4rem;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comReview .listDl {
	margin-left: 1rem;
	padding-right: 1rem;
	width: 32rem;
	font-size: 1.8rem;
	font-weight: 500;
}
.comReview .listDl dt {
	float: left;
}
.comReview .listDl dd {
	margin-bottom: 0.9rem;
	padding: 0 0 1.2rem 12.4rem;
	border-bottom: 1px solid #EAEAEA;
}
.comReview .listDl dd:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.comReview .reviewList {
	width: 16rem;
}
.comReview .reviewList .comStar {
	width: 13.5rem;
}
.comReview .reviewList .txt {
	margin: -0.4rem 0 0 0;
	width: 1.5rem;
	text-align: right;
}
.comReview .reviewList li {
	margin-bottom: 1.1rem;
}
.comReview .reviewList li:last-child {
	margin-bottom: 0;
}
.comReview .listDl .comGrade {
	margin-top: 0.3rem;
}
@media all and (max-width: 896px) {
	.comReview .flexBox {
		max-width: inherit;
		display: block;
	}
	.comReview .flexBox .title {
		margin: 0 0 2.5rem 0;
		font-size: 3rem;
		display: block;
		text-align: center;
	}
	.comReview .rightBox {
		width: auto;
		padding: 1.5rem 2rem 1.8rem;
		display: block;
	}
	.comReview {
		margin-bottom: 5rem;
		padding: 2.7rem 0 3rem;
	}
	.comReview .listDl {
		margin-left: 0;
		padding-right: 0;
		width: auto;
	}
	.comReview .listDl .comGrade {
		margin-top: 0;
		position: relative;
		top: 0.3rem;
	}
	.comReview .listDl dd {
		padding: 0 0 1.5rem 12.4rem;
	}
	.comReview .reviewList {
		width: calc(100% - 12.4rem);
		margin: 2.7rem 0 0 auto;
	}
}


/* comShowBox02 */
.comShowBox02 {
	margin-bottom: 3rem;
	padding: 3.9rem 3.9rem 2.8rem;
	border: 1px dashed #3EAEEF;
	border-radius: 1rem;
	display: flex;
	word-break: break-all;
}
.comShowBox02 .leftBox {
	width: 52.3rem;
	margin: -0.7rem 4rem 0 0;
}
.comShowBox02 .rightBox {
	flex: 1;
}
.comShowBox02 .imgUl {
	display: flex;
	flex-wrap: wrap;
	gap: 2.3rem;
}
.comShowBox02 .imgUl li {
	width: calc((100% - 2.3rem) / 2);
}
.comShowBox02 p {
	line-height: 1.866;
}
.comShowBox02 .title {
	margin-bottom: 1.5rem;
	font-size: 2.3rem;
}
.comShowBox02 .borBox {
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 2.2rem;
	margin-bottom: 1.6rem;
}
.comShowBox02 .comGrade {
	margin-bottom: 2.7rem;
}
.comShowBox02 .imgUl img {
	width: 100%;
}
@media all and (min-width: 897px) {
	.comShowBox02 .imgUl.row3 {
		gap: 1.2rem;
	}
	.comShowBox02 .imgUl.row3 li {
		width: calc((100% - 2.4rem) / 3);
	}
}
@media all and (max-width: 896px) {
	.comShowBox02 {
		margin-bottom: 3rem;
		padding: 1rem 2rem 1.9rem;
		display: block;
	}
	.comShowBox02 .leftBox {
		width: auto;
		margin: 0;
	}
	.comShowBox02 .title {
		margin-bottom: 1.5rem;
		line-height: 1.56;
	}
	.comShowBox02 .comPrice {
		margin-right: -1.8rem;
	}
	.comShowBox02 .borBox {
		margin-bottom: 1.3rem;
	}
	.comShowBox02 .imgUl {
		display: block;
	}
	.comShowBox02 .imgUl li {
		width: auto;
		margin-bottom: 2rem;
	}
	.comShowBox02 .imgUl li:last-child {
		margin-bottom: 0;
	}
	.comShowBox02 .rightBox {
		margin: 2.6rem auto 0;
		width: 80.8%;
	}
	
}

/* comPrice */
.comPrice {
	line-height: 1 !important;
	font-weight: 700;
	font-size: 2rem;
}
.comPrice .ttl {
	width: 8.6rem;
	font-size: 1.4rem;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background-color: #DCDCDC;
	padding: 0.7rem 0;
	margin: -2rem 1.3rem 0 0;
}
.comPrice .col {
	color: #0477FC;
}
.comPrice .num {
	margin-right: 0.4rem;
	font-size: 3.5rem;
	font-weight: 900;
}
@media all and (max-width: 896px) {
	.comPrice .ttl {
		margin: -1.5rem 1.3rem 0 0;
	}
}


/* login */
#login {
	margin-top: -10rem;
	padding: 23.7vh 0;
}
#login .logo {
	margin-bottom: 6.6rem;
	text-align: center;
}
#login .logo span {
	margin-top: 3rem;
	padding: 0.8rem 0;
	min-width: 15.5rem;
	display: inline-block;
	vertical-align: top;
	border-radius: 5rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	background-color: #0477FC;
}
#login .logo img {
	width: 29rem;
}
#login .formBox .formDl dt {
	font-size: 1.5rem;
	padding: 0 0 1.2rem 1.8rem;
}
#login .formBox .formDl dt::before {
	width: 1.4rem;
	height: 1.4rem;
	top: 0.5rem;
}
#login .formBox .formDl dd {
	margin-bottom: 2.5rem;
}
#login .centerTxt {
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.44;
}
#login .comBtn02 {
	margin-top: 4.5rem;
}
#login.out {
	padding: 31.8vh 0;
}
#login.out .logo {
	margin-bottom: 4.3rem;
}
#login .snsTxt {
	margin: 2rem 0 2.2rem;
	text-align: center;
	font-weight: 500;
}
#login.user {
	padding: 15.3vh 0;
}
#login.user .submit {
	margin-top: 2.8rem;
}
#login .resetBox .headLine01 {
	margin-bottom: 7.4rem;
}
#login .resetBox .formDl dt {
	margin-bottom: 2.7rem;
	padding: 0;
	color: #333333;
	font-size: 1.8rem;
	text-align: center;
}
#login .resetBox .formDl dt::before {
	display: none;
}
@media all and (min-width: 897px) {
	#login .comSnsUl {
		margin: 0 auto;
		max-width: 62rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 2rem 0;
	}
	#login .comSnsUl li {
		margin: 0;
		width: calc(50% - 1rem);
	}
	#login .comSnsUl a {
		width: 100%;
		font-size: 1.6rem;
		height: 5rem;
	}
	#login .comSnsUl img {
		width: 3.1rem;
	}
	#login .comSnsUl .txt {
		padding-right: 3rem;
	}
	#login.user .logo {
		margin-bottom: 3.5rem;
	}
	#login .formBox {
		max-width: 40rem;
	}
}
@media all and (max-width: 896px) {
	#login {
		margin-top: -6rem;
		padding: 24.6vh 0;
	}
	#login.user {
		padding: 12.3vh 0;
	}
	#login .logo {
		margin-bottom: 9.6rem;
	}
	#login .formBox .submit {
		margin-top: 4.8rem;
	}
	#login .comBtn02 {
		margin-top: 5.3rem;
	}
	#login .comSnsUl {
		margin-top: 0;
	}
	#login .snsTxt {
		margin: 2.5rem 0 2.7rem;
	}
	#login.user .formBox .submit {
		margin-top: 2.9rem;
	}
}



/* mainBox */
.mainBox {
	margin-top: -10rem;
	display: flex;
	justify-content: space-between;
}
.contsBox {
	padding: 4rem 8.6rem 4rem 2rem;
	margin-left: auto;
	width: calc(100% - 30rem);
}
.contsBox .content {
	max-width: 92rem;
}
.headerBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 30rem;
	height: 100%;
	background-color: #0157B8;
	overflow-y: auto;
	z-index: 10;
}
.headerBox .hBox {
	padding: 8.3rem 0 4rem 10rem;
}
.headerBox .logo {
	margin-bottom: 8.3rem;
}
.headerBox .logo img {
	width: 13rem;
}
.headerBox .logo .txt {
	margin-top: 1.3rem;
	padding: 0.5rem 0;
	color: #0157B8;
	font-size: 1rem;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	min-width: 13rem;
	line-height: 1;
	border-radius: 5rem;
	text-align: center;
	letter-spacing: 0.5em;
	background-color: #fff;
}
.headerBox .naviUl {
	margin-left: -2.7rem;
}
.headerBox .naviUl a {
	padding-left: 2.5rem;
	color: #fff;
	height: 6rem;
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	font-weight: 700;
	border-radius: 5rem 0 0 5rem;
}
.headerBox .naviUl .icon {
	width: 2.5rem;
}
.headerBox .naviUl .icon .img {
	display: none;
}
.headerBox .naviUl .txt {
	margin-left: 1rem;
	flex: 1;
}
.headerBox .outBtn {
	margin-top: 22.8rem;
}
.headerBox .outBtn a {
	padding-bottom: 0.2rem;
	width: 13rem;
	height: 2rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	background-color: #004499;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
}
.contsBox .formTxt {
	margin: -0.6rem 0 2.7rem 0;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.833;
}
.headerBox .outBtn.on a {
	color: #004499;
	background-color: #fff;
}
@media all and (min-width: 897px) {
	.headerBox .naviUl a:hover {
		color: #0157B8;
		background-color: #fff;
	}
	.headerBox .naviUl a:hover .icon .img {
		display: block;
	}
	.headerBox .naviUl a:hover .icon .over {
		display: none;
	}
	.headerBox .outBtn a:hover {
		color: #004499;
		background-color: #fff;
	}
	.headerBox .naviUl .on a {
		color: #0157B8;
		background-color: #fff;
	}
	.headerBox .naviUl .on .icon .img {
		display: block;
	}
	.headerBox .naviUl .on .icon .over {
		display: none;
	}
}
@media all and (max-width: 896px) {
	.headerBox {
		padding: 0;
		width: 100%;
		background-color: #fff;
		position: fixed;
		bottom: 0;
		top: auto;
		left: 0;
		z-index: 999;
		height: 8rem;
	}
	.headerBox .logo img {
		width: 15rem;
	}
	.headerBox .hBox {
		display: block;
		padding: 2.8rem 2rem 2rem;
	}
	.contsBox {
		padding: 3rem 0 15rem;
		margin-left: 0;
		width: auto;
	}
	.mainBox {
		margin-top: -6rem;
		display: block;
	}
	.headerBox .logo {
		margin-bottom: 0;
	}
	.headerBox .menuBox {
		margin: 0;
		display: block;
		position: fixed;
		bottom: 8rem;
		left: 0;
		width: 100%;
		height: calc(100% - 8rem);
		overflow-y: auto;
		display: none;
		background-color: #0157B8;
	}
	.headerBox .innerBox {
		display: block;
		padding: 21vh 2rem;
	}
	.headerBox .menu {
		top: 2.6rem;
	}
	.headerBox .outBtn a {
		margin: 0 auto;
	}
	.headerBox .naviUl a {
		font-size: 1.8rem;
		padding-left: 4.4rem;
	}
	.headerBox .naviUl {
		margin: 0 auto;
		max-width: 26rem;
	}
	.headerBox .naviUl .icon {
		width: 3.1rem;
	}
	.headerBox .naviUl .txt {
		margin: -0.3rem 0 0 1.3rem;
	}
	.headerBox .naviUl li {
		margin-bottom: 4.1rem;
	}
	.headerBox .naviUl li:last-child {
		margin-bottom: 0;
	}
	.headerBox .outBtn {
		margin-top: 8.5rem;
	}
	.headerBox .outBtn a {
		margin: 0 auto;
		width: 16.2rem;
		font-size: 1.2rem;
		height: 2.5rem;
	}
}


/* headLine06 */
.headLine06 span {
	padding: 0.7rem 2.2rem 0.9rem;
	background-color: #0477FC;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 5rem;
}


/* topFlex */
.topFlex {
	margin-bottom: 3rem;
	display: flex;
	align-items: center;
}
.topFlex .leftBox {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.topFlex .userLink {
	order: 3;
}
.topFlex .leftBox .comBtn04 {
	margin-left: 1.8rem;
}
@media all and (max-width: 896px) {
	.topFlex {
		display: block;
	}
	.topFlex .userLink {
		margin-bottom: 3rem;
	}
}

/* comBtn04 */
.comBtn04 a {
	padding: 0 1.5rem 0.2rem;
	width: 6rem;
	height: 2rem;
	color: #0157B8;
	font-size: 1.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #0157B8;
	border-radius: 5rem;
	line-height: 1;
	background: #FFE44F url("img/common/icon01.png") no-repeat right 0.6rem center;
	background-size: 0.5rem auto;
}
@media all and (min-width: 897px) {
	.comBtn04 a:hover {
		opacity: 0.7;
	}
}

/* userLink */
.userLink {
	min-width: 13.3rem;
	color: #0157B8;
	font-size: 1.2rem;
	font-weight: 500;
	white-space:nowrap;
}
.userLink a {
	color: #0157B8;
	display: inline-flex;
	align-items: center;
}
.userLink .inner {
	display: flex;
	align-items: center;
}
.userLink .txt {
	margin-top: -0.2rem;
	flex: 1;
}
.userLink .icon {
	margin-right: 0.7rem;
	width: 2rem;
}
@media all and (min-width: 897px) {
	.userLink a:hover {
		opacity: 0.7;
	}
}

/* formBox02 */
.formBox02 {
	max-width: inherit;
}
.formBox02 input[type="text"],
.formBox02 input[type="email"],
.formBox02 input[type="tel"],
.formBox02 input[type="password"],
.formBox02 textarea,
.formBox02 select {
	height: 3rem;
	font-size: 1.2rem;
	padding: 0 0.9rem;
	letter-spacing: 0;
}
.formBox02 textarea {
	height: 5.5rem;
	line-height: 1.833;
}
.formBox02 .radioUl {
	gap: 0.9rem 2.3rem;
}
.formBox02 .radioUl.wid {
	gap: 0.9rem 0;
}
.formBox02 .radioUl.wid li {
	min-width: 18.7rem;
	padding-right: 1rem;
}
.formBox02 .radioUl input[type="radio"] ~ span,
.formBox02 .radioUl input[type="checkbox"] ~ span {
	padding: 0.2rem 0 0.1rem 1.7rem;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.3rem;
	background-size: 1.3rem 1.3rem;
}
.formBox02 .fileNotes {
	margin: -0.6rem 0 1.5rem 0;
	line-height: 1.833;
}
.formBox02 .fileUl {
	font-size: 1.3rem;
}
.formBox02 .a-upload .fileerrorTip {
	padding-bottom: 0.2rem;
	width: 10rem;
	height: 2rem;
	font-size: 1.1rem;
}
.formBox02 .fileUl .a-upload {
	margin-top: 0;
}
.formBox02 .fileUl .ttl {
	width: 4.3rem;
}
.formBox02 .fileUl li {
	margin-bottom: 1.4rem;
	min-height: 2.1rem;
}
.formBox02 .submit {
	margin-top: 5.8rem;
}
.formBox02 .submit input {
	width: 15rem;
	height: 3rem;
	border-width: 1px;
	font-size: 1.3rem;
	background-size: 0.9rem auto;
}
.formBox02 .fileList {
	margin: 0;
}
.formBox02 * + .fileList {
	margin-top: 1.9rem;
}
@media all and (min-width: 897px) {
	.formBox02 .radioUl.wid {
		margin: -0.3rem -27rem 0 0;
	}
	.formBox02 .fileList {
		margin-right: -27rem;
	}
}
@media all and (max-width: 896px) {
	.formBox02 .radioUl {
		margin-top: -0.3rem;
		padding-top: 0;
		display: flex;
	}
	.formBox02 .radioUl li {
		margin-bottom: 0;
	}
	.formBox02 textarea {
		height: 11.8rem;
	}
	.formBox02 .radioUl.wid li {
		min-width: auto;
		padding-right: 0;
		margin-bottom: 0.9rem;
	}
	.formBox02 .radioUl.wid {
		display: block;
	}
	.formBox02 .radioUl.wid li:last-child {
		margin-bottom: 0;
	}
	.formBox02 .fileNotes {
		margin: 0.5rem 0 1.5rem 0;
	}
	.formBox02 .fileUl {
		margin-left: 0;
	}
	.formBox02 .fileList {
		margin: 0 3.8rem 0 0;
		display: block;
	}
	.formBox02 * + .fileList {
		margin-top: 1.8rem;
	}
	.formBox02 .fileList li {
		margin-bottom: 1.1rem;
		width: auto;
		aspect-ratio: 165/181;
	}
	.formBox02 .fileList li:last-child {
		margin-bottom: 0;
	}
	.formBox02 .submit input {
		background-position: right 1.8rem center;
		background-size: 0.7rem auto;
	}
}

/* comTable */
.comTable {
	width: 100%;
	border-collapse: collapse;
}
.comTable th,
.comTable td {
	padding: 1rem 0 0.9rem;
	font-size: 1.2rem;
	line-height: 1.66;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #E6E6E6;
}
.comTable tr:last-child th,
.comTable tr:last-child td {
	border-bottom: none;
}
.comTable th {
	width: 14.1%;
	color: #fff;
	font-weight: 500;
	background-color: #4086DE;
	text-align: center;
}
.comTable .must {
	margin: -0.5rem 1rem 0 -1.1rem;
	width: 4rem;
	color: #4086DE;
	font-size: 1.1rem;
	border-radius: 2rem;
	background-color: #FFE44F;
	line-height: 1;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	padding: 0.4rem 0 0.5rem;
}
.comTable td {
	padding: 1.1rem 27rem 0.8rem 2rem;
}
.comTable .notes {
	margin: 0.7rem 0 -0.2rem;
	font-size: 1rem;
}
.editTable th,
.editTable td {
	padding-top: 1.5rem;
	padding-bottom: 1.4rem;
}
.manageTable {
	min-width: 92rem;
}
.manageTable .ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 30rem;
	overflow: hidden;
	display: inline-block;
}
.manageTable td,
.manageTable th {
	padding: 1rem 0.5rem !important;
	width: auto;
	text-align: center;
}
.manageTable th {
	padding: 1rem 0;
	letter-spacing: 0.05em;
}
.manageTable .wid01 {
	width: 12%;
}
.manageTable .wid02 {
	width: 21%;
}
.manageTable .wid03 {
	width: 8.5%;
}
.manageTable .wid04 {
	width: 7.5%;
}
.manageTable .wid05 {
	width: 30.8%;
}
.manageTable .wid06 {
	width: 11.5%;
}
.manageTable .wid07 {
	width: 15.5%;
}
.manageTable .wid08 {
	width: 6%;
}
.manageTable .wid09 {
	width: 46.2%;
}
.manageTable .comBtn02 {
	margin-top: 0;
}
.manageTable .comBtn02 a {
	padding: 0;
	width: 6rem;
	height: 2rem;
	font-size: 1.1rem;
	border-radius: 5rem;
	background-position: right 0.5rem center;
	background-size: 0.5rem auto;
}
@media all and (max-width: 896px) {
	.comTable td {
		padding: 1.1rem 0 1.1rem 2rem;
	}
	.comTable th {
		width: 26.4%;
		padding-left: 1rem;
		padding-right: 1rem;
		white-space: nowrap;
	}
	.comTable .must {
		margin: 0 auto 0.6rem;
		display: block;
	}
	.editTable th,
	.editTable td {
		padding-top: 1.5rem;
		padding-bottom: 1.4rem;
	}
	.manageTable {
		min-width: 92.6rem;
	}
	.manageTable .ellipsis {
		width: 25rem;
	}
}

.scrollBox {
	overflow-x: auto;
	padding-bottom: 4rem;
}
/* simplebar */
.simplebar ::-webkit-scrollbar {
	display: none !important;
}
.simplebar-scrollbar::before {
	background-color: #0477FC;
	opacity: 1 !important;
	left: 0;
	right: 0;
	border-radius: 0 !important;
	overflow: hidden;
	top: 0;
	bottom: 0;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
	top: 0;
	bottom: 0;
}
.simplebar-track {
	background-color: #DCDCDC;
}
.simplebar-track.simplebar-vertical {
	width: 10px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	left: 0;
	top: 0;
	height: 10px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
	height: 100%;
	left: 0;
	right: 0;
}
.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 10px;
}
.scrollBox ::-webkit-scrollbar {
    display: none;
}
@media all and (max-width: 896px) {
	.scrollBox {
		margin-right: -2rem;
	}
	.simplebar-track {
		right: 2rem;
	}
}


/* comList02 */
.comList02 {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem 2.9rem;
}
.comList02 > li {
	width: calc((100% - 8.7rem) / 4);
}
.comList02 a {
	height: 100%;
	display: block;
	border: 1px solid #0157B8;
}
.comList02 .photo {
	aspect-ratio: 270 / 180;
	overflow: hidden;
}
.comList02 .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comList02 .title {
	margin-top: 1rem;
	margin-bottom: 1.1rem;
	font-size: 1.6rem;
	font-weight: 700;
}
.comList02 .btmBox {
	padding: 0.8rem 1.4rem 0.9rem;
}
.comList02 .comList .txt {
	font-size: 1rem;
	line-height: 2;
}
.comList02 .textBox {
	padding: 0 1.4rem;
}
.comList02 .lable {
	margin: -1.2rem -1.4rem 2rem;
}
.comList02 .lable span {
	padding: 0.5rem 0.6rem 0.7rem;
	display: inline-block;
	min-width: 12rem;
	color: #fff;
	background-color: #3EAEEF;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	vertical-align: top;
}
.comList02 .comStar {
	gap: 0 0.3rem;
}
.comList02 .comStar img {
	width: 2rem;
	height: 2rem;
}
.comList02 .comList {
	margin-top: 0;
}
.comList02 .comList .icon {
	margin: 0.1rem 0.5rem 0 0;
}
@media all and (min-width: 897px) {
	.comList02 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comList02 {
		display: block;
	}
	.comList02 > li {
		margin-bottom: 2rem;
		width: auto;
	}
	.comList02 > li:last-child {
		margin-bottom: 0;
	}
	.comList02 .imgBox {
		display: flex;
		justify-content: space-between;
	}
	.comList02 .photo {
		aspect-ratio: 270 / 180;
		width: 47%;
	}
	.comList02 .textBox {
		padding: 0 1.5rem 0 1.5rem;
		flex: 1;
	}
	.comList02 .lable {
		margin: 0 -1.5rem 0.8rem;
	}
	.comList02 .title {
		margin-bottom: 1rem;
	}
	.comList02 .btmBox {
		padding: 1.2rem 1.8rem 0.7rem;
	}
}

/* comList03 */
.comList03 {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem 3rem;
	font-size: 1.3rem;
}
.comList03 li {
	width: calc((100% - 9rem) / 4);
	background-color: #fff;
	border: 0.3rem solid #F38FBB;
	position: relative;
}
.comList03 .talkTxt {
	padding-bottom: 0.3rem;
	width: 12.5rem;
	height: 8.7rem;
	position: absolute;
	top: -7rem;
	left: -2.1rem;
	font-size: 2.5rem;
	font-weight: 900;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("img/common/talk_bg01.png") no-repeat left top / 100% 100%;
	line-height: 1;
}
.comList03 .talkTxt small {
	margin-top: 1rem;
	font-size: 1.6rem;
	font-weight: 700;
	display: inline-block;
	vertical-align: bottom;
}
.comList03 .title {
	padding: 1rem 0 1.4rem;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	background-color: #F38FBB;
	text-align: center;
}
.comList03 .itme02 {
	border-color: #FFB132;
}
.comList03 .itme02 .title {
	background-color: #FFB132;
}
.comList03 .itme02 .talkTxt {
	background-image: url("img/common/talk_bg02.png");
}
.comList03 .itme03 {
	border-color: #84CA3D;
}
.comList03 .itme03 .title {
	background-color: #84CA3D;
}
.comList03 .itme03 .talkTxt {
	font-size: 2.3rem;
	background-image: url("img/common/talk_bg03.png");
}
.comList03 .itme04 {
	border-color: #8788F0;
}
.comList03 .itme04 .title {
	background-color: #8788F0;
}
.comList03 .itme04 .talkTxt {
	background-image: url("img/common/talk_bg04.png");
}
.comList03 .image {
	aspect-ratio: 540 / 370;
	overflow: hidden;
}
.comList03 .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comList03 .comPrice {
	font-size: 1.5rem;
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 1.8rem;
	margin-bottom: 1.3rem;
}
.comList03 .comPrice .ttl {
	width: 6rem;
	font-size: 1rem;
	padding: 0.4rem 0 0.6rem;
	margin: -1.2rem 0.8rem 0 0;
}
.comList03 .comPrice .num {
	font-size: 2.5rem;
}
.comList03 .btmTxt {
	line-height: 1.92;
}
.comList03 .btmBox {
	padding: 2.7rem 1.2rem 1.6rem;
}
@media all and (max-width: 896px) {
	.comList03 {
		display: block;
	}
	.comList03 li {
		margin-bottom: 6.4rem;
		width: auto;
	}
	.comList03 li:last-child {
		margin-bottom: 0;
	}
	.comList03 .innerBox {
		display: flex;
	}
	.comList03 .title {
		order: 3;
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.comList03 .image {
		aspect-ratio: 540 / 358;
		width: 50%;
	}
	.comList03 .comPrice {
		text-align: center;
	}
	.comList03 .btmBox {
		min-height: 13.8rem;
		padding: 1.9rem 1.7rem 1.2rem;
	}
	.comList03 .talkTxt {
		padding-bottom: 0.3rem;
		top: -4.8rem;
		left: 50%;
		transform: translateX(-50%);
		font-size: 2.5rem;
	}
}

/* mainVisual */
.mainVisual {
	margin-bottom: 3.5rem;
	background-color: #A8D9EF;
}
.mainVisual .image {
	padding: 2.8rem 5.2rem 2.4rem 0;
	text-align: center;
}
.mainVisual .image img {
	max-width: 92.1rem;
	width: 100%;
}
.mainVisual .btmBox {
	padding: 1.8rem 0 1.4rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	background-color: #0157B8;
	position: relative;
}
.mainVisual .btmBox::before {
	width: 3.6rem;
	height: 3.1rem;
	position: absolute;
	bottom: -2.3rem;
	left: 50%;
	transform: translateX(-50%);
	background: url("img/common/icon21.png") no-repeat left top / 100% 100%;
	content: "";
}
.mainVisual .btmBox p {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 1;
}
.mainVisual .btmBox p span {
	margin: 0 1.5rem;
}
.mainVisual .btmBox img {
	margin: -0.3rem 1rem 0 0;
	width: 3.2rem;
	display: inline-block;
	vertical-align: middle;
}
@media all and (max-width: 896px) {
	.mainVisual .image img {
		max-width: 32.1rem;
	}
	.mainVisual .image {
		padding: 4rem 0 0 0;
		margin-bottom: -0.7rem;
		position: relative;
		z-index: 10;
	}
	.mainVisual .btmBox {
		padding: 1.4rem 0 1.1rem;
		font-size: 1.3rem;
	}
	.mainVisual .btmBox p {
		margin: 0 auto;
		max-width: 31.8rem;
		justify-content: flex-start;
	}
	.mainVisual .btmBox p span {
		margin: 0 -3rem 0.8rem 0;
		display: block;
	}
	.mainVisual .btmBox p span:last-child {
		margin-bottom: 0;
	}
	.mainVisual .btmBox img {
		margin: -0.3rem 0.6rem 0 0;
		width: 2.6rem;
	}
	.mainVisual .btmBox::before {
		width: 2.6rem;
		height: 2.1rem;
		bottom: -1.2rem;
	}
	.mainVisual {
		margin-bottom: 2rem;
	}
}

/* headLine07 */
.headLine07 {
	margin-bottom: 2.1rem;
	color: #0157B8;
	text-align: center;
	font-size: 2.3rem;
}
.headLine07 .inner {
	padding: 0 4.9rem;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.headLine07 .inner::after,
.headLine07 .inner::before {
	width: 0.8rem;
	height: 117%;
	position: absolute;
	top: -0.1rem;
	left: 0;
	border-radius: 1rem;
	background: #0157B8;
	content: "";
	transform: rotate(-28deg);
}
.headLine07 .inner::after {
	left: auto;
	right: 0;
	transform: scaleX(-1) rotate(-28deg);
}
.headLine07 .sml {
	margin-top: 0.2rem;
	display: block;
	font-size: 1.5rem;
}
@media all and (max-width: 896px) {
	.headLine07 {
		font-size: 1.8rem;
	}
	.headLine07 .sml {
		margin-top: 0.4rem;
		font-size: 1.2rem;
	}
	.headLine07 .inner {
		padding: 0 4.8rem;
	}
}

/* comBtn05 */
.comBtn05 {
	margin-top: 2.1rem;
}
.comBtn05 a {
	margin: 0 auto;
	padding: 0 2rem 0.2rem;
	color: #0157B8;
	width: 13rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	font-weight: 500;
	background: #fff url("img/common/icon01.png") no-repeat right 1rem center;
	background-size: 0.5rem auto;
}
@media all and (min-width: 897px) {
	.comBtn05 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn05 {
		margin-top: 2.2rem;
	}
	.comBtn05 a {
		padding: 0 2rem 0.2rem;
		width: 11.6rem;
		height: 2.7rem;
		font-size: 1rem;
	}
}



#contact .radioUl {
	display: block;
	gap: inherit;
}
#contact .radioUl .wpcf7-form-control {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem 3.6rem;
}
#contact .radioUl .wpcf7-list-item {
	margin-left: 0;
}
@media all and (max-width: 896px) {
	#contact .radioUl .wpcf7-form-control {
		display: block;
	}
	#contact .radioUl .wpcf7-list-item {
		display: block;
		margin-bottom: 1.9rem;
	}
}

.noResult {
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
}
.formBox .hideBox {
	display: none;
}
.pwSendTxt {
	margin-bottom: 2rem;
	text-align: center;
}
.submitLogin {
	margin: 0 -2rem;
}
.submitLogin .comBtn02 {
	margin-top: 0 !important;
}
.submitLogin .comBtn02 a {
	width: 20rem;
	height: 5rem;
}


@media all and (min-width: 897px) {
	#contact form {
		padding-top: 12rem;
		margin-top: -12rem;
	}
}
.mt {
	margin-top: 2rem;
}