@charset "UTF-8";
/*******************************
QR ABOUT
.pqrAbt_childNode-status {}
*******************************/
.pqrTitle {
    background-image: url(/image/jp/about/projectqr/about/bg_title_pc.jpg);
}
.floatImgRight {
  float: right;
  padding-left: 15px;
  width: 50%;
    margin-bottom: 20px;
}
.floatImgLeft {
  float: left;
  padding-right: 15px;
  width: 50%;
     margin-bottom: 20px;
}
.floatImgCntLeft {
  width: 50%;
}
.floatImgCntRight{
    float: right;
    width: 50%;
}

.about img {
    width: 100%;

}
.about dl {
  margin-top: 20px;
}
.about dl:last-child {
}
.about dt {
  font-weight: bold;
}
.about article {
  margin-bottom: 60px;
}
.clearfix::after {
  content: "";
  display: block;
    
  clear: both;
}
.map {
  text-align: center;
  margin-bottom: 60px;
}
iframe {
    width: 80%;
}
.access > article > table {
  margin: 0 auto;
}
table {
  width: 60%;
}

.pqrAbtDtl {
	margin-top: 20px;
	width: 100%;
}
.pqrAbtDtl thead th {
	background: #fff;
	border: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}


article{
    margin-bottom: 60px;
}

@media screen and (max-width: 1304px) {}
@media screen and (max-width: 767px) {
    .pqrTitle {
    background-image: url(/image/jp/about/projectqr/about/bg_title_sp.jpg);
}
  .floatImgRight {
    float: none;
    padding-left: 0;
    width: 100%;
  }
  .floatImgLeft {
    float: none;
    padding-right: 0;
    width: 100%;
  }
  .floatImgCntLeft, 
  .floatImgCntRight{
    width: 100%;
  }
    iframe {
    width: 100%;
}
  table {
    width: 100%;
  }
  table th, table td {
    display: block;
    text-align: left;
    width: 100%;
  }
}