@charset "utf-8";
@import "html5reset.css";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
	word-wrap:break-word;
	font-size:22px;
	color:#fff;
	background:#00526F;
	-webkit-text-size-adjust: 100%;
	line-height: 1.7em;
	width:640px;
	margin-left:auto;
	margin-right:auto;

	font-family: 'Noto Sans JP', sans-serif;

	border-top: 25px #002A39 solid;
}

a {
	color:#fff;
}

section {
	margin-bottom:70px;
}

h2 {
	background: url(../images/h-bg.png) no-repeat;
	background-size: contain;
	text-align: center;
	font-size:40px;
	padding-top:32px;
	height:100px;
	margin-top:120px;
	margin-bottom:20px;
}

.h2none {
	background : none!important;
	height:auto!important;
}

h3 {
	color:#FFED00;
	font-size:1.2em;
	font-weight: bold;
	margin-bottom:25px;
}

p {
	margin-bottom:1em;
}

ul,
ol {
	margin-left:1.5em;
	margin-bottom:1em;
}

li {
	margin-bottom:1em;
}

img {
	max-width:100%;
	height:auto;
}

ul ul {
	margin-left:1em;
}

footer {
	margin-top:170px;
	padding:1em;
	text-align: right;
	background-color: #002A39;
	color:#fff;
	font-weight: bold;
}

footer a {
	color:#fff;
}

footer ul {
	list-style:none;
}

#wrap {
	margin:15px;
}

#logo {
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	margin-bottom:60px;
}

#story,
.lead {
	line-height: 1.7em;
	font-size:32px;
	font-weight: bold;
	text-align: center;
}

.itemText img {
	width:70px;
	margin-right:1em;
	/* margin-bottom:1em; */
	float:left;
}

.point {
	background-color: #FFED00;
	padding:5px 15px;
	color:#00526F;
	text-align: center;
	margin-right: 0.6em;
}

.konekoProf {
	background-color: #002A39;
	border-radius: 10px;
	padding:1em;
	margin:1em;
	margin-bottom:60px;
}

.konekoProf img {
	margin-left:20px;
	margin-bottom:20px;
}

.label {
	color:#02FF01;
	font-weight: bold;
}

.important {
	font-weight: bold;
	color:#FFED00;
}

.spText {
	font-size:85%;
	line-height: 1.5em;
	margin-bottom:2em;
}

.itemText {
	margin-bottom:2.5em;
}

.mail {
	text-align: center;
	font-size:1.2em;
	font-weight: bold;
}

.cols2,
.cols3 {
	display: flex;
	justify-content: space-between;
}

.cols2 .col {
	width:48%;
}

.cols3 .col {
	width:31%;
}

.ac {
	text-align: center;
}

.downloads {
	margin-left:220px;
	display: flex;
}

.downloads .downloads-android img {
	height:80px;
}

.downloads .downloads-apple img {
	padding-top:12px;
	height:55px;
}

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

/* 汎用クラス */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
