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


/* ▼　ヘッダ　▼ */
/* ▲　ヘッダ　▲ */
		
/* ▼　ナビゲーション　▼ */
/* ▲　ナビゲーション　▲ */

/* ▼　メイン　▼ */
hr{
	border-top: 1px dotted #000;
	margin: 0 auto 80px;
	width: 1000px;
}

#main h3{
	line-height:1.5;
	font-size:2.8em;
	font-weight:bold;
}
#sec_intro{
	margin-bottom:80px;
}

#sec_intro h3{
	text-align:center;
	margin-bottom:30px;
}

#sec_intro table.area_chart{
	border-collapse: separate;
	border-spacing: 0;
	overflow:hidden;
	border:1px solid #000;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	margin-bottom:10px;
}

#sec_intro table.area_chart th,
#sec_intro table.area_chart td{
	padding:1.5em 2.5em;
}

#sec_intro table.area_chart th{
	background-color:#000;
	background-image:url(../images/consulting/sec_intro-th-img.jpg);
	background-position:32px center;
	background-repeat:no-repeat;
	color:#fff;
	min-width:535px;
	padding:1.5em 30px 1.5em 100px;
	text-align:left;
	font-size:1.5em;
 
}
#sec_flow{
	margin-bottom:80px;
}

.area_flow{
	background-color:#e3e4e4;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	text-align:center;
	width:46.5%;
	float:left;
	padding:40px 20px 30px;
}

.area_flow:first-child{
	margin-right:7%;
	position:relative;
}

.area_flow h3{
	background-color:#134186;
	color:#fff;
	font-size:2.2em !important;
	margin:30px 0 20px;
	padding:8px 0 5px
}

.area_flow:first-child h3{
	background-color:#d90800;
}

.area_flow li{
	position:relative;
	font-weight:bold;
	font-size:1.1em;
}

.area_flow li:before{
	content:url(../images/consulting/sec_flow-img-list.png);
	top:0px;
	left:-15px;
	vertical-align:middle;
	padding-right:5px;
	display:inline-block;
}

.area_flow:first-child:after{
	content:url(../images/consulting/sec_flow-img-arrow.png);
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	right:-97px;
	z-index:100;
}

#sec_problem{}

#sec_problem h3{
	text-align:center;
	color:#d90800;
	margin-bottom:60px;
}

.area_problem{
	margin:0 14% 80px;
}

.area_problem h4{
	font-size:1.7em;
	font-weight:bold;
	text-align:center;
	line-height: 1.5;
}

.area_problem h4:after{
	content:"";
	border-bottom:1px solid #ff6600;
	width:230px;
	display: block;
	text-align: center;
	margin: 0.5em auto 1em;
}

.area_problem p{
	padding-bottom:2em;
	font-size:1.1em;
}

.area_problem img{
	width:100%;
}

.page_subtitle{
	background-color:#e9e9e9;
	margin-bottom:100px;
	padding:60px 0 30px;
	position:relative;
}

.page_subtitle:after{
	content: '';
	width: 50px;
	height: 50px;
	-ms-transform: rotate(135deg) translate(-17.5px, 17.5px);
	-webkit-transform: rotate(135deg) translate(-17.5px, 17.5px);
	transform: rotate(45deg) translate(-17.5px, 17.5px);
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: -25px;
	background-color: #e9e9e9;
}

.page_subtitle h3{
	margin:0 auto 30px;
	text-align:center;
	color:#0f3f88;
}

#sec_solution{}

.area_solution{
	margin:0 14% 100px;
}

.area_solution h4{
	font-size:1.7em;
	font-weight:bold;
	text-align:center;
}

.area_solution h4:after{
	content:"";
	border-bottom:1px solid #ff6600;
	width:230px;
	display: block;
	text-align: center;
	margin: 0.5em auto 1em;
}


.area_solution p{
	padding-bottom:2em;
	font-size:1.1em;
}

.area_solution h5{
	background-color:#e9e9e9;
	padding:1em 0;
	text-align:center;
	font-size:1.1em;
	font-weight:500;
}

.area_solution img{
	width:100%;
}


#sec_message{
	background-repeat: no-repeat;
	background-size: cover;
	padding:150px 14%;
	margin-bottom:80px;
}

.consulting01_message{
	background-image:url(../images/consulting/consulting01-message-bk.jpg);
}

.consulting03_message{
	background-image:url(../images/consulting/consulting03-message-bk.jpg);
	background-position-x: center;
}

.consulting04_message{
	background-image:url(../images/consulting/consulting04-message-bk.jpg);
}

#sec_message #sec_message_inner{
	max-width:900px;
	margin:0 auto;
	padding:80px; 5%;
	background:#fff;
	opacity:0.9;
}
	
#sec_message h3{
	font-size:2.2em;
	text-align:center;
	color:#ff7c00;
	margin-bottom:40px;
}

#sec_message p{
	font-size:1.1em;
}

#sec_check{
	text-align:center;
	margin-bottom:80px;
}

#sec_check h3{
	color:#0f3f88;
	font-size:1.6em;
	margin-bottom:40px;
}

#sec_check h3:before{
	content:url(../images/consulting/sec_check-img-h3.png);
	top:0px;
	left:-45px;
	vertical-align:middle;
	padding-right:5px;
	display:inline-block;
}

#sec_check ul{
	display:inline-block;
	text-align:left;
	margin-bottom:40px;
}

#sec_check li{
	font-size:1.1em;
	margin-bottom:1em;
}

#sec_check li:before{
	content:"□";
	color:#c4c4c4;
	font-size:1.5em;
	vertical-align: top;
}

#sec_check h4{
	color:#0f3f88;
	font-size:1.6em;
	font-weight:bold;
}

#sec_consulting05{
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 5%;
	width:88.28125%;
	max-width:1130px;
}

.consulting05_mainimg{
	max-width:100%;
	height:auto;
}

/* --YouTubeサイズ調整-- */
.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* ▲　メイン　▲ */

/* ▼　rss　▼ */
/* ▲　rss　▲ */	

	
/* ▼　フッタ　▼ */
/* ▲　フッタ　▲ */

/*===============================================
●smart.css  画面の横幅が767pxまで
===============================================*/
@media screen and (max-width:767px){
/* ▼　ヘッダ　▼ */
/* ▲　ヘッダ　▲ */
		
/* ▼　ナビゲーション　▼ */
/* ▲　ナビゲーション　▲ */

/* ▼　メイン　▼ */
#main h3{
	line-height:1.2;
}
#sec_intro table th,
#sec_intro table td{
	display:block;
	width:100%;
	min-width:0 !important;
}

.area_flow_wrap .area_flow{
	width:100%;
}

.area_flow_wrap .area_flow:first-child{
	margin-right:0;
	margin-bottom:70px;
}

.area_flow_wrap .area_flow:first-child:after{
	content:url(../images/consulting/sec_flow-img-arrow-smart.png);
	position:absolute;
	top:100%;
	left:50%;
	transform: translateX(-50%);
	bottom:-97px;
	z-index:100;
}

.area_problem{
	margin-left:5%;
	margin-right:5%;
}

.area_solution{
	margin-left:5%;
	margin-right:5%;
}

#sec_message {
	padding-left:5%;
	padding-right:5%;
}

#sec_message #sec_message_inner{
	padding-left:5%;
	padding-right:5%;
}

/* ▲　メイン　▲ */
		
/* ▼　rss　▼ */
/* ▲　rss　▲ */	

	
/* ▼　フッタ　▼ */
/* ▲　フッタ　▲ */	
}