@charset "utf-8";


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

	Init

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

body {
	/* IE8用、フォントサイズ調整の為　MS PGothic を指定 */
	font-family: 'Lato', Arial, Verdana, 'MS PGothic', sans-serif;
	font-size: 87.5%; /* 14px base */
	letter-spacing: 1px;
	line-height: 1.857;
	text-align: justify; /* for ff, webkit */
	text-justify: inter-ideograph; /* for IE */
	color: #333;
	background-color: #fff;
	min-width: 320px;
	/* safari5.1系で一部文字が（transform 3Dの影響で）かすれるのを防ぐため　*/
	-webkit-font-smoothing: subpixel-antialiased;
	/* モバイルでタッチ時のハイライトカラーを消す */
	-webkit-tap-highlight-color: transparent;
}

body.gtIE9, body.IE9 {
	/* IE9以上用、MS PGothic を除いて上書き */
	font-family: 'Lato', Arial, Verdana, sans-serif !important;
}

body.IE8, body.IE9 {
	min-width: 960px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

::selection {
	background: #fff333;
}
::-moz-selection {
	background: #fff333;
}

/* Micro clearfix */

.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}

.notransition {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}


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

	Typography

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

/* Base */
p {
	max-width: 860px;
	margin: 0 auto;
}
p[class] {
	max-width: none;
}
p[class^="c-"] {
	max-width: 860px;
}

p + p {
	margin-top: 1.714em;
}
p[class] + p {
	margin-top: 0;
}

.c-txt-s {
	font-size: 0.928em;
	line-height: 1.769;
}

.c-txt-ac {
	text-align: center;
}
.c-txt-al {
	text-align: left;
}
.c-txt-ar {
	text-align: right;
}


 /* Headings */

 h1, .h1 {
	font-size: 2.5em;
	line-height: 1.2;
	font-weight: bold;
	margin: 0 auto 50px;
}


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

	Layouts

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

html, body {
	height: 100%;
}

/* container */

.container {
	background-color: #f4f4f3;
	border: 30px solid #fff;
	min-height: 100%;
	box-sizing: border-box;
}


/* body */

.body {
	max-width: 960px;
	margin: 50px auto;
	padding: 0 40px;
}



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

	Boxs

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

.box,
.box-frame {
	margin: 50px 0;
	padding: 50px;
	background-color: #fff;
}

.box-frame {
	border: 5px solid #4d4d4d;
}





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

	Top

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


/* top-head */

.top-head:before {
	content: "";
	display: block;
	width: 170px;
	height: 170px;
	background: transparent url(../images/logo.png) no-repeat 0 0;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -85px;
	opacity: 0.3;
}

.top-head-title {
	font-size: 8.643em;
	line-height: 1;
	font-weight: normal;
	text-align: center;
	letter-spacing: 7px;
	margin-top: 210px
}

.top-head-box {
	padding: 0 20px !important;
	margin: 0 30px 50px;
}

.top-head-box ul {
	display: table;
	width: 100%;
	text-align: center;
}

.top-head-box li {
	display: table-cell;
}


.top-head-box a {
	font-size: 1.286em;
	color: #333;
	font-weight: bold;
	line-height: 1.333;
	text-decoration: none;
	display: block;
	padding: 50px 20px;
	position: relative;
}

.top-head-box a:hover {
	color: #17a4e6;
}

.top-head-box i {
	width: 80%;
	border-top: 2px solid #fff;
	display: block;
	position: relative;
	margin: 0 10%;
	top: 30px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.top-head-box a:hover i {
	top: 10px;
	border-top-color: #17a4e6;
}

.IE9 .top-head-box a:hover i {
	top: 30px;
}

.top-head p {
	font-size: 1.071em;
	text-align: center;
	margin-bottom: 80px;
}














