@charset "utf-8";
/* CSS Document */

h1 {
  width: 111px;
  margin: 0 auto;
}

#main_visual {
  margin: 40px 0 0;
  border-top: 1px solid #ededed;
  background-color: #fff;
}
#main_banner p {
  float: left;
}
#main_banner p img {
  width: 100%;
}
#mv_nav {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  background-color: #fafafa;
  height: 33px;
  position: relative;
}
#mv_nav.none {
  display: none;
}
#mv_prev {
  position: absolute;
  top: 0;
  left: 0;
}
#mv_next {
  position: absolute;
  top: 0;
  right: 0;
}
#mv_prev.none,
#mv_next.none {
  opacity: 0.5;
}
#mv_nav ul {
  text-align: center;
  line-height: 0;
  margin: 14px 0 0;
}
#mv_nav li {
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  display: inline-block;
  background-color: #a7aaad;
  margin: 0 7px;
}
#mv_nav li.active {
  background-color: #73777c;
}

section {
  border: #ededed 1px solid;
  border-radius: 5px;
  margin: 10px 10px 0;
  background-color: #fff;
}
section h2 {
  font-size: 15px;
  line-height: 1;
  padding: 13px 14px;
  color: #595250;
}

section#top_notice {
  border: 5px solid #0074af;
  padding-top: 20px;
}

#top_notice h2 {
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  font-weight: bold;
}

#top_notice ul {
  margin: 0 14px;
}
#top_notice li {
  font-size: 12px;
  line-height: 1.5;
  color: #ff4953;
  margin-left: 1em;
  text-indent: -1em;
}
#notice_txt {
  font-size: 12px;
  line-height: 1.5;
  margin: 10px 14px 0;
  color: #645d5b;
}

#notice_txt2 {
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
  margin: 10px 14px;
  color: #645d5b;
}

#stage_link {
  border-color: #ff4955;
  background-color: #f6f6f6;
}
#stage_link h2 {
  color: #fff;
  background-color: #ff4955;
  text-align: center;
}
#stage_link ul {
  padding: 15px 14px 5px;
}
#stage_link li {
  font-size: 14px;
  line-height: 1;

  margin: 0 0 10px;
  border-radius: 5px;
  background-color: #ff4955;
}
#stage_link li:last-child {
  background-color: #fc8f95;
}
#stage_link_n {
  font-size: 10px;
  margin: 3px 0 0;
}
#stage_link li a {
  display: block;
  padding: 15px 27px 15px 14px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
#stage_link li a:after {
  position: absolute;
  width: 12px;
  height: 12px;
  content: '';
  display: block;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  background-image: url(../img/icon_arrow_stage.png);
  background-size: 12px 12px;
}
#stage_link li:last-child a:after {
  background-image: url(../img/icon_arrow_stage02.png);
}

#whatsnew li,
#bs_info li {
  border-top: #ededed 1px solid;
}
#whatsnew li a,
#bs_info li a {
  display: block;
  padding: 8px 25px 7px 15px;
  text-decoration: none;
  position: relative;
}
#whatsnew li a:after,
#bs_info li a:after {
  width: 7px;
  height: 8px;
  content: '';
  position: absolute;
  background-image: url(../common/img/icon_arrow.png);
  top: 50%;
  margin-top: -4px;
  right: 14px;
  background-size: 7px 8px;
}
.news_date {
  font-size: 12px;
  line-height: 1;
  color: #0074af;
}
.news_title {
  font-size: 12px;
  line-height: 1.5;
  margin: 5px 0 0;
  color: #645d5b;
}

.more_btn {
  text-align: center;
  font-size: 12px;
  line-height: 1;
  border-top: #ededed 1px solid;
}
.more_btn a {
  display: block;
  color: #999594;
  padding: 14px 0 15px;
  text-decoration: none;
}

#yt {
  margin: 10px 10px 0;
}
#yt img {
  width: 100%;
}

#timeline {
  /*border: #ededed 1px solid;
	border-radius: 2.5px;
	background-color: #fff;*/
  margin: 10px 10px 0;
  height: 217px;
}
#twitter-widget-1 {
  /* width: 100% !important; */
}

#support {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#support h2,
#support2 h2 {
  border-bottom: #ededed 1px solid;
}
#sup_in {
  text-align: center;
  padding: 15px 0;
}
#sup_in p {
  display: inline-block;
  margin: 0 7px;
}
#support2 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
  border-top: 0;
  padding: 0 0 15px;
}
.sup_in2 {
  text-align: center;
  padding: 15px 0 0;
}
.sup_in2 p {
  display: inline-block;
  margin: 0 7px;
}

#global_navi {
  border: #ededed 1px solid;
  border-radius: 5px;
  margin: 10px 10px 0;
}
#global_navi li {
  float: left;
  width: 50%;
  font-size: 12px;
  line-height: 15px;
  height: 50px;
  /*display: table;*/
  border-top: #ededed 1px solid;

  background-color: #fff;
  /*background-position: left top;
	background-repeat: no-repeat;
	background-size: 13px 13px;*/
  position: relative;

  -webkit-transition: margin-top 0.2s linear;
}
#global_navi li:nth-child(1) {
  border-top-left-radius: 5px;
}
#global_navi li:nth-child(2) {
  border-top-right-radius: 5px;
}
#global_navi li:last-child {
  border-bottom-right-radius: 5px;
}
#global_navi li:nth-last-child(2) {
  border-bottom-left-radius: 5px;
}
#global_navi li p {
  display: table;
  width: 100%;
  height: 100%;
}
#global_navi li.sub_open {
  background-color: #ededed;
}
#global_navi li:after {
  width: 13px;
  height: 13px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-size: 13px 13px;
}
#global_navi li:nth-child(1):after {
  background-image: url(../common/img/menu/point_menu01_02.png);
}
#global_navi li:nth-child(2):after {
  background-image: url(../common/img/menu/point_menu02.png);
}
#global_navi li:nth-child(3):after {
  background-image: url(../common/img/menu/point_menu03.png);
}
#global_navi li:nth-child(4):after {
  background-image: url(../common/img/menu/point_menu04.png);
}
#global_navi li:nth-child(5):after {
  background-image: url(../common/img/menu/point_menu05.png);
}
#global_navi li:nth-child(6):after {
  background-image: url(../common/img/menu/point_menu06.png);
}
#global_navi li:nth-child(7):after {
  background-image: url(../common/img/menu/point_menu07.png);
}
#global_navi li:nth-child(8):after {
  background-image: url(../common/img/menu/point_menu08.png);
}
#global_navi li:nth-child(9):after {
  background-image: url(../common/img/menu/point_menu09.png);
}
#global_navi li:nth-child(10):after {
  background-image: url(../common/img/menu/point_menu10.png);
}
#global_navi li:nth-child(11):after {
  background-image: url(../common/img/menu/point_menu11.png);
}
#global_navi li:nth-child(12):after {
  background-image: url(../common/img/menu/point_menu12.png);
}
#global_navi li:nth-child(13):after {
  background-image: url(../common/img/menu/point_menu13.png);
}
/*#global_navi li:nth-child(14):after { background-image: url(../img/menu/point_menu14.png); }*/
#global_navi li li {
  background-color: #fafafa;
  border-top: #ededed 1px solid !important;
  border-radius: 0 !important;
}
#global_navi li li:after {
  background-image: none !important;
}
#global_navi li:nth-child(1),
#global_navi li:nth-child(2) {
  border-top: none;
}
#global_navi li:nth-child(odd) {
}
#global_navi li:nth-child(odd) p {
  border-right: #ededed 1px solid;
  box-sizing: border-box;
}
#global_navi li:nth-child(odd) li:nth-child(even) p {
  border-right: none;
}
#global_navi .submenu_wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200%;
  background-color: #fafafa;
  display: none;
}
#global_navi .submenu_wrap.show {
  display: block;
}
#global_navi li ul {
  display: none;
  visibility: hidden;
}
#global_navi li.sub_open ul {
  visibility: visible;
}
#global_navi li.sub_open ul.show {
  display: block;
}
#global_navi li:nth-child(odd) .submenu_wrap {
  left: 0;
}
#global_navi li:nth-child(even) .submenu_wrap {
  left: -100%;
}
#global_navi li a,
#global_navi li span {
  color: #4e4644;
  display: block;
  padding: 0 15px;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 100%;
}
#global_navi li.nosub a:after,
#global_navi li.nosub span:after,
#global_navi li li a:after {
  width: 7px;
  height: 8px;
  content: '';
  position: absolute;
  background-image: url(../common/img/icon_arrow.png);
  top: 50%;
  margin-top: -4px;
  right: 9px;
  background-size: 7px 8px;
}
#global_navi li.sub_close span:after {
  width: 7px;
  height: 8px;
  content: '';
  position: absolute;
  background-image: url(../common/img/icon_plus.png);
  top: 50%;
  margin-top: -4px;
  right: 9px;
  background-size: 7px 8px;
}
#global_navi li.sub_open span:after {
  width: 7px;
  height: 8px;
  content: '';
  position: absolute;
  background-image: url(../common/img/icon_minus.png);
  top: 50%;
  margin-top: -4px;
  right: 9px;
  background-size: 7px 8px;
}
#global_navi li.sub_close li span:after,
#global_navi li.sub_open li span:after {
  content: none;
  content: normal;
  background-image: none;
}
#global_navi li.nonactive {
  background-color: rgba(255, 255, 255, 1);
}
#global_navi li.nonactive span,
#global_navi li.nonactive:after {
  opacity: 0.2;
}
#global_navi li.hidemenu span,
#global_navi li.hidemenu:after {
  opacity: 0;
}
#global_navi li.nonactive li span:after,
#global_navi li.nonactive li a:after {
  content: none;
  content: normal;
  background-image: none;
}

footer {
  margin: 20px 0 0;
}
