@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------
 info common
└commmon箇所
  /mk/news/
  /mk/event/
---------------------------------------------------------- */

/*----------------------------------------------------------
 News / top ニュース一覧
---------------------------------------------------------- */
#news_list dl{
  border-bottom: 1px dotted #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: top left;
  }

#news_list dt a{
  display: block;
  }

#news_list dl h3{
  margin-bottom: 10px;
  }

#news_list dl h3 a{
  color: #2b2b2b;
  }

#news_list dl h4{
  font-weight: 400;
  }

/* 詳しくはこちら */
.more_ban{
  display: inline-block;
  margin-top:10px;
}

.more_ban a::after{
  content: "\e900";
  font-family: icomoon;
  position: absolute;
  left: auto;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 60%;
  display: inline-block;
  color: #999;
}

.more_ban:first-child{
  margin-top: 0;
}

.more_ban a{
  text-align: center;
  border: 1px solid #ccc;
  padding: 5px 20px;
  padding-right: 30px;
  border-radius: 30px;
  line-height: 1;
  font-size: 90%;
  color: #2b2b2b;
  display: block;
  position: relative;
}

/*---- PC ----*/
@media (min-width: 769px) {
  
  #news_list dl::after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
  }

  #news_list dt{
    float: left;
    position: relative;
  }
  
  #news_list dt img{
    width: 100px;
    height: 75px;
    object-fit: cover;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  
  #news_list dt img.contain{
    object-fit: contain;
  }

  #news_list dd{
    width: 100%;
    box-sizing: border-box;
    padding-left: 130px;
    margin-left: -100px;
    float: right;
  }
}

/*---- SP ----*/
@media (max-width: 768px) {
  #news_list dt{
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
  /* 詳しくはこちら */
  .more_ban a{
    padding: 10px 20px;
  }
}

/*----------------------------------------------------------
 カテゴリと絞り込み
---------------------------------------------------------- */
.search .search-box{
  display: inline-block;
}

[data-category] dd .search-box input{
  display: none;
}

[data-category] dd .search-box label{
  content: "";
  font-size: 80%;
  font-style: normal;
  background-color: #efefef;
  padding: 5px 10px;
  line-height: 1;
  border-radius: 5px;
  margin-left: 5px;
  font-weight: 400;
}

/* ----- head絞り込みメニューデザイン ----- */
#con_sub_menu.search-box input{
  display: none;
}

[data-category] dd .search-box label,
#con_sub_menu.search-box label{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}

#con_sub_menu.search-box label{
  cursor: pointer;
  padding: 0.3em 0.5em;
  border-radius: 5px;
}

[data-category] dd .search-box label:hover,
#con_sub_menu.search-box label:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  background-color: #efefef;
  color: #2b2b2b;
  cursor: pointer;
}

/* ALLカテ */
#con_sub_menu label[for="all"]::before{
  content: "ALL";
}

/*選択状態*/
#con_sub_menu.search-box input:checked + .radio{
    background-color: #666;
    color: #fff;
}

/*---- SP ----*/
@media (max-width: 768px) {
  #con_sub_menu.search-box li{
    margin-top: 10px;
  }
  #con_sub_menu.search-box li:nth-child(-n + 2){
    margin-top: 0;
  }
  
  #con_sub_menu.search-box label{
    display: block;
    text-align: center;
    background-color: #efefef;
  }
}

/* ----- 絞り込みアニメーション ----- */
#news_list .is-hit{
  visibility: visible;
  height: auto;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

#news_list .is-hide{
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}

/*----------------------------------------------------------
 archives
---------------------------------------------------------- */
#archives ul li{
  display: inline-block;
  text-align: center;
}

#archives ul a{
  background-color: #fff;
  color: #2b2b2b;
  padding: 5px 20px;
  border-radius: 5px;
  display: block;
}

/*---- PC ----*/
@media (min-width: 769px) {
  #archives ul li{
    margin-bottom: 10px;
  }

}

/*---- SP ----*/
@media (max-width: 768px) {
  #archives dd{
    padding-left: 10px;
  }
  
  #archives ul::after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
  }
  #archives ul li{
    display: block;
    margin-top: 10px;
    width: 32%;
    float: left;
    margin-right: 2%;
  }
  
  #archives ul li:nth-child(3n){
    margin-right: 0;
  }
  
  #archives ul li:nth-child(-n + 3){
    margin-top: 0;
  }
  
  #archives ul a{
    padding: 10px;
  }
}
