/*====================================
*
/beginner/point
*
====================================*/
@charset "UTF-8";
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}
@media screen and (max-width: 768px) {
/*------------------------------------------------------------------------------------------
*
*
	Responsive / SP
*
*
------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------
*
	beginner_index_SP共通
*
------------------------------------------------------------ */
#contents_area .section {
	width: 100%;
	margin: 0 auto;
}
.section .section_inner .headline{
    margin-top: 20px;
}
.btn_accordion_detail{
}
#contents_area .section .detail a {
	font-size: 14px;
}
.accordion_content{
}
.ico_type{
	left: 0;
	font-size: 9px;
}
/* ------------------------------------------------------------
*
	.section
*
------------------------------------------------------------ */
.accordion_content{
	margin: 0 auto;
}
.accordion_inner .detail_box{
	margin-bottom: 30px;
}
.accordion_inner .detail_box:last-child{
	border-bottom: 1px solid #cccccc;
}

.section .friendly_list,
.section .section_column div.friendly_list:first-child {
	display: table;
	margin-bottom: 30px;
}
.section .friendly_list{
	margin-top: 15px;
}
.section .friendly_list .tab_txt {
	width: 50%;
	display: table-cell;
	float: left;
	font-size: 16px;
	line-height: 1.3em;
}
.section .friendly_list img {
	display: table-cell;
	width: 50%;
	padding: 0 10px 0 0;
	box-sizing: border-box;
	float: left;
}
.section .detail_inner .detail_box .welfare_car_type {
	padding: 15px;
	background-color: #f3f3f3;
	margin: 0 0 30px 0;
}
.section .welfare_car_type_list {
	display: table;
	width: 100%;
}
.section .welfare_car_type_list li {
	float: left;
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	margin: 0 0 30px 0;
	padding: 0 5px;
}
.section .welfare_car_type_list li a {
	display: inline-block;
}
.section .welfare_car_type_list li img {
	width: 100%;
	margin: 0 0 5px 0;
}
.section .welfare_car_type_list li .car_type {
	font-size: 16px;
	line-height: 1.3em;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	margin: 0;
}
.section .welfare_car_type_list li .detail {
	padding: 0;
	text-align: left;
	font-size: 14px;
}
.section .welfare_car_type_list li .detail a:after{
	background-size: 16px 16px;
	top: 6px;
}
.section .welfare_car_type_list li .detail span:after{
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image:url(/welfare/common/image_common/parts_ico_btn_detail_arrow.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 20px 20px;
    position: relative;
    top: 4px;
    right: -5px;
}
.section .welfare_car_type_list li .detail span:after{
	background-size: 16px 16px;
	top: 6px;
}
.section .headline .sub_desc{
	display: block;
	font-family: "HondaGlobalFontJP-Regular", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}


/* ------------------------------------------------------------
*
	#section_friendly_me
*
------------------------------------------------------------ */
.section .friendly_list li {
	display: table;
	width: 100%;
	margin: 0 0 30px 0;
}
/* ------------------------------------------------------------
*
	#section_friendly_you
*
------------------------------------------------------------ */
.section .detail_inner .desc_small{
	font-size: 12px;
	text-align: left;
	margin-bottom: 30px;
}

.rect_nav:last-child{
	margin: 15px 15px 70px 15px;
}

/* ------------------------------------------------------------
*
	#アコーディオン速度調整
*
------------------------------------------------------------ */
.accordion_inner{
	-webkit-transition: 0.35s ease;
}






}
