<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@media screen and (max-width: 768px) {
  /*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

  base

  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
  body {
    color: #31353b;
    font-size: 13px;
    line-height: 24px;
    padding-top: 55px;
  }
  .inner {
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  /*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

  header

  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
  header {
    height: 55px;
  }
  header .inner {
    height: 55px;
    width: 100%;
  }
  header .logo {
    padding-left: 15px;
  }
  header .logo img {
    width: 162px;
  }
  header .logo img[src*="50th"] {
    width: 174px;
  }
  header .rightBox .Nav {
    display: none;
  }
  header .rightBox .document {
    margin: 0;
    height: 55px;
    display: block;
  }
  header .rightBox .document a {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    background: #ff6565;
    color: #fff;
    font-size: 7.5px;
    padding: 0;
    line-height: 1;
    height: 55px;
    width: 55px;
    position: relative;
  }
  header .rightBox .document a::before {
    background: url(../img/common/DocumentIcon03.png) no-repeat center;
    background-size: 12px auto;
    content: "";
    display: block;
    width: 21px;
    height: 18px;
    margin-bottom: 5px;
  }
  header .rightBox dl dt {
    height: 55px;
    width: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    font-size: 7.5px;
    letter-spacing: 0.5px;
    color: #014099;
    padding-top: 6px;
  }
  header .rightBox dl dt.open {
    letter-spacing: 0.5px;
  }
  header .rightBox dl dt.open::before {
    background: url(../img/common/sp_search_icon02.png) no-repeat center;
    background-size: 16px auto;
  }
  header .rightBox dl dt::before {
    background: url(../img/common/sp_search_icon01.png) no-repeat center;
    background-size: 16px auto;
    margin-right: 0;
    width: 21px;
    height: 18px;
  }
  header .rightBox dl dd {
    display: none;
    position: fixed;
    width: 100%;
    right: 0;
    padding: 15px;
    background-color: rgba(1, 64, 153, 0.95);
    z-index: 2;
  }
  header .rightBox .searcBox {
    background: #fff;
    padding: 13px 10px 12px;
    padding-left: 40px;
  }
  header .rightBox .searcBox::before {
    left: 10px;
  }
  header .rightBox .searcBox .searcText {
    width: calc(100% - 40px);
  }
  header .rightBox .searcBox .searcBtn {
    background: url(../img/common/sp_search_icon03.png) no-repeat left center;
    background-size: 40px auto;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    text-indent: -80px;
  }
  header .rightBox .btn {
    display: none;
  }
  header .spMenu {
    display: block;
    background: #014099;
  }
  header .spMenu .spBtn {
    color: #fff;
    height: 55px;
    width: 55px;
    font-size: 7.5px;
    letter-spacing: 0.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  header .spMenu .spBtn p {
    position: relative;
    width: 21px;
    height: 18px;
    margin-bottom: 5px;
  }
  header .spMenu .spBtn p span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  header .spMenu .spBtn p span:nth-of-type(1) {
    top: 2px;
  }
  header .spMenu .spBtn p span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
  }
  header .spMenu .spBtn p span:nth-of-type(3) {
    bottom: 2px;
  }
  header .spMenu .spBtn em {
    line-height: 1;
  }
  header .spMenu .spBtn.active span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
            transform: translateY(5px) rotate(-45deg);
  }
  header .spMenu .spBtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .spMenu .spBtn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
            transform: translateY(-7px) rotate(45deg);
  }
  header .spMenu .nav_inner {
    position: fixed;
    display: none;
    width: 100%;
    height: calc(100% - 55px);
    right: 0;
    padding: 35px;
    background-color: rgba(27, 64, 152, 0.9);
    overflow-y: scroll;
  }
  header .spMenu p.menuBtn {
    margin-bottom: 10px;
  }
  header .spMenu p.menuBtn a {
    height: 50px;
    width: 100%;
    line-height: 1;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
  }
  header .spMenu p.menuBtn a span {
    font-size: 11px;
    padding-left: 10px;
  }
  header .spMenu p.menuBtn a::before {
    content: "";
    display: block;
    height: 50px;
    width: 26px;
    background: url(../img/common/icon01.png) no-repeat left center;
    background-size: 26px auto;
    margin-right: 12px;
  }
  header .spMenu ul.menuBtn {
    width: 100%;
    background: #fff;
  }
  header .spMenu ul.menuBtn &gt; li {
    border-bottom: 1px solid #bcc6d4;
  }
  header .spMenu ul.menuBtn &gt; li &gt; span, header .spMenu ul.menuBtn &gt; li &gt; a {
    height: 48px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
    padding: 0 25px;
  }
  header .spMenu ul.menuBtn &gt; li &gt; span.menuTitle, header .spMenu ul.menuBtn &gt; li &gt; a.menuTitle {
    position: relative;
    padding-right: 15px;
    -webkit-transition: color ease 0.3s;
    transition: color ease 0.3s;
  }
  header .spMenu ul.menuBtn &gt; li &gt; span.menuTitle::before, header .spMenu ul.menuBtn &gt; li &gt; a.menuTitle::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: 6px auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.165' height='9.687' viewBox='0 0 6.165 9.687'%3E%0A %3Cpath id='%E3%83%91%E3%82%B9_2215' data-name='%E3%83%91%E3%82%B9 2215' d='M-7069.492-5247.477l4.145-4.051,4.144,4.051' transform='translate(-5246.762 7070.191) rotate(90)' fill='none' stroke='%231b4098' stroke-width='2'/%3E%0A%3C/svg%3E%0A%0A");
    background-position: center;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-40%) rotate(90deg);
            transform: translateY(-40%) rotate(90deg);
    right: 17px;
  }
  header .spMenu ul.menuBtn &gt; li &gt; span.menuTitle.open::before, header .spMenu ul.menuBtn &gt; li &gt; a.menuTitle.open::before {
    -webkit-transform: translateY(-40%) rotate(-90deg);
            transform: translateY(-40%) rotate(-90deg);
  }
  header .spMenu ul.menuBtn &gt; li &gt; ul {
    width: 100%;
    padding: 16px 15px 15px 24px;
    border-top: 1px solid #bcc6d4;
    display: none;
    font-size: 14px;
    line-height: 2.1;
    letter-spacing: 0em;
    font-weight: 500;
  }
  header .spMenu ul.menuBtn &gt; li &gt; ul &gt; li:not(:last-child) {
    margin-bottom: 16px;
  }
  header .spMenu ul.menuBtn &gt; li &gt; ul p {
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: 7px;
  }
  header .spMenu ul.menuBtn &gt; li &gt; ul p a {
    display: block;
    background-repeat: no-repeat;
    background-size: 6px auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.165' height='9.687' viewBox='0 0 6.165 9.687'%3E%0A %3Cpath id='%E3%83%91%E3%82%B9_2215' data-name='%E3%83%91%E3%82%B9 2215' d='M-7069.492-5247.477l4.145-4.051,4.144,4.051' transform='translate(-5246.762 7070.191) rotate(90)' fill='none' stroke='%231b4098' stroke-width='2'/%3E%0A%3C/svg%3E%0A%0A");
    background-position: right top 10px;
    position: relative;
    padding-right: 15px;
    color: #1B4098;
    padding-left: 30px;
  }
  header .spMenu ul.menuBtn &gt; li &gt; ul p a.courseIcon01::before {
    content: "";
    display: block;
    background-image: url("../img/h_courseIcon01SP.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 22px 17px;
    width: 22px;
    min-width: 22px;
    height: 17px;
    position: absolute;
    top: 2px;
    left: 0;
  }
  header .spMenu ul.menuBtn &gt; li &gt; ul p a.courseIcon02::before {
    content: "";
    display: block;
    background-image: url("../img/h_courseIcon02SP.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 14px 18px;
    width: 14px;
    min-width: 14px;
    height: 18px;
    position: absolute;
    top: 2px;
    left: 3px;
  }
  header .spMenu ul.menuBtn &gt; li &gt; ul p a.courseIcon03::before {
    content: "";
    display: block;
    background-image: url("../img/h_courseIcon03SP.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20px 17px;
    width: 20px;
    min-width: 20px;
    height: 17px;
    position: absolute;
    top: 2px;
    left: 0;
  }
  header .spMenu ul.menuBtn &gt; li &gt; ul p + ul {
    margin-left: 30px;
  }
  header .spMenu ul.menuBtn &gt; li &gt; ul ul li:not(:last-child) {
    margin-bottom: 1px;
  }
  header .spMenu .menuBtn02 {
    font-size: 13px;
    margin-top: 30px;
  }
  header .spMenu .menuBtn02 li {
    margin-top: 10px;
  }
  header .spMenu .menuBtn02 li a {
    color: #fff;
    text-indent: -17px;
    display: inline-block;
    padding-left: 17px;
  }
  header .spMenu .menuBtn02 li a::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 4px transparent solid;
    border-left: 8px #fff solid;
    margin-top: 0;
    position: relative;
    top: 0;
    margin-right: 5px;
  }
  /*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

  footer

  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
  footer .footerTop .inner {
    max-width: none;
    width: 335px;
    margin: 0 auto;
    padding: 0;
    padding-top: 50px;
    padding-bottom: 25px;
  }
  footer .connecting {
    background: none;
    display: block;
    margin-bottom: 30px;
  }
  footer .connecting__box {
    background: #fff;
    width: 100%;
    display: block;
    padding: 23px 0 20px;
  }
  footer .connecting__box .connectingBtn {
    margin: 10px auto 0;
  }
  footer .connecting__box.box01 {
    padding-left: 0;
    margin-bottom: 10px;
    border-right: none;
  }
  footer .connecting__box.box01 .con {
    background-size: 46px auto;
    padding: 0 0 3px 53px;
    margin-left: 20px;
  }
  footer .connecting__box.box01 .con .conTel .text01 {
    font-size: 14px;
  }
  footer .connecting__box.box01 .con .conTel .text02 {
    font-size: 29px;
  }
  footer .connecting__box.box01 .con .conText {
    letter-spacing: 0;
    text-align: left;
    padding: 0;
  }
  footer .connecting__box.box02 {
    padding: 15px 0 20px;
  }
  footer .connecting__box.box02 .con {
    background-size: 46px auto;
    padding: 0 0 3px 53px;
    margin-left: 20px;
  }
  footer .connecting__box.box02 .con .conText {
    font-size: 15px;
  }
  footer .connecting__box.box02 .con .conText span {
    font-size: 14px;
  }
  footer .footerMenu {
    display: block;
  }
  footer .footerMenu__box {
    width: 100%;
  }
  footer .footerMenu__box:not(:last-child) {
    padding-right: 0;
  }
  footer .footerMenu__single {
    margin-bottom: 15px;
  }
  footer .footerBottom .inner {
    max-width: none;
    width: 335px;
    margin: 0 auto;
    padding: 0;
    padding-top: 28px;
    padding-bottom: 65px;
  }
  footer .conTop {
    margin-bottom: 15px;
  }
  footer .conTop .footerLogo {
    margin-top: 15px;
  }
  footer .conTop .footerLogo img {
    width: 175px;
  }
  footer .conTop .footerLogo img[src*="50th"] {
    width: 196px;
  }
  footer .conBottom {
    display: block;
  }
  footer .conBottom .footerNav {
    margin-bottom: 20px;
  }
  footer .conBottom .footerNav li {
    margin-bottom: 10px;
  }
  /*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

  sideNav

  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
  .sideNav {
    display: none;
  }
  /*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

  bottomNav

  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
  .bottomNav {
    width: 100%;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2;
  }
  .bottomNav li {
    width: 20.75%;
    border: 2px solid #1b4fa0;
    border-right: none;
  }
  .bottomNav li:last-child {
    border-right: 2px solid #1b4fa0;
    width: 17%;
  }
  .bottomNav li.pink {
    border-color: #f44848;
    border-right: none;
  }
  .bottomNav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
    height: 55px;
    position: relative;
    font-size: 10px;
    color: #014099;
    background-color: rgba(255, 255, 255, 0.9);
  }
  /* .bottomNav li.icon01 a {
    color: #fff;
    background-color: #f37171;
  } */
  .bottomNav li.pink a {
    color: #fff;
    background-color: #f37171;
  }
  .bottomNav li.icon05 a {
    color: #fff;
    background-color: rgba(1, 64, 153, 0.9);
  }
  .bottomNav li a:before {
    content: "";
    display: block;
    height: 15.5px;
    margin-bottom: 5px;
  }
  .bottomNav li.icon01 a:before {
    background: url(../img/common/bottom_icon01.png) no-repeat center;
    background-size: 13px auto;
    width: 13px;
  }
  .bottomNav li.icon01.pink a:before {
    background: url(../img/common/bottom_icon01_color.png) no-repeat center;
    background-size: 13px auto;
    width: 13px;
  }
  .bottomNav li.icon02 a:before {
    background: url(../img/common/bottom_icon02.png) no-repeat center;
    background-size: 12.5px auto;
    width: 12.5px;
  }
  .bottomNav li.icon02.pink a:before {
    background: url(../img/common/bottom_icon02_color.png) no-repeat center;
    background-size: 12.5px auto;
    width: 12.5px;
  }
  .bottomNav li.icon03 a:before {
    background: url(../img/common/bottom_icon03.png) no-repeat center;
    background-size: 15px auto;
    width: 15px;
  }
  .bottomNav li.icon04 a:before {
    background: url(../img/common/bottom_icon04.png) no-repeat center;
    background-size: 16px auto;
    width: 16px;
  }
  .bottomNav li a.counseling:before {
    background: url(../img/common/bottom_icon04_counseling.png) no-repeat center;
    background-size: 16px auto;
    width: 16px;
  }
  .bottomNav li.icon05 a:before {
    background: url(../img/common/bottom_icon05.png) no-repeat center;
    background-size: 15.5px auto;
    width: 15.5px;
  }
  .bottomNav li.icon06 a:before {
    background: url(../img/common/bottom_icon06.png) no-repeat center;
    background-size: contain;
    width: 16px;
  }
  /*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

  pageTop

  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
  #pageTop {
    display: none;
  }
  /*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

  パンクズ

  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
  .pnkz {
    margin: 35px auto;
  }
  .pnkz li.top a {
    background: url(../img/common/icon02.png) no-repeat left center;
    background-size: 13px 12px;
    padding-left: 18px;
  }
  .pnkz li a:hover {
    color: #31353b;
  }
  /*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

  共通パーツ -&gt; タブ

  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
  /*------------------------------
  cate
  ------------------------------*/
  .allArea .tabArea.cate {
    margin-bottom: 25px;
  }
  .allArea .tabArea.cate li {
    margin: 0 5px 15px;
  }
  /*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

  共通パーツ -&gt; 矢印

  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
  .arrow:before {
    width: 13px;
  }
  .arrow:after {
    width: 8px;
    height: 8px;
  }
  /*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

  共通パーツ -&gt; ボタン

  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
  /*------------------------------
  btn01
  ------------------------------*/
  .btn01 {
    max-width: 250px;
    background: #01368d;
    letter-spacing: 0.5px;
    padding-right: 40px;
    margin: 20px auto;
  }
  .btn01:before {
    top: 50%;
    right: 13px;
    margin-top: -2px;
  }
  .btn01:hover:before {
    width: 13px;
    right: 13px;
  }
  .btn01:after {
    top: 50%;
    right: 12px;
    margin-top: -6px;
  }
  .btn01:hover:after {
    right: 12px;
  }
  .btn01 span {
    background: #014099;
    padding: 13px 5px;
    letter-spacing: -0.5px;
  }
  _:-ms-lang(x), .btn01 span {
    padding: 16px 10px 12px;
  }
  .btn01:hover span {
    color: #fff;
    background: #014099;
  }
  /*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

  共通パーツ -&gt; 見出し

  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
  /*------------------------------
  .topTitle
  ------------------------------*/
  /* .topTitle{
    font-size:16px;
    margin-bottom:40px;
  }
  .topTitle:before,
  .topTitle:after{
    width: 27px;
    height: 10px;
  }
  .topTitle:before{
    background:url(../img/common/tti_icon01.png);
    background-size: 100% auto;
    margin-right:14px;
  }
  .topTitle:after{
    background:url(../img/common/tti_icon02.png);
    background-size: 100% auto;
    margin-left:14px;
  } */
  .topTitle {
    font-size: 18px;
    letter-spacing: 0.025em;
    margin-bottom: 40px;
    position: relative;
  }
  .topTitle:before,
  .topTitle:after {
    width: 27px;
    height: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .topTitle:before {
    background: url(../img/common/tti_icon01.png);
    background-size: 100% auto;
    margin-right: 14px;
    left: 0;
  }
  .topTitle:after {
    background: url(../img/common/tti_icon02.png);
    background-size: 100% auto;
    margin-left: 14px;
    right: 0;
  }
  /*------------------------------
  pageTitle
  ------------------------------*/
  .pageTitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .pageTitle:before {
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }
  .pageTitle02 {
  font-size: 16px;
  margin: 0 0 36px;
  }
  .pageTitle02:after {
  bottom: -6px;
  }
  /*------------------------------
  headlineType01
  ------------------------------*/
  .headlineType01 {
    line-height: 28px;
    font-size: 14px;
    margin: 30px 0 23px;
  }
  .headlineType01:after {
    width: 50px;
    height: 1px;
  }
  /*------------------------------
  headlineType02
  ------------------------------*/
  .headlineType02 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .headlineType02:before {
    width: 27px;
    height: 10px;
    background: url(../img/common/tti_icon01.png);
    background-size: 100% auto;
    margin-right: 5px;
  }
  /*------------------------------
  headlineType03
  ------------------------------*/
  .headlineType03 {
    margin-bottom: 15px;
  }
  .headlineType03 span {
    padding: 0 10px;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
  }
  .headlineType03 span:after {
    right: -10px;
    border-width: 25px 0 0 10px;
  }
  /*------------------------------
  headlineType04
  ------------------------------*/
  .headlineType04 {
    font-size: 14px;
    line-height: 24px;
    padding-left: 33px;
    margin-bottom: 20px;
  }
  .headlineType04:before {
    width: 25px;
    top: 13px;
  }
  /*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

  共通パーツ -&gt; サムネイル

  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
  /*------------------------------
  hoverThumbnailMore
  ------------------------------*/
  .hoverThumbnailMore {
    width: 100%;
    height: 95px;
    background: #f5f5f5;
  }
  .hoverThumbnailMore img {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
    -webkit-transition: none;
    transition: none;
    top: 50%;
    width: auto;
    height: 100%;
  }
  .hoverThumbnailMore img.photoW {
    top: 50%;
    width: 100%;
    height: auto;
  }
  .humanIntroduction.noSlide.teacher .hoverThumbnailMore img {
    top: 50%;
    width: auto;
    height: 100%;
  }
  .humanIntroduction.noSlide.teacher .hoverThumbnailMore img.photoW {
    top: 50%;
    width: 100%;
    height: auto;
  }
  a:hover .hoverThumbnailMore img {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
  .hoverThumbnailMore .more {
    display: none;
  }
  /*------------------------------
  hoverThumbnailUp
  ------------------------------*/
  .hoverThumbnailUp img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  a:hover .hoverThumbnailUp img {
    opacity: 1;
  }
  a:hover .hoverThumbnailUp .iconText {
    background-color: rgba(75, 104, 146, 0.5);
  }
  .hoverThumbnailUp .iconText:before {
    display: none;
  }
  .hoverThumbnailUp .iconText:after {
    display: none;
  }
  .hoverThumbnailUp .iconText span {
    font-size: 13px;
  }
  a:hover .hoverThumbnailUp .iconText span {
    top: 50%;
  }
  /*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

  共通パーツ -&gt; 各ページパーツ

  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
  /*------------------------------
  lecturerBox（人物紹介）
  ------------------------------*/
  .lecturerBox {
    display: block;
  }
  .lecturerBox .photo {
    margin: 0 auto 20px;
    width: 100%;
  }
  .lecturerBox .photo img {
    width: auto;
    max-width: 66.6%;
    margin: 0 auto;
    display: block;
  }
  .lecturerBox .text {
    width: 100%;
  }
  .lecturerBox .text dl {
    border-left: 2.5px solid #014099;
    padding: 5px 0 0 10px;
  }
  .lecturerBox .text dl dt {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .lecturerBox .text dl dd {
    font-size: 13px;
    line-height: 24px;
  }
  .cat span a:hover {
    color: #31353b;
    background: #fff;
    border-color: #dedede;
  }
  /*------------------------------
  courseList（受付中講座）
  ------------------------------*/
  .courseList {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin-bottom: 15px;
  }
  .courseList .title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .courseList .linkButton {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .courseList .box {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .courseList .spCategory {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .courseList .title,
  .courseList .linkButton,
  .courseList .box {
    padding: 10px 10px;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
  .courseList .title,
  .courseList .box {
    min-height: auto;
  }
  .courseList .courseListIcon + .title {
    padding-top: 43px;
  }
  .courseList .popUp + .title {
    padding-top: 43px;
  }
  .courseList .badgeIcon + .title {
    padding-top: 43px;
  }
  /* courseListIcon */
  .courseList .courseListIcon {
    top: 10px;
    left: 10px;
  }
  /*popUp*/
  .courseList .popUp {
    top: 13px;
    left: 10px;
  }
  .courseList .popUp:has(+ .courseListIcon) {
    left: 80px;
  }
  .courseList .popUp:has(+ .courseListIcon.iconLive) {
    left: 115px;
  }
  .courseList .popUp:has(+ .badgeIcon) {
    left: 80px;
  }
  .courseList .popUp:has(+ .badgeIcon.iconLive) {
    left: 115px;
  }
  .textBody .popUp span, .allArea .popUp span {
    font-size: 13px;
  }
  /*
  .courseList .popUp::before {
    border-width: 0 11px 10px 0;
    bottom: -9px;
    left: 20px;
    margin-left: -5px;
  }
  .courseList .popUp::after {
    border-width: 0 8px 7px 0;
    bottom: -6px;
    left: 20px;
    margin-left: -3px;
  }
  */
  /*title*/
  .courseList .title {
    padding-right: 10px;
    min-height: 60px;
    padding-top: 10px;
  }
  .courseList .title .name {
    font-size: 13px;
  }
  .courseList .title .name span,
  .courseList .title .name a {
    font-size: 10px;
  }
  .courseList .title .name a:hover {
    color: #014099;
    background: #fff;
  }
  .courseList .title .name span.intro {
    padding: 0;
    margin: 5px 0 0;
  }
  .courseList .title .categoryBox span {
    display: none;
  }
  /*linkButton*/
  .courseList .linkButton {
    grid-row: auto !important;
    grid-column: auto !important;
    border-left: none;
    border-top: 1px solid #dedede;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px;
  }
  .courseList .linkButton a {
    height: 50px;
    font-size: 13px;
    padding: 5px 10px;
  }
  .courseList .linkButton .type01 {
    margin-bottom: 0;
    margin-right: 3px;
  }
  .courseList .linkButton .type01:before {
    width: 13px;
    height: 12px;
  }
  .courseList .linkButton .type02 {
    margin-left: 3px;
  }
  .courseList .linkButton .type02:before {
    margin-right: 5px;
  }
  .courseList .linkButton .type01:hover {
    background: #fff;
    color: #014099;
  }
  .courseList .linkButton .type01:hover:before {
    background: url(../img/common/icon22.png) no-repeat left center;
    background-size: 100% auto;
  }
  .courseList .linkButton .type02:hover {
    background: #014099;
    color: #fff;
  }
  .courseList .linkButton .type02:hover:before {
    background: url(../img/common/icon23.png) no-repeat left center;
    background-size: 100% auto;
  }
  /*box*/
  .courseList .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 10px;
  }
  .courseList .box dl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    min-width: 50%;
    margin: 5px 0;
  }
  .courseList .box dl dt {
    padding: 0 7px;
    height: 20px;
    border-radius: 15px;
    margin-right: 10px;
    word-break: keep-all;
  }
  .courseList .box dl dd {
    margin-right: 15px;
    padding-top: 1px;
  }
  /*spCategory*/
  .courseList .spCategory {
    display: block;
    border-top: 1px solid #dedede;
    padding: 10px 10px;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .courseList .spCategory ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .courseList .spCategory ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 26px;
    background: #bdbdbd;
    color: #fff;
    line-height: 1;
    font-size: 12px;
    margin: 0 1px;
  }
  .courseList .spCategory ul li.active {
    background: #4a658c;
  }
  .courseList .spCategory ul li:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
  }
  .courseList .spCategory ul li.category01:before {
    background: url(../img/common/icon21.png) no-repeat left center;
    background-size: 100% auto;
    width: 18px;
    height: 15px;
  }
  .courseList .spCategory ul li.category02:before {
    background: url(../img/common/icon26.png) no-repeat left center;
    background-size: 100% auto;
    width: 19px;
    height: 12px;
  }
  .courseList .spCategory ul li.category03:before {
    background: url(../img/common/icon27.png) no-repeat left center;
    background-size: 100% auto;
    width: 18px;
    height: 17px;
  }
  /*------------------------------
  アンカーリンク
  ------------------------------*/
  .anchorLink {
    margin-bottom: 45px;
    width: 100%;
  }
  .anchorLink &gt; li {
    max-width: 246px;
    width: 100%;
  }
  .anchorLink &gt; li &gt; a {
    width: 100%;
    height: 75px;
    font-size: 11px;
  }
  .anchorLink &gt; li &gt; a:before {
    left: 3px;
    font-size: 23px;
  }
  .anchorLink &gt; li &gt; a:after {
    bottom: -20px;
    width: 19px;
    height: 19px;
    margin-left: -9.5px;
  }
  .anchorLink &gt; li &gt; a:hover {
    background: #fff;
    color: #014099;
  }
  .anchorLink &gt; li &gt; a:hover:before {
    color: #014099;
  }
  .anchorLink &gt; li &gt; a:hover:after {
    content: normal;
  }
  /*pageIndex*/
  .anchorLink.pageIndex {
    margin-top: 45px;
    display: block;
  }
  .anchorLink.pageIndex &gt; li {
    max-width: 100%;
    border: 1px solid #dedede;
    border-bottom: none;
    max-width: none;
  }
  .anchorLink.pageIndex &gt; li.under {
    border-bottom: none;
  }
  .anchorLink &gt; li:last-child {
    border-bottom: 1px solid #dedede !important;
  }
  .anchorLink &gt; li &gt; a {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.38px;
    height: 50px;
    font-weight: 700;
  }
  .anchorLink &gt; li &gt; a:before {
    top: 0;
  }
  .anchorLinkMore {
    position: static;
    visibility: visible;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    display: none;
  }
  .anchorLinkMore ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .anchorLinkMore ul li {
    width: 33.3%;
  }
  .anchorLinkMore ul li:not(:last-child) {
    border-right: 1px solid #4c74b1;
  }
  .anchorLinkMore ul li a {
    padding: 13px 5px;
    font-size: 13px;
  }
  /*------------------------------
  anchorBox
  ------------------------------*/
  .anchorBox {
    margin: 0;
    padding-bottom: 0;
  }
  .anchorBox.graybox {
    margin: 120px 0 0;
  }
  .anchorBox article {
    padding-top: 55px;
    margin-top: -55px;
  }
  section.anchorBox article:last-child {
    margin-bottom: 70px;
  }
  section.anchorBox.graybox article:last-child {
    margin-bottom: 0;
  }
  .anchorBox article.backcolor {
    margin-bottom: 0;
  }
  .anchorBox article .articleWrapper {
    padding: 10px 0 45px;
  }
  .anchorBox article.backcolor .articleWrapper {
    background: none;
    padding-top: 0;
  }
  /*pageIndex*/
  .anchorBox.pageIndex {
    /*margin: 120px 0 0;*/
    padding-bottom: 70px;
  }
  .anchorBox.pageIndex #anchorBox01 .courseList:first-of-type {
    margin-top: 0 !important;
  }
  .anchorBox.pageIndex article {
    padding-bottom: 25px;
  }
  /*ttl*/
  .anchorBox.pageIndex article .ttl {
    padding: 5px 15px 4px 45px;
    font-size: 15px;
    margin-bottom: 25px;
  }
  .anchorBox.pageIndex article .ttl:before {
    top: 8px;
  }
  .anchorBox.pageIndex article .ttl span {
    padding: 0;
    font-size: 13px;
    line-height: 140%;
  }
  /*ttlCourse*/
  .anchorBox.pageIndex article .ttlCourse {
    font-size: 15px;
    margin-bottom: 20px;
    padding-left: 30px;
  }
  .anchorBox.pageIndex article .ttlCourse:before {
    height: 20px;
    width: 20px;
    top: 2px;
  }
  .anchorBox.pageIndex article .readTextCourse {
    margin-bottom: 20px;
  }
  .anchorBox.pageIndex article .ttl02 {
    font-size: 18px;
    padding: 80px 0 20px;
    margin: -70px 0 20px;
  }
	dl.list {
  margin-top:35px;
  display: block;
}
dl.list.mtNone{
  margin-top:0;
}
dl.list dt,
dl.list dd{
  line-height: 20px;
  margin-bottom: 5px;
}
dl.list dt {
  text-align: left;
}
dl.list dd {
  text-align: left;
  width:100%;
}
dl.list dd:last-child{
  margin-bottom:0;
}
  /*------------------------------
  リンクボックス
  ------------------------------*/
  .photoBtnBox {
    margin: 35px auto 25px;
    width: 100%;
    display: block;
  }
  .photoBtnBox .photo {
    max-width: none;
  }
  .photoBtnBox .photo img {
    display: block;
    margin: 0 auto 20px;
    padding-right: 0;
    width: auto;
  }
  /*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

  共通パーツ -&gt; スライド

  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
  /*------------------------------
  共通設定
  ------------------------------*/
  /* Dots */
  .dotsSlide .slick-dots {
    height: 8px;
    bottom: -25px;
  }
  .dotsSlide .slick-dots li {
    width: 25px;
    height: 8px;
  }
  .dotsSlide .slick-dots li button {
    width: 25px;
    height: 8px;
  }
  .dotsSlide .slick-dots li button:before {
    width: 4px;
    height: 4px;
  }
  .dotsSlide .slick-dots li.slick-active button:before {
    width: 8px;
    height: 8px;
  }
  /*------------------------------
  newsIntroduction
  ------------------------------*/
  .newsIntroduction .box {
    padding: 0 1px;
  }
  .newsIntroduction .slick-list {
    padding-top: 5px !important;
  }
  .newsIntroduction .box .category {
    min-width: 50px;
    padding: 5px 7px;
  }
  .newsIntroduction .box .text {
    padding: 5px 10px;
  }
  .newsIntroduction .box .text .title {
    font-size: 12px;
    line-height: 16px;
  }
  .newsIntroduction .box:hover .text .title {
    color: #31353b;
  }
  .newsIntroduction .box .time {
    font-size: 10px;
  }
  /*------------------------------
  humanIntroduction
  ------------------------------*/
  .humanIntroduction .box {
    padding: 0 1px;
  }
  .humanIntroduction .box p {
    margin-top: 10px;
  }
  /*スライドなし*/
  .humanIntroduction.noSlide .box {
    margin: 0 10px 10px 0;
    width: calc(33.3% - 10px);
  }
  .humanIntroduction.noSlide .box:nth-child(5n) {
    margin-right: 10px;
  }
  .humanIntroduction.noSlide .box:nth-child(3n) {
    margin-right: 0;
  }
  .humanIntroduction.noSlide .box p.sub,
  .humanIntroduction .box p.sub {
    font-size: 13px;
    line-height: 18px;
    padding: 0 5px;
  }
  /*2カラムbtn*/
  .school_btn {
    width: 100%;
    display: block;
  }
  .school_btn a.btn01 {
    max-width: 80vw;
  }
  .content + .school_btn {
    margin: -40px 0 0;
  }
  /*pickBox*/
  .pickBox {
    margin: 20px auto 30px;
  }
  /*ボタンボックス*/
  .bottomLinkBox {
    display: block;
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 40px auto;
  }
  .bottomLinkBox li {
    max-width: 345px;
    margin: 10px auto;
  }
  .bottomLinkBox li a {
    font-size: 16px;
    padding-right: 0;
  }
  .bottomLinkBox li a:hover {
    opacity: 1;
  }
  .bottomLinkBox li a span:before {
    margin-right: 10px;
  }
  .bottomLinkBox .ttl01 a span:before {
    width: 23px;
    height: 18px;
  }
  .bottomLinkBox .ttl02 a span:before {
    width: 21px;
    height: 18px;
  }
  /*コンバージョンボタン*/
  .conversionBtn a {
    height: 50px;
    max-width: 250px;
    font-size: 13px;
    -webkit-box-shadow: 0 0 0 2px #f37171 inset, 0 0 0 3px #fff inset;
            box-shadow: 0 0 0 2px #f37171 inset, 0 0 0 3px #fff inset;
  }
  .conversionBtn a::before {
    margin: 1px 7px 0 0;
    width: 10px;
    height: 9px;
  }
  .conversionBtn a:hover {
    background: #f37171;
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #f37171 inset, 0 0 0 3px #fff inset;
            box-shadow: 0 0 0 2px #f37171 inset, 0 0 0 3px #fff inset;
  }
  .conversionBtn a:hover::before {
    background-image: url(../img/common/icon25.png);
  }
  .conversionBtn__text {
    font-size: 11px;
    gap: 22px;
    margin-bottom: -36px;
  }
  .conversionBtn__text::before, .conversionBtn__text::after {
    width: 28px;
    height: 28px;
  }

  .conversionBtn.conversionBtn--document a {
    box-shadow: 0 0 0 2px #01368d inset, 0 0 0 3px #fff inset;
  }
  .conversionBtn.conversionBtn--document a:hover {
    background: #fff;
    color: #01368d;
    box-shadow: 0 0 0 2px #fff inset, 0 0 0 3px #01368d inset;
  }

  .conversionBtn.conversionBtn--document a::after {
    width: 80px;
    height: 62px;
    top: -6px;
    left: -60px;
  }



  /*お申し込みの流れ画像サイズ*/
  .step .stepBox img.credit02 {
    height: 16px;
    width: auto;
  }
  /* flow */
  .flow {
    margin: 30px 0 0 -15px;
    padding: 30px 0 0;
    width: calc(100% + 30px);
  }
  .inner.schoolMain .flow:last-child {
    margin-bottom: 70px !important;
  }
  .flow dt.btn {
    padding-right: 35px;
    font-size: 13px;
  }
  .flow dt.btn:before {
    width: 14px;
    right: 10px;
  }
  .flow.open dt.btn:after {
    height: 14px;
    right: 16px;
    margin-top: -7px;
  }
  .flow dt.btn span {
    padding: 9px 10px 10px;
  }
  _:-ms-lang(x), .flow dt.btn span {
    padding: 14px 10px 10px;
  }
  /*マスターコース*/
  .flow dd.contentsBox {
    padding: 30px 0 0;
  }
  .flow dd .step {
    padding: 20px;
    margin-bottom: 30px;
  }
  .flow dd .step:before {
    content: normal;
  }
  _:-moz-any(x), .flow dd .step:before {
    left: 107px;
  }
  .flow dd .step .stepBox {
    display: block;
    margin-bottom: 40px;
    position: relative;
  }
  .flow dd .step .stepBox:last-child {
    margin-bottom: 0px;
  }
  .flow dd .step .stepBox img.stepImg {
    position: absolute;
    max-width: 70px;
    width: auto;
    height: auto;
    left: 0;
    top: 0;
  }
  .flow dd .step .stepBox dl {
    margin-left: 0;
    width: 100%;
  }
  .flow dd .step .stepBox dl dt {
    font-size: 13px;
    margin-bottom: 20px;
    padding-left: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
  }
  .flow dd .step .stepBox dl dd {
    padding: 0;
    line-height: 22px;
  }
  .flow dd .step .stepBox dl dd span {
    font-size: 11px;
    line-height: 18px;
    display: inherit;
  }
  .flow dd .step .stepBox dl img.credit01,
  .flow dd .step .stepBox dl img.credit02 {
    height: 16px;
    width: auto;
  }
  .flow dd .step .stepBox dl dt img.credit01,
  .flow dd .step .stepBox dl dt img.credit02 {
    margin-left: 10px;
  }
  .flow dd .step .stepBox dl dd a {
    color: #014099;
    text-decoration: underline;
  }
  .flow dd .bottomText p.tti {
    margin-bottom: 10px;
  }
  .flow dd .bottomText p.tti span {
    padding: 0 10px;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
  }
  .flow dd .bottomText p.tti span:after {
    right: -10px;
    border-width: 25px 0 0 10px;
  }
  .flow dd .bottomText p {
    line-height: 22px;
  }
  /*flow02*/
  .flow02 {
    margin: 30px 0 30px -15px;
    padding: 30px 15px;
    width: calc(100% + 30px);
  }
  .flow02:last-child {
    margin-bottom: 0;
  }
  .beginning {
    margin-bottom: 30px;
    padding: 30px 20px;
    font-size: 12px;
    text-align: center;
  }
  .beginning:before {
    width: 10px;
  }
  .beginning:after {
    width: 10px;
  }
  .beginning p {
    margin-bottom: 20px;
  }
  .beginning small {
    font-size: 10px;
    line-height: 170%;
    display: inline-block;
  }
  .beginning ul {
    text-align: left;
  }
  .beginning ul li {
    padding-left: 25px;
    line-height: 21px;
  }
  .beginning ul li:before {
    top: 3px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    border-radius: 15px;
    font-size: 10px;
  }
  .beginning dl {
    text-align: left;
  }
  

  /* Cookie Consent */
  .cookie-consent {
    flex-direction: column;
    bottom: 57px;
    font-size: 12px;
  }
  .cookie-text {
    margin-bottom: 1em;
  }

}
@media only screen and (max-width: 375px) {
  /*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

  共通パーツ -&gt; スライド

  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
  /*------------------------------
  humanIntroduction
  ------------------------------*/
  /*スライドなし*/
  .humanIntroduction.noSlide .box {
    width: calc(50% - 5px);
  }
  .humanIntroduction.noSlide .box:nth-child(3n) {
    margin-right: 10px;
  }
  .humanIntroduction.noSlide .box:nth-child(even) {
    margin-right: 0;
  }
  /*spcss END*/
}
.anchorLink.pageIndex .under {
  border-bottom: 1px solid #dedede;
}



/* counseling page */
@media screen and (max-width: 768px) {
  .counseling .headlineType03 span:after {
    content: '';
  }
  .counseling .ctmArea .photoRight img {
    width: 100%;
  }
  .counseling .ctmArea .photoRight p {
    width: 100%;
    font-size: 13px;
    line-height: 24px;
  }
  .counseling .btn01 {
    width: 280px;
  }
  .counseling .btn01 span {
    font-size: 10px;
    padding: 11px 5px;
  }
  .counseling .headlineType06 {
    text-align: left;
  }
}
/*------------------------------
studentsBox
------------------------------*/
@media screen and (max-width: 768px) {
.studentsBox {
  padding-top: 35px;
  display: block;
}
.studentsBox .photo {
  margin:0 auto 20px;
}
.studentsBox .photo{
  text-align:center;
  width: 100%;
}
.studentsBox .photo img {
  width:auto;
  max-width: 66.6%;
  display: block;
  margin: 0 auto 10px;
}
.studentsBox .photo span{
  font-size: 12px;
}
.studentsBox .text{
  width: 100%;
}
.studentsBox .text p.ttl{
  font-size:14px;
  line-height: 24px;
  padding-left: 33px;
  margin-bottom:20px;
}
.studentsBox .text p.ttl:before{
  width:25px;
  top: 13px;
}
}</pre></body></html>