@charset "UTF-8";
/* CSS Document */
*,
*:before,
*:after {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:active, a:focus, a:hover, a:visited {
border-bottom: none;
color: inherit;
}
h1,
h2,
h3 {
  margin: 0;
}
.main {
margin: 80px 0 120px;
}
.main-title {
  color: #222;
  line-height: 1.2;
  padding: 0 15px;
  margin: 60px auto;
  max-width: 1060px;
  font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
}

.l-sitemap h1,
.l-sitemap h2 {
  font-family: "Gothic MB101 Bold", "Hiragino Kaku Gothic ProN", "YakuHanJP", sans-serif;
}

.l-sitemap a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.l-sitemap a:hover {
  text-decoration: underline;
}
.content-list-wrap .cap-sub-title a {
padding: 0px 0 5px 0;
border-bottom: 1px solid #333;
}
.content-list-wrap .cap-sub-title a:hover {
  text-decoration: none;
  opacity: .9;
}

.content-list-wrap .cap-sub-title {
  font-size: 16px;
  font-weight: bold;
  color: #111;
  margin-bottom: 10px;
}

.content-wrap {
  list-style: none;
  padding: 0 15px;
  max-width: 1060px;
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content-wrap:after {
  border-bottom: 1px solid #cecece;
  content: "";
  display: block;
  width: 100%;
  padding: 30px 0;
}

.content-wrap:last-child:after {
  content: none;
}

.content-list-wrap ul {
  list-style: none;
  padding: 0;
  /* -webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3; */
}

.content-list-wrap {
  width: 20.1vw;
  margin-bottom: 40px;
}
.content-list-wrap ul li a {
  color: #222;
  text-decoration: none;
  line-height: 1.9;
  font-size: 15px;
}

.social-icon {
  display: flex;
  justify-content: left; /* 水平居中對齊 */
}
.social-icon li {
  list-style: none; /* 移除預設的列表符號 */
  margin-right: 10px; /* 設定項目間的間距 */
}
.social-icon {
  margin-right: 0; /* 最後一個項目不設定右邊間距 */
}

@media screen and (min-width: 900px) {
  .content-list-wrap {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .main-title {
    margin: 30px auto;
  }
  .content-wrap {
    margin: 30px auto;
    justify-content: space-between;
  }
  .content-list-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
  .content-list-wrap h2 {
    font-size: 16px;
  }
  .content-wrap:after {
    padding: 10px 0;
  }
  .main {
      margin: 40px 0 60px;
  }
}