@charset "UTF-8";

@import "base.css";
@import "main.css";


/* -------------------------------------
 *	全体共通
 * ------------------------------------- */

.inner {
	width: 960px;
	margin: 0 auto;
}


/* -------------------------------------
 *	Head
 * ------------------------------------- */

#head {
	padding-top: 120px;
	padding-bottom: 130px;
	text-align: center;
}


/* -------------------------------------
 *	gNav
 * ------------------------------------- */

#gNav {
	margin-bottom: 60px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 36px;
	text-align: center;
}
#gNav ul li {
	display: inline-block;
	margin: 0 35px;
}
#gNav ul li a {
	color: #a6a6a6;
}
#gNav ul li a:hover {
	color: #333;
	text-decoration: underline;
}


/* -------------------------------------
 *	冒頭文
 * ------------------------------------- */

#catch {
	padding: 50px 0;
	margin-bottom: 50px;
	text-align: center;
	background-size: cover;
	background-image: url(../../img/bg_index_catch.jpg);
}
#catch .inner {
	padding: 50px 0 30px;
	background: rgba(255,255,255,0.5);
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
#catchBody {
	position: relative;
}
#catchBody img {
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	box-shadow: 4px 4px 4px #666;
	background: #fff;
}
#catch h3 {
	width: 660px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 36px;
	position: absolute;
	left: 150px;
	bottom: 35px;
	background: rgba(0,0,0,0.3);
}


/* -------------------------------------
 *	笑顔になる仕組み
 * ------------------------------------- */

#system {
	margin-bottom: 70px;
}
/* タイトル
---------------------------------------- */
#systemHead {
	line-height: 140%;
	padding-bottom: 50px;
	margin-bottom: 50px;
	color: #ff7a00;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	background: url(../../img/ico_index_system_arrow.gif) no-repeat center bottom;
}

/* 各項目
---------------------------------------- */
.systemItem {
	width: 960px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0 auto;
	color: #fff;
}
.systemItem img.main {
	width: 400px;
	box-shadow: 3px 3px 5px #666;
	float: left;
}
.systemBody {
	margin-left: 440px;
}
.systemBody h2 {
	line-height: 1.3;
	font-size: 30px;
	margin-bottom: 20px;
}
.systemBody h2 img {
	margin-left: 15px;
	float: right;
}
.systemBody p {
	margin-bottom: 15px;
}
.systemBody span {
	display: inline-block;
	line-height: 24px;
	padding: 0 5px;
	background: #ea5006;
}
#system01 {
	position: relative;
	background: #f0831f;
}
#system02 {
	position: relative;
	background: #f6ad3c;
}
#system03 {
	position: relative;
	background: #3298ab;
}
.onePoint {
	color: rgba(255,255,255,0.3);
	font-family: "Arial Black";
	font-size: 90px;
	position: absolute;
	left: 0;
	bottom: 20px;
}


/* -------------------------------------
 *	制作の流れ
 * ------------------------------------- */

#flow {
	width: 960px;
	margin: 0 auto 50px;
}
#flow h2 {
	margin-bottom: 30px;
	text-align: center;
}
#flow h2 span {
	color: #999;
	font-family: Arial;
	font-size: 72px;
	letter-spacing: 10px;
}
#flow ol li {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 1em;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dashed #999;
}
#flow ol li p {
	margin-left: 2em;
	font-size: 16px;
	font-weight: normal;
}


/* -------------------------------------
 *	制作実績
 * ------------------------------------- */

#results {
	padding-top: 50px;
	margin-bottom: 50px;
	background: url(../../img/line_index.jpg) repeat-x;
}
#results h2 {
	margin-bottom: 30px;
	text-align: center;
}
#results h2 span {
	color: #999;
	font-family: Arial;
	font-size: 72px;
	letter-spacing: 10px;
}
#results ul {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
#results ul li {
	width: 302px;
	margin: 0 9px 20px;
	float: left;
}
#results ul li img {
	border: 1px solid #ccc;
}


/* -------------------------------------
 *	価格
 * ------------------------------------- */

#price {
	padding: 50px 0;
	background-size: cover;
	background-image: url(../../img/bg_index_price.jpg);
}
#price h2 {
	margin-bottom: 30px;
	text-align: center;
	background: rgba(255,255,255,0.5);
}
#price h2 span {
	line-height: 72px;
	color: #999;
	font-family: Arial;
	font-size: 72px;
	letter-spacing: 10px;
}

#price ul#plan {
	width: 960px;
	margin: 0 auto;
}
#price ul#plan li {
	display: inline-block;
	width: 298px;
	padding-bottom: 20px;
	margin: 0 10px 20px;
	border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border: 1px solid #ccc;
    background: #fff;
}
#price ul#plan li h3 {
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
}
#price ul#plan li#standard h3 {
	background: #f0831f;
}
#price ul#plan li#easy h3 {
	background: #f6ad3c;
}
#price ul#plan li#easylight h3 {
	background: #3298ab;
}
#price ul#plan li dl {
	margin: 30px 20px 20px;
}
#price ul#plan li dt {
	float: left;
	margin-left: 0.5em;
}
#price ul#plan li dd {
	padding-right: 0.5em;
	margin-bottom: 15px;
	text-align: right;
	border-bottom: 1px dashed #999;
}

#price ul#priceNote {
	width: 890px;
	padding: 20px 25px;
	margin: 0 auto;
	background: rgba(255,255,255,0.5);
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#price ul#priceNote li {
	list-style-type: disc;
	margin-left: 1em;
}

/*
#price .inner {
	padding: 50px 0 30px;
	background: rgba(255,255,255,0.5);
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
#price h3,
#price ul,
#price p {
	width: 860px;
	margin: 0 auto;
}
#price h3 {
	margin-bottom: 10px;
	color: #ff7a00;
	font-size: 24px;
	font-weight: bold;
}
#price ul {
	margin-bottom: 30px;
}
#price ul li {
	padding: 0 10px 5px;
	margin-left: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #999;
}
#price ul li span {
	font-weight: bold;
	float: right;
}


/* -------------------------------------
 *	問い合わせフォーム
 * ------------------------------------- */

#form {
	padding: 50px 0;
	background: #f5f6f6;
}
#formBody {
	width: 760px;
	padding: 50px 50px 30px;
	margin: 0 auto;
	color: #fff;
	background: #636e80;
}
#form h2 {
	margin-bottom: 30px;
	text-align: center;
}
#form h2 span {
	color: #999;
	font-family: Arial;
	font-size: 72px;
	letter-spacing: 10px;
}
#form ul li {
	width: 360px;
	margin: 0 10px 20px;
	float: left;
}
#form ul li input {
	width: 347px;
	height: 40px;
	padding-left: 10px;
	border-left: 3px solid #ff7a00;
}
#form ul li.single {
	clear: both;
	width: 740px;
}
#form ul li textarea {
	width: 717px;
	height: 300px;
	padding: 10px;
	border-left: 3px solid #ff7a00;
}
#send {
	text-align: center;
}
#send input {
	padding: 30px;
}

/* -------------------------------------
 *	footer
 * ------------------------------------- */

#foot {
	padding-top: 80px;
	color: #fff;
	text-align: center;
	background: #383e48;
}
#foot img {
	width: 300px;
	margin-bottom: 30px;
}
#copy {
	margin-top: 30px;
	line-height: 24px;
	font-size: 12px;
	background: #333;
}


/* -------------------------------------
 *	PAGE TOP ボタン
 * ------------------------------------- */

#pageTop {
	position: fixed;
	bottom: 100px;
	left: 50%;
}
#pageTop a {
	display: block;
	width: 9em;
	height: 4em;
	line-height: 4em;
	margin-left: 500px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: #a6a6a6;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#pageTop a:hover {
	background: #f0831f;
}