@charset "UTF-8";
/**
 * normalizeに、以下のカスタマイズを加えています。
  * 1.日本語のフォントファミリーへの対応(customized01)
 * 2.上方向marginを0に(customized02)
 * 3.禁則処理の追加
 * 4.フルードイメージ対応
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
/* line 22, ../scss/_base.scss */
html {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,'Droid Sans',sans-serif;
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 36, ../scss/_base.scss */
body {
  margin: 0;
  font-size: 16pt;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 45, ../scss/_base.scss */
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.
 */
/* line 59, ../scss/_base.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 65, ../scss/_base.scss */
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, pre {
  margin-top: 0;
}

/* line 67, ../scss/_base.scss */
p, li, dt, dd, th, td, pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
}

/* line 74, ../scss/_base.scss */
dd {
  margin-left: 0;
}

/* line 78, ../scss/_base.scss */
li {
  list-style-type: none;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 90, ../scss/_base.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 100, ../scss/_base.scss */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 133, ../scss/_base.scss */
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).
 */
/* line 143, ../scss/_base.scss */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 153, ../scss/_base.scss */
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.
 */
/* line 163, ../scss/_base.scss */
b,
strong {
  font-weight: inherit;
}

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

/* line 177, ../scss/_base.scss */
p {
  color: #3E3A39;
  margin-bottom: 0;
}
/* line 180, ../scss/_base.scss */
p + p {
  margin-top: 10px;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 201, ../scss/_base.scss */
dfn {
  font-style: italic;
}

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

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

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

/* line 235, ../scss/_base.scss */
sub {
  bottom: -0.25em;
}

/* line 239, ../scss/_base.scss */
sup {
  top: -0.5em;
}

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

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

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 268, ../scss/_base.scss */
img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 277, ../scss/_base.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 289, ../scss/_base.scss */
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.
 * 1. Show the overflow in Edge.
 */
/* line 305, ../scss/_base.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 315, ../scss/_base.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/* line 320, ../scss/_base.scss */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: 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.
 */
/* line 332, ../scss/_base.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 343, ../scss/_base.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 355, ../scss/_base.scss */
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).
 */
/* line 366, ../scss/_base.scss */
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.
 */
/* line 379, ../scss/_base.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 402, ../scss/_base.scss */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 421, ../scss/_base.scss */
[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.
 */
/* line 431, ../scss/_base.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 463, ../scss/_base.scss */
details,
menu {
  display: block;
}

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

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

/**
 * Add the correct display in IE.
 */
/* line 491, ../scss/_base.scss */
template {
  display: none;
}

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

/* =========================================================
 fontsize default値
========================================================= */
/* line 510, ../scss/_base.scss */
html {
  font-size: 62.5%;
}

/* =========================================================
 reset
========================================================= */
/* line 517, ../scss/_base.scss */
ul {
  padding: 0;
}

/* line 520, ../scss/_base.scss */
li {
  list-style-type: none;
}

/* =========================================================
 共通のスタイル
========================================================= */
/* line 528, ../scss/_base.scss */
section.area .areaInner {
  padding: 20px;
  margin: 0 auto;
  max-width: 1180px;
}
@media only screen and (min-width: 641px) {
  /* line 528, ../scss/_base.scss */
  section.area .areaInner {
    padding: 10px;
  }
}
@media only screen and (min-width: 1180px) {
  /* line 528, ../scss/_base.scss */
  section.area .areaInner {
    padding: 0;
  }
}

/* line 543, ../scss/_base.scss */
p + p {
  margin-top: 20px;
}

/* line 548, ../scss/_base.scss */
.important {
  color: #ff6e00;
  font-size: 1.2em;
  font-weight: bold;
}

@media only screen and (min-width: 641px) {
  /* line 554, ../scss/_base.scss */
  .sp {
    display: none !important;
  }
}

/* line 560, ../scss/_base.scss */
.tablet {
  display: none !important;
}
@media only screen and (min-width: 641px) {
  /* line 560, ../scss/_base.scss */
  .tablet {
    display: block !important;
  }
}
@media only screen and (min-width: 1180px) {
  /* line 560, ../scss/_base.scss */
  .tablet {
    display: none !important;
  }
}

/* line 571, ../scss/_base.scss */
.pc {
  display: none !important;
}
@media only screen and (min-width: 1180px) {
  /* line 571, ../scss/_base.scss */
  .pc {
    display: block !important;
  }
}

/* line 578, ../scss/_base.scss */
.center {
  text-align: center;
}

/* line 582, ../scss/_base.scss */
.f15 {
  font-size: 1.5em;
}

/* line 586, ../scss/_base.scss */
.green, .red, .pink {
  color: #d5010f;
  font-weight: bold;
  font-size: 1.2em;
}

/* line 592, ../scss/_base.scss */
.red {
  color: #E30D21;
}

/* line 596, ../scss/_base.scss */
.yellow {
  color: #FFF100;
}

/* line 600, ../scss/_base.scss */
.pink {
  color: #fa666c;
}

/* line 605, ../scss/_base.scss */
.blue {
  color: #4488C0;
}

/* line 609, ../scss/_base.scss */
.bold {
  font-weight: bold;
}

/* line 614, ../scss/_base.scss */
h2.ttl {
  font-size: 24px;
  text-align: center;
}
@media only screen and (min-width: 641px) {
  /* line 614, ../scss/_base.scss */
  h2.ttl {
    font-size: 30px;
    text-align: left;
  }
}

/* line 622, ../scss/_base.scss */
.mgb20 {
  margin-bottom: 10px;
}

/* line 625, ../scss/_base.scss */
.mgb40 {
  margin-bottom: 40px;
}

/* line 628, ../scss/_base.scss */
.mgt20 {
  margin-top: 20px;
}

/* line 631, ../scss/_base.scss */
.mgt40 {
  margin-top: 40px;
}

/* line 634, ../scss/_base.scss */
.mgt80 {
  margin-top: 80px;
}

/* line 637, ../scss/_base.scss */
.mgt100 {
  margin-top: 100px;
}

/* line 640, ../scss/_base.scss */
.lh10 {
  line-height: 1em;
}

/* line 643, ../scss/_base.scss */
.lh11 {
  line-height: 1.1em;
}

/* line 646, ../scss/_base.scss */
.lh20 {
  line-height: 2em;
}

/* line 649, ../scss/_base.scss */
.lh12 {
  line-height: 1.2em;
}

/* line 652, ../scss/_base.scss */
.lh30 {
  line-height: 3em;
}

/* line 655, ../scss/_base.scss */
.lh13 {
  line-height: 1.3em;
}

/* line 658, ../scss/_base.scss */
.lh40 {
  line-height: 4em;
}

/* line 661, ../scss/_base.scss */
.lh14 {
  line-height: 1.4em;
}

/* line 664, ../scss/_base.scss */
.lh50 {
  line-height: 5em;
}

/* line 667, ../scss/_base.scss */
.lh15 {
  line-height: 1.5em;
}

/* line 670, ../scss/_base.scss */
.lh60 {
  line-height: 6em;
}

/* line 673, ../scss/_base.scss */
.lh16 {
  line-height: 1.6em;
}

/* line 676, ../scss/_base.scss */
.lh70 {
  line-height: 7em;
}

/* line 679, ../scss/_base.scss */
.lh17 {
  line-height: 1.7em;
}

/* line 682, ../scss/_base.scss */
.lh80 {
  line-height: 8em;
}

/* line 685, ../scss/_base.scss */
.lh18 {
  line-height: 1.8em;
}

/* line 688, ../scss/_base.scss */
.lh90 {
  line-height: 9em;
}

/* line 691, ../scss/_base.scss */
.lh19 {
  line-height: 1.9em;
}

/* line 694, ../scss/_base.scss */
.lh10 {
  line-height: 10em;
}

/* line 697, ../scss/_base.scss */
.f09 {
  font-size: 0.9em;
}

/* line 700, ../scss/_base.scss */
.f11 {
  font-size: 1.1em;
}

/* line 703, ../scss/_base.scss */
.f13 {
  font-size: 1.3em;
}

/* line 706, ../scss/_base.scss */
.f15 {
  font-size: 1.5em;
}

/* line 709, ../scss/_base.scss */
.f20 {
  font-size: 2.0em;
}

/* line 712, ../scss/_base.scss */
.f22 {
  font-size: 2.2em;
}

/* line 715, ../scss/_base.scss */
.f24 {
  font-size: 2.4em;
}

/* line 718, ../scss/_base.scss */
.f25 {
  font-size: 2.5em;
}

/* line 721, ../scss/_base.scss */
.f1vmin {
  font-size: 1vmin;
}

/* line 724, ../scss/_base.scss */
.f2vmin {
  font-size: 2vmin;
}

/* line 727, ../scss/_base.scss */
.f28vmin {
  font-size: 2.8vmin;
}

/* line 730, ../scss/_base.scss */
.f3vmin {
  font-size: 3vmin;
}

/* line 733, ../scss/_base.scss */
.f4vmin {
  font-size: 4vmin;
}

/* line 736, ../scss/_base.scss */
.f5vmin {
  font-size: 5vmin;
}

/* line 739, ../scss/_base.scss */
.f6vmin {
  font-size: 6vmin;
}

/* line 742, ../scss/_base.scss */
.f7vmin {
  font-size: 7vmin;
}

/* line 745, ../scss/_base.scss */
.f8vmin {
  font-size: 8vmin;
}

/* line 749, ../scss/_base.scss */
.next {
  color: #4488C0;
  text-align: center;
  line-height: 1.4em;
  font-size: 18px;
  margin-top: 20px;
}
@media only screen and (min-width: 641px) {
  /* line 749, ../scss/_base.scss */
  .next {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 1.5em;
  }
}

/* line 763, ../scss/_base.scss */
.default {
  text-decoration: line-through;
}

@media only screen and (min-width: 641px) {
  /* line 1, ../scss/_header.scss */
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 6, ../scss/_header.scss */
.header .areaInner {
  padding: 10px !important;
}
@media only screen and (min-width: 1180px) {
  /* line 6, ../scss/_header.scss */
  .header .areaInner {
    height: 49px;
    max-width: 1470px !important;
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
}
/* line 16, ../scss/_header.scss */
.header .areaInner .logo {
  margin-bottom: 10px;
}
@media only screen and (min-width: 641px) {
  /* line 16, ../scss/_header.scss */
  .header .areaInner .logo {
    margin-bottom: 0;
  }
}
/* line 21, ../scss/_header.scss */
.header .areaInner .logo img {
  display: block;
  margin: auto;
}
/* line 26, ../scss/_header.scss */
.header .areaInner .info {
  display: flex;
  height: 24px;
  line-height: 24px;
  max-width: 316px;
  margin: auto;
}
@media only screen and (min-width: 641px) {
  /* line 26, ../scss/_header.scss */
  .header .areaInner .info {
    max-width: 418px;
  }
}
@media only screen and (min-width: 1180px) {
  /* line 26, ../scss/_header.scss */
  .header .areaInner .info {
    height: 49px;
    max-width: 100%;
    margin: initial;
  }
}
/* line 41, ../scss/_header.scss */
.header .areaInner .info .tel {
  background-image: url("../img/header-phone.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 24px;
  font-size: 1em;
  background-size: contain;
  margin-right: 5px;
}
@media only screen and (min-width: 641px) {
  /* line 41, ../scss/_header.scss */
  .header .areaInner .info .tel {
    padding-left: 29px;
    background-size: auto;
    font-size: 1.5em;
    height: 49px;
    line-height: 49px;
    margin-right: 5px;
  }
}
/* line 57, ../scss/_header.scss */
.header .areaInner .info .tel a {
  text-decoration: none;
  color: black;
}
/* line 62, ../scss/_header.scss */
.header .areaInner .info .time {
  font-size: 0.7em;
}
@media only screen and (min-width: 641px) {
  /* line 62, ../scss/_header.scss */
  .header .areaInner .info .time {
    font-size: 0.8em;
    height: 49px;
    line-height: 49px;
  }
}

/* line 1, ../scss/_area01.scss */
#area01 {
  max-width: 100%;
  overflow: hidden;
  color: #3e3a39;
}
/* line 22, ../scss/_area01.scss */
#area01 > .areaInner {
  max-width: none;
  padding: 0;
}
/* line 26, ../scss/_area01.scss */
#area01 h1 {
  display: block;
  max-width: 640px;
  margin: 0 auto;
}
@media only screen and (min-width: 1180px) {
  /* line 26, ../scss/_area01.scss */
  #area01 h1 {
    max-width: 1470px;
  }
}
/* line 35, ../scss/_area01.scss */
#area01 .mvWrap {
  position: relative;
}
/* line 37, ../scss/_area01.scss */
#area01 .mvWrap .ttl {
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 1.49;
  letter-spacing: .03em;
  font-size: calc(48.95% + 11 * (100vw - 320px) / 320);
}
@media only screen and (max-width: 1150px) {
  /* line 37, ../scss/_area01.scss */
  #area01 .mvWrap .ttl {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 641px) {
  /* line 37, ../scss/_area01.scss */
  #area01 .mvWrap .ttl {
    max-width: 78%;
  }
}
@media only screen and (min-width: 1900px) {
  /* line 37, ../scss/_area01.scss */
  #area01 .mvWrap .ttl {
    max-width: 78%;
    font-size: 43px;
  }
}
/* line 58, ../scss/_area01.scss */
#area01 .mvWrap .txt {
  line-height: 1.5;
  letter-spacing: .02em;
  padding: 10px;
}
/* line 64, ../scss/_area01.scss */
#area01 .pointWrap {
  background-color: #f8f8f9;
  padding: 10px 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 641px) {
  /* line 64, ../scss/_area01.scss */
  #area01 .pointWrap {
    margin-bottom: 40px;
    padding: 50px 20px;
  }
}
/* line 72, ../scss/_area01.scss */
#area01 .pointWrap ul {
  margin: 0 auto;
}
@media only screen and (min-width: 1151px) {
  /* line 72, ../scss/_area01.scss */
  #area01 .pointWrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    max-width: 1470px;
  }
}
/* line 85, ../scss/_area01.scss */
#area01 .pointWrap li {
  margin-top: 18px;
  padding: 13px 22px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -moz-box-shadow: 5px 5px 0px #f1f1f1;
  -webkit-box-shadow: 5px 5px 0px #f1f1f1;
  box-shadow: 5px 5px 0px #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 1151px) {
  /* line 85, ../scss/_area01.scss */
  #area01 .pointWrap li {
    margin-top: 0;
    -ms-flex: 0 1 29%;
    -webkit-flex-basis: 31.29%;
    flex-basis: 31.29%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 85, ../scss/_area01.scss */
  #area01 .pointWrap li {
    padding-left: 14px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1300px) {
  /* line 103, ../scss/_area01.scss */
  #area01 .pointWrap li br.min {
    display: none;
  }
}
/* line 108, ../scss/_area01.scss */
#area01 .pointWrap li br.wide {
  display: none;
}
@media only screen and (max-width: 1510px) {
  /* line 108, ../scss/_area01.scss */
  #area01 .pointWrap li br.wide {
    display: inline;
  }
}
@media only screen and (max-width: 1150px) {
  /* line 108, ../scss/_area01.scss */
  #area01 .pointWrap li br.wide {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  /* line 108, ../scss/_area01.scss */
  #area01 .pointWrap li br.wide {
    display: inline;
  }
}
/* line 121, ../scss/_area01.scss */
#area01 .pointWrap .photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 18px;
  min-width: 64px;
}
/* line 129, ../scss/_area01.scss */
#area01 .pointWrap .photo img {
  width: 64px;
}
/* line 133, ../scss/_area01.scss */
#area01 .pointWrap .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex: 0 1 auto;
  font-size: 15px;
  letter-spacing: .02em;
  line-height: 1.67;
  width: 78%;
}
/* line 146, ../scss/_area01.scss */
#area01 .catchWrap {
  max-width: 1080px;
  background-color: #eff0f1;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 641px) {
  /* line 146, ../scss/_area01.scss */
  #area01 .catchWrap {
    padding-left: 80px;
  }
}
/* line 154, ../scss/_area01.scss */
#area01 .catchWrap .inner {
  background-image: url("../img/area01_money.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 50% auto;
  padding-bottom: 60%;
}
@media only screen and (min-width: 641px) {
  /* line 154, ../scss/_area01.scss */
  #area01 .catchWrap .inner {
    padding: 20px 20px 40px;
    background-position: left center;
    padding-left: 22%;
    background-size: auto 100%;
  }
}
/* line 168, ../scss/_area01.scss */
#area01 .catchWrap .ttl {
  text-align: center;
  line-height: 1.5;
  letter-spacing: .06em;
  font-size: 26px;
}
@media only screen and (min-width: 641px) {
  /* line 168, ../scss/_area01.scss */
  #area01 .catchWrap .ttl {
    font-size: 30px;
  }
}
/* line 177, ../scss/_area01.scss */
#area01 .catchWrap .txt {
  font-size: 16px;
  line-height: 1.87;
  padding: 20px;
}
@media only screen and (min-width: 641px) {
  /* line 177, ../scss/_area01.scss */
  #area01 .catchWrap .txt {
    margin-top: 12px;
    padding: 0;
    text-align: left;
    font-size: 18px;
  }
}
/* line 187, ../scss/_area01.scss */
#area01 .catchWrap .txt ul {
  margin-bottom: 0;
}
/* line 193, ../scss/_area01.scss */
#area01 p + p {
  margin-top: 0;
}
/* line 197, ../scss/_area01.scss */
#area01 .benefit {
  background-color: #0950A2;
  color: white;
  text-align: left;
  font-size: 16px;
}
@media only screen and (min-width: 641px) {
  /* line 197, ../scss/_area01.scss */
  #area01 .benefit {
    font-size: 32px;
    text-align: center;
  }
}
/* line 207, ../scss/_area01.scss */
#area01 .mistake {
  max-width: 768px;
  display: block;
  margin: auto;
  font-weight: bold;
  color: #4488C0;
  font-family: "小塚ゴシック Pro serif";
  padding-bottom: 5px;
  border-bottom: 5px solid #FFF100;
  font-size: 24px;
}
@media only screen and (min-width: 641px) {
  /* line 207, ../scss/_area01.scss */
  #area01 .mistake {
    margin-bottom: 40px;
    font-size: 60px;
    padding-bottom: 10px;
    border-bottom: 10px solid #FFF100;
  }
}

/* line 1, ../scss/_area02.scss */
#area02 {
  max-width: 100%;
  overflow: hidden;
  color: #3e3a39;
  padding: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 641px) {
  /* line 1, ../scss/_area02.scss */
  #area02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* line 28, ../scss/_area02.scss */
#area02 > .areaInner {
  max-width: 1470px;
  padding: 0;
}
@media only screen and (min-width: 1151px) {
  /* line 28, ../scss/_area02.scss */
  #area02 > .areaInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1151px) {
  /* line 40, ../scss/_area02.scss */
  #area02 .fl {
    -ms-flex: 0 1 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
/* line 46, ../scss/_area02.scss */
#area02 .fr {
  padding-top: 6px;
}
@media only screen and (min-width: 1151px) {
  /* line 46, ../scss/_area02.scss */
  #area02 .fr {
    -ms-flex: 0 1 41%;
    -webkit-flex-basis: 41%;
    flex-basis: 41%;
  }
}
/* line 52, ../scss/_area02.scss */
#area02 .fr img {
  -moz-box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1150px) {
  /* line 52, ../scss/_area02.scss */
  #area02 .fr img {
    margin: 20px auto 0;
    display: block;
    max-width: 320px;
    width: 70%;
  }
}
/* line 62, ../scss/_area02.scss */
#area02 .ttl {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 5px;
  line-height: 1.5;
  letter-spacing: .06em;
  font-weight: normal;
}
/* line 70, ../scss/_area02.scss */
#area02 .ttl:before, #area02 .ttl:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #fed720;
}
/* line 82, ../scss/_area02.scss */
#area02 .ttl:after {
  width: 36.2%;
  left: auto;
  background-color: #f0938d;
}
/* line 88, ../scss/_area02.scss */
#area02 .txt {
  font-size: 15px;
  line-height: 1.87;
}
@media only screen and (max-width: 1150px) {
  /* line 91, ../scss/_area02.scss */
  #area02 .txt br.wide {
    display: none;
  }
}
/* line 97, ../scss/_area02.scss */
#area02 ul {
  position: relative;
  margin-top: 25px;
  padding: 10px 15px;
  background-color: #f8f8f9;
  margin-bottom: 40px;
}
@media only screen and (min-width: 641px) {
  /* line 97, ../scss/_area02.scss */
  #area02 ul {
    padding: 20px 26px;
  }
}
/* line 107, ../scss/_area02.scss */
#area02 ul:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -35px;
  border-width: 26px 35px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f8f8f9;
}
/* line 119, ../scss/_area02.scss */
#area02 li {
  padding: 16px 10px 16px 72px;
  background: url("../img/area02_02.png") 0 14px no-repeat;
  -moz-background-size: 52px;
  -o-background-size: 52px;
  -webkit-background-size: 52px;
  background-size: 52px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .06em;
}
@media only screen and (min-width: 641px) {
  /* line 119, ../scss/_area02.scss */
  #area02 li {
    -moz-background-size: 40px;
    -o-background-size: 40px;
    -webkit-background-size: 40px;
    background-size: 40px;
    padding-left: 52px;
    font-size: 22px;
    letter-spacing: .06em;
  }
}
/* line 133, ../scss/_area02.scss */
#area02 .large {
  margin-top: 50px;
  margin-bottom: 37px;
  font-size: 30px;
  letter-spacing: .06em;
  text-align: center;
}

/* line 1, ../scss/_area03.scss */
#area03 {
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 98px;
  color: #3e3a39;
}
@media only screen and (max-width: 1150px) {
  /* line 1, ../scss/_area03.scss */
  #area03 {
    padding-bottom: 10px;
  }
}
/* line 9, ../scss/_area03.scss */
#area03 > .areaInner {
  max-width: 100%;
  padding: 0 !important;
}
/* line 12, ../scss/_area03.scss */
#area03 > .areaInner .areaInner {
  max-width: 1470px;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 18, ../scss/_area03.scss */
#area03 .ttl {
  position: relative;
  background-color: #4488c0;
  padding: 20px;
  text-align: center;
  color: #ffffff;
  letter-spacing: .06em;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.5;
}
@media only screen and (min-width: 641px) {
  /* line 18, ../scss/_area03.scss */
  #area03 .ttl {
    font-size: 28px;
    padding: 25px 0;
  }
}
/* line 32, ../scss/_area03.scss */
#area03 .ttl:before {
  content: '';
  position: absolute;
  top: 100%;
  margin-top: -1px;
  left: 50%;
  margin-left: -35px;
  border-width: 26px 35px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #4488c0;
}
/* line 44, ../scss/_area03.scss */
#area03 .ttl br {
  display: none;
}
@media only screen and (max-width: 1150px) {
  /* line 44, ../scss/_area03.scss */
  #area03 .ttl br {
    display: inline;
  }
}
/* line 51, ../scss/_area03.scss */
#area03 .unit {
  margin-top: 126px;
  background: url("../img/area03_01.png") 0 0 no-repeat;
  padding-left: 278px;
}
@media only screen and (max-width: 1150px) {
  /* line 51, ../scss/_area03.scss */
  #area03 .unit {
    margin-top: 60px;
    -moz-background-size: 140px;
    -o-background-size: 140px;
    -webkit-background-size: 140px;
    background-size: 140px;
    padding-left: 160px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 51, ../scss/_area03.scss */
  #area03 .unit {
    background-position: center 0;
    padding-left: 0;
    padding-top: 200px;
  }
}
/* line 65, ../scss/_area03.scss */
#area03 .unit.unit02 {
  margin-top: 60px;
  background-image: url("../img/area03_02.png");
  margin-bottom: 40px;
}
@media only screen and (min-width: 641px) {
  /* line 65, ../scss/_area03.scss */
  #area03 .unit.unit02 {
    margin-top: 96px;
    margin-bottom: 60px;
  }
}
/* line 78, ../scss/_area03.scss */
#area03 .hl {
  padding: 0 0 0 15px;
  border-left: 3px solid #fed720;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: .13em;
}
@media only screen and (min-width: 641px) {
  /* line 78, ../scss/_area03.scss */
  #area03 .hl {
    font-size: 25px;
  }
}
/* line 88, ../scss/_area03.scss */
#area03 p {
  margin-top: 1.8em;
  margin-bottom: 0;
}
/* line 91, ../scss/_area03.scss */
#area03 p:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 1150px) {
  /* line 94, ../scss/_area03.scss */
  #area03 p br.wide {
    display: none;
  }
}
/* line 100, ../scss/_area03.scss */
#area03 .txt {
  margin-top: 17px;
  font-size: 15px;
  line-height: 1.87;
  letter-spacing: .03px;
}
@media only screen and (min-width: 641px) {
  /* line 100, ../scss/_area03.scss */
  #area03 .txt {
    padding-left: 18px;
  }
}
/* line 109, ../scss/_area03.scss */
#area03 .box {
  margin-top: 20px;
  background-color: #eff0f1;
  padding: 35px 40px;
  font-size: 18px;
  line-height: 1.67;
}
@media only screen and (min-width: 641px) {
  /* line 109, ../scss/_area03.scss */
  #area03 .box {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 109, ../scss/_area03.scss */
  #area03 .box {
    padding: 20px;
    font-size: 15px;
    line-height: 1.67;
  }
}

/* line 1, ../scss/_area04.scss */
#area04 {
  background-image: url("../img/area04_01_sp.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 31.5%;
}
@media only screen and (min-width: 1180px) {
  /* line 1, ../scss/_area04.scss */
  #area04 {
    background-image: url("../img/area04_01.png");
    padding-top: 21%;
    margin-bottom: 60px;
  }
}
/* line 13, ../scss/_area04.scss */
#area04 .areaInner {
  padding-top: 10px;
}
@media only screen and (min-width: 1180px) {
  /* line 13, ../scss/_area04.scss */
  #area04 .areaInner {
    padding-top: 60px;
  }
}
/* line 97, ../scss/_area04.scss */
#area04 .ttl {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.49;
  letter-spacing: .03em;
  text-align: left;
  min-height: 120px;
}
@media only screen and (min-width: 641px) {
  /* line 97, ../scss/_area04.scss */
  #area04 .ttl {
    letter-spacing: .06em;
    font-size: 43px;
  }
}
@media only screen and (min-width: 1180px) {
  /* line 97, ../scss/_area04.scss */
  #area04 .ttl {
    min-height: 80px;
  }
}
/* line 125, ../scss/_area04.scss */
#area04 .txt {
  font-size: 15px;
  line-height: 1.87;
}
@media only screen and (min-width: 641px) {
  /* line 125, ../scss/_area04.scss */
  #area04 .txt {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1180px) {
  /* line 125, ../scss/_area04.scss */
  #area04 .txt {
    text-align: left;
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 125, ../scss/_area04.scss */
  #area04 .txt {
    font-size: 14px;
    font-size: calc(14px + 2 * (100vw - 320px) / 320);
  }
}
/* line 161, ../scss/_area04.scss */
#area04 .desc {
  font-size: 15px;
  line-height: 1.87;
  background-image: url("../img/area04_03.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 309px;
}
@media only screen and (max-width: 1150px) {
  /* line 161, ../scss/_area04.scss */
  #area04 .desc {
    margin-top: 10px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 641px) {
  /* line 161, ../scss/_area04.scss */
  #area04 .desc {
    background-position: left top;
    padding-left: 453px;
    padding-bottom: 0;
    margin-bottom: 60px;
  }
}
/* line 181, ../scss/_area04.scss */
#area04 .desc p + p {
  margin-top: 10px;
}
/* line 186, ../scss/_area04.scss */
#area04 .unit {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
}
@media only screen and (min-width: 641px) {
  /* line 186, ../scss/_area04.scss */
  #area04 .unit {
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
/* line 201, ../scss/_area04.scss */
#area04 .unit:before, #area04 .unit:after,
#area04 .unit .name:before,
#area04 .unit .name:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: #4488c0;
}
@media only screen and (max-width: 640px) {
  /* line 214, ../scss/_area04.scss */
  #area04 .unit:before, #area04 .unit:after {
    content: '';
  }
}
/* line 220, ../scss/_area04.scss */
#area04 .unit:after,
#area04 .unit .name:after {
  left: auto;
  width: 34.3%;
  background-color: #fed720;
}
/* line 226, ../scss/_area04.scss */
#area04 .unit .fl {
  padding-right: 38px;
  min-width: 244px;
}
@media only screen and (max-width: 640px) {
  /* line 226, ../scss/_area04.scss */
  #area04 .unit .fl {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    min-width: 0;
    padding-top: 30px;
    padding-right: 0;
  }
}
/* line 238, ../scss/_area04.scss */
#area04 .unit .fr {
  max-width: 802px;
}
/* line 241, ../scss/_area04.scss */
#area04 .unit .name {
  position: relative;
  padding: 16px 0 12px;
  font-size: 28px;
  letter-spacing: .22em;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  /* line 241, ../scss/_area04.scss */
  #area04 .unit .name {
    text-align: center;
  }
}
/* line 250, ../scss/_area04.scss */
#area04 .unit .name:before, #area04 .unit .name:after {
  content: '';
}
@media only screen and (max-width: 640px) {
  /* line 250, ../scss/_area04.scss */
  #area04 .unit .name:before, #area04 .unit .name:after {
    content: none;
    display: none;
  }
}
/* line 259, ../scss/_area04.scss */
#area04 .unit .txt {
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: .3px;
}
/* line 263, ../scss/_area04.scss */
#area04 .unit .txt p {
  margin-top: 1.9em;
  margin-bottom: 0;
}
/* line 266, ../scss/_area04.scss */
#area04 .unit .txt p:first-child {
  margin-top: 0;
}
/* line 272, ../scss/_area04.scss */
#area04 .about {
  text-align: center;
}
@media only screen and (min-width: 641px) {
  /* line 272, ../scss/_area04.scss */
  #area04 .about {
    text-align: left;
  }
}

/* line 2, ../scss/_area05.scss */
#area05 h2, #area05 h3 {
  font-weight: normal;
}
/* line 5, ../scss/_area05.scss */
#area05 > .areaInner {
  max-width: inherit;
  padding: 0 !important;
}
/* line 9, ../scss/_area05.scss */
#area05 .bar {
  background-color: #4588bf;
  text-align: center;
  padding: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 40px;
  font-size: 22px;
}
@media only screen and (min-width: 641px) {
  /* line 9, ../scss/_area05.scss */
  #area05 .bar {
    font-size: 28px;
    margin-bottom: 100px;
  }
}
/* line 21, ../scss/_area05.scss */
#area05 .bar:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 24px 0 24px;
  border-color: #4588bf transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 35, ../scss/_area05.scss */
#area05 .ttl-1 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 641px) {
  /* line 35, ../scss/_area05.scss */
  #area05 .ttl-1 {
    margin-bottom: 130px;
  }
}
/* line 45, ../scss/_area05.scss */
#area05 .wrapper {
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
@media only screen and (min-width: 1180px) {
  /* line 45, ../scss/_area05.scss */
  #area05 .wrapper {
    width: 1040px;
  }
}
/* line 53, ../scss/_area05.scss */
#area05 .unit {
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (min-width: 641px) {
  /* line 53, ../scss/_area05.scss */
  #area05 .unit {
    margin-bottom: 120px;
  }
}
/* line 59, ../scss/_area05.scss */
#area05 .unit .ttl {
  font-size: 18px;
  margin-bottom: 35px;
  margin-left: 60px;
  font-weight: normal;
  line-height: 1.3em;
}
@media only screen and (min-width: 641px) {
  /* line 59, ../scss/_area05.scss */
  #area05 .unit .ttl {
    margin-left: 105px;
    font-size: 26px;
  }
}
/* line 70, ../scss/_area05.scss */
#area05 .unit .txt {
  font-size: 15px;
  line-height: 1.87;
  letter-spacing: .03px;
}
@media only screen and (min-width: 641px) {
  /* line 70, ../scss/_area05.scss */
  #area05 .unit .txt {
    margin-left: 105px;
  }
}
/* line 78, ../scss/_area05.scss */
#area05 .unit:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 88px;
  height: 88px;
  background-size: 50% 50%;
}
@media only screen and (min-width: 641px) {
  /* line 78, ../scss/_area05.scss */
  #area05 .unit:before {
    background-size: 100% 100%;
  }
}
/* line 94, ../scss/_area05.scss */
#area05 .no1:before {
  background-image: url("../img/area05_01.png");
}
/* line 94, ../scss/_area05.scss */
#area05 .no2:before {
  background-image: url("../img/area05_02.png");
}
/* line 94, ../scss/_area05.scss */
#area05 .no3:before {
  background-image: url("../img/area05_03.png");
}
/* line 94, ../scss/_area05.scss */
#area05 .no4:before {
  background-image: url("../img/area05_04.png");
}
/* line 94, ../scss/_area05.scss */
#area05 .no5:before {
  background-image: url("../img/area05_05.png");
}
/* line 94, ../scss/_area05.scss */
#area05 .no6:before {
  background-image: url("../img/area05_06.png");
}
/* line 94, ../scss/_area05.scss */
#area05 .no7:before {
  background-image: url("../img/area05_07.png");
}
/* line 94, ../scss/_area05.scss */
#area05 .no8:before {
  background-image: url("../img/area05_08.png");
}
/* line 94, ../scss/_area05.scss */
#area05 .no9:before {
  background-image: url("../img/area05_09.png");
}
/* line 99, ../scss/_area05.scss */
#area05 .demerit {
  background-color: #F8F8F9;
}
/* line 101, ../scss/_area05.scss */
#area05 .demerit .areaInner {
  max-width: 860px;
  margin: 0 auto;
  background-image: url("../img/area05_10.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 50% auto;
  padding: 20px;
  padding-bottom: 89.5%;
}
@media only screen and (min-width: 641px) {
  /* line 101, ../scss/_area05.scss */
  #area05 .demerit .areaInner {
    background-position: left center;
    padding-bottom: 40px;
    padding-left: 328px;
    background-size: contain;
    min-height: 385px;
  }
}
/* line 119, ../scss/_area05.scss */
#area05 .demerit h3 {
  color: #4488C0;
  font-size: 15px;
  text-align: center;
  border-bottom: 5px solid #FFF100;
  max-width: 800px;
  width: 100%;
}
@media only screen and (min-width: 641px) {
  /* line 119, ../scss/_area05.scss */
  #area05 .demerit h3 {
    border-bottom: 10px solid #FFF100;
    text-align: left;
    font-size: 42px;
    padding-top: 20px;
  }
}
/* line 133, ../scss/_area05.scss */
#area05 .demerit .txt {
  font-size: 15px;
}
@media only screen and (min-width: 641px) {
  /* line 135, ../scss/_area05.scss */
  #area05 .demerit .txt p {
    line-height: 1.4em;
  }
}
/* line 142, ../scss/_area05.scss */
#area05 .next {
  font-size: 0.7em;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 641px) {
  /* line 142, ../scss/_area05.scss */
  #area05 .next {
    font-size: 1em;
  }
}

/* line 8, ../scss/_area06.scss */
#area06 .areaInner {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}
/* line 13, ../scss/_area06.scss */
#area06 .wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 19, ../scss/_area06.scss */
#area06 h2, #area06 h3 {
  font-weight: normal;
}
/* line 22, ../scss/_area06.scss */
#area06 .visual {
  background-image: url("../img/area06_visual.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
}
@media only screen and (min-width: 641px) {
  /* line 22, ../scss/_area06.scss */
  #area06 .visual {
    margin-bottom: 80px;
  }
}
/* line 34, ../scss/_area06.scss */
#area06 .visual .wrapper {
  position: relative;
  max-height: 320px;
}
/* line 37, ../scss/_area06.scss */
#area06 .visual .wrapper:before {
  content: '';
  display: inline-block;
  padding-bottom: 33.9%;
}
/* line 43, ../scss/_area06.scss */
#area06 .visual .ttl {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  padding-left: 20px;
  margin-top: -10px;
  margin-bottom: 0;
}
@media only screen and (min-width: 641px) {
  /* line 43, ../scss/_area06.scss */
  #area06 .visual .ttl {
    font-size: 38px;
    margin-top: -21px;
  }
}
@media only screen and (min-width: 1150px) {
  /* line 43, ../scss/_area06.scss */
  #area06 .visual .ttl {
    padding-left: 0;
  }
}
/* line 64, ../scss/_area06.scss */
#area06 .row {
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  /* line 64, ../scss/_area06.scss */
  #area06 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 1150px) {
  /* line 76, ../scss/_area06.scss */
  #area06 .row:last-child .col {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 76, ../scss/_area06.scss */
  #area06 .row:last-child .col {
    margin-bottom: 30px;
  }
}
/* line 85, ../scss/_area06.scss */
#area06 .row .col {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 85, ../scss/_area06.scss */
  #area06 .row .col {
    width: 30%;
    margin-bottom: 80px;
  }
}
/* line 91, ../scss/_area06.scss */
#area06 .row .col:last-child {
  margin-bottom: 0;
}
/* line 94, ../scss/_area06.scss */
#area06 .row .col .ttl {
  position: relative;
  display: inline-block;
  padding: 15px 0;
  background: #fff;
  border: 3px solid #a0a0a0;
  z-index: 0;
  margin-bottom: 40px;
  width: 100%;
  line-height: 1.5;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 106, ../scss/_area06.scss */
#area06 .row .col .ttl:before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 19px 19px 0 19px;
  border-color: #fff transparent transparent transparent;
  z-index: 0;
}
/* line 119, ../scss/_area06.scss */
#area06 .row .col .ttl:after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #a0a0a0 transparent transparent transparent;
  z-index: -1;
}
/* line 132, ../scss/_area06.scss */
#area06 .row .col .ttl .inr {
  padding: 0 5px;
}
/* line 135, ../scss/_area06.scss */
#area06 .row .col .ttl br {
  display: none;
}
@media only screen and (min-width: 1150px) {
  /* line 135, ../scss/_area06.scss */
  #area06 .row .col .ttl br {
    display: inline;
  }
}
/* line 143, ../scss/_area06.scss */
#area06 .row .col .img {
  text-align: center;
}
/* line 148, ../scss/_area06.scss */
#area06 .name {
  margin-top: 10px;
  text-align: center;
}

/* line 1, ../scss/_area07.scss */
#area07 {
  background-color: #F8F8F9;
  padding-bottom: 10px;
}
/* line 4, ../scss/_area07.scss */
#area07 h2, #area07 h3 {
  font-weight: normal;
}
/* line 7, ../scss/_area07.scss */
#area07 .areaInner {
  max-width: inherit;
  padding: 0 !important;
}
/* line 11, ../scss/_area07.scss */
#area07 .wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
/* line 17, ../scss/_area07.scss */
#area07 .bar {
  background-color: #E30D21;
  text-align: center;
  padding: 24px;
  color: #fff;
  font-size: 18px;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 641px) {
  /* line 17, ../scss/_area07.scss */
  #area07 .bar {
    margin-bottom: 100px;
    font-size: 46px;
  }
}
/* line 29, ../scss/_area07.scss */
#area07 .bar:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 24px 0 24px;
  border-color: #E30D21 transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 43, ../scss/_area07.scss */
#area07 .btit {
  color: #4488C0;
  margin-bottom: 10px;
}
/* line 47, ../scss/_area07.scss */
#area07 .btit:before {
  content: "▶";
  font-size: 0.7em;
}
/* line 52, ../scss/_area07.scss */
#area07 .body {
  background-color: white;
  padding: 20px;
  margin-bottom: 40px;
  padding-bottom: 1px;
  border-top: 1px solid #fa666c;
  border-bottom: 1px solid #fa666c;
  background-repeat: no-repeat;
}
/* line 64, ../scss/_area07.scss */
#area07 .bonus1 .body {
  padding: 20px;
}
@media only screen and (min-width: 641px) {
  /* line 64, ../scss/_area07.scss */
  #area07 .bonus1 .body {
    padding: 40px;
  }
}
/* line 70, ../scss/_area07.scss */
#area07 .bonus1 .content {
  background-image: url("../img/area07_bonus1.png");
  background-repeat: no-repeat;
}
/* line 64, ../scss/_area07.scss */
#area07 .bonus2 .body {
  padding: 20px;
}
@media only screen and (min-width: 641px) {
  /* line 64, ../scss/_area07.scss */
  #area07 .bonus2 .body {
    padding: 40px;
  }
}
/* line 70, ../scss/_area07.scss */
#area07 .bonus2 .content {
  background-image: url("../img/area07_bonus2.png");
  background-repeat: no-repeat;
}
/* line 64, ../scss/_area07.scss */
#area07 .bonus3 .body {
  padding: 20px;
}
@media only screen and (min-width: 641px) {
  /* line 64, ../scss/_area07.scss */
  #area07 .bonus3 .body {
    padding: 40px;
  }
}
/* line 70, ../scss/_area07.scss */
#area07 .bonus3 .content {
  background-image: url("../img/area07_bonus3.png");
  background-repeat: no-repeat;
}
/* line 64, ../scss/_area07.scss */
#area07 .bonus4 .body {
  padding: 20px;
}
@media only screen and (min-width: 641px) {
  /* line 64, ../scss/_area07.scss */
  #area07 .bonus4 .body {
    padding: 40px;
  }
}
/* line 70, ../scss/_area07.scss */
#area07 .bonus4 .content {
  background-image: url("../img/area07_bonus4.png");
  background-repeat: no-repeat;
}
/* line 64, ../scss/_area07.scss */
#area07 .bonus5 .body {
  padding: 20px;
}
@media only screen and (min-width: 641px) {
  /* line 64, ../scss/_area07.scss */
  #area07 .bonus5 .body {
    padding: 40px;
  }
}
/* line 70, ../scss/_area07.scss */
#area07 .bonus5 .content {
  background-image: url("../img/area07_bonus5.png");
  background-repeat: no-repeat;
}
/* line 64, ../scss/_area07.scss */
#area07 .bonus6 .body {
  padding: 20px;
}
@media only screen and (min-width: 641px) {
  /* line 64, ../scss/_area07.scss */
  #area07 .bonus6 .body {
    padding: 40px;
  }
}
/* line 70, ../scss/_area07.scss */
#area07 .bonus6 .content {
  background-image: url("../img/area07_bonus6.png");
  background-repeat: no-repeat;
}
/* line 64, ../scss/_area07.scss */
#area07 .bonus7 .body {
  padding: 20px;
}
@media only screen and (min-width: 641px) {
  /* line 64, ../scss/_area07.scss */
  #area07 .bonus7 .body {
    padding: 40px;
  }
}
/* line 70, ../scss/_area07.scss */
#area07 .bonus7 .content {
  background-image: url("../img/area07_bonus7.png");
  background-repeat: no-repeat;
}
/* line 64, ../scss/_area07.scss */
#area07 .bonus8 .body {
  padding: 20px;
}
@media only screen and (min-width: 641px) {
  /* line 64, ../scss/_area07.scss */
  #area07 .bonus8 .body {
    padding: 40px;
  }
}
/* line 70, ../scss/_area07.scss */
#area07 .bonus8 .content {
  background-image: url("../img/area07_bonus8.png");
  background-repeat: no-repeat;
}
/* line 64, ../scss/_area07.scss */
#area07 .bonus9 .body {
  padding: 20px;
}
@media only screen and (min-width: 641px) {
  /* line 64, ../scss/_area07.scss */
  #area07 .bonus9 .body {
    padding: 40px;
  }
}
/* line 70, ../scss/_area07.scss */
#area07 .bonus9 .content {
  background-image: url("../img/area07_bonus9.png");
  background-repeat: no-repeat;
}
/* line 77, ../scss/_area07.scss */
#area07 .bonus1 .content {
  background-position: bottom center;
  background-size: contain;
  padding-top: 20px;
  background-image: none;
}
/* line 82, ../scss/_area07.scss */
#area07 .bonus1 .content .txt {
  margin-bottom: 0;
}
/* line 88, ../scss/_area07.scss */
#area07 .bonus2 .content {
  background-position: bottom center;
  background-size: 50% auto;
  padding-bottom: 28.5%;
  padding-top: 20px;
}
@media only screen and (min-width: 1180px) {
  /* line 88, ../scss/_area07.scss */
  #area07 .bonus2 .content {
    background-size: auto;
    background-position: right center;
    padding-bottom: 0;
    height: 100%;
  }
}
/* line 99, ../scss/_area07.scss */
#area07 .bonus2 .content .txt {
  max-width: 700px;
  width: 100%;
}
/* line 105, ../scss/_area07.scss */
#area07 .bonus3 .content {
  background-position: bottom center;
  background-size: 50% auto;
  padding-bottom: 28.5%;
  padding-top: 20px;
}
@media only screen and (min-width: 1180px) {
  /* line 105, ../scss/_area07.scss */
  #area07 .bonus3 .content {
    background-size: auto 100%;
    background-position: right center;
    padding-bottom: 0;
    height: 100%;
  }
}
/* line 116, ../scss/_area07.scss */
#area07 .bonus3 .content .txt {
  max-width: 660px;
  width: 100%;
}
/* line 122, ../scss/_area07.scss */
#area07 .ttl {
  font-size: 18px;
  color: #4488C0;
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (min-width: 641px) {
  /* line 122, ../scss/_area07.scss */
  #area07 .ttl {
    font-size: 26px;
    text-align: left;
  }
}
/* line 133, ../scss/_area07.scss */
#area07 .ttl .small {
  font-size: 16px;
}
/* line 136, ../scss/_area07.scss */
#area07 .ttl img {
  display: block;
  margin: 0 auto 2px;
}
@media only screen and (min-width: 768px) {
  /* line 136, ../scss/_area07.scss */
  #area07 .ttl img {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 14px;
  }
}
/* line 146, ../scss/_area07.scss */
#area07 .border {
  background-image: url("../img/area07_border.png");
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
}
/* line 152, ../scss/_area07.scss */
#area07 .txt {
  font-size: 15px;
  line-height: 1.87;
  letter-spacing: .03px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 641px) {
  /* line 152, ../scss/_area07.scss */
  #area07 .txt {
    margin-bottom: 80px;
  }
}
/* line 162, ../scss/_area07.scss */
#area07 .three_block {
  background-color: #f8f8fa;
  padding: 20px 0;
  margin-bottom: 40px;
}
@media only screen and (min-width: 641px) {
  /* line 162, ../scss/_area07.scss */
  #area07 .three_block {
    margin-bottom: 80px;
    padding: 38px 0;
  }
}
@media only screen and (min-width: 641px) {
  /* line 170, ../scss/_area07.scss */
  #area07 .three_block .row {
    display: flex;
    margin-left: -40px;
  }
}
/* line 175, ../scss/_area07.scss */
#area07 .three_block .row .col {
  margin-bottom: 10px;
  padding: 20px 20px 20px 50px;
  background-color: #fff;
  font-size: 13px;
  -moz-box-shadow: 3px 3px #f2f2f2;
  -webkit-box-shadow: 3px 3px #f2f2f2;
  box-shadow: 3px 3px #f2f2f2;
  background-image: url("../img/area07_icon.png");
  background-repeat: no-repeat;
  background-position: left 50%;
}
@media only screen and (min-width: 641px) {
  /* line 175, ../scss/_area07.scss */
  #area07 .three_block .row .col {
    margin-left: 40px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 0;
  }
}
/* line 193, ../scss/_area07.scss */
#area07 li {
  text-align: left;
}
/* line 196, ../scss/_area07.scss */
#area07 li:before {
  content: "●";
}

/* line 2, ../scss/_area08.scss */
#area08 h2, #area08 h3 {
  font-weight: normal;
}
/* line 5, ../scss/_area08.scss */
#area08 .inr {
  padding: 10px;
  border: solid 1px #dfdfdf;
  margin-bottom: 40px;
}
/* line 9, ../scss/_area08.scss */
#area08 .inr:last-child {
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (min-width: 641px) {
  /* line 5, ../scss/_area08.scss */
  #area08 .inr {
    margin-bottom: 80px;
    padding: 30px;
  }
}
/* line 17, ../scss/_area08.scss */
#area08 .inr .ttl {
  text-align: center;
  padding: 30px;
  background-color: #4588bf;
  color: #fff;
  font-size: 21px;
  line-height: 1.5;
  padding: 10px;
}
@media only screen and (min-width: 641px) {
  /* line 17, ../scss/_area08.scss */
  #area08 .inr .ttl {
    padding: 30px;
    font-size: 28px;
  }
}
/* line 30, ../scss/_area08.scss */
#area08 .inr .txt-1 {
  font-size: 15px;
  line-height: 1.87;
  letter-spacing: .03px;
  margin: 5px;
}
@media only screen and (min-width: 641px) {
  /* line 30, ../scss/_area08.scss */
  #area08 .inr .txt-1 {
    margin: 20px 20px 10px 20px;
  }
}
/* line 39, ../scss/_area08.scss */
#area08 .inr .txt-2 {
  margin-top: 10px;
  display: inline-block;
}
/* line 42, ../scss/_area08.scss */
#area08 .inr .txt-2 li {
  margin-bottom: 14px;
  background-image: url("../img/area08_icon.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 35px;
  text-align: left;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  /* line 42, ../scss/_area08.scss */
  #area08 .inr .txt-2 li {
    font-size: 14px;
    min-height: 30px;
  }
}
/* line 56, ../scss/_area08.scss */
#area08 .inr .txt-3 {
  font-size: 15px;
  line-height: 1.87;
  letter-spacing: .03px;
  text-align: center;
  background-color: #f8f8fa;
  padding: 10px;
}

/* line 1, ../scss/_area09.scss */
#area09 {
  background-color: #f8f8fa;
  padding-top: 20px;
}
/* line 2, ../scss/_area09.scss */
#area09 h2, #area09 h3 {
  font-weight: normal;
}
@media only screen and (min-width: 641px) {
  /* line 1, ../scss/_area09.scss */
  #area09 {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 641px) {
  /* line 10, ../scss/_area09.scss */
  #area09 .row {
    display: flex;
  }
}
@media only screen and (min-width: 641px) {
  /* line 14, ../scss/_area09.scss */
  #area09 .row .col {
    width: 50%;
  }
}
/* line 20, ../scss/_area09.scss */
#area09 .row .right {
  text-align: right;
}
/* line 24, ../scss/_area09.scss */
#area09 .ttl-1 {
  font-size: 24px;
  background-image: url("../img/area09_border.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* line 32, ../scss/_area09.scss */
#area09 .txt-1 {
  font-size: 15px;
  line-height: 1.87;
  letter-spacing: .03px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 641px) {
  /* line 32, ../scss/_area09.scss */
  #area09 .txt-1 {
    margin-bottom: 80px;
  }
}
/* line 40, ../scss/_area09.scss */
#area09 .txt-1 p {
  margin-top: 1.87em;
}
/* line 42, ../scss/_area09.scss */
#area09 .txt-1 p:first-child {
  margin-top: 0;
}
/* line 47, ../scss/_area09.scss */
#area09 .box {
  background-color: #4588bf;
  color: #fff;
  padding: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 641px) {
  /* line 47, ../scss/_area09.scss */
  #area09 .box {
    margin-bottom: 80px;
  }
}
/* line 56, ../scss/_area09.scss */
#area09 .ttl-2 {
  font-size: 24px;
  margin-bottom: 20px;
}
/* line 60, ../scss/_area09.scss */
#area09 .txt-2 {
  font-size: 14px;
  line-height: 1.5;
}

/* line 2, ../scss/_area10.scss */
#area10 h2, #area10 h3 {
  font-weight: normal;
}
/* line 5, ../scss/_area10.scss */
#area10 .areaInner {
  max-width: inherit;
  padding: 0 !important;
}
/* line 9, ../scss/_area10.scss */
#area10 .bar {
  margin-top: 40px;
  background-color: #4588bf;
  text-align: center;
  padding: 24px;
  color: #fff;
  font-size: 28px;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 641px) {
  /* line 9, ../scss/_area10.scss */
  #area10 .bar {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 641px) {
  /* line 9, ../scss/_area10.scss */
  #area10 .bar {
    margin-bottom: 100px;
  }
}
/* line 24, ../scss/_area10.scss */
#area10 .bar:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 24px 0 24px;
  border-color: #4588bf transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 38, ../scss/_area10.scss */
#area10 .ttl-1 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 641px) {
  /* line 38, ../scss/_area10.scss */
  #area10 .ttl-1 {
    font-size: 38px;
  }
}
/* line 48, ../scss/_area10.scss */
#area10 .txt-1 {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-size: 15px;
  line-height: 1.87;
  letter-spacing: .03px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 641px) {
  /* line 48, ../scss/_area10.scss */
  #area10 .txt-1 {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1180px) {
  /* line 60, ../scss/_area10.scss */
  #area10 .wrapper {
    width: 1040px;
    margin: auto;
  }
}
/* line 67, ../scss/_area10.scss */
#area10 .wrapper dl {
  margin-bottom: 20px;
}
@media only screen and (min-width: 641px) {
  /* line 67, ../scss/_area10.scss */
  #area10 .wrapper dl {
    margin-bottom: 40px;
  }
}
/* line 72, ../scss/_area10.scss */
#area10 .wrapper dl dt {
  font-size: 18px;
  padding: 20px;
  background-color: #f8f8fa;
  background-image: url(../img/area10_icon_q.png);
  background-repeat: no-repeat;
  background-position: left top;
}
@media only screen and (min-width: 641px) {
  /* line 72, ../scss/_area10.scss */
  #area10 .wrapper dl dt {
    font-size: inherit;
  }
}
/* line 82, ../scss/_area10.scss */
#area10 .wrapper dl dt span {
  margin-left: 60px;
  line-height: 1.5;
  display: block;
}
/* line 88, ../scss/_area10.scss */
#area10 .wrapper dl dd {
  padding: 20px;
  background-image: url(../img/area10_icon_a.png);
  background-repeat: no-repeat;
  background-position: left top;
}
/* line 93, ../scss/_area10.scss */
#area10 .wrapper dl dd span {
  margin-left: 60px;
  line-height: 1.5;
  display: block;
  font-size: 15px;
  line-height: 1.87;
  letter-spacing: .03px;
}
@media only screen and (max-width: 1150px) {
  /* line 101, ../scss/_area10.scss */
  #area10 .wrapper dl dd br.wide {
    display: none;
  }
}

/* line 1, ../scss/_area11.scss */
#area11 {
  color: #3e3a39;
}
/* line 3, ../scss/_area11.scss */
#area11 > .areaInner {
  padding: 0 !important;
}
/* line 6, ../scss/_area11.scss */
#area11 > .areaInner .areaInner {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;
}
@media only screen and (min-width: 641px) {
  /* line 6, ../scss/_area11.scss */
  #area11 > .areaInner .areaInner {
    max-width: 1280px;
  }
}
/* line 16, ../scss/_area11.scss */
#area11 > .areaInner .areaInner .body {
  margin-bottom: 20px;
}
@media only screen and (min-width: 641px) {
  /* line 16, ../scss/_area11.scss */
  #area11 > .areaInner .areaInner .body {
    margin-bottom: 40px;
    display: flex;
  }
}
/* line 22, ../scss/_area11.scss */
#area11 > .areaInner .areaInner .body .desc {
  font-size: 15px;
  line-height: 1.87;
  margin-bottom: 20px;
}
@media only screen and (min-width: 641px) {
  /* line 22, ../scss/_area11.scss */
  #area11 > .areaInner .areaInner .body .desc {
    width: 100%;
    margin-bottom: 0;
    margin-right: 20px;
    padding-bottom: 0;
  }
}
/* line 44, ../scss/_area11.scss */
#area11 > .areaInner .areaInner .body img {
  margin: auto;
  display: block;
}
/* line 49, ../scss/_area11.scss */
#area11 > .areaInner .areaInner .ps {
  background-color: #F8F8F9;
  font-size: 16px;
  padding: 20px;
}
@media only screen and (min-width: 1180px) {
  /* line 49, ../scss/_area11.scss */
  #area11 > .areaInner .areaInner .ps {
    padding: 40px;
  }
}
/* line 56, ../scss/_area11.scss */
#area11 > .areaInner .areaInner .ps .limit {
  text-decoration: line-through;
}
/* line 62, ../scss/_area11.scss */
#area11 .ttl {
  position: relative;
  background-color: #c7c8c8;
  -moz-background-size: auto 100%, auto;
  -o-background-size: auto 100%, auto;
  -webkit-background-size: auto 100%, auto;
  background-size: auto 100%, auto;
  background-image: url("../img/area11_01.png"), -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #c7c8c8), color-stop(50%, #fafafa), color-stop(100%, #c7c8c8));
  background-image: url("../img/area11_01.png"), -moz-linear-gradient(left top, #c7c8c8 0%, #fafafa 50%, #c7c8c8 100%);
  background-image: url("../img/area11_01.png"), -webkit-linear-gradient(left top, #c7c8c8 0%, #fafafa 50%, #c7c8c8 100%);
  background-image: url("../img/area11_01.png"), linear-gradient(to right bottom, #c7c8c8 0%, #fafafa 50%, #c7c8c8 100%);
  background-position: right 14% center, center center;
  background-repeat: no-repeat, no-repeat;
  padding: 7% 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 641px) {
  /* line 62, ../scss/_area11.scss */
  #area11 .ttl {
    margin-bottom: 98px;
    background-position: right center;
  }
}
@media only screen and (max-width: 640px) {
  /* line 62, ../scss/_area11.scss */
  #area11 .ttl {
    padding: 4% 0;
    background-position: right -21% center;
  }
}
/* line 82, ../scss/_area11.scss */
#area11 .ttl .inner {
  font-size: 43px;
  line-height: 1.58;
  letter-spacing: .03em;
  font-weight: normal;
}
@media only screen and (max-width: 1150px) {
  /* line 82, ../scss/_area11.scss */
  #area11 .ttl .inner {
    font-size: 30px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 82, ../scss/_area11.scss */
  #area11 .ttl .inner {
    font-size: 17px;
    font-size: calc(17px + 13 * (100vw - 320px) / 320);
  }
}

/* line 1, ../scss/_form.scss */
#form {
  margin-top: 90px;
  padding-top: 90px;
  background: url("../img/form_01.jpg") center center no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 1150px) {
  /* line 1, ../scss/_form.scss */
  #form {
    margin-top: 60px;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1, ../scss/_form.scss */
  #form {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 641px) {
  /* line 1, ../scss/_form.scss */
  #form {
    padding-bottom: 32px;
  }
}
/* line 23, ../scss/_form.scss */
#form .areaInner {
  max-width: 1240px;
  padding: 40px 20px 20px 20px;
}
@media only screen and (min-width: 641px) {
  /* line 23, ../scss/_form.scss */
  #form .areaInner {
    padding: 20px;
  }
}
/* line 30, ../scss/_form.scss */
#form form {
  margin-top: 10px;
  -moz-box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.3);
  padding: 66px 10.6% 50px;
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  /* line 30, ../scss/_form.scss */
  #form form {
    padding: 40px 20px 20px 20px;
  }
}
/* line 39, ../scss/_form.scss */
#form .ttl {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: .06em;
}
@media only screen and (max-width: 640px) {
  /* line 39, ../scss/_form.scss */
  #form .ttl {
    font-size: 24px;
    letter-spacing: .06em;
    line-height: 1.5;
  }
}
/* line 49, ../scss/_form.scss */
#form .ttl br {
  display: none;
}
@media only screen and (max-width: 640px) {
  /* line 49, ../scss/_form.scss */
  #form .ttl br {
    display: inline;
  }
}
/* line 56, ../scss/_form.scss */
#form dl {
  margin-top: 38px;
  margin-bottom: 0;
}
/* line 59, ../scss/_form.scss */
#form dl:first-of-type {
  margin-top: 50px;
}
/* line 63, ../scss/_form.scss */
#form dt {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .3px;
}
/* line 68, ../scss/_form.scss */
#form dt .required {
  margin-left: 1em;
  font-size: 11px;
  color: #fa666c;
}
/* line 74, ../scss/_form.scss */
#form input, #form select, #form button {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  margin: 0;
  outline: 0;
  border: 0;
  vertical-align: middle;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 85, ../scss/_form.scss */
#form input, #form select {
  padding: 0 16px;
  height: 62px;
  line-height: 62px;
  background-color: #fbfafb;
  font-size: 15px;
  letter-spacing: .3px;
  width: 100%;
}
/* line 94, ../scss/_form.scss */
#form label {
  position: relative;
}
/* line 96, ../scss/_form.scss */
#form label:after {
  display: block;
  content: "▼";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  pointer-events: none;
  font-size: 0.7em;
  color: #888888;
}
/* line 110, ../scss/_form.scss */
#form select {
  position: relative;
  width: 100%;
}
/* line 124, ../scss/_form.scss */
#form select::-ms-expand {
  display: none;
}
/* line 127, ../scss/_form.scss */
#form ::-webkit-input-placeholder {
  color: #b5b5b6;
}
/* line 130, ../scss/_form.scss */
#form :-moz-placeholder {
  color: #b5b5b6;
  opacity: 1;
}
/* line 133, ../scss/_form.scss */
#form ::-moz-placeholder {
  color: #b5b5b6;
  opacity: 1;
}
/* line 136, ../scss/_form.scss */
#form :-ms-input-placeholder {
  color: #b5b5b6;
}
/* line 139, ../scss/_form.scss */
#form .button {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 641px) {
  /* line 139, ../scss/_form.scss */
  #form .button {
    margin-top: 60px;
  }
}
/* line 146, ../scss/_form.scss */
#form button {
  background: none;
}
/* line 177, ../scss/_form.scss */
#form button:hover {
  cursor: pointer;
  opacity: .9;
}
/* line 182, ../scss/_form.scss */
#form .notice {
  font-size: 12px;
  color: #fa666c;
  line-height: 1.5;
  margin-top: 20px;
}
@media only screen and (min-width: 641px) {
  /* line 182, ../scss/_form.scss */
  #form .notice {
    text-align: center;
    margin-top: 60px;
    font-size: 15px;
  }
}
/* line 193, ../scss/_form.scss */
#form small {
  font-size: 0.7em;
  text-align: center;
  display: block;
}

/* line 1, ../scss/_gotoform.scss */
.contactArea {
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 641px) {
  /* line 1, ../scss/_gotoform.scss */
  .contactArea {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
/* line 11, ../scss/_gotoform.scss */
.contactArea a:hover {
  opacity: .9;
}

/* line 1, ../scss/_schedule.scss */
#schedule {
  margin-top: 20px;
}
@media only screen and (min-width: 1180px) {
  /* line 1, ../scss/_schedule.scss */
  #schedule {
    margin-top: 80px;
  }
}
/* line 6, ../scss/_schedule.scss */
#schedule p {
  font-size: 14px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 641px) {
  /* line 6, ../scss/_schedule.scss */
  #schedule p {
    font-size: 16px;
  }
}
/* line 13, ../scss/_schedule.scss */
#schedule .areaInner {
  max-width: inherit;
  padding: 0 !important;
}
/* line 16, ../scss/_schedule.scss */
#schedule .areaInner .bar {
  background-color: #4588bf;
  text-align: center;
  padding: 24px;
  color: #fff;
  font-size: 28px;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1180px) {
  /* line 16, ../scss/_schedule.scss */
  #schedule .areaInner .bar {
    margin-bottom: 100px;
  }
}
/* line 27, ../scss/_schedule.scss */
#schedule .areaInner .bar:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 24px 0 24px;
  border-color: #4588bf transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 41, ../scss/_schedule.scss */
#schedule .areaInner .center {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 45, ../scss/_schedule.scss */
#schedule .areaInner .schedule {
  max-width: 1040px;
  margin: auto;
  padding: 20px;
  padding-top: 0;
  font-size: 14px;
}
@media only screen and (min-width: 641px) {
  /* line 45, ../scss/_schedule.scss */
  #schedule .areaInner .schedule {
    padding: 0;
    font-size: 16pt;
  }
}
/* line 57, ../scss/_schedule.scss */
#schedule .areaInner .schedule .main-wrap div + div {
  margin-top: 40px;
}
@media only screen and (min-width: 641px) {
  /* line 57, ../scss/_schedule.scss */
  #schedule .areaInner .schedule .main-wrap div + div {
    margin-top: 80px;
  }
}
/* line 64, ../scss/_schedule.scss */
#schedule .areaInner .schedule table {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 1px;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
/* line 75, ../scss/_schedule.scss */
#schedule .areaInner .schedule table th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  background: #f8f8fa;
}
/* line 83, ../scss/_schedule.scss */
#schedule .areaInner .schedule table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}

/* line 1, ../scss/_movie.scss */
.customer_voice {
  margin-bottom: 40px;
}
@media only screen and (min-width: 641px) {
  /* line 1, ../scss/_movie.scss */
  .customer_voice {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 641px) {
  /* line 1, ../scss/_movie.scss */
  .customer_voice {
    max-width: 100%;
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 641px) {
  /* line 9, ../scss/_movie.scss */
  .customer_voice .movie {
    display: flex;
    max-width: 100%;
  }
}
/* line 14, ../scss/_movie.scss */
.customer_voice .movie + .movie {
  margin-top: 40px;
}
/* line 17, ../scss/_movie.scss */
.customer_voice .movie .moviecontainer {
  max-width: 380px;
  width: 100%;
}
@media only screen and (min-width: 641px) {
  /* line 17, ../scss/_movie.scss */
  .customer_voice .movie .moviecontainer {
    max-width: 380px;
    width: 100%;
    margin-right: 40px;
  }
}
/* line 25, ../scss/_movie.scss */
.customer_voice .movie .moviecontainer iframe {
  width: 100%;
}
/* line 30, ../scss/_movie.scss */
.customer_voice .movie .text h4 {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}
@media only screen and (min-width: 641px) {
  /* line 30, ../scss/_movie.scss */
  .customer_voice .movie .text h4 {
    text-align: left;
    font-size: 20px;
  }
}
/* line 39, ../scss/_movie.scss */
.customer_voice .movie .text p {
  font-size: 16px;
  line-height: 1.4em;
}
/* line 42, ../scss/_movie.scss */
.customer_voice .movie .text p:before {
  content: "●";
}

/* line 2, ../scss/_footer.scss */
.footer {
  color: black;
  line-height: 1em;
}
@media only screen and (max-width: 640px) {
  /* line 2, ../scss/_footer.scss */
  .footer {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 641px) {
  /* line 2, ../scss/_footer.scss */
  .footer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1180px) {
  /* line 2, ../scss/_footer.scss */
  .footer {
    padding-top: 0;
  }
}
/* line 18, ../scss/_footer.scss */
.footer > .areaInner {
  max-width: none;
  padding: 0;
}
/* line 21, ../scss/_footer.scss */
.footer > .areaInner .areaInner {
  font-size: 0.8em;
  text-align: center;
  padding: 20px;
}
@media only screen and (max-width: 640px) {
  /* line 21, ../scss/_footer.scss */
  .footer > .areaInner .areaInner {
    padding: 16px;
  }
}
/* line 30, ../scss/_footer.scss */
.footer a {
  color: #77C1CD;
  text-decoration: none;
}
/* line 33, ../scss/_footer.scss */
.footer a:hover {
  color: #E30D21;
}
/* line 37, ../scss/_footer.scss */
.footer .foot-nav {
  background: #EBEBEB;
}
@media only screen and (min-width: 641px) {
  /* line 37, ../scss/_footer.scss */
  .footer .foot-nav {
    padding: 20px;
  }
}
/* line 43, ../scss/_footer.scss */
.footer ul {
  margin: 1px 0;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 14px;
}
@media only screen and (min-width: 641px) {
  /* line 43, ../scss/_footer.scss */
  .footer ul {
    font-size: 16px;
  }
}
/* line 54, ../scss/_footer.scss */
.footer ul li {
  line-height: 1.82;
}
/* line 56, ../scss/_footer.scss */
.footer ul li a {
  color: #656668;
}
/* line 58, ../scss/_footer.scss */
.footer ul li a:hover {
  color: #77C1CD;
}
@media only screen and (min-width: 641px) {
  /* line 62, ../scss/_footer.scss */
  .footer ul li + li {
    margin-top: 0;
  }
}
/* line 66, ../scss/_footer.scss */
.footer ul li + li:before {
  content: "|";
  color: #656668;
  margin-left: 10px;
  margin-right: 10px;
}
/* line 75, ../scss/_footer.scss */
.footer .copyright {
  color: #B6B6B6;
  text-align: center;
  margin-bottom: 0;
  font-size: 11px !important;
  padding: 20px 10px 8px 10px !important;
  line-height: 1.4em;
}
@media only screen and (min-width: 641px) {
  /* line 75, ../scss/_footer.scss */
  .footer .copyright {
    font-size: 12px !important;
    padding: 20px 0 24px 0 !important;
  }
}
@media only screen and (min-width: 1180px) {
  /* line 75, ../scss/_footer.scss */
  .footer .copyright {
    margin-left: auto;
  }
}

/* line 1, ../scss/_footbanner.scss */
.foot-banner {
  background-color: rgba(118, 126, 137, 0.8);
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
}
/* line 9, ../scss/_footbanner.scss */
.foot-banner .row {
  display: flex;
  max-width: 689px;
  margin: auto;
}
/* line 14, ../scss/_footbanner.scss */
.foot-banner .col {
  text-align: center;
  width: 100%;
}
/* line 17, ../scss/_footbanner.scss */
.foot-banner .col img {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
/* line 23, ../scss/_footbanner.scss */
.foot-banner .tel {
  display: none;
}
@media only screen and (min-width: 641px) {
  /* line 23, ../scss/_footbanner.scss */
  .foot-banner .tel {
    display: block;
  }
}

/* line 32, ../scss/_footbanner.scss */
.btn:hover {
  opacity: 0.8;
}
