@charset "utf-8";
/*============================================================

	◆業務内容

============================================================*/


/* グローバルナビ */

#gNav > ul > li:nth-of-type(2) > a {
	background: #333;
	color: #fff100;
}
#gNav > ul > li:nth-of-type(2) > a span {
	color: #fff;
}

#gNav > ul > li:nth-of-type(2) > a:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 5px;
	content: "";
	display: block;
	background: #1d9fe2;
}


/* タイトル */

#title:before ,
#title .inner {
	background-image: url(../images/works/title1.jpg);
}

#title.page2:before ,
#title.page2 .inner {
	background-image: url(../images/works/title2.jpg);
}

#title.page3:before ,
#title.page3 .inner {
	background-image: url(../images/works/title3.jpg?201804);
}

#title.page4:before ,
#title.page4 .inner {
	background-image: url(../images/works/title4.jpg);
}
#title.page4:before{
	background-position: center 15%;
}

/* コンテンツ */

.content header {
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: solid 2px #ccc;
}


/* =======================================
	自社経理の自動化
======================================= */

#soft .row {
	margin-bottom: 30px;
}

#soft h3 {
	margin-bottom: 20px;
}

#soft p {
	font-size: 16px;
	line-height: 1.5;
}


/* =======================================
	経営理念
======================================= */

#example li img {
	-webkit-box-shadow: 7px 7px 10px rgba(12,1,4,.1);
	-moz-box-shadow: 7px 7px 10px rgba(12,1,4,.1);
	box-shadow: 7px 7px 10px rgba(12,1,4,.1);
	border: solid 2px #ccc;
}


/* =======================================
	創業サポート
======================================= */

p.price {
	display: inline-block;
	margin-top: 15px;
	padding: 10px 25px;
	background-color: #f1f9ff;
	-webkit-box-shadow: inset 0 0 5px 5px #fff;
	-moz-box-shadow: inset 0 0 5px 5px #fff;
	box-shadow: inset 0 0 5px 5px #fff;
	border: solid 2px #1e479d;
	font-size: 22px;
	font-weight: bold;
}

p.price big {
	font-size: 30px;
}

p.price small {
	font-size: 15px;
	font-weight: normal;
}


.content .sogyo {
	padding-bottom: 50px;
	border-bottom: solid 2px #ccc;
}
.content .sogyo:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.content .sogyo h3 {
	margin: 10px 0 15px 0;
	padding: 0;
	border-bottom: solid 1px #1e479d;
	background: none;
	color: #000;
}
.content .sogyo h3 big {
	padding-right: 5px;
	color: #1d9fe2;
	font-size: 40px;
	font-style: italic;
	font-weight: normal;
}

.content .sogyo p {
	padding-left: 20px;
	font-size: 16px;
}

.content .img {
	margin-top: 30px;
}


/* =======================================
	料金体系
======================================= */

.content table {
	table-layout: fixed;
	text-align: center;
}

.content table th ,
.content table td {
	text-align: center;
}

.content table th {
	color: #444;
	font-weight: bold;
	white-space: inherit;
}

table tr:nth-child(even) th {
	background: #f0efef;
}

table thead tr th:nth-child(2) ,
table tr:nth-child(even) td:nth-child(even) {
	background: #e0e6f8;
}
table tr:nth-child(odd) td:nth-child(even) {
	background: #e4ecfe;
}
table thead tr th:nth-child(2) {
	color: #1e479d;
	font-size: 18px;
}

table thead tr th:nth-child(3) ,
table tr:nth-child(even) td:nth-child(odd) {
	background: #ddf4f9;
}
table tr:nth-child(odd) td:nth-child(odd) {
	background: #e1faff;
}
table thead tr th:nth-child(3) {
	color: #1d9fe2;
	font-size: 18px;
}

