@charset "Shift_JIS";


/*--------------------

	  style

--------------------*/
body {
	background-image:linear-gradient(180deg, rgba(105,105,105,0.60) 0%, rgba(36,36,36,0.80) 70%, rgba(0,0,0,0.85) 80%),
	url(../images/jacket.jpg);
	background-repeat:no-repeat;
	font-family: "Noto Sans Japanese";
	color: #FFFFFF;
	background-size:cover;
	background-position:50%;

}

/* links */

a:link { color: #003366; text-decoration: none;}
a:visited { color: #666699; }
a:hover { color: #666699; }
a:active { color: #333333; }

/* whole settings */

#wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 640px;
	overflow: hidden;
}
#contents {
	width: 100%;
	margin: 0 auto;
	line-height:1.3;
}

.textArea01{
	width : 100%;
	margin : 1% auto 0 auto;
}

.textArea03{
	width : 96%;
	margin : auto;
	font-weight : light;
	padding-top : 1% ;
	padding-bottom : 1% ;
	background:FFFFFF;
}

.track{
	border:2px solid #FFFFFF;
	margin-bottom: 1% ;
	border-radius: 6px;
}

.textArea01 dt{
	padding-left: -1em;
	font-size:1.0em;
	line-height:1.3em ;
}

.textArea01 dd{
	padding-left: 2.2em;
	font-size:0.7em;
	line-height:1.2em ;
}

.small{
	font-size:0.7em;
}

.textArea02{
	width:100%;
	margin:3% auto;
	background: #FFFFFF ;
}

.box{
	width:50%;
	float:left;
}

.clear{
	clear:both;
}

.text{
	float: left ;
	width: 58%;
	margin-bottom:2% ;
	float:left;
}

.btn{
	width: 25% ;
	height:auto ;
	position:relative; 
	float:left;
}

footer{
	margin:0 0 0 0;
	padding: 2% 0 ;
	text-align:center;
}

.border{
	border : 0 ;
	background: #FFFFFF ;
	margin : 2% 0 ;
	box-shadow : 0 0 2px #CCC,0 0 2px #CCC;
	
}

.pc-only{
	display:block;
}
.sp-only{
	display:none;
}


.banner{
	width:28%;
	float:left;
	border:2px solid #FFFFFF;
	margin: 1% auto 1% 2% ;
	padding: 1% ;
	text-align:center;
	background: #FFFFFF ;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.button-4{
  width:100%;
  height:30%;
  border:2px solid #FFFFFFF;
  float:left;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  margin:0 0 1% 4%;
}
.button-4 a{
  font-size:1em;
  color:#FFFFFF;
  text-decoration:none;
  line-height:3em;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.eff-4{
  width:100%;
  height:100%;
  left:-100%;
  background:#FFFFFF;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.button-4:hover .eff-4{
  left:0;
}
.button-4:hover a{
  color:#000;
}

h1 img{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	width:90%;
	height:90%;
	margin: 5% 5% 0 5%;
}

h2{
  font-size:1.6em;
  color: #FFFFFF;
  text-align: center;
}

@media all and (min-width: 768px){

.textArea01 dt{
	padding-left: -1em;
	font-size:1.2em;
}

.textArea01 dd{
	padding-left: 2em;
	font-size:0.8em;
}


@media all and (max-width: 767px){

.fontB1{
	line-height:1.3 !important;
}
.fontB2{
	font-size:15px !important;
}
.pc-only{
	display:none;
}
.sp-only{
	display:block;
}

}

