@charset "UTF-8";
.text--center {
  text-align: center; }

.weight--bold {
  font-weight: bold; }

.mt30 {
  margin-top: 30px; }

.mt50 {
  margin-top: 50px; }

.form table th:after, .formList:after, .container:after, .row:after {
  content: "";
  display: table;
  clear: both; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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 */
  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; }

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

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

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

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

/**
 * 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
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.
 */
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 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
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.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=54)"; }

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

* {
  box-sizing: border-box; }

/* Code */
pre {
  padding: 0 1em; }

/* Tables */
th {
  text-align: left; }

tr,
th,
td {
  padding-right: 1.5em; }

/* Forms */
legend {
  font-weight: bold; }

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */ }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #A5A7AA; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  border: 1px solid #A5A7AA;
  border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border: 1px solid #A5A7AA;
  color: #000; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%; }

/* Quotes */
blockquote,
q,
cite {
  font-style: italic; }

blockquote {
  padding-left: 1.5em;
  border-left: 3px solid #F5F5F5; }

blockquote > p {
  padding: 0; }

/* Lists */
ul,
ol {
  list-style-position: inside;
  padding: 0; }

li ul,
li ol {
  margin: 0 1.5em; }

dl dd {
  margin-left: 1.5em; }

dt {
  font-family: helvetica, arial, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka; }

/* Links */
a {
  color: #1E88F5;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

a:focus {
  outline: thin dotted; }

/* Better CSS Outline Suppression */
a:hover,
a:active {
  outline: none; }

/* Media */
figure {
  margin: 0; }

/* Fluid images */
img,
object,
embed,
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

img {
  /* Improve IE's resizing of images */
  -ms-interpolation-mode: bicubic; }

body {
  background-color: #white;
  color: #4B4B4B;
  font-family: helvetica, arial, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka;
  min-height: 100%;
  text-rendering: optimizeLegibility;
  line-height: 1.5; }

img {
  max-width: 100%;
  width: 100%;
  vertical-align: top; }

ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }

dd {
  margin-left: 0; }

a {
  text-decoration: none;
  color: #1E88F5; }

.alert {
  padding: 10px;
  border-radius: 3px; }
  .alert--danger {
    background: #ffe4e2;
    color: #FC534C; }

.btn {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .1em;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  padding: 10px 25px 10px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  white-space: nowrap;
  text-rendering: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  box-sizing: border-box;
  background: #fff;
  color: #313945;
  border: 1px solid #A5A7AA; }
  .btn:hover {
    background: #F5F5F5; }

.btn--primary {
  background: #009F41;
  color: #fff;
  border: 1px solid #009F41; }
  .btn--primary:hover {
    background: #00953d;
    border: 1px solid #009F41; }
.btn--secondary {
  background: #313945;
  color: #fff;
  border: 1px solid #313945; }
  .btn--secondary:hover {
    background: #2d343f;
    border: 1px solid #313945; }

.btn--small {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 5px 15px 5px; }
.btn--large {
  padding: 20px 35px 20px; }
.btn--fluid {
  display: block; }

.flowNav {
  display: table;
  width: 100%;
  margin-bottom: 50px; }
  .flowNav ul {
    display: block;
    width: 100%; }
  .flowNav li {
    position: relative;
    display: table;
    float: left;
    height: 100%;
    background: #F5F5F5;
    border-right: 1px solid #A5A7AA; }
    .flowNav li span {
      position: relative;
      display: table-cell;
      padding: 15px 0 9px 0;
      min-height: 49px;
      vertical-align: middle;
      text-align: center;
      text-decoration: none; }
      .flowNav li span:before, .flowNav li span:after {
        position: absolute;
        top: 0;
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 24px 0 24px 16px; }
      .flowNav li span:after {
        right: -15px;
        border-color: transparent transparent transparent #F5F5F5;
        z-index: 10; }
      .flowNav li span:before {
        right: -16px;
        border-color: transparent transparent transparent rgba(3, 46, 67, 0.18);
        z-index: 1; }
    .flowNav li strong {
      font-weight: normal;
      margin-left: 10px; }
    .flowNav li.is-active {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      background: #313945;
      color: #fff;
      font-weight: bold; }
      .flowNav li.is-active span:after {
        border-color: transparent transparent transparent #313945; }
      .flowNav li.is-active span:before {
        display: none; }
    .flowNav li:last-of-type {
      border-right: none; }
      .flowNav li:last-of-type span:after {
        display: none; }
      .flowNav li:last-of-type span:before {
        display: none; }
  .flowNav .flow-3 li {
    width: calc( ( 100% - 1px ) / 3 ); }

.form {
  overflow: hidden; }
  .form__inner {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 50px;
    padding-bottom: 50px; }
  .form__item {
    width: 100%;
    padding: 10px 5px;
    background: #F5F5F5; }
    .form__item.zip {
      width: 120px; }
    .form__item.tel {
      width: 250px; }
    .form__item.num {
      width: 100px; }
  .form textarea {
    resize: none; }
  .form table {
    table-layout: fixed;
    width: 100%; }
    .form table th {
      width: 25%;
      vertical-align: top;
      padding: 29px 0 0 0;
      line-height: 2; }
      .form table th .label--danger {
        float: right; }
    .form table td {
      padding: 25px 0 0 40px; }
      .form table td .notes {
        margin-top: 5px; }
  .form__action {
    text-align: center; }
    .form__action input + input {
      margin-left: 20px; }
  .form p {
    margin: 0; }

input[type="checkbox"], input[type="radio"] {
  width: auto; }

.formList .form__item {
  margin-right: 5px; }
.formList__item {
  float: left;
  width: calc( 100% / 3 );
  padding: 10px 0 0 0; }

.container {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

.column {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  *padding-left: 0;
  *padding-right: 0; }
  .column--center {
    float: none !important;
    margin: 0 auto;
    padding: 0; }

.unit--1g {
  width: 8.3333333333%; }

.unit--2g {
  width: 16.6666666667%; }

.unit--3g {
  width: 25%; }

.unit--4g {
  width: 33.3333333333%; }

.unit--5g {
  width: 41.6666666667%; }

.unit--6g {
  width: 50%; }

.unit--7g {
  width: 58.3333333333%; }

.unit--8g {
  width: 66.6666666667%; }

.unit--9g {
  width: 75%; }

.unit--10g {
  width: 83.3333333333%; }

.unit--11g {
  width: 91.6666666667%; }

.unit--12g {
  width: 100%; }

.hero {
  background: url("../images/hero.jpg") no-repeat 50%;
  height: 450px;
  position: relative; }
  .hero__inner {
    width: 84%;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%); }
  .hero__logo {
    position: absolute;
    top: 10%;
    right: 10%;
    background: url("../images/hero_logo.gif") no-repeat;
    width: 233px;
    height: 31px;
    background-size: cover;
    z-index: 100; }
  .hero__catch {
    font-size: 40px;
    font-size: 2.5rem;
    color: #fff; }
    .hero__catch span {
      display: block; }

.overlay {
  background-image: url("../images/overlay.png");
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0; }

.label {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  display: inline-block;
  padding: 8px 10px 7px 10px;
  line-height: 1; }
  .label--danger {
    color: #fff;
    background: #FC534C; }

.notes {
  font-size: 14px;
  font-size: 0.875rem; }
  .notes--danger {
    color: #FC534C; }

.terms {
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #A5A7AA;
  height: 230px;
  margin: 30px auto 50px auto;
  overflow: auto; }
  .terms__inner {
    padding: 15px; }

.content {
  min-width: 1064px; }

.pageHeader {
  text-align: center;
  margin-bottom: 30px; }
  .pageHeader .headline {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: normal;
    text-align: center; }
    .pageHeader .headline:after {
      width: 150px;
      height: 2px;
      display: block;
      background: #009F41;
      content: '';
      margin: 20px auto 0 auto; }

.headline {
  padding-bottom: 13px; }

.leadText {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 40px 0; }

.inner {
  padding: 50px 0; }

.contactHeader {
  background: #313945;
  color: #fff;
  text-align: center;
  overflow: hidden; }
  .contactHeader dl {
    margin: 0 auto;
    display: table;
    border-spacing: 15px 10px;
    text-align: center; }
  .contactHeader dt, .contactHeader dd {
    vertical-align: middle;
    display: table-cell;
    margin: 0; }
  .contactHeader .tel {
    font-size: 28px;
    font-size: 1.75rem; }

.contact.gray {
  background: #F8F8F8; }
.contact__title {
  margin-bottom: 20px; }
  .contact__title h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: normal;
    margin: 0 auto; }

.contactList {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .contactList__image {
    display: table-cell;
    vertical-align: top;
    background: url("../images/ph_contact.jpg") no-repeat 50%; }
  .contactList__body {
    display: table-cell;
    vertical-align: top;
    background: #313945;
    color: #fff;
    padding: 40px 30px 30px 30px; }

.catch__icon {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  margin-bottom: 30px; }
.catch__title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 20px;
  text-align: center; }
