@charset "Shift_JIS";

/*---------------------------------------
  [SP] 動画詳細ページ
----------------------------------------*/
.topicPath+#page_video {
  margin-top: 11px;
}
#page_video .mainframe_ {
  width: 1100px;
}
#page_video {
  padding-bottom: 50px;
}
#page_video .video_article {
  display: flex;
  justify-content: space-between;
}
#page_video .video_article > div {
  width: 530px;
}

#page_video .video_ttl {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
.video_up_day {
  font-size: 12px;
  margin-bottom: 17px;
}

#page_video .video_text {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 40px;
}
#page_video .video_programs {
  justify-content: space-between;
  margin-bottom: 30px;
}
#page_video .video_programs .favorites_1step_btn {
  margin-top: 28px;
}

.btn_box {
  height: 50px;
    position: relative;
}
#page_video .video_programs .favorites_1step_btn .btn_02 {
  width: 320px;
  position: absolute;
  right: 0;
}
#page_video article h1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 60px 0 40px;
}
#page_video .item_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
#page_video .item_list > li {
  width: 530px;
  float: none;
  font-size: inherit;
  margin: 0;
}
#page_video .item_list > li:nth-of-type(even) {
  margin-left: 40px;
}
#page_video .item_article {
  display: flex;
  margin-bottom: 20px;
}
#page_video .item_article .item_photo {
  width: 150px;
  min-width: 150px;
}
#page_video .item_article .item_data {
  color: #333;
  margin-left: 30px;
}
#page_video .item_article .item_label a {
  color: #333;
  font-size: 12px;
  text-decoration: none;
  margin-bottom: 15px;
}
#page_video .item_article .item_name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
#page_video .item_article .item_other {
  margin-bottom: 10px;
}
#page_video .item_article .item_price {
  margin-bottom: 20px;
}
#page_video .item_article .item_price {
  font-size: 18px;
  font-weight: bold;
}
#page_video .item_article .item_price .tax {
  font-size: 12px;
}
#page_video .item_article .item_price .cl_2.price_off {
  font-size: 14px;
}
#page_video .video_timeline dl,#page_video .item_article dl {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}

#page_video .video_timeline dl+dl,#page_video .item_article dl+dl, #btn-text {
  margin-top: 10px;
}

#btn-text{
  margin-right: auto;
  margin-left: auto;
}

#page_video .video_timeline dt,#page_video .item_article dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 40px;
  background-color: #eee;
  border-radius: 20px;
}
#btn-text span {
  padding-left: inherit !important;
}

#page_video .video_timeline dt span,#page_video .item_article dt span {
  position: relative;
  color: #04345a;
  padding-left: 30px;
}

#page_video .video_timeline dt span:before,#page_video .item_article dt span:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  background: url("/ships_img/pc/parts/ico_video.png") no-repeat center;
  top: 0;
  left: 0;
}
#btn-text span:before{
 background:inherit !important;
}

#page_video .video_timeline dd,#page_video .item_article dd {
  line-height: 1.5;
  margin-left: 10px;
}

.hash_button {
  display: inline-block;
  font-size: 14px;
  padding: 0.5px 12px;
  border: 1px solid #dcdcdc;
  border-radius: 30px;
  margin-right: 8px;
  margin-bottom: 10px;
}

.grad_wrap {
  margin-bottom: 85px;
}

.video_programs dl {
  display: none;
}

/*リアルタイムキャプションの書式設定*/
div#caption_meg_area {
  text-align: center;
  margin-top: 10px;

}
a#caption_meg {
  font-size: 14px;
  cursor: pointer;
}

