@charset "utf-8";
/* --------------------------------------
   コンテンツ最大幅1160px（PC）
--------------------------------------*/
.bodyarea {
  width: 100%;
  background-color: #fff;
}
.bodyarea img {
  max-width: 100%;
  height: auto;
}
.bodyarea .pcOnly {
  display: block;
}
.bodyarea .spOnly {
  display: none;
}
/*common*/
#np01 {
  width: 100%;
  margin: 0 auto;
}
#np01 .flex_box {
  display: -webkit-flex;
  display: flex;
 flex-wrap: wrap;
  justify-content: space-between;
}
#np01 .red {
  color: #e5006e;
}
#np01 small {
  font-size: 80%;
}
#np01 #course .maincontents {
  max-width: 1160px;
}
#np01 #course .mainInner {
  padding: 0 40px;
}
#np01 .mainInner ol > li dl dt.head02 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
  padding-left: 14px;
  margin-bottom: 6px;
  position: relative;
}
#np01 .mainInner ol > li dl dt.head02::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #0091db;
  width: 5px;
  height: 26px;
  left: 0px;
  top: 4px;
}
#np01 .mainInner ol > li dl dd.head02_sub {
  font-size: 1.7rem;
  padding-left: 1em;
  margin-bottom: 12px;
}
#np01 .mainInner ol > li dl dd p.head03 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
  padding-left: 10px;
  margin-bottom: 20px;
}
#np01 .mainInner ol > li dl dd p.head03 span {
  font-weight: bold;
  color: #0091db;
}
/*h1*/
#np01 .h1_bg {
  width: 100%;
  background-color: #0091db;
}
#np01 .h1_ribbon {
  width: 1160px;
  margin: 0 auto;
  padding: 25px 20px 30px 265px;
  position: relative;
}
#np01 .h1_ribbon::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../../sv-manabi-np01/images/np01_ribbon.png") no-repeat center;
  width: 212px;
  height: 186px;
  left: 10px;
  top: 0;
  filter: drop-shadow(4px 4px 14px rgba(43, 43, 43, 0.3));
}
#np01 .h1_ribbon img {
  margin-left: -18px;
}
#np01 .h1_ribbon p {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
}
/*characteristicArea*/
#np01 .characteristicArea {
  width: 100%;
  height: 304px;
  margin: 0 auto;
  background: #e1f4f5 url("../../sv-manabi-np01/images/np01_im04.png") no-repeat top 0 left -170px;
}
#np01 .characteristicArea > .flex_box {
  width: 1160px;
  margin: 0 auto;
  padding: 18px 0;
  align-items: center;
}
#np01 .characteristicArea .flex_box .circle {
  display: table;
  width: 175px;
  height: 175px;
  padding: 32px 10px 10px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  border-radius: 50%;
  border: 1px solid #fff;
  filter: drop-shadow(3px 3px 6px rgba(43, 43, 43, 0.2));
}
#np01 .characteristicArea .flex_box .circle p {
  display: table-cell;
  vertical-align: middle;
}
#np01 .characteristicArea .flex_box ul {
  width: 950px;
}
#np01 .characteristicArea .flex_box ul li {
  background-color: #fff;
  text-align: center;
  border-radius: 16px;
  padding: 20px 16px 20px;
}
#np01 .characteristicArea .flex_box ul li:nth-of-type(1) {
  width: 290px;
}
#np01 .characteristicArea .flex_box ul li:nth-of-type(2) {
  width: 380px;
}
#np01 .characteristicArea .flex_box ul li:nth-of-type(3) {
  width: 260px;
}
#np01 .characteristicArea .flex_box ul li dl dt {
  color: #005c9c;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 20px 0 10px;
}
#np01 .characteristicArea .flex_box ul li dl dd {
  font-size: 1.6rem;
  font-weight: bold;
}
#np01 .characteristicArea .flex_box ul li dl dd div.red {
  display: inline;
}
/*colTwoArea*/
#np01 .colTwoArea {
  margin-top: 60px;
}
#np01 .colTwoArea > ul.flex_box {
  align-items: center;
  padding: 10px 40px 8px;
}
#np01 .colTwoArea li.titleBox {
  padding-left: 0;
}
#np01 .colTwoArea li.titleBox02 {
  width: 720px;
  color: #0091db;
  padding: 5px 0 0 20px;
}
#np01 .colTwoArea li.titleBox02 span {
  display: inline;
  padding-top: 0;
  font-size: 3.5rem;
  font-weight: bold;
}
#np01 .colTwoArea .titleBox02_sub {
  font-size: 1.7rem;
  text-align: center;
  padding: 8px 40px;
}
/* cont01 */
#np01 .mainInner ol > li {
  padding: 6px 0;
}
#np01 .mainInner ol > li.cont01 {
  padding: 30px 0 0;
}
#np01 .mainInner ol > li.cont01 > .flex_box {
  padding: 10px 0 20px;
  margin-bottom: 22px;
  border-bottom: 1px solid #66bde9;
  position: relative;
}
#np01 .mainInner ol > li.cont01 > .flex_box::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../../sv-manabi-np01/images/np01_bg01.png") no-repeat bottom 0 center;
  width: 33px;
  height: 13px;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#np01 .mainInner ol > li.cont01 .np01_imgArea01 figure {
  width: 351px;
}
#np01 .mainInner ol > li.cont01 .np01_textArea01 {
  width: 690px;
}
#np01 .mainInner ol > li.cont01 .np01_textArea01 ul li {
  margin: 15px 0;
  border-bottom: 1px solid #66bde9;
  align-items: center;
  padding: 12px 0;
}
#np01 .mainInner ol > li.cont01 .np01_textArea01 ul li:nth-of-type(1) {
  margin-top: 0;
  padding-top: 0;
}
#np01 .mainInner ol > li.cont01 .np01_textArea01 ul li:nth-of-type(3) {
  border-bottom: none;
}
#np01 .mainInner ol > li.cont01 .np01_textArea01 ul li .number {
  width: 77px;
  height: 77px;
  line-height: 77px;
  font-size: 2.8rem;
  text-align: center;
  color: #0091db;
  border: 1px solid #0091db;
  border-radius: 50%;
}
#np01 .mainInner ol > li.cont01 .np01_textArea01 ul li p {
  width: 590px;
  font-size: 1.7rem;
}
/*cont02 table_area*/
#np01 #course ol li.cont02 table th, #np01 #course ol li.cont02 table td {
  border: 1px solid #005c9c;
  padding: 4px 6px;
}
#np01 #course ol li.cont02 table tr.blue th {
  background-color: #005c9c;
  color: #fff;
  font-weight: bold;
  padding: 6px 10px;
  border-right: 1px solid #fff;
}
#np01 #course ol li.cont02 table tr.blue th:last-of-type {
  border-right: 1px solid #005c9c;
}
#np01 #course ol li.cont02 table tr.row th {
  background-color: #dfeefa;
  width: 48px;
}
#np01 #course ol li.cont02 table tr.row td:nth-of-type(1) {
  width: 134px;
  padding: 8px 10px;
  font-weight: bold;
  color: #005c9c;
}
#np01 #course ol li.cont02 table tr.row td:nth-of-type(2) {
  width: 348px;
  padding: 8px 10px;
}
#np01 #course ol li.cont02 table tr.row td .marker {
  background: linear-gradient(transparent 50%, #fff675 50%);
}
#np01 #course ol li.cont02 .anno {
  text-align: right;
  margin-top: 16px;
}
/* cont03 */
#np01 .mainInner ol > li.cont03 {}
#np01 .mainInner ol > li.cont03 > dl > dd {
  background-color: #eeebe4;
  margin: 0 -40px;
  padding: 30px 20px;
}
#np01 .mainInner ol > li.cont03 > dl > dd ul li{
 width:calc(100%/2);
}
#np01 .mainInner ol > li.cont03 > dl > dd ul li dl {
  width: 560px;
}
#np01 .mainInner ol > li.cont03 ul li dl dt {
  font-size: 2.2rem;
  font-weight: bold;
  color: #0091db;
  padding-left: 10px;
}
/*question*/
#np01 #course #question {
  width: 980px;
  margin: 80px auto 40px;
}
#np01 #course #question .otherQA {
  font-size: 1.8rem;
}
/*inquiry*/
#np01 #course .inquiry {
  width: 980px;
  margin: 0 auto;
}
/*btn*/
#np01 .firstBtn, #np01 .secondaryBtn {
  width: 305px;
  margin: auto;
  font-family: heisei-kaku-gothic-std, sans-serif;
}
#np01 .firstBtn a, #np01 .secondaryBtn a {
  display: block;
  margin: 16px auto 20px;
  padding: 22px 20px 20px 28px;
  font-size: 1.9rem;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #ff0000;
  border-radius: 100vh;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
  box-shadow: none;
  position: relative;
}
#np01 .firstBtn a::before, #np01 .secondaryBtn a::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../../common/images/course_nav_btn-ic01.png") no-repeat center center/65%;
  width: 50px;
  height: 50px;
  top: 8px;
  left: 11px;
}
#np01 .firstBtn a::after, #np01 .secondaryBtn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../../common/images/course_nav_btn-ic02.png") no-repeat center center/65%;
  width: 19px;
  height: 22px;
  top: 24px;
  right: 20px;
}
#np01 .firstBtn a:hover, #np01 .secondaryBtn a:hover {
  background-color: #df1818;
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
#np01 .btn_txt {
  color: #ff0000;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  margin: 26px auto -6px;
}
#np01 .btn_txt .pcOnly {
  display: inline;
}
/*#np01.indep-----------------------*/
#np01.indep {}
#wrapper {
  padding: 0 !important;
}
#np01.indep .mainInner ol > li.cont01 > .flex_box {
    border-bottom: none;
}
#np01.indep .mainInner ol > li.cont01 > .flex_box::before {
    display: none;
}
#np01.indep .mainInner ol > li.cont03 {
    padding: 6px 0 0;
}
#np01.indep .mainInner ol > li.cont03 > dl > dd {
    border-radius: 0 0 8px 8px;
}

/* ↓以下SP
-------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* common */
  #course .pcOnly {
    display: none;
  }
  #course .spOnly {
    display: block;
  }
  .mainImg.fmvTop img {
    width: 100%;
    height: auto;
  }
  #np01 img {
    height: auto;
  }
  #np01 .flex_box {
    width: 100%;
    display: block;
  }
  #np01 {
    margin: 16px auto 0;
  }
  #np01 #course .maincontents {
    width: 100%;
  }
  #np01 #course .mainInner {
    padding: 0 10px;
  }
  #np01 .mainInner ol > li dl dt.head02 {
    font-size: 2.0rem;
    padding-left: 14px;
  }
  #np01 .mainInner ol > li dl dt.head02::before {
    width: 5px;
    height: 26px;
    left: 0px;
    top: 2px;
  }
  #np01 .mainInner ol > li dl dd.head02_sub {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
 #np01 .mainInner ol > li dl dd p.head03 {
  font-size: 2.0rem;
  margin-bottom: 6px;
}
  /*h1*/
  #np01 .h1_ribbon {
    width: 100%;
    padding: 15px 20px 15px 20px;
  }
  #np01 .h1_ribbon::before {
    background: url("../../sv-manabi-np01/images/np01_ribbon.png") no-repeat center/42%;
    left: -60px;
    top: -55px;
    filter: drop-shadow(2px 2px 8px rgba(43, 43, 43, 0.3))
  }
  #np01 .h1_ribbon img {
    margin-left: -6px;
  }
  #np01 .h1_ribbon p {
    font-size: 1.4rem;
    margin: 10px 0 14px 85px;
  }
  /*characteristicArea*/
  #np01 .characteristicArea {
    height: auto;
    background: #e1f4f5 url("../../sv-manabi-np01/images/np01_im04.png") no-repeat top 0 left -240px;
  }
  #np01 .characteristicArea > .flex_box {
    width: 100%;
    padding: 20px 0 10px;
    position: relative;
  }
  #np01 .characteristicArea .flex_box .circle {
    width: 135px;
    height: 135px;
    padding: 22px 10px 10px;
    font-size: 1.4rem;
    position: absolute;
    top: 35px;
    left: 28px;
  }
  #np01 .characteristicArea .flex_box ul {
    width: 100%;
    padding: 0 10px;
  }
  #np01 .characteristicArea .flex_box ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #np01 .characteristicArea .flex_box ul li {
    padding: 10px 14px 14px;
  }
  #np01 .characteristicArea .flex_box ul li:nth-of-type(1) {
    margin-left: 50%;
  }
  #np01 .characteristicArea .flex_box ul li:nth-of-type(2n) {
    margin-right: 5px;
  }
  #np01 .characteristicArea .flex_box ul li:nth-of-type(1), #np01 .characteristicArea .flex_box ul li:nth-of-type(2), #np01 .characteristicArea .flex_box ul li:nth-of-type(3) {
    width: 48%;
    margin-bottom: 6px;
  }
  #np01 .characteristicArea .flex_box ul li dl dt {
    font-size: 1.6rem;
    line-height: 1.3;
    padding: 8px 0 8px;
  }
  #np01 .characteristicArea .flex_box ul li dl dd {
    font-size: 1.3rem;
  }
  #np01 .characteristicArea .flex_box ul li:nth-of-type(1) img, #np01 .characteristicArea .flex_box ul li:nth-of-type(3) img {
    width: 20%;
  }
  #np01 .characteristicArea .flex_box ul li:nth-of-type(2) img {
    width: 33%;
    margin-top: 3px;
  }
  /*colTwoArea*/
  #np01 .colTwoArea {
    margin-top: 20px;
  }
  #np01 .colTwoArea > ul.flex_box {
    padding: 10px 30px 8px;
  }
  #np01 .colTwoArea li.titleBox02 {
    width: 100%;
    padding: 5px 0 0 0;
  }
  #np01 .colTwoArea li.titleBox02 span {
    font-size: 2.4rem;
  }
  #np01 .colTwoArea .titleBox02_sub {
    font-size: 1.6rem;
    padding: 8px 30px;
    text-align: left;
  }
  /* cont01 */
  #np01 .mainInner ol > li {
    padding: 18px 0;
  }
  #np01 .mainInner ol > li.cont01 {
    padding: 10px 0 0;
  }
  #np01 .mainInner ol > li.cont01 > .flex_box {
    padding: 10px 0 0;
    margin-bottom: 22px;
  }
  #np01 .mainInner ol > li.cont01 .np01_imgArea01 figure {
    width: 100%;
  }
  #np01 .mainInner ol > li.cont01 .np01_textArea01 {
    width: 100%;
    margin-top: 18px;
  }
  #np01 .mainInner ol > li.cont01 .np01_textArea01 ul li {
    display: -webkit-flex;
    display: flex;
    margin: 12px 0;
    padding: 8px 0;
  }
  #np01 .mainInner ol > li.cont01 .np01_textArea01 ul li .number {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 2.0rem;
  }
  #np01 .mainInner ol > li.cont01 .np01_textArea01 ul li p {
    width: 78%;
    font-size: 1.5rem;
  }
  /*cont02 table_area*/
  #np01 #course ol li.cont02 table {
    width: 100%;
  }
  #np01 #course ol li.cont02 table:nth-of-type(2) {
    margin-top: 8px;
  }
  #np01 #course ol li.cont02 table th, #np01 #course ol li.cont02 table td {
    padding: 4px 2px;
  }
  #np01 #course ol li.cont02 table tr.blue th {
    padding: 6px 10px;
  }
  #np01 #course ol li.cont02 table tr.row th {
    width: 11%;
  }
  #np01 #course ol li.cont02 table tr.row td:nth-of-type(1) {
    width: 24%;
    padding: 8px 4px;
  }
  #np01 #course ol li.cont02 table tr.row td:nth-of-type(2) {
    width: 65%;
    padding: 8px 4px;
  }
  /* cont03 */
  #np01 .mainInner ol > li.cont03 > dl > dd {
    margin: 0 -10px;
    padding: 16px 10px;
  }
  #np01 .mainInner ol > li.cont03 > dl > dd ul li{
    width: 100%;
  }
  #np01 .mainInner ol > li.cont03 > dl > dd ul li dl {
    width: 100%;
  }
  #np01 .mainInner ol > li.cont03 > dl > dd ul li:first-of-type dl {
    margin-bottom: 20px;
  }
  #np01 .mainInner ol > li.cont03 ul li dl dt {
    font-size: 1.7rem;
    margin-bottom: 4px;
  }
 
  /*question*/
  #np01 #course #question {
    width: 100%;
    margin: 30px auto;
  }
  #np01 #course #question .otherQA {
    font-size: 1.5rem;
  }
  #np01 #course h2.title {
    padding: 15px 20px 12px 20px;
  }
  /*inquiry*/
  #np01 #course .inquiry {
    width: 100%;
    margin: 0 auto;
  }
  #np01 #course .inquiryWrap .inquiryBox {
    padding: 20px 20px 20px 20px;
  }
  /*btn*/
  #np01 .firstBtn a, #np01 .secondaryBtn a {
    padding: 20px 20px 18px 28px;
  }
  #np01 .firstBtn a::before, #np01 .secondaryBtn a::before {
    background: url("../../common/images/course_nav_btn-ic01.png") no-repeat center center/65%;
    top: 7px;
  }
  #np01 .firstBtn a::after, #np01 .secondaryBtn a::after {
    background: url("../../common/images/course_nav_btn-ic02.png") no-repeat center center/65%;
    top: 22px;
  }
  #np01 .btn_txt {
    font-size: 1.5rem;
    margin: 20px auto -6px;
  }
  #np01 .btn_txt .pcOnly {
    display: none;
  }
  /*#np01.indep-----------------------*/
  #np01.indep {
    margin: 0 auto;
  }
}