/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/common.scss ***!
  \*********************************************************************************************************************************************************/
@charset "UTF-8";
/*------------------------------------------------
_c-variables.scss >>> settingファイル：顧客ごとに変更
_c-reset.scss >>> Destyle.css
_c-mixin.scss >>> mixin
_c-base.scss　>>> 基本設定
_c-parts.scss　>>> 各ページ共通のレイアウト
_c-js-trigger.scss >>> javascriptによって操作
_c-component.scss　>>> 各ページ共通パーツのスタイリング
_page_***.scss >>> 各ページ毎のスタイリング
------------------------------------------------*/
/*------------------------------------------------
setting
------------------------------------------------*/
/* Header and Footer Height --------------------*/
/* ----------------------------------------------*/
/* Color Setting --------------------------------*/
/* ----------------------------------------------*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*------------------------------------------------
mixin
------------------------------------------------*/
/* flex */
/* PCサイズ */
/* 幅320px専用 */
/*------------------------------------------------
extend
------------------------------------------------*/
.result-ttl {
  display: block;
  color: #014694;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: bold;
}

.result-disaster-word, .point-desc-disaster {
  line-height: 2;
  background-color: #ffcccc; /* 背景色を薄い赤に設定 */
  border: 1px solid #ff0000; /* 赤いボーダーを追加 */
  color: #ff0000; /* テキストの色を赤に設定 */
  font-size: 1rem;
  font-weight: bold; /* フォントを太字に設定 */
  padding: 10px; /* パディングを追加 */
  border-radius: 5px; /* 角を丸くする */
  margin: 6px 0; /* 上下にマージンを追加 */
}

.result-zip,
.result-address div,
.result-tel,
.result-store_info,
.kind,
.shopnum {
  margin-top: 4px;
}

.result-icon-conditions {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.result-icon-conditions span {
  margin-right: 4px;
  margin-bottom: 4px;
}

/*------------------------------------------------
基本の設定
------------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
}

body {
  min-width: 320px;
  color: #444444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Hiragino Kaku Gothic ProN, YuGothic, "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
}
body a {
  color: #014694;
  text-decoration: none;
}
body a:hover {
  color: #014694;
  text-decoration: underline;
}

main {
  display: block;
}

[class*=__pc],
[class*=__pc_flex] {
  display: none;
}

[class*=__sp] {
  display: block;
}

[class*=__sp_flex] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 980px), print {
  [class*=__pc] {
    display: block;
  }
  [class*=__pc_flex] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  [class*=__sp],
  [class*=__sp_flex] {
    display: none;
  }
}
/*------------------------------------------------
共通パーツ
------------------------------------------------*/
.radius-5px {
  border-radius: 5px;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.align-center {
  text-align: center !important;
}

.w-full {
  width: 100%;
}

.align-left {
  text-align: left !important;
}

.odd {
  background-color: #eee;
}

.even {
  background-color: #fff;
}

.exp {
  font-size: 0.7rem;
  color: #666;
}

#search-wrapper {
  width: 100%;
  /*svg アイコンの大きさと色指定の基本形*/
}
#search-wrapper input {
  font-family: Hiragino Kaku Gothic ProN, YuGothic, "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}
#search-wrapper svg {
  overflow: hidden;
}
#search-wrapper .icon-tab-list {
  width: 18px;
  height: 18px;
  fill: #fff;
}
#search-wrapper .icon-tab-list.tab-check {
  display: none;
}
#search-wrapper .icon-tab-list.tab-check.is-active {
  display: block;
}
#search-wrapper .icon-arrow-c-text {
  width: 14px;
  height: 9px;
  fill: #444444;
}
#search-wrapper .icon-arrow-c-ddd {
  width: 14px;
  height: 9px;
  fill: #ddd;
}
#search-wrapper .icon-check {
  width: 10px;
  height: 10px;
  stroke: #fff;
}
#search-wrapper .icon-circle-close {
  width: 20px;
  height: 20px;
  stroke: #999;
  cursor: pointer;
}
#search-wrapper .icon-close {
  width: 20px;
  height: 20px;
  fill: #fff;
}
#search-wrapper .icon-current {
  width: 20px;
  height: 20px;
  fill: #777;
}
#search-wrapper .icon-gcurrent {
  width: 25px;
  height: 25px;
  fill: #777;
  position: absolute;
  top: 8px;
  left: 8px;
}
#search-wrapper .icon-gcurrent:hover {
  fill: #666;
}
#search-wrapper .icon-current-btn {
  width: 20px;
  height: 20px;
  fill: #fff;
}
#search-wrapper .icon-map {
  width: 20px;
  height: 20px;
  fill: #fff;
}
#search-wrapper .icon-diagonal-arrow {
  width: 20px;
  height: 20px;
  fill: #fff;
}
#search-wrapper .icon-condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 30px;
  height: 30px;
  border-radius: 0;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#search-wrapper .icon-condition img {
  display: block;
  width: 100%;
  height: auto;
}
#search-wrapper .icon-check-wrap {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
}
#search-wrapper .icon-check-wrap .icon-check {
  margin: 5px;
}

/*------------------------------------------------
header / footer / ぱんくず
------------------------------------------------*/
@media screen and (max-width: 980px) {
  .header-top-logo a:first-child {
    border-right: solid 1px #ccc;
  }
  .header-top-logo a {
    display: inline-block;
  }
  .header-top-logo-code {
    font-size: 9px;
    color: #014694;
    letter-spacing: -0.27px;
    padding-bottom: 0.7rem;
    padding-left: 2.2rem;
  }
  img {
    width: auto;
    max-width: 100%;
  }
  .header-top-logo a:first-child img {
    width: 140px;
    height: auto;
    padding: 0 1rem;
  }
  .header-top-logo a img {
    width: 90px;
    padding: 0.5rem 0 0 0.6rem;
  }
}
.header-top {
  border-bottom: solid 1px #014694;
}

#MapiFooter {
  display: none;
}

#copyright {
  height: 14px;
  line-height: 14px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #014694;
}

.footer {
  background: #014694;
  padding: 6px 0;
}

@media screen and (min-width: 980px), print {
  /*------------------------------------------
  header
  ------------------------------------------*/
  .header-top {
    padding: 0 1.5rem;
  }
  .header-top-wrap {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 80px;
  }
  .header-top-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-top-logo-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-top-logo a:first-child {
    padding-right: 1.3rem;
    margin-right: 1.3rem;
    margin-top: 1.2rem;
    border-right: solid 0.6px #3f6373;
  }
  .header-top-logo a {
    margin-right: 2.5rem;
  }
  .header-top-logo-code {
    font-size: 12px;
    color: #014694;
    margin-right: 0.6rem;
    min-width: 126px;
    display: inline-block;
  }
  img {
    width: auto;
    max-width: 100%;
  }
  .header-top-logo a:first-child img {
    max-width: 160px;
  }
  .header-top-logo a img {
    max-width: 120px;
  }
  /*------------------------------------------
  footer
  ------------------------------------------*/
  #MapiFooter {
    display: block;
    padding: 0;
    color: #fff;
    font-size: 12px;
  }
  #MapiFooter .MapiInner ul {
    padding: 6px 0;
    text-align: center;
  }
  #MapiFooter .MapiInner ul li {
    display: inline;
    margin: 0 4px;
    vertical-align: middle;
  }
  #MapiFooter .MapiInner ul a {
    text-decoration: none;
  }
  #MapiFooter .MapiInner ul a:hover {
    text-decoration: underline;
  }
  #MapiFooter .MapiInner p {
    margin: 0px;
    padding: 0 0 6px 0;
    text-align: center;
  }
  #copyright {
    height: 14px;
    line-height: 14px;
    text-align: center;
  }
}
.bread-crumb__pc {
  margin-bottom: 10px;
  padding: 10px 0;
  text-align: left;
  background: rgba(1, 70, 148, 0.1);
  overflow: hidden;
  font-size: 0.9rem;
}
.bread-crumb__pc li {
  display: inline;
}
.bread-crumb__pc li::after {
  content: ">";
  margin-left: 5px;
}
.bread-crumb__pc li:last-child::after {
  content: none;
}
.bread-crumb__pc .inner-contents {
  padding: 0 1.5rem;
  margin: 0 auto;
}

.box-no-results {
  margin: 30px 10px;
  padding: 0;
  background: none;
}
.box-no-results.page-error {
  color: #444444;
  text-align: center;
}

/*------------------------------------------------
汎用スタイル
------------------------------------------------*/
#search-wrapper .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-top: 16px;
}
#search-wrapper .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  min-width: 140px;
  height: 44px;
  padding: 0 8px;
  font-size: 0.9rem;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  background: #014694;
  border: rgba(1, 70, 148, 0.1);
  font-weight: normal;
  text-align: center;
}
#search-wrapper .btn span {
  line-height: 1;
}
#search-wrapper .btn-all, #search-wrapper .btn-add-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  min-width: 140px;
  height: 44px;
  padding: 0 8px;
  font-size: 0.9rem;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  background: #014694;
  border: rgba(1, 70, 148, 0.1);
  font-weight: normal;
  text-align: center;
  width: 100%;
}
#search-wrapper .btn-all span, #search-wrapper .btn-add-icon span {
  line-height: 1;
}
#search-wrapper .btn-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  min-width: 140px;
  height: 44px;
  padding: 0 8px;
  font-size: 0.9rem;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  background: #014694;
  border: rgba(1, 70, 148, 0.1);
  font-weight: normal;
  text-align: center;
  background: #ddd;
  color: #444444;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
}
#search-wrapper .btn-other span {
  line-height: 1;
}
#search-wrapper .btn-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  height: 22px;
  padding: 0 9px;
  font-size: 0.8rem;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  background: #014694;
}
#search-wrapper .btn-add-icon {
  padding: 0 8px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
#search-wrapper .btn-add-icon span {
  padding-left: 8px;
}
#search-wrapper .btn-add-icon svg {
  position: relative;
  top: -1px;
}
#search-wrapper .btn-h-narrow {
  padding: 0 8px;
  height: 32px;
  margin: 0 auto;
}
#search-wrapper .btn-search-reset, #search-wrapper .word-reset {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
}
#search-wrapper .btn-search-reset svg, #search-wrapper .word-reset svg {
  width: 10px;
  height: 10px;
  margin: 5px;
  fill: #fff;
}
#search-wrapper .btn-side-menu-close {
  width: 50px;
  height: 100px;
  padding: 40px 15px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 413px), print {
  #search-wrapper .btn-side-menu-close {
    position: absolute;
    right: 0;
  }
}
#search-wrapper .btn-circle-close {
  width: 44px;
  height: 44px;
  padding: 12px;
  background: none;
  outline: none;
}
#search-wrapper .switch-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  background: #ddd;
}
#search-wrapper .switch-row .switch-label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  margin-right: 9px;
  font-weight: bold;
  font-size: 0.9rem;
}
#search-wrapper .switch-row .switch-box input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  display: none;
}
#search-wrapper .switch-row .switch-box label {
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 3px;
  height: 30px;
  width: 50px;
  font-size: 14px;
  line-height: 2;
  font-weight: bold;
  background: #eee;
  -webkit-box-shadow: 2px 2px 5px #777;
          box-shadow: 2px 2px 5px #777;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#search-wrapper .switch-row .switch-box label:after {
  content: "OFF";
  color: #666;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#search-wrapper .switch-row .switch-box input:checked + label {
  background: #e9eff6;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #fff;
}
#search-wrapper .switch-row .switch-box input:checked + label:after {
  content: "ON";
  color: #fff;
}
#search-wrapper #cond_search .list-title, #search-wrapper #cond_search_atm .list-title {
  padding-left: 8px;
}
#search-wrapper #cond_search .img.list-title, #search-wrapper #cond_search_atm .img.list-title {
  padding-left: 0;
}
#search-wrapper .detail-icon-conditions, #search-wrapper .result-icon-conditions {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
#search-wrapper .detail-icon-conditions span, #search-wrapper .result-icon-conditions span {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 0.8rem;
  border: 1px solid;
  border-radius: 4px;
  text-align: center;
  color: #fff;
}
#search-wrapper .detail-icon-conditions span.text, #search-wrapper .result-icon-conditions span.text {
  padding: 5px;
  min-width: 70px;
}
#search-wrapper .detail-icon-conditions span.img, #search-wrapper .result-icon-conditions span.img {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 980px), print {
  #search-wrapper .btn,
  #search-wrapper .btn-small,
  #search-wrapper .btn-all,
  #search-wrapper .btn-other,
  #search-wrapper .btn-add-icon,
  #search-wrapper .btn-add-icon-confirm,
  #search-wrapper .btn-search-reset .word-reset {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  #search-wrapper .btn:hover,
  #search-wrapper .btn-small:hover,
  #search-wrapper .btn-all:hover,
  #search-wrapper .btn-other:hover,
  #search-wrapper .btn-add-icon:hover,
  #search-wrapper .btn-add-icon-confirm:hover,
  #search-wrapper .btn-search-reset .word-reset:hover {
    opacity: 0.8;
  }
  #search-wrapper [class^=btn].is-disabled:hover {
    opacity: 1;
    cursor: default;
  }
  #search-wrapper .btn-add-icon-confirm.is-disabled:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
#search-wrapper .parts-tab-btn {
  width: 100%;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  background: #e9eff6;
}
#search-wrapper .parts-tab-btn li {
  width: 50%;
  height: 100%;
}
#search-wrapper .parts-tab-btn li span {
  font-weight: bold;
}
#search-wrapper .parts-tab-btn li.tab-filter.is-filter .icon-tab-list {
  display: none;
}
#search-wrapper .parts-tab-btn li.tab-filter .icon-check-wrap {
  display: none;
}
#search-wrapper .parts-tab-btn li.tab-filter.is-filter .icon-check-wrap {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #014694;
  margin-right: 8px;
}
#search-wrapper .parts-tab-btn li.tab-filter.is-filter .icon-check-wrap .icon-check {
  margin: 4px;
}
#search-wrapper .parts-tab-btn li.tab-filter.is-filter .icon-check-wrap .icon-check svg {
  margin-right: 0;
}
#search-wrapper .parts-tab-btn .tab-wrapper,
#search-wrapper .parts-tab-btn .route-change {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: relative;
  background: #014694;
  cursor: pointer;
}
#search-wrapper .parts-tab-btn .tab-wrapper svg[class^=icon-],
#search-wrapper .parts-tab-btn .route-change svg[class^=icon-] {
  margin-right: 8px;
}
#search-wrapper .parts-tab-btn .tab-wrapper span,
#search-wrapper .parts-tab-btn .route-change span {
  font-size: 0.8rem;
  color: #fff;
}
#search-wrapper .parts-tab-btn .tab-wrapper::after,
#search-wrapper .parts-tab-btn .route-change::after {
  content: "";
  width: 1px;
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  background: #fff;
}
#search-wrapper .parts-tab-btn li:first-child .tab-wrapper::after {
  content: none;
}
#search-wrapper #tab-three li {
  width: 33.3333333333%;
}
@media screen and (min-width: 980px), print {
  #search-wrapper .parts-tab-btn {
    height: 36px;
  }
  #search-wrapper .parts-tab-btn li .icon-tab-list {
    fill: #fff;
  }
  #search-wrapper .parts-tab-btn li .tab-wrapper::after {
    background: rgba(255, 255, 255, 0.5);
  }
  #search-wrapper .parts-tab-btn li.is-current .tab-wrapper {
    background: #eee;
  }
  #search-wrapper .parts-tab-btn li.is-current .tab-wrapper span {
    color: #444444;
  }
  #search-wrapper .parts-tab-btn li.is-current [class^=icon-tab-] {
    fill: #444444;
  }
}
@media screen and (min-width: 980px), print {
  #search-wrapper .parts-tab-btn .tab-wrapper {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  #search-wrapper .parts-tab-btn .tab-wrapper:hover {
    opacity: 0.8;
  }
  #search-wrapper .parts-tab-btn li.is-current .tab-wrapper:hover {
    opacity: 1;
  }
}
#search-wrapper .parts-tab-baloon {
  margin-top: 16px;
  width: 100%;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
#search-wrapper .parts-tab-baloon.tab-baloon-route li {
  width: calc((100% - 2px) / 2);
}
#search-wrapper .parts-tab-baloon li {
  width: calc((100% - 2px) / 3);
  height: 100%;
}
#search-wrapper .parts-tab-baloon li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  background: #ddd;
  color: #fff;
  position: relative;
}
#search-wrapper .parts-tab-baloon li a span {
  font-size: 0.8rem;
  color: #444444;
}
#search-wrapper .parts-tab-baloon li.is-current a {
  background: #014694;
  pointer-events: none;
}
#search-wrapper .parts-tab-baloon li.is-current a span {
  font-size: 0.8rem;
  color: #fff;
}
#search-wrapper .parts-tab-baloon li.is-current a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 1px solid #000;
  border-width: 8px 6px;
  border-color: #014694 transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -6px;
}
#search-wrapper .parts-tab-baloon li:first-child a {
  border-radius: 3px 0 0 3px;
}
#search-wrapper .parts-tab-baloon li:last-child a {
  border-radius: 0 3px 3px 0;
}
#search-wrapper .parts-tab-baloon.tab-four li {
  width: calc((100% - 3px) / 3);
}
@media screen and (min-width: 980px), print {
  #search-wrapper .parts-tab-baloon a {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  #search-wrapper .parts-tab-baloon a:hover {
    opacity: 0.8;
  }
}
#search-wrapper .parts-search-box, #search-wrapper .all-search-box {
  margin-top: 14px;
  width: 100%;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  border-radius: 5px;
  border: solid 1px #777;
  background-color: #fff;
  position: relative;
}
#search-wrapper .parts-search-box input, #search-wrapper .all-search-box input {
  display: none;
  width: calc(100% - 44px);
  margin: 0 44px 0 0;
  padding-left: 12px;
  height: 100%;
  border: none;
  background: none;
  border-radius: 5px 0 0 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  outline: none;
}
#search-wrapper .parts-search-box input::-webkit-input-placeholder, #search-wrapper .all-search-box input::-webkit-input-placeholder {
  color: #ccc;
}
#search-wrapper .parts-search-box input::-moz-placeholder, #search-wrapper .all-search-box input::-moz-placeholder {
  color: #ccc;
}
#search-wrapper .parts-search-box input:-ms-input-placeholder, #search-wrapper .all-search-box input:-ms-input-placeholder {
  color: #ccc;
}
#search-wrapper .parts-search-box input::-ms-input-placeholder, #search-wrapper .all-search-box input::-ms-input-placeholder {
  color: #ccc;
}
#search-wrapper .parts-search-box input::placeholder, #search-wrapper .all-search-box input::placeholder {
  color: #ccc;
}
#search-wrapper .parts-search-box input:-ms-input-placeholder, #search-wrapper .all-search-box input:-ms-input-placeholder {
  color: #ccc;
}
#search-wrapper .parts-search-box input::-ms-input-placeholder, #search-wrapper .all-search-box input::-ms-input-placeholder {
  color: #ccc;
}
#search-wrapper .parts-search-box input.is-current, #search-wrapper .all-search-box input.is-current {
  display: block;
}
#search-wrapper .parts-search-box input::-ms-clear, #search-wrapper .all-search-box input::-ms-clear {
  visibility: hidden;
  display: none;
}
#search-wrapper .parts-search-box input::-ms-reveal, #search-wrapper .all-search-box input::-ms-reveal {
  visibility: hidden;
  display: none;
}
#search-wrapper .parts-search-box .btn-search-reset, #search-wrapper .parts-search-box .word-reset, #search-wrapper .all-search-box .btn-search-reset, #search-wrapper .all-search-box .word-reset {
  display: none;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
}
#search-wrapper .parts-search-box .btn-search-reset.is-active, #search-wrapper .parts-search-box .word-reset.is-active, #search-wrapper .all-search-box .btn-search-reset.is-active, #search-wrapper .all-search-box .word-reset.is-active {
  display: block;
}
#search-wrapper .parts-list {
  width: 100%;
  border-radius: 5px;
  border: solid 1px #ddd;
  overflow: hidden;
  background: #fff;
}
#search-wrapper .parts-list li {
  min-height: 44px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#search-wrapper .parts-list li + li {
  border-top: 1px solid #ddd;
}
#search-wrapper .parts-list li a {
  width: 100%;
}
#search-wrapper .parts-list .list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
  height: 100%;
  padding: 12px 16px;
  font-size: 0.9rem;
}
#search-wrapper .parts-list .list-inner .icon-check-wrap {
  margin-left: 8px;
}
#search-wrapper .parts-list .is-active a {
  background: #e7ecf5;
}
#search-wrapper .parts-list .is-active div {
  background: rgba(1, 70, 148, 0.1);
}
#search-wrapper .parts-list .is-active .icon-check-wrap {
  background: #014694;
}
#search-wrapper .parts-list .list-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  line-height: 1.5;
}
#search-wrapper .parts-list .icon-condition {
  margin: -2px 8px -2px auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#search-wrapper .hit-text {
  padding: 7px 0;
  font-size: 0.9rem;
  text-align: center;
}
@media screen and (min-width: 980px), print {
  #search-wrapper .list-inner {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  #search-wrapper .list-inner:hover {
    opacity: 0.8;
  }
}
#search-wrapper .parts-list.fold-list .large-ttl {
  padding-right: 38px;
  background: #ddd;
  position: relative;
}
#search-wrapper .parts-list.fold-list .large-ttl .icon-arrow-c-text {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -4px;
}
#search-wrapper .parts-list.fold-list .large-ttl .is-active .icon-arrow-c-text {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#search-wrapper .parts-list.fold-list .list-pref {
  background: #eee;
  position: relative;
}
#search-wrapper .parts-list.fold-list .is-active .icon-arrow-c-text {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#search-wrapper .parts-list.fold-list > li + li {
  border-top: 1px solid #eee;
}
#search-wrapper .parts-list.fold-list .fold-list-inner {
  display: none;
}
#search-wrapper .parts-list.fold-list .fold-list-inner a {
  position: relative;
}
#search-wrapper .parts-list.fold-list .fold-list-inner .icon-arrow-c-ddd {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -4px;
}
#search-wrapper .result-message-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#search-wrapper .link-arrow {
  color: #014694;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  cursor: pointer;
  text-decoration: underline;
}
#search-wrapper .link-arrow .icon-arrow-c-accent {
  margin-left: 3px;
  display: block;
  width: 12px;
  height: 8px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  text-decoration: none;
}
#search-wrapper .link-arrow:hover {
  text-decoration: none;
}
#search-wrapper .link-arrow:hover .icon-arrow-c-accent {
  text-decoration: none;
}
#search-wrapper .result-list {
  width: 100%;
}
#search-wrapper .result-list li {
  padding: 16px 16px 12px;
  background: #fff;
}
#search-wrapper .result-list li + li {
  border-top: 1px solid #ddd;
}
#search-wrapper .result-list li:first-child {
  border-top: 1px solid #ddd;
}
#search-wrapper .result-list li:last-child {
  border-bottom: 1px solid #ddd;
}
#search-wrapper .result-list li.result-error {
  font-size: 0.8rem;
  background: #eee;
  border: none;
}
#search-wrapper .result-list li.result-error.over-limit {
  padding: 0 16px;
}
#search-wrapper .result-list li.is-hover {
  background: #e9eff6;
}
#search-wrapper .kind-icon {
  height: 34px;
  vertical-align: middle;
  margin-right: 3px;
}
#search-wrapper .icon.is-current .marker {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
#search-wrapper .marker {
  width: 30px;
  height: 43px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}
@-webkit-keyframes anim-marker-current {
  0% {
    top: -40px;
  }
  22% {
    top: -55px;
  }
  44% {
    top: -40px;
  }
  60% {
    top: -50px;
  }
  80% {
    top: -40px;
  }
  100% {
    top: -40px;
  }
}
@keyframes anim-marker-current {
  0% {
    top: -40px;
  }
  22% {
    top: -55px;
  }
  44% {
    top: -40px;
  }
  60% {
    top: -50px;
  }
  80% {
    top: -40px;
  }
  100% {
    top: -40px;
  }
}
#search-wrapper .map-center {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  z-index: 0;
}
#search-wrapper .map-center img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#search-wrapper .page-inner {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#search-wrapper .content-wrap {
  width: 100%;
}
@media screen and (min-width: 980px), print {
  #search-wrapper .page-inner {
    padding-top: 24px;
    padding-bottom: 16px;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  #search-wrapper .page-inner.page-inner-semi {
    width: 640px;
  }
  #search-wrapper .content-wrap {
    width: 100%;
  }
}
#search-wrapper .section-inner {
  padding: 16px 16px;
  position: relative;
  border-top: 1px solid #ddd;
}
#search-wrapper .section-inner.border-top-none {
  border-top: none;
}
#search-wrapper .section-inner.search-section {
  padding-bottom: 0;
}
#search-wrapper .section-inner#section-area-disaster {
  display: none;
}
#search-wrapper .section-inner.is-active {
  display: block;
}
#search-wrapper .ttl-main,
#search-wrapper .ttl-main-smaller {
  width: 100%;
  margin-bottom: 0;
  padding: 15px 62px 14px;
  font-weight: bold;
  color: #fff;
  background: #e9eff6;
  text-align: center;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#search-wrapper .ttl-main-smaller {
  display: none;
}
@media screen and (min-width: 980px), print {
  #search-wrapper .ttl-main,
  #search-wrapper .ttl-main-smaller {
    margin-bottom: 24px;
    padding: 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: #444444;
    text-align: left;
    background: none;
  }
  #search-wrapper .ttl-main-smaller {
    font-size: 1rem;
    font-weight: 100;
    display: block;
  }
}
#search-wrapper .result-list {
  word-break: break-all;
}
#search-wrapper .side-menu-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 8000;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
#search-wrapper .side-menu-wrap.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#search-wrapper .parts-select {
  font-family: Hiragino Kaku Gothic ProN, YuGothic, "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 8px 40px 8px 16px;
  border-radius: 5px;
  border: solid 1px #ddd;
  overflow: hidden;
  background: url(../imgs/icon_select.6ba2245617bf9a25d0d6.svg) right 16px center/12px 8px no-repeat, #fff;
  text-align: center;
  outline: none;
  color: #444444;
}
#search-wrapper .parts-select + .parts-select {
  margin-top: 8px;
}
#search-wrapper .parts-select::-ms-expand {
  display: none;
}
#search-wrapper .menu-close-wrap {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: relative;
}
#search-wrapper .side-parts-tab-btn {
  display: none;
}
#search-wrapper .side-menu-inner {
  width: 100%;
  display: none;
}
#search-wrapper .side-menu-inner.is-current, #search-wrapper .side-menu-inner.top-search {
  display: block;
}
#search-wrapper .side-menu-inner :first-child.section-inner {
  border-top: none;
}
#search-wrapper .side-menu-inner.side-menu-resultlist {
  position: relative;
  height: 100%;
}
#search-wrapper .side-menu-inner.side-menu-resultlist .result-message-wrap {
  position: absolute;
  top: 0;
  left: 0;
}
#search-wrapper .side-menu-inner.side-menu-resultlist.is-atm-flag {
  height: calc(100% - 38px);
}
#search-wrapper .side-menu-inner.side-menu-resultlist .result-list {
  height: calc(100% - 36px);
  position: absolute;
  top: 36px;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#search-wrapper .side-menu-bg {
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
#search-wrapper .side-menu-wrap.is-active ~ .side-menu-bg {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#search-wrapper .menu-ttl-wrap {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
#search-wrapper .menu-ttl-wrap .btn-small {
  margin-left: 5px;
  cursor: pointer;
}
#search-wrapper .menu-ttl-wrap .btn-small span {
  width: 100%;
}
#search-wrapper .menu-ttl {
  color: #444444;
  font-weight: bold;
  width: 70%;
}
#search-wrapper .menu-ttl.font-normal {
  font-weight: normal;
}
#search-wrapper .sub-menu-ttl {
  margin: 6px 0;
}
@media screen and (max-width: 320px) {
  #search-wrapper .side-menu-outer {
    width: 260px;
  }
}
@media screen and (min-width: 980px), print {
  #search-wrapper .side-menu-wrap {
    width: 300px;
    height: 100%;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    -webkit-transition-property: none;
    transition-property: none;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.2);
  }
  #search-wrapper .side-menu-wrap .menu-close-wrap {
    display: none;
  }
  #search-wrapper .side-menu-bg {
    display: none;
  }
  #search-wrapper .side-parts-tab-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
  }
  #search-wrapper .side-parts-tab-btn .is-current a::after {
    content: none;
  }
  #search-wrapper .side-parts-tab-btn .is-current + li a::after {
    content: none;
  }
}
#search-wrapper .parts-tab-btn.sp-btm-tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 980px), print {
  #search-wrapper .parts-tab-btn.sp-btm-tab-btn {
    display: none;
  }
}

/*------------------------------------------------
JavaScriptによって操作する
------------------------------------------------*/
body.is-fixed {
  width: 100%;
  position: fixed;
}

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