@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
html{
    overflow-y: scroll;
}
body {
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 1px;
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
a:link, a:active, a:visited {
	color: #ff4e00;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ol, ul{
    list-style:none;
}
img{
     border:0;
	 vertical-align: middle;
}
hr {
	display: none;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
	padding: 0;
}
h1, h2, h3 {
    font-size: 100%; 
    font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 0;
}

/*==========================================================*/
/* Layout*/
header {
	width: 100%;
	margin-bottom: 20px;
	line-height: 1;
	border-top: 7px solid #10218b;
}
#wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: center;
}

#header {
	text-align: left;
	padding: 20px 0;
}
.logo {
	float: left;	
}
ul.h_nav {
	float: right;
}
ul.h_nav li {
	float: left;
	padding-right: 18px;
}
ul.h_nav li.h_contact {
	padding-left: 5px;
	padding-right: 0;
}
ul.nav {
	clear: both;
	padding-top: 28px;
}
ul.nav li {
	float: left;	
}
#top {
	clear: both;
	width: 100%;
	line-height: 1;
	background-color: #10218b;
}
#top h1 {
	text-align: left;
}

#content {
	text-align: left;
}
#content .content_inner {
	padding: 80px;	
}
#footer01 {
	clear: both;
	width: 100%;
	height: auto;
	background: url(../images/common/dot.jpg) repeat-x top;
	padding: 14px 0;
	color: #10218b;
	line-height: 1;
	zoom: 100%;
}
#footer01:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#footer01 ul,
#footer02 ul {
	float: right;
	margin-right: -12px;
}
#footer01 ul li,
#footer02 ul li {
	float: left;
	padding-right: 12px;
	font-size: 13px;
}
#footer01 ul li a,
#footer02 ul li a {
	font-weight: bold;
}
#footer01 ul li a:before,
#footer02 ul li a:before {
	content: "\f054 ";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	padding-right: 2px;
}
#footer01 ul li {
	padding-top: 15px;
}
#footer01 a:link,
#footer01 a:active,
#footer01 a:visited {
	color: #10218b;
	text-decoration: none;
}
#footer01 a:hover {
	color: #182ca7;
	text-decoration: none;
}
#footer02 {
	clear: both;
	width: 100%;
	background-color: #10218b;
	padding-top: 20px;
	color: #FFF;
}
#footer02 a:link,
#footer02 a:active,
#footer02 a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer02 a:hover {
	color: #cdd4ff;
	text-decoration: none;
}
.f_address {
	font-size: 11px;
	float: left;
	text-align: left;
}
.copy {
	clear: both;
	font-size: 11px;
	text-align: center;
	padding: 44px 0 20px 0;
	font-family: Tahoma, Geneva, sans-serif;
	color: #8890c5;
}
/*
---------------------------------------------------------------------
	Common
---------------------------------------------------------------------
*/

.f_left { float: left; }
.f_right { float: right; }
.clear { clear: both; }
.t_bold { font-weight: bold; }
.t_red { color: #e70000; }
.t_small { font-size: 80%; }
.t_large { font-size: 120%; }
.t_orange { color: #ff4e00; }

.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }
.pt70 { padding-top: 70px; }
.pb30 { padding-bottom: 30px; }
.pb70 { padding-bottom: 70px; }
.pl10 { padding-left: 10px; }
.pl30 { padding-left: 30px; }

.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt70 { margin-top: 70px; }
.mb20 { margin-bottom: 20px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mr15 { margin-right: 15px; }

.none { display: none; }

/*
---------------------------------------------------------------------
	index.html
---------------------------------------------------------------------
*/
ul.top_menu {
	width: 960px;
	height: 220px;
	overflow: hidden;
	margin: 44px 0;	
}
ul.top_menu li {
	float: left;	
}
/*
---------------------------------------------------------------------
	content
---------------------------------------------------------------------
*/
.border_box {
	width: 936px;
	height: auto;
	background: url(../images/bg_border.jpg) repeat;
	padding: 12px;
	margin-top: 50px;
}
.border_box_inner {
	background-color: #FFF;
	padding: 30px 60px;
}
.border_box ul li {
	font-weight: bold;
	font-size: 20px;
	color: #10218b;	
}
.border_box ul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	padding-right: 10px;
	color: #ff4e00;
}
/* スマホアプリ開発 */
.fret {
	width: 991px;
	height: 354px;
	background: url(../images/app_fret.jpg) no-repeat;
	margin-top: 20px;
}
.fret ol {
	padding: 110px 74px;
	font-size: 19px;
	counter-reset:number;
	list-style:none;
}
.fret ol li {
	font-weight: bold;
	line-height: 2.0;
}
.fret ol li:before{
	float: left;
	/* カウンタ（数字になる部分） */
	counter-increment: number;/* 任意の名前を付けて！ */
	content: counter(number);/* 名前を付けたカウンターを呼び出し */
	color: #ff4e00;
	padding-right: 12px;
}
/* 足跡集客 */
.fret_sokuseki {
	width: 995px;
	height: 374px;
	background: url(../images/sokuseki_fret.jpg) no-repeat;
}
.fret_sokuseki ul {
	padding: 93px 74px;
	font-size: 19px;
	counter-reset:number;
	list-style:none;
}
.fret_sokuseki ul li {
	font-weight: bold;
	line-height: 2.0;
}
.fret_sokuseki ul li:before{
	content: "\f00c";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	padding-right: 10px;
	color: #ff4e00;
}
/* システム開発 */
.fret_system {
	width: 960px;
	height: 375px;
	background: url(../images/system_fret.jpg) no-repeat;
}
.fret_system .inner {
	padding: 121px 74px;
	font-size: 19px;
}
.fret_system ul li {
	font-weight: bold;
	font-size: 20px;
	color: #10218b;	
	margin-left: 30px;
}
.fret_system ul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	padding-right: 10px;
	color: #ff4e00;
}

.blue_box {
	border-left: 12px solid #10218b;
	border-right: 12px solid #10218b;
	border-bottom: 12px solid #10218b;
	padding: 0 62px 32px 62px;
}
.blue_box2 {
	border-left: 12px solid #10218b;
	border-right: 12px solid #10218b;
	border-bottom: 12px solid #10218b;
	padding: 62px;
}
.blue_box3 {
	border-left: 12px solid #10218b;
	border-right: 12px solid #10218b;
	border-bottom: 12px solid #10218b;
	padding: 42px 62px 20px 62px;
}
.blue_box4 {
	border: 12px solid #10218b;
	padding: 42px 62px 20px 62px;
	margin-top: 70px;
}
.blue_box_inner {
	padding: 0 0 40px 66px;
	font-size: 90%;
}
dl.orange_box {
	border: 2px solid #ff4e00;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	margin-bottom: 30px;
}
dl.orange_box dt {
	background: #ff4e00;
	color: #FFF;
	font-weight: bold;
	padding: 25px 36px;
	font-size: 22px;
}
dl.orange_box dd {
	padding: 24px 36px;	
}
dl.orange_box dd p.ttl_orange {
	font-size: 22px;
	color: #ff4e00;
	font-weight: bold;
	padding-bottom: 10px;
}
dl.point_01 {
	width: 799px;
	height: auto;
	background: url(../images/point_01.jpg) no-repeat;
	margin-bottom: 40px;
}
dl.point_02 {
	width: 799px;
	height: auto;
	background: url(../images/point_02.jpg) no-repeat;
	margin-bottom: 40px;
}
dl.point_03 {
	width: 799px;
	height: auto;
	background: url(../images/point_03.jpg) no-repeat;
	margin-bottom: 40px;
}

dl.point_01 dt,
dl.point_02 dt,
dl.point_03 dt {
	font-weight: bold;
	font-size: 22px;
	color: #FFF;
	padding: 13px 0 0 176px;
}
dl.point_01 dd,
dl.point_02 dd,
dl.point_03 dd {
	padding: 36px 46px 0 176px;
}
h2 {
	margin-top: 70px;
}
h2.normal { 
	width: 960px;
	height: 101px;
	background: url(../images/ttl_bg.jpg) repeat-x;
}
h2.normal p {
	padding: 50px 40px 0 40px;
	font-size: 38px;
	font-weight: bold;
	color: #FFF;
}
h2.normal p:before {
	content: "\f18e";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	padding-right: 26px;
}
h3.sttl {
	border-bottom: 2px solid #10218b;
	font-weight: bold;
	font-size: 20px;
	margin: 40px 0 20px 0;
	line-height: 1.6;
}
h4 {
	font-weight: bold;
	font-size: 20px;
	color: #10218b;
	padding-bottom: 20px;
}
ul.flow li.flow_01 {
	width: 800px;
	height: 177px;
	background: url(../images/sokuseki_flow_01.jpg) no-repeat;
}
ul.flow li.flow_01 p.flow_t {
	font-size: 18px;
	font-weight: bold;
	padding: 30px 260px 0 105px;
	color: #10218b;
}
ul.flow li.flow_02 {
	width: 800px;
	height: 176px;
	background: url(../images/sokuseki_flow_02.jpg) no-repeat;
}
ul.flow li.flow_02 p.flow_t {
	font-size: 18px;
	font-weight: bold;
	padding: 45px 260px 0 105px;
	color: #10218b;
}
ul.flow li.flow_03 {
	width: 800px;
	height: 178px;
	background: url(../images/sokuseki_flow_03.jpg) no-repeat;
}
ul.flow li.flow_03 p.flow_t {
	font-size: 18px;
	font-weight: bold;
	padding: 45px 260px 0 105px;
	color: #10218b;
}
ul.flow li.flow_04 {
	width: 800px;
	height: 218px;
	background: url(../images/sokuseki_flow_04.jpg) no-repeat;
}
ul.flow li.flow_04 p.flow_t {
	font-size: 18px;
	font-weight: bold;
	padding: 25px 260px 0 105px;
	color: #10218b;
}
ul.flow li.flow_05 {
	width: 800px;
	height: 159px;
	background: url(../images/sokuseki_flow_05.jpg) no-repeat;
}
ul.flow li.flow_05 p.flow_t {
	font-size: 18px;
	font-weight: bold;
	padding: 25px 260px 0 105px;
	color: #10218b;
}

ul.flow li p.small {
	padding: 10px 260px 0 105px;
	font-size: 90%;
}
.seika {
	width: 800px;
	height: 210px;
	background: url(../images/sokuseki_seika.jpg) no-repeat;
	margin-top: 40px;
}
.seika p {
	padding-top: 183px;
}
dl.reason_01 {
	width: 800px;
	background: url(../images/reason_01.jpg) no-repeat left top;
	padding-bottom: 28px;
	border-bottom: 1px dotted #10218b;
}
dl.reason_02 {
	width: 800px;
	background: url(../images/reason_02.jpg) no-repeat left top;
	margin-top: 28px;
	padding-bottom: 28px;
	border-bottom: 1px dotted #10218b;
}
dl.reason_03 {
	width: 800px;
	background: url(../images/reason_03.jpg) no-repeat left top;
	margin-top: 28px;
	padding-bottom: 28px;
	border-bottom: 1px dotted #10218b;
}
dl.reason_03last {
	width: 800px;
	background: url(../images/reason_03.jpg) no-repeat left top;
	margin-top: 28px;
	padding-bottom: 28px;
}

dl.reason_sarani {
	width: 800px;
	height: 111px;
	background: url(../images/reason_sarani.jpg) no-repeat left top;
	margin-top: 28px;
	padding-bottom: 28px;
}

dl.reason_01 dt,
dl.reason_02 dt,
dl.reason_03 dt,
dl.reason_03last dt,
dl.reason_sarani dt {
	font-size: 22px;
	font-weight: bold;
	padding: 10px 60px 0 130px;
	color: #10218b;
}
dl.reason_sarani dt {
	color: #ff4e00;
}
dl.reason_01 dd,
dl.reason_02 dd,
dl.reason_03 dd,
dl.reason_03last dd,
dl.reason_sarani dd {
	padding: 15px 50px 0 130px;
	font-size: 90%;
}
dl.qa {
	width: 800px;
	margin-bottom: 28px;
	padding-bottom: 28px;
	border-bottom: 1px dotted #10218b;
}
dl.qa dt,
dl.qa_last dt {
	font-size: 20px;
	font-weight: bold;
	background: url(../images/icon_q.jpg) no-repeat left 5px;
	padding: 0 50px 0 42px;
}
dl.qa dd,
dl.qa_last dd {
	font-size: 90%;
	background: url(../images/icon_a.jpg) no-repeat left 3px;
	padding: 0 50px 0 42px;
	margin-top: 10px;
}
dl.qa_last {
	width: 800px;
}
.voice {
	width: 807px;
	background: url(../images/voice_bg.jpg) repeat-y;
	font-size: 90%;
}
.voice_top {
	width: 807px;
	background: url(../images/voice_top.jpg) no-repeat;
}
.voice_inner {
	padding: 0 29px 35px 29px;
}
.voice_01 {
	width: 735px;
	height: 70px;
	background: url(../images/voice_01.jpg) no-repeat 0 36px;
	padding: 47px 10px 0 0;
	text-align: right;
	color: #FFF;	
}
.voice_02 {
	width: 735px;
	height: 70px;
	background: url(../images/voice_02.jpg) no-repeat 0 36px;
	margin-top: 20px;
	padding: 47px 10px 0 0;
	text-align: right;
	color: #FFF;	
}
.voice_03 {
	width: 735px;
	height: 70px;
	background: url(../images/voice_03.jpg) no-repeat 0 36px;
	margin-top: 20px;
	padding: 47px 10px 0 0;
	text-align: right;
	color: #FFF;	
}
dl.merit_01 {
	clear: both;
	width: 812px;
	height: auto;
	background: url(../images/app_merit_01.jpg) no-repeat;
	margin-bottom: 40px;
}
dl.merit_02 {
	clear: both;
	width: 812px;
	height: auto;
	background: url(../images/app_merit_02.jpg) no-repeat;
	margin-bottom: 40px;
}
dl.merit_03 {
	clear: both;
	width: 812px;
	height: auto;
	background: url(../images/app_merit_03.jpg) no-repeat;
	margin-bottom: 40px;
}

dl.merit_01 dt,
dl.merit_02 dt,
dl.merit_03 dt {
	font-weight: bold;
	font-size: 22px;
	color: #FFF;
	padding: 75px 0 0 176px;
}
dl.merit_01 dd,
dl.merit_02 dd,
dl.merit_03 dd {
	padding: 36px 46px 0 50px;
}
dl.tuyomi_01 {
	width: 800px;
	height: auto;
	padding-bottom: 20px;
	background: url(../images/app_tuyomi_01_img.jpg) no-repeat right;
	border-bottom: 1px dotted #10218b;
}
dl.tuyomi_02 {
	width: 800px;
	height: auto;
	margin-top: 20px;
	padding-bottom: 20px;
	background: url(../images/app_tuyomi_02_img.jpg) no-repeat right;
	border-bottom: 1px dotted #10218b;
}
dl.tuyomi_03 {
	width: 800px;
	height: auto;
	margin-top: 20px;
	padding-bottom: 40px;
	background: url(../images/app_tuyomi_03_img.jpg) no-repeat right;
	border-bottom: 1px dotted #10218b;
}
dl.tuyomi_04 {
	width: 800px;
	height: auto;
	margin-top: 20px;
	background: url(../images/app_tuyomi_04_img.jpg) no-repeat right;
}

dl.tuyomi_01 dt,
dl.tuyomi_02 dt,
dl.tuyomi_03 dt,
dl.tuyomi_04 dt,
dl.tuyomi_sys_01 dt,
dl.tuyomi_sys_02 dt,
dl.tuyomi_sys_03 dt {
	font-size: 22px;
	font-weight: bold;
	padding: 0 60px 0 0;
	color: #10218b;
}
dl.tuyomi_01 dt:before,
dl.tuyomi_02 dt:before,
dl.tuyomi_03 dt:before,
dl.tuyomi_04 dt:before,
dl.tuyomi_sys_01 dt:before,
dl.tuyomi_sys_02 dt:before,
dl.tuyomi_sys_03 dt:before {
	content: "\f058";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	padding-right: 10px;
}

dl.tuyomi_01 dd,
dl.tuyomi_02 dd,
dl.tuyomi_03 dd,
dl.tuyomi_04 dd,
dl.tuyomi_sys_01 dd,
dl.tuyomi_sys_02 dd,
dl.tuyomi_sys_03 dd {
	padding: 10px 160px 0 32px;
	font-size: 90%;
}
dl.tuyomi_sys_01 {
	width: 800px;
	height: auto;
	padding-bottom: 20px;
	background: url(../images/sys_tuyomi_01_img.jpg) no-repeat right;
	border-bottom: 1px dotted #10218b;
}
dl.tuyomi_sys_02 {
	width: 800px;
	height: auto;
	margin-top: 20px;
	padding-bottom: 20px;
	background: url(../images/sys_tuyomi_02_img.jpg) no-repeat right;
	border-bottom: 1px dotted #10218b;
}
dl.tuyomi_sys_03 {
	width: 800px;
	height: auto;
	margin-top: 20px;
	padding-bottom: 40px;
	background: url(../images/sys_tuyomi_03_img.jpg) no-repeat right;
}

ul.list_m1 li:before {
	content: "―";
	display: inline-block;
	padding-right: 15px;
}
ul.list_m2 li:before {
	content: "・";
	display: inline-block;
	padding-right: 15px;
}
.system_box {
	border: 2px solid #ff4e00;
	border: 2px solid #ff4e00;
	padding: 10px;
	margin: 0 0 10px;
		
}
/*
---------------------------------------------------------------------
	CTA style
---------------------------------------------------------------------
*/
#cta {
	width: 100%;
	height: 265px;
	background: url(../images/cta_bg.jpg) repeat-x;
	margin-top: 70px;
	margin-bottom: 20px;
}
.cta_box {
	width: 1072px;
	height: 265px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/cta.png) no-repeat;
}
.cta_button {
	text-align: left;
	padding: 140px 0 0 501px;	
}

.cta_bottom {
	width: 975px;
	height: 293px;
	background: url(../images/cta_bottom.jpg) no-repeat;
	margin-top: 70px;
	margin-bottom: 100px;
}
.cta_button_bottom {
	padding: 185px 0 0 445px;	
}
/*
---------------------------------------------------------------------
	table style
---------------------------------------------------------------------
*/
table.basic {
	border: 1px solid #bcbcbc;
	text-align: left;
	vertical-align: top;
	line-height: 1.3;
	width: 100%;	
}
table.basic th {
	padding: 10px;
	background-color: #f7f7f7;
	font-weight: bold;
	border-bottom: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
}
table.basic td {
	padding: 10px;
	border-bottom: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
}
table.list {
	border: 2px solid #10218b;
	text-align: left;
	vertical-align: top;
	line-height: 1.3;
	width: 100%;	
}
table.list th {
	padding: 10px;
	background-color: #ecffff;
	font-weight: bold;
	border-bottom: 2px solid #10218b;
	border-right: 2px solid #10218b;
}
table.list td {
	padding: 10px;
	border-bottom: 2px solid #10218b;
	border-right: 2px solid #10218b;
}
table.list th.bg_blue {
	background-color: #7785AC;
	color: #FFF;
}

table.list th.bg_orange {
	background-color: #ff4e00;
	color: #FFF;
}
table.non_border {
	text-align: left;
	vertical-align: top;
	line-height: 1.3;
	width: 100%;	
}
table.non_border th {
	padding: 10px;
	font-weight: bold;
	color: #10218b;
	vertical-align: top;
}
table.non_border td {
	padding: 10px;
}

.mark {
	padding-bottom: 10px;	
}