@charset "UTF-8";

.education h3 {
    font-size: 2.4rem;
}
.education h4 {
    font-size: 2rem;
}
.education p {
  line-height: 2;
}
.wrapper-1118 {
  max-width: 1118px;
  margin: 0 auto;
}
/*-------------------------------------------
学校紹介パンフレット
-------------------------------------------*/
.brochure_img {
   	border: solid #333333 1px;
	padding:4px;
	width: 500px;
    margin: 0 auto;
}
/*-------------------------------------------
インデックス
-------------------------------------------*/
.index-section {
  background-color: #3f6f4b;
  padding: 60px 20px;
  color: #fff;
}
.page .index-section {
		margin-top:65px;
}

.index-inner {
  max-width: 667px;
  margin: 0 auto;
}

.index-title {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

.index-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.index-list li {
  margin-bottom: 18px;
}

.index-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  position: relative;
}

/* 点線ライン */
.index-list a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  border-bottom: 2px dotted rgba(255, 255, 255, 0.7);
  z-index: 0;
}

/* テキストを前面に */
.index-list span {
  background-color: #3f6f4b;
  position: relative;
  z-index: 1;
  padding: 0 6px;
}

.index-list .page {
  min-width: 60px;
  text-align: right;
}
/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media screen and (max-width: 767px) {
  /* --- 基本設定 --- */
  .education #brochure h2 {
    font-size: 2.2rem;
  }
  .education h3 {
      font-size: 1.8rem;
  }
  .education h4 {
      font-size: 1.6rem;
  }
  .wrapper-1118 {
      padding: 0 20px;
  }
	  /* --- 基本設定 --- */
	.brochure_img {
		width:100%;
	}
	
	/* --- インデックス --- */
	.index-section {
  padding: 60px 16px;
}
	.index-list .page {
		min-width: 30px;
	}
	.index-list a {
		font-size:1.5rem;
	}
}
