@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px){
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 100%;
	height: 110px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
}
#mimg .txtBox {
	position: absolute;
	width: 100%;
	height: auto;
	display:inline-block;
	top: 35px;
	left: 0;
	z-index: 1000;
}
#mimg .p1 {
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 1px;
    text-align: center;
}
#mimg .p2 {
	width: 100%;
	height: auto;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 0px;
    text-align: center;
	margin-top: 5px;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	text-align: left;
	padding-top: 20px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 100px;
}
#contents01 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 360px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.h2ac {
	position: relative;
	width: auto;
	height: auto;
	font-size: 12px;
	line-height: 13px;
	text-align: left;
	float: left;
}
.h2ac::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 120%;
  width: 50px;
  height: 1px;
  background-color: black;
}
h2 {
	width: 100%;
	font-size: 21px;
	line-height: 22px;
	text-align: left;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	float: left;
	margin-top: 15px;
}

#contents01 .txt {
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0px;
	margin-top: 20px;
}

#contents01 .tablebox01{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
	clear: both;
	word-break: break-all;
	text-align: left;
}
#contents01 .tablebox01 table {
	min-width: 100%;
	text-align: center;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 12px;
	line-height: 15px;
	letter-spacing:0;
	clear:both;
}
#contents01 .tablebox01 td {
	min-width: inherit;
	border: 1px solid #333;
	border-bottom: 0;
	border-right: 0;
	padding: 4px 3px 4px 3px;
}
#contents01 .tablebox01 table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
#contents01 .tablebox01 table tbody {
  width: 100%;
  display:table;
}

#contents01 .tablebox01 p{
	width: auto;
	float: left;
	line-height: 20px;
}
#contents01 .tablebox01 span a{
	display: block;
	width: auto;
	height: auto;
	padding:  3px 10px;
	background-color: #444;
	float: left;
	margin-left: 15px;
	color: #FFF;
	border-radius: 4px;
}

}