@charset "UTF-8";
/* CSS Document */
/*
marble_systems
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
/* line 6, sass/_destyle.scss */
*,
::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.
 */
/* line 23, sass/_destyle.scss */
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.
 */
/* line 36, sass/_destyle.scss */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
/* line 44, sass/_destyle.scss */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
/* line 51, sass/_destyle.scss */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
/* line 66, sass/_destyle.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
/* line 81, sass/_destyle.scss */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
/* line 91, sass/_destyle.scss */
dt {
  font-weight: bold; }

/* line 95, sass/_destyle.scss */
dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 107, sass/_destyle.scss */
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.
 */
/* line 122, sass/_destyle.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/* line 127, sass/_destyle.scss */
address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 138, sass/_destyle.scss */
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.
 */
/* line 149, sass/_destyle.scss */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 158, sass/_destyle.scss */
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.
 */
/* line 168, sass/_destyle.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
/* line 179, sass/_destyle.scss */
small {
  font-size: 80%; }

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

/* line 196, sass/_destyle.scss */
sub {
  bottom: -0.25em; }

/* line 200, sass/_destyle.scss */
sup {
  top: -0.5em; }

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
/* line 211, sass/_destyle.scss */
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
/* line 225, sass/_destyle.scss */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

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

/* line 252, sass/_destyle.scss */
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 262, sass/_destyle.scss */
button,
input {
  /* 1 */
  overflow: visible; }

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 283, sass/_destyle.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

/* line 292, sass/_destyle.scss */
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 303, sass/_destyle.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 315, sass/_destyle.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
/* line 326, sass/_destyle.scss */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
/* line 334, sass/_destyle.scss */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
/* line 342, sass/_destyle.scss */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

/**
 * 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.
 */
/* line 355, sass/_destyle.scss */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 375, sass/_destyle.scss */
textarea {
  overflow: auto; }

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 400, sass/_destyle.scss */
[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.
 */
/* line 409, sass/_destyle.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
/* line 418, sass/_destyle.scss */
label[for] {
  cursor: pointer; }

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

/*
 * Add the correct display in all browsers.
 */
/* line 437, sass/_destyle.scss */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
/* line 445, sass/_destyle.scss */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
/* line 452, sass/_destyle.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 457, sass/_destyle.scss */
caption {
  text-align: left; }

/* line 461, sass/_destyle.scss */
td,
th {
  vertical-align: top;
  padding: 0; }

/* line 467, sass/_destyle.scss */
th {
  text-align: left;
  font-weight: bold; }

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
/* line 479, sass/_destyle.scss */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
/* line 487, sass/_destyle.scss */
[hidden] {
  display: none; }

/*----------------
 基本設定
----------------*/
/* line 4, sass/_common.scss */
html {
  background-color: #fff; }

/* line 7, sass/_common.scss */
body {
  line-height: 1.50;
  position: relative;
  background-color: #fff; }

/* line 12, sass/_common.scss */
img {
  max-width: 100%;
  vertical-align: bottom; }

/* line 16, sass/_common.scss */
a img:hover {
  opacity: 0.5; }

/*----------------
 PC LP設定
----------------*/
/* line 22, sass/_common.scss */
#lp_content #fv {
  width: 100%;
  margin: 0 auto;
  text-align: center; }

/* line 27, sass/_common.scss */
#lp_content #fv img:nth-child(1) {
  max-width: 1200px;
  width: 100%; }

/* line 31, sass/_common.scss */
#lp_content #fv img:nth-child(2) {
  display: none; }

@media screen and (max-width: 750px) {
  /* line 35, sass/_common.scss */
  #lp_content #fv img:nth-child(1) {
    display: none; }

  /* line 38, sass/_common.scss */
  #lp_content #fv img:nth-child(2) {
    max-width: 750px;
    width: 100%;
    display: block; } }
/* line 44, sass/_common.scss */
#lp_content .w750 {
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
  display: block; }

/* line 50, sass/_common.scss */
#last_ofeer {
  background-color: #2b7ee3;
  width: 100%; }

/* line 54, sass/_common.scss */
#last_ofeer {
  background-color: #2b7ee3;
  width: 100%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box; }

/*----------------
フォーム設定
----------------*/
/* line 65, sass/_common.scss */
.form {
  width: 750px;
  margin: 3em auto; }
  /* line 68, sass/_common.scss */
  .form input, .form textarea {
    width: 100%;
    border: 1px solid; }
  /* line 72, sass/_common.scss */
  .form .btn {
    width: auto;
    margin: 1rem auto;
    padding: 1em;
    border-radius: 10em;
    background-color: #000;
    color: #fff; }

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