@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 {
	position: relative;
	width: 100%;
	height: 90px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
}
#mimgbox{
	width: 320px;
	height: 90px;
	margin: 0 auto;
	background: #2341b9;
	transform: skew(0deg, 0deg);
}
#mimg .txtBox {
	width: 320px;	
	height: 90px;
	transform: skew(0deg, 0deg);
}
#mimg .p1 {
	width: 320px;
	height: auto;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0px;
	font-weight: 600;
	color: #fff;
    text-align: center;
	float: left;
	margin-top: 30px;
}
#mimg .p2 {
	width: 320px;
	height: auto;
	font-size: 12px;
	line-height: 13px;
	letter-spacing: 0px;
    text-align: center;
	float: left;
	margin-top: 5px;
}


/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 20px;
}
#contents01 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#c01box01 {
	width: 320px;
	height: auto;
	float: left;
}
h2 {
	position: relative;
	width: 100%;
	height: 33px;
	float: left;
	font-size: 18px;
	line-height: 25px;
	font-weight:600;
	text-align: left;
	letter-spacing: 0px;
	color: #2341b9;
}
h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #2341b9;
  bottom: 0px;
  width: 50px;
}
#contents01 .txt{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0px;
}
h3 {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	font-size: 15px;
	line-height: 16px;
	font-weight:600;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 15px;
}

#contents01 .tablebox01{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 5px;
	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: 13px;
	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;
}

}
