@charset "UTF-8";
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
  /*margin:1em 40px;*/
}

/**
 * 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 */
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 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;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  /* 2 */
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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;
  appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

@media only screen and (max-width: 320px) {
  html {
    font-size: 13px;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  font-weight: normal;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

dl {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

dd {
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}

img {
  vertical-align: bottom;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.mt-xxs {
  margin-top: 4px !important;
}

.mt-xs {
  margin-top: 8px !important;
}

.mt-sm {
  margin-top: 12px !important;
}

.mt-md {
  margin-top: 16px !important;
}

.mt-xl {
  margin-top: 24px !important;
}

.mt-xxl {
  margin-top: 32px !important;
}

.mb-xxs {
  margin-bottom: 4px !important;
}

.mb-xs {
  margin-bottom: 8px !important;
}

.mb-sm {
  margin-bottom: 12px !important;
}

.mb-md {
  margin-bottom: 16px !important;
}

.mb-xl {
  margin-bottom: 24px !important;
}

.mb-xxl {
  margin-bottom: 32px !important;
}

.ml-xxs {
  margin-left: 4px !important;
}

.ml-xs {
  margin-left: 8px !important;
}

.ml-sm {
  margin-left: 12px !important;
}

.ml-md {
  margin-left: 16px !important;
}

.ml-xl {
  margin-left: 24px !important;
}

.ml-xxl {
  margin-left: 32px !important;
}

.mr-xxs {
  margin-right: 4px !important;
}

.mr-xs {
  margin-right: 8px !important;
}

.mr-sm {
  margin-right: 12px !important;
}

.mr-md {
  margin-right: 16px !important;
}

.mr-xl {
  margin-right: 24px !important;
}

.mr-xxl {
  margin-right: 32px !important;
}

.pt-xxs {
  padding-top: 4px !important;
}

.pt-xs {
  padding-top: 8px !important;
}

.pt-sm {
  padding-top: 12px !important;
}

.pt-md {
  padding-top: 16px !important;
}

.pt-xl {
  padding-top: 24px !important;
}

.pt-xxl {
  padding-top: 32px !important;
}

.pb-xxs {
  padding-bottom: 4px !important;
}

.pb-xs {
  padding-bottom: 8px !important;
}

.pb-sm {
  padding-bottom: 12px !important;
}

.pb-md {
  padding-bottom: 16px !important;
}

.pb-xl {
  padding-bottom: 24px !important;
}

.pb-xxl {
  padding-bottom: 32px !important;
}

.pl-xxs {
  padding-left: 4px !important;
}

.pl-xs {
  padding-left: 8px !important;
}

.pl-sm {
  padding-left: 12px !important;
}

.pl-md {
  padding-left: 16px !important;
}

.pl-xl {
  padding-left: 24px !important;
}

.pl-xxl {
  padding-left: 32px !important;
}

.pr-xxs {
  padding-right: 4px !important;
}

.pr-xs {
  padding-right: 8px !important;
}

.pr-sm {
  padding-right: 12px !important;
}

.pr-md {
  padding-right: 16px !important;
}

.pr-xl {
  padding-right: 24px !important;
}

.pr-xxl {
  padding-right: 32px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

@media only screen and (orientation: landscape) and (min-width: 829px), only screen and (orientation: portrait) and (min-width: 741px) {
  .only-sp {
    display: none !important;
  }
}

@media only screen and (orientation: landscape) and (max-width: 828px), only screen and (orientation: portrait) and (max-width: 740px) {
  .only-pc {
    display: none !important;
  }
}

/**
 * For Vue.js
 */
[v-cloak] {
  display: none !important;
}

/* ----------------------------------------
  style optimize
---------------------------------------- */
ol,
ul {
  margin: 0;
}

dl {
  margin: 0;
}
dd {
  margin: 0;
}

th {
  font-weight: normal;
}

img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    max-width: none;
  }
}

select::-ms-expand {
  display: none;
}

/* ----------------------------------------
  パンくず
---------------------------------------- */
.breadcrumb-wrapper {
  background: #f2f2f2;
}
.breadcrumb {
  max-width: 1024px;
  width: auto !important;
}
.breadcrumb__inner {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
@media screen and (max-width: 991px) {
  .breadcrumb {
    max-width: 92%;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    max-width: none;
  }
  .breadcrumb__inner {
    padding-right: 4.26666% !important;
    padding-left: 4.26666% !important;
  }
}

.goTop {
  /*display: none;*/
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in;
}
.goTop a {
  display: block;
}
.goTop__img--sp {
  display: none;
}
.goTop__img--pc {
  display: block;
  width: 40px;
  height: 40px;
}
.goTop.is-visible {
  /*display: block;*/
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .goTop {
    display: block;
    /*bottom: 88px !important;*/
    z-index: 5 !important;
  }
  .goTop__img--sp {
    display: block;
  }
  .goTop__img--pc {
    display: none;
  }
}

/* ----------------------------------------
  blc-inner
---------------------------------------- */
.u--blc-inner {
  max-width: 992px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .u--blc-inner {
    max-width: 91.46666%;
  }
}

/* CSS Document */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

/* u--sp-only */
.u--not-sp-only {
  display: block;
}
.u--sp-only {
  display: none;
}
.u--lrg-sp-only {
  display: none;
}
.u--small-sp-only {
  display: none;
}

.u--pc-only {
  display: block;
}
.u--not-pc-only {
  display: none;
}
.u--not-tab-only {
  display: block;
}
.u--tab-only {
  display: none;
}
.u--txt--emp {
  font-weight: bold;
}
.u--color--highlight {
}
.u--txt-link {
  color: #1c7bbd !important;
  text-decoration: underline;
}
.u--txt-link:hover {
  color: #269ef2 !important;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .u--pc-only {
    display: none;
  }
  .u--not-pc-only {
    display: block;
  }
  .u--not-tab-only {
    display: none;
  }
  .u--tab-only {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* u--sp-only */
  .u--not-sp-only {
    display: none !important;
  }
  .u--sp-only {
    display: block;
  }
  .u--lrg-sp-only {
    display: block;
  }
  .u--not-tab-only {
    display: block;
  }
  .u--tab-only {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .u--lrg-sp-only {
    display: none;
  }
  .u--small-sp-only {
    display: block;
  }
}

/* ----------------------------------------
  ヘッダー
---------------------------------------- */
.simple-header {
  background: #10069f;
  position: relative;
  z-index: 2;
}

.simple-header__inner {
  margin-left: auto;
  margin-right: auto;
}

.simple-header__logo {
  display: block;
  background-repeat: no-repeat;
  z-index: 1;
}

.simple-header__logo--his {
  background: url(https://www.his-j.com/cmn/images/his_logo_white.svg) no-repeat center;
  background-size: contain;
}
.simple-header__inner {
  max-width: 992px;
  padding: 16px 0;
}
.simplehead-tit {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
.simplehead-tit__logo {
  flex-basis: 68px;
  height: 27px;
  flex-shrink: 0;
  margin-right: 16px;
}
.simplehead-tit__tit {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.simple-header__logo--his {
  display: block;
  width: 65px;
  height: 27px;
}
.simple-footer__menu a:focus {
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .simple-footer__menu a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1023px) {
  .simple-header__inner {
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .simple-header__inner {
    max-width: 91.46666%;
  }
}
@media screen and (max-width: 767px) {
  .simple-header__inner {
    width: auto;
    padding: 12px 0 12px;
  }

  .simple-header__logo--his {
    /*width: 100px;
    height: 39.2px;*/
  }
  .simplehead-tit__tit {
    font-size: 13px;
  }
  .simple-footer__menu a:hover,
  .simple-footer__menu a:focus {
    text-decoration: underline;
  }
}

/**********************************
Footer
**********************************/
.simple-footer {
  position: relative;
  background: #fff;
  border-top: 4px solid #10069f;
}

.simple-footer__inner-wrap {
  position: relative;
}

.simple-footer__menu-wrap {
  display: flex;
  justify-content: space-between;
}

.simple-footer__menu {
  list-style-type: none;
  font-size: 14px;
  line-height: 22px;
  flex-grow: 1;
  text-align: left;
}

.simple-footer__menu a {
  color: #333;
  font-size: 12px;
  text-decoration: none;
  text-underline-offset: 3px;
}

.simple-footer__logo {
  display: block;
  background-repeat: no-repeat;
}

.simple-footer__logo--his {
  background: url(https://www.his-j.com/cmn/images/his_logo_blue.svg) no-repeat center;
  background-size: contain;
}

.simple-footer__logo--privacy {
  background: url(https://www.his-j.com/cmn/images/privacy.png) no-repeat center;
  flex-shrink: 0;
}

.simple-footer__privacy {
  display: flex;
  flex-direction: column;
}

.simple-footer__copyright {
  font-family: "Noto Sans";
  font-size: 12px;
  color: #888;
  display: flex;
}

.simple-footer__page-top {
  position: absolute;
  right: 24px;
  top: -32px;
  font-size: 12px;
  color: #6a6a6a;
  text-decoration: none;
}

.simple-footer__page-top::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  background: url(https://www.his-j.com/cmn/n-headfoot/images/arrow_top_gray.svg) no-repeat;
  margin-left: 7px;
}

/*************** PC *****************/
.simple-footer__inner-wrap {
  max-width: 1024px;
  padding: 22px 16px 16px;
  margin-left: auto;
  margin-right: auto;
}

.simple-footer__inner {
  display: flex;
}

.simple-footer__menu-wrap {
  flex-direction: row-reverse;
  align-items: flex-start;
  flex-grow: 1;
  margin-top: 0;
  padding-left: 10px;
}

.simple-footer__menu {
  padding-left: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.simple-footer__menu > * + * {
  margin-top: 0;
}

.simple-footer__menu > * + *::before {
  content: "";
  width: 1px;
  height: 14px;
  border-left: 1px solid #333;
  margin-left: 10px;
  margin-right: 9px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.simple-footer__logo--his {
  flex-shrink: 0;
  width: 65px;
  height: 27px;
  background-size: 65px auto;
  margin-top: 4px;
}

.simple-footer__logo--privacy {
  width: 40px;
  height: 40px;
  background-size: 40px auto;
  position: relative;
  top: -5px;
}

.simple-footer__copyright {
  justify-content: flex-end;
  margin: 0;
  position: absolute;
  right: 16px;
  bottom: 16px;
}

.simple-footer__privacy {
  justify-content: normal;
  padding-left: 0;
}
@media screen and (max-width: 1023px) {
  .simple-footer__inner-wrap {
    width: auto;
  }
  .simple-footer__copyright {
    position: static;
    justify-content: center;
    margin: 16px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .simple-footer {
    border-width: 3px;
  }

  .simple-footer__inner-wrap {
    padding: 26px 24px 30px;
  }
  .simple-footer__inner {
    display: block;
  }

  .simple-footer__menu-wrap {
    margin-top: 21px;
    padding-left: 0;
  }
  .simple-footer__menu {
    display: block;
    padding-left: 0;
  }
  .simple-footer__menu > * + * {
    margin-top: 10px;
  }
  .simple-footer__menu > * + *::before {
    display: none;
  }

  .simple-footer__logo--his {
  }

  .simple-footer__copyright {
  }

  .simple-footer__privacy {
    display: none;
    justify-content: flex-end;
    padding-left: 5px;
  }
}

.rn-toTop {
  position: fixed;
  right: 30px;
  bottom: 16px;
  z-index: 1;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.rn-toTop :hover {
  opacity: 0.7;
}

.rn-toTop__link {
  display: block;
  height: 100%;
  background: url(/furusato/img/icon/icon_pageTop.svg) no-repeat left top/contain;
}
@media screen and (max-width: 767px) {
  .rn-toTop {
    display: none;
  }
}

/* furusato-header */
.furusat-header {
}
.furusato-header-btn {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4.26666%;
  /*display: flex;*/
  height: auto;
  width: 25px;
  z-index: 10;
  background-color: #fff;
}
.furusato-header-btn__inner {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.furusato-header-btn__inner span,
.furusato-header-btn__inner span::before,
.furusato-header-btn__inner span::after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #0653b6;
  position: absolute;
}
.furusato-header-btn__inner span {
  top: 50%;
  margin-top: -1px;
}
.furusato-header-btn span::before {
  bottom: 8px;
}
.furusato-header-btn span::after {
  top: 8px;
}
@media screen and (max-width: 767px) {
  .furusato-header-btn {
    display: block;
  }
  .furusato-header-btn__inner {
    position: relative;
    height: 100%;
  }
  .furusato-header-btn.is-open span {
    background-color: rgba(255, 255, 255, 0);
  }
  .furusato-header-btn.is-open span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  .furusato-header-btn.is-open span::after {
    top: 0;
    transform: rotate(-45deg);
  }
}

/* furusato-footer */
.hikaku-footer {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.hikaku-footer__head {
  margin: 20px 0;
  font-size: 100%;
}
.hikaku-footer__hr {
  height: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #ddd;
}
.hikaku-menu {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .hikaku-footer {
    padding: 0;
  }
}

/* furusato-footer */
.furusato-footer {
  margin: 20px 0;
}
.furusato-footer-content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 20px auto;
}
.furusato-footer-content__head {
  flex-shrink: 0;
  flex-basis: 14em;
  margin-right: 1.875em;
  font-size: 14px;
  line-height: 1.5;
}
.furusato-footer-content__head__link {
  text-decoration: none !important;
  text-underline-offset: 3px;
  color: #262020;
}
.furusato-footer-content__body {
  flex-grow: 1;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .furusato-footer-content__head__link:hover {
    text-decoration: underline !important;
  }
  .furusato-footer-menu__item__link:hover {
    text-decoration: underline !important;
  }
}
@media screen and (max-width: 767px) {
  .furusato-footer-content {
    align-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .furusato-footer-content__head {
    margin-right: 0;
    flex-basis: 100%;
  }
  .furusato-footer-content__body {
    flex-basis: 100%;
  }
}
.furusato-footer-menu {
}
.furusato-footer-menu__item {
  display: inline-block;
  padding-right: 1.5em;
  flex-shrink: 0;
  box-sizing: border-box;
}
.furusato-footer-menu__item__link {
  display: inline-block;
  padding: 1px 0;
  font-size: 13px;
  line-height: 1;
  color: #333 !important;
  text-decoration: none !important;
  text-underline-offset: 3px;
}
.furusato-footer-menu__item__link.type--contact {
  padding-left: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAyQzAuNDQ3NzE1IDIgMCAyLjQ0NzcyIDAgM1YxMkMwIDEyLjU1MjMgMC40NDc3MTUgMTMgMSAxM0gxNEMxNC41NTIzIDEzIDE1IDEyLjU1MjMgMTUgMTJWM0MxNSAyLjQ0NzcyIDE0LjU1MjMgMiAxNCAySDFaTTEgM0wxNCAzVjMuOTI0OTRDMTMuOTE3NCAzLjkyNDg2IDEzLjgzMzggMy45NDc1MSAxMy43NTg5IDMuOTk1MDVMNy41IDcuOTY3MDNMMS4yNDExMiAzLjk5NTA1QzEuMTY2MjEgMy45NDc1MSAxLjA4MjYgMy45MjQ4NiAxIDMuOTI0OTRWM1pNMSA0LjkwNzk3VjEySDE0VjQuOTA3OTdMNy43NDExMiA4Ljg3OTk1QzcuNTkzOTQgOC45NzMzNSA3LjQwNjA2IDguOTczMzUgNy4yNTg4OCA4Ljg3OTk1TDEgNC45MDc5N1oiIGZpbGw9ImN1cnJlbnRDb2xvciIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjwvcGF0aD48L3N2Zz4=")
    no-repeat left center;
  -webkit-background-size: 15px;
  background-size: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .furusato-footer-menu__item {
    display: block;
    margin: 5px 0;
    padding-right: 0;
    flex-shrink: 0;
  }
  .furusato-footer-menu__item:first-of-type {
    margin-top: 0;
  }
  .furusato-footer-menu__item:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .furusato-footer-menu {
  }
  .furusato-footer-menu__item {
    display: block;
    margin: 10px 0;
    padding-right: 0;
    flex-shrink: 0;
  }
  .furusato-footer-menu__item:last-of-type {
    margin-bottom: 0;
  }
  .furusato-footer-menu__item__link {
    display: inline-block;
    padding-left: 14px;
    font-size: 14px;
    line-height: 1.5;
  }
}
/* .tbprfeature-list */
.tbprfeature-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
}
.tbprfeature-list__item {
  -webkit-flex-basis: 49.46808%;
  flex-basis: 32%;
  max-width: 32%;
  margin: 5px 0;
  padding: 5px 10px 5px 5px;
  background: #eee;
  background: url(data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjVweCIgaGVpZ2h0PSI4cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMjM1LCAxNDAsIDg4KSIKIGQ9Ik00LjcxMiw0LjUzMCBMMS41MzAsNy43MTIgQzEuMjM3LDguMDA1IDAuNzYzLDguMDA1IDAuNDcwLDcuNzEyIEMwLjE3Nyw3LjQxOSAwLjE3Nyw2Ljk0NSAwLjQ3MCw2LjY1MiBMMy4xMjEsNC4wMDAgTDAuNDcwLDEuMzQ4IEMwLjE3NywxLjA1NSAwLjE3NywwLjU4MSAwLjQ3MCwwLjI4OCBDMC43NjMsLTAuMDA1IDEuMjM3LC0wLjAwNSAxLjUzMCwwLjI4OCBMNC43MTIsMy40NzAgQzUuMDA1LDMuNzYzIDUuMDA1LDQuMjM3IDQuNzEyLDQuNTMwIFoiLz4KPC9zdmc+)
    no-repeat right 8px center #eee;
  background-size: 5px 8px;
  /*box-shadow: 0px 0px 5px 0px rgba(197, 197, 197, 1);*/
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.tbprfeature-list__link {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
}
.tbprfeature-list__tmb {
  -webkit-flex-basis: 80px;
  flex-basis: 80px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
.tbprfeature-list__txt {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  color: #333;
  padding-right: 10px;
}
.tbprfeature-list__tit {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.28571;
}
.tbprfeature-list__tit > a {
  color: #333 !important;
  text-decoration: none !important;
}
.tbprfeature-list__des {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .tbprfeature-list__item:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .tbprfeature-list {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .tbprfeature-list__item {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    max-width: none;
    margin: 5px 0;
  }
}
@media only screen and (max-width: 340px) {
  .tbprfeature-list__tit > a {
    font-size: 13px;
  }
  .tbprfeature-list__des {
    font-size: 11px;
  }
}

/* ----------------------------------------
  ふるさと納税：ヘッダー
---------------------------------------- */
.furusato-header-wrapper {
  position: relative;
  background: #fff;
  border-bottom: 2px solid #ddd;
}
.furusato-header {
  max-width: 992px;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  padding: 21px 0 16px;
  background: #fff;
}
.furusato-header__tit {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}
.furusato-header__tit-link {
  display: block;
  transition: opacity 0.2s ease-in;
}
.furusato-header__tit-link.is-hover {
  opacity: 0.6;
}
.furusato-header__tit__txt--color {
  color: #10069f;
}
.furusato-header__nav {
}
.header-nav {
  display: -webkit-flex;
  display: flex;
}
.header-nav__item:not(:last-child) {
  margin-right: 16px;
}
.headernav-link {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  color: #333;
}
.headernav-link.is-hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.headernav-link__txt {
  display: block;
  position: relative;
  font-size: 14px;
  text-decoration: none !important;
}
.headernav-link__txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-nav__item.type--search .headernav-link__txt {
  padding-left: 17px;
}
.header-nav__item.type--search .headernav-link__txt::before {
  width: 12px;
  height: 19px;
  background: url(/furusato/img/header/icn_beginner.svg) no-repeat center center;
}
.header-nav__item.type--about .headernav-link__txt {
  padding-left: 17px;
}
.header-nav__item.type--about .headernav-link__txt::before {
  width: 12px;
  height: 19px;
  background: url(/furusato/img/header/icn_beginner.svg) no-repeat center center;
}
.header-nav__item.type--faq .headernav-link__txt {
  padding-left: 24px;
}
.header-nav__item.type--faq .headernav-link__txt::before {
  width: 21px;
  height: 21px;
  background: url(/furusato/img/header/icn_faq.svg) no-repeat center center;
}
@media screen and (max-width: 991px) {
  .furusato-header {
    max-width: 91.46666%;
    padding-right: 0;
    padding-left: 0;
  }
  .furusato-header__tit img {
    width: 301px;
    max-width: 301px;
  }
}
@media screen and (max-width: 767px) {
  .furusato-header {
    display: block;
    max-width: none;
    padding: 12px 4.26666%;
  }
  .furusato-header__tit {
    padding: 0 0;
    font-size: 24px;
  }
  .furusato-header__tit img {
    width: 100%;
    max-width: 100%;
  }
  .furusato-header__nav {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .furusato-header__tit {
    font-size: 20px;
  }
}

/* ----------------------------------------
  ふるさと納税：PRテキスト
---------------------------------------- */
.pr-wrapper {
  background: #fff;
}
.pr {
  max-width: 992px;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 0 16px;
}
.pr__txt {
  flex-shrink: 0;
  margin: 0 auto 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.pr__txt__num {
  color: #d60000;
}
.pr-logo {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0 0 auto;
}
.pr-logo__item {
  flex-basis: 40px;
}
.pr-logo__item img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.pr-logo__item:not(:last-child) {
  margin-right: 12px;
}
.pr-logo-link img {
  transition: opacity 0.2s ease-in;
}
.pr-logo-link.is-hover img {
  opacity: 0.7;
}
@media screen and (max-width: 991px) {
  .pr {
    max-width: 92%;
    padding: 12px 0;
  }
  .pr__txt {
    font-size: 16px;
    line-height: 1.5;
  }
  .pr-logo {
    margin-left: 16px;
  }
  .pr-logo__item {
    flex-basis: 32px;
  }
  .pr-logo__item:not(:last-child) {
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .pr {
    flex-direction: column;
    max-width: none;
    padding: 12px 4.26666%;
  }
  .pr__txt {
    min-height: 0%; /* for IE */
    margin: 0 auto 8px;
    font-size: 14px;
    letter-spacing: -0.05em;
  }
  .pr-logo {
    min-height: 0%; /* for IE */
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 0 0 0;
  }
  .pr-logo__item:not(:last-child) {
    margin-right: 7px;
  }
}
@media screen and (max-width: 320px) {
  .pr__txt {
    font-size: 12px;
  }
  .pr-logo__item:not(:last-child) {
    margin-right: 6px;
  }
}

/* ----------------------------------------
  グロナビ：モーダル
---------------------------------------- */
.headmodal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 300;
  top: 99px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.headmodal-head {
  padding: 12px 15px 10px 14px;
  background: #10069f;
}
.headmodal-head__tit {
  width: 100px;
  height: 39.2px;
  background: url(https://www.his-j.com/cmn/images/his_logo_white.svg) no-repeat center;
  color: #fff;
}
.headmodal-head__btn {
  display: none;
}
.headmodal__inner {
}

.headmodal-kw {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 0 8.53333% 24px;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  overflow: hidden;
}
.headmodal-kw__text {
  flex-grow: 1;
  outline: 0;
  border: 0;
  border-radius: 0;
  width: 100%;
  margin: 0;
  padding: 8px 4.26666% 8px;
  font-size: 16px;
  line-height: 1.5;
  background: #f1f1f1;
}
.headmodal-kw__btn-submit {
  flex-basis: 48px;
  max-width: 48px;
  flex-shrink: 0;
  flex-grow: 0;
  outline: 0;
  border: 0;
  margin: 0;
  padding: 0 12px 0 12px;
  background: #ff6200;
  color: #fff;
  cursor: pointer;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.headmodal-kw__btn-submit img {
  width: 24px;
  height: 24px;
}
.headmodal-kw__btn-submit.is-hover {
  background: #fff;
  color: #ff6200;
}

.hmodalmenu {
  border-top: 1px solid #d7d7d7;
}
.hmodalmenu__item {
  border-bottom: 1px solid #d7d7d7;
}
.hmodalmenu-link {
  display: block;
  padding: 16px 4.26666%;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  /*background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC45MjUiIGhlaWdodD0iMTguOTk3IiB2aWV3Qm94PSIwIDAgMTAuOTI1IDE4Ljk5NyI+CiAgPHBhdGggaWQ9IuODkeOCuV80NDQwIiBkYXRhLW5hbWU9IuODkeOCuSA0NDQwIiBkPSJNNDIwLjQxOC01ODUuOWgwYTEuNDI2LDEuNDI2LDAsMCwwLDAsMi4wMTdsNy4wNjIsNy4wNjMtNy4wNjIsNy4wNjNhMS40MjYsMS40MjYsMCwwLDAsMCwyLjAxOGgwYTEuNDI3LDEuNDI3LDAsMCwwLDIuMDE4LDBsOC4wNzItOC4wNzJhMS40MjcsMS40MjcsMCwwLDAsMC0yLjAxOGwtOC4wNzItOC4wNzJBMS40MjcsMS40MjcsMCwwLDAsNDIwLjQxOC01ODUuOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00MjAgNTg2LjMxNCkiIGZpbGw9IiM1NTUiLz4KPC9zdmc+Cg==') no-repeat right 16px center;*/
  background: url(/furusato/img/icn/icn_arrow_next_6e6e6e.svg) no-repeat right 4.26666% center;
  color: #333;
  text-decoration: none;
}
.hmodalmenu-link__inner {
  display: block;
  position: relative;
}
.hmodalmenu-link__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hmodalmenu__item.type--about .hmodalmenu-link__inner {
  padding-left: 25px;
}
.hmodalmenu__item.type--about .hmodalmenu-link__inner::before {
  width: 16px;
  height: 26px;
  left: 4px;
  background: url(/furusato/img/header/icn_beginner.svg) no-repeat center center;
  background-size: 16px auto;
}
.hmodalmenu__item.type--faq .hmodalmenu-link__inner {
  padding-left: 32px;
}
.hmodalmenu__item.type--faq .hmodalmenu-link__inner::before {
  width: 24px;
  height: 24px;
  background: url(/furusato/img/header/icn_faq.svg) no-repeat center center;
  background-size: 24px auto;
}
@media screen and (max-width: 991px) {
  .headmodal {
  }

  .headmodal__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    padding: 0 0 80px;
    background-color: #fff;
    overflow: auto;
  }

  .headmodal-head__btn {
    display: block;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
    color: #fff;
  }

  .is-show {
    /* モーダル表示用クラス */
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
}

/* ----------------------------------------
  footer：各リンク
---------------------------------------- */
.linkftr {
  margin: 48px auto 48px;
  padding: 40px 0;
  background: #f1f1f1;
}
.linkftrblock {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  max-width: 992px;
  margin: 0 auto 40px;
}
.linkftrbox__tit {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
.linkftrbox__cnt {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.linkftrbox__cnt:not(:last-of-type) {
  margin-bottom: 30px;
}
.linkftrlist.type--cat {
  width: 10.5em;
  margin-right: 1.25em;
}
.linkftrlist.type--cat:last-child {
  margin-right: 0;
}
.linkftrlist.type--pref {
  width: 4em;
  margin-right: 1.25em;
}
.linkftrlist.type--pref:last-child {
  margin-right: 0;
}
.linkftrlist__item {
}
.linkftrlist-link {
  display: inline-block;
  padding: 0.5em 0 0.5em 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
  text-decoration: none;
  text-underline-offset: 3px;
  color: #333;
}
.linkftrlist-link.is-hover {
  text-decoration: underline;
}
.linkftr-note {
  max-width: 992px;
  margin-right: auto;
  margin-left: auto;
}
.linkftr-note__tit {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
}
.ftrnote__item {
  position: relative;
  margin-bottom: 4px;
  margin-left: 1.25em;
  font-size: 12px;
  line-height: 1.5;
}
.ftrnote__item:last-child {
  margin-bottom: 0;
}
.ftrnote__item::before {
  content: "※";
  position: absolute;
  left: -1.25em;
  top: 0;
  display: block;
  width: 1em;
  height: 1em;
}
.linkftr__note {
  max-width: 992px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  line-height: 1.75;
}
@media screen and (max-width: 991px) {
  .linkftr {
    padding-right: 4.66666%;
    padding-left: 4.66666%;
  }
  .linkftrblock {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .linkftrbox {
    margin-bottom: 24px;
    flex-basis: 100%;
  }
  .linkftrbox__cnt {
    flex-direction: column;
  }
  .linkftrbox__cnt:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .linkftrlist {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .linkftrlist.type--cat {
    width: auto;
    margin-right: 0;
  }
  .linkftrlist.type--pref {
    width: auto;
    margin-right: 0;
  }
  .linkftrlist__item {
    margin-right: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .linkftr {
    padding: 0;
    background: #fff;
  }
  .linkftrblock {
    border-bottom: 1px solid #ddd;
  }
  .linkftrbox {
    margin-bottom: 0;
  }
  .linkftrbox__tit {
    border-top: 1px solid #ddd;
    margin-bottom: 0;
    padding: 8px 9% 8px 4.26666%;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    /*background: #f7f7f7;*/
  }
  .linkftrbox__tit {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy45MTEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzLjkxMSA4Ij4KICA8cGF0aCBpZD0i44OR44K5XzQ0NTAiIGRhdGEtbmFtZT0i44OR44K5IDQ0NTAiIGQ9Ik00MjAuMzA2LTU4Ni4wMDhoMGExLjA0NCwxLjA0NCwwLDAsMCwwLDEuNDc3bDUuMTcxLDUuMTcyLTUuMTcxLDUuMTcyYTEuMDQ1LDEuMDQ1LDAsMCwwLDAsMS40NzdoMGExLjA0NSwxLjA0NSwwLDAsMCwxLjQ3NywwbDUuOTExLTUuOTExYTEuMDQ1LDEuMDQ1LDAsMCwwLDAtMS40NzdsLTUuOTExLTUuOTExQTEuMDQ1LDEuMDQ1LDAsMCwwLDQyMC4zMDYtNTg2LjAwOFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01NzIuNDAzIC00MjApIHJvdGF0ZSg5MCkiIGZpbGw9IiM1NTUiLz4KPC9zdmc+Cg==")
      no-repeat center right 4.26666% #f1f1f1;
  }
  .linkftrbox__tit.is-open {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy45MTEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzLjkxMSA4Ij4KICA8cGF0aCBpZD0i44OR44K5XzQ0NTEiIGRhdGEtbmFtZT0i44OR44K5IDQ0NTEiIGQ9Ik00MjAuMzA2LTU4Ni4wMDhoMGExLjA0NCwxLjA0NCwwLDAsMCwwLDEuNDc3bDUuMTcxLDUuMTcyLTUuMTcxLDUuMTcyYTEuMDQ1LDEuMDQ1LDAsMCwwLDAsMS40NzdoMGExLjA0NSwxLjA0NSwwLDAsMCwxLjQ3NywwbDUuOTExLTUuOTExYTEuMDQ1LDEuMDQ1LDAsMCwwLDAtMS40NzdsLTUuOTExLTUuOTExQTEuMDQ1LDEuMDQ1LDAsMCwwLDQyMC4zMDYtNTg2LjAwOFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU4Ni4zMTQgNDI4KSByb3RhdGUoLTkwKSIgZmlsbD0iIzU1NSIvPgo8L3N2Zz4K");
  }
  .linkftrbox__cnt {
    display: block;
  }
  .linkftrbox__cnt:not(:last-of-type) {
    margin-bottom: 0;
  }
  .linkftrlist {
    display: block;
  }
  .linkftrlist.type--cat {
    width: auto;
  }
  .linkftrlist.type--pref {
    width: auto;
  }
  .linkftrlist__item {
    border-top: 1px solid #ddd;
    margin-right: 0;
    background: #fff;
  }
  .linkftrlist-link {
    display: block;
    padding: 8px 9% 8px 4.26666%;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    background: url(/furusato/img/icn/icn_arrow_next_6e6e6e.svg) no-repeat right 4.26666% center;
  }
  .linkftrlist-link.is-hover {
    text-decoration: none;
  }
  .linkftr__note {
    max-width: 91.46666%;
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 320px) {
  .linkftrbox__tit {
  }
}

/* ----------------------------------------
  他比較サービス
---------------------------------------- */
.otherhikaku {
  margin: 48px auto 48px;
}
.otherhikaku-tit {
  max-width: 992px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
.otherhikaku-tit::before {
  content: "▼";
}
@media screen and (max-width: 991px) {
  .otherhikaku-tit {
    max-width: 91.46666%;
  }
}
@media screen and (max-width: 767px) {
  .otherhikaku {
    margin: 48px auto 24px;
  }
}

/* ----------------------------------------
  グループ企業リンク
---------------------------------------- */
.groupcmp {
  max-width: 992px;
  margin: 40px auto 80px;
}
.groupcmp-tit {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.ftrgrouplist {
  display: flex;
  overflow: hidden;
  padding-left: 0 !important;
  flex-wrap: wrap;
}
.ftrgrouplist__item {
  margin: 12px;
}
.ftrgrouplist__item a {
  display: flex;
  overflow: hidden;
  height: 100%;
  max-height: 40px;
  align-items: center;
  transition: opacity 0.2s ease-in;
}
.ftrgrouplist__item a.is-hover {
  opacity: 0.7;
}
.ftrgrouplist__item img {
  height: auto;
  width: auto;
  max-height: 40px;
  max-width: 64.61px;
}
@media screen and (max-width: 991px) {
  .groupcmp {
    max-width: 91.46666%;
  }
}
@media screen and (max-width: 767px) {
  .groupcmp {
    margin: 16px auto 16px;
  }
  .ftrgrouplist {
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}

/* ----------------------------------------
　PR（SSP）
---------------------------------------- */
.prbnr.type--pc {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  max-width: 992px;
  margin: 40px auto 60px;
}
.prbnr.type--pcstatic {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  max-width: 992px;
  margin: 40px auto 60px;
}
.prbnr.type--sp,
.prbnr.type--spstatic {
  display: none;
}
.prbnr-box {
  flex-basis: 468px;
}
.prbnr.type--pcstatic .prbnr-box {
  flex-basis: 728px;
}
.prbnr__tit {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
.prbnr__cnt a {
  display: block;
  text-align: center;
  max-width: 468px;
  margin-right: auto;
  margin-left: auto;
}
.prbnr__cnt a img {
  display: block;
  max-width: 100%;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}
.prbnr__cnt iframe {
  transform: none !important;
}
.prbnr__cnt > div {
  height: auto !important;
}
@media screen and (max-width: 991px) {
  .prbnr {
    max-width: 91.46666%;
    margin-right: auto;
    margin-left: auto;
  }
  .prbnr.type--pc {
    display: block;
  }
  .prbnr.type--pcstatic {
    display: none;
  }
  .prbnr.type--spstatic {
    display: block;
    margin: 24px auto 32px;
  }
  .prbnr-box:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .prbnr.type--pc,
  .prbnr.type--pcstatic {
    display: none;
  }
  .prbnr.type--sp {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .prbnr {
    max-width: none;
  }
}

/* ---------------------------------------------
  pr
--------------------------------------------- */
.pr--type2.pr {
  padding: 21px 0;
}
.pr--type2 .pr-logo__item-txt {
  font-size: 12px;
  line-height: calc(14 / 12);
}
@media screen and (min-width: 768px) {
  .pr--type2 .pr-logo__item {
    flex-basis: 30px;
  }
  .pr--type2 .pr-logo__item:not(:last-child) {
    margin-right: 11px;
  }
}
@media screen and (max-width: 991px) {
  .pr--type2 .pr__txt {
    font-size: 14px;
  }
  .pr--type2 .pr-logo__item-txt {
    font-size: 11px;
    line-height: calc(13 / 11);
  }
}
@media screen and (max-width: 767px) {
  .pr--type2.pr {
    padding: 10px calc(10 / 375 * 100%) 12px;
  }
  .pr--type2 .pr__txt {
    font-size: 11px;
    letter-spacing: normal;
  }
  .pr--type2 .pr-logo__item {
    flex-basis: 24px;
  }
  .pr--type2 .pr-logo__item:not(:last-child) {
    margin-right: 6px;
  }
  .pr--type2 .pr-logo__item-txt {
    white-space: nowrap;
  }
}

/* ----------------------------------------
  categoryrank
---------------------------------------- */
.categoryrank {
  margin: 0 auto 40px;
}
.categoryrank:last-child {
  margin: 0 auto;
}
.categoryrank__tit {
  position: relative;
  margin-bottom: 8px;
  padding-left: 26px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.66666;
}
.categoryrank__tit::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 17px;
  margin-top: -11px;
  background: url(/furusato/img/icn/icn_rank_crown.svg) no-repeat center center;
}
.categoryrank__tit__cat {
  display: none;
}
.catranklist {
}
.catranklist__item {
}
.catranklist__item:last-child {
  margin-bottom: 0;
}
.catrank-link {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  position: relative;
  padding: 8px 0;
  text-decoration: none !important;
  color: #333;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.catrank-link:hover {
  background: #fff3ec;
}
.catrank-img {
  position: relative;
  flex-basis: 32.7777%;
  max-width: 32.7777%;
  flex-shrink: 0;
  padding-bottom: 32.7777%;
}
.catrank-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.categoryrank__more {
  margin: 8px auto 40px;
  text-align: center;
}
.categoryrank__more:last-child {
  margin-bottom: 0;
}
.categoryrank__more-btn {
  display: inline-block;
  width: 100%;
  max-width: 130px;
  border: 1px solid #6e6e6e;
  border-radius: 40px;
  padding: 9px 20px 9px 8px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.28571;
  text-align: center;
  text-decoration: none !important;
  color: #333;
  background: url(/furusato/img/icn/icn_arrow_next_6e6e6e.svg) no-repeat center right 12px #fff;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.categoryrank__more-btn:hover {
  background-color: #f2f2f2;
}
@media screen and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .catrank-img {
    padding-bottom: 0 !important;
  }
  *::-ms-backdrop,
  .catrank-img img {
    position: static;
    height: auto;
  }
}
.catrank-info {
  flex-basis: 63.33333%;
  max-width: 63.33333%;
}
.catrank-info__tit {
  min-height: 3em;
  max-height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.catranktit-num {
  display: block;
  position: absolute;
  top: -2px;
  left: -10px;
  width: 24px;
  height: 24px;
  color: #555555;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  background: #fff3d9;
}
.catranklist__item:nth-child(1) .catranktit-num {
  background: #cec845;
}
.catranklist__item:nth-child(2) .catranktit-num {
  background: #b9b9b9;
}
.catranklist__item:nth-child(3) .catranktit-num {
  background: #c48f77;
}
.catrank-info__city {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
}
.catrank-info__price {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #f01c1c;
}
.catrank-info__price::after {
  content: "～";
}
.catrank-info__imgby {
  display: none;
  margin-top: 5px;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.25;
  color: #999;
}
@media screen and (max-width: 991px) {
  .categoryrank {
    margin-bottom: 80px;
  }
  .categoryrank__tit {
    margin-bottom: 32px;
    padding-left: 0;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
  }
  .categoryrank__tit::before {
    display: none;
  }
  .categoryrank__tit__cat {
    display: inline;
  }
  .catrank-img {
    padding-bottom: 20%;
  }
  .catrank-info__tit {
    font-size: 16px;
    margin-bottom: 0;
  }
  .catranktit-num {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .catrank-info__city {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .catrank-info__price {
    font-size: 16px;
    line-height: 1.25;
  }
  .catrankprice-num {
    font-size: 20px;
    line-height: 1.25;
  }
  .categoryrank__more {
    margin-top: 32px;
  }
  .categoryrank__more-btn {
    display: inline-block;
    border: 1px solid #6e6e6e;
    border-radius: 40px;
    width: 100%;
    max-width: 16em;
    padding: 15px 55px 15px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.125;
    text-align: center;
  }
  .catrank-info__imgby {
    /*display: block;*/
  }
}
@media screen and (max-width: 767px) {
  .categoryrank {
    margin: 0 auto 80px;
  }
  .categoryrank__tit {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.33333;
    text-align: center;
  }
  .catrank-info__tit {
    font-size: 14px;
  }
  .catrank-img {
    padding-bottom: 32.7777%;
  }
}

/* ----------------------------------------
  adlist
---------------------------------------- */
.adlist {
}
.adlist__item {
  margin-bottom: 8px;
}
.adlist__item:last-child {
  margin-bottom: 0;
}
.adlink {
  display: block;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.adlink:hover {
  opacity: 0.7;
}
.adlink img {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 991px) {
  .adlist {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-top: -24px;
  }
  .adlist__item {
    flex-basis: 32%;
    max-width: 32%;
    margin-right: 2%;
    margin-top: 24px;
    margin-bottom: 0;
  }
  .adlist__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .adlist {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-top: -24px;
  }
  .adlist__item {
    flex-basis: 47.40061%;
    max-width: 47.40061%;
    margin-right: 4.89296%;
    margin-top: 24px;
    margin-bottom: 0;
  }
  .adlist__item:nth-child(2n) {
    margin-right: 0;
  }
  .adlist__item:nth-child(3n) {
    margin-right: 4.89296%;
  }
  .adlist__item:nth-child(6n) {
    margin-right: 0;
  }
}

/* ----------------------------------------
  bnrlist
---------------------------------------- */
.bnrlist {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-top: -24px;
}
.bnrlist__item {
  flex-basis: 23.18548%;
  max-width: 23.18548%;
  margin-top: 24px;
  margin-right: 2.41935%;
}
.bnrlist__item:nth-child(4n) {
  margin-right: 0;
}
.bnrlist-link {
  display: block;
  text-decoration: none !important;
  color: #333;
}
.bnrlist-img img {
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.bnrlist-link:hover .bnrlist-img img {
  opacity: 0.7;
}
.bnrlist-img {
  margin-bottom: 8px;
}
.bnrlist-tit {
  /*font-size: 18px;*/
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .bnrlist {
    margin-top: -16px;
  }
  .bnrlist__item {
    flex-basis: 47.40061%;
    max-width: 47.40061%;
    margin-top: 16px;
    margin-right: 4.89296%;
  }
  .bnrlist__item:nth-child(2n) {
    margin-right: 0;
  }
  .bnrlist-img {
    /*margin-bottom: 10px;*/
  }
  .bnrlist-tit {
    /*font-size: 16px;*/
    font-size: 14px;
    line-height: 1.5;
  }
}

/* ----------------------------------------

---------------------------------------- */
.kangenrank {
  margin: 40px auto 80px;
}
.kangenrank-tit {
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
}
.kangenrank-titinner__sub {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.kangenrank-titinner__txt {
  display: block;
}
.kangenrank-more {
  margin: 16px auto;
  text-align: right;
}
.kangenrank-more:last-child {
  margin-bottom: 0;
}
.kangenrank-more__link {
  display: inline-block;
  padding-right: 16px;
  font-size: 14px;
  text-decoration: none;
  text-underline-offset: 3px;
  background: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjExcHgiIGhlaWdodD0iMTlweCI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYig4NSwgODUsIDg1KSIKIGQ9Ik0wLjk0OSwxOC4yOTggQzAuNDI5LDE3Ljc3MCAwLjQyOSwxNi45MTQgMC45NDksMTYuMzg2IEw3LjUzMSw5LjY5NyBMMC45NDksMy41IEMwLjQyOSwyLjQ3NyAwLjQyOSwxLjYyNCAwLjk0OSwxLjk0IEMxLjQ2OCwwLjU2NyAyLjMxMSwwLjU2NyAyLjgzMCwxLjk0IEwxMC4zNTIsOC43NDEgQzEwLjg3MCw5LjI2NyAxMC44NzAsMTAuMTI0IDEwLjM1MiwxMC42NTIgTDIuODMwLDE4LjI5OCBDMi4zMTEsMTguODI0IDEuNDY4LDE4LjgyNCAwLjk0OSwxOC4yOTggWiIvPgo8L3N2Zz4=")
    no-repeat right center #fff;
  background-size: 8px 13px;
  color: #333;
}
.kangenrank-more__link.is-hover {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .kangenrank {
    margin: 0 auto 80px;
  }
  .kangenrank-tit {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.33333;
  }
  .kangenrank-titinner__sub {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.33333;
  }
}

/* ----------------------------------------

---------------------------------------- */
.frstrcmd {
  margin: 40px auto 80px;
}
.frstrcmd-tit {
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
}
.frstrcmd-titinner__sub {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.frstrcmd-titinner__txt {
  display: block;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .frstrcmd {
    margin: 0 auto 80px;
  }
  .frstrcmd-tit {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.33333;
  }
  .frstrcmd-tit::before {
    margin-left: -4.2666%;
  }
  .frstrcmd-tit::after {
    margin-right: -4.2666%;
  }
  .frstrcmd-titinner__sub {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.33333;
  }
}

/* ----------------------------------------

---------------------------------------- */
.frstcamp {
  margin: 40px auto 80px;
}
.frstcamp-tit {
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
}
.frstcamp-titinner__sub {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.frstcamp-titinner__txt {
  display: block;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .frstcamp {
    margin: 0 auto 80px;
  }
  .frstcamp-tit {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.33333;
  }
  .frstcamp-titinner__sub {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.33333;
  }
}

/* ----------------------------------------

---------------------------------------- */
.productcard {
  margin-top: -8px;
}
.productcard:not(.slick-initialized) {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.productcard__item {
  max-width: 94.04761%;
  margin: 8px 2.97619%;
  background: #fff;
  border-radius: 4px;
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
.productcard:not(.slick-initialized) .productcard__item {
  flex-basis: 23.18548%;
  max-width: 23.18548%;
  margin: 8px 2.41935% 8px 0;
}
.productcard:not(.slick-initialized) .productcard__item:nth-child(4n) {
  margin-right: 0;
}
.productcard-link {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  flex-direction: column;
  text-decoration: none !important;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  outline: 0;
}
.productcard-link:hover {
  background-color: #fff3ec;
}
.productcard-img {
  flex-grow: 0;
  flex-shrink: 0;
  min-height: 0%;
  height: 0;
  position: relative;
  padding-bottom: 66.66666%;
  background-color: #f2f2f2;
}
.productcard-img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px 4px 0 0;
}
@media screen and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .productcard-img img {
    left: 0;
    right: 0;
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
}
.productcard-info {
  flex: 1 1 auto;
  min-height: 0%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 24px 24px 25px;
}
.productcard-hdr {
  flex: 1 1 auto;
  min-height: 0%;
}
.productcard-hdr__tit {
  min-height: 4.5em;
  max-height: 4.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.productcard-hdr__city {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}
.resultlist-info__review {
  width: 100%;
  margin: 8px auto;
}
.resultlist-info__review img {
  max-width: 80px;
}
.productcard-info-review {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 4px;
}
.productcard-info-review__img {
  display: block;
  max-width: 80px;
  margin-right: 0.5em;
}
.productcard-info-review__num {
  display: block;
  padding-top: 2px;
  margin-right: 0.5em;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.productcard-info-review__rvw {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}
.productcard-info__price {
  margin-top: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  color: #f01c1c;
}
.productcard-info__price::after {
  content: "～";
}
.productcard-info__price__num {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
}
.productcard-info__imgby {
  display: none;
  margin-top: 5px;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.25;
  color: #999;
}
@media screen and (max-width: 991px) {
  .productcard-info {
    padding: 16px 16px;
  }
  .productcard-info-review {
    flex-wrap: wrap;
  }
  .productcard-info-review__rvw {
    margin-top: 4px;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  .productcard {
    max-width: 91.46666%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .productcard .slick-track {
    margin-left: 0;
  }
  .productcard .slick-next {
    right: -4.26666%;
  }
  .productcard .slick-prev {
    left: -4.26666%;
  }
  .productcard-info {
    min-height: 14.5em;
    padding: 16px 16px 14px;
  }
  .productcard-hdr__city {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  /*.productcard-info-review {
    flex-wrap: nowrap;
  }*/
  .productcard-info-review__img {
    max-width: 64px;
  }
  .productcard-info-review__rvw {
    /*margin-top: 0;
    flex-basis: auto;*/
    font-size: 10px;
  }
  .productcard-info__price {
    margin-top: 8px;
  }
}
@media screen and (max-width: 360px) {
  .productcard-info-review__img {
    max-width: 60px;
  }
  .productcard-info-review__rvw {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 320px) {
  .productcard-info-review__num {
    font-size: 12px;
  }
  .productcard-info-reviewcmt {
    font-size: 10px;
  }
}

/* ----------------------------------------
  rankcard：ランキング要素用カード
---------------------------------------- */
.rankcard {
  margin-top: -8px;
}
.rankcard {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.rankcard__item {
  max-width: 94.04761%;
  margin: 8px 2.97619%;
  background: #fff;
  border-radius: 4px;
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
.rankcard__item {
  flex-basis: 23.18548%;
  max-width: 23.18548%;
  margin: 8px 2.41935% 8px 0;
}
.rankcard__item:nth-child(5n) {
  margin-right: 0;
}

.rankcard-link {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  flex-direction: column;
  text-decoration: none !important;
  position: relative;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  outline: 0;
}
.rankcard-link:hover {
  background-color: #fff3ec;
}
.rankcardtit-num {
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 32px;
  height: 32px;
  color: #555555;
  border-radius: 32px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  background: #fff3d9;
}
.rankcard__item:nth-child(1) .rankcardtit-num {
  background: #cec845;
}
.rankcard__item:nth-child(2) .rankcardtit-num {
  background: #b9b9b9;
}
.rankcard__item:nth-child(3) .rankcardtit-num {
  background: #c48f77;
}
.rankcard-img {
  flex-grow: 0;
  flex-shrink: 0;
  min-height: 0%;
  height: 0;
  position: relative;
  padding-bottom: 66.66666%;
  background-color: #f2f2f2;
}
.rankcard-img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px 4px 0 0;
}
@media screen and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .rankcard-img {
    padding-bottom: 0 !important;
    height: auto;
  }
  *::-ms-backdrop,
  .rankcard-img img {
    position: static;
    /*left: 0;
    right: 0;
    width: 100%;*/
    height: auto;
    /*margin: 0 auto;*/
  }
}
.rankcard-info {
  flex: 1 1 auto;
  min-height: 0%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 24px 24px 25px;
}
.rankcard-hdr {
  flex: 1 1 auto;
  min-height: 0%;
}
.rankcard-hdr__tit {
  min-height: 4.5em;
  max-height: 4.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.rankcard-hdr__city {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}
.rankcard-info__review {
  width: 100%;
  margin: 8px auto;
}
.rankcard-info__review img {
  max-width: 93px;
}
.rankcard-info__price {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  color: #f01c1c;
}
.rankcard-info__price::after {
  content: "～";
}
.rankcard-info__price__num {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
}
.rankcard-info__imgby {
  display: none;
  margin-top: 5px;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.25;
  color: #999;
}
.rankcard-more {
  margin-top: 24px;
  text-align: center;
}
.rankcard-more__btn {
  display: inline-block;
  border: 1px solid #6e6e6e;
  border-radius: 30px;
  width: 100%;
  max-width: 16em;
  margin: 0 auto;
  padding: 18px 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.125;
  text-align: center;
  text-decoration: none;
  background: url(/furusato/img/icn/icn_arrow_next_6e6e6e.svg) no-repeat center right 15px #fff;
  color: #333;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.rankcard-more__btn:hover {
  background-color: #f2f2f2;
}
@media screen and (max-width: 991px) {
  .rankcard {
    display: block;
    /*flex-direction: column;*/
    margin-right: auto;
    margin-left: auto;
  }
  .rankcard__item {
    /*flex: 1 1 auto;*/
    width: 100%;
    max-width: none;
    min-height: 100%;
    border-radius: 0;
    margin: 0 auto;
    box-shadow: none;
  }
  .rankcard-link {
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    height: auto;
    padding: 8px 0;
  }
  .rankcard-img {
    flex-basis: 32.7777%;
    max-width: 32.7777%;
    flex-shrink: 0;
    padding-bottom: 20%;
  }
  .rankcard-img img {
    border-radius: 4px;
  }
  .rankcard-info {
    flex-basis: 63.33333%;
    max-width: 63.33333%;
    padding: 0;
  }
  .rankcard-hdr__tit {
    margin-bottom: 0;
  }
  .rankcardtit-num {
    top: -2px;
    left: -10px;
    width: 24px;
    height: 24px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .rankcard-hdr__city {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .rankcard-more {
    margin-top: 32px;
  }
  .rankcard-more__btn {
    border-radius: 40px;
    padding: 15px 55px 15px;
    font-size: 16px;
    background: url(/furusato/img/icn/icn_arrow_next_6e6e6e.svg) no-repeat center right 12px #fff;
  }
}
@media screen and (max-width: 767px) {
  .rankcard-link {
  }
  .rankcard-img {
    padding-bottom: 32.7777%;
  }
  .rankcard-info {
    padding: 0;
  }
}

/* ----------------------------------------
  閲覧履歴
---------------------------------------- */
.history {
  max-width: 992px;
  margin: 40px auto 72px;
}
.history:last-child {
  margin-bottom: 0;
}
.history-tit {
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .history {
    max-width: 91.46666%;
  }
}
@media screen and (max-width: 767px) {
  .history {
    max-width: none;
    margin: 0 auto 72px;
  }
  .history-tit {
    max-width: 91.46666%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.33333;
  }
}

/* ----------------------------------------
  .relatedinfo：関連情報
---------------------------------------- */
.relatedinfo {
  max-width: 992px;
  margin: 40px auto 80px;
}
.relatedinfo__tit {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
}
.relatedinfo__sub-tit {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
.relatedlist + .relatedinfo__sub-tit {
  margin-top: 24px;
}
.relatedlist__item {
  margin-bottom: 8px;
}
.relatedlist__item:last-child {
  margin-bottom: 0;
}
.relatedpass {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  padding: 16px 16px;
  background: #f2f2f2;
}
.related-link {
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none !important;
  color: #333;
}
.related-link:hover {
  text-decoration: underline !important;
}
.relatedpass__item:not(:last-child) .related-link {
  position: relative;
  margin-right: 2.85714em;
}
.relatedpass__item:not(:last-child) .related-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -16px;
  width: 8px;
  height: 14px;
  margin-top: -7px;
  background: url(/furusato/img/icn/icn_arrow_next_6e6e6e.svg) no-repeat center center;
}
.relatedpass__item:not(:last-child) .related-link__sub {
  display: none;
}

.relatedblockpass__item {
  padding: 16px 16px;
  background: #f2f2f2;
}
.relatedblockpass__item:not(:last-child) {
  margin-bottom: 8px;
}
.relatedblock-link {
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none !important;
  color: #333;
}
.relatedblock-link:hover {
  text-decoration: underline !important;
}
@media screen and (max-width: 991px) {
  .relatedinfo {
    max-width: 91.46666%;
  }
}
@media screen and (max-width: 767px) {
  .relatedinfo {
    max-width: none;
    margin: 0 auto 80px;
  }
  .relatedinfo__tit {
    max-width: 91.46666%;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.33333;
  }
  .relatedinfo__sub-tit {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 0;
    padding: 8px 9% 8px 4.26666%;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy45MTEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzLjkxMSA4Ij4KICA8cGF0aCBpZD0i44OR44K5XzQ0NTAiIGRhdGEtbmFtZT0i44OR44K5IDQ0NTAiIGQ9Ik00MjAuMzA2LTU4Ni4wMDhoMGExLjA0NCwxLjA0NCwwLDAsMCwwLDEuNDc3bDUuMTcxLDUuMTcyLTUuMTcxLDUuMTcyYTEuMDQ1LDEuMDQ1LDAsMCwwLDAsMS40NzdoMGExLjA0NSwxLjA0NSwwLDAsMCwxLjQ3NywwbDUuOTExLTUuOTExYTEuMDQ1LDEuMDQ1LDAsMCwwLDAtMS40NzdsLTUuOTExLTUuOTExQTEuMDQ1LDEuMDQ1LDAsMCwwLDQyMC4zMDYtNTg2LjAwOFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01NzIuNDAzIC00MjApIHJvdGF0ZSg5MCkiIGZpbGw9IiM1NTUiLz4KPC9zdmc+Cg==")
      no-repeat center right 4.26666% #fff;
  }
  .relatedinfo__sub-tit.is-open {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy45MTEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzLjkxMSA4Ij4KICA8cGF0aCBpZD0i44OR44K5XzQ0NTEiIGRhdGEtbmFtZT0i44OR44K5IDQ0NTEiIGQ9Ik00MjAuMzA2LTU4Ni4wMDhoMGExLjA0NCwxLjA0NCwwLDAsMCwwLDEuNDc3bDUuMTcxLDUuMTcyLTUuMTcxLDUuMTcyYTEuMDQ1LDEuMDQ1LDAsMCwwLDAsMS40NzdoMGExLjA0NSwxLjA0NSwwLDAsMCwxLjQ3NywwbDUuOTExLTUuOTExYTEuMDQ1LDEuMDQ1LDAsMCwwLDAtMS40NzdsLTUuOTExLTUuOTExQTEuMDQ1LDEuMDQ1LDAsMCwwLDQyMC4zMDYtNTg2LjAwOFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU4Ni4zMTQgNDI4KSByb3RhdGUoLTkwKSIgZmlsbD0iIzU1NSIvPgo8L3N2Zz4K");
  }
  .relatedlist + .relatedinfo__sub-tit {
    border-top: 0;
    margin-top: 0;
  }
  .relatedlist {
  }
  .relatedlist__item {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 0;
  }
  .relatedpass {
    flex-direction: column;
    padding: 0;
  }
  .relatedpass__item {
    width: 100%;
  }
  .related-link {
    background: url(/furusato/img/icn/icn_arrow_next_6e6e6e.svg) no-repeat center right;
  }
  .related-link:hover {
    text-decoration: none !important;
  }
  .relatedpass__item:not(:last-child) .related-link {
    margin-right: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .relatedpass__item:not(:last-child) .related-link::after {
    content: "";
    display: none;
  }
  .relatedpass__item:not(:last-child) .related-link__sub {
    display: inline;
  }
  .related-link {
    display: block;
    margin: 0 4.26666% !important;
    padding: 8px 16px 8px 0;
  }

  .relatedblockpass__item {
    padding: 0;
  }
  .relatedblockpass__item:not(:last-child) {
    margin-bottom: 0;
  }
  .relatedblock-link {
    display: block;
    margin: 0 4.26666% !important;
    padding: 8px 0;
    background: url(/furusato/img/icn/icn_arrow_next_6e6e6e.svg) no-repeat center right;
  }
  .relatedblock-link:hover {
    text-decoration: none !important;
  }
  .relatedblockpass__item:not(:last-child) .relatedblock-link {
    border-bottom: 1px solid #e0e0e0;
  }
}

/* ----------------------------------------
  更新情報（AGT）
---------------------------------------- */
.updates {
  margin: 40px auto 80px;
}
.updates-txt {
  margin: 40px auto;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
}
.updates-txt:last-child {
  margin-bottom: 0;
}
.updates-notice {
  margin-bottom: 24px;
}
.updates-notice__item {
  font-size: 12px;
  line-height: 1.5;
  color: #333;
}
.updates-notice__item:not(:last-child) {
  margin-bottom: 8px;
}
.updates-notice__item::before {
  /*content: '※';*/
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .updates {
    margin: 0 auto 80px;
  }
  .updates-notice {
    margin-bottom: 16px;
  }
}

/* ----------------------------------------

---------------------------------------- */
.bnr-txtlist {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 30px auto 16px;
}
.bnr-txtlist:last-child {
  margin-bottom: 0;
}
.bnr-txtlist__item {
  flex-basis: 48.38709%;
  max-width: 48.38709%;
  margin: 32px 0 0;
}
.bnr-txtlist__item:nth-child(1),
.bnr-txtlist__item:nth-child(2) {
  margin-top: 0;
}
.bnr-txtlist__link {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  align-content: flex-start;
  text-decoration: none !important;
  color: #262020;
}
.bnr-txtlist__img {
  flex-basis: 18.75%;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
  margin-right: 3.33333%;
}
.bnr-txtlist__img img {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.bnr-txtlist__link.is-hover .bnr-txtlist__img img {
  opacity: 0.7;
}
.bnrtxtlist-txt {
  flex-shrink: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.bnrtxtlist-txt__tit {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.33333;
  transition: color 0.2s ease-in;
}
.bnrtxtlist-txt__txt {
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.bnr-txtlist__link.is-hover .bnrtxtlist-txt__tit {
  opacity: 0.7;
}
.bnr-txtlist__link.is-hover .bnrtxtlist-txt__txt {
  opacity: 0.7;
}
@media screen and (max-width: 991px) {
  .bnrtxtlist-txt__tit {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .bnr-txtlist {
    margin: 16px auto 16px;
  }
  .bnr-txtlist__item {
    flex-basis: 100%;
    max-width: 100%;
    border-bottom: 1px dashed #ddd;
    margin: 0 auto 16px;
    padding-bottom: 16px;
  }
  .bnr-txtlist__item:nth-child(1),
  .bnr-txtlist__item:nth-child(2) {
    margin: 0 auto 16px;
  }
  .bnr-txtlist__item:last-child {
    margin: 0 auto 0 !important;
  }
  .bnr-txtlist__img {
    flex-basis: 23.32361%;
    margin-right: 2.33236%;
  }
  .bnrtxtlist-txt__tit {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.25;
  }
  .bnrtxtlist-txt__txt {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* ----------------------------------------

---------------------------------------- */
.prTxt {
  display: inline-block;
  margin-right: 0.25em;
  font-size: 13px;
  line-height: 0;
  color: #555;
  background: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .prTxt {
    font-size: 13px;
  }
}

/* ----------------------------------------

---------------------------------------- */
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}
