@charset 'utf-8';

/* BLOCK内スタイル設定
================== */

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%;
  padding: 0;
  border-collapse: collapse;
  line-height: 1.7;
}

table.nbr,
table.tbr table.nbr {
  border-collapse: collapse;
  border-top: none;
  border-left: none;
}

table.nbr th,
table.tbr table.nbr th {
  padding: 0;
  color: #333;
  border-right: none;
  border-bottom: none;
}

table.nbr td,
table.tbr table.nbr td {
  padding: 0;
  color: #333;
  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 {
  text-align: center;
  font-weight: bold;
  padding: 10px;
  color: #333;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #ebf5ff;
}

table.tbr td,
table.nbr table.tbr td {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

form {
  margin: 0;
  padding: 0;
}

img {
  line-height: 1;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
  border: 0;
}

iframe {
  overflow: hidden;
  max-width: 99%;
  height: auto;
  border: 1px solid #ccc;
}

.photo_r,
.photo_l,
.photo_c,
.photo-r,
.photo-l,
.photo-c {
  width: auto !important;
  font-size: 1.1rem;
  line-height: 1.3;
  margin: 0 auto 20px;
  text-align: center;
  color: #424242;
}

.photo_r img,
.photo_l img,
.photo_c img,
.photo-r img,
.photo-l img,
.photo-c img {
  display: block;
  margin: 0 auto 10px;
}


/* slide
================== */

.slider_wra {
  position: relative;
  width: 100%;
  min-height: 300px;
  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;
  top: 0;
  left: 0;
  padding: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.slider_wra .slider_in .btn {
  display: none;
}

.slider_wra .slider_in ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#carousel {
  clear: both;
}

#carousel .flex-viewport {
  padding: 10px 0 20px;
}

#carousel .flex-viewport ul {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  list-style-type: none;
  position: relative;
  left: 50% !important;
  float: left;
  transform: none !important;
}

#carousel .flex-viewport ul li {
  position: relative;
  left: -50% !important;
  float: left;
  margin: 0 10px 0 0 !important;
  width: 15px !important;
}

#carousel .flex-viewport ul li p {
  float: left;
  padding-top: 15px;
  height: 0px !important;
  height /**/: 15px;
  overflow: hidden;
  outline: none;
  background: url(../img/sp/ico_slide_dot_off.png) no-repeat 0 0;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -ms-background-size: 15px 15px;
}

#carousel .flex-viewport ul li.flex-active-slide p {
  background: url(../img/sp/ico_slide_dot.png) no-repeat 0 0;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -ms-background-size: 15px 15px;
}

#carousel .flex-direction-nav .flex-nav-prev,
#carousel .flex-direction-nav .flex-nav-next {
  display: none !important;
}

.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;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.slider_wra ul.slider-nav {
  display: none;
}

.slider_wra ul.slider-nav ul {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  list-style-type: none;
  position: relative;
  left: 50% !important;
  float: left;
  transform: none !important;
}

.slider_wra ul.slider-nav ul li {
  position: relative;
  left: -50% !important;
  float: left;
  margin: 0 10px 0 0 !important;
  width: 15px !important;
}

.slider_wra ul.slider-nav li p {
  float: left;
  width: 15px !important;
  padding-top: 15px;
  height: 0px !important;
  height /**/: 15px;
  overflow: hidden;
  outline: none;
  background: url(../img/sp/ico_slide_dot_off.png) no-repeat 0 0;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -ms-background-size: 15px 15px;
}

.slider_wra ul.slider-nav li.slick-current p {
  background: url(../img/sp/ico_slide_dot.png) no-repeat 0 0;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -ms-background-size: 15px 15px;
}


/* type_plan
================== */

.type_plan {
  position: relative;
  z-index: 103;
  margin: -12px 0 0;
  padding: 12px 10px 0;
  background: url(../img/bg_giza.png) repeat-x 0 0;
}

.type_plan .bg_type_plan {
  padding: 20px 0 40px;
  background: url(../img/bg_pink_stripe.gif) repeat -11px 0;
}

.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 {
  max-width: 312px;
  width: 100%;
  margin: 0 auto 20px;
}

.type_plan .model ul li .ico {
  display: none;
}

.type_plan .other_type ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.type_plan .other_type ul li {
  max-width: 312px;
  width: 100%;
  margin: 0 auto 20px;
}

.type_plan .other_type ul li a {
  position: relative;
  display: block;
}

.type_plan .other_type ul li a .txt {
  position: absolute;
  top: 138px;
  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: 30px 6%;
}

.top_movie h3{
  position: relative;
  display: inline-block;
  margin: 0 0 32px;
  padding: 0 0 80px;
}

.top_movie h3:before,
.top_movie h3:after{
  content:"";
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 168px;
  height: 60px;
}

@media (max-width: 424px){
  .top_movie h3{
    padding: 0 0 18.87vw;
  }
  .top_movie h3:before,
  .top_movie h3:after{
    width: 49%;
    height: 60px;
    height: 14.15vw;
    max-width: 168px;
    max-height: 60px;
  }
}

.top_movie h3:before{
  left: 0;
  background: url(../../img/img_movie_top_01.png) 50% 50% no-repeat;
  background-size: 100% auto;
}

.top_movie h3:after{
  right: 0;
  background: url(../../img/img_movie_top_02.png) 50% 50% no-repeat;
  background-size: 100% auto;
}

.movie_list .list_in{
  max-width: 415px;
  font-size: 13px;
  line-height: 1.7;
  margin: 0 auto;
  padding: 32px 0 0;
}

.movie_list .list_in:first-child{
  padding: 0;
}

.top_movie .img,
.top_movie .bg_movie{
  margin: 0 0 15px;
  line-height: 0;
}

.top_movie .bg_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.top_movie .bg_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.top_movie .tit_movie{
    display: inline-block;
    color: #0d72d6;
    margin: 0 0 15px;
    padding: 2px 6%;
    border: 3px solid #569fe4;
    background: #fff;
    font-size: 16px;
    border-radius: 18px;
}



/* characteristic
================== */

.characteristic {
  padding: 5px 0 0;
  background: url(../img/bg_rainbow.gif) repeat-x 0 0;
}

.characteristic .characteristic_bg {
  padding: 20px 0;
  background: url(../img/bg_characteristic_re.gif) repeat 0 0;
}

.characteristic .characteristic_bgico {
  display: none;
}


/* other_conts
================== */

.other_conts {
  padding: 5px 0 0;
  background: url(../img/bg_rainbow.gif) repeat-x 0 0;
}

.other_conts .other_conts_bg {
  padding: 20px 10px;
  background: url(../img/bg_dot.gif) repeat 0 0;
}

.other_conts .other_bnr,
.foot_bnrsp .other_bnr {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 30px;
  overflow: auto;
}

.other_conts .other_bnr .other_bnr_block,
.foot_bnrsp .other_bnr .other_bnr_block {
  max-width: 224px;
  width: 48%;
  margin: 0 0 20px;
  border: 1px solid #0d72d6;
  padding: 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.other_conts .other_bnr .other_bnr_block:nth-child(odd),
.foot_bnrsp .other_bnr .other_bnr_block:nth-child(odd) {
  clear: both;
  float: left;
}

.other_conts .other_bnr .other_bnr_block:nth-child(even),
.foot_bnrsp .other_bnr .other_bnr_block:nth-child(even) {
  float: right;
}

.other_conts .other_bnr .other_bnr_block a,
.foot_bnrsp .other_bnr .other_bnr_block a {
  display: block;
  position: relative;
}

.other_conts .other_bnr .other_bnr_block .txt,
.foot_bnrsp .other_bnr .other_bnr_block .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 224px;
  width: 100%;
  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,
.foot_bnrsp .other_bnr .other_bnr_block .txt p {
  font-size: 84.62%;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  zoom: 1; /* Fix for IE7 */
  *display: inline; /* Fix for IE7 */
  padding: 4px 0 4px 11px;
  background: url(../img/arw_bnr.png) no-repeat 0 10px;
  -webkit-background-size: 7px 7px;
  -moz-background-size: 7px 7px;
  -o-background-size: 7px 7px;
  background-size: 7px 7px;
  -ms-background-size: 7px 7px;
}

.foot_bnrsp  > p {
  text-align: center;
  margin: 0 0 15px;
}


/* top_sns
================== */

.top_info .mceTopics .ts_bnr {
  max-width: 480px;
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
}

.top_info .mceTopics .ts_bnr p {
  float: left;
  max-width: 230px;
  width: 48%;
}

.top_info .mceTopics .ts_bnr p.end {
  float: right;
}

.top_info .top_sns .twitter {
  width: 280px !important;
  margin: 0 auto 20px;
}

.top_info .top_sns .twitter iframe {
  width: 280px !important;
}

.top_info .top_sns .facebook {
  text-align: center;
}


/* ページ内リンク
================== */

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 .company_block {
  max-width: 344px;
  width: 100%;
  margin: 0 auto 40px;
  border: 1px solid #0d72d6;
  padding: 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.company_top_wrap .cb_right {
  margin: 0 auto;
}

.company_top_wrap .company_block a {
  display: block;
  position: relative;
}

.company_top_wrap .company_block .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 344px;
  width: 100%;
  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 .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 {
  margin: 0 0 40px;
}

.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 12% 7px 7%;
    -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: 90%;
    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;
}

.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 .cd_block {
  margin: 0 0 20px;
}

.col2_detail .cd_block .img {
  margin: 0 0 10px;
  text-align: center;
}

.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;
}

.col2_detail .cd_block .txt {
  display: none;
}


/* 親御様へ
================== */

.parents_block {
  padding: 0 0 20px;
  border-bottom: 1px dashed #bbdbfa;
}

.parents_block .img {
  margin: 0 0 10px;
  text-align: center;
  border: 1px solid #bbdbfa;
}

.parents_block .txt h3 {
  font-size: 123.08%;
  font-weight: normal;
  color: #0d72d6;
  margin: 0 0 20px;
  padding: 0 0 0 20px;
  background: url(../img/bg_parents_tit.gif) repeat-y 0 0;
}

.parents_block .txt h3 br {
  display: none;
}

.parents_contact {
  border: 1px solid #e6e3d8;
  background: url(../img/bg_parents_c.gif) repeat-y 0 0;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -ms-background-size: 100% auto;
}

.parents_contact .parents_contact_c {
  padding: 30px 10px 10px;
  background: url(../img/bg_parents_top.gif) no-repeat 0 0;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -ms-background-size: 100% auto;
}

.parents_contact h4 {
  margin: 0 0 20px;
  padding: 0;
  border: none;
  text-align: center;
  background: transparent;
}

.parents_contact .parents_cc {
  margin: 0 0 20px;
}

.parents_contact .parents_cc .pcc_txt {
  margin: 0 0 20px;
}

.parents_contact .parents_cc .pcc_img {
  text-align: center;
}

.parents_contact .parents_txt {
  color: #8c8a7e;
  margin: 0 0 25px;
  font-size: 123.08%;
}

.parents_contact .parents_txt br {
  display: none;
}

.parents_contact .parents_btn p {
  max-width: 330px;
  width: 100%;
  margin: 0 auto 15px;
}

.parents_contact .parents_btn p.tour {
  margin: 0 auto;
}


/* 入校手続きの流れ
================== */

.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: 138.46%;
  font-weight: normal;
  margin: 0 0 25px;
  padding: 35px 0 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 {
  display: none;
}


/* 卒業生の声
================== */

.voice .contents .block {
  clear: none;
  margin: 0 0 20px;
}

.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;
  border: 1px solid #d9d9d9;
  text-align: center;
  margin: 0 0 10px;
}

.voice .contents .block .img img {
  width: auto;
  height: 200px;
}

.voice .contents .block .img .zoom {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
}

.voice .contents .block .img .zoom img {
  width: 30px;
  height: 30px;
}

p.name{
   text-align: center;
}


/* インストラクター紹介
================== */

.instructor_block .ib_content {
  margin: 0 0 30px;
}

.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;
  text-align: center;
}

.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 20px 10px;
}

.wrap_un .main .catetop_content h3 {
  font-size: 123.08%;
  font-weight: normal;
  margin: 0 0 15px;
  padding: 18px 35px 15px 75px;
}

.catetop_content .txt {
  margin: 0 0 15px;
}

.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 .btn {
  width: 120px;
  margin: 0 auto 15px;
}

.catetop_content .price {
  text-align: center;
  width: 170px;
  padding: 6px 0;
  margin: 0 auto 15px;
}

.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 {
  display: block;
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.catetop_accordion table th br {
  display: none;
}

.catetop_accordion table td {
  clear: both;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.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 {
  height: 120px;
  padding: 15px 5px;
  background: #fff url(../../img/bg_plan_l.gif) no-repeat 50% 95px;
}

.plan_detail .plus {
  margin: 30px 0;
  text-align: center;
}

.plan_detail .right {
  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 {
  color: #0d72d6;
  background: #fff;
  font-size: 138.46%;
  padding: 10px;
}

.cate_standard {
  background: url(../img/ico_plan_standard.gif) no-repeat 96% 10px;
  -webkit-background-size: 40px auto;
  -moz-background-size: 40px auto;
  -o-background-size: 40px auto;
  background-size: 40px auto;
  -ms-background-size: 40px auto;
}

.wrap_un .main .cate_standard h3 {
  background: url(../img/tit_plan_standard.gif) no-repeat 0 0;
  -webkit-background-size: 60px auto;
  -moz-background-size: 60px auto;
  -o-background-size: 60px auto;
  background-size: 60px auto;
  -ms-background-size: 60px auto;
}

.cate_lady {
  background: url(../img/ico_plan_lady.gif) no-repeat 96% 10px;
  -webkit-background-size: 40px auto;
  -moz-background-size: 40px auto;
  -o-background-size: 40px auto;
  background-size: 40px auto;
  -ms-background-size: 40px auto;
}

.wrap_un .main .cate_lady h3 {
  background: url(../img/tit_plan_lady.gif) no-repeat 0 0;
  -webkit-background-size: 60px auto;
  -moz-background-size: 60px auto;
  -o-background-size: 60px auto;
  background-size: 60px auto;
  -ms-background-size: 60px auto;
}

.cate_short {
  background: url(../img/ico_plan_short.gif) no-repeat 96% 10px;
  -webkit-background-size: 40px auto;
  -moz-background-size: 40px auto;
  -o-background-size: 40px auto;
  background-size: 40px auto;
  -ms-background-size: 40px auto;
}

.wrap_un .main .cate_short h3 {
  background: url(../img/tit_plan_short.gif) no-repeat 0 0;
  -webkit-background-size: 60px auto;
  -moz-background-size: 60px auto;
  -o-background-size: 60px auto;
  background-size: 60px auto;
  -ms-background-size: 60px auto;
}

.cate_silver {
  background: url(../img/ico_plan_silver.gif) no-repeat 96% 10px;
  -webkit-background-size: 40px auto;
  -moz-background-size: 40px auto;
  -o-background-size: 40px auto;
  background-size: 40px auto;
  -ms-background-size: 40px auto;
}

.wrap_un .main .cate_silver h3 {
  background: url(../img/tit_plan_silver.gif) no-repeat 0 0;
  -webkit-background-size: 60px auto;
  -moz-background-size: 60px auto;
  -o-background-size: 60px auto;
  background-size: 60px auto;
  -ms-background-size: 60px auto;
}

.cate_gold {
  background: url(../img/ico_plan_gold.gif) no-repeat 96% 10px;
  -webkit-background-size: 40px auto;
  -moz-background-size: 40px auto;
  -o-background-size: 40px auto;
  background-size: 40px auto;
  -ms-background-size: 40px auto;
}

.wrap_un .main .cate_gold h3 {
  background: url(../img/tit_plan_gold.gif) no-repeat 0 0;
  -webkit-background-size: 60px auto;
  -moz-background-size: 60px auto;
  -o-background-size: 60px auto;
  background-size: 60px auto;
  -ms-background-size: 60px auto;
}

.cate_night {
  background: url(../img/ico_plan_night.gif) no-repeat 96% 10px;
  -webkit-background-size: 40px auto;
  -moz-background-size: 40px auto;
  -o-background-size: 40px auto;
  background-size: 40px auto;
  -ms-background-size: 40px auto;
}

.wrap_un .main .cate_night h3 {
  background: url(../img/tit_plan_night.gif) no-repeat 0 0;
  -webkit-background-size: 60px auto;
  -moz-background-size: 60px auto;
  -o-background-size: 60px auto;
  background-size: 60px auto;
  -ms-background-size: 60px auto;
}

.cate_platinum {
  background: url(../img/ico_plan_platinum.gif) no-repeat 96% 10px;
  -webkit-background-size: 40px auto;
  -moz-background-size: 40px auto;
  -o-background-size: 40px auto;
  background-size: 40px auto;
  -ms-background-size: 40px auto;
}

.wrap_un .main .cate_platinum h3 {
  background: url(../img/tit_plan_platinum.gif) no-repeat 0 0;
  -webkit-background-size: 60px auto;
  -moz-background-size: 60px auto;
  -o-background-size: 60px auto;
  background-size: 60px auto;
  -ms-background-size: 60px auto;
}

.cate_vip {
  background: url(../img/ico_plan_vip.gif) no-repeat 96% 10px;
  -webkit-background-size: 40px auto;
  -moz-background-size: 40px auto;
  -o-background-size: 40px auto;
  background-size: 40px auto;
  -ms-background-size: 40px auto;
}

.wrap_un .main .cate_vip h3 {
  background: url(../img/tit_plan_vip.gif) no-repeat 0 0;
  -webkit-background-size: 60px auto;
  -moz-background-size: 60px auto;
  -o-background-size: 60px auto;
  background-size: 60px auto;
  -ms-background-size: 60px auto;
}

.cate_royal {
  background: url(../img/ico_plan_royal.gif) no-repeat 96% 10px;
  -webkit-background-size: 40px auto;
  -moz-background-size: 40px auto;
  -o-background-size: 40px auto;
  background-size: 40px auto;
  -ms-background-size: 40px auto;
}

.wrap_un .main .cate_royal h3 {
  background: url(../img/tit_plan_royal.gif) no-repeat 0 0;
  -webkit-background-size: 60px auto;
  -moz-background-size: 60px auto;
  -o-background-size: 60px auto;
  background-size: 60px auto;
  -ms-background-size: 60px auto;
}


/* short_tbr
================== */

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 {
  margin: 0 0 20px;
}

.top_graduate_main .tgm_left .img {
  margin: 0 0 3px;
  text-align: center;
}

.top_graduate_main .tgm_left h3 {
  color: #0d72d6;
  font-size: 138.46%;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0;
  background: transparent;
  border: none;
  line-height: 1.4;
  text-align: center;
}

.top_graduate_main .tgm_left h3 span {
  color: #ff667f;
}

.top_graduate_main .tgm_right {
  text-align: center;
}


/* top_graduate_un */

.top_graduate_un .graduate_step {
  margin: 0 0 20px;
  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 {
  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 br {
  display: none;
}

.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: 3px 10px;
  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 10px;
  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 {
  margin: 0 0 20px;
}

.friend_un_main .txt br {
  display: none;
}

.wrap_un .main .friend_un_main .txt h3 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 138.46%;
  color: #b3a459;
  font-weight: normal;
  background: transparent;
}

.friend_un_main .img {
  text-align: center;
}


/* friend_un_menu */

.friend_un_menu .fum_block {
  margin: 0 0 20px;
  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 {
  margin: 0;
}

.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: 123.08%;
  margin: 0 0 30px;
  background: transparent;
  color: #ff667f;
  line-height: 1.3;
}

.friend_un_menu .img {
  margin: 0 0 15px;
}

.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 96% 10px;
  -webkit-background-size: 40px auto;
  -moz-background-size: 40px auto;
  -o-background-size: 40px auto;
  background-size: 40px auto;
  -ms-background-size: 40px auto;
}

.wrap_un .main .cate_company h3 {
  background: url(../img/tit_ohter_company.gif) no-repeat 0 0;
  -webkit-background-size: 60px auto;
  -moz-background-size: 60px auto;
  -o-background-size: 60px auto;
  background-size: 60px auto;
  -ms-background-size: 60px auto;
}

.cate_general01 {
  background: url(../img/ico_ohter_general01.gif) no-repeat 96% 10px;
  -webkit-background-size: 40px auto;
  -moz-background-size: 40px auto;
  -o-background-size: 40px auto;
  background-size: 40px auto;
  -ms-background-size: 40px auto;
}

.cate_general02 {
  background: url(../img/ico_ohter_general02.gif) no-repeat 96% 10px;
  -webkit-background-size: 40px auto;
  -moz-background-size: 40px auto;
  -o-background-size: 40px auto;
  background-size: 40px auto;
  -ms-background-size: 40px auto;
}

.cate_general03 {
  background: url(../img/ico_ohter_general03.gif) no-repeat 96% 10px;
  -webkit-background-size: 40px auto;
  -moz-background-size: 40px auto;
  -o-background-size: 40px auto;
  background-size: 40px auto;
  -ms-background-size: 40px auto;
}

.cate_general04 {
  background: url(../img/ico_ohter_general04.gif) no-repeat 96% 10px;
  -webkit-background-size: 40px auto;
  -moz-background-size: 40px auto;
  -o-background-size: 40px auto;
  background-size: 40px auto;
  -ms-background-size: 40px auto;
}

.wrap_un .main .cate_general h3 {
  background: url(../img/tit_ohter_general.gif) no-repeat 0 0;
  -webkit-background-size: 60px auto;
  -moz-background-size: 60px auto;
  -o-background-size: 60px auto;
  background-size: 60px auto;
  -ms-background-size: 60px auto;
}

.cate_general span.tel {
  color: #0d72d6;
  font-weight: bold;
}

.arw_access {
  text-align: center;
}


/* 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 {
  margin: 0 0 15px;
  padding: 0;
}

.reason_ct_block .img {
  width: 240px;
  margin: 0 auto;
}

.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;
  text-align: center;
}

.reason_bus_more,
.reason_lady_more {
  width : -webkit-calc(100% - 20px);
  width : calc(100% - 20px);
  margin: 0 auto;
  border: 1px solid #d9d9d9;
  font-size: 115.39%;
  font-weight: bold;
}

.reason_bus_more a,
.reason_lady_more a {
  text-align: center;
  padding: 15px 25px;
  display: block;
  background: url(../img/arw_side01.png) no-repeat 10px 50%;
}

.reason_bus_more a:link,
.reason_bus_more a:visited,
.reason_lady_more a:link,
.reason_lady_more a:visited {
  color: #333;
  text-decoration: none;
}


/* reason_menu
================== */

.reason_menu {
  display: none;
  background: url(../img/bg_reason_ico.png) no-repeat 0 0;
}

.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;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -ms-background-size: 100% auto;
}

.reason_facility .reason_facility_c {
  padding: 30px 19px 19px;
  background: url(../img/bg_parents_top.gif) no-repeat 0 0;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -ms-background-size: 100% auto;
}

.reason_facility .reason_facility_c h3 {
  text-align: center;
  color: #8c8a7e;
  margin: 0 0 30px;
  padding: 0;
  font-size: 123.08%;
  font-weight: normal;
  background: transparent;
}

.reason_facility .reason_facility_c h3 br {
  display: none;
}

.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: 107.69%;
}

.reason_facility .end br {
  display: none;
}

.reason_instructor ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.reason_instructor ul li {
  margin: 0 0 20px;
  border: 1px solid #d9d9d9;
  background: url(../img/bg_reason_instructor01.jpg) no-repeat 100% 100%;
}

.reason_instructor ul li.introduction {
  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: 48%;
}

.tab ul li.tab02,
.tab_price ul li.tab02 {
  float: right;
}

.tab ul li a,
.tab_price ul li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px;
  font-size: 100%;
  outline: none;
  background: #f5f5f5;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #0d72d6;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tab ul li a:hover,
.tab ul li.active a,
.tab_price ul li a:hover,
.tab_price ul li.active a {
  background: #fff;
  border-top: 1px solid #0d72d6;
  border-left: 1px solid #0d72d6;
  border-right: 1px solid #0d72d6;
  border-bottom: 1px solid #fff;
}

.tab ul li a:link,
.tab ul li a:visited,
.tab ul li a:hover,
.tab_price a:link,
.tab_price a:visited,
.tab_price a:hover {
  color: #333;
  text-decoration: none;
}


/* panel
================== */

.panel,
.panel_price {
  border-left: 1px solid #0d72d6;
  border-right: 1px solid #0d72d6;
}

.panel .panel_btm,
.panel_price .panel_btm {
  padding: 10px;
  border-bottom: 1px solid #0d72d6;
}

.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 .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 {
  margin: 0 0 20px;
  background: url(../img/bg_tab_flow_bd.gif) repeat-y 50% 0;
}

.panel .panel_in .study p {
  margin: 0 0 20px;
  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: 16px 10px 15px;
  background: #fff;
  border: 1px solid #bbdbfa;
}

.panel .panel_in .white .skill {
  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 {
  margin: 0 0 10px;
  color: #999;
  font-weight: bold;
  font-size: 115.39%;
}

.student_topic .data_tit h4 {
  color: #0d72d6;
  margin: 0;
  padding: 0;
  background: transparent;
  font-weight: bold;
  font-size: 115.39%;
}

.student_content .sc_block {
  margin: 0 0 15px;
  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 0 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 th.pink {
  background: #fff0f5;
}

table.calendar th.green {
  background: #faf7eb;
}

table.calendar th {
  padding: 3px;
  word-break : break-all;
}

table.calendar thead th {
  width: 30px;
}

table.calendar thead th:first-child {
  width: auto;
}

table.calendar td {
  padding: 3px;
  text-align: center;
}


/* route
================== */

.bus_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.bus_list li {
  width: 49%;
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
}

.bus_list li:nth-child(odd) {
  clear: both;
  float: left;
}

.bus_list li:nth-child(even) {
  float: right;
}

.route_tit {
  margin: 0 0 20px;
  text-align: center;
}

.route_blue {
  color: #0d72d6;
}

.route_red {
  color: #ff667f;
}

.route_point {
  padding: 0;
  text-align: center;
}

.route_point h4 {
  margin: 0 0 10px;
  padding: 0;
  background: transparent;
  font-weight: bold;
}

.route_arw {
  padding: 30px 0;
  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_b.png) no-repeat 0 5px;
}

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 2px;
}


/* 引用定義
================== */

.quote {
  padding: 15px;
  background: #f8f7f4;
}


/* インデント
================== */

.indent {
  text-indent: -1em;
  margin: 10px 0 0 1em;
  font-size: 92.31%;
}


/* お問い合わせ設定
================== */

.form_step .fs_arw {
  text-align: center;
  padding: 20px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.form_step .fs_block .img {
  margin: 0 0 10px;
  text-align: center;
}

.form_step .fs_block .tit {
  margin: 0 0 10px;
  color: #0d72d6;
  font-weight: bold;
}

.form .main h3.method {
  color: #0d72d6;
  font-size: 138.46%;
  margin: 0 0 30px;
  padding: 0 0 25px;
  border-bottom: 2px solid #e6e6e6;
  background: transparent;
  text-align: center;
}

.method_wra .method_block {
  max-width: 320px;
  width: 100%;
  margin: 0 auto 20px;
  padding: 10px;
  background: url(../img/bg_method.gif) repeat 0 0;
}

.method_wra .method_block_in {
  background: #fff;
  padding: 20px;
  text-align: center;
}

.method_wra .method_block_in h4 {
  font-size: 123.08%;
  margin: 0 0 20px;
}

.method_wra .tel_link {
  width: 249px;
  overflow: hidden;
  margin: 0 auto 20px;
}
.method_wra .tel_link.tel_left{
  margin-left: 0;
}

.method_wra .tel_link a {
  float: left;
  display: block;
  width: 249px;
  padding-top: 29px;
  height: 0px !important;
  height /**/: 29px;
  margin: 0;
  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;
  width: 280px;
  margin: 0 auto;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.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: 20px 15px;
  border: none;
}

ul.contact {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}

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 ul.sequence {
  overflow: hidden;
}

form ul.sequence li {
  float: left;
  margin: 0 20px 0 0;
}

form .sp_select {
  display: block;
  margin: 0 0 20px;
}


/* お問い合わせ table */

form table.tbr {
  display: block;
  width: 100%;
  border: none;
}

form table.tbr tbody,
form table.tbr tr {
  display: block;
  width: 100%;
}

form table.tbr th {
  display: block;
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}

form table.tbr td {
  clear: both;
  display: block;
  width: 100%;
  margin: 0 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
}

.block form ul,
.block form ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.block form li {
  margin: 0 0 5px;
  padding: 0;
  background: transparent;
}

form input,
form select {
  font-size: 123.08%;
  width: 80% !important;
  padding: 5px;
  vertical-align: middle;
}

form input[type="checkbox"] {
  font-size: 100%;
  width: auto !important;
}

form textarea {
  width: 80% !important;
  padding: 5px;
  vertical-align: middle;
  resize: vertical;
}

form input[name="tel1"],
form input[name="tel2"],
form input[name="tel3"],
form input[name="fax1"],
form input[name="fax2"],
form input[name="fax3"],
form input[name="zip1"],
form input[name="zip2"] {
  width: 20% !important;
}

form input[type="radio"] {
  width: auto !important;
}

dl.subform {
  width: 100%;
  padding: 0 0 5px 0;
}

dl.subform dt {
  font-weight: bold;
}


/* お問い合わせ error */

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;
}

.contactform ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.contactform input {
  vertical-align: middle;
}

.err_block {
  clear: both;
  margin-bottom: 17px;
  padding: 12px;
  background: #ffe8e8;
}

.err_block p {
  font-size: 100%;
  line-height: 1.6;
  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;
}


/* futomi */

form .fieldset table {
  margin: 0 0 30px;
}

form .fieldset th {
  width: 230px;
}

form .fieldset th span.req {
  color: #e62d2d;
  padding: 0 0 0 10px;
}

form .fieldset input,
form .fieldset select {
  padding: 5px;
  font-size: 114.29%;
}

form .fieldset input.err,
form .fieldset select.err,
form .fieldset th.err + td label {
  background: #ffe8e8;
}

form .fieldset input[type=text] {
  width: 60% !important;
}

form .fieldset input#zip {
  width: 20% !important;
}

form .fieldset input[type=checkbox] {
  width: auto !important;
}

form .fieldset .kit_wra {
  overflow: hidden;
}

form .fieldset .kit_wra .kit01 {
  width: 80px;
  float: left;
  margin: 0 20px 0 0;
}

form .fieldset .kit_wra .kit02 {
  width: 80px;
  float: left;
}

form .fieldset .kit_wra .kit01 input,
form .fieldset .kit_wra .kit02 input {
  width: auto !important;
}


/* 真ん中
================== */

.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;
}


/* 余白
================== */

.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }


/* ちらつき防止
================== */

.overimg {
  box-shadow: #fff 0 0 0;
}

.overimg:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  background: #fff¥9;
}


/* ボックスリンク
================== */

.boxlink {
  cursor: pointer;
}


/* 非表示
================== */

.sp_none {
  display: none;
}


/* googleコンバージョン
================== */

iframe[name="google_conversion_frame"] {
  position: absolute;
  top: -300px;
  left: 0;
  width: auto !important;
  height: auto !important;
  border: none !important;
}


/* clearfix
================== */

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}
