@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;
}

footer{
	padding: 10px 0px;
	background-color: #FFFFFF;
}

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

.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;
}


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

.row:after {
	clear: both;
}

.main_title{
	background: linear-gradient(-45deg, rgba(52, 143, 80, .6), rgba(86, 180, 211, .6)) fixed, url("../images/topimg.jpeg") fixed;
	background-size: cover;
	padding: 20px 20px 50px 20px;
	margin: 10px 0px;
	color: #FFFFFF;
	text-align: center;
}

.news{
	background: linear-gradient(-45deg, rgba(0, 180, 219, .6), rgba(0, 131, 176, .6)) fixed;
	background-size: cover;
	padding: 10px 0px 0px 10px;
	margin: 10px 0px;
	color: #262626;
	text-align: left;
}

.news ul, ol {
  padding: 0;
  position: relative;
}

.news ul li, ol li {
  color: #2d8fdd;
  border-left: solid 6px #2d8fdd;/*左側の線*/
  background: #f1f8ff;/*背景色*/
  margin-bottom: 3px;/*下のバーとの余白*/
   line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
}





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

h2{
	font-family: Meiryo, "Hiragino Kaku Gothic Pro W3", Courier New, sans-serif;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}

h3{
	font-size: 30px;
	font-weight: 50;
	margin-bottom: 50px;
}

h4{
	font-family: Meiryo, "Hiragino Kaku Gothic Pro W3", Courier New, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

p{
	font-family: Meiryo, "Hiragino Kaku Gothic Pro W3", Courier New, sans-serif;
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 10px;
}


.downlord_app_store{
	margin-left: 10px;
	margin-right: 10px;
	width: 140px;
}

.downlord_google_play{
	width: 153px;
}

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


.green-box{
	background-color: #FFFFFF;
	color: #262626;
	padding: 60px 30px;
	text-align: center;
}

.darkgreen-box{
	background-color: #ECE9E9;
	color: #262626;
	padding: 60px 30px;
	text-align: center;
}

.subtitle {
	height: 50px;
	margin-top: 10px;
	padding: 5px 0px ; 
	background-color: darkgray;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 300;
	text-align: center;
}

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

.downlord {
	background-color: #FFFFFF;
	padding: 10px 0px;
	margin: 10px 0px;
	color: #262626;
	text-align: center;
}

.downlord h4 {
	font-size: 22px;
    border-bottom: 3px solid #AEAEAE;
    padding: 10px;
}

.foot-wrap {
    background-color: #333;
    color: #fff;
    text-align: center;
}
.foot-wrap .menu-center {
    display: inline-block;
    width: 80%;
    margin: 10px auto;
}

.foot-wrap h3 {
	font-size: 14px;
    border-bottom: 3px solid #2d8fdd;
    padding: 10px;
}

.foot-wrap ul {
    list-style: none;
    padding: 0;
    line-height:40px;
}

.foot-wrap a {
	font-size: 12px;
    text-decoration: none;
    color: #fff;
}

.foot-wrap a:hover {
    color: deeppink;
}

.foot-wrap .cmark {
    display: block;
    padding: 10px;
    border-top: 1px solid gray;
    width: 80%;
    margin: 0 auto;
    color: gray;
}

.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: 20%;
	}
}


