@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&family=Shippori+Mincho:wght@600;700&display=swap");
/** *********************** **/
/*
R
SB
SB
B

font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
font-family: 'Shippori Mincho', serif;
	font-weight: 600;
font-family: 'Shippori Mincho', serif;
	font-weight: 700;
*/
/** *********************** **/
.pc_view {
  display: none;
}

img {
  width: 100%;
  height: auto;
}

/** *********************** **/
.clearfix {
  display: block;
}
.clearfix:after, .clearfix:before {
  content: "";
  display: block;
  clear: both;
}

/** *********************** **/
.loader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.loader::after {
  -webkit-animation: loader 0.5s linear infinite;
  animation: loader 0.5s linear infinite;
  border: 5px solid rgb(8, 40, 101);
  border-radius: 50%;
  border-right: 5px solid rgba(8, 40, 101, 0.2);
  border-top: 5px solid rgba(8, 40, 101, 0.2);
  content: "";
  height: 50px;
  width: 50px;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/** *********************** **/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  background: #fff;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/** *********************** **/
header {
  width: 100%;
  height: 15.73vw;
}
header.fixed {
  width: 100%;
  height: 15.73vw;
  background: rgb(255, 255, 255);
  -webkit-animation: menufixed 0.5s linear;
          animation: menufixed 0.5s linear;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}

@-webkit-keyframes menufixed {
  0% {
    top: -15.73vw;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes menufixed {
  0% {
    top: -15.73vw;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.head {
  width: 100%;
  height: 15.73vw;
  padding: 0 3.2vw;
}
.head h1 {
  width: 27.2vw;
  position: absolute;
  top: 2.66vw;
  left: 3.2vw;
}
.head ul {
  width: 50.66vw;
  margin: 0 auto;
}
.head li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 4.53vw;
  line-height: 1;
  text-align: center;
}
.head li:last-child {
  margin-right: 0;
}
.head li:nth-of-type(1) a {
  border-top: 1px solid #eceef3;
}
.head li a {
  padding: 4.8vw 0;
  display: block;
  border-bottom: 1px solid #eceef3;
}

.head_request, .head_trial {
  display: none;
}

/** *********************** **/
.mv_area_wrap {
  width: 100%;
  height: auto;
  min-height: 85.6vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2))), url("../sp_img/cnt_mv_bg.jpg");
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url("../sp_img/cnt_mv_bg.jpg");
  background-size: cover;
}

.mv_area {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.mv_area .mv_area__inner {
  width: 100%;
  height: auto;
  padding: 5vw 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mv_txt_appeal {
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
  padding: 8vw 5vw 6vw;
  border-radius: 12px;
  -webkit-box-shadow: 0 2vw 6vw rgba(8, 40, 101, 0.15);
          box-shadow: 0 2vw 6vw rgba(8, 40, 101, 0.15);
  border: 2px solid rgba(8, 40, 101, 0.1);
  width: 92vw;
  position: relative;
}
.mv_badge {
  position: absolute;
  top: -4.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.mv_badge span {
  display: inline-block;
  background: linear-gradient(135deg, #f5002c, #ff4768);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.8vw;
  letter-spacing: 1px;
  padding: 2vw 6vw;
  border-radius: 30px;
  -webkit-box-shadow: 0 1vw 3vw rgba(245, 0, 44, 0.3);
          box-shadow: 0 1vw 3vw rgba(245, 0, 44, 0.3);
  white-space: nowrap;
}
.mv_txt_sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.2vw;
  color: #082865;
  letter-spacing: 1px;
  margin-bottom: 3vw;
  margin-top: 3vw;
}
.mv_txt_main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5.6vw;
  color: #082865;
  line-height: 1.2;
  margin-bottom: 2vw;
}
.mv_txt_main .mv_txt_num {
  font-size: 14vw;
  color: #fff700;
  -webkit-text-stroke: 2px #082865;
  paint-order: stroke fill;
  text-shadow: 2px 2px 0 #082865, 0 0 2vw rgba(255, 247, 0, 0.3);
  line-height: 1;
}
.mv_txt_main .mv_txt_percent {
  font-size: 8vw;
  color: #082865;
}
.mv_txt_divider {
  width: 80%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #082865, transparent);
  margin: 3vw auto;
}
.mv_txt_main02 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5.6vw;
  color: #fff;
  background: linear-gradient(135deg, #082865, #0b3993);
  padding: 4vw 3vw;
  border-radius: 8px;
  margin-bottom: 3vw;
  line-height: 1.4;
  -webkit-box-shadow: 0 1vw 3vw rgba(8, 40, 101, 0.3);
          box-shadow: 0 1vw 3vw rgba(8, 40, 101, 0.3);
}
.mv_txt_main02 .mv_txt_num {
  font-size: 14vw;
  color: #fff700;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.2);
  line-height: 1;
}
.mv_txt_main02 .mv_txt_percent {
  font-size: 8vw;
  color: #fff700;
}
.mv_txt_universities {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 3.73vw;
  color: #082865;
  letter-spacing: 1px;
}

/** *********************** **/
.mv_bottom_wrap {
  width: 100%;
  position: relative;
  padding-bottom: 10vw;
}

.mv_bottom {
  width: 88vw;
  height: auto;
  -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.69);
  padding: 0 4.53vw 0 4.53vw;
  text-align: center;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.mv_bottom .mv_bottom__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
  font-weight: 900;
}
.mv_bottom .mv_bottom__txt div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border-bottom: 4px solid;
  background: rgba(255, 255, 255, 0.69);
  padding-top: 30px;
  padding-bottom: 10px;
  line-height: 1.3;
}
.mv_bottom .mv_bottom__txt div .fs-x {
  font-size: 24px;
}
.mv_bottom .mv_bottom__txt div .fs-xl {
  font-size: 34px;
}
.mv_bottom .mv_bottom__txt div.tanimachi {
  color: #AB1C87;
  border-bottom-color: #AB1C87;
}
.mv_bottom .mv_bottom__txt div.kintetsu {
  color: #981E2D;
  border-bottom-color: #981E2D;
}
.mv_bottom .mv_bottom__images {
  display: none;
  width: 100%;
  height: 100%;
  background: url("../sp_img/mv_btm_bg.png") no-repeat top center;
  background-size: 78.93vw auto;
  padding-top: 23px;
}
.mv_bottom h3 {
  width: 74.93vw;
  margin: 0 auto 2.66vw auto;
}
.mv_bottom ul {
  width: 100%;
  font-size: 0;
}
.mv_bottom li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.mv_bottom li:nth-of-type(1) figure {
  width: 30.48vw;
  margin: 0 auto 0 auto;
}
.mv_bottom li:nth-of-type(2) figure {
  width: 29.15vw;
  margin: 0 auto 0 auto;
}

/* .mv_bottom::after {
    content: "";
    width: 6.04vw;
    height: 6.22vw;
    background: url("../sp_img/mv_btm_arrw.png") no-repeat;
    background-size: 6.04vw 6.22vw;
    position: absolute;
    top: 28.53vw;
    right: 1.33vw;
} */
/* .mv_bottom a {
    display: block;
    width: 100%;
    height: 100%;
} */
/** *********************** **/
.cnt_cv_wrap {
  width: 100%;
  height: 145.6vw;
  background: url("../sp_img/cnt_cv_bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 44vw;
}

.cnt_cv {
  width: 88vw;
  background: rgba(255, 255, 255, 0.85);
  margin: 0 auto;
  padding: 8vw 6.66vw 8vw 6.66vw;
  text-align: center;
  position: relative;
}
.cnt_cv h3 {
  width: 75.73vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 7.46vw;
  color: #0b3993;
  text-align: center;
  position: relative;
  padding: 1.86vw 0 1.86vw 0;
  margin: 0 auto 5.33vw auto;
}
.cnt_cv h3::before, .cnt_cv h3::after {
  content: "";
  width: 2.66vw;
  height: 100%;
  position: absolute;
}
.cnt_cv h3::before {
  border-left: solid 1px #0b3993;
  border-top: solid 1px #0b3993;
  border-bottom: solid 1px #0b3993;
  top: 0;
  left: 0;
}
.cnt_cv h3::after {
  border-right: solid 1px #0b3993;
  border-top: solid 1px #0b3993;
  border-bottom: solid 1px #0b3993;
  top: 0;
  right: 0;
}

.cv_price {
  text-align: center;
  padding-bottom: 2.66vw;
  border-bottom: 1px solid #a3a3a2;
  position: relative;
  margin-bottom: 6.66vw;
}
.cv_price::after {
  content: "";
  width: 20.26vw;
  height: 20.26vw;
  border-radius: 10.13vw;
  background: rgba(255, 247, 0, 0.8) url("../sp_img/cnt_cv_txt_03.png") no-repeat center center;
  background-size: 12vw 10.66vw;
  -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0.53vw;
  right: -10.66vw;
}
.cv_price dd {
  width: 100%;
  margin-bottom: 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cv_price dd figure {
  width: 28.8vw;
  height: auto;
}
.cv_price dd::before, .cv_price dd::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #a3a3a2;
}
.cv_price dd::before {
  margin-right: 2.66vw;
}
.cv_price dd::after {
  margin-left: 2.66vw;
}
.cv_price dt {
  width: 56.35vw;
  margin: 0 auto;
  position: relative;
}
.cv_price dt::after {
  content: "";
  width: 4.53vw;
  height: 2.4vw;
  background: url("../sp_img/cnt_cv_arrw.png") no-repeat;
  background-size: 4.53vw 2.4vw;
  position: absolute;
  top: -5.93vw;
  left: 50%;
  margin-left: -2.265vw;
}

.cv_trial {
  width: 100%;
  height: 18.66vw;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 4.8vw;
}
.cv_trial span {
  display: none;
}
.cv_trial a {
  width: 100%;
  height: 18.66vw;
  border-radius: 5px;
  display: block;
  background: #f5002c url("../sp_img/cnt_cv_icn_02.png") no-repeat center left 10.13vw;
  background-size: 9.33vw auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 4.8vw;
  line-height: 18.66vw;
  text-align: left;
  padding-left: 24.33vw;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
}

.cv_tel {
  width: 100%;
}
.cv_tel h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 4.26vw;
  line-height: 1;
  margin-bottom: 3.2vw;
}
.cv_tel dl {
  width: 100%;
  height: 18.66vw;
  border: 3px solid #0b3993;
  border-radius: 5px;
  padding: 2.6vw 9.33vw 3.2vw 9.33vw;
  background: #fff;
}
.cv_tel dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 7.2vw;
  line-height: 1;
  margin-bottom: 0.26vw;
}
.cv_tel dt::before {
  content: "";
  width: 4.53vw;
  height: 8.4vw;
  background: url("../sp_img/cnt_cv_icn_03.png") no-repeat center left;
  background-size: 4.53vw 6.4vw;
  display: inline-block;
  vertical-align: top;
  margin-right: 1.33vw;
  margin-top: -0.26vw;
}
.cv_tel dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.93vw;
  line-height: 1;
}

/** *********************** **/
.cnt_02_wrap {
  width: 100%;
  padding: 0 0 11.73vw 0;
  background: #fff;
}

.cnt_02 {
  width: 88vw;
  margin: 0 auto;
  text-align: center;
}

.cnt_02_txt {
  width: 100%;
  margin: 0 auto 20vw auto;
  position: relative;
}
.cnt_02_txt::after {
  content: "Reason";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.5vw;
  color: #082865;
  letter-spacing: 2px;
  position: absolute;
  bottom: -6vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cnt_02_txt h3 {
  font-weight: 700;
  font-size: 6.93vw;
  line-height: 1;
  margin-bottom: 3.2vw;
}
.cnt_02_txt p {
  width: 100%;
  text-align: center;
}
.cnt_02_txt p span:nth-of-type(1), .cnt_02_txt p span:nth-of-type(2), .cnt_02_txt p span:nth-of-type(3), .cnt_02_txt p span:nth-of-type(4) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #082865;
  border: 1px solid #082865;
  margin-right: 1px;
}
.cnt_02_txt p span:nth-of-type(5) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #fff;
  border: 1px solid #aab5ca;
  margin-right: 1px;
}
.cnt_02_txt p span:nth-of-type(6) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #fff;
  border: 1px solid #aab5ca;
  margin-right: 1px;
  margin-right: 0;
}

.cnt_02_right_01 {
  width: 88vw;
  padding: 8vw 8vw 57vw 8vw;
  background: #f4f6f8 url("../sp_img/cnt_02_img_01.jpg") no-repeat bottom center;
  background-size: 88vw auto;
  margin: 0 auto 20vw auto;
  position: relative;
  text-align: left;
}

.cnt_02_right_02 {
  width: 88vw;
  padding: 8vw 8vw 57vw 8vw;
  background: #f4f6f8 url("../sp_img/cnt_02_img_03.jpg") no-repeat bottom center;
  background-size: 88vw auto;
  margin: 0 auto 0 auto;
  position: relative;
  text-align: left;
}

.cnt_02_left {
  width: 88vw;
  padding: 8vw 8vw 57vw 8vw;
  background: #f4f6f8 url("../sp_img/cnt_02_img_02.jpg") no-repeat bottom center;
  background-size: 88vw auto;
  position: relative;
  margin: 0 auto 20vw auto;
  text-align: left;
}

.cnt_02_right_01 figure, .cnt_02_right_02 figure, .cnt_02_left figure {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.cnt_02_right_01 picture, .cnt_02_right_02 picture, .cnt_02_left picture {
  display: none;
}

.cnt_02_right_01 figure::after {
  content: "";
  width: 69.77vw;
  height: 7.37vw;
  background: url("../sp_img/cnt_01_txt_01.png") no-repeat;
  background-size: 69.77vw auto;
  position: absolute;
  bottom: -15vw;
  left: 0;
}

.cnt_02_left figure::after {
  content: "";
  width: 43.28vw;
  height: 8.88vw;
  background: url("../sp_img/cnt_01_txt_02.png") no-repeat;
  background-size: 43.28vw auto;
  position: absolute;
  bottom: -17vw;
  left: 0;
}

.cnt_02_right_02 figure::after {
  content: "";
  width: 42.66vw;
  height: 9.24vw;
  background: url("../sp_img/cnt_01_txt_03.png") no-repeat;
  background-size: 42.66vw auto;
  position: absolute;
  bottom: -17vw;
  left: 0;
}

.cnt_02_right_01 h4, .cnt_02_right_02 h4, .cnt_02_left h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 6.4vw;
  line-height: 9.06vw;
  margin-bottom: 8vw;
  color: #000;
  margin-top: 0px;
}

.cnt_02_right_01 p, .cnt_02_right_02 p, .cnt_02_left p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  line-height: 6.4vw;
}

.cnt_02_right_01::before, .cnt_02_right_02::before, .cnt_02_left::before {
  content: "";
  width: 1px;
  height: 36vw;
  background: #0b3993;
  position: absolute;
  top: -8vw;
  left: 4.8vw;
}

.cnt_02_right_01::after {
  content: "";
  background: url("../sp_img/cnt_02_txt_01.png") no-repeat;
  background-size: 11.82vw 12.17vw;
  width: 11.82vw;
  height: 12.17vw;
  position: absolute;
  top: -8vw;
  left: 8vw;
}

.cnt_02_left::after {
  content: "";
  background: url("../sp_img/cnt_02_txt_02.png") no-repeat;
  background-size: 11.82vw 12.17vw;
  width: 11.82vw;
  height: 12.17vw;
  position: absolute;
  top: -8vw;
  left: 8vw;
}

.cnt_02_right_02::after {
  content: "";
  background: url("../sp_img/cnt_02_txt_03.png") no-repeat;
  background-size: 11.82vw 12.17vw;
  width: 11.82vw;
  height: 12.17vw;
  position: absolute;
  top: -8vw;
  left: 8vw;
}

/** *********************** **/
.cnt_03_wrap {
  width: 100%;
  background: #f4f6f8;
  padding: 13.33vw 0 13.33vw 0;
}

.cnt_03_txt {
  width: 100%;
  margin: 0 auto 14.66vw auto;
  position: relative;
}
.cnt_03_txt::after {
  content: "Comparison";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.5vw;
  color: #082865;
  letter-spacing: 2px;
  position: absolute;
  bottom: -6vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cnt_03_txt p {
  width: 100%;
  text-align: center;
}
.cnt_03_txt p span:nth-of-type(1), .cnt_03_txt p span:nth-of-type(2), .cnt_03_txt p span:nth-of-type(3) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #082865;
  border: 1px solid #082865;
  margin-right: 1px;
}
.cnt_03_txt p span:nth-of-type(4), .cnt_03_txt p span:nth-of-type(5), .cnt_03_txt p span:nth-of-type(6), .cnt_03_txt p span:nth-of-type(7) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #fff;
  border: 1px solid #aab5ca;
  margin-right: 1px;
}

.cnt_03 figure {
  width: 91.73vw;
  margin: 0 auto;
}

/** comparison table SP **/
.comparison_table {
  width: 92vw;
  margin: 0 auto;
  overflow-x: auto;
}
.comparison_table table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
}
.comparison_table thead th {
  padding: 3vw 2vw;
  font-weight: 700;
  font-size: 3.8vw;
  text-align: center;
  vertical-align: middle;
}
.comparison_table thead th:first-child {
  width: 18vw;
}
.comparison_table thead th.highlight {
  color: #082865;
  font-size: 5vw;
  border-bottom: 2px solid #082865;
}
.comparison_table thead th:last-child {
  color: #666;
  font-size: 3.5vw;
  border-bottom: 1px solid #ccc;
}
.comparison_table tbody td {
  padding: 3.5vw 2.5vw;
  font-size: 3.5vw;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #e0e0e0;
}
.comparison_table tbody td.row_label {
  font-weight: 700;
  font-size: 3.5vw;
  color: #082865;
  text-align: center;
  background: #f4f6f8;
}
.comparison_table tbody td.highlight {
  background: rgba(8, 40, 101, 0.03);
  border-left: 2px solid #082865;
  border-right: 2px solid #082865;
}
.comparison_table tbody tr:last-child td.highlight {
  border-bottom: 2px solid #082865;
}
.comparison_table tbody td strong {
  color: #082865;
  font-weight: 700;
}
.comparison_table .accent_red {
  color: #f5002c !important;
  font-size: 4.5vw;
}
.comparison_table .good_mark::before {
  content: "\25CE";
  font-size: 6vw;
  color: #f5002c;
  display: block;
  margin-bottom: 1vw;
}
.comparison_table .normal_mark::before {
  content: "\25CB";
  font-size: 6vw;
  color: #999;
  display: block;
  margin-bottom: 1vw;
}
.comparison_table .bad_mark::before {
  content: "\25B3";
  font-size: 6vw;
  color: #999;
  display: block;
  margin-bottom: 1vw;
}

/** *********************** **/
.cnt_04_wrap {
  width: 100%;
  background: #082865;
  padding: 14.66vw 0 13.33vw 0;
}

.cnt_04 {
  width: 88vw;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}

.cnt_04_txt {
  display: block !important;
  width: 100% !important;
  margin: 0 auto 15.46vw auto !important;
  position: relative !important;
}
.cnt_04_txt::after {
  content: "Result";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.5vw;
  color: #fff;
  letter-spacing: 2px;
  position: absolute;
  bottom: -6vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cnt_04_txt p {
  width: 100%;
  text-align: center;
}
.cnt_04_txt p span:nth-of-type(1), .cnt_04_txt p span:nth-of-type(2), .cnt_04_txt p span:nth-of-type(3) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #fff;
  border: 1px solid #fff;
  margin-right: 1px;
}
.cnt_04_txt p span:nth-of-type(4) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #fff;
  border: 1px solid #fff;
  margin-right: 1px;
  margin-right: 0;
}

.cnt_04 div {
  width: 42.66vw;
  display: inline-block;
  vertical-align: top;
}
.cnt_04 div:nth-of-type(2) {
  margin-right: 2.68vw;
  margin-bottom: 8vw;
}
.cnt_04 div:nth-of-type(3) {
  margin-right: 0;
  margin-bottom: 8vw;
}
.cnt_04 div:nth-of-type(4) {
  margin-right: 2.68vw;
  margin-bottom: 8vw;
}
.cnt_04 div:nth-of-type(5) {
  margin-right: 0;
  margin-bottom: 8vw;
}
.cnt_04 div:nth-of-type(6) {
  margin-right: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cnt_04 div dl {
  margin-bottom: 20px;
}
.cnt_04 div dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5.33vw;
  line-height: 1;
  color: #fff;
  margin-bottom: 2.66vw;
}
.cnt_04 div dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  line-height: 1;
  color: #fff700;
  position: relative;
  display: inline-block;
  padding: 0 8vw;
}
.cnt_04 div dd::before, .cnt_04 div dd::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 5.33vw;
  height: 1px;
  background-color: #fff700;
}
.cnt_04 div dd::before {
  left: 0;
}
.cnt_04 div dd::after {
  right: 0;
}
.cnt_04 div:nth-of-type(8) ul {
  display: inline-block;
  vertical-align: top;
}
.cnt_04 div:nth-of-type(8) ul:nth-of-type(1) {
  margin-right: 2.68vw;
}
.cnt_04 div li {
  width: 42.66vw;
  padding: 1.33vw 0 1.86vw 1.86vw;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.93vw;
  line-height: 3.2vw;
  text-align: left;
  color: #fff;
}
.cnt_04 div li span {
  display: block;
  width: 10.66vw;
  height: 3.2vw;
  float: right;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.cnt_04 div:nth-of-type(2) li:last-child, .cnt_04 div:nth-of-type(3) li:last-child, .cnt_04 div ul:nth-of-type(3) li:last-child, .cnt_04 div:nth-of-type(8) ul:nth-of-type(2) li:nth-of-type(16) {
  margin-bottom: 2.66vw;
}
.cnt_04 div i {
  width: 42.66vw;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.13vw;
  line-height: 1;
  font-style: normal;
  text-align: right;
  color: #fff;
}
.cnt_04 div h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  line-height: 6vw;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.06vw;
}
.cnt_04 div dl + h5 {
  margin-top: -1px;
}

/** *********************** **/
.cnt_05_wrap {
  width: 100%;
  background: #f4f6f8;
  padding: 13.33vw 0 80px 0;
}

.cnt_05 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.cnt_05_txt {
  display: block !important;
  width: 100% !important;
  margin: 0 auto 13.33vw auto !important;
  position: relative !important;
}
.cnt_05_txt::after {
  content: "Plan";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.5vw;
  color: #082865;
  letter-spacing: 2px;
  position: absolute;
  bottom: -6vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cnt_05_txt p {
  width: 100%;
  text-align: center;
}
.cnt_05_txt p span:nth-of-type(1), .cnt_05_txt p span:nth-of-type(2) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #082865;
  border: 1px solid #082865;
  margin-right: 1px;
}
.cnt_05_txt p span:nth-of-type(3) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #082865;
  border: 1px solid #082865;
  margin-right: 1px;
  margin-right: 0;
}

.cnt_05 figure {
  width: 85.33vw;
  margin: 0 auto;
}

/** tuition table SP **/
.tuition_table {
  width: 92vw;
  margin: 0 auto;
}
.tuition_header {
  margin-bottom: 4vw;
}
.tuition_catch {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4vw;
  color: #082865;
  background: #fff700;
  padding: 2vw 5vw;
  border-radius: 30px;
}
.tuition_table table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
}
.tuition_table thead th {
  padding: 3vw 2vw;
  font-weight: 700;
  font-size: 3.5vw;
  text-align: center;
  vertical-align: middle;
}
.tuition_table thead th:first-child {
  width: 20vw;
}
.tuition_table thead th.highlight {
  color: #082865;
  font-size: 4.5vw;
  border-bottom: 2px solid #082865;
  background: rgba(8, 40, 101, 0.03);
}
.tuition_table thead th:last-child {
  color: #666;
  font-size: 3.2vw;
  border-bottom: 1px solid #ccc;
}
.tuition_table tbody td {
  padding: 3vw 2vw;
  font-size: 3.2vw;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #e0e0e0;
}
.tuition_table tbody td.row_label {
  font-weight: 700;
  font-size: 3.5vw;
  color: #082865;
  background: #f4f6f8;
}
.tuition_table tbody td.row_label .row_sub {
  font-size: 2.5vw;
  font-weight: 400;
  color: #666;
}
.tuition_table tbody td.highlight {
  background: rgba(8, 40, 101, 0.03);
  border-left: 2px solid #082865;
  border-right: 2px solid #082865;
}
.tuition_table tbody tr:last-child td.highlight {
  border-bottom: 2px solid #082865;
}
.tuition_table tbody td strong {
  font-size: 6vw;
  font-weight: 700;
  color: #082865;
}
.tuition_table tbody td .yen {
  font-size: 3vw;
  color: #333;
}
.tuition_table tbody td .price_accent strong {
  color: #f5002c;
  font-size: 7vw;
}
.tuition_table tbody td .note {
  font-size: 2.5vw;
  color: #666;
}
.tuition_note {
  font-size: 2.8vw;
  color: #666;
  text-align: right;
  margin-top: 3vw;
}

/** *********************** **/
.cnt_06_wrap {
  width: 100%;
  background: #fff;
  padding: 13.33vw 0;
}

.cnt_06 {
  width: 92vw;
  margin: 0 auto;
  text-align: center;
}

.cnt_06_txt {
  width: 100%;
  margin: 0 auto 33.33vw auto;
  position: relative;
}
.cnt_06_txt::after {
  content: "Interview";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.5vw;
  color: #082865;
  letter-spacing: 2px;
  position: absolute;
  bottom: -6vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cnt_06_txt p {
  width: 100%;
  text-align: center;
}
.cnt_06_txt p span:nth-of-type(1), .cnt_06_txt p span:nth-of-type(2), .cnt_06_txt p span:nth-of-type(3), .cnt_06_txt p span:nth-of-type(4), .cnt_06_txt p span:nth-of-type(5) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #082865;
  border: 1px solid #082865;
  margin-right: 1px;
}

/** voice accordion SP **/
.cnt_06_txt {
  margin-bottom: 12vw;
}
.cnt_06 .voice_accordion {
  width: 100%;
  margin: 0 auto;
}
.cnt_06 .voice_accordion li,
.cnt_06 .voice_accordion li:nth-of-type(1),
.cnt_06 .voice_accordion li:nth-of-type(2),
.cnt_06 .voice_accordion li:nth-of-type(3) {
  display: block;
  width: 100%;
  border: 2px solid #082865;
  border-radius: 8px;
  margin-bottom: 4vw;
  margin-right: 0;
  overflow: hidden;
  padding-top: 0;
  position: relative;
  background: #fff;
}
.cnt_06 .voice_accordion li:nth-of-type(1)::after,
.cnt_06 .voice_accordion li:nth-of-type(2)::after,
.cnt_06 .voice_accordion li:nth-of-type(3)::after {
  content: none;
  display: none;
}
/* header: horizontal card layout SP */
.cnt_06 .voice_accordion .voice_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4vw 3vw;
  cursor: pointer;
}
/* student illustration SP */
.cnt_06 .voice_accordion .voice_img {
  width: 20vw;
  height: 20vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20vw;
          flex: 0 0 20vw;
  margin-right: 3vw;
  background: none;
  padding: 0;
  margin-top: 0;
}
.cnt_06 .voice_accordion .voice_img img {
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* info area SP */
.cnt_06 .voice_accordion .voice_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  width: auto;
  background: none;
  margin-top: 0;
  padding: 0;
}
.cnt_06 .voice_accordion .voice_info dl {
  margin-bottom: 2vw;
}
.cnt_06 .voice_accordion .voice_info dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.5vw;
  line-height: 1.4;
  color: #082865;
  margin-bottom: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5vw;
}
.cnt_06 .voice_accordion .voice_info dt span {
  display: inline-block;
  width: 14vw;
  height: 6vw;
  background: url("../sp_img/cnt_06_parts_01.png");
  background-size: 14vw 6vw;
  margin-left: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.5vw;
  line-height: 5.5vw;
  color: #fff;
  text-align: left;
  padding-left: 2vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cnt_06 .voice_accordion .voice_info dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.8vw;
  line-height: 1;
  color: #082865;
}
.cnt_06 .voice_accordion .voice_info dd span {
  font-weight: 400;
}
.cnt_06 .voice_accordion .voice_comment {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.2vw;
  line-height: 1.5;
  color: #082865;
  text-align: left;
  width: auto;
  height: auto;
  padding: 2.5vw 3vw;
  background: #f4f6f8;
  border: 1px solid #ced6e5;
  border-radius: 8px;
  margin-bottom: 2vw;
  position: relative;
}
.cnt_06 .voice_accordion .voice_comment::after {
  content: "";
  width: 3vw;
  height: 2vw;
  background: url("../sp_img/cnt_06_parts_03.png") no-repeat;
  background-size: 3vw 2vw;
  position: absolute;
  top: -2vw;
  left: 4vw;
}
.cnt_06 .voice_accordion .voice_result {
  margin-right: 0;
}
.cnt_06 .voice_accordion .voice_result span {
  display: inline-block;
  background: url("../sp_img/cnt_06_parts_02.png") no-repeat top center;
  background-size: 45vw 4vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.5vw;
  line-height: 1;
  color: #f5002c;
  padding: 1vw 0;
  border-radius: 0;
}
/* arrow icon SP */
.cnt_06 .voice_accordion .voice_arrow {
  width: 3vw;
  height: 3vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3vw;
          flex: 0 0 3vw;
  margin-left: 2vw;
  border-right: 2px solid #082865;
  border-bottom: 2px solid #082865;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background: none;
  padding: 0;
  margin-top: 0;
}
.cnt_06 .voice_accordion li.active .voice_arrow {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
/* body SP */
.cnt_06 .voice_accordion .voice_body {
  display: none;
  border-top: 1px solid #e0e0e0;
  padding: 4vw;
  background: #f8f9fb;
}
.cnt_06 .voice_accordion .voice_body p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  line-height: 1.8;
  color: #333;
  text-align: left;
  width: auto;
  height: auto;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  position: static;
  margin: 0;
}
.cnt_06 .voice_accordion .voice_body p::after {
  content: none;
  display: none;
}

/* original cnt_06 li card styles - disabled, voice_accordion is used instead */
/*
.cnt_06 li {
  width: 80vw;
  padding-top: 22.13vw;
  border: 1.33vw solid #082865;
}
*/

/** *********************** **/
.cnt_07_wrap {
  width: 100%;
  background: #f4f6f8;
  padding: 13.33vw 0;
}

.cnt_07 {
  width: 88vw;
  margin: 0 auto;
  text-align: center;
}

.cnt_07_txt {
  width: 100%;
  margin: 0 auto 13.33vw auto;
  position: relative;
}
.cnt_07_txt::after {
  content: "School";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.5vw;
  color: #082865;
  letter-spacing: 2px;
  position: absolute;
  bottom: -6vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cnt_07_txt p {
  width: 100%;
  text-align: center;
}
.cnt_07_txt p span:nth-of-type(1), .cnt_07_txt p span:nth-of-type(2), .cnt_07_txt p span:nth-of-type(3), .cnt_07_txt p span:nth-of-type(4) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #082865;
  border: 1px solid #082865;
  margin-right: 1px;
}

.cnt_06_txt p span:nth-of-type(4) {
  margin-right: 0;
}

.cnt_07_main {
  width: 88vw;
  background: #fff;
  font-size: 0;
  padding: 8vw 0 10.33vw 0;
}
.cnt_07_main figure {
  width: 77.33vw;
  margin: 0 auto 5.33vw auto;
}
.cnt_07_main div {
  width: 100%;
  text-align: center;
}
.cnt_07_main div dl:nth-of-type(1) dt {
  width: 32vw;
  margin: 0 auto 2.93vw auto;
}
.cnt_07_main div dl:nth-of-type(1) dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 10.33vw;
  line-height: 1;
  color: #082865;
  margin-bottom: 4vw;
}
.cnt_07_main div p:nth-of-type(1) {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  line-height: 6.4vw;
  margin-bottom: 4vw;
}
.cnt_07_main div dl:nth-of-type(2) {
  margin-bottom: 5.33vw;
}
.cnt_07_main div dl:nth-of-type(2) a {
  width: 75.73vw;
  height: 18.66vw;
  border-radius: 1.33vw;
  display: block;
  margin: 0 auto;
  padding-top: 2.66vw;
  border: 3px solid #0b3993;
}
.cnt_07_main div dl:nth-of-type(2) dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 7.2vw;
  line-height: 1;
  background: url("../sp_img/cnt_07_icn_01.png") no-repeat left bottom;
  background-size: 4.62vw auto;
  margin: 0 9.33vw 1.73vw 9.33vw;
  padding-left: 5.33vw;
}
.cnt_07_main div dl:nth-of-type(2) dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.93vw;
  line-height: 1;
}
.cnt_07_main div h4 {
  width: 32vw;
  height: 6.66vw;
  border-radius: 0 3.33vw 3.33vw 0;
  background: #082865;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4vw;
  line-height: 6.66vw;
  color: #fff;
  text-align: center;
  margin: 0 0 2.66vw 6.135vw;
}
.cnt_07_main div p:nth-of-type(2) {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  line-height: 6.4vw;
  margin: 0 6.135vw;
  text-align: left;
}
.cnt_07_main div p:nth-of-type(2) span {
  font-weight: 700;
  color: #082865;
}

/** *********************** **/
.cnt_08_wrap {
  width: 100%;
  padding: 0 0 11.73vw 0;
  background: #fff;
}

.cnt_08 {
  width: 100vw;
  margin: 0 auto;
  text-align: center;
}

.cnt_08_txt {
  width: 100%;
  margin: 0 auto 20vw auto;
  position: relative;
}
.cnt_08_txt::after {
  content: "Program";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.5vw;
  color: #082865;
  letter-spacing: 2px;
  position: absolute;
  bottom: -6vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cnt_08_txt h3 {
  font-weight: 700;
  font-size: 6.93vw;
  line-height: 1;
  margin-bottom: 3.2vw;
}
.cnt_08_txt p {
  width: 100%;
  text-align: center;
}
.cnt_08_txt p span {
  width: 10.46vw;
  height: 10.46vw;
  font-size: 8.4vw;
}
.cnt_08_txt p span:nth-of-type(1), .cnt_08_txt p span:nth-of-type(2), .cnt_08_txt p span:nth-of-type(3) {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 10.33vw;
  background: #082865;
  border: 1px solid #082865;
  margin-right: 1px;
}
.cnt_08_txt p span:nth-of-type(4), .cnt_08_txt p span:nth-of-type(5), .cnt_08_txt p span:nth-of-type(6), .cnt_08_txt p span:nth-of-type(7), .cnt_08_txt p span:nth-of-type(8) {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  line-height: 10.33vw;
  background: #fff;
  border: 1px solid #aab5ca;
  margin-right: 1px;
}

.cnt_08_ikkan ul {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  width: 100%;
}
.cnt_08_ikkan ul li {
  font-size: 20px;
  background-image: linear-gradient(45deg, #fff700, rgba(255, 247, 0, 0) 98%);
  padding: 10px 20px;
}

.cnt_08_course {
  margin-top: 20px;
}
.cnt_08_course .images {
  display: none;
}
.cnt_08_course .images img {
  -o-object-fit: cover;
     object-fit: cover;
}
.cnt_08_course .course_title--sp {
  position: relative;
  display: block;
  text-align: left;
  padding: 13px 20px;
  font-size: 20px;
  color: #FFF;
}
.cnt_08_course .course_title--sp::after {
  content: none;
  display: none;
}
.cnt_08_course .course_title--sp {
  cursor: default;
}
.cnt_08_course .txt-area {
  display: block;
  width: 100%;
  text-align: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  opacity: 0.8;
}
.cnt_08_course .txt-area .course_title--pc {
  display: none;
}
.cnt_08_course .txt-area ul {
  min-height: 210px;
  max-width: 66vw;
  padding-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  font-size: 16px;
  line-height: 1.3;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(39%, rgb(255, 255, 255)), color-stop(59%, rgba(255, 255, 255, 0.75)), color-stop(76%, rgba(255, 255, 255, 0.43)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 39%, rgba(255, 255, 255, 0.75) 59%, rgba(255, 255, 255, 0.43) 76%, rgba(255, 255, 255, 0));
}
.cnt_08_course .txt-area ul li {
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  text-shadow: 1px 1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px -1px 0 #FFF;
}
.cnt_08_course .txt-area ul li::before {
  content: "●";
  font-size: 90%;
  margin-right: 0.2em;
}

.cnt_08_course.elementary-school .txt-area {
  background-image: url(../sp_img/cnt_08_img_02.jpg);
}
.cnt_08_course.elementary-school .course_title--sp {
  background: #3575EE;
}
.cnt_08_course.elementary-school ul li::before {
  color: #3575EE;
}
.cnt_08_course.juniorhigh-school .txt-area {
  background-image: url(../sp_img/cnt_08_img_03.jpg);
}
.cnt_08_course.juniorhigh-school .course_title--sp {
  background: #1147AD;
}
.cnt_08_course.juniorhigh-school ul li::before {
  color: #1147AD;
}
.cnt_08_course.high-school .txt-area {
  background-image: url(../sp_img/cnt_08_img_04.jpg);
}
.cnt_08_course.high-school .course_title--sp {
  background: #082865;
}
.cnt_08_course.high-school ul li::before {
  color: #082865;
}

/** *********************** **/
.cnt_09_wrap {
  width: 100%;
  padding: 13.33vw 0;
  background: #fff;
}

.cnt_09 {
  width: 98vw;
  margin: 0 auto;
  text-align: center;
}

.cnt_09_txt {
  width: 100%;
  margin: 0 auto 20vw auto;
  position: relative;
}
.cnt_09_txt::after {
  content: "Question";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.5vw;
  color: #082865;
  letter-spacing: 2px;
  position: absolute;
  bottom: -6vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cnt_09_txt h3 {
  font-weight: 700;
  font-size: 6.93vw;
  line-height: 1;
  margin-bottom: 3.2vw;
}
.cnt_09_txt p {
  width: 100%;
  text-align: center;
}
.cnt_09_txt p span {
  width: 11.46vw;
  height: 11.46vw;
  font-size: 9.6vw;
}
.cnt_09_txt p span:nth-of-type(1), .cnt_09_txt p span:nth-of-type(2), .cnt_09_txt p span:nth-of-type(3), .cnt_09_txt p span:nth-of-type(4) {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 10.33vw;
  background: #082865;
  border: 1px solid #082865;
  margin-right: 1px;
}
.cnt_09_txt p span:nth-of-type(5), .cnt_09_txt p span:nth-of-type(6) {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  line-height: 10.33vw;
  background: #fff;
  border: 1px solid #aab5ca;
  margin-right: 1px;
}

.cnt_09_accordion {
  text-align: left;
  font-size: 18px;
}
.cnt_09_accordion li {
  background-color: #082865;
  color: #FFF;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 10px;
}
.cnt_09_accordion li dl dt, .cnt_09_accordion li dl dd {
  position: relative;
  line-height: 1.5;
  padding-left: 25px;
}
.cnt_09_accordion li dl dt::before, .cnt_09_accordion li dl dd::before {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  font-size: 20px;
  margin-right: 10px;
  text-align: center;
}
.cnt_09_accordion li dl dt {
  font-weight: 500;
  padding-bottom: 5px;
  padding-right: 28px;
  cursor: pointer;
}
.cnt_09_accordion li dl dt::before {
  content: "Q.";
  font-weight: normal;
  top: -9px;
}
.cnt_09_accordion li dl dt::after {
  position: absolute;
  width: 28px;
  height: auto;
  content: "";
  background-image: url(../pc_img/cnt_09_img_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  bottom: 0;
  right: 0;
}
.cnt_09_accordion li dl dt.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.cnt_09_accordion li dl dd {
  display: none;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 18px;
}
.cnt_09_accordion li dl dd a {
  text-decoration: underline;
}
.cnt_09_accordion li dl dd::before {
  content: "A.";
}

.googlemap_link a {
  display: block;
  width: 61.33vw;
  height: 8vw;
  border-radius: 4vw;
  border: 1px solid #082865;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  line-height: 7.2vw;
  color: #082865;
  text-align: center;
  margin: 4.8vw auto 0 auto;
}

/** *********************** **/
footer {
  width: 100%;
  background: #fff;
  border-top: 1px solid #0b3993;
  padding: 10.66vw 0 30vw 0;
  text-align: center;
}

.footer {
  width: 100%;
}
.footer h3 {
  width: 42.26vw;
  margin: 0 auto 8vw auto;
}
.footer small {
  font-size: 2.66vw;
  line-height: 1;
  color: #082865;
}
.footer ul {
  margin-bottom: 10.66vw;
}
.footer li {
  display: inline;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  line-height: 1;
  margin-right: 6.66vw;
}
.footer li:last-child {
  margin-right: 0;
}

/** *********************** **/
#pagetop {
  position: fixed;
  bottom: 53px;
  right: 20px;
  z-index: 80;
}
#pagetop a {
  display: block;
  background: url("../../dmac_ishin-kai_01/assets/sp_img/page_top.png") no-repeat center center;
  background-size: 49px auto;
  width: 49px;
  height: 49px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pagetop a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/** ====== NEW SECTIONS SP ====== **/

/** common section lead text SP **/
.sec_lead {
  width: 100%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.5vw;
  color: #333;
  line-height: 1.6;
  margin-bottom: 8vw;
}
.sec_lead strong {
  color: #f5002c;
  font-weight: 700;
}
.sec_lead--white {
  color: rgba(255,255,255,0.9);
}
.sec_lead--white strong {
  color: #fff700;
}

/** ① 志望校別対策 タイトル SP **/
.sec_target_txt {
  width: 100%;
  margin: 0 auto 8vw auto;
  position: relative;
}
.sec_target_txt::after {
  content: "Targeting";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.5vw;
  color: #082865;
  letter-spacing: 2px;
  position: absolute;
  bottom: -6vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec_target_txt p {
  width: 100%;
  text-align: center;
}
.sec_target_txt p span:nth-of-type(1),
.sec_target_txt p span:nth-of-type(2),
.sec_target_txt p span:nth-of-type(3),
.sec_target_txt p span:nth-of-type(4) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #082865;
  border: 1px solid #082865;
  margin-right: 1px;
}
.sec_target_txt p span:nth-of-type(5),
.sec_target_txt p span:nth-of-type(6) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #fff;
  border: 1px solid #aab5ca;
  margin-right: 1px;
}

/** ② 共通テスト対策 タイトル SP **/
.sec_common_txt {
  width: 100%;
  margin: 0 auto 8vw auto;
  position: relative;
}
.sec_common_txt::after {
  content: "Method";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.5vw;
  color: #082865;
  letter-spacing: 2px;
  position: absolute;
  bottom: -6vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec_common_txt p {
  width: 100%;
  text-align: center;
}
.sec_common_txt p span:nth-of-type(1),
.sec_common_txt p span:nth-of-type(2),
.sec_common_txt p span:nth-of-type(3),
.sec_common_txt p span:nth-of-type(4),
.sec_common_txt p span:nth-of-type(5) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #082865;
  border: 1px solid #082865;
  margin-right: 1px;
}
.sec_common_txt p span:nth-of-type(6),
.sec_common_txt p span:nth-of-type(7) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #fff;
  border: 1px solid #aab5ca;
  margin-right: 1px;
}

/** ③ 逆転合格実績 タイトル SP (ネイビー背景) **/
.sec_ba_txt {
  width: 100%;
  margin: 0 auto 8vw auto;
  position: relative;
}
.sec_ba_txt::after {
  content: "Growth";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.5vw;
  color: rgba(255,255,255,0.7);
  letter-spacing: 2px;
  position: absolute;
  bottom: -6vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec_ba_txt p {
  width: 100%;
  text-align: center;
}
.sec_ba_txt p span:nth-of-type(1),
.sec_ba_txt p span:nth-of-type(2),
.sec_ba_txt p span:nth-of-type(3),
.sec_ba_txt p span:nth-of-type(4) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #fff;
  border: 1px solid #fff;
  margin-right: 1px;
}
.sec_ba_txt p span:nth-of-type(5),
.sec_ba_txt p span:nth-of-type(6) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.5);
  margin-right: 1px;
}

/** ④ 成績アップ事例 タイトル SP **/
.sec_score_txt {
  width: 100%;
  margin: 0 auto 8vw auto;
  position: relative;
}
.sec_score_txt::after {
  content: "Score";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.5vw;
  color: #082865;
  letter-spacing: 2px;
  position: absolute;
  bottom: -6vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec_score_txt p {
  width: 100%;
  text-align: center;
}
.sec_score_txt p span:nth-of-type(1),
.sec_score_txt p span:nth-of-type(2),
.sec_score_txt p span:nth-of-type(3),
.sec_score_txt p span:nth-of-type(4),
.sec_score_txt p span:nth-of-type(5) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #082865;
  border: 1px solid #082865;
  margin-right: 1px;
}
.sec_score_txt p span:nth-of-type(6),
.sec_score_txt p span:nth-of-type(7) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #fff;
  border: 1px solid #aab5ca;
  margin-right: 1px;
}

/** ① 志望校別対策 SP **/
.sec_target_wrap {
  width: 100%;
  background: #f4f6f8;
  padding: 13.33vw 0;
}
.sec_target {
  width: 92vw;
  margin: 0 auto;
}
.target_cards {
  margin-bottom: 6vw;
}
.target_card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 4vw;
  -webkit-box-shadow: 0 1vw 3vw rgba(0,0,0,0.06);
          box-shadow: 0 1vw 3vw rgba(0,0,0,0.06);
}
.target_card_head {
  padding: 4vw 5vw;
  color: #fff;
}
.target_card_head--national {
  background: linear-gradient(135deg, #082865, #0b3993);
}
.target_card_head--kankan {
  background: linear-gradient(135deg, #0b3993, #3575EE);
}
.target_card_head--sankin {
  background: linear-gradient(135deg, #1147AD, #4a8af4);
}
.target_label {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5vw;
  margin-bottom: 1vw;
}
.target_univ {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3vw;
  opacity: 0.85;
}
.target_card ul {
  padding: 4vw 5vw;
  list-style: none;
}
.target_card li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.5vw;
  line-height: 1.6;
  color: #333;
  padding: 2vw 0 2vw 5vw;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
.target_card li:last-child {
  border-bottom: none;
}
.target_card li::before {
  content: "";
  width: 2vw;
  height: 2vw;
  background: #f5002c;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3.5vw;
}
.target_cta {
  text-align: center;
  background: #fff;
  border-radius: 8px;
  padding: 5vw;
  -webkit-box-shadow: 0 1vw 3vw rgba(0,0,0,0.06);
          box-shadow: 0 1vw 3vw rgba(0,0,0,0.06);
}
.target_cta p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 4vw;
  color: #082865;
  margin-bottom: 3vw;
}
.target_cta a {
  display: inline-block;
  background: #f5002c;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4vw;
  padding: 3.5vw 10vw;
  border-radius: 5px;
  -webkit-box-shadow: 0 1vw 2vw rgba(245,0,44,0.3);
          box-shadow: 0 1vw 2vw rgba(245,0,44,0.3);
}

/** ② 共通テスト対策 SP **/
.sec_common_wrap {
  width: 100%;
  background: #fff;
  padding: 13.33vw 0;
}
.sec_common {
  width: 92vw;
  margin: 0 auto;
}
.common_card {
  background: #f4f6f8;
  border-radius: 8px;
  padding: 6vw 5vw;
  border-top: 3px solid #082865;
  margin-bottom: 4vw;
}
.common_num {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 10vw;
  color: #082865;
  line-height: 1;
  margin-bottom: 3vw;
  opacity: 0.3;
}
.common_card h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.5vw;
  color: #082865;
  line-height: 1.5;
  margin-bottom: 3vw;
}
.common_desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.5vw;
  line-height: 1.8;
  color: #333;
}
.common_desc strong {
  color: #f5002c;
  font-weight: 700;
}

/** ③ Before / After SP **/
.sec_ba_wrap {
  width: 100%;
  background: linear-gradient(135deg, #082865, #0b3993);
  padding: 13.33vw 0;
}
.sec_ba {
  width: 92vw;
  margin: 0 auto;
}
.ba_card {
  background: #fff;
  border-radius: 8px;
  padding: 5vw;
  margin-bottom: 4vw;
}
.ba_case {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 3vw;
  color: #0b3993;
  letter-spacing: 2px;
  margin-bottom: 2vw;
}
.ba_card h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.5vw;
  color: #082865;
  line-height: 1.4;
  margin-bottom: 4vw;
  padding-bottom: 3vw;
  border-bottom: 1px solid #e0e0e0;
}
.ba_change {
  margin-bottom: 4vw;
}
.ba_before, .ba_after {
  padding: 3vw;
  border-radius: 6px;
  margin-bottom: 2vw;
}
.ba_before {
  background: #f4f6f8;
}
.ba_after {
  background: #fffde6;
}
.ba_label {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.5vw;
  padding: 0.5vw 2vw;
  border-radius: 3px;
  margin-bottom: 1vw;
}
.ba_label--before {
  background: #ccc;
  color: #fff;
}
.ba_label--after {
  background: #f5002c;
  color: #fff;
}
.ba_before p, .ba_after p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  line-height: 1.6;
  color: #333;
}
.ba_after p strong {
  color: #f5002c;
  font-size: 3.8vw;
}
.ba_arrow {
  text-align: center;
  padding: 0.5vw 0;
}
.ba_arrow::after {
  content: "▼";
  color: #082865;
  font-size: 3vw;
}
.ba_detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3vw;
  line-height: 1.5;
}
.ba_detail dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18vw;
          flex: 0 0 18vw;
  font-weight: 700;
  color: #082865;
}
.ba_detail dd {
  color: #333;
}

/** ④ 成績アップ事例 SP **/
.sec_score_wrap {
  width: 100%;
  background: #f4f6f8;
  padding: 13.33vw 0;
}
.sec_score {
  width: 92vw;
  margin: 0 auto;
}
.score_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3vw;
}
.score_card {
  width: calc(50% - 1.5vw);
  background: #fff;
  border-radius: 8px;
  padding: 5vw 4vw;
  text-align: center;
  -webkit-box-shadow: 0 1vw 3vw rgba(0,0,0,0.06);
          box-shadow: 0 1vw 3vw rgba(0,0,0,0.06);
}
.score_subject {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.5vw;
  color: #fff;
  background: #082865;
  padding: 1vw 5vw;
  border-radius: 20px;
  margin-bottom: 3vw;
}
.score_subject--history {
  background: #1147AD;
}
.score_numbers {
  margin-bottom: 2vw;
}
.score_before_num {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 7vw;
  color: #999;
}
.score_arrow_txt {
  font-size: 5vw;
  color: #082865;
  margin: 0 1vw;
  font-weight: 700;
}
.score_after_num {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 10vw;
  color: #f5002c;
}
.score_up_num {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 10vw;
  color: #f5002c;
}
.score_up_num .score_unit {
  font-size: 5vw;
}
.score_label_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 6vw;
  color: #082865;
}
.score_period {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.8vw;
  color: #666;
  margin-bottom: 3vw;
  padding-bottom: 3vw;
  border-bottom: 1px solid #e0e0e0;
}
.score_card ul {
  list-style: none;
  text-align: left;
}
.score_card li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3vw;
  line-height: 1.5;
  color: #333;
  padding: 1vw 0 1vw 4vw;
  position: relative;
}
.score_card li::before {
  content: "✓";
  color: #0b3993;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 1vw;
}

/** *********************** **/
.fixed_contact {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  padding: 4vw 0 5.33vw 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 79;
  text-align: center;
}
.fixed_contact li {
  display: inline-block;
  vertical-align: top;
  width: 45.33vw;
  height: 10.13vw;
  margin-right: 1.6vw;
}
.fixed_contact li a {
  width: 100%;
  height: 100%;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 8.13vw;
}
.fixed_contact li:nth-of-type(1) a {
  border: 3px solid #f5002c;
  background: #f5002c;
  border-radius: 5px;
  color: #fff;
}
.fixed_contact li:nth-of-type(2) a {
  border: 3px solid #0b3993;
  background: #fff;
  border-radius: 5px;
  color: #0b3993;
}

/** *********************** **//*# sourceMappingURL=sp_common.css.map */