

/********** BASE **********/



html{
	font-size: 62.5%; /*10px*/
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

body{
	font-size: 2em;
	color: #3E4450;
}

#wrapper {
	font-size: 20px;
	font-size: 2rem;
	background: #F5F8FF;
	line-height: 1.4;
}

header {
	background: #fff;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	z-index: 50;
	height: 70px;
}

article {
}

.bg-dark {
	background: #2F2F2F;
	color: #fff;
}

.bg-gray {
	background: #F5F8FF;
}

.bg-green {
	background: #1ABC9C;
	color: #fff;
}

.bg-dark,
.bg-gray,
.bg-green{
	padding-top: 100px;
}

img {
	width: 100%;
}

.block {
	margin: 0 5%;
}

.left,
.left-none {
	float: left;
}

.right,
.right-none {
	float: right;
	text-align: right;
}

.half {
	width: 45%;
}

.align-center {
	text-align: center;
}

a {
	color: #1ABC9C;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

a:hover {
	color: #257C6B;
}

/********** END BASE **********/


/********** FONT **********/

.main-image h2 {
	margin-bottom: 20px;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 40px;
}

.main-image h3 {
	border: none;
	padding-bottom: 0;
	margin-bottom: 10px;

}

h3 {
	font-size: 25px;
	font-size: 2.5rem;
	border-bottom: 1px dotted;
	padding-bottom: 4px;
	margin-bottom: 20px;
}

h4 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 20px;
}

.font-green {
	color: #1ABC9C;
}

.font-white {
	color: #fff;
}

p {
	margin: 5px 0 15px 0;
}


/********** HEADER **********/

header img {
	margin-top: 10px;
}


/********** HEADER **********/


/********** CONTENTS **********/

.lt-ie9 .main-image {
	background-image: url(../img/top.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: white;
}

.main-image {
	background-image:
		url(../img/dot.png),
		url(../img/top.png);
	background-size:
		auto,
		cover;
	background-repeat:
		repeat,
		no-repeat;
	background-position:
		center center,
		center center;
	color: white;
}

.main-image .container:first-child {
	padding-top: 170px;
}

.paragraph {
	margin-bottom: 100px;
	padding: 0 16px;
}

.paragraph-s {
	margin-bottom: 50px;
}

.check li{
	background: url(../img/check.png) left 3px no-repeat;
	padding-left: 35px;
	margin: 15px 0;
}

.image-abs {
	position: absolute;
	bottom: 0;
	right: 0;
}

.icon {
	padding: 0 15%;
	padding: 0\9;
}

.ghoast-green,
.ghoast-white {
	display: inline-block;
	text-decoration: none;
	height: 36px;
	line-height: 36px;
	font-size: 1em;
	padding: 0.5em 0;
	margin: 10px 0;
	width: 100%;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	box-sizing: content-box;
	text-align: center;
}

.ghoast-green {
	border: 2px solid #1ABC9C;
	color: #1ABC9C;
}

.ghoast-white {
	border: 2px solid #fff;
	color: #fff;
}

.ghoast-green:hover {
	background: none repeat scroll 0% 0% #1ABC9C;
	color: #FFF;
}

.ghoast-white:hover {
	border: 2px solid #1ABC9C;
	color: #1ABC9C;
}

.ghoast-white a{
	color: #fff;
}

.ghoast-white a:hover{
	color: #1ABC9C;
}


.circle {
	width: 70%;
}

.bwWrapper {
	position:relative;
	display:block;
}


/********** FOOTER **********/

footer {
	font-size: 14px;
	font-size: 1.4rem;
}

footer ul li{
	list-style: none;
	background: url("../img/li_s.png") no-repeat left center;
	padding-left:22px;
	margin: 0 20px 5px 0;
	float: left
}

footer p {
	text-align: center;
}



.ie-hack {
	width: 30%\9;
	float: left\9;
	margin: 1.5%\9;
}



@media screen and ( max-width : 768px ) {

	#wrapper {
		font-size: 18px;
		font-size: 1.8rem;
		background: #F5F8FF;
		line-height: 1.4;
	}

	header {
		height: 50px;
	}

	header .left,
	header .right{
		width: 40%;
	}

	header img{
		max-width: 150px;
	}

	.bg-dark,
	.bg-gray,
	.bg-green{
		padding-top: 50px;
	}

	h2 {
		font-size: 20px;
		font-size: 2rem;
		font-weight: bold;
		margin-bottom: 40px;
	}

	.main-image .container:first-child {
		padding-top: 100px;
	}

	.main-image h3 {
		border: none;
		padding-bottom: 0;
		margin-bottom: 10px;

	}

	h3 {
		font-size: 18px;
		font-size: 1.8rem;
		border-bottom: 1px dotted;
		padding-bottom: 4px;
		margin-bottom: 20px;
	}

	h4 {
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		margin-top: 20px;
	}

	.ghoast-green,
	.ghoast-white {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.paragraph {
		margin-bottom: 50px;
		padding: 0;
	}

	.mobile {
		display: none;
	}

	.lelft-none,
	.right-none {
		float: none;
	}

	.half {
		width: 100%;
	}

	footer {
		font-size: 13px;
		font-size: 1.3rem;
	}


}

