/* ============================================================
   ベーススタイル（PC・SP 共通）
   ============================================================ */

#aftersupport .wcm01 {
	margin-top: 27px;
	max-width: 1130px;
}
#aftersupport .wcm01 .cm-ttl01.is-large {
	margin-bottom: 9px;
}

.about-content {
	margin-bottom: 210px;
}
.about-content .sec-item {
	margin-top: 37px;
}
.about-content .sec-item-inner {
	max-width: 915px;
	margin: 0 auto;
}
.about-content .sec-item .cm-txt {
	margin-top: 32px;
}
.about-content .sec-item .txt-support {
	margin-top: 39px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.about-content .sec-item .txt-support span {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	position: relative;
}
.about-content .sec-item .txt-support span:before,
.about-content .sec-item .txt-support span:after {
	content: '';
	position: absolute;
	top: 0;
	width: 37px;
	height: 72px;
}
.about-content .sec-item .txt-support span:after {
	left: -32px;
	background: url("/wp/wp-content/themes/wp-templ/assets/img/aftersupport/ico_flower1.svg") no-repeat center center / 100% auto;
}
.about-content .sec-item .txt-support span:before {
	right: -32px;
	background: url("/wp/wp-content/themes/wp-templ/assets/img/aftersupport/ico_flower2.svg") no-repeat center center / 100% auto;
}
.about-content .sec-item .txt-support span > em {
	font-style: normal;
	padding: 0 14px;
}
.about-content .sec-item .txt-support span > em:not(.ffSM) i {
	font-style: normal;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 34px;
	line-height: 1.88889em;
	letter-spacing: .08em;
}
.about-content .sec-item .txt-support span > em:not(.ffSM) b {
	font-weight: normal;
	display: block;
	color: #C13924;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 34px;
	line-height: 1.30769em;
	letter-spacing: .08em;
}
.about-content .sec-item .txt-support span > em:not(.ffSM) b small {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 32px;
	line-height: 1.88235em;
	letter-spacing: .08em;
}
.about-content .sec-item .txt-support span > em.ffSM {
	color: #C13924;
}
.about-content .sec-item .txt-support span > em.ffSM b {
	font-size: 55px;
	font-size: 5.5rem;
	line-height: 66px;
	line-height: 1.2em;
	letter-spacing: .02em;
	font-weight: normal;
}
.about-content .sec-item .txt-support span > em.ffSM small {
	font-size: 40px;
	font-size: 4rem;
	line-height: 48px;
	line-height: 1.2em;
	letter-spacing: .02em;
}
.about-content .sec-item .ttl-support {
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	line-height: 42px;
	line-height: 2.1em;
	letter-spacing: .1em;
	margin-top: 52px;
}
.about-content .sec-item .txt-list {
	margin-top: 30px;
}
.about-content .sec-item .txt-list > li {
	border: 1px solid #212121;
	position: relative;
	background: #fff;
}
.about-content .sec-item .txt-list > li .s-head {
	background: #212121;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 25px;
	line-height: 1.38889em;
	letter-spacing: .1em;
	padding: 12px;
}
.about-content .sec-item .txt-list > li .desc {
	padding: 20px 25px 0;
}
.about-content .sec-item .txt-list > li .desc .check-list {
	margin-bottom: 14px;
}
.about-content .sec-item .txt-list > li .desc .check-list > li {
	position: relative;
	padding-left: 28px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 22px;
	line-height: 1.46667em;
	letter-spacing: .04em;
}
.about-content .sec-item .txt-list > li .desc .check-list > li:not(:first-child) {
	margin-top: 11px;
}
.about-content .sec-item .txt-list > li .desc .check-list > li:after {
	content: '';
	position: absolute;
	top: 1px;
	left: -1px;
	width: 20px;
	height: 18px;
	background: url("/wp/wp-content/themes/wp-templ/assets/img/aboutus/ico_checked.svg") no-repeat center center / 100% auto;
}
.about-content .sec-item .txt-list > li .desc .s-head-sub {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 30px;
	line-height: 1.66667em;
	letter-spacing: .1em;
	text-align: center;
	position: relative;
	padding-bottom: 22px;
	margin-bottom: 17px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.about-content .sec-item .txt-list > li .desc .s-head-sub img {
	display: block;
	margin: 0 auto 20px;
}
.about-content .sec-item .txt-list > li .desc .s-head-sub b {
	font-weight: normal;
	display: block;
	width: 100%;
}
.about-content .sec-item .txt-list > li .desc .s-head-sub:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 30px);
	height: 1px;
	width: 60px;
	background: #212121;
}
.about-content .sec-item .txt-list > li .desc .text {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
	line-height: 2em;
	letter-spacing: .04em;
}
.about-content .sec-item .txt-list > li .desc .cm-btn01 {
	position: absolute;
	left: calc(50% - 70px);
	width: 140px;
	bottom: 26px;
	z-index: 1;
	padding: 5px 20px 5px 10px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	line-height: 1.71429em;
	letter-spacing: .08em;
}
.about-content .sec-item .txt-list > li .desc .cm-btn01:after {
	right: 11px;
}
.about-content .sec-item .txt-list.col-2 > li {
	padding-bottom: 27px;
	margin-top: 28px;
}
.about-content .sec-item .txt-list.col-3 > li {
	padding-bottom: 82px;
	margin-top: 12px;
}




.about-content .sec-item .guarantee {
	background: #F2F2F2;
	padding: 63px 0 77px;
	margin-top: 55px;
}
.about-content .sec-item .guarantee .ttl {
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 42px;
	line-height: 1.75em;
	letter-spacing: .1em;
	margin-bottom: 22px;
}
.about-content .sec-item .guarantee-inner .chart-ver {
	position: relative;
}
.about-content .sec-item .guarantee-inner .chart-ver:after {
	content: '';
	position: absolute;
	background: #D6D6D6;
}
.about-content .sec-item .guarantee-inner .chart-ver li {
	position: relative;
}
.about-content .sec-item .guarantee-inner .chart-ver li:first-child {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: .04em;
	color: #C13924;
}
.about-content .sec-item .guarantee-inner .chart-ver li:not(:first-child) {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 22px;
	line-height: 1.22222em;
	letter-spacing: .08em;
	font-family: 'Shippori Mincho', serif;
}
.about-content .sec-item .guarantee-inner .chart-ver li:after {
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	background: #C13924;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 2;
}
.about-content .sec-item .guarantee-inner .desc .guarantee-list > li div {
	border: 1px solid #C13924;
	padding: 11px 20px;
	margin: 0 0 2px 0;
	background: #fff;
}
.about-content .sec-item .guarantee-inner .desc .guarantee-list > li div.hosyou-frame01 {}
.about-content .sec-item .guarantee-inner .desc .guarantee-list > li div.hosyou-frame02 {
	padding: 8px 20px 8px;
}
.about-content .sec-item .guarantee-inner .desc .guarantee-list > li .shiroari-tuiki {
	text-align: center;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 1px;
}
.about-content .sec-item .guarantee-inner .desc .guarantee-list > li .shiroari-tuiki span {
	line-height: 1.4;
	display: block;
}
.about-content .sec-item .guarantee-inner .desc .guarantee-list > li .con02 {
	position: relative;
}
.about-content .sec-item .guarantee-inner .desc .guarantee-list > li .con02 .entyou-txt {
	position: absolute;
	top: 52px;
	left: 140px;
	font-size: 13px;
	padding: 0 20px 0 0;
}
.about-content .sec-item .guarantee-inner .desc .guarantee-list > li .s-ttl-sub {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 32px;
	line-height: 2em;
	color: #C13924;
	margin-bottom: 2px;
}
.about-content .sec-item .guarantee-inner .desc .guarantee-list > li .txt {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	line-height: 1.71429em;
	letter-spacing: .025em;
}
.about-content .sec-item .guarantee-inner .desc .guarantee-list > li .img {
	text-align: center;
}
.about-content .sec-item .guarantee-inner .desc .guarantee-list > li .gua-txt-list {
	border: 1px solid #D6D6D6;
	padding: 15px 10px 16px 21px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.about-content .sec-item .guarantee-inner .desc .guarantee-list > li .gua-txt-list > li {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 22px;
	line-height: 1.57143em;
	letter-spacing: .04em;
	position: relative;
	text-indent: 14px;
}
.about-content .sec-item .guarantee-inner .desc .guarantee-list > li .gua-txt-list > li:after {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #212121;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.about-content .sec-item .guarantee-inner .desc .guarantee-list > li .gua-txt-list > li:not(:first-child) {
	margin-top: 7px;
}
.about-content .sec-item .guarantee-inner .desc .guarantee-list > li .gua-txt-list > li span {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 22px;
	line-height: 1.83333em;
	letter-spacing: .04em;
}
.about-content .sec-item .guarantee-inner .desc .warranty {
	border: 1px solid #C13924;
	padding: 16px 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.about-content .sec-item .guarantee-inner .desc .warranty02 {
	border: 1px solid #C13924;
	padding: 15px 20px;
}
.about-content .sec-item .guarantee-inner .desc .warranty-ttl {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 26px;
	line-height: 1.44444em;
	color: #C13924;
}
.about-content .sec-item .guarantee-inner .desc .warranty-txt {
	font-size: 13px;
	line-height: 22px;
	line-height: 1.57143em;
	letter-spacing: .025em;
	padding: 0 20px 0 0;
	position: absolute;
	top: 60px;
	left: 140px;
}





.about-content .sec-item .box-btn {
	width: 100%;
	max-width: 914px;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 100px;
}
.about-content .sec-item .box-btn .cm-btn01 {
	display: block;
	max-width: 445px;
	width: calc(50% - 12px);
	padding: 38px 10px 31px;
}
.about-content .sec-item .box-btn .cm-btn01::after {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25.103" height="12.232" viewBox="0 0 25.103 12.232"><g id="Group_1994" data-name="Group 1994" transform="translate(0 0.354)"><line id="Line_24" data-name="Line 24" x2="24.396" transform="translate(0 5.763)" fill="none" stroke="%23212121" stroke-width="1"/><path id="Path_1094" data-name="Path 1094" d="M0,8.15V0H8.15" transform="translate(24.396 5.763) rotate(135)" fill="none" stroke="%23212121" stroke-width="1"/></g></svg>') no-repeat center center;
	width: 25px;
	height: 12px;
	right: 30px;
}
.about-content .sec-item .box-btn .cm-btn01 .txt {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 26px;
	line-height: 1.73333em;
	letter-spacing: .08em;
}
.about-content .sec-item .box-btn .cm-btn01 em {
	display: block;
	font-size: 20px;
	font-size: 2rem;
	line-height: 34px;
	line-height: 1.7em;
	letter-spacing: .08em;
	font-style: normal;
}


/* ============================================================
   PC スタイル（min-width: 768px）
   ============================================================ */

@media (min-width: 768px) {

	.about-content .sec-item .thumb {
		margin-bottom: 50px;
	}
	.about-content .sec-item .cm-txt.is-center-pc {
		text-align: center;
	}
	.about-content .sec-item .txt-list {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.about-content .sec-item .txt-list > li .desc .s-head-sub.s-head-pt {
		padding-top: 40px;
	}
	.about-content .sec-item .txt-list > li .desc .s-head-sub.s-head-pt--v2 {
		padding-top: 13px;
	}
	.about-content .sec-item .txt-list.col-2 {
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		margin-top: 21px;
	}
	.about-content .sec-item .txt-list.col-2 > li:nth-child(1),
	.about-content .sec-item .txt-list.col-2 > li:nth-child(2) {
		margin-top: 0;
	}
	.about-content .sec-item .txt-list.col-2 > li {
		width: 48.42%;
	}
	.about-content .sec-item .txt-list.col-2 > li .desc {
		padding: 17px 30px 0;
	}
	.about-content .sec-item .txt-list.col-2 > li .desc .text {
		margin-top: 5px;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 32px;
		line-height: 2.13333em;
		letter-spacing: .04em;
	}
	.about-content .sec-item .txt-list.col-3 > li:nth-child(1),
	.about-content .sec-item .txt-list.col-3 > li:nth-child(2),
	.about-content .sec-item .txt-list.col-3 > li:nth-child(3) {
		margin-top: 0;
	}
	.about-content .sec-item .txt-list.col-3 > li {
		width: 32.35%;
		margin-right: 1.475%;
	}
	.about-content .sec-item .txt-list.col-3 > li:nth-child(3n) {
		margin-right: 0;
	}






	.about-content .sec-item .guarantee-inner {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.about-content .sec-item .guarantee-inner .chart-ver {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 78px;
		padding-right: 20px;
		margin-top: -11px;
	}
	.about-content .sec-item .guarantee-inner .chart-ver:after {
		width: 1px;
		height: calc(100% - 20px);
		top: 9px;
		right: 0;
	}
	.about-content .sec-item .guarantee-inner .chart-ver li {
		text-align: right;
	}
	.about-content .sec-item .guarantee-inner .chart-ver li.dot1 { margin: 120px 0 0 0; }
	.about-content .sec-item .guarantee-inner .chart-ver li.dot2 { margin: 120px 0 0 0; }
	.about-content .sec-item .guarantee-inner .chart-ver li.dot3 { margin: 120px 0 0 0; }
	.about-content .sec-item .guarantee-inner .chart-ver li.dot4 { margin: 137px 0 0 0; }
	.about-content .sec-item .guarantee-inner .chart-ver li.dot5 { margin: 140px 0 0 0; }
	.about-content .sec-item .guarantee-inner .chart-ver li:after {
		top: 7px;
		right: -25px;
	}
	.about-content .sec-item .guarantee-inner .desc {
		padding-left: 33px;
		width: calc(100% - 78px);
		padding-bottom: 5px;
	}
	.about-content .sec-item .guarantee-inner .desc .guarantee-list {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
	.about-content .sec-item .guarantee-inner .desc .guarantee-list > li {
		width: 32.6%;
	}
	.about-content .sec-item .guarantee-inner .desc .guarantee-list > li.guarantee-percent {
		align-self: flex-start;
	}
	.about-content .sec-item .guarantee-inner .desc .guarantee-list > li:nth-child(1) div.con01 {
		padding-bottom: 250px;
	}
	.about-content .sec-item .guarantee-inner .desc .guarantee-list > li:nth-child(1) div.con02 {
		padding-bottom: 23px;
	}
	.about-content .sec-item .guarantee-inner .desc .guarantee-list > li:nth-child(2) div.con01 {
		padding-bottom: 20px;
	}
	.about-content .sec-item .guarantee-inner .desc .guarantee-list > li:nth-child(2) div.con02 {
		padding-bottom: 20px;
	}
	.about-content .sec-item .guarantee-inner .desc .guarantee-list > li .img {
		margin-top: 20px;
	}
	.about-content .sec-item .guarantee-inner .desc .warranty {
		margin-top: 8px;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.about-content .sec-item .guarantee-inner .desc .warranty02 {
		margin-top: 2px;
		position: relative;
		width: 32.6%;
	}
	.about-content .sec-item .guarantee-inner .desc .warranty-img {
		margin-right: 22px;
	}
	.about-content .sec-item .guarantee-inner .desc .warranty-ttl {
		margin: 0 0 10px 0;
	}



} /* end PC */


/* ============================================================
   SP スタイル（max-width: 767px）
   ============================================================ */

@media (max-width: 767px) {

	#aftersupport .wcm01 {
		margin-top: 10px;
	}
	.about-content {
		margin-bottom: 52px;
	}
	.about-content .sec-item {
		margin-top: 17px;
	}
	.about-content .sec-item .thumb {
		margin-bottom: 9px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.about-content .sec-item .cm-txt {
		margin-top: 12px;
	}
	.about-content .sec-item .txt-support {
		margin-top: 13px;
	}
	.about-content .sec-item .txt-support span:before,
	.about-content .sec-item .txt-support span:after {
		width: 26px;
		height: 51px;
		top: 3px;
	}
	.about-content .sec-item .txt-support span > em {
		padding: 0 5px;
	}
	.about-content .sec-item .txt-support span > em:not(.ffSM) i {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px;
		line-height: 1.85714em;
		letter-spacing: .08em;
	}
	.about-content .sec-item .txt-support span > em:not(.ffSM) b {
		font-size: 20px;
		font-size: 2rem;
		line-height: 26px;
		line-height: 1.3em;
		letter-spacing: .08em;
	}
	.about-content .sec-item .txt-support span > em:not(.ffSM) b small {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px;
		line-height: 1.85714em;
		letter-spacing: .08em;
	}
	.about-content .sec-item .txt-support span > em.ffSM b {
		font-size: 40px;
		font-size: 4rem;
		line-height: 48px;
		line-height: 1.2em;
		letter-spacing: .02em;
	}
	.about-content .sec-item .txt-support span > em.ffSM small {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 35px;
		line-height: 1.2069em;
		letter-spacing: .02em;
	}
	.about-content .sec-item .ttl-support {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		line-height: 1.66667em;
		letter-spacing: .1em;
		margin-top: 32px;
	}
	.about-content .sec-item .txt-list {
		margin-top: 25px;
	}
	.about-content .sec-item .txt-list > li .s-head {
		padding: 10px;
	}
	.about-content .sec-item .txt-list > li .desc {
		padding: 20px 22px 0;
	}
	.about-content .sec-item .txt-list > li .desc .check-list > li:not(:first-child) {
		margin-top: 9px;
	}
	.about-content .sec-item .txt-list > li .desc .s-head-sub {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 30px;
		line-height: 1.875em;
		letter-spacing: .08em;
		padding-bottom: 8px;
		margin-bottom: 13px;
	}
	.about-content .sec-item .txt-list > li .desc .s-head-sub img {
		margin-bottom: 11px;
	}
	.about-content .sec-item .txt-list > li .desc .cm-btn01 {
		bottom: 24px;
	}
	.about-content .sec-item .txt-list.col-2 {
		margin-top: 14px;
	}
	.about-content .sec-item .txt-list.col-2 > li {
		margin-top: 14px;
		padding-bottom: 25px;
	}
	.about-content .sec-item .txt-list.col-2 > li:first-child {
		margin-top: 0;
	}
	.about-content .sec-item .txt-list.col-3 > li {
		padding-bottom: 77px;
	}
	.about-content .sec-item .txt-list.col-3 > li:first-child {
		margin-top: 0;
	}










	.about-content .sec-item .guarantee {
		padding: 34px 0 42px;
		margin: 50px -15px 0;
        width: 240vw;
	}
	.about-content .sec-item .guarantee .ttl {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		line-height: 1.66667em;
		letter-spacing: .1em;
		margin-bottom: 19px;
	}








		.about-content .sec-item .guarantee-inner {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.about-content .sec-item .guarantee-inner .chart-ver {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 78px;
		padding-right: 20px;
		margin-top: -11px;
	}
	.about-content .sec-item .guarantee-inner .chart-ver:after {
		width: 1px;
		height: calc(100% - 20px);
		top: 9px;
		right: 0;
	}
	.about-content .sec-item .guarantee-inner .chart-ver li {
		text-align: right;
	}
	.about-content .sec-item .guarantee-inner .chart-ver li.dot1 { margin: 120px 0 0 0; }
	.about-content .sec-item .guarantee-inner .chart-ver li.dot2 { margin: 120px 0 0 0; }
	.about-content .sec-item .guarantee-inner .chart-ver li.dot3 { margin: 120px 0 0 0; }
	.about-content .sec-item .guarantee-inner .chart-ver li.dot4 { margin: 137px 0 0 0; }
	.about-content .sec-item .guarantee-inner .chart-ver li.dot5 { margin: 140px 0 0 0; }
	.about-content .sec-item .guarantee-inner .chart-ver li:after {
		top: 7px;
		right: -25px;
	}
	.about-content .sec-item .guarantee-inner .desc {
		padding-left: 33px;
		width: calc(100% - 78px);
		padding-bottom: 5px;
	}
	.about-content .sec-item .guarantee-inner .desc .guarantee-list {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
	.about-content .sec-item .guarantee-inner .desc .guarantee-list > li {
		width: 32.6%;
	}
	.about-content .sec-item .guarantee-inner .desc .guarantee-list > li.guarantee-percent {
		align-self: flex-start;
	}
	.about-content .sec-item .guarantee-inner .desc .guarantee-list > li:nth-child(1) div.con01 {
		padding-bottom: 250px;
	}
	.about-content .sec-item .guarantee-inner .desc .guarantee-list > li:nth-child(1) div.con02 {
		padding-bottom: 23px;
	}
	.about-content .sec-item .guarantee-inner .desc .guarantee-list > li:nth-child(2) div.con01 {
		padding-bottom: 20px;
	}
	.about-content .sec-item .guarantee-inner .desc .guarantee-list > li:nth-child(2) div.con02 {
		padding-bottom: 20px;
	}
	.about-content .sec-item .guarantee-inner .desc .guarantee-list > li .img {
		margin-top: 20px;
	}
	.about-content .sec-item .guarantee-inner .desc .warranty {
		margin-top: 8px;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.about-content .sec-item .guarantee-inner .desc .warranty02 {
		margin-top: 2px;
		position: relative;
		width: 32.6%;
	}
	.about-content .sec-item .guarantee-inner .desc .warranty-img {
		margin-right: 22px;
	}
	.about-content .sec-item .guarantee-inner .desc .warranty-ttl {
		margin: 0 0 10px 0;
	}








	.about-content .sec-item .box-btn {
		margin-top: 30px;
	}
	.about-content .sec-item .box-btn .cm-btn01 {
		width: 100%;
		max-width: 100%;
		padding: 24px 10px 15px;
		margin-bottom: 12px;
	}
	.about-content .sec-item .box-btn .cm-btn01 .txt {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 23px;
		line-height: 1.76923em;
	}
	.about-content .sec-item .box-btn .cm-btn01 em {
		position: relative;
		top: -4px;
	}
	.about-content .sec-item .box-btn .cm-btn01::after {
		width: 13px;
		height: 14px;
		right: 22px;
		background-size: 100%;
	}

} /* end SP */


/* ============================================================
   極小SP（max-width: 374px）
   ============================================================ */

@media only screen and (max-width: 374px) {

	.about-content .sec-item .guarantee-inner .desc .guarantee-list > li:nth-child(2) {
		width: calc(100% - 42px);
	}
	.about-content .sec-item .guarantee-inner .desc .guarantee-list > li:nth-child(3) {
		width: calc(100% - 110px);
	}

} /* end 374px */


/* ============================================================
   極小SP（max-width: 350px）
   ============================================================ */

@media only screen and (max-width: 350px) {

	.about-content .sec-item .guarantee-inner .desc .guarantee-list > li:nth-child(2) {
		width: calc(100% - 36px);
	}
	.about-content .sec-item .guarantee-inner .desc .guarantee-list > li:nth-child(3) {
		width: calc(100% - 73px);
	}

} /* end 350px */