@charset "utf-8";
/* =====================================
■COMMON
===================================== */
/*--------------------------------------
fontSize
--------------------------------------*/
.fontSize14 {
	font-size: 14px !important;
}
.fontSize15 {
	font-size: 15px !important;
}
.fontSize16 {
	font-size: 16px !important;
}
.fontSize17 {
	font-size: 17px !important;
}
.fontSize18 {
	font-size: 18px !important;
}
.fontSize19 {
	font-size: 19px !important;
}
.fontSize20 {
	font-size: 20px !important;
}

/*--------------------------------------
textcolor
--------------------------------------*/
.txtColor {
	color: #1e99a8;
}
.txtLink {
	color: #0b3568 !important;
	text-decoration: underline !important;
	vertical-align: baseline;
}
.txtLink:hover {
	text-decoration: none !important;
}
.bgLine {
	background: linear-gradient(transparent 72%, #FFE34B 0%);
	padding-bottom: 1px;
}

/* -------------------------------------
Elementor
------------------------------------- */
/* general
------------------------------------- */
.elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0 10px;
}
#blogDetail .elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0;
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0;
}
.elementor img {
	vertical-align: top;
}

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

/* 見出し
------------------------------------- */
.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-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #666;
	margin: 0;
	position: relative;
}
div:not(.graphicBox) .elementor-image-box-title:first-letter {
	font-size: 30px;
}
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: 31.5% !important; */
	width: 200px !important;
	float: right;
	margin: 0 0 5px 15px !important;
	text-align: right;
}
div:not(.graphicBox).img_l .elementor-image-box-img {
	float: left;
	margin: 0 15px 5px 0 !important;
}
div:not(.graphicBox).auto_width .elementor-image-box-img {
	width: auto !important;
}
div:not(.graphicBox) .elementor-widget-image .elementor-image a img {
	width: 100%;
}
div:not(.graphicBox) .elementor-widget-image .elementor-image > a:hover img,
div:not(.graphicBox) .elementor-widget-image .elementor-image figure > a:hover img {
	opacity: 0.8 !important;
}
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 20px !important;
	}
	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: 31.5% !important; */
	width: 200px !important;
	margin: 0 0 5px 15px !important;
	z-index: 1;
}
.img_l.graphicBox .photo {
	float: left;
	margin: 0 15px 5px 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;
}
@media screen and (max-width: 767px) {
	.graphicBox .photo,
	.img_l.graphicBox .photo {
		width: 100% !important;
		float: none;
		margin: 0 auto 20px !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: 200px;
	background: #243f76;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.2em;
	color: #fff !important;
	text-align: center;
	padding: 5px 5px !important;
	border-radius: 2px !important;
	box-sizing: border-box;
	position: relative;
	transition: all 0.6s ease;
	overflow: hidden;
}
.elementor-button .elementor-button-content-wrapper,
.btn a span {
	display: inline-block;
	padding-left: 15px;
	position: relative;
	z-index: 2;
}
.elementor-button .elementor-button-content-wrapper:before,
.btn a span:before {
	content: "";
	border-left: 5px solid #fff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	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;
	background: none;
}
.elementor-slideshow__footer {
	background: none;
}
.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
	padding: 10px;
	background: #fff;
	box-sizing: border-box;
}
/* IE用修正 */
@media all and (-ms-high-contrast: none) {
	.cv-image{
		max-width:100%;
		display:block;
	}
	.cv-image img{
		max-width:100%;
	}
}

/* リスト
------------------------------------- */
.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;
}
.elementor-icon-list-items .elementor-icon-list-item a:hover {
	text-decoration: underline;
}

/* circleList */
.circleList .elementor-icon-list-items li,
ul.circleList > li {
	padding: 0 0 0 15px;
	position: relative;
	text-align: left;
}
.circleList .elementor-icon-list-items li:before, ul.circleList > li:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #ffab2f;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
}

/* checkList */
.checkList .elementor-icon-list-items li,
ul.checkList > li {
	padding: 0 0 0 30px;
	position: relative;
}
.checkList .elementor-icon-list-items li:before,
ul.checkList > li:before {
	display: block;
	content: "";
	width: 17px;
	height: 17px;
	border: 1px solid #0000cd;
	position: absolute;
	left: 0;
	top: 2px;
	z-index: 0;
}
.checkList .elementor-icon-list-items li:after,
ul.checkList > li:after {
	display: block;
	content: "";
	width: 11px;
	height: 4px;
	border: transparent 4px solid;
	border-left: 2px solid #0000cd;
	border-bottom: 2px solid #0000cd;
	position: absolute;
	left: 3px !important;
	top: 0px;
	transform: rotate(-40deg);
	box-sizing: content-box;
}
.checkList.red .elementor-icon-list-items li:before,
ul.checkList.red > li:before {
	border: 1px solid #ff0000;
}
.checkList.red .elementor-icon-list-items li:after,
ul.checkList.red > li:after {
	border-left: 2px solid #ff0000;
	border-bottom: 2px solid #ff0000;
}
.checkList .elementor-icon-list-items li .elementor-icon-list-text {
    line-height: 1.4;
}

/* iconList */
.iconList .elementor-icon-list-items li,
ul.iconList > li {
	font-size: 100%;
	padding: 0 0 0 23px;
	position: relative;
	text-align: left;
}
.iconList .elementor-icon-list-items li:not(:first-child),
ul.iconList > li:not(:first-child) {
	margin-top: 4px;
}
.iconList .elementor-icon-list-items li:before,
ul.iconList > li:before {
	content: "";
	width: 18px;
	height: 18px;
	background: url(/wp-content/uploads/iconList.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	z-index: 2;
}

/* link_A */
.arrowListBox {
	text-align: left;
}
.arrowList .elementor-icon-list-items li {
	display: inline-block;
	padding: 3px 0 3px 15px;
	margin: 0 calc(25px/2);
	position: relative;
	width: 27%;
}
.arrowList .elementor-icon-list-items li a {
	color: #0b3568;
	text-decoration: underline;
	position: relative;
}
.arrowList .elementor-icon-list-items li a:hover {
	color: #045cc8;
}
.arrowList .elementor-icon-list-items li a:before {
	content: "";
	width: 9px;
	height: 9px;
	background: url(/wp-content/uploads/list_icon01.png) no-repeat center;
	position: absolute;
	left: -15px;
	top: 3px;
}

/* 番号リスト */
.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: 5px;
}
.numList .elementor-icon-list-items li:before,
ul.numList > li:before {
	display: block;
	content: counter(li, decimal);
	counter-increment: li;
	width: 18px;
	height: 18px;
	background: #011F3E;
	border-radius: 2px;
	font-family: kozuka-mincho-pr6n, serif;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 2px;
}

.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 5px !important;
}

@media screen and (max-width: 767px) {
	.arrowList .elementor-icon-list-items li {
		display: block;
		margin: 0;
		width: auto;
	}
	.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: 30px;
}
.flowList .elementor-inner-section:not(:last-child):after {
	content: "";
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #76c032;
	position: absolute;
	left: 50%;
	bottom: -25px;
	margin-left: -15px;
}
.flowList .elementor-widget-heading,
.flowList .elementor-image-box-title {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0;
	padding: 0;
	margin-bottom: 7px !important;
	position: relative;
}
.flowList .elementor-image-box-img,
.flowList .graphicBox .photo {
	margin-bottom: 0 !important;
}
.flowTit .number {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background: #76c032;
    border-radius: 50%;
    font-size: 19px;
    line-height: 30px;
    color: #fff;
    letter-spacing: 0;
    padding: 0;
    margin: -3px 8px 0 3px;
    text-align: center;
}

@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 {
	border-bottom: 1px solid #CCCCCC;
	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 {
	width: 46px;
	font-size: 31px;
	line-height: 1;
	color: #044C85;
	text-align: center;
}
.qaList .answer .num {
	width: 46px;
	font-size: 31px;
	line-height: 1;
	color: #666666;
	text-align: center;
}
.qaList .num img {
	vertical-align: top;
}
.qaList .txt {
	width: calc(100% - 46px);
	line-height: 1.6;
	padding-left: 8px;
}
.qaList .question .txt {
	font-size: 14px;
	color: #454545;
	font-weight: bold;
	padding-top: 4px;
}
.qaList .answer .txt {
	padding-bottom: 10px;
	padding-top: 3px;
}
.qaList .answer .txt .elementor-heading-title {
	color: #934900;
	font-weight: bold;
}
/* .qaList .answer .txt .full {
	width: calc(100% + 30px);
	margin-left: -30px;
} */


/* 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;
}

/* -------------------------------------
地図
------------------------------------- */
.map {
	position: relative;
	width: 100%;
	padding-top: 298px;
}
.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
}
.maplink {
	display: block;
	font-size: 12px;
	line-height: 14px;
	margin: 5px 0 0;
	text-align: left;
}
.maplink a {
	color: #0000FF;
	text-decoration: underline;
}
.maplink a:hover {
	text-decoration: none;
}

/* -------------------------------------
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 {
	line-height: 1.3;
	letter-spacing: 0;
	vertical-align: middle;
	padding: 5px 0;
	border: 1px solid #999;
	text-align: center;
	font-size: 14px;
}
.timetable thead th {
	background: #f3e6c4;
	font-weight: normal;
	padding: 5px 0;
}
.timetable thead th:first-child {
	width: 29%;
}
.timetable tbody th {
	text-align: center;
	word-break: keep-all;
	white-space: nowrap;
	background: #f3e6c4;
}
.timetable tbody td {
	background: #fff;
}
@media screen and (max-width: 920px) and (min-width: 768px) {
	.timetable th,
	.timetable td {
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.timetable thead th:first-child {
		width: 40%;
	}
}

/* 診療時間表A
------------------------------------- */
table.timetableA {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.timetableA th,
.timetableA td {
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	border: 1px solid #ccc;
	line-height: 1.8;
}
.timetableA thead th {
	background: #043F7A;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
}
.timetableA thead th:first-child {
	width: 30%;
}
.timetableA thead th:last-child {
	width: 15%;
}
.timetableA tbody th {
	text-align: center;
	word-break: keep-all;
	white-space: nowrap;
}
.timetableA tbody td {
	color: #454545;
}
.timetableA tbody td.holiday {
	color: #666;
}


@media screen and (max-width: 374px) {
	.timetableA th,
	.timetableA td {
		font-size: 13px;
	}
}

/* 診療時間表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 {
	font-size: 100%;
	vertical-align: middle;
	word-break: break-all;
	border-bottom: 1px dotted #999
}
.table_A th {
	padding: 3px 10px 3px 0;
	color: #188C18;
	font-weight: bold;
}
.table_A td {
	padding: 3px 10px 3px 0;
}

/*--------------------------------------
* table_D
--------------------------------------*/
.table_D th,
.table_D td {
	vertical-align: middle;
	border: 1px solid #ddd;
	padding: 3px 5px;
	box-sizing: border-box;
}
.table_D thead th {
	background: #5FC473;
	font-weight: bold;
	text-align: center;
}
.table_D tbody th {
	background: #FFF2DF;
	font-weight: bold;
}
.table_D td p {
	margin-bottom: 0;
}
@media screen and (max-width: 540px) {
	.scroll_area {
		width: 100%;
		overflow-x: auto;
	}
	.scroll_area table {
		width: 540px;
	}
	.table_D th,
	.table_D td {
		font-size: 13px;
	}
}

/*--------------------------------------
ボックス
--------------------------------------*/
/*　frame タイトル
--------------------------------------*/
.frameTit {
	border-bottom: 2px solid #69dbf6;
	padding: 0 0 5px 12px;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.4;
	color: #ff66cc;
	position: relative;
}
.frameTit small {
	font-size: 14px;
}
.frameTit:before {
	display: block;
	content: "";
	height: 10px;
	width: 10px;
	background: #10c2e9;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: 0;
}
.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 {
	padding: 7px;
	background: #FFF5D5;
}
div:not(.graphicBox) .frameJ  .elementor-image-box-title {
	color: #F08D19;
}

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

/*　画像
--------------------------------------*/
.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;
}
div:not(.graphicBox) .frameJ .elementor-image-box-img {
	margin-bottom: 0 !important;
}

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

/*--------------------------------------
style_box
--------------------------------------*/
.style_box {
	border: 20px solid #a08271;
}
.style_title {
	font-size: 28px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	color: #a08271;
	border-bottom: 5px solid #a08271;
	padding: 25px 20px;
	text-align: center;
}
.style_box .inner {
	padding: 35px;
}
.style_box .inner .title {
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #75654c;
	padding: 0 0 15px;
	border-bottom: 2px solid #a08271;
	position: relative;
}

@media screen and (max-width: 767px) {
	.style_box {
		border: 10px solid #a08271;
	}
	.style_title {
		font-size: 25px;
	}
	.style_box .inner {
		padding: 20px;
	}
}

/*--------------------------------------
before after
--------------------------------------*/
.before_after {
	position: relative;
}
.before_after:before {
	display: block;
	content: "";
	border-left: 14px solid #ddd;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -7px;
}
.before_after img {
	border: 1px solid #ddd;
	padding: 5px;
}

@media screen and (max-width: 767px) {
	.before_after:before {
		border-left: 20px solid transparent;
		border-top: 14px solid #ddd;
		border-right: 20px solid transparent;
		border-bottom: none;
		margin-top: -6px;
		margin-left: -20px;
	}
}

/*--------------------------------------
* 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;
}

/* =====================================
■ブログ
===================================== */
#blogList {
	max-width: 490px;
	width: 72.1%;
	float: left;
}
#blogList .entry {
	margin-bottom: 37px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
.single #blogList .entry {
	margin-bottom: 0;
}
#blogList .entry .data {
	color: #747474;
	text-align: right;
	margin-bottom: 3px;
}
#blogList .entry .entry-title {
	background: #ebf2f8;
	padding: 3px 6px;
    position: relative;
	margin-bottom: 10px;
}
#blogList .entry .entry-title h4 {
	border-left: 4px solid #0f92f7;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4;
	padding: 2px 0 2px 7px;
}
#blogList .entry .entry-title a {
	color: #934900;
}
#blogList.contentArea a {
	color: #00E;
	word-break: break-all;
}
#blogList.contentArea a:hover {
	text-decoration: underline;
}
#blogList .date {
	color: #999;
	font-size: 90%;
	margin-bottom: .5em;
	text-align: right;
}
#blogList .blogArea {
	margin-bottom: 1em;
}
#blogList .blogArea iframe {
	width: 100% !important;
	height: auto !important;
}
#blogList .contributor {
	font-weight: normal;
	text-align: right;
	margin-top: 20px;
}
#blogList .contributor a {
	color: #333;
	text-decoration: underline;
}
#blogList .contributor a:hover {
	text-decoration: none;
}

#blogMenu {
	float: right;
	width: 25%;
}
#blogMenu .blogMenuWrap {
	margin-bottom: 15px;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #bfd4e4;
}
#blogMenu .blogMenuWrap h4 {
	margin-bottom: 10px;
	padding: 10px;
	background: #0f92f7;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
}
#blogMenu .blogMenuWrap li {
	padding-left: 9px;
	margin-bottom: 4px;
	width: auto;
	line-height: 140%;
	color: #663d1f;
	position: relative;
}
#blogMenu .blogMenuWrap li:before {
	content: "";
	border-left: 5px solid #0f92f7;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	position: absolute;
	left: 0;
	top: 8px;
	margin-top: 0;
	z-index: 2;
}
#blogMenu .blogMenuWrap li.sub {
	margin-left: 15px;
	width: 109px;
}
#blogMenu .blogMenuWrap li a {
	text-decoration: underline;
	vertical-align: baseline;
}

/* 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: #dfeffe;
	border: 1px solid #80c2ff;
	color: #696768 !important;
	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: #80c2ff;
	color: #fff !important;
}
.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;
	padding-top: 52px;
	margin-bottom: 52px;
}
.pagination ul {
	text-align: center;
}
.pagination ul li {
	display: inline-block;
}
.pagination ul li a,
.pagination ul li span.dots {
	display: block;
	width: auto;
	min-width: 28px;
	height: 28px;
	font-size: 16px;
	background: #8fcdfc;
	color: #333 !important;
	line-height: 28px;
	letter-spacing: 0;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li span.dots {
	background: none;
	border: none;
}
.pagination ul li a:hover {
	background: #0f92f7;
	color: #fff !important;
	text-decoration: none !important;
}
.pagination ul li span.current {
	display: block;
	width: auto;
	min-width: 28px;
	height: 28px;
	font-size: 16px;
	background: #0f92f7;
	color: #fff;
	line-height: 28px;
	letter-spacing: 0;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li .prev {
	display: block;
	width: 100px;
	position: absolute;
	left: 0;
	top: 52px;
	padding-left: 8px;
	box-sizing: border-box;
}
.pagination ul li .next {
	display: block;
	width: 100px;
	position: absolute;
	right: 0;
	top: 52px;
	padding-right: 8px;
	box-sizing: border-box;
}
.pagination ul li .prev span:before {
	display: block;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}
.pagination ul li .next span:before {
	display: block;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}


@media screen and (max-width: 767px) {
	#blogList {
		padding: 0 10px;
		max-width: none;
		width: 100%;
		float: none;
		box-sizing: border-box;
	}
	#blogMenu {
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	.navigation {
		margin-top: 35px;
	}
	.navigation ul {
		clear: both;
		padding-top: 20px;
	}
	.pagination {
		padding-top: 95px;
	}
	.pagination ul li .prev,
	.pagination ul li .next {
		top: 30px;
		width: 48%;
	}
}

/* =====================================
■サイトマップ
===================================== */
ul.sitemap_ic li a {
	color: #606060;
	font-weight: bold;
	text-decoration: none;
}
ul.sitemap_ic li a:hover {
	text-decoration: underline;
}
ul.sitemap_ic > li {
	margin-bottom: 15px;
}
ul.sitemap_ic > li > a {
	background: #f1f7fe;
	border: 1px solid #a3c2f1;
	padding: 8px 5px 7px 15px;
	display: block;
}
ul.sitemap_ic > li > .sub-menu {
	margin: 15px 0 0 15px;
}
ul.sitemap_ic .sub-menu li {
	padding-left: 15px;
	position: relative;
	margin-top: 2px;
	line-height: 1.8;
}
ul.sitemap_ic li > .sub-menu > li:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 11px;
	background: #a3c2f1;
}

/* =====================================
■NOTFOUND
===================================== */
.error404 #content .inner {
	padding: 0 15px;
} 
#notfoundBody p {
	padding-bottom: 10px;
	text-align: center;
}
#notfoundBody p strong {
	font-weight: 700;
	font-size: 130%;
}
#notfoundBody form {
	text-align: center;
}
.searchInput {
	max-width: 100%;
	border: 1px solid #ccc;
}
#notfoundBody form input {
	padding: 5px;
	border: 1px solid #ccc;
}
#notfoundBody form input {
	-webkit-appearance: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

/* =====================================
■お問い合わせ
===================================== */
.inquiryForm_message .explanation {
	margin-bottom: 10px;
	line-height: 160%;
	font-size: 13px;
}
.inquiryFormTable {
	font-size: 13px;
}
.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;
}
.inquiryFormTable .postCode input {
	width: calc(100% - 20px);
	margin-left: 8px;
}

.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 span.wpcf7-list-item {
	display: block;
	margin: 5px 0;
}
.inquiryFormTable input[type="checkbox"] {
	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: 600;
	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;
}

@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;
	}
}

/* =====================================
■TOP
===================================== */
/*--------------------------------------
mainVisual
--------------------------------------*/
#mainVisual {
	background: url(/wp-content/uploads/bg_main.png) repeat-x left top #203f60;
	padding: 15px 0;
}
#mainVisual img {
	width: 100%;
	max-width: 920px;
	display: block;
    margin: 0 auto;
}
/*--------------------------------------
どのような事でお悩みでしょうか？
--------------------------------------*/
.trouble_sec {
	background: #f9f9f9;
	border: 1px solid #cfd5da;
	padding: 7px 9px 100px;
}
.trouble_sec .elementor-heading-title {
	font-size: 26px;
    font-family: kozuka-mincho-pr6n, serif;
    font-weight: 600;
    color: #424b53;
	letter-spacing: -0.05em;
    line-height: 1.5;
	background: url(/wp-content/uploads/bg_title01.png) repeat-x center;
    margin-bottom: 7px;
	text-align: center;
}
.trouble_sec .elementor-heading-title span {
	display: inline-block;
	padding: 0 10px;
	background: #f9f9f9;
}
.trouble_sec li {
	float: left;
	width: 49.4%;
	margin-left: 1.2%;
	margin-top: 1.2%;
}
.trouble_sec li:nth-child(2n+1) {
	margin-left: 0;
	clear: both;
}
.trouble_sec li:nth-child(-n+2) {
	margin-top: 0;
}
.trouble_sec li a {
	display: block;
	height: 81px;
	padding: 50px 10px 0px 10px;
	text-decoration: none;
	color: #333;
	font-size: 12px;
	background-size: contain;
}
.trouble_sec li a.topBox06 {
	padding-top: 40px;
}
.topBox01 {
	background: url(/wp-content/uploads/top_btn01_mouseout.png) no-repeat;
}
.topBox02 {
	background: url(/wp-content/uploads/top_btn02_mouseout.png) no-repeat;
}
.topBox03 {
	background: url(/wp-content/uploads/top_btn03_mouseout.png) no-repeat;
}
.topBox04 {
	background: url(/wp-content/uploads/top_btn04_mouseout.png) no-repeat;
}
.topBox05 {
	background: url(/wp-content/uploads/top_btn05_mouseout.png) no-repeat;
}
.topBox06 {
	background: url(/wp-content/uploads/top_btn06_mouseout.png) no-repeat;
}
.topBox07 {
	background: url(/wp-content/uploads/top_btn07_mouseout.png) no-repeat;
}
@media screen and (min-width: 1024px) {
	.topBox01:hover {
		background: url(/wp-content/uploads/top_btn01_mouseover.png) no-repeat;
	}
	.topBox02:hover {
		background: url(/wp-content/uploads/top_btn02_mouseover.png) no-repeat;
	}
	.topBox03:hover {
		background: url(/wp-content/uploads/top_btn03_mouseover.png) no-repeat;
	}
	.topBox04:hover {
		background: url(/wp-content/uploads/top_btn04_mouseover.png) no-repeat;
	}
	.topBox05:hover {
		background: url(/wp-content/uploads/top_btn05_mouseover.png) no-repeat;
	}
	.topBox06:hover {
		background: url(/wp-content/uploads/top_btn06_mouseover.png) no-repeat;
	}
	.topBox07:hover {
		background: url(/wp-content/uploads/top_btn07_mouseover.png) no-repeat;
	}
}
@media screen and (max-width: 820px) and (min-width: 768px) {
	.trouble_sec li a {
		height: 67px;
		padding: 40px 5px 0px 5px;
		font-size: 11px;
	}
	.trouble_sec li a.topBox06 {
		padding-top: 30px;
	}
}
@media screen and (max-width: 767px) {
	.trouble_sec {
		padding-bottom: 40px;
	}
	.trouble_sec .elementor-heading-title {
		font-size: 22px;
		line-height: 1.2;
	}
	.trouble_sec ul {
		max-width: 306px;
		margin: 0 auto;
	}
	.trouble_sec li {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	.trouble_sec li:nth-child(-n+2) {
		margin-top: 10px;
	}
	.trouble_sec li:first-child {
		margin-top: 0;
	}
}
@media screen and (max-width: 360px) {
	.trouble_sec li a {
		height: 74px;
		padding: 45px 10px 0px 10px;
	}
	.trouble_sec li a.topBox06 {
		padding-top: 32px;
	}
}
/*--------------------------------------
バナー
--------------------------------------*/
.bnr_sec {
	border: 1px solid #cad5df;
	padding: 1px;
}
@media screen and (min-width: 768px) {
	.bnr_sec ul {
		background: url(/wp-content/uploads/bnr_bg01.png) no-repeat 46.35% center;
		background-size: auto;
		max-width: 636px;
		margin: 0 auto;
	}
	.bnr_sec li {
		float: left;
		width: 42.25%;
	}
	.bnr_sec li:last-child {
		float: right;
		width: 48.75%;
	}
}
@media screen and (max-width: 930px) and (min-width: 768px) {
	.bnr_sec ul {
		background-size: auto 98.3%;
	}
}
@media screen and (max-width: 767px) {
	.bnr_sec {
		max-width: 272px;
		margin: 0 auto 20px;
	}
	.bnr_sec li:last-child {
		margin-top: 1px;
	}
}

/* -------------------------------------
TITLE
------------------------------------- */
.titWrap {
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 4px;
	border-bottom: 1px solid #1d568f;
	box-shadow: inset 0 -4px #e5e5e5;
}
.titWrap h3 {
    font-size: 25px;
    font-family: kozuka-mincho-pr6n, serif;
    font-weight: 600;
    color: #424b53;
    letter-spacing: -0.05em;
    line-height: 1.5;
    margin: 0;
    text-align: center;
	background: #f4f4f4;
	border-bottom: 2px solid #fff;
	padding-top: 2px;
}
@media screen and (max-width: 767px) {
	.titWrap h3 {
		font-size: 22px;
	}
}
/* -------------------------------------
最新情報
------------------------------------- */
#news {
	position: relative;
}
#news .titWrap {
	margin-bottom: 15px;
}
#news .titWrap h3 {
	position: relative;
} 
#news .titWrap h3 a {
	font-size: 11px;
	color: #454545;
	background: url(/wp-content/uploads/icon_info_list.jpg) no-repeat left 0;
	padding: 2px 0 2px 15px;
	position: absolute;
	right: 2px;
	top: 2px;
}
#news .titWrap h3 a:hover {
	text-decoration: underline;
}
#news dl {
	border-bottom: 1px solid #CCE0FB;
	line-height: 1.2;
	padding: 0 0 10px;
	margin: 0 0 15px;
}
#news dl:last-child {
	margin-bottom: 0;
}
#news dl dt {
	font-weight: bold;
	color: #0674ca;
	margin-bottom: 5px;
	position: relative;
}
#news .newsNew {
	display: inline-block;
	background: #f2141e;
	width: 30px;
	height: 14px;
	font-size: 75%;
	line-height: 14px;
	color: #fff;
	margin: -1px 0 0 7px;
	text-align: center;
	vertical-align: top;
}
#news dd a {
	color: #808080;
	text-decoration: none;
}
#news dd a:hover {
	text-decoration: underline;
}
.category-news .pagination {
	margin-top: 18px;
}

/* =====================================
■UNDER
===================================== */
/* -------------------------------------
Bread
------------------------------------- */
#bread {
	font-size: 14px;
	line-height: 1.2;
	text-align: right;
	margin: 0 auto 18px;
	color: #454545;
	box-sizing: border-box;
	padding-right: 7px;
	list-style: none;
}
#bread li {
	display: inline-block;
	overflow: hidden;
/* 	text-overflow: ellipsis; */
	vertical-align: top;
	white-space: nowrap;
/* 	max-width: 110px; */
}
#bread li + li:before {
	padding-right: .3em;
	content: "＞";
}
#bread a {
	color: #045cc8;
	text-decoration: underline;
}
#bread a:hover {
	text-decoration: none;
}

/*--------------------------------------
TITLE
--------------------------------------*/
.pagename {
    margin-bottom: 15px;
    position: relative;
    padding: 2px;
	border: 1px solid #d4d4d4;
}
.pagename h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	color: #333;
	position: relative;
	padding: 7px 3px 7px 20px;
	background: #ebebeb;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #ebebeb));
    background: -webkit-linear-gradient(top, #fff 0%, #ebebeb 100%);
    background: -moz-linear-gradient(top, #fff 0%, #ebebeb 100%);
    background: -o-linear-gradient(top, #fff 0%, #ebebeb 100%);
    background: -ms-linear-gradient(top, #fff 0%, #ebebeb 100%);
    background: -linear-gradient(top, #fff 0%, #ebebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ebebeb',GradientType=0 );
}
.pagename h3:before {
    content: "";
    width: 5px;
    height: calc(100% - 4px);
    background: #02203e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #05498d), color-stop(1.00, #02203e));
    background: -webkit-linear-gradient(top, #05498d 0%, #02203e 100%);
    background: -moz-linear-gradient(top, #05498d 0%, #02203e 100%);
    background: -o-linear-gradient(top, #05498d 0%, #02203e 100%);
    background: -ms-linear-gradient(top, #05498d 0%, #02203e 100%);
    background: -linear-gradient(top, #05498d 0%, #02203e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05498d', endColorstr='#02203e',GradientType=0 );
    position: absolute;
    left: 3px;
    top: 2px;
}
.underTit_h4 {
	background: #03284d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #03284d), color-stop(1.00, #043b72));
    background: -webkit-linear-gradient(top, #03284d 0%, #043b72 100%);
    background: -moz-linear-gradient(top, #03284d 0%, #043b72 100%);
    background: -o-linear-gradient(top, #03284d 0%, #043b72 100%);
    background: -ms-linear-gradient(top, #03284d 0%, #043b72 100%);
    background: -linear-gradient(top, #03284d 0%, #043b72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03284d', endColorstr='#043b72',GradientType=0 );
	padding: 2px;
	border-bottom: 1px solid #ccc;
}
.underTit_h4 h4 {
    border: 1px solid #a7bacd;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    padding: 3px 10px 3px 20px;
    position: relative;
    z-index: 2;
}
.underTit_h5.bg {
	background: url(/wp-content/uploads/bg_h5.png) repeat-x left center;
}
.underTit_h5.bg h5 {
	display: inline-block;
	background: #fff;
	padding: 3px 10px 3px 15px;
	font-size: 23px;
}
.underTit_h5 h5 {
	padding: 3px 0 3px 15px;
	font-size: 20px;
	font-weight: bold;
	font-family: kozuka-mincho-pr6n, serif;
	line-height: 1.4;
	color: #021f3e;
	position: relative;
}
.underTit_h5.num h5 {
	padding: 3px 0;
}
.underTit_h5.num h5:before {
	display: none;
}
.underTit_h5 h5:before {
    content: "";
    width: 9px;
    height: 9px;
    background: url(/wp-content/uploads/h5_icon.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 13px;
}
.underTit_h6 {
	border-bottom: 1px dotted #c8c8c8;
	padding-bottom: 2px;
}
.underTit_h6 h6 {
	font-weight: bold;
	color: #011F3E;
	font-size: 13px;
	padding-left: 15px;
	position: relative;
}
.underTit_h6 h6:before {
    content: "";
    width: 9px;
    height: 9px;
    background: url(/wp-content/uploads/h5_icon.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 5px;
}
.point_title h5 {
	color: #934900;
	font-size: 14px;
	font-weight: bold;
}
.point_title h5 img {
	margin-right: 5px;
	vertical-align: middle;
}
.catchTit {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	.underTit_h5.bg h5,
	.underTit_h5 h5 {
		font-size: 20px;
	}
	.underTit_h5 h5:before {
		top: 12px;
	}
}
/*--------------------------------------
img
--------------------------------------*/
.border-img img {
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
.border-none img {
	border: none !important;
	padding: 0 !important;
}

/*--------------------------------------
お悩みに合わせたサービスの提案
--------------------------------------*/
.teian_box {
	border: 1px solid #cad5df;
	padding: 2px;
	font-size: 12px;
	box-shadow: 1px 1px 0 #e6e6e6;
}
.teian_box .inner {
	background: url(/wp-content/uploads/bg_teianBox.png) repeat-x left top;
	position: relative;
	z-index: 10;
}
.teian_box .inner .item01 {
	padding: 3px;
	background: url(/wp-content/uploads/teian_img01.png) no-repeat right top;
}
.teian_box .inner .item02 {
	padding: 3px;
	background: url(/wp-content/uploads/teian_img02.png) no-repeat right top;
}
.teian_box .inner .item03 {
	padding: 3px;
	background: url(/wp-content/uploads/teian_img03.png) no-repeat right top;
}
.teian_box .inner .item04 {
	padding: 3px;
	background: url(/wp-content/uploads/teian_img04.png) no-repeat right top;
}
.teian_box .inner .item05 {
	padding: 3px;
	background: url(/wp-content/uploads/teian_img05.png) no-repeat right top;
}
.teian_box .inner .item06 {
	padding: 3px;
	background: url(/wp-content/uploads/teian_img06.png) no-repeat right top;
}
.teian_box .inner .item07 {
	padding: 3px;
	background: url(/wp-content/uploads/teian_img07.png) no-repeat right top;
}
.teian_box h5 {
	font-size: 20px;
    font-family: kozuka-mincho-pr6n, serif;
    font-weight: 500;
    color: #424b53;
    letter-spacing: -0.05em;
    line-height: 1.5;
	background: url(/wp-content/uploads/bg_title_line.png) no-repeat left center;
	padding-left: 10px;
}
.teian_box ul {
	margin: 0 auto 12px;
	max-width: 440px;
	display: flex;
}
.teian_box ul li {
	margin: 0 10px;
}
@media screen and (min-width: 1024px) {
	.teian_box:hover {
		border: 1px solid #064889;
	}
}

@media screen and (max-width: 767px) {
	.teian_box h5 {
		font-size: 16px;
	}
	.teian_box ul {
		max-width: 200px;
		display: block;
	}
	.teian_box ul li {
		margin: 10px 0 0;
	}
}
/*--------------------------------------
質問
--------------------------------------*/
.qaListbox {
    background: url(/wp-content/uploads/bg_qa_top.png) no-repeat center top;
    background-size: 100% auto;
    padding-top: 10%;
}
.qaListbox .elementor-column-wrap {
    background: url(/wp-content/uploads/bg_qa_bottom.png) no-repeat center bottom;
	background-size: 100% auto;
    padding: 0 0 9.5% !important;
}
.qaListbox .elementor-widget-wrap {
	background: url(/wp-content/uploads/bg_qa.png) repeat-y center center;
	background-size: 100% auto;
	padding: 0 35px;
}
