@charset 'UTF-8';
body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
.inline{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
a.link{
    background: url(assets/img/common/icon_triangle.png) no-repeat left center;
    background-size: 5px 9px;
    padding-left: 10px;
}
a.link:hover{
	text-decoration: underline;
}
header,footer{
  background: linear-gradient(90deg, #ecf5da, #cdeace);
}
header ul.hdr{
	display: table;
	width: 100%;
}
header ul.hdr > li{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	height: 90px;
	
}
header ul.hdr > li .logo{
	margin: 0 0 0 30px;
	display: inline-block;
}
header ul.hdr > li .logo img{
	width: 305px;
}
header ul.hdr > li .insta {
     margin: 0 0 0px 18px;
    display: inline-block;
}

header ul.hdr > li .insta img{
	width:28px;
    margin: 0px 0 19px 0;
}

header ul.hdr > li.tel{
	text-align: right;
	vertical-align: middle;
	font-size: 14px;
}
header ul.hdr > li.tel ul{
	margin-right: 30px;
}

header ul.hdr > li.tel ul li{
    padding-right: 4px;
}
header ul.hdr > li.tel ul li.call{
	display: table;
	vertical-align: middle;
    margin-left: auto;
	margin-top: 8px;
	padding-right: 0;
}
header ul.hdr > li.tel span{
	color: #3d895b;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
header ul.hdr > li.tel span.num{
	font-size: 25px;
	font-weight:normal;
}
header ul.hdr > li.tel img{
	    vertical-align: top;
	width: 30px;
	margin: 0 8px;
}
header ul.hdr .btn_hamburger{
	display: none;
}
header ul.menu{
	display: table;
	height: 50px;
	margin-left: auto;
	margin-right: 20px;
    font-size: 15px;
}
@media only screen and (min-width: 751px) {
header ul.menu{
	display: table !important;
	}}
header ul.menu li{
	display: table-cell;
	padding: 0 6px;
}
header ul.menu li:nth-child(8){
		display: none;
}	
header ul.menu li.res a{
	font-weight:bold;
	color:#47885e;
}
header ul.menu li a{
	display: block;
	padding: 8px 6px 0 6px;
	vertical-align: top;
	height: 50px;
	text-align: center;
	color: #222222;
    font-size: 14px;
    letter-spacing: 1px;
}
header ul.menu li.res a {
    background: #47885e;
    color: #ffffff;
    padding: 8px 15px 0 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
}
header ul.menu li a:hover,
body.home header ul.menu li.top a,
body.page-id-19 header ul.menu li.info a,
body.single-information header ul.menu li.info a,
body.page-id-21 header ul.menu li.about a,
body.page-id-33 header ul.menu li.doctor a{
	border-bottom:5px solid #47885e;
}
header ul.menu li.res a:hover{
	border-bottom:none;
}
header ul.menu li a span{
	display: block;
    font-size: 12px;
	font-weight:normal;
	padding-top:3px;
}
.modal {
    display: none;
    background: rgba(0,0,0,.8);
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
	    z-index: 1;
}
footer{
	text-align:center;
}
footer .inline{
	padding-bottom: 28px;
}

footer a.logo{
	margin: 50px auto 56px;
	display: inline-block;	
}
footer a.logo img{
	width: 415px;
}
footer a.btm_insta{
	margin: 50px auto 56px;
	padding-left:18px;
	display: inline-block;	
}
footer a.btm_insta img{
	width: 28px;
}
footer ul.ftr{
	display: table;
	width: 100%;
	max-width:820px;
	margin: 0 auto 74px auto;
}
footer ul.ftr > li{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding: 0;
	
}
footer ul.ftr > li.tel{
	font-size: 14px;
	padding-left: 2%;
}
footer ul.ftr > li.tel ul{
}
footer ul.ftr > li.tel ul li.call{
	display: table;
	vertical-align: middle;
	margin-top: 8px;
}
footer ul.ftr > li.tel span{
	color: #3d895b;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
footer ul.ftr > li.tel span.num{
	font-size: 25px;
	font-weight:normal;
}
footer ul.ftr > li.tel img{
	    vertical-align: top;
	width: 30px;
	margin-right: 20px;
}
footer ul.ftr > li ul.url li{
	padding-bottom: 20px;
	font-size:16px;
}
footer ul.ftr > li ul.url li.privacy{
	display:none;
}
footer ul.ftr2 {
	display: table;
	width: auto;
	margin: 0 auto;
}
footer ul.ftr2 li{
	display: table-cell;
	padding: 0 16px;
	vertical-align: middle;
}
.wrapper {
  position:relative;
}
.topBtn {
  position:fixed;
  bottom:20px;
  right:20px;
  display:block;
   width:70px;
}
.topBtn img{
   width:100%;
}

.topBtn:hover {
  opacity:0.7;
}

.g_btn{
  display: inline-block;
	padding-left: 24px;
  padding-right: 50px;
	background: #47885e url(assets/img/common/icon_arw.png) no-repeat 93% center;
	min-height: 50px;
	color: #ffffff;
	line-height: 50px;
    border-radius: 8px;
font-size: 18px;
letter-spacing: 0.02em;
	font-weight: normal;
}
.g_btn:hover{
	background-color: #6b9f7e;
}
.btn{
	text-align: center;
}
.btn a{
  display: inline-block;
	padding-left: 46px;
  padding-right: 46px;
	background: #47885e;
	min-height: 50px;
	color: #ffffff;
	line-height: 50px;
    border-radius: 8px;
	font-weight: normal;
font-size: 18px;
text-align: center;
letter-spacing: 0.02em;
	margin: 14px 0;
}
.btn a:hover{
	background-color: #6b9f7e;
}
.btn p{
font-size: 14px;
color: #222222;
text-align: center;
letter-spacing: 0.02em;
}

.icon_info{
	background: url(assets/img/common/icon_information.png) no-repeat left top;
	background-size: 70px;
	min-height: 70px;
	padding:16px 20px 0 80px;
	margin-bottom: 16px;
    display: inline-block;
}
.icon_access{
	background: url(assets/img/common/icon_access.png) no-repeat left top;
	background-size: 70px;
	min-height: 70px;
	padding:16px 20px 0 80px;
	margin-bottom: 50px;
	display: inline-block;
	text-align: left;
}
.icon_calender{
	background: url(assets/img/common/icon_calender.png) no-repeat left top;
	background-size: 70px;
	min-height: 70px;
	padding:16px 20px 0 80px;
	margin-bottom: 12px;
	display: inline-block;
	text-align: left;
}
.icon_covit{
	background: url(assets/img/common/icon_covit.png) no-repeat left top;
	background-size: 70px;
	min-height: 70px;
	padding:16px 20px 0 80px;
	margin: 0 auto 34px;
    display: inline-block;
    text-align: left;
}
.icon_visit{
	background: url(assets/img/common/icon_visit.png) no-repeat left top;
	background-size: 70px;
	min-height: 70px;
	padding:16px 20px 0 80px;
	margin: 0 auto 34px;
    display: inline-block;
    text-align: left;
}
.icon_revisit{
	background: url(assets/img/common/icon_revisit.png) no-repeat left top;
	background-size: 70px;
	min-height: 70px;
	padding:16px 20px 0 80px;
	margin: 0 auto 34px;
    display: inline-block;
    text-align: left;
}
.icon_medicine{
	background: url(assets/img/common/icon_medicine.png) no-repeat left top;
	background-size: 70px;
	min-height: 70px;
	padding:16px 20px 0 80px;
	margin-bottom: 24px;
    display: inline-block;
    text-align: left;
}
.icon_clinic{
	background: url(assets/img/doctor/icon_clinic.png) no-repeat left top;
	background-size: 70px;
	min-height: 70px;
	padding:16px 20px 0 80px;
	margin: 0 auto 34px;
    display: inline-block;
    text-align: left;
}
.icon_facility{
	background: url(assets/img/about/icon_facility.png) no-repeat left top;
	background-size: 70px;
	min-height: 70px;
	padding:16px 20px 0 80px;
	margin: 0 auto 34px;
    display: inline-block;
    text-align: left;
}
.icon_doctor{
	background: url(assets/img/doctor/icon_doctor.png) no-repeat left top;
	background-size: 70px;
	min-height: 70px;
	padding:16px 20px 0 80px;
	margin: 0 auto 34px;
    display: inline-block;
    text-align: left;
}
.icon_stuff{
	background: url(assets/img/doctor/icon_stuff.png) no-repeat left top;
	background-size: 70px;
	min-height: 70px;
	padding:16px 20px 0 80px;
	margin: 0 auto 34px;
    display: inline-block;
    text-align: left;
}

.icon_time{
	background: url(assets/img/common/icon_time.png) no-repeat left top;
	background-size: 70px;
	min-height: 70px;
	padding:16px 20px 0 80px;
	    display: inline-block;
    text-align: left;
	margin-bottom: 12px;
}
.icon_bus{
	background: url(assets/img/common/icon_bus.png) no-repeat left top;
	background-size: 38px;
	min-height: 40px;
	padding:0px 0 0 50px;
}
.icon_car{
	background: url(assets/img/common/icon_car.png) no-repeat left top;
	background-size: 38px;
	min-height: 40px;
	padding:0px 0 0 0px;
	margin-bottom: 24px;
}
.icon_train{
	background: url(assets/img/common/icon_train.png) no-repeat left top;
	background-size: 38px;
	min-height: 40px;
	padding:0px 0 0 50px;
	margin-bottom: 60px;
}
.icon_parking{
	background:#d8e7cf url(assets/img/common/icon_parking.png) no-repeat 5% center;
	background-size: 50px;
	min-height: 50px;
	padding:18px 18px 18px 78px;
	border-radius: 8px;
	font-size: 14px;
font-weight: bold;
color: #222222;
letter-spacing: 0.03em;
	line-height: 150%;
}
.icon_parking span{
	font-size: 18px;
}
.icon_about{
	background: url(assets/img/doctor/icon_about.png) no-repeat left top;
	background-size: 70px;
	min-height: 70px;
	padding:16px 20px 0 80px;
	margin: 0 auto 34px;
    display: inline-block;
    text-align: left;
}

.icon h2{
	font-size: 20px;
color: #47885e;
letter-spacing: -0.04em;
	margin-bottom: 4px;
	font-weight: bold;
}
.icon h3{
font-size: 16px;
color: #47885e;
letter-spacing: 0.03em;
	padding-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
}
.icon.icon_car h3{
	height: 40px;
	margin-bottom: 4px;
	padding-left: 50px;
}

.icon p{
font-size: 14px;
color: #222222;
letter-spacing: 0.03em;
	line-height: 150%;
}
.icon span{
font-size: 14px;
color: #6d6d6d;
letter-spacing: 0.02em;
	font-weight: normal;
}

/************ top *********/

article.top .top{
	background: url(assets/img/top/Clinic_photo.png) no-repeat center top;
	background-size: 100% auto;
	min-height: 600px;
}
article.top .doctor{
	background: url(assets/img/top/Dotctor_photo.png) no-repeat center top;
	background-size: 100% auto;
	min-height: 600px;
}
article.top .about{
	background: url(assets/img/top/Medical_photo.png) no-repeat center top;
	background-size: 100% auto;
	min-height: 600px;
}
img.br {
	display: none;
}

article.top .measures{
	background: #ffffff;
	padding: 50px 0 66px 0;
	text-align: center;
	
}
article.top .visit{
	background: #ffffff;
	padding: 50px 0 50px 0;
	text-align: center;
	
}
article.top #hours{
	background: #ebf8e3;
	padding: 60px 0 45px 0;
	
}
article.top .calender{
	background: #ebf8e3;
	padding: 50px 0 76px 0;	
    text-align: center;
	position:relative;
}
article.top .info{
	background: #ffffff;
	padding: 70px 0 70px 0;
    text-align: center;
}
article.top .access{
	background: #ffffff;
	padding: 70px 0 56px 0;
	text-align: center;
	position:relative;
}
article.top .top .badge{
	width: 323px;
	position: absolute;
	top: 28px;
	left: 22px;
}
article.top .doctor .inline h2{
	margin-left: 45%;
	padding:80px 20px 40px 0;
	font-size: 23px;
color: #222222;
letter-spacing: 0.02em;
line-height: 180%;
}
article.top .doctor .inline p{
	margin-left: 55%;
	padding:0px 20px 30px 0;
font-size: 16px;
color: #222222;
letter-spacing: 0.02em;
line-height: 150%;
}

article.top .doctor .inline .btn_r{
	text-align: right;
	margin-right: 7%;
}
article.top .about .inline h2{
    margin-left: 5%;
    padding-top: 50px;
    padding-bottom: 70px;
	font-size: 23px;
color: #222222;
letter-spacing: 0.02em;
line-height: 180%;
}
article.top .about .inline p{
	margin-left: 5%;
	padding-bottom:30px;
font-size: 16px;
color: #222222;
letter-spacing: 0.02em;
line-height: 200%;
width: 39%;
}
article.top .about .inline .btn_r{
text-align: left;
    margin-left: 4.5%;
    margin-top: 7px;
}

article.top .measures .comment{
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
}
article.top .measures .comment p{
	font-size: 14px;
color: #222222;
letter-spacing: -0.04em;
	line-height: 150%;
	text-align: left;
	margin-bottom: 24px;
}
article.top .measures .comment .btn_r{
	margin-bottom: 24px;
}
article.top .measures .comment .btn_r .g_btn{
    min-height: 38px;
    color: #ffffff;
    line-height: 38px;
    border-radius: 8px;
    font-size: 14px;
	background-size: auto 14px;
}
article.top .measures .banner{
    width: 100%;
    margin: 0 auto;
    padding: 20px 10% 0;
}
article.top .measures .banner img{
	width: 100%;
	max-width:800px;
}
article.top .visit .comment{
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
}
article.top .visit .comment h3 {
    font-size: 16px;
    color: #47885e;
    letter-spacing: -0.04em;
    margin-bottom: 8px;
    font-weight: bold;
    text-align: left;
}
article.top .visit .comment p{
	font-size: 16px;
color: #222222;
letter-spacing: -0.04em;
	line-height: 150%;
	text-align: left;
	margin-bottom: 24px;
}
article.top .visit .comment p.note{
	font-size: 14px;
	margin-top:-15px;
}
article.top .visit .comment p.center{
	text-align: center;
}
article.top .visit .comment ul.dl{
	display:flex;
	justify-content: space-between;
}
article.top .visit .comment ul.dl li{
    width: 75%;
    margin: 0 auto;
}

article.top .visit .comment ul.dl li a{
  display: block;
  padding: 4%;
  background: #47885E;
  min-height: 50px;
  color: #ffffff;
  line-height: 150%;
  border-radius: 8px;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: normal;
}
article.top .visit .comment ul.dl li a:hover{
	background-color: #6b9f7e;
}
article.top #hours dl{
	display: table;
	    max-width: 640px;
	margin: 0 auto;	
}
article.top #hours dt{
	display: table-cell;
	vertical-align: top;
	width: 240px;
	padding: 0 3% 0 0;
}
article.top #hours dd{
	text-align: left;
	display: table-cell;
	vertical-align: top;
	width: 380px;
    padding: 0 0 0 3%;
}
article.top #hours .btn_r .g_btn {
    min-height: 38px;
    color: #ffffff;
    line-height: 38px;
    border-radius: 8px;
    font-size: 14px;
    background-size: auto 14px;
}
article.top #hours dt ul{
	margin-bottom: 16px;
}
article.top #hours dt li{
	font-size: 16px;
color: #222222;
letter-spacing: 0.03em;
padding-bottom: 12px;
	font-weight: normal;
}
.influenza h3,
article.top #hours dd h3{
font-size: 16px;
    color: #47885e;
    letter-spacing: -0.04em;
    margin-bottom: 8px;
    font-weight: bold;
	text-align:left;
}
.influenza p,
article.top #hours dd p{
	font-size: 16px;
color: #222222;
letter-spacing: 0.03em;
padding-bottom: 15px;
	font-weight: normal;
	text-align:left;
	line-height:150%;
}
.influenza{
	text-align:center;
}
.influenza div{
	text-align:left;
    font-size: 16px;
    color: #222222;
    letter-spacing: 0.03em;
    padding: 19px 50px 4px 50px;
    font-weight: normal;
    background: #ffffff;
    display: inline-block;
    margin: 15px auto 0;
	border-radius:10px;
}

.xo-event-calendar table.xo-month .month-header {
    margin: 2px 0 4px;
}
.xo-event-calendar table.xo-month .month-week table{
	width:100%;
}
article.top .calender .time{
	width: 100%;
	max-width:490px;
	text-align: center;
	margin:0 auto 56px;
}
article.top .calender .time table{
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
	background:#ffffff;
}
article.top .calender .time table tr:nth-child(1){
	background: #a2cc89;
	color: #ffffff;
}
article.top .calender .time table tr:nth-child(1) td{
	padding: 7px 1% 6px 1%;
	font-weight: bold;
	vertical-align: middle;
}
article.top .calender .time table tr:nth-child(1) td:nth-child(n + 8){
	color: #fa685c;
}
article.top .calender .time table tr:nth-child(n + 2){
	background: #ffffff;
	border-bottom: 1px solid #a2cc89;
}
article.top .calender .time table tr:nth-child(n + 2) td:nth-child(1){
	padding: 14px 10px 14px 6px;
	text-align: right;
	white-space: nowrap;
	font-size: 14px;
color: #222222;
letter-spacing: 0.03em;
	vertical-align: middle;
}
article.top .calender .time table tr:nth-child(n + 2) td:nth-child(n + 2){
	color: #47885e;
	padding: 14px 13px;
	font-size: 18px;
	font-weight: bold;
letter-spacing: 0.03em;
	vertical-align: middle;
}
article.top .calender .time p{
	font-size: 12px;
color: #222222;
letter-spacing: 0.03em;
line-height: 150%;
	margin-bottom: 15px;
	text-align: left;
}
article.top .calender .time p.txt{
	font-size: 16px;
}

article.top .calender .holiday-titles,
article.top .calender .xo-event-calendar .month-event-space{
	display: none !important;
}
article.top .calender .xo-event-calendar{
	max-width: 760px;
	margin: 0 auto 30px;
}

article.top .calender .month-header{
	text-align: left;
}
article.top .calender .month-header > span {
font-size: 22px !important;
    color: #47885e !important;
    line-height: 100% !important;
letter-spacing: 0.03em;
}

article.top .calender .xo-event-calendar table tr th{
	background: #a2cc89;
	color: #ffffff;
	padding: 7px 10px 6px 10px;
	font-weight: bold;
	vertical-align: middle;
	border-width:0 !important;
	text-align:center;
}
article.top .calender .xo-event-calendar table tr th:nth-child(7){
	color: #fa685c;
}
article.top .calender .xo-event-calendar table tr td{
    padding: 10px 10px;
	text-align:center;
}
article.top .calender .xo-event-calendar table.xo-month .month-week{
	background: #ffffff;
	color: #222222;
    padding: 0px;
	vertical-align: middle;
	border:0 !important;
	border-bottom: 1px solid #a2cc89 !important;
}
article.top .calender .xo-event-calendar table.xo-month .month-dayname td{
	border:0 !important;
	
}
article.top .calender .xo-event-calendar table.xo-month .month-dayname td div{
    height: auto !important;
    border-radius: 50%;
    text-align: center;
    line-height: 29px;
    width: 29px;
    padding: 0;
	margin: 0 auto;
	color: #1c1c1c !important;
}

article.top .calender .xo-event-calendar table.xo-month .month-dayname td div.holiday-kyushinbi,
article.top .calender .xo-event-calendar table.xo-month .month-dayname td div.holiday-syukujitsu{
	background-color: #fa685c !important;
	color: #ffffff !important;
}

article.top .calender .xo-event-calendar table.xo-month .month-dayname td div.other-month {
    opacity: 0.4;
}
article.top .calender .xo-event-calendar table.xo-month{
	border: 0;
	width:100%;
}


article.top .info .news{
	width: 668px;
	margin: 0 auto 22px;
	border-top: 1px solid #47885e;
	
}
article.top .info .news li{
	border-bottom: 1px solid #47885e;
	
}
article.top .info .news li a{
	display: block;
	width: 100%;
	position: relative;
	padding: 15px 45px;
	text-align: left;
}
article.top .info .news li a:hover{
	background-color:#f6fff1;
}
article.top .info .news li a span:nth-child(1){
	position: absolute;
	left: 0;
	top: 0;
}
article.top .info .news li a time:nth-child(2){
	display: inline-block;
	padding: 0 0 0 0;
font-size: 14px;
color: #47885e;
letter-spacing: 0.02em;
}
article.top .info .news li a span:nth-child(3){
	display: inline-block;
	padding: 2px 7px;
font-size: 12px;
color: #47885e;
text-align: center;
letter-spacing: 0.02em;
border: 1px solid #47885e;
border-radius: 3px;
	margin-left: 14px;
}
article.top .info .news li a span:nth-child(4){
	display: block;
	padding: 6px 0 0 0;
	font-size: 14px;
color: #222222;
letter-spacing: 0.02em;
	line-height: 150%;
}
article.top .info .btn_r {
	text-align: right;
	width: 668px;
    margin: 0 auto ;
}
article.top .info .btn_r .g_btn{
	    min-height: 38px;
    color: #ffffff;
    line-height: 38px;
    border-radius: 8px;
    font-size: 14px;
    background-size: auto 14px;
}
article.top .access dl{
	display: table;
	max-width: 760px;
	margin: 0 auto;
	text-align: left;
}
article.top .access dt,
article.top .access dd{
	display: table-cell;
	vertical-align: top;
	width: 380px;
	padding: 0 3%;
	font-weight: normal;
}
.xo-month-wrap{
	padding:0 10px;
	width:50%;
	float:left;
	}
.xo-months::after{
	display:block;
	clear:both;
	content:"";
}
.ggmap {
position: relative;
padding-bottom: 39.49%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/************ info *********/
article.info .top {
    background: url(assets/img/info/top.jpg) no-repeat center top;
    background-size: 100% auto;
    min-height: 600px;
}
article.info .contents .inline{
	padding: 80px 100px 150px;
	max-width: 1000px;
}
article.info .contents .inline .title{
	text-align:center;
	margin-bottom:34px;
}
article.info .news{
	
}
article.info .news li{
	border-top:1px solid #47885e ;
}
article.info .news li .post_data{
	display: table;
	margin:0 0 20px;
}
article.info .news li .post_new{
	display: table-cell;
	vertical-align: middle;
	width:45px;
	height: 45px;
}
article.info .news li .post_new img{
	width: 45px;
	margin:0px 0px 0px 0;
}
article.info .news li .post_time{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
    color: #47885e;
    letter-spacing: 0.02em;
	height: 45px;
}
article.info .news li .post_category{
	display: table-cell;
	vertical-align: middle;
}
article.info .news li .post_category span{
display: inline-block;
    padding: 2px 7px;
    font-size: 12px;
    color: #47885e;
    text-align: center;
    letter-spacing: 0.02em;
    border: 1px solid #47885e;
    border-radius: 3px;
    margin-left: 14px;
}
article.info .news li .post_title{
	font-size: 18px;
    color: #222222;
    letter-spacing: 0.02em;
    line-height: 150%;
	margin-bottom: 20px;
	padding:0 45px;
}
article.info .news li dl{
	display: table;
	margin: 0 45px 100px;
}
article.info .news li dt{
	display: table-cell;
	vertical-align: top;
}
article.info .news li .post_img img{
	width: 280px;
	margin-right: 20px;
}
article.info .news li dd{
	display: table-cell;
	vertical-align: top;
	padding-top: 4px;
}

article.info .news li .post_txt{
	font-size: 14px;
    color: #222222;
    letter-spacing: 0.02em;
    line-height: 150%;
	white-space: pre-wrap;
	word-break: break-word;
}
	article.info .pagenation_box{
		text-align: center;
	}
	article.info .new-pagenation{
		display: inline-flex;
		justify-content: space-between;
	}
	article.info .new-pagenation .page-numbers{
		width: 30px;
		line-height: 28px;
		border: 1px solid #47885e;
		text-align: center;
		color: #47885e;
		background: #ffffff;
		margin: 0 5px;
	}
	article.info .new-pagenation .page-numbers:hover{
		border: 1px solid #47885e;
		color: #ffffff;
		background: #47885e;
	}
	article.info .new-pagenation .page-numbers.current{
		border: 1px solid #47885e;
		color: #ffffff;
		background: #47885e;
		
	}
	article.info .new-pagenation .page-numbers.dots{
		border: none;
		width: 30px;
		line-height: 30px;
		
	}

/************ doctor *********/
article.doctor .top {
    background: url(assets/img/doctor/top.jpg) no-repeat center top;
    background-size: 100% auto;
    min-height: 600px;
}
article.doctor .top .inline h2 {
    margin-left: 49%;
    padding-top: 173px;
    padding-bottom: 40px;
    font-size: 22px;
    color: #222222;
    letter-spacing: 0.02em;
    line-height: 194%;
	padding-right: 3%;
}
article.doctor .contents .inline:nth-child(1){
	padding: 80px 100px 0px;
	max-width: 1000px;
}
article.doctor .contents .inline.clinic{
	padding: 40px 0px 0px;
	max-width: 1000px;
}
article.doctor .contents .inline{
	padding: 40px 100px 100px;
	max-width: 1000px;
}
article.doctor .contents .inline.clinic .clinic_img img{
	width:100%;
	max-width: 1000px;
	margin:0 auto;
}
article.doctor .contents .inline.clinic p{
	margin:45px auto;
	font-size: 16px;
color: #222222;
letter-spacing: 0.01em;
line-height:150%;
}
article.doctor .title{
	text-align: center;
}
article.doctor .profile{
	text-align: center;
	margin-bottom: 56px;
}
article.doctor .profile img{
	display: block;
	margin:0 auto 18px;
	width: 210px;
}
article.doctor .profile h2{
	font-size: 24px;
color: #222222;
text-align: center;
letter-spacing: 0.02em;
}
article.doctor .profile p{
	font-size: 14px;
color: #222222;
text-align: center;
letter-spacing: 0.02em;
}
article.doctor .greeting {
	max-width: 700px;
	margin: 0 auto 50px;
}
article.doctor .greeting h2{
font-size: 18px;
color: #47885e;
	font-weight: bold;
text-align: center;
letter-spacing: 0.02em;
margin-bottom: 24px;
}
article.doctor .greeting p{
	font-size: 16px;
color: #222222;
letter-spacing: 0.01em;
	line-height: 150%;
}
article.doctor .history{
	max-width: 700px;
	margin: 0 auto 55px;
}
article.doctor .history > dl{
	display: table;
	margin-bottom: 22px;
}
article.doctor .history > dl > dt{
	display: table-cell;
	vertical-align: top;
	width: 80px;
	font-size: 14px;
color: #47885e;
letter-spacing: 0.02em;
	line-height: 180%;
}
article.doctor .history > dl > dd{
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
color: #222222;
letter-spacing: 0.01em;
	line-height: 180%;
}
article.doctor .history > dl > dd > dl{
	display: table;
	margin-bottom:8px;
}
article.doctor .history > dl > dd > dl > dt{
	display: table-cell;
	width: 80px;
	vertical-align: top;
	font-size: 14px;
color: #222222;
	font-weight: normal;
letter-spacing: 0.01em;
	line-height: 180%;
}
article.doctor .history > dl > dd > dl > dd{
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
color: #222222;
letter-spacing: 0.01em;
	line-height: 180%;
}
article.doctor .history.clinic{
    max-width: 1000px;
    margin: 0 auto 55px;
    padding: 0px 100px 0px;
}

article.doctor .stuff {
	text-align: center;
	margin: 0 auto 100px;
}
article.doctor .stuff p{
font-size: 20px;
color: #222222;
text-align: center;
	line-height: 180%;
}

article.doctor .stuff p span{
font-size: 16px;
color: #222222;
text-align: center;
line-height: 22px;
}
article.doctor .about{
	text-align: center;
}
article.doctor .about img.logo{
display: block;
margin: 20px auto 50px auto;
width: 100%;
max-width: 225px;
}
article.doctor .about p{
font-size: 16px;
text-align: left;
color: #222222;
line-height: 150%;
	max-width: 700px;
	margin: 0 auto 20px;
}
article.doctor .about img.message{
display: block;
margin: 0px auto 20px auto;
}
article.doctor .about p.mark{
font-size: 14px;
text-align: left;
color: #222222;
    line-height: 180%;
    max-width: 426px;
    margin-top: 50px;
}

/************ about *********/
article.about .top {
    background: url(assets/img/about/top.jpg) no-repeat center top;
    background-size: 100% auto;
    min-height: 600px;
}
article.about .contents .inline{
	padding: 80px 0px 150px;
	max-width: 1000px;
}
article.about .title{
	text-align: center;
}
article.about .title .icon_medicine{
	margin-bottom: 74px;
}
article.about .about_top {
	width: 720px;
	margin: 0 auto 50px;
}
article.about .about_top p{
	text-align: left;
	font-size: 18px;
color: #222222;
letter-spacing: 0.02em;
line-height: 150%;
	margin-bottom: 30px;
}
article.about .medical{
	width: 100%;
	max-width: 720px;
	margin: 0 auto 130px;
	text-align: center;
	
}
article.about .medical h3{
	font-size: 18px;
	font-weight: bold;
color: #47885e;
text-align: center;
letter-spacing: 0.03em;
line-height: 24px;
	padding-bottom: 5px;
	border-bottom: 1px solid #47885e;
	margin: 0 auto 5px;
	width: 100%;
	max-width: 260px;
}
article.about .medical h4{
	font-size: 16px;
	font-weight: bold;
color: #47885e;
text-align: center;
letter-spacing: 0.03em;
line-height: 24px;
	margin-bottom: 5px;
}
article.about .medical .m_title{
	background: url(assets/img/about/icon_medical.png) no-repeat left center;
	background-size: auto 80px;
	min-height: 80px;
	padding:0px 0px 0px 105px;
	margin:0 0 30px;
    display: table;
	vertical-align: middle;
}
article.about .medical .m_title h5{
	display: table-cell;
	font-size: 16px;
font-weight: bold;
color: #222222;
	vertical-align: middle;
	text-align: left;
letter-spacing: 0.01em;
	line-height: 150%;
}
article.about .medical p{
	font-size: 14px;
color: #222222;
letter-spacing: 0.01em;
	text-align: left;
	line-height: 150%;
}
article.about .f_title {
	display: table;
	margin: 0 auto 60px;
}
article.about .f_title p{
	text-align: left;
	font-size: 18px;
color: #222222;
letter-spacing: 0.01em;
	line-height: 180%;
}

article.about .facility .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	max-width: 956px;
	margin: 0 auto;
}
article.about .facility .items .item h3{
	font-weight: bold;
	font-size: 16px;
color: #47885e;
letter-spacing: 0.02em;
	margin-bottom: 12px;
}
article.about .facility .items .item .img img{
	margin-bottom: 14px;
	display: block;
	width: 100%;
}
article.about .facility .items .item p{
font-size: 14px;
color: #222222;
letter-spacing: 0.01em;
line-height: 150%;
}
article.about .facility .items .item {
      width: 33%;
    padding: 0 2% 44px;
}

/************ other *********/
article.other .top .inline{
	padding:90px 0;
	text-align:center;
}
article.other .top .inline h2{
	text-align:center;
    font-size: 20px;
    color: #47885e;
    letter-spacing: -0.04em;
    font-weight: bold;
}
article.other .contents .inline{
	padding: 0px 0px 150px;
	max-width: 720px;
}
article.other .contents .inline h3{
font-size: 16px;
    color: #47885e;
    letter-spacing: -0.04em;
    margin-bottom: 4px;
    font-weight: bold;
}

article.other .contents .inline p{
    font-size: 14px;
    color: #222222;
    letter-spacing: 0.02em;
    line-height: 150%;
    margin-bottom: 20px;
}

article.other.privacy .contents .inline h3 {
    margin-bottom: 20px;
}
article.other.privacy .contents .inline p,
article.other.privacy .contents .inline ul{
    margin-bottom: 40px;
}
article.other.privacy .contents .inline ul li {
    font-size: 14px;
    color: #222222;
    letter-spacing: 0.02em;
    line-height: 150%;
    list-style: none;
    margin: 0 0 0 1em;
    padding-bottom: 10px;
	font-weight:bold;
}
article.other.privacy .contents .inline ol li {
    font-size: 14px;
    color: #222222;
    letter-spacing: 0.02em;
    line-height: 150%;
    list-style: decimal;
    margin: 0 0 0 1em;
    padding-bottom: 10px;
	font-weight:normal;
}
article.other.privacy .contents .inline ol  {
    margin-top: 10px;
	margin-left:1em;
}
article.other.privacy .contents .inline > ol  {
    margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
article.top .doctor .inline h2{
    margin-left: 40%;
    padding: 80px 1% 40px 0;
}
article.top .doctor .inline p{
	margin-left: 45%;
	padding:0px 20px 30px 0;
}
article.top .about .inline h2 {
    padding-bottom: 40px;
}
header ul.menu {
    margin: 0 auto;
}
header ul.menu li a {
    padding: 8px 2px 0 2px;
    font-size: 13px;
}


}
@media screen and (max-width: 1440px) {
    article.top .top,
	article.top .doctor,
	article.top .about,
	article.info .top,
	article.doctor .top,
	article.about .top{
	background-size: auto 600px;
}
}
@media screen and (max-width: 1024px) {
article.top .about{
	background: url(assets/img/top/Medical_photo_tb.jpg) no-repeat center top;
background-size: 100% auto;
    min-height: 600px;
}
article.top .about .inline p {
    width: 50%;
}
}

@media only screen and (max-width: 750px) {
	.spbr{
	display:none;
}

	header{
    display: flex;
    position: fixed;
    transition: .5s;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
	}
	header ul.hdr > li.tel{
		display: none;
	}
	header ul.hdr > li .logo {
    margin: 0 0 0 5%;
}
	header ul.hdr > li .logo img {
    width: 75%;
    max-width: 305px;
}
	header ul.hdr > li {
		position: relative;
		height:60px;
}
	header ul.hdr > li h1{
		display: inline-block;
	}
	header ul.hdr > li .insta {
    display: block;
    position: absolute;
    top: -webkit-calc(50% - 15px);
    top: calc(50% - 15px);
   right: 70px;
    margin: 0 auto 0em;
    width: 28px;
}
	header ul.hdr > li .insta img{
    width: 28px;
}
	header ul.hdr .btn_hamburger{
    display: block;
    position: absolute;
    top: -webkit-calc(50% - 15px);
    top: calc(50% - 14px);
   right: 20px;
    margin: 0 auto 0em;
    width: 28px;
}
	header ul.hdr .btn_hamburger .menu-btn {
    position: relative;
    display: block;
    height: 26px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}
	header ul.hdr .btn_hamburger span {
  position: absolute;
  display: inline-block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #47885e;
  border-radius: 2px;
  -webkit-transition: all .4s;
          transition: all .4s;
  box-sizing: border-box;
}
	header ul.hdr .btn_hamburger span:nth-of-type(1) {
  top: 0;
}
	header ul.hdr .btn_hamburger span:nth-of-type(2) {
  top: 12px;
}
	header ul.hdr .btn_hamburger span:nth-of-type(3) {
  bottom: 0;
}
	header ul.hdr .btn_hamburger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #47885e;
  border-radius: 2px;
  -webkit-transition: all .4s;
          transition: all .4s;
}
	header ul.hdr .btn_hamburger .active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
	header ul.hdr .btn_hamburger .active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
	header ul.hdr .btn_hamburger .active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) scale(0);
      -ms-transform: translateY(20px) scale(0);
          transform: translateY(20px) scale(0);
}
	header ul.hdr .btn_hamburger .active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) scale(0);
      -ms-transform: translateY(-20px) scale(0);
          transform: translateY(-20px) scale(0);
}
	header ul.menu {
    display: none;
		width: 100%;
    height: auto;
    margin-right: 0px;
		border-top:1px solid #47885e;
}
	header ul.menu li {
    display: block;
		border-bottom:1px solid #47885e;
}
	
header ul.menu li a:hover,
body.home header ul.menu li.top a,
body.page-id-19 header ul.menu li.info a,
body.single-information header ul.menu li.info a,
body.page-id-21 header ul.menu li.about a,
body.page-id-33 header ul.menu li.doctor a{
	border-bottom:0px solid #47885e;
}
	header ul.menu li a {
    display: block;
    padding: 0px 50px 0 5%;
    vertical-align: middle;
    height: 60px;
    line-height: 60px;
    text-align: left;
    background: url(assets/img/common/icon_sp_chevron_next.png) no-repeat 96% center;
    background-size: 26px;
    font-size: 18px;
}
	header ul.menu li:nth-child(7) a{
    background: url(assets/img/common/icon_chevron_1.png) no-repeat 96% center;
    background-size:26px;
	padding: 0px 50px 0 5%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-weight: bold;
    color: #47885e;
	}	
	header ul.menu li:nth-child(1),
	header ul.menu li:nth-child(7) a span{
		display: none;
	}	
	header ul.menu li:nth-child(8) {
    display: block;
}

	main {
    margin-top: 59px;
}
.g_btn {
min-height: 42px;
    line-height: 42px;
    font-size: 16px;
}

/************ top *********/
	
article.top .top{
	background: url(assets/img/top/Clinic_photo_sp.jpg) no-repeat center top;
background-size: 100%;
    min-height: auto;
}
article.top .doctor{
	background: url(assets/img/top/Dotctor_photo_sp.jpg) no-repeat center top;
background-size: 100%;
    min-height: auto;
}
article.top .about{
	background: url(assets/img/top/Medical_photo_sp.jpg) no-repeat center top;
background-size: 100%;
    min-height: auto;
}

article.top #calender,
article.top #access {
	position:absolute;
	left:0;
	top:-90px;
	width:1px;
	height:1px;
}

article.top .calender 
article.top .access {
margin-top: 60px;
}
article.top .measures ,
article.top #hours ,
article.top .calender ,
article.top .info ,
article.top .access {
    padding: 10% 0 10% 0;
}
article.top .top .badge {
    width: 48%;
    max-width: 323px;
    position: absolute;
    top: 15px;
    left: 3%;
}
img.br {
	display: block;
    width: 100%;
}

article.top .doctor .inline h2{
    margin: 0;
    padding: 3% 5% 5% 5%;
	font-size: 17px;
    line-height: 180%;
	width: auto;
}	

article.top .doctor .inline p	{
    margin: 0;
	padding:0 5% 5% 5%;
    font-size: 17px;
    line-height: 180%;
	width: auto;
}	
	article.top .doctor .inline .btn_r {
margin: 0 5% 10% 0;
    text-align: right;
}
article.top .about .inline h2{
    margin: 0;
    padding: 5%;
    font-size: 18px;
    line-height: 180%;
	width: auto;
}	

article.top .about .inline p	{
    margin: 0;
	padding:0 5% 5% 5%;
    font-size: 18px;
    line-height: 180%;
	width: auto;
}	
	article.top .about .inline .btn_r {
margin: 0 5% 10% 0;
    text-align: right;
}
article.top .measures .comment p {
    margin: 0;
    padding: 0 5% 7% 5%;
    font-size: 18px;
    line-height: 180%;
    width: auto;
}	
article.top .measures .comment .btn_r {
    margin-bottom: 10%;
}
article.top .measures .comment .btn_r .g_btn {
    min-height: 50px;
    line-height: 50px;
    background-size: auto 14px;
    font-size: 18px;
}
article.top #hours dl {
    display: block;
    width: auto;
    margin: 0 auto;
}
article.top #hours dt {
    text-align: center;
    display: block;
    vertical-align: top;
    width: auto;
}
article.top #hours dd {
    text-align: center;
    display: block;
    vertical-align: top;
    width: auto;
}	
article.top #hours dt ul {
    margin-bottom: 5%;
}
article.top #hours dt li {
    font-size: 24px;
    padding-bottom: 5%;
	padding: 0 7% 3% 7%;
	text-align: left;
}
	article.top #hours dt .btn_r{
margin: 0 5% 10% 0;
    text-align: right;
	}	
.influenza div {
    padding: 5%;
    margin: 15px auto 0;
}
.icon_medicine,
.icon_time,
.icon_calender{
    margin-bottom: 10%;
}
article.top .calender .time table {
    width: 90%;
	margin: 0 5% 5%;
    text-align: center;
}

article.top .calender .time table tr:nth-child(n + 2) td:nth-child(1) {
    padding: 14px 1% 14px 0;
	width: 35%;
}
article.top .calender .time table tr:nth-child(n + 2) td:nth-child(n + 2) {
    padding: 14px 1%;
}
	article.top .calender .time p{
		padding: 0 5%;
	}
article.top #hours dd h3{
	    padding: 0 5% 0 5%;
}
article.top #hours dd p {
    text-align: left;
	margin: 0;
    padding: 0 5% 7% 5%;
    font-size: 16px;
    line-height: 150%;
    width: auto;
}
article.top .visit .comment {
    padding: 0 5%;
}
	article.top .visit .comment ul.dl{
	flex-direction: column;
		width:100%;
}
article.top .visit .comment ul.dl li{
	width: auto;
	padding: 2% 0;
}
article.top .visit .comment ul.dl li a {
    font-size: 14px;
}
article.top .calender .xo-event-calendar {
    width: auto;
    margin: 0 auto 30px;
}
article.top .calender .xo-month-wrap{
    width:100%;
	margin-bottom: 15%;
    float:none;
	padding: 0 5%;
    }
article.top .calender .xo-event-calendar table tr td {
    padding: 10px 10px;
}
article.top .info .news {
    width: auto;
    margin: 0 5% 5%;
}
article.top .info .news li a {
    padding: 15px 10px 15px 45px;
}
article.top .info .news li a span:nth-child(3) {
    margin-left: 8px;
}
article.top .info .btn_r {
    text-align: right;
    width: auto;
margin: 0 5% 10% 0;
}
article.top .access dl {
    display: block;
    width: auto;
    margin: 0 5%;
}
article.top .access dt, article.top .access dd {
    display: block;
    width: auto;
    padding-left: 0px;
}
.icon_train,
	.icon_bus{
    margin-bottom: 10%;
}
.icon_parking{
    padding: 18px 32px 18px 78px;
    font-size: 18px;
    font-weight: normal;
}
.ggmap {
    padding-bottom: 100%;
}
	footer a.logo {
    margin: 10% auto 5% 0;
		width:80%;
}
footer a.logo img {
	width: 90%;
	margin: 0 auto;
    max-width: 415px;
}
footer a.btm_insta{
    margin: 10% auto 5% 0;
	padding-left:0;
}
footer a.btm_insta img{
}
footer ul.ftr {
    display: block;
    width: 90%;
    margin: 0 auto 15% auto;
}
footer ul.ftr > li {
    display: block;
}
footer ul.ftr > li.tel ul li.call.txt{
		display: none;
	}	
footer ul.ftr > li.tel ul li{
		padding-bottom:5%;
	text-align: center;
	}
footer ul.ftr > li.tel ul li.call {
    margin-top: 0;
	margin-bottom: 10%;
}
footer ul.ftr > li.tel ul li.call {
    display: table;
    margin: 0 auto 10%;
    text-align: center;
}
footer ul.ftr > li ul.url{
	margin: 0 5%;
}
footer ul.ftr > li ul.url li {
	font-size: 16px;
	line-height:160%;
}
footer ul.ftr > li ul.url li.privacy{
	display:block;
}

footer ul.ftr2 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    margin: 0 auto;
}
footer ul.ftr2 li {
    display: list-item;
    padding: 0 0 5% 0;
    vertical-align: middle;
    width: 100%;
}
footer ul.ftr2 li:nth-child(2) {
	display:none;
	text-align: center;
}
.topBtn {
	width: 15%;
    max-width: 70px;
	right: 1%;
}
/************ info *********/
	

article.info .top {
    background: url(assets/img/info/top_sp.jpg) no-repeat center top;
background-size: 100%;
    min-height: auto;
}
article.info .contents .inline {
    padding: 50px 5% 100px;
}
article.info .news li dl {
    display: block;
    margin-bottom: 100px;
}
article.info .news li dt {
    display: block;
}
article.info .news li .post_img img{
	width: 100%;
	max-width: 480px;
	margin: 0 auto 4%;
    display: block;
}
article.info .news li dd {
    display: block;
    padding-top: 4px;
}
	article.info .news li .post_txt{
		font-size:16px;
	}
/************ doctor *********/
article.doctor .top {
    background: url(assets/img/doctor/top_sp.jpg) no-repeat center top;
background-size: 100%;
    min-height: auto;
}
article.doctor .top .inline h2 {
    margin: 0;
    padding: 3% 5% 5% 5%;
    font-size: 18px;
    line-height: 180%;
    width: auto;
}
article.doctor .contents .inline:nth-child(1){
	padding: 50px 5% 0px;
}
article.doctor .contents .inline.clinic{
	padding: 40px 0px 0px;
}

article.doctor .contents .inline{
    padding: 50px 5% 100px;
}
article.doctor .greeting {
	width: auto;
}
article.doctor .history{
	width: auto;
}
article.doctor .history.clinic{
	width: auto;
	    margin: 0 5% 55px;
	padding:0;
}
article.doctor .history > dl{
	display: block;
	margin-bottom: 22px;
	margin-left: 0;
}
article.doctor .history > dl > dt{
	display: block;
	width: auto;
	margin-bottom: 4px;
}
article.doctor .history > dl > dd{
	display: block;
}
article.doctor .stuff {
	width: auto;
}
article.doctor .about img.logo{
	width: 70%;
	max-width: 244px;
}
article.doctor .about p{
	width: auto;
}
article.doctor .about img.message{
	width: 100%;
	max-width: 400px;
}
article.doctor .about p.mark{
font-size: 14px;
text-align: left;
color: #222222;
line-height: 150%;
}

/************ about *********/
article.about .top {
    background: url(assets/img/about/top_sp.jpg) no-repeat center top;
background-size: 100%;
    min-height: auto;
}
article.about .contents .inline{
    padding: 50px 5% 100px;
}
article.about .title{
	text-align: center;
}
article.about .title .icon_medicine{
	margin-bottom: 74px;
}
article.about .about_top {
	width: auto;
}
article.about .medical .m_title {
    padding: 0px 0px 0px 90px;
}
article.about .facility .items {
flex-direction: column;
    width: auto;
}
article.about .facility .items .item {
  width: auto;
}

article.other .top .inline{
	padding:10% 0;
}
article.other .contents .inline{
	padding: 0px 5% 150px;
}
article.other .contents .inline h3{
font-size: 16px;
}

article.other .contents .inline p{
    font-size: 14px;
}


}

.lowerH1 {
    font-size: 20px;
    color: #47885e;
    letter-spacing: -0.04em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}
.lowerH1 span {
    border-bottom: 4px solid #47885e;
    padding-bottom: 5px;
}

article.about .medical .medicalH3 {
font-size: 16px;
    font-weight: bold;
    color: #47885e;
    text-align: center;
    letter-spacing: 0.03em;
    line-height: 24px;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.medicalH3 span {
    display: block;
    margin-bottom: 5px;
}
.medicalH3.mb34 span {
    margin-bottom: 34px;
}
.medicalH3 span:first-of-type {
    border-bottom: 1px solid #47885e;
    padding-bottom: 5px;
    width: 100%;
 
    font-size: 18px;
    max-width: 260px;
}
article.about .medical .m_title .medicalH4 {
    display: table-cell;
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    vertical-align: middle;
    text-align: left;
    letter-spacing: 0.01em;
    line-height: 150%;
}

h1.doctorH1 {
    position: absolute;
    top: 130px;
    left: 49%;
}

p.h1Txt {
    margin-left: 49%;
    padding-top: 173px;
    padding-bottom: 40px;
    font-size: 22px;
    color: #222222;
    letter-spacing: 0.02em;
    line-height: 194%;
    padding-right: 3%;
}
article.doctor .profile div.doctorName {
    font-size: 24px;
    color: #222222;
    text-align: center;
    letter-spacing: 0.02em;
}
h3.doctorH3 {
    font-size: 18px;
    color: #47885e;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.02em;
    margin-bottom: 24px;
}
h1.infoH1 {
    font-size: 20px;
    color: #47885e;
    letter-spacing: -0.04em;
    margin-bottom: 4px;
    font-weight: bold;
}

.breadWrap {
    padding: 10px 0 0;
    max-width: 1000px;
    margin: auto;
}ol.breadCrumb {
    max-width: 720px;
    margin: auto;
}
ol.breadCrumb li {
    display: inline;
}
ol.breadCrumb li:not(:last-child)::after { 
    content: "\03e"; 
    margin: 0 5px; 
}
.newsBread {
    padding: 10px 100px 0;
}
.newsBread ol.breadCrumb {
    width: inherit;
}
.doctorBread {
    position: absolute;
    bottom: -205px;
    left: 140px;
}
@media only screen and (max-width: 750px) {
h1.doctorH1 {
    position: static;
    top: 0;
    left: 0;
    margin-bottom: 24px;
    padding-top: 50px;;
}
p.h1Txt {
    margin: 0;
    padding: 0 5% 5% 5%;
    font-size: 18px;
    line-height: 180%;
    width: auto;
}
ol.breadCrumb {
    padding: 1% 5%;
    width: 100%;
}
    .newsBread {
    padding: 10px 0 0;
}
	.doctorBread {
    position: static;
    bottom: 0;
    left: 0;
}
}