@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Lato:Thin);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

p {letter-spacing: 0.1em;}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("https://example.com/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("https://example.com/MaterialIcons-Regular.woff2") format("woff2"), url("https://example.com/MaterialIcons-Regular.woff") format("woff"), url("https://example.com/MaterialIcons-Regular.ttf") format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

.mt0 {
  margin-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mr0 {
  margin-left: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mr5 {
  margin-left: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mr10 {
  margin-left: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mr15 {
  margin-left: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mr20 {
  margin-left: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mr25 {
  margin-left: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mr30 {
  margin-left: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mr35 {
  margin-left: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mr40 {
  margin-left: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mr45 {
  margin-left: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mr50 {
  margin-left: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.mr55 {
  margin-left: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.pr55 {
  padding-right: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pl55 {
  padding-left: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mr60 {
  margin-left: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mr65 {
  margin-right: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.mr65 {
  margin-left: 65px !important; }

.pt65 {
  padding-top: 65px !important; }

.pr65 {
  padding-right: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.pl65 {
  padding-left: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mr70 {
  margin-left: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.pr70 {
  padding-right: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.mr75 {
  margin-left: 75px !important; }

.pt75 {
  padding-top: 75px !important; }

.pr75 {
  padding-right: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pl75 {
  padding-left: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mr80 {
  margin-left: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.pr80 {
  padding-right: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.mr85 {
  margin-right: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.mr85 {
  margin-left: 85px !important; }

.pt85 {
  padding-top: 85px !important; }

.pr85 {
  padding-right: 85px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.pl85 {
  padding-left: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.mr90 {
  margin-right: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mr90 {
  margin-left: 90px !important; }

.pt90 {
  padding-top: 90px !important; }

.pr90 {
  padding-right: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pl90 {
  padding-left: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.mr95 {
  margin-right: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.mr95 {
  margin-left: 95px !important; }

.pt95 {
  padding-top: 95px !important; }

.pr95 {
  padding-right: 95px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.pl95 {
  padding-left: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mr100 {
  margin-left: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.pr100 {
  padding-right: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pl100 {
  padding-left: 100px !important; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

@font-face {
  font-family: "Balham";
  src: url("../fonts/Balham.ttf.woff") format("woff"), url("../fonts/Balham.ttf.eot") format("eot"), url("../fonts/Balham.ttf.svg") format("svg"); }

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

html {
  font-size: 62.5%;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

body {
  overflow-x: hidden; }

* {
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box; }

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  color: inherit;
  text-decoration: none; }





body.education h4.sectionTi {
  font-size: 26px;
  color: #03294f;
  letter-spacing: 0.13em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold; }

body.education h4.sectionTi span {
    display: block;
    font-size: 13.55px;
    font-family: "Balham", sans-serif;
    letter-spacing: 0.1em;
    padding-top: 10px; }

body.education .mv-title {
  background: url(../images/education/mv-education.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover; }

body.education ul.pankuzu {
  overflow: hidden;
  padding: 15px 30px;
  background: #f7f7f7; }

body.education ul.pankuzu li {
  float: left;
  font-size: 10px;
  color: #666666;
  margin-right: 25px;
  letter-spacing: 1px;
  position: relative; }

body.education ul.pankuzu li a {
  font-size: 10px;
  color: #666666; }

body.education ul.pankuzu li:after {
  content: "〉";
  font-size: 10px;
  color: #666666;
  position: absolute;
  top: 0;
  right: -20px; }

body.education ul.pankuzu li:last-child:after {
      display: none; }

body.education ul.snav {
  text-align: center;
  padding: 25px 15px;
  margin: 0 -15px; }

body.education ul.snav li {
  display: inline-block;
  padding: 0 20px; }

body.education ul.snav li a {
  font-size: 12px;
  color: #333333;
  font-weight: bold;
  position: relative; }

body.education ul.snav li a:after {
  content: "│";
  font-size: 12px;
  color: #333333;
  position: absolute;
  top: 0;
  right: -25px; }

body.education section.intro {
  margin: 0 -15px;
  padding: 80px 15px;
  overflow: auto;
  background: url(../images/education/bg-intro.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover; }

body.education section.intro .base {
    max-width: 1080px;
    margin: 0 auto; }

body.education section.intro h3 {
  font-size: 24px;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 1.1em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 20px; }

body.education section.intro h3 span {
  font-size: 13px;
  font-weight: normal;
}
body.education section.intro .cap {
    font-size: 13px;
    color: #fff;
    text-align: left;
    line-height: 2em;
    letter-spacing: 1px;
    margin-bottom: 40px; }

body.education section.intro .cap span{
  color: #ffff00;
  font-weight: bold;
}

body.education section.intro .picBase {
    width: 20%;
    float: left;
    margin-right: 3%;
    overflow: hidden; }

body.education section.intro .picBase .katagaki {
  text-align: center;
  color: #FFF;
  line-height: 1.5em;
} 

body.education section.intro .picBase .name {
  font-size: 18px;
  text-align: center;
  color: #FFF;
  line-height: 1.5em;
} 

body.education section.intro .picBase .yomi {
  font-size: 12px;
  text-align: center;
  color: #FFF;
} 

body.education section.intro .txtbase {
    width: 77%;
    float: left;
    overflow: hidden; }

body.education section.intro .picBase .mrg {
    margin: 0 -15px; }

body.education section.intro .picBase .mrg p {
    width: 100%;
    padding: 10px 0px 0px 0px; }

body.education section.seminar {
  padding: 80px 15px;
  margin: 0 -15px; }

body.education section.seminar.bg {
    background: #f7f7f7; }

body.education section.seminar .base {
    max-width: 960px;
    margin: 0 auto; }

body.education section.seminar .base .seminarTi {
    font-size: 18px;
    color: #FFF;
    background: #03294f;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 1.6em;
    border-bottom: 1px dashed #cccccc;
    padding: 5px;
    margin-bottom: 15px;
    letter-spacing: 1px; }

body.education section.seminar .base .chui {
    margin: 0 0 50px; }

body.education section.seminar .base .chui p {
    font-size: 12px;
    color: #333333;
    line-height: 1.8em;
    margin-bottom: 20px; }

body.education section.seminar .base .chui p:last-child {
    margin-bottom: 0; }

body.education section.seminar .base .chui p a {
    font-size: 14px;
    color: #73bab0;
    text-decoration: underline; }

body.education section.seminar .base .listBase {
    margin: 0 0 50px; }

body.education section.seminar .base .listBase .bar {
    font-size: 18px;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    background: #03294f;
    letter-spacing: 1px;
    padding: 10px 15px;
    margin-bottom: 10px; }

body.education section.seminar .base .listBase ul li {
    overflow: hidden; }

body.education section.seminar .base .listBase ul li a {
    display: block;
    position: relative; }

body.education section.seminar .base .listBase ul li a:after {
    content: "";
    background: url(../images/paragel_seminar/ic-arrow.png) no-repeat left top;
    background-size: 9px;
    width: 9px;
    height: 9px;
    position: absolute;
    right: 10px;
    top: 40%; }

body.education section.seminar .base .listBase ul li a dl {
            overflow: hidden;
            border-bottom: 1px dashed #cccccc;
            padding: 15px 30px 15px 0; }

body.education section.seminar .base .listBase ul li a dl dt {
              float: left;
              font-size: 14px;
              color: #333333;
              letter-spacing: 1px;
              font-weight: bold;
              margin-right: 25px; }

body.education section.seminar .base .listBase ul li a dl dd {
              float: left;
              font-size: 14px;
              color: #333333;
              letter-spacing: 1px;
              font-weight: bold; }

body.education section.seminar .base .moreBtn a {
      display: block;
      max-width: 280px;
      font-size: 14px;
      color: #fff;
      text-align: center;
      padding: 20px 0;
      -webkit-border-radius: 30px;
      border-radius: 30px;
      margin: 0 auto;
      background: #03294f;
      border: 1px solid #03294f;
      -webkit-transition: 0.2s all;
      transition: 0.2s all; }

body.education section.seminar .base .moreBtn a:hover {
        color: #03294f;
        background: #fff; }

body.education section.rinen {
  padding: 80px 15px;
  margin: 0 -15px;
  background: #f7f7f7;
  clear: both; }

body.education section.rinen .rinenbox {
  margin-bottom: 30px;
}

body.education section.rinen .rinenbox h5{
  color: #FFF;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  background: #03294f;
  padding: 10px;
}

body.education section.rinen .rinenbox p {
  line-height: 1.8em;
}

body.education section.rinen .rinenbox p span {
  font-weight: bold;
  color: #03294f;
}

body.education section.rinen .base {
    max-width: 960px;
    margin: 0 auto; }

body.education section.rinen .base .title {
      font-size: 24px;
      color: #03294f;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
      line-height: 1.6em;
      text-align: center;
      letter-spacing: 3px;
      margin-bottom: -20px; }

body.education section.about {
  padding: 80px 15px;
  margin: 0 -15px; }

body.education section.about .base {
    max-width: 960px;
    margin: 0 auto;}

body.education section.about .base .checkBox .kanemoto_ic {
  position: absolute;
    bottom: -30px;
    right: -40px;
  width: 220px;}

body.education section.about .base .checkWrap {
  position: relative;}

body.education section.about .base .checkBox {
      background: #fff;
      padding: 30px 20px 30px;
      overflow: hidden;
      margin-bottom: 50px;
      border: 2px solid #73bab0; }

body.education section.about .base .checkBox ul {
        float: left;
        width: 48%; }

body.education section.about .base .checkBox ul:first-child {
          margin-right: 4%; }

body.education section.about .base .checkBox ul li {
          font-size: 12px;
          color: #333333;
          margin-bottom: 15px;
          position: relative;
          line-height: 1.1em;
          letter-spacing: 0em;
          padding-left: 25px; }

body.education section.about .base .checkBox ul li a {
  color: #73bab0;
  font-weight: bold;
  text-decoration: underline;}

body.education section.about .base .toolbox {
  overflow: auto;
  clear: both;
  margin-bottom: 80px;
}
body.education section.about .base .toolbox h5 {
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-weight: bold;
  border-bottom: 2px solid #03294f;
  color: #03294f;
}

body.education section.about .base .toolbox .img {
  width: 50%;
    float: left;}

body.education section.about .base .toolbox .txt {
  width: 50%;
  line-height: 1.8em;
  float: right;
  padding-top: 15px;
  padding-left: 25px;

}

body.education section.about .base .sti {
      font-size: 22px;
      color: #03294f;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
      border-bottom: 1px dashed #cccccc;
      padding-bottom: 10px;
      margin-bottom: 20px;
      letter-spacing: 1px; }

body.education section.bosyu {
  padding: 80px 15px;
  margin: 0 -15px;
  background: #f7f7f7; }

body.education section.bosyu .base {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden; }

body.education section.bosyu .base ul {
  background: #FFF;
  border:2px solid #03294f;
  padding: 20px 20px 5px;
  margin-bottom: 20px; }

body.education section.bosyu .base ul li {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    color: #333333;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
    padding-left: 25px;
    border-bottom: 2px #cccccc dashed;
}

body.education section.bosyu .base ul li span{
    background: linear-gradient(transparent 60%, #fff67f 60%);
}

body.education section.bosyu .base .big span {
    background: linear-gradient(transparent 60%, #fff67f 60%);
}

body.education section.bosyu .base ul li:before {
  content: "";
    background: url(../images/paragel_seminar/ic-check.png) no-repeat left top;
    background-size: 21px;
    width: 21px;
    height: 21px;
    position: absolute;
    top: -1px;
    left: 0;
} 

body.education section.bosyu .base p {
  text-align: center;
  line-height: 1.6em;
}

body.education section.bosyu .base .big {
  font-size: 46px;
  font-weight: bold;
  margin-top: 40px;
  color: #03294f;
}
body.education section.bosyu .base .under {
  font-size: 20px;
  font-weight: bold;
  color: #03294f;
  margin-bottom: 25px;
}
body.education section.bosyu .base .capred {
  color: #ed1c24;
}

body.education section.bosyu .base .attention {
  background: #FFF;
  margin-top: 30px;
  padding: 25px;
}

body.education section.bosyu .base .attention h4 {
  font-size: 18px;
  color: #03294f;
  margin-bottom: 10px;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

body.education section.bosyu .base .attention p span {
  font-weight: bold;
  color: #73bab0;
}

body.education .btn-contact--teal {
  background-color: #55a597;
  margin-bottom: 13px;
}
body.education .btn-contact {
    width: 80%;
    height: 90px;
    border-radius: 51px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0px 0px 10px 0px;
    margin: 40px auto 20px;
    position: relative;
    z-index: 2;
    transition: opacity 0.3;
}

body.education .btn-contact--teal .shadow {
    background-color: #73bab0;
}

body.education .btn-contact .shadow {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    border-radius: 51px;
    /* background: url(../images/common/btn-arrow.svg) right 35px center/25px no-repeat; */
    z-index: -1;
}

body.education .btn-contact .text--large {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #FFF;
}

body.education section.curriculum {
  padding: 80px 15px;
  margin: 0 -15px; 
}

body.education section.curriculum .base {
    max-width: 960px;
    margin: 0 auto; 
}

body.education section.curriculum .price_btn {
  width: 50%;
  padding: 0px 2%;
  float: left;
  margin-bottom: 40px;
}

body.education section.curriculum .price_wrap {
  overflow: auto;
  margin-bottom: 50px;
  clear: both;
}

body.education section.curriculum .price_wrap p {
  line-height: 1.8em;
}

body.education section.curriculum .price_wrap h4 {
  color: #03294f;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
}

body.education section.curriculum #silver h3 {
  background: #999999;
  padding: 15px;
  color: #FFF;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

body.education section.curriculum #gold h3 {
  background: #cb9b0c;
  padding: 15px;
  color: #FFF;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

body.education section.curriculum .price_wrap .schedule {
  border: 1px solid #03294f;
  padding: 10px;
  margin-top: 20px;
}

body.education section.curriculum .price_wrap .schedule h4 {
  margin-top: 10px;
}

body.education section.curriculum .price_wrap .schedule h4,
body.education section.curriculum .price_wrap .schedule p {
  text-align: center;
}

.glaytxt {
  color: #808080;
  font-size: 12px;
  line-height: 1.8em;
}

body.education section.curriculum .base .box .cap {
      font-size: 12px;
      color: #333333;
      line-height: 1.6em;
      text-align: center;
      margin-bottom: 40px; 
}

body.education section.curriculum .base .box .seminarTi {
    font-size: 20px;
    color: #FFF;
    background: #03294f;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 1.6em;
    border-bottom: 1px dashed #cccccc;
    padding: 10px 15px;
    margin-bottom: 30px;
    letter-spacing: 1px; 
}


body.education section.curriculum .base .box .inner .text {
        float: left;
        width: 54%; }

body.education section.curriculum .base .box .inner .text2 {
        float: left;
        width: 100%!important; }

body.education section.curriculum .base .box .inner .text .price {
          font-size: 20px;
          color: #03294f;
          font-weight: bold;
          letter-spacing: 2px;
          margin-bottom: 15px;
          line-height: 1.6em; }

body.education section.curriculum .base .box .inner .text .bikou {
          font-size: 12px;
          color: #333333;
          letter-spacing: 1px;
          line-height: 1.6em;
          margin-bottom: 5px; }

body.education section.curriculum .base .box .inner .text .bikou a {
          text-decoration: underline;
          font-weight: bold;}

body.education section.curriculum .base .box .inner .text .bikou2 ul li {
    border: 1px solid #565656;
    padding: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.6em;}

body.education section.curriculum .base .box .inner .text .bikou2 ul li p {
  font-size: 12px;
  font-weight: normal; 
  line-height: 1.6em;
  margin-top: 10px;}

body.education section.curriculum .base .box .inner .text .kochira.kochira01 {
  margin-bottom: 50px; }

body.education section.curriculum .base .box .inner .text .kochira a {
    font-size: 14px;
    color: #333333;
    letter-spacing: 1px;
    text-decoration: underline;
    font-weight: bold; }

body.education section.curriculum .base .box .inner .pic {
    float: right;
    width: 41%; }

body.education section.curriculum .base .box .inner .pic p{
    font-size: 12px;
    margin-bottom: 15px;
    text-align: center;}

body.education section.curriculum .base .box .inner .pic .basic {
          overflow: hidden;
          width: 100%; }

body.education section.curriculum .base .box .inner .pic .basic > div:first-child {
            float: left;
            width: 48%; }

body.education section.curriculum .base .box .inner .pic .basic > div:last-child {
            float: right;
            width: 48%; }

body.education section.curriculum .base .box .inner .pic .basic > div p {
            font-size: 14px;
            color: #333333;
            letter-spacing: 1px;
            text-align: center;
            margin-top: 15px; }

body.education section.curriculum .base .box ul li {
      margin-bottom: 40px;
      background: #fff;
      border: 1px solid #4c4948;
      padding: 15px 10px;
      position: relative; }

body.education section.curriculum .base .box ul li:after {
        content: "";
        border: 15px solid transparent;
        border-top: 15px solid #73bab0;
        position: absolute;
        bottom: -45px;
        left: -webkit-calc(50% - 15px);
        left: calc(50% - 15px); }

body.education section.curriculum .base .box ul li:last-child {
        margin-bottom: 0; }

body.education section.curriculum .base .box ul li:last-child:after {
        display: none; }

body.education section.curriculum .base .box ul li dl dt {
        font-size: 14px;
        color: #333333;
        text-align: center;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1.8em; }

body.education section.curriculum .base .box ul li dl dd {
        font-size: 12px;
        color: #333333;
        text-align: center;
        line-height: 1.8em; }

body.education section.ques {
  padding: 80px 15px;
  margin: 0 -15px;
  background: #f7f7f7; }

body.education section.ques .base {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden; }

body.education section.ques p a {
   text-decoration: underline;
   color: #73bab0;}

body.education section.ques .cap {
  line-height: 1.8em;
  text-align: center;
}

body.education section.ques .contactwrap {
  width: 46%;
  float: left;
  margin: 0px 2%;
}

body.education section.ques .contactwrap p {
  text-align: center;
  font-weight: bold;
  color: #333333;
  margin-top: 40px;
  margin-bottom: 10px;
}

body.education section.ques .contactwrap a {
  font-size: 20px;
    color: #FFF;
    padding: 30px;
    background: #03294f;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 50px;
}


body.education section.contact_kousi {
  padding: 80px 15px;
  margin: 0 -15px;
  background: #FFF; }

body.education section.contact_kousi .base {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden; }

body.education section.contact_kousi .redcap {
  color: #ed1c24;
  text-align: center;
  line-height: 1.8em;
  margin-bottom: 30px;
}

body.education section.contact_kousi .bold {
  font-weight: bold;
  text-align: center;
  line-height: 1.8em;
}







@media only screen and (max-width: 767px) { 
body.education h4.sectionTi {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.4em; }
  
body.education .mv-title {
    background: url(../images/education/mv-education.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0 15px; }

body.education ul.pankuzu {
    padding: 15px; }

body.education ul.pankuzu li {
      line-height: 1.6em; }

body.education ul.pankuzu li a {
        line-height: 1.6em; }

body.education ul.snav {
    padding: 0;
    margin: 0;
    overflow: hidden; }

body.education ul.snav li {
      display: block;
      padding: 0; }

body.education ul.snav li a {
        display: block;
        width: 50%;
        float: left;
        border-right: 1px solid #f7f7f7;
        border-bottom: 1px solid #f7f7f7;
        padding: 15px 0; }

body.education ul.snav li a:after {
          display: none; }

body.education ul.snav li:nth-child(2n) a {
        border-right: none; }

body.education section.intro {
    margin: 0;
    padding: 40px 15px; }

body.education section.intro h3 {
      font-size: 18px;
      letter-spacing: 1px; }

body.education section.intro .cap {
      text-align: left;
      margin-bottom: 30px; }

body.education section.intro .picBase .mrg {
      margin: 0; }

body.education section.intro .picBase .mrg p {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 5px; }

body.education section.intro .picBase .mrg .name {
  font-weight: bold;
}

body.education section.intro .picBase .mrg .yomi {
  margin-bottom: 25px;
}

body.education section.curriculum {
    padding: 40px 15px;
    margin: 0; }
  
body.education section.curriculum .base .box .cap {
      margin-bottom: 30px;
      text-align: left; }
  
body.education section.curriculum .base .box .seminarTi {
      margin-bottom: 20px; }
  
body.education section.curriculum .base .box .inner {
      margin-bottom: 30px;}
  
body .curriculum2 {
    width: 100%;
    margin:0;
    padding-top: 30px;}
  
body.education section.curriculum .base .box .inner .text {
      float: none;
      width: 100%;
      margin-bottom: 30px; }
  
body.education section.curriculum .base .box .inner .text .price {
          font-size: 16px;
          margin-bottom: 5px; }
  
body.education section.curriculum .base .box .inner .text .kochira.kochira01 {
          margin-bottom: 30px; }
  
body.education section.curriculum .base .box .inner .pic {
        float: none;
        width: 100%; }
  
body.education section.curriculum .base .box .inner .pic .basic > div p {
          font-size: 12px; }
  
body.education section.curriculum .base .box ul li {
      padding: 20px 15px; }
  
body.education section.curriculum .base .box ul li dl dd {
        text-align: left; 
}
body.education section.intro .picBase {
    width: 65%;
    display: block;
    float: none;
    margin: 0px auto;
}
body.education section.intro .txtbase {
    width: 100%;
    float: none;
    overflow: hidden;
}
body.education section.rinen .base {
    max-width: 90%;
    margin: 0 auto;
}
body.education section.about .base {
    max-width: 90%;
    margin: 0 auto;
}
body.education section.about .base .checkBox {
    background: #fff;
    padding: 20px 15px 30px 0px;
    overflow: hidden;
    margin-bottom: 50px;
    border: 2px solid #73bab0;
}
body.education section.about .base .checkBox .kanemoto_ic {
    position: absolute;
    bottom: -30px;
    right: -10px;
    width: 170px;
}
body.education section.about .base .toolbox .img {
    width: 100%;
    float: left;
}
body.education section.about .base .toolbox .txt {
    width: 100%;
    line-height: 1.8em;
    float: right;
    padding-top: 15px;
    padding-left: 0px;
}
body.education section.about .base .toolbox {
    overflow: auto;
    clear: both;
    margin-bottom: 0px;
}

body.education section.bosyu {
    padding: 50px 15px;
    margin: 0 -15px;
    background: #f7f7f7;
}

body.education section.bosyu .base {
    max-width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

body.education section.bosyu .base .big {
    font-size: 26px;
    font-weight: bold;
    margin-top: 40px;
    color: #03294f;
}

body.education .btn-contact  {
  width: 100%;
}

body.education .btn-contact .text--large {
  font-size: 18px;
  line-height: 1.6em;
}
body.education section.curriculum .price_btn {
    width: 100%;
    padding: 0px 0% 20px;
}
body.education section.curriculum .price_wrap {
    overflow: auto;
    margin-bottom: 30px;
    clear: both;
}
body.education section.ques .base {
    max-width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
body.education section.ques .contactwrap {
    width: 100%;
    float: left;
    margin: 0px 0%;
}
body.education section.contact_kousi .base {
    max-width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
}
