@charset "UTF-8";
.mv {
  background-image: url(../img/mv.jpg); }
  @media screen and (max-width: 768px) {
    .mv {
      background-position: top right 10%; } }

section.top {
  background-color: #fff;
  position: relative; }
  section.top h2 {
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      section.top h2 {
        margin-bottom: 22px; } }
  section.top p.lead {
    max-width: 720px;
    width: 93%;
    margin: 0 auto 35px; }

section .inner {
  max-width: 850px;
  padding: 0 50px;
  border-radius: 20px;
  background: #f0f8d1 url(../img/inner_bg.gif) no-repeat center top/contain; }
  @media screen and (max-width: 768px) {
    section .inner {
      padding: 0 3.5%;
      border-radius: 10px;
      background-size: 630px auto; } }
  section .inner h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 113px;
    margin-bottom: 32px;
    font-size: 24px; }
    @media screen and (max-width: 768px) {
      section .inner h3 {
        height: 80px;
        margin-bottom: 20px;
        font-size: 20px; } }
    section .inner h3 img {
      max-width: 36px;
      max-height: 34px;
      margin-right: 3px; }
      @media screen and (max-width: 768px) {
        section .inner h3 img {
          max-width: 28px;
          max-height: 26px; } }
section.sec01 {
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    section.sec01 {
      margin-bottom: 32px; } }
  section.sec01 dl {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 0 3.5% 25px; }
    @media screen and (max-width: 768px) {
      section.sec01 dl {
        display: block;
        padding: 0 2.5% 25px; } }
    section.sec01 dl:nth-of-type(2) {
      padding-bottom: 50px; }
      @media screen and (max-width: 768px) {
        section.sec01 dl:nth-of-type(2) {
          padding-bottom: 25px; } }
    section.sec01 dl dt {
      width: 180px; }
      @media screen and (max-width: 768px) {
        section.sec01 dl dt {
          width: 100%;
          margin: 0;
          text-align: center; }
          section.sec01 dl dt img {
            width: 85px; } }
    section.sec01 dl dd {
      width: calc(100% - 180px);
      padding-top: 15px; }
      @media screen and (max-width: 768px) {
        section.sec01 dl dd {
          width: 100%;
          padding-top: 5px;
          text-align: center; } }
      section.sec01 dl dd p.tel {
        display: flex;
        align-items: center;
        font-size: 30px; }
        @media screen and (max-width: 768px) {
          section.sec01 dl dd p.tel {
            justify-content: center;
            font-size: 22px; } }
        section.sec01 dl dd p.tel img {
          max-width: 40px;
          max-height: 30px;
          margin-right: 3px; }
      section.sec01 dl dd p.time {
        font-size: 18px; }
        @media screen and (max-width: 768px) {
          section.sec01 dl dd p.time {
            font-size: 16px; } }
        section.sec01 dl dd p.time span {
          font-size: 14px; }
          @media screen and (max-width: 768px) {
            section.sec01 dl dd p.time span {
              display: block; } }
      section.sec01 dl dd p.comment {
        margin-bottom: 10px;
        font-size: 18px; }
        section.sec01 dl dd p.comment span {
          font-size: 22px; }
          @media screen and (max-width: 768px) {
            section.sec01 dl dd p.comment span {
              font-size: 20px;
              font-weight: bold; } }
      section.sec01 dl dd a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 320px;
        height: 60px;
        background-color: #1ac6f1;
        border-radius: 30px;
        color: #fff;
        font-size: 22px; }
        @media screen and (max-width: 768px) {
          section.sec01 dl dd a {
            max-width: 300px;
            width: 100%;
            height: 45px;
            margin: 0 auto;
            font-size: 20px; } }
        section.sec01 dl dd a::after {
          content: '';
          width: 8px;
          height: 8px;
          margin-left: 3px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          transform: rotate(45deg); }
section.sec02 p.req {
  width: 100%;
  text-align: right; }
  section.sec02 p.req span {
    font-size: 12px; }
    section.sec02 p.req span::before {
      content: '* ';
      color: #e00b00; }
section.sec02 form {
  padding-bottom: 40px; }
section.sec02 dl {
  display: flex;
  flex-wrap: wrap;
  padding: 15px; }
  @media screen and (max-width: 768px) {
    section.sec02 dl {
      padding: 12px 3.5%; } }
  section.sec02 dl:not(:nth-of-type(1)) {
    border-top: 1px solid #c4d480; }
  section.sec02 dl dt {
    width: 180px;
    padding-top: 8px; }
    @media screen and (max-width: 768px) {
      section.sec02 dl dt {
        width: 100%;
        padding-top: 0; } }
    section.sec02 dl dt.req::after {
      content: ' *';
      vertical-align: top;
      font-size: 12px;
      color: #e00b00; }
    section.sec02 dl dt span {
      display: none; }
  section.sec02 dl dd {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 180px); }
    @media screen and (max-width: 768px) {
      section.sec02 dl dd {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      section.sec02 dl dd label {
        width: 100%;
        margin-right: 0; } }
    section.sec02 dl dd label:not(:nth-last-of-type(1)) {
      margin-right: 8px; }
    section.sec02 dl dd label.zenkaku::after, section.sec02 dl dd label.hankaku::after {
      display: inline-block;
      vertical-align: bottom;
      margin-left: 3px;
      font-size: 12px;
      color: #e00b00; }
    section.sec02 dl dd label.zenkaku input, section.sec02 dl dd label.hankaku input {
      max-width: calc(100% - 30px); }
    section.sec02 dl dd label.zenkaku::after {
      content: '全角'; }
    section.sec02 dl dd label.hankaku::after {
      content: '半角'; }
    section.sec02 dl dd label.subject {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-right: 15px; }
      section.sec02 dl dd label.subject input {
        margin-right: 3px; }
    section.sec02 dl dd label[for="busho"] {
      width: calc(100% - 330px); }
      @media screen and (max-width: 768px) {
        section.sec02 dl dd label[for="busho"] {
          width: 100%;
          margin-top: 5px;
          font-size: 14px; } }
    section.sec02 dl dd label[for="address"] {
      width: 100%; }
    section.sec02 dl dd label input {
      padding: 10px 5px;
      border: 1px solid #bdbfb7;
      border-radius: 3px; }
      section.sec02 dl dd label input#group {
        max-width: 320px;
        width: 100%; }
      section.sec02 dl dd label input#busho {
        width: 125px; }
      section.sec02 dl dd label input#name, section.sec02 dl dd label input#furigana, section.sec02 dl dd label input#tel {
        width: 350px; }
      section.sec02 dl dd label input#postal {
        width: 140px; }
      section.sec02 dl dd label input#address {
        width: 100%; }
      section.sec02 dl dd label input#email {
        width: 450px; }
    section.sec02 dl dd span.error_blank {
      display: block;
      width: 100%;
      color: #f00;
      text-align: left;
      font-size: .8em; }
    section.sec02 dl dd textarea {
      max-width: 450px;
      width: 100%;
      height: 150px;
      border: 1px solid #bdbfb7;
      border-radius: 3px; }
section.sec02 p.privacy {
  text-align: center; }
  section.sec02 p.privacy a {
    color: #006ed5;
    font-size: 14px; }
    section.sec02 p.privacy a:hover {
      text-decoration: underline; }
section.sec02 input[type='button'] {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  width: 90%;
  height: 60px;
  margin: 20px auto 0;
  background-color: #1ac6f1;
  border-radius: 30px;
  color: #fff;
  font-size: 22px; }
  @media screen and (max-width: 768px) {
    section.sec02 input[type='button'] {
      height: 50px;
      font-size: 20px; } }
  section.sec02 input[type='button']::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-left: 3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg); }
section.thanks .inner {
  padding-bottom: 40px; }
  @media screen and (max-width: 768px) {
    section.thanks .inner {
      padding-bottom: 18px; } }

.swal2-popup {
  max-width: 720px !important;
  width: 100% !important; }
  .swal2-popup #swal2-content span {
    display: inline-block;
    text-align: left;
    font-size: 16px; }
    .swal2-popup #swal2-content span.th {
      width: 200px;
      padding: 5px 0;
      border-bottom: 1px solid #999; }
    .swal2-popup #swal2-content span.td {
      width: calc(100% - 200px);
      padding: 5px 0;
      border-bottom: 1px solid #999; }

/*# sourceMappingURL=style.css.map */
