@charset "utf-8";
/* CSS Document */

article{
	padding: 80px 0 100px 0;
}
article section{
	margin: 90px 0;
}
article section:first-child{
	margin-top: 0;
}
article section:last-child{
	margin-bottom: 0;
}
.insert{
	width: 1050px;
	margin: 0 auto;
}
.a-center{
	align-items: center;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lead{
	margin: 0 0 30px 0!important;
}
.lead.center{
	text-align: center;
}
.title{
	text-align: center;
	margin: 0 0 30px 0;
	color: #006AB8;
}
.title h2{
	font-size: 3.8rem;
}
.title .din{
	font-size: 1.7rem;
	font-weight: 500;
}
.title .icon{
	margin: 2px 0 10px 0;
}
.title .icon img{
	height: 22px;
	width: auto;
}

.bt{
	width: 350px;
	text-align: center;
	margin: 40px auto 0;
}
.bt span{
	position: relative;
	background-color: #006AB8;
	border: 1px solid #006AB8;
	color: #fff;
	display: block;
	padding: 10px 50px;
	border-radius: 100px;
	transition: all .3s ease-in-out;
}
.bt span i{
	position: absolute;
	right: 10px;
}
.bt span:hover{
	background-color: #fff;
	color: #006AB8;
}
.bt-orange span{
	background-color: #E17E00;
	border: 1px solid #E17E00;
}
.bt span:hover{
	background-color: #fff;
	color: #E17E00;
}
.bt-min{
	width: 220px;
	margin: 30px 0 0 0;
}
.mv--container{
	background-color: #F2F9FE;
}
.mv--insert{
	text-align: center;
	padding: 60px 0 80px;
}
.mv--insert p{
	font-size: 1.8rem;
	font-weight: 700;
	color: #E17E00;
	margin: 0 0 12px 0;
}
.mv--insert h1{
	font-size: 4.0rem;
	color: var(--p-color);
}
.title--container .insert .l-ttl{
	width: 750px;
}
.l-ttl .title-lead{
	font-size: 4.2rem;
	font-weight: 800;
	line-height: 130%;
	margin: 0 0 20px 0;
}
.l-ttl .label{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap:7px 5px;
}
.l-ttl .label span{
	display: inline-block;
	line-height: 1;
	color: #fff;
	background-color: var(--p-color);
	font-size: 1.3rem;
	padding: 8px 15px 10px;
	border-radius: 100px;
}
.title--container .insert .r-ttl{
	width: 270px;
}
.title--container .insert .r-ttl p{
	position: relative;
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	font-size: 1.6rem;
	font-weight: 500;
}
.title--container .insert .r-ttl p::before{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: var(--p-color);
	border-radius: 100px;
	top: 9px;
	left: 0;
}
.title--container .insert .r-ttl ol{
	border-left: 1px solid #ddd;
	padding: 5px 0 5px 30px;
}

.title--container .insert .r-ttl ol li span{
	color: var(--p-color);
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 10px;
}
.title--container .insert .r-ttl ol li span i{
	color: #999;
}
.title--container .insert .r-ttl ul{
	border-left: 1px solid #ddd;
	padding: 5px 0 5px 30px;
	margin: 20px 0 0 0;
}
.title--container .insert .r-ttl ul li span{
	color: var(--p-color);
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 10px;
}
.title--container .insert .r-ttl ul li span i{
	color: #999;
}

.t-policyTitle{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #006AB8;
	position: relative;
	margin: 0 0 30px 0;
}
.t-policyTitle::after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #ddd;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
}
.t-policyTitle h2{
	font-size: 4.2rem;
	display: inline-block;
	background-color: #fff;
	padding: 0 15px 0 0;
}
.t-policyTitle p{
	margin: 0;
	font-size: 2.0rem;
	display: inline-block;
	background-color: #fff;
	padding: 0 15px;
}

.layout-t-policy h3{
	font-size: 3.2rem;
	margin: 0 0 30px 0;
}
.layout-t-policy .txt{
	padding: 0 0 0 100px;
	border-left: 1px solid #ddd;
}

.picsCept{
	display: flex;
	justify-content: space-between;
	padding: 0 90px 90px 0;
	position: relative;
}
.picsCept::after{
	content: '';
	background-color: var(--p-color);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	z-index: -1;
}
.picsCept .pic{
	width: calc(100% / 3);
	height: 380px;
}
.picsCept .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.layout-lTtl-rTx .insert{
	display: flex;
	justify-content: space-between;
}
.layout-lTtl-rTx .insert .ttl{
	width: 300px;
	border-top: 3px solid #006AB8;
	padding: 60px 0 0 0;
}
.layout-lTtl-rTx .insert .ttl h2{
	font-size: 3.0rem;
	color: #006AB8;
}
.layout-lTtl-rTx .insert .txt{
	width: calc(100% - 300px);
	border-top: 3px solid #ddd;
	padding: 60px 0 0 0;
}
.layout-lTtl-rTx .insert .txt h3{
	font-size: 3.0rem;
	margin: 0 0 30px 0;
}

.s-prof{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	margin: 0 0 60px 0;
	padding: 0 0 60px 0;
}
.s-prof:last-child{
	border: none;
	padding: 0;
	margin: 0;
}
.s-prof .l-picName{
	width: 220px;
}
.s-prof .s-txt{
	width: 470px;
}
.s-prof .l-picName .pic{
	margin: 0 0 20px 0;
}
.s-prof .l-picName .pic img{
	width: 100%;
	height: auto;
}
.s-prof .l-picName .name-sec .name{
	font-size: 2.2rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap:0 20px;
}
.s-prof .l-picName .name-sec .name span{
	font-size: 1.5rem;
	font-weight: normal;
}
.s-prof .l-picName .name-sec p{
	margin: 7px 0;
}
.s-prof .l-picName .name-sec dl{
	display: block;
	margin: 15px 0 0 0;
}
.s-prof .l-picName .name-sec dl dt{
	width: 100%;
	font-size: 1.2rem;
	color: #fff;
	background-color: var(--p-color);
	text-align: center;
}
.s-prof .l-picName .name-sec dl dd{
	width: 100%;
	font-size: 1.4rem;
	padding: 7px 0 ;
	text-align: center;
}
.s-prof .info{
	margin: 0 0 30px 0;
}
.s-prof .info:last-child{
	margin: 0;
}
.s-txt .info h3{
	font-size: 1.5rem!important;
	font-weight: 700;
	line-height: 1;
	background-color: #F1F1F1;
	padding: 10px 20px;
	margin: 0 0 20px 0!important;
}

.layout-chart{
	padding: 0 90px 0px;
}
.layout-chart--insert{
	background-color: #F2F9FE;
	padding: 60px;
	border-radius: 5px;
}
.layout-chart--insert h2{
	text-align: center;
	font-size: 2.5rem;
	margin: 0 0 30px 0;
}
.col2{
	display: flex;
	justify-content: space-between;
}
.col2 .item{
	width: 49%;
}
.layout-chart--insert .col2 {
	width: 80%;
	min-width: 1050px;
	margin: 0 auto;
}
.layout-chart--insert .col2 .item{
	background-color: #fff;
	padding: 30px;
	border-radius: 5px;
}
.layout-chart--insert .col2 .item p{
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 0 20px 0;
}
.layout-chart--insert .col2 .item img{
	width: 100%;
	height: auto;
}
.l-table{
	margin: 30px 0;
}
.l-table:first-child{
	margin-top: 0;
}
.l-table table tr {
    border: 1px solid #ddd;
}
.l-table table tr th {
    padding: 8px 15px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
    background-color: var(--p-color);
    color: #fff;
    width: 180px;
}
.l-table table tr th span{
	display: block;
	font-size: 1.3rem;
	line-height: 1;
}
.l-table table tr td {
    padding: 8px 8px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ddd;
}
.l-table table tr td span{
	font-size: 1.3rem;
}
.line-table table tr {
    border-top: 1px solid #ddd;
}
.line-table table tr th {
    padding: 15px 0;
    width: 140px;
    vertical-align: middle;
    color: var(--p-color);
    text-align: left;
    font-weight: bold;
}
.line-table table tr td {
    padding: 15px 0;
    vertical-align: middle;
}
.l-table-left table tr td{
	text-align: left;
}
.l-table-left table tr th{
	width: 160px;
}
.l-table a:link{text-decoration: underline;}
table tr td a:link{text-decoration: underline;}

.w150{
	width: 150px;
}
h3.dot{
	font-size: 2.3rem!important;
	color: #006AB8;
	margin: 0 0 15px 0!important;
	padding: 0 0 0 20px;
	position: relative;
}
h3.dot::before{
	content: '';
	width: 10px;
	height: 10px;
	background-color: #E17E00;
	border-radius: 100px;
	position: absolute;
	left: 0;
	top: 10px;
}
h3.dot span{
	display: block;
	font-size: 1.7rem;
}

.l-point{
	border-bottom: 1px solid #ddd;
	padding: 0 0 60px 0;
	margin: 0 0 60px 0;
}
.l-point:last-child{
	border: none;
	padding: 0;
	margin: 0;
}

.l-point-rPic{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.l-point-rPic .pic{
	width: 250px;
}
.l-point-rPic .pic img{
	width: 100%;
	height: auto;
}
.l-point-rPic .pic-v{
	text-align: right;
}
.l-point-rPic .pic-v img{
	width: 80%!important;
}
.l-point-rPic .tx{
	width: calc(100% - 270px);
}
.l-point-rPic .tx-w{
	width: 100%;
}
.l-point-rPic .tx p{
	font-size: 1.6rem;
	line-height: 200%;
}

.l-point .box{
	background-color: #f1f1f1;
	margin: 30px 0 0 0;
	padding: 30px;
}
.l-point .box .md{
	font-size: 1.8rem;
	font-weight: 700;
	color: #006AB8;
	margin: 0 0 10px 0;
}
.l-point .box ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.l-point .box ul li{
	width: 45%;
	list-style-type: disc;
	margin: 0 0 0 20px
}
.notice {
	margin: 20px 0 0 0;
}
.notice ul li{
	font-size: 1.2rem;
	color: #999;
	position: relative;
	padding: 0 0 0 20px;
	line-height: 170%;
}
.notice ul li::before{
	content: '※';
	position: absolute;
	left: 0;
	top: 0;
}
.notice.normal ul li{
	font-size: inherit;
	color: #000;
}

.list ul li{
	list-style-type: disc;
	margin: 0 0 0 20px;
}
.list ul li a{text-decoration: underline;}

.list-num ul li{
	list-style-type: decimal;
}
.list ul.col2{
	flex-wrap: wrap;
}
.list ul.col2 li{
	width: 40%;
}
.f-start{
	justify-content: flex-start;
}

.step-list{
	margin: 0 0 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.step-list::after{
	content: '';
	width: 100%;
	height: 5px;
	background-color: var(--p-color);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:-1;
}
.step-list .step{
	width: 30%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: var(--p-color);
	border-radius: 5px;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 700;
}

.pic-col3{
	display: flex;
	justify-content: space-between;
}
.pic-col3::after{
	content: '';
	display: block;
	width: 32%;
}
.pic-col3 .pic{
	width: 32%;
}
.pic-col3 .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.l-point .mess .md{
	font-size: 1.8rem;
	line-height: 160%;
	color: var(--p-color);
}
.l-point .mess .from{
	text-align: right;
}


.faq-list dl{margin: 0 0 15px 0;}
.faq-list dt {
   background-color: #F4F8FE;
   padding: 35px 25px 35px 70px;
   cursor: pointer;
   position: relative;
}
.faq-list dt span{
 font-family: din-2014,sans-serif;
 font-weight: 700;
 font-size: 35px;
 color: #27B2CC;
 position: absolute;
 left: 25px;
}
.faq-list dt:before {
 display: block;
 content: "＋";
 position: absolute;
 top: 35%;
 right: 15px;
 font-weight: bold;
}
.faq-list dt.active:before {
 content: "ー";
}
.faq-list dd {
 background-color: #F4F8FE;
 padding: 0 25px 0 70px;
 display: none;
 position: relative;
}

.answer{
 border-top: 1px solid #ddd;
 padding: 35px 0;
 line-height: 180%;
 position: relative;
}
.faq-list dd .answer span{
 font-family: din-2014,sans-serif;
 font-weight: 700;
 font-size: 35px;
 color: #FE0000;
 position: absolute;
 left: -45px;
}
.titleService--container{
	padding: 0 50px;
}
.titleService--container h2{
	text-align: center;
	font-size: 1.9rem;
	line-height: 180%;
	font-weight: normal;
	margin: 0 0 50px 0;
}
.titleService-pic-txt{
	display: flex;
	justify-content: space-between;	
}
.titleService-pic-txt .pic{
	height: 420px;
	width: 50%;
}
.titleService-pic-txt .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.titleService-pic-txt .txt{
	width: 47%;
	padding: 50px 0 0 0;
	position: relative;
}
.titleService-pic-txt .txt::before{
	content: '';
	display: block;
	width: 200px;
	height: 3px;
	background-color: #006AB8;
	position: absolute;
	top: 0;
	left: 0;
}
.titleService-pic-txt .txt h3{
	font-size: 3.0rem;
	color: #006AB8;
	margin: 0 0 20px 0;
}

.serviceInfo--container .insert .md-box{
	width: 280px;
	position: relative;
	padding: 50px 0 0 0;
}
.serviceInfo--container .insert .md-box::before{
	content: '';
	width: 80px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
}
.serviceInfo--container .insert .md-box h2{
	font-size: 2.6rem;
}
.serviceInfo--container .insert .r-info{
	width: 720px;
	display: flex;
	justify-content: space-between;
}
.serviceInfo--container .insert .r-info .item{
	width: 32%;
	background-color: #fff;
	box-shadow:0px 4px 20px rgb(0 0 0 / 20%);
	border-radius: 4px;
	padding: 20px;
}
.serviceInfo--container .insert .r-info .item p{
	text-align: center;
	background-color: #006AB8;
	color: #fff;
	border-radius: 100px;
	margin: 0 0 15px 0;
}
.serviceInfo--container .insert .r-info .item dl{
	display: flex;
	justify-content: space-between;
}
.serviceInfo--container .insert .r-info .item .total{
	color: #006AB8;
}
.serviceInfo--container .insert .r-info .item .total dl dt,
.serviceInfo--container .insert .r-info .item .total dl dd{
	font-weight: 700;
}
.serviceInfo--container .insert .r-info .item .memo{
	color: #777;
	font-size: 1.3rem;
}

.insert--voice{
	margin-top: 50px;
}
.serviceInfo--container .insert .r-voice{
	width: 720px;
}
.serviceInfo--container .insert .r-voice .voice{
	background-color: #FFFAE5;
	padding: 20px;
	font-size: 1.5rem;
	position: relative;
}
.serviceInfo--container .insert .r-voice .voice::after{
	border-top: 12px solid #FFFAE5;
	  border-right: 12px solid transparent;
	  border-left: 12px solid transparent;
	  content: '';
	  margin-left: -10px;
	  position: absolute;
	  bottom: -12px;
	  left: 50%;
}
.serviceInfo--container .insert .r-voice .icon{
	text-align: center;
	margin: 20px 0 0 0;
}
.serviceInfo--container .insert .r-voice .icon img{
	width: 80px;
	height: auto;
}
.serviceInfo--container .box{
	width: 48%;
}
.serviceInfo--container .box p span{
	background:linear-gradient(transparent 60%, #FFDB2B 60%);
	display: inline;
}

h2.line{
	font-size: 3.0rem;
	color: #006AB8;
	padding: 50px 0 0 0;
	margin: 0 0 30px 0;
	border-top: 3px solid #ddd;
	position: relative;
}
h2.line::before{
	content: '';
	display: block;
	width: 300px;
	height: 3px;
	background-color: #006AB8;
	position: absolute;
	left: 0;
	top: -3px;
}
h2.line small{
	display: block;
	font-weight: normal;
	line-height: 1;
	margin: 7px 0 0 0;
}

.list-about .item{
	padding: 0 0 0 50px;
	border-left: 1px solid #006AB8;
	margin: 0 0 40px 0;
}
.list-about .item:last-child{
	margin: 0;
}
.list-about .item h3{
	font-size: 2.2rem;
	color: #006AB8;
}

.cept-picsCol2 .insert{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.cept-picsCol2 .insert .pic{
	width: 50%;
	height: 400px;
}
.cept-picsCol2 .insert .pic:last-child{
	margin: 50px 0 0 0;
}
.cept-picsCol2 .insert .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.insert--news{
	display: flex;
	justify-content: space-between;
}
.news-list,
.news-entry {
    width: calc(100% - 330px);
}
.news-list dl{
	border-top: 1px solid #eee;
	position: relative;
	padding: 28px 0;
	display: flex;
	justify-content: space-between;
}
.news-list dt{
	color: #999;
	margin: 0 0 7px 0;
	width: 200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-list dd{
	width: calc(100% - 220px);
}

.title-news{
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #ddd;
}
.title-news .data{
	color: #999;
	margin: 0 0 20px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:0 7px;
}
.title-news h2{
	font-size: 2.5rem;
	line-height: 150%;
}

.news-list span,
.title-news span{
	display: inline-block;
	font-size: 1.3rem;
	width: 100px;
	text-align: center;
	padding: 5px 0 ;
	border-radius: 100px;
	background-color: #f1f1f1;
	line-height: 1;
}

.wp-pagenavi span.current{width: auto!important;}

/*お知らせ*/
span.news{
	background-color: #E9EA9C!important;
	color: #719E20!important;
}
/*更新情報*/
span.updata{
	background-color: #B2D5F1!important;
	color: #006AB8!important;
}
/*その他*/
span.other{
	background-color: #f5f8e4!important;
	color: #aeb583!important;
}
/*予防接種*/
span.yobo{
	background-color: #f0e4f8!important;
	color: #a368ca!important;
}
/*友の会*/
span.tomo{
	background-color: #F8E5EF!important;
	color: #C93F86!important;
}
/*会報みみはら*/
span.column{
	background-color: #f8efe4!important;
	color: #c57616!important;
}
/*デイケア*/
span.daycare{
	background-color: #b8f3b3!important;
	color: #5a9b54!important;
}
/*空床情報*/
span.open{
	background-color: #f5f1cc!important;
	color: #b0a858!important;
}
/*受信について*/
span.jusin{
	background-color: #F8E5EF!important;
	color: #C93F86!important;
}


.bt-back{
	width: 300px;
	margin: 50px auto 0;
	text-align: center;
}
.bt-back span{
	display: block;
	padding: 12px 0;
	position: relative;
	background-color: #184191;
	border: 1px solid #184191;
	color: #fff;
	border-radius: 3px;
	transition: all .3s ease-in-out;
}
.bt-back span i{
	position: absolute;
	left: 10px;
}
.bt-back span:hover{
	background-color: #fff;
	color: #184191;
}

.column-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:50px 0;
}
.column-list .item{
	width: 30%;
	position: relative;
}
.column-list .item .pic{
	position: relative;
	height: 220px;
}
.column-list .item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.column-list .item .pic .data{
	position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    padding: 15px 20px 0 0;
    width: 80%;
    color: #777;
}
.column-list .item p {
    color: var(--p-color);
    font-weight: 500;
    margin: 10px 0 0 0;
}

.insert--column .column-entry{
	width: 100%;
}
.column-entry .catch{
	width: 100%;
	height: 450px;
	margin: 0 auto 40px;
}
.column-entry .catch img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.insert--contents{
	display: flex;
	justify-content: space-between;
}
.insert--contents .sidebar{
	position: -webkit-sticky;
}

.contents-box{
	width: calc(100% - 320px);
}

.contents{
	margin: 0 0 80px 0;
}
.contents:last-child{
	margin: 0;
}
.contents h3{
	margin: 0 0 30px 0;
}
.contents .image img{
	width: 100%;
	height: auto;
}
.contents .image-w50{
	width: 50%;
	margin: 0 auto;
}
.greeting-sec .name {
    text-align: right;
    margin: 25px 0 0 0;
}
.line-table table tr td dl{
	display: flex;
	justify-content: space-between;
}
.line-table table tr td dl dt{
	width:180px;
}
.line-table table tr td dl dd{
	width: calc(100% - 180px);
}

.map-access {
	width: 85%;
	max-width: 1350px;
	height: 400px;
	margin: 0 auto 50px;
}
.map-access iframe{
	width: 100%;
	height: 100%;
}
.map-info{
	gap:40px 0;
}
.map-info .item{
	width: 48%;
}
.map-info .item h2{
	font-size: 1.6rem;
	font-weight: 600;
	background-color: #f1f1f1;
	padding: 8px 20px;
	margin: 0 0 15px 0;
}

.access-addr{
	text-align: center;
	margin: 0 0 30px 0;
	font-size: 1.7rem;
}
.map-info .image{
	border: 1px solid #ddd;
	padding: 25px;
}
.map-info .image img{
	width: 100%;
	height: auto;
	
}

.r-updata{
	text-align: right;
}

.pnlLink-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:40px 0;
}
.pnlLink-list::after{
	content: '';
	display: block;
	width: 32%;
}
.pnlLink-list .item{
	width: 32%;
	position: relative;
	border: 1px solid #eee;
	padding: 45px 30px 30px;
	transition: all .3s ease-in-out;
}
.pnlLink-list .item::before{
	content: '';
	width: 65%;
	height: 1px;
	background-color: var(--p-color);
	position: absolute;
	top: -1px;
	left: 0;
	
}
.pnlLink-list .item:hover{
	box-shadow:0px 4px 20px rgb(0 0 0 / 20%);
}
.pnlLink-list .item .md{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 30px 0;
}
.pnlLink-list .item .md p{
	font-size: 1.9rem;
	font-weight: 700;
	color: var(--p-color);
}
.pnlLink-list .item .md i {
    color: #fff;
    background-color: #1EB8D4;
    padding: 4px;
    border-radius: 100px;
    line-height: 1;
    z-index: 1;
    font-weight: normal;
}

.i-staff-list .item{
	border-top: 1px solid #ddd;
	padding: 40px 0;
}
.i-staff-list .item dl{
	display: flex;
	justify-content: space-between;
}
.i-staff-list .item dl dt{
	width: 200px;
	font-size: 1.7rem;
	font-weight: 700;
	color: var(--p-color);
}
.i-staff-list .item dl dt span{
	font-size: 1.3rem;
	display: block;
}
.i-staff-list .item dl dd{
	width: calc(100% - 200px);
	display: flex;
	justify-content: space-between;
}
.i-staff-list .item dl dd .box{
	width: 50%;
}
.i-staff-list .item dl dd .box p{
	font-weight: 600;
	margin: 0 0 10px 0;
}

.reserve-box{
	background-color: #f1f1f1;
	padding: 30px 50px;
	border-radius: 4px;
	text-align: center;
}
.reserve-box h3{
	text-align: center;
	font-size: 2.0rem;
	color: var(--p-color);
	margin: 0 0 0 0;
	display: block;
	width: 35%;
}
.reserve-box .box{
	width: 65%;
	text-align: left;
}
.reserve-box .box .tel a{
	color: #000!important;
}
.reserve-box .box .tel a span{
	background-color: var(--p-color);
	color: #fff;
}
.reserve-box .login{
	margin: 7px 0;
}
.reserve-box .login span{
	display: block;
}

.copy-lead{
	font-size: 2.3rem;
	font-weight: 800;
	margin: 0 0 50px 0;
	line-height: 170%;
}

.box-info{
	background-color: #f1f1f1;
	padding: 30px;
	margin: 30px 0 0 0;
}
.box-info h2{
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 0 15px 0;
}
.box-info .item{
	margin: 15px 0 0 0;
}

.step{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.step::after{
	content: '';
	z-index: -1;
	height: 5px;
	background-color: #f1f1f1;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	vertical-align: middle;
}
.step .item{
	background-color: #f1f1f1;
	padding: 15px 20px;
	border-radius: 3px;
	gap:0 10px;
}

.pd-set table tr th,
.pd-set table tr td{
    padding: 8px 5px!important;
    width: auto!important;
}

.reserve-list {margin: 30px 0 0 0;}
.reserve-list .item h3{
	color: #006AB8;
	font-size: 2.0rem;
	margin: 0 0 10px 0;
}

h3.bg{
	background-color: #F2F9FE;
    padding: 7px 15px;
    /*margin: 0 0 18px 0!important;*/
    margin: 30px 0!important;
    font-size: 1.8rem!important;
    font-weight: 700;
    color: #006AB8;
}

.l-table-f15{
	font-size: 1.5rem;
}
.l-table span.red{
	color: red;
	font-size: inherit;
}

.list-col2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list-col2 ul li{
	width: 47%;
}

.layout-picTxt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.layout-picTxt .pic{
	width: 40%;
}
.layout-picTxt .pic img{
	width: 100%;
	height: auto;
}
.layout-picTxt .txt{
	width: 57%;
}

.layout-picTxtQr .pic{
	width: 150px;
}
.layout-picTxtQr .txt{
	width: calc(100% - 180px);
}

.w100{
	width: 100%;
}
.right{
	text-align: right;
}


.pic-col2{
	display: flex;
	justify-content: space-between;
}
.pic-col2 .item{
	width: 49%;
}
.pic-col2 .item .pic img{
	width: 100%;
	height: auto;
}

.philo-list h3{
	font-size: 2.2rem;
	color: #006AB8;
	margin: 0 0 20px 0;
}
.philo-list .item{
	margin: 0 0 30px 0;
}
.philo-list .item .flex.even{
	flex-direction: row-reverse;
}
.philo-list .item .flex .pic{
	width: 35%;
}
.philo-list .item .flex .pic img{
	width: 100%;
	height: auto;
}
.philo-list .item .flex .txt{
	width: 62%;
}
.philo-list .item .flex.even .txt{
	
	text-align: right;
}

.step-reserve .item{
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
}
.step-reserve .item:first-child{
	padding-top: 0;
}
.step-reserve .item .pic img{
	width: 100%;
	height: auto;
}
.step-reserve .item .pic{
	border: 1px solid #eee;
	padding: 10px;
	width:240px;
	box-shadow:0px 4px 8px rgb(0 0 0 / 10%);
}
.step-reserve .item .txt{
	width: calc(100% - 280px);
}
.step-reserve .item .txt .din{
	margin: 20px 0 20px 0;
}
.step-reserve .item .txt .din span{
	display: inline-block;
	text-align: center;
	padding: 5px 20px;
	border-radius: 100px;
	background-color: #006AB8;
	color: #fff;
	font-size: 1.8rem;
}
.step-reserve .item .txt h2{
	font-size: 2.2rem;
	margin: 0 0 20px 0;
}
.id {
	margin: 15px 0 0 0;
}
.id img{
	height: 140px;
	width: auto;
}

.l-pic-txt{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.l-pic-txt .pic{
	width: 38%;
}
.l-pic-txt .pic img{
	width: 100%;
	height: auto;
}
.l-pic-txt .txt{
	width: 58%;
}
.s-point-list{
	margin: 50px 0 0 0;
}
.s-point-list .item{
	border-top: 1px solid #ddd;
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.s-point-list .item .pic img{
	width: 100%;
	height: auto;
}
.s-point-list .item .pic{
	width: 38%;
}
.s-point-list .item .txt{
	width: 58%;
}
.s-point-list .item .txt.w100{
	width: 100%;
}

.o-reserve{
	color: red;
}

.c-line{
	border-top: 1px solid #eee;
	margin: 5px 0;
}

.notice.o-reserve ul li{
	font-size: 1.5rem;
	color: red;
}

.layout-picTxt.even {
    flex-direction: row-reverse;
}

.s-doctor-list .item {
    border-top: 1px solid #ddd;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.s-doctor-list .item .pic img{
	width: 100%;
	height: auto;
}
.s-doctor-list .item .pic{
	width: 45%;
}
.s-doctor-list .item .txt{
	width: 50%;
}
.s-doctor-list .item .txt.w100{
	width: 100%;
}
.s-doctor-list .item .txt .name{
	font-size: 1.9rem;
	font-weight: 700;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:0 12px;
	margin: 0 0 20px 0;
}
.s-doctor-list .item .txt .name span{
	font-weight: normal;
	font-size: 1.4rem;
}
.s-doctor-list .item .txt dl{
	display: flex;
	justify-content: flex-start;
}
.s-doctor-list .item .txt dl dt{
	width: 100px;
}
.s-doctor-list .item .txt dl dd{
	width: calc(100% - 100px);
}

.select-guide{
	display: flex;
	justify-content: space-between;
	margin: 0 0 50px 0;
}
.select-guide .btn{
	width: 49%;
	text-align: center;
}
.select-guide .btn span{
	display: block;
	background-color: #ddd;
	color: #555;
	padding: 15px 0;
	border-radius: 4px;
	font-size: 1.6rem;
	text-shadow: -1px -1px 1px rgba(255, 255, 255, 0), 1px 1px 1px rgba(255, 255, 255, 0);
}
.select-guide .btn.active span{
	color: #fff;
	background-color: var(--p-color);
}

.list-t-area ul li{
	border-bottom: 1px solid #eee;
	padding: 0 0 10px 0;
	margin-bottom:10px;
}
.list-t-area ul li:last-child{
	border: none;
	padding: 0;
	margin-bottom: 0;
}

a.link:link{text-decoration: underline;}


.flex .bt span,
.bt-min span{
	padding: 10px 10px;
}























