@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');	
	
}

@font-face {
	font-family:"MPLUS1p-Regular";
	src:url("myfont/MPLUS1p-Regular.eot");
	src:url("myfont/MPLUS1p-Regular.eot?#iefix") format('embedded-opentype'),
	url("myfont/MPLUS1p-Regular.ttf") format('truetype'),
	url("myfont/MPLUS1p-Regular.woff") format('woff');	
	
}
@font-face {
	font-family:"GenJyuuGothicL-Bold";
	src:url("myfont/GenJyuuGothicL-Bold.eot");
	src:url("myfont/GenJyuuGothicL-Bold.eot?#iefix") format('embedded-opentype'),
	url("myfont/GenJyuuGothicL-Bold.ttf") format('truetype'),
	url("myfont/GenJyuuGothicL-Bold.woff") format('woff');	
	
}
@font-face {
	font-family:"FuturaNewBook";
	src:url("myfont/FuturaNewBook.otf");
	src:url("myfont/FuturaNewBook.woff") format('woff');		
}
@font-face {
	font-family:"FuturaNewDemi";
	src:url("myfont/FuturaNewDemi.otf");
	src:url("myfont/FuturaNewDemi.woff") format('woff');		
}
@media screen and (min-width: 681px){
	
/*------------------------------
 body
-------------------------------*/
.br-pc{
	display: block;
	}
	
.br-sp{
	display: none;
	}

	
.wrap {
margin:0 auto;
	overflow: hidden;
}
	
	
body{
	-webkit-text-size-adjust: 100%;
	font-family:"Yu Gothic Medium";
	font-size: 16px;
	font-style: normal;
	line-height: 180%;
	color: #030303;
	width: 100%;
	background-color: #FFF;
	top: 0px;
	margin: 0px;
	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: 230px;
    margin-top: -230px;
}

h2{
	font-size: 22px;
	text-align: center;
	color: #030303;
	font-family: "MPLUS1p-Medium";
	line-height: 100%;
	letter-spacing: 2px;
	}
h2 span{
	font-size: 12px;
	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: 12%;
  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;
}
}

/*------------------------------
コンテンツスペース
-------------------------------*/
@media screen and (min-width: 1601px){
.contents{
		width: 100%;
		height:auto;
		margin-top: 765px;
	}
	
.page-box{
		width: 900px;
		height:auto;
		margin: 0 auto;
		overflow: hidden;
		z-index: 50;
	}
}
@media screen and (min-width: 1101px) and (max-width: 1600px){
.contents{
		width: 100%;
		height:auto;
		margin-top: 475px;
	}
.page-box{
		width: 900px;
		height:auto;
	margin: 0 auto;
	overflow: hidden;
	z-index: 50;
	}
}

@media screen and (min-width: 961px) and (max-width: 1100px){
.contents{
		width: 100%;
		height:auto;
		margin-top: 414px;
	}
.page-box{
	width: 900px;
	height:auto;
	margin: 0 auto;
	overflow: hidden;
	z-index: 50;
	}
}

@media screen and (max-width: 960px){
.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;
	}
}