/*ƒXƒ}ƒzCSS*/

@media screen and (max-width:900px) {



.headcopy {
	position: relative;
  }

.toppic{
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.toppic img{
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  display: block;
	  width: 100%;
	  height: auto;
	  transform: translate(-50%,-70%);
}

.headcopy h1 {
	position: absolute;
	color: #000000;
	top: 30%;
	left: 0;
	right:0;
	font-weight: 600;
	font-size:30px;
	text-shadow: 2px 2px 2px #fff;
  }



.headcopy h2 {
	position: absolute;
	color: #000000;
	top: calc(30% + 50px);
	left: 0;
	right: 0;
	font-weight: 600;
	font-size:17px;
	text-shadow: 2px 2px 2px #fff;
  }


.main{
	margin:20px 0px;
	width:100%;
}

.title{
	box-sizing: border-box;
	width:90%;
	background: #e6e6e6;
	font-weight:600;
	font-size:18px;
	padding:20px 10px;
}

table{
	box-sizing: border-box;
	margin:0 auto;
	width:90%;
}

table tr{
	border-bottom: 1px dotted #d7d7d7;
}

table td{
	border-bottom: 1px dotted #d7d7d7;
	padding:20px 10px;
}

.font2{
	font-weight: 600;
	white-space: nowrap;
}


ul{
	margin: 10px 0px;
	padding: 10px 15px;
}


