@charset "utf-8";
/* ===============================================
# お知らせ一覧
=============================================== */
.cmn_news .box_left{
  width: 240px;
}
.cmn_news .box_left .tablist{
  margin-top: 50px;
}
.cmn_news .box_left .tablist li:nth-child(n+2){
  margin-top: 30px;
}
.cmn_news .box_left .tablist li p{
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #999999;
  padding-left: 15px;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
  cursor: pointer;
}
.cmn_news .box_left .tablist li[aria-selected="true"] p{
  color: #333333;
  font-weight: bold;
}
.cmn_news .box_left .tablist li[aria-selected="true"] p::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top:6px;
  width: 4px;
  height: 4px;
  background: #00502e;
  border-radius: 50%;
}
.cmn_news .box_left .tablist li p .count{
  display: inline-block;
  margin-left: 19px;
  vertical-align: middle;
  padding: 2px 5.5px;
  background: #e05d26;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (min-width : 835px) and (hover:hover){
  .cmn_news .box_left .tablist li:hover p{
    color: #333333;
  }
}
@media screen and (max-width :834px){
  .cmn_news .box_left{
    width: 100%;
  }
  .cmn_news .box_left .tablist{
    margin-top: 30px;
    display : -webkit-inline-box;
    display : -ms-inline-flexbox;
    display : -webkit-inline-flex;
    display : inline-flex;    
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;    
  }
  .cmn_news .box_left .tablist li{
    padding: 10px 15px;
  }
  .cmn_news .box_left .tablist li:nth-child(n+2){
    margin-top: 0;
  }
  .cmn_news .box_left .tablist li p{
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 14px;
  }
  .cmn_news .box_left .tablist li[aria-selected="true"] p::before{
    top: 5px;
  }
  .cmn_news .box_left .tablist li .count{
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 7px;
    padding: 2px 5px;
  }  
  
  .android .cmn_news .box_left .tablist{
    display: block;
  }
  .android .cmn_news .box_left .tablist li{
    display: inline-block;
    margin: 10px !important;
  }
}
/*一覧*/
.cmn_news .box_right{
  -webkit-box-flex: 1;
  flex: 1;
}
.cmn_news .area_post article a{
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;  
}
.cmn_news .area_post article:nth-child(n+2){
  margin-top: 60px;
}
.cmn_news .area_post figure{
  position: relative;
  width: 120px;
  height: 120px;
  -webkit-box-ordinal-group:1;
  order: 0;
  margin-right: 40px;
  overflow: hidden;
}
.cmn_news .area_post figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (-ms-high-contrast:none) {
	.cmn_news .area_post figure img{
  position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
		width: 100%;
    height: auto;
	}
}
.cmn_news .area_post .box_txt{
  -webkit-box-ordinal-group:2;
  order: 1;
  -webkit-box-flex: 1;
  flex: 1;  
  padding: 18px 0 25px 0;
  border-bottom: solid 1px #dcdcdc;
}
.cmn_news .area_post .date{
  margin-bottom: 27px;
  color: #666666;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.cmn_news .area_post .date .cmn_cate{
  margin-left: 30px;
}
.cmn_news .area_post .box_txt h3{
  position: relative;
  padding-right: 60px;
}

.cmn_news .area_post .box_txt h3 .cmn_arrow{
  position: absolute;
  right: 30px;
  top: 0.25em;
  width: 22px;
  height: 22px;
  background: none;
  border: solid 1px #999999;
}
.cmn_news .area_post .box_txt h3 .cmn_arrow::before{
  background-image: url(../images/ico_arrow_tg.svg);
}
@media screen and (min-width : 835px) and (hover:hover){
  .cmn_news .area_post .box_txt h3 .ov_line{
    background-image: linear-gradient(#025130, #025130);
  }
}
@media screen and (max-width :834px){
  .cmn_news .box_right{
    margin-top: 25px;
  }
  .cmn_news .area_post article{
    border-bottom: solid 1px #dcdcdc; 
  }
  .cmn_news .area_post article:nth-child(n+2){
    margin-top: 0;
  }
  .cmn_news .area_post article a{
    padding: 24px 0;
  }
  .cmn_news .area_post figure{
    width: 60px;
    height: 60px;
    margin-right: 30px;
  }
  .cmn_news .area_post .box_txt{
    padding: 5px 0 0 0;
    border-bottom:none;
  }
  .cmn_news .area_post .date{
    margin-bottom: 12px;
  }
  .cmn_news .area_post .date .cmn_cate{
    margin-left: 15px;
  }
  .cmn_news .area_post .box_txt h3{
    padding-right: 20px;
  }

  .cmn_news .area_post .box_txt h3 .cmn_arrow{
    right: 0;
    width: 16px;
    height: 16px;
  }
}


/* ===============================================
# お知らせページ
=============================================== */
@media print,screen and (min-width :835px){
  .sec_news_all .inner{
    max-width: 1400px;
  }
  .sec_news_all .cmn_news .box_left{
    width: 340px;
  }
  .sec_news_all .cmn_news .box_left .cmn_ttl .en{
    font-style: normal;
    font-size: 40px;
    font-size: 4rem;
  }
  .sec_news_all .cmn_news .box_left .cmn_ttl{
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print,screen and (max-width :1200px) and (min-width :835px){
  .sec_news_all .cmn_news .box_left{
    width: 200px;
  }  
}
@media screen and (max-width :834px){
  .sec_news_all .cmn_news .box_left .cmn_ttl .en{
    font-style: normal;
    font-size: 37px;
    font-size: 3.7rem;
    display: inline-block;
    margin-right: 10px
  }
  .sec_news_all .cmn_news .box_left .cmn_ttl{
    font-size: 11px;
    font-size: 1.1rem;
  }  
  .sec_news_all .box_left .tablist{
    display: flex;
    flex-wrap: wrap;
    width: 117%;
    margin-left: -8.5%;
    border-bottom: solid 1px #dcdcdc;
    padding:0 8% 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
  }
  .sec_news_all .box_left .tablist li{
    width: 35%;
    padding-right: 0;
    padding-left: 0;
  }
  .sec_news_all .box_left .tablist li:nth-child(3n+3){
    width: 30%;
  }
  .sec_news_all .box_left .tablist li:nth-child(n+4){
    margin-top: 10px;
  }
}
/* ===============================================
# お知らせ詳細
=============================================== */
.sec_news_details{
  padding-top: 80px;
  padding-bottom: 200px;
  background: #f2f6f6;
}
.sec_news_details article{
  background: #fff;
  padding: 95px 10% 110px;
  margin-bottom: 80px;
}
.sec_news_details article .date{
  margin-bottom: 27px;
  color: #666666;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.sec_news_details article .date .cmn_cate{
  margin-left: 30px;
  font-size: 14px;
  font-size: 1.4rem;  
}
.sec_news_details article .name{
  max-width: 360px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;  
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;   
}
.sec_news_details article .name .img{
  width: 60px;
  margin-right: 16px;
}
.sec_news_details article .name .img figure{
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.sec_news_details article .name .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);  
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (-ms-high-contrast:none) {
	.sec_news_details article .name .img img{
		width: 100%;
    height: auto;
	}
}
.sec_news_details article .name .en{
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  font-size: 1.8rem;
}
.sec_news_details article .cmn_ttl01{
  font-size: 32px;
  font-size: 3.2rem;  
}
@media screen and (max-width :834px){
  .sec_news_details{
    padding-top: 24px;
    padding-bottom: 100px;
  }
  .sec_news_details article{
    padding: 40px 9.1% 40px;
    margin-bottom:100px;
  }
  .sec_news_details article .date{
    margin-bottom: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_news_details article .date .cmn_cate{
    margin-left: 23px;
    font-size: 10px;
    font-size: 1rem;  
  }
  .sec_news_details article .name{
    margin-bottom: 20px;
  }
  .sec_news_details article .name .img{
    width: 38px;
    margin-right: 12px;
  }  
  .sec_news_details article .name .en{
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sec_news_details article .cmn_ttl01{
    font-size: 20px;
    font-size: 2rem;  
  }  
}

/* ===============================================
# パーツ間の余白の調整
=============================================== */
.cms_text{
  margin-bottom: 30px;
}
.btnBase+.cms_text,
.btnBase+.listLink1,
.btnBase+.cmn_ttl05,
.btnBase+.cmn_ttl06,
.btnBase+.cmn_ttl07,
.btnBase+.cmn_gallery{
  margin-top: 40px;
}
.sec_news_details article .cmn_ttl05:nth-of-type(n+2){
  margin-top: 60px;
}
@media screen and (max-width :834px){
  .cms_text{
    margin-bottom: 20px;
  }  
}