/************************************************

おしえて、IBS

*************************************************/

.ibs article:last-child{
  margin-bottom: 80px;
}

.ibs article > a{
  display: block;
}

.ibs article > a.hover{
  opacity: .85;
}

.ibs__inner{
  display: flex;
  border: 1px solid #ccc;
  margin-bottom: 32px;
  padding: 24px;
}

.ibs__inner .img{
  width: 47%;
  flex:none;
  margin-right: 24px;
}

.ibs__inner .txt{
  width: 100%;
}

.ibs__inner img{
  width: 100%;
}

.ibs__inner h2{
  font-size: 20px;
  font-weight: bold;
  color:#05943C;
  margin-bottom: 9px;
}

.ibs__inner h2.black{
  color:#000;
}

.ibs__inner .txt > p{
  font-size: 16px;
  line-height: 1.7;
}

.ibs__inner__btn{
  margin-top: 16px;
}

.ibs__inner__btn a{
  border: 2px solid #05943C;
  border-radius: 40px;
  display: block;
  margin-bottom: 8px;
  color:#05943C;
  padding: 5px 18px;
  font-weight: bold;
  position: relative;
}

.ibs__inner__btn a::after{
 content: "";
    background: url(/site_cerekinon/assets/img/common/arrow-right-green.svg) no-repeat 50% 50% / contain;
    width: 8px;
    height: 14px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ibs__inner__btn a.hover{
   background-color: #00773d;
   color: #fff;
   border-color: #00773d;
}

.ibs__inner__btn a.hover::after{
  background: url(/site_cerekinon/assets/img/common/arrow-right-white.svg) no-repeat 50% 50% / contain;
}

.ibs__bnr{
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto 50px;
}

.ibs__bnr li{
  max-width: 49%;
}

.ibs__bnr a.hover{
  opacity: .7;
}

@media screen and (max-width: 768px) {

  .ibs article:last-child{
    margin-bottom: 40px;
  }

  .ibs__inner{
    display: block;
    margin-bottom: 24px;
    padding: 16px;
  }

  .ibs__inner .img{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 9px;
  }

  .ibs__inner__btn{
    margin-top: 10px;
  }

  .ibs__inner__btn a{
    border-radius: 15px;
    padding: 8px 10px;
  }

  .ibs__inner__btn li:last-child a{
    margin-bottom: 0;
  }

.ibs__bnr{
  display: block;
}

.ibs__bnr li{
  max-width: 100%;
  text-align: center;
  margin-bottom: 20px;
}


}

/************************************************

IBSで悩む受験生のための耳寄り情報

*************************************************/

.info-examinee__sec{
  padding-bottom: 80px;
}

.info-examinee__sec.bd .wrap{
    border: 1px dashed #0aa546;
    padding: 32px 24px;
}

.info-examinee__sec h2{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #0aa546;
    margin-bottom: 25px;
}

.info-examinee__sec h2 br{
  display: none;
}

.info-examinee__txt{
    margin: 30px 0px;
    font-size: 16px;
    line-height: 1.7;
}

.info-examinee__txt02{
    font-size: 16px;
    line-height: 1.7;
}

.info-examinee__sec .img{
  text-align: center;
}

@media screen and (max-width: 768px) {

.info-examinee__sec{
  padding-bottom: 40px;
}

.info-examinee__sec.bd .wrap{
    padding: 24px 24px;
}

.info-examinee__sec h2{
    font-size: 24px;
    margin-bottom: 20px;
}

.info-examinee__sec h2 br{
  display: block;
}

.info-examinee__txt{
    margin: 20px 0px;
    font-size: 14px;
}

.info-examinee__txt02{
    font-size: 14px;
}

}

