@charset "utf-8";
/* ============================================
      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 {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

ul,
ol,
table {
	margin: 0 0 25px;
}

p,
figure,
dl {
	margin: 0 0 20px;
}

li {
	margin: 0 0 15px;
}

figure {
	text-align: center;
}

figcaption {
	margin-top: 10px;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

img.iconImg {
	vertical-align: middle;
}

a:hover img {
	opacity: .7;
}

header img {
	vertical-align: baseline;
}

sup {
 	vertical-align: baseline;
	position: relative;
	top: -0.8ex;
}

sub {
	vertical-align: baseline;
}



/* ============================================
      font-familly
============================================ */
/*Hiragino Kaku Gothic W1 JIS2004*/
/*Hiragino Kaku Gothic W2 JIS2004*/
/*Hiragino Kaku Gothic W3 JIS2004*/

/*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,
table th,
.scheduleArea .agendaList dt,
.speakerArea .row,
.accessArea .headingArea {
	font-family:  Lucida Sans Unicode, Lucida Grande, "ヒラギノ角ゴ Pro W6", Hiragino Kaku Gothic W6 JIS2004, "メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
}

.contentsArea h1,
h2,
h3,
h4,
.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*/
.heroArea .leadingTxt {
	font-size: 40px;
}

/*32px*/
.leadingArea h2 {
	font-size: 228.57%;
}

/*30px*/
h2 {
	font-size: 214.28%;
}

/*26px*/
.contentsArea h1,
.heroArea .subLeadingTxt {
	font-size: 185.71%;
}

/*24px*/
h3,
.inquiryArea h2 {
	font-size: 171.40%;
}

/*20px*/
h4 {
	font-size: 142.90%;
}

/*18px*/
table,
.ancList01,
.accessArea h2,
.creditArea dt,
.inquiryArea p {
	font-size: 128.60%;
}

/*16px*/
.heroArea dl,
.leadingArea p {
	font-size: 114.30%;
}


/* ============================================
      color (base #000)
============================================ */
/*#152853 navy*/
h2,
table th,
.leadingArea {
	color: #1e1f20;
}

/*#152853 navy*/
h3 {
	color: #172b56;
}

/*#fff white*/
.heroArea,
.ancList01 a,
.inquiryArea h2,
.inquiryArea a {
	color: #fff;
}

/*#8c763a gold*/
h4,
.creditArea dt {
	color: #8c763a;
}

/*#ceb25f gold*/
.heroArea .leadingTxt {
	color: #fbdf85;
        background: -webkit-linear-gradient(-45deg, rgba(249,223,133,1) 0%,rgba(247,220,133,1) 29%,rgba(251,223,130,1) 70%,rgba(239,183,52,1) 88%);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        display: inline-block;
}

/*#595757 gray*/
.speakerArea .position {
	color: #595757;
}


/*#000 black*/



/* ============================================
      text decoration
============================================ */
.ancList01 a,
.inquiryArea a {
	text-decoration: none;
}

.ancList01 a:hover,
.inquiryArea a:hover {
	text-decoration: underline;
}

/* ============================================
      transition
============================================ */
a img {
	transition: .25s;
}

/* ============================================
      heading
============================================ */
/*h1*/
h1 {
	margin: 0 0 13px;
}

/*h2*/
h2 {
	line-height: 1.18;
	background: no-repeat 0 0;
	background-size: 113px;
	box-sizing: border-box;
	min-height: 113px;
	margin: 60px 0 30px;
	padding: 40px 0 38px 132px;
}

/*h3*/
h3 {
	line-height: 1.25;
	margin: 0 0 10px;
}

/*h4*/
h4 {
	margin: 0 0 17px;
}


/* ============================================
      section
============================================ */


/* ============================================
      text
============================================ */


/* ============================================
      table
============================================ */
table {
	border-collapse: collapse;
	width: 100%;
}

th,
td {
	text-align: left;
	border-bottom: #c19d57 1px solid;
	padding: 15px 5px;
}


/* ============================================
      list
============================================ */
ul {
	list-style: none;
	padding: 0;
}

dt,
dd {
	display: inline;
}

dd {
	margin: 0 0 0 5px;
}

/*btnList01*/
.btnList01 {
	margin: 0 0 15px;
}

.btnList01 a {
	text-align: center;
	display: block;
}

/* ============================================
      unit
============================================ */
.unit {
	float: left;
	margin-right: 30px;
}

.unit:last-child {
	margin-right: 0;
}


/* ============================================
      size
============================================ */
.size186 {
	width: 186px;
}

.size658 {
	width: 658px;
}


/* ============================================
      heroArea
============================================ */
.heroArea {
	text-align: center;
	background: #256499 url(/business/lp/digitalmarketing2017/img/bg_index_001.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 30px 0 36px;
}

.heroArea .logo {
	text-align: left;
	margin: 0 0 44px;
}

.heroArea .leadingTxt {
	line-height: 1.25;
	letter-spacing: -0.04em;
/*	margin: 0; 160705_iso*/
}

.heroArea dl {
	margin: 0 0 18px;
	font-size:1.4em;
}

/*ancList01*/
.ancList01 {
	margin: 70px 0 0;
}

.ancList01 ul {
	margin: 0 auto;
}

.ancList01 li {
	display: inline-block;
	margin: 0 25px;
}

.ancList01 a {
	display: block;
	background: url(/business/lp/digitalmarketing2017/img/icon_arrow_001.svg) no-repeat 0 .2em;
	background-size: 21px;
	padding: 0 0 0 30px;
}



/* ============================================
      leadingArea
============================================ */
.leadingArea {
	text-align: center;
	background: #fff url(/business/lp/digitalmarketing2017/img/bg_index_002.jpg) no-repeat center top;
	background-size: cover;
	border-bottom: #8c8c8c 1px solid;
	padding: 50px 0 50px;
}

.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;
}
.leadingAreaInner {
        background-color: rgba(255, 255, 255, 0.7);
        padding: 20px 0 10px;
}


/* ============================================
      scheduleArea
============================================ */
.scheduleArea {
	background: #fff url(/business/lp/digitalmarketing2017/img/bg_index_003.jpg) no-repeat center center;
	background-size: cover;
	padding: 1px 0;
}

.scheduleArea section {
	margin: 76px auto;
}

.scheduleArea .about h2 {
	background-image: url(/business/lp/digitalmarketing2017/img/icon_heading_001.png);
}

.scheduleArea .agenda h2 {
	background-image: url(/business/lp/digitalmarketing2017/img/icon_heading_002.png);
}

@media only screen and (min-width: 600px) { /* device-width: 600px ～  for PC */
.scheduleArea .agendaList {
        display: table-row;
        width: 100%;
}
.scheduleArea .agendaList dl {
        display: table-row;
}
.scheduleArea .agendaList dt,
.scheduleArea .agendaList dd {
	display: table-cell;
        padding: 18px 0;
}
.scheduleArea .agendaList dt {
        width: 190px;
        border-right: 2px solid #717070;
        position: relative;
}
.scheduleArea .agendaList dt:after {
    content: "";
    width: 19px;
    height: 19px;
    display: block;
    background: url(/business/lp/digitalmarketing2017/img/circle.png) center center no-repeat;
    position: absolute;
    top: 19px;
    right: -10px;
}
.scheduleArea .agendaList dd {
        padding-left: 26px;
}
.scheduleArea .agendaList .agendaListFirst dt:after {
    width: 11px;
    height: 11px;
    background: url(/business/lp/digitalmarketing2017/img/circle_min.png) center center no-repeat;
    top: 0px;
    right: -7px;
}
.scheduleArea .agendaList .agendaListLast dt:after {
    width: 11px;
    height: 11px;
    background: url(/business/lp/digitalmarketing2017/img/circle_min.png) center center no-repeat;
    top: 30px;
    right: -7px;
}
}

@media only screen and (max-width: 599px) { /* device-width: 320px ～ 599px  for Smartphone */
.scheduleArea .agendaList dt,
.scheduleArea .agendaList dd {
	display: block;
}

.scheduleArea .agendaList dd {
	margin: 0 0 15px;
}
}


/* ============================================
      speakerArea
============================================ */
.speakerArea {
	background: url(/business/lp/digitalmarketing2017/img/bg_index_004.png) repeat center top;
	padding: 5px 0 15px;
}

.speakerArea h2 {
	background-image: url(/business/lp/digitalmarketing2017/img/icon_heading_003.png);
        color: #fff;
}

.speakerArea h3 {
        color: #dbbb58;
}

.speakerArea .position {
	margin: 0 0 23px;
        color: #d9d9d9;
}
.speakerArea .spealerBody {
        color: #fff;
}
.speakerArea .spealerList li {
        list-style: inside disc;
        margin-bottom: 10px;
}

.speakerArea .innerArea > section {
	border-bottom: rgba(0, 0, 0, .2) 1px solid;
	margin: 40px 43px;
}

.speakerArea .innerArea > section:last-of-type {
	border: none;
}

.speakerArea .innerArea > section section {
	background: #efeff0;
	margin: 5px 0 38px;
	padding: 20px 30px 27px;
}

.speakerArea .innerArea > section section > :last-child {
	margin: 0;
}


/* ============================================
      amenityArea
============================================ */
.amenityArea {
	text-align: center;
	background: #402a1f;
	padding: 58px 0 62px;
}

.amenityArea > :last-child {
	margin: 0;
}


/* ============================================
      accessArea
============================================ */
.accessArea {
	background: #f2f2f2;
	padding: 56px 0 26px;
}

.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(/business/lp/digitalmarketing2017/img/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 37px;
}

.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: #2f2f2f;
	margin: 0 0 90px;
}

.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(/business/lp/digitalmarketing2017/img/icon_heading_005.svg) no-repeat 0 .05em;
	background-size: 38px auto;
	display: inline-block;
	min-height: 28px;
	padding: 0 0 0 48px;
}

/* ============================================
      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
============================================ */
.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;
}

.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,
.size186,
.size658,
.accessArea h2,
.accessArea .detail,
.creditArea dd {
	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*/
.heroArea .leadingTxt {
	font-size: 171.40%;
}

/*19px*/
h2,
.leadingArea h2,
.accessArea h2 {
	font-size: 135.70%;
}

/*18px*/
h3,
.inquiryArea h2 {
	font-size: 128.60%;
}

/*15px*/
h4 {
	font-size: 107.10%;
}

/*14px*/
.heroArea dl,
table,
.ancList01,
.creditArea dt,
.inquiryArea p {
	font-size: 100%;
}

/*13px*/
.leadingArea p,
.speakerArea p,
.speakerArea li {
	font-size: 92.90%;
}

/*10px*/
.contentsArea h1,
.heroArea .subLeadingTxt,
.accessArea .btnList01 + p {
	font-size: 71.40%;
}

/*9px*/
.heroArea dl {
	font-size: 64.30%;
}


/* ============================================
      heading
============================================ */
/*h1*/
h1 {
	margin: 0 0 7px;
}

/*h2*/
h2 {
	line-height: 1.18;
	background-size: 56px;
	min-height: 56px;
	margin: 30px 0 15px;
	padding: 20px 0 19px 66px;
}

/*h3*/
h3 {
	margin: 0 0 5px;
}


/*h4*/


/* ============================================
      section
============================================ */


/* ============================================
      text
============================================ */


/* ============================================
      table
============================================ */
th,
td {
	text-align: left;
}

table a {
	word-break: break-all;
}

/* ============================================
      list
============================================ */
/*btnList01*/
.btnList01 {
	margin: 0 0 10px;
}

.btnList01 li {
	margin-bottom: 5px;
}

.btnList01 img {
	max-width: 200px;
}

/* ============================================
      unit
============================================ */
.unit {
	float: none;
	margin-right: 0;
}


/* ============================================
      heroArea
============================================ */
.heroArea {
	padding: 10px 0 18px;
}

.heroArea .innerArea {
	padding: 0 10px;
}

.heroArea .logo {
	width: 189px;
	margin: 0 0 15px;
}

.heroArea .leadingTxt {
	margin: 0;
}

.heroArea dl {
	margin: 0 0 10px;
}

/*ancList01*/
.ancList01 {
	display: none;
}
.ancList01.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;
}


/* ============================================
      scheduleArea
============================================ */
.scheduleArea {
	padding: 1px 20px;
}

.scheduleArea section {
	margin: 30px auto;
}


/* ============================================
      speakerArea
============================================ */
.speakerArea .position {
	margin: 0 0 10px;
}

.speakerArea .innerArea > section {
	margin: 15px 0 20px;
}

.speakerArea .innerArea > section:last-of-type {
	border: none;
}

.speakerArea .innerArea > section section {
	background: #efeff0;
	margin: 5px 0 20px;
	padding: 10px 15px 13px;
}

.speakerArea .innerArea > section section > :last-child {
	margin: 0;
}


/* ============================================
      amenityArea
============================================ */
.amenityArea {
	padding: 30px 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 {
	margin: 0 0 75px;
}

.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(/business/lp/digitalmarketing2017/img/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;
}


}