@charset "utf-8";


/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl{
  background:url(../image/guidance_schedule/img_kv_pc.jpg) no-repeat center center;
  background-size: cover;  
}
h1 img {
  height: 46px;
}

.inner {
  max-width: 1080px;
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* intro
-----------------------------------------------------------------*/
.intro{
  padding: 55px 0 0;  
}
.intro .txt-lead{
  margin-bottom: 25px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 800;
  color: #7FBC26;  
}
.intro .txt{
  font-size: 1.8rem;
  text-align:center;  
}
.intro .txt:nth-child(n+2){
  margin-top: 35px;  
}




/* cont-list
-----------------------------------------------------------------*/

.cont-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1338px;
  margin: 0 auto;
}
.cont-list li{
  max-width: 420px;
  width: calc((100% - 20px)/3);
  margin-bottom: 40px;
}



/* btnlist
-----------------------------------------------------------------*/

.btnlist {
  margin-bottom: 100px;
}
.btnlist .btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.btnlist li {
  width: 20%;
  margin: .2% .1%;
}
.btnlist li:last-child {
  margin-right: 0;
}

.btnlist li .btn-detail a{
  background-color: #7FBE26;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 40px;
  height: 46px;
}
.btn-list .btn_line_round a, .btn_line_round span {
    background: url(../../common/image/arw_circle_white.svg) no-repeat right 15px center;
    background-size: 16px auto;
}


@media screen and (max-width: 768px) {
  .btnlist {
    margin-bottom: 40px;
  }
    .btnlist li {
      width: 49%;
      margin-right: 1.5%;
      margin-bottom: 10px;
    }
    .btnlist li:nth-child(2n) {
      margin-right: 0%;
    }
    .btnlist li .btn-detail a{
      font-size: 1.4rem;
      line-height: 2.2rem;
      padding-top: 16px;
      text-align: center;
      height: 60px;
      border-radius:10px;
  }
/*
    .btnlist li:first-child .btn-detail a{
      line-height: 2rem;
      padding-top: 8px;
  }
*/
  .btn-list .btn_line_round a, .btn_line_round span {
      background: url(../../common/image/arw_circle_white.svg) no-repeat right 10px center;
      background-size: 15px auto;
  }
}



/* area
-----------------------------------------------------------------*/

.area {
  margin-bottom: 60px;
}
.area h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #7FBE26;
  border-bottom: 1px solid #7FBE26;
  margin-bottom: 30px;
}
.area table {
  width: 100%;
  border: 1px solid #D6D6D4;
  font-size: 1.6rem;
  text-align: center;
}
.area thead th{
  border-right: 1px solid white;
  padding: 10px 0;
  background-color: #EEEFEA;
}
.area thead th:last-child{
  border-right: 1px solid #D6D6D4;
}
.area thead tr {
}
.area th {
}
.area tbody {
}
.area tbody tr {
}
.area td {
  padding: 10px 0;
  border: 1px solid #D6D6D4;
  border-top: none;
  vertical-align: middle;
}
.day, .time, .city  {
  width: 20%;
}

.area time {
}
.area br {
}
p.cap {
  color: #5B5B5B;
  margin-top: 10px;
  font-size: 1.2rem;
}


/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .page-ttl{
    background:url(../image/guidance_schedule/img_kv_sp.jpg) no-repeat center center;
    background-size: cover;  
  }

/* intro
-----------------------------------------------------------------*/
  .intro{
    padding: 35px 0;  
  }
  .intro .txt-lead{
    font-size: 1.8rem;
  }
  .intro .txt{
    font-size: 1.4rem;
    text-align: left;
  }
  .intro .txt:nth-child(n+2){
    margin-top: 12px;  
  }
  .cont-list{
    display: block;
    max-width: initial;
  }
  .cont-list li{
    max-width: initial;
    width: 100%;
  margin-bottom: 10px;
  }
  .cont-list li+li{
    margin-top: 35px; 
  }

  /* cont-list
-----------------------------------------------------------------*/

  

/* area
-----------------------------------------------------------------*/

  .area {
  margin-bottom: 20px;
}
  
  
  
.area h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
  
.area table {
  font-size: 1.3rem;
  line-height: 1.5rem;
}
  
p.cap {
  margin-top: 0;
  font-size: .6rem;
}


}

