/* reset
   ========================================================================== */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

dl {
  margin: 0;
  padding: 0;
}
dl dt {
  margin: 0;
  padding: 0;
}
dl dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0 0 0 0;
}

/* Utility
   ========================================================================== */
.reset {
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

.column2 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column2 ul li {
  width: 49%;
  margin-top: 20px;
}
.column2 ul li:nth-child(-n+2) {
  margin-top: 0;
}

.column3 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column3 ul li {
  width: 32%;
  margin-top: 20px;
}
.column3 ul li:nth-child(-n+3) {
  margin-top: 0;
}
.column3 ul li:nth-child(3n+2):last-child {
  margin-left: auto;
  margin-right: 34%;
}
.column3 ul::after {
  content: "";
  display: block;
  width: 32%;
}

.column4 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column4 ul li {
  width: 23.5%;
  margin-top: 20px;
}
.column4 ul li:nth-child(-n+4) {
  margin-top: 0;
}
.column4 ul::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.column4 ul::after {
  content: "";
  display: block;
  width: 23%;
}

.column5 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column5 ul li {
  width: 18.4%;
  margin-top: 20px;
}
.column5 ul li:nth-child(-n+5) {
  margin-top: 0;
}

#gaiyou {
  margin-top: 20px;
}
#gaiyou p {
  text-align: left;
}
@media print, screen and (max-width: 1200px) {
  #gaiyou {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #gaiyou {
    padding: 0;
  }
}

#profile {
  width: 640px;
  max-width: 100%;
  margin: 30px auto 0 auto;
}
#profile ul {
  border-bottom: 1px solid silver;
}
#profile ul li {
  border-top: 1px solid silver;
  display: grid;
  grid-template-columns: 8em 1fr;
  padding: 10px 0;
}
#profile ul li div {
  text-align: left;
}
@media print, screen and (max-width: 1200px) {
  #profile {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #profile {
    width: auto;
    padding: 0;
  }
  #profile ul li {
    display: block;
  }
  #profile ul li h3 {
    text-align: left;
    font-weight: 600;
  }
}

#sinnryou {
  width: 740px;
  max-width: 100%;
  margin: 0 auto;
}
#sinnryou article table {
  border-bottom: 1px solid silver;
}
#sinnryou article table tr {
  border-top: 1px solid silver;
}
#sinnryou article table tr th {
  font-size: 16px;
  line-height: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal;
  padding: 13px 0;
}
#sinnryou article table tr th:nth-of-type(1) {
  width: 11em;
}
#sinnryou article table tr td {
  width: 3em;
  font-size: 20px;
  line-height: 20px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #23839a;
  padding: 13px 0;
}
#sinnryou article table tr td span {
  color: #333333;
  font-size: 16px;
  line-height: 16px;
  font-size: 1rem;
  line-height: 1rem;
}
#sinnryou aside ul {
  margin-top: 10px;
}
#sinnryou aside ul li {
  text-align: left;
  color: red;
  font-size: 14px;
  line-height: 21px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
@media only screen and (max-width: 768px) {
  #sinnryou {
    width: auto;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  #sinnryou article {
    overflow: auto;
    white-space: nowrap;
  }
  #sinnryou article::-webkit-scrollbar {
    height: 15px;
  }
  #sinnryou article::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  #sinnryou article::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  #sinnryou article table {
    width: 100%;
    border: 2px solid gray;
  }
  #sinnryou article table tr th {
    padding: 10px;
  }
  #sinnryou article table tr td {
    padding: 10px;
  }
}

#access {
  margin-bottom: -30px;
}
#access iframe {
  width: 100%;
  height: 500px;
}/*# sourceMappingURL=index.css.map */