@charset "Shift_JIS";


/*--------------------

	  style

--------------------*/
body {
	background:#FFFFFF ;
	font-family: "Noto Sans Japanese";
	color: #000000;
}

/* 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% ;
}

.track{
	border:2px solid #333333;
	margin-bottom: 1% ;
}

.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;
}

.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: #666666 ;
	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 #333333;
	margin: 1% auto 1% 2% ;
	padding: 1% ;
	text-align:center;
}

.button-4{
  width:100%;
  height:30%;
  border:2px solid #333333;
  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:#333333;
  text-decoration:none;
  line-height:3em;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.eff-4{
  width:100%;
  height:100%;
  left:-100%;
  background:#333333;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.button-4:hover .eff-4{
  left:0;
}
.button-4:hover a{
  color:#fff;
}


@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;
}

}

