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

html,
html*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

header{
	height: 60px;
	padding: 0px;
	background-color: black;
}

body{
	margin-left: auto;
	margin-right: auto;
}

img{
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: solid #A7A7A7;
	border-width: thin;
}

ul{
	text-decoration: none;
	list-style: none;
	padding: 0px;
}

.style_nav ul{
	list-style: none;
	padding: 0;
}

.style_nav ul li {
	text-decoration: none;
	display: inline-block;
	text-align: center;
}

.style_nav ul li a{
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	padding: 0px 8px;
}

.privacy ul li h4{
	text-align: left;
	margin-top: 10px;
}
.privacy ul li p{
	text-align: left;
	font-weight: lighter;
}

footer{
	padding: 10px 30px;
	background-color: #2E9C00;
}

.style_logo{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	display: block;
	width: 100px;
}

.row:before, .row:after{
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.navi{
	font-size:20px;
}
.box{
	height: 120px;
	margin: 10px;
	border-bottom: 5px inset #000000;
}

h1{
	font-size: 20px;
	font-weight: 100;
	margin-bottom: 10px;
}

h2{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}

h3{
	font-size: 25px;
	font-weight: 50;
	margin: 10px;
}

h4{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

p{
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 30px;
}


.button{
	border: #000000 solid;
	padding: 8px 20px;
	border-radius: 30px;
	color: #000000;
	text-decoration: none;
}

.introduction {
	margin: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 300px;
	text-align: center
	
}

.footer-text{
	font-size: 10px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.col{
	width:100%;
	text-align: center;
}

/*タブレット用*/
@media (min-width: 768px){
	
	body{
		max-width: 778px;
	}
	
	.style_nav ul li{
		display: inline-block;
	}
	
	.style_nav ul{
		text-align: center;
	}
	
	h1{
	font-size: 20px;
	margin-bottom: 20px;
}
	.col-md-half{
		width: 50%;
	}
	
	.col{
		float: left;
		padding: 10px 0px 0px;
	}
	
	
}

/*デスクトップ用*/
@media (min-width: 1024px){
	
	body{
		max-width: 1300px;
	}
	

	
	.style_nav{
		float: right;
	}
	
	.style_nav ul{
		padding-right: 20px;
	}
	
	.col-lg-qtr{
		width: 25%;
	}
}


