@charset "UTF-8";
/* -------------------------------------
	sec_profile
	------------------------------------- */
.sec_profile {
  padding: 105px 0 230px;
}
.sec_profile .page_ttl {
  margin-bottom: 90px;
}
.profile__list > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
  min-height: 6.55em;
  border-bottom: 1px solid #707070;
}
.profile__list dt {
  letter-spacing: 0.1em;
  width: 6em;
}
.profile__list dd {
  letter-spacing: 0.05em;
  width: calc(100% - 7em);
  max-width: 780px;
}
/* -------------------------------------
	sec_access
	------------------------------------- */
.sec_access {
  padding: 105px 0 230px;
}
.sec_access .page_ttl {
  margin-bottom: 67px;
}
.access__add {
  line-height: 1.2;
  max-width: 20em;
  margin: 0 auto 27px;
}
.gmap {
  height: 31.25vw;
  min-height: 346px;
  overflow: hidden;
}
@media screen and (max-width: 1599px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 480px) {
}
