/* -------------------------------------------------------------------------- */
/* # yaguchi
/* -------------------------------------------------------------------------- */
/** .charinfo */
#yaguchi .charinfo * {
  margin: 0;
  line-height: 1;
}

#yaguchi .charinfo {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  margin-bottom: 1.5em;
}

/* ## .charinfo-txt */
#yaguchi .charinfo-txt h2 {
  margin: .5em 0;
  line-height: 1;
}

/* ## .charinfo-txt-name */
#yaguchi .charinfo-txt-name {
  margin-bottom: .5em;
  font-weight: bold;
}

#yaguchi .charinfo-txt-name::before {
  content: '（';
}

#yaguchi .charinfo-txt-name::after {
  content: '）';
}

/* ## .charinfo-txt-comment */
#yaguchi .charinfo-txt-comment {
  line-height: 1.5;
}

/* -------------------------------------------------------------------------- */
/* # activity
/* -------------------------------------------------------------------------- */
/* ## Activity */
#activitylist th:first-child {
  /* width: 60%; */ /* enable */
}

/* ## Activity article */
#activity-single h2 { /* delete */
  color: var( --color-red_light );
}

#activity-single h2::before, /* delete */
#activity-single h2::after {
  margin: 0;
  content: '';
}

#activity-single td {
  margin: 0;
  padding: 0;
  border: none;
  font-size: var(--font-size_base);
  line-height: 1;
}

#activity-single td {
  line-height: 2;
}

#activity-single td:nth-child(1) {
  width: 2.25em;
}

#activity-single td:nth-child(2) {
  width: 1.25em;
}

#activity-single dl {
  line-height: 1.5;
}

#activity-single dt {
  font-weight: normal;
}

#activity-single .pic {
  display: flex;
  flex-direction: column;
  gap: 2em;
  width: 100%;
  margin-top: 2em;
}

#activity-single .pic img {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  object-fit: cover;
}

#activity-single .article-tag {
  padding-top: 1.5em;
  border-top: var(--color-gray) 1px dashed;
}

#activity-single .article-tag .tag-name {
  margin-bottom: .75em;
  font-size: var(--font-size_base);
  font-weight: bold;
  line-height: 1;
}

#activity-single .article-tag ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1;
}

#activity-single .article-tag ul li {
  margin-bottom: .25em;
}

#activity-single .article-tag ul li a {
  display: flex;
  align-items: center;
  font-size: var(--font-size_s);
}

#activity-single .article-tag ul li a::before {
  width: 16px;
  height: 16px;
  margin-right: .5em;
  content: url(../img/i-arrow_01.png);
}

@media only screen and (min-width: 768px) {
  #activity-single .pic {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }

  #activity-single .pic img {
    width: auto;
    margin: 0;
    object-fit: cover;
  }
}

/* -------------------------------------------------------------------------- */
/* # teacher
/* -------------------------------------------------------------------------- */
/* ## .j-flecj */
#teacher .j-flecj .j-flecj_box {
  padding: 1.5em;
  border-radius: 1rem;
  background-color: var(--color-main_light);
}

/* ## .teacher-list-name */
#teacher article {
  margin-bottom: 1.5em;
}

#teacher .teacher-list-name dt,
#teacher .teacher-list-name dd {
  line-height: 1.25;
}

#teacher .teacher-list-name {
  display: flex;
  align-items: center;
  margin-bottom: .5em;
}

#teacher .teacher-list-name dt {
  color: var(--color-red_light);
  font-size: var(--font-size_ll);
  font-weight: bold;
}

#teacher .teacher-list-name dd::before {
  content: '（';
}

#teacher .teacher-list-name dd::after {
  content: '）';
}

#teacher .teacher-list-status {
  font-size: var(--font-size_s);
}
#teacher .teacher-list-genre {
  margin-bottom: .5em;
}

#teacher .teacher-list-genre dt {
  margin-bottom: .25em;
  font-weight: normal;
}

#teacher .teacher-list-genre dd {
  font-size: var(--font-size_s);
}

#teacher .teacher-list-message dt {
  margin-bottom: .5em;
  padding: .25em 0 .25em 1em;
  background-color: var(--color-main_light);
  font-weight: normal;
  line-height: 1;
}

#teacher .teacher-list-message dd {
  font-size: var(--font-size_s);
}

/* -------------------------------------------------------------------------- */
/* # dispatchlist
/* -------------------------------------------------------------------------- */
/* ## .link */
#dispatchlist .link {
  margin-bottom: 2em;
}

#dispatchlist .link ul {
  display: flex;
  flex-wrap: wrap;
  gap: .5em 1em;
  padding: 0;
  list-style-type: none;
}

#dispatchlist .link li {
  margin: 0;
  line-height: 1;
}


#dispatchlist .link a {
  display: flex;
  align-items: center;
  font-size: var(--font-size_s);
}

#dispatchlist .link a::before {
  width: 16px;
  height: 16px;
  margin-right: .5em;
  content: url('../img/i-arrow_01.png');
}

/* ## .list */
#dispatchlist .list th:nth-child(1) {
  width: 2.5em;
}

#dispatchlist .list th:nth-child(2) {
  width: 5.5em;
}

#dispatchlist .list th:nth-child(5) {
  width: 7em;
}

/* -------------------------------------------------------------------------- */
/* # contact
/* -------------------------------------------------------------------------- */
/* ## .contact-tel */
#contact .contact-tel {
  color:#c65c69;
  font-size:1.5em;
  font-weight:bold;"
}

/* -------------------------------------------------------------------------- */
/* # link
/* -------------------------------------------------------------------------- */
#link .link-list {
  padding: 0;
  list-style-type: none;
}

#link .link-list li {
  margin-bottom: 2em;
}

#link .link-list a::before {
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-right: .5em;
  background-image: url('../img/i-02.png');
  background-size: cover;
  vertical-align: middle;
  content: '';
}


















