html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size: 14px;
	line-height: 1;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: auto!important;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
/* Content CSS here */
.container {
	width: 1024px;
	margin: 0 auto;
}
.sns {
	display: none;
}
.sns-es {
	display: block;
}
.sp-only {
	display: none;
}
.sns li {
	display: inline-block;
	width: 45px;
	margin-right: 15px;
}
.sns li:last-child {
	margin-right: 0;
}
.sns li img {
	width: 100%;
	height: auto;
}
/* Banner Area */
.banner-area, .banner-area .banner-blk {
	position: relative;
}
.banner-area {
	overflow: hidden;
}
.banner-area .banner-blk {
	height: 100%;
}
.zoom-blk {
	position: absolute;
	width: 100%;
	bottom: 3%;
	background: #051438;
}
.zoom-blk02 {
	position: absolute;
	width: 100%;
	top: 3%;
}
.banner-area h2,
.page-down,
.top-bottom-area{
	position: relative;
	z-index: 9;
}
.header-area{
	background: #000;
	width: 100%;
}
.zoom-blk .head_02 {
	width: 43%;
	margin: 0 auto;
}
.zoom-blk02 .head_03 {
	width: 20%;
	position: absolute;
	left: 20%;
}
.zoom-blk02 .head_03 h2 {
	margin-top: 85px;
}
.banner-area h2 img {
	width: 100%;
	height: auto;
}
.banner-area h2 {
	margin-top: 25%;
	text-align: center;
}
.main-banner ul li {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 55px;
	right: 0;
	bottom: 0;
	left: 0;
}
.main-banner ul li.active {
/*
	-webkit-animation: zoomOut 9.5s linear, fadeIn 1s linear;
	animation: zoomOut 9.5s linear, fadeIn 1s linear;
	z-index: 1;
*/
}
.main-banner ul li img {
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	max-width: inherit!important;
}
.news-area {
	padding: 15px 0;
	background-color: #08172a;
}
.news-area h3, .news-area .news-txt {
	display: inline-block;
	vertical-align: top;
}
.news-area h3 {
	width: 24%;
}
.news-area .news-txt {
    width: 70%;
    padding-left: 5%;
}
.news-area p {
	color: #fff;
	font-size: 100%;
}
.news-area p span {
	margin-right: 1%;
}
.section-area-01 {
	position: relative;
	background: #fff;
}
.section-area-01:before {
	position: absolute;
	top: 0;
	width: 100%;
	height: 50%;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,47,23,1) 0%, rgba(224,242,249,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(0%, rgba(240,47,23,1)), color-stop(0%, rgba(224,242,249,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,47,23,1) 0%, rgba(224,242,249,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,47,23,1) 0%, rgba(224,242,249,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,47,23,1) 0%, rgba(224,242,249,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(240,47,23,1) 0%, rgba(224,242,249,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	content: "";
}
.section-area-01 h3 {
	padding: 9% 0;
}
.bg-plane {
	position: absolute;
	z-index: 1;
	width: 88%;
}
.bg-plane img {
	width: 100%;
	margin: 0 auto;
}
.section-area-01 .container {
	position: relative;
	z-index: 2;
}
.column2 {
	padding-bottom: 70px;
}
.column2 .col {
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 60%;
}
.column2 .img {
	width: 40%;
}
.column2 .img img {
	width: 100%;
	height: auto;
}
.column2 .txt {
	border-bottom: 1px solid #c1c5cc;
}
.column2 .col p {
	color: #333;
	font-size: 114%;
	line-height: 2.1;
	margin: 0;
	width: 95%;
}
.col.lR p {
	padding: 10% 5% 0 0;
}
.section-area-02 {
	position: relative;
	background: #b5b6b3 url('/promotion/skytrax/image/bg_area02.png') no-repeat center;
	background-size: cover;
	height: 600px;
}
.section-area-02 .shape {
	position: relative;
	z-index: 99;
	top: -7.2%;
	padding-left: 65px;
	width: 100%;
	height: 738px;
	background: url(/promotion/skytrax/image/bg_area02_b.png) no-repeat;
}
.area-s02 {
	z-index: 3;
}
.section-area-02 .shape h3 {
	padding-top: 166px;
	margin: 0 0 21px 41px;
}
.section-area-02 .shape h4 {
	padding: 0 125px 50px;
}
.section-area-02 .shape p {
	width: 640px;
	color: #fff;
	line-height: 2;
	text-align: center;
}
.section-area-03 {
	position: relative;
	background: url(/promotion/skytrax/image/bg_area03.png) center no-repeat;
	background-size: cover;
	min-height: 899px;
}
.section-area-03 .container {
	text-align: center;
}
.section-area-03 h3 {
	width: 380px;
	margin: 0 auto;
	padding: 140px 0 2% 0;
}
.section-area-03 h3 img {
	width: 100%;
	height: auto;
}
.txt-s03 {
	font-size: 128%;
	color: #fff;
	line-height: 2.2;
}
.page-top {
	margin-bottom: 20px;
}
.page-top a {
	padding: 3% 0;
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-family: "arial";
	text-decoration: none;
	font-weight: 400;
}
.footer-area {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.footer-area ul.f-Blk,.second ul.f-Blk {
	float: left;
	width: 70%;
}
.footer-bottom {
	padding: 1.5% 0;
	background: rgba(0,0,0,.2);
}
.footer-area .footer_txt,.second .footer_txt {
	padding-top: 7px;
	width: 30%;
	float: right;
	color: #fff;
	font-size: 78%;
}
.footer-area ul.f-Blk li,.second ul.f-Blk li {
	float: left;
}
.footer-area ul.f-Blk li:first-child,.second ul.f-Blk li:first-child {
	border-right: 1px solid #fff;
	margin-right: 2%;
	padding-right: 2%;
}
.cloud-bg {
	position: relative;
}
.cloud-bg:after {
	content: "";
	background: url('/promotion/skytrax/image/cloud_bg.png') no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.section-area-03,
.section-area-01 {
	z-index: 1;
}
/* English */
.s02-en {
	padding-bottom: 47px;
}




@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes zoomOut {
	0% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	85% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes zoomOut {
	0% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	85% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@media screen and (max-width: 1920px) and (min-width: 1331px) {
	.section-area-01 h3 img{
		max-width: 50%;
	}
}

@media screen and (max-width: 1330px) and (min-width: 769px) {
	.section-area-01 h3 img{
		max-width: 46%;
	}
}

@media screen and (max-width: 885px) and (min-width: 751px) {
	.zoom-blk .head_02 {
		width: 80%;
	}
	.zoom-blk02 .head_03 {
		width: 30%;
	}
}

@media screen and (max-width: 1100px) {
	.container {
		width: 90%;
	}
	.area-s02 {
		right: auto;
	}
}

@media screen and (max-width: 990px) {
/*
	.zoom-blk {
		position: absolute;
		bottom: 0;
	}
*/
	.news-area p {
		line-height: 1.5;
	}
	.banner-area h2 {
		margin-top: 65%;
	}
	.section-area-01 {
		position: relative;
		background: #fff url('/promotion/skytrax/image/img01_sp.jpg') no-repeat;
		background-size: 100% auto;
		margin-bottom: 0;
	}
	.column2 .col.img img {
		width: 100%;
		height: auto;
	}
	.column2 .col p {
		padding-left: 2%;
	}
}
@media screen and (max-width: 885px) {
	.main-banner ul li img {
		height: auto!important;
		width: 100%;
	}
}

@media screen and (max-width: 1015px) {
	.column2 .txt {
		border: none;
	}
}
@media screen and (max-width: 768px) {
	.zoom-blk {
		position: relative;
		width: auto;
		bottom: 0;
	}
	.banner-area {
		height: 100%!important;
	}
	.banner-area h2.en {
		margin: 66% auto -6%;
	}
	.sp-head {
		background-color: #2c3a59;
	}
	.main-banner ul li {
		top: -3%;
	}
	.zoom-blk .head_02 {
		width: 90%!important;
	}
	.banner-area h2 {
		margin-top: 68%;
		margin-bottom: -8%;
	}
	.zoom-blk02 {
		position: absolute;
		top: 67px;
	}
	.zoom-blk02 .head_03 {
		width: 90%;
		position: relative;
		left: 0;
	}
	.zoom-blk02 .head_03 h2 {
		margin: 7% 0 0;
		width: 45%;
		position: relative;
		left: 0;
	}
	.column2 .col {
		height: auto;
	}
	.main-banner ul li img {
		width: 100%;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	.main-banner ul li.active {
		display: block;
		-webkit-animation: fadeIn 1s linear;
		-o-animation: fadeIn 1s linear;
		-ms-animation: fadeIn 1s linear;
		animation: fadeIn 1s linear;
	}
	.news-area {
		background: none;
	}
	.news-area h3 {
		width: 100%;
	}
	.news-area h3 img {
		float: right;
	}
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
	.news-area p {
		text-align: left;
	}
	.news-area h3 {
		margin-bottom: 0;
		width: 100%;
	}
	.news-area {
		margin: 0 auto;
        padding-bottom: 0;
		/* width: 90%; */
	}
    .news-area .container {
        width: auto;
	}

    .news-area .news-txt {
        width: auto;
        background: #08172a;
        padding-bottom: 15px;
        border-top: 1px solid #2b80ad;
		/* border-bottom: 1px solid #2b80ad; */
    }
	.news-area p {
		padding: 15px 20px;
		width: auto;
		display: block;
	}
	.section-area-01:before {
		background: none;
	}

	.section-area-01 h3 {
		width: 60%;
		margin: 0 auto;
		padding-bottom: 40%;
	}
	.section-area-01 h3 img,
	.area-s02 h3 img,
	.area-s02 h4 img,
	.sp-img-s02 img,
	.section-area-03 h3 img,
	.footer-area ul.f-Blk li a img,.second ul.f-Blk li a img {
		width: 100%;
		height: auto;
	}
	.column2 .col {
		width: 100%;
		display: block;
	}
	.column2 .img {
		margin-bottom: 5%;
	}
	.column2 .img img {
		width: 100%;
		height: auto;
	}
	.column2 .col p {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	.column2 {
		padding-bottom: 5%;
	}
	.area-s02 {
		width: auto;
		float: none;
	}
	.area-s02 h3 {
		padding-top: 10%!important;
	}
	.area-s02 h3, .area-s02 h4 {
		width: 70%;
		margin: 0 auto!important;
	}
	.section-area-02 {
		background: none;
		height: auto;
	}
	.section-area-02 .shape h4 {
		padding: 0 0 42px;
	}
	.section-area-02 .shape {
		padding-bottom: 5%;
		padding-left: 0;
		height: auto;
		background: #2c3a59 url(/promotion/skytrax/image/bg_area02_b.png) no-repeat;
		background-position: 0 0;
	}
	.section-area-02 .shape:before {
		content: none;
	}
	.section-area-02 .shape p {
		text-align: left;
		width: 100%;
	}
	.sp-img-s02 {
		width: 100%;
		height: 165px;
		margin-bottom: 5%;
		overflow: hidden;
	}
	.sp-img-s02 img {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
	.section-area-03 {
		background: url('/promotion/skytrax/image/bg_area03_sp.jpg') center no-repeat;
		background-size: cover;
	}
	.txt-s03{
		text-align: left;
	}
	.txt-s03,
	.section-area-02 .shape p {
		font-size: 114%;
		line-height: 2;
	}
	.section-area-02 .shape p {
		width: 90%;
		margin: 0 auto;
	}
	.section-area-03 h3 {
		width: 60%;
		margin: 0 auto;
	}
	.section-area-03 h3 {
		padding: 40px 0 10px 0;
	}
	.sns-es {
		padding-bottom: 25px;
	}
	.footer-area ul.f-Blk,.second ul.f-Blk {
		width: 100%;
		margin-bottom: 2%;
		padding-bottom: 2%;
		border-bottom: 1px solid #404040;
	}
	.footer-area ul.f-Blk li,.second ul.f-Blk li {
		width: 45%;
	}
	.footer-area .footer_txt,.second .footer_txt {
		width: 100%;
		font-size: 92%;
	}
	.page-top a {
		border-top: 1px solid #404040;
		border-bottom: 1px solid #404040;
		width: 100%;
		margin: 0;
	}
	.footer-area ul.f-Blk li:first-child,.second ul.f-Blk li:first-child {
		margin-right: 4%;
		padding-right: 5%;
		border-right: 1px solid #404040;
	}

	.cloud-bg {
		position: relative;
		padding-bottom: 32px;
	}
	.cloud-bg:after {
		content: "";
		background: url('/promotion/skytrax/image/cloud_bg.png') no-repeat;
		background-size: cover;
		background-position: left bottom;
		width: 100%;
		height: 532px;
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: 0;
		right: 0;
	}

}
@media screen and (max-width: 678px) {
	.banner-area h1 {
		width: 100%;
	}
	.banner-area h1 img {
		width: 100%;
		height: auto;
	}
	.news-area p {
		padding: 15px 20px;
	}
	.cloud-bg:after {
		height: 389px;
	}
}


@media screen and (max-height: 500px) {
	.news-area {
		padding: 8px 0;
	}
}

@media screen and (max-height: 500px) {
	.news-area {
		padding: 4px 0;
	}
}


/*--------------------
*
*		ph2
*
--------------------*/

.section-area-04 {
	position: relative;
	background: #fff url(/promotion/skytrax/image/bg_area03_b.png) no-repeat right;
	top: -7.2%;
	padding-left: 65px;
	width: 100%;
	height: 100%;
}

.section-area-04 .shape {
	position: relative;
	/*z-index: 99;*/
	/*background: url('/promotion/skytrax/image/bg_area04.png') no-repeat left;*/
	width: 100%;
    background-position: 0 78%;
    /*	background-size: cover;*/
	height: 100%;
}
.section-area-05 {
	position: relative;
	/* background: #b8bab6 url(/promotion/skytrax/image/bg_area02_b.png) no-repeat; */
	background: #D0D0D0 url(/promotion/skytrax/image/bg_area02_b.png) no-repeat;
	top: -7.2%;
	padding-left: 65px;
	width: 100%;
	height: 100%;
  min-height: 534px;
	padding: 35px;
}
.section-area-05 .shape {
	position: relative;
	/*z-index: 99;*/
	/*background: url('/promotion/skytrax/image/bg_area04.png') no-repeat left;*/
	width: 100%;
    background-position: 0 78%;
    /*	background-size: cover;*/
	height: 100%;
}
.area-05-img{
    position: absolute;
    width: 80%;
    left: 25%;
    padding-top: 3%;
}
.area-04-img{
	position: relative;
    top: 15px;
}
.area-s02-4{
	float: left;
	width: 50%;
	text-align: center;
	position: relative;
}
.area-s02-4-pos{
	margin-top: 5%;
}
.section-area-04 .shape p {
    width: 100%;
    color: #fff;
    line-height: 2;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}
.section-area-05 .shape p {
    width: 100%;
    color: #fff;
    line-height: 2;
    text-align: center;
    margin-bottom: 5%;
    text-shadow: 1px 1px 1px #000;
}
.area-s02-4 h3{
	margin: 5% 0 -2% 0;
}
/*.area-s02-4-h3-en img{
	margin: 10px 0;
}*/
.area-s02-4 h4{
	margin-bottom: 5%;
}
.sp-section-area-04{
	display: none;
}
.area-05-img02{
	/*
	width: 400px;
	padding: 10px 0;
	*/
	width: 370px;
	position: absolute;
	top: 12px;
	right: 215px;
}
.area-s02-4-h3{
	margin: 1% 0 -2% 0 !important;
}
.en-area-s02-4-h3-01{
	margin: 5% 0 3% 0 !important;
}
.en-area-s02-4-h3-02{
	margin: 1% 0 3% 0 !important;
}
.es-area-s02-4-h3-03{
    margin: 5% 0 4% 0 !important;
}
.es-area-s02-4-h3-03-p{
	margin-left: 3%;
}
@media (max-width: 1560px){
	.area-05-img02{
		right: 0;
	}

}

/*TB*/
@media (max-width: 1458px){
	.area-04-img{
		right: 90px;
	}
	.section-area-04{
		background-position: 495px;
	}
	.section-area-05{
	    background-position-x: -133px;
	    padding: 35px;
	}
}
@media (max-width: 1275px){
	.area-04-img{
		right: 90px;
	}
	.section-area-04{
		background-position: 370px;
	}
	.section-area-05{
	    background-position-x: -133px;
	    padding: 35px;
	}

}
@media (max-width: 1198px){
	.area-04-img{
		right: 90px;
	}
	.section-area-04{
		background-position: 330px;
	}
	.section-area-05{
	    background-position-x: -180px;
	}
	.area-05-img02{
		/*
		width: 330px;
		padding: 10px 0;
		padding: 16px 0;
		*/
		right: 0;
	}
	.es-area-s02-4-h3-03 img{
		width: 70%;
	}

}
@media (max-width: 1068px){
	.area-04-img{
		right: 90px;
	}
	.section-area-04{
		background-position: 310px;
	}
	.section-area-05{
	    background-position-x: -250px;
	    padding: 20px;
	}
	.area-s02-4 h3{
		margin: 0;
	}

}
@media (max-width: 980px){
	.area-04-img{
		right: 90px;
	}
	.section-area-04{
		background-position: 245px;
	}
	.section-area-05{
	    background-position-x: -260px;
	    padding: 20px;
	}
	.area-s02-4 h3{
		margin: 0;
	}
}
@media (max-width: 937px){
	.area-05-img02{
		top: 40px;
		width: 270px;
	}
}

@media (max-width: 900px){
	.area-04-img{
		right: 90px;
		padding-top: 20px;
	}
	.section-area-04{
		background-position: 230px;
	}
	.section-area-05{
	    background-position-x: -320px;
	    padding: 20px;
	}
	.area-s02-4 h3{
		margin: 0;
	}
	.section-area-04 .shape p{
		padding: 0 0 30px;
	}

}

/*SP*/
@media screen and (max-width: 873px){
	.section-area-04,.section-area-05{
		display: none;
	}
	.sp-section-area-04{
		display: block;
		background: #2c3a59;
	}
	.sp-area-s02-4 h3,.sp-area-s02-4 h4{
	    width: auto;
		text-align: center;
	}
	.sp-area-s02-4 h3 img{
		width: 56%;
	}
	.sp-area-s02-4-jp01{
		margin: 15px 0 -10px;
	}
	.sp-area-s02-4-jp02{
	    margin: 10px 0 0;
	}
	.sp-area-s02-4-en01{
		margin: 20px 0 -20px;
	}
	.sp-area-s02-4-en02{
		margin: 20px 0;
	}
	.sp-area-s02-4 h4 img{
		width: 52%;
	}
	.sp-area-s02 p{
		width: 90%;
		margin: 0 auto;
	    font-size: 114%;
	    line-height: 2;
	    color: #fff;
	    padding: 20px 0;
	}
	.sp-area-s02-5img{
		margin: 20px 0;
	}
	.sp-area-s02-5img img,
	.sp-area-s02-4 div img{
		background: #D0D0D0;
	}
	.sp-area-s02-4img img{
		width: 100%;
		height: auto;
		background: #fff;
	}
	.sp-sp-area-s02-4-img{
		padding: 0 10px;
	}
	.area-s02-4-p-jp{
	    padding: 0 0 20px !important;
	}
	.sp-area-s02-4-es01{
		width: 47% !important;
		margin: 30px 0 10px;
	}

}

/*--------------------
*
*	gnavi/news-area
*
--------------------*/
.header-area{
	position: relative;
	z-index: 2000;
	}

.logo_area{
	width: 244px;
	float: left;
	padding: 20px 0;
}
.navi_area{
	padding-top: 30px;
	float: right;
}
.navi_area ul li{
	display: inline-block;
	font-size: 14px;
	border-left: 1px solid #fff;
	padding: 0 14px;
	color: #fff;
}
.navi_area ul li:first-child{
	border-left: none;
	padding-left: 0;
}
.navi_area ul li a{
	color: #fff;
	text-decoration: none;
}
.navi_area ul li a:hover{
	text-decoration: underline;
}

.block{
	display: table;
}
.block_date,.block_text{
	display: table-cell;
}
.block_date{
	padding-right: 10px;
}
.news-area p {
	line-height: 1.5;
}
.navi_area ul li.page_active a,#modal-content ul li.page_active a{
	color: #ffe258;
}

@media screen and (min-width: 1024px){
	.sp_navi_area{
		display: none;
	}
	#modal-content{
		display: none;
	}
	body{
		overflow: hidden;
	}
}

@media screen and (max-width: 1024px){
	.navi_area{
		display: none;
	}
	.sp_navi_area{
		display: block;
		float: right;
		cursor: pointer;
		margin-top: 18px;
	}
	#modal-open{
		display: block;
		border: 1px solid #fff;
	}
	#modal-close{
		display:none;
	}
	#modal-content{
		position: absolute;
		right: 0;
		left: auto;
		background: #000;
		width: 86%;
		z-index: 1500;
		font-size: 16px;
		border-top: 2px solid #575555;
		display: none;
		color: #fff;
		/*
		height: 300px; /* 要素が追加されれば都度調整
		overflow-y: scroll;
    	-webkit-overflow-scrolling: touch;
		*/
	}
	#modal-content a{
		color: #fff;
		text-decoration: none;
	}
	#modal-content ul{
		margin: 22px 0 28px 24px;
	}
	#modal-content ul li{
		line-height: 1.3;
	}
	#modal-content ul li a{
		padding: 16px 0 16px 12px;
		display: block;
	}
	.ficon-arrow-right::before{
		border-left-color: #fff;
		top: 1.2em;
	}
	#modal-overlay{
		z-index: 1000;
		display: none;
		top: 0;
		left: 0;
		width: 100%;
		height: 120%;
		background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	}
	.overlay_active{
		position: fixed;
		width: 100%;
	}
	.main-banner ul li img{
		padding-top: 0;
	}
	.second .page-top{
		margin: 30px 0;
}
}

/*--------------------
*
*	top-bottom-area
*
--------------------*/
.top-bottom-area {
    background-color: #08172a;
}

@media screen and (max-width: 768px) {
    .top-bottom-area {
        padding-bottom: 40px;
        background-color: #031032;
    }
    .top-bottom-area > .container {
        width: 80%;
    }
}

/*--------------------
*
*	top-topics-banner-area
*
--------------------*/
.top-topics-banner-area {
	padding: 15px 0;
}
.top-topics-banner-area .ttb-item-box {
	background: #08172a;
}
.top-topics-banner-area .ttb-item {
	float: left;
	margin: 0 0.976%;
	width: 23%;
	line-height: 0;
    box-sizing: border-box;
    background: #fff;
}
.top-topics-banner-area .ttb-item:first-child{
	margin-left: 0;
}
.top-topics-banner-area .ttb-item a:hover{
	opacity:0.8;
}
@media screen and (max-width: 768px) {
    .top-topics-banner-area {
        margin: 0 auto;
        padding-bottom: 0;
        border-bottom: 1px solid #2b80ad;
    }
    .top-topics-banner-area .container {
        width: auto;
    }
    .top-topics-banner-area h3 {
        border-bottom: 1px solid #2b80ad;
    }
	.top-topics-banner-area h3 img {
		float: right;
	}
    .top-topics-banner-area .ttb-item-box {
        padding: 20px 20px 0;
        background: #08172a;
    }
	.top-topics-banner-area .ttb-item {
		float: none;
		width: 100%;
        margin: 0 0 20px;
	}
	.top-topics-banner-area .ttb-item img{
		width: 100%;
	}
}
@media (max-width: 570px) and (min-width: 0px){
	.top-topics-banner-area .ttb-item{
		background: none;
	}
}


/*--------------------
*
*	bnr_area
*
--------------------*/
.bnr_area {
	background: #000;
	padding: 20px 0;
	width: 100%;
}
.bnr_area.no_back {
	background: none;
	padding-bottom: 160px;
}

.footer-area .bnr_area {
	background: rgba(0,0,0,0.2)!important;
}

.bnr_area ul {
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;

}

.bnr_area ul li {
	width: 35%;
	display: inline-block;
	margin: 0 20px;
}
@media screen and (max-width: 768px) {
	.bnr_area ul li {
		margin: 0 10px;
	}
	.bnr_area.no_back {
		padding-bottom: 40px;
	}
	.mt30 {
		margin-top: 30px;
	}
}

@media (max-width: 570px) and (min-width: 0px){
	.bnr_area ul {
		width: 90%;
	}
	.bnr_area ul li {
		width: 100%;
		margin: 20px 0;
	}
}

@media (max-width: 815px) and (min-width: 768px){
	.column2 .txt{
		margin-bottom: 30px
	}
}

