
@media screen and (max-width : 768px) {
.pc{
	display:none;
}
.contents{
	position:relative;
	/* margin-top:55px; */
	color:#666;
}
.contents .btn_useful{
	position:absolute;
	/*top:97vw;*/
	top: 4px;
	left:10vw;
	z-index:2;

}
.contents .btn_useful a{
	display:inline-block;
	margin-right:6vw;
}
.contents .btn_useful a img{
	height:8vw;
}
.contents .btn_voice{
	position:absolute;
	top:7vw;
	left:0;
	z-index:2;
	width:100%;
	text-align:center;

}
.contents .btn_voice img{
	height:7vw;
	margin:0 auto;
}
.contents .btn_preview{
	position:absolute;
	/*top:97vw;*/
	top: 14px;
	right:12vw;
	z-index:2;

}
.contents .btn_preview a{
	display:inline-block;
}

.contents .btn_preview a img{
	height:7vw;
}
.contents .bg{
	width:100%;
	height:114vw;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	top: 0;
	left: 0;
	z-index:-1;
	position:absolute;
	overflow:hidden;
}
.contents .bg.fix{
	position:fixed;
	top:56px;
}
.contents .wrap{
	padding-top:0;
	background-color:#fff;
	margin-top:0;
}
.contents.duskin01 .bg{
	background-image:url(../duskin01/image/hero_sp.jpg);
}
.contents.duskin02 .bg{
	background-image:url(../duskin02/image/hero_sp.jpg);
}
.contents.sagawa01 .bg{
	background-image:url(../sagawa01/image/hero_sp.jpg);
}
.contents.sagawa02 .bg{
	background-image:url(../sagawa02/image/hero_sp.jpg);
}
.contents .hero{
	position:relative;
	height:114vw;
}
.contents .hero h1 img.sp{
	display:block;
	width:85%;
	margin:0 auto 0;
	padding-top:20vw;
}
.contents .hero .exp{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	font-size:3vw;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	color:#fff;
	text-align:center;
	padding-top:58vw;
	line-height:175%;
}
/* _________________________________________ */
.contents .navi{
	margin:0 0 0;
	position:relative;
	z-index:1;
}
.contents .navi ul{	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: center;/*-- 中央揃え --*/

}
.contents .navi li{
	width:50%;
	text-align:center;
	position:relative;
}
.contents .navi li img{
	width:100%;
	display:block;
	margin:0 auto;
}
.contents .navi.btm li img{
	position:absolute;
	bottom:0;
}
.contents .navi.btm{
	margin-top:20px;
}
.contents .navi li p{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	text-align:center;
	color:#fff;
	line-height:8vw;
	font-size:3vw;
	z-index:2;
}
.contents .navi.btm li p{
	top:auto;
	bottom:0;
}
.contents .wrap .navi li:after{
	background:#999999;
	height:8.2vw;
	width:100%;
	content:"";
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
.contents .navi.btm li:after{
	top:auto;
	bottom:0;
}
.contents .wrap .navi li.current:after{
	background:#509EAE;
}
/* _________________________________________ */
.contents .article{
	margin:0 auto;

}
.contents .article h2{
	text-align:center;
	color:#509EAE;
	font-size:6.7vw;
	margin:10vw auto 0;
	line-height:120%;
}
.contents .article h2 span{
	font-size:4vw;
	display:block;
}
.contents .article .intro_pic{
	text-align:center;
	margin:8vw 0 0;
}
.contents .article .intro_pic img{
	width:40vw;
}
.contents .article .intro_exp{
	margin:4vw 5vw 0;
	font-size:3.8vw;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	line-height:180%;
	text-align:left;
}
.contents .article .qa{
	margin:10vw 5vw 0;
}
.contents .article .qa dt,
.contents .article .qa dd{
	background-size:26px;
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:40px;
}
.contents .article .qa dt{
	background-image:url(../duskin01/image/ico_q.gif);
	margin-bottom:15px;
}
.contents .article .qa dd{
	background-image:url(../duskin01/image/ico_a.gif);
	margin-bottom:40px;
}

.contents.duskin02 .article .qa dd{
	background-image:url(../duskin02/image/ico_a.gif);
}
/* .contents .article .qa dt h3{ */
.contents .article .qa dt span{
	display: block;
	color:#509EAE;
	font-size:15px;
	line-height:140%;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	line-height:26px;
}
.contents .article .qa dd h3{
	color:#E6AD38;
	font-size:15px;
	line-height:140%;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	line-height:26px;
}
.contents.duskin02 .article .qa dd h3{
	color:#E79491;
}
.contents .article .qa dd .exp{
	line-height:180%;
	font-size:14px;
	margin-top:10px;
}
.contents .article .qa dd .caption{
	font-size:12px;
	margin-top:10px;
	line-height:160%;
	font-family: "HondaGlobalFontJP-Light", sans-serif;
}
.contents .article .qa dd .pic{
	margin:20px 0 0 -40px;
}
.contents .article .qa dd .pic img{
	width:100%;
}
.contents .article .qa dd .pic.clm{
}
.contents .article .qa dd .pic.clm img:nth-child(2){
	margin-top:10px;
}
/* _________________________________________ */
.contents .article .profile{
	position:relative;
	padding:0 5vw;

}
.contents .article .profile .balloon{
	position:relative;
	z-index:2;
}
.contents .article .profile .balloon img{
	width:100%;
}
.contents .article .profile .h{
	margin:0vw 0 0;
}
.contents .article .profile .h img{
	height:9px;
}
.contents .article .profile .name{
	color:#E6AD38;
	font-size:24px;
	margin:15px 0 0;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	letter-spacing:0.08em;
}
.contents .article .profile .kana{
	font-size:13px;
	font-weight:normal;
	letter-spacing:0em;
}
.contents .article .profile .san{
	color:#666;
	font-size:13px;
	letter-spacing:0em;
}
.contents .article .profile .member{
	font-size:11px;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	margin:8px 0 0;
}
.contents .article .profile .exp{
	margin:17px 0 0;
	line-height:160%;
	font-size:12px;
}
.contents .article .profile .photo{
	margin-top:15px;
	text-align:center;
}
.contents .article .profile .photo img.sp{
	display:block;
	width:80%;
	margin:0 auto;
}

/* _________________________________________ */
.contents .type_bg{
	background:#E5EBEF;
	padding:0 0 60px;
}
.contents .type_bg h3{
	text-align:center;
	padding:63px 0 30px;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	font-size:16px;
}
.contents .type_bg .inner{
	padding:0 5vw;
}
.contents .type_bg .photo{
	margin-bottom:5vw;
}
.contents .type_bg .photo img{
	width:100%;
	display:block;
}
.contents .type_bg .clm{
	position:relative;
}
.contents .type_bg .clm .exp{
	font-size:12px;
	line-height:1.6;
	margin-bottom:8vw;
}
.contents .type_bg .clm .btn_type{
}
.contents .type_bg .clm .btn_type a{
	margin-top:8px;
	display:block;
	line-height:50px;
	font-size:12px;
	color:#fff !important;
	padding-left:20px;
	background-color:#808080;
	background-image:url(../../../image/arrow.png);
	background-size:auto 12px;
	background-repeat:no-repeat;
	background-position:right 25px center;
}

.contents .type_bg .inner .caption {
	margin-top: 20px;
	font-size: 11px;
	line-height: 1.5;
	font-family: "HondaGlobalFontJP-Light", sans-serif;
}


/* _________________________________________ */
.bnr_article{
	text-align:center;
	padding:0 5vw 0;
	margin-top:30px;
}
.bnr_article img{
	width:100%;
}
/* _________________________________________ */
#section_news{
	margin:40px 0 40px;
}
#section_news h3 {
}


#section_news .c-box {
	margin-right: auto;
	margin-left: auto;
	padding: 0 10px;
	margin-bottom: 50px;
}
#section_news .swiper-slide .c-slider__title {
	text-align: left;
	line-height: 1.5;
	font-size: 14px;
	color: #0064a1;
	margin-top: 5px;
}
#section_news .swiper-slide .c-slider__text {
	text-align: left;
	line-height: 1.5;
	font-size: 12px;
	margin-top: 5px;
}
#section_news .c-slider__image {
	border: none;
}




#section_news .img_slider.col04 {
}
#section_news .img_slider .pic {
}
}