@charset "utf-8";

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

下層 共通項目CSS

====================================================================================*/
#h_wrapper .mv_cnt.kasou{
	position: relative;
	text-align: center;
	min-height: 326px;
	box-sizing: border-box;
	padding: 123px 0px 0px;
}
#h_wrapper .mv_cnt.profile{
	background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%), top center / cover url("../img/profile_img_01.jpg") no-repeat;
}
#h_wrapper .mv_cnt.product{
	background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%), top center / cover url("../img/product_img_01.jpg") no-repeat;
}
#h_wrapper .mv_cnt.ecosoft{
	background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%), top center / cover url("../img/ecosoft_img_01.jpg") no-repeat;
}
#h_wrapper .mv_cnt.comparison{
	background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%), top center / cover url("../img/comparison_img_01.jpg") no-repeat;
}
#h_wrapper .mv_cnt.estimate{
	background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%), top center / cover url("../img/estimate_img_01.jpg") no-repeat;
}
#h_wrapper .mv_cnt.contact{
	background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%), top center / cover url("../img/contact_img_01.jpg") no-repeat;
}
#h_wrapper .mv_cnt.faq{
	background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%), top center / cover url("../img/faq_img_01.jpg") no-repeat;
}
#h_wrapper .mv_cnt.news{
	background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%), top center / cover url("../img/news_img_01.jpg") no-repeat;
}
#h_wrapper .mv_cnt.work{
	background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%), top center / cover url("../img/work_img_01.jpg") no-repeat;
}


#h_wrapper .mv_cnt.kasou .mv_link{
	float: right;
	box-shadow: none;
}
#h_wrapper .mv_cnt.kasou .mv_link .logo{
	top: -34px;
	padding: 20px 4px 32px 0px;
}
#h_wrapper .mv_cnt.kasou h3{
	font-size: 48px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-align: left;
	text-shadow: none;
	color: #FFFFFF;
	float: left;
	line-height: 1;
}
#h_wrapper .mv_cnt.kasou h3 span{
	font-size: 24px;
	font-weight: 500;
	display: block;
	margin-bottom: 22px;
	letter-spacing: 0.04em;
}


.kasou_block{
    padding-top: 17px;
}
.pankz_list li, .pankz_list li p {
    float: left;
}
.pankz_list li a {
    color: #121212;
    letter-spacing: 0;
    line-height: 20px;
    float: left;
    text-decoration: none;
	font-size: 14px;
}
.pankz_list li:not(:last-of-type)::after {
    content: "\025b6";
    margin: 0px 10px;
    float: left;
    line-height: 20px;
}
.pankz_list li:first-of-type a {text-decoration: underline;}


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

/*------------------------------------------------------------------------

Profileページ

------------------------------------------------------------------------*/

.profile_block_01{
	text-align: left;
	background: linear-gradient(to bottom, transparent 0px, transparent 314px, #03479D 314px, #03479D 100%);
	position: relative;
    z-index: 0;
	padding-top: 65px;
}
.profile_block_01 .profline_cnt_01{
	text-align: left;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 68px, rgba(255,255,255,0.67) 136px,rgba(255,255,255,0) 340px,transparent 340px, transparent 100%), top center / cover url("../img/profile_img_03.jpg") no-repeat;
	position: relative;
	padding: 100px 0px 58px;
	z-index: -1;
    margin-top: -75px;
}
.profile_block_01 .profline_cnt_01::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #F8F5F5;
	-webkit-backdrop-filter: blur(1px) brightness(140%);
	filter: blur(1px) brightness(140%);
	opacity: 0.65;
}
.profile_block_01 h2{
	margin-bottom: 45px;
}
.profile_block_01 .txt_01{
	font-size: 52px;
	font-weight: 800;
	letter-spacing: 0.1em;
}
.profile_block_01 .txt_01 strong{
	
}
.profile_block_01 .txt_01::before{
	content: "";
	display: inline-block;
	float: left;
	width: 845px;
	height: 550px;
	background: top center url("../img/profile_img_02.jpg");
}
.profile_block_01 .txt_01 span{
	display: inline-block;
	line-height:1;
	writing-mode: vertical-rl;
	vertical-align: top;
}
.profile_block_01 .txt_01-1,
.profile_block_01 .txt_01-2{
	padding: 20px 16px;
	border-top: 1px solid #03479D;
	border-right: 1px solid #03479D;
	background: #fff;
	float: right;
}
.profile_block_01 .txt_01-1{
	margin-left: 20px;
}
.profile_block_01 .txt_01-1 span{
	color: #489626;
	float: none;
}
.profile_block_01 .txt_01-2 span{
	color: #E64800;
	float: none;
}
.profile_block_01 h3{
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 48px;
}
.profile_block_01 h3 strong{
	color: #03479D;
	font-weight: 800;
}
.profile_block_01 p{line-height: 2;}
.profile_block_01 p + p{margin-top: 2em;}
.profile_block_01 p.txt_02{
	font-size: 20px;
	margin-top: 50px;
	text-align: right;
}
.profile_block_01 p.txt_02 span{
	font-size: 32px;
	display: inline-block;
	margin-left: 20px;
}

.profile_block_02 {
	background: url("../img/bg_img_31.png");
	padding: 65px 0px 442px;
	text-align: left;
}
.profile_block_02 h2{
	margin-bottom: 70px;
}
.profile_block_02 table{
	width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    box-sizing: border-box;
}
.profile_block_02 table th{
	width: 176px;
	font-size: 18px;
	font-weight: 800;
	color: #03479D;
}
.profile_block_02 table td{
	letter-spacing: 0.1em;
}
.profile_block_02 table th,
.profile_block_02 table td{
	padding: 31px 0px;
}
.profile_block_02 table tr{
	background: top left url("../img/bg_img_32.png") repeat-x;
}
.profile_block_02 table tr:last-child{
	background: bottom left url("../img/bg_img_32.png") repeat-x, top left url("../img/bg_img_32.png") repeat-x;
}


.profile_block_02 table tr:nth-child(2) dl dt{
	float: left;
	width: 122px;
}
.profile_block_02 table tr:nth-child(2) dl dd{display: block;}

.profile_block_02 table tr:nth-child(3) dl dt{
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 14px;
}
.profile_block_02 table tr:nth-child(3) dl dd{
	letter-spacing: 0.1em;
	line-height: 2;
}
.profile_block_02 table tr:nth-child(3) dl dd:not(:last-child){margin-bottom: 25px;}
.profile_block_02 table tr:nth-child(4) ul li{line-height: 2;}

.profile_block_03 {
	padding-bottom: 50px;
	background: #FDFDD6;
}
.profile_block_03  h2{
	padding-bottom: 45px;
}
.profile_block_03  iframe{
	width: 100%;
	height: 500px;
	margin-bottom: 60px;
}
.profile_block_03  .link02{
	margin: 0 auto;
	width: 400px;
}
.profile_block_03  .link01 a{
	background: center right 15px url(../img/icon_19.png) no-repeat,#08479D;
}
.profile_block_03  .link01 a:hover{
	background: center right 15px url(../img/icon_20.png) no-repeat,#fff;
}
.profile_block_03  .in_wrap{
	top: -378px;
	margin-bottom: -378px;
}


/*------------------------------------------------------------------------

Productページ

------------------------------------------------------------------------*/
.product_block_01{
	text-align: left;
	padding-top: 50px;
	background: linear-gradient(to bottom, transparent 0px, transparent 167px, #03479D 167px, #03479D 537px);
	position: relative;
}
.product_block_01::after{
	content: "";
	display: inline-block;
	background: url("../img/bg_img_38.png");
	width: 180px;
	height: 60px;
	position: absolute;
	bottom: -60px;
	left: 50%;
	transform: translateX(-50%);
}
.product_block_01 .product_cnt_01{
	margin-top: 45px;
	padding: 43px 0px 35px;
}
.product_block_01 .product_cnt_01 h3{
	color: #FDFD37;
	letter-spacing: 0;
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 15px;
	position: relative;
}
.product_block_01 .product_cnt_01 h3::after{
	content: "";
	display: inline-block;
	width: 440px;
	height: 360px;
	background: top center url("../img/product_img_02.png");
	position: absolute;
	top: -34px;
	right: -98px;
}
.product_block_01 .product_cnt_01 h3 span{color: #fff;}
.product_block_01 .product_cnt_01 h3 strong{
	font-size: 60px;
	display: block;
	margin-top: -20px;
}
.product_block_01 .product_cnt_01 .txt_01{
	background: #fff;
	color: #03479D;
	font-size: 32px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 45px;
	padding: 2px 15px 8px;
	margin-bottom: 10px;
	display: inline-block;
}
.product_block_01 .product_cnt_01 .txt_02{
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 42px;
}

.product_block_02{
	text-align: left;
	padding-bottom: 80px;
}
.product_block_02 .product_cnt_01{
	padding: 65px 0px 80px;
	background: #EFECE7;
	margin-bottom: 50px;
}
.product_block_02 .product_cnt_01 h2{margin-bottom: 5px;}
.product_block_02 .product_cnt_01 h2 + p{
	font-size: 36px;
	font-weight: 800;
	line-height: 48px;
	margin-bottom: 56px;
}

.product_block_02 .product_cnt_01 dt{
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0.1em;
	background: #AEA58C;
	border-radius: 20px 0px 0px 20px;
	float: left;
	width: 252px;
	padding: 104px 0px 107px;
	text-align: center;
	color: #fff;
	line-height: 28px;
}
.product_block_02 .product_cnt_01 dd{
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	background: #fff;
	border-radius: 0px 20px 20px 0px;
	display: inline-block;
	padding: 40px 78px 39px;
	float: left;
}
.product_block_02 .product_cnt_01 dd:not(:last-of-type){margin-bottom: 40px;}
.product_block_02 .product_cnt_01 li{
	display: inline-block;
	text-align: center;
	float: left;
	line-height: 1;
    height: 160px;
	position: relative;
	width: 120px;
}
.product_block_02 .product_cnt_01 li:not(:last-child){margin-right: 60px;}
.product_block_02 .product_cnt_01 li::before{
	content: "";
	display: block;
	width: 120px;
	height: 120px;
	margin: 0px auto 14px;
}
.product_block_02 .product_cnt_01 ul.list01 li:nth-child(1)::before{background: top center url("../img/product_img_03.png");}
.product_block_02 .product_cnt_01 ul.list01 li:nth-child(2)::before{background: top center url("../img/product_img_04.png");}
.product_block_02 .product_cnt_01 ul.list01 li:nth-child(3)::before{background: top center url("../img/product_img_05.png");}
.product_block_02 .product_cnt_01 ul.list01 li:nth-child(4)::before{background: top center url("../img/product_img_06.png");}
.product_block_02 .product_cnt_01 ul.list02 li:nth-child(1)::before{background: top center url("../img/product_img_07.png");}
.product_block_02 .product_cnt_01 ul.list02 li:nth-child(2)::before{background: top center url("../img/product_img_08.png");}
.product_block_02 .product_cnt_01 ul.list02 li:nth-child(3)::before{background: top center url("../img/product_img_09.png");}
.product_block_02 .product_cnt_01 ul.list02 li:nth-child(4)::before{background: top center url("../img/product_img_10.png");}
.product_block_02 .product_cnt_01 ul.list03 li:nth-child(1)::before{background: top center url("../img/product_img_11.png");}
.product_block_02 .product_cnt_01 ul.list03 li:nth-child(2)::before{background: top center url("../img/product_img_12.png");}
.product_block_02 .product_cnt_01 ul.list03 li:nth-child(3)::before{background: top center url("../img/product_img_13.png");}
.product_block_02 .product_cnt_01 ul.list04 li:nth-child(1)::before{background: top center url("../img/product_img_14.png");}

.product_block_02 .product_cnt_01 ul li p{
	white-space: nowrap;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.product_block_02 .product_cnt_01 ul li aside{
	position: absolute;
	top: -5px;
	right: 100px;
	font-size: 16px;
	font-weight: 500;
}
.product_block_02 .product_cnt_01 ul.list01 li:nth-child(1) aside{color: #AC7B48;}
.product_block_02 .product_cnt_01 ul.list01 li:nth-child(2) aside{color: #D26024;}
.product_block_02 .product_cnt_01 ul.list01 li:nth-child(3) aside{color: #623018;}
.product_block_02 .product_cnt_01 ul.list01 li:nth-child(4) aside{color: #3D6241;}
.product_block_02 .product_cnt_01 ul.list03 li:nth-child(1) aside{color: #AB766C;}
.product_block_02 .product_cnt_01 ul.list03 li:nth-child(2) aside{color: #9E7F5A;}
.product_block_02 .product_cnt_01 ul.list03 li:nth-child(3) aside{color: #E9A84F;}
.product_block_02 .product_cnt_01 ul.list02 li:nth-child(1) aside::first-letter{color: #EA8237;}
.product_block_02 .product_cnt_01 ul.list02 li:nth-child(2) aside::first-letter{color: #4EB371;}
.product_block_02 .product_cnt_01 ul.list02 li:nth-child(3) aside::first-letter{color: #91221B;}
.product_block_02 .product_cnt_01 ul.list02 li:nth-child(4) aside::first-letter{color: #392715;}
.product_block_02 .product_cnt_01 ul.list03 li:nth-child(1) aside::first-letter{color: #642323;}
.product_block_02 .product_cnt_01 ul.list03 li:nth-child(2) aside::first-letter{color: #5D3E19;}
.product_block_02 .product_cnt_01 ul.list03 li:nth-child(3) aside::first-letter{color: #D97327;}

.product_block_02 .product_cnt_01 dl + aside{
	letter-spacing: 0;
	line-height: 2;
	float: right;
	width: 512px;
	margin-top: -243px;
}
.product_block_02 .product_cnt_01 .link02{
	width: 512px;
	margin-top:-80px; 
	float: right;
}
.product_block_02 .product_cnt_01 .link02 a{width: 375px;}

.product_block_02 .product_cnt_02:not(:last-of-type){margin-bottom: 70px;}
.product_block_02 .product_cnt_02 h2{
	font-size: 36px;
	font-weight: 800;
	padding: 0px 0px 7px 10px;
	border-bottom: 1px solid #333333;
	position: relative;
	margin-bottom: 15px;
	line-height: 1;
}
.product_block_02 .product_cnt_02 h2::before{
	content: "";
	width: 5px;
	height: 46px;
	background: #03479D;
	position: absolute;
	bottom: 0;
	left: 0;
}
.product_block_02 .product_cnt_02 h2 + p{
	margin-bottom: 54px;
}
.product_block_02 .product_cnt_02 h3{
	font-size: 20px;
	font-weight: 800;
	color: #03479D;
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 28px;
}
.product_block_02 .product_cnt_02 h3::before{
	content: "\025cf";
}
.product_block_02 .product_cnt_02 ul li{
	display: inline-block;
	vertical-align: bottom;
}
.product_block_02 .product_cnt_02 ul li:nth-child(n+2){
	margin-left: 50px;
}
.product_block_02 .product_cnt_02 ul li:last-child{
	margin-left: 40px;
}
.product_block_02 .product_cnt_02 table{
	width: 100%;
	table-layout: fixed;
    border-collapse: separate;
    box-sizing: border-box;
	text-align: center;
	margin-top: 60px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.product_block_02 .product_cnt_02 table th{
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	background: #DD2C2C;
	box-sizing: border-box;
	line-height: 1.35;
	padding: 10px 0px 13px;
	vertical-align: middle;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.product_block_02 .product_cnt_02 table td{
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	box-sizing: border-box;
	vertical-align: middle;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.product_block_02 .product_cnt_02 table tr td.t02{
	padding: 0px 53px;
	text-align: left;
}
.product_block_02 .product_cnt_02 table tr td.t03,
.product_block_02 .product_cnt_02 table tr td.t04,
.product_block_02 .product_cnt_02 table tr td.t05{
	line-height: 40px;
}

.product_block_02 .product_cnt_02 table .col_01 {width: 224px;}
.product_block_02 .product_cnt_02 table .col_02 {width: 360px;}
.product_block_02 .product_cnt_02 table .col_03 {width: 100px;}
.product_block_02 .product_cnt_02 table .col_04 {width: 190px;}
.product_block_02 .product_cnt_02 table tr:nth-of-type(2) td,
.product_block_02 .product_cnt_02 table tr:nth-of-type(3) td,
.product_block_02 .product_cnt_02 table tr:nth-of-type(4) td,
.product_block_02 .product_cnt_02 table tr:nth-of-type(5) td,
.product_block_02 .product_cnt_02 table tr:nth-of-type(10) td,
.product_block_02 .product_cnt_02 table tr:nth-of-type(11) td,
.product_block_02 .product_cnt_02 table tr:nth-of-type(12) td,
.product_block_02 .product_cnt_02 table tr:nth-of-type(13) td{background: #FFFFFF;}
.product_block_02 .product_cnt_02 table tr:nth-of-type(6) td,
.product_block_02 .product_cnt_02 table tr:nth-of-type(7) td,
.product_block_02 .product_cnt_02 table tr:nth-of-type(8) td,
.product_block_02 .product_cnt_02 table tr:nth-of-type(9) td,
.product_block_02 .product_cnt_02 table tr:nth-of-type(14) td,
.product_block_02 .product_cnt_02 table tr:nth-of-type(15) td,
.product_block_02 .product_cnt_02 table tr:nth-of-type(16) td,
.product_block_02 .product_cnt_02 table tr:nth-of-type(17) td{background: #EFECE7;}

.product_block_02 .product_cnt_02 table + .link03{
	width: 360px;
	margin: 60px auto 0px;
}

.product_block_03{
	padding: 43px 0px 70px;
	position: relative;
	text-align: left;
	background: top center / cover url("../img/product_img_27.jpg");
	border-bottom: 10px solid #121212;
}
.product_block_03::before{
	content: "";
	width: 100%;
	height: 100%;
	background:  rgba(0,0,0,0.33);
	position: absolute;
	top: 0;
	left: 0;
	filter: brightness(115%) blur(3px);
}
.product_block_03 h2{
	color: #FDFD37;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.2);
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 15px;
}
.product_block_03 h2 strong{
	font-size: 60px;
	font-weight: 800;
	float: left;
	margin-top: -24px;
	margin-right: 12px;
}
.product_block_03 h2 span{
	color: #fff;
	font-size: 18px;
	display: block;
}
.product_block_03 h2 + p{
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 47px;
}
.product_block_03 ul{
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 47px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.product_block_03 .link02 a,
.product_block_03 .link04 a{
	width: 530px;
	text-align: center;
}



/*------------------------------------------------------------------------

Ecosoftページ

------------------------------------------------------------------------*/
.ecosoft_block_01{
	padding: 50px 0px 0px;
}
.ecosoft_block_01 h2{
	margin-bottom: 45px;
}
.ecosoft_block_01 .ecosoft_cnt_01{
	padding: 40px 0px 60px;
	background: top center url("../img/bg_img_19.png") repeat, #2670D5;
}
.ecosoft_block_01 .ecosoft_cnt_01 h3{
	font-size: 36px;
	font-weight: 800;
	line-height: 1.36;
	color: #FDFD37;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.2);
	margin-bottom: 42px;
}
.ecosoft_block_01 .ecosoft_cnt_01 p{
	line-height: 2;
	letter-spacing: 0;
	margin-bottom: 40px;
	color: #fff;
	text-align: left;
}
.ecosoft_block_01 .ecosoft_cnt_01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ecosoft_block_01 .ecosoft_cnt_01 ul li{
	padding-top: 158px;
	width: 240px;
	height: 82px;
	font-size: 20px;
	font-weight: 800;
	color: #08479D;
	line-height: 1.6;
}
.ecosoft_block_01 .ecosoft_cnt_01 ul li:nth-child(n+5){margin-top: 40px;}
.ecosoft_block_01 .ecosoft_cnt_01 ul li:nth-child(1){background: top 40px center url("../img/icon_23.png")  no-repeat, #fff;}
.ecosoft_block_01 .ecosoft_cnt_01 ul li:nth-child(2){background: top 40px center url("../img/icon_24.png")  no-repeat, #fff;}
.ecosoft_block_01 .ecosoft_cnt_01 ul li:nth-child(3){background: top 40px center url("../img/icon_25.png")  no-repeat, #fff;}
.ecosoft_block_01 .ecosoft_cnt_01 ul li:nth-child(4){background: top 40px center url("../img/icon_09.png")  no-repeat, #fff;}
.ecosoft_block_01 .ecosoft_cnt_01 ul li:nth-child(5){background: top 40px center url("../img/icon_11.png")  no-repeat, #fff;}
.ecosoft_block_01 .ecosoft_cnt_01 ul li:nth-child(6){background: top 40px center url("../img/icon_10.png")  no-repeat, #fff;}
.ecosoft_block_01 .ecosoft_cnt_01 ul li:nth-child(7){background: top 40px center url("../img/icon_12.png")  no-repeat, #fff;}
.ecosoft_block_01 .ecosoft_cnt_01 ul li:nth-child(8){background: top 40px center url("../img/icon_26.png")  no-repeat, #fff;}

.ecosoft_block_02{
	padding: 45px 0px 80px;
	text-align: left;
}
.ecosoft_block_02 h2{
	margin-bottom: 48px;
}
.ecosoft_block_02 h2 + p{
	line-height: 1.38;
	margin-bottom: 48px;
	color: #489626;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0.1em;
}
.ecosoft_block_02 ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ecosoft_block_02 ul li{
	width: 320px;
	position: relative;
}
.ecosoft_block_02 ul li::before{
	color: #fff;
	font-weight: 800;
	letter-spacing: 0.04em;
	font-size: 36px;
	padding: 5px 0px;
	text-align: center;
    width: 46px;
	line-height: 1;
	background: #08479D;
	position: absolute;
	top: 0;
	left: 0;
}
.ecosoft_block_02 ul li:nth-child(1)::before{content: "1";}
.ecosoft_block_02 ul li:nth-child(2)::before{content: "2";}
.ecosoft_block_02 ul li:nth-child(3)::before{content: "3";}
.ecosoft_block_02 ul li:nth-child(4)::before{content: "4";}
.ecosoft_block_02 ul li:nth-child(5)::before{content: "5";}
.ecosoft_block_02 ul li:nth-child(6)::before{content: "6";}

.ecosoft_block_02 ul li:nth-child(1)::after,
.ecosoft_block_02 ul li:nth-child(2)::after,
.ecosoft_block_02 ul li:nth-child(4)::after,
.ecosoft_block_02 ul li:nth-child(5)::after{
	content: "";
	width: 33px;
	height: 12px;
	background: url("../img/icon_27.png");
}
.ecosoft_block_02 ul li::after{
	position: absolute;
	top: 115px;
	right: -15px;
	transform: translateX(100%);
}

.ecosoft_block_02 ul li:nth-child(n+4){margin-top: 30px;}
.ecosoft_block_02 ul figcaption{
	padding: 15px 20px 0px;
	height: 172px;
	border: 1px solid #333333;
	box-sizing: border-box;
}
.ecosoft_block_02 ul figcaption h3{
	font-size: 20px;
	line-height: 1.35;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin-bottom: 13px;
	color: #08479D;
}
.ecosoft_block_02 ul figcaption p{
	line-height: 1.75;
	letter-spacing: 0;
}


/*------------------------------------------------------------------------

Comparisonページ

------------------------------------------------------------------------*/
.comparison_block_01{
	padding-top: 50px;
}
.comparison_block_01 .block_tit_02{
	margin-bottom: 25px;
	line-height: 1;
	padding-bottom: 32px;
}
.comparison_block_01 .block_tit_02 strong{
	display: inline-block;
	margin-bottom: 8px;
	font-size: 60px;
}
.comparison_block_01 .block_tit_02::after {
    content: "";
	background: url(../img/top_img_13.png);
	width: 306px;
	height: 240px;
    display: inline-block;
    position: absolute;
    top: -74px;
    right: 0;
}
.comparison_block_01 .block_tit_03{
	margin-bottom: 55px;
}
.comparison_block_01 .block_tit_02 + p{
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 50px;
	line-height: 1;
}
.comparison_block_01 table{
	width: 100%;
	table-layout: fixed;
    border-collapse: separate;
    box-sizing: border-box;
	text-align: center;
	margin-top: 60px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 60px;
}
.comparison_block_01 table th,
.comparison_block_01 table td{
	box-sizing: border-box;
	vertical-align: middle;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.comparison_block_01 table tr th:nth-child(1){
	color: #1C1C1C;
	font-size: 20px;
	font-weight: 500;
	height: 84px;
}
.comparison_block_01 table tr *:nth-child(2),
.comparison_block_01 table tr *:nth-child(3){
	width: 448px;
	height: 84px;
}
.comparison_block_01 table tr:first-child th{
	font-size: 20px;
	font-weight: 800;
}
.comparison_block_01 table tr:first-child th:nth-child(2){
	color: #fff;
	background: #DD2C2C;
}
.comparison_block_01 table tr:nth-child(n+2) td:nth-child(2){
	color: #121212;
	background: #FDEEEE;
}
.comparison_block_01 table td:nth-child(2) span{color: #DD2C2C;}
.comparison_block_01 table td:nth-child(3) span{color: #03479D;}
.comparison_block_01 table td{
	font-size: 18px;
	line-height: 1.8;
}

.comparison_block_01 .comparison_cnt_01{
	background: #FDFDD6;
	padding: 60px 0px;
}
.comparison_block_01 .comparison_cnt_01 article:not(:last-of-type){margin-bottom: 50px;}
.comparison_block_01 .comparison_cnt_01 article::before {
    float: left;
    margin-right: 20px;
	display: inline-block;
}
.comparison_block_01 .comparison_cnt_01 article:nth-child(1)::before {content: url(../img/comparison_img_02.jpg);}
.comparison_block_01 .comparison_cnt_01 article:nth-child(2)::before {content: url(../img/comparison_img_03.jpg);}
.comparison_block_01 .comparison_cnt_01 article:nth-child(3)::before {content: url(../img/comparison_img_04.jpg);}
.comparison_block_01 .comparison_cnt_01 article img {
    float: left;
    margin-right: 20px;
}
.comparison_block_01 .comparison_cnt_01 article h2 {
    font-size: 28px;
    font-weight: 800;
	line-height: 1.4;
    color: #08479D;
    text-align: left;
    white-space: nowrap;
}
.comparison_block_01 .comparison_cnt_01 article p {
    text-align: left;
    margin-top: 16px;
}



/*------------------------------------------------------------------------

Estimateページ

------------------------------------------------------------------------*/
.estimate_block_01{
	padding: 50px 0px 80px;
}
.estimate_block_01 .block_tit_03{
	margin-bottom: 45px;
}
.estimate_block_01 > ul{
	width: 100%;
	background: #EFECE7;
	padding: 20px 0px 18px;
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}
.estimate_block_01 > ul li aside{
	font-size: 52px;
	font-weight: 800;
	color: #fff;
	padding: 18px 0px 3px;
	width: 120px;
	border-radius: 50%;
	position: relative;
}
.estimate_block_01 > ul li aside span{
	font-size: 16px;
	display: block;
	font-weight: 800;
	margin-bottom: -20px;
}
.estimate_block_01 > ul li.act aside{background: #DD2C2C;}
.estimate_block_01 > ul li aside{background: #03479D;}
.estimate_block_01 > ul li:not(:last-child){margin-right: 170px;}
.estimate_block_01 > ul li:not(:last-child) aside::before{
	content: "";
	background: url("../img/icon_28.png");
	width: 74px;
	height: 27px;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateX(100%) translateY(-50%);
	right: -50px;
}
.estimate_block_01 > ul li p{
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin-top: 14px;
}

.estimate_block_01 article{
	border-radius: 10px;
	background: #03479D;
	position: relative;
	z-index: 0;
	padding: 117px 0px 100px;
}
.estimate_block_01 article:not(:last-child){margin-bottom: 60px;}
.estimate_block_01 article::before{
	content: "";
	width: calc(100% - 80px);
	height: calc(100% - 80px);
	background: #fff;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	position: absolute;
	z-index: -1;
	top: 40px;
	left: 40px;
}
.estimate_block_01 article::after{
	content: "";
	background: url("../img/bg_img_36.png");
	width: 300px;
	height: 80px;
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.estimate_block_01 article h2{
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 58px;
}
.estimate_block_01 article h2 aside{
	font-size: 28px;
	letter-spacing: 0.04em;
	color: #03479D;
	display: inline-block;
	position: relative;
	line-height: 1;
}
.estimate_block_01 article h2 aside::before{
	content: "";
	display: inline-block;
	width: 3px;
	height: 32px;
	background: #03479D;
	transform: rotate(-30deg) translateX(-100%);
	position: absolute;
	left: -14px;
	bottom: 0;
}
.estimate_block_01 article h2 aside::after{
	content: "";
	display: inline-block;
	width: 3px;
	height: 32px;
	background: #03479D;
	transform: rotate(30deg) translateX(100%);
	position: absolute;
	right: -14px;
	bottom: 0;
}
.estimate_block_01 article h2 span{
	display: block;
	margin-top: -15px;
}
.estimate_block_01 article#P01 ul{
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.estimate_block_01 article#P01 ul li:not(:last-child){margin-right: 60px;}
.estimate_block_01 article#P01 ul li label{
	display: inline-block;
	box-sizing: border-box;
	padding: 15px;
	position: relative;
	cursor: pointer;
}
.estimate_block_01 article#P01 ul li:nth-child(1) label::before{
	width: 218px;
	height: 170px;
	background: url("../img/estimate_img_02.png");
}
.estimate_block_01 article#P01 ul li:nth-child(2) label::before{
	width: 264px;
	height: 220px;
	background: url("../img/estimate_img_03.png");
}
.estimate_block_01 article#P01 ul li:nth-child(3) label::before{
	width: 218px;
	height: 170px;
	background: url("../img/estimate_img_04.png");
}
.estimate_block_01 article#P01 ul li label::before{
	content: "";
	display: block;
	margin-bottom: 24px;
}
.estimate_block_01 article#P01 ul li input{
	display: none;
}
.estimate_block_01 article#P01 ul li input:checked + label::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	display: inline-block;
	top: -5px;
	left: -5px;
	border: 5px solid #03479D;
}
.estimate_block_01 article#P01 .link05 a{
	width: 280px;
	margin: 48px auto 0px;
}

.estimate_block_01 article#P02 h3{
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0;
	color: #fff;
	background: #03479D;
	display: block;
	width: 660px;
	padding: 15px 0px 18px;
	margin: 0 auto 30px;
	margin-top: 50px;
}
.estimate_block_01 article#P02 ul.list01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 660px;
	margin: 0 auto;
}
.estimate_block_01 article#P02 ul.list01 li input{
	display: none;
}
.estimate_block_01 article#P02 ul.list01 li:nth-child(1),
.estimate_block_01 article#P02 ul.list01 li:nth-child(2),
.estimate_block_01 article#P02 ul.list01 li:nth-child(4),
.estimate_block_01 article#P02 ul.list01 li:nth-child(5){margin-right: 30px;}
.estimate_block_01 article#P02 ul.list01 li:nth-child(n+4){margin-top: 20px;}
.estimate_block_01 article#P02 ul.list01 li label{
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	display: inline-block;
	padding: 14px 0px 20px;
	width: 200px;
	position: relative;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	transition: all 0.4s;
	cursor: pointer;
}
.estimate_block_01 article#P02 ul.list01 li input:checked + label{
	background: #489626;
	color: #fff;
}
.estimate_block_01 article#P02 input[type="text"]{
	font-size: 18px;
	width: 200px;
	padding: 14px 0px;
	outline: none;
	display: inline-block;
	vertical-align: middle;
}
.estimate_block_01 article#P02 input[type="text"] + p{
	vertical-align: middle;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
}
.estimate_block_01 article#P02 ul.estimate_list01,
.estimate_block_01 article#P02 ul.estimate_list02,
.estimate_block_01 article#P02 ul.estimate_list02 ul,
.estimate_block_01 article#P02 ul.estimate_list03,
.estimate_block_01 article#P02 ul.estimate_list03 ul{
	width: 664px;
	margin: 0 auto;
}
.estimate_block_01 article#P02 ul.estimate_list01 li{
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	padding: 15px 0px 19px;	
	float: left;
}
.estimate_block_01 article#P02 ul.estimate_list01 li.active{
	background: #489626;
	color: #fff;
}
.estimate_block_01 article#P02 ul.estimate_list02 > li,
.estimate_block_01 article#P02 ul.estimate_list03 > li{display: none;}
.estimate_block_01 article#P02 ul.estimate_list02 ul li,
.estimate_block_01 article#P02 ul.estimate_list03 ul li{float: left;}
.estimate_block_01 article#P02 ul.estimate_list02 li.active,
.estimate_block_01 article#P02 ul.estimate_list03 li.active{display: block;}
.estimate_block_01 article#P02 ul.estimate_list01 li,
.estimate_block_01 article#P02 ul.estimate_list02 li{box-sizing: border-box;}
.estimate_block_01 article#P02 ul.estimate_list01 li,
.estimate_block_01 article#P02 ul.estimate_list02 li label{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	padding: 7px 0px 11px;
	cursor: pointer;
	border: 1px solid #CCCCCC;
	width: 160px;
	transition: all 0.4s;
	display: inline-block;
	box-sizing: border-box;
}
.estimate_block_01 article#P02 ul.estimate_list03 li{width: 160px;}
.estimate_block_01 article#P02 ul.estimate_list01 li:not(:last-child),
.estimate_block_01 article#P02 ul.estimate_list02 li:not(:last-child),
.estimate_block_01 article#P02 ul.estimate_list03 li:not(:last-child){
	margin-right: 8px;
}
.estimate_block_01 article#P02 ul.estimate_list01 li input,
.estimate_block_01 article#P02 ul.estimate_list02 li input{
	display: none;
}
.estimate_block_01 article#P02 ul.estimate_list02 li input:checked + label{
	background: #489626;
	color: #fff;
}
.estimate_block_01 article#P02 ul.estimate_list03 ul{
	padding: 20px 0px;
	border: 1px solid #CCCCCC;
}
.estimate_block_01 article#P02 ul.estimate_list03 ul label{cursor: pointer;}
.estimate_block_01 ul.list03{
	display: flex;
	justify-content: space-between;
}
.estimate_block_01 article#P02 ul.list03{
	width: 580px;
	margin: 50px auto 0px;
}
.estimate_block_01 article#P03 ul.list03{
	width: 700px;
	margin: 48px auto 50px;
}
.estimate_block_01 article#P02 ul.list03 a{width: 280px;}
.estimate_block_01 article#P03 ul a,
.estimate_block_01 ul.list03 input[type="submit"]{width: 340px;}
.estimate_block_01 ul.list03 li:first-child a{
	display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    border-radius: 10px;
    transition: all 0.4s;
    line-height: 80px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
    background: center left 15px url(../img/icon_29.png) no-repeat,#DBDBDB;
}
.estimate_block_01 ul.list03 input[type="submit"]{
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	border-radius: 4px;
	transition: all 0.4s;
	line-height: 80px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	border: 1px solid #489626;
	cursor: pointer;
	background: center right 15px url("../img/icon_13.png") no-repeat,#489626;
}
.estimate_block_01 ul.list03 input[type="submit"]:hover{
	color: #489626;
	background: center right 15px url("../img/icon_21.png") no-repeat, #fff;
}
.estimate_block_01 article#P03 .txt01{
	font-size: 42px;
	font-weight: 500;
	letter-spacing: 0;
	color: #03479D;
	line-height: 1;
	margin-bottom: 10px;
}
.estimate_block_01 article#P03 .txt01 span{
	font-size: 62px;
	font-weight: 800;
	letter-spacing: 0;
	color: #DD2C2C;
	display: inline-block;
    vertical-align: sub;
}
.estimate_block_01 article#P03 .txt01 span.zei {
	font-size: 18px;
	transform: translateY(-15px);
}
.estimate_block_01 article#P03 .txt02{
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	color: #DD2C2C;
	margin-bottom: 48px;
}


.estimate_block_01 article#P03 address{
	width: 414px;
	margin: 0 auto;
	padding: 30px 68px;
	border: 1px solid #121212;
}
.estimate_block_01 article#P03 address .header_logo{
	width: 411px;
	text-align: left;
}
.estimate_block_01 article#P03 address .header_logo h1{display: inline-block;}
.estimate_block_01 article#P03 address .header_txt{
	color: #E6481A;
	font-weight: 800;
	margin-top: -8px;
	float: right;
}
.estimate_block_01 article#P03 address .header_txt strong{
	color: #489626;
	font-size: 26px;
	display: block;
	line-height: 1;
}
.estimate_block_01 article#P03 address .header_tel{
	display: inline-block;
	letter-spacing: 0;
	font-size: 14px;
	margin-bottom: 10px;
}
.estimate_block_01 article#P03 address .header_tel aside{
	font-size: 12px;
	font-weight: 500;
	color: #1770FF;
	display: inline-block;
	line-height: 20px;
	width: 100px;
	border: 1px solid #1770FF;
	margin-left: 5px;
}
.estimate_block_01 article#P03 address .header_tel a{
	font-size: 38px;
	font-weight: 800;
	display: block;
	text-decoration: none;
	line-height: 1;
}
.estimate_block_01 article#P03 address .header_tel a::before{
	content: url("../img/icon_01.png");
	display: inline-block;
	margin-right: 8px;
}
.estimate_block_01 article#P03 address .txt03{margin: 12px 0px;}

#submit_btn01 {
	background: #489626;
	width: 280px;
	height: 60px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 50px;
}
#submit_btn01:hover {
	opacity: 0.6;
}

.estimate_tb {
	width: 660px;
	margin: auto;
}
.estimate_tb th,
.estimate_tb td {
	border: 1px #ccc solid;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 20px;
}
.estimate_tb th {
	text-align: left;
	font-weight: bold;
	width: 240px;
}
.estimate_tb td {
	text-align: center;
}

.estimate_tb_tit {
	font-size: 20px;
	text-align: center;
	width: 660px;
	margin: 0 auto 10px auto;
	font-weight: bold;
}

.campaign_box {
	background: #03479D;
	color: #fff;
	text-align: center;
	margin: 0 auto 20px auto;
	width: 660px;
	padding: 20px;
	box-sizing: border-box;
}
.campaign_box h3 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 15px;
	color: #FFFC51;
	font-weight: bold;
}

/*.kaidan_box { display: none;}*/

/*------------------------------------------------------------------------

Contactページ

------------------------------------------------------------------------*/
.contact_block_01 .block_tit_03{
	margin-top: 50px;
}
.contact_block_01 .txt01,
.contact_block_01 .txt02{
	color: #121212;
	text-align: left;
	font-size: 16px;
}
.contact_block_01 .txt01{
	letter-spacing: 0.04em;
	margin-top: 40px;
}
.contact_block_01 .txt01 span{
	color: #DD2C2C;
}
.contact_block_01 .txt02{
	margin-top: 16px;
}
.contact_block_01 .txt02 span{
	color: #DD2C2C;
	display: inline-block;
	margin-right: 5px;
}
.contact_block_01 table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	font-size: 18px;
	color: #121212;
	margin: 59px 0 0; 
}
.contact_block_01 table tr th,
.contact_block_01 table tr td{
	border-collapse: collapse;
	border-bottom: 1px solid #CCCCCC;
}
.contact_block_01 table tr th{
	background-color: #EFECE7;
	text-align: left;
	width: 282px;
	padding-left: 30px;
	font-weight: 500;
	vertical-align: middle;
}
.contact_block_01 table tr th span.re{
	color: #DD2C2C;
	display: inline-block;
	margin-left: 5px;
}
.contact_block_01 table tr td{
	padding: 30px 0 30px 30px;
	text-align: left;
}
.contact_block_01 table tr td li{
	float: left;
}
.contact_block_01 table tr td input{
	height: 60px;
	border: 1px solid #CCCCCC;
	font-size: 18px;
	padding: 0 15px;
	box-sizing: border-box;
}
.contact_block_01 table tr td input::placeholder{
	font-size: 18px;
	color: #A2A2A2;
	
}
.contact_block_01 table tr td .input01{
	width: 194px;
}
.contact_block_01 table tr td .input02{
	width: 274px;
}
.contact_block_01 table tr td .input03{
	width: 702px;
}
.contact_block_01 table tr td .input04{
	width: 144px;
}
.contact_block_01 table tr td .input05{
	width: 494px;
}
.contact_block_01 table tr td .input06{
	width: 702px;
	height: 240px;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
}
.contact_block_01 table tr:nth-child(1) td li,
.contact_block_01 table tr:nth-child(2) td li,
.contact_block_01 table tr:nth-child(5) td li{
	margin-bottom: -60px;
	margin-right: 30px;
}
.contact_block_01 table tr:nth-child(1) td li:nth-of-type(3n),
.contact_block_01 table tr:nth-child(2) td li:nth-of-type(3n){margin-right: 0;}
.contact_block_01 table tr:nth-child(2) td li:nth-of-type(-n + 3){
	margin-bottom: -43px;
}
.contact_block_01 table tr:nth-child(1) td li input,
.contact_block_01 table tr:nth-child(2) td li input{
	width: 200px;
    height: 60px;
	opacity: 0;
	cursor: pointer;
}
.contact_block_01 table tr:nth-child(5) td li input{
	width: 158px;
    height: 60px;
	opacity: 0;
	cursor: pointer;

}
.contact_block_01 table tr:nth-child(1) td li label,
.contact_block_01 table tr:nth-child(2) td li label {
	position: relative;
	top: -60px;
    color: #121212;
    width: 206px;
    height: 58px;
	border: 1px solid #CCCCCC;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    border-right: 1px solid #b6b6b6;
  }
.contact_block_01 table tr:nth-child(5) td li label {
	position: relative;
	top: -60px;
    color: #121212;
    width: 150px;
    height: 58px;
	border: 1px solid #CCCCCC;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    border-right: 1px solid #b6b6b6;
  }

 .contact_block_01 table tr:nth-child(1) td li input:checked + label,
 .contact_block_01 table tr:nth-child(2) td li input:checked + label,
 .contact_block_01 table tr:nth-child(5) td li input:checked + label {
    background: #489626;
    font-weight: 500;
    color: #fff;
	transition: all 0.5s;
  }
.contact_block_01 table tr:nth-child(3) td p,
.contact_block_01 table tr:nth-child(4) td p{
	display: inline-block;
	margin-left: 10px;
}
/*.contact_block_01 table tr:nth-child(5) ul.estimate_list01 li{
	width: 158px;
	height: 58px;
	border: 1px solid #CCCCCC;
	color: #121212;
	line-height: 58px;
	font-size: 18px;
	text-align: center;
	font-weight: 500;
	margin-right: 9.5px;
	margin-bottom: -1px;
}
.contact_block_01 table tr:nth-child(5) ul.estimate_list01 li:hover{
	cursor: pointer;
	background-color: #489626;
	color: #fff;
	transition: all 0.5s;
}
.contact_block_01 table tr:nth-child(5) ul.estimate_list01 li.active{
	background-color: #489626;
	color: #fff;
}
*/
.contact_block_01 table tr:nth-child(5) ul.estimate_list02 li.item{
	display: none;
}
.contact_block_01 table tr:nth-child(5) ul.estimate_list02 li.item ul.img{
	width: 627px;
	height: 120px;
	border: 1px solid #CCCCCC;
	padding: 20px;
}
.contact_block_01 table tr:nth-child(5) ul.estimate_list02 li.item ul.img li img{
	width: 120px;
	height: 120px;
	margin-right: 48px;
}
.contact_block_01 table tr:nth-child(5) ul.estimate_list02 li.item ul.img li:nth-last-of-type(1) img{
	margin-right: 0;
}
.contact_block_01 table tr:nth-child(5) ul.estimate_list02 li.item.active{
	display: block;
}
.contact_block_01 table tr:nth-child(5) td li{
	margin-right: -1px;
	margin-bottom: -60px;
}
/*.contact_block_01 table tr:nth-child(5) td li input{
	width: 160px;
    height: 40px;
	opacity: 0;
	margin-top: -1px;
}
.contact_block_01 table tr:nth-child(5) td li label{
	position: relative;
	top: -40px;
    color: #121212;
    width: 166px;
    height: 38px;
	border: 1px solid #CCCCCC;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    border-right: 1px solid #b6b6b6;
	font-size: 16px;
 }
.contact_block_01 table tr:nth-child(5) td li:hover input{
	cursor: pointer;
}
 .contact_block_01 table tr:nth-child(5) td li input:checked + label{
    background: #489626;
    font-weight: 500;
    color: #fff;
	transition: all 0.5s;
  }*/
.contact_block_01 table tr:nth-child(6) td li p,
.contact_block_01 table tr:nth-child(9) td li p{
	display: inline-block;
	margin-right: 10px;
}
.contact_block_01 table tr:nth-child(6) td li:nth-child(2) p,
.contact_block_01 table tr:nth-child(9) td li:nth-child(2) p{
	margin-left: 10px;
}
.contact_block_01 table tr:nth-child(10) td li:nth-child(1){
	margin-bottom: 10px;
}
.contact_block_01 .btn input{
	display: block;
	width: 248px;
	height: 58px;
	line-height: 58px;
	border: 1px splid #111111;
	margin: 60px auto 80px;
	background-color: #111111;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-radius: 30px;
}
.contact_block_01 .btn input:hover{
	cursor: pointer;
	color: #111111;
	background-color: #fff;
	transition: all 0.5s;
}

.contact_block_02 p{
	text-align: left;
	margin-bottom: 30px;
}
.contact_block_02 table {
	width: 100%;
	text-align: left;
}
.contact_block_02 table th,
.contact_block_02 table td {
	padding: 20px 30px;
	border: 1px #ccc solid;
}
.contact_block_02 table th {
	background: #EFECE7;
	font-size: 16px;
	line-height: 24px;
	width: 310px;
	box-sizing: border-box;
}

.contact_block_02 form p {
	text-align: center;
}

.contact_block_02 .linkbtn a {
	display: block;
	background: #489626;
	width: 280px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 4px;
	margin-top: 30px;
}
.contact_block_02 .linkbtn a:hover {
	text-decoration: none;
	opacity: 0.6;
}


/*------------------------------------------------------------------------

Workページ

------------------------------------------------------------------------*/
.work_block_01{
	width: 730px;
	padding: 50px 0 80px;
}
.work_block_01 .card{
	width: 100%;
	margin-top: 55px;
}
.work_block_01 .card li{
	display: inline-block;
	width: 350px;
	float: left;
	font-size: 18px;
	font-weight: 500;
	color: #121212;
	text-align: left;
	margin-bottom: 43px;
	position: relative;
}
.work_block_01 .card li:nth-of-type(2n - 1){
	margin-right: 20px;
}
.work_block_01 .card li:nth-last-of-type(-n + 2){
	margin-bottom: 0;
}
.work_block_01 .card li .img{
	overflow: hidden;
	width: 350px;
	height: 250px;
}
.work_block_01 .card li .img img{
	width: 100%;
	transition: all 0.4s;
}
.work_block_01 .card li::before{
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	width: 140px;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 500;
	text-align: center;
	z-index: 1;
}
.work_block_01 .card li.category01::before{
	content: "戸建て住宅";
	background: #D88C24;
}
.work_block_01 .card li.category02::before{
	content: "集合住宅";
	background: #489626;
}
.work_block_01 .card li a{text-decoration: none;
}
.work_block_01 .card li:hover .img img{transform: scale(1.3);}
.work_block_01 .btn{
	margin-top: 53px;
}
.work_block_01 .btn li{
	float: left;
	width: 280px;
	height: 60px;
	position: relative;
	border-radius: 4px;
}
.work_block_01 .btn li::after{
	content: "";
	display: inline-block;
	position: absolute;
	background-size: 8px 10px;
	width: 8px;
	height: 10px;
	top: 25px;
}
.work_block_01 .btn li:nth-child(1){
	background-color: #DBDBDB;
	margin: 0px 20px 0 75px;
}
.work_block_01 .btn li:nth-child(1)::after{
	background-image: url("../img/work_icon_01.png");
	left: 10px;
}
.work_block_01 .btn li:nth-child(2){
	background-color: #489626;
}
.work_block_01 .btn li:nth-child(2)::after{
	background-image: url("../img/work_icon_02.png");
	right: 10px;
}
.work_block_01 .btn li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
}
.work_block_01 .btn li a:hover{
	text-decoration: none;
	opacity: 0.7;
	transition: all 0.5s;
}
.work_block_01 article h2{
	font-size: 24px;
	letter-spacing: 0;
	line-height: 1.4;
	border-bottom: 1px solid #333333;
}
.work_block_01 article:nth-child(2){margin-bottom: 50px;}
.work_block_01 article:nth-child(2) h2{margin-bottom: 20px;}
.work_block_01 article:nth-child(3) h2{margin-bottom: 30px;}
.work_block_01 article{text-align: left;}
.work_block_01 p.category,
.work_side_menu p.category{
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	display: inline-block;
	padding: 3px 25px 7px;
	background: #489626;
	margin-right: 15px;
}
.work_block_01 p.category02,
.work_side_menu p.category02{background: #489626;}
.work_block_01 p.category01,
.work_side_menu p.category01{background: #D88C24;}
.work_block_01 article time{vertical-align: bottom;}
.work_block_01 ul.slick-slider {margin-top: 22px;}
.work_block_01 ul.slick-dots {bottom: -32px;}
.work_block_01 ul.slick-slider img{	width: 100%;}
.work_block_01 article:nth-child(3) p,
.work_block_01 article:nth-child(3) ul{line-height: 2;}
.work_block_01 article:nth-child(3) ul,
.work_block_01 article:nth-child(3) p + p{margin-top: 2em;}

.work_block_01 article:nth-child(3) ul{counter-reset: number 0; }
.work_block_01 article:nth-child(3) ul li{padding-left: 34px;}
.work_block_01 article:nth-child(3) ul li::before{
	content: counter(number)"．";
	counter-increment: number 1;
	float: left;
	margin-left: -34px;
}
.work_block_01 article .link03{
	width: 375px;
	margin: 80px auto 0px;
}

.work_side_menu{
	width: 270px;
	text-align: left;
	padding: 190px 0 0;
}
.work_side_menu h3{
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	color: #121212;
	padding-bottom: 8px;
	margin-bottom: 20px;
	border-bottom: 1px solid #333333;
}
.work_side_menu ul{
	width: 100%;
}
.work_side_menu ul li:nth-last-of-type(1){
	margin-bottom: 53px;
}
.work_side_menu ul li a {
	font-size: 18px;
	line-height: 28px;
	color: #121212;
	text-decoration: none;
}
.work_side_menu ul li .txt01{line-height: 1.75;}
.work_side_menu ul li .txt02{
	display: inline-block;
	margin-bottom: 9px;
}
.work_side_menu ul.art li{
	margin-bottom: 30px;
}




/*------------------------------------------------------------------------

Faqページ

------------------------------------------------------------------------*/
.faq_block_01{
	padding: 50px 0px 100px;
}
.faq_block_01 .block_tit_03{
	margin-bottom: 45px;
}
.faq_block_01 h3{
	font-size: 20px;
	letter-spacing: 0;
	color: #fff;
	padding: 14px 0px 18px 20px;
	background: #03479D;
	text-align: left;
}
.faq_block_01 dl{border-top: 1px solid #707070;}
.faq_block_01 dl dt{
	font-size:18px;
	font-weight: 500;
	letter-spacing: 0;
	padding: 42px 20px 42px 90px;
	background: #FDFDD6;
	line-height: 1.8;
	text-align: left;
	cursor: pointer;
}
.faq_block_01 dl dt::before{
	content: "Q.";
	font-size: 42px;
	font-weight: 800;
	letter-spacing: 0;
	color: #03479D;
	margin-right: 20px;
	display: inline-block;
	float: left;
	margin-top: -32px;
	margin-left: -70px;
}
.faq_block_01 dl dd{
	font-size:18px;
	padding: 42px 20px 42px 90px;
	border-top: 1px solid #707070;
	line-height: 1.8;
	border-bottom: 1px solid #707070;
	text-align: left;
	display: none;
}
.faq_block_01 dl dd:first-of-type{display: block;}
.faq_block_01 dl dd::before{
	content: "A.";
	font-size: 42px;
	font-weight: 800;
	letter-spacing: 0;
	color: #ACACAC;
	display: inline-block;
	float: left;
	margin-top: -32px;
	margin-left: -70px;
}
.faq_block_01 dl dd a{
	color: #1770FF;
	text-decoration: underline;
	font-weight: 500;
}

