.contents_choice{
	padding-bottom: 80px;
}
.contents_choice-btm{
	padding: 70px 0 80px 0;
}
.contents_choice_inner{
	margin: 0 auto;
	width: 980px;
}

@media screen and (max-width: 736px) {
	.contents_choice{
		padding-bottom: 40px;
	}
	.contents_choice-btm{
		padding: 40px 0;
	}
	.contents_choice_inner{
		padding: 0 4%;
		width: 100%;
	}
}

/* ----------------------------- はじめての発電機選び TOP ----------------------------- */

.choice_bnr{
	margin-bottom: 70px;
	border: 1px solid #e4e7e9;
}
.choice_bnr a{
	display: flex;
	align-items: center;
}
.choice_bnr_img{
	width: 464px;
	border-right: 1px solid #e4e7e9;
}
.choice_bnr_info{
	position: relative;
	padding: 0 50px;
	width: 514px;
}
.choice_bnr_info:after{
	position: absolute;
	font-family: FontAwesome;
	content: "\f054";
	top: 50%;
	right: 30px;
	color: #ff6400;
	font-size: 14px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.choice_bnr_info_lead{
	color: #ff6400;
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
}
.choice_bnr_info_ttl{
	margin-bottom: 9px;
	color: #2b383f;
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
}
.choice_bnr_info_txt{
	color: #2b383f;
	font-size: 16px;
	line-height: 26px;
}

@media screen and (max-width: 736px) {
	.choice_bnr{
		margin-bottom: 40px;
	}
	.choice_bnr a{
		display: block;
	}
	.choice_bnr_img{
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #e4e7e9;
	}
	.choice_bnr_info{
		padding: 20px 15px;
		width: 100%;
	}
	.choice_bnr_info:after{
		right: 15px;
	}
	.choice_bnr_info_lead{
		font-size: 14px;
		line-height: 24px;
	}
	.choice_bnr_info_ttl{
		margin-bottom: 6px;
		font-size: 21px;
		line-height: 27px;
	}
	.choice_bnr_info_txt{
		font-size: 12px;
		line-height: 20px;
	}
}

/* ----------------------------- おすすめ ----------------------------- */

#target_choice{
	margin-top: -129px;
	padding-top: 129px;
}
.contents_choice-btm .choice_recommend{
	margin-bottom: 70px;
}
.choice_recommend_ttl{
	position: relative;
	margin-bottom: 25px;
	padding-left: 30px;
	font-size: 22px;
}
.choice_recommend_ttl:before {
	position: absolute;
	content: '■';
	left: -6px;
	top: -5px;
	font-size: 28px;
	color: #ff6400;
}
.choice_recommend_list{
	display: flex;
	justify-content: space-between;
}
.choice_recommend_list_item,
.choice_recommend_list_item-2{
	width: 310px;
}
.choice_recommend_list_item a,
.choice_recommend_list_item-2 a{
	display: block;
	height: 100%;
	border: 1px solid #e4e7e9;
}
.choice_recommend_list_item_img,
.choice_recommend_list_item-2_img{
	position: relative;
	top: -1px;
	left: -1px;
	width: -webkit-calc(100% + 2px);
	width: calc(100% + 2px);
}
.choice_recommend_list_item_info,
.choice_recommend_list_item-2_info{
	padding: 15px 20px;
	color: #2b383f;
}
.choice_recommend_list_item_info_ttl,
.choice_recommend_list_item-2_info_ttl{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.choice_recommend_list_item_info_txt{
	margin-top: 12px;
	font-size: 16px;
	line-height: 26px;
}
.choice_attention li{
	font-size: 14px;
	line-height: 26px;
}
.choice_attention li strong{
	color: #c00;
	font-weight: normal;
}
.choice_attention li a{
	color: #2b383f;
	text-decoration: underline;
}


@media screen and (max-width: 736px) {
	#target_choice{
		margin-top: -78px;
		padding-top: 78px;
	}
	.contents_choice-btm .choice_recommend{
		margin-bottom: 40px;
	}
	.choice_recommend_ttl{
		margin-bottom: 10px;
		font-size: 18px;
	}
	.choice_recommend_ttl:before {
		top: -9px;
		left: 0;
		font-size: 28px;
	}
	.choice_recommend_list{
		display: block;
	}
	.choice_recommend_list_item{
		margin-bottom: 15px;
		width: 100%;
	}
	.choice_recommend_list_item:last-child{
		margin-bottom: 0;
	}
	.choice_recommend_list_item a{
		display: flex;
		padding: 15px;
		height: auto;
		-webkit-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.choice_recommend_list_item_img{
		position: static;
		width: 43%;
	}
	.choice_recommend_list_item_info{
		padding: 0;
		padding-left: 13px;
		width: 57%;
	}
	.choice_recommend_list_item_info_ttl{
		font-size: 18px;
		line-height: 24px;
	}
	.choice_recommend_list_item_info_txt{
		margin-top: 4px;
		font-size: 14px;
		line-height: 24px;
	}
	.choice_recommend_list_item-2{
		margin-bottom: 15px;
		width: 100%;
	}
	.choice_recommend_list_item-2:last-child{
		margin-bottom: 0;
	}
	.choice_recommend_list_item-2_info{
		padding: 11px 15px;
	}
	.choice_recommend_list_item-2_info_ttl{
		font-size: 16px;
		line-height: 24px;
	}
	.choice_attention li{
		font-size: 12px;
		line-height: 20px;
	}
}

#sec2{
	margin-bottom: 70px;
}

#sec2 .bnr {
  width: 100%;
  background-image: url("/generator/img/top/sec2-1.jpg");
  background-size: cover;
  background-position: 100% 50%;
}

@media screen and (max-width: 736px) {
	#sec2{
	margin-bottom: 40px;
	}
  #sec2 .bnr {
    background-image: url("/generator/img/top/sec2-1-sp.jpg");
    background-position: center;
  }
}

#sec2 .bnr [class*="text--"] {
  color: #fff;
  display: inline-block;
  margin-top: 10%;
  position: relative;
  width: 670px;
}

@media screen and (max-width: 736px) {
  #sec2 .bnr [class*="text--"] {
    margin-top: 30%;
    text-align: center;
    width: auto;
    float: none;
    display: block;
    font-size: 14px;
    line-height: 1.6;
  }
}

#sec2 .bnr .btn {
  color: #fff;
  font-size: 16px;
  padding: 10px;
  padding-right: 15px;
  border: 1px solid #fff;
  display: inline-block;
  width: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  height: 52px;
  margin: auto;
}

@media screen and (max-width: 736px) {
  #sec2 .bnr .btn {
    display: block;
    margin: 15px auto;
    width: 70%;
    font-size: 14px;
    height: auto;
    position: relative;
  }
}

#sec2 .bnr .btn .fa-chevron-right {
  color: #fff;
}

#sec2 .bnr a {
  height: 150px;
  display: block;
}
#sec2 .bnr__text,
#sec4 .bnr__text{
  letter-spacing: 1px;
}
@media screen and (max-width: 736px) {
  #sec2 .bnr a {
    height: auto;
  }
}

/* ----------------------------- 発電機選びのポイント ヘッダー ----------------------------- */

.contents_header_point_cat{
	display: inline-block;
	margin-bottom: 20px;
	padding: 6px 14px;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	background: #ff6400;
	border-radius: 6px;
}
.contents_header_point_ttl{
	margin-bottom: 50px;
	font-size: 36px;
	line-height: 1;
}
.contents_header_point_lineup{
	margin-bottom: 63px;
	padding-top: 20px;
}
.contents_header_point_txt{
	margin-bottom: 43px;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
}
.contents_header_point_nav{
	display: flex;
	margin-bottom: 20px;
}
.contents_header_point_nav_item{
	width: 33.33%;
	border-right: 1px solid #e4e7e9;
	border-bottom: 1px solid #e4e7e9;
	-webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.contents_header_point_nav_item:first-child{
	border-left: 1px solid #e4e7e9;
}
.contents_header_point_nav_item a{
	display: block;
	text-align: center;
}
.contents_header_point_nav_item_no{
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	background: #ff6400;
}
.contents_header_point_nav_item_no:after{
	position: absolute;
	content: '';
	top: 0;
	right: -1px;
	width: 1px;
	height: 100%;
	background: #fff;
	z-index: 10;
}
.contents_header_point_nav_item:last-child .contents_header_point_nav_item_no:after{
	background: #ff6400;
}
.contents_header_point_nav_item:first-child .contents_header_point_nav_item_no:before{
	position: absolute;
	content: '';
	top: 0;
	left: -1px;
	width: 1px;
	height: 100%;
	background: #ff6400;
	z-index: 10;
}
.contents_header_point_nav_item_txt{
	position: relative;
	padding: 17px 15px;
	color: #2b383f;
	font-size: 16px;
	line-height: 26px;
}
.contents_header_point_nav_item_txt:after{
	position: absolute;
	content: '';
	top: 50%;
	right: 14px;
	width: 11px;
	height: 6px;
	background: url(../img/icon_arr_b.png) 0 0 no-repeat;
	background-size: 11px auto;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

@media screen and (max-width: 736px) {
	.contents_header_point{
		text-align: center;
	}
	.contents_header_point_cat{
		margin: 0 auto 20px auto;
		font-size: 14px;
	}
	.contents_header_point_ttl{
		margin-bottom: 40px;
		padding: 0 4%;
		font-size: 24px;
	}
	.contents_header_point_lineup{
		margin-bottom: 35px;
		padding: 0 4%;
		padding-top: 10px;
	}
	.contents_header_point_txt{
		margin-bottom: 24px;
		padding: 0 4%;
		font-size: 12px;
		line-height: 20px;
		text-align: left;
	}
	.contents_header_point_nav{
		display: block;
		margin-bottom: 0;
	}
	.contents_header_point_nav_item{
		width: 100%;
		border-right: 0;
	}
	.contents_header_point_nav_item:first-child{
		border-left: 0;
		border-top: 1px solid #e4e7e9;
	}
	.contents_header_point_nav_item a{
		display: flex;
	}
	.contents_header_point_nav_item_no{
		width: 20%;
		padding: 8px 0;
		font-size: 12px;
		line-height: 24px;
	}
	.contents_header_point_nav_item_no:after{
		top: auto;
		bottom: -1px;
		right: auto;
		left: 0;
		width: 100%;
		height: 1px;
	}
	.contents_header_point_nav_item:first-child .contents_header_point_nav_item_no:before{
		top: -1px;
		right: auto;
		left: 0;
		width: 100%;
		height: 1px;
	}
	.contents_header_point_nav_item_txt{
		width: 80%;
		padding: 8px 15px;
		font-size: 12px;
		line-height: 24px;
		text-align: left;
	}
}

/* ----------------------------- 発電機選びのポイント セクション ----------------------------- */

.contents_point_section1,
.contents_point_section3{
	background: #eceff1;
	overflow: hidden;
}
.contents_point_section2{
	overflow: hidden;
}
.contents_point_section_inner{
	margin: 0 auto;
	padding: 80px 0;
	margin-top: -129px;
	padding-top: 209px;
	width: 980px;
}
.contents_point_section_no{
	margin-bottom: 9px;
	color: #ff6400;
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
}
.contents_point_section_ttl{
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 20px;
	font-size: 36px;
	line-height: 42px;
	font-weight: bold;
}
.contents_point_section_ttl:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background: #ff6400;
}
.contents_point_section_clm{
	margin: 0 auto;
	width: 860px;
}
.contents_point_section_clm_lead{
	margin-bottom: 16px;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}
.contents_point_section_clm_txt{
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 28px;
}
.contents_point_section_clm_caption{
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
}

/* POINT1 */
.point1_tab_bar{
	display: flex;
	padding-bottom: 20px;
}
.point1_tab_bar li{
	margin-right: 20px;
	width: 272px;
}
.point1_tab_bar li a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #2b383f;
	border-radius: 5px;
	-webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.point1_tab_bar li a:after{
	position: absolute;
	content: '';
	top: 50%;
	right: 14px;
	width: 11px;
	height: 6px;
	background: url(../img/icon_arr_b_wt.png) 0 0 no-repeat;
	background-size: 11px auto;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.point1_tab_bar li.tab-active a{
	background: #ff6400;
}
.point1_tab_bar li.tab-active a:hover{
	opacity: 1;
}
.point1_tab_bar li.tab-active a:after{
	content: none;
}
.point1_tab_bar li.tab-active a:before{
	position: absolute;
	content: '';
	bottom: -9px;
	left: 0;
	right: 0;
	margin: auto;
	width: 14px;
	height: 9px;
	background: url(../img/icon_selected.png) 0 0 no-repeat;
	background-size: 14px auto;
}
.point1_tab_content_item{
	display: none;
}
.point1_tab_content_item_img{
	display: flex;
	justify-content: space-between;
}
.point1_tab_content_item_img_item{
	width: 425px;
}

/* POINT2 */
.point2_clm{
	text-align: center;
}
.point2_clm_img1{
	margin-bottom: 30px;
}
.point2_clm_img2{
	margin-bottom: 46px;
}
.point2_clm_img3{
	margin-bottom: 50px;
}
.point2_point{
	position: relative;
	padding: 25px 30px;
	background: #ffefe5;
}
.point2_point:after{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 79px;
	height: 79px;
	background: url(../point/img/label_point2_point.png) 0 0 no-repeat;
	background-size: 79px auto;
}
.point2_point_ttl{
	margin-bottom: 6px;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
.point2_point_txt{
	font-size: 16px;
	line-height: 26px;
}

@media screen and (max-width: 736px) {
	.contents_point_section_inner{
		padding: 40px 4%;
		margin-top: -78px;
		padding-top: 118px;
		width: 100%;
	}
	.contents_point_section_no{
		margin-bottom: 5px;
		font-size: 14px;
	}
	.contents_point_section_ttl{
		margin-bottom: 30px;
		font-size: 24px;
		line-height: 33px;
	}
	.contents_point_section_clm{
		width: 100%;
	}
	.contents_point_section_clm_lead{
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 24px;
	}
	.contents_point_section_clm_txt{
		margin-bottom: 25px;
		font-size: 14px;
		line-height: 24px;
	}
	.contents_point_section_clm_caption{
		margin-bottom: 15px;
		font-size: 14px;
	}

	/* POINT1 */
	.point1_tab_bar{
		justify-content: space-between;
		padding-bottom: 15px;
	}
	.point1_tab_bar li{
		margin-right: 0;
		width: -webkit-calc(50% - 5px);
		width: calc(50% - 5px);
	}
	.point1_tab_bar li a{
		padding: 0 18px;
		height: 50px;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
	}
	.point1_tab_bar li a:after{
		right: 9px;
	}
	.point1_tab_bar li.tab-active a:before{
		bottom: -6px;
		width: 10px;
		height: 6px;
		background-size: 10px auto;
	}
	.point1_tab_content_item_img{
		display: block;
	}
	.point1_tab_content_item_img_item{
		margin-bottom: 6px;
		width: 100%;
	}
	.point1_tab_content_item_img_item:last-child{
		margin-bottom: 0;
	}

	/* POINT2 */
	.point2_clm_img1{
		margin-bottom: 0;
	}
	.point2_clm_img2{
		margin-bottom: 0;
	}
	.point2_clm_img3{
		margin-bottom: 30px;
	}
	.point2_point{
		padding: 25px 15px;
	}
	.point2_point:after{
		width: 69px;
		height: 69px;
		background-size: 69px auto;
	}
	.point2_point_ttl{
		margin-bottom: 6px;
		font-size: 18px;
		line-height: 24px;
		letter-spacing: -0.04em;
	}
	.point2_point_txt{
		font-size: 14px;
		line-height: 24px;
	}
}















