@charset "utf-8";
@media screen and (max-width : 768px){ 
/*------------------------------------------------------------------------------------------
*
*
    Responsive / SP
*
*
------------------------------------------------------------------------------------------ */
.section_v2 .section_title {
	text-align: center;
}
	
	
/* ------------------------------------------------------------
*
    #main_visual
*
------------------------------------------------------------ */
#main_visual{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 20px 0;
    background-color: #f6f6f6;
}

#main_visual_inner{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

#main_visual_inner .pic_visual{ margin: 130px 0 0 0; text-align: right;}
#main_visual_inner .pic_visual img{ width: 100%; margin: 0; height: auto;}

#main_visual .main_copy{
    width: 100%;
    text-align: center;
    position: absolute;
    top: -50px;
    left: 0;
}

#main_visual .main_copy .copy{
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 1.3em;
}

#main_visual .main_copy h2.logo{ display: none;}

#main_visual .main_copy h2.logo img{
    width: 156px;
    height: auto;
}

#sns_share{
    width: 100%;
    margin: 0;
    padding: 0 0 0 23px;
    text-align: center;
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 0;
}

#sns_share li{
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: top;
}


/* ------------------------------------------------------------
*
    #section_type
*
------------------------------------------------------------ */
	#section_type {
		/*margin-top: 56px;*/
		margin-top: 107px; /*← ua change*/
	}
	
#section_type .section_inner{
	background-color: #f8f8f8;
	padding: 20px 15px 0;
}

	.type_wrap {
		margin-bottom: 20px;
	}
	
	#section_type .type_title {
		margin: 0 0 15px;
		padding: 0;
		font-size: 19px;
	}
	
	.type_block {
		margin: 0 auto 0;
		padding: 15px 0;
		box-sizing: border-box;
		border-top: 1px solid #9e9e9e;
	}

	.type_block:first-child {
		margin: -30px auto 0;
		background-color: #fff;
	}
	
	.type_block:last-child {
		border-bottom: 1px solid #9e9e9e;
	}
	
	#section_type .type_name {
		margin-bottom: 10px;
		padding: 0;
		font-size: 14px;
		line-height: 18px;
	}
	
	.type_container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	#section_type .type_heading {
		margin-bottom: 2px;
		padding: 0;
		font-size: 9px;
		line-height: 13px;
	}
	
	#section_type .type_heading .sup {
		font-size: inherit;
		line-height: inherit;
		vertical-align: middle;
		position: static;
	}
	
	.type_value {
		font-size: 20px;
		line-height: 24px;
	}
	
	.type_value .small {
		font-size: 9px;
		vertical-align: baseline;
	}
	

#section_type .caution{
    margin: 20px 0 10px;
    font-size: 13px;
    text-align: left;
    line-height: 1.5em;
    color: #da4058;
}

#section_type .detail{
    text-align: center;
}


/* ------------------------------------------------------------
*
    #section_movie
*
------------------------------------------------------------ */
#section_movie{
    margin: 50px 0 5px 0;
}

#section_movie .section_inner{ padding: 0;}

#section_movie h3{
    margin: 0 0 20px 0;
    padding: 0 15px;
    font-size: 19px;
    line-height: 1em;
}

	#section_movie .pic {
		position: relative;
		padding-bottom: 56.25%;
	}
	
	
	#section_movie .thumb,
	#section_movie .video-js {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
	}

/* ------------------------------------------------------------
*
    #section_stylings
*
------------------------------------------------------------ */
#section_stylings{
    margin: 0 0 10px 0;
}

#section_stylings .section_inner{ padding: 0;}

#section_stylings h3{
    margin: 0 0 20px 0;
    padding: 0 15px;
    font-size: 19px;
    line-height: 1em;
}

#section_movie .modal_mov_open object,
#section_movie .modal_mov_open iframe{
    width: 100%;
    height: auto;
}


/* ------------------------------------------------------------
*
    #section_btm_contents
*
------------------------------------------------------------ */
#section_btm_contents{
    padding: 0 15px 60px 15px;
    margin: 0;
    background-color: #fff;
}

#section_btm_contents h4{
    margin: 0 0 20px 0;
    font-size: 19px;
    text-align: left;
    white-space: nowrap;
    line-height: 1.261em;
}

/* ------------------------------
    .user
------------------------------ */
#section_btm_contents .box_link{ -webkit-transition: opacity .1s ease; transition: opacity .1s ease; position: relative;}

#section_btm_contents .user{
    height: 100%;
    overflow: hidden;
}

#section_btm_contents .user .col_left{
    width: 105px;
    min-width: 105px;
    height: 80px;
    margin: 0 0 15px 0;
    float: left;
    overflow: hidden;
    text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	
	}

#section_btm_contents .user .col_left img{
    width: auto;
	height: auto;
	max-width: 100%;
    max-height: 80px;
}

#section_btm_contents .user .col_right{
    width: auto;
    height: 80px;
    padding: 0 0 0 10px;
    display: table;
    box-sizing: border-box;
    float: left;
}

#section_btm_contents .user .col_right .layout{
    display: table-cell;
    vertical-align: middle;
}

#section_btm_contents .user .col_right .more{
    display: none;
}

#section_btm_contents .user .col_right .desc{
    display: none;
}

#section_btm_contents .user h5{
    max-width: 175px;
    margin: 15px 0 10px 0;
    font-size: 18px;
    line-height: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#section_btm_contents .user .date{
    margin: 0 0 15px 0;
    font-size: 11px;
    color: #444;
}

#section_btm_contents .user .desc{
    clear: both;
    margin: 0 0 3px 0;
	height: 2.8em;
	overflow: hidden;
    font-size: 14px;
    line-height: 1.5em;
}

#section_btm_contents .user .more{
    clear: both;
    font-size: 14px;
    line-height: 1.5em;
}

#section_btm_contents .user_voice{
    margin: 0 0 50px 0;
    padding: 0 0 15px 0;
}

#section_btm_contents #section_uv img{
    width:100%;
}

/* ------------------------------
    .store
------------------------------ */
#section_btm_contents .store h4{ border: none; margin: 0 0 10px 0;}
#section_btm_contents .store img{
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
}

#section_btm_contents .store .desc{
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.5em;
}

#rt-personalize-area-a,
#section_btm_contents .store .detail{
    text-align: center;
    font-size: 14px;
    margin: 5px auto;
}

#rt-personalize-area-a a:after,
#section_btm_contents .store .detail a:after{
    width: 17px;
    height: 17px;
    background-size: 17px;
    right: -5px;
}

#section_btm_contents .honda_store{ margin: 0 0 70px 0;}
#section_btm_contents .honda_cars{ margin: 0 0 40px 0;}

/* ------------------------------
    .mail_magazine
------------------------------ */
#section_btm_contents .mail_magazine{
    margin: 0 0 50px 0;
    padding: 25px 0;
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#section_btm_contents .mail_magazine h4{
    margin: 0;
    font-size: 20px;
    line-height: 1.4em;
    border: none;
}

#section_btm_contents .mail_magazine .desc{
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.5em;
}

#section_btm_contents .mail_magazine .btn{
    text-align: center;
}

#section_btm_contents .mail_magazine .btn a{
    padding: 10px 0;
    display: block;
    background-color: #4a4f54;
    font-size: 15px;
    line-height: 1.466em;
    color: #fff;
    text-decoration: none;
}

/* ------------------------------
    #section_est_btn
------------------------------ */
#section_btm_contents #section_est_btn{
}
.btn-estimate{
    width: 100%;
    height: 52px;
    padding: 0;
    margin: 0 auto 70px auto;
    box-sizing: border-box;
    display: block;
    text-align: center;
}

.btn-estimate a{
    width: 100%;
    height: 52px;
    display: flex;
	align-items: center;
	justify-content: center;
    vertical-align: middle;
    font-size: 21px;
    line-height: 52px;
    letter-spacing: .03em;
    color: #fff !important;
	font-weight: bold;
    background-color: #0064a1;
}

.btn-estimate a .ico{
    margin: 0 15px 0 0;
	line-height: 0;
}

.btn-estimate a .ico img{
    width: 19px;
    height: auto;
    position: relative;
}

.btn-estimate span {
	vertical-align: middle;
}
	
.estimate_desc {
    width: 100%;
    margin: 0 0 5px 0;
    text-align: center;
    font-size: 13px;
}

/* ------------------------------
    #section_caution
------------------------------ */
#section_caution{
    margin-top: -20px;
    padding: 0;
    margin-bottom: 0;
}
	
/*ua add*/
#section_caution.ua_add {
	margin-top: 30px !important;
}	

.section_v2 .arrow_next,
.section_v2 .arrow_prev,
.section_v2 .slick-dots {
	display: none !important;
}

  
/* ------------------------------
    #usersvoice-induction-area
------------------------------ */
    section.p-usersvoice_link{
    margin-top: 30px;
    margin-bottom: 70px;
}

/* ------------------------------
#light_car_caution
------------------------------ */
#light_car_caution {
  margin: 25px auto 50px;
}

#light_car_caution h4 {
  padding: 12px 0;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  background-color: #ededed;
}
#light_car_caution p {
  padding: 10px 15px;
  background-color: #f8f8f8;
  font-size: 13px;
  line-height: 19px;
  box-sizing: border-box;
}
	
/*ua add*/
.finishcopyIndex{
	position: absolute;
	top:56px;
	width: 100%;
	text-align: center;
	background: #C00;
	color: #fff;
	padding: 0.6em;
	font-size: 13px;
	line-height: 1.4;
	z-index: 99;
}

.finishcopyIndex br.spshow {
	display: inline !important;
}

.finishcopyIndex em {
	font-size: 11px;
}/*add ここまで*/
	
}