
.contents_use_inner{
	margin: 0 auto;
	width: 980px;
}

@media screen and (max-width: 736px) {
	.contents_use_inner{
		width: 100%;
	}
}

/* ----------------------------- ヘッダー ----------------------------- */

.contents_header_use_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_use_ttl{
	margin-bottom: 10px;
	font-size: 36px;
	line-height: 1;
}
.contents_header_use_description{
	font-size: 18px;
}

@media screen and (max-width: 736px) {
	.contents_header_use{
		padding: 0 4%;
		text-align: center;
	}
	.contents_header_use_cat{
		margin-bottom: 15px;
		font-size: 14px;
	}
	.contents_header_use_ttl{
		margin-bottom: 15px;
		font-size: 24px;
	}
	.contents_header_use_description{
		font-size: 12px;
		line-height: 20px;
		text-align: left;
	}
}

/* ----------------------------- ページナビ ----------------------------- */

.use_nav{
	margin-bottom: 70px;
	padding-top: 10px;
	font-size: 0;
	line-height: 0;
}
.use_nav_item{
	display: inline-block;
}
.use_nav_item a{
	display: block;
	padding: 13px 20px;
	color: #2b383f;
	font-size: 18px;
	border-radius: 5px;
}
.use_nav_item a:hover{
	color: #ff6400;
}
.use_nav_item a.current{
	color: #fff;
	background: #ff6400;
}

@media screen and (max-width: 736px) {
	.use_nav{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 40px;
		padding-top: 0;
		background: #22272a;
	}
	.use_nav_item{
		width: 33.33%;
		border-right: 1px solid #fff;
		-webkit-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.use_nav_item:nth-child(3n){
		border-right: 0;
	}
	.use_nav_item:nth-child(n+4){
		border-top: 1px solid #fff;
	}
	.use_nav_item a{
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		height: 70px;
		color: #fff;
		font-size: 14px;
		text-align: center;
		border-radius: 0;
	}
	.use_nav_item a:hover{
		color: #fff;
	}
	.use_nav_item a.current{
		color: #fff;
		background: #ff6400;
	}
}

/* ----------------------------- ページタイトル ----------------------------- */

.use_ttl{
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 20px;
	font-size: 36px;
	line-height: 42px;
	font-weight: bold;
}
.use_ttl:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background: #ff6400;
}
.use_lead{
	margin-top: 23px;
	margin-bottom: 63px;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.use_ttl{
		margin: 0 4%;
		margin-bottom: 30px;
		font-size: 24px;
		line-height: 33px;
	}
	.use_visual{
		margin: 0 4%;
	}
	.use_lead{
		margin: 0 4%;
		margin-top: 25px;
		margin-bottom: 35px;
		font-size: 16px;
		line-height: 1.6;
		text-align: left;
	}
}

/* ----------------------------- セクション ----------------------------- */

.contents_use_section{
	background: #eceff1;
	overflow: hidden;
}
.contents_use_section_inner{
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 20px;
	width: 980px;
}
.contents_use_section_sub{
	margin-bottom: 9px;
	color: #ff6400;
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
}
.contents_use_section_ttl{
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 20px;
	font-size: 36px;
	line-height: 42px;
	font-weight: bold;
}
.contents_use_section_ttl:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background: #ff6400;
}
.contents_use_section_clm{
	margin: 0 auto;
	width: 860px;
}
.use_section_link{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	color: #2b383f;
	text-align: center;
	background: #fff;
	border: 1px solid #e4e7e9;
	-webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.use_section_link: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%);
}
.use_section_link_txt{
	font-size: 14px;
	line-height: 18px;
}
.use_section_link_txt strong{
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;
}
.use_section_item{
	padding: 50px 0;
	text-align: center;
	border-bottom: 1px solid #bbb;
}
.use_section_item:last-child{
	border-bottom: 0;
}
.use_section_item_ttl{
	position: relative;
	display: inline-block;
	margin-bottom: 32px;
	padding-bottom: 12px;
	color: #cd0000;
	font-size: 60px;
	line-height: 1em;
	font-weight: bold;
}
.use_section_item_ttl small{
	display: inline-block;
	color: #cd0000;
	font-size: 28px;
	line-height: 1em;
}
.use_section_item_ttl .normal{
	font-weight: normal;
}
.use_section_item_ttl:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #cd0000;
}
.use_section_item_lead{
	margin-bottom: 22px;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
}
.use_section_item_lead strong{
	color: #ff6400;
}
.use_section_item_lineup{
	display: flex;
	margin: 0 auto;
	margin-bottom: 50px;
	width: 190px;
}
.use_section_item_lineup-col2{
	justify-content: space-between;
	width: 400px;
}
.use_section_item_lineup-col2-wide{
	width: 468px;
}
.use_section_item_lineup-col3{
	justify-content: space-between;
	width: 610px;
}
.use_section_item_lineup_item{
	width: 190px;
}
.use_section_item_lineup-col2-wide .use_section_item_lineup_item{
	width: 234px;
}
.use_section_item_lineup-col2-wide .use_section_item_lineup_item:last-child{
	width: 194px;
}
.use_section_item_lineup_item a{
	display: block;
}
.use_section_item_lineup_item_img{
	margin: 0 auto 20px auto;
}
.use_section_item_lineup_item_img.item-eu9igb{
	width: 121px;
}
.use_section_item_lineup_item_img.item-eu9i{
	width: 144px;
}
.use_section_item_lineup_item_img.item-eu18i{
	width: 133px;
}
.use_section_item_lineup_item_img.item-eu26i{
	width: 155px;
}
.use_section_item_lineup_item_img.item-eu9igp{
	width: 144px;
}
.use_section_item_lineup_item_img.item-eu18i-option{
	width: 194px;
}
.use_section_item_lineup_item_img.item-eu15igp-option{
	width: 187px;
}
.use_section_item_lineup_item_img.item-eu28is{
	width: 147px;
}
.use_section_item_lineup_item_img.item-eu55is{
	width: 150px;
}
.use_section_item_lineup_item_sub{
	color: #2b383f;
	font-size: 14px;
	letter-spacing: 0;
}
.use_section_item_lineup_item_sub sup{
	position: relative;
	bottom: 0;
	height: 0;
	font-size: 70%;
	line-height: 1;
	vertical-align: baseline;
}
.use_section_item_lineup_item_txt{
	color: #ff6400;
	font-size: 16px;
	text-decoration: underline;
}
.use_section_item_lineup_item_txt.txt-center{
	padding-top: 11px;
}
.use_section_item_tab_bar{
	display: flex;
	margin: 0 auto;
	width: 272px;
	padding-bottom: 20px;
}
.use_section_item_tab_bar-col2{
	justify-content: space-between;
	width: 564px;
}
.use_section_item_tab_bar-col3{
	justify-content: space-between;
	width: 100%;
}
.use_section_item_tab_bar li{
	width: 272px;
}
.use_section_item_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;
}
.use_section_item_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%);
}
.use_section_item_tab_bar li.tab-active a{
	cursor: default;
	padding: 0 5px;
	background: #ff6400;
}
.use_section_item_tab_bar li.tab-active a:hover{
	opacity: 1;
}
.use_section_item_tab_bar li.tab-active a:after{
	content: none;
}
.use_section_item_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;
}
.use_section_item_tab_content_item{
	display: none;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.contents_use_section_inner{
		padding: 40px 4% 0 4%;
		width: 100%;
	}
	.contents_use_section_sub{
		margin-bottom: 5px;
		font-size: 14px;
	}
	.contents_use_section_ttl{
		margin-bottom: 30px;
		font-size: 24px;
		line-height: 33px;
	}
	.contents_use_section_clm{
		width: 100%;
	}
	.use_section_link{
		display: block;
		padding: 15px;
		height: auto;
		text-align: left;
	}
	.use_section_link:after{
		right: 15px;
	}
	.use_section_link_txt{
		font-size: 12px;
		line-height: 20px;
	}
	.use_section_link_txt strong{
		display: block;
		margin-top: 4px;
		font-size: 14px;
	}
	.use_section_item{
		padding: 40px 0;
	}
	.use_section_item_ttl{
		margin-bottom: 21px;
		padding-bottom: 8px;
		font-size: 45px;
	}
	.use_section_item_ttl small{
		font-size: 21px;
	}
	.use_section_item_ttl:after{
		height: 3px;
	}
	.use_section_item_lead{
		margin-bottom: 26px;
		font-size: 18px;
		line-height: 26px;
	}
	.use_section_item_lineup{
		justify-content: center;
		margin-bottom: 30px;
		width: 100%;
	}
	.use_section_item_lineup-col2{
		width: 100%;
	}
	.use_section_item_lineup-col2-wide{
		width: 100%;
	}
	.use_section_item_lineup-col3{
		flex-wrap: wrap;
		width: 100%;
	}
	.use_section_item_lineup_item{
		width: -webkit-calc(50% - 5px);
		width: calc(50% - 5px);
	}
	.use_section_item_lineup-col2-wide .use_section_item_lineup_item{
		width: 55%;
	}
	.use_section_item_lineup-col2-wide .use_section_item_lineup_item:last-child{
		width: 45%;
	}
	.use_section_item_lineup_item-spFull{
		padding-top: 20px;
		width: 100%;
	}
	.use_section_item_lineup_item_img{
		margin: 0 auto 15px auto;
	}
	.use_section_item_lineup_item_img.item-eu9igb{
		width: 56%;
	}
	.use_section_item_lineup_item_img.item-eu9i{
		width: 67%;
	}
	.use_section_item_lineup_item_img.item-eu18i{
		width: 66%;
	}
	.use_section_item_lineup_item_img.item-eu26i{
		width: 72%;
	}
	.use_section_item_lineup_item_img.item-eu9igp{
		width: 32%;
	}
	.use_section_item_lineup_item_img.item-eu18i-option{
		width: 94%;
	}
	.use_section_item_lineup_item_img.item-eu15igp-option{
		width: 77%;
	}
	.use_section_item_lineup_item_img.item-eu28is{
		width: 68%;
	}
	.use_section_item_lineup_item_img.item-eu55is{
		width: 71%;
	}
	.use_section_item_lineup_item_sub{
		font-size: 12px;
	}
	.use_section_item_lineup_item_txt{
		font-size: 12px;
	}
	.use_section_item_lineup_item_txt.txt-center{
		padding-top: 9px;
	}
	.use_section_item_tab_bar{
		width: 100%;
		padding-bottom: 15px;
	}
	.use_section_item_tab_bar-col2{
		width: 100%;
	}
	.use_section_item_tab_bar li{
		width: 100%;
	}
	.use_section_item_tab_bar-col2 li{
		width: -webkit-calc(50% - 5px);
		width: calc(50% - 5px);
	}
	.use_section_item_tab_bar-col3 li{
		width: -webkit-calc(33% - 7px);
		width: calc(33% - 7px);
	}
	.use_section_item_tab_bar li a{
		padding: 0 18px;
		height: 50px;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
	}
	.use_section_item_tab_bar li a:after{
		right: 9px;
	}
	.use_section_item_tab_bar li.tab-active a{
		padding: 0 5px;
	}
	.use_section_item_tab_bar li.tab-active a:before{
		bottom: -6px;
		width: 10px;
		height: 6px;
		background-size: 10px auto;
	}
}

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

.contents_choice{
	padding-bottom: 80px;
}
.contents_choice-btm{
	padding: 70px 0 80px 0;
}
.contents_choice_inner{
	margin: 0 auto;
	width: 980px;
}
.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_recommend_link{
	margin: 50px auto 0 auto;
	width: 500px;
}
.choice_attention li{
	font-size: 14px;
	line-height: 26px;
}
.choice_attention li strong{
	color: #b81c22;
	font-weight: normal;
}
.choice_attention li a{
	color: #2b383f;
	text-decoration: underline;
}


@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%;
	}
	.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_recommend_link{
		margin: 30px auto 0 auto;
		width: 100%;
	}
	.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;
  }
}

/* ----------------------------- 防災 ----------------------------- */

.bosai_bnr{
	margin-bottom: 70px;
}
.bosai_bnr_ttl{
	position: relative;
	margin-bottom: 25px;
	padding-left: 30px;
	font-size: 22px;
}
.bosai_bnr_ttl:before {
	position: absolute;
	content: '■';
	left: -6px;
	top: -5px;
	font-size: 28px;
	color: #ff6400;
}
.bosai_bnr a{
	display: flex;
	align-items: center;
	border: 1px solid #e4e7e9;
}
.bosai_bnr_img{
	width: 464px;
	border-right: 1px solid #e4e7e9;
}
.bosai_bnr_info{
	position: relative;
	padding: 0 50px;
	width: 514px;
}
.bosai_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%);
}
.bosai_bnr_info_lead{
	color: #ff6400;
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
}
.bosai_bnr_info_ttl{
	margin-bottom: 9px;
	color: #2b383f;
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
}
.bosai_bnr_info_txt{
	color: #2b383f;
	font-size: 16px;
	line-height: 26px;
}

@media screen and (max-width: 736px) {
	.bosai_bnr{
		margin-bottom: 40px;
	}
	.bosai_bnr_ttl{
		margin-bottom: 10px;
		font-size: 18px;
	}
	.bosai_bnr_ttl:before {
		top: -9px;
		left: 0;
		font-size: 28px;
	}
	.bosai_bnr a{
		display: block;
	}
	.bosai_bnr_img{
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #e4e7e9;
	}
	.bosai_bnr_info{
		padding: 20px 35px 20px 15px;
		width: 100%;
	}
	.bosai_bnr_info:after{
		right: 15px;
	}
	.bosai_bnr_info_lead{
		font-size: 14px;
		line-height: 24px;
	}
	.bosai_bnr_info_ttl{
		margin-bottom: 6px;
		font-size: 21px;
		line-height: 27px;
	}
	.bosai_bnr_info_txt{
		font-size: 12px;
		line-height: 20px;
	}
}











