@charset "utf-8";

/* ======================================


 housebuilding


==================================== */


/* override
----------------------------- */
.breadcrumb {
	margin-bottom: 0;
}

footer {
	margin-top: 225px;
}

@media only screen and (max-width: 768px) {
footer {
	margin-top: 70px;
}
}

@media only screen and (min-width: 769px) {}

@media only screen and (max-width: 768px) {
	.spOnly {
		display: block;
	}
}


/* modules
----------------------------- */

/* 220105 updata */

@media only screen and (min-width: 769px) {
	.wrp--imgGroup__note {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.wrp--imgGroup {
		margin-top: 20px;
	}

	.wrp--imgGroup__note {
		color: #666;
		display: block;
		font-size: 1.3rem;
		font-weight: 700;
		margin-bottom: 20px;
		text-align: left;
	}

	.wrp--imgGroup__inner {
		margin-left: -15px;
		margin-right: -15px;
		padding-bottom: 15px;
		padding-left: 15px;
	}

	[data-slide="sp"] .wrp--imgGroup__inner {
		overflow-x: auto;
	}

	[data-slide="sp"] .wrp--imgGroup__inner img {
		padding-right: 15px;
		width: 765px;

	}
}



/* top page
----------------------------- */
.wrap--housebuilding {
	margin-top: 80px;
}
.wrap--housebuilding .inner {
	max-width: 2020px;
}
.wrap--housebuilding .heading--hdg02 {
	margin-bottom: 10px;
}
.wrap--housebuilding .heading--hdg02 span {
	color: #bd9e81;
	font-size: 3.6rem;
}
.wrap--housebuilding .catch {
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
}
.wrap--housebuilding .txt {
	line-height: 1.8;
	margin-bottom: 50px;
	margin-top: 40px;
	text-align: center;
}
.wrap--housebuilding .cate-link {
	display: flex;
	justify-content: space-between;
}
.wrap--housebuilding .cate-link li {
	flex: 1 1 auto;
	position: relative;
}
.wrap--housebuilding .cate-link li a:hover {
	opacity: 1;
}
.wrap--housebuilding .cate-link li .button {
	left: 50%;
	position: absolute;
	top: 20%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.wrap--housebuilding .cate-link li .button span {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.4rem;
	height: 66px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.wrap--housebuilding .cate-link li a:hover .button span {
	background-color: #000;
	color: #fff;
	opacity: 1;
}
.wrap--housebuilding .cate-link li .button[data-button="arw_ani"] {
	max-width: 330px;
	width: 100%;
}
.wrap--housebuilding .cate-link li .button[data-button="arw_ani"] span {
	position: relative;
}
.wrap--housebuilding .cate-link li .button[data-button="arw_ani"] span:before {
	font-size: .75rem;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.wrap--housebuilding .cate-link li a:hover .button[data-button="arw_ani"] span:before {
	fill: #fff;
 animation: arrow .4s;
}
@keyframes arrow {
  50% {
    right: 20px;
  }
  100% {
    right: 30px;
  }
}

@media only screen and (max-width: 1200px) {
.wrap--housebuilding .cate-link li .button span {
	font-size: 1.8rem;
}
.wrap--housebuilding .cate-link li .button[data-button="arw_ani"] {
	max-width: 90%;
}
.wrap--housebuilding .cate-link li a .button[data-button="arw_ani"] span:before {
	font-size: .5rem;
	right: 15px;
}
}

@media only screen and (max-width: 768px) {
.wrap--housebuilding {
	margin-top: 20px;
}
.wrap--housebuilding .txt {
	text-align: left;
}
.wrap--housebuilding .cate-link {
	display: block;
}
.wrap--housebuilding .cate-link li {
	flex: 1 1 auto;
	position: relative;
}
.wrap--housebuilding .cate-link li .button span {
	font-size: 1.6rem;
}
.wrap--housebuilding .cate-link li .button[data-button="arw_ani"] {
	max-width: 75%;
}
.wrap--housebuilding .cate-link li a:hover .button span {
	background-color: #fff;
	color: #000;
}
.wrap--housebuilding .cate-link li a:hover .button[data-button="arw_ani"] span:before {
	animation: none;
}
}



/* quality page
----------------------------- */
.wrap--quality {
	text-align: center;
}
.wrap--quality .wrap--category__title {
	background-image: url(/housebuilding/images/quality_mv.png);
}
.wrap--quality .wrap--category__title + section {
	border-top: none;
	margin-top: 0;
}

.wrap--quality .anchor {
	display: flex;
	justify-content: space-between;
	padding-left: 5.8%;
	padding-right: 5.8%;
}
.wrap--quality .anchor li {
	flex: 1 1 25%;
	margin-right: 6.6%;
}
.wrap--quality .anchor li:nth-child(3n) {
	margin-right: 0;
}
.wrap--quality .anchor li a {
	border: 1px solid #000;
	border-left-width: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.7rem;
	height: 58px;
}

.wrap--quality section {
	border-top: 1px solid #000;
	margin-top: 100px;
	padding-top: 60px;
}
.wrap--quality section .heading--hdg02 span {
	font-size: 2.8rem;
}
.wrap--quality section .txt {
	font-size: 1.5rem;
	line-height: 2;
}
.wrap--quality section .formula {
	background-color: #f8f1e4;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 700;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding-left: 8%;
	padding-right: 8%;
	max-width: 850px;
}
.wrap--quality section .formula div:nth-child(2) {
	margin-left: 8%;
	position: relative;
}
.wrap--quality section .formula div:nth-child(2):before {
	content: "=";
	font-size: 2.1rem;
	position: absolute;
	left: -15%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.wrap--quality section .formula .value span {
	color: #bb272d;
}

/* wrap--quality */
.wrap--quality .formula .value + p {
	font-size: 1.5rem;
	font-weight: 400;
}

/* wrp--energy */
.wrap--quality .wrp--energy .img {
	margin-top: 110px;
	padding-left: 3.33%;
	padding-right: 3.33%;
}
.wrap--quality .wrp--energy .img a {
	pointer-events: none;
}
.wrap--quality .wrp--airtight .wrp--energy .formula div:nth-child(2):before {
	left: -30%;
}

/* wrp--airtight */
.wrap--quality .wrp--airtight .txt + .txt {
	margin-top: 30px;
}
.wrap--quality .wrp--airtight .wrp--airtight .formula div:nth-child(2):before {
	left: -12%;
}
.wrap--quality .wrp--airtight .formula + .txt {
	margin-top: 10px;
}

/* wrp--seismic */
.wrap--quality .wrp--seismic .column {
	justify-content: center;
}
.wrap--quality .wrp--seismic .column .each-comm {
	background-color: #f8f1e4;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 287px;
	max-width: 287px;
	width: 100%;
}
.wrap--quality .wrp--seismic .column .each-comm:nth-child(2) {
	margin-left: 8.667%;
}
.wrap--quality .wrp--seismic .column .each-comm p {
	font-size: 2.4rem;
	font-weight: 700;
}
.wrap--quality .wrp--seismic .column .each-comm:nth-child(1) p span {
	font-size: 5.9rem;
}
.wrap--quality .wrp--seismic .column .each-comm:nth-child(2) p sup {
	font-size: 1.1rem;
}
.wrap--quality .wrp--seismic .column + p {
	margin-top: 50px;
}

@media only screen and (max-width: 768px) {
.wrap--quality .anchor li a {
	font-size: 1.4rem;
}

.wrap--quality section {
	margin-top: 50px;
	padding-top: 30px;
}
.wrap--quality section .heading--hdg02 span {
	font-size: 1.8rem;
}
.wrap--quality section .txt {
	font-size: 1.4rem;
}
.wrap--quality section .formula {
	font-size: 1.4rem;
	margin-top: 25px;
	padding-left: 8%;
	padding-right: 8%;
}
.wrap--quality section .formula div:nth-child(2):before {
	font-size: 1.3rem;
}
.wrap--quality .wrp--energy .img a {
	pointer-events: auto;
}

/* wrap--quality */
.wrap--quality .wrp--energy .formula .value + p {
	font-size: 1.1rem;
}
.wrap--quality .wrp--energy .img {
	margin-top: 55px;
	padding-left: 0;
	padding-right: 0;
}

/* wrp--seismic */
.wrap--quality .wrp--seismic .column {
	display: flex;
}
.wrap--quality .wrp--seismic .column .each-comm {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 287px;
	max-width: 287px;
	flex-direction: row;
}

.wrap--quality .wrp--seismic .column .each-comm:nth-child(2) {
	margin-left: 4.3335%;
	margin-top: 0;
}
}

@media only screen and (max-width: 640px) {
.wrap--quality .anchor {
	display: block;
}
.wrap--quality .anchor li {
	margin-right: 0;
	margin-top: 10px;
	width: 100%;
}
.wrap--quality .anchor li:nth-child(n+4) {
	margin-top: 10px;
}

.wrap--quality section .txt {
	text-align: left;
}

.wrap--quality section .formula {
	flex-direction: column;
	text-align: left;
}
.wrap--quality section .formula div:nth-child(2) {
	margin-top: 10px;
}

/* wrp--seismic */
.wrap--quality .wrp--seismic .column {
	display: block;
}
.wrap--quality .wrp--seismic .column .each-comm {
	height: auto;
	max-width: none;
	padding: 15px;
}
.wrap--quality .wrp--seismic .column .each-comm:nth-child(2) {
	margin-left: 0;
	margin-top: 20px;
}
.wrap--quality .wrp--seismic .column .each-comm p {
	font-size: 2.0rem;
}
.wrap--quality .wrp--seismic .column .each-comm:nth-child(1) p span {
	font-size: 3.9rem;
}
.wrap--quality .wrp--seismic .column + p {
	margin-top: 25px;
	text-align: left;
}
}

/* 220105 updata */
.wrap--quality .wrp--energy--ua {
	margin-left: auto;
	margin-right: auto;
	max-width: 850px;
}

.wrp--energy--belf {
	background-color: #F8F1E4;
	margin-left: auto;
	margin-right: auto;
	max-width: 850px;
	text-align: center;
}

.wrp--seismic--grade {
	margin-top: 30px;
}

.wrp--seismic--grade__text b {
	font-weight: 700;
}

@media only screen and (min-width: 769px) {
	.wrap--quality .text--beginning {
		font-size: 3.0rem;
		font-weight: 700;
		margin-top: 100px;
	}

	.wrap--quality .wrp--energy--ua {
		margin-top: 50px;
	}

	.wrp--energy--belf {
		margin-top: 120px;
		padding: 60px;
	}

	.wrp--energy--belf__tx {
		font-size: 1.6rem;
		font-weight: 700;
	}

	.wrp--energy--belf__img {
		margin-left: auto;
		margin-right: auto;
		margin-top: 65px;
		max-width: 490px;
	}

	.wrp--airtight--cValue {
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		max-width: 850px;
	}

	.wrp--seismic .wrp--imgGroup {
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		max-width: 877px;
	}
}

@media only screen and (max-width: 768px) {
	.wrap--quality .text--beginning {
		font-size: 1.8rem;
		font-weight: 700;
		margin-top: 40px;
	}

	.wrap--quality .wrp--energy--ua {
		margin-top: 20px;
	}

	.wrp--energy--belf {
		margin-top: 40px;
		padding: 40px 20px;
	}

	.wrp--energy--belf__tx {
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.8;
	}

	.wrp--energy--belf__img {
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		max-width: 300px;
	}

	.wrp--airtight--cValue {
		margin-top: 20px;
	}

	.wrp--seismic--grade__text {
		text-align: left;
	}
}


/* flow page
----------------------------- */
.wrap--flow .wrap--category__title {
	background-image: url(/housebuilding/images/flow_mv.png);
}

.wrap--flow .flow_anchor {
	background-color: #f4e8d2;
	background-image: url(/housebuilding/images/flow_anchor_bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
	height: 507px;
	margin-bottom: 40px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 70px;
}
.wrap--flow .flow_anchor .flow_anchor_list {
	background-image: url(/housebuilding/images/flow_line.png);
	background-position: center center;
	background-size: cover;
	display: flex;
 justify-content: space-around;
	margin-left: auto;
	margin-right: auto;
	max-width: 986px;
}
.wrap--flow .flow_anchor ul {
	flex: 1 1 240px;
	margin-right: 13.4%;
}
.wrap--flow .flow_anchor ul:nth-child(3) {
	margin-right: 0;
}
.wrap--flow .flow_anchor ul li {
	background-color: #fff;
	border: 1px solid #000;
	margin-top: 11.64%;
}
.wrap--flow .flow_anchor ul li:first-child {
	margin-top: 0;
}
.wrap--flow .flow_anchor ul li a {
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	font-style: 700;
	padding-left: 60px;
	padding-right: 5px;
	position: relative;
	height: 48px;
}
.wrap--flow .flow_anchor ul li a i {
	background-color: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Oswald', sans-serif;
	font-size: 2.4rem;
	font-style: normal;
	height: 48px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wrap--flow .inner section {
	border-top: 3px solid #000;
	padding-bottom: 75px;
	padding-left: 108px;
	padding-top: 60px;
	position: relative;
}
.wrap--flow .inner section:before {
	border-style: solid;
	border-width: 9px 8.5px 0 8.5px;
	border-color: #000 transparent transparent transparent;
	content: "";
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.wrap--flow .inner section:first-child {
	border-top: none;
}
.wrap--flow .inner section:first-child:before {
	border: none;
	position: static;
}
.wrap--flow .inner section .each_flow {
	display: flex;
	align-items: center;
}
.wrap--flow .inner section .each_flow .flow_ttl {
	flex: 1 257px;
	font-size: 2.4rem;
	position: relative;
}
.wrap--flow .inner section .each_flow .flow_cts {
	flex: 2 835px;
	line-height: 1.8;
}
.wrap--flow .inner section .each_flow .flow_ttl .ttl {
	display: table-cell;
	height: 81px;
	vertical-align: middle;
}
.wrap--flow .inner section .each_flow .flow_ttl i {
	border: 1px solid #000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Oswald', sans-serif;
	font-size: 4.4rem;
	font-style: normal;
	height: 81px;
	left: 0;
	position: absolute;
	top: 0;
	width: 81px;
	-webkit-transform: translateX(-131%);
	transform: translateX(-131%);
}

/* flow01 */
.wrap--flow .wrap--num01 .column {
	margin-bottom: 75px;
	margin-top: 65px;
	max-width: 987px;
}
.wrap--flow .wrap--num01 .column .each-comm .title {
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 50px;
}
.wrap--flow .wrap--num01 .column .each-comm .txt {
	font-size: 1.5rem;
	line-height: 1.8;
	margin-top: 20px;
}
.wrap--flow .wrap--num01 .column .each-comm .button {
	margin-top: 40px;
}
.wrap--flow .wrap--num01 .button[data-button="arw_ani_reverse"] {
	max-width: 475px;
}

/* flow08 */
.wrap--flow .inner section.wrap--num08 .each_flow {
	align-items: stretch;
}
.wrap--flow .wrap--num08 .each_flow .flow_cts .button {
	margin-left: 0;
	margin-top: 40px;
}
.wrap--flow .wrap--num08 .each_flow .flow_cts .img {
	margin-top: 40px;
}

/* flow11 */
.wrap--flow .inner section.wrap--num11 .each_flow {
	align-items: stretch;
}
.wrap--flow .wrap--num11 .each_flow .flow_cts .img {
	margin-top: 40px;
}

/* flow13 */
.wrap--flow .inner section.wrap--num13 .each_flow {
	align-items: stretch;
}
.wrap--flow .wrap--num13 .each_flow .flow_cts .button {
	margin-left: 0;
	margin-top: 40px;
	max-width: 340px;
}
.wrap--flow .wrap--num13 .img {
	margin-top: 95px;
}

@media only screen and (max-width: 1200px) {
.wrap--flow .flow_anchor {
	height: auto;
	margin-bottom: 20px;
	padding-bottom: 35px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 35px;
}
.wrap--flow .flow_anchor .flow_anchor_list {
	background-size: 89% 100%;
}
.wrap--flow .flow_anchor ul {
	margin-right: 2%;
}
.wrap--flow .flow_anchor ul li {
	margin-top: 5.82%;
}
.wrap--flow .flow_anchor ul li a {
	font-size: 1.3rem;
	padding-left: 50px;
	height: 38px;
}
.wrap--flow .flow_anchor ul li a i {
	font-size: 1.8rem;
	height: 38px;
	width: 40px;
}

/* flow01 */
.wrap--flow .wrap--num01 .column[data-column="p4_s2"] .each-comm {
	flex: 1 46%;
	width: 46%;
}
.wrap--flow .wrap--num01 .column[data-column="p4_s2"] .each-comm:nth-child(n+3) {
	margin-top: 30px;
}
.wrap--flow .wrap--num01 .column[data-column="p4_s2"] .each-comm:nth-child(even) {
	margin-right: 0;
}
.wrap--flow .wrap--num01 .column[data-column="p4_s2"] .each-comm .img img {
	height: auto;
	max-width: inherit;
	width: 100%;
}
}

@media only screen and (max-width: 768px) {
.wrap--flow .inner section {
	padding-left: 0;
}

.wrap--flow .inner section:before {
	border-style: solid;
	border-width: 9px 8.5px 0 8.5px;
	border-color: #000 transparent transparent transparent;
	content: "";
	left: 50%;
	position: absolute;
	top: 0;
}
.wrap--flow .inner section:first-child {
	border-top: none;
}
.wrap--flow .inner section:first-child:before {
	border: none;
	position: static;
}
.wrap--flow .inner section .each_flow {
	display: block;
}
.wrap--flow .inner section .each_flow .flow_ttl {
	font-size: 1.8rem;
}
.wrap--flow .inner section .each_flow .flow_cts {
	margin-top: 20px;
}
.wrap--flow .inner section .each_flow .flow_ttl .ttl {
	height: auto;
	padding-left: 51px;
}
.wrap--flow .inner section .each_flow .flow_ttl i {
	font-size: 2.4rem;
	height: 41px;
	top: 50%;
	width: 41px;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

/* flow01 */
.wrap--flow .wrap--num01 .column {
	margin-bottom: 45px;
	margin-top: 35px;
}
.wrap--flow .wrap--num01 .column .each-comm .title {
	font-size: 1.5rem;
	margin-top: 25px;
}
.wrap--flow .wrap--num01 .column .each-comm .txt {
	font-size: 1.4rem;
	margin-top: 10px;
}
.wrap--flow .wrap--num01 .column .each-comm .button {
	margin-top: 20px;
}
.wrap--flow .wrap--num01 .button[data-button="arw"] a {
	font-size: 1.3rem;
}

/* flow08 */
.wrap--flow .wrap--num08 .each_flow .flow_cts .button {
	margin-left: auto;
	margin-top: 20px;
}
.wrap--flow .wrap--num08 .each_flow .flow_cts .img {
	margin-top: 20px;
}

/* flow11 */
.wrap--flow .wrap--num11 .each_flow .flow_cts .img {
	margin-top: 20px;
}

/* flow13 */
.wrap--flow .inner section.wrap--num13 .each_flow {
	align-items: start;
}
.wrap--flow .wrap--num13 .each_flow .flow_cts .button {
	margin-left: auto;
	margin-top: 20px;
}
.wrap--flow .wrap--num13 .img {
	margin-top: 35px;
}
}

@media only screen and (max-width: 640px) {
.wrap--flow .flow_anchor {
	padding-bottom: 15px;
	padding-top: 15px;
}
.wrap--flow .flow_anchor .flow_anchor_list {
	background-image: none;
	display: block;
	position: relative;
}
.wrap--flow .flow_anchor .flow_anchor_list:before {
	background-color: #000;
	content: "";
	height: 95%;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 1px;
	z-index: 0;
	-webkit-transform: translate(5%,-50%);
	transform: translate(5%,-50%);
}
.wrap--flow .flow_anchor ul {
	margin-right: 0;
	margin-top: 15px;
	position: relative;
	z-index: 1;
}
.wrap--flow .flow_anchor ul:first-child {
	margin-top: 0;
}
.wrap--flow .flow_anchor ul li {
	margin-top: 15px;
}

.wrap--flow .inner section {
	padding-bottom: 35px;
	padding-top: 30px;
}
}



/* assurance page
----------------------------- */
.wrap--assurance {
	text-align: center;
}
.wrap--assurance .wrap--category__title {
	background-image: url(/housebuilding/images/assurance_mv.png);
}
.wrap--assurance .anchor {
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;
	padding-left: 5.8%;
	padding-right: 5.8%;
}
.wrap--assurance .anchor li {
	margin-right: 6.6%;
	width: 28.9%;
}
.wrap--assurance .anchor li:nth-child(3n) {
	margin-right: 0;
}
.wrap--assurance .anchor li:nth-child(n+4) {
	margin-top: 24px;
}
.wrap--assurance .anchor li a {
	border: 1px solid #000;
	border-left-width: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.7rem;
	height: 58px;
}
.wrap--assurance .wrap--category__title + section {
	margin-top: 0;
}
.wrap--assurance .inner section {
	border-top: 1px solid #000;
	margin-top: 100px;
	padding-top: 60px;
}
.wrap--assurance section .heading--hdg02 span {
	font-size: 2.8rem;
}
.wrap--assurance section .txt {
	font-size: 1.5rem;
	line-height: 2;
}

/* wrp--defect */
.wrap--assurance .wrp--defect .third_party {
	background-color: #f8f1e4;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	padding: 5% 8%;
	max-width: 800px;
}
.wrap--assurance .wrp--defect .third_party p:nth-child(1) {
	flex: 1 130px;
	font-size: 1.5rem;
}
.wrap--assurance .wrp--defect .third_party p:nth-child(2) {
	margin-left: 10%;
}

/* wrp--ground */
.wrap--assurance .wrp--ground .third_party {
	background-color: #f8f1e4;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	padding: 5% 8%;
	max-width: 800px;
}
.wrap--assurance .wrp--ground .third_party p:nth-child(1) {
	flex: 1 130px;
	font-size: 1.5rem;
}
.wrap--assurance .wrp--ground .third_party div:nth-child(2) {
	flex: 2 460px;
	margin-left: 10%;
}
.wrap--assurance .wrp--ground .third_party div:nth-child(2) p {
	background-color: #fff;
	font-size: 1.5rem;
	padding: 3% 7%;
	text-align: left;
}
.wrap--assurance .wrp--ground .third_party div:nth-child(2) p + * {
	margin-top: 20px;
}

/* wrp--maintenance
/* .wrp--maintenance .img {
	margin-top: 40px;
}
.wrp--maintenance .regular {
	font-size: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	max-width: 800px;
}
.wrp--maintenance .regular .each-comm {
	display: flex;
	align-items: center;
}
.wrp--maintenance .regular .each-comm:nth-child(2) {
	margin-top: 40px;
}
.wrp--maintenance .regular .each-comm > p {
	background-color: #f8f1e4;
	flex: 1 200px;
	padding: 6% 1%;
}
.wrp--maintenance .regular .each-comm > div {
	flex: 2 460px;
	margin-left: 10%;
	text-align: left;
} */

@media only screen and (max-width: 768px) {
.wrap--assurance .anchor {
	margin-top: 35px;
	padding-left: 0;
	padding-right: 0;
}

.wrap--assurance section,
.wrap--assurance .inner section {
	margin-top: 50px;
	padding-top: 30px;
}
.wrap--assurance section .heading--hdg02 span {
	font-size: 1.8rem;
}
.wrap--assurance section .txt {
	font-size: 1.4rem;
}

/* wrp--defect */
.wrap--assurance .wrp--defect .third_party {
	display: block;
	margin-top: 20px;
	padding: 15px;
	text-align: left;
}
.wrap--assurance .wrp--defect .third_party p:nth-child(1) {
	font-size: 1.3rem;
}
.wrap--assurance .wrp--defect .third_party p:nth-child(2) {
	margin-left: 0;
	margin-top: 5px;
}

/* wrp--ground */
.wrap--assurance .wrp--ground .third_party {
	display: block;
	margin-top: 20px;
	padding: 15px;
	text-align: left;
}
.wrap--assurance .wrp--ground .third_party p:nth-child(1) {
	font-size: 1.3rem;
}
.wrap--assurance .wrp--ground .third_party div:nth-child(2) {
	margin-left: 0;
	margin-top: 5px;
}
.wrap--assurance .wrp--ground .third_party div:nth-child(2) p {
	font-size: 1.3rem;
}
.wrap--assurance .wrp--ground .third_party div:nth-child(2) p + * {
	margin-top: 10px;
}

/* wrp--maintenance
.wrp--maintenance .img {
	margin-top: 20px;
}
.wrp--maintenance .regular {
	font-size: 1.3rem;
	margin-top: 40px;
}
.wrp--maintenance .regular .each-comm {
	display: block;
}
.wrp--maintenance .regular .each-comm:nth-child(2) {
	margin-top: 20px;
}
.wrp--maintenance .regular .each-comm > p {
	padding: 15px;
}
.wrp--maintenance .regular .each-comm > div {
	margin-left: 0;
	margin-top: 10px;
}
.wrp--maintenance .regular .each-comm > div .triangle > li {
	padding-left: 20px;
}
.wrp--maintenance .regular .each-comm > div .triangle > li:first-child {
	margin-top: 0;
}
.wrp--maintenance .regular .each-comm > div .triangle > li:before {
 top: 5px;
} */
}

@media only screen and (max-width: 640px) {
.wrap--assurance .anchor {
	display: block;
}
.wrap--assurance .anchor li {
	margin-right: 0;
	margin-top: 10px;
	width: 100%;
}
.wrap--assurance .anchor li:nth-child(n+4) {
	margin-top: 10px;
}

.wrap--assurance section .txt {
	text-align: left;
}
}