/**------------------------------------
* import */
/**------------------------------------
/* default variable*/
/**------------------------------------
* mixin */
h2 {
  clear: both;
  position: relative;
  font-weight: 700;
  text-align: left;
  font-size: 40px;
  line-height: 58px;
  margin-bottom: 60px;
  padding-left: 80px;
}
h2:before {
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  top: 29px;
  left: 0;
  background: #141a17;
}
@media screen and (max-width: 999px) {
  h2 {
    text-align: justify;
    font-size: 28px;
    line-height: 40px;
    width: calc(100% - 60px);
    margin-left: 14px;
    margin-bottom: 30px;
    padding-left: 40px;
  }
  h2:before {
    width: 30px;
    top: 19px;
  }
}
.content1Area {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 114px;
}
@media screen and (max-width: 999px) {
  .content1Area {
    width: calc(100% - 40px);
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 999px) {
  .content1Area {
    margin-bottom: 94px;
  }
}
.content1Area .content1Ttl {
  width: 986px;
  margin: 0;
  padding: 55px 0;
}
@media screen and (max-width: 999px) {
  .content1Area .content1Ttl {
    width: calc(100% - 14px);
    padding: 80px 0 10px;
  }
}
.content1Area .content1Ttl .reqList {
  width: 874px;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #CCC;
}
.content1Area .content1Ttl .reqList dt {
  height: 32px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding-left: 20px;
  padding-top: 30px;
  border-top: 1px solid #CCC;
}
.content1Area .content1Ttl .reqList dd {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  margin-top: -62px;
  margin-bottom: 30px;
  padding-left: 190px;
  padding-top: 30px;
}
@media screen and (max-width: 999px) {
  .content1Area .content1Ttl .reqList {
    width: calc(100% - 60px);
    border-bottom: 1px solid #CCC;
  }
  .content1Area .content1Ttl .reqList dt {
    height: auto;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 8px;
    padding-left: 0;
    border-top: 1px solid #CCC;
  }
  .content1Area .content1Ttl .reqList dd {
    font-size: 14px;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
    padding-top: 0;
  }
}
.content2Area {
  zoom: 1;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 34px;
}
.content2Area:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .content2Area {
    width: calc(100% - 40px);
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 999px) {
  .content2Area {
    margin-bottom: -14px;
  }
}
.content2Area .flowList {
  zoom: 1;
  margin-bottom: 100px;
  padding: 0;
}
.content2Area .flowList:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
.content2Area .flowList li {
  float: left;
  position: relative;
  list-style: none;
  width: 100px;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-left: 11px;
  padding-top: 60px;
}
.content2Area .flowList li:before {
  content: attr(data-num);
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 25px;
  font-weight: 700;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  background-image: -webkit-linear-gradient(#46c9c5, #46c988);
  background-image: -moz-linear-gradient(#46c9c5, #46c988);
  background-image: linear-gradient(#46c9c5, #46c988);
  border-radius: 25px;
  color: #ffffff;
}
.content2Area .flowList li:after {
  content: "";
  z-index: -1;
  width: 100px;
  height: 1px;
  position: absolute;
  top: 25px;
  left: 50px;
  background-color: #46c988;
}
.content2Area .flowList li:first-child {
  margin-left: 0;
}
.content2Area .flowList li:last-child:after {
  background-color: transparent;
}
@media screen and (max-width: 999px) {
  .content2Area .flowList {
    margin-bottom: 110px;
  }
  .content2Area .flowList li {
    float: none;
    width: 100%;
    height: 50px;
    text-align: left;
    margin-left: 0;
    padding-left: 60px;
    padding-top: 13px;
  }
  .content2Area .flowList li:before {
    left: 0;
  }
  .content2Area .flowList li:after {
    width: 1px;
    height: 15px;
    top: 49px;
    left: 25px;
  }
  .content2Area .flowList li:last-child:after {
    background-color: transparent;
  }
}
.content2Area h3 {
  width: 720px;
  margin: 0 auto 20px;
  font-weight: 500;
  text-align: left;
  font-size: 24px;
  line-height: 36px;
}
@media screen and (max-width: 999px) {
  .content2Area h3 {
    width: calc(100% - 60px);
    font-weight: 700;
  }
}
.content2Area .subTtl {
  position: absolute;
  left: 60px;
  top: -40px;
  font-weight: 700;
  text-align: left;
  font-size: 90px;
  line-height: 0.9em;
  color: #46c988;
  opacity: 0.3;
}
@media screen and (max-width: 999px) {
  .content2Area .subTtl {
    left: 14px;
    top: -40px;
  }
}
.content2Area p {
  width: 720px;
  margin: 0 auto 20px;
  font-weight: 400;
  text-align: justify;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 999px) {
  .content2Area p {
    width: calc(100% - 60px);
    font-size: 14px;
    line-height: 24px;
  }
}
.content2Area .detailList {
  width: 720px;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #CCC;
}
.content2Area .detailList dt {
  height: 32px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding-left: 15px;
  padding-top: 30px;
  border-top: 1px solid #CCC;
}
.content2Area .detailList dd {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  margin-top: -62px;
  margin-bottom: 30px;
  padding-left: 195px;
  padding-top: 30px;
}
.content2Area .detailList dd span {
  font-weight: 400;
}
@media screen and (max-width: 999px) {
  .content2Area .detailList {
    width: calc(100% - 60px);
  }
  .content2Area .detailList dt {
    height: auto;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
    padding-left: 0;
    border-top: 1px solid #CCC;
  }
  .content2Area .detailList dd {
    font-size: 14px;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
    padding-top: 0;
  }
}
.content2Area .content2CardLeft {
  width: 832px;
  margin-bottom: 80px;
  padding: 64px 0 55px;
}
@media screen and (max-width: 999px) {
  .content2Area .content2CardLeft {
    width: calc(100% - 14px);
    margin-bottom: 104px;
    padding: 63px 0 50px;
  }
}
.content2Area .content2Cardright {
  width: 832px;
  margin-left: 154px;
  margin-bottom: 80px;
  padding: 64px 0 55px;
}
@media screen and (max-width: 999px) {
  .content2Area .content2Cardright {
    width: calc(100% - 14px);
    margin-left: 0;
    margin-bottom: 104px;
    padding: 63px 0 50px;
  }
}
.content3Area {
  zoom: 1;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 114px;
}
.content3Area:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .content3Area {
    width: calc(100% - 40px);
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 999px) {
  .content3Area {
    margin-bottom: 94px;
  }
}
.content3Area .content3Card {
  position: relative;
  width: 986px;
  margin: 0;
  padding: 60px 0 55px;
}
.content3Area .content3Card p {
  width: 874px;
  margin: 0 auto;
  font-weight: 700;
  text-align: left;
  font-size: 24px;
  line-height: 36px;
}
@media screen and (max-width: 999px) {
  .content3Area .content3Card {
    width: calc(100% - 14px);
    padding: 80px 0 50px;
  }
  .content3Area .content3Card p {
    width: calc(100% - 60px);
    text-align: justify;
  }
}
.content4Area {
  zoom: 1;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 114px;
}
.content4Area:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .content4Area {
    width: calc(100% - 40px);
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 999px) {
  .content4Area {
    margin-bottom: 94px;
  }
}
.content4Area .content4Card {
  position: relative;
  width: 986px;
  margin: 0;
  padding: 60px 0 55px;
}
@media screen and (max-width: 999px) {
  .content4Area .content4Card {
    width: calc(100% - 14px);
    padding: 80px 0 50px;
  }
}
.content4Area .detailList {
  width: 874px;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #CCC;
}
.content4Area .detailList dt {
  height: 32px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding-left: 15px;
  padding-top: 30px;
  border-top: 1px solid #CCC;
}
.content4Area .detailList dd {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  margin-top: -62px;
  margin-bottom: 30px;
  padding-left: 195px;
  padding-top: 30px;
}
@media screen and (max-width: 999px) {
  .content4Area .detailList {
    width: calc(100% - 60px);
  }
  .content4Area .detailList dt {
    height: auto;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
    padding-left: 0;
    border-top: 1px solid #CCC;
  }
  .content4Area .detailList dd {
    font-size: 14px;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
    padding-top: 0;
  }
}
.internArea {
  zoom: 1;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 100px !important;
}
.internArea:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .internArea {
    width: calc(100% - 40px);
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 999px) {
  .internArea {
    margin-bottom: 80px !important;
  }
}
.internArea p {
  width: 874px;
  margin: -76px auto 0;
  font-weight: 400;
  text-align: justify;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 999px) {
  .internArea p {
    width: calc(100% - 28px);
    margin: -50px auto 0;
    font-size: 14px;
    line-height: 24px;
  }
}
.inquiryArea {
  zoom: 1;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 114px;
}
.inquiryArea:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .inquiryArea {
    width: calc(100% - 40px);
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 999px) {
  .inquiryArea {
    margin-bottom: 94px;
  }
}
.inquiryArea .inquiryAreaCard {
  position: relative;
  width: 986px;
  margin: 0;
  padding: 60px 0 25px;
}
@media screen and (max-width: 999px) {
  .inquiryArea .inquiryAreaCard {
    width: calc(100% - 14px);
    margin-bottom: 0;
    padding: 80px 0 50px;
  }
}
.inquiryArea .detailList {
  width: 874px;
  margin: 0 auto;
  padding: 0;
}
.inquiryArea .detailList dt {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  margin-bottom: 10px;
}
.inquiryArea .detailList dd {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  margin-left: 0;
  margin-bottom: 24px;
  padding-left: 0;
}
.inquiryArea .detailList dd .type {
  margin-right: 10px;
}
.inquiryArea .detailList dd .data {
  margin-right: 30px;
}
@media screen and (max-width: 999px) {
  .inquiryArea .detailList {
    width: calc(100% - 60px);
  }
  .inquiryArea .detailList dt {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .inquiryArea .detailList dd {
    font-size: 14px;
    line-height: 24px;
    margin-left: 0;
    margin-bottom: 32px;
  }
  .inquiryArea .detailList dd .type {
    margin-right: 10px;
  }
  .inquiryArea .detailList dd .data {
    margin-right: 0;
  }
}
