@charset "utf-8";
main .inner{
}
@media print,screen and (min-width :769px){
  .cmn_area_catch .txt{
    text-align: center;
  }
}
/* ===============================================
# sec_news
=============================================== */
.area_news {
  margin-bottom: 60px;
}
.area_news .box_ttl{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;  
}
.area_news h3{
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  padding-left: 35px;
  background:url(/jissen/study/img/ico_pencil.svg) no-repeat left center;
  background-size: 22px auto;
  line-height: 1;
  margin-bottom: 20px;
}
/*お知らせ*/
.area_news .tab {
  margin-bottom: 10px;
  width: 100%;
  max-width: 545px;
}
.area_news .tab li{
  position: relative;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: -0.05em;
  line-height: 1.2;
  white-space: nowrap;
}
.area_news .tab li:last-child::after,
.area_news .tab li::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 80%;
  width: 1px;
  background-color: #a9a9a9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.area_news .tab li:last-child::after{
  left: auto;
  right: 0;
}
.area_news .tab li a{
  padding: 12px 12px 8px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;  
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  border-bottom: 4px solid transparent;
}
.area_news .tab li a.active,
.area_news .tab li a:hover{
  border-bottom: 4px solid #ec6d74;
  font-weight: bold;
  opacity: 1;
}
@media screen and (min-width :769px) and (max-width :1130px){
	.area_news .tab li{
	  white-space: normal;
	}
}
@media screen and (max-width :768px){
  .area_news {
    margin-bottom: 40px;
  }
  .area_news .box_ttl{
    display: block;
  }
  .area_news h3{
    display: table;
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 23px;
    background-size: 12px auto;
    margin:0 auto 20px;
  }  
  .area_news .tab ul{
    margin-bottom: 18px;
  }
  .area_news .tab li{
    font-size: 12px;
    font-size: 1.2rem;
  }
  .area_news .tab li a{
    padding: 4px 5px;
  }  
}
