@charset "UTF-8";
h2 {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
  padding-bottom: 20px;
  font-size: 38px;
  position: relative; }
  @media screen and (max-width: 768px) {
    h2 {
      margin-bottom: 20px;
      padding-bottom: 14px;
      font-size: 22px; } }
  h2::after {
    content: '';
    width: 80px;
    height: 10px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px); }
    @media screen and (max-width: 768px) {
      h2::after {
        width: 60px;
        height: 6px;
        left: calc(50% - 30px); } }

section {
  max-width: 820px;
  width: 93%;
  margin: 0 auto 110px; }
  @media screen and (max-width: 768px) {
    section {
      margin: 0 auto 48px; } }
  section.top {
    margin-bottom: 100px; }
    @media screen and (max-width: 768px) {
      section.top {
        margin-bottom: 42px; } }
    section.top p.lead {
      margin-bottom: 40px;
      line-height: 2; }
      @media screen and (max-width: 768px) {
        section.top p.lead {
          margin-bottom: 18px;
          padding: 0 3.5%;
          line-height: 1.4;
          font-size: 14px; } }
    section.top .dlBox {
      padding: 45px 0 50px;
      border: 4px solid #000;
      border-radius: 10px; }
      @media screen and (max-width: 768px) {
        section.top .dlBox {
          padding: 24px 3.5% 20px; } }
      section.top .dlBox p {
        margin-bottom: 30px;
        text-align: center; }
        @media screen and (max-width: 768px) {
          section.top .dlBox p {
            margin-bottom: 14px; } }
      section.top .dlBox .btnWrap {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap; }
        section.top .dlBox .btnWrap a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 340px;
          height: 50px;
          margin: 0 16px;
          border-radius: 5px;
          background-color: #000;
          color: #fff;
          font-size: 17px; }
          @media screen and (max-width: 768px) {
            section.top .dlBox .btnWrap a {
              max-width: 320px;
              width: 90%;
              margin: 0 auto 14px; } }
  section.send {
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      section.send {
        margin-bottom: 22px;
        padding: 0 3.5%; } }
    section.send p {
      margin-bottom: 25px; }
      @media screen and (max-width: 768px) {
        section.send p {
          margin-bottom: 22px; } }
    section.send dl {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      section.send dl dt {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70px;
        height: 70px;
        border-radius: 5px;
        background-color: #000;
        color: #fff; }
        @media screen and (max-width: 768px) {
          section.send dl dt {
            width: auto;
            height: auto;
            margin-bottom: 4px;
            padding: 5px 12px; } }
      section.send dl dd {
        width: calc(100% - 80px); }
        @media screen and (max-width: 768px) {
          section.send dl dd {
            width: 100%; } }
        section.send dl dd span {
          display: inline-block;
          margin-bottom: 6px;
          font-size: 18px;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            section.send dl dd span {
              margin-bottom: 4px;
              font-size: 16px; } }
  section.formWrap {
    padding: 40px 0 50px;
    border: 4px solid #000;
    border-radius: 10px;
    background-color: #fff; }
    @media screen and (max-width: 768px) {
      section.formWrap {
        padding: 25px 3.5% 30px;
        border-width: 3px; } }
    section.formWrap p.lead {
      margin-bottom: 40px;
      text-align: center;
      line-height: 1.8; }
      @media screen and (max-width: 768px) {
        section.formWrap p.lead {
          margin-bottom: 32px;
          line-height: 1.6;
          text-align: left; } }
    section.formWrap dl {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      max-width: 700px;
      width: 100%;
      margin: 0 auto;
      padding: 18px 5px; }
      @media screen and (max-width: 768px) {
        section.formWrap dl {
          padding: 12px 5px; } }
      section.formWrap dl:nth-last-of-type(n+2) {
        border-bottom: 1px solid #d9d9d9; }
      section.formWrap dl dt {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 210px; }
        @media screen and (max-width: 768px) {
          section.formWrap dl dt {
            width: 100%;
            margin-bottom: 8px; } }
        section.formWrap dl dt.req::after {
          content: '必須';
          display: flex;
          justify-content: center;
          align-items: center;
          width: 40px;
          height: 20px;
          margin-left: 10px;
          border-radius: 3px;
          background-color: #f04d92;
          color: #fff;
          font-size: 12px; }
      section.formWrap dl dd {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: calc(100% - 210px);
        padding: 0 5px; }
        @media screen and (max-width: 768px) {
          section.formWrap dl dd {
            width: 100%; } }
        section.formWrap dl dd > div {
          display: flex;
          align-items: center;
          flex-wrap: wrap; }
          @media screen and (max-width: 768px) {
            section.formWrap dl dd > div {
              font-size: 14px; } }
          section.formWrap dl dd > div label {
            display: flex;
            align-items: center;
            margin: 5px 20px 5px 0;
            cursor: pointer; }
            @media screen and (max-width: 768px) {
              section.formWrap dl dd > div label {
                margin: 3px 16px 3px 0; } }
        section.formWrap dl dd input[type="text"], section.formWrap dl dd textarea, section.formWrap dl dd select, section.formWrap dl dd label[for="file"] {
          height: 45px;
          padding: 0 10px;
          border: 1px solid #c9caca;
          border-radius: 3px;
          background-color: #fafbfd; }
          @media screen and (max-width: 768px) {
            section.formWrap dl dd input[type="text"], section.formWrap dl dd textarea, section.formWrap dl dd select, section.formWrap dl dd label[for="file"] {
              height: 40px; } }
        section.formWrap dl dd input {
          display: flex;
          align-items: center; }
          section.formWrap dl dd input.ipt1 {
            width: 100%; }
          section.formWrap dl dd input.ipt2 {
            width: 230px; }
            @media screen and (max-width: 768px) {
              section.formWrap dl dd input.ipt2 {
                width: 48%; } }
          section.formWrap dl dd input.ipt3 {
            width: 130px;
            border-radius: 3px 0 0 3px; }
            section.formWrap dl dd input.ipt3 + span {
              display: flex;
              justify-content: center;
              align-items: center;
              width: 50px;
              height: 45px;
              border: 1px solid #c9caca;
              border-left: none;
              border-radius: 0 3px 3px 0;
              background-color: #e5e5e5;
              color: #404040; }
              @media screen and (max-width: 768px) {
                section.formWrap dl dd input.ipt3 + span {
                  width: 40px;
                  height: 40px;
                  font-size: 14px; } }
          section.formWrap dl dd input.ipt4 {
            width: 100px;
            margin: 0 8px; }
          section.formWrap dl dd input#file {
            display: none; }
          section.formWrap dl dd input[type="radio"] {
            width: 15px;
            height: 15px;
            margin-right: 10px;
            border: 1px solid #c9caca;
            border-radius: 10px;
            background-color: #fafbfd; }
            @media screen and (max-width: 768px) {
              section.formWrap dl dd input[type="radio"] {
                width: 12px;
                height: 12px;
                margin-right: 6px; } }
        section.formWrap dl dd input::placeholder, section.formWrap dl dd option {
          color: #404040;
          font-size: 14px;
          opacity: 1; }
        section.formWrap dl dd select {
          width: 235px;
          cursor: pointer; }
          section.formWrap dl dd select option:first-child {
            color: #404040; }
        section.formWrap dl dd label[for="file"] {
          justify-content: center;
          height: 35px;
          text-align: center;
          color: #404040; }
        section.formWrap dl dd textarea {
          width: 100%;
          min-height: 150px; }
    section.formWrap p.agree {
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 700px;
      width: 100%;
      height: 60px;
      margin: 0 auto 40px;
      background-color: #ededed;
      /*label {
      	cursor: pointer;
      	&:hover {
      		text-decoration: underline;
      	}
      	input {
      		appearance: auto;
      		width: 15px;
      		height: 15px;
      		margin-right: 6px;
      		background-color: #fff;
      	}
      }*/ }
      @media screen and (max-width: 768px) {
        section.formWrap p.agree {
          height: 50px;
          margin: 0 auto 26px; } }
      section.formWrap p.agree input {
        appearance: auto;
        width: 15px;
        height: 15px;
        margin-right: 6px;
        background-color: #fff; }
      section.formWrap p.agree a:hover {
        text-decoration: underline; }
    section.formWrap input[type="button"] {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 350px;
      height: 70px;
      margin: 0 auto;
      border: none;
      border-radius: 5px;
      background-color: #00ae57;
      font-size: 20px;
      color: #fff;
      cursor: pointer; }
      @media screen and (max-width: 768px) {
        section.formWrap input[type="button"] {
          max-width: 350px;
          width: 100%;
          height: 60px;
          font-size: 18px;
          font-weight: bold; } }

/*# sourceMappingURL=style.css.map */
