@charset "UTF-8";

/***************************************************************
*
* コンテンツ基礎
*
****************************************************************/
#wrap {
  /* overflow: hidden; */
  padding-top: 118px;
}

section .inner {
  width: 80vw;
  margin: 0 auto;
}



section .inner > *:last-child {
  margin-bottom: 0;
}

section h2 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
}


section h1.lead,
section p.lead {
  color: #ff8c00;
  font-size: 2.2rem;
  font-weight: normal;
}

section h1.lead + p.text {
  margin: 20px 0;
}

section h3 {
  position: relative;
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

section h3.title {
  margin-bottom: 10px;
}

section h3.title::before {
  content: none;
}

section h4 {
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.6;
}

section h5 {
  font-size: 1.6rem;
}

section p,
section ul,
section ol,
section figure,
section table {
  margin-bottom: 30px;
}

section ul.partnerlist {
  margin-bottom: 20px;
}



@media screen and (max-width: 1024px) {
  section .inner,
  #index section .inner {
    width: auto;
    margin: 0 40px;
  }

  section h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  section h3 {
    margin-bottom: 54px;
  }

  section h3::before {
    left: 0;
    top: auto;
    bottom: -14px;
  }

  section p.lead {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 559px) {
  #wrap {
  /* overflow: hidden; */
  padding-top: 130px;
}
  section .inner,
  #index section .inner {
    width: auto;
    margin: 0 20px;
  }

  section h1 {
    font-size: 3.6rem;
  }

  section h2 {
    font-size: 2.2rem;
  }

  section h2.lead {
    margin: 0;
  }

  section h2 span {
    font-size: 1.7rem;
  }

  section h3 {
    font-size: 1.8rem;
  }

  section h4 {
    font-size: 1.6rem;
  }

  section h5 {
    font-size: 1.5rem;
  }
}
