@charset "UTF-8";
/*
Theme Name: エルヴェ学院
Theme URI:
Description:
Author: densuke
Author URI: http://dnsk.jp/
*/
/*-----------------------------------------------------------------
デフォルトリセット設定
-----------------------------------------------------------------*/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
html {
  color: #333;
  background: #fff;
  width: 100%;
  font-size: 6.25%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  white-space: nowrap;
}

fieldset, img {
  border: 0;
}

img {
  display: block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

/*li { list-style:none; } caption,th{ text-align:left; }*/
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

.chrome address, .chrome caption, .chrome cite, .chrome code, .chrome dfn, .chrome em, .chrome th, .chrome var, .chrome h1, .chrome h2, .chrome h3, .chrome h4, .chrome h5, .chrome h6 {
  font-weight: 500;
}

/*q:before,q:after{ content:''; }*/
/*abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }*/
input, textarea, select {
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

/*legend{ color:#000; }*/
ol, ul, dl, dt, dd {
  list-style: none;
}

table {
  border-collapse: collapse;
}

th, td {
  padding: 0;
}

a {
  display: block;
}

button {
  padding: 0;
  border: none;
  background: transparent;
}

*, *::after, *::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*-----------------------------------------------------------------
リンク
-----------------------------------------------------------------*/
a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #999;
  text-decoration: none;
}

a:active {
  color: #999;
  text-decoration: none;
}

/*------------------------------ PC用CSS ------------------------------*/
@media screen and (min-width: 768px) {
  @font-face {
    font-family: "Original Yu Gothic";
    src: local("Yu Gothic");
    font-weight: 300;
  }
  @font-face {
    font-family: "Original Yu Gothic";
    src: local("Yu Gothic");
    font-weight: 500;
  }
  @font-face {
    font-family: "Original Yu Gothic";
    src: local("Yu Gothic");
    font-weight: bold;
  }
  @font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 100;
  }
  @font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 200;
  }
  html.chrome {
    font-weight: 500;
  }

  /* IE10以上 */
  /*
  zoom
  */
  /*
  .container {
      max-width: 1200px;
      margin: 0 auto; 
  }
  */
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 768px) and (max-width: 1440px) and (min-resolution: 1.5dppx) {
  html.chrome body {
    zoom: 1;
    /*初期の値 0.6*/
    -moz-transform: scale(1, 1);
    /*初期の値 0.6 0.6*/
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (max-width: 1440px) and (min-resolution: 2dppx) {
  html.chrome body {
    zoom: 1;
    /*初期の値 0.50*/
    -moz-transform: scale(1, 1);
    /*初期の値 0.50 0.50*/
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  html.chrome.iphone body,
html.chrome.android body {
    zoom: 1;
    -moz-transform: scale(1, 1);
  }
}
@media screen and (min-width: 768px) {
  a {
    display: inline;
  }
  a.tel {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  img {
    display: inline;
    width: auto;
  }
}
/*明朝体*/
/*Roboto Slab*/
/*コンテンツwidth*/
/*ボーダーカラー*/
/*よく使う色*/
/**
function
*/
/*ボタン*/
/*
@mixin btn01SP {
    a,
    input {
        display: block;
        width: 59vw;
        height: 12vw;
        margin: 0 auto;
        background: $c_brown url(img/common/arrow01_white.svg) 95% center no-repeat;
        -webkit-background-size: 10% auto;
        background-size: 10% auto;
        line-height: 12vw;
        text-align: center;
        font-size: 3.73vw;
        color: #fff;
    }
}
@mixin btn01PC {
    a,
    input {
        display: block;
        width: 370px;
        height: 74px;
        margin: 0 auto;
        background: $c_brown url(img/common/arrow01_white.svg) 95% center no-repeat;
        -webkit-background-size: 40px auto;
        background-size: 40px auto;
        line-height: 74px;
        text-align: center;
        font-size: 24rem;
        color: #fff;
        &:hover {
            cursor: pointer;
        }
        @include opacity(0.7);
    }
}

/*タイトルバー*/
/******* mixin.scss *******/
/*link color*/
/*opacity*/
/*position absolute*/
/*border-radius*/
/*ベンダープレフィックス*/
/*------------------------------ SP用CSS（PCにも同時に適用される） ------------------------------*/
/*-----------------------------------------------------------------
body,Wrapper
-----------------------------------------------------------------*/
body {
  width: 100%;
  line-height: 150%;
  font-size: 14rem;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

#wrapper {
  width: 100%;
  line-height: 150%;
  position: relative;
}

.inner {
  width: 91.4%;
  margin: 0 auto;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

/*-----------------------------------------------------------------
header
-----------------------------------------------------------------*/
header {
  margin-bottom: 2%;
  position: relative;
}
header h1 {
  /*font-size: 2.4rem;*/
  padding: 0 0 0 15px;
}
header .logo {
  width: 45.2%;
  margin: 3% 0;
  padding: 0 0 0 15px;
}
header .logo a {
  display: inline-block;
}
header .news {
  display: block;
  margin: 0 auto;
  width: 90vw;
  padding: 0 0 10px;
}
header .news a {
  width: 90vw;
  margin: 0 auto;
}
header .news a img {
  width: 90vw;
}
header #navBg {
  display: none;
}
header #gNavBtn {
  width: 10.7vw;
  height: 10.7vw;
  background: url(img/common/header_menu_btn.png) center no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  /*position: fixed;*/
  position: absolute;
  z-index: 1000;
}
header #gNavBtn.active {
  background: url(img/common/header_menu_close.png) center no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
header #gNav {
  width: 100vw;
  height: 100%;
  padding: 21vw 9% 0;
  background-color: rgba(25, 91, 156, 0.9);
  /*transition: all 0.2s;*/
  transform: translate(100vw);
  position: fixed;
  /*position: absolute;*/
  top: 0;
  right: 0;
  z-index: 999;
}
header #gNav.open {
  transform: translate(0);
}
header #gNav ul li {
  width: 100%;
  height: 15vw;
  margin-bottom: 2vw;
}
header #gNav ul li p {
  line-height: 15vw;
  padding-left: 20vw;
  font-weight: bold;
}
header #gNav ul li p .pc {
  display: none;
}
header #gNav ul li:nth-of-type(1) {
  background: url(img/common/nav_icon_01.png) 12% 50% no-repeat, #fff;
  background-size: 8%;
  margin-top: 4vw;
}
header #gNav ul li:nth-of-type(2) {
  background: url(img/common/nav_icon_02.png) 12% 50% no-repeat, #fff;
  background-size: 6%;
}
header #gNav ul li:nth-of-type(3) {
  background: url(img/common/nav_icon_03.png) 12% 50% no-repeat, #fff;
  background-size: 8%;
}
header #gNav ul li:nth-of-type(4) {
  background: url(img/common/nav_icon_04.png) 12% 50% no-repeat, #fff;
  background-size: 8%;
}
header #gNav ul li:nth-of-type(5) {
  background: url(img/common/nav_icon_05.png) 12% 50% no-repeat, #fff;
  background-size: 8%;
}
header #gNav ul li:nth-of-type(6) {
  background: url(img/common/nav_icon_06.png) 12% 50% no-repeat, #fff;
  background-size: 8%;
}

/*-----------------------------------------------------------------
commonContact
-----------------------------------------------------------------*/
#commonContact {
  background: #195b9c;
  padding: 4vw 0;
}
#commonContact .inner dl {
  border: 5px solid #195b9c;
}
#commonContact .inner dl dt {
  background: #195b9c;
  color: #fff;
  text-align: left;
  padding: 4% 4vw 6%;
}
#commonContact .inner dl dt h3 {
  text-align: left;
  border-left: 4px solid #fff;
  margin-bottom: 1vh;
  padding-left: 1vw;
  font-size: 13rem;
}
#commonContact .inner dl dt .tel {
  margin: 2vw 0;
}
#commonContact .inner dl dt p {
  margin: 1vh 0;
  text-align: center;
}
#commonContact .inner dl dt .btn {
  display: table;
  background: #fff;
  width: 80vw;
  height: 12vw;
  margin: 0 auto;
  border-radius: 60px;
}
#commonContact .inner dl dt .btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #195b9c;
  font-size: 16rem;
  font-weight: bold;
  padding-left: 8%;
  position: relative;
}
#commonContact .inner dl dt .btn a:before {
  content: "";
  position: absolute;
  background: url(img/common/icon_book.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  width: 9vw;
  height: 6vw;
  top: 3vw;
  left: 4vw;
}
#commonContact .inner dl dt .banner {
  width: 78.666vw;
  margin: 5vw auto 0;
}
#commonContact .inner dl dd {
  background: #fff;
  padding: 4% 4vw 14%;
}
#commonContact .inner dl dd h3 {
  margin: 4vw auto;
  width: 65vw;
}
#commonContact .inner dl dd .school_list h4 {
  padding: 2vw 0 2vw 6vw;
  font-weight: bold;
  position: relative;
  background: #f3f3f3;
}
#commonContact .inner dl dd .school_list h4::before {
  content: "";
  display: block;
  width: 1.2vw;
  height: 30px;
  background-color: #195b9c;
  position: absolute;
  top: 1vw;
  left: 2.1vw;
}
#commonContact .inner dl dd .school_list ul {
  margin: 3vw 0 5vw;
  overflow: hidden;
}
#commonContact .inner dl dd .school_list ul li {
  float: left;
  margin: 0 2vw;
  width: 34vw;
}

/*-----------------------------------------------------------------
footer
-----------------------------------------------------------------*/
footer {
  background-color: #fff;
  position: relative;
  z-index: 0;
  padding-bottom: 37.3333333333vw;
}
footer .footer_logo {
  padding-top: 8vh;
  text-align: center;
}
footer .footer_logo img {
  width: 76%;
  height: auto;
  margin: 2% auto;
}
footer address {
  width: 80%;
  margin: 0 auto 5vh;
}
footer address a {
  display: inline-block;
}
footer .footer_nav {
  width: 80%;
  margin: 0 auto 10vw;
}
footer .footer_nav ul li {
  height: 14vw;
  padding: 3vw 0 6vw 10vw;
  line-height: 8vw;
  position: relative;
  z-index: 0;
  border-top: 1px solid #ccc;
}
footer .footer_nav ul li:before {
  content: "";
  background: url(img/common/arrow_blue.png) no-repeat;
  background-size: 80%;
  position: absolute;
  width: 6vw;
  height: 6vw;
  left: 0;
  top: 4.6vw;
}
footer .footer_nav ul ul {
  padding: 0 0 2vh 8vw;
}
footer .footer_nav ul ul li {
  padding: 0 0 0 4vw;
  position: relative;
  height: 8vw;
  border: none;
}
footer .footer_nav ul ul li:before {
  content: "・";
  background: none;
  position: absolute;
  width: 6vw;
  height: 6vw;
  top: 0;
  left: 0;
}
footer .footer_nav ul:nth-of-type(4) li:last-child {
  border-bottom: 1px solid #ccc;
}
footer .footer_nav ul .pink {
  height: 14vw;
  padding: 3vw 0 6vw 10vw;
  line-height: 8vw;
  position: relative;
  z-index: 0;
  border-top: 1px solid #ccc;
}
footer .footer_nav ul .pink a {
  color: #e62865;
}
footer .footer_nav ul .pink:before {
  content: "";
  background: url(img/common/arrow_pink.png) no-repeat;
  background-size: 80%;
  position: absolute;
  width: 6vw;
  height: 6vw;
  left: 0;
  top: 4.6vw;
}
footer .footer_nav ul .corona {
  line-height: 4.3vw;
}
footer #copyright {
  background: #195b9c;
  height: 6vw;
  font-size: 2.6vw;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#pagetop {
  width: 15vw;
  position: fixed;
  right: 2%;
  bottom: 0;
  z-index: 100;
  transition: all 0.35s;
  opacity: 0;
}
#pagetop.active {
  opacity: 1;
}

#sp-footer-menu {
  width: 100%;
  height: 37.3333333333vw;
  position: fixed;
  left: 0;
  top: -37.3333333333vw;
  z-index: 999;
  background-color: #fff;
  transition: all 0.35s;
  opacity: 0;
}
#sp-footer-menu.active {
  top: 0;
  opacity: 1;
}
#sp-footer-menu ul {
  display: flex;
}
#sp-footer-menu ul li {
  display: block;
  width: 50%;
}
#sp-footer-menu ul li a {
  display: flex;
  width: 100%;
  height: 16vw;
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #fff;
  align-items: center;
  justify-content: center;
}
#sp-footer-menu ul li a:after {
  content: "";
  background-image: url(./img/common/arrow-white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  width: 4vw;
  height: 4vw;
  margin-left: 1.6vw;
}
#sp-footer-menu ul li a.experience {
  box-shadow: 0 0 1px 1px #f39b78 inset;
  background-color: #f86329;
}
#sp-footer-menu ul li a.briefing {
  box-shadow: 0 0 1px 1px #f7ac5c inset;
  background-color: #f89429;
}
#sp-footer-menu .tel {
  padding: 1.3333333333vw 13.3333333333vw;
  text-align: center;
  color: #195b9c;
  font-size: 2.6666666667vw;
  font-weight: bold;
}
#sp-footer-menu .tel .title {
  text-align: left;
  padding-left: 1.6vw;
  line-height: 3.8666666667vw;
  margin-bottom: 0.5333333333vw;
  display: flex;
  justify-content: center;
}
#sp-footer-menu .tel .title:before {
  content: "";
  display: block;
  border-left: 0.8vw solid #195b9c;
  margin-right: 1.3333333333vw;
}
#sp-footer-menu .tel .number {
  width: 51.6vw;
  margin: 0 auto;
  margin-bottom: 1.3333333333vw;
}
#sp-footer-menu .tel .number img {
  display: block;
}
#sp-footer-menu .tel .time {
  line-height: 1;
}

.banner {
  width: 92vw;
  margin: 0 auto 10vw;
}
.banner.video-lesson {
  position: relative;
}
.banner.video-lesson a:hover {
  opacity: 0.6;
}
.banner.video-lesson .btn {
  position: absolute;
}
.banner.video-lesson .btn.broad {
  width: 46.6666666667vw;
  top: 20.6666666667vw;
  left: 4.6666666667vw;
}
.banner.video-lesson .btn.video-lesson {
  display: table;
  background: #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  width: 82.6666666667vw;
  height: 12.8vw;
  background-color: #14adc8;
  border: 2px solid #14adc8;
  top: 46.6666666667vw;
  left: 4.6666666667vw;
}
.banner.video-lesson .btn.video-lesson a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}
.banner.video-lesson .btn.video-lesson a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_hover.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}
.banner.video-lesson .btn.video-lesson a {
  font-size: 15rem;
}
.banner.video-lesson .btn.blue {
  display: table;
  background: #fff;
  border: 2px solid #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  border-color: #0c1b8d;
  width: 82.6666666667vw;
  height: 12.8vw;
  top: 62vw;
  left: 4.6666666667vw;
}
.banner.video-lesson .btn.blue a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #195b9c;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}
.banner.video-lesson .btn.blue a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_blue.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}
.banner.video-lesson .btn.blue a {
  color: #0c1b8d;
  font-size: 12rem;
}
.banner.video-lesson .btn.blue a:before {
  background-image: url(img/common/arrow_dark_blue.png);
}

/*------------------------------ PC用CSS ------------------------------*/
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  a {
    transition: 0.2s;
  }

  :hover {
    transition: 0.2s;
  }

  /*-----------------------------------------------------------------
  body,Wrapper
  -----------------------------------------------------------------*/
  body {
    width: 100%;
    min-width: 1366px;
    line-height: 150%;
    margin: 0 auto;
  }

  #wrapper {
    background: url(img/common/wrapper_bg.jpg) repeat;
    overflow: visible;
  }

  /*-----------------------------------------------------------------
  header
  -----------------------------------------------------------------*/
  header {
    min-width: 1366px;
    margin-bottom: 0;
    height: 85px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;
  }
  header .logo {
    margin: 0;
  }
  header .logo img {
    width: 210px;
    padding: 10px 0;
  }
  header .logo a {
    display: inline-block;
  }
  header .news {
    display: inline-block;
    margin-top: 0;
    margin-left: 30px;
    width: 280px;
    position: absolute;
    top: 33px;
    left: 240px;
  }
  header .news a {
    width: 280px;
  }
  header .news a img {
    width: 280px;
  }
  header #gNavBtn {
    display: none;
  }
  header #gNav {
    width: 840px;
    height: 85px;
    transform: none;
    background: none;
    padding: 0;
    position: absolute;
  }
  header #gNav ul {
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
  }
  header #gNav ul li {
    display: block;
    width: 115px;
    height: 85px;
    text-align: center;
    transition: 0.2s;
  }
  header #gNav ul li:hover {
    border-bottom: 4px solid #195b9c;
  }
  header #gNav ul li:nth-of-type(1) {
    margin: 0;
    background: url(img/common/nav_icon_01.png) center 15px no-repeat;
    background-size: 23%;
    padding-top: 50px;
  }
  header #gNav ul li:nth-of-type(1):hover {
    background: url(img/common/nav_icon_01.png) center 15px no-repeat, #e9f9ff;
    background-size: 23%;
  }
  header #gNav ul li:nth-of-type(2) {
    margin: 0;
    background: url(img/common/nav_icon_02.png) center 10px no-repeat;
    background-size: 16%;
    padding-top: 45px;
  }
  header #gNav ul li:nth-of-type(2):hover {
    background: url(img/common/nav_icon_02.png) center 10px no-repeat, #e9f9ff;
    background-size: 16%;
  }
  header #gNav ul li:nth-of-type(3) {
    margin: 0;
    background: url(img/common/nav_icon_03.png) center 12px no-repeat;
    background-size: 23%;
    padding-top: 55px;
  }
  header #gNav ul li:nth-of-type(3):hover {
    background: url(img/common/nav_icon_03.png) center 12px no-repeat, #e9f9ff;
    background-size: 23%;
  }
  header #gNav ul li:nth-of-type(4) {
    margin: 0;
    background: url(img/common/nav_icon_04.png) center 20px no-repeat;
    background-size: 25%;
    padding-top: 55px;
  }
  header #gNav ul li:nth-of-type(4):hover {
    background: url(img/common/nav_icon_04.png) center 20px no-repeat #e9f9ff;
    background-size: 25%;
  }
  header #gNav ul li:nth-of-type(5) {
    margin: 0;
    background: url(img/common/nav_icon_05.png) center 15px no-repeat;
    background-size: 23%;
    padding-top: 45px;
  }
  header #gNav ul li:nth-of-type(5):hover {
    background: url(img/common/nav_icon_05.png) center 15px no-repeat #e9f9ff;
    background-size: 23%;
  }
  header #gNav ul li:nth-of-type(6) {
    margin: 0;
    background: url(img/common/nav_icon_06.png) center 14px no-repeat;
    background-size: 20%;
    padding-top: 50px;
  }
  header #gNav ul li:nth-of-type(6):hover {
    background: url(img/common/nav_icon_06.png) center 14px no-repeat #e9f9ff;
    background-size: 20%;
  }
  header #gNav ul li a {
    display: block;
    height: 85px;
    margin-top: -50px;
    padding-top: 50px;
  }
  header #gNav ul li a p {
    padding: 0;
    line-height: 120%;
  }
  header #gNav ul li a p .pc {
    display: block;
  }

  /*-----------------------------------------------------------------
  commonContact
  -----------------------------------------------------------------*/
  #commonContact {
    padding: 15px 0;
  }
  #commonContact .inner {
    width: 1200px;
    margin: 0 auto;
  }
  #commonContact .inner .call {
    float: left;
  }
  #commonContact .inner dl {
    padding: 0 15px;
  }
  #commonContact .inner dl dt {
    width: 1000px;
    height: auto;
    padding: 10px 20px;
    margin: 0 auto 20px;
    overflow: hidden;
  }
  #commonContact .inner dl dt h3 {
    text-align: left;
    font-size: 13.5rem;
  }
  #commonContact .inner dl dt .tel {
    margin: 10px 0;
  }
  #commonContact .inner dl dt p {
    float: left;
    width: 270px;
    padding-top: 32px;
    margin: 10px 0;
  }
  #commonContact .inner dl dt .btn {
    float: left;
    width: 374px;
    height: 54px;
    margin-top: 10px;
    transition: 0.2s;
  }
  #commonContact .inner dl dt .btn img {
    width: 100%;
  }
  #commonContact .inner dl dt .btn a:before {
    background-size: 70%;
    width: 58px;
    height: 38px;
    top: 12px;
    left: 33px;
  }
  #commonContact .inner dl dt .btn:hover {
    background: #49b3ea;
  }
  #commonContact .inner dl dt .btn:hover a {
    color: #fff;
  }
  #commonContact .inner dl dt .btn:hover a:before {
    background: url(img/common/icon_book_hover.png) no-repeat;
    background-size: 70%;
    -webkit-background-size: 70%;
  }
  #commonContact .inner dl dt .banner {
    clear: both;
    width: 790px;
    margin: 0 auto 0;
    padding-top: 20px;
  }
  #commonContact .inner dl dd {
    width: 1086px;
    margin: 0 auto;
    padding: 10px 30px;
    line-height: 180%;
  }
  #commonContact .inner dl dd h3 {
    text-align: center;
    width: 300px;
    margin: 15px auto;
  }
  #commonContact .inner dl dd h3 img {
    width: 300px;
  }
  #commonContact .inner dl dd .school_list h4 {
    padding: 20px 40px;
    margin: 0;
    font-size: 18rem;
    padding: 10px 40px;
  }
  #commonContact .inner dl dd .school_list h4:before {
    width: 7px;
    height: 40px;
    top: 10px;
    left: 15px;
  }
  #commonContact .inner dl dd .school_list h4:before {
    height: 32px;
    top: 6px;
  }
  #commonContact .inner dl dd .school_list ul {
    margin: 10px 0 30px;
  }
  #commonContact .inner dl dd .school_list ul li {
    font-size: 16rem;
    width: auto;
  }
  #commonContact .inner dl dd .school_list ul li a:hover {
    text-decoration: underline;
  }
  #commonContact .inner dl dd .school_list ul li a:hover:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  /*-----------------------------------------------------------------
  footer
  -----------------------------------------------------------------*/
  footer {
    clear: both;
    overflow: hidden;
    padding-bottom: 0;
  }
  footer .inner {
    width: 1086px;
    overflow: hidden;
    margin: 30px auto;
  }
  footer .inner .footer_logo {
    text-align: left;
    padding-top: 0;
  }
  footer .inner .left_box {
    width: 286px;
    float: left;
    padding: 0;
  }
  footer .inner .left_box address {
    width: 100%;
    margin: 0 auto;
  }
  footer .inner .footer_nav {
    width: 800px;
    float: left;
    margin: 0;
  }
  footer .inner .footer_nav ul {
    width: 198px;
    float: left;
  }
  footer .inner .footer_nav ul li {
    height: 17px;
    width: 220px;
    margin: 0 0 10px 0;
    padding: 7px 0 5px 20px;
    border: none;
    line-height: 150%;
  }
  footer .inner .footer_nav ul li:before {
    background-size: 100%;
    width: 15px;
    top: 10px;
  }
  footer .inner .footer_nav ul li a:hover {
    text-decoration: underline;
  }
  footer .inner .footer_nav ul ul {
    padding: 5px 15px;
  }
  footer .inner .footer_nav ul ul li {
    padding: 5px 15px;
  }
  footer .inner .footer_nav ul ul li:before {
    height: 18px;
    top: 6px;
  }
  footer .inner .footer_nav ul:nth-of-type(4) li:last-child {
    border-bottom: none;
  }
  footer .inner .footer_nav ul .corona {
    width: 203px;
    line-height: 1.5;
    padding-bottom: 30px;
  }
  footer #copyright {
    height: 24px;
    padding: 2px 0;
    font-size: 12rem;
  }

  #pagetop {
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 0;
    right: 40px;
  }
  #pagetop a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #pagetop.active {
    bottom: 0;
    opacity: 1;
  }

  #sp-footer-menu {
    display: none;
  }

  .banner.video-lesson {
    position: relative;
    z-index: 10;
    width: 1000px;
    height: 297px;
    margin: 110px auto 0px;
  }
  .banner.video-lesson a:hover {
    opacity: 0.5;
  }
  .banner.video-lesson .bg a:hover img {
    opacity: 0.5;
  }
  .banner.video-lesson .btn.broad {
    width: 250px;
    top: 70px;
    left: 420px;
  }
  .banner.video-lesson .btn.broad img {
    width: 100%;
  }
  .banner.video-lesson .btn.video-lesson {
    width: 383px;
    height: 46px;
    background-color: #14adc8;
    border: 2px solid #14adc8;
    top: 205px;
    left: 50px;
  }
  .banner.video-lesson .btn.video-lesson a {
    width: 300px;
    height: 46px;
    font-size: 15rem;
  }
  .banner.video-lesson .btn.blue {
    width: 383px;
    height: 46px;
    top: 205px;
    left: 450px;
    border: 2px solid #0c1b8d;
  }
  .banner.video-lesson .btn.blue a {
    width: 383px;
    height: 46px;
    font-size: 15rem;
  }
  .banner.video-lesson .btn.blue a:before {
    background-image: url(img/common/arrow_dark_blue.png);
  }

  /*------------------------------ //PC用CSS ------------------------------*/
}