@charset "utf-8";
/*********************************************************************
 *
 *  For 保証とアフターメンテナンス
 *
*********************************************************************/

/* ---------------------------------------------------- */
/* sec_outline_wrap */
/* ---------------------------------------------------- */
.sec_outline_wrap {
	padding-top: 70px;
	padding-bottom: 70px;
}

.sec_outline_wrap .desc_1 {
	font-size: 1.8rem;
	text-align: center;
}

@media (max-width: 767px) {
	.sec_outline_wrap {
		padding-top: 50px;
		padding-bottom: 60px;
	}

	.sec_outline_wrap .desc_1 {
		font-size: 1.7rem;
	}
}

/* ---------------------------------------------------- */
/* sec_insurance_wrap */
/* ---------------------------------------------------- */
.sec_insurance_wrap {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #F1F1F1;
}

.sec_insurance_wrap .sec_ttl {
	display: table;
	margin: 0 auto 30px;
	padding-bottom: 5px;
	font-size: 3.0rem;
	font-weight: 500;
	text-align: center;
	border-bottom: 5px solid #FFF;
}

.sec_insurance_wrap .desc_1 {
	margin-bottom: 40px;
	font-size: 1.6rem;
	text-align: center;
}

.sec_insurance_wrap .clms_wrap {
	display: flex;
	justify-content: space-between;
}

.sec_insurance_wrap .clms_wrap>.clm_wrap:nth-of-type(1) {
	width: 500px;
}

.sec_insurance_wrap .clms_wrap>.clm_wrap:nth-of-type(2) {
	width: 425px;
}

.sec_insurance_wrap .list_1 {
	padding-top: 30px;
}

.sec_insurance_wrap .list_1>ul>li {
	display: flex;
	align-items: center;
	align-content: center;
}

.sec_insurance_wrap .list_1>ul>li+li {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #FFF;
}

.sec_insurance_wrap .list_1 .num {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	margin-right: 20px;
	width: 60px;
	height: 60px;
	color: #80898E;
	font-size: 2.4rem;
	line-height: 1;
	font-weight: 500;
	text-align: center;
	background-color: #FFF;
}

.sec_insurance_wrap .list_1 .num::before {
	content: "POINT";
	display: block;
	width: 100%;
	font-size: 1.4rem;
}

.sec_insurance_wrap .list_1 .ttl {
	font-size: 1.8rem;
	font-weight: 500;
}

.sec_insurance_wrap .img_1 {
	margin-bottom: 10px;
}

.sec_insurance_wrap .note_1 {
	text-align: center;
}

.sec_insurance_wrap .note_1 .ttl {
	font-weight: 500;
}

.sec_insurance_wrap .note_1 .desc {
	font-size: 1.2rem;
}

@media (max-width: 767px) {
	.sec_insurance_wrap {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.sec_insurance_wrap .sec_ttl {
		margin: 0 auto 20px;
		font-size: 2.4rem;
	}

	.sec_insurance_wrap .desc_1 {
		margin-bottom: 30px;
		text-align: justify;
	}

	.sec_insurance_wrap .clms_wrap {
		display: block;
	}

	.sec_insurance_wrap .clms_wrap>.clm_wrap:nth-of-type(1) {
		margin-bottom: 30px;
		width: auto;
	}

	.sec_insurance_wrap .clms_wrap>.clm_wrap:nth-of-type(2) {
		width: auto;
	}

	.sec_insurance_wrap .list_1 {
		padding-top: 0;
	}

	.sec_insurance_wrap .list_1>ul>li {
		display: block;
	}

	.sec_insurance_wrap .list_1>ul>li+li {
		border-top: none
	}

	.sec_insurance_wrap .list_1 .num {
		align-items: baseline;
		margin-right: 0;
		margin-bottom: 10px;
		width: auto;
		height: 45px;
		font-size: 2.8rem;
	}

	.sec_insurance_wrap .list_1 .num::before {
		margin-right: 5px;
		width: auto;
		font-size: 1.8rem;
	}

	.sec_insurance_wrap .list_1 .ttl {
		font-size: 1.5rem;
	}

	.sec_insurance_wrap .note_1 .desc {
		font-size: 1.1rem;
	}
}

/* ---------------------------------------------------- */
/* sec_warranty_wrap */
/* ---------------------------------------------------- */
.sec_warranty_wrap {
	padding-top: 100px;
	padding-bottom: 100px;
}

.sec_warranty_wrap .sec_ttl {
	display: table;
	margin: 0 auto 30px;
	padding-bottom: 5px;
	font-size: 3.0rem;
	font-weight: 500;
	text-align: center;
	border-bottom: 5px solid #F1F1F1;
}

.sec_warranty_wrap .desc_1 {
	margin-bottom: 40px;
	font-size: 1.6rem;
	text-align: center;
}

.sec_warranty_wrap .list_1 {
	margin-bottom: 40px;
}

.sec_warranty_wrap .list_1>ul {
	display: flex;
	justify-content: center;
}

.sec_warranty_wrap .list_1>ul>li {
	width: 258px;
}
.sec_warranty_wrap .list_1>ul>li.type2 {
	width: 114px;
}
.sec_warranty_wrap .list_1>ul>li+li {
	margin-left: 40px;
}

.sec_warranty_wrap .list_1 .ttl {
	margin-top: 10px;
	text-align: center;
  word-break: keep-all;
}

.sec_warranty_wrap .list_2 {
	margin-bottom: 10px;
}

.sec_warranty_wrap .list_2>ul {
	display: flex;
	justify-content: center;
}

.sec_warranty_wrap .list_2>ul>li {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-right: 20px;
	height: 100px;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.1;
	background-color: #80898E;
  text-align: center;
}

.sec_warranty_wrap .list_2>ul>li::after {
	content: "";
	position: absolute;
	right: -16px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 12px;
	border-color: transparent transparent transparent #000;
}
.sec_warranty_wrap .list_2>ul>li.no_arrow::after {
	display: none;
}
.sec_warranty_wrap .list_2>ul>li.w1 {
	width: 100px;
}

.sec_warranty_wrap .list_2>ul>li.w2 {
	width: 220px;
}

.sec_warranty_wrap .list_2>ul>li.w3 {
	width: 700px;
}

.sec_warranty_wrap .list_2>ul>li.white {
	color: #80898E;
	background-color: #fff;
	border: 2px solid #80898E;
	box-sizing: border-box;
}

.sec_warranty_wrap .list_2>ul>li .sml1 {
	font-size: 15px;
}
.sec_warranty_wrap .list_2>ul>li .sml2 {
	font-size: 12px;
	color: #000;
}

.sec_warranty_wrap .note_1 {
	font-size: 1.2rem;
	text-align: right;
}

.list_2_title1 {
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
}

.list_2_title1.mt1 {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.sec_warranty_wrap {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.sec_warranty_wrap .sec_ttl {
		margin: 0 auto 20px;
		font-size: 2.4rem;
	}

	.sec_warranty_wrap .desc_1 {
		margin-bottom: 30px;
		text-align: justify;
	}

	.sec_warranty_wrap .list_1 {
		margin-bottom: 30px;
	}

	.sec_warranty_wrap .list_1>ul>li {
		width: 50%;
		width: 129px;
	}

	.sec_warranty_wrap .list_1>ul>li.type2 {
		width: 57px;
	}

	.sec_warranty_wrap .list_1>ul>li+li {
		margin-left: 10px;
	}

	.sec_warranty_wrap .list_1 .ttl {
		font-size: 1.0rem;
	}

	.sec_warranty_wrap .list_1>ul>li.type2 .ttl {
    text-indent: -12px;
	}

	.sec_warranty_wrap .list_2 {
		margin-bottom: 10px;
	}

	.sec_warranty_wrap .list_2>ul {
		display: block;
	}

	.sec_warranty_wrap .list_2>ul>li {
		margin-right: 0;
		margin-bottom: 25px;
		height: 45px;
		font-size: 1.8rem;
	}

	.sec_warranty_wrap .list_2>ul>li::after {
		left: 50%;
		right: auto;
		top: auto;
		bottom: -17px;
		transform: translateX(-50%);
		border-width: 12px 7px 0 7px;
		border-color: #000 transparent transparent transparent;
	}

	.sec_warranty_wrap .list_2>ul>li.w1 {
		width: auto;
	}

	.sec_warranty_wrap .list_2>ul>li.w2 {
		width: auto;
	}

	.sec_warranty_wrap .list_2>ul>li.w3 {
		width: auto;
		height: 80px;
	}

	.sec_warranty_wrap .list_2>ul>li.no_arrow {
		margin-bottom: 22px;
	}

	.sec_warranty_wrap .note_1 {
		font-size: 1.2rem;
		text-align: justify;
	}

	.list_2_title1 {
		padding-left: 0;
		text-align: center;
	}

	.list_2_title1.mt1 {
		margin-top: 40px;
    padding-bottom: 12px;
	}

}

/* ---------------------------------------------------- */
/* sec_flow_wrap */
/* ---------------------------------------------------- */
.sec_flow_wrap {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #fff;
}

.sec_flow_wrap .sec_ttl {
	display: table;
	margin: 0 auto 30px;
	padding-bottom: 5px;
	font-size: 3.0rem;
	font-weight: 500;
	border-bottom: 5px solid #F1F1F1;
}

.sec_flow_wrap .desc_1 {
	margin-bottom: 40px;
	font-size: 1.6rem;
	text-align: center;
}

.sec_flow_wrap .list_1 {
	margin-bottom: 80px;
}

.sec_flow_wrap .list_1>ul {
	display: flex;
	justify-content: center;
}

.sec_flow_wrap .list_1>ul>li {
	width: 19%;
}

.sec_flow_wrap .list_1>ul>li:last-child {
	width: 24%;
}

.sec_flow_wrap .list_1 .year {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	margin-bottom: 10px;
	height: 44px;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	background-color: #000;
}

.sec_flow_wrap .list_1>ul>li:last-child .year {
	margin-right: 0;
}

.sec_flow_wrap .list_1 .year::after {
	content: "";
	position: absolute;
	right: -18px;
	top: 0;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 0 22px 18px;
	border-color: transparent transparent transparent #000;
}

.sec_flow_wrap .list_1>ul>li:last-child .year::after {
	display: none;
}

.sec_flow_wrap .list_1 .year span {
	font-size: 2.4rem;
}

.sec_flow_wrap .list_1 .list>li {
	position: relative;
	padding-left: 20px;
}

.sec_flow_wrap .list_1 .list>li+li {
	margin-top: 5px;
}

.sec_flow_wrap .list_1 .list>li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	display: block;
	width: 14px;
	height: 14px;
	/* background-image: url(../../common/img/ico/ul_1.svg); */
	background-image: url(../../common/img/ico/ul_2.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.sec_flow_wrap .list_2 {
	margin: 0 auto;
	width: 720px;
}

.sec_flow_wrap .list_2>ul>li {
	position: relative;
	display: flex;
	align-items: center;
	padding: 10px;
	background-color: #F1F1F1;
}

.sec_flow_wrap .list_2>ul>li+li {
	margin-top: 40px;
}

.sec_flow_wrap .list_2>ul>li+li::after {
	content: "";
	position: absolute;
	left: 50%;
	top: -26px;
	transform: translateX(-50%);
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 7px 0 7px;
	border-color: #000 transparent transparent transparent;
}

.sec_flow_wrap .list_2 .ttl_wrap {
	display: flex;
	align-items: center;
	flex: none;
	margin-right: 30px;
	width: 220px;
	border-right: 1px solid #000;
}

.sec_flow_wrap .list_2 .ttl_wrap .num {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	width: 44px;
	height: 44px;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1;
	background-color: #000;
}

.sec_flow_wrap .list_2 .ttl_wrap .ttl {
	font-size: 1.8rem;
	font-weight: 500;
}

.sec_flow_wrap .list_2 .ttl_wrap .desc {
	font-size: 1.5rem;
}

.sec_flow_wrap .ttl_1 {
	margin-bottom: 50px;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
}

.livone_img1 {
	width: 955px;
	margin: 54px auto 0;
}

.sml_text1 {
	width: 955px;
	margin: 40px auto 0;
	font-size: 1.2rem;
	font-weight: 400;
	text-align: right;
}

@media (max-width: 767px) {
	.sec_flow_wrap {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.sec_flow_wrap .sec_ttl {
		margin: 0 auto 20px;
		font-size: 2.4rem;
	}

	.sec_flow_wrap .desc_1 {
		margin-bottom: 30px;
		text-align: justify;
	}

	.sec_flow_wrap .list_1 {
		margin-bottom: 60px;
	}

	.sec_flow_wrap .list_1>ul {
		display: block;
	}

	.sec_flow_wrap .list_1>ul>li {
		display: flex;
		width: auto;
	}

	.sec_flow_wrap .list_1>ul>li+li {
		margin-top: 5px;
	}

	.sec_flow_wrap .list_1>ul>li:last-child {
		width: auto;
	}

	.sec_flow_wrap .list_1 .year {
		margin-right: 0;
		margin-bottom: 15px;
		width: 85px;
		height: auto;
		color: #FFF;
	}

	.sec_flow_wrap .list_1>ul>li:last-child .year {
		margin-bottom: 0;
	}

	.sec_flow_wrap .list_1 .year::after {
		right: 0;
		top: auto;
		bottom: -15px;
		border-width: 15px 42px 0 42px;
		border-color: #000 transparent transparent transparent;
	}

	.sec_flow_wrap .list_1 .list {
		margin-top: -5px;
		margin-left: 10px;
		margin-bottom: 15px;
		font-size: 1.6rem;
	}

	.sec_flow_wrap .list_1 .list>li::before {
		top: 7px;
	}

	.sec_flow_wrap .list_2 {
		width: auto;
	}

	.sec_flow_wrap .list_2>ul>li {
		display: block;
	}

	.sec_flow_wrap .list_2>ul>li+li {
		margin-top: 35px;
	}

	.sec_flow_wrap .list_2>ul>li+li::after {
		top: -23px;
	}

	.sec_flow_wrap .list_2 .ttl_wrap {
		margin-right: 0;
		margin-bottom: 10px;
		padding-bottom: 10px;
		width: auto;
		border: none;
		border-bottom: 1px solid #000;
	}

	.sec_flow_wrap .list_2 .ttl_wrap .num {
		width: 34px;
		height: 34px;
		font-size: 2.0rem;
	}

	.sec_flow_wrap .list_2 .desc {
		font-size: 1.5rem;
	}

	.sec_flow_wrap .ttl_1 {
		margin-bottom: 30px;
		font-size: 1.8rem;
	}

	.livone_img1 {
		width: 330px;
		max-width: calc(100% - 40px);
		margin-top: 40px;
	}

	.sml_text1 {
		width: 100%;
    margin-top: 25px;
		padding: 0 20px;
		text-align: left;
	}

}



/* ---------------------------------------------------- */
/* sec_flow_wrap */
/* ---------------------------------------------------- */
.sec_support_wrap {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 70px;
	background-color: #F1F1F1;
}
.sec_support_wrap .sec_ttl {
	display: table;
	margin: 0 auto 30px;
	font-size: 3.0rem;
	font-weight: 500;
	text-align: center;
}
.sec_support_wrap .sec_ttl .s1 {
	padding-bottom: 5px;
	border-bottom: 5px solid #FFF;
}
.sec_support_wrap .desc_1 {
	margin-bottom: 40px;
	font-size: 1.6rem;
	text-align: center;
}
.support_data1 {
	width: 782px;
	margin: 70px auto 0;
}
.support_list1 {
	width: 950px;
	margin: 0 auto;
	padding-top: 80px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.support_list1 .li1 {
	width: 461px;
}
.support_list1 .li1:nth-of-type(1n + 2) {
	margin-top: 23px;
}
.support_list1_sml1 {
	font-size: 12px;
	font-weight: 400;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 10px;
	color: #6C6C6C;
}
.merit1_block1 {
	width: 960px;
	margin: 0 auto;
	padding-top: 50px;
}
@media (min-width: 768px) {
	.support_list1 .li1:nth-of-type(1) {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.sec_support_wrap {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.sec_support_wrap .sec_ttl {
		margin: 0 auto 20px;
    padding: 0 0 5px;
    font-size: 2.4rem;
    border-bottom: 5px solid #FFF;
	}
	.sec_support_wrap .sec_ttl .s1 {
		padding-bottom: 0;
		border-bottom: none;
	}
	.sec_support_wrap .desc_1 {
		margin-bottom: 30px;
		padding: 0 20px;
    text-align: justify;
	}
	.support_data1 {
		width: calc(100% - 40px);
		margin-top: 30px;
	}
	.support_list1 {
		width: 100%;
		padding: 40px 20px 0;
		display: block;
	}
	.support_list1 .li1 {
		width: 100%;
	}
	.support_list1 .li1:nth-of-type(1n + 2) {
		margin-top: 21px;
	}
	.support_list1_sml1 {
		margin-top: 5px;
	}
	.merit1_block1 {
		width: 100%;
		padding: 50px 20px 0;
	}
}
