@charset "utf-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding 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. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*----------------------------------------------------
*
* reset,base
*
----------------------------------------------------*/

html {
  font-size: 62.5%;
  color: #444444;
  height: 100%;
}

body {
  min-height: 100%;
  padding-bottom: 52px;
  background: #FFFFFF;
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'Hiragino Sans', sans-serif;
  position: relative;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
ul,
li,
ol,
dl,
dt,
dd,
figure {
  margin: 0;
  padding: 0;
}

input,
select,
option,
textarea {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'Hiragino Sans', sans-serif;
}

input,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #444444;
}

button {
  background: none;
}

button:active {
  border: none;
}

button span {
  position: relative;
}

select::-ms-expand {
  display: none;
}

ul {
  list-style: none;
}

::placeholder {
  color: #d4d4d4;
}

a {
  color: #444444;
  text-decoration: none;
}

/*----------------------------------------------------
  *
  * reset,base
  *
  ----------------------------------------------------*/

body {
  font-family: sans-serif;
}

input,
select,
option,
textarea {
  font-family: sans-serif;
  border: none;
}

button {
  cursor: pointer;
  border: none;
}

::placeholder {
  line-height: 26px;
}

@media screen and (min-width: 768px), print {
  body {
    min-width: 980px;
    position: relative;
    background: #F5F5F5;
    font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'Hiragino Sans', sans-serif;
  }

  input,
  select,
  option,
  textarea {
    font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'Hiragino Sans', sans-serif;
  }

  button,
  select,
  input {
    padding: 0;
    border: none;
  }

  /*hover*/
  .l-header-inner a,
  .banner-wrap a,
  .map-pref-list__pc dd a,
  a[class*='btn'],
  button[class*='btn'] {
    transition: 0.2s opacity 0s ease-in;
  }

  .l-header-inner a:hover,
  .banner-wrap a:hover,
  .map-pref-list__pc dd a:hover,
  a[class*='btn']:hover,
  button[class*='btn']:hover,
  .btn-to-map:hover {
    opacity: 0.8;
  }

  button[class*='btn']:focus {
    opacity: 0.8;
    outline: none;
  }

  .link-triangle:hover,
  .result-list-item a:hover .ttl-result-list {
    text-decoration: none;
  }
} /*media*/

/*spだけoutline:none*/
@media screen and (max-width: 767px) {
  input,
  select,
  option,
  textarea,
  button {
    outline: none;
  }
}

/*----------------------------------------------------
*
* parts
*
----------------------------------------------------*/

/*ボタン
----------------------------------------------------*/
.btn-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}
.btn-default {
  width: 100%;
  max-width: 500px;
  height: 44px;
  background: #444444;
  border: 1px solid #444444;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.btn-light {
  height: 44px;
  max-width: 500px;
  background: #FFFFFF;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  color: #444444;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.btn-triangle_light {
  height: 44px;
  max-width: 500px;
  background: #FFFFFF;
  color: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #cccccc;
  text-decoration: none;
  color: #444444;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.btn-triangle_light span {
  position: relative;
  padding-left: 10px;
}

.btn-triangle_light span::before {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  background: url(./../img/icon_triangle_444.svg) center center / 100% auto no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}

.btn-triangle_dark {
  width: 100%;
  max-width: 500px;
  height: 32px;
  background: #999999;
  color: #FFFFFF;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.btn-triangle_dark span {
  position: relative;
  padding-left: 16px;
}

.btn-triangle_dark span::before {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  background: url(./../img/icon_triangle_fff.svg) center center / 100% auto no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}

.btn_search {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  font-size: 1.6rem;
}

.btn_search_short {
  width: 80px;
  padding: 0;
  margin-left: 8px;
  font-size: 1.6rem;
  flex-grow: 0;
  flex-shrink: 0;
}
.btn_search span,
.btn_search_short span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  white-space: nowrap;
}
.btn_search span::before,
.btn_search_short span::before {
  content: '';
  width: 18px;
  height: 18px;
  margin-right: 5px;
  display: inline-block;
  background: url(./../img/icon_search.svg) left center/100% auto no-repeat;
}

.btn-point {
  width: 100%;
  max-width: 500px;
  height: 44px;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  color: #444444;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

/*サブヘッダー
----------------------------------------------------*/
.content-header {
  width: 100%;
  height: 50px;
  padding: 0 16px 0 54px;
  background: #444444;
  line-height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
}

.content-header.no-btn-content-back {
  padding-left: 16px;
}

.btn-content-back-wrap {
  width: 54px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
  position: absolute;
  left: 0;
  top: 0;
}

.btn-content-back {
  width: 34px;
  height: 30px;
  margin-left: 10px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.btn-content-back img {
  width: 8px;
  height: 13px;
  transform: rotate(180deg);
}

.ttl-content-header {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.1;
}

/*フォーム系まわり
----------------------------------------------------*/
.search-input-group {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row nowrap;
}

.search-form {
  height: 44px;
  min-width: 200px;
  padding: 0 16px;
  border: 1px solid #444444;
  border-radius: 0;
  background: #FFFFFF;
  font-size: 1.6rem;
  flex-grow: 1;
  flex-shrink: 1;
}

select.search-form {
  width: 100%;
  padding-right: 36px;
  border-radius: 5px;
  overflow: hidden;
  background: url(./../img/icon_triangle@2x.png) right 16px center/14px auto no-repeat;
}

.attr-search-input-group .btn-default.btn_search_short {
  margin-left: 8px;
  font-size: 1.4rem;
}

/*チェックボックス*/
.object-checkbox {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: #DDDDDD;
  border: 1px solid #999999;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}

/*チェックボックスまわり*/
.search-business-list label {
  width: 100%;
  height: 100%;
  padding: 0 1.6rem 0 1.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
  position: relative;
}

.search-business-list input[type='checkbox'] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(0 0);
}


.search-business-list input[type='checkbox']:checked + .object-checkbox {
  background: #de002c;
  border: 1px solid #de002c;
}

.search-business-list input[type='checkbox']:checked + .object-checkbox::after {
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  color: #FFFFFF;
  line-height: 14px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(./../img/icon_check_mark.svg) center center / 100% auto no-repeat;
}

.search-business-list input[type='checkbox']:focus ~ .label-text {
  font-weight: bold;
}

.search-business-list input[type='checkbox']:checked ~ .label-text {
  font-weight: bold;
}

.search-business-list input[type='checkbox'] ~ .label-text {
  font-weight: normal;
}
/*selectされるとboldで幅が変わるため*/
.search-business-list .text-jr {
  width: 71px;
}

/*リスト
----------------------------------------------------*/

/*汎用リスト*/
.disc-list {
  margin-left: 14px;
}

.disc-list li {
  font-size: 1.4rem;
  line-height: 1.4;
  text-indent: -1em;
}
.disc-list li::before {
  content: '・';
  width: 1em;
}
/*矢のリスト*/
.arrow-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
}

.arrow-list li {
  width: 100%;
  background: #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
}

.arrow-list li > * {
  width: 100%;
  height: 51px;
  padding: 0 32px 0 16px;
  position: relative;
  font-size: 1.4rem;
  background: url(./../img/icon_arrow_ddd.svg) right 16px center / 8px auto no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
}

/*検索結果のリスト*/
.result-list {
  width: 100%;
}

.result-list-item {
  width: 100%;
  border-top: 1px solid #DDDDDD;
}

.result-list-item:last-child {
  border-bottom: 1px solid #DDDDDD;
}

.result-list-item a {
  display: block;
  width: 100%;
  padding: 1.6rem 9rem 1.6rem 1.6rem;
  background: #FFFFFF;
  position: relative;
}

.ttl-result-list {
  margin-bottom: 6px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
  overflow-wrap: break-word;
}

.attr-traffic .ttl-result-list {
  text-decoration: none;
}

.ttl-result-list-new::after {
  content: "NEW";
  display: inline-block;
  margin-left: 1rem;
  height: 2rem;
  width: 4rem;
  border-radius: 3px;
  background: #CC0033;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 2rem;
}

.result-list-attr {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
}

.result-list-address {
  margin-top: 2px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.btn-to-map {
  width: 58px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #DDDDDD;
  text-align: center;
  line-height: 38px;
  font-size: 1.4rem;
  background: #F5F5F5;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -20px;
}

/*アイコン説明のリスト*/

.info-attributes {
  width: 100%;
  padding: 0 1.6rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
}

.info-attributes li {
  margin-right: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
  font-size: 1.2rem;
}

.info-attributes li img {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.4rem;
}

.info-attributes-modal {
  display: block;
  padding-top: 1.6rem;
}

.info-attributes-modal > li {
  margin-right: 0;
  font-size: 1.6rem;
}

.info-attributes-modal > li + li {
  margin-top: 2.4rem;
}

.result-info-attributes {
  margin-top: 5px;
  padding: 0;
}

.result-info-attributes li {
  margin-right: 8px;
}

.result-info-attributes li img {
  margin-right: 0;
}

.result-info-attributes li span {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(0 0);
  overflow: hidden;
}

/*ページャー
----------------------------------------------------*/
.pager {
  background: #FFFFFF;
  padding: 2.4rem 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.pager > li {
  margin: 0 1.2rem;
}

.pager-num__sp {
  font-size: 1.6rem;
}
/*ページャーボタン*/

.btn-pager {
  width: 60px;
  height: 44px;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.btn-pager.is-disabled {
  background: #FFFFFF;
}

.btn-pager img {
  width: 8px;
  height: 13px;
}

.pager-prev img {
  transform: rotate(180deg);
}

.pager-next img {
  transform: rotate(0deg);
}

/*業種検索*/

/*業種検索sp*/
.search-business-group {
  margin-bottom: 16px;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  overflow: hidden;
}

.ttl-search-business_cate {
  width: 100%;
  height: 47px;
  background: #F5F5F5;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}

.ttl-search-business_cate a {
  width: 100%;
  height: 100%;
  padding: 0 36px 0 16px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
  border: none;
  font-weight: bold;
}

.ttl-search-business_cate a::after {
  content: '';
  display: block;
  width: 8px;
  height: 13px;
  background: url(./../img/icon_arrow_999.svg) center center / 100% auto no-repeat;
  transform: rotate(90deg);
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -4px;
  transition: 0.2s transform 0s ease-in;
}

.search-business-content.is-selected .ttl-search-business_cate a::after {
  transform: rotate(270deg);
  transition: 0.2s transform 0s ease-in;
}

.search-business-list {
  width: 100%;
  display: none;
  font-size: 0;
  overflow: hidden;
}

.search-business-list li {
  width: 50%;
  height: 48px;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: top;
}

.search-business-list li:nth-of-type(2n) {
  border-right: none;
}

/*最後のsectionの線の状態
閉じてる時線が重ならないようにする*/
.search-business-group section:last-of-type .ttl-search-business_cate {
  border-bottom: none;
}

.search-business-content:last-child li:first-of-type,
.search-business-content:last-child li:nth-of-type(2) {
  border-top: 1px solid #DDDDDD;
}

.search-business-content:last-child li:last-of-type,
.search-business-content:last-child li:nth-last-of-type(2) {
  border-bottom: none;
}

.btn-locater {
  opacity: 1.0 !important;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}
.btn-locater:hover{
  background-color: #f4f4f4;
}

.btn-locater img {
  width: 18px;
  height: 18px;
}

/*----------------------------------------------------*/
/*リンクに三角の装飾*/
.link-triangle {
  display: inline-block;
  padding-left: 11px;
  text-decoration: underline;
  color: #444444;
  background: url(./../img/icon_triangle_999.svg) left top 4px / 10px 10px no-repeat;
}

.sp-block {
  display: block;
}

.pc-block {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.margin-right-1em {
  margin-right: 1em;
}

.emphasis {
  font-weight: bold;
}

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

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

[class*='__sp_flex'] {
  display: flex;
}

/*----------------------------------------------------
  *
  * parts pc
  *
  ----------------------------------------------------*/
@media screen and (min-width: 768px), print {
  /*パンくず*/
  .bread-crumb__pc {
    width: 940px;
    margin: 0 auto;
    padding: 15px 0 20px;
    font-size: 1.2rem;
  }

  .bread-crumb__pc ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row nowrap;
  }

  .bread-crumb__pc a {
    color: #01478f;
    text-decoration: underline;
  }

  .bread-crumb__pc a:hover {
    text-decoration: none;
  }

  .bread-crumb__pc li::after {
    content: '>';
    display: inline-block;
    margin: -1px 1em 0;
    line-height: 12px;
  }

  .bread-crumb__pc li:last-child::after {
    content: none;
  }

  /**/
  .search-form {
    height: 32px;
    padding: 0 10px;
    font-size: 1.4rem;
  }
  .btn-default,
  .btn-light,
  .btn-triangle_light {
    height: 32px;
    font-size: 1.4rem;
  }
  .btn-triangle_dark span {
    line-height: 31px;
  }
  .btn_search_short {
    width: 128px;
    margin-left: 16px;
    font-size: 1.4rem;
  }
  .btn_search span::before,
  .btn_search_short span::before {
    width: 13px;
    height: 13px;
  }

  .search-input-group.attr-search-input-group {
    display: block;
    border: 1px solid #DDDDDD;
    padding: 20px 16px;
    border-radius: 5px;
  }

  .attr-search-input-group .search-form {
    width: 100%;
  }

  .attr-search-input-group .btn-default.btn_search_short {
    width: 100%;
    margin: 10px 0 0 0;
  }

  .attr-search-input-group .btn-default.btn_search_short span::before {
    content: none;
  }

  /*リスト pc
----------------------------------------------------*/
  .result-list-item > a {
    padding: 20px 94px 20px 10px;
  }

  .ttl-result-list {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .result-list-attr {
    font-weight: bold;
    font-size: 12px;
  }

  .attr-station .result-list-attr {
    font-weight: bold;
  }

  .result-list-address {
    margin-top: 4px;
    font-size: 12px;
  }

  .btn-to-map {
    right: 20px;
  }

  /*アイコン説明のリストpc*/

  .info-attributes {
    padding: 0 4px 18px;
  }
  .info-attributes li {
    margin-right: 20px;
    font-size: 14px;
  }

  .result-info-attributes {
    padding-left: 0;
    padding-bottom: 0;
  }

  .result-info-attributes li span {
    width: auto;
    height: auto;
    display: inline-block;
    clip-path: none;
    position: static;
  }

  .result-info-attributes li img {
    margin-right: 0.4rem;
  }

  /*ページャー pc
----------------------------------------------------*/
  .pager {
    margin-top: 20px;
  }
  .pager > li {
    margin: 0 5px;
  }

  /*ページャーボタン*/

  .pager-num__pc > a,
  .pager-num__pc > span {
    width: 40px;
    height: 40px;
    padding: 4px;
    background: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
    font-size: 14px;
  }

  .pager-abridgement__pc > span {
    display: block;
    width: 40px;
    height: 40px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
    font-size: 14px;
  }

  .pager-abridgement__pc.is-hidden {
    display: none;
  }

  .pager-num__pc.is-current span {
    background: #FFFFFF;
  }

  .btn-pager {
    width: 40px;
    height: 40px;
  }
  /*地図のバルーンの中にあるアイコンテキスト*/
  .baloon-group .result-info-attributes li span {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(0 0);
    overflow: hidden;
  }
  .baloon-group .info-attributes li {
    margin-right: 2px;
  }
  .baloon-group .result-info-attributes li img {
    margin-right: 0.4rem;
  }
  /**/


  .sp-block {
    display: inline;
  }

  .pc-block {
    display: block;
  }

  [class*='__pc'] {
    display: block;
  }

  [class*='__pc_flex'] {
    display: flex;
  }

  [class*='__sp'],
  [class*='__sp_flex'] {
    display: none;
  }
} /*media*/

/*----------------------------------------------------
*
* layout
*
----------------------------------------------------*/

.l-wrapper {
  width: 100%;
  padding: 50px 0 0;
}

.l-main {
  width: 100%;
}

.l-header {
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  border-bottom: 1px solid#DDDDDD;
}

.l-header-inner {
  width: 100%;
  height: 100%;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
}

.logo {
  width: 136px;
  height: 100%;
}

.logo a img {
  width: 100%;
}

.btn-docomo,
.logo a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.btn-docomo {
  width: 70px;
  margin-left: 13px;
}

.btn-docomo img {
  width: 100%;
}

.btn-language {
  width: auto;
  height: 100%;
  padding: 0 13px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
}

.btn-language img {
  width: 16px;
}

.btn-language .language-text {
  margin-top: 4px;
  font-size: 1rem;
}

.l-footer {
  width: 100%;
  height: 52px;
  border-top: 1px solid #DDDDDD;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
}

.l-footer-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.copy-mark {
  font-family: Verdana, Roboto, 'Droid Sans', sans-serif;
}

.copyright {
  font-size: 1.1rem;
}

/*モーダル
----------------------------------------------------*/
.is-fixed {
  width: 100%;
  position: fixed;
}

.l-modal.is__sp.is-show {
  display: block;
}

.l-modal.is__sp {
  display: none;
  width: 100%;
  /* background: rgba(0, 0, 0, 0.4); */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10040;
  overflow: hidden;
}

.l-modal-bg {
  display: none;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.l-modal-inner {
  display: none;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}

.l-modal-inner.is-show {
  display: block;
}

.l-modal-inner.explanation-icon-modal {
  width: 260px;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-modal-inner.explanation-icon-modal .modal-body{
  background: #FFFFFF;
}

.modal-header {
  width: 100%;
  height: 50px;
  padding: 0 48px 0 16px;
  background: #444444;
  color: #FFFFFF;
  line-height: 50px;
  font-size: 1.8rem;
  position: relative;
}

.btn-modal-close {
  width: 48px;
  height: 100%;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.btn-modal-close .icon-close {
  width: 16px;
  height: auto;
  fill: #FFFFFF;
}

.modal-header-category {
  width: 100%;
  height: 51px;
  padding: 0 16px 0 60px;
  background: #F5F5F5;
  color: #444444;
  border-bottom: 1px solid #DDDDDD;
  line-height: 50px;
  font-size: 1.4rem;
  position: relative;
}

.btn-modal-back-wrap {
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
  position: absolute;
  left: 0;
  top: 0;
}

.btn-modal-back {
  width: 34px;
  height: 30px;
  margin-left: 16px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.btn-modal-back img {
  width: 8px;
  height: 13px;
  transform: rotate(180deg);
}

.modal-body {
  height: calc(100% - 50px);
  background: #F5F5F5;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-body-inner {
  padding: 1.6rem 1.6rem 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-body__category {
  height: calc(100% - 50px);
}

.select-area .arrow-list li,
.select-pref .arrow-list li {
  width: 50%;
}

.select-area .arrow-list li:nth-of-type(2n-1),
.select-pref .arrow-list li:nth-of-type(2n-1) {
  border-right: 1px solid #DDDDDD;
}

/*----------------------------------------------------
  *
  * layout pc
  *
  ----------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .l-wrapper {
    width: 100%;
    padding-top: 65px;
  }

  .l-main {
    width: 100%;
  }
  .l-section-main {
    padding: 0 20px;
    background: #F5F5F5;
  }

  .l-section-inner {
    width: 940px;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  .l-header {
    width: 100%;
    height: 65px;
    padding: 0 20px;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10030;
    border-bottom: 1px solid#DDDDDD;
  }

  .l-header-inner {
    width: 100%;
    max-width: 940px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row nowrap;
  }

  .logo {
    width: 147px;
    height: 100%;
  }

  .logo a img {
    width: 100%;
  }

  .btn-docomo,
  .logo a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
  }

  .btn-docomo {
    width: 100px;
    margin-left: 50px;
  }

  .btn-docomo img {
    width: 100%;
  }

  .btn-language {
    width: auto;
    height: 100%;
    padding: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
  }

  .btn-language img {
    width: 16px;
  }

  .btn-language .language-text {
    margin-top: 0;
    margin-left: 5px;
    font-size: 1.4rem;
  }

  .copyright {
    font-size: 1.4rem;
  }

  /*pcの角丸囲い*/
  .content-wrap {
    padding: 19px 20px 25px;
    background: #FFFFFF;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
  }

  /*モーダル pc*/
  .l-modal.is__sp.is-show {
  display: none;
  }
} /*media*/

@media print {
  .l-header {
    position: absolute;
  }
} /*media*/
