@charset "utf-8";

/* ******************************************
	General
****************************************** */
#page_title h1::before {
  background-image: url(../images/common/ico-home.svg);
}
section h2 {
  text-align: left;
  border-bottom: 1px solid #000000;
  margin-bottom: 40px;
	font-size: 30px;
}





/* *******************
	access
******************* */
#access {}
#access dl {
  width: 50%;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}
#access dl dt {
  padding: 25px 0;
  margin: 0;
  width: 130px;
  position: absolute;
}
#access dl dd {
  padding: 25px 0;
  padding-left: 180px;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #a7a7a7;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px) {
  #access dl dt {
    padding: 18px;
    width: calc(100% - 36px);
    position: relative;
    background-color: #fcfaf8;
  }
  #access dl dd {
    width: calc(100% - 36px);
    padding: 18px;
  }
}





/* *******************
	access_map
******************* */
#access_map {}
#access_map iframe {
	width: 100%;
	height: 450px;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px) {
#access_map iframe {
	width: 90%;
	height: 65vh;
}
}



