
.isDevicePC .inner {
  max-width: 1024px;
}
#container {
  text-align: justify;
  text-justify: inter-ideograph;
}
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: 12px 20px 10px 10px;
}
.button:before,
.button:after {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  font-family: iconset;
  font-size:18px;
  font-size:1.8rem;
  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;
  /* border-color: transparent #007bff transparent transparent; */
}
.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(./image/2017/march/ico_calendar.png);
}
.button.ico-pdf span:before {
  background-image: url(./image/2017/march/ico_pdf.png);
}
.button.ico-book span:before {
  background-image: url(./image/2017/march/ico_book.png);
}
.button.ico-mv span:before {
  background-image: url(./image/2017/march/stage/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(./image/2017/march/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: #1d376b;
  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: #1d376b 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(./image/2017/march/bg_BLU.png) repeat 0 0;
}

.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.6rem;
}
.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;
}
/*=====================================*/
/* メインエリア */
/*=====================================*/
.main-area {
  position: relative;
  width: 100%;
  height: 740px;
  overflow: hidden;
}
.main-area .inner {
  position: relative;
}

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

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

.main-area .anchor-nav li a {
  display: block;
  padding: 8px 15px;
}
.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;
}
/*=====================================*/
/* intro */
/*=====================================*/
#shiho-intro {
  background: url(./image/2017/march/bg_BRO.png) repeat 0 0;
  padding-top: 60px;
  padding-bottom: 60px;
}
#shiho-intro .caution {
  margin-top: 15px;
}

.intro-lead {
  max-width: 950px;
  margin: 0 auto 0;
  color: #041D4F;
}
.intro-lead .title {
  font-size:42px;
  font-size:4.2rem;
  font-weight: bold;
  text-align: center;
}
.intro-lead .txt {
  line-height: 2;
  font-size:16px;
  font-size:1.6rem;
  margin-top: 10px;
}
.intro-lead .txt p ~ p {margin-top: .8em;}
.intro-contents {
  margin-top: 30px;
}
.pack-box .box:nth-child(1) {
  width: 52.9296875%;
  float: left;
  position: relative;
}

.pack-box .box:nth-child(1):after {
  content: "";
  display: block;
  background: url(./image/2017/march/intro_icon_plus.png) no-repeat left top;
  -webkit-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
  width: 8%;
  height: 66px;
  position: absolute;
  top: 30px;
  right: -10%;
}
.pack-box .box:nth-child(1) .wrap{
  background: #FFF;
  padding: 5% 20px;
  position: relative;
}
.pack-box .box:nth-child(2) {
  width: 40.45%;
  float: right;
}
.pack-box .movie-area .standard{
  width: 30%;
  float: left;
}
.pack-box .movie-area .movie-box {
  width: 67%;
  float: right;
}

.pack-box .movie-area .movie-box .txt {margin-top: 8px;}
.full-pack {
  margin-top: 15px;
  background: url(./image/2017/march/intro_border.png) repeat-y left top;
  padding-left: 15px;
}
.full-pack .button-list {
  margin-top: 10px;
}
.full-pack .button-list li {
  width: 49%;
  margin-left: 2%;
}
.full-pack .button-list li:first-child {
  margin-left: 0;
}
.intro-addtion {
  border-top: #0e2a62 3px solid;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(0,0,0,.1);
          box-shadow: 0px 4px 0px 0px rgba(0,0,0,.1);
}
.intro-addtion + p{
  margin: 4% 0;
}
.premium-pack {
  background: #040E22;
  border: #625c44 1px solid;
  -webkit-box-shadow: 0px 0px 0px 3px #040E22;
          box-shadow: 0px 0px 0px 3px #040E22;
  padding: 15px;
  text-align: center;
}
.premium-pack_box {
  background: url(./image/2017/march/intro_border_p.png) repeat-y left top;
  margin-top: 10px;
  padding-left: 20px;
}

.premium-pack_box .button-list {
  margin-top: 10px;
}
.premium-pack_box .button-list li {
  width: 49%;
  margin-left: 2%;
}
.premium-pack_box .button-list li:first-child {
  margin-left: 0;
}
.premium-pack_box .button.WHT {
  border-color: #FFF;
}

/*=====================================*/
/* problem */
/*=====================================*/
.problem-box {
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;

}

.problem-box .inner {
  text-align: center;
}
.problem-box.YEL {
  background-image: url(./image/2017/march/bg_support.png);
  padding-bottom:100px;
  padding-top: 30px;
}
.problem-box.BLU {
  background-image: url(./image/2017/march/bg_prob.png);
  padding-top: 60px;
}
.problem-box.YEL .inner {
  margin-top: -30px;
}
.problem-box .recommend {
  margin-top: 30px;
  margin-bottom: -30px;
}
.problem-comment {
  position: relative;
}
.problem-txt {
  position: absolute;
  width: 62%;
  top: 28%;
  left: 8%;
  text-align: left;
  font-size:14px;
  font-size:1.4rem;
}
.problem-chatc {
  margin-top: 60px;
}

/*=====================================*/
/* feature */
/*=====================================*/
.feature-catch-area {
  text-align: center;
}
.feature-catch {
  font-size:28px;
  font-size:2.8rem;
  font-weight: bold;
  color: #08376f;
}
.feature-catch-area .ttl {margin-top: 20px;}
.feature-catch-area li {
  font-size:18px;
  font-size:1.8rem;
  margin-top: 10px;
}
.feature-catch-area .btn-stage {
  margin-top: 20px;
}
.feature-flow {
  margin-top: 5px;
}
.feat-merit {
  margin-top: 30px;
}
.feat-merit dt {
  text-align: center;
}
.feat-merit dd {
  display: table;
  width: 100%;
  word-spacing: -1em;
}
.feat-merit .box {
  display: inline-block;
  word-spacing: normal;
  vertical-align: top;
  padding-left: 15px;
  text-align: left;
}
.feat-merit .box:nth-child(1) {
  width:  37%;
  padding-left: 0;
}
.feat-merit .box:nth-child(2) {
  width:  43%;
}
.feat-merit .box:nth-child(3) {
  width:  20%;
}
.button-list.feature {
  margin-top: 60px;
}
.button-list.feature li {
  width: 32.33333%;
  margin-left:  1.5%;
}
.button-list.feature li:first-child {
  margin-left:  0;
}

.feature-price {
    border: 5px solid #1d376b;
    background: #fff;
    margin-top:   30px;
}
.feature-price .box {
    padding: 15px;
}
.feature-price .box:nth-child(2) {
  background:   #f5f5f5;
  border-top: #1d376b 1px dotted;
}
.feature-price .box:nth-child(3) {
  background:   #ffffff;
  border-top: #1d376b 1px dotted;
}

.feature-price .ttl {
  color:  #0e2a62;
  font-weight: bold;
  line-height:  1.3;
  text-align: left;
}
.feature-price .txt {
  background:  #d0d9ea;
  color:  #0e2a62;
  padding:  3px 15px;
}
.feature-price .ttl span {
  font-weight: bold;
}
.feature-price .btn {
    padding:  0!important;
}
.feature-price .boxL .ttl {
  font-size:40px;
  font-size:4.0rem;
  float: left;
  width: 60%;
}
.feature-price .boxL .ttl span {
  font-size:28px;
  font-size:2.8rem;
}
.feature-price .boxL .button.line span {
  font-size:24px;
  font-size:2.4rem;
}
.feature-price .boxL .btn {
  float: right;
    width:  38%;
    padding:  0;
}
.feature-price .boxL .txt {
  clear: both;
}
.feature-price .boxM .ttl {
  font-size:28px;
  font-size:2.8rem;
  float: left;
  width: 60%;
}
.feature-price .boxM .ttl span {
  font-size:20px;
  font-size:2.0rem;
}
.feature-price .boxM .button.line span {
}
.feature-price .boxM .btn {
  float: right;
  width:  30%;
}
.feature-price .boxM .txt {
  float: left;
  width: auto;
}
.feat-txt {
  margin-top:  30px;
}


/*=====================================*/
/* add */
/*=====================================*/
#shiho-addition .subttl {
  font-size:24px;
  font-size:2.4rem;
  text-align: center;
  color: #1D376B;
  font-weight: bold;
}
#shiho-addition .subttl span {
  font-weight: bold;

}
#shiho-addition .subttl .fntS {
  font-size:18px;
  font-size:1.8rem;
  vertical-align: middle;
}
#shiho-addition .subttl + p {
  text-align: center;
  margin-top: 10px;
}
.add-point .box {
  width: 48%;
  margin-top: 30px;
}
.add-point .box:nth-child(1) {
  float: left;
}
.add-point .box:nth-child(2) {
  float: right;
}
.add-point_img {
  margin: 30px 0;
}

.add-price {
    background: #040e22;
    margin-top:   30px;
    color: #fff;
}
.add-price .box {
    padding: 15px;
}
.add-price .box:nth-child(2) {
  background:   #1d2638;
  border-top: #8e939c 1px dotted;
}
.add-price .box:nth-child(3) {
  background:   #040e22;
  border-top: #8e939c 1px dotted;
}

.add-price .ttl {
  font-weight: bold;
  line-height:  1.3;
  text-align:left;
}
.add-price .txt {
  background:  #3e475b;
  color:  #fff;
  padding:  3px 15px;
  text-align:left;
}
.add-price .ttl span {
  font-weight: bold;
}
.add-price .btn {
    padding:  0!important;
}
.add-price .boxL .ttl {
  float: left;
  width: 60%;
  font-size:28px;
  font-size:2.8rem;
}
.add-price .boxL .ttl .gold {
  color: #C9AD50;
  font-size:40px;
  font-size:4.0rem;
}
.add-price .boxL .ttl span {
  font-size:28px;
  font-size:2.8rem;
}
.add-price .boxL .ttl .yen {
  font-size:20px;
  font-size:2.0rem;
  margin-left: 30px;
}
.add-price .boxL .button.line span {
  font-size:24px;
  font-size:2.4rem;
}
.add-price .boxL .btn {
  float: right;
    width:  38%;
    padding:  0;
}
.add-price .boxL .txt {
  clear: both;
}
.add-price .boxM .ttl {
  font-size:28px;
  font-size:2.8rem;
  float: left;
  width: 60%;
}
.add-price .boxM .ttl span {
  font-size:20px;
  font-size:2.0rem;
}
.add-price .boxM .ttl span.yen {
  margin-left: 13em;
}
.add-price .boxM .button.line span {
}
.add-price .boxM .btn {
  float: right;
  width:  30%;
}
.add-price .boxM .txt {
  float: left;
  width: auto;
}


/*=====================================*/
/* teach */
/*=====================================*/
#shiho-teach .subttl{
  text-align: center;
}

.teach-profile {
  margin-top: 30px;
}
.teach-profile .thum {
  float: left;
  width: 35%;
}
.teach-profile .txt {
  float: right;
  width: 62%;
  font-size:16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.teach-profile .name-box {
  font-size:18px;
  font-size: 1.8rem;
}
.teach-profile .name-box .name strong {
  font-size:38px;
  font-size: 3.8rem;
  font-weight: normal!important;
}
.teach-profile .name-box .name strong span {
  font-size:18px;
  font-size: 1.8rem;
  font-weight: normal!important;
}
.teach-profile .name-box .name .fntMin {
  display: inline-block;
  font-weight: bold;
  margin-left: .5em;
}
.teach-profile .btn {
  padding: 0!important;
  margin-top: 15px;
}
.teach-profile + .img {
  margin-top: 30px;
}

.teach-section {
  margin-top: 50px;
}
.teach-ttl{
  background: #7E8FB4;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size:18px;
  font-size: 1.8rem;
  border-bottom: #F2F2F2 3px solid;
  font-weight: bold;
}

.teach-section .covers {
  background: #FFF;
  padding: 20px;
  font-size:15px;
  font-size: 1.5rem;
}
.teach-section .book-box {
  margin-top: 20px;
  zoom:1;
}
.teach-section .book-box:after {
  content: "";
  display: block;
  clear: both;
}
.teach-section .book-box ~ .book-box {
  margin-top: 50px;
}
.teach-section .book-box .teach-subtimtl {
  background: #d9d9d9;
  font-weight: bold;
  padding: 5px 10px;
}
.teach-section .book-box .book-box_data,
.teach-section .book-box .book-box_txt {
  margin-top: 15px;
}
.teach-section .book-box .book-box_data {
  float: left;
  width: 54%;
}
.teach-section .book-box .book-box_txt {
  float: right;
  width: 42%;
}

.teach-section .book-box .book-box_txt .caution {
  color: #00c;
}
.teach-section .book-box .book-cathc dt {
  margin-top: 1.5em;
  margin-left: -.5em;
  font-weight: bold;
}
.teach-section .book-box .book-cathc dd {
  margin-top: 2px;
  font-size:14px;
  font-size: 1.4rem;
  line-height: 1.3;
}

.teach-section .book-box .book-name {
  font-size:24px;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-top: 15px;
  font-weight: bold;
}
.teach-section .book-box .book-name span {
  font-size:14px;
  font-size: 1.4rem;
}
.teach-section .btn {
  padding: 0!important;
  margin-top: 10px;
  text-align: left;
}
.teach-section .btn-stage {
  margin-top: 30px;
  text-align: center;
}

.teach-section .btn.textbook {
  float: right;
    width:  38%;
    padding:  0;
}

/*=====================================*/
/* webmerit */
/*=====================================*/
.webmerit-study .night,
.webmerit-study .day {
  padding-left: 220px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: 200px auto;
       -o-background-size: 200px auto;
          background-size: 200px auto;
  width: 47%;
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
  min-height: 220px;
}
.webmerit-study dt{
  font-size:24px;
  font-size: 2.4rem;
  font-weight: bold;
  min-height: 2.5em;
  line-height: 1.3;
}
.webmerit-study dd{
  font-size:16px;
  font-size: 1.6rem;
}
.webmerit-study .night {
  background-image: url(./image/2017/march/webl_img_n.png);
}
.webmerit-study .night dt {
  color: #2a6fb1;
}
.webmerit-study .day {
  background-image: url(./image/2017/march/webl_img_d.png);
  margin-left: 3%;
}
.webmerit-study .day dt {
  color: #e53a3a;
}

.webmerit-notice {
  margin-top: 30px;
}
.webmerit-feature{
  float: left;
  width: 54%;
  background: url(./image/2017/march/bg_merit.png) repeat 0 0;
  padding: 20px;
}
.webmerit-feature .box {
  background: #FFF;
  padding: 15px;
}
.webmerit-feature .box ~ .box {
  margin-top: 20px;
}

.webmerit-feature .ttl {
  color: #1D376B;
  font-weight: bold;
  font-size:18px;
  font-size: 1.8rem;
}
.webmerit-feature .txt{
  font-size:16px;
  font-size: 1.6rem;

}
.webmerit-feature .box:nth-child(2) {
  position: relative;
}
.webmerit-feature .box:nth-child(2) .txt {
  width: 68%;
  font-size:14px;
  font-size: 1.4rem;
}
.webmerit-feature .type {
  width: 120px;
  position: absolute;
  top: 30px;
  right: 20px;
}
.webmerit-feature .type li {
  background: #1f61a5;
  color: #fff;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}
.webmerit-feature .type li ~ li {
  margin-top: 5px;
}
.webmerit-feature .box:nth-child(2) .caution {
  margin-top: 8px;
}

.webmerit-feature .box:nth-child(2) .caution li ~li {
  margin-top: 0;
}
.webmerit-exp {
  float: right;
  width: 42%;
}
.webmerit-exp dl {
  margin-top: 8px;
}
.webmerit-exp .btn {
  padding: 0!important;
  margin: 10px 0;
}
.webmerit-exp .btn + p {
  text-align: right;
}
.webmerit-exp .caution li ~li {
  margin-top: 0;
}

.wprice {
  margin-top: 30px;
  display: table;
  word-spacing: -1em;
  width: 100%;
  padding: 15px;
  border-style: solid;
  border-width: 5px;
}

.wprice .item-name,
.wprice .btn {
  display: table-cell;
  word-spacing: normal;
  vertical-align: middle;
}
.wprice .btn {
  padding: 0!important;
  width: 25%;
}

.wprice .item-name {
  font-size:32px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: left;
}
.wprice .item-name span {
  font-size:26px;
  font-size: 2.6rem;
  font-weight: bold;
  display: inline-block;
  margin-left: .5em;
}
.price-fullpac {
  background: #FFF;
  border-color: #1d376b;
  color: #1D376B;
}
.price-premium {
  background: #040e22;
  border-color: #040e22;
}
.price-premium .item-name {
  color: #C9AD4F;
}
.price-premium .item-name span {
  color: #fff;
}

.preferential-box {
  background: #FFF;
  border: #1d376b 8px solid;
  margin-top: 50px;
  padding-bottom: 30px;
}

.preferential-box .preferential-ttl {
  font-size:26px;
  font-size: 2.6rem;
  color: #fff;
  background: #1d376b;
  text-align: center;
  padding: 15px;
}
.preferential-box .preferential-ttl strong {
  font-size:36px;
  font-size: 3.6rem;
}
.preferential-box .preferential-ttl strong span {
  color: #E60012;
}
.preferential-box .box {
  margin-top: 30px;
  padding: 0 30px;
}
.preferential-box .box ~ .box {
  margin-top: 50px;
}
.preferential-box .ttl-box {
  position: relative;
  padding: 15px 10px 15px 120px;
  border: #d71318 1px solid;
  min-height: 110px;
}
.preferential-box .ttl-box .ico-num {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  background: #d71318;
  border: #fff 3px solid;
  -webkit-box-shadow: 0 0 0 5px;
          box-shadow: 0 0 0 5px #35337b;
  width: 80px;
  height: 80px;
  color: #fff;
  font-weight: bold;
  font-size:56px;
  font-size: 5.6rem;
  text-align: center;
  line-height: 84px;
}
.preferential-box .ttl-box .ttl {
  font-weight: bold;
  font-size:32px;
  font-size: 3.2rem;
  line-height: 1.3;
}

.preferential-box .ttl-box + .txt {
  padding: 20px 30px;
  font-size:15px;
  font-size: 1.5rem;
}

.preferential-box .notice {
  position: relative;
  padding-left: 100px;
  margin: 0 50px;
}
.preferential-box .notice .ttl {
  background: #e60012;
  position: absolute;
  left: 0;
  top: 50%;
  font-size:22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 84px;
  color: #fff;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-top: -40px;
}
.preferential-box .notice .caution li {
  font-size:16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #E60012;
  }
.preferential-box .notice .caution li ~ li {
  margin-top: 0;
}

#shiho-faq {
  padding: 30px 0 80px;
  border-top: #1d376b 8px solid;
}

/*=====================================*/
/* faq */
/*=====================================*/
#shiho-faq h3.title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
    color: #1d376b;
}

.faq-list {
  border-bottom: 1px solid #404f84;
  margin-top: 30px;
}


.faq-list dt {
  border-top: 1px solid #404f84;
  position: relative;
  cursor:pointer;
  color: #004384;
  font-weight: bold;
  padding: 8px 90px 8px 48px;
  font-size: 18px;
  font-size: 1.8rem;
}

.faq-list dt i {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 8px;
  left: 12px;
}
.faq-list dt:after {
  content: "";
  position: absolute;
  display: block;
  background: url(image/2017/march/faq_img_open.png) no-repeat 0 0;
  width: 74px;
  height: 19px;
  top: 13px;
  right: 8px;
}

.faq-list dt.open:after {
  background-image: url(image/2017/march/faq_img_close.png);
}
.faq-list dd {
  font-size: 14px;
  font-size: 1.4rem;
  border-top: 1px solid #404f84;
  position: relative;
}

.faq-list dd i {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 20px;
  left: 33px;
}
.faq-list dd .txt {
  margin: 8px 0 15px;
  padding: 15px 10px 15px 65px;
  background-color: #edf0f5;
  color: #004384;
}

/*=====================================*/
/* apply-flow */
/*=====================================*/
.apply-flow .flow {
  display: table;
  width: 102%;
  word-spacing: -1em;
  margin-left: -2%;
  font-size: 18px;
  font-size: 1.8rem;
  color: #4D6B9F;
}
.apply-flow .flow > li {
  word-spacing: normal;
  display: inline-block;
  vertical-align: top;
  border: #333 1px solid;
  padding: 10px 10px 120px 10px;
  text-align: center;
  width: 23%;
  margin-left: 2%;
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: auto 117px;
       -o-background-size: auto 117px;
          background-size: auto 117px;
}
.apply-flow .flow .ttl {
  margin-right: -10px;
  margin-bottom: 10px;
}
.apply-flow .flow p ~ p {
  margin-top: 1em;
}
.apply-flow .flow > li:nth-child(1) {
  background-image: url(./image/2017/march/flow01_img.png);
}
.apply-flow .flow > li:nth-child(2) {
  background-image: url(./image/2017/march/flow02_img.png);
}
.apply-flow .flow > li:nth-child(3) {
  background-image: url(./image/2017/march/flow03_img.png);
}
.apply-flow .flow > li:nth-child(4) {
  background-image: url(./image/2017/march/flow04_img.png);
}
.apply-flow .flow .colRED {
  color: #c00;
}
.apply-flow .flow .colGRY {
  color: #707070;
}
.apply-flow .flow .caution li {
  margin-top: 0;
}
.apply-flow .flow > li:nth-child(2) .ib + p {
  margin-top: 1.3em;
}
.apply-notes {
  font-size: 14px;
  font-size: 1.4rem;
}

/*=====================================*/
/*=====================================*/
/*=====================================*/
/*=====================================*/
/*=====================================*/
/*=====================================*/
/*=====================================*/
/*=====================================*/
/*=====================================*/
/* stage.html */
/*=====================================*/
.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;
}
#shiho-stage .inner {
  max-width: 940px;
  min-width: 940px;
}
#shiho-stage .section {
  font-size: 18px;
  font-size: 1.8rem;
}
#shiho-stage .button-box {
  margin: 30px auto 0;
}
#shiho-stage .button.line {
  padding-top: 22px;
  padding-bottom: 22px;
}
#shiho-stage .button.line span {
  font-size: 22px;
  font-size: 2.2rem;
}
/*=====================================*/
/* メインエリア */
/*=====================================*/
#shiho-stage .main-area {
  border-bottom: #000c1c 5px solid;
  height: 740px;
  overflow: hidden;
}
#shiho-stage .main-wrap .inner,
#shiho-stage .main-area .inner {
  position: relative;
  height: 735px;
}
#shiho-stage .main-wrap .inner {
  height: 0;
}
#shiho-stage .main-area .title {
  margin: 0 auto;
}

#shiho-stage .main-area .title img {
  max-width: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  margin-left: -960px;
}
#shiho-stage .main-area .btn-faq {
  position: absolute;
    width: 20%;
    top: 49px;
    left: 44%;
}
#shiho-stage .main-area a {
  display: inline-block;
}
/*=====================================*/
/* アンカーナビ */
/*=====================================*/
#shiho-stage .main-area .anchor-area {
  position: absolute;
  top: 390px;
  padding: 0;
  z-index: 1;
  background: transparent;
  height: auto;
}
#shiho-stage .main-area .anchor-nav {
  width: 102.333333%;
  margin-left: -3%;
}
#shiho-stage .main-area .anchor-nav li {
  display: inline-block;
  width: 31.333333%;
   border-right: none;
   vertical-align: middle;
   margin-left: 2%;
}

#shiho-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;
}
#shiho-stage .main-area .anchor-nav li:first-child {
  border-left: none;
}
#shiho-stage .main-wrap .ico-saiba {
  position: absolute;
  bottom: -22px;
  right: 0;
  width: 160px;
  z-index: 3;
}
/*=====================================*/
/* stage1 */
/*=====================================*/
#shiho-stage .movie-wrap {
  border: #313131 12px solid;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  width: 900px;
  margin: 30px auto 0;
}
#shiho-stage .movie-wrap + p {
  margin-top: 30px;
}
#shiho-stage #stage1 .button-box {
  width: 450px;
}
#shiho-stage .viwe-btn-box {
  margin-top: 30px;
}
#shiho-stage .viwe-btn-box li {
      border: #1D376B 1px solid;
}
#shiho-stage #experience .btn{margin-top: 50px;}
#shiho-stage #experience .button.line:before {
    border-width: 80px 1500px 80px 0;
}
#shiho-stage #experience .title-bar {
  padding: 15px 0;
    font-size: 38px;
    font-size: 3.8rem;
}
#shiho-stage #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 .bnr a {
  display: block;
  width: 316px;
  background: #FFF;
  border: #ccc 1px solid;
}
.bnr-web_box .bnr a:hover {
  background: #eef2f9;
}
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/* 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%;
  /* padding: 10px 38px 10px 20px; */
}
/* .winSP .btnPNK:after {
  content: "\e900";
  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;
} */

.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 .main-area {
  height: auto;
}
.winSP .main-area .title {
  margin: 0 auto;
}

.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 .anchor-area {
  position: static;
  padding: 8px 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: 33.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 {
  border-left: none;
}
.winSP .main-area .anchor-nav li:last-child,
.winSP .main-area .anchor-nav li:nth-child(3) {
  border-right: none;
}
.winSP .main-area .anchor-nav li:last-child {
  width: 40%;
}
.winSP .main-area .anchor-nav li:last-child a {
  padding-top: 0;
  padding-bottom: 0;
}


/*=====================================*/
/* intro */
/*=====================================*/
.winSP #shiho-intro {
  padding-top: 30px;
  padding-bottom: 30px;
}

.winSP .intro-lead .title {
  font-size:28px;
  font-size:2.8rem;
}
.winSP .intro-lead .txt {
  line-height: 1.5;
  font-size:14px;
  font-size:1.4rem;
  margin-top: 10px;
}
.winSP .intro-lead .txt p ~ p {margin-top: .5em;}
.winSP .intro-contents {
  margin-top: 10px;
}
.winSP .pack-box .box:nth-child(1),
.winSP .pack-box .box:nth-child(2) {
  width: 100%;
  float: none;
}
.winSP .pack-box .box:nth-child(1)  {
  margin-bottom: 60px;
}
.winSP .pack-box .box:nth-child(1):after {
  width: 28px;
  height: 44px;
  top: auto;
  bottom:-55px;
  right: auto;
  left: 50%;
  margin-left: -14px;
}
.winSP .pack-box .box:nth-child(1) .wrap{
  padding: 3% 10px;
}
.winSP .pack-box .movie-area .standard,
.winSP .pack-box .movie-area .movie-box {
  width: 100%;
  float: none;
}

.winSP .pack-box .movie-area .standard {
  text-align: center;
}
.winSP .pack-box .movie-area .movie-box {
  margin-top: 10px;
}
.winSP .full-pack {
  padding-left: 10px;
}
.winSP .premium-pack {
  padding: 10px;
}
.winSP .premium-pack_box {
  margin-top: 10px;
  padding-left: 10px;
}

.winSP .premium-pack_box .button-list {
  margin-top: 10px;
}


/*=====================================*/
/* problem */
/*=====================================*/
.winSP .problem-box {
  -webkit-background-size: auto 100%;
       -o-background-size: auto 100%;
          background-size: auto 100%;

}

.winSP .problem-box.YEL {
  padding-bottom:30px;
  padding-top: 50px;
}
.problem-box.YEL .inner {
  margin-top: -20px;
}
.winSP .problem-box.BLU {
  padding-top: 30px;
}
.winSP .problem-txt {
  position: relative;
  width: 68%;
  top: auto;
  left: 0;
  font-size:14px;
  font-size:1.4rem;
  margin-top: -49%;
}
.winSP .problem-chatc {
  margin-top: 20px;
}


/*=====================================*/
/* feature */
/*=====================================*/
.winSP .feature-catch {
  font-size:18px;
  font-size:1.8rem;
}
.winSP .feature-catch-area .ttl {margin-top: 12px;}
.winSP .feature-catch-area li {
  font-size:14px;
  font-size:1.4rem;
  margin-top: 8px;
  text-align: left;
}
.winSP .feature-catch-area .btn-stage {
  margin-top: 12px;
}
.winSP .feature-flow {
  margin-top: 10px;
}
.winSP .feat-merit {
  margin-top: 20px;
}
.winSP .feat-merit dd {
  display: block;
}
.winSP .feat-merit .box {
  display: block;
  padding-left: 0;
}
.winSP .feat-merit .box:nth-child(1),
.winSP .feat-merit .box:nth-child(2),
.winSP .feat-merit .box:nth-child(3) {
  width:  100%;
}
.winSP .button-list.feature {
  margin: 20px auto 0;
  width: 80%;
}
.winSP .button-list.feature li {
  width: 100%;
  margin-left:  0;
}
.winSP .button-list.feature li ~ li {
  margin-top:  5px;
}

.winSP .feature-price {
    margin-top: 15px;
}
.winSP .feature-price .box {
    padding: 10px;
    position: relative;
    padding-bottom: 74px;
}
.winSP .feature-price .txt {
  padding:  3px 10px;
}
.winSP .feature-price .btn {
  position: absolute;
  bottom:10px;
  left: 2.5%;
  width: 95%;
  float: none!important;
}
.winSP .feature-price .boxL .ttl {
  font-size:20px;
  font-size:2.0rem;
  float: none;
  width: 100%;
}
.winSP .feature-price .boxL .ttl span {
  font-size:16px;
  font-size:1.6rem;
}
.winSP .feature-price .boxL .button.line span {
  font-size:20px;
  font-size:2.0rem;
}
.winSP .feature-price .boxL .txt {
  margin-top: 5px;
}
.winSP .feature-price .boxM .ttl {
  font-size:18px;
  font-size:1.8rem;
  float: none;
  width: 100%;
}
.winSP .feature-price .boxM .ttl span {
  font-size:13px;
  font-size:1.3rem;
}
.winSP .feature-price .boxM .button.line span {
}
.winSP .feature-price .boxM .btn {
  float: none;
  width: 70%;
  left: 15%;
}
.winSP .feature-price .boxM .txt {
  float: none;
  width: 100%;
  margin-top: 5px;
}
.winSP .feat-txt {
  margin-top: 15px;
}


/*=====================================*/
/* add */
/*=====================================*/
.winSP #shiho-addition .subttl {
  font-size:18px;
  font-size:1.8rem;
}
.winSP #shiho-addition .subttl .fntS {
  font-size:12px;
  font-size:1.2rem;
  display: block;
}
.winSP #shiho-addition .subttl + p {
  margin-top: 10px;
}
.winSP .add-point .box {
  width: 100%;
  margin-top: 20px;
}
.winSP .add-point .box:nth-child(1),
.winSP .add-point .box:nth-child(2) {
  float: none;
}
.winSP .add-point_img {
  margin: 10px 0;
}


.winSP .add-price {
    margin-top: 15px;
}
.winSP .add-price .box {
    padding: 10px;
    position: relative;
    padding-bottom: 74px;
}
.winSP .add-price .txt {
  padding:  3px 10px;
}
.winSP .add-price .btn {
  position: absolute;
  bottom:10px;
  left: 2.5%;
  width: 95%;
  float: none!important;
}
.winSP .add-price .boxL .ttl {
  font-size:20px;
  font-size:2.0rem;
  float: none;
  width: 100%;
}
.winSP .add-price .boxL .ttl span {
  font-size:16px;
  font-size:1.6rem;
}
.winSP .add-price .boxL .ttl .gold {
  font-size:24px;
  font-size:2.4rem;
}
.winSP .add-price .boxL .button.line span {
  font-size:20px;
  font-size:2.0rem;
}
.winSP .add-price .boxL .txt {
  margin-top: 5px;
}
.winSP .add-price .boxM .ttl {
  font-size:18px;
  font-size:1.8rem;
  float: none;
  width: 100%;
}
.winSP .add-price .boxM .ttl span {
  font-size:13px;
  font-size:1.3rem;
}
.winSP .add-price .ttl .yen {
  margin-left: .5em!important;
}
.winSP .add-price .boxM .button.line span {
}
.winSP .add-price .boxM .btn {
  float: none;
  width: 70%;
  left: 15%;
}
.winSP .add-price .boxM .txt {
  float: none;
  width: 100%;
  margin-top: 5px;
}

/*=====================================*/
/* teach */
/*=====================================*/
.winSP .teach-profile {
  margin-top: 20px;
}
.winSP .teach-profile .thum,
.winSP .teach-profile .txt {
  float: none;
  width: 100%;
}
.winSP .teach-profile .thum {
  text-align: center;
}
.winSP .teach-profile .tx {
  font-size:13px;
  font-size: 1.3rem;

}
.winSP .teach-profile .name-box {
  font-size:16px;
  font-size: 1.6rem;
  margin-top: 8px;
}
.winSP .teach-profile .name-box .name strong {
  font-size:28px;
  font-size: 2.8rem;
}
.winSP .teach-profile .name-box .name strong span {
  font-size:14px;
  font-size: 1.4rem;
}

.winSP .teach-section {
  margin-top: 30px;
}
.winSP .teach-ttl{
  background: #7E8FB4;
  padding: 8px;
  font-size:16px;
  font-size: 1.6rem;
}

.winSP .teach-section .covers {
  padding: 15px 8px;
  font-size:14px;
  font-size: 1.4rem;
}
.winSP .teach-section .book-box {
  margin-top: 10px;
  zoom:1;
}
.winSP .teach-section .book-box ~ .book-box {
  margin-top: 30px;
}
.winSP .teach-section .book-box .teach-subtimtl {
  padding: 5px 8px;
}
.winSP .teach-section .book-box .book-box_data,
.winSP .teach-section .book-box .book-box_txt {
  float: none;
  width: 100%;
}

.winSP .teach-section .book-box .book-cathc dt {
  margin-top: 1em;
  margin-left: -.5em;
  font-weight: bold;
}

.winSP .teach-section .book-box .book-name {
  font-size:18px;
  font-size: 1.8rem;
  margin-top: 8px;
}
.winSP .teach-section .book-box .book-name span {
  font-size:12px;
  font-size: 1.2rem;
}
.winSP .teach-section .btn-stage {
  margin-top: 30px;
}

.winSP .teach-section .btn.textbook {
  float: right;
    width:  100%;
    margin-top: 20px;
}

/*=====================================*/
/* webmerit */
/*=====================================*/
.winSP .webmerit-study .night,
.winSP .webmerit-study .day {
  padding-left: 0;
  background: none;
  width: 100%;
  display:block;
  min-height: 0;
}
.winSP .webmerit-study dt{
  font-size:18px;
  font-size: 1.8rem;
  font-weight: bold;
  min-height: 0;
  line-height: 1.3;
}
.winSP .webmerit-study dd{
  font-size:14px;
  font-size: 1.4rem;
}
.winSP .webmerit-study .day {
  margin-left: 0;
  margin-top: 15px;
}

.winSP .webmerit-notice {
  margin-top: 30px;
}
.winSP .webmerit-feature{
  float: none;
  width: 100%;
  padding:10px;
}
.winSP .webmerit-feature .box {
  padding:8px;
}
.winSP .webmerit-feature .box ~ .box {
  margin-top: 12px;
}

.winSP .webmerit-feature .ttl {
  font-size:16px;
  font-size: 1.6rem;
}
.winSP .webmerit-feature .txt{
  font-size:14px;
  font-size: 1.4rem;

}
.winSP .webmerit-feature .box:nth-child(2) .txt {
  width: 100%;
}
.winSP .webmerit-feature .type {
  width: 102%;
  position: static;
  display: table;
  word-spacing: -1em;
  margin-left: -2%;
  margin-top: 8px;
}
.winSP .webmerit-feature .type li {
  margin-left: 2%;
  width: 48%;
  display: inline-block;
  word-spacing: normal;
  vertical-align: top;
}
.winSP .webmerit-feature .type li ~ li {
  margin-top: 0;
}
.winSP .webmerit-feature .type li:nth-child(n+3) {
  margin-top: 5px;
}
.winSP .webmerit-feature .box:nth-child(2) .caution {
  margin-top: 8px;
}

.winSP .webmerit-feature .box:nth-child(2) .caution li ~li {
  margin-top: 0;
}
.winSP .webmerit-exp {
  float: none;
  width: 100%;
  margin-top: 15px;
}

.winSP .wprice {
  margin-top: 20px;
  display: block;
  width: 100%;
  padding: 10px;
}

.winSP .wprice .item-name,
.winSP .wprice .btn {
  display: block;
}
.winSP .wprice .btn {
  padding: 0!important;
  width: 100%;
  margin-top: 5px;
}

.winSP .wprice .item-name {
  font-size:22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: left;
}
.winSP .wprice .item-name span {
  font-size:16px;
  font-size: 1.6rem;
  margin-left: 0;
  display: block;
}

.winSP .preferential-box {
  border: #1d376b 3px solid;
  margin-top: 30px;
  padding-bottom: 20px;
}

.winSP .preferential-box .preferential-ttl {
  font-size:16px;
  font-size: 1.6rem;
  padding: 8px;
}
.winSP .preferential-box .preferential-ttl strong {
  font-size:26px;
  font-size: 2.6rem;
}
.winSP .preferential-box .box {
  margin-top: 20px;
  padding: 0 8px;
}
.winSP .preferential-box .box ~ .box {
  margin-top: 30px;
}
.winSP .preferential-box .ttl-box {
  padding: 12px 10px 12px 45px;
  min-height: 0;
}
.winSP .preferential-box .ttl-box .ico-num {
  top: 8px;
  left: 8px;
  -webkit-box-shadow: 0 0 0 3px;
          box-shadow: 0 0 0 3px #35337b;
  width: 28px;
  height: 28px;
  font-size:16px;
  font-size: 1.6rem;
  line-height: 22px;
}
.winSP .preferential-box .ttl-box .ttl {
  font-size:16px;
  font-size: 1.6rem;
}

.winSP .preferential-box .ttl-box + .txt {
  padding: 10px 0;
  font-size:14px;
  font-size: 1.4rem;
}

.winSP .preferential-box .notice {
  position: relative;
  padding-left: 0;
  margin: 0;
  padding-top: 2.8em;
}
.winSP .preferential-box .notice .ttl {
  background: #e60012;
  position: absolute;
  left: 0;
  top: 0;
  font-size:16px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
  width: 45%;
  padding: 5px 20px;
  height: auto;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  margin-top: 0;
}
.winSP .preferential-box .notice .caution li {
  font-size:14px;
  font-size: 1.4rem;
  font-weight: normal;
  }
.winSP .preferential-box .notice .caution li ~ li {
  margin-top: 0;
}


/*=====================================*/
/* faq */
/*=====================================*/
.winSP #shiho-faq {
  padding: 20px 0 30px;
  border-top-width: 5px;
}
.winSP #shiho-faq h3.title {
  font-size: 24px;
  font-size: 2.4rem;
}

.winSP .faq-list {
  margin-top: 20px;
}


.winSP .faq-list dt {
  padding: 8px 64px 8px 24px;
  font-size: 15px;
  font-size: 1.5rem;
}

.winSP .faq-list dt i {
  width: 20px;
  height: 20px;
  top: 6px;
  left: 0px;
}
.winSP .faq-list dt:after {
  -webkit-background-size: auto 14px;
       -o-background-size: auto 14px;
          background-size: auto 14px;
  width: 54px;
  height: 14px;
  top: 10px;
  right: 0px;}

.winSP .faq-list dd {
  font-size: 13px;
  font-size: 1.3rem;
}

.winSP .faq-list dd i {
  width: 20px;
  height: 20px;
    top: 14px;
    left: 5px;
}
.winSP .faq-list dd .txt {
  margin: 8px 0 15px;
  padding: 9px 10px 10px 32px;
  background-color: #edf0f5;
  color: #004384;
}


/*=====================================*/
/* apply-flow */
/*=====================================*/
.winSP .apply-flow .flow {
  display: block;
  width: 100%;
  margin-left: 0;
  font-size: 15px;
  font-size: 1.5rem;
}
.winSP .apply-flow .flow > li {
  display: block;
  border: #333 1px solid;
  padding: 10px 90px 10px 10px;
  width: 100%;
  margin-left:0;
  background-position: right top 10px;
  -webkit-background-size: auto 58px;
       -o-background-size: auto 58px;
          background-size: auto 58px;
}
.winSP .apply-flow .flow > li ~ li {margin-top: 10px;}
.winSP .apply-flow .flow .ttl {
  margin-right: -10px;
  margin-bottom: 10px;

}
.winSP .apply-flow .flow .ttl img {
  width: auto;
  height: 30px;
}
.winSP .apply-flow .flow p ~ p {
  margin-top: .5em;
}
.winSP .apply-flow .flow .caution li {
  margin-top: 0;
}
.winSP .apply-flow .flow .caution.colRED {
  font-size: 12px!important;
  font-size: 1.2rem!important;
}
.winSP .apply-flow .flow > li:nth-child(2) .ib + p {
  margin-top: .5em;
}
.winSP .apply-flow .flow > li:nth-child(3) {
  padding-right: 60px;
}
.winSP .apply-notes {
  font-size: 12px;
  font-size: 1.2rem;
}

/*=====================================*/
/*=====================================*/
/*=====================================*/
/*=====================================*/
/*=====================================*/
/*=====================================*/
/*=====================================*/
/*=====================================*/
/*=====================================*/
/* stage.html */
/*=====================================*/
.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 #shiho-stage .inner {
  max-width: auto;
  min-width: 0;
}
.winSP #shiho-stage .section {
  font-size: 16px;
  font-size: 1.6rem;
}
.winSP #shiho-stage .button-box {
  margin: 30px auto 0;
}
.winSP #shiho-stage .button.line {
  padding-top: 12px;
  padding-bottom: 12px;
}
.winSP #shiho-stage .button.line span {
  font-size: 16px;
  font-size: 1.6rem;
}
/*=====================================*/
/* メインエリア */
/*=====================================*/
.winSP #shiho-stage .main-area {
  height: auto;
}
.winSP #shiho-stage .main-wrap .inner,
.winSP #shiho-stage .main-area .inner {
  height: auto;
}
.winSP #shiho-stage .main-wrap .inner {
  height: 0;
}
.winSP #shiho-stage .main-area .title {
  margin: 0 auto;
}

.winSP #shiho-stage .main-area .title img {
  max-width: none;
  position: static;
  width:100%;
  margin-left: 0;
}
/*=====================================*/
/* アンカーナビ */
/*=====================================*/
.winSP #shiho-stage .main-area .anchor-area {
  position: relative;
  top: auto;
  padding-bottom: 5px;
  z-index: 5;
}
.winSP #shiho-stage .main-area .anchor-nav {
  width: 102.333333%;
  margin-left: -3%;
}
.winSP #shiho-stage .main-area .anchor-nav:after {
  display: none;
}
.winSP #shiho-stage .main-area .anchor-nav li {
  display: inline-block;
  width: 31.333333%;
   border-right: none;
   vertical-align: middle;
   margin-left: 2%;
}

.winSP #shiho-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 #shiho-stage .main-area .anchor-nav li:first-child {
  border-left: none;
}
.winSP #shiho-stage .main-wrap .ico-saiba {
  display: none;
  }
/*=====================================*/
/* stage1 */
/*=====================================*/
.winSP #shiho-stage .movie-wrap {
  border: #313131 6px solid;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  width: 100%;
  margin: 16px auto 0;
}
.winSP #shiho-stage .movie-wrap + p {
  margin-top: 15px;
}
.winSP #shiho-stage #stage1 .button-box {
  width: 100%;
}
.winSP #shiho-stage .viwe-btn-box {
  margin-top: 20px;
}
.winSP #shiho-stage #experience .btn{margin-top: 20px;}
.winSP #shiho-stage #experience .title-bar {
  padding: 15px 0;
    font-size: 20px;
    font-size: 2.0rem;
}
.winSP #shiho-stage #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 .bnr {
  margin-top: 10px;
}
.winSP .bnr-web_box .bnr a {
  width: 100%;
  text-align: center;
}
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/* 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 .main-area {
  height: 540px;
}

.isDeviceTB .main-area .title img {
  width: 1400px;
  margin-left: -700px;
}
.isDeviceTB .main-area .btn-faq {top: 34px;}
.isDeviceTB .add-price .boxM .ttl span.yen {margin-left: 0;}
.isDeviceTB .webmerit-study .night,
.isDeviceTB .webmerit-study .day {
  padding-left: 0;
  background: none;
}

.isDeviceTB .webmerit-feature .box:nth-child(2) .txt {
  width: 100%;
}
.isDeviceTB .webmerit-feature .type {
  width: 102%;
  position: static;
  display: table;
  word-spacing: -1em;
  margin-left: -2%;
  margin-top: 8px;
}
.isDeviceTB .webmerit-feature .type li {
  margin-left: 2%;
  width: 48%;
  display: inline-block;
  word-spacing: normal;
  vertical-align: top;
}
.isDeviceTB .webmerit-feature .type li ~ li {
  margin-top: 0;
}
.isDeviceTB .webmerit-feature .type li:nth-child(n+3) {
  margin-top: 5px;
}
.isDeviceTB .wprice .btn {
  width: 32%;
}
.isDeviceTB .apply-flow .flow {
  font-size: 14px;
  font-size: 1.4rem;
}
.isDeviceTB .apply-flow .flow > li {
  padding-bottom: 100px;
  background-position: center bottom;
  -webkit-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
}
.isDeviceTB .apply-flow .flow .fontL,
.isDeviceTB .apply-notes {
  font-size: 12px!important;
  font-size: 1.2rem!important;
}

.isDeviceTB .problem-txt {
    top: 26%;
    font-size: 12px;
    font-size: 1.2rem;
}
/*=====================================*/
/*=====================================*/
/*=====================================*/
/*=====================================*/
/*=====================================*/
/*=====================================*/
/*=====================================*/
/*=====================================*/
/*=====================================*/
/* stage.html */
/*=====================================*/
.isDeviceTB #shiho-stage .inner {
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.isDeviceTB #shiho-stage .button.line span {
  font-size: 18px;
  font-size: 1.8rem;
}
/*.isDeviceTB .title-bar .stage {
  display: block;
  margin-right: 0;
    font-size: 18px;
    font-size: 1.8rem;
}
.isDeviceTB .title-bar .stage span {
    font-size: 28px;
    font-size: 2.8rem;
}
 .isDeviceTB .title-bar .min {
    font-size: 16px;
    font-size: 1.6rem;
}
.isDeviceTB #shiho-stage .inner {
  max-width: auto;
  min-width: 0;
}
.isDeviceTB #shiho-stage .section {
  font-size: 16px;
  font-size: 1.6rem;
}
.isDeviceTB #shiho-stage .button-box {
  margin: 30px auto 0;
}
.isDeviceTB #shiho-stage .button.line {
  padding-top: 12px;
  padding-bottom: 12px;
}
.isDeviceTB #shiho-stage .button.line span {
  font-size: 16px;
  font-size: 1.6rem;
} */
/*=====================================*/
/* メインエリア */
/*=====================================*/
.isDeviceTB #shiho-stage .main-area {
  border-bottom: #000c1c 5px solid;
  height: 540px;
  overflow: hidden;
}
.isDeviceTB #shiho-stage .main-wrap .inner,
.isDeviceTB #shiho-stage .main-area .inner {
  position: relative;
  height: 535px;
}
.isDeviceTB #shiho-stage .main-area {
  height: 540px;
}


.isDeviceTB #shiho-stage .main-area .title img {
  width: 1400px;
  margin-left: -700px;
}
.isDeviceTB #shiho-stage .main-area a {
  display: inline-block;
}
/*=====================================*/
/* アンカーナビ */
/*=====================================*/
.isDeviceTB #shiho-stage .main-area .anchor-area {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
}
.isDeviceTB #shiho-stage .main-wrap .inner {
  height: 0;
}
.isDeviceTB #shiho-stage .main-wrap .ico-saiba {
  position: absolute;
  bottom: -22px;
  right: 0;
  width: 160px;
  z-index: 3;
}
.isDeviceTB #shiho-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%;
}