@charset "utf-8";
/*----- reset ---------------------------------------------------------------------*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
/*----- base ---------------------------------------------------------------------*/
body {
	position: relative;
	color: #333;
	border-top: 4px solid #032c4e;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 100%; /* 16px */
	line-height: 1;
}
a {
	color: #333;
	text-decoration: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

strong{ font-weight: bold;}
.text-red{color: #FF0000;}
.text-blue{color: #0000FF;}
.text-right{ text-align: right;}
.text-center{ text-align: center;}
.text-left{ text-align: left;}
.text-underline{ text-decoration: underline;}

/*----- smartphone ---------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
html {
	-webkit-text-size-adjust: none;
}
body {
	min-width: 320px;
}
img {
	max-width: 100%;
	height: auto;
}
.fsp {
	display: block;
}
.fpc {
	display: none;
}
/*----- header -------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
}
#header h1,
#header .hdrLogo {
	width: 185px;
	padding: 12px 15px;
}
#header h1 img {
	width: 185px;
	height: auto;
}
#headMenu {
	position: absolute;
	right: 0;
	top: 0;
}
#headMenu img {
	display: block;
	padding: 12px 15px;
	width: 20px;
	height: 16px;
}
.spNavi {
	display: none;
	padding: 0 0 30px;
}
.spNavi ul {
	overflow: hidden;
}
.spNavi a {
	display: block;
	line-height: 1.3;
}
.spNavi > ul > li {
	display: inline;
}
.spNavi > ul > li > a {
	padding: 8px 8px 8px 20px;
	color: #fff;
	font-weight: bold;
}
.spNavi > ul > li.spNavi03 > a,
.spNavi > ul > li.spNavi05 > a,
.spNavi > ul > li.spNavi06 > a, 
.spNavi > ul > li.spNavi07 > a, 
.spNavi > ul > li.spNavi08 > a {
	background: url(../img/patient/icon_arrow_02.png) no-repeat 10px 0.9em;
	background-size: 4px auto;
}
.spNavi > ul > li.spNavi01 > a {
	background-color: #1da3f1;
}
.spNavi > ul > li.spNavi02 > a {
	background-color: #22ac38;
}
.spNavi > ul > li.spNavi03 > a {
	background-color: #f39800;
}
.spNavi > ul > li.spNavi04 > a {
	background-color: #ce1717;
}
.spNavi > ul > li.spNavi05 > a {
	background-color: #f8bc2c;
}
.spNavi > ul > li.spNavi06 > a { background-color: #22ac38;}
.spNavi > ul > li.spNavi07 > a { background-color: #602BF8;}
.spNavi > ul > li.spNavi08 > a { background-color: #032c4e;}
.spNavi > ul > li > ul {
	padding: 15px;
}
.spNavi > ul > li > ul > li {
	float: left;
	width: 50%;
}
.spNavi > ul > li > ul > li > a {
	padding: 8px 8px 8px 10px;
	background: url(../img/patient/icon_arrow_01.png) no-repeat 0 0.9em;
	background-size: 4px auto;
	font-size: 87.5%; /* 14px */
}
.spNavi > ul > li > ul > li.spNavi02sub {
	width: 100%;
}
.spNavi > ul > li > ul > li > ul > li {
	float: left;
	width: 50%;
}
.spNavi > ul > li > ul > li > ul > li > a {
	margin-left: 1em;
	padding: 8px 0;
	font-size: 87.5%; /* 14px */
}
/*----- gNavi -------------------------------------------------------------*/
#gNavi {
	display: none;
}
/*----- common -------------------------------------------------------------*/
/* fontB */
.fontB {
	font-weight: bold;
}
/* floatCsp */
.floatCsp {
	text-align: center;
}
/* width (image) */
.w200sp {
	width: 200px;
	margin: 0 auto;
}
.imgWidth {
	margin: 0 0 0 -30px;
}
/* margin */
.mt25 {
	margin-top: 15px;
}
.mb25 {
	margin-bottom: 15px;
}
.mb10sp {
	margin-bottom: 10px;
}
/* contents */
#contents {
	clear: both;
	background: #fafaf4;
	overflow: hidden;
}
/* topicPath */
.topicPath {
	clear: both;
	padding: 10px 5px 15px 10px;
}
.topicPath:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.topicPath li {
	margin: 0 0 3px;
	padding: 0 10px 0 0;
	font-size: 75.0%; /* 12px */
	line-height: 1.3;
	float: left;
}
/* contentsHeadNav */
.contentsHeadNav ul {
	width: 100%;
	margin: 0 0 30px;
	overflow: hidden;
}
.contentsHeadNav li {
	float: left;
	width: 50%;
	font-size: 87.5%; /* 14px */
}
.contentsHeadNav li a {
	display: block;
	margin: -1px 0 0;
	padding: 17px 0;
	border: 1px solid #ddd;
	border-left: none;
	background: #fff;
	font-weight: bold;
	text-align: center;
}
.contentsHeadNav li:first-child a {
	border-left: 1px solid #ddd;
}
.contentsHeadNav li:nth-child(1) a,
.contentsHeadNav li:nth-child(2) a {
	margin: 0;
}
.contentsHeadNav li.current a {
	padding: 18px 0;
	color: #fff;
	background: #00003c;
	border: none;
}
.contentsHeadNav.contentsHeadNavGuide ul {
}
.contentsHeadNav.contentsHeadNavGuide li {
	float: left;
	width: 50%;
	font-size: 70%; /* 14px */
}
.contentsHeadNav.contentsHeadNavGuide li a {
	margin: -1px 0 0;
	padding: 17px 0;
}
.contentsHeadNav.contentsHeadNavGuide li:first-child a {}
.contentsHeadNav.contentsHeadNavGuide li:nth-child(1) a,
.contentsHeadNav.contentsHeadNavGuide li:nth-child(2) a {}
.contentsHeadNav.contentsHeadNavGuide li.current a {
	padding: 18px 0;
}

/* contentsFootNav */
.contentsFootNav ul {
	padding: 20px 0;
	border-top: 1px dotted #999;
	overflow: hidden;
}
.contentsFootNav li {
	float: left;
	width: 50%;
}
.contentsFootNav li a {
	display: block;
	padding: 8px 8px 8px 10px;
	background: url(../img/patient/icon_arrow_01.png) no-repeat 0 0.9em;
	background-size: 4px auto;
	font-size: 87.5%; /* 14px */
	line-height: 1.4;
}
/* pageTitle */
.pageTitle {
	margin: 0 0 20px;
	font-size: 125.0%; /* 20px */
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.ctgBeginner .pageTitle {
	color: #0068b7;
}
.ctgBeginner.pageGuidance .pageTitle {
	color: #1da3f1;
}
.ctgGuide .pageTitle {
	color: #95cf43;
}
.ctgGuide.pageAchievement .pageTitle {
	color: #07723c;
}
.ctgGuide.pageFollow .pageTitle {
	color: #68c2f0;
}
.ctgGuide.pageCare .pageTitle,
.ctgGuide.pageDiseases .pageTitle {
	color: #009e96;
}
.ctgStaff .pageTitle {
	color: #eccb5a;
}
.ctgSpecial .pageTitle {
	color: #d96460;
}
.ctgQuestion .pageTitle {
	color: #f8bc2c;
}
.pageTitle:after {
	content: "";
	display: block;
	width: 120px;
	height: 4px;
	margin: 5px auto 0;
}
.ctgBeginner .pageTitle:after {
	background: #0068b7;
}
.ctgBeginner.pageGuidance .pageTitle:after {
	background: #1da3f1;
}
.ctgGuide .pageTitle:after {
	background: #95cf43;
}
.ctgGuide.pageAchievement .pageTitle:after {
	background: #07723c;
}
.ctgGuide.pageFollow .pageTitle:after {
	background: #68c2f0;
}
.ctgGuide.pageCare .pageTitle:after,
.ctgGuide.pageDiseases .pageTitle:after {
	background: #009e96;
}
.ctgStaff .pageTitle:after {
	background: #eccb5a;
}
.ctgSpecial .pageTitle:after {
	background: #d96460;
}
.ctgQuestion .pageTitle:after {
	background: #f8bc2c;
}
/* contentsWrapper */
.contentsWrapper {
	padding: 0 10px 20px;
	background: #fff;
}
/*----- top -------------------------------------------------------------*/
#topMain {
	display: none;
}
#topMainSp {
	clear: both;
}
#topMainSp ul {
	width: 302px;
	margin: 40px auto;
	overflow: hidden;
}
#topMainSp li {
	display: inline;
}
#topMainSp li img {
	display: block;
	margin: 0 0 1px;
}
#topMainSp li.w1 {
	float: left;
	width: 150px;
}
#topMainSp li.w1 img{
	width: 149px;
}
#topMainSp li.w2{
	width: 299px;
}

#topMainSp li.w2 img {
	width: 299px;
	margin: 0 1px 1px 0;
}
/*----- footer -------------------------------------------------------------*/
#pageTop {
	display: none;
}
#pageTop a {
	display: block;
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 40px;
	height: 37px;
	background: url(../img/patient/totop.gif) no-repeat left top;
	background-size: 40px auto;
	text-indent: -9999px;
	z-index: 1000;
	opacity: 0.8;
}
#footer {
	clear: both;
}
#ftNavi ul {
	overflow: hidden;
}
#ftNavi a {
	display: block;
	line-height: 1.3;
}
#ftNavi > ul > li {
	display: inline;
}
#ftNavi dt a {
	padding: 8px 8px 8px 20px;
	color: #fff;
	font-weight: bold;
}
#ftNavi dt.ftNavi03 a,
#ftNavi dt.ftNavi05 a {
	background: url(../img/patient/icon_arrow_02.png) no-repeat 10px 0.9em;
	background-size: 4px auto;
}
#ftNavi dt.ftNavi01 > a {
	background-color: #1da3f1;
}
#ftNavi dt.ftNavi02 > a {
	background-color: #22ac38;
}
#ftNavi dt.ftNavi03 > a {
	background-color: #f39800;
}
#ftNavi dt.ftNavi04 > a {
	background-color: #ce1717;
}
#ftNavi dt.ftNavi05 > a {
	background-color: #f8bc2c;
}
#ftNavi dd {
	padding: 15px;
}
#ftNavi dd > ul > li {
	float: left;
	width: 50%;
}
#ftNavi dd > ul > li > a {
	padding: 8px 8px 8px 10px;
	background: url(../img/patient/icon_arrow_01.png) no-repeat 0 0.9em;
	background-size: 4px auto;
	font-size: 87.5%; /* 14px */
}
#ftNavi dd > ul > li.ftNavi02sub {
	width: 100%;
}
#ftNavi dd > ul > li.ftNavi02sub > ul > li {
	float: left;
	width: 50%;
}
#ftNavi dd > ul > li.ftNavi02sub > ul > li > a {
	margin-left: 1em;
	padding: 8px 0;
	font-size: 87.5%; /* 14px */
}

#footer p {
	padding: 10px 0 8px;
	color: #fff;
	background: #0e3962;
	text-align: center;
}
#footer p img {
	width: 240px;
}
/*----- beginner -------------------------------------------------------------*/
.ctgBeginner .contentsHead .mainImg {
	margin: 0 0 15px;
}
.ctgBeginner .contentsHead .lead {
	margin: 0 10px 20px;
	line-height: 1.5;
}
.blockBeginner01 {
	margin: -10px 0 30px;
	padding: 25px 0 0;
	border-top: 1px dotted #999;
	overflow: hidden;
}
.blockBeginner01:first-child {
	border-top: none;
}
.blockBeginner01 .meritTitle01 {
	margin: 0 0 15px;
	padding: 2px 0 3px 25px;
	color: #000;
	background: url(../img/patient/beginner/beginner_bg_title.gif) repeat-y;
	background-size: 15px auto;
	font-size: 112.5%; /* 18px */
	font-weight: bold;
	line-height: 1.2;
}
.blockBeginner01 .meritTitle02 {
	margin: 0 0 10px;
	font-weight: bold;
	line-height: 1.5;
}
.blockBeginner01 .textL {
	margin: 0 0 15px;
	line-height: 1.7;
}
.blockBeginner01 .imgR {
	width: 200px;
	margin: 0 auto;
}
/* nextNav */
.nextNav {
	margin: 0 0 20px;
}
.nextNav li a {
	display: block;
	margin: 0 0 15px;
	padding: 15px 5px 15px 20px;
	border: 2px solid #e9e9e9;
	background: url(../img/patient/icon_arrow_03.png) no-repeat 10px 1.3em;
	background-size: 4px auto;
	color: #999;
	font-weight: bold;
	line-height: 1.3;
}
.nextNav li a img {
	margin-left: 9px;
	vertical-align: middle;
}
.nextNav li a:hover {
	color: #333;
}
/* blockBeginner02 */
.blockBeginner02 {
	position: relative;
	padding: 18px 0 25px;
	border-bottom: 1px solid #ececec;
	background: #fff;
}
.blockBeginner02.even,
.blockBeginner02.last {
	background: #fafaf4;
}
.blockBeginner02:after {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -19px;
	width: 38px;
	height: 25px;
	background: url(../img/patient/beginner/beginner_arrow_01.png) no-repeat;
	background-size: auto 25px;
	z-index: 1;
}
.blockBeginner02.even:after {
	bottom: -18px;
	background: url(../img/patient/beginner/beginner_arrow_02.png) no-repeat;
	background-size: auto 25px;
}
.blockBeginner02.last:after {
	display: none;
}
.blockBeginnerInner {
	margin: 0 10px;
	overflow: hidden;
}
.flowTitle01 {
	margin: 0 0 10px;
	font-size: 106.3%; /* 17px */
	font-weight: bold;
}
.flowTitle01 img {
	margin-right: 10px;
	vertical-align: middle;
	width: 45px;
}
.flowTitle02 {
	clear: both;
	margin: 0 0 15px;
	padding-left: 14px;
	border-left: 4px solid #1da3f1;
	font-weight: bold;
}
.blockBeginner02 p {
	margin: 0 0 10px;
	line-height: 1.6;
}
.blockBeginner02 .lead {
	margin: 0 0 15px;
}
.blockBeginner02 .reservationTel {
	margin: 0 0 25px;
}
.reservationTel {
	padding: 10px 15px;
	border: 2px solid #e5e7e8;
}
.reservationTel dt {
	padding: 0 0 8px;
	color: #666;
	font-weight: bold;
}
.reservationTel dd a {
	display: inline-block;
	padding: 0 0 3px;
	color: #666;
	font-size: 150.0%;/* 24px */
	font-weight: bold;
}
.reservationTel dd p {
	margin: 0;
	font-size: 87.5%;/* 14px */
}
.checkList01 {
	border: 2px solid #e5e7e8;
	background: #fff;
}
.checkList01 li {
	padding: 35px 10px 10px;
	border-top: 1px solid #e5e7e8;
	color: #666;
	background: url(../img/patient/icon_checked_01.png) no-repeat 50% 10px;
	background-size: 16px 16px;
	line-height: 1.5;
	font-weight: bold;
}
.checkList01 li:first-child {
	border-top: none;
}
.checkList01.clmn04 li {
	text-align: center;
}
.checkList01.clmn03 li {
	text-align: center;
}
.checkList01.clmn02.layout01 li {
	padding: 0 10px 10px;
	background-position: 15px 10px;
	text-align: left;
}
.checkList01 .indent01 {
	display: block;
	padding: 7px 0 10px 30px;
}
.checkList01 li p {
	margin: 0;
	font-size: 87.5%;/* 14px */
}
.checkList01 p + p {
	margin-top: 10px;
}
.checkList01 li .note01 {
	font-size: 75.0%;/* 12px */
}
.checkList01 + .flowTitle02 {
	margin-top: 20px;
}
.telNumber {
	cursor: default;
}
.blockBeginner02 .imgR01 {
	width: 200px;
	margin: 0 auto;
}
/*----- guide -------------------------------------------------------------*/
.ctgGuide .contentsHead {
	border-bottom: 1px solid #ececec;
}
.ctgGuide .contentsHead .mainImg {
	margin: 0 0 15px;
}
.ctgGuide .contentsHead .lead {
	margin: 0 10px 20px;
	line-height: 1.5;
}
/* GuideTitle */
.guideTitle01 {
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 30px;
	font-size: 112.5%;/* 18px */
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.guideTitle01:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
	width: 15px;
	height: 15px;
	margin-left: -7px;
	background: #95cf43;
}
.pageAchievement .guideTitle01:after {
	background: #07723c;
}
.pageFollow .guideTitle01:after {
	background: #68c2f0;
}
.pageDiseases .guideTitle01 {
	padding: 10px 0;
	color: #fff;
	background: #009e96;
}
.pageDiseases .guideTitle01:after {
	display: none;
}
.guideTitle02 {
	margin: 0 0 10px;
	font-size: 93.8%;/* 15px */
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.subGuideTitle01 {
	padding: 10px 15px;
	color: #fff;
	background: #009e96;
	font-weight: bold;
}
.achievementTitle01 {
	padding: 15px 0;
	color: #fff;
	background: #07723c;
	font-size: 125.0%; /* 20px */
	font-weight: bold;
	text-align: center;
}
/* blockGuide01 */
.blockGuide01 {
	padding: 25px 0;
	border-top: 1px dotted #999;
	overflow: hidden;
}
.blockGuide01:first-child {
	border-top: none;
}
.subGuideTitle01 + .blockGuide01 {
	border-top: none;
}
.guideTitle01 + .blockGuide01 {
	border-top: none;
	padding-top: 0;
}
.blockGuide01 p {
	margin: 0 0 10px;
	line-height: 1.7;
}
.blockGuide01 .lead {
	margin: 0 auto 15px;
	line-height: 1.6;
}
.blockGuide01 .imgGraph01 {
	margin: 0 0 10px -30px;
}
.blockGuide01 .desc01 {
	margin: 0 0 15px;
}
.blockGuide01 .note01 {
	margin: 20px 0 10px;
	font-size: 81.3%;/* 13px */
	line-height: 1.4;
}
.blockGuide01 .box01 {
	margin-left: -30px;
	padding: 10px;
	border: 2px solid #e3e7e7;
}
.blockGuide01 .box01 ol li {
	margin: 0 0 0 30px;
	font-size: 81.3%;/* 13px */
}
/* noteGraph */
.noteGraph {
	margin: 0 0 10px;
}
.noteGraph li {
	display: inline-block;
	margin: 0 10px 5px 0;
	font-size: 81.3%;/* 13px */
}
.noteGraph li:before {
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	margin-right: 5px;
}
.noteGraph li.noteGraph01:before {
	background: #ffa2ff;
}
.noteGraph li.noteGraph02:before {
	background: #d87d7d;
}
.noteGraph li.noteGraph03:before {
	background: #a1bc6d;
}
.noteGraph li.noteGraph04:before {
	background: #ca88d1;
}
.noteGraph li.noteGraph05:before {
	background: #f4c253;
}



/* nextBtn */
.nextBtn a {
	display: block;
	padding: 15px 20px;
	color: #fff;
	background: url(../img/patient/icon_arrow_02.png) no-repeat 10px 46% #616261;
	background-size: 4px auto;
	font-size: 87.5%;/* 14px */
	font-weight: bold;
	text-align: center;
}
/* boxFaq */
.boxFaq a {
	color: #c00;
}
.boxFaq a:link {
	text-decoration: underline;
}
.boxFaq .question {
	margin: 0 0 10px;
	padding: 3px 0 3px 30px;
	font-weight: bold;
	line-height: 1.6;
}
.boxFaq .answer {
	padding: 0 0 5px 30px;
	line-height: 1.6;
}
.pageFollow .boxFaq .question {
	background: url(../img/patient/guide/guide03_question.png) no-repeat;
	background-size: 24px 24px;
}
.pageCare .boxFaq .question,
.pageDiseases .boxFaq .question {
	background: url(../img/patient/guide/guide04_question.png) no-repeat;
	background-size: 24px 24px;
}
.pageFollow .boxFaq .answer {
	background: url(../img/patient/guide/guide03_answer.png) no-repeat;
	background-size: 24px 24px;
}
.pageDiseases .boxFaq .answer {
	background: url(../img/patient/guide/guide04_answer.png) no-repeat;
	background-size: 24px 24px;
}
/* boxFollow */
.boxFollow {
	margin: 15px 0 0 -30px;
}
.boxFollow dt {
	display: inline-block;
	padding: 0 5px;
	color: #fff;
	background: #d2c4a1;
	font-size: 87.5%;/* 14px */
	font-weight: bold;
	text-align: center;
}
.boxFollow dd {
	padding: 10px 0 0;
}
.boxFollow dd .img {
	width: 70%;
	margin: 0 auto;
}
.boxFollow dd .note01 {
	margin: 10px 0 0;
	font-size: 87.5%;/* 14px */
	line-height: 1.6;
}
.boxFollow dd .note02 {
	margin: 10px 0 0;
	font-size: 87.5%;/* 14px */
	font-weight: bold;
	text-align: center;
}
/* boxCare */
.boxCare {
	margin: 0 0 10px;
}
.boxCare dt {
	display: inline-block;
	min-width: 90px;
	margin: 10px 0 5px;
	padding: 5px 10px;
	color: #fff;
	background: #009e90;
	font-weight: bold;
	text-align: center;
}
.boxCare dd {
	line-height: 1.7;
}
/* table */
.boxFaq table {
	margin: 15px 0 0 -30px;
}
.boxFaq table caption {
	margin: 0 0 5px;
	font-weight: bold;
}
.boxFaq table th,
.boxFaq table td {
	padding: 5px;
	border: 2px solid #e2e1e0;
}
.boxFaq table.table01 th {
	text-align: center;
}
.boxFaq table.table01 th span {
	font-size: 87.5%;/* 14px */
}
.boxFaq table.table01 thead th,
.boxFaq table.table01 thead td {
	background: #fefbf8;
}
.boxFaq table.table02 tbody th {
	background: #fefbf8;
}
/* orderList01 */
.boxFaq .orderList01 {
	margin: 0 0 0 -30px;
}
.boxFaq .orderList01 li {
	margin: 15px 0 0;
}
/* indent01 */
.boxFaq .indent01 li {
	margin-left: 1em;
	text-indent: -1em;
}
/* caption01 */
.boxFaq .caption01 {
	font-size: 87.5%;/* 14px */
	text-align: center;
}
.boxFaq .caption02 {
	font-size: 87.5%;/* 14px */
}
/* bibliography */
.bibliography {
	padding: 20px 10px;
	border-top: 1px dotted #999;
	line-height: 1.4;
}
.bibliography a:link {
	text-decoration: underline;
}
/* menuDiseases */
.menuDiseases {
	width: 70%;
	margin: 30px auto 0;
	padding: 0 0 40px;
}
.menuDiseases li {
	display: inline;
}
.menuDiseases li a {
	display: block;
	margin: 10px 0;
	padding: 17px 0;
	border: 2px solid #e4e6e6;
	color: #009e96;
	background: url(../img/patient/icon_arrow_04.png) no-repeat 15px 48% #fff;
	background-size: 4px auto;
	font-weight: bold;
	text-align: center;
}
/* tabMenu */
.tabMenu {
	width: 70%;
	margin: 30px auto 20px;
}
.tabMenu li {
	display: inline;
}
.tabMenu li a {
	display: block;
	margin: 10px 0;
	padding: 17px 0;
	border: 2px solid #e4e6e6;
	color: #009e96;
	background: url(../img/patient/icon_arrow_04.png) no-repeat 15px 48% #fff;
	background-size: 4px auto;
	font-weight: bold;
	text-align: center;
}
/* tabMenuCont */
.tabMenuCont {
	margin: 0 10px 40px;
	padding: 0 10px 10px;
	border: 1px solid #ececec;
	border-top: none;
	background: #fff;
}
.tabMenuCont .guideTitle01 {
	margin: 0 -10px 20px;
}
/* graphCircle */
.graphCircle {
	margin: 20px 0 0;
}
.graphCircle h5 {
	margin: 0 0 10px;
	font-weight: bold;
	text-align: center;
}
.graphCircle .noteGraphCircle {
	margin: 10px 0 0 20px;
	overflow: hidden;
}
.noteGraphCircle li {
	float: left;
	width: 50%;
	margin: 0 0 5px;
	font-size: 81.3%;/* 13px */
}
.noteGraphCircle li:before {
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	margin-right: 5px;
}
.noteGraphCircle li.noteGraph01:before {
	background: #3f7eb1;
}
.noteGraphCircle li.noteGraph02:before {
	background: #d26c6c;
}
.noteGraphCircle li.noteGraph03:before {
	background: #b1d260;
}
.noteGraphCircle li.noteGraph04:before {
	background: #9369aa;
}
.noteGraphCircle li.noteGraph05:before {
	background: #4fa8bd;
}
.noteGraphCircle li.noteGraph06:before {
	background: #e19336;
}
.noteGraphCircle li.noteGraph07:before {
	background: #a7d9da;
}
.noteGraphCircle li.noteGraph08:before {
	background: #d7e5bd;
}


/* boxFaqSub01 */
.boxFaqSub01 dl {
	margin: 15px 0 0;
	border: 1px solid #e8f0f0;
	border-radius: 4px;
}
.boxFaqSub01 dt {
	padding: 5px;
	background: #e8f0f0;
	font-weight: bold;
	text-align: center;
}
.boxFaqSub01 dd {
	padding: 5px;
	background: #f6f9f9;
	text-align: center;
}
/* blockDiseases04 */
.blockDiseases04 h3 img {
	border: 2px solid #efeeed;
}
.blockDiseases04 p {
	margin: 20px 0;
	line-height: 1.7;
}
.blockDiseases04 .box01 {
	margin: 20px 0;
	padding: 10px;
	border: 2px solid #efeeed;
	overflow: hidden;
}
.blockDiseases04 .box01 p {
	margin: 0;
}
.blockDiseases04 .box01 .nextNav {
	margin: 10px 0 0;
}
/*----- staff -------------------------------------------------------------*/
.blockStaff01 {
	width: 312px;
	margin: 0 auto 30px;
	overflow: hidden;
}
.blockStaff01 .item {
	position: relative;
	float: left;
	width: 148px;
	margin: 0 3px 10px;
	border: 1px solid #f3f3f3;
	background: #fff;
}
.blockStaff01 .item:after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 22px;
	height: 8px;
	background: url(../img/patient/icon_staff_arrow.png) no-repeat;
}
.blockStaff01 .item img {
	border-bottom: 1px solid #f3f3f3;
}
.blockStaff01 .item h2 {
	padding: 10px 0 5px;
	font-weight: bold;
	text-align: center;
}
.blockStaff01 .item p {
	padding: 0 0 24px;
	font-size: 81.3%;/* 13px */
	line-height: 1.4;
	text-align: center;
}
.ctgStaff .contentsHead .mainImg {
	position: relative;
	margin: 0 0 -2px;
}
.ctgStaff .contentsHead > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.ctgStaff .contentsHead .staffName {
	position: absolute;
	top: 24%;
	left: 9%;
	width: 124px;
	height: 84px;
	color: #fff;
	background: rgba(236,203,90,0.8);
	text-align: center;
}
.ctgStaff .contentsHead .staffName.right {
	left: auto;
	right: 8%;
	width: 120px;
}
.ctgStaff .contentsHead .staffName h2 {
	padding: 20px 0 8px;
	font-size: 112.5%; /* 18px */
	font-weight: bold;
}
.ctgStaff .contentsHead .staffName p {
	padding: 0 5px;
	font-size: 75.0%;/* 12px */
	line-height: 1.4;
}
.blockProfile01 {
	margin: 0 auto;
	padding: 15px 10px 20px;
	background: #fff;
}
.blockProfile01 h4 {
	position: relative;
	width: 100%;
	padding: 0 0 10px;
	font-weight: bold;
}
.blockProfile01 h4:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 35%;
	height: 2px;
	background: #eccb5a;
}
.blockProfile01 h4:after {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	width: 65%;
	height: 2px;
	background: #f6eac3;
}
.blockProfile01 table {
	width: 100%;
}
.blockProfile01 th,
.blockProfile01 td {
	border-top: 1px solid #e2e2e1;
	vertical-align: top;
}
.blockProfile01 tr:first-child th,
.blockProfile01 tr:first-child td {
	border-top: none;
}
.blockProfile01 th {
	width: 35%;
	padding: 10px 5px 10px 3%;
	border-right: 1px solid #e2e2e1;
	font-size: 87.5%;/* 14px */
	font-weight: bold;
	line-height: 1.4;
}
.blockProfile01 td {
	padding: 10px 3%;
	font-size: 81.3%;/* 13px */
	line-height: 1.7;
}
.staffNav {
	padding: 20px 0 0;
}
.staffNav ul {
	padding: 0 5px 40px;
	overflow: hidden;
}
.staffNav li {
	float: left;
	width: 48%;
	margin: 0 1% 5px;
}
/*----- special -------------------------------------------------------------*/
.ctgSpecial .contentsHead {
	border-bottom: 1px solid #ececec;
}
.ctgSpecial .contentsHead .mainImg {
	margin: 0 0 15px;
}
.ctgSpecial .contentsHead .lead {
	margin: 0 10px 20px;
	line-height: 1.5;
}
.specialTitle01 {
	margin: 0 -10px;
	padding: 15px 0;
	color: #fff;
	background: #d96460;
	font-size: 125.0%; /* 20px */
	font-weight: bold;
	text-align: center;
}
.blockSpecial01 {
	padding: 25px 0 0;
	overflow: hidden;
}
.blockSpecial01 p {
	line-height: 1.7;
}
.blockSpecial01 p.note {
	margin: 10px 0 0;
	font-size: 81.3%;/* 13px */
	line-height: 1.4;
}
.blockSpecial01 + .specialTitle01 {
	position: relative;
	margin-top: 15px;
	padding: 20px 0 10px;
}
.blockSpecial01 + .specialTitle01:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
	border-top: 10px solid #fff;
	border-bottom: 10px solid transparent;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}
/*----- question -------------------------------------------------------------*/
.ctgQuestion .contentsHead {
	border-bottom: 1px solid #ececec;
}
.ctgQuestion .contentsHead .mainImg {
	margin: 0 0 15px;
}
.questionTitle01 {
	margin: 0 -10px;
	padding: 15px 0;
	color: #fff;
	background: #f8bc2c;
	font-size: 125.0%; /* 20px */
	font-weight: bold;
	text-align: center;
}
.blockQuestion01 {
	padding: 15px 0;
	border-top: 1px dotted #999;
	overflow: hidden;
}
.questionTitle01 + .blockQuestion01 {
	border-top: none;
}
.ctgQuestion .boxFaq .question {
	background: url(../img/patient/question_question.png) no-repeat;
	background-size: 24px 24px;
}
.ctgQuestion .boxFaq .answer {
	background: url(../img/patient/question_answer.png) no-repeat;
	background-size: 24px 24px;
}
.blockQuestion01 .note {
	margin: 20px 0 0;
	font-size: 88.9%; /* 16px */
}

.bo {
	font-weight: bold;
}

}
/*----- 研究リスト ---------------------------------------------------------------------*/
.research_list {
}
.research_list li {
	list-style-type: disc;
	margin: 1em;
	line-height: 1.5em;
}
.research_list a{
	color:#428BCA;
}
.research_list a:hover{
	text-decoration: underline;
}/* @media */
/*----- PC ---------------------------------------------------------------------*/
@media screen and (min-width: 641px), print and (min-width: 0) {
body {
	min-width: 1020px;
	margin: 0 auto;
	border-top: 4px solid #032c4e;
}
a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.fsp {
	display: none;
}
.fpc {
	display: block;
}
/*----- header -------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	height: 115px;
}
#header h1,
#header .hdrLogo {
	position: absolute;
	left: 30px;
	top: 23px;
}
#header .generalSite {
	position: absolute;
	right: 40px;
	top: 20px;
	padding: 0 0 0 13px;
	background: url(../img/patient/icon_arrow_01.png) no-repeat;
	font-size: 14px;
	line-height: 1.2;
}
#header .generalSite a {
	color: #032c4e;
}
#header .generalSite a:hover {
	text-decoration: underline;
}
#header .department {
	position: absolute;
	right: 40px;
	top: 24px;
}
#header .header_sub{
	position: absolute;
	right: 40px;
	top: 64px;
}
#header .header_sub li{
	display: inline-block;
	margin-left: 12px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.2;
}
#header .header_sub li a{
	display: inline-block;
	border: 1px solid #032c4e;
	background-color: #032c4e;
	color: #FFFFFF;
	padding: 8px 12px 6px;
}
#header .header_sub li a:hover{
	background-color: #F8F8F8;
	color: #032c4e;
}



#headMenu,
.spNavi {
	display: none;
}
/*----- gNavi -------------------------------------------------------------*/
#gNavi {
	position: relative;
	min-width: 1000px;
	height: 80px;
	margin: 0 auto;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#gNavi > ul {
	display: table;
	width: 100%;
	height: 80px;
}
#gNavi > ul > li {
	float: left;
	width: 20%;
/*	width: 12.25%;*/
	height: 80px;
}
#gNavi > ul > li > a {
	display: block;
	position: relative;
	height: 58px;
	padding: 22px 0 0;
	border-left: 1px solid #ddd;
	vertical-align: middle;
	text-align: center;
}
#gNavi > ul > li:first-child > a {
	border-left: none;
}
.ctgBeginner #gNavi > ul > li#gNavi01 > a:before,
.ctgGuide #gNavi > ul > li#gNavi02 > a:before,
.ctgStaff #gNavi > ul > li#gNavi03 > a:before,
.ctgSpecial #gNavi > ul > li#gNavi04 > a:before,
.ctgQuestion #gNavi > ul > li#gNavi05 > a:before,
#gNavi > ul > li > a:hover:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 7px;
	left: 50%;
	margin-left: -2px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid transparent;
	border-bottom: 5px solid #032c4e;
}
.ctgBeginner #gNavi > ul > li#gNavi01 > a:after,
.ctgGuide #gNavi > ul > li#gNavi02 > a:after,
.ctgStaff #gNavi > ul > li#gNavi03 > a:after,
.ctgSpecial #gNavi > ul > li#gNavi04 > a:after,
.ctgQuestion #gNavi > ul > li#gNavi05 > a:after,
#gNavi > ul > li > a:hover:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background: #032c4e;
}
#gNavi > ul > li > a > .gM {
	display: block;
	padding: 0 0 5px;
	color: #333;
	font-weight: bold;
	line-height: 1.2;
}
#gNavi > ul > li > a > .gS {
	display: block;
	color: #aeb0b1;
	font-size: 62.5%;/* 10px */
	line-height: 1.2;
}
#gNavi > ul > li > div {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	padding: 15px 0 10px;
	z-index: 1;
	background: #fefefe; /* IE8 */
	background: rgba(255,255,255,0.95);
	box-shadow: 0 1px 4px rgba(6,0,1,0.3);
	text-align: center;
}
#gNavi > ul > li#gNavi03 > div > ul {
	width: 889px;
	margin: 0 auto;
	text-align: left;
}
#gNavi > ul > li > div > ul > li {
	display: inline-block;
	margin: 0 2px 6px;
}
/*----- common -------------------------------------------------------------*/
/* fontB */
.fontB {
	font-weight: bold;
}
/* float */
.floatR {
	float: right;
}
.floatL {
	float: left;
}
.floatC {
	margin: 0 auto;
	text-align: center;
}
/* width (with float) */
.w400 {
	width: 400px;
}
.w565 {
	width: 565px;
}
.w665 {
	width: 665px;
}
.w190 {
	width: 190px;
}
.w420 {
	width: 420px;
}
.w470 {
	width: 470px;
}
.w370 {
	width: 370px;
}
.w314 {
	width: 314px;
}
/* margin */
.mt25 {
	margin-top: 25px;
}
.mb25 {
	margin-bottom: 25px;
}
/* contents */
#contents {
	clear: both;
	overflow: hidden;
	background: #fafaf4;
}
/* topicPath */
.topicPath {
	width: 1000px;
	margin: 0 auto;
	padding: 32px 0 35px;
}
.topicPath:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.topicPath li {
	padding: 0 10px 0 0;
	font-size: 87.5%; /* 14px */
	line-height: 1.3;
	float: left;
}
.topicPath li a:hover {
	text-decoration: underline;
}
/* contentsHeadNav */
.contentsHeadNav {
	width: 1000px;
	margin: 0 auto 55px;
}
.contentsHeadNav ul {
	display: table;
	width: 100%;
}
.contentsHeadNav li {
	display: table-cell;
	width: 50%;
}
.contentsHeadNav li a {
	display: block;
	padding: 18px 2px 18px 3px;
	border: 1px solid #ddd;
	border-left: none;
	background: #fff;
	font-size: 125%; /* 20px */
	font-weight: bold;
	text-align: center;
}
.contentsHeadNav li:first-child a {
	border-left: 1px solid #ddd;
}
.contentsHeadNav li a:hover {
	padding: 15px 0;
	border: 4px solid #00003c;
}
.contentsHeadNav li.current a {
	padding: 19px 0;
	color: #fff;
	background: #00003c;
	border: none;
	cursor: default;
}
.contentsHeadNav li.current a:hover {
	padding: 19px 0;
	border: none;
}
.contentsHeadNav li:first-child a:hover {
	padding-left: 1px;
}
.ctgGuide .contentsHeadNav li {
	width: 12%;
	font-size: 70.0%; /* 18px */
}
.ctgGuide .contentsHeadNav.contentsHeadNavGuide li {
	font-size: 60%; /* 14px */
}
.ctgGuid.contentsHeadNav.contentsHeadNavGuide li a {
	margin: -4px 0 0;
	padding: 20px 0;
}
.ctgGuid.contentsHeadNav.contentsHeadNavGuide  li a:hover {
	padding: 16px 0;
	border: 4px solid #00003c;
}
.ctgGuid.contentsHeadNav.contentsHeadNavGuide li:first-child a {}
.ctgGuid.contentsHeadNav.contentsHeadNavGuide li:nth-child(1) a,
.ctgGuid.contentsHeadNav.contentsHeadNavGuide li:nth-child(2) a {}
.ctgGuid.contentsHeadNav.contentsHeadNavGuide li.current a {
	padding: 21px 0;
}

/* contentsFootNav */
.contentsFootNav {
	width: 1000px;
	margin: 0 auto;
	padding: 35px 0;
	border-top: 1px dotted #999;
}
.contentsFootNav li {
	display: inline-block;
	margin: 0 40px 0 0;
	padding: 0 0 0 15px;
	background: url(../img/patient/icon_arrow_01.png) no-repeat;
}
.contentsFootNav li a:hover {
	text-decoration: underline;
}
/* pageTitle */
.pageTitle {
	margin: 0 0 45px;
	font-size: 200%; /* 32px */
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.ctgBeginner .pageTitle {
	color: #0068b7;
}
.ctgBeginner.pageGuidance .pageTitle {
	color: #1da3f1;
}
.ctgGuide .pageTitle {
	color: #95cf43;
}
.ctgGuide.pageAchievement .pageTitle {
	color: #07723c;
}
.ctgGuide.pageFollow .pageTitle {
	color: #68c2f0;
}
.ctgGuide.pageCare .pageTitle,
.ctgGuide.pageDiseases .pageTitle {
	color: #009e96;
}
.ctgStaff.pageStaffIndex .pageTitle {
	color: #f39800;
}
.ctgStaff .pageTitle {
	color: #eccb5a;
}
.ctgSpecial .pageTitle {
	color: #d96460;
}
.ctgQuestion .pageTitle {
	color: #f8bc2c;
}
.pageTitle:after {
	content: "";
	display: block;
	width: 190px;
	height: 8px;
	margin: 8px auto 0;
}
.ctgBeginner .pageTitle:after {
	background: #0068b7;
}
.ctgBeginner.pageGuidance .pageTitle:after {
	background: #1da3f1;
}
.ctgGuide .pageTitle:after {
	background: #95cf43;
}
.ctgGuide.pageAchievement .pageTitle:after {
	background: #07723c;
}
.ctgGuide.pageFollow .pageTitle:after {
	background: #68c2f0;
}
.ctgGuide.pageCare .pageTitle:after,
.ctgGuide.pageDiseases .pageTitle:after {
	background: #009e96;
}
.ctgStaff.pageStaffIndex .pageTitle:after {
	background: #f39800;
}
.ctgStaff .pageTitle:after {
	background: #eccb5a;
}
.ctgSpecial .pageTitle:after {
	background: #d96460;
}
.ctgQuestion .pageTitle:after {
	background: #f8bc2c;
}
/* contentsHead */
.contentsHead .contentsHeadInner {
	width: 1000px;
	margin: 0 auto;
}
/* contentsWrapper */
.contentsWrapper {
	padding: 0 0 50px;
	background: #fff;
}
/*----- top -------------------------------------------------------------*/
#topMainSp {
	display: none;
}
#topMain {
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
	max-width: 1402px;
	text-align: center;
	clear: both;
	z-index: 10;
}
#topMain ul {
	margin: 0 auto;
	position: relative;
}
#topMain li {
	margin: 1px;
}
#topMain li a {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#topMain li a:hover {
	text-decoration: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#topMain li.w1 {
	width: 149px;
	height: 149px;
}
#topMain li.w1 img{
	width: 149px;
	height: 149px;
}
#topMain li.w2 {
	width: 300px;
	height: 149px;
}
#topMain li.w2 img{
	width: 300px;
	height: 149px;
}
#topMain li.w4 {
	width: 602px;
	height: 300px;
}
/*----- footer -------------------------------------------------------------*/
#pageTop {
	display: none;
}
#pageTop a {
	display: block;
	position: fixed;
	right: 12px;
	bottom: 12px;
	width: 62px;
	height: 57px;
	background: url(../img/patient/totop.gif) no-repeat left top;
	text-indent: -9999px;
	z-index: 1000;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#pageTop a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#footer {
	border-top: 1px solid #e1e0de;
	background: #f7f7f5;
}
#ftNavi {
	border-top: 1px solid #fff;
	padding: 35px 0 45px;
}
#ftNavi nav {
	display: table;
	width: 1000px;
	margin: 0 auto;
}
#ftNavi dl {
	display: table-cell;
	width: 25%;
	border-left: 1px solid #dedede;
}
#ftNavi dl:first-child {
	border-left: none;
}
#ftNavi dl dt {
	padding: 0 39px 12px;
	font-weight: bold;
	line-height: 1.3;
}
#ftNavi dl dt.ftNavi03 a:hover,
#ftNavi dl dt.ftNavi05 a:hover {
	text-decoration: underline;
}
#ftNavi dl dd {
	padding: 0 39px;
	font-size: 87.5%; /* 14px */
}
#ftNavi dl dd + dt {
	padding-top: 40px;
}
#ftNavi dl dd li {
	padding: 4px 0 3px;
}
#ftNavi dl dd li a {
	line-height: 1.3;
}
#ftNavi dl dd li a:hover {
	text-decoration: underline;
}
#ftNavi dl dd li ul {
	padding: 5px 0 0 1em;
}
#ftNavi dd > ul > li.ftNavi02sub > ul > li.ftNavi02sub2 > a{
	margin-left: 1em;
}
footer p {
	padding: 22px 0 17px;
	color: #fff;
	background: #0e3962;
	text-align: center;
}
/*----- beginner -------------------------------------------------------------*/
.ctgBeginner .contentsHead {
	border-bottom: 1px solid #ececec;
}
.ctgBeginner .contentsHead .mainImg {
	margin: 0 0 30px;
}
.ctgBeginner .contentsHead .lead {
	margin: 0 0 50px;
	font-size: 137.5%;/* 22px */
	font-weight: bold;
	line-height: 1.5;
}
/* blockBeginner01 */
.blockBeginner01 {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
	border-top: 1px dotted #999;
	overflow: hidden;
}
.blockBeginner01:first-child {
	border-top: none;
}
.blockBeginner01 .meritTitle01 {
	margin: 0 0 40px;
	padding: 2px 0 3px 50px;
	color: #000;
	background: url(../img/patient/beginner/beginner_bg_title.gif) repeat-y;
	font-size: 225%;/* 36px */
	font-weight: bold;
	line-height: 1.5;
}
.blockBeginner01 .meritTitle02 {
	margin: 0 0 10px;
	font-size: 150%;/* 24px */
	font-weight: bold;
	line-height: 1.5;
}
.blockBeginner01 .textL {
	float: left;
	width: 560px;
	font-size: 112.5%; /* 18px */
	line-height: 1.7;
}
.blockBeginner01 .imgR {
	float: right;
	width: 400px;
}
/* nextNav */
.nextNav {
	width: 1000px;
	margin: 0 auto 20px;
	overflow: hidden;
}
.nextNav li {
	float: left;
}
.nextNav li:first-child {
	margin: 0 20px 0 0;
}
.nextNav li a {
	display: inline-block;
	padding: 15px 15px 15px 25px;
	border: 2px solid #e9e9e9;
	background-image: url(../img/patient/icon_arrow_03.png);
	background-repeat: no-repeat;
	background-position: 10px 0.95em;
	color: #999;
	font-size: 93.8%; /* 15px */
	font-weight: bold;
}
.nextNav li a img {
	margin-left: 9px;
	vertical-align: middle;
}
.nextNav li a:hover {
	color: #333;
}
.nextNav.right {
	width: auto;
}
.nextNav.right ul {
	float: right;
}
.nextNav.right li:first-child {
	margin: 0;
}

.nextNav.emphasis li a {
	padding: 18px 18px 18px 30px;
	font-size: 105%; /* 15px */
	background-color: #009e96;
	background-image: url(../img/patient/icon_arrow_05.png);
	background-position: 13px 1.15em;
	color: #FFFFFF;
	border-color: #bfe7e5;
}
.nextNav.emphasis li a:hover {
	border-color: #009e96;
	background-color: #F0FFF8;
	background-image: url(../img/patient/icon_arrow_03.png);
	color: #666;
}


/* blockBeginner02 */
.blockBeginner02 {
	position: relative;
	padding: 36px 0 50px;
	border-bottom: 1px solid #ececec;
	background: #fff;
}
.blockBeginner02.even,
.blockBeginner02.last {
	background: #fafaf4;
}
.blockBeginner02:after {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -40px;
	margin-left: -38px;
	width: 75px;
	height: 50px;
	background: url(../img/patient/beginner/beginner_arrow_01.png) no-repeat;
	z-index: 1;
}
.blockBeginner02.even:after {
	bottom: -35px;
	background: url(../img/patient/beginner/beginner_arrow_02.png) no-repeat;
}
.blockBeginner02.last:after {
	display: none;
}
.blockBeginnerInner {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.flowTitle01 {
	margin: 0 0 15px;
	font-size: 187.5%;/* 30px */
	font-weight: bold;
}
.flowTitle01 img {
	margin-right: 30px;
	vertical-align: middle;
}
.flowTitle02 {
	clear: both;
	margin: 0 0 15px;
	padding-left: 14px;
	border-left: 4px solid #1da3f1;
	font-size: 125.0%;/* 20px */
	font-weight: bold;
}
.blockBeginner02 p {
	font-size: 112.5%;/* 18px */
	line-height: 1.6;
}
.blockBeginner02 .lead {
	margin: 0 0 30px;
}
.blockBeginner02 .textL01 {
	float: left;
	width: 685px;
}
.blockBeginner02 .reservationTel {
	float: right;
	width: 257px;
	margin: 0 0 25px;
}
.reservationTel {
	padding: 10px 15px;
	border: 3px solid #e5e7e8;
}
.reservationTel dt {
	padding: 0 0 8px;
	color: #666;
	font-weight: bold;
}
.reservationTel dd a {
	display: inline-block;
	padding: 0 0 3px;
	color: #666;
	font-size: 150.0%;/* 24px */
	font-weight: bold;
}
.reservationTel dd p {
	font-size: 87.5%;/* 14px */
}
.checkList01 {
	padding: 13px 0;
	border: 3px solid #e5e7e8;
	background: #fff;
}
.checkList01 ul {
	display: table;
	width: 100%;
}
.checkList01 li {
	display: table-cell;
	padding: 55px 0 5px;
	border-left: 2px solid #e5e7e8;
	color: #666;
	background: url(../img/patient/icon_checked_01.png) no-repeat 50% 2px;
	font-size: 112.5%;/* 18px */
	line-height: 1.5;
	font-weight: bold;
}
.checkList01 li:first-child {
	border-left: none;
}
.checkList01.clmn04 li {
	width: 25%;
	text-align: center;
}
.checkList01.clmn03 li {
	width: 33.333%;
	text-align: center;
}
.checkList01.clmn02 li {
	width: 50%;
	padding-left: 25px;
	padding-right: 25px;
}
.checkList01.clmn02.layout01 li {
	padding: 0 25px;
	background-position: 25px 0;
	text-align: left;
}
.checkList01 .indent01 {
	display: block;
	padding: 7px 0 10px 40px;
}
.checkList01 p + p {
	margin-top: 10px;
}
.checkList01 li p {
	font-size: 77.8%;/* 14px */
}
.checkList01 li .note01 {
	font-size: 66.7%;/* 12px */
}
.checkList01 + .flowTitle02 {
	margin-top: 40px;
}
.telNumber {
	cursor: default;
}
.blockBeginner02 .textL02 {
	float: left;
	width: 540px;
}
.blockBeginner02 .imgR01 {
	float: right;
	width: 400px;
}
/*----- guide -------------------------------------------------------------*/
.ctgGuide .contentsHead {
	border-bottom: 1px solid #ececec;
}
.ctgGuide .contentsHead .mainImg {
	margin: 0 0 20px;
}
.ctgGuide .contentsHead .lead {
	margin: 0 0 40px;
	font-size: 112.5%; /* 18px */
	font-weight: bold;
	line-height: 1.5;
}
/* GuideTitle */
.guideTitle01 {
	position: relative;
	margin: 0 0 30px;
	padding: 0 0 40px;
	font-size: 187.5%;/* 30px */
	font-weight: bold;
	text-align: center;
}
.guideTitle01:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
	width: 20px;
	height: 20px;
	margin-left: -10px;
	background: #95cf43;
}
.pageAchievement .guideTitle01:after {
	background: #07723c;
}
.pageFollow .guideTitle01:after {
	background: #68c2f0;
}
.pageDiseases .guideTitle01:after {
	background: #009e96;
}
.guideTitle02 {
	margin: 0 0 10px;
	font-size: 125.0%;/* 20px */
	font-weight: bold;
	line-height: 1.5;
}
.subGuideTitle01 {
	padding: 13px 25px;
	color: #fff;
	background: #009e96;
	font-size: 125.0%;/* 20px */
	font-weight: bold;
}
.achievementTitle01 {
	min-width: 1000px;
	padding: 30px 0;
	color: #fff;
	background: #07723c;
	font-size: 187.5%;/* 30px */
	font-weight: bold;
	text-align: center;
}
/* blockGuide01 */
.blockGuide01 {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 40px;
	border-top: 1px dotted #999;
	background: #fff;
	overflow: hidden;
}
.blockGuide01:first-child {
	border-top: none;
}
.subGuideTitle01 + .blockGuide01 {
	border-top: none;
	padding-top: 40px;
}
.guideTitle01 + .blockGuide01 {
	border-top: none;
	padding-top: 30px;
}
.blockGuide01 p {
	line-height: 1.7;
}
.blockGuide01 .lead {
	margin: 0 auto 30px;
	line-height: 1.6;
	white-space: normal;
}
.blockGuide01 .lead.lead01 {
	width: 500px;
}
.blockGuide01 .lead.lead02 {
	width: 520px;
}
.blockGuide01 .lead.lead03 {
	width: 500px;
}
.blockGuide01 .imgGraph01 {
	margin: 0 0 35px 80px;
}
.blockGuide01 .desc01 {
	width: 780px;
	margin: 0 0 25px 120px;
	line-height: 1.7;
}
.blockGuide01 .note01 {
	margin: 10px 0 25px 40px;
	font-size: 87.5%;/* 14px */
}
.blockGuide01 .box01 {
	padding: 10px 30px;
	border: 2px solid #e3e7e7;
}
.blockGuide01 .box01 ol li {
	margin: 0;
}
/* noteGraph */
.noteGraph {
	margin: 0 0 25px 120px;
}
.noteGraph li {
	display: inline-block;
	margin: 0 25px 0 0;
	font-size: 87.5%;/* 14px */
}
.noteGraph li:before {
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	margin-right: 5px;
	border: 1px solid #ccc;
}
.noteGraph li.noteGraph01:before {
	background: #ffa2ff;
	border-color: #f68ae1;
}
.noteGraph li.noteGraph02:before {
	background: #e7e1ed;
	border-color: #8b71aa;
}
.noteGraph li.noteGraph03:before {
	background: #dbeff5;
	border-color: #5ab3cb;
}
.noteGraph li.noteGraph04:before {
	background: #fdd5b5;
	border-color: #c85d53;
}
.noteGraph li.noteGraph05:before {
	background: #cdffff;
	border-color: #769696;
}
.noteGraph li.noteGraph06:before {
	background: #fdd5b5;
	border-color: #5a8bc5;
}
.noteGraph li.noteGraph07:before {
	background: #ffffff;
	border-color: #628fc4;
}
.noteGraph li.noteGraph08:before {
	background: #d7e5bd;
}
.noteGraph li.noteGraph09:before {
	background: #b9cde5;
}
.noteGraph li.noteGraph10:before {
	background: #fdd5b5;
}


/* nextBtn */
.nextBtn a {
	display: inline-block;
	min-width: 230px;
	margin: 0 0 10px 120px;
	padding: 15px 30px;
	color: #fff;
	background: url(../img/patient/icon_arrow_02.png) no-repeat 15px 46% #616261;
	font-weight: bold;
	text-align: center;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.nextBtn a:hover {
	background-color: rgba(97,98,97,0.6);
	filter: alpha(opacity=60);
}
/* boxFaq */
.boxFaq a {
	color: #c00;
}
.boxFaq a:link {
	text-decoration: underline;
}
.boxFaq a:hover {
	text-decoration: none;
}
.boxFaq .question {
	margin: 0 0 20px;
	padding: 10px 0 14px 58px;
	font-size: 125.0%;/* 20px */
	font-weight: bold;
	line-height: 1.5;
}
.boxFaq .answer {
	overflow: hidden;
	padding: 10px 0 10px 58px;
	line-height: 1.8;
}
.pageFollow .boxFaq .question {
	background: url(../img/patient/guide/guide03_question.png) no-repeat;
}
.pageCare .boxFaq .question,
.pageDiseases .boxFaq .question {
	background: url(../img/patient/guide/guide04_question.png) no-repeat;
}
.pageFollow .boxFaq .answer {
	background: url(../img/patient/guide/guide03_answer.png) no-repeat;
}
.pageDiseases .boxFaq .answer {
	background: url(../img/patient/guide/guide04_answer.png) no-repeat;
}
/* boxFollow */
.boxFollow {
	margin: 30px 0 0;
}
.boxFollow dt {
	display: inline-block;
	padding: 6px 25px 5px;
	color: #fff;
	background: #d2c4a1;
	font-size: 112.5%;/* 18px */
	font-weight: bold;
	text-align: center;
}
.boxFollow dd {
	padding: 25px 0 0;
}
.boxFollow dd .img {
	text-align: center;
}
.boxFollow dd .note01 {
	margin: 20px 0 0;
	font-size: 87.5%;/* 14px */
	line-height: 1.6;
}
.boxFollow dd .note02 {
	margin: 20px 0 0;
	font-size: 112.5%;/* 18px */
	font-weight: bold;
	text-align: center;
}
/* boxCare */
.boxCare dt {
	display: inline-block;
	min-width: 90px;
	margin: 25px 0 10px;
	padding: 5px 10px;
	color: #fff;
	background: #009e90;
	font-weight: bold;
	text-align: center;
}
.boxCare dd {
	line-height: 1.7;
}
/* table */
.boxFaq table {
	margin: 25px 0 0;
}
.boxFaq table caption {
	margin: 0 0 5px;
	font-size: 112.5%;/* 18px */
	font-weight: bold;
}
.boxFaq table th,
.boxFaq table td {
	padding: 8px 15px;
	border: 2px solid #e2e1e0;
	font-size: 112.5%;/* 18px */
}
.boxFaq table.table01 thead {
	background: #fefbf8;
}
.boxFaq table.table01 thead th,
.boxFaq table.table01 thead td {
	padding: 13px 15px;
}
.boxFaq table.table01 tbody th {
	font-size: 125%;/* 20px */
	text-align: center;
}
.boxFaq table.table02 tbody th {
	background: #fefbf8;
}
/* orderList01 */
.boxFaq .orderList01 > li {
	margin: 30px 0 0;
}
/* indent01 */
.boxFaq .indent01 li {
	margin-left: 1em;
	text-indent: -1em;
}
/* caption01 */
.boxFaq .caption01 {
	text-align: center;
}
/* bibliography */
.bibliography {
	padding: 50px 0 20px;
	border-top: 1px dotted #999;
	text-align: right;
}
.bibliography a:link {
	text-decoration: underline;
}
.bibliography a:hover {
	text-decoration: none;
}
/* menuDiseases */
.menuDiseases {
	width: 1000px;
	margin: 50px auto 0;
	overflow: hidden;
}
.menuDiseases ul {
	margin: 0 -10px 100px;
	overflow: hidden;
}
.menuDiseases li {
	display: inline;
}
.menuDiseases li a {
	display: block;
	float: left;
	width: 316px;
	margin: 9px 10px;
	padding: 34px 0;
	border: 2px solid #e4e6e6;
	color: #009e96;
	background: url(../img/patient/icon_arrow_04.png) no-repeat 35px 46% #fff;
	font-size: 125.0%;/* 20px */
	font-weight: bold;
	text-align: center;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.menuDiseases li a:hover {
	background-color: rgba(255,255,255,0.6);
	filter: alpha(opacity=60);
}
/* tabMenu */
.tabMenu {
	width: 1000px;
	margin: 50px auto 0;
}
.tabMenu ul {
	display: table;
	width: 100%;
}
.tabMenu li {
	display: table-cell;
	width: 16%;
	vertical-align: middle;
	font-size: 112.5%;/* 18px */
	font-weight: bold;
	text-align: center;
}
.tabMenu li a {
	display: block;
	padding: 23px 0;
	background: #fff;
	border: 1px solid #ececec;
	border-left: none;
	border-radius: 4px 4px 0 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.tabMenu li:first-child a {
	border-left: 1px solid #ececec;
}
.tabMenu li a:hover {
	background-color: rgba(255,255,255,0.6);
	filter: alpha(opacity=60);
}
.tabMenu li.current a {
	color: #fff;
	background: #009e96;
	border: none;
	cursor: default;
}
.tabMenu li.current a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* tabMenuCont */
.tabMenuCont {
	width: 938px;
	margin: 0 auto 40px;
	padding: 50px 30px 30px;
	border: 1px solid #ececec;
	border-top: none;
	background: #fff;
}
.tabMenuCont .guideTitle01 {
	font-size: 225.0%;/* 36px */
}
.tabMenuCont .blockGuide01 {
	width: auto;
	overflow: hidden;
}
/* graphCircle */
.graphCircle {
	width: 540px;
	margin: 40px auto 0;
}
.graphCircle h5 {
	margin: 0 0 20px;
	font-size: 125%; /* 20px */
	font-weight: bold;
	text-align: center;
}
.graphCircle .img {
	display: table-cell;
	width: 400px;
	vertical-align: middle;
}
.graphCircle .noteGraphCircle {
	display: table-cell;
	width: 140px;
	vertical-align: middle;
}
.noteGraphCircle li {
	margin: 0 0 8px;
	font-size: 112.5%; /* 18px */
}
.noteGraphCircle li:before {
	display: inline-block;
	content: "";
	width: 14px;
	height: 14px;
	margin-right: 8px;
}
.noteGraphCircle li.noteGraph01:before {
	background: #3f7eb1;
}
.noteGraphCircle li.noteGraph02:before {
	background: #d26c6c;
}
.noteGraphCircle li.noteGraph03:before {
	background: #b1d260;
}
.noteGraphCircle li.noteGraph04:before {
	background: #9369aa;
}
.noteGraphCircle li.noteGraph05:before {
	background: #4fa8bd;
}
.noteGraphCircle li.noteGraph06:before {
	background: #e19336;
}
.noteGraphCircle li.noteGraph07:before {
	background: #a7d9da;
}
.noteGraphCircle li.noteGraph08:before {
	background: #d7acac;
}
/* boxFaqSub01 */
.boxFaqSub01 {
	margin: 30px 0 0 20px;
	overflow: hidden;
}
.boxFaqSub01 dl {
	float: left;
	width: 380px;
	margin: 0 15px;
	border: 1px solid #e8f0f0;
	border-radius: 4px;
}
.boxFaqSub01 dt {
	padding: 10px 0 5px;
	background: #e8f0f0;
	font-size: 112.5%; /* 18px */
	font-weight: bold;
	text-align: center;
}
.boxFaqSub01 dd {
	padding: 13px 0;
	background: #f6f9f9;
	text-align: center;
}
/* blockDiseases04 */
.blockDiseases04 h3{
	margin: 0 0 30px;
	padding: 2px 0 0px 10px;
	color: #000;
	font-size: 150%;/* 24px */
	font-weight: bold;
	line-height: 1.5;
	border-left: 6px solid #009e96;
}
.blockDiseases04 h3.visual{
	padding: 0;
	background: none;
	border: 0px none;
}
.blockDiseases04 h3.visual img {
	border: 2px solid #efeeed;
}

.blockDiseases04 h4{
	margin: 0 0 10px;
	font-size: 125%;/* 18px */
	font-weight: bold;
	line-height: 1.5;
}
.blockDiseases04 h4:before{
	content: "■";
	color: #009e96;
	padding-right: 4px;
}
.blockDiseases04 h5{
	margin: 0 0 10px;
	font-size: 125%;/* 18px */
	font-weight: bold;
	line-height: 1.5;
}
.blockDiseases04 p {
	margin: 30px 0;
	font-size: 112.5%; /* 18px */
	line-height: 1.7;
}
.blockDiseases04 h5 + p {
	margin: 10px 0 30px;
}
.blockDiseases04 strong{
	font-weight: 600;
}

.blockDiseases04 .box01 {
	margin: 30px 0;
	padding: 20px 30px;
	border: 2px solid #efeeed;
	overflow: hidden;
}
.blockDiseases04 .box01 .box01Text {
	float: left;
	width: 415px;
}
.blockDiseases04 .box01 p {
	margin: 0;
}
.blockDiseases04 .box01 .nextNav {
	margin-top: 20px;
}
/*----- staff -------------------------------------------------------------*/
.blockStaff01 {
	width: 1012px;
	margin: 0 auto 55px;
	overflow: hidden;
}
.blockStaff01 .item {
	position: relative;
	float: left;
	width: 239px;
	margin: 0 6px 13px;
	border: 1px solid #f3f3f3;
	background: #fff;
}
.blockStaff01 .item:after {
	content: "";
	display: block;
	position: absolute;
	right: 13px;
	bottom: 14px;
	width: 22px;
	height: 8px;
	background: url(../img/patient/icon_staff_arrow.png) no-repeat;
}
.blockStaff01 .item a {
	display: block;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.blockStaff01 .item a:hover {
	background-color: rgba(255,255,255,0.6);
	filter: alpha(opacity=60);
}
.blockStaff01 .item img {
	border-bottom: 1px solid #f3f3f3;
}
.blockStaff01 .item h2 {
	padding: 20px 0 7px;
	font-size: 125.0%;/* 20px */
	font-weight: bold;
	text-align: center;
}
.blockStaff01 .item p {
	padding: 0 0 35px;
	font-size: 87.5%;/* 14px */
	line-height: 1.4;
	text-align: center;
}
.ctgStaff .contentsHead .mainImg {
	position: relative;
	width: 1000px;
	height: 448px;
	margin: 0 0 50px;
}
.ctgStaff .contentsHead > img {
	position: absolute;
	top: 0;
	left: 0;
}
.ctgStaff .contentsHead .staffName {
	position: absolute;
	top: 139px;
	left: 170px;
	width: 248px;
	height: 154px;
	color: #fff;
	background: #eccb5a;/* IE8 */
	background: rgba(236,203,90,0.8);
	text-align: center;
}
.ctgStaff .contentsHead .staffName.right {
	left: auto;
	right: 196px;
}
.ctgStaff .contentsHead .staffName h2 {
	padding: 40px 0 15px;
	font-size: 212.5%;/* 34px */
	font-weight: bold;
}
.ctgStaff .contentsHead .staffName p {
	line-height: 1.4;
}
.blockProfile01 {
	width: 770px;
	margin: 0 auto 30px;
	padding: 28px 55px 40px;
	border: 1px solid #f5f5f5;
	background: #fff;
}
.blockProfile01 h4 {
	position: relative;
	padding: 0 0 17px;
	font-size: 125.0%;/* 20px */
	font-weight: bold;
}
.blockProfile01 h4:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 240px;
	height: 4px;
	background: #eccb5a;
}
.blockProfile01 h4:after {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	width: 530px;
	height: 4px;
	background: #f6eac3;
}
.blockProfile01 table {
	width: 770px;
}
.blockProfile01 th,
.blockProfile01 td {
	border-top: 1px solid #e2e2e1;
	vertical-align: top;
}
.blockProfile01 tr:first-child th,
.blockProfile01 tr:first-child td {
	border-top: none;
}
.blockProfile01 tr:nth-child(even) th,
.blockProfile01 tr:nth-child(even) td {
	background-color: #fafafa;
}
.blockProfile01 th {
	width: 189px;
	padding: 12px 20px 12px 30px;
	border-right: 1px solid #e2e2e1;
	font-weight: bold;
}
.blockProfile01 td {
	padding: 12px 25px;
	font-size: 87.5%;/* 14px */
	line-height: 1.7;
}
.blockProfile01 table.biography{width: auto;}
.blockProfile01 table.biography th{width: auto; padding: 0 1em 0 0; white-space: nowrap; font-weight: normal;border: 0px none;  font-size: 100%;}
.blockProfile01 table.biography td{width: auto; padding: 0; border: 0px none; font-size: 100%;}

.staffNav {
	width: 880px;
	margin: 0 auto;
}
.staffNav ul {
	padding: 0 0 30px;
	overflow: hidden;
}
.staffNav li {
	float: left;
	margin: 0 5px 10px;
}
/*----- special -------------------------------------------------------------*/
.ctgSpecial .contentsHead {
	border-bottom: 1px solid #ececec;
}
.ctgSpecial .contentsHead .mainImg {
	margin: 0 0 30px;
}
.ctgSpecial .contentsHead .lead {
	margin: 0 0 40px;
	font-size: 112.5%; /* 18px */
	font-weight: bold;
	line-height: 1.5;
}
.specialTitle01 {
	min-width: 1000px;
	padding: 30px 0;
	color: #fff;
	background: #d96460;
	font-size: 225%;/* 36px */
	font-weight: bold;
	text-align: center;
}
.blockSpecial01 {
	width: 1000px;
	margin: 0 auto;
	padding: 35px 0 0;
	overflow: hidden;
}
.blockSpecial01 .floatL {
	text-align: center;
}
.blockSpecial01 p {
	font-size: 112.5%; /* 18px */
	line-height: 1.7;
}
.blockSpecial01 p.note {
	margin: 10px 0 0;
	font-size: 77.8%; /* 14px */
}
.blockSpecial01 + .specialTitle01 {
	position: relative;
	margin-top: 30px;
	padding: 35px 0 25px;
}
.blockSpecial01 + .specialTitle01:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -18px;
	border-top: 18px solid #fff;
	border-bottom: 18px solid transparent;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}
/*----- question -------------------------------------------------------------*/
.ctgQuestion .contentsHead {
	border-bottom: 1px solid #ececec;
}
.ctgQuestion .contentsHead .mainImg {
	margin: 0 0 45px;
}
.ctgQuestion .contentsWrapper {
	padding-top: 1px;
}
.questionTitle01 {
	width: 1000px;
	margin: 30px auto 0;
	padding: 13px 0;
	color: #fff;
	background: #f8bc2c;
	font-size: 162.5%;/* 26px */
	text-align: center;
}
.blockQuestion01 {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 30px;
	border-top: 1px dotted #999;
	overflow: hidden;
}
.questionTitle01 + .blockQuestion01 {
	border-top: none;
}
.ctgQuestion .boxFaq .question {
	background: url(../img/patient/question_question.png) no-repeat;
}
.ctgQuestion .boxFaq .answer {
	background: url(../img/patient/question_answer.png) no-repeat;
}
.blockQuestion01 .note {
	margin: 20px 0 0;
	font-size: 88.9%; /* 16px */
}
.blockQuestion01 .boxFaq .question {
	padding: 10px 0 10px 58px;
	font-size: 137.5%; /* 22px */
}
.blockQuestion01 .boxFaq .answer p {
	font-size: 112.5%; /* 18px */
}
.bo {
	font-weight: bold;
}



} /* @media */
