﻿@charset "utf-8";

/* =======================================================================
	BASE_STYLE
======================================================================= */
html {height:100%;box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, code, form, fieldset, legend, input, textarea, 
p, blockquote, th, td{margin:0;padding:0;}
a {outline: none; color:#0055AC;}
img { border:none }
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal;}
body{
	width:100%;
	height:100%;
	font-family: Helvetica , YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size:15px;
	line-height: 1.6;
	color:#111;
	background:#FFF;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	word-wrap:
	break-word;
}
/* Clearfix */
.cf:after {
	content: "";
	clear: both;
	display: block;
}
#wrapper{width:100%;}
.sp_none{display:none;}

/* =======================================================================
	HEADER
======================================================================= */
#wrapper header{width:100%;}
header p.kumiki_logo{
	position:absolute;
	top:0;
	left:0;
}
.header_logo{width:100%;}
.header_logo p{display:none;}
ul.header_nav{display:none;}

.header_logo.transform{}
.header_logo.transform ul.header_nav{
	list-style-type: none;
	display:block;
}
.header_logo.transform ul.header_nav li{
	float:left;
	font-size:18px;
	margin:0 0 0 35px;
}
.header_logo.transform ul.header_nav li a{color:#000;}

/* DRAWER */
.sp_header_nav{}
.sp_header_nav .drawer-nav{
	background:#0066C1 !important;
	padding:0 !important;
	margin:0 !important;
}
.sp_header_nav .drawer-nav ul.drawer-menu{
	padding:0 !important;
	margin:0 0 0 0 !important;
}
.sp_header_nav .drawer-nav ul.drawer-menu li{
	width:100% !important;
	border-bottom:#4D9AD0 1px solid !important;
	float:none !important;
	display:block !important;
}
.sp_header_nav .drawer-nav ul.drawer-menu li a{
	width:100% !important;
	height:100% !important;
	display:block !important;
	text-decoration: none !important;
	height:50px !important;
	line-height:50px !important;
	color:#FFF !important;
	padding:0 20px !important;
}

/* =======================================================================
	MAIN
======================================================================= */
#wrapper main{}
main section{padding:30px 0;}
#wrapper main h2{
	font-size:25px;
	font-weight:bold;
	text-align:center;
	margin-bottom:25px;
}
#wrapper main h2 span{
	font-size:13px;
	font-weight:bold;
	color:#0066C1;
	display:block;
	margin-top:5px;
}

/* MV */
section#mv{
	width:100%;
	background:url(../images/mv_pic_sp.jpg) top right no-repeat;
	background-size:53%;
	padding:0 0 30px 0;
}
section#mv .mv_wrapper{
	width:100%;
	margin:0 auto;
}
section#mv .kumiki_logo{
	display:block;
	padding:10px 15px;
}
section#mv h1{text-align:center;}
section#mv h1 img{
	width:85%;
	height:auto;
}
section#mv h2{
	font-size:20px;
	line-height:1.4;
	color:#0066C1;
	margin:25px 0 20px 0;
}
section#mv h3{
	font-weight:bold;
	line-height:1.6;
}
section#mv h3 br{
	display:none;
}
section#mv .mv_inner{
	width:90%;
	margin:30px auto 0 auto;
}
.mv_inner .mv_left{}
.mv_inner .mv_right{margin-top:20px;}
.mv_inner .mv_right img{
	width:100%;
	height:auto;
}

/* 支障木調査の現状と課題 */
section#issues{
	background:#FAFAEC;
	border-top:#F0F0E3 1px solid;
	border-bottom:#F0F0E3 1px solid;
}
section#issues .issues_inner{
	width:90%;
	text-align:center;
	margin:0 auto;
}
.issues_inner p{
	margin-bottom:15px;
}
.issues_inner p img{
	width:100%;
	height:auto;
}
.issues_inner .feature_area{width:100%;}
.feature_area .feature_bx{
	float:left;
	width:46%;
	min-height:50px;
	display:block;
	margin:2%;
}
.feature_area .feature_bx:nth-child(1),
.feature_area .feature_bx:nth-child(2){
	margin-bottom:12px;
}
p.feature_icon img{
	width:auto;
	height:70px;
}
.feature_bx h3{
	line-height:1.5;
	font-weight:bold;
}

/* お申込・ご利用の流れ */
section#flow{
	text-align:center;
}
section#flow .flow_inner{
	width:90%;
	text-align:center;
	margin:0 auto;
}
.flow_inner img{
	width:100%;
	height:auto;
}

/* 導入事例 */
section#casestudy{
	text-align:center;
	background:#F7F7F7;
	border-top:#EDEDED 1px solid;
	border-bottom:#EDEDED 1px solid;
}
section#casestudy .casestudy_inner{
	width:90%;
	text-align:center;
	margin:0 auto;
}
 .casestudy_inner .casestudy_logo{
 	width:100%;
 	margin:0 auto;
 }
.casestudy_logo .cl_left{}
.casestudy_logo .cl_left img{
	width:65%;
	height:auto;
	border:#ccc 1px solid;
}
.casestudy_logo .cl_right{
	font-size:16px;
	text-align:left;
	padding-top:20px;
}
.cl_right br{display:none;}
.cl_right h3{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
}
.casestudy_inner .casestudy_pic{
	margin-top:10px;
}
.casestudy_inner .casestudy_pic img{
	width:100%;
	height:auto;
	border:#ccc 1px solid;
	margin:10px 0;
}

/* お問い合わせボタン */
.contact_btn a.more_btn{
	width:80%;
	height:60px;
	line-height:60px;
	font-size:20px;
	font-weight:bold;
	text-decoration: none;
	color:#fff;
	text-align:center;
	border-radius: 100px;
	background:#0066C1;
	display:block;
	margin:30px auto 35px auto;
}

/* =======================================================================
	FOOTER
======================================================================= */
#wrapper footer{}
#wrapper footer a{
	color:#FFF;
	text-decoration: none;
}
footer .footer_info1{
	width:100%;
	background:#000;
}
.footer_info1 .footer_info1_inner{
	width:100%;
	text-align:center;
	display: flex;
	flex-flow: row wrap;
	margin:0 auto;
}
.footer_info1_inner .smx_area1{
	width:100%;
	order: 3;
	margin-top:20px;
}
.smx_area1 img{
	width:40%;
	height:auto;
}
.footer_info1_inner .smx_area2{
	width:100%;
	font-size:14px;
	color:#FFF;
	order: 4;
	margin:20px 0;
}
.smx_area2 b{
	font-size:16px;
	line-height:1.0;
	display:block;
	margin-bottom:10px;
}
.footer_info1_inner .footer_nav1{
	width:100%;
	order: 1;
}
.footer_info1_inner .footer_nav2{
	width:100%;
	order: 2;
}
.footer_info1_inner .footer_nav1 a,
.footer_info1_inner .footer_nav2 a{
	width:100%;
	height:42px;
	line-height:42px;
	color:#FFF;
	text-decoration: none;
	display: block;
	border-bottom:#444 1px solid;
}
.footer_info1_inner .footer_nav1 span.tree p,
.footer_info1_inner .footer_nav2 span.tree p{
	display:none;
}
.footer_info1_inner .footer_nav2 a.login{}
footer .footer_info2{
	width:100%;
	background:#006EBB;
}
.footer_info2 .footer_info2_inner{
	width:100%;
	text-align:center;
}
.footer_info2 ul{
	list-style:none;
	padding:0;
	margin:0;
}
.footer_info2 ul li{}
.footer_info2 ul li a{
	width:100%;
	height:42px;
	line-height:42px;
	border-bottom:#4D9AD0 1px solid;
	display: block;
}
.footer_info2 .footer_copyright{
	font-size:12px;
	color:#FFF;
	padding:15px 0;
}