/*
Theme Name:     協立内科クリニック
Author:         HINET
Version:        0.0.1
*/

@import url('reset.css');


/*
_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|
_|                                                    _|
_|  SP and share                                      _|
_|                                                    _|
_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|
*/

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

  Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */
* {
	font-family: 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
}
input,
textarea {
	font-family: 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
}

body {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.0;
	color: #000;
	background: #fff;
	-webkit-text-size-adjust: 100%; /* スマートフォンを横向きにした時に、フォントサイズが自動的に大きくなるのを防ぐ */
}


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

  Layout

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

.container {
	margin: 0;
	padding: 30px 0;
	width: 100%;
	background-color: #fff;
}
.containerYellow {
	background-color: #FFFDE7;
}
.containerPink {
	background-color: #EC407A;
	background-image: url(../images/common/bg_stripe_10.png);
	background-repeat: repeat;
}
.containerNoPadding {
	padding: 0 !important;
}
.content {
	padding: 0 10px;
	width: auto;
}
.contentPage {
}
.contentFull {
	padding: 0 !important;	
}
#footer {
	clear: both;
	width: auto;
}

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

  Fonts

-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
}


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

  Structure

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

/* The main theme structure */
#colophon,
#main {
	width: auto;
}


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

  Global Elements

-------------------------------------------------------------- */
a:link {
	color: #2d4f8f;
}
a:visited {
	color: #2d4f8f;
}
a:active,
a:hover {
	color: #2d4f8f;
}
img {
	vertical-align: text-bottom;	
}
strong {
	font-weight: bold;	
}
.align_center {
	text-align: center !important;	
}
.align_left {
	text-align: left !important;
}
.align_right {
	text-align: right !important;
}
/* nowarap */
.nowrap {
	white-space: nowrap !important;
}
/* Image */
.responsiveImg img,
.responsiveImg {
	max-width: 100%;
	height: auto;
}
img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 0;
}
.aligncenter, img.aligncenter,
.alignright, img.alignright,
.alignleft, img.alignleft {
	clear: both;
    display: block;
    float: none;
    margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-align: center;
}
/* font color */
.fntColorRed	{ color: #f44336; }
.fntColorBlue	{ color: #2196F3; }
.fntColorGreen	{ color: #4caf50; }
.fntColorYellow { color: #ff9800; }
/* font size */
.fntSize110	{ font-size: 110% !important; }
.fntSize120	{ font-size: 120% !important; }
.fntSize150	{ font-size: 150% !important; }
.fntSize200	{ font-size: 200% !important; }
/* font-family */
.fntMincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* margein */
.mgtop0, 	  .mgTop0		{	margin-top:    0   !important;	}
.mgtop1em,    .mgTop1em		{	margin-top:    1em !important;	}
.mgtop2em,    .mgTop2em		{	margin-top:    2em !important;	}
.mgtop3em,    .mgTop3em		{	margin-top:    3em !important;	}
.mgtop4em,    .mgTop4em		{	margin-top:    4em !important;	}
.mgbottom0,   .mgBottom0	{	margin-bottom: 0   !important;	}
.mgbottom1em, .mgBottom1em	{	margin-bottom: 1em !important;	}
.mgbottom2em, .mgBottom2em	{	margin-bottom: 2em !important;	}
.mgbottom3em, .mgBottom3em	{	margin-bottom: 3em !important;	}
.mgbottom4em, .mgBottom4em	{	margin-bottom: 4em !important;	}

/* display */
.sp_only {
	display: block;
}
.pc_only {
	display: none;
}

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

  Header

-------------------------------------------------------------- */
#header {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 65px;
	padding: 0;
	margin: 0;
	z-index: 100;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#masthead {
	position: relative;
	width: auto;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
/* sub title */
#siteSubTitle {
	position: absolute;
	top: 12px;
	left: 5px;
	padding: 0;
	font-size: 10px;
	color: #2d4f8f;
}
/* site LOGO */
#siteLogo {
	position: absolute;
	top: 30px;
	left: 10px;
	transition: all .2s;
}
#siteLogo img {
	display: block;
	width: 200px;
	height: auto;
	margin: 0 auto;
}
/* Sub Navigation */
#subNav {
	display: none;
}
/* SP Global Nabigation Button */
#gNavBtn {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 9px;
	cursor: pointer;
	text-align: center;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .2s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 30px;
	height: 26px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 30px;
	height: 3px;
}
.menu-trigger span.menu-title {
	position: absolute;
	left: 0;
	top: 24px;
	font-size: 8px;
	text-align: center;
	vertical-align: text-bottom;
	color: #2d4f8f;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
	background-color: #2a4d8e;
}
.menu-trigger span:nth-of-type(2) {
	top: 8px;
	background-color: #2a4d8e;
}
.menu-trigger span:nth-of-type(3) {
	top: 16px;
	background-color: #2a4d8e;
}
#gNavBtn.active .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
#gNavBtn.active .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
#gNavBtn.active .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

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

  Global Navigation

-------------------------------------------------------------- */
#gNav {
	display: none;
	width: 80%;
	margin: 0;
	padding: 10%;
	position: absolute;
	top: 65px;
	z-index: 99;
	background: rgba(256,256,256,0.95);
	text-align: center;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#gNav ul.mainNav {
	margin: 0;	
	padding: 0;
	list-style-type: none;
}
#gNav ul.mainNav li {
	float: left;
	width: 46%;
	text-align: left;
	margin: .5em 8% .5em 0;
}
#gNav ul.mainNav li:nth-child(2n) {
	margin-right: 0;
}
#gNav ul.mainNav li a {
	display: block;
	padding: .5em 0 .5em 18px;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	background-image: url(../images/common/gnavi_icon.png);
	background-position: left 50%;
	background-size: 12px 12px;
	background-repeat: no-repeat;
}
#gNav ul.mainNav li a:hover {
	text-decoration: underline;
}
#gNav .gNavTel {
	margin: 2em 0 1em;
	font-size: 12px;
	font-weight: bold;
	color: #4cd0af;
}
#gNav .gNavTel span,
#gNav .gNavTel a {
	padding: 0 0 0 .2em;
	font-size: 20px;
	font-weight: bold;
	color: #4cd0af;
	text-decoration: none;
}
#gNav .gNavTime {
	font-size: 13px;
	line-height: 1.5;
	color: #666;
}
#gNav .gNavTime span {
	display: block;
	font-sizes: 14px;
	font-weight: bold;
	line-height: 2.0;
	color: #4cd0af;
}

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

  breadcrumb

-------------------------------------------------------------- */
#breadcrumbWrap {
	background-color: rgba(0,0,0,0.3);
	position: relative;
}
#breadcrumb {
	margin: 0;
	padding: 7px 10px;
	font-size: 11px;
	line-height: 1.5;
	background: none;
}
#breadcrumb ul {
	margin: 0;
	padding: 0;	
}
#breadcrumb ul li {
	float: left;
	margin: 0 1em 0 0;
	padding: 0;
	list-style-type: none;	
}
#breadcrumb ul li,
#breadcrumb ul li a {
	color: #fff;
}


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

  Footer

-------------------------------------------------------------- */
#googlemap {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	transition: all .2s;
}
#googlemap iframe {
	width: 100%;
	height: 250px;
	vertical-align: middle;
}
#footer {
	width: auto;
	padding: 20px 0;
	margin: 0;
	background: #2a4d8e;
	color: #fff;
}
#colophon {
	margin: 0;
	padding: 0 10px;
}
#footerInfo {
	margin: 0 0 2em 0;
	text-align: center;
}
#footerInfo p {
	font-size: 13px;
	line-height: 1.5;
}
.footerLogo {
	margin: 0;
}
.footerLogo img {
	width: 169px;
	height: 15.5px;
}
.footerMedical {
	margin: .5em 0 0 0;
	font-weight: bold;
}
.footerAddr {
	margin: 1.2em 0 .4em;
}
#footerInfo ul li {
	padding: .2em 0;
	font-size: 13px;
	line-height: 1.5;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.footerTel {
	margin: 1.1em 0 0 0;
	font-weight: bold;
}
.footerTel span,
.footerTel a {
	padding: 0 0 0 .2em;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
#footerTime {
	margin: 0;
}
#footerTime table {
	width: 100%;
	margin: 0 0 .7em 0;
}
#footerTime table th,
#footerTime table td {
	padding: 1em .6em;
	text-align: center;
	font-size: 13px;
}
#footerTime table th {
	color: #2a4d8e;
	font-weight: bold;
/*	background-color: rgba(256,256,256,0.9);*/
	background-color: rgba(256,256,256,0.95);
}
#footerTime table td {
	color: #fff;
/*	background-color: rgba(256,256,256,0.1);
	border-bottom: 1px solid #8c9fc2;*/
	background-color: rgba(256,256,256,0.2);
	border-top: 1px solid #2a4d8e;
}
.footerTimeInfo {
	padding: .2em 0;
	font-size: 13px;
	line-height: 1.5;
}
/* copyright */
#copyright {
	padding: 10px;
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
	color: #2a4d8e;
}

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

  to the top

-------------------------------------------------------------- */
div.tothetopfixed {
	position: fixed;
	width: 60px;
	height: 60px;
	right: 10px;
	bottom: 10px;
	z-index: 1500;
}
div.tothetopfixed img {
	width: 60px;
	height: 60px;	
}
div.tothetopfixed a {
	display: block;
	margin: 0;
}



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

  Key Visual

-------------------------------------------------------------- */
#keyvisual {
	margin-top: 65px;
}
#keyvisual img {
	width: 100%;
	height: auto;
}

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

  Top Page

-------------------------------------------------------------- */
/* layout */
#containerTopTopics,
#containerTopMedicalGuide,
#containerTopDoctor,
#containerTopClinic {
	width: 100%;
	margin: 0;
	padding: 30px 0;
}
.contentTopWrap,
.contentTopWrapSmall {
	width: auto;
	margin: 0;
	padding: 0 10px;
}
#containerTopTopics {
	text-align: center;
	background-image: url(../images/news/topTopics_bg.png);
	background-position: left top;
	background-size: 195px 390px; /* original:390*780 */
	backgreound-repeat: repeat;
	background-color: #fff;
}
#containerTopMedicalGuide {
	background-image: url(../images/medicalguide/medicalguide_bg.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
}
#containerTopDoctor {
	text-align: center;
	background-image: url(../images/doctor/doctor_bg.png);
	background-position: left top;
	background-size: 209px 189.5px; /* original:418*379 */
	backgreound-repeat: repeat;
}
#containerTopTopics h2,
#containerTopMedicalGuide h2,
#containerTopDoctor h2,
#containerTopClinic h2 {
	margin: 0 0 22px 0;
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
}
#containerTopTopics h2 span,
#containerTopMedicalGuide h2 span,
#containerTopDoctor h2 span,
#containerTopClinic h2 span {
	display: block;
	margin: 10px 0 0 0;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	color: #2a4d8e;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#containerTopTopics h2.doctorColumn span {
	color: #4caf50;
}
#containerTopDoctor h2 {
	color: #fff;
}
#containerTopDoctor h2 span {
	color: rgba(256,256,256,0.5);
}

.topMoreBtn {
	margin: 2em 0 0;
	text-align: center;
}
.topMoreBtn a {
	display: block;
	margin: 0 auto;
	padding: 1em 0;
	width: 15em;
	font-size: 15px;
	line-height: 1.0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #2a4d8e;
}

/* News & DoctorColumun */
#topTopicsWrap {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topTopicsWrap li {
	background: rgba(256,256,256,0.6);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#topTopicsWrap li:last-child {
	margin-top: 20px;
}
#topTopicsNews,
#topTopicsColumn {
	padding: 25px 20px;
}
#containerTopTopics .topTopicsBox {
	border-top: 1px solid #efefef;
}
#containerTopTopics .topicsItem {
	border-bottom: 1px solid #efefef;
}
#containerTopTopics .topicsDate,
#containerTopTopics .topicsTitle,
#containerTopTopics .topicsNoData {
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
}
#containerTopTopics .topicsDate {
	padding: .8em 0 0 0;
}
#containerTopTopics .topicsTitle {
	padding: 0 0 .8em 0;
}
#containerTopTopics .topicsNoData {
	padding: .8em;
	text-align: center;
}
#topTopicsColumn .topMoreBtn a {
	background: #1b5e20;
}


/* medical guide */
.medicalKind {
	margin: 2.5em 0 1.5em 0;
	text-align: center;
	line-height: 1.5;
}
.medicalKind span {
	padding: 0 .5em;
	font-size: 16px;
	font-weight: bold;
}
.medicalGuideIntro {
	margin: 0 0 2em 1.5em;
	padding: 0;
	list-style-type: disc;
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
}
.medicalGuideIntro li {
	padding: .2em 0;
}
#medicalGuideTableWrap {
	margin: 0;
	padding: 0;
}
#medicalGuideTableWrap li {
	margin: 0 0 2em 0;
	padding: 0;
}
#medicalGuideTableWrap li:last-child {
	margin-bottom: 0;
}
#medicalGuideTableWrap h3 {
	margin: 0 0 .5em 0;
	font-size: 16px;
	font-weight: bold;
	color: #2d4f8f;
}
#medicalGuideTableWrap table {
	width: 100%;
}
#medicalGuideTableWrap table th,
#medicalGuideTableWrap table td {
	padding: 1em .6em;
	text-align: center;
	font-size: 14px;
}
#medicalGuideTableWrap table th {
	color: #fff;
	background-color: #627cac;
}
#medicalGuideTableWrap table td {
	color: rgba(42,77,142,1.0);
	background-color: rgba(42,77,142,0.1);
/*	border-bottom: 1px solid #98a9c9;*/
	border-top: 1px solid #fff;
}
#medicalGuideTableWrap table td.guideTime {
	width: 40%;
	color: #333;
}
.medicalGuideNight {
	margin: 2em 0 3em;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
}
.kenshinBtn {
	text-align: center;
	margin-bottom: 10px;
}
.kenshinBtn a {
	display: block;
	margin: 0 auto;
	padding: 0 0 0 1em;
	width: 17em;
	font-size: 16px;
	line-height: 72px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #ff9800; /* Old browsers */
	background: -moz-linear-gradient(left, #ff9800 0%, #ffb300 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ff9800 0%, #ffb300 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ff9800 0%, #ffb300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	position: relative;
}
.kenshinBtn a::before {
	content: "";
	width: 32px;
	height: 32px;
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 20px;
	background-image: url(../images/medicalguide/kenshinBtn_icon.png);
	background-size: 32px 32px;
	background-repeat: no-repeat;
}
.VaccBtn a::before {
	background-image: url(../images/medicalguide/vaccBtn_icon.png);
}
.KensaBtn a::before {
	background-image: url(../images/medicalguide/kensaBtn_icon.png);
}
.KinenBtn a::before {
	background-image: url(../images/medicalguide/kinenBtn_icon.png);
}

/* doctor */
.doctorInfoBox {
	margin: 0 0 20px 0;
	padding: 20px;
	background: rgba(256,256,256,0.9);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.doctorImg {
	margin: 0 auto 1em;
	max-width: 250px;
}
.doctorImg img {
	width: 100%;
	height: auto;
}
.doctorInfo {
	text-align: left;
	position: relative;
}
.doctorInfo h3 {
	margin: 0 0 .8em 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
}
.doctorInfo h3 span {
	font-size: 13px;
}
.doctorInfo dl {
	margin: 0 0 1.5em 0;
}
.doctorInfo dl dt {
	clear: left;
	float: left;
	padding: 0.3em 0 0.3em;
	width: 7em;
	line-height: 1.4;
	font-size: 14px;
}
.doctorInfo dl dd {
	padding: 0.3em 0 0.3em 7.5em;
	line-height: 1.4;
	font-size: 14px;
}
.doctorInfo h4 {
	margin: 0 0 .5em 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
}
.doctorInfo ul {
	margin: 0 0 0 1.5em;
	list-style-type: disc;
	font-size: 14px;
}
.doctorInfo ul li {
	padding: 0.3em 0;
	line-height: 1.4;
}
.aisatsuBtn {
	position: absolute;
	top: 0;
	right: 0;
}
.aisatsuBtn a {
	display: block;
	padding: 0;
	width: 8em;
	font-size: 14px;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #2d4f8f;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

/* clinic referral */
.clinicReferralIntro {
	margin: 0 0 2em 0;
	font-size: 14px;
	line-height: 2.0;
}
#containerTopClinic li {
	float: left;
	width: 48.333%;
	margin: 0 3.333% 9% 0;
	text-align: center;
	transition: all .2s;
}
#containerTopClinic li:nth-child(2n) {
	margin-right: 0;
}
#containerTopClinic li p {
	margin: 1em 0 0 0;
	font-size: 13px;
	line-height: 1.3;
}
#containerTopClinic li img {
	width: 100%;
	max-width: 230px;
	height: auto;
}






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

  content

-------------------------------------------------------------- */
#main {
	padding: 0;	
}
.content {
}
.content,
.content input,
.content textarea {
	color: #000;
	font-size: 15px;
	line-height: 2.0;
}
.content img {
	max-width: 100%;
	height: auto;
}
.content p,
.content ul,
.content ol,
.content dd,
.content pre,
.content hr {
	font-size: 14px;
	margin-top: 1em;
	margin-bottom: 1.7em;
}
.content p {
	margin-left: 0.2em;
}
.content dl {
	line-height: 1.9;
	margin-left: 1.0em;	
}
.content ul {
	line-height: 1.9;
	margin-left: 2.2em;	
	list-style-type: disc;	
}
.content ol {
	line-height: 1.9;
	margin-left: 2.4em;	
	list-style-type: decimal;	
}
.content ul li,
.content ol li {
	margin-bottom: 0.5em;	
}
.content ul ul,
.content ol ol,
.content ul ol,
.content ol ul {
	margin-bottom: 0;
}
.content dt,
.content th {
	color: #000;
}
.content ul.textIndent1,
.content ul.textIndent2,
.content ul.textIndent3,
.content ul.textIndent4 {
	margin-left: .7em;
	list-style-type: none;
}
.content ul.textIndent1 li {
	padding-left: 1em;
	text-indent: -1em;
}
.content ul.textIndent2 li {
	padding-left: 2em;
	text-indent: -2em;
}
.content ul.textIndent3 li {
	padding-left: 3em;
	text-indent: -3em;
}
.content ul.textIndent4 li {
	padding-left: 4em;
	text-indent: -4em;
}
.content .infoBox {
	margin: 1em 0 2em 0;
	padding: 1em 1.5em;
	background-color: rgba(45,79,143,0.1);
}
.content h2 {
	margin: 2em 0 1.6em 0;
	padding: 0;
	color: #333;
	font-weight: bold;
	font-size: 23px;
	line-height: 1.4;
	text-align: center;
	position: relative;
	z-index: 1;
}
.content h2 span {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	color: #2d4f8f;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.content h3 {
	margin: 2em 0 1.1em;
	padding: .7em;
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #2d4f8f;
}
.content h4 {
	margin: 2em 0 1em;
	padding: .1em 0 .5em 0;
	font-size: 17px;
	line-height: 1.4;
	font-weight: bold;
	color: #2d4f8f;
	border-bottom: 2px dotted #ccc;
}
.content h5 {
	margin: 2em 0 .9em .1em;
	padding: 0;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	color: #2d4f8f;
}
.content h6 {
	color: #2a2a2a;
	margin: 2em 0 .8em .1em;
	padding: 0;
	line-height: 1.6;
	font-size: 15px;
	font-weight: bold;
}
/* table */
.tableBox,
.tableBoxScroll {
/*	margin-left: 0.1em;*/
	margin-left: 0;
	margin-bottom: 20px;
}
.tableBoxScroll {
	overflow-x: auto;
	white-space: nowrap;
}
.tableBoxScroll::-webkit-scrollbar{
	height: 6px;
}
.tableBoxScroll::-webkit-scrollbar-track{
	background: #ccc;
}
.tableBoxScroll::-webkit-scrollbar-thumb {
	background: #1565C0;
}
.content table {
    border-top: 1px solid #2d4f8f;
    border-right: 1px solid #2d4f8f;
	border-left: none;
	border-bottom: none;
    margin: 0 0 5px 0;
    text-align: left;
}
.content tr th, .content thead th,
.content tr td {
    padding: .6em;
	border-top: none;
	border-right: none;
	border-left: 1px solid #2d4f8f;
	border-bottom: 1px solid #2d4f8f;
	vertical-align: middle;
	line-height: 1.5;
	font-size: 13px;
	color: #000;
}
.content tr th, .content thead th {
    font-weight: normal;
	background: rgba(44,79,143,0.8);
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.content tr th.subHead {
	color: #000;
	background: rgba(44,79,143,0.15);
	font-weight: normal;
	text-align: left;
}
.content tr td {
	background: rgba(44,79,143,0.05);
}
/*.content tr:nth-child(even) td {
    background: #F0F4C3;
}*/
.content table p {
	margin-bottom: 0;
}
.content table .borderTopDouble {
	border-top: 3px double #2d4f8f;
}

/* hentry */
.content .entry-meta {
	padding: 0;
	margin: 0;
}
.content .entryCat {
	float: left;
	padding: 0 1em;
	font-size: 12px;
	line-height: 24px;
}
.content .entry-news .entryCat {
	color: #2d4f8f;
	border: 1px solid #2d4f8f;
}
.content .entry-column .entryCat {
	color: #1b5e20;
	border: 1px solid #1b5e20;
}
.content .entryDate {
	float: left;
	padding: 0;
	margin-left: 2em;
	font-size: 12px;
	line-height: 24px;
	color: #666;
}
.content h2.entry-title {
	margin: 0 0 2em 0;
	padding: .8em 0;
	color: #333;
	line-height: 1.4;
	font-size: 23px;
	font-weight: bold;
	text-align: left;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.content h2.entry-title.entry-news {
	background-image: url(../images/news/entryTitle_news_line.png);
}
.content h2.entry-title.entry-column {
	background-image: url(../images/news/entryTitle_column_line.png);
}


/* page title */
#pageTitle {
	margin: 65px 0 0 0;
	padding: 0;
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
	background-image: url(../images/common/pageTitle_bg.jpg);
}
#pageTitle h1 {
	display: block;
	text-align: center;
	padding: 40px 10px 40px;
	font-size: 25px;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
}
#pageTitle h1 span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


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

	  News Page & Column Page
	  
-------------------------------------------------------------- */
.content #newsIndexBox {
	margin-bottom: 2em;
	border-top: 1px solid #efefef;
}
.content #newsIndexBox p {
	margin: 0;
	padding: 0;
}
.content #newsIndexBox .topicsItem {
	border-bottom: 1px solid #efefef;
}
.content #newsIndexBox .topicsDate,
.content #newsIndexBox .topicsTitle,
.content #newsIndexBox .topicsNoData {
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
}
.content #newsIndexBox .topicsDate {
	padding: .8em 0 0 0;
}
.content #newsIndexBox .topicsTitle {
	padding: 0 0 .8em 0;
}
.content #newsIndexBox .topicsNoData {
	padding: .8em;
	text-align: center
}



/*
_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|
_|                                                    _|
_|  Tablet  700px ～ 1040px                           _|
_|                                                    _|
_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|
*/
@media screen and (min-width:700px) {

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

	  Layout

	-------------------------------------------------------------- */
	.container {
		padding: 50px 0;
	}
	.content {
		max-width: 800px;
		margin: 0 auto;
		text-align: left;
	}
	.contentPage {
		max-width: 1040px !important;
	}
	.contentFull {
		max-width: 100% !important;
	}

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

	  Global Elements

	-------------------------------------------------------------- */
	/* Images */
	.alignright, img.alignright,
	.alignleft, img.alignleft {
		display: inline;
		margin-bottom: 2em !important;	
		margin-top: 0 !important;
	}
	.alignright, img.alignright{
		float: right;
		margin-left: 2em !important;
		margin-right: 0 !important;
	}
	.alignleft, img.alignleft {
		float: left;
		margin-right: 2em !important;
		margin-left: 0 !important;
	}
	/* display */
	.sp_only {
		display: none;
	}
	.pc_only {
		display: block;
	}

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

	  Header

	-------------------------------------------------------------- */
	#header {
		height: 100px;	
	}
	/* site sub title */
	#siteSubTitle {
		top: 18px;
		font-size: 14px;
	}
	/* site LOGO */
	#siteLogo {
		top: 40px;
		transition: all .2s;
	}
	#siteLogo img {
		display: block;
		width: 400px;
		height: auto;
	}

	/* Global Nabigation Button */
	#gNavBtn {
		top: 20px;
		right: 20px;
	}
	.menu-trigger {
		width: 40px;
		height: 48px;
	}
	.menu-trigger span {
		width: 40px;
		height: 3px;
	}
	.menu-trigger span.menu-title {
		top: 36px;
		font-size: 12px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 13px;
	}
	.menu-trigger span:nth-of-type(3) {
		top: 26px;
	}
	#gNavBtn.active .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(13px) rotate(-45deg);
		transform: translateY(13px) rotate(-45deg);
	}
	#gNavBtn.active .menu-trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-13px) rotate(45deg);
		transform: translateY(-13px) rotate(45deg);
	}
	
	/*---------------------------------------------------------------

	  Global Navigation

	-------------------------------------------------------------- */
	#gNav {
		width: 100%;
		padding: 60px 0;
		top: 100px;
	}
	#gNav ul.mainNav {
		width: 680px;
		margin: 0 auto;
	}
	#gNav ul.mainNav li a {
		padding-left: 36px;
		font-size: 18px;
		background-size: 24px 24px;
	}
	#gNav .gNavTel {
		font-size: 15px;
	}
	#gNav .gNavTel span,
	#gNav .gNavTel a {
		font-size: 28px;
	}
	#gNav .gNavTime {
		font-size: 15px;
		line-height: 1.8;
	}
	#gNav .gNavTime span {
		font-size: 16px;
	}

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

	  breadcrumb

	-------------------------------------------------------------- */
	#breadcrumb {
		padding: 10px;
		font-size: 12px;
	}

	/*---------------------------------------------------------------
	
  	Footer
	
	-------------------------------------------------------------- */
	#googlemap iframe {
		height: 400px;
	}
	#footer {
		padding: 40px 0 30px;
	}
	#footerInfo {
		float: left;
		width: 47.115%;
		margin: 0;
		text-align: left;
	}
	#footerInfo p {
		font-size: 14px;
	}
	.footerLogo img {
		width: 338px;
		height: 31px;
	}
	.footerMedical {
		margin: .8em 0 0 0;
	}
	.footerAddr {
		margin: 1.4em 0 .4em;
	}
	#footerInfo li {
		padding: .2em 0;
		font-size: 14px;
		line-height: 1.5;
	}
	.footerTel {
		margin: 1.2em 0;
	}
	.footerTel span,
	.footerTel a {
		font-size: 20px;
	}

	#footerTime {
		float: right;
		width: 47.115%;
	}
	#footerTime table {
		margin-bottom: 1em;
	}
	#footerTime table th,
	#footerTime table td {
		font-size: 14px;
	}
	.footerTimeInfo {
		padding: .4em 0;
		font-size: 14px;
	}
	#copyright {
		padding: 15px;
		font-size: 12px;
	}


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

	  to the top

	-------------------------------------------------------------- */
	div.tothetopfixed {
		width: 60px;
		height: 60px;
		right: 20px;
		bottom: 20px;
		z-index: 1500;
	}
	div.tothetopfixed img {
		width: 60px;
		height: 60px;	
	}

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

	  Key Visual

	-------------------------------------------------------------- */
	#keyvisual {
		margin-top: 100px;
	}
	
	/*---------------------------------------------------------------

	  Top page (footer contact)

	-------------------------------------------------------------- */
	/* layout */
	#containerTopTopics,
	#containerTopMedicalGuide,
	#containerTopDoctor,
	#containerTopClinic {
		padding: 60px 0;
	}
	#containerTopTopics {
		background-size: 390px 780px;
	}
	#containerTopDoctor {
		background-size: 418px 379px;
	}

	#containerTopTopics h2,
	#containerTopMedicalGuide h2,
	#containerTopDoctor h2,
	#containerTopClinic h2 {
		margin-bottom: 40px;
		font-size: 42px;
	}
	#containerTopTopics h2 span,
	#containerTopMedicalGuide h2 span,
	#containerTopDoctor h2 span,
	#containerTopClinic h2 span {
		margin-top: 10px;
		font-size: 18px;
	}
	#containerTopTopics h2 {
		margin-bottom: 26px;
		font-size: 26px;
	}
	#containerTopTopics h2 span {
		margin-top: 10px;
		font-size: 16px;
	}
	.contentTopWrap {
		padding: 0 10px;
	}
	.topMoreBtn a {
		font-size: 16px;
	}
	
	/* News & DoctorColumun */
	#topTopicsWrap li {
		float: left;
		width: 47.115%;
		margin-right: 5.77%;
	}
	#topTopicsWrap li:last-child {
		margin: 0;
	}
	#topTopicsNews,
	#topTopicsColumn {
		padding: 25px 20px;
	}
	#topTopicsNews {
		margin: 0;
	}
	#containerTopTopics .topicsDate,
	#containerTopTopics .topicsTitle {
		font-size: 15px;
		line-height: 1.5;
	}

	/* medical guide */
	.medicalKind {
		margin: 2.5em 0 1.5em 0;
	}
	.medicalKind span {
		padding: 0 .8em;
		font-size: 20px;
	}
	.medicalGuideIntro {
		margin: 0 0 3em 0;
		text-align: center;
		list-style-position: inside;
		font-size: 16px;
	}
	#medicalGuideTableWrap li {
		float: left;
		width: 47.115%;
		margin: 0 5.77% 0 0;
	}
	#medicalGuideTableWrap li:last-child {
		margin-right: 0;
	}
	#medicalGuideTableWrap h3 {
		font-size: 17px;
	}
	#medicalGuideTableWrap table th,
	#medicalGuideTableWrap table td {
		font-size: 15px;
	}
	.medicalGuideNight {
		font-size: 17px;
	}
	.kenshinBtn a {
		box-sizing: border-box;
		font-size: 20px;
		line-height: 104px;
	}
	.kenshinBtn a::before {
		width: 64px;
		height: 64px;
		top: 20px;
		left: 20px;
		background-size: 64px 64px;
	}

	/* doctor */
	.doctorInfoBox {
		margin: 0 0 40px 0;
		padding: 40px;
	}
	.doctorImg {
		float: left;
		width: 31.25%;
		margin: 0;
	}
	.doctorInfo {
		float: right;
		width: 62.5%;
	}
	.doctorInfo h3 {
		font-size: 22px;
	}
	.doctorInfo h3 span {
		font-size: 15px;
	}
	.doctorInfo dl dt {
		font-size: 15px;
	}
	.doctorInfo dl dd {
		font-size: 15px;
	}
	.doctorInfo h4 {
		font-size: 16px;
	}
	.doctorInfo ul {
		font-size: 15px;
	}
	.aisatsuBtn {
		position: absolute;
		top: 0;
		right: 0;
	}
	.aisatsuBtn a {
		font-size: 15px;
		line-height: 38px;
	}
	/* clinic referral */
	.clinicReferralIntro {
		font-size: 15px;
	}
	#containerTopClinic li {
		width: 30.769%;
		margin: 0 3.846% 6% 0;
	}
	#containerTopClinic li:nth-child(2n) {
		margin-right: 3.846%;
	}
	#containerTopClinic li:nth-child(3n) {
		margin-right: 0;
	}
	#containerTopClinic li p {
		font-size: 14px;
	}



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

	  content

	-------------------------------------------------------------- */
	.content {
	}
	.content p,
	.content ul,
	.content ol,
	.content dd,
	.content pre,
	.content hr {
		font-size: 15px;
	}
	.content h2 {
		margin: 2em .1em 1.6em;
		font-size: 32px;
	}
	.content h2 span {
		font-size: 20px;
	}
	.content h3 {
		font-size: 24px;
	}
	.content h4 {
		font-size: 21px;
	}
	.content h5 {
		font-size: 19px;
	}
	.content h6 {
		font-size: 17px;
	}
	/* table */
	.tableBox,
	.tableBoxScroll {
/*		margin-left: .6em;*/
		margin-left: 0;
		margin-bottom: 24px;
	}
	.content tr th, .content thead th,
	.content tr td {
		padding: .7em 1em;
		font-size: 14px;
		line-height: 1.7;
	}

	/* hentry */
	.content .entryCat {
		font-size: 14px;
		line-height: 28px;
	}
	.content .entryDate {
		font-size: 14px;
		line-height: 28px;
	}
	.content h2.entry-title {
		line-height: 1.4;
		font-size: 30px;
	}


	/* page title */
	#pageTitle {
		margin: 100px 0 0 0;
	}
	#pageTitle h1 {
		padding: 100px 10px 90px;
		font-size: 42px;
	}
	#pageTitle h1 span {
		font-size: 22px;
	}


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

	  News Page & Column Page

	-------------------------------------------------------------- */
	.content #newsIndexBox .topicsDate {
		clear: left;
		float: left;
		padding: 0.9em 0 0.9em;
		width: 8em;
		line-height: 1.6;
		font-size: 15px;
	}
	.content #newsIndexBox .topicsTitle {
		padding: 0.9em 0 0.9em 10em;
		line-height: 1.6;
		font-size: 15px;
	}


}



/*
_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|
_|                                                    _|
_|  PC  1040px～                                       _|
_|                                                    _|
_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|
*/
@media screen and (min-width:1040px) {

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

	  Layout

	-------------------------------------------------------------- */
	.container {
		padding: 60px 0;
		text-align: center;
	}
	.content {
		width: 800px;
		padding: 0;
	}
	.contentPage {
		width: 1040px !important;
	}
	.contentFull {
		padding: 0 !important;
		width: 100% !important;		
	}
	
	/*---------------------------------------------------------------

	  Global Elements

	-------------------------------------------------------------- */
	/* Images */
	.alignright, img.alignright,
	.alignleft, img.alignleft {
		display: inline;
		margin-bottom: 2em;	
	}
	.alignright, img.alignright{
		float: right;
		margin-left: 2em;
	}
	.alignleft, img.alignleft {
		float: left;
		margin-right: 2em;
	}	

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

	  Header

	-------------------------------------------------------------- */
	#masthead {
		width: 1040px;
		margin: 0 auto;
	}
	/* site sub title */
	#siteSubTitle {
		left: -5px;
	}
	/* site LOGO */
	#siteLogo {
		left: 0;
		transition: all .2s;
	}
	#siteLogo img {
		margin: 0;
	}
	/* Global Nabigation Button */
	#gNavBtn {
		right: 0;
	}
	/* Sub Navigation */
	#subNav {
		display: block;
		position: absolute;
		top: 35px;
		left: 580px;
	}
	#subNav li {
		float: left;
		margin: 0 30px 0 0;

	}
	#subNav li:last-child {
		margin-right: 0;
	}
	.subNavTel {
		color: #4cd0af;
		font-size: 15px;
		font-weight: bold;
		line-height: 30px;
	}
	.subNavTel span,
	.subNavTel a {
		padding: 0 0 0 .2em;
		font-size: 22px;
		font-weight: bold;
		text-decoration: none;
		color: #4cd0af;
	}
	.subNavTime a {
		display: block;
		padding: 0 2em;
		font-size: 15px;
		font-weight: bold;
		line-height: 30px;
		color: #fff;
		text-align: center;
		text-decoration: none;
		background: #4cd0af;
		border-radius: 3px;
	}
	/*---------------------------------------------------------------

	  Global Navigation

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

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

	  breadcrumb

	-------------------------------------------------------------- */
	#breadcrumb {
		width: 1040px;
		margin: 0 auto;
		padding: 10px 0;
	}

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

	  Footer

	-------------------------------------------------------------- */
	#colophon {
		width: 1040px;
		margin: 0 auto;
		padding: 0;
	}


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

	  Top page

	-------------------------------------------------------------- */
	/* layout */
	.contentTopWrap {
		margin: 0 auto;
		width: 1040px;
		padding: 0;
	}
	.contentTopWrapSmall {
		margin: 0 auto;
		width: 800px;
		padding: 0;	
	}

	/* News & DoctorColumun */
	#topTopicsNews,
	#topTopicsColumn {
		padding: 25px;
	}
	#containerTopTopics .topicsDate {
		clear: left;
		float: left;
		padding: 0.7em 0 0.7em;
		width: 7em;
		line-height: 1.6;
		font-size: 15px;
	}
	#containerTopTopics .topicsTitle {
		padding: 0.7em 0 0.7em 8em;
		line-height: 1.6;
		font-size: 15px;
	}

	/* clinic referral */
	.clinicReferralIntro {
		margin: 0 0 3em 0;
	}
	#containerTopClinic li {
		width: 22.115%;
		margin: 0 3.846% 6% 0;
	}
	#containerTopClinic li:nth-child(2n) {
		margin-right: 3.846%;
	}
	#containerTopClinic li:nth-child(3n) {
		margin-right: 3.846%;
	}
	#containerTopClinic li:nth-child(4n) {
		margin-right: 0;
	}

	.topBtnWrap {
		width: 80%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.kenshinBtn {
		width: 40%;
		margin: 0 20px 20px;
	}


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

	  content

	-------------------------------------------------------------- */
	.content p,
	.content ul,
	.content ol,
	.content dd,
	.content pre,
	.content hr {
		font-size: 16px;
	}



	
}