@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: 480px;
	background-image: url(../web/company/mimgsp.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.txtBox1 {
	width: 100%;
	margin-top: 220px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 3px;
	font-weight: bold;
	color: #fff;
	float: left;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.txtBox2 {
	width: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #fff;
	float: left;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

/*--------------------------------------------------------------------------コンテンツ*/

#Pl { display:none;}

#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contents01 {
	width: 100%;
	height: auto;
	max-width: 310px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	width: 100%;
	font-size: 25px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 1px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	letter-spacing: 3px;
	float: left;
	clear: both;
}
.c01_txt {
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 25px;
	float: left;
}

#section02 {
	width: 100%;
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
#contents02 {
	width: 310px;
	height: auto;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
h3 {
	width: 310px;
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
h3:after {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 70px;
  height: 2px;
  left: 155px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
}
.hac {
	width: 100%;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	font-weight: bold;
	letter-spacing:1px;
	float: left;
	margin-top: 15px;
}
.tblBox {
	width: 310px;
	height: auto;
	float: left;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 15px;
}
.tblBox table {
	min-width: 310px;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.tblBox td {
	min-width: 65px;
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 3px 3px 3px 3px;
}
#section03 {
	width: 100%;
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
#contents03 {
	width: 310px;
	height: auto;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#access {
	width: 300px;
	height: 400px;
	padding: 5px;
	float: left;
	margin-top: 20px;
	background-color: #C4D3D9;
}
#access iframe{
	width: 300px;
	height: 400px;
}
}
