.clearfix {
  display: block; }
  .clearfix::before, .clearfix::after {
    content: "";
    display: block;
    clear: both; }

.wrapper {
  width: 90%;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box; }
  @media screen and (max-width: 1024px) {
    .wrapper {
      width: 90%;
      margin: 0% 5%; } }

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */ }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default; }

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto; }

select:disabled {
  opacity: inherit; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  padding: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto; }

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */ }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

h1 {
  margin: 80px auto;
  text-align: center;
  font-size: calc(1.375rem + 1.5vw); }

h2 {
  margin: 0;
  color: black;
  font-size: calc(1.325rem + .9vw);
  font-weight: 700;
  line-height: 1.2;
  text-align: center; }

.Form {
  margin: 40px 0;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 768px) {
    .Form {
      margin-top: 40px; } }

.center {
  text-align: center; }

.mb50 {
  margin-bottom: 50px; }

p {
  font-size: 0.875rem;
  line-height: 1.7;
  text-align: center;
  margin-top: 20px; }
  p.lead {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 50px; }

.linkBtn, .linkBtn-channel {
  text-align: center;
  border-radius: 6px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 30px auto;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #009cdb;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  box-sizing: border-box;
  border: 1px solid #009cdb; }
  .linkBtn:hover, .linkBtn-channel:hover {
    background-color: white;
    color: #009cdb; }
  @media screen and (max-width: 768px) {
    .linkBtn, .linkBtn-channel {
      margin-top: 24px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 160px;
      font-size: 1rem; } }

.linkBtn-channel {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 180px; }
  @media screen and (max-width: 768px) {
    .linkBtn-channel {
      padding-top: 5px;
      padding-bottom: 5px;
      width: 150px; } }

.Form-Item {
  border-top: 1px solid #f0f0f0;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center; }
  .Form-Item:last-child {
    border-bottom: 1px solid #f0f0f0; }
  @media screen and (max-width: 768px) {
    .Form-Item {
      padding-left: 14px;
      padding-right: 14px;
      padding-top: 16px;
      padding-bottom: 16px;
      flex-wrap: nowrap;
      flex-direction: column;
      align-items: flex-start; } }
  .Form-Item .Form-Item-Label {
    width: 30%;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 1rem;
    display: flex;
    align-items: center;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .Form-Item .Form-Item-Label {
        width: 100%;
        display: flex;
        align-items: center;
        font-size: 1rem;
        margin-bottom: 20px; } }
    .Form-Item .Form-Item-Label.isMsg {
      margin-top: 8px;
      margin-bottom: auto; }
      @media screen and (max-width: 768px) {
        .Form-Item .Form-Item-Label.isMsg {
          margin-top: 0; } }
    .Form-Item .Form-Item-Label .Form-Item-Label-Required {
      border-radius: 6px;
      margin-right: 10px;
      padding: 3px;
      width: 50px;
      display: inline-block;
      text-align: center;
      background: #009cdb;
      color: white;
      font-size: 0.875rem; }
      @media screen and (max-width: 768px) {
        .Form-Item .Form-Item-Label .Form-Item-Label-Required {
          border-radius: 4px;
          padding-top: 4px;
          padding-bottom: 4px;
          width: 32px;
          font-size: 0.625rem; } }
    .Form-Item .Form-Item-Label .Form-Item-Label-Any {
      border-radius: 6px;
      margin-right: 10px;
      padding: 3px;
      width: 50px;
      display: inline-block;
      text-align: center;
      background-color: #f0f0f0;
      color: black;
      font-size: 0.875rem; }
      @media screen and (max-width: 768px) {
        .Form-Item .Form-Item-Label .Form-Item-Label-Any {
          border-radius: 4px;
          padding-top: 4px;
          padding-bottom: 4px;
          width: 32px;
          font-size: 0.625rem; } }
  .Form-Item .iptWrap {
    width: 70%;
    line-height: 1.7; }
    @media screen and (max-width: 768px) {
      .Form-Item .iptWrap {
        width: 100%; } }
    .Form-Item .iptWrap .adTtl {
      display: block;
      margin-bottom: 5px; }
    .Form-Item .iptWrap .Form-Item-Input {
      border: 1px solid #ddd;
      border-radius: 6px;
      padding-left: 1em;
      padding-right: 1em;
      height: 48px;
      width: 100%;
      background: #f0f0f0;
      font-size: 1.125rem; }
      .Form-Item .iptWrap .Form-Item-Input.errorLine {
        border: 1px solid #eb6767; }
      @media screen and (max-width: 768px) {
        .Form-Item .iptWrap .Form-Item-Input {
          margin-left: 0;
          height: 40px;
          flex: inherit;
          font-size: 1rem;
          margin-bottom: 10px; } }
    .Form-Item .iptWrap .Form-Item-Textarea {
      border: 1px solid #ddd;
      border-radius: 6px;
      padding: 1em;
      height: 300px;
      flex: 1;
      width: 100%;
      background: #f0f0f0;
      font-size: 1.125rem; }
      .Form-Item .iptWrap .Form-Item-Textarea.errorLine {
        border: 1px solid #eb6767; }
      @media screen and (max-width: 768px) {
        .Form-Item .iptWrap .Form-Item-Textarea {
          margin-top: 18px;
          margin-left: 0;
          height: 200px;
          flex: inherit;
          font-size: 1rem; } }
    .Form-Item .iptWrap .inquiryWrap {
      padding: 0; }
      .Form-Item .iptWrap .inquiryWrap li {
        display: block;
        margin-bottom: 5px; }
        .Form-Item .iptWrap .inquiryWrap li input[type="radio"] {
          position: absolute;
          opacity: 0; }
          .Form-Item .iptWrap .inquiryWrap li input[type="radio"] + .radio-label:before {
            content: '';
            background: #f0f0f0;
            border-radius: 100%;
            border: 1px solid #b0b0b0;
            display: inline-block;
            width: 1.4em;
            height: 1.4em;
            position: relative;
            top: 3px;
            margin-right: 1em;
            vertical-align: top;
            cursor: pointer;
            text-align: center;
            transition: all 250ms ease; }
          .Form-Item .iptWrap .inquiryWrap li input[type="radio"]:checked + .radio-label:before {
            background-color: #009cdb;
            box-shadow: inset 0 0 0 4px #f0f0f0; }
          .Form-Item .iptWrap .inquiryWrap li input[type="radio"]:focus + .radio-label:before {
            outline: none;
            border-color: #009cdb; }
          .Form-Item .iptWrap .inquiryWrap li input[type="radio"]:disabled + .radio-label:before {
            box-shadow: inset 0 0 0 4px #f0f0f0;
            border-color: #b0b0b0;
            background: #b0b0b0; }
          .Form-Item .iptWrap .inquiryWrap li input[type="radio"] + .radio-label:empty:before {
            margin-right: 0; }
    .Form-Item .iptWrap .fCol2 {
      display: flex;
      justify-content: space-between;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .Form-Item .iptWrap .fCol2 {
          flex-direction: column;
          flex-wrap: nowrap; } }
      .Form-Item .iptWrap .fCol2 .Form-Item-Input {
        width: 48%; }
        @media screen and (max-width: 768px) {
          .Form-Item .iptWrap .fCol2 .Form-Item-Input {
            width: 100%; } }
    .Form-Item .iptWrap .style-form__error {
      display: block;
      margin-top: 10px;
      color: #eb6767; }
    .Form-Item .iptWrap .pnWrap {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 20px; }
      .Form-Item .iptWrap .pnWrap span {
        margin: 0 10px 0 10px; }
      .Form-Item .iptWrap .pnWrap .Form-Item-Input:first-child {
        width: 20%; }
      .Form-Item .iptWrap .pnWrap .Form-Item-Input:last-child {
        width: 25%; }
    .Form-Item .iptWrap .paWrap .prefectures {
      display: inline-flex;
      align-items: center;
      position: relative;
      margin-bottom: 20px; }
      .Form-Item .iptWrap .paWrap .prefectures::after {
        position: absolute;
        right: 15px;
        width: 10px;
        height: 7px;
        background-color: #535353;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        content: '';
        pointer-events: none; }
      .Form-Item .iptWrap .paWrap .prefectures select {
        appearance: none;
        min-width: 230px;
        height: 2.8em;
        padding: 0.4em calc(.8em + 30px) 0.4em 0.8em;
        border: 1px solid #ddd;
        border-radius: 6px;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02), 0 2px 3px -2px rgba(0, 0, 0, 0);
        background-color: #f0f0f0;
        color: #333333;
        font-size: 1rem;
        cursor: pointer; }
        .Form-Item .iptWrap .paWrap .prefectures select.errorLine {
          border: 1px solid #eb6767; }
    .Form-Item .iptWrap .paWrap .Form-Item-Input {
      margin-bottom: 10px; }
      .Form-Item .iptWrap .paWrap .Form-Item-Input:last-child {
        margin-bottom: 0; }

.btnWrap {
  display: flex;
  justify-content: center; }
  .btnWrap .Form-Btn {
    text-align: center;
    border-radius: 6px;
    margin-top: 32px;
    margin-bottom: 32px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #009cdb;
    color: #fff;
    font-weight: bold;
    font-size: 1.25rem;
    box-sizing: border-box;
    border: 1px solid #009cdb; }
    .btnWrap .Form-Btn:hover {
      background-color: white;
      color: #009cdb; }
    @media screen and (max-width: 768px) {
      .btnWrap .Form-Btn {
        margin-top: 24px;
        margin-bottom: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 160px;
        font-size: 1rem; } }

.footerFixed {
  min-height: calc(100vh - 159px);
  position: relative;
  padding-bottom: 60px;
  box-sizing: border-box; }
