@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.sample_list ul {
  list-style: none;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0;
}

.video_ttl {
  font-size: 1.5em;
}

.sample_list ul li {
  width: -webkit-calc(100% / 3);
  text-align: center;
}

.affiliate_btn {
  display: block;
  color: #fff;
  width: 55%;
  margin: 15px auto;
  background-color: #eab2ea;
  text-align: center;
  padding: 10px;
  text-decoration: none;
}

.video_category {
  padding: 0;
  width: 100%;
}

.video_category li {
  list-style: none;
  display: inline-block;
  margin-right: 3px;
  height: 27px;
}

.video_category li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  padding: 2px 5px;
  margin-right: 3px;
  margin-bottom: 4px;
  background-color: #eab2ea;
  color: #fff;
  font-size: 0.7em;
}

.video_tag {
  padding: 0;
  width: 100%;
}

.video_tag li {
  list-style: none;
  display: inline-block;
  margin-right: 3px;
  height: 27px;
}

.video_tag li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  padding: 2px 5px;
  margin-right: 3px;
  margin-bottom: 4px;
  background-color: #fff;
  border: solid 1px #eab2ea;
  color: #eab2ea;
  font-size: 0.7em;
}

.video_info table td {
  font-weight: bold;
  font-size: 0.5em;
}

.sample_video video {
  width: 100%;
}

.related-video {
  column-count: 2;
  column-gap: 4%;
  padding: 0;
  list-style: none;
}

.related-video li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

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

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

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