/* ===========================================================

	Title:					top.css
	Created:			2015-08-14
	Last Created:		2015-11-11

=========================================================== */
/*

	global-navigation
	main-visual
	contens
	section
	top-banner

=========================================================== */
/* ===========================================================

	global-navigation

=========================================================== */
/* gn-fix
.gn-fix {
	position: absolute;
	top: 90px;
}
.slickmenuTop {
}
----------------------------------------------------------- */
/* ===========================================================

	main-movie

=========================================================== */
.main-movie {
  display: none;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 350px;
}
.movie {
}
#movie-ie8 {
  display: none;
}
.main-movie .play-movie {
  display: none;
}
.main-movie .bxslider-mainvisual {
  position: relative;
  width: 100%;
}
.main-movie .bxslider-mainvisual li {
  width: 100%;
  height: 500px;
  background-color: #fff;
  position: relative;
}
/*左上.main-movie .bxslider-mainvisual li span {
	position: absolute;
	left: 50px;
	top: 50px;
	background-color: rgba(255,255,255,0.80);
	display: block;
	font-size: 12px;
}*/
.main-movie .bxslider-mainvisual li span {
  position: absolute;
  right: 50px;
  bottom: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  font-size: 12px;
}

/* PAGER */
.main-movie .bx-wrapper {
  width: 100%;
  min-width: 980px;
  margin-bottom: 0;
}
.main-movie .bx-wrapper .bx-pager,
.main-movie .bx-wrapper .bx-controls-auto {
  top: 322px;
  left: 50%;
  width: 980px;
  margin: 0 0 0 -490px;
  text-align: right;
}
.main-movie .bx-wrapper .bx-pager a {
  background: #e3e3e3;
  color: #e3e3e3;
  display: block;
  width: 50px;
  height: 8px;
  margin: 0 0 0 10px;
  outline: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  line-height: 1;
  font-size: 8px;
  overflow: hidden;
}
.main-movie .bx-wrapper .bx-pager a:hover,
.main-movie .bx-wrapper .bx-pager a.active {
  background: #647cc5;
  color: #647cc5;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.main-movie .bx-wrapper .bx-prev {
  left: 20px;
  background: none;
}
.main-movie .bx-wrapper .bx-next {
  right: 20px;
  background: none;
}
.main-movie .bx-wrapper .bx-prev:hover {
  background-position: -44px 0;
}
.main-movie .bx-wrapper .bx-next:hover {
  background-position: -44px 0;
}
.main-movie .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  outline: 0;
  width: 44px;
  height: 44px;
  text-indent: -9999px;
  z-index: 9999;
}
/* LOADER */
.main-movie .bx-wrapper .bx-loading {
  background: none;
}
/* MUTE */
.main-movie .volume_ctr {
  position: absolute;
  bottom: 40px;
  left: 100px;
  display: block;
  margin: 0;
  padding: 5px;
  color: #1a274c;
  border-radius: 5px;
  outline: none;
  /*opacity: 0.6;*/
  /*border: none;*/
  background: #fff;
  z-index: 1000;
}
.main-movie .volume_ctr a {
  text-decoration: none;
}

/* ===========================================================

	main-visual

=========================================================== */
.main-visual {
  position: relative;
  height: 400px !important;
}
@media screen and (min-width: 768px) {
  .main-visual {
    height: 500px !important;
  }
}
.main-visual .play-movie {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0;
}
.play-movie a {
  display: inline-block;
  background-color: #fff;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  behavior: url(/asset/js/PIE.htc);
  position: relative;
  padding: 0 20px;
  font-size: 11px;
  font-weight: bold !important;
  color: #111;
}
.play-movie a span {
  background: url(/asset/img/common/ic/ic_arrow_a.png) 0 50% no-repeat;
  padding: 0 0 0 8px;
}
.play-movie a:hover {
  background-color: #cc181e;
  text-decoration: none;
  font-weight: bold !important;
  color: #fff;
}
.play-movie a:hover span {
  background: url(/asset/img/common/ic/ic_arrow_d.png) 0 50% no-repeat;
}
.main-visual-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: url(/asset/img/common/top/mainvisual_cover.png) repeat;*/
}
.main-visual-cont {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: -8% 0 0 0;
  text-align: center;
}
.main-visual-cont p img {
  height: auto;
  width: 80%;
}
.main-visual-cont p {
  margin: 0 0 20px;
}

/* ===========================================================
	#top-slider
=========================================================== */
#top-slider {
  display: block;
  z-index: 0;
  margin: 0;
  background-color: #000;
}
#top-slider .loading_overflow {
  height: 100%;
  z-index: 9999999999;
  position: relative;
  background-color: #000;
}
#top-slider .loading_overflow .ph {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
#top-slider,
#top-slider .bx-wrapper,
#top-slider .bx-viewport,
#top-slider .bx-viewport .bxslider,
#top-slider .bx-viewport .bxslider li {
  display: block;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  position: relative;
}
#top-slider .bx-viewport .bxslider li {
  background-color: transparent;
}
#top-slider .bx-viewport .bxslider li span.logo {
  display: none;
  position: absolute;
  right: 50px;
  bottom: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  z-index: 99999;
}
#top-slider .bx-viewport .bxslider li.active-slide span.logo {
  display: block;
}
#top-slider .bx-viewport .bxslider div span.logo-text {
  display: none;
  position: absolute;
  right: 40px;
  bottom: 20px;
  font-size: 15px;
  z-index: 99999;
  color: white;
}
#top-slider .bx-viewport .bxslider li.active-slide span.logo-text {
  display: block;
}
#top-slider .bx-viewport .bxslider li .visual {
  display: block;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
#top-slider .bx-viewport .bxslider li .visual video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
}
.main-visual,
.vegas-container {
  /*display: none !important;*/
}
.bx-wrapper .bxslider li img {
  width: 100%;
}
.bx-wrapper .bxslider li p.copy img {
  width: auto;
}

/* ===========================================================

	contens

=========================================================== */
.contents {
  width: 100%;
}

/* ===========================================================

	 top-blue_deer

=========================================================== */
.top-blue_deer {
  position: relative;
  display: block;
  width: auto;
  margin: 0 10px 10px 0;
  /*margin-bottom: 20px !important;*/
  /*height: 140px;*/
  /*background: url(/asset/img/ja/top/bn_blue_deer.png) right 0 no-repeat !important;*/
  /*background-color: #0a1464 !important;*/
  /*border: 1px solid #0a1464;*/
  background: -moz-linear-gradient(left, rgba(65, 69, 115, 1) 0%, rgba(42, 44, 101, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(65, 69, 115, 1) 0%, rgba(42, 44, 101, 1) 100%);
  background: -o-linear-gradient(left, rgba(65, 69, 115, 1) 0%, rgba(42, 44, 101, 1) 100%);
  background: -ms-linear-gradient(left, rgba(65, 69, 115, 1) 0%, rgba(42, 44, 101, 1) 100%);
  background: linear-gradient(to right, rgba(65, 69, 115, 1) 0%, rgba(42, 44, 101, 1) 100%);
  border: 1px solid #3e4775;
  border-radius: 3px;
  text-align: center;
  vertical-align: middle;
}
.top-blue_deer a {
  display: block;
  width: 100%;
  /*height: 140px;*/
  text-align: center;
  vertical-align: middle;
}

/*
.top-blue_deer a span {
	position: absolute;
	top: 60px;
	left: 0;
	padding: 0 10% 0 10%;
	font-size: 34px;
	font-weight: bold;
	font-style: italic;
	font-family: "游明朝", "Yu Mincho", "YuMincho", serif;
	color: #0a1464 !important;
}
*/
@media screen and (max-width: 1023px) {
  .top-blue_deer {
    margin: -20px 5px 10px 5px;
    /*margin-bottom: 10px !important;*/
  }
  /*
	.top-blue_deer a span {
	position: absolute;
	top: 60px;
	left: 0;
	padding: 0 10% 0 10%;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	font-family: "游明朝", "Yu Mincho", "YuMincho", serif;
	color: #0a1464 !important;
}*/
}

/* ===========================================================

	 top-data

=========================================================== */
.top-data {
  width: 100%;
}
.top-data .top-data-inner {
  margin: 0 auto;
  padding: 5px 5px 3px;
}
.top-data .box-warp {
  clear: both;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.top-data .box-warp .box {
  width: 50%;
  float: left;
  overflow: hidden;
  padding: 0 2px 4px 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.top-data .box-warp .box .box-inner {
  background: #fff url(/asset/img/common/top/data_arrow.png) right bottom no-repeat;
  border-radius: 3px;
  behavior: url(/asset/js/PIE.htc);
  position: relative;
  padding: 0 0 4px 2px;
}
.top-data .box:nth-child(even) {
  padding: 0 0 0 1px;
}
.top-data .box h2 {
  padding: 10px 0 0;
  margin: 0 0 5px;
}
.top-data .box h2 span {
  font-size: 17px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  border-bottom: solid 2px #0a1464;
  display: inline-block;
}
.top-data .box h2 span a {
  color: #111;
  font-weight: bold;
  text-decoration: none;
}
.top-data .box dl {
  margin: 0;
}
.top-data .box dl dt {
  margin: 0;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
}
.top-data .box dl dt em {
  font-size: 27px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  padding: 0 5px 0 0;
  color: #111;
}
.top-data .box dl dd {
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  margin: 0 0 10px;
}
.top-data .box p.notes {
  font-size: 11px;
  margin-bottom: 5px;
}

.top-data .distribute-box h2 {
  padding: 15px 0 0;
}
.top-data .distribute-box dl.distribute-dl {
  margin: 0 10px;
}
.top-data .distribute-box dl.distribute-dl dt {
  font-size: 11px;
  width: 175px;
  height: 25px;
  line-height: 25px;
  font-weight: normal;
  display: block;
  text-align: left;
  white-space: nowrap;
}
.top-data .distribute-box dl.distribute-dl dt span {
  background: #0a1464;
  color: #fff;
  margin-right: 10px;
  padding: 2px 5px;
  border-radius: 2px;
}
.top-data .distribute-box dl.distribute-dl dd {
  height: 25px;
  line-height: 25px;
  margin: 0;
  display: block;
  text-align: right;
}
.distribute-box dl dd em {
  font-size: 20px;
  font-weight: bold;
  padding: 0 5px 0 0;
  color: #111;
}
.top-data .distribute-box dl.distribute-dl dd.txt {
  font-size: 11px;
  text-align: right;
  margin: 0 0 10px;
  height: auto;
  line-height: 1.2;
}

/* ===========================================================

	top-contens

=========================================================== */
.top-contens {
  clear: both;
  width: 100%;
}
/* ===========================================================

	 section

=========================================================== */
.section {
  text-align: left;
  background: #fff;
  border-radius: 3px;
  margin: 0 5px 30px;
  padding: 0;
  behavior: url(/asset/js/PIE.htc);
  position: relative;
}
/* ===========================================================

	 top-news

=========================================================== */
.top-news {
  background-image: url(/asset/img/common/top/news_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #eee8e4;
  background-position: 200px 50%;
  background-position: right -200px top 50%;
}
.top-news h2 {
  margin: 0 20px 20px;
  padding: 20px 0 0;
  border-bottom: solid 2px #dddddd;
  line-height: 30px;
  height: 30px;
}
.top-news h2 span {
  background: url(/asset/img/common/top/ic_tit.png) 5px 50% no-repeat;
  padding: 0 10px 0 25px;
  line-height: 30px;
  height: 40px;
  display: inline-block;
  font-size: 17px;
  border: none;
  font-weight: bold;
}
.top-news .top-news-link {
  float: right;
  margin: 0 20px 20px;
}
.top-news .top-news-link li {
  float: left;
  margin: 0 0 0 15px;
}
.top-news .top-news-link li a {
  font-size: 11px;
}
.top-news .top-news-link li a:hover {
}
.top-news .top-news-link li a span {
  padding: 0 0 0 8px;
  position: relative;
}
.top-news .top-news-link li a span:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #0a1464;
}
.top-news .top-news-link li.rss a span {
  background: url(/asset/img/common/top/ic_rss.png) 0 50% no-repeat;
  padding: 0 0 0 13px;
}
.top-news .top-news-link li.rss a span:before {
  content: none;
}
.top-news dl {
  clear: both;
  margin: 0 20px 10px;
  border-bottom: solid 1px #ddd;
}
.top-news dt {
  position: relative;
  margin: 0;
  padding: 10px 0 5px;
  width: 14em;
}
.top-news dt.noDate {
  width: 5em;
}
.top-news dd.noDate {
}
.top-news dt span {
  position: absolute;
  z-index: 0;
  top: 10px;
  right: 0;
  vertical-align: text-bottom;
  font-size: 11px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  width: 6em;
  line-height: 20px;
  height: 20px;
  behavior: url(/asset/js/PIE.htc);
}
.top-news dt span.ic-top-press1 {
  background-color: #baa900;
} /*HP更新*/
.top-news dt span.ic-top-press2 {
  background-color: #bf0008;
} /*お知らせ*/
.top-news dt span.ic-top-press3 {
  background-color: #c9c7c5;
} /*その他*/
.top-news dt span.ic-top-press10,
.top-news dt span.ic-top-press11,
.top-news dt span.ic-top-press12,
.top-news dt span.ic-top-press13,
.top-news dt span.ic-top-press14,
.top-news dt span.ic-top-press16,
.top-news dt span.ic-top-press15 {
  background-color: #007fa4;
} /*リリース*/

.top-news dd {
  margin: 0;
  padding: 10px 0 10px 0;
  border-bottom: none;
}
.top-news dd img {
  margin: 0 2px 0 4px;
  vertical-align: text-bottom;
}
.top-news dd a:link,
.top-news dd a:visited {
}

/* ===========================================================

	top-menu

=========================================================== */
.top-menu {
  margin: 0 5px 10px;
  padding: 10px 0;
}
.top-menu ul {
  margin: 0;
}
.top-menu ul {
  padding: 0 10px;
}
.top-menu li {
  float: left;
  width: 49%;
  margin: 0 0 10px;
}
.top-menu li:nth-child(even) {
  float: right;
}
/*
.top-menu li.mn-1 a {background-image: url(/asset/img/common/top/ic_mn_1.png);}
.top-menu li.mn-2 a {background-image: url(/asset/img/common/top/ic_mn_2.png);}
.top-menu li.mn-3 a {background-image: url(/asset/img/common/top/ic_mn_3.png);}
.top-menu li.mn-4 a {background-image: url(/asset/img/common/top/ic_mn_4.png);}
.top-menu li.mn-5 a {background-image: url(/asset/img/common/top/ic_mn_5.png);}
.top-menu li.mn-6 a {background-image: url(/asset/img/common/top/ic_mn_6.png);}
.top-menu li.mn-7 a {background-image: url(/asset/img/common/top/ic_mn_7.png);}
.top-menu li.mn-8 a {background-image: url(/asset/img/common/top/ic_mn_8.png);}
.top-menu li.mn-9 a {background-image: url(/asset/img/common/top/ic_mn_9.png);}
.top-menu li.mn-10 a {background-image: url(/asset/img/common/top/ic_mn_10.png);}
*/

.top-menu li a {
  display: block;
  text-align: center;
  border: solid 1px #ddd;
  border-radius: 3px;
  min-height: 150px;
  /*height: 150px;*/
  margin: 0;
  color: #0a1464;
  /*color: #b99a00;*/
  font-size: 13px;
  behavior: url(/asset/js/PIE.htc);
  position: relative;
  line-height: 1.5;
}
.top-menu li a span.img-box {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 110px;
}
.top-menu li.line2 a span.img-box {
  height: 120px;
}
.top-menu li.line3 a span.img-box {
  height: 140px;
}
.top-menu li a:hover {
  border: solid 1px #0a1464;
  text-decoration: none;
  background-color: #f0f0f3;
}
/* ===========================================================

	 top-banner

=========================================================== */
.top-banner {
  clear: both;
}
.top-banner h3 {
  margin: 0 20px 20px;
  border-bottom: solid 2px #dddddd;
  line-height: 10px;
  height: 10px;
  text-align: center;
}
.top-banner h3 span {
  background: #fff url(/asset/img/common/top/ic_link.png) 10px 50% no-repeat;
  padding: 0 10px 0 30px;
  line-height: 20px;
  height: 20px;
  display: inline-block;
  font-size: 17px;
  border: none;
}
.top-banner ul {
  margin: 0;
  text-align: center;
}
.top-banner ul li {
  display: block;
  margin: 0 0 10px;
}

/* ===========================================================

	 fot-banner

=========================================================== */
.footer p.fot-banner .event-banner {
  display: inline !important;
}
.footer p.fot-banner .event-banner img {
}
.footer p.fot-banner .fair-bottom {
  padding-bottom: 5px;
}

/* ===========================================================

	 media screen and (min-width : 1024px)  / IE8用にまとめる

=========================================================== */
@media screen and (min-width: 1024px) {
  /*　gn-fix
	.gn-fix {
		position: absolute;
		top: 630px;
	}
	=========================================================== */
  /*　main-movie
	=========================================================== */
  .main-movie {
    display: block;
    position: relative;
  }
  .main-movie p.bn_blue_d {
    position: absolute;
    bottom: 2%;
    left: 5%;
    padding: 0;
    z-index: 99;
    text-align: center;
  }
  .main-movie p.copy {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -490px;
    padding: 0;
    z-index: 99;
    text-align: center;
  }
  .main-movie p.scroll {
    position: absolute;
    left: 50%;
    bottom: 40px;
    margin: 0 0 0 -45px;
    width: 90px;
    height: 90px;
    z-index: 99;
  }
  .main-movie p.scroll a {
    text-indent: -99999px;
    border-radius: 45px;
    behavior: url(/asset/js/PIE.htc);
    position: relative;
    background-color: #1a274c;
    background-image: url(/asset/img/common/top/scroll.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 90px;
    height: 90px;
    display: block;
  }
  /*　main-visual
	=========================================================== */
  .main-visual {
    display: none !important;
  }
  /*　contents
	=========================================================== */
  .contents {
    width: 100%;
    margin: 0 auto;
  }
  /*　top-data
	=========================================================== */
  .top-data {
    width: 100%;
    padding-top: 20px;
  }
  .top-data .top-data-inner {
    min-width: 1000px;
    margin: 0 auto;
    padding: 0 0 0 10px;
    overflow: hidden;
  }
  .top-data .box-warp {
    clear: inherit;
    display: block;
    float: left;
    width: 50%;
    margin: 0;
  }
  .top-data .box-warp .box {
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 10px 0 0;
  }
  .top-data .box-warp .box .box-inner {
    background: #fff url(/asset/img/common/top/data_arrow.png) right bottom no-repeat;
    border-radius: 3px;
    behavior: url(/asset/js/PIE.htc);
    position: relative;
    padding: 0 0 4px 2px;
  }
  .top-data .box {
    float: left;
  }
  .top-data .box h2 {
    padding: 25px 0 0;
    margin: 0 0 10px;
  }
  .top-data .box dl dt {
    height: 50px;
    line-height: 50px;
  }
  .top-data .box dl dt em {
    height: 50px;
    line-height: 50px;
    font-size: 27px;
  }
  .top-data .box dl dd {
    margin: 0 0 25px;
  }

  /*　distribute-box
	=========================================================== */
  .top-data .distribute-box h2 {
    padding: 10px 0 0;
  }
  .top-data .distribute-box dl.distribute-dl dt,
  .top-data .distribute-box dl.distribute-dl dd {
    display: inline-block;
    text-align: left;
  }
  .top-data .distribute-box dl.distribute-dl dd.txt {
    margin: 0 0 10px 85px;
    display: block;
    text-align: center;
  }

  /*　top-contens
	=========================================================== */
  .top-contens {
    width: 100%;
    min-width: 1000px;
    margin: 0 auto;
    padding: 23px 0 0;
  }
  /*　section
	=========================================================== */
  .section {
    margin: 0 10px 30px;
  }
  /*　top-news
	=========================================================== */
  .top-news-wrapper {
    float: left;
    width: 72%;
    margin: 0 0 30px;
  }

  .top-news-wrapper-en {
    float: left;
    width: 70%;
    margin: 0 0 30px;
  }

  .top-news {
    background-size: auto;
  }
  .top-news dt {
    clear: both;
    float: left;
    padding: 10px 0;
    width: 15em;
  }
  .top-news dd {
    margin: 0;
    padding: 10px 0 10px 16em;
    border-bottom: none;
  }
  .top-news dt.noDate {
    width: 5em;
  }
  .top-news dd.noDate {
    padding: 10px 0 10px 6em;
  }

  /*　top-menu
	=========================================================== */
  .top-menu-wrapper {
    float: right;
    width: 28%;
    margin: 0 0 30px;
  }

  .top-menu-wrapper-en {
    float: right;
    width: 30%;
    margin: 0 0 30px;
  }

  .top-menu {
    margin: 0 10px 30px 0;
  }
  .top-menu ul {
    padding: 0;
    height: 100%;
  }
  .top-menu li {
    display: inline;
    float: left;
    width: 47%;
    margin: 0 0 10px 2%;
    height: 32%;
  }
  .top-menu li:nth-child(even) {
    float: left;
  }
  /*　top-banner
	=========================================================== */
  .top-banner ul {
    margin: 0 0 0 20px;
  }
  .top-banner ul li {
    float: left;
    display: inline;
    margin: 0 25px 0 0;
  }
  /*　fot-banner
	=========================================================== */
  .footer ul {
    width: 100%;
    text-align: center;
  }

  .footer p.copy {
	  text-align: center;
  }

  .footer p.fot-banner {
    position: inherit !important;
    top: 0 !important;
    right: 0 !important;
  }
  .footer p.fot-banner .event-banner img {
  }
}

/* ===========================================================

	 global-navigation (fixed)

=========================================================== */
@media screen and (min-width: 1024px) {
  /* global-navigation
	----------------------------------------------------------- */
  .gn-fix {
    position: absolute;
    top: 70px;
    background-color: rgba(10, 20, 100, 0.6);
    /*background-color: rgba(26, 39, 76, 0.6);*/
  }
}

/* top-financial
----------------------------------------------------------- */
#top-financial ul {
  margin: 0 0 2% 19%;
  line-height: 1.8;
}

#top-financial ul li {
  margin: 0px 0px 5px;
}

#top-financial h2 {
  padding: 0px 0px 0px 0px !important;
  margin: 0 0 0 15px;
}

#top-financial h2 {
  font-size: 17px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  border-bottom: solid 2px #0a1464;
  display: inline-block;
}

#top-financial h2 a {
  color: #111;
  font-weight: bold;
  text-decoration: none;
}

#top-financial-en ul {
  margin: 0 0 2% 5%;
  line-height: 1.8;
}

#top-financial-en ul li {
  margin: 0px 0px 5px;
}

#top-financial-en h2 {
  padding: 0px 0px 0px 0px !important;
  margin: 0 0 0 15px;
}

#top-financial-en h2 {
  font-size: 17px;
  font-weight: bold;
  /* height: 30px; */
  line-height: 30px;
  border-bottom: solid 2px #0a1464;
  display: inline-block;
}

#top-financial-en h2 a {
  color: #111;
  font-weight: bold;
  text-decoration: none;
}

/* ===========================================================
	.top-bn-box
=========================================================== */
.top-bn-box {
  position: absolute;
  bottom: 5%;
  left: 5%;
  margin: 0;
}
.top-bn-box .top-bn_cont {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.top-bn-box-right {
  position: absolute;
  bottom: 5%;
  left: 60%;
  margin: 0;
}
.top-bn-box-right .top-bn_cont_right {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.top-bn-box-right .top-bn_cont_right img {
  width: 210px;
}


.top-bn_multiple .top-bn_cont img {
  width: 210px;
}
@media screen and (max-width: 1600px) {
  .top-bn_multiple .top-bn_cont img,
  .top-bn-box-right .top-bn_cont_right img {
    width: 190px;
  }
}
@media screen and (max-width: 1340px) {
  .top-bn_multiple .top-bn_cont img,
  .top-bn-box-right .top-bn_cont_right img {
    width: 150px;
  }
}
@media screen and (max-width: 1180px) {
  .top-bn_multiple .top-bn_cont {
    display: block;
    margin: 0 0 10px 0;
  }
}

.top-bn_individual__sp,
.top-bn_movie-list__sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .top-bn_wrap__sp {
    display: flex;
    padding: 15px;
    justify-content: center;
  }
  .top-bn_individual__sp,
  .top-bn_movie-list__sp {
    display: block;
  }
  .top-bn_individual__sp .top-bn_cont {
    vertical-align: middle;
    padding-right: 5px;
  }
  .top-bn_movie-list__sp .top-bn_cont {
    vertical-align: middle;
    padding-left: 5px;
  }
  .top-bn_individual__sp .top-bn_cont img,
  .top-bn_movie-list__sp .top-bn_cont img {
    width: 100%;
  }
}
