﻿@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;
}
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;
}
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:hover img.hoverImg {
	filter:alpha(opacity=70);
	opacity:0.7;
    -moz-opacity: 0.7;
}
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:152px;
	display:block;
}
.header_wrap{
	position:fixed;
	width:100%;
	z-index:1000;
	background-color:#FFF;
    top: 0;
}
header{
	width:1025px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:11px;
	position:relative;
}
header h1{
	float:left;
	margin-top:10px;
}
header .right{
	float:right;
}
header .right .text{
	font-size:16px;
	text-align:right;
	
}
header .right .tel{
	font-size:24px;
	position:absolute;
	bottom:18px;
	left:45%;
	text-align:center;
	white-space:nowrap;
}
header .right .tel img{
	margin-left:1.5em;
	margin-right:0.5em;
	margin-bottom:-0.2em;
	display:inline-block;
	width:1.5em;
}
header .right .tel a{
	color:#000;
	text-decoration:none;
}
header.header_fixed .right .tel{
	bottom:0px;
	left:-77%;
}
header .right .btn p{
	float:left;
	margin-top:5px;
}
header .right .btn .contact{
	margin-right:10px;
}
header .right .address{
	font-size:16px;
	text-align:right;
}
.header_wrap.header_fixed{
    transition: 0.3s;
	height:130px;
}
header.header_fixed h1 {
    transition: 0.3s;
    transform: scale(0.7);
    transform-origin: top left;
}
header.header_fixed .right{
    transition: 0.3s;
    transform: scale(0.7);
    transform-origin: top right;
}
header.header_fixed + nav{
	position:relative;
	top:-30px;
}
header.header_fixed + .globalnavi li a{
    transition: 0.3s;
	font-size:12px;
} 
header + .globalnavi li:last-child a{
	background-color:#245a96;
}

.globalnavi{
	background-color:#6bb42a;
}
.globalnavi ul{
	width:1025px;
	margin:0 auto;
}
.globalnavi li{
	float:left;
	width:calc(100% / 8);
	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{
	position:absolute;
	top:70px;
	left:1px;
	width:98.5%;
	display:none;
	background-color:#6bb42a;
}
.header_fixed + .globalnavi li div{
	top:60px;
}
.globalnavi li div p a{
    font-size: 14px;
    display: block;
    height: auto;
    text-align: left;
    width: auto;
    text-decoration: none;
    border-left: none;
	border-right:none!important;
	padding:0.5em;
}

footer{
	background-color:#6bb42a;
}
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:20%;
}
footer .address{
	float:left;
	font-size:16px;
	margin-left:50px;
	color:#FFF;
	line-height:1.8;
}
footer .address a{
	color:#FFF;
	text-decoration:none;
}
footer .recruit{
	float:right;
}

footer .navi{
	clear:both;
	padding-top:1.5em;
}
footer .navi ul{
	padding-top:1.5em;
	border-top:1px solid #FFF;
	margin-bottom:1em;
}
footer .navi li{
	display:inline-block;
	margin-right:1.3em;
	margin-bottom:0.5em;
}
footer .navi li a{
	font-size:14px;
	color:#FFF;
	background:url(../img/common/arrow2.png) left center no-repeat;
	background-size:0.3em;
	padding-left:0.8em;
	text-decoration:none;
}
footer .navi li a:hover{
	text-decoration:underline;
}
footer .group{
	background-color:#FFF;
	padding:1.5em;
	margin-bottom:2em;
}
footer .group .ttl{
	font-size:19px;
	color:#6bb42a;
	border-bottom:1px solid;
	padding-bottom:0.5em;
	margin-bottom:1em;
	font-weight:bold;
}
footer .group ul{
	font-size:0px;
	display:flex;
	justify-content: space-between;
}
footer .banner{
	font-size:0px;
	display:flex;
	justify-content: space-between;
}
footer .copy{
	background-color:#FFF;
	font-size:12px;
	color:#6bb42a;
	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: #6bb42a;
}

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

.title {
    width: 50%;
    margin: 80px auto 20px;
    margin: 20px auto 80px;
}
.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: #6bb42a;
    text-align: center;
}
.title p.sub,
.title2 p.sub{
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #6bb42a;
    text-align: center;
}
.title h3.sideline,
.title2 h3.sideline {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
    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;
    flex-grow: 1;
}
.title + h4{
	font-size:20px;
	margin-bottom:1em;
	font-weight:normal;
	padding-top:0.5em;
}


.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:flex;
	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 10px 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: #6bb42a;
    border-bottom: 2px solid #6bb42a;
}
.peculiarity .staff .numberofpeople p span{
    font-size: 70px;
}
.col-md-6.center{
	margin-left:25%;
}

@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: #6bb42a;
}
.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: #6bb42a;
}
.affiliated table td a{
    color: #333333;
}
.affiliated table td a:hover{
    color: #6bb42a;
    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: #6bb42a;
}

.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: #6bb42a;
}

.healthprofessional table{
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #6bb42a;
    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: #6bb42a;
}
.healthprofessional table td{
    font-size: 22px;
    color: #6bb42a;
}
.healthprofessional table td br{
    display: none;
}
.healthprofessional table td div{
    padding: 10px 0;
    border-right: 2px solid #6bb42a;
    font-size: 22px;
}
.healthprofessional table td div a{
	color:#6bb42a;
}
.healthprofessional table td .text{
	color:#000;
	font-size:18px;
	margin-bottom:0px;
}
.healthprofessional table td .text a{
	color:#6bb42a;
}
.healthprofessional table td:last-child{
    border-right: none;
}
/* class 化した */
table.bottom_tel_inquiry{
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #6bb42a;
    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: #6bb42a;
}
table.bottom_tel_inquiry td{
    font-size: 22px;
    line-height: 1.8;
    color: #6bb42a;
    background-color: #fff;
}
table.bottom_tel_inquiry td div{
    padding: 20px 0;
    border-right: 2px solid #6bb42a;
}
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: #6bb42a;
    border: 1px solid #6bb42a;
}
.healthprofessional .faxdl a:hover{
    color: #6bb42a;
    background-color: #fff;
    border: 1px solid #6bb42a;
}
.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: #6bb42a;
}

/* ------------------------------------- /
/   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: #6bb42a;
}
.message_area .message{
    display: flex;
    justify-content: space-between;
}
.message_area .message .president_pic{
    width: 25%;
}
.message_area .message .president_txt{
    width: 70%;
}
.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: 768px){
    .headache_area .president_pic{
        width: 45%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 425px){
.message_area {
    padding: 20px 0 0;
}
.message_area h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 4.5vw;
}
.message_area .wrap {
    padding: 0;
}
.message_area .message{
    display: block;
}
.message_area .message .president_pic{
    width: 45%;
    margin: 0 auto;
}
.message_area .message .president_txt{
    width: 100%;
}
.message_area .message img{
    margin-bottom: 20px;
}
.message_area .message p{
    font-size: 3.5vw;
    line-height: 1.5;
}
.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: #6bb42a;
}
.about_area .aboutbox table{
    width: 100%;
    margin: 30px 0 80px;
    border: 1px solid #6bb42a;
    border-collapse: collapse;
}
.about_area .aboutbox table th{
    padding: 15px 25px;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    background-color: #6bb42a;
    border-bottom: 1px solid #fff;
    font-weight:normal;
    width: 26%;
}
.about_area .aboutbox table th:first-child{
	text-align:left;
    letter-spacing: 0.2em;
}
.about_area .aboutbox2 table th:first-child{
	text-align:center;
}
.about_area .aboutbox2 table th{
    width: 10%;
}

.about_area .aboutbox table th.borderchange{
    border-bottom: 1px solid #6bb42a;
}
.about_area .aboutbox table td{
    padding: 15px 25px;
    font-size: 16px;
    color: #333333;
    border: 1px solid #6bb42a;
	vertical-align:middle;
}
.about_area .aboutbox table td .flex {
    display: flex;
    flex-wrap: wrap;
}
.about_area .aboutbox table td .flex .flex__item {
    width: 50%;
}
.about_area .aboutbox table td dl{
    display: flex;
    flex-wrap: wrap;
}
.about_area .aboutbox table td dl dt{
    margin: 0 16px 0 0;
}
.about_area .aboutbox table td a{
    color: #6bb42a;
}
.about_area .aboutbox table td li{
	padding-left:1em;
	text-indent:-1em;
}
.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:#6bb42a;
	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: #6bb42a;
	color: #fff;
	line-height: 1.1;
}
.about_area .inner h5{
    font-size: 20px;
    font-weight: 500;
    color: #6bb42a;
}
.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: #6bb42a;
    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 #6bb42a;
}
.about_area .inner .schedule table td{
    padding: 15px 0;
    font-size: 16px;
    color: #6bb42a;
    text-align: center;
    border: 1px solid #6bb42a;
}
.about_area .inner .schedule table td:first-child{
    color: #333333;
}

/* ------------------------------------- /
/   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 #6bb42a;
    border-collapse: collapse;
}
.inpatient_area .inpatientbox table th{
    padding: 15px 25px;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    background-color: #6bb42a;
    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 #6bb42a;
}
.inpatient_area .inpatientbox table td{
    padding: 15px 25px;
    font-size: 16px;
    color: #333333;
    border: 1px solid #6bb42a;
}
.inpatient_area .inpatientbox table td a{
    color: #6bb42a;
}

.inpatient_area .box{
	display: flex;
    justify-content: space-between;
	
}
.inpatient_area .box .ttl{
	color: #6bb42a;
	text-align:center;
	font-size:1.2em;
	margin-bottom:1em;
}
.inpatient_area .box .text{
	display: flex;
	margin-bottom:1em;
}
.inpatient_area .box .left {
    width: 48%;
}
.inpatient_area .box .right {
    width: 48%;
}
.inpatient_area h2{
	position:relative;
}
.inpatient_area h2 #flow{
	position:absolute;
	top:-170px;
}
.inpatient_area .title{
	position:relative;
}
.inpatient_area .title #flow2{
	position:absolute;
	top:-170px;
}

table.contact{
    width: 100%;
    margin: 30px 0 20px;
    border: 1px solid #6bb42a;
    border-collapse: collapse;
}
table.contact tr:first-child td{
    padding-top: 10px;
}
table.contact tr:last-child td{
    padding-bottom: 10px;
}
table.contact th,
table.contact td{
    padding: 5px 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: #6bb42a;
}
table.contact td{
    font-size: 22px!important;
    color: #6bb42a!important;
	border:none;
}
table.contact td a{
    color: #6bb42a!important;
}
table.contact td br{
    display: none;
}
table.contact td br.on{
    display: block;
}
table.contact td{
    padding: 5px 0;
    border-right: 2px solid #6bb42a;
    font-size: 22px;
}
table.contact td div{
    font-size: 22px;
}
table.contact td .num{
    font-size: 24px;
}
table.contact td div a{
	color:#6bb42a;
}
table.contact td .text{
	color:#000;
	font-size:18px;
	margin-bottom:0px;
}
table.contact td .text a{
	color:#6bb42a;
}
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: #6bb42a;
    text-indent: -1.2em;
    padding-left: 1.2em;
}
.inpatient_area .flow li:last-child{
    border-bottom: 1px dotted #c6c6c6;
}
.inpatient_area .flow li .in p{
	text-indent:0px;
	padding:0px;
	color:#000;
	font-weight:normal;
}
.inpatient_area .flow li span.square {
    padding: 0 5px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 1em;
    border: 1px solid #6bb42a;
}
.inpatient_area .flow li span.small {
    font-size: 12px;
    font-weight: 400;
    text-indent: -0em;
    padding-left: 0em;
    color: #333333;
}

.inpatient_area .flow p{
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:0.5em;
}
.inpatient_area .flow dt{
	background-color: #6bb42a;
	color:#FFF;
	padding:0.5em 1em;
	display:inline-block;
}
.inpatient_area .flow dd{
	padding-left:1.5em;
}

.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: #6bb42a;
}
.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 #6bb42a;
}
.doctor_area .doctorbox .txt h4{
    margin: 20px 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #6bb42a;
}
.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;
	position:relative;
}
.access_area h2 .anchor{
	position:absolute;
	top:-170px;
}
.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: #6bb42a;
    border: 1px solid #6bb42a;
    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: #6bb42a;
    background-color: #fff;
    border: 1px solid #6bb42a;
    background-image: url(../img/top/btn_arrow2.png);
}

.access_area .inner {
    width: 65%;
    margin: 0 auto;
	margin-bottom:7em;
}
.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 .map{
	text-align:center;
}
.access_area .inner .text p{
    font-size: 16px;
	word-break:break-all;
}
.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: #6bb42a;
}
.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 #6bb42a;
}
.access_area .inner .text2 dt{
    width: 58%;
    padding: 10px 0 10px 25px;
    font-size: 16px;
    color: #fff;
    background-color: #6bb42a;
    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 #6bb42a;
    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: #6bb42a;
}
.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: #6bb42a;
}
.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 {
    box-shadow: 0 0 7px #6bb42a;
    border: 1px solid #6bb42a;
}
.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: #6bb42a;
    border: 1px solid #6bb42a;
    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: #6bb42a;
    background-color: #fff;
    border: 1px solid #6bb42a;
    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:#6bb42a;
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	padding:1em;
	border:solid 1px #6bb42a;
	border-right:1px solid #FFF;
}
.rehabilitation_area .rehabilitationbox table.table01 th:last-child{
	border-right:1px solid #6bb42a;
}
.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 #6bb42a;
	vertical-align:middle;
	padding:1em;
}
.rehabilitation_area .rehabilitationbox table.table02 td:nth-of-type(1){
	background-color:#6bb42a;
	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 #6bb42a;
}
.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:#6bb42a;
	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: #6bb42a;
}
.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 #6bb42a;
    color: #6bb42a;
}
.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;
}
/* ------------------------------------- /
/   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: #6bb42a;
    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;
	cursor:pointer;
}
.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: #6bb42a;
    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: #6bb42a;
    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: left;
}
.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: #6bb42a;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border-top: 1px solid #6bb42a;
    border-left: 1px solid #6bb42a;
    border-right: 1px solid #6bb42a;
    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;
	cursor:pointer;
}
.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: #6bb42a;
    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: #6bb42a;
    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: #6bb42a;
	padding-left:1em;
	padding-right:1em;
}
.news_area h2 span{
    font-size: 14px;
    font-weight: 400;
    color: #6bb42a;
}
.news_area h2 a{
    color: #6bb42a;
}
.news_area h3{
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #6bb42a;
    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: #6bb42a;
}
.news_area .searchbox li:nth-child(1){
    width: 20%;
    color: #6bb42a;
}
.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 select::-ms-expand{
    display: none;
}
.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: #6bb42a;
}
.news_area .img_box{
	display:flex;
	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;
}
.news_area .inblock img{
	margin-top:0.5em;
}
@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;
}

.careasuka_area ul.support{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.careasuka_area ul.support li{
	width:48%;
	display:flex;
	flex-direction: column;
	margin-bottom:2em;
}
.careasuka_area ul.support li p{
	margin-bottom:0.5em;
}
.careasuka_area ul.support li .img{
	text-align:center;
}
.careasuka_area .inpatient_area{
	padding:0px;
}
.careasuka_area .inpatient_area .inpatientbox table td {
	text-align:left;
}

.careasuka_area .inner {
	width: 65%;
    margin: 0 auto;
}

.careasuka_area table.contact td br{
	display:block;
}













/****************************************　スマホレイアウト　****************************************************/

@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;
}
.title + h4{
	font-size:13px;
}
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 .address {
    display:none;
}
.header_wrap.header_fixed{
	height:auto;
}
header.header_fixed h1 {
    transform: scale(1);
}
header.header_fixed .right{
    transform: scale(1);
}
header.header_fixed + nav{
	top:0px;
}
header.header_fixed + .globalnavi dt {
    top:-10vw;
}
header.header_fixed + .globalnavi dd {
    top:0vw;
}
.globalnavi ul {
	width:100%;
	background-color: #6bb42a;
}
.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;
	z-index:100;
	width:100%;
}
.globalnavi li {
    float: none;
    width: 100%;
    line-height: 2;
}
.globalnavi li a {
    font-size: 4vw;
    display: block;
    text-align: left;
    width: auto;
    border-bottom: 1px solid;
	border-left:none;
	background:url(../img/common/arrow3.png) 95% center no-repeat;
	background-size:0.7em;
}
.globalnavi li:last-child a {
    border-right: none;
}
header.header_fixed + .globalnavi li a{
    font-size: 4vw;
}
.globalnavi .btn{
	background-color: #6bb42a;
	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;
}

footer .page_top a {
	font-size:4vw;
}
footer .page_top a img {
	width:2em;
}
footer .inner {
    width: 100%;
	padding-bottom:0.5em;
}
footer .logo {
    float: none;
	width:40%;
	margin:0 auto;
	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: 0.5em;
}
footer .navi ul {
    padding-top: 0em;
	margin-bottom: 1em;
}

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;
    background: url(../img/common/arrow3.png) 95% center no-repeat;
    background-size: 0.7em;
}
footer .group {
	width:95%;
	margin:0 auto;
	box-sizing:border-box;
    padding: 0.5em;
    margin-bottom: 1em;
}
footer .group .ttl {
    font-size: 4vw;
    margin-bottom: 0.5em;
}
footer .group ul {
    font-size: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .group li{
	width:48%;
	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;
	max-width:100%;
	box-sizing:border-box;
}
.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: 15px;
    padding-right: 15px;
}
.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;
}
.col-md-6.center{
	margin-left:0%;
}

/*  affiliated
/* -------------------- */
.affiliated h2 span{
    display: none;
}
.affiliated table td{
    width: 50%;
    display: inline-block;
}



table.bottom_tel_inquiry{
    margin-bottom: 20px;
    border: 2px solid #6bb42a;
}
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 #6bb42a;
}
.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 #6bb42a;
	color:#6bb42a;
}
.healthprofessional table td div a{
	color:#6bb42a;
}
.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;
}
.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;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #6bb42a !important;
  width: 100%;
  background-color: #fff;
}
#fixed_nav ul {
  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;
}
#fixed_nav ul li img {
  width: 90%;
  height: auto;
}

.careasuka_area .inner {
    width: 100%;
}

.careasuka_area .img iframe{
	height:60vw;
    width: 100%;
}



}





@media screen and (max-width: 425px){
.title {
    width: 100%;
    margin: 10px auto 10px;
}
.title2 {
    width: 100%;
    margin: 10px 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: 4vw;
    line-height: 1.5;
}
.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: 20px;
    padding-bottom: 10px;
    font-size: 4.5vw;
}
.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 #6bb42a;
}
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 #6bb42a;
}
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-bottom:3em;
}
.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 h2 #flow{
	top:-20vw;
}
.inpatient_area .title #flow2{
	top:-20vw;
}
.inpatient_area .txtbox {
    margin-bottom:1em;
}
.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-top:10px!important;
	margin-bottom:30px!important;
}
table.contact th,
table.contact td{
    letter-spacing: 0.1em;
    text-align: center;
}
table.contact th{
    padding: 7px 0;
    font-size: 12px;
	width:100%;
}
table.contact th:first-child {
    letter-spacing: 0.2em;
	display:block;
}
table.contact td{
    padding: 5px 0!important;
    font-size: 4vw!important;
	width:50%!important;
	display:inline-block;
}
table.contact td div{
    font-size: 4vw!important;
}
table.contact tr:last-child td {
    padding-bottom: 10px !important;
}
table.contact td.wide{
	width:100%!important;
}
table.contact td .text {
    font-size: 12px;
}
table.contact td {
    font-size: 4vw;
}
table.contact td .num {
    font-size: 5vw;
}
table.contact td div{
    padding: 0px 0;
    border-right: 2px solid #6bb42a;
}









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

.inpatient_area .box{
	display: block;
}
.inpatient_area .box .left {
    width: 100%;
	margin-bottom:2em;
}

.inpatient_area .box .right {
    width: 100%;
}


.doctor_area {
    padding: 20px 0 0;
}

.doctor_area .c-table {
    margin: 30px 0 0;
}
.doctor_area h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.doctor_area .doctorbox {
    margin-bottom: 30px;
}
.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 #6bb42a;
    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 #6bb42a;
}
.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;
}

}

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



/* ------------------------------------- /
/   outpatient
/* ------------------------------------- */
/*  outpatient_area
/* ------------------------------------- */
.outpatient_area {
    padding: 30px 0 60px;
}
.outpatient_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;
}
.outpatient_area .txtbox {
    margin: 10px 0 0;
}
.outpatient_area .txtbox img{
    display: block;
    width: 100%;
}
.outpatient_area .txtbox h3{
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
}
.outpatient_area .txtbox p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1.28px;
}

.outpatient_area .txt h3.icon1{
    padding: 10px 0 15px 50px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px dashed #c8c8c8;
    background-image: url(../img/top/icon03.gif);
    background-repeat: no-repeat;
    background-size: 41px;
    background-position: left center;
}
.outpatient_area .txt h3.icon2{
    padding: 10px 0 15px 50px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px dashed #c8c8c8;
    background-image: url(../img/top/icon04.gif);
    background-repeat: no-repeat;
    background-size: 33px;
    background-position: left center;
}
.outpatient_area .txt ul{
    margin-bottom: 20px;
}
.outpatient_area .txt li{
    font-size: 16px;
    line-height: 1.75;
}
.outpatient_area .txt li span{
    font-size: 12px;
    color: #6bb42a;
}
.outpatient_area .txt p{
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 0.1em;
}
.outpatient_area table.practicetime{
    width: 100%;
    margin-bottom: 20px;
}
.outpatient_area table.practicetime th{
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #6bb42a;
    border-right: 1px solid #fff;
}
.outpatient_area table.practicetime th:first-child{
    width: 190px;
    letter-spacing: 0.2em;
}
.outpatient_area table.practicetime th:last-child{
    border-right: 1px solid #6bb42a;
}
.outpatient_area table.practicetime td{
    padding: 10px 0;
    font-size: 16px;
    color: #6bb42a;
    text-align: center;
	vertical-align:middle;
    border: 1px solid #6bb42a;
}
.outpatient_area table.practicetime td:first-child{
    color: #333333;
}

.outpatient_area table.endoscope {
    width: 100%;
}
.outpatient_area table.endoscope th{
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #6bb42a;
    border-right: 1px solid #fff;
    border-bottom: none;
}
.outpatient_area table.endoscope th:first-child{
    width: 190px;
}
.outpatient_area table.endoscope th:last-child{
    border-right: 1px solid #6bb42a;
}
.outpatient_area table.endoscope td{
    padding: 15px 0;
    font-size: 16px;
    color: #6bb42a;
    text-align: center;
    border: 1px solid #6bb42a;
}
.outpatient_area table.endoscope td:first-child{
    color: #333333;
}

.outpatient_area table.doctor{
    width: 100%;
    margin-bottom: 20px;
}
.outpatient_area table.doctor th{
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #6bb42a;
    border-right: 1px solid #fff;
}
.outpatient_area table.doctor th:nth-child(1){
    width: 190px;
}
.outpatient_area table.doctor th:nth-child(2){
    width: 75px;
}
.outpatient_area table.doctor th:nth-child(3),
.outpatient_area table.doctor th:nth-child(4),
.outpatient_area table.doctor th:nth-child(5),
.outpatient_area table.doctor th:nth-child(6),
.outpatient_area table.doctor th:nth-child(7),
.outpatient_area table.doctor th:nth-child(8){
    width: 125px;
}
.outpatient_area table.doctor th:last-child{
    border-right: 1px solid #6bb42a;
}
.outpatient_area table.doctor td{
    padding: 15px 0;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #6bb42a;
}
.outpatient_area table.doctor td:first-child{
    color: #333333;
}
@media (max-width: 768px) {
.outpatient_area h2{
    margin-bottom: 20px;
}
.outpatient_area .txtbox img{
    margin-bottom: 30px;
}
.outpatient_area table.doctor th:nth-child(1){
    width: 100px;
}
}
@media (max-width: 425px) {
.outpatient_area {
    padding: 20px 0 0;
}
.outpatient_area h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.outpatient_area .wrap {
    padding: 0;
}
.outpatient_area .txtbox {
    margin: 0;
}
.outpatient_area .txtbox img{
    margin-bottom: 15px;
}
.outpatient_area .txtbox h3{
    margin-bottom: 10px;
    font-size: 15px;
}
.outpatient_area .txtbox p{
    font-size: 12px;
    line-height: 1.5em;
}
.outpatient_area .txt h3.icon1,
.outpatient_area .txt h3.icon2{
    padding: 10px 0 10px 40px;
    font-size: 14px;
    background-size: 25px;
}
.outpatient_area .txt ul{
    margin-bottom: 10px;
}
.outpatient_area .txt li{
    font-size: 12px;
    line-height: 1.5;
}
.outpatient_area .txt p{
    font-size: 12px;
    line-height: 1.5;
}
.outpatient_area table.practicetime th{
    padding: 15px 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #6bb42a;
    border-right: 1px solid #fff;
}
.outpatient_area table.practicetime td{
    padding: 10px 0;
    font-size: 12px;
    color: #6bb42a;
    text-align: center;
    border: 1px solid #6bb42a;
}
.outpatient_area table.practicetime th:first-child{
    width: 150px;
    letter-spacing: 0.2em;
}
.outpatient_area .notes {
    font-size: 12px;
}
.outpatient_area table.endoscope th{
    font-size: 12px;
}
.outpatient_area table.endoscope td{
    font-size: 12px;
}
.outpatient_area table.endoscope th:first-child{
    width: 150px;
}
.outpatient_area table.doctor{
    margin-bottom: 0;
}
.outpatient_area table.doctor th{
    font-size: 12px;
}
.outpatient_area table.doctor td{
    font-size: 12px;
    word-break: break-all;
}
.outpatient_area table.doctor th:nth-child(1){
    width: 130px;
}
.outpatient_area table.doctor th:nth-child(2){
    width: 35px;
}
.outpatient_area table.doctor th:nth-child(3),
.outpatient_area table.doctor th:nth-child(4),
.outpatient_area table.doctor th:nth-child(5),
.outpatient_area table.doctor th:nth-child(6),
.outpatient_area table.doctor th:nth-child(7),
.outpatient_area table.doctor th:nth-child(8){
    width: 30px;
    padding: 15px 8px;
}
.outpatient_area table.doctor td:nth-child(3),
.outpatient_area table.doctor td:nth-child(4),
.outpatient_area table.doctor td:nth-child(5),
.outpatient_area table.doctor td:nth-child(6),
.outpatient_area table.doctor td:nth-child(7),
.outpatient_area table.doctor td:nth-child(8){
    width: 30px;
    padding: 15px 8px;
}
.outpatient_area table.doctor td.tate {
    padding: 15px 8px;
}

.mb80 {
    margin-bottom: 8vw!important;
}
.mb70 {
    margin-bottom: 7vw!important;
}
.mb60 {
    margin-bottom: 6vw!important;
}
.mb50 {
    margin-bottom: 5vw!important;
}
.mb40 {
    margin-bottom: 4vw!important;
}
.mb30 {
    margin-bottom: 3vw!important;
}
.mb20 {
    margin-bottom: 2vw!important;
}

.mt80 {
    margin-top: 8vw!important;
}
.mt70 {
    margin-top: 7vw!important;
}
.mt60 {
    margin-top: 6vw!important;
}
.mt50 {
    margin-top: 5vw!important;
}
.mt40 {
    margin-top: 4vw!important;
}
.mt30 {
    margin-top: 3vw!important;
}
.mt20 {
    margin-top: 2vw!important;
}
}

.page-about_img{
    width: 133px;
    padding-bottom: 24px;
    position: absolute;
    top: 11%;
    right: 0;
    z-index: 1;
}
@media screen and (max-width:991px){
.page-about_img{
    padding-bottom: 30px;
    position: static;
}
}