table.senmoni {
  width: 80%;
  margin: 20px auto 50px;
  border-collapse: collapse;
  box-sizing: border-box;
  max-width: 600px;
}
table.senmoni th, table.senmoni td {
  padding: 5px;
  border: 1px solid #666666;
}
@media screen and (max-width: 500px) {
  table.senmoni th, table.senmoni td {
    display: block;
  }
}
table.senmoni th {
  background-color: #D6909D;
  color: #ffffff;
  text-align: left;
}
table.senmoni td:last-child {
  text-align: right;
}

section .graph {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media screen and (max-width: 1024px) {
  section .graph {
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  section .graph {
    display: block;
  }
}
section .graph img {
  width: 80%;
  margin: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  section .graph img {
    width: 100%;
  }
}
section .graph figure {
  width: 90%;
  margin: 25px auto;
}
section .graph figcaption {
  text-align: center;
  padding: 10px;
  font-size: 1.2rem;
  line-height: 150%;
}
section .minsize {
  width: 50%;
  min-width: 300px;
}
section .flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  section .flex {
    display: block;
  }
}
section .gakujyutu {
  align-items: center;
}
section .gakujyutu figure {
  margin: 10px;
}
section .gakujyutu img {
  width: 100%;
}

section.gallery {
  margin: 50px auto;
}
section.gallery h2 {
  background-color: #D6909D;
  color: #ffffff;
  padding: 15px;
  font-size: 2rem;
  display: block;
}
section.gallery .photo {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  color: #ffffff;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media screen and (max-width: 768px) {
  section.gallery .photo {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  section.gallery .photo {
    display: block;
  }
}
section.gallery .photo img {
  width: 100%;
}
section.gallery .photo figure {
  width: 90%;
  margin: 25px auto;
}
section.gallery .photo figcaption {
  text-align: center;
  padding: 10px;
  font-size: 1.2rem;
  line-height: 150%;
}

.staff {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .staff {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .staff .staff_left {
    display: flex;
  }
}
.staff .staff_left img {
  box-shadow: 15px 14px 0px -5px #D6909D;
  border-radius: 0px;
  margin-bottom: 30px;
}
.staff .staff_left .name {
  margin: 0;
  border-bottom: 2px solid #D6909D;
  padding: 5px 0;
  text-indent: 0;
  font-size: 2rem;
}
.staff .staff_left .name-en {
  padding: 5px 0;
  text-align: right;
  font-size: 1.3rem;
}
.staff .staff_left .shokui {
  padding: 5px 0;
  text-indent: 0;
  font-size: 1.5rem;
}
.staff .staff_left div {
  margin-left: 20px;
  flex-grow: 1;
}
.staff .staff_right {
  background-color: #FFEFF2;
  padding: 10px;
  box-sizing: border-box;
}
.staff .staff_right .ryakureki {
  margin: 0;
  border-bottom: 1px solid #666666;
  padding: 5px;
  text-indent: 0;
  font-size: 1.8rem;
}
.staff .staff_right .text {
  line-height: 150%;
  font-size: 1.4rem;
}/*# sourceMappingURL=dep.css.map */