@charset "utf-8";

#contents .inner {
  width: 1024px;
  max-width: 100%;
}

.fontXL {
	font-size: 24px;
	font-size: 2.4rem;
}

.fontXXL {
	font-size: 36px;
	font-size: 3.6rem;
}
.winSP .fontXXL {
	font-size: 30px;
	font-size: 3.0rem;
}

#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;
}
.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/ico_calendar.png);
}
.button.ico-pdf span:before {
  background-image: url(./image/2017/ico_pdf.png);
}
.button.ico-book span:before {
  background-image: url(./image/2017/ico_book.png);
}
.button.ico-mv span:before {
  background-image: url(./image/2017/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;}

/*=====================================*/
/*content 共通*/
/*=====================================*/
.sec-ttl {
  padding: 25px 0;
  text-align: center;
}
.sec-ttl > span {
  color: #199013;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: bold;
}
.sec-txt {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 30px 0;
}
.sec-bg {
  background: #f3ffdd;
}
.pc_br {
  display: block;
}
.sp_br {
  display: none;
}
.btnPNK {
  display: block;
  border: none;
  color: #FFF !important;
  text-align: center;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  background: #cb1515;
  box-shadow: 2px 6px 3px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 6px 3px -3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 6px 3px -3px rgba(0, 0, 0, 0.3);
}
.btnPNK:hover,
.btnZoom:hover {
  text-decoration: none;
}

.btnZoom {
  display: inline-block;
  border: #d12828 1px solid;
  color: #FFF!important;
  text-align: center;
  padding: 13px 50px 12px 75px;
  position: relative;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  background: #172f59;
  border: 2px solid #5d6e8b;
  box-shadow: none;
}
.btnZoom:hover {
  text-decoration: none;
}
.btnZoom:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  left: 25px;
  font-family: iconset;
  z-index: 2;
  font-weight: normal;
  line-height: 1;
  background: url(./image/2017/ico_zoom.png);
  width: 48px;
  height: 48px;
  margin-top: -24px;
}


.winSP .btnZoom {
  padding: 12px 0px 12px 10px;
}
.winSP .btnZoom:before {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  top: 50%;
  left: 50px;
  margin-top: -12px;
}

.winTB .btnZoom {
  padding: 13px 50px 12px 75px;
}
.winTB .btnZoom:before {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  top: 50%;
  left: 50px;
  margin-top: -12px;
}

.button:hover {
  opacity: .6;
}

.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/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.sub {
  background: #6aa868;
  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/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;
}

sup{
  vertical-align:top;
}

.notes_info02{
  background:#de0000;
  width:800px;
  max-width:100%;
  margin:0 auto;
  padding:1px;
  text-align:center;
  color:#fff;
  font-size:24px;
  font-size:2.4rem;
}
.notes_info02 h5{
  padding:1%;
}
.notes_info02 p{
  background:#fff;
  padding:3% 5%;
  color:#000;
}
.notes_info02 a{
  color:#de0000;
  text-decoration:underline;
}

/*=====================================*/
/* メインエリア */
/*=====================================*/
.main-area {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: 10px solid #6eb92b;
  margin-bottom: 2px;
}
.main-area .inner {
  position: relative;
  padding: 0;
}
.main-area .title {
  margin: 0 auto;
  width: 157%;
  max-width: 1600px;
  position:relative;
  left: -28.5%;
}
.main-area .title img {
	display:inline-block;
}
.main-area .btn_oms {
  position:absolute;
  top: 63%;
  left: 50%;
  width: 35%;
}
.main-area .btn_oms .btnPNK {
  display:block;
  width: 100%;
  height: 3em;
  position:relative;
}
.main-area .btnPNK span{
  display:inline-block;
  width: 100%;
  position:absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.main-area .btnPNK:after{
    content: "\e901";
  font-family: iconset;
  font-size:22px;
  font-size:2.2rem;
  display:inline-block;
  position:absolute;
   top: 50%;
   right: 5%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}



.main-area .btn_faq{
	display:block;
	width: 15%;
	position: absolute;
	top: 1%;
	left: 86%;
}
.main-area .btn_faq a{
	display:block;
	width:100%;
	height:2.5em;
	margin:0 auto;
	background:#537bc0;
	border:1px solid #b0c9f5;
	box-shadow: 0 0 0 1px #537bc0;
	font-size:12px;
	font-size:1.2rem;
	border-radius:3px;
	position:relative;
	text-align: center;
}
.main-area .btn_faq a:hover{
	background:#314973;
	box-shadow: 0 0 0 1px #314973;
}
.main-area .btn_faq a:after{
	position: absolute;
	display:inline-block;
	content:"\3009";
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#fff;
}
.main-area .btn_faq a span{
	position: absolute;
	display:inline-block;
	width:calc(100% - 2px);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color:#fff;
}

/*=====================================*/
/* アンカーナビ */
/*=====================================*/
.main-area .anchor-area {
  position: absolute;
  bottom: -1.5%;
  left: 0;
  width: 100%;
  padding: 8px 0 0;
}
.main-area .anchor-area .inner {
    width: 100% !important;
    max-width: 1074px !important;
}
.main-area .anchor-nav {
  display: block;
  width: 100%;
  word-spacing: -1em;
  margin: 10px auto;
  text-align:center;
  min-width: 100%;
}
.main-area .anchor-nav li {
  display: inline-block;
  width:calc((100% - 1.5%) / 4);
  vertical-align:bottom;
}
.main-area .anchor-nav li:not(:last-child) {
  margin-right:0.5%;
}
.main-area .anchor-nav li a {
  display: block;
  background:#6eb92b;
  height:6em;
  color:#000;
  border-radius:5px;
  position:relative;
}
.main-area .anchor-nav li a:hover {
  background:#a8ef69;
}
.main-area .anchor-nav li a:after {
  display:inline-block;
  content:"";
  width:15px;
  height:15px;
  background:url(/dokugaku/fp/image/2020/1q_img_arr01.png)no-repeat left top/contain;
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.main-area .anchor-nav li a > span{
  display:inline-block;
  width:100%;
  font-weight:bold;
  font-size:16px;
  font-size:1.6rem;
  text-shadow:#d5ecc0 0 1px 2px;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.main-area .anchor-nav li a .fontS{
  font-weight:bold;
}
.main-area .anchor-nav li a .sub{
  display:block;
  font-weight:bold;
  font-size:12px;
  font-size:1.2rem;
  color:#00079e;
  text-shadow:none;
}


/*=====================================*/
/* item-section*/
/*=====================================*/
.item-section h2 span{
  font-size:60px;
  font-size:6rem;
  color:#172f59;
}
.item-lead {
  color: #199013;
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
}
.txt-box-lead {
  color: #199013;
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 25px;
}
.item-lead span {
  display: inline-block;
  padding: 10px;
  color: #199013;
  font-weight: bold;
  position:relative;
}
.item-lead span:before {
    position: absolute;
    height: 93px;
    content: "";
    top: -14px;
    left: -1%;
    border-left: 2px solid #4c8100;
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}
.item-lead span:after {
  position:absolute;
  height:93px;
  content:"";
  top:-14px;
  right:-1%;
  border-left:2px solid #4c8100;
  -ms-transform:rotate(35deg);
  -webkit-transform:rotate(35deg);
  transform:rotate(35deg);
}
.item-section .txt-box {
  width: 52%;
  float: left;
}
.item-section .photo-box {
  width: 40%;
  float: right;
}
.item-section .lecture-box {
  width: 46%;
  float: right;
} 
.item-section .ttl span{
  font-size:40px;
  font-size:4rem;
  letter-spacing:-0.05em;
  font-weight:bold;
}
.item-section .udl_p{
	background:linear-gradient(transparent 60%, #fea5c1 0%, #fea5c1 80%, transparent 0%);
}
.item-section .photo-box.box-bottom {
  float: left;
  width: 36%;
  margin-left: 10%;
}
.item-section .arrow {
  margin: 20px auto;
  text-align: center;
}


/*=====================================*/
/* webmerit */
/*=====================================*/
#webmerit {
  background: url(./image/2018/1q_bg_webmerit.png) top left repeat;
}
#webmerit .webschool p{
	text-align:center;
}
#webmerit .webschool .img_box{
	position:relative;
}
#webmerit .webschool .img_box .btn_spec{
	position:absolute;
	display:inline-block;
	left:7%;
	bottom:6%;
}

/*.webmerit-study {
  border-top: 3px solid #437c0d;
  padding-top: 30px;
  margin-top: 45px;
}
.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/1q_sec01_img03.png);
}
.webmerit-study .night dt {
  color: #2a6fb1;
}
.webmerit-study .day {
  background-image: url(./image/2017/1q_sec01_img04.png);
  margin-left: 3%;
}
.webmerit-study .day dt {
  color: #e53a3a;
}

.webmerit-notice {
  margin-top: 30px;
  background: url(./image/2017/1q_bg_video.gif) repeat 0 0;
  padding: 20px;
}
.webmerit-feature {
  float: right;
  width: 56%;
}
.webmerit-feature .box {
  background: #FFF;
  padding: 15px;
  position: relative;
}
.webmerit-feature .box ~ .box {
  margin-top: 10px;
}

.webmerit-feature .ttl {
  color: #646459;
  font-weight: bold;
  font-size:18px;
  font-size: 1.8rem;
}
.webmerit-feature .txt{
  font-size:14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.webmerit-feature .box:nth-child(1) {
  position: relative;
}
.webmerit-feature .box:nth-child(1) .txt {
  width: 68%;
}
.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: 2px;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
}
.webmerit-feature .type li ~ li {
  margin-top: 3px;
}
.webmerit-feature .box:nth-child(3) .caution {
  margin-top: 8px;
}

.webmerit-feature .box:nth-child(3) .caution li ~li {
  margin-top: 0;
}
.webmerit-exp {
  float: left;
  width: 42%;
}
.webmerit-exp dl {
  margin-top: 8px;
}
.webmerit-exp .btn {
  padding: 0!important;
  margin: 20px 0 5px;
}
.webmerit-exp .btn + p {
  text-align: right;
}
.webmerit-feature .caution {
  margin-top: 10px;
}
.webmerit-feature .caution li {
  font-size: 10px;
  font-size: 1.0rem;
  margin-top: 0;
}
.webmerit-exp .caution li ~li {
  margin-top: 0;
}
.webmerit-exp .notice {
  margin-top: -17px;
}
.webmerit-exp .color_atte {
    color: #ff000f;
    font-weight: bold;
}
.caution-txt {
  color: #ff0000;
}*/
.movie-download {
	padding-bottom: 30px;
}
.movie-download h3{
  background: #e20011;
  color:#fff;
  font-size:22px;
  font-size:2.2rem;
}
.movie-download .movie-img {
	float: right;
}

.movie-download .btn_app{
    max-width: 208px;
    width: 100%;
    }
.movie-download .btn_app a {
    display: block;
    height: 40px;
    position: relative;
    color: #fff;
    background: linear-gradient(to bottom, #1d376b 0%, #0e192f 100%);
    -webkit-box-shadow: 0 3px 0 #d4d4d4;
    box-shadow: 0 3px 0 #d4d4d4;
    text-align: center;
}
.movie-download .btn_app a:hover {
    background: linear-gradient(to bottom, #111d58 0%, #060e1f 100%);
}
.movie-download .btn_app a:after {
    font-family: iconset!important;
    content: "\e90a";
    display:inline-block;
    position:absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#fff;
}
.movie-download .btn_app a span{
    font-size:14px;
    font-size:1.4rem;
    font-weight:bold;
    width:100%;
    display:inline-block;
    position:absolute;
    top: 50%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width:240px) {
.movie-download .btn_app a span{
    font-size:6vw;
    }
}

.winSP .movie-download h3{
  font-size:4vw;
}
.winSP .movie-download .movie-img {
	float: none;
	margin-bottom: 20px;
}


/*=====================================*/
/* #curriculum */
/*=====================================*/
#curriculum .sec-bg {
  padding-top: 70px;
  padding-bottom: 115px;
}
#curriculum .curriculum-wrap {
  background: #fff;
  border-radius: 2px;
  border: 2px solid #dcdcdc;
  padding: 30px 60px;
}
#curriculum .curriculum-wrap .ttl {
  margin-bottom: 15px;
}
#curriculum .col {
  float: left;
  width: 32.5%;
  margin-left: 0.8%;
}
#curriculum .curriculum-box {
  background: #f8f8e7;
  border: 1px solid #c6c6c6;
  padding: 25px 10px 10px;
  text-align: center;
  min-height: 790px;
}
#curriculum .boxL {
  background: url(./image/2017/ico_plus.png) bottom center no-repeat;
  padding-bottom: 75px;
  margin-bottom: 10px;
}
#curriculum .img {
  margin-bottom: 10px;
}
#curriculum .txt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}



/*=====================================*/
/* #advice */
/*=====================================*/

/*teacher*/
.teacher {
  margin: 40px;
  padding-top: 40px;
}
.teacher .photo {
  float: left;
  width: 25%;
}
.teacher .photo img{
  display:inline-block;
  box-shadow:2px 2px 3px #ccc;
}
.teacher .photo > span{
  display:block;
  background:#199013;
  width:100%;
  max-width:254px;
  border-radius:20px;
  margin:5px auto 0;
  padding:2% 0 1%;
  color:#fff;
  font-weight:bold;
}
.teacher .photo .name{
  font-size:20px;
  font-size:2rem;
  font-weight:bold;
}
.teacher .voice-outer {
  float: right;
  width: 71%;
}

.teacher .voice {
  position: relative;
  background: #fff;
  border: 2px solid #000;
  border-radius: 3px;
  padding: 2%;
}
.teacher .voice:after, .voice:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.teacher .voice:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #fff;
  border-width: 26px 30px 0 0;
  margin-top: -78px;
}
.teacher .voice:before {
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #000;
  border-width: 30px 34px 0 0;
  margin-top: -80px;
}

.winSP .teacher {
  margin: 20px 0 0;
}
.winSP .teacher .photo {
  float: none;
  width: 100%;
  text-align: center;
}
.winSP .teacher .voice-outer {
  float: none;
  width: 100%;
  margin-top: 15%;
}
.winSP .teacher .voice:after, .winSP .teacher .voice:before {
  top: -30px;
  bottom: 100%;
  left: 50%;
}

.winSP .teacher .voice:after {
  border-color: transparent transparent #fff;
  border-width: 0 30px 30px 30px;
  margin-top: 0;
  margin-left: -30px;

}
.winSP .teacher .voice:before {
  border-color: transparent transparent #000;
  border-width: 0 33px 33px 33px;
  margin-top: -3px;
  margin-left: -33px;
}

/*movie_box*/
.movie_box{
  border-top:3px solid #437c0d;
  padding-top:20px;
}
.movie_box h4{
  display:block;
  width:100%;
  position:relative;
}
.movie_box h4 img{
  display:inline-block;
  position:absolute;
  top:0;
  left:0;
}
.movie_box h4 > span{
  font-weight:bold;
  font-size:60px;
  font-size:6rem;
  line-height:1.3;
  color:#199013;
}
.movie_box h4 .sub{
  display:inline-block;
  padding-left:5%;
  font-weight:bold;
  font-size:26px;
  font-size:2.6rem;
  color:#1f2c5c;
}

.movie_box .youtubeRes {
    padding-top: 56.25%;
    position: relative;
    width: 90%;
    margin: 30px auto 0 auto;
}
.movie_box .youtubeRes iframe {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.movie_box .youtubeRes + p{
	width:90%;
	margin:0 auto;
}


.winSP .movie_box h4 img{
  position:relative;
}
.winSP .movie_box h4 > span{
  font-size:7vw;
  letter-spacing:-0.05em
}
.winSP .movie_box h4 .sub{
  padding-left:0;
  font-size:4vw;
}


/*=====================================*/
/* #fp-webmerit */
/*=====================================*/

/*fp-webmerit*/
#fp-webmerit {
  background: #effddc;
}




/*=====================================*/
/* #shien */
/*=====================================*/
#shien {
  margin-bottom: 60px;
}
#shien .title-bar.sub {
  padding-top: 12px;
}

#shien .title-bar.sub strong {
  font-size: 52px;
  font-size: 5.2rem;
}
#shien .title-bar.sub strong.yellow {
    color: #fffd31;
}
#shien .shien-inner {
  width: 690px;
  margin-right: auto;
  margin-left: auto;
}


/*=====================================*/
/*#supoort*/
/*=====================================*/
#supoort {
  margin-top: 30px;
}
#supoort h2{
  font-size:60px;
  font-size:6rem;
  color:#1d376b;
}
#supoort .sec-bg {
  padding-top: 30px;
  padding-bottom: 120px;
}
.support_list {
}
.support_list .color_em {
  color: #993a62;
}
.support_list li {
  margin-bottom: 33px;
  border-bottom: 5px solid #d7e4c6;
}
.support_list_inner {
  border: 1px solid #9f9f9d;
  background: #fff;
}
.support_list .support_ttl_box {
  float: left;
  width: 30%;
  background: #dbedf1;
}
.support_list .support_ttl_box .ttl-sup {
  background: #993a62;
  border-radius: 3px;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  width: 100%;
  color:#fff;
  font-weight:bold;
  font-size:30px;
  font-size:3rem;
}
.support_list .support_ttl_box .img {
  padding-top: 20px;
  text-align: center;
}
.support_list .support_ttl_box .img strong {
  font-size: 18px;
  font-size: 1.8rem;
}
.support_list .support_txt_box {
  float: left;
  width: 70%;
  padding: 35px;
}
.support_list .support_sub_ttl {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  color: #172f59;
  border-bottom: 3px double #364b70;
}
.support_list .support_txt_box .box-inner {
  padding: 25px;
  font-size: 18px;
  font-size: 1.8rem;
}
.support_ttl_box dl {
  padding: 30px 20px;
}
.support_txt_box {
  padding: 10px;
}

.winSP #supoort h2{
  font-size:7vw;
}
.winSP .support_list .support_ttl_box .ttl-sup {
  font-size:8vw;
}

/*=====================================*/
/* course */
/*=====================================*/
.course-ttl {
  background: #ffffec;
  border: 1px solid #bf944e;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #b08f14;
  margin-top: 18px;
}
.course_price {
  padding: 18px 50px 11px;
  background: #9acd98;
  margin-bottom: 10px;
  position:relative;
}
.course_price a {
  color: #0032d3;
}
.course_price .box01 {
  width: 50%;
  margin-bottom: 12px;
}
.course_price .box01 .ttl {
  border-bottom: 1px dotted #fff;
  padding-bottom: 10px;
	margin-bottom: 12px;
	color:#cb1515;
	font-weight:bold;
	font-size:18px;
	font-size:1.8rem;
}
.course_price .box01 .ttl span{
	font-weight:bold;
}
.course_price .box01 .ttl .date{
	color:#0024ff;
}
.course_price .box01 .ttl .date_num{
	font-size:24px;
	font-size:2.4rem;
}
.course_price .box01 .ttl .course{
	font-size:30px;
	font-size:3rem;
	color:#001342;
	line-height:1;
}
.course_price .box01 .ttl .course_name{
	font-size:50px;
	font-size:5rem;
}
.course_price .box01 .ttl .limit{
	font-size:20px;
	font-size:2rem;
	color:#001342;
}

.course_price .box02 {
  display:block;
  font-size: 12px;
  width: 50%;
}
.course_price .indent {
  text-indent: -1em;
  margin-left: 1em;
}
.course_price .course_r {
  width: 45%;
  padding: 15px 8px;
  text-align: center;
  border: 1px dotted #665059;
  border-radius: 3px;
  background: #f5fff6;
  position:absolute;
   top: 50%;
   right:3%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}
.course_price .course_r *{
	font-weight:bold;
}
.course_price .course_r .full_price{
	font-weight:bold;
	color:#008619;
	font-size:16px;
	font-size:1.6rem;
	display:inline-block;
	-webkit-transform:skew(-10deg);
	transform:skew(-10deg);
}
.course_price .course_r .full_price .price{
	font-size:40px;
	font-size:4rem;
}
.course_price .course_r .price_btn{
	display:block;
	width:100%;
}
.course_price .course_r .price_btn a{
	display:block;
	width:80%;
	height:3em;
	margin:0 auto;
	background:#ca1111;
	font-size:20px;
	font-size:2rem;
	position:relative;
}
.course_price .course_r .price_btn a:hover{
	background:#940f0f;
}
.course_price .course_r .price_btn a:after{
	position: absolute;
	display:inline-block;
	content:"\3009";
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#fff;
}
.course_price .course_r .price_btn a span{
	position: absolute;
	display:inline-block;
	width:100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color:#fff;
}




.winSP .course_price .box01 .ttl {
	font-size:4vw;
}
.winSP .course_price .box01 .ttl .date_num{
	font-size:6vw;
}
.winSP .course_price .box01 .ttl .course{
	font-size:6vw;
}
.winSP .course_price .box01 .ttl .course_name{
	font-size:8vw;
}
.winSP .course_price .box01 .ttl .limit{
	font-size:4vw;	
}
.winSP .course_price .course_r {
  position:relative;
  top:0;
  right:0;
    -webkit-transform: translateY(-0%);
    transform: translateY(-0%);
}
.winSP .course_price .course_r .full_price{
	font-size:3vw;
}
.winSP .course_price .course_r .full_price .price{
	font-size:9vw;
}
.winSP .course_price .course_r .price_btn a{
	font-size:5vw;
}


/*=====================================*/
/* faq */
/*=====================================*/
#shiho-faq {
  padding: 30px 0 80px;
  border-top: #20871c 3px solid;
}
#shiho-faq h3.title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
    color: #1c8d17;
}
.faq-list {
  border-bottom: 1px solid #96b384;
  margin-top: 30px;
}
.faq-list dt {
  border-top: 1px solid #96b384;
  position: relative;
  cursor:pointer;
  color: #4c8100;
  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/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/faq_img_close.png);
}*/
.faq-list dd {
  font-size: 14px;
  font-size: 1.4rem;
  border-top: 1px solid #96b384;
  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;
  color: #4c8100;
}

/*=====================================*/
/* apply-flow */
/*=====================================*/
.apply-flow .title-bar {
/*  margin-bottom: 30px;*/
}
.apply-flow .flow {
  display: table;
  width: 102%;
  word-spacing: -1em;
  margin-left: -2%;
  font-size: 18px;
  font-size: 1.8rem;
  color: #2f932a;
}
.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 104px;
       -o-background-size: auto 104px;
          background-size: auto 104px;
}
.apply-flow .flow .ttl {
  margin-right: -10px;
  margin-bottom: 20px;
}
.apply-flow .flow p ~ p {
  margin-top: 1em;
}
.apply-flow .flow > li a {
  font-weight: bold;
}
.apply-flow .flow > li:nth-child(1) {
  background-image: url(./image/2017/flow01_img.png);
}
.apply-flow .flow > li:nth-child(2) {
  background-image: url(./image/2017/flow02_img.png);
}
.apply-flow .flow > li:nth-child(3) {
  background-image: url(./image/2017/flow03_img.png);
  letter-spacing: -1px;
}
.apply-flow .flow > li:nth-child(3) .caution {
  line-height: 1.3;
}
.apply-flow .flow > li:nth-child(4) {
  background-image: url(./image/2017/flow04_img.png);
  background-position: center bottom 30px;
}
.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;
}

.apply-flow .date img{
	vertical-align:bottom;
	display:inline-block;
	margin-right:3%;
}
.apply-flow .date span{
	font-weight:bold;
	color:#20871c;
	line-height:1;
	display:inline-block;
	margin-bottom:10px;
	font-size:22px;
	font-size:2.2rem;
}
.apply-flow .date .date_num{
	font-size:36px;
	font-size:3.6rem;
}

.winSP .apply-flow .date img{
	width:15%;
}
.winSP .apply-flow .date span{
	font-size:4vw;
	margin-bottom:0px;
}
.winSP .apply-flow .date .date_num{
	font-size:6vw;
}

.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 .pc_br {
  display: none;
}
.winSP .sp_br {
  display: block;
}
.winSP .sec-ttl {
  padding: 20px 20px 0;
}
.winSP .sec-ttl img {
  padding-bottom: 10px;
}
.winSP .sec-ttl > span {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.2;
}
.winSP .sec-txt {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px 0;
}


.winSP .button {
  font-size:16px;
  font-size:1.6rem;
}
.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: 13px 18px 12px 15px;
}
.winSP .btnPNK:after {
  right: 2%;
  font-size:3vw;
  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;
  letter-spacing: -0.05em;
}
.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 .inner {
  padding: 0;
}
.winSP .main-area .title {
  margin: 0 auto;
  padding-top: 0;
  max-width: none;
  width: 100%;
  left: 0;
}
.winSP .main-area .title img {
  max-width: none;
  position: static;
  width: 100%;
  margin-left: 0;
}

.winSP .main-area .btn_oms {
  position:absolute;
  width: 80%;
  top: auto;
  bottom: 10vw;
  left: 50%;
  transform:translateX(-50%);
  margin: 0 auto;
}

.winSP .main-area .btnPNK {
  font-size: 3vw;
  padding: 2%;
  width: 100%;
  height:3em;
}

.winSP .main-area .btn_faq{
	width:35%;
	top:2px;
    left: 60%;
}
.winSP .main-area .btn_faq a{
	height:1.6em;
	font-size:3vw;
}
/*=====================================*/
/* アンカーナビ */
/*=====================================*/
.winSP .main-area .anchor-area {
  position: static;
  padding: 8px 3%;
}
.winSP .main-area .anchor-nav {
	width:100%;
}
.winSP .main-area .anchor-nav li {
  display: inline-block;
  width: calc((100% - 1%) / 2);
  margin-bottom: 0.5%;
}
.winSP .main-area .anchor-nav li:not(:last-child){
  margin-right: 0;
}
.winSP .main-area .anchor-nav li:not(:nth-child(2n)){
  margin-right:0.5%;
}
.winSP .main-area .anchor-nav li a {
  margin: 0;
  height: 6.5em;
}

.winSP .main-area .anchor-nav li a span{
  font-size: 3vw !important;
  line-height:1.2;
}
.winSP .main-area .anchor-nav li a .sub{
  font-size: 2.5vw !important;
  margin-bottom:1%;
}


/*=====================================*/
/* #advice */
/*=====================================*/
.winSP .message-area {
  margin-top: 20px;
}
.winSP .message-area dl dt {
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 75%;
}
.winSP .message-area dl dd {
  margin-left: 0;
  float: none;
  padding-top: 6px;
  line-height: 1.7;
}

.winSP .message-ttl {
  font-size: 18px;
  font-size: 1.8rem;
}
.winSP .message-ttl strong {
  font-size: 26px;
  font-size: 2.6rem;
}
.winSP .message-area .sec-txt {
  padding: 0;
}



/*=====================================*/
/*#supoort*/
/*=====================================*/
.winSP #supoort .sec-bg {
  padding-bottom: 10px;
}
.winSP .support_list .support_ttl_box .ttl-sup {
  padding: 8px;
}
.winSP .support_list .support_ttl_box .ttl-sup img {
  width: 40%;
}
.winSP .support_list .support_ttl_box .img img {
  width: 50%;
}
.winSP .support_list .support_ttl_box {
  padding: 0;
  width: 100%;
}
.winSP .support_list .support_txt_box {
  width: 100%;
  border: none;
  min-height: auto;
  padding: 20px;
}
.winSP .support_list .support_txt_box .box-inner {
  width: 100%;
  padding: 10px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.winSP .support_list .support_txt_box .box-inner .fontL{
  font-size: 12px !important;
  font-size: 1.2rem !important;
}
.winSP .support_list .support_sub_ttl {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.4;
}
.winSP .support_ttl_box dl {
  padding: 15px;
  text-align: center;
}


/*=====================================*/
/* 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-exp .notice {
  margin-top: 5px;
}

.winSP .webmerit-feature{
  float: none;
  width: 100%;
  padding-top: 20px;
}
.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(1) .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 #webmerit .webschool p{
	text-align:left;
}
.winSP #webmerit .webschool .img_box .btn_spec{
	position:relative;
	left:0;
	bottom:0;
}
  
.winSP .movie-download .btn_app{
}

/*=====================================*/
/* #curriculum */
/*=====================================*/
.winSP #curriculum .sec-bg {
  padding-top: 0;
  padding-bottom: 20px;
}
.winSP #curriculum .curriculum-box {
  padding: 0;
  min-height: auto;
  border: none;
}
.winSP #curriculum .outer-box {
  padding: 10px;
}
.winSP #curriculum .inner {
  padding: 0;
}
.winSP #curriculum .col {
  float: none;
  width: 100%;
  margin-left: 0;
}
.winSP #curriculum .curriculum-wrap {
  padding: 10px;
  border: none;
}
.winSP #curriculum .curriculum-inner {
  border: 1px solid #c6c6c6;
}
.winSP #curriculum .boxL {
  width: 43.5%;
  float: left;
}
.winSP #curriculum .boxL {
  position: relative;
  margin-right: 5%;
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.winSP #curriculum .boxL:after {
  content: "";
  display: block;
  background: url(./image/2017/ico_plus.png) right center no-repeat;
  padding-bottom: 0;
  padding-right: 10%;
  margin-right: 5%;
  margin-bottom: 0;
  background-size: 30px 30px;
  position: absolute;
  right: -40px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.winSP #curriculum .boxR {
  width: 43.5%;
  float: right;
  padding-top: 25px;
}
.winSP #curriculum .box {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.winSP #curriculum .box img {
  width: 50%;
}
.winSP #curriculum .txt {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}
.winSP #curriculum .box .txt {
  text-align: center;
}


/*=====================================*/
/* item-section*/
/*=====================================*/

.winSP .item-section h2 span{
  font-size:7vw;
}
.winSP .item-section .ttl{
  text-align:center;
}
.winSP .item-section .ttl > span{
  display: inline-block;
  margin:0 auto;
  text-align: left;
}
.winSP .item-section .ttl span{
  font-size:6vw;
}
.winSP .txt-box-lead {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 12px;
}
.winSP .item-lead span:before {
  position: absolute;
  height: 46px;
  content: "";
  top: 3px;
  left: -3px;
  border-left: 1px solid #4c8100;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.winSP .item-lead span:after {
  position:absolute;
  height: 46px;
  content: "";
  top: 3px;
  right: -3px;
  border-left:1px solid #4c8100;
  -ms-transform:rotate(30deg);
  -webkit-transform:rotate(30deg);
  transform:rotate(30deg);
}
.winSP .item-lead {
  font-size: 3.5vw;
  line-height: 1.2;
}
.winSP .item-section .lecture-box {
  width: 88%;
  float: none;
  margin-right: auto;
  margin-left: auto;
}
.winSP .item-section .lecture-box .ttl {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.winSP .item-section .arrow {
  width: 23%;
  margin: 15px auto;
}
.winSP .item-section .txt-box,
.winSP .item-section .photo-box {
  width: 90%;
  float: none;
  margin-right: auto;
  margin-left: auto;
}
.winSP .item-section .photo-box .img {
  padding: 5% 9% 0;
}

/*=====================================*/
/* course */
/*=====================================*/
.winSP .course-ttl {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 8px;
}
.winSP .course_price{
  padding: 15px;
}
.winSP .course_price .box01 {
  float: none;
  width: 100%;
}
.winSP .course_price .box02 {
  float: none;
  width: 100%;
}
.winSP .course_price .indent {
  text-indent: -1em;
  margin-left: 1em;
}
.winSP .course_price .course_r {
  float: none;
  width: 100%;
  padding: 10px;
  margin-top: 0;
}
.winSP .note {
  margin: 10px;
}


/*=====================================*/
/* #shien */
/*=====================================*/
.winSP #shien {
  margin-top: 0;
}
.winSP #shien .title-bar.sub {
  padding-top: 0;
}
.winSP #shien .title-bar.sub strong {
  font-size: 28px;
  font-size: 2.8rem;
}
.winSP #shien .shien-inner {
  width: 100%;
  padding: 0 3.125%
}



/*=====================================*/
/* 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 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;
  color: #4c8100;
}


/*=====================================*/
/* 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: 2% 25% 2% 5%;
  width: 100%;
  margin-left:0;
  background-position: right top 6vw;
  -webkit-background-size: auto 58px;
  background-size: auto 15vw;
}
.winSP .apply-flow .flow > li ~ li {margin-top: 10px;}
.winSP .apply-flow .flow .ttl {
  margin-right: -10px;
  margin-bottom: 10px;
  text-align: left !important;
}
.winSP .apply-flow .flow .ttl img {
  width: auto;
  height: 30px;
}
.winSP .apply-flow .flow p{
  text-align:left;
}
.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{
  width: 100%;
}
.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;
}




/*==========================================================================*/
/* tb*/
/*==========================================================================*/
.winTB .tb_none {
  display: none;
}
.winTB .sec-txt {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px 0;
}

.winTB .button {
  font-size: 14px;
  font-size: 1.4rem;
}
.winTB .button.ico-calendar span,
.winTB .button.ico-pdf span,
.winTB .button.ico-book span {
  padding-left:  30px;
  padding-right:  10px;
}
.winTB .button.ico-calendar span:before,
.winTB .button.ico-pdf span:before,
.winTB .button.ico-book span:before {
  width: 25px;
  height: 25px;
  margin-top: -12px;
  left: 0;
}
.winTB .button-list.feature .button span{
  font-size: 14px;
  font-size: 1.4rem;
}
.winTB .section.inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
/*=====================================*/
/* メインエリア */
/*=====================================*/
.winTB .add-price .boxM .ttl span.yen {margin-left: 0;}
.winTB .webmerit-study .night,
.winTB .webmerit-study .day {
  padding-left: 0;
  background: none;
}

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

.winTB .problem-txt {
    top: 26%;
    font-size: 12px;
    font-size: 1.2rem;
}




/*=====================================*/
/* item-section*/
/*=====================================*/
.winTB .item-lead span {
  font-size: 30px;
  font-size: 3.0rem;
}
.winTB .item-lead span:before {
    top: 4px;
    height: 43px;
}
.winTB .item-lead span:after {
    top: 4px;
    height: 43px;
}


/*=====================================*/
/* #advice */
/*=====================================*/
.winTB .message-area dl dt {
  width: 30%;
  margin-right: 0;
}
.winTB .message-ttl strong {
  font-size: 40px;
  font-size: 4.0rem;
}


/*=====================================*/
/* #curriculum */
/*=====================================*/
.winTB #curriculum .curriculum-wrap {
  padding: 20px;
}

/*=====================================*/
/* course */
/*=====================================*/
.winTB #curriculum .sec-bg {
  padding-bottom: 20px;
}
.winTB .course_price {
  padding: 20px 30px;
}
.winTB .course_price .box01 {
  /* width: 45%; */
}
.winTB .course_price .course_r {
  padding: 10px;
}

/*=====================================*/
/*#supoort*/
/*=====================================*/
.winTB #supoort .sec-bg {
  padding-bottom: 50px;
}
.winTB .support_list .support_txt_box .box-inner {
  padding: 15px 10px 0;
}
.winTB .support_list .support_sub_ttl {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
}
.winTB .support_list .support_txt_box {
  padding: 20px;
}


/*=====================================*/
/* item-section*/
/*=====================================*/
.item-section .txt-wrap {
  width: 85%;
  margin: 0 auto;
  text-align: left;
}
.item-section .txt01 {
  color: #1f2c5c;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}
.winSP .item-section .txt-wrap {
  width: 100%;
}
.winSP .item-section .txt01 {
  font-size: 18px;
  font-size: 1.8rem;
}

/*=====================================*/
/* close_Info */
/*=====================================*/
.close_Text {
	width: 100%;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #eb6101;
	padding: 20px 1%;
	margin-bottom:45px;
}

.close_Text p {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-top:10px;
}

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

/*20190520*/
.announce_text {
    margin: 10px 0 5px;
    font-size: 12px;
    font-size: 1.2rem;
}
.announce_text span {
    color: #ff0000;
}
.apply-flow .announce_text{
	color:#0066cc;
	font-size: 14px;
    font-size: 1.4rem;
}
.apply-flow .announce_text span {
	color:#0066cc;
	font-weight:bold;
}




/*============================
料金カセット改修
============================*/

/*course_price*/
.course_price{
  background: #adebaa;
}
.course_price [class^=box0] {
	margin-top:20px;
	color: #343434;
    width: 48%;
}
.course_price .box01 {
	color: #343434;
	font-weight:bold;
	font-size:18px;
	font-size:1.8rem;
}
.course_price .box01 span{
	font-weight:bold;
}
.course_price .box01 .date {
	color:#001fa6;
}
.course_price .box01 .date_num {
    font-size: 24px;
    font-size: 2.4rem;
}

.course_price .box01 .course{
	color: #343434;
	line-height: 1.5;
	font-size:30px;
	font-size:3rem;
}
.course_price .box01 .course_name {
    font-size: 45px;
    font-size: 4.5rem;
}
.course_price .box01 .course_lank{
	color:#cc0000;
	font-size:50px;
	font-size:5rem;
}

.course_price .box02 {
	padding-top: 20px;
	border-top: 1px dashed #665059;
}

.course_price .box02 .limit{
	font-size:20px;
	font-size:2rem;
	color:#555;	
	font-weight:bold;
}

.course_price .course_r {
    margin-top: 0;
    padding: 0;
    border: none;
    border-radius: unset;
    background: unset;
}
.course_price .course_r .inner_fullpack{
	padding: 15px 0;
	border-radius: 3px;
	background:#fff;
}
.course_price .course_r .full_price{
	color:#ca1111;
}
.course_price .course_r .inner_nopack{
	margin-top:15px;
}

.course_price .course_r .price_btn a{
	background:#ff6600;
}
.course_price .course_r .inner_nopack .price_btn a{
	background:#ff9755;
	font-size:15px;
	font-size:1.5rem;
	letter-spacing:-0.1em;
}
.course_price .course_r .price_btn a:hover{
	background:#b34902;
}
.course_price .course_r .price_btn a:after{
    right: 0%;
}
.course_price .course_r .inner_nopack .price_btn a sup{
	vertical-align:top;
}

.winSP .course_price [class^=box0]  {
	margin-top: 0;
}

.winSP .course_price .box01 {
	font-size:4vw;
}
.winSP .course_price .box01 .date_num{
	font-size:6vw;
}
.winSP .course_price .box01 .course{
	font-size:6vw;
}
.winSP .course_price .box01 .course_name,
.winSP .course_price .box01 .course_lank{
	font-size:9vw;
}

.winSP .course_price .box02 {
    border-top: none;
}

.winSP .course_price .box02{
	text-align:center;
}
.winSP .course_price .box02 .limit{
	font-size:5vw;
}
.winSP .course_price .course_r {
	padding:5px;
}
.winSP .course_price .course_r .inner_nopack .price_btn a{
	font-size:3vw;
}
.winSP .course_price .course_r .full_price .price{
	font-size:9vw;
}
.winSP .course_price .course_r .price_btn a{
	font-size:5vw;
    width: 90%;
}
.isDeviceTB .course_price_ttl {
	margin: 40px 2% 0;
}
.isDeviceTB .course_price {
	margin: 0 2%;
}
.isDeviceTB .course_price .course_r {
	padding: 15px 5px 8px;
}
.isDeviceTB .course_price_check,
.isDeviceTB .note {
	margin: 0 2%;
}