@charset 'UTF-8';

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.visible-phone{
  display: none!important;
}
.hidden-phone{
  display: inherit!important;
}

html {
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 100%;
}
.clearfix {
  *zoom: 1;
  clear: both;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}

.container > .is_left,
.container > .is_right {
  margin: 0;
}

.container {
   width: 960px;
   margin: 0 auto;
}

.is_left{
  float: left;
}

.text_h1 {
  font-weight: bold;
  font-size: 1.2em;
}

a {
  /*color: rgba(0, 0, 255, 0.8);*/
  text-decoration: none;
}
a:hover {
  color: #c6e066;
  text-decoration: underline;
  opacity: .8;
}

body{
  overflow-x: auto;
  margin: 0 auto;
  background: #000;
}
.wrapper{
  /* overflow: hidden; */
  /* background: url(../images/index/mainVisual_pc.png) center top no-repeat; */
  /* background-size: cover; */
  /* background-size:contain; */
  width: 100%;
  height: 100%;
}
.main_visual {
  position: relative;
  width: 100%;
  /* height: 100%; */
  color: #fff;
}
.visual_box{
  /* height: 1000px; */
}
.btn_box {
  position: absolute;
  /* bottom: 0; */
  top:55%;
  width:100%;
  text-align: center;
}
.btn_box a.enter{
  padding: 0px 45px 5px;
  background: #2567a3;
  color: #fff;
  font-size: 30px;
  text-align: center;
  display: block;
  width: 400px;
  margin: 0 auto;
  box-shadow:0px 0px 30px;
  /* border:1px solid #fff; */
}
.btn_box a.enter span{
  font-size: 14px;
}
.btn_box a.leave{
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
  text-shadow: 0 0 5px #fff,0 0 5px #fff;
  display: block;
  padding-top: 45px;
}
.btn_box .bnr_area ul{
  list-style: none;
}
.btn_box .bnr_area ul li{
  padding-bottom: 30px;
}
.btn_box .bnr_area ul li:nth-child(1),
.btn_box .bnr_area ul li:nth-child(3) {
  width: 50%;
  float: left;
  padding: 10px 15px 30px;
}

.btn_box .bnr_area ul li p{
  margin: 0;
  text-decoration: underline;
}
.btn_box .bnr_area ul li a{
  color: #fff;
}
.title {
    width: 100%;
    background: #2567a3;
    height: 24px;
    color: white;
    font-size:15px;
    margin:0px;
    padding-left: 100px;
    padding-right: 50px;
    line-height: 24px;
}

.title .login-btn {
    text-decoration: underline;
}
.title a {
    color: #fff;
    font-size:15px;
}

.is_right{
  float: right;
}

/* タブレット横向き */
@media (max-width: 1025px) and (min-width: 1021px) {
  .container {
     width: 90%;
     margin: 0 auto;
  }

  .title {
    padding-left: 50px;
  }
}

/* 狭いブラウザとタブレット向け */
@media (max-width: 1020px) and (min-width: 768px) {
    .tablet-hidden {
      display: none;
    }

    picture {
      height: 447px;
      width: 100%;
      display: block;
    }

    .btn_box {
      top: 75%;
    }

    .main_visual {
      position: relative;
      background: url(../images/index/mainVisual_pc.png) center top no-repeat;
      background-size: cover;
      width: 100%;
      height: 800px;
    }

    .container {
      width: 100%;
      margin: 0 auto;
    }

    .title {
      padding-left: 50px;
    }
  }
}

/* スマホサイズ */
@media(max-width:767px){
  .visible-phone{
    display: inherit!important;
  }
  .hidden-phone{
    display: none!important;
  }
  header{
    background: #2567a3;
    text-align: center;
    padding: 5px 0 0;
  }
  .head_info p{
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
    text-align: center;
  }
  .btn_box{
    top: 80%;
  }
  .btn_box a.leave{
    padding-top: 15px;
    font-size: 12px;
  }
  .btn_box p{
    font-size: 12px;
  }
  .btn_box .bnr_area ul li:nth-child(1), .btn_box .bnr_area ul li:nth-child(2), .btn_box .bnr_area ul li:nth-child(4){
    /* width: 100%;
    float: none; */
    padding: 0 0 15px;
    text-align: center;
  }
  .btn_box .bnr_area ul li:nth-child(2){
    width: 50%;
    float: left;
    padding-right: 5px;
  }
  .btn_box .bnr_area ul li:nth-child(4){
    width: 50%;
    float: left;
    padding-left: 5px;
  }
  .btn_box .bnr_area ul{
    padding: 0 15px;
  }
  .bnr_area{
    margin-top:15px;
    padding-top: 10px;
    border-top: 1px dotted #fff;
  }
  .btn_box .bnr_area ul li a img{
    width: 100%;
    height: auto;
  }

}
