@import "../../assets/css/article.css";

#honda-magazine .mag-article-visual h3.tate{
	background: none;
	font-size: 32px;
	line-height: 1.5;
	text-shadow: 3px 3px 5px #212121;
}
#honda-magazine .mag-article-visual h3.tate.sab{
	background: none;
	font-size: 19px;
	line-height: 1.1;
	text-shadow: 3px 3px 5px #212121;
}
#honda-magazine .mag-article-visual .top-inner .caption .date{
	font-size: 12px;
	width: 24px; height: 90px;
	background: #D20100;
	margin-right: 25px;
}
#honda-magazine .mag-article-center .title2{
	font-size: 19px; margin-bottom: 35px;
}




#honda-magazine .caption{
	font-size: 12px;
	text-align: center;
}

#honda-magazine .rel .example1 {font-weight:900;color: #CC0000;}
#honda-magazine .rel .example2 {font-weight:900;color: #000;}
#honda-magazine .rel .example3 {font-weight:900;color: #CC0000;text-shadow: 2px 2px 3px #fff;}
#honda-magazine .rel .example4 {font-weight:900;color: #FFF;text-shadow: 3px 3px 5px #212121;}
#honda-magazine .rel .example5 {font-weight:800;color: #494949;}
#honda-magazine .rel .example6 {background: #C7F7FF;color: #000;padding: 0.1rem 0.7rem;border-radius: 8px 8px 8px 8px;}
#honda-magazine .rel .example7 {background: #FFDCC5;color: #000;padding: 0.1rem 0.7rem;border-radius: 8px 8px 8px 8px;}
#honda-magazine .rel .example8 {background: #CC0000;color: #FFF;padding: 0.1rem 0.7rem;border-radius: 8px 8px 8px 8px;;
}


.background-color { width: 100%; padding: 1.5em;
                 border: solid 1.5em transparent;
                 background: #EFEFEF;
                 background-clip: border-box; }

.background-color2 { width: 100%; padding: 1.5em;
                 border: solid 1.5em transparent;
                 background: #E9FFFF;
                 background-clip: border-box; }



#honda-magazine .mag-article-visual h2 a > img{
	width: 100%;
    filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.3));
}

.bannerArea{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 60px;
}.bannerArea{
	width: 100%;
	max-width: 800px;
	margin: 0 auto 60px;
}
.bannerArea > a{
	position: relative; display: block;
}
.bannerArea > a > img{
	width: 100%;
	-webkit-transition: 0.2s ease-out;
	transition:0.2s ease-out;
}

@media screen and (min-width:769px){
	#questionnaire .inner .waku > ul li:hover img{
		transform: rotate(15deg) scale(0.9, 0.9);
	}

	.bannerArea > a:hover > img{
		opacity: 0.7;
	}
    .btnPlayMovie:hover img.abs{
		opacity: 1;
	}
}

@media screen and (max-width:768px){
	#honda-magazine .mag-article-visual h3.tate{
		font-size: 24px;
		line-height: 1.2;
		}
		#honda-magazine .mag-article-center.tate .title2{
		font-size: 14px;
		margin-left: 0px;
	}
	}




@media only screen and (max-width: 768px) { 
.sp {
display: block;
 }
.pc {
display: none;
 }
}



.slider {
  margin: 30px auto 0;
  max-width: 500px;
  width: 80%;
}
.slick-img img {
  height: auto;
  width: 100%;
}