@media screen and (max-width: 600px) {


  /*----------------------------*/


  .btn--round.drawer.blue {
    background: #0074CF;

    color: #fff !important;
    bottom: 16px;
  }

  .btn--round.drawer.orange {
    background: #FFAB13;
    color: #fff !important;
    bottom: 62px;
  }

  p.first {
    margin-top: 30px;
  }


  .btn--seminar {
    display: none;
  }


  .bar--fix {
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
  }


  .bar--fix .btn {
    text-align: center;
    width: 80%;
    height: 40px;
    line-height: 40px;
    display: block;
    background: #FFAB13;
    border-radius: 50px;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
  }


  /*----------------------------*/

  .box--padding {
    display: block;
    height: 60px;
  }


  .visual--main.under {
    height: 200px;
    background-position: 0% 20%;
  }

  .visual--main .title {
    top: 120px;
  }

  .main-pc {
    display: none;
  }

  .main-sp {
    display: block;
  }



  /*----------------------------*/

  .width--midium {
    width: 100%;
    margin: 20px auto;
  }

  .width--slim {
    width: 90%;
    margin: 0px auto;
  }

  .width--slim.ex2 {
    margin-top: 30px;
  }

  /*----------------------------*/

  #pageTop {
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 99;
  }

  /*----------------------------*/


  .title--0 {
    font-size: 20px;
  }

  .title--1 {
    font-size: 16px;
    background: #0074CF;
    color: #fff;
    padding: 10px 0;
  }

  .title--1.ex2 {
    width: 90%;
    font-size: 15px;
    margin: 0 auto;
    background: none;
    color: #111;
    margin-top: 30px;
    padding-bottom: 3px;
    border-bottom: 2px solid #0074CF;
  }

  .title--1.ex2.ex {
    margin-top: 0px;
  }

  .title--1.ex3 {
    width: 90%;
    font-size: 20px;
    margin: 0 auto;
    background: none;
    color: #111;
  }

  .title--1.ex4 {
    width: 100%;
    font-size: 20px;
    background: none;
    color: #111;
    padding: 0;
    margin-top: 10px;
  }


  .title--3 {
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1.5em;
    font-weight: 600;
  }

  .title--6 {
    width: 90%;
    font-size: 35px;
    margin-top: 30px;
    padding: 14px 0;
  }

  .title--6 span {
    font-size: 13px;
    margin-left: 3px;
  }


  /*----------------------------*/


  .content--basic {
    margin: 20px auto;
  }

  .content--basic.matome {
    margin-top: -20px;
    padding: 0;
  }

  .content--basic.ex {
    padding: 20px 0;
    background: #fff;
  }

  .content--basic.ex5 {
    padding: 0;
    margin: 0px auto;
    background: #ddd;
    padding-bottom: 30px;
  }


  /*----------------------------*/

  .fukidashi-box {
    width: 90%;
    margin: 30px auto;
  }

  .fukidashi-box .face-icon {
    width: 60px;
    margin-right: -40px;
  }

  .name {
    font-size: 12px;
  }

  .fukidashi .inner {
    padding: 20px;
    width: 76%;
  }

  .fukidashi .inner.ex {
    background: #f7f7f7;
  }


  .fukidashi .inner:after {
    top: 25px
  }

  /*----------------------------*/

  .content--column {
    margin: 30px auto;
    width: 90%;
    max-width: 90%;
    flex-direction: column;
    align-items: center;
  }


  .item--card {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 5px solid #ddd;
  }

  .item--card:last-child {
    margin-bottom: 0px;
  }


  /*----------------------------*/

  .item--circle {
    width: 230px;
    height: 230px;
    margin-bottom: 30px;
  }

  .item--circle:last-child {
    margin-bottom: 0px;
  }

  .box--tn {
    width: 90%;
    margin: 20px auto;
  }

  /*----------------------------*/

  .box--title1 {
    width: 90%;
    margin: 20px auto;
    flex-direction: column;
  }

  .box--title1.ex {
    width: 100%;
    margin: 20px auto;
    flex-direction: column;

  }

  .box--title1.ex2 {
    border: 3px solid #eee;
    padding: 20px;
  }

  .box--title1.ex2.ex {
    border: 0px solid #eee;
    padding: 0px;
    flex-direction: row;
    justify-content: center;
  }

  .box--title1.ex.first {
    margin-top: 30px;
  }


  .icon--round {
    padding: 8px 10px;
    background: #0074CF;
    color: #fff;
    margin-right: 0;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
  }


  .icon--round.ex {
    padding: 10px 50px;
    margin-right: 0;
    font-size: 13px;
    margin-bottom: 10px;
  }

  /*----------------------------*/


  .item--solution {
    width: 90%;
    flex-direction: column;
  }

  .item--solution.ex {
    flex-direction: column;
  }

  .item--solution .img {
    width: 80%;
    margin-bottom: 20px;
  }

  .item--solution .txt {
    font-weight: 700;
    width: 100%;
  }

  .box--title4 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
  }

  .btn--round2 {
    width: 90%;
    height: 45px;
    line-height: 45px;
    margin: 30px auto;
    font-size: 15px;
  }

  .btn--round2.ex2 {
    width: 90%;
    height: 45px;
  }

  .center {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 14px;
  }

  .center.ex {
    font-size: 13px;
  }



  /*----------------------------*/


  .footer .inner {
    padding: 20px;
  }

  .footer .logo {
    width: 240px;
  }

  .footer .nav {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 14px;
  }

  .footer .nav li {
    margin-right: 20px;
    margin-bottom: 10px;
  }


  .footer .info {
    flex-direction: column;
    align-items: center;
  }


  .footer .name--company {
    margin-right: 0px;
  }

  .copyright {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    padding-bottom: 80px;
  }

  .copyright.ex {
    padding-bottom: 0px;
  }

  /*----------------------------*/

  .list--course {
    margin-top: 30px;
  }

  .icon--step {
    font-size: 13px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .list--course .item {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .list--course .title {
    flex-direction: column;
  }

  /*----------------------------*/


  .item--benefit {
    width: 100%;
    margin-bottom: 40px;
  }

  .item--benefit:last-child {
    margin-bottom: 0px;
  }

  .item--benefit .inner {
    padding: 20px;
  }

  .item--benefit .img {
    width: 100%;
    height: 200px;
  }

  /*----------------------------*/

  .box--flow {
    padding: 20px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .box--flow::after {
    border-width: 10px 10px 0 10px;
    bottom: -10px;
  }

  .box--flow.ex::after {
    border-width: 0;
  }

  /*----------------------------*/


  .item--profile {
    align-items: center;
    margin: 0px auto;
    margin-top: 0px;
    flex-direction: column-reverse;
    width: 100%;
  }

  .item--profile.ex {
    flex-direction: column;
  }


  .item--profile .img {
    width: 70%;
  }



  .item--profile .txt {
    width: 100%;
  }


  .item--profile.ex .img {
    width: 100%;
  }

  .item--profile.ex .txt {
    width: 100%;
  }



  /*----------------------------*/

  .table--line {
    width: 94%;
    font-size: 13px;
  }

  .table--line th {
    display: block;
    border-bottom: solid 1px #313131;
    padding: 10px 0;
    width: 100%;
    vertical-align: middle;
    margin-top: 20px;
  }

  .table--line td {
    display: block;
    text-align: center;
    width: 100%;
    border-bottom: solid 0px #EAEAEA;
    padding: 10px 0px;
  }

  /*----------------------------*/

  .item--faq .inner {
    width: 80%;
  }

  .icon--round2 {
    margin-right: 20px;
    font-size: 13px;
    margin-bottom: 10px;
  }

  .question {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .answer {
    align-items: center;
    flex-direction: column;
  }

  .answer .txt {
    width: 100%;
  }

  /*----------------------------*/

  .table--box {
    width: 90%;
    margin: 0 auto;
  }

  .table--box th {
    display: block;
    width: 100%;
    border: 0px solid #fff;
    padding: 10px;
  }

  .table--box td {
    display: block;
    width: 100%;
    padding: 20px 30px;
    margin-bottom: 20px;
  }

  .table--box td:last-child {
    margin-bottom: 0px;
  }

  .table--box.schedule th {
    display: none;
  }

  .table--box.schedule .center {
    background: #eee;
    margin: 0 auto;
    margin-top: 10px;
  }


  .table--box.schedule {
    width: 100%;
  }


  .table--box.schedule td:nth-child(2) {
    width: 90%;
    margin: 0 auto;
  }

  .table--box.schedule td:nth-child(3) {
    width: 90%;
    margin: 0 auto;
    margin-top: -1px;
  }

  /*----------------------------*/

  .list--voice {
    margin-top: 40px;
  }

  .list--voice .title {
    font-size: 15px;
    width: 100%;
  }

  .list--voice .title.ex {
    width: 100%;
  }


  .list--voice .item {
    width: 90%;
    padding: 0px;
    background: #fff;
    margin: 20px auto;
  }

  .list--voice p {
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
  }

  .list--voice p.first {
    margin-top: 20px;
  }

  .list--voice i {
    margin: 0;
    margin-right: 6px;
    color: #0074CF;
    font-size: 20px;
  }


  .list--voice i.ex {
    color: #FFAB13
  }



  /*----------------------------*/

}
