@charset 'UTF-8';

/*************************************************
 ランディングページ用
*************************************************/
body
{
	font-family: 'ヒラギノ丸ゴ Pro W4', 'ヒラギノ丸ゴ Pro', 'Hiragino Maru Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'HG丸ｺﾞｼｯｸM-PRO', 'HGMaruGothicMPRO', sans-serif;
	font-size: 12px;
	-webkit-text-size-adjust: 100%;
	letter-spacing: .1em;
}
*{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.to{
	text-indent:-9999em;
	white-space:nowrap;
	overflow:hidden;
	font-size: 0px;
}

ul{
	list-style: none;
}

.wrapper{
	width: 100%;
	padding-bottom: 110px;
}
a{
	text-decoration: none;
}

img{
	width: 100%;
	vertical-align: baseline;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
/* スマホファースト
******************************************************************************* */
body{ font-size: 12px; }

/* 共通パーツ
--------------------------------------------------- */
/* ボックス */
.c-box{
	padding: 3%;
}

/* トップに戻るボタン */
.btn-toTop{
	display: block;
	width: 68px;
	margin-left: auto;
	margin-right: auto;
}

/* ヘッダー
--------------------------------------------------- */
header {
	background-color: #eec74a;
}
header h1{
	background-color: #533d1b;
	text-align: center;
	padding: 2%;
	margin-bottom: 2%;
}
header h1 img{
	width: 24%;
}
header .bnr{
	text-align: center;
}
header .bnr img{
	width: 97%;
	margin:2% auto;
}
.androidBnr {
	background-color: #e60012;
	color: #FFF;
	padding: 10px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

/* 各セクション
--------------------------------------------------- */

.sec1 {
	background-color: #e8f5fc;
	text-align: center;
	padding-top: 9%;
}
.sec1 .imgTxt {
	width: 83%;
	margin-bottom: 9%;
}
.sec1 .imgSphone {
	width: 86%;
}
.sec2 {
	background-color: #ec9413;
	padding: 11% 0 11% 0;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
}
.sec2 ul {
	width: 90%;
	margin: 0 auto;
}
.sec2 li {
	width: 49%;
	display: block;
	float: left;
	text-align: left;
}
.sec2 li:first-child {
	margin-right: 2%;
}
.sec2 li img {
	margin-bottom: 4%;

}
.sec3 {
	background-color: #e8f5fc;
	text-align: center;
	padding: 0 0 12% 0;
}
.sec3 .imgBook {

}
.sec3 .imgText {
	width: 91%;
	margin-top: 6%;
}
.sec4 {
	background-color: #fef7e8;
	padding: 8% 0% 8% 0%;
	text-align: center;
}
.sec4 .imgText {
	width: 84%;
	margin-bottom: 5%;
}
.sec4 .imgBook {
	width: 95%;
}

.sec5 {
	background-color: #FFF;
	padding: 15% 0% 15% 0%;
	text-align: center;
}
.sec5 img {
	width: 89%;
}

/* コピーライト
--------------------------------------------------- */
.copy {
	background-color: #533d1b;
	text-align: center;
	padding: 2% 0 2% 0;
}
.copy img {
	width: 47%;
	margin:0 auto;
}

/* ダウンロードエリア
--------------------------------------------------- */
footer{
	background-color: #e60012;
	width: 100%;
    height: 110px;
    padding: 10px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    z-index: 101;
	text-align: center;
}
footer .imgText {
	max-width: 400px;
}
/* footer ul{
	width: 280px;
	margin: 10px auto 0 auto;
	display: block;
}
footer .li_1 {
	width: 60px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
}
footer .li_2 {
	width: 200px;
	display: block;
	float: left;
}
footer li img{
	height: 60px;
	width: auto;
} */
footer ul{ width: 100%; margin: 3% auto 0; color: #fff;}
footer li.li_1{ width: 12.53%; float: left;}
footer li.li_2{ width: 42.73%; float: left; padding-left: 1%;}
footer li.li_3{ width: 42.73%; float: left; padding-left: 1%;}
footer li.li_3 .new { background-color: yellow ; display: block; color: black; width: 40%; margin: 1% auto 0;}
@media screen and (min-width:450px) { /* PC-size */
	footer ul{ width: 450px; margin: 8px auto 0;}
}

/* PC・タブレット向け
******************************************************************************* */
@media screen and (min-width:768px) {

body{
	background: url(../images/bg.png) center top repeat;
}

a{
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

a:hover{
	opacity: 0.7;
}

.wrapper{
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0, 0.15);
	box-shadow: 0 0 10px rgba(0,0,0, 0.15);
	padding-bottom: 110px;
}

/* ダウンロードエリア
--------------------------------------------------- */

/* footer { height: 170px; padding: 20px; }
footer .imgText { max-width: 652px; }
footer ul{ width: 650px; margin: 20px auto 0; }
footer li { text-align: left; float: left;}
footer .li_1 { width: 80px;}
footer .li_2 { width: 267px; margin-right: 10px;}
footer .li_2:last-child { margin-right: 0px;}
footer li img{ height: 80px; } */

}/* @media */
