
/* --------------------------------------------------

	スマッピー投票

-------------------------------------------------- */

table { font-size:inherit; }


#link_btn ul.link_list,
#link_btn ul.link_list > li { padding: 5px; }


/* 案内ビデオリンク */

.contents_header h2 span {
    font-size: 1.2rem;
    margin-left: 0.5em;
}

.movie_preview .content {
    padding: 25px 0;
    background-color: #ebebeb;
}

.movie_preview .content a {
	display: block;
	max-width: 480px;
	margin: 0 auto;
    
    position: relative;
}


.movie_preview .content .img img { vertical-align: top; }

.movie_preview .content a .icon {
	width: 60px;
	height: 40px;
	background: url(../img/icon_movie-arrow.png) no-repeat;
	
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -20px;
}


.youtube_area > div > .content {
  margin-top: 15px;
}

.youtube_area > .multi > .content {
  display: flex;
}

.youtube_area > .multi > .content > div {
  width: 50%;
}

.youtube_area > .multi > .content > div:first-child {
  margin-right: 5px;
}
.youtube_area > .multi > .content > div:last-child {
  margin-left: 5px;
}

.youtube_area > div > .content a {
  position: relative;
  display: block;
  text-align: center;
}

.youtube_area > div > .content a img {
  vertical-align: top;
  max-width: 450px;
  width: 100%;
}

.youtube_area > div > .content a > .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -20px;
    font-size: 1.8rem;
    color: #eee;
    background-color: rgba(0,0,0,0.8);
    width: 60px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.youtube_area > div > .content a > .icon i { position: relative; left: 1px; }

.no-touch .youtube_area > div > .content a:hover > .icon,
.youtube_area > div > .content a:focus > .icon { background-color: rgba(0,0,0,0.5); }


/* ------------------------------------------------------------

	979px以下

------------------------------------------------------------ */
@media screen and ( max-width : 979px ) {


}

/* ------------------------------------------------------------

	767px以下

------------------------------------------------------------ */

@media screen and ( max-width : 767px ) {

.youtube_area > .right {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}

.youtube_area > div > .content {
  background-color: #ebebeb;
  padding: 15px;
}

.youtube_area > .multi > .content {
  display: block;
  background: none;
  padding: 0;
}

.youtube_area > .multi > .content > div {
  width: 100%;
  background-color: #ebebeb;
  padding: 15px;
}

.youtube_area > .multi > .content > div:first-child {
  margin-right: 0;
}
.youtube_area > .multi > .content > div:last-child {
  margin-left: 0;
  margin-top: 20px;
}

}


/* ------------------------------------------------------------

	639px以下

------------------------------------------------------------ */

@media screen and ( max-width : 639px ) {
	
	
}


/* ------------------------------------------------------------

	479px以下

------------------------------------------------------------ */

@media screen and (max-width: 479px) {

	div.caution { padding: 5px; }
	
	ul.link_list.multi.div3 > li {
		width: 100%;
	}
  
  .youtube_area > div > .content {
    padding: 10px;
  }

  .youtube_area > .multi > .content > div {
    padding: 10px;
  }

}