@charset "UTF-8";
/* CSS Document */
body {
	box-sizing: border-box;
	color: #313131;
	font-family:  "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "メイリオ", Meiryo,"Yu Gothic", YuGothic, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 auto;
	overflow-wrap : break-word;
	text-align: center;
	word-wrap : break-word;
	word-break : break-all;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: #313131;
	list-style: none;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.text_center {
	text-align: center;
}
.text_left {
	text-align: left;
}
.gray_bg_box {
	background-color: #e6e6e6;
}
.blue {
	color: #0055BC;
}
.invalid {
	pointer-events: none;
}
.center{
	margin: 0 auto;
}
.link_text{
	text-decoration: underline;
	color: #0055BC;
}
.transparent:hover {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)" !important; /* IE 8,9 */
	-moz-opacity:0.6 !important; /* FF , Netscape */
	-khtml-opacity: 0.6 !important; /* Safari 1.x */
	opacity:0.6 !important;
	transition: 0.7s !important;
}
.green_gradation{
	background: linear-gradient(to right, #13547A 0%, #4BC3BC 100%);
	background: linear-gradient(to right, #13547A 0%, #4BC3BC 100%);
	background: -moz-linear-gradient(left, rgba(19,84,122,1) 0%, rgba(75,195,188,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,84,122,1)), color-stop(100%,rgba(75,195,188,1)));
	background: -webkit-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(75,195,188,1) 100%);
	background: -o-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(75,195,188,1) 100%);
	background: -ms-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(75,195,188,1) 100%);
	background: linear-gradient(to right, rgba(19,84,122,1) 0%,rgba(75,195,188,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13547A', endColorstr='#4BC3BC',GradientType=1 );
}
.dis_pc{
}
.dis_sp{
	display: none;
}
/* パンくずリスト */
.breadcrumb_box .breadcrumb_text{
	padding: 16px 0 64px 0;
	width: 980px;
	margin: auto;
}
.breadcrumb_box .breadcrumb_text li{
	float: left;
	margin-right: 13px;
}
.breadcrumb_box .breadcrumb_text li a{
	color: #0071ba;
	text-decoration: underline;
}
/* ブルーグラデボタン */
.blue_button{
	width: 226px;
	height: 50px;
	margin: 30px auto 0 auto;
	display: block;
}
.blue_button a{
	display: block;
	padding: 14px 12px 0 0;
	width: 226px;
	height: 50px;
	border-radius: 25px;
	background: linear-gradient(to right, #00BBF0 0%, #005BDF 100%);
	background: linear-gradient(to right, #00BBF0 0%, #005BDF 100%);
	background: -moz-linear-gradient(left, rgba(0,187,240,1) 0%, rgba(0,91,223,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,187,240,1)), color-stop(100%,rgba(0,91,223,1)));
	background: -webkit-linear-gradient(left, rgba(0,187,240,1) 0%,rgba(0,91,223,1) 100%);
	background: -o-linear-gradient(left, rgba(0,187,240,1) 0%,rgba(0,91,223,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,187,240,1) 0%,rgba(0,91,223,1) 100%);
	background: linear-gradient(to right, rgba(0,187,240,1) 0%,rgba(0,91,223,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00BBF0', endColorstr='#005BDF',GradientType=1 );
}
.blue_button a p{
	display: inline-block;
	color: #fff;
	padding: 0 0px 0 35px;
	font-size: 16px;
	font-weight: bold;
}
.blue_button a img{
	display: inline-block;
	color: #fff;
	float: right;
	padding: 1px 7px 0 0;
	width: 18px;
}








/* スクロールアニメーション */
.sa {
	opacity: 0;
	filter:alpha(opacity=0); /* IE 6,7*/
	-ms-filter: "alpha(opacity=0)"; /* IE 8,9 */
	-moz-opacity:0; /* FF , Netscape */
	-khtml-opacity: 0; /* Safari 1.x */
	zoom:1; /*IE*/
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	filter: none\9;
	-ms-filter: none\9;
}
.sa.show {
	opacity: 1;
	filter:alpha(opacity=100); /* IE 6,7*/
	-ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
	-moz-opacity:1.0; /* FF , Netscape */
	-khtml-opacity: 1.0; /* Safari 1.x */
	zoom:1; /*IE*/
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	filter: none\9;
	-ms-filter: none\9;
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
}
.sa--lr {
	transform: translate(-100px, 0);
	-webkit-transform:translate(-100px, 0);
	-ms-transform:translate(-100px, 0);
}
.sa--rl {
	transform: translate(100px, 0);
	-webkit-transform:translate(100px, 0);
	-ms-transform:translate(100px, 0);
}
.sa--up {
	transform: translate(0, 100px);
	-webkit-transform:translate(0, 100px);
	-ms-transform:translate(0, 100px);
}
.sa--down {
	transform: translate(0, -100px);
	-webkit-transform:translate(0, -100px);
	-ms-transform:translate(0, -100px);
}
.sa--scaleUp {
	transform: scale(.5);
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
}
.sa--scaleDown {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
}
.sa--rotateL {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.sa--rotateR {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
}
.inverted{
	-webkit-animation: technology-box-01 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
	-moz-animation: technology-box-01 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
	-o-animation: technology-box-01 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
	animation: technology-box-01 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
/* セクションテキスト */
.heading{
	display: none;
}
/*  */
body {
	min-width: 1000px;
}
.main {
	margin: 0px 0 0 0;
	padding: 59px 0 0px 0;
}
/* ヘッダ */
#header{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0px 0;
	box-shadow: 0px 2px 2px 0px rgba(181, 181, 181,0.6);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(181, 181, 181,0.6);
	-moz-box-shadow: 0px 2px 2px 0px rgba(181, 181, 181,0.6);
	z-index: 10000;
	position: fixed;
	background-color: #fff;
}
.gradation_bar{
	display: none;
}
.header {
	width: 1000px;
	margin: 0 auto;
}
.header_box {
	margin: 10px 0 0 0;
}
/* =====ヘッダのロゴ部分 =====*/
.header_box .header_logo{
	width: 110px;
	display: block;
	float: left;
}
.header_box .header_logo img{
	width: 100%;
}
/* =====ヘッダのメニュー部分 =====*/
.header_box .menu_box{
	float: right;
}
.header_box .menu_box .sp_menu{
	display: none;
}
.header_navarea_pc {
}
.header_navarea_pc .header_navi {
	display: block !important;
	float: left;
	padding: 10px 0 16px 0;
}
.header_navarea_pc .header_navi li:first-child{
	border-left: 1px solid #EEEEEE;
}
.header_navarea_pc .header_navi li {
	border-right: 1px solid #EEEEEE;
	display: inline-block;
	float: left;
	list-style-type: none;
	list-style-position:outside;
	padding: 0 20px 0 20px;
	position: relative;
	text-align: center;
	transition: 1.0s;
	text-decoration: none;
	vertical-align: middle;
	z-index: 1000;
}
/* =====ヘッダメニューのhover部分 =====*/
/* デフォルトで表示 */
.header_navarea_pc .header_navi .hover_def::after{
	transform-origin: left top;
	transform: scale(1, 1);
}
/* hover表示 */
.header_navarea_pc .header_navi li::after {
	background-color: #02547D;
	bottom: -18px;
	content: '';
	height: 3px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
	width: 100%;
}
.header_navarea_pc .header_navi li:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}
/* =====ヘッダメニュー個々の部分 =====*/
.header_navarea_pc .header_navi li a{
	text-decoration: none;
	cursor: pointer;
}
.header_navarea_pc .header_navi li a .menu_pc{
	font-size: 14px;
	font-weight: bold;
	color: #02547D;
}
/* =====SP部分削除 =====*/
.header_navarea_sp {
	display: none;
}
/* =====フッター =====*/
.footer{
	position: relative;
	z-index: 1;
}
/* フッター(ダウンロード) */
.footer .footer_download{
}
.footer .footer_download .footer_download_inner{
	width: 680px;
	margin: 0 auto;
	padding: 56px 0 0 0;
}
.footer .footer_download .footer_download_inner .download_right{
	float: right;
	width: 367px;
}
.footer .footer_download .footer_download_inner .download_right .download_title{
	margin: 18px 0 14px 0;
	padding: 2px 0;
	background-color: rgba(255,255,255,0.3);
}
.footer .footer_download .footer_download_inner .download_right .download_title p{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.footer .footer_download .footer_download_inner .download_right .download_icon{
}
.footer .footer_download .footer_download_inner .download_right .download_icon a{
	display: inline-block;
	width: 175px;
}
.footer .footer_download .footer_download_inner .download_right .download_icon a .app_icon{
	width: 100%;
}
.footer .footer_download .footer_download_inner .download_right .download_info{
	margin: 24px 0 0 0;
}
.footer .footer_download .footer_download_inner .download_right .download_info p{
	color: #fff;
	font-size: 10px;
	text-align: justify;
	font-weight: bold;
}
.footer .footer_download .footer_download_inner .download_left{
	float: left;
	width: 197px;
	line-height: 0;
}
.footer .footer_download .footer_download_inner .download_left img{
	width: 100%;
}
/* フッター(メニュー) */
.footer .footer_menu{
	background-color: #666666;
	padding: 40px 0 20px 0;
}
.footer .footer_menu .footer_logo{
	width: 159px;
	margin: 0 auto;
	display: block;
}
.footer .footer_menu .footer_logo img{
	width: 100%;
}
.footer .footer_menu ul{
	padding: 40px 0 0 0;
}
.footer .footer_menu ul li{
	display: inline-block;
	padding: 0 27px;
}
.footer .footer_menu ul li a{
	color: #fff;
}
.footer .copywright{
	background-color: #5C5C5C;
	color: #fff;
	padding: 14px 0;
}


/*----------------トップヘ戻るボタン-----------------*/
.top-back-wrap {
	width:1000px;
	height:0;
	margin: 0 auto 0 auto;
	position: relative;
}
.top-back {
	width:1000px;
	margin:0 auto;
	position:fixed;
	bottom: 20px;
	z-index: 2;
}
.top-back a {
	width: 40px;
	height: 40px;
	margin: 0 10px 0 auto;
	display: block;
	z-index: 9999;
	position: relative;
	padding: 0px 0 0 0px;
	background-image: url(../img/common/top_arrow.png);
}
.top-back a:hover {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
}
/*----------------パンくず-----------------*/
.contents {
	width: 980px;
	margin: 0 auto;
}
.contents .breadcrumb .breadcrumb_text{
	padding: 3px 0 3px 0;
  width: 100%;
  margin: auto;
}
.contents .breadcrumb .breadcrumb_text li{
	float: left;
	margin-right: 10px;
	color: #000 !important;
}
.contents .breadcrumb .breadcrumb_text li.breadcrumb_home a{
	text-decoration: underline;
	color: #0055BC;
}
.contents .breadcrumb .breadcrumb_text li a{
	text-decoration: underline;
	color: #0055BC;
}
/*------------------------------------------------------------------------*/
/* トップページ(共通) */
.main .category_title{
}
.main .category_title p{
	font-size: 38px;
	font-weight: bold;
	color: #505050;
	letter-spacing: 10px;
}
.main .category_title .category_title_bar{
	width: 50px;
	height: 3px;
	margin: 0 auto;
}

/*------------------------------------------------------------------------*/
/* トップページ(スライドショー) */
.main .top_banner{
	padding: 0 0 90px 0;
}
.main .top_banner .top_banner_main{
	width: 100%;
	background: url(../img/top_banner.png) 50% 50% no-repeat;
	background-size: 100%;
	padding-top: 49%;
	background-size: cover;
}

/* トップページ(Helzの特徴) */
.feature_list{
	padding: 56px 0 0 0;
}
.feature_list ul{
	margin: 0 -18px 0 0;
}
.feature_list ul .feature_list_block{
	width: 302px;
	float: left;
	margin: 0px 27px 0 0;
}
.feature_list ul .feature_list_block .feature_list_img{
	width: 302px;
}
.feature_list ul .feature_list_block .feature_list_img img{
	width: 100%;
}
.feature_list ul .feature_list_block .feature_list_text{
	width: 264px;
	margin: 0 0 0 36px;
}
.feature_list ul .feature_list_block .feature_list_text .feature_title{
	font-size: 16px;
	font-weight: bold;
	color: #02547D;
	text-align: left;
	padding: 0 0 14px 0;
}
.feature_list ul .feature_list_block .feature_list_text .feature_title_bar{
	width: 25px;
	height: 2px;
	background-color: #02547D;
}
.feature_list ul .feature_list_block .feature_list_text .feature_detail{
	text-align: justify;
	padding: 14px 0 0 0;
}
/* トップページ(斜めグレー) */
.slanting_grey{
	/*height: 230px;*/
	/*position: relative;*/

	position: relative;
	overflow: hidden;
}
.slanting_grey::before{
	/*content: "";
	width: 100%;
	height: 2030px;
	position: absolute;
	background: #E9ECEF;
	transform: translate(-50%,160px) skewY(-4.5deg);
	-webkit-transform: translate(-50%,160px) skewY(-4.5deg);
	-ms-transform: translate(-50%,160px) skewY(-4.5deg);
	transform-origin: left;
	-webkit-transform-origin : left;
	-ms-transform-origin : left;
	left: 50%;
	z-index: -1;*/
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 1940px;
	margin: 2% -10% 0;
	background: #E9ECEF;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	z-index: -1;
}
.slanting_grey_inner{
	box-sizing: boder-box;
	width: 100%;
	height: 2200px;
	margin: 0 auto;
	padding: 170px 0px 0px 0px;
	text-align: center;
}
.about_grey_inner{
	height: inherit!important;
}
/*------------------------------------------------------------------------*/
/* トップページ(Helzの使い方) */
.way{
	padding: 0 0 26px 0;
	overflow: hidden;
	z-index: 2;
	position: relative;
}
.way .way_list{
	padding: 6px 0 0 0;
}
.way .way_list .way_list_block{
	padding: 8px 0 8px 0;
}
.way .way_list .way_list_block .way_list_img{
	width: 362px;
	float: left;
}
.way .way_list .way_list_block .way_list_img img{
	width: 100%;
}
.way .way_list .way_list_block .way_list_text{
	float: left;
	padding: 70px 0 0 27px;
}
.way .way_list .way_list_block .way_list_text .way_list_title{
	font-size: 26px;
	font-weight: bold;
	color: #02547D;
	text-align: left;
}
.way .way_list .way_list_block .way_list_text .way_title_bar{
	width: 50px;
	height: 4px;
	background-color: #02547D;
	margin: 12px 0 16px 0;
}
.way .way_list .way_list_block .way_list_text .way_list_detail{
	position: relative;
	background: url(../img/step1.png) no-repeat;
	background-size: 100%;
	width: 464px;
	height: 140px;
	margin: -30px 0 0 0;
}
.way .way_list .way_list_block .way_list_text .way_list_detail p{
	width: 350px;
	text-align: justify;
	padding: 37px 0 0 0;
	line-height: 1.8;
}
.way .way_list .way_list_block .way_list_text .blue_button{
	margin: 30px auto 0 0;
}
/* Helzの使い方（他のSTEP） */
.step2{
	position: relative!important;
	background: url(../img/step2.png) no-repeat!important;
	background-size: 100%!important;
	width: 464px!important;
	height: 140px!important;
	margin: -30px 0 0 0!important;
}
.step3{
	position: relative!important;
	background: url(../img/step3.png) no-repeat!important;
	background-size: 100%!important;
	width: 464px!important;
	height: 140px!important;
	margin: -30px 0 0 0!important;
}
.step4{
	position: relative!important;
	background: url(../img/step4.png) no-repeat!important;
	background-size: 100%!important;
	width: 464px!important;
	height: 140px!important;
	margin: -30px 0 0 0!important;
}
/* Helzの使い方（左右逆転） */
.way_right{
	float: right!important;
}
.way_left{
	float: left!important;
	padding: 70px 0 0 130px!important;
}
/* Helzの使い方（区切りの矢印） */
.way .way_list .flow_arrow{
	width: 114px;
	margin: 0 auto;
}
.way .way_list .way_list_block .way_list_text .flow_download_icon a{
	display: block;
	float: left;
}
.way .way_list .way_list_block .way_list_text .flow_download_icon a .app_icon{
	width: 167px;
	margin: 0 16px 0 0;
}
/*------------------------------------------------------------------------*/
/* トップページ(活用事例) */
.top_case{
	padding: 0 0 70px 0;
}
.top_case .case_list{
	padding: 56px 0 0 0;
}
.top_case .case_list .case_block{
	position: relative;
	background: url(../img/case_img01.png) no-repeat;
	background-size: 100%;
	width: 480px;
	height: 480px;
	display: block;
}
.top_case .case_list .case_left{
	float: left;
}
.top_case .case_list .case_right{
	float: right;
	margin: 38px 0 0 0;
	background: url(../img/case_img02.png) no-repeat!important;
	background-size: 100%!important;
}
.top_case .case_list .case_block .case_text{
	position: absolute;
	bottom: 0;
	padding: 0 0 20px 24px;
	text-align: left;
}
.top_case .case_list .case_block .case_text img{
	width: 100px;
	height: 32px;
	margin: 0 0 3px 0;
}
.top_case .case_list .case_block .case_text .case_title p{
	font-size: 18px;
	color: #fff;
	text-align: left;
}

/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/* 下層ページ（共通） */
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
.eye_catch{
	height: 240px;
	background: linear-gradient(to top, #13547A 0%, #4BC3BC 100%);
	background: linear-gradient(to top, #13547A 0%, #4BC3BC 100%);
	background: -moz-linear-gradient(top, rgba(19,84,122,1) 0%, rgba(75,195,188,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,84,122,1)), color-stop(100%,rgba(75,195,188,1)));
	background: -webkit-linear-gradient(top, rgba(19,84,122,1) 0%,rgba(75,195,188,1) 100%);
	background: -o-linear-gradient(top, rgba(19,84,122,1) 0%,rgba(75,195,188,1) 100%);
	background: -ms-linear-gradient(top, rgba(19,84,122,1) 0%,rgba(75,195,188,1) 100%);
	background: linear-gradient(to top, rgba(19,84,122,1) 0%,rgba(75,195,188,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13547A', endColorstr='#4BC3BC',GradientType=1 );
	margin: 0 0 10px 0;
}
.eye_catch img{
	width: 443px;
	margin: 80px auto 0 auto;
}


/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/* Helzについてページ */
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
.about_logo{
	width: 980px;
	margin: 0 auto;
	padding: 0 0 112px 0;
}
.about_logo img{
	width: 336px;
	float: left;
	margin: 112px 0 0 125px;
}
.about_logo .logo_detail{
	float: right;
}
.about_logo .logo_detail .logo_title p{
	font-size: 30px;
	font-weight: bold;
	color: #505050;
	letter-spacing: 10px;
	text-align: left;
	padding: 0 0 16px 0;
}
.about_logo .logo_detail .logo_info{
	text-align: justify;
	width: 437px;
	line-height: 2.0;
}
.about_logo .logo_detail .logo_info .logo_info_bottom{
	margin: 0 0 24px 0;
}
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/* 活用事例ページ */
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
.case_page_block{
	width: 980px;
	padding: 0 0 27px 0;
	margin: 0 auto 27px auto;
	border-bottom: 1px dashed #A7A7A7;
}
.border_none{
	border-bottom: none;
}
.case_page_block .case_img01{
	width: 480px;
	background: url(../img/case_img01.png) 50% 50% no-repeat;
	padding-top: 48%;
	background-size: contain;
	float: left;
}
.case_page_block .case_img02{
	width: 480px;
	background: url(../img/case_img02.png) 50% 50% no-repeat;
	padding-top: 48%;
	background-size: contain;
	float: left;
}
.case_page_block .case_img03{
	width: 480px;
	background: url(../img/case_img03.png) 50% 50% no-repeat;
	padding-top: 48%;
	background-size: contain;
	float: left;
}
.case_page_block .case_block_text{
	width: 550px;
	padding: 0 26px 28px 26px;
	text-align: left;
	background-color: #fff;
	float: right;
	margin: -340px 0 0 0;
}
.case_page_block .case_block_text img{
	width: 100px;
	margin: -16px 0 0 0;
}
.case_page_block .case_block_text .case_title{
	font-size: 24px;
	line-height: 1.6;
	text-align: left;
	padding: 0 0 16px 0;
}
.case_page_block .case_block_text .case_title p{
	font-weight: bold;
	color: #505050;
}
.case_page_block .case_block_text .case_info{
	text-align: justify;
}
.case_page_block .case_block_text .point_area{
	margin: 30px 0 0 0;
	background-color: #E7EAED;
	padding: 0 16px;
}
.case_page_block .case_block_text .point_area .point_title{
	font-size: 14px;
	font-weight: bold;
	color: #02547D;
	text-align: left;
	padding: 8px 0 0 16px;
}
.case_page_block .case_block_text .point_area .point_text{
	border-top: 1px solid #02547D;
	padding: 8px 0 0 0;
	text-align: justify;
}
.case_page_block .case_block_text .point_area .point_text p{
	padding: 8px 0;
	border-bottom: 1px dashed #FFFFFF;
	text-indent: 10px;
}
.case_page_block .case_block_text .point_area .point_text p:last-child{
	border-bottom: none;
}
.case_page_block .case_block_text .point_area .point_text p span{
	color: #02547D;
	font-weight: bold;
}

.case_page_block .case_right{
	float: right!important;
}
.case_page_block .case_left{
	float: left!important;
}


/* 活用事例アンカー */
#case01::before, #case02::before{
	content: "";
	display: block;
	height: 79px;
	margin-top: -79px;
	vertical-align: top;
}

/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/* 企業情報ページ */
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/* 会社概要 */
.company_table{
	width: 980px;
	margin: 0 auto;
	padding: 56px 0 90px 0;
}
.company_table .company_tr{
	border-bottom: 1px solid #eaeaea;
	width: 100%;
	margin: 0;
	display: table;
	text-align: left;
	min-height: 40px;
}
.company_table .company_tr:first-child{
	border-top: 1px solid #eaeaea;
}
.company_table .company_tr .company_th{
	padding: 12px 0px 12px 30px;
	display: table-cell;
	width: 15%;
	font-weight: bold;
	color: #333333;
	font-size: 14px;
}
.company_table .company_tr .company_td{
	padding: 12px 0 12px 30px;
	display: table-cell;
	width: 85%;
}
.company_table .company_tr .company_td p{
	padding: 3px 0 3px 0;
}
.company_table .company_tr .company_td .indent{
	text-indent: 1em;
}

/* アクセスマップ */
.access_map{
	margin: 56px auto 16px auto;
	width: 980px;
	position: relative;
	height: 400px;
	overflow: hidden;
}
.access_map iframe{
	width: 100%;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
}

.access_icon{
	width: 980px;
	margin: 0 auto 40px auto;
}
.access_icon img{
	float: left;
	width: 15px;
	margin: 0 8px 0 0;
}
.access_icon p{
	float: left;
}
.access_icon p span{
	display: inline-block;
	padding: 0 16px 0 0;
}










/* ===== 767px以下 ===== */
@media(max-width: 767px) {
	/*  */
/* パンくずリスト */
.breadcrumb_box .breadcrumb_text{
	padding: 16px 0 45px 0;
	width: 90%;
	margin: auto;
}
.breadcrumb_box .breadcrumb_text li{
	float: left;
	margin-right: 13px;
	font-size: 13px;
}
.breadcrumb_box .breadcrumb_text li:last-child{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 128px;
	text-align: left;
	margin-right: 0;
}
.breadcrumb_box .breadcrumb_text li a{
	color: #0071ba;
	text-decoration: underline;
}

.dis_pc{
	display: none;
}
.dis_sp{
	display: block;
}

body {
	min-width: 0;
}
.gray_bg_box {
	background-color: #e6e6e6;
	height: 26px;
}
.main {
	margin: 0 0 0 0;
	padding: 71px 0 0 0;
}
/* ヘッダ */
#header{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0px 0;
	border-bottom: none;
}
.gradation_bar{
	display: block;
	height: 4px;
}
.header {
	width: 100%;
	margin: 0 auto;
}
/* =====ヘッダのロゴ部分 =====*/
.header_box {
	margin: 16px 0 10px 10px;
}
.header_box .header_logo {
	width: 87px;
	display: block;
	float: left;
}
/* ハンバーガーメニュー */
.btn{
	width: 60px;
	height: 25px;
	position: absolute;
	right: 0px;
	top: 20px;
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.btn:before,
.btn:after,
.btn span{
	display: inline-block;
	width: 80%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.btn span{
	height: 3px;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 70%;
	height: 3px;
	background-color: #02547D;
	border-radius: 4px;
	display: inline-block;
}
.btn:before{
	content: "";
}
.btn:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -20px;
	content: 'MENU';
	display: block;
	width: 80%;
	color: #02547D;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	transition: all .4s;
}
.btn.on span{

}
.btn.on:before{

}
.btn.on:after{
	content: 'CLOSE';
	bottom: -20px;
}
.btn span:nth-of-type(1) {
	top: 0;
}
.btn span:nth-of-type(2) {
	top: 11px;
}
.btn span:nth-of-type(3) {
	bottom: 0;
}
.btn.on span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.btn.on span:nth-of-type(2) {
	opacity: 0;
}
.btn.on span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
}
/* ハンバーガーメニュー(end) */
.header_navarea_pc {
	display: none;
}
.header_navarea_sp {
	width: 100%;
	display: none;
	padding: 0 0 0px 0;
}

.header_navarea_sp .header_navi {
	display: block !important;
	float: none;
	width: 100%;
	letter-spacing: -.4em;
	padding: 17px 0 4px 0;
}
.header_navarea_sp .header_navi li{
	border-top: 1px dotted #fff;
	font-size: 15px;
	height: auto;
	letter-spacing: 0em;
	padding: 15px 0;
	margin: 0 auto;
	width: 90%;
}
.header_navarea_sp .header_navi li:first-child{
	border: none;
}
.header_navarea_sp .header_navi li a{
	display: block;
	width: 100%;
	padding: 0px 0 0px 0px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
}
.header_navarea_sp .header_navi li a img{
	display: inline-block;
	margin: -2px 0 0 0;
	vertical-align: middle;
	width: 8px;
}
.header_navarea_sp .header_navi li a .menu_jp{
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0px 0 12px;
}
.header_navarea_sp .header_navi li a .menu_en{
	display: inline-block;
	float: right;
	font-size: 12px;
	font-weight: bold;
	font-style: oblique;
}
.header_navarea_sp .header_navi .menu_inner{
	padding: 0 0 0 7px;
}
.header_navarea_sp .header_navi li.sp_info_button{
}
.header_navarea_sp .header_navi li.sp_info_button a{
	display: inline-block;
	width: 141px;
}
.header_navarea_sp .header_navi li.sp_info_button a .app_icon_sp{
	display: block;
	background-size: 100%;
	width: 141px;
	margin: 0 0 0 0;
}

/* =====フッター =====*/
.footer{
}
/* フッター(ダウンロード) */
.footer .footer_download{
}
.footer .footer_download .footer_download_inner{
	width: 95%;
	margin: 0 auto;
	padding: 24px 0 0 0;
}
.footer .footer_download .footer_download_inner .download_right{
	float: none;
	width: 100%;
}
.footer .footer_download .footer_download_inner .download_right .download_title{
	margin: 0 0 14px 0;
	padding: 8px 0;
	background-color: rgba(255,255,255,0.3);
}
.footer .footer_download .footer_download_inner .download_right .download_title p{
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.footer .footer_download .footer_download_inner .download_right .download_icon{
}
.footer .footer_download .footer_download_inner .download_right .download_icon a{
	display: inline-block;
	width: 123px;
}
.footer .footer_download .footer_download_inner .download_right .download_icon a .app_icon{
	width: 100%;
}
.footer .footer_download .footer_download_inner .download_right .download_info{
	margin: 8px 0 0 0;
}
.footer .footer_download .footer_download_inner .download_right .download_info p{
	color: #fff;
	font-size: 10px;
	text-align: justify;
	font-weight: bold;
}
.footer .footer_download .footer_download_inner .download_left{
	float: none;
	width: 127px;
	margin: 10px auto 0 auto;
	line-height: 0;
}
.footer .footer_download .footer_download_inner .download_left img{
	width: 100%;
}
/* フッター(メニュー) */
.footer .footer_menu{
	background-color: #666666;
	padding: 30px 0 0px 0;
}
.footer .footer_menu .footer_logo{
	width: 115px;
	margin: 0 auto;
	display: block;
}
.footer .footer_menu .footer_logo img{
	width: 100%;
}
.footer .footer_menu ul{
	padding: 24px 0 0 0;
}
.footer .footer_menu ul li{
	display: block;
	padding: 0 0px 16px 10px;
	text-align: left;
}
.footer .footer_menu ul li a{
	color: #fff;
}
.footer .copywright{
	background-color: #5C5C5C;
	color: #fff;
	padding: 14px 0;
}



















/*----------------トップヘ戻るボタン-----------------*/
.top-back-wrap {
	width:100%;
	height:0;
	margin:0 auto;
	position: relative;
}
.top-back {
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom: 20px;
	z-index: 2;
}
.top-back a {
	width: 40px;
	height: 40px;
	margin-left: auto;
	display: block;
	z-index: 9999;
	position: relative;
	padding: 0px 0 0 0;
	background-image: url(../img/common/top_arrow.png);
}
.top-back a img{
	line-height: 0;
	font-size: 0;
}
.top-back a:hover {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
}
/*----------------パンくず-----------------*/
.contents {
	width: 100%;
	margin: 0 auto;
}
.contents .breadcrumb .breadcrumb_text{
	padding: 5px 0 0px 0;
  width: 95%;
  margin: auto;
  font-size: 13px;
}
.contents .breadcrumb .breadcrumb_text li{
	float: left;
	margin-right: 10px;
	color: #000 !important;
}
/*------------------------------------------------------------------------*/
/* トップページ(共通) */
.main .category_title{
}
.main .category_title p{
	font-size: 25px;
	font-weight: bold;
	color: #505050;
	letter-spacing: 10px;
	padding: 0 0 18px 0;
}
.main .category_title .category_title_bar{
	width: 50px;
	height: 3px;
	margin: 0 auto;
}

/*------------------------------------------------------------------------*/
/* トップページ(スライドショー) */
.main .top_banner{
	padding: 0 0 56px 0;
}
.main .top_banner .top_banner_main{
	width: 100%;
	background: url(../img/sp/top_banner.png) 50% 50% no-repeat;
	background-size: 100%;
	padding-top: 106%;
	background-size: cover;
}
/* トップページ(Helzの特徴) */
.feature_list{
	padding: 48px 0 0 0;
	max-width: 510px;
	margin: 0 auto;
	width: 90%;
}
.feature_list ul{
	margin: 0 0 0 0;
}
.feature_list ul .feature_list_block{
	width: 100%;
	float: none;
	margin: 0px 0 56px 0;
}
.feature_list ul .feature_list_block .feature_list_img{
	width: 90%;
}
.feature_list ul .feature_list_block .feature_list_img img{
	width: 100%;
}
.feature_list ul .feature_list_block .feature_list_text{
	width: 100%;
	margin: 0 0 0 0;
}
.feature_list ul .feature_list_block .feature_list_text .feature_title{
	font-size: 16px;
	font-weight: bold;
	color: #02547D;
	text-align: left;
	padding: 0 0 14px 0;
}
.feature_list ul .feature_list_block .feature_list_text .feature_title_bar{
	width: 25px;
	height: 2px;
	background-color: #02547D;
}
.feature_list ul .feature_list_block .feature_list_text .feature_detail{
	text-align: justify;
	padding: 14px 0 0 0;
}
/* トップページ(斜めグレー) */
/*
.slanting_grey{
	height: 100px;
	position: relative;
}
.slanting_grey::after{
	top: -100%;
}/*
/* トップページ(斜めグレー) */
.slanting_grey{
	/*height: 230px;*/
	/*position: relative;*/

	position: relative;
	overflow: hidden;
}
.slanting_grey::before{
	/*content: "";
	width: 100%;
	height: 2030px;
	position: absolute;
	background: #E9ECEF;
	transform: translate(-50%,160px) skewY(-4.5deg);
	-webkit-transform: translate(-50%,160px) skewY(-4.5deg);
	-ms-transform: translate(-50%,160px) skewY(-4.5deg);
	transform-origin: left;
	-webkit-transform-origin : left;
	-ms-transform-origin : left;
	left: 50%;
	z-index: -1;*/
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 100%;
	margin: 2% 0% 0;
	background: #E9ECEF;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	z-index: -1;
}
.slanting_grey_inner{
	box-sizing: boder-box;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 170px 0px 0px 0px;
	text-align: center;
}
/*------------------------------------------------------------------------*/
/* トップページ(Helzの使い方) */
.way{
	padding: 0 0 26px 0;
	overflow: hidden;
	z-index: 2;
	position: relative;
	background-color: #E9ECEF;
}
.way .way_list{
	padding: 40px 0 0 0;
	width: 90%;
	margin: 0 auto;
	max-width: 510px;
}
.way .way_list .way_list_block{
	padding: 8px 0 32px 0;
}
.way .way_list .way_list_block .way_list_img{
	width: 75%;
	margin: 0 auto;
	float: none;
	line-height: 0;
}
.way .way_list .way_list_block .way_list_img img{
	width: 100%;
}
.way .way_list .way_list_block .way_list_text{
	float: none;
	padding: 16px 0 0 0;
}
.way .way_list .way_list_block .way_list_text .way_list_title{
	font-size: 16px;
	font-weight: bold;
	color: #02547D;
	text-align: left;
}
.way .way_list .way_list_block .way_list_text .way_title_bar{
	width: 25px;
	height: 2px;
	background-color: #02547D;
	margin: 12px 0 16px 0;
}
.way .way_list .way_list_block .way_list_text .way_list_detail{
	position: inherit;
	background: inherit;
	background-size: 100%;
	width: 100%;
	height: inherit;
	margin: 0px 0 0 0;
}
.way .way_list .way_list_block .way_list_text .way_list_detail p{
	width: 100%;
	text-align: justify;
	padding: 0 0 0 0;
	line-height: 1.8;
}
.way .way_list .way_list_block .way_list_text .blue_button{
	margin: 16px auto 0 auto;
}
/* Helzの使い方（他のSTEP） */
.step2{
	position: inherit!important;
	background: inherit!important;
	background-size: 100%!important;
	width: 100%!important;
	height: inherit!important;
	margin: 0px 0 16px 0!important;
}
.step3{
	position: inherit!important;
	background: inherit!important;
	background-size: 100%!important;
	width: 100%!important;
	height: inherit!important;
	margin: 0 0 0 0!important;
}
.step4{
	position: inherit!important;
	background: inherit!important;
	background-size: 100%!important;
	width: 100%!important;
	height: inherit!important;
	margin: 0px 0 0 0!important;
}
/* Helzの使い方（左右逆転） */
.way_right{
	float: none!important;
}
.way_left{
	float: none!important;
	padding: 16px 0 0 0!important;
}
/* Helzの使い方（区切りの矢印） */
.way .way_list .flow_arrow{
	width: 55px;
	margin: 0 auto;
	padding: 0px 0 24px 0;
}
.way .way_list .way_list_block .way_list_text .flow_download_icon a{
	display: inline-block;
	float: none;
}
.way .way_list .way_list_block .way_list_text .flow_download_icon a .app_icon{
	width: 123px;
	margin: 0 0 0 0;
}
/*------------------------------------------------------------------------*/
/* トップページ(活用事例) */
.top_case{
	padding: 85px 0 70px 0;
	width: 90%;
	margin: 0 auto;
	max-width: 510px;
}
.top_case .case_list{
	padding: 40px 0 0 0;
}
.top_case .case_list .case_block{
	position: relative;
	background: url(../img/sp/case_img01.png) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 0;
	padding-top: 80%;
	display: block;
}
.top_case .case_list .case_left{
	float: none;
}
.top_case .case_list .case_right{
	float: none;
	margin: 32px 0 0 0;
	background: url(../img/sp/case_img02.png) no-repeat!important;
	background-size: 100%!important;
}
.top_case .case_list .case_block .case_text{
	position: absolute;
	bottom: 0;
	padding: 0 0 12px 12px;
	text-align: left;
}
.top_case .case_list .case_block .case_text img{
	width: 62px;
	height: 20px;
	margin: 0 0 3px 0;
}
.top_case .case_list .case_block .case_text .case_title p{
	font-size: 13px;
	color: #fff;
	text-align: left;
}
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/* 下層ページ（共通） */
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
.eye_catch{
	height: 136px;
	background: linear-gradient(to top, #13547A 0%, #4BC3BC 100%);
	background: linear-gradient(to top, #13547A 0%, #4BC3BC 100%);
	background: -moz-linear-gradient(top, rgba(19,84,122,1) 0%, rgba(75,195,188,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,84,122,1)), color-stop(100%,rgba(75,195,188,1)));
	background: -webkit-linear-gradient(top, rgba(19,84,122,1) 0%,rgba(75,195,188,1) 100%);
	background: -o-linear-gradient(top, rgba(19,84,122,1) 0%,rgba(75,195,188,1) 100%);
	background: -ms-linear-gradient(top, rgba(19,84,122,1) 0%,rgba(75,195,188,1) 100%);
	background: linear-gradient(to top, rgba(19,84,122,1) 0%,rgba(75,195,188,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13547A', endColorstr='#4BC3BC',GradientType=1 );
	margin: 0 0 10px 0;
}
.eye_catch img{
	width: 206px;
	margin: 53px auto 0 auto;
}

/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/* Helzについてページ */
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
.about_logo{
	width: 90%;
	margin: 0 auto;
	padding: 0 0 56px 0;
	max-width: 510px;
}
.about_logo img{
	width: 205px;
	float: none;
	margin: 7px auto 55px auto;
}
.about_logo .logo_detail{
	float: none;
}
.about_logo .logo_detail .logo_title p{
	font-size: 20px;
	font-weight: bold;
	color: #505050;
	letter-spacing: 10px;
	text-align: left;
	padding: 0 0 16px 0;
}
.about_logo .logo_detail .logo_info{
	text-align: justify;
	width: 100%;
	line-height: 2.0;
}
.about_logo .logo_detail .logo_info .logo_info_bottom{
	margin: 0 0 24px 0;
}
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/* 活用事例ページ */
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
.case_page_block{
	width: 90%;
	margin: 0 auto;
	padding: 0 0 27px 0;
	margin: 0 auto 27px auto;
	max-width: 510px;
}
.border_none{
	border-bottom: none;
}
.case_page_block .case_img01{
	width: 100%;
	background: url(../img/sp/case_img01.png) 50% 50% no-repeat;
	padding-top: 100%;
	background-size: contain;
	float: none;
}
.case_page_block .case_img02{
	width: 100%;
	background: url(../img/sp/case_img02.png) 50% 50% no-repeat;
	padding-top: 100%;
	background-size: contain;
	float: none;
}
.case_page_block .case_img03{
	width: 100%;
	background: url(../img/sp/case_img03.png) 50% 50% no-repeat;
	padding-top: 100%;
	background-size: contain;
	float: none;
}
.case_page_block .case_block_text{
	width: 100%;
	padding: 0 0 0px 0;
	text-align: center;
	background-color: inherit;
	float: none;
	margin: 16px 0 0 0;
}
.case_page_block .case_block_text img{
	width: 100px;
	margin: 0 0 0 0;
}
.case_page_block .case_block_text .case_title{
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
	padding: 8px 0 16px 0;
}
.case_page_block .case_block_text .case_title p{
	font-weight: bold;
	color: #505050;
}
.case_page_block .case_block_text .case_info{
	text-align: justify;
}
.case_page_block .case_block_text .point_area{
	margin: 30px 0 0 0;
	background-color: #E7EAED;
	padding: 0 16px;
}
.case_page_block .case_block_text .point_area .point_title{
	font-size: 14px;
	font-weight: bold;
	color: #02547D;
	text-align: left;
	padding: 8px 0 0 16px;
}
.case_page_block .case_block_text .point_area .point_text{
	border-top: 1px solid #02547D;
	padding: 8px 0 0 0;
	text-align: justify;
}
.case_page_block .case_block_text .point_area .point_text p{
	padding: 8px 0;
	border-bottom: 1px dashed #FFFFFF;
	text-indent: 10px;
	text-indent: -1.3em;
	padding: 8px 0px 8px 1em;
}
.case_page_block .case_block_text .point_area .point_text p:last-child{
	border-bottom: none;
}
.case_page_block .case_block_text .point_area .point_text p span{
	color: #02547D;
	font-weight: bold;
}

.case_page_block .case_right{
	float: none!important;
}
.case_page_block .case_left{
	float: none!important;
}
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/* 会社概要ページ */
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
.company_table{
	width: 90%;
	margin: 0 auto;
	padding: 48px 0 90px 0;
}
.company_table .company_tr{
	width: 100%;
	margin: 0;
	display: table;
	text-align: left;
	min-height: 40px;
}
.company_table .company_tr:first-child{
	border-top: 1px solid #eaeaea;
}
.company_table .company_tr .company_th{
	padding: 12px 0 12px 10px;
	display: block;
	width: 100%;
	background: #dfdfdf;
	font-weight: bold;
	color: #333333;
	font-size: 13px;
	border-top: 1px solid #eaeaea;
}
.company_table .company_tr .company_td{
	padding: 12px 0 12px 10px;
	display: block;
	width: 100%;
}
.company_table .company_tr .company_td p{
	padding: 3px 0 3px 0;
}
.company_table .company_tr .company_td .indent{
	text-indent: 1em;
}

/* アクセスマップ */
.access_map{
	margin: 48px auto 16px auto;
	width: 90%;
	position: relative;
	overflow: hidden;

	padding-bottom: 98%;
	height: 0;
	overflow: hidden;
	min-height: 230px;
}
.access_map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 160px;
}

.access_icon{
	width: 90%;
	margin: 0 auto 40px auto;
}
.access_icon img{
	float: left;
	width: 15px;
	margin: 0 8px 0 0;
}
.access_icon p{
	float: left;
	text-align: left;
	padding: 3px 0 0 0;
}
.access_icon p span{
	display: block;
	padding: 0 0 0 0;
}




















}
