@charset "utf-8";
/*--------------------------------------------------------------------
   base
---------------------------------------------------------------------*/
html, body{height: 100%;}
body{
    background:#fff;
	text-align:center;
	color:#222;
	font-size:16px;
    font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight:400;
}

input{
    font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight:400;
}

@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}

/*
400,700
*/

html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}

.iphone body,
.ipad body,
.ipod body{
	cursor:pointer;
}
a{
	text-decoration: none;
  transition: all 0.8s;
}
a:link{ 
	color:#222;
    text-decoration:none;
    
    }
a:visited{color:#222;}
a:active{color:#222;}
a:hover{color:#666; }

strong{font-weight:bold;}
img{font-size:0; line-height:0;}

.wrapBox{
    width:1080px;
    max-width:100%;
    margin:0 auto;
}

/*--------------------------------------------------------------------
   header
---------------------------------------------------------------------*/
header{
	height: 124px;
	overflow: hidden;
	position: relative;
}
header .logo{
	width: 240px;
	height: 73px;
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 50px;
	margin: auto auto auto 0;
}
header h1{
	height: 1em;
	text-align: right;
	font-size: 11px;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto 50px auto auto;
}

@media screen and (max-width: 767px) {
	header{height: 80px	}
	header .logo{
		width: 120px;
		height: 37px;
		left: 20px;
	}
	header h1{margin: auto 20px auto auto;	}
}


/*----------------------------------------------------
container
-------------------------------------------------------*/
#container {padding-bottom: 60px;}

#container .mainImage{margin-bottom: 40px;}

#container h2{
	text-align: center;
	font-weight: bold;
	font-size: 2.250em;
	line-height: 1.75;
	padding-bottom: 35px;
}

#container ul{
	width: 810px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#container ul li{
	width: 48%;
	float: left;
}
#container ul li + li{float: right;}

#container ul li a{
	display: block;
	height: 100px;
	border-radius: 10px;
	text-align: center;
	line-height: 100px;
	color: #fff;
	font-size: 1.375em;
	font-weight: bold;
}
#container ul li a:hover{opacity: 0.8;}
#container ul li.btn01 a{background-color:#0b63a5; }
#container ul li.btn02 a{background-color:#db5b71; }


@media screen and (max-width: 767px) {
	#container h2{font-size: 2.5rem;}
	#container ul{width: 360px;	}
	#container ul li{
		width: auto;
		float: none;
	}
	#container ul li + li{float: none; margin-top: 20px;}
	#container ul li a{
		height: 80px;
		line-height: 80px;
		font-size: 1.5rem;
	}
}


/*----------------------------------------------------
footer
-------------------------------------------------------*/
footer{
	padding-bottom: 70px;
}
footer .copy{
	text-align: center;
	color: #999999;
	font-size: 	0.875em;
	line-height: 1.2;
}

@media screen and (max-width: 767px) {
	footer .copy{font-size:1rem;}
}




@media screen and (max-width: 767px) {
}
@media screen and (max-width: 374px) {
    /*iphone5*/
}
