 @charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/*IE6,7対策 （haslayout対策）*/
.cf {
 *zoom:1;
}
ul, li, dl, dt, dd {
	list-style: none;
	margin: 0;
	padding: 0;
}
a:hover img {
	opacity: 0.8;
}
p {
	margin: 0 0 20px 0;
}
p, ul {
	font-family: "Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust: 0.488;
	font-weight: 200;
	font-style: normal;
}
img {
	border: 0;
}
/*===============================
リセット　未完
==================================*/
header {
	border-top: 4px solid #0e6eb8;
	width: 100%;
}
h1 {
	margin: 20px 0;
	text-align: center;
}
.gnavi {
	margin: 0 auto 20px;
	padding-top: 20px;
	display:table;
}
.gnavi li {
	display:table-cell;
}
.gnavi li a {
	padding: 6px 20px 0 23px;
	color: #686363;
	text-decoration: none;
	font-size: 16px;
	margin-left: 5px;
	margin-bottom: -70px;
}
.gnavi li a:hover {
	color: #0e6eb8;
}
.gnavi li.g01 {
	background: url(images/top_03.png) no-repeat left top;
}
.gnavi li.g02 {
	background: url(images/top_05.png) no-repeat left top;
}
.gnavi li.g03 {
	background: url(images/top_07.png) no-repeat left top;
}
.gnavi li.g04 {
	background: url(images/top_10.png) no-repeat left top;
}
.bgHeader {
	position: relative;
	z-index: 1000;
}
.bgHeader span {
	display: block;
	left: 0;
	position: absolute;
	top: -1px;
	width: 100%;
}

@media screen and ( max-width:479px ) {
.gnavi {
	width: 100%;
	max-width: 479px;
	margin: 0 auto;
	padding-bottom: -40px;
}
.gnavi li {
	width: 50%;
	background-color: #0e6eb8;
	background-image: none;
	text-align: center;
	float:left;
	display:inherit;
}
.gnavi li a {
	display: block;
	padding: 20px;
	font-size: 100%;
	color: #FFF;
	background-color: #0e6eb8;
	background-image: none;
	margin: 0;
	border: 1px solid #055999;
}
.gnavi li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#nav, .bgHeader {
	display: none;
  }
}

h2 {
	font-family: "Beau Sans Pro Book", Verdana, sans-serif;
	font-size-adjust: 0.531;
	font-weight: 500;
	font-style: normal;
	font-size: 300%;
}
.comImg {
	width: 100%;
}
.story {
	margin: 0 auto;
	overflow: auto;
	width: 980px;
}
.story .float-right {
	padding: 160px 0 0 0;
	position: relative;
	width: 980px;
}
.float-right {
	text-align:center;
	margin: 10px 0px 0 0;
	color: #FFF;
}
.float-right p {
	font-family: "Beau Sans Pro Book", Verdana, sans-serif;
	font-size-adjust: 0.531;
	font-weight: 500;
	line-height: 2;
	font-size: 130%;
}
/*===============================
header main
==================================*/


#nav {
	list-style: none;
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 999;
}
#nav li {
	margin: 0 0 15px 0;
}
.bk {
	background: rgba(0, 0, 0, 0) url("./images/ten.png") repeat scroll left top;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#intro, #second {
	width: 100%;
	margin-bottom: 20px;
}
#intro {
	background: url(images/main03.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 600px;
	margin: 1px auto 20px;
	padding: 0;
	position:relative;
}

@media screen and ( max-width:479px ) {
#intro {
	background: rgba(0, 0, 0, 0) url(images/main03.jpg) no-repeat scroll 0 0 / contain ;
    height: 0;
    left: 0;
    padding-top: 60%;
}
.story {
	width:100%;
	overflow:visible;
}
.story .float-right {
	display:none;
}
.bk {
	display:none;
}
.float-right {
	float: right;
	margin: 10px 0px 0 0;
	color: #0e6eb8;
}


}

h3 {
	font-size: 24px;
	margin-bottom: 8px;
	text-align: center;
	font-weight: 300;
}
.sub {
	color: #0e6eb8;
	text-align: center;
}
.service {
	width: 980px;
	margin: 0 auto;
}
.box {
	width: 240px;
	line-height: 1.6;
	float: left;
	margin: 20px 100px 40px 20px;
}
.ml0 {
	margin-right: 0;
}
.title {
	margin-bottom: 12px;
}
.circle {
	width: 200px;
	height: 200px;
	background: #0e6eb8;
	border-radius: 200px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	margin-bottom: 20px;
}
.circle img {
	margin: 60px;
}
.txt {
	text-align: justify;
}
.work {
	width: 100%;
	background: #f1efef;
	padding: 40px 0;
	text-align: center;
	line-height: 1.6;
}
.work_inner {
	width: 980px;
	margin: 0 auto;
}
.work img {
	margin: 12px;
}
.work a {
	border: 1px solid #ccc;
	border-radius: 10px;
	color: #fff;
	padding: 15px 40px;
	background: #0e6eb8;
	text-decoration: none;
}
.work a:hover {
	background: #1c8de4;
}
@media screen and ( max-width:479px ) {
	.service {
		width:100%;
	}
	.box {
		width:80%;
		float:none;
		margin:20px auto;
	}
	.circle {
		margin: 0 auto 10px;
	}
	.work_inner {
		width:80%;
	}
}



#fifth dl {
	border-bottom: 1px dotted #b5d7e8;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-align: left;
	width: 100%;
	display: table;
}
#fifth dt {
	display: table-cell;
	font-weight: normal;
	padding-left: 60px;
	width: 200px;
}
#fifth dd {
	display: table-cell;
	padding-left: 30px;
}
#five {
	margin-bottom: 50px;
	padding: 20px;
}
#five .five01 {
	float: left;
	padding: 0 40px;
}
.five01 h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	height:auto;
}
#five .five02 {
	float: left;
	width: 400px;
	text-align: center;
	border: 1px dotted #b5d7e8;
	border-top: none;
	border-bottom: none;
	padding: 0px 40px;
}
#five .five02 p.text {
	font-size: 80%;
	margin-bottom: 10px;
	line-height: 1.6;
}
#five .five03 {
	float: left;
	padding: 20px 0 0 40px;
	text-align: center;
}
#five .five03 a {
	border: 1px solid #ccc;
	border-radius: 10px;
	color: #fff;
	padding: 15px 40px;
	background: #0e6eb8;
	text-decoration: none;
}
#five .five03 a:hover {
	background: #1c8de4;
}
footer {
	width: 100%;
	padding: 12px 0 10px;
	text-align: center;
	background: #0e6eb8;
	color: #FFF;
	font-size: 80%;
}
footer p {
	margin: 0;
}
@media screen and ( max-width:479px ) {

#fifth dt {
	display: table-cell;
	font-weight: normal;
	padding-left: 20px;
	width: 27%;
}
#fifth dd {
	display: table-cell;
	padding: 0 16px;
}
#five {
	overflow:visible;
}
#five .five01 {
	float:none;
	padding:0;
}
#five .five02 {
	float: none;
	width: 100%;
	text-align: center;
	border-top: 1px dotted #b5d7e8;
	border-left:none;
	border-right:none;
	padding: 20px 0px;
}
#five .five02 p.text {
	font-size: 80%;
	margin-bottom: 10px;
	line-height: 1.6;
}
#five .five03 {
	float: none;
	padding: 0;
	text-align: center;
	margin:0 auto;
}

}
