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

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, form,
dl, dt, dd, ol, ul, li,
fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
em{font-style:normal;}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
table{border-collapse:collapse;}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
address{font-style:normal;}
/*---------------------------------------------------------------------------------------------------------- Basic class-*/
a {
	margin: 0;
	padding: 0;
	border: 0;
	color: #37c1bb;
	vertical-align: baseline;
	text-decoration: none;
}
a:visited{
	margin: 0;
	padding: 0;
	border: 0;
	color: #37c1bb;
	vertical-align: baseline;
	text-decoration: none;
}
a:hover{
	color: #2D5991;
	text-decoration: underline;
}
a:active{
	color:#FF9900;
}
a.red{ color:#e36bb3;}
a.red:hover{
	color: #EEA4D0;
}
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 #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
	vertical-align:middle;
	padding: 2px 0;
}
html{
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	color: #3e3e3e;
	font-size: 62.5%;
	background-image:url(../images/common/smp-bg.png);
	font-family: sans-serif;
}
p{
	font-size: 90%;
	padding-bottom: 0.8em;
}
/*===============================================

ARCHTECT

============================================== */
#wrapper{
	background-color: #FFF;
	width: 96%;
	margin: 0 auto;
	padding: 10px 2% 50px;
	font-size: 1.6em;
	line-height: 1.4;
	margin-top: 25px;
}
.inner-wrap{}

/*===============================================

見出し

============================================== */
h2{
	color: #43cdca;
	font-size: 100%;
	padding: 0 0 1em 0;
}
h3{
	font-size: 96%;
	padding-bottom: 0.8em;
}
h3.greenline{
	border-bottom: #b7e4a7 4px solid;
}

h3.blueline{
	border-bottom: #35cdcb 4px solid;
}
h3.news{
	padding: 0 0 0 5px;
	margin-bottom: 10px;
	margin: 0 0 20px 0;
}
h4{
	font-size: 100%;
}

/*===============================================

ヘッダ

============================================== */
.header{
	padding: 0 0 28px 0;
	/* [disabled]position: relative; */
	border-bottom: 5px solid #fdf37c;
}
.header-inner{}
.header h1{
	display: block;
	font-size: 18px;
	padding: 10px;
	background-color: #F96;
}
.header-mark{
	width: 80px;
	height: 85px;
	display: none;
	background-color: #F90;
	margin: 0 0 0 10%;
}
.header-mark a {
	width: 80px;
	height: 80px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.header-logo{
	width: 100px;
	height: 184px;
	display: block;
	background: url(../images/common/smp-logo.jpg) no-repeat center;
	background-size: contain;
}
.header-logo a {
	width: 100px;
	height: 184px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.header-logo a span{}
ul#fontSize{
	width: 200px;
	display: block;
	list-style-type: none;
	float: right;
	position: absolute;
	right:0;
}
ul#fontSize li{
	display: block;
	width: 80px;
	text-align: center;
	float: left;
	font-size: 12px;
	padding: 3px 0 2px;
}
li.changeBtn{
	display: block;
	width: 50px !important;
	text-align: center;
	float: left;
	margin-left: 5px;
	border: #333 1px solid;
	cursor: pointer;
}
ul#fontSize li.changeBtn:hover{
	background-color: #066;
}
ul#fontSize li.active{background-color:#FFC;}
ul#fontSize li.active:hover{
	background-color: #FCC;
}
.header address{
	display: block;
	width: 190px;
	float: right;
	text-align: right;
	font-size: 12px;
	padding-top: 50px;
}
.header address p{
	padding-bottom: 10px;
}
.header address span{
	font-weight: bold;
	font-size: 20px;
}
.header address span a{
	color: #3e3e3e;
}

/*===============================================

グローバルメニュー

============================================== */
.grb-menu{
	display:none !important;
}
.grb-menu a{
	color: #3e3e3e;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 0;
}
.grb-menu ul{
	width:100%;
}
.grb-menu ul li{
	float: left;
	width:50%;
	overflow: hidden;
}
.grb-menu ul li a{
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 4px 0 4px 10px;
}
.grb-menu01 a{
	background: url(../images/common/house-icon.png) no-repeat 0 5px;
	background-size: 18px;
	text-indent: 1.4em;
}

.grb-menu01 a:hover{
}
.grb-menu02 a{
}
.grb-menu02 a:hover{
}
.grb-menu03 a{
}
.grb-menu03 a:hover{
}
.grb-menu04 a{
}
.grb-menu04 a:hover{
}
.grb-menu05 a{
}
.grb-menu05 a:hover{
}
.grb-menu06 a{
}
.grb-menu06 a:hover{
}
/*===============================================

サブメニュー

============================================== */
.drawer-nav{}
.drawer-nav h3,.sub-other h3{
	font-size: 90%;
	padding: 10px 0 5px 10px;
}
.drawer-nav ul li{
	padding: 0 0 0 30px;
	font-size: 90%;
	color: rgba(153,153,153,1);
}
.drawer-nav ul li a{
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 3px 0;
}
.forsmp li a{
	color: #333333 !important;
}
.nav-title01{
	display: block;
	font-weight: bold;
	padding: 10px 0 15px 10px;
	background: url(../images/common/nav-line-b1.gif) no-repeat right 22px;
	font-size: 90%;
	color: rgba(153,153,153,1);
}
.nav-title02{
	display: block;
	font-weight: bold;
	padding: 10px 0 15px 10px;
	background: url(../images/common/nav-line-b1.gif) no-repeat right 22px;
	font-size: 90%;
	color: rgba(153,153,153,1);
}
.nav-title03{
	display: block;
	font-weight: bold;
	padding: 10px 0 15px 10px;
	background: url(../images/common/nav-line-b1.gif) no-repeat right 22px;
	font-size: 90%;
	color: rgba(153,153,153,1);
}
.nav-title04{
	display: block;
	font-weight: bold;
	padding: 10px 0 15px 10px;
	background: url(../images/common/nav-line-b2.gif) no-repeat right 32px;
	font-size: 90%;
	color: rgba(153,153,153,1);
}
.nav-title05{
	display: block;
	font-weight: bold;
	padding: 20px 0 20px 0;
	padding: 15px 0 5px 5px;
	background: url(../images/common/nav-line-b2.gif) no-repeat right bottom;
	font-size: 90%;
	color: #999999;
	text-decoration: none;
	margin: 0 0 10px 0;
}
.nav-title06-y{
	font-size: 80%;
	color: rgba(153,153,153,1);
	font-weight: bold;
	background: url(../images/common/nav-line-y.gif) no-repeat right 40px;
	font-size: 90%;
	padding: 20px 0 10px 8px;
	margin: 20px 0 0 0;
}
.nav-title06-y img{
	margin: 0 0 15px 20px;
}
.nav-title06 a,.nav-title07 a{
	display: block;
	font-weight: bold;
	padding: 0 0 20px 10px;
	color: #3e3e3e;
	font-size: 90%;
	text-decoration: none;
}
.nav-column{
	margin: 10px 0 0 0px;
	vertical-align: central;
	padding: 10px 0 10px 15px !important;
	font-size: 130%;
	text-indent: 1.5em;
	background: url(../images/common/icon-column.gif) no-repeat center left;
}
.nav-rec{
	margin: 10px 0 0 0px;
	vertical-align: central;
	padding: 10px 0 10px 15px !important;
	font-size: 130%;
	text-indent: 1.5em;
	background: url(../images/common/icon-rec.gif) no-repeat center left;
}
.nav-reha{}
.sub-other{}
.sub-other ul{
	padding: 0 0 0 30px;
}
.sub-other ul li a{
	display: block;
	color: #3e3e3e;
	text-decoration: none;
	padding-left: 50px;
}
a.online_banner img{
	width: 90%;
	height: auto;
	margin: 20px 0 0 5%;
}
/*===============================================

フッタ

============================================== */
.foot-add{
	clear: both;
	border-top: #c9c9c9 3px solid;
	padding: 20px 0;
	margin: 30px 0 0 0;
}
.foot-add-west{
	width: 100%;
	font-size: 90%;
	background: url(../images/common/mark.png) no-repeat 3px 3px;
	background-size: 60px;
}
.foot-add-west address{
	padding: 0 0 0 70px;
}
.foot-add-west address strong span{
	font-size: 100%;
}

.foot-add-west table.sch{
	width: 300px;
	margin: 0 auto 0;
}
.foot-add-east{
	width: 96%;
	padding: 2%;
	text-align: right;
}
.foot-add-east iframe{
	width: 100%;
}
.foot-add-east img{
	width: 100%;
	height:auto;
}
.footer{
	clear: both;
	border-top: #c9c9c9 3px solid;
	padding: 20px 0 0 0;
	position: relative;
}
.footer-inner{}
.copy{
	text-align: center;
	padding: 10px;
	font-size: 70%;
}
.copy span{
	font-size: 90%;
}
.copy p{
	padding:0.5em 0 0 0;
}
.sbp{
	width: 106px;
	height: 11px;
	padding: 0 10px 10px;
	margin: 0px auto;
}
.sbp a{
	background: url(../images/common/sbp.png) no-repeat center left;
	width: 110px;
	height: 15px;
	display: block;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
	background-size: contain;
}

/*===============================================

ボックスレイアウト

=========================================== 06 */

.content {
	display: block;
	padding: 15px 0 0 0;
}
.main_right{
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.sub_left{
	width: 220px;
	float: left;
	padding: 0 0 0 10px;
}
.main{
	margin: 0;
	word-break: break-all;
}
.main .post{
	padding: 0 0 20px;
	margin: 0 0 60px;
	border-bottom: #666 1px solid;
}
.main .post img{
	max-width:100%;
	height:auto;
}
li.widget,h2.widgettitle{
	font-size: 96%;
	color: #333;
	list-style-type:none;
}
#sidebar{
	width: 140px;
	float: right;
}
#sidebar ul{
	list-style-type: none;
}
#sidebar ul li{}
#sidebar ul li a{
	font-size: 90%;
}
#sidebar ul li a:hover{}
/*===============================================

ページトップ

=============================================== */
.pagetop{
	width: 50px;
	display: none;
	height: 50px;
	position: absolute;
	right: 10px;
	top: 10px;
}
.pagetop a{
	background: url(../images/common/pagetop-smp.png) no-repeat center;
	width: 50px;
	display: block;
	height: 50px;
	padding: 5px;
	position: fixed;
	bottom: 120px;
	opacity: 0.9;
	background-size: cover;
}
.pagetop a:hover{
}

/*===============================================

トレース

=============================================== */

.trace{
	font-size: 12px;
	text-align: left;
	padding-bottom: 10px;
	clear: both;
	padding-top: 10px;
}
.trace li{ display:inline;}
.trace li:after{
	content:' > ';
}
.trace li:last-child:after {
 content: none;	
}
/*===============================================

TOPページ

=============================================== */
.photomenu{
	width: 100%;
	margin: 10px 0 0;
}
.photomenu p{
	font-size: 76%;
	padding: 5px 2% 25px;
}
.photomenu strong{
	font-size: 90%;
	display: block;
	text-align: center;
}
.photomenu div{
	float: left;
}
.photomenu div img{
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
	box-shadow: 1px 1px 3px rgba(51,51,51,.4);
	-webkit-box-shadow: 1px 1px 3px rgba(51,51,51,.4);
}
.photomenu01{
	width: 46%;
	padding: 2%;
}
.photomenu02{
	width: 46%;
	padding: 2%;
}
.photomenu03{
	width: 46%;
	clear: left;
	padding: 2%;
}
.photomenu04{
	width: 46%;
	padding: 2%;
}
.news-box{
	margin: 30px 0;
}
.news-box dl{
	width: 100%;
	display: block;
}
.news-box dt{
	font-size: 90%;
}
.news-box dd{
	width: 100%;
	border-bottom: 1px solid #999;
	display: block;
	padding: 0 0 14px 0;
	margin: 0 0 14px 0;
	font-size: 90%;
}
.news-box dl:last-child dd{
	 border-bottom:none; 
}
.dd-img{
	width: 35%;
	float: right;
	margin: 0 0 10px 5%;
}
.dd-img img{
	width: 100%;
	height:auto;
}
h3.timetable{}
.the-box{}
.the-box .the-west{
	width: 100%;
}
.the-box .the-east{
	width: 100%;
}
table.sch{
	width: 100%;
	border: #3e3e3e 2px solid;
}
table.sch th{
	border: #3e3e3e 1px solid;
	border-bottom-width:2px;
}
table.sch th.tkh{
	border-bottom-width:1px;
}
table.sch td{
	text-align: center;
	vertical-align: middle;
	border: #3e3e3e 1px solid;
}
.column{
	background-color: #fff;
	padding: 10px;
	clear: both;
	margin: 20px 0;
	border: #bbe5ab 3px solid;
}
.column-txt{
	margin-bottom: 15px;
}
.column-img{
	width: 80%;
	margin: 0 auto;
}
.column-img img{ width:100%; height:auto;}

.column h3.d-column{
	padding: 0px 0 30px 15px;
	font-size: 96%;
}
.column h3.d-column span{
	font-size: 90%;
	padding-left: 30px;

}
.column h3.d-column:before{
	content:url(../images/top/column-face.gif);
	position:relative;
	top:15px;
	left:-10px;
}
/*----------------------------------------------------------------------------------------------------*/
.the-box .the-50per{
	width: 96%;
	padding: 10px 2%;
}
.the-box .the-70per{
	width: 96%;
	float: left;
	padding: 10px 2%;
}
.the-box .the-30pertel{
	height: 80px;
	background: url(../images/common/50per-tel.jpg) no-repeat center;
	text-align: center;
	line-height: 1.5em;
	padding: 20px 0 10px 0;
	float: left;
	width: 170px;
}
.the-30pertel span{
	font-weight: bold;
	font-size: 120%;
}
.btn-other a{
	text-align: center;
	font-weight: bold;
	display: block;
	width: 210px;
	padding: 10px 0;
	margin: 5px auto 10px;
	color: #333;
	text-decoration: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 2px 2px 4px 1px rgba(51,51,51,.5);
	-webkit-box-shadow: 2px 2px 4px 1px rgba(51,51,51,.5);
	font-size: 90%;
	background-color: rgba(253,243,124,1);
}
.btn-other a:hover{opacity:0.7;}
.top-new-box{
	clear: both;
	border: #c7c8c8 1px solid;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/
dl.yasumi{
	margin-bottom: 1em;
}
dl.yasumi dt{
	width: 100px;
}
dl.yasumi dd{
	width: 100%;
}
/*==============================
slider
==============================*/
.slide ul{
	list-style: none;
	overflow: hidden;
}
.slide ul li{
	/* [disabled]height: 428px; */
	/* [disabled]width:625px; */
}
.slide ul li img{
width:100%;
height:auto;
}
.slide{
	margin-bottom: 10px;
}
/*===============================================

アクセス/インフォ/スタッフ

============================================== */
h2.blue{
	color: #3e3e3e;
	background: url(../images/common/b-line.gif) no-repeat center bottom;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}
.access-add{}
.access-add strong{
	font-size: 120%;
	font-weight: normal;
}
.access-map{
	margin-top: 100px;
	text-align: right;
	width: 92%;
	padding: 2% 6% 2% 2%;
}
.access-map iframe{
	width: 100%;
	height: 200px;
}
.comingsoon{
	text-align: center;
}
.comingsoon h2{ font-size:100%;}
.profile{
	margin: 90px auto 0;
	border: #c9c9c9 3px solid;
	padding: 20px 4% 10px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	width: 90%;
	box-sizing: border-box;
	font-size: 90%;
}
.profile dl{
	padding: 0 2%;
	width: 96%;
}
.profile dt{
	padding: 0 0 10px 0;
	display: block;
	width: 100%;
}
.profile dd{
	padding: 0 0 20px 5px;
	display: block;
	width: 100%;
}
/*---------------------------------------------------------------------------------------------------------------------*/
h3.staffh3{
	background-image: url(../images/h/staff-h3.jpg);
	padding: 5px 0 5px 15px;
	margin: 1em 0 0 0;
}

.staff-box{
	margin: 40px auto 5px;
	width: 96%;
	padding: 0 0 5px 0;
}
.staff-unit{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.staff-photo{
	width: 35%;
	float: left;
	margin-right: 5%;
}
.staff-photo img{
	width: 100px;
	height:auto;
}
.staff-data{
	width: 60%;
	float: left;
}
.dr-unit{
	width: 76%;
	margin: 0 auto 20px;
}
.dr-unit img{
	width: 100%;
	height: auto;
	box-shadow: 1px 1px 3px rgba(0,0,0,.3);
}
/*===============================================

リクルート

============================================== */
.rec-title{
	font-size: 100%;
}
.rec-date{
	display: block;
	padding: 1em 0 0.3em;
}
.rec-box{
	padding-bottom: 50px;
}
.rec-box img{
	max-width: 100%;
	height: auto;
}
/*===============================================

症状ユニット01

============================================== */

/*------------------------------脳神経トップページ-*/
.nsk-top{
	padding-left: 0px;
	margin-bottom: 20px;
}
.nsk-top-w{
	width: 100%;
}
.nsk-top-w ul{
	list-style:none;
}
.nsk-top-w ul li{
	font-weight: bold;
	font-size: 90%;
	background-color: #eaf6f5;
	margin: 5px 0;
	padding-left: 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 0 2px 10px;
}
.nsk-top-e{
	float: left;
	width: 300px;
	height: 260px;
	background: url(../images/nsk/nsk-topfig01.jpg) no-repeat center;
	background-size: 240px;
}
.nsk-sec{
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 30px;
}
.nsk-third{
	margin-bottom: 30px;
}
.nsk-top-illust{
	width: 270px;
	border: #87ddda 4px solid;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 0 auto 25px;
	padding: 10px 12px;
}
.nsk-top-illust-a{
	float: left;
	width: 120px;
	font-size: 140%;
	font-weight: bold;
	color: #43cdca;
	line-height: 1.4em;
	padding: 20px 0 0 0;
}
.a_plus_a{ padding-top:30px;}
.nsk-top-illust-b{
	width: 140px;
	float: left;
	align-items: center;
}
.nsk-top-illust-b img{
	width: 140px;
	height:auto;
}
.nsk-top-illust-c{
	clear: both;
	font-size:90%;
}
/*------------------------------物忘れ-*/
.case-box span{ display:inline-block; width:100%;}
.case-unit{
	padding-bottom: 20px;
}
.case-unit-setback{
	padding-bottom: 20px;
}
.case-box h2{
	color: #2D2D2D;
}
.case-box h2.specialh2{
	color: #2D2D2D;
	padding: 6px 3px;
	margin: 25px auto 45px;
	width: 250px;
	background-color: #f7cfe5;
	text-align: center;
	-webkit-transform: rotate(-4deg);
	transform: rotate(-4deg);
}
.case-box h3.pinkh3{
	color: #2D2D2D;
	padding: 2px 0 1px;
	margin: 2px auto 5px;
	background-color: #f7cfe5;
	text-align: center;
}
h3.caseh3{
	height: 18px;
	overflow: hidden;
	text-indent: 120%;
	white-space: no-wrap;
	padding: 5px 0;
	/* [disabled]position: absolute; */
	/* [disabled]top: 2em; */
	/* [disabled]margin: 30px 0 0 0; */
}
h3.caseh3.c-h01{
	background: url(../images/h/case-h3-bgs01.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h02{
	background: url(../images/h/case-h3-bgs02.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h03{
	background: url(../images/h/case-h3-bgs03.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h04{
	background: url(../images/h/case-h3-bgs04.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h05{
	background: url(../images/h/case-h3-bgs05.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h06{/*嚥下障害とは*/
	background: url(../images/h/case-h3-bgs06.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h07{/*原因*/
	background: url(../images/h/case-h3-bgs07.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h08{/*脳梗塞とは*/
/*	background: url(../images/h/case-h3-bgs08.png) no-repeat 0 center;
	background-size: cover;*/
}
h3.caseh3.c-h08{/*脳梗塞とは*/
	background: url(../images/h/case-h3-bgs12.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h09{/*パーキンソン病とは*/
	background: url(../images/h/case-h3-bgs09.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h10{/*予防　*/
	background: url(../images/h/case-h3-bgs11.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h11{/*リハビリ　パーキンソン症候群？*/
	background: url(../images/h/case-h3-bgs13.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h12{/*治療*/
	background: url(../images/h/case-h3-bgs03.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h13{/*　症候群　青*/
	background: url(../images/h/case-h3-bgs03.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h13b{/*　症候群　青*/
	background: url(../images/h/case-h3-bgs04.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h14{/*　*/
	background: url(../images/h/case-h3-bgs08.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h15{/*　*/
	background: url(../images/h/case-h3-bgs03.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h16{/*　リハビリ*/
	background: url(../images/h/case-h3-bgs11.png) no-repeat 0 center;
	background-size: cover;
	margin-top: 1em;
}
h3.caseh3.c-h17{
	background: url(../images/h/case-h3-bgs17.png) no-repeat 0 center;
	background-size: cover;
	margin-top: 1em;
}
h3.caseh3.c-h18{
	background: url(../images/h/case-h3-bgs01.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h19{
	background: url(../images/h/case-h3-bgs20.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h20{
	background: url(../images/h/case-h3-bgs21.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h21{
	background: url(../images/h/case-h3-bgs22.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h22{
	background: url(../images/h/case-h3-bgs18.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h23{
	background: url(../images/h/case-h3-bgs07.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h24{
	background: url(../images/h/case-h3-bgs19.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h01.close{
	background: url(../images/h/case-h3-bgs01c.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h02.close{
	background: url(../images/h/case-h3-bgs02c.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h03.close{
	background: url(../images/h/case-h3-bgs03c.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h04.close{
	background: url(../images/h/case-h3-bgs04c.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h05.close{
	background: url(../images/h/case-h3-bgs05c.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h06.close{
	background: url(../images/h/case-h3-bgs06c.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h07.close{
	background: url(../images/h/case-h3-bgs07c.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h08.close{
	background: url(../images/h/case-h3-bgs12c.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h09.close{
	background: url(../images/h/case-h3-bgs09c.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h10.close{
	background: url(../images/h/case-h3-bgs11c.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h11.close{
	background: url(../images/h/case-h3-bgs13c.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h12.close{
	background: url(../images/h/case-h3-bgs03c.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h13.close{
	background: url(../images/h/case-h3-bgs03c.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h13b.close{
	background: url(../images/h/case-h3-bgs04c.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h14.close{
	background: url(../images/h/case-h3-bgs08c.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h15.close{
	background: url(../images/h/case-h3-bgs03c.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h16.close{
	background: url(../images/h/case-h3-bgs11c.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h17.close{
	background: url(../images/h/case-h3-bgs17c.png) no-repeat 0 center;
	background-size: cover;
	margin-top: 1em;
}
h3.caseh3.c-h18.close{
	background: url(../images/h/case-h3-bgs01c.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h19.close{
	background: url(../images/h/case-h3-bgs20c.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h20.close{
	background: url(../images/h/case-h3-bgs21c.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h21.close{
	background: url(../images/h/case-h3-bgs22c.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h22.close{
	background: url(../images/h/case-h3-bgs18c.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h23.close{
	background: url(../images/h/case-h3-bgs07c.png) no-repeat 0 center;
	background-size: cover;
}
h3.caseh3.c-h24.close{
	background: url(../images/h/case-h3-bgs19c.png) no-repeat 0 center;
	background-size: cover;;
}
.case-data{/*院長*/
	padding: 10px 0 20px 0;
	display: none;
}
.case-data2{/*院長*/
	padding: 10px 0 20px 0;
}
.fromdr{
	height:20px;
	display:block;
	padding:5px 0;
	background: url(../images/h/case-h3-bgs14.png) no-repeat 0 center;
	background-size: cover;
}
.fromdr.close{
	background: url(../images/h/case-h3-bgs14c.png) no-repeat 0 center;
	background-size: cover;
}
/*h3.caseh3 + .case-data{
	margin-top: -30px;
}*/
table.case-table01{
	width: 100%;
	margin-bottom: 3em;
	font-size: 90%;
}
table.case-table01 th{
	border: 2px solid #c8c8c8;
	background-color: #eff9ee;
	width: 50%;
	padding:2px;
}
table.case-table01 td{
	border: 2px solid #c8c8c8;
	padding: 2p;
	vertical-align: top;
}

table.case-table02{
	width: 100%;
	margin-bottom: 2em;
}
table.case-table02 td.illusts{
	text-align: center;
	vertical-align: middle;
	padding:0;
}
table.case-table02 td.illusts img{
	width: 70px;
	height: auto;

}
table.case-table02 td{
	border: 3px solid #c8c8c8;
	padding: 4px 2px 4px 10px;
	vertical-align: top;
	font-size: 90%;
}
table.case-table02 td:nth-child(3n+1){
	width:16%;
}

table.case-table03{
	width: 100%;
	margin-bottom: 3em;
}
table.case-table03 th{
	border: 2px solid #c8c8c8;
	/* [disabled]background-color: #eff9ee; */
	width: 50%;
	padding: 2px;
}
table.case-table03 th img{
	width: 120px;
	height: auto;
	margin-top: 10em;
}
table.case-table03 th.left03{
	background-color: #f7f8f8;
	font-weight: normal;
}

table.case-table03 td{
	border: 2px solid #c8c8c8;
	padding: 2px;
	vertical-align: top;
}
table.case-table03 td.left03{
	background-color: #ebf6e3;
	font-weight: normal;
	text-align: center;
}
/*------------------------------症状インジケータ-*/
.case-indicator{
	height: 40px;
	display: none;
}
.case-indicator ul{
	list-style:none;
}

.case-indicator li a{
	display: block;
	float: left;
	padding: 6px 0 4px;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	text-decoration:none;
	color: #2D2D2D;
}
li.c-ind-01 a{
	width: 80px;
	margin-right: 20px;
	background: url(../images/nsk/nsk-ind01.jpg) no-repeat center;
}
li.c-ind-02 a{
	width: 150px;
	margin-right: 20px;
	background: url(../images/nsk/nsk-ind02.jpg) no-repeat center;
}
.c-ind-03 a{
	width: 80px;
	margin-right: 20px;
	background: url(../images/nsk/nsk-ind03.jpg) no-repeat center;
}
.c-ind-04 a{
	width: 80px;
	margin-right: 20px;
	background: url(../images/nsk/nsk-ind04.jpg) no-repeat center;
}
.c-ind-05 a{
	width: 150px;
	background-color: #35cdcb;
}
/*------------------------------症状アイコン-*/
.case-ico-box{
	padding: 0 0 0 0;
	width: 300px;
	margin: 0 auto;
}
.case-ico{
	width: 80px;
	float: left;
	border: #fff7d2 3px solid;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0 4px 8px 4px;
	margin: 0 8px 15px 0;
	font-size: 80%;
	line-height: 1.2em;
	font-weight: bold;
}
.case-ico em{
	font-weight:normal;}
.case-ico:nth-child(3n){
	margin: 0 0 15px 0;
}
.case-ico img{
	display: block;
	margin: 12px -5px 10px;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	width: 90px;
	height: auto;
}
/*------------------------------症状アイコン3-*/

.case-ico3{
	width: 80px;
	float: left;
	border: #fff7d2 3px solid;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0 4px 6px 4px;
	margin: 0 8px 15px 0;
	font-size: 80%;
	line-height: 1.2em;
	font-weight: bold;
}
.case-ico3 em{
	font-weight:normal;}
.case-ico3 img{
	display: block;
	margin: 8px -5px 5px;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	width: 90px;
	height: auto;
}
.case-ico3:nth-child(3n){
	margin: 0 0 15px 0;
}
.case-ico-box4{
	padding: 20px 0 60px 0px;
	width: 300px;
	margin: 0 auto;
}
.case-ico4{
	width: 125px;
	float: left;
	border: #35cdcb 5px solid;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0 5px 5px 7px;
	margin: 0 5px 10px 0;
	font-size: 85%;
	line-height: 1.2em;
	font-weight: bold;
}
.case-ico-box4 div.case-ico4:nth-child(odd){margin-right:0;}
.case-ico4 em{
	font-weight:normal;}
.case-ico4 img{
	display: block;
	margin: 0 -5px 3px;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	width: 135px;
	height: auto;
}
/*------------------------------症状囲み*/
.case-unit .case-kakoi01{
	border: 3px solid #cdf0ea;
	margin: 5px 0 20px;
	padding: 20px 10px 5px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.case-unit .case-kakoi01 h3{ color:#4fcbc3; padding-bottom:0;}
.case-unit .case-kakoi01 a{display:block; text-align:right; color:#e668a8;}
.case-unit .case-kakoi01 a:hover{
	color: #F2B0D1;
}
.case-unit .case-kakoi02{
	border: 3px solid #b4e5a4;
	margin: 5px 0 30px;
	padding: 15px 5px 5px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: flex;
	flex-direction:column;
}
.case-unit .case-kakoi02 img{
	display: block;
	margin: 0px 0 10px 10px;
	width: 100px;
	height: auto;
	align-self: flex-end;
	float: right;
}
.case-unit .case-kakoi02 h3{
	color: #61b850;
}
.case-unit .case-kakoi02 a{display:block; text-align:right; color:#e668a8;}
.case-unit .case-kakoi02 a:hover{
	color: #F2B0D1;
}
.case-kakoi03{
	border: 3px solid #d6eeca;
	margin: 1em 0 0.5em;
	/*padding: 90px 5px 10px 5px;*/
	padding: 10px 5px 10px 5px;
	/* [disabled]background: url(../images/nsk/from-dr.png) no-repeat 10px 10px; */
	/* [disabled]background-size: 70px; */
}
.case-pinkhead{
	padding-left: 0px;
	margin-bottom: 20px;
}
.case-pinkh{
	width: 280px;
	margin: 0 auto 22px;
}
.case-pinkh-woods{ text-align:center;}
.case-pinkh-woods img{
	width: 40px;
	height: auto;
}

/*------------------------------症状ボタン-*/
.btn a{
	text-align: center;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	width: 280px;
	padding: 2px 0;
}
.btn.red-btn a{
	margin: 0.8em auto 0.3em;
	background-color: #e36bb3;
	font-size: 110%;
}
.btn.red-btn a:hover{
	background-color: rgba(235,150,201,1);
}
.btn.blue-btn a{
	margin: 0 auto 0.5em;
	background-color: #34cdcb;
	font-size: 110%;
}
.btn.blue-btn a em{
	font-size:90%;
}
.btn.blue-btn a:hover{
	background-color: #67DAD7;
}
/*-----------------------------------------------------------------------　嚥下障害*/
.dy-fig01{
	width: 100%;
	margin: 20px 0 20px 0;
	text-align: center;
}
.dy-fig01 img{
	width: 80%;
	display: block;
	margin: 0 auto;
	height: auto;
}
.dy-fig02{
	width: 100%;
}
.dy-fig03{
	width: 100%;
	margin: 0px 0 0 0;
}
.case-unit .case-kakoi04{
	border: 3px solid #c9c9c9;
	margin: 5px 0 30px;
	padding: 0 2% 10px;
	width: 94%;
}
h3.kakoi04{
	/* [disabled]display: block; */
	/* [disabled]width: 90px; */
	border: 3px solid #c9c9c9;
	padding: 5px 10px;
	margin: -3px -3%;
}
.kakoi04-subtxt{
	margin: 10px 0 0 0;
}
.dy-fig04{
	margin: 0 auto 1.5em;
	overflow: auto;
	display: block;
}
.dy-fig042{
	margin: 0 auto 1.5em;
	overflow: auto;
	display: block;
}
.check{}
.check img{
	width: 623px;
	height: auto;
}
.check-dl a{
	margin: 20px auto;
	display: block;
	text-align: center;
	width: 180px;
	border: 3px solid #43cdca;
	font-size: 98%;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0;
}
/*------------------------------------------------------認知症のケア*/
.care-01{
	margin: 0.5em 0;
	padding: 1em 0;
	border-top: 1px solid #313131;
	border-bottom: 1px solid #313131;
	font-size: 96%;
}
.care-02{
	border: #c9c9c9 2px solid;
	margin: 3em auto 1em;
	padding: 20px 10px 0;
	font-weight: bold;
	font-size: 90%;
}
.care-02 strong{
	color:#43cdca;
}
.care-03{
	float: right;
	width: 120px;
	height: auto;
}
/*---------------------------------------------------------神経難病*/
h2.nreroh2{
	background-color: #dceeee;
	padding: 5px 0 5px 15px;
	margin: 1em 0 0;
}
h3.nreroh3{
	font-size: 98%;
	display: block;
	padding: 3px 10px;
	background-color: #fdf37c;
	margin: 1em auto 0.2em;
	text-align: center;
	width: 45%;
}
h2.nreroh2:before{
	content:'▼ ';
	font-size:12px;
}
h2.nreroh2.close:before{
	content:'▲ ';
	font-size:12px;
}
img.neurolog01{
	width: 150px;
	height: auto;
	float: right;
	/* [disabled]margin-top: 4.5em; */
}
img.neurolog03{
	width: 150px;
	height: auto;
	/* [disabled]margin-top: 4.5em; */
	margin: -1em auto 0;
	display: block;
}
/*----------------------------------------------------パーキンソン*/
.park-no{
	margin: 20px 0 40px;
}
.park01{
	width: 260px;
	border: #c9caca 3px solid;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0 auto 20px;
	padding: 15px 15px 160px;
}
.park01:nth-child(even){
	/* [disabled]margin:0 0 20px 0; */
}
.park01 strong span{
	font-size: 240%;
	color: rgba(201,202,202,1);
	position: relative;
	width: 30px;
	float: left;
	top: -0.2em;
	line-height: 1;
}
h3.parkh3{
	font-size: 108%;
	background-color: #faf9da;
	padding: 4px 0;
	margin-bottom: 1em;
	text-align: center;
}
.park02{
	background: url(../images/nsk/park01.jpg) center bottom no-repeat;
	background-size: 150px;
}
.park03{
	background: url(../images/nsk/park02.jpg) center bottom no-repeat;
	background-size: 150px;
}
.park04{
	background: url(../images/nsk/park03.jpg) center bottom no-repeat;
	background-size: 150px;
}
.park05{
	background: url(../images/nsk/park04.jpg) center bottom no-repeat;
	background-size: 150px;
}
.park06{
	width: 75%;
	float: left;
}
.park07{
	float: right;
	margin: 0 0 10px 5%;
	width: 20%;
}.park07 img{
	height:auto;
	width: 100%;
}
h2.park08{
	text-align: center;
	background-color: #e0f5f4;
	padding: 3px 0;
	margin: 0 auto 20px;
}
/*.case-yellh{
	width: 280px;
	float: left;
	margin: 0 32px 32px 0;
}*/
.case-box h3.yellh3{
	color: #2D2D2D;
	padding: 2px 0 1px;
	margin: 2px auto 5px;
	background-color: #fcf7c8;
	text-align: center;
}
.stock00{
	width: 100%;
	padding: 0 0 10px;
	text-align: center;
}
.stock01{
	width: 100%;
	padding: 0 0 40px;
	text-align: center;
}
.stock02{
	width: 100%;
	float: left;
	/* [disabled]padding: 100px 0 0; */
}
.stock03 img{
	width: 450px;
	display: block;
	margin: 0 auto;
	height: auto;
}
.stock04 img{
	width: 380px;
	display: block;
	margin: 0 auto;
	height: auto;
}
.stock05 img{
	width: 530px;
	display: block;
	margin: 0 auto;
	height: auto;
}
.stock06-base{
	padding-bottom: 1em;
}
.stock06{
	border: #c9c9c9 3px solid;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 98%;
}
.stock06 h4.stock06h4,.stock06-harf h4.stock06h4{
	text-align: center;
	background-color: #faf9da;
	margin: -10px -10px 20px;
	padding: 4px 0 4px;
	border-bottom: #c9c9c9 3px solid;
}
.stock06-harf2 h4.stock06h4{
	text-align: center;
	background-color: #faf9da;
	margin: -5px -4% 20px;
	padding: 3px 0;
	border-bottom: #c9c9c9 2px solid;
	font-size: 90%;
}
.stock06-harf{
	border: #c9c9c9 3px solid;
	padding: 10px;
	margin: 0 auto 20px;
	font-size: 98%;
}
.stock06-harf2{
	border: #c9c9c9 2px solid;
	padding: 2%;
	margin: 0 1% 10px 0;
	font-size: 98%;
	width: 44%;
	float: left;
}
#hands .stock06-harf2{
	border: #c9c9c9 3px solid;
	padding: 2%;
	margin: 0 auto 10px;
	width: 94%;
	float: none;
}
.stock06-harf2 img{
	width: 100%;
	height:auto;
}
.stock06-harf2:nth-child(even){
	margin:0 0 10px 0;
}
#hands .stock06-harf2:nth-child(even){
	margin: 0 auto 10px;
		float:none;
}
#hands .stock06-harf2 h4.stock06h4{
	margin: -7px -2.2% 20px;
	padding: 5px 0 5px;
	border-bottom: #c9c9c9 3px solid;
}
p.stock07{
	text-align: right;
	border-bottom: #c9c9c9 1px solid;
	margin: -1em 0 1em;
}
.stock08{
	/* [disabled]width: 390px; */
	/* [disabled]padding-right: 25px; */
}
img.stock09{
	width: 160px;
	height: auto;
	margin: 0 auto;
	display: block;
}
img.stock10{
	float: right;
	width: 100px;
	height: auto;
	margin: 0 0 10px 10px;
}
/*----------------------------------------------------------------------adult*/
.adult01{
	/* [disabled]width: 70%; */
	/* [disabled]float: left; */
}
.adult02{
	/* [disabled]width: 30%; */
	/* [disabled]float: left; */
	text-align: center;
}
/*---------------------------------------------------------------------糖尿*/
.adult03{
	width: 100px;
	text-align: right;
	float: right;
	padding-bottom: 60px;
}
.adult03 img{
	width: 90px;
	height: auto;
}
.case-unit .case-kakoi06{
	border: #c9c9c9 3px solid;
	margin: 5px 0 30px;
	padding: 20px 20px 10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.adult04{
	width: 260px;
	margin: 10px 20px 10px;
}
.adult04 img{
	width: 250px;
	height: auto;
}
h3.kakoi05{
	display: block;
	width: 100%;
	border-bottom: 3px solid #c9c9c9;
	padding: 15px 0 15px 10px;
	margin: 0 -2%;
}
.adult05{
	width: 100%;
	height: auto;
}
.adult06{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.adult07{
	width: 280px;
	height: 260px;
	background: url(../images/adult/adult-fig08.jpg) no-repeat center;
	background-size: 140px;
	margin: 0 auto;
}
/*---------------------------------------------------------------------高血圧*/
.hbp01{
	width: 150px;
	float: right;
	padding: 0 0 0 20px;
}
.hbp02{
	width: 100%;
	text-align: center;
}
.hyp01{
	width: 120px;
	float: right;
	padding: 20px 0 20px 10px;
}
.hyp01 img{
	width: 110px;
	height:auto;
}
table.case-table04{
	width: 100%;
	margin-bottom: 3em;
}
table.case-table04 th{
	border: 2px solid #c8c8c8;
	background-color: #eff9ee;
	padding: 2px;
}
table.case-table04 td{
	border: 2px solid #c8c8c8;
	padding: 2px 2px 2px 5px;
	vertical-align: top;
	font-size: 98%;
}
table.case-table04 td.meta01{
	width: 110px;

}

table.case-table04 td.meta02{
	width: inherit;

}
/*---------------------------------------------------------------------サイトマップ*/
.sitemap-box{
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #b3b3b3;
	padding: 10px 0 30px;
}
.sitemap-box-harf{
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 2px;
}
ul.sitemap{
	list-style-type: none;
}
ul.sitemap li{}
ul.sitemap li a{
	color: #3f3d3c;
	font-size: 90%;
}
ul.sitemap li a:before{
	content:'> ';
}
ul.sitemap li ul li{	list-style-type: none;}
ul.sitemap li ul li a{
	padding-left: 1em;
}
/*---------------------------------------------------------------------予防接種など*/
h3.vacch3{
	background-color: #e0f4f3;
	padding: 4px 0 5px 10px;
	margin-bottom: 20px;
}
h4.vacch4{
	color: #56dbda;
	font-size: 100%;
	padding-bottom: 1em;
}
blockquote.vacchbl{
	padding-left: 2em;
}
/*---------------------------------------------------------------------クリニック*/
.cli-box{
	padding: 0 0 60px 0;
}
img.cliimg{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	box-shadow: 1px 1px 5px rgba(51,51,51,0.3);
}
h3.yellowline{
	background: url(../images/common/yellow-line.jpg) repeat-x center bottom;
	margin-bottom: 50px;
}

.nikaku{
	width: 47%;
	height: 220px;
	text-align: center;
	float: left;
	font-size: 90%;
	margin-right: 6%;
}
.cli-box div.nikaku:nth-child(2n+1){	margin-right: 0px;}
.nikaku img{
	width: 100%;
	height: auto;
	box-shadow: 1px 1px 5px rgba(51,51,51,0.3);
}
/*-------------------------------------------------------------リハ*/
img.rehaimg{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	box-shadow: 1px 1px 5px rgba(51,51,51,0.3);
}
.reha{
	padding: 10px 2%;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	font-size: 95%;
	width: 96%;
}

.reha .reha-a{
	width: 100%;
	padding: 0 0 10px;
}
.reha .reha-b{
	width: 100%;
	padding: 0 0 10px;
	text-align: center;
}
.reha .reha-b img,.reha .reha-c img{
	box-shadow: 1px 1px 5px rgba(51,51,51,0.3);
	width: 100%;
	height: auto;
}
.reha .reha-c{
	width: 100%;
	padding: 0 0 10px;
	text-align: center;
}

/*----------------------------------------------------------部位別トップ*/
.inter01{}
.inter-illust-a{
	float: left;
	width: 170px;
	line-height: 1.2em;
	padding: 10px 0 0 0;
	margin-left: -5px;
}
.inter-illust-a a{
	font-size: 130%;
	font-weight: bold;
	color: #43cdca;
	text-decoration: none;
}
.inter-illust-a span{
	font-size: 90%;
	color: rgba(51,51,51,1);
	text-decoration: none;

}
.inter-illust-b{
	width: 105px;
	float: left;
	align-items: center;
	margin-right: -10px;
}

/*------------------------------症状インジケータ-*/
.hand-indicator{
	/* [disabled]height: 40px; */
	display: none;
	/* [disabled]margin: -10px 0; */
}
.hand-indicator ul{
	list-style:none;
		display: none;
}

.hand-indicator li a{
	display: block;
	float: left;
	padding: 6px 0 4px;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #2D2D2D;
	background-color: #D6EFCA;
}
.h-ind-01 a{
	width: 115px;
	margin-right: 12px;
	margin-bottom: 12px;
}
.h-ind-011 a{
	width: 110px;
	margin-bottom: 12px;
}
.h-ind-02 a{
	width: 195px;
	margin-right: 20px;
}
.h-ind-022 a{
	width: 190px;
}

h4.hands-h4{
	background: url(../images/inter/hand-h3-bg2.png) no-repeat right center rgba(214,239,202,1);
	padding: 4px 0 4px 10px;
	margin: 1em 0 1.5em;
	clear: both;
}
h4.hands-h4.odd{
	background: url(../images/inter/hand-h3-bg3.png) no-repeat right center rgba(214,239,202,1);
}
h4.hands-h4:before{
	content:'▼ ';
}
h4.hands-h4.close:before{
	content:'▲ ';
}
.hand-fig01{
	padding-bottom: 120px !important;
	background: url(../images/inter/hand-fig01.png) no-repeat center bottom;
	background-size: 100px;
}
.hand-fig02{
	padding-bottom: 120px !important;
	background: url(../images/inter/hand-fig02.png) no-repeat center bottom;
	background-size: 100px;
}
.hand-fig03{
	padding-bottom: 170px !important;
	background: url(../images/inter/hand-fig03.png) no-repeat center bottom;
	background-size: 110px;
}
.hand-fig04{
	padding-bottom: 130px !important;
	background: url(../images/inter/hand-fig04.png) no-repeat center bottom;
	background-size: 120px;
}
.hand-fig05{
	float: right;
	width: 140px;
	height: auto;
}
.hand-fig06{
	background: url(../images/inter/hand-fig06.png) no-repeat center bottom;
	padding-bottom: 120px !important;
	background-size: 120px;
}
.hand-fig07{
	padding-bottom: 160px !important;
	background: url(../images/inter/hand-fig07.png) no-repeat center bottom;
	background-size: 160px;
}
.hand-fig08,.hand-fig09,.hand-fig10{
	float: right;
	margin: 0 0 10px 10px;
	width: 120px;
	height: auto;
}
.hand-fig08-b{
	float: right;
	margin: 0 0 10px 10px;
	width: 70px;
	height: auto;
}
.hand-fig08-c{
	float: right;
	margin: 0 0 10px 10px;
	width: 90px;
	height: auto;
}
.hand-fig08-d{
	margin: 0 auto 10px;
	display: block;
}
.hands-wrap{
	/* [disabled]display: none; */
}

.gray-4{
	border: #c9c9c9 3px solid;
	padding: 10px 0 5px;
	width: 47%;
	float: left;
	margin: 0 2% 10px 0;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}
.gray-1{
	border: #c9c9c9 3px solid;
	padding: 10px;
	margin: 20px 0 40px;
}
.gray-1 .gray-inner-l{
	/* [disabled]width: 56%; */
	font-size: 90%;
}
.gray-1 .gray-inner-r{
	width: 80%;
	text-align: center;
	margin: 20px auto 0;
}
.gray-1 .gray-inner-r img{
	width: 70%;
	height:auto;
}
.gray-4:nth-child(2n){
	margin-right: 0;
	float: right;
}
.greenarrow{
	text-align: center;
	padding: 20px 0;
}
h3.greenh3pl{
	color: #4fcbc3;
	font-size: 110%;
}
.hand-fig11{
	margin: 20px 0 0 3%;
	width: 30%;
	height: auto;
}
.hand-fig12{
	margin: 20px 0 0 3%;
	width: 30%;
	height: auto;
}
.hand-fig13{
	margin: 20px 10px 0 15%;
	width: 30%;
	height: auto;
}

.hand-fig14{
	padding-bottom: 120px !important;
	background: url(../images/inter/atama05.jpg) no-repeat center bottom;
	background-size: 120px;
}
.hand-fig15{
	padding-bottom:130px !important;
	background: url(../images/inter/int-top05.png) no-repeat center bottom;
	background-size: 100px;
}
.hand-fig16{
	padding-bottom:110px !important;
	background: url(../images/inter/ishiki03.jpg) no-repeat center bottom;
	background-size: 190px;
}
.hand-fig17{
	padding-bottom: 100px !important;
	background: url(../images/inter/face01.jpg) no-repeat center bottom;
	background-size: 110px;
}
.hand-fig18{
	padding-bottom: 110px !important;
	background: url(../images/inter/face02.jpg) no-repeat center bottom;
	background-size: 110px;
}
.hand-fig19{
	background: url(../images/inter/kubi05.jpg) no-repeat center bottom;
	padding-bottom: 120px !important;
	background-size:120px;
}
h4.ache-bg{
	background-color: #E0F5F3;
	padding: 3px 0;
	text-align: center;
}
.ache2-2{
	width: 50%;
	float: left;
	text-align: center;
	margin: 20px 0;
}
.ache2-2 img{
	width: 100%;
	height: auto;
}
.ache1-2{
	width: 50%;
	float: left;
	margin: 20px 0;
}

.ache1-2:nth-child(3),.ache1-2:nth-child(4){
	margin-top: 0px;
}
.ache1-2 img{
	width: 100%;
	height: auto;
}
.ache3-3{
	width: 31%;
	float: left;
	margin: 20px 0;
	padding: 0 1%;
}
.ache3-3 img{
	width: 98%;
	height: auto;
}
.ache3-2{
	width: 40%;
	float: left;
	margin: 20px 0 0;
	text-align: center;
	padding: 0 5%;
}
.ache3-2 img,.ache3-1 img{
	width: 100%;
	height: auto;
}
.ache3-1{
	width: 40%;
	margin: 0 auto 20px;
	text-align: center;
	clear: both;
}
.ache4-4{
	width: 40%;
	float: left;
	margin: 20px 5%;
	text-align: center;
}
.check-back{
	margin: 20px 0;
	padding: 20px 20px;
	background-color: #EFEFEF;
}
.check-back img{
	width: 100%;
	height: auto;
}
/*===============================================

WP

============================================== */
.main h3.wph3{
	padding: 5px 0 30px 0;
	margin: 0 0 0;
	font-weight:normal;
}
,main h3.wph3 a{}
.main .wp-date{
	color: #5ad6d5;
	display: block;
	margin: 60px 0 14px 0;
}
.main .wp-txt{

}
.main .wp-txt img{
	display:block;
	margin:0.5em 0;
	min-width: 100%;
	height: auto;
}
ul.tax-menu{
}
ul.tax-menu li{
	padding: 0 0 0 3px;
	margin-bottom: 3px;
}
.tax-menu li a{
	background-color: rgba(53,205,203,1);
	padding: 2px 10px;
	color: #fff !important;
	font-weight: bold;
	list-style: none;
	margin-bottom: 5px;
	display: block;
}
.navigation{ width:100%;}
.alignleft{ width:50%; float:left;}
.alignright{ width:50%; float:right; text-align:right;}
h2.green{
	color: #3e3e3e;
	background: url(../images/common/g-line.jpg) no-repeat center bottom;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}
/*===============================================

ボタン

=============================================== */
.the-btn{}
.the-btn a{
	text-align: center;
	font-weight: bold;
	display: block;
	width: 210px;
	padding: 20px 0;
	margin: 5px auto;
	color: #333;
	text-decoration: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 2px 2px 4px 1px rgba(51,51,51,.5);
	-webkit-box-shadow: 2px 2px 4px 1px rgba(51,51,51,.5);
}

.btn-monshin a{
	background-image:url(../images/common/btn-y-bg.gif);;
}
.btn-dl a{
	text-decoration: none;
	font-weight: bold;
	border: #43cdca 3px solid;
	margin: 0 auto 10px;
	display: block;
	width: 120px;
	text-align: center;
}
.btn-dl a:hover{}
/*===============================================

UTILITY

=============================================== */
.f-left{
	float: left;
}
.f-right{
	float: right;
}
.mgr{ margin:0 0 20px 20px;}
.mgl{ margin:0 20px 20px0;}
.pdt20{padding-top:20px;}
.all-center{text-align:center;}
.all-right{text-align:right;}
.all-left{text-align:left;}
.set-cc{
	text-indent:100%; white-space:nowrap; overflow:hidden;
}
img.smp{ width:100%; height:auto;}
.set-none{display:none !important;}
.set-relative{position:relative;}
hr{
	height: 10px;
	padding: 10px 0;
	margin: 10px 0;
	border: none;
	display: block;
}
hr:before{
	content:'';
	width:110px;
	height:30px;
	display:block;
	background:url(../images/common/hr.png) no-repeat center;
	margin:-10px auto 40px;
	background-size: contain;
}
.perp-color{ color:#e36bb3;}
.smp-br{}
h4.smp-br2{
	padding: 0.8em 0;
}
.pc-br{display:none;}
img.arrow{
	display: block;
	margin: 5px auto 0;
}
div.arrow-border{
	display: block;
	border-bottom: 10px solid #37CDCE;
	height: 10px;
	width: 100%;
	margin-bottom: 60px;
	margin-top: -1em;
}
.arrow-border:after{
	content:'';
	width:37px;
	height:37px;
	margin:0 auto;
	background:url(../images/green-bell-arrow.jpg) no-repeat center;
	display:block;
	width:100%;
	position:relative;
	bottom:-20px;
	background-size:37px;
}
.l_and_b{font-size:110%; font-weight:bold;}
.setback1em{
	/* [disabled]padding-left:1em; */
}
.fontsmall{
	font-size: 84%;
	padding: 0.5em 0 1em;
}
/*===============================================

Clear FIX（IE6対応版）

=========================================== 01 */
.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.cf {
	display: inline-block;
	min-height: 1%;
	overflow:hidden;
}
/* Hides from IE-mac \*/

* html .cf {
	zoom: 1;
}
.cf {
	display: block;
}
*:first-child+html .cf{ zoom: 1; } 
.clear{clear:both;}

/*-------------*/

/*!
 * jquery-drawer v3.2.0
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */

/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 14.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}
.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}
.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
}

.drawer-open .drawer-overlay {
  display: block;
}
/*!------------------------------------*\
    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left.drawer-open .drawer-navbar{
  left: 0;
}
.drawer--left .drawer-hamburger,.drawer-hamburger,
.drawer--left.drawer-open .drawer-hamburger {
  right: 0;
}
.drawer--left.drawer-open .drawer-hamburger {	background-image:url(../images/common/smp-menu-off.png);}
/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}
/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/

.drawer-hamburger {
	position: absolute;
	z-index: 104;
	top: 180px;
	display: block;
	box-sizing: content-box;
	width: 110px;
	height: 44px;
	background: url(../images/common/smp-menu.png) no-repeat center center;
	border: none;
	background-size: 120px;
}

.drawer-hamburger:hover {
  cursor: pointer;
}

.drawer-hamburger-icon {
	position: relative;
	display: block;
	margin-top: 10px;
}
.sr-only {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}
