@charset "utf-8";

/*リフォーム施工例*/

/*カルーセル*/
.slick-slide img {
	width: 945px;
	height: 409px;
	object-fit: cover;
}

#a12_cont_1_slider_nav img {
	width: 132px;
	height: 57.13px;
	object-fit: cover;
}

/*コンテンツ*/
.work-center-img img {
	width: 60%;
	display: block;
	margin: 30px auto;
}

.work-center-img {
	text-align: center;
}

#c_cont_hdr_nav_2 {
	display: block;
	padding: 0;
	border: 1px solid #f2ebe1;
}

#c_cont_hdr_nav_2 div {
	display: flex;
}

#c_cont_hdr_nav_2 div {
	border-top: 1px solid #f2ebe1;
}

#c_cont_hdr_nav_2 li {
	border-right: 1px solid #f2ebe1;
	text-decoration: none;
	width: 100%;
	text-align: center;
	padding: 0;
}

#c_cont_hdr_nav_2 li a {
	color: #595757;
	display: inline-block;
	width: 100%;
	padding: 1em 0;
}

#c_cont_hdr_nav_2 li.active a {
	color: #fff;
	background: #b4767b;
}

#c_cont_hdr_nav_2 li p {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4;
}

#c_cont_hdr_nav_2 li span {
	display: block;
	font-size: .7em;
}

/*コンテンツ0*/
.a12_cont_0_hdr {
	/* width: 945px; */
	margin: 0 auto 3em;
}

.btn_a12_cont_0_hdr {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	width: 300px;
	margin: auto;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background: #990f2c;
	color: #fff;
	position: relative;
	transition: 0.5s;
}
a.btn_a12_cont_0_hdr::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
a.btn_a12_cont_0_hdr:hover {
	background: #530818;
	color: #fff;
}

/*コンテンツ1*/
#a12_cont_1 .c_cont_box_inr {
	padding: 66px 0 0;
}
#a12_cont_1_hdr {
	width: 945px;
	margin: 0 auto;
}
#a12_cont_1_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 14px;
}
#a12_cont_1_top_tbl {
	width: 689px;
	border-top: 1px solid #a8abab;
}
#a12_cont_1_top_tbl tr {
	border-bottom: 1px solid #a8abab;
}
#a12_cont_1_top_tbl tr td {
	font-size: 17px;
	line-height: 26px;
	padding: 9px 0;
}
#a12_cont_1_top_tbl tr td span {
	display: block;
	border-right: 1px solid #a8abab;
	padding: 0 16px;
}
#a12_cont_1_top_tbl tr td:nth-of-type(3n) span {
	border-right: none;
}
#a12_cont_1_top_tbl tr td small {
	font-size: 13px;
}
#a12_cont_1_top_icon {
	width: 240px;
	text-align: center;
}
#a12_cont_1_slider {
	width: 945px;
	margin: 17px auto 0;
	position: relative;
}
#a12_cont_1_slider button {
	position: absolute;
	background: none;
	top: 184px;
	z-index: 99;
}
#a12_cont_1_slider button.slick-prev {
	right: 16px;
}
#a12_cont_1_slider button.slick-next {
	left: 16px;
}
#a12_cont_1_slider_nav {
	width: 892px;
	margin: 33px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#a12_cont_1_slider_nav li {
	width: 132px;
	position: relative;
	margin-right: 20px;
}
#a12_cont_1_slider_nav li:nth-of-type(6n) {
	margin-right: 0;
}
#a12_cont_1_slider_nav li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #595757;
	opacity: 0.7;
}
#a12_cont_1_slider_nav li.active::after {
	opacity: 0;
}
#a12_cont_1_mov {
	width: 945px;
	margin: 70px auto 0;
}


/*コンテンツ2*/
#a12_cont_2_wrap {
	width: 954px;
	margin: 76px auto 0;
	padding: 40px 65px;
	display: flex;
	justify-content: space-between;
	background: #fff url("../img/a1/a12_cont_2_wrap_bg.png") no-repeat 428px center;
}
#a12_cont_2_l {
	width: 360px;
}
#a12_cont_2_r {
	width: 370px;
}
#a12_cont_2_l p,
#a12_cont_2_r p {
	font-size: 18px;
	line-height: 38px;
	letter-spacing: -0.02em;
	margin-top: 20px;
}

/*コンテンツ3*/
#a12_cont_3 .c_cont_box_inr {
	padding-top: 72px;
}
#a12_cont_3 h2 {
	text-align: center;
}
.a12_cont_3_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 60px;
	background: url("../img/a1/a12_cont_3_box_bg.png") repeat-y left top;
	background-size: 860px auto;
	padding: 45px 112px 45px 142px;
}
.a12_cont_3_box:nth-of-type(n+2) {
	margin-top: 90px;
}
.a12_cont_3_box_main {
	width: 426px;
}
.a12_cont_3_box_main p {
	margin-top: 30px;
	font-size: 16px;
	line-height: 37px;
	letter-spacing: 0.03em;
}
.a12_cont_3_box.even {
	background-size: 860px auto;
	background-position: right top;
}
.a12_cont_3_box.last {
	background-color: #fff;
}
.a12_cont_3_box.last .a12_cont_3_box_main {
	width: 385px;
}

/*コンテンツ4*/
#a12_cont_4 .c_cont_box_inr {
	padding-top: 112px;
}
#a12_cont_4_wrap {
	width: 888px;
	border: 1px solid #c2996c;
	margin: 0 auto;
	text-align: center;
	padding: 72px 0 100px;
	position: relative;
	background: url("../img/a1/a12_cont_4_wrap_bg.png") no-repeat center center;
}
#a12_cont_4_wrap h2 {
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
}
#a12_cont_4_cap {
	font-size: 26px;
	line-height: 1.4em;
	color: #231815;
	letter-spacing: 0.14em;
}
#a12_cont_4_main {
	width: 812px;
	margin: 36px auto 0;
	font-size: 16px;
	line-height: 41px;
}

#a12_cont_4 .a12_cont_0_hdr {
	margin-top: 2em;
}


/*a12a（case-1）専用*/
#a12a_body #a12_cont_2_r p {
	font-size: 19px;
	line-height: 34px;
	letter-spacing: -0.05em;
	margin-top: 12px;
}

/*a12c（case-3）専用*/
#a12c_body #a12_cont_2_l p,
#a12c_body #a12_cont_2_r p {
	letter-spacing: -0.05em;
}
#a12c_body #a12_cont_2_l p span {
	opacity: 0;
}

/*a12d（case-4）専用*/
.a12d_cont_4_main_flex {
	display: flex;
	justify-content: space-between;
}
.a12d_cont_4_main_flex .a12_cont_4_txt {
	text-align: justify;
	width: 497px;
	line-height: 37px;
}
.a12d_cont_4_main_flex .a12_cont_4_img {
	text-align: right;
	width: 293px;
	margin-top: 10px;
}

/*a12e（case-5）専用*/
#a12e_body #a12_cont_2_r p {
	margin-top: 12px;
	line-height: 36px;
}

/*a12g（case-7）専用*/
#a12g_body #a12_cont_2_r p {
	margin-top: 12px;
	line-height: 37px;
	letter-spacing: -0.04em;
}
/*#a12g_body #a12_cont_4_wrap {
	background: url("../img/a1/a12g_cont_4_wrap_bg.png") no-repeat center center;
}*/
#a12g_body #a12_cont_4_main {
	text-align: justify;
	text-justify:distribute;
	text-justify:inter-ideograph;
	-webkit-text-size-adjust: 100%;
}

/*a12h（case-8）専用*/
#a12h_cont_2_list {
	width: 948px;
	margin: 0 auto;
}
.a12h_cont_2_list_box {
	display: flex;
	justify-content: space-between;
	margin-top: 78px;
}
.a12h_cont_2_list_box_box {
	width: 456px;
}
.a12h_cont_2_list_box_box p {
	margin-top: 12px;
	width: 292px;
	background:
		url("../img/a1/a12h_cont_2_list_box_box_txt_x.png") no-repeat left bottom,
		url("../img/a1/a12h_cont_2_list_box_box_txt_y.png") repeat-y left top;
	font-size: 13px;
	line-height: 23px;
	padding: 0 0 12px 23px;
}

/*アウムの安心サービス*/
.c_cont_box_bnr {
	width: 810px;
	margin: 0 auto;
	padding: 3em 0;
}