@charset "UTF-8";
.main-header {
  display: flex;
  align-items: center;
  position: relative;
  height: auto;
  padding: 20px 1pc;
}
.main-header h1 {
  margin: 0;
}
.main {
  margin: 70px 0 120px;
  padding-top: 100px;
}
.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: 640px;
}
.content-list-wrap p {
  margin: 0 0 15px;
}
.cap-sub-title__en {
font-size: 22px;
margin-bottom: 10px;
font-family: "Helvetica Neue","Hiragino Kaku Gothic ProN", "YakuHanJP", sans-serif;
}
.cap-sub-title__ja {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.8;
/*
  font-family: "Gothic MB101 Bold", "Hiragino Kaku Gothic ProN", "YakuHanJP", sans-serif;
*/
}
.cap-sub-title__cn {
  font-size: 22px;
  margin-bottom: 10px;
  font-family: "Microsoft YaHei","微软雅黑","宋体","SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
  }
.content-list-wrap .lead-en {
font-size: 16px;
line-height: 1.6;
font-family: "Helvetica Neue","Hiragino Kaku Gothic ProN", "YakuHanJP", sans-serif;
}
.content-list-wrap .lead-ja {
line-height: 1.8;
font-size: 15px;
/*
font-family: "Gothic MB101 Bold", "Hiragino Kaku Gothic ProN", "YakuHanJP", sans-serif;
*/
}
.content-list-wrap .lead-cn {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Microsoft YaHei","微软雅黑","宋体","SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.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: 16px;
  font-family: "Gothic MB101 Bold", "Hiragino Kaku Gothic ProN", "YakuHanJP", sans-serif;
}
.btn-page-link .link-ja {
font-weight: bold;
font-size: 16px;
font-family: "Gothic MB101 Bold", "Hiragino Kaku Gothic ProN", "YakuHanJP", sans-serif;
}
.btn-page-link .link-cn {
  font-size: 16px;
  font-family: "Microsoft YaHei","微软雅黑","宋体","SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
}
footer {
font-size: 14px;
display: block;
margin: 30px 0;
text-align: center;
letter-spacing: .1em;
background-color: transparent;
color: black;
}
@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: 60px;
    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-ja {font-size: 16px;}
  .content-list-wrap .lead-en {line-height: 1.5;}
  .btn-page-link .link-en {font-size: 17px;}
  .btn-page-link .link-ja {font-size: 17px;}
  .btn-page-link .link-ja {font-size: 17px;}
}
@media screen and (max-width: 480px) {
  .cap-sub-title__en {font-size: 6vw; line-height: 1.4;}
  .cap-sub-title__ja {font-size: 5.6vw; line-height: 1.6;}
  .cap-sub-title__cn {font-size: 6vw; line-height: 1.5;}
}
/* ヘッダーメニューのposition fixedを上書き */
header#globalHeader {
	position:static
}

/*
body {color:#333; font-size: 14px; line-height:1.5; font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;}
#globalHeader .wrapper li {font-size: 12px;}
*/

header#globalHeader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50;
    margin: 0;
    padding: 20px 0;
    border-bottom: 0;
    background-color: #FFF;
}
.headerWrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}
@media only screen and (min-width: 769px) and (max-width: 1320px) {
    .headerWrap, .headerWrap_eng {
        padding: 0 50px;
    }
}