@charset "UTF-8";
/* CSS Document */

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

全体設定

 ---------------------------------------------------*/
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	width:100%;
	color: #333;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	line-height:1.2;
	min-width: 1200px;
}
a {
	text-decoration: none;
	color:#333;
	cursor: pointer!important;
}
a:hover{
	opacity:0.6;
}
img{
	width:100%;
	vertical-align: bottom;
}

@media screen and (max-width: 480px) {
	body{
		min-width: 0;
		font-size: 16px;
	}
	.gnav{
		display:none;
	}
}


/* ヘッダー -----------------------------*/
header{
	position:fixed;
	width: 100%;
	height: 80px;
	background: #fff;
	box-shadow: 0px 3px 1px -1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 3px 1px -1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 1px -1px rgba(0,0,0,0.4);
	z-index: 9999;
}
.header_inner{
	position: relative;
	max-width:1020px;
	height: 100%;
	margin: 0 auto;
}
.header_inner .logo{
	float: left;
	width:162px;
	margin: 14px 0 0;
}
.header_inner .logo a{
	display:block;
}
.header_inner .gnav{
	float:right;
	margin: 48px 0 0;
}
.header_inner .gnav ul{
	overflow:hidden;
}
.header_inner .gnav ul li{
	float: left;
	border-left: 1px solid #ccc;
}
.header_inner .gnav ul li a{
	color:#003864;
	padding: 0 16px;
}
.link_company{
	position:absolute;
	display: block;
	color: #fff;
	font-weight: bold;
	top: 8px;
	right: 2px;
	background: #043963;
	border-radius: 13px;
	padding: 5px 20px;
}

@media screen and (max-width: 480px) {
	header{
		height:50px;
	}
	.header_inner .logo{
		width:30%;
		margin: 2%;
	}
	.link_company{
		display:none;
	}
}

/*** スマホメニュー ***/
.mean-container .mean-bar{
	position: fixed;
	min-height: 50px;
	padding: 0;
}
.mean-container .mean-nav{
	position: fixed;
	margin-top: 50px;
	overflow-y: scroll;
	z-index: 99;
	top: 0;
	width: 100%;
	height: calc(100% - 50px);
	background-color: transparent;
}
.mean-container .mean-nav ul{
	height: 100%;
	background:rgba(0,0,0,0.6);
}
.mean-container .mean-nav ul li{
	position: relative;
	background:#fff;
	border-top:1px solid #707070;
}
.mean-container .mean-nav ul li a{
	color:#707070;
	font-size: 87.5%;
	font-weight: bold;
	width: 100%;
	padding: 5%;
	box-sizing: border-box;
}
.mean-container .mean-nav ul li:after{
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	content: '\f105';
	color: #ccc;
	font-size: 32px;
	font-weight: normal;
	line-height: 1;
	right: 4%;
	top: 50%;
	margin-top:-16px;
}

@media screen and (max-width: 480px) {
	.mean-container .mean-bar{
		background-color:transparent;
	}
	.mean-container a.meanmenu-reveal{
		color:#f00;
	}
	.mean-container a.meanmenu-reveal span{
		background:#f00;
	}
}




/* フッター -----------------------------*/
footer{
	background:#043963;
}
.footer_menu{
	max-width:1020px;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}
.footer_menu a{
	display: block;
	color: #fff;
	font-weight: bold;
	line-height: 1.8;
}
.footer_menu_box{
	float:left;
	margin-right: 130px;
}
.footer_menu_box .picture_list{
	margin-top: 22px;
}
.footer_menu_box dl dd a{
	font-weight: normal;
	opacity: 0.6;
	margin-left: 1em;
}
.copyright{
	display: block;
	color: #043963;
	font-weight: bold;
	text-align:center;
	background: #f2f2f2;
	padding: 30px 0;
}









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

共通設定

 ---------------------------------------------------*/
.wrapper{
	max-width:1020px;
	margin: 0 auto;
}

/*** お問い合わせ ***/
.contact_area{
	max-width: 800px;
	color: #043963;
	border:1px solid #0fabae;
	margin: 55px auto;
	padding: 32px 26px;
	box-sizing: border-box;
}
.contact_area h1{
	font-size:18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 23px;
}
.contact_inner{
	display:table;
	width: 100%;
}
.contact_inner .tel,
.btn_contact{
	display:table-cell;
	vertical-align: middle;
}
.contact_inner .tel img{
	display: inline-block;
	vertical-align: middle;
	width:68px;
	margin-right: 8px;
}
.contact_inner .tel span{
	display: inline-block;
	vertical-align: middle;
	font-size:37px;
	font-weight: bold;
}
.btn_contact{
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 20px;
	background:#073b9c;
	border-radius: 20px;
}

@media screen and (max-width: 480px) {
	.contact_area{
		width:92%;
		margin: 12% auto;
		padding: 6%;
	}
	.contact_area h1{
		font-size:75%;
		margin-bottom:8%;
	}
	.contact_inner{
		display: block;
		width:94%;
		margin: 0 auto;
	}
	.contact_inner .tel, .btn_contact{
		display:block;
	}
	.contact_inner .tel img{
		width:17%;
		margin-right: 3%;
	}
	.contact_inner .tel span{
		font-size:143.8%;
	}
	.btn_contact{
		margin-top:7%;
		font-size: 100%;
		padding: 4%;
	}
}

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

トップページ

 ---------------------------------------------------*/
.top_cnt{
	position:relative;
	padding: 25px 0 0;
	overflow: hidden;
}
.top_cnt .tit_wrap{
	float:left;
	color: #043963;
}
.top_cnt .tit_wrap .tit{
	font-size:30px;
	font-weight: bold;
	line-height: 1.7;
	margin-top: 5px;
}
.top_cnt .tit_wrap .cap{
	font-size:16px;
}
.top_cnt_txt{
	float:right;
	max-width:660px;
	line-height: 1.7;
}
.link_arrow{
	float: right;
	color:#0071bc;
	text-align: right;
	font-weight: bold;
	border-bottom:1px solid #0071bc;
	padding: 0 6px 3px;
	margin: 34px 12px 0 0;
}
.link_arrow img{
	display: inline-block;
	width: 26px;
	margin-left: 8px;
}

@media screen and (max-width: 480px) {
	.top_cnt{
		width:92%;
		margin:8% auto 0;
		padding: 7% 0 0;
	}
	.top_cnt .tit_wrap{
		float:none;
		margin-bottom:1%;
	}
	.top_cnt .tit_wrap .tit{
		font-size:137.5%;
		margin: 0 0 2%;
	}
	.top_cnt .tit_wrap .cap{
		font-size:87.5%;
	}
	.top_cnt_txt{
		font-size:75%;
		float:none;
		max-width: none;
	}
	.link_arrow{
		font-size:68.8%;
		margin: 5% 3% 0 0;
	}
}


/* メイン画像 -----------------------------*/
.top_mv{
	position:relative;
	z-index: 888;
	padding-top: 80px;
}
.top_mv_box{
	position:relative;
}
.top_mv_box .cap_wrap{
	position:absolute;
	color: #002392;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.top_mv_box .cap_wrap .cap{
	font-size:23px;
	font-weight: bold;
	margin-bottom: 18px;
	text-shadow:0px 0px 4px #ffffff;
}
.top_mv .slick-dots li button:before{
	font-size: 20px;
}
.top_mv .slick-prev{
	left: 10px;
	width: 20px;
	height: 33px;
	z-index: 99;
}
.top_mv .slick-prev::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f104";
	font-size: 40px;
}
.top_mv .slick-next{
	right: 10px;
	width: 20px;
	height: 33px;
}
.top_mv .slick-next::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f105";
	font-size: 40px;
}

@media screen and (max-width: 480px) {
	.top_mv{
		padding-top:50px;
	}
}


/* info -----------------------------*/
#top_info{
	margin-top:60px;
}
#top_info:before{
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 18px 18px 0 0;
	border-color: #00a5bb transparent transparent transparent;
	top: 0;
}
.top_info_list{
	overflow: hidden;
	margin: 50px 0 0;
}
.top_info_list li{
	float: left;
	width:320px;
	margin-left: 30px;
}
.top_info_list li:first-child{
	margin-left: 0;
}
.top_info_list li a{
	display: block;
}

@media screen and (max-width: 480px) {
	#top_info{
		margin:12% auto 0;
	}
	.top_info_list{
		margin: 8% 0 0;
		border-top: 1px solid #707070;
		border-bottom: 1px solid #707070;
		border-right: 1px solid #707070;
	}
	.top_info_list li{
		width:33.333%;
		margin: 0;
		border-left: 1px solid #707070;
		box-sizing: border-box;
	}
}

/* leave -----------------------------*/
#top_leave{
	margin-top:50px;
}
#top_leave:before{
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 18px 18px 0 0;
	border-color: #f15a24 transparent transparent transparent;
	top: 0;
}
.top_leave_list{
	overflow: hidden;
	margin: 50px 0 0;
}
.top_leave_list li{
	float: left;
	width:240px;
	margin-left: 20px;
}
.top_leave_list li:first-child{
	margin-left: 0;
}
.top_leave_list li p{
	color: #329fba;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}

@media screen and (max-width: 480px) {
	.top_leave_list{
		margin:8% 0 0;
	}
	.top_leave_list li{
		width:48%;
		margin-left:4%;
		margin-bottom:4%;
	}
	.top_leave_list li:nth-child(2n+1){
		margin-left:0;
	}
	.top_leave_list li p{
		font-size:62.5%;
		margin-top:3%;
	}
}

/* 施工事例 -----------------------------*/
.top_case{
	background:#f6f6f6;
	padding: 40px 0 30px;
}
.top_case_slide{
	max-width:1020px;
	margin: 0 auto;
}
.top_case_slide li{
	position: relative;
	margin: 0 10px;
	background: #fff;
	border: 1px solid #ccc;
}
.top_case_slide li a{
	display:block;
}
.top_case_slide li p{
	color:#043963;
	font-weight: bold;
	line-height: 1.8;
	padding: 25px 16px 31px;
}
.top_case_slide li:before{
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 0 0 18px 18px;
	border-color: transparent transparent #00a5bb transparent;
	bottom: 0;
	right: 0;
}
.top_case_slide .slick-prev{
	left: -30px;
	width: 20px;
	height: 33px;
	z-index: 99;
}
.top_case_slide .slick-prev::before {
	display: inline-block;
	background: url(../images/icon_slick_prev.png) no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	opacity: 1;
	text-indent: -9999px;
}
.top_case_slide .slick-next{
	right: -30px;
	width: 20px;
	height: 33px;
}
.top_case_slide .slick-next::before {
	display: inline-block;
	background: url(../images/icon_slick_next.png) no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	opacity: 1;
	text-indent: -9999px;
}
.top_case_link{
	max-width:1000px;
	margin: 0 auto;
	overflow: hidden;
}

@media screen and (max-width: 480px) {
	.top_case{
		padding:6% 4%;
	}
	.top_case_slide li{
		margin:0 0 4%;
	}
	.top_case_slide li a{
		display: table;
	}
	.top_case_slide li .img{
		display: table-cell;
		width:40%;
		vertical-align: middle;
	}
	.top_case_slide li .txt_wrap{
		display: table-cell;
		width:60%;
		vertical-align: middle;
		padding: 0 4%;
	}
	.top_case_slide li p{
		padding:0;
		font-size: 87.5%;
	}
}

/* product -----------------------------*/
#top_product{
	margin-top:60px;
}
#top_product:before{
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 18px 18px 0 0;
	border-color: #f15a24 transparent transparent transparent;
	top: 0;
}
#top_product .link_arrow{
	margin: 54px 12px 56px 0;
}
.tit_top_product{
	color: #043963;
	font-size:16px;
	font-weight: bold;
	margin: 0 0 15px 10px;
}
.top_product_list{
	overflow:hidden;
	margin-bottom: 30px;
}
.top_product_list li{
	float: left;
	width:204px;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
}
.top_product_list li a{
	display:block;
	color: #043963;
	text-align: center;
	padding: 25px 0;
}
.top_product_list li a .icon{
	display: block;
	width:120px;
	margin: 0 auto;
}
.top_product_list li a p{
	font-weight: bold;
	margin-top: 17px;
}

@media screen and (max-width: 480px) {
	#top_product{
		width: 100%;
		margin:7% 0 0;
	}
	#top_product:before{
		left:4%;
	}
	#top_product .cf{
		width:94%;
		margin: 0 auto;
	}
	#top_product .link_arrow{
		margin:5% 3% 8% 0;
	}
	.tit_top_product{
		text-align:center;
		font-size: 112.5%;
		margin: 0 0 5%;
	}
	.top_product_list{
		border-top:1px solid #e6e6e6;
		margin-bottom:10%;
	}
	.top_product_list:last-child{
		margin-bottom: 0;
	}
	.top_product_list li{
		float:none;
		width:100%;
		border-top:none;
		border-left:none;
		border-right:none;
	}
	.top_product_list li a{
		text-align:left;
		padding: 4%;
	}
	.top_product_list li a .icon{
		display:inline-block;
		vertical-align: middle;
		width:16%;
	}
	.top_product_list li a .icon img{
		vertical-align: middle;
	}
	.top_product_list li a p{
		display:inline-block;
		vertical-align: middle;
		margin-top:0;
	}
}

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

下層ページ

 ---------------------------------------------------*/
.page_wrap{
	padding-top: 80px;
}
.page_wrap .tit_page_area{
	height: 250px;
	background:url(../images/bg_tit_page_other.png) no-repeat;
	background-size: cover;
}
.tit_page_area{
	position:relative;
}
.tit_page_inner{
	position:absolute;
	color: #123866;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.tit_page{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 18px;
}
.page_detail_area{
	background:#f8f8f8;
}
.page_detail_inner{
	max-width:1020px;
	margin: 0 auto;
	overflow: hidden;
	padding: 44px 0 38px;
}
.tit_page_detail{
	color: #043963;
	font-size:30px;
	font-weight: bold;
	line-height: 1.7;
}
.tit_page_detail span{
	display:block;
	font-size: 16px;
}
.txt_page_detail{
	line-height: 1.7;
}
.page_detail_inner .tit_page_detail{
	float: left;
}
.page_detail_inner .txt_page_detail{
	float: right;
	max-width: 790px;
}
.page_detail_inner02{
	max-width:930px;
	margin: 0 auto;
	overflow: hidden;
	padding: 28px 0 30px;
}
.page_detail_inner02 .tit_page_detail{
	font-size: 16px;
	margin-bottom: 20px;
}
.tit_page_detail_center{
	color: #043963;
	font-size:16px;
	font-weight: bold;
	text-align:center;
}
.page_link_wrap{
	max-width:550px;
	margin: 40px auto 0;
	overflow:hidden;
	background:#003864;
	border-radius: 20px;
	padding: 10px 0;
}
.page_link_wrap a{
	float: left;
	display: block;
	width: 33.333%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.page_link_wrap a:nth-child(2n){
	border-right:1px solid #356484;
	border-left:1px solid #356484;
	box-sizing: border-box;
}
.tit_page_cnt{
	color: #19509d;
	font-size: 18px;
	font-weight: bold;
	text-align: center;	
	margin:55px 0 10px;
}
.tit_cap_page_cnt{
	color: #19509d;
	font-size: 16px;
	font-weight: bold;
	text-align: center;	
	margin: 0 0 60px;
}
.tit_common_cnt{
	color:#043963;
	font-size: 16px;
	font-weight: bold;
	border-left: 3px solid #043963;
	padding-left: 6px;
	margin: 80px 0 20px;
}
.common_cnt_box{
	border: 1px solid #e6e6e6;
	overflow: hidden;
	padding: 34px 40px;
}
.common_cnt_box:nth-child(n+1) {
	margin-top:-1px;
}
.common_cnt_box .img{
	float: left;
	width:290px;
}
.common_cnt_box .txt_wrap{
	float: right;
	width: 100%;
	max-width:615px;
}
.common_cnt_box .tit{
	color: #043963;
	font-weight: bold;
	margin-bottom: 20px;
}
.common_cnt_box p{
	line-height: 1.7;
}
.tit_obi{
	width:228px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 7px 0;
	margin: 40px 0 0;
}
.tit_obi.tit_point{
	background:#438dbc;
}
.tit_obi.tit_review{
	background:#329fba;
}
.tit_obi.tit_comment{
	background:#24b1b4;
}
.common_list{
	overflow:hidden;
}
.common_list li{
	float: left;
	width: 48%;
	overflow: hidden;
	margin-bottom: 60px;
}
.common_list li:nth-child(2n){
	float: right;
}
.common_list li .img{
	float: left;
	width:160px;
	height: 160px;
	line-height: 160px;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	padding: 0 20px;
}
.common_list li .img img{
	vertical-align: middle;
}
.common_list li .txt_wrap{
	float: right;
	width:300px;
}
.common_list li .txt_wrap .tit{
	color:#043963;
	font-weight: bold;
	margin-bottom: 10px;
}
.common_list li .txt_wrap p{
	line-height: 1.7;
}
.common_list li .txt_wrap .link_arrow{
	margin: 10px 12px 0 0;
}
.common_btn_wrap{
	text-align: center;
	margin: 30px 0 100px;
}
.common_btn_wrap a{
	display:inline-block;
	width: 230px;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	margin: 0 auto;
	padding: 10px 0;
}
.common_btn_wrap a:last-child{
	margin-left: 20px;
}
.btn_product_list{
	background:#329fba;
}
.btn_case_list{
	background:#24b1b4;
}
.common_table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border:1px solid #e6e6e6;
	line-height: 1.7;
	margin: 0 0 70px;
}
.common_table th{
	width: 168px;
	color:#043963;
	text-align: center;
	background:#f6f6f6;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}
.common_table td{
	border-bottom:1px solid #e6e6e6;
	padding: 18px;
}

@media screen and (max-width: 480px) {
	.page_wrap{
		padding-top:50px;
	}
	.page_wrap .wrapper{
		width:92%;
		margin: 0 auto;
	}
	.tit_page_area{
		height:165px!important;
	}
	.tit_page_inner{
		position:static;
		transform: none;
		padding-top:60px;
	}
	.tit_page{
		font-size:100%;
		margin-bottom: 3%;
	}
	.tit_page_inner p{
		font-size:75%;
		font-weight: bold;
	}
	.page_detail_inner{
		padding:6% 4%;
	}
	.tit_page_detail{
		font-size:137.5%;
	}
	.tit_page_detail span{
		font-size:63.7%;
	}
	.page_detail_inner02{
		padding:6% 0;
	}
	.page_detail_inner02 .tit_page_detail{
		font-size:100%;
		margin: 0 4% 2%;
	}
	.page_detail_inner02 .txt_page_detail{
		font-size:87.5%;
		padding: 0 4%;
	}
	.tit_page_detail_center{
		font-size:100%;
	}
	.page_detail_inner .tit_page_detail{
		float:none;
	}
	.page_detail_inner .txt_page_detail{
		float:none;
		font-size:75%;
	}
	.page_link_wrap{
		margin:8% auto 0;
		padding: 3% 0;
	}
	.page_link_wrap a{
		font-size:75%;
	}
	.tit_page_cnt{
		font-size:112.5%;
		margin: 10% 0 2%;
	}
	.tit_cap_page_cnt{
		font-size:112.5%;
		margin: 0 0 10%;
	}
	.tit_common_cnt{
		font-size:112.5%;
		margin: 10% 0 6%!important
			;
	}
	.common_list li{
		float: none;
		width:100%;
		margin-bottom:8%;
	}
	.common_list li .img{
		width:32%;
		padding: 7% 2%;
		height: auto;
		line-height: 1;
	}
	.common_list li .txt_wrap{
		width:64%;
		font-size:68.8%;
	}
	.common_list li .txt_wrap .tit{
		margin-bottom:3%;
	}
	.common_list li .txt_wrap .link_arrow{
		margin:4% 2% 0 0;
	}
	.common_btn_wrap{
		margin:4% 0 16%;
	}
	.common_btn_wrap a{
		display:block;
		width:77%;
		padding: 4% 0;
	}
	.common_btn_wrap a:last-child{
		margin:6% auto 0;
	}
	.common_table{
		margin:0 0 10%;
		border-bottom:none;
	}
	.common_table th,
	.common_table td{
		display:block;
		width:100%;
		font-size:87.5%;
		padding: 4%;
		border-right: none;
		box-sizing: border-box;
	}
	.common_table th{
		padding:3%;
	}
	.common_table th br{
		display:none;
	}
	.common_cnt_box{
		padding:4%;
		margin-bottom:5%;
	}
	.common_cnt_box .img{
		float:none;
		width:100%;
		margin-bottom:5%;
	}
	.common_cnt_box .txt_wrap{
		float:none;
	}
	.common_cnt_box .tit{
		margin-bottom:4%;
		line-height: 1.4;
	}
	.common_cnt_box p{
		font-size:87.5%;
	}
}


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

事例リストページ

 ---------------------------------------------------*/
#case_list_page .tit_page_area{
	height: 250px;
	background:url(../images/bg_tit_page_case_list.png) no-repeat;
	background-size: cover;
}
.case_cnt_box{
	padding: 32px 24px 40px;
	background:#f8f8f8;
	border-bottom: 2px dashed #ccc;
}
.case_cnt_box:first-of-type{
	border-top: 2px dashed #ccc;
}
.case_cnt_box .img{
	float: left;
	width:318px;
}
.case_cnt_box .txt_wrap{
	float: right;
	width:630px;
}
.tit_case_cnt_box,
.case_cnt_box .txt_wrap .catch{
	color: #043963;
	font-size:16px;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 20px;
}
.case_cnt_box .txt_wrap dl dt{
	float: left;
	width: 5em;
	color: #043963;
	font-weight: bold;
	line-height: 1.7;
}
.case_cnt_box .txt_wrap dl dd {
	line-height: 1.7;
	margin-left: 5em;
	margin-bottom: 15px;
}
.case_cnt_box .txt_wrap dl dd .tag{
	color: #fff;
	background:#19509d;
	border-radius: 10px;
	padding: 4px 30px;
	margin-right: 10px;
}
.case_cnt_box .txt_wrap dl dd:after {
	content: '';
	display: block;
	clear: both;
}
.case_cnt_box .txt_wrap dl dd:last-of-type{
	margin-bottom:0;
}
.case_cnt_box .link_arrow{
    margin: 20px 12px 0 0;
}

@media screen and (max-width: 480px) {
	.case_cnt_box{
		padding:4% 4% 8%;
	}
	.tit_case_cnt_box, .case_cnt_box .txt_wrap .catch{
		font-size:100%;
		margin-bottom: 3%;
	}
	.case_cnt_box .img{
		float:none;
		width:100%;
	}
	.case_cnt_box .txt_wrap{
		float:none;
		width:100%;
		margin-top:5%;
	}
	.case_cnt_box .txt_wrap dl dt{
		float:none;
		width:100%;
		font-size:87.5%;
	}
	.case_cnt_box .txt_wrap dl dd{
		width:100%;
		margin-left:0;
		margin-bottom:5%;
		font-size:87.5%;
	}
	.case_cnt_box .link_arrow{
		margin:5% 3% 0 0;
	}
}

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

事例詳細ページ

 ---------------------------------------------------*/
#case_detail_page .tit_page_area{
	height: 250px;
	background:url(../images/bg_tit_page_case_detail.png) no-repeat;
	background-size: cover;
}
.case_detail_box{
	float: left;
	width:490px;
}
.case_detail_box:nth-child(2n){
	float:right;
}
.case_detail_list{
	border-top: 2px dashed #ccc;
	padding-top: 30px;
	margin-top: 50px;
}
.case_detail_list .tit{
	color:#043963;
	font-weight: bold;
	margin:0 0 28px;
}
.case_detail_list ul{
	overflow:hidden;
}
.case_detail_list ul li{
	float: left;
	width: 320px;
	margin-right: 30px;
	margin-bottom: 24px;
}
.case_detail_list ul li:nth-child(3n){
	margin-right: 0;
}

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

サービスリストページ

 ---------------------------------------------------*/
#service_list_page .tit_page_area{
	height: 250px;
	background:url(../images/bg_tit_page_service_list.png) no-repeat;
	background-size: cover;
}

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

取扱製品リストページ

 ---------------------------------------------------*/
#product_list_page .tit_page_area{
	height: 250px;
	background:url(../images/bg_tit_page_product_list.png) no-repeat;
	background-size: cover;
}
#maker_area{
	background:#f6f6f6;
	padding: 40px 0 60px;
}
#maker_area h1{
	color: #043963;
	font-size: 16px;
	font-weight: bold;
	max-width:1020px;
	margin: 0 auto 32px;
	padding-left: 6px;
	border-left: 3px solid #043963;
}
#maker_area ul{
	max-width: 1056px;
	margin: 0 auto;
	overflow:hidden;
}
#maker_area ul li{
	float:left;
	width:150px;
	margin: 0 13px;
}

@media screen and (max-width: 480px) {
	#maker_area{
		padding:6% 4% 3%;
	}
	#maker_area h1{
		font-size:112.5%;
		margin: 0 0 6%;
	}
	#maker_area ul li{
		width:31.333%;
		margin: 0 3% 3% 0;
	}
	#maker_area ul li:nth-child(3n){
		margin: 0 0 3% 0;
	}
}

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

取扱製品詳細ページ

 ---------------------------------------------------*/
#service_detail_page .tit_page_area{
	height: 250px;
	background:url(../images/bg_tit_page_service_detail.png) no-repeat;
	background-size: cover;
}
.img_service_detail{
	margin:30px 0 0;
}
.service_detail_case_list{
	overflow:hidden;
}
.service_detail_case_list li{
	float:left;
	width:320px;
	margin-right: 30px;
}
.service_detail_case_list li:nth-child(3n){
	margin-right: 0;
}
.service_detail_case_list li p{
	line-height: 1.7;
}
.service_detail_case_list li .name{
	color: #043963;
	font-weight: bold;
	margin: 10px 0 5px;
}

@media screen and (max-width: 480px) {
	.img_service_detail{
		margin:6% 0 0;
	}
	.service_detail_case_list li{
		float:none;
		width:100%;
		margin: 0 0 6% 0;
	}
	.service_detail_case_list li:last-child{
		margin:0;
	}
	.service_detail_case_list li .name{
		margin: 5% 0 2%;
		line-height: 1.2;
	}
	.service_detail_case_list li p{
		font-size:87.5%;
	}
}

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

課題一覧ページ

 ---------------------------------------------------*/
#problem_list_page .tit_page_area{
	height: 250px;
	background:url(../images/bg_tit_page_problem_list.png) no-repeat;
	background-size: cover;
}
.problem_list{
	overflow:hidden;
	margin: 40px 0 0;
}
.problem_list li{
	float:left;
	width:320px;
	margin-right: 30px;
	margin-bottom: 40px;
}
.problem_list li:nth-child(3n){
	margin-right: 0;
}
.problem_list li .img{
	position:relative;
}
.problem_list li .img .tag{
	display: block;
	position:absolute;
	bottom: 0;
	color: #fff;
	font-weight: bold;
	padding: 8px 34px;
}
.problem_list li .img .tag.blue{
	background:#0059ae;
}
.problem_list li .img .tag.green{
	background:#009c72;
}
.problem_list li .img .tag.light_blue{
	background:#0097db;
}
.problem_list li .tit{
	color:#043963;
	font-size: 18px;
	font-weight: bold;
	padding: 18px 10px 12px;
}
.problem_list li .txt{
	line-height: 1.7;
	padding: 0 10px;
}

@media screen and (max-width: 480px) {
	.problem_list{
		margin:6% 0 0;
	}
	.problem_list li{
		float:none;
		width:100%;
		margin-right: 0;
		margin-bottom:8%;
	}
	.problem_list li:last-child{
		margin-bottom:0;
	}
	.problem_list li .tit{
		font-size:100%;
		padding: 5% 3% 3%;
	}
	.problem_list li .txt{
		font-size:87.5%;
		padding:0 3%;
	}
	.problem_list li .img .tag{
		padding:2% 8%;
	}
}

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

課題詳細ページ

 ---------------------------------------------------*/
#problem_detail_page .tit_page_area{
	height: 250px;
	background:url(../images/bg_tit_page_problem_detail.png) no-repeat;
	background-size: cover;
}
.problem_detail_top_cnt{
	background: #f8f8f8;
	border-top:2px dashed #ccc;
	border-bottom:2px dashed #ccc;
	margin: 40px 0 0;
	padding: 40px 80px 40px 120px;
}
.tit_problem_detail_top_cnt{
	letter-spacing:-0.4em;
	margin-bottom: 40px;
}
.tit_problem_detail_top_cnt p,
.tit_problem_detail_top_cnt span{
	display:inline-block;
	vertical-align: middle;
	letter-spacing: normal;
}
.tit_problem_detail_top_cnt span{
	width:90px;
}
.tit_problem_detail_top_cnt span img{
	width: 55px;
}
.tit_problem_detail_top_cnt p{
	color: #0091a7;
	font-size:19px;
	font-weight: bold;
}
.problem_detail_top_cnt dl dt{
	float: left;
	width: 90px;
	color: #043963;
	font-weight: bold;
	line-height: 1.7;
}
.problem_detail_top_cnt dl dd {
	line-height: 1.7;
	margin-left: 90px;
	margin-bottom: 40px;
}
.problem_detail_top_cnt dl dd .tag{
	color: #fff;
	background:#19509d;
	border-radius: 10px;
	padding: 4px 30px;
	margin-right: 10px;
}
.problem_detail_top_cnt dl dd:after {
	content: '';
	display: block;
	clear: both;
}
.problem_detail_top_cnt dl dd:last-of-type{
	margin-bottom:0;
}

@media screen and (max-width: 480px) {
	.problem_detail_top_cnt{
		margin:8% 0 0;
		padding: 4%;
	}
	.tit_problem_detail_top_cnt{
		margin-bottom:5%;
	}
	.tit_problem_detail_top_cnt span{
		width:12%;
	}
	.tit_problem_detail_top_cnt span img{
		width:100%;
	}
	.tit_problem_detail_top_cnt p{
		width: 83%;
		margin-left:5%;
		font-size: 100%;
	}
	.problem_detail_top_cnt dl dt{
		float:none;
		width:100%;
	}
	.problem_detail_top_cnt dl dd{
		margin:1% 0 6%;
		font-size: 87.5%;
	}
}

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

プライバシーポリシーページ

 ---------------------------------------------------*/
.privacy_cnt_box{
	margin:45px 0 0;
	padding: 0 0 50px;
	border-bottom:2px dashed #ccc;
}
.privacy_cnt_box:last-child{
	border-bottom: none;
	padding: 0 0 180px;
}
.privacy_cnt_box h3{
	color:#043963;
	font-weight: bold;
	max-width:840px;
	margin: 0 auto 20px;
}
.privacy_cnt_box p{
	line-height: 1.7;
	max-width:840px;
	margin: 0 auto;
}

@media screen and (max-width: 480px) {
	.privacy_cnt_box{
		margin:8% 0 0;
		padding:0 0 6%;
	}
	.privacy_cnt_box h3{
		margin: 0 0 4%;
	}
	.privacy_cnt_box p{
		font-size:87.5%;
	}
	.privacy_cnt_box:last-child{
		padding:0 0 14%;
	}
}

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

ご挨拶・実績ページ

 ---------------------------------------------------*/
#greeting_page .tit_common_cnt{
	margin: 50px 0 20px;
}
#greeting_page .common_cnt_box{
	padding:24px;
}
#greeting_page .common_cnt_box .img{
	width:170px;
}
#greeting_page .common_cnt_box .txt_wrap{
	max-width:744px;
}
@media screen and (max-width: 480px) {
	#greeting_page .common_cnt_box{
		padding: 4%;
	}
	#greeting_page .common_cnt_box .img{
		float:none;
		width:100%;
	}
	#greeting_page .common_cnt_box .txt_wrap{
		float:none;
		width:100%;
		margin-top:6%;
	}
}

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

会社概要ページ

 ---------------------------------------------------*/
@media screen and (max-width: 480px) {
	.gmap{
    	position: relative;
    	width: 100%;
    	padding-top: 75%;
	}
	.gmap iframe{
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
	}
}

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

お問い合わせページ

 ---------------------------------------------------*/
.tit_contact{
	color: #123866;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
    padding: 28px 0 30px;
}
.contact_form{
	width: 100%;
	border: 2px solid #e6e6e6;
	padding: 56px 0 50px 64px;
	box-sizing: border-box;
	margin: 0 0 110px;
}
.contact_form table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.contact_form th{
	color:#043963;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.contact_form th span{
	color:#fff;
	font-weight: bold;
	text-align: center;
	background: #ccc;
	padding: 4px 20px;
	margin-right: 26px;
}
.contact_form th span.rec{
	background:#ff5e01;
}
.contact_form td{
	display:block;
	width: 590px;
	padding: 0 0 30px;
}
.contact_form td input{
	width: 100%;
	font-size: 16px;
	padding: 8px 10px;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
}
.contact_form td.small input{
	width: 290px;
}
.select_wrap {
	position: relative;
	width: 290px!important;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	padding: 0!important;
	background: #043963;
	margin-bottom: 30px;
}
.select_wrap select {
	position: relative;
	width: 100%;
	font-size: 16px;
	padding: 6px 10px;
	border: none;
	background: none;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	z-index: 999;
}
.select_wrap select::-ms-expand {
    display: none;
}
.select_wrap::before {
	position: absolute;
	top: 50%;
	right: 11px;
	margin-top: -6px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 12px solid #fff;
	pointer-events: none;
}
.select_wrap:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 100%;
	content: '';
	background: #fff;
	z-index: 888;
}
.contact_form th.detail{
	vertical-align: top;
	padding-top: 5px;
}
.contact_form td textarea{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    outline: none;
    background: transparent;
	border: 1px solid #e6e6e6;
	padding: 8px 10px;
	font-size: 16px;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
}
.privacy_check{
	text-align:center;
}
input[type=radio], input[type=checkbox] {
	display: none;
}
.checkbox {
	color: #043963;
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	padding: 0 0 0 38px;
	vertical-align: middle;
	cursor: pointer;
}
.checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	border: 1px solid #ccc;
	content: '';
}
.checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 8px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #ff5e01;
	border-bottom: 3px solid #ff5e01;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}
.btn_send{
	display: block;
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	background: #043963;
	border-radius: 10px;
	border: none;
	padding: 9px 90px;
	margin: 45px auto 0;
}

@media screen and (max-width: 480px) {
	.tit_contact{
		font-size:112.5%;
		margin: 10% 0 6%;
		padding: 0;
		line-height: 1.5;
	}
	.contact_form{
		padding:6% 4%;
		margin: 0 0 10%;
	}
	.contact_form th{
		display: block;
		margin-bottom:4%;
	}
	.contact_form th span{
		vertical-align: middle;
		margin-right: 4%;
	}
	.contact_form td{
		width:100%;
		padding:0 0 8%;
	}
	.contact_form td input{
		padding:3%;
	}
	.contact_form td.small input{
		width:100%;
	}
	.select_wrap{
		width:100%!important;
	}
	.contact_form td textarea{
		height:150px;
		padding: 3%;
	}
	.btn_send{
		width: 80%;
		font-size:100%;
		padding: 3% 0;
		margin: 10% auto 0;
	}
}











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

clearfix

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

.cf:after {
  content: "";
  clear: both;
  display: block;
}