@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.siteID{
  text-align: left !important;
}
/* -----------------------------------------------------
common
------------------------------------------------------ */
.cont_01:before,
.cont_02 ul:before,
.cont_03:before{
  display: none;
}
.cont_03 .box02 h2,
.cont_01 td h2,
.topGreetSub p{
  font-weight: bold;
}
#mainArea #slider li img{
  max-width: 100%;
}
#mainArea{
  background: none;
}

.index-banner{
  flex-wrap: nowrap;
  justify-content: space-between;
}
.index-banner .box{
  width: calc(100% / 4);
}

.index-blog .blog_list {
  display: flex;
  flex-direction: row;
  border: none;
  box-sizing: border-box;
}
.index-blog .blog_list > div{
  width: 100%;
  display: flex;
  border-bottom: none;
  box-sizing: border-box;
}
.index-blog .blog_list > div .blog_date{
  color: #000;
}
.index-blog .blog_list > div .detail{
      margin-top: 0;
}
.page_title{
  background-image: url(../images/common/mv1.jpg) !important;
  background-position: center;
}
@media screen and (min-width: 641px) and (max-width: 834px){
  .index-blog .blog_list{
    flex-wrap: wrap;
  }
  .index-blog .blog_list > div{
    width: 50%;
  }
}
@media only screen and (max-width: 640px){
  #mainArea{
    padding-top: 0;
  }
  .index-banner{
    flex-wrap: wrap;
  }
  .index-banner .box{
    width: calc(100% / 2);
  }

  .index-blog .blog_list{
    flex-wrap: wrap;
  }
  .index-blog .blog_list > div{
    width: 100%
  }
}



/*クラスページ*/
.title-02._midashi h2{
  font-size: 60px;
  font-weight: 900;
  font-style: italic;
}
.title-02._midashi div{
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
}
.title-02._table td div{
  padding: 20px !important;
  font-size: 24px;
  font-weight: bold;
}
.title-02._table td span{
  font-size: 13px;
  display: block;
}
.title-02._common h2{
  background: #4479ac;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.step-list{
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.step-list .box{
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}
.step-list .box img{
  width: 30% !important;
}
.step-list .box article{
  width: 70%;
  font-size: 12px;
}
.step-list .box article h3{
  display: block;
  width: fit-content;
  background: #c69cbd;
  padding: 2px 10px;
  border-radius: 5px;
  margin-bottom: 5px;
  color: #fff;
}
.step-list .box article b{
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}

.class-table tr{
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 25px;
  font-size: 12px;
}
.class-table .text h2{
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  background: #f3f3f3;
  padding: 3px 10px;
  width: fit-content;
  border-radius: 3px;
  margin-bottom: 10px;
}

.class-list{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.class-list .box{
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
  border: 1px solid #000;
  font-size: 12px;
}
.class-list .box article{
  display: flex;
  flex-direction: column;
}
.class-list .box article h3{
  order: 1;
  background: #4479ac;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.class-list .box article div{
  order: 2;
  padding: 10px 20px;
}
.class-list .box article div b{
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}
.class-list .box article img{
  order: 3;
  padding: 10px 20px 20px;
}

.class-list2{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.class-list2 .box{
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
  font-size: 12px;
}
.class-list2 .box h3{
  color: #4babd7;
  font-weight: bold;
  margin: 10px 0 5px;
  font-size: 18px;
}
@media screen and (min-width: 641px) and (max-width: 834px){

  .step-list .box{
    flex-wrap: wrap;
  }
  .step-list .box img{
    width: 100% !important;
  }
  .step-list .box article{
    width: 100%;
    font-size: 12px;
  }

  .class-list2 .box{
    width: calc(100% / 2 - 1%);
  }
}
@media only screen and (max-width: 640px){
  .title-02._midashi div br{
    display: none;
  }

  .step-list{
    gap: 10px;
  }
  .step-list .box{
    width: 100%;
    flex-wrap: wrap;
  }
  .step-list .box img,
  .step-list .box article{
    width: 100% !important;
  }

  .class-table tr{
    flex-direction: column;
  }
  .class-table .text{
    order: 2;
  }
  .class-table .img{
    order: 1;
  }

  .class-list .box,
  .class-list2 .box{
    width: 100%;
  }
}