﻿@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Satisfy);
/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  line-height: 1.5;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * 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 {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated).
 */
a:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
/*select,*/
textarea {
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 3 */
}

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  color: #373737;
  font-family: "メイリオ", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
}

/* Headnigs */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #373737;
  font-weight: bold;
  line-height: 1.34;
}

/* Paragraph */
pre code {
  display: block;
  line-height: 1.34;
}

/* List */
/* Figure */
figure {
  margin-left: 0;
  margin-right: 0;
}

/* Table */
table {
  margin-bottom: 1em;
  margin-top: 1em;
}

/* Horizontal Rule */
hr {
  border: none;
  border-top: 1px solid #dde0e3;
}

/* Inline Elements */
img {
  height: auto;
  max-width: 100%;
  width: auto;
}

a {
  color: #0189c7;
  word-break: break-all;
}

code {
  font-family: "Menlo", "Lucida Console", monospace;
  font-size: 1.2rem;
}

/* Form */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?b7pxad");
  src: url("../fonts/icomoon.eot?b7pxad#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?b7pxad") format("truetype"), url("../fonts/icomoon.woff?b7pxad") format("woff"), url("../fonts/icomoon.svg?b7pxad#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-openwindow:after {
  content: "\e913";
}

.icon-star-harf .path1:before {
  content: "\e90e";
  color: #dddddd;
}

.icon-star-harf .path2:before {
  content: "\e90f";
  margin-left: -1.046875em;
  color: orange;
}

.icon-star:before {
  content: "\e910";
  color: #ffa500;
}

.icon-star-none:before {
  content: "\e911";
  color: #ddd;
}

.icon-balloon:before, .shopReviews a._reviewBtn:before {
  content: "\e912";
}

.icon-minus:before, .modal-container .acSection.active a.btn-primary:before, .modal-container .acSection.active .columnNav ul li a._active:before, .columnNav ul li .modal-container .acSection.active a._active:before, .modal-container .acSection.active .shopReviews a._reviewBtn:before, .shopReviews .modal-container .acSection.active a._reviewBtn:before, .modal-container .acSection.active .searchAreaHeader .sortPrefectures ul li a:before, .searchAreaHeader .sortPrefectures ul li .modal-container .acSection.active a:before, .modal-container .acSection.active .sortCondition a._sortBtn:before, .sortCondition .modal-container .acSection.active a._sortBtn:before, .modal-container .acSection.active .topGeneralItem ul._tag li a._active:before, .topGeneralItem ul._tag li .modal-container .acSection.active a._active:before, .modal-container .acSection.active .topOtherItem ul._tag li a._active:before, .topOtherItem ul._tag li .modal-container .acSection.active a._active:before, .modal-container .acSection.active .topicsNav ul li a:before, .topicsNav ul li .modal-container .acSection.active a:before, .modal-container .acSection.active a.topicsMoreBtn:before {
  content: "\e90d";
}

.icon-plus:before, .modal-container ._closeBtn:before, .modal-container .acBtn a.btn-primary:before, .modal-container .acBtn .columnNav ul li a._active:before, .columnNav ul li .modal-container .acBtn a._active:before, .modal-container .acBtn .shopReviews a._reviewBtn:before, .shopReviews .modal-container .acBtn a._reviewBtn:before, .modal-container .acBtn .searchAreaHeader .sortPrefectures ul li a:before, .searchAreaHeader .sortPrefectures ul li .modal-container .acBtn a:before, .modal-container .acBtn .sortCondition a._sortBtn:before, .sortCondition .modal-container .acBtn a._sortBtn:before, .modal-container .acBtn .topGeneralItem ul._tag li a._active:before, .topGeneralItem ul._tag li .modal-container .acBtn a._active:before, .modal-container .acBtn .topOtherItem ul._tag li a._active:before, .topOtherItem ul._tag li .modal-container .acBtn a._active:before, .modal-container .acBtn .topicsNav ul li a:before, .topicsNav ul li .modal-container .acBtn a:before, .modal-container .acBtn a.topicsMoreBtn:before, .searchMap-container ul.searchMapNav > li ._trigger:before {
  content: "\e90b";
}

.icon-infinity:before, .topicsMoreBtn:before {
  content: "\e90c";
}

.icon-arrow-right-bread:before, .l-breadNav ul li a:before {
  content: "\e901";
}

.icon-arrow-right:before, .mobile-headerNav ul li a:before, .btn-underline-left:before, .modal-container .btn-accent:before, .modal-container .contactArea ._contactBtn:before, .contactArea .modal-container ._contactBtn:before, .modal-container .shopList ._shopItemFooter a._reviewBtn:before, .shopList ._shopItemFooter .modal-container a._reviewBtn:before, .navitimeRouteResult ._btn:before, .navitimeRouteResult .navitimeRouteInfo > ul li span._title:before, .routeWord .routeWordList ul li a:before,
.icon-a-arrow-right:after,
[class^="btn-"]:after,
[class*=" btn-"]:after,
[class^="card-"] ul._tag li:after,
[class*=" card-"] ul._tag li:after,
.contactArea ._contactBtn:after,
.columnNav ul li a:after,
.shopReviews a._reviewBtn:after,
.searchAreaHeader .sortPrefectures ul li a:after,
.sortCondition ._sortBtn:after,
.shopList ._shopItemFooter a._reviewBtn:after,
.navitimeRouteResult .navitimeRouteBtn a:after,
.topTopics .btnTopTopics:after,
.topGeneralItem ul._tag li a:after,
.topOtherItem ul._tag li a:after,
.topicsNav ul li a:after,
.topicsMoreBtn:after,
.columnList .card-direction-horizontal ._title:after,
.searchMap-container ul.searchMapNav > li ul._inner > li a:after,
.navitimeRouteResult .navitimeRouteTitle ul li:first-child:after {
  content: "\e900";
}

.icon-arrow-right-inverse:before, .heroArea .slick-prev:before, .heroArea .slick-next:before {
  content: "\e902";
  color: #fff;
}

.icon-facebook:before, .mobile-headerNav .mobile-snsNav ul li._facebook a:before, .snsNav ul li._facebook a:before {
  content: "\e903";
}

.icon-facebook-share:before {
  content: "\e904";
}

.icon-line-share:before {
  content: "\e905";
}

.icon-mail:before, .contactArea ._contactBtn:before {
  content: "\e906";
}

.icon-pagetop-arrow:before, .pageTop a:before {
  content: "\e907";
}

.icon-search:before, .mobile-headerNav .mobile-globalNav ul li:last-child a:before, .searchBan a:before, .modal-container .btn-secondary:before, .modal-container .columnNav ul li a:before, .columnNav ul li .modal-container a:before, .modal-container .topGeneralItem ul._tag li a:before, .topGeneralItem ul._tag li .modal-container a:before, .modal-container .topOtherItem ul._tag li a:before, .topOtherItem ul._tag li .modal-container a:before, .navitimeSearchMap .navitimeSearch button:before, .sortCondition ._sortBtn:before {
  content: "\e908";
}

.icon-tag:before, [class^="card-"] ul._tag li:before,
[class*=" card-"] ul._tag li:before, .topicsNav ul li a:before {
  content: "\e909";
}

.icon-twitter-share:before {
  content: "\e90a";
}

.icon-bike:before, .navitimeRouteResult .navitimeRouteInfo > ul li span._icon i.icon_bike:before {
  content: "\e914";
}

.icon-bus:before, .navitimeRouteResult .navitimeRouteInfo > ul li span._icon i.icon_bus:before {
  content: "\e915";
}

.icon-plane:before, .navitimeRouteResult .navitimeRouteInfo > ul li span._icon i.icon_plane:before {
  content: "\e916";
}

.icon-train:before, .navitimeRouteResult .navitimeRouteInfo > ul li span._icon i.icon_train:before, .routeWord ul.routeWordTab li:first-child a:before {
  content: "\e917";
}

.icon-walk:before, .navitimeRouteResult .navitimeRouteInfo > ul li span._icon i.icon_walk:before {
  content: "\e918";
}

.icon-car:before, .navitimeRouteResult .navitimeRouteInfo > ul li span._icon i.icon_car:before {
  content: "\e919";
}

.icon-place:before, .routeWord ul.routeWordTab li a:before {
  content: "\e91a";
}

.mobile-headerNav ul li a:before, .mobile-headerNav .mobile-globalNav ul li:last-child a:before, .mobile-headerNav .mobile-snsNav ul li._facebook a, .l-breadNav ul li a:before, .pageTop a, .snsNav ul li._facebook a, .searchBan a:before, [class^="btn-"]:after,
[class*=" btn-"]:after, [class^="card-"] ul._tag li:after,
[class*=" card-"] ul._tag li:after, .contactArea ._contactBtn:after, .columnNav ul li a:after, .shopReviews a._reviewBtn:after, .searchAreaHeader .sortPrefectures ul li a:after, .sortCondition ._sortBtn:after, .shopList ._shopItemFooter a._reviewBtn:after, .navitimeRouteResult .navitimeRouteBtn a:after, .topTopics .btnTopTopics:after, .topGeneralItem ul._tag li a:after, .topOtherItem ul._tag li a:after, .topicsNav ul li a:after, .topicsMoreBtn:after, .btn-underline-left:before, [class^="card-"] ul._tag li:before,
[class*=" card-"] ul._tag li:before, .columnList .card-direction-horizontal ._title:after, .contactArea ._contactBtn:before, .modal-container ._closeBtn:before, .modal-container .btn-accent:before, .modal-container .shopList ._shopItemFooter a._reviewBtn:before, .shopList ._shopItemFooter .modal-container a._reviewBtn:before, .modal-container .btn-secondary:before, .modal-container .columnNav ul li a:before, .columnNav ul li .modal-container a:before, .modal-container .topGeneralItem ul._tag li a:before, .topGeneralItem ul._tag li .modal-container a:before, .modal-container .topOtherItem ul._tag li a:before, .topOtherItem ul._tag li .modal-container a:before, .modal-container .acBtn a.btn-primary:before, .modal-container .acBtn .columnNav ul li a._active:before, .columnNav ul li .modal-container .acBtn a._active:before, .modal-container .acBtn .shopReviews a._reviewBtn:before, .shopReviews .modal-container .acBtn a._reviewBtn:before, .modal-container .acBtn .searchAreaHeader .sortPrefectures ul li a:before, .searchAreaHeader .sortPrefectures ul li .modal-container .acBtn a:before, .modal-container .acBtn .sortCondition a._sortBtn:before, .sortCondition .modal-container .acBtn a._sortBtn:before, .modal-container .acBtn .topGeneralItem ul._tag li a._active:before, .topGeneralItem ul._tag li .modal-container .acBtn a._active:before, .modal-container .acBtn .topOtherItem ul._tag li a._active:before, .topOtherItem ul._tag li .modal-container .acBtn a._active:before, .modal-container .acBtn .topicsNav ul li a:before, .topicsNav ul li .modal-container .acBtn a:before, .modal-container .acBtn a.topicsMoreBtn:before, .searchMap-container ul.searchMapNav > li > a:after, .searchMap-container ul.searchMapNav > li ._trigger:before, .searchMap-container ul.searchMapNav > li ul._inner > li a:after, .navitimeSearchMap .navitimeSearch button:before, .shopReviews a._reviewBtn:before, .sortCondition ._sortBtn:before, .navitimeRouteResult ._btn:before, .navitimeRouteResult .navitimeRouteTitle ul li:first-child:after, .navitimeRouteResult .navitimeRouteInfo > ul li span._title:before, .navitimeRouteResult .navitimeRouteInfo > ul li span._icon i:before, .navitimeRouteResult .navitimeRouteSelect ._route ul li:before, .routeWord ul.routeWordTab li:first-child a:before, .routeWord ul.routeWordTab li a:before, .routeWord .routeWordList ul li a:before, .heroArea .slick-prev:before, .heroArea .slick-next:before, .topicsNav ul li a:before, .topicsMoreBtn:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fxb-container,
.container,
.catch,
h1.logo,
.globalNav ._childNav ul,
.l-breadNav ul,
.snsNav,
.footerNav,
.heroArea ._content p {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .fxb-container,
  .container,
  .catch,
  h1.logo,
  .globalNav ._childNav ul,
  .l-breadNav ul,
  .snsNav,
  .footerNav,
  .heroArea ._content p {
    width: 540px;
  }
}

@media (min-width: 768px) {
  .fxb-container,
  .container,
  .catch,
  h1.logo,
  .globalNav ._childNav ul,
  .l-breadNav ul,
  .snsNav,
  .footerNav,
  .heroArea ._content p {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .fxb-container,
  .container,
  .catch,
  h1.logo,
  .globalNav ._childNav ul,
  .l-breadNav ul,
  .snsNav,
  .footerNav,
  .heroArea ._content p {
    width: 1000px;
  }
}

@media (min-width: 1200px) {
  .fxb-container,
  .container,
  .catch,
  h1.logo,
  .globalNav ._childNav ul,
  .l-breadNav ul,
  .snsNav,
  .footerNav,
  .heroArea ._content p {
    width: 1030px;
  }
}

.l-main.theme-multi .fxb-container, .l-main.theme-multi .container, .l-main.theme-multi .catch, .l-main.theme-multi h1.logo, .l-main.theme-multi .globalNav ._childNav ul, .globalNav ._childNav .l-main.theme-multi ul, .l-main.theme-multi .l-breadNav ul, .l-breadNav .l-main.theme-multi ul, .l-main.theme-multi .snsNav, .l-main.theme-multi .footerNav, .l-main.theme-multi .heroArea ._content p, .heroArea ._content .l-main.theme-multi p {
  width: auto;
}

.fxb-container-fluid,
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
}

.fxb-row,
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

[class^="fxb-col-"],
[class*=" fxb-col-"],
[class^="col-"],
[class*=" col-"] {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

[class^="fxb-col-"]._cover-image,
[class*=" fxb-col-"]._cover-image,
[class^="col-"]._cover-image,
[class*=" col-"]._cover-image {
  min-height: 67vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  [class^="fxb-col-"]._cover-image,
  [class*=" fxb-col-"]._cover-image,
  [class^="col-"]._cover-image,
  [class*=" col-"]._cover-image {
    min-height: 0;
  }
}

@media (min-width: 768px) {
  [class^="fxb-col-"]._cover-content,
  [class*=" fxb-col-"]._cover-content,
  [class^="col-"]._cover-content,
  [class*=" col-"]._cover-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.fxb-col-1,
.col-1 {
  width: 8.33333%;
}

.fxb-col-2,
.col-2 {
  width: 16.66667%;
}

.fxb-col-3,
.col-3 {
  width: 25%;
}

.fxb-col-4,
.col-4 {
  width: 33.33333%;
}

.fxb-col-5,
.col-5 {
  width: 41.66667%;
}

.fxb-col-6,
.col-6 {
  width: 50%;
}

.fxb-col-7,
.col-7 {
  width: 58.33333%;
}

.fxb-col-8,
.col-8 {
  width: 66.66667%;
}

.fxb-col-9,
.col-9 {
  width: 75%;
}

.fxb-col-10,
.col-10 {
  width: 83.33333%;
}

.fxb-col-11,
.col-11 {
  width: 91.66667%;
}

.fxb-col-12,
.col-12 {
  width: 100%;
}

@media (min-width: 576px) {
  .fxb-col-sm-1,
  .col-sm-1 {
    width: 8.33333%;
  }
}

@media (min-width: 576px) {
  .fxb-col-sm-2,
  .col-sm-2 {
    width: 16.66667%;
  }
}

@media (min-width: 576px) {
  .fxb-col-sm-3,
  .col-sm-3 {
    width: 25%;
  }
}

@media (min-width: 576px) {
  .fxb-col-sm-4,
  .col-sm-4 {
    width: 33.33333%;
  }
}

@media (min-width: 576px) {
  .fxb-col-sm-5,
  .col-sm-5 {
    width: 41.66667%;
  }
}

@media (min-width: 576px) {
  .fxb-col-sm-6,
  .col-sm-6 {
    width: 50%;
  }
}

@media (min-width: 576px) {
  .fxb-col-sm-7,
  .col-sm-7 {
    width: 58.33333%;
  }
}

@media (min-width: 576px) {
  .fxb-col-sm-8,
  .col-sm-8 {
    width: 66.66667%;
  }
}

@media (min-width: 576px) {
  .fxb-col-sm-9,
  .col-sm-9 {
    width: 75%;
  }
}

@media (min-width: 576px) {
  .fxb-col-sm-10,
  .col-sm-10 {
    width: 83.33333%;
  }
}

@media (min-width: 576px) {
  .fxb-col-sm-11,
  .col-sm-11 {
    width: 91.66667%;
  }
}

@media (min-width: 576px) {
  .fxb-col-sm-12,
  .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .fxb-col-md-1,
  .col-md-1 {
    width: 8.33333%;
  }
}

@media (min-width: 768px) {
  .fxb-col-md-2,
  .col-md-2 {
    width: 16.66667%;
  }
}

@media (min-width: 768px) {
  .fxb-col-md-3,
  .col-md-3 {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .fxb-col-md-4,
  .col-md-4 {
    width: 33.33333%;
  }
}

@media (min-width: 768px) {
  .fxb-col-md-5,
  .col-md-5 {
    width: 41.66667%;
  }
}

@media (min-width: 768px) {
  .fxb-col-md-6,
  .col-md-6 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .fxb-col-md-7,
  .col-md-7 {
    width: 58.33333%;
  }
}

@media (min-width: 768px) {
  .fxb-col-md-8,
  .col-md-8 {
    width: 66.66667%;
  }
}

@media (min-width: 768px) {
  .fxb-col-md-9,
  .col-md-9 {
    width: 75%;
  }
}

@media (min-width: 768px) {
  .fxb-col-md-10,
  .col-md-10 {
    width: 83.33333%;
  }
}

@media (min-width: 768px) {
  .fxb-col-md-11,
  .col-md-11 {
    width: 91.66667%;
  }
}

@media (min-width: 768px) {
  .fxb-col-md-12,
  .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .fxb-col-lg-1,
  .col-lg-1 {
    width: 8.33333%;
  }
}

@media (min-width: 992px) {
  .fxb-col-lg-2,
  .col-lg-2 {
    width: 16.66667%;
  }
}

@media (min-width: 992px) {
  .fxb-col-lg-3,
  .col-lg-3 {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .fxb-col-lg-4,
  .col-lg-4 {
    width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .fxb-col-lg-5,
  .col-lg-5 {
    width: 41.66667%;
  }
}

@media (min-width: 992px) {
  .fxb-col-lg-6,
  .col-lg-6 {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .fxb-col-lg-7,
  .col-lg-7 {
    width: 58.33333%;
  }
}

@media (min-width: 992px) {
  .fxb-col-lg-8,
  .col-lg-8 {
    width: 66.66667%;
  }
}

@media (min-width: 992px) {
  .fxb-col-lg-9,
  .col-lg-9 {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .fxb-col-lg-10,
  .col-lg-10 {
    width: 83.33333%;
  }
}

@media (min-width: 992px) {
  .fxb-col-lg-11,
  .col-lg-11 {
    width: 91.66667%;
  }
}

@media (min-width: 992px) {
  .fxb-col-lg-12,
  .col-lg-12 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .fxb-col-xl-1,
  .col-xl-1 {
    width: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .fxb-col-xl-2,
  .col-xl-2 {
    width: 16.66667%;
  }
}

@media (min-width: 1200px) {
  .fxb-col-xl-3,
  .col-xl-3 {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .fxb-col-xl-4,
  .col-xl-4 {
    width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .fxb-col-xl-5,
  .col-xl-5 {
    width: 41.66667%;
  }
}

@media (min-width: 1200px) {
  .fxb-col-xl-6,
  .col-xl-6 {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .fxb-col-xl-7,
  .col-xl-7 {
    width: 58.33333%;
  }
}

@media (min-width: 1200px) {
  .fxb-col-xl-8,
  .col-xl-8 {
    width: 66.66667%;
  }
}

@media (min-width: 1200px) {
  .fxb-col-xl-9,
  .col-xl-9 {
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .fxb-col-xl-10,
  .col-xl-10 {
    width: 83.33333%;
  }
}

@media (min-width: 1200px) {
  .fxb-col-xl-11,
  .col-xl-11 {
    width: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .fxb-col-xl-12,
  .col-xl-12 {
    width: 100%;
  }
}

.l-header {
  position: relative;
  height: 85px;
}

@media (min-width: 1200px) {
  .l-header {
    height: 134px;
  }
}

.catch {
  position: relative;
}

.catch p {
  position: absolute;
  color: #aaaaaa;
  left: 50px;
  top: 60px;
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 15px;
}

@media (min-width: 1200px) {
  .catch p {
    left: 300px;
    top: 30px;
  }
}

h1.logo {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  height: 85px;
  text-align: left;
}

@media (min-width: 1200px) {
  h1.logo {
    height: 92px;
  }
}

h1.logo img {
  position: relative;
  left: 5px;
  top: 12px;
  width: 229px;
}

@media (min-width: 1200px) {
  h1.logo img {
    top: 14px;
    width: 263px;
  }
}

.mobile-headerNav {
  position: relative;
  background: #009ede;
  padding: 20px;
  display: none;
  z-index: 10;
}

@media (min-width: 1200px) {
  .mobile-headerNav {
    display: none !important;
  }
}

.mobile-headerNav ul {
  padding: 0;
  margin: 0;
}

.mobile-headerNav ul li {
  list-style: none;
  border-bottom: 1px solid #fff;
}

.mobile-headerNav ul li a {
  position: relative;
  display: block;
  padding: 12px;
  color: #fff;
  line-height: 1em;
  font-size: 2rem;
  text-decoration: none;
}

.mobile-headerNav ul li a:before {
  position: absolute;
  right: 10px;
  font-size: 2rem;
  line-height: 1em;
}

.mobile-headerNav .mobile-globalNav ul li:last-child {
  background: #fff;
  margin: -1px -20px 0;
  padding: 20px;
}

.mobile-headerNav .mobile-globalNav ul li:last-child a {
  background: #ea792d;
  border: none;
  border-radius: 3px;
  padding: 20px;
  text-align: center;
}

.mobile-headerNav .mobile-globalNav ul li:last-child a:before {
  position: relative;
  display: inline-block;
  top: -3px;
  font-size: 3.0rem;
  vertical-align: middle;
}

.mobile-headerNav .mobile-snsNav {
  margin-top: 30px;
}

.mobile-headerNav .mobile-snsNav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.mobile-headerNav .mobile-snsNav ul li {
  border: 0;
}

.mobile-headerNav .mobile-snsNav ul li._facebook a {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 45px;
  overflow: hidden;
  text-indent: 100px;
}

.mobile-headerNav .mobile-snsNav ul li._facebook a:before {
  font-size: 4.5rem;
  line-height: 1em;
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  left: 0;
  top: 0;
  text-indent: 0;
}

.globalNav {
  display: none;
}

@media (min-width: 1200px) {
  .globalNav {
    display: block;
  }
  .globalNav > ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  .globalNav > ul > li {
    padding: 0;
    margin: 0;
    border-left: 1px solid #c7dad9;
    list-style: none;
  }
  .globalNav > ul > li:first-child {
    border-left: 0;
  }
  .globalNav > ul > li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
  }
  .globalNav > ul > li:last-child > a {
    background: none;
    border: 1px solid #009ede;
    border-radius: 3px;
    padding: 6px 24px;
  }
  .globalNav > ul > li:last-child > a:hover {
    border: 1px solid #4dbbe8;
  }
  .globalNav > ul > li > a {
    position: relative;
    padding: 6px 80px;
    font-size: 1.8rem;
    text-align: center;
    text-decoration: none;
    color: #009ede;
  }
  .globalNav > ul > li > a:hover {
    opacity: 1;
    color: #4dbbe8;
  }
  .globalNav > ul > li._active > a:after {
    position: absolute;
    display: block;
    left: 0;
    top: 38px;
    background: url(/common/healthyhearing/images/icon-megamenu-arrow.svg) no-repeat center top;
    background-size: 12px 8px;
    width: 100%;
    height: 8px;
    content: '';
  }
}

.globalNav ._childNav {
  display: none;
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  background: #009ede;
  z-index: 9;
}

.globalNav ._childNav ul {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  top: 0px;
  list-style: none;
  margin: 30px auto;
}

.globalNav ._childNav li {
  border-left: 0;
}

.globalNav ._childNav li a {
  padding: 0 45px 0 9px;
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
}

.globalNav ._childNav li a:before {
  content: '-';
  margin-right: 5px;
}

.primaryNav {
  display: none;
  position: relative;
  width: 1030px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.primaryNav ul {
  position: absolute;
  margin: 0;
  padding: 0;
  top: -94px;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
}

.primaryNav ul li {
  font-size: 1.4rem;
}

.primaryNav ul li:after {
  content: '／';
  color: #0189c7;
}

.primaryNav ul li:last-child:after {
  display: none;
}

.primaryNav ul li a {
  display: inline-block;
  text-decoration: none;
  color: #505050;
  padding: 0 1em;
}

@media (min-width: 1200px) {
  .primaryNav {
    display: block;
  }
}

.mobile-header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
}

.mobile-header-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  top: 85px;
  right: 0;
  z-index: 9;
  display: none;
}

.mobile-header-bg._active {
  display: block;
}

@media (min-width: 1200px) {
  .mobile-header-bg {
    display: none;
  }
  .mobile-header-bg._active {
    display: none;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 45px;
  height: 45px;
  padding: 7px;
  background: #009ede;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .menu-trigger {
    display: none;
  }
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 32px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}

.menu-trigger:after {
  display: block;
  position: absolute;
  content: 'menu';
  color: #fff;
  text-decoration: none;
  font-size: 1.0rem;
  text-align: center;
  bottom: 3px;
  width: 32px;
  letter-spacing: 1px;
}

.menu-trigger span:nth-of-type(1) {
  top: 7px;
  left: 7px;
}

.menu-trigger span:nth-of-type(2) {
  top: 16px;
  left: 7px;
}

.menu-trigger span:nth-of-type(3) {
  top: 25px;
  left: 7px;
}

.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(9px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(9px) rotate(45deg);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

.menu-trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

.menu-trigger._active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}

.menu-trigger._active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger._active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}

.l-breadNav {
  background: #e6ebed;
}

.l-breadNav ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 11px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 1200px) {
  .l-breadNav ul {
    flex-wrap: nowrap;
    padding-bottom: 0;
  }
}

.l-breadNav ul li a, .l-breadNav ul li span {
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 1.3em;
  padding: 11px 20px 0 10px;
}

@media (min-width: 1200px) {
  .l-breadNav ul li a, .l-breadNav ul li span {
    font-size: 1.4rem;
    padding: 11px 40px 11px 20px;
  }
}

.l-breadNav ul li a:before {
  position: absolute;
  right: 0;
  top: 13px;
  color: #5f5f5f;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .l-breadNav ul li a:before {
    top: -1px;
    color: #fff;
    font-size: 39px;
  }
}

.l-main {
  margin-left: auto;
  margin-right: auto;
}

.l-main.theme-multi {
  width: auto;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 576px) {
  .l-main.theme-multi {
    width: 540px;
  }
}

@media (min-width: 768px) {
  .l-main.theme-multi {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .l-main.theme-multi {
    width: 1000px;
  }
}

@media (min-width: 1200px) {
  .l-main.theme-multi {
    width: 1030px;
  }
}

.l-main {
  padding-bottom: 20px;
  padding-top: 20px;
}

.l-footer {
  position: relative;
}

@media (min-width: 1200px) {
  .l-footer {
    background: #2b3a3f;
    margin-top: 80px;
  }
}

.pageTop {
  position: absolute;
  width: 100%;
  display: none;
  text-align: center;
  margin: 0;
  top: -80px;
}

@media (min-width: 1200px) {
  .pageTop {
    display: block;
  }
}

.pageTop a {
  display: inline-block;
  height: 60px;
  text-decoration: none;
  font-size: 1.2rem;
  color: #2b3a3f;
}

.pageTop a:before {
  display: block;
  font-size: 4.4rem;
}

.snsNav {
  display: none;
  padding: 40px 0 30px;
}

@media (min-width: 1200px) {
  .snsNav {
    display: block;
  }
}

.snsNav ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.snsNav ul li {
  padding: 0;
  margin: 0;
}

.snsNav ul li._facebook a {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  font-size: 3.6rem;
  line-height: 1em;
  overflow: hidden;
  text-indent: 100px;
}

.snsNav ul li._facebook a:before {
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  left: 0;
  top: 0;
  text-indent: 0;
}

.snsNav ul a {
  padding: 0 15px;
  color: #fff;
  text-decoration: none;
}

.footerNav {
  display: none;
}

@media (min-width: 1200px) {
  .footerNav {
    display: block;
  }
}

.footerNav ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerNav ul li {
  padding: 0;
  margin: 0;
}

.footerNav ul a {
  padding: 0 15px;
  color: #fff;
  text-decoration: none;
}

.copy {
  text-align: center;
  font-size: 1.2rem;
  padding: 25px 25px 75px;
  margin: 0;
  color: #9aa3ac;
}

@media (min-width: 1200px) {
  .copy {
    padding-bottom: 25px;
  }
}

.searchBan {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  z-index: 9;
}

@media (min-width: 1200px) {
  .searchBan {
    display: none !important;
  }
}

.searchBan a {
  display: block;
  width: 100%;
  height: 50px;
  background: #ea792d;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 8px 0;
}

.searchBan a:before {
  position: relative;
  left: -5px;
  top: 5px;
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .theme-multi .l-article {
    width: 740px;
    margin: 0 auto;
  }
}

.l-aside p {
  margin: 0;
}

.l-aside p a {
  display: none;
}

.l-aside p a.ads {
  display: block;
  margin: 16px auto;
}

@media (min-width: 1200px) {
  .theme-multi .l-aside {
    width: 290px;
    margin: 0 auto;
  }
  .theme-multi .l-aside p {
    margin: 16px auto;
  }
  .theme-multi .l-aside p a {
    display: block;
  }
}

h1 {
  font-size: 3.6rem;
  color: #0189c7;
  text-align: center;
  font-weight: normal;
}

h2 {
  position: relative;
  color: #0189c7;
  font-size: 2.4rem;
  border-top: 1px solid #dde0e3;
  padding-top: 15px;
  font-weight: normal;
}

h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 123px;
  height: 3px;
  left: 0;
  top: 0;
  background: #0189c7;
}

h3 {
  color: #0189c7;
  font-size: 2.2rem;
  border-left: 3px solid #0189c7;
  padding-left: 15px;
  font-weight: normal;
}

h4 {
  color: #0189c7;
  font-size: 2.0rem;
  font-weight: normal;
}

h5 {
  color: #0189c7;
  font-size: 1.8rem;
  font-weight: normal;
}

.centerTitle, .topColumn h2, .topTopics h2 {
  text-align: center;
  font-weight: normal;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #dde0e3;
  padding-bottom: 0.5em;
  position: relative;
}

.centerTitle:after, .topColumn h2:after, .topTopics h2:after {
  content: '';
  display: block;
  position: absolute;
  width: 122px;
  height: 3px;
  left: 50%;
  bottom: 0;
  margin-left: -61px;
  background: #0189c7;
}

.centerTitle:before, .topColumn h2:before, .topTopics h2:before {
  display: none;
}

.centerTitleTop, .topGeneralItem ._title, .topOtherItem ._title {
  text-align: center;
  font-weight: normal;
  padding: 0;
  border: 0;
  padding-top: .5em;
  position: relative;
  font-size: 2.4rem;
  color: #0189c7;
}

@media (min-width: 768px) {
  .centerTitleTop, .topGeneralItem ._title, .topOtherItem ._title {
    padding-top: 1em;
  }
}

.centerTitleTop:before, .topGeneralItem ._title:before, .topOtherItem ._title:before {
  content: '';
  display: block;
  position: absolute;
  width: 122px;
  height: 3px;
  left: 50%;
  top: 0;
  margin-left: -61px;
  background: #0189c7;
}

.secondTitle, .columnAreaHeader h2 {
  font-size: 3.0rem;
  text-align: center;
  font-weight: normal;
  margin-top: .5em;
  margin-bottom: .5em;
  border-top: 0;
  padding-top: 0;
}

@media (min-width: 1200px) {
  .secondTitle, .columnAreaHeader h2 {
    font-size: 3.6rem;
  }
}

.secondTitle:before, .columnAreaHeader h2:before {
  display: none;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.text-indent-1 {
  text-indent: 1em;
}

.text-indent-2 {
  text-indent: 2em;
}

.text-indent-3 {
  text-indent: 3em;
}

.text-indent-4 {
  text-indent: 4em;
}

.text-color-default {
  color: #373737;
}

.text-color-inverse {
  color: #fff;
}

.text-color-primary {
  color: #0189c7;
}

.text-color-secondary {
  color: #2b3a3f;
}

.text-color-accent {
  color: #f2a325;
}

.text-weight-normal {
  font-weight: normal;
}

.text-weight-bold {
  font-weight: bold;
}

.text-style-italic {
  font-style: italic;
}

.text-style-oblique {
  font-style: oblique;
}

.text-style-line {
  text-decoration: underline;
}

.text-size-largest {
  font-size: 2em;
}

.text-size-larger {
  font-size: 1.5em;
}

.text-size-large {
  font-size: 1.25em;
}

.text-size-medium {
  font-size: 1em;
}

.text-size-small {
  font-size: 0.9em;
}

.text-size-smaller {
  font-size: 0.8em;
}

.text-size-smallest {
  font-size: 0.7em;
}

.text-family-sans {
  font-family: "メイリオ", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}

.text-family-serif {
  font-family: "Times New Roman", Georgia, "Hiragino Mincho ProN", "Yu Mincho", sans-serif;
}

.text-family-code {
  font-family: "Menlo", "Lucida Console", monospace;
}

.text-family-WEBFONTS {
  font-family: "Satisfy", sans-serif;
}

.text-width-block {
  display: block;
}

.text-width-inline {
  display: inline-block;
}

.link-disabled {
  pointer-events: none;
}

.l-main a[target='_blank']:after {
  content: '';
  width: 1em;
  height: 1em;
  background: url(/common/healthyhearing/images/icon-openwindow.svg) no-repeat center top;
  background-size: 1em auto;
  display: inline-block;
  margin-left: 0.5em;
  text-decoration: none;
  overflow: hidden;
}

.l-main .l-aside a[target='_blank']:after {
  display: none;
}

@media (min-width: 1200px) {
  a[href^="tel:"] {
    cursor: default;
    text-decoration: none;
    color: #373737;
  }
  a[href^="tel:"]:hover {
    opacity: 1;
  }
}

[class^="btn-"],
[class*=" btn-"],
[class^="card-"] ul._tag li,
[class*=" card-"] ul._tag li,
.contactArea ._contactBtn,
.columnNav ul li a,
.shopReviews a._reviewBtn,
.searchAreaHeader .sortPrefectures ul li a,
.sortCondition ._sortBtn,
.shopList ._shopItemFooter a._reviewBtn,
.navitimeRouteResult .navitimeRouteBtn a,
.topTopics .btnTopTopics,
.topGeneralItem ul._tag li a,
.topOtherItem ul._tag li a,
.topicsNav ul li a,
.topicsMoreBtn {
  background-color: #edf2f2;
  border: 1px solid transparent;
  color: inherit;
  display: inline-block;
  padding: .25em .75em;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  transition: 0.5s all ease 0s;
  cursor: pointer;
  position: relative;
}

[class^="btn-"]:after,
[class*=" btn-"]:after,
[class^="card-"] ul._tag li:after,
[class*=" card-"] ul._tag li:after,
.contactArea ._contactBtn:after,
.columnNav ul li a:after,
.shopReviews a._reviewBtn:after,
.searchAreaHeader .sortPrefectures ul li a:after,
.sortCondition ._sortBtn:after,
.shopList ._shopItemFooter a._reviewBtn:after,
.navitimeRouteResult .navitimeRouteBtn a:after,
.topTopics .btnTopTopics:after,
.topGeneralItem ul._tag li a:after,
.topOtherItem ul._tag li a:after,
.topicsNav ul li a:after,
.topicsMoreBtn:after {
  position: relative;
  top: 2px;
  margin-left: 5px;
}

[class^="btn-"]:hover,
[class*=" btn-"]:hover,
[class^="card-"] ul._tag li:hover,
[class*=" card-"] ul._tag li:hover,
.contactArea ._contactBtn:hover,
.columnNav ul li a:hover,
.shopReviews a._reviewBtn:hover,
.searchAreaHeader .sortPrefectures ul li a:hover,
.sortCondition ._sortBtn:hover,
.shopList ._shopItemFooter a._reviewBtn:hover,
.navitimeRouteResult .navitimeRouteBtn a:hover,
.topTopics .btnTopTopics:hover,
.topGeneralItem ul._tag li a:hover,
.topOtherItem ul._tag li a:hover,
.topicsNav ul li a:hover,
.topicsMoreBtn:hover {
  opacity: 1;
}

@media (min-width: 1200px) {
  [class^="btn-"] br._mobile-xl,
  [class*=" btn-"] br._mobile-xl,
  [class^="card-"] ul._tag li br._mobile-xl,
  [class*=" card-"] ul._tag li br._mobile-xl,
  .contactArea ._contactBtn br._mobile-xl,
  .columnNav ul li a br._mobile-xl,
  .shopReviews a._reviewBtn br._mobile-xl,
  .searchAreaHeader .sortPrefectures ul li a br._mobile-xl,
  .sortCondition ._sortBtn br._mobile-xl,
  .shopList ._shopItemFooter a._reviewBtn br._mobile-xl,
  .navitimeRouteResult .navitimeRouteBtn a br._mobile-xl,
  .topTopics .btnTopTopics br._mobile-xl,
  .topGeneralItem ul._tag li a br._mobile-xl,
  .topOtherItem ul._tag li a br._mobile-xl,
  .topicsNav ul li a br._mobile-xl,
  .topicsMoreBtn br._mobile-xl {
    display: none;
  }
}

a {
  transition: 0.5s all ease 0s;
}

a:hover {
  opacity: .6;
}

.btn-default, .navitimeRouteResult .navitimeRouteBtn a {
  background-color: #373737;
  color: #fff;
}

.btn-default:hover, .navitimeRouteResult .navitimeRouteBtn a:hover {
  background-color: #fff;
  color: #373737;
}

.btn-inverse {
  background-color: #fff;
  color: #373737;
}

.btn-primary, .columnNav ul li a._active, .oticon-contact-form .form-submit-border input, .shopReviews a._reviewBtn, .searchAreaHeader .sortPrefectures ul li a, .sortCondition ._sortBtn, .topGeneralItem ul._tag li a._active, .topOtherItem ul._tag li a._active, .topicsNav ul li a, .topicsMoreBtn {
  background-color: #0189c7;
  color: #fff;
}

.btn-primary:hover, .columnNav ul li a._active:hover, .oticon-contact-form .form-submit-border input:hover, .shopReviews a._reviewBtn:hover, .searchAreaHeader .sortPrefectures ul li a:hover, .sortCondition ._sortBtn:hover, .topGeneralItem ul._tag li a._active:hover, .topOtherItem ul._tag li a._active:hover, .topicsNav ul li a:hover, .topicsMoreBtn:hover {
  background-color: #fff;
  color: #0189c7;
  border: 1px solid #0189c7;
}

.btn-secondary, .columnNav ul li a, .topGeneralItem ul._tag li a, .topOtherItem ul._tag li a {
  background-color: #cce7f4;
  color: #0189c7;
}

.btn-secondary:hover, .columnNav ul li a:hover, .topGeneralItem ul._tag li a:hover, .topOtherItem ul._tag li a:hover {
  background-color: #0189c7;
  color: #fff;
}

.btn-underline {
  background-color: transparent;
  border-color: #009ede;
  color: #009ede;
  font-size: 1.8rem;
  padding-right: 2em;
}

.btn-underline:after {
  position: absolute;
  top: 50%;
  right: .5em;
  margin-top: -.9rem;
}

@media (min-width: 1200px) {
  .btn-underline:after {
    top: 25%;
    right: .75em;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .btn-underline {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #009ede;
    padding: .25em 1.75em .25em .75em;
    font-size: 1.8rem;
  }
}

.btn-underline-left {
  background-color: transparent;
  border-color: #009ede;
  color: #009ede;
  font-size: 1.8rem;
  padding-left: 2em;
}

.btn-underline-left:before {
  position: absolute;
  top: 50%;
  left: .5em;
  margin-right: 5px;
  margin-top: -.9rem;
  transform: rotate(180deg);
}

@media (min-width: 1200px) {
  .btn-underline-left:before {
    left: .75em;
    top: 25%;
    margin-top: 0;
  }
}

.btn-underline-left:after {
  display: none;
}

@media (min-width: 1200px) {
  .btn-underline-left {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #009ede;
    padding: .25em .75em .25em 1.75em;
    font-size: 1.8rem;
  }
}

.btn-accent, .contactArea ._contactBtn, .shopList ._shopItemFooter a._reviewBtn {
  background-color: #f2a325;
  color: #fff;
}

.btn-accent:hover, .contactArea ._contactBtn:hover, .shopList ._shopItemFooter a._reviewBtn:hover {
  background-color: #fff;
  color: #f2a325;
  border: 1px solid #f2a325;
}

.btn-outline-default {
  background-color: transparent;
  border-color: #373737;
  color: #373737;
}

.btn-outline-inverse {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-outline-primary, [class^="card-"] ul._tag li,
[class*=" card-"] ul._tag li, .topTopics .btnTopTopics {
  background-color: transparent;
  border-color: #0189c7;
  color: #0189c7;
}

.btn-outline-secondary {
  background-color: transparent;
  border-color: #2b3a3f;
  color: #2b3a3f;
}

.btn-outline-accent {
  background-color: transparent;
  border-color: #f2a325;
  color: #f2a325;
}

.btn-size-small {
  font-size: 0.9em;
}

.btn-size-medium {
  font-size: 1em;
}

.btn-size-large {
  font-size: 1.25em;
}

.btn-width-1 {
  width: 8.33333%;
}

.btn-width-2 {
  width: 16.66667%;
}

.btn-width-3 {
  width: 25%;
}

.btn-width-4 {
  width: 33.33333%;
}

.btn-width-5 {
  width: 41.66667%;
}

.btn-width-6 {
  width: 50%;
}

.btn-width-7 {
  width: 58.33333%;
}

.btn-width-8 {
  width: 66.66667%;
}

.btn-width-9 {
  width: 75%;
}

.btn-width-10 {
  width: 83.33333%;
}

.btn-width-11 {
  width: 91.66667%;
}

.btn-width-12, .modal-container .btn-accent, .modal-container .contactArea ._contactBtn, .contactArea .modal-container ._contactBtn, .modal-container .shopList ._shopItemFooter a._reviewBtn, .shopList ._shopItemFooter .modal-container a._reviewBtn, .modal-container .btn-secondary, .modal-container .columnNav ul li a, .columnNav ul li .modal-container a, .modal-container .topGeneralItem ul._tag li a, .topGeneralItem ul._tag li .modal-container a, .modal-container .topOtherItem ul._tag li a, .topOtherItem ul._tag li .modal-container a, .modal-container .acBtn a.btn-primary, .modal-container .acBtn .columnNav ul li a._active, .columnNav ul li .modal-container .acBtn a._active, .modal-container .acBtn .shopReviews a._reviewBtn, .shopReviews .modal-container .acBtn a._reviewBtn, .modal-container .acBtn .searchAreaHeader .sortPrefectures ul li a, .searchAreaHeader .sortPrefectures ul li .modal-container .acBtn a, .modal-container .acBtn .sortCondition a._sortBtn, .sortCondition .modal-container .acBtn a._sortBtn, .modal-container .acBtn .topicsNav ul li a, .topicsNav ul li .modal-container .acBtn a, .modal-container .acBtn a.topicsMoreBtn {
  width: 100%;
}

.btn-disabled {
  pointer-events: none;
}

[class^="card-"],
[class*=" card-"] {
  color: inherit;
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
  margin-top: 1em;
  text-decoration: none;
  position: relative;
  height: 100%;
  background: #fff;
  transition: 0.5s all ease 0s;
}

[class^="card-"]:before,
[class*=" card-"]:before {
  transition: 0.5s all ease 0s;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 10px solid #cce7f4;
  border-left: 10px solid #cce7f4;
  border-right: 10px solid #cce7f4;
  left: -10px;
  top: -10px;
  box-sizing: content-box;
  opacity: 0;
}

[class^="card-"]:hover,
[class*=" card-"]:hover {
  z-index: 2;
  background: #ebf6fb;
}

[class^="card-"]:hover:before,
[class*=" card-"]:hover:before {
  opacity: .4;
}

[class^="card-"] > ._image img,
[class*=" card-"] > ._image img {
  min-width: 100%;
}

[class^="card-"] > ._content ._title,
[class*=" card-"] > ._content ._title {
  color: #373737;
  font-size: 1.25em;
  margin-bottom: 0;
  margin-top: .5em;
  font-size: 1.8rem;
}

@media (min-width: 1200px) {
  [class^="card-"] > ._content ._title,
  [class*=" card-"] > ._content ._title {
    font-size: 2.0rem;
  }
}

[class^="card-"] > ._content ._outline,
[class*=" card-"] > ._content ._outline {
  margin-top: .5em;
}

[class^="card-"] ul._tag,
[class*=" card-"] ul._tag {
  margin: 5px 0;
  padding: 0;
  list-style: none;
}

[class^="card-"] ul._tag li,
[class*=" card-"] ul._tag li {
  margin: 4px;
  padding: 0 .5em;
  font-size: 1.4rem;
}

[class^="card-"] ul._tag li:before,
[class*=" card-"] ul._tag li:before {
  margin-right: .5em;
  top: 1px;
  position: relative;
}

[class^="card-"] ul._tag li:after,
[class*=" card-"] ul._tag li:after {
  display: none;
}

.theme-multi [class^="card-"] > ._image,
.theme-multi [class*=" card-"] > ._image {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 227px;
  max-width: 340px;
}

.theme-multi [class^="card-"] > ._image img,
.theme-multi [class*=" card-"] > ._image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.theme-multi .cardList [class^="card-"] > ._image,
.theme-multi .cardList [class*=" card-"] > ._image {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 80px;
  max-height: 227px;
  max-width: 340px;
}

@media (min-width: 576px) {
  .theme-multi .cardList [class^="card-"] > ._image,
  .theme-multi .cardList [class*=" card-"] > ._image {
    min-height: 120px;
  }
}

@media (min-width: 768px) {
  .theme-multi .cardList [class^="card-"] > ._image,
  .theme-multi .cardList [class*=" card-"] > ._image {
    min-height: 170px;
  }
}

@media (min-width: 1200px) {
  .theme-multi .cardList [class^="card-"] > ._image,
  .theme-multi .cardList [class*=" card-"] > ._image {
    min-height: 227px;
  }
}

.theme-multi .card-default {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.theme-multi .card-default .card-default {
  display: none;
}

.card-outline-default {
  border: 1px solid #dde0e3;
}

.card-outline-default > ._image {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

.card-direction-vartical {
  flex-direction: column;
}

.card-direction-horizontal {
  flex-direction: row;
}

.card-direction-horizontal > ._image {
  max-width: 50%;
}

.card-direction-horizontal > ._content {
  padding-left: 15px;
  padding-right: 15px;
}

.cardList {
  padding: 8px;
}

.cardList .fxb-col-6, .cardList .col-6 {
  padding: 8px;
}

[class^="list-"],
[class*=" list-"] {
  counter-reset: i;
  list-style-type: none;
  padding-left: 0;
}

[class^="list-"] > *,
[class*=" list-"] > * {
  padding-left: 3em;
  position: relative;
}

[class^="list-"] > *:before,
[class*=" list-"] > *:before {
  color: #373737;
  counter-increment: i;
  display: inline-block;
  margin-right: -2.5em;
  position: absolute;
  right: 100%;
  text-decoration: none;
  white-space: nowrap;
}

.list-type-bullet > *:before {
  content: "\2022";
}

.list-type-number > *:before {
  content: counter(i) ".";
}

ul.list-type-circle > *:before {
  content: "\25CB";
}

ol.list-type-circle > *:before {
  border: 1px solid #373737;
  border-radius: 50%;
  box-sizing: content-box;
  content: counter(i);
  line-height: 1;
  text-align: center;
  top: .25em;
  width: 1em;
}

ul.list-type-rectangle > *:before {
  content: "\20DE";
}

ol.list-type-rectangle > *:before {
  border: 1px solid #373737;
  box-sizing: content-box;
  content: counter(i);
  line-height: 1;
  text-align: center;
  top: .25em;
  width: 1em;
}

ul.list-type-asterisk > *:before {
  content: "\FF0A";
}

ol.list-type-asterisk > *:before {
  content: "＊" counter(i);
}

ul.list-type-komejirushi > *:before {
  content: "\203b";
}

ol.list-type-komejirushi > *:before {
  content: "※" counter(i);
}

ul.list-type-notice > *:before {
  content: "\6ce8";
}

ol.list-type-notice > *:before {
  content: "注" counter(i);
}

ol.list-type-lowerLatin > *:before {
  content: counter(i, lower-latin) ".";
}

ol.list-type-upperLatin > *:before {
  content: counter(i, upper-latin) ".";
}

ol.list-type-parenthesis > *:before {
  content: "(" counter(i) ")";
}

ol.list-type-squareBracket > *:before {
  content: "[" counter(i) "]";
}

ol.list-type-angleBracket > *:before {
  content: "⟨" counter(i) "⟩";
}

.list-color-default > *:before {
  color: #373737;
}

.list-color-inverse > *:before {
  color: #fff;
}

.list-color-primary > *:before {
  color: #0189c7;
}

.list-color-secondary > *:before {
  color: #2b3a3f;
}

.list-color-accent > *:before {
  color: #f2a325;
}

[class^="table-"] th,
[class^="table-"] td,
[class*=" table-"] th,
[class*=" table-"] td {
  padding: .5em 1em;
}

.table-default thead tr {
  background-color: #373737;
}

.table-default th, .table-default td {
  border: 1px solid #dde0e3;
}

.table-default th {
  background: #f6f9f9;
}

.table-default thead th {
  background-color: #edf2f2;
}

.table-primary thead tr {
  background-color: #0189c7;
  color: #fff;
}

.table-secondary thead tr {
  background-color: #2b3a3f;
  color: #fff;
}

.table-width-1 {
  width: 8.33333%;
}

.table-width-2 {
  width: 16.66667%;
}

.table-width-3 {
  width: 25%;
}

.table-width-4 {
  width: 33.33333%;
}

.table-width-5 {
  width: 41.66667%;
}

.table-width-6 {
  width: 50%;
}

.table-width-7 {
  width: 58.33333%;
}

.table-width-8 {
  width: 66.66667%;
}

.table-width-9 {
  width: 75%;
}

.table-width-10 {
  width: 83.33333%;
}

.table-width-11 {
  width: 91.66667%;
}

.table-width-12 {
  width: 100%;
}

[class^="table-"] th._bold,
[class^="table-"] td._bold,
[class*=" table-"] th._bold,
[class*=" table-"] td._bold {
  font-weight: bold;
}

[class^="table-"] th._normal,
[class^="table-"] td._normal,
[class*=" table-"] th._normal,
[class*=" table-"] td._normal {
  font-weight: normal;
}

[class^="table-"] th._primary,
[class^="table-"] td._primary,
[class*=" table-"] th._primary,
[class*=" table-"] td._primary {
  color: #0189c7;
}

[class^="table-"] th._secondary,
[class^="table-"] td._secondary,
[class*=" table-"] th._secondary,
[class*=" table-"] td._secondary {
  color: #2b3a3f;
}

[class^="table-"] th._accent,
[class^="table-"] td._accent,
[class*=" table-"] th._accent,
[class*=" table-"] td._accent {
  color: #f2a325;
}

[class^="table-"] th._disabled,
[class^="table-"] td._disabled,
[class*=" table-"] th._disabled,
[class*=" table-"] td._disabled {
  color: #9aa3ac;
}

[class^="table-"] th._left,
[class^="table-"] td._left,
[class*=" table-"] th._left,
[class*=" table-"] td._left {
  text-align: left;
}

[class^="table-"] th._center,
[class^="table-"] td._center,
[class*=" table-"] th._center,
[class*=" table-"] td._center {
  text-align: center;
}

[class^="table-"] th._right,
[class^="table-"] td._right,
[class*=" table-"] th._right,
[class*=" table-"] td._right {
  text-align: right;
}

[class^="table-"] th._nowrap,
[class^="table-"] td._nowrap,
[class*=" table-"] th._nowrap,
[class*=" table-"] td._nowrap {
  white-space: nowrap;
}

[class^="table-"] th._width-2,
[class^="table-"] td._width-2,
[class*=" table-"] th._width-2,
[class*=" table-"] td._width-2 {
  width: 2em;
}

[class^="table-"] th._width-4,
[class^="table-"] td._width-4,
[class*=" table-"] th._width-4,
[class*=" table-"] td._width-4 {
  width: 4em;
}

[class^="table-"] th._width-6,
[class^="table-"] td._width-6,
[class*=" table-"] th._width-6,
[class*=" table-"] td._width-6 {
  width: 6em;
}

[class^="table-"] th._width-8,
[class^="table-"] td._width-8,
[class*=" table-"] th._width-8,
[class*=" table-"] td._width-8 {
  width: 8em;
}

[class^="table-"] th._width-10,
[class^="table-"] td._width-10,
[class*=" table-"] th._width-10,
[class*=" table-"] td._width-10 {
  width: 10em;
}

[class^="table-"] th._width-12,
[class^="table-"] td._width-12,
[class*=" table-"] th._width-12,
[class*=" table-"] td._width-12 {
  width: 12em;
}

[class^="table-"] th._width-14,
[class^="table-"] td._width-14,
[class*=" table-"] th._width-14,
[class*=" table-"] td._width-14 {
  width: 14em;
}

[class^="table-"] th._width-16,
[class^="table-"] td._width-16,
[class*=" table-"] th._width-16,
[class*=" table-"] td._width-16 {
  width: 16em;
}

[class^="table-"] th._width-18,
[class^="table-"] td._width-18,
[class*=" table-"] th._width-18,
[class*=" table-"] td._width-18 {
  width: 18em;
}

[class^="table-"] th._width-20,
[class^="table-"] td._width-20,
[class*=" table-"] th._width-20,
[class*=" table-"] td._width-20 {
  width: 20em;
}

.scroll {
  overflow-x: scroll;
  margin-bottom: 10px;
}

th, td {
  word-break: break-all;
}

.hr-color-default {
  border-top-color: #dde0e3;
}

.hr-color-inverse {
  border-top-color: #fff;
}

.hr-color-primary {
  border-top-color: #0189c7;
}

.hr-type-solid {
  border-top-style: solid;
}

.hr-type-dotted {
  border-top-style: dotted;
}

.hr-type-dashed {
  border-top-style: dashed;
}

.hr-type-double {
  border-top-style: double;
  border-top-width: 3px;
}

[class^="panel-"],
[class*=" panel-"] {
  background-color: #fff;
  border: 1px solid #edf2f2;
  margin-bottom: 1em;
  margin-top: 1em;
}

[class^="panel-"] > ._header,
[class*=" panel-"] > ._header {
  background-color: #edf2f2;
  padding-bottom: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 1px;
}

[class^="panel-"] > ._content,
[class*=" panel-"] > ._content {
  padding-left: 15px;
  padding-right: 15px;
}

.panel-default {
  border-color: #373737;
}

.panel-default > ._header {
  background-color: #373737;
}

.panel-default > ._header > ._title {
  color: #fff;
}

.panel-primary {
  border-color: #0189c7;
}

.panel-primary > ._header {
  background-color: #0189c7;
}

.panel-primary > ._header > ._title {
  color: #fff;
}

.panel-secondary {
  border-color: #2b3a3f;
}

.panel-secondary > ._header {
  background-color: #2b3a3f;
}

.panel-secondary > ._header > ._title {
  color: #fff;
}

.panel-accent {
  border-color: #f2a325;
}

.panel-accent > ._header {
  background-color: #f2a325;
}

.panel-accent > ._header > ._title {
  color: #fff;
}

[class^="label-"],
[class*=" label-"] {
  background-color: #edf2f2;
  border: 1px solid transparent;
  color: #373737;
  display: inline-block;
  padding: 0 1em;
  text-align: center;
  text-decoration: none;
}

.label-default {
  background-color: #373737;
  color: #fff;
}

.label-inverse {
  background-color: #fff;
  color: #373737;
}

.label-primary {
  background-color: #0189c7;
  color: #fff;
}

.label-secondary {
  background-color: #2b3a3f;
  color: #fff;
}

.label-accent {
  background-color: #f2a325;
  color: #fff;
}

.label-outline-default {
  background-color: transparent;
  border-color: #373737;
  color: #373737;
}

.label-outline-inverse {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.label-outline-primary {
  background-color: transparent;
  border-color: #0189c7;
  color: #0189c7;
}

.label-outline-secondary {
  background-color: transparent;
  border-color: #2b3a3f;
  color: #2b3a3f;
}

.label-outline-accent {
  background-color: transparent;
  border-color: #f2a325;
  color: #f2a325;
}

.label-size-small {
  font-size: 0.9em;
}

.label-size-medium {
  font-size: 1em;
}

.label-size-large {
  font-size: 1.25em;
}

[class^="grid"],
[class*=" grid"] {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

[class^="grid"] > *,
[class*=" grid"] > * {
  width: 100%;
}

[class^="grid"] > [class^="card-"], [class^="grid"] > [class*=" card-"],
[class^="grid"][class^="list-"] > *,
[class^="grid"][class*=" list-"] > *,
[class*=" grid"] > [class^="card-"],
[class*=" grid"] > [class*=" card-"],
[class*=" grid"][class^="list-"] > *,
[class*=" grid"][class*=" list-"] > * {
  margin-left: 7.5px;
  margin-right: 7.5px;
}

[class^="grid"] > ._item,
[class*=" grid"] > ._item {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

[class^="grid"] img,
[class*=" grid"] img {
  max-width: 100%;
}

.grid-1 > ._item {
  width: 100%;
}

.grid-1 > [class^="card-"], .grid-1 > [class*=" card-"],
.grid-1[class^="list-"] > *,
.grid-1[class*=" list"] > * {
  width: calc(100% - 15px);
}

.grid-2 > ._item {
  width: 50%;
}

.grid-2 > [class^="card-"], .grid-2 > [class*=" card-"],
.grid-2[class^="list-"] > *,
.grid-2[class*=" list"] > * {
  width: calc(50% - 15px);
}

.grid-3 > ._item {
  width: 33.33333%;
}

.grid-3 > [class^="card-"], .grid-3 > [class*=" card-"],
.grid-3[class^="list-"] > *,
.grid-3[class*=" list"] > * {
  width: calc(33.33333% - 15px);
}

.grid-4 > ._item {
  width: 25%;
}

.grid-4 > [class^="card-"], .grid-4 > [class*=" card-"],
.grid-4[class^="list-"] > *,
.grid-4[class*=" list"] > * {
  width: calc(25% - 15px);
}

.grid-5 > ._item {
  width: 20%;
}

.grid-5 > [class^="card-"], .grid-5 > [class*=" card-"],
.grid-5[class^="list-"] > *,
.grid-5[class*=" list"] > * {
  width: calc(20% - 15px);
}

.grid-6 > ._item {
  width: 16.66667%;
}

.grid-6 > [class^="card-"], .grid-6 > [class*=" card-"],
.grid-6[class^="list-"] > *,
.grid-6[class*=" list"] > * {
  width: calc(16.66667% - 15px);
}

.grid-7 > ._item {
  width: 14.28571%;
}

.grid-7 > [class^="card-"], .grid-7 > [class*=" card-"],
.grid-7[class^="list-"] > *,
.grid-7[class*=" list"] > * {
  width: calc(14.28571% - 15px);
}

.grid-8 > ._item {
  width: 12.5%;
}

.grid-8 > [class^="card-"], .grid-8 > [class*=" card-"],
.grid-8[class^="list-"] > *,
.grid-8[class*=" list"] > * {
  width: calc(12.5% - 15px);
}

.grid-9 > ._item {
  width: 11.11111%;
}

.grid-9 > [class^="card-"], .grid-9 > [class*=" card-"],
.grid-9[class^="list-"] > *,
.grid-9[class*=" list"] > * {
  width: calc(11.11111% - 15px);
}

.grid-10 > ._item {
  width: 10%;
}

.grid-10 > [class^="card-"], .grid-10 > [class*=" card-"],
.grid-10[class^="list-"] > *,
.grid-10[class*=" list"] > * {
  width: calc(10% - 15px);
}

.grid-11 > ._item {
  width: 9.09091%;
}

.grid-11 > [class^="card-"], .grid-11 > [class*=" card-"],
.grid-11[class^="list-"] > *,
.grid-11[class*=" list"] > * {
  width: calc(9.09091% - 15px);
}

.grid-12 > ._item {
  width: 8.33333%;
}

.grid-12 > [class^="card-"], .grid-12 > [class*=" card-"],
.grid-12[class^="list-"] > *,
.grid-12[class*=" list"] > * {
  width: calc(8.33333% - 15px);
}

@media (min-width: 576px) {
  .grid-sm-1 > ._item {
    width: 100%;
  }
  .grid-sm-1 > [class^="card-"], .grid-sm-1 > [class*=" card-"],
  .grid-sm-1[class^="list-"] > *,
  .grid-sm-1[class*=" list"] > * {
    width: calc(100% - 15px);
  }
  .grid-sm-2 > ._item {
    width: 50%;
  }
  .grid-sm-2 > [class^="card-"], .grid-sm-2 > [class*=" card-"],
  .grid-sm-2[class^="list-"] > *,
  .grid-sm-2[class*=" list"] > * {
    width: calc(50% - 15px);
  }
  .grid-sm-3 > ._item {
    width: 33.33333%;
  }
  .grid-sm-3 > [class^="card-"], .grid-sm-3 > [class*=" card-"],
  .grid-sm-3[class^="list-"] > *,
  .grid-sm-3[class*=" list"] > * {
    width: calc(33.33333% - 15px);
  }
  .grid-sm-4 > ._item {
    width: 25%;
  }
  .grid-sm-4 > [class^="card-"], .grid-sm-4 > [class*=" card-"],
  .grid-sm-4[class^="list-"] > *,
  .grid-sm-4[class*=" list"] > * {
    width: calc(25% - 15px);
  }
  .grid-sm-5 > ._item {
    width: 20%;
  }
  .grid-sm-5 > [class^="card-"], .grid-sm-5 > [class*=" card-"],
  .grid-sm-5[class^="list-"] > *,
  .grid-sm-5[class*=" list"] > * {
    width: calc(20% - 15px);
  }
  .grid-sm-6 > ._item {
    width: 16.66667%;
  }
  .grid-sm-6 > [class^="card-"], .grid-sm-6 > [class*=" card-"],
  .grid-sm-6[class^="list-"] > *,
  .grid-sm-6[class*=" list"] > * {
    width: calc(16.66667% - 15px);
  }
  .grid-sm-7 > ._item {
    width: 14.28571%;
  }
  .grid-sm-7 > [class^="card-"], .grid-sm-7 > [class*=" card-"],
  .grid-sm-7[class^="list-"] > *,
  .grid-sm-7[class*=" list"] > * {
    width: calc(14.28571% - 15px);
  }
  .grid-sm-8 > ._item {
    width: 12.5%;
  }
  .grid-sm-8 > [class^="card-"], .grid-sm-8 > [class*=" card-"],
  .grid-sm-8[class^="list-"] > *,
  .grid-sm-8[class*=" list"] > * {
    width: calc(12.5% - 15px);
  }
  .grid-sm-9 > ._item {
    width: 11.11111%;
  }
  .grid-sm-9 > [class^="card-"], .grid-sm-9 > [class*=" card-"],
  .grid-sm-9[class^="list-"] > *,
  .grid-sm-9[class*=" list"] > * {
    width: calc(11.11111% - 15px);
  }
  .grid-sm-10 > ._item {
    width: 10%;
  }
  .grid-sm-10 > [class^="card-"], .grid-sm-10 > [class*=" card-"],
  .grid-sm-10[class^="list-"] > *,
  .grid-sm-10[class*=" list"] > * {
    width: calc(10% - 15px);
  }
  .grid-sm-11 > ._item {
    width: 9.09091%;
  }
  .grid-sm-11 > [class^="card-"], .grid-sm-11 > [class*=" card-"],
  .grid-sm-11[class^="list-"] > *,
  .grid-sm-11[class*=" list"] > * {
    width: calc(9.09091% - 15px);
  }
  .grid-sm-12 > ._item {
    width: 8.33333%;
  }
  .grid-sm-12 > [class^="card-"], .grid-sm-12 > [class*=" card-"],
  .grid-sm-12[class^="list-"] > *,
  .grid-sm-12[class*=" list"] > * {
    width: calc(8.33333% - 15px);
  }
}

@media (min-width: 768px) {
  .grid-md-1 > ._item {
    width: 100%;
  }
  .grid-md-1 > [class^="card-"], .grid-md-1 > [class*=" card-"],
  .grid-md-1[class^="list-"] > *,
  .grid-md-1[class*=" list"] > * {
    width: calc(100% - 15px);
  }
  .grid-md-2 > ._item {
    width: 50%;
  }
  .grid-md-2 > [class^="card-"], .grid-md-2 > [class*=" card-"],
  .grid-md-2[class^="list-"] > *,
  .grid-md-2[class*=" list"] > * {
    width: calc(50% - 15px);
  }
  .grid-md-3 > ._item {
    width: 33.33333%;
  }
  .grid-md-3 > [class^="card-"], .grid-md-3 > [class*=" card-"],
  .grid-md-3[class^="list-"] > *,
  .grid-md-3[class*=" list"] > * {
    width: calc(33.33333% - 15px);
  }
  .grid-md-4 > ._item {
    width: 25%;
  }
  .grid-md-4 > [class^="card-"], .grid-md-4 > [class*=" card-"],
  .grid-md-4[class^="list-"] > *,
  .grid-md-4[class*=" list"] > * {
    width: calc(25% - 15px);
  }
  .grid-md-5 > ._item {
    width: 20%;
  }
  .grid-md-5 > [class^="card-"], .grid-md-5 > [class*=" card-"],
  .grid-md-5[class^="list-"] > *,
  .grid-md-5[class*=" list"] > * {
    width: calc(20% - 15px);
  }
  .grid-md-6 > ._item {
    width: 16.66667%;
  }
  .grid-md-6 > [class^="card-"], .grid-md-6 > [class*=" card-"],
  .grid-md-6[class^="list-"] > *,
  .grid-md-6[class*=" list"] > * {
    width: calc(16.66667% - 15px);
  }
  .grid-md-7 > ._item {
    width: 14.28571%;
  }
  .grid-md-7 > [class^="card-"], .grid-md-7 > [class*=" card-"],
  .grid-md-7[class^="list-"] > *,
  .grid-md-7[class*=" list"] > * {
    width: calc(14.28571% - 15px);
  }
  .grid-md-8 > ._item {
    width: 12.5%;
  }
  .grid-md-8 > [class^="card-"], .grid-md-8 > [class*=" card-"],
  .grid-md-8[class^="list-"] > *,
  .grid-md-8[class*=" list"] > * {
    width: calc(12.5% - 15px);
  }
  .grid-md-9 > ._item {
    width: 11.11111%;
  }
  .grid-md-9 > [class^="card-"], .grid-md-9 > [class*=" card-"],
  .grid-md-9[class^="list-"] > *,
  .grid-md-9[class*=" list"] > * {
    width: calc(11.11111% - 15px);
  }
  .grid-md-10 > ._item {
    width: 10%;
  }
  .grid-md-10 > [class^="card-"], .grid-md-10 > [class*=" card-"],
  .grid-md-10[class^="list-"] > *,
  .grid-md-10[class*=" list"] > * {
    width: calc(10% - 15px);
  }
  .grid-md-11 > ._item {
    width: 9.09091%;
  }
  .grid-md-11 > [class^="card-"], .grid-md-11 > [class*=" card-"],
  .grid-md-11[class^="list-"] > *,
  .grid-md-11[class*=" list"] > * {
    width: calc(9.09091% - 15px);
  }
  .grid-md-12 > ._item {
    width: 8.33333%;
  }
  .grid-md-12 > [class^="card-"], .grid-md-12 > [class*=" card-"],
  .grid-md-12[class^="list-"] > *,
  .grid-md-12[class*=" list"] > * {
    width: calc(8.33333% - 15px);
  }
}

@media (min-width: 992px) {
  .grid-lg-1 > ._item {
    width: 100%;
  }
  .grid-lg-1 > [class^="card-"], .grid-lg-1 > [class*=" card-"],
  .grid-lg-1[class^="list-"] > *,
  .grid-lg-1[class*=" list"] > * {
    width: calc(100% - 15px);
  }
  .grid-lg-2 > ._item {
    width: 50%;
  }
  .grid-lg-2 > [class^="card-"], .grid-lg-2 > [class*=" card-"],
  .grid-lg-2[class^="list-"] > *,
  .grid-lg-2[class*=" list"] > * {
    width: calc(50% - 15px);
  }
  .grid-lg-3 > ._item {
    width: 33.33333%;
  }
  .grid-lg-3 > [class^="card-"], .grid-lg-3 > [class*=" card-"],
  .grid-lg-3[class^="list-"] > *,
  .grid-lg-3[class*=" list"] > * {
    width: calc(33.33333% - 15px);
  }
  .grid-lg-4 > ._item {
    width: 25%;
  }
  .grid-lg-4 > [class^="card-"], .grid-lg-4 > [class*=" card-"],
  .grid-lg-4[class^="list-"] > *,
  .grid-lg-4[class*=" list"] > * {
    width: calc(25% - 15px);
  }
  .grid-lg-5 > ._item {
    width: 20%;
  }
  .grid-lg-5 > [class^="card-"], .grid-lg-5 > [class*=" card-"],
  .grid-lg-5[class^="list-"] > *,
  .grid-lg-5[class*=" list"] > * {
    width: calc(20% - 15px);
  }
  .grid-lg-6 > ._item {
    width: 16.66667%;
  }
  .grid-lg-6 > [class^="card-"], .grid-lg-6 > [class*=" card-"],
  .grid-lg-6[class^="list-"] > *,
  .grid-lg-6[class*=" list"] > * {
    width: calc(16.66667% - 15px);
  }
  .grid-lg-7 > ._item {
    width: 14.28571%;
  }
  .grid-lg-7 > [class^="card-"], .grid-lg-7 > [class*=" card-"],
  .grid-lg-7[class^="list-"] > *,
  .grid-lg-7[class*=" list"] > * {
    width: calc(14.28571% - 15px);
  }
  .grid-lg-8 > ._item {
    width: 12.5%;
  }
  .grid-lg-8 > [class^="card-"], .grid-lg-8 > [class*=" card-"],
  .grid-lg-8[class^="list-"] > *,
  .grid-lg-8[class*=" list"] > * {
    width: calc(12.5% - 15px);
  }
  .grid-lg-9 > ._item {
    width: 11.11111%;
  }
  .grid-lg-9 > [class^="card-"], .grid-lg-9 > [class*=" card-"],
  .grid-lg-9[class^="list-"] > *,
  .grid-lg-9[class*=" list"] > * {
    width: calc(11.11111% - 15px);
  }
  .grid-lg-10 > ._item {
    width: 10%;
  }
  .grid-lg-10 > [class^="card-"], .grid-lg-10 > [class*=" card-"],
  .grid-lg-10[class^="list-"] > *,
  .grid-lg-10[class*=" list"] > * {
    width: calc(10% - 15px);
  }
  .grid-lg-11 > ._item {
    width: 9.09091%;
  }
  .grid-lg-11 > [class^="card-"], .grid-lg-11 > [class*=" card-"],
  .grid-lg-11[class^="list-"] > *,
  .grid-lg-11[class*=" list"] > * {
    width: calc(9.09091% - 15px);
  }
  .grid-lg-12 > ._item {
    width: 8.33333%;
  }
  .grid-lg-12 > [class^="card-"], .grid-lg-12 > [class*=" card-"],
  .grid-lg-12[class^="list-"] > *,
  .grid-lg-12[class*=" list"] > * {
    width: calc(8.33333% - 15px);
  }
}

@media (min-width: 1200px) {
  .grid-xl-1 > ._item {
    width: 100%;
  }
  .grid-xl-1 > [class^="card-"], .grid-xl-1 > [class*=" card-"],
  .grid-xl-1[class^="list-"] > *,
  .grid-xl-1[class*=" list"] > * {
    width: calc(100% - 15px);
  }
  .grid-xl-2 > ._item {
    width: 50%;
  }
  .grid-xl-2 > [class^="card-"], .grid-xl-2 > [class*=" card-"],
  .grid-xl-2[class^="list-"] > *,
  .grid-xl-2[class*=" list"] > * {
    width: calc(50% - 15px);
  }
  .grid-xl-3 > ._item {
    width: 33.33333%;
  }
  .grid-xl-3 > [class^="card-"], .grid-xl-3 > [class*=" card-"],
  .grid-xl-3[class^="list-"] > *,
  .grid-xl-3[class*=" list"] > * {
    width: calc(33.33333% - 15px);
  }
  .grid-xl-4 > ._item {
    width: 25%;
  }
  .grid-xl-4 > [class^="card-"], .grid-xl-4 > [class*=" card-"],
  .grid-xl-4[class^="list-"] > *,
  .grid-xl-4[class*=" list"] > * {
    width: calc(25% - 15px);
  }
  .grid-xl-5 > ._item {
    width: 20%;
  }
  .grid-xl-5 > [class^="card-"], .grid-xl-5 > [class*=" card-"],
  .grid-xl-5[class^="list-"] > *,
  .grid-xl-5[class*=" list"] > * {
    width: calc(20% - 15px);
  }
  .grid-xl-6 > ._item {
    width: 16.66667%;
  }
  .grid-xl-6 > [class^="card-"], .grid-xl-6 > [class*=" card-"],
  .grid-xl-6[class^="list-"] > *,
  .grid-xl-6[class*=" list"] > * {
    width: calc(16.66667% - 15px);
  }
  .grid-xl-7 > ._item {
    width: 14.28571%;
  }
  .grid-xl-7 > [class^="card-"], .grid-xl-7 > [class*=" card-"],
  .grid-xl-7[class^="list-"] > *,
  .grid-xl-7[class*=" list"] > * {
    width: calc(14.28571% - 15px);
  }
  .grid-xl-8 > ._item {
    width: 12.5%;
  }
  .grid-xl-8 > [class^="card-"], .grid-xl-8 > [class*=" card-"],
  .grid-xl-8[class^="list-"] > *,
  .grid-xl-8[class*=" list"] > * {
    width: calc(12.5% - 15px);
  }
  .grid-xl-9 > ._item {
    width: 11.11111%;
  }
  .grid-xl-9 > [class^="card-"], .grid-xl-9 > [class*=" card-"],
  .grid-xl-9[class^="list-"] > *,
  .grid-xl-9[class*=" list"] > * {
    width: calc(11.11111% - 15px);
  }
  .grid-xl-10 > ._item {
    width: 10%;
  }
  .grid-xl-10 > [class^="card-"], .grid-xl-10 > [class*=" card-"],
  .grid-xl-10[class^="list-"] > *,
  .grid-xl-10[class*=" list"] > * {
    width: calc(10% - 15px);
  }
  .grid-xl-11 > ._item {
    width: 9.09091%;
  }
  .grid-xl-11 > [class^="card-"], .grid-xl-11 > [class*=" card-"],
  .grid-xl-11[class^="list-"] > *,
  .grid-xl-11[class*=" list"] > * {
    width: calc(9.09091% - 15px);
  }
  .grid-xl-12 > ._item {
    width: 8.33333%;
  }
  .grid-xl-12 > [class^="card-"], .grid-xl-12 > [class*=" card-"],
  .grid-xl-12[class^="list-"] > *,
  .grid-xl-12[class*=" list"] > * {
    width: calc(8.33333% - 15px);
  }
}

.grid > ._item-1 {
  width: 8.33333%;
}

.grid > ._item-2 {
  width: 16.66667%;
}

.grid > ._item-3 {
  width: 25%;
}

.grid > ._item-4 {
  width: 33.33333%;
}

.grid > ._item-5 {
  width: 41.66667%;
}

.grid > ._item-6 {
  width: 50%;
}

.grid > ._item-7 {
  width: 58.33333%;
}

.grid > ._item-8 {
  width: 66.66667%;
}

.grid > ._item-9 {
  width: 75%;
}

.grid > ._item-10 {
  width: 83.33333%;
}

.grid > ._item-11 {
  width: 91.66667%;
}

.grid > ._item-12 {
  width: 100%;
}

@media (min-width: 576px) {
  .grid > ._item-sm-1 {
    width: 8.33333%;
  }
  .grid > ._item-sm-2 {
    width: 16.66667%;
  }
  .grid > ._item-sm-3 {
    width: 25%;
  }
  .grid > ._item-sm-4 {
    width: 33.33333%;
  }
  .grid > ._item-sm-5 {
    width: 41.66667%;
  }
  .grid > ._item-sm-6 {
    width: 50%;
  }
  .grid > ._item-sm-7 {
    width: 58.33333%;
  }
  .grid > ._item-sm-8 {
    width: 66.66667%;
  }
  .grid > ._item-sm-9 {
    width: 75%;
  }
  .grid > ._item-sm-10 {
    width: 83.33333%;
  }
  .grid > ._item-sm-11 {
    width: 91.66667%;
  }
  .grid > ._item-sm-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .grid > ._item-md-1 {
    width: 8.33333%;
  }
  .grid > ._item-md-2 {
    width: 16.66667%;
  }
  .grid > ._item-md-3 {
    width: 25%;
  }
  .grid > ._item-md-4 {
    width: 33.33333%;
  }
  .grid > ._item-md-5 {
    width: 41.66667%;
  }
  .grid > ._item-md-6 {
    width: 50%;
  }
  .grid > ._item-md-7 {
    width: 58.33333%;
  }
  .grid > ._item-md-8 {
    width: 66.66667%;
  }
  .grid > ._item-md-9 {
    width: 75%;
  }
  .grid > ._item-md-10 {
    width: 83.33333%;
  }
  .grid > ._item-md-11 {
    width: 91.66667%;
  }
  .grid > ._item-md-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .grid > ._item-lg-1 {
    width: 8.33333%;
  }
  .grid > ._item-lg-2 {
    width: 16.66667%;
  }
  .grid > ._item-lg-3 {
    width: 25%;
  }
  .grid > ._item-lg-4 {
    width: 33.33333%;
  }
  .grid > ._item-lg-5 {
    width: 41.66667%;
  }
  .grid > ._item-lg-6 {
    width: 50%;
  }
  .grid > ._item-lg-7 {
    width: 58.33333%;
  }
  .grid > ._item-lg-8 {
    width: 66.66667%;
  }
  .grid > ._item-lg-9 {
    width: 75%;
  }
  .grid > ._item-lg-10 {
    width: 83.33333%;
  }
  .grid > ._item-lg-11 {
    width: 91.66667%;
  }
  .grid > ._item-lg-12 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .grid > ._item-xl-1 {
    width: 8.33333%;
  }
  .grid > ._item-xl-2 {
    width: 16.66667%;
  }
  .grid > ._item-xl-3 {
    width: 25%;
  }
  .grid > ._item-xl-4 {
    width: 33.33333%;
  }
  .grid > ._item-xl-5 {
    width: 41.66667%;
  }
  .grid > ._item-xl-6 {
    width: 50%;
  }
  .grid > ._item-xl-7 {
    width: 58.33333%;
  }
  .grid > ._item-xl-8 {
    width: 66.66667%;
  }
  .grid > ._item-xl-9 {
    width: 75%;
  }
  .grid > ._item-xl-10 {
    width: 83.33333%;
  }
  .grid > ._item-xl-11 {
    width: 91.66667%;
  }
  .grid > ._item-xl-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .align-left {
    display: flex;
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .align-center {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .align-right {
    display: flex;
    justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .float-left {
    float: left;
    margin-right: 30px;
  }
  .float-left > * {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .float-right {
    float: right;
    margin-left: 30px;
  }
  .float-right > * {
    margin-top: 0;
  }
}

.clear {
  clear: both;
}

.clearfix:after {
  display: block;
  content: '';
  clear: both;
}

.space-mt-m1 {
  margin-top: -1em;
}

.space-mt-m2 {
  margin-top: -2em;
}

.space-mt-m3 {
  margin-top: -3em;
}

.space-mt-m4 {
  margin-top: -4em;
}

.space-mb-m1 {
  margin-bottom: -1em;
}

.space-mb-m2 {
  margin-bottom: -2em;
}

.space-mb-m3 {
  margin-bottom: -3em;
}

.space-mb-m4 {
  margin-bottom: -4em;
}

.space-mt-p1 {
  margin-top: 1em;
}

.space-mt-p2 {
  margin-top: 2em;
}

.space-mt-p3 {
  margin-top: 3em;
}

.space-mt-p4 {
  margin-top: 4em;
}

.space-mb-p1 {
  margin-bottom: 1em;
}

.space-mb-p2 {
  margin-bottom: 2em;
}

.space-mb-p3 {
  margin-bottom: 3em;
}

.space-mb-p4 {
  margin-bottom: 4em;
}

.space-pt-1 {
  padding-top: 1em;
}

.space-pt-2 {
  padding-top: 2em;
}

.space-pt-3 {
  padding-top: 3em;
}

.space-pt-4 {
  padding-top: 4em;
}

.space-pb-1 {
  padding-bottom: 1em;
}

.space-pb-2 {
  padding-bottom: 2em;
}

.space-pb-3 {
  padding-bottom: 3em;
}

.space-pb-4 {
  padding-bottom: 4em;
}

.dev-h2 {
  background: #373737;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 0.5em 15px;
}

.dev-h3 {
  background: #dde0e3;
  color: #373737;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 0.5em 15px;
}

.dev-h4 {
  background: #edf2f2;
  color: #373737;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 0.5em 15px;
}

.dev-checkerTextarea {
  border: 2px solid #dde0e3;
  font-family: "Menlo", "Lucida Console", monospace;
  font-size: 1.2rem;
  line-height: 1.34;
  margin-bottom: 1em;
  margin-top: 1em;
  min-height: 320px;
  outline: none;
  padding: 7.5px;
  width: 100%;
}

.dev-clipboard {
  background-color: #5f5f5f;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 0.25em 7.5px;
}

.dev-secret {
  display: none;
}

.dev-developerMode {
  background-color: #121416;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  opacity: .2;
  position: absolute;
  right: 0;
  top: 0;
}

.dev-developerMode:active {
  opacity: .4;
}

.dev-printBreak {
  page-break-before: always;
}

.columnAreaHeader h2._title {
  text-align: left;
}

.columnAreaHeader .snsArea {
  margin-top: 0em;
}

.columnAreaHeader p {
  font-size: 1.8rem;
}

.columnAreaHeader ._image img {
  width: 100%;
}

.columnAreaHeader .date {
  color: #5f5f5f;
}

.columnAreaHeader .tag {
  display: inline-block;
  background: #0189c7;
  color: #fff;
  padding: .05em .75em;
  margin-bottom: 0em;
}

.columnList .card-direction-horizontal {
  display: block;
  position: relative;
  margin: 30px 0;
}

.columnList .card-direction-horizontal:before {
  transition: 0.5s all ease 0s;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 8px solid #cce7f4;
  left: -8px;
  top: -8px;
  box-sizing: content-box;
  opacity: 0;
}

.columnList .card-direction-horizontal:hover:before {
  opacity: .3;
}

.columnList .card-direction-horizontal ._title {
  position: relative;
  width: 100%;
  font-size: 2.4rem;
  color: #0189c7;
  border-top: 1px solid #dde0e3;
  padding-top: .25em;
  margin-bottom: .25em;
}

.columnList .card-direction-horizontal ._title:before {
  content: '';
  display: block;
  position: absolute;
  width: 123px;
  height: 3px;
  top: -1px;
  left: 0;
  background: #0189c7;
}

.columnList .card-direction-horizontal ._title:after {
  font-size: 1.8rem;
  margin-left: 1em;
}

.columnList .card-direction-horizontal ._content {
  display: block;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .columnList .card-direction-horizontal ._content {
    display: flex;
  }
}

.columnList .card-direction-horizontal ._image {
  min-width: 125px;
  max-width: 125px;
  float: left;
  margin-right: 15px;
}

@media (min-width: 1200px) {
  .columnList .card-direction-horizontal ._image {
    min-width: 170px;
    max-width: 170px;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .columnList .card-direction-horizontal ._outline {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contactArea {
  background: #edf2f2;
  padding: 20px;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .contactArea {
    padding: 40px;
    margin-top: 4em;
    margin-bottom: 4em;
  }
}

.contactArea ._contactBtn {
  position: relative;
  width: 100%;
  max-width: 526px;
  text-align: center;
  padding: 10px 10px 10px 45px;
  font-size: 2.0rem;
  display: block;
  line-height: 1.2em;
}

@media (min-width: 768px) {
  .contactArea ._contactBtn {
    width: 100%;
    padding: 10px 2em;
    text-align: center;
    margin: 0 auto;
  }
}

.contactArea ._contactBtn:before {
  position: relative;
  display: block;
  font-size: 3.3rem;
  margin-right: 0.5em;
  line-height: 0.1em;
  top: 25px;
  left: -105px;
}

@media (min-width: 768px) {
  .contactArea ._contactBtn:before {
    display: inline-block;
    left: 0;
    top: 6px;
    font-size: 3.0rem;
  }
}

.contactArea ._contactBtn:after {
  display: none;
}

@media (min-width: 768px) {
  .contactArea ._contactBtn br {
    display: none;
  }
}

.columnNav {
  border: 8px solid #edf2f2;
  padding: 10px;
  margin-top: 2em;
  margin-bottom: 2em;
}

@media (min-width: 1200px) {
  .columnNav {
    padding: 20px;
  }
}

.columnNav ._title {
  text-align: center;
  color: #373737;
  border-left: 0;
  padding: 0;
  margin: 0;
}

.columnNav ul {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.columnNav ul li {
  display: inline-block;
  padding: 5px;
}

@media (min-width: 1200px) {
  .columnNav ul li {
    padding: 10px;
  }
}

.columnNav ul li a {
  text-decoration: none;
}

.columnNav ul li a:after {
  font-size: 1.4rem;
  top: 0;
  margin-left: 1em;
}

@media (min-width: 768px) {
  .contactSuccess {
    padding: 30px 0;
  }
}

.contactSuccess p {
  font-size: 2.0rem;
  text-align: center;
}

.contactSuccess .btn-primary, .contactSuccess .columnNav ul li a._active, .columnNav ul li .contactSuccess a._active, .contactSuccess .oticon-contact-form .form-submit-border input, .oticon-contact-form .form-submit-border .contactSuccess input, .contactSuccess .shopReviews a._reviewBtn, .shopReviews .contactSuccess a._reviewBtn, .contactSuccess .searchAreaHeader .sortPrefectures ul li a, .searchAreaHeader .sortPrefectures ul li .contactSuccess a, .contactSuccess .sortCondition ._sortBtn, .sortCondition .contactSuccess ._sortBtn, .contactSuccess .topGeneralItem ul._tag li a._active, .topGeneralItem ul._tag li .contactSuccess a._active, .contactSuccess .topOtherItem ul._tag li a._active, .topOtherItem ul._tag li .contactSuccess a._active, .contactSuccess .topicsNav ul li a, .topicsNav ul li .contactSuccess a, .contactSuccess .topicsMoreBtn {
  margin-top: 40px;
}

.oticon-contact-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.oticon-contact-form fieldset p + .row .form-group {
  background: #f0f4f4;
  border-radius: 3px;
}

.oticon-contact-form legend {
  display: none;
}

.oticon-contact-form .checkbox, .oticon-contact-form .radio {
  margin-top: 7px;
  margin-bottom: 8px;
}

.oticon-contact-form .checkbox label, .oticon-contact-form .radio label {
  display: block;
  position: relative;
}

.oticon-contact-form .checklist label:nth-of-type(n+2),
.oticon-contact-form .radiolist label:nth-of-type(n+2) {
  display: block;
  position: relative;
}

.oticon-contact-form .checklist label:nth-of-type(n+3),
.oticon-contact-form .radiolist label:nth-of-type(n+3) {
  margin-top: 10px;
}

.oticon-contact-form input[type="checkbox"],
.oticon-contact-form input[type="radio"] {
  margin-right: .5em;
}

.oticon-contact-form .form-group {
  border-top: 1px solid #edf2f2;
  padding: 20px;
  position: relative;
}

@media (min-width: 768px) {
  .oticon-contact-form .form-group {
    padding-left: 320px;
  }
}

.oticon-contact-form .control-label {
  display: block;
  left: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .oticon-contact-form .control-label {
    position: absolute;
    width: 300px;
    margin-bottom: 0;
    padding-right: 20px;
  }
}

.oticon-contact-form .help-block {
  font-size: 1.2rem;
  color: #5f5f5f;
  display: block;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .oticon-contact-form .help-block {
    display: inline-block;
    padding-left: 20px;
    margin-top: 0;
  }
}

.oticon-contact-form .text-box.single-line {
  border-radius: 3px;
  border: 1px solid #cfdddd;
  font-size: 1.8rem;
  padding: 10px;
  background: #f0f4f4;
  width: 100%;
}

@media (min-width: 768px) {
  .oticon-contact-form .text-box.single-line {
    width: 24em;
  }
}

.oticon-contact-form textarea {
  border-radius: 3px;
  border: 1px solid #cfdddd;
  font-size: 1.8rem;
  padding: 5px;
  background: #f0f4f4;
  width: 100%;
}

.oticon-contact-form .field-validation-valid {
  display: none;
}

.oticon-contact-form .field-validation-error {
  border: 1px solid #ffc107;
  background: rgba(242, 163, 37, 0.1);
  color: #ea792d;
  font-weight: bold;
  padding: 10px 10px 10px 20px;
  border-radius: 3px;
  position: relative;
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .oticon-contact-form .field-validation-error {
    padding: 10px;
  }
}

.oticon-contact-form .field-validation-error:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0px;
  width: 10px;
  height: 20px;
  transform: rotate(40deg);
  border-bottom: 3px solid #ea792d;
  border-right: 3px solid #ea792d;
}

@media (min-width: 768px) {
  .oticon-contact-form .field-validation-error:before {
    position: relative;
    top: 2px;
    left: -30px;
  }
}

.oticon-contact-form .form-inline.form-control {
  margin: 3px;
}

.oticon-contact-form .required-field .control-label:before {
  display: none;
}

.oticon-contact-form .required-field .control-label:after {
  color: #f2a325;
  display: inline-block;
  content: "※必須";
  font-weight: normal;
  font-size: 1.2rem;
  padding-left: 10px;
}

.oticon-contact-form .form-submit-border {
  padding: 40px 0;
  text-align: center;
}

.oticon-contact-form .form-submit-border input {
  width: 100%;
  padding: 15px 30px;
  font-weight: bold;
  font-size: 1.8rem;
}

.oticon-contact-form p {
  font-weight: bold;
}

.oticon-contact-form .half.half {
  width: 12em;
}

.oticon-contact-form .full.full {
  width: 100%;
}

.modalArea {
  display: none;
}

.trigger {
  cursor: pointer;
}

.modal-container {
  padding: 20px;
}

@media (min-width: 1200px) {
  .modal-container {
    padding: 40px;
  }
}

.modal-container ._closeBtn {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.modal-container ._closeBtn:before {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .modal-container ._closeBtn:before {
    top: 0;
    right: 0;
  }
}

.modal-container h2 {
  border-top: 0;
  text-align: center;
  padding-bottom: 30px;
}

.modal-container h2:before {
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 9em;
}

.modal-container h3 {
  text-align: center;
  border-left: 0;
  padding-left: 0;
}

.modal-container h3 span {
  display: block;
  width: 8em;
  background: #0189c7;
  border-radius: 3px;
  color: #fff;
  margin: 0 auto 1em;
  font-size: 1.6rem;
  padding: 0.5em;
}

.modal-container table thead th {
  background: #5f5f5f;
  color: #fff;
}

.modal-container table thead th:first-child {
  width: 40%;
  border-right: 1px solid #fff;
}

.modal-container table tbody th:first-child {
  border-right: 1px solid #edf2f2;
}

.modal-container table tbody tr:nth-child(even) th:first-child {
  border-right: 1px solid #fff;
}

.modal-container fieldset {
  background: #edf2f2;
  border: none;
  padding: 15px;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .modal-container fieldset {
    padding: 30px;
  }
}

.modal-container fieldset ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.modal-container .btn-accent, .modal-container .contactArea ._contactBtn, .contactArea .modal-container ._contactBtn, .modal-container .shopList ._shopItemFooter a._reviewBtn, .shopList ._shopItemFooter .modal-container a._reviewBtn {
  font-size: 1.8rem;
  font-weight: normal;
  position: relative;
}

.modal-container .btn-accent:before, .modal-container .contactArea ._contactBtn:before, .contactArea .modal-container ._contactBtn:before, .modal-container .shopList ._shopItemFooter a._reviewBtn:before, .shopList ._shopItemFooter .modal-container a._reviewBtn:before {
  position: absolute;
  top: 10px;
  right: 20px;
}

.modal-container .btn-accent:after, .modal-container .contactArea ._contactBtn:after, .contactArea .modal-container ._contactBtn:after, .modal-container .shopList ._shopItemFooter a._reviewBtn:after, .shopList ._shopItemFooter .modal-container a._reviewBtn:after {
  display: none;
}

.modal-container .btn-secondary, .modal-container .columnNav ul li a, .columnNav ul li .modal-container a, .modal-container .topGeneralItem ul._tag li a, .topGeneralItem ul._tag li .modal-container a, .modal-container .topOtherItem ul._tag li a, .topOtherItem ul._tag li .modal-container a {
  font-size: 1.8rem;
  font-weight: normal;
  background: #ea792d;
  color: #fff;
  position: relative;
}

.modal-container .btn-secondary:before, .modal-container .columnNav ul li a:before, .columnNav ul li .modal-container a:before, .modal-container .topGeneralItem ul._tag li a:before, .topGeneralItem ul._tag li .modal-container a:before, .modal-container .topOtherItem ul._tag li a:before, .topOtherItem ul._tag li .modal-container a:before {
  position: relative;
  top: 18px;
  font-size: 25px;
  line-height: .5em;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .modal-container .btn-secondary:before, .modal-container .columnNav ul li a:before, .columnNav ul li .modal-container a:before, .modal-container .topGeneralItem ul._tag li a:before, .topGeneralItem ul._tag li .modal-container a:before, .modal-container .topOtherItem ul._tag li a:before, .topOtherItem ul._tag li .modal-container a:before {
    top: 3px;
  }
}

.modal-container .btn-secondary:after, .modal-container .columnNav ul li a:after, .columnNav ul li .modal-container a:after, .modal-container .topGeneralItem ul._tag li a:after, .topGeneralItem ul._tag li .modal-container a:after, .modal-container .topOtherItem ul._tag li a:after, .topOtherItem ul._tag li .modal-container a:after {
  display: none;
}

@media (min-width: 768px) {
  .modal-container .btn-secondary br, .modal-container .columnNav ul li a br, .columnNav ul li .modal-container a br, .modal-container .topGeneralItem ul._tag li a br, .topGeneralItem ul._tag li .modal-container a br, .modal-container .topOtherItem ul._tag li a br, .topOtherItem ul._tag li .modal-container a br {
    display: none;
  }
}

.modal-container .checkboxModal {
  display: none;
}

.modal-container label {
  display: block;
  padding-left: 30px;
  position: relative;
}

@media (min-width: 768px) {
  .modal-container label {
    padding-left: 40px;
  }
}

.modal-container label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid #cfdddd;
  background: #fff;
}

.modal-container .checkboxModal:checked + label {
  color: #ea792d;
}

.modal-container .checkboxModal:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 7px;
  width: 10px;
  height: 20px;
  transform: rotate(40deg);
  border-bottom: 3px solid #ea792d;
  border-right: 3px solid #ea792d;
}

.modal-container .acBtn a.btn-primary, .modal-container .acBtn .columnNav ul li a._active, .columnNav ul li .modal-container .acBtn a._active, .modal-container .acBtn .shopReviews a._reviewBtn, .shopReviews .modal-container .acBtn a._reviewBtn, .modal-container .acBtn .searchAreaHeader .sortPrefectures ul li a, .searchAreaHeader .sortPrefectures ul li .modal-container .acBtn a, .modal-container .acBtn .sortCondition a._sortBtn, .sortCondition .modal-container .acBtn a._sortBtn, .modal-container .acBtn .topGeneralItem ul._tag li a._active, .topGeneralItem ul._tag li .modal-container .acBtn a._active, .modal-container .acBtn .topOtherItem ul._tag li a._active, .topOtherItem ul._tag li .modal-container .acBtn a._active, .modal-container .acBtn .topicsNav ul li a, .topicsNav ul li .modal-container .acBtn a, .modal-container .acBtn a.topicsMoreBtn {
  font-size: 1.8rem;
  font-weight: normal;
  position: relative;
}

.modal-container .acBtn a.btn-primary:after, .modal-container .acBtn .columnNav ul li a._active:after, .columnNav ul li .modal-container .acBtn a._active:after, .modal-container .acBtn .shopReviews a._reviewBtn:after, .shopReviews .modal-container .acBtn a._reviewBtn:after, .modal-container .acBtn .searchAreaHeader .sortPrefectures ul li a:after, .searchAreaHeader .sortPrefectures ul li .modal-container .acBtn a:after, .modal-container .acBtn .sortCondition a._sortBtn:after, .sortCondition .modal-container .acBtn a._sortBtn:after, .modal-container .acBtn .topGeneralItem ul._tag li a._active:after, .topGeneralItem ul._tag li .modal-container .acBtn a._active:after, .modal-container .acBtn .topOtherItem ul._tag li a._active:after, .topOtherItem ul._tag li .modal-container .acBtn a._active:after, .modal-container .acBtn .topicsNav ul li a:after, .topicsNav ul li .modal-container .acBtn a:after, .modal-container .acBtn a.topicsMoreBtn:after {
  display: none;
}

.modal-container .acBtn a.btn-primary:before, .modal-container .acBtn .columnNav ul li a._active:before, .columnNav ul li .modal-container .acBtn a._active:before, .modal-container .acBtn .shopReviews a._reviewBtn:before, .shopReviews .modal-container .acBtn a._reviewBtn:before, .modal-container .acBtn .searchAreaHeader .sortPrefectures ul li a:before, .searchAreaHeader .sortPrefectures ul li .modal-container .acBtn a:before, .modal-container .acBtn .sortCondition a._sortBtn:before, .sortCondition .modal-container .acBtn a._sortBtn:before, .modal-container .acBtn .topGeneralItem ul._tag li a._active:before, .topGeneralItem ul._tag li .modal-container .acBtn a._active:before, .modal-container .acBtn .topOtherItem ul._tag li a._active:before, .topOtherItem ul._tag li .modal-container .acBtn a._active:before, .modal-container .acBtn .topicsNav ul li a:before, .topicsNav ul li .modal-container .acBtn a:before, .modal-container .acBtn a.topicsMoreBtn:before {
  position: absolute;
  top: 18px;
  right: 10px;
  font-size: 30px;
}

@media (min-width: 768px) {
  .modal-container .acBtn a.btn-primary:before, .modal-container .acBtn .columnNav ul li a._active:before, .columnNav ul li .modal-container .acBtn a._active:before, .modal-container .acBtn .shopReviews a._reviewBtn:before, .shopReviews .modal-container .acBtn a._reviewBtn:before, .modal-container .acBtn .searchAreaHeader .sortPrefectures ul li a:before, .searchAreaHeader .sortPrefectures ul li .modal-container .acBtn a:before, .modal-container .acBtn .sortCondition a._sortBtn:before, .sortCondition .modal-container .acBtn a._sortBtn:before, .modal-container .acBtn .topGeneralItem ul._tag li a._active:before, .topGeneralItem ul._tag li .modal-container .acBtn a._active:before, .modal-container .acBtn .topOtherItem ul._tag li a._active:before, .topOtherItem ul._tag li .modal-container .acBtn a._active:before, .modal-container .acBtn .topicsNav ul li a:before, .topicsNav ul li .modal-container .acBtn a:before, .modal-container .acBtn a.topicsMoreBtn:before {
    top: 5px;
    right: 20px;
  }
}

@media (min-width: 768px) {
  .modal-container .acBtn a.btn-primary br, .modal-container .acBtn .columnNav ul li a._active br, .columnNav ul li .modal-container .acBtn a._active br, .modal-container .acBtn .shopReviews a._reviewBtn br, .shopReviews .modal-container .acBtn a._reviewBtn br, .modal-container .acBtn .searchAreaHeader .sortPrefectures ul li a br, .searchAreaHeader .sortPrefectures ul li .modal-container .acBtn a br, .modal-container .acBtn .sortCondition a._sortBtn br, .sortCondition .modal-container .acBtn a._sortBtn br, .modal-container .acBtn .topGeneralItem ul._tag li a._active br, .topGeneralItem ul._tag li .modal-container .acBtn a._active br, .modal-container .acBtn .topOtherItem ul._tag li a._active br, .topOtherItem ul._tag li .modal-container .acBtn a._active br, .modal-container .acBtn .topicsNav ul li a br, .topicsNav ul li .modal-container .acBtn a br, .modal-container .acBtn a.topicsMoreBtn br {
    display: none;
  }
}

.modal-container .acSection.active a.btn-primary:after, .modal-container .acSection.active .columnNav ul li a._active:after, .columnNav ul li .modal-container .acSection.active a._active:after, .modal-container .acSection.active .shopReviews a._reviewBtn:after, .shopReviews .modal-container .acSection.active a._reviewBtn:after, .modal-container .acSection.active .searchAreaHeader .sortPrefectures ul li a:after, .searchAreaHeader .sortPrefectures ul li .modal-container .acSection.active a:after, .modal-container .acSection.active .sortCondition a._sortBtn:after, .sortCondition .modal-container .acSection.active a._sortBtn:after, .modal-container .acSection.active .topGeneralItem ul._tag li a._active:after, .topGeneralItem ul._tag li .modal-container .acSection.active a._active:after, .modal-container .acSection.active .topOtherItem ul._tag li a._active:after, .topOtherItem ul._tag li .modal-container .acSection.active a._active:after, .modal-container .acSection.active .topicsNav ul li a:after, .topicsNav ul li .modal-container .acSection.active a:after, .modal-container .acSection.active a.topicsMoreBtn:after {
  display: none;
}

.modal-container .acContents {
  display: none;
  background: #fff;
}

.modal-container .acContents table {
  margin: 0;
  border: 1px solid #edf2f2;
}

.modal-container .text-color-accent {
  border: 1px solid #ffc107;
  background: rgba(242, 163, 37, 0.1);
  color: #ea792d;
  font-weight: bold;
  padding: 10px 10px 10px 20px;
  border-radius: 3px;
  position: relative;
  display: none;
}

@media (min-width: 768px) {
  .modal-container .text-color-accent {
    padding: 10px;
  }
}

.modal-container .text-color-accent:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0px;
  width: 10px;
  height: 20px;
  transform: rotate(40deg);
  border-bottom: 3px solid #ea792d;
  border-right: 3px solid #ea792d;
}

@media (min-width: 768px) {
  .modal-container .text-color-accent:before {
    position: relative;
    top: 2px;
    left: -30px;
  }
}

.modal-container .text-color-accent._errorActive {
  display: block;
}

.reviewFront {
  text-align: center;
}

.reviewFront h2 {
  margin-bottom: -1em;
}

.reviewFront .list-type-komejirushi {
  text-align: center;
}

.reviewFront .list-type-komejirushi li {
  display: inline-block;
  padding-left: 1em;
}

.reviewFront .list-type-komejirushi li:before {
  left: 0;
  margin-right: 0;
}

.reviewFront ._reviewStars {
  text-align: center;
}

.reviewFront ._reviewStars span {
  display: inline-block;
  font-size: 1.4rem;
  cursor: pointer;
}

.reviewFront ._reviewStars span:before {
  display: block;
  font-size: 3.0rem;
  padding: 10px;
}

@media (min-width: 768px) {
  .reviewFront ._reviewStars span:before {
    font-size: 8.0rem;
    padding: 15px;
  }
}

.reviewFront textarea {
  width: 100%;
  height: 8em;
  border: 1px solid #dde0e3;
  border-radius: 3px;
}

.reviewFront .btn-accent, .reviewFront .contactArea ._contactBtn, .contactArea .reviewFront ._contactBtn, .reviewFront .shopList ._shopItemFooter a._reviewBtn, .shopList ._shopItemFooter .reviewFront a._reviewBtn {
  max-width: 400px;
}

.reviewResult p {
  text-align: center;
  font-size: 2.0rem;
}

@media (min-width: 768px) {
  .reviewResult p {
    font-size: 3.0rem;
  }
}

.reviewResult .list-type-komejirushi {
  text-align: center;
}

.reviewResult .list-type-komejirushi li {
  display: inline-block;
  padding-left: 1em;
}

.reviewResult .list-type-komejirushi li:before {
  left: 0;
  margin-right: 0;
}

._newsItem {
  padding: 20px 20px;
  border-bottom: 1px solid #dde0e3;
  overflow: hidden;
}

@media (min-width: 1200px) {
  ._newsItem {
    padding: 20px 30px;
  }
}

._newsItem h3 {
  font-size: 2.4rem;
  padding: 0;
  margin-top: 0;
  margin-bottom: .5em;
  border-left: 0;
}

._newsItem ._date {
  color: #9aa3ac;
  font-size: 1.4rem;
}

.searchMap-container {
  position: relative;
  padding-top: 40px;
}

@media (min-width: 1200px) {
  .searchMap-container {
    height: 800px;
  }
}

.searchMap-container .japanMap, .searchMap-container .okinawaMap {
  display: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 1200px) {
  .searchMap-container .japanMap, .searchMap-container .okinawaMap {
    display: block;
  }
}

.searchMap-container .japanMap > img, .searchMap-container .okinawaMap > img {
  position: absolute;
}

.searchMap-container .japanMap {
  position: absolute;
  width: 488px;
  left: 235px;
}

.searchMap-container .japanMap img {
  width: 488px;
}

.searchMap-container .okinawaMap {
  position: absolute;
  width: 250px;
  height: 150px;
  top: 480px;
  right: 0;
  border-top: 1px solid #9aa3ac;
  border-left: 1px solid #9aa3ac;
}

.searchMap-container .okinawaMap img {
  position: absolute;
  height: 26px;
  left: 40px;
  top: 30px;
}

.searchMap-container ul.searchMapNav {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1200px) {
  .searchMap-container ul.searchMapNav {
    margin: 0;
    padding: 0;
    width: 208px;
    position: relative;
  }
}

.searchMap-container ul.searchMapNav > li {
  position: relative;
  border-bottom: 1px solid #dde0e3;
}

@media (min-width: 1200px) {
  .searchMap-container ul.searchMapNav > li {
    position: absolute;
    width: 208px;
    border-bottom: 0;
  }
}

.searchMap-container ul.searchMapNav > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 2.2rem;
  line-height: 2.2rem;
  padding: 12px;
  margin-right: 50px;
}

@media (min-width: 1200px) {
  .searchMap-container ul.searchMapNav > li > a {
    color: #fff;
    font-size: 2.0rem;
    line-height: 2.0rem;
    padding: 5px 10px;
    margin-right: 0;
    background: #0189c7;
  }
}

.searchMap-container ul.searchMapNav > li > a:after {
  content: "\e900";
  font-size: 1.8rem;
  margin-left: 1em;
}

@media (min-width: 1200px) {
  .searchMap-container ul.searchMapNav > li > a:after {
    font-size: 1.4rem;
    color: #fff;
  }
}

.searchMap-container ul.searchMapNav > li ._trigger {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  cursor: pointer;
}

.searchMap-container ul.searchMapNav > li ._trigger:before {
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 3rem;
  color: #0189c7;
}

@media (min-width: 1200px) {
  .searchMap-container ul.searchMapNav > li ._trigger:before {
    display: none;
  }
}

.searchMap-container ul.searchMapNav > li ul._inner {
  display: none;
  padding: 10px;
  border-top: 1px solid #dde0e3;
  list-style: none;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .searchMap-container ul.searchMapNav > li ul._inner {
    display: block !important;
    border-top: 0;
    padding-right: 0;
    margin-right: -1em;
  }
}

.searchMap-container ul.searchMapNav > li ul._inner > li {
  float: left;
}

@media (min-width: 1200px) {
  .searchMap-container ul.searchMapNav > li ul._inner > li {
    padding: 2px 0;
  }
}

.searchMap-container ul.searchMapNav > li ul._inner > li a {
  position: relative;
  text-decoration: none;
  font-size: 2.2rem;
  line-height: auto;
  border: 0;
  padding-right: 1em;
  padding-left: 1em;
}

@media (min-width: 1200px) {
  .searchMap-container ul.searchMapNav > li ul._inner > li a {
    font-size: 1.6rem;
    padding-left: 0;
    padding-right: 2.5em;
  }
}

.searchMap-container ul.searchMapNav > li ul._inner > li a:after {
  font-size: 2.2rem;
  margin-left: 0.5em;
}

@media (min-width: 1200px) {
  .searchMap-container ul.searchMapNav > li ul._inner > li a:after {
    font-size: 1.4rem;
  }
}

@media (min-width: 1200px) {
  .searchMap01 {
    top: 33px;
    left: 772px;
  }
}

@media (min-width: 1200px) {
  .searchMap02 {
    top: 93px;
    left: 772px;
  }
}

@media (min-width: 1200px) {
  .searchMap03 {
    top: 243px;
    left: 772px;
  }
}

@media (min-width: 1200px) {
  .searchMap04 {
    top: 33px;
    left: 270px;
  }
}

@media (min-width: 1200px) {
  .searchMap05 {
    top: 463px;
    left: 520px;
  }
}

@media (min-width: 1200px) {
  .searchMap06 {
    top: 182px;
    left: 270px;
  }
}

@media (min-width: 1200px) {
  .searchMap07 {
    top: 182px;
    left: 20px;
  }
}

@media (min-width: 1200px) {
  .searchMap08 {
    top: 575px;
    left: 270px;
  }
}

@media (min-width: 1200px) {
  .searchMap09 {
    top: 334px;
    left: 20px;
  }
}

@media (min-width: 1200px) {
  .searchMap10 {
    top: 536px;
    left: 772px;
  }
}

.shopDetailSlider.slick-dotted.slick-slider {
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 50px;
}

.shopDetailSlider.slick-dotted.slick-slider .slick-dots {
  bottom: 0;
}

h1.shopDetailTitle {
  text-align: left;
  color: #373737;
}

.shareSection {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .shareSection {
    margin-bottom: 30px;
    height: 40px;
  }
}

.shareSection .shopReview .shopReviewStars {
  font-size: 2.2rem;
  display: inline-block;
}

.shareSection .shopReview p {
  display: inline-block;
  padding: 0 20px;
  color: #0189c7;
}

@media (min-width: 1200px) {
  .shareSection .shopReview p {
    margin: 0;
  }
}

.shareSection ul.snsArea {
  margin: 0;
}

@media (min-width: 1200px) {
  .shareSection ul.snsArea {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.shopDetailTable th {
  width: 20%;
  background-color: #edf2f2;
}

.navitimeSearchMap .navitimeMap {
  width: 100%;
  height: 345px;
  margin-bottom: 30px;
  background: #dde0e3;
}

@media (min-width: 1200px) {
  .navitimeSearchMap .navitimeMap {
    width: 1000px;
    height: 440px;
    margin-bottom: 50px;
  }
}

.navitimeSearchMap .navitimeSearch {
  background: #43a3cf;
  padding: 30px;
  position: relative;
}

.navitimeSearchMap .navitimeSearch h2 {
  border: 0;
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: normal;
}

.navitimeSearchMap .navitimeSearch h2:before {
  display: none;
}

.navitimeSearchMap .navitimeSearch p {
  color: #fff;
  font-size: 1.4rem;
}

@media (min-width: 1200px) {
  .navitimeSearchMap .navitimeSearch p {
    margin: 2px 0 -10px;
  }
}

.navitimeSearchMap .navitimeSearch input {
  background: #fff;
  width: 100%;
  height: 40px;
  padding: 5px 15px;
}

@media (min-width: 1200px) {
  .navitimeSearchMap .navitimeSearch input {
    position: absolute;
    left: 395px;
    top: 33px;
    width: 346px;
  }
}

.navitimeSearchMap .navitimeSearch button {
  display: block;
  width: 100%;
  height: 40px;
  background: #0189c7;
  margin-top: 15px;
  padding: 11px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  vertical-align: baseline;
  border: 1px solid #0189c7;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .navitimeSearchMap .navitimeSearch button {
    position: absolute;
    left: 750px;
    top: 33px;
    width: 218px;
    margin-top: 0;
  }
}

.navitimeSearchMap .navitimeSearch button:before {
  margin-right: 10px;
}

.navitimeSearchMap .navitimeSearch button:hover {
  opacity: 1;
  border: 1px solid #fff;
  background: #fff;
  color: #0189c7;
}

.navitimeRoot .row {
  background: #edf2f2;
  margin: 0;
}

@media (min-width: 1200px) {
  .navitimeRoot .row .col-md-6 {
    padding-right: 30px;
    padding-left: 15px;
  }
  .navitimeRoot .row .col-md-6:first-child {
    padding-left: 30px;
    padding-right: 15px;
  }
}

/*
.navitimeRootWalk, .navitimeRootCar {
  padding: 10px 0;
}

.navitimeRootWalk h3, .navitimeRootCar h3 {
  margin: 0;
  padding: 20px 0;
  border: 0;
  font-size: 2.0rem;
  font-weight: normal;
  text-align: center;
}

.navitimeRootWalk h3 img, .navitimeRootCar h3 img {
  margin-right: 10px;
}

.navitimeRootWalk ul, .navitimeRootCar ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.navitimeRootWalk ul li, .navitimeRootCar ul li {
  margin: 1px 0;
}

.navitimeRootWalk ul li a, .navitimeRootCar ul li a {
  display: block;
  padding: 15px;
  background: #fff;
  text-decoration: none;
  color: #373737;
}

.navitimeRootWalk ul li a:hover, .navitimeRootCar ul li a:hover {
  opacity: 1;
  background: #ebf6fb;
}

.navitimeRootWalk ul li ._title, .navitimeRootCar ul li ._title {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}

.navitimeRootWalk ul li ._detail, .navitimeRootCar ul li ._detail {
  display: block;
}
*/

.shopBenefit, .shopMessage {
  margin-bottom: 30px;
}

.shopBenefit h2, .shopMessage h2 {
  border-top: 0;
  border-bottom: 1px solid #dde0e3;
  text-align: center;
  padding: 15px;
}

.shopBenefit h2:before, .shopMessage h2:before {
  margin: 0 auto;
  bottom: 0;
  top: auto;
  left: 30%;
  width: 40%;
}

.shopReviews {
  position: relative;
}

.shopReviews h2 {
  border-top: 0;
  font-weight: normal;
}

.shopReviews h2:before {
  display: none;
}

.shopReviews .shopReviewStars {
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 2.2rem;
}

@media (min-width: 1200px) {
  .shopReviews .shopReviewStars {
    left: 180px;
  }
}

.shopReviews a._reviewBtn {
  line-height: 2.4rem;
  vertical-align: middle;
  width: 100%;
  height: 35px;
}

@media (min-width: 1200px) {
  .shopReviews a._reviewBtn {
    position: absolute;
    width: 218px;
    top: 10px;
    right: 30px;
  }
}

.shopReviews a._reviewBtn:before {
  margin-right: 10px;
  font-size: 2.4rem;
}

.shopReviews a._reviewBtn:after {
  display: none;
}

.shopReviews ._reviewItem {
  padding: 20px;
  position: relative;
  border-bottom: 1px solid #dde0e3;
}

@media (min-width: 1200px) {
  .shopReviews ._reviewItem {
    padding: 20px 20px 20px 130px;
    border-top: 1px solid #dde0e3;
    border-bottom: 0;
    overflow: hidden;
    min-height: 130px;
  }
  .shopReviews ._reviewItem:last-child {
    border-bottom: 1px solid #dde0e3;
  }
}

.shopReviews ._reviewImg {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .shopReviews ._reviewImg {
    width: 75px;
    height: 75px;
    float: none;
    position: absolute;
    left: 20px;
    top: 30px;
    margin-right: 0;
  }
}

.shopReviews ._reviewImg img {
  max-width: 50px;
  max-height: 50px;
}

@media (min-width: 1200px) {
  .shopReviews ._reviewImg img {
    max-width: 75px;
    max-height: 75px;
  }
}

.shopReviews ._reviewStars {
  font-size: 2.2rem;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .shopReviews ._reviewStars {
    margin-top: 0;
  }
}

.shopReviews ._reviewComent {
  clear: both;
}

@media (min-width: 1200px) {
  .shopReviews ._reviewComent p {
    margin: 0;
  }
}

.searchAreaHeader {
  background: #e6f3f9;
  padding: 20px;
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .searchAreaHeader {
    padding: 30px;
  }
}

.searchAreaHeader h2 {
  font-size: 3.0rem;
  font-weight: normal;
  border: 0;
  padding: 0;
  margin: 0;
}

.searchAreaHeader h2:before {
  display: none;
}

.searchAreaHeader .sortPrefectures p {
  font-weight: bold;
}

.searchAreaHeader .sortPrefectures ul {
  margin: -5px;
  padding: 0;
  list-style: none;
}

.searchAreaHeader .sortPrefectures ul li {
  display: inline-block;
  margin: 5px;
}

.searchAreaHeader .sortPrefectures ul li a {
  display: block;
  background: #b3dcee;
  border-radius: 3px;
  text-decoration: none;
  color: #0189c7;
}

.sortCondition {
  background: #e6ebed;
  padding: 20px;
}

@media (min-width: 1200px) {
  .sortCondition {
    padding: 30px;
  }
}

.sortCondition fieldset {
  border: 0;
}

.sortCondition p {
  margin: 0;
  font-weight: bold;
}

.sortCondition ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sortCondition ul li {
  display: inline-block;
  margin-right: 30px;
}

.sortCondition label {
  display: block;
  padding-left: 30px;
  position: relative;
}

.sortCondition label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid #cfdddd;
  background: #fff;
}

.sortCondition .checkboxCondition {
  display: none;
}

.sortCondition .checkboxCondition:checked + label {
  color: #ea792d;
}

.sortCondition .checkboxCondition:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 7px;
  width: 10px;
  height: 20px;
  transform: rotate(40deg);
  border-bottom: 3px solid #ea792d;
  border-right: 3px solid #ea792d;
}

.sortCondition ._sortBtn {
  display: block;
  background: #0189c7;
  border-radius: 3px;
  text-decoration: none;
  width: 218px;
  margin: 0 auto;
}

.sortCondition ._sortBtn:before {
  margin-right: 10px;
}

.sortCondition ._sortBtn:after {
  display: none;
}

.searchAreaNavi .btn-underline-left br, .searchAreaNavi .btn-underline br {
  display: block;
}

@media (min-width: 576px) {
  .searchAreaNavi .btn-underline-left br, .searchAreaNavi .btn-underline br {
    display: none;
  }
}

.shopList h2 {
  font-size: 1.8rem;
  border-top: 0;
  padding: 0;
  font-weight: normal;
}

.shopList h2:before {
  display: none;
}

.shopList h2 span {
  font-size: 2.8rem;
}

.shopList ._shopItem {
  padding: 20px 20px;
  border: 1px solid #dde0e3;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .shopList ._shopItem {
    padding: 20px 30px;
  }
}

.shopList ._shopItem h3 {
  font-size: 2.4rem;
  color: #373737;
  padding: 0;
  margin-top: 0;
  border-left: 0;
}

.shopList ._shopItem .row img {
  margin-bottom: 20px;
}

.shopList ._shopItem .row dl {
  margin: 0 0 15px;
}

.shopList ._shopItem .row dl dt {
  width: 3em;
  margin: 0;
  float: left;
  clear: both;
}

.shopList ._shopItem .row dl dd {
  margin: 0;
  padding-left: 3em;
}

.shopList ._shopComment {
  border-left: 3px solid #0189c7;
  padding-left: 20px;
}

.shopList ._shopComment p {
  font-size: 1.8rem;
  margin: 0;
  padding: 5px 0;
}

.shopList ._shopService {
  border-left: 3px solid #0189c7;
  padding-left: 20px;
}

.shopList ._shopService p {
  font-size: 1.4rem;
  margin: 0;
  padding: 5px 0;
  color: #5f5f5f;
}

.shopList ._shopItemFooter {
  text-align: right;
  margin-top: 15px;
}

.shopList ._shopItemFooter ._shopReview {
  display: inline-block;
}

.shopList ._shopItemFooter ._shopReview ._shopReviewStars {
  font-size: 2.2rem;
}

.shopList ._shopItemFooter p {
  display: inline-block;
  margin-left: 1em;
  color: #0189c7;
}

.shopList ._shopItemFooter a._reviewBtn {
  display: block;
}

@media (min-width: 768px) {
  .shopList ._shopItemFooter a._reviewBtn {
    display: inline-block;
    margin-left: 2em;
  }
}

.navitimeRouteResult {
  position: relative;
  overflow: hidden;
}

.navitimeRouteResult .navitimeRouteBtn {
  position: absolute;
  top: 20px;
  right: 0;
  display: none;
}

@media (min-width: 1200px) {
  .navitimeRouteResult .navitimeRouteBtn {
    display: block;
  }
}

.navitimeRouteResult .navitimeRouteBtn a:after {
  display: none;
}

.navitimeRouteResult .navitimeRouteBtn a:hover {
  border: 1px solid #373737;
}

.navitimeRouteResult .navitimeSearchMap {
  position: relative;
}

.navitimeRouteResult .navitimeSearchMap .navitimeMap {
  display: none;
}

@media (min-width: 1200px) {
  .navitimeRouteResult .navitimeSearchMap .navitimeMap {
    display: block;
    width: 1000px;
    height: 740px;
    margin-bottom: 50px;
  }
}

.navitimeRouteResult ._btn {
  display: none;
  transition: 0.5s all ease 0s;
  position: absolute;
  width: 20px;
  height: 700px;
  background: #0189c7;
  top: 20px;
  left: 0px;
  text-align: center;
  z-index: 2;
}

@media (min-width: 1200px) {
  .navitimeRouteResult ._btn {
    display: block;
  }
}

.navitimeRouteResult ._btn:before {
  transition: 0.5s all ease 0s;
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  transform: rotate(180deg);
  color: #fff;
}

.navitimeRouteResult ._btn:hover {
  background: #ea792d;
}

@media (min-width: 1200px) {
  .navitimeRouteResult ._btn._close {
    left: 0px;
  }
}

.navitimeRouteResult ._btn._close:before {
  transform: rotate(0deg);
}

.navitimeRouteResult .navitimeRouteTitle ul {
  list-style: none;
  padding: 0 0 20px;
  margin: 0;
}

.navitimeRouteResult .navitimeRouteTitle ul li:first-child:after {
  display: inline-block;
  font-size: 2.0rem;
  padding: 5px 20px;
  color: #9aa3ac;
  transform: rotate(90deg);
}

.navitimeRouteResult .navitimeRouteTitle ul li:first-child p._title {
  background: #cce7f4;
  color: #0189c7;
}

.navitimeRouteResult .navitimeRouteTitle ul p {
  margin: 0;
}

.navitimeRouteResult .navitimeRouteTitle ul p._title {
  font-weight: bold;
  color: #ea792d;
  background: #fbe4d5;
  border-radius: 3px;
  padding: 5px 10px;
  display: inline-block;
  float: left;
}

.navitimeRouteResult .navitimeRouteTitle ul p._detail {
  padding: 5px 10px 5px 5em;
}

.navitimeRouteResult .navitimeRouteInfo {
  transition: 0.5s all ease 0s;
}

@media (min-width: 1200px) {
  .navitimeRouteResult .navitimeRouteInfo {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 300px;
    height: 700px;
    overflow-x: hidden;
    overflow-y: scroll;
    background: rgba(255, 255, 255, 0.9);
    padding-left: 10px;
    padding-top: 10px;
  }
}

@media (min-width: 1200px) {
  .navitimeRouteResult .navitimeRouteInfo._close {
    left: -400px;
  }
}

.navitimeRouteResult .navitimeRouteInfo h3 {
  margin: 0;
  background: #0189c7;
  color: #fff;
  padding: 10px;
}

.navitimeRouteResult .navitimeRouteInfo > ul {
  padding: 0;
  margin: 0;
}

@media (min-width: 1200px) {
  .navitimeRouteResult .navitimeRouteInfo > ul {
    padding: 0 10px 0 0;
  }
}

.navitimeRouteResult .navitimeRouteInfo > ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 5px;
}

.navitimeRouteResult .navitimeRouteInfo > ul li a {
  text-decoration: none;
  display: block;
  padding: 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  border-radius: 3px;
  border: 1px solid #dde0e3;
}

.navitimeRouteResult .navitimeRouteInfo > ul li a:hover {
  background: #eef0f1;
  opacity: 1;
}

.navitimeRouteResult .navitimeRouteInfo > ul li a._active {
  background: #0189c7;
  color: #fff;
}

.navitimeRouteResult .navitimeRouteInfo > ul li a._active span._icon i:before {
  color: #fff;
}

.navitimeRouteResult .navitimeRouteInfo > ul li span {
  display: block;
}

.navitimeRouteResult .navitimeRouteInfo > ul li span._title {
  font-weight: bold;
  width: 80px;
}

.navitimeRouteResult .navitimeRouteInfo > ul li span._title:before {
  display: inline-block;
  margin-right: 10px;
}

.navitimeRouteResult .navitimeRouteInfo > ul li span._detail {
  flex: 1;
}

.navitimeRouteResult .navitimeRouteInfo > ul li span._icon {
  width: 60px;
  text-align: right;
}

.navitimeRouteResult .navitimeRouteInfo > ul li span._icon i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}

.navitimeRouteResult .navitimeRouteInfo > ul li span._icon i:before {
  font-size: 2.0rem;
}

.navitimeRouteResult .navitimeRouteSelect {
  margin-top: 10px;
  margin-right: 0px;
}

@media (min-width: 1200px) {
  .navitimeRouteResult .navitimeRouteSelect {
    margin-right: 10px;
  }
}

.navitimeRouteResult .navitimeRouteSelect._active {
  opacity: 1;
}

.navitimeRouteResult .navitimeRouteSelect > ._title {
  display: flex;
  background: #f8f9f9;
}

.navitimeRouteResult .navitimeRouteSelect > ._title h4 {
  margin: 0;
  padding: 15px;
  background: #0189c7;
  color: #fff;
}

.navitimeRouteResult .navitimeRouteSelect > ._title ul {
  margin: 0;
  padding: 15px;
}

.navitimeRouteResult .navitimeRouteSelect > ._title ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navitimeRouteResult .navitimeRouteSelect > ._title ul li span {
  font-weight: bold;
}

.navitimeRouteResult .navitimeRouteSelect ._route ul {
  list-style: none;
  padding: 0;
}

.navitimeRouteResult .navitimeRouteSelect ._route ul li {
  position: relative;
  padding: 0;
  margin: 0;
}

.navitimeRouteResult .navitimeRouteSelect ._route ul li:before {
  position: absolute;
  left: 1px;
  top: 0px;
}

.navitimeRouteResult .navitimeRouteSelect ._route ul li.start ._title {
  color: #0189c7;
}

.navitimeRouteResult .navitimeRouteSelect ._route ul li.start:before {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  background: url(/common/healthyhearing/images/icon-start.svg) no-repeat left top;
  background-size: 24px 24px;
}

.navitimeRouteResult .navitimeRouteSelect ._route ul li.transit:before {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  background: url(/common/healthyhearing/images/icon-spot.svg) no-repeat left top;
  background-size: 24px 24px;
}

.navitimeRouteResult .navitimeRouteSelect ._route ul li.transit._intersection1:before {
  background: url(/common/healthyhearing/images/icon-intersection-1.svg) no-repeat left top;
  background-size: 24px 24px;
}

.navitimeRouteResult .navitimeRouteSelect ._route ul li.transit._intersection2:before {
  background: url(/common/healthyhearing/images/icon-intersection-2.svg) no-repeat left top;
  background-size: 24px 24px;
}

.navitimeRouteResult .navitimeRouteSelect ._route ul li.transit._intersection3:before {
  background: url(/common/healthyhearing/images/icon-intersection-3.svg) no-repeat left top;
  background-size: 24px 24px;
}

.navitimeRouteResult .navitimeRouteSelect ._route ul li.transit._intersection4:before {
  background: url(/common/healthyhearing/images/icon-intersection-4.svg) no-repeat left top;
  background-size: 24px 24px;
}

.navitimeRouteResult .navitimeRouteSelect ._route ul li.transit._intersection5:before {
  background: url(/common/healthyhearing/images/icon-intersection-5.svg) no-repeat left top;
  background-size: 24px 24px;
}

.navitimeRouteResult .navitimeRouteSelect ._route ul li.transit._intersection6:before {
  background: url(/common/healthyhearing/images/icon-intersection-6.svg) no-repeat left top;
  background-size: 24px 24px;
}

.navitimeRouteResult .navitimeRouteSelect ._route ul li.transit._intersection7:before {
  background: url(/common/healthyhearing/images/icon-intersection-7.svg) no-repeat left top;
  background-size: 24px 24px;
}

.navitimeRouteResult .navitimeRouteSelect ._route ul li.transit._intersection8:before {
  background: url(/common/healthyhearing/images/icon-intersection-8.svg) no-repeat left top;
  background-size: 24px 24px;
}

.navitimeRouteResult .navitimeRouteSelect ._route ul li.arrival ._title {
  color: #ea792d;
}

.navitimeRouteResult .navitimeRouteSelect ._route ul li.arrival:before {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  background: url(/common/healthyhearing/images/icon-goal.svg) no-repeat left top;
  background-size: 24px 24px;
}

.navitimeRouteResult .navitimeRouteSelect ._route ul li ._title {
  font-weight: bold;
  padding-left: 2em;
  margin: 0;
}

.navitimeRouteResult .navitimeRouteSelect ._route ul li ._move {
  display: flex;
  flex-flow: row wrap;
  border-left: 2px solid #dde0e3;
  margin: 0 0 0 12px;
  padding: .5em .0 .5em 24px;
  font-size: 1.4rem;
}

.navitimeRouteResult .navitimeRouteSelect ._route ul li ._move ._method {
  padding: 5px 0;
  flex: 1;
  color: #5f5f5f;
}

.navitimeRouteResult .navitimeRouteSelect ._route ul li ._move ._time {
  color: #5f5f5f;
  width: 4em;
  margin-left: 10px;
  text-align: center;
  background: #e0e3e6;
  border-radius: 3px;
  padding: 5px;
}

.routeWord p {
  text-align: center;
  font-size: 2.0rem;
}

.routeWord ul.routeWordTab {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.routeWord ul.routeWordTab li {
  width: 50%;
}

.routeWord ul.routeWordTab li:first-child a:before {
  margin-right: 10px;
}

.routeWord ul.routeWordTab li a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background: #e0e3e6;
  padding: 10px;
  color: #5f5f5f;
  top: 4px;
  position: relative;
}

.routeWord ul.routeWordTab li a:before {
  margin-right: 10px;
}

.routeWord ul.routeWordTab li a._active {
  background: #0189c7;
  color: #fff;
  top: 0;
}

.routeWord .routeWordList {
  height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #e0e3e6;
}

.routeWord .routeWordList ul {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0;
}

.routeWord .routeWordList ul:first-child li {
  width: 50%;
}

@media (min-width: 1200px) {
  .routeWord .routeWordList ul:first-child li {
    padding: 10px;
    width: 30%;
  }
}

.routeWord .routeWordList ul li {
  width: 100%;
  padding: 5px 10px 5px 5px;
}

@media (min-width: 1200px) {
  .routeWord .routeWordList ul li {
    padding: 10px;
    width: 50%;
  }
}

.routeWord .routeWordList ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  padding-left: 2em;
}

@media (min-width: 1200px) {
  .routeWord .routeWordList ul li a {
    padding-left: 2em;
  }
}

.routeWord .routeWordList ul li a:before {
  position: absolute;
  left: 10px;
  top: 2px;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/common/healthyhearing/js/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/common/js/slick/fonts/slick.eot");
  src: url("/common/js/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/common/js/slick/fonts/slick.woff") format("woff"), url("/common/js/slick/fonts/slick.ttf") format("truetype"), url("/common/js/slick/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: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 14px;
  width: 14px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  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 {
  background: #59717b;
}

.slick-dots li button:before {
  position: absolute;
  border-radius: 7px;
  overflow: hidden;
  top: 0;
  left: 0;
  content: '';
  width: 14px;
  height: 14px;
  line-height: 20px;
  text-align: center;
  background: #e6ebed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background: #0189c7;
}

/* 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;
}

.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;
}

ul.snsArea {
  list-style: none;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 1200px) {
  ul.snsArea {
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: right;
  }
}

ul.snsArea li {
  width: 103px;
  height: 37px;
  overflow: hidden;
  margin-right: 3px;
  display: inline-block;
  border-radius: 3px;
  position: relative;
  transition: 0.5s all ease 0s;
}

@media (min-width: 1200px) {
  ul.snsArea li {
    width: 230px;
    height: 40px;
  }
}

ul.snsArea li:hover {
  opacity: .8;
}

ul.snsArea li.shareFacebook {
  background: url(/common/healthyhearing/images/btn-facebook-mobile.png) no-repeat center top;
  background-size: 109px 37px;
}

@media (min-width: 1200px) {
  ul.snsArea li.shareFacebook {
    background: url(/common/healthyhearing/images/btn-facebook-pc.png) no-repeat center top;
    background-size: 235px 40px;
  }
}

ul.snsArea li.shareTwitter {
  background: url(/common/healthyhearing/images/btn-twitter-mobile.png) no-repeat center top;
  background-size: 109px 37px;
}

@media (min-width: 1200px) {
  ul.snsArea li.shareTwitter {
    background: url(/common/healthyhearing/images/btn-twitter-pc.png) no-repeat center top;
    background-size: 235px 40px;
  }
}

ul.snsArea li.shareLine {
  background: url(/common/healthyhearing/images/btn-line-mobile.png) no-repeat center top;
  background-size: 109px 37px;
  margin-right: 0;
}

@media (min-width: 1200px) {
  ul.snsArea li.shareLine {
    background: url(/common/healthyhearing/images/btn-line-pc.png) no-repeat center top;
    background-size: 235px 40px;
  }
}

ul.snsArea li a {
  position: absolute;
  display: block;
  width: 103px;
  height: 37px;
  left: 0;
  top: 0;
  padding: 50px 0 0 0;
  overflow: hidden;
}

@media (min-width: 1200px) {
  ul.snsArea li a {
    width: 230px;
    height: 40px;
    padding: 40px 0 0 230px;
  }
}

.heroArea {
  position: relative;
  width: 100%;
  height: 190px;
  max-width: 1400px;
  margin: -20px auto 0;
  padding: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .heroArea {
    height: 350px;
  }
}

.heroArea a:hover {
  opacity: 1;
}

.heroArea ._image {
  position: relative;
  width: 100%;
  height: 190px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .heroArea ._image {
    height: 350px;
  }
}

.heroArea ._image img {
  min-width: 100%;
  max-width: 130%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .heroArea ._image img {
    max-width: 100%;
  }
}

.heroArea ._image:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  left: 0;
  top: 0;
  background: url(/common/healthyhearing/images/hero-frame.png) center top no-repeat;
  background-size: auto 100%;
  z-index: 3;
}

.heroArea ._image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  left: 0;
  top: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, black 100%);
  background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, black 100%);
  background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, black 100%);
  background-image: -ms-linear-gradient(270deg, rgba(0, 0, 0, 0) 50%, black 100%);
  z-index: 1;
}

.heroArea ._content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.heroArea ._content p {
  position: relative;
  padding-left: 20px;
  bottom: 30px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #fff;
  z-index: 5;
}

@media (min-width: 1200px) {
  .heroArea ._content p {
    font-size: 3.8rem;
    line-height: 5rem;
  }
}

.heroArea .slick-prev, .heroArea .slick-next {
  width: 100px;
  height: 100px;
  z-index: 6;
  opacity: 0;
}

@media (min-width: 1200px) {
  .heroArea .slick-prev, .heroArea .slick-next {
    opacity: .9;
  }
}

.heroArea .slick-prev:before, .heroArea .slick-next:before {
  display: block;
  color: #009ede;
  font-size: 100px;
}

.heroArea .slick-prev:before {
  transform: rotate(180deg);
}

.topBanner ._item {
  margin: 20px 0;
}

@media (min-width: 1200px) {
  .topBanner ._item {
    margin: 50px 0;
  }
}

.topBanner ._item a div {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.topBanner ._item a ._pcBanner {
  display: none;
}

@media (min-width: 576px) {
  .topBanner ._item a ._pcBanner {
    display: none;
  }
}

@media (min-width: 768px) {
  .topBanner ._item a ._pcBanner {
    display: block;
  }
}

@media (min-width: 1200px) {
  .topBanner ._item a ._pcBanner {
    display: block;
  }
}

@media (min-width: 576px) {
  .topBanner ._item a ._mobileBanner {
    display: block;
  }
}

@media (min-width: 768px) {
  .topBanner ._item a ._mobileBanner {
    display: none;
  }
}

@media (min-width: 1200px) {
  .topBanner ._item a ._mobileBanner {
    display: none;
  }
}

.topColumn {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .topColumn {
    padding-bottom: 45px;
  }
}

.topColumn .topColumnContents {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
  padding-top: 1em;
}

@media (min-width: 768px) {
  .topColumn .topColumnContents {
    display: block;
    padding-top: 0;
  }
}

.topTopics {
  padding-bottom: 1em;
}

@media (min-width: 768px) {
  .topTopics {
    padding-bottom: 45px;
  }
}

.topTopics .btnTopTopics {
  width: 100%;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .topTopics .btnTopTopics {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #009ede;
    color: #009ede;
    padding: .25em .75em;
    width: auto;
  }
}

.topGeneral {
  background: #edf2f2;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .topGeneral {
    padding-top: 45px;
  }
}

.topOther {
  background: #edf2f2;
  padding-bottom: 30px;
  margin-bottom: -20px;
}

@media (min-width: 768px) {
  .topOther {
    padding-bottom: 45px;
    margin-bottom: 0;
  }
}

.topColumnItem {
  position: relative;
  padding: 8px;
  flex-basis: 50%;
}

@media (min-width: 768px) {
  .topColumnItem {
    padding-top: 0;
    padding-bottom: 16px;
  }
}

.topColumnItem .card-default {
  margin: 0;
}

.topColumnItem ._image {
  position: relative;
  overflow: hidden;
  height: 150px;
}

@media (min-width: 768px) {
  .topColumnItem ._image {
    height: 216px;
  }
}

.topColumnItem ._image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 150%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.topColumnItem ._image:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: .6;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 20%, black 100%);
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 20%, black 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 20%, black 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 20%, black 100%);
}

.topColumnItem ._image:after {
  content: '';
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  background: url(/common/healthyhearing/images/icon-arrow-right-inverse.svg) no-repeat left top;
  background-size: 28px 28px;
  right: 0;
  z-index: 2;
  top: 50%;
  margin-top: -14px;
}

@media (min-width: 768px) {
  .topColumnItem ._image:after {
    width: 40px;
    height: 40px;
    background: url(/common/healthyhearing/images/icon-arrow-right-inverse.svg) no-repeat left top;
    background-size: 40px 40px;
    margin-top: -20px;
  }
}

.topColumnItem ._content ._tag {
  position: absolute;
  background: #0189c7;
  color: #fff;
  text-align: center;
  width: 58px;
  height: 58px;
  padding-top: 18px;
  border-radius: 29px;
  overflow: hidden;
  left: 50%;
  top: -29px;
  margin-top: 0;
  margin-left: -29px;
  font-size: 1.5rem;
  z-index: 2;
}

@media (min-width: 768px) {
  .topColumnItem ._content ._tag {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    padding-top: 0;
    margin-top: 16px;
    margin-left: -10px;
    font-size: 1.8rem;
    min-width: 88px;
    display: inline-block;
  }
}

.topColumnItem ._content ._title {
  color: #0189c7;
  font-size: 1.8rem;
  margin-bottom: -.5em;
  z-index: 2;
}

@media (min-width: 768px) {
  .topColumnItem ._content ._title {
    position: absolute;
    top: 55px;
    padding-left: 15px;
    font-size: 2.4rem;
    margin-top: 0;
    font-weight: bold;
    color: #fff;
  }
}

.topColumnItem ._outline {
  position: relative;
  margin: .5em 0 0;
}

.topTopicsItem .card-direction-horizontal {
  display: block;
  margin: 10px 0;
}

.topTopicsItem .card-direction-horizontal:after {
  clear: both;
  content: "";
  display: block;
}

.topTopicsItem ._new ._image:before {
  content: '';
  position: absolute;
  display: block;
  width: 44px;
  height: 43px;
  background: url(/common/healthyhearing/images/icon-new.png) no-repeat left top;
  background-size: 44px 43px;
  right: 0;
  z-index: 2;
  left: 0;
  top: 0;
}

.topTopicsItem ._image {
  position: relative;
  overflow: hidden;
  width: 145px;
  height: 98px;
  float: left;
  margin-bottom: 10px;
}

.topTopicsItem ._image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.topTopicsItem ._content {
  padding-left: 160px;
}

.topTopicsItem ._content ._title {
  font-size: 1.6rem;
}

.topTopicsItem ._content ._date {
  font-size: 1.4rem;
  color: #9aa3ac;
  margin: 0;
}

.topGeneralItem {
  background: #fff;
  padding: 0 20px 20px;
}

.topGeneralItem ._title {
  margin-bottom: .5em;
}

.topGeneralItem .card-direction-horizontal {
  display: block;
  margin: 0;
}

.topGeneralItem .card-direction-horizontal:after {
  clear: both;
  content: "";
  display: block;
}

@media (min-width: 768px) {
  .topGeneralItem .card-direction-horizontal {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.topGeneralItem .card-direction-horizontal ._content {
  padding-left: 0;
  padding-right: 0;
}

.topGeneralItem .card-direction-horizontal ._image {
  position: relative;
  overflow: hidden;
  width: 297px;
  height: 200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .topGeneralItem .card-direction-horizontal ._image {
    float: left;
    width: 170px;
    height: 115px;
  }
}

.topGeneralItem .card-direction-horizontal ._image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.topGeneralItem .card-direction-horizontal ._outline {
  margin-top: 0;
}

@media (min-width: 768px) {
  .topGeneralItem .card-direction-horizontal ._outline {
    padding-left: 185px;
  }
}

.topGeneralItem ul._tag {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  clear: both;
}

.topGeneralItem ul._tag li {
  display: inline-block;
  padding: 5px;
}

@media (min-width: 768px) {
  .topGeneralItem ul._tag li {
    padding: 10px;
  }
}

.topGeneralItem ul._tag li a {
  text-decoration: none;
}

.topGeneralItem ul._tag li a:after {
  font-size: 1.4rem;
  top: 0;
  margin-left: 1em;
}

.topOtherItem {
  background: #fff;
  padding: 0 20px 10px;
}

@media (min-width: 768px) {
  .topOtherItem {
    height: 100%;
  }
}

.topOtherItem ._title {
  margin-bottom: .5em;
}

.topOtherItem .card-direction-horizontal {
  display: block;
  margin: 0;
  height: auto;
}

.topOtherItem .card-direction-horizontal:after {
  clear: both;
  content: "";
  display: block;
}

@media (min-width: 768px) {
  .topOtherItem .card-direction-horizontal {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.topOtherItem .card-direction-horizontal ._content {
  padding-left: 0;
  padding-right: 0;
}

.topOtherItem .card-direction-horizontal ._image {
  position: relative;
  overflow: hidden;
  width: 297px;
  height: 200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .topOtherItem .card-direction-horizontal ._image {
    float: left;
    width: 170px;
    height: 115px;
  }
}

.topOtherItem .card-direction-horizontal ._image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.topOtherItem .card-direction-horizontal ._outline {
  margin-bottom: 15px;
  margin-top: 0;
}

@media (min-width: 768px) {
  .topOtherItem .card-direction-horizontal ._outline {
    padding-left: 185px;
  }
}

.topOtherItem ul._tag {
  margin: -10px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.topOtherItem ul._tag li {
  display: inline-block;
  padding: 10px;
}

.topOtherItem ul._tag li a {
  text-decoration: none;
}

.topOtherItem ul._tag li a:after {
  font-size: 1.4rem;
  top: 0;
  margin-left: 1em;
}

.topicsNav {
  margin-bottom: 2em;
}

.topicsNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.topicsNav ul li {
  display: inline-block;
  padding: 5px;
}

@media (min-width: 1200px) {
  .topicsNav ul li {
    padding: 8px;
  }
}

.topicsNav ul li a {
  border: none;
  background-image: linear-gradient(145deg, #0189c7, #30a6dc);
  background-image: -moz-linear-gradient(145deg, #0189c7, #30a6dc);
  background-image: -webkit-linear-gradient(145deg, #0189c7, #30a6dc);
  background-image: -ms-linear-gradient(145deg, #0189c7, #30a6dc);
}

.topicsNav ul li a:before {
  margin-right: .5em;
  top: 1px;
  position: relative;
}

.topicsNav ul li a:after {
  display: none;
}

.topicsNav ul li a:hover {
  color: #fff;
  border: none;
  opacity: .6;
}

.topicsNav ul li a._active {
  background: none;
  border: 1px solid #0189c7;
  color: #0189c7;
}

.topicsNav ul li a._active:hover {
  opacity: 1;
}

.topicsNav ul li a._all:before {
  display: none;
}

.topicsMoreBtn {
  font-size: 1.8rem;
  width: 100%;
}

.topicsMoreBtn:before {
  margin-right: 1em;
}

.topicsMoreBtn:after {
  display: none;
}

.eventInfoCont {
  max-width: 856px;
  margin: 0 auto 20px;
  padding: 40px 50px 200px;
  color: #354144;
  box-sizing: content-box;
}

@media screen and (max-width: 1199px) {
  .eventInfoCont {
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 1000px) {
  .eventInfoCont {
    max-width: none;
  }
}

.eventInfoCont * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.eventInfoCont h1 {
  margin-bottom: 40px;
  color: inherit;
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  .eventInfoCont h1 {
    margin: 0 16px 20px;
    font-size: 3.0rem;
    text-align: left;
  }
}

.eventInfoCont .txt1 {
  margin-bottom: 55px;
}

@media screen and (max-width: 1199px) {
  .eventInfoCont .txt1 {
    margin: 0 16px 30px;
  }
}

.eventInfoMap {
  position: relative;
}

.eventInfoMap .japanMap {
  margin: auto 151px;
}

@media screen and (max-width: 1199px) {
  .eventInfoMap .japanMap {
    display: none;
  }
}

.eventInfoMap .okinawaMap {
  width: 11.68224%;
  height: 15.89825%;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  position: absolute;
  top: 83.94277%;
  left: 70.56075%;
}

@media screen and (max-width: 1199px) {
  .eventInfoMap .okinawaMap {
    display: none;
  }
}

.eventInfoMap .okinawaMap img {
  width: 24%;
  height: 30%;
  position: absolute;
  top: 39%;
  left: 36%;
}

.eventInfoMap .searchMapNav {
  line-height: 1;
}

@media screen and (max-width: 1199px) {
  .eventInfoMap .searchMapNav {
    border-bottom: 1px solid #CED4D5;
  }
}

.eventInfoMap .searchMapNav > li {
  width: 180px;
  position: absolute;
}

@media screen and (max-width: 1199px) {
  .eventInfoMap .searchMapNav > li {
    width: auto;
    font-size: 1.8rem;
    border-top: 1px solid #CED4D5;
    position: static;
  }
}

.eventInfoMap .searchMapNav > li.searchMap01 {
  top: 12.7186%;
  left: 78.03738%;
}

.eventInfoMap .searchMapNav > li.searchMap02 {
  top: 34.34022%;
  left: 64.01869%;
}

.eventInfoMap .searchMapNav > li.searchMap03 {
  top: 64.22893%;
  left: 64.01869%;
}

.eventInfoMap .searchMapNav > li.searchMap04 {
  top: 46.42289%;
  left: 32.47664%;
}

.eventInfoMap .searchMapNav > li.searchMap05 {
  top: 76.31161%;
  left: 53.50467%;
}

.eventInfoMap .searchMapNav > li.searchMap06 {
  top: 58.50556%;
  left: 21.96262%;
}

.eventInfoMap .searchMapNav > li.searchMap07 {
  top: 70.58824%;
  left: 11.4486%;
}

.eventInfoMap .searchMapNav > li.searchMap08 {
  top: 88.39428%;
  left: 32.47664%;
}

.eventInfoMap .searchMapNav > li.searchMap09 {
  top: 96.66137%;
  left: 0.93458%;
}

.eventInfoMap .searchMapNav > li.searchMap10 {
  top: 96.66137%;
  left: 78.03738%;
}

.eventInfoMap .searchMapNav > li a {
  display: block;
  padding: 0.625em 2.25em 0.625em 1em;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .eventInfoMap .searchMapNav > li a {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1.33333em;
  }
}

.eventInfoMap .searchMapNav > li a:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  border-style: solid;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}

@media screen and (max-width: 1199px) {
  .eventInfoMap .searchMapNav > li a:after {
    right: 24px;
  }
}

.eventInfoMap .searchMapNav > li a.disable {
  cursor: default;
}

.eventInfoMap .searchMapNav > li a.disable:hover {
  opacity: 1;
}

.eventInfoMap .searchMapNav > li > a {
  background-color: #00A5C8;
  color: #fff;
  font-weight: 600;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
}

@media screen and (max-width: 1199px) {
  .eventInfoMap .searchMapNav > li > a {
    background: none !important;
    padding-right: 2.22222em;
    color: inherit;
    box-shadow: none;
  }
}

.eventInfoMap .searchMapNav > li > a:after {
  border-color: transparent #fff #fff transparent;
  transform: translate(0, -2px) rotate(45deg);
}

@media screen and (max-width: 1199px) {
  .eventInfoMap .searchMapNav > li > a:after {
    border-color: transparent #00A5C8 #00A5C8 transparent;
  }
}

.eventInfoMap .searchMapNav > li > a.disable {
  background-color: #CED4D5;
  color: #95A2A5;
  box-shadow: none;
}

@media screen and (max-width: 1199px) {
  .eventInfoMap .searchMapNav > li > a.disable {
    color: #CED4D5;
  }
}

.eventInfoMap .searchMapNav > li > a.disable:after {
  border-color: transparent #95A2A5 #95A2A5 transparent;
}

@media screen and (max-width: 1199px) {
  .eventInfoMap .searchMapNav > li > a.disable:after {
    border-color: transparent #CED4D5 #CED4D5 transparent;
  }
}

.eventInfoMap .searchMapNav > li ._trigger {
  display: none;
}

.eventInfoMap .searchMapNav > li.show {
  z-index: 1;
}

.eventInfoMap .searchMapNav > li.show > a:after {
  transform: translate(0, 2px) rotate(-135deg);
}

.eventInfoMap .searchMapNav > li.searchMap01 > a:after, 
.eventInfoMap .searchMapNav > li.searchMap10 > a:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

.eventInfoMap .searchMapNav > li ._inner {
  display: none;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  position: relative;
}

@media screen and (max-width: 1199px) {
  .eventInfoMap .searchMapNav > li ._inner {
    padding: 0 16px;
    border-top: 1px solid #CED4D5;
    box-shadow: none;
  }
}

.eventInfoMap .searchMapNav > li ._inner > li + li {
  border-top: 1px solid #CED4D5;
}

.eventInfoMap .searchMapNav > li ._inner > li > a {
  color: inherit;
}

@media screen and (max-width: 1199px) {
  .eventInfoMap .searchMapNav > li ._inner > li > a {
    padding-right: 1.11111em;
  }
}

.eventInfoMap .searchMapNav > li ._inner > li > a:after {
  border-color: transparent #00A5C8 #00A5C8 transparent;
  transform: translate(-2px, 0) rotate(-45deg);
}

@media screen and (max-width: 1199px) {
  .eventInfoMap .searchMapNav > li ._inner > li > a:after {
    right: 8px;
  }
}

.eventInfoMap .searchMapNav > li ._inner > li > a.disable {
  color: #CED4D5;
}

.eventInfoMap .searchMapNav > li ._inner > li > a.disable:after {
  border-color: transparent #CED4D5 #CED4D5 transparent;
}

.eventInfoMap .usachan {
  width: 25.23364%;
  position: absolute;
  top: 64px;
  left: 0;
}

@media screen and (max-width: 1199px) {
  .eventInfoMap .usachan {
    width: auto;
    margin-top: 32px;
    text-align: center;
    position: static;
  }
}

.eventPrefCont {
  max-width: 922px;
  margin: 0 auto 20px;
  padding: 33px 15px 10px;
  color: #354144;
  box-sizing: content-box;
}

@media screen and (max-width: 1199px) {
  .eventPrefCont {
    padding: 17px 0 0;
  }
}

@media screen and (max-width: 1000px) {
  .eventPrefCont {
    max-width: none;
  }
}

.eventPrefCont * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.eventPrefCont .ttlBox {
  padding: 0 33px 49px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .eventPrefCont .ttlBox {
    padding: 0 16px 36px;
  }
}

.eventPrefCont h1 {
  margin-bottom: 29px;
  color: inherit;
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  .eventPrefCont h1 {
    margin-bottom: 20px;
    font-size: 3.0rem;
    text-align: left;
  }
}

.eventPrefCont .txt1 {
  padding-right: 180px;
}

@media screen and (max-width: 1199px) {
  .eventPrefCont .txt1 {
    min-height: 6.4em;
    padding-right: 163px;
    line-height: 1.6;
  }
}

.eventPrefCont .usachan {
  position: absolute;
  bottom: 0;
  right: 33px;
}

@media screen and (max-width: 1199px) {
  .eventPrefCont .usachan {
    right: 16px;
  }
}

/*--------------------------------------
 かんたん聞こえチェックモーダル
---------------------------------------*/

.iziModal-content .checkFront h2 {
  position: relative;
  color: #0189c7;
  font-size: 2.4rem;
  padding-top: 15px;
  font-weight: normal;
}

.iziModal-content h3 {
  color: #0189c7;
  font-size: 2.2rem;
  padding-left: 15px;
  font-weight: normal;
  margin-bottom: 1em;
}

.iziModal-content .acSection {
  margin-bottom: 1em;
  margin-top: 1em;
}

.iziModal-content .list-type-komejirushi {
  margin-top: 1em;
}

.iziModal-content .checkFront .btn-accent.trigger-check01 {
  margin-top: 1em;
}