@charset "utf-8";
/* ============================================
      base
============================================ */
#wrapper {
	min-width: 970px;
	width: auto;
}

header,
.globalNav,
footer,
.mainArea,
#breadCrumb ol {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

.mainArea,
#breadCrumb,
.notation dt,
aside {
	font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
}

#contentsArea {
	width: auto;
}

.contentsArea {
	color: #444;
	font-size: 16px;
	line-height: 1.75;
	background: #c0dcf8;
	position: relative;
	padding: 50px 0 400px;
}

.contentsArea:before,
.contentsArea:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

.contentsArea:before {
	background: url(/healthcare/item/img/bg_001.png) no-repeat center 0;
}

.contentsArea:after {
	background: url(/healthcare/item/img/bg_index_002.png) no-repeat center bottom;
}

.contentsArea p,
.contentsArea figure,
.contentsArea ul,
.contentsArea ol,
.contentsArea dl {
	margin: 0 0 15px;
}

.contentsArea dl {
	margin: 0 0 30px;
}

.contentsArea ul,
.contentsArea ol,
.contentsArea dl {
	line-height: 1.5;
}

.contentsArea figure {
	text-align: center;
}

.contentsArea figcaption {
	margin: 5px 0 0;
}

.contentsArea li {
	margin: 0 0 5px;
}

.contentsArea img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.mainArea {
	position: relative;
	z-index: 1;
}

.mainArea > article {
	background: #fff;
	width: 772px;
	float: left;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 50px 30px;
}

.mainArea > aside {
	width: 178px;
	float: right;
}

sup {
 	vertical-align: baseline;
	position: relative;
	top: -0.8ex;
}

sub {
	vertical-align: baseline;
}

/*link*/
.contentsArea a,
#breadCrumb a,
aside a {
	color: #114f8f;
	text-decoration: none;
}

.contentsArea a:hover,
#breadCrumb a:hover {
	text-decoration: underline;
}

.indexBnr a {
	background: url(/healthcare/item/img/bnr_001_o.png) no-repeat 0 0;
	display: block;
}

.indexBnr a img,
.imgLink img,
.mapList a {
	transition: .3s;
}

.indexBnr a:hover img {
	opacity: 0;
}

.imgLink:hover img {
	opacity: .6;
}


/* ============================================
      font-family
============================================ */
/*新ゴ H(UD Shin Go Heavy)*/
/*新ゴ B(UD Shin Go Bold)*/

/*新ゴ DB(UD Shin Go DemiBold)*/
.mainArea h1,
.mainArea h2,
.mainArea h3,
.leadTxt,
dt {
	font-family: UD Shin Go DemiBold,"メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
	font-weight: normal;
}

/*新ゴ M(UD Shin Go Medium)*/
.noteBox h2 {
	font-family: UD Shin Go Medium,"メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
	font-weight: normal;
}

/*新ゴ R(UD Shin Go Regular )*/
/*新ゴ L(UD Shin Go Light )*/


/* ============================================
      font-size (base 16px)
============================================
6px 37.50%
7px 43.80%
8px 50.00%
9px 56.30%
10px 62.50%
11px 68.80%
12px 75.00%
13px 81.30%
14px 87.50%
15px 93.80%
16px 100.00%
17px 106.30%
18px 112.50%
19px 118.80%
20px 125.00%
21px 131.30%
22px 137.50%
23px 143.80%
24px 150.00%*/

/*35px*/
.mainArea h1 {
	font-size: 218.75%;
}

/*20px*/
.leadTxt,
.mainArea h2 {
	font-size: 125.00%;
}

/*18px*/
.mainArea h3,
.noteBox h2 {
	font-size: 112.50%;
}

/*16px*/
.notation dt {
	font-size: 100%;
}

/*15px*/
.sideNav {
	font-size: 93.80%;
}

/*14px*/
aside .btnList01,
.contentsArea figcaption {
	font-size: 87.50%;
}

/*13px*/
dt {
	font-size: 81.30%;
}

/*11px*/
sup,
sub {
	font-size: 68.80%;
}


/* ============================================
      font color (base #444)
============================================ */
.leadTxt,
.mainArea h2 {
	color: #5da7f1;
}

.noteBox h2,
.circleList li:before,
.btnList01 li a,
dt {
	color: #fff;
}

.btnList01 li a:hover {
	color: #72a7dc;
}

.notation dt {
	color: #444;
}


/* ============================================
      breadCrumb
============================================ */
#breadCrumb {
	position: relative;
	border-top: #e5e5e5 1px solid;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#breadCrumb ol {
	color: #444;
	font-size: 14px;
	list-style: none;
	margin: 24px auto;
	padding: 0;
}

#breadCrumb li {
	display: inline-block;
	float: left;
}

#breadCrumb li:after {
	color: #9d9d9d;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	content: "＞";
	margin: 0 5px;
}

#breadCrumb li:last-child:after {
	content: "";
}


/* ============================================
      footerBacktop
============================================ */
div.footerBacktop {
	display: inline-block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	height: 60px;
	width: 60px;
	opacity: 0;
	transition: .3s;
	z-index: 15;
}

div.footerBacktop.bottom {
	bottom: 130px;
}

div.footerBacktop.show {
	opacity: 1;
}

div.footerBacktop p {
	margin: 0;
}

div.footerBacktop p a {
	text-indent: 100%;
	display: inline-block;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background: rgba(99,118,137,.5) url(/healthcare/item/img/icon_arrow_001.png) no-repeat center 22px;
	overflow: hidden;
	white-space: nowrap;
	transition: .3s;
	padding: 0;
}

div.footerBacktop p a:hover {
	background-color: rgba(99,118,137,.8);
}


/* ============================================
      Heading
============================================ */
/*h1*/
.mainArea h1 {
	line-height: 1.47;
	background: url(/healthcare/item/img/bg_heading_001.png) no-repeat 0 0;
	margin: 0 0 10px;
	padding: 22px 0 0;
}

/*h2*/
.mainArea h2 {
	line-height: 1.47;
	margin: 8px 0 18px;
}

/*h3*/
.mainArea h3 {
	line-height: 1.47;
	border-left: #92beea 4px solid;
	margin: 0 0 15px;
	padding: 2px 0 2px 11px;
}

.mainArea h3.size2of3 {
	margin-left: 252px;
}


/* ============================================
      section
============================================ */
.mainArea article .innerArea > section {
	margin: 60px 0;
}

.mainArea article .innerArea > section > section {
	margin: 18px 0;
}


/* ============================================
      List
============================================ */
/*dl*/
dt {
	width: 59px;
	text-align: center;
	background: #5da7f1;
	float: left;
	padding: 0 0 1px;
}

dd {
	margin: 0 0 5px 75px;
}

.typeLong dt {
	width: 100px;
}

.typeLong dd {
	margin-left: 120px;
}

/*notation*/
.contentsArea .notation {
	margin: 0 0 15px;
}

.notation dt {
	background: none;
	text-align: left;
	width: 2em;
	padding: 0;
}

.notation dd {
	margin: 0 0 5px 2em;
}


/*linkList*/
.linkList {
	list-style: none;
	padding: 0;
}

.linkList a {
	display: inline-block;
	background: url(/healthcare/item/img/icon_arrow_005.png) no-repeat 0 0.1em;
	min-height: 20px;
	padding: 0 0 0 28px;
}

/*iconList*/
.iconList {
	list-style: none;
	padding: 0;
}

.iconList li {
	vertical-align: top;
	width: 340px;
	min-height: 22px;
	box-sizing: border-box;
	display: inline-block;
	margin-right: 32px;
	padding: 0 0 0 28px;
}

.iconList li:nth-child(2n) {
	margin-right: 0;
}

.iconList li.date {
	background: url(/healthcare/item/img/icon_date_001.svg) no-repeat 0 0;
	background-size: 18px 20px;
}

.iconList li.place {
	background: url(/healthcare/item/img/icon_place_001.svg) no-repeat 0 0;
	background-size: 15px auto;
}

/*numberList*/
.numberList {
	width: 170px;
	float: left;
}

.numberList dt {
	text-align: left;
	background: none;
	width: 25px;
}

.numberList dd {
	margin-left: 25px;
}

/*btnList01*/
ul.btnList01 {
	width: 596px;
	list-style: none;
	margin: 0 auto 50px;
	padding: 0;
}

.btnList01 li {
	width: 280px;
	display: inline-block;
	margin: 0 36px 10px 0;
}

.btnList01 li:nth-child(2n) {
	margin-right: 0;
}

.btnList01 li a {
	border: #72a7dc 2px solid;
	background: #72a7dc no-repeat 20px center;
	display: block;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 12px 10px 10px 85px;
	transition: .3s;
}

.btnList01 .pdf a {
	background-image: url(/healthcare/item/img/icon_pdf_001.svg);
	background-size: 24px auto;
}
.btnList01 .mail a {
	background-image: url(/healthcare/item/img/icon_mail_001.svg);
	background-size: 32px auto;
}

.btnList01 li a:hover {
	text-decoration: none;
	background-color: #fff;
}

.btnList01 .pdf a:hover {
	background-image: url(/healthcare/item/img/icon_pdf_001_o.svg);
}
.btnList01 .mail a:hover {
	background-image: url(/healthcare/item/img/icon_mail_001_o.svg);
}


/*snsList*/
ul.snsList {
	text-align: center;
	list-style: none;
	margin:0 0 60px;
	padding: 0;
}

.snsList li {
	display: inline-block;
	margin: 0 8px;
}

.snsList li a img {
	transition: .3s;
}

.snsList li a:hover img {
	opacity: .65;
}


/* ============================================
      table
============================================ */
table {
	border-collapse: collapse;
	background: #fff;
	width: 100%;
	margin: 0 0 35px;
}
table th,
table td {
	text-align: left;
	border: #e0e0e0 1px solid;
	padding: 10px;
}

table tr:nth-child(2n) {
	background: #f7f7f7;
}

table thead th {
	background: #ebf5ff;
}


/* ============================================
      Unit
============================================ */
.contentsArea .unit {
	float: left;
	margin-right: 32px;
}

.contentsArea .unit.right {
	float: right;
	margin-left: 32px;
	margin-right: 0;
}

.contentsArea .unit:last-child {
	margin-right: 0;
	margin-left: 0;
}


/* ============================================
      Size
============================================ */
.size1of2 {
	width: 340px;
}

.size1of3 {
	width: 220px;
}

.size2of3 {
	width: 460px;
}

.size560 {
	width: 560px;
}


/* ============================================
      noteBox
============================================ */
.noteBox {
	background: #edf3f8;
	padding: 10px;
}

.noteBox .inner {
	margin: 0 20px;
}

.noteBox h2 {
	text-align: center;
	background: #92beea;
	margin-top: 0;
	padding: 3px 5px 6px;
}

.noteBox .iconList li {
	display: inline-block;
	width: auto;
}

.noteBox dl {
	margin: 0;
}


/* ============================================
      borderBox
============================================ */
.borderBox {
	background: url(/healthcare/item/img/bg_line_001.svg) repeat-x 0 0,url(/healthcare/item/img/bg_line_001.svg) repeat-x 0 bottom;
	margin: 30px 0;
	padding: 36px 0;
}

.borderBox :last-child {
	margin-bottom: 0;
}

.borderBox+.bottomArea {
	background: none;
	padding: 20px 0 0;
}


/* ============================================
      bottomArea
============================================ */
.bottomArea {
	background: url(/healthcare/item/img/bg_line_001.svg) repeat-x 0 0;
	padding: 50px 0 0;
}



/* ============================================
      mapArea (/healthcare/item/virtual_eh.html)
============================================ */
.mapArea {
	position: relative;
	margin: 0 0 50px;
}

.mapArea figure {
	margin-bottom: 20px;
}

.mapList {
	list-style: none;
	padding: 0;
}

.mapList li {
	position: absolute;
	top: 0;
	margin: 0;
}

.mapList a {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}

.mapList a:hover {
	opacity: .7;
}

.mapList br {
	display: none;
}

.mapList li:first-child {
	top: 12px;
	right: 61px;
}
.mapList li:first-child a {
	background: url(/healthcare/item/img/txt_virtual_eh_001.png) no-repeat 0 0;
	width: 186px;
	height: 93px;
}

.mapList li:nth-child(2) {
	top: 19px;
	left: 23px;
}
.mapList li:nth-child(2) a {
	background: url(/healthcare/item/img/txt_virtual_eh_002.png) no-repeat 0 0;
	width: 203px;
	height: 95px;
}

.mapList li:nth-child(3) {
	top: 191px;
	left: 75px;
}
.mapList li:nth-child(3) a {
	background: url(/healthcare/item/img/txt_virtual_eh_003.png) no-repeat 0 0;
	width: 216px;
	height: 96px;
}

.mapList li:nth-child(4) {
	top: 142px;
	left: 239px;
}
.mapList li:nth-child(4) a {
	background: url(/healthcare/item/img/txt_virtual_eh_004.png) no-repeat 0 0;
	width: 144px;
	height: 97px;
}

.mapList li:nth-child(5) {
	top: 116px;
	left: 3px;
}
.mapList li:nth-child(5) a {
	background: url(/healthcare/item/img/txt_virtual_eh_005.png) no-repeat 0 0;
	width: 232px;
	height: 80px;
}

.mapList li:nth-child(6) {
	top: 267px;
	left: 1px;
}
.mapList li:nth-child(6) a {
	background: url(/healthcare/item/img/txt_virtual_eh_006.png) no-repeat 0 0;
	width: 253px;
	height: 92px;
}

.mapList li:nth-child(7) {
	top: 12px;
	left: 236px;
}
.mapList li:nth-child(7) a {
	background: url(/healthcare/item/img/txt_virtual_eh_007.png) no-repeat 0 0;
	width: 211px;
	height: 93px;
}

.mapList li:nth-child(8) {
	top: 453px;
	left: 9px;
}
.mapList li:nth-child(8) a {
	background: url(/healthcare/item/img/txt_virtual_eh_008.png) no-repeat 0 0;
	width: 366px;
	height: 116px;
}


/* ============================================
      movie
============================================ */
.movie {
	width: auto;
	line-height: 0;
	position: relative;
	padding-bottom: 46.5%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/* ============================================
      aside
============================================ */
.navBtn {
	display: none;
}

/*.sideNav*/
.sideNav ul {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
}

.sideNav li {
	margin: 0 0 20px;
	height: 100%;
}

.sideNav a,
.sideNav span {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	box-sizing: border-box;
	height: 50px;
	min-height: 50px;
	padding: 0 0 0 54px;
}

.sideNav a:before,
.sideNav span:before {
	position: absolute;
	left: 3px;
	top: 3px;
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	background: #83baf2 url(/healthcare/item/img/icon_side_001.png) no-repeat center center;
	border-radius: 50%;
	transition: .3s;
}

.sideNav a:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px #637689 solid;
	box-sizing: border-box;
	opacity: 0;
}

.sideNav a:hover:after,
.sideNav .current a:after {
	opacity: 1;
}
.sideNav a:hover:before,
.sideNav .current a:before {
	background-color: #637689;
}

.sideNav li:first-child {
	display: none;
}

.sideNav li:nth-child(3) a:before {
	background-image: url(/healthcare/item/img/icon_side_002.png);
	background-position: 52% 46%;
}
.sideNav li:nth-child(4) a:before,
.sideNav li:nth-child(4) span:before {
	background-image: url(/healthcare/item/img/icon_side_003.png);
}
.sideNav li:nth-child(5) a:before,
.sideNav li:nth-child(5) span:before {
	background-image: url(/healthcare/item/img/icon_side_004.png);
}
.sideNav li:nth-child(5) a:hover:before,
.sideNav li.current:nth-child(5) a:before {
	background-image: url(/healthcare/item/img/icon_side_004_o.png);
}
.sideNav li:nth-child(6) a:before,
.sideNav li:nth-child(6) span:before {
	background-image: url(/healthcare/item/img/icon_side_005.png);
}
.sideNav li:nth-child(7) a:before,
.sideNav li:nth-child(7) span:before {
	background-image: url(/healthcare/item/img/icon_side_006.png);
	background-position: 50% 40%;
}
.sideNav li:nth-child(7) a:hover:before,
.sideNav li.current:nth-child(7) a:before {
	background-image: url(/healthcare/item/img/icon_side_006_o.png);
}
.sideNav li:nth-child(8) a:before,
.sideNav li:nth-child(8) span:before {
	background-image: url(/healthcare/item/img/icon_side_007.png);
}
.sideNav li:nth-child(9) a:before,
.sideNav li:nth-child(9) span:before {
	background-image: url(/healthcare/item/img/icon_side_008.png);
}
.sideNav li:nth-child(10) a:before,
.sideNav li:nth-child(10) span:before {
	background-image: url(/healthcare/item/img/icon_side_009.png);
	background-position: 55% 50%;
}

/*btnList01*/
aside .btnList01 {
	width: auto;
	margin: 0 0 30px;
}

aside .btnList01 li {
	width: auto;
	display: block;
	margin: 0 0 10px;
}

aside .btnList01 a {
	background: #72a7dc no-repeat 14px 48%;
	padding: 8px 10px 7px 50px;
}

aside .btnList01 .pdf a {
	background-image: url(/healthcare/item/img/icon_pdf_002.png);
	background-size: auto;
}

aside .btnList01 .mail a {
	background-image: url(/healthcare/item/img/icon_mail_002.png);
	background-position: 10px center;
	background-size: auto;
}

aside .btnList01 .pdf a:hover {
	background-image: url(/healthcare/item/img/icon_pdf_002_o.png);
}
aside .btnList01 .mail a:hover {
	background-image: url(/healthcare/item/img/icon_mail_002_o.png);
}

/*snsList*/
aside .snsList {
	margin: 0 0 30px;
}

aside .snsList li {
	margin: 0 17px 10px 0;
	float: left;
}

aside .snsList li:nth-child(3n) {
	margin-right: 0;
}




/* ============================================
      component
============================================ */
/* attention */
.attentionBlock {
  margin-bottom: 20px;
  padding: 20px 30px 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.attentionBlock p {
  font-weight: bold;
}


/* ============================================
      ajustment
============================================ */
.topBorder {
	border-top: #92beea 2px solid;
	box-sizing: border-box;
}

.centerBox {
	margin-left: auto;
	margin-right: auto;
}

.alignC {
	text-align: center !important;
}

.alignR {
	text-align: right !important;
}

.alignL {
	text-align: left !important;
}

.marginBottom0 {
	margin-bottom: 0 !important;
}

.marginBottom15 {
	margin-bottom: 15px !important;
}

.marginBottom25 {
	margin-bottom: 25px !important;
}

.marginTop35 {
	margin-top: 35px !important;
}

.marginTop60 {
	margin-top: 60px !important;
}


/* ============================================
      clearfix
============================================ */
#breadCrumb ol:after,
.mainArea:after,
.row:after,
.iconList:after,
.dl:after,
aside .snsList:after {
  content: "";
  display: block;
  clear: both;
}



@media only screen and (min-width: 600px) { /* device-width: 600px ～ for PC */
.pcHide {
	display: none;
}
}


@media only screen and (max-width: 599px) { /* device-width: 320px ～ 599px  for Smartphone */
/* ============================================
      base
============================================ */
#wrapper {
	min-width:320px;
	width: 100%;
}

.contentsArea {
	font-size: 14px;
	line-height: 1.71;
	background: #fff;
}

#contentsArea {
	padding: 0 0 40px;
}

.contentsArea:before,
.contentsArea:after {
	content: none;
}

.contentsArea img {
	max-width: 100%;
	height: auto;
}

.contentsArea dl {
	margin: 0 0 15px;
}

.mainArea article {
	position: relative;
	background: #c0dcf8;
	border-radius: 0;
	padding: 15px 15px 123px;
}

.mainArea article:before,
.mainArea article:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

.mainArea article:before {
	background: url(/healthcare/item/img/bg_sp_001.png) no-repeat center 0;
	background-size: 100% auto;
}

.mainArea article:after {
	background: url(/healthcare/item/img/bg_index_sp_002.png) no-repeat center bottom;
	background-size: 100% auto;
}

.mainArea .innerArea {
	background: #fff;
	position: relative;
	z-index: 1;
	border-radius: 4px;
	padding: 25px 15px 15px;
}

aside {
	padding: 0 10px 5px;
	box-sizing: border-box;
	box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.2);
	position: relative;
	z-index: 3;
}

/*link*/
.indexBnr a {
	background: url(/healthcare/item/img/bnr_sp_001.png) no-repeat 0 0;
	background-size: 100% auto;
	padding: 0 0 15px;
}

.indexBnr img {
	opacity: 0;
}


/* ============================================
      display none
============================================ */
#breadCrumb,
.mainArea > aside .snsList,
.spHide {
	display: none;
}

/* ============================================
      width reset
============================================ */
header,
.globalNav,
footer,
.mainArea,
#breadCrumb ol,
.mainArea > aside,
.mainArea > article,
.iconList li,
ul.btnList01,
.size1of2,
.size1of3,
.size2of3,
.size560 {
	width: 100%;
	float: none;
}

.globalNav {
	width: 96%;
}


/* ============================================
      font color (base #444)
============================================ */
aside .btnList01 a,
aside .btnList01 a:hover {
	color: #114f8f;
}

.sideNav .current a {
	color: #444;
}

/* ============================================
      font-size (base 14px)
============================================
6px 42.90%
7px 50.00%
8px 57.10%
9px 64.30%
10px 71.40%
11px 78.60%
12px 85.70%
13px 92.90%
14px 100.00%
15px 107.10%
16px 114.30%
17px 121.40%
18px 128.60%
19px 135.70%
20px 142.90%
21px 150.00%
22px 157.10%
23px 164.30%
24px 171.40%*/

/*22px*/
#contentsArea .mapList a:before {
	font-size: 157.10%;
}

/*18px*/
.mainArea h1 {
	font-size: 128.60%;
}

/*15px*/
.leadTxt,
.mainArea h2,
.mainArea h3,
.noteBox h2 {
	font-size: 107.10%;
}

/*13px*/
.sideNav,
aside .btnList01 {
	font-size: 92.90%;
}

/*14px*/
.notation dt,
.notation dd {
	font-size: 100%;
}

/*13px*/
.iconList,
dd {
	font-size: 92.90%;
}

/*12px*/
.btnList01 {
	font-size: 85.70%;
}

/*11px*/
dt {
	font-size: 78.60%;
}

/*10px*/
sup,
sub {
	font-size: 71.40%;
}


/* ============================================
      footerBacktop
============================================ */
div.footerBacktop {
	bottom: 10px;
	right: 10px;
}

div.footerBacktop p {
	padding: 0;
}

div.footerBacktop p a {
	height: 45px;
	width: 45px;
	background-position: center 18px;
	background-size: 12px auto;
	overflow: hidden;
	white-space: nowrap;
	transition: .3s;
	padding: 0;
}

div.footerBacktop p a:hover {
	background-color: rgba(99,118,137,.8);
}



/* ============================================
      Heading
============================================ */
/*h1*/
.mainArea h1 {
	line-height: 1.38;
	background-size: 50px 3px;
	margin: 0 0 15px;
	padding: 12px 0 0;
}

/*h2*/
.mainArea h2 {
	line-height: 1.66;
}


/*h3*/
.mainArea h3 {
	line-height: 1.3;
	border-left: #92beea 4px solid;
	margin: 0 0 15px;
	padding: 0 0 0 8px;
}

.mainArea h3.size2of3 {
	margin-left: 0;
}


/* ============================================
      section
============================================ */
.mainArea article .innerArea > section {
	margin: 40px 0;
}


/* ============================================
      List
============================================ */
/*dl*/
dt,
.typeLong dt {
	width: 87px;
	float: none;
	margin: 0 0 5px;
	padding: 0 0 1px;
}

dd,
.typeLong dd {
	margin: 0 0 5px;
}

/*notation*/
.notation dt {
	float: left;
}

/*linkList*/
.linkList a {
	background: url(/healthcare/item/img/icon_arrow_005.svg) no-repeat 0 0;
	background-size: 18px;
	min-height: 18px;
	padding: 0 0 0 23px;
}

/*iconList*/
.iconList li {
	min-height: 22px;
	margin-right: 0;
	padding: 0 0 0 20px;
}

.iconList li.date {
	background-size: 13px auto;
	background-position: 0 .1em;
}

.iconList li.place {
	background-size: 10px auto;
	background-position: 2px .1em;
}

/*numberList*/
.contentsArea .numberList {
	width: 46%;
	margin: 0 4% 15px 0;
}

.contentsArea .numberList:last-child {
	margin-right: 0;
}

.numberList dt {
	float: left;
	padding: 0;
}

.numberList dd {
	min-height: 20px;
}

/*btnList01*/
ul.btnList01 {
	margin: 0 auto 20px;
}

.btnList01 li {
	width: 48%;
	margin-right: 4%;
}

.btnList01 li:nth-child(2n) {
	margin-right: 0;
}

.btnList01 li a {
	background-position: 10px center;
	border-radius: 2px;
	padding: 7px 5px 6px 35px;
}

.btnList01 .pdf a {
	background-size: 15px auto;
}
.btnList01 .mail a {
	background-size: 18px auto;
}

/*snsList*/
ul.snsList {
	margin:0 0 30px;
}



/* ============================================
      table
============================================ */
.tableWrapper {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	margin: 0 0 35px;
}

.tableWrapper table {
	margin: 0;
	min-width: 712px;
}


/* ============================================
      Unit
============================================ */
.contentsArea .unit,
.contentsArea .unit.right {
	margin-right: 0;
	margin-left: 0;
}


/* ============================================
      noteBox
============================================ */
.contentsArea .noteBox,
.mainArea article .innerArea > section.noteBox {
	margin: 20px 0 40px;
}

.noteBox .inner {
	margin: 0;
}

.noteBox h2 {
	text-align: left;
	padding: 4px 10px 5px;
}

.noteBox .iconList li {
	display: block;
}

.noteBox dl {
	margin: 0;
}


/* ============================================
      bottomArea
============================================ */
.bottomArea {
	padding: 40px 0 0;
}


/* ============================================
      mapArea (/healthcare/item/virtual_eh.html)
============================================ */
.mapArea {
	margin-bottom: 40px;
}

.mapArea figure {
	margin-bottom: 10px;
}

.mapArea figure img {
	opacity: 0;
}

.mapArea figure:first-of-type {
	background: url(/healthcare/item/img/img_virtual_eh_003.png) no-repeat 0 0;
	background-size: 100% auto;
}

.mapArea figure:nth-of-type(2) {
	background: url(/healthcare/item/img/img_virtual_eh_004.png) no-repeat 0 0;
	background-size: 100% auto;
	margin-right: 46.15%;
}

#contentsArea .mapList li {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	counter-increment: map;
}

#contentsArea .mapList a {
	text-indent: 0;
	display: block;
	overflow: visible;
	width: auto;
	height: auto;
	background: #eff6fd;
	position: relative;
	white-space: normal;
	padding: 19px 45px;
}

#contentsArea .mapList a:before,
#contentsArea .mapList a:after {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	margin: auto;
}

#contentsArea .mapList a:before {
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
	line-height: 1.3636;
	content : counter(map);
	left: 9px;
	width: 30px;
	height: 30px;
	background: #5abbe8;
	border-radius: 50%;
}

#contentsArea .mapList a:after {
	content: "";
	background: url(/healthcare/item/img/icon_movie_001.svg) no-repeat center center;
	right: 7px;
	width: 27px;
	height: 27px;
}

#contentsArea .mapList li:nth-child(2n) a {
	background-color: #deeaf7;
}

.mapList br {
	display: block;
}



/* ============================================
      aside
============================================ */
p.navBtn {
	text-align: right;
	display: block;
	cursor: pointer;
	position: relative;
	margin: 0 0 10px;
	padding: 3px 62px 1px 0;
}

.navBtn:after {
	content: "";
	background: #f5f5f5 url(/healthcare/item/img/icon_arrow_006.svg) no-repeat center center;
	background-size: 30px auto;
	border-radius: 3px;
	width: 48px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

.navDetail {
	background: #f6fafa;
	display: none;
	margin: 0 0 5px;
}

.navDetail.active {
	display: block;
}

.navDetail ul {
	margin: 0;
}

.navDetail li {
	height: auto;
	margin: 0;
}

.sideNav li:first-child {
	display: block;
}

.sideNav li a,
.sideNav li span,
aside .btnList01 .pdf a,
aside .btnList01 .mail a,
aside .btnList01 .pdf a:hover,
aside .btnList01 .mail a:hover {
	border: none;
	border-radius: 0;
	display: block;
	background: url(/healthcare/item/img/icon_arrow_007.svg) no-repeat 14px center;
	background-size: 7px auto;
	padding: 7px 5px 5px 33px;
	height: auto;
	min-height: 0;
	transition: 0s;
}

.sideNav li a,
aside .btnList01 .pdf a,
aside .btnList01 .mail a,
aside .btnList01 .pdf a:hover,
aside .btnList01 .mail a:hover {
	text-decoration: underline;
}

.sideNav .current a,
.sideNav a:hover,
aside .btnList01 .pdf a:hover,
aside .btnList01 .mail a:hover {
	background-color: #ddecec;
}

/*.sideNav*/
.sideNav .current a {
	text-decoration: none;
}

.sideNav a:before,
.sideNav span:before,
.sideNav a:after {
	content: none;
}

/*btnList01*/
aside .btnList01 li {
	margin: 0;
}


}
