@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}

.text-huge {
  font-size: 30px !important;
  font-weight: bold !important;
  line-height: 1.5 !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-normal {
  font-weight: normal !important;
}

.text-red {
  color: #ff0033 !important;
}

.text-blue {
  color: #008ba2 !important;
}

.text-green {
  color: #92d050 !important;
}

.text-yellow {
  color: #ffc000 !important;
}

.text-gray {
  color: #333 !important;
}

.text-white {
  color: #fff !important;
}

.text-strike {
  text-decoration: line-through !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-size-l, .text-size-l a {
  font-size: 24px !important;
}

.text-size-m, .text-size-m a {
  font-size: 20px !important;
}

.text-size-n, .text-size-n a {
  font-size: 15px !important;
}

.text-size-s, .text-size-s a {
  font-size: 12px !important;
}

.text-size-ss, .text-size-ss a {
  font-size: 11px !important;
}

.text-image-wrapper {
  margin-bottom: 20px;
}

.text-image-right {
  float: right;
  margin-left: 4%;
}

.text-image-left {
  float: left;
  margin-right: 4%;
}

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

.text-right {
  text-align: right;
}

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

.text-link-blue {
  color: #1c619c;
}

.text-link-arrow {
  margin-right: 5px;
  display: inline-block;
  color: #131313 !important;
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 15px;
}

.text-link-arrow:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.067em;
  height: 1.067em;
  position: relative;
  top: -1px;
  margin-right: 0.4em;
  background-image: url(/assets/images/common/icon/ico_arrow_circle_black.png);
}

.text-link-arrow-bottom {
  margin-right: 5px;
  display: inline-block;
  color: #131313 !important;
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 15px;
}

.text-link-arrow-bottom:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.067em;
  height: 1.067em;
  position: relative;
  top: -1px;
  margin-right: 0.4em;
  background-image: url(/assets/images/common/icon/ico_arrow_circle_down_black.png);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.text-link-arrow-bottom.is-active:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.text-link-pdf {
  margin-right: 5px;
}

.text-link-pdf:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  margin-left: 0.4em;
  background-image: url(/assets/images/common/icon/ico_pdf_red.svg);
  width: 17px;
  height: 15.5px;
}

.text-link-blank {
  margin-right: 5px;
}

.text-link-blank:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  margin-left: 0.4em;
  background-image: url(/assets/images/common/icon/ico_blank_gray.svg);
}

.text-link-location {
  margin-right: 5px;
}

.text-link-location:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  margin-left: 0.4em;
  background-image: url(/assets/images/common/icon/ico_location_gray.svg);
}

.text-link-clear {
  margin-right: 5px;
  display: inline-block;
  color: #131313 !important;
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 15px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  font-size: 15px;
}

.text-link-clear:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.067em;
  height: 1.067em;
  position: relative;
  top: -1px;
  margin-right: 0.4em;
  background-image: url(/assets/images/common/icon/ico_clear.svg);
}

.text-link-clear:hover {
  opacity: 0.7;
}

.text-link-plus {
  margin-right: 5px;
  display: inline-block;
  color: #131313 !important;
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 15px;
}

.text-link-plus:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.067em;
  height: 1.067em;
  position: relative;
  top: -1px;
  margin-right: 0.4em;
  background-image: url(/assets/images/common/icon/ico_plus.svg);
}

.text-link-more {
  margin-right: 5px;
  display: inline-block;
  color: #131313 !important;
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 15px;
}

.text-link-more:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.067em;
  height: 1.067em;
  position: relative;
  top: -1px;
  margin-right: 0.4em;
  background-image: url(/assets/images/common/icon/ico_arrow_circle_down_black.png);
}

.text-link-info {
  margin-right: 5px;
  display: inline-block;
  color: #131313 !important;
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 15px;
}

.text-link-info:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.067em;
  height: 1.067em;
  position: relative;
  top: -1px;
  margin-right: 0.4em;
  background-image: url(/assets/images/common/icon/ico_info.svg);
}

/* CMS対応用 */
.cms-text-center {
  text-align: center;
  display: block;
}

.cms-text-right {
  text-align: right;
  display: block;
}

.cms-text-center + br,
.cms-text-right + br {
  display: none;
}

/* IEでリンクアイコンが見きれる問題を解消*/
@media all and (-ms-high-contrast: none) {
  .list-link > li > a:before,
  .list-link > li > span:before,
  .list-link-anchor > li > a:before,
  .text-link-arrow-bottom:before,
  .text-link-arrow:before,
  .text-link-clear:before,
  .text-link-plus:before,
  .text-link-minus:before,
  .text-link-more::before,
  .text-link-info::before {
    background-size: 95% !important;
  }
}

/* 検索結果なし */
.searchresult-nodata {
  text-align: center;
  color: #333;
}

.searchresult-nodata-title {
  background: url(/assets/images/common/icon/ico_notice_gray.png) no-repeat center top;
  background-size: 50px;
  padding-top: 60px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.searchresult-nodata-title b {
  font-size: 38px;
}

.searchresult-nodata p {
  font-size: 14px;
}

@media (max-width: 768px) {
  .text-huge {
    font-size: 20px !important;
    font-weight: bold !important;
    line-height: 2.2 !important;
  }
  .text-bold {
    font-weight: bold !important;
  }
  .text-red {
    color: #ff0033;
  }
  .text-gray {
    color: #333 !important;
  }
  .text-strike {
    text-decoration: line-through !important;
  }
  .text-bold {
    font-weight: bold !important;
  }
  .text-size-l, .text-size-l a {
    font-size: 16px !important;
  }
  .text-size-m, .text-size-m a {
    font-size: 15px !important;
  }
  .text-size-n, .text-size-n a {
    font-size: 13px !important;
  }
  .text-size-s, .text-size-s a {
    font-size: 10px !important;
  }
  .text-size-ss, .text-size-ss a {
    font-size: 10px !important;
  }
  .text-size-md-l, .text-size-md-l a {
    font-size: 16px !important;
  }
  .text-size-md-m, .text-size-md-m a {
    font-size: 15px !important;
  }
  .text-size-md-n, .text-size-md-n a {
    font-size: 13px !important;
  }
  .text-size-md-s, .text-size-md-s a {
    font-size: 10px !important;
  }
  .text-size-md-ss, .text-size-md-ss a {
    font-size: 10px !important;
  }
  .text-image-wrapper {
    margin-bottom: 15px;
  }
  .text-image-right, .text-image-left {
    display: block;
    float: none;
    margin: 0 auto 15px;
  }
  .text-link-arrow, .text-link-clear, .text-link-plus, .text-link-arrow-bottom, .text-link-more, .text-link-blank, .text-link-pdf, .text-link-lacation, .text-link-info {
    font-size: 13px;
  }
  .text-link-arrow:after, .text-link-clear:after, .text-link-plus:after, .text-link-arrow-bottom:after, .text-link-more:after, .text-link-blank:after, .text-link-pdf:after, .text-link-lacation:after, .text-link-info:after {
    width: 1.067em;
    height: 1.067em;
  }
  /* 検索結果なし */
  .searchresult-nodata-title {
    background: url(/assets/images/common/icon/ico_notice_gray.png) no-repeat center top;
    background-size: 32px;
    padding-top: 40px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .searchresult-nodata-title b {
    font-size: 24px;
  }
}

.box {
  border: 1px solid #e8e8e8;
  padding: 20px 20px;
  background: #fff;
}

.box *:last-child {
  margin-bottom: 0;
}

.box-gray {
  background: #E8E8E8;
}

.box-red {
  border-color: #FC0F3A;
}

.box-title {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 20px;
  line-height: 1.5;
  background: #E8E8E8;
}

.box-title-red {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 20px;
  line-height: 1.5;
  background: #FC0F3A;
  color: #fff;
}

.box-inner-title {
  background: #F6F6F6;
  font-weight: bold;
  font-size: 15px;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 2px;
  margin-bottom: 15px;
}

.box .ttl-page,
.box .ttl-article,
.box .ttl-section,
.box .ttl-block,
.box .ttl-paragraph,
.box .ttl-small {
  margin-top: 0;
}

.box > .box {
  margin-left: 20px;
  min-height: 0;
  padding: 20px;
}

.box-product {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 35px 5px 25px;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #fff;
}

.box-product .ttl-paragraph {
  margin-top: 0;
  margin-bottom: 10px;
}

.box-product-flag {
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 1.0;
  font-size: 11px;
  color: #fff;
  background: #CACACA;
  padding: 4px 8px;
  border-radius: 0 0 0 10px;
}

.box-product-flag.bg-red {
  background: #14cd0a;
}

.box-product-flag.bg-orange {
  background: #FD8F25;
}

.box-product-flag.bg-yellow {
  background: #FEEA34;
  color: #131313;
}

.box-product-image {
  margin-bottom: 20px;
  height: 140px;
  position: relative;
}

.box-product-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.box-product-text {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.box-product .ttl-paragraph:last-child {
  margin-bottom: 0;
}

.box-product .ttl-small:last-child {
  margin-bottom: 0;
}

.box-product-foot {
  position: absolute;
  width: calc( 100% - 30px);
  left: 15px;
  bottom: 25px;
}

.box-product .btn {
  min-width: 0;
  padding: 6px 10px;
}

.box-product .btn:hover {
  padding: 6px 10px;
}

.box-product-link {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.box-block {
  position: relative;
  overflow: hidden;
}

.box-block .ttl-paragraph,
.box-block .ttl-small {
  margin-top: 0;
}

.box-block-border {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 15px 6% 15px;
  background: #fff;
}

.box-block .btn {
  min-width: 0;
  padding: 6px 10px;
}

.box-block .btn:hover {
  padding: 6px 10px;
}

.box-block-link {
  display: inline-block;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.box-block-link:hover {
  opacity: 0.7;
}

.box-block a {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  text-decoration: none;
}

.box-block a:hover {
  opacity: 0.7;
}

.box-block-image-left {
  float: left;
  width: 29%;
  margin-right: 4%;
}

.box-block-image-left img {
  max-width: 100%;
}

.box-block-image-right {
  float: right;
  margin-left: 4%;
  width: 29%;
}

.box-block-image-right img {
  max-width: 100%;
}

.box-block-text {
  padding-top: 5px;
  font-size: 13px;
  line-height: 1.7;
  overflow: hidden;
  position: relative;
}

.box-block-detail-middle {
  position: absolute;
  left: 36%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 58%;
}

.box-block .ttl-small {
  margin-bottom: 10px;
}

.box-block .ttl-paragraph {
  margin-bottom: 10px;
}

.box-small {
  padding: 10px 0;
  overflow: hidden;
  position: relative;
}

.box-small-image {
  float: left;
  margin-right: 15px;
  padding-top: 0;
  width: 50px;
}

.box-small-image img {
  display: block;
  width: 100%;
}

.box-small p {
  font-size: 15px;
  line-height: 1.6;
  position: absolute;
  left: 75px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.box-small p:last-child {
  margin-bottom: 0;
}

/* IEでのテキスト上付きになる現象を解消 */
@media all and (-ms-high-contrast: none) {
  .box-product-flag {
    padding: 5px 8px 3px;
  }
}

@media (max-width: 1180px) {
  .box-product-foot {
    position: absolute;
    width: calc( 100% - 0px);
    left: 0px;
    bottom: 25px;
  }
}

@media (max-width: 768px) {
  .box {
    min-height: 0px;
    padding: 15px;
  }
  .box-title {
    font-size: 15px;
    padding: 10px 15px;
  }
  .box-title-red {
    font-size: 15px;
    padding: 10px 15px;
  }
  .box-inner-title {
    font-size: 13px;
    padding: 4px 5px;
    margin-bottom: 10px;
  }
  .box > .box {
    margin-left: 0px;
    min-height: 0;
    padding: 15px;
  }
  .box-product {
    border-radius: 5px;
    padding: 20px 5px 15px;
  }
  .box-product.has-flag {
    padding-top: 25px;
  }
  .box-product-flag {
    position: absolute;
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 0 0 0 5px;
    z-index: 5;
  }
  .box-product-image {
    margin-bottom: 10px;
    position: relative;
  }
  .box-product-text {
    font-size: 13px;
    line-height: 1.5;
  }
  .box-product .ttl-paragraph {
    margin-bottom: 5px;
  }
  .box-product .ttl-small {
    margin-bottom: 5px;
  }
  .box-product .btn {
    min-width: 0;
    padding: 3px 10px;
    font-size: 11px;
  }
  .box-product .btn:hover {
    padding: 3px 10px;
  }
  .box-block-border {
    border-radius: 5px;
    padding: 15px 7%;
  }
  .box-block a:hover img {
    opacity: 1;
  }
  .box-block-image-left {
    margin-right: 5%;
    width: 35%;
  }
  .box-block-image-right {
    margin-left: 5%;
    width: 35%;
  }
  .box-block-text {
    padding-top: 0px;
    line-height: 1.6;
  }
  .box-block-detail-middle {
    left: 42%;
    width: 53%;
  }
  .box-block .ttl-small {
    margin-bottom: 2px;
  }
  .box-block .ttl-paragraph {
    margin-bottom: 2px;
  }
  .box-block .btn {
    min-width: 0;
    padding: 3px 10px;
    font-size: 11px;
  }
  .box-block .btn:hover {
    padding: 3px 10px;
  }
  .box-block-link:hover {
    opacity: 1.0;
  }
  .box-block.sp-vertical {
    text-align: center;
  }
  .box-block.sp-vertical .box-block-image-left {
    margin: 0 0 15px;
    float: none;
    width: 100%;
  }
  .box-block.sp-vertical .box-block-detail-middle {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
  .box-small {
    padding: 6px;
  }
  .box-small-image {
    margin-right: 10px;
    padding-top: 3px;
    width: 40px;
  }
  .box-small p {
    font-size: 12px;
    line-height: 1.5;
    left: 55px;
  }
  .box-block-link .box-block-text {
    padding-right: 10px;
  }
}

.accordion-title {
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 45px 15px 15px;
  border: 1px solid #e8e8e8;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  margin-top: 30px;
  margin-bottom: 30px;
}

.accordion-title:hover {
  opacity: 0.7;
}

.accordion-title.is-active {
  font-weight: bold;
}

.accordion-title.is-active .accordion-icon span:nth-child(1) {
  width: 2px;
  height: 14px;
  left: 6px;
  top: 0px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion-title.is-active .accordion-icon span:nth-child(2) {
  opacity: 0;
}

.accordion-icon {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
}

.accordion-icon span {
  position: absolute;
  background: #DADADA;
}

.accordion-icon span:nth-child(1) {
  width: 2px;
  height: 14px;
  left: 6px;
  top: 0px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.accordion-icon span:nth-child(2) {
  width: 14px;
  height: 2px;
  left: 0px;
  top: 6px;
}

.accordion-box {
  padding: 10px 10px 40px;
}

.accordion-box h1:first-child, .accordion-box h2:first-child, .accordion-box h3:first-child, .accordion-box h4:first-child, .accordion-box h5:first-child {
  margin-top: 0;
}

.accordion-box-inner {
  opacity: 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.accordion-box-inner.is-active {
  opacity: 1;
  -webkit-transition: all .55s .2s ease;
  transition: all .55s .2s ease;
}

.accordion-box p:last-child {
  margin-bottom: 0;
}

.accordion-box {
  display: none;
}

.accordion-box-inner {
  opacity: 0;
}

.accordion-list {
  border-top: 1px solid #e8e8e8;
  margin-bottom: 70px;
}

.accordion-list-item {
  border-bottom: 1px solid #e8e8e8;
}

.accordion-list-item-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  padding: 30px 0;
}

.accordion-list-item-title:after {
  display: block;
  content: '';
  background: url(/assets/images/common/icon/ico_arrow.svg) no-repeat left top;
  width: 7px;
  height: 14px;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -7px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}

.accordion-list-item-title.is-active:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.accordion-list-item-title.is-active + .faqdetail-answer-list-item-box {
  display: block;
}

.accordion-list-item-title.no-li {
  border-top: 1px solid #e8e8e8;
}

.accordion-list-item:first-child-title {
  border-top: 1px solid #e8e8e8;
}

.accordion-list-item-box {
  padding: 0 20px 30px;
  display: none;
}

.accordion-list-item-box p {
  margin-bottom: 0;
}

.accordion-list-item-title:last-child, .accordion-list-item-box:last-child {
  border-bottom: 1px solid #e8e8e8;
}

@media (max-width: 768px) {
  .accordion-title {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .accordion-title:after {
    background: url(/assets/images/common/icon/ico_gnav_plus.svg) no-repeat center center;
    background-size: 10px;
    width: 10px;
    height: 10px;
    right: 15px;
    margin-top: -5px;
  }
  .accordion-title.is-active:after {
    background-image: url(/assets/images/common/icon/ico_gnav_minus.svg);
    background-size: 15px;
  }
  .accordion-box {
    padding: 10px 5px 0;
  }
  .accordion-list {
    margin-bottom: 35px;
  }
  .accordion-list-item-title {
    font-size: 14px;
    font-weight: normal;
    padding: 20px 0;
  }
  .accordion-list-item-title.is-active {
    font-weight: bold;
  }
  .accordion-list-item-box {
    padding: 0 0 15px;
    display: none;
  }
  .accordion-list-item-box p {
    margin-bottom: 0;
  }
}

.list > li {
  padding-left: 15px;
  text-indent: -1rem;
  font-size: 15px;
  margin-bottom: 10px;
  position: relative;
}

.list > li a {
  color: #1c619c;
  text-decoration: underline;
}

.list > li a:hover {
  text-decoration: none;
}

.list > li:before {
  content: '●';
}

.list > li > ul {
  padding: 10px 0 0 0;
}

.list > li .list > li:before {
  content: '・';
}

.list-nohead > li {
  padding-left: 0;
  font-size: 15px;
  margin-bottom: 10px;
  position: relative;
}

.list-nohead > li a {
  color: #1c619c;
  text-decoration: underline;
}

.list-nohead > li a:hover {
  text-decoration: none;
}

.list-number > li {
  font-size: 15px;
  margin: 0 0 10px 17px;
  line-height: 1.4;
  list-style-type: decimal;
}

.list-number > li a {
  color: #1c619c;
  text-decoration: underline;
}

.list-number > li a:hover {
  text-decoration: none;
}

.list-number > li > ul {
  padding: 10px 0 0 0;
}

.list-number > li .list > li:before {
  content: '・';
}

.list-link {
  /* 単純移行ページ対応のため追加 */
}

.list-link > li {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.list-link > li:last-child {
  margin-bottom: 0;
}

.list-link > li > a,
.list-link > li > span {
  padding-left: 1.4em;
  text-indent: -1.4em;
  display: inline-block;
}

.list-link > li > a:before,
.list-link > li > span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.067em;
  height: 1.067em;
  position: relative;
  top: -1px;
  margin-right: 0.4em;
  background-image: url(/assets/images/common/icon/ico_arrow_circle_black.png);
}

.list-link > a {
  padding-left: 1.4em;
  text-indent: -1.4em;
  display: inline-block;
  color: #131313;
  text-decoration: none;
}

.list-link > a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.067em;
  height: 1.067em;
  position: relative;
  top: -1px;
  margin-right: 0.4em;
  background-image: url(/assets/images/common/icon/ico_arrow_circle_black.png);
}

.list-link-ib {
  font-size: 0px;
}

.list-link-ib > li {
  display: inline-block;
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid #e8e8e8;
}

.list-link-ib > li:last-child {
  border-right: none;
}

.list-link-ib > li:last-child {
  border-right: none;
}

.list-link-anchor {
  font-size: 0px;
}

.list-link-anchor > li {
  font-size: 15px;
  margin-bottom: 10px;
  padding: 0 25px 0 0px;
  margin-right: 25px;
  border-right: 1px solid #e8e8e8;
  line-height: 1.4;
  display: inline-block;
}

.list-link-anchor > li:last-child {
  border-right: none;
}

.list-link-anchor > li > a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.067em;
  height: 1.067em;
  position: relative;
  top: -1px;
  margin-right: 0.4em;
  background-image: url(/assets/images/common/icon/ico_arrow_circle_down_black.png);
}

.list-info {
  margin-bottom: 0;
}

.list-info.fl-no-bd .list-info-item:first-child {
  border-top: none;
}

.list-info.fl-no-bd .list-info-item:last-child {
  border-bottom: none;
}

.list-info-item {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.4rem;
}

.list-info-item:first-child {
  border-top: 1px solid #e8e8e8;
}

.list-info-item-block,
.list-info-item > a {
  display: block;
  padding: 15px 20px 15px 0;
  position: relative;
  text-indent: -44px;
  padding-left: 90px;
  text-decoration: none;
}

@media all and (-ms-high-contrast: none) {
  .list-info-item-block,
  .list-info-item > a {
    text-overflow: clip;
  }
}

.list-info-item > a:after {
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 5px 10px;
  width: 15px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
  background-image: url(/assets/images/common/icon/ico_arrow.svg);
  z-index: 1;
}

.list-info-item .list-info-blank:after {
  display: block;
  content: '';
  background: url("/assets/images/common/icon/ico_blank_gray.svg") right center no-repeat;
  background-size: 11px;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -4px;
}

.list-info-date {
  color: #333;
  vertical-align: middle;
  line-height: 1.5;
  display: inline-block;
  margin-right: 10px;
}

.list-info-category {
  color: #14cd0a;
  font-size: 10px;
  vertical-align: middle;
  border: 1px solid #14cd0a;
  border-radius: 20px;
  padding: 1px 6px;
  line-height: 1.0;
  margin-right: 10px;
  vertical-align: middle;
}

.list-info-text {
  color: #131313;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  display: inline;
  line-height: 1.5;
}

.list-info-text.no-ellipsis {
  white-space: normal;
}

.list-faq-item {
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  padding: 10px 0;
}

.list-faq-item:first-child {
  border-top: 1px solid #e8e8e8;
}

.list-faq-item a {
  display: block;
  padding: 0 10px 0 0;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.list-faq-item a:after {
  display: block;
  content: '';
  background: url(/assets/images/common/icon/ico_arrow.svg) no-repeat left top;
  background-size: 5px;
  width: 5px;
  height: 10px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -5px;
}

.list-faq-item .list-faq-blank:after {
  display: block;
  content: '';
  background: url("/assets/images/common/icon/ico_blank_gray.svg") right center no-repeat;
  background-size: 11px;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -4px;
}

.list-faq-item .newflag_false {
  display: none;
}

.list-faq-item .newflag_true {
  color: #14cd0a;
  font-size: 10px;
  vertical-align: middle;
  border: 1px solid #14cd0a;
  border-radius: 20px;
  padding: 1px 6px;
  line-height: 1.0;
  margin-right: 10px;
  vertical-align: middle;
}

.list-faq .newflag_true {
  font-size: 9px;
  padding: 1px 6px;
}

.list-faq-question {
  font-size: 15px;
  color: #131313;
  margin: 0;
  /*
			white-space: nowrap;
			-o-text-overflow: ellipsis;
			text-overflow: ellipsis;
			overflow: hidden;
			*/
  text-indent: -43px;
  padding-left: 43px;
}

.list-faq-question:before {
  content: '';
  background: url(/assets/images/common/icon/ico_faq_q.svg) no-repeat left top;
  background-size: 26px;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.list-faq-answer {
  color: #333;
  font-size: 13px;
  vertical-align: middle;
  line-height: 1.5;
  margin: 7px 0 0 0;
  /*
			white-space: nowrap;
			-o-text-overflow: ellipsis;
			text-overflow: ellipsis;
			overflow: hidden;
			*/
  text-indent: -43px;
  padding-left: 43px;
}

.list-faq-answer:before {
  content: '';
  background: url(/assets/images/common/icon/ico_faq_a.svg) no-repeat left top;
  background-size: 26px;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.list-faq-fav {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #fff;
  line-height: 1.0;
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 10px 12px;
  display: inline-block;
  cursor: pointer;
}

.list-faq-fav:before {
  content: '';
  background: url(/assets/images/common/icon/ico_fav_off.svg) no-repeat left top;
  background-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

.list-faq-fav.is-active {
  font-weight: bold;
}

.list-faq-fav.is-active:before {
  background-image: url(/assets/images/common/icon/ico_fav_on.svg);
}

.list-faq-withfav .list-faq-item a {
  padding-right: 150px;
}

.list-iconindent li {
  text-indent: -1.5em;
  margin-left: 1.5em;
  line-height: 1.6;
}

.list-iconindent li a {
  color: #1c619c;
  text-decoration: underline;
}

.list-iconindent li a:hover {
  text-decoration: none;
}

.list-iconindent li span {
  margin-right: 5px;
}

.list-iconindent li span:last-child {
  margin-right: 0;
}

.list-iconindent li:last-child {
  margin-bottom: 0;
}

.list-price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  padding: 15px 0;
}

.list-price-item:first-child {
  border-top: 1px solid #e8e8e8;
}

.list-price-item-title {
  width: 50%;
  border-right: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  padding: 9px 0px 9px 0;
  color: #333;
}

.list-price-item-number {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  padding: 9px 0px 9px 5%;
}

/*
.tab-target-item .list-info-item:first-child{border-top: none;}
.tab-target-item .list-info-item:last-child{border-bottom: none;}
*/
.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}

.category-list-item {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 50px;
}

.category-list-item:nth-child(2n) {
  padding-left: 40px;
  border-left: 1px solid #e8e8e8;
}

.category-list-item:nth-child(2n+1) {
  padding-right: 40px;
}

.category-list-item-link {
  display: block;
}

.category-list-block {
  position: relative;
  margin-left: 140px;
}

.category-list-image {
  float: left;
  width: 120px;
}

.category-list-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.category-list-text {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .list > li {
    padding-left: 15px;
    font-size: 13px;
    line-height: 1.7;
  }
  .list > li:before {
    top: 0px;
  }
  .list-nohead > li {
    padding-left: 0;
    font-size: 13px;
    line-height: 1.7;
  }
  .list-number > li {
    font-size: 13px;
    margin: 0 0 10px 17px;
    line-height: 1.7;
    list-style-type: decimal;
  }
  .list-number > li .list > li:before {
    font-size: 10px;
    top: 4px;
    left: 5px;
  }
  .list-link > li {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .list-link > li > a:before,
  .list-link > li > span:before {
    width: 1.067em;
    height: 1.067em;
  }
  .list-link > a:before {
    width: 1.067em;
    height: 1.067em;
  }
  .list-link-ib > li {
    padding-right: 15px;
    margin-right: 15px;
  }
  .list-link-anchor > li {
    font-size: 13px;
    padding: 0 15px 0 0px;
    margin-right: 15px;
  }
  .list-link-anchor > li > a:before,
  .list-link-anchor > li > span:before {
    width: 1.067em;
    height: 1.067em;
  }
  .list-info-item-block,
  .list-info-item > a {
    text-indent: -42px;
    padding-left: 85px;
  }
  .list-info-date {
    margin-right: 5px;
  }
  .list-info-category {
    font-size: 9px;
    padding: 1px 6px;
  }
  .list-faq-item {
    overflow-y: hidden;
  }
  .list-faq-item a {
    padding: 0 15px 0 0;
  }
  .list-faq-question {
    font-size: 13px;
    margin: 0 0 3px;
    text-indent: -40px;
    padding-left: 40px;
  }
  .list-faq-answer {
    font-size: 12px;
    line-height: 1.5;
    text-indent: -40px;
    padding-left: 40px;
  }
  .list-faq-fav {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    font-size: 13px;
    border-radius: 6px;
    padding: 8px 8px;
    float: right;
    margin-bottom: 10px;
  }
  .list-faq-fav:before {
    background: url(/assets/images/common/icon/ico_fav_off.svg) no-repeat left top;
    background-size: 14px;
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }
  .list-faq-fav.is-active:before {
    background-image: url(/assets/images/common/icon/ico_fav_on.svg);
  }
  .list-faq-withfav .list-faq-item a {
    padding: 13px 15px 3px 0;
  }
  .list-price-item {
    font-size: 13px;
    padding: 12px 0;
  }
  .list-price-item-title {
    padding: 2px 0px 2px 0;
  }
  .list-price-item-number {
    padding: 2px 0px 2px 5%;
  }
  .category-list-item {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 0px;
    border-bottom: 1px solid #e8e8e8;
    padding: 25px 0;
  }
  .category-list-item:nth-child(2n) {
    padding-left: 0px;
    border-left: none;
  }
  .category-list-item:nth-child(2n+1) {
    padding-right: 0px;
  }
  .category-list-item:first-child {
    padding-top: 0;
  }
  .category-list-item:last-child {
    border-bottom: none;
  }
  .category-list-block {
    margin-left: 105px;
  }
  .category-list-image {
    width: 90px;
  }
  .category-list-title {
    left: 105px;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .category-list-text {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px;
    height: auto;
  }
}

.refinebtn {
  position: relative;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  line-height: 1.0;
  padding: 18px 30px 18px 20px;
  font-size: 15px;
  background: #fff;
  cursor: pointer;
  display: block;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.refinebtn:hover {
  opacity: 0.7;
}

.refinebtn-wrapper {
  overflow: hidden;
}

.refinebtn-title {
  color: #333;
  display: inline;
}

.refinebtn-name {
  display: inline;
}

.refinebtn-icon {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
}

.refinebtn-icon span {
  position: absolute;
  background: #DADADA;
}

.refinebtn-icon span:nth-child(1) {
  width: 2px;
  height: 14px;
  left: 6px;
  top: 0px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.refinebtn-icon span:nth-child(2) {
  width: 14px;
  height: 2px;
  left: 0px;
  top: 6px;
}

.refinebtn-disabled {
  position: relative;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  line-height: 1.0;
  padding: 18px 20px;
  font-size: 15px;
  display: block;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  background: #E8E8E8;
  color: #ccc;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.refinemodal {
  width: calc(100% - 175px);
  height: 100%;
  background: #F6F6F6;
  position: fixed;
  left: 175px;
  top: 0px;
  z-index: 10000;
  display: none;
}

.refinemodal-inner {
  position: absolute;
  left: 50%;
  top: 95px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  overflow: hidden;
  font-size: 16px;
  position: relative;
  text-align: left;
  width: 100%;
  height: 100%;
  max-width: 980px;
  max-height: calc(100vh - 95px);
  overflow: auto;
  padding-right: 10px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.refinemodal .ttl-page {
  margin-bottom: 50px;
}

.refinemodal-section {
  margin-bottom: 40px;
}

.refinemodal-btn {
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 10px;
}

.refinemodal-count {
  text-align: center;
  font-size: 15px;
}

.refinemodal-count b {
  font-weight: bold;
}

.refinemodal-bottom {
  display: none;
}

.refinemodal-prefecture-list-item a {
  display: inline-block;
  width: 100%;
}

.refinemodal-city {
  padding: 0 50px;
}

.refinemodal-city-list {
  font-size: 0px;
  margin-bottom: 5px;
}

.refinemodal-city-list-item {
  width: 18.5%;
  display: inline-block;
  margin: 0 0 10px 1.5%;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  position: relative;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.refinemodal-city-list-item:nth-child(5n+1) {
  margin-left: 0;
}

.refinemodal-city-list-item:hover {
  opacity: 0.7;
}

.refinemodal-image {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.refinemodal-image-wrap {
  position: absolute;
  top: 50%;
  width: 100%;
}

.refinemodal .l-youtube {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}

.modal-zoom-ico {
  display: inline-block;
  position: relative;
  padding-bottom: 40px;
}

.modal-zoom-ico:after {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(/assets/images/common/icon/ico_zoom.png);
  background-size: cover;
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 1180px) {
  .refinemodal {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
  }
  .refinemodal-inner {
    padding: 0 15px;
    width: 100%;
  }
  .refinemodal .ttl-page {
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .refinebtn {
    border-radius: 8px;
    padding: 20px 30px 20px 10px;
    font-size: 13px;
  }
  .refinebtn-icon {
    right: 10px;
    margin-top: -6px;
    width: 11px;
    height: 11px;
  }
  .refinebtn-icon span:nth-child(1) {
    width: 1px;
    height: 11px;
    left: 5px;
    top: 0px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
  }
  .refinebtn-icon span:nth-child(2) {
    width: 11px;
    height: 1px;
    left: 0px;
    top: 5px;
  }
  .refinebtn-disabled {
    border-radius: 8px;
    padding: 20px 10px;
    font-size: 13px;
  }
  .refinemodal-inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-height: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    overflow: auto;
    font-size: 13px;
    padding: 25px 0 60px;
    bbox-sizing: border-box;
    overflow: auto;
  }
  .refinemodal .ttl-page {
    font-size: 16px;
  }
  .refinemodal-section {
    padding: 10px 20px 0;
    margin-bottom: 0px;
    font-size: 0px;
  }
  .refinemodal-btn {
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 10px;
  }
  .refinemodal-btn-back {
    font-size: 13.5px;
    line-height: 1.0;
    background: #E8E8E8;
    padding: 20px 15px 20px 35px;
    position: relative;
    cursor: pointer;
    margin: 0 -20px;
  }
  .refinemodal-btn-back:before {
    display: block;
    content: '';
    background: url(/assets/images/common/icon/ico_arrow.svg) no-repeat left top;
    background-size: 7px;
    width: 7px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -8px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .refinemodal-count {
    display: none;
  }
  .refinemodal-bottom {
    display: block;
    padding: 10px 15px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 56px;
    overflow: hidden;
  }
  .refinemodal-bottom-close {
    display: block;
    width: 55px;
    height: 56px;
    text-indent: -99em;
    overflow: hidden;
    position: fixed;
    right: 0px;
    bottom: 0px;
    background: url(/assets/images/common/close.svg) no-repeat center 37px #000;
    background-size: 21px;
    z-index: 500;
  }
  .refinemodal-bottom-close span {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #CACACA;
    position: absolute;
  }
  .refinemodal-bottom-close span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 22px;
    left: 17px;
  }
  .refinemodal-bottom-close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 22px;
    left: 17px;
  }
  .refinemodal-bottom-btn {
    float: right;
  }
  .refinemodal-bottom-btn .btn {
    min-width: 100px;
  }
  .refinemodal .modal-close {
    display: none;
  }
  .refinemodal-prefecture {
    padding: 0 0px;
  }
  .refinemodal-prefecture-list {
    margin-bottom: 30px;
  }
  .refinemodal-prefecture-list-item {
    font-size: 13px;
    height: 50px;
    line-height: 50px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #e8e8e8;
  }
  .refinemodal-prefecture-list-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .refinemodal-prefecture-list-item:after {
    display: block;
    content: '';
    background: url(/assets/images/common/icon/ico_arrow.svg) no-repeat left top;
    background-size: 5px;
    width: 5px;
    height: 10px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -5px;
  }
  .refinemodal-city {
    padding: 0 0px;
  }
  .refinemodal-city-list {
    margin-bottom: 30px;
  }
  .refinemodal-city-list-item {
    width: auto;
    display: block;
    margin: 0;
    font-size: 13px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0;
    background: none;
    text-align: left;
  }
  .refinemodal-city-list-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .refinemodal-city-list-item:after {
    display: block;
    content: '';
    background: url(/assets/images/common/icon/ico_arrow.svg) no-repeat left top;
    background-size: 5px;
    width: 5px;
    height: 10px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -5px;
  }
  .refinemodal-city-list-item:hover {
    color: #424242;
    border-color: #e8e8e8;
    font-weight: normal;
  }
  .refinemodal-image {
    padding-bottom: 40px;
  }
  .refinemodal-image-wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    margin-bottom: 10px;
    background: url(/assets/images/common/icon/ico_table_scroll.png) no-repeat;
    background-position: right 5px bottom 10px;
    background-size: 85px 12px;
  }
  .refinemodal-image img {
    width: auto;
  }
  #refinemodal-section-city .refinemodal-city-list {
    margin-bottom: 0;
  }
  #refinemodal-section-city .refinemodal-city-list-item:last-child {
    border-bottom: none;
  }
}

/* pager ---------------------------------------*/
.pager ul {
  overflow: hidden;
  text-align: center;
  font-size: 0px;
  margin-bottom: 0;
}

.pager ul li {
  display: inline-block;
  margin: 0 4px;
  font-size: 13px;
  vertical-align: top;
}

.pager ul li a,
.pager ul li span,
.pager ul li em {
  display: block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  background: #fff;
  color: #131313;
  text-decoration: none;
  border-radius: 32px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  position: relative;
  border: 1px solid #D2D2D2;
  font-size: 13px;
}

.pager ul li.pager-prev {
  margin-right: 30px;
}

.pager ul li.pager-next {
  margin-left: 30px;
}

.pager ul li.pager-prev a,
.pager ul li.pager-next a,
.pager ul li.pager-prev span,
.pager ul li.pager-next span,
.pager ul li.pager-prev em,
.pager ul li.pager-next em {
  background: none;
  border: none;
  width: 50px;
}

.pager ul li.pager-prev a:before,
.pager ul li.pager-prev span:before,
.pager ul li.pager-prev em:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 14px;
  overflow: hidden;
  background: url(/assets/images/common/icon/ico_arrow.svg) no-repeat center center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-size: 7px 14px;
  margin-right: 14px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.pager ul li.pager-next a:after,
.pager ul li.pager-next span:after,
.pager ul li.pager-next em:after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 14px;
  overflow: hidden;
  background: url(/assets/images/common/icon/ico_arrow.svg) no-repeat center center;
  background-size: 7px 14px;
  margin-left: 14px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.pager ul li a:hover,
.pager ul li span,
.pager ul li em {
  background: #D2D2D2;
  color: #fff;
}

.pager ul li.pager-prev span,
.pager ul li.pager-next span,
.pager ul li.pager-prev em,
.pager ul li.pager-next em,
.pager ul li.pager-prev a:hover,
.pager ul li.pager-next a:hover {
  background: none;
  color: #131313;
}

@media (max-width: 768px) {
  /* pager ---------------------------------------*/
  .pager ul li {
    margin: 0 10px;
  }
  .pager ul li:first-child {
    margin-left: 0;
  }
  .pager ul li:last-child {
    margin-right: 0;
  }
  .pager ul li.pager-prev {
    margin-right: 20px;
  }
  .pager ul li.pager-next {
    margin-left: 20px;
  }
  .pager ul li a,
  .pager ul li span,
  .pager ul li em {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

/* エリアマップ */
.areamap-select-wrapper {
  width: 910px;
  height: 525px;
  margin: 0 auto;
  position: relative;
}

.areamap-select-picture {
  margin-left: 185px;
}

.areamap-select-block {
  position: absolute;
  background: #CACACA;
  border-radius: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.areamap-select-block:after {
  display: block;
  content: '';
  background: url(/area/images/fukidashi_top.png) no-repeat left top;
  width: 20px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: -18px;
  margin: 0 0 0 -10px;
}

.areamap-select-block-title {
  display: none;
}

.areamap-select-block-list {
  margin-bottom: 0;
}

.areamap-select-block-hokkaido {
  right: 40px;
  top: 30px;
  width: 90px;
}

.areamap-select-block-hokkaido:after {
  background: url(/area/images/fukidashi_left.png) no-repeat left top;
  width: 16px;
  height: 20px;
  left: -16px;
  top: 50%;
  margin: -10px 0 0 0;
}

.areamap-select-block-tohoku {
  right: 0px;
  top: 130px;
  width: 175px;
}

.areamap-select-block-tohoku:after {
  background: url(/area/images/fukidashi_left.png) no-repeat left top;
  width: 16px;
  height: 20px;
  left: -16px;
  top: 33%;
  margin: -10px 0 0 0;
}

.areamap-select-block-kanto {
  right: 0px;
  top: 270px;
  width: 175px;
}

.areamap-select-block-kanto:after {
  background: url(/area/images/fukidashi_left.png) no-repeat left top;
  width: 16px;
  height: 20px;
  left: -16px;
  top: 33%;
  margin: -10px 0 0 0;
}

.areamap-select-block-tokai {
  right: 240px;
  bottom: 0px;
  width: 175px;
}

.areamap-select-block-hokuriku {
  right: 330px;
  top: 0px;
  width: 175px;
}

.areamap-select-block-hokuriku:after {
  background: url(/area/images/fukidashi_bottom2.png) no-repeat left top;
  width: 22px;
  height: 40px;
  left: 70%;
  top: auto;
  bottom: -40px;
  margin: 0 0 0 0px;
}

.areamap-select-block-kansai {
  right: 410px;
  top: 130px;
  width: 175px;
}

.areamap-select-block-kansai:after {
  background: url(/area/images/fukidashi_bottom1.png) no-repeat left top;
  width: 19px;
  height: 18px;
  left: 70%;
  top: auto;
  bottom: -18px;
  margin: 0 0 0 0px;
}

.areamap-select-block-shikoku {
  left: 300px;
  bottom: 0px;
  width: 175px;
}

.areamap-select-block-chugoku {
  left: 220px;
  top: 55px;
  width: 90px;
}

.areamap-select-block-chugoku .areamap-select-block-list-item {
  margin-left: 0;
}

.areamap-select-block-chugoku:after {
  background: url(/area/images/fukidashi_bottom3.png) no-repeat left top;
  width: 35px;
  height: 26px;
  left: auto;
  top: auto;
  right: 0;
  bottom: -26px;
  margin: 0 0 0 0px;
}

.areamap-select-block-kyusyu {
  left: 0px;
  top: 220px;
  width: 175px;
}

.areamap-select-block-kyusyu:after {
  background: url(/area/images/fukidashi_right.png) no-repeat left top;
  width: 15px;
  height: 19px;
  left: auto;
  right: -15px;
  top: 50%;
  margin: -10px 0 0 0;
}

.areamap-select-block-okinawa {
  left: 160px;
  bottom: 35px;
  width: 90px;
}

.areamap-select-block-list {
  overflow: hidden;
}

.areamap-select-block-list-item {
  float: left;
  margin: 0 0 5px 5px;
  width: 80px;
  height: 32px;
}

.areamap-select-block-list-item:nth-child(2n+1) {
  margin-left: 0;
}

.areamap-select-block-list-item a, .areamap-select-block-list-item span {
  display: block;
  text-align: center;
  font-size: 14px;
  background: #fff;
  width: 80px;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  cursor: pointer;
  text-decoration: none;
}

.areamap-select-block-list-item a:hover, .areamap-select-block-list-item span:hover {
  opacity: 0.7;
}

@media (max-width: 1180px) {
  .slidetopic {
    width: auto;
  }
}

@media (max-width: 768px) {
  /* エリアマップ */
  .areamap-select-wrapper {
    width: auto;
    height: auto;
  }
  .areamap-select-picture {
    display: none;
  }
  .areamap-select-block {
    position: static;
    background: transparent;
    border-radius: 0px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .areamap-select-block:after {
    display: none;
  }
  .areamap-select-block-title {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
  }
  .areamap-select-block-title a {
    display: block;
    line-height: 1.0;
    padding: 18px 0;
    text-decoration: none;
    color: #131313;
    font-size: 13px;
    position: relative;
  }
  .areamap-select-block-title a:after {
    display: block;
    content: '';
    background: url(/assets/images/common/icon/ico_arrow.svg) no-repeat left top;
    background-size: 5px;
    width: 5px;
    height: 10px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -5px;
  }
  .areamap-select-block-hokkaido, .areamap-select-block-tohoku, .areamap-select-block-kanto, .areamap-select-block-tokai, .areamap-select-block-hokuriku, .areamap-select-block-kansai, .areamap-select-block-shikoku, .areamap-select-block-chugoku, .areamap-select-block-kyusyu, .areamap-select-block-okinawa {
    width: auto;
  }
  .areamap-select-block-list {
    display: none;
  }
}

/* 検索 */
.searchresult-head {
  overflow: hidden;
  margin-bottom: 50px;
}

.searchresult-title {
  font-size: 16px;
  font-weight: bold;
  float: left;
}

.searchresult-count {
  font-size: 15px;
  float: right;
}

.searchresult-list {
  margin-bottom: 70px;
}

.searchresult-list-item {
  overflow: hidden;
  padding-bottom: 35px;
  font-size: 15px;
}

.searchresult-list-item .text-link-arrow {
  margin-top: 10px;
  display: inline-block;
}

.searchresult-list-item-text {
  font-size: 13px;
  line-height: 1.5;
  padding-top: 15px;
  color: #333;
}

.searchresult-list-item:last-child {
  padding-bottom: 0;
}

.searchresult-list-image {
  float: left;
  width: 120px;
  margin-right: 30px;
}

.searchresult-list-image img {
  width: 100%;
  border: 1px solid #e8e8e8;
}

.searchresult-recommend-list {
  overflow: hidden;
  margin-bottom: 0;
}

.searchresult-recommend-list-item {
  width: 17.7%;
  float: left;
  margin-left: 2.8%;
}

.searchresult-recommend-list-item:first-child {
  margin-left: 0;
}

.searchresult-recommend-list-item > a {
  display: inline-block;
}

.searchresult-recommend-list-item p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
  padding-bottom: 1em;
}

.searchresult-recommend-list-image {
  margin-bottom: 15px;
}

.searchresult-recommend-list-image img {
  width: 100%;
}

.searchsite-wrap {
  position: relative;
}

.searchsite-block {
  display: block;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  overflow: hidden;
  font-size: 16px;
  position: relative;
  text-align: left;
}

.searchsite-block-input {
  border: none;
  width: 867px;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  outline: none;
}

.searchsite-block-input::-webkit-input-placeholder {
  color: #cacaca;
}

.searchsite-block-input::-moz-placeholder {
  color: #cacaca;
}

.searchsite-block-input:-ms-input-placeholder {
  color: #cacaca;
}

.searchsite-block-input::-ms-input-placeholder {
  color: #cacaca;
}

.searchsite-block-input::placeholder {
  color: #cacaca;
}

.searchsite-block-btn {
  background: url(/assets/images/common/icon/ico_search_gray.svg) no-repeat center center;
  background-size: 25px;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 1px;
  text-indent: -99em;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

/* -----------------------------------------
	検索画面調整
----------------------------------------- */
.searchresult-list-image {
  width: 200px;
}

@media (max-width: 768px) {
  /* 検索 */
  .searchresult {
    margin-bottom: 20px;
  }
  .searchresult-head {
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
  .searchresult-title {
    font-size: 14px;
    margin-bottom: 5px;
    float: none;
  }
  .searchresult-count {
    font-size: 13px;
    float: none;
  }
  .searchresult-list {
    margin-bottom: 40px;
  }
  .searchresult-list-item {
    margin-bottom: 0px;
    padding: 15px 0 0;
    font-size: 13px;
  }
  .searchresult-list-item a {
    display: block;
  }
  .searchresult-list-item .text-link-arrow {
    margin-top: 0;
    float: right;
    width: calc(100% - 110px);
  }
  .searchresult-list-item-text {
    clear: both;
    font-size: 11px;
    line-height: 1.4;
    margin-top: 0;
    padding-top: 0;
    float: right;
    width: calc(100% - 110px);
    color: #333;
  }
  .searchresult-list-image {
    width: 90px;
    margin-right: 0px;
  }
  .searchresult-recommend-list {
    padding-top: 0px;
  }
  .searchresult-recommend-list-item {
    width: auto;
    float: none;
    margin-left: 0;
  }
  .searchresult-recommend-list-item p {
    font-size: 13px;
    padding-left: 25px;
    background: url(/assets/images/common/icon/ico_arrow_circle_black.png) no-repeat left 1px;
    background-size: 16px;
  }
  .searchresult-recommend-list-item:last-child p {
    padding-bottom: 0;
  }
  .searchresult-recommend-list-image {
    display: none;
  }
  .searchsite-block {
    display: block;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    overflow: hidden;
    font-size: 13px;
    position: relative;
    text-align: left;
  }
  .searchsite-block-input {
    border: none;
    width: calc(100% - 50px);
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    outline: none;
  }
  .searchsite-block-input::-webkit-input-placeholder {
    color: #ccc;
  }
  .searchsite-block-input::-moz-placeholder {
    color: #ccc;
  }
  .searchsite-block-input:-ms-input-placeholder {
    color: #ccc;
  }
  .searchsite-block-input::-ms-input-placeholder {
    color: #ccc;
  }
  .searchsite-block-input::placeholder {
    color: #ccc;
  }
  .searchsite-block-btn {
    background: url(/assets/images/common/icon/ico_search_gray.svg) no-repeat center center;
    background-size: 20px;
    width: 40px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 1px;
    text-indent: -99em;
    overflow: hidden;
    border: none;
    cursor: pointer;
  }
  /* -----------------------------------------
	検索画面調整
----------------------------------------- */
  .searchresult-list-item {
    padding-top: 20px;
  }
  .searchresult-list-item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .searchresult-list-image {
    float: none;
    width: 36%;
    margin-right: 0px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .searchresult-list-item .text-link-arrow {
    float: none;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 6px;
  }
  .searchresult-list-item .searchresult-list-item-text {
    float: none;
    width: 64%;
    padding-left: 10px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .searchresult-recommend-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .searchresult-recommend-list li {
    width: 46%;
  }
  .searchresult-recommend-list-item a .searchresult-recommend-list-image {
    display: block;
  }
  .searchresult-recommend-list-item a p {
    background: none;
    padding-left: 0;
  }
}

/* iphone5 iphoneSE用 */
