@charset "UTF-8";
/*
* font-weight
* -----------------------------
* Josefin Slab: 400, 600
* co-headline: 300
* futura-pt: 400
*/
/*============================================================
上書き
============================================================*/
.com-podcasts {
  border-bottom: 1px solid #d8dde0;
}

.com-podcasts > li {
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #d8dde0;
}

/*============================================================
ビジュアル
============================================================*/
.sub-visual {
  background-image: url(../img/podcast/sub_visual.jpg);
}

/*============================================================
パーツ
============================================================*/
a.team_building {
  color: #009de6;
}

a.team_building:hover {
  text-decoration: underline;
  opacity: 0.5;
}

.pod-btn {
  margin: 50px 0 0;
}

.pod-btn a {
  width: 290px;
  max-width: 290px;
  padding: 20px;
  text-align: center;
  background: #009de6;
  color: #fff;
  display: block;
  opacity: 1;
  transition: opacity 0.3s;
}

.pod-btn a:hover {
  text-decoration: none;
  opacity: 0.5;
}
