/* CSS Document */

@charset "UTF-8";
/* ==========================================================
 title
========================================================== */
.ttl-lead {
  margin-bottom: 70px;
  text-align: center;
  font-size: 1.3rem;
  color: #333;
}

@media screen and (max-width: 736px) {
  .ttl-lead {
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
}

.ttl-lead-headline {
  display: block;
  letter-spacing: .1em;
  font-family: "Cinzel", serif;
  font-size: 2.7rem;
  color: #333;
}

@media screen and (max-width: 736px) {
  .ttl-lead-headline {
    font-size: 2.7rem;
    line-height: 1.5;
  }
}

.ttl-lead-headline2 {
  display: block;
  letter-spacing: .1em;
  font-family: "Cinzel", serif;
  font-size: 2rem;
  color: #333;
	text-align: center;
	margin-bottom:20px;
}

@media screen and (max-width: 736px) {
  .ttl-lead-headline2 {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.ttl-basic-simple {
  margin-bottom: 2.0em;
  font-size: 1.7rem;
  color: #222;
}

@media screen and (max-width: 736px) {
  .ttl-basic-simple {
    margin-bottom: 1.5em;
    font-size: 1.5rem;
  }
}

/* ttl-basic-01
 基本見出し1
---------------------------------------------------------- */
.ttl-basic-01 {
  margin-bottom: 1.25em;
  padding: 34px 32px 29px;
  font-family: "Noto SansJapanese";
  font-size: 2.1rem;
  color: #222;
  border-bottom: 2px #68d1cb solid;
  background-color: #f2f2f2;
}

@media screen and (max-width: 736px) {
  .ttl-basic-01 {
    margin-bottom: 1.5em;
    padding: 24px 19px 22px;
    font-size: 1.6rem;
  }
}

.ttl-basic-01-subtitle {
  display: block;
  margin-bottom: 2px;
  letter-spacing: 1px;
  font-size: 1.5rem;
  color: #222a5d;
}

@media screen and (max-width: 736px) {
  .ttl-basic-01-subtitle {
    margin-bottom: 0;
    font-size: 1.1rem;
  }
}

.ttl-basic-01.has-subtitle {
  padding: 20px 32px 16px;
}

@media screen and (max-width: 736px) {
  .ttl-basic-01.has-subtitle {
    padding: 16px 20px 12px;
  }
}

.ttl-basic-01.ttl-basic-01-bdb-purple {
  border-bottom-color: #97586f;
}

.ttl-basic-01 .link-basic {
  color: #222;
}

.ttl-basic-01 .link-basic:hover , .ttl-basic-01 .link-basic:visited {
  color: #222;
}

.ttl-basic-01 .link-basic-arrow::after {
  top: .65em;
}

@media screen and (max-width: 736px) {
  .ttl-basic-01 .link-basic-arrow::after {
    top: .5em;
  }
}

/* ttl-basic-02
 基本見出し2
---------------------------------------------------------- */
.ttl-basic-02 {
  margin-bottom: 1.85em;
  padding-left: 20px;
  font-family: "Noto SansJapanese Light", serif;
  font-size: 2.4rem;
  font-weight: 100;
  color: #222;
  border-left: 2px #222a5d solid;
}

@media screen and (max-width: 736px) {
  .ttl-basic-02 {
    padding-left: 9px;
    font-size: 1.7rem;
    border-left: 2px #222a5d solid;
  }
}

/* ttl-basic-03
 基本見出し3
---------------------------------------------------------- */
.ttl-basic-03 {
  margin-bottom: 1.0em;
  padding-left: 20px;
  font-family: "Noto SansJapanese Light", serif;
  font-size: 2.0rem;
  font-weight: 100;
  color: #222;
  border-left: 2px #222a5d solid;
}

@media screen and (max-width: 736px) {
  .ttl-basic-03 {
    padding-left: 9px;
    font-size: 1.5rem;
  }
}

.ttl-basic-03.ttl-basic-03-bdl-purple {
  border-left-color: #97586f;
}

/* ttl-basic-04
 基本見出し4
---------------------------------------------------------- */
.ttl-basic-04 {
  margin-bottom: 1.0em;
  font-family: "Noto SansJapanese";
  font-size: 1.7rem;
  color: #222;
}

@media screen and (max-width: 736px) {
  .ttl-basic-04 {
    font-size: 1.4rem;
  }
}

/* ttl-basic-05
 基本見出し5
---------------------------------------------------------- */
.ttl-basic-05 {
  margin-bottom: 1.85em;
  font-size: 1.5rem;
  color: #222;
}

@media screen and (max-width: 736px) {
  .ttl-basic-05 {
    font-size: 1.3rem;
  }
}

/* ttl-basic-06
---------------------------------------------------------- */
.ttl-basic-06 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 24px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.7rem;
  color: #97586f;
}

.ttl-basic-06:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  margin-left: -15px;
  background-color: rgba(151, 88, 111, .5);
}

.ttl-basic-06-green {
  color: #2c4e2a;
}

.ttl-basic-06-green:after {
  background-color: rgba(44, 78, 42, .5);
}

.ttl-basic-06-blue {
  color: #222a5d;
}

.ttl-basic-06-blue:after {
  background-color: rgba(34, 42, 93, .5);
}

@media screen and (max-width: 736px) {
  .ttl-basic-06 {
    margin-bottom: 25px;
    padding-bottom: 21px;
    letter-spacing: 0;
  }
  .ttl-basic-06:after {
    width: 20px;
    margin-left: -10px;
  }
}

/* ==========================================================
 text
========================================================== */
/* box-lead-basic
　リード文
---------------------------------------------------------- */
.box-lead-basic {
  margin-bottom: 35px;
  padding: 25px 30px;
  line-height: 2;
  color: #222;
  background-color: #e8e9ee;
}

@media screen and (max-width: 736px) {
  .box-lead-basic {
    margin-bottom: 28px;
    padding: 24px 18px;
  }
}

.box-lead-basic .txt-lead-basic + .txt-lead-basic {
  margin-top: 1.75em;
}

.txt-lead-basic {
  font-size: 1.5rem;
}

@media screen and (max-width: 736px) {
  .txt-lead-basic {
    font-size: 1.3rem;
  }
}

/* txt-basic
---------------------------------------------------------- */
.txt-basic {
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (max-width: 736px) {
  .txt-basic {
    font-size: 1.3rem;
  }
}

/* 真ん中寄せ */
.txt-basic-center {
  text-align: center;
}

/* 右寄せ */
.txt-basic-right {
  text-align: right;
}

/* txt-basic サイズ別
---------------------------------------------------------- */
.txt-basic-xs {
  font-size: 1.2rem;
}

@media screen and (max-width: 736px) {
  .txt-basic-xs {
    font-size: 1.1rem;
  }
}

.txt-basic-sm {
  font-size: 1.4rem;
}

@media screen and (max-width: 736px) {
  .txt-basic-sm {
    font-size: 1.2rem;
  }
}

.txt-basic-lg {
  font-size: 1.6rem;
}

@media screen and (max-width: 736px) {
  .txt-basic-lg {
    font-size: 1.3rem;
  }
}

.txt-basic-xlg {
  font-size: 1.8rem;
}

@media screen and (max-width: 736px) {
  .txt-basic-xlg {
    font-size: 1.4rem;
  }
}

/* txt-basic 太字
---------------------------------------------------------- */
.txt-basic-bold {
  font-family: "Noto SansJapanese";
  font-weight: bold;
}

/* txt-basic 背景青・白字
---------------------------------------------------------- */
.txt-basic-bgblue {
  color: #fff;
  background-color: #222a5d;
}

/* txt-basic-red 赤字
---------------------------------------------------------- */
.txt-basic-red {
  font-family: "Noto SansJapanese";
  color: #b72b41;
}

/* txt-basic-gold ゴールド
---------------------------------------------------------- */
.txt-basic-gold {
  font-family: "Noto SansJapanese";
  color: #c1995d;
}

/* txt-basic-blue ブルー
---------------------------------------------------------- */
.txt-basic-blue {
  font-family: "Noto SansJapanese";
  color: #222a5d;
}

/* txt-basic-note
 注釈テキスト
---------------------------------------------------------- */
.txt-basic-note {
  font-size: 1.4rem;
}

@media screen and (max-width: 736px) {
  .txt-basic-note {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 736px) {
  .txt-basic-small {
    margin-bottom: 22px;
    font-size: 1.2rem;
  }
}

.txt-basic-small + .nav-arrow-breadcrumb-wrap {
  margin-top: 30px;
}

.txt-basic-smallest {
  margin-bottom: 7px;
  font-size: 1.1rem;
}

/* ==========================================================
 link
========================================================== */
.link-basic {
  color: #506c9b;
}

@media screen and (max-width: 736px) {
  .link-basic {
    font-size: 1.2rem;
  }
}

.link-basic:visited {
  color: #9687c7;
}

.link-basic[target="_blank"] {
  margin-right: 7px;
  padding-right: 18px;
  background: url(../../general/img/icn_new_windows_01.png) right center no-repeat;
  background-size: 12px;
}

@media screen and (max-width: 736px) {
  .link-basic[target="_blank"] {
    margin-right: 6px;
    padding-right: 16px;
    background-size: 10px;
  }
}

/* link-basic-arrow */
.link-basic-arrow {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}

@media screen and (max-width: 736px) {
  .link-basic-arrow {
    padding-right: 13px;
  }
}

.link-basic-arrow::after {
  position: absolute;
  top: .75em;
  right: 0;
  content: "";
  width: 6px;
  height: 8px;
  transition: all .18s ease;
  background: url(../../general/img/icn_arrow_right_blue_01.png) top left no-repeat;
  background-size: 6px 8px;
}

@media screen and (max-width: 736px) {
  .link-basic-arrow::after {
    top: .5em;
    width: 6px;
    height: 10px;
    background: url(../../general/img/icn_arrow_right_blue_01_sp.png) top left no-repeat;
    background-size: 6px 10px;
  }
}

.link-basic-arrow:hover::after {
  right: -3px;
}

@media screen and (max-width: 736px) {
  .link-basic-arrow:hover::after {
    right: 0;
  }
}

/* link-basic-back */
.link-basic-back {
  position: relative;
  padding-left: 16px;
}

.link-basic-back::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../../general/img/icn_arrow_back_01.png) top left no-repeat;
  background-size: 10px;
}

/* link-basic-pdf */
.link-basic-pdf {
  position: relative;
  padding-left: 21px;
}

.link-basic-pdf::before {
  position: absolute;
  top: .25em;
  left: 0;
  content: "";
  width: 13px;
  height: 15px;
  background: url(../../general/img/icn_pdf_01.png) left center no-repeat;
  background-size: 13px 15px;
}

@media screen and (max-width: 736px) {
  .link-basic-pdf::before {
    top: .15em;
  }
}

/* link-basic-tab
---------------------------------------------------------- */
.tab-basic {
  overflow: hidden;
  margin: 0 -2px 40px;
}

@media screen and (max-width: 736px) {
  .tab-basic {
    margin: 0 -22px 40px;
  }
}

.tab-basic-button {
  float: left;
  width: 25%;
  padding: 0 2px 0;
}

.tab-basic-button-inner {
  position: relative;
  display: table;
  width: 100%;
  min-height: 60px;
  padding: 7px 10px;
  transition: all .18s ease-out;
  text-align: center;
  font-size: 1.3rem;
  border: 1px #eee solid;
  background-color: #f2f2f2;
}

@media screen and (max-width: 736px) {
  .tab-basic-button-inner {
    transition: none;
    font-size: 1.2rem;
  }
}

.tab-basic-button-inner:hover {
  text-decoration: none;
  border-bottom-color: #fff;
  background-color: #fff;
}

.tab-basic-button-inner span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.tab-basic-button.is-active .tab-basic-button-inner {
  text-decoration: none;
  border-bottom-color: #fff;
  background-color: #fff;
}

.tab-basic-button.is-active .tab-basic-button-inner::after {
  position: absolute;
  bottom: -1px;
  left: 50%;
  display: block;
  content: "";
  width: 80px;
  height: 3px;
  margin-left: -40px;
  border-bottom: 3px #222a5d solid;
}

@media screen and (max-width: 736px) {
  .tab-basic-button.is-active .tab-basic-button-inner::after {
    width: 64px;
    margin-left: -32px;
  }
}

.link-basic-tab {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2px 40px -1px;
}

@media screen and (max-width: 736px) {
  .link-basic-tab {
    margin: 0 -22px 40px -21px;
  }
}

.link-basic-tab-item {
  width: 25%;
  padding: 0 2px 0 1px;

  coursor: pointer;
}

.link-basic-tab-inner {
  position: relative;
  display: table;
  width: 100%;
  min-height: 60px;
  padding: 7px 10px;
  cursor: pointer;
  transition: all .18s ease-out;
  font-size: 1.3rem;
  border: 1px #eee solid;
  background-color: #fff;
}

@media screen and (max-width: 736px) {
  .link-basic-tab-inner {
    min-height: inherit;
    padding: 14px 15px;
    transition: none;
    font-size: 1.2rem;
  }
}

.link-basic-tab-item.is-current .link-basic-tab-inner {
  text-decoration: none;
  border-bottom-color: #f2f2f2;
  background-color: #f2f2f2;
}

.link-basic-tab-item.is-current .link-basic-tab-inner::after {
  position: absolute;
  bottom: -1px;
  left: 50%;
  display: block;
  content: "";
  width: 80px;
  height: 3px;
  margin-left: -40px;
  border-bottom: 3px #222a5d solid;
}

@media screen and (max-width: 736px) {
  .link-basic-tab-item.is-current .link-basic-tab-inner::after {
    width: 64px;
    margin-left: -32px;
  }
}

@media screen and (min-width: 737px) {
  .link-basic-tab-inner:hover {
    text-decoration: none;
    border-bottom-color: #fff;
    background-color: #fff;
  }
  .link-basic-tab-inner:hover::after {
    position: absolute;
    bottom: -1px;
    left: 50%;
    display: block;
    content: "";
    width: 80px;
    height: 3px;
    margin-left: -40px;
    border-bottom: 3px #222a5d solid;
  }
}

@media screen and (min-width: 737px) and (max-width: 736px) {
  .link-basic-tab-inner:hover::after {
    width: 64px;
    margin-left: -32px;
  }
}

.link-basic-tab-text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/* tab inside */
.tab-basic-Inside {
  margin-right: 0;
  margin-left: 0;
}

/* tab column */
.tab-basic-col3 .tab-basic-button {
  width: 33.3%;
}

.tab-basic-col3 .tab-basic-button:nth-child(3n-1) {
  width: 33.4%;
}

/* link-basic-scroll
---------------------------------------------------------- */
.link-basic-scroll {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: #eee solid;
  border-width: 1px 0;
}

@media screen and (max-width: 736px) {
  .link-basic-scroll {
    margin-bottom: 40px;
    border-width: 1px 0 0 1px;
  }
}

.link-basic-scroll-item {
  width: 25%;
  border-right: 1px #eee solid;
}

.link-basic-scroll-item:first-child {
  border-left: 1px #eee solid;
}

@media screen and (max-width: 736px) {
  .link-basic-scroll-item:first-child {
    border-left: none;
  }
}

@media screen and (max-width: 736px) {
  .link-basic-scroll-item {
    width: 50%;
  }
}

.link-basic-scroll-inner {
  display: table;
  width: 100%;
  min-height: 58px;
  padding: 10px;
  transition: all .18s ease-out;
  transition: all .18s ease-out;
  text-align: center;
  font-size: 1.3rem;
  color: #516d9a;
}

@media screen and (max-width: 736px) {
  .link-basic-scroll-inner {
    min-height: 59px;
    padding: 10px 14px;
    transition: none;
    text-align: left;
    font-size: 1.2rem;
    border-bottom: 1px #eee solid;
  }
}

.link-basic-scroll-inner:hover {
  text-decoration: none;
}

.link-basic-scroll-inner:hover {
  opacity: .7;
  -ms-filter: "alpha( opacity=70)";
  filter: alpha(opacity=70);
}

.link-basic-scroll-text {
  display: table-cell;
  vertical-align: middle;
}

.link-basic-scroll-text > span {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

@media screen and (max-width: 736px) {
  .link-basic-scroll-text > span {
    display: block;
    padding-right: 13px;
  }
}

.link-basic-scroll-text > span::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 7px;
  height: 5px;
  margin-top: -2px;
  background: url(../../general/img/icn_arrow_down_blue_01.png) top left no-repeat;
  background-size: 7px 5px;
}

@media screen and (max-width: 736px) {
  .link-basic-scroll-text > span::after {
    width: 10px;
    height: 6px;
    background: url(../../general/img/icn_arrow_down_blue_01_sp.png) top left no-repeat;
    background-size: 10px 6px;
  }
}

/* box-basic-next-page
---------------------------------------------------------- */
.mod-basic-next-page {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 736px) {
  .mod-basic-next-page {
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
}

.mod-basic-next-page-icon {
  position: relative;
  display: inline-block;
  min-height: 40px;
  margin-right: 36px;
  padding: 10px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  background-color: #222a5d;

  -ms-flex: 0 0 95px;
  flex: 0 0 95px;
}

@media screen and (max-width: 736px) {
  .mod-basic-next-page-icon {
    margin-right: 40px;
    padding: 11px 5px;

    -ms-flex: 0 0 101px;
    flex: 0 0 101px;
  }
}

.mod-basic-next-page-icon::after {
  position: absolute;
  top: 0;
  right: -15px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-width: 20px 0 20px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #222a5d;
}

@media screen and (max-width: 736px) {
  .mod-basic-next-page-icon::after {
    border-width: 21px 0 21px 15px;
  }
}

.mod-basic-next-page .link-basic-arrow {
  line-height: 1.5;
}

.mod-basic-next-page .link-basic-arrow::after {
  top: .60em;
}

@media screen and (max-width: 736px) {
  .mod-basic-next-page .link-basic-arrow::after {
    top: 50%;
    margin-top: -5px;
  }
}

.mod-basic-next-page-link {
  position: relative;
  padding-right: 17px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #506c9b;
}

@media screen and (max-width: 736px) {
  .mod-basic-next-page-link {
    padding-right: 14px;
    font-size: 1.2rem;
  }
}

.mod-basic-next-page-link:visited {
  color: #9687c7;
}

.mod-basic-next-page-link::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 6px;
  height: 8px;
  margin-top: -4px;
  transition: all .18s ease;
  background: url(../../general/img/icn_arrow_right_blue_01.png) top left no-repeat;
  background-size: 6px 8px;
}

@media screen and (max-width: 736px) {
  .mod-basic-next-page-link::after {
    width: 6px;
    height: 10px;
    background: url(../../general/img/icn_arrow_right_blue_01_sp.png) top left no-repeat;
    background-size: 6px 10px;
  }
}

.mod-basic-next-page-link:hover::after {
  right: -3px;
}

@media screen and (max-width: 736px) {
  .mod-basic-next-page-link:hover::after {
    right: 0;
  }
}

/* bnr-proudclub
---------------------------------------------------------- */
.bnr-proudclub {
  display: table;
  max-width: 800px;
  margin: 0 auto;
  padding: 23px 30px 26px 33px;
  transition: .4s all ease-in-out;
  color: #fff;
  background-color: #222a5d;
}

@media screen and (max-width: 736px) {
  .bnr-proudclub {
    display: block;
    max-width: inherit;
    padding: 25px 20px 30px;
  }
}

.bnr-proudclub:hover {
  text-decoration: none;
  opacity: .9;
}

.bnr-proudclub-details {
  display: table-cell;
  margin-right: 29px;
  padding-right: 30px;
  border-right: 1px rgba(255, 255, 255, .13) solid;
}

@media screen and (max-width: 736px) {
  .bnr-proudclub-details {
    display: block;
    margin: 0 0 10px;
    padding-right: 0;
    border-right: none;
  }
}

.bnr-proudclub-title {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 736px) {
  .bnr-proudclub-title {
    margin-bottom: 7px;
  }
}

.bnr-proudclub-title .en {
  position: relative;
  margin-right: 13px;
  padding-right: 24px;
  letter-spacing: 2px;
  font-family: "Cinzel", serif;
  font-size: 2.4rem;
}

@media screen and (max-width: 736px) {
  .bnr-proudclub-title .en {
    margin-right: 18px;
    padding-right: 21px;
    letter-spacing: 1.5px;
    font-size: 1.7rem;
  }
}

.bnr-proudclub-title .en:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 2px;
  height: 20px;








  margin-top: -12px;
  border-right: 2px rgba(255, 255, 255, .6) solid;
}

@media screen and (max-width: 736px) {
  .bnr-proudclub-title .en:after {
    height: 15px;
    margin-top: -10px;
  }
}

.bnr-proudclub-title .sub {
  font-size: 1.3rem;
}

@media screen and (max-width: 736px) {
  .bnr-proudclub-title .sub {
    font-size: 1.2rem;
  }
}

.bnr-proudclub-button {
  display: table-cell;
  padding-left: 30px;
  vertical-align: middle;
}

@media screen and (max-width: 736px) {
  .bnr-proudclub-button {
    display: block;
    padding-left: 0;
  }
}

.bnr-proudclub-button-inner {
  display: block;
  width: 140px;
  padding: 10px 5px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  border: 1px rgba(255, 255, 255, .4) solid;
  background-color: #21285e;
}

@media screen and (max-width: 736px) {
  .bnr-proudclub-button-inner {
    width: 120px;
    padding: 10px 5px;
    font-size: 1.1rem;
  }
}

/* sitemap
---------------------------------------------------------- */
.link-sitemap {
  overflow: hidden;
}

.link-sitemap li {
  float: left;
  width: 49.99%;
  margin-bottom: 10px;
}

@media screen and (max-width: 736px) {
  .link-sitemap li {
    float: none;
    width: 100%;
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}

/* ==========================================================
 list
========================================================== */
/* list-basic-dot
---------------------------------------------------------- */
.list-basic-dot-item {
  position: relative;
  margin-bottom: .85em;
  padding-left: 1.35em;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media screen and (max-width: 736px) {
  .list-basic-dot-item {
    font-size: 1.2rem;
  }
}

.list-basic-dot-item::after {
  position: absolute;
  top: .5em;
  left: 4px;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #222a5d;
}

@media screen and (max-width: 736px) {
  .list-basic-dot-item::after {
    width: 2px;
    height: 2px;
  }
}

.list-basic-dot-item:last-child {
  margin-bottom: 0;
}

/* list-basic-order
---------------------------------------------------------- */
.list-basic-order {
  counter-reset: li;
}

.list-basic-order-item {
  position: relative;
  margin-bottom: .85em;
  padding-left: 1.35em;
  font-size: 1.5rem;
}

@media screen and (max-width: 736px) {
  .list-basic-order-item {
    font-size: 1.2rem;
  }
}

.list-basic-order-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(li) ".";
  padding-right: .5em;
  counter-increment: li;
}

.list-article-hashtag {
  margin-bottom: 40px;
}

@media screen and (max-width: 736px) {
  .list-article-hashtag {
    margin-bottom: 30px;
  }
}

.list-article-hashtag-item {
  overflow: hidden;
  padding: 40px 0;
  border-bottom: 1px #eee solid;
}

@media screen and (max-width: 736px) {
  .list-article-hashtag-item {
    padding: 30px 0;
  }
  .list-article-hashtag-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.list-article-hashtag-item a {
  display: block;
  overflow: hidden;
}

.list-article-hashtag-item a img {
  transition: all .18s ease-out;
}

.list-article-hashtag-item a:hover {
  text-decoration: none;
}

.list-article-hashtag-item a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.list-article-hashtag-item:first-child {
  padding-top: 0;
}

.list-article-hashtag-image {
  float: left;
  overflow: hidden;
  width: 270px;
  margin-right: 40px;
}

@media screen and (max-width: 736px) {
  .list-article-hashtag-image {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }
}

.list-article-hashtag-image img {
  width: 100%;
}

.list-article-hashtag-details {
  overflow: hidden;
}

.list-article-hashtag-heading {
  position: relative;
  margin-bottom: 13px;
  padding-right: 20px;
}

.list-article-hashtag-heading .directory {
  position: relative;
  display: inline-block;
  margin-right: 13px;
  padding-right: 17px;
  letter-spacing: 1px;
  font-size: 1.3rem;
  color: #68d1cb;
}

@media screen and (max-width: 736px) {
  .list-article-hashtag-heading .directory {
    font-size: 1.2rem;
  }
}

.list-article-hashtag-heading .directory::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background-color: #ddd;
}

.list-article-hashtag-heading .category {
  display: inline-block;
  font-size: 1.3rem;
  color: #555;
}

@media screen and (max-width: 736px) {
  .list-article-hashtag-heading .category {
    font-size: 1.2rem;
  }
}

.list-article-hashtag-heading .icon {
  position: absolute;
  z-index: 2;
  top: .5em;
  right: 0;
  display: block;
  width: 14px;
  height: 12px;
  cursor: pointer;
  font-size: 1.1rem;
}

.list-article-hashtag-heading .icon.icon-favorite {
  transition: .4s all ease;
  background: url(../../general/img/ico_favoritebox_click_off.svg);
  background-size: 14px 12px;
}

.list-article-hashtag-heading .icon.icon-favorite.is-faved {
  background: url(../../general/img/ico_favoritebox_click_on.svg);
  background-size: 14px 12px;
}

.list-article-hashtag-title {
  margin-bottom: 12px;
  font-family: "Noto SansJapanese";
  font-size: 1.7rem;
}

@media screen and (max-width: 736px) {
  .list-article-hashtag-title {
    font-size: 1.6rem;
  }
}

.list-article-hashtag-text {
  font-size: 1.4rem;
}

@media screen and (max-width: 736px) {
  .list-article-hashtag-text {
    font-size: 1.3rem;
  }
}

.list-article-hashtag-tags {
  overflow: hidden;
  margin: 12px -.25em 0;
  font-size: 1.3rem;
  color: #555;
}

@media screen and (max-width: 736px) {
  .list-article-hashtag-tags {
    font-size: 1.2rem;
  }
}

.list-article-hashtag-tags-item {
  float: left;
  margin: 0 .25em;
}

.list-article-hashtag-tags-item:hover {
  text-decoration: underline;
}

/* list-navi-step-02
---------------------------------------------------------- */
.list-navi-step-02 {
  display: -ms-flexbox;
  display: flex;
}

.list-navi-step-02-item {
  width: 20%;
}

.list-navi-step-02-item:not(:first-child) .list-navi-step-02-box {
  padding-left: 32px;
}

.list-navi-step-02-item:nth-child(1) {
  background-color: #d6bcc5;
}

.list-navi-step-02-item:nth-child(2) {
  background-color: #c7a3b0;
}

.list-navi-step-02-item:nth-child(3) {
  background-color: #b7899a;
}

.list-navi-step-02-item:nth-child(4) {
  background-color: #a77084;
}

.list-navi-step-02-item:nth-child(5) {
  background-color: #97586f;
}

.list-navi-step-02-link {
  position: relative;
  display: block;
}

.list-navi-step-02-link:after {
  position: absolute;
  right: -20px;
  bottom: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-width: 50px 0 50px 20px;
  border-style: solid;
}

.list-navi-step-02-item:nth-child(1) .list-navi-step-02-link:after {
  border-color: transparent transparent transparent #d6bcc5;
}

.list-navi-step-02-item:nth-child(2) .list-navi-step-02-link:after {
  border-color: transparent transparent transparent #c7a3b0;
}

.list-navi-step-02-item:nth-child(3) .list-navi-step-02-link:after {
  border-color: transparent transparent transparent #b7899a;
}

.list-navi-step-02-item:nth-child(4) .list-navi-step-02-link:after {
  border-color: transparent transparent transparent #a77084;
}

.list-navi-step-02-item:nth-child(5) .list-navi-step-02-link:after {
  display: none;
}

.list-navi-step-02-figure {
  position: relative;
}

.list-navi-step-02-box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding: 29px 10px 23px 20px;
  -ms-flex-align: center;
  align-items: center;
}

.list-navi-step-02-box:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 1px;
  height: 100%;
}

.list-navi-step-02-item:nth-child(1) .list-navi-step-02-box:after {
  background-color: #d6bcc5;
}

.list-navi-step-02-item:nth-child(2) .list-navi-step-02-box:after {
  background-color: #c7a3b0;
}

.list-navi-step-02-item:nth-child(3) .list-navi-step-02-box:after {
  background-color: #b7899a;
}

.list-navi-step-02-item:nth-child(4) .list-navi-step-02-box:after {
  background-color: #a77084;
}

.list-navi-step-02-item:nth-child(5) .list-navi-step-02-box:after {
  display: none;
}

.list-navi-step-02-num {
  margin-right: 10px;
  font-family: "Cinzel", serif;
  font-size: 3.2rem;
  line-height: 1;
  color: #fff;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .list-navi-step-02-box-inner {
    max-width: 80%;
  }
}

.list-navi-step-02-title {
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-size: 1.3rem;
  color: #fff;
}

.list-navi-step-02-text {
  font-size: 1.3rem;
}

/* is-current */
.list-navi-step-02-link.is-current .list-navi-step-02-figure:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, .5);
}

@media screen and (max-width: 736px) {
  .list-navi-step-02 {
    display: block;
  }
  .list-navi-step-02-item {
    width: 100%;
  }
  .list-navi-step-02-item:not(:first-child) .list-navi-step-02-box {
    padding-left: 28px;
  }
  .list-navi-step-02-link:after {
    display: none;
  }
  .list-navi-step-02-figure {
    display: none;
  }
  .list-navi-step-02-box {
    height: auto;
    padding: 25px 32px 21px 32px;
  }
  .list-navi-step-02-num {
    margin-right: 16px;
    font-size: 4.1rem;
  }
  .list-navi-step-02-box-inner {
    margin-top: 0;
  }
  .list-navi-step-02-title {
    font-size: 1.1rem;
  }
  .list-navi-step-02-text {
    font-size: 1.4rem;
  }
}

.js-contents-more > li:nth-child(n+10) {
  display: none;
}

@media screen and (max-width: 736px) {
  .js-contents-more > li:nth-child(n+7) {
    display: none;
  }
}

.js-contents-more-cnt6 > li:nth-child(n+7) {
  display: none;
}

.list-article-hashtag > li:nth-child(n+7) {
  display: block;
}

.list-article-hashtag > li.is-hide {
  display: none;
}

/* list-data
---------------------------------------------------------- */
.list-data {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: -1em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-data-title , .list-data-detail {
  padding-bottom: 1em;
}

.list-data-title {
  width: 20%;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .list-data-title {
    width: 100%;
  }
}

.list-data-detail {
  width: 80%;
}

@media screen and (max-width: 736px) {
  .list-data-detail {
    width: 100%;
  }
}

/* list-report-point */
.list-report-point {
  overflow: hidden;
  margin-bottom: 20px;
}

.list-report-point li {
  float: left;
  margin-right: 1.0em;
}

/* ==========================================================
 image
========================================================== */
.img-basic-adjust img {
  width: 100%;
}

/* ==========================================================
 button
========================================================== */
/* btn-readmore もっと見る
---------------------------------------------------------- */
.btn-readmore {
  display: block;
  width: 100%;
  padding: 13px 10px;
  transition: all .18s ease-out;
  text-align: center;
  font-size: 1.3rem;
  color: #21285e;
  border: 1px #21285e solid;
}

.btn-readmore:hover {
  opacity: .7;
  -ms-filter: "alpha( opacity=70)";
  filter: alpha(opacity=70);
}

.btn-readmore.is-active {
  display: none !important;
}

.btn-readmore:hover {
  text-decoration: none;
}

/* btn-basic
---------------------------------------------------------- */
.btn-basic-wrap {
  text-align: center;
}

.btn-basic-wrap + .btn-basic-wrap {
  margin-top: 20px;
}

/* btn-basic */
.btn-basic {
  display: inline-block;
  min-width: 195px;
  padding: 9px;
  transition: all .18s ease-out;
  text-align: center;
  font-family: "Noto SansJapanese Light";
  font-size: 1.2rem;
  border: 1px #222a5d solid;
}

@media screen and (max-width: 736px) {
  .btn-basic {
    display: inline-block;
    max-width: 180px;
  }
}

.btn-basic:hover {
  text-decoration: none;
}

.btn-basic .ico-blank {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}

.btn-basic .ico-blank::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -6px;
}

.btn-basic.js-accordion-cmn-trigger {
  position: relative;
}

.btn-basic.js-accordion-cmn-trigger:before {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-top-color: currentColor;
  border-bottom: none;
}

.btn-basic.js-accordion-cmn-trigger.is-active:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

/* btn-basic-large */
.btn-basic-large {
  display: block;
  width: 100%;
  padding: 12px 10px 13px;
  transition: all .18s ease-out;
  text-align: center;
  font-size: 14px;
  border: 1px #222a5d solid;
}

@media screen and (max-width: 736px) {
  .btn-basic-large {
    display: inline-block;
    max-width: 295px;
  }
}

.btn-basic-large:hover {
  text-decoration: none;
}

.btn-basic-large .ico-blank {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}

.btn-basic-large .ico-blank::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -6px;
}

/* blue */
.btn-basic-blue {
  color: #fff;
  background-color: #222a5d;
}

.btn-basic-blue-bdr {
  border-color: #fff;
}

.btn-basic-blue .ico-blank::after {
  background-image: url(../../general/img/icn_new_windows_02.png);
  background-size: 12px;
}

.btn-basic-blue:hover {
  color: #222a5d;
  background-color: #fff;
}

.btn-basic-blue:hover .ico-blank::after {
  background-image: url(../../general/img/icn_new_windows_03.png);
  background-size: 12px;
}

.btn-basic-blue .ico-basic-login {
  padding-left: 20px;
  background-image: url(../../general/img/icn_login_01_white.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px;
}

.btn-basic-blue:hover .ico-basic-login {
  background-image: url(../../general/img/icn_login_01_blue.png);
  background-size: 12px;
}

/* white */
.btn-basic-white {
  color: #222a5d;
  background-color: #fff;
}

.btn-basic-white-bdr {
  border-color: #fff;
}

.btn-basic-white .ico-blank::after {
  background-image: url(../../general/img/icn_new_windows_03.png);
  background-size: 12px;
}

.btn-basic-white:hover {
  color: #fff;
  background-color: #222a5d;
}

.btn-basic-white:hover .ico-blank::after {
  background-image: url(../../general/img/icn_new_windows_02.png);
  background-size: 12px;
}

.btn-basic-white .ico-basic-login {
  display: inline-block;
  padding-left: 20px;
  background-image: url(../../general/img/icn_login_01_blue.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px;
}

.btn-basic-white:hover .ico-basic-login {
  background-image: url(../../general/img/icn_login_01_white.png);
  background-size: 12px;
}

/* btn-basic-clear */
.btn-basic-clear {
  display: block;
  width: 194px;
  padding: 10px;
  transition: all .18s ease-out;
  transition: all .18s ease-out;
  text-align: center;
  font-size: 1.2rem;
  color: #222a5d;
  background-color: #ccc;
}

@media screen and (max-width: 736px) {
  .btn-basic-clear {
    width: 100%;
    max-width: 295px;
    margin: 0 auto;
    padding: 17px 10px 14px;
    font-size: 1.4rem;
  }
}

.btn-basic-clear:hover {
  text-decoration: none;
}

.btn-basic-clear:hover {
  opacity: .7;
  -ms-filter: "alpha( opacity=70)";
  filter: alpha(opacity=70);

}

/* btn-basic-favorite
---------------------------------------------------------- */
.btn-basic-favorite {
  display: block;
  width: 110px;
  padding: 5px;
  text-align: center;
  font-family: "Noto SansJapanese Light";
  font-size: 1.2rem;
  color: #fff;
  background-color: #c7b482;
}

.btn-basic-favorite-large {
  width: 160px;
  padding: 9px 5px;
  font-size: 1.3rem;
}

.btn-basic-favorite-icon {
  padding-left: 21px;
  background: url(../../general/img/ico_heart_pc_01.png) left center no-repeat;
}

.is-faved .btn-basic-favorite-icon {
  background-image: url(../../general/img/ico_heart_pc_01_on.png);
}

.btn-basic-favorite:hover {
  text-decoration: none;
  opacity: .7;
}

@media screen and (max-width: 736px) {
  .btn-basic-favorite {
    width: 106px;
    padding: 6px 5px;
    font-size: 1.1rem;
  }
  .btn-basic-favorite-large {
    width: 191px;
    margin: 0 auto;
    padding: 9px 5px;
    font-size: 1.2rem;
  }
  .btn-basic-favorite-icon {
    padding-left: 20px;
    background-size: 14px 12px;
  }
  .btn-basic-favorite:hover {
    opacity: 1;
  }
}

/* list-basic-button
---------------------------------------------------------- */
.list-basic-button {
  overflow: hidden;
  margin-right: -38px;
}

@media screen and (max-width: 736px) {
  .list-basic-button {
    margin-right: 0;
  }
}

.list-basic-button-item {
  float: left;
  width: 194px;
  margin-right: 38px;
  margin-bottom: 20px;
}

@media screen and (max-width: 736px) {
  .list-basic-button-item {
    float: none;
    width: 100%;
    margin: 8px auto;
    text-align: center;
  }
}

/* ==========================================================
 module
========================================================== */
/* article 記事系ベースモジュール
========================================================== */
.mod-basic-article-image {
  margin-bottom: 15px;
}

@media screen and (max-width: 736px) {
  .mod-basic-article-image {
    margin-bottom: 15px;
  }
}

.mod-basic-article-image img {
  width: 100%;
}

.mod-basic-article-image figcaption {
  margin-top: 13px;
  font-size: 1.3rem;
}

.mod-basic-article-heading {
  margin-bottom: 10px;
}

@media screen and (max-width: 736px) {
  .mod-basic-article-heading {
    margin-bottom: 10px;
  }
}

.mod-basic-article-heading .category {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

@media screen and (max-width: 736px) {
  .mod-basic-article-heading .category {
    margin-bottom: .5em;
    font-size: 1.2rem;
  }
}

.mod-basic-article-heading .title {
  font-family: "Noto SansJapanese";
  font-size: 1.5rem;
}

@media screen and (max-width: 736px) {
  .mod-basic-article-heading .title {
    font-size: 1.4rem;
  }
}

.mod-basic-article-body {
  font-size: 1.4rem;
}

@media screen and (max-width: 736px) {
  .mod-basic-article-body {
    font-size: 1.3rem;
  }
}

.mod-basic-article-body p + ul , .mod-basic-article-body p + .btn-basic-wrap , .mod-basic-article-body ul + .btn-basic-wrap {
  margin-top: 10px;
}

.mod-basic-article-body ul li {
  margin-bottom: 10px;
}

.grid-basic-article .col-3 .mod-basic-article-body .btn-basic-wrap , .grid-basic-article .col-4 .mod-basic-article-body .btn-basic-wrap {
  text-align: left;
}

.mod-basic-article-wraparound {
  overflow: hidden;
}

@media screen and (max-width: 736px) {
  .mod-basic-article-wraparound .mod-basic-article-image {
    float: left;
    width: 120px;
    margin: 0 20px 5px 0;
  }
}

.grid-basic-article {
  overflow: hidden;
  margin: 0 -20px;
}

@media screen and (max-width: 736px) {
  .grid-basic-article {
    margin: 0;
  }
}

.grid-basic-article .col {
  float: left;
  padding: 20px;
}

@media screen and (max-width: 736px) {
  .grid-basic-article .col {
    float: none;
    margin-bottom: 40px;
    padding: 0 0 40px;
    border-bottom: 1px #eee solid;
  }
  .grid-basic-article .col:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
}

.grid-basic-article .col-2 {
  width: 50%;
}

.grid-basic-article .col-2:nth-child(2n+1) {
  clear: both;
}

@media screen and (max-width: 736px) {
  .grid-basic-article .col-2 {
    width: 100%;
  }
}

.grid-basic-article .col-3 {
  width: 33.3%;
}

.grid-basic-article .col-3:nth-child(3n+1) {
  clear: both;
}

@media screen and (max-width: 736px) {
  .grid-basic-article .col-3 {
    width: 100%;
  }
}

.grid-basic-article .col-3:nth-child(3n-1) {
  width: 33.4%;
}

@media screen and (max-width: 736px) {
  .grid-basic-article .col-3:nth-child(3n-1) {
    width: 100%;
  }
}

.grid-basic-article .col-3-5 {
  width: 47%;
}

@media screen and (max-width: 736px) {
  .grid-basic-article .col-3-5 {
    width: 100%;
  }
}

.grid-basic-article .col-4 {
  width: 25%;
}

.grid-basic-article .col-4:nth-child(4n+1) {
  clear: both;
}

@media screen and (max-width: 736px) {
  .grid-basic-article .col-4 {
    width: 100%;
  }
}

.grid-basic-article .col-4 .mod-basic-article .btn-basic {
  min-width: 100%;
}

@media screen and (max-width: 736px) {
  .grid-basic-article .col-4 .mod-basic-article .btn-basic {
    min-width: 180px;
  }
}

/* 変則レイアウト
========================================================== */
.grid-basic-irregular {
  overflow: hidden;
}

@media screen and (max-width: 736px) {
  .grid-basic-irregular {
    margin: 0;
  }
}

@media screen and (max-width: 736px) {
  .grid-basic-irregular-image {
    margin-bottom: 15px;
  }
}

.grid-basic-irregular-image img {
  width: 100%;
}

.grid-basic-irregular-image .caption {
  margin-top: 15px;
  font-size: 1.3rem;
}

@media screen and (max-width: 736px) {
  .grid-basic-irregular-image .caption {
    font-size: 1.2rem;
  }
}

.grid-basic-irregular-details .ttl-basic-03 {
  display: table;
}

.grid-basic-irregular-details .text {
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (max-width: 736px) {
  .grid-basic-irregular-details .text {
    font-size: 1.3rem;
  }
}

.grid-basic-irregular-details .button {
  text-align: left;
}

@media screen and (max-width: 736px) {
  .grid-basic-irregular-details .button {
    text-align: center;
  }
}

.grid-basic-irregular-details .links {
  margin-top: 20px;
}

.grid-basic-irregular-details .links li {
  margin-bottom: .75em;
}

.grid-basic-irregular-details .links li:last-child {
  margin-bottom: 0;
}

.grid-basic-irregular-details .text + .button {
  margin-top: 30px;
}

.grid-basic-irregular-details .text + .ttl-basic-04 {
  margin: 1.5em 0 .65em;
}

@media screen and (max-width: 736px) {
  .grid-basic-irregular .col {
    float: none;
    padding: 0;
  }
}

.grid-basic-irregular .col-3 {
  width: 25%;
}

.grid-basic-irregular .col-4 {
  width: 33.33333%;
}

.grid-basic-irregular .col-6 {
  width: 50%;
}

.grid-basic-irregular .col-8 {
  width: 66.66667%;
}

.grid-basic-irregular .col-9 {
  width: 75%;
}

.grid-basic-irregular .col-12 {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .grid-basic-irregular .col-3 , .grid-basic-irregular .col-4 , .grid-basic-irregular .col-6 , .grid-basic-irregular .col-8 , .grid-basic-irregular .col-9 , .grid-basic-irregular .col-12 {
    width: 100%;
  }
}

.grid-basic-irregular-left .grid-basic-irregular-image {
  float: left;
  margin-right: 36px;
}

@media screen and (max-width: 736px) {
  .grid-basic-irregular-left .grid-basic-irregular-image {
    float: none;
    margin-right: 0;
  }
}

.grid-basic-irregular-right .grid-basic-irregular-image {
  float: right;
  margin-left: 36px;
}

@media screen and (max-width: 736px) {
  .grid-basic-irregular-right .grid-basic-irregular-image {
    float: none;
    margin-left: 0;
  }
}

@media screen and (max-width: 736px) {
  .grid-basic-irregular-reverse {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;

    -ms-flex-direction: column-reverse;
  }
  .grid-basic-irregular-reverse .grid-basic-irregular-image {

    margin: 15px 0 0;
  }
}

.grid-basic-irregular + .grid-basic-article {
  margin-top: 15px;
}

@media screen and (max-width: 736px) {
  .grid-basic-irregular + .grid-basic-article {
    margin-top: 40px;
  }
}

.box-basic-border {
  position: relative;
  padding: 30px;
  border: 1px #eee solid;
}

@media screen and (max-width: 736px) {
  .box-basic-border {
    padding: 20px 18px;
  }
}

.box-basic-border .ttl-basic-03:first-child {
  margin-top: 10px;
}

.box-basic-border .ttl-basic-04 {
  margin-bottom: 1.0em;
}

.box-basic-border .txt-basic {
  margin-bottom: 2.0em;
}

.box-basic-border .txt-basic:last-child {
  margin-bottom: 0;
}

.box-basic-border.with-under-arrow {
  margin-bottom: 70px;
}

@media screen and (max-width: 736px) {
  .box-basic-border.with-under-arrow {
    margin-bottom: 35px;
  }
}

.box-basic-border.with-under-arrow :after {
  position: absolute;
  bottom: -52px;
  left: 50%;
  content: "";
  width: 52px;
  height: 32px;
  margin-left: -26px;
  background: url(../../general/img/icn_arrow_down_big_01.png) bottom center no-repeat;
}

@media screen and (max-width: 736px) {
  .box-basic-border.with-under-arrow :after {
    bottom: -26px;
    width: 26px;
    height: 16px;
    margin-left: -13px;
    background-size: 26px 16px;
  }
}

.box-basic-gray {
  padding: 25px 30px;
  background-color: #f2f2f2;
}

@media screen and (max-width: 736px) {
  .box-basic-gray {
    padding: 20px 18px;
  }
}

.box-basic-gray .btn-basic-wrap {
  text-align: left;
}

@media screen and (max-width: 736px) {
  .box-basic-gray .btn-basic-wrap {
    text-align: center;
  }
}

.box-basic-gray .link-basic-wrap + .btn-basic-wrap {
  margin-top: 30px;
}

.box-basic-gray .grid-basic-irregular + .grid-basic-irregular {
  margin-top: 50px;
}

@media screen and (max-width: 736px) {
  .box-basic-gray .grid-basic-irregular + .grid-basic-irregular {
    margin-top: 30px;
  }
}

.box-basic-gray .grid-basic-article .btn-basic-wrap {
  text-align: center;
}

/* article 記事モジュール
========================================================== */
/* mod-article
---------------------------------------------------------- */
.mod-article-heading {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  /* mod-article-sns*/
}

@media screen and (max-width: 736px) {
  .mod-article-heading {
    display: block;
    margin-bottom: 30px;
  }
}

.mod-article-heading-inner {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
}

.mod-article-heading .mod-article-hashtags {
  margin-right: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 736px) {
  .mod-article-heading .mod-article-hashtags {
    margin: 0 0 20px 0;
    padding-right: 0;
  }
}

.mod-article-heading .box-basic-sns-other {
  margin-right: 20px;
  padding-right: 15px;
}

.mod-article-heading .box-basic-sns-other::after , .mod-article-heading .mod-article-hashtags::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 1px;
  height: 14px;
  margin-top: -7px;
  border-right: 1px #ccc solid;
}

@media screen and (max-width: 736px) {
  .mod-article-heading .mod-article-favorite-button {
    min-width: 90px;
    padding: 6px 5px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 736px) {
  .mod-article-heading .mod-article-hashtags::after {
    display: none;
  }
}

.mod-article + .nav-pagination {
  margin-top: 5.0em;
}

/* mod-article-hashtags
---------------------------------------------------------- */
.mod-article-hashtags {
  position: relative;
  overflow: hidden;
}

.mod-article-hashtags-item {
  float: left;
  margin-right: .65em;
  font-size: 1.2rem;
}

/* mod-article-sns
---------------------------------------------------------- */

.mod-article-sns {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.mod-article-sns-item {
  width: 30px;
  margin: 0 5px;
  transition: all .18s ease-out;
}

.mod-article-sns-item img {
  width: 100%;
}

.mod-article-sns-item:hover {
  opacity: .7;
  -ms-filter: "alpha( opacity=70)";
  filter: alpha(opacity=70);
}

/* box-basic-sns-other
---------------------------------------------------------- */
.mod-article-heading .box-basic-sns-other {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
}

.mod-article-heading .box-basic-sns-other .btn-basic-sns-other {
  display: block;
  width: 30px;
  margin: 0 5px;
  transition: all .18s ease-out;
}

.mod-article-heading .box-basic-sns-other .btn-basic-sns-other img {
  width: 100%;
}

.mod-article-heading .box-basic-sns-other .btn-basic-sns-other:hover {
  opacity: .7;
  -ms-filter: "alpha( opacity=70)";
  filter: alpha(opacity=70);
}

.mod-article-heading .box-basic-sns-other .btn-basic-sns-other.is-open {
  opacity: .7;
}

/* mod-article-favorite-button
---------------------------------------------------------- */
.mod-article-favorite-button {
  display: block;
  width: 110px;
  padding: 5px;
  transition: all .18s ease-out;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  background-color: #c7b482;
}

.mod-article-favorite-button:hover {
  text-decoration: none;
}

.mod-article-favorite-button:hover {
  opacity: .7;
  -ms-filter: "alpha( opacity=70)";
  filter: alpha(opacity=70);
}

.mod-article-favorite-button span {
  position: relative;
  display: inline-block;
  padding-left: 21px;
}

@media screen and (max-width: 736px) {
  .mod-article-favorite-button span {
    padding-left: 18px;
  }
}

.mod-article-favorite-button span::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 14px;
  height: 12px;
  margin-top: -6px;
  background: url(../../general/img/ico_favorite_click_off.svg) no-repeat center center;
  background-size: 14px 12px;
}

.mod-article-favorite-button.is-faved span::before {
  background: url(../../general/img/ico_favorite_click_on.svg) no-repeat center center;
  background-size: 14px 12px;
}

/* mod-article-body-heading
---------------------------------------------------------- */
.mod-article-body-heading {
  margin-bottom: 80px;
}

@media screen and (max-width: 736px) {
  .mod-article-body-heading {
    margin-bottom: 40px;
  }
}

.mod-article-body-heading .mainimage img {
  width: 100%;
}

.mod-article-body-heading .readtext {
  padding: 26px 35px 20px;
  font-size: 1.5rem;
  line-height: 2;
  color: #222;
}

@media screen and (max-width: 736px) {
  .mod-article-body-heading .readtext {
    padding: 25px 20px 20px;
    font-size: 1.3rem;
  }
}

.mod-article-body-heading-video {
  margin-bottom: 40px;
}

.mod-article-video {
  position: relative;
  width: 100%;
}

.mod-article-video img {
  width: 100%;
}

.mod-article-body-content {
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (max-width: 736px) {
  .mod-article-body-content {
    font-size: 1.3rem;
  }
}

.mod-article-body-content p + p:not(.box-magazine-info-text) , .mod-article-body-content p + .mod-article-float {
  margin-top: 2.0em;
}

.mod-article-body-content .box-basic-border {
  margin: 50px 0;
}

.ttl-article-01 {
  margin-bottom: 1.25em;
  padding: 20px 32px 16px;
  font-family: "Noto SansJapanese";
  font-size: 2.1rem;
  color: #222;
  border-bottom: 2px solid;
  background-color: #f2f2f2;
}

@media screen and (max-width: 736px) {
  .ttl-article-01 {
    margin-bottom: 1.5em;
    padding: 15px 20px 12px;
    font-size: 1.6rem;
  }
}

.ttl-article-01 .subtitle {
  display: block;
  margin-bottom: 2px;
  letter-spacing: 1px;
  font-family: "Noto SansJapanese Light";
  font-size: 1.5rem;
}

@media screen and (max-width: 736px) {
  .ttl-article-01 .subtitle {
    font-size: 1.1rem;
    line-height: 1.1;
  }
}


.ttl-article-02 {
  margin-bottom: 1.0em;
  padding-left: 19px;
  font-family: "Noto SansJapanese";
  font-size: 2.0rem;
  line-height: 1.3;
  color: #222;
  border-left: 2px solid;
}

@media screen and (max-width: 736px) {
  .ttl-article-02 {
    padding-left: 9px;
    font-size: 1.5rem;
  }
}

.mod-article-float {
  overflow: hidden;
}

.mod-article-float-image {
  width: 425px;
}

@media screen and (max-width: 736px) {
  .mod-article-float-image {
    width: 100%;
  }
}

.mod-article-float-image img {
  width: 100%;
}

.mod-article-float-image .mod-article-float-figcaption {
  margin-top: 13px;
  font-size: 1.3rem;
}

.mod-article-float-details .ttl-article-02 {
  display: table;
}

.mod-article-float-left .mod-article-float-image {
  float: left;
  margin-right: 40px;
}

@media screen and (max-width: 736px) {
  .mod-article-float-left .mod-article-float-image {
    float: none;
    margin: 0 0 35px;
  }
}

.mod-article-float-right .mod-article-float-image {
  float: right;
  margin-left: 40px;
}

@media screen and (max-width: 736px) {
  .mod-article-float-right .mod-article-float-image {
    float: none;
    margin: 0 0 35px;
  }
}

.mod-article-float + .mod-article-float {
  margin-top: 50px;
}

@media screen and (max-width: 736px) {
  .mod-article-float + .mod-article-float {
    margin-top: 35px;
  }
}

.box-article-point {
  margin-top: 50px;
  padding: 20px 30px 28px;
  border: 1px #eee solid;
}

@media screen and (max-width: 736px) {
  .box-article-point {
    margin-top: 20px;
    padding: 15px 19px 13px;
  }
}

.box-article-point-title {
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Noto SansJapanese Light", "Noto SansJapanese",“游ゴシック”, YuGothic, "ヒラギノ角ゴシック ProN", Hiragino Kaku Gothic ProN , sans-serif;
  font-size: 1.7rem;
}

@media screen and (max-width: 736px) {
  .box-article-point-title {
    font-size: 1.4rem;
  }
}

.box-article-point-list-item {
  position: relative;
  margin-bottom: .65em;
  padding-left: 20px;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media screen and (max-width: 736px) {
  .box-article-point-list-item {
    padding-left: 10px;
    font-size: 1.2rem;
  }
}

.box-article-point-list-item:last-child {
  margin-bottom: 0;
}

.box-article-point-list-item::before {
  position: absolute;
  top: .5em;
  left: 2px;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #555;
}

@media screen and (max-width: 736px) {
  .box-article-point-list-item::before {
    top: .65em;
    width: 2px;
    height: 2px;
  }
}

/* box-magazine-info
---------------------------------------------------------- */
.box-magazine-info {
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 40px;
  padding: 25px 0 19px;
  border: #eee solid;
  border-width: 1px 0;
}

@media screen and (max-width: 736px) {
  .box-magazine-info {
    display: block;
    margin: 20px 0;
    padding: 0;
    border: none;
  }
}

.box-magazine-info-title {
  margin: 0 14px 0 0;
  letter-spacing: 2px;
  font-size: 1.5rem;
  color: #222;
}

@media screen and (max-width: 736px) {
  .box-magazine-info-title {
    margin: 0 0 15px;
  }
}

.box-magazine-info-text {
  margin: 0;
  font-size: 1.5rem;
}

@media screen and (max-width: 736px) {
  .box-magazine-info-text {
    font-size: 1.3rem;
    line-height: 2;
  }
}

.box-article-share {
  margin: 40px 0 80px;
  padding: 26px 35px 35px;
  border: 1px #eee solid;
}

@media screen and (max-width: 736px) {
  .box-article-share {
    margin: 20px 0 20px;
    padding: 28px 25px;
  }
}

.box-article-share-title {
  margin-bottom: 1.0em;
  text-align: center;
  font-size: 1.7rem;
}

@media screen and (max-width: 736px) {
  .box-article-share-title {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
}

.box-article-share-details {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 736px) {
  .box-article-share-details {
    display: block;
  }
}

.box-article-share .mod-article-favorite-button {
  width: 185px;
  padding: 9px 5px;
  font-size: 1.3rem;
}

@media screen and (max-width: 736px) {
  .box-article-share .mod-article-favorite-button {
    width: 248px;
    margin: 15px auto 0;
    padding: 9px 5px;
    font-size: 1.2rem;
  }
}

.box-article-share-sns {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding-right: 10px;
}

@media screen and (max-width: 736px) {
  .box-article-share-sns {
    margin-right: 0;
    padding-right: 0;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

.box-article-share-sns::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  margin-top: -10px;
  border-right: 1px #ccc solid;
}

@media screen and (max-width: 736px) {
  .box-article-share-sns::after {
    display: none;
  }
}

.box-article-share-sns-item {
  width: 40px;
  margin: 0 10px;
  transition: all .18s ease-out;
}

.box-article-share-sns-item:hover {
  opacity: .7;
  -ms-filter: "alpha( opacity=70)";
  filter: alpha(opacity=70);
}

@media screen and (max-width: 736px) {
  .box-article-share-sns-item {
    margin: 0 6px;
  }
}

.box-article-share-sns-item img {
  width: 100%;
}

.sec-article {
  position: relative;
}

.sec-article + .sec-article {
  margin-top: 80px;
}

@media screen and (max-width: 736px) {
  .sec-article + .sec-article {
    margin-top: 40px;
  }
}

.sec-article + .box-basic-sns-02 {
  margin-top: 80px;
}

@media screen and (max-width: 736px) {
  .sec-article + .box-basic-sns-02 {
    margin-top: 40px;
  }
}

.sec-article figure:not(.mod-article-float-image):not(.grid-basic-irregular-image):not(.mod-basic-article-image) {
  margin: 3.0em 0;
}

.sec-article .mod-article-float + .ttl-article-02 {
  margin-top: 3.0em;
}

.box-article-comment {
  margin-bottom: 60px;
  padding: 20px;
  border: 1px solid #eee;
}

.box-article-comment-image {
  float: right;
  margin-left: 1.85em;
}

@media screen and (max-width: 736px) {
  .box-article-comment-image {
    float: none;
    margin: 0 0 1.0em;
  }
  .box-article-comment-image img {
    max-width: 100%;
    height: auto;
  }
}

.box-article-comment-details {
  overflow: hidden;
}

.box-article-comment-title {
  font-size: 1.5rem;
}

@media screen and (max-width: 736px) {
  .box-article-comment-title {
    font-size: 1.4rem;
  }
}

.box-article-comment-info {
  margin-bottom: 1.0em;
  font-size: 1.5rem;
}

@media screen and (max-width: 736px) {
  .box-article-comment-info {
    font-size: 1.4rem;
  }
}

.mod-article .box-article-comment p + .box-article-comment-text {
  margin-top: 0;
}

.box-article-example-info {
  margin-bottom: 60px;
  padding: 20px;
  border: 1px solid #eee;
}

.box-article-example-info-title {
  margin-bottom: 1.0em;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .box-article-example-info-title {
    font-size: 1.4rem;
  }
}

.box-article-example-info-list {
  overflow: hidden;
}

.box-article-example-info-list dt {
  position: relative;
  float: left;
  min-width: 4.5em;
  padding-right: 1.5em;
}

.box-article-example-info-list dt::after {
  position: absolute;
  top: 0;
  right: .25em;
  content: "：";
  width: 1em;
  height: 1em;
}

.box-article-example-info-list dd {
  overflow: hidden;
}

.mod-article-navi .mod-article-body-heading {
  background-color: #f0e6ea;
}

.mod-article-navi .ttl-article-01 {
  border-color: #97586f;
}

.mod-article-navi .ttl-article-01 .subtitle {
  color: #97586f;
}

.mod-article-navi .ttl-article-02 {
  border-color: #97586f;
}

.mod-article-navi .box-article-point-title {
  color: #97586f;

}

.mod-article-magazine .ttl-article-02 {
  border-color: #2c4e2a;
}

.mod-article-search .ttl-article-02 {
  border-color: #c19861;
}

/* mod-basic-faq
---------------------------------------------------------- */
.mod-basic-faq {
  margin-bottom: 40px;
}

.mod-basic-faq-question {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 736px) {
  .mod-basic-faq-question {
    margin-bottom: 10px;
  }
}

.mod-basic-faq-question-icon {
  display: table-cell;
  width: 80px;
  padding-right: 20px;
  vertical-align: top;
}

.mod-basic-faq-question-icon span {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 2.1rem;
  line-height: 56px;
  color: #98576f;
  border: solid 2px #98576f;
  border-radius: 30px;
  background-color: #fff;
}

@media screen and (max-width: 736px) {
  .mod-basic-faq-question-icon span {
    font-size: 2.2rem;
    border-width: 1px;
  }
}

.mod-basic-faq-question-details {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.5rem;
}

@media screen and (max-width: 736px) {
  .mod-basic-faq-question-details {
    font-size: 1.3rem;
  }
}

.mod-basic-faq-answer {
  padding: 30px;
  background-color: #f2f2f2;
}

@media screen and (max-width: 736px) {
  .mod-basic-faq-answer {
    padding: 20px;
  }
}

.mod-basic-faq-answer-icon {
  display: table-cell;
  width: 80px;
  padding-right: 20px;
  vertical-align: top;
}

.mod-basic-faq-answer-icon span {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 2.1rem;
  line-height: 56px;
  color: #fff;
  border: solid 2px #98576f;
  border-radius: 30px;
  background-color: #98576f;
}

@media screen and (max-width: 736px) {
  .mod-basic-faq-answer-icon span {
    font-size: 2.2rem;
    border-width: 1px;
  }
}

.mod-basic-faq-answer-details {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.5rem;
}

@media screen and (max-width: 736px) {
  .mod-basic-faq-answer-details {
    font-size: 1.3rem;
  }
}

/* mod-recommend-article
---------------------------------------------------------- */
.mod-recommend-article {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -14px 48px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 736px) {
  .mod-recommend-article {
    display: block;
    margin: 0 0 45px;
  }
}

.mod-recommend-article-item {
  width: 33.3%;
  padding: 0 14px;
}

@media screen and (max-width: 736px) {
  .mod-recommend-article-item {
    width: 100%;
    padding: 0;
  }
}

.mod-recommend-article-link {
  display: block;
}

.mod-recommend-article-link.mod-figure-link:hover {
  text-decoration: underline;
}

.mod-recommend-article-figure {
  margin-bottom: 15px;
}

@media screen and (max-width: 736px) {
  .mod-recommend-article-figure {
    margin-bottom: 12px;
  }
}

.mod-recommend-article-text {
  font-size: 1.3rem;
  color: #222;
}

@media screen and (max-width: 736px) {
  .mod-recommend-article-text {
    font-size: 1.4rem;
  }
}

.mod-recommend-article-pager {
  display: none;
}

.mod-recommend-article-dots {
  display: none;
}

@media screen and (max-width: 736px) {
  /* mod-recommend-article-pager */
  .mod-recommend-article .slick-arrow {
    display: block;
  }
  .mod-recommend-article .slick-next , .mod-recommend-article .slick-prev {
    position: absolute;
    z-index: 100;
    top: 33.2%;
    width: 40px;
    height: 40px;
    text-indent: -99999px;
  }
  .mod-recommend-article .slick-prev {
    left: 0;
    background: url(../../general/img/btn_slidearrow_left_01.png) center no-repeat;
    background-size: 40px;
  }
  .mod-recommend-article .slick-prev:hover {
    background: url(../../general/img/btn_slidearrow_left_01.png) center no-repeat;
    background-size: 40px;
  }
  .mod-recommend-article .slick-next {
    right: 0;
    background: url(../../general/img/btn_slidearrow_right_01.png) center no-repeat;
    background-size: 40px;
  }
  .mod-recommend-article .slick-next:hover {
    background: url(../../general/img/btn_slidearrow_right_01.png) center no-repeat;
    background-size: 40px;
  }
  .mod-recommend-article .slick-dots {
    position: static;
    display: block;
    margin-top: 33px;
    text-align: center;
    line-height: 0;
  }
  .mod-recommend-article .slick-dots li button {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 6px;
    text-indent: -99999px;
    border-radius: 100%;
    background-color: #aaa;
  }
  .mod-recommend-article .slick-dots li.slick-active button {
    background-color: #212429;
  }
}

/* ==========================================================
 form
========================================================== */
/* mod-search-order
 検索モジュール（物件新着）
---------------------------------------------------------- */
.mod-search-order {
  display: -ms-flexbox;
  display: flex;
  padding: 18px 30px;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  background-color: #f2f2f2;
}

@media screen and (max-width: 736px) {
  .mod-search-order {
    margin-bottom: 30px;
    padding: 15px 14px;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
}

.mod-search-order-form {
  position: relative;
  margin-right: 19px;
}

@media screen and (max-width: 736px) {
  .mod-search-order-form {
    -ms-flex: 0 0 calc(100% - 89px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 89px);
  }
}

.mod-search-order-input {
  width: 220px;
  height: 34px;
  padding: 0 30px 0 9px;
  font-size: 1.3rem;
  line-height: 22px;
  border: solid 1px #d5d5d5;
  border-radius: 4px;
  outline: none;
  background-color: #fff;
  -webkit-appearance: none;
}

@media screen and (max-width: 736px) {
  .mod-search-order-input {
    width: 100%;
    height: 39px;
    padding: 0 40px 0 15px;
    font-size: 1.4rem;
    border-radius: 5px;
  }
}

.mod-search-order-input::-webkit-input-placeholder , .mod-search-order-input::-moz-placeholder , .mod-search-order-input:-ms-input-placeholder , .mod-search-order-input:-moz-placeholder {
  color: #aaa;
}

.mod-search-order-button {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 34px;
  height: 34px;
  cursor: pointer;
  transition: all .18s ease-out;
  white-space: nowrap;
  text-indent: 100%;
  outline: none;
  background: url(../../general/img/icn_search_01.png) right 11px center no-repeat;
  background-size: 12px;
}

.mod-search-order-button:hover {
  opacity: .7;
  -ms-filter: "alpha( opacity=70)";
  filter: alpha(opacity=70);
}

@media screen and (max-width: 736px) {
  .mod-search-order-button {
    width: 39px;
    height: 39px;
    background-position: right 15px center;
    background-size: 15px;
  }
  .mod-search-order-button:hover {
    opacity: 1.0;
  }
}

.mod-search-order-link {
  padding-left: 18px;
  font-size: 1.2rem;
  color: #222a5d;
  background: url(../../general/img/icn_order_01_pc.png) left center no-repeat;
}

@media screen and (max-width: 736px) {
  .mod-search-order-link {
    padding-left: 16px;
    font-size: 1.4rem;
    background: url(../../general/img/icn_order_01_sp.png) left center no-repeat;
    background-size: 11px 14px;
  }
  .mod-search-order-link:hover {
    text-decoration: none;
  }
}

/* mod-basic-print
 ページ印刷モジュール
---------------------------------------------------------- */
.mod-basic-print {
  display: -ms-flexbox;
  display: flex;
  padding: 23px 40px 24px;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  background-color: #f2f2f2;
}

.btn-basic-print-inner {
  position: relative;
  display: block;
  padding-left: 23px;
  font-size: 1.2rem;
  color: #222a5d;
}

.btn-basic-print-inner::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url(../../general/img/icn_printer_01.png) top left no-repeat;
  background-size: 14px;
}

/* box-cmn-recommend
---------------------------------------------------------- */
.box-cmn-recommend {
  padding: 35px 30px 25px;
  background-color: #f2f2f2;
}

@media screen and (max-width: 736px) {
  .box-cmn-recommend {
    margin: 0 -20px;
    padding: 32px 20px;
  }
}

/* ttl-heading03
---------------------------------------------------------- */
.ttl-heading03 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 24px;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Noto SansJapanese";
  font-size: 1.7rem;
}

.ttl-heading03 a:hover {
  text-decoration: none;
}

.ttl-heading03:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  margin-left: -15px;
}

.ttl-heading03-magazine {
  color: #2c4e2a;
}

.ttl-heading03-magazine:after {
  background-color: #2c4e2a;
}

.ttl-heading03-navi {
  color: #97586f;
}

.ttl-heading03-navi:after {
  background-color: rgba(151, 88, 111, .5);
}

@media screen and (max-width: 736px) {
  .ttl-heading03 {
    margin-bottom: 25px;
    padding-bottom: 21px;
    letter-spacing: 0;
  }
  .ttl-heading03:after {
    width: 20px;
    margin-left: -10px;
  }
}

/* mod-find
---------------------------------------------------------- */
.mod-find {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 736px) {
  .mod-find {
    margin: 0 -10px -25px;
  }
}

.mod-find-item {
  width: 33.3333%;
  padding: 0 14px;
}

@media screen and (max-width: 736px) {
  .mod-find-item {
    width: 50%;
    margin-bottom: 25px;
    padding: 0 10px;
  }
}

.mod-find-link {
  display: block;
}

.mod-find-figure {
  margin-bottom: 15px;
}

@media screen and (max-width: 736px) {
  .mod-find-figure {
    margin-bottom: 12px;
  }
}

.mod-find-text {
  font-size: 1.3rem;
  color: #222;
}

.mod-find-link.mod-figure-link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 736px) {
  .mod-search-animation-map-main {
    display: none;
  }
}

.mod-search-animation-map-main-inner {
  /*background-color: #e4e4e4;*/
	position: relative;
}

.mod-search-animation-map-main-view {
  position: relative;
}
.mod-search-contents > div:nth-of-type(1) .mod-search-animation-map-main-view {
  width: 560px;
  height: 430px;
}

.mod-search-animation-map-main-view img {
  width: 100%;
}
.mod-search-animation-map-main-details {
  display: table;
  width: 100%;
  padding: 13px 30px;
  font-size: 1.2rem;
	position: absolute;
	background-color: #e4e4e4;
}

.mod-search-animation-map-main-details .areaname {
  display: table-cell;
  width: 82px;
  padding-right: 18px;
  vertical-align: top;
  white-space: nowrap;
  font-family: "Noto SansJapanese";
  border-right: 1px solid #ccc;
}

.mod-search-animation-map-main-details .list-maparea {
  display: table-cell;
  overflow: hidden;
  padding-left: 18px;
  vertical-align: top;
}

.mod-search-animation-map-main-details .list-maparea-item {
  float: left;
  margin-right: 24px;
}

.mod-search-animation-map-main-details .list-maparea-item a {
  color: #000;
}

.list-search-animation-map-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list-search-animation-map-main-item {
   position: absolute; 
}

.list-search-animation-map-main-item[data-area-name="都心"],
.list-search-animation-map-main-item[data-area-name="城西・城北"],
.list-search-animation-map-main-item[data-area-name="城南"],
.list-search-animation-map-main-item[data-area-name="城東"],
.list-search-animation-map-main-item[data-area-name="東京都すべて"],
.list-search-animation-map-main-item[data-area-name="東京市部"],
.list-search-animation-map-main-item[data-area-name="埼玉県"],
.list-search-animation-map-main-item[data-area-name="千葉県"],
.list-search-animation-map-main-item[data-area-name="神奈川県"] {
	position: static;
}

.list-search-animation-map-main-item[data-area-name="都心"] .list-search-animation-map-main-button {
  position: absolute;
  top: 48.03316%;
  left: 39.55931%;
  z-index: 2;
}

.list-search-animation-map-main-item[data-area-name="城西・城北"] .list-search-animation-map-main-button {
  position: absolute;
  top: 29.87047%;
  left: 19.37931%;
  z-index: 2;
}

.list-search-animation-map-main-item[data-area-name="城南"] .list-search-animation-map-main-button {
  position: absolute;
  top: 67.59585%;
  left: 27.37931%;
  z-index: 2;
}

.list-search-animation-map-main-item[data-area-name="城東"] .list-search-animation-map-main-button {
  position: absolute;
  top: 30.13316%; 
  left: 65.37931%; 
  z-index: 2;
}

.list-search-animation-map-main-item[data-area-name="東京都すべて"] .list-search-animation-map-main-button {
  position: absolute;
  top: 74.59585%;
  left: 69.37931%;
  z-index: 2;
}

.list-search-animation-map-main-item[data-area-name="東京市部"] .list-search-animation-map-main-button {
  position: absolute;
  top: 40.55316%;
  left: 1.52414%;
  z-index: 2;
}

.list-search-animation-map-main-item[data-area-name="埼玉県"] .list-search-animation-map-main-button {
  position: absolute;
  top: 5.21762%;
  left: 11.03448%;
  z-index: 2;
}

.list-search-animation-map-main-item[data-area-name="千葉県"] .list-search-animation-map-main-button {
  position: absolute;
  top: 17.83316%;
  left: 83.44828%;
  z-index: 2;
}

.list-search-animation-map-main-item[data-area-name="神奈川県"] .list-search-animation-map-main-button {
  position: absolute;
  top: 80.09326%;
  left: 9.55172%;
  z-index: 2;
}

.list-search-animation-map-main-item[data-area-name="京都府・滋賀県・奈良県"] {
  top: 47.40933%;
  left: 55.68966%;
}

.list-search-animation-map-main-item[data-area-name="兵庫県"] {
  top: 40.15544%;
  left: 15.51724%;
}

.list-search-animation-map-main-item[data-area-name="大阪府"] {
  top: 67.09845%;
  left: 38.44828%;
}

.list-search-animation-map-main-item[data-area-name="名古屋"] {
  top: 48.098%;
	left: 43.448%;
}

.list-search-animation-map-main-item[data-area-name="仙台"] {
  top: 48.098%;
	left: 43.448%;
}

.list-search-animation-map-main-item[data-area-name="新潟県"] {
  top: 12.098%;
	left: 56.448%;
}

.list-search-animation-map-main-item[data-area-name="富山"] {
  top: 66.098%;
	left: 17.448%;
}

.list-search-animation-map-main-item[data-area-name="茨城県"] {
    top: 75%;
    left: 56%;
}

.list-search-animation-map-main-item[data-area-name="栃木県"] {
    top: 50%;
    left: 41%;
}

.list-search-animation-map-main-item[data-area-name="群馬県"] {
    top: 61%;
    left: 14%;
}

.list-search-animation-map-main-item[data-area-name="福島県"] {
    top: 9%;
    left: 60%;
}

.list-search-animation-map-main-item[data-area-name="広島県"] {
    top: 65.098%;
    left: 44.448%;
}

.list-search-animation-map-main-button {
  display: inline-block;
  width: auto;
  min-width: 80px;
  padding: 5px 5px;
  transition: all .18s ease-out;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  background-color: #222a5d;
  z-index: 1;
}

.list-search-animation-map-main-button:hover {
  text-decoration: none;
  /*opacity: .75;*/
}







.img-search-animation-map-main.syutokenMap {
	position: absolute;
	top: 0;
	left: 0;
	width: 560px;
	height: 430px;
	background: url(../../general/img/maps/img_maps_firstview_shutoken_02.jpg) no-repeat 0 0;
}
.img-search-animation-map-main.syutokenMap.tokyoAll {background-position: 0px -430px; z-index: 1;}
.img-search-animation-map-main.syutokenMap.toshin {background-position: 0px -860px; z-index: 1;}
.img-search-animation-map-main.syutokenMap.jyousai {background-position: 0px -1290px;z-index: 1;}
.img-search-animation-map-main.syutokenMap.jyounan {background-position: 0px -1720px;z-index: 1;}
.img-search-animation-map-main.syutokenMap.jyoutou {background-position: 0px -2150px;z-index: 1;}
.img-search-animation-map-main.syutokenMap.shibu {background-position: 0px -2580px;z-index: 1;}
.img-search-animation-map-main.syutokenMap.saitama {background-position: 0px -3010px;z-index: 1;}
.img-search-animation-map-main.syutokenMap.chiba {background-position: 0px -3440px;z-index: 1;}
.img-search-animation-map-main.syutokenMap.kanagawa {background-position: 0px -3870px;z-index: 1;}










/* tab-basic-content
---------------------------------------------------------- */
.tab-basic-content .tab-basic-content-item {
  display: none;
}

.tab-basic-content .tab-basic-content-item.is-active {
  display: block;
}

/* sec-news
---------------------------------------------------------- */
.sec-news {
  overflow: hidden;
  padding: 110px 3% 80px;
}

.sec-news.sec-sitemap {
  padding-top: 55px;
}

@media screen and (max-width: 736px) {
  .sec-news,
  .sec-news.sec-sitemap {
    padding: 50px 0 60px;
  }
}

.sec-news-inner {
  overflow: hidden;
  width: 100%;
  min-width: 1024px;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  .sec-news-inner {
    min-width: auto;
    padding: 0 20px;
  }
}

/* sec-sitemap
---------------------------------------------------------- */
.sec-sitemap {
  overflow: hidden;
  padding: 50px 3% 80px;
}

@media screen and (max-width: 736px) {
  .sec-sitemap {
    padding: 50px 0 60px;
  }
}

.sec-sitemap-inner {
  overflow: hidden;
  width: 100%;
  min-width: 1024px;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  .sec-sitemap-inner {
    min-width: auto;
    padding: 0 20px;
  }
}

.moda-groups-wrap {
  display: none;
}

/* ==========================================================
 hero area
========================================================== */
/* 第2階層
========================================================== */
.hero-lower {
  position: relative;
  width: 100%;
  height: 280px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .hero-lower {
    height: 200px;
  }
}

.hero-lower-inner {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
}

.hero-lower-title {
  display: inline-block;
  min-width: 260px;
  padding: 30px 10px 25px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #f2f2f2;
}

@media screen and (max-width: 736px) {
  .hero-lower-title {
    min-width: 200px;
  }
}

.hero-lower-title .main {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 1.8rem;
}

.hero-lower-title .main::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 1px;
  margin: auto;
  background-color: rgba(255, 255, 255, .2);
}

.hero-lower-title .sub {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 1.7rem;
}



.hero-lower-search {
  background-image: url(../../general/img/search/bg_hero_search_01.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media screen and (max-width: 736px) {
  .hero-lower-search {
    background-image: url(../../general/img/search/bg_hero_search_01_sp.jpg);
    background-size: cover;
  }
}

.hero-lower-search .hero-lower-title {
  background-color: #c19861;
}

.hero-lower-navi {
  background-image: url(../../general/img/guide/bg_hero_navi_01.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media screen and (max-width: 736px) {
  .hero-lower-navi {
    background-image: url(../../general/img/guide/bg_hero_navi_01_sp.jpg);
    background-size: cover;
  }
}

.hero-lower-navi .hero-lower-title {
  background-color: #97586f;
}

.hero-lower-magazine {
  background-image: url(../../general/img/life/bg_hero_magazine_01.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media screen and (max-width: 736px) {
  .hero-lower-magazine {
    background-image: url(../../general/img/life/bg_hero_magazine_01_sp.jpg);
    background-size: cover;
  }
}

.hero-lower-magazine .hero-lower-title {
  background-color: #2c4e2a;
}

.hero-lower-service {
  background-image: url(../../general/img/service/bg_hero_service_01.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media screen and (max-width: 736px) {
  .hero-lower-service {
    background-image: url(../../general/img/service/bg_hero_service_01_sp.jpg);
    background-size: cover;
  }
}

.hero-lower-service .hero-lower-title {
  background-color: #6d4f7b;
}

/* 第3階層
========================================================== */
/* contents-main */
.hero-heading-main {
  position: relative;
  display: table;
  width: 100%;
  height: 180px;
  padding-left: 6px;
  color: #fff;
  background-color: #68d1cb;
}

@media screen and (max-width: 736px) {
  .hero-heading-main {
    width: 100%;
    height: auto;
    padding: 26px 20px 23px;
  }
}

.hero-heading-main::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -99.9%;
  display: block;
  content: "";
  width: 100.1%;
  height: 180px;
  background-color: #68d1cb;
}

@media screen and (max-width: 736px) {
  .hero-heading-main::after {
    display: none;
  }
}

.hero-heading-main-inner {
  display: table-cell;
  padding-right: 40px;
  vertical-align: middle;
}

@media screen and (max-width: 736px) {
  .hero-heading-main-inner {
    padding-right: 0;
  }
}

.hero-heading-main-subtitle {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 13px;
  font-family: "Noto SansJapanese";
  font-size: 1.3rem;
}

@media screen and (max-width: 736px) {
  .hero-heading-main-subtitle {
    margin-bottom: 5px;
    padding-bottom: 8px;
    font-size: 1.1rem;
  }
}

.hero-heading-main-subtitle::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 1px;
  background-color: rgba(255, 255, 255, .4);
}

.hero-heading-main-title {
  letter-spacing: 2px;
  font-family: "Noto SansJapanese Medium", sans-serif;
  font-size: 2.4rem;
}

@media screen and (max-width: 736px) {
  .hero-heading-main-title {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 736px) {
  .hero-heading-main .hero-title-main-description {
    padding-right: 10px;
    font-size: 1.2rem;
  }
}

/*.hero-heading-main-navi , .hero-heading-main-navi::after {
  background-color: #97586f;
}*/

.hero-heading-main-magazine , .hero-heading-main-magazine::after {
  background-color: #2c4e2a;
}

.hero-heading-main-search , .hero-heading-main-search::after {
  background-color: #c19861;
}

/* contents-sub */
.hero-heading-sub {
  position: relative;
  display: table;
  width: 100%;
  height: 180px;
  color: #fff;
  background-color: #87d8d3;
}

@media screen and (max-width: 736px) {
  .hero-heading-sub {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    background-color: #222a5d;
  }
}

.hero-heading-sub:after {
  position: absolute;
  top: 0;
  left: 99.9%;
  display: block;
  content: "";
  width: 100.1%;
  min-width: 1024px;
  height: 180px;
  background-color: #87d8d3;
}

@media screen and (max-width: 736px) {
  .hero-heading-sub:after {
    display: none;
  }
}

.hero-heading-sub-link {
  display: table-cell;
  padding-left: 32px;
  transition: all .18s ease-out;
  vertical-align: middle;
  letter-spacing: 1px;
  font-family: "Noto SansJapanese";
  font-size: 1.5rem;
  color: #fff;
}

.hero-heading-sub-link:hover {
  opacity: .7;
  -ms-filter: "alpha( opacity=70)";
  filter: alpha(opacity=70);
}

.hero-heading-sub-link:hover {
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  .hero-heading-sub-link {
    padding: 18px 20px;
    font-size: 1.4rem;
  }
}

.hero-heading-sub-text {
  display: inline-block;
  padding-right: 13px;
  background: url(../../general/img/ico_arrow_right_white_01.png) right center no-repeat;
  background-size: 6px 10px;
}

@media screen and (max-width: 736px) {
  .hero-heading-sub-text {
    display: block;
  }
}

/*.hero-heading-sub-navi , .hero-heading-sub-navi::after {
  background-color: #a67184;
}*/

.hero-heading-sub-magazine , .hero-heading-sub-magazine::after {
  background-color: #4b684a;
}

.hero-heading-sub-search , .hero-heading-sub-search::after {
  background-color: #caa779;
}

/*物件を探すのみ適用*/
.contents-secondary .sec-search-inner {
  min-width: 1024px;
  max-width: inherit;
  margin: 0 auto;
}
.contents-secondary .sec-search-wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px 90px;
}
.contents-secondary .sec-search {
  padding-top: 0;
}
.contents-secondary .hero-heading-bg {
  background: #c19861;
}
.contents-secondary .hero-heading-main {
  max-width: 1300px;
  margin: 0 auto 50px;
  padding: 0 50px!important;
}
.contents-secondary .hero-heading-main-inner {
  padding-right: 0;
}
.contents-secondary .hero-heading-main-inner::before,
.contents-secondary .hero-heading-main-search::after {
  display: none;
}
.contents-secondary .hero-heading-main-inner {
  height: 180px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.contents-secondary .btn-search {
  background-color: #ffffff;
  color: #c19861;
}

@media screen and (max-width: 736px) {
  .contents-secondary .sec-search-inner {
    min-width: 100%;
  }
  .contents-secondary .sec-search-wrap {
    padding: 0;
  }
  .contents-secondary .hero-heading-main {
    margin-bottom: 25px;
    padding: 25px 20px!important;
  }
  .contents-secondary .hero-heading-main-inner {
    flex-flow: column wrap;
    height: auto;
  }
  .contents-secondary .hero-heading-main-inner::before {
    display: none;
  }
  .contents-secondary .btn-search {
    margin-top: 20px;
  }
}

/* hero-search-area
---------------------------------------------------------- */
.hero-search-area {
  margin-bottom: 40px;
}

.hero-search-area img {
  width: 100%;
}

.hero-search-area > a.hero-search-area-linkBtn {
	position: relative;
	display: block;
}
.hero-search-area > a.hero-search-area-linkBtn .hero-search-area-linkBtn-text {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	background: rgba(34,42,93,.75);
	padding: 1rem;
}
.hero-search-area > a.hero-search-area-linkBtn .hero-search-area-linkBtn-text > p {
	color: #fff;
	line-height: 1;
	white-space: nowrap;
}
.hero-search-area > a.hero-search-area-linkBtn .hero-search-area-linkBtn-text > p:nth-of-type(1) {
	font-size: 1.8rem;
	margin-bottom: .75rem;
}
.hero-search-area > a.hero-search-area-linkBtn .hero-search-area-linkBtn-text > p:nth-of-type(2) {
    padding-right: 13px;
    background: url(../../general/img/ico_arrow_right_white_01.png) right center no-repeat;
    background-size: 6px 10px;
}

@media screen and (max-width: 736px) {
  .hero-search-area {
    margin-bottom: 20px;
  }
  .hero-search-area img {
    max-width: 100%;
    height: auto;
  }
.hero-search-area > a.hero-search-area-linkBtn .hero-search-area-linkBtn-text {
	position: relative;
	bottom: auto;
	right: auto;
	width: 100%;
	background: rgba(34,42,93,1);
	padding: 1.5rem;
}
.hero-search-area > a.hero-search-area-linkBtn .hero-search-area-linkBtn-text > p:nth-of-type(1) {
	font-size: 1.7rem;
}
}

.hero-heading-main.with-select-area {
  padding-right: 83px;
}

.hero-heading-main.with-select-area .btn-select-area {
  display: none;
}

@media screen and (max-width: 736px) {
  .hero-heading-main.with-select-area .btn-select-area {
    position: absolute;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    width: 83px;
    height: 100%;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    font-size: 1.2rem;
    color: #fff;
    background-color: #caa779;
  }
  .hero-heading-main.with-select-area .btn-select-area span {
    position: relative;
    display: inline-block;
    text-align: center;
  }
  .hero-heading-main.with-select-area .btn-select-area span:after {
    position: absolute;
    right: 0;
    left: 0;
    content: "";
    margin: auto;
  }
  .hero-heading-main.with-select-area .btn-select-area span:after {
    bottom: -15px;
    width: 10px;
    height: 5px;
    background: url(../../general/img/icn_select_area_arrow_white_01.png) top left no-repeat;
    background-size: 10px 5px;
  }
  .hero-heading-main.with-select-area .btn-select-area.is-open {
    color: #000;
    background-color: #f2f2f2;
  }

  .hero-heading-main.with-select-area .btn-select-area.is-open span:after {
    background: url(../../general/img/icn_select_area_arrow_blue_01.png) top left no-repeat;
    background-size: 10px 5px;
  }
}

.mod-select-area {
  display: none;
  width: 100%;
  padding: 30px 20px;
  background-color: #f2f2f2;
}

.mod-select-area-title {
  margin-bottom: 20px;
}

.mod-select-area-close {
  margin: 0 -20px -10px;
  padding: 15px 20px 0;
  text-align: center;
  font-size: 1.2rem;
  color: #516d9a;
  border-top: 1px solid #ddd;
}

.mod-select-area .list-search-route-link {
  background-color: #fff;
}

.mod-select-area .list-search-area + .mod-select-area-title {
  margin-top: 20px;
}

.mod-select-area .btn-search-route {
  margin-bottom: 20px;
}

.hero-heading-main-index-wrap {
  margin: 0 -3%;
  padding: 0 3%;
  background-color: #68d1cb;
}

.hero-heading-main-index {
  position: relative;
  min-width: 1024px;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  .hero-heading-main-index {
    min-width: 100%;
  }
}

/* ==========================================================
 navigation
========================================================== */
/* navi-hashtag
---------------------------------------------------------- */
.navi-hashtag {
  overflow: hidden;
  margin: 0 0 40px;
  padding: 15px 25px;
  background-color: #f2f2f2;
}

@media screen and (max-width: 736px) {
  .navi-hashtag {
    margin-bottom: 25px;
    padding: 12px 10px 13px;
  }
}

.navi-hashtag-item {
  float: left;
  margin: 5px 5px;
}

.navi-hashtag-link {
  display: inline-block;
  padding: 8px 16px 7px;
  transition: all .2s ease;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #555;
  border: solid 1px #d5d5d5;
  border-radius: 15px;
  background-color: #fff;
}

@media screen and (max-width: 736px) {
  .navi-hashtag-link {
    font-size: 1.2rem;
  }
}

.navi-hashtag-link:hover {
  text-decoration: none;
  color: #fff;
  border-color: #222a5d;
  background-color: #222a5d;
}

@media screen and (max-width: 736px) {
  .navi-hashtag-link:hover {
    text-decoration: none;
    color: #555;
    border-color: #d5d5d5;
    background-color: #fff;
  }
}

.navi-hashtag-item.is-active .navi-hashtag-link {
  color: #fff;
  border-color: #222a5d;
  background-color: #222a5d;
}

.navi-hashtag-button {
  position: relative;
  width: 100%;
  margin: 20px 0 40px;
  border-top: 1px solid #dcdcdc;
  background-color: #f2f2f2;
}

.navi-hashtag-button:before {
  position: absolute;
  top: -12px;
  left: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 11px;
  background: #f2f2f2;
}

@media screen and (max-width: 736px) {
  .navi-hashtag-button:before {
    top: -7px;
    height: 6px;
  }
}

.navi-hashtag-button-link {
  display: table;
  width: 100%;
  padding: 20px 10px;
  line-height: 1.2;
  color: #516d9a;
  background: #f2f2f2;
}

@media screen and (max-width: 736px) {
  .navi-hashtag-button-link {
    padding: 12px 5px;
    text-decoration: none;
  }
}

.navi-hashtag-button-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}

@media screen and (max-width: 736px) {
  .navi-hashtag-button-inner {
    font-size: 12px;
  }
}

.navi-hashtag + .navi-hashtag-button {
  margin-top: -40px;
}

@media screen and (max-width: 736px) {
  .navi-hashtag + .navi-hashtag-button.is-open {
    margin-top: -25px;
  }
}

.navi-hashtag.js-hashbtnfilter {
  transition: height 2s linear;
}

/* list-basic-pagination
---------------------------------------------------------- */
.nav-pagination {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
}

.nav-pagination-item {
  margin: 0 5px;
}

@media screen and (max-width: 736px) {
  .nav-pagination-item {
    margin: 0 4px;
  }
}

.nav-pagination-link {
  display: block;
  width: 36px;
  height: 36px;
  transition: all .18s ease-out;
  text-align: center;
  font-size: 1.3rem;
  line-height: 36px;
  color: #516d9a;
  border: 1px #e1e1e1 solid;
  background-color: #fff;
}

@media screen and (max-width: 736px) {
  .nav-pagination-link {
    width: 32px;
    height: 32px;
    transition: none;
    font-size: 1.2rem;
    line-height: 32px;
  }
}

.nav-pagination-item > a:hover , .nav-pagination-item.is-current > a {
  text-decoration: none;
  color: #fff;
  border-color: #222a5d;
  background-color: #222a5d;
}

.nav-pagination-prev > a {
  background: url(../../general/img/icn_pagi_arrow_left_01.png) center no-repeat;
}

.nav-pagination-prev > a:hover {
  background: #222a5d url(../../general/img/icn_pagi_arrow_left_02.png) center no-repeat;
}

.nav-pagination-next > a {
  background: url(../../general/img/icn_pagi_arrow_right_01.png) center no-repeat;
}

.nav-pagination-next > a:hover {
  background: #222a5d url(../../general/img/icn_pagi_arrow_right_02.png) center no-repeat;
}

.nav-pagination-prev > a , .nav-pagination-next > a {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-size: 7px 12px;
}

.nav-pagination-prev > a:hover , .nav-pagination-next > a:hover {
  background-size: 7px 12px;
}

@media screen and (max-width: 736px) {
  .nav-pagination-prev > a , .nav-pagination-next > a {
    background-size: 6px 10px;
  }
  .nav-pagination-prev > a:hover , .nav-pagination-next > a:hover {
    background-size: 6px 10px;
  }
}

.nav-pagination-prev-text > .nav-pagination-link , .nav-pagination-next-text > .nav-pagination-link {
  width: 116px;
}

@media screen and (max-width: 736px) {
  .nav-pagination-prev-text > .nav-pagination-link , .nav-pagination-next-text > .nav-pagination-link {
    width: 104px;
    font-size: 1.1rem;
  }
}

.nav-pagination-prev-text .nav-pagination-icon {
  padding-left: 16px;
  background: url(../../general/img/icn_pagi_arrow_left_01.png) left center no-repeat;
  background-size: 7px 12px;
}

.nav-pagination-prev-text a:hover .nav-pagination-icon {
  background: url(../../general/img/icn_pagi_arrow_left_02.png) left center no-repeat;
  background-size: 7px 12px;
}

.nav-pagination-next-text .nav-pagination-icon {
  padding-right: 16px;
  background: url(../../general/img/icn_pagi_arrow_right_01.png) right center no-repeat;
  background-size: 7px 12px;
}

.nav-pagination-next-text a:hover .nav-pagination-icon {
  background: url(../../general/img/icn_pagi_arrow_right_02.png) right center no-repeat;
  background-size: 7px 12px;
}

.nav-pagination-icon {
  display: inline-block;
}

.nav-pagination-link.is-disabled {
  color: #555;
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}

.nav-pagination-prev-text .is-disabled .nav-pagination-icon {
  background: url(../../general/img/icn_pagi_arrow_left_03.png) left center no-repeat;
  background-size: 7px 12px;
}

.nav-pagination-next-text .is-disabled .nav-pagination-icon {
  background: url(../../general/img/icn_pagi_arrow_right_03.png) left center no-repeat;
  background-size: 7px 12px;
}

.nav-pagination + .mod-basic-next-page {
  margin-top: 40px;
}

.mod-basic-next-page + .box-basic-sns-02 {
  margin-top: 40px;
}

/* ==========================================================
 grid
========================================================== */
.grid-basic-column {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 0 -20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 736px) {
  .grid-basic-column {
    margin: 0 -10px;
  }
}

.grid-basic-column .col {
  padding: 0 20px;
}

@media screen and (max-width: 736px) {
  .grid-basic-column .col {
    padding: 0 10px;
  }
}

.grid-basic-column .col-2 {
  width: 50%;
}

.grid-basic-column .col-3 {
  width: 33.3%;
}

@media screen and (max-width: 736px) {
  .grid-basic-column .col-3 {
    width: 50%;
  }
}

.grid-basic-column .col-3:nth-child(3n) {
  width: 33.4%;
}

@media screen and (max-width: 736px) {
  .grid-basic-column .col-3:nth-child(3n) {
    width: 50%;
  }
}

/* ==========================================================
 box
========================================================== */
/* box-basic-description
理想の住まいに出会える 5STEP モジュール
---------------------------------------------------------- */
.box-basic-description {
  margin-bottom: 40px;
}

@media screen and (max-width: 736px) {
  .box-basic-description {
    margin-bottom: 20px;
  }
}

.box-basic-description-figure {
  float: left;
  width: 270px;
  margin-right: 42px;
}

@media screen and (max-width: 736px) {
  .box-basic-description-figure {
    float: none;
    width: 100%;
    margin: 0;
  }
}

.box-basic-description-figure img {
  width: 100%;
}

.box-basic-description-details {
  overflow: hidden;
  padding: 20px 0;
}

.box-basic-description-title {
  margin-bottom: 1.0em;
  font-family: "Noto SansJapanese";
  font-size: 1.7rem;
  color: #222;
}

@media screen and (max-width: 736px) {
  .box-basic-description-title {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}

.box-basic-description-text {
  font-size: 1.4rem;
  color: #808080;
}

@media screen and (max-width: 736px) {
  .box-basic-description-text {
    font-size: 1.3rem;
  }
}

/* box-basic-sns-02
---------------------------------------------------------- */
.box-basic-sns-02 {
  padding: 26px 35px 35px;
  text-align: center;
  border: 1px #eee solid;
}

@media screen and (max-width: 736px) {
  .box-basic-sns-02 {
    padding: 28px 25px;
  }
}

.box-basic-sns-02-text {
  margin-bottom: 19px;
  text-align: center;
  font-size: 1.7rem;
}

@media screen and (max-width: 736px) {
  .box-basic-sns-02-text {
    margin-bottom: 17px;
    font-size: 1.2rem;
  }
}

.box-basic-sns-02.is-full {
  width: 890px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 736px) {
  .box-basic-sns-02.is-full {
    width: auto;
    margin: 0 20px 40px;
  }
}

.box-basic-sns-02 .mod-article-hashtags {
  display: inline-block;
  margin-bottom: 10px;
}

.box-basic-sns-02 .mod-article-hashtags .mod-article-hashtags-item {
  margin-right: 1em;
  font-size: 1.4rem;
  color: #555;
}

.box-basic-sns-02 .mod-article-hashtags .mod-article-hashtags-item a {
  color: #555;
}

.btn-readmore + .box-basic-sns-02 {
  margin-top: 30px;
}

.box-basic-sns-02 + .box-cmn-recommend , .box-basic-sns-02 + .box-basic-recommend {
  margin-top: 80px;
}

@media screen and (max-width: 736px) {
  .box-basic-sns-02 + .box-cmn-recommend , .box-basic-sns-02 + .box-basic-recommend {
    margin-bottom: 30px;
  }
}

.mod-article-magazine + .box-basic-sns-02 {
  margin-top: 60px;
}

/* list-basic-sns-02
---------------------------------------------------------- */
.list-basic-sns-wrap-02 {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
}

.list-basic-sns-inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding-right: 20px;
  -ms-flex-align: center;
  align-items: center;
}

.list-basic-sns-inner:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  margin-top: -10px;
  border-right: 1px #ccc solid;
}

.list-basic-sns-02 {
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;

  -webkit-display: flex;
}

.list-basic-sns-02-item {
  width: 60px;
  padding: 0 10px;
}

.list-basic-sns-02-item > a:hover {
  opacity: .7;
}

.list-basic-sns-02-item img {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .list-basic-sns-wrap-02 {
    display: block;
  }
  .list-basic-sns-02 {
    margin: 0 0 15px;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .list-basic-sns-inner {
    display: block;
    margin: 0 0 15px;
    padding-right: 0;
  }
  .list-basic-sns-inner:after {
    display: none;
  }
  .list-basic-sns-02-item {
    width: 51px;
    padding: 0 7px;
  }
  .list-basic-sns-02-item > a:hover {
    opacity: 1;
  }
}

/* btn-basic-other
---------------------------------------------------------- */
.btn-basic-other {
  display: block;
  width: 80px;
  padding: 10px 5px;
  transition: all .18s ease-out;
  text-align: center;
  font-size: 1.2rem;
  color: #222a5d;
  background-color: #ccc;
}

.btn-basic-other.is-open {
  opacity: .5;
}

.btn-cmn-other-icon {
  padding-right: 12px;
  background: url(/magazine/img/ico_arrow_down_01.png) right center no-repeat;
  background-size: 5px 4px;
}

.btn-basic-other:hover {
  text-decoration: none;
  opacity: .7;
}

.btn-basic-other.is-open:hover {
  opacity: .5;
}

@media screen and (max-width: 736px) {
  .btn-basic-other {
    width: 191px;
    margin: 0 auto 15px;
    padding: 9px 5px;
  }
  .btn-cmn-other-icon {
    background: url(/magazine/img/ico_arrow_down_01.png) right center no-repeat;

    background-size: 6px 5px;
  }
  .btn-basic-other:hover {
    opacity: 1;
  }
}

/* box-basic-sns-other
---------------------------------------------------------- */
.box-basic-sns-other {
  position: relative;
}

.box-basic-sns-other-popup {
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 50%;
  display: none;
  width: 230px;
  margin-left: -115px;
  padding: 20px 15px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, .13), 0 1px 8px rgba(0, 0, 0, .2);
}

.mod-article-heading .box-basic-sns-other-popup {
  top: 50px;
  margin-left: -143px;
}

.box-basic-sns-other-popup.is-open {
  display: block;
}

.box-basic-sns-other-popup:after {
  position: absolute;
  top: -20px;
  left: 50%;
  display: block;
  content: "";
  width: 36px;
  height: 20px;
  margin-left: -18px;
  background: url(../../general/img/icn_arrow_up_white_01.png) top center no-repeat;
  background-size: 36px 20px;
}

.mod-article-heading .box-basic-sns-other-popup:after {
  top: -10px;
  width: 18px;
  height: 10px;
  margin-left: -9px;
  background-size: 18px 10px;
}

/* list-basic-sns-other */
.list-basic-sns-other {
  display: -ms-flexbox;
  display: flex;
}

.list-basic-sns-other-item {
  width: 40px;
  padding: 0 5px;
}

.list-basic-sns-other-item a {
  transition: all .18s ease-out;
}

.list-basic-sns-other-item a:hover {
  opacity: .7;
}

.list-basic-sns-other-item img {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .box-basic-sns-other-popup {
    position: relative;
    top: 0;
    left: 50%;
    width: 306px;
    margin-left: -153px;
    padding: 15px 6px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .13), 0 1px 4px rgba(0, 0, 0, .2);
  }
  .mod-article-heading .box-basic-sns-other-popup {
    position: absolute;
    top: 45px;
    width: 210px;
    margin-left: -113px;
    padding: 12px 5px;
  }
  .box-basic-sns-other-popup:after {
    top: -15px;
    left: 50%;
    width: 27px;
    height: 15px;
    margin-left: -14px;
    background: url(../../general/img/icn_arrow_up_white_01.png) top center no-repeat;
    background-size: 27px 15px;
  }
  /* list-basic-sns-other */
  .list-basic-sns-other {
    display: -ms-flexbox;
    display: flex;
  }
  .list-basic-sns-other-item {
    width: 49px;
    padding: 0 6px;
  }
  .mod-article-heading .list-basic-sns-other-item {
    width: 40px;
    padding: 0 5px;
  }
  .list-basic-sns-other-item a {
    transition: none;
  }
  .list-basic-sns-other-item a:hover {
    opacity: 1;
  }
}

.list-basic-sns-other-item a.messenger {
  position: relative;
}

/* box-basic-recommend
---------------------------------------------------------- */
.box-basic-recommend {
  margin-bottom: 40px;
  padding: 35px 30px 25px;
  background-color: #f2f2f2;
}

@media screen and (max-width: 736px) {
  .box-basic-recommend {
    margin: 0 -20px 50px;
    padding: 32px 20px;
  }
}

.box-basic-recommend .ttl-basic-06 {
  font-family: "Noto SansJapanese";
}

.box-arrow-shape > li {
  position: relative;
  display: inline-block;
  width: 20%;
  height: 100px;
  background: #f2f2f2;
}

.box-arrow-shape > li:before {
  position: absolute;
  top: 0;
  right: -35px;
  content: "";
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 35px solid #f2f2f2;
}

/* ==========================================================
 card
========================================================== */
.card-basic-column {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  background-color: #222a5d;
}

.card-basic-column img {
  transition: all .18s ease-out;
}

.card-basic-column:hover {
  text-decoration: none;
}

.card-basic-column:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.card-basic-column:hover {
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  .card-basic-column {
    flex-direction: column;
    margin-bottom: 30px;

    -ms-flex-direction: column;
  }
}

.card-basic-column-image {
  overflow: hidden;
  width: 50%;
}

@media screen and (max-width: 736px) {
  .card-basic-column-image {
    width: 100%;
  }
}

.card-basic-column-image img {
  width: 100%;
}

.card-basic-column-details {
  width: 50%;
  padding: 15px 32px 20px;
  line-height: 1.75;

  -ms-flex-negative: 1;
  flex-shrink: 1;
}

@media screen and (max-width: 736px) {
  .card-basic-column-details {
    width: 100%;
    padding: 15px 19px 20px;
  }
}

.card-basic-column-title {
  margin-bottom: 10px;
  font-size: 1.5rem;
}

@media screen and (max-width: 736px) {
  .card-basic-column-title {
    font-size: 1.4rem;
  }
}

.card-basic-column-text {
  font-size: 1.4rem;
}

@media screen and (max-width: 736px) {
  .card-basic-column-text {
    font-size: 1.3rem;
  }
}

.card-basic-row {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  background-color: #222a5d;

  -ms-flex-direction: column;
}

.card-basic-row img {
  transition: all .18s ease-out;
}

.card-basic-row:hover {
  text-decoration: none;
}

.card-basic-row:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.card-basic-row:hover {
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  .card-basic-row {
    margin-bottom: 30px;
  }
}

.card-basic-row-image {
  overflow: hidden;
  width: 100%;
}

.card-basic-row-image img {
  width: 100%;
}

.card-basic-row-details {
  padding: 15px 32px 20px;
  line-height: 1.75;
}

@media screen and (max-width: 736px) {
  .card-basic-row-details {
    padding: 15px 19px 20px;
  }
}

.card-basic-row-title {
  margin-bottom: 10px;
  font-size: 1.5rem;
}

@media screen and (max-width: 736px) {
  .card-basic-row-title {
    font-size: 1.4rem;
  }
}

.card-basic-row-text {
  font-size: 1.4rem;
}

@media screen and (max-width: 736px) {
  .card-basic-row-text {
    font-size: 1.3rem;
  }
}

.card-basic-row-magazine {
  background-color: #2c4e2a;
}

.bnr-about-proud {
  display: table;
  width: 100%;
  margin-top: 80px;
  table-layout: fixed;
  transition: .4s all ease;
  background-color: #c19861;
}

.bnr-about-proud:hover {
  text-decoration: none;
  opacity: .9;
}

.bnr-about-proud + .box-basic-sns-02 {
  margin-top: 40px;
}

@media screen and (max-width: 736px) {
  .bnr-about-proud + .box-basic-sns-02 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 736px) {
  .bnr-about-proud {
    display: block;
    margin-top: 40px;
  }
}

.bnr-about-proud-image {
  display: table-cell;
  overflow: hidden;
  width: 300px;
}

.bnr-about-proud-image img {
  width: 102%;
  height: auto;
}

@media screen and (max-width: 736px) {
  .bnr-about-proud-image {
    display: block;
    width: 100%;
  }
}

.bnr-about-proud-details {
  display: table-cell;
  padding: 20px 30px;
  vertical-align: middle;
  color: #fff;
  background-color: #c19861;
}

@media screen and (max-width: 736px) {
  .bnr-about-proud-details {
    display: block;
    padding: 20px 17px 30px;
  }
}

.bnr-about-proud-title {
  margin-bottom: .25em;
  font-family: "Noto SansJapanese Light";
  font-size: 1.9rem;
}

@media screen and (max-width: 736px) {
  .bnr-about-proud-title {
    margin-bottom: 20px;
  }
}

.bnr-about-proud-title .main {
  display: inline-block;
  padding-right: 18px;
  vertical-align: middle;
  font-family: "Cinzel", serif;
  font-size: 2.4rem;
}

@media screen and (max-width: 736px) {
  .bnr-about-proud-title .main {
    padding-right: 12px;
    font-size: 1.7rem;
  }
}

.bnr-about-proud-title .sub {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
  font-size: 1.3rem;
}

@media screen and (max-width: 736px) {
  .bnr-about-proud-title .sub {
    padding-left: 15px;
    font-size: 1.2rem;
  }
}

.bnr-about-proud-title .sub::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background-color: #74778b;
}

.bnr-about-proud-text {
  font-family: "Noto SansJapanese Light";
  font-size: 1.4rem;
}

@media screen and (max-width: 736px) {
  .bnr-about-proud-text {
    font-size: 1.2rem;
  }
}

.bnr-about-proud-button {
  display: inline-block;
  margin-top: 1.0em;
  padding: 7px 20px;
  transition: .4s all ease-in-out;
  font-family: "Noto SansJapanese Light";
  font-size: 1.2rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .5);
  background-color: rgba(255, 255, 255, 0);
}

@media screen and (max-width: 736px) {
  .bnr-about-proud-button {
    font-size: 1.1rem;
  }
}

/* ==========================================================
 form
========================================================== */
.sec-basic-form {
  position: relative;
  width: 890px;
  margin: 0 auto;
}

.sec-basic-form.type-complete h2 {
  margin-bottom: 100px;
}

.sec-basic-form.type-complete p:last-child {
  margin: 30px 0 100px;
}

@media screen and (max-width: 736px) {
  .sec-basic-form {
    width: 100%;
    padding: 0 20px;
  }
}

/* box-basic-form
---------------------------------------------------------- */
.box-basic-form {
  margin-bottom: 60px;
  padding: 36px 30px 30px;
  border: 1px #eee solid;
}

@media screen and (max-width: 736px) {
  .box-basic-form .btn-basic {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

.box-basic-form.type-unsubscribe .txt-basic-small {
  margin-bottom: 30px;
}

.box-basic-form-btn-login {
  width: 185px;
  margin: 0 auto 25px;
}

.box-basic-form-link-forget {
  text-align: center;
}

.box-basic-form-link-forget > a {
  font-size: 1.3rem;
}

.box-basic-form-button {
  width: 340px;
  margin: 0 auto;
}

.box-basic-form-button span {
  padding-left: 25px;
  background: url(../../general/img/ico_heart_01_pc.png) left center no-repeat;
  background-size: 15px 12px;
}

.box-basic-form-button a:hover span {
  background: url(/img/ico_heart_blue_01.png) left center no-repeat;
}

@media screen and (max-width: 736px) {
  .box-basic-form {
    margin-bottom: 30px;
    padding: 15px;
  }
  .box-basic-form-btn-login {
    width: 100%;
    margin-bottom: 15px;
  }
  .box-basic-form-link-forget > a {
    font-size: 1.2rem;
  }
  .box-basic-form-button {
    width: 100%;
  }
}

/* nav-arrow-breadcrumb
---------------------------------------------------------- */
.nav-arrow-breadcrumb-wrap {
  margin-bottom: 40px;
  border: #e1e1e1 solid;
  border-width: 1px;
  background-color: #f2f2f2;
}

.nav-arrow-breadcrumb {
  display: -ms-flexbox;
  display: flex;
}

.nav-arrow-breadcrumb-link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 58px;
  padding: 0 10px 0 30px;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  transition: all .18s ease-out;
  text-align: center;
  font-size: 1.3rem;
  background-color: #f2f2f2;

  -ms-flex-positive: 1;
  flex-grow: 1;
}

.nav-arrow-breadcrumb-link:first-child {
  padding-left: 10px;
}

.nav-arrow-breadcrumb-link:last-child {
  padding-right: 10px;
}

.nav-arrow-breadcrumb-link:after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: -18px;
  content: "";
  width: 0;
  height: 0;
  transition: all .18s ease-out;
  border-width: 29px 0 29px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #f2f2f2;
}

.nav-arrow-breadcrumb-link:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -1px;
  content: "";
  width: 0;
  height: 0;
  transition: all .18s ease-out;
  border-width: 29px 0 29px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #e1e1e1;
  background-color: #f2f2f2;
}

.nav-arrow-breadcrumb-link:last-child:after {
  display: none;
}

.nav-arrow-breadcrumb-link:first-child:before {
  display: none;
}

.nav-arrow-breadcrumb-link.is-active {
  text-decoration: none;
  color: #fff;
  background: #222a5d;
}

.nav-arrow-breadcrumb-link.is-active:after {
  border-color: transparent transparent transparent #222a5d;
}

.nav-arrow-breadcrumb-link.is-active:before {
  background: #222a5d;
}

@media screen and (max-width: 736px) {
  /* example 1 */
  .nav-arrow-breadcrumb-wrap {
    width: 100%;
  }
  .nav-arrow-breadcrumb {
    width: 100%;
  }
  .nav-arrow-breadcrumb-link {
    width: 33.333%;
    height: 48px;
    padding: 5px 10px 5px 20px;
    font-size: 1.2rem;
  }
  .nav-arrow-breadcrumb-link:after {
    right: -10px;
    border-width: 24px 0 24px 10px;
  }
  .nav-arrow-breadcrumb-link:before {
    left: 1px;
    border-width: 24px 0 24px 10px;
  }
  /* example 2 */
  /* .nav-arrow-breadcrumb-wrap {
    overflow: hidden;
    width: 100%;
    height: 50px;
  }
  .nav-arrow-breadcrumb {
    overflow-x: auto;
    white-space: nowrap;
    height: 100px;
  }
  .nav-arrow-breadcrumb-link {
    position: relative;
    height: 48px;
      padding: 5px 10px 5px 20px;
  }
  .nav-arrow-breadcrumb-link:after {
      right: -10px;
    border-width: 24px 0 24px 10px;
  }
  .nav-arrow-breadcrumb-link:before {
      left: 1px;
    border-width: 24px 0 24px 10px;
  }
  .nav-arrow-breadcrumb-link:hover {
      background: #f2f2f2;
    color: #222a5d;
  }
  .nav-arrow-breadcrumb-link.is-active:hover {
      background: #222a5d;
    color: #fff;
  }

  .nav-arrow-breadcrumb-link:hover:after {
    border-color: transparent transparent transparent #f2f2f2;
  }
  .nav-arrow-breadcrumb-link.is-active:hover:after {
    border-color: transparent transparent transparent #222a5d;
  }
  .nav-arrow-breadcrumb-link:hover:before {
      background: #f2f2f2;
  }
  .nav-arrow-breadcrumb-link.is-active:hover:before {
    background: #222a5d;
  } */
}

/* list-basic-form
---------------------------------------------------------- */
.table-basic-form {
  width: 100%;
  margin-bottom: 56px;
  background-color: #f2f2f2;
}

.table-basic-form th , .table-basic-form td {
  border-top: 2px #fff solid;
}

.table-basic-form tr:first-child th , .table-basic-form tr:first-child td {
  border-top: none;
}

.table-basic-form th {
  display: table-cell;
  width: 25%;
  padding: 19px 20px;
  vertical-align: middle;
  font-size: 1.3rem;
  font-weight: bold;
  color: #212121;
  border-right: 2px #fff solid;
}

.table-basic-form .require {
  color: #b72b41;
}

.table-basic-form td {
  display: table-cell;
  width: 75%;
  vertical-align: middle;
}

.table-basic-form .form-basic , .list-form-check-wrap {
  padding: 19px 20px;
}

.form-basic .type-date span {
  display: inline-block;
  padding: 0 10px 0 5px;
}

.form-basic .type-date span:first-child {
  padding-left: 0;
}

.form-basic-in + p , .form-basic-in + .form-basic-in {
  margin-top: 10px;
}

.form-basic-name {
  display: -ms-flexbox;
  display: flex;
}

.form-basic-name-txt {
  display: inline-block;
  padding-right: 1em;
}

.form-basic-name .form-basic-in {
  padding-right: 10px;
}

.form-basic-name .input-basic-form {
  display: inline-block;
  width: auto;
}

.table-basic-form .txt-basic-smallest {
  margin-bottom: 7px;
}

.table-basic-form .txt-basic-smallest-type01 {
  margin: 7px 0;
}

.table-basic-form-btn-entry {
  display: inline-block;
  width: 120px;
  margin-left: 17px;
}

.table-basic-form-btn-entry > a {
  padding: 6px 9px;
}

/* list-form-check */
.list-form-check {
  overflow: hidden;
  margin-bottom: -20px;
}

.list-form-check-item {
  float: left;
  width: 33.33%;
  margin-bottom: 20px;
  padding-right: 10px;
}

@media screen and (max-width: 736px) {
  .table-basic-form {
    margin-bottom: 30px;
    border: 1px #e1e1e1 solid;

  }
  .table-basic-form th , .table-basic-form td {
    display: block;
    width: 100%;
  }
  .table-basic-form th {
    padding: 15px;
    border-right: none;
  }
  .table-basic-form td {
    background-color: #fff;
  }
  .table-basic-form-btn-entry {
    display: block;
    width: 193px;
    margin: 10px 0 0;
  }
  .table-basic-form .form-basic , .list-form-check-wrap {
    padding: 15px;
  }
  /* list-form-check */
  .list-form-check {
    margin-bottom: -15px;
  }
  .list-form-check-item {
    width: 50%;
    margin-bottom: 15px;
  }
}

/* form
---------------------------------------------------------- */
/* input */
.input-basic-form {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0 10px;
  font-family: "Lucida Grande", "Lucida Sans Unicode","Noto SansJapanese",“游ゴシック”, YuGothic, "ヒラギノ角ゴシック ProN", Hiragino Kaku Gothic ProN , sans-serif;
  font-size: 1.3rem;
  line-height: 22px;
  color: #000;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  background-color: #fff;
  -webkit-appearance: none;

  -moz-appearance: none;
  appearance: none;
}

.input-basic-form-type01 {
  width: 400px;
  margin: 0 auto 20px;
}

.input-basic-form-type02 , .input-basic-form-type03 {
  display: inline-block;
}

.input-basic-form-type02 {
  width: 56px;
}

.input-basic-form-type03 {
  width: 120px;
}

input[type=text]::-webkit-input-placeholder {
  color: #aaa;
}

input[type=text]::-moz-placeholder {
  color: #aaa;
}

input[type=text]:-ms-input-placeholder {
  color: #aaa;
}

input[type=text]:-moz-placeholder {
  color: #aaa;
}

/* select */
.select-basic-form {
  width: 196px;
  height: 34px;
  padding: 0 10px;
  font-size: 1.3rem;
  line-height: 34px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  background: #fff url(../../general/img/bg_arrow_select.png) right 8px center no-repeat;
  -webkit-appearance: none;

  -moz-appearance: none;
  appearance: none;
}

.type-date .select-basic-form {
  width: 120px;
}

.select-basic-form::-ms-expand {
  display: none;
}

/* radio-basic-form */
.radio-basic-form {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  vertical-align: middle;
  font-size: 1.3rem;
}

.radio-basic-form input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.radio-basic-form .ico-radio {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../general/img/ico_radio_01.png) 0 0 no-repeat;
}

.radio-basic-form input:checked + .ico-radio {
  background-position: -20px 0;
}

/* check-basic-form */
.check-basic-form {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  vertical-align: middle;
  font-size: 1.3rem;
}

.check-basic-form input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.check-basic-form .ico-check {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../general/img/ico_check_01.png) 0 0 no-repeat;
}

.check-basic-form input:checked + .ico-check {
  background-position: -20px 0;
}

/* textarea */
.textarea-basic-form {
  overflow: auto;
  width: 100%;
  min-height: 100px;
  padding: 10px;
  resize: both;
  font-family: "Lucida Grande", "Lucida Sans Unicode","Noto SansJapanese",“游ゴシック”, YuGothic, "ヒラギノ角ゴシック ProN", Hiragino Kaku Gothic ProN , sans-serif;
  font-size: 1.3rem;
  color: #000;
  border: 1px #d5d5d5 solid;
  border-radius: 4px;
  background-color: #fff;
  -webkit-appearance: none;

  -moz-appearance: none;
  appearance: none;
}

/* is-error */
.form-basic-in.is-error .input-basic-form {
  border-color: #b72b42;
  background-color: #f9eef0;
}

.is-error .select-basic-form {
  border-color: #b72b42;
  background-color: #f9eef0;
}

.list-form-check-wrap.is-error {
  background-color: #f9eef0;
}

.table-basic-form td .txt-error {
  display: none;
  margin-top: 7px;
  font-size: 1.3rem;
  color: #b52d44;
}

.table-basic-form td.is-error .txt-error {
  display: block;
}

.txt-balloon-alert {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  display: none;
  padding: 12px;
  font-size: 1.3rem;
  color: #fff;
  background-color: #b52d44;
  box-shadow: 0 0 4px rgba(0, 0, 0, .13), 0 1px 8px rgba(0, 0, 0, .2);
}

.txt-balloon-alert:after {
  position: absolute;
  top: -15px;
  left: 50%;
  display: block;
  content: "";
  width: 20px;
  height: 16px;
  margin-left: -10px;
  background: url(/img/bg_arror_balloon.png) top center no-repeat;
}

.table-basic-form td.is-error .txt-balloon-alert {
  display: block;
}

@media screen and (max-width: 736px) {
  /* input */
  .input-basic-form-type01 {
    width: 100%;
    margin-bottom: 10px;
  }
  /* select */
  .select-basic-form {
    width: 100%;
  }
  /* is-error */
  .txt-balloon-alert {
    position: relative;
    margin-top: 15px;
  }
  .txt-balloon-alert:after {
    top: -8px;
    width: 10px;
    height: 8px;
    margin-left: -5px;
    background-size: 10px 8px;
  }
}

/* box-basic-information
---------------------------------------------------------- */
.box-basic-information {
  overflow-y: auto;
  height: 282px;
  margin-bottom: 40px;
  padding: 25px 30px 10px;
  border: 1px #eee solid;
}

.box-basic-information .list-basic-order {
  margin-bottom: 20px;
}

@media screen and (max-width: 736px) {
  .box-basic-information {
    height: 150px;
    margin-bottom: 30px;
    padding: 15px 15px 10px;
  }
}

/* box-basic-accept
---------------------------------------------------------- */
.box-basic-accept {
  margin-bottom: 40px;
  padding: 30px 30px 23px;
  text-align: center;
  background-color: #f2f2f2;
}

.box-basic-accept-check {
  margin-bottom: 27px;
}

.box-basic-accept-button {
  width: 180px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 736px) {
  .box-basic-accept-button .btn-basic {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .box-basic-accept {
    margin-bottom: 30px;
    padding: 15px;
  }
  .box-basic-accept-button {
    width: 100%;
  }
}

/* box-form-require
---------------------------------------------------------- */
.box-form-require {
  position: absolute;
  top: -20px;
  left: -235px;
  width: 120px;
  height: 120px;
  padding-top: 33px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .08), 0 -1px 4px rgba(0, 0, 0, .08);
}

.box-form-require-text {
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #222;
}

.box-form-require-number {
  font-size: 3.4rem;
  line-height: 1;
  color: #222a5d;
}

@media screen and (max-width: 736px) {
  .box-form-require {
    position: static;
    width: 100%;
    height: auto;
    margin: 20px 0;
    padding: 15px;
  }
}

/* box-form-require
---------------------------------------------------------- */
.list-basic-information {
  display: -ms-flexbox;
  display: flex;
  margin: -40px 0 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-basic-information-item {
  width: 50%;
  padding: 40px 0;
  border-bottom: 1px #eee solid;
}

.list-basic-information-item:last-child , .list-basic-information-item:nth-last-child(2) {
  border-bottom: none;
}

.list-basic-information-item:nth-child(odd) {
  padding-right: 20px;
}

.list-basic-information-item:nth-child(even) {
  padding-left: 20px;
}

.list-basic-information-link {
  display: -ms-flexbox;
  display: flex;
}

.list-basic-information-figure {
  margin-right: 40px;

  -ms-flex: 0 0 208px;
  flex: 0 0 208px;
}

.list-basic-information-box {
  margin-top: -3px;

  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.list-basic-information-box-property {
  overflow: hidden;
  margin-bottom: 16px;
}

.list-basic-information-box-property > p {
  float: left;
}

.list-basic-information-box-property-date {
  position: relative;
  margin-right: 12px;
  padding-right: 12px;
  font-size: 1.4rem;
  color: #555;
}

.list-basic-information-box-property-date:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  margin-top: -6px;
  border-right: 1px #ddd solid;
}

.list-basic-information-box-property-title {
  font-size: 1.3rem;
  color: #222a5d;
}

.list-basic-information-box-property-title-green {
  color: #385837;
}

.list-basic-information-box-property-title-red {
  color: #b93a50;
}

.list-basic-information-box-text {
  line-height: 2;
}

@media screen and (max-width: 736px) {
  .list-basic-information {
    display: block;
    margin: -20px 20px 20px;
  }
  .list-basic-information-item {
    width: 100%;
    padding: 20px 0;
  }
  .list-basic-information-item:nth-last-child(2) {
    border-bottom: 1px #eee solid;
  }
  .list-basic-information-item:nth-child(odd) {
    padding-right: 0;
  }
  .list-basic-information-item:nth-child(even) {
    padding-left: 0;
  }
  .list-basic-information-figure {
    margin-right: 20px;

    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
  .list-basic-information-box-property {
    margin-bottom: 10px;
  }
}

/* box-modify-form
---------------------------------------------------------- */
.box-modify-form #error {
  margin: 40px 0;
  font-weight: bold;
  color: #b72b41;
}

.box-modify-form #inquiryTable {
  width: 100%;
  margin-bottom: 60px;
  background: #f2f2f2;
}

.box-modify-form #inquiryTable tr:first-child .updateArea label span {
  position: relative;
  display: inline-block;
  width: 24%;
  padding: 0 20px 0 28px;
  font-size: 1.3rem;
}

.box-modify-form #inquiryTable tr:first-child .updateArea label span:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url("/mypage/img/bg_mypage_radio_01_off.png") no-repeat 0 0;
}

.box-modify-form #inquiryTable tr:first-child .updateArea label input {
  display: none;
}

.box-modify-form #inquiryTable tr:first-child .updateArea label input:checked + span:before {
  background: url("/mypage/img/bg_mypage_radio_01_on.png") no-repeat 0 0;
}

.box-modify-form #inquiryTable tr:first-child .updateArea .inputError {
  padding-top: 5px;
  font-size: 1.2rem;
  color: #b52d44;
}

.box-modify-form #inquiryTable tr:first-child .updateArea .mypage-areaDetail {
  margin: -20px;
}

.box-modify-form #inquiryTable tr:last-child .updateArea {
  padding: 0;
}

.box-modify-form #inquiryTable tr:last-child .updateArea .mypage-areaDetail li {
  display: block;
  padding: 20px;
  border-bottom: 2px solid #fff;
}

.box-modify-form #inquiryTable tr:last-child .updateArea .mypage-areaDetail li:last-child {
  border: none;
}

.box-modify-form #inquiryTable tr:last-child .updateArea .mypage-areaDetail li p {
  margin-top: 5px;
  padding-left: 32px;
  font-size: 1.2rem;
}

.box-modify-form #inquiryTable tr:last-child .updateArea label span {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 20px 0 28px;
  font-size: 1.3rem;
}

.box-modify-form #inquiryTable tr:last-child .updateArea label span:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url("/mypage/img/bg_mypage_check_01_off.png") no-repeat 0 0;
}

.box-modify-form #inquiryTable tr:last-child .updateArea label input {
  display: none;
}

.box-modify-form #inquiryTable tr:last-child .updateArea label input:checked + span:before {
  background: url("/mypage/img/bg_mypage_check_01_on.png") no-repeat 0 0;
}

.box-modify-form #inquiryTable th {
  display: table-cell;
  width: 25%;
  padding: 19px 20px;
  vertical-align: middle;
  font-family: "Noto SansJapanese";
  font-size: 1.3rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.box-modify-form #inquiryTable td {
  padding: 20px;
  border-bottom: 2px solid #fff;
}

.box-modify-form #inquiryTable td .caption {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #555;
}

.box-modify-form #inquiryTable td input[type="text"] , .box-modify-form #inquiryTable td input[type="password"] {
  display: inline-block;
  width: 40%;
  height: 34px;
  padding: 0 10px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Noto SansJapanese", “游ゴシック”, YuGothic, "ヒラギノ角ゴシック ProN", Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 1.3rem;
  line-height: 22px;
  color: #000;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  background-color: #fff;
  -webkit-appearance: none;

  -moz-appearance: none;
  appearance: none;
}

.box-modify-form #inquiryTable td input[type="text"]:-webkit-input-placeholder , .box-modify-form #inquiryTable td input[type="password"]:-webkit-input-placeholder {
  color: #aaa;
}

.box-modify-form #inquiryTable td input[type="text"]:-moz-placeholder , .box-modify-form #inquiryTable td input[type="password"]:-moz-placeholder {
  color: #aaa;
}

.box-modify-form #inquiryTable td input[type="text"]:-ms-input-placeholder , .box-modify-form #inquiryTable td input[type="password"]:-ms-input-placeholder {
  color: #aaa;
}

.box-modify-form #inquiryTable td input[type="text"]:-moz-placeholder , .box-modify-form #inquiryTable td input[type="password"]:-moz-placeholder {
  color: #aaa !important;
}

.box-modify-form #inquiryTable td input[type="text"].address_label , .box-modify-form #inquiryTable td input[type="password"].address_label {
  width: auto;
  height: auto;
  padding: 0;
  font-family: "Noto SansJapanese Light";
  line-height: 1.7;
  color: #555;
  border: none;
  border-radius: 0;
  background: none;
}

.box-modify-form #inquiryTable td input[type="text"].address_comment , .box-modify-form #inquiryTable td input[type="password"].address_comment {
  width: 50%;
  height: auto;
  margin-bottom: 10px;
  padding: 0;
  font-family: "Noto SansJapanese Light";
  font-size: 1.2rem;
  line-height: 1.7;
  color: #555;
  border: none;
  border-radius: 0;
  background: none;
}

.box-modify-form #inquiryTable td input[type="text"]#family_num , .box-modify-form #inquiryTable td input[type="password"]#family_num {
  width: 3.2em;
}

.box-modify-form #inquiryTable td input[type="text"]#zip_code1 , .box-modify-form #inquiryTable td input[type="password"]#zip_code1 {
  width: 4.8em;
}

.box-modify-form #inquiryTable td input[type="text"]#zip_code2 , .box-modify-form #inquiryTable td input[type="text"]#tel1 , .box-modify-form #inquiryTable td input[type="text"]#tel2 , .box-modify-form #inquiryTable td input[type="text"]#tel3 , .box-modify-form #inquiryTable td input[type="password"]#zip_code2 , .box-modify-form #inquiryTable td input[type="password"]#tel1 , .box-modify-form #inquiryTable td input[type="password"]#tel2 , .box-modify-form #inquiryTable td input[type="password"]#tel3 {
  width: 7.2em;
}

.box-modify-form #inquiryTable td input[type="text"]#office , .box-modify-form #inquiryTable td input[type="password"]#office {
  width: 28em;
}

.box-modify-form #inquiryTable td input[type="text"]#last_name , .box-modify-form #inquiryTable td input[type="text"]#last_name_ruby , .box-modify-form #inquiryTable td input[type="password"]#last_name , .box-modify-form #inquiryTable td input[type="password"]#last_name_ruby {
  margin-right: 10px;
}

.box-modify-form #inquiryTable td select {
  height: 34px;
  padding: 0 24px 0 10px;
  font-size: 1.3rem;
  line-height: 34px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  background: #fff url(../../general/img/bg_arrow_select.png) right 8px center no-repeat;
  -webkit-appearance: none;

  -moz-appearance: none;
  appearance: none;
}

.box-modify-form #inquiryTable td select:-ms-expand {
  display: none;
}

.box-modify-form #inquiryTable td dl {
  overflow: hidden;
}

.box-modify-form #inquiryTable td dl dt {
  display: block;
  float: left;
  clear: left;
  width: 8em;
  padding-top: 5px;
  line-height: 32px;
}

.box-modify-form #inquiryTable td dl dt:last-of-type {
  float: none;
  width: auto;
}

.box-modify-form #inquiryTable td dl dt:last-of-type .address_label {
  width: 100%;
}

.box-modify-form #inquiryTable td dl dd {
  overflow: hidden;
  padding-top: 5px;
}

.box-modify-form #inquiryTable td dl dd.mansionName {
  padding-left: 8em;
}

.box-modify-form #inquiryTable td label[for="find_structure_apart"] span , .box-modify-form #inquiryTable td label[for="find_structure_detached"] span , .box-modify-form #inquiryTable td label[for="find_structure_estate"] span {
  position: relative;
  display: inline-block;
  width: 32%;
  padding: 0 20px 0 28px;
  font-size: 1.3rem;
}

.box-modify-form #inquiryTable td label[for="find_structure_apart"] span:before , .box-modify-form #inquiryTable td label[for="find_structure_detached"] span:before , .box-modify-form #inquiryTable td label[for="find_structure_estate"] span:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url("/mypage/img/bg_mypage_check_01_off.png") no-repeat 0 0;
}

.box-modify-form #inquiryTable td label[for="find_structure_apart"] input , .box-modify-form #inquiryTable td label[for="find_structure_detached"] input , .box-modify-form #inquiryTable td label[for="find_structure_estate"] input {
  display: none;
}

.box-modify-form #inquiryTable td label[for="find_structure_apart"] input:checked + span:before , .box-modify-form #inquiryTable td label[for="find_structure_detached"] input:checked + span:before , .box-modify-form #inquiryTable td label[for="find_structure_estate"] input:checked + span:before {
  background: url("/mypage/img/bg_mypage_check_01_on.png") no-repeat 0 0;
}

.box-modify-form #inquiryTable td label[for="male"] span , .box-modify-form #inquiryTable td label[for="female"] span {
  position: relative;
  display: inline-block;
  width: 32%;
  padding: 0 20px 0 28px;
  font-size: 1.3rem;
}

.box-modify-form #inquiryTable td label[for="male"] span:before , .box-modify-form #inquiryTable td label[for="female"] span:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url("/mypage/img/bg_mypage_radio_01_off.png") no-repeat 0 0;
}

.box-modify-form #inquiryTable td label[for="male"] input , .box-modify-form #inquiryTable td label[for="female"] input {
  display: none;
}

.box-modify-form #inquiryTable td label[for="male"] input:checked + span:before , .box-modify-form #inquiryTable td label[for="female"] input:checked + span:before {
  background: url("/mypage/img/bg_mypage_radio_01_on.png") no-repeat 0 0;
}

.box-modify-form #inquiryTable td label[for="send_mail_flag_1"] span , .box-modify-form #inquiryTable td label[for="send_mail_flag_0"] span , .box-modify-form #inquiryTable td label[for="mypage_flag_1"] span , .box-modify-form #inquiryTable td label[for="mypage_flag_0"] span {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 20px 0 28px;
  font-size: 1.3rem;
}

.box-modify-form #inquiryTable td label[for="send_mail_flag_1"] span:before , .box-modify-form #inquiryTable td label[for="send_mail_flag_0"] span:before , .box-modify-form #inquiryTable td label[for="mypage_flag_1"] span:before , .box-modify-form #inquiryTable td label[for="mypage_flag_0"] span:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url("/mypage/img/bg_mypage_radio_01_off.png") no-repeat 0 0;
}

.box-modify-form #inquiryTable td label[for="send_mail_flag_1"] input , .box-modify-form #inquiryTable td label[for="send_mail_flag_0"] input , .box-modify-form #inquiryTable td label[for="mypage_flag_1"] input , .box-modify-form #inquiryTable td label[for="mypage_flag_0"] input {
  display: none;
}

.box-modify-form #inquiryTable td label[for="send_mail_flag_1"] input:checked + span:before , .box-modify-form #inquiryTable td label[for="send_mail_flag_0"] input:checked + span:before , .box-modify-form #inquiryTable td label[for="mypage_flag_1"] input:checked + span:before , .box-modify-form #inquiryTable td label[for="mypage_flag_0"] input:checked + span:before {
  background: url("/mypage/img/bg_mypage_radio_01_on.png") no-repeat 0 0;
}

.box-modify-form #inquiryTable td label + br {
  display: none;
}

.box-modify-form #submit {
  margin-bottom: 80px;
  text-align: center;
}

.box-modify-form #submit input[type="button"] {
  display: inline-block;
  min-width: 195px;
  margin: 0 10px;
  padding: 9px;
  cursor: pointer;
  transition: all .18s ease-out;
  text-align: center;
  font-family: "Noto SansJapanese Light";
  font-size: 1.2rem;
  color: #222a5d;
  border: 1px #222a5d solid;
  border-radius: 0;
  background: none;
}

.box-modify-form #submit input[type="button"][name="commit"] {
  color: #fff;
  border: 1px #222a5d solid;
  background-color: #222a5d;
}

.box-modify-form #submit input[type="button"]:hover {
  opacity: .7;
  -ms-filter: "alpha( opacity=70)";
  filter: alpha(opacity=70);
}

.box-modify-form #submit input[type="button"]:hover {
  text-decoration: none;
}

.box-modify-form #submit input[type="submit"] {
  display: inline-block;
  min-width: 195px;
  margin: 0 10px;
  padding: 9px;
  cursor: pointer;
  transition: all .18s ease-out;
  text-align: center;
  font-family: "Noto SansJapanese Light";
  font-size: 1.2rem;
  color: #fff;
  border: 1px #222a5d solid;
  border-radius: 0;
  background: none;
  background-color: #222a5d;
  -webkit-appearance: none;
}

.box-modify-form #submit input[type="submit"]:hover {
  opacity: .7;
  -ms-filter: "alpha( opacity=70)";
  filter: alpha(opacity=70);
}

.box-modify-form #submit input[type="submit"]:hover {
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  .box-modify-form #inquiryTable {
    width: 100%;
    margin-bottom: 30px;
    border: 1px #e1e1e1 solid;
  }
  .box-modify-form #inquiryTable th , .box-modify-form #inquiryTable td {
    display: block;
    width: 100%;
  }
  .box-modify-form #inquiryTable th {
    padding: 15px;
    border-right: none;
  }
  .box-modify-form #inquiryTable td {
    background-color: #fff;
  }
  .box-modify-form #inquiryTable td .caption {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #555;
  }
  .box-modify-form #inquiryTable td input[type="text"] {
    width: auto;
    font-size: 1.3rem;
  }
  .box-modify-form #inquiryTable td input[type="text"].address_label {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    font-family: "Noto SansJapanese Light";
    line-height: 1.7;
    color: #555;
    border: none;
    border-radius: 0;
    background: none;
  }
  .box-modify-form #inquiryTable td input[type="text"].address_comment {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 0;
    font-family: "Noto SansJapanese Light";
    font-size: 1.2rem;
    line-height: 1.7;
    color: #555;
    border: none;
    border-radius: 0;
    background: none;
  }
  .box-modify-form #inquiryTable td input[type="text"]#last_name , .box-modify-form #inquiryTable td input[type="text"]#first_name , .box-modify-form #inquiryTable td input[type="text"]#last_name_ruby , .box-modify-form #inquiryTable td input[type="text"]#first_name_ruby {
    width: 40%;
  }
  .box-modify-form #inquiryTable td input[type="text"]#family_num {
    width: 3.2em;
  }
  .box-modify-form #inquiryTable td input[type="text"]#zip_code1 {
    width: 4.8em;
  }
  .box-modify-form #inquiryTable td input[type="text"]#zip_code2 , .box-modify-form #inquiryTable td input[type="text"]#tel1 , .box-modify-form #inquiryTable td input[type="text"]#tel2 , .box-modify-form #inquiryTable td input[type="text"]#tel3 {
    width: 6em;
  }
  .box-modify-form #inquiryTable td input[type="text"]#office {
    width: 100%;
  }
  .box-modify-form #inquiryTable td input[type="text"]#mail , .box-modify-form #inquiryTable td input[type="text"]#mail_confirm {
    width: 100%;
  }
  .box-modify-form #inquiryTable td dl dt {
    float: none;
    width: 100%;
  }
  .box-modify-form #inquiryTable td dl dd.mansionName {
    padding-left: 0;
  }
  .box-modify-form #inquiryTable td label[for="find_structure_apart"] span , .box-modify-form #inquiryTable td label[for="find_structure_detached"] span , .box-modify-form #inquiryTable td label[for="find_structure_estate"] span {
    width: 32%;
    padding: 0 5px 0 28px;
  }
  .box-modify-form #inquiryTable td label[for="male"] span , .box-modify-form #inquiryTable td label[for="female"] span {
    width: 32%;
    padding: 0 5px 0 28px;
  }
  .box-modify-form #inquiryTable td label[for="send_mail_flag_1"] span , .box-modify-form #inquiryTable td label[for="send_mail_flag_0"] span , .box-modify-form #inquiryTable td label[for="mypage_flag_1"] span , .box-modify-form #inquiryTable td label[for="mypage_flag_0"] span {
    width: auto;
    padding: 0 5px 0 28px;
  }
  .box-modify-form #inquiryTable td a[tabindex="13"] {
    display: block;
    width: 98px;
    margin-top: 20px;
  }
  .box-modify-form #inquiryTable td a[tabindex="13"] + a {
    display: block;
    width: 98px;
    margin-top: 20px;
  }
  .box-modify-form #submit {
    margin-bottom: 40px;
  }
  .box-modify-form #submit input[type="button"] {
    margin-bottom: 30px;
  }
}

/* ==========================================================
 table
========================================================== */
/* table-basic
========================================================== */
/* table-basic-01
---------------------------------------------------------- */
.table-basic-wrap-01 {
  margin-bottom: 40px;
}

@media screen and (max-width: 736px) {
  .table-basic-wrap-01 {
    overflow-x: auto;
    margin: 0 -20px 40px 0;
  }
}

.table-basic-01 {
  width: 100%;
  border-right: 2px #f2f2f2 solid;
  border-bottom: 2px #f2f2f2 solid;
}

@media screen and (max-width: 736px) {
  .table-basic-01 {
    width: 760px;
    margin-bottom: 20px;
  }
}

.table-basic-01 th , .table-basic-01 td {
  padding: 19px 22px;
  font-size: 1.3rem;
  color: #222;
}

@media screen and (max-width: 736px) {
  .table-basic-01 th , .table-basic-01 td {
    padding: 16px;
    font-size: 1.1rem;
  }
}

.table-basic-01 th {
  font-weight: bold;
  border-top: 2px #fff solid;
  border-left: 2px #fff solid;
  background-color: #f2f2f2;
}

.table-basic-01 th:first-child {
  border-left: none;
}

.table-basic-01 td {
  border-top: 2px #f2f2f2 solid;
  border-left: 2px #f2f2f2 solid;
}

.table-basic-01 tr:nth-child(1) td {
  border-top: none;
}

.table-basic-01 td:nth-child(2) {
  border-left: none;
}

.table-basic-01-type01 {
  border-top: 2px #f2f2f2 solid;
}

.table-basic-01-type01 tr:first-child th {
  border-top: 2px #f2f2f2 solid;
}

.table-basic-01-type02 {
  border-left: 2px #f2f2f2 solid;
}

.table-basic-01-type02 td:nth-child(2) {
  border-left: 2px #f2f2f2 solid;
}

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

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

.table-highlight th , .table-highlight td {
  background: #eadde2;
}

/* table-basic-02
---------------------------------------------------------- */
.table-basic-02 {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: separate;
  border-bottom: 2px #f2f2f2 solid;
  background: url(../../general/img/bg_table_pink_01.png) top left repeat;
}

.table-basic-02 th , .table-basic-02 td {
  padding: 19px 22px;
  font-size: 1.3rem;
}

.table-basic-02 th {
  font-family: "Noto SansJapanese";
  font-weight: bold;
}

.table-basic-02 tr:not(:first-child) th {
  border-top: 2px #fff solid;
  background-color: #f2f2f2;
}

.table-basic-02 tr:not(:first-child) td {
  border-top: 2px #f2f2f2 solid;
  border-left: 2px #f2f2f2 solid;
  background-color: #fff;
}

.table-basic-02 tr:nth-child(2) td {
  border-top-color: #fff;
}

.table-basic-02 tr:first-child td {
  border-left: 2px #fff solid;
}

.table-basic-02 tr:not(:first-child) td:nth-child(2) {
  border-left: none;
}

.table-basic-02 tr:not(:first-child) td:last-child {
  border-right: 2px #f2f2f2 solid;
}

@media screen and (max-width: 736px) {
  .table-basic-02 {
    margin-bottom: 17px;
  }
  .table-basic-02 th , .table-basic-02 td {
    padding: 15px 13px;
    font-size: 1.2rem;
  }
}

/* table-report-01
---------------------------------------------------------- */
.table-report-01 {
  width: 100%;
  margin-bottom: 40px;
  border: 2px #f2f2f2 solid;
}

.table-report-01 th , .table-report-01 td {
  padding: 19px 20px;
  font-size: 1.3rem;
  color: #222;
}

@media screen and (max-width: 736px) {
  .table-report-01 th , .table-report-01 td {
    padding: 14px 10px;
    font-size: 1.3rem;
  }
}

.table-report-01 th {
  font-weight: bold;
  border-top: 2px #fff solid;
  border-left: 2px #fff solid;
  background-color: #f2f2f2;
}

.table-report-01 th:first-child {
  border-left: none;
}

.table-report-01 td {
  border-top: 2px #f2f2f2 solid;
  border-left: 2px #f2f2f2 solid;
}

.table-report-01 td:nth-child(2) {
  border-left: 2px #f2f2f2 solid;
}

.table-report-01 tr:nth-child(1) td {
  border-top: none;
}

.table-report-01 tbody tr:first-child th:nth-child(1) {
  border-top: 2px #f2f2f2 solid;
}

.table-report-pettern-01 thead tr:nth-child(1) th:nth-child(1) {
  width: 60px;
}

@media screen and (max-width: 736px) {
  .table-report-pettern-01 thead tr:nth-child(1) th:nth-child(1) {
    width: 40px;
  }
}

.table-report-pettern-01 thead tr:nth-child(2) th:nth-child(1) {
  width: 100px;
}

@media screen and (max-width: 736px) {
  .table-report-pettern-01 thead tr:nth-child(2) th:nth-child(1) {
    width: 65px;
  }
}

.table-report-pettern-01 thead tr:nth-child(2) th:nth-child(2) {
  width: 100px;
}

@media screen and (max-width: 736px) {
  .table-report-pettern-01 thead tr:nth-child(2) th:nth-child(2) {
    width: 65px;
  }
}

.table-report-pettern-02 thead tr:nth-child(1) th:nth-child(1) {
  min-width: 300px;
}

@media screen and (max-width: 736px) {
  .table-report-pettern-02 thead tr:nth-child(1) th:nth-child(1) {
    min-width: 100px;
  }
}

.table-report-pettern-02 thead tr:nth-child(1) th:nth-child(2) , .table-report-pettern-02 thead tr:nth-child(1) th:nth-child(3) , .table-report-pettern-02 thead tr:nth-child(1) th:nth-child(4) {
  width: 120px;
}

@media screen and (max-width: 736px) {
  .table-report-pettern-02 thead tr:nth-child(1) th:nth-child(2) , .table-report-pettern-02 thead tr:nth-child(1) th:nth-child(3) , .table-report-pettern-02 thead tr:nth-child(1) th:nth-child(4) {
    width: 70px;
    text-align: left;
  }
}

.table-report-pettern-02 thead tr:nth-child(1) th:nth-child(5) {
  width: 120px;
}

@media screen and (max-width: 736px) {
  .table-report-pettern-02 thead tr:nth-child(1) th:nth-child(5) {
    width: auto;
  }
}

.table-report-pettern-03 tbody tr:nth-child(1) th:nth-child(1) {
  min-width: 200px;
}

@media screen and (max-width: 736px) {
  .table-report-pettern-03 tbody tr:nth-child(1) th:nth-child(1) {
    min-width: 100px;
  }
}

/* list-magazine-category
---------------------------------------------------------- */
.list-magazine-category {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -18px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 736px) {
  .list-magazine-category {
    margin: 0;
  }
}

.list-magazine-category-item {
  width: 25%;
  padding: 0 18px;
}

@media screen and (max-width: 736px) {
  .list-magazine-category-item {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .list-magazine-category-item:last-child {
    margin-bottom: 0;
  }
}

.list-magazine-category-link {
  display: block;
  color: #fff;
}

.list-magazine-category-link img {
  transition: all .18s ease-out;
}

.list-magazine-category-link:hover {
  text-decoration: none;
}

.list-magazine-category-link:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.list-magazine-category-link:hover {
  transition: .2s all ease-out;
  box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

@media screen and (max-width: 736px) {
  .list-magazine-category-link:hover {
    box-shadow: none;
  }
}

@media screen and (max-width: 736px) {
  .list-magazine-category-link:hover .list-magazine-category-figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.list-magazine-category-box {
  padding: 15px 20px 40px;
  background-color: #2c4e2a;
}

@media screen and (max-width: 736px) {
  .list-magazine-category-box {
    min-height: auto;
    padding: 15px 20px 40px;
  }
}

.list-magazine-category-title {
  margin-bottom: 10px;
  font-size: 1.5rem;
}

@media screen and (max-width: 736px) {
  .list-magazine-category-title {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}

.list-magazine-category-text {
  font-size: 1.3rem;
}

@media screen and (max-width: 736px) {
  .list-magazine-category-text {
    font-size: 1.3rem;
  }
}

/* list-magazine-image
---------------------------------------------------------- */
.list-magazine-image {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-magazine-image-item {
  width: 33.3333%;
  margin-bottom: 40px;
  padding: 0 20px;
}

.list-magazine-image-link {
  display: block;
  transition: all .18s ease-out;
}

.list-magazine-image-link:hover {
  opacity: .8;
}

.list-magazine-image-box {
  position: relative;
}

.list-magazine-image-box:after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.4%;
}

.list-magazine-image-figure {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.list-magazine-image-figure img {
  width: 100%;
}

.list-magazine-image-text {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.8rem;
  color: #fff;
}

.list-magazine-image-text > span {
  padding-right: 15px;
  background: url(/magazine/img/ico_arrow_right_01_pc.png) right center no-repeat;
}

@media screen and (max-width: 736px) {
  .list-magazine-image {
    margin: 0 -10px -20px;
  }
  .list-magazine-image-item {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .list-magazine-image-link {
    transition: none;
  }
  .list-magazine-image-link:hover {
    opacity: 1;
  }
  .list-magazine-image-text {
    font-size: 1.3rem;
  }
  .list-magazine-image-text > span {
    padding-right: 13px;
    background: url(/magazine/img/ico_arrow_right_01_sp.png) right center no-repeat;
    background-size: 6px 10px;
  }
}

/* list-magazine-pickup
---------------------------------------------------------- */
.list-magazine-pickup {
  display: -ms-flexbox;
  display: flex;
  margin: 20px -10px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-magazine-pickup-item {
  width: 25%;
  padding: 0 10px;
}

.list-magazine-pickup-link {
  display: block;
}

.list-magazine-pickup-link:hover {
  transition: .2s all ease-out;
  box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

@media screen and (max-width: 736px) {
  .list-magazine-pickup-link:hover {
    box-shadow: none;
  }
}

.list-magazine-pickup-link:hover .list-cmn-image img {
  -webkit-transform: none;
  transform: none;
}

@media screen and (max-width: 736px) {
  .list-magazine-pickup-link:hover .list-cmn-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.list-magazine-pickup-link:hover .list-magazine-pickup-image img {
  -webkit-transform: none;
  transform: none;
}

@media screen and (max-width: 736px) {
  .list-magazine-pickup-link:hover .list-magazine-pickup-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.list-magazine-pickup-box-detail {
  padding: 16px 25px;
  background-color: #fff;
}

@media screen and (max-width: 736px) {
  .list-magazine-pickup-box-detail {
    padding: 17px 15px;
  }
}

@media screen and (max-width: 736px) {
  .list-magazine-pickup {
    display: -ms-flexbox;
    display: flex;
    margin: 20px -10px -20px;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-magazine-pickup-item {
    width: 50%;
    margin-bottom: 20px;
  }
}

/* list-magazine-owners
---------------------------------------------------------- */
.list-magazine-owners {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 736px) {
  .list-magazine-owners {
    margin: 0 0 30px;
  }
}

.list-magazine-owners-item {
  width: 33.3%;
  margin-bottom: 75px;
  padding: 0 20px;
}

.list-magazine-owners-item.is-hide {
  display: none !important;
}

@media screen and (max-width: 736px) {
  .list-magazine-owners-item {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
  .list-magazine-owners-item:first-child > a {
    padding-top: 0;
  }
}

.list-magazine-owners-image {
  margin-bottom: 15px;
}

@media screen and (max-width: 736px) {
  .list-magazine-owners-image {
    margin: 5px 16px 0 0;

    -ms-flex: 0 0 35.82%;
    flex: 0 0 35.82%;
  }
}

@media screen and (max-width: 736px) {
  .list-magazine-owners-link {
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0;
    border-bottom: 1px #eee solid;
  }
}

.list-magazine-owners.list-magazine-owners-4col .list-magazine-owners-item {
  width: 25%;
}

@media screen and (max-width: 736px) {
  .list-magazine-owners.list-magazine-owners-4col .list-magazine-owners-item {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .list-magazine-owners-box-detail {
    width: 100%;
  }
}

.list-magazine-owners-box-detail .mod-info-title {
  font-family: "Noto SansJapanese Light";
  font-size: 1.3rem;
  color: #555;
}

.list-magazine-owners-box-detail .mod-info-text {
  font-family: "Noto SansJapanese";
  font-size: 1.5rem;
  color: #000;
}

.box-magazine-description .ttl-basic-04 {
  font-size: 1.55rem;
}

@media screen and (max-width: 736px) {
  .box-magazine-description .ttl-basic-04 {
    font-size: 1.4rem;
  }
}

.box-magazine-description .txt-basic {
  font-size: 1.4rem;
}

@media screen and (max-width: 736px) {
  .box-magazine-description .txt-basic {
    font-size: 1.3rem;
  }
}

.mod-info-btn {
  display: block;
  width: 165px;
  margin: 20px auto 0;
  padding: 2px 15px;
  border: 1px solid #9f8758;
  background: transparent;
  font-size: 1.4rem;
  font-family: "Noto SansJapanese", sans-serif;
  color: #9f8758;
  line-height: 2em;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mod-info-btn:hover,
.mod-info-btn:active {
  color: #ffffff;
  text-decoration: none;
}
.mod-info-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #9f8758;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  will-change: width;
  z-index: -1;
}
.mod-info-btn:hover:after {
  width: 100%;
}
.mod-info-btn + .mod-info-btn {
  margin-top: 10px;
}

@media screen and (max-width: 736px) {
  .mod-info-btn {
    width: 55%;
    min-width: 200px;
  }
}

/* ==========================================================
 common
========================================================== */
/* btn-search
---------------------------------------------------------- */
.btn-search {
  display: block;
  width: 160px;
  padding: 10px 5px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  background-color: #222a5d;
}

.btn-search:hover {
  text-decoration: none;
  opacity: .7;
}

@media screen and (max-width: 736px) {
  .btn-search {
    display: block;
    width: 160px;
    margin: 0 auto;
    padding: 10px 5px;
    background-color: #222a5d;
  }
  .btn-search:hover {
    text-decoration: none;
    opacity: .7;
  }
}

/* ttl-heading
---------------------------------------------------------- */
.ttl-heading {
  position: relative;
  margin-bottom: 40px;
  padding-top: 25px;
  text-align: center;
  letter-spacing: 3px;
  font-size: 2.6rem;
  font-family: "Noto SansJapanese Medium";
  color: #000;
}

.ttl-heading > small {
	display: block;
	font-size: 65%;
}

.ttl-heading:after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  content: "";
  width: 50px;
  height: 4px;
  margin-left: -25px;
  background-color: #68D1CB;
}

.cat-navi .ttl-heading::after {
  background-color: #97586f;
}

.cat-magazine .ttl-heading::after {
  background-color: #2c4e2a;
}

@media screen and (max-width: 736px) {
  .ttl-heading {
    margin-bottom: 35px;
    padding-top: 25px;
    letter-spacing: 2px;
    font-size: 2.2rem;
  }
	
	
	body.l-toppage .mod-search-area-inner {
		margin: 32px auto 0;
	}
	body.l-toppage .mod-search-area-inner h2 {
		padding-top: 0;
		margin-bottom: 25px;
	}
	
	body.l-toppage .mod-search-area-inner h2:after {
		content: none !important;
	}
}

/* mod-figure-link
---------------------------------------------------------- */
.mod-figure-link:hover {
  text-decoration: none;
}

.mod-figure-link figure {
  overflow: hidden;
  background: #000000;
}

.mod-figure-link img {
  width: 100%;
  transition: all .18s ease-out;
}

.mod-figure-link:hover img {
  /*-webkit-transform: scale(1.1);
  transform: scale(1.1);*/
  opacity: 0.8;
}

@media screen and (max-width: 736px) {
  .mod-figure-link img {
    transition: none;
  }
  .mod-figure-link:hover img {
    -webkit-transform: none;
    transform: none;
  }
}

/* mod-info
---------------------------------------------------------- */
.mod-info-box {
  position: relative;
  min-height: 22px;
  margin-bottom: 10px;
  padding-right: 20px;
}

.mod-info-box-title {
  overflow: hidden;
}

.mod-info-box-title > p {
  float: left;
}

@media screen and (max-width: 736px) {
  .mod-info-box {
    margin-bottom: 0;
    margin-left: 10px;
  }
  .mod-info-box .mod-info-box-title-sp > p {
    display: block;
    float: none;
  }
}

.mod-info-new {
  margin-right: 15px;
  font-size: 1.3rem;
  color: #c19861;
}

@media screen and (max-width: 736px) {
  .mod-info-new {
    margin-right: 10px;
    font-size: 1.2rem;
  }
}

.mod-info-step {
  position: relative;
  margin-right: 13px;
  padding-right: 17px;
  letter-spacing: 1px;
  font-size: 1.3rem;
  color: #a36e83;
}

@media screen and (max-width: 736px) {
  .mod-info-step {
    font-size: 1.2rem;
  }
}

.mod-info-step:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  margin-top: -6px;
  border-right: 1px #ddd solid;
}

.mod-info-date {
  position: relative;
  margin-right: .75em;
  padding-right: .75em;
  font-size: 1.4rem;
  color: #555;
}

@media screen and (max-width: 736px) {
  .mod-info-date {
    font-size: 1.2rem;
  }
}

.mod-info-date:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  margin-top: -6px;
  border-right: 1px #ddd solid;
}

@media screen and (max-width: 736px) {
  .mod-info-date-bdrn {
    margin-right: 0;
    padding-right: 0;
  }
  .mod-info-date-bdrn:after {
    display: none;
  }
}

.mod-info-name {
  font-size: 1.3rem;
}

@media screen and (max-width: 736px) {
  .mod-info-name {
    font-size: 1.2rem;
  }
}

.mod-info-name.text-blue {
  color: #222a5d;
}

.mod-info-icon-fav {
  position: absolute;
  z-index: 2;
  top: .25em;
  right: -5px;
  width: 25px;
  height: 22px;
  margin-top: -3px;
  transition: .4s all ease;
  background: url(../../general/img/ico_heart_01_no.png) center no-repeat;
  background-size: 15px 12px;
}

@media screen and (max-width: 736px) {
  .mod-info-icon-fav {
    margin-top: -4px;
  }
}

.mod-info-icon-fav:hover {
  opacity: .7;
}

.mod-info-icon-fav.is-favorite , .mod-info-icon-fav.is-faved {
  background: url(../../general/img/ico_heart_01_on.png) center no-repeat;
  background-size: 15px 12px;
}

.mod-info-icon-fav.is-favorite:hover {
  opacity: 1;
}

.mod-info-member {
  padding-left: 19px;
  font-size: 1.3rem;
  color: #222a5d;
  background: url(../../general/img/ico_member_01.png) left top 4px no-repeat;
  background-size: 11px 14px;
}

@media screen and (max-width: 736px) {
  .mod-info-member {
    padding-left: 17px;
    font-size: 1.2rem;
    background-size: 11px 14px;
  }
}

.mod-info-title {
  margin-bottom: 15px;
  font-family: "Noto SansJapanese";
  font-size: 1.5rem;
}

@media screen and (max-width: 736px) {
  .mod-info-title {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

.mod-info-title br {
  display: none;
}

.mod-info-title br.is-br-active {
  display: inline;
}

.mod-info-title-type01 {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 1.5rem;
}
.mod-info-title-type01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 20px;
  height: 2px;
  transition: all .15s ease-in-out;
  will-change: width;
  background-color: #9f8758;
}
.mod-figure-link:hover .mod-info-title-type01::after {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .mod-info-title-type01 {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .mod-figure-link:hover .mod-info-title-type01::after {
    width: 20px;
  }
}

.mod-info-title-type02 {
  font-size: 1.7rem;
}

@media screen and (max-width: 736px) {
  .mod-info-title-type02 {
    font-size: 1.2rem;
  }
}

.mod-info-text {
  font-size: 1.4rem;
}

@media screen and (max-width: 736px) {
  .mod-info-text {
    font-size: 1.4rem;
  }
}

.mod-info-hashtag {
  overflow: hidden;
  margin-top: 11px;
  font-size: 1.2rem;
  color: #555;
}

@media screen and (max-width: 736px) {
  .mod-info-hashtag {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}

.mod-info-hashtag-item {
  float: left;
  margin-right: .5em;
}

.mod-info-hashtag-item:hover {
  text-decoration: underline;
}

/* ==========================================================
 search/index.html
========================================================== */
/* sec-search
---------------------------------------------------------- */
.sec-search {
  width: 100%;
  padding: 90px 0 0;
}

.sec-search.bg-gray {
  background-color: #f2f2f2;
}

.sec-search-inner {
  min-width: 1024px;
  max-width: 1300px;
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  .sec-search {
    padding: 70px 0 0;
  }
  .sec-search-inner {
    min-width: 100%;
  }

  .sec-search-wrap {
    max-width: auto;
    padding: 0;
  }
}

/* box-search-heading
---------------------------------------------------------- */
.box-search-heading {
  position: relative;
  padding: 0 195px;
}

.box-search-heading.s-type-02 {
  padding: 0;
}

.box-search-heading.s-type-02 .btn-search {
  top: -8px;
}

.box-search-heading .btn-search {
  position: absolute;
  top: -1px;
  right: 20px;
}

@media screen and (max-width: 736px) {
  .box-search-heading {
    margin-bottom: 30px;
    padding: 0;
  }
  .box-search-heading .ttl-heading {
    margin-bottom: 25px;
  }
  .box-search-heading .btn-search {
    position: static;
  }
}

/* btn-search-readmore
---------------------------------------------------------- */
.btn-search-readmore {
  display: none;
}

@media screen and (max-width: 736px) {
  .btn-search-readmore {
    display: block;
    width: 100%;
    padding: 16px 10px;
    text-align: center;
    font-size: 1.3rem;
    color: #21285e;
    border: 1px #21285e solid;
  }
  .btn-search-readmore:hover {
    text-decoration: none;
  }
}

/* box-search-find
---------------------------------------------------------- */
.box-search-find {
  overflow: hidden;
  margin-bottom: 40px;
  padding: 0 20px;
}

@media screen and (max-width: 736px) {
  .box-search-find {
    margin-bottom: 30px;
    padding: 30px 20px;
    border-bottom: 1px #e1e1e1 solid;
    background-color: #fff;
  }
}

.box-search-find.s-megamenu {
  text-align: left;
}

/* left */
.box-search-find-left {
  float: left;
  width: 580px;
  margin-bottom: 110px;
  padding-right: 20px;
}

@media screen and (max-width: 736px) {
  .box-search-find-left {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}

.box-search-find-left img {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .box-search-find-left img {
    display: none;
  }
}

.mod-search-contents > div:nth-of-type(1) .box-search-find-left img {
	/* display: none; */
	position: absolute;
	top: 0;
	left: 0;
	width: 560px;
	/* height: 480px; */
	/* background: url(../../general/img/maps/img_maps_firstview_shutoken_01.jpg) no-repeat 0 0; */
	/* z-index: 1; */
}

/* right */
.box-search-find-right {
  overflow: hidden;
  margin-bottom: 40px;
  padding-left: 20px;
}

@media screen and (max-width: 736px) {
  .box-search-find-right {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
  }
}

.box-search-find-right.s-mb-00 {
  margin-bottom: 0;
}

.box-search-find-right-inner {
  padding: 28px 32px 30px;
  border: 1px #ddd solid;
  background-color: #fff;
}

@media screen and (max-width: 736px) {
  .box-search-find-right-inner {
    padding: 0;
    border: none;
  }
}

.box-search-find-right-title {
  margin-bottom: 23px;
  letter-spacing: 2px;
  color: #000000;
  font-family: "noto-sans-r";
}

@media screen and (max-width: 736px) {
  .box-search-find-right-title {
    display: none;
  }
}

.box-search-find .list-area-link {
  padding-bottom: 10px;
  letter-spacing: -.4em;
  border-bottom: 1px solid #ddd;
}

.box-search-find .list-area-link li {
  display: inline-block;
  letter-spacing: normal;
}

.box-search-find .list-area-link li.is-active span {
  padding-bottom: 10px;
  color: #222a5d;
  border-bottom: 3px solid #222a5d;
}

.box-search-find .list-area-link li a {
  display: inline-block;
}

.box-search-find .list-area-link li a:hover {
  text-decoration: none;
}

.box-search-find .list-area-link li:not(:first-child) {
  margin-left: 48px;
}

.box-search-find .ttl-search-mega {
  margin: 32px 0 32px 0;
  font-size: 1.5rem;
}

/* list-search-tab */
.list-search-tab {
  display: none;
}

/* list-search-area */
.list-search-area {
  display: none;
}

/* list-search-features */
.list-search-features {
  overflow: hidden;
  margin-bottom: -11px;
}

.list-search-features-item {
  float: left;
  width: 33.3333%;
  margin-bottom: 11px;
  padding-right: 5px;
}

.list-search-features-item.s-col-02 {
  width: 50%;
}

.list-search-features-link {
  font-size: 1.3rem;
  color: #000;
}

.list-search-features-figure {
  display: none;
}

.list-search-features-text {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}

.list-search-features-text::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 6px;
  height: 8px;
  margin-top: -3px;
  background: url(../../general/img/ico_arrow_right_blue_01.png) top left no-repeat;
  background-size: 6px 8px;
}

@media screen and (max-width: 736px) {
  .list-search-features-text::after {
    display: none;
  }
}

.list-search-features-link:hover .list-search-features-text {
  text-decoration: underline;
}

/* list-search-route */
.list-search-route {
  overflow: hidden;
  margin-bottom: -13px;
}

.list-search-route-item {
  float: left;
  width: 33.3333%;
  margin-bottom: 13px;
  padding-right: 5px;
}

.list-search-route-item.s-col-02 {
  width: 50%;
}

.list-search-route-link {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  font-size: 1.3rem;
  color: #000;
}

.list-search-route-link::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 6px;
  height: 8px;
  margin-top: -3px;
  background: url(../../general/img/ico_arrow_right_blue_01.png) top left no-repeat;
  background-size: 6px 8px;
}

@media screen and (max-width: 736px) {
  .list-search-route-link::after {
    display: none;
  }
}

.list-search-route-link > span {
  position: relative;
  display: block;
  padding-left: 22px;
}

.list-search-route-link > span:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 3px;
  height: 14px;
  margin-top: -7px;
  border-left: 3px solid;
  border-left-color: #00b1e7;
}

.btn-search-route {
  margin-top: 23px;
}

@media screen and (max-width: 736px) {
  /* list-search-tab */
  .list-search-tab {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2px;
  }
  .list-search-tab a:hover {
    text-decoration: none;
  }
  .list-search-tab:after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px #e1e1e1 solid;
  }
  .list-search-tab-item {
    width: 33.3333%;
    padding: 0 2px;
  }
  .list-search-tab-link {
    position: relative;
    display: block;
    padding: 18px 10px 13px;
    text-align: center;
    font-size: 1.4rem;
    color: #000000;
    border: #dedfe3 solid;
    border-width: 1px 1px 0;
    background-color: #dedfe3;
  }
  .list-search-tab-icon {
    display: block;
    width: 27px;
    margin: 0 auto 8px;
  }
  .list-search-tab-icon img {
    width: 100%;
  }
  .list-search-tab-text {
    line-height: 1.5;
  }
  /* is-active */
  .js-search-tab-box {
    display: none;
  }
  .js-search-tab-box.is-active {
    display: block;
  }
  .list-search-tab-link.is-active {
    position: relative;
    z-index: 2;
    padding-bottom: 17px;
    border-top: 1px #e1e1e1 solid;
    border-right: 1px #e1e1e1 solid;
    border-left: 1px #e1e1e1 solid;
    background-color: #fff;
  }
  .list-search-tab-item:first-child > a.is-active {
    border-left-color: #fff;
  }
  .list-search-tab-item:last-child > a.is-active {
    border-right-color: #fff;
  }
  .list-search-tab-link.is-active:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    content: "";
    width: 64px;
    height: 3px;
    margin-left: -32px;
    border-bottom: 3px #222a5d solid;
  }
  /* list-search-area */
  .list-search-area {
    display: block;
    margin-bottom: 20px;
  }
  .list-search-area a:hover {
    text-decoration: none;
  }
  .list-search-area-item {
    border-top: 1px #39406e solid;
  }
  .list-search-area-item:first-child {
    border-top: none;
  }
  .list-search-area-link {
    display: block;
    padding: 18px 30px 18px 20px;
    letter-spacing: 2px;
    font-size: 1.3rem;
    color: #fff;
    background: #222a5d url(/search/img/ico_arrow_right_02_sp.png) right 20px center no-repeat;
    background-size: 6px 10px;
  }
  .list-search-area-link.js-accordion-title {
    background: #222a5d url(/search/img/ico_open_01.png) right 20px center no-repeat;
    background-size: 10px;
  }
  .list-search-area-link.js-accordion-title.is-active {
    background: #222a5d url(/search/img/ico_close_01.png) right 20px center no-repeat;
    background-size: 10px;
  }
  .list-search-area-sub {
    display: none;
    border: #eee solid;
    border-width: 0 1px;
    background-color: #fff;
  }
  .list-search-area-sub-item:last-child .list-search-area-sub-link {
    border-bottom: none;
  }
  .list-search-area-sub-link {
    display: block;
    padding: 18px 30px 18px 20px;
    font-size: 1.3rem;
    color: #516d9a;
    border-bottom: 1px #eee solid;
    background: url(/search/img/ico_arrow_right_01_sp.png) right 20px center no-repeat;
    background-size: 6px 10px;
  }
  .list-search-area-sub-link span {
    margin-left: 10px;
    font-size: 1.0rem;
  }
  /* list-search-features */
  .list-search-features {
    margin-bottom: 0;
  }
  .list-search-features-item {
    float: none;
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
  }
  .list-search-features-item:first-child > a {
    padding-top: 0;
    border-top: none;
  }
  .list-search-features-link {
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    font-size: 1.3rem;
    color: #222a5d;
    border-top: 1px #e7e7e7 solid;
  }
  .list-search-features-figure {
    display: block;
    margin-right: 20px;

    -ms-flex: 0 0 28.36%;
    flex: 0 0 28.36%;
  }
  .list-search-features-figure img {
    width: 100%;
  }
  .list-search-features-text {
    width: 100%;
    padding-right: 20px;
    background: url(/search/img/ico_arrow_right_01_sp.png) right 11px top 6px no-repeat;
    background-size: 6px 10px;
  }
  .list-search-features-link:hover .list-search-features-text {
    text-decoration: underline;
  }
  /* list-search-route */
  .list-search-route {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 21px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-search-route-item {
    width: 50%;
    margin-bottom: 9px;
    padding-right: 0;
  }
  .list-search-route-item:nth-child(odd) {
    padding-right: 5px;
  }
  .list-search-route-item:nth-child(even) {
    padding-left: 5px;
  }
  .list-search-route-link {
    display: block;
    padding: 33px 15px 33px 20px;
    padding-right: 15px;
    font-size: 1.3rem;
    color: #516d9a;
    border: 1px #e7e7e7 solid;
    background: url(/search/img/ico_arrow_right_01_sp.png) right 15px center no-repeat;
    background-size: 6px 10px;
  }
  .list-search-route-link > span {
    position: relative;
    padding: 0 15px;
  }
  .list-search-route-link > span:after {
    width: 2px;
    border-width: 2px;
  }
  .btn-search-route {
    margin-top: 0;
  }
}

/* list-search-find
---------------------------------------------------------- */
.list-search-find {
  display: none;
  padding-bottom: 0;
}

.list-search-find.slick-initialized {
  display: block;
}

/*.list-search-find.slick-initialized:before , .list-search-find.slick-initialized:after {
  position: absolute;
  z-index: 8;
  top: 0;
  display: inline-block;
  content: "";
  width: 25px;
  height: 100%;
  background: #eee;
}

.list-search-find.slick-initialized:before {
  left: -5px;
}

.list-search-find.slick-initialized:after {
  right: -5px;
}*/

.list-search-find-item {
  float: left;
  width: 33.33%;
  padding: 0 1px;
}

.list-search-find-item:nth-child(3n-1) {
  width: 33.34%;
}

.list-search-find-item > a {
  display: block;
  width: 100%;
}
.list-search-find-item > a figure {
  background: #000000;
}

.list-search-find-item > a img {
  transition: all .18s ease-out;
}

.list-search-find-item > a:hover {
  text-decoration: none;
}

.list-search-find-item > a:hover img {
  opacity: .8;
}

.list-search-find-item > a:hover {
  text-decoration: underline;
}

.list-search-find-image {
  overflow: hidden;
}

.list-search-find-image img {
  width: 100%;
  height: auto;
}

.list-search-find-title {
  margin-top: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 736px) {
  .list-search-find {
    display: flex;
    flex-flow: row wrap;
  }
  .mod-bg-slide {
    padding: 0;
  }
  .list-search-find-item,
  .list-search-find-item:nth-child(3n-1) {
    width: 50%;
  }
  .list-search-find-item:nth-child(n+3) {
    margin-top: 35px;
  }
  
  .list-search-find-title {
    font-size: 1.4rem;
  }
}

.list-search-find-text {
  position: relative;
  margin: 15px 20px 0;
  padding-bottom: 10px;
  font-size: 1.5rem;
  font-family: "Noto SansJapanese";
}
.list-search-find-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 20px;
  height: 2px;
  transition: all .15s ease-in-out;
  will-change: width;
  background-color: #9f8758;
}
.list-search-find-item > a:hover {
  text-decoration: none;
}
.list-search-find-item > a:hover .list-search-find-text::after {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .list-search-find-text {
    margin: 15px 15px 0;
    font-size: 1.2rem;
  }
  .list-search-find-item > a:hover .list-search-find-text::after {
    width: 20px;
  }
}

.list-search-find .slick-dots {
  bottom: -30px;
}

.list-search-find .slick-dots li {
  width: 6px;
  height: 6px;
}

.list-search-find .slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 3px;
  background: #dedddd;
  border-radius: 0;
}

.list-search-find .slick-dots li button:hover {
  background: #68d1cb;
}

.list-search-find .slick-dots li.slick-active button {
  background: #68d1cb;
}

.list-search-find .slick-prev {
  z-index: 1;
  top: calc(50% - 25px);
  left: -45px;
  width: 30px;
  height: 55px;
  background: #878787;
}

@media screen and (max-width: 736px) {
  .list-search-find .slick-prev {
    top: 36%;
  }
}

.list-search-find .slick-prev:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: inline-block;
  content: "";
  width: 9px;
  height: 17px;
  opacity: 1;
  background: url("/general/img/btn_arrow_modal_left.png") no-repeat;
  background-size: 9px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.list-search-find .slick-next {
  z-index: 1;
  top: calc(50% - 25px);
  right: -45px;
  width: 30px;
  height: 55px;
  background: #878787;
}

@media screen and (max-width: 736px) {
  .list-search-find .slick-next {
    top: 36%;
  }
}

.list-search-find .slick-next:before {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%,-50%);
  display: inline-block;
  content: "";
  width: 9px;
  height: 17px;
  opacity: 1;
  background: url("/general/img/btn_arrow_modal_right.png") no-repeat;
  background-size: 9px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.list-search-find.js-slider-recommend-navigation .slick-list {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 0;
  opacity: 0;
}

/* list-search-property
---------------------------------------------------------- */
.list-search-property {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  /*margin-bottom: -75px;*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 736px) {
  .list-search-property {
    margin-bottom: 30px;
  }
}

.list-search-property-item {
  width: 24.95%;
  margin-bottom: 75px;
  /*padding: 0 20px;*/
}
.list-search-property-item + .list-search-property-item {
  padding-left: 1px;
}

/*チェックボックスのある要素*/
.list-search-property-item.list-search-result-item {
	border:none;
	margin-bottom: 75px;
	padding:0 20px;
	box-shadow:none !important;
}
.list-search-property-item.list-search-result-item .box-search-result-top {
	padding:0;
	border:none;
}
.list-search-property-item.list-search-result-item .box-search-result-top .list-search-result-btn {
	margin-bottom:10px;
}
.list-search-property-item.list-search-result-item .box-search-result-top .list-search-result-btn {
	float:none;
}
.list-search-property-item.list-search-result-item .box-search-result-top .list-search-result-btn .list-search-result-btn-item {
	float:right;
	padding-right:0;
}
.list-search-property-item.list-search-result-item .box-search-result-top .list-search-result-btn .list-search-result-btn-item:last-child {
	right:auto;
	left:0;
	top:0;
	padding:0;
}

/*物件を探すトップへのリンク*/
.list-search-link-top-wrap {
  margin-bottom: 90px;
}
.list-search-link-top {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: auto;
  padding: 6px 15px;
  border: 1px solid #9f8758;
  background: transparent;
  font-size: 1.6rem;
  font-family: "Noto SansJapanese", sans-serif;
  color: #9f8758;
  line-height: 2em;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.list-search-link-top:hover {
  color: #ffffff;
  text-decoration: none;
}
.list-search-link-top:before {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 20px;
  width: 20px;
  height: 2px;
  background: #9f8758;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  will-change: width, background;
}
.list-search-link-top:hover:before {
  background: #ffffff;
  width: 40px;
}
.list-search-link-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #9f8758;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  will-change: width;
  z-index: -1;
}
.list-search-link-top:hover:after {
  width: 100%;
}


@media screen and (max-width: 736px) {
  .list-search-link-top-wrap {
    margin-bottom: 70px;
  }
  .list-search-property-item a:active , .list-search-property-item a:focus {
    color: #222;
  }
	
	/*チェックボックスのある要素*/
	.list-search-property-item.list-search-result-item {
		margin:0;
		padding:20px;
	}
  .list-search-property-item + .list-search-property-item {
    margin-top: 40px;
  }
  
  .list-search-link-top {
    width: 90%;
    max-width: none;
  }
  .list-search-link-top:before {
    display: none;
  }
}

.list-search-property-image {
  margin-bottom: 15px;
}

.list-search-property-box {
  margin-left: 2px;
  padding: 0 20px;
}
	.list-search-property-item.list-search-result-item .list-search-property-box{
	  padding: 0;
	}

.list-search-property-box .mod-info-box {
  margin-bottom: 10px;
}

@media screen and (max-width: 736px) {
  .list-search-property-item {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
  .list-search-property-link {
    display: -ms-flexbox;
    display: flex;
    flex-flow: column wrap;
  }
  /*.list-search-property-item:first-child > a {
    padding-top: 0;
    border-top: none;
  }*/
  .list-search-property-image {
    margin: 5px 0 0 0;
    -ms-flex: 0 0 35.82%;
    flex: 0 0 35.82%;
  }
  .list-search-property-box {
    margin-left: 0;
    padding: 0 10px;
    font-size: 1.2rem;
  }
	
	/*チェックボックスのある要素*/
	.list-search-property-item.list-search-result-item > a {
		padding:0 !important;
		border-top:none;
	}
}

/* box-search-refiner
---------------------------------------------------------- */
.box-search-refiner {
  display: none;
}

.box-search-refiner-wrap {
  margin-bottom: 40px;
  padding-top: 30px;
  background: #f2f2f2;
}

@media screen and (max-width: 736px) {
  .box-search-refiner-wrap {
    margin: 0 -20px 35px;
    padding-top: 20px;
  }
}

.box-search-refiner {
  margin: 0 30px 60px;
  padding: 24px 30px;
  border: 1px solid #e5e5e5;
  background: #fff;
}

@media screen and (max-width: 736px) {
  .box-search-refiner {
    margin: 0 20px 20px;
    padding: 20px 20px 35px;
  }
}

.list-search-refiner {
  margin: 0 -15px;
}

@media screen and (max-width: 736px) {
  .list-search-refiner {
    margin: 0 -20px;
  }
}

.list-search-refiner .search-refiner-item {
  clear: both;
  padding: 0 15px;
}

@media screen and (max-width: 736px) {
  .list-search-refiner .search-refiner-item {
    padding: 0 20px;
  }
  .list-search-refiner .search-refiner-item.add-boder-sp {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
  }
  .list-search-refiner .search-refiner-item.add-boder-sp .mod-search-refiner-selectbox-wrap {
    margin-bottom: 0;
  }
}

.list-search-refiner .search-refiner-item.search-refiner-item-half {
  float: left;
  clear: none;
  width: 50%;
}

@media screen and (max-width: 736px) {
  .list-search-refiner .search-refiner-item.search-refiner-item-half {
    float: none;
    width: 100%;
  }
}

.list-search-refiner .search-refiner-item.search-refiner-item-clear {
  clear: both;
}

.ttl-search-refiner-item {
  margin-bottom: 13px;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .ttl-search-refiner-item {
    font-size: 1.3rem;
  }
}

.ttl-search-refiner-item span {
  padding-left: 1em;
  font-size: 1.1rem;
}

/* mod-search-refiner-checkbox
---------------------------------------------------------- */
.mod-search-refiner-checkbox-wrap {
  overflow: hidden;
  margin: 0 -15px 20px;
}

@media screen and (max-width: 736px) {
  .mod-search-refiner-checkbox-wrap {
    position: relative;
    margin: 0 0 -9px;
  }
}

.mod-search-refiner-checkbox {
  font-size: 1.3rem;
  line-height: 1.53;
}

@media screen and (max-width: 736px) {
  .mod-search-refiner-checkbox {
    font-size: 1.2rem;
  }
}

.box-search-refiner-checkbox .mod-search-refiner-checkbox {
  font-size: 1.1rem;
}

.list-search-refiner-checkbox {
  position: relative;
  float: left;
  width: 25%;
  margin-bottom: 9px;
  padding: 0 0 0 43px;
}

@media screen and (max-width: 736px) {
  .list-search-refiner-checkbox {
    width: 48%;
    padding: 0 0 0 24px;
  }
  .list-search-refiner-checkbox:nth-child(odd) {
    margin-right: 4%;
  }
}

.form-search-refiner-checkbox {
  display: none;
}

.txt-search-refiner-checkbox {
  display: inline-block;
  padding-top: 2px;
}

@media screen and (max-width: 736px) {
  .txt-search-refiner-checkbox {
    line-height: 1.7;
  }
}

.txt-search-refiner-checkbox::before {
  position: absolute;
  top: 0;
  left: 15px;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/search/img/bg_search_check_01_off.png) no-repeat 0 0;
}

@media screen and (max-width: 736px) {
  .txt-search-refiner-checkbox::before {
    top: 4px;
    left: 0;
    width: 17px;
    height: 17px;
    background-size: 17px 17px;
  }
}

.form-search-refiner-checkbox:checked + .txt-search-refiner-checkbox::before {
  background: url(/search/img/bg_search_check_01_on.png) no-repeat 0 0;
}

@media screen and (max-width: 736px) {
  .form-search-refiner-checkbox:checked + .txt-search-refiner-checkbox::before {
    background-size: 17px 17px;
  }
}

.box-search-refiner-checkbox {
  position: relative;
  top: -36px;
  left: 100%;
  padding: 0 32px 0 28px;
  font-size: 1.1rem;
}

@media screen and (max-width: 736px) {
  .box-search-refiner-checkbox {
    top: 0;
    left: 0;
  }
}

.box-search-refiner-checkbox .txt-search-refiner-checkbox {
  display: inline-block;
  padding-top: 2px;
}

@media screen and (max-width: 736px) {
  .box-search-refiner-checkbox .txt-search-refiner-checkbox {
    line-height: 1.7;
  }
}


.box-search-refiner-checkbox .txt-search-refiner-checkbox::before {
  position: absolute;
  top: 0;
  left: 4px;
  content: "";
}

@media screen and (max-width: 736px) {
  .box-search-refiner-checkbox .txt-search-refiner-checkbox::before {
    top: 4px;
    left: 0;
  }
}

/* mod-search-refiner-selectbox
---------------------------------------------------------- */
.mod-search-refiner-selectbox-wrap {
  margin: 0 -4px 15px;
}

.mod-search-refiner-selectbox {
  width: 43.7%;
  height: 34px;
  margin: 0 4px 10px;
  padding-left: 10px;
  border: solid 1px #d5d5d5;
  border-radius: 5px;
  background: url(/search/img/icn_search_arrow_b_02.png) no-repeat center right 15px;
  -webkit-appearance: none;

  -moz-appearance: none;
  appearance: none;
}

/* list-search-refiner-btn
---------------------------------------------------------- */
.list-search-refiner-btn {
  display: table;
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  .list-search-refiner-btn {
    display: block;
    margin-top: 35px;
    margin-bottom: -20px;
  }
}

.list-search-refiner-btn-item {
  display: table-cell;
  padding: 0 10px;
}

@media screen and (max-width: 736px) {
  .list-search-refiner-btn-item {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
}

.list-search-refiner-btn-item button {
  width: 160px;
  height: 40px;
  transition: all .18s ease-out;
  font-family: "Lucida Grande", "Lucida Sans Unicode","Noto SansJapanese",“游ゴシック”, YuGothic, "ヒラギノ角ゴシック ProN", Hiragino Kaku Gothic ProN , sans-serif;
  font-size: 1.2rem;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 736px) {
  .list-search-refiner-btn-item button {
    width: 100%;
    height: 55px;
  }
}

.btn-search-refiner-submit {
  color: #fff;
  background: #222a5d;
}

.btn-search-refiner-submit:hover {
  opacity: .7;
  -ms-filter: "alpha( opacity=70)";
  filter: alpha(opacity=70);
}

.btn-search-refiner-reset {
  color: #222a5d;
  background: #ccc;
}

.btn-search-refiner-reset:hover {
  opacity: .7;
  -ms-filter: "alpha( opacity=70)";
  filter: alpha(opacity=70);
}

/* btn-search-refiner
---------------------------------------------------------- */
.btn-search-refiner {
  margin-top: -30px;
  padding: 15px 0;
  cursor: pointer;
  text-align: center;
  font-size: 1.3rem;
  color: #222a5d;
}

@media screen and (max-width: 736px) {
  .btn-search-refiner {
    margin-top: -20px;
    padding: 12px 0;
  }
  .btn-search-refiner.is-active {
    margin-top: 0;
  }
}

.btn-search-refiner .text-close {
  display: none;
}

.btn-search-refiner.is-active {
  border-top: 1px solid #e5e5e5;
}

.btn-search-refiner.is-active .text-open {
  display: none;
}

.btn-search-refiner.is-active .text-close {
  display: block;
}

/* box-search-result
---------------------------------------------------------- */
.box-search-result-pc {
  display: block;
}

@media screen and (max-width: 736px) {
  .box-search-result-pc {
    display: none;
  }
}

.box-search-result-sp {
  display: none;
}

@media screen and (max-width: 736px) {
  .box-search-result-sp {
    display: block;
  }
}

.box-search-result-wrap {
  margin-bottom: 80px;
}

.box-search-result-header {
  margin-bottom: 40px;
}

@media screen and (max-width: 736px) {
  .box-search-result-header {
    margin: 0 -20px 0;
  }
}

.txt-search-result-count {
  float: left;
  width: 285px;
  font-size: 1.4rem;
  line-height: 50px;
}

@media screen and (max-width: 736px) {
  .txt-search-result-count {
    float: none;
    width: 100%;
    text-align: center;
  }
}

.txt-search-result-count-number {
  padding: 0 8px;
  font-size: 2.4rem;
  color: #a88f54;
}

.btn-search-result-header {
  width: 320px;
  height: 50px;
  transition: all .18s ease-out;
  text-align: center;
  color: #fff;
  background: #222a5d;
}

@media screen and (max-width: 736px) {
  .btn-search-result-header {
    display: block;
    width: 250px;
    margin: 20px auto 20px;
  }
}

.btn-search-result-header:hover {
  opacity: .7;
  -ms-filter: "alpha( opacity=70)";
  filter: alpha(opacity=70);
}


.txt-search-result-header-description {
  clear: both;
  margin-top: 10px;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 736px) {
  .txt-search-result-header-description {
    display: block;
    padding: 15px 0 16px;
    background-color: #f2f2f2;
  }
}

@media screen and (max-width: 736px) {
  .txt-search-result-header-description span {
    position: relative;
    display: inline-block;
    padding-left: 23px;
  }
  .txt-search-result-header-description span:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 9px;
    height: 13px;
    margin-top: -4px;
    background: url(../../general/img/icn_search_arrow_down_01.png) no-repeat left 0;
    background-size: 9px 13px;
  }
}

.list-search-result {
  padding-bottom: 10px;
}

.list-search-result-item {
  position: relative;
  margin-bottom: 30px;
  transition: .18s all ease-out;
  border: solid 1px #e5e5e5;
}

@media screen and (max-width: 736px) {
  .list-search-result-item {
    margin: 0 -20px;
    border: none;
    border-bottom: 1px solid #eee;
  }
}

.list-search-result-item:hover {
  cursor: pointer;
  box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

@media screen and (max-width: 736px) {
  .list-search-result-item:hover {
    box-shadow: none;
  }
}

/* 疑似リンク対応 */
.list-search-result-item .btn-search-result-header-favorite , .list-search-result-item .btn-search-result-header-document , .list-search-result-item .btn-search-result-header-reserve {
  position: relative;
  z-index: 2;
}

.list-search-result-item .box-search-result-checkbox {
  z-index: 2;
}

.list-search-result-link-pseudo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

/* mod-search-result-set
---------------------------------------------------------- */
.mod-search-result-set {
  display: none;
  padding: 30px 20px 30px;
}

@media screen and (max-width: 736px) {
  .mod-search-result-set {
    display: block;
  }
}

.mod-search-result-set-head-option {
  letter-spacing: -.5;
}

.mod-search-result-set-head-option-item {
  display: inline-block;
  letter-spacing: normal;
}

.mod-search-result-set-head-option-item:not(:first-child):before {
  display: inline-block;
  content: "";
  height: 10px;
  margin: 0 15px;
  border-left: 1px solid #ddd;
}

.mod-search-result-set-head-option-text {
  display: inline-block;
}

.mod-search-result-set-head-option-text .label {
  margin-right: 15px;
  font-size: 12px;
  font-weight: normal;
  color: #c7b482;
}

.mod-search-result-set-head-option-text .main {
  font-size: 12px;
  font-weight: normal;
}

.mod-search-result-set-checkbox {

  font-size: 13px;
}

.mod-search-result-set-checkbox .text {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}

.mod-search-result-set-checkbox .text:before {
  position: absolute;
  top: 0;
  left: 15px;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/search/img/bg_search_check_01_off.png) no-repeat 0 0;
}

@media screen and (max-width: 736px) {
  .mod-search-result-set-checkbox .text:before {
    top: .25em;
    left: 0;
    width: 17px;
    height: 17px;
    background-size: 17px 17px;
  }
}

.mod-search-result-set-checkbox .checkbox:checked + .text:before {
  background: url(/search/img/bg_search_check_01_on.png) no-repeat 0 0;
}

@media screen and (max-width: 736px) {
  .mod-search-result-set-checkbox .checkbox:checked + .text:before {
    background-size: 17px 17px;
  }
}

.mod-search-result-set-checkbox .checkbox {
  display: none;
}

.mod-search-result-set-title {
  margin-top: 12px;
  font-family: "Noto SansJapanese";
  font-size: 16px;
  line-height: 1.69;
}

.mod-search-result-set-figure {
  overflow: hidden;
  margin-top: 1px;
}

.mod-search-result-set-figure-image {
  float: left;
  width: 35.8%;
  margin-right: 15px;
}

.mod-search-result-set-figure-image img {
  width: 100%;
  height: auto;
  font-size: 13px;
  margin-top: .34em;
}

.mod-search-result-set-figure-text {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.69;
  color: #a88f54;
}

.mod-search-result-set-detail {
  margin-top: 8px;
}

.mod-search-result-set-detail-list {
  display: table;
}

.mod-search-result-set-detail-list:not(:first-child) {
  margin-top: 8px;
}

.mod-search-result-set-detail-list-title {
  display: table-cell;
  width: 80px;
  padding-right: .5em;
}

.mod-search-result-set-detail-list-text {
  display: table-cell;
}

.mod-search-result-set-outline {
  width: 100%;
  margin-top: 10px;
  border: 0 solid #f2f2f2;
  border-right-width: 2px;
  border-bottom-width: 2px;
}

.mod-search-result-set-outline th , .mod-search-result-set-outline td {
  padding: 6px 0;
  font-size: 13px;
  border: 0 solid #f2f2f2;
  border-top-width: 2px;
}

.mod-search-result-set-outline th {
  width: 79px;
  padding-left: 10px;
  font-weight: bold;
  background-color: #f2f2f2;
}

.mod-search-result-set-outline td {
  padding-left: 15px;
}

.mod-search-result-set-outline tr:not(:first-child) th {
  border-top: 2px solid #fff;
}

.mod-search-result-set-guide {
  overflow: hidden;
  margin: 14px -4px 0;
}

.mod-search-result-set-guide-item {
  float: left;
  width: 33.333%;
  padding: 0 4px;
}

.mod-search-result-set-guide .links {
  display: block;
  width: 100%;
  padding: 14px 0;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 736px) {
  .mod-search-result-set-guide .links {
    height: 45px;
  }
}

.mod-search-result-set-guide .links:hover {
  text-decoration: none;
}

.mod-search-result-set-guide .links.type-favorite {
  background: #c7b482;
}

.mod-search-result-set-guide .links.type-favorite .text {
  position: relative;
  padding-left: 20px;
}

.mod-search-result-set-guide .links.type-favorite .text:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 15px;
  height: 12px;
  margin-top: -6px;
  transition: .4s all ease;
  background: url(/search/img/icn_search_favorite_01.png) no-repeat 0 0;
}

.mod-search-result-set-guide .links.type-favorite.is-faved .text:before {
  background: url(/search/img/icn_search_favorite_01_on.png) no-repeat 0 0;
}

.mod-search-result-set-guide .links.type-document {
  background: #222a5d;
}

.mod-search-result-set-guide .links.type-document .text {
  position: relative;
  padding-left: 22px;
}

.mod-search-result-set-guide .links.type-document .text:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 16px;
  height: 14px;
  margin-top: -7px;
  background: url(/search/img/icn_search_document_01.png) no-repeat 0 0;
}

.mod-search-result-set-guide .links.type-reserve {
  background: #222a5d;
}

.mod-search-result-set-guide .links.type-reserve .text {
  position: relative;
  padding-left: 20px;
}

.mod-search-result-set-guide .links.type-reserve .text:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 17px;
  height: 14px;
  margin-top: -7px;
  background: url(/search/img/icn_search_reserve_01.png) no-repeat 0 0;
}

/* box-search-result-top
---------------------------------------------------------- */
.box-search-result-top {
  position: relative;
  padding: 19px 105px 25px 30px;
  border-bottom: 1px dotted #d9d9d9;
}

.txt-search-result-category {
  float: left;
  margin-right: 20px;
  font-size: 1.3rem;
  line-height: 30px;
}

.txt-search-result-category-new {
  padding-right: 20px;
  color: #c7b482;
}

.list-search-result-btn {
  float: left;
  margin-bottom: 25px;
	min-height:30px;
}

.list-search-result-btn::before , .list-search-result-btn::after {
  display: table;
  content: "";

}

.list-search-result-btn::after {
  clear: both;
}

.list-search-result-btn-item {
  float: left;
  padding-right: 10px;
  vertical-align: top;
}

.list-search-result-btn-item:last-child {
  position: absolute;
  top: 19px;
  right: 21px;
}

.list-search-result-btn-item button , .list-search-result-btn-item a {
  display: block;
  height: 30px;
  padding: 0 10px;
  transition: all .18s ease-out;
  text-align: center;
  font-size: 1.2rem;
  line-height: 30px;
  color: #fff;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.list-search-result-btn-item button:hover , .list-search-result-btn-item a:hover {
  text-decoration: none;
  opacity: .7;
  -ms-filter: "alpha( opacity=70)";
  filter: alpha(opacity=70);
}

.list-search-result-btn-item button:hover {
  opacity: .7;
  -ms-filter: "alpha( opacity=70)";
  filter: alpha(opacity=70);
}

.btn-search-result-header-favorite {
  width: 110px;
  background: #c7b482;
}

.btn-search-result-header-favorite span {
  position: relative;
  padding-left: 20px;
}

.btn-search-result-header-favorite span::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 15px;
  height: 12px;
  margin-top: -6px;
  transition: .4s all ease;
  background: url(/search/img/icn_search_favorite_01.png) no-repeat 0 0;
}

.btn-search-result-header-favorite.is-faved span::before {
  background: url(/search/img/icn_search_favorite_01_on.png) no-repeat 0 0;
}

.btn-search-result-header-document , .btn-search-result-header-reserve {
  min-width: 100px;
  background: #222a5d;
}

.btn-search-result-header-document span {
  position: relative;
  display: block;
  padding-left: 22px;
}

.btn-search-result-header-document span::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 16px;
  height: 14px;
  margin-top: -7px;
  background: url(/search/img/icn_search_document_01.png) no-repeat 0 0;
}

.btn-search-result-header-reserve span {
  position: relative;
  padding-left: 20px;
}

.btn-search-result-header-reserve span::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 17px;
  height: 14px;
  margin-top: -7px;
  background: url(/search/img/icn_search_reserve_01.png) no-repeat 0 0;
}

.box-search-result-checkbox {
  position: relative;
  margin-left: 10px;
  padding-right: 27px;
  color: #000000;
}

.form-search-result-checkbox {
  display: none;
}

.txt-search-result-checkbox {
  display: inline-block;
  padding-top: 5px;
  font-size: 1.2rem;
}

.txt-search-result-checkbox::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/search/img/bg_search_check_01_off.png) no-repeat 0 0;
}

.form-search-result-checkbox:checked + .txt-search-result-checkbox::before {
  background: url(/search/img/bg_search_check_01_on.png) no-repeat 0 0;
}

.ttl-search-result-item {
  clear: both;
  font-family: "Noto SansJapanese";
  font-size: 1.8rem;
  line-height: 1.55;
}

.txt-search-result-item-description {
  margin-top: 3px;
  font-size: 1.5rem;
  color: #c19861;
}

/* box-search-result-main
---------------------------------------------------------- */
.box-search-result-main {
  padding: 30px;
}

.fig-search-result {
  float: left;
  margin: 0 30px 30px 0;
}

.fig-search-result img {
  max-width: 256px;
  height: auto;
}

.box-search-result-info dl {
  overflow: hidden;
  margin-bottom: 5px;
  font-size: .95em;
}

.box-search-result-info dt {
  float: left;
  clear: left;
  width: 6.5em;
  font-weight: bold;
}

.box-search-result-info dd {
  overflow: hidden;
  margin-bottom: 10px;
}

.list-search-result-tag {
  overflow: hidden;
  padding-bottom: 20px;
}

.list-search-result-tag-item {
  float: left;
  margin: 0 10px 10px 0;
  padding: 6px 10px;
  font-size: 1.2rem;
  border-radius: 4px;
  background-color: #f2f2f2;
}

.table-search-result {
  clear: both;
  width: 100%;
  letter-spacing: .1em;
  font-size: 1.2rem;
}

.table-search-result th {
  width: 25%;
  padding: 10px 10px;
  text-align: center;
  font-weight: bold;
  border-right: 2px solid #fff;
  background: #f2f2f2;
}

.table-search-result th:first-child {
  border-left: 2px solid #f2f2f2;
}

.table-search-result th:last-child {
  border-right: 2px solid #f2f2f2;
}

.table-search-result td {
  padding: 13px 10px;
  text-align: center;
  border: 2px solid #f2f2f2;
  border-top: none;
}

/* btn-search-result-reserve
---------------------------------------------------------- */
.btn-search-result-reserve-wrap {
  text-align: center;
}

.btn-search-result-reserve {
  width: 320px;
  height: 50px;
  margin: 0 auto;
  transition: all .18s ease-out;
  font-size: 1.4rem;
  color: #fff;
  background: #222a5d;
}

/*物件を探すページ用*/
.search-page.btn-search-result-reserve-wrap {
	width:auto;
	padding:0 !important;
}
.search-page.btn-search-result-reserve-wrap.fixed {
	left:0;
	bottom:0;
	margin: 0;
	width:100%;
	padding:30px 0 !important;
	transform: none;
}

@media screen and (max-width: 736px) {
	.btn-search-result-reserve-wrap.fixed {
		position:fixed;
		bottom:-55px;
	    margin: 0 auto;
	    background: white;
	    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	    z-index: 9999;
	    transition: box-shadow .5s;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

.btn-search-result-reserve:hover {
  opacity: .7;
  -ms-filter: "alpha( opacity=70)";
  filter: alpha(opacity=70);
}

/* box-result-special
---------------------------------------------------------- */
.box-search-line-linkarea {
  margin-top: -80px;
  padding-top: 60px;
}

@media screen and (max-width: 736px) {
  .box-search-line-linkarea {
    margin-top: 0;
    padding-top: 0;
  }
}

.ttl-result-special {
  margin-bottom: 40px;
  padding-left: 20px;
  font-family: "Noto SansJapanese Light";
  font-size: 2.4rem;
  line-height: 1;
  border-left: 2px solid #c19861;
}

@media screen and (max-width: 736px) {
  .ttl-result-special {
    padding-left: 9px;
  }
}

.list-result-special {
  margin: 0 -20px 40px;
  padding-bottom: 55px;
}

.list-result-special.slick-initialized {
  display: block;
}

.list-result-special.slick-initialized:before , .list-result-special.slick-initialized:after {
  position: absolute;
  z-index: 8;
  top: 0;
  display: inline-block;
  content: "";
  width: 25px;
  height: 100%;
  background: #fff;
}

.list-result-special.slick-initialized:before {
  left: -5px;
}

.list-result-special.slick-initialized:after {
  right: -5px;
}

.list-result-special-item {
  float: left;
  overflow: hidden;
  width: 33.33%;
  padding: 0 20px;
  -webkit-text-size-adjust: 100%;
}

.list-result-special-item:nth-child(3n) {
  width: 33.34%;
}

.list-result-special-item a {
  display: block;
  transition: all .18s ease-out;
}

.list-result-special-item a:hover {
  opacity: .7;
  -ms-filter: "alpha( opacity=70)";
  filter: alpha(opacity=70);
}

.list-result-special-image {
  overflow: hidden;
}

.list-result-special-image img {
  width: 100%;
  height: auto;
}

.list-result-special-title {
  margin-top: 15px;
  font-family: "Noto SansJapanese";
  font-size: 1.4rem;
}

@media screen and (max-width: 736px) {
  .list-result-special-title {
    font-size: 1.3rem;
  }
}

.list-result-special-text {
  margin-top: 15px;
  font-family: "Noto SansJapanese";
  font-size: 1.4rem;
}

@media screen and (max-width: 736px) {
  .list-result-special-text {
    font-size: 1.3rem;
  }
}

.list-result-special-description {
  font-size: 1.3rem;
}

@media screen and (max-width: 736px) {
  .list-result-special-description {
    font-size: 1.2rem;
  }
}

.list-result-special-item .list-result-special-image + .list-result-special-text {
  margin-top: 0;
}

.list-result-special .slick-dots {
  bottom: 0;
}

.list-result-special .slick-dots li {
  width: 6px;
  height: 6px;
}

.list-result-special .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 3px;
  background: #a5afbd;
}

.list-result-special .slick-dots li button:hover {
  background: #212429;
}

.list-result-special .slick-dots li.slick-active button {
  background: #212429;
}

.list-result-special .slick-prev {
  z-index: 1;
  top: 85px;
  left: 20px;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 736px) {
  .list-result-special .slick-prev {
    top: 52px;
  }
}

.list-result-special .slick-prev:before {
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  opacity: 1;
  background: url("/general/img/btn_slidearrow_left_01.png") no-repeat;
  background-size: 40px;
}

.list-result-special .slick-next {
  z-index: 1;
  top: 85px;
  right: 20px;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 736px) {
  .list-result-special .slick-next {
    top: 52px;
  }
}

.list-result-special .slick-next:before {
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  opacity: 1;
  background: url("/general/img/btn_slidearrow_right_01.png") no-repeat;
  background-size: 40px;
}

/* ==========================================================
 search/〇〇/line/
========================================================== */
/* box-search-line
---------------------------------------------------------- */
/* list-search-line
---------------------------------------------------------- */
.list-search-line {
  overflow: hidden;
  margin-bottom: 60px;
}

.list-search-line-item {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  padding-left: 24px;
  line-height: 1;
  border-left: 3px solid #00b1e7;
}

.list-search-line-item .link-search-line {
  display: block;
  width: 220px;
  padding-right: 15px;
  color: #516d9a;
  background: url("/mypage/img/ico_arrow_right_01_pc.png") no-repeat right center;
}

@media screen and (max-width: 736px) {
  .list-search-line {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-search-line-item {
    width: 50%;
    margin: 0;
    margin-bottom: 9px;
    padding: 0;
    line-height: 1.2;
    border: none;
  }
  .list-search-line-item:nth-child(odd) {
    padding-right: 5px;
  }
  .list-search-line-item:nth-child(even) {
    padding-left: 5px;
  }
  .list-search-line .list-search-route-item:nth-child(odd) {
    padding-right: 5px;
  }
  .list-search-line .list-search-route-item:nth-child(even) {
    padding-left: 5px;
  }
  .list-search-line .link-search-line {
    display: table;
    width: 100%;
    padding: 33px 10px;
    font-size: 1.3rem;
    border: 1px #e7e7e7 solid;
    background: url(/search/img/ico_arrow_right_01_sp.png) right 15px center no-repeat;
    background-size: 6px 10px;
  }
  .list-search-line .link-search-line > span {
    position: relative;
    display: table-cell;
    padding: 0 10px;
    vertical-align: middle;
  }
  .list-search-line .link-search-line > span:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 2px;
    height: 14px;
    margin-top: -7px;
    border-left: 2px solid #00b1e7;
  }
}

.txt-navi-description {
  width: 800px;
  margin: 70px auto;
  font-size: 1.7rem;
}

@media screen and (max-width: 736px) {
  .txt-navi-description {
    width: auto;
    margin: 40px 20px;
    font-size: 1.4rem;
  }
}

/* list-cmn
---------------------------------------------------------- */
.list-cmn {
  margin: 0 -10px;
}

@media screen and (max-width: 736px) {
  .list-cmn {
    margin: 0;
  }
}

.list-cmn:after {
  display: block;
  content: "";
  clear: both;
}

.list-cmn-item {
  float: left;
  width: 33.3%;
  padding: 0 10px;
}

@media screen and (max-width: 736px) {
  .list-cmn-item {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}

.list-cmn-link {
  display: block;
  background-color: #fff;
}

.list-cmn-link.mod-figure-link:hover {
  transition: .2s all ease-out;
  box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

@media screen and (max-width: 736px) {
  .list-cmn-link.mod-figure-link:hover {
    box-shadow: none;
  }
}

.list-cmn-link.mod-figure-link:hover img {
  -webkit-transform: none;
  transform: none;
}

@media screen and (max-width: 736px) {
  .list-cmn-link.mod-figure-link:hover img {
    /*-webkit-transform: scale(1.1);
    transform: scale(1.1);*/
    opacity: 0.8;
  }
}

.list-cmn-box-detail {
  padding: 15px 25px 30px;
}

@media screen and (max-width: 736px) {
  .list-cmn-box-detail {
    padding: 15px 15px 20px;
  }
}

/* mod-figure-link
---------------------------------------------------------- */
.mod-figure-link:hover {
  text-decoration: none;
}

.mod-figure-link:hover img {
  /*-webkit-transform: scale(1.1);
  transform: scale(1.1);*/
  opacity: .8;
}

@media screen and (max-width: 736px) {
  .mod-figure-link:hover img {
    -webkit-transform: none;
    transform: none;
  }
}

.mod-figure-link figure {
  overflow: hidden;
}

.mod-figure-link img {
  width: 100%;
  transition: all .18s ease-out;
}

@media screen and (max-width: 736px) {
  .mod-figure-link img {
    transition: none;
  }
}

/* ico-members
---------------------------------------------------------- */
.ico-members {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 120px;
  padding: 7px 5px;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  background-color: #222a5d;
}

@media screen and (max-width: 736px) {
  .ico-members {
    width: 90px;
    padding: 4px 5px;
    font-size: 1.2rem;
  }
}

.ico-members > span {
  padding-left: 19px;
  background: url(/guide/img/ico_login_01.png) left center no-repeat;
  background-size: 12px;
}

/* box-navi-pickup
---------------------------------------------------------- */
.box-navi-pickup {
  margin-bottom: 70px;
}

@media screen and (max-width: 736px) {
  .box-navi-pickup {
    margin-bottom: 60px;
  }
}

/* box-pickup-large
---------------------------------------------------------- */
@media screen and (max-width: 736px) {
  .box-pickup-large {
    padding: 0;
  }
}

.box-pickup-large-item {
  margin-bottom: 20px;
  background-color: #fff;
}

.box-pickup-large-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -ms-flex-line-pack: center;
  align-content: center;
}

.box-pickup-large-link:hover {
  transition: .2s all ease-out;
  box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

@media screen and (max-width: 736px) {
  .box-pickup-large-link:hover {
    box-shadow: none;
  }
}

.box-pickup-large-link:hover img {
  -webkit-transform: none;
  transform: none;
}

@media screen and (max-width: 736px) {
  .box-pickup-large-link:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.box-pickup-large-image {
  width: 50%;
}

@media screen and (max-width: 736px) {
  .box-pickup-large-image {
    width: 100%;
  }
}

.box-pickup-large-box-detail {
  width: 50%;
  padding: 87px 62px 50px;
}

@media screen and (max-width: 736px) {
  .box-pickup-large-box-detail {
    width: 100%;
    padding: 17px 15px 20px;
  }
}

.box-pickup-large-box {
  position: relative;
  margin-bottom: 10px;
  padding-right: 20px;
}

.box-pickup-large-title {
  margin-bottom: 10px;
  font-family: "Noto SansJapanese";
  font-size: 1.8rem;
}

@media screen and (max-width: 736px) {
  .box-pickup-large-title {
    font-size: 1.6rem;
  }
}

.box-pickup-large-text {
  margin-bottom: 12px;
  line-height: 1.75;
  color: #555;
}

@media screen and (max-width: 736px) {
  .box-pickup-large-text {
    margin-bottom: 0;
    font-size: 1.3rem;
  }
}

.box-pickup-large-hashtag {
  font-size: 1.3rem;
  color: #555;
}

@media screen and (max-width: 736px) {
  .box-pickup-large-hashtag {
    display: none;
  }
}

/* list-navi-faq
---------------------------------------------------------- */
.list-navi-faq {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  margin-bottom: 60px;

  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 736px) {
  .list-navi-faq {
    margin: 0;
  }
}

.list-navi-faq-item {
  width: 33.3333%;
  margin-bottom: 20px;
  padding: 0 10px;
}

.list-navi-faq-box-title {
  padding: 12px 25px 26px 32px;
  background-color: #97586f;
}

.list-navi-faq-box-title .list-navi-faq-title {
  color: #fff;
}

.list-navi-faq-box-detail {
  background-color: #fff;
}

.link-navi-faq-box-detail {
  position: relative;
  display: block;
  padding: 15px 25px 22px 34px;
  transition: all .18s ease-out;
}

.link-navi-faq-box-detail:hover {
  opacity: .7;
  -ms-filter: "alpha( opacity=70)";
  filter: alpha(opacity=70);
}

.link-navi-faq-box-detail:after {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 194px;
  background: url(/guide/img/bg_faq_01_pc.png) bottom left repeat-x;
}

.link-navi-faq-box-detail:hover {
  text-decoration: none;
}

.list-navi-faq-title {
  position: relative;
  z-index: 2;
  margin-bottom: 9px;
  letter-spacing: 1px;
  font-family: "Cinzel", serif;
  font-size: 1.5rem;
  color: #97586f;
}

.list-navi-faq-title > span {
  font-size: 3.2rem;
}

.list-navi-faq-text {
  font-size: 1.7rem;
  color: #fff;
}

.list-navi-faq-detail {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.list-navi-faq-link {
  position: relative;
  z-index: 5;
  padding-right: 12px;
  font-size: 1.3rem;
  color: #516d9a;
  background: url(/guide/img/ico_arrow_right_01.png) right center no-repeat;
  background-size: 5px 7px;
}

@media screen and (max-width: 736px) {
  .list-navi-faq {
    margin-bottom: 0;
    padding: 0;
  }
  .list-navi-faq-item {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .list-navi-faq-box-title {
    padding: 11px 25px 14px 19px;
  }
  .list-navi-faq-box-title .list-navi-faq-title {
    margin-bottom: 0;
  }
  .link-navi-faq-box-detail {
    position: relative;
    padding: 6px 25px 26px 20px;
  }
  .link-navi-faq-box-detail:after {
    height: 171px;
    background: url(/guide/img/bg_faq_01_sp.png) bottom left repeat-x;
    background-size: 1px 171px;
  }
  .list-navi-faq-title {
    margin-bottom: 3px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .list-navi-faq-title > span {
    font-size: 2.6rem;
  }
  .list-navi-faq-text {
    font-size: 1.6rem;
  }
  .list-navi-faq-detail {
    font-size: 1.3rem;
  }
  .list-navi-faq-link {
    padding-right: 17px;
    font-size: 1.2rem;
  }
}

/* txt-navi-detail
---------------------------------------------------------- */
.txt-navi-detail {
  width: 800px;
  margin: 0 auto 55px;
}

@media screen and (max-width: 736px) {
  .txt-navi-detail {
    width: auto;
    font-size: 1.3rem;
  }
}

/* list-navi-step
---------------------------------------------------------- */
.list-navi-step {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding: 0 20px;
}

@media screen and (max-width: 736px) {
  .list-navi-step {
    display: block;
    margin-bottom: 70px;
    padding: 0;
  }
}

.list-navi-step-item {
  width: 20%;
}

@media screen and (max-width: 736px) {
  .list-navi-step-item {
    width: 100%;
  }
}

.list-navi-step-link {
  position: relative;
  display: block;
}

@media screen and (max-width: 736px) {
  .list-navi-step-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.list-navi-step-link:after {
  position: absolute;
  right: -19.5px;
  bottom: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-width: 50px 0 50px 20px;
  border-style: solid;
}

@media screen and (max-width: 736px) {
  .list-navi-step-link:after {
    right: 0;
    bottom: -15px;
    left: 0;
    border-top: 15px solid;
    border-right: 23vw solid transparent;
    border-bottom: none;
    border-left: 23vw solid transparent;
  }
}

.list-navi-step-item:not(:first-child) .list-navi-step-box {
  padding-left: 37px;
}

@media screen and (max-width: 736px) {
  .list-navi-step-item:not(:first-child) .list-navi-step-box {
    padding-left: 15px;
  }
}

.list-navi-step-item:nth-child(1) {
  background-color: #d6bcc5;
}

.list-navi-step-item:nth-child(2) {
  background-color: #c7a3b0;
}

.list-navi-step-item:nth-child(3) {
  background-color: #b7899a;
}

.list-navi-step-item:nth-child(4) {
  background-color: #a77084;
}

.list-navi-step-item:nth-child(5) {
  background-color: #97586f;
}

.list-navi-step-item:nth-child(1) .list-navi-step-link:after {
  border-color: transparent transparent transparent #d6bcc5;
}

@media screen and (max-width: 736px) {
  .list-navi-step-item:nth-child(1) .list-navi-step-link:after {
    border-color: #d6bcc5 transparent transparent transparent;
  }
}

.list-navi-step-item:nth-child(2) .list-navi-step-link:after {
  border-color: transparent transparent transparent #c7a3b0;
}

@media screen and (max-width: 736px) {
  .list-navi-step-item:nth-child(2) .list-navi-step-link:after {
    border-color: #c7a3b0 transparent transparent transparent;
  }
}

.list-navi-step-item:nth-child(3) .list-navi-step-link:after {
  border-color: transparent transparent transparent #b7899a;
}

@media screen and (max-width: 736px) {
  .list-navi-step-item:nth-child(3) .list-navi-step-link:after {
    border-color: #b7899a transparent transparent transparent;
  }
}

.list-navi-step-item:nth-child(4) .list-navi-step-link:after {
  border-color: transparent transparent transparent #a77084;
}

@media screen and (max-width: 736px) {
  .list-navi-step-item:nth-child(4) .list-navi-step-link:after {
    border-color: #a77084 transparent transparent transparent;
  }
}

.list-navi-step-item:nth-child(5) .list-navi-step-link:after {
  display: none;
}

.list-navi-step-box {
  display: table;
  width: 100%;
  height: 100px;
  padding: 0 30px 0 16px;
}

@media screen and (max-width: 736px) {
  .list-navi-step-box {
    width: 50%;
    height: auto;
    padding: 20px 15px;

    -ms-flex-order: 1;
    order: 1;
  }
}

.list-navi-step-box:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 1px;
  height: 100%;
}

@media screen and (max-width: 736px) {
  .list-navi-step-box:after {
    display: none;
  }
}

.list-navi-step-box-inner {
  display: table-cell;
  height: 100px;
  margin-top: 1px;
  vertical-align: middle;
  line-height: 1.5;
}

@media screen and (max-width: 736px) {
  .list-navi-step-box-inner {
    display: block;
    height: auto;
    margin-top: 0;
    text-align: center;

    -ms-flex: 1;
    flex: 1 1 0;
  }
}

.list-navi-step-num {
  display: table-cell;
  height: 100px;
  padding: 6px 10px 0 0;
  vertical-align: middle;
  font-family: "Cinzel", serif;
  font-size: 4.8rem;
  color: #fff;
}

@media screen and (max-width: 736px) {
  .list-navi-step-num {
    display: block;
    width: 35px;
    height: 1.0em;
    margin: 0 auto 4px;
    padding: 0;
    text-align: center;
    font-size: 4.6rem;
    line-height: 1.0;
  }
}

.list-navi-step-box {
  position: relative;
}

.list-navi-step-box:after {
  right: -1px;
}

.list-navi-step-item:nth-child(1) .list-navi-step-box:after {
  background-color: #d6bcc5;
}

.list-navi-step-item:nth-child(2) .list-navi-step-box:after {
  background-color: #c7a3b0;
}

.list-navi-step-item:nth-child(3) .list-navi-step-box:after {
  background-color: #b7899a;
}

.list-navi-step-item:nth-child(4) .list-navi-step-box:after {
  background-color: #a77084;
}

.list-navi-step-item:nth-child(5) .list-navi-step-box:after {
  display: none;
}

.list-navi-step-title {
  letter-spacing: 1px;
  font-size: 1.3rem;
  color: #fff;
}

@media screen and (max-width: 736px) {
  .list-navi-step-title {
    margin-bottom: 3px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 736px) {
  .list-navi-step-text {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 736px) {
  .list-navi-step-figure {
    width: 50%;

    -ms-flex-order: 2;
    order: 2;
  }
}

/* list-navi-house
---------------------------------------------------------- */
.list-navi-house {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-navi-house-item {
  width: 33.3333%;
  padding: 0 20px;
}

.list-navi-house-item .mod-info-title {
  margin-bottom: 10px;
}

.list-navi-house-link {
  position: relative;
  display: block;
}

.list-navi-house-figure {
  margin-bottom: 15px;
}

@media screen and (max-width: 736px) {
  .list-navi-house-figure {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 736px) {
  .list-navi-house {
    margin-bottom: -23px;
  }
  .list-navi-house-item {
    width: 100%;
    margin-bottom: 23px;
    padding: 0;
  }
}

/* box-modal-inline
---------------------------------------------------------- */
.box-modal-inline .fig-modal-inline {
  margin: 0 auto;
  text-align: center;
}

.box-modal-inline .ttl-modal-inline {
  margin: 20px 0 10px;
  text-align: center;
  font-size: 125%;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 736px) {
  .box-modal-inline .ttl-modal-inline {
    font-size: 113%;
  }
}

.box-modal-inline .ttl-modal-inline img {
  max-width: 100%;
}

@media screen and (max-width: 736px) {
  .box-modal-inline .fig-modal-inline img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 736px) {
  .gda-img-adjust img {
    max-width: 100%;
    height: auto;
  }
}

/* ==========================================================
 modules_02.html
========================================================== */
/* figure-basic-link
---------------------------------------------------------- */
.figure-basic-link:hover {
  text-decoration: none;
}

.figure-basic-link figure {
  overflow: hidden;
}

.figure-basic-link img {
  width: 100%;
  transition: all .18s ease-out;
}

.figure-basic-link:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 736px) {
  .figure-basic-link img {
    transition: none;
  }
  .figure-basic-link:hover img {
    -webkit-transform: none;
    transform: none;
  }
}

/* box-basic-property
---------------------------------------------------------- */
.box-basic-property {
  margin-bottom: 40px;
}

/* list-basic-property */
.list-basic-property {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -19px -25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-basic-property-item {
  width: 25%;
  margin-bottom: 25px;
  padding: 0 19px;
}

.list-basic-property-figure {
  margin-bottom: 15px;
}

.list-basic-property-text {
  font-size: 1.3rem;
  color: #555;
}

/* box-basic-property-detail */
.box-basic-property-detail {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding: 30px 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #2c4e2a;
}

.box-basic-property-detail:after {
  position: absolute;
  top: -10px;
  left: 320px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #2c4e2a transparent;
}

.box-basic-property-detail-col {
  width: 50%;
  padding: 0 15px;
}

.box-basic-property-detail-title {
  margin-bottom: 14px;
  font-family: "Noto SansJapanese Light";
  font-size: 1.7rem;
  color: #fff;
}

.box-basic-property-detail-figure {
  margin-bottom: 25px;
}

.box-basic-property-detail-figure img {
  width: 100%;
}

/* list-01 */
.box-basic-property-detail-list-01 {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.box-basic-property-detail-list-01-item {
  width: 33.3333%;
  padding: 0 10px;
}

.box-basic-property-detail-list-01-item > a {
  transition: all .18s ease-out;
}

.box-basic-property-detail-list-01-item > a:hover {
  opacity: .7;
}

.box-basic-property-detail-list-01-item img {
  width: 100%;
}

/* list-02 */
.box-basic-property-detail-list-02-item:not(:last-child) {
  margin-bottom: 20px;
}

/* box-basic-info */
.box-basic-info {
  display: block;
  padding: 18px 20px 15px;
  background-color: #fff;
}

.box-basic-info-box {
  position: relative;
  padding-right: 20px;
}

.box-basic-info-box-title {
  overflow: hidden;
}

.box-basic-info-box-title > p {
  float: left;
}

.box-basic-info-new {
  margin-right: 20px;
  font-size: 1.3rem;
  color: #c7b482;
}

.box-basic-info-name {
  font-size: 1.3rem;
  color: #555;
}

.box-basic-info-icon-fav {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 15px;
  height: 12px;
  margin-top: 2px;
  transition: all .18s ease-out;
  background: url(/search/img/ico_heart_01_no.png) center no-repeat;
  background-size: 15px 12px;
}

.box-basic-info-icon-fav:hover {
  opacity: .7;
  -ms-filter: "alpha( opacity=70)";
  filter: alpha(opacity=70);
}

.box-basic-info-icon-fav.is-faved {
  background: url(/search/img/ico_heart_01_on.png) center no-repeat;
  background-size: 15px 12px;
}

.box-basic-info-icon-fav.is-faved:hover {
  opacity: 1.0;
}

.box-basic-info-member {
  padding-left: 19px;
  font-size: 1.2rem;
  color: #222a5d;
  background: url(/magazine/img/ico_member_01.png) left top 2px no-repeat;
  background-size: 12px 15px;
}

@media screen and (max-width: 736px) {
  .box-basic-info-member {
    padding-left: 17px;
    font-size: 1.2rem;
    background: url(/magazine/img/ico_member_01.png) left top 2px no-repeat;
    background-size: 11px 14px;
  }
}

.box-basic-info-text {
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.box-basic-info-title {
  font-family: "Noto SansJapanese";
  font-size: 1.5rem;
  color: #555;
}

@media screen and (max-width: 736px) {
  .box-basic-info-title {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}

.box-basic-info-hashtag {
  overflow: hidden;
  margin-top: 6px;
  font-size: 1.2rem;
  color: #555;
}

.box-basic-info-hashtag li {
  float: left;
  margin-right: 1.0em;
}

.box-basic-info-hashtag li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 736px) {
  .box-basic-property {
    margin-bottom: 20px;
  }
  /* list-basic-property */
  .list-basic-property {
    margin: 0 -10px -25px;
  }
  .list-basic-property-item {
    width: 50%;
    padding: 0 10px;
  }
  .list-basic-property-figure {
    margin-bottom: 16px;
  }
  /* box-basic-property-detail */
  .box-basic-property-detail {
    margin: 25px -20px 0;
    padding: 30px 20px;
  }
  .box-basic-property-detail:after {
    top: -10px;
    left: 90px;
  }
  .box-basic-property-detail-col {
    width: 100%;
    padding: 0;
  }
  .box-basic-property-detail-col:first-child {
    margin-bottom: 25px;
  }
  .box-basic-property-detail-title {
    margin-bottom: 14px;
    font-size: 1.4rem;
  }
  .box-basic-property-detail-figure {
    margin-bottom: 27px;
  }
  /* list-01 */
  .box-basic-property-detail-list-01 {
    margin: 0 -5px;
  }
  .box-basic-property-detail-list-01-item {
    padding: 0 5px;
  }
  .box-basic-property-detail-list-01-item > a {
    transition: none;
  }
  .box-basic-property-detail-list-01-item > a:hover {
    opacity: 1;
  }
  /* list-02 */
  .box-basic-property-detail-list-02-item:not(:last-child) {
    margin-bottom: 19px;
  }
  /* box-basic-info */
  .box-basic-info {
    padding: 18px 20px 15px;
    background-color: #fff;
  }
  .box-basic-info-box {
    margin-bottom: 6px;
  }
  .box-basic-info-new {
    margin-right: 15px;
    font-size: 1.2rem;
  }
  .box-basic-info-name {
    font-size: 1.2rem;
  }
  .box-basic-info-icon-fav {
    margin-top: 4px;
  }
  .box-basic-info-member {
    padding-left: 17px;
    font-size: 1.2rem;
    background: url(/magazine/img/ico_member_01.png) left top 2px no-repeat;
    background-size: 11px 14px;
  }
  .box-basic-info-text {
    font-size: 1.3rem;
  }
  .box-basic-info-hashtag {
    margin-top: 12px;
  }
}

/* box-basic-link-01
---------------------------------------------------------- */
.box-basic-link-01 {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 30px;
  background-color: #f2f2f2;
}

.box-basic-link-01-col {
  width: 50%;
}

.box-basic-link-01-col:first-child {
  padding-right: 15px;
}

.box-basic-link-01-col:last-child {
  padding-left: 15px;
}

.box-basic-link-01-inner {
  padding: 25px 30px 30px;
}

.box-basic-link-01-inner-white {
  color: #222a5d;
  background-color: #fff;
}

.box-basic-link-01-inner-white .box-basic-link-01-title {
  font-family: "Noto SansJapanese";
}

.box-basic-link-01-inner-white .box-basic-link-01-text {
  color: #808080;
}

.box-basic-link-01-inner-blue {
  color: #fff;
  background-color: #222a5d;
}

.box-basic-link-01-title {
  margin-bottom: 10px;
  font-size: 1.7rem;
}

.box-basic-link-01-text {
  margin-bottom: 26px;
  font-size: 1.4rem;
}

.box-basic-link-01-button {
  width: 200px;
}

@media screen and (max-width: 736px) {
  .box-basic-link-01 {
    display: block;
    margin: 0 -20px 20px;
    padding: 20px;
  }
  .box-basic-link-01-col {
    width: 100%;
  }
  .box-basic-link-01-col:first-child {
    margin-bottom: 20px;
    padding-right: 0;
  }
  .box-basic-link-01-col:last-child {
    padding-left: 0;
  }
  .box-basic-link-01-inner {
    padding: 25px 20px 30px;
  }
  .box-basic-link-01-title {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
  .box-basic-link-01-text {
    margin-bottom: 22px;
    font-size: 1.3rem;
    line-height: 2;
  }
  .box-basic-link-01-button {
    margin: 0 auto;
  }
}

/* box-basic-link-02 is-admission-state-active
---------------------------------------------------------- */
/* 会員登録クラス処理 */
body.is-admission-state-active .mod-article-body {
  position: relative;
  overflow: hidden;
}

body.is-admission-state-active .box-basic-link-02 {
  display: block;
}

body.is-admission-state-active .bnr-about-proud {
  display: none;
}

/* box-basic-link-02 */
.box-basic-link-02 {
  position: absolute;
  z-index: 1;
  top: 486px;
  left: 0;
  display: none;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding: 0 30px 30px;
  text-align: center;
  background-color: #f2f2f2;
}

.box-basic-link-02.is-show {
  position: relative;
  top: 0;
  display: block;
  padding-top: 30px;
}

@media screen and (max-width: 736px) {
  .box-basic-link-02.is-show {
    padding-top: 20px;
  }
}

.box-basic-link-02.is-show:before {
  display: none;
}

@media screen and (max-width: 736px) {
  .box-basic-link-02 {
    margin: 0 0 20px;
    padding: 20px;
  }
}

.box-basic-link-02:before {
  position: absolute;
  bottom: 100%;
  left: 0;
  content: "";
  width: 100%;
  height: 186px;
  margin: 0 0 -1px;
  background: #f2f2f2;
  background: linear-gradient(to bottom, transparent 0%, #f2f2f2 62%, #f2f2f2 62%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#f2f2f2',GradientType=0 );
}

.box-basic-link-02-inner-head , .box-basic-link-02-inner-body {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}

.box-basic-link-02-inner-head:first-child , .box-basic-link-02-inner-body:first-child {
  margin-top: 0;
}

.box-basic-link-02-inner-head {
  padding: 25px 30px 30px;
  color: #fff;
  background-color: #222a5d;
}

@media screen and (max-width: 736px) {
  .box-basic-link-02-inner-head {
    padding: 25px 30px 15px;
  }
}

.box-basic-link-02-inner-body {
  padding: 43px 30px 30px;
  text-align: left;
  background-color: #fff;
}

.box-basic-link-02-image {
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  margin: 0 auto 30px;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  border-radius: 50%;
  background-color: #f2f2f2;
}

.box-basic-link-02-image img {
  width: auto;
  height: auto;
}

.box-basic-link-02-title {
  margin-bottom: 26px;
  text-align: center;
  font-family: "Noto SansJapanese Light";
  font-size: 1.5rem;
  font-weight: bold;
  color: #222a5d;
}

.box-basic-link-02-text {
  margin-bottom: 26px;
  font-family: "Noto SansJapanese Light";
  font-size: 1.5rem;
}

@media screen and (max-width: 736px) {
  .box-basic-link-02-text {
    margin-bottom: 23px;
    font-size: 1.3rem;
    line-height: 2;
  }
}

.box-basic-link-02-button {
  display: inline-block;
  width: 100%;
  max-width: 260px;
  margin: 0 13px;
  vertical-align: top;
}

@media screen and (max-width: 736px) {
  .box-basic-link-02-button {
    display: block;
    max-width: 220px;
    margin: 0 auto 20px;
  }
}

.box-basic-link-02-center {
  text-align: center;
}

.grid-basic-article + .box-basic-link-02-center {
  margin-top: 26px;
}

.box-basic-link-02 .grid-basic-article {
  margin: -10px;
}

.box-basic-link-02 .grid-basic-article .col {
  padding: 10px;
}

/* box-basic-order
---------------------------------------------------------- */
.box-basic-order .ttl-basic-04 {
  margin-bottom: 1.0em;
  font-family: "Noto SansJapanese";
}

.box-basic-order-item {
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 35px;
  border-bottom: 1px #eee solid;
}

.box-basic-order-image {
  display: table;
  float: left;
  width: 350px;
  margin-right: 40px;
}

.box-basic-order-detail {
  overflow: hidden;
}

.box-basic-order-ribbon {
  position: relative;
  display: table-cell;
  width: 60px;
  text-align: center;
  vertical-align: middle;
  font-size: 2.1rem;
  color: #fff;
  background-color: #97586f;
}

.box-basic-order-ribbon:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-width: 20px 30px 0 30px;
  border-style: solid;
  border-color: #97586f transparent transparent transparent;
}

.box-basic-order-figure {
  display: table-cell;
  width: 290px;
  padding-left: 20px;
  vertical-align: middle;
}

.box-basic-order-figure img {
  width: 100%;
}

.box-basic-order-text {
  margin-bottom: 30px;
  font-size: 1.4rem;
}

.box-basic-order-text:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 736px) {
  .box-basic-order-item {
    display: table;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 50px;
  }
  .box-basic-order-image {
    position: relative;
    display: table-cell;
    float: none;
    width: 60px;
    margin-right: 0;
    text-align: center;
    vertical-align: top;
    background-color: #97586f;
  }
  .box-basic-order-image:after {
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-width: 20px 30px 0 30px;
    border-style: solid;
    border-color: #97586f transparent transparent transparent;
  }
  .box-basic-order-detail {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
  }
  .box-basic-order-ribbon {
    display: block;
    width: 100%;
    padding-top: 12px;
    font-size: 2.2rem;
  }
  .box-basic-order-ribbon:after {
    display: none;
  }
  .box-basic-order-figure {
    display: none;
  }
  .box-basic-order-text {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
  .box-basic-order-text + .ttl-basic-04 {
    margin: 1.0em 0 .5em;
  }
}

/* box-basic-faq-order
---------------------------------------------------------- */
.box-basic-faq-order {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  border: 1px #eee solid;
}

.box-basic-faq-order:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-width: 60px 60px 0 0;
  border-style: solid;
  border-color: #f4eef0 transparent transparent transparent;
}

.box-basic-faq-order-number {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 3.2rem;
  line-height: 60px;
  color: #97586f;
}

.box-basic-faq-order-col {
  width: 50%;
  padding: 30px;
}

.box-basic-faq-order-white {
  background-color: #fff;
}

.box-basic-faq-order-pink {
  background-color: #f4eef0;
}

.box-basic-faq-order-title {
  margin-bottom: 22px;
  font-family: "Noto SansJapanese";
  font-size: 1.7rem;
}

.box-basic-faq-order-text {
  margin-top: 25px;
  font-size: 1.4rem;
}

.box-basic-faq-order-text-02 {
  font-size: 1.3rem;
}

.box-basic-faq-order-figure {
  margin-bottom: 17px;
}

.box-basic-faq-order-figure img {
  width: 100%;
}

.box-basic-faq-order .mod-basic-faq {
  margin: 60px 0 0;
}

.box-basic-faq-order .mod-basic-faq-answer {
  padding: 20px 20px 15px;
}

.box-basic-faq-order .ttl-basic-04 {
  display: table-cell;
  margin-bottom: 0;
  vertical-align: middle;
  font-family: "Noto SansJapanese";
}

@media screen and (max-width: 736px) {
  .box-basic-faq-order {
    display: block;
    margin-bottom: 20px;
  }
  .box-basic-faq-order:after {
    border-width: 40px 40px 0 0;
  }
  .box-basic-faq-order-number {
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
    line-height: 40px;
  }
  .box-basic-faq-order-col {
    width: 100%;
    padding: 20px;
  }
  .box-basic-faq-order-title {
    margin-bottom: 14px;
    font-size: 1.4rem;
  }
  .box-basic-faq-order-text {
    margin-top: 15px;
    font-size: 1.3rem;
  }
  .box-basic-faq-order-figure {
    margin-bottom: 27px;
  }
  .box-basic-faq-order-figure img {
    width: 100%;
  }
  .box-basic-faq-order .mod-basic-faq {
    margin: 40px 0 0;
  }
  .box-basic-faq-order .mod-basic-faq-question {
    margin-bottom: 40px;
  }
}

/* box-basic-faq-tab
---------------------------------------------------------- */
.box-basic-faq-tab .link-basic-tab {
  margin-bottom: 70px;
}

@media screen and (max-width: 736px) {
  .box-basic-faq-tab .link-basic-tab {
    margin-bottom: 40px;
  }
}

.box-basic-faq-tab .link-basic-tab-item {
  width: 20%;
}

.box-basic-faq-tab .link-basic-tab-inner {
  height: 100%;
}

.box-basic-faq-tab-in {
  display: none;
}

/* mod-basic-faq
---------------------------------------------------------- */
.mod-basic-faq-accd {
  margin-bottom: 40px;
}

.mod-basic-faq-accd-question {
  display: table;
  width: 100%;
  padding-right: 65px;
  cursor: pointer;
  transition: all .18s ease-out;
  background: url(../../general/img/ico_faq_accd_plus.png) right center no-repeat;
  background-size: 40px;
}

.mod-basic-faq-accd-question.is-active {
  background: url(../../general/img/ico_faq_accd_minus.png) right center no-repeat;
  background-size: 40px;
}

.mod-basic-faq-accd-question:hover {
  opacity: .7;
}

@media screen and (max-width: 736px) {
  .mod-basic-faq-accd-question {
    padding-right: 40px;
    background: url(../../general/img/ico_faq_accd_plus.png) right top 8px no-repeat;
    background-size: 30px;
  }
  .mod-basic-faq-accd-question.is-active {
    background: url(../../general/img/ico_faq_accd_minus.png) right top 8px no-repeat;
    background-size: 30px;
  }
}

.mod-basic-faq-accd-question-icon {
  display: table-cell;
  width: 80px;
  padding-right: 20px;
  vertical-align: top;
}

@media screen and (max-width: 736px) {
  .mod-basic-faq-accd-question-icon {
    width: 30px;
    padding: 8px 10px 0 0;
  }
}

.mod-basic-faq-accd-question-icon span {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 2.1rem;
  line-height: 56px;
  color: #98576f;
  border: solid 2px #98576f;
  border-radius: 30px;
  background-color: #fff;
}

@media screen and (max-width: 736px) {
  .mod-basic-faq-accd-question-icon span {
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
    line-height: 26px;
    border-width: 1px;
  }
}

.mod-basic-faq-accd-question-details {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.7rem;
}

@media screen and (max-width: 736px) {
  .mod-basic-faq-accd-question-details {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.mod-basic-faq-accd-answer {
  display: none;
  margin-top: 40px;
  padding: 30px;
  background-color: #f2f2f2;
}

@media screen and (max-width: 736px) {
  .mod-basic-faq-accd-answer {
    margin-top: 28px;
    padding: 12px 20px 14px;
  }
}

.mod-basic-faq-accd-answer-inner {
  margin-bottom: 20px;
}

@media screen and (max-width: 736px) {
  .mod-basic-faq-accd-answer-inner {
    margin-bottom: 12px;
  }
}

.mod-basic-faq-accd-answer-icon {
  display: table-cell;
  width: 80px;
  padding-right: 20px;
  vertical-align: top;
}

@media screen and (max-width: 736px) {
  .mod-basic-faq-accd-answer-icon {
    width: 30px;
    padding: 8px 10px 0 0;
  }
}

.mod-basic-faq-accd-answer-icon span {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 2.1rem;
  line-height: 56px;
  color: #fff;
  border: solid 2px #98576f;
  border-radius: 30px;
  background-color: #98576f;
}

@media screen and (max-width: 736px) {
  .mod-basic-faq-accd-answer-icon span {
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
    line-height: 26px;
    border-width: 1px;
  }
}

.mod-basic-faq-accd-answer-details {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.7rem;
}

@media screen and (max-width: 736px) {
  .mod-basic-faq-accd-answer-details {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.mod-basic-faq-accd-answer-box {
  margin-left: 80px;
}

@media screen and (max-width: 736px) {
  .mod-basic-faq-accd-answer-box {
    margin-left: 0;
  }
}

.mod-basic-faq-accd-answer-text {
  margin-bottom: 27px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media screen and (max-width: 736px) {
  .mod-basic-faq-accd-answer-text {
    margin-bottom: 7px;
    font-size: 1.3rem;
    line-height: 2;
  }
}

.mod-basic-faq-accd-answer-note {
  margin-bottom: 40px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 736px) {
  .mod-basic-faq-accd-answer-note {
    margin-bottom: 7px;
    font-size: 1.2rem;
    line-height: 2;
  }
}

.mod-basic-faq-accd-answer-box-image {
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;

  -ms-display: flex;
}

@media screen and (max-width: 736px) {
  .mod-basic-faq-accd-answer-box-image {
    display: block;
    margin-bottom: 14px;
  }
}

.mod-basic-faq-accd-answer-box-image-left {
  -ms-flex: 0 0 53.62%;
  flex: 0 0 53.62%;
}

@media screen and (max-width: 736px) {
  .mod-basic-faq-accd-answer-box-image-left {
    -ms-flex: none;
    flex: none;
  }
}

.mod-basic-faq-accd-answer-box-image-right {
  -ms-flex: 0 0 43.38%;
  flex: 0 0 43.38%;
}

@media screen and (max-width: 736px) {
  .mod-basic-faq-accd-answer-box-image-right {
    -ms-flex: none;
    flex: none;
  }
}

.mod-basic-faq-accd-answer-figure {
  margin-top: 5px;
}

@media screen and (max-width: 736px) {
  .mod-basic-faq-accd-answer-figure {
    margin-top: 1px;
  }
}

.mod-basic-faq-accd-answer-figure img {
  width: 100%;
}

.mod-basic-faq-accd-answer-figure-full {
  max-width: 710px;
  margin: 2px 0 15px;
}

@media screen and (max-width: 736px) {
  .mod-basic-faq-accd-answer-figure-full {
    max-width: inherit;
  }
}

.mod-basic-faq-accd-answer-figure-full img {
  width: 100%;
}

/* box-basic-next-page
---------------------------------------------------------- */
.box-basic-faq-next-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 736px) {
  .box-basic-faq-next-page {
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
}

.box-basic-faq-next-page-icon {
  position: relative;
  display: inline-block;
  min-height: 40px;
  margin-right: 36px;
  padding: 10px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  background-color: #222a5d;

  -ms-flex: 0 0 95px;
  flex: 0 0 95px;
}

@media screen and (max-width: 736px) {
  .box-basic-faq-next-page-icon {
    min-height: auto;
    margin-right: 0;
    padding: 0 17px 0 0;
    color: #516d9a;
    background-color: transparent;

    -ms-flex: none;
    flex: none;
  }
}

.box-basic-faq-next-page-icon::after {
  position: absolute;
  top: 0;
  right: -15px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-width: 20px 0 20px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #222a5d;
}

@media screen and (max-width: 736px) {
  .box-basic-faq-next-page-icon::after {
    top: -1px;
    right: 9px;
    content: ":";
    border: none;
  }
}

.box-basic-faq-next-page-link {
  position: relative;
  padding-right: 17px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #506c9b;
}

@media screen and (max-width: 736px) {
  .box-basic-faq-next-page-link {
    padding-right: 14px;
    font-size: 1.2rem;
  }
}

.box-basic-faq-next-page-link:visited {
  color: #9687c7;
}

.box-basic-faq-next-page-link::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 6px;
  height: 8px;
  margin-top: -4px;
  transition: all .18s ease;
  background: url(../../general/img/icn_arrow_right_blue_01.png) top left no-repeat;
  background-size: 6px 8px;
}

@media screen and (max-width: 736px) {
  .box-basic-faq-next-page-link::after {
    width: 6px;
    height: 10px;
    background: url(../../general/img/icn_arrow_right_blue_01_sp.png) top left no-repeat;
    background-size: 6px 10px;
  }
}

.box-basic-faq-next-page-link:hover::after {
  right: -3px;
}

@media screen and (max-width: 736px) {
  .box-basic-faq-next-page-link:hover::after {
    right: 0;
  }
}

/* box-basic-content
---------------------------------------------------------- */
.box-basic-content {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.box-basic-content-col {
  width: 50%;
}

.box-basic-content-col:first-child {
  padding-right: 20px;
}

.box-basic-content-col:last-child {
  padding-left: 20px;
}

.box-basic-content-area {
  margin-bottom: 18px;
  padding: 26px 32px;
  border: 1px #eee solid;
}

.box-basic-content-area > dl:not(:last-child) {
  margin-bottom: 23px;
}

.box-basic-content-area-title {
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #97586f;
}

.box-basic-content-area-text {
  font-size: 1.4rem;
}

@media screen and (max-width: 736px) {
  .box-basic-content {
    display: block;
    margin-bottom: 20px;
  }
  .box-basic-content-col {
    width: 100%;
    margin-top: 20px;
  }
  .box-basic-content-col:first-child {
    margin-top: 0;
    padding-right: 0;
  }
  .box-basic-content-col:last-child {
    padding-left: 0;
  }
  .box-basic-content-area {
    margin-bottom: 17px;
    padding: 15px 20px;
  }
  .box-basic-content-area > dl:not(:last-child) {
    margin-bottom: 21px;
  }
  .box-basic-content-area-title {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
  .box-basic-content-area-text {
    font-size: 1.3rem;
  }
}

/* table-basic-03
---------------------------------------------------------- */
.table-basic-03 {
  width: 100%;
  margin-bottom: 16px;
  border: #f2f2f2 solid;
  border-width: 2px 0;
}

.table-basic-03 th , .table-basic-03 td {
  padding: 18px 22px;
  font-size: 1.3rem;
}

.table-basic-03 th {
  font-weight: bold;
  border-top: 2px #fff solid;
  background-color: #f2f2f2;
}

.table-basic-03 tr:first-child th {
  border-top: none;
}

.table-basic-03 td {
  border-top: 2px #f2f2f2 solid;
  border-right: 2px #f2f2f2 solid;
  background-color: #fff;
}

@media screen and (max-width: 736px) {
  .table-basic-03 {
    margin-bottom: 17px;
  }
  .table-basic-03 th , .table-basic-03 td {
    padding: 15px 13px;
    font-size: 1.2rem;
  }
}

/* box-basic-image
---------------------------------------------------------- */
.box-basic-image {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -ms-flex-align: center;
  align-items: center;
}

.box-basic-image-figure {
  width: 50%;
  margin-bottom: 20px;
}

.box-basic-image-figure:nth-child(odd) {
  padding-right: 20px;
}

.box-basic-image-figure:nth-child(even) {
  padding-left: 20px;
}

.box-basic-image-figure img {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .box-basic-image {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  .box-basic-image-figure {
    width: 100%;
    margin-bottom: 30px;
  }
  .box-basic-image-figure:nth-child(odd) {
    padding-right: 0;
  }
  .box-basic-image-figure:nth-child(even) {
    padding-left: 0;
  }
}

/* box-basic-list-property
---------------------------------------------------------- */
.box-basic-link-property {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding: 29px 30px;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  background-color: #f2f2f2;
}

.box-basic-link-property-text {
  font-family: "Noto SansJapanese";
  font-size: 1.5rem;
  color: #c19861;

  -ms-flex: 0 0 325px;
  flex: 0 0 325px;
}

.box-basic-link-property-list {
  overflow: hidden;
  margin: 0 -10px -20px;
}

.box-basic-link-property-list-item {
  float: left;
  padding: 0 10px 20px;
}

.box-basic-link-property-list-item > a {
  display: block;
  padding: 4px 20px;
  transition: all .18s ease-out;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  background-color: #222a5d;
}

.box-basic-link-property-list-item > a:hover {
  text-decoration: none;
  opacity: .7;
}

@media screen and (max-width: 736px) {
  .box-basic-link-property {
    display: block;
    margin: 0 -20px 30px;
    padding: 25px 20px 30px;
  }
  .box-basic-link-property-text {
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.4rem;
  }
  .box-basic-link-property-list-item {
    width: 50%;
  }
  .box-basic-link-property-list-item:first-child {
    width: 100%;
  }
  .box-basic-link-property-list-item > a {
    padding: 10px;
    transition: none;
    font-size: 1.2rem;
  }
  .box-basic-link-property-list-item > a:hover {
    opacity: 1;
  }
}

/* box-basic-about
---------------------------------------------------------- */
.box-basic-about {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  background-color: #c19861;
}

.box-basic-about-figure {
  -ms-flex: 0 0 296px;
  flex: 0 0 296px;
}

.box-basic-about-figure img {
  width: 100%;
}

.box-basic-about-detail {
  padding: 28px 50px 28px 30px;
  color: #fff;
}

.box-basic-about-title {
  margin-bottom: 7px;
  font-size: 1.9rem;
}

.box-basic-about-text {
  margin: 0 0 14px 3px;
  font-size: 1.4rem;
}

.box-basic-about-btn {
  display: inline-block;
  width: 120px;
  padding: 8px 10px;
  transition: all .18s ease-out;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.3rem;
  color: #fff;
  border: 1px #dac1a0 solid;
}

.box-basic-about-btn:hover {
  text-decoration: none;
  opacity: .7;
}

@media screen and (max-width: 736px) {
  .box-basic-about {
    display: block;
    margin-bottom: 30px;
  }
  .box-basic-about-figure {
    width: 100%;
  }
  .box-basic-about-detail {
    padding: 25px 21px 27px 21px;
  }
  .box-basic-about-title {
    margin-bottom: 8px;
    font-size: 1.7rem;
  }
  .box-basic-about-text {
    margin: 0 0 25px;
    font-size: 1.3rem;
  }
  .box-basic-about-btn {
    padding: 9px 10px;
    transition: none;
    font-size: 1.2rem;
  }
  .box-basic-about-btn:hover {
    opacity: 1;
  }
}

/* box-recommend-article
---------------------------------------------------------- */
.box-recommend-article {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -14px 48px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box-recommend-article-item {
  width: 33.3333%;
  padding: 0 14px;
}

.box-recommend-article-figure {
  margin-bottom: 15px;
}

.box-recommend-article-text {
  font-size: 1.3rem;
  color: #222;
}

.box-recommend-article-pager {
  display: none;
}

.box-recommend-article-dots {
  display: none;
}

@media screen and (max-width: 736px) {
  .box-recommend-article {
    display: block;
    margin: 0 0 45px;
  }
  .box-recommend-article-item {
    width: 100%;
    padding: 0;
  }
  .box-recommend-article-item:not(:first-child) {
    display: none;
  }
  .box-recommend-article-figure {
    margin-bottom: 15px;
  }
  .box-recommend-article-text {
    font-size: 1.4rem;
  }
  /* box-recommend-article-pager */
  .box-recommend-article-pager {
    display: block;
  }
  .box-recommend-article-pager-item {
    position: absolute;
    top: 24.5vw;
    width: 40px;
    height: 40px;
    text-indent: -99999px;
  }
  .box-recommend-article-pager-prev {
    left: 0;
    background: url(../../general/img/btn_slidearrow_left_01.png) center no-repeat;
    background-size: 40px;
  }
  .box-recommend-article-pager-next {
    right: 0;
    background: url(../../general/img/btn_slidearrow_right_01.png) center no-repeat;
    background-size: 40px;
  }
  .box-recommend-article-dots {
    display: block;
    margin-top: 33px;
    text-align: center;
    line-height: 0;
  }
  .box-recommend-article-dots-item {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 6px;
    text-indent: -99999px;
    border-radius: 100%;
    background-color: #aaa;
  }
  .box-recommend-article-dots-item.is-active {
    background-color: #212429;
  }
}

/* box-basic-find
---------------------------------------------------------- */
.box-basic-find {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box-basic-find-item {
  width: 33.3333%;
  padding: 0 14px;
}

.box-basic-find-figure {
  margin-bottom: 15px;
}

.box-basic-find-text {
  font-size: 1.3rem;
  color: #222;
}

@media screen and (max-width: 736px) {
  .box-basic-find {
    margin: 0 -10px -25px;
  }
  .box-basic-find-item {
    width: 50%;
    margin-bottom: 24px;
    padding: 0 10px;
  }
  .box-basic-find-figure {
    margin-bottom: 15px;
  }
  .box-basic-find-text {
    font-size: 1.3rem;
    color: #222;
  }
}

/* ico-members
---------------------------------------------------------- */
.ico-members {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 120px;
  padding: 7px 5px;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  background-color: #222a5d;
}

.ico-members > span {
  padding-left: 16px;
  background: url(../../general/img/icn_member_01.png) left center no-repeat;
  background-size: 10px 13px;
}

@media screen and (max-width: 736px) {
  .ico-members {
    width: 77px;
    padding: 4px 5px;
    font-size: 1.0rem;
  }
  .ico-members > span {
    padding-left: 13px;
    background: url(../../general/img/icn_member_01.png) left center no-repeat;
    background-size: 8px 11px;
  }
}

/* list-basic-step
---------------------------------------------------------- */
.list-basic-step {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.list-basic-step-item {
  width: 20%;
}

.list-basic-step-item:not(:first-child) .list-basic-step-box {
  padding-left: 32px;
}

.list-basic-step-item:nth-child(1) {
  background-color: #d6bcc5;
}

.list-basic-step-item:nth-child(2) {
  background-color: #c7a3b0;
}

.list-basic-step-item:nth-child(3) {
  background-color: #b7899a;
}

.list-basic-step-item:nth-child(4) {
  background-color: #a77084;
}

.list-basic-step-item:nth-child(5) {
  background-color: #97586f;
}

.list-basic-step-link {
  position: relative;
  display: block;
}


.list-basic-step-link img {
  transition: all .18s ease-out;
}

.list-basic-step-link:hover {
  text-decoration: none;
}

.list-basic-step-link:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.list-basic-step-link:hover {
  text-decoration: none;
}

.list-basic-step-link:after {
  position: absolute;
  right: -20px;
  bottom: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-width: 50px 0 50px 20px;
  border-style: solid;
}

.list-basic-step-item:nth-child(1) .list-basic-step-link:after {
  border-color: transparent transparent transparent #d6bcc5;
}

.list-basic-step-item:nth-child(2) .list-basic-step-link:after {
  border-color: transparent transparent transparent #c7a3b0;
}

.list-basic-step-item:nth-child(3) .list-basic-step-link:after {
  border-color: transparent transparent transparent #b7899a;
}

.list-basic-step-item:nth-child(4) .list-basic-step-link:after {
  border-color: transparent transparent transparent #a77084;
}

.list-basic-step-item:nth-child(5) .list-basic-step-link:after {
  display: none;
}

.list-basic-step-figure {
  position: relative;
  overflow: hidden;
}

.list-basic-step-box {
  display: table;
  width: 100%;
  height: 100px;
  padding: 0 10px 0 20px;
}

.list-basic-step-num {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  font-family: "Cinzel", serif;
  font-size: 3.2rem;
  line-height: 1;
  color: #fff;
}

.list-basic-step-box-inner {
  display: table-cell;
  margin-top: 1px;
  vertical-align: middle;
  line-height: 1.5;
}

.list-basic-step-title {
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-size: 1.3rem;
  color: #fff;
}

.list-basic-step-text {
  font-size: 1.3rem;
}

/* is-current */
.list-basic-step-link.is-current .list-basic-step-figure:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, .5);
}

@media screen and (max-width: 736px) {
  .list-basic-step {
    display: block;
    margin-bottom: 40px;
  }
  .list-basic-step-item {
    width: 100%;
  }
  .list-basic-step-item:not(:first-child) .list-basic-step-box {
    padding-left: 28px;
  }
  .list-basic-step-link:after {
    display: none;
  }
  .list-basic-step-figure {
    display: none;
  }
  .list-basic-step-box {
    height: auto;
    padding: 25px 32px 21px 32px;
  }
  .list-basic-step-num {
    margin-right: 16px;
    font-size: 4.1rem;
  }
  .list-basic-step-box-inner {
    margin-top: 0;
  }
  .list-basic-step-title {
    font-size: 1.1rem;
  }
  .list-basic-step-text {
    font-size: 1.4rem;
  }
}

/* list-basic-step
---------------------------------------------------------- */
.btn-basic-recommend {
  width: 180px;
  margin: 0 auto;
}

/* ==========================================================
 modules_03.html
========================================================== */
.link-basic-wrap {
  margin-bottom: 10px;
}

.link-basic-wrap:last-child {
  margin-bottom: 0;
}

/* box-basic-general
---------------------------------------------------------- */
.box-basic-general {
  margin-bottom: 40px;
}

.box-basic-general-figure img {
  width: 100%;
}

.box-basic-general-box {
  width: 100%;
}

.box-basic-general-category {
  margin-top: 30px;
  font-size: 1.3rem;
}

.box-basic-general-title {
  margin-top: 12px;
  font-size: 1.5rem;
  color: #222;
}

.box-basic-general-text {
  margin-top: 20px;
  font-size: 1.4rem;
}

.box-basic-general-link {
  margin-top: 30px;
}

.box-basic-general-link .link-basic-wrap {
  margin: 10px 0 0;
}

.box-basic-general-button-wrap {
  margin-top: 30px;
}

.box-basic-general-button {
  max-width: 180px;
  margin: 20px auto 0;
}

@media screen and (max-width: 736px) {
  .box-basic-general-category {
    margin-top: 18px;
    font-size: 1.2rem;
  }
  .box-basic-general-title {
    margin-top: 7px;
    font-size: 1.4rem;
    color: #222;
  }
  .box-basic-general-text {
    margin-top: 9px;
    font-size: 1.3rem;
  }
  .box-basic-general-link {
    margin-top: 18px;
  }
  .box-basic-general-button-wrap {
    margin-top: 24px;
  }
}

/* list-basic-general
---------------------------------------------------------- */
.list-basic-general {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-basic-general-item {
  width: 100%;
  margin-bottom: 40px;
  padding: 0 20px;
}

.list-basic-general-item.col-2 {
  width: 50%;
}

.list-basic-general-item.col-3 {
  width: 33.3333%;
}

.list-basic-general-item.col-4 {
  width: 25%;
}

@media screen and (max-width: 736px) {
  .list-basic-general {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-basic-general-item {
    padding: 0 0 40px;
    border-bottom: 1px #eee solid;
  }
  .list-basic-general-item:last-child {
    padding: 0;
    border-bottom: none;
  }
  .list-basic-general-item , .list-basic-general-item.col-2 , .list-basic-general-item.col-3 , .list-basic-general-item.col-4 {
    width: 100%;
  }
  .list-basic-general-item.col-3 , .list-basic-general-item.col-4 {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .list-basic-general-item.col-3 .box-basic-general-figure , .list-basic-general-item.col-4 .box-basic-general-figure {
    margin-right: 20px;

    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
  .list-basic-general-item.col-3 .box-basic-general-category , .list-basic-general-item.col-4 .box-basic-general-category {
    margin-top: -5px;
  }
  .list-basic-general-item.col-3 .box-basic-general-button , .list-basic-general-item.col-4 .box-basic-general-button {
    margin: 20px 0 0;
  }
}

/* box-basic-article
---------------------------------------------------------- */
.box-basic-article {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px;
}

.box-basic-article-figure {
  margin-right: 40px;
}

.box-basic-article-figure-large {
  -ms-flex: 0 0 73.934%;
  flex: 0 0 73.934%;
}

.box-basic-article-figure-medium {
  -ms-flex: 0 0 65.17%;
  flex: 0 0 65.17%;
}

.box-basic-article-figure-small {
  -ms-flex: 0 0 47.8%;
  flex: 0 0 47.8%;
}

.box-basic-article-figure img {
  width: 100%;
}

.box-basic-article .txt-basic {
  margin: -5px 0 30px;
}

.box-basic-article-button {
  max-width: 180px;
}

.box-basic-article-img-right .box-basic-article-figure {
  margin: 0 0 0 40px;

  -ms-flex-order: 2;
  order: 2;
}

.box-basic-article-img-right .box-basic-article-info {
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 736px) {
  .box-basic-article {
    display: block;
    margin-bottom: 30px;
  }
  .box-basic-article-figure {
    margin: 0 0 15px;
  }
  .box-basic-article .txt-basic {
    margin: 0 0 21px;
  }
  .box-basic-article-button {
    margin: 0 auto;
  }
  .box-basic-article-img-right .box-basic-article-figure {
    margin: 0 0 15px;
  }
}

/* box-basic-article-02
---------------------------------------------------------- */
.box-basic-article-02 {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.box-basic-article-02-figure {
  margin-left: 40px;
}

.box-basic-article-02-figure-medium {
  -ms-flex: 0 0 30.338%;
  flex: 0 0 30.338%;
}

.box-basic-article-02-figure-small {
  -ms-flex: 0 0 21.8%;
  flex: 0 0 21.8%;
}

.box-basic-article-02-figure img {
  width: 100%;
}

.box-basic-article-02 .txt-basic {
  margin: -5px 0 30px;
}

.box-basic-article-02-button {
  max-width: 180px;
}

.box-basic-article-02-img-left .box-basic-article-02-figure {
  margin: 0 40px 0 0;


  -ms-flex-order: 1;
  order: 1;
}

.box-basic-article-02-img-left .box-basic-article-02-info {
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 736px) {
  .box-basic-article-02 {
    display: block;
    margin-bottom: 40px;
  }
  .box-basic-article-02-figure {
    margin: 0 27px;
  }
  .box-basic-article-02-info {
    margin-bottom: 30px;
  }
  .box-basic-article-02 .txt-basic {
    margin: 0 0 20px;
  }
  .box-basic-article-02-button {
    margin: 0 auto;
  }
  .box-basic-article-02-img-left .box-basic-article-02-figure {
    margin: 0 28px;
  }
}

/* list-basic-frame
---------------------------------------------------------- */
.list-basic-frame {
  margin-bottom: 40px;
}

.list-basic-frame-item {
  position: relative;
  margin-bottom: 70px;
  padding: 40px 30px;
  border: 1px #eee solid;
}

.list-basic-frame-item:after {
  position: absolute;
  bottom: -52px;
  left: 50%;
  display: block;
  content: "";
  width: 52px;
  height: 32px;
  margin-left: -26px;
  background: url(../../general/img/icn_arrow_down_big_01.png) bottom center no-repeat;
}

.list-basic-frame-item:last-child {
  margin-bottom: 0;
}

.list-basic-frame-item:last-child:after {
  display: none;
}

.list-basic-frame-box {
  margin-bottom: 60px;
}

.list-basic-frame-box:last-of-type {
  margin-bottom: 0;
}

.list-basic-frame-box .txt-basic {
  margin-bottom: 0;
}

@media screen and (max-width: 736px) {
  .list-basic-frame {
    margin-bottom: 30px;
  }
  .list-basic-frame-item {
    position: relative;
    margin-bottom: 36px;
    padding: 20px;
  }
  .list-basic-frame-item:after {
    position: absolute;
    bottom: -25px;
    left: 50%;
    display: block;
    content: "";
    width: 26px;
    height: 16px;
    margin-left: -13px;
    background-size: 26px 16px;
  }
  .list-basic-frame-item:last-child {
    margin-bottom: 0;
  }
  .list-basic-frame-item:last-child:after {
    display: none;
  }
  .list-basic-frame-box {
    margin-bottom: 40px;
  }
}

/* box-basic-frame
---------------------------------------------------------- */
.box-basic-frame-wrap {
  margin-bottom: 40px;
  padding: 40px 30px;
  border: 1px #eee solid;
}

.box-basic-frame {
  display: -ms-flexbox;
  display: flex;
}

.box-basic-frame-figure {
  margin-left: 30px;
}

.box-basic-frame-figure-large {
  -ms-flex: 0 0 48.31%;
  flex: 0 0 48.31%;
}

.box-basic-frame-figure-medium {
  -ms-flex: 0 0 30.798%;
  flex: 0 0 30.798%;
}

.box-basic-frame-figure-small {
  -ms-flex: 0 0 22.344%;
  flex: 0 0 22.344%;
}

.box-basic-frame-figure img {
  width: 100%;
}

.box-basic-frame-figcaption {
  margin-top: 18px;
  font-size: 1.3rem;
}

.box-basic-frame-button {
  max-width: 180px;
}

.box-basic-frame-img-left .box-basic-frame-figure {
  margin: 0 40px 0 0;

  -ms-flex-order: 1;
  order: 1;
}

.box-basic-frame-img-left .box-basic-frame-info {
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 736px) {
  .box-basic-frame-wrap {
    margin-bottom: 30px;
    padding: 20px;
  }
  .box-basic-frame {
    display: block;
  }
  .box-basic-frame-figure {
    margin: 0;
  }
  .box-basic-frame-figure-medium , .box-basic-frame-figure-small {
    margin: 0 27px;
  }
  .box-basic-frame-info {
    margin-bottom: 25px;
  }
  .box-basic-frame .txt-basic {
    margin: 0 0 20px;
  }
  .box-basic-frame-button {
    margin: 0 auto;
  }
  .box-basic-frame-img-left .box-basic-frame-figure {
    margin: 0;
  }
  .box-basic-frame-img-left .box-basic-frame-figure-medium , .box-basic-frame-img-left .box-basic-frame-figure-small {
    margin: 0 27px;
  }
}

/* box-basic-color
---------------------------------------------------------- */
.box-basic-color {
  margin-bottom: 40px;
  padding: 25px 30px;
}

.box-basic-color-gray {
  background-color: #f2f2f2;
}

.box-basic-color-button-wrap {
  margin-top: 35px;
}

.box-basic-color-button {
  max-width: 180px;
  margin-top: 20px;
}

.box-basic-color .box-basic-frame {
  margin-bottom: 40px;
}

.box-basic-color .box-basic-frame.s-mb-00 {
  margin-bottom: 0;
}

.box-basic-color .list-basic-general-item {
  margin-bottom: 0;
}

@media screen and (max-width: 736px) {
  .box-basic-color {
    margin-bottom: 20px;
    padding: 25px 20px;
  }
  .box-basic-color-button-wrap {
    margin-top: -5px;
  }
  .box-basic-color-button {
    margin: 20px auto 0;
  }
  .box-basic-color .box-basic-frame {
    margin-bottom: 30px;
  }
  .box-basic-color .list-basic-general-item {
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .box-basic-color .list-basic-general-item:last-child {
    margin-bottom: 0;
  }
}

/* pc
---------------------------------------------------------- */
.l-property-temp .only-sp {
  display: none !important;
}

/* sp
---------------------------------------------------------- */
@media screen and (max-width: 1200px) {
  .l-property-temp .only-pc {
    display: none !important;
  }
  .l-property-temp .only-sp {
    display: block !important;
  }
}

.ttl-property-main {
  padding: 21px 40px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .3);
  background-color: #222a5d;

}

@media screen and (max-width: 736px) {
  .ttl-property-main {
    padding: 25px 20px;
    text-align: center;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 1200px) {
  .l-property-temp .wrapper {
    min-width: 320px;
	padding-top: 0!important
  }
}

/* ==========================================================
 header-property（大枠：ヘッダー）
========================================================== */
/* header-property（ヘッダー）
---------------------------------------------------------- */
.header-property {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 161px;
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
  .header-property {
    height: auto !important;
    min-height: 60px;
	background: none;
  }
  .header-property::before {
	  content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  pointer-events: none;
	  width: 100%;
	  height: 150px;
	  /* background: url(../../general/img/sp-header-bg.png) top left repeat-x; */
	  /* background-size: contain; */
	  z-index: -1;
	  transition: all .3s;
  }
	
  .header-property.scrolled::before { opacity: 0;}
  /* .header-property.scrolled .header-property-logo { opacity: 0; visibility: hidden;} */
  .header-property.scrolled .header-property-btn-menu.header-local-menu { background: url(../img/btn_menu_sp.svg) center center no-repeat #fff; background-size: 60px;}
  .header-property.scrolled .header-property-btn-menu.is-open { background: url(../img/btn_menu_close_sp.svg) center center no-repeat #151D40; background-size: 60px;}
}

.header-property-box {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  /* background: #FFF; */
}

@media screen and (max-width: 1200px) {
  .header-property-box {
    min-width: 100%;
  }
}

/* header-property-top
---------------------------------------------------------- */
.header-property-top {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding-left: 19px;
  justify-content: flex-start;
  -ms-flex-pack: start;
}

.header-property-top::before , .header-property-top::after {
  display: table;
  content: "";
}

.header-property-top::after {
  clear: both;
}

@media screen and (max-width: 1200px) {
  .header-property-top {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 20px;
    -ms-flex-align: center;
    align-items: center;
	z-index: 10000;
  }
}
@media screen and (max-width: 736px) {
  .header-property-top {
    background: #FFF;
    padding-left: 12px;
  }
}

@media screen and (max-width: 1200px) {
  .header-property-top .header-property-menu {
    display: none;
  }
}

/* header-property-logo（ロゴ）
---------------------------------------------------------- */
.header-property-logo {
  float: left;
  width: 120px;
  padding: 18px 0;
}

@media screen and (max-width: 1200px) {
  .header-property-logo {
    float: none;
	transition: all .3s;
  }
  .header-property-logo.is-open {
	opacity: 0;
  }
}

.header-property-logo img {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .header-property-logo a:hover {
    opacity: 1;
  }
}

.header-property-logo-link {
  display: block;
  transition: all .18s ease-out;
  text-align: center;
}

.header-property-logo-link:hover {
  text-decoration: none;
  opacity: .7;
}

.header-property-logo-link .header-property-logo-title {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
}

.header-property-logo-link .header-property-logo-title img {
  vertical-align: middle;
  /* height: 28px; */
  width: auto;
}

@media screen and (max-width: 1200px) {
  .header-property-logo-link .header-property-logo-title {
    width: 200px;
    height: auto;
  }
}
@media screen and (max-width: 320px) {
	.header-property-logo-link .header-property-logo-title img {
		height: 25px;
	}
}


.is-logo-small .header-property-logo-link .header-property-logo-title {
  height: auto;
}

/* .is-logo-big .header-property-logo-link .header-property-logo-title img {
	height: 40px;
} */

@media screen and (max-width: 1200px) {
  .is-logo-big .header-property-logo {
	padding: 1px 0;
  }
  .is-logo-big .header-property-logo-link .header-property-logo-title {
    width: auto;
    height: 60px;
    min-height: auto;
  }
  /* .is-logo-big .header-property-logo-link .header-property-logo-title img {
    width: auto;
  } */
}
@media screen and (max-width: 320px) {
/* .is-logo-big .header-property-logo-link .header-property-logo-title img {
	height: 35px;
} */
}

.header-property-logo-text {
  letter-spacing: -1px;
  font-family: "Noto Serif", serif;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #222;
}

@media screen and (max-width: 1200px) {
  .header-property-logo-text {
    font-size: 1.1rem;
  }
}

/* header-property-utility（ヘッダーリンク群）
---------------------------------------------------------- */
.header-property-utility {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px 15px 0;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .header-property-utility {
    float: none;
    height: 100%;
    padding: 0;
    justify-content: flex-end;
    -ms-flex-pack: end;

    -ms-flex: 1;
    flex: 1 1 0;
  }
}

.header-property-list01 {
  margin-right: 20px;
}

.header-property-list01::before , .header-property-list01::after {
  display: table;
  content: "";
}

.header-property-list01::after {
  clear: both;
}

@media screen and (max-width: 1200px) {
  .header-property-list01.only-pc {
    display: none;
  }
}

.header-property-list01-item {
  position: relative;
  float: left;
  margin-right: 20px;
}

.header-property-list01-item:last-child {
  margin-right: 0;
}

.header-property-list01-item a {
  position: relative;
  display: inline-block;
  padding-right: 12px;
}

.header-property-list01-item a::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 5px;
  height: 7px;
  margin-top: -3px;
  background: url(../../general/img/ico_arrow_right_blue_01.png) right center no-repeat;
  background-size: 5px 7px;
}

.header-property-list01-item > a {
  font-size: 1.2rem;
  color: #516d9a;
}

/* header-property-favorite（お気に入りボタン）
---------------------------------------------------------- */
.header-property-favorite {
  position: relative;
  display: block;
  padding: 7px 13px 8px 13px;
  transition: all .18s ease-out;
  background-color: transparent;
}

@media screen and (max-width: 1200px) {
  .header-property-favorite {
    position: relative;
    width: 70px;
    margin-right: 0;
    padding: 15px 0 6px 0;
    text-align: center;
    background-color: #fff;
  }
}

.header-property-favorite:hover {
  text-decoration: none;
  opacity: 1.0;
}

.header-property-favorite:before {
  display: none;
}

@media screen and (max-width: 736px) {
  .header-property-favorite:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 1px;
    height: 10px;
    margin-top: -5px;
    border-left: 1px #eee solid;
  }
}

.header-property-favorite .btn-basic-favorite-icon {
  padding-left: 21px;
  background: url(../../general/img/ico_heart_01_no.png) left center no-repeat;
  background-size: 14px 12px;
}

.header-property-favorite.is-faved .btn-basic-favorite-icon {
  padding-left: 21px;
  background: url(../../general/img/ico_heart_01_on.png) left center no-repeat;
  background-size: 14px 12px;
}

.header-property-favorite-icon {
  position: absolute;
  top: 50%;
  left: 11px;
  margin-top: -6px;
  margin-right: 5px;
  line-height: 0;
}

@media screen and (max-width: 736px) {
  .header-property-favorite-icon {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: 14px;
    margin: 0 auto 3px;
  }
  .header-property-favorite-icon img {
    width: 100%;
  }
}

.header-property-favorite-text {
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
}

@media screen and (max-width: 736px) {
  .header-property-favorite-text {
    text-align: center;
    font-size: 1.0rem;
    color: #222;
  }
}

.header-property-btn-favorite {
  position: relative;
}

.header-property-btn-favorite.only-sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header-property-btn-favorite.only-sp {
    display: block !important;
  }
}

.header-property-btn-favorite:before {
  position: absolute;
  top: 50%;
  left: -1px;
  content: "";
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background-color: #eee;
}

.header-property-btn-favorite-link {
  position: relative;
  display: block;
  width: 70px;
  height: 59px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  color: #000;
  background-color: #fff;
}

.header-property-btn-favorite-link:hover {
  text-decoration: none;
}

.header-property-btn-favorite-inner {
  display: block;
  padding: 34px 0 0;
  text-align: center;
  letter-spacing: .1em;
  font-size: 1.0rem;
}

.header-property-btn-favorite-inner span {
  display: block;
  -webkit-transform: scale(.9);
  transform: scale(.9);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.header-property-btn-favorite-inner::before {
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 14px;
  height: 12px;
  margin: auto;
  background: url(../../general/img/ico_heart_sp_01.png) no-repeat;
  background-size: 14px 12px;
}

.header-property-btn-favorite-link.is-faved .header-property-btn-favorite-inner::before {
  background: url(../../general/img/ico_favoritebox_click_on.svg) no-repeat;
  background-size: 14px 12px;
}

/* list-property-control（「お気に入り」～「資料請求者限定サイト」ボタン群）
---------------------------------------------------------- */
.list-property-control-wrap {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .list-property-control-wrap {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .list-property-control-wrap.only-pc {
    display: none !important;
  }
  .list-property-control-wrap.only-sp {
    display: block !important;
  }
  .list-property-control-wrap.is-fixed {
    position: fixed;
    bottom: 0;
  }
}

.list-property-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .list-property-control {
    margin-right: 0;
    padding: 10px 4px;
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-content: space-around;
    /* -ms-flex-wrap: wrap; */
    /* flex-wrap: wrap; */
    background-color: #fff;
  }
}

@media screen and (max-width: 736px) {
  .list-property-control {
    justify-content: space-between;
  }
}

.list-property-control-item {
  margin-right: 10px;
}

.list-property-control-item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1200px) {
  .list-property-control-item {
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    padding: 0 3px;
  }
}

.list-property-control-link {
  position: relative;
  padding: 7px 11px 8px 35px;
  transition: all .18s ease-out;
}

@media screen and (max-width: 1200px) {
  .list-property-control-link {
    display: block;
    width: 100%;
    padding: 13px 3px 6px;
    text-align: center;
	letter-spacing: .0em;
	font-weight: bold;
  }
  .list-property-control-link span {
	font-size: 13px;
  }
}

@media screen and (max-width: 736px) {
  .list-property-control-link {
    padding: 13px 0 6px;
  }
  .list-property-control-link span {
    font-size: 3vw;
    letter-spacing: 0.06em;
  }
}

.list-property-control-link:hover {
  text-decoration: none;
}

.list-property-control-link .list-property-control-icon img , .list-property-control-link .list-property-control-icon img.only-sp {
  display: none !important;
}

.is-logo-big .list-property-control-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 11px 12px 11px;
  min-width: 140px;
}

@media screen and (max-width: 1200px) {
  .is-logo-big .list-property-control-link {
    padding: 16px 0 16px;
    line-height: 0.4;
  }
}

@media screen and (max-width: 736px) {
  .is-logo-big .list-property-control-link{
    min-width: auto;
  }
}

.is-logo-big .header-property-utility .header-property-favorite {
  padding-top: 12px;
  padding-bottom: 13px;
}

@media screen and (max-width: 736px) {
  .is-logo-big .header-property-utility .header-property-favorite {
    padding: 15px 0 6px 0;
  }
}

.list-property-control-icon {
  /* position: absolute; */
  top: 50%;
  left: 11px;
  margin-top: 3px;
  margin-right: 8px;
  line-height: 0;
}

@media screen and (max-width: 1200px) {
  .list-property-control-icon {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    height: 16px;
    margin: 0 0 2px;
  }
  .list-property-control-icon img {
    width: auto;
    height: 100%;
    margin: 0 auto;
    vertical-align: middle;
  }
  .list-property-control-icon img.only-sp {
    display: block !important;
  }
}

.list-property-control-text {
  font-size: 1.2rem;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .list-property-control-text {
    display: inline-block;
    vertical-align: top;
    font-size: 1.0rem;
  }
}

@media screen and (max-width: 736px) {
  .list-property-control-text {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    font-size: 1.0rem;
  }
}

@media screen and (max-width: 736px) {
  .list-property-control-icon.entry + .list-property-control-text {
    margin: 0 -3px;
  }
}

/* ==========================================================
 button setting
========================================================== */
.list-property-control-icon {
  /* position: absolute; */
  content: "";
}

@media screen and (max-width: 1200px) {
  .list-property-control-icon {
    position: relative;
    margin: 0 auto 2px;
  }
}

.list-property-control-item-favorite {
  border: 1px solid #c7b482;
}

.list-property-control-item-favorite a {
  transition: all .18s ease-out;
  color: #c7b482;
}

.list-property-control-item-favorite:hover {
  background-color: #c7b482;
}

.list-property-control-item-favorite:hover .btn-basic-favorite-icon {
  color: #fff;
}

.list-property-control-item-favorite:hover .btn-basic-favorite-icon {
  background: url(../../general/img/ico_heart_01_pc.png) left center no-repeat;
  background-size: 14px 12px;
}

.list-property-control-link-blue {
  border: 1px solid #9094ae;
}

.list-property-control-link-blue:hover {
  background-color: #222a5d;
}

.list-property-control-link-blue:hover .list-property-control-text {
  color: #fff;
}

.list-property-control-link-blue:hover .list-property-control-icon {
  background: url(../../general/img/ico_book_01_pc.png) top left no-repeat;
}

.list-property-control-link-blue .list-property-control-text {
  color: #222a5d;
}

.list-property-control-link-blue .list-property-control-icon {
  width: 16px;
  height: 15px;
  background: url(../../general/img/ico_book_02_sp.png) top left no-repeat;
  background-size: 16px 13px;
}

.contact .list-property-control-link-blue .list-property-control-icon {
  background: url(../../general/img/ico_tel_02_sp.png) top left no-repeat;
  background-size: 16px 15px;
}

.contact .list-property-control-link-blue:hover .list-property-control-icon {
  background: url(../../general/img/ico_tel_01_sp.png) top left no-repeat;
  background-size: 16px 15px;
}

.list-property-control-link-blue .list-property-control-icon.localmap {
  height: 19px;
  margin-top: -3px;
  margin-bottom: 1px;
  background: url(../../general/img/ico_localmap_01@2x.png) top left no-repeat;
  background-size: 15px 17px;
}

.list-property-control-link-blue:hover .list-property-control-icon.localmap {
  background: url(../../general/img/ico_localmap_02@2x.png) top left no-repeat;
  background-size: 15px 17px;
}

.list-property-control-link-green {
  border: 1px solid #95a694;
}

.list-property-control-link-green:hover {
  background-color: #2c4e2a;
}

.list-property-control-link-green:hover .list-property-control-text {
  color: #fff;
}

.list-property-control-link-green:hover .list-property-control-icon.reservation01 {
  background: url(../../general/img/ico_reservation_01_pc.png) top left no-repeat;
  background-size: 17px 14px;
}

.list-property-control-link-green:hover .list-property-control-icon.reservation02 {
  background: url(../../general/img/ico_reservation_02_pc.png) top left no-repeat;
  background-size: 20px 14px;
}

.list-property-control-link-green .list-property-control-text {
  color: #2c4e2a;
}

.list-property-control-link-green .list-property-control-icon.reservation01 {
  width: 17px;
  height: 15px;
  background: url(../../general/img/ico_reservation_03_sp.png) top left no-repeat;
  background-size: 17px 14px;
}

.list-property-control-link-green .list-property-control-icon.reservation02 {
  width: 20px;
  height: 15px;
  background: url(../../general/img/ico_reservation_04_sp.png) top left no-repeat;
  background-size: 20px 14px;
}

.list-property-control-link-wine {
  border: 1px solid #c5a1ae;
}

.list-property-control-link-wine:hover {
  background-color: #97586f;
}

.list-property-control-link-wine:hover .list-property-control-text {
  color: #fff;
}

.list-property-control-link-wine:hover .list-property-control-icon:before {
  background: url(../../general/img/icn_documents_claimant_01.png) top left no-repeat;
}

.list-property-control-link-wine .list-property-control-text {
  color: #97586f;
}

.list-property-control-link-wine .list-property-control-icon {
  top: 0;
  height: 100%;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .list-property-control-link-wine .list-property-control-icon {
    display: block;
    height: 16px;
    margin: 0 auto 2px;
  }
}

.list-property-control-link-wine .list-property-control-icon:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 14px;
  height: 16px;
  margin-top: -8px;
  background: url(../../general/img/icn_documents_claimant_02.png) top left no-repeat;
  background-size: 14px 16px;
}

@media screen and (max-width: 1200px) {
  .list-property-control-link-wine .list-property-control-icon:before {
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.list-property-control-link-wine .list-property-control-icon img {
  display: none !important;
}

/* header-property-menu（メニューボタン）
---------------------------------------------------------- */
.header-property-menu {
  position: absolute;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px #eee solid;
}

@media screen and (max-width: 1200px) {
  .header-property-menu {
    position: static;
    display: block;
    height: auto;
    padding: 0 0 30px;
    border-left: none;
    background-color: #3e3e3e;
  }
    .brand-nav .header-property-menu {
        padding-top:20px;
        background-color:#fff;
        color:#283b72;
        border:1px solid #bebebe;
    }
}

.header-property-menu-button {
  position: relative;
  z-index: 10;
  padding: 20px;
  cursor: pointer;
  transition: all .18s ease-out;
  font-size: 1.2rem;
  color: #222a5d;
}

@media screen and (max-width: 1200px) {
  .header-property-menu-button {
    z-index: inherit;
    padding: 0 0 19px;
    cursor: default;
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    border-left: none;
  }
    
    .header-property-menu:first-child .header-property-menu-button {
        padding-top:20px;
    }
    .brand-nav .header-property-menu .header-property-menu-button,
    .local-nav .header-property-menu .header-property-menu-button{
        padding-top:0 !important;
    }
    .brand-nav .header-property-menu-button {
        color:#283b72;
    }
}

.header-property-menu-button:hover {
  opacity: .7;
}

@media screen and (max-width: 1200px) {
  .header-property-menu-button:hover {
    opacity: 1;
  }
}

.header-property-menu-icon {
  position: relative;
  padding-right: 32px;
  transition: all .18s ease-out;
}

.header-property-menu-icon::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 19px;
  height: 19px;
  background: url(../../general/img/ico_menu_01_pc.png) right center no-repeat;
  background-size: 19px 19px;
}

@media screen and (max-width: 1200px) {
  .header-property-menu-icon::after {
    display: none;
  }
}

/* is-open */
.header-property-menu-button.is-open .header-property-menu-icon::after {
  background: url(../../general/img/ico_close_01_pc.png) right center no-repeat;
  background-size: 19px 19px;
}

.header-property-menu-box {
  position: absolute;
  z-index: 100;
  top: 100%;
  right: 1px;
  display: none;
  width: 220px;
  padding: 36px 29px 30px;
  background-color: #fff;
}

.header-property-menu-box::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 76px;
  border-top: 1px #eee solid;
}

.header-property-menu-list {
  margin-bottom: 33px;
}

.header-property-menu-list-item {
	position: relative;
	margin-bottom: 29px;
	text-align: center;
}

	.header-property-menu-list-item.subNavi a {
		font-size: 1.1rem;
	}
	.header-property-menu-list-item.subNavi {
		margin: 0 0 15px;
	}
	.header-property-menu-list-item.subNavi.subNavi-first {
		margin: 50px 0 15px;
	}
	.header-property-menu-list-item.nav-sub-item-cc a {
		line-height: 1.3;
	}
	.header-property-menu-list-item.nav-sub-item-cc a::after {
		position: absolute;
		top: 50%;
		right: -5px;
		content: "";
		width: 14px;
		height: 11px;
		margin-top: -4px;
		background: url(../../general/img/icn_link_01.png) top left no-repeat;
		background-size: 14px 11px;
	}


.header-property-menu-list-link {
  letter-spacing: 2px;
  font-family: "Noto Serif", serif;
  font-size: 1.3rem;
}


.brand-nav .nav-sub-item-cc .header-property-menu-list-link {
	background: none;
}

@media screen and (max-width: 1200px) {
  .header-property-menu-button-login {
    margin: 0 20px;
  }
}

.header-property-menu-button-login .btn-basic {
  display: block;
  min-width: 100%;
  letter-spacing: .05em;
  font-size: 1.3rem;
}

@media screen and (max-width: 1200px) {
  .header-property-menu-button-login .btn-basic {
    font-size: 1.4rem;
  }
  .header-property-menu-button-login .btn-basic:hover {
    color: #222a5d;
    background-color: #fff;
  }
  .header-property-menu-button-login .btn-basic:hover .ico-basic-login {
    background-image: url(../../general/img/icn_login_01_blue.png);
  }
}

.header-property-menu-button-login .btn-basic .ico-basic-login {
  padding-left: 18px;
}

.header-property-menu-button-close {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header-property-menu-button-close {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
  .header-property-menu-button-close a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-family: "Noto SansJapanese Light";
    font-size: 1.2rem;
    color: #fff;
  }
    .brand-nav .header-property-menu-button-close a {
        color:#283b72;
    }
  .header-property-menu-button-close a:hover {
    text-decoration: none;
  }
  .header-property-menu-button-close a::before , .header-property-menu-button-close a::after {
    position: absolute;
    top: 50%;
    content: "";
    width: 14px;
    height: 2px;
    margin-top: -2px;
    background-color: #fff;
  }
    .brand-nav .header-property-menu-button-close a::before , .brand-nav .header-property-menu-button-close a::after {
        background-color:#283b72;
    }
  .header-property-menu-button-close a:before {
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-property-menu-button-close a:after {
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 1200px) {
  .header-property-btn-menu {
    position: relative;
    z-index: 2;
    width: 60px;
    height: 100%;
    transition: all .18s ease-out;
    white-space: nowrap;
    text-indent: 200%;
    background: url(../../general/img/btn_menu_sp.png) center center no-repeat;
    background-size: 60px;
  }
  .header-property-btn-menu.header-local-menu {
    background: url(../../assets/let/img/btn_menu_sp.svg) center center no-repeat;
    background-size: 60px;
  }
  .header-property-btn-menu.only-sp {
    display: block !important;
  }
  .header-property-btn-menu.is-open {
	background: url(../img/btn_menu_close_sp.svg) center center no-repeat #151D40;
	background-size: 60px;
  }
}

@media screen and (max-width: 736px) {
  .is-logo-big .nav-global-property {
    top: 78px;
  }
}

@media screen and (min-width:1201px) {
    .nav-global-property .header-property-menu {
        display:none;
    }
}

@media screen and (max-width: 1200px) {
  .header-property-menu-icon {
    padding-right: 0;
    background: none;
  }
  .header-property-menu-button.is-open .header-property-menu-icon {
    background: none;
  }
  .header-property-menu-box {
    position: static;
    display: block !important;
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
  .header-property-menu-box:after {
    display: none;
  }
  .nav-global-property-inner:not(:first-child) {
    border-top: none;
  }
  .header-property-menu-list {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px rgba(255, 255, 255, .13) solid;
    border-bottom: 1px rgba(255, 255, 255, .13) solid;
  }
    .brand-nav .header-property-menu-list {
        border-color:#bebebe;
    }
  .header-property-menu-list-item {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-bottom: 0;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    border-bottom: 1px rgba(255, 255, 255, .13) solid;
  }
    .brand-nav .header-property-menu-list-item {
        border-color:#bebebe;
    }
  .header-property-menu-list-item:last-child , .header-property-menu-list-item:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
  .header-property-menu-list-item:nth-child(odd) {
    border-right: 1px rgba(255, 255, 255, .13) solid;
  }
    .brand-nav .header-property-menu-list-item:nth-child(odd) {
        border-color:#bebebe;
      }
  .header-property-menu-list-link {
    display: block;
    width: 100%;
    padding: 26px 30px 21px 20px;
    text-align: left;
    letter-spacing: -1px;
    font-family: "Lucida Grande", "Lucida Sans Unicode","Noto SansJapanese",“游ゴシック”, YuGothic, "ヒラギノ角ゴシック ProN", Hiragino Kaku Gothic ProN , sans-serif;
    font-size: 1.3rem;
    line-height: 1.7;
    color: #fff;
    background: url(../../general/img/ico_arrow_right_03.png) right 20px center no-repeat;
    background-size: 6px 10px;
  }
    .brand-nav .header-property-menu-list-link {
        color:#283b72;
        background-image:url(/assets/let/img/ico_arrow_right_blue.png);
    }
  .header-property-menu-list-link:hover {
    text-decoration: none;
  }

		.header-property-menu-list-item.nav-sub-item-cc a::after {
			right: 20px;
		}
		.header-property-menu-list-item.subNavi {
			width: 50%;
			margin: 0;
			border-bottom: 0;
		}
/*		.header-property-menu-list-item.subNavi a {
			padding: 26px 10px 21px;
		}*/
		.header-property-menu-list-item.subNavi.subNavi-first {
			margin: 0;
		}
		.header-property-menu-list-item.nav-sub-item-cc {
			border-right: none;
			border-left: 1px rgba(255, 255, 255, .13) solid;
		}
}
	@media screen and (max-width: 450px){
		.header-property-menu-list-item.nav-sub-item-cc a::after {
			right: 5px;
		}
	}
	@media screen and (max-width: 360px){
		.header-property-menu-list-item.nav-sub-item-cc a::after {
			right: 5px;
		}
/*		.header-property-menu-list-item.subNavi {
			width: 30%;
		}
		.subNavi .header-property-menu-list-link {
			background-position: right 5px center;
		}*/
		.header-property-menu-list-item.subNavi.nav-sub-item-cc {
			width: 40%;
		}
/*		.header-property-menu-list-item.subNavi a {
			padding: 15px 10px;
		}*/
	}
	
	

/* nav-global-property（グローバルナビ）
---------------------------------------------------------- */
.nav-global-property {
  position: relative;
  /* background:#3f3f3f; */
}

@media screen and (max-width: 1200px) {
  .nav-global-property {
    position: fixed;
    z-index: 9999;
    top: 0!important;
    right: 0;
    bottom: 0;
    left: 0;
	  padding-top: 61px;
    display: none;
    overflow-y: auto;
    width: 100%;
    background-color: rgba(255, 255, 255, .6);
  }
  .footer-nav.nav-global-property {
    display: block !important;

    position: static;
    z-index: 9999;
	  padding-top: 0;
    width: 100%;
  }
}

.nav-global-property.brand-nav {
  display: none;
}

@media screen and (max-width: 1200px) {
  /*.nav-global-property.brand-nav {
    display: block;
  }*/
}

@media screen and (max-width: 1200px) {
  .nav-global-property-inner.only-pc {
    display: none !important;
  }
}

.nav-global-property-list {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .nav-global-property-list {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color:transparent;
  }
    
    .nav-global-property-inner.nav-global-property-inner-first,
    .nav-global-property-inner.nav-global-property-inner-second{
        /*padding-bottom:30px;*/
        background:#151D40;
    }
    .nav-global-property-inner.nav-global-property-inner-first:last-child,
    .nav-global-property-inner.nav-global-property-inner-second:last-child{
        padding-bottom:30px;
    }
    .footer-nav .nav-global-property-inner.nav-global-property-inner-first,
    .footer-nav .nav-global-property-inner.nav-global-property-inner-second{
      padding-bottom:0;
    }
    .header-property-menu:nth-child(n+2) {
        padding-top:34px;
    }
}

.nav-global-property-item {
  position: relative;
    /*flex:1;*/
  /* odd */
}

@media screen and (max-width: 1200px) {
  .nav-global-property-item {
    flex:none;
    display: -ms-flexbox;
    display: flex;
      width:50%;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px rgba(255, 255, 255, .13) solid;
    border-bottom: 1px rgba(255, 255, 255, .13) solid;
  }
}

.nav-global-property-item::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 1px;
  height: 14px;
  margin-top: -7px;
  border-right: 1px #231815 solid;
}
.nav-global-property-item:nth-child(9):after {
  border-right: none;
}


@media screen and (max-width: 1200px) {
  .nav-global-property-item::after {
    display: none;
  }
}

.nav-global-property-item:first-child::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 1px;
  height: 14px;
  margin-top: -7px;
  /* border-left: 1px rgba(255, 255, 255, .13) solid; */
}

@media screen and (max-width: 1200px) {
  .nav-global-property-item:first-child::before {
    display: none;
  }
}

.nav-global-property-link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  min-height: 46px;
  padding: 7px 5px;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  transition: all .18s ease-out;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #231815;
  -ms-flex-direction: row-reverse;
}

.footer-nav .nav-global-property {
  margin-bottom: 95px;
}

.footer-nav .nav-global-property-item::after {
  border-right: 1px #FFF solid;
}

.footer-nav .nav-global-property-item:nth-child(9):after {
  border-right: none;
}

.footer-nav .nav-global-property-link {
  color: #fff;
}

.footer-nav .nav-global-property-item.nav-global-brand > a {
  color: #fff;
  
}

@media screen and (max-width: 1200px) {
  .nav-global-property-link {
    width: 100%;
    padding: 20px 0px 20px 20px;
    justify-content: flex-end;
    -ms-flex-pack: end;
    text-align: left;
    /* letter-spacing: -1px; */
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Noto SansJapanese", “游ゴシック”, YuGothic, "ヒラギノ角ゴシック ProN", Hiragino Kaku Gothic ProN, sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    background: url(../../general/img/ico_arrow_right_03.png) right 10px center no-repeat;
    background-size: 6px 10px;
    color: #FFF !important;
  }
  .footer-nav .nav-global-property-link {
    background: none;
    text-align: center;
    font-family: "Noto Serif", serif;
    justify-content: center;
    letter-spacing: 0.1em;
  }
}

.nav-global-property-link::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  width: 60px;
  height: 3px;
  margin-left: -30px;
  transition: all .18s ease-out;
  border-bottom: 3px transparent solid;
}

@media screen and (max-width: 1200px) {
  .nav-global-property-link::after {
    display: none;
  }
}

.nav-global-property-link:hover {
  text-decoration: none;
}

.nav-global-property-link:hover::after , .nav-global-property-link.is-current:after {
  border-bottom-color: #fff;
}

@media screen and (max-width: 1200px) {
  .nav-global-property-link .only-pc {
    display: none;
  }
}

/* NEWアイコン */
.nav-global-property-item.is-new .nav-global-property-link::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 26px;
  height: 14px;
  background: url(../../general/img/icn_new_red_01.png) top left no-repeat;
  background-size: 26px 14px;
}

@media screen and (max-width: 1200px) {
  .nav-global-property-item.is-new .nav-global-property-link::before {
    position: relative;
    top: auto;
    right: auto;
    margin: 2px 0 0 7px;
    padding: 1px 5px 1px 2px;
  }
}

/* ==========================================================
 footer-property（大枠：フッター）
========================================================== */
/* btn-pagetop-property */
.btn-pagetop-property {
  position: relative;
  z-index: 1;
  transition: all .18s ease-out;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  background-color: #222a5d;
}

@media screen and (max-width: 1200px) {
  .btn-pagetop-property {
    transition: none;
  }
}

.btn-pagetop-property:hover {
  opacity: .7;
}

@media screen and (max-width: 1200px) {
  .btn-pagetop-property:hover {
    opacity: 1;
  }
}

.btn-pagetop-property > a {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 0;
  white-space: nowrap;
  text-indent: 100%;
}

@media screen and (max-width: 1200px) {
  .btn-pagetop-property > a {
    padding: 18px 0;
  }
}

.btn-pagetop-property > a:before {
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* footer-property-link */
.footer-property-link-wrap {
  background-color: #222a5d;
}

.footer-property-link {
  overflow: hidden;
  margin-right: -10%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .footer-property-link {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px rgba(255, 255, 255, .13) solid;
  }
}

.footer-property-link-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 5px;
}

@media screen and (max-width: 1200px) {
  .footer-property-link-inner {
    width: auto;
    margin: 0 auto;
    padding: 0;
  }
}

.footer-property-link-title {
  margin-bottom: 27px;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, .13);
}

@media screen and (max-width: 1200px) {
  .footer-property-link-title {
    margin-bottom: 0;
    padding: 20px;
    transition: all .18s ease-out;
    font-size: 1.2rem;
    color: #fff;
    border-bottom: 1px rgba(255, 255, 255, .13) solid;
    background: url(../../general/img/ico_open_01_sp.png) right 20px center no-repeat;
    background-size: 10px;
  }
  .footer-property-link-title.is-open {
    background: url(../../general/img/ico_close_01_sp.png) right 20px center no-repeat;
    background-size: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .is-pc1200l .footer-property-link-title {
    cursor: pointer;
  }
}

.footer-property-link-item {
  float: left;
  width: calc( 100% / 6 );
  margin-bottom: 28px;
}

@media screen and (max-width: 1200px) {
  .footer-property-link-item {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 0;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px rgba(255, 255, 255, .13) solid;
  }
}

.footer-property-link-item > a {
  font-size: 1.5rem;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .footer-property-link-item > a {
    display: block;
    width: 100%;
    padding: 22px 30px 18px 19px;
    font-size: 1.2rem;
    background: url(../../general/img/ico_arrow_right_03.png) right 20px center no-repeat;
    background-size: 6px 10px;
  }
  .footer-property-link-item > a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 1200px) {
  .footer-property-link-item:nth-child(5n-4) , .footer-property-link-item:nth-child(5n-3) , .footer-property-link-item:nth-child(5n-2) , .footer-property-link-item:nth-child(5n-1) , .footer-property-link-item:nth-child(5n) , .footer-property-link-type01 .footer-property-link-item:nth-child(5n-4) , .footer-property-link-type01 .footer-property-link-item:nth-child(5n-3) , .footer-property-link-type01 .footer-property-link-item:nth-child(5n-2) , .footer-property-link-type01 .footer-property-link-item:nth-child(5n-1) , .footer-property-link-type01 .footer-property-link-item:nth-child(5n) {
    width: 50%;
  }
  .footer-property-link-item:last-child , .footer-property-link-item:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
  .footer-property-link-item:nth-child(odd) {
    border-right: 1px rgba(255, 255, 255, .13) solid;
  }
}

/* footer-property-link-type01 */
.footer-property-link-type01 .footer-property-link-item {
  width: calc( 100% / 6);
}

/* footer-copyright */
@media screen and (max-width: 1200px) {
  .footer-property .footer-infomation-links {
    min-width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .footer-property .footer-copyright {
    padding-bottom: 86px;
  }
}

/* footer-property-box */
@media screen and (max-width: 1200px) {
  .footer-property-box {
    display: none;
  }
}

/* search-wrap */
.search-wrap {
  border-top: 1px solid rgba(255, 255, 255, .3);
  background: #000066;
  padding: 50px 0;
  text-align: center;
}
.search-wrap p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1;
}
.search-wrap a {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  background: #fff;
  color: #000066;
  font-size: 16px;
  position: relative;
  text-decoration: none !important;
}
.search-wrap a .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 32px;
  height: 1px;
  background: #222a5d;
  -ms-transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.search-wrap a .arrow::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: inherit;
  position: absolute;
  right: 0;
  -ms-transform-origin: top right;
  -ms-transform: rotate(30deg);
  -webkit-transform-origin: top right;
  -webkit-transform: rotate(30deg);
  transform-origin: top right;
  transform: rotate(30deg);
}
.search-wrap a:hover .arrow {
  -ms-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* ==========================================================
 contents-property
========================================================== */
.contents-property {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-top: 161px;

  -ms-flex-direction: column;
}

@media screen and (max-width: 1200px) {
  .contents-property {
    padding-top: 0 !important;
  }
}

.contents-property .ttl-property-main {
  -ms-flex-order: 2;
  order: 2;
}

/* mainimg-property
---------------------------------------------------------- */
.mainimg-property img {
  width: 100%;
}

/* box-bukken
---------------------------------------------------------- */
.box-bukken {
  padding: 80px 3%;
}

@media screen and (max-width: 736px) {
  .box-bukken {
    padding: 40px 20px;
  }
}

.box-bukken-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  .box-bukken-inner {
    width: 100%;
  }
}

.box-bukken-type01 {
  padding: 60px 3%;
}

@media screen and (max-width: 736px) {
  .box-bukken-type01 {
    padding: 20px 20px;
  }
}

.box-bukken-blue {
  background-color: #e8e9ee;
}

.box-bukken-gray {
  background-color: #f2f2f2;
}

/* figure-bukken
---------------------------------------------------------- */
.figure-bukken img {
  width: 100%;
}

/* list-bukken-button
---------------------------------------------------------- */
.list-bukken-button {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px 40px;
  justify-content: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 736px) {
  .list-bukken-button {
    display: block;
    margin: 0;
  }
}

.list-bukken-button-item {
  width: 50%;
  max-width: 420px;
  padding: 0 20px;
}

@media screen and (max-width: 736px) {
  .list-bukken-button-item {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }
}

/* btn-bukken
---------------------------------------------------------- */
.btn-bukken-wrap {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  .btn-bukken-wrap {
    width: auto;
  }
}

.btn-bukken {
  display: block;
  padding: 22px 10px 21px;
  transition: all .18s ease-out;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #222a5d;
}

@media screen and (max-width: 736px) {
  .btn-bukken {
    padding: 17px 10px;
    transition: none;
    font-size: 1.4rem;
  }
}

.btn-bukken:hover {
  text-decoration: none;
  opacity: .7;
}

@media screen and (max-width: 736px) {
  .btn-bukken:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 736px) {
  .btn-bukken:focus {
    color: #fff;
  }
}

/* box-bukken-announcement
---------------------------------------------------------- */
.box-bukken-announcement {
  padding: 45px 40px 40px;
  background-color: #fff;
}

@media screen and (max-width: 736px) {
  .box-bukken-announcement {
    padding: 30px 20px 25px;
  }
}

.box-bukken-announcement-text {
  margin-bottom: 33px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #222a5d;
}

@media screen and (max-width: 736px) {
  .box-bukken-announcement-text {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
}

/* box-bukken-contact
---------------------------------------------------------- */
.box-bukken-contact {
  background-color: #222a5d;
}

.box-bukken-contact-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 44px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 736px) {
  .box-bukken-contact-inner {
    width: auto;
    padding: 0 0 44px;
  }
}

.box-bukken-contact-title {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .box-bukken-contact-title {
    margin-bottom: 14px;
    font-size: 1.2rem;
  }
}

.box-bukken-contact-tel {
  margin-bottom: 9px;
}

@media screen and (max-width: 736px) {
  .box-bukken-contact-tel {
    margin-bottom: 15px;
  }
}

.box-bukken-contact-tel > span , .box-bukken-contact-tel > a {
  padding-left: 34px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  background: url(../../general/img/ico_tel_01.png) left center no-repeat;
  background-size: 22px 19px;
}

@media screen and (max-width: 736px) {
  .box-bukken-contact-tel > span , .box-bukken-contact-tel > a {
    padding-left: 28px;
    font-size: 1.7rem;
    background-size: 18px 16px;
  }
  .box-bukken-contact-tel > span:hover , .box-bukken-contact-tel > a:hover {
    text-decoration: none;
  }
}

.box-bukken-contact-text {
  margin-bottom: 27px;
  font-size: 1.1rem;
}

@media screen and (max-width: 736px) {
  .box-bukken-contact-text {
    margin-bottom: 14px;
  }
}

.box-bukken-contact-list {
  text-align: center;
}

.box-bukken-contact-list-item {
  display: inline-block;
  margin: 0 13px;
  padding-right: 12px;
  background: url(../../general/img/ico_arrow_right_02_pc.png) right center no-repeat;
}

@media screen and (max-width: 736px) {
  .box-bukken-contact-list-item {
    margin: 0 10px;
    padding-right: 12px;
    background: url(../../general/img/ico_arrow_right_03.png) right center no-repeat;
    background-size: 6px 10px;
  }
}

.box-bukken-contact-list-link {
  font-size: 1.3rem;
  color: #fff;
}

@media screen and (max-width: 736px) {
  .box-bukken-contact-list-link {
    font-size: 1.2rem;
  }
  .box-bukken-contact-list-link:hover {
    text-decoration: none;
  }
}

/* list-bukken-contact */
.list-bukken-contact {
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 50px;
  justify-content: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 736px) {
  .list-bukken-contact {
    margin: 50px -5px 50px;
    justify-content: center;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
  }
}

.list-bukken-contact-item {
  margin: 0 5px;
}

@media screen and (max-width: 736px) {
  .list-bukken-contact-item {
    width: 55%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px;
  }
  .list-bukken-contact-item:nth-child(n+2){
    margin-top: 15px;
  }
  .list-bukken-contact-item.favorite {
    width: 100%;
  }
}

.list-bukken-contact-link {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 8px 13px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: all .18s ease-out;
  background-color: #fff;
}

@media screen and (max-width: 736px) {
  .list-bukken-contact-link {
    padding: 10px 0;
    justify-content: center;
    -ms-flex-pack: center;
    transition: none;
  }
}

.list-bukken-contact-link:hover {
  text-decoration: none;
  opacity: 1.0;
}

@media screen and (max-width: 736px) {
  .list-bukken-contact-link:hover {
    opacity: 1.0;
  }
}

.list-bukken-contact-link.btn-basic-favorite {
  width: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 1.3rem;
}

@media screen and (max-width: 736px) {
  .list-bukken-contact-link.btn-basic-favorite {
    font-size: 1.1rem;
  }
}

.list-bukken-contact-link.btn-basic-favorite .btn-basic-favorite-icon {
  padding-left: 21px;
  background: url(../../general/img/ico_heart_01_no.png) left center no-repeat;
  background-size: 14px 12px;
}

.list-bukken-contact-link.btn-basic-favorite.is-faved .btn-basic-favorite-icon {
  padding-left: 21px;
  background: url(../../general/img/ico_heart_01_on.png) left center no-repeat;
  background-size: 14px 12px;
}

.list-bukken-contact-icon {
  display: block;
  margin-right: 7px;
  line-height: 0;
}

.list-bukken-contact-icon img {
  vertical-align: middle;
}

.list-bukken-contact-text {
  letter-spacing: 1px;
  font-size: 1.3rem;
  color: #fff;
}

@media screen and (max-width: 736px) {
  .list-bukken-contact-text {
    letter-spacing: 0;
    font-size: 1.1rem;
  }
}

.favorite .list-bukken-contact-link {
  padding: 8px 12px;
  color: #c7b482;
  border: 1px #c7b482 solid;
}

.favorite .list-bukken-contact-link:hover {
  color: #fff;
  background-color: #c7b482;
}

.favorite .list-bukken-contact-link:hover .btn-basic-favorite-icon {
  background: url(../../general/img/ico_heart_01_pc.png) left center no-repeat;
  background-size: 14px 12px;
}

.list-bukken-contact-link-blue {
  border: 1px #9094ae solid;
}

.list-bukken-contact-link-blue:hover {
  background-color: #222a5d;
}

.list-bukken-contact-link-blue:hover .list-bukken-contact-text {
  color: #fff;
}

.list-bukken-contact-link-blue:hover .list-bukken-contact-icon {
  background: url(../../general/img/ico_book_01_pc.png) top left no-repeat;
}

.list-bukken-contact-link-blue .list-bukken-contact-text {
  color: #222a5d;
}

.entry .list-bukken-contact-icon {
  width: 16px;
  height: 14px;
  background: url(../../general/img/ico_book_02_sp.png) top left no-repeat;
  background-size: 16px 13px;
}

.list-bukken-contact-link-green {
  border: 1px #2c4e2a solid;
}

.list-bukken-contact-link-green:hover {
  background-color: #2c4e2a;
}

.list-bukken-contact-link-green:hover .list-bukken-contact-text {
  color: #fff;
}

.list-bukken-contact-link-green .list-bukken-contact-text {
  color: #2c4e2a;
}

.reservation01 .list-bukken-contact-icon {
  width: 17px;
  height: 14px;
  background: url(../../general/img/ico_reservation_03_sp.png) top left no-repeat;
  background-size: 17px 14px;
}

.reservation01 .list-bukken-contact-link:hover .list-bukken-contact-icon {
  background: url(../../general/img/ico_reservation_01_pc.png) top left no-repeat;
  background-size: 17px 14px;
}

.reservation02 .list-bukken-contact-icon {
  width: 20px;
  height: 14px;
  background: url(../../general/img/ico_reservation_04_sp.png) top left no-repeat;
  background-size: 20px 14px;
}

.reservation02 .list-bukken-contact-link:hover .list-bukken-contact-icon {
  background: url(../../general/img/ico_reservation_02_pc.png) top left no-repeat;
  background-size: 20px 14px;
}

.list-bukken-contact-link-wine {
  border: 1px #cbabb7 solid;
}

.list-bukken-contact-link-wine:hover {
  background-color: #97586f;
}

.list-bukken-contact-link-wine:hover .list-bukken-contact-text {
  color: #fff;
}

.list-bukken-contact-link-wine .list-bukken-contact-text {
  color: #97586f;
}

.request .list-bukken-contact-icon {
  position: relative;
  width: 14px;
  height: 16px;
  margin-right: 8px;
}

.request .list-bukken-contact-icon:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 14px;
  height: 16px;
  margin-top: -8px;
  background: url(../../general/img/icn_documents_claimant_02.png) top left no-repeat;
  background-size: 14px 16px;
}

.request .list-bukken-contact-icon img {
  display: none;
}

.request .list-bukken-contact-link:hover .list-bukken-contact-icon:before {
  background: url(../../general/img/icn_documents_claimant_01.png) top left no-repeat;
  background-size: 14px 16px;
}

@media screen and (max-width: 1200px) {
  .area-user-footer-prpperty .area-recommend-inner , .area-user-footer-prpperty .area-recently-visited-inner {
    min-width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .js-slider-property-recommend {
    padding-bottom: 40px;
  }
  .js-slider-property-recommend .slick-prev , .js-slider-property-recommend .slick-next {
    top: 28.5%;
  }
}

@media screen and (max-width: 736px) {
  .js-slider-property-recommend:before {
    left: -5px;
  }
  .js-slider-property-recommend:after {
    right: -5px;
  }
  .js-slider-property-recommend .slick-prev , .js-slider-property-recommend .slick-next {
    top: 12.25%;
  }
}

.js-slider-property-visited {
  padding-bottom: 55px;
}

@media screen and (max-width: 1200px) {
  .js-slider-property-visited .slick-prev , .js-slider-property-visited .slick-next {
    top: 40.25%;
  }
}

@media screen and (max-width: 736px) {
  .js-slider-property-visited .slick-prev , .js-slider-property-visited .slick-next {
    top: 25.25%;
  }
}

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

.bnr-bukken img {
  max-width: 100%;
  margin: auto;
}

.bnr-bukken a {
  display: block;
  transition: all .18s ease-out;
}

.bnr-bukken a:hover {
  opacity: .7;
  -ms-filter: "alpha( opacity=70)";
  filter: alpha(opacity=70);
}

@media screen and (max-width: 736px) {
  .bnr-bukken a:hover {
    opacity: 1.0;
  }
}

.bnr-bukken .pc {
  display: block;
}

.bnr-bukken .sp {
  display: none;
}

@media screen and (max-width: 736px) {
  .bnr-bukken .pc {
    display: none !important;
  }
  .bnr-bukken .sp {
    display: block !important;
  }
}

.box-basic-card {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

.box-basic-card .ttl-basic-03 {
  margin-bottom: 20px;
}

.box-basic-card-col {
  width: 50%;
}

.box-basic-card-col:nth-child(odd) {
  padding-right: 15px;
}

.box-basic-card-col:nth-child(even) {
  padding-left: 15px;
}

.box-basic-card-in {
  padding: 30px;
  border: 1px #f0f0f0 solid;
}

.box-basic-card-image img {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .box-basic-card {
    display: block;
    margin-bottom: 30px;
  }
  .box-basic-card .ttl-basic-03 {
    margin-bottom: 15px;
  }
  .box-basic-card-col {
    width: 100%;
    margin-bottom: 15px;
  }
  .box-basic-card-col:nth-child(odd) {
    padding-right: 0;
  }
  .box-basic-card-col:nth-child(even) {
    padding-left: 0;
  }
  .box-basic-card-in {
    padding: 15px;
  }
}

/* ==========================================================
 service/index.html
========================================================== */
.cat-service {
  -webkit-text-size-adjust: 100%;
}

.cat-service .footer {
  padding-bottom: 100px;
}

@media screen and (max-width: 736px) {
  .cat-service .footer {
    padding-bottom: 83px;
  }
}

/* sec-cmn
---------------------------------------------------------- */
.sec-cmn {
  position: relative;
  width: 100%;
  padding: 72px 3% 80px;
}

@media screen and (max-width: 736px) {
  .sec-cmn {
    padding: 50px 0 30px;
  }
}

.sec-cmn.bg-gray {
  background-color: #f2f2f2;
}

.sec-cmn-inner {
  min-width: 1024px;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  .sec-cmn-inner {
    min-width: inherit;
    max-width: inherit;
    padding: 0 20px;
  }
}

/* ttl-basic-07
---------------------------------------------------------- */
.ttl-basic-07 {
  position: relative;
  margin-bottom: 44px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 2.4rem;
  color: #222;
}

.ttl-basic-07:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  margin-left: -20px;
  background-color: #6d4f7b;
}

@media screen and (max-width: 736px) {
  .ttl-basic-07 {
    margin-bottom: 26px;
    padding-bottom: 22px;
    font-size: 2.0rem;
  }
  .ttl-basic-07:after {
    width: 20px;
    height: 1px;
    margin-left: -10px;
  }
}

/* btn-basic
---------------------------------------------------------- */
/* btn-basic-large */
.list-service-button-01 .btn-basic-large , .list-service-button-02 .btn-basic-large {
  display: block;
  width: 100%;
  padding: 12px 10px 13px;
  transition: all .18s ease-out;
  text-align: center;
  font-size: 14px;
  border: 1px #222a5d solid;
}

@media screen and (max-width: 736px) {
  .list-service-button-01 .btn-basic-large , .list-service-button-02 .btn-basic-large {
    padding: 17px 5px 14px;
    transition: none;
  }
}

.list-service-button-01 .btn-basic-blue , .list-service-button-02 .btn-basic-blue {
  color: #fff;
  background-color: #222a5d;
}

.list-service-button-01 .btn-basic-blue:hover , .list-service-button-02 .btn-basic-blue:hover {
  color: #222a5d;
  background-color: #fff;
}

@media screen and (max-width: 736px) {
  .list-service-button-01 .btn-basic-blue:hover , .list-service-button-02 .btn-basic-blue:hover {
    color: #fff;
    background-color: #222a5d;
  }
}

.list-service-button-01 .btn-basic-blue-02 , .list-service-button-02 .btn-basic-blue-02 {
  color: #fff;
  border-color: #7a7f9e;
  background-color: #222a5d;
}

.list-service-button-01 .btn-basic-blue-02:hover , .list-service-button-02 .btn-basic-blue-02:hover {
  color: #222a5d;
  border-color: #7a7f9e;
  background-color: #fff;
}

@media screen and (max-width: 736px) {
  .list-service-button-01 .btn-basic-blue-02:hover , .list-service-button-02 .btn-basic-blue-02:hover {
    color: #fff;
    border-color: #7a7f9e;
    background-color: #222a5d;
  }
}

.list-service-button-01 .btn-basic-white , .list-service-button-02 .btn-basic-white {
  color: #222a5d;
  background-color: #fff;
}

.list-service-button-01 .btn-basic-white:hover , .list-service-button-02 .btn-basic-white:hover {
  color: #fff;
  background-color: #222a5d;
}

@media screen and (max-width: 736px) {
  .list-service-button-01 .btn-basic-white:hover , .list-service-button-02 .btn-basic-white:hover {
    text-decoration: none;
    color: #222a5d;
    background-color: #fff;
  }
}

.list-service-button-01 .btn-basic-white-02 , .list-service-button-02 .btn-basic-white-02 {
  color: #222a5d;
  border-color: #fff;
  background-color: #fff;
}

.list-service-button-01 .btn-basic-white-02:hover , .list-service-button-02 .btn-basic-white-02:hover {
  color: #fff;
  border-color: #7a7f9e;
  background-color: #222a5d;
}

@media screen and (max-width: 736px) {
  .list-service-button-01 .btn-basic-white-02:hover , .list-service-button-02 .btn-basic-white-02:hover {
    text-decoration: none;
    color: #222a5d;
    border-color: #fff;
    background-color: #fff;
  }
}

@media screen and (max-width: 736px) {
  .list-service-button-02 .btn-basic-large {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
  }
}

/* txt-service-intro
---------------------------------------------------------- */
.txt-service-intro {
  margin-bottom: 52px;
  text-align: center;
  font-family: "Noto SansJapanese";
  font-size: 1.5rem;
  line-height: 2;
  color: #222;
}

@media screen and (max-width: 736px) {
  .txt-service-intro {
    margin-bottom: 25px;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

/* list-service
---------------------------------------------------------- */
.list-service {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-service-item {
  width: 33.33%;
  padding: 0 10px 20px;
  text-align: center;
}

.service-top .list-service-item {
  width: 50%;
}

.list-service-box {
  padding: 50px 45px;
  background-color: #fff;
}

.list-service-icon {
  margin-bottom: 31px;
}

.list-service-link {
  display: inline-block;
  margin-bottom: 27px;
  padding-right: 15px;
  text-align: center;
  font-size: 1.7rem;
  color: #516d9a;
  background: url(/service/img/ico_arrow_down_01_pc.png) right center no-repeat;
}

.list-service-link.temp-no-link {
  padding-right: 0;
  color: #516d9a;
  background: none;
  cursor:text;
}

.list-service-link.temp-no-link:hover {
	text-decoration:none;
}

.list-service .list-basic-dot {
  margin-bottom: -15px;
  text-align: left;
}

.list-service .list-basic-dot-item {
  margin-bottom: 15px;
  line-height: 2;
}

.list-service .list-basic-dot-item::after {
  top: .95em;
  left: 6px;
}

@media screen and (max-width: 736px) {
  .list-service {
    position: relative;
    display: block;
    margin: 0 0 39px;
    padding-bottom: 40px;
  }
  .list-service:after {
    position: absolute;
    right: -20px;
    bottom: 0;
    left: -20px;
    display: block;
    content: "";
    height: 1px;
    border-bottom: 1px #e1e1e1 solid;
  }
  .list-service-item,
  .service-top .list-service-item {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .list-service-item:last-child {
    margin-bottom: 0;
  }
  .list-service-box {
    padding: 20px;
    border: 1px #eee solid;
  }
  .list-service-icon {
    width: 69px;
    margin: 0 auto 15px;
  }
  .list-service-icon img {
    width: 100%;
  }
  .list-service-link {
    margin-bottom: 10px;
    padding-right: 20px;
    font-size: 1.4rem;
    background: url(/service/img/ico_arrow_down_01_sp.png) right center no-repeat;
    background-size: 10px 6px;
  }
  .list-service-link:hover {
    text-decoration: none;
  }
  .list-service .list-basic-dot {
    margin-bottom: -13px;
  }
  .list-service .list-basic-dot-item {
    margin-bottom: 13px;
    line-height: 1.7;
  }
  .list-service .list-basic-dot-item::after {
    left: 7px;
  }
}

/* box-service
---------------------------------------------------------- */
.box-service-item {
  margin-bottom: 40px;
  padding: 53px 60px;
  background-color: #fff;
}

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

.box-service-title {
  margin-bottom: 40px;
  font-family: "Noto SansJapanese";
  font-size: 2.1rem;
  color: #222;
}

/* list-service-info */
.list-service-info-item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-bottom: 49px;
  border-bottom: 1px #eee solid;
}

.list-service-info-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.list-service-info-figure {
  margin-right: 50px;

  -ms-flex-order: 1;
  order: 1;
  -ms-flex: 0 0 285px;
  flex: 0 0 285px;
}

.list-service-info-figure img {
  width: 100%;
}

.list-service-info-box {
  margin-top: -7px;

  -ms-flex-order: 2;
  order: 2;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.list-service-info-title {
  margin-bottom: 27px;
  font-family: "Noto SansJapanese";
  font-size: 1.7rem;
  color: #222;
}

.list-service-info .txt-basic {
  margin-bottom: 7px;
  font-family: "Noto SansJapanese";
}

.list-service-info .list-basic-dot + .txt-basic {
  margin-top: 22px;
}

.list-service-info .list-basic-dot-item {
  margin-bottom: 16px;
  line-height: 1.9;
}

.list-service-info .list-basic-dot-item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 736px) {
  .box-service-item {
    display: block;
    margin-bottom: 30px;
    padding: 24px 20px 30px;
    border: 1px #eee solid;
  }
  .box-service-title {
    margin-bottom: 19px;
    font-size: 1.5rem;
  }
  /* list-service-info */
  .list-service-info-item {
    display: block;
    margin-bottom: 25px;
    padding-bottom: 30px;
  }
  .list-service-info-figure {
    width: 81.92%;
    margin: 0 auto;
  }
  .list-service-info-box {
    margin: 0 0 25px;
  }
  .list-service-info-title {
    margin-bottom: 12px;
    font-size: 1.3rem;
  }
  .list-service-info .txt-basic {
    margin-bottom: 7px;
  }
  .list-service-info .list-basic-dot + .txt-basic {
    margin-top: 16px;
  }
  .list-service-info .list-basic-dot-item {
    margin-bottom: 14px;
  }
}

/* list-service-step
---------------------------------------------------------- */
.list-service-step {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.list-service-step-item {
  width: 25%;
}

.list-service-step-title {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 97px;
  margin-bottom: 35px;
  padding: 0 12px 0 40px;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
}

.list-service-step-title:after {
  position: absolute;
  z-index: 5;
  top: 0;
  right: -28px;
  content: "";
  width: 0;
  height: 0;
  border-width: 48.5px 0 48.5px 28px;
  border-style: solid;
}

.list-service-step-item:nth-child(1) .list-service-step-title {
  padding: 0 40px;
  background-color: #af9eb7;
}

.list-service-step-item:nth-child(2) .list-service-step-title {
  background-color: #9983a2;
}

.list-service-step-item:nth-child(3) .list-service-step-title {
  background-color: #83698f;
}

.list-service-step-item:nth-child(4) .list-service-step-title {
  padding: 0 28px 0 40px;
  background-color: #6d4f7b;
}

.list-service-step-item:nth-child(1) .list-service-step-title:after {
  border-color: transparent transparent transparent #af9eb7;
}

.list-service-step-item:nth-child(2) .list-service-step-title:after {
  border-color: transparent transparent transparent #9983a2;
}

.list-service-step-item:nth-child(3) .list-service-step-title:after {
  border-color: transparent transparent transparent #83698f;
}

.list-service-step-item:nth-child(4) .list-service-step-title:after {
  display: none;
}

.list-service-step-text {
  padding: 7px 50px;
  font-size: 1.4rem;
  line-height: 1.9;
  border-left: 1px #e2dce5 solid;
}

.list-service-step-item:first-child .list-service-step-text {
  border-left: none;
}

@media screen and (max-width: 736px) {
  .list-service-step {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .list-service-step-item {
    position: relative;
    width: 100%;
    padding: 57px 20px 13px;

  }
  .list-service-step-item:after {
    position: absolute;
    z-index: 5;
    top: 100%;
    right: 0;
    left: 0;
    content: "";
    border-top: 26px solid;
    border-right: 44.5vw solid transparent;
    border-left: 44.5vw solid transparent;
  }
  .list-service-step-item:nth-child(1) {
    padding-top: 31px;
    background-color: #af9eb7;
  }
  .list-service-step-item:nth-child(2) {
    background-color: #9983a2;
  }
  .list-service-step-item:nth-child(3) {
    background-color: #83698f;
  }
  .list-service-step-item:nth-child(4) {
    padding-top: 51px;
    padding-bottom: 26px;
    background-color: #6d4f7b;
  }
  .list-service-step-item:nth-child(1):after {
    border-top-color: #af9eb7;
  }
  .list-service-step-item:nth-child(2):after {
    border-top-color: #9983a2;
  }
  .list-service-step-item:nth-child(3):after {
    border-top-color: #83698f;
  }
  .list-service-step-item:nth-child(4):after {
    display: none;
  }
  .list-service-step-title {
    position: relative;
    display: block;
    height: auto;
    margin-bottom: 9px;
    padding: 0;
    font-size: 1.6rem;
  }
  .list-service-step-title:after {
    display: none;
  }
  .list-service-step-item:nth-child(1) .list-service-step-title , .list-service-step-item:nth-child(4) .list-service-step-title {
    padding: 0;
  }
  .list-service-step-item:nth-child(1) .list-service-step-title , .list-service-step-item:nth-child(2) .list-service-step-title , .list-service-step-item:nth-child(3) .list-service-step-title , .list-service-step-item:nth-child(4) .list-service-step-title {
    background-color: transparent;
  }
  .list-service-step-text {
    padding: 0;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.9;
    color: #fff;
    border-left: none;
  }
}

/* box-service-button-01
---------------------------------------------------------- */
.box-service-button-01 {
  width: 800px;
  margin: 0 auto;
  padding: 30px;
  background-color: #222a5d;
}

.box-service-button-01-text {
  margin-bottom: 22px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
}

/* list-service-button-01 */
.list-service-button-01 {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
}

.list-service-button-01-item {
  width: 260px;
  margin: 0 15px;
}

@media screen and (max-width: 736px) {
  .box-service-button-01 {
    width: auto;
    padding: 26px 20px 40px;
  }
  .box-service-button-01-text {
    margin-bottom: 25px;
    font-size: 1.3rem;
  }
  /* list-service-button-01 */
  .list-service-button-01 {
    display: block;
  }
  .list-service-button-01-item {
    width: 67.7%;
    margin: 0 auto 20px;
  }
  .list-service-button-01-item:last-child {
    margin-bottom: 0;
  }
}

/* box-service-button-02
---------------------------------------------------------- */
.box-service-button-02 {
  position: fixed;
  z-index: 500;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 25px;
  background-color: #222a5d;
}

.box-service-button-02.is-fixed {
  position: fixed;
  z-index: 20;
  bottom: 0;
}

/* list-service-button-02 */
.list-service-button-02 {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
}

.list-service-button-02-item {
  width: 260px;
  margin: 0 15px;
}

@media screen and (max-width: 736px) {
  .box-service-button-02 {
    padding: 15px 5px;
  }
  /* list-service-button-02 */
  .list-service-button-02-item {
    width: 50%;
    margin: 0;
    padding: 0 5px;
  }
  .list-service-button-02-item > a {
    font-size: 1.2rem;
  }
}

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar , .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  max-width: 100%;

  height: 100%;
  outline: 0;

  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  left: auto;
  width: 18px;
  height: auto;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: "alpha(opacity=100)";
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools , .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  height: 100%;
  margin: 0 auto;
}

.mCSB_scrollTools .mCSB_dragger {
  z-index: 1;
  width: 100%;
  height: 30px;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar , .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail , .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}

.mCSB_scrollTools .mCSB_buttonDown , .mCSB_scrollTools .mCSB_buttonUp {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 20px;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;

}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 16px;
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal , .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  left: 0;
  width: 30px;
  height: 100%;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar , .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail , .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft , .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 20px;
  height: 100%;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

.mCSB_container_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  box-sizing: border-box;
  padding-right: 30px;
  padding-bottom: 30px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal , .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools , .mCSB_scrollTools .mCSB_buttonDown , .mCSB_scrollTools .mCSB_buttonLeft , .mCSB_scrollTools .mCSB_buttonRight , .mCSB_scrollTools .mCSB_buttonUp , .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail , .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar , .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail , .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools , .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: "alpha(opacity=0)";
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools , .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools , .mCustomScrollBox:hover > .mCSB_scrollTools , .mCustomScrollBox:hover ~ .mCSB_scrollTools , .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag , .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: white;
  -ms-filter: "alpha(opacity=100)";
  filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #c7b482;
  -ms-filter: "alpha(opacity=100)";
  filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar , .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #c7b482;
  -ms-filter: "alpha(opacity=90)";
  filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonDown , .mCSB_scrollTools .mCSB_buttonLeft , .mCSB_scrollTools .mCSB_buttonRight , .mCSB_scrollTools .mCSB_buttonUp {
  opacity: .4;
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  -ms-filter: "alpha(opacity=40)";
  filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonDown:active , .mCSB_scrollTools .mCSB_buttonLeft:active , .mCSB_scrollTools .mCSB_buttonRight:active , .mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  -ms-filter: "alpha(opacity=90)";
  filter: "alpha(opacity=90)";
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, .85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar , .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, .9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail , .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  border-radius: 1px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .1);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar , .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  border-radius: 1px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75);
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar , .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail , .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar , .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar , .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 1px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 1px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .75);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar , .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail , .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  border-radius: 2px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .1);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar , .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  border-radius: 2px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75);
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail , .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar , .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar , .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 2px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 2px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .75);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar , .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .1);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar , .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail , .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar , .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar , .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger , .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger , .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger , .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar , .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar , .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar , .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger , .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger , .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger , .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar , .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar , .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar , .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar , .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar , .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar , .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail , .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail , .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail , .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar , .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar , .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar , .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: 0 -1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail , .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail , .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail , .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar , .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar , .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar , .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar , .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar , .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail , .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail , .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail , .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail , .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail , .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  opacity: .3;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  -ms-filter: "alpha(opacity=30)";
  filter: "alpha(opacity=30)";
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail , .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar , .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar , .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar , .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-y;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar , .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar , .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar , .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger , .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger , .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d-dark.mCSB_scrollTools , .mCS-3d.mCSB_scrollTools {
  opacity: 1;
  -ms-filter: "alpha(opacity=30)";
  filter: "alpha(opacity=30)";
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar , .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail , .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar , .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 16px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail , .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar , .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar , .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar , .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar , .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar , .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar , .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar , .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar , .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail , .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar , .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools , .mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  -ms-filter: "alpha(opacity=30)";
  filter: "alpha(opacity=30)";
}

.mCS-3d-thick-dark.mCSB_scrollTools , .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer , .mCS-3d-thick.mCSB_scrollTools , .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical , .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical , .mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal , .mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar , .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  height: auto;
  margin: 2px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar , .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: auto;
  height: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar , .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar , .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar , .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, .05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, .2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar , .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar , .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar , .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, .05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail , .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail , .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical , .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal , .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal , .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal , .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical , .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: auto;
  left: 0;
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger , .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger , .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .2);
  -ms-filter: "alpha(opacity=20)";
  filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar , .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .5);
  -ms-filter: "alpha(opacity=50)";
  filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .2);
  -ms-filter: "alpha(opacity=20)";
  filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar , .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .5);
  -ms-filter: "alpha(opacity=50)";
  filter: "alpha(opacity=50)";
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail , .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .2);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar , .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar , .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail , .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar , .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail , .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail , .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail , .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail , .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail , .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail , .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar , .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail , .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail , .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail , .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail , .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail , .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;

  background-color: #000;
  background-color: rgba(0, 0, 0, .2);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar , .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar , .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar , .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar , .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar , .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: auto;
  margin: 3px 5px;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar , .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar , .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar , .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar , .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar , .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 6px;
  margin: 5px 3px;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail , .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail , .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail , .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail , .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail , .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp , .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp , .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown , .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown , .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft , .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft , .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight , .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight , .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar , .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar , .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar , .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar , .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar , .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar , .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar , .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar , .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar , .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail , .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail , .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp , .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp , .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown , .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown , .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft , .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft , .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight , .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight , .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail , .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, .2);
  background-color: transparent;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, .2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .6);
}


.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar , .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar , .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9);
}

.mCSB_scrollTools .mCSB_dragger {
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track , .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before , .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev , .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;

  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/*.slick-prev:hover , .slick-prev:focus , .slick-next:hover , .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}*/
.slick-prev:hover::before {
  left: 25%;
}
.slick-next:hover::before {
  right: 25%;
}

.slick-prev:hover:before , .slick-prev:focus:before , .slick-next:hover:before , .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before , .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before , .slick-next:before {
  font-family: "slick";
  font-size: 2rem;
  line-height: 1;
  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dots {
  position: absolute;
  bottom: 22px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

@media screen and (max-width: 736px) {
  .slick-dots li {
    margin: 0 7px;
  }
}

.slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  border: 0;
  border-radius: 100%;
  outline: none;
  background: #9c9c9c;
}

.slick-dots li button:hover , .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover {
  background: #ee7e1a;
}

.slick-dots li.slick-active button {
  background: #ee7e1a;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox , #cboxOverlay , #cboxWrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft , #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;

  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay , #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious , #cboxNext , #cboxClose , #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  display: block;
  float: left;
  max-width: none;
  margin: auto;
  -ms-interpolation-mode: bicubic;
  border: 0;
}

.cboxIframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

#colorbox , #cboxContent , #cboxLoadedContent {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  opacity: .8;
  background: #fff;
  filter: alpha(opacity=80);
}

#colorbox {
  outline: 0;
}

/*#cboxTopLeft{width:25px; height:25px; background:url(/gda/img/border1.png) no-repeat 0 0;}
#cboxTopCenter{height:25px; background:url(/gda/img/border1.png) repeat-x 0 -50px;}
#cboxTopRight{width:25px; height:25px; background:url(/gda/img/border1.png) no-repeat -25px 0;}
#cboxBottomLeft{width:25px; height:25px; background:url(/gda/img/border1.png) no-repeat 0 -25px;}
#cboxBottomCenter{height:25px; background:url(/gda/img/border1.png) repeat-x 0 -75px;}
#cboxBottomRight{width:25px; height:25px; background:url(/gda/img/border1.png) no-repeat -25px -25px;}
#cboxMiddleLeft{width:25px; background:url(/gda/img/border2.png) repeat-y 0 0;}
#cboxMiddleRight{width:25px; background:url(/gda/img/border2.png) repeat-y -25px 0;}*/
#cboxContent {
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

/*#cboxLoadedContent{margin-bottom:20px;}*/
#cboxTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #999;
}

#cboxCurrent {
  position: absolute;
  bottom: 0;
  left: 100px;
  color: #999;
}

/*#cboxLoadingOverlay{background:#fff url(/gda/img/loading.gif) no-repeat center center;}*/
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious , #cboxNext , #cboxSlideshow , #cboxClose {
  overflow: visible;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active , #cboxNext:active , #cboxSlideshow:active , #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  right: 42px;
  bottom: 0;
  color: #444;
}

/*#cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
#cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}*/
#cboxNext , #cboxPrevious {
  position: relative;
  display: block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  /*
  width: 12px;
  height: 22px;
  */
  transition: .2s opacity ease-out;
  text-indent: 100%;
  outline: none;
}

#cboxNext::before , #cboxPrevious::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 22px;
  height: 22px;
  margin: auto;
}

#cboxNext:hover , #cboxPrevious:hover {
  opacity: .85;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 20px;
}

@media screen and (max-width: 736px) {
  #cboxPrevious {
    left: 10px;
  }
}

#cboxPrevious::before {
  background: url(../../general/img/btn_modal_prev_01.png) center center no-repeat;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 20px;
}

@media screen and (max-width: 736px) {
  #cboxNext {
    right: 10px;
  }
}

#cboxNext::before {
  background: url(../../general/img/btn_modal_next_01.png) center center no-repeat;
}

#cboxClose {
  position: absolute;
  z-index: 999;
  top: 25px;
  right: 25px;
  display: none;
  overflow: hidden;
  width: 36px;
  height: 36px;
  text-indent: 100%;
}

@media screen and (max-width: 736px) {
  #cboxClose {
    top: 10px;
    right: 10px;
  }
}

#cboxClose::before , #cboxClose::after {
  position: absolute;
  top: 9px;
  left: 9px;
  content: "";
  width: 22px;
  height: 1px;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-color: #2b3263;
}

#cboxClose::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cboxClose::after {
  top: 24px;
  right: 9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft , .cboxIE #cboxTopCenter , .cboxIE #cboxTopRight , .cboxIE #cboxBottomLeft , .cboxIE #cboxBottomCenter , .cboxIE #cboxBottomRight , .cboxIE #cboxMiddleLeft , .cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

#cboxLoadedContent {
  width: 100%;
  max-width: 1100px;
  margin: 20px;
  padding: 45px 35px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .75);
}

@media screen and (max-width: 736px) {
  #cboxLoadedContent {
    max-width: 100%;
    margin: 10px;
    padding: 35px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .75);
  }
  #cboxLoadedContent .box-modal-inline {
    padding: 0 10px;
  }
}

#cboxCurrent {
  display: none !important;
}

/* ==========================================================
 for modules variations
========================================================== */
.sec-article-navi .mod-article-float-image img {
  margin-bottom: 10px;
}

.sec-article-navi .mod-article-float-image img + .mod-article-float-figcaption {
  margin-top: 3px;
}

.sec-article-navi .mod-article-float-details p {
  margin-bottom: 20px;
}

.sec-article-navi .box-basic-gray {
  margin-bottom: 20px;
}

.sec-article-navi .s-wh-auto {
  width: auto !important;
}

.s-m-00 {
  margin: 0 !important;
}

.s-mt-00 {
  margin-top: 0 !important;
}

.s-mb-00 {
  margin-bottom: 0 !important;
}

.s-mb-40 {
  margin-bottom: 40px !important;
}

.s-mb-50 {
  margin-bottom: 50px !important;
}

.form-block {
  display: block;
}

.ico-triangle-01 {
  display: block;
  width: 0;
  height: 0;
  margin: 0 10px 0 10px;
  border-width: 50px 0 50px 30px;
  border-style: solid;
  border-color: transparent transparent transparent #0223a5;
}

.ico-triangle-01.mt55 {
  margin-top: 55px;
}

@media screen and (max-width: 736px) {
  .ico-triangle-01 {
    width: 0;
    height: 0;
    margin: 10px auto;
    border-width: 30px 50px 0 50px;
    border-style: solid;
    border-color: #0223a5 transparent transparent transparent;
  }
  .ico-triangle-01.mt55 {
    margin-top: 10px;
  }
}

.grid-basic-article .col.col-arrow {
  padding: 150px 0 0 0;
}

.mod-article-float-image .ttl-article-float-image {
  margin-bottom: 10px;
  text-align: left;
  font-family: "Noto SansJapanese";
  font-size: 1.5rem;
}

@media screen and (max-width: 736px) {
  .mod-article-float-image .ttl-article-float-image {
    font-size: 1.4rem;
  }
}

/* area-user-footer 
---------------------------------------------------------- */
.area-user-footer-wrap {
  padding: 60px 2%;
  background-color: #f9f4f0;
}
.area-user-footer {
  background-color: #ffffff;
}
.area-user-footer-wrap > .area-user-footer:first-child {
  padding-top: 60px;
}
.area-user-footer .ttl-heading:after {
  display: none;
}

@media screen and (max-width: 736px) {
  .area-user-footer-wrap > .area-user-footer:first-child {
    padding-top: 45px;
  }
}




/* margin class
---------------------------------------------------------- */
/* margin top */
.m-t05 {
  margin-top: 5px !important;
}

.m-t10 {
  margin-top: 10px !important;
}

.m-t15 {
  margin-top: 15px !important;
}

.m-t20 {
  margin-top: 20px !important;
}

.m-t25 {
  margin-top: 25px !important;
}

.m-t30 {
  margin-top: 30px !important;
}

.m-t35 {
  margin-top: 35px !important;
}

.m-t40 {
  margin-top: 40px !important;
}

.m-t45 {
  margin-top: 45px !important;
}

.m-t50 {
  margin-top: 50px !important;
}

.m-t55 {
  margin-top: 55px !important;
}

.m-t60 {
  margin-top: 60px !important;
}

.m-t65 {
  margin-top: 65px !important;
}

.m-t70 {
  margin-top: 70px !important;
}

.m-t75 {
  margin-top: 75px !important;
}

.m-t80 {
  margin-top: 80px !important;
}

.m-t85 {
  margin-top: 85px !important;
}

.m-t90 {
  margin-top: 90px !important;
}

.m-t95 {
  margin-top: 95px !important;
}

.m-t100 {
  margin-top: 100px !important;
}

/* margin bottom */
.m-b05 {
  margin-bottom: 5px !important;
}

.m-b10 {
  margin-bottom: 10px !important;
}

.m-b15 {
  margin-bottom: 15px !important;
}

.m-b20 {
  margin-bottom: 20px !important;
}

.m-b25 {
  margin-bottom: 25px !important;
}

.m-b30 {
  margin-bottom: 30px !important;
}

.m-b35 {
  margin-bottom: 35px !important;
}

.m-b40 {
  margin-bottom: 40px !important;
}

.m-b45 {
  margin-bottom: 45px !important;
}

.m-b50 {
  margin-bottom: 50px !important;
}

.m-b55 {
  margin-bottom: 55px !important;
}

.m-b60 {
  margin-bottom: 60px !important;
}

.m-b65 {
  margin-bottom: 65px !important;
}

.m-b70 {
  margin-bottom: 70px !important;
}

.m-b75 {
  margin-bottom: 75px !important;
}

.m-b80 {
  margin-bottom: 80px !important;
}

.m-b85 {
  margin-bottom: 85px !important;
}

.m-b90 {
  margin-bottom: 90px !important;
}

.m-b95 {
  margin-bottom: 95px !important;
}

.m-b100 {
  margin-bottom: 100px !important;
}