@charset "utf-8";

html {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  line-height: 1.4;
  font-family: "メイリオ", Meiryo, Hiragino Sans, "ヒラギノ角ゴシック",
    Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Yu Gothic, "Arial",
    "Helvetica", sans-serif;
  color: #333;
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
p,
blockquote,
fieldset,
div {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul li,
ol li {
  list-style: none;
}

table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

caption {
  text-align: left;
}

table,
pre,
code,
select,
input,
textarea,
kbd,
var,
ins,
del,
samp {
  font-size: 100%;
}

address,
cite,
dfn,
em,
strong,
var,
th,
ins,
del,
samp {
  font-weight: normal;
  font-style: normal;
}

a img {
  border: 0;
}

.compAnnounce {
  width: 990px;
  margin: 10px auto 0;
  padding: 0 10px;
}
.compAnnounce__title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 10px;
}
.compAnnounce__importantText {
  display: flex;
  padding: 12px 12px 10px;
  border: #ff0032 1px solid;
  border-radius: 4px;
  background-color: #fff;
  align-items: center;
  font-size: 14px;
  line-height: 1.4;
}
.compAnnounce__txt {
  display: flex;
  padding: 12px 12px 10px;
  border: #0074b4 1px solid;
  border-radius: 4px;
  background-color: #fff;
  align-items: center;
  font-size: 14px;
  line-height: 1.4;
}
.compAnnounce__text {
  position: relative;
  padding: 12px 12px 10px 45px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  font-size: 14px;
}
.compAnnounce__text a {
  color: #006acc;
  text-decoration: none;
}
.compAnnounce__text a:hover {
  text-decoration: underline;
}
.compAnnounce__icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-right: 10px;
}
.compAnnounce__icon.svg--infoCircle--neutral50 {
  position: absolute;
  top: 11px;
  left: 11px;
}

.headerArea {
  width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

.wrppr {
  width: 990px;
  margin: 0 auto;
}

.cnt {
  min-width: 990px;
  background-color: #ededed;
}

.headerArea + .cnt,
.compAnnounce ~ .cnt,
.compAnnounce ~ .cnt--premium {
  margin-top: 10px;
}

.NoteExternal {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}

.keyVisual {
  height: 426px;
  background: url(https://s.yimg.jp/images/realestate/special/feature/new_contract10_2025/img/pc/special_key_visual_bg.png)
      center bottom / 1240px 411px no-repeat,
    url(https://s.yimg.jp/images/realestate/special/feature/new_contract10_2025/img/pc/special_key_visual_bg_pattern@2x.png)
      left top 55px / 22px 221px repeat-x;
  background-color: #c6a243;
  min-width: 990px;
}

.keyVisual__inner {
  position: relative;
  width: 990px;
  height: 100%;
  margin: 0 auto;
}

.keyVisual__ttl {
  position: absolute;
  top: 70px;
  left: 19px;
}

.keyVisual__lead img {
  display: block;
}

.keyVisual__txt {
  position: absolute;
  top: 290px;
  left: 50px;
}

.keyVisual__dtl {
  position: absolute;
  bottom: 10px;
  right: 20px;
  background-color: #fff;
}

.keyVisual__dtl__link {
  width: 234px;
  height: 45px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 5px 5px 35px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 600;
  color: #007aff;
  border-radius: 35px;
  text-decoration: none;
  line-height: 1;
  position: relative;
  border: 3px solid #8c6500;
  background: #fff url(../img/keyVisual_dtl_icon@2x.png) no-repeat left 10px
    center / 19px 23px;
}

.keyVisual__dtl__link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 6px;
  height: 6px;
  margin: auto;
  content: "";
  border-right: 1px solid #007aff;
  border-top: 1px solid #007aff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.keyVisual__dtl__link:hover {
  opacity: 0.8;
}

.keyVisual__dtl__link:visited {
  color: #007aff;
}

.keyVisual__dtl__subTxt {
  font-size: 14px;
}

.keyVisual__dtl__note {
  margin-top: 3px;
  color: #333;
  font-size: 12px;
  font-weight: normal;
}

/* area */
.areaNav {
  background-color: #f4f4f4;
  border-top: 1px solid #e3e3e3;
  overflow: hidden;
  min-width: 990px;
}

.areaNav ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  width: 990px;
}

.areaNav ul li {
  position: relative;
  flex: 1;
  text-align: center;
}

.areaNav ul li::before {
  content: url(../img/line_dot.png);
  width: 1px;
  height: 25px;
  position: absolute;
  top: 7px;
  left: 0;
}

.areaNav ul li:last-child::after {
  content: url(../img/line_dot.png);
  width: 1px;
  height: 25px;
  position: absolute;
  top: 7px;
  right: 0;
}

.areaNav ul li:first-child {
  border-left: 0;
}

.areaNav ul li a {
  color: #006acc;
  display: block;
  font-weight: normal;
  font-size: 15px;
  padding: 9px 0 8px;
  text-decoration: none;
}

.areaNav ul li .current {
  display: block;
  cursor: default;
  color: #916800;
  font-weight: 600;
  padding: 9px 0 8px;
}

.areaNav ul li .disabled {
  color: #7a7a7a;
  display: block;
  cursor: default;
  padding: 9px 0 8px;
}

.areaNav ul li .currentMark {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 8px 11px;
  border-color: transparent transparent #020933 transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.areaNav ul li a:hover {
  text-decoration: underline;
}

/* area2 */
.areaNav2 {
  background-color: #020933;
  overflow: hidden;
  min-width: 990px;
}

.areaNav2 ul {
  display: flex;
  justify-content: start;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  width: 990px;
}

.areaNav2 ul li::after {
  content: "/";
  color: #fff;
  display: inline-block;
  margin-right: 7px;
}

.areaNav2 ul li:last-child::after {
  content: "";
  margin-right: 0;
}

.areaNav2 ul li > span.current {
  display: inline-block;
  font-weight: 600;
  color: #daab35;
  font-size: 15px;
  padding: 11px 7px 8px 0;
}

.areaNav2 ul li > span.disabled {
  display: inline-block;
  font-weight: normal;
  color: #a8a7a7;
  font-size: 15px;
  padding: 11px 7px 8px 0;
}

.areaNav2 ul li a {
  color: #fff;
  display: inline-block;
  font-weight: normal;
  font-size: 15px;
  padding: 11px 7px 8px 0;
  text-decoration: none;
}

.areaNav2 ul li a:hover {
  text-decoration: underline;
}

/* listPagination */
.listPagination {
  padding: 10px 0;
  min-width: 990px;
}

.listPagination__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  width: 990px;
}

.listPagination__number {
  font-size: 15px;
}

.listPagination__number em {
  font-weight: 600;
  font-size: 24px;
  color: #d73e04;
}

.listPagination__cont {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.listPagination__cont li + li {
  margin-left: 5px;
}

.listPagination__cont span {
  font-weight: 600;
}

.listPagination__cont a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 31px;
  box-shadow: 0 -2px 0 0 #e5e5e5 inset;
  padding: 5px 10px;
  border: #c0c0c0 1px solid;
  border-radius: 4px;
  background-color: #fff;
  text-decoration: none;
  color: #333;
  font-weight: 600;
}

.listPagination__cont a:hover {
  color: rgba(51, 51, 51, 0.8);
}

/* allChk */
.allChk {
  width: 100%;
  min-width: 990px;
  position: sticky;
  top: 0;
  background-color: #f6f6f6;
  z-index: 101;
}

.allChk.fixedBottom--hide {
  position: fixed;
  top: inherit;
  bottom: 0;
  z-index: 100;
  max-height: 0;
  transition: max-height 0.1s linear;
}

.allChk.fixedBottom--show {
  position: fixed;
  top: inherit;
  bottom: 0;
  z-index: 100;
  max-height: 165px;
  transition: max-height 0.2s;
}

.allChk__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 6px 20px;
}

.allChk__wrap li:last-child {
  margin-left: auto;
}

.allChk__arrow {
  background: url(../img/allChk_arrow.png) no-repeat 0 0;
  width: 42px;
  height: 28px;
  margin: 0 5px;
}

.allChk__wrqtBtn {
  width: 195px;
  height: 40px;
  background-color: #c6c6c6;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  padding: 5px 0;
  text-align: center;
}

.allChk__wrqtBtn.on {
  background-color: #c66712;
  cursor: pointer;
}

.allChk__wrqtBtn .smTxt {
  font-size: 12px;
}

.allChk__wrqtBtn input {
  display: none;
}

.allChk__wrqtBtn:hover {
  background-position: 0 -38px;
}

.allChk__wrqtBtn:focus {
  outline: 0;
}

.allChk__btn--off,
.allChk__btn--on {
  position: relative;
  width: 318px;
  height: 50px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  border: 1px solid #cecece;
  border-radius: 4px;
  box-sizing: border-box;
}

.allChk__btn--off {
  background-color: #fff;
}

.allChk__btn--on {
  color: #fff;
  box-shadow: none;
  border: none;
  background-color: #996e00;
}

.allChk__btn__input {
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0;
}

.allChk__btn__label {
  cursor: pointer;
  display: block;
  height: calc(100% - 12px);
  padding: 12px 0 0 65px;
  outline: none;
}

.allChk__btn__bgTxt {
  font-weight: 600;
  font-size: 14px;
}

.allChk__btn__bgTxt::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 15px;
  left: 10px;
  width: 50px;
  height: 24px;
  background: url(../img/all_check_sprite.png) 0 0 / 50px 96px no-repeat;
}

.allChk__btn__label:hover .allChk__btn__bgTxt {
  opacity: 0.8;
}

.allChk__btn__smTxt {
  margin-left: 5px;
  font-weight: normal;
  font-size: 10px;
  vertical-align: middle;
}

.allChk__btn__input:checked + .allChk__btn__bgTxt:before {
  background-position: 0 -24px;
}

.allChk__contract {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.allChk__contract__label {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.allChk__contract__input[type="checkbox"] {
  position: relative;
  margin: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}

.allChk__contract__txt {
  padding-left: 34px;
  position: relative;
}

.allChk__contract__txt::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  content: "";
  background: url(../img/check_sprite.png) 0 0 / 24px 48px no-repeat;
}

.allChk__contract__input[type="checkbox"]:checked
  + .allChk__contract__txt::after {
  background-position: 0 -24px;
}

.allChk__contract__modal {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/svg--questionCircle--neutral70.svg) no-repeat center
    center / 22px 22px;
  margin-left: 6px;
  padding: 4px;
}

.allChk__contract__modal:hover {
  opacity: 0.8;
}

.allChk__pTop {
  width: 135px;
  height: 30px;
  border: 1px solid #cecece;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  text-align: center;
  margin-left: 26px;
  background-color: #fff;
}

.allChk__pTop a {
  display: block;
  color: #333;
  padding-top: 3px;
  font-size: 12px;
  text-decoration: none;
}

.allChk__pTop a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.allChk__pTop a span {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}

.allChk__iconPtop {
  display: inline-block;
  background: url(../img/icon_up.png) no-repeat 0 0;
  width: 19px;
  height: 19px;
  margin: 3px 0 0 5px;
}

.allChk__box {
  position: relative;
  cursor: pointer;
  display: block;
  margin-right: 20px;
  padding-left: 60px;
  outline: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
}

.allChk__box__input {
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0;
}

.allChk__box__txt {
  display: block;
  margin-left: 10px;
}

.allChk__box__txt::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 50px;
  height: 24px;
  background: url(../img/all_check_sprite.png) 0 -48px / 50px 96px no-repeat;
}

.allChk__box__smTxt {
  margin-left: 5px;
  font-weight: normal;
  font-size: 10px;
}

.allChk__box__input:checked + .allChk__box__txt::before {
  background-position: 0 -72px;
}

.allChk__rqtBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 335px;
  height: 50px;
  background-color: #996e00;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  cursor: pointer;
  margin-left: 25px;
}

.allChk__rqtBtn:hover {
  opacity: 0.8;
}

.allChk__rqtBtn__smTxt {
  font-weight: normal;
  font-size: 11px;
}

.allChk__rqtBtn input {
  display: none;
}

.chkBox {
  display: inline-flex;
  position: absolute;
  top: 9px;
  left: 9px;
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.chkBox__label {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.chkBox input[type="checkbox"] {
  position: relative;
  margin: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}

.chkBox__item {
  display: inline-flex;
  position: relative;
  min-height: 24px;
  width: 24px;
  box-sizing: border-box;
}

.chkBox__item::after {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  content: "";
  background: url(../img/check_sprite.png) 0 0 / 24px 48px no-repeat;
}

.chkBox input[type="checkbox"]:checked + .chkBox__item::after {
  background-position: 0 -24px;
}

/* thumb*/
.resultList {
  width: 990px;
  margin: 0 auto;
}

.mainThumbList {
  margin: 20px 20px 0;
}

.mainThumbList__item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border: #c9c9c9 1px solid;
}

.mainThumbList__item + .mainThumbList__item {
  margin-top: 20px;
}

.mainThumbList__imgThumbSlider {
  width: 450px;
  height: 300px;
}

.mainThumbList__imgThumbSlider__prev,
.mainThumbList__imgThumbSlider__next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(35, 35, 35, 0.7);
  z-index: 1;
  margin-top: -20px;
}
.mainThumbList__imgThumbSlider__prev {
  left: 0;
  margin-left: -3px;
}
.mainThumbList__imgThumbSlider__next {
  right: 0;
  margin-right: -3px;
}

.mainThumbList__imgThumbSlider__prev:hover,
.mainThumbList__imgThumbSlider__next:hover {
  opacity: 0.8;
  cursor: pointer;
}

.mainThumbList__imgThumbSlider__prev:before,
.mainThumbList__imgThumbSlider__next:before {
  display: block;
  content: "";
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  width: 22px;
  height: 22px;
  margin-top: 8px;
}

.mainThumbList__imgThumbSlider__prev::before {
  transform: rotate(45deg);
  margin-left: 15px;
}

.mainThumbList__imgThumbSlider__next::before {
  transform: rotate(-135deg);
  margin-right: 15px;
}

.mainThumbList__imgThumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}

.mainThumbList__imgThumb__image {
  max-width: 450px;
  max-height: 300px;
  vertical-align: bottom;
}

@supports (object-fit: cover) {
  .mainThumbList__imgThumb__image {
    width: 450px;
    height: 300px;
    object-fit: cover;
  }
}

.mainThumbList__wrap {
  padding: 0 15px 10px;
  flex: 1;
}

.mainThumbList__tag {
  height: 22px;
  margin-top: -10px;
}

.mainThumbList__bknInfo {
  padding-top: 10px;
}

.mainThumbList__ttl {
  font-size: 16px;
  font-weight: 600;
}

.mainThumbList__ttl__link {
  color: #006acc;
  text-decoration: none;
}

.mainThumbList__ttl__link:hover {
  text-decoration: underline;
}

.mainThumbList__address {
  margin-top: 3px;
  font-size: 13px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 458px;
  -webkit-text-size-adjust: 100%;
}

.mainThumbList__leadTxt {
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.5;
  width: 458px;
}

.mainThumbList__event {
  margin-top: 10px;
  padding-bottom: 8px;
  background-color: #f7f7f5;
}

.mainThumbList__event__ttl {
  width: 458px;
  font-size: 13px;
  font-weight: 600;
  box-sizing: border-box;
  padding: 8px 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mainThumbList__event__tag {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  border-radius: 20px;
  box-sizing: border-box;
  height: 20px;
  padding: 0 10px;
  margin-right: 5px;
  line-height: 20px;
  background-color: #755400;
}

.mainThumbList__event__lead {
  margin: 5px 8px 0;
  font-size: 12px;
}

.mainThumbList__event__lead__link {
  color: #006acc;
  text-decoration: none;
}

.mainThumbList__event__lead__link:hover {
  text-decoration: underline;
}

/* 成約者の声モジュール枠 */
.mainThumbList__comment {
  margin-top: 10px;
}

/* 成約者の声モジュール　タイトル */
.mainThumbList__comment__ttl {
  font-weight: 600;
  font-size: 13px;
  padding-left: 29px;
  margin-bottom: 10px;
  background: url(../img/svg--reviews--brand.svg) left center / 24px 24px
    no-repeat;
}

/* 成約者の声もっと見るリンク */
.mainThumbList__comment__moreLink {
  display: block;
  margin-top: 10px;
  text-align: right;
  font-size: 13px;
  color: #006acc;
  line-height: 1;
  text-decoration: none;
}

.mainThumbList__comment__moreLink:hover {
  text-decoration: underline;
}

/* ↓↓↓成約者の声レビュー返信 REALESTATE-65504 ↓↓↓ */
/* 成約者の声 */
.mainThumbList__contractComment2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mainThumbList__contractComment2__wrap {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #24a265;
  border-radius: 4px;
}

.mainThumbList__contractComment2__category {
  padding: 5px 10px 3px;
  border-radius: 4px 4px 0 0;
  background-color: #e6f2f0;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.mainThumbList__contractComment2__cnt {
  margin-top: 5px;
  display: flex;
  align-items: center;
}

.mainThumbList__contractComment2__date {
  margin-left: 20px;
  font-size: 12px;
  color: #333;
}

.mainThumbList__contractComment2__attribute {
  margin-left: 10px;
  font-size: 13px;
}

.mainThumbList__contractComment2__comment {
  padding: 10px;
}

.mainThumbList__contractComment2__txt {
  font-size: 13px;
  color: #333;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* レビュー返信 */
.mainThumbList__contractComment2__reply {
  border-top: 1px solid #d6d6d6;
  margin-top: 10px;
  padding-top: 10px;
}

.mainThumbList__contractComment2__reply__ttl {
  display: flex;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  align-items: center;
  padding-left: 25px;
  background: url(../img/svg--arrowDown.svg) left center / 20px 20px no-repeat;
}

.mainThumbList__contractComment2__reply__imgIcon {
  margin-top: 7px;
  align-self: flex-start;
}

.mainThumbList__contractComment2__reply__txt {
  color: #333333;
  font-size: 13px;
  margin-left: 10px;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* ↑↑↑成約者の声レビュー返信 REALESTATE-65504 ↑↑↑ */

.mainThumbList__btn {
  display: flex;
  box-sizing: border-box;
  margin-top: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mainThumbList__btn__item {
  width: 227px;
}

.mainThumbList__btn__itemWide {
  width: 227px;
  position: relative;
}

.mainThumbList__btn__link--shiryo,
.mainThumbList__btn__link--kengaku {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 55px;
  box-sizing: border-box;
  border-radius: 4px;
  color: #fffefe;
  line-height: 1.2;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.mainThumbList__btn__link--shiryo::after,
.mainThumbList__btn__link--kengaku::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  content: "";
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 10px;
  left: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mainThumbList__btn__link--shiryo:hover,
.mainThumbList__btn__link--kengaku:hover {
  color: #fff;
  opacity: 0.8;
}

.mainThumbList__btn__link--shiryo {
  background-color: #996e00;
}

.mainThumbList__btn__link--kengaku {
  background-color: #0e1b69;
}

.mainThumbList__btn__txt {
  font-size: 15px;
  font-weight: 600;
}

.mainThumbList__btn__txtS {
  font-size: 13px;
}

.mainThumbList__btn__subTxt {
  font-size: 11px;
  font-weight: normal;
  display: block;
}

.mainThumbList__btn__subTitleLow {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

.mainThumbList__info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 15px;
  border-top: #c9c9c9 1px solid;
  z-index: 10;
}

.mainThumbList__txtBox {
  width: 430px;
  align-self: flex-start;
  box-sizing: border-box;
  margin-right: 20px;
  font-size: 13px;
}

.mainThumbList__txtBox__ttl {
  -webkit-text-size-adjust: 100%;
  font-size: 13px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mainThumbList__txtBox__ttl + .mainThumbList__dtl {
  margin-top: 3px;
}

.mainThumbList__txtBox__upDate {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  border-radius: 20px;
  box-sizing: border-box;
  height: 20px;
  padding: 2px 10px;
  margin-right: 5px;
  background-color: #d73e04;
}

.mainThumbList__txtBox__upDate__link {
  color: #006acc;
  text-decoration: none;
}

.mainThumbList__txtBox__upDate__link:hover {
  text-decoration: underline;
}
.mainThumbList__corpBox {
  width: 468px;
}

.mainThumbList__corpBox__info {
  display: inline-flex;
  align-self: center;
  box-sizing: border-box;
  background: #f7f7f5;
  padding: 10px 15px;
}

.mainThumbList__corpBox__info__detail__link {
  border-left: 1px solid #d6d6d6;
  margin-left: 15px;
  padding-left: 15px;
}

.mainThumbList__corpBox__info__detail__ttl {
  max-width: 310px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.mainThumbList__corpBox__info__detail--tagBoost {
  font-size: 12px;
  font-weight: 600;
  color: #d73e04;
}

.mainThumbList__corpBox__info__detail--tagReview {
  font-size: 12px;
  font-weight: 600;
  color: #008277;
}

.mainThumbList__corpBox__info__detail__link {
  display: flex;
  align-items: center;
}

.mainThumbList__corpBox__info__detail__link a {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  color: #006acc;
  text-decoration: none;
}

.mainThumbList__corpBox__info__detail__link a:hover {
  text-decoration: underline;
}

.mainThumbList__dtl__ttl {
  display: inline-block;
  color: #996e00;
  font-size: 12px;
}

.mainThumbList__dtl__txt {
  display: inline;
  font-size: 13px;
}

.mainThumbList__dtl__txtPrice {
  display: inline;
  color: #d73e04;
  font-size: 14px;
}

.mainThumbList__ppc {
  margin-top: 10px;
  text-align: center;
}

.mainThumbList__ppc__txt {
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}

.mainThumbList__ppc__number {
  font-size: 18px;
  font-weight: 600;
  color: #006acc;
  padding-left: 30px;
  background: url(../img/icon_phone.png) no-repeat 0 -1px / 20px 20px;
}

.mainThumbList__ppc__icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/svg--questionCircle--neutral70.svg) no-repeat 0 0 /
    22px 22px;
  position: relative;
  margin-left: 3px;
  vertical-align: middle;
}

.mainThumbList__ppc__icon:hover {
  opacity: 0.8;
}

.mainThumbList__ppc__infoCnt {
  position: absolute;
  left: -297px;
  top: 32px;
  z-index: 3;
  width: 300px;
  padding: 0 15px 10px;
  border: #d4d4d4 2px solid;
  background-color: #fff;
}

.mainThumbList__ppc__infoCnt::before {
  position: absolute;
  top: -11px;
  right: 17px;
  margin-left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 9px 6.5px;
  border-color: transparent transparent #d4d4d4 transparent;
  content: "";
}

.mainThumbList__ppc__popUpPos,
.mainThumbList__ppc__cntInner {
  position: relative;
  z-index: 11;
}

.mainThumbList__ppc__ttl {
  margin: 0 -15px 3px;
  padding: 10px 45px 9px 15px;
  background-color: #ededeb;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
}

.mainThumbList__ppc__closeBtn {
  display: block;
  position: absolute;
  top: 7px;
  right: -5px;
}

.mainThumbList__ppc__iconClose {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/icon_close.png) no-repeat center center;
  z-index: 10;
}

.mainThumbList__ppc__iconClose:hover {
  opacity: 0.8;
}

.mainThumbList__ppc__iconClose span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  opacity: 0;
}

.mainThumbList__ppc__name {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
}

.mainThumbList__ppc__infoTxt {
  margin-top: 5px;
  font-size: 12px;
  text-align: left;
}

/* subThumbList */
.subThumbList {
  margin: 25px 20px 0;
}

.subThumbList__item {
  min-height: 135px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  margin-top: 25px;
  border: #c9c9c9 1px solid;
}

.subThumbList__item:hover {
  background-color: #faf9f4;
}

.subThumbList__item:hover .subThumbList__name {
  color: #0275d1;
  text-decoration: underline;
}

.subThumbList__chkBox {
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 1;
  width: 32px;
  overflow: hidden;
}

.subThumbList__chkBox input[type="checkbox"] {
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.subThumbList__chkBox input[type="checkbox"] + label {
  cursor: pointer;
  display: block;
  width: 32px;
  height: 32px;
  padding-left: 45px;
  background: url(../img/check_sprite.png) no-repeat 0 0;
  outline: none;
}

.subThumbList__chkBox input[type="checkbox"]:checked + label {
  background-position: 0 -32px;
}

.subThumbList__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.subThumbList__bknInfo {
  width: 643px;
  margin: 0 15px 10px 55px;
}

.subThumbList__name {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #006acc;
}

.subThumbList__tag {
  position: absolute;
  top: -10px;
  right: 297px;
  height: 22px;
}

.subThumbList__address {
  font-size: 13px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-text-size-adjust: 100%;
}

.subThumbList__dtl {
  line-height: 1.2;
}

.subThumbList__dtl__ttl {
  display: inline;
  color: #8f5115;
  font-size: 12px;
}

.subThumbList__dtl__txt {
  display: inline;
  font-size: 13px;
}

.subThumbList__dtl__txtPrice {
  display: inline;
  color: #d73e04;
  font-size: 13px;
}

.subThumbList__btn {
  align-self: center;
  margin: 10px 0;
  background-color: #fff;
}

.subThumbList__btn__item {
  width: 220px;
  position: relative;
}

.subThumbList__btn__item + .subThumbList__btn__item {
  margin-top: 5px;
}

.subThumbList__btn__link--shiryo,
.subThumbList__btn__link--kengaku {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 55px;
  box-sizing: border-box;
  border-radius: 4px;
  color: #fffefe;
  line-height: 1.2;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.subThumbList__btn__link--shiryo::after,
.subThumbList__btn__link--kengaku::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  content: "";
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 10px;
  left: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.subThumbList__btn__link--shiryo:hover,
.subThumbList__btn__link--kengaku:hover {
  color: #fff;
  opacity: 0.8;
}

.subThumbList__btn__link--shiryo {
  background-color: #996e00;
}

.subThumbList__btn__link--kengaku {
  background-color: #0e1b69;
}

.subThumbList__btn__txt {
  font-size: 15px;
  font-weight: 600;
}

.subThumbList__btn__txt--small {
  margin-top: 3px;
  font-size: 13px;
  font-weight: 600;
}

.subThumbList__btn__txtS {
  font-size: 13px;
}

.subThumbList__btn__subTxt {
  font-size: 11px;
  font-weight: normal;
}

.subThumbList__btn__link--kengaku .subThumbList__btn__subTxt {
  display: block;
}

.subThumbList__btn__subTitleLow {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

/* footer */
.footerLink {
  padding: 10px 0;
}

.footerLink p a {
  text-decoration: none;
}

.footerLink p a:hover {
  text-decoration: underline;
}

#footer {
  background-color: #020933;
  padding: 10px 0 60px;
}

#footer address {
  border: none;
  color: #fff;
  font-size: small;
  line-height: 1.4;
}

#footer address a {
  color: #fff;
  text-decoration: none;
}

#footer address a:hover {
  text-decoration: underline;
}

#footer address p {
  margin-bottom: 10px;
}

/* swiper.js */
.swiper {
  position: relative;
  width: 450px;
  height: 300px;
  overflow: hidden;
}

/* Modal */
.compModal--hide,
.compModal--show {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5500000;
}
.compModal--hide {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.compModal--show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media print {
  .compModal--hide {
    display: none;
  }
}
.compModal__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5400000;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.compModal__overlay:hover {
  cursor: pointer;
}
.compModal__close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 120px;
  height: 44px;
  border-radius: 4px 4px 0 0;
  background-color: #000;
}
.compModal__close__link {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 4px 10px;
  font-size: 16px;
  text-decoration: none;
}
.compModal__close__link:hover {
  color: #fff;
}
.compModal__close__link:visited {
  color: #fff;
}
.compModal__close__link:hover {
  text-decoration: underline;
}
.compModal__close__icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  margin-right: 10px;
}
.compModal__cont--s {
  display: flex;
  position: relative;
  z-index: 5500000;
  width: auto;
  margin: 94px auto 50px;
  flex-direction: column;
  background-color: #fff;
  max-width: 690px;
  max-height: calc(100% - 144px);
}
@media screen and (max-width: 710px) {
  .compModal__cont--s {
    margin: 94px 10px 50px;
  }
}
.compModal__header {
  z-index: 5700000;
  padding: 10px 15px 9px;
  border-bottom: 1px solid #d6d6d6;
  background-color: #fff;
}
.compModal__header__ttl {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 17px;
  padding-left: 9px;
}
.compModal__header__ttl::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 3px;
  height: 17px;
  border-radius: 2px;
  vertical-align: middle;
  content: "";
  background-color: #008277;
}
.compModal__body {
  overflow-y: scroll;
  flex: 1 1 auto;
}
.compModal__body__inner--s {
  min-width: 640px;
  padding: 15px 15px 30px;
}
.compModal__body__inner--s _:-ms-input-placeholder,
:root .compModal__body__inner--s {
  max-height: calc(82vh - 96px);
}
.compModal__body__main {
  overflow: auto;
  padding: 15px 15px 30px;
  min-width: 829px;
  flex: 1;
}

.modalContract__ttl {
  min-height: 28px;
  padding: 4px 10px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 600;
  background-color: #e9e9e9;
}

.modalContract__txt {
  margin-top: 10px;
  font-size: 14px;
}

.modalContract__txt + .modalContract__ttl {
  margin-top: 20px;
}
