@charset "utf-8";
/* CSS Document */

@media screen and (max-width:640px) {
/*================================*/

.clear {
	clear: both;
}

.clearL {
	clear: left;
}

.clearR {
	clear: right;
}

.clearfix:after{
	content:"";
	display:block;
	clear:both;
}

img{
	width:100%;
}

.pc{
	display:none;
}

.sp{
	display:block;
}

/*--------------------------------*/
/* .ua_android */
div,p,a,dt,dd{
	background:url(../images/transfer.png);
}

/*--------------------------------*/
html{
	font-size:100%;
	line-height:180%;
}

body {
	font-size:0.24rem;
	line-height:180%;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
	
	background:#0ca9e4;
	text-align:left;
	color:#282827;
	padding:0;
	margin:0;
}

.wrapper{
	display:block;
	background:#dff6ff;
	clear:both;
	width:100%;
	overflow:hidden;
	border:solid 0.1rem #00a5e3;
}


/*---------------*/
a{
	color:#1259b1;
	font-style:normal;
	text-decoration:none;
}

a:hover {
	color:#9a254d;
	font-style:normal;
	text-decoration:underline;
}

/*--------------------------------*/
/* ヘッダ */

header{
	background-color:#FFF;
	padding:0;
	margin:0 0 5% 0;
}

header .inner{
	width:100%;
	margin:0 auto;
	padding:2% 3.22%;
}

header .inner:after{
	content:"";
	display:block;
	clear:both;
}

header h1{
	float:left;
	margin:1% 0 0 0;
	width:52%;
	padding:5.8% 0 0 0;
	height:0;
	background:url(../images/hd-logo.svg) no-repeat 0 center;
	background-size:contain;
	text-indent:-9999px;
	overflow:hidden;
}

header .name{
	float:right;
	margin:1% 0 0 0;
	width:42.375%;
	height:0;
	padding:5.8% 0 0 0;
	background:url(../images/hd-logo2.png) no-repeat 0 center;
	background-size:contain;
	text-indent:-9999px;
	overflow:hidden;
}

header .sns{
	float:right;
	width:auto;
}

header .sns ul li{
	float:left;
	margin:0 0 0 0.1rem;
	width:0.44rem;
}

/*--------------------------------*/
/* メイン */

.contents{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
}

.contents .container {
	min-height:500px;
	text-align:left;
}

.contents img{
}

.contents .bg_book{
	background:#FFF;
	position:relative;
	margin:0 0 0 0;
	padding:0 0 10% 0;
}

.contents .bg_book:before{
	content:"";
	background:url(../images/top/sp/bg_book01.png) no-repeat center 0;
	background-size:contain;
	display:block;
	text-align:center;
	width:100%;
	height:0.18rem;
	position:absolute;
	top:-0.18rem;
	left:0;
}

.contents .bg_book:after{
	content:"";
	background:url(../images/top/sp/bg_book02.png) no-repeat center 0;
	background-size:100% auto;
	display:block;
	text-align:center;
	width:100%;
	height:0.17rem;
	position:absolute;
	bottom:0;
	left:0;
	background-color:#dff6ff;
}

/*--------------------------------*/
/* フッタ */

footer{
	background:#0ca9e4;
	color:#FFFFFF;
	font-size:0.18rem;
	line-height:166%;
	text-align:center;
}

footer .container {
	display:block;
	margin:0;
	padding:4% 2%;
}

footer address {
	font-style:normal;
	margin:0.5em 0 0 0;
	padding:0 0;
}


/*================================*/
}


