
.bold {font-weight: bold;}

/* YouTube */
.youtube {
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* AD BNR  */
.adbnr {
  text-align: center;
}

.adbnr img {
  width: 90%;
  margin: 50px 0 20px;
  padding: 30px 100px;
  border-radius: 6px;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  background-color: rgba(255,255,255,0.8);
}

.area {
  padding: 80px 0 20px;
}


@media screen and (max-width: 640px) {
  .adbnr img {
    padding: 5%;
  }  
}



/*  Podcast  */
div.pod ul {
  padding-bottom: 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

div.pod ul li {
  margin: 0 10px;
}

div.pod ul li a {
  max-width: 200px;
  display: block;
  border: 2px solid #fff;
  border-radius: 100px;
  overflow: hidden;
  text-align: center;
  padding: 5px 20px;
  transition: all 0.6s ease-out 0s;
  background: #000;  
}
