@charset "utf-8";
@media screen and (min-width: 768px), print {
  body {
	  overflow-x: auto !important; 
  }
  #main_image_area .bx-wrapper .bx-pager {
    padding-top: 0;
    bottom: 15px;
  }
  #main_image,
  #main_image li {
    min-width: 1024px !important;
  }
  #conatainer .bx-wrapper img {
    min-width: 1024px !important;
    height: auto;
  }
  #main_image_area .bx-default-pager a {
    background: #AAAAAA;
  }
  #main_image_area .bx-default-pager a.active {
    background: #009DDA;
  }
  .bx-viewport {
    overflow: visible !important;
  }
  #conatainer h2 {
    text-align: center;
  }
  #main_copy {
    padding: 60px 0;
  }
  #main_copy .contents {
    position: relative;
    padding-right: 530px;
    width: 499px;
    min-height: 320px;
  }
  #main_copy .contents h2 {
    padding-top: 45px;
    text-align: left;
    font-size: 1.9rem;
    margin-bottom: 35px;
    color: #000000;
  }
  #main_copy .contents h3 {
    line-height: 2.1;
    font-size: 1.1rem;
  }
  #main_copy .contents .txt {
    line-height: 2.1;
    font-size: 1.1rem;
  }
  #main_copy .contents .image {
    position: absolute;
    top: 0;
    right: 0;
  }
  #news {
    padding: 60px 0;
    background: url(../img/news_back.jpg) no-repeat;
    background-position: top center;
  }
  #news h2 {
    font-size: 2.5rem;
    margin-bottom: 45px;
    color: #206A69;
  }
  #news_data_area {
    background: #FFFFFF;
    padding: 10px 30px;
  }
  #news_data_area li {
    padding: 10px 20px;
    border-top: 1px solid #CCCCCC;
  }
  #news_data_area li:nth-of-type(1){
    border-top: none;
  }
  #news_data_area .date {
    margin-right: 25px;
  }
  #news_data_area .txt a:hover{
     text-decoration: none;
  }
  #news_bottom_link{
    text-align: center;
  }
  #news_bottom_link {
    display: flex;
    justify-content: center;
    margin: 20px auto 0;
  }
  #news_bottom_link li {
    display: flex;
    align-items: stretch;
    margin: 0 17px;
  }
  #news_bottom_link a{
    display: flex; 
    justify-content: center;
    align-items: center;
     margin: 0 auto;
     background: #FFFFFF;
     border: 1px solid #0B91D7;
     padding: 10px 0;
     border-radius: calc(1em + 12px);
     position: relative;
     width: 300px;
  }
  #news_bottom_link a:hover{
     text-decoration: none;
  }
  #news_bottom_link a::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #0B91D7;
    border-top: 1px solid #0B91D7;
    position: absolute;
    right: 21px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  #guidance {
    padding: 130px 0 60px;
    background:url(../img/shidou_back.jpg) no-repeat;
    background-position: top center;
  }
  #guidance h2 {
    font-size: 3.1rem;
    color: #FFFFFF;
    margin-bottom: 80px;
  }
  #guidance ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #guidance li {
    width: 495px;
    background: #FFFFFF;
  }
  #guidance li:nth-of-type(1),
  #guidance li:nth-of-type(2){
    margin-bottom: 30px;
  }
  #guidance .number {
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
    font-size: 2.4rem;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    background: #FF8330;
    padding: 15px 0 8px 0;
  }
  #guidance .data {
    padding: 20px 25px 40px;
  }
  #guidance .data h3 {
    text-align: center;
    font-size: 1.7rem;
    margin-bottom: 20px;
    color: #333333;
  }
  #guidance .data .item_area {
    display: flex;
    justify-content: space-between;
  }
  #guidance .data .item_area .txt {
    width: 170px;
    margin-right: 30px;
    line-height: 1.8;
  }
  #guidance .data .item_area .exsample {
    width: 245px;
  }
  #guidance h4 {
    text-align: center;
    font-size: 0.87rem;
    border: 1px solid #AAAAAA;
    padding: 4px 0;
    margin-bottom: 15px;
  }
  #guidance .normal {
    margin-bottom: 12px;
    color: #5A5A5A;
  }
  #guidance .normal .item,
  #guidance .wing .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #guidance .wing {
     color: #2771c3;
  }
  #guidance .normal h5,
  #guidance .wing   h5 {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 8px;
  }
  #guidance .normal dl,
  #guidance .wing dl {
    text-align: center;
  }
  #guidance .normal dl.total,
  #guidance .wing dl.total {
    text-align: center;
  }
  #guidance .normal dt,
  #guidance .wing dt {
    font-size: 0.9rem;
  }
  #guidance .normal dd,
  #guidance .wing dd {
    font-size: 1.3rem;
  }
  #guidance .normal dd .unit,
  #guidance .wing dd .unit {
    font-size: 0.9rem;
  }
  #guidance .normal .arrow,
  #guidance .wing   .arrow{
    margin: 0 10px;
  }
  #guidance .number3 .item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #guidance .number3   .arrow {
      margin: 0 13px;
  }
  #guidance .number3 .item  dl {
    text-align: center;
    color: #FFFFFF;
    padding: 8px 20px;
    border-radius: 10px;
  }
  #guidance .number3 .item  dt {
    font-size: 0.9rem;
  }
  #guidance .number3 .item  dd {
    font-size: 1.7rem;
    line-height: 1;
  }
  #guidance .number3 .item  dd .unit {
    font-size: 1.2rem;
    font-weight: normal;
  }
  #guidance #class_time {
    background: #2771c3;
  }
  #guidance #qa_time {
    background: #238887;
  }
  #guidance .number3 .note {
    text-align: center;
    margin-top: 15px;
    font-size: 0.9rem;
  }
  #guidance .number4 .arrow {
      margin: 8px auto 10px;
      text-align: center;
      line-height: 1;
      height: 9px;
      line-height: 9px;
  }
  #guidance #past_education,
  #guidance #future_education {
    font-size: 0.9rem;
  }
  #guidance #past_education dt,
  #guidance #future_education dt{
    color: #FFFFFF;
    display: inline-block;
    padding: 6px 10px;
    margin-bottom: 10px;
  } 
  #guidance #past_education dt {
    background: #238887;
  }
  #guidance #past_education dd {
    color: #238887;
  }
  #guidance #future_education dt {
    background: #D52A2A;
  }
  #guidance #future_education dd {
    color: #D52A2A;
  }
  #results {
    padding: 125px 0 80px;
    background: url(../img/gokaku_back.jpg) no-repeat;
    background-position: top center;
  }
  #results h2 {
    font-size: 3.1rem;
    margin-bottom: 80px;
    color: #333333;
  }
  #results .data_area {
    display: flex;
    justify-content: space-between;
  }
  #results .data_area .data {
    width: 321px;
    border: 2px solid #fae5e6;
    background: rgba(255,255,255, 0.8);
    padding: 40px 10px 40px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  #results .data_area .data h3 {
    width: 1em;
    font-weight: normal;
    font-size: 2.7rem;
    text-align: center;
    color: #ff8387;
    margin-right: 12px;
    line-height: 1;
  }
  #results .data_area .data li {
    margin-top: 10px;
  }
  #results .data_area .data li:nth-of-type(1) {
    margin-top: 0;
  }
  #results .data_area .data li:last-child {
    margin-left: 14px;
  }
  #experience {
    padding: 90px 0 85px;
    background: url(../img/taiken_back.jpg) no-repeat;
    background-position: top center;
    color: #000000;
  }
  #experience h2 {
    font-size: 3.1rem;
    margin-bottom: 40px;
    color: #333333;
  }
  #experience .link {
    display: flex;
    justify-content: center;
  }
  #experience .link a {
    text-decoration: underline;
    color: #333333;
    font-size: 1.2rem;
    padding: 0 30px;
    border-right: 1px solid #cccccc;
  }
  #experience .link a:hover {
    text-decoration: none;
  }
  #experience .link li:nth-of-type(1) a{
    border-left: 1px solid #cccccc;
  }
  #experience h3 {
    text-align: center;
    margin: 30px auto 15px;
    font-size: 2.4rem;
    color: #333333
  }
  #experience .contents {
    padding: 0;
  }
  #experience .data_area {
    margin-top: 10px;
    padding: 6px 13px 0;
    background: #FFFFFF;
  }
  #experience .data_area h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.47rem;
    padding-bottom: 6px
  }
  #experience .data_area .icon {
    margin-right: 10px;
  }
  #experience .data_area .voice_area {
    display: none;
  }
  #experience .data_area dl {
    border-bottom: 1px dashed #676565;
    padding: 25px 20px 30px 20px;
    font-size: 1.1rem;
    line-height: 1.8;
  }
  #experience .open h4 {
    border-bottom: 1px solid #eaeaea;
  }
  #experience .open {
    padding-bottom: 30px;
  }
  #experience .data_area dt {
    color: #FD7474;
    font-size: 1.3rem;
  }
  #middle_experience .data_area {
    border: 4px solid #e0ecd4;
  }
  #middle_experience h4 {
    background: url(../img/taiken_open01.png) no-repeat;
    background-position: right center;
    cursor: pointer;
  }
  #middle_experience .open h4 {
    background: url(../img/taiken_close01.png) no-repeat;
    background-position: right center;
  }
  #high_experience .data_area {
    border: 4px solid #fcedc2;
  }
  #high_experience h4 {
    background: url(../img/taiken_open02.png) no-repeat;
    background-position: right center;
    cursor: pointer;
  }
  #high_experience .open h4 {
    background: url(../img/taiken_close02.png) no-repeat;
    background-position: right center;
  }
  #university_experience .data_area {
    border: 4px solid #feedf3;
  }
  #university_experience h4 {
    background: url(../img/taiken_open03.png) no-repeat;
    background-position: right center;
    cursor: pointer;
  }
  #university_experience .open h4 {
    background: url(../img/taiken_close03.png) no-repeat;
    background-position: right center;
  }
  #middle_experience ,
  #high_experience ,
  #university_experience {
    margin-top: 15px;
  }
  #small_group {
    padding: 95px 0 130px;
    background:url(../img/teiin_back.jpg) no-repeat;
    background-position: top center;
    color: #333333;
  }
  #small_group h2 {
    font-size: 3.07rem;
    color: #206a69;
    margin-bottom: 100px;
  }
  #small_group .data_area {
    display: flex;
    align-items: center;
  }
  #small_group .image {
    width: 494px;
    flex-shrink:0;
    margin-right: 35px;
  }
  #small_group .data h3 {
    font-size: 1.73rem;
    margin-bottom: 15px;
  }
  #small_group .data .txt {
    line-height: 1.9;
  }
  #environment {
    padding: 70px 0 130px;
    background:url(../img/kankyo_back-rp.jpg) repeat;
    background-position: top center;
    color: #333333;
  }
  #environment  h2 {
    font-size: 3.07rem;
    margin-bottom: 50px;
  }
  #environment .txt {
    margin-bottom: 55px;
    font-size: 1.07rem;
    line-height: 2;
    text-align: center;
  }
  #price {
    padding: 75px 0 60px;
    background:url(../img/ryokin_back.jpg) no-repeat;
    background-position: top center;
    color: #333333;
  }
  #price h2 {
    font-size: 3.07rem;
    margin-bottom: 45px;
  }
  #price h3 {
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 1.33rem;
  }
  #price .description {
    text-align: center;
    margin-bottom: 115px;
    font-size: 1.07rem;
    line-height: 2;
  }
  #price_area {
    display: flex;
    justify-content: space-between;
  }
  #price_area section {
    position: relative;
    padding: 70px 0 15px;
    border: 1px solid #ebedee;
    border-radius: 4px;
    width: 319px;
  }
  #price01 {
    background:url(../img/ryokin_back01.png) no-repeat;
    background-position: top center;
  }
  #price02 {
    background:url(../img/ryokin_back02.png) no-repeat;
    background-position: top center;
  }
  #price03 {
    background:url(../img/ryokin_back03.png) no-repeat;
    background-position: top center;
  }
  #price_area h4 {
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
  }
  #price_area h5 {
    color: #FFFFFF;
    background: #3aa8a3;
    padding: 6px 0;
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
  #price_area section .icon {
    width: 119px;
    height: 119px;
    position: absolute;
    top: -68px;
    left: 50%;
    margin-left: -59px;
  }
  #price_area .value {
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 1.87rem;
  }
  #price_area .price_value {
    margin-top: 20px;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 1.07rem;
  }
  #price_area .price_value .val {
    font-size: 3.87rem;
    font-weight: bold;
  }
  #price_area .price_value .unit {
    font-weight: bold;
    font-size: 1.07rem;
  }
  #price_area .price_value span {
    line-height: 1;
  }
  #price_area .price_value span.tax {
    font-size: 0.9rem;
  }
  #price_area table {
    width: 100%;
  }
  #price01 table {
    border-bottom: 1px solid #ebebed;
  }
  #price_area th{
    font-size: 1.07rem;
    background: #FFFFFF;
    border-top: 1px solid #ebebed;
    padding: 12px 20px 12px 30px;
  }
  #price_area td {
    font-size: 1.07rem;
    background: #FFFFFF;
    border-top: 1px solid #ebebed;
    padding: 12px 30px 12px 10px;
  }
  #price_area tr:nth-of-type(1) th,
  #price_area tr:nth-of-type(1) td {
    border-top: none;
  }
  #price_area th{
    text-align: left;
  }
  #price_area td {
    text-align: right;
    font-weight: bold;
  }
  #price_area td span.tax {
    font-weight: normal;
    font-size: 12px;
  }
  #price_area th.title {
    background: #f9f9f9;
  }
  #price_area td .txt {
    font-size: 1.07rem;
    line-height: 1;
    font-weight: bold;
  }
  #price_area td .price_num {
    font-size: 2.2rem;
    line-height: 1;
    font-weight: bold;
    margin: 8px 0 6px;
  }
  #price_area td .discount {
    color: #D21313;
    font-weight: bold;
    line-height: 1;
    font-size: 1.2rem;
  }
  #price01 .other {
    padding: 15px 0 0 0;
  }
  #price01 .other .tax{
    font-size: 12px;
  }
  #price01 .other h6 {
    font-size: 1.07rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
  }
  #price01 .other ul,
  #price01 .other .note {
    padding-left: 25px;
  }
  #price01 .other li {
    line-height: 1;
    font-size: 1.07rem;
    margin-bottom: 5px;
  }
  #price .point {
    text-align: center;
    margin-top: 30px;
  }
  #price .point h3 {
    font-weight: bold;
    font-size: 1.33rem;
    margin-bottom: 15px;
    line-height: 1;
  }
  #price .point .txt {
    font-size: 1.07rem;
    line-height: 1;
  }
  #price .point .test {
    margin-top: 25px;
  }
  #access {
    padding: 90px 0 80px;
    background:url(../img/access_back.jpg) no-repeat;
    background-position: top center;
  }
  #access h2 {
    font-size: 3.07rem;
    color: #FFFFFF;
    margin-bottom: 80px;
  }
  #access .data_area {
    margin-top: 35px;
    display: flex;
  }
  #access .data_area h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  #access .data_area p{
    font-size: 1.07rem;
    line-height: 2;
  }
  #access .data_area .address {
    width: 530px;
  }
  #access .data_area .open_time p{
    line-height: 1.2;
    margin-bottom: 20px;
  }
  #access .data_area .close_time p a{
    text-decoration: underline;
  }
  #access .data_area .close_time p a:hover{
    text-decoration: none;
  }
  #schedule {
    border-top: 1px solid #d4d4d4;
    padding: 80px 0;
    color: #333333;
  }
  #schedule h2 {
    font-size: 3.07rem;
    margin-bottom: 35px;
  }
  #schedule section {
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
    font-size: 1.07rem;
  }
  #schedule section h3 {
     margin-right: 10px;
  }
  #gschedule {
    margin-top: 40px;
  }
  #contact {
    border-top: 4px double #0B91D7;
    padding: 70px 0 75px;
  }
  #contact h2 {
    font-size: 3.07rem;
    margin-bottom: 60px;
  }
  #contact .txt {
    text-align: center;
    font-size: 1.07rem;
    line-height: 2;
    margin-bottom: 70px;
  }
  #contact_tel_area {
    width: 650px;
    text-align: center;
    border-radius: 12px;
    background-color: rgba(175, 215, 255, 0.2);
    margin: 0 auto 40px;
    padding: 30px 0 25px;
    position: relative;
  }
  #contact_tel_area h3 {
    width: 650px;
    text-align: center;
    font-size: 1.87rem;
    position: absolute;
    transform: translateY(-50%);
    top: 0;
    left: 0;
  }
  #contact_tel_area .tel_btn {
    font-size: 2.24rem;
    margin-bottom: 5px;
    color: #0b3850;
  }
  #contact_tel_area .time {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  #contact_tel_area .tel_btn span {
    font-size: 3.73rem;
  }
  #contact_form_area h3 {
    margin-bottom: 15px;
    font-size: 1.87rem;
    text-align: center;
  }
  #contact_form_area table {
    width: 100%;
    border-top: 1px solid #707070;
  }
  #contact_form_area th {
    padding: 25px 0;
    vertical-align: middle;
    border-bottom: 1px solid #bfbfbf;
    text-align: left;
    font-weight: normal !important;
    font-size: 1.07rem;
    width: 230px;
  }
  #contact_form_area th div {
    display: flex;
    justify-content: space-between;
  }
  #contact_form_area td {
    padding: 25px 30px;
    font-size: 1.07rem;
    vertical-align: middle;
    border-bottom: 1px solid #bfbfbf;
    text-align: left;
  }
  #contact_form_area .require_icon {
    display: inline-block;
    color: #FFFFFF;
    padding: 2px 4px;
    background: #e10000;
    text-align: center;
    font-weight: bold;
    font-size: 0.87rem;
  }
  #contact_form_area input[type=text],
  #contact_form_area input[type=email],
  #contact_form_area input[type=tel]{
    -webkit-appearance: none;
    border: solid 1px #CCCCCC;
    border-radius: 3px;
    box-shadow: none;
    padding: 10px;
    margin: 0;
    max-width: 100%;
    vertical-align: middle;
    /*width: 300px !important;*/
    font-size: 16px;
    box-sizing: border-box;
    background: #f6f6f6;
  }
  #contact_form_area textarea {
    -webkit-appearance: none;
    border: solid 1px #CCCCCC;
    border-radius: 3px;
    box-shadow: none;
    padding: 10px;
    margin: 0;
    max-width: 100%;
    vertical-align: middle;
    font-size: 16px;
    box-sizing: border-box;
    background: #f6f6f6;
    width: 100% !important;
  }
  #contact_form_area select {
    border: solid 1px #CCCCCC;
    border-radius: 3px;
    box-shadow: none;
    padding: 10px;
    margin: 0px;
    vertical-align: middle;
    font-size: 16px;
    box-sizing: border-box;
    background: #f6f6f6;
  }
  #contact_form_area td li {
    margin-top: 5px;
  }
  #contact_form_area td li:nth-of-type(1){
    margin-top: 0;
  }
  #contact_form_area td .name {
    display: flex;
    align-items: center;
  }
  #contact_form_area td .name:nth-of-type(1){
    margin-bottom: 10px;
  }
  #contact_form_area td .name .title {
    margin-right: 15px;
    width: 70px;
  }
  #contact_form_area .policy_link {
    text-align: center;
    margin-top: 50px;
    font-size: 0.94rem;
    line-height: 2em;
  }
  #contact_form_area .policy_link label{
    font-size: 1.2rem;
  }
  #contact_form_area .policy_link a {
    text-decoration: underline;
    padding:4px 4px;
  }
  #contact_form_area .policy_link a:hover {
    text-decoration: none;
  }
  #submit_btn {
    margin: 40px auto 0;
    display: block;
    text-align: center;
  }
  #submit_btn button {
    display: block;
    background:none;
    box-sizing: border-box;
    background: #0B91D7;
    padding: 15px 40px;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 1.3rem;
    font-weight: bold;
    text-shadow: none;
  }
  #gmap_btn,
  #gschedule_btn {
    display: none;
  }
}