@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: 100px;
	margin-top: 70px;
	margin-left: auto; 
	margin-right: auto;
}
#mimgtxt {
	position: relative;
	width: 320px;
	padding-top: 30px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
}
#mimgtxt .p1{
	width: 100%;
	height: auto;
	float: left;
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;
	text-align: center;
	color: #FFF;
	letter-spacing: 3px;
}
#mimgtxt .p2{
	width: 100%;
	height: auto;
	float: left;
	font-size: 10px;
	line-height: 10px;
	font-weight: 600;
	text-align: center;
	color: #FFF;
	letter-spacing: 0px;
	margin-top: 5px;
}

#breadcrumb { display:none;}


/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 0px;
}
#contents01 {
	position: relative;
	width: 100%;
	max-width: 320px;
	height: auto;
	max-width: ;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
h2 {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000;
  text-align: center;
}
h2::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  display: inline-block;
  background-color: #19648c;
  bottom: -8px;
  left: calc(50% - 25px)
}
.h2ac {
	width: 100%;
	height: auto;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
    font-size: 10px;
    line-height: 11px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #19648c;
    text-align: center;
}
#contents01 .t1{
	width: 100%;
	height: auto;
	margin-top: 25px;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	letter-spacing: 0px;
	font-weight: 600;
}
#contents01 .t2{
	width: 100%;
	height: auto;
	margin-top: 10px;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	letter-spacing: 0px;
}

#section02 {
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 25px;
}
#contents02 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents02 .ttl {
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
	letter-spacing: 0px;
	text-align: left;
}
#contents02 .tblBox {
	width: 320px;
	height: auto;
	float: left;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	margin-top: 25px;
}
#contents02 .tblBox table {
	min-width: 320px;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#contents02 .tblBox td {
	min-width: 70px;
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 2px;
}


}
