@charset "utf-8";

.itohIron img {
  width: 100%;
}


.senpai {
    display: flex;
    justify-content: center;
}

.senpai .img {
    width: 50%;
    max-width: 400px;
    margin-right: 50px;
}

.senpai .img img {
    width: 100%;
}

.senpai .schedule .time {
    display: flex;
}

.senpai .schedule ul {
    margin-right: 20px;
}

.senpai .schedule ul:last-child {
    margin-right: 0;
}

.senpai .schedule ul li:first-child {
    font-weight: 600;
}

.ryou > div {
  display: flex;
  justify-content: center;
}
.ryou > div .text {
  margin-right: 50px;
}
.ryou > div .text .lead {
  margin-bottom: 10px;
}
.ryou > div .text table tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}
.ryou > div .text table tr th {
  font-size: 1.1rem;
}
.ryou > div .img {
  max-width: 400px;
  width: 50%;
}
.ryou .ryou_setubi {
  max-width: 500px;
  margin: 0 auto;
}