@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	background: url("../img/reform_img/pagetitle_bg.jpg") center top no-repeat #404040;
	background-size: cover;
}
@media print, screen and (min-width:768px) {
#pagetitle {
	background: url("../img/reform_img/pagetitle_bg.jpg") center 20% no-repeat #404040;
	background-size: cover;
}
}

/*------------------------------------------------------------Content*/
.figbox_l div, .figbox_r div {
	text-align: left;
}
.figbox_l div h4, .figbox_r div h4 {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 1.3;
	font-family: "NotoSerifMedium";
	font-size:18px;
}
.figbox_l div h4::after, .figbox_r div h4::after {
	position: absolute;
	left:0;
	bottom:0;
	display: block;
	width: 40px;
	height: 2px;
	content: "";
	background: #1d5e00;
}
.figbox_l figure, .figbox_r figure {
	margin-top: 15px;
	text-align: center;
}
.figbox_l figure img, .figbox_r figure img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
@media print, screen and (min-width:768px) {
.figbox_l, .figbox_r {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.figbox_l {
	flex-direction:row-reverse;
}
.figbox_l div, .figbox_r div {
	width: 46%;
}
.figbox_l div h4, .figbox_r div h4 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size:24px;
}
.figbox_l div h4::after, .figbox_r div h4::after {
	position: absolute;
	left:0;
	bottom:0;
	display: block;
	width: 50px;
	height: 2px;
	content: "";
	background: #1d5e00;
}
.figbox_l figure, .figbox_r figure {
	width: 50%;
	margin-top: 0;
}
.figbox_l figure img, .figbox_r figure img {
	width: 100%;
	max-width: 900px;
	height: auto;
}
}

/*---------------------------------sec01*/
#sec01 nav {
	margin-top: 20px;
}
#sec01 nav ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sec01 nav ul li {
	width: 24.25%;
}
#sec01 nav ul li:first-child {
	background: url("../img/reform_img/waterproof_ph01.jpg") center top no-repeat;
	background-size: cover;
}
#sec01 nav ul li:nth-child(2) {
	background: url("../img/reform_img/outerwall_ph01.jpg") center center no-repeat;
	background-size: cover;
}
#sec01 nav ul li:nth-child(3) {
	background: url("../img/reform_img/exterior_ph01.jpg") center bottom no-repeat;
	background-size: cover;
}
#sec01 nav ul li:nth-child(4) {
	background: url("../img/reform_img/interior_ph01.jpg") center top no-repeat;
	background-size: cover;
}
#sec01 nav ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 30px 0;
	line-height: 1.4;
	text-decoration: none;
	font-size:16px;
	color:#fff;
	background: rgba(0,0,0,0.35);
}
@media print, screen and (min-width:768px) {
#sec01 nav {
	margin-top: 30px;
}
#sec01 nav ul li a {
	padding: 50px 0;
	font-size:24px;
	transition: all 0.5s;
}
#sec01 nav ul li a:hover {
	color:#000;
	text-shadow: 
	#fff 1px 1px 3px, #fff -1px -1px 3px,/*右下、左上*/
	#fff -1px 1px 3px, #fff 1px -1px 3px,/*右上、左下*/
	#fff 0px 1px 3px, #fff 0-1px 3px,/*右、左*/
	#fff -1px 0 3px, #fff 1px 0 3px;/*上、下*/
	background: rgba(0,0,0,0.0);
}
}

/*---------------------------------reform_contact*/
#reform_contact .freedial {
	margin-bottom: 10px;
	text-align: center;
}
#reform_contact .freedial p {
	display: inline-block;
	padding-left: 40px;
	line-height: 1.1;
	font-family: "NotoSerifSemiBold";
	font-size:26px;
	background: url("../img/common_img/icon_freedial.png") left center no-repeat;
	background-size: 30px auto;
}
#reform_contact .freedial p a {
	text-decoration: none;
	color:#000;
}

@media print, screen and (min-width:768px) {
#reform_contact h3 br {
	display: none;
}
#reform_contact .freedial p {
	display: inline-block;
	padding-left: 54px;
	line-height: 1.1;
	font-family: "NotoSerifSemiBold";
	font-size:38px;
	background: url("../img/common_img/icon_freedial.png") left center no-repeat;
	background-size: 44px auto;
}
}

/*---------------------------------bn_area*/
#bn_area .bn a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px;
	text-decoration: none;
	font-family: "NotoSansRegular";
	color:#000;
	border: solid 2px #1f4e78;
	background: #fff;
}
#bn_area .bn a::after {
	position: absolute;
	top:0;
	right: 0;
	display: block;
	width: 0;
	height: 0;
	content: "";
	border: solid 20px transparent;
	border-top: solid 20px #1f4e78;
	border-right: solid 20px #1f4e78;
}
#bn_area .bn a div {
	width: 100%;
}
#bn_area .bn a div h3 {
	margin-bottom: 10px;
	line-height: 1.3;
}
#bn_area .bn a div h4 {
	line-height: 1.3;
	font-family: "NotoSansBold";
	font-size: 15px;
}
#bn_area .bn a div h4 span {
	font-size: 17px;
}
#bn_area .bn a div h4 span {
	display: block;
}
#bn_area .bn a figure {
	width: 100px;
	height: auto;
	margin: 0 10px;
}
#bn_area .bn a figure:last-child {
	width: 50px;
	height: auto;
}
#bn_area .bn a figure img {
	width: 100%;
	height: auto;
}
@media print, screen and (min-width:576px) {
#bn_area .bn a div {
	order: 2;
	width: 60%;
}
#bn_area .bn a figure {
	order: 1;
	width: 20%;
	margin: 0;
	text-align: center;
}
#bn_area .bn a figure:last-child {
	order: 3;
	width: 20%;
}
#bn_area .bn a figure:last-child img {
	width: 60px;
}
}
@media print, screen and (min-width:768px) {
#bn_area .bn {
	width: 900px;
	margin: 0 auto;
}
#bn_area .bn a {
	padding: 10px 30px;
}
#bn_area .bn a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#bn_area .bn a div {
	order: 2;
	width: 60%;
}
#bn_area .bn a div h3 {
	margin-bottom: 15px;
}
#bn_area .bn a div h3 br {
	display: none;
}
#bn_area .bn a div h4 {
	font-size:18px;
}
#bn_area .bn a div h4 span {
	font-size:24px;
}
#bn_area .bn a figure {
	order: 1;
	width: 20%;
	margin: 0;
	text-align: center;
}
#bn_area .bn a figure:last-child {
	order: 3;
	width: 20%;
}
#bn_area .bn a figure:last-child img {
	width: 90px;
}
}

