<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#mainContents {
  position: relative;
}
#mainContents .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mainContents .add_icon_01 {
  display: block;
  margin: auto;
  margin-bottom: 8px;
  width: 100px;
}
#mainContents .add_icon_01_ex {
  display: block;
  margin: auto;
  margin-bottom: 8px;
  width: 120px;
}
#mainContents .add_icon_02 {
  display: block;
  margin: auto;
  width: 202px;
}
#mainContents .add_icon_03 {
  position: absolute;
  top: 22px;
  left: 20px;
  width: 100px;
}
#mainContents .not_link:hover {
  opacity: 1;
}
#mainContents .not_link:hover img {
  opacity: 1;
}
#mainContents .link_btn {
  text-align: center;
  margin: 40px auto 0;
}
#mainContents .link_btn a {
  position: relative;
  width: 550px;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  line-height: 1;
  border-radius: 50px;
  padding: 32px 0;
  background-color: #6394AD;
  border: 1px solid #6394AD;
  color: #fff;
}
#mainContents .link_btn a::after {
  content: "";
  position: absolute;
  top: 43%;
  bottom: 0;
  right: 6%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#mainContents .link_btn a:hover {
  color: #6394AD;
  background-color: #fff;
  border: 1px solid #6394AD;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#mainContents .link_btn a:hover::after {
  border-top: 2px solid #6394AD;
  border-right: 2px solid #6394AD;
}
#mainContents .sp_only {
  display: none;
}
#mainContents .sp_tb_only {
  display: none;
}
#mainContents header {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
#mainContents header .header_base {
  max-width: 1030px;
  width: 100%;
  height: 102px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mainContents header .header_base .logo {
  width: 108px;
  margin-right: 30px;
}
#mainContents header .header_base .h_nav .nav_group .dot_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  border-left: 1px dotted #fff;
  padding-left: 12px;
  margin-right: 18px;
}
#mainContents header .header_base .h_nav .nav_group .dot_line:last-of-type {
  margin-right: 0;
}
#mainContents header .header_base .h_nav .nav_group .nav_item a {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 2;
}
#mainContents header .header_base .h_nav .nav_group .nav_ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 19px;
}
#mainContents header .header_base .h_nav .nav_group .nav_ul:last-of-type {
  margin-right: 0;
  min-height: 48px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#mainContents .mv {
  position: relative;
}
#mainContents .mv .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 758px;
  height: 353px;
  background-color: rgba(33, 33, 33, 0.5);
  margin-left: -379px;
  margin-top: -176px;
}
#mainContents .mv .mv_ttl {
  margin-top: 90px;
}
#mainContents .mv .mv_ttl .mv_logo {
  width: 312px;
  margin: 0 auto;
  margin-bottom: 20px;
}
#mainContents .mv .mv_ttl h1 {
  width: 532px;
  margin: 0 auto;
  padding: 10px;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  text-align: center;
}
#mainContents .mv .mv_img {
  margin-bottom: 100px;
}
#mainContents .mv .mv_img img {
  width: 100%;
  height: auto;
}
#mainContents .mv .mv_img .sp_only {
  display: none;
}
#mainContents .lead_text,
#mainContents .bottom_text {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 20px;
  line-height: 2.3;
  letter-spacing: 0;
}
#mainContents .lead_text {
  margin-top: 94px;
  margin-bottom: 110px;
}
#mainContents .bottom_text {
  margin-top: 130px;
  margin-bottom: 0;
}
#mainContents .sec_01,
#mainContents .sec_02 {
  margin-bottom: 145px;
}
#mainContents .sec_01 .bnr_wrap,
#mainContents .sec_02 .bnr_wrap {
  max-width: 1200px;
  margin: 0 auto 70px;
}
#mainContents .sec_01 .bnr_bg,
#mainContents .sec_02 .bnr_bg {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 33.3%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#mainContents .sec_01 .bnr_ttl,
#mainContents .sec_02 .bnr_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#mainContents .sec_01 .bnr_ttl h2,
#mainContents .sec_02 .bnr_ttl h2 {
  font-size: 38px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  margin: 0;
}
#mainContents .sec_01 .bnr_ttl span,
#mainContents .sec_02 .bnr_ttl span {
  font-size: 20px;
  line-height: 1.6;
}
#mainContents .sec_01 .sec_lead,
#mainContents .sec_02 .sec_lead {
  margin-bottom: 70px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 2;
}
#mainContents .sec_01 .style_01,
#mainContents .sec_02 .style_01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
#mainContents .sec_01 .style_01 .item_wrap,
#mainContents .sec_02 .style_01 .item_wrap {
  width: 32%;
  max-width: 100%;
  margin-right: 2%;
}
#mainContents .sec_01 .style_01 .item_wrap:nth-of-type(3),
#mainContents .sec_02 .style_01 .item_wrap:nth-of-type(3) {
  margin-right: 0;
}
#mainContents .sec_01 .style_01 .item_wrap .style_img,
#mainContents .sec_02 .style_01 .item_wrap .style_img {
  margin-bottom: 10px;
}
#mainContents .sec_01 .style_01 .item_wrap .style_img img,
#mainContents .sec_02 .style_01 .item_wrap .style_img img {
  width: 100%;
}
#mainContents .sec_01 .style_01 .item_wrap .item_detail,
#mainContents .sec_02 .style_01 .item_wrap .item_detail {
  text-align: center;
}
#mainContents .sec_01 .style_01 .item_wrap .item_detail a,
#mainContents .sec_02 .style_01 .item_wrap .item_detail a {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #212121;
  line-height: 1.4;
}
#mainContents .sec_01 .style_01 .item_wrap .item_detail a span,
#mainContents .sec_02 .style_01 .item_wrap .item_detail a span {
  text-align: center;
  display: block;
}
#mainContents .sec_01 .style_01 .item_wrap .item_detail a .price,
#mainContents .sec_02 .style_01 .item_wrap .item_detail a .price {
  font-weight: bold;
  padding: 0.1em 0;
}
#mainContents .sec_01 .style_01 .item_wrap .item_detail a .item_num,
#mainContents .sec_02 .style_01 .item_wrap .item_detail a .item_num {
  font-size: 14px;
}
#mainContents .sec_01 .bnr_bg {
  background-image: url(https://gigaplus.makeshop.jp/catinc/common/images/chuugaku_exam/girls_style_pc.jpg);
}
#mainContents .sec_02 .bnr_bg {
  background-image: url(https://gigaplus.makeshop.jp/catinc/common/images/chuugaku_exam/boys_style_pc.jpg);
}
#mainContents .sec_03 {
  margin-bottom: 115px;
}
#mainContents .sec_03 .bnr_wrap {
  max-width: 1200px;
  margin: 0 auto 75px;
}
#mainContents .sec_03 .bnr_wrap {
  max-width: 1200px;
  margin: 0 auto 75px;
}
#mainContents .sec_03 .bnr_bg {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 33.3%;
  background-image: url(https://gigaplus.makeshop.jp/catinc/common/images/chuugaku_exam/basic_style_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#mainContents .sec_03 .bnr_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#mainContents .sec_03 .bnr_ttl h2 {
  font-size: 38px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  margin: 0;
}
#mainContents .sec_03 .bnr_ttl span {
  font-size: 20px;
  line-height: 1.6;
}
#mainContents .sec_03 .detail_wrap {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
#mainContents .sec_03 .detail_wrap .detail .boys_icon_02 {
  width: 110px;
  margin: 0 auto 30px;
  font-family: "游ゴシック体", YuGothic;
  font-size: 12px;
  font-weight: 300;
  color: #005DAB;
  border: 1px solid #005DAB;
  border-radius: 13px;
  padding: 6px;
  text-align: center;
  letter-spacing: 0.06rem;
}
#mainContents .sec_03 .detail_wrap .detail .girls_icon_02 {
  width: 110px;
  margin: 0 auto 30px;
  font-family: "游ゴシック体", YuGothic;
  font-size: 12px;
  font-weight: 300;
  color: #F38200;
  border: 1px solid #F38200;
  border-radius: 13px;
  padding: 6px;
  text-align: center;
  letter-spacing: 0.06rem;
}
#mainContents .sec_03 .detail_wrap .detail .item_detail ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
#mainContents .sec_03 .detail_wrap .detail .item_detail li {
  width: 32%;
  margin-bottom: 35px;
  text-align: center;
}
#mainContents .sec_03 .detail_wrap .detail .item_detail li:not(:nth-of-type(3n)) {
  margin-right: 2%;
}
#mainContents .sec_03 .detail_wrap .detail .item_detail li a {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #212121;
  line-height: 1.4;
}
#mainContents .sec_03 .detail_wrap .detail .item_detail li a span {
  text-align: center;
  display: block;
}
#mainContents .sec_03 .detail_wrap .detail .item_detail li a .price {
  font-weight: bold;
  padding: 0.1em 0;
}
#mainContents .sec_03 .detail_wrap .detail .item_detail li a .item_num {
  font-size: 14px;
}
#mainContents .sec_03 .detail_wrap .detail .item_detail li a.item_img {
  display: block;
  margin-bottom: 10px;
}
#mainContents .sec_03 .detail_wrap .detail .item_detail li a.item_img img {
  display: block;
}
#mainContents .sec_04 {
  margin-bottom: 115px;
}
#mainContents .sec_04 .bnr_wrap {
  max-width: 1200px;
  margin: 0 auto 75px;
}
#mainContents .sec_04 .bnr_bg {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 33.3%;
  background-image: url(https://gigaplus.makeshop.jp/catinc/common/images/chuugaku_exam/outer_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#mainContents .sec_04 .bnr_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#mainContents .sec_04 .bnr_ttl h2 {
  font-size: 38px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0;
}
#mainContents .sec_04 .bnr_ttl span {
  font-size: 20px;
  line-height: 1.6;
}
#mainContents .sec_04 .bnr_ttl .small_font {
  font-size: 30px;
}
#mainContents .sec_04 .item_name {
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.5;
}
#mainContents .sec_04 .item_name span {
  border-bottom: 1px dashed #212121;
}
#mainContents .sec_04 .item_area {
  width: 622px;
  max-width: 100%;
  margin: 0 auto 60px;
}
#mainContents .sec_04 .item_area .item_flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#mainContents .sec_04 .item_area .item_flex .item_wrap {
  width: 300px;
  max-width: 100%;
}
#mainContents .sec_04 .item_area .item_flex .item_wrap .boys_icon_02 {
  width: 110px;
  margin: 0 auto 40px;
  font-family: "游ゴシック体", YuGothic;
  font-size: 12px;
  font-weight: 300;
  color: #005DAB;
  border: 1px solid #005DAB;
  border-radius: 13px;
  padding: 6px;
  text-align: center;
  letter-spacing: 0.06rem;
}
#mainContents .sec_04 .item_area .item_flex .item_wrap .girls_icon_02 {
  width: 110px;
  margin: 0 auto 40px;
  font-family: "游ゴシック体", YuGothic;
  font-size: 12px;
  font-weight: 300;
  color: #F38200;
  border: 1px solid #F38200;
  border-radius: 13px;
  padding: 6px;
  text-align: center;
  letter-spacing: 0.06rem;
}
#mainContents .sec_04 .item_area .item_flex .item_wrap .item_img {
  margin-bottom: 20px;
}
#mainContents .sec_04 .item_area .item_flex .item_wrap .item_detail {
  text-align: center;
}
#mainContents .sec_04 .item_area .item_flex .item_wrap .item_detail a {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #212121;
  line-height: 1.4;
}
#mainContents .sec_04 .item_area .item_flex .item_wrap .item_detail a span {
  text-align: center;
  display: block;
}
#mainContents .sec_04 .item_area .item_flex .item_wrap .item_detail a .price {
  font-weight: bold;
  padding: 0.1em 0;
}
#mainContents .sec_04 .item_area .item_flex .item_wrap .item_detail a .item_num {
  font-size: 14px;
}
#mainContents .foot_lead {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto 93px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mainContents .foot_lead .lead_txt {
  width: 600px;
  max-width: 100%;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #212121;
  text-align: center;
  line-height: 2.3;
}
#mainContents .foot_lead .lead_img {
  width: 500px;
  max-width: 100%;
}
#mainContents .foot_lead .lead_img img {
  width: 100%;
}
#mainContents .sec_10 {
  padding: 92px 0 110px;
  background-color: #E3EAED;
}
#mainContents .sec_10 .wrapper {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
#mainContents .sec_10 .wrapper .txt_ttl {
  margin-bottom: 70px;
  font-size: 38px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #212121;
  text-align: center;
  line-height: 1.5;
}
#mainContents .sec_10 .wrapper .txt_ttl span {
  font-size: 20px;
  line-height: 1.6;
}
#mainContents .sec_10 .wrapper .shop_link_btn {
  text-align: center;
  margin: 50px auto 0;
}
#mainContents .sec_10 .wrapper .shop_link_btn a {
  position: relative;
  width: 297px;
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  line-height: 1;
  border-radius: 30px;
  padding: 15px 0;
  background-color: #fff;
  border: 1px solid #6394AD;
  color: #6394AD;
}
#mainContents .sec_10 .wrapper .shop_link_btn a::after {
  content: "";
  position: absolute;
  top: 43%;
  bottom: 0;
  right: 6%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #6394AD;
  border-right: 1px solid #6394AD;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#mainContents .sec_10 .wrapper .shop_link_btn a:hover {
  color: #fff;
  background-color: #6394AD;
  border: 1px solid #6394AD;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#mainContents .sec_10 .wrapper .shop_link_btn a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#mainContents .sec_10 .wrapper .shop_container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mainContents .sec_10 .wrapper .shop_container .shop_wrap {
  width: 49.3%;
  margin-bottom: 37px;
}
#mainContents .sec_10 .wrapper .shop_container .shop_wrap:nth-of-type(5) {
  margin-bottom: 20px;
}
#mainContents .sec_10 .wrapper .shop_container .shop_wrap:nth-of-type(6) {
  margin-bottom: 20px;
}
#mainContents .sec_10 .wrapper .shop_container .shop_wrap .shop_detail {
  width: 46%;
  padding: 20px;
  background-color: #fff;
}
#mainContents .sec_10 .wrapper .shop_container .shop_wrap .shop_detail .shop_name {
  margin: 0 auto 10px;
  padding: 12px;
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #6394AD;
}
#mainContents .sec_10 .wrapper .shop_container .shop_wrap .shop_detail .shop_adress {
  margin-bottom: 12px;
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic;
  font-weight: 300;
  line-height: 2;
}
#mainContents .sec_10 .wrapper .shop_container .shop_wrap .shop_detail .shop_phone {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
#mainContents .sec_10 .wrapper .shop_container .shop_wrap .shop_detail .shop_phone::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(https://gigaplus.makeshop.jp/catinc/common/images/examination_webcatalog/phone_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#mainContents .sec_10 .wrapper .shop_container .shop_wrap .shop_detail .shop_limited {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #6394AD;
  text-align: center;
  border: 1px solid #6394AD;
  border-radius: 20px;
  padding: 6px;
}
#mainContents .sec_10 .wrapper .shop_container .shop_wrap .shop_detail .shop_news {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
}
#mainContents .sec_10 .wrapper .shop_container .shop_wrap .shop_img {
  width: 80%;
}
#mainContents .sec_10 .wrapper .shop_container .attention_txt {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #707070;
  line-height: 2;
}

footer {
  background: #212121;
  padding-top: 35px;
  padding-bottom: 35px;
}
footer a {
  color: #fff;
}
footer .footer_pc .footer_base {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer_pc .footer_base .logo {
  width: 156px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_pc .footer_base .footer_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15%;
  border-right: 1px solid #707070;
}
footer .footer_pc .footer_base .footer_nav_list .footer_nav01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 290px;
  min-height: 85px;
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
}
footer .footer_pc .footer_base .footer_nav_list .footer_nav01 &gt; li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 12px;
}
footer .footer_pc .footer_base .footer_nav_list .footer_nav01 &gt; li .footer_sub_menu,
footer .footer_pc .footer_base .footer_nav_list .footer_nav01 &gt; li .footer_sub_menu02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
footer .footer_pc .footer_base .footer_nav_list .footer_nav01 &gt; li .footer_sub_menu li,
footer .footer_pc .footer_base .footer_nav_list .footer_nav01 &gt; li .footer_sub_menu02 li {
  margin-right: 20px;
}
footer .footer_pc .footer_base .footer_nav_list .footer_nav01 &gt; li .footer_sub_menu li:not(:last-of-type),
footer .footer_pc .footer_base .footer_nav_list .footer_nav01 &gt; li .footer_sub_menu02 li:not(:last-of-type) {
  margin-bottom: 13px;
}
footer .footer_pc .footer_base .footer_nav_list .footer_nav01 &gt; li .footer_sub_menu li:last-child,
footer .footer_pc .footer_base .footer_nav_list .footer_nav01 &gt; li .footer_sub_menu02 li:last-child {
  margin-right: 0;
}
footer .footer_pc .footer_base .footer_nav_list .footer_nav02 {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.4;
}
footer .footer_sp {
  display: none;
}
footer .footer_copy p {
  color: #fff;
  text-align: center;
  padding-top: 40px;
}

.page_top_btn {
  position: relative;
}
.page_top_btn a {
  position: fixed;
  width: 12%;
  max-width: 60px;
  bottom: 20px;
  right: 20px;
  text-decoration: none;
}

.follow_bnr {
  position: relative;
}
.follow_bnr a {
  position: fixed;
  width: 20%;
  max-width: 200px;
  bottom: 100px;
  right: 20px;
  text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #mainContents .sp_only {
    display: none;
  }
  #mainContents .link_btn {
    text-align: center;
    margin: 50px auto 0;
  }
  #mainContents .link_btn a {
    width: 490px;
    font-size: 22px;
    border-radius: 50px;
    padding: 22px 0;
  }
  #mainContents .link_btn a::after {
    width: 8px;
    height: 8px;
  }
  #mainContents .mv .wrapper {
    width: 70%;
    height: 221px;
    top: 72%;
    margin-left: -35%;
  }
  #mainContents .mv .mv_ttl {
    margin-top: 47px;
  }
  #mainContents .mv .mv_ttl .mv_logo {
    width: 51%;
  }
  #mainContents .mv .mv_ttl h1 {
    font-size: 20px;
    width: 300px;
  }
  #mainContents .anchor_area .anchor_link p {
    font-size: 1.7578125vw;
  }
  #mainContents .anchor_area .anchor_link p::after {
    width: 1.171875vw;
    height: 0.68359375vw;
    bottom: 20%;
    right: 3%;
  }
  #mainContents .sec_01 .bnr_ttl h2 {
    font-size: 3.61328125vw;
  }
  #mainContents .sec_01 .bnr_ttl span {
    font-size: 1.953125vw;
    line-height: 1.6;
  }
  #mainContents .sec_01 .style_03 .style_point .point_txt {
    font-size: 14px;
  }
  #mainContents .sec_03 .bnr_wrap .bnr_ttl h2 {
    font-size: 3.515625vw;
  }
  #mainContents .sec_03 .bnr_wrap .bnr_ttl span {
    font-size: 1.953125vw;
    line-height: 1.6;
  }
  #mainContents .sec_03 .bnr_wrap .bnr_ttl .small_font {
    font-size: 2.734375vw;
  }
  #mainContents .sec_04 {
    padding-top: 50px;
    margin-top: -50px;
  }
  #mainContents .sec_04 .bnr_wrap .bnr_ttl h2 {
    font-size: 3.515625vw;
  }
  #mainContents .sec_04 .bnr_wrap .bnr_ttl span {
    font-size: 1.953125vw;
    line-height: 1.6;
  }
  #mainContents .sec_04 .bnr_wrap .bnr_ttl .small_font {
    font-size: 2.734375vw;
  }
  #mainContents .sec_04 .item_area:nth-of-type(5) .item_flex {
    width: 95%;
    margin: 0 auto;
  }
  #mainContents .sec_04 .item_area:nth-of-type(5) .item_flex .item_wrap {
    width: 100%;
  }
  #mainContents .sec_04 .item_area:nth-of-type(5) .item_flex .item_wrap .item_img {
    width: 100%;
  }
  #mainContents .sec_04 .item_area:nth-of-type(6) .item_flex {
    width: 95%;
    margin: 0 auto;
  }
  #mainContents .sec_04 .item_area:nth-of-type(6) .item_flex .item_flex {
    width: 50%;
  }
  #mainContents .sec_04 .item_area:nth-of-type(6) .item_flex .item_flex .item_detail a {
    margin-right: 30px;
    font-size: 13px;
  }
  #mainContents .sec_04 .item_area:nth-of-type(6) .item_flex .item_wrap {
    width: 50%;
  }
  #mainContents .sec_04 .item_area:nth-of-type(6) .item_flex .item_wrap .item_img {
    width: 100%;
  }
  #mainContents .sec_04 .item_area:nth-of-type(6) .item_flex .item_wrap .item_img .japan_icon {
    width: 27%;
  }
  #mainContents .sec_04 .item_area:nth-of-type(6) .item_flex .item_wrap .variation_flex {
    width: 100%;
  }
  #mainContents .sec_04 .item_area:nth-of-type(6) .item_flex .item_wrap .variation_flex .variation_wrap {
    width: 18%;
  }
  #mainContents .sec_04 .item_area:nth-of-type(6) .item_flex .item_wrap .variation_flex .variation_wrap p {
    font-size: 13px;
  }
  #mainContents .sec_10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #mainContents .sec_10 .wrapper .txt_ttl {
    font-size: 28px;
    margin-bottom: 35px;
  }
  #mainContents .sec_10 .wrapper .txt_ttl span {
    font-size: 14px;
  }
  #mainContents .sec_10 .wrapper .shop_container {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #mainContents .sec_10 .wrapper .shop_container .shop_wrap {
    width: 48%;
    min-height: 230px;
  }
  #mainContents .sec_10 .wrapper .shop_container .shop_wrap:nth-child(1) .shop_img {
    background: url(https://gigaplus.makeshop.jp/catinc/common/images/examination_webcatalog/shop_img_06.png) no-repeat;
    background-size: cover;
  }
  #mainContents .sec_10 .wrapper .shop_container .shop_wrap:nth-child(2) .shop_img {
    background: url(https://gigaplus.makeshop.jp/catinc/common/images/examination_webcatalog/shop_img_01_new.png) no-repeat;
    background-size: cover;
  }
  #mainContents .sec_10 .wrapper .shop_container .shop_wrap:nth-child(3) .shop_img {
    background: url(https://gigaplus.makeshop.jp/catinc/common/images/examination_webcatalog/shop_img_02.png) no-repeat;
    background-size: cover;
  }
  #mainContents .sec_10 .wrapper .shop_container .shop_wrap:nth-child(4) .shop_img {
    background: url(https://gigaplus.makeshop.jp/catinc/common/images/examination_webcatalog/shop_img_03.png) no-repeat;
    background-size: cover;
  }
  #mainContents .sec_10 .wrapper .shop_container .shop_wrap:nth-child(5) .shop_img {
    background: url(https://gigaplus.makeshop.jp/catinc/common/images/examination_webcatalog/shop_img_04.png) no-repeat;
    background-size: cover;
  }
  #mainContents .sec_10 .wrapper .shop_container .shop_wrap .shop_wrap:nth-child(6) .shop_img {
    background: url(https://gigaplus.makeshop.jp/catinc/common/images/examination_webcatalog/shop_img_05.png) no-repeat;
    background-size: cover;
  }
  #mainContents .sec_10 .wrapper .shop_container .shop_wrap .shop_detail {
    width: 55%;
  }
  #mainContents .sec_10 .wrapper .shop_container .shop_wrap .shop_img {
    width: 45%;
  }
  #mainContents .sec_10 .wrapper .shop_container .shop_img {
    background: url(https://gigaplus.makeshop.jp/catinc/common/images/examination_webcatalog/shop_img_05.png) no-repeat;
    background-size: cover;
  }
  #mainContents .sec_10 .wrapper .shop_container .shop_img img {
    display: none;
  }
  #mainContents .foot_lead .lead_txt {
    font-size: 18px;
  }
  #mainContents footer .footer_pc .footer_base {
    width: 90%;
  }
  #mainContents footer .footer_pc .footer_base .logo {
    width: 135px;
    margin-right: 20px;
  }
  #mainContents footer .footer_pc .footer_base .footer_nav_list .footer_nav01 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #mainContents .sp_only {
    display: block;
  }
  #mainContents .pc_only {
    display: none;
  }
  #mainContents .link_btn {
    text-align: center;
    margin: 30px auto 0;
  }
  #mainContents .link_btn a {
    position: relative;
    width: 297px;
    font-size: 15px;
    border-radius: 30px;
    padding: 15px 0;
  }
  #mainContents .link_btn a::after {
    content: "";
    position: absolute;
    top: 43%;
    bottom: 0;
    right: 6%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #mainContents .link_btn a:hover {
    color: #6394AD;
    background-color: #fff;
    border: 1px solid #6394AD;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #mainContents .link_btn a:hover::after {
    border-top: 1px solid #6394AD;
    border-right: 1px solid #6394AD;
  }
  #mainContents .add_icon_01 {
    margin-bottom: 6px;
    width: 85px;
  }
  #mainContents .add_icon_02 {
    width: 135px;
  }
  #mainContents .add_icon_03 {
    position: absolute;
    top: 2.6666666667vw;
    left: 1.8666666667vw;
    width: 13.3333333333vw;
  }
  #mainContents .slider .slick-slide {
    margin: 0 1.4666666667vw;
  }
  #mainContents .slider .slick-slide img {
    margin-bottom: 15px;
  }
  #mainContents .slider .slick-slide .item_detail {
    display: block;
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #212121;
    line-height: 1.4;
    text-align: center;
  }
  #mainContents .slider .slick-slide .item_detail span {
    text-align: center;
    display: block;
  }
  #mainContents .slider .slick-slide .item_detail .price {
    font-weight: bold;
  }
  #mainContents .slider .slick-slide .item_detail .item_num {
    font-size: 10px;
  }
  #mainContents .slider .slide_btn {
    position: absolute;
    z-index: 99;
    top: 41.3333333333vw;
    width: 35px;
    cursor: pointer;
  }
  #mainContents .slider .slide_btn_prev {
    left: 5%;
  }
  #mainContents .slider .slide_btn_next {
    right: 5%;
  }
  #mainContents .mv .wrapper {
    width: 300px;
    height: 158px;
    margin-left: -150px;
    margin-top: -79px;
  }
  #mainContents .mv .mv_ttl {
    position: static;
    margin-top: 37px;
  }
  #mainContents .mv .mv_ttl .mv_logo {
    width: 156px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  #mainContents .mv .mv_ttl h1 {
    width: 208px;
    margin: 0 auto;
    padding: 10px;
    font-size: 17px;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    border: none;
  }
  #mainContents .mv .mv_img {
    margin-bottom: 35px;
  }
  #mainContents .mv .mv_img .pc_only {
    display: none;
  }
  #mainContents .mv .mv_img .sp_only {
    display: block;
  }
  #mainContents .lead_text,
#mainContents .bottom_text {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 54px;
  }
  #mainContents .lead_text {
    margin-top: 0;
  }
  #mainContents .bottom_text {
    margin-bottom: 30px;
    margin-top: 60px;
  }
  #mainContents .sec_01,
#mainContents .sec_02 {
    overflow: hidden;
    margin-bottom: 70px;
    padding-top: 50px;
    margin-top: -50px;
  }
  #mainContents .sec_01 .bnr_wrap,
#mainContents .sec_02 .bnr_wrap {
    margin-bottom: 30px;
  }
  #mainContents .sec_01 .bnr_wrap .bnr_bg,
#mainContents .sec_02 .bnr_wrap .bnr_bg {
    padding-top: 40%;
  }
  #mainContents .sec_01 .bnr_wrap .bnr_bg .bnr_ttl h2,
#mainContents .sec_02 .bnr_wrap .bnr_bg .bnr_ttl h2 {
    font-size: 4.5333333333vw;
  }
  #mainContents .sec_01 .bnr_wrap .bnr_bg .bnr_ttl span,
#mainContents .sec_02 .bnr_wrap .bnr_bg .bnr_ttl span {
    font-size: 2.4vw;
  }
  #mainContents .sec_01 .sec_lead,
#mainContents .sec_02 .sec_lead {
    margin-bottom: 30px;
    width: 100%;
    font-size: 12px;
  }
  #mainContents .sec_01 .style_03,
#mainContents .sec_02 .style_03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 38px;
  }
  #mainContents .sec_01 .style_03 .order,
#mainContents .sec_02 .style_03 .order {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  #mainContents .sec_01 .style_03 .style_img,
#mainContents .sec_02 .style_03 .style_img {
    width: 67%;
    margin-bottom: 25px;
  }
  #mainContents .sec_01 .style_03 .style_img .check_link_blue,
#mainContents .sec_02 .style_03 .style_img .check_link_blue {
    bottom: 4vw;
    left: 4vw;
  }
  #mainContents .sec_01 .style_03 .style_img .check_link_blue a,
#mainContents .sec_02 .style_03 .style_img .check_link_blue a {
    width: 16vw;
    height: 16vw;
    font-size: 2.4vw;
    line-height: 16vw;
  }
  #mainContents .sec_01 .style_03 .style_img .check_link_orange,
#mainContents .sec_02 .style_03 .style_img .check_link_orange {
    bottom: 4vw;
    right: 4vw;
  }
  #mainContents .sec_01 .style_03 .style_img .check_link_orange a,
#mainContents .sec_02 .style_03 .style_img .check_link_orange a {
    width: 16vw;
    height: 16vw;
    font-size: 2.4vw;
    line-height: 16vw;
  }
  #mainContents .sec_01 .style_03 .style_point .point_ttl,
#mainContents .sec_02 .style_03 .style_point .point_ttl {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
  }
  #mainContents .sec_01 .style_03 .style_point .point_txt,
#mainContents .sec_02 .style_03 .style_point .point_txt {
    width: 100%;
    font-size: 12px;
  }
  #mainContents .sec_01 .boys_area,
#mainContents .sec_02 .boys_area {
    margin: 0 auto 50px;
    padding-top: 50px;
    margin-top: -50px;
  }
  #mainContents .sec_01 .boys_area .boys_icon_02,
#mainContents .sec_02 .boys_area .boys_icon_02 {
    width: 90px;
    margin: 0 auto 15px;
    font-size: 10px;
    font-weight: 400;
  }
  #mainContents .sec_01 .boys_area .item_flex,
#mainContents .sec_02 .boys_area .item_flex {
    width: 87%;
  }
  #mainContents .sec_01 .boys_area .item_flex .item_wrap,
#mainContents .sec_02 .boys_area .item_flex .item_wrap {
    width: 44%;
    margin-right: 10%;
  }
  #mainContents .sec_01 .boys_area .item_flex .item_wrap:nth-of-type(2),
#mainContents .sec_02 .boys_area .item_flex .item_wrap:nth-of-type(2) {
    margin-right: 0;
  }
  #mainContents .sec_01 .boys_area .item_flex .item_wrap:nth-of-type(3),
#mainContents .sec_02 .boys_area .item_flex .item_wrap:nth-of-type(3) {
    margin-right: 10%;
  }
  #mainContents .sec_01 .boys_area .item_flex .item_wrap:nth-of-type(4),
#mainContents .sec_02 .boys_area .item_flex .item_wrap:nth-of-type(4) {
    margin-right: 0;
  }
  #mainContents .sec_01 .boys_area .item_flex .item_wrap:nth-of-type(5),
#mainContents .sec_02 .boys_area .item_flex .item_wrap:nth-of-type(5) {
    margin-right: 0;
  }
  #mainContents .sec_01 .boys_area .item_flex .item_wrap .item_img,
#mainContents .sec_02 .boys_area .item_flex .item_wrap .item_img {
    margin-bottom: 15px;
  }
  #mainContents .sec_01 .boys_area .item_flex .item_wrap .item_detail li,
#mainContents .sec_02 .boys_area .item_flex .item_wrap .item_detail li {
    margin-bottom: 25px;
  }
  #mainContents .sec_01 .boys_area .item_flex .item_wrap .item_detail a,
#mainContents .sec_02 .boys_area .item_flex .item_wrap .item_detail a {
    font-size: 12px;
  }
  #mainContents .sec_01 .boys_area .item_flex .item_wrap .item_detail a .item_num,
#mainContents .sec_02 .boys_area .item_flex .item_wrap .item_detail a .item_num {
    font-size: 10px;
  }
  #mainContents .sec_01 .girls_area,
#mainContents .sec_02 .girls_area {
    padding-top: 50px;
    margin-top: -50px;
  }
  #mainContents .sec_01 .girls_area .girls_icon_02,
#mainContents .sec_02 .girls_area .girls_icon_02 {
    width: 90px;
    margin: 0 auto 15px;
    font-size: 10px;
    font-weight: 400;
  }
  #mainContents .sec_01 .girls_area .item_flex,
#mainContents .sec_02 .girls_area .item_flex {
    width: 87%;
  }
  #mainContents .sec_01 .girls_area .item_flex .item_wrap,
#mainContents .sec_02 .girls_area .item_flex .item_wrap {
    width: 44%;
    margin-right: 10%;
  }
  #mainContents .sec_01 .girls_area .item_flex .item_wrap:nth-of-type(1),
#mainContents .sec_02 .girls_area .item_flex .item_wrap:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #mainContents .sec_01 .girls_area .item_flex .item_wrap:nth-of-type(2),
#mainContents .sec_02 .girls_area .item_flex .item_wrap:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #mainContents .sec_01 .girls_area .item_flex .item_wrap:nth-of-type(3),
#mainContents .sec_02 .girls_area .item_flex .item_wrap:nth-of-type(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 37%;
    margin-right: 0;
    margin-left: 4%;
  }
  #mainContents .sec_01 .girls_area .item_flex .item_wrap:nth-of-type(3) .item_img,
#mainContents .sec_02 .girls_area .item_flex .item_wrap:nth-of-type(3) .item_img {
    margin-bottom: 20px;
  }
  #mainContents .sec_01 .girls_area .item_flex .item_wrap:nth-of-type(3) .item_txt,
#mainContents .sec_02 .girls_area .item_flex .item_wrap:nth-of-type(3) .item_txt {
    margin-bottom: 8px;
  }
  #mainContents .sec_01 .girls_area .item_flex .item_wrap:nth-of-type(4),
#mainContents .sec_02 .girls_area .item_flex .item_wrap:nth-of-type(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
  }
  #mainContents .sec_01 .girls_area .item_flex .item_wrap:nth-of-type(5),
#mainContents .sec_02 .girls_area .item_flex .item_wrap:nth-of-type(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #mainContents .sec_01 .girls_area .item_flex .item_wrap:nth-of-type(5) .item_detail,
#mainContents .sec_02 .girls_area .item_flex .item_wrap:nth-of-type(5) .item_detail {
    margin-top: 38px;
  }
  #mainContents .sec_01 .girls_area .item_flex .item_wrap:nth-of-type(6),
#mainContents .sec_02 .girls_area .item_flex .item_wrap:nth-of-type(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    margin-right: 0;
  }
  #mainContents .sec_01 .girls_area .item_flex .item_wrap .item_img,
#mainContents .sec_02 .girls_area .item_flex .item_wrap .item_img {
    margin-bottom: 15px;
  }
  #mainContents .sec_01 .girls_area .item_flex .item_wrap .item_txt,
#mainContents .sec_02 .girls_area .item_flex .item_wrap .item_txt {
    width: 100%;
    font-size: 11px;
  }
  #mainContents .sec_01 .girls_area .item_flex .item_wrap .item_detail li,
#mainContents .sec_02 .girls_area .item_flex .item_wrap .item_detail li {
    margin-bottom: 25px;
  }
  #mainContents .sec_01 .girls_area .item_flex .item_wrap .item_detail a,
#mainContents .sec_02 .girls_area .item_flex .item_wrap .item_detail a {
    font-size: 12px;
  }
  #mainContents .sec_01 .girls_area .item_flex .item_wrap .item_detail a .item_num,
#mainContents .sec_02 .girls_area .item_flex .item_wrap .item_detail a .item_num {
    font-size: 10px;
  }
  #mainContents .sec_01 .fashion_sheet,
#mainContents .sec_02 .fashion_sheet {
    margin: 40px auto 0;
  }
  #mainContents .sec_01 .bnr_bg {
    background-image: url(https://gigaplus.makeshop.jp/catinc/common/images/chuugaku_exam/girls_style_sp.jpg);
  }
  #mainContents .sec_02 {
    margin-bottom: 50px;
  }
  #mainContents .sec_02 .bnr_bg {
    background-image: url(https://gigaplus.makeshop.jp/catinc/common/images/chuugaku_exam/boys_style_sp.jpg);
  }
  #mainContents .sec_03 {
    overflow: hidden;
    margin-bottom: 26px;
    padding-top: 50px;
    margin-top: -50px;
  }
  #mainContents .sec_03 .bnr_wrap {
    margin-bottom: 50px;
  }
  #mainContents .sec_03 .bnr_wrap .bnr_bg {
    padding-top: 40%;
    background-image: url(https://gigaplus.makeshop.jp/catinc/common/images/chuugaku_exam/basic_style_sp.jpg);
  }
  #mainContents .sec_03 .bnr_wrap .bnr_bg .bnr_ttl h2 {
    font-size: 4.5333333333vw;
  }
  #mainContents .sec_03 .bnr_wrap .bnr_bg .bnr_ttl span {
    font-size: 2.4vw;
  }
  #mainContents .sec_03 .detail_wrap .detail .item_detail ul {
    padding: 0 12px;
    margin-bottom: 22px;
  }
  #mainContents .sec_03 .detail_wrap .detail .item_detail li {
    width: 47.8%;
    margin-bottom: 28px;
  }
  #mainContents .sec_03 .detail_wrap .detail .item_detail li:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  #mainContents .sec_03 .detail_wrap .detail .item_detail li:nth-of-type(1) {
    margin-right: 4.4%;
  }
  #mainContents .sec_03 .detail_wrap .detail .item_detail li a {
    font-size: 12px;
  }
  #mainContents .sec_03 .detail_wrap .detail .item_detail li a .item_num {
    font-size: 10px;
  }
  #mainContents .sec_04 {
    overflow: hidden;
    margin-bottom: 55px;
    padding-top: 50px;
    margin-top: -50px;
  }
  #mainContents .sec_04 .bnr_wrap {
    margin-bottom: 25px;
  }
  #mainContents .sec_04 .bnr_wrap .bnr_bg {
    background-image: url(https://gigaplus.makeshop.jp/catinc/common/images/chuugaku_exam/outer_sp.jpg);
  }
  #mainContents .sec_04 .bnr_wrap .bnr_bg .bnr_ttl h2 {
    font-size: 4.5333333333vw;
  }
  #mainContents .sec_04 .bnr_wrap .bnr_bg .bnr_ttl span {
    font-size: 2.4vw;
  }
  #mainContents .sec_04 .item_name {
    line-height: 2.2;
    font-size: 18px;
    margin-bottom: 25px;
  }
  #mainContents .sec_04 .item_name span {
    padding-bottom: 2px;
  }
  #mainContents .sec_04 .item_area {
    margin: 0 auto 26px;
  }
  #mainContents .sec_04 .item_area .item_flex {
    width: 87%;
    margin: 0 auto;
  }
  #mainContents .sec_04 .item_area .item_flex .item_wrap {
    width: 44%;
  }
  #mainContents .sec_04 .item_area .item_flex .item_wrap .girls_icon_02 {
    width: 90px;
    margin: 0 auto 15px;
    font-size: 10px;
    font-weight: 400;
    font-family: "游ゴシック体", YuGothic;
    color: #F38200;
    border: 1px solid #F38200;
    border-radius: 13px;
    padding: 6px;
    text-align: center;
    letter-spacing: 0.06rem;
  }
  #mainContents .sec_04 .item_area .item_flex .item_wrap .boys_icon_02 {
    width: 90px;
    margin: 0 auto 15px;
    font-size: 10px;
    font-weight: 400;
    font-family: "游ゴシック体", YuGothic;
    color: #005DAB;
    border: 1px solid #005DAB;
    border-radius: 13px;
    padding: 6px;
    text-align: center;
    letter-spacing: 0.06rem;
  }
  #mainContents .sec_04 .item_area .item_flex .item_wrap .item_detail li {
    margin-bottom: 25px;
  }
  #mainContents .sec_04 .item_area .item_flex .item_wrap .item_detail a {
    font-size: 12px;
  }
  #mainContents .sec_04 .item_area .item_flex .item_wrap .item_detail a .item_num {
    font-size: 10px;
  }
  #mainContents #sec_10 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #mainContents .sec_10 {
    overflow: hidden;
    padding-bottom: 75px;
    padding-top: 55px;
  }
  #mainContents .sec_10 .wrapper .txt_ttl {
    font-size: 19px;
    margin-bottom: 25px;
  }
  #mainContents .sec_10 .wrapper .txt_ttl span {
    font-size: 10px;
  }
  #mainContents .sec_10 .wrapper .shop_link_btn a {
    font-size: 12px;
  }
  #mainContents .sec_10 .wrapper .shop_container {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
    display: block;
  }
  #mainContents .sec_10 .wrapper .shop_container .shop_wrap {
    max-width: 100%;
    width: 100%;
    height: 36vw;
    margin-bottom: 18px;
  }
  #mainContents .sec_10 .wrapper .shop_container .shop_wrap .shop_detail {
    width: 55%;
    padding: 2.6666666667vw;
    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;
  }
  #mainContents .sec_10 .wrapper .shop_container .shop_wrap .shop_detail .shop_detail_inner {
    width: 100%;
  }
  #mainContents .sec_10 .wrapper .shop_container .shop_wrap .shop_detail .shop_detail_inner .shop_name {
    font-size: 2.6666666667vw;
    padding: 1.3333333333vw 2vw;
  }
  #mainContents .sec_10 .wrapper .shop_container .shop_wrap .shop_detail .shop_detail_inner .shop_adress {
    font-size: 1.8666666667vw;
    line-height: 1.3;
    margin-bottom: 2.6666666667vw;
  }
  #mainContents .sec_10 .wrapper .shop_container .shop_wrap .shop_detail .shop_detail_inner .shop_phone {
    font-size: 2.6666666667vw;
    margin-bottom: 0;
  }
  #mainContents .sec_10 .wrapper .shop_container .shop_wrap .shop_detail .shop_detail_inner .shop_phone::before {
    content: "";
    width: 2vw;
    height: 2vw;
    margin-top: 0.4vw;
  }
  #mainContents .sec_10 .wrapper .shop_container .shop_wrap .shop_detail .shop_detail_inner .shop_limited {
    font-size: 1.6vw;
    padding: 1.0666666667vw;
  }
  #mainContents .sec_10 .wrapper .shop_container .shop_wrap .shop_detail .shop_detail_inner .shop_news {
    margin-top: 1.8666666667vw;
    font-size: 1.6vw;
    font-weight: 600;
    line-height: 1.3;
  }
  #mainContents .sec_10 .wrapper .shop_container .shop_wrap .shop_img {
    width: 45%;
    background: url(https://gigaplus.makeshop.jp/catinc/common/images/examination_webcatalog/shop_img_06.png) no-repeat;
    background-size: cover;
    height: 36vw;
  }
  #mainContents .sec_10 .wrapper .shop_container .shop_wrap .shop_img img {
    display: none;
  }
  #mainContents .sec_10 .wrapper .shop_container .shop_wrap:nth-child(2) .shop_img {
    background: url(https://gigaplus.makeshop.jp/catinc/common/images/examination_webcatalog/shop_img_01_new.png) no-repeat;
    background-size: cover;
  }
  #mainContents .sec_10 .wrapper .shop_container .shop_wrap:nth-child(3) .shop_img {
    background: url(https://gigaplus.makeshop.jp/catinc/common/images/examination_webcatalog/shop_img_02.png) no-repeat;
    background-size: cover;
  }
  #mainContents .sec_10 .wrapper .shop_container .shop_wrap:nth-child(4) .shop_img {
    background: url(https://gigaplus.makeshop.jp/catinc/common/images/examination_webcatalog/shop_img_03.png) no-repeat;
    background-size: cover;
  }
  #mainContents .sec_10 .wrapper .shop_container .shop_wrap:nth-child(5) .shop_img {
    background: url(https://gigaplus.makeshop.jp/catinc/common/images/examination_webcatalog/shop_img_04.png) no-repeat;
    background-size: cover;
  }
  #mainContents .sec_10 .wrapper .shop_container .shop_wrap:nth-child(6) .shop_img {
    background: url(https://gigaplus.makeshop.jp/catinc/common/images/examination_webcatalog/shop_img_05.png) no-repeat;
    background-size: cover;
  }
  #mainContents .sec_10 .wrapper .shop_container .last {
    display: none;
  }
  #mainContents .sec_10 .wrapper .shop_container .attention_txt {
    font-size: 1.6vw;
  }
  #mainContents .sec_10 .wrapper .shop_link_btn {
    margin: 6.6666666667vw auto 0;
  }
  #mainContents .foot_lead {
    margin: 0 auto 50px;
  }
  #mainContents .foot_lead .lead_txt {
    width: 100%;
    font-size: 12px;
  }
  #mainContents footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #mainContents footer .footer_pc {
    display: none;
  }
  #mainContents footer .footer_sp {
    display: block;
  }
  #mainContents footer .footer_sp .logo {
    width: 105px;
    margin: 0 auto;
  }
  #mainContents footer .footer_copy p {
    padding-top: 25px;
    font-size: 6px;
  }
  #mainContents .page_top_btn a {
    width: 15%;
    max-width: 60px;
    bottom: 20px;
    right: 20px;
    text-decoration: none;
  }
  #mainContents .follow_bnr a {
    width: 30%;
    max-width: 180px;
    bottom: 80px;
  }
}
@media only screen and (max-width: 1100px) {
  #mainContents .sp_tb_only {
    display: block;
  }
  #mainContents header .header_base {
    display: none;
  }
  #mainContents header .header_sp {
    position: relative;
    height: 50px;
  }
  #mainContents header .header_sp .logo {
    width: 87px;
    height: auto;
    margin: 0 auto;
    padding: 14px;
  }
  #mainContents header .header_sp .logo a {
    display: block;
  }
  #mainContents header .header_sp .logo a img {
    display: block;
    width: 87px;
    height: auto;
  }
  #mainContents header .header_sp .hamburger {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
  }
  #mainContents header .header_sp .hamburger .hamburger_inner {
    position: relative;
  }
  #mainContents header .header_sp .hamburger span {
    height: 1px;
    background-color: #fff;
    width: 25px;
    margin: 0 auto;
    left: 0;
    width: 20px;
    right: 0;
  }
  #mainContents header .header_sp .hamburger span:nth-child(1) {
    position: absolute;
    top: 17px;
    left: 0;
  }
  #mainContents header .header_sp .hamburger span:nth-child(2) {
    position: absolute;
    top: 25px;
    left: 0;
  }
  #mainContents header .header_sp .hamburger span:last-child {
    position: absolute;
    top: 33px;
    left: 0;
  }
  #mainContents header .header_sp .hamburger_menu {
    opacity: 0.9;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #000;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
  }
  #mainContents header .header_sp .hamburger_menu .hamburger_inner {
    width: 50px;
    height: 50px;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
  }
  #mainContents header .header_sp .hamburger_menu .hamburger_inner span {
    width: 18px;
    height: 1px;
    background-color: #fff;
    width: 25px;
    margin: 0 auto;
    left: 0;
    width: 25px;
    right: 0;
  }
  #mainContents header .header_sp .hamburger_menu .hamburger_inner span:nth-child(1) {
    position: absolute;
    top: 25px;
    left: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #mainContents header .header_sp .hamburger_menu .hamburger_inner span:nth-child(2) {
    position: absolute;
    top: 25px;
    left: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #mainContents header .header_sp .hamburger_menu .hamburger_drawer .hamburger__menulist {
    margin-left: 16px;
    margin-right: 16px;
  }
  #mainContents header .header_sp .hamburger_menu .hamburger_drawer .hamburger__menulist a {
    position: relative;
    width: 100%;
    display: block;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #707070;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #mainContents header .header_sp .hamburger_menu .hamburger_drawer .hamburger__menulist a span {
    position: absolute;
    width: 8px;
    top: 0;
    right: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
    margin-top: -3px;
  }
  #mainContents header .header_sp .hamburger_menu .hamburger_drawer .hamburger__menulist a span::before {
    content: "";
    width: 8px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  #mainContents header .header_sp .hamburger_menu .hamburger_drawer .hamburger__menulist a span::after {
    content: "";
    width: 8px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 4px;
    right: -4px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #mainContents header .header_sp .hamburger_menu .remove_black {
    height: 100%;
  }
  #mainContents header .header_sp .hamburger_menu.open {
    z-index: 999;
    position: fixed;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
  }
}/*# sourceMappingURL=chuugaku_exam.css.map */</pre></body></html>