@charset "UTF-8";
/*---------------------------------------------------------------
　　　commonf
---------------------------------------------------------------*/
.forSP {
  display: block; }
  @media (min-width: 569px) {
    .forSP {
      display: none; } }

.forPC {
  display: none; }
  @media (min-width: 569px) {
    .forPC {
      display: block; } }

body {
  background: #f3f3f3;
  color: #333;
  margin: 0;
  padding: 0;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt"; }

#container {
  overflow: hidden; }

.contents {
  width: 90%;
  max-width: 1000px;
  margin: auto; }
  .contentsfull {
    width: 100%;
    max-width: auto; }

a.online_btn {
    display: block;
    background: #df0000;
    color: white;
    width: 90%;
    max-width: 500px;
    margin: 30px auto 0;
    text-decoration: none;
    font-size: 20px;
    padding: 15px 0;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    position: relative;
    transition: all .3s;
}
a.online_btn:hover {
    background: #ab0000;
}
a.online_btn::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/arrow.svg) no-repeat center center/contain;
    position: absolute;
    right: 30px;
    top: calc(50% - 10px);
    transition: all .3s;
}
a.online_btn:hover::after  {
    right: 20px;
}
/*---------------------------------------------------------------
　　　header
---------------------------------------------------------------*/
header h1 {
  text-align: center;
  font-size: 30px;
  padding: 20px; }

#slideshow {
  position: relative; }
  #slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8; }
    #slideshow img.active {
      z-index: 10; }
    #slideshow img.last-active {
      z-index: 9; }

.sidebtn {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: fixed;
  right: 0;
  top: 10%;
  z-index: 100; }
  .sidebtn a {
    display: inline-block;
    background: rgba(222, 126, 24, 0.8);
    padding: 10px 4px;
    color: white;
    text-decoration: none;
    font-size: 12px;
    border-radius: 10px 0 0 10px;
    transition: all 0.3s ease; }
    @media (min-width: 569px) {
      .sidebtn a {
        font-size: 16px;
        padding: 15px 8px; } }
    .sidebtn a:hover {
      background: #de7e18; }
    .sidebtn a img {
      width: 14px;
      margin: 0 0 0 -1px; }

/*---------------------------------------------------------------
    footer
---------------------------------------------------------------*/
footer {
  clear: both;
  margin-top: 50px;
  text-align: center;
  padding: 0 0 40px;
  font-weight: normal; }
  @media (min-width: 569px) {
    footer {
      text-align: left; } }
  footer .contents {
    display: block;
    font-size: 14px; }
    @media (min-width: 569px) {
      footer .contents {
        display: flex;
        justify-content: space-between; } }
  footer .copy {
    max-width: 1000px;
    margin: auto;
    font-size: 12px; }
  footer h3 {
    font-weight: normal;
    padding: 0 0 15px; }
  footer h4 {
    color: #1e5faf;
    font-size: 16px;
    padding: 30px 0 10px; }
    @media (min-width: 569px) {
      footer h4 {
        font-size: 18px; } }
  footer img {
    width: 190px; }
  footer a {
    color: #1e5faf;
    text-decoration: none; }
    footer a:hover {
      text-decoration: underline; }
  footer ul li {
    padding: 0 0 7px 20px;
    position: relative;
    display: inline-block; }
    @media (min-width: 569px) {
      footer ul li {
        display: block; } }
    footer ul li:after {
      content: "■";
      position: absolute;
      top: 0;
      left: 0;
      color: #1e5faf; }

/*---------------------------------------------------------------
    common
---------------------------------------------------------------*/
img {
  width: 100%; }

.inner {
  width: 1000px;
  margin: auto; }

p {
  font-weight: normal; }
  p.fontNormal {
    font-size: 16px;
    font-weight: normal; }
  p.fontBold {
    font-weight: bold; }

.fontS {
  font-size: 12px; }

.fontM {
  font-size: 14px; }

.fontL {
  font-size: 1.2em; }

.blue {
  color: #1e5faf; }

.red {
  color: #df0000; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.blueribbon {
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  font-size: 20px;
  margin: auto 20px;
  width: 100%;
  position: absolute;
  top: -30px;
  left: 0;
  margin-left: 0px; }
  @media (min-width: 569px) {
    .blueribbon {
      font-size: 28px;
      width: 680px;
      margin-left: -340px;
      left: 50%; } }
  @media (min-width: 960px) {
    .blueribbon {
      font-size: 36px;
      width: 860px;
      margin-left: -430px; } }
  .blueribbon span {
    display: block;
    padding: 5px 0px;
    width: 80%;
    background: #1e5faf; }
    .blueribbon span.ribbon_l {
      width: 20px;
      background: url("../img/ribbon_l.png") no-repeat center right;
      background-size: contain; }
    .blueribbon span.ribbon_r {
      width: 20px;
      background: url("../img/ribbon_r.png") no-repeat top left;
      background-size: contain; }

/*---------------------------------------------------------------
    catch
---------------------------------------------------------------*/
#catch {
  font-size: 18px;
  padding: 0 0 50px;
  font-weight: bold;
  line-height: 2.5em; }
  @media (min-width: 569px) {
    #catch {
      font-size: 30px; } }
  @media (min-width: 960px) {
    #catch {
      font-size: 30px; } }
  #catch .contents {
    margin-top: 50px; }
  #catch .bluebox {
    background: #1e5faf;
    color: white;
    font-size: 20px;
    padding: 6px 30px;
    margin: 0 10px;
    line-height: 1.2em;
    position: relative;
    display: inline-block; }
    @media (min-width: 569px) {
      #catch .bluebox {
        margin: 0 20px;
        font-size: 30px;
        padding: 10px 30px; } }
    @media (min-width: 960px) {
      #catch .bluebox {
        font-size: 43px;
        padding: 10px 30px; } }
    #catch .bluebox:before {
      content: url(../img/star01.png);
      position: absolute;
      bottom: 0px;
      left: 5px; }
    #catch .bluebox:after {
      content: url(../img/star01.png);
      position: absolute;
      top: 0px;
      right: 5px; }
      @media (min-width: 569px) {
        #catch .bluebox:after {
          content: url(../img/star02.png);
          top: -10px; } }
  #catch .fontL01 {
    font-size: 20px; }
    @media (min-width: 960px) {
      #catch .fontL01 {
        font-size: 40px; } }
  #catch .txt02 {
    margin: 40px auto;
    font-size: 18px;
    line-height: 1.6em;
    background: url("../img/01_bg_sp.png") no-repeat center center;
    background-size: contain;
    display: block;
    padding: 20px 0; }
    @media (min-width: 569px) {
      #catch .txt02 {
        font-size: 20px;
        padding: 20px 50px;
        display: inline-block;
        background: url("../img/01_bg.jpg") no-repeat center center;
        background-size: contain; } }
    @media (min-width: 960px) {
      #catch .txt02 {
        font-size: 30px;
        padding: 20px 80px; } }
#catch a.online_btn {
        background: #1e5faf;
        line-height: 2;
        color: white;
        margin-bottom: 40px;
    }
#onlineClass {
  border: #f6ff00 8px solid;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.3);
  background: white;
  box-sizing: border-box;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 80px;
  padding: 30px 15px 10px;
  position: relative; }
  @media (min-width: 569px) {
    #onlineClass {
      padding: 40px; } }
  #onlineClass .icon {
    width: 100px;
    height: 100px;
    background: #1e5faf;
    border-radius: 100px;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
    display: flex;
    justify-content: center;
    align-items: center; }
    #onlineClass .icon img {
      width: 70%;
      margin: auto; }
  #onlineClass h2 {
    text-align: center;
    font-size: 24px;
    color: #1e5faf;
    padding-top: 30px; }
    @media (min-width: 569px) {
      #onlineClass h2 {
        font-size: 34px; } }
  #onlineClass p {
    font-size: 16px;
    line-height: 2em; }
    @media (min-width: 569px) {
      #onlineClass p {
        font-size: 18px; } }

/*---------------------------------------------------------------
    nayami
---------------------------------------------------------------*/
#nayami h2 {
  background: #253d6e;
  font-size: 20px;
  color: white;
  text-align: center;
  line-height: 1.5em;
  padding: 20px 10px;
  font-weight: bold; }
  @media (min-width: 569px) {
    #nayami h2 {
      font-size: 30px;
      padding: 30px 10px; } }
  #nayami h2 strong {
    color: #f6ff00; }
#nayami ul {
  list-style: none;
  width: 100%;
  margin: 20px auto;
  padding: 0; }
  #nayami ul li {
    background: #1e5faf;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 10px;
    position: relative; }
    #nayami ul li:nth-child(even) {
      background: #009f5c; }
    #nayami ul li:last-child:after {
      content: "▼";
      position: absolute;
      bottom: -20px;
      left: 48%;
      font-weight: bold;
      font-size: 1.2em;
      color: #009f5c; }

/*---------------------------------------------------------------
    omakase
---------------------------------------------------------------*/
#omakase {
  background: #e5e5e5 url("../img/bg_dotted.png") repeat;
  text-align: center;
  margin-top: 50px;
  position: relative;
  padding: 100px 0; }
  #omakase ul {
    display: block;
    max-width: 1000px;
    margin: auto; }
    @media (min-width: 569px) {
      #omakase ul {
        display: flex;
        justify-content: center; } }
    #omakase ul li {
      background: white;
      border: #f6ff00 10px solid;
      padding: 10px;
      width: 80%;
      box-shadow: 0 0 10px #999;
      margin: 4% auto;
      font-size: 20px; }
      #omakase ul li strong {
        color: #df0000;
        font-size: 1.2em; }
      @media (min-width: 569px) {
        #omakase ul li {
          width: 30%;
          margin: 1.5%; } }

/*---------------------------------------------------------------
    tokucho
---------------------------------------------------------------*/
#tokucho {
  background: white; }
#tokucho h2 {
  width: 90%;
  max-width: 688px;
  margin: 50px auto 10px; }
#tokucho .bdT {
  border-top: 5px #1e5faf solid; }
#tokucho .contentsBox {
  display: flex;
  justify-content: center;
  background: white;
  border-left: 5px #1e5faf solid;
  border-right: 5px #1e5faf solid;
  border-bottom: 5px #1e5faf solid;
  padding: 20px 10px;
  flex-wrap: wrap; }
  @media (min-width: 569px) {
    #tokucho .contentsBox {
      flex-wrap: nowrap;
      padding: 20px; } }
  #tokucho .contentsBox .mark {
    width: 30%; }
    @media (min-width: 569px) {
      #tokucho .contentsBox .mark {
        width: 11%; } }
  #tokucho .contentsBox .txt {
    width: 100%;
    padding: 0; }
    @media (min-width: 569px) {
      #tokucho .contentsBox .txt {
        width: 60%;
        padding: 0 2.5%; } }
    #tokucho .contentsBox .txt h3 {
      font-size: 18px;
      line-height: 1.4em;
      color: #1e5faf;
      border-bottom: 3px dotted #1e5faf;
      padding-bottom: 10px;
      text-align: center; }
      @media (min-width: 569px) {
        #tokucho .contentsBox .txt h3 {
          font-size: 28px;
          text-align: left; } }
  #tokucho .contentsBox .photo {
    flex-basis: 100%; }
    @media (min-width: 569px) {
      #tokucho .contentsBox .photo {
        flex-basis: 25%; } }

/*---------------------------------------------------------------
    portal   03
---------------------------------------------------------------*/
#portal {
  padding: 50px 0;
  margin: 50px 0;
  background: #fff url("../img/03_bg.png") no-repeat top center;
  background-size: cover;
  text-align: center; }
  #portal img {
    width: 95%; }
    @media (min-width: 569px) {
      #portal img {
        width: auto; } }
  #portal h2 {
    /*font-family: 'Noto Sans JP', sans-serif;*/
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 2em; }
    @media (min-width: 569px) {
      #portal h2 {
        font-size: 35px; } }
    #portal h2 span.border {
      color: #1e5faf;
      border-bottom: 3px dotted #1e5faf; }
    #portal h2 strong {
      font-weight: Black; }
  #portal p.txt01 {
    font-size: 16px;
    text-align: center; }
    @media (min-width: 569px) {
      #portal p.txt01 {
        font-size: 20px; } }
  #portal p.txt02 {
    clear: both;
    text-align: left;
    display: inline-block;
    margin: auto;
    width: 90%;
    line-height: 2em;
    font-weight: normal; }
    @media (min-width: 960px) {
      #portal p.txt02 {
        width: auto; } }
  #portal p.txt03 {
    text-align: center;
    margin: auto;
    width: 90%;
    line-height: 2em;
    font-size: 16px;
    margin: 30px auto; }
    @media (min-width: 569px) {
      #portal p.txt03 {
        width: auto;
        font-size: 20px; } }
    #portal p.txt03 span {
      background: #f6ff00;
      padding: 3px 10px;
      margin: 0 5px; }
  #portal p strong {
    font-size: 1.5em; }
  #portal p.mushimegane {
    background: #009f5c;
    color: white;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    padding: 5px 10px 5px 60px;
    position: relative;
    width: 74%;
    text-align: left; }
    @media (min-width: 569px) {
      #portal p.mushimegane {
        width: auto;
        font-size: 24px;
        padding: 5px 30px 5px 60px;
        text-align: center;
        width: 74%;
        max-width: 1000px; } }
    #portal p.mushimegane span {
      position: absolute;
      top: -10px;
      left: -10px;
      width: 60px;
      height: 87px;
      background: url("../img/03_mushimegane.png") no-repeat;
      background-size: contain; }
      @media (min-width: 960px) {
        #portal p.mushimegane span {
          width: 75px;
          height: 87px;
          top: -20px;
          left: -30px; } }
  #portal .yellowbox {
    background: white;
    border: 10px #f6ff00 solid;
    width: 90%;
    max-width: 1000px;
    margin: 50px auto 30px;
    position: relative;
    padding: 80px 0 0;
    box-shadow: 0 0 10px #999; }
    #portal .yellowbox h2.blueribbon {
      padding: 5px 0;
      font-size: 18px;
      line-height: 1.4em; }
      @media (min-width: 569px) {
        #portal .yellowbox h2.blueribbon {
          font-size: 28px; } }
    #portal .yellowbox img {
      width: 100%;
      max-width: 914px;
      margin: auto; }

/*---------------------------------------------------------------
    direct   04
---------------------------------------------------------------*/
#direct {
  padding: 20px 0 50px; }
  @media (min-width: 569px) {
    #direct {
      padding: 50px 0; } }
  #direct h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px; }
    @media (min-width: 569px) {
      #direct h2 {
        font-size: 30px; } }
    @media (min-width: 960px) {
      #direct h2 {
        font-size: 40px;
        margin-bottom: 40px; } }

/*---------------------------------------------------------------
    technique   05
---------------------------------------------------------------*/
#technique {
  padding: 50px 0;
  background: white; }
  #technique h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: black;
    background: url("../img/05_img01.png") no-repeat top center;
    background-size: 130px;
    padding-top: 100px; }
    @media (min-width: 960px) {
      #technique h2 {
        font-size: 35px;
        background-size: 200px;
        padding-top: 150px; } }
  #technique #skill {
    display: block; }
    @media (min-width: 960px) {
      #technique #skill {
        display: flex;
        justify-content: space-between; } }
    #technique #skill h3 {
      font-size: 30px;
      text-align: center;
      margin: 15px auto; }
      @media (min-width: 960px) {
        #technique #skill h3 {
          font-size: 30px; } }
      #technique #skill h3 span {
        display: inline-block;
        background: #009f5c;
        color: white !important;
        text-align: center;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 50px;
        margin-right: 5px; }
        @media (min-width: 569px) {
          #technique #skill h3 span {
            width: 70px;
            height: 70px;
            line-height: 70px;
            border-radius: 70px; } }
    #technique #skill div {
      width: 100%; }
      @media (min-width: 960px) {
        #technique #skill div {
          width: 48%; } }
      #technique #skill div ul li {
        margin: 0 0 20px;
        display: flex; }
        #technique #skill div ul li div.txt01 {
          /*flex-direction: column;*/
          padding: 3% 2%;
          width: 75%;
          align-items: flex-start;
          font-size: 18px; }
          @media (min-width: 569px) {
            #technique #skill div ul li div.txt01 {
              font-size: 22px; } }
          #technique #skill div ul li div.txt01 small {
            font-size: 14px;
            color: #333 !important;
            display: block;
            width: 100%; }
            @media (min-width: 569px) {
              #technique #skill div ul li div.txt01 small {
                font-size: 15px; } }
          #technique #skill div ul li div.txt01 span {
            color: #df0000 !important;
            display: inline !important; }
        #technique #skill div ul li .num {
          width: 10%;
          color: white;
          font-size: 26px;
          padding: 0 0 0 3%;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media (min-width: 960px) {
            #technique #skill div ul li .num {
              font-size: 40px;
              width: 10%; } }
        #technique #skill div ul li .skillArrow {
          width: 8%;
          color: white;
          font-size: 26px;
          padding: 0;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media (min-width: 960px) {
            #technique #skill div ul li .skillArrow {
              font-size: 40px;
              width: 5%; } }
      #technique #skill div.gijutsu .num {
        background: #009f5c; }
      #technique #skill div.gijutsu .skillArrow {
        background: url("../img/05_green_arrow.png") no-repeat left center;
        background-size: cover; }
      #technique #skill div.gijutsu .txt01, #technique #skill div.gijutsu h3 {
        color: #009f5c; }
      #technique #skill div.gijutsu li {
        border: #009f5c 3px solid; }
      #technique #skill div.human {
        position: relative;
        margin-top: 100px; }
        @media (min-width: 960px) {
          #technique #skill div.human {
            margin-top: 0; } }
        #technique #skill div.human .kakeru {
          position: absolute;
          width: 90px;
          top: -80px;
          left: 50%;
          margin-left: -45px; }
          @media (min-width: 960px) {
            #technique #skill div.human .kakeru {
              width: 90px;
              top: 0;
              left: -65px;
              margin-left: 0; } }
        #technique #skill div.human .num {
          background: #1e5faf; }
        #technique #skill div.human .skillArrow {
          background: url("../img/05_blue_arrow.png") no-repeat left center;
          background-size: cover; }
        #technique #skill div.human .txt01, #technique #skill div.human h3 {
          color: #1e5faf; }
        #technique #skill div.human h3 span {
          background: #1e5faf !important; }
        #technique #skill div.human li {
          border: #1e5faf 3px solid; }

/*---------------------------------------------------------------
    nagare   06
---------------------------------------------------------------*/
h2.course {
  background: #1e5faf;
  color: white;
  padding: 20px 10px;
  text-align: center;
  margin: 0px 0 50px;
  font-size: 20px; }
  @media (min-width: 569px) {
    h2.course {
      font-size: 30px; } }

#nagare {
  background: white;
  padding: 0 0 100px; }
  #nagare table {
    border: #a1a1a1 3px solid; }
    #nagare table td, #nagare table th {
      display: block !important; }
      @media (min-width: 569px) {
        #nagare table td, #nagare table th {
          display: table-cell !important; } }
    #nagare table th {
      background: #a1a1a1;
      color: white;
      width: 100%;
      font-size: 24px;
      line-height: 1em;
      padding: 10px 0; }
      @media (min-width: 569px) {
        #nagare table th {
          width: 10% !important; } }
      #nagare table th small {
        font-size: 16px; }
    #nagare table td.illust {
      width: 100%;
      text-align: center; }
      #nagare table td.illust img {
        width: 90%;
        max-width: 150px; }
      @media (min-width: 569px) {
        #nagare table td.illust {
          width: 16% !important; } }
    #nagare table td.txt {
      vertical-align: top; }
      #nagare table td.txt h3 {
        background: #a1a1a1;
        color: white;
        font-size: 18px;
        padding: 5px 10px;
        margin: 0px 15px 10px;
        font-weight: normal; }
        @media (min-width: 569px) {
          #nagare table td.txt h3 {
            margin: 20px 0 10px;
            padding: 2px 10px;
            font-size: 24px; } }
      #nagare table td.txt li {
        padding-left: 35px;
        font-size: 16px;
        position: relative; }
        @media (min-width: 569px) {
          #nagare table td.txt li {
            padding-left: 25px;
            font-size: 18px; } }
        #nagare table td.txt li:after {
          content: "●";
          position: absolute;
          top: 0;
          left: 15px;
          color: #a1a1a1; }
          @media (min-width: 569px) {
            #nagare table td.txt li:after {
              position: absolute;
              top: 0;
              left: 0; } }
    #nagare table td.comment {
      width: 96%;
      padding: 3% 2% 2%; }
      @media (min-width: 569px) {
        #nagare table td.comment {
          width: 30% !important;
          padding: 1% 2%; } }
      #nagare table td.comment p {
        background: #feffc0;
        padding: 30px 15px 15px;
        box-shadow: 0 0 10px #999;
        transform: rotate(-2deg);
        position: relative; }
        #nagare table td.comment p:after {
          content: url(../img/tape.png);
          position: absolute;
          top: -20px;
          left: 30%; }
  #nagare .arrow {
    width: 100%;
    height: 20px; }
    @media (min-width: 569px) {
      #nagare .arrow {
        width: 10%; } }
    #nagare .arrow img {
      height: 20px; }

#nagare table.tBlue {
  border: #1e5faf 3px solid; }
  #nagare table.tBlue th {
    background: #1e5faf; }
  #nagare table.tBlue td.txt h3 {
    background: #1e5faf; }
  #nagare table.tBlue td.txt li:after {
    color: #1e5faf; }
#nagare table.tGreen {
  border: #009f5c 3px solid; }
  #nagare table.tGreen th {
    background: #009f5c; }
  #nagare table.tGreen td.txt h3 {
    background: #009f5c; }
  #nagare table.tGreen td.txt li:after {
    color: #009f5c; }
#nagare table.tYellow {
  border: #fea01a 3px solid; }
  #nagare table.tYellow th {
    background: #fea01a; }
  #nagare table.tYellow td.txt h3 {
    background: #fea01a; }
  #nagare table.tYellow td.txt li:after {
    color: #fea01a; }
#nagare table.tmonth7 {
  border: #0999b3 3px solid; }
  #nagare table.tmonth7 th {
    background: #0999b3; }
  #nagare table.tmonth7 td.txt h3 {
    background: #0999b3; }
  #nagare table.tmonth7 td.txt li:after {
    color: #0999b3; }
/*---------------------------------------------------------------
    #gaiyou 07
---------------------------------------------------------------*/
#gaiyou {
  padding: 0 0 100px; }
  #gaiyou h3 {
    color: white;
    display: inline;
    font-size: 30px; }
    #gaiyou h3 small {
      font-size: 16px;
      font-weight: normal; }
  #gaiyou h4 {
    color: white;
    display: inline;
    font-size: 16px;
    font-weight: normal; }
  #gaiyou .box {
    background: #1e5faf;
    padding: 20px;
    margin: 0; }
    #gaiyou .box.bGreen {
      background: #009f5c; }
      #gaiyou .box.bGreen .inbox .discript h5 {
        color: #009f5c;
        border-bottom-color: #009f5c; }
    #gaiyou .box.bYellow {
      background: #fea01a; }
      #gaiyou .box.bYellow .inbox .discript h5 {
        color: #fea01a;
        border-bottom-color: #fea01a; }
  #gaiyou .bYellow h5 {
    color: #fea01a; }

    #gaiyou .box.bmonth7 {
      background: #0999b3; }
      #gaiyou .box.bmonth7 .inbox .discript h5 {
        color: #0999b3;
        border-bottom-color: #0999b3; }
  #gaiyou .bmonth7 h5 {
    color: #0999b3; }

  #gaiyou .inbox {
    display: block; }
    @media (min-width: 960px) {
      #gaiyou .inbox {
        display: flex;
        justify-content: space-between; } }
    #gaiyou .inbox .discript {
      background: white;
      padding: 3% 2% 1%;
      width: 96%; }
      @media (min-width: 960px) {
        #gaiyou .inbox .discript {
          width: 55%;
          padding: 2% 2% 0; } }
      #gaiyou .inbox .discript h5 {
        color: #1e5faf;
        font-size: 18px;
        border-bottom: 2px #1e5faf solid;
        padding: 0 0 10px 0;
        margin-bottom: 10px; }
      #gaiyou .inbox .discript p {
        font-size: 14px;
        margin: 0;
        padding: 0; }
  #gaiyou .comment {
    width: 100%;
    margin-top: 10px;
    display: flex; }
    @media (min-width: 960px) {
      #gaiyou .comment {
        width: 43%;
        margin-left: 2%;
        margin-top: 0; } }
    #gaiyou .comment p {
      background: white;
      padding: 4%;
      width: 70%;
      border-radius: 10px;
      display: inline-block;
      font-size: 14px;
      margin: 0; }
      @media (min-width: 569px) {
        #gaiyou .comment p {
          width: 76%; } }
      @media (min-width: 960px) {
        #gaiyou .comment p {
          padding: 4%;
          width: 69%; } }
    #gaiyou .comment .jukosya {
      width: 22%;
      margin: 10px 0 0;
      display: inline-block; }
      @media (min-width: 569px) {
        #gaiyou .comment .jukosya {
          width: 15%; } }
      @media (min-width: 960px) {
        #gaiyou .comment .jukosya {
          width: 22%;
          max-width: 85px; } }
      #gaiyou .comment .jukosya span {
        color: white;
        font-weight: normal;
        font-size: 12px;
        width: 90%;
        margin-left: 10%;
        text-align: center;
        display: block; }
        @media (min-width: 960px) {
          #gaiyou .comment .jukosya span {
            font-size: 13px; } }

/*---------------------------------------------------------------
curriculum 08
---------------------------------------------------------------*/
#curriculum {
  padding: 50px 0 100px; }
  #curriculum .tablebox {
    border-collapse: collapse;
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 569px) {
      #curriculum .tablebox {
        display: flex; } }
    #curriculum .tablebox .curriculum-title {
      text-align: center;
      padding: 10px;
      color: white; }
      @media (min-width: 569px) {
        #curriculum .tablebox .curriculum-title {
          padding: 0 10px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          width: 20%;
          font-size: 18px; } }
      #curriculum .tablebox .curriculum-title p {
        background: white;
        padding: 0 10px;
        border-radius: 20px;
        width: 3em;
        margin: 0 auto 5px; }
        @media (min-width: 569px) {
          #curriculum .tablebox .curriculum-title p {
            margin: 0 auto 10px; } }
      @media (min-width: 569px) {
        #curriculum .tablebox .curriculum-title small {
          font-size: 13px; } }
  #curriculum table {
    width: 100%;
    border: 1px #c1c1c1 solid;
    border-collapse: collapse;
    font-size: 12px;
    border-collapse: collapse; }
    @media (min-width: 569px) {
      #curriculum table {
        width: calc(100% - 200px);
        font-size: 14px; } }
    #curriculum table tr {
      background: white; }
      #curriculum table tr:nth-child(even) {
        background: #f8f8f8; }
      #curriculum table tr th {
        font-weight: normal;
        color: white;
        text-align: center;
        padding: 10px;
        border: 1px #c1c1c1 solid; }
      #curriculum table tr td {
        padding: 10px;
        border: 1px #c1c1c1 solid;
        text-align: left; }
    #curriculum table .curriculum-desc {
      width: 70%;
      font-weight: normal; }
      #curriculum table .curriculum-desc-title {
        width: 25%; }
    #curriculum table.month4 th {
      background: #1e5faf; }
    #curriculum table.month5 th {
      background: #009f5c; }
    #curriculum table.month6 th {
      background: #fea01a; }
    #curriculum table.month7 th {
      background: #0999b3; }

/*---------------------------------------------------------------
    goal 09
---------------------------------------------------------------*/
#goal {
  background: #feffcf;
  padding: 100px 0;
  text-align: center; }
  #goal img {
    max-width: 826px;
    margin: auto; }

/*---------------------------------------------------------------
    voice 10
---------------------------------------------------------------*/
#voice {
  background: #e6eaf0 url("../img/bg_dotted.png") repeat;
  padding: 130px 0 50px; }
  @media (min-width: 569px) {
    #voice {
      padding: 190px 0 50px; } }
  #voice .contents {
    position: relative;
    max-width: 800px;
    display: flex;
    flex-wrap: wrap; }
    #voice .contents h2 {
      width: 100px;
      position: absolute;
      top: -110px; }
      @media (min-width: 569px) {
        #voice .contents h2 {
          width: 155px;
          top: -170px; } }
    #voice .contents .user {
      margin-bottom: 50px;
      box-shadow: 0 0 10px #999;
      padding: 20px;
      border-radius: 10px;
      background: white;
      display: block;
      text-align: center; }
      @media (min-width: 569px) {
        #voice .contents .user {
          padding: 5%; } }
      #voice .contents .user img {
        width: 100%;
        max-width: 500px;
        margin-bottom: 20px; }
      #voice .contents .user h3 {
        background: #1e5faf;
        color: white;
        padding: 5px 10px;
        text-align: left;
        font-weight: normal;
        font-size: 16px;
        margin: 0 0 20px 0; }
        @media (min-width: 569px) {
          #voice .contents .user h3 {
            font-size: 18px;
            text-align: center; } }
        #voice .contents .user h3 span {
          display: inline-block;
          border-right: 1px solid white;
          margin-right: 10px;
          padding-right: 10px;
          font-size: 14px; }
      #voice .contents .user .reason {
        text-align: left; }
      #voice .contents .user h4 {
        clear: both;
        float: left;
        color: white;
        background: #1e5faf;
        padding: 6px 15px;
        border-radius: 10px;
        position: relative;
        font-weight: normal;
        font-size: 15px;
        margin-left: 2%; }
        @media (min-width: 569px) {
          #voice .contents .user h4 {
            font-size: 18px; } }
        #voice .contents .user h4:after {
          content: "▼";
          position: absolute;
          top: 3px;
          left: -14px;
          font-weight: bold;
          font-size: 20px;
          color: #1e5faf;
          transform: rotate(90deg); }
      #voice .contents .user p {
        clear: both;
        float: right;
        width: 85%;
        font-size: 14px;
        background: #eaeaea;
        padding: 12px 20px;
        border-radius: 10px;
        margin-bottom: 30px;
        margin-right: 2%;
        position: relative; }
        @media (min-width: 569px) {
          #voice .contents .user p {
            width: 90%;
            font-size: 15px; } }
        #voice .contents .user p:after {
          content: "▼";
          position: absolute;
          top: 10px;
          right: -14px;
          font-weight: bold;
          font-size: 20px;
          color: #eaeaea;
          transform: rotate(-90deg); }

/*---------------------------------------------------------------
    access 11
---------------------------------------------------------------*/
#access {
  padding: 50px 0; }
  #access h2 {
    font-size: 20px;
    text-align: center; }
    @media (min-width: 569px) {
      #access h2 {
        font-size: 30px; } }
  #access .contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #access .contents .area {
      text-align: center;
      width: 42%;
      padding: 20px 3%;
      margin: 50px 0 10px;
      background: white;
      position: relative;
      border: #5d8809 2px solid; }
    #access .contents .online {
      text-align: center;
      width: calc(100% - 4px);
      padding: 40px 3% 20px;
      margin: 10px auto 50px;
      background: white;
      position: relative;
      border: #5d8809 2px solid; }
    #access .contents h3 {
      color: #5d8809;
      font-size: 1.6em;
      line-height: 1.2em; }
    #access .contents .tag {
      margin: 0 0 10px;
      padding: 0; }

/*---------------------------------------------------------------
    teacher 12
---------------------------------------------------------------*/
#teacher {
  background: #1c64b2 url("../img/12_bg.jpg") no-repeat top center;
  background-size: contain;
  padding: 50px 0; }
  #teacher h2 {
    font-size: 30px;
    text-align: center;
    background: url("../img/12_thinking.png") no-repeat bottom center;
    background-size: contain;
    padding: 0 0 30px;
    width: 65%;
    margin: auto; }
    @media (min-width: 569px) {
      #teacher h2 {
        font-size: 50px;
        padding: 0 0 40px;
        width: 337px; } }
  #teacher .midashi {
    background: white;
    box-shadow: 0 0 10px #999;
    margin: 30px auto;
    padding: 50px 15px;
    text-align: center;
    line-height: 2em; }
    @media (min-width: 569px) {
      #teacher .midashi {
        padding: 50px; } }
    #teacher .midashi h3 {
      font-size: 30px;
      margin-bottom: 30px; }
    #teacher .midashi p {
      text-align: left; }
      @media (min-width: 569px) {
        #teacher .midashi p {
          text-align: center; } }
  #teacher .teacherList {
    display: block;
    width: 90%;
    max-width: 1500px;
    margin: 100px auto 0; }
    @media (min-width: 569px) {
      #teacher .teacherList {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; } }
    #teacher .teacherList .teacherBox {
      width: 88%;
      margin: 0 auto 80px;
      background: white;
      padding: 70px 5% 20px;
      position: relative;
      text-align: center; }
      @media (min-width: 569px) {
        #teacher .teacherList .teacherBox {
          width: 26%;
          margin: 0 1% 100px;
          padding: 110px 2% 20px; } }
      #teacher .teacherList .teacherBox img {
        width: 100px;
        position: absolute;
        top: -50px;
        left: 50%;
        margin-left: -50px;
        border-radius: 150px;
        border: 5px solid white; }
        @media (min-width: 569px) {
          #teacher .teacherList .teacherBox img {
            width: 140px;
            position: absolute;
            top: -70px;
            left: 50%;
            margin-left: -70px; } }
      #teacher .teacherList .teacherBox h4 {
        font-size: 24px;
        margin-bottom: 30px; }
        #teacher .teacherList .teacherBox h4 small {
          display: block;
          font-size: 14px;
          font-weight: normal; }
      #teacher .teacherList .teacherBox p {
        font-size: 14px;
        text-align: left; }

h3.koushi {
  color: white;
  font-size: 20px;
  margin: 50px auto 0;
  max-width: 450px;
  width: 90%;
  text-align: center;
  display: flex;
  justify-content: center; }
  @media (min-width: 569px) {
    h3.koushi {
      font-size: 28px; } }
  h3.koushi span {
    display: block;
    padding: 5px 0px;
    width: 80%;
    background: black; }
    h3.koushi span.ribbon_l {
      width: 20px;
      background: url("../img/12_ribbon_l.png") no-repeat center right;
      background-size: contain; }
    h3.koushi span.ribbon_r {
      width: 20px;
      background: url("../img/12_ribbon_r.png") no-repeat top left;
      background-size: contain; }

/*---------------------------------------------------------------
     14
---------------------------------------------------------------*/
#joseikin {
  padding: 50px 0;
  text-align: center;
  background: url("../img/bg_dotted.png") repeat; }
  #joseikin h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px; }
    @media (min-width: 569px) {
      #joseikin h2 {
        font-size: 30px; } }
  #joseikin .contents {
    display: block; }
    @media (min-width: 569px) {
      #joseikin .contents {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; } }
    #joseikin .contents div {
      border-top: 10px solid #1e5faf;
      border-left: 10px solid #1e5faf;
      border-right: 10px solid #009f5c;
      border-bottom: 10px solid #009f5c;
      width: 95%;
      padding: 2% 0;
      font-size: 20px;
      background: white;
      margin-bottom: 20px; }
      @media (min-width: 569px) {
        #joseikin .contents div {
          font-size: 30px;
          width: 36%;
          padding: 2% 5%; } }
      #joseikin .contents div p {
        margin: 0;
        padding: 0;
        font-weight: bold; }
      #joseikin .contents div img {
        width: 160px; }
  #joseikin .taisyo {
    font-size: 18px;
    font-weight: bold;
    color: #df0000;
    border: 3px solid #df0000;
    padding: 8px 10px;
    display: block;
    margin: 30px 10px; }
    @media (min-width: 569px) {
      #joseikin .taisyo {
        font-size: 35px;
        padding: 8px 30px;
        display: inline-block;
        margin: 30px auto; } }

/*---------------------------------------------------------------
    FAQ 14
---------------------------------------------------------------*/
#faq {
  background: #dde4ec url("../img/14_bg.png") no-repeat top left;
  background-size: auto;
  padding: 50px 0; }
  #faq h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px; }
    @media (min-width: 569px) {
      #faq h2 {
        font-size: 30px; } }
  #faq dl {
    width: 100%;
    margin-bottom: 40px; }
    #faq dl dt {
      font-size: 16px;
      background: #1e5faf;
      margin: 0;
      padding: 10px 10px 10px 45px;
      color: white;
      position: relative; }
      @media (min-width: 569px) {
        #faq dl dt {
          font-size: 20px;
          padding: 10px 10px 10px 60px; } }
      #faq dl dt:before {
        content: "Q";
        position: absolute;
        top: 4px;
        left: 15px;
        font-size: 1.4em;
        font-family: 'Arial Bold'; }
    #faq dl dd {
      font-size: 15px;
      background: white;
      margin: 0 0 30px;
      padding: 15px 10px 15px 60px;
      position: relative; }
      @media (min-width: 569px) {
        #faq dl dd {
          font-size: 18px;
          padding: 25px 20px 25px 100px; } }
      #faq dl dd:before {
        content: "A";
        position: absolute;
        top: 10px;
        left: 30px;
        font-size: 1.4em;
        font-family: 'Arial Bold'; }
        @media (min-width: 569px) {
          #faq dl dd:before {
            top: 20px;
            left: 60px; } }

/*---------------------------------------------------------------
    pamphlet
---------------------------------------------------------------*/
#pamphlet {
  padding: 100px 0 100px; }
  #pamphlet .contents {
    width: 80%;
    max-width: 1000px;
    margin: auto;
    box-shadow: 0 0 10px #999;
    border: 10px #f6ff00 solid;
    background: white;
    text-align: center;
    font-size: 16px;
    padding: 15px 10px 25px; }
    @media (min-width: 569px) {
      #pamphlet .contents {
        padding: 30px 20px;
        font-size: 20px; } }
    #pamphlet .contents img {
      max-width: 190px; }
    #pamphlet .contents p.txt01 {
      font-size: 14px;
      line-height: 2em; }
      @media (min-width: 569px) {
        #pamphlet .contents p.txt01 {
          font-size: 16px; } }
      #pamphlet .contents p.txt01 strong {
        font-size: 1.2em; }
      #pamphlet .contents p.txt01 span {
        background: #1e5faf;
        color: white;
        display: inline-block;
        padding: 0 15px;
        margin-right: 10px;
        font-size: 14px; }
    #pamphlet .contents a {
      color: #1e5faf;
      text-decoration: none;
      padding-bottom: 10px; }
      @media (min-width: 569px) {
        #pamphlet .contents a {
          padding-bottom: 0; } }
    #pamphlet .contents a.btn {
      display: inline-block;
      background: #1e5faf;
      color: white;
      text-decoration: none;
      border-radius: 60px;
      padding: 10px 30px;
      font-weight: normal; }
      @media (min-width: 569px) {
        #pamphlet .contents a.btn {
          padding: 15px 40px;
          letter-spacing: 0.1em; } }
      #pamphlet .contents a.btn:hover {
        background: #0f4282; }
    #pamphlet .contents tel.a {
      background: none;
      color: black;
      padding: 0; }

/* ============= Forms ===============*/
#form {
  background: white;
  padding: 50px 0; }
  #form .contents {
    max-width: 700px; }
  #form h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px; }
    @media (min-width: 569px) {
      #form h2 {
        font-size: 30px; } }
  #form .bold-font {
    color: #1e5faf;
    font-size: 18px;
    line-height: 2em;
    display: block; }

form {
  margin-top: 3em; }

fieldset {
  padding: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d9d6cf;
  margin-bottom: 1em; }

fieldset fieldset {
  background: #ffffff; }

label {
  font-weight: normal;
  font-family: 'robotobold';
  padding-right: 1em;
  display: block; }

input[type=text], input[type=email], input[type=password], textarea {
  border: 1px solid #dde1e5;
  background: #fafafa;
  padding: 10px 2%;
  font-family: 'robotolight_italic';
  color: #969ca5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  outline: none;
  margin-bottom: 1em;
  resize: none;
  display: block;
  width: 78%;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input.half {
  width: 48%;
  margin-right: 4%; }

input.full, textarea.full {
  width: 100%; }

input.field-last {
  padding: 10px 2%;
  margin-right: 0; }

textarea {
  width: 96%;
  height: 140px;
  display: block;
  resize: none;
  outline: none; }

select, input[type=radio], input[type=checkbox] {
  margin-bottom: 1em;
  margin-right: 6px; }

.error[generated=true] {
  font-size: 14px;
  font-family: 'robotoitalic';
  color: red; }

/* Button Color*/
a.btn, input[type=button], nav a.active, input[type=submit], #menu-icon, ol.graphs > li div, .flex-control-paging li a.flex-active, ul.pagination .left a:hover, ul.pagination .right a:hover, ul.paging a:hover span {
  background: #1e5faf;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px 60px;
  letter-spacing: 0.1em;
  font-size: 17px;
  margin: auto; }

/* Button on Hover*/
a.btn:hover, input[type=button]:hover, nav a:hover, input[type=submit]:hover, #menu-icon.active, #nav ul, .nav-parent.hover a {
  background-color: #3c464c;
  color: #fff; }

.wrapper {
  background: white; }

.complete_text {
  display: block;
  box-shadow: 0 0 10px #666;
  margin: 0 auto 50px;
  width: 90%;
  max-width: 800px; }

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