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

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
	line-height:1.5;
	font-size:16px;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.noto{
	font-family: 'Noto Sans Japanese', serif;
}
html{
	position:relative;
	overflow-x:hidden; 
}
html.scroll_no{
	overflow:hidden;
}
body {
	overflow-x:hidden;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ol , ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	transition-duration: 0.3s;
}
a:hover{
	opacity:0.7;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
img {
　　　vertical-align: top;
　　　font-size:0;
　　　line-height: 0;
		max-width:100%;
}

a img{border-style:none;}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;   
	clear: both;
	visibility:hidden;
}
.clearfix{
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}

.sp_display{
	display:none;
}
.mb80 {
    margin-bottom: 80px!important;
}
.mb70 {
    margin-bottom: 70px!important;
}
.mb60 {
    margin-bottom: 60px!important;
}
.mb50 {
    margin-bottom: 50px!important;
}
.mb40 {
    margin-bottom: 40px!important;
}
.mb30 {
    margin-bottom: 30px!important;
}
.mb20 {
    margin-bottom: 20px!important;
}

.mt80 {
    margin-top: 80px!important;
}
.mt70 {
    margin-top: 70px!important;
}
.mt60 {
    margin-top: 60px!important;
}
.mt50 {
    margin-top: 50px!important;
}
.mt40 {
    margin-top: 40px!important;
}
.mt30 {
    margin-top: 30px!important;
}
.mt20 {
    margin-top: 20px!important;
}
main{
	padding-top:189px;
	display:block;
}
.header_wrap{
	position:fixed;
	width:100%;
	z-index:1000;
	background-color:#FFF;
}
header{
	width:1025px;
	margin:0 auto;
	padding-top:15px;
	padding-bottom:15px;
	position:relative;
}
header h1{
	float:left;
	width:20%;
	margin-top:10px;
}
header .right{
	float:right;
	text-align:right;
}
header .right .text{
	font-size:10px;
	margin-left:-2em;
}
header .right .tel{
	font-size:30px;
	position:absolute;
	bottom:20px;
	left:32%;
	text-align:center;
	white-space:nowrap;
}
header .right .tel img{
	margin-left:-0.5em;
	margin-right:0.5em;
	margin-bottom:-0.2em;
	display:inline-block;
	width:2em;
}
header .right .tel a{
	color:#000;
	text-decoration:none;
}
header.header_fixed .right .tel{
	bottom:0px;
	left:-55%;
}
header .right .btn p{
	float:left;
	margin-top:5px;
}
header .right .btn .contact{
	margin-right:3px;
}
header .right .btn .recruit{
	margin-right:3px;
}
header .right .address{
	font-size:16px;
	text-align:right;
}
.header_wrap.header_fixed{
    -webkit-transition: 0.3s;
    transition: 0.3s;
	height:130px;
}
header.header_fixed h1 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
header.header_fixed .right{
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}
header.header_fixed + nav{
	position:relative;
	top:-30px;
}
header.header_fixed + .globalnavi li a{
    -webkit-transition: 0.3s;
    transition: 0.3s;
	font-size:12px;
}


.globalnavi{
	background-color:#309b81;
}
.globalnavi ul{
	width:1025px;
	margin:0 auto;
}
.globalnavi li{
	float:left;
	width:14.28%;
	position:relative;
}
.globalnavi li > a{
	color:#FFF;
	font-size:14px;
	display:table-cell;
	height:5em;
	vertical-align:middle;
	text-align:center;
	width:1000px;
	text-decoration:none;
	border-left:1px solid;
}

.globalnavi li:last-child > a{
	border-right:1px solid;
}
.globalnavi li div.subnavi{
	opacity:0;
	transition-duration:0.5s;
	position:absolute;
	top:70px;
	left:0px;
	width:140%;
	height:0px;
	pointer-events:none;
}

.globalnavi li.show div.subnavi{
	opacity:1;
	pointer-events:auto;
}
.globalnavi li div.subnavi div{
}
.globalnavi li.navi02 div.subnavi div{
	padding-left:0px;
}
.globalnavi li.navi03 div.subnavi div{
	padding-left:275px;
}
.globalnavi li.navi04 div.subnavi div{
	padding-left:400px;
}
.globalnavi li.navi05 div.subnavi div{
	padding-left:535px;
}


.header_fixed .globalnavi li div.subnavi{
	top:60px;
}
.globalnavi li div.subnavi p a{
	background-color:#29be97;
	display:block;
	cursor:pointer;
	color:#FFF;
	font-size:14px;
	padding:0.7em;
	border-bottom:1px solid #6ad2b6;
	position:relative;
}
.globalnavi li div.subnavi p a:hover{
	opacity:1;
}
.globalnavi li div.subnavi p a:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -0.2em;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    border-top: 0.1em solid #FFF;
    border-right: 0.1em solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.globalnavi li div.subnavi p:last-child a{
	border-bottom:none;
}
#fixed_nav {
	display:none!important;
}

footer{
	background-color:#52964c;
}
footer .page_top{
	background-color:#e7e7e7;
	text-align:center;
}
footer .page_top a{
	display:inline-block;
	text-align:center;
	padding-top:1em;
	padding-bottom:1em;
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

footer .inner{
	width:1025px;
	margin:0 auto;
	padding-top:1.5em;
	padding-bottom:1.5em;
}
footer .logo{
	padding:0.5rem;
	background-color:#FFF;
	float:left;
	font-size:0px;
	width:30%;
}
footer .address{
	float:left;
	font-size:16px;
	margin-left:50px;
	color:#FFF;
	line-height:1.8;
  margin-bottom:1em;
}
footer .address a{
	color:#FFF;
	text-decoration:none;
}
footer .recruit{
	float:right;
}

footer .navi{
	clear:both;
	padding-top:1em;
	border-top:1px solid #FFF;
	display:flex;
	margin-top:1.5em;
}
footer .navi ul{
	margin-bottom:1em;
	margin-right:3em;
}
footer .navi li{
	margin-bottom:1em;
}
footer .navi li a{
	font-size:16px;
	color:#FFF;
	padding-left:0.8em;
	text-decoration:none;
	position:relative;
}
footer .navi li a:before {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -0.15em;
    left: 0em;
    width: 0.3em;
    height: 0.3em;
    border-top: 0.1em solid #FFF;
    border-right: 0.1em solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
footer .navi > ul:first-child > li > a{
	pointer-events: none;
}
footer .navi > ul:first-child > li > a:before{
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
footer .navi li a:hover{
	text-decoration:none;
}
footer .navi div{
	padding-left:0.8em;
	padding-top:1em;
}
footer .navi div li{
	display:block;
	margin-bottom:0.5em;
}
footer .navi div li a{
	padding-left:0em;
	background:none;
	white-space:nowrap;
	font-size:14px;
}

footer .group{
	background-color:#FFF;
	padding:1.5em;
	margin-bottom:2em;
}
footer .group .ttl{
	font-size:19px;
	color:#339b80;
	border-bottom:1px solid;
	padding-bottom:0.5em;
	margin-bottom:1em;
	font-weight:bold;
}
footer .group ul{
	font-size:0px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
footer .banner{
	font-size:0px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
footer .copy{
	background-color:#FFF;
	font-size:12px;
	color:#319d7d;
	text-align:center;
	padding-top:2em;
	padding-bottom:2em;
}


/*  peculiarity
/* ------------------------------------- */
.peculiarity {
    padding: 30px 0;
}
.peculiarity .txtbox {
    max-width: 1024px;
    margin: 0 auto 30px;
}
.peculiarity .txtbox p{
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.28px;
}
.peculiarity h2{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.peculiarity h2 span{
    font-size: 14px;
    font-weight: 400;
    color: #3972b6;
}

.wrap {
    max-width: 1024px;
    margin: 0 auto;
}
.wrap2 {
    max-width: 850px;
    margin: 0 auto;
}

.title {
    width: 50%;
    margin: 80px auto 20px;
}
.title2 {
    width: 100%;
    margin: 80px auto 20px;
}
.title p.number,
.title2 p.number{
    margin-bottom: 10px;
    font-size: 45px;
    font-family: 'Lato', sans-serif;
    line-height: 1;
    color: #309b81;
    text-align: center;
}
.title p.sub,
.title2 p.sub{
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #3972b6;
    text-align: center;
}
.title h3.sideline,
.title2 h3.sideline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
}
.title h3.sideline:before,
.title h3.sideline:after,
.title2 h3.sideline:before,
.title2 h3.sideline:after{
    content: "";
    border-top: 1px solid #333333;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.sideline:before{
    margin-right: 1em;
}
.sideline:after{
    margin-left: 1em;
}

.peculiarity p{
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.28px;
}
.peculiarity p.subtitle {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.28px;
    text-align: center;
}
.peculiarity .box{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.peculiarity .box .title{
	width:100%;
}
.peculiarity .box .left{
	width:48%;
}
.peculiarity .box .right{
	width:48%;
}
.peculiarity .inner {
    position: relative;
    width: 100%;
    padding: 60px 30px 10px;
    margin: 15px 0;
    border: 1px solid #c6c6c6;
}
.peculiarity .inner img{
    height: 120px;
    margin: 0 auto;
}
.peculiarity .inner p.name{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 700;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    border-radius: 0 0 5px 5px / 0 0 5px 5px;
}
.peculiarity .inner p.female{
    width: 109px;
    padding: 2px 0;
    margin: 10px auto;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background : rgba(230,0,18,0.5);
    border-radius: 20px;
}
.peculiarity .inner p.male{
    width: 109px;
    padding: 2px 0;
    margin: 10px auto;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background : rgba(0,113,175,0.5);
    border-radius: 20px;
}
.peculiarity .inner p{
    margin: 0;
    font-size: 16px;
    text-align: center;
}
.peculiarity .staff {
    width: 70%;
    margin: 30px auto 0;
}
.peculiarity .staff ul.pc{
    display: block;
}
.peculiarity .staff ul.sp{
    display: none;
}
.peculiarity .staff li{
    font-size: 14px;
    font-weight: 400;
}
.peculiarity .staff li span.jikan1 {
    margin-left: 0.5em;
    font-size: 14px;
}
.peculiarity .staff li span.jikan2 {
    letter-spacing: 0.075em;
    font-size: 14px;
}
.peculiarity .staff img{
    width: 230px;
    margin-top: 50px;
}
.peculiarity .staff .numberofpeople {
    margin-top: 30px;
}
.peculiarity .staff .numberofpeople p{
    font-size: 21px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #309b81;
    border-bottom: 2px solid #309b81;
}
.peculiarity .staff .numberofpeople p span{
    font-size: 70px;
}
@media screen and (max-width: 1024px){
.peculiarity .txtbox {
    padding: 0 47px;
}
.peculiarity .staff .numberofpeople p{
    font-size: 20px;
}
.peculiarity .staff .numberofpeople p span{
    font-size: 62px;
}
}

/*  affiliated
/* ------------------------------------- */
.affiliated {
    padding: 30px 0;
}
.affiliated h2{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.affiliated h2 span{
    font-size: 14px;
    font-weight: 400;
    color: #3972b6;
}
.affiliated table{
    width: 50%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
}
.affiliated table td{
    width: 25%;
    padding: 37px 0 37px 30px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	font-size:14px;
}
.affiliated table td span{
    font-size: 12px;
    color: #309b81;
}
.affiliated table td a{
    color: #333333;
}
.affiliated table td a:hover{
    color: #3972b6;
    text-decoration: underline;
}

/*  healthprofessional
/* ------------------------------------- */
.healthprofessional {
    padding: 30px 0 50px;
	position:relative;
}
.healthprofessional #health-care-anchor{
	position:absolute;
	top:-80px;
}
.healthprofessional h2{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.healthprofessional h2 span{
    font-size: 14px;
    font-weight: 400;
    color: #3972b6;
}

.healthprofessional p{
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.28px;
}

.healthprofessional .renkei {
    margin-bottom: 30px;
}
.healthprofessional .renkei p{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1.28px;
}
.healthprofessional .renkei p span{
    font-size: 12px;
    color: #3972b6;
}

.healthprofessional table{
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #309b81;
    border-collapse: collapse;
}
.healthprofessional table th,
.healthprofessional table td{
    padding: 10px 0;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
	vertical-align:middle;
}
.healthprofessional table th{
    font-size: 20px;
    color: #fff;
    background-color: #309b81;
}
.healthprofessional table td{
    font-size: 22px;
    color: #309b81;
}
.healthprofessional table td br{
    display: none;
}
.healthprofessional table td div{
    padding: 10px 0;
    border-right: 2px solid #309b81;
    font-size: 22px;
}
.healthprofessional table td div a{
	color:#309b81;
}
.healthprofessional table td .text{
	color:#000;
	font-size:18px;
	margin-bottom:0px;
}
.healthprofessional table td .text a{
	color:#309b81;
}
.healthprofessional table td:last-child{
    border-right: none;
}
/* class 化した */
table.bottom_tel_inquiry{
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #3972b6;
    border-collapse: collapse;
}
table.bottom_tel_inquiry th,
table.bottom_tel_inquiry td{
    padding: 20px 0;
    font-weight: 500;
    letter-spacing: 0.1em;
    vertical-align: middle;
    text-align: center;
}
table.bottom_tel_inquiry th{
    font-size: 20px;
    color: #fff;
    background-color: #3972b6;
}
table.bottom_tel_inquiry td{
    font-size: 22px;
    line-height: 1.8;
    color: #3972b6;
    background-color: #fff;
}
table.bottom_tel_inquiry td div{
    padding: 20px 0;
    border-right: 2px solid #3972b6;
}
table.bottom_tel_inquiry td:last-child div{
    border-right: none;
}
table.bottom_tel_inquiry td span{
    color: #333;
    font-size: 14px;
}

.healthprofessional .faxdl a{
    position: relative;
    display: block;
    max-width: 330px;
    margin: 0 auto;
    padding: 20px 10px 20px 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #3972b6;
    border: 1px solid #3972b6;
}
.healthprofessional .faxdl a:hover{
    color: #3972b6;
    background-color: #fff;
    border: 1px solid #3972b6;
}
.healthprofessional .faxdl a:before{
    position: absolute;
    right: 13px;
    content: '\f125';
    font-family: "ionicons";
    font-size: 14px;
    line-height: 1.8em;
    color: #fff;
}
.healthprofessional .faxdl a:hover:before{
    color: #3972b6;
}

/* ------------------------------------- /
/   about
/* ------------------------------------- */
/*  message_area
/* ------------------------------------- */
.message_area {
    padding: 30px 0 60px;
}
.message_area h2{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.message_area h2 span{
    font-size: 14px;
    font-weight: 400;
    color: #3972b6;
}
.message_area .message img{
    display: block;
    width: 100%;
}
.message_area .message p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1.28px;
}
.message_area .message p.name {
    font-size: 16px;
    font-weight: 500;
    text-align: right;
}
.message_area .message p.name span{
    font-size: 28px;
}
/*.message_area .message p.name br{
    display: none;
}*/
@media screen and (max-width: 425px){
.message_area {
    padding: 20px 0 0;
}
.message_area h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.message_area .wrap {
    padding: 0;
}
.message_area .message img{
    margin-bottom: 10px;
}
.message_area .message p{
    font-size: 12px;
    line-height: 1.5em;
}
.message_area .message p.name {
    font-size: 12px;
    font-weight: 500;
    text-align: right;
}
.message_area .message p.name span{
    font-size: 14px;
}
/*.message_area .message p.name br{
    display: block;
}*/
}


/*  about_area
/* ------------------------------------- */
.about_area {
    padding: 30px 0 100px;
}
.about_area h2{
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.about_area h2 span{
    font-size: 14px;
    font-weight: 400;
    color: #3972b6;
}
.about_area .aboutbox table{
    width: 100%;
    margin: 30px 0 80px;
    border: 1px solid #309b81;
    border-collapse: collapse;
}
.about_area .aboutbox table th{
    padding: 15px 25px;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    background-color: #309b81;
    border-bottom: 1px solid #fff;
	font-weight:normal;
}
.about_area .aboutbox table th:first-child{
    width: 240px;
	text-align:left;
    letter-spacing: 0.2em;
}
.about_area .aboutbox table th.borderchange{
    border-bottom: 1px solid #3972b6;
}
.about_area .aboutbox table td{
    padding: 15px 25px;
    font-size: 16px;
    color: #333333;
    border: 1px solid #309b81;
}
.about_area .aboutbox table td a{
    color: #3972b6;
}
.about_area p{
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1.28px;
}
.about_area p.floor span{
	font-size:18px;
	color:#309b81;
	border:solid 1px;
	padding:0.5em 3.9em 0.5em 3.9em;
	display:inline-block;
	margin-bottom:0.5em;
}
.about_area .inner {
    margin-top: 40px;
    padding: 30px 85px 40px;
    border: 1px solid #c5c5c5;
    border-radius: 10px;
}
.about_area .inner .img {
    margin-bottom: 30px;
}
.about_area .inner h4{
    margin-bottom: 20px;
    padding-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #c5c5c5;
}
.about_area .inner h4 span {
	display: inline-block;
	border-radius: 3em;
	padding: 0.5em 1.5em;
	background-color: #309b81;
	color: #fff;
	line-height: 1.1;
}
.about_area .inner h5{
    font-size: 20px;
    font-weight: 500;
    color: #309b81;
}
.about_area .inner h5 span{
    font-size: 12px;
}
.about_area .inner p{
    padding-left: 1em;
    font-size: 14px;
}
.about_area .inner .schedule p{
    margin-bottom: 10px;
    font-size: 14px;
}
.about_area .inner .schedule table{
    margin: 0 0 0 1em;
    width: 460px;
}
.about_area .inner .schedule table th{
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #309b81;
    border-right: 1px solid #fff;
    border-bottom: none;
}
.about_area .inner .schedule table th:first-child{
    width: 180px;
}
.about_area .inner .schedule table th:last-child{
    border-right: 1px solid #3972b6;
}
.about_area .inner .schedule table td{
    padding: 15px 0;
    font-size: 16px;
    color: #309b81;
    text-align: center;
    border: 1px solid #309b81;
}
.about_area .inner .schedule table td:first-child{
    color: #333333;
}
.about_area .outline_pc{
	
}
.about_area .outline_sp{
	display: none;
}@media screen and (max-width:768px){
		.about_area .outline_pc{
	display: none;
}
	.about_area .outline_sp{
		display: block;}}
/* ------------------------------------- /
/   inpatient
/* ------------------------------------- */
/*  inpatient_area
/* ------------------------------------- */
.inpatient_area {
    padding: 30px 0 60px;
}
.inpatient_area h2{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.inpatient_area .txtbox {
    margin: 10px 0 80px;
}
.inpatient_area .txtbox h3{
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
.inpatient_area .txtbox p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1.28px;
}

.inpatient_area .inpatientbox table{
    width: 100%;
    margin: 30px 0 20px;
    border: 1px solid #309b81;
    border-collapse: collapse;
}
.inpatient_area .inpatientbox table th{
    padding: 15px 25px;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    background-color: #309b81;
    border-bottom: 1px solid #fff;
}
.inpatient_area .inpatientbox table th:first-child{
    width: 240px;
    letter-spacing: 0.2em;
}
.inpatient_area .inpatientbox table th.borderchange{
    border-bottom: 1px solid #309b81;
}
.inpatient_area .inpatientbox table td{
    padding: 15px 25px;
    font-size: 16px;
    color: #333333;
    border: 1px solid #309b81;
}
.inpatient_area .inpatientbox table td a{
    color: #3972b6;
}









table.contact{
    width: 100%;
    margin: 30px 0 20px;
    border: 1px solid #309b81;
    border-collapse: collapse;
}
table.contact th,
table.contact td{
    padding: 10px 0;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
	vertical-align:middle;
	border:none!important;
}
table.contact th{
    font-size: 20px;
    color: #fff;
    background-color: #309b81;
}
table.contact td{
    font-size: 22px!important;
    color: #309b81!important;
	border:none;
}
table.contact td a{
    color: #309b81!important;
}
table.contact td br{
    display: none;
}
table.contact td div{
    padding: 10px 0;
    border-right: 2px solid #309b81;
    font-size: 22px;
}
table.contact td div a{
	color:#309b81;
}
table.contact td .text{
	color:#000;
	font-size:18px;
	margin-bottom:0px;
}
table.contact td .text a{
	color:#309b81;
}
table.contact td:last-child{
    border-right: none;
}



















.inpatient_area .flow {
    max-width: 680px;
    margin: 0 auto;
}
.inpatient_area .flow li{
    padding: 20px 30px;
    border-top: 1px dotted #c6c6c6;
}
.inpatient_area .flow li .in{
    font-size: 20px;
    font-weight: 500;
    color: #309b81;
    text-indent: -1.2em;
    padding-left: 1.2em;
}
.inpatient_area .flow li:last-child{
    border-bottom: 1px dotted #c6c6c6;
}
.inpatient_area .flow li span.square {
    padding: 0 5px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 1em;
    border: 1px solid #309b81;
}
.inpatient_area .flow li span.small {
    font-size: 12px;
    font-weight: 400;
    text-indent: -0em;
    padding-left: 0em;
    color: #333333;
}

.inpatient_area .nursestation {
}
.inpatient_area .nursestation p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1.28px;
}
.inpatient_area .nursestation img{
    display: block;
    width: 100%;
}
.inpatient_area .nursestation .txt h3{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #309b81;
}
.inpatient_area .nursestation .txt p{
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1.28px;
}

.inpatient_area .img img{
    width: 100%;
    margin: 15px 0;
}

.inpatient_area2 {
    padding: 30px 0 100px;
}
.inpatient_area2 h2{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.inpatient_area2 .txtbox {
    margin: 0;
}
.inpatient_area2 .txtbox p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1.28px;
}

/* ------------------------------------- /
/   doctor
/* ------------------------------------- */
/*  doctor_area
/* ------------------------------------- */
.doctor_area {
    padding: 30px 0 20px;
}
.doctor_area h2{
    margin-bottom: 50px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.doctor_area .doctorbox {
    margin-bottom: 80px;
    overflow: hidden;
}
.doctor_area .doctorbox .img {
    float: left;
    width: 150px;
    margin-right: 30px;
}
.doctor_area .doctorbox .img img{
    display: block;
    width: 100%;
}
.doctor_area .doctorbox .txt {
    float: left;
    /* max-width: 670px; */
    width: 670px;
}
.doctor_area .doctorbox .txt h3{
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #3972b6;
}
.doctor_area .doctorbox .txt h4{
    margin: 20px 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #309b81;
}
.doctor_area .doctorbox .txt p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1.28px;
}
/* ------------------------------------- /
/   access
/* ------------------------------------- */
/*  access_area
/* ------------------------------------- */
.access_area {
    padding: 30px 0;
}
.access_area h2{
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.access_area .inner .img {
    max-width: 730px;
	margin-top:40px;
}
.access_area .inner .img iframe{
	width:100%;
	height:500px;
}
.access_area .inner .googlemap a{
    display: block;
    width: 300px;
    margin: 60px auto 100px;
    padding: 20px 20px 20px 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #309b81;
    border: 1px solid #309b81;
    background-image: url(../img/top/btn_arrow.png);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: 90% center;
}
.access_area .inner .googlemap a:hover{
    color: #309b81;
    background-color: #fff;
    border: 1px solid #309b81;
    background-image: url(../img/top/btn_arrow2.png);
}

.access_area .inner {
    width: 65%;
    margin: 0 auto;
}
.access_area .inner .title {
    width: 75%;
    margin: 50px auto 20px;
}
.access_area .inner .title img{
    display: block;
    width: 90px;
    margin: 0 auto 10px;
}
.access_area .inner .text {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1.28px;
}
.access_area .inner .text .map{
	text-align:center;
}
.access_area .inner .text p{
    font-size: 16px;
}
.access_area .inner .text p.small{
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 1.28px;
}
.access_area .inner .text2 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1.28px;
}
.access_area .inner .text2 p{
    font-size: 16px;
}
.access_area .inner .text h4,
.access_area .inner .text2 h4{
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.28px;
    color: #309b81;
}
.access_area .inner .text h5{
    margin-top: 35px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.28px;
}
.access_area .inner .text h4 span.tsurumai {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #005aaf;
    border-radius: 20px;
}
.access_area .inner .text h4 span.meijyo {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #8c34a2;
    border-radius: 20px;
}
.access_area .inner .text h4 span.higashiyama {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #ee8f3b;
    border-radius: 20px;
}
.access_area .inner .text2 dl{
    overflow: hidden;
    border: 1px solid #309b81;
}
.access_area .inner .text2 dt{
    width: 58%;
    padding: 10px 0 10px 25px;
    font-size: 16px;
    color: #fff;
    background-color: #309b81;
    border-bottom: 1px solid #fff;
    float: left;
    clear: left;
}
.access_area .inner .text2 dt:last-of-type{
    border-bottom: none;
}
.access_area .inner .text2 dd{
    width: 42%;
    padding: 10px 0 10px 25px;
    border-bottom: 1px solid #309b81;
    float: left;
	font-size:16px;
}
.access_area .inner .text2 dd:last-child{
    border-bottom: none;
}
@media screen and (max-width: 1024px){
.access_area .inner {
    width: 75%;
}
}

/* ------------------------------------- /
/   contact
/* ------------------------------------- */
/*  contact_area
/* ------------------------------------- */
.contact_area {
    padding: 30px 0 100px;
}
.contact_area h2{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.contact_area .contact {
}
.contact_area .contact p{
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1.28px;
}
.contact_area .contact p span{
    padding: 0 5px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    background-color: #309b81;
}
.contact_area .contact dl{
    overflow: hidden;
    border-bottom: 1px dotted #c8c8c8;
}
.contact_area .contact dt{
    width: 30%;
    padding: 15px 0;
    font-size: 16px;
    border-top: 1px dotted #c8c8c8;
    float: left;
    clear: left;
}
.contact_area .contact dt span{
    padding: 0 5px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    background-color: #309b81;
}
.contact_area .contact dd{
    width: 70%;
    padding: 10px 0;
    border-top: 1px dotted #c8c8c8;
    float: left;
}
.contact_area .contact dd input[type="text"]{
    width: 400px;
    height: 32px;
    padding: 0 0 0 15px;
    border: 1px solid #c6c6c6;
}
.contact_area .contact dd input.long{
    width: 600px;
}
.contact_area .contact dd input.short{
    width: 160px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-size: 16px;
    color: #888888;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 16px;
    color: #888888;
}
::placeholder{ /* Others */
    font-size: 16px;
    color: #888888;
}
.contact_area .contact dd textarea{
    width: 600px;
    padding: 5px 15px;
    border: 1px solid #c6c6c6;
}
.contact_area .contact dd input[type="text"],
.contact_area .contact dd textarea {
    padding: 0 10px;
    font-size: 14px;
    outline: none;
    border: 1px solid #c6c6c6;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.contact_area .contact dd input[type="text"]:focus,
.contact_area .contact dd textarea:focus {
    -webkit-box-shadow: 0 0 7px #3972b6;
    box-shadow: 0 0 7px #3972b6;
    border: 1px solid #3972b6;
}
.contact_area .contact dd input[type="checkbox"] {
	margin-top: 5px;
}
.contact_area .contact .btn .submit_button {
    display: block;
    width: 223px;
    margin: 40px auto 0;
    padding: 20px 10px 20px 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #309b81;
    border: 1px solid #309b81;
    background-image: url(../img/top/btn_arrow.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 90% center;
}
.contact_area .contact .btn .submit_button:hover{
    color: #3972b6;
    background-color: #fff;
    border: 1px solid #3972b6;
    background-image: url(../img/top/arrow_on.png);
}
.contact_area .mail{
	margin-bottom:1em;
}
/* ------------------------------------- /
/   privacy
/* ------------------------------------- */
/*  privacy_area
/* ------------------------------------- */
.privacy_area {
    padding: 30px 0 100px;
}
.privacy_area h2{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.privacy_area .privacy h3{
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	padding: 20px 0 10px 0;
  font-weight: 500;
	font-size: 20px;
}
.privacy_area .privacy h4{
	margin-bottom: 10px;
	border-left: 4px solid #cccccc;
	padding: 0.1em 0 0.1em 12px;
	line-height: 1.1;
  font-weight: 400;
	font-size: 16px;
}
.privacy_area .privacy p,
.privacy_area .privacy ul,
.privacy_area .privacy ol{
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1.28px;
}
.privacy_area .privacy ul li,
.privacy_area .privacy ol li{
    font-size: 12px;
}
.privacy_area .privacy ul.list_style_disc{
	margin-left: 1.7em;
	list-style: disc;
}
.privacy_area .privacy ol {
	margin-left: 1.7em;	
}
.privacy_area p.right{
	text-align:right;
}
/* ------------------------------------- /
/   rehabilitation
/* ------------------------------------- */
/*  rehabilitation_area
/* ------------------------------------- */
.rehabilitation_area {
    padding: 30px 0 60px;
}
.rehabilitation_area h2{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.rehabilitation_area .txtbox {
    margin: 10px 0 80px;
}
.rehabilitation_area .txtbox h3{
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
.rehabilitation_area .txtbox p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1.28px;
}
.rehabilitation_area .rehabilitationbox{
	position:relative;
}
.rehabilitation_area .rehabilitationbox p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1.28px;
}
.rehabilitation_area .rehabilitationbox img{
    width: 100%;
}
.rehabilitation_area .rehabilitationbox table.table01{
	margin-bottom:80px;
}
.rehabilitation_area .rehabilitationbox table.table01 th{
	background-color:#309b81;
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	padding:1em;
	border:solid 1px #309b81;
	border-right:1px solid #FFF;
}
.rehabilitation_area .rehabilitationbox table.table01 th:last-child{
	border-right:1px solid #309b81;
}
.rehabilitation_area .rehabilitationbox table.table01 td{
	border:solid 1px #CCC;
	vertical-align:middle;
	padding:1em;
}

.rehabilitation_area .rehabilitationbox table.table01 td:nth-of-type(1){
	width:60%;
}
.rehabilitation_area .rehabilitationbox table.table01 td:nth-of-type(2){
	text-align:center;
}
.rehabilitation_area .rehabilitationbox table.table01 td:nth-of-type(3){
	text-align:center;
}
.rehabilitation_area .rehabilitationbox table.table02{
	width:100%;
}
.rehabilitation_area .rehabilitationbox table.table02 td{
	border:solid 1px #309b81;
	vertical-align:middle;
	padding:1em;
}
.rehabilitation_area .rehabilitationbox table.table02 td:nth-of-type(1){
	background-color:#309b81;
	color:#FFF;
	text-align:center;
	border-bottom:1px solid #FFF;
	width:20%;
}
.rehabilitation_area .rehabilitationbox table.table02 tr:last-child td:nth-of-type(1){
	border-bottom:1px solid #309b81;
}
.rehabilitation_area .rehabilitationbox table.flow02{
	width:100%;
}
.rehabilitation_area .rehabilitationbox table.flow02 td{
	padding-bottom:3em;
}
.rehabilitation_area .rehabilitationbox table.flow02 td{
	background:url(/assets/img/recovery/arrow01.gif) 1.5em 70% no-repeat;
	width:33.33%;
}
.rehabilitation_area .rehabilitationbox table.flow02 td.bottom{
	background:none;
}

.rehabilitation_area .rehabilitationbox table.flow02 td span{
	color:#309b81;
	border:solid 1px;
	padding:0.3em;
}
.rehabilitation_area .rehabilitationbox .arrow01{
	width:38px;
	position:absolute;
	left:25%;
	top:45%;
}
.rehabilitation_area .rehabilitationbox .arrow02{
	width:38px;
	position:absolute;
	left:58%;
	top:45%;
}

.rehabilitation_area .flow01 {
    max-width: 680px;
    margin: 0 auto;
}
.rehabilitation_area .flow01 td{
    padding: 20px 30px;
    border-top: 1px dotted #c6c6c6;
}
.rehabilitation_area .flow01 td{
    font-size: 20px;
    font-weight: 500;
    color: #309b81;
}
.rehabilitation_area .flow01 td span{
	font-size:16px;
	color:#000;
}
.rehabilitation_area .flow01 td span.square {
    padding: 0 5px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 1em;
    border: 1px solid #309b81;
    color: #309b81;
}
.rehabilitation_area .flow01 td span.small {
    font-size: 12px;
    font-weight: 400;
    text-indent: -0em;
    padding-left: 0em;
    color: #333333;
}
.rehabilitation_area .flow01 td:nth-of-type(1) {
	padding: 20px 0px;
}
.rehabilitation_area .flow01 td:nth-of-type(2) {
	padding: 20px 0px 20px 10px;
}

.rehabilitation_area .navi ul{
	display:flex;
	justify-content: center;
}

.rehabilitation_area .navi ul li a{
	display:flex;
	justify-content: center;
	align-items: center;
	width:12em;
	height:12em;
	flex-direction: column;
	border:solid 1px #309b81;
	border-radius:50%;
	color:#000;
	overflow: hidden;
	text-decoration:none;
	text-align:center;
	margin:0 1em;
}
.rehabilitation_area .navi ul li.active a{
	background-color:#d8e9e3;
	pointer-events: none;
}


/* ------------------------------------- /
/   faq
/* ------------------------------------- */
/*  faq_area
/* ------------------------------------- */
.faq_area {
    padding: 30px 0;
}
.faq_area h2{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.faq_area h3{
    margin: 30px 0 30px;
    font-size: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #309b81;
    text-align: center;
}
.faq_area .box ul.accordion ul {
    display: none;
}
.faq_area .box ul.accordion > li {
    padding: 20px 0;
    border-top: 1px solid #c8c8c8;
}
.faq_area .box ul.accordion > li:last-child {
    border-bottom: 1px solid #c8c8c8;
}

.faq_area .box ul.accordion > li > p{
    position: relative;
    font-size: 16px;
    padding-left: 45px;
    padding-right: 40px;
}
.faq_area .box ul.accordion p span:before {
    content: 'Q';
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    display: block;
    cursor: pointer;
    position: absolute;
    top: -15px;
    left: 0;
    padding: 0;
    font-size: 32px;
    text-align: center;
    margin: 5px 5px 5px 0;
    width: 45px;
    color: #309b81;
    height: 40px;
    line-height: 40px;
}
.faq_area .box ul.accordion p span:after {
    content: '\f2c7';
    font-family: ionicons;
    display: block;
    cursor: pointer;
    position: absolute;
    top: -8px;
    right: 0;
    padding: 0;
    text-align: center;
    margin: 5px 5px 5px 0;
    background-color: #309b81;
    width: 26px;
    color: #fff;
    height: 26px;
    line-height: 26px;
    border-radius: 3px;
}
.faq_area .box ul.accordion p span.open:after {
    content: '\f2f4';
    font-family: ionicons;
}
.faq_area .box ul.accordion > li > ul > li {
    padding: 20px 0 0 0;
    font-size: 16px;
    line-height: 1.75;
}

.faqtab_area {
    margin-top: 100px;
    padding: 0;
    background-color: #aed3c5;
}
.faqtab_area .faqtab {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
}
.faqtab_area .faqtab ul.tab {
    position: absolute;
    top: -62px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.faqtab_area .faqtab ul.tab li{
    display: inline-block;
    margin: 0 5px;
    width: 18%;
}
.faqtab_area .faqtab ul.tab li br{
    display: none;
}
.faqtab_area .faqtab ul.tab li a{
    display: block;
    padding: 18.5px 0;
    font-size: 14px;
    font-weight: 500;
    color: #309b81;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border-top: 1px solid #309b81;
    border-left: 1px solid #309b81;
    border-right: 1px solid #309b81;
    border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}
.faqtab #anchor{
	position:relative;
	top:-150px;
}
.faqtab_area .faqtab ul.tab li.active a{
    color: #333;
    background-color: #aed3c5;
    border-top: 1px solid #aed3c5;
    border-left: 1px solid #aed3c5;
    border-right: 1px solid #aed3c5;
}
.tabContents {
    display: none;
}
.tabContents.active {
    display: block;
}
.faqtab_area .faqtab .tabContents {
    margin: 50px 10px;
    padding: 20px 30px;
    background-color: #fff;
}
.faqtab_area .faqtab .tabContents ul.accordion ul {
    display: none;
}
.faqtab_area .faqtab .tabContents ul.accordion > li {
    padding: 20px 0;
    border-top: 1px solid #c8c8c8;
}
.faqtab_area .faqtab .tabContents ul.accordion > li:last-child {
    border-bottom: 1px solid #c8c8c8;
}
.faqtab_area .faqtab .tabContents ul.accordion > li > p{
    position: relative;
    font-size: 16px;
    padding-left: 45px;
    padding-right: 40px;
}
.faqtab_area .faqtab .tabContents ul.accordion p span:before {
    content: 'Q';
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    display: block;
    cursor: pointer;
    position: absolute;
    top: -15px;
    left: 0;
    padding: 0;
    font-size: 32px;
    text-align: center;
    margin: 5px 5px 5px 0;
    width: 45px;
    color: #309b81;
    height: 40px;
    line-height: 40px;
}
.faqtab_area .faqtab .tabContents ul.accordion p span:after {
    content: '\f2c7';
    font-family: ionicons;
    display: block;
    cursor: pointer;
    position: absolute;
    top: -8px;
    right: 0;
    padding: 0;
    text-align: center;
    margin: 5px 5px 5px 0;
    background-color: #309b81;
    width: 26px;
    color: #fff;
    height: 26px;
    line-height: 26px;
    border-radius: 3px;
}
.faqtab_area .faqtab .tabContents ul.accordion p span.open:after {
    content: '\f2f4';
    font-family: ionicons;
}
.faqtab_area .faqtab .tabContents ul.accordion > li > ul > li {
    padding: 20px 0 0 0;
    font-size: 16px;
    line-height: 1.75;
}


/* ------------------------------------- /
/   news
/* ------------------------------------- */
/*  news_area
/* ------------------------------------- */
.news_area {
    padding: 50px 0;
}
.news_area .anchor{
	position:absolute;
	top:-100px;
}
.news_area h2{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    color: #309b81;
	padding-left:1em;
	padding-right:1em;
}
.news_area h2 span{
    font-size: 14px;
    font-weight: 400;
    color: #309b81;
}
.news_area h2 a{
    color: #309b81;
}
.news_area h3{
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #309b81;
    text-align: center;
}
.news_area .searchbox {
    margin-bottom: 50px;
    padding: 20px 0;
    border-top: 1px dotted #c8c8c8;
    border-bottom: 1px dotted #c8c8c8;
}
.news_area .searchbox li{
    display: inline-block;
    width: 13%;
    font-size: 16px;
}
.news_area .searchbox li:nth-child(1),
.news_area .searchbox li:nth-child(2){
    color: #3972b6;
}
.news_area .searchbox li:nth-child(1){
    width: 20%;
    color: #3972b6;
}
.news_area .searchbox li:nth-child(2){
    padding-right: 20px;
    text-align: right;
}
.news_area .searchbox li select{
    width: 150px;
    margin-left: 30px;
    padding: 3px 20px;
    color: #333333;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 0;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
.news_area .searchbox li span{
    position: relative;
}
.news_area .searchbox li span:before {
    position: absolute;
    top: 0.6em;
    right: 1em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}
.news_area .searchbox li.radio .radio_input {
    display: none;
}
.news_area .searchbox li.radio label{
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    padding: 0 20px;
    border-radius: 2px;
    text-align: center;
    line-height: 1;
}
.news_area .searchbox li.radio label:before{
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    width: 18px;
    height: 18px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #333333;
    border-radius: 50%;
}
.news_area .searchbox li.radio input[type="radio"]:checked + label:after {
    position: absolute;
    content: "";
    top: 50%;
    left: -6px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-radius: 50%;
    background: #333333;
}

.news_area .newsbox {
}
.news_area .newsbox .inner {
    padding: 20px 0;
}
.news_area .newsbox .inner dl{
    overflow: hidden;
}
.news_area .newsbox .inner dt{
    width: 15%;
    font-size: 14px;
    color: #333333;
    float: left;
    clear: left;
}
.news_area .newsbox .inner dd{
    width: 85%;
    float: left;
    font-size: 16px;
}
.news_area .newsbox .inner dd a{
    color: #3972b6;
}
.news_area .img_box{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	margin-bottom:3em;
}
.news_area .img_box p,
.news_area .img_box div{
	margin-left:3%;
	margin-right:3%;
}
.news_area .inblock{
	margin-bottom: 4em;
	position: relative;
    word-break: break-word;
}
.news_area .inblock img{
	margin-top:0.5em;
}
.news_naiyou a {
    word-wrap: break-word;
}
.news_naiyou a:hover {
    opacity: 0.75;
}
.news_naiyou img.alignright {
    display: block;
    margin: 0 0 0 auto!important;
}
.news_naiyou img.alignleft {
    display: block;
    margin: 0 auto 0 0!important;
}
.news_naiyou img.aligncenter {
    display: block;
    margin: 0 auto!important;
}

nav.navigation {
    position: relative;
}
div.pagination-area {
    margin-top: 44px;
}
.nav-links {
    margin-bottom: 64px;
}
.pagination a {
    padding: 14px 10px;
    display: inline-block;
    border-radius: 3px;
    color: #666666;
    background-color: #e8e0c7 ;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 0;
}
.pagination a:hover {
    background-color: #e8e8e8;
}
.pagination span {
    padding: 14px 10px;
    display: inline-block;
    border-radius: 3px;
    color: white;
    background-color: #3a5420;
    font-size: 14px;
    text-decoration: none;
    line-height: 0;
}
div.pagination-area a.next, div.pagination-area a.prev {
    width: 4em;
}
.pagination span.current {
}
.pagination {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    clear: both;
    background-color: transparent;
}   
.pagination h2.screen-reader-text {
    display: none;
}


@media screen and (max-width: 1024px){
.news_area .searchbox li{
    width: 12.8%;
    font-size: 14px;
}
.news_area .searchbox li:nth-child(1){
    width: 21%;
}
}
.sitemap_area .wrap ul:nth-of-type(1){
	border-bottom:1px solid #CCC;
	margin-bottom:1em;
}
.sitemap_area .wrap ul:nth-of-type(1) li{
		float:left;
		margin-bottom:1em;
		width:23%;
}
.sitemap_area .wrap ul:nth-of-type(2) li{
		margin-bottom:1em;
}

.sitemap_area.peculiarity .wrap ul:nth-of-type(2) li  p {
    margin-bottom: 0px;
}
/****************************************　スマホレイアウト　****************************************************/

@media screen and (max-width:768px){
	html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	font-size:3.5vw;
}
img{
	width:100%;
}
	.pc_display{
		display:none;
	}
	.sp_display{
		display:block;
	}
main{
	padding-top:15vw;
}
header{
	width:100%;
	padding-top:3vw;
	padding-bottom:2vw;
}

header h1 {
    margin-top: 0px;
	width:27%;
	margin-left:3%;
	margin-right:18%;
}
header .right {
	width:30%;
	float:left;
	margin-left:7%;
}
header .right .btn p {
    margin-top: 0px;
}
header .right .tel {
    display:none;
}
header .right .btn .contact {
    display:none;
}
	header .right .btn .recruit + p{
    display:none;
	}
header .right .address {
    display:none;
}
.header_wrap.header_fixed{
	height:auto;
}
header.header_fixed h1 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
header.header_fixed .right{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
header.header_fixed + nav{
	top:0px;
}
header.header_fixed + .globalnavi dt {
    top:-12vw;
}
header.header_fixed + .globalnavi dd {
    top:0vw;
}
.globalnavi ul {
	width:100%;
	background-color: #309b81;
}
.globalnavi dt{
	width:9vw;
	height:9vw;
	position:absolute;
	top:3vw;
	right:2vw;
}
.globalnavi dt.btn_off{
	background:url(../img/common/btn_open.gif) 0 0 no-repeat;
	background-size:contain;
}
.globalnavi dt.btn_on{
	background:url(../img/common/btn_close.gif) 0 0 no-repeat;
	background-size:contain;
}
.globalnavi dd{
	display:none;
	position:absolute;
	left:0px;
	top:15vw;
	z-index:100;
	width:100%;
}
.globalnavi li {
    float: none;
    width: 100%;
}
.globalnavi li a {
    font-size: 4vw;
    display: block;
    height: auto;
    text-align: left;
    width: auto;
    border-bottom: 1px solid;
	border-left:none;
	padding:0.7em;
	background:url(../img/common/arrow3.png) 95% center no-repeat;
	background-size:0.7em;
}
.globalnavi li:nth-of-type(1) a,
	.globalnavi li:nth-of-type(2) a{
		background:none;
	}
.globalnavi li:last-child a {
    border-right: none;
}
.globalnavi li div.subnavi{
	display:none!important;
	position:relative;
	background-color: #518BC7;
	top:auto;
	left:auto;
	width:100%;
	padding-left: 0em;
    padding-right: 0em;
    padding-bottom: 0em;
    padding-top: 0em;
	height:0%;
	transition-duration:1s;
	opacity:1!important;
}
.globalnavi li.open a{
	border-bottom:none;
}
.globalnavi li.open div.subnavi{
	display:block!important;
	height:100%;
	border-bottom:1px solid #FFF;
}
.globalnavi li.navi02 div.subnavi div {
    padding-left: 0px;
}
.globalnavi li.navi03 div.subnavi div {
    padding-left: 0px;
}
.globalnavi li.navi04 div.subnavi div {
    padding-left: 0px;
}
.globalnavi li.navi05 div.subnavi div {
    padding-left: 0px;
}
.globalnavi li div.subnavi div {
    display: block;
    width: 100%;
}
.globalnavi li div.subnavi p {
    margin-right:0em;
}
.globalnavi li div.subnavi p a {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    background-size: 0.7em;
	font-size:4vw;
}
.globalnavi li div.subnavi {
    height: auto!important;
}
.globalnavi li a.link{
	background:none;
}
.globalnavi li div p a{
	border:none;
	padding-top:0.5em;
}

.globalnavi li.navi02 a{
	position:relative;
}
.globalnavi li .icon{
	background:none;
	position:absolute;
	top:-0.1em;
	right:0em;
	width:13.5vw;
	text-align:center;
	color:#FFF;
	display:block;
}
.globalnavi li .icon:after{
	content:"+";
	font-size:8vw;
}
.globalnavi li.open .icon:after{
	content:"-";
}
header.header_fixed + .globalnavi li a{
    font-size: 4vw;
}
.globalnavi .btn{
	background-color: #309b81;
	text-align:center;
	padding-top:1rem;
	padding-bottom:1rem;
	font-size:0px;
}
.globalnavi .btn p{
	display:inline-block;
	margin-left:2vw;
	margin-right:2vw;
}
.globalnavi .btn p a{
	display:block;
	background-color:#FFF;
	border-radius:0.3em;
	font-size:4vw;
	padding:0.5em 1em 0.5em 2em;
	text-decoration:none;
}
.globalnavi .btn p:nth-of-type(1) a{
	color:#ec8186;
	background:url(../img/common/icon_mail.png) 7% center no-repeat;
	background-color:#FFF;
	background-size:1.2em;
}
.globalnavi .btn p:nth-of-type(2) a{
	color:#000;
	background:url(../img/common/icon_tel.png) 5% center no-repeat;
	background-color:#FFF;
	background-size:1em;
}
.globalnavi .btn p:nth-of-type(3) a{
	display:inline-block;
	background:none;
	border-radius:0em;
	padding:0em;
	margin-top:0.7em;
}

	footer{
		margin-bottom:21vw!important;
	}
footer .page_top a {
	font-size:4vw;
}
footer .page_top a img {
	width:2em;
}
footer .inner {
    width: 100%;
	padding-bottom:0.5em;
	padding-top:2em;
}
	footer .inner > div.clearfix:first-child{
		display:none;
	}
footer .logo {
    float: none;
	width:70%;
	margin:0 auto 0;
	margin-bottom:1rem;
}
footer .address {
    float: none;
    font-size: 3.5vw;
    margin-left:0px;
	text-align:center;
}

footer .address .sp_display{
	display:inline-block;
}
footer .recruit {
    float: none;
	width:95%;
	margin:0 auto;
	margin-top:0.5em;
}
footer .navi {
    padding-top: 0em;
	display:block;
	border-top:none;
	margin-top:0px;
	margin-bottom:10vw;
}
footer .navi ul {
	margin-right:0px;
	margin-bottom:0px;
}

footer .navi li {
    display: block;
    margin-right: 0em;
    margin-bottom: 0em;
}
footer .navi li a {
font-size: 4vw;
    display: block;
    height: auto;
    text-align: left;
    width: auto;
    border-bottom: 1px solid;
    border-left: none;
		padding:0.7em;
    padding-left:2em;
}
	
footer .navi div {
    padding-left: 0em;
    padding-top: 0em;
}
	footer .navi div li{
		margin-bottom:0px;
	}
footer .navi div li a {
    font-size: 4vw;
    padding-left:4em;
}
footer .navi li a:before {
    margin-top: -0.4em;
    left: auto;
	right:1em;
    width: 0.8em;
    height: 0.8em;
    border-top: 0.1em solid #FFF;
    border-right: 0.1em solid #FFF;
}
	
footer .group {
	width:95%;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
    padding: 0.5em;
    margin-bottom: 1em;
}
footer .group .ttl {
    font-size: 4vw;
    margin-bottom: 0.5em;
}
footer .group ul{
	display:block;
}
footer .group li{
	width:49%;
	display:inline-block;
	font-size:0px;
	
}
footer .group li:nth-of-type(1){
	margin-right:2%;
	margin-bottom:2%;
}
footer .group li:nth-of-type(3){
	margin-right:2%;
	margin-bottom:2%;
  }
footer .banner {
    width:95%;
	margin:0 auto;
    display: block;
}
footer .copy {
    font-size: 3vw;
    padding-top: 1em;
    padding-bottom: 1em;
}

.wrap {
    padding: 0 20px;
}
.title {
    width: 100%;
    margin: 30px auto 20px;
}
.peculiarity .spnone {
    display: none;
}
.peculiarity .txtbox {
    padding: 0 24px;
}
.peculiarity h2{
    font-weight: 500;
}
.peculiarity h2 span{
    display: none;
}
.peculiarity .container {
    padding-left: 0;
    padding-right: 0;
}
.peculiarity .container .flex {
    display: block;
}
.peculiarity .img img{
    margin: 0 0 30px;
}
.peculiarity .staff {
    width: 70%;
}
.peculiarity .staff img{
    width: 230px;
    margin: 30px auto 0;
}
.peculiarity .staff .numberofpeople {
    margin: 10px auto 0;
    width: 200px;
}
/*  affiliated
/* -------------------- */
.affiliated h2 span{
    display: none;
}
.affiliated table td{
    width: 50%;
    display: inline-block;
}



table.bottom_tel_inquiry{
    margin-bottom: 20px;
    border: 2px solid #3972b6;
}
table.bottom_tel_inquiry th,
table.bottom_tel_inquiry td{
    padding: 10px 0;
}
table.bottom_tel_inquiry th{
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}
table.bottom_tel_inquiry td{
    display: inline-block;
    width: 50%;
    padding: 10px 0;
}
table.bottom_tel_inquiry td div{
    padding: 10px 0;
}
.healthprofessional h2 span{
    display: none;
}
.healthprofessional table{
    margin-bottom: 20px;
    border: 2px solid #309b81;
}
.healthprofessional table th,
.healthprofessional table td{
    padding: 10px 0;
}
.healthprofessional table th{
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}
.healthprofessional table td{
    display: inline-block;
    width: 50%;
    padding: 10px 0;
}
.healthprofessional table td.wide{
    width: 100%;
}
.healthprofessional table td .text {
    font-size: 12px;
}
.healthprofessional table td div{
    padding: 10px 0;
    border-right: 2px solid #309b81;
	color:#309b81;
}
.healthprofessional table td div a{
	color:#309b81;
}
.peculiarity .yaizu{
	width:50%;
	margin:0 auto;
	margin-bottom:5%;
}
.inpatient_area .nursestation img{
    margin-bottom: 30px;
}

.doctor_area .doctorbox .img {
    float: none;
    margin: 0 auto 30px;
}
.doctor_area .doctorbox .txt {
  float: none;
  width: 100%;
}
.access_area .inner {
    width: 75%;
}
.access_area .inner .address .sp_display{
	display:inline-block;
}
.access_area .inner .img iframe {
    height: 60vw;
}

.contact_area .contact dd input[type="text"]{
    width: 100%;
}
.contact_area .contact dd input.long{
    width: 100%;
}
.contact_area .contact dd textarea{
    width: 100%;
}
.contact_area .tel {
    margin-bottom: 1em;
}
.contact_area .tel .sp_display{
    display:inline;
}
.access_area .inner .text p {
    font-size: 12px;
}
.access_area .inner .text2 p {
    font-size: 12px;
}
.access_area .inner .text2 dd {
    font-size: 12px;
}
.rehabilitation_area .rehabilitationbox img{
    margin-bottom: 30px;
}

.rehabilitation_area .rehabilitationbox table.table01 th {
	font-size:12px;
}
.rehabilitation_area .rehabilitationbox table.table01 td {
	font-size:12px;
}
.rehabilitation_area .rehabilitationbox table.table02 td {
	font-size:12px;
}
.rehabilitation_area .rehabilitationbox table.table02 td:nth-of-type(1) {
    width: 30%;
}
.rehabilitation_area .rehabilitationbox p {
    font-size: 12px;
}
.rehabilitation_area p {
    font-size: 12px;
}
.rehabilitation_area td{
    font-size: 12px;
}
.rehabilitation_area .rehabilitationbox table.flow02 td {
    width: 100%;
	display:block;
}
.rehabilitation_area .rehabilitationbox table.flow02{
	width:70%;
	margin:0 auto;
}




.rehabilitation_area .flow01 td{
    font-size: 3.5vw;
}

.rehabilitation_area .flow01 td span {
    font-size: 3.5vw;
}
.rehabilitation_area .flow01 td span.square {
    font-size: 3.5vw;
}
	
	
.rehabilitation_area .navi ul {
	flex-wrap:wrap;
}
	.rehabilitation_area .navi ul li img{
		width:70%;
	}
	.rehabilitation_area .navi ul li a {
    width: 12em;
    height: 12em;
		margin:0px 0.5em;
		margin-bottom:1em;
}
	
.faqtab_area .faqtab ul.tab {
    top: -111px;
}
.faqtab_area .faqtab ul.tab li{
    margin: 0 5px;
    width: 17%;
}
.news_area .searchbox li{
    width: 17.7%;
}
.news_area .searchbox li:nth-child(1){
    width: 100%;
    margin-bottom: 15px;
}
.news_area .searchbox li:nth-child(2){
    width: 12%;
    padding-right: 15px;
    text-align: left;
}
.news_area .searchbox li:nth-child(7){
    width: 14%;
}
.news_area .newsbox .inner dt{
    width: 20%;
}
.news_area .newsbox .inner dd{
    width: 80%;
}
.sitemap_area .wrap ul:nth-of-type(1) li{
		width:50%;
}
.sitemap_area.peculiarity .wrap ul:nth-of-type(2) li  p {
	font-size:3.5vw;
}


#fixed_nav {
  z-index: 19999;
  position: fixed;
  bottom: 0;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #309b81;
  width: 100%;
  background-color: #fff;
	display:block!important;
	opacity:1!important;
	visibility:visible!important;
}
#fixed_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}
#fixed_nav ul li {
  width: 49.5%;
  padding: 10px 0;
  text-align: center;
}
#fixed_nav ul li:first-of-type {
  border-right: 1px solid #c6c6c6;
	background:#fee8ea;
}
#fixed_nav ul li img {
  width: 90%;
  height: auto;
}

	
}





@media screen and (max-width: 425px){
.title {
    width: 100%;
    margin: 30px auto 10px;
}
.title2 {
    width: 100%;
    margin: 30px auto 10px;
}
.title p.number,
.title2 p.number{
    font-size: 27px;
}
.title p.sub,
.title2 p.sub{
    font-size: 10px;
    line-height: 1.5;
}
.title h3.sideline,
.title2 h3.sideline {
    font-size: 13px;
    line-height: 1;
}
.peculiarity {
    padding: 20px 0 0;
}
.peculiarity .txtbox {
    margin: 0 auto 10px;
    padding: 0 15px;
}
.peculiarity .txtbox p{
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.041em;
}
.peculiarity h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.peculiarity p{
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5em;
}
.peculiarity .box{
	display:block;
}
.peculiarity .box .title{
	width:100%;
}
.peculiarity .box .left{
	width:100%;
}
.peculiarity .box .right{
	width:100%;
}
.peculiarity p.subtitle {
    margin-bottom: 0;
    font-size: 15px;
}
.affiliated table {
    width: 100%;
}
.peculiarity .inner {
    padding: 50px 30px 10px;
    margin: 10px 0;
}
.peculiarity .inner p.female{
    margin: 0 auto 20px;
    font-size: 16px;
}
.peculiarity .inner p.male{
    margin: 10px auto 10px;
    font-size: 16px;
}
.peculiarity .inner p{
    font-size: 16px;
    line-height: 1.625em
}
.peculiarity .img img{
    margin: 0 0 10px;
}
.peculiarity .staff {
    width: 55%;
}
.peculiarity .staff ul.pc{
    display: none;
}
.peculiarity .staff ul.sp{
    display: block;
}
.peculiarity .staff li{
    font-size: 12px;
    font-weight: 400;
	white-space: nowrap;
}
.peculiarity .staff li span{
    font-size: 12px;
}
.peculiarity .staff .numberofpeople p{
    margin-bottom: 0;
    font-size: 12px;
}
.peculiarity .staff .numberofpeople p span{
    font-size: 30px;
}
.peculiarity .staff .numberofpeople {
    width: 125px;
}
.affiliated {
    padding: 0;
}
.affiliated h2{
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 15px;
}
.affiliated table td{
    padding: 25px 0 25px 10px;
    font-size: 11px;
}
.affiliated table td span{
    font-size: 8px;
}

.healthprofessional {
    padding: 20px 0;
}
.healthprofessional h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.healthprofessional .wrap {
    padding: 0;
}
.healthprofessional p{
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.041em
}
.healthprofessional .renkei {
    margin-bottom: 10px;
}
.healthprofessional .renkei p{
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.041em
}
.healthprofessional .renkei p span{
    font-size: 8px;
}
.healthprofessional table th,
.healthprofessional table td{
    letter-spacing: 0.1em;
    text-align: center;
}
.healthprofessional table th{
    padding: 15px 0;
    font-size: 12px;
}
.healthprofessional table td{
    padding: 5px 0;
    font-size: 12px;
}
.healthprofessional table td div {
    font-size: 12px;
}
.healthprofessional table td div{
    padding: 10px 0;
    border-right: 2px solid #309b81;
}
table.bottom_tel_inquiry th,
table.bottom_tel_inquiry td{
    letter-spacing: 0.1em;
    text-align: center;
}
table.bottom_tel_inquiry th{
    padding: 15px 0;
    font-size: 12px;
}
table.bottom_tel_inquiry td{
    padding: 5px 0;
    font-size: 12px;
}
table.bottom_tel_inquiry td div{
    padding: 10px 0;
    border-right: 1px solid #3972b6;
}
table.bottom_tel_inquiry td span{
	font-size: 10px;
}
.about_area {
    padding: 20px 0 30px;
}
.about_area h2{
    padding-bottom: 10px;
    font-size: 15px;
}
.about_area .wrap {
    padding: 0;
}
.about_area .aboutbox table{
    margin: 0;
}
.about_area .aboutbox table th{
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 1.5em;
    border-bottom: none;
}
.about_area .aboutbox table th:first-child{
    width: 100%;
    letter-spacing: 0.2em;
}
.about_area .aboutbox table td{
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 1.5em;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.about_area p{
    font-size: 12px;
    line-height: 1.5em;
}
.about_area p.floor span{
	font-size:13.5px;
}
.about_area .inner {
    margin-top: 10px;
    padding: 15px 10px 20px;
}
.about_area .inner .img {
    margin-bottom: 10px;
}
.about_area .inner h4{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.about_area .inner h5{
    font-size: 12px;
    font-weight: 500;
}
.about_area .inner h5.mb40{
    margin-bottom: 10px!important;
}
.about_area .inner h5.mb20{
    margin-bottom: 10px!important;
}
.about_area .inner h5 span{
    font-size: 8px;
}
.about_area .inner p{
    padding-left: 1em;
    font-size: 10px;
}
.about_area .inner p.mb30{
    margin-bottom: 10px!important;
}
.about_area .inner .schedule p{
    margin-bottom: 10px;
    font-size: 12px;
}
.about_area .inner .schedule table{
    margin: 0;
    width: 100%;
}
.about_area .inner .schedule table th{
    font-size: 12px;
}
.about_area .inner .schedule table th:first-child{
    width: 140px;
}
.about_area .inner .schedule table td{
    font-size: 12px;
}
.about_area .inner h5.mb40 {
    margin-bottom: 10px!important;
}
.about_area .inner p.mb30 {
    margin-bottom: 10px!important;
}

.inpatient_area {
    padding: 20px 0 0;
}
.inpatient_area h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.inpatient_area .wrap {
    padding: 0;
}
.inpatient_area .txtbox {
    margin: 0;
}
.inpatient_area .txtbox h3{
    margin-bottom: 10px;
    font-size: 14px;
}
.inpatient_area .txtbox p{
    font-size: 12px;
    line-height: 1.5em;
}
.inpatient_area .inpatientbox table{
    margin: 0;
}
.inpatient_area .inpatientbox table th{
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 1.5em;
    border-bottom: none;
}
.inpatient_area .inpatientbox table th:first-child{
    width: 100%;
    letter-spacing: 0.2em;
}
.inpatient_area .inpatientbox table td{
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 1.5em;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
table.contact{
	margin-bottom:30px!important;
}
table.contact th,
table.contact td{
    letter-spacing: 0.1em;
    text-align: center;
}
table.contact th{
    padding: 15px 0;
    font-size: 12px;
	width:100%;
}
table.contact th:first-child {
    width: 92.5vw;
    letter-spacing: 0.2em;
	display:block;
}
table.contact td{
    padding: 5px 0!important;
    font-size: 12px!important;
	width:50%!important;
	display:inline-block;
}
table.contact td.wide{
	width:100%!important;
}
table.contact td .text {
    font-size: 12px;
}
table.contact td div {
    font-size: 12px;
}
table.contact td div{
    padding: 10px 0;
    border-right: 2px solid #309b81;
}









.inpatient_area .flow li{
    padding: 20px 0;
    border-top: 1px dotted #c6c6c6;
}
.inpatient_area .flow li .in{
    font-size: 14px;
}
.inpatient_area .flow li span.square {
    font-size: 10px;
}
.inpatient_area .flow li span.small {
    font-size: 12px;
}
.inpatient_area .nursestation p{
    font-size: 12px;
    line-height: 1.5em;
}
.inpatient_area .nursestation p.mb30 {
    margin-bottom: 10px!important;
}
.inpatient_area .nursestation img{
    margin-bottom: 10px;
}
.inpatient_area .nursestation .txt h3{
    margin-bottom: 10px;
    font-size: 14px;
}
.inpatient_area .nursestation .txt p{
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5em;
}
.inpatient_area .nursestation .txt p:last-of-type{
    margin-bottom: 0;
}
.inpatient_area .img img{
    margin: 0 0 10px;
}
.inpatient_area2 {
    padding: 20px 0 30px;
}
.inpatient_area2 .wrap {
    padding: 0;
}
.inpatient_area2 h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.inpatient_area2 .txtbox p{
    font-size: 12px;
    line-height: 1.5em;
}
.doctor_area {
    padding: 20px 0 0;
}
.doctor_area h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.doctor_area .doctorbox {
    margin-bottom: 50px;
}
.doctor_area .doctorbox .img {
    margin: 0 auto 10px;
}
.doctor_area .doctorbox .txt h3{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}
.doctor_area .doctorbox .txt h4{
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.5;
}
.doctor_area .doctorbox .txt p{
    font-size: 12px;
    line-height: 1.5;
}
.access_area {
    padding: 20px 0;
}
.access_area h2{
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 15px;
}
.access_area .wrap {
    padding: 0;
}
.access_area .inner .img {
    padding: 0;
}
.access_area .inner {
    width: 100%;
}
.access_area .inner .title {
    width: 100%;
    margin: 40px auto 10px;
}
.access_area .inner .googlemap a{
    margin: 20px auto;
    font-size: 12px;
}
.access_area .inner .text {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.5;
}

.access_area .inner .text2 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.5;
}
.access_area .inner .text p.mb20{
    margin-bottom: 10px!important;
}
.access_area .inner .text h5{
    margin-top: 10px;
}
.access_area .inner .text2 dd{
    padding: 10px 0;
    text-align: center;
}
.access_area .inner .text h4,
.access_area .inner .text2 h4{
    font-size: 14px;
}
.access_area .inner .text h5{
    margin-top: 10px;
    font-size: 12px;
}
.access_area .inner .text h4 span.tsurumai {
    font-size: 12px;
}
.access_area .inner .text h4 span.meijyo {
    font-size: 12px;
}
.access_area .inner .text h4 span.higashiyama {
    font-size: 12px;
}
.access_area .inner .text2 dt{
    width: 50%;
    font-size: 12px;
}
.access_area .inner .text2 dd{
    width: 50%;
}
.contact_area {
    padding: 10px 0 0;
}
.contact_area h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.contact_area .wrap {
    padding: 0;
}
.contact_area .contact p{
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5;
}
.contact_area .contact p span{
    font-size: 8px;
}
.contact_area .contact dt{
    width: 100%;
    padding: 15px 0 0;
    font-size: 12px;
}
.contact_area .contact dd{
    width: 100%;
    padding: 5px 0 10px;
    border-top: none;
}
.contact_area .contact dt span{
    font-size: 8px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-size: 12px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 12px;
}
::placeholder{ /* Others */
    font-size: 12px;
}
.contact_area .contact .btn .submit_button {
    margin: 20px auto 30px;
    font-size: 12px;
}
.privacy_area {
    padding: 10px 0 0;
}
.privacy_area h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.privacy_area .wrap {
    padding: 0;
}
.privacy_area .privacy h3{
	margin-bottom: 10px;
	font-size: 14px;
}
.privacy_area .privacy h4{
	font-size: 12px;
}
.privacy_area .privacy p,
.privacy_area .privacy ul,
.privacy_area .privacy ol{
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5;
}
.rehabilitation_area {
    padding: 20px 0 0;
}
.rehabilitation_area h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.rehabilitation_area .title {
    width: 100%;
    margin: 20px auto 10px;
}
.rehabilitation_area .wrap {
    padding: 0;
}
.rehabilitation_area .txtbox {
    margin: 0;
    padding-bottom: 10px;
}
.rehabilitation_area .txtbox:last-of-type{
    margin: 0 0 30px;
}
.rehabilitation_area .txtbox h3{
    margin-bottom: 10px;
    font-size: 14px;
}
.rehabilitation_area .txtbox p{
    font-size: 12px;
    line-height: 1.5;
}
.rehabilitation_area .rehabilitationbox p{
    font-size: 12px;
    line-height: 1.5;
}
.rehabilitation_area .rehabilitationbox p.mb30{
    margin-bottom: 10px!important;
}
.rehabilitation_area .rehabilitationbox img{
    margin-bottom: 10px;
}
.faq_area {
    padding: 20px 0 0;
}
.faq_area h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.faq_area h3{
    margin: 0 0 10px;
    font-size: 14px;
}
.faq_area .wrap {
    padding: 0;
}
.faq_area .box ul.accordion > li {
    padding: 10px 0;
}
.faq_area .box ul.accordion > li > p{
    font-size: 12px;
    padding-right: 30px;
    line-height: 1.5;
}
.faq_area .box ul.accordion > li > ul > li {
    padding: 20px 0 0 0;
    font-size: 12px;
    line-height: 1.5;
}
.faq_area .box ul.accordion p span:before {
    font-size: 20px;
}
.faqtab_area {
    margin-top: 190px;
}
.faqtab_area .faqtab ul.tab {
    top: -195px;
    text-align: left;
}
.faqtab_area .faqtab ul.tab li{
    margin: 0;
    width: 49%;
}
.faqtab_area .faqtab ul.tab li a{
    padding: 15px 0;
    margin-bottom: 5px;
    margin-left: 5px;
    font-size: 12px;
    border: 1px solid #3972b6;
    border-radius: 5px;
}
.faqtab #anchor{
	position:relative;
	top:-80vw;
}
.faqtab_area .faqtab ul.tab li.active a{
    color: #333;
    background-color: #d1e2ea;
    border: 1px solid #3972b6;
}
.faqtab_area .faqtab .tabContents {
    margin: 20px 0;
    padding: 20px 20px;
}
.faqtab_area .faqtab .tabContents ul.accordion p span:before {
    font-size: 20px;
}
.faqtab_area .faqtab .tabContents ul.accordion > li {
    padding: 10px 0;
}
.faqtab_area .faqtab .tabContents ul.accordion > li > p{
    font-size: 12px;
    padding-right: 35px;
}
.faqtab_area .faqtab .tabContents ul.accordion > li > ul > li {
    padding: 15px 0 0 0;
    font-size: 12px;
    line-height: 1.5;
}
.news_area {
    padding: 20px 0;
}
.news_area h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.news_area h3{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
}
.news_area .wrap {
    padding: 0;
}
.news_area .searchbox {
    margin-bottom: 0;
}
.news_area .searchbox li{
    width: 32%;
    font-size: 12px;
}
.news_area .searchbox li:nth-child(1){
    width: 100%;
    margin-bottom: 5px;
}
.news_area .searchbox li:nth-child(2){
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
}
.news_area .searchbox li:nth-child(7){
    width: 45%;
}
.news_area .searchbox li.radio {
    margin-bottom: 5px;
}
.news_area .newsbox .inner {
    padding: 5px 0;
}
.news_area .newsbox .inner dt{
    width: 100%;
    font-size: 10px;
}
.news_area .newsbox .inner dd{
    width: 100%;
    font-size: 12px;
}
.news_area .img_box p, .news_area .img_box{
	display:block;
    margin-bottom: 0em;
}
.news_area .img_box p, .news_area .img_box div {
    margin-left: 0%;
    margin-right: 0%;
	margin-bottom:2em;
}
.news_area .inblock img {
    width:100%;
	height:auto;
}
.news_area .inblock table{
	width:100%!important;
}
.news_area .inblock table th{
	font-size:3.5vw!important;
	padding:1em!important;
}
.news_area .inblock table td{
	font-size:3.5vw!important;
	padding:1em!important;
}

div.pagination-area {
        margin-top: 0;
    }
    .nav-links {
        margin-top: 60px;
        margin-bottom: 60px;
    }

}

@media screen and (max-width: 375px){
.peculiarity .staff {
    width: 65%;
}
.affiliated table td{
    padding: 25px 0 25px 5px;
}
}

@media screen and (max-width: 320px){
.peculiarity .staff {
    width: 80%;
}
.affiliated table td{
    width: 100%;
    height: auto;
    padding: 15px 0 15px 20px;
}
.healthprofessional table td br{
    display: block;
}
table.bottom_tel_inquiry td br{
    display: block;
}
.news_area .searchbox li{
    width: 48%;
}
}



