@charset "UTF-8";
/*====================================================================================
1. Common second css
====================================================================================*/
.ttl_page {
  position: relative; }
  .ttl_page .container {
    text-align: center;
    padding: 80px 0; }
    .ttl_page .container h1 {
      font-size: 33px;
      font-family: "Noto Serif JP", "Noto Serif", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      color: #fff;
      padding-bottom: 30px;
      background: url("../common_img/bg_h1.png") no-repeat bottom center;
      line-height: 1.8; }

.breadcrumb {
  margin: 15px 0 70px; }
  .breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .breadcrumb ul li {
      font-family: FontAwesome;
      font-size: 14px;
      margin-right: 10px;
      font-weight: bold;
      position: relative;
      padding-left: 15px; }
      .breadcrumb ul li:first-child {
        font-family: "Josefin Sans", sans-serif;
        font-size: 16px;
        letter-spacing: 1px;
        text-align: left;
        padding-left: 0;
        font-weight: normal; }
        .breadcrumb ul li:first-child:before {
          display: none; }
      .breadcrumb ul li:before {
        content: "\f105";
        color: #bb9457;
        margin-right: 6px;
        position: absolute;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%; }
      .breadcrumb ul li a {
        text-decoration: none;
        padding-bottom: 3px;
        color: #592221; }
        .breadcrumb ul li a:hover {
          opacity: 0.7;
          text-decoration: none; }

#main {
  margin-bottom: 70px; }

/*====================================================================================
2. NEWS PAGE
====================================================================================*/
.news_page .ttl_page {
  background: url("../news/images/bg_ttlpage.jpg") no-repeat top center;
  background-size: cover; }
.news_page #main .sec_news:nth-child(even) {
  background: #efebe6; }

/*====================================================================================
3. CONTACT PAGE
====================================================================================*/
.contact_page .ttl_page, .form_page .ttl_page {
  background: url("../contact/images/bg_ttlpage.jpg") no-repeat top center;
  background-size: cover; }

#pp {
  padding: 70px 0;
  margin-top: 80px; }
  #pp .box_pp {
    background: #fff;
    padding: 4%;
    margin-top: 40px; }
    #pp .box_pp h3 {
      font-size: 18px;
      font-weight: bold;
      margin: 30px 0 10px; }
      #pp .box_pp h3:first-child {
        margin-top: 0; }
      @media only screen and (max-width: 767px) {
        #pp .box_pp h3 {
          font-size: 16px;
          margin: 20px 0 5px; } }

.text_indent li {
  text-indent: -27px;
  margin-left: 27px; }

.list_style {
  margin-top: 30px; }
  .list_style li {
    position: relative;
    padding-left: 17px; }
    .list_style li:after {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 50%;
      top: 10px;
      left: 0;
      background: #bb9457; }

.form_content {
  margin-top: 30px; }
  .form_content dl {
    border-top: 1px solid #592221;
    padding: 5px 0px;
    display: flex;
    width: 100%; }
    .form_content dl:last-child {
      border-bottom: 1px solid #592221; }
    .form_content dl dt {
      width: 350px;
      border-radius: 20px;
      font-weight: bold;
      position: relative;
      display: flex;
      align-items: center;
      padding: 20px 100px 20px 30px; }
      .form_content dl dt span {
        position: absolute;
        display: inline-block;
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
        width: 60px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        line-height: 1;
        padding: 5px 10px 8px;
        border-radius: 30px;
        box-sizing: border-box; }
        @media only screen and (max-width: 767px) {
        .form_content dl dt {
          display: block;
          }
          .form_content dl dt span {
            transform: none;
            position: unset;
            display: block; } }
      .form_content dl dt span.hissu {
        background: #bb9457; }
      .form_content dl dt span.ninni {
        background: #16267b; }
    .form_content dl dd {
      width: 840px;
      position: relative;
      padding: 20px 30px; }
      .form_content dl dd .list_radio {
        display: flex;
        flex-wrap: wrap; }
        .form_content dl dd .list_radio li {
          margin-right: 60px; }
          .form_content dl dd .list_radio li:last-child {
            margin-right: 0; }

/*====================================================================================
4. curriculum PAGE
====================================================================================*/
.curriculum_page .ttl_page {
  background: url("../curriculum/images/bg_ttlpage.jpg") no-repeat top center;
  background-size: cover; }

.box_curriculum {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(151, 151, 151, 0.3);
  padding: 20px;
  border-radius: 0 50px 0 50px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 60px; }
  .box_curriculum:last-child {
    margin-bottom: 0; }
  .box_curriculum:after {
    position: absolute;
    content: "";
    background: url("../curriculum/images/leaf_top.jpg") no-repeat top right;
    background-size: 100%;
    width: 72px;
    height: 118px;
    top: 5px;
    right: 0; }
  .box_curriculum:before {
    position: absolute;
    content: "";
    background: url("../curriculum/images/leaf_bottom.jpg") no-repeat bottom left;
    background-size: 100%;
    width: 71px;
    height: 105px;
    bottom: 5px;
    left: 0; }
  .box_curriculum .inner_box {
    border: 1px solid #bb9457;
    padding: 50px; }
  .box_curriculum .box_gray {
    padding: 30px 60px;
    margin-top: 30px;
    box-sizing: border-box; }

.style_list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .style_list01 li {
    background: #592221;
    color: #fff;
    text-align: center;
    min-width: 100px;
    margin: 0 1% 2%;
    border-radius: 20px;
    font-size: 14px;
    font-weight: normal; }

.style_sub01 {
  background: url("../curriculum/images/icon_hand.png") no-repeat top left;
  font-size: 22px;
  padding-left: 40px;
  margin-top: 10px;
  margin-left: -30px; }
  .style_sub01.no_icon {
    background: none;
    padding-left: 0;
    margin-left: 0;
    text-align: center; }
  .style_sub01.calender {
    background: url("../curriculum/images/icon_calender.png") no-repeat top left;
  }
  .style_sub01.movie {
    background: url("../curriculum/images/icon_movie.png") no-repeat center left;
  }

.style_sub02 {
  font-size: 20px;
  color: #bb9457;
  font-family: "Noto Serif JP", "Noto Serif", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  border-bottom: 1px solid #592221;
  padding-bottom: 5px;
  margin-bottom: 10px; }

.list_box01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .list_box01 .style_box01 {
    width: 47%;
    margin-top: 20px; }

.style_list_dot dl {
  position: relative;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 5px; }
  .style_list_dot dl:after {
    position: absolute;
    width: 100%;
    content: "";
    border-bottom: 2px dotted #592221;
    left: 0;
    bottom: 7px;
    z-index: 1; }
  .style_list_dot dl dt, .style_list_dot dl dd {
    position: relative;
    background: #efebe6;
    z-index: 2; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .style_list_dot dl dd {
      display: ruby-base-container; } }
.style_spot {
  background-color: #fff;
  border: 1px solid #000;
  margin-top: 20px;
  padding: 10px;
  border-radius: 10px;
}
/*====================================================================================
5. faq PAGE
====================================================================================*/
.faq_page .ttl_page {
  background: url("../faq/images/bg_ttlpage.jpg") no-repeat top center;
  background-size: cover; }
  
    .faq_page .tab.anchor_link li,.curriculum_page  .tab.anchor_link li {
      width: 48%;
      margin: 1%;
    }

.acc-dl {
  width: 100%;
  margin-bottom: 50px;}
  .acc-dl .cont_Q span, .acc-dl .cont_A span {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 50px; }
    .acc-dl .cont_Q span:after, .acc-dl .cont_A span:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      font-size: 16px;
      font-family: "Josefin Sans", sans-serif;
      font-weight: normal;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center; }
  .acc-dl .cont_Q {
    display: block;
    counter-increment: number 1;
    background: #fff;
    text-align: left;
    position: relative;
    border: 1px solid #592221;
    border-radius: 30px 0 30px 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Noto Serif JP", "Noto Serif", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-top: 40px; }
    .acc-dl .cont_Q:first-child {
      margin-top: 0; }
    .acc-dl .cont_Q span:after {
      background: #bb9457; }
    .acc-dl .cont_Q span:after {
      content: "Q" counter(number) " "; }
  .acc-dl .cont_A {
    position: relative;
    border-radius: 10px;
    text-align: left;
    padding: 15px 20px; }
    .acc-dl .cont_A span:after {
      background: #592221;
      content: "A"; }

/*====================================================================================
6. voice PAGE
====================================================================================*/
.voice_page .ttl_page {
  background: url("../voice/images/bg_ttlpage.jpg") no-repeat top center;
  background-size: cover; }

.tab {
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 4%; }
  .tab li {
    outline: none;
    width: 20%;
    margin: 0 3%;
    cursor: pointer; }
    .tab li a {
      position: relative;
      display: inline-block;
      width: 100%;
      padding: 10px 20px;
      background: #bb9457;
      color: #fff;
      font-size: 14px;
      text-align: center;
      text-decoration: none;
      border-radius: 30px; }
      .tab li a:after {
        position: absolute;
        content: "\f107";
        font-family: FontAwesome;
        color: #fff;
        font-size: 20px;
        right: 20px;
        text-align: center;
        bottom: 0;
        line-height: 45px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s; }
      .tab li a:hover {
        background: #592221;
        -webkit-transition: all linear 0.3s;
        -o-transition: all linear 0.3s;
        transition: all linear 0.3s; }
    .tab li.active a {
      background: #592221;
      -webkit-transition: all linear 0.3s;
      -o-transition: all linear 0.3s;
      transition: all linear 0.3s; }
  .tab.anchor_link {
    flex-wrap: wrap; }
    .tab.anchor_link li {
      width: auto;
      margin: 0 1%; }
      .tab.anchor_link li a {
        padding: 10px 40px; }

.tab_item {
  display: none; }

.sttyle_ttl02 {
  background: #efebe6;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 30px 0 30px 0;
  font-family: "Noto Serif JP", "Noto Serif", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  .sttyle_ttl02 span {
    font-size: 22px; }
  .sttyle_ttl02.ttl02_bgttl03 {
    background: url("../images/bg_ttl03.png") no-repeat bottom center;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px; }

.style_ttl03 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px solid #592221;
  padding: 15px 0;
  margin-bottom: 30px; }

.btn_right {
  display: flex;
  justify-content: flex-end; }

.voice_list {
  margin-bottom: 5%; }
  .voice_list .img_voice {
    float: left;
    width: 33%;
    margin-right: 4%; }
    .voice_list .img_voice img {
      width: 100%; }
  .voice_list .txt_voice {
    overflow: hidden; }
    .voice_list .txt_voice .style_btn01 {
      padding: 10px 20px; }
    .voice_list .txt_voice .time {
      font-size: 16px;
      color: #bb9457; }
        .voice_list .txt_voice .time span {
        font-family: "Josefin Sans", sans-serif; }

.btn_pager {
  position: relative; }
  .btn_pager ul {
    width: 100%;
    display: flex;
    justify-content: space-between; }
  .btn_pager .btn_backlist {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0; }
    .btn_pager .btn_backlist a {
      padding: 11px 20px; }

/*====================================================================================
7. voice detail PAGE
====================================================================================*/
.voice_detail .head_infor {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%; }
  .voice_detail .head_infor .img_infor {
    width: 48%; }
    .voice_detail .head_infor .img_infor img {
      width: 100%; }
  .voice_detail .head_infor .txt_infor {
    width: 48%; }
    .voice_detail .head_infor .txt_infor .time {
      font-size: 16px;
      color: #bb9457;}
    .voice_detail .head_infor .txt_infor .time span {
      font-family: "Josefin Sans", sans-serif;}
    .voice_detail .head_infor .txt_infor .sttyle_ttl02 span {
      display: block; }
.voice_detail .style_ttl03 {
  margin-top: 40px;
  font-family: "Noto Serif JP", "Noto Serif", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold; }

/*====================================================================================
8. certified PAGE
====================================================================================*/
.certified_page .ttl_page {
  background: url("../certified/images/bg_ttlpage.jpg") no-repeat top center;
  background-size: cover; }

.box_certified {
  position: relative;
  border-top: 1px solid #592221;
  margin-top: 40px;
  padding: 35px 0; }
  .box_certified:after {
    position: absolute;
    content: "";
    background: #592221;
    width: 100%;
    height: 1px;
    top: 4px;
    left: 0; }
  .box_certified:last-child {
    border-bottom: 1px solid #592221; }
    .box_certified:last-child:before {
      position: absolute;
      content: "";
      background: #592221;
      width: 100%;
      height: 1px;
      bottom: 4px;
      left: 0; }
  .box_certified .img_box {
    float: right;
    width: 33%;
    margin-left: 4%; }
    .box_certified .img_box img {
      width: 100%; }
  .box_certified .txt_box {
    overflow: hidden; }
    .box_certified .txt_box .ttl {
      font-family: "Noto Serif JP", "Noto Serif", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 20px;
      margin-bottom: 15px; }
    .box_certified .txt_box .box_gray {
      padding: 2% 4%;
      margin: 15px 0;
      border-radius: 10px; }

.style_list02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .style_list02 li {
    width: 48%; }

/*====================================================================================
9. FORM PAGE
====================================================================================*/
.banner_form {
  width: 1000px;
  background: #efebe6;
  padding: 15px;
  margin: 0 auto 70px; }
  .banner_form .inner_banner {
    position: relative;
    border: 1px solid #bb9457;
    text-align: center;
    padding: 30px; }
    .banner_form .inner_banner:after, .banner_form .inner_banner:before {
      position: absolute;
      content: "";
      background: url("../form/images/bg_banner.png") no-repeat;
      background-size: 100%;
      width: 42px;
      height: 42px; }
    .banner_form .inner_banner:after {
      top: -1px;
      left: -1px; }
    .banner_form .inner_banner:before {
      bottom: -1px;
      right: -1px; }
  @media only screen and (max-width: 767px) {
    .banner_form {
      width: 100%;
      padding: 10px;
      margin: 0 auto 10%; }
      .banner_form .inner_banner {
        padding: 20px; }
        .banner_form .inner_banner:after, .banner_form .inner_banner:before {
          width: 30px;
          height: 30px; } }

.select_date {
  display: flex;
  align-items: center;
  margin-top: 15px; }
  .select_date li {
    margin-left: 20px; }
    .select_date li:first-child {
      margin-left: 0; }
    .select_date li:nth-child(2) {
      width: 40%; }
    .select_date li:nth-child(3) {
      width: 35%; }
      .select_date li:nth-child(3) select {
        width: 100%; }
  @media only screen and (max-width: 480px) {
    .select_date {
      flex-wrap: wrap;
      justify-content: space-between; }
      .select_date li {
        width: 48% !important;
        margin-left: auto; }
        .select_date li:first-child {
          width: 100% !important; } }

/*====================================================================================
10. FLOW PAGE
====================================================================================*/
.flow_page .ttl_page {
  background: url("../flow/images/bg_ttlpage.jpg") no-repeat top center;
  background-size: cover; }

.sec_step {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  z-index: 3; }
  .sec_step .img_step {
    width: 35%; }
    .sec_step .img_step img {
      width: 100%; }
  .sec_step .txt_step {
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 60%;
    margin-left: 5%; }
    .sec_step .txt_step .inner {
      max-width: 800px; }
  @media only screen and (max-width: 767px) {
    .sec_step .img_step {
      width: 100%; }
    .sec_step .txt_step {
      width: 100%;
      margin-left: 0; }
      .sec_step .txt_step .inner {
        max-width: 100%;
        padding: 0 2%; } }

.list_step .cont_step {
  padding: 20px 0 50px;
  border-bottom: 1px solid #592221; }
  .list_step .cont_step:last-child {
    border-bottom: none; }
  .list_step .cont_step .ttl_step {
    min-height: 80px;
    display: flex;
    align-items: center; }
    .list_step .cont_step .ttl_step .num {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      align-content: center;
      background: url("../flow/images/bg_step.png") no-repeat;
      background-size: 100%;
      width: 74px;
      height: 80px;
      color: #bb9457;
      font-family: "Josefin Sans", sans-serif;
      font-size: 16px;
      font-weight: 300;
      text-align: center; }
      .list_step .cont_step .ttl_step .num span {
        display: block;
        width: 100%;
        font-weight: 500;
        font-size: 35px;
        line-height: normal; }
    .list_step .cont_step .ttl_step dd {
      font-size: 22px;
      font-weight: bold;
      padding: 20px 0 20px 20px; }
  .list_step .cont_step .infor_step {
    padding-left: 94px; }
  @media only screen and (max-width: 767px) {
    .list_step .cont_step {
      padding: 20px 0; }
      .list_step .cont_step .ttl_step .num {
        width: 55px;
        height: 59px;
        font-size: 14px; }
        .list_step .cont_step .ttl_step .num span {
          font-size: 24px; }
      .list_step .cont_step .ttl_step dd {
        width: calc(100% - 55px);
        font-size: 18px;
        padding: 0 0 0 10px; } }
    @media only screen and (max-width: 767px) and (max-width: 480px) {
      .list_step .cont_step .ttl_step dd {
        font-size: 16px; } }
  @media only screen and (max-width: 767px) {
      .list_step .cont_step .infor_step {
        padding-left: 65px; } }

.list_btn {
  display: flex;
  flex-wrap: wrap; }
  .list_btn li {
    margin-left: 20px; }
    .list_btn li a {
      margin-top: 30px; }
    .list_btn li:first-child {
      margin-left: 0; }
    @media only screen and (max-width: 480px) {
      .list_btn li {
        margin-left: 0; }
        .list_btn li a {
          margin-top: 10px; } }

.style_box02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  .style_box02 .txt_box02 {
    width: 60%; }
  .style_box02 .img_box02 {
    width: 36%; }
    .style_box02 .img_box02 img {
      width: 100%; }
  @media only screen and (max-width: 767px) {
    .style_box02 .txt_box02, .style_box02 .img_box02 {
      width: 100%; }
    .style_box02 .img_box02 {
      margin-top: 10px; } }

.style_box03 {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(151, 151, 151, 0.3);
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 60px; }
  .style_box03:last-child {
    margin-bottom: 0; }
  .style_box03:after {
    position: absolute;
    content: "";
    background: url("../flow/images/leaf_top.jpg") no-repeat top right;
    background-size: 100%;
    width: 37px;
    height: 97px;
    top: 5px;
    right: 4px; }
  .style_box03:before {
    position: absolute;
    content: "";
    background: url("../flow/images/leaf_bottom.jpg") no-repeat bottom left;
    background-size: 100%;
    width: 28px;
    height: 83px;
    bottom: 5px;
    left: -1px; }
  .style_box03 .inner_box {
    border: 1px solid #bb9457;
    padding: 50px 50px 20px; }
    .style_box03 .inner_box .style_list01 li {
      width: 23%;
      padding: 5px 0; }
  .style_box03.bg_efebe6:after {
    background: url("../reason/images/leaf_top.jpg") no-repeat top right;
    background-size: 100%; }
  .style_box03.bg_efebe6:before {
    background: url("../reason/images/leaf_bottom.jpg") no-repeat bottom left;
    background-size: 100%; }
  .style_box03.bg_efebe6 .inner_box .style_sub01 {
    margin-top: -72px; }
    .style_box03.bg_efebe6 .inner_box .style_sub01 span {
      display: inline-block;
      background: #efebe6;
      padding: 0 10px; }
  .style_box03.bg_efebe6 .inner_box .bg_fff {
    padding: 10px 40px;
    margin-top: 20px; }
    .style_box03.bg_efebe6 .inner_box .bg_fff .style_sub04 {
      padding-left: 10px; }
  @media only screen and (max-width: 767px) {
    .style_box03 {
      padding: 14px;
      margin-bottom: 10%; }
      .style_box03:after {
        width: 25px;
        height: 65px;
        right: 3px; }
      .style_box03::before {
        width: 18px;
        height: 60px;
        left: 1px; }
      .style_box03 .inner_box {
        padding: 25px; }
        .style_box03 .inner_box .style_list01 li {
          width: 48%; } }
      @media only screen and (max-width: 767px) and (max-width: 480px) {
        .style_box03 .inner_box .style_list01 li {
          width: 100%; } }
  @media only screen and (max-width: 767px) {
      .style_box03.bg_efebe6 .inner_box .style_sub01 {
        margin-top: -40px; }
      .style_box03.bg_efebe6 .inner_box .bg_fff {
        padding: 10px; } }

.style_sub03 {
  position: relative;
  margin: 20px 0 15px;
  text-align: center; }
  .style_sub03:after {
    position: absolute;
    content: "";
    background: #592221;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    z-index: 1; }
  .style_sub03 span {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    font-size: 16px;
    z-index: 3; }
    @media only screen and (max-width: 480px) {
      .style_sub03 span {
        font-size: 15px; } }

.list_banner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 80px; }
  .list_banner li {
    position: relative;
    width: 46%;
    margin: 2%;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s; }
    .list_banner li:hover {
      box-shadow: 0 0 10px #592221;
      -webkit-transition: all linear 0.3s;
      -o-transition: all linear 0.3s;
      transition: all linear 0.3s; }
    .list_banner li figure img {
      width: 100%; }
    .list_banner li .txt_banner {
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 50px;
      box-sizing: border-box; }
      .list_banner li .txt_banner p {
        font-size: 20px;
        font-weight: bold; }
      .list_banner li .txt_banner .arrow_btn {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%); }
    @media only screen and (max-width: 767px) {
      .list_banner li {
        width: 100%; }
        .list_banner li .txt_banner p {
          font-size: 18px; } }

/*====================================================================================
11. reason PAGE
====================================================================================*/
.reason_page .ttl_page {
  background: url("../reason/images/bg_ttlpage.jpg") no-repeat top center;
  background-size: cover; }
.reason_page #reason_02 {
  margin-top: 70px; }
  @media only screen and (max-width: 767px) {
    .reason_page #reason_02 {
      margin-top: 10%; } }

.list_box04 .style_box04 {
  margin-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .list_box04 .style_box04 {
      margin-bottom: 10%; } }
  .list_box04 .style_box04:nth-child(even) {
    flex-direction: row-reverse; }
    .list_box04 .style_box04:nth-child(even) .txt_box04 {
      margin-right: 0;
      margin-left: 4%; }

.style_box04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .style_box04 .txt_box04 {
    width: 54%;
    margin-right: 4%; }
    .style_box04 .txt_box04 .style_ttl02 {
      background: url("../images/bg_ttl03.png") no-repeat bottom left;
      text-align: left; }
  .style_box04 .img_box04 {
    width: 42%; }
    .style_box04 .img_box04 img {
      width: 100%; }
  @media only screen and (max-width: 767px) {
    .style_box04 .txt_box04 {
      width: 100% !important;
      margin: 0 !important; }
    .style_box04 .img_box04 {
      width: 100% !important;
      margin-top: 10px; } }

.text_indent01 li {
  text-indent: -18px;
  margin-left: 18px;
  font-weight: bold;
  font-size: 16px; }
  @media only screen and (max-width: 767px) {
    .text_indent01 li {
      font-size: 14px; } }

.text_indent02 li {
  text-indent: -16px;
  margin-left: 16px; }

.style_sub04 {
  font-size: 16px;
  color: #bb9457; }
  @media only screen and (max-width: 767px) {
    .style_sub04 {
      font-size: 14px; } }

.style_box05 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .style_box05 > li {
    border: 1px solid #bb9457;
    padding: 30px 40px;
    width: 48%; }
    .style_box05 > li .ttl_box05 {
      background: url("../reason/images/bg_sub.png") no-repeat bottom center;
      text-align: center;
      font-size: 22px;
      font-weight: bold;
      padding-bottom: 30px;
      margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .style_box05 > li {
        width: 100%;
        padding: 20px 10px;
        margin-bottom: 10px; }
        .style_box05 > li .ttl_box05 {
          font-size: 18px; } }
    @media only screen and (max-width: 480px) {
      .style_box05 > li .ttl_box05 {
        font-size: 16px; } }

.list_reason {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .list_reason li {
    position: relative;
    width: 22%;
    margin: 2%;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s; }
    .list_reason li:hover {
      transform: scale(1.1); }
    .list_reason li figure img {
      width: 100%; }
    .list_reason li .text_reason {
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      padding: 60px 20px 20px;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      box-sizing: border-box; }
      .list_reason li .text_reason .ttl_reason {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        text-align: center; }
        .list_reason li .text_reason .ttl_reason span {
          display: block;
          width: 100%;
          font-size: 25px;
          font-family: "Josefin Sans", sans-serif;
          font-weight: normal;
          line-height: normal; }
    .list_reason li .arrow_btn {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -10px; }
    @media only screen and (max-width: 767px) {
      .list_reason li {
        width: 46%; }
        .list_reason li .text_reason {
          padding: 30% 2% 20px; } }
    @media only screen and (max-width: 480px) {
      .list_reason li {
        width: 48%;
        margin: 2% 1%; }
        .list_reason li .text_reason {
          padding: 20% 2% 20px; }
          .list_reason li .text_reason .ttl_reason {
            font-size: 14px; }
            .list_reason li .text_reason .ttl_reason span {
              font-size: 20px; } }
    @media only screen and (max-width: 320px) {
      .list_reason li .text_reason .ttl_reason {
        font-size: 12px; }
        .list_reason li .text_reason .ttl_reason span {
          font-size: 18px; } }

.list_infor .infor_reason {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0 60px;
  z-index: 3;
  margin-top: 60px; }
  .list_infor .infor_reason:after {
    position: absolute;
    content: "";
    background: #efebe6;
    top: 0;
    left: -50%;
    width: 130%;
    height: 100%;
    z-index: -1; }
  .list_infor .infor_reason .txt_infor {
    width: 52%;
    margin-right: 3%; }
    .list_infor .infor_reason .txt_infor .ttl_infor {
      position: relative;
      padding-right: 170px;
      margin-bottom: 15px; }
      .list_infor .infor_reason .txt_infor .ttl_infor .number {
        position: absolute;
        top: -10px;
        right: 0;
        font-size: 125px;
        font-family: "Josefin Sans", sans-serif;
        color: rgba(89, 34, 33, 0.2);
        font-weight: 500;
        line-height: normal; }
      .list_infor .infor_reason .txt_infor .ttl_infor h3 {
        font-size: 25px;
        margin-bottom: 10px; }
      .list_infor .infor_reason .txt_infor .ttl_infor h4 {
        font-size: 16px;
        color: #bb9457; }
    .list_infor .infor_reason .txt_infor .profile {
      margin-top: 20px; }
      .list_infor .infor_reason .txt_infor .profile .ttl {
        background: #592221;
        border-radius: 3px;
        color: #fff;
        font-size: 16px;
        padding: 2px 20px;
        margin-bottom: 10px; }
      .list_infor .infor_reason .txt_infor .profile .name {
        display: flex;
        align-items: center; }
        .list_infor .infor_reason .txt_infor .profile .name dt {
          font-size: 25px;
          font-weight: 500;
          padding-right: 20px; }
        .list_infor .infor_reason .txt_infor .profile .name dd {
          font-size: 16px;
          font-family: "Josefin Sans", sans-serif;
          color: #bb9457; }
  .list_infor .infor_reason .img_infor {
    width: 45%;
    margin-top: 30px; }
    .list_infor .infor_reason .img_infor img {
      width: 100%; }
  .list_infor .infor_reason:nth-child(even) {
    flex-direction: row-reverse; }
    .list_infor .infor_reason:nth-child(even):after {
      left: auto;
      right: -50%; }
    .list_infor .infor_reason:nth-child(even) .txt_infor {
      margin-right: 0;
      margin-left: 3%; }
  @media only screen and (max-width: 767px) {
    .list_infor .infor_reason {
      padding: 5% 0;
      margin-top: 10%; }
      .list_infor .infor_reason .txt_infor {
        width: 100%;
        margin: 0 !important; }
        .list_infor .infor_reason .txt_infor .ttl_infor {
          padding-right: 22%; }
          .list_infor .infor_reason .txt_infor .ttl_infor .number {
            font-size: 15vw; }
          .list_infor .infor_reason .txt_infor .ttl_infor h3 {
            font-size: 20px; }
          .list_infor .infor_reason .txt_infor .ttl_infor h4 {
            font-size: 14px; }
      .list_infor .infor_reason .img_infor {
        width: 100%;
        margin-top: 10px; } }
  @media only screen and (max-width: 480px) {
    .list_infor .infor_reason .txt_infor .ttl_infor h3 {
      font-size: 18px; }
    .list_infor .infor_reason .txt_infor .profile .ttl {
      font-size: 14px; }
    .list_infor .infor_reason .txt_infor .profile .name dt {
      font-size: 18px;
      padding-right: 10px; }
    .list_infor .infor_reason .txt_infor .profile .name dd {
      font-size: 14px; } }

/*====================================================================================
12. about PAGE
====================================================================================*/
.about_page .ttl_page {
  background: url("../about/images/bg_ttlpage.jpg") no-repeat top center;
  background-size: cover; }
.about_page #about_01 .txt_box04 {
  width: 61%; }
  .about_page #about_01 .txt_box04 .sec01_txt02 {
    text-align: right;
    margin-top: 8%; }
  @media only screen and (max-width: 767px) {
    .about_page #about_01 .txt_box04 .sec01_txt02 {
      margin-top: 10px; }
      .about_page #about_01 .txt_box04 .sec01_txt02 img {
        width: 250px; } }
.about_page #about_01 .img_box04 {
  width: 35%; }
.about_page .box_fff {
  background: #fff;
  padding: 30px 70px 0; }
  @media only screen and (max-width: 767px) {
    .about_page .box_fff {
      padding: 2% 4%; } }
.about_page .banner {
  position: relative;
  background: url("../about/images/banner_bg.jpg") no-repeat;
  background-size: cover;
  padding: 10px;
  margin-top: 80px;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s; }
  .about_page .banner:hover {
    box-shadow: 0 0 10px #eb6446;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s; }
  .about_page .banner:after {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    background: #eb6446;
    border-radius: 50%;
    color: #fff;
    width: 22px;
    height: 22px;
    bottom: 25px;
    right: 25px; }
  .about_page .banner .inner_banner {
    border: 2px solid #fff;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .about_page .banner .inner_banner .img_banner {
      margin-right: 30px; }
    .about_page .banner .inner_banner .txt_banner {
      color: #eb6446;
      font-size: 20px;
      font-weight: 500;
      line-height: normal; }
      .about_page .banner .inner_banner .txt_banner span {
        display: block;
        font-size: 54px;
        font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .about_page .banner {
      background: url("../about/images/sp_banner_bg.jpg") no-repeat center;
      background-size: cover;
      margin-top: 10%;
      padding: 5px; }
      .about_page .banner:after {
        right: 10px;
        bottom: 10px; }
      .about_page .banner .inner_banner {
        padding: 4% 2%; }
        .about_page .banner .inner_banner .img_banner {
          margin-right: 10px; }
          .about_page .banner .inner_banner .img_banner img {
            width: 60px; }
        .about_page .banner .inner_banner .txt_banner {
          font-size: 14px; }
          .about_page .banner .inner_banner .txt_banner span {
            font-size: 28px; } }
  @media only screen and (max-width: 375px) {
    .about_page .banner .inner_banner .txt_banner span {
      font-size: 24px; } }

.style_table01 {
  width: 100%; }
  .style_table01 th, .style_table01 td {
    vertical-align: middle;
    padding: 20px;
    border-bottom: 1px dotted #592221; }
  .style_table01 th {
    width: 300px;
    font-size: 16px;
    font-weight: 500;
    text-align: center; }
  .style_table01 td {
    width: calc(100% - 300px); }
  @media only screen and (max-width: 767px) {
    .style_table01 th, .style_table01 td {
      display: block !important;
      width: 100% !important;
      padding: 10px; } }

.map_about {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .map_about .map_iframe {
    width: 55%; }
    .map_about .map_iframe iframe {
      margin-bottom: -12px; }
  .map_about .map_txt {
    background: #592221;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 45%;
    padding: 60px;
    box-sizing: border-box;
    height: 450px;
    margin-top: 5px; }
    .map_about .map_txt .list_dot {
      color: #fff;
      max-width: 530px; }
  @media only screen and (max-width: 767px) {
    .map_about .map_iframe, .map_about .map_txt {
      width: 100%; }
    .map_about .map_txt {
      padding: 4%;
      height: auto; } }

.list_dot li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px; }
  .list_dot li:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    top: 12px;
    left: 0; }
  .list_dot li:last-child {
    margin-bottom: 0; }

.box_about04 {
  background: #efebe6;
  padding: 30px 60px;
  position: relative;
  margin: 5% 0; }
  .box_about04 .ttl {
    font-size: 16px;
    margin-bottom: 20px; }
  .box_about04 .img {
    position: relative; }
    .box_about04 .img figure {
      text-align: center; }
    .box_about04 .img .list_txt li {
      position: absolute;
      text-align: center; }
      .box_about04 .img .list_txt li:nth-child(1) {
        top: 0;
        left: 44%; }
      .box_about04 .img .list_txt li:nth-child(2) {
        top: 0;
        right: 2%; }
  .box_about04 .list_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px; }
    .box_about04 .list_box li {
      position: relative;
      text-align: center;
      width: 320px;
      background: #fff;
      font-size: 16px;
      font-weight: 500;
      color: #3b1b1a;
      padding: 20px 10px;
      border-radius: 5px;
      z-index: 3; }
      .box_about04 .list_box li:after {
        position: absolute;
        content: "";
        border-style: solid;
        border-width: 1px;
        border-color: #624847;
        border-radius: 5px;
        width: 100%;
        height: 100%;
        top: 5px;
        left: -5px;
        z-index: -1; }
      .box_about04 .list_box li::before {
        position: absolute;
        content: "";
        width: 1px;
        height: 15px;
        background: #624847;
        transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        left: 50%;
        top: -5px;
        z-index: 2; }
      .box_about04 .list_box li:nth-child(2) {
        color: #bb9457; }
        .box_about04 .list_box li:nth-child(2):after {
          border-color: #bb9457; }
        .box_about04 .list_box li:nth-child(2):before {
          background: #bb9457; }
      .box_about04 .list_box li:nth-child(3) {
        color: #eb6446; }
        .box_about04 .list_box li:nth-child(3):after {
          border-color: #eb6446; }
        .box_about04 .list_box li:nth-child(3):before {
          background: #eb6446;
          transform: rotate(-30deg);
          -webkit-transform: rotate(-30deg); }
  .box_about04 .f_txt {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .box_about04 {
      padding: 4% 2%; }
      .box_about04 .img {
        padding-top: 65px; }
        .box_about04 .img .list_txt li:nth-child(1) {
          width: 15%; }
        .box_about04 .img .list_txt li:nth-child(2) {
          width: 17%;
          right: 0; }
      .box_about04 .list_box li {
        width: 48%;
        font-size: 12px;
        padding: 10px 2%; }
        .box_about04 .list_box li:nth-child(3) {
          width: 100%;
          margin-top: 20px; }
      .box_about04 .f_txt {
        font-size: 15px; } }
  @media only screen and (max-width: 480px) {
    .box_about04 .img .list_txt li {
      font-size: 3.2vw; }
      .box_about04 .img .list_txt li:nth-child(1) {
        width: 25%;
        left: 40%; }
      .box_about04 .img .list_txt li:nth-child(2) {
        width: 29%; }
    .box_about04 .list_box li {
      font-size: 2.9vw; } }

.list_map {
  margin-top: 5%; }
  .list_map h3 {
    font-size: 18px; }
  .list_map .box_map {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .list_map .box_map li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      position: relative;
      width: 46%;
      background: #fff;
      border-radius: 6px;
      box-shadow: 0px 0px 20px 0px rgba(151, 151, 151, 0.3);
      -webkit-transition: all linear 0.3s;
      -o-transition: all linear 0.3s;
      transition: all linear 0.3s;
      padding: 0 40px 30px; }
      .list_map .box_map li .ttl {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
        padding: 10px;
        font-size: 18px;
        letter-spacing: -1px;
        color: #fff;
        width: 80%;
        height: 90px;
        margin: 0 auto 20px;
        z-index: 3; }
        .list_map .box_map li .ttl:after {
          position: absolute;
          content: "";
          border-top: 90px solid #592221;
          border-left: 20px solid transparent;
          border-right: 20px solid transparent;
          border-radius: 0 0 27px 27px;
          overflow: hidden;
          height: 100%;
          width: 100%;
          top: 0;
          left: 0;
          z-index: -1; }
      .list_map .box_map li:nth-child(2) .ttl:after {
        border-top: 90px solid #bb9457; }
  @media only screen and (max-width: 767px) {
    .list_map h3 {
      font-size: 16px; }
    .list_map .box_map li {
      width: 100%;
      margin-bottom: 20px; }
      .list_map .box_map li .ttl {
        width: 90%;
        font-size: 16px; } }
  @media only screen and (max-width: 480px) {
    .list_map .box_map li .ttl {
      width: 95%;
      font-size: 3.5vw; } }

/*====================================================================================
13. instructor PAGE
====================================================================================*/
.instructor_page .ttl_page {
  background: url("../instructor/images/bg_ttlpage.jpg") no-repeat top center;
  background-size: cover; }

.instructor_01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10%; }
  .instructor_01 .txt_sec {
    width: 55%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end; }
    .instructor_01 .txt_sec .inner {
      position: relative;
      width: 500px;
      margin-bottom: 50px; }
      .instructor_01 .txt_sec .inner h2 {
        position: relative;
        background: #592221;
        color: #fff;
        font-size: 32px;
        padding: 10% 15%;
        border-radius: 150px 0 150px 0;
        margin-right: -40px;
        z-index: 3; }
        .instructor_01 .txt_sec .inner h2:after {
          position: absolute;
          content: "";
          width: 100%;
          height: 100%;
          border: 1px solid #592221;
          border-radius: 150px 0 150px 0;
          left: -30px;
          bottom: -30px; }
  .instructor_01 .img_sec {
    width: 45%; }
    .instructor_01 .img_sec img {
      width: 100%; }
  @media only screen and (max-width: 767px) {
    .instructor_01 {
      flex-wrap: wrap;
      justify-content: center; }
      .instructor_01 .txt_sec {
        width: 90%; }
        .instructor_01 .txt_sec .inner {
          width: 100%;
          margin-bottom: 3%; }
          .instructor_01 .txt_sec .inner h2 {
            margin-right: 0;
            font-size: 26px; }
            .instructor_01 .txt_sec .inner h2:after {
              left: -3%;
              bottom: -5%; }
      .instructor_01 .img_sec {
        width: 90%; } }
  @media only screen and (max-width: 480px) {
    .instructor_01 .txt_sec .inner h2 {
      font-size: 20px;
      border-radius: 120px 0 120px 0; }
      .instructor_01 .txt_sec .inner h2:after {
        border-radius: 120px 0 120px 0; } }

.list_box_instructor .box_instructor {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5%; }
  .list_box_instructor .box_instructor .img_box {
    position: relative;
    width: 427px;
    margin-top: 50px;
    z-index: 3; }
    .list_box_instructor .box_instructor .img_box .img img {
      width: 100%; }
    .list_box_instructor .box_instructor .img_box .name {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 10px; }
      .list_box_instructor .box_instructor .img_box .name dt {
        font-size: 25px;
        font-weight: 500;
        padding-right: 20px; }
      .list_box_instructor .box_instructor .img_box .name dd {
        font-size: 16px;
        font-family: "Josefin Sans", sans-serif;
        color: #bb9457; }
    .list_box_instructor .box_instructor .img_box .txt {
      text-align: center; }
  .list_box_instructor .box_instructor .infor_box {
    position: relative;
    background: #efebe6;
    width: 993px;
    margin: 0 -110px 0 -180px;
    padding: 50px 110px 50px 180px;
    z-index: 2;
    box-sizing: border-box; }
    .list_box_instructor .box_instructor .infor_box .style_table01 th {
      width: 200px; }
    .list_box_instructor .box_instructor .infor_box .style_table01 td {
      width: calc(100% - 200px); }
  .list_box_instructor .box_instructor:nth-child(even) {
    flex-direction: row-reverse; }
    .list_box_instructor .box_instructor:nth-child(even) .infor_box {
      margin: 0 -180px 0 -110px;
      padding: 50px 180px 50px 110px; }
  @media only screen and (max-width: 767px) {
    .list_box_instructor .box_instructor {
      flex-wrap: wrap; }
      .list_box_instructor .box_instructor .img_box {
        margin: 0 auto 10px; }
      .list_box_instructor .box_instructor .infor_box {
        width: 100%;
        margin: 0 !important;
        padding: 2% !important;
        margin-top: 10px; } }
  @media only screen and (max-width: 480px) {
    .list_box_instructor .box_instructor {
      flex-wrap: wrap; }
      .list_box_instructor .box_instructor .img_box {
        width: 100%; }
        .list_box_instructor .box_instructor .img_box .name {
          margin-top: 0; }
          .list_box_instructor .box_instructor .img_box .name dt {
            font-size: 18px;
            padding-right: 10px; }
          .list_box_instructor .box_instructor .img_box .name dd {
            font-size: 14px; } }

@media only screen and (max-width: 767px) {
  /*====================================================================================
  1. Common second css
  ====================================================================================*/
  .ttl_page {
    margin-bottom: 30px; }
    .ttl_page .container {
      padding: 8% 0; }
      .ttl_page .container h1 {
        font-size: 28px;
        padding-bottom: 4%;
        background-size: 35%; }

  .breadcrumb {
    display: none;
    margin: 0; }

  #main {
    margin-bottom: 10%; }

  /*====================================================================================
  3. CONTACT PAGE
  ====================================================================================*/
  #pp {
    margin-top: 10%;
    padding: 10% 0; }
    #pp .box_pp {
      margin-top: 30px; }
      #pp .box_pp h3 {
        font-size: 16px;
        margin-top: 20px; }

  .list_style {
    margin-top: 20px; }

  .form_content dl {
    flex-wrap: wrap; }
    .form_content dl dt, .form_content dl dd {
      width: 100%;
      padding: 10px; }
    .form_content dl dt {
      border-radius: 10px; }

  /*====================================================================================
  4. curriculum PAGE
  ====================================================================================*/
  .box_curriculum {
    padding: 10px;
    border-radius: 0 30px 0 30px; }
    .box_curriculum:before {
      width: 35px;
      height: 55px;
      bottom: 10px; }
    .box_curriculum:after {
      width: 35px;
      height: 58px; }
    .box_curriculum .inner_box {
      padding: 25px; }
    .box_curriculum .box_gray {
      padding: 20px 20px 20px 30px; }

  .style_sub01 {
    background-size: 15px;
    font-size: 18px;
    padding-left: 20px;
    margin-left: -20px; }

  .style_sub02 {
    font-size: 16px; }

  .list_box01 .style_box01 {
    width: 100%; }

  /*====================================================================================
  6. voice PAGE
  ====================================================================================*/
  .tab {
    justify-content: space-between; }
    .tab li {
      width: 48% !important;
      margin: 0; }
      .tab li a {
        padding: 10px 20px 10px 5px !important;
        font-size: 13px; }
        .tab li a:after {
          right: 10px; }
    .tab.anchor_link li {
      margin: 1%; }

  .voice_list .img_voice {
    float: none;
    width: 100%;
    margin-bottom: 10px; }
  .voice_list .txt_voice {
    width: 100%; }
    .voice_list .txt_voice .btn_right {
      justify-content: center; }

  .sttyle_ttl02 {
    padding: 10px;
    font-size: 14px; }
    .sttyle_ttl02 span {
      font-size: 18px; }

  .style_ttl03 {
    font-size: 16px;
    margin-bottom: 20px; }

  .btn_pager ul {
    flex-wrap: wrap; }
    .btn_pager ul li a {
      min-width: 150px; }
  .btn_pager .btn_backlist a {
    min-width: 150px; }

  /*====================================================================================
  7. voice detail PAGE
  ====================================================================================*/
  .voice_detail .head_infor .img_infor, .voice_detail .head_infor .txt_infor {
    width: 100%; }
  .voice_detail .style_ttl03 {
    margin-top: 20px; }

  /*====================================================================================
  8. certified PAGE
  ====================================================================================*/
  .box_certified {
    margin-top: 20px;
    padding: 4% 0; }
    .box_certified .txt_box {
      width: 100%; }
      .box_certified .txt_box .ttl {
        font-size: 18px;
        margin-bottom: 10px; } }
      @media only screen and (max-width: 767px) and (max-width: 480px) {
        .box_certified .txt_box .ttl {
          font-size: 16px; } }
@media only screen and (max-width: 767px) {
      .box_certified .txt_box .box_gray {
        margin: 10px 0; }
    .box_certified .img_box {
      float: none;
      width: 100%;
      margin-top: 10px;
      margin-left: 0%; } }
@media only screen and (max-width: 480px) {
  /*====================================================================================
  1. Common second css
  ====================================================================================*/
  .ttl_page {
    margin-bottom: 20px; }
    .ttl_page .container h1 {
      font-size: 20px; }

  /*====================================================================================
  3. CONTACT PAGE
  ====================================================================================*/
  .list_radio {
    flex-wrap: wrap; }
    .list_radio li {
      width: 100%;
      margin-right: 0; }

  /*====================================================================================
  4. curriculum PAGE
  ====================================================================================*/
  .box_curriculum .box_gray {
    padding: 20px; }

  .style_sub01 {
    background-size: 12px;
    font-size: 16px;
    padding-left: 17px;
    margin-left: -17px; }
  .style_sub01.calender {
    background-size: 16px;
    background-position-y: 8px;
  }
  .style_sub01.movie {
    background-size: 16px;
    background-position-y: 10px;
  }

  .style_list_dot dl:after {
    bottom: auto;
    top: 15px; }
  .style_list_dot dl dt {
    width: 65%; }
  .style_list_dot dl dd {
    width: auto;
    max-width: 30%;
    text-align: right; }

  /*====================================================================================
  5. faq PAGE
  ====================================================================================*/
  .acc-dl .cont_Q span, .acc-dl .cont_A span {
    padding-left: 40px; }
    .acc-dl .cont_Q span:after, .acc-dl .cont_A span:after {
      width: 30px;
      height: 30px;
      font-size: 14px; }
  .acc-dl .cont_Q {
    border-radius: 20px 0 20px 0;
    padding: 10px;
    font-size: 16px;
    margin-top: 20px; }
  .acc-dl .cont_A {
    padding: 10px; }

  /*====================================================================================
  6. voice PAGE
  ====================================================================================*/
  .tab.anchor_link li {
    width: 100% !important; }

  .btn_pager ul li {
    width: 48%; }
    .btn_pager ul li a {
      width: 100%;
      min-width: 120px; }
  .btn_pager .btn_backlist {
    position: relative;
    width: 48%; }
    .btn_pager .btn_backlist a {
      width: 100%;
      min-width: 120px; }

  /*====================================================================================
  8. certified PAGE
  ====================================================================================*/
  .style_list02 li {
    width: 100%; } }
@media only screen and (max-width: 375px) {
  /*====================================================================================
  1. Common second css
  ====================================================================================*/
  .ttl_page .container h1 span.txt_jp {
    font-size: 20px; } }

/*# sourceMappingURL=content.css.map */
