@charset "utf-8";
.font_0C497C{
    color: #0C497C;
}
.font_bold {
    font-weight: 700;
}

/* ====================
    背景色
======================*/
.bg_white {
    background: #FFF;
}
.bg_blue{
    background: #E1F3FD;
}
.bg_sky{
    background-image: url(../img/feature/bg_01.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
/* ====================
    タイトル
======================*/
.common_headline1 {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    padding-top: 12px;
    padding-bottom: 12px;
}
@media screen and (min-width: 768px) {
.common_headline1 {
    font-size: 30px;
    border-top: 1px solid #FFF;
    padding-top: 34px;
    padding-bottom: 34px;
}
}
.common_headline3 {
    font-size: 22px;
    font-weight: 200;
    line-height: 150%;
}
@media screen and (min-width: 768px) {
.common_headline3 {
    font-size: 46px;
}
}

/* ====================
   個性を育てる、のびのび学べる、私立のチカラ
======================*/
.charm_box {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
.charm_box {
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 80px;
    padding-top: 80px;
}
}
.charm_txt{
    text-align: left;
    padding-top: 20px;
    /* [disabled]line-height: 150%; */
}
@media screen and (min-width: 768px) {
.charm_txt{
    padding-top: 40px;
    text-align: center;
    line-height: 200%;
}
}
.charm_youtub {
    width: 100%;
    margin-top: 30px;
}
@media screen and (min-width: 768px) {
.charm_youtub {
    height: 735px;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
}
}
.charm_data_box{
    width: 90%;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (min-width: 768px) {
.charm_data_box{
    width: 1080px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}
}
.charm_data_flag {
    width: 60px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 768px) {
.charm_data_flag {
    height: 76px;
    width: 97px;
    float: left;
    margin-top: 25px;
}
}
.charm_data_tbl{
    width: 100%;
}
@media screen and (min-width: 768px) {
.charm_data_tbl{
    width: 520px;
    float: left;
    margin-left: 17px;
    margin-top: 38px;
}
}
.charm_data_title {
    font-size: 22px;
    line-height: 150%;
    font-weight: 200;
    color: #0C497C;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
@media screen and (min-width: 768px) {
.charm_data_title {
    font-size: 40px;
    line-height: 150%;
    font-weight: 200;
    color: #0C497C;
    width: 100%;
    text-align: left;
     margin-top: 0px;
}
}
/* テスト写真7100%を0％縮小*/
.charm_data_photo {
    width: 90%;
    margin-top: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 768px) {
.charm_data_photo {
    width: 390px;
    float: right;
    margin-left: 24px;
    margin-top: 0px;
    margin-right: 0;
}
}
.charm_data_txt {
    width: 100%;
    margin-top: 10px;
}
@media screen and (min-width: 768px) {
.charm_data_txt {
    width: 100%;
    margin-top: 30px;
    line-height: 200%;
}
}
.charm_data_txt2 {
    width: 100%;
    margin-top: 20px;
}
@media screen and (min-width: 768px) {
.charm_data_txt2 {
    width: 100%;
    margin-top: 20px;
    line-height: 200%;
}
}
.btn_box {
    width: 100%;
    margin-top: 20px;
}
@media screen and (min-width: 768px) {
.btn_box {
    margin-top: 40px;
}
}

/***　各種ボタン***/
.feature_btn {
    display: block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #1476C6;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
@media screen and (min-width: 768px) {
.feature_btn {
    width: 220px;
    height: 50px;
    line-height: 50px;
    float: left;
    margin-right: 30px;
    margin-left: 0px;
    font-size: 20px;
   }
}
.feature_btn a {
    color: #fff;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
 }
.feature_btn a:hover {
    color: #fff;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
.feature_btn a:hover {
    background-color:#3b9ceb;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
}
.feature_btnl {
    display: block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #1476C6;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
@media screen and (min-width: 768px) {
.feature_btnl {
    width: 220px;
    height: 50px;
    line-height: 50px;
    float: left;
    margin-right: 30px;
    margin-left: 0px;
    font-size: 20px;
    margin-bottom: 0px;
  }
}
.feature_btnl a {
    color: #fff;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
 }
.feature_btnl a:hover {
    color: #fff;
    text-decoration: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
.feature_btnl a:hover {
     background-color:#3b9ceb;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
}
.feature_btnr {
    display: block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #1476C6;
    margin-left: auto;
    margin-right: auto;
  }
@media screen and (min-width: 768px) {
.feature_btnr {
    width: 220px;
    height: 50px;
    line-height: 50px;
    float: left;
    margin-right: 30px;
    margin-left: 0px;
    font-size: 20px;
  }
}
.feature_btnr a {
    color: #fff;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
 }
.feature_btnr a:hover {
    color: #fff;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
.feature_btnr a:hover {
    background-color:#3b9ceb;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
}
.feature_btnb {
    display: block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #1476C6;
    margin-left: auto;
    margin-right: auto;
  }
@media screen and (min-width: 768px) {
.feature_btnb {
    width: 250px;
    height: 50px;
    line-height: 50px;
    float: left;
    margin-right: 30px;
    margin-left: 0px;
    font-size: 20px;
  }
}
.feature_btnb a {
    color: #fff;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
 }
.feature_btnb a:hover {
    color: #fff;
    text-decoration: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
.feature_btnb a:hover {
    background-color: #3b9ceb;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
}
#player {
    width: 100%;
    height: auto;
}
@media screen and (min-width: 768px) {
#player {
    height: 563px;
    width: 1000px;
}
}
#thumbnail {
    width: 100%;
}
#thumbnail li {
    display: inline-block;
    width: 28%;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
}
#thumbnail li img {
    width: 100%;
    height: auto;
}
#thumbnail li a {
    opacity: 0.7;
    transition: 0.3s;
}
#thumbnail li a:hover {
    opacity: 1;
    transition: 0.3s;
}
#thumbnail li a:active {
    opacity: 1;
}
@media screen and (min-width: 768px) {
#thumbnail {
    width: 100%;
}
#thumbnail li {
    display: inline-block;
    width: 200px;
    margin-top: 30px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 30px;
}
#thumbnail li img {
    width: 100%;
    height: auto;
}
}
.youtub_title {
    text-align: left;
    width: 100%;
    }
@media screen and (min-width: 768px) {
.youtub_title {
    font-size: 18px;
    padding-bottom: 8px;
}
}
