@charset "utf-8";
/* CSS Document */
	
@font-face {
	font-family:"Yu Gothic Bold";
	src:url("myfont/Yu Gothic Bold.eot");
	src:url("myfont/Yu Gothic Bold.eot?#iefix") format('embedded-opentype'),
	url("myfont/Yu Gothic Bold.ttf") format('truetype'),
	url("myfont/Yu Gothic Bold.woff") format('woff');
}

@font-face {
	font-family:"Yu Gothic Medium";
	src:url("myfont/Yu Gothic Medium.eot");
	src:url("myfont/Yu Gothic Medium.eot?#iefix") format('embedded-opentype'),
	url("myfont/Yu Gothic Medium.ttf") format('truetype'),
	url("myfont/Yu Gothic Medium.woff") format('woff');	
	
}

@font-face {
	font-family:"MPLUS1p-Medium";
	src:url("myfont/MPLUS1p-Medium.eot");
	src:url("myfont/MPLUS1p-Medium.eot?#iefix") format('embedded-opentype'),
	url("myfont/MPLUS1p-Medium.ttf") format('truetype'),
	url("myfont/MPLUS1p-Medium.woff") format('woff');	
	
}


@media screen and (max-width: 680px){
	

/*------------------------------
 body
-------------------------------*/
.br-pc{
	display: none;
	}
	
.br-sp{
	display: block;
	}
.wrap {
margin:0 auto;
	overflow: hidden;
}
body{
	-webkit-text-size-adjust: 100%;
	font-family:"Yu Gothic Medium";
	font-size: 20px;
	font-style: normal;
	line-height: 180%;
	color: #3E3A39;
	width: 100%;
	background-color: #FFF;
	top: 0px;
	margin-top: 0px;
	bottom: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-image: url("back.jpg");
}

	
*{
	margin:0;
	padding:0;
}



h1,h2,h3,h4,h5,h6{
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	left: auto;
	right: auto;
	clip: rect(auto,auto,auto,auto);
	font-weight: normal;
}
img{
	border:0;
	margin:0;
	padding:0;
	display: block;
}

table{
	border-spacing: 0px;
}
.c_b{
	clear:both;
}

a {
text-decoration: none;
}

.anchor {
    display: block;
    padding-top: 360px;
    margin-top: -360px;
}
h2{
		font-size: 28px;
		text-align: center;
		color: #030303;
		font-family: "Yu Gothic Bold";
	}

h2 span{
	font-size: 16px;
	font-family: "FuturaNewDemi";
	font-weight: normal;
	letter-spacing: 2px;
	}	

	
.hr-bk{
		height: 30px;
		width: 0.5px;
		background-color: #030303;
		border: 0.5px solid #030303;
		margin: 30px auto 20px;
	}	

.obi{
		text-align: center;
		color: #fff;
		font-size: 20px;
		font-family: "Yu Gothic Bold";
		width: 100%;
		height: 37px;
		background-color: #0082CB;
	line-height: 180%;
	}
	
/*------------------------------
TOPボタン
-------------------------------*/
#pageTop {
  position: fixed;
  bottom: 8%;
  right: 5%;
	z-index: 50;
}
 
#pageTop i {
  padding-top: 6px
}
 
#pageTop a {
  display: block;
  z-index: 999;
  width: 113px;
  height: 113px;
 background-image: url(totop.png);
	background-size: 113px 113px;
}
	
/*------------------------------
コンテンツスペース
-------------------------------*/	
.contents{
		width: 100%;
		height:auto;
		margin-top: 378px;
	}	
.page-box{
	width: 90%;
	max-width: 680px;
	height:auto;
	margin: 0 auto;
	overflow: hidden;
	z-index: 50;
	}	

}