@charset 'UTF-8';
/* ----------------------------------------------------------------
    Base
----------------------------------------------------------------- */
:root {
  font-size: 62.5%;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
li {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #333;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.73333;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.78571;
  }
}

a {
  color: #333;
  text-decoration: none;
}

a[class] {
  text-decoration: none;
}

sup a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

button {
  cursor: pointer;
}

em {
  font-weight: 700;
  font-style: normal;
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p,
ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

ul[class],
ol[class] {
  /* 既存のスタイルを残すためクラス指定時のみリセット */
  list-style: none;
}

dfn {
  font-style: normal;
}

dd {
  margin: 0;
}

table {
  border-collapse: collapse;
}

blockquote {
  margin: 0;
}

iframe {
  margin: 0;
  padding: 0;
  border: 0;
}

input,
select {
  padding: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.6rem;
}

fieldset {
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

/* ----------------------------------------------------------------
    Pseudo element (Block)
----------------------------------------------------------------- */
.btn::before,
.btn-result-icon::before,
.checkbox label::before,
.checkbox label::after,
.link-inner::before,
.modal-close::before,
.modal-close::after,
.pager-next > a::before,
.pager-next > a::after,
.pager-prev > a::before,
.pager-prev > a::after,
.filter-ttl::before,
.filter-item-ttl::after,
.resultStats-scope::before {
  display: block;
  content: '';
}

/* ----------------------------------------------------------------
    Box
----------------------------------------------------------------- */
/* .box
----------------------------------------------- */
.box {
  padding: 20px 40px;
  background: #f6f6f6;
}

/* ----------------------------------------------------------------
    Button
----------------------------------------------------------------- */
/* .btn
----------------------------------------------- */
.btn {
  position: relative;
  display: inline-block;
  padding: 9px 50px 8px;
  min-width: 280px;
  border: 1px solid #d71616;
  background: #fff;
  text-align: center;
  cursor: pointer;
  transition: border .1s ease-in-out;
}

.btn::before {
  position: absolute;
  top: 45%;
  left: 20px;
  width: 8px;
  height: 8px;
  border: 2px solid #d71616;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(45deg) translateY(-50%);
}

.btn[class^='btn']:link,
.btn[class^='btn']:visited {
  color: #333;
}

.btn:hover,
.btn:active,
.btn:focus {
  border-color: #d1d1d1;
}

.btn-txt {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .btn {
    min-width: inherit;
    max-width: 280px;
    width: 100%;
  }
  .l-filter .btn-wrap {
    padding: 0 15px;
  }
}

/* .btn-result
----------------------------------------------- */
.btn-result {
  margin: 35px 0 40px;
  width: 100%;
  border: 1px solid #d50000;
  background: #fff;
  font-size: 1.6rem;
  transition: border .2s ease-in-out;
}

.btn-result strong {
  margin: 0 10px;
  color: #d50000;
  font-weight: normal;
  font-size: 6rem;
  line-height: 1;
}

.btn-result .btn {
  display: none;
}

.btn-result[disabled] {
  border: 0;
  background: #e5e5e5;
  color: #999;
}

.btn-result[disabled] strong {
  color: #999;
}

.btn-result[disabled] .btn-result-icon::before {
  border-color: #999;
}

.btn-result:hover,
.btn-result:active,
.btn-result:focus {
  border-color: #d1d1d1;
}

.btn-result-inner {
  display: block;
  padding: 19px 30px;
}

.btn-result-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-result-item.search-result {
  display: none;
  max-width: 100%;
}

.btn-result-txt {
  display: flex;
  align-items: center;
}

.btn-result-icon {
  position: relative;
  margin: 0 0 0 60px;
  padding: 0 0 0 18px;
  text-align: left;
}

.btn-result-icon::before {
  position: absolute;
  top: 35%;
  left: 0;
  width: 8px;
  height: 8px;
  border: 2px solid #d71616;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .btn-result {
    min-height: 60px;
    font-size: 1.2rem;
  }
  .btn-result-inner {
    padding: 10px 18px;
  }
  .btn-result-item {
    justify-content: space-between;
  }
  .btn-result-txt {
    min-width: 110px;
  }
  .btn-result-icon {
    margin: 0 0 0 8px;
    padding: 0 0 0 16px;
  }
}

/* ----------------------------------------------------------------
    Form
----------------------------------------------------------------- */
/* .checkbox-icon
----------------------------------------------- */
.checkbox-icon {
  position: relative;
  display: inline-block;
  height: 100%;
}

.checkbox-icon > input[type='checkbox'] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  margin: auto;
  opacity: 0;
}

.checkbox-icon > input[type='checkbox']:focus + label {
  outline: 1px dashed #333;
  outline: -webkit-focus-ring-color auto 5px;
}

.checkbox-icon > input[type='checkbox']:checked + label {
  outline: 2px solid #d50000;
  background: #fff;
  opacity: 1;
}

.checkbox-icon > input[type='checkbox']:checked + label .checkbox-icon-text {
  font-weight: bold;
}

.checkbox-icon label {
  display: flex;
  justify-content: flex-end;
  flex-direction: column-reverse;
  padding: 12px 15px 6px;
  height: 100%;
  cursor: pointer;
}

.checkbox-icon label .value {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox-icon-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 8px 0 0 -12px;
}

.js-enabled .checkbox-icon-list {
  align-items: inherit;
}

.checkbox-icon-list > li {
  margin: 12px 0 0 12px;
  background: #fff;
  text-align: center;
}

.checkbox-icon-text {
  margin: 6px 0 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: calc(18 / 14);
}

.checkbox-icon-text > span {
  display: block;
}

@media only screen and (max-width: 767px) {
  .checkbox-icon label {
    padding: 8px 10px 7px;
  }
  .checkbox-icon label img {
    width: 70px;
    height: 70px;
  }
  .checkbox-icon-list {
    margin: -10px 0 0 -10px;
  }
  .checkbox-icon-list > li {
    margin: 10px 0 0 10px;
  }
  .checkbox-icon-text {
    margin: 7px 0 0;
    font-size: 1.6rem;
    line-height: calc(24 / 16);
  }
}

/* .checkbox
----------------------------------------------- */
.checkbox {
  position: relative;
  height: 100%;
}

.checkbox > input[type='checkbox'] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  margin: auto;
  opacity: 0;
}

.checkbox > input[type='checkbox']:focus + label::before {
  outline: 1px dashed #333;
  outline: -webkit-focus-ring-color auto 5px;
}

.checkbox > input[type='checkbox']:checked + label {
  font-weight: bold;
}

.checkbox > input[type='checkbox']:checked + label::after {
  opacity: 1;
}

.checkbox > input[type='checkbox']:disabled + label {
  color: #abaaaa;
  cursor: default;
}

.checkbox > input[type='checkbox']:disabled + label::before {
  background: #e5e5e5;
}

.checkbox label {
  position: relative;
  padding: 0 0 0 28px;
  font-size: 1.6rem;
  cursor: pointer;
}

.checkbox label::before,
.checkbox label::after {
  position: absolute;
}

.checkbox label::before {
  top: 3px;
  left: 0;
  z-index: 2;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}

.checkbox label::after {
  top: 5px;
  left: 4px;
  z-index: 3;
  width: 7px;
  height: 9px;
  border: 3px solid #d50000;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg);
}

.checkbox label .value {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox-list {
  margin: 20px 0 0;
}

.checkbox-list > li + li {
  margin: 6px 0 0;
}

@media only screen and (max-width: 767px) {
  .checkbox-list {
    margin: 0;
  }
}

/* ----------------------------------------------------------------
    Heading
----------------------------------------------------------------- */
/* .hdg-l2
----------------------------------------------- */
.hdg-l2 {
  margin: 20px 0 14px;
  padding: 0 0 26px;
  border-bottom: 1px solid #d1d1d1;
}

.hdg-l2 > h1 {
  margin: auto;
  padding: 0 20px;
  max-width: 1440px;
  width: 100%;
  font-weight: normal;
  font-size: 2.8rem;
  line-height: 1.5;
}

.hdg-l2-sub {
  display: block;
  margin: 0 0 8px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .hdg-l2 {
    margin: 20px 0 9px;
    padding: 0 0 32px;
  }
  .hdg-l2 > h2 {
    padding: 0 15px;
    font-size: 2rem;
    line-height: 1.3;
  }
  .hdg-l2-sub {
    margin: 0 0 15px;
    font-size: 1.3rem;
  }
}

/* ----------------------------------------------------------------
    Layout
----------------------------------------------------------------- */
/* .l-content
----------------------------------------------- */
.l-content {
  margin: 0 auto;
  padding: 0 20px 70px;
  max-width: 1480px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .l-content {
    padding: 0 15px;
  }
}

/* .l-filter
----------------------------------------------- */
.l-filter {
  margin: 30px 0 0;
  padding: 33px 40px 42px;
  background: #f6f6f6;
}

@media only screen and (max-width: 767px) {
  .l-filter {
    margin: 30px -15px 0;
    padding: 0;
    background: #fff;
  }
}

/* .l-link
----------------------------------------------- */
.l-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 30px 0 0;
}

@media only screen and (max-width: 767px) {
  .l-link {
    justify-content: flex-start;
  }
}

/* ----------------------------------------------------------------
    Link
----------------------------------------------------------------- */
/* .link
----------------------------------------------- */
.link {
  display: inline-block;
  font-size: 1.6rem;
}

.link[href]:hover,
.link[href]:active,
.link[href]:focus {
  text-decoration: underline;
}

.link[class^='link']:link,
.link[class^='link']:visited {
  color: #333;
}

.link-inner {
  display: flex;
  align-items: center;
}

.link-inner::before {
  flex-shrink: 0;
  margin: 0 8px 0 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #d50000;
  border-right: 2px solid #d50000;
  transform: rotate(45deg);
}

.link-txt {
  padding: 2px 0 0;
}

.link-small {
  font-size: 1.4rem;
}

.link-icon {
  margin: 0 5px 0 5px;
  vertical-align: middle;
}

/* .link-txt
----------------------------------------------- */
.link-txt {
  color: #333;
  text-decoration: underline;
}

.link-txt:link,
.link-txt:visited,
.link-txt:hover,
.link-txt:active,
.link-txt:focus {
  color: #333;
  text-decoration: underline;
}

/* ----------------------------------------------------------------
    List
----------------------------------------------------------------- */
/* .list-block
----------------------------------------------- */
.list-block {
  display: flex;
}

.list-block > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex: 0 0 auto;
  width: 100%;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  background: #e4e9f2;
}

.list-block > ul > li {
  display: flex;
  width: 16.6667%;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  background: #e4e9f2;
}

.list-block > ul > li.is-inactive {
  background: #fff;
}

.list-block > ul > li.is-inactive .link-inner {
  color: #ccc;
}

.list-block > ul > li.is-inactive .link-inner::before {
  border-color: #ccc;
}

.list-block > ul > li > a,
.list-block > ul > li .list-block-inner {
  padding: 0 13px 0 7px;
}

.list-block > ul > li > a {
  display: flex;
  align-items: center;
  min-height: 63px;
  width: 100%;
}

@media only screen and (max-width: 1400px) {
  .list-block > ul > li {
    width: 33.3333%;
  }
}

@media only screen and (max-width: 767px) {
  .list-block > ul > li {
    width: 50%;
  }
}

/* .list-icon
----------------------------------------------- */
.list-icon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px 0 0 -10px;
}

.list-icon > li {
  margin: 10px 0 0 10px;
}

.list-icon > li img {
  width: 50px;
  height: 50px;
}

/* .list-icon-02
----------------------------------------------- */
.list-icon-02 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -40px 0 0 -5.95%;
}

.list-icon-02 > li {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  flex: 0 0 auto;
  margin: 40px 0 0 5.95%;
  width: 27.381%;
}

.list-icon-02 > li > img {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}

.list-icon-02-desc {
  margin: 0 0 0 10px;
}

.list-icon-02-ttl {
  font-size: 1.8rem;
  line-height: calc(23 / 18);
}

.list-icon-02-txt {
  margin: 8px 0 0;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .list-icon-02 {
    display: block;
    margin: 0;
  }
  .list-icon-02 > li {
    margin: 0;
    width: 100%;
  }
  .list-icon-02 > li + li {
    margin: 20px 0 0;
  }
  .list-icon-02-ttl {
    font-size: 1.6rem;
  }
  .list-icon-02-txt {
    font-size: 1.4rem;
  }
}

/* .list-desc-table
----------------------------------------------- */
.list-desc-table {
  display: -ms-grid;
  display: grid;
  border: 1px solid #dfdfdf;
  text-align: center;
  font-size: 1.4rem;

  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.list-desc-table.col5 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.list-desc-table dt,
.list-desc-table dd {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
}

.list-desc-table dt {
  border-left: 1px solid #dfdfdf;
  background: #f0f0f0;
  font-weight: normal;

  -ms-grid-row: 1;
  grid-row: 1 / 2;
  -ms-grid-row-span: 1;
}

.list-desc-table dt:nth-of-type(1) {
  border-left: 0;

  -ms-grid-column: 1;
  grid-column: 1 / 2;
  -ms-grid-column-span: 1;
}

.list-desc-table dt:nth-of-type(2) {
  -ms-grid-column: 2;
  grid-column: 2 / 3;
  -ms-grid-column-span: 1;
}

.list-desc-table dt:nth-of-type(3) {
  -ms-grid-column: 3;
  grid-column: 3 / 4;
  -ms-grid-column-span: 1;
}

.list-desc-table dt:nth-of-type(4) {
  -ms-grid-column: 4;
  grid-column: 4 / 5;
  -ms-grid-column-span: 1;
}

.list-desc-table dt:nth-of-type(5) {
  -ms-grid-column: 5;
  grid-column: 5 / 6;
  -ms-grid-column-span: 1;
}

.list-desc-table dt:nth-of-type(6) {
  -ms-grid-column: 6;
  grid-column: 6 / 7;
  -ms-grid-column-span: 1;
}

.list-desc-table dd {
  border-left: 1px solid #dfdfdf;
  word-break: break-all;

  -ms-grid-row: 2;
  grid-row: 2 / 3;
  -ms-grid-row-span: 1;
}

.list-desc-table dd:nth-of-type(1) {
  border-left: 0;

  -ms-grid-column: 1;
  grid-column: 1 / 2;
  -ms-grid-column-span: 1;
}

.list-desc-table dd:nth-of-type(2) {
  -ms-grid-column: 2;
  grid-column: 2 / 3;
  -ms-grid-column-span: 1;
}

.list-desc-table dd:nth-of-type(3) {
  -ms-grid-column: 3;
  grid-column: 3 / 4;
  -ms-grid-column-span: 1;
}

.list-desc-table dd:nth-of-type(4) {
  -ms-grid-column: 4;
  grid-column: 4 / 5;
  -ms-grid-column-span: 1;
}

.list-desc-table dd:nth-of-type(5) {
  -ms-grid-column: 5;
  grid-column: 5 / 6;
  -ms-grid-column-span: 1;
}

.list-desc-table dd:nth-of-type(6) {
  -ms-grid-column: 6;
  grid-column: 6 / 7;
  -ms-grid-column-span: 1;
}

@media only screen and (max-width: 767px) {
  .list-desc-table {
    -ms-grid-columns: auto auto !important;
    grid-template-columns: auto auto !important;
  }
  .list-desc-table.col5 {
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }
  .list-desc-table dt {
    border-top: 1px solid #dfdfdf;
    border-left: 0;
  }
  .list-desc-table dt:nth-of-type(1),
  .list-desc-table dt:nth-of-type(2),
  .list-desc-table dt:nth-of-type(3),
  .list-desc-table dt:nth-of-type(4),
  .list-desc-table dt:nth-of-type(5),
  .list-desc-table dt:nth-of-type(6) {
    -ms-grid-column: 1;
    grid-column: 1 / 2;
    -ms-grid-column-span: 1;
  }
  .list-desc-table dt:nth-of-type(1) {
    border-top: 0;

    -ms-grid-row: 1;
    grid-row: 1 / 2;
    -ms-grid-row-span: 1;
  }
  .list-desc-table dt:nth-of-type(2) {
    -ms-grid-row: 2;
    grid-row: 2 / 3;
    -ms-grid-row-span: 1;
  }
  .list-desc-table dt:nth-of-type(3) {
    -ms-grid-row: 3;
    grid-row: 3 / 4;
    -ms-grid-row-span: 1;
  }
  .list-desc-table dt:nth-of-type(4) {
    -ms-grid-row: 4;
    grid-row: 4 / 5;
    -ms-grid-row-span: 1;
  }
  .list-desc-table dt:nth-of-type(5) {
    -ms-grid-row: 5;
    grid-row: 5 / 6;
    -ms-grid-row-span: 1;
  }
  .list-desc-table dt:nth-of-type(6) {
    -ms-grid-row: 6;
    grid-row: 6 / 7;
    -ms-grid-row-span: 1;
  }
  .list-desc-table dd {
    justify-content: start;
    border-top: 1px solid #dfdfdf;
    border-left: 0;
    text-align: left;
  }
  .list-desc-table dd:nth-of-type(1),
  .list-desc-table dd:nth-of-type(2),
  .list-desc-table dd:nth-of-type(3),
  .list-desc-table dd:nth-of-type(4),
  .list-desc-table dd:nth-of-type(5),
  .list-desc-table dd:nth-of-type(6) {
    -ms-grid-column: 2;
    grid-column: 2 / 3;
    -ms-grid-column-span: 1;
  }
  .list-desc-table dd:nth-of-type(1) {
    border-top: 0;

    -ms-grid-row: 1;
    grid-row: 1 / 2;
    -ms-grid-row-span: 1;
  }
  .list-desc-table dd:nth-of-type(2) {
    -ms-grid-row: 2;
    grid-row: 2 / 3;
    -ms-grid-row-span: 1;
  }
  .list-desc-table dd:nth-of-type(3) {
    -ms-grid-row: 3;
    grid-row: 3 / 4;
    -ms-grid-row-span: 1;
  }
  .list-desc-table dd:nth-of-type(4) {
    -ms-grid-row: 4;
    grid-row: 4 / 5;
    -ms-grid-row-span: 1;
  }
  .list-desc-table dd:nth-of-type(5) {
    -ms-grid-row: 5;
    grid-row: 5 / 6;
    -ms-grid-row-span: 1;
  }
  .list-desc-table dd:nth-of-type(6) {
    -ms-grid-row: 6;
    grid-row: 6 / 7;
    -ms-grid-row-span: 1;
  }
}

/* ----------------------------------------------------------------
    Tables
----------------------------------------------------------------- */
/* .table
----------------------------------------------- */
.table {
  width: 100%;
  font-size: 1.6rem;
}

.table caption {
  margin: 0 0 30px;
  font-size: 2.4rem;
}

.table colgroup col:first-of-type {
  width: 37.4%;
}

.table colgroup col:last-of-type {
  width: 62.6%;
}

.table,
.table th,
.table td {
  border: 1px solid #dfdfdf;
}

.table th,
.table td {
  padding: 10px 20px;
  font-weight: normal;
}

.table th {
  background: #f0f0f0;
}

.table strong {
  display: block;
  font-size: 1.8rem;
}

.table-txt {
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .table {
    font-size: 1.4rem;
  }
  .table colgroup col:first-of-type {
    width: 41.6%;
  }
  .table colgroup col:last-of-type {
    width: 59.4%;
  }
}

/* ----------------------------------------------------------------
    Text
----------------------------------------------------------------- */
/* .txt
----------------------------------------------- */
.txt {
  font-size: 1.6rem;
}

.txt-strong + .txt {
  margin-top: 13px;
}

/* .txt-strong
----------------------------------------------- */
.txt-strong {
  font-weight: bold;
  font-size: 1.8rem;
}

/* .txt-note
----------------------------------------------- */
.txt-note {
  font-size: 1.3rem;
}

.txt-note-icon {
  display: inline-block;
  margin: 0 4px 0 0;
}

/* ----------------------------------------------------------------
    Label
----------------------------------------------------------------- */
/* .label
----------------------------------------------- */
.label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 25px 0 0 -10px;
}

.label > * {
  margin: 5px 0 0 10px;
}

.label > *:nth-child(2) {
  margin-left: 30px;
}

.label-ttl {
  font-weight: bold;
  font-size: 1.8rem;
}

.label-item {
  padding: 6px 10px 5px 15px;
  border: 1px solid #ccc;
  background: #fff;
  vertical-align: top;
  font-size: 1.6rem;
  transition: opacity .1s ease-in-out;
}

.label-item:not(:disabled):hover,
.label-item:not(:disabled):active,
.label-item:not(:disabled):focus {
  opacity: .8;
}

.label-item + .label-item {
  margin-left: 10px;
}

.label-item.label-all {
  padding: 7px 10px 6px;
  border: 0;
  background: #dfdfdf;
  vertical-align: top;
}

.label-item-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.label-item-inner > img {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .label-ttl {
    font-weight: normal;
    font-size: 1.4rem;
  }
  .label-item {
    padding: 5px 8px 5px 6px;
    font-size: 1.2rem;
  }
  .label-item.label-all {
    padding: 6px 8px;
  }
  .label-item > *:nth-child(2) {
    margin-left: 22px;
  }
  .label-item-inner > img {
    width: 19px;
    height: 19px;
  }
}

/* ----------------------------------------------------------------
    Product
----------------------------------------------------------------- */
/* .product
----------------------------------------------- */
.product {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.product .disclosure-content {
  margin-top: 4px;
}

.product .disclosure-content:first-of-type {
  margin-top: 0;
}

.product-grid {
  display: -ms-grid;
  display: grid;
  max-width: 605px;
  width: 100%;

  -ms-grid-columns: 42.98% 1fr;
  -ms-grid-rows: auto auto;
  grid-template-columns: 42.98% 1fr;
  grid-template-rows: auto auto;
}

.product-txt {
  margin: 0 0 0 35px;

  -ms-grid-column: 2;
  grid-column: 2 / 3;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-row: 1 / 2;
  -ms-grid-row-span: 1;
}

.product-img {
  min-width: 140px;

  -ms-grid-column: 1;
  grid-column: 1 / 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-row: 1 / 3;
  -ms-grid-row-span: 2;
}

.product-info {
  margin: 1px 0 0 35px;

  -ms-grid-column: 2;
  grid-column: 2 / 3;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  grid-row: 2 / 3;
  -ms-grid-row-span: 1;
}

.product-info .list-icon {
  margin-top: 10px;
}

.product-info-price {
  margin: 20px 0 0;
}

.product-label {
  display: inline-block;
  padding: 0 34px 0 35px;
  background: #ebebeb;
  color: #666;
  font-size: 1.3rem;
}

.product-ttl {
  margin: 11px 0 0;
  font-size: 2rem;
}

.product-table {
  margin: 0 0 0 35px;
  max-width: 800px;
  width: 100%;
}

.product-table > .txt {
  margin-top: 14px;
}

.product-table-ttl {
  margin-bottom: 3px;
  font-size: 1.6rem;
}

.product-table-ttl strong {
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .product {
    display: block;
  }
  .product .disclosure-content {
    margin-top: 0;
  }
  .product-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .product-txt {
    flex-basis: 48.28%;
    order: 2;
    margin-left: 3%;
  }
  .product-img {
    flex-basis: 48.28%;
    order: 1;
  }
  .product-info {
    order: 3;
    margin: 11px 0 0 0;

    -ms-grid-column: 1;
    grid-column: 1 / 3;
    -ms-grid-column-span: 2;
    -ms-grid-row: 2;
    grid-row: 2 / 3;
    -ms-grid-row-span: 1;
  }
  .product-info .list-icon {
    margin-top: 0;
  }
  .product-info-price,
  .product-info-date {
    line-height: 1.5;
  }
  .product-info-price {
    margin-top: 4px;
  }
  .product-label {
    padding: 0 26px 0 27px;
    font-size: 1.1rem;
  }
  .product-ttl {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .product-table {
    margin: 25px 0 0 0;
  }
  .product-table > .txt {
    margin: 0;
    padding: 15px 0;
  }
  .product-table-ttl {
    margin-bottom: 0;
  }
}

/* .product-list
----------------------------------------------- */
.product-list {
  background: #f6f6f6;
}

.product-list > li {
  padding: 30px 0 50px;
  border-top: 1px solid #dfdfdf;
  background: #fff;
}

.product-list > li:last-of-type {
  border-bottom: 1px solid #dfdfdf;
}

@media only screen and (max-width: 767px) {
  .product-list {
    margin: 0 -15px;
    padding: 25px 0 0;
  }
  .product-list > li {
    margin: 25px 0 0;
    padding: 15px 15px 0;
  }
  .product-list > li:first-of-type {
    margin: 0;
  }
}

/* ----------------------------------------------------------------
    Disclosure
----------------------------------------------------------------- */
/* disclosure
----------------------------------------------- */
.disclosure > dl + dl {
  margin-top: 24px;
}

.disclosure-btnTxt {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}

.disclosure.disclosure-onlySp .disclosure-content {
  display: block;
}

.disclosure.disclosure-onlySp button[type='button'] {
  cursor: default;
}

@media only screen and (max-width: 767px) {
  .disclosure > dl + dl {
    margin-top: 0;
  }
  .disclosure > dl:last-of-type > .disclosure-btn > button {
    border-bottom: 1px solid #ccc;
  }
  .disclosure > dl:last-of-type > .disclosure-btn > button[aria-expanded='true'] {
    border-bottom: 0;
  }
  .disclosure-filter > tr:last-of-type > .disclosure-btn > button {
    border-bottom: 1px solid #ccc;
  }
  .disclosure-filter > tr:last-of-type > .disclosure-btn > button[aria-expanded='true'] {
    border-bottom: 0;
  }
  .disclosure-btn {
    margin: 0 -15px;
    background: #f6f6f6;
    font-size: 1.6rem;
  }
  .disclosure-btn > button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    width: 100%;
    border-top: 1px solid #ccc;
    text-align: left;
  }
  .disclosure-btnIcon {
    position: relative;
    width: 34px;
    height: 34px;
    border: 1px solid #ccc;
    background: #fff;
  }
  .disclosure-btnIcon::before,
  .disclosure-btnIcon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 14px;
    height: 2px;
    background: #d50000;
    content: '';
    transform: translate(-50%);
  }
  .disclosure-btnIcon::before {
    opacity: 1;
    transition: all .2s ease-in-out;
    transform: translate(-50%) rotate(90deg);
  }
  .disclosure-btn > button[aria-expanded='true'] .disclosure-btnIcon::before {
    opacity: 0;
    transform: translate(-50%) rotate(0);
  }
  .disclosure-content {
    margin: 0 -15px;
    padding: 25px 15px;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16) inset;
  }
  .disclosure-content:last-of-type {
    border-bottom: 0;
  }
  .filter-container .disclosure-content {
    margin: 0;
    padding: 25px 15px;
    width: 100%;
  }
  .disclosure.disclosure-onlySp .disclosure-content {
    display: none;
  }
  .disclosure.disclosure-onlySp button[type='button'] {
    cursor: pointer;
  }
}

/* ----------------------------------------------------------------
    Modal
----------------------------------------------------------------- */
/* modal
----------------------------------------------- */
.modal {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1200;
  margin: auto;
  padding: 15px;
  width: 100%;
  transition: opacity .3s ease;
  will-change: opacity;
}

.modal.is-modal-render {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.modal.is-modal-show {
  opacity: 1 !important;
}

.js-enabled .modal {
  position: fixed;
  display: none;
  opacity: 0;
}

.modal-inner {
  position: relative;
  overflow-y: auto;
  padding: 45px 60px 60px;
  max-width: 920px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.js-enabled .modal-inner {
  max-height: 90vh;
}

.modal-caption {
  margin: 0 0 40px 0;
  text-align: center;
  font-size: 2.4rem;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 17px;
  width: 23px;
  height: 23px;
}

.modal-close:hover,
.modal-close:active,
.modal-close:focus {
  opacity: .8;
}

.modal-close::before,
.modal-close::after {
  position: absolute;
  width: 23px;
  height: 2px;
  border-radius: 5px;
  background: #575757;
}

.modal-close::before {
  transform: rotate(45deg);
}

.modal-close::after {
  transform: rotate(-45deg);
}

.modal-closeTxt {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0;
  transition: opacity 1s ease;
  will-change: opacity;
}

.modal-overlay.is-overlay-show {
  opacity: .25;
}

@media only screen and (max-width: 767px) {
  .modal-inner {
    padding: 20px 15px;
    max-height: 80vh;
  }
  .modal-caption {
    margin: 0 0 20px 0;
    font-size: 1.8rem;
  }
}

.is-modal-show {
  overflow: hidden;
  width: 100%;
}

/* ----------------------------------------------------------------
    Tooltip
----------------------------------------------------------------- */
/* tooltip
----------------------------------------------- */
.tooltip {
  z-index: 4;
  text-align: left;
  line-height: 1.4;
  transition: opacity .5s ease;
}

.tooltip.is-render {
  display: block !important;
}

.tooltip.is-show {
  opacity: 1 !important;
}

.js-enabled .tooltip {
  position: absolute;
  top: 100%;
  display: none;
  padding: 9px 0 0;
  width: 380px;
  opacity: 0;
}

.js-enabled .tooltip.is-right {
  left: 0;
}

.js-enabled .tooltip.is-left {
  right: 0;
}

.l-filter .js-enabled .tooltip {
  padding: 12px 0 0;
}

.tooltip-inner {
  padding: 25px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.tooltip-trigger {
  position: relative;
  display: block;
  color: #333;
}

.tooltip-trigger:link,
.tooltip-trigger:visited,
.tooltip-trigger:active {
  color: #333;
}

@media only screen and (max-width: 767px) {
  .tooltip-trigger {
    cursor: default;
  }
}

/* ----------------------------------------------------------------
    Sticky
----------------------------------------------------------------- */
/* sticky
----------------------------------------------- */
.sticky + * {
  margin-top: 0;
}

.sticky-inner {
  margin: 50px 0 0;
  width: 100%;
}

.sticky-inner > .btn-wrap .btn {
  display: none;
}

.sticky-inner .btn-result {
  margin: 0;
}

.sticky-inner.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  background: #f6f6f6;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  transition: background .2s, box-shadow .2s;
  transition-timing-function: ease-in-out;
}

.sticky-inner.is-fixed strong {
  color: #d71616;
  font-size: 4rem;
}

.sticky-inner.is-fixed .btn-result {
  border: 0;
  background: transparent;
  color: #333;
}

.sticky-inner.is-fixed .btn-result-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  max-width: 1460px;
}

.sticky-inner.is-fixed .btn-result-item {
  justify-content: flex-start;
  width: 470px;
}

.sticky-inner.is-fixed .btn-result-item.search-result {
  display: block;
  flex-grow: 1;
  text-align: left;
}

.sticky-inner.is-fixed .btn-result-item.search-result > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sticky-inner.is-fixed .btn-result-item + .btn-result-item {
  margin-left: 100px;
}

.sticky-inner.is-fixed .btn-result-item .btn {
  margin-left: 40px;
}

.sticky-inner.is-fixed .btn-result-icon {
  display: none;
}

.sticky-inner.is-fixed > .btn-wrap {
  position: relative;
  margin: auto;
  padding: 19px 30px;
  max-width: 1480px;
  width: 100%;
}

.sticky-inner.is-fixed > .btn-wrap > .btn {
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1200px) {
  .sticky-inner.is-fixed .btn-result-item {
    justify-content: space-between;
    margin-left: 0;
    width: 100%;
  }
  .sticky-inner.is-fixed .btn-result-item.search-result {
    display: none;
  }
  .sticky-inner.is-fixed .btn-result-item + .btn-result-item {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .sticky-inner {
    margin: 25px 0;
  }
  .sticky-inner strong {
    margin: 0 2px;
    font-size: 2rem;
  }
  .sticky-inner.is-fixed > .btn-wrap {
    padding: 14px 10px;
  }
  .sticky-inner.is-fixed > .btn-wrap > .btn {
    top: 8px;
    right: 10px;
    transform: translateY(0);
  }
  .sticky-inner.is-fixed .btn-result {
    min-height: unset;
  }
  .sticky-inner.is-fixed strong {
    font-size: 2rem;
  }
  .sticky-inner.is-fixed .btn-result-item {
    justify-content: space-between;
    width: 100%;
  }
  .sticky-inner.is-fixed .btn-result-item.search-result {
    display: none;
  }
  .sticky-inner.is-fixed .btn-result-txt {
    width: 100%;
  }
  .sticky-inner.is-fixed .btn {
    flex: 0 0 auto;
    padding: 5px 12px 4px 20px;
    max-width: 140px;
    width: 100%;
  }
  .sticky-inner.is-fixed .btn::before {
    left: 4px;
  }
  .sticky-inner.is-fixed .btn-txt {
    font-size: 1.1rem;
  }
  .sticky-inner-inner {
    padding: 10px;
  }
  .sticky-inner-item + .sticky-inner-item {
    margin-left: 0;
  }
  .sticky-inner-txt {
    width: 44%;
  }
  .sticky-inner-icon {
    margin: 0 0 0 18px;
    width: 56%;
  }
}

/* ----------------------------------------------------------------
    Pager
----------------------------------------------------------------- */
/* .pager
----------------------------------------------- */
.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0 0;
}

.pager > li {
  margin: 0 0 0 40px;
}

.pager > li:first-of-type {
  margin: 0;
}

.pager a {
  color: #333;
}

.pager-next > a,
.pager-prev > a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
}

.pager-next > a::before,
.pager-next > a::after,
.pager-prev > a::before,
.pager-prev > a::after {
  position: absolute;
}

.pager-next > a::before,
.pager-prev > a::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #a1a1a1;
  transition: opacity .1s ease-in-out;
}

.pager-next > a::after,
.pager-prev > a::after {
  top: 14px;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-bottom: transparent;
  border-left: transparent;
}

.pager-next > a[href]:hover::before,
.pager-next > a[href]:active::before,
.pager-next > a[href]:focus::before,
.pager-prev > a[href]:hover::before,
.pager-prev > a[href]:active::before,
.pager-prev > a[href]:focus::before {
  opacity: .8;
}

.pager-next > a > span,
.pager-prev > a > span {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}

.pager-next > a:not([href])::before,
.pager-prev > a:not([href])::before {
  border: 1px solid #dfdfdf;
  background: #f0f0f0;
}

.pager-next > a:not([href])::after,
.pager-prev > a:not([href])::after {
  border-color: #dfdfdf;
}

.pager-prev > a::after {
  left: 16px;
  transform: rotate(-135deg);
}

.pager-next > a::after {
  left: 12px;
  transform: rotate(45deg);
}

.pager-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}

.pager-list > li {
  margin: 0 0 0 30px;
}

.pager-list > li:first-of-type {
  margin: 0;
}

.pager-list > li > a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: transparent;
  transition: background .1s ease-in-out;
}

.pager-list > li > a:hover,
.pager-list > li > a:active,
.pager-list > li > a:focus {
  background: #f0f0f0;
}

.pager-list > li > a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pager-list > li.is-ellipsis > a:hover,
.pager-list > li.is-ellipsis > a:active,
.pager-list > li.is-ellipsis > a:focus,
.pager-list > li.is-current > a:hover,
.pager-list > li.is-current > a:active,
.pager-list > li.is-current > a:focus {
  background: transparent;
}

.pager-list > li.is-current > a {
  color: #d50000;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .pager {
    position: relative;
    margin: 30px 0 40px;
    padding: 0 60px;
  }
  .pager > li {
    margin: 0;
  }
  .pager-next,
  .pager-prev {
    position: absolute;
    top: -3px;
    margin: 0;
  }
  .pager-prev {
    left: 0;
  }
  .pager-next {
    right: 0;
    margin: 0 0 0 10px;
  }
  .pager-list > li {
    margin: 0 0 0 10px;
  }
}

/* ----------------------------------------------------------------
    Filter
----------------------------------------------------------------- */
/* .filter
----------------------------------------------- */
.filter-ttl {
  position: relative;
  margin: 0 0 25px 0;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
}

.filter-ttl::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 3px;
  background: #d50000;
}

* > .filter-ttl {
  margin-top: 25px;
}

.filter-ttl .filter-ttl-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0 0;
  font-size: 1.6rem;
}

.filter-desc .link {
  flex: 0 0 auto;
}

.filter-desc-list {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0;
}

.filter-desc-list > dt {
  display: flex;
  align-items: center;
  font-weight: bold;
}

.filter-desc-list > dt > img {
  margin-right: 10px;
}

.filter-desc-list > dd {
  margin: 0 0 0 40px;
  padding: 0 0 0 40px;
  border-left: 1px solid #d1d1d1;
}

.filter-desc-list > dd li {
  position: relative;
  padding: 0 0 0 25px;
}

.filter-desc-list > dd li > span {
  position: absolute;
  top: 0;
  left: 0;
}

.filter-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.filter-container > [class^='filter-'] {
  margin: 0 0 0 40px;
}

.filter-container > [class^='filter-']:first-of-type {
  margin: 0;
}

.filter-icon {
  width: 55.883%;
}

.filter-text {
  width: 41.177%;
}

.filter-item + .filter-item {
  margin: 28px 0 0;
}

.filter-item-ttl {
  position: relative;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #dfdfdf;
  font-weight: bold;
  font-size: 1.8rem;
}

.filter-item-ttl::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 3px;
  background: #d50000;
}

.filter-item-content._indent {
  padding: 0 0 0 5px;
}

.filter-note {
  position: relative;
  margin: 6px 0 0;
  padding: 0 0 0 27px;
  color: #7e7e7e;
  font-size: 1.3rem;
}

.filter-note > .symbol {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .filter-desc {
    display: block;
  }
  .filter-desc .link {
    margin: 20px 0 0;
  }
  .filter-desc-list {
    display: block;
  }
  .filter-desc-list > dt {
    font-size: 1.8rem;
  }
  .filter-desc-list > dd {
    margin: 25px 0 0;
    padding: 0;
    border: 0;
  }
  .filter-container {
    display: block;
    border-bottom: 1px solid #ccc;
  }
  .filter-container > [class^='filter-'] {
    margin: 0;
    width: 100%;
  }
  .filter-item + .filter-item {
    margin: 0;
  }
  .filter-item-content._indent {
    padding: 25px 15px;
  }
  .filter-item-ttl {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .filter-item-ttl::after {
    display: none;
  }
  .filter-note {
    line-height: calc(17 / 13);
  }
}

/* ----------------------------------------------------------------
    Unique
----------------------------------------------------------------- */
/* .resultStats
----------------------------------------------- */
.resultStats {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 20px 0 20px;
  font-size: 1.6rem;
}

.resultStats-txt > strong {
  padding: 0 5px;
}

.resultStats-txt-number {
  padding: 0 5px 0 0;
}

.resultStats-scope {
  position: relative;
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
}

.resultStats-scope::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 16px;
  background: #333;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .resultStats {
    justify-content: center;
    margin-top: 30px;
    font-size: 1.4rem;
  }
  .resultStats-scope::before {
    height: 14px;
  }
}
