@charset "UTF-8";
/*-----------------------------------------------------------------------------------

-----------------------------------------------------------------------------------*/
/*! sanitize.css v7.0.3 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: border-box;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

iframe {
  border: none !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

html, body {
  font-size: 62.5%;
  font-family: "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #131313;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background: #012f5e;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #012f5e;
  color: #fff;
  text-shadow: none;
}

#header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 63px;
  z-index: 2000;
}

@media screen and (min-width: 768px) {
  #header {
    height: auto;
    position: relative;
  }
}

#header .inr {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  #header .inr {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#header .header-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  #header .header-title {
    padding-right: 75px;
    padding: 30px 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

#header .header-title__logo {
  width: 100px;
}

@media screen and (min-width: 768px) {
  #header .header-title__logo {
    width: 120px !important;
    margin-right: 20px;
  }
}

#header .header-title__logo img {
  width: 100%;
  height: auto;
}

#header .header-title__text {
  display: none;
  width: calc(100% - 110px);
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  #header .header-title__text {
    display: inherit;
    width: auto;
    font-size: 12px;
    width: calc(100% - 140px);
    padding-right: 30px;
  }
}

#header .header-info {
  display: none;
}

@media screen and (min-width: 768px) {
  #header .header-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

#header .header-info__tel {
  width: 220px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 960px) {
  #header .header-info__tel {
    width: 250px;
  }
}

#header .header-info__tel span {
  font-size: 10px;
  display: block;
  margin-bottom: 5px;
}

#header .header-info__tel p {
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}

@media screen and (min-width: 960px) {
  #header .header-info__tel p {
    font-size: 28px;
  }
}

#header .header-info__tel p img {
  width: 25px;
  height: auto;
  margin-right: 10px;
}

#header .header-info__contact {
  width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 960px) {
  #header .header-info__contact {
    width: 250px;
  }
}

#header .header-info__contact a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  background-color: #012f5e;
  color: #fff;
  padding: 20px 10px;
  border-radius: 5px;
  opacity: 1;
  -webkit-transition: all .2 ease;
  -o-transition: all .2 ease;
  transition: all .2 ease;
}

@media screen and (min-width: 960px) {
  #header .header-info__contact a {
    font-size: 14px;
    padding: 20px 30px;
  }
}

#header .header-info__contact a:hover {
  opacity: 0.7;
  -webkit-transition: all .2 ease;
  -o-transition: all .2 ease;
  transition: all .2 ease;
}

#header .header-info__contact a img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}

@media screen and (min-width: 960px) {
  #header .header-info__contact a img {
    width: 25px;
  }
}

#header .header-info__sp {
  padding-right: 10px;
}

#header .header-info__sp ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#header .header-info__sp ul li {
  margin-left: 10px;
}

#header .header-info__sp ul li.btn-tell a {
  background-color: #00b900;
}

#header .header-info__sp ul li.btn-mail a {
  background-color: #f20f4d;
}

#header .header-info__sp ul li a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

#header .header-info__sp ul li a img {
  width: 20px;
  height: auto;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  #header .header-info__sp {
    display: none;
  }
}

#header .header-gnav {
  position: absolute;
  display: none;
  top: 63px;
  background-color: #012f5e;
  width: 100%;
  z-index: 9999;
}

@media screen and (min-width: 768px) {
  #header .header-gnav {
    display: inherit;
    position: relative;
    top: auto;
    background-color: #fff;
  }
}

#header .header-gnav.open {
  display: inherit;
}

@media screen and (min-width: 768px) {
  #header .header-gnav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

#header .header-gnav ul li {
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  #header .header-gnav ul li {
    border-bottom: 0px solid #000;
    width: 12.5%;
  }
  #header .header-gnav ul li:last-child a {
    border-right: 0px solid #000 !important;
  }
}

#header .header-gnav ul li a {
  display: block;
  padding: 15px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  #header .header-gnav ul li a {
    color: #000;
    font-size: 13px;
    text-align: center;
    border-right: 1px solid #EDEDED;
    opacity: 1;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  #header .header-gnav ul li a:hover {
    opacity: 0.5;
  }
}

#header .header-gnav ul li a:after {
  content: '\f105';
  font-family: fontawesome;
  position: absolute;
  right: 20px;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  #header .header-gnav ul li a:after {
    display: none;
  }
}

.mobile-nav {
  position: absolute;
  z-index: 9999;
  top: 10px;
  right: 65px;
  color: #012f5e;
}

@media screen and (min-width: 768px) {
  .mobile-nav {
    display: none;
  }
}

.mobile-nav .menu-line {
  position: absolute;
  left: 12px;
  width: 36px;
  height: 4px;
  border-radius: 2px;
  background: #012f5e;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.mobile-nav .menu-line:nth-of-type(1) {
  top: 9px;
}

.mobile-nav .menu-line:nth-of-type(2) {
  top: 18px;
}

.mobile-nav .menu-line:nth-of-type(3) {
  top: 27px;
}

#header.open .mobile-nav .menu-line:nth-of-type(1) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header.open .mobile-nav .menu-line:nth-of-type(2) {
  opacity: 0;
}

#header.open .mobile-nav .menu-line:nth-of-type(3) {
  top: 18px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#footer {
  background-color: #012f5e;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  #footer {
    font-size: 14px;
    padding: 20px 0;
  }
}

.index {
  position: relative;
  z-index: 0;
}

.index .index-slider {
  margin-top: 63px;
}

@media screen and (min-width: 768px) {
  .index .index-slider {
    margin-top: 0;
  }
}

.index .index-slider .js-slider li img {
  width: 100%;
  height: auto;
}

.index .index-mainvis img {
  width: 100%;
}

.index .index-mainvis .inr {
  position: relative;
  margin: 63px 0 0;
}

@media screen and (min-width: 768px) {
  .index .index-mainvis .inr {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

.index .index-campaign .inr {
  position: relative;
  margin: 20px 0;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .index .index-campaign .inr {
    max-width: 1000px;
    width: 100%;
    margin: 40px auto;
  }
}

.index .index-campaign .image img {
  width: 100%;
  height: auto;
}

.index .index-category {
  background-color: #F7FBFF;
  background-image: url(../img/cat-bg.png);
  background-repeat: repeat;
  background-size: 300px auto;
}

@media screen and (min-width: 768px) {
  .index .index-category {
    background-size: 600px auto;
  }
}

.index .index-category .inr {
  min-height: 50vh;
  padding: 40px 0 25px;
}

@media screen and (min-width: 768px) {
  .index .index-category .inr {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 10px;
  }
}

.index .index-category .title {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .index .index-category .title {
    margin-bottom: 60px;
  }
}

.index .index-category .title h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding-bottom: 10px;
  display: inline;
}

@media screen and (min-width: 768px) {
  .index .index-category .title h2 {
    font-size: 32px;
  }
}

.index .index-category .title h2 span {
  display: inline-block;
}

.index .index-category .title h2 span:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: 0;
  height: 4px;
  width: 50%;
  background-color: #7cb4d5;
}

.index .index-category .title h2 span:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  height: 4px;
  right: 0;
  width: 50%;
  background-color: #012f5e;
}

.index .index-category .list {
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .index .index-category .list {
    padding: 0;
  }
}

.index .index-category .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
}

@media screen and (min-width: 768px) {
  .index .index-category .list ul {
    margin-left: -20px;
  }
}

.index .index-category .list ul li {
  width: calc(50% - 15px);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  margin-left: 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .index .index-category .list ul li {
    width: calc(33.3% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

.index .index-category .list ul li .item {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .index .index-category .list ul li .item {
    font-size: 16px;
    opacity: 1;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
}

.index .index-category .list ul li .item dl dt img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.index .index-category .list ul li .item dl dd {
  text-align: center;
  background-color: #012f5e;
  padding: 5px;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .index .index-category .list ul li .item dl dd {
    padding: 15px 10px;
  }
}

.index .index-category .list ul li .item dl dd:after {
  content: '';
  display: block;
  background-color: #1d5289;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  position: absolute;
  z-index: 0;
  top: 20px;
  left: -20px;
  height: 40px;
  width: 150%;
}

@media screen and (min-width: 768px) {
  .index .index-category .list ul li .item dl dd:after {
    top: 40px;
    height: 60px;
  }
}

.index .index-category .list ul li .item dl dd p {
  position: relative;
  z-index: 10;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .index .index-category .list ul li .item dl dd p {
    font-size: 16px;
  }
}

.index .index-performance .inr {
  min-height: 50vh;
  padding: 40px 0 20px;
}

@media screen and (min-width: 768px) {
  .index .index-performance .inr {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 10px;
  }
}

.index .index-performance .title {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .index .index-performance .title {
    margin-bottom: 60px;
  }
}

.index .index-performance .title h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding-bottom: 10px;
  display: inline;
}

@media screen and (min-width: 768px) {
  .index .index-performance .title h2 {
    font-size: 32px;
  }
}

.index .index-performance .title h2 span {
  display: inline-block;
}

.index .index-performance .title h2 span:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: 0;
  height: 4px;
  width: 50%;
  background-color: #7cb4d5;
}

.index .index-performance .title h2 span:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  height: 4px;
  right: 0;
  width: 50%;
  background-color: #012f5e;
}

.index .index-performance .title p {
  margin-top: 25px;
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .index .index-performance .title p {
    font-size: 16px;
    margin-top: 50px;
  }
}

.index .index-performance .list {
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .index .index-performance .list {
    padding: 0;
  }
}

.index .index-performance .list .sub-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
}

@media screen and (min-width: 768px) {
  .index .index-performance .list .sub-title {
    margin: 40px 0;
  }
}

.index .index-performance .list .sub-title h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .index .index-performance .list .sub-title h3 {
    font-size: 28px;
  }
}

.index .index-performance .list .sub-title h3 img {
  width: 25px;
  height: auto;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .index .index-performance .list .sub-title h3 img {
    width: 30px;
    margin-right: 15px;
  }
}

.index .index-performance .list .sub-title a {
  text-decoration: none;
  font-size: 10px;
  line-height: 1;
  position: relative;
  display: none;
  opacity: 1;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  width: 125px;
}

.index .index-performance .list .sub-title a:hover {
  opacity: .7;
}

.index .index-performance .list .sub-title a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-left: 5px;
  border-top: 1px solid #012f5e;
  border-right: 1px solid #012f5e;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .index .index-performance .list .sub-title a {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
  }
}

.index .index-performance .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
}

@media screen and (min-width: 768px) {
  .index .index-performance .list ul {
    margin-left: -20px;
  }
}

.index .index-performance .list ul li {
  width: calc(50% - 10px);
  margin-left: 10px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .index .index-performance .list ul li {
    width: calc(25% - 20px);
    margin-left: 20px;
    margin-bottom: 40px;
  }
}

.index .index-performance .list ul li dl dt {
  border: 1px solid #eee;
  margin-bottom: 10px;
}

.index .index-performance .list ul li dl dt img {
  width: 100%;
  height: auto;
}

.index .index-performance .list ul li dl dd .name {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .index .index-performance .list ul li dl dd .name {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.index .index-performance .list ul li dl dd .price {
  text-align: center;
  color: #F20F4D;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .index .index-performance .list ul li dl dd .price {
    font-size: 16px;
  }
}

.index .index-performance .list ul li dl dd .price span {
  display: block;
  width: 80px;
  margin: 0 auto 10px;
  text-align: center;
  background-color: #eee;
  font-size: 10px;
  border-radius: 30px;
  padding: 0 5px;
  color: #000;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .index .index-performance .list ul li dl dd .price span {
    width: 120px;
    font-size: 14px;
    padding: 5px 10px;
  }
}

.index .index-performance .list ul li dl dd .price strong {
  font-size: 20px;
  font-weight: bold;
  color: #F20F4D;
  line-height: 1;
  margin-right: 2px;
}

@media screen and (min-width: 768px) {
  .index .index-performance .list ul li dl dd .price strong {
    font-size: 30px;
  }
}

.index .index-choice {
  background-color: #eee;
  padding: 10px 0 30px;
}

@media screen and (min-width: 768px) {
  .index .index-choice {
    padding: 40px 0 80px;
  }
}

.index .index-choice .inr {
  padding: 0 10px;
}

.index .index-choice .title {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .index .index-choice .title {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
  }
}

.index .index-choice .title h2 img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .index .index-choice .title h2 img {
    vertical-align: middle;
  }
}

.index .index-choice .list {
  padding: 0 10px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .index .index-choice .list {
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .index .index-choice .list {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .index .index-choice .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px;
  }
}

.index .index-choice .list ul li {
  padding: 20px 20px 0;
}

.index .index-choice .list ul li:last-child {
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .index .index-choice .list ul li {
    padding: 20px;
    width: 33.3%;
  }
}

.index .index-choice .list ul li dl dt {
  margin: 0 auto 10px;
  max-width: 280px;
}

@media screen and (min-width: 768px) {
  .index .index-choice .list ul li dl dt {
    margin-bottom: 20px;
    max-width: auto;
  }
}

.index .index-choice .list ul li dl dt img {
  width: 100%;
  height: auto;
}

.index .index-choice .list ul li dl dd {
  font-size: 14px;
}

.index .index-howto .inr {
  min-height: 50vh;
  padding: 40px 0 30px;
}

@media screen and (min-width: 768px) {
  .index .index-howto .inr {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
  }
}

.index .index-howto .title {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .index .index-howto .title {
    margin-bottom: 60px;
  }
}

.index .index-howto .title h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding-bottom: 10px;
  display: inline;
}

@media screen and (min-width: 768px) {
  .index .index-howto .title h2 {
    font-size: 32px;
  }
}

.index .index-howto .title h2 span {
  display: inline-block;
}

.index .index-howto .title h2 span:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: 0;
  height: 4px;
  width: 50%;
  background-color: #7cb4d5;
}

.index .index-howto .title h2 span:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  height: 4px;
  right: 0;
  width: 50%;
  background-color: #012f5e;
}

.index .index-howto .title p {
  margin-top: 40px;
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .index .index-howto .title p {
    font-size: 16px;
    margin-top: 50px;
  }
}

.index .index-howto .howto-block {
  padding: 0 10px;
  position: relative;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .index .index-howto .howto-block {
    padding: 0 0 0 250px;
    margin-top: 75px;
  }
}

.index .index-howto .howto-block .howto-block__title {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .index .index-howto .howto-block .howto-block__title {
    font-size: 43px;
    text-align: left;
  }
}

.index .index-howto .howto-block .howto-block__title span {
  position: relative;
  padding-left: 45px;
}

@media screen and (min-width: 768px) {
  .index .index-howto .howto-block .howto-block__title span {
    padding-left: 55px;
  }
}

.index .index-howto .howto-block .howto-block__title span::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/icon-check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.index .index-howto .howto-block .howto-block__image {
  width: 180px;
  margin: 10px auto 15px;
}

.index .index-howto .howto-block .howto-block__image img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .index .index-howto .howto-block .howto-block__image {
    width: 210px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.index .index-howto .howto-block .howto-block__text {
  font-size: 15px;
  line-height: 26px;
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .index .index-howto .howto-block .howto-block__text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 18px;
  }
}

.index .index-howto .howto-block .howto-block__step {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .index .index-howto .howto-block .howto-block__step {
    margin-top: 30px;
  }
}

.index .index-howto .howto-block .howto-block__step .step-item {
  margin-top: 20px;
}

.index .index-howto .howto-block .howto-block__step .step-item .step-item__title {
  font-size: 16px;
  font-weight: bold;
  color: #012f5e;
}

.index .index-howto .howto-block .howto-block__step .step-item .step-item__text {
  margin-top: 5px;
  font-size: 14px;
}

.index .index-howto .howto-block .howto-block__attention {
  margin-top: 20px;
  font-size: 14px;
}

.index .index-howto .howto-block .howto-block__requirement {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .index .index-howto .howto-block .howto-block__requirement {
    margin-top: 35px;
  }
}

.index .index-howto .howto-block .howto-block__requirement .requirement-title {
  font-size: 16px;
  font-weight: bold;
  color: #012f5e;
}

.index .index-howto .howto-block .howto-block__requirement .requirement-content {
  margin-top: 10px;
  padding: 15px 25px;
  background: #F4F4F4;
}

@media screen and (min-width: 768px) {
  .index .index-howto .howto-block .howto-block__requirement .requirement-content {
    padding: 20px 35px;
  }
}

.index .index-howto .howto-block .howto-block__requirement .requirement-content__text {
  font-size: 14px;
}

.index .index-howto .howto-block .howto-block__requirement .requirement-content__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.index .index-howto .howto-block .howto-block__requirement .requirement-content__list li.item {
  padding: 6px 20px;
  background: #fff;
  border-radius: 20px;
  margin: 6px 6px 0 0;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .index .index-howto .howto-block .howto-block__requirement .requirement-content__list li.item {
    margin: 10px 10px 0 0;
    font-size: 14px;
  }
}

.index .index-howto .howto-block .howto-block__requirement .requirement-content__list li.text {
  font-size: 14px;
  margin-top: 6px;
}

.index .index-howto .howto-block .howto-block__table {
  width: 100%;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .index .index-howto .howto-block .howto-block__table {
    margin-top: 30px;
  }
}

.index .index-howto .howto-block .howto-block__table th, .index .index-howto .howto-block .howto-block__table td {
  font-size: 14px;
  font-weight: normal;
  padding: 10px 0 5px 0;
}

@media screen and (min-width: 768px) {
  .index .index-howto .howto-block .howto-block__table th, .index .index-howto .howto-block .howto-block__table td {
    padding: 10px 0 5px 10px;
  }
}

.index .index-howto .howto-block .howto-block__table th {
  width: 80px;
  border-bottom: solid 1px #012f5e;
}

@media screen and (min-width: 768px) {
  .index .index-howto .howto-block .howto-block__table th {
    width: 90px;
  }
}

.index .index-howto .howto-block .howto-block__table td {
  width: calc(100% - 80px);
  border-bottom: solid 1px #C9C9C9;
}

@media screen and (min-width: 768px) {
  .index .index-howto .howto-block .howto-block__table td {
    width: calc(100% - 90px);
  }
}

.index .index-howto .howto-block .howto-block__link {
  margin-top: 10px;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .index .index-howto .howto-block .howto-block__link {
    margin-top: 20px;
  }
}

.index .index-howto .howto-block .howto-block__link a {
  font-size: 16px;
  color: #012f5e;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .index .index-howto .howto-block .howto-block__link a:hover {
    text-decoration: underline;
  }
}

.index .index-omatome {
  background-color: #F7FBFF;
  background-image: url(../img/cat-bg.png);
  background-repeat: repeat;
  background-size: 300px auto;
}

@media screen and (min-width: 768px) {
  .index .index-omatome {
    background-size: 600px auto;
  }
}

.index .index-omatome .inr {
  min-height: 50vh;
  padding: 40px 10px;
}

@media screen and (min-width: 768px) {
  .index .index-omatome .inr {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 40px;
  }
}

.index .index-omatome .title {
  text-align: center;
  color: #012f5e;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #012f5e;
  line-height: 1;
  padding: 10px;
  position: relative;
}

.index .index-omatome .title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}

.index .index-omatome .title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -11px;
  border: 11px solid transparent;
  border-top: 11px solid #012f5e;
}

@media screen and (min-width: 768px) {
  .index .index-omatome .title {
    margin-bottom: 60px;
    padding: 20px;
  }
}

.index .index-omatome .title h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding-bottom: 10px;
  display: inline;
}

@media screen and (min-width: 768px) {
  .index .index-omatome .title h2 {
    font-size: 32px;
  }
}

.index .index-omatome .image img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.index .index-omatome .list {
  background-color: #fff;
  padding: 20px 10px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  position: relative;
}

@media screen and (min-width: 768px) {
  .index .index-omatome .list {
    padding: 40px;
  }
}

.index .index-omatome .list h3 {
  background-color: #012f5e;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  border-radius: 40px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .index .index-omatome .list h3 {
    margin-bottom: 20px;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 768px) {
  .index .index-omatome .list h3 br {
    display: none;
  }
}

.index .index-omatome .list figure img {
  width: 100%;
  height: auto;
}

.index .index-omatome .list .price {
  position: relative;
  width: 240px;
  margin: 25px auto 10px;
}

.index .index-omatome .list .price:after {
  content: '';
  width: 60px;
  height: 60px;
  background-image: url(../img/omatome_figure02.png);
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: -25px;
  bottom: 30px;
}

@media screen and (min-width: 768px) {
  .index .index-omatome .list .price:after {
    width: 95px;
    height: 95px;
    right: -80px;
  }
}

@media screen and (min-width: 768px) {
  .index .index-omatome .list .price {
    width: 400px;
    margin: 20px auto 0;
  }
}

.index .index-omatome .list .price p {
  font-size: 16px;
  color: #F20F4D;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .index .index-omatome .list .price p {
    font-size: 18px;
  }
}

.index .index-omatome .list .price p span {
  color: #000;
  display: block;
}

.index .index-omatome .list .price p strong {
  font-size: 44px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .index .index-omatome .list .price p strong {
    font-size: 80px;
  }
}

.index .index-omatome .list .d-price {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .index .index-omatome .list .d-price {
    margin-top: 20px;
  }
}

.index .index-omatome .list .d-price dl {
  color: #666;
  font-size: 13px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .index .index-omatome .list .d-price dl {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }
}

.index .index-omatome .list .d-price dl dt {
  border: 1px solid #666;
  padding: 3px;
  max-width: 220px;
  margin: 0 auto 5px;
}

@media screen and (min-width: 768px) {
  .index .index-omatome .list .d-price dl dt {
    margin: 0;
    max-width: none;
    padding: 10px;
    margin-right: 10px;
  }
}

.index .index-condition .inr {
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .index .index-condition .inr {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
  }
}

.index .index-condition .title {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .index .index-condition .title {
    margin-bottom: 60px;
  }
}

.index .index-condition .title h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding-bottom: 10px;
  display: inline;
}

@media screen and (min-width: 768px) {
  .index .index-condition .title h2 {
    font-size: 32px;
  }
}

.index .index-condition .title h2 span {
  display: inline-block;
}

.index .index-condition .title h2 span:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: 0;
  height: 4px;
  width: 50%;
  background-color: #7cb4d5;
}

.index .index-condition .title h2 span:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  height: 4px;
  right: 0;
  width: 50%;
  background-color: #012f5e;
}

.index .index-condition .title p {
  margin-top: 40px;
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .index .index-condition .title p {
    font-size: 16px;
    margin-top: 50px;
  }
}

.index .index-condition .list {
  padding: 10px;
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .index .index-condition .list {
    padding: 0;
    max-width: 100%;
  }
}

.index .index-condition .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .index .index-condition .list ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.index .index-condition .list ul li {
  width: 50%;
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .index .index-condition .list ul li {
    width: 25%;
  }
}

.index .index-condition .list ul li dl {
  padding: 10px;
}

.index .index-condition .list ul li dl dt {
  margin-bottom: 10px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .index .index-condition .list ul li dl dt {
    margin-bottom: 10px;
  }
}

.index .index-condition .list ul li dl dt:after {
  content: '';
  background-image: url(../img/icon-ok.png);
  display: block;
  width: 50px;
  height: 50px;
  background-size: 50px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 9999;
}

.index .index-condition .list ul li dl dt img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .index .index-condition .list ul li dl dt img {
    width: 100%;
  }
}

.index .index-condition .list ul li dl dd {
  margin-bottom: 10px;
}

.index .index-condition .list ul li dl dd h3 {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .index .index-condition .list ul li dl dd h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.index .index-condition .list ul li dl dd h3 img {
  width: 24px;
  height: auto;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .index .index-condition .list ul li dl dd h3 img {
    width: 45px;
    margin-right: 10px;
  }
}

.index .index-condition .list ul li dl dd p {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .index .index-condition .list ul li dl dd p {
    font-size: 12px;
  }
}

.index .index-melit {
  background-color: #FBFBFB;
}

.index .index-melit .inr {
  padding: 40px 10px;
}

@media screen and (min-width: 768px) {
  .index .index-melit .inr {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 40px;
  }
}

.index .index-melit .title {
  text-align: center;
  color: #012f5e;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #012f5e;
  line-height: 1.3;
  padding: 10px;
  position: relative;
}

.index .index-melit .title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}

.index .index-melit .title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -11px;
  border: 11px solid transparent;
  border-top: 11px solid #012f5e;
}

@media screen and (min-width: 768px) {
  .index .index-melit .title {
    margin-bottom: 10px;
    padding: 20px;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .index .index-melit .title br {
    display: none;
  }
}

.index .index-melit .title h2 {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  position: relative;
  padding-bottom: 10px;
  display: inline;
}

@media screen and (min-width: 768px) {
  .index .index-melit .title h2 {
    font-size: 32px;
  }
}

.index .index-melit .subtitle {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .index .index-melit .subtitle {
    margin-bottom: 60px;
  }
}

.index .index-melit .subtitle h3 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding-bottom: 10px;
  display: inline;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .index .index-melit .subtitle h3 {
    font-size: 32px;
    line-height: 1.6;
  }
}

@media screen and (min-width: 768px) {
  .index .index-melit .subtitle h3 br {
    display: none;
  }
}

.index .index-melit .subtitle h3 span {
  display: inline-block;
}

.index .index-melit .subtitle h3 span:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: 0;
  height: 4px;
  width: 50%;
  background-color: #7cb4d5;
}

.index .index-melit .subtitle h3 span:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  height: 4px;
  right: 0;
  width: 50%;
  background-color: #012f5e;
}

.index .index-melit .subtitle h3 strong {
  font-size: 34px;
  color: #012f5e;
}

@media screen and (min-width: 768px) {
  .index .index-melit .subtitle h3 strong {
    font-size: 55px;
  }
}

.index .index-melit .subtitle h3 strong span {
  font-size: 24px;
  margin-right: 4px;
}

@media screen and (min-width: 768px) {
  .index .index-melit .subtitle h3 strong span {
    font-size: 40px;
  }
}

.index .index-melit .subtitle p {
  margin-top: 40px;
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .index .index-melit .subtitle p {
    font-size: 16px;
    margin-top: 50px;
  }
}

.index .index-melit .list {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .index .index-melit .list {
    padding: 40px 80px;
  }
}

.index .index-melit .list ul li {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .index .index-melit .list ul li {
    margin-bottom: 15px;
  }
}

.index .index-melit .list ul li:last-child {
  margin-bottom: 0;
}

.index .index-melit .list ul li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .index .index-melit .list ul li dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.index .index-melit .list ul li dl dt {
  background-color: #012f5e;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
  font-size: 13.5px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .index .index-melit .list ul li dl dt {
    padding: 10px 30px;
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 20px;
    width: 300px;
    text-align: left;
  }
}

.index .index-melit .list ul li dl dt span {
  color: #FFED2A;
  font-size: 14px;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .index .index-melit .list ul li dl dt span {
    font-size: 18px;
    margin-right: 10px;
  }
}

.index .index-melit .list ul li dl dt span strong {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .index .index-melit .list ul li dl dt span strong {
    font-size: 24px;
  }
}

.index .index-melit .list ul li dl dd {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .index .index-melit .list ul li dl dd {
    font-size: 22px;
  }
}

.index .index-melit .list ul li dl dd span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: -webkit-linear-gradient(transparent 60%, #ffff66 60%);
  background: -o-linear-gradient(transparent 60%, #ffff66 60%);
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.index .index-contact {
  background-color: #012f5e;
  overflow: hidden;
  position: relative;
  color: #fff;
}

.index .index-contact:before {
  content: '';
  display: block;
  width: 200vw;
  height: 300px;
  position: absolute;
  bottom: -100px;
  left: -70vw;
  background-color: #1d5289;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

@media screen and (min-width: 768px) {
  .index .index-contact:before {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }
}

.index .index-contact .inr {
  padding: 20px 10px;
}

@media screen and (min-width: 768px) {
  .index .index-contact .inr {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 40px;
  }
}

.index .index-contact .copy {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  z-index: 999;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .index .index-contact .copy {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.5;
    margin-top: -10px;
  }
}

.index .index-contact .copy span {
  color: #FFED2A;
  font-size: 24px;
  margin-left: 5px;
}

@media screen and (min-width: 768px) {
  .index .index-contact .copy span {
    font-size: 40px;
    margin-left: 10px;
  }
}

.index .index-contact .list {
  z-index: 999;
  position: relative;
  background-color: #fff;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .index .index-contact .list {
    padding: 40px;
  }
}

.index .index-contact .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .index .index-contact .list ul {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.index .index-contact .list ul li {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .index .index-contact .list ul li {
    margin-bottom: 0;
  }
}

.index .index-contact .list ul li:last-child {
  margin-bottom: 0;
}

.index .index-contact .list ul li a {
  display: block;
  width: 100%;
}

.index .index-contact .list ul li a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.index .index-contact .list ul li a img.icon-tel {
  width: 24px;
  height: auto;
  margin-right: 5px;
}

.index .index-contact .list ul li.btn-tel {
  background-color: #fff;
  border: 2px solid #012f5e;
  border-radius: 4px;
  padding: 10px 20px;
  max-width: 300px;
}

@media screen and (min-width: 768px) {
  .index .index-contact .list ul li.btn-tel {
    max-width: none;
    width: 36%;
  }
}

@media screen and (min-width: 960px) {
  .index .index-contact .list ul li.btn-tel {
    width: 48%;
  }
}

.index .index-contact .list ul li.btn-tel a {
  text-decoration: none;
  color: #000;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  display: block;
}

.index .index-contact .list ul li.btn-tel p {
  font-size: 21px;
}

@media screen and (min-width: 960px) {
  .index .index-contact .list ul li.btn-tel p {
    font-size: 24px;
  }
}

.index .index-contact .list ul li.btn-tel p span {
  display: block;
  font-size: 13px;
}

.index .index-contact .list ul li.btn-tel p strong {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .index .index-contact .list ul li.btn-contact {
    width: 62%;
  }
}

@media screen and (min-width: 960px) {
  .index .index-contact .list ul li.btn-contact {
    width: 48%;
  }
}

.index .index-contact .list ul li.btn-contact a {
  margin: 0 auto;
  max-width: 300px;
}

.index .index-contact .list ul li.btn-contact a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .index .index-contact .list ul li.btn-contact a {
    max-width: none;
  }
}

.index .index-voice .inr {
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .index .index-voice .inr {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
  }
}

.index .index-voice .title {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .index .index-voice .title {
    margin-bottom: 60px;
  }
}

.index .index-voice .title h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding-bottom: 10px;
  display: inline;
}

@media screen and (min-width: 768px) {
  .index .index-voice .title h2 {
    font-size: 32px;
  }
}

.index .index-voice .title h2 span {
  display: inline-block;
}

.index .index-voice .title h2 span:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: 0;
  height: 4px;
  width: 50%;
  background-color: #7cb4d5;
}

.index .index-voice .title h2 span:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  height: 4px;
  right: 0;
  width: 50%;
  background-color: #012f5e;
}

.index .index-voice .title p {
  margin-top: 40px;
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .index .index-voice .title p {
    font-size: 16px;
    margin-top: 50px;
  }
}

.index .index-voice .list {
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .index .index-voice .list {
    padding: 0;
  }
}

.index .index-voice .list .list-col {
  background-color: #F7FBFF;
  border-radius: 4px;
  padding: 20px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .index .index-voice .list .list-col {
    padding: 30px;
  }
}

@media screen and (min-width: 768px) {
  .index .index-voice .list .list-col .list-col_c dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.index .index-voice .list .list-col .list-col_c dl dt {
  float: left;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .index .index-voice .list .list-col .list-col_c dl dt {
    float: none;
    padding-right: 20px;
  }
}

.index .index-voice .list .list-col .list-col_c dl dd {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .index .index-voice .list .list-col .list-col_c dl dd {
    font-size: 14px;
  }
}

.index .index-voice .list .list-col .list-col_c dl dd .author {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .index .index-voice .list .list-col .list-col_a dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.index .index-voice .list .list-col .list-col_a dl dt {
  float: right;
  padding-left: 10px;
}

@media screen and (min-width: 768px) {
  .index .index-voice .list .list-col .list-col_a dl dt {
    float: none;
  }
}

.index .index-voice .list .list-col .list-col_a dl dd {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .index .index-voice .list .list-col .list-col_a dl dd {
    font-size: 14px;
  }
}

.index .index-shop {
  background-color: #FBFBFB;
}

.index .index-shop .inr {
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .index .index-shop .inr {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
  }
}

.index .index-shop .title {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .index .index-shop .title {
    margin-bottom: 60px;
  }
}

.index .index-shop .title h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding-bottom: 10px;
  display: inline;
}

@media screen and (min-width: 768px) {
  .index .index-shop .title h2 {
    font-size: 32px;
  }
}

.index .index-shop .title h2 span {
  display: inline-block;
}

.index .index-shop .title h2 span:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: 0;
  height: 4px;
  width: 50%;
  background-color: #7cb4d5;
}

.index .index-shop .title h2 span:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  height: 4px;
  right: 0;
  width: 50%;
  background-color: #012f5e;
}

.index .index-shop .title p {
  margin-top: 40px;
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .index .index-shop .title p {
    font-size: 16px;
    margin-top: 50px;
  }
}

.index .index-shop .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .index .index-shop .info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
}

.index .index-shop .info .info-image {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .index .index-shop .info .info-image {
    margin-bottom: 0;
    width: 430px;
  }
}

.index .index-shop .info .info-image img {
  width: 100%;
  height: auto;
}

.index .index-shop .info .info-text dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 10px;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .index .index-shop .info .info-text dl {
    width: 500px;
    margin-bottom: 20px;
  }
}

.index .index-shop .info .info-text dl dt {
  font-weight: bold;
  font-size: 14px;
  width: 120px;
}

@media screen and (min-width: 768px) {
  .index .index-shop .info .info-text dl dt {
    font-size: 16px;
    width: 160px;
  }
}

.index .index-shop .info .info-text dl dd {
  font-size: 13px;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .index .index-shop .info .info-text dl dd {
    font-size: 15px;
  }
}

.index .index-shop .text {
  background-color: #fff;
  padding: 20px;
  font-size: 12px;
  margin: 10px;
}

@media screen and (min-width: 768px) {
  .index .index-shop .text {
    padding: 40px;
    font-size: 16px;
    margin: 0;
    line-height: 1.8;
  }
}

.index .index-direction {
  background-color: #FBFBFB;
}

.index .index-direction .inr {
  padding: 0 10px 40px;
}

@media screen and (min-width: 768px) {
  .index .index-direction .inr {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 80px;
  }
}

.index .index-direction .title {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .index .index-direction .title {
    margin-bottom: 60px;
  }
}

.index .index-direction .title h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding-bottom: 10px;
  display: inline;
}

@media screen and (min-width: 768px) {
  .index .index-direction .title h2 {
    font-size: 32px;
  }
}

.index .index-direction .title h2 span {
  display: inline-block;
}

.index .index-direction .title h2 span:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: 0;
  height: 4px;
  width: 50%;
  background-color: #7cb4d5;
}

.index .index-direction .title h2 span:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  height: 4px;
  right: 0;
  width: 50%;
  background-color: #012f5e;
}

.index .index-direction .title p {
  margin-top: 40px;
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .index .index-direction .title p {
    font-size: 16px;
    margin-top: 50px;
  }
}

.index .index-direction .index-direction__text {
  margin: 10px 0 10px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 45px;
  position: relative;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .index .index-direction .index-direction__text {
    margin: 15px 0 15px;
    font-size: 20px;
  }
}

.index .index-direction .index-direction__text::before {
  content: "";
  width: 35px;
  height: 0;
  position: absolute;
  border-top: solid 1px #012f5e;
  left: 0;
  top: 10px;
}

@media screen and (min-width: 768px) {
  .index .index-direction .index-direction__text::before {
    top: 13px;
  }
}

.index .index-direction ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
  counter-reset: number 0;
  /* number のカウンタを 0 にセット */
}

@media screen and (min-width: 768px) {
  .index .index-direction ul {
    margin: 0 -15px;
  }
}

.index .index-direction ul li {
  margin: 0 0 15px;
  width: 50%;
  padding: 0 5px;
}

.index .index-direction ul li img {
  width: 100%;
}

.index .index-direction ul li p {
  margin-top: 6px;
  line-height: 1.4;
  font-size: 13px;
}

@media screen and (min-width: 420px) {
  .index .index-direction ul li {
    width: 33.3%;
  }
  .index .index-direction ul li p {
    margin-top: 5px;
  }
}

@media screen and (min-width: 768px) {
  .index .index-direction ul li {
    margin: 0 0 20px;
    padding: 0 15px;
  }
  .index .index-direction ul li p {
    margin-top: 10px;
    font-size: 14px;
  }
}

.index .index-direction ul li .image {
  position: relative;
}

.index .index-direction ul li .image::before {
  content: "";
  width: 40px;
  height: 40px;
  background: #012f5e;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .index .index-direction ul li .image::before {
    width: 50px;
    height: 50px;
  }
}

.index .index-direction ul li .image::after {
  counter-increment: number 1;
  /* number カウンタの増加数をセット */
  content: counter(number) " ";
  /* 表示形式を指定 */
  color: #FFF;
  font-size: 20px;
  position: absolute;
  left: 15px;
  top: 9px;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, serif;
  line-height: 1.0;
}

@media screen and (min-width: 768px) {
  .index .index-direction ul li .image::after {
    font-size: 24px;
    left: 20px;
    top: 12px;
  }
}

.index .index-direction .index-direction__text-parking {
  margin: 25px 0 0;
}

@media screen and (min-width: 768px) {
  .index .index-direction .index-direction__text-parking {
    margin: 40px 0 0;
  }
}

.index .index-direction .index-direction__caption {
  font-size: 13px;
  text-align: right;
  margin: 5px 0 15px;
}

@media screen and (min-width: 768px) {
  .index .index-direction .index-direction__caption {
    margin-bottom: 20px;
  }
}

.index .index-direction .parking {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #012f5e;
}

@media screen and (min-width: 768px) {
  .index .index-direction .parking {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}

.index .index-direction .parking.last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.index .index-direction .parking .parking__title {
  background: #012f5e;
  font-size: 14px;
  padding: 6px 10px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .index .index-direction .parking .parking__title {
    font-size: 20px;
    padding: 6px 20px;
  }
}

.index .index-direction .parking .parking__info {
  margin: 15px 0;
}

@media screen and (min-width: 768px) {
  .index .index-direction .parking .parking__info {
    margin: 20px 0;
  }
}

.index .index-direction .parking .parking__info p {
  font-size: 13px;
  margin: 5px 0;
}

@media screen and (min-width: 768px) {
  .index .index-direction .parking .parking__info p {
    font-size: 15px;
  }
}

.index .index-direction .parking .parking__table .title {
  margin-bottom: 0;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  color: #012f5e;
}

@media screen and (min-width: 768px) {
  .index .index-direction .parking .parking__table .title {
    font-size: 18px;
  }
}

.index .index-direction .parking .parking__table table {
  width: 100%;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .index .index-direction .parking .parking__table table {
    margin-top: 10px;
  }
}

.index .index-direction .parking .parking__table table th {
  background: #eee;
  text-align: center;
  border: solid 1px #012f5e;
  padding: 10px 5px;
  width: 110px;
  font-size: 13px;
}

@media screen and (min-width: 420px) {
  .index .index-direction .parking .parking__table table th {
    padding: 10px 10px;
    width: 160px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .index .index-direction .parking .parking__table table th {
    padding: 10px 15px;
    width: 220px;
  }
}

.index .index-direction .parking .parking__table table td {
  background: #fff;
  padding: 10px 10px;
  border: solid 1px #012f5e;
  width: calc(100% - 110px);
  font-size: 13px;
  vertical-align: middle;
}

@media screen and (min-width: 420px) {
  .index .index-direction .parking .parking__table table td {
    width: calc(100% - 160px);
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .index .index-direction .parking .parking__table table td {
    padding: 10px 15px;
    width: calc(100% - 220px);
  }
}

.index .index-blog .inr {
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .index .index-blog .inr {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
  }
}

.index .index-blog .title {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .index .index-blog .title {
    margin-bottom: 60px;
  }
}

.index .index-blog .title h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding-bottom: 10px;
  display: inline;
}

@media screen and (min-width: 768px) {
  .index .index-blog .title h2 {
    font-size: 32px;
  }
}

.index .index-blog .title h2 span {
  display: inline-block;
}

.index .index-blog .title h2 span:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: 0;
  height: 4px;
  width: 50%;
  background-color: #7cb4d5;
}

.index .index-blog .title h2 span:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  height: 4px;
  right: 0;
  width: 50%;
  background-color: #012f5e;
}

.index .index-blog .title p {
  margin-top: 40px;
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .index .index-blog .title p {
    font-size: 16px;
    margin-top: 50px;
  }
}

.index .index-blog .list {
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .index .index-blog .list {
    padding: 0 100px;
  }
}

.index .index-blog .list ul li {
  border-bottom: 1px solid #EDEDED;
}

.index .index-blog .list ul li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  display: block;
  position: relative;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 1;
  padding: 10px;
  padding-right: 25px;
  background-color: #fff;
}

.index .index-blog .list ul li a:hover {
  background-color: whitesmoke;
}

@media screen and (min-width: 768px) {
  .index .index-blog .list ul li a {
    font-size: 14px;
    padding: 20px;
  }
}

.index .index-blog .list ul li a:after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/icon-cursor-r.png);
  background-size: auto 12px;
  background-repeat: no-repeat;
  width: 10px;
  height: 30px;
}

@media screen and (min-width: 768px) {
  .index .index-blog .list ul li a:after {
    height: 20px;
  }
}

.index .index-blog .list ul li a span {
  display: block;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .index .index-blog .list ul li a span {
    display: inline-block;
    font-size: 14px;
    padding-right: 15px;
  }
}

.index .index-blog .btn {
  margin-top: 20px;
}

.index .index-blog .btn a {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  background-color: #012f5e;
  padding: 20px 10px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 1;
}

.index .index-blog .btn a:hover {
  opacity: 0.7;
}

.index .index-blog .btn a:before {
  content: '';
  display: block;
  right: 3px;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
