@charset 'UTF-8';
*,
*: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;
}
body {
margin: 0;
font-family: "Helvetica Neue", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}


.main {
  margin: 70px 0 120px;
}

.main-header {
  display: flex;
  align-items: center;
  position: relative;
  height: auto;
  padding: 20px 1pc;
}
.main-header h1 {
  margin: 0;
}

.l-content a {
  color: #222;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.l-content a:hover {
  text-decoration: underline;
}

.content-wrap {
  list-style: none;
  padding: 0 15px;
  max-width: 1060px;
  margin: 0 auto;
}

.content-list-wrap {
  margin: 0 auto 60px;
  max-width: 600px;
}
.content-list-wrap p {
  margin: 0 0 15px;
}
.cap-sub-title__en {
font-size: 25px;
margin-bottom: 10px;
font-family: "Helvetica Neue","Hiragino Kaku Gothic ProN", "YakuHanJP", sans-serif;
}
.cap-sub-title__ja {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.8;
  font-family: "Gothic MB101 Bold", "Hiragino Kaku Gothic ProN", "YakuHanJP", sans-serif;
}
.content-list-wrap .lead-en {
font-size: 17px;
line-height: 1.6;
}
.content-list-wrap .lead-ja {
line-height: 1.8;
font-size: 15px;
}
.btn-page-link a {
  font-weight: bold;
  transition: all .3s ease 0s;
}
.btn-page-link a:hover {opacity: .8;}
.btn-page-link .link-en {
  font-size: 20px;
}
.btn-page-link .link-ja {
font-weight: bold;
font-size: 17px;
font-family: "Gothic MB101 Bold", "Hiragino Kaku Gothic ProN", "YakuHanJP", sans-serif;
}
.btn-page-link .link-cn {
  font-size: 17px;
}

footer {
font-size: 14px;
display: block;
margin: 30px 0;
text-align: center;
letter-spacing: .1em;
}
@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: 50px;
    width: 100%;
  }
  .content-list-wrap p {
    margin: 0 0 20px;
}
  .content-wrap:after {
    padding: 10px 0;
  }
  .main {
    margin: 30px 0 60px;
  }
  .content-list-wrap .lead-en {line-height: 1.5;}
  .btn-page-link .link-en {font-size: 19px;}
  .btn-page-link .link-ja {font-size: 17px;}
}
@media screen and (max-width: 480px) {
  .cap-sub-title__en {font-size: 6.7vw;}
  .cap-sub-title__ja {font-size: 5.6vw;}
}