@charset 'utf-8';

/* ------------------------------
 共通設定
------------------------------ */


/* リセット */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
	zoom: 1;
	margin: 0;
	padding: 0;
}

html {
	font-family: 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif, Helvetica;
	font-size: 18px;
	line-height: 1.5;
	color: #1d1d1d;
}

body {
	border-top: 6px solid #222c68;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome,
	body {
		font-feature-settings: 'pkna';
	}
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

img {
	vertical-align: bottom;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

ul,
ol,
li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

textarea {
	font-size: 100%;
}

a {
	color: #256ec0;
}

a:hover {
	text-decoration: none;
}

.cf:before,
.cf:after {
	display: table;
	content: '';
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

html {
	overflow-x: hidden;
}

table {
	font: 100%;
	font-size: inherit;
}

select,
input,
textarea {
	font: 99%;
}


/* 主要レイアウト */

.auto {
	margin-right: auto;
	margin-left: auto;
}

.w560 {
	width: 560px;
}

.w1120 {
	width: 1120px;
}

.w1160 {
	width: 1160px;
}


/* マージンセット */

.mb1em {
	margin-bottom: 1em;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb90 {
	margin-bottom: 90px;
}

.mb100 {
	margin-bottom: 100px;
}

.mb120 {
	margin-bottom: 120px;
}


/* フォントサイズ */

.fs11 {
	font-size: 11px;
}

.fs12 {
	font-size: 12px;
}

.fs13 {
	font-size: 13px;
}

.fs14 {
	font-size: 14px;
}

.fs16 {
	font-size: 16px;
}

.fs22 {
	font-size: 22px;
}

.fs24 {
	font-size: 24px;
}

.fs26 {
	font-size: 26px;
}

.fs28 {
	font-size: 28px;
}

.fs30 {
	font-size: 30px;
}

.fs32 {
	font-size: 32px;
}

.fs34 {
	font-size: 34px;
}

.fs36 {
	font-size: 36px;
}

.fs37 {
	font-size: 37px;
}

.fs40 {
	font-size: 40px;
}

.fs41 {
	font-size: 41px;
}

.fs42 {
	font-size: 42px;
}

.fs43 {
	font-size: 43px;
}

.fs44 {
	font-size: 44px;
}

.fs46 {
	font-size: 46px;
}

.fs48 {
	font-size: 48px;
}

.fs50 {
	font-size: 50px;
}

.fs52 {
	font-size: 52px;
}

.fs56 {
	font-size: 56px;
}

.fs57 {
	font-size: 57px;
}

.fs70 {
	font-size: 70px;
}

.lh14 {
	line-height: 1.4;
}

.lh17 {
	line-height: 1.7;
}

.characters {
	font-feature-settings: 'palt' 1;
}

@font-face {
	font-family: 'YuGothic M';
	src: local(Yu Gothic Medium);
}

.yugothic {
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'YuGothic M', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	font-weight: normal;
}

.centurygothic {
	font-family: 'Century Gothic', sans-serif;
}


/* 段落 */

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.bold {
	font-weight: bold;
}

.txt-red {
	color: #e2574c;
}

.txt-blue {
	color: #447dbe;
}

.txt-navy {
	color: #222c68;
}

.txt-white {
	color: #fff;
}

.txt-yellow {
	color: #fffeed;
}

.marker-blue {
	padding: .25em;
	color: #fffeec;
	background-color: #447dbe;
}

.marker-navy {
	padding: .25em;
	color: #fff;
	background-color: #222c68;
}

.marker-navy_2 {
	padding: .25em;
	color: #fffddb;
	background-color: #222c68;
}

.marker-underline {
	padding-bottom: .1em;
	background: -webkit-linear-gradient(transparent 75%, #fffba3 75%);
	background: linear-gradient(transparent 75%, #fffba3 75%);
}

.underline,
.underline-navy {
	display: inline-block;
	padding-bottom: .25em;
	border-bottom: 4px solid #333;
}

.underline {
	border-bottom: 4px solid #333;
}

.underline-navy {
	border-bottom: 4px solid #222c68;
}


/* フロート */

.fleft {
	float: left;
}

.fright {
	float: right;
}


/* ヘッダ */

#header {
	padding: 14px 0 20px;
	background-color: #fff;
}

#header h1,
#header p {
	line-height: 20px;
}

#header h1 {
	font-size: 13px;
	float: left;
	width: 900px;
}

#header p {
	font-size: 11px;
	float: right;
	width: 200px;
	text-align: right;
}

#header p a {
	color: #1d1d1d;
}

#header ul {
	position: relative;
	height: 60px;
}

#header ul li {
	position: absolute;
	bottom: 0;
}

#header ul li:nth-child(1) {
	left: 0;
}

#header ul li:nth-child(2) {
	right: 223px;
}

#header ul li:nth-child(3) {
	right: 0;
}


/* クロージング */

.closing {
	padding: 40px 0 10px;
	background-color: #222c68;
}

.txt_closing {
	margin-right: -40px;
	margin-left: -40px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAMAAAAoyzS7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFeoCkAAAAfDGpqAAAAAxJREFUeNpiYAAIMAAAAgABT21Z4QAAAABJRU5ErkJggg==) repeat-x center center;
}

.txt_closing em {
	padding: 0 10px;
	background-color: #222c68;
}

.closing ul li:first-child {
	float: left;
}

.closing ul li:last-child {
	float: right;
	padding-top: 10px;
}

.closing .fs13 {
	line-height: 20px;
}


/* メイン */

#main {
	padding: 80px 0 28px;
	background: url(img/bg_main.jpg) no-repeat right top;
}


/* ITの進化 */

#utilization {
	padding: 60px 0;
	background-color: #f9f9f9;
}


/* ビッグデータ */

.txt_bigdata {
	width: 570px;
	padding-top: 33px;
}


/* 矢印 */

.arrow {
	padding-bottom: 160px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAA8CAMAAAAUhQWjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOFQTFRF+vr6/Pz8/f390dHR0tLSrq6u09PT1NTU+/v79fX12NjYsLCwr6+vxMTE6Ojo6enpxcXF5+fnyMjI1tbWxsbG2dnZw8PDtbW15ubmubm5+Pj4t7e34+Pj/v7+ycnJ8/Pz2tra8fHx8vLysbGx5OTk9vb239/f3Nzc5eXl7+/vurq64ODg7Ozstra29PT08PDwzMzMwcHBx8fH3t7etLS06urq29vb7e3t4eHhwsLC0NDQ9/f319fXy8vLuLi43d3dwMDAv7+/z8/Pzc3N4uLi1dXV7u7u6+vr+fn5ysrK////r7+oYAAAAuVJREFUeNrcmudy4jAQgN0LmGbANGNKMAFCJ4QUSEhP9v0f6MTNHZPLkSDZkkv4h0ea1Wd/lnYXOPghH+5HgbTzdjW2BFU7394/EaF4so4px/qkKHxUy3WsTgwxOpbjfn5HMgNRjxmGLg4yB1525FciVhyJP1b9v2u5ptWLDUbPMt2vt9/Y+PXRqoPniJCIhV9olcKxA1E3U+WoW5UydZyTPV0R3QhjuGIljZmiCIlkdP1CaxPwcy19HlG/yqm5TpY0Ir9uIodxc9CqI9mvsE4WI8ZRTK4FL2m8XsjmIoSRyxZ0r/VIriLdRMeqnI/Cis9HxK9iMs/7qxDHUfALWTX2X+rmbqVw68eqdHv8XuLU7MivZogczWNWETQfxtlCOiSMdCE7xhmH20Uph+MXsgozw8BuB4XiF55VZCAAjaD9QlY1sAcTNejKNektMIw3qUaSt5J1GvlnIyi/msYzD8xAkF+peSYAjMw81SCbQd777dUk1g1jTqoRd3M8rIlXjQumHBeGykMAIDu/THZ+ZUxSq7yDAHRY+YWs8taD9rocjY1fyCoNAgUBaFvmkjLG0rTanh+lj7idkULTL04Z+fhlw9dKNMU4pcZxaigahASy88uh49fS8W4VDRAAe+TrRv59tCPbr5gUFuHbL59WUQIBaF05rz6mvzpXLQpbBRXD7ZLCe5zKKyWbxhIo7Z+aJHvz606WNIgQyM6v9yHxpOE7DavoggA8kfqFrHqid5xSPJo1Ub4jskqkGJ1uDtuabXD9Gm5mLZqhaSfjlyVVwBgmqKVLyvk/9YJClBdHBy2oWsUGBGAy26y+HbDazCb0KzIWZd63ftG3ih0IcNdf+rWQr5nEZNXZmWynh/xaTbcTNgHZtajOztX6p0t19fyMVTiGvTbkV/efC11GVrEGAehvpy/7Ly/T+z7DWIy7n3u/WFoVBAhwD7/96soPjCOx/wNz//6x/8jUqoBAoN4ddOvMo/wSYADsMjc9SLkp/gAAAABJRU5ErkJggg==) no-repeat center bottom;
}

#ico_bitool {
	display: inline-block;
	padding-left: 188px;
	margin-left: -99px;
	background: url(img/ico_bitool.png) no-repeat left center;
}

#bitool_inner {
	box-sizing: border-box;
	padding: 36px 60px 40px;
	border-top: 4px solid #d9e4ef;
	background-color: #f7f9fc;
}


/* 導入のメリット */

#ico_merit {
	display: inline-block;
	padding: 15px 158px 15px 0;
	background: url(img/ico_merit.png) no-repeat right center;
}

#merit_header {
	height: 380px;
	background: url(img/bg_merit_header.png) no-repeat center bottom;
}

#merit_title {
	height: 267px;
	padding-top: 33px;
	background: url(img/bg_merit_title.jpg) no-repeat center top;
	background-size: 100% auto;
}

#merit_body {
	padding: 60px 0;
	background-color: #e7eef6;
}

#merit_body dl {
	position: relative;
	width: 826px;
	height: 480px;
}

#merit_body dt,
#merit_body dd {
	position: absolute;
	z-index: 1;
}

#merit_body dt {
	z-index: 2;
	top: 180px;
	left: 240px;
}

#merit_body dd:nth-child(2) {
	top: 0;
	left: 0;
}

#merit_body dd:nth-child(3) {
	top: 0;
	right: 0;
}

#merit_body dd:nth-child(4) {
	bottom: 0;
	left: 0;
}

#merit_body dd:nth-child(5) {
	right: 0;
	bottom: 0;
}

#marker_dashboard span {
	line-height: 60px;
	display: inline-block;
	color: #222c68;
	background-color: #e7eef6;
}

#i_dashboard_2 {
	width: 864px;
}

#i_dashboard_2 figcaption {
	display: block;
}


/* 選ばれる理由 */

#reason {
	padding: 70px 0 80px;
	background-color: #f8f8f8;
}

.reason_wrapper {
	width: 836px;
}

.reason {
	width: 378px;
}

.reason_large {
	width: 782px;
}

.reason h4,
.reason_large h4 {
	display: table-cell;
	width: 378px;
	vertical-align: middle;
	border-bottom: 20px solid #f8f8f8;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAMAAAAoyzS7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFwcHBAAAAZVc81gAAAAxJREFUeNpiYAAIMAAAAgABT21Z4QAAAABJRU5ErkJggg==) repeat-x center center;
}

.reason_large h4 {
	display: block;
}

.reason h4 span,
.reason_large h4 span {
	display: inline-block;
	padding: 10px;
	background-color: #f8f8f8;
}

#trial {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACJCAMAAADaKKIOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADxQTFRF8PDw6urq7e3t8/Pz9vb25+fn+fn58fHx7u7u9fX18vLy7+/v7Ozs+vr69/f39PT06+vr+Pj46enp6Ojoid3chQAAAD1JREFUeNp0wQkOgCAMBMB6oiAq+v+/mpCWdEudoYXk+/NxDvzuHnDkG0xQBBjhVF/mDuf2NItzVbP+CTAAXQEGCxSqFKwAAAAASUVORK5CYII=) repeat-x left bottom;
}


/* ホームセンターGooDay */

#background {
	padding: 76px 0 90px;
	border-top: 4px solid #d9e4ef;
	background: #f7f9fc url(img/bg_background.jpg) no-repeat right top;
}

#background_header {
	width: 830px;
}

#background_body {
	padding: 40px 40px 50px;
	background-color: #fff;
}

#background_body h2 {
	line-height: 40px;
	position: relative;
	display: inline-block;
	padding: 0 25px;
	letter-spacing: .1em;
	background-color: #636363;
}

#background_body h2:before {
	position: absolute;
	left: 4px;
	height: 40px;
	content: '';
	border-left: 1px solid #a1a1a1;
}

#background_body h3 {
	padding-left: 24px;
	border-left: 6px solid #b3b3b3;
}

#issues ul {
	width: 640px;
}

#issues li {
	line-height: 40px;
	float: left;
	width: 284px;
	padding: 240px 0 0 36px;
	text-align: center;
}

#issues_1 {
	background: url(img/txt_issues_1.png) no-repeat 36px top;
}

#issues_2 {
	background: url(img/txt_issues_2.png) no-repeat 36px top;
}


/* 解決 */

#resolve h3 {
	padding-top: 120px;
}

#resolve_1 h3 {
	padding-top: 120px;
	background: url(img/ico_resolve_1.png) no-repeat center top;
}

#resolve_2 h3 {
	padding-top: 120px;
	background: url(img/ico_resolve_2.png) no-repeat center top;
}

#resolve h4 {
	overflow: hidden;
	padding: 20px;
	background-color: #447dbe;
}

#resolve h4 em {
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	position: relative;
	top: -6px;
	display: inline-block;
	margin-right: 20px;
	padding: 0 25px;
	white-space: nowrap;
	color: #386fae;
	background-color: #fff;
}

#resolve h4.t_resolve_mulch_1 em,
#resolve h4.t_resolve_mulch_2 em {
	float: left;
}

#resolve h4.t_resolve_mulch_1 em {
	top: 0;
}

#resolve h4.t_resolve_mulch_2 em {
	top: 20px;
}

#resolve h4.t_resolve_mulch_1 .left,
#resolve h4.t_resolve_mulch_2 .left {
	float: left;
}

.resolve {
	padding-bottom: 20px;
	background-color: #f8f8f8;
}

.resolve_case {
	width: 1080px;
}

.resolve_problem {
	padding-bottom: 60px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAAAgCAMAAADJyc2SAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAK5QTFRF9/f38vLy0tLSzc3N6urq3t7e2trarq6uz8/P5ubm7+/v7e3t9PT0ra2t19fXysrK6enpzs7O0NDQr6+vvr6+wcHBy8vL39/f1NTU9fX11dXVxsbGsrKy4uLiurq6sbGxtbW129vbycnJ9vb2x8fH4eHhxMTEu7u7tLS0s7Oz4+Pj7u7uvb293d3d5eXl5+fnt7e3xcXF1tbWw8PDwsLC8PDwsLCw2dnZuLi4+Pj4oIbdYQAAAW1JREFUeNq8lulygjAURhMI+yqyKSIg7vta7fu/WJlOO1aLJIEgwy8myZmQ3HM/8PmmB7wTFKRy3h4hl9Pgd0d6R7q2xblKHf3Pr0OuZbeBsS0XPZ1RtuDYc7hF9v8yQMvYsMVsDAuW3rrdjNfYYTR+tnt1vYGZhKw4YWKCijq6ROcJC8zkHF0wBbu8ybApBsq3Jd4MPa5rNuOYXa5HpCDNi7b1MdvI04hdF6ROTSnlzrdwiKVaSEmswxF/hENhb+T6iBaDfBfRtwkgDiilxA1EUKsfwZEhkGMEYwRrNz5lyK/IMCt+qDTpsOBIJqUwOeJWwi2hHk4xbkx8OqgMMkO8r5YSlPcxfhWScFItpVLh1E1Bmjd+cdTK2CPrYaRxS5g7JUOBMyctAOJcp/NS9vwtk3i9hQBprx+lhPw1RXKiSaqPUqoUTtNIfJcSRjjNs3chpaI2VZxwGIR80P/oFy/9PPrmpk6nKv2sLwEGAPp0w1X09rhGAAAAAElFTkSuQmCC) no-repeat center bottom;
}

.resolve_after {
	margin-bottom: 20px;
	padding-bottom: 38px;
	border-bottom: 2px solid #e8e8e8;
}

.resolve_problem h5,
.resolve_after h5 {
	overflow: hidden;
}

.resolve_problem h5 em,
.resolve_after h5 em {
	line-height: 40px;
	position: relative;
	display: inline-block;
	float: left;
	width: 145px;
	margin-right: 20px;
	letter-spacing: .1em;
}

.resolve_problem h5 em {
	background-color: #636363;
}

.resolve_after h5 em {
	background-color: #447dbe;
}

.resolve_problem h5 em:before,
.resolve_after h5 em:before {
	position: absolute;
	left: 4px;
	height: 40px;
	content: '';
}

.resolve_problem h5 em:before {
	border-left: 1px solid #a1a1a1;
}

.resolve_after h5 em:before {
	border-left: 1px solid #8fb1d8;
}

.resolve_problem h5 span,
.resolve_after h5 span {
	float: left;
	width: 915px;
}

.resolve_problem h5 span.centurygothic,
.resolve_after h5 span.centurygothic {
	float: none;
	width: auto;
}

.pl165 {
	padding-left: 165px;
}

#i_resolve_1,
#i_resolve_2,
#i_resolve_3 {
	margin-right: 20px;
}

#i_resolve_1 {
	width: 298px;
}

#txt_resolve_1 {
	width: 762px;
}

#i_resolve_2 {
	width: 290px;
}

#txt_resolve_2 {
	width: 770px;
}

#i_resolve_3 {
	width: 450px;
}

#txt_resolve_3 {
	width: 610px;
}

.used_tools {
	line-height: 20px;
	float: right;
}

.used_tools dt,
.used_tools dd {
	float: left;
}

.used_tools dd {
	color: #727272;
}

.used_tools dd:after {
	content: '、';
}

.used_tools dd:last-child:after {
	content: '';
}


/* GooDayの取り組み */

#action {
	padding: 80px 0 100px;
	background-color: #f5f5f5;
}

#action_inner {
	width: 1060px;
}

#action_box {
	width: 460px;
}

#action_box h3 {
	line-height: 40px;
	padding: 10px 20px;
	background-color: #fff;
}

#action_box h4 span {
	display: inline-block;
	padding-bottom: 7px;
	border-bottom: 3px solid #333;
}

#action_box li:before {
	content: '・';
}


/* グループ企業 */

#group {
	height: 808px;
	padding-top: 52px;
	background: url(img/bg_group.jpg) no-repeat center top;
	background-size: 100% auto;
}

#group ul {
	position: relative;
	width: 758px;
	height: 496px;
}

#group li {
	position: absolute;
}

#txt_group_1 {
	top: 0;
	left: 185px;
}

#txt_group_2 {
	bottom: 0;
	left: 0;
}

#txt_group_3 {
	right: 0;
	bottom: 0;
}


/* データ活用に関するお悩み */

#trouble {
	height: 445px;
	padding-top: 55px;
	background: #f7f7f7 url(img/bg_trouble.jpg) no-repeat right top;
}

#trouble ol {
	position: relative;
	width: 1034px;
	height: 240px;
}

#trouble ol li {
	position: absolute;
}

#trouble ol li:nth-child(1) {
	top: 0;
	left: 0;
}

#trouble ol li:nth-child(2) {
	top: 0;
	right: 0;
}

#trouble ol li:nth-child(3) {
	bottom: 0;
	left: 0;
}

#trouble ol li:nth-child(4) {
	right: 0;
	bottom: 0;
}


/* 当社の2つの強み */

#advantage {
	padding-bottom: 8px;
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF9PT08/PzM3NJ/AAAABFJREFUeNpiYGQgHeIBAAEGAAXMABs3Ny55AAAAAElFTkSuQmCC) repeat-x left bottom;
}

#advantage_inner {
	width: 580px;
	min-height: 273px;
	padding-right: 550px;
	background: url(img/bg_advantage.png) no-repeat right top;
}

#ico_advantage_1 {
	padding-top: 120px;
	background: url(img/ico_advantage_1.png) no-repeat center top;
}

#ico_advantage_2 {
	padding-top: 120px;
	background: url(img/ico_advantage_2.png) no-repeat center top;
}

#advantage_1_arrow {
	padding-bottom: 160px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAA8CAMAAAAUhQWjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOFQTFRF+vr6/Pz8/f390dHR0tLSrq6u09PT1NTU+/v79fX12NjYsLCwr6+vxMTE6Ojo6enpxcXF5+fnyMjI1tbWxsbG2dnZw8PDtbW15ubmubm5+Pj4t7e34+Pj/v7+ycnJ8/Pz2tra8fHx8vLysbGx5OTk9vb239/f3Nzc5eXl7+/vurq64ODg7Ozstra29PT08PDwzMzMwcHBx8fH3t7etLS06urq29vb7e3t4eHhwsLC0NDQ9/f319fXy8vLuLi43d3dwMDAv7+/z8/Pzc3N4uLi1dXV7u7u6+vr+fn5ysrK////r7+oYAAAAuVJREFUeNrcmudy4jAQgN0LmGbANGNKMAFCJ4QUSEhP9v0f6MTNHZPLkSDZkkv4h0ea1Wd/lnYXOPghH+5HgbTzdjW2BFU7394/EaF4so4px/qkKHxUy3WsTgwxOpbjfn5HMgNRjxmGLg4yB1525FciVhyJP1b9v2u5ptWLDUbPMt2vt9/Y+PXRqoPniJCIhV9olcKxA1E3U+WoW5UydZyTPV0R3QhjuGIljZmiCIlkdP1CaxPwcy19HlG/yqm5TpY0Ir9uIodxc9CqI9mvsE4WI8ZRTK4FL2m8XsjmIoSRyxZ0r/VIriLdRMeqnI/Cis9HxK9iMs/7qxDHUfALWTX2X+rmbqVw68eqdHv8XuLU7MivZogczWNWETQfxtlCOiSMdCE7xhmH20Uph+MXsgozw8BuB4XiF55VZCAAjaD9QlY1sAcTNejKNektMIw3qUaSt5J1GvlnIyi/msYzD8xAkF+peSYAjMw81SCbQd777dUk1g1jTqoRd3M8rIlXjQumHBeGykMAIDu/THZ+ZUxSq7yDAHRY+YWs8taD9rocjY1fyCoNAgUBaFvmkjLG0rTanh+lj7idkULTL04Z+fhlw9dKNMU4pcZxaigahASy88uh49fS8W4VDRAAe+TrRv59tCPbr5gUFuHbL59WUQIBaF05rz6mvzpXLQpbBRXD7ZLCe5zKKyWbxhIo7Z+aJHvz606WNIgQyM6v9yHxpOE7DavoggA8kfqFrHqid5xSPJo1Ub4jskqkGJ1uDtuabXD9Gm5mLZqhaSfjlyVVwBgmqKVLyvk/9YJClBdHBy2oWsUGBGAy26y+HbDazCb0KzIWZd63ftG3ih0IcNdf+rWQr5nEZNXZmWynh/xaTbcTNgHZtajOztX6p0t19fyMVTiGvTbkV/efC11GVrEGAehvpy/7Ly/T+z7DWIy7n3u/WFoVBAhwD7/96soPjCOx/wNz//6x/8jUqoBAoN4ddOvMo/wSYADsMjc9SLkp/gAAAABJRU5ErkJggg==) no-repeat center bottom;
}

#advantage_1 {
	padding: 56px 0 20px;
	border-top: 4px solid #dadada;
	background-color: #f6f6f6;
}

#advantage_2 {
	min-height: 500px;
	padding: 56px 0 60px;
	border-top: 4px solid #dadada;
	background: #f6f6f6 url(img/bg_advantage_2.jpg) no-repeat right top;
	background-size: auto 100%;
}

#advantages {
	width: 1040px;
}

#advantages dl {
	width: 480px;
}

#advantages dt {
	line-height: 48px;
	padding: 10px;
	border: 1px solid #989898;
	background-color: #fafafa;
}

#advantage_1 .ex {
	width: 1040px;
	color: #888;
}

#advantage_2_box {
	width: 480px;
}

#advantage_2_box h3 {
	line-height: 70px;
	padding: 0;
}

#advantage_2_box dl {
	border: 1px solid #989898;
	background-color: #fff;
}

#advantage_2_box dt {
	margin-top: -13px;
}

#advantage_2_box ul {
	padding: 20px 20px 20px 30px;
}

#advantage_2_box li {
	padding-left: 40px;
	background: url(img/ico_advantages.png) no-repeat;
}


/* こんなお悩み */

#user_trouble_inner {
	min-height: 460px;
	padding-top: 40px;
	background: #f6f6f6 url(img/bg_user_trouble.jpg) no-repeat;
}

#user_trouble_inner ol {
	width: 750px;
}


/* 6つの支援サービス */

#service_inner {
	padding: 54px 0 80px;
	background-color: #f6f6f6;
}

#service_inner ol {
	width: 940px;
}

#service_inner ol li {
	float: left;
	width: 460px;
	margin-bottom: 40px;
}

#service_inner ol li:nth-child(2n+1) {
	margin-right: 20px;
}

#service_inner ol li:nth-child(5),
#service_inner ol li:nth-child(6) {
	margin-bottom: 0;
}


/* Tableauの導入 */

#phase ol {
	width: 1067px;
}

#phase ol li {
	float: left;
}


/* よくある質問 */

#tab_qa {
	width: 1160px;
	border-bottom: 6px solid #447dbe;
}

#tab_qa li {
	display: block;
	float: left;
	overflow: hidden;
	width: 570px;
	height: 0;
	padding-top: 75px;
	cursor: pointer;
	background-image: url(img/tab_qa.png);
}

#tab_qa li:first-child {
	margin-right: 20px;
}

#tab_qa li:first-child {
	background-position: 0 0;
}

#tab_qa li:last-child {
	background-position: -570px 0;
}

#tab_qa li:first-child.on {
	background-position: 0 -75px;
}

#tab_qa li:last-child.on {
	background-position: -570px -75px;
}

.qa {
	width: 1080px;
	padding: 40px 40px 60px;
	background-color: #f8f8f8;
}

.qa dt {
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	margin-top: 20px;
	padding: 20px 70px 20px 100px;
	cursor: pointer;
}

.qa dt:nth-child(1) {
	margin-top: 0;
	background: url(img/tg_qa_off.png) no-repeat right center, #e7eef6 url(img/ico_q1.png) no-repeat 20px center;
}

.qa dt:nth-child(1).on {
	background: url(img/tg_qa_on.png) no-repeat right center, #e7eef6 url(img/ico_q1.png) no-repeat 20px center;
}

.qa dt:nth-child(3) {
	background: url(img/tg_qa_off.png) no-repeat right center, #e7eef6 url(img/ico_q2.png) no-repeat 20px center;
}

.qa dt:nth-child(3).on {
	background: url(img/tg_qa_on.png) no-repeat right center, #e7eef6 url(img/ico_q2.png) no-repeat 20px center;
}

.qa dt:nth-child(5) {
	background: url(img/tg_qa_off.png) no-repeat right center, #e7eef6 url(img/ico_q3.png) no-repeat 20px center;
}

.qa dt:nth-child(5).on {
	background: url(img/tg_qa_on.png) no-repeat right center, #e7eef6 url(img/ico_q3.png) no-repeat 20px center;
}

.qa dt:nth-child(7) {
	background: url(img/tg_qa_off.png) no-repeat right center, #e7eef6 url(img/ico_q4.png) no-repeat 20px center;
}

.qa dt:nth-child(7).on {
	background: url(img/tg_qa_on.png) no-repeat right center, #e7eef6 url(img/ico_q4.png) no-repeat 20px center;
}

.qa dt:nth-child(9) {
	background: url(img/tg_qa_off.png) no-repeat right center, #e7eef6 url(img/ico_q5.png) no-repeat 20px center;
}

.qa dt:nth-child(9).on {
	background: url(img/tg_qa_on.png) no-repeat right center, #e7eef6 url(img/ico_q5.png) no-repeat 20px center;
}

.qa dt:nth-child(11) {
	background: url(img/tg_qa_off.png) no-repeat right center, #e7eef6 url(img/ico_q6.png) no-repeat 20px center;
}

.qa dt:nth-child(13) {
	background: url(img/tg_qa_off.png) no-repeat right center, #e7eef6 url(img/ico_q7.png) no-repeat 20px center;
}

.qa dt:nth-child(13).on {
	background: url(img/tg_qa_on.png) no-repeat right center, #e7eef6 url(img/ico_q7.png) no-repeat 20px center;
}

.qa dt:nth-child(15) {
	background: url(img/tg_qa_off.png) no-repeat right center, #e7eef6 url(img/ico_q8.png) no-repeat 20px center;
}

.qa dt:nth-child(15).on {
	background: url(img/tg_qa_on.png) no-repeat right center, #e7eef6 url(img/ico_q8.png) no-repeat 20px center;
}

.qa dt:nth-child(17) {
	background: url(img/tg_qa_off.png) no-repeat right center, #e7eef6 url(img/ico_q9.png) no-repeat 20px center;
}

.qa dt:nth-child(17).on {
	background: url(img/tg_qa_on.png) no-repeat right center, #e7eef6 url(img/ico_q9.png) no-repeat 20px center;
}

.qa dt:nth-child(19) {
	background: url(img/tg_qa_off.png) no-repeat right center, #e7eef6 url(img/ico_q10.png) no-repeat 20px center;
}

.qa dt:nth-child(19).on {
	background: url(img/tg_qa_on.png) no-repeat right center, #e7eef6 url(img/ico_q10.png) no-repeat 20px center;
}

.qa_answer {
	overflow: hidden;
	padding: 20px 0 40px 100px;
}

.qa dd:nth-child(2) .qa_answer {
	background: url(img/ico_a1.png) no-repeat 20px 10px;
}

.qa dd:nth-child(4) .qa_answer {
	background: url(img/ico_a2.png) no-repeat 20px 10px;
}

.qa dd:nth-child(6) .qa_answer {
	background: url(img/ico_a3.png) no-repeat 20px 10px;
}

.qa dd:nth-child(8) .qa_answer {
	background: url(img/ico_a4.png) no-repeat 20px 10px;
}

.qa dd:nth-child(10) .qa_answer {
	background: url(img/ico_a5.png) no-repeat 20px 10px;
}

.qa dd:nth-child(12) .qa_answer {
	background: url(img/ico_a6.png) no-repeat 20px 10px;
}

.qa dd:nth-child(14) .qa_answer {
	background: url(img/ico_a7.png) no-repeat 20px 10px;
}

.qa dd:nth-child(16) .qa_answer {
	background: url(img/ico_a8.png) no-repeat 20px 10px;
}

.qa dd:nth-child(18) .qa_answer {
	background: url(img/ico_a9.png) no-repeat 20px 10px;
}

.qa dd:nth-child(20) .qa_answer {
	background: url(img/ico_a10.png) no-repeat 20px 10px;
}

.qa_links {
	float: right;
	overflow: hidden;
	margin-top: 20px;
	text-align: right;
}

.qa_links li {
	font-weight: bold;
	display: inline-block;
	float: left;
	color: #0029c0;
}

.qa_links li:first-child {
	margin-right: 20px;
}

.qa_links li a {
	color: #0029c0;
}

.qa_tbl table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.qa_tbl table thead th {
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	padding: 19px 20px;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	border: 1px solid #e0e0e0;
	background-color: #808080;
}

.qa_tbl table thead th span {
	font-size: 16px;
}

.qa_tbl table tbody th,
.qa_tbl table tbody td {
	padding: 20px;
	border: 1px solid #e0e0e0;
	background-color: #f3f7fc;
}

.qa_tbl table tbody tr:nth-child(2n) th,
.qa_tbl table tbody tr:nth-child(2n) td {
	background-color: #fff;
}

.qa_tbl table tbody th {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	white-space: nowrap;
}

.qa_tbl table tbody td {
	font-size: 16px;
	line-height: 1.4;
}

.qa_tbl table tbody td.functions {
	white-space: nowrap;
}

.qa_tbl table tbody td.functions li {
	font-size: 15px;
	line-height: 24px;
	margin-top: 10px;
	padding: 0 10px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
}

.ico_function_create {
	background-color: #447dbe;
}

.ico_function_edit {
	background-color: #3083e2;
}

.ico_function_reference {
	background-color: #5397e4;
}

.qa_tbl table tbody td.functions li:first-child {
	margin-top: 0;
}

.qa_tbl table tbody td.price {
	font-size: 18px;
	width: 280px;
	white-space: nowrap;
}

.qa_tbl table tbody td.price span {
	font-weight: bold;
}


/* データ活用からのビジネス */

#challenge {
	padding: 40px 0 60px;
	background-color: #f7f9fc;
}

#challenge_introduction {
	padding: 0 0 20px 620px;
	background: url(img/bg_challenge_introduction.png) no-repeat;
}

#challenge_introduction_box_top {
	width: 460px;
	padding: 100px 20px 20px;
	background: #fff url(img/bg_challenge_introduction_box_top.png) no-repeat;
}

#challenge_introduction_box_top p img {
	margin: 0 20px 20px 0;
}

#challenge_introduction_box_top dl {
	margin: -20px;
	padding: 20px;
	background-color: #e6ebf1;
}

#challenge_introduction_box_bottom {
	padding: 80px 0 20px;
	background: #fff url(img/bg_challenge_introduction_box_bottom.png) no-repeat;
}

#challenge_introduction_box_bottom .cf {
	padding-left: 30px;
}

#challenge_introduction_box_bottom dl {
	width: 320px;
	margin-right: 30px;
}

#challenge_introduction_box_bottom dl:last-child {
	width: 360px;
	margin-right: 0;
}

#challenge_introduction_box_bottom dl ul {
	display: inline-block;
}

#challenge_introduction_box_bottom dl li {
	font-weight: bold;
	float: left;
	margin-right: 20px;
	padding-left: 17px;
	color: #555;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAMAAACecocUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACpQTFRFSYHAqMLhp8LgpsHgSoHAus/nqcPhqMPh/v7/S4LAuc/n7vP5////RH2+RnqjwQAAAElJREFUeNpMjUESwCAIA6NVEQj//261rdpc2MkwG5B0S+bjgl00IrT1wRJvGuH4WB01Viry5gv26/d/cTAdz/LL9M/d/OzeAgwAVeIFK7mnl3IAAAAASUVORK5CYII=) no-repeat left center;
}


/* フッタ */

#footer {
	padding: 20px 0;
	background-color: #222c68;
}

#footer_logo_1 {
	width: 201px;
	margin-right: 30px;
}

#footer address {
	font-size: 12px;
	line-height: 20px;
	margin-right: 30px;
	color: #fff;
}

#footer ul li a {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding-left: 16px;
	color: #fff;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAICAMAAADtGH4KAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB5QTFRF7u7zbHKabXSctrnNbXObt7rO7e7zNT51Iixo////N3R9RwAAACxJREFUeNpiYGbnAAIGTjYWMMXJCRQAUZxsjBCKBUSxggQZmEBKWMEaAAIMACZDAVpjj18PAAAAAElFTkSuQmCC) no-repeat left center;
}


/* コピーライト */

#copyright {
	font-size: 12px;
	line-height: 40px;
	background-color: #000;
}


/* 続きを読む */

.readmore {
	position: relative;
	margin-top: -190px;
	padding: 100px 0 40px;
	text-align: center;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAYAAABHLFpgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAExJREFUeNpi+P//PwMTAxDQhvj58ycTiMUMJ1iwcLERbHAWKxaCDQsLTLCjSrBhUYxNghWXGDY7WLCwWFG9hcYFE4iAYBhI4jNAgAEANfQIoRTleY4AAAAASUVORK5CYII=) repeat-x;
}


/* ページトップ */

#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

#pagetop a {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	opacity: .6;
}

#pagetop a:hover {
	opacity: .9;
}


/* 動画のインライン再生 */

#movie_cont_1_wrapper,
#movie_cont_2_wrapper {
	position: relative;
	width: 1060px;
	margin: 0 auto;
}

#movie_cont_1,
#movie_cont_2 {
	position: absolute;
	bottom: 0;
	display: none;
	width: 1060px;
}

.movie_cont_inner {
	display: block;
	padding-top: 56%;
}

.btn_movie_close {
	position: absolute;
	top: -589px;
	right: 5px;
	display: none;
}

.btn_movie_close a {
	opacity: .7;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
}

.btn_movie_close a:hover {
	opacity: 1;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}


/* Zoomify */

#i_resolve_1 a img,
#i_resolve_3 a img {
	cursor: zoom-in;
}

.lightboxOverlay {
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	display: none;
	opacity: .8;
	background-color: black;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.lightbox {
	font-weight: normal;
	line-height: 0;
	position: absolute;
	z-index: 10000;
	left: 0;
	width: 100%;
	text-align: center;
}

.lightbox .lb-image {
	display: block;
	max-width: inherit;
	height: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.lightbox a img {
	border: none;
}

.lb-outerContainer {
	position: relative;
	zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: white;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.lb-outerContainer:after {
	display: table;
	clear: both;
	content: '';
}

.lb-container {
	padding: 4px;
}

.lb-loader {
	line-height: 0;
	position: absolute;
	top: 43%;
	left: 0;
	width: 100%;
	height: 25%;
	text-align: center;
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
}

.lb-nav {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.lb-container > .nav {
	left: 0;
}

.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
	display: block;
	height: 100%;
	cursor: pointer;
}

.lb-nav a.lb-prev {
	left: 0;
	float: left;
	width: 34%;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s;
	opacity: 0;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.lb-nav a.lb-prev:hover {
	opacity: 1;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.lb-nav a.lb-next {
	right: 0;
	float: right;
	width: 64%;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s;
	opacity: 0;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.lb-nav a.lb-next:hover {
	opacity: 1;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.lb-dataContainer {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 44px;
	margin: 0 auto -44px;
}

.lb-dataContainer:after {
	display: table;
	clear: both;
	content: '';
}

.lb-data {
	padding: 0 4px;
	color: #ccc;
}

.lb-data .lb-details {
	line-height: 1.1em;
	float: left;
	width: 85%;
	text-align: left;
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}

.lb-data .lb-number {
	font-size: 12px;
	display: block;
	clear: left;
	padding-bottom: 1em;
	color: #999;
}

.lb-data .lb-close {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	float: right;
	width: 44px;
	height: 44px;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	text-align: right;
	opacity: .7;
	outline: none;
	background: url(img/btn_close.png) top right no-repeat;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
}

.lb-data .lb-close:hover {
	cursor: pointer;
	opacity: 1;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}


/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/
