@charset "utf-8";
/* -------------------------------------------------------------------
		common CSS for seminar landing pages
------------------------------------------------------------------- */
/* ============================================
      base
============================================ */
body {
	-webkit-text-size-adjust: 100%;
	min-width: 970px;
}

.contentsArea {
	color: #000;
	font-family: Lucida Sans Unicode, Lucida Grande, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic W3 JIS2004, "メイリオ","ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	line-height: 1.714;
}

#wrapper,
#contentsArea {
	width: auto;
}

header,
footer,
.innerArea,
.about,
.agenda,
.ancList01 ul,
.ancList02 ul {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

.contentsArea ul,
.contentsArea ol,
.contentsArea table {
	margin: 0 0 25px;
}

.contentsArea p,
.contentsArea figure,
.contentsArea dl {
	margin: 0 0 20px;
}

.contentsArea li {
	margin: 0 0 15px;
}

.contentsArea figure {
	text-align: center;
}

.contentsArea figcaption {
	margin-top: 10px;
}

.contentsArea img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

.contentsArea img.iconImg {
	vertical-align: middle;
}

.contentsArea a:hover img {
	opacity: .7;
}

header img {
	vertical-align: baseline;
}

.contentsArea sup {
 	vertical-align: baseline;
	position: relative;
	top: -0.8ex;
}

.contentsArea sub {
	vertical-align: baseline;
}



/* ============================================
      font-familly
============================================ */
/*Hiragino Kaku Gothic W1 JIS2004*/
/*Hiragino Kaku Gothic W2 JIS2004*/
/*Hiragino Kaku Gothic W3 JIS2004*/
.contentsArea .products h3 {
	font-family: Lucida Sans Unicode, Lucida Grande, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic W3 JIS2004, "メイリオ","ＭＳ Ｐゴシック",sans-serif;
}

/*Hiragino Kaku Gothic W4 JIS2004*/
.inquiryArea h2 {
	font-family:  Lucida Sans Unicode, Lucida Grande, "ヒラギノ角ゴ Pro W4", Hiragino Kaku Gothic W4 JIS2004, "メイリオ","ＭＳ Ｐゴシック", sans-serif;
}

/*Hiragino Kaku Gothic W5 JIS2004*/
/*Hiragino Kaku Gothic W6 JIS2004*/
.leadingArea,
.contentsArea table th,
.scheduleArea .agendaList dt,
.accessArea .headingArea {
	font-family:  Lucida Sans Unicode, Lucida Grande, "ヒラギノ角ゴ Pro W6", Hiragino Kaku Gothic W6 JIS2004, "メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
}

.contentsArea h1,
.contentsArea h2,
.contentsArea h3,
.products h2,
.heroArea .leadingTxt,
.heroArea .subLeadingTxt,
.creditArea dt {
	font-family: "ヒラギノ角ゴ Pro W6", Hiragino Kaku Gothic W6 JIS2004, "メイリオ","ＭＳ Ｐゴシック", Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: bold;
}
/*Hiragino Kaku Gothic W7 JIS2004*/
/*Hiragino Kaku Gothic W8 JIS2004*/
/*Hiragino Kaku Gothic W9 JIS2004*/


/* ============================================
      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%*/

/*48px*/
.contentsArea h1 {
	font-size: 342.85%;
}
	.contentsArea h1 .subtitle {
		font-size: 66.66%;
	}

/*32px*/
.leadingArea h2 {
	font-size: 228.57%;
}

/*30px*/
.contentsArea h2 {
	font-size: 214.28%;
}

/*26px*/
.heroArea .leadingTxt,
.heroArea .subLeadingTxt {
	font-size: 185.71%;
}

/*24px*/
.contentsArea h3,
.inquiryArea h2 {
	font-size: 171.40%;
}

/*20px*/
.products h2 {
	font-size: 142.90%;
}

/*18px*/
.contentsArea table,
.ancList01,
.ancList02,
.accessArea h2,
.creditArea dt,
.inquiryArea p {
	font-size: 128.60%;
}

/*16px*/
.heroArea dl,
.leadingArea p {
	font-size: 114.30%;
}

/*14px*/
.products h3 {
	font-size: 100%;
}


/* ============================================
      color (base #000)
============================================ */
/*#152853 navy*/
.contentsArea h2,
.contentsArea table th,
.leadingArea {
	color: #152853;
}

/*#152853 navy*/
.contentsArea h3 {
	color: #172b56;
}

/*#fff white*/
.heroArea.typeDark,
.ancList01 a,
.ancList02 a,
.inquiryArea h2,
.inquiryArea a,
.normalArea02 {
	color: #fff;
}

/*#8c763a gold*/
.products h2,
.creditArea dt {
	color: #8c763a;
}

/*#595757 gray*/
.speaker .position {
	color: #595757;
}
/*#000 black*/
.heroArea.typeLight,
.contentsArea .btnList02 a,
.heroArea.typeLight .ancList01 a,
.heroArea.typeLight .ancList02 a {
	color: #000;
}

/*#404040 black*/
.attentionBlock {
	color: #404040;
}


/* ============================================
      text decoration
============================================ */
.ancList01 a,
.ancList02 a,
.btnList02 a,
.inquiryArea a {
	text-decoration: none;
}

.ancList01 a:hover,
.ancList02 a:hover,
.inquiryArea a:hover,
.btnList02 a:hover {
	text-decoration: underline;
}

/* ============================================
      transition
============================================ */
.contentsArea a img,
.contentsArea .btnList02 a {
	transition: .25s;
}

/* ============================================
      heading
============================================ */
/*h1*/
.contentsArea h1 {
	line-height: 1.25;
	letter-spacing: -0.04em;
	margin: 0 0 20px;
}

.contentsArea h1 .subtitle {
	display: inline-block;
}

.contentsArea h1 .subtitle:first-child {
	margin-bottom: .65em;
}
.contentsArea h1 .subtitle:last-child {
	margin-top: .65em;
}

/*h2*/
.contentsArea h2 {
	line-height: 1.18;
	box-sizing: border-box;
	margin: 60px 0 30px;
}

.scheduleArea .about h2,
.scheduleArea .agenda h2,
.speaker h2 {
	background: no-repeat 0 0;
	background-size: 113px;
	min-height: 113px;
	padding: 40px 0 38px 132px;
}

/*h3*/
.contentsArea h3 {
	line-height: 1.25;
	margin: 0 0 10px;
}

/*h4*/
.contentsArea h4 {
	margin: 0 0 17px;
}


/* ============================================
      section
============================================ */


/* ============================================
      text
============================================ */


/* ============================================
      table
============================================ */
.contentsArea table {
	border-collapse: collapse;
	width: 100%;
}

.contentsArea th,
.contentsArea td {
	text-align: left;
	border-bottom: #c19d57 1px solid;
	padding: 15px 5px;
}


/* ============================================
      list
============================================ */
.contentsArea ul {
	list-style: none;
	padding: 0;
}

.contentsArea dt,
.contentsArea dd {
	display: inline;
}

.contentsArea dd {
	margin: 0 0 0 5px;
}

.contentsArea dd::after {
	content: "\A";
	white-space: pre;
}


/*btnList01 (for image btn)*/
.btnList01 {
	margin: 0 0 15px;
}

.btnList01 a {
	text-align: center;
	display: block;
}

/*btnList02 (for txt btn)*/
.contentsArea .btnList02 {
	text-align: center;
	margin-bottom: 30px;
}

.contentsArea .btnList02 li {
	width: 260px;
	margin: 0 auto 20px;
}

.contentsArea .btnList02 li:last-child {
	margin-bottom: 0;
}

.contentsArea .btnList02 a {
	display: block;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #dedede;
	box-sizing: border-box;
	outline: none;
	padding: 14px;
}

.contentsArea .btnList02 a:hover {
	color: #0068b4;
	box-shadow: 0px 4px 6px 4px rgba(33,33,33,.1);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.contentsArea .btnList02 a > span {
	text-decoration: inherit;
	display: inline-block;
	background: url(/healthcare/shared/img/icon_lineupSlide_arrow.png) center left no-repeat;
	padding: 0 0 0 24px;
}

/*btnList02.(typeLine : 横並び )*/
.contentsArea .btnList02.typeLine,
.contentsArea .btnList02.typeLine li,
.contentsArea .btnList02.typeLine a {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.contentsArea .btnList02.typeLine {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom:  10px;
}

.contentsArea .btnList02.typeLine li {
	-webkit-flex: 0 0 260px;
	flex: 0 0 260px;
	margin: 0 10px 20px;
}

.contentsArea .btnList02.typeLine a {
	width: 100%;
	-webkit-align-items: center;
	align-items: center;
}


/* ============================================
      unit
============================================ */
.contentsArea .unit {
	float: left;
	margin-right: 30px;
}

.contentsArea .unit:last-child {
	margin-right: 0;
}


/* ============================================
      size
============================================ */
.size186 {
	width: 186px;
}

.size658 {
	width: 658px;
}


/* ============================================
      movie
============================================ */
.movie {
	width: 560px;
	margin: 20px auto;
}

/* ============================================
      notation
============================================ */
.notation dt,
.notation dd {
	display: block;
	margin: 0 0 5px;
}

.notation dt {
	width: 1.5em;
	float: left;
	clear: both;
}

.notation dd {
	padding: 0 0 0 1.5em;
}

/* ============================================
      heroArea
============================================ */
.heroArea {
	text-align: center;
	background: no-repeat center bottom;
	background-size: cover;
	padding: 110px 0 36px;
}

.heroArea .leadingTxt {
	margin: 0 0 13px;
}

.heroArea dl {
	margin: 0 0 18px;
}

.heroArea .notation dt,
.heroArea .notation dd {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
}

.heroArea .notation dd {
	margin: 0 0 0 5px;
}

/*typeDark*/
.heroArea.typeDark {
	background-color: #256499;
}

/*typeLight*/
.heroArea.typeLight {
	background-color: #fff;
}


/* ---------------------
      ancList
--------------------- */
.ancList01,
.ancList02 {
	margin: 70px 0 0;
}

.ancList01 ul,
.ancList02 ul {
	margin: 0 auto;
}

.ancList01 li,
.ancList02 li {
	display: inline-block;
	margin: 0 25px;
}
.ancList01 a,
.ancList02 a {
	display: block;
	background: no-repeat 0 .2em;
	background-size: 21px;
	padding: 0 0 0 30px;
}

/*ancList01*/
.ancList01 a {
	background-image: url(/healthcare/seminar/img/seminar_lp_icon_arrow_001.svg) ;
}

/*ancList02*/
.ancList02 a {
	background-image: url(/healthcare/seminar/img/seminar_lp_icon_arrow_08.png) ;
}



/* ============================================
      normalArea
============================================ */
.normalArea01 {
	background: url(/healthcare/seminar/img/seminar_lp_bg_004.png) repeat center top;
	padding: 68px 0 62px;
}

.normalArea02 {
	background: #402a1f;
	padding: 68px 0 52px;
}

.normalArea03 {
	background: #f2f2f2;
	padding: 50px 0;
}


.normalArea01 > :first-child,
.normalArea02 > :first-child,
.normalArea03 > :first-child {
	margin-top: 0;
}
.normalArea01 > :last-child,
.normalArea02 > :last-child,
.normalArea03 > :last-child {
	margin-bottom: 0;
}


/* ============================================
      leadingArea
============================================ */
.leadingArea {
	text-align: center;
	background: #fff url(/healthcare/seminar/img/seminar_lp_bg_002.jpg) no-repeat center bottom;
	background-size: 100% auto;
	border-bottom: #8c8c8c 1px solid;
	padding: 80px 0 127px;
}

.leadingArea h2 {
	letter-spacing: 0.02em;
	min-height: 0;
	margin: 30px 0 30px;
	padding: 0;
}

.leadingArea .txtArea {
	line-height: 2.18;
	margin: 0 70px;
}

.leadingArea p {
	margin: 0 0 40px;
}


/* ============================================
      scheduleArea
============================================ */
.scheduleArea {
	background: #fff url(/healthcare/seminar/img/seminar_lp_bg_003.jpg) no-repeat center center;
	background-size: cover;
	padding: 1px 0;
}

.scheduleArea section {
	margin: 76px auto;
}

.scheduleArea .about h2 {
	background-image: url(/healthcare/seminar/img/seminar_lp_icon_heading_001.png);
}

.scheduleArea .agenda h2 {
	background-image: url(/healthcare/seminar/img/seminar_lp_icon_heading_002.png);
}

.scheduleArea .agendaList dt,
.scheduleArea .agendaList dd {
	display: block;
}

.scheduleArea .agendaList dd {
	margin: 0 0 15px;
}


/* ============================================
     .speaker
============================================ */
.speaker {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.speaker h2 {
	background-image: url(/healthcare/seminar/img/seminar_lp_icon_heading_003.png);
}

.normalArea01 .speaker h2 {
	margin-top: 0;
}

.speaker .position {
	margin: 0 0 23px;
}

.speaker > section {
	margin: 40px 43px;
}


/* ============================================
     .products
============================================ */
.products {
	background: #efeff0;
	margin: 38px 0;
	padding: 30px 43px 5px;
}

.products h2 {
	margin: 0 0 25px;
}

.products h3 {
	font-weight: normal;
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 15px;
}

.products h3::before {
	content: "◆";
	position: absolute;
	left: 0;
	top: -.05em;
}

.products > section {
	margin: 25px 0 30px;
}

.products .detail {
	padding: 0 0 0 15px;
}

.products .detail p {
	margin-bottom: 10px;
}


/* ============================================
      accessArea
============================================ */
.accessArea {
	background: #f2f2f2;
	padding: 56px 0 26px;
}

.accessArea + .normalArea03 {
	padding-top:  1px;
}

.accessArea .headingArea {
	display: table;
	width: 100%;
	border-bottom: #b3b0a9 1px solid;
	margin: 0 0 34px;
	padding: 0 0 6px;
}

.accessArea h2,
.accessArea .detail {
	vertical-align: middle;
	display: table-cell;
}

.accessArea h2 {
	line-height: 2.66;
	background: url(/healthcare/seminar/img/seminar_lp_icon_heading_004.svg) no-repeat 11px center;
	background-size: 29px auto;
	width: 15%;
	padding: 0 0 0 50px;
}

.accessArea .detail {
	width: 85%;
}

.accessArea .detail :last-child {
	margin-bottom: 0;
}

.accessArea .map {
	position: relative;
	padding-bottom: 70.103%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin: 0 0 15px;
}

.accessArea .map iframe,
.accessArea .map object,
.accessArea .map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ============================================
      creditArea
============================================ */
.creditArea {
	text-align: center;
	padding: 21px 0 60px;
}

.creditArea dt {
	display: block;
	letter-spacing: 0.5em;
	position: relative;
	margin: 45px 0 28px;
}

.creditArea dt:after {
	content: "";
	display: block;
	background: #898989;
	height: 1px;
	width: 241px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: -1;
}

.creditArea dt span {
	background: #fff;
	display: inline-block;
	padding: 0 10px 4px 19px;
}

.creditArea dd {
	display: inline-block;
	width: 350px;
	margin: 0;
}


/* ============================================
      inquiryArea
============================================ */
.inquiryArea {
	text-align: center;
	background: #192e5a;
	margin: 0 0 -5px;
}

.inquiryArea a {
	display: block;
	padding: 59px 0 32px;
}

.inquiryArea h2 {
	font-weight: normal;
	min-height: 0;
	margin: 0 0 16px;
	padding: 0;
}

.inquiryArea h2 span {
	background: url(/healthcare/seminar/img/seminar_lp_icon_heading_005.svg) no-repeat 0 .05em;
	background-size: 38px auto;
	display: inline-block;
	min-height: 28px;
	padding: 0 0 0 48px;
}

/* ============================================
      attentionBlock
============================================ */
.attentionBlock {
	border: 1px solid #ccc;
	border-radius: 5px;
	background: rgba(255,255,255,.7);
	margin: 0 0 40px;
	padding: 20px 15px;
}

.attentionBlock > :last-child {
	margin-bottom: 0;
}


/* ============================================
      globalNav
============================================ */
.globalNav {
	display: none;
}


/* ============================================
      header
============================================ */
header div.svgSwitch #header_km_logo {
	float: left;
}


/* ============================================
      footer
============================================ */
footer p.copyright small {
	display: block;
}

footer #page-top {
	position: fixed;
	right: -100px;
	bottom: 30px;
	z-index: 3;
	transition: .3s;
	margin: 0;
}

footer #page-top a{
	display: block;
}

footer #page-top img {
	border:none;
}

footer #page-top.show {
	right: 20px;
}

footer #page-top.show.bottom {
	bottom: 104px;
}


/* ============================================
      ajustment
============================================ */
/*color*/
.colorRed {
	color: #e73134 !important;
}

.colorGold {
	color: #bda252 !important;
}

/*align*/
.alignR {
	text-align: right !important;
}
.alignC {
	text-align: center !important;
}
.alignL {
	text-align: left !important;
}

.valignM {
	vertical-align: middle !important;
}
.valignT {
	vertical-align: top !important;
}

/*margin*/
.marginBottom0 {
	margin-bottom: 0 !important;
}

.marginBottom10 {
	margin-bottom: 10px !important;
}

.marginBottom20 {
	margin-bottom: 20px !important;
}

.marginBottom30 {
	margin-bottom: 30px !important;
}

.marginBottom40 {
	margin-bottom: 40px !important;
}

.marginBottom50 {
	margin-bottom: 50px !important;
}

.marginBottom60 {
	margin-bottom: 60px !important;
}

.marginTop0 {
	margin-top: 0 !important;
}

.marginTop10 {
	margin-top: 10px !important;
}

.marginTop20 {
	margin-top: 20px !important;
}

.marginTop30 {
	margin-top: 30px !important;
}

.marginTop40 {
	margin-top: 40px !important;
}

.marginTop50 {
	margin-top: 50px !important;
}

.marginTop60 {
	margin-top: 60px !important;
}



/* ============================================
     clearfix
============================================ */
.row:after {
	content: "";
	display: block;
	clear: both;
}



/* ============================================================
    Media Queries
   ============================================================ */
@media only screen and (min-width: 600px) { /* device-width: 600px ～  for PC */
.pcHide {
	display: none !important;
}
}


@media only screen and (max-width: 599px) { /* device-width: 320px ～ 599px  for Smartphone */
.spHide {
	display: none !important;
}


/* ============================================
      width
============================================ */
body {
	min-width: 0;
}

#wrapper,
#contentsArea {
	width: auto;
}

header,
footer,
.innerArea,
.about,
.agenda,
.ancList01 ul,
.ancList02 ul,
.size186,
.size658,
.accessArea h2,
.accessArea .detail,
.creditArea dd,
.movie {
	width: 100%;
}

.innerArea {
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}


/* ============================================
      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%*/

/*24px*/
.contentsArea h1 {
	font-size: 171.40%;
}

/*19px*/
.contentsArea h2,
.leadingArea h2,
.accessArea h2 {
	font-size: 135.70%;
}

/*18px*/
.contentsArea h3,
.inquiryArea h2 {
	font-size: 128.60%;
}

/*15px*/
.products h2 {
	font-size: 107.10%;
}

/*14px*/
.heroArea dl,
.contentsArea table,
.ancList01,
.ancList02,
.creditArea dt,
.inquiryArea p,
.products h3 {
	font-size: 100%;
}

/*13px*/
.leadingArea p,
.speaker p {
	font-size: 92.90%;
}

/*10px*/
.heroArea .leadingTxt,
.heroArea .subLeadingTxt,
.accessArea .btnList01 + p {
	font-size: 71.40%;
}


/* ============================================
      heading
============================================ */
/*h1*/
.contentsArea h1 {
	margin: 0 0 15px;
}

/*h2*/
.contentsArea h2 {
	line-height: 1.18;
	margin: 30px 0 15px;
}

.scheduleArea .about h2,
.scheduleArea .agenda h2,
.speaker h2 {
	background-size: 56px;
	min-height: 56px;
	padding: 20px 0 19px 66px;
}

/*h3*/
.contentsArea h3 {
	margin: 0 0 5px;
}

/*h4*/


/* ============================================
      section
============================================ */


/* ============================================
      text
============================================ */


/* ============================================
      table
============================================ */
.contentsArea th,
.contentsArea td {
	text-align: left;
}

.contentsArea table a {
	word-break: break-all;
}

/* ============================================
      list
============================================ */
/*btnList01*/
.btnList01 {
	margin: 0 0 10px;
}

.btnList01 li {
	margin-bottom: 5px;
}

.btnList01 img {
	width: 141px;
}

/*btnList02.(typeLine : 横並び )*/
.contentsArea .btnList02.typeLine,
.contentsArea .btnList02.typeLine li,
.contentsArea .btnList02.typeLine a {
	display: block;
}

.contentsArea .btnList02.typeLine {
	margin-bottom: 30px;
}

.contentsArea .btnList02.typeLine li {
	margin: 0 auto 20px;
}


/* ============================================
      unit
============================================ */
.contentsArea .unit {
	float: none;
	margin-right: 0;
}

.contentsArea img {
	max-width: 50%;
}

/* ============================================
      movie
============================================ */
.movie {
    position: relative;
    width: 100%;
    padding: 56.25% 0 0 0;
	margin: 0;
}

.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ============================================
      heroArea
============================================ */
.heroArea {
	padding: 30px 10px 18px;
}

.heroArea .innerArea {
	padding: 0 10px;
}

.heroArea .leadingTxt {
	margin: 0 0 7px;
}

.heroArea dl {
	margin: 0 0 10px;
}

/*ancList01*/
.ancList01,
.ancList02 {
	display: none;
}
.ancList01.active,
.ancList02.active {
	display: block;
}


/* ============================================
      leadingArea
============================================ */
.leadingArea {
	padding: 25px 0 30px;
}

.leadingArea h2 {
	margin: 0 0 15px;
}

.leadingArea .txtArea {
	line-height: 1.71;
	margin: 0;
}

.leadingArea p {
	margin: 0 0 15px;
}


/* ============================================
      normalArea
============================================ */
.normalArea01,
.normalArea02,
.normalArea03 {
	padding: 34px 0 31px;
}


/* ============================================
      scheduleArea
============================================ */
.scheduleArea {
	padding: 1px 20px;
}

.scheduleArea section {
	margin: 30px auto;
}


/* ============================================
     .speaker
============================================ */
.speaker .position {
	margin: 0 0 10px;
}

.speaker > section {
	margin: 15px 0 40px;
}


/* ============================================
     .products
============================================ */
.products {
	padding: 15px 15px 13px;
	margin-bottom: 0;
}

.products h2 {
	margin: 0 0 17px;
}

.products > section {
	margin: 20px 0 25px;
}

.products .detail {
	padding: 0 0 0 15px;
}

.products .detail p {
	margin-bottom: 10px;
}



/* ============================================
      accessArea
============================================ */
.accessArea {
	padding: 28px 0 13px;
}

.accessArea .headingArea {
	display: block;
	margin: 0 0 17px;
	padding: 0 0 3px;
}

.accessArea h2,
.accessArea .detail {
	display: block;
}

.accessArea h2 {
	line-height: 1.18;
	min-height: 22px;
	background-position: 0 0;
	background-size: 18px auto;
	margin: 0 0 10px;
	padding: 3px 0 0 28px;
}

.accessArea .map {
	margin: 0 0 18px;
}


/* ============================================
      creditArea
============================================ */
.creditArea {
	text-align: center;
	padding: 10px 0 20px;
}

.creditArea dt {
	margin: 28px 0 14px;
}

.creditArea dt:after {
	width: 120px;
}

.creditArea dt span {
	padding: 0 5px 2px 9px;
}

.creditArea dd {
	width: auto;
	margin: 0 20px 10px;
}


/* ============================================
      inquiryArea
============================================ */
.inquiryArea a {
	padding: 30px 0 16px;
}

.inquiryArea h2 {
	margin: 0 0 8px;
}

.inquiryArea h2 span {
	background-position: 0 .2em;
	background-size: 25px auto;
	min-height: 23px;
	padding: 0 0 0 35px;
}

/* ============================================
      globalNav
============================================ */
ul#toggleNavi li.menuBtn .globalNav.active ul li a,
ul#toggleNavi li.menuBtn .globalNav.active ul li a:hover {
	background-image: url(/healthcare/seminar/img/seminar_lp_icon_arrow_08.png);
}


/* ============================================
      footer
============================================ */
footer p.copyright small {
	display: block;
}

footer li {
	margin: 0;
}

footer #page-top {
	position: fixed;
	right: -100px;
	bottom: 30px;
	z-index: 3;
	transition: .3s;
}

footer #page-top a{
	display: block;
}

footer #page-top img {
	width: 50px;
	height: auto;
}

footer #page-top.show {
	right: 10px;
}

footer #page-top.show.bottom {
	bottom: 134px;
}


/* ============================================
      ajustment
============================================ */
/*width*/
.spMaxWidth50 {
	max-width: 50% !important;
}

}