/*
Theme Name: music_school
*/

@charset "UTF-8";

@media (min-width: 768px) {

  /*VC override*/
  .contents .vc_col-xs-1,
  .contents .vc_col-sm-1,
  .contents .vc_col-md-1,
  .contents .vc_col-lg-1,
  .contents .vc_col-xs-2,
  .contents .vc_col-sm-2,
  .contents .vc_col-md-2,
  .contents .vc_col-lg-2,
  .contents .vc_col-xs-3,
  .contents .vc_col-sm-3,
  .contents .vc_col-md-3,
  .contents .vc_col-lg-3,
  .contents .vc_col-xs-4,
  .contents .vc_col-sm-4,
  .contents .vc_col-md-4,
  .contents .vc_col-lg-4,
  .contents .vc_col-xs-5,
  .contents .vc_col-sm-5,
  .contents .vc_col-md-5,
  .contents .vc_col-lg-5,
  .contents .vc_col-xs-6,
  .contents .vc_col-sm-6,
  .contents .vc_col-md-6,
  .contents .vc_col-lg-6,
  .contents .vc_col-xs-7,
  .contents .vc_col-sm-7,
  .contents .vc_col-md-7,
  .contents .vc_col-lg-7,
  .contents .vc_col-xs-8,
  .contents .vc_col-sm-8,
  .contents .vc_col-md-8,
  .contents .vc_col-lg-8,
  .contents .vc_col-xs-9,
  .contents .vc_col-sm-9,
  .contents .vc_col-md-9,
  .contents .vc_col-lg-9,
  .contents .vc_col-xs-10,
  .contents .vc_col-sm-10,
  .contents .vc_col-md-10,
  .contents .vc_col-lg-10,
  .contents .vc_col-xs-11,
  .contents .vc_col-sm-11,
  .contents .vc_col-md-11,
  .contents .vc_col-lg-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contents .vc_col-xs-12,
  .contents .vc_col-sm-12,
  .contents .vc_col-md-12,
  .contents .vc_col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .top-movie {
    position: relative;
    height: 334px;
    background: #f5ebeb;
    max-width: 1200px;
    margin: 0 auto 40px;
    overflow: hidden;
  }

  .top-movie__wrap {
    width: 940px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }

  .top-movie__image {
    position: relative;
    line-height: 0;
  }

  #kvPlayer {
    height: 334px;
    width: 594px;
  }

  .contents .wpb_wrapper h2 {
    margin: 20px 0 16px;
  }

  .contents .wpb_wrapper h3 {
    margin: 20px 0 16px;
  }

  .top-movie__zoom {
    position: absolute;
    bottom: 5px;
    right: -3px;
    transform: translateY(10%);
    opacity: 0;
    transition: all 0.3s;
  }

  .top-movie__zoom.is-show {
    position: absolute;
    bottom: 5px;
    right: -3px;
    transform: translateY(0%);
    opacity: 1;
  }

  .top-movie__text {
    flex: 1;
    text-align: center;
  }

  .top-movie__zoom {
    outline: none;
  }

  .top-movie-layer {
    display: none;
    position: fixed;
    width: 300px;
    height: 300px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
  }
  .slick-slider .open-top-banner-modal .item__title {
    background: #f399a4;
  }
  .top-banner-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99;
  }
  .top-banner-modal__movie {
    margin-bottom: 15px;
  }
  .top-banner-modal__text {
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
  }
  .top-banner-modal__button a {
    display: inline-block;
  }
  .top-banner-modal__close {
    position: absolute;
    right: -44px;
    top: -44px;
  }


  .d-box {

  }

  .yamaha-feature {
    margin-bottom: 40px;
  }

  .slick-slider {
    width: 100%;
    margin-bottom: 40px;
  }

  .slick-slider .item {
    position: relative;
    margin-right: 20px;
  }

  .slick-slider .item a {
    display: block;
  }

  .slick-slider .slick-prev {
    position: absolute;
    left: -48px;
    top: 50%;
    transform: translateY(-50%);
    text-indent: 9999px;
    display: inline-block;
    border: none;
    background: url(/music-school/assets/music_school/img/top/btn_slick_left.png);
    width: 28px;
    height: 60px;
    padding: 0;
  }

  .slick-slider .slick-next {
    text-indent: 9999px;
    position: absolute;
    right: -48px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    border: none;
    background: url(/music-school/assets/music_school/img/top/btn_slick_right.png);
    width: 28px;
    height: 60px;
    padding: 0;
  }

  .slick-slider .slick-dots {
    display: none !important;
  }

  .slick-slider .item__title {
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    background: rgba(87, 196, 241, 0.9);
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 10px;
  }

  .news-area {
    margin: 60px 0;
  }

  .news-box {
    width: auto;
    position: relative;
  }

  .news-box__title {
    border-bottom: 2px solid #5ac3ef;
    padding-bottom: 18px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
  }

  .news-box__title:before {
    content: "";
    display: inline-block;
    background: url(../img/top/ico_topics.png) left top no-repeat;
    width: 43px;
    height: 29px;
    vertical-align: text-bottom;
    margin-right: 12px;
  }

  .news-header__title {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    color: #000;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
  }

  .news-header__title:before {
    content: "";
    display: inline-block;
    background: url(../img/top/ico_topics.png) left top no-repeat;
    width: 43px;
    height: 29px;
    vertical-align: text-bottom;
    margin-right: 12px;
  }

  .news-box__readmore {
    position: absolute;
    right: 10px;
    top: 25px;
    font-weight: normal;
    font-size: 13px;
    background: url(../img/top/ico_point.png) left center no-repeat;
    padding-left: 20px;
  }

  .news-box__contents {
    padding: 10px 0 10px;
    background: #fff;
    border-radius: 0 0 20px 20px;
  }

  .news-box__more {
    text-align: right;
    border-bottom: 2px dotted #7acff2;
    padding-bottom: 5px;
  }

  .news-box__more a {
    color: #333333;
    vertical-align: middle;
    line-height: 1;
  }

  .news-box__more:before {
    content: "";
    background: url(../img/ico_link.png) left center no-repeat;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 3px;
  }

  .news-box__detail {

  }

  .news-box__cat {
    float: left;
    width: 88px;
  }

  .news-box__cat span {
    font-size: 12px;
    line-height: 1;
    padding: 3px 10px;
    display: inline-block;
    color: #fff;
    width: 50px;
    text-align: center;
  }

  .news-box__wrap {
    overflow: hidden;
  }

  .news-box__date {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    float: left;
    width: 130px;
  }

  .news-box__text {
    color: #000000;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: calc(100% - 130px);
  }

  .news-box__detail.is-active {
    display: block;
  }

  .news-box__detail ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .news-box__detail li {
    margin-bottom: 20px;
    padding: 0;
    display: block;
    overflow: hidden;
    *zoom: 1;
  }

  .news-box__detail li:last-child {
    border-bottom: 0;
  }

  .news-box__detail li a {
    display: block;
  }

  .news-box__toggle {
    display: none;
  }

  .contents .top-blue {
    background: url(../img/bg_blue_slash.png) center top repeat;
    background-size: cover;
    margin-bottom: 0;
  }

  .contents .top-yellow {
    background: url(../img/bg_yellow_slash.png) center top repeat;
    margin-bottom: 0;
  }

  .contents .yms-blue {
    background: url(../img/kids/bg01.png) center top repeat;
    background-size: cover;
    margin-bottom: 0;
  }

  .contents .lesson-blue {
    background: url(../img/3lesson/bg_menu.png) center top repeat;
    background-size: cover;
    margin-bottom: 0;
  }

  .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    opacity: 0.7;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: relative;
  }

  .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    opacity: 1;
  }

  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 20px;
  }

  .top-submenu-list {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .top-submenu-list li {
    display: inline-block;
    margin: 0 12px;
  }

  .top-submenu-list li a {
    vertical-align: middle;
    color: #333333;
  }

  .top-submenu-list li:before {
    content: "";
    background: url(../img/ico_link.png) left center no-repeat;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 3px;
  }

  .bx-wrapper {
    margin: 0 0 60px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    min-width: 1200px;
  }

  .bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
    left: 0;
  }

  .bx-wrapper .bx-controls-direction a {
    width: 56px;
    height: 56px;
    margin-top: -28px;
  }

  .bx-wrapper .bx-controls-direction a:hover {
    opacity: 0.8;
  }

  .bx-wrapper .bx-prev {
    background: url(../img/ico_mv_l.png) left top no-repeat;
    left: -28px;
  }

  .bx-wrapper .bx-next {
    background: url(../img/ico_mv_r.png) left top no-repeat;
    right: -28px;
  }

  .bx-wrapper .bx-next:hover {
    background-position: 0 0;
  }

  ul.bxslider {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .bxslider li {
    display: none;
  }

  .bx-viewport .bxslider li {
    display: block !important;
  }

  .top-slider {
    width: 960px;
    margin: 0 auto;
  }

  .top-slider ul {
    margin: 0;
    list-style: none;
    padding: 0;
  }

  .gsc-input {
    vertical-align: middle !important;
  }

  /*slider*/
  .top-slider {
    width: 960px;
    margin: 0 auto;
  }

  .top-slider ul {
    margin-top: 0;
  }

  .top-slider {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: relative;
    width: 100%;
    /* max-width: 1300px; */
    height: 360px;
    margin: 0 auto 0px;
    overflow: hidden;
  }

  .top-slider.on {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  .top-slider__wrap {
    width: 960px;
    margin: 0 auto;
    height: 360px;
    position: relative;
  }

  .top-slider .btn-left {
    background: url(../img/ico_mv_l.png) left top no-repeat;
    position: absolute;
    left: -28px;
    top: 50%;
    margin-top: -28px;
    width: 56px;
    height: 56px;
    display: block;
    z-index: 10;
  }

  .top-slider .btn-right {
    background: url(../img/ico_mv_r.png) left top no-repeat;
    position: absolute;
    right: -28px;
    top: 50%;
    margin-top: -28px;
    width: 56px;
    height: 56px;
    display: block;
    z-index: 10;
  }

  .top-slider li {
    float: left;
  }

  .top-slider ul {
    position: absolute;
    left: 0;
    top: 0;
  }

  .column {
    margin-bottom: 20px;
  }

  .column a {
    display: block;
    overflow: hidden;
    *zoom: 1;
  }

  .column__image {
    width: 220px;
    margin-right: 10px;
    line-height: 0;
    float: left;
  }

  .column__detail {
    padding-top: 10px;
    float: left;
    width: 230px;
  }

  .column__text {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
  }

  .column__title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
  }

  .local-navi {
    margin: 0;
    margin-bottom: 20px;
    background: #f8f8f8;
    position: relative;
    top: 0;
    left: 0;
    z-index: 95;
    padding: 20px 0 10px;
    line-height: 1;
    border-bottom: solid 1px #dedede;
  }

  .local-navi--center {

  }

  .local-navi ul {
    width: 940px;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    margin-bottom: 0 !important;
  }

  .local-navi li {
    float: left;
    margin: 0 5px 10px;
    width: 224px;
    font-size: 18px;
  }

  .local-navi li a {
    display: block;
    line-height: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid #33c4fc;
    border-radius: 20px;
    width: 220px;
    text-align: center;
    text-decoration: none;
  }

  .local-navi li.is-active a {
    color: #fff;
    background: #33c4fc;
  }

  .local-navi-d {
    display: none;
  }

  .local-navi-tips {
    display: none;
  }

  .local-navi--center ul {
    text-align: center;
    width: 940px;
    margin: 0 auto;
  }

  .local-navi--center li {
    float: none;
    display: inline-block;
    margin: 0 3px 10px;
  }

  .course__title {
    background: url(../img/kids/course_3/b01_bg01.png) left top no-repeat;
    width: 100%;
    height: 110px;
    display: table-cell;
  }

  .u-of-v {
    overflow: visible;
  }

  .top-banners {
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
  }

  .joc {
    background: #fff;
    border-top: 4px solid #eaeaed;
    padding-top: 50px;
  }

  .joc__inner {
    width: 940px;
    margin: 0 auto;
  }

  .joc__inner a {
    display: block;
    color: rgb(102, 102, 102);
  }

  .joc__inner a:hover {
    text-decoration: none;
  }

  .joc__title {
    background: url(../img/joc/title_joc.png);
    width: 358px;
    height: 55px;
    font-weight: bold;
    margin: 0 auto 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    position: relative;

  }

  .joc__body {
    width: 810px;
    margin: 0 auto;
    padding-bottom: 100px;
  }

  .joc__image {
    float: left;
    width: 180px;
    margin-right: 35px;
  }

  .joc__text {
    line-height: 1.8;
  }

  .event {
    background: #f8f8f9;
    border-top: 4px solid #eaeaed;
    padding-bottom: 70px;
    padding-top: 50px;
  }

  .event__inner {
    width: 940px;
    margin: 0 auto;
  }

  .event__title {
    font-weight: bold;
    background: url(../img/event/title_event.png);
    width: 276px;
    height: 55px;
    margin: 0 auto 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    position: relative;
  }

  .event__body {

  }

  .event-block {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 30px;
  }

  .event-block:last-child {
    border-bottom: none;
  }

  .event-block__title {
    font-size: 20px;
    font-weight: bold;
    padding-left: 15px;
    line-height: 1;
    margin-bottom: 25px;
    position: relative;
  }

  .event-block__title:before {
    content: "";
    position: absolute;
    top: 0;
    height: 0.5em;
    left: 0;
    border-left: 5px solid #54c3f1;
  }

  .event-block__title:after {
    content: "";
    position: absolute;
    top: 0.5em;
    height: 0.5em;
    left: 0;
    border-left: 5px solid #13a2ce;
  }

  ul.event-block__list {
    overflow: hidden;
    list-style: none;
    padding: 0;
  }

  .event-block__list li {
    float: left;
    margin-right: 50px;
    margin-bottom: 25px;
    width: 420px;
    list-style: none;
  }

  .event-block__list li a {
    color: #202020;
    display: block;
  }

  .event-box {
    overflow: hidden;
  }

  .event-box__thum {
    float: left;
    width: 90px;
    margin-right: 25px;
  }

  .event-box__content {
    float: left;
    width: 305px;
  }

  .event-box__sbj {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 1em;
  }

  .event-box__text {
    font-size: 12px;
  }

  .top-keyvisual {
    position: relative;
    text-align: center;
    height: 340px;
    overflow: hidden;
    margin-bottom: 50px;
  }

  .top-keyvisual img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .news-banner {
    padding-left: 50px;
    margin-bottom: 10px;
  }

  .top-news-banners {
    border-top: 1px solid #eaeaed;
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .fb-banner {
    float: left;
    overflow: hidden;
    margin-left: 54px;
    margin-right: 45px;
  }

  .fb-banner img {
    vertical-align: middle;
  }

  .fb-banner__title {
    display: inline-block;
    margin-right: 10px;
  }

  .fb-banner__body {
    display: inline-block;
  }

  .fb-banner__body a {
    display: inline-block;
    margin-right: 6px;
  }

  .youtube-banner {
    float: left;
    overflow: hidden;
  }

  .youtube-banner img {
    vertical-align: middle;
  }

  .youtube-banner a {
    margin-right: 6px;
    display: inline-block;
  }

  .youtube-banner__title {
    display: inline-block;
    margin-right: 10px;
  }

  .youtube-banner__body {
    display: inline-block;
  }

  .youtube-banner__body a {
    margin-right: 10px;
    display: inline-block;
  }

  .insta-banner {
    clear: both;
    float: left;
    overflow: hidden;
    margin-left: 54px;
    margin-right: 45px;
    margin-top: 15px;
  }

  .insta-banner img {
    vertical-align: middle;
  }

  .insta-banner a {
    margin-right: 6px;
    display: inline-block;
  }

  .insta-banner__title {
    display: inline-block;
    margin-right: 10px;
  }

  .insta-banner__body {
    display: inline-block;
  }

  .insta-banner__body a {
    margin-right: 10px;
    display: inline-block;
  }

  .faq {
    margin: 0 auto;
    background: url(../img/bg_yellow_slash.png) left top repeat;
    border-radius: 20px;
    padding: 20px 15px 10px;
    box-shadow: 0 4px 0 #d9d199;
    font-size: 15px;
    width: 430px;
    min-height: 162px;
  }

  .faq__title {
    margin-bottom: 5px;
  }

  ul.faq__list {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
  }

  .faq__list li {
    color: #eb4e46;
    margin-bottom: 5px;
    vertical-align: middle;
    margin-left: 26px;
    text-indent: -25px;
    font-size: 13px;
  }

  .faq__list li a {
    text-decoration: none;
  }

  .faq__list li:before {
    content: "";
    background: url(../img/kids/ico_faq.png) left center no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
  }

  .faq__more {
    text-align: right;
    color: #333333;
    font-size: 14px;
  }

  .faq__more:before {
    content: "";
    background: url(../img/ico_link.png) left center no-repeat;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 3px;
  }

  .lesson-banner {
    text-align: center;
  }

  .lesson-concept__block {
    height: 450px;
    overflow: hidden;
    color: #333333;
    *zoom: 1;
  }

  .lesson-concept__contents {
    width: 450px;
    font-size: 16px;
  }

  .lesson-concept__logo {
    margin-bottom: 20px;
    text-align: center;
  }

  .lesson-concept__text {
    margin-bottom: 20px;
  }

  .lesson-concept__link {
    text-align: center;
  }

  .lesson-concept__link a {

  }

  .lesson-concept__block--puppuru {
    background: url(../img/3lesson/bg_puppuru.png) center top no-repeat;
    background-size: cover;
  }

  .lesson-concept__block--puppuru .lesson-concept__contents {
    float: left;
    margin-top: 70px;
  }

  .lesson-concept__block--puppuru .lesson-concept__link a {
    color: #e51373;
  }

  .lesson-concept__block--puppuru .lesson-concept__link a:before {
    background: url(../img/3lesson/ico_arrow_puppuru.png) left top no-repeat;
    display: inline-block;
    width: 7px;
    height: 13px;
    margin-right: 3px;
    content: "";
  }

  .lesson-concept__block--kids {
    background: url(../img/3lesson/bg_kids.png) center top no-repeat;
    background-size: cover;
  }

  .lesson-concept__block--kids .lesson-concept__contents {
    float: right;
    margin-top: 60px;
  }

  .lesson-concept__block--kids .lesson-concept__link a {
    color: #0cadef;
  }

  .lesson-concept__block--kids .lesson-concept__link a:before {
    background: url(../img/3lesson/ico_arrow_kids.png) left top no-repeat;
    display: inline-block;
    width: 7px;
    height: 13px;
    margin-right: 3px;
    content: "";
  }

  .lesson-concept__block--junior {
    background: url(../img/3lesson/bg_junior.png) center top no-repeat;
    background-size: cover;
  }

  .lesson-concept__block--junior .lesson-concept__contents {
    float: left;
    margin-top: 70px;
  }

  .lesson-concept__block--junior .lesson-concept__link a {
    color: #23ac38;
  }

  .lesson-concept__block--junior .lesson-concept__link a:before {
    background: url(../img/3lesson/ico_arrow_junior.png) left top no-repeat;
    display: inline-block;
    width: 7px;
    height: 13px;
    margin-right: 3px;
    content: "";
  }

  .scroll-table-wrap {

  }

  .tablepress.course-table {
    width: 98%;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }

  .tablepress.course-table th, .tablepress.course-table td {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 20px;
    text-align: center;
    vertical-align: top;
  }

  .tablepress.course-table td img {
    vertical-align: top;
  }

  .tablepress.course-table--puppuru {

  }

  .tablepress.course-table--puppuru .column-1 {
    background: #fdf0f7;
    color: #e51373;
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
    width: 220px;
  }

  .tablepress.course-table--kids {

  }

  .tablepress.course-table--kids .column-1 {
    background: #ecf9ff;
    color: #25c3ff;
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
    width: 220px;
  }

  .tablepress.course-table--junior {

  }

  .tablepress.course-table--junior .column-1 {
    background: #e4ffe9;
    font-size: 16px;
    color: #23ac38;
    text-align: left;
    vertical-align: middle;
    width: 220px;
  }

  ul.kaisoku-navi {
    overflow: hidden;
    *zoom: 1;
    margin: 0 -5px 50px;
    padding: 0;
  }

  .kaisoku-navi li {
    list-style: none;
    float: left;
    margin: 0 5px 10px;
  }

  .kaisoku-navi a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 50px;
    width: 148px;
    background: #3296b3;
    color: #fff;
    border-radius: 3px;
    line-height: 1.2;
    font-size: 12px;
  }

  .accordion.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
    display: block;
    border-radius: 3px;
    font-size: 20px;
    height: 54px;
    line-height: 54px;
    font-weight: bold;
    text-decoration: none;
    color: #25c3ff;
    border: 2px solid #33c4fc;
    background: none;
    padding: 0;
  }

  .accordion.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
    padding: 0 22px;
  }

  .accordion.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
    display: block;
    width: 23px;
    height: 24px;
    background-image: url(../img/3lesson/ico_plus_kids.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0.7em;
    top: 50%;
    margin-top: -12px;
  }

  .accordion.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    display: block;
    width: 23px;
    height: 2px;
    background-image: url(../img/3lesson/ico_minus_kids.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0.7em;
    top: 50%;
    margin-top: -1px;
  }

  .accordion.course-accordion.wpb_accordion #ui-accordion-1-header-0 {
    border: 2px solid #e21e74;
  }

  .accordion.course-accordion.wpb_accordion #ui-accordion-1-header-0 a {
    color: #e51373;
  }

  .accordion.course-accordion.wpb_accordion .wpb_accordion_wrapper #ui-accordion-1-header-0.ui-state-default .ui-icon {
    background-image: url(../img/3lesson/ico_plus_puppuru.png);
  }

  .accordion.course-accordion.wpb_accordion .wpb_accordion_wrapper #ui-accordion-1-header-0.ui-state-active .ui-icon {
    background-image: url(../img/3lesson/ico_minus_puppuru.png);
  }

  .accordion.course-accordion.wpb_accordion #ui-accordion-1-header-1 {
    border: 2px solid #33c4fc;
  }

  .accordion.course-accordion.wpb_accordion #ui-accordion-1-header-1 a {
    color: #25c3ff;
  }

  .accordion.course-accordion.wpb_accordion .wpb_accordion_wrapper #ui-accordion-1-header-1.ui-state-default .ui-icon {
    background-image: url(../img/3lesson/ico_plus_kids.png);
  }

  .accordion.course-accordion.wpb_accordion .wpb_accordion_wrapper #ui-accordion-1-header-1.ui-state-active .ui-icon {
    background-image: url(../img/3lesson/ico_minus_kids.png);
  }

  .accordion.course-accordion.wpb_accordion #ui-accordion-1-header-2 {
    border: 2px solid #2daa3f;
  }

  .accordion.course-accordion.wpb_accordion #ui-accordion-1-header-2 a {
    color: #23ac38;
  }

  .accordion.course-accordion.wpb_accordion .wpb_accordion_wrapper #ui-accordion-1-header-2.ui-state-default .ui-icon {
    background-image: url(../img/3lesson/ico_plus_junior.png);
  }

  .accordion.course-accordion.wpb_accordion .wpb_accordion_wrapper #ui-accordion-1-header-2.ui-state-active .ui-icon {
    background-image: url(../img/3lesson/ico_minus_junior.png);
  }

  .accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
    padding-left: 0;
    padding-right: 0;
  }

  .qanda {
    font-size: 16px;
    padding-bottom: 100px;
  }

  .qanda dt {
    margin-bottom: 5px;
  }

  .qanda dt:before {
    content: "Q：";
    color: #2b96b5;
    font-size: 20px;
    font-weight: bold;

  }

  .qanda dd {
    margin-bottom: 30px;
  }

  .qanda dd:before {
    content: "A：";
    font-size: 20px;
    color: #eb4e46;
    font-weight: bold;
  }

  .tablepress.common-table {
    width: 99.9%;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }

  .tablepress.common-table th {
    text-align: center;
    background: #e8f8ff;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 15px;
    vertical-align: middle;
  }

  .tablepress.common-table td {
    text-align: center;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 15px;
    background: #fff;
    vertical-align: middle;
  }

  h1.course-3 {
    background: url(../img/kids/course_3/bg_course_3.png) center top repeat-x;
    background-size: cover;
    border-bottom: none;
  }

  h1.course-4 {
    background: url(../img/kids/course_4/bg_course_4.png) center top repeat-x;
    background-size: cover;
    border-bottom: none;
  }

  .local-navi.course-3 {
    padding: 14px 0 0;
  }

  .local-navi.course-3 li {
    float: none;
    display: inline-block;
    font-size: 16px;
    width: 146px;
    margin: 0 3px 10px;
  }

  .local-navi.course-3 li.is-active a {
    background: #f399a4;
    color: #fff;
  }

  .local-navi.course-3 li a {
    border: 2px solid #f399a4;
    color: #f399a4;
    height: 70px;
    line-height: 1.2;
    border-radius: 10px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 146px;
  }

  .local-navi.course-4 {
    padding: 14px 0 0;
  }

  .local-navi.course-4 li {
    float: none;
    display: inline-block;
    font-size: 16px;
    width: 146px;
    margin: 0 3px 10px;
  }

  .local-navi.course-4 li.is-active a {
    background: #25c3ff;
    color: #fff;
  }

  .local-navi.course-4 li a {
    border: 2px solid #25c3ff;
    color: #25c3ff;
    height: 70px;
    line-height: 1.2;
    border-radius: 10px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 146px;
  }

  .course-feature-title {
    border-radius: 20px 20px 0 0;
    height: 60px;
    font-size: 26px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
  }

  .course-feature-title--3 {
    background: #f399a4;
    color: #fff;
  }

  .course-feature-title--4 {
    background: #33c4fc;
    color: #fff;
  }

  .course-column {
    overflow: hidden;
    *zoom: 1;
    padding-bottom: 10px;
    margin: 30px 0 10px 0;
  }

  .course-column--right {

  }

  .course-column--3 .course-column__title {
    color: #f598a3;
    font-size: 20px;
    margin-left: 170px;
  }

  .course-column--3 .course-column__text {
    font-size: 14px;
    margin-left: 170px;
  }

  .course-column--3 .course-column__image {
    float: left;
    text-align: center;
    width: 160px;
  }

  .course-column--3 .course-column--right .course-column__image {
    float: right;
  }

  .course-column--3 .column__contents {
    float: left;
    width: 770px;
  }

  .course-column--3 .course-column--right .course-column__contents {
    float: left;
    padding-left: 15px;
  }

  .course-column--4 .course-column__title {
    color: #49bee6;
    font-size: 20px;
    margin-left: 170px;
  }

  .course-column--4 .course-column__text {
    font-size: 14px;
    margin-left: 170px;
  }

  .course-column--4 .course-column__image {
    float: left;
    text-align: center;
    width: 160px;
  }

  .course-column--4 .course-column--right .course-column__image {
    float: right;
  }

  .course-column--4 .column__contents {
    float: left;
    width: 770px;
  }

  .course-column--4 .course-column--right .course-column__contents {
    float: left;
    padding-left: 15px;
  }

  a.btn_blue {
    width: 400px;
    margin: 10px 15px 10px;
    position: relative;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    border-radius: 40px;
    font-weight: bold;
    font-size: 17px;
    background: #33c4fc;
    color: #fff;
    box-shadow: 0 3px 0 #63bcde;
    padding: 16px 0;
  }

  a.btn_blue:after {
    content: "";
    background: url(../img/kids/ico_arrow_w.png) left top no-repeat;
    width: 9px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
  }

  a.course-btn-next {
    width: 300px;
    padding-left: 22px;
    margin: 70px 15px 10px;
    position: relative;
    height: 60px;
    line-height: 63px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    font-weight: bold;
    font-size: 17px;
  }

  a.course-btn-next:before {
    content: "NEXT";
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 25px;
    color: #fff;
    line-height: 63px;
  }

  a.course-btn-next:after {
    content: "";
    background: url(../img/kids/ico_arrow_w.png) left top no-repeat;
    width: 9px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
  }

  a.course-btn-next.course-btn-next--3 {
    background: #f399a4;
    color: #fff;
    box-shadow: 0 3px 0 #de8893;
  }

  a.course-btn-next.course-btn-next--4 {
    background: #33c4fc;
    color: #fff;
    box-shadow: 0 3px 0 #63bcde;
  }

  a.course-btn-back {
    width: 252px;
    padding-left: 70px;
    margin: 70px 15px 10px;
    position: relative;
    height: 60px;
    line-height: 63px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    font-weight: bold;
    font-size: 17px;
  }

  a.course-btn-back:before {
    content: "BACK";
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    background: url(../img/kids/ico_arrow_w2.png) left center no-repeat;
    padding-left: 16px;
    top: 0;
    left: 20px;
    color: #fff;
    line-height: 63px;
  }

  a.course-btn-back.course-btn-back--3 {
    background: #f399a4;
    color: #fff;
    box-shadow: 0 3px 0 #de8893;
  }

  a.course-btn-back.course-btn-back--4 {
    background: #33c4fc;
    color: #fff;
    box-shadow: 0 3px 0 #63bcde;
  }

  .promotion-course {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 20px 34px 10px;
    margin-bottom: 10px;
    box-shadow: 0 5px 5px rgba(100, 100, 100, 0.1);
  }

  .promotion-course__title {
    margin-bottom: 5px;
    text-align: center;
  }

  ul.promotion-course__list {
    overflow: hidden;
    padding: 0;
    margin: 0 10px;
    list-style: none;
  }

  .promotion-course__list li {
    float: left;
  }

  .promotion-course__list li.first {
    margin-right: 20px;
  }

  .promotion-course__list li.arrow {
    padding-top: 115px;
  }

  .promotion-course__list li.last {
    margin-right: 0;
  }

  .promotion-course__list li a {
    display: block;
  }

  .promotion-course__list li p {
    font-size: 12px;
    margin-left: 20px;
    color: #333333;
  }

  .promotion-course__list li p span {
    border: 1px solid #333333;
    font-size: 11px;
    padding: 2px;
  }

  .promotion-course__bottom {
    text-align: center;
  }

  .image-column {
    overflow: hidden;
    *zoom: 1;
  }

  .image-column--right {

  }

  .image-column--3 .image-column__title {
    color: #f598a3;
  }

  .image-column--4 {
    margin-bottom: 30px;
  }

  .image-column--4 .image-column__title {
    color: #49bee6;
  }

  .image-column__image {
    float: left;
    margin-right: 30px;
    text-align: center;
  }

  .image-column--right .image-column__image {
    float: right;
    margin-left: 15px;
  }

  .image-column__title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .image-column__text {
    font-size: 14px;
  }

  .image-column__table {

  }

  .image-column__table th {
    color: #f598a3;
    padding: 3px;
  }

  .image-column__table td {
    padding: 3px;
  }

  h2.course3 {
    color: #f399a4;
    border-bottom: 2px dotted #f399a4;
  }

  h3.course3 {
    border-bottom: 2px solid #f399a4;
  }

  h5.course3 {
    color: #f399a4;
  }

  .course3 p a {
    color: #f399a4;
  }

  .gray-box {
    clear: both;
    background: #f2f2f2;
    padding: 15px 15px;
  }

  .gray-box p {
    display: table-cell;
    vertical-align: middle;
    width: 240px;
  }

  .gray-box ul {
    display: table-cell;
    vertical-align: middle;
    width: 670px;
  }

  .gray-box ul li {
    text-align: left;
  }

  .gray-box div {
    display: table-cell;
    vertical-align: middle;
    width: 670px;
  }

  .gray-box--course3 p {
    color: #f598a3;
    text-align: center;
  }

  .teacher-profile {
    background: #f2f2f2;
    padding: 30px;
  }

  .teacher-profile__column {
    overflow: hidden;
    margin-bottom: 15px;
  }

  .teacher-profile__contents {
    float: left;
    width: 640px;
  }

  .teacher-profile__image {
    float: right;
  }

  .teacher-profile__title {
    color: #f598a3;
    font-size: 20px;
    border-bottom: 2px dotted #d0d0d0;
    padding-bottom: 3px;
    margin-bottom: 5px;
  }

  .teacher-profile__title.blue {
    color: #49bee6;
  }

  .teacher-profile__text {

  }

  .teacher-profile__profile {

  }

  .teacher-profile__name {

  }

  .teacher-profile__name span {
    font-size: 16px;
  }

  .teacher-profile__profile__title {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .movie-layer {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 853px;
    z-index: 100;
  }

  .movie-player-title {
    text-align: center;
    font-size: 24px;
    color: #fff;
    min-height: 1em;
    margin-bottom: 20px;
  }

  .movie-player-body {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
  }

  .movie-layer .btn-close {
    position: absolute;
    right: -40px;
    top: 0px;
  }

  ul.news-list {
    padding: 0;
    margin: 40px 0;
    list-style: none;
    overflow: hidden;
  }

  .news-list > li {
    clear: both;
    margin-bottom: 40px;
  }

  .news-list > li a {
    display: block;
    color: #333333;
  }

  .news-list > li a:hover {
    text-decoration: none;
  }

  .news__searchcat {
    text-align: center;
    margin: 40px 0 0;
    font-size: 20px;
  }

  .news__header {
    margin-top: 20px;
    margin-bottom: 3px;
    overflow: hidden;
  }

  .news__thum {
    float: right;
  }

  .news__date {
    float: left;
    font-size: 16px;
  }

  .news__category {
    float: left;
    margin-right: 20px;
  }

  .news__icons {
    margin-left: 20px;
    float: left;

  }

  .news__icons span,
  .news__icons a {
    font-size: 12px;
    line-height: 1;
    padding: 3px;
    border: 1px solid #999999;
    margin-right: 10px;
    border-radius: 3px;
    color: #999;
    box-sizing: border-box;
    display: inline-block !important;
  }

  .news__category span,
  .news__category a {
    font-size: 12px;
    line-height: 18px;
    padding: 3px 10px;
    display: inline-block !important;
    color: #fff !important;
  }

  .news__categoryicon--pupple {
    background: #f3a7ca;
  }

  .news__categoryicon--junior {
    background: #2daa3f;
  }

  .news__categoryicon--general {
    background: #999999;
  }

  .news__categoryicon--music_school {
    background: #5ac4ef;
  }

  .news__categoryicon--students {
    background: #4f9dbd;
  }

  .news__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .news__body {
    font-size: 16px;
    word-break: break-all;
    word-wrap: break-word;
  }

  ul.pager {
    text-align: right;
    margin: 40px 0;
    padding: 0;
    list-style: none;
    color: #25c3ff;
  }

  ul.pager ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  ul.pager li {
    display: inline-block;
  }

  .news-back-btn {
    text-align: center;
    margin: 40px 0;
  }

  .news-back-btn a {
    width: 400px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    background: #2fbbf8;
  }

  .vc_row {
    margin-left: auto;
    margin-right: auto;
  }

  .y-accordion {

  }

  .y-accordion__group {
    margin: 20px 0 16px;
  }

  .y-accordion__title {
    position: relative;
    display: block;
    border-radius: 3px;
    font-size: 20px;
    height: 54px;
    line-height: 54px;
    font-weight: bold;
    text-decoration: none;
    color: #25c3ff;
    border: 2px solid #33c4fc;
    background: none;
    padding: 0;

  }

  .y-accordion__title a {
    padding: 0 22px;
    display: block;
  }

  .y-accordion__group.is-close .y-accordion__icon {
    display: block;
    width: 23px;
    height: 24px;
    background-image: url(../img/3lesson/ico_plus_kids.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0.7em;
    top: 50%;
    margin-top: -12px;
  }

  .y-accordion__group.is-open .y-accordion__icon {
    display: block;
    width: 23px;
    height: 2px;
    background-image: url(../img/3lesson/ico_minus_kids.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0.7em;
    top: 50%;
    margin-top: -1px;
  }

  .y-accordion__title a:hover {
    text-decoration: none;
  }

  .y-accordion__contents {
    padding: 32px 0;
  }

  dl.course-outline {
    margin-bottom: 10px;
  }

  dl.course-outline:after {
    content: "";
    display: block;
    clear: both;
  }

  dl.course-outline dt {
    width: 7.3em;
    float: left;
    font-weight: bold;
    clear: both;
    margin: 2px 0;

  }

  dl.course-outline dd {
    float: left;
    margin: 2px 0 10px 1em;
    width: 775px;
    text-indent: -1em;
  }

  dl.course-outline dd:before {
    content: "：";
  }

  dl.course-outline dd span {
    font-size: 0.85em;
  }

  dl.course-outline.onnaka dt {
    color: #f598a3;
  }

  dl.course-outline.youjika dt {
    color: #49bee6;
  }

  dl.course-outline.shinkyu dt {
    color: #49bee6;
    width: 9.3em;
  }

  div.course-outline {
    font-weight: bold;

  }

  div.course-outline:before {
    content: "【";
  }

  div.course-outline:after {
    content: "】";
  }

  .facebook-column-area {
    padding-top: 30px;
    padding-bottom: 110px;
  }

  .facebook-column-block:first-child {
    padding-right: 20px !important;
  }

  .facebook-column-block:last-child {
    padding-left: 20px !important;
  }

  .contents .facebook-title {
    text-align: center;
    margin-bottom: 24px !important;
  }

  .banner-list {
    display: flex;
    flex-wrap: wrap;
  }

  .banner-list > div {
    width: 25%;
    text-align: center;
    margin-bottom: 7px;
  }

  .banner-area {
    background: #faf6ee;
    border-top: 4px solid #f9eace;
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .banner-area__inner {
    overflow: visible;
  }

  .contents .banner-area__title {
    background: url(../img/top/title_special.png) center center no-repeat;
    width: 276px;
    height: 56px;
    font-size: 18px;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    border: none;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    position: relative;
    margin: 0 auto 40px !important;
  }

  .facebook-title {
    font-size: 22px !important;
    color: #4a74c4 !important;
    text-align: center;
    font-weight: bold;
    margin: 0;
    border: none !important;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
  }

  .facebook-column {
    border-top: 2px solid #4c76c1;
    border-radius: 3px 3px 0 0;
  }

  .facebook-column__body {

  }

  .facebook-column__link {
    text-align: right;
  }

  .facebook-column__link a {
    background: url(../img/top/ico_point.png) left center no-repeat;
    padding-left: 16px;
  }

  .facebook-column__text {
    font-size: 13px;
    background: #f2f6fd;
    color: #161616;
    border-radius: 0 0 10px 10px;
    padding: 18px 25px 30px;
  }

  .course {
    background: url(../img/top/bg_course.png) center top/cover no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .course-list {
    display: flex;
    display: -webkit-flex;
  }

  .course-list .vc_column_container {
    overflow: visible;
  }

  .contents .course-title {
    font-size: 34px !important;
    text-align: center;
    font-weight: bold;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    margin: 0 0 25px !important;
    color: #fff !important;
    border: none !important;
  }

  .course-panel {
    position: relative;
    width: 300px;
  }

  a.course-panel {
    display: none;
  }

  .course-panel a {
    display: block;
    color: #000;
  }

  .course-panel__title {
    font-size: 16px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    display: -webkit-flex;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 60px;
    font-weight: bold;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    text-align: center;

  }

  .course-panel__title span {
    font-size: 14px;
  }

  .course-panel__image {
    line-height: 0;
  }

  .course-panel__body {
    padding: 22px 15px 15px;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 6px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
  }

  .course-panel--pupple .course-panel__body {
    background: #eb70a6;
  }

  .course-panel--pupple .course-panel__button a {
    color: #eb70a6;
  }

  .course-panel--pupple .course-panel__button a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: url(/music-school/assets/music_school/img/top/ico_arrow_pupple.png);
    width: 8px;
    height: 12px;
  }

  .course-panel--kids .course-panel__body {
    background: #0068b7;
  }

  .course-panel--kids .course-panel__button a {
    color: #0068b7;
  }

  .course-panel--kids .course-panel__button a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: url(/music-school/assets/music_school/img/top/ico_arrow_kids.png);
    width: 8px;
    height: 12px;
  }

  .course-panel--junior .course-panel__body {
    background: #31b144;
  }

  .course-panel--junior .course-panel__button a {
    color: #31b144;
  }

  .course-panel--junior .course-panel__button a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: url(/music-school/assets/music_school/img/top/ico_arrow_junior.png);
    width: 8px;
    height: 12px;
  }

  .course-panel__text {
    text-align: center;
    white-space: nowrap;
    font-size: 30px;
    margin-bottom: 25px;
    color: #fff;
  }

  .course-panel__button {

  }

  .course-panel__button a {
    position: relative;
    background: #fff;
    font-size: 17px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-bottom: 4px solid #e5e5e5;
    border-radius: 7px;
  }

  .course-panel__button a:hover {
    text-decoration: none;
    opacity: 0.7;
  }

  .other-course {
    text-align: center;
    font-size: 20px;
    margin-top: 25px;
  }

  .other-course a {
    color: #fff;
  }

  .other-course a:before {
    content: "";
    display: inline-block;
    background: url(/music-school/assets/music_school/img/top/ico_other_course.png);
    width: 17px;
    height: 17px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
  }

  .pupple {
    padding: 50px 0;
    background: url(/music-school/assets/music_school/img/top/bg_course_pupple.png) center top repeat;
  }

  .pupple-panel {
    background: #fff;
    border-radius: 15px;
    width: 572px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0 20px;
    box-shadow: 0 6px 0px rgba(0, 0, 0, 0.1)
  }

  a.pupple-panel {
    display: none;
  }

  .pupple-panel__image {
    margin-right: 35px;
  }

  .pupple-panel__button {

  }

  .pupple-panel__button a {
    position: relative;
    background: #d84051;
    box-sizing: border-box;
    color: #fff;
    width: 200px;
    text-align: center;
    display: inline-block;
    line-height: 50px;
    height: 50px;
    border-bottom: 4px solid #c23949;
    border-radius: 6px;
  }

  .pupple-panel__button a:after {
    content: "";
    display: inline-block;
    background: url(/music-school/assets/music_school/img/top/ico_pupple_arrow.png);
    width: 8px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: calc(50% + 2px);
    transform: translateY(-50%);
  }

  .top-contents {
    background: #f8f8f9;
  }

  .top-contents__inner {
    margin: 0 auto 0;
    float: none;
  }

  .top-contents-block {
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    align-content: center;
    background: #f8f8f9;
    width: 100%;
  }

  .top-contents-block__body-inner {
    display: block;
    width: 460px;
    margin: 0 0 0 auto;
    padding-right: 40px;
    /*padding-left: 9.7vw;*/
    /*padding-right: 8vw;*/
    box-sizing: border-box;
    vertical-align: top;
  }

  .top-contents-block__body {
    display: block;
    width: 50%;
    /*padding-left: 9.7vw;*/
    /*padding-right: 8vw;*/
    box-sizing: border-box;
    vertical-align: top;
  }

  .top-contents-block__body--small {
    padding-left: 70px;
    padding-right: 130px;
  }

  .top-contents-block__title {
    font-size: 28px;
    color: #373737;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
  }

  .top-contents-block__title:before {
    /*content: "";*/
    /*display: block;*/
    /*background: url(../img/top/course_bar.png) left top no-repeat;*/
    /*width: 45px;*/
    /*height: 5px;*/
    /*padding-bottom: 30px;*/
  }

  .top-contents-block__text {
    font-size: 15px;
    color: #333333;
    margin-bottom: 40px;
  }

  .top-contents-block__button {

  }

  .top-contents-block__button a {
    background: #5ac3ef;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 15px 35px 12px;
    box-shadow: 0 5px 0 #50afd6;
    border-radius: 6px;
    position: relative;
  }

  .top-contents-block__button a:hover {
    text-decoration: none;
  }

  .top-contents-block__button a:before {
    content: "";
    background: url(../img/top/ico_button_link.png) left top no-repeat;
    width: 8px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
  }

  .top-contents-block__image {
    display: block;
    width: 50%;
  }

  .top-contents-block__image img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  .entry-flow {
    padding-top: 60px;
  }

  .entry-flow .step {
    position: relative;
    margin-bottom: 120px;
  }

  .entry-flow .step:before {
    content: "";
    border-radius: 10px;
    background: url(../img/entry_flow/bg.png) left top repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: -1;
  }

  .entry-flow .step:after {
    content: "";
    position: absolute;
    background: url(../img/entry_flow/arrow.png) left top repeat;
    bottom: -35px;
    left: 50%;
    width: 60px;
    height: 28px;
    transform: translateX(-50%);
  }

  .entry-flow .step4:after {
    display: none;
  }

  .entry-flow .step__inner {
    border: 2px solid #51c2f1;
    padding: 90px 45px 50px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    background: #ffffff;
    z-index: 1;
  }

  .entry-flow .step__label {
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 100px;
    left: 50%;
    transform: translateX(-50%);
    top: -43px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
  }

  .entry-flow .step__label:before {
    position: absolute;
    width: 118px;
    height: 2px;
    background: #fff;
    content: "";
    top: 41px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
  }

  .entry-flow .step__label > div {
    display: table-cell;
    vertical-align: middle;
    background: #5ac3ef;
    border-radius: 100px;
    width: 100px;
    height: 100px;
  }

  .entry-flow .step__label span {
    font-size: 30px;
  }

  .entry-flow .step__title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 40px;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
  }

  .entry-flow .step__txt {
    text-align: center;
    margin-bottom: 48px;
  }

  .entry-flow .step__txt a {
    text-decoration: underline;
  }

  .entry-flow .step__course {
    overflow: hidden;
    display: flex;
  }

  .entry-flow .course-panel {
    margin-right: 25px;
    float: left;
  }

  .entry-flow .course-panel:last-child {
    margin-right: 0;
  }

  .entry-flow .step__buttons {
    text-align: center;
  }

  .entry-flow .step__buttons a {
    background: #5ac3ef;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 15px 18px 10px;
    box-shadow: 0 5px 0 #50afd6;
    width: 300px;
    display: inline-block;
    border-radius: 6px;
    margin: 0 15px;
  }

  .entry-flow .step__buttons a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: url(../img/entry_flow/ico_button_arrow.png) left top no-repeat;
    width: 8px;
    height: 12px;
    margin-top: -4px;
  }

  .entry-flow .step__buttons a:hover {
    text-decoration: none;
  }

  .entry-flow .step__images {
    margin-bottom: 30px;
  }

  .entry-flow .step4 .step__column {
    display: block;
    overflow: hidden;
  }

  .entry-flow .step4 .step__images {
    float: right;
    margin-left: 40px;
  }

  .entry-flow .step__column {
    display: flex;
    display: -webkit-flex;
  }

  .entry-flow .step__column .step__txt {
    text-align: left;
    margin-right: 35px;
  }

  .entry-flow-faq {
    background: #faf6ee;
    padding-bottom: 70px;

  }

  .entry-flow-faq__inner {
    padding-top: 85px;
    width: 940px;
    margin: 0 auto 0;
    background: #faf6ee;
  }

  .entry-flow-faq__title {
    font-size: 24px;
    font-weight: bold;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    margin-bottom: 40px;
    text-align: center;
    color: #333333;
  }

  .entry-flow-faq__list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .entry-flow-faq__list li {
    border-bottom: 3px dotted #e1ddd6;
    padding: 25px 0 15px;
  }

  .entry-flow-faq__list li:last-child {
    border-bottom: none;
  }

  .entry-flow-faq__qa {

  }

  .entry-flow-faq__qa .question {

  }

  .entry-flow-faq__qa .question span {
    display: inline-block;
    background: #5ac3ef;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 40px;
  }

  .entry-flow-faq__qa .answer {

  }

  .entry-flow-faq__qa .answer span {
    display: inline-block;
    background: #ffffff;
    border-radius: 40px;
    color: #5ac3ef;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
  }

  .entry-flow-faq__qa dt {
    float: left;
    clear: both;
    margin-right: 15px;
    margin-bottom: 10px;
  }

  .entry-flow-faq__qa dd {
    line-height: 40px;
    margin-bottom: 10px;
  }

  .entry-flow-faq__qa dd a {
    font-size: 13px;
    display: inline-block;
  }

  .entry-flow-faq__qa dd a:before {
    content: "";
    background: url(../img/entry_flow/link_arrow.png) left top no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 8px;
  }

  .trial-lesson {
    margin-bottom: 30px;
  }

  .trial-lesson__kv {

  }

  .trial-lesson__kv img {
    width: 100%;
  }

  .trial-lesson-tokuten {
    margin-top: 80px;
  }

  .trial-lesson-tokuten:after {
    content: "";
    display: table;
    clear: both;
  }

  .trial-lesson-tokuten__block {
    border: 3px solid #5ac3ef;
    box-sizing: border-box;
    padding: 0 35px 35px;
    border-radius: 15px;
  }

  .trial-lesson-tokuten__block:after {
    content: ".";
    height: 0;
    line-height: 0;
    opacity: 0;
    clear: both;
    visibility: hidden;
    display: block;
  }

  .trial-lesson-tokuten__block:last-child {
    margin-right: 0;
  }

  .trial-lesson-tokuten__title {
    position: relative;
    text-align: center;
    height: 50px;
    width: 450px;
    background: #5ac3ef;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    border-radius: 25px;
    margin: -25px auto 30px;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    box-shadow: 0 4px 0 #d9d9d9;
  }

  .trial-lesson-tokuten__title:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translatex(-50%);
    border-top: 10px solid #5ac3ef;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }

  .trial-lesson-tokuten__text {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    height: 66px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .trial-lesson-tokuten__present {
    font-size: 20px;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    text-align: center;
  }

  .trial-lesson-tokuten__present-title {
    width: 420px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .trial-lesson-tokuten__present-text {
    color: #27a9df;
    background: #eef9fe;
    width: 420px;
    height: 130px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .trial-lesson-tokuten__box {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
  }

  .trial-lesson-tokuten__image {
    height: 200px;
    margin-left: 10px;
    margin-right: 50px;
  }

  .trial-lesson-tokuten__image img {
    vertical-align: middle;
  }

  .trial-lesson-bottom {
    margin-top: 90px;
    border: 3px solid #459ed5;
    box-sizing: border-box;
    padding: 0 35px 35px;
    border-radius: 15px;
  }

  .trial-lesson-bottom__block {

  }
  .trial-lesson-bottom__note {
    float: left;
    margin-top: 10px;
  }
  .trial-lesson-bottom__note p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
  }

  .trial-lesson-bottom__block:after {
    content: "";
    display: table;
    clear: both;
  }

  .trial-lesson-bottom__title {
    position: relative;
    text-align: center;
    height: 50px;
    width: 380px;
    margin: -27px auto 45px;
    background: #459ed5;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    border-radius: 10px;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    box-shadow: 0 4px 0 #d9d9d9;
  }

  .trial-lesson-bottom__text {
    background: #eef9fe;
    color: #27a9df;
    font-size: 20px;
    font-weight: bold;
    width: 558px;
    text-align: center;
    border-radius: 10px;
    padding: 30px 0;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    float: left;
  }

  .trial-lesson-bottom__image {
    float: right;
    text-align: center;
    padding-right: 50px;
    margin-top: -20px;
  }

  .trial-lesson-note {
    font-size: 11px;
    margin-top: 15px;
  }

  .web-trial {
    background: #68c9f1;
    padding: 80px 0;
  }

  .web-trial__inner {
    width: 908px;
    margin: 0 auto;
  }

  .web-trial__sub {
    color: #ec0432;
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
  }

  .web-trial__title {
    font-size: 28px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
  }

  .web-trial__title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/trial_lesson/ico_title.png) left top no-repeat;
    width: 27px;
    height: 36px;
    margin-top: -4px;
  }

  .web-trial__title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/trial_lesson/ico_title.png) left top no-repeat;
    width: 27px;
    height: 36px;
    margin-top: -4px;
  }

  .web-trial__step {
    overflow: hidden;
    background: url(../img/trial_lesson/bg.png) left top repeat;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 35px;
  }

  .web-trial .step-box {
    float: left;
    background: #23a1d7;
    border-radius: 10px;
    height: 80px;
    width: 200px;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
    color: #fff;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    margin-right: 22px;
    position: relative;

  }

  .web-trial .step-box:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -13px;
    width: 26px;
    height: 16px;
    background: url(../img/trial_lesson/ico_flow.png) left top no-repeat;
  }

  .web-trial .step-box:last-child {
    margin-right: 0;
  }

  .web-trial .step-box:last-child:after {
    display: none;
  }

  .web-trial .step-box__label {
    background: #ffffff;
    color: #119dd7;
    text-align: center;
    position: absolute;
    padding: 8px 20px;
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
    font-size: 13px;
    border-radius: 30px;
    line-height: 1;
  }

  .web-trial__button {
    text-align: center;
    margin-bottom: 35px;
  }

  .web-trial__button a {
    border: 2px solid #fff;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding: 10px 0;
    width: 260px;
    text-align: center;
    border-radius: 7px;
  }

  .web-trial__button a:before {
    content: "";
    display: inline-block;
    background: url(../img/trial_lesson/arrow.png) left top no-repeat;
    width: 8px;
    height: 12px;
    margin-right: 10px;
  }

  .web-trial__button a:hover {
    text-decoration: none;
  }

  .web-trial__text {
    font-size: 14px;
    color: #fff;
    text-align: center;
  }

  .get-room-info {
    padding: 85px 0;
  }

  .get-room-info__inner {
    margin: 0 auto;
    width: 940px;
  }

  .get-room-info__sub {
    color: #ec0432;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
  }

  .get-room-info__title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;
    color: #333333;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
  }

  .get-room-info__button {
    margin-bottom: 70px;
    text-align: center;
  }

  .get-room-info__button a {
    background: #5ac3ef;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 15px 0 10px;
    display: inline-block;
    box-shadow: 0 5px 0 #50afd6;
    border-radius: 6px;
    padding: 10px 0;
    width: 260px;
  }

  .get-room-info__button a:hover {
    text-decoration: none;
  }

  .get-room-info__button a:before {
    content: "";
    display: inline-block;
    background: url(../img/trial_lesson/arrow.png) left top no-repeat;
    width: 8px;
    height: 12px;
    margin-right: 10px;
  }

  .get-room-info__note {
    font-size: 11px;
  }

  .kids .top-header {

  }

  .kids .top-header__wrapper {
    background: url(../img/kids_index/header_bg.png) center top/cover no-repeat #fff;
    padding-top: 98px;
  }

  .kids .top-header__flag {
    background: url(../img/kids_index/flag.png) center top no-repeat;
    width: 200px;
    height: 61px;
    margin: 0 auto 10px;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-top: 18px;
    box-sizing: border-box;
  }

  .kids .top-header__logo {
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    color: #fff;
  }

  .kids .top-header__term {
    text-align: center;
    margin: 0 auto 30px;
    font-size: 16px;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    color: #fff;
    height: 36px;
    line-height: 36px;
    width: 180px;
    border: 2px solid #fff;
    border-radius: 36px;
  }

  .kids .top-header-content {
    background: #fff;
    width: 940px;
    margin: 0 auto;
    border-radius: 15px 15px 0 0;
    padding: 60px 60px 135px;
    box-sizing: border-box;
  }

  .kids .top-header-content__title {
    font-size: 20px;
    color: #333;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    text-align: center;
    margin-bottom: 35px;
  }

  .kids .top-header-content__title:before {
    content: "";
    display: block;
    /*background: url(../img/kids_index/course_bar.png) left top no-repeat;*/
    width: 45px;
    height: 5px;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  .kids .top-header-content__body {
    line-height: 1.8;
  }

  .kids .top-body {
    position: relative;
    background: #68c9f1;
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .kids .top-body:before {
    content: "";
    position: absolute;
    top: -46px;
    left: 0;
    display: block;
    width: 100%;
    height: 47px;
    background: url(../img/kids_index/wave.png) left -1px repeat-x;
  }

  .kids .top-body__title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 70px;
    text-align: center;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
  }

  .kids .top-body__title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/kids_index/ico_title.png) left top no-repeat;
    width: 27px;
    height: 36px;
    margin-top: -4px;
    margin-right: 10px;
  }

  .kids .top-body__title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/kids_index/ico_title.png) left top no-repeat;
    width: 27px;
    height: 36px;
    margin-left: 10px;
    margin-top: -4px;
  }

  .kids .top-body-courses {
    width: 840px;
    margin: 0 auto 60px;
  }

  .kids .top-body-courses:after {
    content: "";
    display: table;
    clear: both;
  }

  .kids .course-item {
    background: #fff;
    border-radius: 15px;
    box-shadow: -5px 3px 0 #5fb9de;
    width: 400px;
    padding-bottom: 35px;
    margin-right: 40px;
    float: left;
    position: relative;
  }

  .kids .course-item:nth-child(3n) {
    margin-right: 0;
  }

  .kids .course-item.is-last {
    margin-right: 0;
  }

  .kids .course-item:nth-child(3n+1) {
    clear: both;
  }

  .kids .course-item__border-box {
    float: left;
    position: relative;
    background: url(../img/kids_index/bg.png) left top repeat;
    padding: 15px;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 15px;
  }

  .kids .course-item__batch {
    position: absolute;
    top: -30px;
    left: 50px;
    color: #0068b7;
    font-size: 14px;
    line-height: 1.4;
    box-sizing: border-box;
    padding-top: 6px;
    font-weight: bold;
    text-align: center;
    background: url(../img/kids_index/label_course.png) left top no-repeat;
    width: 60px;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    height: 64px;
  }

  .kids .course-item__label {
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    background: #0f6ab4;
    width: 260px;
    height: 42px;
    text-align: center;
    border-radius: 21px;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
  }

  .kids .course-item__label:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    border-top: 10px solid #0f6ab4;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }

  .kids .course-item__image {
    margin-bottom: 30px;
  }

  .kids .course-item__term {
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    font-size: 14px;
    width: 147px;
    margin: 0 auto 0;
    border: 1px solid #2768b1;
    border-radius: 15px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #0068b7;
    margin-bottom: 22px;
  }

  .kids .course-item__title {
    margin-bottom: 7px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    color: #333333;
    display: -webkit-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
  }

  .kids .course-age__text {
    text-align: center;
    font-size: 12px;
    height: 28px;
  }

  .kids .course-item__text {
    text-align: center;
    margin-bottom: 35px;
    font-size: 15px;
    height: 60px;
  }

  .kids .course-item__arrow {
    position: absolute;
    right: -46px;
    top: 50%;
    z-index: 1;
    margin-top: -5px;
  }

  .kids .course-item__button {
    text-align: center;
  }

  .kids .course-item__button a {
    background: #5ac3ef;
    color: #fff;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    line-height: 1;
    box-shadow: 0 5px 0 #50afd6;
    border-radius: 6px;
    padding: 12px 0;
    width: 200px;
  }

  .kids .course-item__button a:hover {
    text-decoration: none;
  }

  .kids .course-item__button a:before {
    content: "";
    display: inline-block;
    background: url(../img/kids_index/arrow.png) left top no-repeat;
    width: 8px;
    height: 12px;
    margin-right: 10px;
  }

  .kids .course-about-link {
    text-align: center;
    color: #333333;
    font-size: 16px;
  }

  .kids .course-about-link__a {
    margin-top: 5px;
  }

  .kids .course-about-link__a a {
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
  }

  .kids .course-about-link__a a:before {
    content: "";
    display: inline-block;
    background: url(../img/kids_index/ico_link.png) left top no-repeat;
    width: 12px;
    height: 12px;
    margin-right: 10px;
  }

  /* musical_education */
  .musical_education .top-header {

  }

  .musical_education .top-header__wrapper {
    background: url(../img/musical_education/header_bg.png) center top/cover no-repeat #fff;
    padding-top: 98px;
  }

  .musical_education .top-header__flag {
    background: url(../img/musical_education/flag.png) center top no-repeat;
    width: 224px;
    height: 61px;
    margin: 0 auto 10px;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-top: 18px;
    box-sizing: border-box;
  }

  .musical_education .top-header__logo {
    text-align: center;
    margin-bottom: 80px;
    font-size: 36px;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    color: #fff;
  }

  .musical_education .top-header-content {
    background: #fff;
    width: 940px;
    margin: 0 auto;
    border-radius: 15px 15px 0 0;
    padding: 60px 60px 135px;
    box-sizing: border-box;
  }

  .musical_education .top-header-content__body {
    line-height: 1.8;
  }

  .musical_education .top-header-content__body:before {
    content: "";
    display: block;
    /*background: url(../img/musical_education/course_bar.png) left top no-repeat;*/
    width: 45px;
    height: 5px;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  .musical_education .top-body {
    position: relative;
    background-color: #68c9f1;
    padding-top: 50px;
  }

  .musical_education .top-body__inner {
    width: 840px;
    margin: 0 auto;
  }

  .contents--z-1 {
    position: relative;
    z-index: 1;
  }
  .contents--z-1 .vc_column_container{
    overflow: visible;
  }

  .musical_education .top-body__title {
    font-size: 34px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
  }

  .musical_education .top-body__title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/musical_education/ico_title.png) left top no-repeat;
    width: 27px;
    height: 36px;
    margin-top: -4px;
    margin-right: 10px;
  }

  .musical_education .top-body__title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/musical_education/ico_title.png) left top no-repeat;
    width: 27px;
    height: 36px;
    margin-left: 10px;
    margin-top: -4px;
  }

  .musical_education .top-body__figure {
    text-align: center;
    background: url(../img/musical_education/border.png) left bottom no-repeat;
  }

  .musical_education .top-body__figure-button {
    margin-top: 20px;
  }

  .musical_education .top-body__figure-button a {
    color: #54c3f1;
    border: 2px solid #54c3f1;
    border-radius: 5px;
    font-size: 17px;
    padding: 13px 30px;
    display: block;
    line-height: 1;
    position: relative;
  }

  .musical_education .top-body__figure-button a:hover {
    text-decoration: none;
  }

  .musical_education .top-body__figure-button a:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    background: url(../img/musical_education/ico_plus.png) left top no-repeat;
    width: 16px;
    height: 16px;
  }
  .musical_education .top-body__figure-button a.is-open:after {
    background: url(../img/musical_education/ico_minus.png) left center no-repeat;
  }

  .musical_education .top-body-courses__sbj {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
  }

  .musical_education .top-body-courses {
    width: 940px;
    margin: 0 auto 0;
    padding-bottom: 70px;
    padding-top: 50px;
  }

  hr.dot {
    background: url(../img/musical_education/dot_pc.png) center top no-repeat;
    height: 3px;
    border: none;
  }

  .musical_education .top-body-courses:after {
    content: "";
    display: table;
    clear: both;
  }

  .musical_education .course-item {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 6px 0 #5fb9de;
    width: 400px;
    padding-bottom: 35px;
    margin-right: 40px;
    float: left;
    position: relative;
  }

  .musical_education .course-item.is-last {
    margin-right: 0;
  }

  .musical_education .course-item__border-box {
    float: left;
    position: relative;
    background: url(../img/musical_education/bg.png) left top repeat;
    padding: 15px;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 15px;
  }

  .musical_education .course-item__label {
    background: #e972a6;
    width: 320px;
    height: 42px;
    text-align: center;
    border-radius: 21px;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
  }

  .musical_education .course-item--junior .course-item__label {
    background: #38af4a;
  }

  .musical_education .course-item__label:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    border-top: 10px solid #e972a6;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }

  .musical_education .course-item--junior .course-item__label:after {
    border-top: 10px solid #38af4a;
  }

  .musical_education .course-item__image {
    margin-bottom: 35px;
  }

  .musical_education .course-item__title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-top: 50px;
    height: 70px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
  }

  .musical_education .course-item__button {
    text-align: center;
    position: relative;
  }

  .musical_education .course-item__button a {
    background: #5ac3ef;
    color: #fff;
    font-size: 17px;
    text-align: center;
    display: inline-block;
    line-height: 1;
    box-shadow: 0 5px 0 #50afd6;
    border-radius: 6px;
    padding: 12px 0;
    width: 200px;
  }
  .musical_education .course-item__button a small{
    font-size: 11px;
    display: block;
    margin-bottom: 4px;
  }
  .musical_education .course-item--pupple .course-item__button a {
    background: #d84051;
    box-shadow: 0 5px 0 #c23949;
    width: auto;
    padding: 10px 0 8px;
    width: 150px;
  }
  .musical_education .course-item--junior .course-item__button > a {
    background: #1eaa39;
    box-shadow: 0 5px 0 #1b9933;
    width: auto;
    padding: 15px 0;
    font-size: 17px;
    width: 315px;
    position: relative;
  }
  .musical_education .course-item--junior .course-item__button >  a:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/musical_education/ico_junior_arrow.png);
    width: 12px;
    height: 8px;
  }

  .musical_education .course-item__button a:hover {
    text-decoration: none;
  }

  .musical_education .course-item__list {
    display: none;
    position: absolute;
    top: 47px;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    padding: 0;
    width: 315px;
    margin: 0 auto;
    border-radius: 0 0 3px 3px;
  }
  .musical_education .course-item__list li {
    background: #def2e1;
    box-shadow: none;
    border: 1px solid #bce2c2;
  }
  .musical_education .course-item__list li a{
    background: #def2e1;
    box-shadow: none;
    display: block;
    width: auto;
    color: #31b144;
    font-size: 17px;
    border-radius: 0;
  }
  .musical_education .course-item__list li a:after {
    display: none;
  }
  .musical_education .course-item__list li:nth-child(2n) a {
    background: #ebf7ed;
  }



  .musical_education .life-music {
    position: relative;
    background: url(../img/oniku/bg.png) center top/cover no-repeat;
    padding-top: 0px;
    padding-bottom: 65px;
  }

  .musical_education .life-music__inner {

    margin: 0 auto;
  }

  .musical_education .life-music__title {
    text-align: center;
    font-size: 34px;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    color: #fff;
    margin-bottom: 45px;
  }

  .musical_education .life-music__title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/oniku/ico_title_2.png) left top no-repeat;
    width: 27px;
    height: 36px;
    margin-top: -4px;
    margin-right: 10px;
  }

  .musical_education .life-music__title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/oniku/ico_title_2.png) left top no-repeat;
    width: 27px;
    height: 36px;
    margin-left: 10px;
    margin-top: -4px;
  }

  .musical_education .life-music-block {
    background: #ffffff;
    border-radius: 15px;
    padding: 60px;
  }

  .musical_education .life-music-block__wrapper {
    overflow: hidden;
  }

  .musical_education .life-music-block__text {
    float: left;
    line-height: 2;
    width: 300px;
  }

  .musical_education .life-music-block__image {
    float: right;
  }

  .musical_education .life-music-block__image a {
    float: right;
    position: relative;
  }

  .musical_education .life-music-block__image a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    transform: translate(-50%, -50%);
    background: url(../img/oniku/play.png) left top no-repeat;
  }

  .musical_education .teacher {
    position: relative;
    margin: 45px 10px 0;
  }

  .musical_education .teacher:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 100%;
    height: 100%;
    background: url(../img/oniku/bg_2.png) left top repeat;
    border-radius: 15px;
  }

  .musical_education .teacher__inner {
    position: relative;
    z-index: 1;
    border: 2px solid #45bff0;
    border-radius: 15px;
    padding: 40px;
    background: #ffffff;
  }

  .musical_education .teacher__label {
    background: url(../img/oniku/label_fusen.png) left top no-repeat;
    position: absolute;
    top: 38px;
    left: -12px;
    width: 140px;
    height: 45px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 36px;
  }

  .musical_education .teacher__title {
    font-size: 20px;
    color: #333333;
    margin-bottom: 32px;
    font-weight: bold;
    padding-left: 100px;
  }

  .musical_education .teacher__body {
    overflow: hidden;
  }

  .musical_education .teacher__image {
    margin-right: 40px;
    float: left;
    width: 160px;
    text-align: center;
    font-size: 14px;
  }

  .musical_education .teacher__text {
    font-size: 14px;
    float: left;
    width: calc(100% - 200px);
  }

  .musical_education .teacher--small .teacher__body {
    overflow: visible;
  }

  .musical_education .teacher--small .teacher__body:after {
    content: "";
    display: table;
    clear: both;
  }

  .musical_education .teacher--small .teacher__text {

  }

  .musical_education .teacher--small .teacher__image {
    float: right;
    margin-top: -20px;
    margin-right: 0;
  }

  .musical_education .teacher__textlink {
    margin-top: 10px;
  }

  .musical_education .teacher__textlink:before {
    content: "";
    display: inline-block;
    background: url(../img/oniku/link_arrow.png) left top no-repeat;
    margin-right: 5px;
    width: 12px;
    height: 12px;
  }

  .musical_education .oniku-detail {
    padding-top: 90px;
  }

  .musical_education .oniku-detail__inner {
    width: 940px;
    margin: 0 auto;
  }

  .musical_education .oniku-detail__inner:after {
    content: "";
    display: table;
    clear: both;
  }

  .musical_education .oniku-detail-item {
    width: 450px;
    margin-right: 40px;
    float: left;
  }

  .musical_education .oniku-detail-item:last-child {
    margin-right: 0;
  }

  .musical_education .oniku-detail-item__image {

  }

  .musical_education .oniku-detail-item__body {
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 10px;
    width: 400px;
    margin: 0 auto;
    border-radius: 15px 15px 0 0;
    margin-top: -40px;
    position: relative;
    z-index: 1;
  }

  .musical_education .oniku-detail-item__label {
    color: #47bff0;
    font-size: 18px;
    margin-bottom: 32px;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    text-align: center;
  }

  .musical_education .oniku-detail-item__title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 22px;
    font-weight: bold;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
  }

  .musical_education .oniku-detail-item__text {
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .musical_education .oniku-detail-item__button {
    text-align: center;
  }
  .musical_education .oniku-detail-item__button small {
    font-size: 12px;
    display: block;
    text-align: center;
  }

  .musical_education .oniku-detail-item__button a {
    background: #5ac3ef;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    padding: 15px 30px 12px;
    box-shadow: 0 5px 0 #50afd6;
    border-radius: 6px;
  }

  .musical_education .oniku-detail-item__button a:before {
    content: "";
    display: inline-block;
    background: url(../img/oniku/ico_button_arrow.png) left top no-repeat;
    width: 8px;
    height: 12px;
    margin-right: 5px;
    font-size: 13px;
  }
  .musical_education .course-map {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 50px;
  }
  .musical_education .course-map .top-body__title{
    color: #313131;
    margin-bottom: 25px;
  }
  .musical_education .course-map .top-body__title:before {
    background-image: url(../img/musical_education/ico_title_blue.png);
  }
  .musical_education .course-map .top-body__title:after {
    background-image: url(../img/musical_education/ico_title_blue.png);
  }
  .musical_education .course-table {
    position: relative;
  }
  .musical_education .course-table__item {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    line-height: 0;
  }
  .musical_education .course-table__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .musical_education .course-table__item--1 {
    height: 306px;
    width: 61px;
    left: 38px;
    top: 120px;
    background: #f9e4f6;
  }
  .musical_education .course-table__item--2 {
    height: 306px;
    width: 61px;
    left: 136px;
    top: 120px;
    background: #d7f3f5;
  }
  .musical_education .course-table__item--3 {
    width: 310px;
    height: 58px;
    left: 280px;
    top: 120px;
    background: #e8e4f2;
  }
  .musical_education .course-table__item--4 {
    width: 310px;
    height: 58px;
    left: 280px;
    top: 188px;
    background: #d3ebf6;
  }
  .musical_education .course-table__item--5 {
    width: 310px;
    height: 58px;
    left: 280px;
    top: 256px;
    background: #f9dcdc;
  }
  .musical_education .course-table__item--6 {
    width: 310px;
    height: 58px;
    left: 280px;
    top: 324px;
    background: #fff0d2;
  }
  .musical_education .course-table__item--7 {
    width: 310px;
    height: 58px;
    left: 280px;
    top: 392px;
    background: #e4eec6;
  }
  .musical_education .course-table__item--8 {
    width: 116px;
    height: 62px;
    left: 629px;
    top: 120px;
    background: #e8e4f2;
  }
  .musical_education .course-table__item--9 {
    width: 116px;
    height: 258px;
    left: 629px;
    top: 192px;
    background: #d0ebe3;
  }
  .musical_education .course-table__option1 {
    position: absolute;
    top: 432px;
    left: 142px;
  }
  .musical_education .course-table__option2 {
    position: absolute;
    left: 282px;
    top: 452px;
  }
  .musical_education .option-courses {
    background: #effbff;
    border-radius: 0 0 7px 7px;
    padding: 35px 55px;
    display: none;
  }
  .musical_education .option-courses ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-bottom: -15px !important;
  }
  .musical_education .option-courses ul li {
    width: 33.33%;
    text-align: left;
    margin-bottom: 15px;
  }
  .musical_education .option-courses ul li a {
    border: none;
    padding: 0;
    font-size: 15px;
    color: #4bafd8;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
  }
  .musical_education .option-courses ul li a:before {
    content: "";
    background: url(../img/musical_education/ico_option_course.png);
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
  }
  .musical_education .option-courses ul li a:after {
    display: none;
  }
  

  /* method */
  .method {

  }

  .method .top-header {

  }

  .method .top-header__wrapper {
    background: url(../img/method/header_bg.png) center top/cover no-repeat #fff;
    padding-top: 98px;
  }

  .method .top-header__flag {
    background: url(../img/method/flag.png) center top no-repeat;
    width: 200px;
    height: 61px;
    margin: 0 auto 10px;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-top: 18px;
    box-sizing: border-box;
  }

  .method .top-header__logo {
    text-align: center;
    margin-bottom: 70px;
    font-size: 36px;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    color: #fff;
    letter-spacing: 2px;
  }

  .method .top-header-content {
    background: #fff;
    width: 940px;
    margin: 0 auto;
    border-radius: 15px 15px 0 0;
    padding: 40px 60px 115px;
    box-sizing: border-box;
  }

  .method .top-header-content__body {
    line-height: 1.8;
    text-align: center;
  }

  .method .top-header-content__body:before {
    content: "";
    display: block;
    /*background: url(../img/method/course_bar.png) left top no-repeat;*/
    width: 45px;
    height: 5px;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  .method .intro-category {
    margin-bottom: 50px;
  }

  .method .intro-category__title {
    background: #fff;
    text-align: center;
    height: 65px;
    line-height: 65px;
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
  }

  .method .intro-category__title:after {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -10px;
    content: "";
    border-top: 16px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }

  .method .intro-category__title a {
    color: #13a2ce;
    font-size: 24px;
    display: block;
    position: relative;
  }

  .method .intro-category__title a:after {
    content: "";
    background: url(../img/method/icon_arrow_open.png) left top no-repeat;
    width: 19px;
    height: 12px;
    display: inline-block;
    margin-left: 30px;
  }

  .method .intro-category__title a.is-open:after {
    background: url(../img/method/icon_arrow_close.png) left top no-repeat;
  }

  .method .intro-category__title a:hover {
    text-decoration: none;
  }

  .method .intro-category__body {
    display: none;
    width: 940px;
    margin: 0 auto;
  }

  .method .intro-category__inner {
    display: flex;
    justify-content: space-between;
  }

  .method .intro-category-item {
    width: 300px;
    display: flex;
    flex-direction: column;
  }

  .method .intro-category-item__label {
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 10px;
  }

  .method .intro-category-item__label > div:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/method/ico_title.png) left top no-repeat;
    width: 27px;
    height: 36px;
    margin-top: -4px;
    margin-right: 10px;
  }

  .method .intro-category-item__title {
    background: #46a0c9;
    font-size: 14px;
    height: 51px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .method .intro-category-item__text {
    background: #fff;
    font-size: 14px;
    padding: 13px;
    color: #63c9f3;
    flex: 1 0 auto;
  }

  .method .top-body {
    position: relative;
    background: #68c9f1;
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .method .top-body__inner {
    width: 940px;
    margin: 0 auto;
  }

  .method .movie-sbj {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 22px;
  }

  .method .top-body:before {
    content: "";
    position: absolute;
    top: -46px;
    left: 0;
    display: block;
    width: 100%;
    height: 47px;
    background: url(../img/method/wave.png) left -1px repeat-x;
  }

  .method .top-body__title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
  }

  .method .top-body__title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/method/ico_title.png) left top no-repeat;
    width: 27px;
    height: 36px;
    margin-top: -4px;
    margin-right: 10px;
  }

  .method .top-body__title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/method/ico_title.png) left top no-repeat;
    width: 27px;
    height: 36px;
    margin-left: 10px;
    margin-top: -4px;
  }

  .method .movies {
    display: flex;
    justify-content: space-between;
  }

  .method .movies__label {
    text-align: center;
    color: #fff;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 17px;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
  }

  .method .movies__label > div {
    display: inline-block;
  }

  .method .movies__label > div:before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 36px;
    margin-top: -4px;
    margin-right: 10px;
    background: url(../img/method/ico_title.png) left top no-repeat;
    vertical-align: middle;
  }

  .method .movies__list {
    overflow: hidden;
  }

  .method .movies__list:last-child {
    background: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .method .movie-item {
    width: 300px;
    margin-bottom: 8px;
  }

  .method .movie-item:last-child {
    margin-bottom: 0;
  }

  .method .movie-item a {
    display: block;
  }

  .method .movie-item__image {
    display: block;
    position: relative;
  }

  .method .movie-item__image img {
    width: 100%;
  }

  .method .movie-item__image:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    background: url(../img/method/play.png) left top no-repeat;
  }

  .method .movie-item__text {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
  }

  .method .movie-item__content {
    display: block;
    text-align: justify;
    font-size: 14px;
    color: #000000;
    position: relative;
    overflow: hidden;
    height: 5em;
  }

  .method .movie-item__content.is-open {
    display: block;
    text-align: justify;
    font-size: 14px;
    color: #000000;
    position: relative;
    overflow: hidden;
  }

  .method .movie-item__content:before {
    content: "";
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#68c9f1+0,68c9f1+100&0+0,1+100 */
    background: -webkit-linear-gradient(top, rgba(104, 201, 241, 0) 0%, rgba(104, 201, 241, 1) 90%, rgba(104, 201, 241, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(104, 201, 241, 0) 0%, rgba(104, 201, 241, 1) 90%, rgba(104, 201, 241, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    text-align: center;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .method .movie-item__content:after {
    content: "続きを読む";
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    color: #fff;
    text-decoration: underline;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
  }

  .method .movie-item__content.is-open:before {
    display: none;
  }

  .method .movie-item__content.is-open:after {
    display: none;
  }

  .method .bottom-banner {
    text-align: center;
    padding: 80px 0;
  }

  .method .bottom-banner-item {
    display: inline-block;
  }

  .method .bottom-banner-item__text {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .method .bottom-banner-item__image {

  }

  /* oniku */
  .oniku {

  }

  .oniku .top-header {

  }

  .oniku__action {
    background: #f7f7f7;
    width: 420px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
    border-radius: 7px;
  }

  .oniku__action > div {
    color: #54c3f1;
    margin-right: 30px;
    letter-spacing: 2px;
  }

  .oniku__action > a {
    display: block;
    background: #5ac3ef;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    box-shadow: 0 5px 0 #50afd6;
    box-shadow: 0 5px 0 #50afd6;
    border-radius: 6px;
    padding: 14px 0;
    width: 200px;
    letter-spacing: 2px;
    margin-top: -3px;
  }

  .oniku__action > a:before {
    content: "";
    display: inline-block;
    background: url(/music-school/assets/music_school/img/top/ico_button_link.png) left top no-repeat;
    width: 8px;
    height: 12px;
    margin-right: 10px;
  }

  .oniku .top-header__wrapper {
    background: url(../img/oniku/header_bg.png) center top no-repeat #fff;
    background-size: cover;
    padding-top: 98px;
    position: relative;
  }

  .oniku .top-header__wrapper:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 250px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
  }

  .oniku .top-header__flag {
    background: url(../img/oniku/flag.png) center top no-repeat;
    width: 269px;
    height: 61px;
    margin: 0 auto 10px;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-top: 18px;
    box-sizing: border-box;
  }

  .oniku .top-header__logo {
    text-align: center;
    margin-bottom: 80px;
    font-size: 36px;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    color: #fff;
    letter-spacing: 2px;
  }

  .oniku .top-header-content {
    background: #fff;
    width: 940px;
    margin: 0 auto;
    border-radius: 15px 15px 0 0;
    padding: 50px 60px 70px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }

  .oniku .top-header-content__title {
    font-size: 20px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    position: relative;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    margin-bottom: 45px;
    line-height: 1.8;
  }

  .oniku .top-header-content__body {
    line-height: 1.8;
  }

  .oniku .concept-movie {
    background: #faf6ee;
    position: relative;
    margin-bottom: 60px;
  }

  .oniku .concept-movie:before {
    content: "";
    position: absolute;
    top: -47px;
    height: 47px;
    left: 0;
    width: 100%;
    background: url(../img/oniku/wave_top.png) left top repeat-x;
  }

  .oniku .concept-movie:after {
    content: "";
    position: absolute;
    bottom: -47px;
    height: 47px;
    left: 0;
    width: 100%;
    background: url(../img/oniku/wave_bottom.png) left bottom repeat-x;
  }

  .oniku .concept-movie__inner {
    width: 940px;
    margin: 0 auto;
    position: relative;
    padding: 40px 0 20px;
  }

  .oniku .concept-movie__inner:after {
    content: "";
    display: table;
    clear: both;
  }

  .oniku .concept-movie-item {
    width: 430px;
    float: left;
    margin-right: 80px;
  }

  .oniku .concept-movie-item:last-child {
    margin-right: 0;
  }

  .oniku .concept-movie-item__title {
    text-align: center;
    margin-bottom: 15px;
  }

  .oniku .concept-movie-item__title:before {
    content: "";
    display: inline-block;
    background: url(../img/oniku/ico_movie.png) left top no-repeat;
    width: 32px;
    height: 28px;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -4px;
  }

  .oniku .concept-movie-item__image {
    text-align: center;
    margin-bottom: 10px;

  }

  .oniku .concept-movie-item__image a {
    position: relative;
    display: block;
  }

  .oniku .concept-movie-item__image a:before {
    content: "";
    display: block;
    background: url(../img/oniku/play.png) left top no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }

  .oniku .concept-movie-item__text {
    text-align: center;
  }

  .oniku .columns {

  }

  .oniku .columns__inner {
    width: 940px;
    margin: 0 auto;
  }

  .oniku .column-block {
    padding: 100px 0;
    background: url(../img/oniku/border.png) left bottom repeat-x;
  }
  .oniku .column-block:last-child {
    padding: 100px 0;
    background: none;
  }

  .oniku .column-block.is-last {
    background: none;
  }

  .oniku .column-block__title {
    position: relative;
    font-size: 28px;
    color: #3dbef3;
    text-align: center;
    margin-bottom: 40px;
  }

  .oniku .column-block__title > div {
    display: inline-block;
    position: relative;
  }

  .oniku .column-block__title > div:before {
    content: "";
    display: block;
    position: absolute;
    left: -50px;
    top: -30px;
    width: 40px;
    height: 42px;
    /*background: url(../img/oniku/ico_title.png) left top no-repeat;*/
  }

  .oniku .column-block__body {
    overflow: hidden;
  }

  .oniku .column-block__body--block {
    display: block;
  }

  .oniku .column-block__body > div:first-child {
    margin-right: 40px;
  }

  .oniku .column-block__title {

  }

  .oniku .column-block__text {
    float: left;
    width: calc(100% - 460px);
    line-height: 2;
  }

  .oniku .column-block__image {
    float: left;
    width: 420px;
  }

  .oniku .column-block__body--small-image .column-block__text {
    width: calc(100% - 340px);
  }

  .oniku .column-block__body--small-image .column-block__image {
    width: 300px;
  }

  .oniku .column-block__body--block .column-block__text {
    width: auto;
    float: none;
  }

  .oniku .column-block__body--block .column-block__image {
    width: auto;
    float: none;
  }

  .oniku .column-block__text-sbj {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1em;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
  }

  .oniku .teacher {
    position: relative;
    margin: 45px 10px 0;
  }

  .oniku .teacher:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 100%;
    height: 100%;
    background: url(../img/oniku/bg_2.png) left top repeat;
    border-radius: 15px;
  }

  .oniku .teacher__inner {
    position: relative;
    z-index: 1;
    border: 2px solid #45bff0;
    border-radius: 15px;
    padding: 40px;
    background: #ffffff;
  }

  .oniku .teacher__label {
    background: url(../img/oniku/label_fusen.png) left top no-repeat;
    position: absolute;
    top: 38px;
    left: -12px;
    width: 140px;
    height: 45px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 36px;
  }

  .oniku .teacher__title {
    font-size: 20px;
    color: #333333;
    margin-bottom: 32px;
    font-weight: bold;
    padding-left: 100px;
  }

  .oniku .teacher__body {
    overflow: hidden;
  }

  .oniku .teacher__image {
    margin-right: 40px;
    float: left;
    width: 160px;
    text-align: center;
    font-size: 14px;
  }

  .oniku .teacher__text {
    font-size: 14px;
    float: left;
    width: calc(100% - 200px);
  }

  .oniku .teacher--small .teacher__body {
    overflow: visible;
  }

  .oniku .teacher--small .teacher__body:after {
    content: "";
    display: table;
    clear: both;
  }

  .oniku .teacher--small .teacher__text {

  }

  .oniku .teacher--small .teacher__image {
    float: right;
    margin-top: -60px;
    margin-right: 0;
  }

  .oniku .teacher__textlink {
    margin-top: 10px;
  }

  .oniku .teacher__textlink:before {
    content: "";
    display: inline-block;
    background: url(../img/oniku/link_arrow.png) left top no-repeat;
    margin-right: 5px;
    width: 12px;
    height: 12px;
  }

  .oniku .material-course-list {
    margin-top: 70px;
  }

  .oniku .material-course-list:after {
    content: "";
    display: table;
    clear: both;
  }

  .oniku .course-list-item {
    float: left;
    width: 450px;
    margin-right: 39px;
    border: 6px solid #efefef;
    border-radius: 15px;
    box-sizing: border-box;
    position: relative;
    padding: 36px;
  }

  .oniku .course-list-item:last-child {
    margin-right: 0;
  }

  .oniku .course-list-item__label {
    position: absolute;
    top: -24px;
    left: 50%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 150px;
    height: 42px;
    line-height: 42px;
    box-shadow: 0 4px 0 #d9d9d9;
    background: #0f6ab4;
    border-radius: 21px;
    transform: translateX(-50%);
  }

  .oniku .course-list-item__label:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-top: 10px solid #0f6ab4;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    transform: translateX(-50%);
  }

  .oniku .course-list-item__title {
    margin-top: 25px;
    font-size: 24px;
    colro: #333333;
    text-align: center;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    font-weight: bold;
    margin-bottom: 42px;
  }

  .oniku .course-list-item__image {
    margin-bottom: 40px;
    height: 197px;
  }

  .oniku .course-list-item__text {
    height: 180px;
  }

  .oniku .life-music {
    position: relative;
    background: url(../img/oniku/bg.png) center top/cover no-repeat;
    padding-top: 100px;
    padding-bottom: 65px;
  }

  .oniku .life-music:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/oniku/ico_music_life.png) left top no-repeat;
    width: 70px;
    height: 70px;
  }

  .oniku .life-music__inner {
    width: 940px;
    margin: 0 auto;
  }

  .oniku .life-music__title {
    text-align: center;
    font-size: 34px;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    color: #fff;
    margin-bottom: 45px;
  }

  .oniku .life-music__title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/oniku/ico_title_2.png) left top no-repeat;
    width: 27px;
    height: 36px;
    margin-top: -4px;
    margin-right: 10px;
  }

  .oniku .life-music__title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/oniku/ico_title_2.png) left top no-repeat;
    width: 27px;
    height: 36px;
    margin-left: 10px;
    margin-top: -4px;
  }

  .oniku .life-music-block {
    background: #ffffff;
    border-radius: 15px;
    padding: 60px;
  }

  .oniku .life-music-block__wrapper {
    overflow: hidden;
  }

  .oniku .life-music-block__text {
    float: left;
    line-height: 2;
    width: 380px;
  }

  .oniku .life-music-block__image {
    float: right;
  }

  .oniku .life-music-block__image a {
    float: right;
    position: relative;
  }

  .oniku .life-music-block__image a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    transform: translate(-50%, -50%);
    background: url(../img/oniku/play.png) left top no-repeat;
  }

  

  .oniku .top-body {
    position: relative;
    background: #68c9f1;
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .oniku .top-body__inner {
    width: 940px;
    margin: 0 auto;
  }

  .oniku .top-body:before {
    content: "";
    position: absolute;
    top: -46px;
    left: 0;
    display: block;
    width: 100%;
    height: 47px;
    background: url(../img/oniku/wave.png) left -1px repeat-x;
  }

  .oniku .top-body__title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
  }

  .oniku .top-body__title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    /*background: url(../img/oniku/ico_title.png) left top no-repeat;*/
    width: 27px;
    height: 36px;
    margin-top: -4px;
    margin-right: 10px;
  }

  .oniku .top-body__title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    /*background: url(../img/oniku/ico_title.png) left top no-repeat;*/
    width: 27px;
    height: 36px;
    margin-left: 10px;
    margin-top: -4px;
  }

  .oniku .movies {

  }

  .oniku .movies__label {
    text-align: center;
    color: #fff;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 12px;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
  }

  .oniku .movies__label > div {
    display: inline-block;
  }

  .oniku .movies__label > div:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 28px;
    margin-right: 10px;
    background: url(../img/oniku/ico_movie.png) left top no-repeat;
    vertical-align: middle;
    margin-top: -2px;
  }

  .oniku .movies__text {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-bottom: 22px;
  }

  .oniku .movies__list {
    overflow: hidden;
    padding-bottom: 45px;
    margin-bottom: 45px;
    background: url(../img/oniku/border.png) left bottom repeat-x;
  }

  .oniku .movies__list:last-child {
    background: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .oniku .movie-item {
    float: left;
    margin-right: 20px;
  }

  .oniku .movie-item:last-child {
    margin-right: 0px;
  }

  .oniku .movie-item a {
    display: block;
  }

  .oniku .movie-item__image {
    display: block;
    margin-bottom: 5px;
    position: relative;
  }

  .oniku .movie-item__image:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: url(../img/oniku/play.png) left top no-repeat;
  }

  .oniku .movie-item__text {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #000000;
  }

  .oniku .bottom-banner {
    text-align: center;
    padding: 80px 0;
  }

  .oniku .bottom-banner-item {
    display: inline-block;
  }

  .oniku .bottom-banner-item__text {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .oniku .bottom-banner-item__image {

  }

  .table {
    border: 1px solid #ccc;
    margin-bottom: 1em;
  }

  .table th {
    background: #f0f0f0;
  }

  .table td,
  .table th {
    border: 1px solid #ccc;
    padding: 5px;
  }

  .box {
    background: #f0f0f0;
    padding: 15px;
    border-radius: 10px;
    margin: 1em auto;
  }

  .tabs {
    overflow: hidden;
  }

  .tabs a {
    float: left;
    margin: 0 1em 1em 0;
    border: 2px solid #25c3ff;
    color: #25c3ff;
    height: 40px;
    line-height: 36px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    width: 170px;
  }

  .tabs a:nth-child(5n) {
    margin-right: 0;
  }

  .tabs a.active {
    background: #25c3ff;
    color: #fff;
  }

  .tab-body {
    margin-top: 2em;
    margin-bottom: 2em !important;
  }

  .tab-body table {
    width: 100%;
  }

  .tab-body table a {
    display: block;
    background: #25c3ff;
    color: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
  }

  .onnaka_movie_section {
    margin-top: 68px;
    background: url(/music-school/assets/music_school/img/course/bg_onnaka_movie.png) center top no-repeat #fdeeee;
    border-top: 4px solid #fadada;
    height: 456px;
  }

  .onnaka_movie_section__title {
    text-align: center;
    margin-top: 30px;
    color: #f598a3;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 28px;
  }

  .onnaka_movie_section__movie {
    text-align: center;
    position: relative;
  }

  .onnaka_movie_section__movie a {
    display: inline-block;
    position: relative;
  }

  .onnaka_movie_section__movie span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s;
  }

  .onnaka_movie_section__movie a:hover img {
    opacity: 1;
  }

  .onnaka_movie_section__movie a:hover span {
    opacity: 0.7;
  }
}