@charset "utf-8";

/* CSS Document */

/* --------------------
ヘッダー電話番号あり用
---------------------*/
#Wrap {
  padding: 0;
  overflow: hidden;
}
#Wrap #headerContents {
  background: rgba(255, 255, 255, 0.85);
  border-bottom: none;
}
#Wrap #gnav {
  background: none;
  border: none;
}
#Wrap #gnav .mega-menu > li {
  padding: 17px 0 6px;
  margin: 0;
  border: none;
}
#Wrap #gnav .mega-menu > li > a {
  border-left: 1px solid #e2e2e2;
}
#Wrap #gnav .mega-menu > li:last-child > a {
  border-right: 1px solid #e2e2e2;
}
#Wrap #gnav > .mega-menu > li.mega:hover {
  background: rgba(252, 252, 252, 0.9);
  border-radius: 8px 8px 0 0;
}
#Wrap #gnav .menu-info {
  background: rgba(252, 252, 252, 0.9);
  border-radius: 8px;
  top: 50px;
}
#Wrap #gnav .menu-info::before {
  background: none;
}
.menuListBtn {
  background: none;
}
#nav_overlay {
  z-index: 1;
}
/* --------------------
コンテンツ共通
---------------------*/
#contentsArea section {
  margin: 80px 0;
}
#contentsArea .btn a {
  width: 300px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #333;
  border: 1px solid #333;
  border-radius: 2px;
  padding: 16px 0;
  margin: 0 auto;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.3s;
}
#contentsArea .btn a:hover {
  color: #fff;
  background: var(--main-color);
  border: 1px solid var(--main-color);
}

/* ===================================
ファーストビュー
=================================== */
.full.topSlider {
  position: relative;
}
.topAreaWrap {
  text-align: right;
  position: relative;
  margin: 0 0 130px;
  padding: 50px 0;
  background: url('../img/fv_bg_pc_01.png') no-repeat left bottom, url('../img/fv_bg_pc_02.png') no-repeat right top, var(--sub-color-02);
  z-index: 1;
}
#topArea {
  position: relative;
  z-index: 1;
  width: calc(67% - 120px);
  height: calc(100vh - 260px);
  display: inline-block;
}
#hero {
  position: relative !important;
}
#hero.heroSlider .slick-slide {
  height: calc(100vh - 260px);
  background: no-repeat 50% / cover;
  overflow: hidden;
  /* ↓テキストを垂直中央にするため */
  display: flex;
  justify-content: center;
  align-items: center;
  /* ↓背景画像ZOOM */
}
#hero.heroSlider .slick-list {
  border-radius: 40px 0 0 40px;
  overflow: hidden;
}
#hero.heroSlider .slick-slide:nth-child(1) {
  background-image: url('../img/fv_img_pc_01.jpg');
}
#hero.heroSlider .slick-slide:nth-child(2) {
  background-image: url('../img/fv_img_pc_02.jpg');
}
#hero.heroSlider .slide-animation {
  animation: fadezoom 15s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

@media all and (-ms-high-contrast: none) {
  /* IEのみ */
  #hero.heroSlider .slide-animation {
    animation: none;
  }
}
#hero.heroSlider .slick-dots {
  position: absolute;
  right: 50px;
  bottom: -20px;
  display: flex;
  gap: 15px;
}
#hero.heroSlider .slick-dots li {
  position: relative;
  background: none;
  display: flex;
}
#hero.heroSlider .slick-dots button {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #b3b3b3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #fff;
  cursor: pointer;
  outline: none;
}
#hero.heroSlider .slick-dots li:hover {
  cursor: pointer;
}
#Wrap #hero.heroSlider .slick-dots li.slick-active button {
  color: var(--main-color);
  background: #fff !important;
}
#hero.heroSlider .slick-dots svg {
  transform: rotate(-90deg);
  position: absolute;
  left: -2px;
  top: -2px;
  outline: none;
  width: 44px;
  height: 44px;
}
#hero.heroSlider .slick-dots circle {
  fill: transparent;
  stroke-width: 2px;
  cx: 22;
  cy: 22;
  r: 20;
}
#hero.heroSlider .slick-dots .slick-active circle {
  stroke: var(--main-color);
  animation: circle 33s;
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 400;
    -stroke-dashoffset: 400;
  }
  99.9%,
  to {
    stroke-dasharray: 400 400;
    -stroke-dashoffset: 400;
  }
}
/* txtArea */
.txtArea {
  position: absolute;
  top: 50%;
  left: 80px;
  translate: 0 -50%;
  width: 33%;
  z-index: 1000;
  text-align: left;
}
.txtArea p {
  color: var(--main-color);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.txtArea.left p {
  text-align: left;
}
.txtArea .slogan {
  font-size: clamp(40px, 3.8vw, 56px);
  line-height: 1.2;
  margin: 0 0 10px;
}
.txtArea .subTit {
  font-size: clamp(12px, 1.12vw, 20px);
  line-height: 2;
  margin: 30px 0;
}
.fvBtnList {
  display: flex;
  gap: 10px;
}
.fvBtnListItem {
  max-width: 200px;
  width: calc(50% - 5px);
  background: #fff;
  border-radius: 2px;
}
.fvBtnListLink {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 2px;
  color: #333;
  font-size: 16px;
}
.fvBtnListLink:hover {
  background: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}
/* slidNavi */
#slidNavi {
  width: 60px;
  margin: 20px auto 0;
  display: none;
}
.topSlider #slidNavi {
  display: block;
}
#slidNavi li {
  display: block;
  float: left;
  width: 5px;
  height: 5px;
  margin: 0 7.5px;
  background: #ddd;
  border-radius: 2.5px;
  text-align: center;
  text-indent: -9999px;
}
#slidNavi li.current {
  background: #999;
}

/* ===================================
当社のこだわり
=================================== */
.passion {
  position: relative;
  padding-top: 50px;
}
.passion .pic-area {
  width: 540px;
  height: 440px;
  background: url(../img/pic_passion.jpg) no-repeat center center / cover;
  position: absolute;
  top: 0;
  z-index: -1;
}
.passion .txt-area {
  width: 620px;
  padding: 60px 50px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  margin-left: auto;
}
.passion .txt-area h2 {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.15em;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  margin-bottom: 20px;
}
.passion .txt-area p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}
.passion .txt-area p:last-child {
  margin-bottom: 0;
}

/* ===================================
service
=================================== */
.service {
  margin-bottom: 60px;
}
.service h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  padding-left: 58px;
  line-height: 40px;
  margin-bottom: 15px;
  position: relative;
}
/* bnrArea */
.bnrArea {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.bnrArea a {
  text-decoration: none;
  color: #333;
}
.bnrArea a:hover {
  opacity: 0.7;
}
.bnrArea.column2 li {
  width: 540px;
}
.bnrArea .bnrLink {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 120px;
  padding: 0 40px 0 210px;
  background: #f9f9f9 no-repeat left center;
  border: 2px solid #e2e2e2;
  border-radius: 3px;
  line-height: 1.5;
  position: relative;
}
.bnrArea .bnrLink:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  z-index: 99999;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bnrArea .bnrLink.sell {
  background-image: url('../img/bnr_img_sell.png');
}
.bnrArea .bnrLink.buy {
  background-image: url('../img/bnr_img_buy.png');
}
.bnrArea .bnrLink.borrow {
  background-image: url('../img/bnr_img_borrow.png');
}
.bnrArea .bnrLink.reform {
  background-image: url('../img/bnr_img_reform.png');
}
.bnrArea .bnrTxtMain {
  font-size: 20px;
  font-weight: 700;
}
.bnrArea .bnrTxtMain strong {
  color: var(--main-color);
  font-size: 24px;
}
.bnrArea .bnrTxtSub {
  font-size: 12px;
}

/* ===================================
買取事例のご紹介
=================================== */
.businessAchivementArea {
  margin: 35px 0 75px;
}
.businessAchivementArea h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  padding-left: 58px;
  line-height: 40px;
  margin-bottom: 15px;
  position: relative;
}
.businessAchivement {
  overflow: hidden;
}
.businessAchivement .slick-arrow {
  width: 42px;
  height: 410px;
  line-height: 603px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  background: #fff;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  z-index: 9999;
}
.businessAchivement .articleImageWrapperNewIcon {
  position: relative;
}
.businessAchivement .articleImageWrapperNewIcon::before {
  position: absolute;
  content: '';
  width: 31px;
  height: 31px;
  background-image: url(https://base.formatline.com/common/cms/business_achivement/img/ico_new_01.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.businessAchivement .slick-arrow {
  cursor: pointer;
  opacity: 0.7;
}
.businessAchivement #next {
  right: 0;
}
.businessAchivement #prev::before,
.businessAchivement #next::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -4px;
}
.businessAchivement #next::before {
  left: 5px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.businessAchivement .slick-active {
  opacity: 1;
}
.businessAchivement .slick-list {
  overflow: hidden;
}
.cmsPager {
  margin: 30px 0;
  text-align: center;
}
.cmsPager li {
  display: inline-block;
  margin: 0 8px;
}
.cmsPager button {
  width: 5px;
  height: 5px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  border: none;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  background-color: #ddd;
  text-indent: -9999px;
}
.cmsPager .slick-active button {
  background-color: var(--main-color);
}
.businessAchivementItem {
  margin: 0 5px;
}
.businessAchivementLink {
  color: #333;
  outline: none;
}
.businessAchivementLink:hover,
.businessAchivementLink:hover .businessAchivementInformation {
  text-decoration: none;
  opacity: 0.7;
}
.businessAchivementLink:hover img {
  opacity: 0.7;
}
.businessAchivementInformation {
  height: 200px;
  padding: 15px 10px 12px;
  font-size: 13px;
  line-height: 1.4;
  border: 1px solid #e6e6e6;
  border-top: none;
  box-sizing: border-box;
  word-break: break-all;
  background: #fff;
}
.businessAchivementCategory {
  display: block;
  height: 20px;
  margin-bottom: 5px;
}
.businessAchivementCategory span {
  display: inline-block;
  padding: 3px 13px;
  border-radius: 11px;
  background-color: var(--main-color);
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
.businessAchivementTitle {
  height: 47px;
  font-size: 17px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.businessAchivementAddress {
  height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.businessAchivementContracted {
  margin-top: 10px;
  height: 15px;
  color: #a9a9a9;
}
.businessAchivementDetailText {
  color: #333;
  margin-top: 15px;
  padding-top: 13px;
  border-top: 1px solid #e6e6e6;
  text-align: right;
}
.businessAchivement .band {
  margin-bottom: 30px;
  padding: 0 0 18px;
  font-size: 22px;
  text-align: center;
  color: #333;
  border-bottom: 2px solid var(--main-color);
}
.businessAchivement .businessAchivementImage {
  width: 100%;
  height: 210px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.notFonund {
  padding: 60px 0 15px;
  width: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  color: #333333;
}
.narrowCategory {
  display: none;
}
.noTransfrom {
  transform: initial !important;
}
/* ===================================
お問合せBOX
=================================== */
#Wrap #contentsArea .conductorBox {
  border: none;
  background: var(--sub-color-02);
  margin: 100px auto;
  padding: 0 60px 35px;
  box-sizing: border-box;
  border-radius: 10px;
}
#Wrap #contentsArea .conductorBox .conductorBoxTit {
  margin: -25px 160px 25px;
  background: var(--main-color);
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border-radius: 100px;
  padding: 6px 0 4px;
  text-align: center;
  line-height: 1.6;
  box-sizing: border-box;
  position: relative;
}
.conductorBoxList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#Wrap #contentsArea .conductorBox .conductorBoxTit::after {
  content: '';
  border: 12px solid transparent;
  border-top: 12px solid var(--main-color);
  position: absolute;
  left: 47%;
  bottom: -23px;
}
#Wrap .conductorBoxBtn {
  background: none;
}
#Wrap #contentsArea .conductorBoxBtn a {
  display: flex;
  align-items: center;
  width: 520px;
  height: 100px;
  padding: 0 60px 0 105px;
  border: 2px solid #e2e2e2;
  background-position: 35px;
  font-size: 22px;
}
#Wrap #contentsArea .conductorBoxBtn.mail a {
  background: #f9f9f9 url('https://base.formatline.com/common/img/ico_mail.png') no-repeat 30px 30px / 48px 33px;
}
#Wrap .conductorBoxBtn a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  z-index: 1;
  right: 40px;
  width: 18px;
  height: 0;
  background: #b3b3b3;
  padding: 2px 0;
  border-radius: 10px;
  display: none;
}
#Wrap .conductorBoxBtn a:after {
  width: 10px;
  height: 10px;
  border-top: 3px solid #1f1f1f;
  border-right: 3px solid #1f1f1f;
  border-radius: 2px;
  top: 38px;
  right: 40px;
}
#Wrap .conductorBoxTel {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 15px;
}
#Wrap .conductorBoxTel .infoTxt {
  display: flex;
  justify-content: center;
  font-size: 14px;
}
#Wrap .conductorBoxTel a {
  padding-left: 40px;
  background: url(https://base.formatline.com/common/img/ico_tel.png) no-repeat left center / 30px auto;
  font-family: Century Gothic, Arial, Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 42px;
}

/* ===================================
ニュースCMS
=================================== */
#diaryArea,
#newsArea {
  width: 100%;
}
#diaryArea .diaryBox,
#newsArea .newsBox {
  border: 1px solid #e2e2e2;
  height: 200px;
  padding: 35px 40px;
  margin: 0 0 30px;
  background: #fff;
  box-sizing: border-box;
}
#diaryArea h2,
#newsArea h2 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #333;
  border-left: 3px solid #000;
  padding: 2px 5px 0 12px;
  margin-bottom: 22px;
}
.diaryBox,
.newsBox {
  padding: 30px 40px;
  box-sizing: border-box;
}
.diaryBox .dateBox,
.newsBox .dateBox {
  position: relative;
  font-size: 14px;
  padding: 0 80px 0 0;
  color: #8c8c8c;
  display: inline-block;
}
.diaryBox .diaryList li,
.newsBox .diaryList li {
  margin: 0 0 25px;
}
.diaryBox .tit,
.newsBox .tit {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.diaryBox .tit a,
.newsBox .tit a {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  display: inline-block;
  text-decoration: none;
}
.diaryBox .tit a:hover,
.newsBox .tit a:hover {
  color: #dd5454;
}
.diaryBox .pic,
.newsBox .pic {
  display: none;
}
.diaryBox .newIcon,
.newsBox .newIcon {
  box-sizing: border-box;
}
.diaryBox .newIcon::after,
.newsBox .newIcon::after {
  content: 'NEW';
  text-align: center;
  font-size: 12px;
  color: #fff;
  height: 16px;
  line-height: 16px;
  padding: 0 10px;
  margin: 0 10px;
  border-radius: 15px;
  position: absolute;
  background: #dfc243;
  letter-spacing: 1px;
}
.diaryBox .listDisplayNone {
  display: none;
}

/* ===================================
scubeRanking
=================================== */
.rankingArea {
  margin: 15px 0 40px;
}
.rankingArea h2 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #333;
  border-left: 3px solid #000;
  padding: 2px 5px 0 12px;
  margin-bottom: 22px;
}
.rankingArea h2 .en {
  font-size: 36px;
  display: block;
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 0.09em;
  line-height: 1.5;
  text-align: center;
}
.rankingArea h2 span {
  font-size: 12px;
  font-weight: normal;
  padding-left: 15px;
  vertical-align: top;
  line-height: 20px;
}
.scubeRanking .list li {
  width: 356px;
  margin: 0 16px 0 0;
  box-sizing: border-box;
}
.scubeRanking .list li a:hover .pic01:before {
  opacity: 1;
}
.scubeRanking .list li:last-child {
  margin-right: 0;
}
.scubeRanking .list li.error {
  width: 100%;
  min-height: 100px;
  background: url(https://base.formatline.com/common/img/img_comingsoon_01.png) no-repeat center 13px;
  background-size: 160px;
  text-indent: -9999px;
}
.scubeRanking .list li .pic01 {
  position: relative;
}
.scubeRanking .list li .pic01:before {
  display: block;
  width: 20px;
  height: 20px;
  border: none;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.scubeRanking .list li:first-child .pic01:before {
  content: '1';
  background: #f7d019;
}
.scubeRanking .list li:nth-child(2) .pic01:before {
  content: '2';
  background: #ddd;
}
.scubeRanking .list li:nth-child(3) .pic01:before {
  content: '3';
  background: #854f41;
  color: #fff;
}
.scubeRanking .pic01 img {
  width: 120px;
  margin: 0;
}
.scubeRanking .list li .infoArea {
  width: 204px;
  height: 100px;
  line-height: 1.8;
  font-size: 11px;
  border: none;
  margin-top: 7px;
}
.scubeRanking .price01,
.scubeRanking .price01 span {
  font-size: 16px;
}
.scubeRanking list li .infoArea .rimawari02 {
  font-size: 12px;
}
.scubeRanking .ellipsis {
  margin-top: 0;
}

/* ===================================
おすすめ物件
=================================== */
.corner h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  padding-left: 58px;
  line-height: 40px;
  margin-bottom: 15px;
  position: relative;
}
.cornerIcon {
  fill: var(--main-color);
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
/* scube共通 */
.cubeWrap {
  overflow: hidden;
}
.cubeInner {
  margin-bottom: 30px;
}
.cubeWrap .error {
  padding: 15px;
  font-size: 15px;
}
.cubeWrap .list li {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  overflow: hidden;
  float: left;
  height: auto;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
}
.cubeWrap .list li a:hover img {
  opacity: 0.7;
}
.cubeWrap .list li .infoArea {
  float: left;
  padding: 0 0 15px;
  margin: 10px 15px 10px;
  box-sizing: border-box;
  line-height: 1.7;
}
.cubeWrap .list li .infoArea .rimawari02 {
  display: block;
  font-size: 13px;
  font-weight: bold;
}
.cubeWrap .info02 {
  font-size: 13px;
  clear: both;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
}
.cubeWrap a,
.cubeWrap a:hover .info02 {
  color: #333;
}
.cubeWrap a:hover .comment {
  text-decoration: underline;
}
.cubeWrap .pic01 {
  float: left;
}
.cubeWrap .price01 {
  float: none;
  color: #eb1a22;
  font-size: 19px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.cubeWrap .price01 span {
  font-size: 13px;
}
.cubeWrap .list li .infoArea span.unit {
  display: inline;
  padding: 0;
}
.cubeWrap .list li .infoArea span.info02 .madori {
  display: inline;
}
.cubeWrap a span.rimawari02 .red {
  color: #eb1a22;
}
.cubeWrap .list li .infoArea span.info02 .spt {
  display: inline-block;
  padding: 0 2px;
}
.cubeWrap .list li span.comment {
  text-align: left;
  padding: 6px 15px 0;
  min-height: 80px;
  float: right;
  box-sizing: border-box;
  line-height: 1.5;
  width: 100%;
  font-size: 13px;
}
.ellipsis {
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inline {
  display: inline-block;
}
/* scube01 */
.scube01 .list li {
  width: 258px;
  float: none;
}
.scube01 .list li:not(:last-child) {
  margin-right: 22px;
}
.scube01 .list li.error {
  width: 100%;
  min-height: 200px;
  background: url(https://base.formatline.com/common/img/img_comingsoon_01.png) no-repeat center 50px;
  background-size: 186px;
  text-indent: -9999px;
  border-color: #e2e2e2;
}
.scube01 .pic01 img {
  width: 100%;
  margin: 0;
}
.scube01 .price01 span {
  font-size: 13px;
}
.scube01 .list li .infoArea {
  width: calc(100% - 30px);
  min-height: 127px;
  border-bottom: 1px solid #e2e2e2;
}
