@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 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: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * 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: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * 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;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * 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 odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
  font-weight: 500;
}

body {
  position: relative;
  color: #000;
}

img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
}

div,
img,
li {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

p {
  margin-bottom: 0;
}

a:link {
  color: #2c5697;
  text-decoration: none;
}

a:visited {
  color: #2c5697;
  text-decoration: none;
}

a:hover {
  color: #2c5697;
  text-decoration: underline;
}

a:visited:hover {
  color: #2c5697;
  text-decoration: underline;
}

a:active {
  color: #666;
  text-decoration: underline;
}

a:focus {
  color: #2c5697;
  text-decoration: none;
}

.page_core--foot {
  background-color: #004896;
}

.copyright {
  color: #fff;
  line-height: 1;
}

.page {
  overflow: hidden;
}

.page_heading {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
}

.page_sub {
  background-color: #004896;
  margin: 0;
  padding: 0;
}

.form_table {
  border: solid 1px #e2e0e0;
  width: 100%;
  border-spacing: 0;
}

.form_table th {
  background-color: #f2f2f2;
}

.form_table th, .form_table td {
  text-align: left;
  vertical-align: middle;
}

.form_table tr + tr th, .form_table tr + tr td {
  border-top: solid 1px #e2e0e0;
}

.form_inner {
  position: relative;
}

.form_title {
  margin: 0;
  font-weight: 700;
}

.form_note {
  margin-top: 2px;
  padding-left: 1em;
  text-indent: -1em;
}

.form_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form_list {
  list-style: none;
  padding: 0;
}

.form_list::after {
  content: '';
  display: table;
  clear: both;
}

.form_item {
  position: relative;
}

.form_column {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
}

.form_alert {
  display: none;
  position: absolute;
  border: solid 1px #f00;
  background-color: #fff;
  bottom: -8px;
}

.form_label {
  display: block;
  font-weight: 700;
  padding-bottom: 2px;
  margin-top: 0;
}

.form_radioLabel {
  line-height: 1;
  font-weight: 700;
  display: block;
  margin: 0;
}

.form_radioLabel span {
  font-weight: 500;
}

.form_radioLabel::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form_radioLabel::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  border-radius: 50%;
  background-color: #a3a3a3;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

input[type=radio]:checked + .form_radioLabel::after {
  opacity: 1;
}

.form_input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #a3a3a3;
  border-radius: 2px;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form_button {
  vertical-align: middle;
}

.form_button--zip {
  line-height: 1;
  background-color: #707070;
  border: 0;
  border-radius: 5px;
  color: #fff;
}

.form_button--zip p {
  margin: 0;
}

.form_select {
  font-size: 0.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: solid 1px #a3a3a3;
  border-radius: 2px;
  padding: 8px;
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: url("../../img/common/arrow_down.png");
  background-size: auto 110%;
  background-position: right top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: top;
}

.form_radio {
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form_text:first-child {
  margin-top: 0;
}

.guidelines {
  border: solid 1px #e2e0e0;
}

.guidelines_head {
  background-color: #f2f2f2;
  border-bottom: solid 1px #e2e0e0;
}

.guidelines_body {
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.guidelines_body ul {
  padding-left: 0;
  list-style: none;
}

.guidelines_body li {
  padding-left: 1em;
}

.guidelines_body li::before {
  content: '・';
  font-weight: 700;
  display: inline-block;
  margin-left: -1em;
}

.guidelines_heading {
  line-height: 1;
  margin: 0;
}

.submit_item {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.submit_button {
  width: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
}

.submit_button:link {
  color: #e60019;
  text-decoration: none;
}

.submit_button:visited {
  color: #e60019;
  text-decoration: none;
}

.submit_button:hover {
  color: #e60019;
  text-decoration: none;
}

.submit_button:visited:hover {
  color: #e60019;
  text-decoration: none;
}

.submit_button:active {
  color: #e60019;
  text-decoration: none;
}

.submit_button:focus {
  color: #e60019;
  text-decoration: none;
}

.submit_button::after {
  content: '';
  display: block;
  width: 100%;
  background-color: #e60019;
}

.submit_button > span {
  line-height: 1;
  display: block;
  border: solid 2px #e60019;
  border-radius: 10px;
  position: relative;
  background: #fff;
  font-weight: 700;
  color: #e60019;
  text-align: center;
}

.submit_button > span::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../../img/common/arrow_right_red.png");
  background-position: 0 50%;
  background-size: 100% auto;
  top: 50%;
}

.submit_recommend {
  font-weight: 700;
  text-align: center;
}

.thanks {
  background-color: #d1ecfb;
}

.thanks_heading {
  margin: 0 auto;
}

.thanks_lead {
  margin: 0;
  text-align: center;
  font-weight: 700;
}

.recommend {
  border-style: solid;
  border-color: #004896;
}

.recommend_foot {
  background-color: #004896;
}

.recommend_foot img {
  margin-right: auto;
  margin-left: auto;
}

.recommend_heading {
  margin: 0 auto;
}

.bnrGroup_heading {
  margin: 0;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.bnrGroup_heading--mail, .bnrGroup_heading--style {
  background-color: #ff9d2a;
}

.bnrGroup_heading--sns {
  background-color: #e66c87;
}

.bnrGroup_bnr {
  display: block;
}

.sns_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sns_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bnrBtn {
  width: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
}

.bnrBtn:link {
  color: #004896;
  text-decoration: none;
}

.bnrBtn:visited {
  color: #004896;
  text-decoration: none;
}

.bnrBtn:hover {
  color: #004896;
  text-decoration: none;
}

.bnrBtn:visited:hover {
  color: #004896;
  text-decoration: none;
}

.bnrBtn:active {
  color: #004896;
  text-decoration: none;
}

.bnrBtn:focus {
  color: #004896;
  text-decoration: none;
}

.bnrBtn::after {
  content: '';
  display: block;
  width: 100%;
  background-color: #004896;
}

.bnrBtn > div {
  line-height: 1;
  display: block;
  border: solid 2px #004896;
  border-radius: 10px;
  position: relative;
  background: #fff;
  font-weight: 700;
  color: #004896;
  text-align: center;
  overflow: hidden;
}

select::-ms-expand {
  display: none;
}

@media (min-width: 768px) {
  body {
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: .02em;
  }
  sup {
    font-size: .6em;
  }
  .page_core--foot {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .copyright {
    font-size: 0.75rem;
    margin-right: 60px;
    margin-left: 60px;
  }
  .page_body {
    padding-top: 40px;
    padding-bottom: 48px;
  }
  .page_core {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .page_sub img {
    max-width: 1080px;
  }
  .form_table {
    table-layout: fixed;
  }
  .form_table th, .form_table td {
    padding: 18px 10px;
  }
  .form_title {
    font-size: 1rem;
    line-height: 1.125;
  }
  .form_note {
    font-size: 0.625rem;
    line-height: 1.2;
  }
  .form_row {
    margin-top: -10px;
  }
  .form_list {
    margin: -10px 0 0;
  }
  .form_item {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
  }
  .form_column {
    margin-top: 10px;
  }
  .form_column--firstName {
    width: 36.9863%;
  }
  .form_column--secondName {
    width: 36.9863%;
  }
  .form_alert {
    font-size: 0.75rem;
    line-height: 1;
    padding: 4px;
  }
  .form_label {
    font-size: 1rem;
    line-height: 1.125;
  }
  .form_label span {
    font-size: 0.75rem;
  }
  .form_radioLabel {
    font-size: 1rem;
    padding: 0 0 0 25px;
  }
  .form_radioLabel span {
    font-size: 0.75rem;
  }
  .form_radioLabel::before {
    margin-top: -9px;
    width: 18px;
    height: 18px;
    border: 1px solid #a3a3a3;
  }
  .form_radioLabel::after {
    margin-top: -9px;
    width: 18px;
    height: 18px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  .form_input {
    font-size: 0.75rem;
    padding: 8px;
  }
  .form_input--email {
    width: 75.34247%;
  }
  .form_input--tel {
    width: 36.9863%;
  }
  .form_input--postalCode {
    width: 36.9863%;
  }
  .form_button--zip {
    font-size: 0.875rem;
    padding: 10px 10px 8px;
  }
  .form_submit {
    margin-top: 40px;
  }
  .guidelines {
    margin-top: 30px;
  }
  .guidelines_head {
    padding: 10px;
  }
  .guidelines_body {
    height: 560px;
    padding: 10px;
  }
  .guidelines_body h2 {
    font-size: 1rem;
  }
  .guidelines_body ul, .guidelines_body p {
    font-size: 0.875rem;
    line-height: 1.78571;
  }
  .guidelines_heading {
    font-size: 1rem;
  }
  .submit_item {
    width: 356px;
  }
  .submit_item--back {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    margin: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  .submit_item--next {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    margin: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  .submit_button:hover {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  .submit_button:hover::after {
    visibility: hidden;
  }
  .submit_button::after {
    height: 20px;
    border-radius: 0 0 10px 10px;
    margin-top: -13px;
  }
  .submit_button > span {
    font-size: 1.5rem;
    padding: 18px 63px 16px;
  }
  .submit_button > span::after {
    width: 26px;
    height: 40px;
    margin-top: -20px;
    right: 31px;
  }
  .submit_pair {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
  }
  .submit_recommend {
    font-size: 1rem;
    line-height: 1.25;
    margin: 24px 0 0;
    padding: 0;
  }
  .thanks {
    padding: 45px 12px;
  }
  .thanks_body {
    margin-top: 26px;
  }
  .thanks_heading {
    width: 387px;
  }
  .thanks_lead {
    font-size: 1rem;
    line-height: 1.25;
  }
  .recommend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-width: 3px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    padding-top: 30px;
  }
  .recommend_body {
    margin-top: 14px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .recommend_foot {
    margin-top: 30px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .recommend_foot img {
    max-width: 375px;
  }
  .recommend_heading {
    max-width: 731px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .recommend_bnrGroup {
    width: 75.33679%;
    margin-right: auto;
    margin-left: auto;
  }
  .bnrGroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .bnrGroup_col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 5px;
    padding-left: 5px;
  }
  .bnrGroup_col--start {
    width: 37.68913%;
  }
  .bnrGroup_col--end {
    width: 61.89821%;
  }
  .bnrGroup_item {
    position: relative;
  }
  .bnrGroup_item--style {
    margin-top: 20px;
  }
  .bnrGroup_comment {
    position: absolute;
    top: 0;
    z-index: 2;
  }
  .bnrGroup_comment--mail {
    left: 0;
    width: 67.15328%;
    -webkit-transform: translate(-100%, -10px);
            transform: translate(-100%, -10px);
  }
  .bnrGroup_comment--style {
    left: 0;
    width: 63.86861%;
    -webkit-transform: translate(-102%, 25px);
            transform: translate(-102%, 25px);
  }
  .bnrGroup_comment--sns {
    right: 0;
    width: 47.77778%;
    -webkit-transform: translate(90%, 25px);
            transform: translate(90%, 25px);
  }
  .bnrGroup_bnr {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .sns {
    margin: 22px auto 0;
    max-width: 351px;
  }
  .sns_item + .sns_item {
    margin-top: 10px;
  }
  .bnrBtn:hover {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  .bnrBtn:hover::after {
    visibility: hidden;
  }
  .bnrBtn::after {
    height: 20px;
    border-radius: 0 0 10px 10px;
    margin-top: -13px;
  }
  .bnrBtn > div {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 0.8125rem;
    line-height: 1.76923;
  }
  .page_core--foot {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .copyright {
    font-size: 0.375rem;
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
  }
  .page_body {
    padding-top: 17.5px;
    padding-bottom: 25px;
  }
  .page_core--body {
    margin-right: 10px;
    margin-left: 10px;
  }
  .page_sub img {
    width: 375px;
    margin-right: auto;
    margin-left: auto;
  }
  .form_table th, .form_table td {
    padding: 8px 15px;
    display: block;
  }
  .form_title {
    font-size: 0.75rem;
    line-height: 1.16667;
  }
  .form_note {
    font-size: 0.5rem;
    line-height: 1.25;
  }
  .form_note br {
    display: none;
  }
  .form_list {
    margin: -6px 0 10;
  }
  .form_item {
    margin-top: 15px;
  }
  .form_column {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .form_column--firstName {
    width: 50%;
  }
  .form_column--secondName {
    width: 50%;
  }
  .form_column--address1 {
    width: 100%;
  }
  .form_column--address2 {
    width: 100%;
    margin-top: 15px;
  }
  .form_column--address3 {
    width: 100%;
    margin-top: 15px;
  }
  .form_alert {
    font-size: 0.625rem;
    line-height: 1;
  }
  .form_label {
    font-size: 0.625rem;
    line-height: 1.2;
    margin-bottom: 3px;
  }
  .form_label span {
    font-size: 0.5rem;
  }
  .form_radioLabel {
    font-size: 0.625rem;
    padding: 0 0 0 20px;
  }
  .form_radioLabel br {
    display: none;
  }
  .form_radioLabel span {
    font-size: 0.625rem;
    margin-left: .5em;
  }
  .form_radioLabel::before {
    margin-top: -8px;
    width: 16px;
    height: 16px;
    border: 1px solid #a3a3a3;
  }
  .form_radioLabel::after {
    margin-top: -8px;
    width: 16px;
    height: 16px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  .form_input {
    padding: 7px 5px;
  }
  .form_input--postalCode {
    width: 60%;
  }
  .form_button--zip {
    font-size: 0.5rem;
    padding: 6px 8px 5px;
    margin-left: 8px;
  }
  .form_submit {
    margin-top: 16px;
  }
  .guidelines_head {
    padding: 10px 15px;
  }
  .guidelines_body {
    height: 105px;
    padding: 10px 15px;
  }
  .guidelines_body h2 {
    font-size: 0.75rem;
  }
  .guidelines_body ul, .guidelines_body p {
    font-size: 0.75rem;
    line-height: 1.66667;
  }
  .guidelines_heading {
    font-size: 0.75rem;
  }
  .submit_item {
    width: 300px;
  }
  .submit_item + .submit_item {
    margin-top: 10px;
  }
  .submit_button::after {
    height: 20px;
    border-radius: 0 0 10px 10px;
    margin-top: -16px;
  }
  .submit_button > span {
    font-size: 0.9375rem;
    padding: 17px 35px 15px;
  }
  .submit_button > span::after {
    width: 12px;
    height: 17px;
    margin-top: -8.5px;
    right: 17px;
  }
  .submit_recommend {
    font-size: 0.5rem;
    line-height: 1.25;
    margin: 12px 0 0;
    padding: 0;
  }
  .thanks {
    margin-right: -10px;
    margin-left: -10px;
    padding: 20px;
  }
  .thanks_body {
    margin-top: 12px;
  }
  .thanks_heading {
    width: 193.5px;
  }
  .thanks_lead {
    font-size: 0.5rem;
    line-height: 1.5;
  }
  .recommend {
    margin-top: 10px;
    padding-top: 15px;
    border-width: 1.5px;
  }
  .recommend_head {
    padding-right: 28px;
    padding-left: 28px;
  }
  .recommend_body {
    margin-top: 10px;
    padding-right: 28px;
    padding-left: 28px;
  }
  .recommend_foot {
    margin-top: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .recommend_foot img {
    width: 42.75568%;
    max-width: 301px;
    min-width: 150.5px;
  }
  .recommend_heading {
    width: 251px;
  }
  .bnrGroup_item--style {
    margin-top: 15px;
  }
  .bnrGroup_item--sns {
    margin-top: 15px;
  }
  .bnrGroup_comment {
    border-style: solid;
    border-width: 1px;
    padding: 5px;
  }
  .bnrGroup_comment img {
    margin-right: auto;
    margin-left: auto;
  }
  .bnrGroup_comment--mail {
    border-color: #ff9d2a;
  }
  .bnrGroup_comment--mail img {
    width: 47.2973%;
    max-width: 280px;
    min-width: 140px;
  }
  .bnrGroup_comment--style {
    border-color: #ff9d2a;
  }
  .bnrGroup_comment--style img {
    width: 50.84459%;
    max-width: 301px;
    min-width: 150.5px;
  }
  .bnrGroup_comment--sns {
    border-color: #e66c87;
  }
  .bnrGroup_comment--sns img {
    width: 65.70946%;
    max-width: 389px;
    min-width: 194.5px;
  }
  .bnrGroup_heading {
    font-size: 0.5625rem;
    line-height: 1;
    margin-top: 5px;
    padding: 5px;
  }
  .bnrGroup_bnr {
    margin-top: 5px;
  }
  .bnrGroup_bnr img {
    width: 40.54054%;
    max-width: 240px;
    min-width: 120px;
    margin-right: auto;
    margin-left: auto;
  }
  .sns {
    margin: 5px auto 0;
    max-width: 235px;
  }
  .sns_list {
    margin-right: auto;
    margin-left: auto;
  }
  .sns_item + .sns_item {
    margin-top: 8px;
  }
  .bnrBtn::after {
    height: 20px;
    border-radius: 0 0 10px 10px;
    margin-top: -16px;
  }
  .bnrBtn > div {
    font-size: 0.9375rem;
  }
}

@media (min-width: 980px) {
  .form_table col:nth-child(2) {
    width: 67.59259%;
  }
  .form_column--address1 {
    width: 21.91781%;
  }
  .form_column--address2 {
    width: 34.24658%;
  }
  .form_column--address3 {
    width: 34.24658%;
  }
}

@media (max-width: 979px) and (min-width: 768px) {
  .form_table col:nth-child(2) {
    width: 74.07407%;
  }
  .form_column--address1 {
    width: 27.39726%;
  }
  .form_column--address2 {
    width: 30.82192%;
  }
  .form_column--address3 {
    width: 30.82192%;
  }
}

@media (min-width: 1110px) {
  .recommend {
    max-width: 991px;
  }
  .bnrGroup_heading {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) and (max-width: 1109px) {
  .recommend {
    max-width: 700px;
  }
  .bnrGroup_heading {
    font-size: 0.875rem;
  }
}

.form_input--shop_name {
    width: 36.9863%;
  }
  
.form_input--shop_incharge {
    width: 36.9863%;
  }
