@charset "UTF-8";
/* =================
お問い合わせトップ
================= */
.contactTop .titmainArea {
  background-image: url(../img/contact_top/bgmain.jpg);
}

@media only screen and (max-width: 700px) {
  .contactTop .titmainArea {
    background-image: url(../img/contact_top/bgmain.jpg);
    background-position: right 35% center !important;
  }
}

@media only screen and (max-width: 700px) {
  .contactTop .titmainArea h1 {
    padding: 0 20px;
  }
}

.contactTop .titmainArea h1 img {
  width: 249px;
}

@media only screen and (max-width: 700px) {
  .contactTop .titmainArea h1 img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1014px) {
  .contactTop .contactListBlockWrap {
    padding: 0 20px;
  }
}

.contactTop .contactListBlockWrap .contentOverview {
  padding-top: 50px;
  margin-bottom: 30px;
}

.contactTop .contactListBlockWrap .pageContentHead {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 400;
}

@media only screen and (max-width: 700px) {
  .contactTop .contactListBlockWrap .pageContentHead {
    font-size: 20px;
  }
}

.contactTop .contactListBlockWrap .contactListBlock {
  margin-bottom: 30px;
}

.contactTop .contactListBlockWrap .contactListBlock h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: normal;
  position: relative;
  padding-top: 7px;
  padding-left: 22px;
  border-top: #CCC 1px solid;
  margin-bottom: 31px;
}

.contactTop .contactListBlockWrap .contactListBlock h3::before {
  content: '';
  display: block;
  width: 5px;
  height: calc(100% + 5px);
  margin-right: 10px;
  background: #ea5404;
  position: absolute;
  top: -1px;
  left: 0;
}

.contactTop .contactListBlockWrap .contactListContent {
  background-color: #e8edee;
  padding: 22px 30px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 700px) {
  .contactTop .contactListBlockWrap .contactListContent {
    padding: 20px;
  }
}

.contactTop .contactListBlockWrap .contactListContent h4 {
  font-size: 18px;
  color: #E75404;
  margin-bottom: 12px;
}

.contactTop .contactListBlockWrap .contactListContent p {
  margin-bottom: 12px;
}

.contactTop .contactListBlockWrap .contactListContent .contactBtnWrap {
  text-align: center;
}

.contactTop .contactListBlockWrap .contactListContent .contactBtnWrap2 {
  display: inline-block;
  text-align: center;
  margin-left: 60px;
}

@media only screen and (max-width: 953px) {
  .contactTop .contactListBlockWrap .contactListContent .contactBtnWrap2 {
margin-left: 0;
  }
}

@media only screen and (max-width: 420px) {
  .contactTop .contactListBlockWrap .contactListContent .contactForPurchaseBtn {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 400px) {
  .contactTop .contactListBlockWrap .contactListContent .registerBtn02 {
    width: 100%;
    height: auto;
  }
}

.contactTop .contactListBlockWrap .contactListContent .contactForSellBtn {
  width: auto;
  height: 43px;
}

@media only screen and (max-width: 460px) {
  .contactTop .contactListBlockWrap .contactListContent .contactForSellBtn {
    width: 100%;
    height: auto;
  }
}

.contactTop .contactListBlockWrap .contactListContent .contactForRenovationBtn {
  width: auto;
  height: 43px;
}

@media only screen and (max-width: 460px) {
  .contactTop .contactListBlockWrap .contactListContent .contactForRenovationBtn {
    width: 100%;
    height: auto;
  }
}

.contactTop .contactListBlockWrap .contactListContent .contactForkanriBtn {
  width: auto;
  height: 43px;
  margin: 10px 0;
}

@media only screen and (max-width: 460px) {
  .contactTop .contactListBlockWrap .contactListContent .contactForkanriBtn {
    width: 100%;
    height: auto;
  }
}

.contactTop .contactListBlockWrap .toOfficeListBlock {
  margin-top: 70px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 700px) {
  .contactTop .contactListBlockWrap .toOfficeListBlock {
    margin-top: 20px;
    margin-bottom: 25px;
  }
}

.contactTop .contactListBlockWrap .toOfficeListBlock a img {
  display: block;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.contactTop .contactListBlockWrap .toOfficeListBlock a img.isSp {
  display: none;
}

@media only screen and (max-width: 700px) {
  .contactTop .contactListBlockWrap .toOfficeListBlock a img.isPc {
    display: none;
  }
  .contactTop .contactListBlockWrap .toOfficeListBlock a img.isSp {
    display: inline;
  }
}

.contactTop .fullWidthWrap {
  padding-top: 40px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 1014px) {
  .contactTop .fullWidthWrap {
    padding: 20px;
  }
}

.contactTop .fullWidthWrap h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: normal;
  position: relative;
  padding-top: 7px;
  padding-left: 22px;
  border-top: #CCC 1px solid;
  margin-bottom: 31px;
}

.contactTop .fullWidthWrap h3::before {
  content: '';
  display: block;
  width: 5px;
  height: calc(100% + 5px);
  margin-right: 10px;
  background: #ea5404;
  position: absolute;
  top: -1px;
  left: 0;
}

.contactTop .fullWidthWrap .userLoginArea {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media only screen and (max-width: 700px) {
  .contactTop .fullWidthWrap .userLoginArea {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.contactTop .fullWidthWrap .userLoginContent {
  background-color: #FFF;
  padding: 20px;
  width: 49%;
}

@media only screen and (max-width: 700px) {
  .contactTop .fullWidthWrap .userLoginContent {
    width: 100%;
    margin-bottom: 20px;
  }
}

.contactTop .fullWidthWrap .userLoginContent h4 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.contactTop .fullWidthWrap .userLoginContent h4:after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #f16b33;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -16px;
}

.contactTop .fullWidthWrap .userLoginContent p {
  margin-bottom: 16px;
}

.contactTop .fullWidthWrap .contactBtnWrap {
  text-align: center;
}

.contactTop .fullWidthWrap img {
  width: 266px;
}

@media only screen and (max-width: 350px) {
  .contactTop .fullWidthWrap img {
    width: 100%;
    height: auto;
  }
}
