@charset 'UTF-8';

span.texts {
    font-size: 77%;
    line-height: 1.3;
}
span.textn {
    font-size: 100%;
}
span.textl {
    font-size: 138.5%;
}
span.textll {
    font-size: 200%;
}
span.textxl {
    font-size: 350%;
}
span.textxxl {
    font-size: 500%;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table.nbr,
table.tbr table.nbr {
    border-collapse: collapse;
    border-top: none;
    border-left: none;
}

table.nbr th,
table.tbr table.nbr th {
    font-weight: bold;
    padding: 0;
    border-right: none;
    border-bottom: none;
}

table.nbr td,
table.tbr table.nbr td {
    padding: 0;
    text-align: left;
    border-right: none;
    border-bottom: none;
}

table.tbr,
table.nbr table.tbr {
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

table.tbr th,
table.nbr table.tbr th {
    font-weight: bold;
    padding: 10px;
    text-align: center;
    color: #333;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #ebf5ff;
}

table.tbr td,
table.nbr table.tbr td {
    padding: 10px;
    text-align: left;
    color: #333;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

img {
    line-height: 1;
    margin: 0;
    padding: 0;
    vertical-align: top;
    border: 0;
}

.photo_r,
.photo-r {
    float: right;
    margin: 3px 0 10px 15px;
    text-align: left;
}

.photo_l,
.photo-l {
    float: left;
    margin: 3px 15px 10px 0;
    text-align: left;
}

.photo_c,
.photo-c {
    margin: 3px auto 10px;
}

.photo_r img,
.photo_l img,
.photo_c img,
.photo-r img,
.photo-l img,
.photo-c img {
    margin-bottom: 5px;
}

iframe {
    border: none;
}

/* slide
================== */

.slider_wra {
    position: relative;
    width: 100%;
    height: 510px;
    overflow: hidden;
    background: url(../img/bg_slider.gif) repeat 0 0;
}

.slider_wra #load_img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -30px 0 0 -30px;
}

.slider_wra .slider_in {
    display: none;
    width: 1280px;
    height: 510px;
    top: 0;
    left: 50%;
    margin: 0 0 0 -640px;
    position: relative;
    overflow: hidden;
}

.slider_wra .slider_in ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.slider_wra .slider_in ul li {
    position: relative;
}

.slider_wra .slider_in ul li .btn {
    position: absolute;
    bottom: 130px;
    right: 150px;
    width: 220px;
    height: 40px;
    z-index: 101;
}

.slider_wra .slider_in ul li .btn02 {
    right: 190px;
}
.slider_wra .slider_in ul li .btn03 {
    right: 170px;
}

#carousel {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1280px;
    height: 110px;
    margin: 0 0 0 -640px;
    z-index: 101;
    background: url(../img/bg_carousel.png) repeat 0 0;
}

#carousel .flex-viewport {
    width: 928px;
    margin: 0 auto;
    padding: 10px 26px 0;
}

#carousel .flex-viewport ul li {
    padding: 15px 4px 0;
    cursor: pointer;
}

#carousel .flex-viewport ul li.flex-active-slide {
    padding: 15px 4px 0;
    background: url(../img/ico_slide.png) no-repeat 50% 0;
}

#carousel .flex-direction-nav .flex-nav-prev {
    position: absolute;
    width: 20px;
    height: 60px;
    left: 50%;
    top: 25px;
    margin: 0 0 0 -490px;
    z-index: 101;
}

#carousel .flex-direction-nav .flex-nav-prev a {
    float: left;
    width: 20px;
    padding-top: 60px;
    height: 0px !important;
    height /**/: 60px;
    overflow: hidden;
    outline: none;
    background: url(../img/flex_nav_prev.png) no-repeat 0 0;
}

#carousel .flex-direction-nav .flex-nav-next {
    position: absolute;
    width: 20px;
    height: 60px;
    left: 50%;
    top: 25px;
    margin: 0 0 0 470px;
    z-index: 101;
}

#carousel .flex-direction-nav .flex-nav-next a {
    float: left;
    width: 20px;
    padding-top: 60px;
    height: 0px !important;
    height /**/: 60px;
    overflow: hidden;
    outline: none;
    background: url(../img/flex_nav_next.png) no-repeat 0 0;
}

.slider_wra ul.slider-for {
    width: 1280px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.slider_wra ul.slider-nav {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    list-style-type: none;
}

.slider_wra ul.slider-nav .slick-list {
    width: 928px;
    margin: 0 auto;
    padding: 10px 0 0;
    overflow: hidden;
}

.slider_wra ul.slider-nav li {
    float: left;
    width: 224px;
    margin: 0;
    padding: 15px 4px 0;
    position: relative;
    outline: none;
    cursor: pointer;
}

.slider_wra ul.slider-nav li.slick-current {
    padding: 15px 4px 0;
    background: url(../img/ico_slide.png) no-repeat 50% 0;
}

.slick-prev {
    position: absolute;
    top: 22px;
    left: 0;
    float: left;
    width: 20px;
    padding-top: 60px;
    height: 0px !important;
    height /**/: 60px;
    overflow: hidden;
    outline: none;
    border: none;
    background: url(../img/flex_nav_prev.png) no-repeat 0 0;
}

.slick-next {
    position: absolute;
    top: 22px;
    right: 0;
    float: left;
    width: 20px;
    padding-top: 60px;
    height: 0px !important;
    height /**/: 60px;
    overflow: hidden;
    outline: none;
    border: none;
    background: url(../img/flex_nav_next.png) no-repeat 0 0;
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* type_plan
================== */

.type_plan {
    position: relative;
    z-index: 103;
    margin: -12px 0 0;
    padding: 12px 0 0;
    background: url(../img/bg_giza.png) repeat-x 0 0;
}

.type_plan .bg_type_plan {
    padding: 35px 0 70px;
    background: url(../img/bg_pink_stripe.gif) repeat 0 0;
}

.type_plan .type_in {
    width: 980px;
    margin: 0 auto;
}

.type_plan .model {
    margin: 0 0 50px;
    overflow: hidden;
}

.type_plan .model ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.type_plan .model ul li {
    float: left;
    width: 312px;
    margin: 0 22px 0 0;
}

.type_plan .model ul li.type03 {
    margin: 0;
}

.type_plan .model ul li a {
    display: block;
    padding: 36px 0 0;
    position: relative;
}

.type_plan .model ul li.type01 .ico {
    position: absolute;
    top: 9px;
    left: 0;
    width: 95px;
    height: 61px;
}

.type_plan .model ul li.type02 .ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 70px;
}

.type_plan .model ul li.type03 .ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
}

.type_plan .other_type ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.type_plan .other_type ul li {
    float: left;
    width: 312px;
    margin: 0 22px 0 0;
}

.type_plan .other_type ul li.end {
    margin: 0;
}

.type_plan .other_type ul li a {
    position: relative;
    display: block;
}

.type_plan .other_type ul li a .txt {
    position: absolute;
    top: 145px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 84.62%;
}

.type_plan .other_type ul li a:link,
.type_plan .other_type ul li a:visited,
.type_plan .other_type ul li a:hover {
    color: #333;
    text-decoration: none;
}


/* top_movie
================== */
.top_movie{
    background: #ebf5ff;
    border: 6px solid #569fe4;
    text-align: center;
    border-radius: 10px;
    margin: 0 0 55px;
    padding: 28px 47px 30px;
}

#tinymce .top_movie{
    width: 980px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.top_movie h3{
    position: relative;
    display: inline-block;
    margin: 0 0 32px;
}

.top_movie h3:before,
.top_movie h3:after{
    content:"";
    position: absolute;
    z-index: 1;
    top: 4px;
    width: 168px;
    height: 60px;
}

.top_movie h3:before{
    left: -187px;
    background: url(../../img/img_movie_top_01.png) 50% 50% no-repeat;
}

.top_movie h3:after{
    right: -187px;
    background: url(../../img/img_movie_top_02.png) 50% 50% no-repeat;
}

.movie_list{
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-content: flex-start;
}

.movie_list .list_in{
    width: 415px;
    font-size: 13px;
    line-height: 1.7;
}

.top_movie .img,
.top_movie .bg_movie{
    margin: 0 0 21px;
    line-height: 0;
}

#tinymce .top_movie .bg_movie{
    position: relative;
    background: #d0d5da;
}

#tinymce .top_movie .bg_movie:before{
    content:"ここに動画が表示されます";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.top_movie .tit_movie{
    display: inline-block;
    color: #0d72d6;
    margin: 0 0 15px;
    padding: 2px 20px;
    border: 3px solid #569fe4;
    background: #fff;
    font-size: 18px;
    border-radius: 18px;
    min-width: 194px;
}

/* characteristic
================== */

.characteristic {
    padding: 5px 0 0;
    background: url(../img/bg_rainbow.gif) repeat-x 0 0;
}

.characteristic .characteristic_bg {
    padding: 50px 0 40px;
    background: url(../img/bg_characteristic_re.gif) repeat 0 0;
}

.characteristic .characteristic_bgico {
    background: url(../img/bg_characteristic.png) no-repeat center 0;
}

.characteristic .characteristic_in {
    width: 980px;
    margin: 0 auto;
}

.characteristic h3 {
    margin: 0 0 35px;
    text-align: center;
}

.characteristic .characteristic01 {
    position: relative;
    width: 353px;
    float: left;
}

.characteristic .characteristic01 .txt {
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
}

.characteristic .characteristic01 .txt p {
    padding: 0 93px 0 52px;
}

.characteristic .characteristic01 .btn {
    position: absolute;
    bottom: 74px;
    left: 100px;
    width: 120px;
}

.characteristic .characteristic02 {
    position: relative;
    width: 357px;
    float: left;
    margin: 21px 0 0 -23px;
}

.characteristic .characteristic02 .txt {
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
}

.characteristic .characteristic02 .txt p {
    padding: 0 95px 0 55px;
}

.characteristic .characteristic02 .btn {
    position: absolute;
    bottom: 73px;
    left: 100px;
    width: 120px;
}

.characteristic .characteristic03 {
    position: relative;
    width: 295px;
    float: left;
    margin: 6px 0 0 -6px;
}

.characteristic .characteristic03 .txt {
    position: absolute;
    top: 133px;
    left: 0;
    width: 100%;
}

.characteristic .characteristic03 .txt p {
    padding: 0 55px 0 30px;
}

.characteristic .characteristic03 .btn {
    position: absolute;
    bottom: 84px;
    left: 80px;
    width: 120px;
}

.characteristic .characteristic04 {
    clear: both;
    position: relative;
    width: 326px;
    float: left;
    margin: 9px 30px 0 0;
}

.characteristic .characteristic04 .txt {
    position: absolute;
    top: 163px;
    left: 0;
    width: 100%;
}

.characteristic .characteristic04 .txt p {
    padding: 0 60px 0 30px;
}

.characteristic .characteristic04 .btn {
    position: absolute;
    bottom: 82px;
    left: 95px;
    width: 120px;
}

.characteristic .characteristic05 {
    position: relative;
    width: 288px;
    float: left;
    margin: 0 21px 0 0;
}

.characteristic .characteristic05 .txt {
    position: absolute;
    top: 142px;
    left: 0;
    width: 100%;
}

.characteristic .characteristic05 .txt p {
    padding: 0 50px 0 15px;
}

.characteristic .characteristic05 .btn {
    position: absolute;
    bottom: 82px;
    left: 75px;
    width: 120px;
}

.characteristic .characteristic06 {
    position: relative;
    width: 315px;
    float: left;
    margin: 24px 0 0;
}

.characteristic .characteristic06 .txt {
    position: absolute;
    top: 132px;
    left: 0;
    width: 100%;
}

.characteristic .characteristic06 .txt p {
    padding: 0 40px 0 55px;
}

.characteristic .characteristic06 .btn {
    position: absolute;
    bottom: 82px;
    left: 100px;
    width: 120px;
}


/* other_conts
================== */

.other_conts {
    padding: 5px 0 0;
    background: url(../img/bg_rainbow.gif) repeat-x 0 0;
}

.other_conts .other_conts_bg {
    padding: 50px 0 40px;
    background: url(../img/bg_dot.gif) repeat 0 0;
}

.other_conts .other_conts_in {
    width: 980px;
    margin: 0 auto;
}

.other_conts .other_bnr {
    margin: 0 0 60px;
    overflow: hidden;
}

.other_conts .other_bnr .other_bnr_block {
    float: left;
    width: 224px;
    margin: 0 20px 0 0;
    border: 1px solid #0d72d6;
    padding: 2px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}

.other_conts .other_bnr .end {
    margin: 0;
}

.other_conts .other_bnr .other_bnr_block a {
    display: block;
    position: relative;
}

.other_conts .other_bnr .other_bnr_block .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 224px;
    text-align: center;
    background: url(../img/bg_bnr_txt.png) repeat 0 0;
    -webkit-border-radius: 0 0 10px 10px;
       -moz-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;
}

.other_conts .other_bnr .other_bnr_block .txt p {
    font-size: 115.39%;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
    padding: 4px 0 4px 21px;
    background: url(../img/arw_bnr.png) no-repeat 0 9px;
}


/* top_sns
================== */

.top_info .mceTopics .ts_bnr {
    margin: 0 0 20px;
    overflow: hidden;
}

.top_info .mceTopics .ts_bnr p {
    float: left;
    width: 230px;
}

.top_info .mceTopics .ts_bnr p.end {
    float: right;
}

.top_info .top_sns {
    float: right;
    width: 480px;
}

.top_info .top_sns .twitter {
    margin: 0 0 20px;
}


/* ページ内リンク
================== */

ul.alink_d {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.alink_d li {
    float: left;
    margin: 0 0 5px;
    padding: 2px 20px;
    border-left: 1px solid #ccc;
}

ul.alink_d li a {
    padding: 0 0 0 12px;
    background: url(../img/arw_alink_d.gif) no-repeat 0 6px;
}

ul.alink_d li a:link,
ul.alink_d li a:visited {
    color: #333;
    text-decoration: none;
}

ul.alink_d li a:hover {
    color: #333;
    text-decoration: underline;
}


/* faq
================== */

.faq_wrap {
    padding: 0 0 20px;
    border-bottom: 1px dashed #bbdbfa;
}

.faq_wrap .faq_q {
    margin: 0 0 10px;
    padding: 5px 0 5px 45px;
    background: url(../img/ico_faq_q.gif) no-repeat 0 0;
}

.faq_wrap .faq_q h4 {
    color: #0d72d6;
    font-weight: normal;
    font-size: 115.39%;
    margin: 0;
    padding: 0;
    background: transparent;
}

.faq_wrap .faq_a {
    padding: 5px 0 5px 45px;
    background: url(../img/ico_faq_a.gif) no-repeat 0 0;
}


/* company_top
================== */

.company_top_wrap .cb_left {
    float: left;
    width: 344px;
}

.company_top_wrap .cb_right {
    float: right;
    width: 344px;
}

.company_top_wrap .company_block {
    margin: 0;
    border: 1px solid #0d72d6;
    padding: 2px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}

.company_top_wrap .company_block a {
    display: block;
    position: relative;
}

.company_top_wrap .company_block .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 344px;
    display: block;
    text-align: center;
    background: url(../img/bg_bnr_txt.png) repeat 0 0;
    -webkit-border-radius: 0 0 10px 10px;
       -moz-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;
}

.company_top_wrap .company_block .txt span {
    font-size: 115.39%;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
    padding: 4px 0 4px 21px;
    background: url(../img/arw_bnr.png) no-repeat 0 9px;
}

/* recruit
================== */
.recruit_menu{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.recruit_menu .recruity_block {
    margin: 0;
    border: 1px solid #0d72d6;
    padding: 2px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}

.recruit_menu .recruity_block.rb_left {
    float: left;
    width: 344px;
    margin: 0 20px 0 0;
}

.recruit_menu .recruity_block.rb_right {
    float: right;
    width: 344px;
}

.recruit_menu .recruity_block a {
    display: block;
    position: relative;
    text-decoration: none;
}

.recruit_menu .recruity_block span.tit {
    display: block;
    text-align: center;
    font-size: 115.39%;
    color: #fff;
    text-align: left;
    background: #0d72d6 url(../img/arw_bnr.png) 96% 50% no-repeat;
    padding: 7px 32px 7px 20px;
    -webkit-border-radius: 10px 10px 0 0;
       -moz-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0;
}


.recruit_menu .recruity_block span.txt{
    font-size: 100%;
    color: #333;
    display: block;
    padding: 10px 20px 8px;
}

.recruit_menu .recruity_block span.txt > span{
    display: block;
    color: #ff667f;
}


.recruit_btn{
    width: 450px;
    margin: 0 auto;
}

.recruit_btn a{
    display: block;
    color: #fff;
    font-size: 138.46%;
    padding: 14px 0;
    text-decoration: none;
    background: #ff667f;
    text-align: center;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}

.recruit_btn a span{
    padding: 5px 0 5px 30px;
    background: url(../img/ico_tel_w.png) 0 50% no-repeat;
}

.recruit_address{
  border: 5px solid #e1edfa;
  padding: 10px 15px;
}

h3 span.tel_tit{
    padding: 5px 0 5px 27px;
    background: url(../img/ico_tel.png) 0 50% no-repeat;
}





/* col2_detail
================== */

.col2_detail {
    padding: 0 0 20px;
    border-bottom: 1px dashed #bbdbfa;
}

.col2_detail .cd_left {
    float: left;
}

.col2_detail .cd_right {
    float: right;
}

.col2_detail .cd_block {
    width: 350px;
}

.col2_detail .cd_block .img {
    margin: 0 0 10px;
}

.col2_detail .cd_block .tit {
    margin: 0 0 10px;
    padding: 0 0 0 16px;
    font-size: 115.39%;
    font-weight: bold;
    background: url(../img/ico_double.gif) no-repeat 0 7px;
}


/* 親御様へ
================== */

.parents_block {
    padding: 0 0 20px;
    border-bottom: 1px dashed #bbdbfa;
}

.parents_block .img {
    float: left;
    width: 148px;
    border: 1px solid #bbdbfa;
}

.parents_block .txt {
    float: right;
    width: 550px;
}

.parents_block .txt h3 {
    font-size: 200.00%;
    font-weight: normal;
    color: #0d72d6;
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    background: url(../img/bg_parents_tit.gif) no-repeat 0 8px;
}

.parents_contact {
    border: 1px solid #e6e3d8;
    background: url(../img/bg_parents_c.gif) repeat-y 0 0;
}

.parents_contact .parents_contact_c {
    padding: 59px 19px 19px;
    background: url(../img/bg_parents_top.gif) no-repeat 0 0;
}

.parents_contact h4 {
    margin: 0 0 35px;
    padding: 0;
    border: none;
    text-align: center;
    background: transparent;
}

.parents_contact .parents_cc {
    margin: 0 0 20px;
}

.parents_contact .parents_cc .pcc_txt {
    float: left;
    width: 345px;
    margin: 20px 0 0;
}

.parents_contact .parents_cc .pcc_img {
    float: right;
    width: 301px;
}

.parents_contact .parents_txt {
    text-align: center;
    color: #8c8a7e;
    margin: 0 0 25px;
    font-size: 123.08%;
}

.parents_contact .parents_btn p {
    float: left;
    width: 330px;
}

.parents_contact .parents_btn p.tour {
    float: right;
}


/* 入校手続きの流れ
================== */

.flow_step {
    position: relative;
    padding: 19px;
    border: 1px solid #e6e3d8;
    background: url(../img/bg_flow_step.gif) repeat-y 0 0;
}

.wrap_un .main .flow_step h3 {
    color: #0d72d6;
    font-size: 215.39%;
    font-weight: normal;
    margin: 0 0 25px;
    padding: 20px 300px 10px 102px;
}

.wrap_un .main .fstep01 h3 {
    background: url(../img/ico_flow_step01.png) no-repeat 0 0;
}

.wrap_un .main .fstep02 h3 {
    background: url(../img/ico_flow_step02.png) no-repeat 0 0;
}

.wrap_un .main .fstep03 h3 {
    background: url(../img/ico_flow_step03.png) no-repeat 0 0;
}

.wrap_un .main .fstep04 h3 {
    background: url(../img/ico_flow_step04.png) no-repeat 0 0;
}

.need_item {
    clear: both;
    margin: 20px 0 0;
    padding: 19px;
    border: 1px solid #b3b1a8;
    background: #fff;
}

.need_item h4 {
    font-size: 115.39%;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 16px;
    background: url(../img/ico_double.gif) no-repeat 0 6px;
}

.need_item table {
    margin: 10px 0 0;
}

.need_item table td {
    text-align: center;
}

.flow_step .ico {
    position: absolute;
}

.fstep01 .ico {
    top: 10px;
    right: 40px;
    width: 226px;
    height: 97px;
}

.fstep02 .ico {
    top: 10px;
    right: 40px;
    width: 214px;
    height: 82px;
}

.fstep03 .ico {
    top: -20px;
    right: 50px;
    width: 198px;
    height: 120px;
}

.fstep04 .ico {
    top: 10px;
    right: 30px;
    width: 211px;
    height: 87px;
}


/* 卒業生の声
================== */

.voice {
    overflow: hidden;
}

.voice .contents {
    width: 740px;
    overflow: hidden;
}

.voice .contents .block {
    clear: none;
    float: left;
    width: 165px;
    margin: 0 20px 30px 0;
}

.voice .contents .block .tit {
    margin: 0 0 10px;
    padding: 6px;
    text-align: center;
    color: #fff;
}

.voice .contents .block .ico01 {
    background: #85cc3d;
}

.voice .contents .block .ico02 {
    background: #fab732;
}

.voice .contents .block .ico03 {
    background: #ff6666;
}

.voice .contents .block .ico01 span {
    padding: 0 0 0 26px;
    background: url(../img/ico_voice01.png) no-repeat 0 3px;
}

.voice .contents .block .ico02 span {
    padding: 0 0 0 26px;
    background: url(../img/ico_voice02.png) no-repeat 0 3px;
}

.voice .contents .block .ico03 span {
    padding: 0 0 0 34px;
    background: url(../img/ico_voice03.png) no-repeat 0 3px;
}

.voice .contents .block .img {
    position: relative;
    width: 163px;
    border: 1px solid #d9d9d9;
    text-align: center;
    margin: 0 0 10px;
}

.voice .contents .block .img img {
    width: 100%;
    height: auto;
}

.voice .contents .block .img .zoom {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
}

.voice .contents .block p.name {
    text-align: center;
}


/* インストラクター紹介
================== */

.instructor_block {
    padding: 0 0 40px;
    border-bottom: 1px dashed #bbdbfa;
}

.instructor_block .ib_content {
    width: 350px;
}

.instructor_block .ib_left {
    float: left;
}

.instructor_block .ib_right {
    float: right;
}

.wrap_un .main .instructor_block h3 {
    margin: 0 0 12px;
    padding: 0 0 0 16px;
    font-size: 115.39%;
    font-weight: bold;
    border: none;
    background: url(../img/ico_double.gif) no-repeat 0 7px;
}

.instructor_block .img {
    margin: 0 0 10px;
}

.instructor_block .txt {
    position: relative;
    padding: 35px 0 0;
}

.instructor_block .txt .balloon {
    position: absolute;
    width: 34px;
    height: 37px;
    top: 0;
    right: 40px;
}

.instructor_block .txt .txt_bg01 {
    border: 2px solid #bbdbfa;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background: #ebf5ff;
    padding: 17px;
}

.instructor_block .txt .txt_bg02 {
    border: 2px solid #bbdbfa;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background: #ebf5ff;
    padding: 17px;
}

.instructor_block .txt .txt_bg03 {
    border: 2px solid #ffd1e0;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background: #fff5f8;
    padding: 17px;
}

.instructor_block .txt .txt_bg04 {
    border: 2px solid #dbd8c5;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background: #f5f3e9;
    padding: 17px;
}


/* catetop_content
================== */

.catetop_content {
    padding: 0 200px 20px 20px;
}

.wrap_un .main .catetop_content h3 {
    font-size: 230.77%;
    font-weight: normal;
    margin: 0 0 15px;
    padding: 20px 0 0 94px;
}

.catetop_content .txt {
    margin: 0 0 15px;
}

.catetop_content .btn {
    float: left;
    width: 120px;
    margin-right: 10px;
}

.catetop_p {
    border: 5px solid #ffe0eb;
}

.wrap_un .main .catetop_p h3 {
    color: #ff667f;
}

.catetop_b {
    border: 5px solid #ebf5ff;
}

.wrap_un .main .catetop_b h3 {
    color: #0d72d6;
}

.catetop_g {
    border: 5px solid #e6faed;
}

.wrap_un .main .catetop_g h3 {
    color: #24b353;
}

.catetop_gold {
    border: 5px solid #f2eeda;
}

.wrap_un .main .catetop_gold h3 {
    color: #b3a459;
}

.catetop_content .price {
    text-align: center;
    float: left;
    width: 170px;
    padding: 6px 0;
    margin-right: 20px;
}

.catetop_b .price {
    background: #ebf5ff;
    color: #0d72d6;
}

.catetop_p .price {
    background: #ffe0eb;
    color: #ff667f;
}

.catetop_g .price {
    background: #e6faed;
    color: #24b353;
}

.catetop_gold .price {
    background: #f2efdf;
    color: #b2a459;
}

.catetop_accordion {
    padding: 20px;
}

.catetop_accordion_in {
    padding: 20px 0 0;
    display: none;
}

.catetop_accordion .trigger {
    text-align: center;
    padding: 15px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.catetop_accordion .trigger .ico {
    padding: 0 0 0 20px;
    background: url(../img/ico_ac_plus.png) no-repeat 0 50%;
}

.catetop_accordion .trigger.active .ico {
    background: url(../img/ico_ac_minus.png) no-repeat 0 50%;
}

.catetop_accordion .trigger .cl,
.catetop_accordion .trigger.active .op {
    display: none;
}

.catetop_accordion .trigger .op,
.catetop_accordion .trigger.active .cl {
    display: inline-block;
}

.catetop_accordion .type_tit_car {
    margin: 0 0 15px;
    padding: 10px 10px 10px 56px;
    font-size: 153.85%;
    color: #fff;
    -webkit-border-radius: 8px 8px 0 0;
       -moz-border-radius: 8px 8px 0 0;
            border-radius: 8px 8px 0 0;
    background: #ff6666 url(../img/ico_plan_car.png) no-repeat 13px 12px;
}

.catetop_accordion .type_tit_motorcycle {
    margin: 0 0 15px;
    padding: 10px 10px 10px 56px;
    font-size: 153.85%;
    color: #fff;
    -webkit-border-radius: 8px 8px 0 0;
       -moz-border-radius: 8px 8px 0 0;
            border-radius: 8px 8px 0 0;
    background: #fab732 url(../img/ico_plan_motorcycle.png) no-repeat 13px 12px;
}

.catetop_accordion .type_tit_motorcycle_l {
    margin: 0 0 15px;
    padding: 10px 10px 10px 56px;
    font-size: 153.85%;
    color: #fff;
    -webkit-border-radius: 8px 8px 0 0;
       -moz-border-radius: 8px 8px 0 0;
            border-radius: 8px 8px 0 0;
    background: #85cc3d url(../img/ico_plan_motorcycle_l.png) no-repeat 13px 12px;
}

.wrap_un .main .catetop_accordion h4 {
    font-size: 153.85%;
    margin: 0 0 20px;
    padding: 0 0 10px;
    background: url(../img/bg_h3_un.gif) no-repeat 0 bottom;
}

.catetop_accordion h5 {
    font-size: 115.39%;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    background: url(../img/ico_double.gif) no-repeat 0 6px;
}

.catetop_accordion table th {
    width: 130px;
}

.catetop_accordion table span {
    color: #0d72d6;
    font-weight: bold;
}

.catetop_accordion .block:last-child {
    margin: 0;
}


/* plan
================== */

.plan_detail {
    padding: 20px;
    text-align: center;
    background: #ebf5ff;
}

.wrap_un .main .plan_detail h3 {
    background: none;
    font-size: 138.46%;
    color: #0d72d6;
    margin: 0;
    padding: 0;
}

.plan_detail .left {
    float: left;
    width: 300px;
    height: 120px;
    padding: 15px 5px;
    background: #fff url(../../img/bg_plan_l.gif) no-repeat 50% 95px;
}

.plan_detail .plus {
    float: left;
    width: 60px;
    margin: 60px 0 0;
    text-align: center;
}

.plan_detail .right {
    float: right;
    width: 300px;
    height: 120px;
    padding: 15px 5px;
    background: #fff url(../../img/bg_plan_r.gif) no-repeat 50% 90px;
}

.plan_detail .arw {
    padding: 20px 0;
    text-align: center;
}

.plan_detail .bottom {
    clear: both;
    color: #0d72d6;
    background: #fff;
    font-size: 138.46%;
    padding: 10px;
}

.cate_standard { background: url(../img/ico_plan_standard.gif) no-repeat 545px 50%;}
.cate_lady { background: url(../img/ico_plan_lady.gif) no-repeat 545px 50%;}
.cate_short { background: url(../img/ico_plan_short.gif) no-repeat 545px 50%;}
.cate_silver { background: url(../img/ico_plan_silver.gif) no-repeat 545px 50%;}
.cate_gold { background: url(../img/ico_plan_gold.gif) no-repeat 545px 50%;}
.cate_night { background: url(../img/ico_plan_night.gif) no-repeat 545px 50%;}
.cate_platinum { background: url(../img/ico_plan_platinum.gif) no-repeat 545px 50%;}
.cate_vip { background: url(../img/ico_plan_vip.gif) no-repeat 545px 50%;}
.cate_royal { background: url(../img/ico_plan_royal.gif) no-repeat 545px 50%;}

.wrap_un .main .cate_standard h3 { background: url(../img/tit_plan_standard.gif) no-repeat 0 0;}
.wrap_un .main .cate_lady h3 { background: url(../img/tit_plan_lady.gif) no-repeat 0 0;}
.wrap_un .main .cate_short h3 { background: url(../img/tit_plan_short.gif) no-repeat 0 0;}
.wrap_un .main .cate_silver h3 { background: url(../img/tit_plan_silver.gif) no-repeat 0 0;}
.wrap_un .main .cate_gold h3 { background: url(../img/tit_plan_gold.gif) no-repeat 0 0;}
.wrap_un .main .cate_night h3 { background: url(../img/tit_plan_night.gif) no-repeat 0 0;}
.wrap_un .main .cate_platinum h3 { background: url(../img/tit_plan_platinum.gif) no-repeat 0 0;}
.wrap_un .main .cate_vip h3 { background: url(../img/tit_plan_vip.gif) no-repeat 0 0;}
.wrap_un .main .cate_royal h3 { background: url(../img/tit_plan_royal.gif) no-repeat 0 0;}


/* short_tbr
================== */

table.short_tbr th {
    width: 83px;
    text-align: center;
}

table.short_tbr th.w75 {
    width: 75px;
}

table.short_tbr td {
    text-align: center;
}


/* graduate
================== */

.top_graduate_main {
    padding: 20px 15px 20px 20px;
    border: 5px solid #bbdbfa;
    background: url(../img/bg_graduate_top.gif) repeat 0 0;
}

.top_graduate_main .tgm_left {
    float: left;
    width: 400px;
}

.top_graduate_main .tgm_left .img {
    margin: 0 0 3px;
}

.top_graduate_main .tgm_left h3 {
    color: #0d72d6;
    font-size: 230.77%;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0;
    background: transparent;
    border: none;
    line-height: 1.4;
}

.top_graduate_main .tgm_left h3 span {
    color: #ff667f;
}

.top_graduate_main .tgm_right {
    float: right;
    width: 270px;
}


/* top_graduate_un */

.top_graduate_un .graduate_step {
    float: left;
    width: 340px;
    text-align: center;
    padding: 5px;
    background: url(../img/bg_graduate_step.gif) repeat 0 0;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.top_graduate_un .graduate_friend {
    float: right;
    width: 340px;
    text-align: center;
    padding: 5px;
    background: url(../img/bg_graduate_friend.gif) repeat 0 0;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.top_graduate_un .top_graduate_in {
    padding: 20px;
    background: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.top_graduate_un .tit {
    color: #999;
    font-size: 115.39%;
    margin: 0 0 10px;
    line-height: 1.3;
}

.wrap_un .main .top_graduate_un h3 {
    font-weight: bold;
    font-size: 184.62%;
    margin: 0 0 30px;
    background: transparent;
}

.top_graduate_un .graduate_step h3 {
    color: #0d72d6;
}

.top_graduate_un .graduate_friend h3 {
    color: #b2a459;
}

.top_graduate_un .img {
    margin: 0 0 35px;
}

.top_graduate_un .txt {
    margin: 0 0 25px;
}

.top_graduate_un .btn {
    color: #fff;
    font-size: 115.39%;
}

.top_graduate_un .btn a {
    padding: 0 0 0 20px;
}

.top_graduate_un .btn a:link,
.top_graduate_un .btn a:visited,
.top_graduate_un .btn a:hover {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.top_graduate_un .graduate_step .btn {
    padding: 15px 0 16px;
    background: #0d72d6;
}

.top_graduate_un .graduate_step .btn a {
    background: url(../img/arw_graduate_step.gif) no-repeat 0 50%;
}

.top_graduate_un .graduate_friend .btn {
    padding: 3px 0;
    background: #ccc28f;
}

.top_graduate_un .graduate_friend .btn a {
    display: inline-block;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
    background: url(../img/arw_graduate_friend.gif) no-repeat 0 50%;
}


/* friend_un_main */

.friend_un_main {
    padding: 35px 20px;
    background: url(../img/bg_friend_un.gif) repeat 0 0;
    border: 5px solid #e6deb8;
}

.friend_un_main .txt {
    float: left;
    width: 470px;
}

.wrap_un .main .friend_un_main .txt h3 {
    margin: 0 0 5px;
    padding: 0;
    font-size: 230.77%;
    color: #b3a459;
    font-weight: normal;
    background: transparent;
}

.friend_un_main .img {
    float: right;
    width: 140px;
}


/* friend_un_menu */

.friend_un_menu .fum_block {
    float: left;
    width: 340px;
    text-align: center;
    padding: 5px;
    background: url(../img/bg_graduate_friend_un.gif) repeat 0 0;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.friend_un_menu .fum_block_last {
    float: right;
}

.friend_un_menu .fum_block_in {
    padding: 20px;
    background: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.friend_un_menu .tit {
    color: #999;
    font-size: 115.39%;
    margin: 0 0 10px;
    line-height: 1.3;
}

.wrap_un .main .friend_un_menu h3 {
    font-weight: bold;
    font-size: 184.62%;
    margin: 0 0 30px;
    background: transparent;
    color: #ff667f;
    line-height: 1.3;
}

.friend_un_menu .img {
    margin: 0 0 35px;
}

.friend_un_menu .txt span {
    color: #ff667f;
    font-weight: bold;
}

.friend_un_menu .fum_block_last .txt {
    text-align: left;
}


/* ohter
================== */

.cate_company {
    background: url(../img/ico_ohter_company.gif) no-repeat 545px 50%;
}

.wrap_un .main .cate_company h3 {
    background: url(../img/tit_ohter_company.gif) no-repeat 0 0;
}

.cate_general01 {
    background: url(../img/ico_ohter_general01.gif) no-repeat 545px 50%;
}

.cate_general02 {
    background: url(../img/ico_ohter_general02.gif) no-repeat 545px 50%;
}

.cate_general03 {
    background: url(../img/ico_ohter_general03.gif) no-repeat 545px 50%;
}

.cate_general04 {
    background: url(../img/ico_ohter_general04.gif) no-repeat 545px 50%;
}

.wrap_un .main .cate_general h3 {
    background: url(../img/tit_ohter_general.gif) no-repeat 0 0;
}

.cate_general span.tel {
    color: #0d72d6;
    font-weight: bold;
}

table.pd_price td {
    text-align: center;
}

.arw_access {
    text-align: right;
    margin: 0 125px 0 0;
}


/* training
================== */

.training_content {
    padding: 15px;
    border: 5px solid #e1edfa;
    background: url(../img/bg_training_check.gif) no-repeat 554px 92px;
}

.training_content ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.training_content ol li {
    padding: 5px 0;
}

.training_content ol li span {
    color: #0d72d6;
    font-weight: bold;
    padding: 0 10px 0 0;
}


/* boder_b_list
================== */

.boder_b_list {
    padding: 15px;
    border: 5px solid #e1edfa;
}

.boder_b_list .tit {
    font-weight: bold;
}

.boder_b_list .tit span {
    color: #0d72d6;
}

.boder_b_list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.boder_b_list ul li {
    padding: 0 0 0 10px;
    background: url(../img/ico_dot_b.gif) no-repeat 0 9px;
}


/* reason
================== */

.reason_ct_block {
    padding: 20px;
}

.rcbb {
    background: url(../img/bg_reason_b.gif) repeat 0 0;
}

.rcbp {
    background: url(../img/bg_reason_p.gif) repeat 0 0;
}

.reason_ct_block .txt {
    float: left;
    width: 430px;
    margin: 6px 0 0;
    padding: 0;
}

.reason_ct_block .img {
    float: right;
    width: 240px;
}

.reason_ct_block .txt h3 {
    margin: 0 0 15px;
    padding: 0;
    background: transparent;
    border: none;
    font-size: 153.85%;
    font-weight: normal;
    line-height: 1.5;
}

.rcbb .txt h3 {
    color: #0d72d6;
}

.rcbp .txt h3 {
    color: #ff6699;
}

.reason_ct_block .txt .btn {
    margin: 15px 0 0;
}

.reason_bus_more {
    width: 498px;
    margin: 0 auto;
    border: 1px solid #d9d9d9;
    font-size: 115.39%;
    font-weight: bold;
}

.reason_bus_more a {
    text-align: center;
    padding: 18px;
    display: block;
}

.reason_bus_more a span {
    padding: 0 0 0 22px;
    background: url(../img/arw_side01.png) no-repeat 0 5px;
}

.reason_bus_more a:link,
.reason_bus_more a:visited {
    color: #333;
    text-decoration: none;
}

.reason_bus_more a:hover {
    color: #333;
    text-decoration: underline;
}

.reason_lady_more {
    width: 498px;
    margin: 0 auto;
    border: 1px solid #d9d9d9;
    font-size: 115.39%;
    font-weight: bold;
}

.reason_lady_more a {
    text-align: center;
    padding: 18px;
    display: block;
}

.reason_lady_more a span {
    padding: 0 0 0 22px;
    background: url(../img/arw_side01.png) no-repeat 0 5px;
}

.reason_lady_more a:link,
.reason_lady_more a:visited {
    color: #333;
    text-decoration: none;
}

.reason_lady_more a:hover {
    color: #333;
    text-decoration: underline;
}


/* reason_menu
================== */

.reason_menu {
    background: url(../img/bg_reason_ico.png) no-repeat 0 105px;
}

.reason_menu .tit {
    margin: 0 0 10px;
    text-align: center;
}

.reason_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.reason_menu ul li {
    float: left;
    position: relative;
}

.reason_menu ul li.rm01 {
    width: 265px;
}

.reason_menu ul li.rm01 .img {
    float: left;
    width: 265px;
    padding-top: 234px;
    height: 0px !important;
    height /**/: 234px;
    overflow: hidden;
    outline: none;
    background: url(../img/bg_reason_menu01.png) no-repeat 0 0;
}
.reason_menu ul li.rm01.rm_on .img {
    background: url(../img/bg_reason_menu01_on.png) no-repeat 0 0;
}

.reason_menu ul li.rm02 {
    width: 240px;
}

.reason_menu ul li.rm02 .img {
    float: left;
    width: 240px;
    padding-top: 234px;
    height: 0px !important;
    height /**/: 234px;
    overflow: hidden;
    outline: none;
    background: url(../img/bg_reason_menu02.png) no-repeat 0 0;
}
.reason_menu ul li.rm02.rm_on .img {
    background: url(../img/bg_reason_menu02_on.png) no-repeat 0 0;
}

.reason_menu ul li.rm03 {
    width: 215px;
}

.reason_menu ul li.rm03 .img {
    float: left;
    width: 215px;
    padding-top: 234px;
    height: 0px !important;
    height /**/: 234px;
    overflow: hidden;
    outline: none;
    background: url(../img/bg_reason_menu03.png) no-repeat 0 0;
}
.reason_menu ul li.rm03.rm_on .img {
    background: url(../img/bg_reason_menu03_on.png) no-repeat 0 0;
}

.reason_menu ul li.rm04 {
    width: 265px;
}

.reason_menu ul li.rm04 .img {
    float: left;
    width: 265px;
    padding-top: 245px;
    height: 0px !important;
    height /**/: 245px;
    overflow: hidden;
    outline: none;
    background: url(../img/bg_reason_menu04.png) no-repeat 0 0;
}
.reason_menu ul li.rm04.rm_on .img {
    background: url(../img/bg_reason_menu04_on.png) no-repeat 0 0;
}

.reason_menu ul li.rm05 {
    width: 240px;
}

.reason_menu ul li.rm05 .img {
    float: left;
    width: 240px;
    padding-top: 245px;
    height: 0px !important;
    height /**/: 245px;
    overflow: hidden;
    outline: none;
    background: url(../img/bg_reason_menu05.png) no-repeat 0 0;
}
.reason_menu ul li.rm05.rm_on .img {
    background: url(../img/bg_reason_menu05_on.png) no-repeat 0 0;
}

.reason_menu ul li.rm06 {
    width: 215px;
}

.reason_menu ul li.rm06 .img {
    float: left;
    width: 215px;
    padding-top: 245px;
    height: 0px !important;
    height /**/: 245px;
    overflow: hidden;
    outline: none;
    background: url(../img/bg_reason_menu06.png) no-repeat 0 0;
}
.reason_menu ul li.rm06.rm_on .img {
    background: url(../img/bg_reason_menu06_on.png) no-repeat 0 0;
}

.reason_menu ul li .btn {
    position: absolute;
    width: 120px;
    height: 34px;
}

.reason_menu ul li.rm01 .btn {
    bottom: 65px;
    left: 60px;
}

.reason_menu ul li.rm02 .btn {
    bottom: 65px;
    left: 35px;
}

.reason_menu ul li.rm03 .btn {
    bottom: 65px;
    left: 35px;
}

.reason_menu ul li.rm04 .btn {
    bottom: 65px;
    left: 60px;
}

.reason_menu ul li.rm05 .btn {
    bottom: 65px;
    left: 35px;
}

.reason_menu ul li.rm06 .btn {
    bottom: 65px;
    left: 35px;
}

.reason_menu ul li.rm_on .btn {
    display: none;
}


/* reason un */

.reason_facility {
    border: 1px solid #e6e3d8;
    background: url(../img/bg_parents_c.gif) repeat-y 0 0;
}

.reason_facility .reason_facility_c {
    padding: 30px 19px 19px;
    background: url(../img/bg_parents_top.gif) no-repeat 0 0;
}

.reason_facility .reason_facility_c h3 {
    text-align: center;
    color: #8c8a7e;
    margin: 0 0 30px;
    padding: 0;
    font-size: 153.85%;
    font-weight: normal;
    background: transparent;
}

.reason_facility .reason_facility_block {
    margin: 0 0 15px;
}

.reason_facility .reason_facility_block h4 {
    font-size: 100%;
    color: #0d72d6;
    font-weight: bold;
    background: transparent;
    margin: 0;
    padding: 0;
}

.reason_facility .reason_facility_block ul {
    list-style-type: none;
}

.reason_facility .reason_facility_block .indent {
    margin: 0 0 0 1em;
}

.reason_facility .reason_facility_block .indent > ul {
    margin: 0;
    padding: 0;
}

.reason_facility .end {
    text-align: center;
    color: #8c8a7e;
    font-size: 123.08%;
}

.reason_instructor ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.reason_instructor ul li {
    float: left;
    width: 348px;
    border: 1px solid #d9d9d9;
    background: url(../img/bg_reason_instructor01.jpg) no-repeat 100% 100%;
}

.reason_instructor ul li.introduction {
    float: right;
    background: url(../img/bg_reason_instructor02.jpg) no-repeat 100% 100%;
}

.reason_instructor ul li a {
    display: block;
    padding: 35px 130px 35px 40px;
    background: url(../img/arw_side01.png) no-repeat 20px 50%;
}

.reason_instructor ul li a:link,
.reason_instructor ul li a:visited {
    text-decoration: none;
}

.reason_instructor ul li a:hover {
    text-decoration: underline;
}


/* tab
================== */

.tab,
.tab_price {
    background: url(../img/bg_tab_line_menu.gif) repeat-x 0 100%;
}

.tab ul,
.tab_price ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tab ul li,
.tab_price ul li {
    float: left;
    width: 350px;
}

.tab ul li.tab02,
.tab_price ul li.tab02 {
    float: right;
}

.tab ul li a,
.tab_price ul li a {
    display: block;
    width: 330px;
    text-align: center;
    padding: 10px 10px 9px;
    height: 31px;
    font-size: 138.46%;
    outline: none;
    background: url(../img/bg_tab.gif) no-repeat 0 0;
}

.tab ul li a:hover,
.tab ul li.active a,
.tab_price ul li a:hover,
.tab_price ul li.active a {
    background: url(../img/bg_tab.gif) no-repeat 0 -50px;
}

.tab ul li a:link,
.tab ul li a:visited,
.tab ul li a:hover,
.tab_price ul li a:link,
.tab_price ul li a:visited,
.tab_price ul li a:hover {
    color: #333;
    text-decoration: none;
}


/* panel
================== */

.panel,
.panel_price {
    background: url(../img/bg_tab_line_c.gif) repeat-y 0 0;
}

.panel .panel_btm {
    padding: 38px;
    background: url(../img/bg_tab_line_btm.gif) no-repeat 0 100%;
}

.panel .panel_btm .panel_in {
    font-size: 138.46%;
    text-align: center;
    background: url(../img/bg_tab_flow_bd.gif) repeat-y 50% 0;
}

.panel_price .panel_btm {
    padding: 15px;
    background: url(../img/bg_tab_line_btm.gif) no-repeat 0 100%;
}

.panel .panel_in .pink {
    margin: 0 0 20px;
    padding: 10px;
    background: #ffebf1;
}

.panel .panel_in .blue {
    margin: 0 0 20px;
    padding: 10px;
    background: #ebf5ff;
}

.panel .panel_in .white {
    margin: 0 0 20px;
    padding: 10px;
    background: #fff;
    border: 1px solid #bbdbfa;
}

.panel .panel_in .gold {
    margin: 0 0 20px;
    padding: 10px;
    background: #f2eeda;
}

.panel .panel_in .white .study {
    float: left;
    width: 290px;
    background: url(../img/bg_tab_flow_bd.gif) repeat-y 50% 0;
}

.panel .panel_in .study p {
    margin: 0 0 11px;
    padding: 10px;
    background: #fff;
    border: 1px solid #bbdbfa;
}

.panel .panel_in .study p.study_last {
    margin: 0;
}

.panel .panel_in .last_color {
    margin: 0;
}

.panel .panel_in .skill {
    margin: 0 0 20px;
    padding: 10px;
    background: #fff;
    border: 1px solid #bbdbfa;
}

.panel .panel_in .white .skill {
    float: right;
    width: 268px;
    margin: 0;
}

.panel .panel_in .skill .mt {
    color: #0d72d6;
}

.panel .panel_in .skill .at {
    color: #ff667f;
}

.panel .panel_in .skill .ats {
    color: #b3a459;
}

.panel02 {
    display: none;
}


/* student_topic
================== */

.student_topic {
    padding: 20px;
    border: 5px solid #f5f5f5;
}

.student_topic h3 span {
    padding: 0 0 0 35px;
    background: url(../img/ico_student_h.gif) no-repeat 0 0;
}

.student_topic .data_tit {
    margin: 0 0 13px;
}

.student_topic .data_tit .data {
    float: left;
    width: 110px;
    color: #999;
    font-weight: bold;
    font-size: 115.39%;
}

.student_topic .data_tit h4 {
    float: right;
    width: 550px;
    color: #0d72d6;
    margin: 0;
    padding: 0;
    background: transparent;
    font-weight: bold;
    font-size: 115.39%;
}

.student_content .sc_block {
    float: left;
    width: 200px;
    margin: 0 15px 0 0;
    padding: 24px 14px 14px;
    text-align: center;
}

.student_content .sc_block h4 {
    font-size: 138.46%;
    font-weight: bold;
    background: transparent;
    margin: 0 0 35px;
    padding: 0;
}

.student_content .sc_block .img {
    margin: 0 0 40px;
}

.student_content .sc_block .txt {
    text-align: left;
    margin: 0 0 20px;
}

.student_content .sc_block .btn a span {
}

.student_content .timetable {
    border: 1px solid #fac8c8;
}

.student_content .timetable h4 {
    color: #ff6666;
}

.student_content .timetable .btn a {
    display: block;
    padding: 10px;
    background: #ff6666;
}

.student_content .timetable .btn a span {
    padding: 0 0 1px 24px;
    background: url(../img/arw_red.png) no-repeat 0 3px;
}

.student_content .question {
    border: 1px solid #fadeaf;
}

.student_content .question h4 {
    color: #fa9e00;
}

.student_content .question .btn a {
    display: block;
    padding: 10px;
    background: #fa9e00;
}

.student_content .question .btn a span {
    padding: 0 0 0 20px;
    background: url(../img/ico_blank.png) no-repeat 0 5px;
}

.student_content .reservation {
    margin: 0;
    border: 1px solid #b8e6c7;
}

.student_content .reservation h4 {
    color: #24b353;
}

.student_content .reservation .btn a {
    display: block;
    padding: 10px;
    background: #24b353;
}

.student_content .reservation .btn a span {
    padding: 0 0 0 20px;
    background: url(../img/ico_blank.png) no-repeat 0 5px;
}

.student_content .btn a:link,
.student_content .btn a:visited,
.student_content .btn a:hover {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

table.calendar td {
    text-align: center;
}

table.calendar th.pink {
    background: #fff0f5;
}

table.calendar th.green {
    background: #faf7eb;
}



/* 送迎バスルートと時刻表
================== */

ul.bus_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.bus_list li {
    float: left;
    width: 136px;
    margin: 0 10px 0 0;
}

ul.bus_list li.end {
    margin: 0;
}

table.bus_table {
    table-layout: fixed;
}

table.bus_table th {
    padding: 5px 3px;
}

table.bus_table td {
    padding: 5px 3px;
    text-align: center;
}


/* ライトボックス
================== */

body:after {
    content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
    display: none;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../img/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../img/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../img/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}


/* h4
================== */

h4 {
    font-size: 115.39%;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    background: url(../img/ico_double.gif) no-repeat 0 6px;
}


/* リンク定義
================== */

ul.block {
    margin: 10px 0 !important;
    padding: 0;
    list-style-type: none;
}

ul.block li {
    padding: 0 0 0 10px;
    background: url(../img/ico_dot_b.gif) no-repeat 0 9px;
}

ul.link_un {
    margin: 5px 0;
    padding: 0;
    list-style-type: none;
}

ul.link_un li {
    margin: 0 0 5px;
}

ul.link_un li.arw {
    padding: 0 0 0 10px;
    background: url(../img/arw_g.png) no-repeat 0 6px;
}

ul.link_un li.blank {
    padding: 0 0 0 21px;
    background: url(../img/ico_blank.png) no-repeat 0 5px;
}

ul.link_un li.pdf {
    padding: 0 0 0 21px;
    background: url(../img/ico_pdf.png) no-repeat 0 5px;
}


/* 引用定義
================== */

.quote {
    padding: 15px;
    border: 1px solid #dfdfdf;
    background: #f7f7f7;
}


/* インデント
================== */

.indent {
    text-indent: -1em;
    margin: 10px 0 0 1em;
    font-size: 92.31%;
}


/* お問い合わせ
================== */

.form_step .fs_block {
    float: left;
    width: 150px;
}

.form_step .fs_arw {
    float: left;
    width: 12px;
    padding: 63px 14px 0;
}

.form_step .fs_block .img {
    margin: 0 0 10px;
}

.form_step .fs_block .tit {
    margin: 0 0 10px;
    color: #0d72d6;
    font-weight: bold;
}

.form .main h3.method {
    color: #0d72d6;
    font-size: 230.77%;
    margin: 0 0 30px;
    padding: 0 0 25px;
    border-bottom: 2px solid #e6e6e6;
    background: transparent;
    text-align: center;
}

.method_wra .method_block {
    width: 320px;
    padding: 10px;
    background: url(../img/bg_method.gif) repeat 0 0;
}

.method_wra .method_tel {
    float: left;
}

.method_wra .method_mail {
    float: right;
}

.method_wra .method_block_in {
    background: #fff;
    padding: 20px;
    text-align: center;
}

.method_wra .method_block_in h4 {
    background: url(../img/ico_double.gif) no-repeat 0 15px;
}

.method_wra .method_mail .method_block_in {
    padding: 20px 20px 29px;
}

.method_wra .method_block_in h4 {
    font-size: 184.62%;
}

.method_wra .method_tel h4 {
    margin: 0 0 36px;
}

.method_wra .method_mail h4 {
    margin: 0 0 43px;
}

.method_wra .tel_link {
    float: left;
    width: 249px;
    padding-top: 29px;
    height: 0px !important;
    height /**/: 29px;
    margin: 0 0 18px 15px;
    overflow: hidden;
    outline: none;
    background: url(../img/bg_form_tel.gif) no-repeat 0 0;
    line-height: 1;
}

.method_wra .hour {
    clear: both;
    font-size: 84.62%;
}

.method_wra .mail_btn {
    text-align: center;
}

.method_wra .mail_btn a {
    display: block;
    background: #ff667f url(../img/arw_pink_d.gif) no-repeat 18px 28px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    font-size: 123.08%;
    padding: 20px 15px 20px 38px;
}

.method_wra .mail_btn a:link,
.method_wra .mail_btn a:visited,
.method_wra .mail_btn a:hover {
    color: #fff;
    text-decoration: none;
}

.form .ate {
    color: #999;
    font-size: 84.62%;
    margin: 0 0 15px;
}

.form .ate_2col {
    color: #999;
    font-size: 84.62%;
}

.form .ate_2col .ate_mark{
    float: left;
}

.form .ate_2col .ate_text{
    display: block;
    overflow: hidden;
    zoom: 1;
}

.form input[type="submit"] {
    color: #fff;
    background: #ff667f;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    font-size: 123.08%;
    width: 360px;
    padding: 15px;
    border: none;
}

form ul {
    margin: 0 0 5px;
    padding: 0;
    list-style-type: none;
}

ul.contact {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.contact li {
    float: left;
}

ul.contact li.h_tel {
    width: 177px;
    margin: 0 10px 0 0;
}

ul.contact li.h_hour {
    width: 145px;
    margin: 4px 0 0;
}

form table.tbr tbody td {
    text-align: left;
}

dl.subform {
    width: 100%;
    padding: 0 0 5px 0;
}

dl.subform dt {
    float: left;
    width: 20%;
}

dl.subform dd {
    float: left;
    width: 80%;
}


/* お問い合わせ error */

.err_block {
    clear: both;
    margin-bottom: 17px;
    padding: 12px;
    background: #ffe8e8;
}

.err_block p {
    font-size: 100%;
    color: #f00;
}

.err_block p.err_tit {
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 5px 0;
    padding: 2px 0 2px 10px;
    color: #fff;
    background: #f00;
}

label.error {
    border: 1px solid #ff8383;
    background: #ffe8e8;
}

input.error {
    border: 1px solid #ff8383;
    background: #ffe8e8;
}

select.error {
    border: 1px solid #ff8383;
    background: #ffe8e8;
}

textarea.error {
    border: 1px solid #ff8383;
    background: #ffe8e8;
}

fieldset {
    display: inline;
    padding: 3px;
}
fieldset.error {
    background: #ffe8e8;
}


/* 真ん中
================== */

.tal {
    text-align: left !important;
}

.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}


/* TOPへ戻る
================== */

.top_back {
    clear: both;
    padding: 30px 0 0;
    text-align: center;
}

.top_back a {
    padding: 0 15px;
}


/* 余白
================== */

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }


/* ちらつき防止
================== */

.overimg {
    box-shadow: #fff 0 0 0;
}

.overimg:hover {
    background: #fff¥9;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}


/* ボックスリンク
================== */

.boxlink {
    cursor: pointer;
}


/* 非表示
================== */

.pc_none {
    display: none;

}

/* 管理画面用
================== */
.mceContentBody .bg_youtube{ background: #ebebeb; }
.mceContentBody .bg_youtube:before{
    content: "Youtube";
    text-align: center;
    width: 100%;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
}

/* clearfix
================== */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* For IE 6/7 only */
.clearfix {
    *zoom: 1;
}