@charset "utf-8";
/*
Theme Name: wm_gotanno-chuuou
Theme URI: http://e-pcc.jp/
Description: responsive_yellow
Version: 1.0
Author: PCC
Author URI: http://e-pcc.jp
Tags: simple

*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font:96%/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
color:#333;
background:#fffefb;
-webkit-text-size-adjust: none;
}

html{background:#f0c600;}

/* common
------------------------------------------------------------*/
.clear_l {
	clear: left;
}
.p_t20 {
	padding-top: 20px;
}
.p_b10 {
	padding-bottom: 10px;
}
.ssba-wrap {
	margin-top: 30px;
}
/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration: none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#00479d;
}

a:hover, a:active{
-webkit-transition:opacity 1s;
-moz-transition:opacity 1s;
-o-transition:opacity 1s;
outline: none;
transition: 0.1s;
opacity:0.7;
}

/* alpha rollover */
.cssRoll{
	opacity:1;
	transition: 0.3s;
}
.cssRoll:hover{
	opacity:0.7;
	transition: 0.1s;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after,#footer:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post,#footer{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #fff477;
background: -moz-linear-gradient(top, #fff477 0%, #ffea00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff477), color-stop(100%,#ffea00));
background: -webkit-linear-gradient(top, #fff477 0%,#ffea00 100%);
background: -o-linear-gradient(top, #fff477 0%,#ffea00 100%);
background: -ms-linear-gradient(top, #fff477 0%,#ffea00 100%);
background: linear-gradient(to bottom, #fff477 0%,#ffea00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff477', endColorstr='#ffea00',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#222;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #fff477;
background: -moz-linear-gradient(top, #ffea00 0%, #fff477 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffea00), color-stop(100%,#fff477));
background: -webkit-linear-gradient(top, #ffea00 0%,#fff477 100%);
background: -o-linear-gradient(top, #ffea00 0%,#fff477 100%);
background: -ms-linear-gradient(top, #ffea00 0%,#fff477 100%);
background: linear-gradient(to bottom, #ffea00 0%,#fff477 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea00', endColorstr='#fff477',GradientType=0 );
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
.pc,.pctb {display: block;}
.sp,.sponly {display: none;}

#wrapper, .inner{
margin:0 auto;
width:960px;
}

#header{
overflow:hidden;
}

#content{
width:100%;
padding:30px 0;
}

#sidebar{
float:right;
width:225px;
padding:30px 0;
}

#footer{
clear:both;
padding-top:20px;
background:#f4f4f4;
border-top:1px solid #e2e2e2;
}
#footerNav {
clear:both;
padding:20px 0;
background:#f0c600;
overflow:hidden;
}

/* ヘッダー
*****************************************************/
#header .bg{background:#f0c600 url(images/bg.png) repeat-x 0 50%;}


/* サイト説明文 + 住所
----------------------------------*/
#header h1,#header p{
float:left;
padding:3px 0;
font-size:90%;
font-weight:normal;
}
#header p{
}
#header .hd_adress{
	width: 340px;
	float:right;
}
#header .hd_adress p{
padding-top:20px;
color: #333;
}
#header .hd_adress p.tel {
	font-size: 30px;
	font-weight: bold;
	height: 55px;
	margin: 0px auto;
	padding-top: 0px;
	text-align: right;
}
#header .hd_adress p.tel img {
	padding-right: 5px;
	vertical-align: text-bottom;
}

#header .hd_adress p.yoyaku {
	padding: 10px 0 0 ;
	font-size: 16px;
	font-weight: bold;
}
/* --- ekiten --- */
#header .ekiten {
	width: 150px;
	float: right;
	text-align: center;
	font-size: 90%;
	margin-top: 10px;
}

/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:30px 0;
color: #515151;
font-size:160%;
font-weight:bold;
width: 380px;
}
#header .hd_adress p{
padding-top:20px;
float:right;
color: #333;
}
#header .hd_adress p.tel {
	clear: right;
	font-size: 30px;
	font-weight: bold;
	height: 55px;
	margin: 0px auto;
	padding-top: 0px;
	text-align: right;
}
#header .hd_adress p.tel img {
	padding-right: 5px;
	vertical-align: text-bottom;
}

#header .hd_adress p.yoyaku {
	padding: 10px 0 0 ;
	clear: right;
	font-size: 16px;
	font-weight: bold;
}

/* サブナビゲーション
----------------------------------*/


/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
line-height:0;
text-align:center;
z-index:0;
background:url(images/bg.png) repeat-x;
}
#mainImg .layerTransparent{
background-color: rgba(255, 255, 255, 0.8);
}
#mainImg a:hover img{opacity:.9;}

.postWrap{

}

.post{
padding:20px;
border:1px solid #eee;
background:#fff;
box-shadow:0 0 2px rgba(0,0,0,0.1);
}

article.archive span{padding-left:10px;}


/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:40px 0 10px;
padding:0;
font-size:130%;
background:url(images/headingBg.png) repeat-x 0 50%;
text-align:center;
}

h2.first{margin-top:10px;}

h2.title span{
margin: 0 10px;
padding: 0px 10px;
background:#fffefb;
display: inline-table;
}

.dateLabel{
margin:0 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.em {
font-size:130%;
font-weight: bold;
}
#content strong{ font-weight: bold;}

.post p{padding-bottom:15px;}

.post ul,
.post ol{
	padding: 0;
	margin-left: 20px;
	padding-bottom: 20px;
}
.post ul li{
	margin: 0 0 5px 10px;
	list-style:disc;
}
.post ol li{
	margin: 0 0 5px 10px;
	list-style:decimal;
}

.post h1, .post h2, .post h3, .post h4, .post h5{clear:both;}

.post h5 {text-align:left;}

.post p strong, .post li strong{ font-weight: bold;}

.post h1{
margin:20px 0;
padding:5px 10px;
font-size:150%;
color: #333;
border-radius:4px;
background:#ffea00;
box-shadow:0 0 3px rgba(0,0,0,0.2); 
}

.post h2{
margin:20px 0 10px 0;
padding:3px 5px;
font-size:130%;
font-weight:bold;
color: #333;
border-left:5px solid #f0c600;
border-right:5px solid #f0c600;
background:#fdf6a9;
text-align:center;
}

.post h3{
margin:20px 0 10px 0;
font-size:120%;
font-weight:bold;
color:#333;
border-bottom:2px solid #ffea00;
padding-top:10px;
}

.post h4{
margin:20px 0 10px 0;
font-weight:bold;
border-bottom:1px dashed #ffea00;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #ffea00 solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px auto 20px auto;
}

.post table th{
padding:7px 10px 7px 5px;
border: #ffea00 solid;
border-width: 0 0 1px 1px;
font-weight:bold;
background:#fff477;
}

.post table td{
padding:7px 5px;
border: 1px #ffea00 solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}
.post p img{
	padding-bottom: 15px;
}
.post p img.tel{
	padding-bottom: 0px;
}
.post ul.square,
.post ul.check {
	padding:0.5em 0;
	list-style-type:none;
}
.post ul.square li,
.post ul.check li {
	position:relative;
	padding: 0.3em 0 0.3em 2em;
	line-height: 1.5;
	list-style: none;
	margin: 0 0 5px 0px;
	font-size: 110%;
}
.post ul.check li:after,.post ul.check li:before {
	position:absolute;
	content:'';
	background: #fdd23e;
	top: 7px;
	left: 11px;
	height: 18px;
	width: 4px;
	border-radius: 10px;
	transform: rotate(45deg);
}
.post ul.check li:after {
	top: 14px;
	left: 3px;
	height: 10px;
	transform:rotate(-45deg);
}
.post ul.square li:before {
	position:absolute;
	content:'';
  	top: 0.5em;
  	left: 0.2em;
  	width: 12px;
  	height: 12px;
	border:2px solid rgba(20,50,200,1);
}
.post ol.circleno {
	counter-reset:number; /*数字をリセット*/
	padding:0.5em;
}
.post ol.circleno li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 30px;
	list-style: none;
	font-size: 120%;
}
.post ol.circleno li:before{
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	background: #fdd23e;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight:bold;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* image
*****************************************************/
img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}

.post a{
	text-decoration: underline;
}


/* フッター　ウィジェット
*****************************************************/
#footInfo {
	clear: both;
	border: 5px solid #E5E5E5;
	padding: 15px;
	margin: 20px auto;
	background: #fff;
	overflow: hidden;
	text-align: center;
}
#footInfo .leftBox {
	float: left;
	width: 40%;
	padding: 0 20px;
	margin: 0 auto;
}
#footInfo img {
	padding-bottom: 10px;
	max-width:100%;
	height:auto;
}
#footInfo .hd_adress p.tel {
	font-size: 30px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}
#footInfo .hd_adress p.tel img {
	padding-right: 5px;
	vertical-align: middle;
}
#footInfo .hd_adress p.yoyaku {
	padding: 10px 0 0 ;
	font-size: 16px;
	font-weight: bold;
}
#footInfo .gmap,
.post .gmap {
position: relative;
padding-bottom: 40%;
height: 0;
overflow: hidden;
}
#footInfo .gmap iframe,
#footInfo .gmap object,
#footInfo .gmap embed,
.post .gmap iframe,
.post .gmap object,
.post .gmap embed{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.widgetWrap{
margin:0 0 20px;
padding:3px;
border:1px solid #f0c600;
background:url(images/bg.png);
box-shadow:0 0 3px rgba(0,0,0,0.5); 
}
section.widget, .widgetInfo,#calendar_wrap{
padding: 10px 7px;
border:1px solid #eee;
background: #fff;
}

#footerNav .widgetWrap{
margin:0 0 10px;
padding:3px;
text-align:left;
border:none;
background:#f0c600;
box-shadow:none; 
}
#footerNav section.widget{
padding: 0px 7px;
border:none;
background:#f0c600;
}
#footerNav section.widget a{
display:block;
padding:5px 0 5px 15px;
background:url(images/arrow_wh.png) no-repeat 0 8px;
font-weight:normal;
color:#222;
}
#footerNav section.widget ul.sub-menu{
font-size:90%;
}
#footerNav section.widget ul.sub-menu a{
margin-left:0px;
background:url(images/arrow_sub.png) no-repeat 0 8px;
}

#banners img{
max-width:300px;
height:auto;
margin-bottom:10px;
}

#banners a:hover img{opacity:.9;}

section.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
font-weight:normal;
color: #333;
border-bottom:1px solid #ccc;
text-align: left;
}

section.widget a{
display:block;
padding:3px 0 3px 13px;
background:url(images/arrow.png) no-repeat 0 50%;
font-weight:normal;
}

section.widget ul.sub-menu{margin-left:10px;}

section.widget a:hover{background-position: 3px 50%;}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:100px;
vertical-align:bottom;
}

#footerNav section.widget.widget_text a {
padding:3px 0 3px 0px;
background:none;
}

/* カレンダー */
#calendar_wrap table{margin:0 auto;width:90%;}
#calendar_wrap table caption{padding:10px 0;text-align:center;font-weight:bold;}
#calendar_wrap table th, #calendar_wrap table td{padding:3px;text-align:center;}
#calendar_wrap table th:nth-child(6),#calendar_wrap table td:nth-child(6){color:#0034af;}
#calendar_wrap table th:nth-child(7),#calendar_wrap table td:nth-child(7){color:#950000;}
#calendar_wrap table td#prev{text-align:left;}
#calendar_wrap table td#next{text-align:right;}
#calendar_wrap a{font-weight:bold;background:none;padding:0;text-decoration:underline;}
#calendar_wrap table td#prev a, #calendar_wrap table td#next a{text-decoration:none;}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
color: #333;
border-bottom:1px solid #ccc;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:.9em;
background:url(images/arrow.png) no-repeat 0 50%;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom: 1px solid #ccc;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#cda902;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

div.news span{padding-left:10px;}

.news a:hover span{color:#cda902;}

/* お悩み解決コラム　
--------------------*/
section.widget .caseTitle{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
color: #333;
border-bottom:1px solid #ccc;
overflow: hidden;
}

section.widget .caseTitle h3{
float:left;
font-weight:normal;
border: none;
margin: 0;
padding: 0;
}

section.widget .caseTitle p a{
float:right;
padding:0 0 0 10px;
font-size:.9em;
background:url(images/arrow.png) no-repeat 0 50%;
}
section.widget .caseTitle a{
font-weight:normal;
}

.case p{
clear:both;
padding-bottom:2px;
text-align: left;
}


/* フッター
*****************************************************/
#footerWrapper{
width:990px;
margin-right:-30px;
}
#footer aside{
float:left;
width:300px;
margin-right:30px;
}
#footerNavWrapper {
width:990px;
margin-right:-30px;
background:#f0c600;
}
#footerNavWrapper aside{
float:left;
width:300px;
margin-right:30px;
}
#copyright{
clear:both;
padding:5px;
text-align:center;
font-size:90%;
zoom:1;
color:#333;
background:#f0c600 url(images/bg.png) repeat-x 0 100%;
}

/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
text-align:center;
}

/* Back to top button
------------------------------------------------------------*/
#back-top {
    position: fixed;
    bottom: 3%;
    right: 3%;}
#back-top span {
    width: 50px;
    height: 50px;
    display: block;}


/*----------------------------------------------------------
 トップページ コンテンツ
----------------------------------------------------------*/
.top-table_time {
	clear: both;
	text-align: center;
}
.top-table_time img {
	vertical-align: middle;
	margin: 0 10px;
}

/* トップページ 「お知らせ」
------------------------------------------------------------*/
.topContWrap .ekiten {
	float: left;
	text-align: center;
	font-size: 90%;
	margin-bottom: 20px;
}
.topContWrap .ekiten div {
	margin: 0 auto;
}
.topInfoWrap{
	margin-bottom: 20px;
	padding:3px;
	border:1px solid #f0c600;
	background:url(images/bg.png);
	box-shadow:0 0 3px rgba(0,0,0,0.5);
	overflow:hidden;
}
.topInfoWrap ul {
	overflow:  hidden;
}
.topInfoWrap li{
	float: left;
	text-align: left;
	padding: 10px 20px 10px 0;
}
.topInfoWrap li.time,
.topInfoWrap li.cont {
	clear: both;
}
ul.news p{
	border: none;
}
/* トップページ 「こんな症状ありませんか」
------------------------------------------------------------*/
.guide {
	width: 985px;
	margin: 10px -20px 10px 0;
}
.guide h2 {
	width: 960px;
	margin-top: 20px;
	background:url(images/bg_syojo.png) repeat-x 0 0;
	text-align:center;
}
.guide .syojo {
	float: left;
	width: 275px;
	height: auto;
	margin: 0 25px 40px 5px;
	padding: 10px;
	border:1px solid #eee;
	background:#fff;
	box-shadow:0 0 2px rgba(0,0,0,0.1);
}
.guide .syojo p {
	padding-bottom: 10px;
}
.guide .syojo img {
	margin-bottom: 10px;
}

/* トップページ 「ここが違う」
------------------------------------------------------------*/
.top_differ {
	overflow: hidden;
	background: #ffffff;
}
.top_differ img {
	margin-bottom: 20px;
	margin-right: 20px;
	float: right;
}
.top_differ dl {
	margin-bottom: 20px;
	padding: 10px 20px 10px 20px;
	float: left;
	width: 650px;
}
.top_differ dl.f01 {
	background: url(images/top-bg_differ_f01.png) no-repeat left 0px;
}
.top_differ dl.f02 {
	background: url(images/top-bg_differ_f02.png) no-repeat left 0px;
}
.top_differ dl.f03 {
	background: url(images/top-bg_differ_f03.png) no-repeat left 0px;
}
.top_differ dt {
	padding: 30px 0 0px 130px;
	font-size: 150%;
	font-weight: bold;
}
.top_differ dd {
	padding: 10px 0 20px 130px;
	font-size: 110%;
}
.top_differ img.attachment-size2 {
	-webkit-border-radius: 300px !important;
	-moz-border-radius: 300px !important;
	border-radius: 300px !important;
}
/* トップページ 「地域NO1の理由」
------------------------------------------------------------*/
.thumbWrap{
width:990px;
margin:0px -35px 30px 0;
overflow: hidden;
}

.thumbWrap li{
float:left;
width:300px;
margin:0 20px 0 0;
padding:2px 0 40px;
background:none;
text-align: center;
}
.thumbWrap li img{
width:100%;
height: auto;
}
.thumbWrap li p{
text-align: left;
}
/* 記事 */
ul.thumb h3{
padding:8px 0 5px 42px;
font-size: 20px;
font-weight: bold;
text-align: left;
background: url(images/icon_crown.png) no-repeat left 0px;
}

/* トップページ 「CM & widget」
------------------------------------------------------------*/
.boxWrap{
	text-align: center;
	margin: 0 0 50px;
}
.movie_cm {
	display: inline-block;
	padding: 20px;
	background: #000000;
	vertical-align: middle;
}
.youtube-wrap {
    padding: 30px 0;
    text-align: center;
    background-color: #000;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 540px;
}
.youtube {
    vertical-align: bottom;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    width: 480px;
    height: 270px;
    overflow: hidden;
}
.youtube:before, .youtube:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
}
.youtube:before {
    width: 64px;
    height: 44px;
    background-color: #cc181e;
    margin: -22px 0 0 -32px;
    border-radius: 12px;
    z-index: 2;
    opacity: .9;
    transition: all .3s;
    cursor: pointer;
}
.youtube:after {
    margin: -10px 0 0 -8px;
    border: solid 10px transparent;
    border-right: solid 18px transparent;
    border-left: solid 18px #fff;
    z-index: 3;
    cursor: pointer;
}
.youtube img {
    position: relative;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    vertical-align: bottom;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
}
/* トップページ 「ekiten widget」
------------------------------------------------------------*/
.ekitenWrap {
	float: right;
}
.ekitenWrap_only {
	width: 100%;
}

/* トップページ 「患者さんの声」
------------------------------------------------------------*/
.voiceWrap{
	overflow: hidden;
	margin:20px auto;
}
.voiceWrap ul.voice{
	margin-bottom:20px;
	padding: 0 20px 20px 20px;
	border:1px solid #eee;
	background:#fff;
	box-shadow:0 0 2px rgba(0,0,0,0.1);
	overflow:hidden;
}
p.tolist a {
	display: block;
	border:3px solid #fff477;
	background:#fff;
	padding: 5px 10px;
	text-align: center;
	width: 70%;
	margin: 10px auto;
}

/* 記事 */
ul.voice li.title{
	clear: both;
	border-bottom:1px solid #fff477;
	padding: 30px 0 5px 70px;
	min-height: 30px;
	margin: 0;
	font-size: 20px;
	background:url(images/balloon.png) no-repeat 0 10px;
}
ul.voice li.thum{
	float:left;
	margin-top:10px;
	padding-right: 20px;
}
ul.voice li.cont {
	margin-top:10px;
}
ul.voice p {
	padding-bottom: 10px;
}

/*----------------------------------------------------------
 交通事故ページ コンテンツ
----------------------------------------------------------*/
.jiko .check_sp{
	display: none;
}
.jiko h3 {
	font-size: 150%;
	font-weight: bold;
}
.jiko .em1 {
	font-size: 130%;
	font-weight: bold;
	color: #ff690f;
}
.jiko .em2 {
	font-size: 120%;
	font-weight: bold;
}
.jiko .em3 {
	font-size: 120%;
	font-weight: bold;
	color: #E50307;
}
.jiko img.f_right {
	float: right;
	padding-left: 10px;
}
.jiko img.f_left {
	float: left;
	padding-right: 10px;
}
.jiko h4.f_clear {
	clear: none;
}
.jiko .accidentflow{
	overflow: hidden;
	padding: 0px 0 20px 0;
}
.jiko .accidentflow dt{
	float: left;
	clear: both;
	width: 35px;
}
.jiko .accidentflow dd{
	padding: 2px 0 10px 0;
}

/*----------------------------------------------------------
 トップページ 理由New
----------------------------------------------------------*/
h2.title.reason {
margin:40px 0 30px;
background:url(images/headingBg_yel.png) repeat-x 0 70%;
}
h2.title.reason span{
padding: 0px;
background:#fffefb;
}
ul.thumb h3.reason1 {
padding: 10px 0 7px 45px;
background: url(images/icon_r01.png) no-repeat left 0px;
}
ul.thumb h3.reason2 {
padding: 10px 0 7px 45px;
background: url(images/icon_r02.png) no-repeat left 0px;
}
ul.thumb h3.reason3 {
padding: 10px 0 7px 45px;
background: url(images/icon_r03.png) no-repeat left 0px;
}
ul.thumb h3.reason4 {
padding: 10px 0 7px 45px;
background: url(images/icon_r04.png) no-repeat left 0px;
}
ul.thumb h3.reason5 {
padding: 10px 0 7px 45px;
background: url(images/icon_r05.png) no-repeat left 0px;
}
ul.thumb h3.reason6 {
padding: 10px 0 7px 45px;
background: url(images/icon_r06.png) no-repeat left 0px;
}
ul.thumb h3.reason7 {
padding: 10px 0 7px 45px;
background: url(images/icon_r07.png) no-repeat left 0px;
}
ul.thumb h3.reason8 {
padding: 10px 0 7px 45px;
background: url(images/icon_r08.png) no-repeat left 0px;
}
ul.thumb h3.reason9 {
padding: 10px 0 7px 45px;
background: url(images/icon_r09.png) no-repeat left 0px;
}
ul.thumb h3.reason10 {
padding: 10px 0 7px 45px;
background: url(images/icon_r10.png) no-repeat left 0px;
}
ul.thumb h3.reason11 {
padding: 10px 0 7px 45px;
background: url(images/icon_r11.png) no-repeat left 0px;
}
ul.thumb h3.reason12 {
padding: 10px 0 7px 45px;
background: url(images/icon_r12.png) no-repeat left 0px;
}
.thumbWrap li{
height: 400px;
}
/* バナー
------------------------------------------------------------*/
.top-banner img {
	margin: 20px auto 50px auto;
	text-align: center;
}
.bn_recommended img {
	margin: 20px auto 40px auto;
	text-align: center;
}
/* 感染症対策バナー
------------------------------------------------------------*/
.bn_covid {
    width: 60%;
    margin: 20px auto 40px auto;
    padding: 5px;
    background-color: #03a3ed;
    background-image: url("images/illust_mask.png"),url("images/illust_alcohol.png"),url("images/illust_wash.png");
    background-position: left 10% bottom 55px, center bottom 55px, right 10% bottom 55px;
	background-size: 100px auto, 100px auto, 100px auto;
	background-repeat: no-repeat, no-repeat, no-repeat;
}
.bn_covid .cont {
    padding: 15px 0 140px 0;
    text-align: center;
    border: 2px solid #fff;
    color: #fff;
    font-size: 1.4em;
}
.bn_covid a {
    display: block;
    padding: 5px;
    text-align: center;
    color: #03a3ed;
    font-size: 1.2em;
    background: rgba(255,255,255,.9);
    font-weight: bold;
}
.bn_covid .cont span.yellow {
    background: rgba(255,255,0,.9);
    color: #000;
    font-size: 1.2em;
}
/* Easy Table of Contents Customize
------------------------------------------------------------*/
/*全体*/
#ez-toc-container {
    margin: 0 0 2em 0;
    width:50%;
    border:none !important;
    padding: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/*タイトル*/
.post div#ez-toc-container p.ez-toc-title {
    font-weight: bold;
    color: #555;
    font-size: 120%;
    padding: 10px 0 0 10px;
    display: block;
}
/*タイトル全体*/
.ez-toc-title-container {
    background: #ccc;
    position:relative;
    padding: 0;
    margin: 0;
    height: 42px !important;
    min-width: 100px;
    text-align: left;
}
/*表示・非表示ボタン*/
a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle {
    padding: 0.5em 1.5em !important;
}
a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle:hover {
    opacity: 1;
}
span.ez-toc-title-toggle {
    position: absolute;
    right: 0px;
    top: 0px;
}
/*見出しリスト全体*/
#ez-toc-container ul.ez-toc-list {
    margin: 1em;
}
#ez-toc-container ul.ez-toc-list li {
    padding: 5px !important;
    list-style: decimal;
}
#ez-toc-container ul.ez-toc-list li li {
    padding: 1px !important;
    list-style: disc;
}
#ez-toc-container ul.ez-toc-list li a {
    color: #222;
    padding: 1px !important;
}
#ez-toc-container ul.ez-toc-list li a:hover {
    text-decoration: underline;
}
/*タイトル下の囲い枠*/
#ez-toc-container nav {
    border: 1px solid #ccc;
    background: #fafafa;
}
/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
nav div.panel{
display:block !important;
float:left;
}

a#menu{display:none;}	
	
nav.globNav-row{display:none;}	

nav#mainNav{
clear:both;
position:relative;
z-index:200;
background:url(images/mainnavBg.png) repeat-x;
}

nav#mainNav ul li{
float: left;
position: relative;
}

nav#mainNav ul li a{
display: block;
text-align: center;
_float:left;
height:40px;
padding:10px 43px 10px;
color:#222;
font-weight: bold;
}
nav#mainNav ul li a span,nav#mainNav ul li a strong{
display:block;
font-size:100%;
}
nav#mainNav ul.sub-menu li a{
font-size:90%;
height:auto;
}
nav#mainNav ul li a span{
font-size:70%;
font-weight: normal;
}

nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li a:hover, 
nav#mainNav ul li.current-menu-parent a{
background:#fff477;
box-shadow:0 1px 0 0 rgba(255,255,255,0.8);
color:#222;
font-weight: normal;
}

nav#mainNav ul ul{
display: none;
width: 100%;
padding:5px 0;
background:#f5f5f5;
border:1px solid #eee;
border-top:0;
border-radius:0 0 3px 3px;
box-shadow:0 1px 0 0 rgba(255,255,255,0.8);
}

nav#mainNav ul li:hover ul{
display: block;
position: absolute;
top:60px;
left:0;
z-index:500;
}

nav#mainNav ul ul li{
padding:5px 10px;
margin:0;
float: none;
}

nav#mainNav ul ul li a,
nav#mainNav ul li.current-menu-item ul a,
nav#mainNav ul li.current-menu-parent ul a{
float:none;
padding:10px 6px;
font-size:95%;
background:none;
border:0;
box-shadow:none;
color:#222;
}

nav#mainNav ul li li.current-menu-item a,
nav#mainNav ul li li a:hover{
background:#fff477;
box-shadow:0 1px 0 0 rgba(255,255,255,0.8);
color:#222;
}

}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px) and (min-width:645px){
nav.globNav-row{display:none;}	

nav#mainNav{
float: right;
width:100%;
margin:0 auto 20px;
padding:0;
border-bottom:1px solid #eee;
background:url(images/mainnavBg.png) repeat-x;
}

nav#mainNav a.menu{
width:100%;
display:block;
height:50px;
line-height:40px;
font-weight: bold;
text-align:left;
background: url(images/icon_navi.png) no-repeat 10px 13px;
background-size: 30px 25px;
}

nav#mainNav a#menu span{
	margin: 10px 0;
	padding-top: 15px;
	padding-left: 50px;
}

nav#mainNav a.menuOpen{
background:url(images/icon_navi.png) no-repeat 10px 13px;
background-size: 30px 25px;
-webkit-transition:opacity 1s;
-moz-transition:opacity 1s;
-o-transition:opacity 1s;
outline: none;
transition: 0.1s;
opacity:0.7;
}

nav#mainNav a#menu:hover{cursor:pointer;}

nav .panel{
display: none;
width:100%;
position: relative;
right: 0;
top:0;
z-index: 1;
}

nav#mainNav ul{margin:0 0 20px;padding:0;}

nav#mainNav ul li{
float: none;
clear:both;
width:100%;
height:auto;
line-height:1.2;
background:url(images/mainnavBg.png);
}

nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
display: block;
padding:15px 10px;
text-align:left;
color:#222;
}

nav#mainNav ul li a span{display:none;}
 
nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li a:hover,
nav#mainNav ul li a:active, 
nav#mainNav ul li.current-menu-item li a:hover, 
nav#mainNav ul li.current-menu-item li a:active{
color:#222;
background:#fff477;
}
nav#mainNav ul li li{
float:left;
border:0;
}

#mainNav ul li li a{
padding-left:30px;
font-size:90%;
}
nav#mainNav ul ul li a,
nav#mainNav ul li.current-menu-item ul a,
nav#mainNav ul li.current-menu-parent ul a{
text-shadow:none;		
background:none;
border:0;
color:#222;
padding-left:30px;
}

nav#mainNav ul li li.current-menu-item a,
nav#mainNav ul li li a:hover{
color:#222;
background:#fff477;
}

nav div.panel{float:none;}

#mainImg{margin:10px 0;}
}

/* メインメニュー iPhoneサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:644px){
nav#mainNav{display:none;}	

/* mobile navi---------------------- */
.globNav-toggle {
	float: right;
	margin: 25px 8px 0 0;
	display: block;
}
.globNav-inner{ display: none}
.globNav-inner > li { float: none;}
.globNav-inner {
	clear: both;
	float: right;
	width: 100%;
	margin-bottom: 10px;
border-bottom:1px solid #eee;
background:url(images/mainnavBg.png) repeat-x;
}
.globNav-inner li {
float: none;
clear:both;
width:100%;
height:auto;
line-height:1.2;
background:url(images/mainnavBg.png);
}
.globNav-inner li a {
display: block;
padding:15px 10px;
text-align:left;
color:#222;
}
.globNav-inner li ul li {
clear:both;
float:none;
border:0;
}
.globNav-inner li ul li a {
padding-left:30px;
font-size:90%;
}
nav.globNav-row ul li.current-menu-item a,
nav.globNav-row ul li a:hover,
nav.globNav-row ul li a:active, 
nav.globNav-row ul li li.current-menu-item a, 
nav.globNav-row ul li.current-menu-item li a:hover, 
nav.globNav-row ul li.current-menu-item li a:active{
color:#222;
background:#fff477;
}
nav.globNav-row ul ul li a,
nav.globNav-row ul li.current-menu-item ul a,
nav.globNav-row ul li.current-menu-parent ul a{
text-shadow:none;		
background:none;
border:0;
color:#222;
padding-left:30px;
}

nav.globNav-row ul li li.current-menu-item a,
nav.globNav-row ul li li a:hover{
color:#222;
background:#fff477;
}

.globNav-inner li a span{
	display: none;
}

}

/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
.pc {display: none;}
.sp {display: block;}
a span.tap {
	font-size: 14px;
	line-height: 1.2;
	display: block;
	padding-bottom: 10px;
}

#wrapper, #header, .inner{width:100%; text-align:center;}

#header h1, #header p{padding:5px 10px;}
#header h2{padding:20px 10px 0;}
#header .hd_adress p.tel {
	text-align: center;
}
#header .hd_adress p.tel img,
#footInfo .hd_adress p.tel img {
	width: 35px;
	height: 35px;
}
.post{padding:10px;}
nav#mainNav ul, .thumbWrap{margin:0 auto;}
nav#mainNav ul ul{padding:0;}

nav div.panel{float:none;}

#mainImg{background-size:100% auto;}
#mainImg img{width:100%;height:auto;}

#content, #sidebar{
clear:both;
width:95%;
float:none;
margin:0 auto;
padding:10px 0;
}

#banners{width:100%;margin:0 auto;text-align:center;}
#banners p{display:inline;margin:0 1% 0 0;}
#banners p img{width:32%;height:auto;}

.thumbWrap{width:100%;margin:0 auto;}
.thumbWrap ul.thumb li{width:30%; float:left;margin:0 1% 0 2%;}
.thumbWrap img{width:100%;height:auto;}

#footerWrapper{width:95%;margin:0 auto;}
#footer ul{text-align:left;}
#footer .news p{text-align:left;}
#footer aside{float:none;width:100%;}
#footerNavWrapper{width:95%;margin:0 auto;}

#calendar_wrap table{margin:0 auto;width:300px;}


dl.differBox img {
	width: 30%;
	height: 30%;
	padding-right: 10px;
}
.top-table_time {
	width: 100%;
}
.top-table_time img {
	width: 30%;
	height: 30%;
	margin: 0 6px 20px 6px;
}
.top-table_time img.table_time {
	width: 65%;
	height: 65%;
}
.post p{
	text-align: left;
}
.post ol,
.post ul {text-align: left;}
.mw_wp_form h3,.mw_wp_form p{text-align:center;}

/* トップページ 「症状」
------------------------------------------------------------*/
.guide {
	width: 100%;
	text-align: left;
}
.guide h2 {
	width: 100%;
}
.guide .syojo {
	width: 28%;
	margin: 0 5px 20px 5px;
}
.guide .syojo img {
	width:100%;
	height:100%;
}
.guide .syojo p.em {
	font-size:110%;
}
/* トップページ 「ここが違う」
------------------------------------------------------------*/
.top_differ img {
	margin-bottom: 10px;
	margin-left: 20px;
	float: right;
}
.top_differ dl {
	margin-bottom: 0px;
	padding: 10px 0px 0px 0px;
	float: left;
	width: 60%;
	text-align: left;
}
.top_differ dt {
	padding: 110px 0 0px 0px;
	height: auto;
	font-size: 120%;
}
.top_differ dd {
	padding: 10px 0;
	margin-bottom: 10px;
}
/* トップページ 「患者さんの声」
------------------------------------------------------------*/
.voiceWrap{
width:100%;
text-align: left;
margin:20px 0px;
}
.voiceWrap ul.voice{
text-align: center;
}
/* 記事 */
ul.voice li.title{
	padding: 10px 0 5px 40px;
	height: auto;
	font-size: 120%;
	background:url(images/balloon.png) no-repeat left 10px;
	background-size: 30px 26px;
text-align: left;
}
ul.voice li.thum{
	float:left;
	margin:10px auto;
	padding-right: 10px;
}
ul.voice li.cont {
text-align: left;
}
/* トップページ 「CM & widget」
------------------------------------------------------------*/
.movie_cm {
	margin:0 auto 20px auto;
}
.youtube:before {
    border-radius: 10px;
    width: 50px;
    height: 36px;
    margin-left: -28px;
    margin-top: -18px;
}
.youtube:after {
    margin-top: -8px;
    margin-left: -10px;
    border-top: solid 8px transparent;
    border-bottom: solid 8px transparent;
    border-right: solid 16px transparent;
    border-left: solid 16px #fff;
}
.ekitenWrap .widget_box {
	text-align: left;
}
.widget_box {
	display: block;
	width: 100%;
	float: none;
	margin: 20px auto 40px auto;
}
/* フッターinfo
------------------------------------------------------------*/
#footInfo {
	text-align: center;
}
#footInfo .leftBox {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
#footInfo img.table_time {
	width: 100%;
	height: 100%;
}
#footInfo .hd_adress p {
	font-size: 90%;
}

/* jiko
------------------------------------------------------------*/
.jiko .accidentflow{
	text-align: left;
}
.jiko .accidentflow dt{
	float: left;
	clear: both;
	width: 35px;
}
.jiko .accidentflow dd{
	padding: 2px 0 10px 35px;
}
/* トップページ 「お知らせ」
------------------------------------------------------------*/
.topInfoWrap{
	float: none;
	width: auto;
}
.topContWrap .ekiten {
	width: auto !important;
	float: none;
	margin: 0 auto 10px auto !important;
}

/* トップページ 「エキテン口コミウィジェット」
------------------------------------------------------------*/
.ekitenWrap {
	width: 100% !important;
	margin-bottom:30px;
}

.thumbWrap li{
	height: 440px;
}
/* バナー
------------------------------------------------------------*/
.bn_recommended img,.top-banner img {
	width:100%;
	height:auto;
}
}

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
.pctb {display: none;}
.sponly {display: block;}
#header{text-align:center;}
#headerInfo{width:250px;margin:0 auto;}
#footer ul{text-align:left;padding:15px;}
#footer ul ul{padding:0;}

.thumbWrap{width:100%;margin:0 auto; text-align: left;}
.thumbWrap h3{text-align:center;}
.thumbWrap ul.thumb li{width:100%; float:left;margin:0;}
.thumbWrap img{width:100%;height:auto;}

#banners{width:100%;margin:0 auto;text-align:center;}
#banners p{display:block;margin:0 0 10px 0;}
#banners p img{width:90%;height:auto;}

/* wdr */
#header .hd_adress .inner_ad {
	background-color: rgba(255, 255, 255, 0.8);
}
#header .ekiten {
	float: none;
	margin: 0 auto 10px auto;
}
#header h2 {
	width: 70%;
	float: left;
}
#header h2 a img {
	width:100%;
	height:100%;
}
#header p{
	float:none;
	margin:0 auto;
}
#header .hd_adress {
	float: none;
	clear: both;
	width: 96%;
	margin: 0 auto 10px auto;
	padding: 3px;
	background: url(images/bg.png) repeat-x;
}
#header .hd_adress .inner {
	background-color: rgba(255, 255, 255, 0.8);
}
#header .hd_adress p {
	float:none;
	padding-top:5px;
}
#header .hd_adress p.tel {
	height: auto;
}
.top-table_time img {
    width: 90%;
	height: auto;
	margin: 20px 0px 20px 0px;
}
.top-table_time img.table_time {
	width:100%;
	height:100%;
}
.top-banner img {
    width: 90%;
    height: auto;
}
h2.title span img {
	width:90%;
	height:90%;
}
h2.title span {
	padding: 10px 5px;
}
/* トップページ 
------------------------------------------------------------*/
.guide h2 {
	background:none;
}
.guide h2 img {
	width:100%;
	height:100%;
	margin: 10px 0;
}
.guide .syojo {
	float: none;
	width: 80%;
	margin: 0 auto 10px auto;
}
.guide .syojo img {
	display: block;
	margin: 0 auto;
	width: 70%;
	height: 70%;
}
.top_differ img {
	margin-bottom: 0px;
	margin-right: 0px;
	float: none;
}
.top_differ dl {
	float: left;
	width: 100%;
}
.top_differ dt {
	padding: 0px 0 0px 80px;
	min-height: 50px;
}
.top_differ dl.f01 {
	background: url(images/top-bg_differ_f01.png) no-repeat left 0px;
	background-size: 70px auto;
}
.top_differ dl.f02 {
	background: url(images/top-bg_differ_f02.png) no-repeat left 0px;
	background-size: 70px auto;
}
.top_differ dl.f03 {
	background: url(images/top-bg_differ_f03.png) no-repeat left 0px;
	background-size: 70px auto;
}
ul.voice li.thum{
	float:none;
	margin:10px auto;
	padding-right: 0px;
}
/* トップページ 「CM」
------------------------------------------------------------*/
.movie_cm {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
}
.youtube-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}
.youtube,
.youtube-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.youtube img {
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.movie_cm iframe {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
}

/* フッターinfo
------------------------------------------------------------*/
#footInfo img {
	width: 100%;
	height: 100%;
}
#copyright{
font-size:70%;
}
.thumbWrap li{
	height: auto;
}
#footerNav {
	display: none;
}
.case p{
	padding:5px 0;
	margin: 5px 0;
}
/* トップページinfo
------------------------------------------------------------*/
.topInfoWrap li{
	padding: 0 10px 10px 10px;
}
ul.news li img {
	width: 100%;
    height: auto;
}
/* バナー
------------------------------------------------------------*/
.bn_recommended img,.top-banner img {
	width:80%;
	height:auto;
}
.bn_covid {
    width: 96%;
    margin: 0px auto 20px auto;
    background-image: url("images/illust_mask.png"),url("images/illust_alcohol.png"),url("images/illust_wash.png");
    background-position: left 10% bottom 55px, center bottom 55px, right 10% bottom 55px;
	background-size: 80px auto, 80px auto, 80px auto;
}
.bn_covid .cont {
    padding: 10px 0 110px 0;
    font-size: 1.2em;
}
.post p img,
.post img {
	display: block !important;
	float: none !important;
	max-width: 100%;
	height: auto;
	margin: auto;
}
.post p img.auto{
	display: block;
	width: auto;
	height: auto;
}

}
/* 幅414px以下、微調節
------------------------------------------------------------*/
@media only screen and (max-width: 414px){
.post h5 img,
.post p img{
	width: 100%;
	height: 100%;
}
.post p img.auto{
	width: auto;
	height: auto;
}

.jiko .check_pc{
	display: none;
}
.jiko .check_sp{
	display: block;
}
}

/* 幅330px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 330px){
#calendar_wrap table{width:100%;}
}