@charset "utf-8";

/* ----------------------------------------------------------------------------------------------------
*  リノベーションと幅
* --------------------------------------------------------------------------------------------------*/

.ttl {
	line-height: 1.75;
}

.page_ttl {
	display: block;
	width: auto;
	padding: 0 40px;
	height: 60px;
	background: #231815;
	color: #fff;
	font-size: 2.5rem;
	line-height: 60px;
	text-align: center;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
	.page_ttl {
		width: 100%;
		height: 60px;
		font-size: 2.1rem;
		line-height: 60px;
		text-align: center;
		bottom: -60px;
	}
}

/* ------------------------------
    mv
------------------------------ */

#mv .mv_wrap {
	width: 100%;
	height: 430px;
	margin: 0 auto;
	background: url(../img/difference/mv_differnce.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

/* menu */

#mv #menu {
	width: 100%;
	background: rgba(35, 24, 21, 0.7);
	height: 78px;
	position: absolute;
	top: 0;
}

@media screen and (max-width: 768px) {
	#mv .mv_wrap {
		width: 100%;
		height: 140px;
		background: url(../img/service/mv_service_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	#mv #menu {
		width: 100%;
		background: rgba(35, 24, 21, 1);
		height: auto;
		position: static;
	}
}

/* ------------------------------
    page_intro
------------------------------ */

#page_intro {
	padding: 88px 0 0;
}

#page_intro .ttl {
	font-size: 4.2rem;
	margin-bottom: 25px;
}

#page_intro .ttl + p {
	font-size: 1.6rem;
	letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
	#page_intro {
		padding: 75px 0 18px;
	}
	#page_intro .wrap {
		padding: 0 5%;
	}

	#page_intro .ttl {
		font-size: 2.3rem;
		margin-bottom: 15px;
	}
	#page_intro .ttl + p {
		font-size: 1.4rem;
		letter-spacing: inherit;
		text-align: left;
	}

}

/* ------------------------------
    #main_content
------------------------------ */

#main_content {
	padding: 88px 0 40px;
}

/* ---- 共通 ---- */

#main_content .sec_ttl {
	font-size: 3.2rem;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.5;
	padding: 0 0 15px;
	background: url(../img/difference/bg_ttlline.png) no-repeat;
  background-position: center bottom;
}

#main_content .sec_ttl2 {
	font-size: 2.6rem;
	text-align: center;
	margin: 90px auto 20px;
	line-height: 1.7;
	background: #e1e0d2;
	color: #231815;
	padding: 8px 0;
}

#main_content .sec_ttl2 + p {
	font-size: 1.6rem;
	line-height: 1.75;
}

.btn_red a {
	display: block;
	width: 486px;
	height: 66px;
	background: #c90012;
	color: #fff;
	font-size: 2.4rem;
	line-height: 66px;
	text-align: center;
	position: relative;
	margin: 46px auto 0;
}

.btn_red a img {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}



/* ---- .meaning ---- */

.meaning .sec_ttl {
	margin-bottom: 50px;
}

.meaning .box.flex {
	margin-bottom: 90px;
}

.meaning .box.flex .txt {
	width: 380px;
}

.meaning .box.flex .txt p {
	line-height: 2;
}

.meaning .box.flex .img {
	padding-top: 10px;
}

/* ---- .difference ---- */

.difference p {
	line-height: 2;
}

.difference .sec_ttl + p + p span {
	display: block;
	color: #9e7f13;
	font-size: 1.8rem;
	line-height: 1.6;
	margin: 1.5em 0 0;
}

.difference .box_area1 {
	margin: 50px auto;
}

.difference .box_area2 {
	margin: 30px auto;
}

.difference .box,
.difference2 .box {
	border: 1px solid #000;
	width: 460px;

	padding: 50px 30px 36px;
}

.difference .box .ttl,
.difference2 .box .ttl {
	text-align: center;
	font-size: 2.8rem;
	line-height: 1;
	margin-bottom: 18px;
	position: relative;
	padding-bottom: 20px;
}

.difference .box .ttl::after,
.difference2 .box .ttl::after {
	content: "";
	display: block;
	width: 188px;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	bottom: 0;
}

.difference .box .ttl + .sub,
.difference2 .box .ttl + .sub {
	line-height: 1;
}

.difference .box1 .ttl::after {
	background: #5ca9de;
}

.difference .box1 ul li {
	color: #5ca9de;
}

.difference .box2 .ttl::after {
	background: #076571;
}

.difference .box2 ul li {
	color: #076571;
}

.difference .box ul {
	margin-top: 20px;
}

.difference .box_area1 .box ul li {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 1.6rem;
	line-height: 1.6;
}

.difference .box_area2 .box ul li {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 1.8rem;
	line-height: 1.6;
}

.difference .box .img {
	margin-top: 30px;
}


.difference2 {
	margin: 110px 0 0;
}

.difference2 .box_area {
	margin: 70px auto;
}

.difference2 .box .txt p {
	font-size: 1.8rem;
	line-height: 1.6;
	margin-top: 20px;
}

.difference2 .box1 .ttl::after {
	background: #a8565e;
}

.difference2 .box1 .txt p {
	color: #a8565e;
}

.difference2 .box2 .ttl::after {
	background: #3c6c9c;
}

.difference2 .box2 .txt p {
	color: #3c6c9c;
}

.difference2 .table_wrap {
	width: 940px;
	margin: 40px auto 0;
	padding: 18px 30px 20px;
	background: #fff5e0;
}

.difference2 table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}

.difference2 table th,
.difference2 table td {
	vertical-align: middle;
	line-height: 1.6;
	padding: 15px 0 15px 20px;
}

.difference2 table thead th {
	text-align: center;
	border-left: 1px solid #000;
	padding: 0 20px 10px;
	width: 265px;
}

.difference2 table thead th:nth-of-type(4) {
	width: 245px;
	padding-right: 0;
}

.difference2 table thead th:nth-of-type(1) {
	width: 105px;
}

.difference2 table thead th span {
	font-size: 2.0rem;
	display: block;
	color: #fff;
	border-radius: 11px;
	padding: 9px 0;
	line-height: 1.2;
}

.difference2 table thead th:nth-of-type(2) span {
	background: #3c6c9c;
}

.difference2 table thead th:nth-of-type(3) span {
	background: #5ca9de;
}

.difference2 table thead th:nth-of-type(4) span {
	background: #076571;
}

.difference2 table thead .empty {
	background: none;
	border: none;
}

.difference2 table tbody th {
	font-size: 2.0rem;
	padding-left: 0;
	border-bottom: 1px solid #000;
}

.difference2 table tbody td {
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

.difference2 table tbody tr:last-child th,
.difference2 table tbody tr:last-child td {
	border-bottom: none;
	padding-bottom: 20px;
}


/* ---- .merit ---- */

.merit {
	margin: 100px auto 0;
}

.merit .sec_ttl + p {
	font-size: 1.6rem;
}

.merit .merit_area h5.ttl {
	text-align: center;
	width: 388px;
	height: 50px;
	line-height: 50px;
	margin: 60px auto 34px;
	font-size: 2.4rem;
	box-shadow: 9px 9px #c90012;
	border: 1px solid #c90012;
	color: #c90012;
}

.merit .merit_area div.flex {
	flex-wrap: wrap;
}

.merit .merit_area .box {
	width: 460px;
	border: 1px solid #c90012;
	border-radius: 8px;
	padding: 30px 34px 30px 30px;
}

.merit .merit_area .box + .box {
	margin-top: 20px;
}

.merit .merit_area .box:nth-child(2) {
	margin-top: 0;
}

.merit .merit_area .box .ttl {
	color: #c90012;
	font-size: 1.8rem;
	line-height: 1.6;
	margin-bottom: 16px;
}

.merit .merit_area .box .txt p {
	line-height: 1.8;
}

.merit .merit_area.demerit h5.ttl {
	margin: 90px auto 34px;
	box-shadow: 9px 9px #3c6c9c;
	border: 1px solid #3c6c9c;
	color: #3c6c9c;
}

.merit .merit_area.demerit .box {
	border: 1px solid #3c6c9c;
}

.merit .merit_area.demerit .box .ttl {
	color: #3c6c9c;
}

.merit .recommend_box {
	width: 100%;
	margin: 156px auto 0;
	border: 5px solid #c90012;
	position: relative;
	border-radius: 33px;
	padding: 0 40px 64px;
}

.merit .recommend_box .recommend_ttl {
	text-align: center;
	background: #fff;
	font-size: 2.4rem;
	width: 486px;
	margin: auto;
	height: 66px;
	line-height: 56px;
	color: #c90012;
	border: 5px solid #c90012;
	border-radius: 33px;
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	margin-top: -33px;
	z-index: 1;
}

.merit .recommend_box .txt {
	margin-top: 60px;
}

.merit .recommend_box .txt p {
	font-size: 1.6rem;
}

.merit .recommend_box .txt ul {
	margin-top: 20px;
	margin-left: 80px;
}

.merit .recommend_box .txt ul li {
	font-size: 2.0rem;
	color: #c90012;
	line-height: 2;
}

/* ---- .btn_area ---- */

#main_content .btn_area {
	margin-top: 90px;
}

#main_content .btn_area > div {
	width: 455px;
}

#main_content .btn_area .btn_red a {
	width: 455px!important;
	margin: 0 auto 13px;
}

#main_content .btn_area .btn_red + p {
	line-height: 2;
}

@media screen and (max-width: 768px) {
	#main_content {
		padding: 40px 0 20px;
	}
	#main_content .wrap.sp100 {
		padding: 0;
	}
	/* ---- 共通 ---- */
	#main_content .sec_ttl {
		font-size: 1.7rem;
		margin-bottom: 22px;
		background-size: 100% 3px;
	}

	#main_content .sec_ttl2 {
		font-size: 1.8rem;
		margin: 40px auto 14px;
		padding: 6px 0;
	}
	#main_content .sec_ttl2 + p {
		padding: 0 5%;
		font-size: 1.2rem;
		line-height: 1.5;
	}

	/* ---- .meaning ---- */
	/*
	.meaning .sec_ttl {
		margin-bottom: 20px;
	}
*/
	.meaning .box.flex {
		flex-direction: column-reverse;
		margin-bottom: 36px;
	}

	.meaning .box.flex .txt {
		width: inherit;
	}

	.meaning .box.flex .txt p {
		font-size: 1.1rem;
		line-height: 1.6;
	}

	.meaning .box.flex .img {
		padding-top: 0;
		margin-bottom: 20px;
	}

	/* ---- .difference ---- */
	.difference p {
		font-size: 1.1rem;
		line-height: 1.6;
	}

	.difference .sec_ttl + p + p span {
		font-size: 1.2rem;
		margin: 1.5em 0 5px;
	}

	.difference .box_area1 {
		margin: 25px auto;
	}

	.difference .box_area2 {
		padding: 0 5%;
		margin: 25px auto 20px;
	}
	.difference .box_area2 + p {
		padding: 0 5%;
	}
	.difference .box,
	.difference2 .box {
		width: 100%;
		padding: 15px;
	}
	.difference .box + .box,
	.difference2 .box + .box {
		margin-top: 23px;
	}

	.difference .box .ttl,
	.difference2 .box .ttl {
		font-size: 1.8rem;
		margin-bottom: 12px;
		padding-bottom: 14px;
	}
	.difference .box .ttl img {
		width: auto;
		height: 14px;
	}

	.difference .box .ttl::after,
	.difference2 .box .ttl::after {
		width: 118px;
	}

	.difference .box .ttl + .sub,
	.difference2 .box .ttl + .sub {
		font-size: .9rem;
	}

	.difference .box ul {
		margin-top: 14px;
	}

	.difference .box_area1 .box ul li {
		font-size: 1.2rem;
	}

	.difference .box_area2 .box ul li {
		font-size: 1.2rem;
	}

	.difference .box .img {
		margin-top: 15px;
	}


	.difference2 {
		margin: 50px 0 0;
	}
	.difference2 .box_area {
		margin: 35px auto;
	}
	.difference2 .box {
		padding: 15px 15px 25px;
	}
	.difference2 .box .txt p {
		font-size: 1.2rem;
		line-height: 1.5;
		margin-top: 10px;
	}

	.difference2 .table_wrap {
		overflow-x: scroll;
		width: inherit;
		padding: 9px 5% 12px;
		margin: 20px 0 0;
	}
	.difference2 table {
		width: 344px;
	}

	.difference2 table th,
	.difference2 table td {
		line-height: 1.6;
		padding: 15px 10px;
	}
	.difference2 table thead th {
		padding: 0 7px 10px;
		width: 100px;
	}
	.difference2 table thead th span {
		width: 85px;
	}

	.difference2 table thead th:nth-of-type(4) {
		width: 100px;
	}
	.difference2 table thead th:nth-of-type(1) {
		width: 44px;
	}

	.difference2 table thead th span {
		font-size: 1.0rem;
		border-radius: 6px;
		padding: 5px 0;
	}
	.difference2 table tbody th {
		font-size: 1.0rem;
	}
	.difference2 table tbody td {
		font-size: 0.9rem;
	}
	.difference2 table tbody tr:first-child td:last-child {
		margin-right:
	}
	.difference2 table tbody tr:last-child th,
	.difference2 table tbody tr:last-child td {
		border-bottom: none;
		padding-bottom: 20px;
	}


	/* ---- .merit ---- */
	.merit {
		margin: 35px auto 0;
	}
	.merit .sec_ttl + p {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.merit .merit_area h5.ttl {
		text-align: center;
		width: 260px;
		height: 33px;
		line-height: 33px;
		margin: 35px auto 30px;
		font-size: 1.6rem;
		box-shadow: 5px 5px #c90012;
	}
	.merit .merit_area div.flex {
		flex-wrap: wrap;
	}
	.merit .merit_area .box {
		width: 100%;
		padding: 14px 10px 14px 20px;
	}
	.merit .merit_area .box + .box {
		margin-top: 15px;
	}
	.merit .merit_area .box:nth-child(2) {
		margin-top: 15px;
	}
	.merit .merit_area .box .ttl {
		font-size: 1.4rem;
		line-height: 1.6;
		margin-bottom: 0;
		pointer-events: all;
		position: relative;
	}
	.merit .merit_area .box .ttl::after {
		content: "";
		display: inline-block;
		position: absolute;
		right: 5px;
		top: 50%;
		margin-top: -14px;
		width: 18px;
		height: 18px;
		border-top: 1px solid #c90012;
		border-right: 1px solid #c90012;
		transform: rotate(135deg);
	}
	.merit .merit_area .box .ttl.acd_open::after {
		margin-top: -7px;
		transform: rotate(-45deg);
	}
	.merit .merit_area .box .txt {
		display: none;
		margin-top: 16px;
	}
	.merit .merit_area .box .txt p {
		line-height: 1.8;
	}

	.merit .merit_area.demerit h5.ttl {
		margin: 35px auto 30px;
		box-shadow: 5px 5px #3c6c9c;
	}

	.merit .merit_area.demerit .box .ttl::after {
		border-color: #3c6c9c;
	}

	.merit .recommend_box {
		margin: 65px auto 0;
		border: 3px solid #c90012;
		border-radius: 16px;
		padding: 0 15px 30px;
	}
	.merit .recommend_box .recommend_ttl {
		font-size: 1.4rem;
		width: 226px;
		height: 32px;
		line-height: 26px;
		border: 3px solid #c90012;
		border-radius: 16px;
		margin-top: -16px;
	}
	.merit .recommend_box .txt {
		margin-top: 25px;
	}
	.merit .recommend_box .txt p {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.merit .recommend_box .txt ul {
		margin-top: 20px;
		margin-left: 1em;
	}
	.merit .recommend_box .txt ul li {
		font-size: 1.2rem;
		line-height: 1.66;
	}

	/* ---- .btn_area ---- */
	#main_content .btn_area {
		margin-top: 45px;
	}
	#main_content .btn_area > div {
		width: 100%;
	}
	#main_content .btn_area > div + div {
		margin-top: 20px;
	}
	#main_content .btn_area .btn_red a {
		width: 100%!important;
		margin: 0 auto 10px;
		font-size: 1.4rem;
		height: 40px;
		line-height: 40px;
	}
	#main_content .btn_area .btn_red a img {
		width: 14px;
		height: auto;
	}
	#main_content .btn_area .btn_red + p {
		font-size: 0.9rem;
		line-height: 1.55;
	}
}


/* ------------------------------
    recommend
------------------------------ */

#recommend {
	padding-top: 70px;
}

@media screen and (max-width: 768px) {
	#recommend {
		padding-top: 45px;
	}
}