@charset "utf-8";

/*@font-face{
    font-family: 'Kaisei Tokumin', serif;
	src:url('./fonts/KaiseiDecol-Bold.ttf') format('truetype');
}*/

.access {
  padding: 90px 0 60px;
  color: #5a5c5f;
}
.access-title {
  margin-bottom: 15px;
  font-family: 'Kaisei Tokumin', serif;

}
.access-text {
  margin-bottom: 10px;
  font-family: 'Kaisei Tokumin', serif;

}


.access h2 {
  position: relative;
  padding: 1rem .5rem;
  font-family: 'Kaisei Tokumin', serif;
  font-weight: bold;
}

.access h2 span {
  border-bottom: double 5px #FF6600;
}
.access h3 {
  font-family: 'Kaisei Tokumin', serif;
  color: #5a5c5f;
}

.footer-right {
    font-family: 'Kaisei Tokumin', serif;
}

@media screen and (max-width: 600px) {
    .access, .access-title, .access-text {
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
        font-size: 1em;
    }
    h2, h3 {
        font-size: 1.2em;
    }
}


@media screen and (max-width: 600px) {
  header {
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  iframe {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
  }
}
