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

			 BASE
			
=============================  */
/*  ---------------------------
			Layout
---------------------------  */
*{
	margin:0;
	padding:0;
	transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}

html,body{
	color:#444;
	font-size:14px;
	line-height:1.6em;
	letter-spacing:0.1em;
	margin:0;
	padding:0;	
	height: 100%;
	font-family:'Lato','Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	word-break:break-all;
}

img{
	border:0;
}

p{
	margin:0;
	padding:0;
}

ul{
	list-style:none;
}

a{
	color:#444;
	text-decoration:none;
	filter: alpha(opacity=100);
  	-moz-opacity:1;
  	opacity:1;
	transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}

a:hover{
	text-decoration:none;
	filter: alpha(opacity=70);
  	-moz-opacity:0.7;
  	opacity:0.7;
}

h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
	font-weight:normal;
}

p{
	padding-bottom:10px;
}

.sp_show{
	display:none;
}

.sp_hide{
	display:block;
}

/*  ---------------------------
			Cnt
---------------------------  */
.cnt{
	width:100%;
	background:#fff;
	margin-bottom:200px;
	position:relative;
	z-index:100;
	-webkit-transform: translate3d(0,0,0);
}

.cnt .inner{
	width:980px;
	margin:0 auto;
	padding:60px 0 60px 0;
}

.cnt .inner .main{
	margin-top:50px;
}

.cnt .inner ul.cullum_2 li{
	float:left;
	width:460px;
}

.cnt .inner ul.cullum_2 li:first-child{
	margin-right:50px;
}

h2{
	font-size:30px;
	text-align:center;
}

h3{
	font-size:18px;
	text-align:center;
	margin-top:30px;
}

h4{
	font-size:20px;
	text-align:left;
	margin-bottom:20px;
}

h5{
	margin-bottom:10px;
	font-size:14px;
}


/*  ---------------------------
			Footer
---------------------------  */
footer{
	width:100%;
	font-size:12px;
	position:relative;
}

footer p{
	width:100%;
	text-align:center;
	padding:0;
	position:absolute;
	bottom:20px;
}

/*  ---------------------------
			clearfix
---------------------------  */
.clearfix:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	font-size: 0.1em;
	overflow:hidden;
	line-height:0;
}
/* WinIE7 MacIE5 */
.clearfix{
	display:inline-table;
	zoom:100%;
}
/* WinIE5-6 */
/* Hides from IE-mac \*/
* html html .clearfix{
	height:1px;
}
.clearfix{
	display:block;
}

.sp_hide{
	display:inline-block;
}


@media screen and (max-width: 788px){
.cnt .inner{
	width:auto;
	margin:0 auto;
	padding:60px 20px 60px 20px;
}

.cnt .inner .main{
	margin-top:50px;
}

.cnt .inner ul.cullum_2 li{
	float:none;
	width:100%;
}

.cnt .inner ul.cullum_2 li:first-child{
	margin-right:0;
	margin-bottom:20px;
}

h3{
	font-weight:bold;
}

.sp_show{
	display:block;
}

.sp_hide{
	display:none;
}
}
