.bodyarea {
  /*width: 980px!important;*/
  width: 100% !important;
  margin: 0 auto !important;
  background: #fff !important;
}
.headerArea {
  max-width: 1160px;
  width: 100%;
  margin: 6px auto 12px !important;
  display: table;
}
.headerArea .manabi_logo {
  display: table-cell;
  vertical-align: middle;
}
.headerArea .period {
  text-align: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  display: table-cell;
  vertical-align: middle;
}
article {
  overflow: hidden;
}
article p, article dl, article dt, article dd, article ul, article li {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
article img {
  vertical-align: bottom;
  height: auto;
}
article a:link, article a:visited {
  color: #0080ec;
  text-decoration: underline;
}
article a:hover, article a:active {
  text-decoration: none;
}
.wrap {
  margin-top: 0;
}
.flex_box {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
a:hover {
  opacity: 0.7;
}
/*a:hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  filter: brightness(105%);
}*/
article .font01 {
  font-family: source-han-sans-cjk-ja, sans-serif;
}
#course .txtimgArea dl dt {
  font-size: 100%;
  ;
}
#course #oe01 .oe01_app_area .recommend_txt {
  width: 240px;
}
#oe01 .txtimgArea .textArea01 .btn02.oe02btn.business {
  top: 175px;
}
#course .mainInner ol li dl dt .flex_box {
  justify-content: flex-start;
}
/* ---------------
  .fv
--------------- */
.fv {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #f1f6fb;
}
.fv h1 {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.fv_sub_area {
  max-width: 1160px;
  margin: 40px auto;
}
.fv_sub_ttl {
  margin-bottom: 10px;
  color: #22517b;
  font-size: 2.9rem;
  font-weight: bold;
  text-align: center;
}
.fv_sub_ttl strong {
  font-size: 130%;
  font-weight: bold;
  color: #f51b35;
}
.fv_sub_txt {
  margin: 0 auto;
  text-align: center;
}
.fv_sub_txt span {
  padding: 5px 20px;
  background-color: #f51b35;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.fv_sub_txt span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 16px solid #f51b35;
  border-bottom: 0;
}
.fv_list_area {
  width: 880px;
  margin: 20px auto 10px;
  padding: 14px 30px;
  border: 1px solid #9f9f9f;
  border-radius: 16px;
}
.fv_list li {
  margin: 14px 0;
  padding-left: 26px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
.fv_list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/ic_check.png") no-repeat center/80%;
  width: 19px;
  height: 19px;
  top: 2px;
  left: 0;
}
.fv_list li .txt_red {
  padding: 0 2px;
  background: linear-gradient(transparent 78%, #fff952 78%);
  color: #ea0a25;
}
.fv_list li small {
  font-size: 80%;
}
.colTwoArea_lead {
  margin: 30px auto 8px;
  color: #f51b35;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
.colTwoArea_lead span {
  position: relative;
}
.colTwoArea_lead span::before, .colTwoArea_lead span::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/deco02.png") no-repeat;
  width: 48px;
  height: 49px;
  left: -50px;
  top: 0;
}
.colTwoArea_lead span::after {
  left: inherit;
  right: -50px;
  transform: scale(-1, 1);
}
#course .colTwoArea {
  margin-top: 5px;
}
.bottom-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.bunner_list {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 980px;
  margin: 30px auto;
}
.bunner_list li {
  width: calc((100% - 30px) / 2);
  margin: 10px 0;
}
.bunner_list li a {
  display: block;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
}
.bunner_list p {
  margin: 10px 0 8px;
  font-size: 1.8rem;
}
/* ---------------
  #detail
--------------- */
#detail {
  width: 100%;
  padding: 0 0 60px;
  background: url("../images/bg_check.png");
}
#detail .detail_head {
  padding: 30px 0;
  margin-bottom: 20px;
  background-color: #262424;
}
#detail .detail_head .flex_box {
  justify-content: flex-start;
  vertical-align: middle;
  align-content: center;
  max-width: 980px;
  margin: 0 auto;
  color: #fff;
}
#detail .detail_lead {
  font-size: 3.0rem;
  padding: 0 70px 0 22px;
  border-left: 5px solid #fff;
}
#detail .detail_term {
  font-size: 2.0rem;
  line-height: 2.2;
}
#detail .inner {
  max-width: 980px;
  margin: 0 auto;
}
/*detail_list*/
#detail dl.detail_list {
  justify-content: flex-start;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
#detail dl.detail_list > dt {
  width: 214px;
  margin-top: 26px;
}
#detail dl.detail_list > dt span {
  display: block;
  background-color: #262424;
  color: #fff;
  padding: 7px;
  text-align: center;
}
#detail dl.detail_list > dd {
  max-width: 715px;
  margin: 26px 0 0 50px;
  padding-top: 6px;
}
#detail dl.detail_list > dd p {
  color: #262424;
  padding-top: 12px;
}
#detail dl.detail_list dd > p:first-of-type {
  padding-top: 6px;
}
#detail dl.detail_list dd > ul {
  padding-left: 14px;
}
#detail dl.detail_list dd > ul li {
  margin-bottom: 10px;
  list-style: disc;
}
#detail dl.detail_list > dd .bold {
  font-size: 108%;
  font-weight: bold;
}
#detail p.anno {
  margin-top: 10px;
}
#summary {
  margin-top: 100px;
}
#summary h2 {
  background: none;
  color: #333;
}
/* 終了日までのカウントダウン
------------------------------------- */
#countdown-unit {
  margin: 0 auto;
  text-align: center;
  font-size: 1.7rem;
  padding: 11px 0 6px;
  background: #f70d44;
  color: #fff;
}
#countdown-unit p {
  display: inline-block;
}
#countdown-unit span {
  font-size: 140%;
  padding-left: 0.2em;
  padding-right: 0.1em;
  display: inline-block;
}
#countdown-unit p.count_end {
  display: inline-block;
  margin: -1px 0 2px;
}
/*---- clearfix ----*/
.clearfix {
  display: block;
  content: "";
  clear: both;
}
/*--- 768px-----------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  body {
    min-width: 100%;
  }
  .bodyarea {
    width: 100% !important;
  }
  .headerArea {
    width: 100%;
    display: block;
  }
  .headerArea .manabi_logo {
    display: block;
  }
  .headerArea .manabi_logo img {
    width: 55%;
    height: auto;
    padding-left: 10px;
  }
  .headerArea .period {
    font-size: 14px;
    text-align: center;
    padding: 8px 20px;
  }
  section {
    padding: 0 10px;
  }
  .flex_box {
    display: block;
  }
  /* ---------------
  .fv
--------------- */
  .fv {
    padding: 0;
  }
  .fv_sub_area {
    margin: 10px auto;
    padding: 0 10px;
  }
  .fv_sub_ttl {
    font-size: 2.0rem;
  }
  .fv_sub_txt span {
    font-size: 2.0rem;
  }
  .fv_list_area {
    width: 100%;
    margin: 20px auto 10px;
    padding: 14px 16px;
  }
  .fv_list li {
    margin: 14px 0;
    font-size: 1.6rem;
  }
  .colTwoArea_lead {
    margin: 30px auto 8px;
    font-size: 2.0rem;
  }
  .colTwoArea_lead span::before, .colTwoArea_lead span::after {
    background: url("../images/deco02.png") no-repeat center/80%;
    left: -50px;
  }
  .colTwoArea_lead span::after {
    left: inherit;
    right: -50px;
  }
  #course h2.title {
    padding: 15px 20px 12px 20px;
  }
  .bottom-inner {
    padding: 0 20px;
  }
  .bunner_list {
    display: block;
    width: 100%;
    margin: 20px auto;
  }
  .bunner_list li {
    width: 100%;
    margin: 20px 0;
  }
  .bunner_list p {
    font-size: 1.6rem;
  }
  /* ---------------
  #detail
--------------- */
  #detail {
    width: 100%;
    margin-top: 40px;
    padding: 0 0 30px;
  }
  #detail .detail_head {
    padding: 25px 30px 10px;
  }
  #detail .detail_lead {
    font-size: 2.0rem;
    padding: 0 70px 0 18px;
  }
  #detail .detail_term {
    font-size: 1.6rem;
  }
  #detail .inner {
    padding: 0 20px;
  }
  /*detail_list*/
  #detail dl.detail_list {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #detail dl.detail_list > dt {
    width: 100%;
    margin-top: 26px;
  }
  #detail dl.detail_list > dd {
    margin: 6px auto 0;
  }
  #detail dl.detail_list dd > ul {
    padding-left: 26px;
  }
  .clearfix::after {
    content: "";
    display: block;
    clear: both;
  }
  /* 終了日までのカウントダウン
------------------------------------- */
  #countdown-unit {
    padding: 0 20px;
  }
}