@charset "utf-8";
/* CSS Document */

/* Base */
html {
	overflow-x: hidden;
}
.l-wrapper {
	background-color: #000;
	color: #CCC;
}
.l-content-body {
	padding: 0;
	max-width: 100%;
}
section, .m-img-hdg {
	max-width: 1000px;
    margin: 60px auto 100px;
    box-sizing: content-box;
}
article {
	font-family: kozuka-gothic-pro, sans-serif;
	font-style: normal;
	font-weight: 400;
}

.t-mode-rwd .l-content-main {
	padding: 0 !important;
}
.m-img-hdg__body {
	display: none;
}
.m-nav-breadcrumb span {
	color: #CCC;
}
.hdg-sec-lv2 {
	color: #FFF;
}
#sec02 .detail_indent {
	padding-left: 1em;
}
#sec02 .detail_indent span {
	color: #FFF;
	font-size: 1.2em;
	font-weight: 600;
}
#sec02 .detail_indent span.uline {
	border-bottom: 1px solid #CCC;
}
#sec02 .article-inner {
	color: #CCC;
}
#sec02 .cpn-sec-lv3 {
	margin-top: 30px;
}
#sec04 .hdg-sec-lv2 {
	color: #FFF;
}
#sec04 .detail_indent {
	padding-left: 1em;
}
#sec04 .article-inner {
	color: #CCC;
}
#sec04 .cpn-sec-lv3 {
	margin-top: 30px;
}
.cpn-sec-lv3 h3 {
	color: #FFF;
    margin:  0;             /* デフォルトCSS打ち消し */
    font-size:  24px;       /* 文字サイズ指定 */
    padding-bottom:  5px;   /* 余白指定 */
    margin-bottom: 15px;    /* 周りの余白指定 */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
}
.cpn-sec-lv3 h3::before {
    content:  '';           /* 空白の要素を作る */
    width: 50px;            /* 幅指定 */
    height: 4px;            /* 高さ指定 */
    background-color: #CC0000; /* 背景色指定 */
    display:  block;        /* ブロック要素にする */
    position:  absolute;    /* 位置調整 */
    left:  0;               /* 位置調整 */
    bottom: -6px;           /* 位置調整 */
}
.article-inner {
	background-color: #000;
}
.article-inner[role="toolbar"] {
}
.article-inner > *:first-child {
	margin-top: 0;
}
.article-inner > *:last-child {
	margin-bottom: 0;
}
.mod-hide {
	display: none;
}
.sp-form {
	display: none;
}
.mod-hide + .sp-form {
	display: block;
}
.sp-only {
	display: none;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.t-mode-rwd .l-content-body[data-type="full"] .l-content-main {
		padding: 0 !important;
	}
  .l-footer {
    margin-top: -1px;
  }
}

@media screen and (min-width: 768px) {
	.l-content-related[data-type="full"] {
		max-width: 1000px;
		float: none;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 80px 15px 100px;
	}
}

@media screen and (max-width: 767px) {
	html[lang="ja"] .m-header-logo {
		margin-left: 0 !important;
		left: 12px !important;
	}	
	.l-content-body[data-type="full"] {
		margin: 0;
	}
	.l-content-related[data-type="recommende"] {
		margin: 0;
	}
  .article-inner {
    padding: 25px 10px 30px;
  }
  .article-inner[role="toolbar"] {
    padding: 25px 10px 60px;
  }
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
}


/* Section Color */
#sec01 {
}
#sec02, #sec04 {
	background-color: #FFF;
	color: #333;
}
#sec03, #sec05 {
	background-color: #000;
}


/* Promotion Area */
#sec06 {
	margin-top: 50px;
}

.hdg-promo {
  margin: 0;
  padding: 0;
}
.hdg-promo img {
  width: 100%;
}

/* Main Visual */
#hdg-main {
	width: 100%;
	height: calc(100vh - 110px);
	margin: 0;
	padding: 0;
  position: relative;
  background: #000000 url("../img/hdg-main_bg_01.jpg") center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hdg-main-box {
	width: 35vw;
	height: 100%;
	background-color: #222;
	padding: 50px 25px 30px 25px;
	color: #fff;
	text-align: center;
	font-family: kozuka-mincho-pro, serif;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.hdg-main-box-logo {
	font-family: garamond-premier-pro-display, serif;
	font-style: normal;
	font-weight: 300;
	margin-bottom: 20px;  	
}
.hdg-main-box img {
	max-width: 70%;
	margin-bottom: 20px;
}
.hdg-main-box h1 {
	font-size: 4.6rem;
	letter-spacing: 0.8rem;
	margin-right: -0.8rem;
	line-height: 1.4em;
	font-weight: 500;
	margin-bottom: 20px;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}
.hdg-main-box-dots {
	border-width: 0 0 8px;
	border-style: solid;
	border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 100%, 60%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
	width: 216px;
}
.hdg-txt-sub {
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.3rem;
	margin-right: -0.3rem;
	line-height: 1.4em;
	margin-top: 20px;
	line-height: 2em;
}
.hdg-link {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,.4);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 10px;
}
.hdg-link-list {
	display: flex;
	justify-content: space-around;
	max-width: 1000px;
	width: 100%;
	margin-left: -15px;
}
.hdg-link-list li {
	padding-left: 15px;
  max-width: 150px;
}
.hdg-scroll-arw {
  position: absolute;
  bottom: 25px;
  right: 25px;
  opacity: 0;
}
.hdg-scroll-arw img {
  max-height: 10vh;
}
.loaded .hdg-scroll-arw {
  -webkit-animation: bounceInDown 1s .5s 1, bounce 1s 4.5s 1, bounce 1s 8.5s 1, bounce 1s 12.5s 1, bounce 1s 16.5s 1, bounce 1s 20.5s 1;
  animation: bounceInDown 1s .5s 1, bounce 1s 4.5s 1, bounce 1s 8.5s 1, bounce 1s 12.5s 1, bounce 1s 16.5s 1, bounce 1s 20.5s 1;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  opacity: 1;
  transition-property: opacity;
  transition-delay: 1.5s;
}
.loaded .hdg-scroll-arw:hover {
  animation-play-state: paused;
}

@media screen and (min-width: 1366px) {
  #hdg-main {
	width: 100%;
	height: calc(100vh - 110px);
  background: #000000 url("../img/hdg-main_bg_02.jpg") center;
  background-size: cover;
}
  .hdg-main-box {
	width: 48vw;
	height: 100%;
	padding: 50px 25px 30px 25px;
  }
  .hdg-main-box-logo {
	font-size: 2rem;
	letter-spacing: 2rem;
	line-height: 1.2em; 
	margin-bottom: 10px;	
  }
  .hdg-main-box img {
	max-width: 55%;
	margin-bottom: 20px;
  }
  .hdg-main-box h1 {
	font-size: 7rem;
	letter-spacing: 2.5rem;
	margin-right: -2.5rem;
	line-height: 1.3em;
	font-weight: 500;
	margin-bottom: 20px;
  }
  .hdg-main-box-dots {
	border-width: 0 0 8px;
	border-style: solid;
	border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 100%, 60%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
	width: 300px;
  }
  .hdg-txt-sub {
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 1rem;
	margin-right: -0.5rem;
	line-height: 1.2em;
	margin-top: 10px;
	line-height: 2em;
  }
}

@media screen and (min-width:1000px) and (max-width:1365px) {
  #hdg-main {
	width: 100%;
	height: calc(100vh - 110px);
  background: #000000 url("../img/hdg-main_bg_01.jpg") center;
  background-size: cover;
}
  .hdg-main-box {
	width: 48vw;
	height: 100%;
	padding: 50px 50px 30px 50px;
  }
  .hdg-main-box-logo {
	font-size: 2rem;
	letter-spacing: 2.5rem;
	line-height: 1em; 	
	margin-bottom: 10px;
  }
  .hdg-main-box img {
	max-width: 60%;
	margin-bottom: 20px;
  }
  .hdg-main-box h1 {
	font-size: 6.5rem;
	letter-spacing: 2.5rem;
	margin-right: -2.5rem;
	line-height: 1.3em;
	font-weight: 500;
	margin-bottom: 20px;
  }
  .hdg-main-box-dots {
	border-width: 0 0 8px;
	border-style: solid;
	border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 100%, 60%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
	width: 240px;
  }
  .hdg-txt-sub {
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.5rem;
	margin-right: -0.5rem;
	line-height: 1.5em;
	margin-top: 10px;
	line-height: 2em;
  }

}

@media screen and (min-width:768px) and (max-width:999px) {
  #hdg-main {
	width: 100%;
	height: calc(100vh - 110px);
  background: #000000 url("../img/hdg-main_bg_01.jpg") center;
  background-size: cover;
}
  .hdg-main-box {
	width: 45vw;
	height: 100%;
	padding: 50px 50px 30px 50px;
  }
  .hdg-main-box-logo {
	font-size: 1.5rem;
	line-height: 1.4em; 	
  }
  .hdg-main-box img {
	max-width: 70%;
	margin-bottom: 20px;
  }
  .hdg-main-box h1 {
	font-size: 5rem;
	letter-spacing: 1.1rem;
	margin-right: -1.1rem;
	line-height: 1.4em;
	font-weight: 500;
	margin-bottom: 20px;
  }
  .hdg-main-box-dots {
	border-width: 0 0 8px;
	border-style: solid;
	border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 100%, 60%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
	width: 200px;
  }
  .hdg-txt-sub {
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.4rem;
	margin-right: -0.4rem;
	line-height: 1.5em;
	margin-top: 10px;
	line-height: 2em;
  }
}

@media screen and (min-width:376px) and (max-width:767px) {
  #hdg-main {
	width: 100%;
    height: calc(100vh - 59px);
  background: #000000 url("../img/hdg-main_bg_03.jpg") center;
  background-size: cover;
}
  .hdg-main-box {
	width: 100%;
	height: 40vh;
	padding: 20px 25px 30px 25px;
  }
  .hdg-main-box-logo {
	font-size: 2rem;
	letter-spacing: 1rem;
	line-height: 1em; 	
  }
  .hdg-main-box img {
	max-width: 55%;
	margin-bottom: 20px;
  }
  .hdg-main-box h1 {
	font-size: 4rem;
	letter-spacing: 2rem;
	margin-right: -2rem;
	line-height: 1.4em;
	font-weight: 500;
	margin-bottom: 10px;
  }
  .hdg-main-box h1 span {
	letter-spacing: 1rem;
  }
  .hdg-main-box-dots {
	border-width: 0 0 6px;
	border-style: solid;
	border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 100%, 60%, 1.0)" cx="1" cy="0.5" r="0.3"/></svg>') 0 0 100% repeat;
	width: 180px;
  }
  .hdg-txt-sub {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.5rem;
	margin-right: -0.5rem;
	line-height: 1.8em;
	margin-top: 10px;
  }
  .hdg-link {
    padding: 15px;
  }
  .hdg-link-list {
    justify-content: space-between;
  }
  .hdg-scroll-arw {
    bottom: 15px;
    right: 10px;
  }
}

@media screen and (max-width: 375px) {
  #hdg-main {
	width: 100%;
    height: calc(100vh - 59px);
  background: #000000 url("../img/hdg-main_bg_03.jpg") center;
  background-size: cover;
}
  .hdg-main-box {
	width: 100%;
	height: 35vh;
	padding: 20px 25px 30px 25px;
  }
  .hdg-main-box-logo {
	font-size: 1.1rem;
	letter-spacing: 0.8rem;
	margin: 10px auto;
  }
  .hdg-main-box img {
	max-width: 55%;
	margin-bottom: 10px;
  }
  .hdg-main-box h1 {
	font-size: 2.5rem;
	letter-spacing: 2rem;
	margin-right: -2rem;
	line-height: 1.3em;
	font-weight: 500;
	margin-bottom: 5px;
  }
  .hdg-main-box h1 span {
	letter-spacing: 1rem;
  }
  .hdg-main-box-dots {
	border-width: 0 0 6px;
	border-style: solid;
	border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 100%, 60%, 1.0)" cx="1" cy="0.5" r="0.3"/></svg>') 0 0 100% repeat;
	width: 140px;
  }
  .hdg-txt-sub {
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 0.5rem;
	margin-right: -0.5rem;
	line-height: 1.8em;
	margin-top: 5px;
  }
  .hdg-link {
    padding: 15px;
  }
  .hdg-link-list {
    justify-content: space-between;
  }
  .hdg-scroll-arw {
    bottom: 15px;
    right: 10px;
  }
}

/* Hedding Lv2 */
.hdg-sec-lv2 {
	margin: 25px 0 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hdg-sec-lv2 > h2 {
  font-size: 2.8rem;
  font-weight: 400;
	padding: 13px 0;
}
.hdg-sec-lv2[data-type="wh"] > h2 {
	color: #fff;
}
.hdg-sec-lv2::before, .hdg-sec-lv2::after {
  content: '';
  display: block;
  width: 240px;
  height: 1px;
  background: #ccc;
}
.hdg-sec-lv2 + * {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .hdg-sec-lv2 {
    margin: 20px 0 40px;
  }
	.hdg-sec-lv2 > h2 {
		font-size: 2.4rem;
		padding: 11px 0;
	}
}


/* Hedding Lv3 */
.hdg-sec-lv3 {
	margin: 50px 0 20px;
	border-bottom: 1px solid #666;
}
.hdg-sec-lv3 > h3 {
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 5px;
}
.hdg-sec-lv3[data-type="wh"] > h3 {
	color: #f2f2f2;
}

@media screen and (max-width: 767px) {
  .hdg-sec-lv3 {
    margin: 40px 0 15px;
  }
	.hdg-sec-lv3 > h3 {
		font-size: 1.8rem;
	}
}

@media screen and (max-height:650px) {
  .hdg-main-box h1 {
	font-size: 3rem;
	letter-spacing: 1.5rem;
	margin-right: -1.5rem;
	line-height: 1.2em;
	font-weight: 500;
	margin-bottom: 10px;
  }
}

/* Section 01 */
#sec01 {
}
#sec01 a {
  color: #ccc;
}
.lead-uline span {
	border-bottom: 1px solid #FFF;
}
.sec01-lead {
	color: #FFF;
	text-align: center;
	font-size: 3rem;
	font-family: kozuka-mincho-pro, serif;
	font-style: normal;
	font-weight: 100;
}
.sec01-lead span {
	font-size: 4rem;
}
.sec01-com {
	margin: 30px 0 40px;
	text-align: center;
}
.m-list-topics__date {
	color: #d1d1d1;
}
#sec01 .hdg-sec-lv3 {
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
	.sec01-lead {
		font-size: 2.4rem;
	}

	.sec01-lead span {
		font-size: 3rem;	
	}
}
#sec01 .cpn-sec-lv2 {
	color: #FFF;
	margin-bottom: 30px;
}
#sec01 .cpn-sec-lv2 h2 {
    border-left: 4px solid #CC0000;  
    padding-left: .8em;
	letter-spacing: 0.1em;
	font-size: 2rem;
	font-family: garamond-premier-pro-caption, serif;
	font-style: normal;
	font-weight: 500;
}
#sec01 .cpn-sec-lv2 h2 span {
	font-size: 4rem;	
}
#sec01 .cpn-sec-lv2 p {
	font-size: 2.5rem;
	font-family: kozuka-mincho-pro, serif;
	font-style: normal;
	font-weight: 400;
}
#sec01 .cpn-sec-lv2 li {
	color: #CCC;
	font-size: 0.8em;
}
@media screen and (max-width: 767px) {
	#sec01 .cpn-sec-lv2 {
		padding-left: 10px;
	}
	#sec01 .cpn-sec-lv2 h2 { 
		padding-left: .6em;
		font-size: 1.3rem;
	}
	#sec01 .cpn-sec-lv2 h2 span {
		font-size: 2.6rem;	
	}
	#sec01 .cpn-sec-lv2 p {
		font-size: 1.5rem;
	}
}
.sec01-bg {
	background: url("../img/sec02_bg.png") no-repeat;
	background-size: cover;
	background-position: center;
}
.sec01-bg-filter {
	padding: 50px;
    background-color: rgba(0,0,0,0.5);
}
@media screen and (max-width: 1150px) {
	section {
		margin-right: 10px;
		margin-left: 10px;
	}
}
.step-sec-lv3 {
	font-family: garamond-premier-pro-caption, serif;
	font-style: normal;
	font-weight: 500;
	font-size: 2em;
	display: inline-block;
	background-color: #FFF;
	color: #000;
	padding: 2px 10px;
}
/*ステップフローのCSS*/
ul.stepflow {
	border: none;
	margin: 1em 0.5em;
	padding: 0;
	list-style: none;
}
ul.stepflow > li:before, ol.stepflow > li:before {
	background-color:#cccccc!important;
}
.stepflow li {
    position: relative;
    padding: 0 0 0 1.8em;
}
.stepflow>li:before {
	content: "";
	width: 3px;
	background: #cccccc;
	display: block;
	position: absolute;
	top: 70px;
	bottom: 0;
	left: 5px;
}
.stepflow-step {
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	font-family: garamond-premier-pro-caption, serif;
	font-style: normal;
	font-weight: 500;
	font-size: 3em;
	color: #FFF;
}
.stepflow_label {
	padding: 3px 0px 8px 0px;
	margin-bottom:8px;
	font-family: garamond-premier-pro-caption, serif;
	font-style: normal;
	font-weight: 500;
	font-size: 2em;
	color: #FFF;
}
.stepflow-step span {
	color: #CC0000 !important;
}
.stepflow_title {
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom:15px;
	margin-top: 70px;
}
.stepflow_content {
	color: #333;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.5;
	margin-top: .5em;
	padding: 0 0 1.5em;
	border-bottom: dashed 1px #cccccc;
}
.stepflow_content p {
	margin-top: 5px;
}
.stepflow_content p span {
	font-weight: normal;
	margin-top: 5px;
	font-size: 0.7em;
}
.stepflow .box02 {
	max-width: 1000px;
	padding: 20px;
	background-color: #FFF;
	border: 1px solid #333;
}
.boxInner {
	max-width: 740px;
	padding: 0 calc(10 / 740 * 100%);
	margin-top: 10px;
}
.stepflow .box02 dl {
	width: calc(340 / 720 * 100%);
	max-height: 90px;
}
.stepflow .box02 dl dt {
	width: calc(230 / 340 * 100%);
	padding-top: 12px;
	float: left;
}
.stepflow .box02 dl dd {
	width: calc(90 / 340 * 100%);
	float: right;
}
.stepflow .box02 .btnPartApp {
	float: left;
}
.stepflow .box02 .btnPartGp {
	float: right;
}
@media screen and  (max-width: 767px) {
	.stepflow .box02 {
		margin-top: 20px;
	}
	.stepflow .box02 .boxInner {
		padding: 0 4%;
	}
	.stepflow .box02 dl + dl {
		margin-top: 20px;
	}
}
/*ステップフローのCSSここまで*/






@media screen and (min-width: 1025px) {
  .dp-point-list-content {
    padding: 30px 25px;
  }
  .point-img {
    margin: 0 auto 30px;
  }
}

@media screen and (min-width: 768px) {
  .dp-point-list > li:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .dp-point-list {
    flex-direction: column;
    margin-left: 0;
  }
  .dp-point-list > li {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .dp-point-list-content {
    padding: 15px;
  }
  .point-hdg h3 {
    font-size: 1.4rem;
  }
}


/* Flight Routes */
.routes_img {
  margin-top: 30px;
	border: 2px solid #ccc;
}
.routes_img img {
  width: 100%;
  margin: 0;
}

/* Feature Tourism */
.m-list-bnr {
  display: flex;
  flex-wrap: wrap;
}

/* Only Large Screen */
@media screen and (min-width: 1366px) {
}

/* Only PC (Larger than iPad pro) */
@media screen and (min-width: 1025px) {
}

/* Only iPad and iPad pro */
@media screen and (max-width: 1024px) and (min-width: 768px) {
}

/* Only PC View */
@media screen and (min-width: 768px) {
}

/* Only SP View */
@media screen and (max-width: 767px) {
}

/* Loading */
#loading-bg {
	width: 100vw;
	height: 100vh;
	position: fixed;
	display: flex;
  flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 500;
	background-color: #000;
	opacity: 1;
	top: 0;
	left: 0;
}
#loading-bg.loaded, #loading-bg.loaded .spinner, #loading-bg.loaded .loading-txt {
	display: none;
	opacity: 0;
}
.spinner {
  margin: 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ccc;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 
	40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.loading-txt {
  color: #cccccc;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 1.8rem;
  margin-top: 25px;
}
.l-footer-inner {
	padding-bottom: 30px;
}

#sec06 th {
	color: #000;
}