.l-inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.c-link {
  display: flex;
}
.c-link-title {
  background-color: #949B57;
  color: #fff;
  width: 100px;
  padding: 20px;
  border-radius: 5px 0px 0px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.c-link-body {
  background-color: #EDE3C9;
  font-weight: bold;
  padding: 20px 40px 20px 20px;
  border-radius: 0 5px 5px 0;
  width: 100%;
}
.c-link-body a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #949B57;
  position: relative;
}
.c-link-body a::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('../img/common/arrow-right.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.c-link.accordion .c-link-body a::after {
  transform: rotate(90deg);
}
.c-link-body a:hover {
  text-decoration: none;
}


.c-title01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-title01 span{
  background-color: #AF453C;
  color: #fff;
  font-weight: bold;
  padding: 5px 20px;
  line-height: 1;
  width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.c-title01::before,
.c-title01::after {
  content: '';
	width: 100%;
	height: 2px;
  display: block;
	background-color: #AF453C;
}

.news {
  margin-top: 50px;
  margin-bottom: 50px;
}

.news-list-wrap {
  margin-top: 40px;
}

.c-news-list li {
  border-bottom: 1px solid #A9988D;
}

.c-news-list a {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.c-news-list a:hover {
  text-decoration: none;
}

.c-news-list .time {
  position: relative;
  color: #A9988D;
}
.c-news-list .time::before {
  content: '＊';
  color: #94D0F4;
}

.c-news-list .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  padding-right: 20px;
}

.c-news-list .title {
  color: #A9988D;
}

.c-new {
  background-color: #AF453C;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
}

.accordion-inner {
  background-color: #FAF9F1;
  padding: 20px;
  color: #499AD5;
  border-bottom: 1px solid #D9C992;
}

.accordion-title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.accordion-table th {
  width: 130px;
  text-align: left;
}

.accordion-close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #D9C992;
  cursor: pointer;
}
.accordion-close::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('../img/common/arrow-right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  margin-left: 10px;
}

.accordion-target {
  display: none;
}

.teacher-info {
  margin-bottom: 50px;
}