@charset "utf-8";
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1040px !important;
	padding: 0 20px;
	box-sizing: border-box;
}
/* =====================================
■mainView
===================================== */
.mainView {
	background: url(/wp-content/uploads/mvbg.png) repeat center top;
	background-size: auto 100%;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.mainView .inner {
		width: 1000px;
		margin: 0 auto;
	}
	.mainView img {
		display: block;
		width: 1400px;
		max-width: inherit;
		margin: 0 -200px;
	}
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
	.mainView .inner {
		width: 100%;
	}
	.mainView img {
		width: 136%;
		margin: 0 -18%;
	}
}

@media screen and (max-width: 767px) {
	.mainView img {
		width: 100%;
	}
}


/* =====================================
■TITLE
===================================== */
.titWrap {
	margin-bottom: 25px;
}
.titWrap h2 {
	font-size: 3.0rem;
	text-align: center;
	line-height: 1.4;
	position: relative;
	font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}
.titBgWrap {
	margin-bottom: 30px !important;
}
.titBgWrap h2 {
	background: #86c7f1;
	border-top: 2px solid #62a2da;
	font-size: 2.8rem;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	padding: 15px 20px 13px;
	position: relative;
	font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}
.titBgWrap h2:before {
	content: "";
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

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

@media screen and (max-width: 767px) {
	.titWrap h2 {
		font-size: 2rem;
	}
	.titBgWrap {
		margin-bottom: 15px !important;
	}
	.titBgWrap h2 {
		font-size: 1.8rem;
		padding: 10px 5px 8px;
	}
}


/* =====================================
■NEWS
===================================== */
.newsSec {
	padding: 60px 0;
}
.newsSec .headingWrap {
	width: 12em;
}
.newsSec .headingWrap h2 {
	font-size: 2.4rem;
	color: #08436f !important;
	font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}
.newsSec .headingWrap .more a {
	display: inline-block;
	background: #e1edf9;
	border-radius: 6px;
	font-size: 11px !important;
	color: #08436f !important;
	text-decoration: none;
	line-height: 1 !important;
	padding: 5px 18px 5px 10px;
	position: relative;
}
.newsSec .headingWrap .more a:before {
	content: "";
	width: 7px;
	height: 7px;
	border-style: solid;
	border-width: 0px 1px 1px 0;
	border-color: #08436f !important;
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -4px;
	box-sizing: border-box;
}
.elementor-element-d6017b3.elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0;
}
.newsSec .newsWrap {
	width: calc(100% - 12em);
}
.newsSec .news {
	padding-left: 2px;
	border-bottom: 1px solid #eee;
	position: relative;
}
.newsSec .news:before {
	content: "";
	width: 1px;
	height: 100%;
	background: #62a2da;
	position: absolute;
	top: 0;
	left: 0;
}
.newsSec .news:after {
	content: "";
	width: 2px;
	height: 100%;
	background: #eee;
	position: absolute;
	top: 0;
	left: 1px;
}
.newsSec .news dl {
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 90%;
	color: #000;
	border-top: 1px solid #eee;
	padding: 5px 20px;
}
.newsSec .news dl dt {
	width: 9em;
	color: #6d6d6d;
}
.newsSec .news dl dd {
	font-size: 90%;
}
.newsSec .news dl dd a {
	color: #000;
}
.newsSec .elementor-widget-wrap > .elementor-element {
  margin-bottom: 0;
}
@media screen and (max-width: 1040px) {
	.newsSec {
		padding: 60px 0;
	}
}

@media screen and (max-width: 767px) {
	.newsSec .headingWrap {
		width: 100%;
		margin-bottom: 5px;
	}
	.newsSec .headingWrap > .elementor-column-wrap > .elementor-widget-wrap {
		display: flex;
	}
	.newsSec .headingWrap .heading {
		width: calc(100% - 7rem);
	}
	.newsSec .headingWrap h2 {
		font-size: 2rem;
	}
	.newsSec .headingWrap .more {
		width: 7rem;
		margin-top: 10px;
	}
	.newsSec .headingWrap .more a {
		display: block;
		text-align: center;
	}
	.newsSec .newsWrap {
		width: 100%;
	}
	.newsSec .news dl {
		flex-wrap: wrap;
		font-size: 100%;
		padding: 5px 0px 5px 10px;
	}
	.newsSec .news dl dt {
		width: 100%;
	}
	.newsSec .news dl dd {
		font-size: 100%;
	}
}




/* =====================================
■診療時間
===================================== */
.clinicSec {
	padding: 30px 0 60px;
	z-index: 3;
}
.timetable th,
.timetable td {
	text-align: center;
	border: 1px solid #ccc;
	padding: 5px 5px 3px 5px;
	vertical-align: middle;
	opacity: 0.8;
}
.timetable thead th {
	width: 8%;
	background: #86c7f1;
	color: #fff;
}
.timetable thead th:first-child {
	width: 36%;
}
.timetable tbody th {
	background: #e1edf9;
}
.timetable tbody th small {
	font-size: 80%;
}

@media screen and (max-width: 767px) {
	.clinicSec {
		padding-bottom: 45px;
	}
	.timetable th,
	.timetable td {
		font-size: 70%;
		padding: 5px 2px 3px 2px;
	}
	.timetable thead th {
		width: 10%;
	}
	.timetable thead th:first-child {
		width: 20%;
	}
}


/* =====================================
■地図
===================================== */
.mapBlock .mapbox {
	height: 400px;
	min-height: 250px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	position: relative;
}
.mapBlock .mapbox iframe {
	width: 100% !important;
	height: 100% !important;
	border: none;
	position: absolute;
	left: 0;
	top: 0;
}
.mapBlock .mapbox > div {
	min-height: 250px;
}
.open-googlemap {
	text-align: right;
	line-height: 1;
}
.open-googlemap a {
	font-size: 80%;
	color: #999;
	margin-top: 0px;
	padding-right: 15px;
	position: relative;
}
.open-googlemap a:after {
	content: "";
	width: 8px;
	height: 8px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #453526;
	transform: rotate(45deg);
	position: absolute;
	top: 6px;
	right: 2px;
}

@media screen and (max-width: 767px) {
	.mapBlock .mapbox {
		height: 250px;
	}
}
/* =====================================
■まずはお気軽にご相談ください
===================================== */
.top_boxA {
	background: #f7e6eb;
	padding-top: 45px;
	text-align: center;
	padding-bottom: 80px;
}
.top_boxA ul {
	display: flex;
	column-gap: 40px;
}
.top_boxA ul li {
	width: calc((100% - 40px) / 2);
}
.top_boxA ul li img {
	border-radius: 6px;
}
.top_boxA ul li a {
	display: block;
	overflow: hidden;
}
.top_boxA ul li a:hover img {
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transition: .3s ease;
	-webkit-transition: .3s ease;
}
@media screen and (max-width: 767px) {
	.top_boxA ul {
		column-gap: 10px;
	}
	.top_boxA ul li {
		width: calc((100% - 10px) / 2);
	}
}
/* -------------------------------------
■top_boxB
------------------------------------- */
.top_boxB {
	margin-top: 60px;
}
.under_tmp_conblock {
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	margin-bottom: 60px;
}
.under_tmp_conblock ul {
	display: flex;
	column-gap: 30px;
}
.under_tmp_conblock ul li {
	width: calc((100% - 60px) / 3);
}
.under_tmp_conblock ul li a {
	overflow: hidden;
	display: block;
}

.under_tmp_conblock ul li a:hover img {
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transition: .3s ease;
	-webkit-transition: .3s ease;
}
@media screen and (max-width: 767px) {
	.top_boxB {
		margin-top: 30px;
	}
	.under_tmp_conblock ul {
		column-gap: 5px;
	}
	.under_tmp_conblock ul li {
		width: calc((100% - 10px) / 3);
	}
}
/* -------------------------------------
■top_boxC
------------------------------------- */
.top_boxC {
	max-width: 632px;
	margin: 0 auto;
	padding: 0 20px;
}
.top_boxC ul {
	margin-bottom: 20px;
}
.top_boxC ul > li {
	position: relative;
	padding-bottom: 14px;
	padding-left: 2.5em;
	padding-top: 3px;
	font-size: 2rem;
	line-height: 1.4;
}
.top_boxC ul > li:before {
	content: counter(li) "";
	counter-increment: li;
	position: absolute;
	left: 0;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
	border-radius: 50px;
	color: #fff;
	line-height: 1.9;
	text-align: center;
	font-size: 1.3rem;
	background: #08436f;
	font-size: 2rem;
	margin-top: -4px;
}
.top_boxC ul > li:nth-child(2):before {
	content: "2";
}
.top_boxC ul > li:nth-child(3):before {
	content: "3";
}
.top_boxC ul > li:nth-child(4):before {
	content: "4";
}
.top_boxC ul > li:nth-child(5):before {
	content: "5";
}
@media screen and (max-width: 767px) {
	.top_boxC ul > li {
		font-size: 1.6rem;
	}
	.top_boxC ul > li:before {
		top: 5px;
		width: 1.6em;
		height: 1.6em;
		line-height: 1.7;
	}
}
/* -------------------------------------
■個人向け取扱業務
------------------------------------- */
.top_boxD {
	margin-top: 90px;
}
.tmp_main {
	display: flex;
	flex-wrap: wrap;
}
.tmp_main .tmp_conblockin {
	width: calc(100% / 3);
	position: relative;
	overflow: hidden;
	border: 1px solid #fff;
}
.tmp_main .tmp_conblockin:nth-child(1),
.tmp_main .tmp_conblockin:nth-child(2),
.tmp_main .tmp_conblockin:nth-child(3) {
	border-bottom: none;
}
.tmp_main .tmp_conblockin:nth-child(1),
.tmp_main .tmp_conblockin:nth-child(2),
.tmp_main .tmp_conblockin:nth-child(4),
.tmp_main .tmp_conblockin:nth-child(5) {
	border-right: none;
}
.tmp_conblockin a {
	background: url(/wp-content/uploads/top_img01.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px;
	transition: transform 0.5s ease; /* 平滑过渡效果 */
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 1;
}
.tmp_conblockin:nth-child(2) a {
	background: url(/wp-content/uploads/top_img02.jpg) no-repeat center center;
	background-size: cover;
}
.tmp_conblockin:nth-child(3) a {
	background: url(/wp-content/uploads/top_img03.jpg) no-repeat center center;
	background-size: cover;
}
.tmp_conblockin:nth-child(4) a {
	background: url(/wp-content/uploads/top_img04.jpg) no-repeat center center;
	background-size: cover;
}
.tmp_conblockin:nth-child(5) a {
	background: url(/wp-content/uploads/top_img05.jpg) no-repeat center center;
	background-size: cover;
}
.tmp_conblockin:nth-child(6) a {
	background: url(/wp-content/uploads/top_img06.jpg) no-repeat center center;
	background-size: cover;
}
.tmp_conblockin a:before {
	position: absolute;
	content: "";
	background: #08436f;
	top: 0;
	left: 0;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.tmp_conblockin a:hover:after {
	position: absolute;
	content: "";
	background: #fff;
	top: 0;
	left: 0;
	opacity: 0.4;
	width: 100%;
	height: 100%;
	z-index: -1;	
}
.tmp_conblockin:nth-child(2) a:before,
.tmp_conblockin:nth-child(4) a:before,
.tmp_conblockin:nth-child(6) a:before {
	background: #1b71b4;
}
.tmp_conblockin a:hover {
	transform: scale(1.1); /* 放大10% */
	opacity: 1;
}
.top_boxD .tmp_main .tmp_conblockin h3 {
	font-size: 3rem;
	text-align: center;
	font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	position: relative;
	padding: 10px 10px 5px 10px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
.top_boxD .tmp_main .tmp_conblockin h3:before {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	bottom: -1px;
	left: 0;
	background: rgba(0,0,0,1);
}
.top_boxD .tmp_main .tmp_conblockin h3:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	bottom: 0px;
	left: 0;
	background: #fff;
}
.top_boxD .tmp_main .tmp_conblockin a:hover h3:before {
	background: #fff;
}
.top_boxD .tmp_main .tmp_conblockin a:hover h3:after {
	background: rgba(0,0,0,1);
}
.tmp_conblockin ol li {
	padding-top: 5px;
	padding-left: 25px;
	position: relative;
}
.tmp_conblockin ol li:before {
	position: absolute;
	content: "";
	width: 18px;
	height: 15px;
	background: url(/wp-content/uploads/iconA.png) no-repeat;
	left: 0;
	top: 11px;
	background-size: cover;
}
.tmp_conblockin {
	position: relative;
}
.tmp_conblockin:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 17px 17px;
	border-color: transparent transparent #ffffff transparent;
	bottom: 3px;
	right: 3px;
	z-index: 2;
}
.top_boxD .tmp_main .tmp_conblockin a:hover h3 {
	color: #000;
	text-shadow: 1px 1px 1px rgba(225, 225, 225,0.6);
}
.top_boxD .tmp_main .tmp_conblockin a:hover ol li {
	color: #000;
	text-shadow: 1px 1px 1px rgba(225, 225, 225,0.6);
}
@media screen and (max-width: 1024px) {
	.top_boxD .tmp_main .tmp_conblockin h3 {
		font-size: 1.5rem;
	}
	.tmp_conblockin ol li {
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) {
	.tmp_main {
		display: block;
	}
	.tmp_main .tmp_conblockin {
		width: 100%;
	}
}
/* -------------------------------------
■法人向け取扱い業務
------------------------------------- */
.underTit_h4 {
	margin-bottom: 30px !important;
}
.underTit_h4 h4 {
	font-size: 2.6rem;
	line-height: 1.3;
	padding: 5px 10px 0.6em;
	position: relative;
	font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	color: #000;
}
.underTit_h4 h4:before {
	content: "";
	width: 5%;
	height: 2px;
	background: #08436f;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.underTit_h4 h4:after {
	content: "";
	height: 2px;
	width: 100%;
	background: #1b71b4;
	position: absolute;
	bottom: 0;
	right: 0;
}
.underTit_h4 h4 a {
	display: inline-block;
	text-decoration: none;
	color: #000;
	padding-left: 20px;
	position: relative;
}
.underTit_h4 h4 a:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 10px;
	border-color: transparent transparent transparent #62a2da;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}
.underTit_h4 h4 a:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 3px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}
.top_boxE .ul01 {
	display: flex;
	column-gap: 40px;
	justify-content: space-between;
}
.top_boxE .ul01 a {
	text-decoration: none;
}
.top_boxE .ul01 > li {
	width: calc((100% - 40px) / 2);
	border: 1px solid #08436f;
	padding: 20px;
	position: relative;
}
.top_boxE .ul01 > li:after {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #08436f transparent;
}
.top_boxE .ul01 > li .ul02 {
	display: flex;
	justify-content: space-between;
}
.top_boxE .ul01 > li .ul02 img {
	border-radius: 10px;
}
.top_boxE .ul01 > li .ul02 li:first-child {
	width: 65%;
	padding-right: 10px;
}
.top_boxE .ul01 > li .ul02 li:last-child {
	width: 35%;
	padding-left: 10px;
}
@media screen and (max-width: 767px) {
	.top_boxE .ul01 {
		display: block;
		margin-bottom: 20px !important;
	}
	.underTit_h4 h4  {
		font-size: 1.6rem;
	}
	.top_boxE .ul01 > li .ul02 {
		display: block;
	}
	.top_boxE .ul01 > li .ul02 li:first-child {
		width: 100%;
	}
	.top_boxE .ul01 > li .ul02 li:last-child {
		width: 100%;
		margin-top: 15px;
	}
	.top_boxE .ul01 > li {
		width: 100%;
		margin-bottom: 20px;
	}
}