@charset "UTF-8";

#container {
  text-align: justify;
  text-justify: inter-ideograph;
}
#contents .inner {
  max-width: 1024px;
}
ol.caution li {
  padding-left: 1.0em;
  text-indent: -1.0em;
  margin-top: 4px;
}
.button {
  display: block;
  border-style: solid;
  border-width: 1px;
  position: relative;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0,0,0,.1);
          box-shadow: 3px 3px 0px 0px rgba(0,0,0,.1);
  margin-bottom: 3px;
  min-width: 0;
    padding: 22px 20px 20px 10px;
}
.button:before,
.button:after {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  font-family: iconset;
  font-size:22px;
  font-size:2.2rem;
  z-index:  2;
  font-weight: normal;
  line-height: 1;

}
.button.arrR:after {
  content: "\e91f";
  right: 5px;
}
.button.arrD:after {
  content: "\e91e";
  right: 8px;
}
.button.WHT {
  background: #FFF;
  color: #0e2a62;
  border-color: #0E2A62;
}
.button.PNK {
  background: #db1950;
  color: #fff;
  border-color: #db1950;
}
.button.WHT.arrR:after {
  color: #0e2a62;
}
.button.PNK.arrR:after {
  color: #fff;
}
.isDevicePC .button{
  -webkit-transition: opacity .3s;
          transition: opacity .3s;
}
.btn {
  padding: 0!important;
}
.btn.line {
  background: #FFF;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0,0,0,.1);
          box-shadow: 3px 3px 0px 0px rgba(0,0,0,.1);
  margin-bottom: 5px;
  opacity: 1!important;
}
.button.line {
  overflow: hidden;
  padding-top:  18px;
  padding-bottom: 18px;
  color: #fff;
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.button.line:after {
  font-size:24px;
  font-size:2.4rem;
  margin-top:   -12px;
}
.button.line span {
  display: block;
  position: relative;
  z-index:  3;
  font-weight: bold;
  font-size:18px;
  font-size:1.8rem;
  text-align: center;
}
.button.line:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 600px 50px 0;
  margin-top: 0;
  top: 5px;
  left: auto;
  right: 0;
  border-color: transparent;
  z-index:  0;
}
.button.line.LBLU {
  background: #364e7d;
}
.button.line.LBLU:before {
  border-right-color: #102c63;
}
.button.line.LPNK {
  background: #db1950;
}
.button.line.LPNK:before {
  border-right-color: #c8184a;
}
.button.line.LGRY {
  background: #ffffff;
  color: #1D376B;
}
.button.line.LGRY:before {
  border-right-color: #eaeaea;
}
.button.ico-calendar span,
.button.ico-pdf span,
.button.ico-book span{
  padding-left:  50px;
  padding-right:  10px;
}
.button.ico-mv span {
  padding-left:  30px;
  padding-right:  10px;
}
.button.ico-calendar span:before,
.button.ico-pdf span:before,
.button.ico-book span:before,
.button.ico-mv span:before {
  content: "";
  position: absolute;
  top:  50%;
  left: 5px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size:  100% auto;
       -o-background-size:  100% auto;
          background-size:  100% auto;
  width: 45px;
  height: 45px;
  margin-top: -22px;
}

.button.ico-calendar span:before {
  background-image: url(../images/ico_calendar.png);
}
.button.ico-pdf span:before {
  background-image: url(../images/ico_pdf.png);
}
.button.ico-book span:before {
  background-image: url(../images/ico_book.png);
}
.button.ico-mv span:before {
  background-image: url(../images/ico_movie.png);
  width: 29px;
  height: 24px;
  margin-top: -12px;
}

.button.ico-mv:after {
  color: #1d376b;
}
.button:hover {
  opacity: .6;
}
.button-list {
  display: table;
  width: 100%;
  word-spacing: -1em;
}
.button-list li {
  display: inline-block;
  word-spacing: normal;
  vertical-align: top;
}

.button-list.vertical li{
  display: block;
}
.button-list.vertical li ~ li {margin-top: 10px;}

.btnPNK {
  display: inline-block;
  border: #d12828 1px solid;
  -webkit-border-radius: 5px;
          border-radius: 5px;
background: -webkit-linear-gradient(top,  #e85c69 0%,#c5383d 100%);
background: linear-gradient(to bottom,  #e85c69 0%,#c5383d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85c69', endColorstr='#c5383d',GradientType=0 );
  color: #FFF!important;
  text-align: center;
  padding: 10px 38px 10px 20px;
  position: relative;
  font-weight: bold;
}
.btnPNK:after {
  content: "\e901";
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -8px;
  font-family: iconset;
  font-size:16px;
  font-size:1.6rem;
  z-index:  2;
  font-weight: normal;
  line-height: 1;
}

.pdf {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #000!important;
  line-height: 1.3;
}
.pdf:before {
  content: "";
  display: block;
  background: url(../images/ico_pdfS.png) no-repeat 0 0;
  -webkit-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
}
.title-bar {
  background: #344e7f;
  position: relative;
  line-height: 1.3;
  font-size:32px;
  font-size:3.2rem;
  text-align: center;
  color: #fff;
}
.title-bar .ttl {
  padding: 8px 0;
}
.title-bar:after {
  content: "";
  position: absolute;
  bottom:-18px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #344e7f transparent transparent transparent;
  margin-left: -20px;
}
.title-bar.sub {
  background: #94aad0;
  position: relative;
  line-height: 1.3;
  font-size:32px;
  font-size:3.2rem;
  text-align: center;
  color: #fff;
}
.title-bar.sub .ttl {
  padding: 8px 0;
}
.title-bar.sub:after {
  display: none;
}
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section.BLU {
  background: url(../images/bg_course.png) repeat 0 0;
}

.inline,
.winSP .inline{
  display:inline !important;
}
.fntMin {
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif,Helvetica;
}
.colPNK {
  color: #e94670!important;
}
.point-list {
  font-size:16px;
  font-size: 1.8rem;
}
.point-list li {
  border-bottom: #3a5280 1px dashed;
  padding-bottom: 2px;
  margin-top:   20px!important;
  padding-left: 1.2em!important;
  text-indent: -1.2em!important;
  font-weight:  bold;
}
.point-list li span {
  font-weight:  bold;
}
.text-indent_p{
  padding-left: 1em;
  text-indent: -1em;
}
.colBLU_s{
	color:#2a6be3;
}

.title-bar .stage {
  display: inline-block;
  color: #E6CD80;
  margin-right: 1em;
  font-family: arial;
    font-size: 40px;
    font-size: 4.0rem;
}
.title-bar .stage span {
    font-size: 48px;
    font-size: 4.8rem;
}
.title-bar .min {
    font-size: 22px;
    font-size: 2.2rem;
}
#zeirishi-stage .title-bar {
  background: #1d376b;
}
#zeirishi-stage .title-bar:after {
  border-color: #1d376b transparent transparent transparent;
}
#zeirishi-stage .inner {
  max-width: 940px;
  min-width: 940px;
}
#zeirishi-stage .section {
  font-size: 18px;
  font-size: 1.8rem;
}
#zeirishi-stage .button-box {
  margin: 30px auto 0;
}
#zeirishi-stage .button.line {
  padding-top: 22px;
  padding-bottom: 22px;
}
#zeirishi-stage .button.line span {
  font-size: 22px;
  font-size: 2.2rem;
}


/*=====================================*/
/* メインエリア */
/*=====================================*/
.main-area {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: url(../images/main_bg.jpg) repeat-x top center;
}
.main-area .inner {
  position: relative;
  max-width: 1315px;
  padding:0;
}

.main-area .title {
  margin: 0 auto;
  padding: 0px 0 0px;
}

.main-area .btn-faq {
  position: absolute;
    width: 20%;
    top: 34px;
    left: 56%;
}
.main-area .btn-privilege {
  position: absolute;
    max-width: 45%;
    top: 82%;
    right: 4%;
}
.main-area a {
  display: inline-block;
}

#zeirishi-stage .main-area {
  border-bottom: #000c1c 5px solid;
  height: 740px;
  overflow: hidden;
}
#zeirishi-stage .main-wrap .inner,
#zeirishi-stage .main-area .inner {
  position: relative;
  height: 735px;
}
#zeirishi-stage .main-wrap .inner {
  height: 0;
}
#zeirishi-stage .main-area .title {
  margin: 0 auto;
}

#zeirishi-stage .main-area .title img {
  max-width: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  margin-left: -960px;
}
#zeirishi-stage .main-area .btn-faq {
  position: absolute;
    width: 20%;
    top: 49px;
    left: 44%;
}
#zeirishi-stage .main-area a {
  display: inline-block;
}
/*=====================================*/
/* アンカーナビ */
/*=====================================*/
.main-area .anchor-area {
  background-color: rgba(52,78,127,1.0);
  width: 100%;
  padding: 8px 0;
}
.isDevicePC .main-area .anchor-area .inner {
  max-width: 1224px;
}
.main-area .anchor-nav {
  display: table;
  width: 100%;
  word-spacing: -1em;
}
.main-area .anchor-nav li {
  display: table-cell;
  width: 10%;
  word-spacing: normal;
   border-right: 1px dotted #fff;
   vertical-align: middle;
}

.main-area .anchor-nav li a {
  display: block;
  padding: 8px 3px;
}
.main-area .anchor-nav li:nth-child(5) a {
  padding-right: 6px;
  padding-left: 6px;
}
.main-area .anchor-nav li:nth-child(6) a {
  padding-right: 6px;
  padding-left: 6px;
}
.main-area .anchor-nav li img {
  width: 100%;
  max-width: none;
}
.main-area .anchor-nav li:first-child {
  border-left: 1px dotted #fff;
}
.main-area .anchor-nav li:last-child a {
  padding-top: 0;
  padding-bottom: 0;
}

#zeirishi-stage .main-area .anchor-area {
  position: absolute;
  top: 390px;
  padding: 0;
  z-index: 1;
  background: transparent;
  height: auto;
}
#zeirishi-stage .main-area .anchor-nav {
  width: 102.333333%;
  margin-left: -3%;
}
#zeirishi-stage .main-area .anchor-nav li {
  display: inline-block;
  width: 31.333333%;
   border-right: none;
   vertical-align: middle;
   margin-left: 2%;
}

#zeirishi-stage .main-area .anchor-nav li a {
  padding: 0;
  background: #FFF;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 0 15px 10px #FFF;
          box-shadow: 0 0 15px 10px #FFF;
}
#zeirishi-stage .main-area .anchor-nav li:first-child {
  border-left: none;
}
#zeirishi-stage .main-wrap .ico-saiba {
  position: absolute;
  width:170px;
  bottom: -20px;
  right: -20px;
  z-index: 3;
}



#zeirishi-stage .movie-wrap {
  border: #313131 12px solid;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  width: 900px;
  margin: 10px auto;
}
#zeirishi-stage #stage1 .button-box,
#zeirishi-stage #stage_lesson .button-box {
  width: 450px;
}
#zeirishi-stage .notice {
  margin-top: 20px;
  color: #226594;
  font-weight: bold;
}
#zeirishi-stage .viwe-btn-box {
  margin-top: 30px;
}
#zeirishi-stage .viwe-btn-box li {
      border: #1D376B 1px solid;
}
#experience .btn{margin-top: 50px;}
#experience .button.line:before {
    border-width: 80px 1500px 80px 0;
}
#experience .title-bar {
  padding: 15px 0;
    font-size: 38px;
    font-size: 3.8rem;
}

#zeirishi-stage .title-bar.GRY {
  background: #e6e7e8;
  color: #1d376b;
}
#zeirishi-stage .title-bar.GRY:after {
  border:none;
}
#experience .title-bar.GRY {
    font-size: 30px;
    font-size: 3.0rem;
}

#experience .tescher-comment{
  font-size:0;
  padding:5% 2%;
}
#experience .tescher-comment:not(:last-child){
  border-bottom:1px solid #e6e7e8;
}
#experience .tescher-comment > div{
  display:inline-block;
  vertical-align:top;
}
#experience .tescher-comment .img-box{
  width:35%;
  padding-right:8%;
}
#experience .tescher-comment .txt-box{
  font-size:16px;
  font-size:1.6rem;
  width:65%;
}
#experience .tescher-comment .txt-box .teacher-name{
  font-size:25px;
  font-size:2.5rem;
}
#experience .tescher-comment .txt-box .teacher-prof dt{
  margin-top:20px;
  background-color:#4867a5;
  display:inline-block;
  font-weight:bold;
  color:#fff;
  padding:0 2%;
}

#experience .button.line span {
  font-size: 32px;
  font-size: 3.2rem;
}
.bnr-web_box {
  background: #FFF;
  padding: 20px;
  display: table;
  width: 100%;
  word-spacing: -1em;
  margin-top: 50px;
}
.bnr-web_box .txt,
.bnr-web_box .bnr {
  display: table-cell;
  word-spacing: normal;
  vertical-align: middle;
}
.bnr-web_box .txt{
  padding-right:2%;
}
.bnr-web_box .bnr a {
  display: block;
  width: 316px;
  background: #FFF;
  border: #ccc 1px solid;
}
.bnr-web_box .bnr a:hover {
  background: #eef2f9;
}




.btn_wrap {width:100%}
.btn_wrap ul{
  width:100%;
  font-size:0;
  text-align:center;
}
.btn_wrap li{
  display:inline-block;
  width:49%;
}
.btn_wrap li:nth-child(2n){
  margin-left:2%;
}
.btn_wrap li a{
  display:inline-block;
  padding:5%;
  width:100%;
  font-size:16px;
  font-size:1.6rem;
  color:#fff;
  background:#344880;
  border-radius:15px;
}
.btn_wrap li a:hover{
  background:#19233e;
  text-decoration:none;
}
.btn_wrap li a .chapter{
  color:#fffebb;
}

.btn_wrap.green li a{
  background:#7ea147;
}
.btn_wrap.green li a:hover{
  background:#374620;
}
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/* SP*/
/*==========================================================================*/

.winSP .button {
  font-size:14px;
  font-size:1.4rem;
}
.winSP .button-list li {
  width: 100%;
  margin-left: 0;
}
.winSP .button-list li ~ li {
  margin-top: 5px;
}


.winSP .button.line {
  padding-top:  12px;
  padding-bottom: 12px;
  }

.winSP .button.line:after {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: -9px;
}
.winSP .button.ico-calendar span,
.winSP .button.ico-pdf span,
.winSP .button.ico-book span {
  padding-left:  20px;
  padding-right:  0;
}
.winSP .button.ico-calendar span:before,
.winSP .button.ico-pdf span:before,
.winSP .button.ico-book span:before {
  left: -5px;
  width: 25px;
  height: 25px;
  margin-top: -12px;
}
.winSP .button.ico-calendar span:before {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  left: -8px;
}

.winSP .btnPNK {
  width: 100%;
}

.winSP .title-bar {
  font-size:20px;
  font-size:2.0rem;
}
.winSP .title-bar .ttl {
  padding: 12px 0;
}
.winSP .title-bar:after {
  bottom:-14px;
  border-width: 20px 15px 0 15px;
  margin-left: -10px;
}
.winSP .section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.winSP .point-list {
  font-size:14px;
  font-size: 1.4rem;
}
.winSP .point-list li {
  margin-top:   10px!important;
}

.winSP .title-bar .stage {
  display: block;
  margin-right: 0;
    font-size: 18px;
    font-size: 1.8rem;
}
.winSP .title-bar .stage span {
    font-size: 28px;
    font-size: 2.8rem;
}
.winSP .title-bar .min {
    font-size: 16px;
    font-size: 1.6rem;
}
.winSP #zeirishi-stage .inner {
  max-width: auto;
  min-width: 0;
}
.winSP #zeirishi-stage .section {
  font-size: 16px;
  font-size: 1.6rem;
}
.winSP #zeirishi-stage .button-box {
  margin: 30px auto 0;
}
.winSP #zeirishi-stage .button.line {
  padding-top: 12px;
  padding-bottom: 12px;
}
.winSP #zeirishi-stage .button.line span {
  font-size: 16px;
  font-size: 1.6rem;
}
/*=====================================*/
/* メインエリア */
/*=====================================*/

.winSP .main-area {
  height: auto;
  background-image: none;
}
.winSP .main-area .title {
  margin: 0 auto;
  padding-bottom: 2%;
}

.winSP .main-area .title img {
  max-width: none;
  position: static;
  width: 100%;
  margin-left: 0;
}

.winSP .main-area .inner {
  padding: 0;
}
.winSP .main-area .title {
  padding-top: 0;
  max-width: none;
}

.winSP .main-area .btn-faq {
    width: 32%;
    top: 10px;
    left: 66%;
}
.winSP .main-area .btn-privilege {
    max-width: 80%;
    width: auto;
    top: 88%;
    right: 10%;
    text-align: center;
}
.winSP #zeirishi-stage .movie-wrap .txt.fontL{
	font-size:12px !important;
	font-size:1.2rem !important;
}

.winSP #zeirishi-stage .main-area {
  height: auto;
}
.winSP #zeirishi-stage .main-wrap .inner,
.winSP #zeirishi-stage .main-area .inner {
  height: auto;
}
.winSP #zeirishi-stage .main-wrap .inner {
  height: 0;
}
.winSP #zeirishi-stage .main-area .title {
  margin: 0 auto;
}

.winSP #zeirishi-stage .main-area .title img {
  max-width: none;
  position: static;
  width:100%;
  margin-left: 0;
}
/*=====================================*/
/* アンカーナビ */
/*=====================================*/
.winSP .main-area .anchor-area {
  position: static;
  padding: 5px 0;
}
.winSP .main-area .anchor-nav {
  display: table;
  width: 100%;
  word-spacing: -1em;
  text-align: center;
  position: relative;
}
.winSP .main-area .anchor-nav:after {
  content: "";
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
}
.winSP .main-area .anchor-nav li {
  display: inline-block;
  width: 31.333333%;
}
.winSP .main-area .anchor-nav li:nth-child(n+4) {
  margin-top: 10px;
}

.winSP .main-area .anchor-nav li a {
  display: block;
  padding: 5px;
}

.winSP .main-area .anchor-nav li:first-child a {
  padding-top: 2px;
  padding-bottom: 2px;
}

.winSP #zeirishi-stage .main-area .anchor-area {
  position: relative;
  top: auto;
  padding-bottom: 5px;
  z-index: 5;
}
.winSP #zeirishi-stage .main-area .anchor-nav {
  width: 102.333333%;
  margin-left: -3%;
}
.winSP #zeirishi-stage .main-area .anchor-nav:after {
  display: none;
}
.winSP #zeirishi-stage .main-area .anchor-nav li {
  display: inline-block;
  width: 31.333333%;
   border-right: none;
   vertical-align: middle;
   margin-left: 2%;
}

.winSP #zeirishi-stage .main-area .anchor-nav li a {
  padding: 0;
  background: #FFF;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 0 15px 10px #FFF;
          box-shadow: 0 0 15px 10px #FFF;
}
.winSP #zeirishi-stage .main-area .anchor-nav li:first-child {
  border-left: none;
}
.winSP #zeirishi-stage .main-wrap .ico-saiba {
  display: none;
  }

.winSP #zeirishi-stage .movie-wrap {
  border: #313131 6px solid;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
  margin: 5px auto;
}
.winSP #zeirishi-stage .movie-wrap + p {
  margin-top: 15px;
}
.winSP #zeirishi-stage #stage1 .button-box {
  width: 100%;
}
.winSP #zeirishi-stage .viwe-btn-box {
  margin-top: 20px;
}
.winSP #experience .btn{margin-top: 20px;}
.winSP #experience .title-bar {
  padding: 15px 0;
    font-size: 20px;
    font-size: 2.0rem;
}
.winSP #experience .tescher-comment > div{
  display:block;
  width:100%;
  padding:5%;
}
.winSP #experience .tescher-comment .img-box{
  text-align:center;
  padding:5% 15%;
}
.winSP #experience .tescher-comment .txt-box .teacher-name{
  text-align:center;
  font-size:5vw;
}
.winSP #experience .button.line span {
  font-size: 16px;
  font-size: 1.6rem;
}
.winSP .bnr-web_box {
  padding: 10px;
  display: block;
  width: 100%;
  margin-top: 20px;
}
.winSP .bnr-web_box .txt,
.winSP .bnr-web_box .bnr {
  display: block;
}
.winSP .bnr-web_box .txt{
  padding-right: 0 !important;
}
.winSP .bnr-web_box .bnr {
  margin-top: 10px;
}
.winSP .bnr-web_box .bnr a {
  width: 100%;
  text-align: center;
}



.winSP .btn_wrap li a{
  font-size:2vw;
  border-radius:5px;
}
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/* tb*/
/*==========================================================================*/
.isDeviceTB .button {
  font-size: 14px;
  font-size: 1.4rem;
}
.isDeviceTB .button.ico-calendar span,
.isDeviceTB .button.ico-pdf span,
.isDeviceTB .button.ico-book span {
  padding-left:  30px;
  padding-right:  10px;
}
.isDeviceTB .button.ico-calendar span:before,
.isDeviceTB .button.ico-pdf span:before,
.isDeviceTB .button.ico-book span:before {
  width: 25px;
  height: 25px;
  margin-top: -12px;
  left: 0;
}
.isDeviceTB .button-list.feature .button span{
  font-size: 14px;
  font-size: 1.4rem;
}
.isDeviceTB .section.inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.isDeviceTB #zeirishi-stage .inner {
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.isDeviceTB #zeirishi-stage .button.line span {
  font-size: 18px;
  font-size: 1.8rem;
}
/*=====================================*/
/* メインエリア */
/*=====================================*/
.isDeviceTB .main-area .title {
  text-align: center;
}
.isDeviceTB .main-area .btn-privilege{
	max-width: 30%;
}
.isDeviceTB #zeirishi-stage .main-area {
  border-bottom: #000c1c 5px solid;
  height: 540px;
  overflow: hidden;
}
.isDeviceTB #zeirishi-stage .main-wrap .inner,
.isDeviceTB #zeirishi-stage .main-area .inner {
  position: relative;
  height: 535px;
}
.isDeviceTB #zeirishi-stage .main-area {
  height: 540px;
}


.isDeviceTB #zeirishi-stage .main-area .title img {
  width: 1400px;
  margin-left: -700px;
}
.isDeviceTB #zeirishi-stage .main-area a {
  display: inline-block;
}
/*=====================================*/
/* アンカーナビ */
/*=====================================*/
.isDeviceTB #zeirishi-stage .main-area .anchor-area {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
}
.isDeviceTB #zeirishi-stage .main-wrap .inner {
  height: 0;
}
.isDeviceTB #zeirishi-stage .main-wrap .ico-saiba {
  position: absolute;
  bottom: -22px;
  right: 0;
  width: 160px;
  z-index: 3;
}
.isDeviceTB #zeirishi-stage .movie-wrap {width: 80%; margin-left: auto; margin-right: auto;}
.isDeviceTB .bnr-web_box .bnr {
  width: 220px;
  padding-left: 10px;
}
.isDeviceTB .bnr-web_box .bnr a {
  width: 100%;
}

/*=====================================*/
/* close_Info */
/*=====================================*/
.close_Text {
	width: 100%;
	font-size: 1.2vw;
	font-weight: bold;
	text-align: center;
	color: #f9f996;
	background-color: #ea5549;
	padding: 12px 1%;
	margin-bottom:25px;
}

.winSP .close_Text{
  width: 80%;
  margin-left: 10%;
  background:  #ea5549;
  text-align: left;
  color: #f9f996;
  font-size:13px;
  font-size: 1.3rem;
  font-weight: bold;
}


.bnr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bnr div {
  flex: 0 0 48%;
}
.winSP .bnr div {
  flex: 0 0 100%;
  margin: 20px 0px;
}




