@charset "UTF-8";
/* =======================================
 reset
======================================= */
/*! sanitize.css v8.0.0 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: border-box;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 2 */
  line-height: 1.15;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  tab-size: 4;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

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

/**
 * 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
 * ========================================================================== */
/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

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

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * Remove the margin in Safari.
 */
button,
input,
select {
  margin: 0;
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-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 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

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

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

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/* =======================================
 reset補完
======================================= */
html {
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, dl, dt, dd, ul, ol, li {
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

/* =======================================
 base style
======================================= */
body {
  background: #FFF;
  color: #595757;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  line-height: 1.7;
  margin: 0 auto;
  width: 100%;
  min-width: 1200px;
}

a {
  text-decoration: none;
}
a:hover img {
  opacity: .8;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.floatright {
  float: right;
}

.floatleft {
  float: left;
}

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

p {
  line-height: 1.7;
}

.inner {
  margin: auto;
  width: 1120px;
}

/* =======================================
 fv
======================================= */
.fv {
  background: #BBDDF8 url(../images/order-made-lp/fv_bg.jpg) no-repeat center top;
  width: 100%;
}

/* =======================================
 offer
======================================= */
.offer {
  background-color: #80BD44;
  background: linear-gradient(to right bottom, #8FC861, #8FC861 24%, #80BD44 26%, #80BD44 49%, #8FC861 51%, #8FC861 75%, #80BD44 76%, #80BD44);
  background-size: 8px 8px;
  padding: 40px 0 34px;
}
.offer dl {
  margin-bottom: 14px;
}
.offer dt,
.offer dd {
  float: left;
  margin-right: 16px;
}
.mt10 {
  margin-top: 10px;
}
.offer .btnarea {
  background: #FFF;
  border-radius: 10px;
  text-align: center;
  padding: 16px 0;
  width: 1000px;
}
.btnarea li {
  display: inline-block;
  margin: 0 8px;
}

/* =======================================
 description
======================================= */
.description {
  background: url("../images/order-made-lp/description_bg.jpg") no-repeat center top, url("../images/order-made-lp/description_bg_02.jpg") repeat-x center top;
  height: 1044px;
  padding-top: 70px;
}
.description h2 {
  margin-bottom: 14px;
}
.description p {
  margin-bottom: 32px;
}

/* =======================================
 appeal
======================================= */
.appeal {
  background: url("../images/order-made-lp/appeal_bg.jpg") no-repeat center top;
  height: 578px;
  width: 100%;
}
.appeal h2 {
  margin: 0 0 262px 138px;
}

/* =======================================
 merit
======================================= */
.merit {
  background: url("../images/order-made-lp/merit_bg.jpg") repeat-x center top;
  height: 1756px;
}
.merit h2 {
  margin-bottom: 32px;
}
.merit ul {
  margin-bottom: 78px;
}
.merit li {
  float: left;
}

/* =======================================
 target
======================================= */
.target {
  background: #787650 url("../images/order-made-lp/target_bg.jpg") no-repeat center top;
  height: 723px;
  padding-top: 54px;
  width: 100%;
}
.target h2 {
  margin-bottom: 25px;
}
.target .floatleft {
  margin-left: 5px;
}
.target .floatright {
  margin-right: 5px;
}

/* =======================================
 voice
======================================= */
.voice {
  background: #EBEBED url("../images/order-made-lp/voice_bg.jpg") no-repeat center top;
  height: 1644px;
  padding-top: 32px;
  width: 100%;
}
.voice h2 {
  margin-bottom: 55px;
}

/* =======================================
 supporter
======================================= */
.supporter {
  background: url("../images/order-made-lp/supporter_bg.jpg");
  height: 608px;
  margin-bottom: 30px;
  padding-top: 26px;
  width: 100%;
}
.supporter ul {
  margin: -16px 0 0 86px;
}
.supporter li {
  display: inline-block;
  margin-right: 34px;
}


/* =======================================
 sample
======================================= */
.sample {
  background: url("../images/order-made-lp/sample_bg.jpg") no-repeat center bottom;
  height: 1932px;
  margin-top: 84px;
  width: 100%;
}
.sample h2 {
  margin-bottom: 184px;
}
.sample h3 {
  margin-bottom: 44px;
}
.sample p {
  margin-bottom: 30px;
}

/* =======================================
 reason
======================================= */
.reason {
  background: url("../images/order-made-lp/reason_bg_01.jpg") no-repeat center top, url("../images/order-made-lp/reason_bg_02.jpg") repeat-x center top,
     url("../images/order-made-lp/reason_bg_03.jpg") repeat-x center bottom;
  width: 100%;
}

/* =======================================
 step01
======================================= */
.step01 {
  background: #A28460 url("../images/order-made-lp/step01_bg.jpg") no-repeat center top;
  height: 682px;
  padding-top: 70px;
  width: 100%;
}
.step01 h2 {
  margin-bottom: 34px;
}

/* =======================================
 step02
======================================= */
.step02 {
  background: #E5EFF8 url("../images/order-made-lp/step02_bg.jpg") no-repeat center top;
  height: 830px;
  padding-top: 108px;
  width: 100%;
}
.step02 h2 {
  margin-bottom: 30px;
}

/* =======================================
 contact
======================================= */
#contact {
  background: #8CB64B;
  padding: 54px 0 60px;
}
#contact h2 {
  margin-bottom: 50px;
}
.contect-inner {
  background: #FFF;
  border-radius: 10px;
  margin: auto;
  padding: 50px 0;
  width: 1000px;
}
.contect-inner table {
  margin: 0 auto 40px;
  width: 730px;
}
.contect-inner th {
  border-bottom: 1px dashed #BABBBB;
  font-size: 16px;
  padding: 20px 10px;
  text-align: left;
  vertical-align: top;
  width: 210px;
  position: relative;
}
.contect-inner th::after {
  content: "必須";
  background-color: #C20000;
  color: #FFF;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 17px;
  margin-left: 10px;
  padding: 0 6px;
  text-align: center;
  vertical-align: middle;
}
.contect-inner th span {
  font-size: 14px;
  font-weight: normal;
  display: block;
  position: absolute;
  top: 46px;
  left: 10px;
}
.contect-inner td {
  border-bottom: 1px dashed #BABBBB;
  font-size: 14px;
  padding: 20px 10px;
}
.contect-inner td p {
  margin-top: 20px;
}
.contect-inner td label {
  margin-right: 16px;
}
input[type="text"],
input[type="email"] {
  border: 1px solid #BABBBB;
  border-radius: 5px;
  line-height: 30px;
  padding: 0 10px;
  width: 390px;
}
#input-name {
  width: 290px;
}
.contact-btnarea {
  text-align: center;
}
.contact-btn {
    border: 0;
    cursor: pointer;
    display: block;
    text-indent: -9999px;
    background: url(../images/order-made-lp/contact_btn_03.png);
    margin: auto;
    height: 74px;
    width: 426px;
}
.contact-btn:hover {
  opacity: 0.8;
}
.btn-check {
  background: url("../images/order-made-lp/contact_btn_01.png");
  margin: auto;
  height: 74px;
  width: 426px;
}
.btn-back {
  background: url("../images/order-made-lp/contact_btn_02.png");
  margin: auto;
  height: 74px;
  width: 426px;
}
.btn-send {
  background: url("../images/order-made-lp/contact_btn_03.png");
  margin: auto;
  height: 74px;
  width: 426px;
}
.checkpage .contect-inner th span {
  display: none;
}
.checkpage .contact-btnarea .contact-btn {
  margin: 0 20px;
}

.thankspage p {
  margin-bottom: 1em;
}
.btn-thanks {
  margin-top: 50px;
}

span.error{
  padding-left: 5px;
  color: red;
  font-weight: bold;
}
span.mwform-radio-field.horizontal-item{
  display: inline-block;
}
.contect-inner table tr:last-of-type td span.error{
  display: block;
}
body.first_contact .contact-btn.btn-send{
  display: none;
}


/* =======================================
 footer
======================================= */
.footer {
  padding: 20px 0;
}
.footer-inner {
  margin: auto;
  width: 1000px;
}
.footer .floatright {
  margin-top: 6px;
}
.footer p {
  margin-bottom: 18px;
}
p.footer_link{
  width: 80%;
  margin:0 auto 25px;
  text-align: center;
  clear:both;
  font-size: 14px;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
p.footer_link a{
  font-size: 14px;
  color: #595757;
  text-decoration: underline;
}

small {
  display: block;
  font-size: 14px;
  text-align: center;
}

.fixed-btn {
  background: rgba(255,255,255,.8);
  padding: 12px 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}
.fixed-btn .btnarea {
  margin: auto;
  text-align: center;
  width: 1000px;
}
.fixed-btn .btnarea li {
  display: inline-block;
}
.fixed-btn.display-none {
  display: none;
  opacity: 0;
}
