@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");


/* Reset
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td,select,header,nav,section,footer {
	margin: 0;
	padding: 0;

	line-height: 1.6;
	word-wrap: break-word;
}

body {
	color: #333;
}

input,
textarea,
select,
th,
td {
	color:#333;
}


address,em,i {
	font-style: normal;
	vertical-align:;
}
strong,th,b {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
img {
	border: 0;
}
li {
	list-style-type: none;
}
small{
	font-size: 100%;
}

a{
	color: #333;
	text-decoration: none;
}

iframe{
	max-width:96%;
	margin:2%;
	max-height: 96%;
}
/*----------------- font -------------------*/

body {
	font-size: 100%; /* IE */
	font-family:"Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
html>/**/body {
font-size: 16px; /* Except IE */
}

body {
	-webkit-text-size-adjust: 100%;
}
img{
	max-width:100%;
	width: 100%;
	height: auto;
	max-height: 100%;
}

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

body{
	background:#fff;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@media only screen and (max-width: 1600px){
	body {

	}
}
@media only screen and (max-width: 1280px){
	body {

	}
}
@media only screen and (max-width: 960px){
	body {

	}
}
@media only screen and (max-width: 640px){
	body {

	}
}
@media only screen and (max-width: 320px){
	body {

	}
}

/*-----------------  header_home  -------------------*/

#header_home{
    background:#fff url(../images/top_header.jpg) no-repeat top center fixed;
    background-size: cover;
}
@media only screen and (max-width: 640px){
			#header_home{
			background:#fff url(../images/top-headers.png) no-repeat center top fixed;
			background-size: 160%;
	}
}
#header_home header{
	width: 100vw;
    height: 100vh;
	margin:0 auto;
	position:relative;
}
@media only screen and (max-width: 1280px){
	#header_home header{
			width:100%;
	}
}
#header_home header h1{
	text-align:right;
    font-size: 14px;
    color: #333;
    padding:30px 30px 80px;
    font-weight: bold;
}
@media only screen and (max-width: 640px){
		#header_home header h1{
			padding:1% 0;
			position:absolute;
			z-index:99999;
			width:100%;
			text-align:center;
			background:#375f67;
			color:#fff;
			font-weight:normal;
			font-size:80%;
	}
}
@media only screen and (max-width: 400px){
		#header_home header h1{
			font-size:60%;
	}
}
#header_home header p.logo01{
    margin-left:50px;
    position:absolute;
    top:0;
    left:0;

}
@media only screen and (max-width: 960px){
	#header_home header p.logo01{
	    margin-left:5px;
	}
}
@media only screen and (max-width: 640px){
	#header_home header p.logo01{
	    margin:20px 0 0 0;
	}
}
#header_home header .fadeIn{
text-align: center;
}
#header_home header p.logo01 a{}
#header_home header p.logo01 a:hover{}
#header_home header p.logo01 img{
    width: 100px;
}
@media only screen and (max-width: 640px){
			#header_home header p.logo01 img{
			width: 80px;
	}
}
#header_home header .bounceInDown{
	text-align: left;
	margin:-150px 50px 0;
}
@media only screen and (max-width: 1280px){
		#header_home header .bounceInDown{
			margin:-100px 50px 0;
	}
}
@media only screen and (max-width: 960px){
		#header_home header .bounceInDown{
			margin:-100px 50px 0 10px;
	}
}
@media only screen and (max-width: 640px){
		#header_home header .bounceInDown{
			margin:0;
			padding:50px 0 0 100px;
			text-align:left;
	}
}
#header_home header p.logo02{
	    margin-top: 120px;
}
@media only screen and (max-width:1600px){
		#header_home header p.logo02{
			margin-top:0px;
		
	}
}
@media only screen and (max-width:640px){
		#header_home header p.logo02{
			margin-top:0px;
		
	}
}
#header_home header p.logo02 img{
    width: 250px;
}

@media only screen and (max-width:640px){
		#header_home header p.logo02 img{
		display:none;
		
	}
}
#header_home header p.text01{
	margin-top: 30px;
    margin-bottom: 70px;}
@media only screen and (max-width: 1280px){
		#header_home header p.text01{
		margin-top: 0px;
    margin-bottom: 0px;
	}
}		

@media only screen and (max-width: 640px){
		#header_home header p.text01{
			    margin-top: 35%;
    margin-bottom: 50%;
    text-align: center;

    margin-left: -35%;
	}
}	
	
#header_home header p.text01 img{
    width: 475px;
}
@media only screen and (max-width: 960px){
		#header_home header p.text01 img{
			
	}
}
@media only screen and (max-width: 640px){
		#header_home header p.text01 img{
			width:90%;
			
	}
}
#header_home header nav{}
#header_home header nav ul{
	overflow: hidden;
	margin:0 auto;
	width:1080px;
	padding-bottom:30px;
}
@media only screen and (max-width: 1280px){
	#header_home header nav ul{
		overflow: hidden;
		margin:0 auto;
		width:98%;
	}
}
@media only screen and (max-width: 640px){
	#header_home header nav ul{
		width:100%;
	padding-bottom:0;
	}
}
#header_home header nav ul li{
    float: left;
    width:23%;
    margin:5px 1%;
	
}
@media only screen and (max-width: 960px){
		#header_home header nav ul li{
    	width:31%;
    	margin:5px 1%;
	}
}
@media only screen and (max-width: 640px){
		#header_home header nav ul li{
    	width:50%;
    	margin:0;
	}
}
#header_home header nav ul li a{
	display:block;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    text-align: center;
    background: #f5ffe6;
    opacity: 0.9;
    border-radius: 5px;
    box-shadow: 2px 2px 4px #000;
    color: #356572;
}
@media only screen and (max-width: 640px){
		#header_home header nav ul li a{
	    border-radius: 0;
	    box-shadow: 0 0 1px #000;
		    font-size:80%;
	}
}
#header_home header nav ul li a:hover{
    opacity: 1.0;
}

/*-----------------  fixed  -------------------*/

header .fixed{
    width: 100%;
    height: 120px;
    margin: 0 auto;
    position: fixed;
    z-index: 99999;
    top: 0;
    left:0;
    background: linear-gradient(0, rgba(255,255,255,0.2), rgba(255,255,255,0.9), rgba(255,255,255,1));
}
@media only screen and (max-width: 640px){
	header .fixed{
		    position: absolute;
	}
}

header .fixed nav{
	padding:20px 0 0 130px;
}
@media only screen and (max-width: 960px){
header .fixed nav{
	padding:0 0 0 100px;
	}
}
@media only screen and (max-width: 640px){
	header .fixed nav{
	padding:27px 0 0 0;
	}
}
header .fixed nav ul{
	width:1080px;

}
@media only screen and (max-width: 1280px){
	header .fixed nav ul{
	width:98%;
	}
}
header .fixed nav ul li{}
header .fixed nav ul li a{}
@media only screen and (max-width: 960px){
header .fixed nav ul li a{
		font-size:90%;
	}
}
#header_home header .fixed nav ul li a:hover{}

/*-----------------  header  -------------------*/

#header{
	background-size: 1260px;
}
@media only screen and (max-width: 640px){
		#header{
		background-size: 120%;
	}
}
#header header{
	width:1260px;
	margin:0 auto;
	position:relative;
}
@media only screen and (max-width: 1280px){
	#header header{
			width:100%;
			overflow: hidden;
	}
}
#header header h1{
	text-align:right;
    font-size: 14px;
    color: #333;
    padding:30px 30px 80px;
    font-weight: bold;
}
@media only screen and (max-width: 640px){
		#header header h1{
			padding:1% 0;
			position:absolute;
			z-index:99999;
			width:100%;
			text-align:center;
			background:#375f67;
			color:#fff;
			font-weight:normal;
			font-size:80%;
	}
}
@media only screen and (max-width: 400px){
		#header header h1{
			font-size:60%;
	}
}
#header header p.logo01{
    margin-left:50px;
    position:absolute;
    top:0;
    left:0;

}
@media only screen and (max-width: 960px){
	#header header p.logo01{
	    margin-left:5px;
	}
}
@media only screen and (max-width: 640px){
	#header header p.logo01{
	    margin:20px 0 0 0;
	}
}
#header header .fadeIn{
text-align: center;
}
#header header p.logo01 a{}
#header header p.logo01 a:hover{}
#header header p.logo01 img{
    width: 100px;
}
@media only screen and (max-width: 640px){
			#header header p.logo01 img{
			width: 80px;
	}
}


header .ttlbox01{
	background: #fff;
	width: 250px;
	height:150px;
	margin: 50px 110px 40px;
	padding-top: 10px;
	opacity: 0.8;
	text-align: center;
}
@media only screen and (max-width: 960px){
		header .ttlbox01{
	    margin: 1%;
	}
}
@media only screen and (max-width: 640px){
		header .ttlbox01{
	    margin: 0 0 40px;
	    padding:40px 80px 0 10px;
	    height:auto;
		width: auto;
	    text-align: right;
		opacity: 0.8;
		display:inline-block;
		float:right;
	}
}
header .ttlbox01 h2{
	font-weight:bold;
	font-size:140%;
}
@media only screen and (max-width: 640px){
		header .ttlbox01 h2{
		font-size:110%;
	    padding-top:20px;
	}
}
header .ttlbox01 h2 em{
	display:block;
	font-size:70%;
}
@media only screen and (max-width: 640px){
		header .ttlbox01 h2 em{
		font-size:70%;
	}
}
header .ttlbox02{}

#header header nav{}
#header header nav ul{
	overflow: hidden;
	margin:0 auto;
	width:1080px;
	padding-bottom:30px;
}
@media only screen and (max-width: 1280px){
	#header header nav ul{
		overflow: hidden;
		margin:0 auto;
		width:98%;
	}
}
@media only screen and (max-width: 640px){
	#header header nav ul{
		width:100%;
	padding-bottom:0;
	}
}
#header header nav ul li{
    float: left;
    width:23%;
    margin:5px 1%;
	
}
@media only screen and (max-width: 960px){
		#header header nav ul li{
    	width:31%;
    	margin:5px 1%;
	}
}
@media only screen and (max-width: 640px){
		#header header nav ul li{
    	width:50%;
    	margin:0;
	}
}
#header header nav ul li a{
	display:block;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    text-align: center;
    background: #f5ffe6;
    opacity: 0.9;
    border-radius: 5px;
    box-shadow: 2px 2px 4px #000;
    color: #356572;
}
@media only screen and (max-width: 640px){
		#header header nav ul li a{
	    border-radius: 0;
	    box-shadow: 0 0 1px #000;
		    font-size:80%;
	}
}
#header header nav ul li a:hover{
    opacity: 1.0;
}

.painclinic_bg01 {
	background:#eaf4eb url("../images/painclinic_header.jpg") no-repeat center top fixed;
}
.painclinic_bg01 header .ttlbox01{
	background:#eaf4eb url("../images/painclinic_pict01.png") no-repeat center bottom;
}
@media only screen and (max-width: 640px){
	.painclinic_bg01 header .ttlbox01{
		background:#eaf4eb url("../wp-content/themes/imai-paindb/css/images/painclinic_pict01.png") no-repeat right 40px;
		background-size: 70px;
	}
}

.about_bg01 {
	background:#fffde0 url("../images/about_header.jpg") no-repeat center top fixed;
}
.about_bg01 header .ttlbox01{
	background:#fffde0 url("../images/about_pict01.png") no-repeat center bottom;
}
@media only screen and (max-width: 640px){
	.about_bg01 header .ttlbox01{
		background:#fffde0 url("../images/about_pict01.png") no-repeat right 40px;
		background-size: 70px;
	}
}

.woc_bg01 {
	background:#f7fbfc url("../images/woc_header.jpg") no-repeat center top fixed;
}
.woc_bg01 header .ttlbox01{
	background:#f7fbfc url("../images/woc_pict01.png") no-repeat center bottom;
}
@media only screen and (max-width: 640px){
	.woc_bg01 header .ttlbox01{
		background:#f7fbfc url("../images/woc_pict01.png") no-repeat right 40px;
		background-size: 70px;
	}
}

.symptom_bg01 {
	background:#e5f0e8 url("../images/symptom_header.jpg") no-repeat center top fixed;
}
.symptom_bg01 header .ttlbox01{
	background:#e5f0e8 url("../images/symptom_pict01.png") no-repeat center bottom;
}
@media only screen and (max-width: 640px){
	.symptom_bg01 header .ttlbox01{
		background:#e5f0e8 url("../images/symptom_pict01.png") no-repeat right 40px;
		background-size: 70px;
	}
}

.information_bg01 {
	background:#e4dcd1 url("../images/information_header.jpg") no-repeat center top fixed;
}
.information_bg01 header .ttlbox01{
	background:#e4dcd1 url("../images/information_pict01.png") no-repeat center bottom;
}
@media only screen and (max-width: 640px){
	.information_bg01 header .ttlbox01{
		background:#e4dcd1 url("../images/information_pict01.png") no-repeat right 40px;
		background-size: 70px;
	}
}

.access_bg01 {
	background:#dae5f7 url("../images/access_header.jpg") no-repeat center top fixed;
}
.access_bg01 header .ttlbox01{
	background:#dae5f7 url("../images/access_pict01.png") no-repeat center bottom;
}
@media only screen and (max-width: 640px){
	.access_bg01 header .ttlbox01{
		background:#dae5f7 url("../images/access_pict01.png") no-repeat right 40px;
		background-size: 70px;
	}
}

.qa_bg01 {
	background:#dfe9e8 url("../images/qa_header.jpg") no-repeat center top fixed;
}
.qa_bg01 header .ttlbox01{
	background:#dfe9e8 url("../images/qa_pict01.png") no-repeat center bottom;
}
@media only screen and (max-width: 640px){
	.qa_bg01 header .ttlbox01{
		background:#dfe9e8 url("../images/qa_pict01.png") no-repeat right 40px;
		background-size: 70px;
	}
}

.recruit_bg01 {
	background:#fffbfe url("../images/recruit_header.jpg") no-repeat center top fixed;
}
.recruit_bg01 header .ttlbox01{
	background:#fffbfe url("../images/recruit_pict01.png") no-repeat center bottom;
}
@media only screen and (max-width: 640px){
	.recruit_bg01 header .ttlbox01{
		background:#fffbfe url("../images/recruit_pict01.png") no-repeat right 40px;
		background-size: 70px;
	}
}

.topics_bg01 {
	background:#e9fff2 url("../images/topics_header.jpg") no-repeat center top fixed;
}
.topics_bg01 header .ttlbox01{
	background:#e9fff2 url("../images/topics_pict01.png") no-repeat center bottom;
}
@media only screen and (max-width: 640px){
	.topics_bg01 header .ttlbox01{
		background:#e9fff2 url("../images/topics_pict01.png") no-repeat right 40px;
		background-size: 70px;
	}
}
/*-----------------  main  -------------------*/

#main{}
@media only screen and (max-width: 1280px){
	#main{
	}
}
@media only screen and (max-width: 960px){
	#main{
	}
}
@media only screen and (max-width: 640px){
	#main{
	}
}
#main hr{
	width:50px;
}
#main h2{}
#main h2 span{}
#main .bg01{
	background:#edf2d2;
	padding:5% 0;
}
#main .bg02{
	background:#eeeeee;
	padding:5% 0;
}

/*-----------------  footer  -------------------*/

#footer{
	border-top:solid 1px #ccc;
}
#footer footer{
	width:1260px;
	margin:0 auto;
}
@media only screen and (max-width: 1280px){
	#footer footer{
			width:96%;
			margin:2% auto;
	}
}
@media only screen and (max-width: 960px){
	#footer footer{
			width:98%;
			margin:1% auto;
	}
}
#footer footer .foot_l {
	float:left;
	width:44%;
	margin:1% 0 1% 5%;
}
@media only screen and (max-width: 960px){
	#footer footer .foot_l {
			width:48%;
			margin:1% auto;
	}
}
@media only screen and (max-width: 640px){
	#footer footer .foot_l {
			width:98%;
			margin:1% auto;
			padding: 1%;
	}
}
#footer footer .foot_l h1{
	font-size: 100%;
	margin-bottom:20px;
}
#footer footer .foot_l h1 em{
	font-size: 130%;
    font-weight: bold;
    margin-right:2%;
}
@media only screen and (max-width: 740px){
	#footer footer .foot_l h1 em{
			display:block;
	}
}
@media only screen and (max-width: 640px){
	#footer footer .foot_l h1 em{
			display:inline;
	}
}
@media only screen and (max-width: 380px){
	#footer footer .foot_l h1 em{
			display:block;
	}
}
#footer footer .foot_l table{
	width:96%;
}
@media only screen and (max-width: 640px){
	#footer footer .foot_l table{
			width:98%;
			margin:1% auto;
	}
}
#footer footer .foot_l table tr{}
#footer footer .foot_l table th{
	border-bottom:dotted 2px #ccc;
	text-align:center;
	font-weight:bold;
	font-size:90%;
	padding:1% 0;
}
#footer footer .foot_l table td{
	border-bottom:dotted 2px #ccc;
	text-align:center;
	font-size:90%;
	padding:2px 0;
	width:10%;
}
#footer footer .foot_l table td span{
	font-size:80%;
	line-height:1.0;
	font-weight:bold;
}
#footer footer .foot_l table th.ttl_time01{
	border-right:dotted 2px #ccc;
}
#footer footer .foot_l table th.ttl_time02{
	border-right:dotted 2px #ccc;
	height:50px;
}
#footer footer .foot_l table th.ttl_time03{
	border-right:dotted 2px #ccc;
	height:50px;
}
#footer footer .foot_l p.text_off{
	margin:1% 1% 50px;
}
@media only screen and (max-width: 960px){
	#footer footer .foot_l p.text_off{
		font-size:80%;
	}
}
#footer footer .foot_l .telbox{
	width: 92%;
    text-align: center;
    border: 2px solid #999;
    box-sizing:border-box;
    padding:2%;
}
@media only screen and (max-width: 640px){
	#footer footer .foot_l .telbox{
			width: 98%;
			margin:1% auto 5%;
			padding: 1%;
	}
}
#footer footer .foot_l h3{
	text-align:center;
}
#footer footer .foot_l p.text_tel{
	font-size: 24px;
    font-weight: bold;
}
#footer footer .foot_l p.text_tel:before {
	content : url(../images/icon_phone.png);
	position: relative;
    top: 10px;
    left: -5px;
}

#footer footer .foot_r {
	float:right;
	width:48%;
}
@media only screen and (max-width: 640px){
	#footer footer .foot_r {
			width:98%;
			margin:1% auto;
			padding:1%;
	}
}
#footer footer .foot_r h3{
	font-size: 130%;
    font-weight: bold;
	margin-bottom:20px;
margin-top: 20px;
}
#footer footer .foot_r p{}
#footer footer .foot_r p a{}
#footer footer .foot_r p a:hover{
	opacity:0.7;
}
#footer footer .foot_r p a img{
	width:400px;
}
@media only screen and (max-width: 640px){
	#footer footer .foot_r p a img{
			width:100%;
	}
}
p.copyright{
	padding:5% 0 0;
    clear: both;
    text-align: center;
	font-size: 80%;
}
#footer #page-top{
	clear: both;
	right: 20px;
	bottom: 25px;
	position:fixed;
	z-index:99999;
}
#footer #page-top a{
	display:block;
	width: 40px;
	height: 40px;
	background:#fcfcfc;
	padding: 10px 5px 0px;
	border-radius: 5px;
	font-size:60%;
	text-align: center;
	border:solid 1px #999;
	color:#333;
}
#footer #page-top a:hover{
	background:#fff;
}
#footer #page-top i.fa{
	font-size:140%;
	color:#333;
}
/*-----------------  home  -------------------*/

#home{}
#home .homebox01{
	width:600px;
	margin:0 auto;
	text-align:center;
	background:#fff;
	padding:2%;
}
@media only screen and (max-width: 640px){
	#home .homebox01{
	width:90%;
	}
}
#home .homebox01 h2{
	font-size:120%;
}
#home .homebox01 h2 span{
	font-size:70%;
	display:block;
	margin-bottom:10px;
}
#home .homebox01 hr{}
#home .homebox01 p.hellotext{
	font-size:90%;
	line-height:2.0;
}
#home p span{
	display:block;
}
@media only screen and (max-width: 640px){
	#home p span{
		display:inline;
	}
}
#home .homebox02{
	width:480px;
	margin:0 auto;
	text-align:center;
	background:#fff;
	padding:2%;
}
@media only screen and (max-width: 640px){
	#home .homebox02{
	width:90%;
	}
}
#home .homebox02 h2{
	font-size:120%;
}
#home .homebox02 h2 span{
	font-size:70%;
	display:block;
	margin-bottom:10px;
}
#home .homebox02 hr{}
#home .homebox02 ul{
	text-align:left;
	padding:2% 0%;
}
#home .homebox02 ul li{
        line-height: 2;
	border-bottom:solid 1px #ccc;
}
#home .homebox02 ul li span{
	margin-right:5%;
}
#home .homebox02 ul li a{}
#home .homebox02 ul li a:hover{}

#home .homebox03{
	width:630px;
	margin:0 auto;
	text-align:center;
	padding:2%;
}
@media only screen and (max-width: 960px){
	#home .homebox03{
	width:420px;
	}
}
@media only screen and (max-width: 480px){
	#home .homebox03{
	width:80%;
	margin:0 auto;
	}
}
#home .homebox03 h3{
	background:url("../images/symptom_pict01.png") no-repeat center top;
	background-size:40px;
	padding:40px 0 0;
	font-size:130%;
}
#home .homebox03 hr{}
#home .homebox03 ul{
	overflow:hidden;
	padding:20px 0 50px;
}
#home .homebox03 ul li{
	float:left;
	width:200px;
	margin:5px;
}
@media only screen and (max-width: 480px){
	#home .homebox03 ul li{
		float:none;
		margin:0 auto;
	}
}
#home .homebox03 ul li a{}
#home .homebox03 ul li a:hover{}
#home .homebox03 ul li a.atama{
	display: block;
	width: 190px;
	height: 190px;
	background: url("../images/symptom_atama.gif") no-repeat 0 0;
	z-index: 200;
    margin: 0 auto 5px;
}
#home .homebox03 ul li a.mune {
	display: block;
	width: 190px;
	height: 190px;
	background: url("../images/symptom_mune.gif") no-repeat 0 0;
	z-index: 200;
    margin: 0 auto 5px;
}
#home .homebox03 ul li a.ude {
	display: block;
	width: 190px;
	height: 190px;
	background: url("../images/symptom_ude.gif") no-repeat 0 0;
	z-index: 200;
    margin: 0 auto 5px;
}
#home .homebox03 ul li a.kubi {
	display: block;
	width: 190px;
	height: 190px;
	background: url("../images/symptom_kubi.gif") no-repeat 0 0;
	z-index: 200;
    margin: 0 auto 5px;
}
#home .homebox03 ul li a.ashi {
	display: block;
	width: 190px;
	height: 190px;
	background: url("../images/symptom_ashi.gif") no-repeat 0 0;
	z-index: 200;
    margin: 0 auto 5px;
}
#home .homebox03 ul li a.koshi {
	display: block;
	width: 190px;
	height: 190px;
	background: url("../images/symptom_koshi.gif") no-repeat 0 0;
	z-index: 200;
    margin: 0 auto 5px;
}

#home .homebox03 ul li a:hover {
	background-position: 0 bottom;
}
#home .homebox03 ul li a span{}

#home .homebox03 p{}
#home .homebox03 p.home_btn01{
	margin-top:5%;
}
#home .homebox03 p.home_btn01 a{
	display:block;
	width:200px;
	margin:0 auto;
	background:#fff;
	border-radius:5px;
	padding:1% 5%;
}
#home .homebox03 p.home_btn01 a:hover{
	position:relative;
	top:-5px;
	box-shadow: 0px 4px 0px 0px rgba(193,224,239, 1);
}
#bg04{
background-color:#eeeeee;
}
#mapbox{width:840px;
text-align: center;
overflow:hidden;

padding-top:7%;
padding-bottom:7%;
margin:auto;
}
#mapl{float:left;
padding-right:4%;
margin:auto;}
#mapr{float:left;
margin:auto;}
@media only screen and (max-width: 640px){
#mapbox{width:93%;
text-align: center;
overflow:hidden;

padding-top:10%;
padding-bottom:10%;
margin:auto;
}
#mapl{float:none;
padding-right:0px;}
#mapr{float:none;
}
}
/*-----------------  painclinic  -------------------*/

#painclinic{
	margin: 10% auto 0;
	text-align:center;
}
#painclinic h2{
	background:url("../images/painclinic_pict01.png") no-repeat center top;
	background-size:40px;
	padding:40px 0 0;
	font-size:130%;
	    font-weight: 600;
}
#painclinic section.painclinicbox01{
	width:1000px;
	margin:2% auto;
	padding-bottom: 5%;
	overflow: hidden;
}
@media only screen and (max-width: 1280px){
	#painclinic section.painclinicbox01{
		width:96%;
		margin:2% auto;
	}
}
#painclinic section.painclinicbox01 ul{
	margin-bottom:5%;
}
#painclinic section.painclinicbox01 ul li{}
#painclinic section.painclinicbox01 ul li span{
	color: #428762;
	font-weight: bold;
}

#painclinic section.painclinicbox01 .painclinicbox01_l{
	float:left;
	width:40%;
}
@media only screen and (max-width: 640px){
	#painclinic section.painclinicbox01 .painclinicbox01_l{
	float:none;
	width:98%;
	}
}
#painclinic section.painclinicbox01 .painclinicbox01_l p{
    margin-top: 20px;
}
#painclinic section.painclinicbox01 .painclinicbox01_l p img{}

#painclinic section.painclinicbox01 .painclinicbox01_r{
	float:right;
	width:55%;
	text-align:left;
}
@media only screen and (max-width: 640px){
	#painclinic section.painclinicbox01 .painclinicbox01_r{
	float:none;
	width:98%;
	}
}
#painclinic section.painclinicbox01 .painclinicbox01_r h3{
	font-size: 120%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight:bold;
}
#painclinic section.painclinicbox01 .painclinicbox01_r p{}

#painclinic .bg01{
	clear:both;
}
#painclinic section.painclinicbox02{
	margin:0 auto 2%;
	text-align:center;
    width: 1000px;
    padding-bottom: 5%;
    overflow: hidden;
}
@media only screen and (max-width: 1280px){
	#painclinic section.painclinicbox02{
		width:96%;
		margin:2% auto;
	}
}
#painclinic section.painclinicbox02 h2{
	background:url("../images/painclinic_pict03.png") no-repeat center top;
	background-size:40px;
	padding:40px 0 0;
	font-size:130%;
}
#painclinic section.painclinicbox02 hr{}

#painclinic section.painclinicbox02 ul.imgbox01{
	margin:2% 0 5%;
	overflow:hidden;
}

@media only screen and (max-width: 500px){
	#painclinic section.painclinicbox02 ul.imgbox01{
	width:240px;
	margin:auto;
	    margin-bottom: 10%;
	}
}
#painclinic section.painclinicbox02 ul.imgbox01 li{
	display:inline;
		float:left;
	width:200px;
    color: #627c72;
    font-weight: bold;
    font-size: 120%;
	margin:2% 15%;
}

@media only screen and (max-width: 780px){
	#painclinic section.painclinicbox02 ul.imgbox01 li{
		margin:2% 10%;
	}
}

#painclinic section.painclinicbox02 ul.imgbox01 li img{
	width:190px;
	height:190px;
	
}
#painclinic section.painclinicbox02p{}
#painclinic section.painclinicbox02 h3{
	font-size:130%;
	font-weight: 600;
}
#painclinic section.painclinicbox02 ul.imgbox02{
	width:760px;
	margin:0 auto;
	overflow:hidden;
}
@media only screen and (max-width: 780px){
	#painclinic section.painclinicbox02 ul.imgbox02{
	width:480px;
	}
}
@media only screen and (max-width: 500px){
	#painclinic section.painclinicbox02 ul.imgbox02{
	width:240px;
	}
}
#painclinic section.painclinicbox02 ul.imgbox02 li{
	float:left;
	width:200px;
    color: #627c72;
    font-weight: bold;
    font-size: 120%;
    margin:20px;
}
#painclinic section.painclinicbox02 ul.imgbox02 li img{
	width:190px;
	height:190px;
}
#painclinic section.painclinicbox02 ul.imgbox02 p{}
#painclinic section.painclinicbox02 ul.imgbox02 p img{}


/*-----------------  about  -------------------*/

#about{

	margin:10% auto 0;
	text-align:center;
}
#about h2{
	background:url("../images/about_pict01.png") no-repeat center top;
	background-size:40px;
	padding:40px 0 0;
	font-size:130%;
}

#about section.aboutbox01{
	width:640px;
	margin:0 auto;
}
@media only screen and (max-width: 700px){
	#about section.aboutbox01{
	width:96%;
    margin:2%;
    padding:0;
	}
}
#about section.aboutbox01 p{
	text-align:left;
	margin-bottom:2%;
}
#about section.aboutbox01 p img{
	max-width:100%;
}
#about section.aboutbox01 h3{
	display:inline-block;
	font-size:140%;
    background: #fff;
    border-left: 3px solid #333;
    border-right: 3px solid #333;
    text-align: center;
    margin: 0 auto 20px;
    padding:5px 15px;
}
#about section.aboutbox01 p b{
	color: #478963;
}

#about section.aboutbox02{}
#about section.aboutbox02 h2{
	background:url("../images/recruit_pict01.png") no-repeat center top;
	background-size:40px;
	padding:40px 0 0;
	font-size:130%;
}
#about section.aboutbox02 hr{}
#about section.aboutbox02 p{
	margin-bottom:2%;
}
#about section.aboutbox02 p img{}
#about section.aboutbox02 h3{
	font-size:140%;
	margin-bottom:2%;
}
#about section.aboutbox02 h3 span{
	font-size:80%;
}

#about section.aboutbox02 .aboutbox01_main{
	overflow:hidden;
}
#about section.aboutbox02 .aboutbox01_main_l{
	float:left;
	margin:2%;
	width:26%;
}
@media only screen and (max-width: 640px){
	#about section.aboutbox02 .aboutbox01_main_l{
		float:none;
		margin:2% auto;
		width:76%;
	}
}
#about section.aboutbox02 .aboutbox01_main_r{
	float:right;
	text-align:left;
	width:66%;
	margin:2%;
}
@media only screen and (max-width: 640px){
	#about section.aboutbox02 .aboutbox01_main_r{
		float:none;
		margin:2% auto;
		width:96%;
	}
}
#about section.aboutbox03{
	margin:5% 0;
}
#about section.aboutbox03 h2{}
#about section.aboutbox03 hr{}
.garally{
    width: 1080px;
    margin: auto;
	margin-bottom:40px;
	text-align: center;
}
@media only screen and (max-width: 1280px){
	.garally{
    width: 98%;
    margin:1%;
	}
}
#about section.aboutbox03 .garally{}
#about section.aboutbox03 .garally ul{
    overflow: hidden;
}
#about section.aboutbox03 .garally ul li{
    float: left;
    margin: 5px;
    width:32%;
}
@media only screen and (max-width: 960px){
	#about section.aboutbox03 .garally ul li{
    float: left;
    margin: 5px;
    width:48%;
	}
}
@media only screen and (max-width: 640px){
	#about section.aboutbox03 .garally ul li{
    float: left;
    margin: 1%;
    width:98%;
	}
}
#about section.aboutbox03 .garally ul li a{}
#about section.aboutbox03 .garally ul li a:hover{}
#about section.aboutbox03 .garally ul li a.fancybox{}
#about section.aboutbox03 .garally ul li a.fancybox:hover{}
#about section.aboutbox03 .garally ul li a.photosumaho{}
#about section.aboutbox03 .garally ul li a.photosumaho:hover{}
#about section.aboutbox03 .garally ul li a img{}

#about section.aboutbox04 h2{
	background:url("../images/recruit_pict01.png") no-repeat center top;
	background-size:40px;
	padding:40px 0 0;
	font-size:130%;
}
#about section.aboutbox04 h3{
    font-size: 140%;
    display: inline;
    padding: 2px 29px;
    border-left:solid 3px #333;
    border-right:solid 3px #333;
    background:#fff;
}
#about section.aboutbox04 hr{}
#about section.aboutbox04 p{
	margin:1% 0 2%;
}

/*-----------------  woc  -------------------*/

#woc{
	width:80%;
	margin:10% auto 2%;
	text-align:center;
}
#woc h2{
	background:url("../images/woc_pict01.png") no-repeat center top;
	background-size:40px;
	padding:40px 0 0;
	font-size:130%;
}
#woc ul.wocbox01{
	text-align:left;
	width:600px;
	margin:0 auto 10%;
}
@media only screen and (max-width: 700px){
	#woc ul.wocbox01{
	width:98%;
	}
}
#woc ul.wocbox01 li{}
#woc ul.wocbox01 li span{
color: #428762;
    font-weight: bold;
}
#woc ul.wocbox02{
	margin:0 auto 2%;
}
#woc ul.wocbox02 li{}
#woc ul.wocbox02 li span{
color: #428762;
    font-weight: bold;
}

/*-----------------  symptom  -------------------*/

#symptom{

	margin:10% auto 2%;
	text-align:center;
}
#symptom h3{
	background:url("../images/symptom_pict01.png") no-repeat center top;
	background-size:40px;
	padding:40px 0 0;
	font-size:130%;
}

#back-s02 {
	background: #edf2d2;
	padding: 40px 0;
}
#back-s01 .s-wrap {
    width: 600px;
    margin: 0 auto 40px;
    text-align: center;
}
@media only screen and (max-width: 700px){
	#back-s01 .s-wrap {
    width: 100%;
    margin:0;
    padding:0;
	}
}
#back-s01 .s-wrap dl{
	margin-bottom:2%;
}
#back-s02 .s-wrap {
    width: 1000px;
    margin: 0 auto 40px;
    text-align: center;
}
@media only screen and (max-width: 1280px){
	#back-s02 .s-wrap {
    width: 100%;
    margin:0;
    padding:0;
	}
}
.s-wrap ul {
}
.s-wrap ul li {
	line-height: 1.6;
}
.s-wrap ul li span {
	margin: 0 10px 10px 0;
	font-weight: bold;
}
#back-woc01 .s-wrap {
	width: 1000px;
	margin: 0 auto 40px;
    text-align: center;
}

#main-contents .s-wrap h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
}
.s-wrap ul {
	text-align: left;
	line-height: 1.5;
}
.s-wrap ul.center {
	text-align: center;
	margin: 0 0 20px;
}
.s-qa .s-q {
    width: 600px;
    margin: 0 auto;
    background: #edf2d2;
    padding: 20px 0 0;
    overflow: hidden;
}
@media only screen and (max-width: 700px){
	.s-qa .s-q {
		width:92%;
		margin: 2%;
		padding: 2%;
	}
}
.s-qa .s-q img {
	float: left;
	width: 42px;
	margin: 8px;
}
.s-qa .s-q p {
	float: left;
	width: 450px;
	text-align: left;
	margin: 5px 10px 0 20px;
}
@media only screen and (max-width: 700px){
	.s-qa .s-q p {
	float: none;
		width:92%;
		margin: 2%;
		padding: 2%;
	}
}
.s-qa .s-a {
    width: 600px;
    margin: 0 auto 40px;
    background: #627c72;
    padding: 10px 0;
	overflow: hidden;
}
@media only screen and (max-width: 700px){
	.s-qa .s-a {
		width:92%;
		margin:0 2%;
		padding: 2%;
	}
}
.s-qa .s-a img {
	float: left;
	width: 42px;
	margin: 8px;
}
.s-qa .s-a p {
	float: left;
	width: 560px;
	text-align: left;
	padding-top: 5px;
	color: #fff;
	margin-left: 20px;
}
@media only screen and (max-width: 700px){
	.s-qa .s-a p {
		float: none;
		width:96%;
		margin:0;
		padding: 2%;
	}
}
.s-qa .s-allow {
	width: 600px;
	margin: 0 auto;
	padding-left: 40px;
	text-align: left;
	height: 15px;
}
@media only screen and (max-width: 700px){
	.s-qa .s-allow {
		text-align: center;
		width:96%;
		margin:0;
		padding: 0 2%;
	}
}
.s-qa .s-allow {
	width:20px;
	margin:0 auto;
}
.s-title h4 {
    background: #fff;
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    width: 300px;
    text-align: center;
    margin: 0 auto 20px;
    padding: 5px 0;
    clear: both;
}
.s-wrap .s-icon {
    width: 750px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
@media only screen and (max-width: 960px){
	.s-wrap .s-icon {
    width: 500px;
    margin:0 auto;
    padding:0;
	}
}
@media only screen and (max-width: 640px){
	.s-wrap .s-icon {
    width: 250px;
    margin:0 auto;
    padding:0;
	}
}
.s-wrap .s-icon li {
    width: 250px;
    height: 250px;
    float: left;
    text-align: center;
}


.s-wrap .s-icon li a.atama {
	display: block;
	width: 190px;
	height: 190px;
	background: url(../images/symptom_atama.gif) no-repeat 0 0;
	z-index: 200;
    margin: 0 auto 5px;
}
.s-wrap .s-icon li a.mune {
	display: block;
	width: 190px;
	height: 190px;
	background: url(../images/symptom_mune.gif) no-repeat 0 0;
	z-index: 200;
    margin: 0 auto 5px;
}
.s-wrap .s-icon li a.ude {
	display: block;
	width: 190px;
	height: 190px;
	background: url(../images/symptom_ude.gif) no-repeat 0 0;
	z-index: 200;
    margin: 0 auto 5px;
}
.s-wrap .s-icon li a.kubi {
	display: block;
	width: 190px;
	height: 190px;
	background: url(../images/symptom_kubi.gif) no-repeat 0 0;
	z-index: 200;
    margin: 0 auto 5px;
}
.s-wrap .s-icon li a.ashi {
	display: block;
	width: 190px;
	height: 190px;
	background: url(../images/symptom_ashi.gif) no-repeat 0 0;
	z-index: 200;
    margin: 0 auto 5px;
}
.s-wrap .s-icon li a.koshi {
	display: block;
	width: 190px;
	height: 190px;
	background: url(../images/symptom_koshi.gif) no-repeat 0 0;
	z-index: 200;
    margin: 0 auto 5px;
}

.s-wrap .s-icon li a:hover {
	background-position: 0 bottom;
}


.s-wrap .s-icon li img {
    margin: 0 auto;
}

.s-wrap .s-icon li p {
    margin: 0 auto 20px;
	color: #627c72;
	font-weight: bold;
}

#back-s02 .s-qa {
	margin: 0 auto 40px;
}
	
	
	
#back-s02 .s-qa h4 {
	width: 600px;
	margin: 0 auto;
    background: #627c72;
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
	    font-size: 18px;
}
@media only screen and (max-width: 700px){
	#back-s02 .s-qa h4 {
    width: 100%;
    margin:0 auto;
    padding:0;
	}
}
#back-s02 .s-qa .s-q {
    width: 600px;
    margin: 0 auto;
    background: #fff;
	padding: 0 0 30px 0;
    overflow: hidden;
}
@media only screen and (max-width: 700px){
	#back-s02 .s-qa .s-q {
    width: 100%;
    margin:0 auto;
    padding:0;
	}
}

#back-s02 .s-qa .s-q p {
    float: left;
    width: 400px;
    text-align: left;
    margin: 5px 10px 0 20px;
}
@media only screen and (max-width: 700px){
	#back-s02 .s-qa .s-q p {
    width: 100%;
    margin:0 auto;
    padding:0;
	}
}
#back-s02 .s-qa .s-q .dropdown02 {
    width: 100px;
    float: left;
    padding: 5px 0;
    text-align: center;
    background: #3d4747;
    margin: 0 0 15px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
@media only screen and (max-width:700px){
	#back-s02 .s-qa .s-q .dropdown02 {
    width: 92%;
    margin:0 2%;
    padding:1% 2%;
	}
}
#back-s02 .s-qa .s-q .s-box {
    width: 550px;
    margin: 15px auto 0;
	background: #edebe3;
	overflow: hidden;
    padding: 20px 0 10px;
}
@media only screen and (max-width:700px){
	#back-s02 .s-qa .s-q .s-box {
    width: 92%;
    margin:0 2% 2%;
    padding:2% 2%;
	}
}
#back-s02 .s-qa h5 {
	font-size: 16px;
	margin:15px 0;
}


#back-s02 .s-qa h6 {
	font-size: 16px;
	margin:0 0 10px;
}

#back-s02 .s-qa .s-allow {
    width: 600px;
    margin: 0 auto;
    padding-left: 80px;
    text-align: left;
    height: 15px;
}
@media only screen and (max-width:700px){
	#back-s02 .s-qa .s-allow {
    width: 92%;
    margin:2% 0 0;
    padding:0;
    text-align:center;
	}
}
#back-s02 .s-qa .s-a {
    width: 550px;
    margin: 0 auto;
    background: #627c72;
    padding: 10px 0;
    overflow: hidden;
}
@media only screen and (max-width:700px){
	#back-s02 .s-qa .s-a {
    width: 98%;
    margin:0 1% 1%;
    padding:0;
    text-align:center;
	}
}
.s-qa .s-q .s-allow img {
    float: left;
    width: 20px;
    margin: 0;
}
@media only screen and (max-width:700px){
	.s-qa .s-q .s-allow img {
    float: none;
    width: 20px;
    margin: 0;
    padding:0;
	}
}
#back-s02 .s-qa .s-q .s-a p {
    float: left;
    width: 510px;
    text-align: left;
    margin: 5px 20px;
}
@media only screen and (max-width:700px){
	#back-s02 .s-qa .s-q .s-a p {
    float: none;
    width: 98%;
    margin: 0;
    padding:1%;
	}
}
/*-----------------  information  -------------------*/

#information{
	margin: 10% auto 0;
	text-align:center;
}
#information h2{
	background:url("../images/information_pict01.png") no-repeat center top;
	background-size:40px;
	padding:40px 0 0;
	font-size:130%;
}

#information section.informationbox01{}
#information section.informationbox01 h3{
    font-size: 160%;
    display: inline-block;
    padding: 2px 29px;
    border-left:solid 3px #333;
    border-right:solid 3px #333;
}
#information section.informationbox01 p{}
#information section.informationbox01 ul{
	text-align:left;
	width:600px;
	margin:5% auto;
}
@media only screen and (max-width:640px){
	#information section.informationbox01 ul{
    width: 92%;
    margin: 2%;
    padding: 2%;
 }
}
#information section.informationbox01 ul li{}
#information section.informationbox01 ul li span{
	color:#627c72;
	margin-right:1%;
}
#information section.informationbox02{
    margin: auto;
    width: 600px;
    border-radius: 10px;
    background-color: #f0f3e2;
    padding: 20px;
    margin-bottom: 30px;
}
@media only screen and (max-width:640px){
	#information section.informationbox02{
    width: 92%;
    margin: 2%;
    padding: 2%;
 }
}
#information section.informationbox02 p{}
#information section.informationbox02 p.pdf_btn01{}
#information section.informationbox02 p.pdf_btn01 a{
	display:block;
	border-radius: 5px;
    background-color: #44b32e;
    width:280px;
    margin:0 auto;
    padding:5px;
    color:#fff;
}
#information section.informationbox02 p.pdf_btn01 a:hover{
	position:relative;
	top:-5px;
	box-shadow:0 5px 0px 0 #ccc;
}
#information section.informationbox02 p em{
	font-weight:bold;
	display:block;
	margin:5% 0;
}

#information section.informationbox03{}
#information section.informationbox03 p.text001{
	margin:5% 0 -1%;
}
#information section.informationbox03 .telbox{
	width: 380px;
    text-align: center;
    border: 2px solid #999;
    padding:2%;
    margin:3% auto;
}
@media only screen and (max-width: 640px){
	#information section.informationbox03 .telbox{
			width: 96%;
			margin:1% auto 5%;
			padding: 1%;
	}
}
#information section.informationbox03 h3{
	text-align:center;
}
#information section.informationbox03 p.text_tel{
	font-size: 24px;
    font-weight: bold;
}
#information section.informationbox03 p.text_tel:before {
	content : url(../images/icon_phone.png);
	position: relative;
    top: 10px;
    left: -5px;
}
#information section.informationbox03 h4{
    font-size: 160%;
    display: inline;
    padding: 2px 29px;
    border-left:solid 3px #333;
    border-right:solid 3px #333;
}
#information section.informationbox03 table{}
#information section.informationbox03 table{
	width:500px;
	margin:2% auto;
}
@media only screen and (max-width: 640px){
	#information section.informationbox03 table{
			width:98%;
			margin:1% auto;
	}
}
#information section.informationbox03 table tr{}
#information section.informationbox03 table th{
	border-bottom:dotted 2px #ccc;
	text-align:center;
	font-weight:bold;
	font-size:90%;
	padding:1% 0;
}
#information section.informationbox03 table td{
	border-bottom:dotted 2px #ccc;
	text-align:center;
	font-size:90%;
	padding:2px 0;
	width:10%;
}
#information section.informationbox03 table td span{
	font-size:80%;
	line-height:1.0;
	font-weight:bold;
}
#information section.informationbox03 table th.ttl_time01{
	border-right:dotted 2px #ccc;
}
#information section.informationbox03 table th.ttl_time02{
	border-right:dotted 2px #ccc;
	height:50px;
}
#information section.informationbox03 table th.ttl_time03{
	border-right:dotted 2px #ccc;
	height:50px;
}
#information section.informationbox03 p.text_off{
	margin:1% 1% 50px;
}
@media only screen and (max-width: 960px){
	#information section.informationbox03 p.text_off{
		font-size:80%;
	}
}

#information section.informationbox04 h2{
	background:url("../images/recruit_pict01.png") no-repeat center top;
	background-size:40px;
	padding:40px 0 0;
	font-size:130%;
}
#information section.informationbox04 h3{
    font-size: 140%;
    display: inline;
    padding: 2px 29px;
    border-left:solid 3px #333;
    border-right:solid 3px #333;
    background:#fff;
}
#information section.informationbox04 hr{}
#information section.informationbox04 p{
	margin:1% 0 2%;
}

/*-----------------  access  -------------------*/

#access{
	margin:10% auto 0;
	text-align:center;
}
#access h2{
	background:url("../images/access_pict01.png") no-repeat center top;
	background-size:40px;
	padding:40px 0 0;
	font-size:130%;
}
#access section{}
#access section.homebox01{
	width: 600px;
	margin:5% auto;
	text-align:left;
}
@media only screen and (max-width: 640px){
	#access section.homebox01{
		width: 90%;
		margin:5% auto;
		text-align:left;
	}
}
#access section.homebox01 iframe{}
@media only screen and (max-width: 640px){
	#access section.homebox01 iframe{
		width: 100%;
		height:300px;
	}
}
#access section.homebox01 p{}
#access section.homebox01 .telbox{
	width: 380px;
    text-align: center;
    border: 2px solid #999;
    padding:2%;
    margin:3% auto;
}
@media only screen and (max-width: 640px){
	#access section.homebox01 .telbox{
			width:98%;
			margin:1% auto 5%;
	}
}
#access section.homebox01 h3{
	text-align:center;
}
#access section.homebox01 p.text_tel{
	font-size: 24px;
    font-weight: bold;
}
#access section.homebox01 p.text_tel:before {
	content : url(../images/icon_phone.png);
	position: relative;
    top: 10px;
    left: -5px;
}

#access section.homebox02{
	overflow:hidden;
	width:900px;
	margin:0 auto;
}
@media only screen and (max-width: 960px){
	#access section.homebox02{
		overflow:hidden;
		width:96%;
		margin:2% auto;
	}
}
#access section.homebox02 h4{
	background: #fff;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	width: 300px;
	text-align: center;
	margin: 40px auto 20px;
	padding: 5px 0;
}
#access section.homebox02 h4 span{
	font-size: 110%;
	color: #428762;
	margin-right: 5px;
}
#access section.homebox02 p.a-text{
	float:left;
	width:60%;
	text-align:left;
}
@media only screen and (max-width: 640px){
	#access section.homebox02 p.a-text{
		float:none;
		width:100%;
	}
}
#access section.homebox02 p.a-image{
	float:right;
	width:40%;
}
@media only screen and (max-width: 640px){
	#access section.homebox02 p.a-image{
		float:none;
		width:100%;
	}
}
#access section.homebox02 img{}


/*-----------------  qa  -------------------*/

#qa{
	width:80%;
	margin:10% auto 0;
	text-align:center;
}
#qa h3{
	background:url("../images/qa_pict01.png") no-repeat center top;
	background-size:40px;
	padding:40px 0 0;
	font-size:130%;
}

#back-qa01 .qa-wrap {
	width: 600px;
	margin: 0 auto 40px;
	text-align: center;
}
@media only screen and (max-width: 700px){
	#back-qa01 .qa-wrap {
		width:100%;
		margin: 0;
		padding: 0;
	}
}
.q-wrap ul li {
	line-height: 1.6;
}
.q-wrap ul li span {
	margin: 0 10px 10px 0;
	font-weight: bold;
}
#q_and_a {
	width: 1000px;
	margin: 40px auto;
}
#q_and_a .qa {
	margin-bottom: 40px;
}
#q_and_a .qa h4 {
	background: #8abb2b;
	padding: 10px 30px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	color: #fff;	
}
#q_and_a .qa h4 span {
	margin-right: 10px;

}
.answers {
	width: 984px;
	margin: 20px auto;
	line-height: 2;
	padding: 0 20px;
}
.answers:before {
	content: url(../wp-content/themes/images/a-logo.png);
	margin: 0 10px 0 0;
	position: relative;
    top: 5px;
	float: left;
}

.right-letter h4, #back02 h4 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
}
#back01 {
    width: 100%;
    min-width: 1000px;
    margin: 0 auto;
}	
#back02 {
	width: 100%;
	min-width: 1000px;
	background: #edf2d2;
	margin: 40px auto;
	padding: 80px 0 20px;
}
#back-woc01 .qa-wrap {
	width: 1000px;
	margin: 0 auto 40px;
    text-align: center;
}

#main-contents .qa-wrap h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
}
.qa-wrap ul {
	text-align: left;
	line-height: 1.5;
}
.qa-wrap ul.center {
	text-align: center;
	margin: 0 0 20px;
}
.qa-qa .qa-q {
    width: 600px;
    margin: 0 auto 20px;
    background: #edf2d2;
    /* height: 55px; */
    padding: 10px 0;
    overflow: hidden;
}
@media only screen and (max-width: 700px){
	.qa-qa .qa-q {
		width:100%;
		margin: 0 0 20px;
		padding: 0;
	}
}
.qa-qa .qa-q img {
	float: left;
	width: 42px;
	margin: 8px 10px 0 20px;
}
@media only screen and (max-width: 700px){
	.qa-qa .qa-q img {
	float: none;
	}
}
.qa-qa .qa-q p {
	float: left;
	width: 410px;
	text-align: left;
	padding-top: 15px;
}
@media only screen and (max-width: 700px){
	.qa-qa .qa-q p {
		width:96%;
		margin: 0;
		padding: 2%;
	}
}
.qa-qa .qa-a {
    width: 600px;
    margin: 0 auto 40px;
    background: #627c72;
    padding: 10px 0;
	overflow: hidden;
}
@media only screen and (max-width: 700px){
	.qa-qa .qa-a {
		width:100%;
		margin: 0 0 5%;
		padding: 0;
	}
}
.qa-qa .qa-a img {
	float: left;
	width: 42px;
	margin: 8px 10px 0 20px;
}
@media only screen and (max-width: 700px){
	.qa-qa .qa-a img {
		float:none;
		margin:10px 0 0;
	}
}
.qa-qa .qa-a p {
	float: left;
	width: 500px;
	text-align: left;
	padding-top: 5px;
	color: #fff;
}
@media only screen and (max-width: 700px){
	.qa-qa .qa-a p {
		width:96%;
		margin: 0;
		padding: 2%;
	}
}
.qa-qa .qa-allow{
	width: 600px;
    margin: 0 auto;
    padding-left: 40px;
    text-align: left;
    height: 15px;
}
@media only screen and (max-width: 700px){
	.qa-qa .qa-allow{
		width:100%;
		margin: 0;
		padding: 0;
	    text-align: center;
	}
}
.qa-qa .qa-allow img{
	width: 20px;
}

/* トグル編集 */
#acMenu dd {
	margin: 0;
}
.qa-qa .qa-q .dropdown {
	width: 80px;
	float: left;
	padding: 10px;
	text-align: center;
	background: #3d4747;
	margin: 10px 0 0;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
@media only screen and (max-width: 700px){
	.qa-qa .qa-q .dropdown {

		width:96%;
		margin: 2%;
		padding:0;
	}
}
.qa-qa .qa-q .dropdown img {
    float: right;
    width: 13px;
	height: 10px;
    margin: 8px 10px 0 -10px;
}

.qa-qa .open .qa-q .dropdown img {
    float: right;
    width: 13px;
	height: 10px;
    margin: 8px 10px 0 -10px;
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleY(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.s-qa .s-q .dropdown02 {
    width: 100px;
    float: left;
    padding: 5px 0;
    text-align: center;
    background: #3d4747;
	margin: 0 0 15px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
@media only screen and (max-width: 700px){
	.s-qa .s-q .dropdown02 {
	    float: none;
		width:92%;
		margin: 2%;
		padding: 2%;
	}
}
.s-qa .s-q .dropdown02 img {
    float: right;
    width: 13px;
	height: 10px;
    margin: 8px 10px 0 -10px;
}

.s-qa .open .s-q .dropdown02 img {
    float: right;
    width: 13px;
	height: 10px;
    margin: 8px 10px 0 -10px;
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleY(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.header-title div.wh {
    background: #fff;
    width: 140px;
    margin: 0 100px;
    padding-top: 10px;
    opacity: 0.8;
    text-align: center;
}
span.p18 {
	font-size: 18px;
}


/*-----------------  recruit  -------------------*/

#recruit{
	width:80%;
	margin:10% auto 0;
	text-align:center;
}
#recruit h3{
	background:url("../images/recruit_pict01.png") no-repeat center top;
	background-size:40px;
	padding:40px 0 0;
	font-size:130%;
}
#recruit hr{}
#recruit p{
	padding:5%;
}

/*-----------------  topics  -------------------*/
#topics{
	width:80%;
	margin:10% auto 0;
	text-align:center;
	overflow: hidden;
}
@media only screen and (max-width: 960px){
	#topics{
	float:none;
	width:100%;
	margin: 2% 0% 50px;
	padding:0;
	}
}
#topics h3{
	background:url("../images/topics_pict01.png") no-repeat center top;
	background-size:40px;
	padding:40px 0 0;
	font-size:130%;
}


/*****院内紹介の画像枠線******/
#page_top #main #about .aboutbox03 .garally ul li .fancybox.photosumaho img {
	border: 0.5px solid #999;
	box-sizing:border-box;
	
}

#topics h2{
	padding:2px;
	line-height:1.4;
	font-size:130%;
	background: none;
}
#topics h2 em {
	font-size:80%;
}

/*------------ topicsbox ----------------*/

#topics #topicsbox{
	float:left;
	width:61%;
	margin:2% 1%;
	padding:1%;
	text-align: left;
}
@media only screen and (max-width: 960px){
	#topics #topicsbox{
	float:none;
	width:96%;
	}
}
#topics #topicsbox h1{
	margin:1%;
	padding:1%;
	font-weight:normal;
	font-size:160%;
}
#topics #topicsbox h2{
	margin:1%;
	padding:1%;
	font-weight:normal;
	font-size:140%;
}
#topics #topicsbox h2{
	line-height:1.6;
	font-size:150%;
	border-bottom:0;
	margin-bottom:1%;
}
#topics #topicsbox h3{
	margin:1%;
	padding:1%;
	font-weight:normal;
	font-size:140%;
	border:0;
	background:none;
}
#topics #topicsbox h4{
	margin:1%;
	padding:1%;
	font-weight:normal;
	font-size:130%;
}
#topics #topicsbox h5{
	margin:1%;
	padding:1%;
	font-weight:normal;
	font-size:120%;
}
#topics #topicsbox h6{
	margin:1%;
	padding:1%;
	font-weight:normal;
	font-size:110%;
}
#topics #topicsbox p{
	margin:1%;
	padding:1%;
	font-weight:normal;
	font-size:100%;
}
#topics #topicsbox ol{
	margin:1%;
	padding:1%;
	font-size:100%;
}
#topics #topicsbox ul{
	margin:1%;
	padding:1%;
	font-size:100%;
	line-height:1.4;
}
#topics #topicsbox li{
	margin:0%;
	padding:0%;
	line-height:1.4;
}
#topics #topicsbox i{
	font-style:italic;
}
#topics #topicsbox strong{
	font-weight:bold;
}
#topics #topicsbox b{
	font-weight:bold;
}
/*#topics #topicsbox a{
	color:#00008f;
}*/
#topics #topicsbox a:hover{
	opacity:0.5;
}
#topics #topicsbox img{
	width:50%;
	height:auto;
	max-width:100%;
}
@media only screen and (max-width: 640px){
	#topics #topicsbox img{
	width:100%;
	height:auto;
	max-width:100%;
	}
}
#topics #topicsbox div{
	margin:0%;
	padding:0%;
}
#sidebar {
	float:right;
	width:31%;
	margin:2% 1%;
	padding:1%;
}
@media only screen and (max-width: 960px){
	#sidebar {
	float:none;
	width:96%;
	border-top:2px solid #333;
	}
}
.screen-reader-text{
	display:none;
}
.collection-name h3{
	color:#333;
	border-bottom:2px solid #333;
	font-size:120%;
}
.collection-name{
	margin:1% 2%;
	clear:both;
}
.collection-name form{
	margin-bottom: 40px;
	overflow: hidden;
}
.collection-name ul{
	clear:both;
	/* margin:0% 1% 1%; */
	/* padding:0% 1%; */
}
.collection-name ul li{
	border-bottom:dotted 1px #333;
	padding:2% 0;
}
.collection-name ul li a{}
.collection-name ul li a:hover{}

#contents-info-name {
	font-weight: bold;
	text-align: center;
	font-size: 130%;
	color: #278fc8;
	margin: 10px 0 15px;
}
#sidebar input{
	width:76%;
	float:left;
	height:29px;
	margin:1%;
}
#sidebar input#searchsubmit{
	width:18%;
	float:right;
	margin:1%;
	height:24px;
}
#sidebar table{
	width:92%;
	text-align:center;
	margin:4%;
}
#sidebar table tr{}
#sidebar table tr th{}
#sidebar table tr td{}
#sidebar table tr td a{
	color:#00008f;
	border-bottom:solid 1px #00008f;
}
#sidebar table tr td a:hover{
	opacity:0.5;
}
#sidebar .collection-name ul{}
#sidebar .collection-name li{
	text-align:left;
}
#sidebar .collection-name li a{
	color:#00008f;
	display:block;
}
#sidebar .collection-name li a:hover{
	opacity:0.5;
}
#sidebar p.pict_topics{
	text-align:center;
	margin:5% 1%;
}
#sidebar p.pict_topics a{
	display:block;
	background:#7c92fe;
	border-radius:10px;
	padding:1%;
	color:#fff;
}
#sidebar p.pict_topics a:hover{
	background:#b5c2ff;
}

#topics .blognavi{
	overflow:hidden;
	width: 96%;
	margin: 1% 2% 5%;
}
#topics .blognavi a{
	float:left;
	display:block;
}
#topics .blognavi a.next-foo{
	float:right;
	display:block;
}
.blognavi a{
	color:#00008f;
}
.blognavi a:hover{
	opacity:0.5;
}

#topics #topicsbox section{
	float:left;
	width:48%;
	margin:2% 1% 8%;
	padding:0 0 4%;
	border-bottom:solid 1px #000;
	text-align:left;
}
#topics #topicsbox section:hover{
	opacity:0.5;
}
@media only screen and (max-width: 1280px){
	#topics #topicsbox section{
	float:left;
	width:98%;
	}
}
@media only screen and (max-width: 960px){
	#topics #topicsbox section{
	float:left;
	width:98%;
	}
}
@media only screen and (max-width: 640px){
	#topics #topicsbox section{
	float:left;
	width:98%;
	}
}
#topics #topicsbox h2.topicsbox_ttl{
	font-size:160%;
	text-align:left;
	border-bottom:solid 1px #888;
}
#topics #topicsbox p.ymd{
	font-size:100%;
	text-align:left;
	border-bottom:dotted 1px #ccc;
}

/*-----------------  news  -------------------*/
#news{
	width:80%;
	margin:10% auto 0;
	text-align:center;
}
#news h3{
	background:url("../wp-content/themes/imai-paindb/css/images/news_pict01.png") no-repeat center top;
	background-size:40px;
	padding:40px 0 0;
	font-size:130%;
}


/*****院内紹介の画像枠線******/
#page_top #main #about .aboutbox03 .garally ul li .gallery img {
	border: 0.5px solid #999;
	box-sizing:border-box;
	
}

/*------------------painclinic---------------------------*/

	img:focus, *:focus { outline:none; }
.inine_img{
	width:135px;
	margin:auto;
	text-align:center;
	margin-bottom:2%;
	
}
 h4 {
	font-weight:700;
	font-size:17px;
	text-align:center;
	margin-bottom:20px;
}
#inline-content{
	width:800px;
}

#inline-imgbox01_2{
	width:800px;
	margin:20px;
}
#inline-imgbox02_1{
	width:800px;
	margin:20px;
}
#inline-imgbox02_2{
	width:800px;
	margin:20px;
}#inline-imgbox02_3{
	width:800px;
	margin:20px;
}
#inline-imgbox02_4{
	width:800px;
	margin:20px;
}
#inline-imgbox02_5{
	width:800px;
	margin:20px;
}
#inline-imgbox02_6{
	width:800px;
	margin:20px;
}

@media only screen and (max-width: 700px){
	#inline-content{
	width:600px;
}

#inline-imgbox01_2{
	width:600px;
	margin:20px;
}
#inline-imgbox02_1{
	width:800px;
	margin:20px;
}
#inline-imgbox02_2{
	width:600px;
	margin:20px;
}#inline-imgbox02_3{
	width:600px;
	margin:20px;
}
#inline-imgbox02_4{
	width:600px;
	margin:20px;
}
#inline-imgbox02_5{
	width:600px;
	margin:20px;
}
#inline-imgbox02_6{
	width:600px;
	margin:20px;
}
	
}
@media only screen and (max-width: 500px){
	#cboxLoadedContent{
		width:90%;
	}
	#inline-content{
	width:90%;
}

#inline-imgbox01_2{
	width:90%;
	margin:20px;
}
#inline-imgbox02_1{
	width:90%;
	margin:20px;
}
#inline-imgbox02_2{
	width:90%;
	margin:20px;
}#inline-imgbox02_3{
	width:100%;
	margin:20px;
}
#inline-imgbox02_4{
	width:90%;
	margin:20px;
}
#inline-imgbox02_5{
	width:90%;
	margin:20px;
}
#inline-imgbox02_6{
	width:90%;
	margin:20px;
}
	
}

b{font-weight:600;
}
.web{
	    width: 796px;
		margin:auto;
    margin-bottom: 30px;
	
}
@media only screen and (max-width: 700px){
	.web{
	width:100%;
}
}


.login h1 a {
	background-image: url(../images/imai-pain_logo.png)!important;
}
