@charset "utf-8";
/* =====================================
■COMMON
===================================== */
/*--------------------------------------
textcolor
--------------------------------------*/
.txtColor {
	background: rgb(250, 235, 215);
}
.txtColorB {
	color: rgb(255, 0, 0);
}
.txtColorC {
	background: rgb(175, 238, 238);
}
.txtColorD {
	background: rgb(255, 240, 245);
}
.txtLink {
	text-decoration: underline !important;
	vertical-align: baseline;
}
.bgLine {
	background: linear-gradient(transparent 72%, #FFE34B 0%);
	padding-bottom: 1px;
}
.telA a {
	color: #333 !important;
	font-size: 23px;
	text-align: center;
	font-weight: 400;
}
.telA a:hover {
	opacity: 0.5;
}
/* -------------------------------------
Elementor
------------------------------------- */
/* general
------------------------------------- */
.elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0;
}
#blogDetail .elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0;
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0;
}
.imgFrame a {
	background: #fff;
}
.imgFrame img {
	border: 1px solid #fff;
}
.elementor a {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		padding: 0;
	}
}

/* 見出し
------------------------------------- */
.elementor-heading-title {
	padding: inherit;
	margin: inherit;
	line-height: inherit;
}

/* 画像ボックス
------------------------------------- */
.elementor-widget-image-box .elementor-image-box-wrapper {
	display: block !important;
}
.elementor-widget-image-box .elementor-image-box-content {
	text-align: left !important;
	word-break: break-all;
	white-space: pre-wrap;
}
div:not(.graphicBox) .elementor-image-box-title {
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #2374c6;
	text-shadow: 2px 2px 3px rgb(0 0 0 / 20%);
	background-image: -webkit-linear-gradient(top,#2c7acc,#1f6cbc,#153753);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0 0 3px;
	position: relative;
}
div:not(.graphicBox) .elementor-image-box-title small {
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #666;
}
div:not(.graphicBox) .elementor-image-box-title .num {
	display: inline-block;
	vertical-align: top;
	width: 33px;
	height: 33px;
	background: #99bd49;
	border-radius: 50%;
	font-size: 20px;
	line-height: 33px;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	margin-right: 10px;
	margin-top: 2px;
}
div:not(.graphicBox) .elementor-image-box-img {
	display: block !important;
	width: 33.5% !important;
	float: right;
	margin: 0 0 10px 10px !important;
	text-align: right;
}
div:not(.graphicBox).img_l .elementor-image-box-img {
	float: left;
	margin: 0 10px 10px 0 !important;
}
div:not(.graphicBox).auto_width .elementor-image-box-img {
	width: auto !important;
}
.elementor-widget-image .elementor-image a {
	background: #fff;
}
div:not(.graphicBox) .elementor-widget-image .elementor-image a img {
	width: 100%;
}
figcaption.widget-image-caption.wp-caption-text {
	font-size: 14px;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	div:not(.graphicBox) .elementor-image-box-img,
	div:not(.graphicBox).img_l .elementor-image-box-img {
		width: 100% !important;
		float: none;
		margin: 0 auto 10px !important;
		text-align: center;
	}
	div:not(.graphicBox).auto_width .elementor-image-box-img {
		text-align: center;
	}
}

/* 画像ボックス--フリー
------------------------------------- */
.graphicBox .elementor-container,
.graphicBox .elementor-row,
.graphicBox .elementor-column,
.graphicBox .elementor-column-wrap,
.graphicBox .elementor-widget-wrap {
	display: block !important;
}
.graphicBox .photo {
	display: block !important;
	float: right;
	width: 43.5% !important;
	margin: 0 0 10px 10px !important;
	z-index: 1;
}
.img_l.graphicBox .photo {
	float: left;
	margin: 0 10px 10px 0 !important;
}
.auto_width.graphicBox .photo {
	width: auto !important;
}
.graphicBox .elementor-widget-image {
	text-align: right;
}
.graphicBox .elementor-clearfix:after {
	display: none !important;
}
.graphicBox .context {
	width: auto !important;
}
.graphicBox .context .elementor-image {
	overflow: hidden;
}
.contextOver {
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.graphicBox .photo,
	.img_l.graphicBox .photo {
		width: 100% !important;
		float: none;
		margin: 0 auto 10px !important;
	}
	.graphicBox .elementor-widget-image {
		text-align: center;
	}
}

/* ボタン
------------------------------------- */
.btn {
	display: block;
}
.elementor-widget-button {
	line-height: 1;
}
.elementor-image-box-wrapper .btn {
	margin-top: 10px;
}
.elementor-button,
.btn a {
	display: inline-block;
	width: 100% !important;
	max-width: 240px;
	background: #333333;
	background: -webkit-gradient(linear, left top, right top, color-stop(0.20, #585858), color-stop(1.00, #000000));
	background: -webkit-linear-gradient(left top, #585858 20%, #000000 100%);
	background: -moz-linear-gradient(left top, #585858 20%, #000000 100%);
	background: -o-linear-gradient(left top, #585858 20%, #000000 100%);
	background: -ms-linear-gradient(left top, #585858 20%, #000000 100%);
	background: -linear-gradient(left top, #585858 20%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#000',GradientType=0 );
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0.15em;
	color: #fff !important;
	text-align: right;
	padding: 1px 9px 1px !important;
	border-radius: 5px !important;
	box-sizing: border-box;
	position: relative;
	transition: all 0.6s ease;
	overflow: hidden;
}
.full .elementor-button,
.btn a {
	max-width: 100%;
}
.elementor-button .elementor-button-content-wrapper,
.btn a span {
	display: inline-block;
	padding-left: 37px;
	position: relative;
	z-index: 2;
}
.elementor-button .elementor-button-content-wrapper:before,
.btn a span:before {
	content: "";
	width: 28px;
	height: 7px;
	background: url(/wp-content/uploads/ico_arrow01.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
}
.elementor-button:hover,
.btn a:hover {
	opacity: 0.8;
}

/* アコーディオン
------------------------------------- */
.elementor-accordion .elementor-accordion-item {
	border: none;
}
.elementor-accordion .elementor-accordion-item:not(:last-child) {
	margin-bottom: 10px;
}
.elementor-accordion .elementor-tab-title {
	background: #E7E8E8;
	font-size: 25px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	color: #717171;
	text-align: center;
	margin: 0;
	padding: 24px 70px 27px 20px;
	position: relative;
}
.elementor-accordion .elementor-tab-title:before {
	content: "";
	width: 3px;
	height: 21px;
	background: #429FC8;
	border-radius: 5px;
	position: absolute;
	right: 44px;
	top: 50%;
	margin-top: -10px;
}
.elementor-accordion .elementor-tab-title:after {
	content: "";
	width: 21px;
	height: 3px;
	background: #429FC8;
	border-radius: 5px;
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -1px;
}
.elementor-accordion .elementor-tab-title.elementor-active:before {
	opacity: 0;
}
.elementor-accordion .elementor-tab-title a {
	color: #717171 !important;
}
.elementor-accordion .elementor-tab-content {
	padding: 28px 30px 26px;
	border: 5px solid #E7E8E8;
	border-top: none;
	background: #fff;
	text-align: center;
}
.elementor-accordion .elementor-tab-content .circleList {
	display: inline-block;
	line-height: 1.6;
	color: #717171;
}
.elementor-accordion .elementor-tab-content .circleList > li:not(:first-child) {
	margin-top: 5px;
}
.elementor-accordion .elementor-tab-content .circleList > li:before {
	width: 15px;
	height: 15px;
	background: rgba(66, 159, 200, 0.67);
	top: 5px;
}

@media screen and (max-width: 767px) {
	.elementor-accordion .elementor-tab-title {
		font-size: 18px;
		padding: 15px 30px 18px 15px;
	}
	.elementor-accordion .elementor-tab-title:before {
		content: "";
		width: 2px;
		height: 12px;
		right: 15px;
		margin-top: -6px;
	}
	.elementor-accordion .elementor-tab-title:after {
		content: "";
		width: 12px;
		height: 2px;
		right: 10px;
	}
	.elementor-accordion .elementor-tab-content {
		padding: 20px;
	}
}

/* LightBox
--------------------------------------*/
.elementor-slideshow__header {
	box-sizing: border-box;
}
.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
	padding: 10px;
	background: #fff;
	box-sizing: border-box;
}

/* リスト
------------------------------------- */
.listTit {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 2px;
}
.elementor-icon-list-items .elementor-icon-list-item a {
	display: inline;
	width: auto;
}

/* circleList */
.circleList .elementor-icon-list-items li,
ul.circleList > li {
	padding: 0 0 0 15px;
	position: relative;
}
.circleList .elementor-icon-list-items li:before,
ul.circleList > li:before {
	content: "";
	width: 8px;
	height: 8px;
	background: url(/wp-content/uploads/menu01_img10-1.gif) no-repeat;
	position: absolute;
	left: 0;
	top: 7px;
}

/* checkList */
.checkList .elementor-icon-list-items li,
ul.checkList > li {
	padding: 0 0 0 20px;
	position: relative;
}
.checkList .elementor-icon-list-items li:before,
ul.checkList > li:before {
	display: block;
	content: "";
	width: 9px;
	height: 3px;
	border: transparent 2px solid;
	border-left: 2px solid #b20000;
	border-bottom: 2px solid #b20000;
	position: absolute;
	left: 2px !important;
	top: 6px;
	transform: rotate(-62deg);
	box-sizing: content-box;
}

/* iconList */
.iconList .elementor-icon-list-items li,
ul.iconList > li {
	padding: 0 0 0 15px;
	position: relative;
	text-align: left;
}
.iconList .elementor-icon-list-items li:before,
ul.iconList > li:before {
	content: "";
	width: 6px;
	height: 8px;
	background: url(/wp-content/uploads/qa_icon.gif) no-repeat left top;
	position: absolute;
	top: 4px;
	left: 0;
}
.iconList .elementor-icon-list-items li a,
ul.iconList > li a {
	color: #FF7D26;
}
.qaBox {
	background: url(/wp-content/uploads/menu01_bg.jpg) repeat-y;
	padding: 4px 2px;
	margin: 0 20px;
	font-weight: bold;
}
/* borderList */
.borderList .elementor-icon-list-items li {
	padding: 4px 3px 2px;
	border-bottom: 1px solid #487CDD;
	position: relative;
}

/* link_A */
.arrowListBox {
	background: #eeeeee;
	padding: 15px;
	text-align: center;
}
.arrowList .elementor-icon-list-items li {
	display: inline-block;
	padding: 3px 0 3px 15px;
	margin: 0 calc(25px/2);
	position: relative;
}
.arrowList .elementor-icon-list-items li a {
	color: #22201E;
	text-decoration: none;
	position: relative;
}
.arrowList .elementor-icon-list-items li a:hover {
	color: #99BD49;
	text-decoration: underline;
}
.arrowList .elementor-icon-list-items li a:before {
	content: "";
	border-left: 8px solid #99BD49;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	left: -15px;
	top: 4px;
	transition: all 0.5s;
}
.arrowList .elementor-icon-list-items li a:hover:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* 番号リスト */
.numList .elementor-icon-list-items,
ul.numList {
	counter-reset: li;
}
.numList .elementor-icon-list-items li,
ul.numList > li {
	padding: 0 0 0 25px;
	position: relative;
}
.numList .elementor-icon-list-items li:not(:first-child),
ul.numList > li:not(:first-child) {
	margin-top: 10px;
}
.numList .elementor-icon-list-items li:before,
ul.numList > li:before {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 0;
}
.numList .elementor-icon-list-items li:nth-child(1):before,
ul.numList > li:nth-child(1):before {
	background: url(/wp-content/uploads/icon_num1.gif) no-repeat;
}
.numList .elementor-icon-list-items li:nth-child(2):before,
ul.numList > li:nth-child(2):before {
	background: url(/wp-content/uploads/icon_num2.gif) no-repeat;
}
.numList.numListGreen .elementor-icon-list-items li:before,
ul.numList.numListGreen > li:before {
	width: 18px;
	height: 18px;
}
.numList.numListGreen .elementor-icon-list-items li.num1:before,
ul.numList.numListGreen > li.num1:before {
	background: url(/wp-content/uploads/listicon_1.jpg) no-repeat;
}
.numList.numListGreen .elementor-icon-list-items li.num2:before,
ul.numList.numListGreen > li.num2:before {
	background: url(/wp-content/uploads/listicon_2.jpg) no-repeat;
}
.numList.numListGreen .elementor-icon-list-items li.num3:before,
ul.numList.numListGreen > li.num3:before {
	background: url(/wp-content/uploads/listicon_3.jpg) no-repeat;
}
.numList.numListGreen .elementor-icon-list-items li.num4:before,
ul.numList.numListGreen > li.num4:before {
	background: url(/wp-content/uploads/listicon_4.jpg) no-repeat;
}
.numList.numListGreen .elementor-icon-list-items li.num5:before,
ul.numList.numListGreen > li.num5:before {
	background: url(/wp-content/uploads/listicon_5.jpg) no-repeat;
}
.numList.numListGreen .elementor-icon-list-items li.num6:before,
ul.numList.numListGreen > li.num6:before {
	background: url(/wp-content/uploads/listicon_6.jpg) no-repeat;
}
.numList.numListGreen .elementor-icon-list-items li.num7:before,
ul.numList.numListGreen > li.num7:before {
	background: url(/wp-content/uploads/listicon_7.jpg) no-repeat;
}
.numList.numListGreen .elementor-icon-list-items li.num8:before,
ul.numList.numListGreen > li.num8:before {
	background: url(/wp-content/uploads/listicon_8.jpg) no-repeat;
}

.column2List .elementor-icon-list-items li {
	display: inline-block !important;
	width: 48.5%;
	box-sizing: border-box;
	padding-right: 10px !important;
	vertical-align: top;
}
.column3List .elementor-icon-list-items li {
	display: inline-block !important;
	width: 31.5%;
	box-sizing: border-box;
	padding-right: 10px !important;
	vertical-align: top;
}
.columnList .elementor-icon-list-items li {
	display: inline-block !important;
	width: auto;
	box-sizing: border-box;
	vertical-align: top;
	margin: 0 20px !important;
}

@media screen and (max-width: 767px) {
	.arrowListBox {
		padding: 15px 20px;
		text-align: left;
	}
	.arrowList .elementor-icon-list-items li {
		display: block;
		margin: 0;
	}
	.column2List .elementor-icon-list-items li,
	.column3List .elementor-icon-list-items li,
	.columnList .elementor-icon-list-items li {
		display: block !important;
		width: 100%;
		padding-right: 0 !important;
		margin: 0 !important;
	}
}

/* flow
------------------------------------- */
.flowList .elementor-inner-section {
	position: relative;
}
.flowList .elementor-inner-section:not(:last-child) {
	margin-bottom: 48px;
}
.flowList .elementor-inner-section:not(:last-child):after {
	content: "";
	width: 59px;
	height: 28px;
	background: url(/wp-content/uploads/ico_arrow04.png) no-repeat left top;
	position: absolute;
	left: 50%;
	bottom: -38px;
	margin-left: -30px;
}
.flowList .elementor-widget-heading .elementor-heading-title,
.flowList .elementor-image-box-title {
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0;
	color: #2374c6;
	background-image: -webkit-linear-gradient(top,#5094d1,#1f6cbc,#123553);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0;
	border-bottom: 1px solid #003e7d;
	margin-bottom: 7px !important;
	position: relative;
}
.flowTit .step {
	width: 60px;
	height: 18px;
	display: inline-block;
	vertical-align: bottom;
	background: #0066cc;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0066cc), color-stop(0.50, #003e7d));
	background: -webkit-linear-gradient(top, #0066cc 0%, #003e7d 100%);
	background: -moz-linear-gradient(top, #0066cc 0%, #003e7d 50%);
	background: -o-linear-gradient(top, #0066cc 0%, #003e7d 50%);
	background: -ms-linear-gradient(top, #0066cc 0%, #003e7d 50%);
	background: -linear-gradient(top, #0066cc 0%, #003e7d 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066cc', endColorstr='#003e7d',GradientType=0 );
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	letter-spacing: 0;
	padding: 0;
	margin: 0 6px 0 0;	
	text-align: center;
	-webkit-text-fill-color: #fff;
}
.flowList .elementor-image-box-img,
.flowList .graphicBox .photo {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
	.flowList .elementor-image-box-img,
	.flowList .graphicBox .photo {
		margin-bottom: 10px !important;
	}
}

/* flow_A */
.flowListA .elementor-inner-section {
	background: #FBF0EC;
	padding: 35px 40px;
	position: relative;
}
.flowListA .elementor-inner-section:not(:last-child) {
	margin-bottom: 35px;
}
.flowListA .elementor-inner-section:not(:last-child):after {
	content: "";
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #FBF0EC;
	position: absolute;
	left: 50%;
	bottom: -25px;
	margin-left: -25px;
}
.flowListA .elementor-widget-heading,
.flowListA .elementor-image-box-title {
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #514E4C;
	margin-bottom: 20px;
	position: relative;
}
.flowListA .elementor-image-box-img,
.flowListA .graphicBox .elementor-widget-image {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
	.flowListA .elementor-inner-section {
		padding: 20px;
	}
	.flowListA .elementor-widget-heading,
	.flowListA .elementor-image-box-title {
		font-size: 20px;
	}
	.flowListA .elementor-image-box-img,
	.flowListA .graphicBox .elementor-widget-image {
		margin-bottom: 25px !important;
	}
}

/* QA
------------------------------------- */
/* qa_E */
.qaList .elementor-top-column {
	padding-bottom: 10px;
}
.qaList:not(:last-child) .elementor-top-column {
	margin-bottom: 20px;
}
.qaList .question {
	position: relative;
	margin-bottom: 15px;
}
.qaList .answer {
	position: relative;
}
.qaList .question .num {
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-style: normal;
	font-weight: 500;
	width: 50px;
	border-left: 5px solid #660000;
	line-height: 1;
	color: #458cd3;
	text-align: center;
	padding: 0;
}
.qaList .answer .num {
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-style: normal;
	font-weight: 500;
	width: 50px;
	line-height: 1;
	color: #666666;
	text-align: center;
}
.qaList .num img {
	vertical-align: top;
}
.qaList .txt {
	width: calc(100% - 40px);
	line-height: 1.6;
	padding-left: 3px;
}
.qaList .answer .txt {
	padding-bottom: 10px;
	padding-left: 16px;
}
.qaList .answer .txt .elementor-widget-heading {
	padding-bottom: 5px;
	position: relative;
}
.qaList .answer .txt .elementor-widget-heading:after {
	content: "";
	width: calc(100% + 40px);
	border-bottom: 1px dotted #CCC;
	position: absolute;
	left: -40px;
	bottom: 0;
}
.qaList .answer .txt .full {
	width: calc(100% + 30px);
	margin-left: -30px;
}
.qaList .question .num .elementor-widget-wrap {
	align-content: flex-start !important;
	align-items: flex-start !important;
}

/* qa_G */
.qaListG .question {
	position: relative;
	margin-bottom: 15px;
	line-height: 1.6;
}
.qaListG .answer {
	position: relative;
}
.qaListG .num {
	width: 46px;
}
.qaListG .question .num .elementor-widget-heading {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #006AB8;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 50%;
}
.qaListG .answer .num .elementor-widget-heading {
	font-size: 18px;
	font-weight: bold;
	color: #006AB8;
	background: #EFF3F9;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 50%;
}
.qaListG .question .txt {
	font-size: 20px;
	width: calc(100% - 46px);
	padding-left: 40px;
}
.qaListG .answer .txt {
	width: calc(100% - 46px);
	padding-right: 40px;
}
.qaListG .question .txt .elementor-widget-heading {
	color: #FFF;
	background: #006ab8;
	padding: 16px 20px;
	border-radius: 5px;
}
.qaListG .question .txt .elementor-widget-heading:before {
	content: "";
	border-right: 20px solid #006ab8;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -12px;
}
.qaListG .answer .txt .elementor-widget-text-editor {
	background: #EFF3F9;
	padding: 16px 20px;
	border-radius: 5px;
}
.qaListG .answer .txt .elementor-widget-text-editor:before {
	content: "";
	border-left: 20px solid #EFF3F9;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -12px;
}
.qaList .pageTop a {
	float: right;
	display: block;
	background: url(/wp-content/uploads/qa_pagetop.gif) no-repeat 0 9px;
	font-size: 11px;
	padding-left: 13px;
	text-decoration: none;
}
/* -------------------------------------
地図
------------------------------------- */
.map {
	position: relative;
	width: 100%;
	padding-top: 478px;
	box-sizing: border-box;
}
.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	/*border: 1px solid #ccc !important;*/
	box-sizing: border-box;
}
.map.map2 {
	padding-top: 180px;
}
.maplink {
	display: block;
	margin-top: 5px;
}
.maplink a {
	text-decoration: underline;
}

/* -------------------------------------
Youtube
------------------------------------- */
.youtube {
	position: relative;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* -------------------------------------
診療時間表
------------------------------------- */
/* 診療時間表
------------------------------------- */
table.timetable {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.timetable th,
.timetable td {
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #fff;
	text-align: center;
}
.timetable thead th {
	background: #2031AC;
	color: #fff;
}
.timetable thead th:first-child {
	width: 30%;
}
.timetable tbody th {
	word-break: keep-all;
	white-space: nowrap;
	background: #C7CBE9;
}
.timetable tbody td {
	background: #E9ECF4;
}
.note {
	font-size: 11px;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.timetable th,
	.timetable td {
		font-size: 12px;
	}
	.timetable thead th:first-child {
		width: 33%;
	}
	.timetable thead th:last-child {
		width: 17%;
	}
}

/* 診療時間表A
------------------------------------- */
table.timetableA {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.timetableA th,
.timetableA td {
	background: #F2F2F2;
	border: 1px solid #fff;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0 5px;
	font-size: 90%;
	font-weight: 400 !important;
}
.timetableA thead th {
	background: #FFAE26;
	color: #fff;
	font-weight: bold;
	padding: 5px 0;
}
.timetableA thead th:first-child {
	width: 24%;
}
.timetableA tbody th {
	word-break: keep-all;
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	.timetableA th,
	.timetableA td {
		font-size: 75%;
		padding: 4px 0 3px;
	}
	.timetableA thead th {
		padding: 4px 0;
	}
	.timetableA thead th:first-child {
		width: 35%;
	}
}

/* 診療時間表C
------------------------------------- */
table.timetableC {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.timetableC th,
.timetableC td {
	background: #FBF0EC;
	letter-spacing: 0;
	line-height: 1.6;
	text-align: center;
	vertical-align: middle;
	padding: 7px 0 8px;
}
.timetableC thead th {
	background: #E39B83;
	color: #FFFFFF;
	padding: 16px 0 14px;
}
.timetableC thead th:first-child {
	width: 20%;
	font-size: 18px;
	letter-spacing: 0.15em;
}
.timetableC tbody th {
	word-break: keep-all;
	white-space: nowrap;
}
.timetableC tbody td {
	color: #E39B83;
}
.timetableC tbody td.holiday {
	color: #514E4C;
}
.timetableC thead th:first-child,
.timetableC tbody th {
	text-align: left;
	padding-left: 25px;
}
.timetableC tbody tr:first-child th,
.timetableC tbody tr:first-child td {
	padding-top: 29px;
}
.timetableC tbody tr:last-child th,
.timetableC tbody tr:last-child td {
	padding-bottom: 26px;
}

@media screen and (max-width: 767px) {
	.timetableC th,
	.timetableC td {
		font-size: 14px;
		padding: 4px 0 5px;
	}
	.timetableC thead th {
		padding: 13px 0 11px;
	}
	.timetableC thead th:first-child {
		width: 34%;
		font-size: 14px;
	}
	.timetableC thead th:first-child,
	.timetableC tbody th {
		padding-left: 10px;
	}
	.timetableC thead th:last-child,
	.timetableC tbody td:last-child {
		width: 10%;
		padding-right: 10px;
	}
	.timetableC tbody tr:first-child th,
	.timetableC tbody tr:first-child td {
		padding-top: 19px;
	}
	.timetableC tbody tr:last-child th,
	.timetableC tbody tr:last-child td {
		padding-bottom: 16px;
	}
}

@media screen and (max-width: 374px) {
	.timetableC th,
	.timetableC td {
		font-size: 12px;
	}
	.timetableC thead th:first-child {
		font-size: 12px;
	}
	.timetableC thead th:first-child,
	.timetableC tbody th {
		padding-left: 5px;
	}
	.timetableC thead th:last-child,
	.timetableC tbody td:last-child {
		padding-right: 5px;
	}
}

/*--------------------------------------
table_A
--------------------------------------*/
.table_A th,
.table_A td {
	vertical-align: middle;
	word-break: break-all;
	padding: 7px 0;
}
.table_A th {
	border-bottom: 1px solid #6b592c;
	font-weight: bold;
}
.table_A td {
	border-bottom: 1px solid #dbc79f;
}

/*--------------------------------------
* table_D
--------------------------------------*/
.table_D th,
.table_D td {
	vertical-align: middle;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-align: left;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.4;
}
.table_D thead th {
	background: #FFAE26;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.table_D tbody th {
	background: #FFAE26;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}
.table_D tbody td {
	background: #F0F0F0;
	text-align: center !important;
}

@media screen and (max-width: 1025px) {
	.table_D th,
	.table_D td {
		padding: 5px 2px;
	}
}
@media screen and (max-width: 767px) {
	.scroll_area {
		width: 100%;
		overflow-x: auto;
	}
	.scroll_area table {
		width: 640px;
		margin: 0 auto;
	}
}

/*--------------------------------------
ボックス
--------------------------------------*/
/*　frame タイトル
--------------------------------------*/
.frameTit {
	font-family: kozuka-mincho-pr6n, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 1.4;
	color: #002163;
	background: -webkit-linear-gradient(top, #002163 0%, #002163 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}
.frameTit.red {
	color: #9f0f0f;
	background: -webkit-linear-gradient(top, #990000 0%, #9f0f0f 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}
.frameTit small {
	font-size: 14px;
}
.numTit .elementor-heading-title {
	font-family: kozuka-mincho-pr6n, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	color: #333;
	background: -webkit-linear-gradient(top, #333 0%, #525252 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-left: 32px;
	position: relative;
}
.numTit .elementor-heading-title span {
	display: block;
	width: 21px;
	height: 21px;
	background: #0061a5;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #003a7a), color-stop(1.00, #0061a5));
	background: -webkit-linear-gradient(top, #003a7a 0%, #0061a5 100%);
	background: -moz-linear-gradient(top, #003a7a 0%, #0061a5 100%);
	background: -o-linear-gradient(top, #003a7a 0%, #0061a5 100%);
	background: -ms-linear-gradient(top, #003a7a 0%, #0061a5 100%);
	background: -linear-gradient(top, #003a7a 0%, #0061a5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a7a', endColorstr='#0061a5',GradientType=0 );
	border-radius: 2px;
	font-family: kozuka-mincho-pr6n, serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0;
	color: #fff;
	-webkit-text-fill-color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 2px;
}
.numTit .elementor-heading-title small {
	font-size: 15px;
	letter-spacing: 0.05em;
}

/*　frame_J
--------------------------------------*/
.frameJ {
	background: #fff0f0;
	padding: 5px 10px;
	border: 1px solid #ffbbbb;
}

/*　frame_K
--------------------------------------*/
.frameK {
	padding: 10px;
	border: 2px solid #bfe1ff;
	background: #eef7ff;
}

/*　画像
--------------------------------------*/
.frameJ .graphicBox .elementor-widget-image,
.frameK .graphicBox .elementor-widget-image,
.graphicBox .frameJ .elementor-widget-image,
.graphicBox .frameK .elementor-widget-image {
	width: auto !important;
	max-width: 200px;
}

@media screen and (min-width: 768px) {
	.frameJ div:not(.graphicBox) .elementor-image-box-img {
		width: 45.7% !important;
	}
}

/*--------------------------------------
before after
--------------------------------------*/
.before_after {
	position: relative;
}
.before_after:before {
	display: block;
	content: "";
	width: 55px;
	height: 60px;
	background: url(/wp-content/uploads/case_icon02.png) no-repeat left top;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -27.5px;
}
.caseLeft {
	padding-right: 35px;
}
.caseBoxLeft {
	background: #fafdea;
	padding: 15px 15px 15px 90px;
	position: relative;
}
.caseBoxLeft:after {
	position: absolute;
	content: '';
	left: 15px;
	width: 40px;
	height: 67px;
	background: url(/wp-content/uploads/case_icon01.png) no-repeat;
	top: 50%;
	margin-top: -23px;
}
.caseBoxInner {
	position: relative;
	background: #ffffff;
	border: 2px solid #dbed87;
	z-index: 1;
	padding: 5px;
}
.caseBoxInner:before,
.caseBoxInner:after {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
}
.caseBoxInner:after {
	border-right: 28px solid #dbed87;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	left: -28px;
	margin-top: -14px;
	z-index: -2;
}
.caseBoxInner:before {
	border-right: 24px solid #ffffff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	left: -24px;
	margin-top: -12px;
	z-index: -1;
}
.before_after .elementor-heading-title {
	background: #B6E00D;
	color: #FFF;
	border-bottom: solid 2px #F0F0F0;
	font-weight: bold;
	line-height: 1.4;
	padding: 11px 5px;
	text-align: center;
}
.caseRight {
	padding-left: 35px;
}
.caseRight > .elementor-column-wrap {
	background: #FFEEAA;
}
.caseBoxRight {
	padding: 10px;
}

@media screen and (max-width: 767px) {
	.before_after:before {
		display: none;
	}
	.caseLeft {
		padding-right: 0;
		margin-bottom: 70px;
	}
	.caseLeft:after {
		display: block;
		content: "";
		width: 55px;
		height: 60px;
		background: url(/wp-content/uploads/case_icon02.png) no-repeat left top;
		position: absolute;
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		left: 50%;
		margin-left: -30px;
		bottom: -70px;
	}
	.caseRight {
		padding-left: 0;
	}
}

/*--------------------------------------
* anchorlinks
--------------------------------------*/
.anchorLinks {
	background: #eeeeee;
	padding: 15px;
	text-align: center;
}
.anchorLinks .elementor-icon-list-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.anchorLinks .elementor-icon-list-items li:not(:last-child) {
	position: relative;
	padding: 0 14px 0 0;
}
.anchorLinks .elementor-icon-list-items li:not(:last-child):after {
	content: "／";
	text-align: right;
	color: #1e99a8;
	pointer-events: none;
}


/* =====================================
■ブログ
===================================== */
#blogArea {
	float: left;
	width: 72.5%;
	max-width: 490px;
	box-sizing: border-box
}
#blogArea .pagename {
	margin-bottom: 20px;
}
#article {
	position: relative;
	z-index: 2;
	padding: 0 20px;
}
#article .articleWrap {
	margin-bottom: 37px;
}
#article .articleWrap .data {
	text-align: right;
	color: #747474;
	margin-bottom: 1px;
}
#article .articleWrap .entryTitle {
	margin-bottom: 15px;
}
#article .articleWrap .entryTitle h4 {	
	background: url(/wp-content/uploads/h4_bg.jpg) no-repeat;
	background-size: 100% 100%;
	line-height: 1.2;
	color: #FF73A1;
	padding: 7px 5px 8px 10px;
	font-size: 1.08em;
	font-weight: bold;
}
#article .articleWrap .entryBody {
	margin-bottom: 18px;
	line-height: 160%;
	padding: 0 20px;
}
#article .articleWrap .entryBody a {
	text-decoration: underline;
}
#article .articleWrap .entryBody img {
	vertical-align: top;
}
#article .articleWrap .buzzurl_button {
	text-align: right;
	margin-bottom: 10px;
}
#article .articleWrap .buzzurl_button a {
	text-decoration: underline;
}
#article .articleWrap .contributor {
	text-align: right;
	/* 	background-image: linear-gradient(to right, #959595 0%, #959595 50%, #ffffff 0%);
	background-size: 3px 1px;
	background-repeat: repeat-x;
	background-position: left bottom; */
	padding-bottom: 15px;
}
#article .articleWrap .contributor a {
	text-decoration: underline;
}
#article .articleWrap .contributor a:hover {
	text-decoration: none;
}
#blogMenu {
	float: right;
	width: 25%;
	max-width: 170px;
}
#blogMenu .blogMenuWrap {
	background: #fff;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #e3efff;
}
#blogMenu .blogMenuWrap:last-child {
	margin-bottom: 0;
}
#blogMenu .blogMenuWrap h4 {
	background: #F90;
	background-size: 100% 100%;
	line-height: 1.2;
	color: #fff;
	padding: 7px 5px 8px 10px;
	font-size: 1.08em;
	font-weight: bold;
	margin-bottom: 10px;
}
#blogMenu .blogMenuWrap > ul {
	margin-left: 12px;
}
#blogMenu .blogMenuWrap li {
	padding-left: 9px;
	margin-bottom: 4px;
	line-height: 140%;
	position: relative;
	color: #53C029;
}
#blogMenu .blogMenuWrap li:before {
	content: "";
	border-left: 4px solid #67401a;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	position: absolute;
	left: 0;
	top: 5px;
}
#blogMenu .blogMenuWrap li a {
	text-decoration: underline;
	color: #53C029;
	font-size: 12px;
}
#blogMenu .blogMenuWrap li a:hover {
	text-decoration: underline;
}
#blogMenu .blogMenuWrap .children {
	padding-left: 5px;
	margin-top: 4px;
}

@media screen and (max-width: 767px) {
	#blogArea {
		float: none;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	#blogMenu {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 60px 0 0;
	}
	#article,
	#article .articleWrap .entryBody {
		padding: 0;
	}
}

/*--------------------------------------
* navigation
--------------------------------------*/
.navigation {
	overflow: hidden;
	margin-top: 52px;
}
.navigation:after {
	content: "";
	display: table;
	clear: both;
}
.navigation .prev {
	float: left;
	width: 100px;
}
.navigation .next {
	float: right;
	width: 100px;
}
.navigation a {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 14px;
	background: #BFBEBD;
	color: #373431;
	line-height: 40px;
	letter-spacing: 0.1em;
	border-radius: 5px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
}
.navigation a:hover {
	background: #6fba2c;
}
.navigation .prev a span {
	padding-left: 8px;
}
.navigation .next a span {
	padding-right: 8px;
}
.navigation .prev a span:before {
	display: block;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}
.navigation .next a span:before {
	display: block;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}
.navigation ul {
	display: flex;
	max-width: 200px;
	margin: 0 auto;
}
.navigation li {
	display: flex;
	margin: 0 1px 0 2px;
	width: 30px;
}

/*--------------------------------------
* pagination
--------------------------------------*/
.pagination {
	overflow: hidden;
	position: relative;
}
.pagination ul {
	text-align: center;
}
.pagination ul li {
	display: inline-block;
	vertical-align: middle;
}
.pagination ul li a,
.pagination ul li span.dots {
	display: block;
	width: auto;
	min-width: 24px;
	height: 24px;
	background: #4da1de;
	color: #FFF;
	line-height: 26px;
	letter-spacing: 0;
	padding: 0 5px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li span.dots {
	background: none;
	color: #666;
}
.pagination ul li a:hover {
	background: #84C4F2;
	color: #fff;
}
.pagination ul li span.current {
	display: block;
	width: auto;
	min-width: 24px;
	height: 24px;
	background: #84C4F2;
	color: #fff;
	line-height: 26px;
	letter-spacing: 0;
	padding: 0 5px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li .prev,
.pagination ul li .next {
	background: none !important;
	color: #666666;
}
.pagination ul li .prev:hover,
.pagination ul li .next:hover {
	color: #666666;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.navigation {
		margin-top: 35px;
	}
	.navigation ul {
		clear: both;
		padding-top: 20px;
	}
}

/* =====================================
■サイトマップ
===================================== */
ul.sitemap_ic li {
	background: #FFC;
	border: 1px solid #FEBEBE;
	padding: 9px 15px 8px 15px;
	color: #333;
}
ul.sitemap_ic li:not(:first-child) {
	margin-top: 15px;
}
ul.sitemap_ic li a {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
}
ul.sitemap_ic li a:hover {
	opacity: 1;
	text-decoration: none;
}
ul.sitemap_ic li:nth-child(7),ul.sitemap_ic li:nth-child(8),ul.sitemap_ic li:nth-child(9),
ul.sitemap_ic li:nth-child(10),ul.sitemap_ic li:nth-child(11),ul.sitemap_ic li:nth-child(12){
	border: none;
	position: relative;
	padding: 0 0 0 35px;
	font-size: 12px;
	margin: 0;
	background: none;
}
ul.sitemap_ic li:nth-child(2),ul.sitemap_ic li:nth-child(6) {
	margin-bottom: 10px;
}
ul.sitemap_ic li:nth-child(7) a,ul.sitemap_ic li:nth-child(8) a,ul.sitemap_ic li:nth-child(9) a,
ul.sitemap_ic li:nth-child(10) a,ul.sitemap_ic li:nth-child(11) a,ul.sitemap_ic li:nth-child(12) a{
	font-weight: normal !important;
	color: #3278c9;
}
ul.sitemap_ic li:nth-child(7):before,ul.sitemap_ic li:nth-child(8):before,ul.sitemap_ic li:nth-child(9):before,
ul.sitemap_ic li:nth-child(10):before,ul.sitemap_ic li:nth-child(11):before,ul.sitemap_ic li:nth-child(12):before{
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: url(/wp-content/uploads/icon_sitemap_sub.gif);
	top: 7px;
	left: 21px;
	background-size: 8px 8px;
}
/* =====================================
■NotFound
===================================== */
#notFound {
	padding: 40px;
	line-height: 140%;
	border: 1px solid #d8d8d8;
}
#notFound .supplement {
	margin-bottom: 4px;
}
#notFound h3 {
	margin-bottom: 25px;
}
#notFound .notFoundCont:not(:last-child) {
	margin-bottom: 25px;
}
#notFound .notFoundCont h4 {
	font-size: 120%;
	font-weight: bold;
	color: #5f5e5e;
	padding: 0 0 3px 0;
	background-image: linear-gradient(to right, #7f7f7f 0%, #7f7f7f 50%, #fff 0%);
	background-size: 3px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 15px;
}
#notFound .notFoundCont .explanation {
	margin-bottom: 10px;
}
#notFound #searchFrame form input.searchInput {
	vertical-align: top;
	height: 15px;
	border: 1px solid #CCCCCC;
	color: #AAAAAA;
}

@media screen and (max-width: 767px) {
	#notFound {
		padding: 6%;
	}
	#notFound #searchFrame form input.searchInput {
		width: auto;
	}
}

/* =====================================
■お問い合わせ
===================================== */
.inquiryForm_message .explanation {
	margin-bottom: 15px;
	line-height: 160%;
}
.inquiryFormTable dl {
	display: table;
	width: 100%;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}
.inquiryFormTable > dl:nth-child(1) {
	border-top: 1px solid #ccc;
}
.inquiryFormTable dd, .inquiryFormTable dt {
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
}
.inquiryFormTable dt {
	width: 27.7%;
	background: #eeeeee;
	padding: 3px 8px;
}
.required {
	color: red;
	vertical-align: baseline;
	padding-left: 5px;
}
.inquiryFormTable .wpcf7-radio span.wpcf7-list-item,
.inquiryFormTable .check_box span.wpcf7-list-item {
	display: block;
	margin: 0;
}
.inquiryFormTable .wpcf7-radio input,
.inquiryFormTable .check_box input {
	width: auto;
}
.inquiryFormTable .zipcode01 input,
.inquiryFormTable .zipcode02 input {
	width: 100px;
	margin-bottom: 5px;
}
.inquiryFormTable .icon-checked:before,
.inquiryFormTable .icon-check:before {
	display: none;
}

.contact_text {
	color: #888;
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 0 !important;
}
.inquiryFormTable textarea, .inquiryFormTable input, .inquiryFormTable select {
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
}
.inquiryFormTable .wpcf7-acceptance span.wpcf7-list-item {
	margin: 0;
}
.inquiryFormTable .wpcf7-acceptance input {
	width: auto;
}
.btBox {
	text-align: center;
	margin: 25px auto 0;
}
.btBox input {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 5px 13px;
	cursor: pointer;
	width: auto;
	font-size: 120%;
	font-weight: 400;
	line-height: 160%;
	color: #454545;
	background: #e1e1e1;
	border: 1px solid #adadad;
	margin: 0 5px;
}
.btBox input:hover {
	opacity: 0.7;
}
.inquiryFormTable .comment {
	display: block;
	color: #8D7323;
	letter-spacing: 0;
	line-height: 1;
	margin: 8px 0;
}
.inquiryFormTable .comment:last-child {
	margin-bottom: 0;
}
.btBox br {
	display: none;
}
.inquiryFormTable .wpcf7-form-control-wrap input.year,
.inquiryFormTable select.wpcf7-form-control.wpcf7-select {
	width: 120px;
	margin-bottom: 5px;
}

.custom-wpcf7c-confirmed .confirm_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon {
	display: none;
}

.custom-wpcf7c-confirmed .confirm_table input[type="text"],
.custom-wpcf7c-confirmed .confirm_table input[type="radio"],
.custom-wpcf7c-confirmed .confirm_table input[type="tel"],
.custom-wpcf7c-confirmed .confirm_table input[type="email"],
.custom-wpcf7c-confirmed .confirm_table input[type="number"],
.custom-wpcf7c-confirmed .confirm_table textarea,
.custom-wpcf7c-confirmed .confirm_table select,
.custom-wpcf7c-confirmed .confirm_table input[type="checkbox"] {
	display: none;
}
.custom-wpcf7c-confirmed .confirm_table .required,
.custom-wpcf7c-confirmed .confirm_table .optional,
.custom-wpcf7c-confirmed .confirm_table span.comment,
.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item-label,
.custom-wpcf7c-confirmed .confirm_table .wpcf7-form-control-wrap.your-email_confirm {
	display: none;
}
.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item {
	padding-left: 0;
	margin: 0;
}
.result_txt {
	display: inline-block;
	word-break: break-all;
	white-space: pre-wrap;
}
.custom-wpcf7c-confirmed .wpcf7-form-control-wrap.zipcode01,
.custom-wpcf7c-confirmed .wpcf7-form-control-wrap.zipcode02 {
	display: inline-block;
}
.wpcf7-mail-sent-ok,
div.wpcf7 .ajax-loader,
div.wpcf7-validation-errors {
	display: none !important;
}
.wpcf7c-elm-step3 .btn a {
	display: block;
	padding: 10px !important;
	max-width: 200px;
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.inquiryFormTable textarea,
	.inquiryFormTable input,
	.inquiryFormTable select {
		width: 100%;
		box-sizing: border-box;
	}
	.inquiryFormTable dl {
		display: block;
		border: none !important;
	}
	.inquiryFormTable dd,
	.inquiryFormTable dt {
		display: block;
		width: 100% !important;
		box-sizing: border-box;
		border: none;
		padding: 0;
	}
	.inquiryFormTable dt {
		padding: 10px;
	}
	.inquiryFormTable dd {
		padding: 15px 0 25px;
	}
	.inquiryFormTable .btBox input {
		width: auto;
	}
	.inquiryForm_message .step_catch img {
		width: auto !important;
		max-width: 100% !important;
	}
	.contact .btBox {
		margin: 0 auto;
	}
}

/* =====================================
■新着情報
===================================== */
.newsBox {
	position: relative;
}
.newsBox .contentsBoxTitle {
	background: url(/wp-content/uploads/news_bg.jpg) no-repeat;
	background-size: 100% 100%;
	height: 34px;
	margin-top: 7px;
}
.newsBox h3 {
	font-size: 0;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
	padding: 10px 5px 10px 15px;
	color: #fff;
}
.newsBox .listLook {
	margin-bottom: 0;
}
.newsBox .listLook a {
	position: absolute;
	right: 10px;
	top: 9px;
	background: url(/wp-content/uploads/icon_list.png) no-repeat left center;
	padding-left: 15px;
	color: #32C553;
	text-decoration: none;
	font-size: 12px;
	text-decoration: underline;
}
#newsList {
	padding-left: 0;
	margin-top: 15px;
}
#newsList dl {
	background: url(/wp-content/uploads/dashed_lineL.gif) repeat-x left bottom;
	margin-bottom: 10px;
	line-height: 1.2;
	color: #333;
	position: relative;
	padding: 0 25px 5px 0;
	border-bottom: 1px dotted #ccc;
}
#newsList dl dt {
	font-weight: bold;
}
#newsList dl dt,#newsList dl dd {
	display: inline-block;
}
#newsList dl dd {
	padding-left: 3px;
	padding-top: 3px;
}
#newsList dl a {
	color: #333;
	font-size: 14px;
}
/*#newsList dl:before {
position: absolute;
content: '';
display: block;
width: 4px;
height: 4px;
border-radius: 50%;
background: #333;
top: 5px;
left: 0;
}*/
#newsList dl:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 9px;
	background: url(/wp-content/uploads/icon_arrow_gr.png) no-repeat;
	right: 10px;
	top: 50%;
	margin-top: -4.5px;
}
#newsList dl dt a {
	color: #333;
}
.newsLabel img {
	width: 30px;
	margin-left: 5px;
}
@media screen and (max-width: 767px) {
	.newsBox .contentsBoxTitle {
		background: url(/wp-content/uploads/news_spbg.png) no-repeat;
		background-size: 100% 100%;
		height: 34px;
		margin-top: 7px;
	}
	.newsBox h3 {
		font-size: 15px;
		color: #fc6401;
	}
}


/* =====================================
■TOP
===================================== */
/* -------------------------------------
mainVisual
------------------------------------- */

#mainVisual .container {
	height: 100%;
}
#mainVisual .container .mainCatch {
	position: relative;
}
#mainVisual .container .mainCatch a.Catch1 {
	position: absolute;
	width: 65.3%;
	left: 0;
	top: 64.5%;
}
#mainVisual .container .Catch2 {
	position: absolute;
	width: 52.5%;
	bottom: 10px;
	left: 1%;
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
	max-width: 458px;
}
#mainVisual .container .Catch2 a:first-child {
	padding-bottom: 6px;
	display: block;
}
@media screen and (max-width: 960px) {
	#mainVisual .container .Catch2 a:first-child {
		padding-bottom: 0;
	}	
}

@media screen and (max-width: 960px) and (min-width: 861px) {
	#mainVisual {
		background-size: cover;
		height: 400px;
	}
	#mainVisual .container .mainCatch a.Catch1 {
		position: absolute;
		width: 59.3%;
		left: 50%;
		top: 65%;
		margin-left: -418px;
	}
}
@media screen and (max-width: 860px) and (min-width: 768px) {
	#mainVisual {
		background-size: cover;
		height: 359px;
	}
	#mainVisual .container .mainCatch a.Catch1 {
		position: absolute;
		width: 58.3%;
		left: 50%;
		top: 65%;
		margin-left: -375px;
	}
}
@media screen and (max-width: 767px) {
	/*#mainVisual {
	background: none;
	height: auto;
	box-shadow: none;
	border-bottom: none;
	padding: 0 10px;
}*/
	#mainVisual {
		background-size: cover;
		height: 359px;
	}
	#mainVisual > img {
		margin: 0 auto;
	}
	#mainVisual .container {
		padding: 0;
	}
	/*#mainVisual .container .mainCatch {
	margin-top: -11%;
}*/
	/*#mainVisual .container .mainCatch a {
	position: relative;
	width: 100%;
	right: 0;
	top: 0;
	max-width: 604px;
	margin: 0 auto;
	display: block;
}*/
}
@media screen and (max-width: 767px) {
	#logo img {
		max-width: 206px;
		padding-top: 10px;
	}
}
@media screen and (max-width: 767px) and (min-width: 581px) {
	#mainVisual {
		background-size: cover;
		height: 266px;
	}
	#mainVisual .container .mainCatch a.Catch1 {
		position: absolute;
		width: 47.4%;
		left: 50%;
		top: 64.5%;
		margin-left: -278px;
	}

}
@media screen and (max-width: 580px) and (min-width: 421px) {
	#mainVisual {
		background-size: cover;
		height: 190px;
	}
	#mainVisual .container .mainCatch a.Catch1 {
		position: absolute;
		width: 44.4%;
		left: 50%;
		top: 64.5%;
		margin-left: -198px;
	}
}
@media screen and (max-width: 420px) {
	#mainVisual {
		background-size: cover;
		height: 147px;
	}
	#mainVisual .container .mainCatch a.Catch1 {
		position: absolute;
		width: 48%;
		left: 50%;
		top: 64.5%;
		margin-left: -154px;
	}
}
/*--------------------------------------
common
--------------------------------------*/
.topLinkBox a {
	display: block;
	color: #666;
	background-size: 100% auto !important;
	padding: 8.24% 37.5% 12px 15px;
	text-decoration: none;
}
.topLinkBoxBg01 a {
	background: url(/wp-content/uploads/top_bg01.jpg) no-repeat;
}
.topLinkBoxBg01 a:hover {
	background: url(/wp-content/uploads/top_bg01_ov.jpg) no-repeat;
}
.topLinkBoxBg02 a {
	background: url(/wp-content/uploads/top_bg02.jpg) no-repeat;
}
.topLinkBoxBg02 a:hover {
	background: url(/wp-content/uploads/top_bg02_ov.jpg) no-repeat;
}
.topLinkBoxBg03 a {
	background: url(/wp-content/uploads/top_bg03.jpg) no-repeat;
}
.topLinkBoxBg03 a:hover {
	background: url(/wp-content/uploads/top_bg03_ov.jpg) no-repeat;
}
.topLinkBoxBg04 a,
.topLinkBoxBg05 a {
	padding: 12.9% 41% 11px 17px;
}
.topLinkBoxBg04 a {
	background: url(/wp-content/uploads/top_bg04.jpg) no-repeat;
}
.topLinkBoxBg04 a:hover {
	background: url(/wp-content/uploads/top_bg04_ov.jpg) no-repeat;
}
.topLinkBoxBg05 a {
	background: url(/wp-content/uploads/top_bg05.jpg) no-repeat;
}
.topLinkBoxBg05 a:hover {
	background: url(/wp-content/uploads/top_bg05_ov.jpg) no-repeat;
}
.topFeatureBox {
	background: url(/wp-content/uploads/top_bg06.jpg) no-repeat;
	background-size: 100% auto;
	color: #333;
	padding: 0 39px 0 37px;
}
.topFeatureBox .elementor-col-33 > .elementor-column-wrap > .elementor-widget-wrap {
	background: url(/wp-content/uploads/top_bg07.jpg) no-repeat;
	border: 2px solid #CE9E0D;
	padding: 10px 8px 8px 10px;
}

@media screen and (max-width: 960px) and (min-width: 768px) {
	.topLinkBox a {
		line-height: 150%;
		font-size: 85%;
		padding-right: 35%;
	}
}
@media screen and (max-width: 767px) {
	.topInfoBox li:first-child {
		margin-left: 0;
	}
	.topInfoBox li {
		float: left;
		width: 32%;
		text-align: center;
		margin-left: 2%;
	}
	.topInfoBox li a {
		display: block;
		border: 1px solid #63694d;
		background: #b2d90e;
		padding: 10px 5px;
	}
	.topMenuBox .elementor-heading-title {
		background: -moz-linear-gradient(left, #fcae01 0%, #eba200 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcae01), color-stop(100%,#eba200));
		background: -webkit-linear-gradient(left, #fcae01 0%,#eba200 100%);
		border-radius: 4px 4px 0 0;
		line-height: 1.2;
		color: #fff;
		font-size: 16px;
		padding: 9px;
	}
	.topMenuBox li {
		border: 1px solid #a3a3a3;
		border-top: none;
	}
	.topMenuBox li a {
		display: block;
		position: relative;
		color: #808080;
		text-decoration: none;
		font-size: 14px;
		line-height: 1.4;
		padding: 9px 25px 7px 9px;
	}
	.topMenuBox li a:after {
		position: absolute;
		content: '';
		width: 8px;
		height: 9px;
		background: url(/wp-content/uploads/icon_arrow_gr.png) no-repeat;
		right: 10px;
		top: 50%;
		margin-top: -4.5px;
	}
	.topSpTitle h3 {
		padding: 9px 5px 7px 9px;
		background: -moz-linear-gradient(left, #edf2f1 0%, #dcdfe0 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf2f1), color-stop(100%,#dcdfe0));
		background: -webkit-gradient(linear,0% 0%,0% 100%, from(#FEFBFB),color-stop(0.5, #ECECEC), to(#F4F4F4));
		border-left: 5px solid #FDB61E;
		color: #000;
		font-size: 16px;
		line-height: 1.2;
	}
	.topSpTitle h4 {
		padding: 7px 7px 5px;
		background: -moz-linear-gradient(left, #b2d90e 0%, #a0c30d 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2d90e), color-stop(100%,#a0c30d));
		background: -webkit-linear-gradient(left, #b2d90e 0%,#a0c30d 100%);
		color: #663300;
		font-size: 1.5em;
		line-height: 1.2;
		font-weight: bold;
	}
	.topSpTitle h5 {
		border-bottom: 2px solid #92ab2e;
		color: #666666;
		padding-left: 5px;
		font-weight: bold;
		font-size: 1.17em;
	}
	.topSpBtn a {
		text-decoration: none;
		background: -moz-linear-gradient(top,#BFD9E5, #3D95B7 50%,#0080B3 50%,#0099CC);
		background: -webkit-gradient(linear, left top, left bottom, from(#C2E2BE), color-stop(0.5,#4CB53D), color-stop(0.5,#16B200), to(#1ECC00));
		color: #FFF;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border: 1px solid #1ECC00;
		-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
		-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3), inset 0px 0px 3px rgba(255,255,255,0.5);
		text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
		width: 100%;
		padding: 10px 10px 8px !important;
		box-sizing: border-box;
		max-width: inherit;
		text-align: center;
		font-size: 14px;
	}
	.topSpBtn a span {
		padding-left: 0 !important;
	}
	.topSpBtn a span:before {
		display: none !important;
	}
	.topBorderBox {
		/* max-width: 312px;
		margin: 0 auto;
		width: 100%; */
		text-align: center;
	}
	.topBorderBox .elementor-widget-container {
		border: 1px solid #D3D3D3;
		padding: 10px;
	}
	.elementor-element-24b7a6e .elementor-widget-container {
		border-top: none;
	}
	.topBorderBox li {
		margin-top: 5px;
	}
	.topBorderBox li:first-child {
		margin-top: 0;
	}
}

/* =====================================
■UNDER
===================================== */
/* -------------------------------------
Bread
------------------------------------- */
#bread {
	line-height: 120%;
	text-align: right;
	margin: 0 7px 12px 0;
}
#bread li {
	display: inline;
}
#bread li+li:before {
	padding-right: .3em;
	content: "＞";
}
#bread li a {
	text-decoration: underline;
	vertical-align: baseline;
}
#bread li a:hover {
	text-decoration: none;
}

/*--------------------------------------
TITLE
--------------------------------------*/
.pagename h3 {
	font-size: 1.23em;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
	background: url(/wp-content/uploads/h3_bg.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 10px 5px 10px 15px;
	color: #fff;
}
.underTit_h4 h4 {
	background: url(/wp-content/uploads/h4_bg.jpg) no-repeat;
	background-size: 100% 100%;
	line-height: 1.2;
	color: #666666;
	padding: 9px 5px 8px 10px;
	font-size: 1em;
	font-weight: bold;
}
.underTit_h5 h5 {
	font-size: 110%;
	font-weight: normal;
	line-height: 1.6;
	border-bottom: 1px solid #ec4413;
	box-shadow: 0 1px 0 #fff;
	padding: 0 0 4px 30px;
	position: relative;
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 500;
	font-style: normal;
	background: linear-gradient(to bottom, #ff943a, #ec4413);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 17px;
	letter-spacing: 0.05em;
}
.underTit_h5 h5:before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(/wp-content/uploads/imgtext01.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 6px;
	z-index: 2;
}
.underTit_h5.a02 h5:before {
	background: url(/wp-content/uploads/imgtext02.png) no-repeat;
	background-size: cover;
}
.underTit_h5.a03 h5:before {
	background: url(/wp-content/uploads/imgtext03.png) no-repeat;
	background-size: cover;
}
.underTit_h5.a04 h5:before {
	background: url(/wp-content/uploads/imgtext04.png) no-repeat;
	background-size: cover;
}
.underTit_h5.a05 h5:before {
	background: url(/wp-content/uploads/imgtext05.png) no-repeat;
	background-size: cover;
}
.underTit_h5.a06 h5:before {
	background: url(/wp-content/uploads/imgtext06.png) no-repeat;
	background-size: cover;
}
.underTit_h6 h6 {
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	padding: 0 0 0 20px;
	position: relative;
}
.underTit_h6 h6:before {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	background: #2233ae;
	position: absolute;
	left: 3px;
	top: 4px;
}
/*--------------------------------------
下層
--------------------------------------*/
.boxBgA {
	background: url(/wp-content/uploads/menu01_bg.jpg) repeat-y;
	padding: 4px 10px;
}
ul.listA li {
	padding-left: 12px;
	background: url(/wp-content/uploads/icon_listA.gif) no-repeat 0 8px;
	line-height: 1.8em;
}
.souzoku_btn {
	padding: 10px 15px;
}
.souzoku_btn a {
	color: #333333 !important;
	text-decoration: none;
	display: block;
}
.souzoku_btn:hover {
	opacity: 0.7;
}
.souzoku_btn p {
	padding-top: 6px;
}
.souzoku_btn1 {
	background: url(/wp-content/uploads/menu01_bg01-1.jpg) no-repeat 80% center;
	background-size: cover;
	border:2px solid #fabfc1;
	border-radius: 2px;
}
.souzoku_btn2 {
	background: url(/wp-content/uploads/menu01_bg02-1.jpg) no-repeat 80% center;
	background-size: cover;
	border:2px solid #fabfc1;
	border-radius: 2px;
}
.souzoku_btn3 {
	background: url(/wp-content/uploads/menu01_bg03-1.jpg) no-repeat 80% center;
	background-size: cover;
	border:2px solid #fabfc1;
	border-radius: 2px;
}
/*--------------------------------------
office
--------------------------------------*/
.office_left {
	float: left;
	width: 75%;
}
.office_right {
	float: right;
	width: 23%;
	text-align: center;
}
.office_left p {
	background: url(/wp-content/uploads/menu03_bg01.jpg);
	background-size: 100% 100%;
	padding: 10px 50px 10px 10px;
}
@media screen and (max-width: 767px) {
	.office_left,.office_right {
		float: none;
		width: 100%;
	}
	.office_left img {
		padding-bottom: 20px;
	}
}
/*--------------------------------------
zaisan
--------------------------------------*/
.souzoku_btn4 {
	background: url(/wp-content/uploads/menu02_bg01-1.jpg) no-repeat 80% center;
	background-size: cover;
	border:2px solid #fabfc1;
	border-radius: 2px;
}
.souzoku_btn5 {
	background: url(/wp-content/uploads/menu02_bg02-1.jpg) no-repeat 80% center;
	background-size: cover;
	border:2px solid #fabfc1;
	border-radius: 2px;
}
.souzoku_btn6 {
	background: url(/wp-content/uploads/menu02_bg03-1.jpg) no-repeat 80% center;
	background-size: cover;
	border:2px solid #fabfc1;
	border-radius: 2px;
}
/*--------------------------------------
nagare
--------------------------------------*/
.souzoku_btn7 {
	background: url(/wp-content/uploads/menu06_bg.jpg);
	background-size: 100% 100%;
}
.souzoku_btn.aab:hover {
	opacity: 1;
}
.souzoku_btn8 {
	background: url(/wp-content/uploads/menu06_bg05-1.jpg) no-repeat 80% center;
	background-size: cover;
	border:2px solid #fabfc1;
	border-radius: 2px;
	padding-bottom: 42px;
}
.souzoku_btn9 {
	background: url(/wp-content/uploads/menu06_bg09-1.jpg) no-repeat 80% center;
	background-size: cover;
	border:2px solid #fabfc1;
	border-radius: 2px;
	padding-bottom: 25px;
}
.souzoku_btn10 {
	background: url(/wp-content/uploads/menu06_bg07-1.jpg) no-repeat 80% center;
	background-size: cover;
	border:2px solid #fabfc1;
	border-radius: 2px;
	padding-bottom: 25px;
}
.souzoku_btn11 {
	background: url(/wp-content/uploads/menu06_bg11-1.jpg) no-repeat 80% center;
	background-size: cover;
	border:2px solid #fabfc1;
	border-radius: 2px;
	padding-bottom: 25px;
}
.souzoku_btn12 {
	background: url(/wp-content/uploads/menu06_bg06-1.jpg) no-repeat 80% center;
	background-size: cover;
	border:2px solid #fabfc1;
	border-radius: 2px;
	padding-bottom: 25px;
}
.souzoku_btn13 {
	background: url(/wp-content/uploads/menu06_bg10-1.jpg) no-repeat 80% center;
	background-size: cover;
	border:2px solid #fabfc1;
	border-radius: 2px;
	padding-bottom: 25px;
}
.souzoku_btn14 {
	background: url(/wp-content/uploads/menu06_bg08-1.jpg) no-repeat 80% center;
	background-size: cover;
	border:2px solid #fabfc1;
	border-radius: 2px;
	padding-bottom: 25px;
}
/*--------------------------------------
souzoku2
--------------------------------------*/
.boxBgA.souzoku2 {
	padding: 10px 20px;
	line-height: 1.8;
	letter-spacing: 0.02em;
}
.menu01_002Box .Box01 {
	background: url(/wp-content/uploads/menu01_002box_bg.jpg) no-repeat;
	padding: 11px;
	background-size: 100% 100%;
}
ul.listpink li {
	padding-left: 12px;
	background: url() no-repeat 0 8px;
	line-height: 1.8em;
}
/*--------------------------------------
yuigon
--------------------------------------*/
ul.listpink,ul.listblue {
	padding-top: 10px;
}
ul.listpink li {
	padding-left: 12px;
	background: url(/wp-content/uploads/icon_listA-1.gif) no-repeat 0 8px;
	line-height: 1.8em;
}
ul.listblue li {
	padding-left: 12px;
	background: url(/wp-content/uploads/icon_listblue.gif) no-repeat 0 8px;
	line-height: 1.8em;
}
.BoxL.floatL.frameJ {
	float: left;
	width: 48%;
	height: 343px;
}
.BoxR.floatR.frameK {
	float: right;
	width: 48%;
	height: 343px;
}
.menu01 .BoxL.floatL.frameJ,.menu01 .BoxR.floatR.frameK {
	height: 272px;
}
@media screen and (max-width: 767px) {
	.BoxL.floatL.frameJ,.BoxR.floatR.frameK {
		float: none;
		width: 100%;
		height: auto;
	}
	.BoxL.floatL.frameJ {
		margin-bottom: 10px;
	}
}
.fff {
	display: none;
}
.aaa:hover .fff {
	display: block;
}
.topbtn .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
	padding-top: 0;
}
.h3_top .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
	padding: 0;
}
.ryotit .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
	padding-top: 0;
}
/*--------------------------------------------
side
-------------------------------------------*/
aside #asideInner .naviList li.a01 ul,aside #asideInner .naviList li.a02 ul {
	display: none;
}
.page-id-1340 aside #asideInner .naviList li.a01 ul,
.page-id-1343 aside #asideInner .naviList li.a01 ul,
.page-id-1345 aside #asideInner .naviList li.a01 ul,
.page-id-1347 aside #asideInner .naviList li.a01 ul,
.page-id-1349 aside #asideInner .naviList li.a01 ul,
.page-id-1351 aside #asideInner .naviList li.a01 ul {
	display: block;
}
.page-id-2585 aside #asideInner .naviList li.a02 ul,
.page-id-2588 aside #asideInner .naviList li.a02 ul,
.page-id-2594 aside #asideInner .naviList li.a02 ul,
.page-id-2591 aside #asideInner .naviList li.a02 ul{
	display: block;
}
/*.page-id-2573 aside #asideInner .naviList li.a01 ul,
.page-id-2576 aside #asideInner .naviList li.a01 ul,
.page-id-2579 aside #asideInner .naviList li.a01 ul,
.page-id-2582 aside #asideInner .naviList li.a01 ul,
.page-id-2585 aside #asideInner .naviList li.a01 ul,
.page-id-2588 aside #asideInner .naviList li.a01 ul,
.page-id-2594 aside #asideInner .naviList li.a01 ul,
.page-id-2591 aside #asideInner .naviList li.a01 ul{
display: block;
}*/
aside #asideInner .naviList li.a01 ul li a,aside #asideInner .naviList li.a02 ul li a {
	color: #FF7C35;
	font-size: 100%;
	background: none;
	padding: 7px 10px 7px 20px;
	position: relative;
	background: url(/wp-content/uploads/dashed_lineL.gif) repeat-x left bottom;
	border-bottom: 1px dotted #FF7C35;
}
aside #asideInner .naviList li.a01 ul li a:before,aside #asideInner .naviList li.a02 ul li a:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 6px;
	background: url(/wp-content/uploads/dashed_lineL.png);
	background-size: cover;
	left: 10px;
	top: 11px;
}

.subCatNav ul {
	padding-left: 18px;
	padding-top: 21px;
}
.subCatNav ul li {
	display: inline;
}
.subCatNav ul li a {
	text-decoration: underline;
	color: #53C029;
}
.subCatNav1,.subCatNav2 {
	display: none;
}
.page-id-1340 .subCatNav1,.page-id-1343 .subCatNav1,.page-id-1345 .subCatNav1,
.page-id-1347 .subCatNav1,.page-id-1349 .subCatNav1,.page-id-1351 .subCatNav1{
	display: block;
}
/*--------------------------------------------
ページ戻る
-------------------------------------------*/
.qapagetop a {
	background: url(/wp-content/uploads/qa_pagetop.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 87px;
	height: 13px;
	margin-left: 540px;
}
/*--------------------------------------------
menu01
-------------------------------------------*/
.menu01Box01 ul {
	display: flex;
}
.menu01Box01 ul li:nth-child(1) {
	width: 60%;
	background: url(/wp-content/uploads/menu01_img02.png) no-repeat;
	background-size: 100% 100%;
	padding: 12px 25px 12px 12px;
}
.menu01Box01 ul li:nth-child(1) p {
	text-align: right;
	padding-right: 10px;
}
.menu01Box01 ul li:nth-child(1) p span {
	font-size: 25px;
}
.menu01Box01 ul li:nth-child(2) {
	width: 40%;
	padding-left: 24px;
}
@media screen and (max-width: 767px) {
	.menu01Box01 ul {
		display: block;
	}
	.menu01Box01 ul li:nth-child(1) {
		width: 100%;
		padding-right: 11px;
		background: none;
		border: 1px solid #fea834;
	}
	.menu01Box01 ul li:nth-child(2) {
		width: 100%;
		margin: 0 auto;
		margin-top: 0px;
		text-align: center;
		margin-top: 20px;
	}
}
.menu01Box02 {
	max-width: 70%;
}
.menu03Box01 {
	font-size: 15px;
	line-height: 2.2;
	font-weight: bold;
}
.conversionBox {
	margin-top: 70px;
}