@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

.fv_hitlist .swiper-wrapper,
.evidensarea_slide .swiper-wrapper {
  transition-timing-function: linear !important;
}
.fv_hitlist .swiper-slide,
.evidensarea_slide .swiper-slide {
  width: auto;            /* ここが 100% だと止まる */
  margin-right: 14px;
}
@media (min-width: 744px){
  .fv_hitlist .swiper-slide,
  .evidensarea_slide .swiper-slide { margin-right: 18px; }
}


.footer {
  background-color: #10276E;
  margin-top:0;
}

/* Footer メニュー調整 */
ul.links li button {
  background: none !important; /* 背景を消す */
  border: none !important;     /* 枠線を消す */
  color: #FFFFFF !important;
  font-size: 16px;
  padding: 0;
  cursor: pointer;
}

/* hover効果など欲しければ追加 */
ul.links li button:hover {
  text-decoration: underline;
  opacity: 0.8;
}
