@charset "UTF-8";

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

html{
	font-size: 62.5%;
	color: #202020;
}
body {
  min-width: inherit;
}
body *{	box-sizing: border-box;}
ul li{	list-style: none;}
img{
	vertical-align: bottom;
	width: 100%;
}
a{
	text-decoration: none;
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 768px) {
	body{
		min-width: 100%;
	}
	a{
		-webkit-tap-highlight-color: rgba(0,0,102,0.15);
	}
}

/*
	module
----------------------------------------------------------------------------- */
.inner{
	margin: 0 auto;
}
.inner_wrap {
	margin: 0 auto;
  max-width: 1280px;
}
.box-title {
  color: #000;
	font-size: 34px;
	line-height: 1.75;
	margin-bottom: 30px;
}

.m-sp{	display: none !important;	}
@media screen and (max-width: 768px) {
	.m-pc{	display: none !important;	}
	.m-sp{	display: block !important;	}
	.inner_wrap {
		margin: 0 10px;
	}
	.box-title {
		font-size: 22px;
		margin-bottom: 5%;
	}
}

/* ------------------------
  slick
------------------------ */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before,
.slick-next:before {
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: '←';
}
[dir='rtl'] .slick-prev:before {
	content: '→';
}
.slick-next {
	right: -25px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: '→';
}
[dir='rtl'] .slick-next:before {
	content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button
{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/*
	eucookie
----------------------------------------------------------------------------- */
.eucookie * {
  font-size: 14px;
  line-height: 1.6;
}

/*
	header
----------------------------------------------------------------------------- */
#G-HEADER-NEW {
	border-bottom: none;
}
#G-HEADER-NEW .inner-header {
  background-color: transparent;
}
#G-HEADER-NEW .inner-header .logo {
  background-color: #fff;
}
#G-SELECT-LANG {
	min-width: 115px;
	min-height: 22px;
}
#G-SELECT-LANG li:first-child a {
  background-color: transparent;
  border: none;
}
#G-SELECT-LANG li a {
  color: #fff;
  background-color: #000;
  border: 1px solid #868482;
}
#G-HEADER-NEW .inner-header .region {
  background-color: rgba(000 ,000, 000, .8);
}
#G-HEADER-NEW .inner-header .nav {
  background-color: rgba(000, 000, 000, .5);
}
#G-HEADER-NEW .inner-header .nav > ul > li > a,
#G-HEADER-NEW .inner-header .nav > ul > li > span {
  color: #fff;
}
#G-HEADER-NEW .inner-header .nav > ul > li > span {
  background-image: url(../img/icon_arw_nav02.png);
}
#G-HEADER-NEW .inner-header .nav > ul > li > a:hover:after,
#G-HEADER-NEW .inner-header .nav > ul > li > span:hover:after,
#G-HEADER-NEW .inner-header .nav > ul > li.active > span:after {
  background-color: #fff;
}

.video {
  height: 0;
  margin: 0 auto;
  padding-bottom: 100vh;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.video iframe,
.video .bg-video {
  left: 50%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.video .bg-video {
  display: none;
}

@media screen and (max-width: 1200px) and (min-width: 961px) {
  #G-HEADER-NEW .inner-header .nav {
    border-top: none;
  }
}

@media screen and (max-width: 768px) {
  .video .bg-video {
    display: block;
  }
	.video .bg-video img {
    width: auto;
	}
}

/*
	#content
----------------------------------------------------------------------------- */
#content {
  margin-top: 0px !important;
}

/*
	notice
----------------------------------------------------------------------------- */
.notice {
	background-color: #fff;
	padding: 17px 80px;
}
.notice p {
	color: #555;
	font-size: 14px;
	line-height: 1.75;
}

.urgent.notice {
	background-color: #fdf4f5;
}
.urgent.notice p {
	color: #d22630;
}

@media screen and (max-width: 768px) {
	.notice {
		padding: 2% 7%;
	}
}


/*
	panel
----------------------------------------------------------------------------- */
.panel .inner {
	display: table;
	width: 100%;
}
.panel .inner > div {
	display: table-cell;
	vertical-align: top;
	width: 33.3%;
}
.panel .onmovie {
	position: relative;
}
.panel .right .onmovie {}
.panel .left + .right .onmovie.f,
.panel .left + .right .onmovie.s {
	width: 33.3%;
}
.panel .left + .right .onmovie.f{
	float: left;
}
.panel .left + .right .onmovie.s{
}
.panel .left + .right .onmovie.t{
	clear: both;
  width: 100%;
}
.panel .right .onmovie {
  float: left;
  width: 100%;
}
.panel .right .onmovie.t {
  float: right;
}

.panel .inner > div span {
	color: #fff;
	display: block;
}
.panel .box {
  display: block;
	position: relative;
  z-index: 1;
}
.panel .txt_wrap {
	bottom: 5%;
  display: block;
	left: 0;
	margin: 0 11.4%;
	position: absolute;
  text-decoration: none;
	z-index: 1;
}
.panel .right .txt_wrap {
	bottom: 7.5%;
	margin: 0 8%;
}
.panel .right .box.t .txt_wrap {
	bottom: 15%;
	margin: 0 4.2%;
}
.panel .txt_wrap .title {
	font-size: 24px;
	line-height: 1.75;
	margin-bottom: 10%;
}
.panel .left .txt_wrap .title {}
.panel .txt_wrap .btn {
	border: 1px solid #fff;
	position: relative;
  text-align: center;
	width: 140px;
}
.panel .txt_wrap .btn > span {
	font-size: 14px;
	line-height: 1.75;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
.panel .txt_wrap .btn > span span {
  color: #fff;
  display: block;
  padding: 7px 0;
  position: relative;
  overflow: hidden;
  transition: color 250ms cubic-bezier(.25,.46,.45,.94);
  text-decoration: none;
}
.panel .txt_wrap .btn > span span:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: left 250ms cubic-bezier(.25,.46,.45,.94);
  width: 100%;
  z-index: -1;
}
.panel .video_item {
	height: 0;
	left: 0;
	margin: 0 auto;
	padding-bottom: 68.6%;
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 100%;
}
.panel .video_item video {
	left: 50%;
	margin: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0;
	width: 200%;
}
.panel .box:after {
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.panel .left .video_item {
	padding-bottom: 80%;
}
.panel .left .box:after {
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(0,0,0,0.7) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 60%,rgba(0,0,0,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
}
.panel .center .f .video_item,
.panel .center .s .video_item {
	padding-bottom: 80%;
}
.panel .right .f .video_item,
.panel .right .s .video_item {
	padding-bottom: 80%;
}
.panel .center .f .box:after,
.panel .center .s .box:after {
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 30%, rgba(0,0,0,0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 30%,rgba(0,0,0,0.9) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 30%,rgba(0,0,0,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
}
.panel .right .f .box:after,
.panel .right .s .box:after {
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 30%, rgba(0,0,0,0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 30%,rgba(0,0,0,0.9) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 30%,rgba(0,0,0,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
}
.panel .right .t .video_item {
	padding-bottom: 67.8%;
}
.panel .right .t .box:after {
  background-color: rgba(000, 000, 000, .5);
}

@media screen and (min-width: 769px) {
  .panel .txt_wrap .btn:hover > span span {
    color: #171c8f;
  }
  .panel .txt_wrap .btn:hover > span span:before {
    left: 0;
  }
}

@media screen and (max-width: 768px) {
	.panel .inner > div {
		display: block;
		width: auto;
	}
	.panel .cover {
		opacity: 1 !important;
	}
  .panel .video_item {
    padding-bottom: 80% !important;
  }
	.panel .video_item video {
		display: none;
	}


	.panel .right .onmovie.f,
	.panel .right .onmovie.s,
  .panel .right .onmovie.t,
  .panel .left + .right .onmovie.f,
	.panel .left + .right .onmovie.s,
  .panel .left + .right .onmovie.t{
		float: none;
		width: auto;
	}
  .panel .right .f .box:after,
  .panel .right .s .box:after {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 30%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 30%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 30%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
  }
  .panel .right .t .box:after {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 30%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 30%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 30%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
  }
	.panel .txt_wrap,
	.panel .right .txt_wrap {
		bottom: 8%;
		margin: 0 20px;
	}
	.panel .txt_wrap .title,
	.panel .left .txt_wrap .title {
		font-size: 22px;
		margin-bottom: 5%;
	}
	.panel .txt_wrap .btn {
		width: 120px;
	}
	.panel .txt_wrap .btn > span {
		font-size: 13px;
	}
  .panel .txt_wrap .btn > span span {
    padding: 9px 0;
  }
}

/*
	content
----------------------------------------------------------------------------- */
#content .inner {
	background-color: #fff;
	position: relative;
}
#content .page_top {
	bottom: 161px;
	position: fixed;
	right: 0;
	opacity: 0;
	-webkit-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
	transition: transform 1s ease-in-out, opacity 1s ease-in-out;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	z-index: 1;
}

@media screen and (max-width: 768px) {
  #content {
    padding-top: 44px;
  }
}


/*
	movie
----------------------------------------------------------------------------- */
.movie {
	position: relative;
}
.movie:after {
	background-color: rgba(0, 0, 0, .2);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.movie .movie_box {
	bottom: 6%;
	left: 0;
	position: absolute;
	z-index: 1;
}
.movie .txt {
	background-color: rgba(000, 000, 000, .5);
	padding: 1.3% 0 4.4%;
}
.movie .txt span {
	display: block;
	font-size: 40px;
	line-height: 1.75;
	padding: 0 8px 0 80px;
}

.movie .btn {
	background-color: #171c8f;
	margin: -4.4% 0 0;
	padding: 20px 0 20px 80px;
  position: relative;
	width: 380px;
}
.movie .btn a {
	border: 1px solid #fff;
	display: block;
	max-width: 280px;
	width: 100%;
}
.movie .btn a span {
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 1.75;
  padding: 11px 10px 12px;
  position: relative;
  overflow: hidden;
  transition: color 250ms cubic-bezier(.25,.46,.45,.94);
	text-align: center;
}
.movie .btn a span:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: left 250ms cubic-bezier(.25,.46,.45,.94);
  width: 100%;
  z-index: -1;
}
.movie .scroll {
	background-color: rgba(000, 000, 000, .4);
	bottom: 0;
	height: 300px;
	position: absolute;
	right: 0;
	width: 40px;
	z-index: 1;
}
.movie .scroll span {
	bottom: 0;
	display: block;
	margin: 0 15px 20px 11px;
	position: absolute;
	right: 0;
	width: 14px;
}

@media screen and (max-width: 768px) {
	.movie .movie_box {
		bottom: 15%;
		width: 77.335%;
	}
	.movie .txt {
		padding: 5% 0 14%;
		text-align: left;
	}
	.movie .txt span {
		font-size: 22px;
		line-height: 1.45;
		padding: 0 0 0 20px;
	}
	.movie .scroll {
		display: none !important;
	}

	.movie .btn {
		margin: -10% 0 0;
		padding: 3% 3% 4% 7%;
		width: 52%;
	}
	.movie .btn a {
		max-width: none;
	}
	.movie .btn a span {
		font-size: 13px;
    padding: 8% 10px 7%;
	}
}

@media screen and (min-width: 769px) {
  .movie .btn a:hover {
    text-decoration: none;
  }
  .movie .btn a:hover span:before {
    left: 0;
  }
  .movie .btn a:hover span {
    color: #171c8f;
  }
  .movie .scroll:hover div {
    opacity: .7;
  }
}

/* EMEA movie*/

.movie .movie_box_emea {
	bottom: 12%;
	left: 0;
	position: absolute;
	z-index: 1;
}

.movie .btn_emea {
	background-color: #171c8f;
	margin: -4.4% 0 0;
	padding: 10px 0 10px 30px;
  position: relative;
	width: 380px;
}

.movie .btn_emea a {
	border: 1px solid #fff;
	display: block;
	max-width: 280px;
	width: 100%;
}
.movie .btn_emea a span {
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 1.75;
  padding: 11px 10px 12px;
  position: relative;
  overflow: hidden;
  transition: color 250ms cubic-bezier(.25,.46,.45,.94);
	text-align: center;
}
.movie .btn_emea a span:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: left 250ms cubic-bezier(.25,.46,.45,.94);
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
	.movie .movie_box_emea {
		bottom: 15%;
		width: 77.335%;
	}
	.movie .btn_emea {
		margin: -10% 0 0;
		padding: 3% 3% 3% 8%;
		width: 280px;
	}
	
	.movie .btn_emea a {
		max-width: none;
	}
	.movie .btn_emea a span {
		font-size: 13px;
    padding: 8% 10px 7%;
	}
	
}

@media screen and (min-width: 769px) {
  .movie .btn_emea a:hover {
    text-decoration: none;
  }
  .movie .btn_emea a:hover span:before {
    left: 0;
  }
  .movie .btn_emea a:hover span {
    color: #171c8f;
  }
  .movie .scroll:hover div {
    opacity: .7;
  }
}

/* EMEA movie btn end */


/* ATP2019 movie*/

.movie .movie_box_atp2019 {
	bottom: 12%;
	left: 0;
	position: absolute;
	z-index: 1;
}

.movie .btn_atp2019 {
	background-color: #171c8f;
	margin: -4.4% 0 0;
	padding: 10px 0 10px 30px;
  position: relative;
	width: 380px;
}

.movie .btn_atp2019 a {
	border: 1px solid #fff;
	display: block;
	max-width: 280px;
	width: 100%;
}
.movie .btn_atp2019 a span {
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 1.75;
  padding: 11px 10px 12px;
  position: relative;
  overflow: hidden;
  transition: color 250ms cubic-bezier(.25,.46,.45,.94);
	text-align: center;
}
.movie .btn_atp2019 a span:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: left 250ms cubic-bezier(.25,.46,.45,.94);
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
	.movie .movie_box_atp2019 {
		bottom: 15%;
		width: 77.335%;
	}
	.movie .btn_atp2019 {
		margin: -10% 0 0;
		padding: 3% 3% 3% 8%;
		width: 280px;
	}
	
	.movie .btn_atp2019 a {
		max-width: none;
	}
	.movie .btn_atp2019 a span {
		font-size: 15px;
    padding: 8% 10px 7%;
	}
	
}

@media screen and (min-width: 769px) {
  .movie .btn_atp2019 a:hover {
    text-decoration: none;
  }
  .movie .btn_atp2019 a:hover span:before {
    left: 0;
  }
  .movie .btn_atp2019 a:hover span {
    color: #171c8f;
  }
  .movie .scroll:hover div {
    opacity: .7;
  }
}

/* ATP2019 movie btn end */

/*
	information
----------------------------------------------------------------------------- */
.information {
	background-color: #fff;
	padding: 40px 0;
}
.information ul {
  display: table;
  width: 100%;
}
.information ul li {
	border-right: 1px solid #ddd;
  display: table-cell;
  vertical-align: middle;
	width: 20%;
}
.information ul li:first-child {
	border-left: 1px solid #ddd;
}
.information ul li a {
	color: #171c8f;
	display: block;
	padding: 11% 0 7%;
	text-align: center;
}
.information ul li a .img {
	display: block;
	margin: 0 auto 6.5%;
	max-width: 55px;
	width: 21.66%;
}
.information ul li a .img + span {
	display: block;
	font-size: 16px;
	line-height: 1.75;
  padding: 0 10px;
}

@media screen and (min-width: 769px) {
  .information ul li a.on .img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform: rotateY( 360deg );
		transform: rotateY( 360deg );
  }
}

@media screen and (max-width: 768px) {
	.information .inner_wrap {
		margin: 0 20px;
	}
	.information ul {
		border: 1px solid #dddddd;
    display: block;
	}
	.information ul li {
		border: none;
		border-bottom: 1px solid #dddddd;
    float: left;
		width: 50%;
	}
	.information ul li:first-child,
	.information ul li:nth-child(3){
		border-left: 1px solid transparent;
	}
	.information ul li:nth-child(2),
	.information ul li:nth-child(4) {
		border-left: 1px solid #dddddd;
	}
	.information ul li:nth-child(5) {
		border-bottom: none;
		width: 100%;
	}
	.information ul li a {
		padding: 17% 0 8%;
	}
	.information ul li a .img {
		margin-bottom: 10%;
		max-width: none;
		width: 26.59%;
	}
	.information ul li a .img + span {
		font-size: 15px;
	}
	.information.show li:nth-child(5) a {
		padding: 5% 0;
	}
	.information.show li:nth-child(5) a .img,
	.information.show li:nth-child(5) a .img + span {
		display: inline-block;
		vertical-align: middle;
	}
	.information.show li:nth-child(5) a .img {
		margin-bottom: 0;
		width: 13.215%;
	}
	.information.show li:nth-child(5) a .img + span {
		margin-left: 8%;
	}
}

/*
	search
----------------------------------------------------------------------------- */
.search {
	padding: 75px 0 60px;
	position: relative;
	width: 100%;
}
.search .bg_img {
	top: 0;
	height: 100%;
	left: auto;
	position: absolute;
	right: auto;
	opacity: 0;
	overflow: hidden;
	-webkit-transform: translateY(180px);
	transform: translateY(180px);
	width: 100%;
}
.search.fix .bg_img {
	position: fixed;
}
.search .inner_wrap {
	position: relative;
	z-index: 1;
}
.search .box-title {
  color: #fff;
}
.search .title {
	margin-bottom: 45px;
	width: 300px;
}
.search .list .item {
	display: table;
	margin-bottom: 20px;
	opacity: 0;
	overflow-wrap: break-word;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	table-layout: fixed;
	word-wrap: break-word;
	width: 100%;
}
.search .list .item .item-title,
.search .list .item .item-detail {
	display: table-cell;
	vertical-align: top;
}
.search .list .item .item-title {
	background-color: #fff;
	position: relative;
	width: 180px;
}
.search .list .item .item-title:after {
	border-color: transparent transparent transparent #ffffff;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	content: "";
	height: 0;
	position: absolute;
	right: -10px;
	top: 55px;
	width: 0;
}
.search .list .item .item-title h3 {
	padding: 47px 20px;
}
.search .list .item .item-title h3 a {
  color: #171c8f;
	font-size: 22px;
  line-height: 1.75;
}
.search .list .item .item-detail {
	background-color: rgba(23, 28, 143, .85);
	width: 85.488%;
}
.search .list .item .detail-list {
	padding: 57px 35px 43px;
}
.search .list .item:first-child .detail-list:first-child {
	padding-bottom: 0;
}
.search .list .item .detail-list li {
	float: left;
	margin-bottom: 18px;
	margin-right: 4%;
	width: calc(20% - 4%);
}
.search .list .item .detail-list li a,
.search .list .item .detail-list li span {
	color: #fff;
	font-size: 14px;
	line-height: 1.39;
}
.search .list .col .item {
	float: left;
	width: 49.178%;
}
.search .list .col .item:first-child .detail-list:first-child {
	padding-bottom: 43px;
}
.search .list .col .item .detail-list li {
	margin: 0;
	width: auto;
}
.search .list .col .item + .item {
	margin-left: 1.6%;
	-webkit-transform: translateX(-25%);
	transform: translateX(-25%);
}

.search .list .col .item .form {
	background-color: rgba(255, 255, 255, .8);
	padding: 45px 9.3% 46px;
}
.search .list .col .item .m-search {
	border: none;
	border-bottom: 1px solid #171c8f;
	margin: 0;
}
.search .list .col .item .m-search input[type="text"] {
	background: none;
	color: #171c8f;
	font-size: 16px;
	height: auto;
  margin-bottom: 9px;
	vertical-align: middle;
	width: 86%;
}
.search .list .col .item .m-search input[type="text"]:placeholder-shown {
	color: #171c8f;
}
.search .list .col .item .m-search input[type="text"]::-webkit-input-placeholder {
	color: #171c8f;
}
.search .list .col .item .m-search input[type="text"]:-moz-placeholder {
	color: #171c8f;
	opacity: 1;
}
.search .list .col .item .m-search input[type="text"]::-moz-placeholder {
	color: #171c8f;
	opacity: 1;
}
.search .list .col .item .m-search input[type="text"]:-ms-input-placeholder {
	color: #171c8f;
}
.search .list .col .item .m-search input[type="image"] {
	left: 0;
	opacity: 1;
	margin: 0 3% 9px;
	vertical-align: middle;
	width: 6.044%;
}

.search .list .detail-more p {
	color: #fff;
	font-size: 14px;
	line-height: 1.75;
	padding: 33px 0 28px;
	text-align: center;
}
.search .list .detail-more p span {
	cursor: pointer;
	padding: 0 27px;
	position: relative;
}
.search .list .detail-more p span:after {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	content: '';
	height: 10px;
	margin-top: -10px;
	position: absolute;
	right: 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	width: 10px;
}
.search .list .detail-more .detail-list {
	display: none;
	padding: 0 35px 43px;
}

@media screen and (max-width: 961px) {
	.search .list .item {
		display: block;
	}
	.search .list .item .item-title,
	.search .list .item .item-detail {
		display: block;
		width: 100%;
	}
	.search .list .item .item-title:after {
		content: none;
	}
	.search .list .item .item-title h3 {
		padding: 7px 20px;
	}
	.search .list .item .detail-list {
		padding: 27px 20px 0;
	}
	.search .list .detail-more .detail-list {
		padding-top: 0;
	}
	.search .list .detail-more p {
		padding: 10px 0 15px;
	}
}
@media screen and (max-width: 768px) {
	.search {
		background-color: #d1dcec;
		padding: 8% 0 11%;
	}
  .search .bg_img img {
    bottom: auto;
    position: static;
  }
  .search.fix .bg_img img {
    bottom: auto;
  }
	.search .list .item .item-title h3 {
		padding: 3% 15px 2%;
	}
  .search .list .item .item-title h3 a {
    font-size: 18px;
  }
	.search .list .item .detail-list {
		padding: 7% 15px 0;
	}
	.search .list .item .detail-list li {
		float: left;
		margin: 0 0 5%;
		width: 48%;
	}
	.search .list .item .detail-list li:nth-child(2n) {
		float: right;
	}
	.search .list .item .detail-list li a,
	.search .list .item .detail-list li span {
		font-size: 13px;
		line-height: 1.75;
	}
	.search .list .detail-more p {
		font-size: 13px;
		padding: 3% 0 5%;
	}
	.search .list .detail-more p span {
		padding: 0 20px;
	}
	.search .list .detail-more p span:after {
		height: 7px;
		margin-top: -7px;
		width: 7px;
	}
	.search .list .detail-more .detail-list {
		padding-top: 0;
	}
	.search .list .col .item {
		float: none;
		width: 100%;
	}
	.search .list .col .item:first-child .detail-list:first-child {
		padding-bottom: 4%;
	}
	.search .list .col .item + .item {
		margin: 0;
	}
	.search .list .col .item .form {
		padding: 12% 8%;
	}
	.search .list .col .item .m-search input[type="text"] {
		width: calc(100% - 45px);
	}
	.search .list .col .item .m-search input[type="image"] {
		background-color: transparent;
		height: auto;
		margin: 0;
		width: 30px;
	}
}

/*
	service
----------------------------------------------------------------------------- */
.service {
	padding: 80px 0 0;
}
.service .service_slider {
  display: none;
}
.service .service_slider.slick-initialized {
  display: block;
}
.service .service_slider .slick-slide {
	margin: 0 10px;
}
.service .service_slider .service_item {
	position: relative;
}
.service .service_slider .service_item a {
  display: block;
}
.service .service_slider .service_item .service_txt {
	background-color: rgba(000, 000, 000, .6);
	bottom: 0;
	color: #fff;
  display: block;
	padding: 5% 7%;
	position: absolute;
	left: 0;
  text-decoration: none;
	width: 100%;
}
.service .service_slider .service_item .service_txt span {
  display: block;
	font-size: 16px;
	line-height: 1.75;
}
.service .service_slider .slick-dots {
	bottom: -45px;
}
.service .service_slider .slick-dots li {
	height: 6px;
	width: 6px;
}
.service .service_slider .slick-dots li button {
	background-color: #ccc;
	border: 0;
	font-size: 0;
	line-height: 0;
	display: block;
	width: 6px;
	height: 6px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	outline: none;
}
.service .service_slider .slick-dots li.slick-active button {
	background-color: #171c8f;
}
.service .service_slider .slick-dots li button:before {
	content: none;
}
.service .service_slider .slick-prev,
.service .service_slider .slick-next {
	height: 30px;
	width: 30px;
	z-index: 1;
}
.service .service_slider .slick-prev:before,
.service .service_slider .slick-next:before {
	content: none;
}
.service .service_slider .slick-prev {
	background: url(../img/arrow_l.gif) left center no-repeat;
	background-size: 30px auto;
	left: 0;
}
.service .service_slider .slick-next {
	background: url(../img/arrow_r.gif) left center no-repeat;
	background-size: 30px auto;
	right: 0;
}

@media screen and (min-width: 769px) {
  .service .service_slider .service_item:hover {
    opacity: .6;
  }
  .service .service_slider .slick-prev:hover,
  .service .service_slider .slick-next:hover {
    opacity: .6;
  }
}

@media screen and (max-width: 768px) {
	.service {
		padding: 40px 0 0;
	}
	.service .inner_wrap {
		margin: 0 25px;
	}
	.service .service_slider .service_item .service_txt {
		padding: 4% 20px;
	}
	.service .service_slider .service_item .service_txt span {
		font-size: 15px;
	}
	.service .service_slider .slick-prev {
		left: -5px;
	}
	.service .service_slider .slick-next {
		right: -5px;
	}
	.service .service_slider .slick-dots {
		bottom: -25px;
	}
}

/*
	news
----------------------------------------------------------------------------- */
.news {
	padding: 115px 0 70px;
}
.news #TAB-AREA {
	margin-top: -40px;
}
.news #TAB-AREA .tab-head {
	margin: 0 auto;
	width: 361px;
}
.news #TAB-AREA .tab-head li {
	margin: 0 1px 0 0;
	width: 180px;
}
.news #TAB-AREA .tab-head li:last-child {
	margin: 0 !important;
}
.news #TAB-AREA .tab-head li.current {
	background: none;
}
.news #TAB-AREA .tab-head h2 {
	font-size: 14px;
	line-height: 1.75;
}
body.s-page.g-rsp-page .m-tab .tab-head a,
body.s-page.g-rsp-page .m-tab .tab-head span {
  box-sizing: border-box !important;
  min-width: inherit !important;
  min-height: inherit !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0px !important;
  background-image: none !important;
}
.news #TAB-AREA .tab-head li a {
	background: #000 none !important;
	color: #fff;
	padding: 7px 0 !important;
}
.news #TAB-AREA .tab-head li.current a {
	background: #fff none!important;
	border: 1px solid #000!important;
	border-bottom: none!important;
	color: #000;
}
.news #TAB-AREA .tab-head li.current a > span {
	background: none;
}
.news #TAB-AREA .tab-head li a > span > span {
  display: table;
	padding: 0;
  width: 100%;
}
.news #TAB-AREA .tab-head li.current a > span > span {
	background: none;
}
.news #TAB-AREA .tab-head li a > span > span > span {
	padding: 0;
}
.news #TAB-AREA .tab-head li .tab-arrow {
	background: none;
}
.news #TAB-AREA .tab-head li.current .tab-arrow {
	display: none;
}

.news #TAB-AREA .tab-body {
	border-top: 1px solid #000;
	margin-top: -1px;
	padding-top: 36px;
}
.news #TAB-AREA .tab-body .m-news {
	margin-bottom: 25px;
	overflow: hidden;
}
.news dl.m-news dt,
.news dl.m-news dd {
	padding-bottom: 15px;
	padding-top: 8px;
}
.news dl.m-news dt,
.news dl.m-news dd a {
	color: #555;
	font-size: 14px;
	line-height: 1.75;
}
.news dl.m-news dt {
	float: left;
	margin-right: 20px;
	padding-left: 20px;
}
.news dl.m-news dt img {
	margin-left: 18px;
}
.news dl.m-news dd {
	border-bottom: 1px solid #ddd;
	margin: 0;
}

.news .m-flow {
	margin: 0 65px;
}
.news .m-flow > * {
	margin-left: 40px;
}
.news .m-flow a {
	color: #555;
	font-size: 14px;
	line-height: 1.75;
}
.news .m-arrow,
.news .m-arrow-list > li {
	background: none;
	padding-left: 0;
}
.news .m-rss {
	background: url(../img/rss.png) right center no-repeat;
	background-size: 10px auto;
	padding: 0 20px 0 0;
}

@media screen and (max-width: 768px) {
	.news {
		padding: 70px 0 40px;
	}
	.news #TAB-AREA {
		margin-top: -1%;
	}
	.news #TAB-AREA .tab-head {
    padding: 0;
    background-color: transparent;
    text-align: left;
		width: 91.045%;
	}
	.news #TAB-AREA .tab-head li {
		margin: 0 1% 0 0 !important;
		width: 49.185%;
    display: block;
    padding: 0 !important;
    background: none !important;
	}
	.news #TAB-AREA .tab-head li:last-child {
		margin: 0;
	}
	.news #TAB-AREA .tab-head h2 {
		font-size: 13px;
	}
	.news #TAB-AREA .tab-head li a {
		padding: 5% 0;
	}
	.news #TAB-AREA .tab-body {
		padding-top: 40px !important;
	}
	.news #TAB-AREA .tab-body .m-news {
		margin-bottom: 1%;
	}
	.news dl.m-news dt, 
	.news dl.m-news dd {
		float: none;
		padding: 0 10px;
		width: auto;
	}
	.news dl.m-news dd {
		margin-bottom: 4%;
		padding: 5px 10px 10px;
	}
	.news dl.m-news dt,
	.news dl.m-news dd a {
		font-size: 13px;
		line-height: 1.84;
	}
	.news dl.m-news dt img {
		margin-left: 9px;
	}
  .news .m-flow {
    margin: 0 35px;
  }
	.news .m-flow > * {
		margin-left: 5%;
	}
	.news .m-flow a {
		font-size: 13px;
	}
}

/*
	animation
----------------------------------------------------------------------------- */
.movie .txt,
.panel .txt_wrap .title {
	color: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.load .movie .txt,
.panel .txt_wrap .title.show {
	opacity: 1;
	-webkit-transition: transform .3s linear, opacity .3s linear;
	transition: transform .3s linear, opacity .3s linear;
	/*
	-webkit-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
	transition: transform .5s ease-in-out, opacity .5s ease-in-out;
	*/
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

#content .btn {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left;
}
.load #content .movie .btn,
#content .btn.show {
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;

	/*
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	*/
}
#content .btn:after {
	background-color: #fff;
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	-webkit-transform-origin: right;
	transform-origin: right;
	top: 0;
	width: 100%;
}
.load #content .movie .btn:after,
#content .btn.show:after {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-webkit-transition-delay: .65s;
	transition-delay: .65s;
}

.search.show .bg_img {
	opacity: 1;
	-webkit-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
	transition: transform .5s ease-in-out, opacity .5s ease-in-out;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.search .list .item.show,
.search .list .col .item + .item.show{
	opacity: 1;
	-webkit-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
	transition: transform 1s ease-in-out, opacity 1s ease-in-out;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.search .list .col .item + .item.show {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.information li {
	opacity: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.information.show li {
	opacity: 1;
	-webkit-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
	transition: transform .5s ease-in-out, opacity .5s ease-in-out;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.information.show li:nth-child(2) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
.information.show li:nth-child(3) {
	-webkit-transition-delay: .75s;
	transition-delay: .75s;
}
.information.show li:nth-child(4) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.information.show li:nth-child(5) {
	-webkit-transition-delay: 1.25s;
	transition-delay: 1.225s;
}

#content .page_top.show {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

@media screen and (min-width: 769px) {
  
}

@media screen and (max-width: 961px) {
  .search .list .col .item + .item.show {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}


/*
	.panel.sp4layout
----------------------------------------------------------------------------- */
.panel.sp4layout .inner {
	display: table;
	width: 100%;
}
.panel.sp4layout .inner > div{
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
.panel.sp4layout .onmovie {
	position: relative;
}
.panel.sp4layout .right .onmovie {
	overflow: hidden;
}
.panel.sp4layout .left + .right .onmovie.f,
.panel.sp4layout .left + .right .onmovie.s {
	width: 50%;
}
.panel.sp4layout .left + .right .onmovie.f{
	float: left;
}
.panel.sp4layout .left + .right .onmovie.s{
	float: right;
}
.panel.sp4layout .left + .right .onmovie.t{
	clear: both;
  width: 100%;
}
.panel.sp4layout .right .onmovie {
  float: left;
  width: 33%;
}
.panel.sp4layout .right .onmovie.t {
  float: right;
}

.panel.sp4layout .inner > div span {
	color: #fff;
	display: block;
}
.panel.sp4layout .box {
  display: block;
	position: relative;
  z-index: 1;
}
.panel.sp4layout .txt_wrap {
	bottom: 5%;
  display: block;
	left: 0;
	margin: 0 11.4%;
	position: absolute;
  text-decoration: none;
	z-index: 1;
}
.panel.sp4layout .right .txt_wrap {
	bottom: 7.5%;
	margin: 0 8%;
}
.panel.sp4layout .right .box.t .txt_wrap {
	bottom: 15%;
	margin: 0 4.2%;
}
.panel.sp4layout .txt_wrap .title {
	font-size: 24px;
	line-height: 1.75;
	margin-bottom: 10%;
}
.panel.sp4layout .left .txt_wrap .title {
	font-size: 34px;
}
.panel.sp4layout .txt_wrap .btn {
	border: 1px solid #fff;
	position: relative;
  text-align: center;
	width: 140px;
}
.panel.sp4layout .txt_wrap .btn > span {
	font-size: 14px;
	line-height: 1.75;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
.panel.sp4layout .txt_wrap .btn > span span {
  color: #fff;
  display: block;
  padding: 7px 0;
  position: relative;
  overflow: hidden;
  transition: color 250ms cubic-bezier(.25,.46,.45,.94);
  text-decoration: none;
}
.panel.sp4layout .txt_wrap .btn > span span:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: left 250ms cubic-bezier(.25,.46,.45,.94);
  width: 100%;
  z-index: -1;
}
.panel.sp4layout .video_item {
	height: 0;
	left: 0;
	margin: 0 auto;
	padding-bottom: 68.6%;
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 100%;
}
.panel.sp4layout .video_item video {
	left: 50%;
	margin: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0;
	width: 150%;
}
.panel.sp4layout .box:after {
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.panel.sp4layout .left .video_item {
	padding-bottom: 68.6%;
}
.panel.sp4layout .left .box:after {
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(0,0,0,0.7) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 60%,rgba(0,0,0,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
}
.panel.sp4layout .right .f .video_item,
.panel.sp4layout .right .s .video_item {
	padding-bottom: 80%;
}
.panel.sp4layout .right .f .box:after,
.panel.sp4layout .right .s .box:after {
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 30%, rgba(0,0,0,0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 30%,rgba(0,0,0,0.9) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 30%,rgba(0,0,0,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
}
.panel.sp4layout .right .t .video_item {
	padding-bottom: 28.7%;
}
.panel.sp4layout .right .t .box:after {
  background-color: rgba(000, 000, 000, .5);
}


@media screen and (min-width: 769px) {
  .panel.sp4layout .txt_wrap .btn:hover > span span {
    color: #171c8f;
  }
  .panel.sp4layout .txt_wrap .btn:hover > span span:before {
    left: 0;
  }
}

@media screen and (max-width: 768px) {
	.panel.sp4layout .inner > div {
		display: block;
		width: auto;
	}
	.panel.sp4layout .cover {
		opacity: 1 !important;
	}
  .panel.sp4layout .video_item {
    padding-bottom: 80% !important;
  }
	.panel.sp4layout .video_item video {
		display: none;
	}
	.panel.sp4layout .right .onmovie.f,
	.panel.sp4layout .right .onmovie.s,
  .panel.sp4layout .right .onmovie.t,
  .panel.sp4layout .left + .right .onmovie.f,
	.panel.sp4layout .left + .right .onmovie.s,
  .panel.sp4layout .left + .right .onmovie.t{
		float: none;
		width: auto;
	}
  .panel.sp4layout .right .f .box:after,
  .panel.sp4layout .right .s .box:after {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 30%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 30%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 30%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
  }
  .panel.sp4layout .right .t .box:after {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 30%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 30%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 30%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
  }
	.panel.sp4layout .txt_wrap,
	.panel.sp4layout .right .txt_wrap {
		bottom: 8%;
		margin: 0 20px;
	}
	.panel.sp4layout .txt_wrap .title,
	.panel.sp4layout .left .txt_wrap .title {
		font-size: 22px;
		margin-bottom: 5%;
	}
	.panel.sp4layout .txt_wrap .btn {
		width: 120px;
	}
	.panel.sp4layout .txt_wrap .btn > span {
		font-size: 13px;
	}
  .panel.sp4layout .txt_wrap .btn > span span {
    padding: 9px 0;
  }
}


/*
	.panel.sp4layout:animation 
----------------------------------------------------------------------------- */
.panel.sp4layout .txt_wrap .title {
	color: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.panel.sp4layout .txt_wrap .title.show {
	opacity: 1;
	-webkit-transition: transform .3s linear, opacity .3s linear;
	transition: transform .3s linear, opacity .3s linear;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}