@charset "UTF-8";
.topHeader {
  z-index: 0;
}
#sub {
  position: relative;
  z-index: 1;
  background: #fff;
}
.menu_sub_link {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 24px auto 40px;
  font-size: 0;
  vertical-align: top;
}
.menu_sub_link h3 {
  display: inline-block;
  font-family: Georgia;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  vertical-align: top;
}
.menu_sub_link ul {
  display: inline-block;
  position: relative;
  margin: 4px 0 0 15px;
  padding: 0 0 0 35px;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}
.menu_sub_link ul:before {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 28px;
  height: 1px;
  background: #000;
  line-height: 18px;
}
.menu_sub_link ul li {
  display: inline-block;
  line-height: 18px;
  vertical-align: top;
}
.menu_sub_link ul a {
  display: inline-block;
  padding: 0 15px;
  color: #969696;
  font-size: 16px;
  line-height: 18px;
  vertical-align: top;
}
.menu_sub_link ul a.current {
  color: #000;
}
.menu_sub_link .historyBack {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 0 30px;
  color: #000;
  font-family: PP;
  font-size: 16px;
  line-height: 18px;
}
.menu_sub_link .historyBack svg {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 6px;
  height: 12px;
  fill: #000;
}
.contentArea {
  /*.default_page{
    .content_title{font-size:48px;line-height:50px;}
  }*/
}
.contentArea .sub_header {
  width: 100%;
  margin: 0 auto;
}
.contentArea .sub_header.development {
  max-width: 1600px;
  padding: 30px 0 40px;
}
.contentArea .sub_header.default_page {
  max-width: 1760px;
  padding: 30px 0 40px;
}
.contentArea .content_title {
  display: block;
  color: #000;
  font-size: 60px;
  font-weight: 400;
  line-height: 62px;
  text-align: center;
}
.contentArea .category {
  display: block;
  margin: 45px 0 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
  vertical-align: top;
}
.contentArea .category li {
  display: inline-block;
  position: relative;
  margin: 0;
}
.contentArea .category li:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  background: #e5e5e5;
  transform: translateY(-50%);
}
.contentArea .category li:first-child:before {
  display: none;
}
.contentArea .category a {
  display: inline-block;
  padding: 0 30px;
  color: #666;
  font-family: PP,PTD;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}
.contentArea .category a.current {
  color: #000;
  font-weight: 400;
}
.sub_content {
  display: block;
  width: 100%;
  /*max-width:1600px;*/
  min-height: 500px;
  margin: 0 auto;
  padding: 0.1% 0 50px;
}
footer {
  margin: 110px 0 0;
}
@media screen and (max-width: 1600px) {
  .menu_sub_link {
    width: calc(100% - 60px);
    max-width: inherit;
    margin: 0 30px 40px;
  }
}
@media screen and (max-width: 1000px) {
  .contentArea .category a {
    margin: 5px 0;
    padding: 5px 15px;
    font-size: 17px;
    line-height: 19px;
  }
  .contentArea .content_title,
  .contentArea .default_page .content_title {
    font-size: 36px;
    line-height: 38px;
  }
}
@media screen and (max-width: 800px) {
  .menu_sub_link {
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: right;
  }
  .menu_sub_link h3,
  .menu_sub_link ul {
    display: none;
  }
  .menu_sub_link .historyBack {
    display: inline-block;
    position: relative;
    margin: 10px 0 15px;
  }
}
@media screen and (max-width: 700px) {
  .contentArea .sub_header.development {
    padding: 20px 0 25px;
  }
  .contentArea.content730 .sub_header.default_page,
  .contentArea.content763 .sub_header.default_page {
    padding: 30px 0 0;
  }
  .contentArea .content_title,
  .contentArea .default_page .content_title {
    font-size: 26px;
    line-height: 28px;
  }
  .contentArea .category {
    margin: 15px 0 0;
  }
  .contentArea .category a {
    font-size: 15px;
    line-height: 17px;
  }
}
/*# sourceMappingURL=subLayout.css.map */