@charset "UTF-8";
/*

TOP

*/


/* FV
----------------------------- */
                       
.mv_wrapper {
	width: 100%;
}

.mv {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background: url(img/mv_01.png) no-repeat center / cover;
	position: relative;
	padding: 65px 0;
}

.mv .mv_inner {
	max-width: 1000px;
	width: 600px;
	margin: 0px auto;
	padding: 2rem 4rem;
	background: rgba(255,255,255,0.75);
}

.mv .mv_inner .mv_title {
	margin: 0 0 1rem;
	padding: 0;
	font-family: "Noto Sans CJK JP", serif;
	font-size: 2.7rem;
	line-height: 1.5;
	color: #ed710c;
	font-weight: bold;
	text-align: center;
}

.mv .mv_inner p.mv_text {
	color: #333333;
	line-height: 1.6;
}


/* compare-table-frame
  ----------------------------- */
.compare-table-group {
	margin: 2rem 0 3rem;
	padding: 2rem 2rem 3rem;
	background: #f7f3e0;
}

.contents_top .compare-table-group .catch-copy {
	margin: 1.2rem 0 1rem;
	padding: 0 0 1rem;
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid #edcd69;
	background: none;
}

.compare-table-group .catch02 {
	padding: 1.5rem 0;
	text-align: center;
	border-top: 2px solid #16b7bf;
	border-bottom: 2px solid #16b7bf;
	font-size: 2.5rem;
	line-height: 1.2;
	color: #16b7bf;
	margin: 2rem 0 3rem;
}


/*/////img/////*/

.top-image-text-box {
	margin: 30px 0;
}

.top-image-text-box .catch-copy {
	margin: 2rem 0;
	padding: 0 0 1rem;
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid #c59400;
	background: none;
}


/*/////title-text-area /////*/

.compare-table-frame .title-text-area {
	background: #fff;
	padding: 2rem;
	margin: 3rem auto;
}

.compare-table-frame .title-text-area .top-title h2,
.compare-table-frame .title-text-area .top-title h3,
.compare-table-frame .title-text-area .top-title h4,
.compare-table-frame .title-text-area .top-title h5 {
	margin-top: 0;
}


/*/////image-text-area /////*/

.compare-table-frame .compare-table-group .image-text-area {
	background: #fff;
	padding: 2rem;
}

.compare-table-frame .compare-table-group .image-text-area .table-layout table tr td {
	vertical-align: middle;
}


/*/////title-table-area  /////*/

.compare-table-frame .compare-table-group .title-table-area {
	margin: 3rem auto;
	background: #fff;
	padding: 2rem;
}
.compare-table-frame .compare-table-group .title-table-area .table-layout table tr td {
	vertical-align: middle;
}


/*/////title-list-area /////*/

.compare-table-frame .compare-table-group .title-list-area {
	padding: 2rem;
}
.title-table-area h2,.title-table-area h3,.title-table-area h4,.title-table-area h5,.title-table-area .title-area {
	margin-top: 0;
}
.compare-table-list li {
	position: relative;
	margin: 0 0 2rem;
	padding: 2rem 2rem 2rem 6rem;
	font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;
	font-size: 1.7rem;
	line-height: 1.6;
	color: #303753;
	background: #f3eacc;
	border-radius: 5px;
}

.compare-table-list li::before {
	position: absolute;
	top: 2rem;
	left: 3rem;
	font-family: "Font Awesome 5 Free";
	content: '\f00c';
	font-weight: 900;
	color: #89443b;
}

.compare-table-list li:last-child {
	margin: 0;
}

.compare-table-list li a {
	color: #303753;
}

.compare-table-list li p {
	margin: 2rem 0 2rem -3rem;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
}


/*----------------------------------------------------
      SP_css
  ----------------------------------------------------*/

@media screen and (max-width: 480px) {
	/* FV
  ----------------------------- */
	.mv {
		padding: 12rem 0 1rem;
		background-size: 100% auto;
		background-position: top;
		background: url(https://www.reliableskills-exteriorpainting.net/wp/wp-content/uploads/mv_SP.png) no-repeat center / cover;
		background-size: 389px;
		background-position: top;
	}
	.mv .mv_inner {
		max-width: 100%;
		margin: 0px auto;
		padding: 2rem 1.5rem;
	}
	.mv .mv_inner .mv_title {
		margin: 0 0 1rem;
		font-size: 2.2rem;
		line-height: 1.3;
		text-align: center;
		font-weight: bold;
	}
	.mv .mv_inner p.mv_text {
		line-height: 1.6;
		text-align: justify;
		margin-bottom: 3rem;
	}
	/* compare-table-frame
  ----------------------------- */
	.compare-table-group {
		padding: 3%;
	}
	.compare-table-list li {
		padding: 2rem 2rem 2rem 4rem;
	}
	.compare-table-list li::before {
		top: 2rem;
		left: 2rem;
	}
	.compare-table-list li p {
		color: #333;
		margin: 1rem 0 0 -2rem;
	}
	.compare-table-frame .compare-table-group .title-list-area {
		padding: 0;
	}
}