.btn-ver1,
a.btn-ver1,
button.btn {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn--red.btn--cubic {
  border-bottom: 5px solid #414141;
}

a.btn--red.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #414141;
}

a.btn--radius {
  border-radius: 100vh;
}

.btn--red, a.btn--red, button.btn--red {
  color: #fff;
  background-color: #000000;
}

.special_tit {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 0 0px 2px rgb(0 0 0 / 50%);
}

.special_tit:after {
  width: 50px;
  height: 3px;
  display: block;
  content: "";
  background-color: #fff;
  margin: 10px auto 0 auto;
}

.l-cvTel {
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}

.l-top-large {
  margin-top: 30px !important;
}

.l-cvTel-heading {
  width: 50%;
  padding: 0 2% 0 6%;
  border-right: 1px solid #ccc;
}

.l-cvTel-title {
  font-size: 154%;
  padding-bottom: 0.5em;
}

.l-cvTel-address {
  font-style: normal;
  font-size: 108%;
  line-height: 1.6;
}

.is-inlineBlock {
  display: inline-block;
}

.l-cvTel-inner {
  width: 50%;
  padding: 3% 2% 0 6%;
}

.l-cvTel-box {
  display: flex;
  align-items: center;
}

.l-cvTel-num {
  font-size: 200%;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
}

.l-cvTel-num a {
    color: #000;
    text-decoration: none;
}

.l-cvTel-block-text {
  display: inline-block;
  padding-left: 1.5em;
  font-size: 93%;
}

.pc-br {
  display: inline;
}




.btn-cta,
a.btn-cta,
button.btn-cta {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 30px 0;
}

a.btn-c {
  font-size: 1.7rem;
  position: relative;
  padding: 0rem 4rem 1rem 4rem;
  color: #fff;
  background: #d20010;
  -webkit-box-shadow: 0 5px 0 #b9000e;
  box-shadow: 0 5px 0 #b9000e;
}

a.btn-c span {
  font-size: 1rem;

  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #000;
  border: 2px solid #b9000e;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

a.btn-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #b9000e transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #d20010;
  -webkit-box-shadow: 0 2px 0 #b9000e;
  box-shadow: 0 2px 0 #b9000e;
}


/*ステップフローのCSS*/
.process {
  display: flex;
  justify-content: center;
  padding: 0px;
  margin: 0px;
  font-size: 1.5vw;
  list-style: none;
}

.process > li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1em 3em 1em 2em;
  margin: 0px;
  width: 10em;
  height: 10em;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.process > li::before,
.process > li::after {
  position: absolute;
  content: "";
}
.process > li::before {
  top: 50%;
  right: -1.5em;
  z-index: -1;
  transform: translateY(-50%) scaleX(0.5) rotate(45deg);    
  width: 12em;
  height: 12em;
  border: 0.3em solid currentColor;
  border-left: none;
  border-bottom: none;
  background-color: #fff;
}
.process > li::after {
  background-color: #fff;
  top: 0px;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  width: 7em;
  border: 0.2em solid currentColor;
  border-right: none;
}

/*ステップフローのCSSここまで*/
/*
.head-border {
padding:12px;
background:#fff;
color:#3c3c3c;
font-size:20px;
}
  
.head-border:before{
content: url('../images/border.svg');
margin-right:12px;
}

.head-border::after{
  content: url('../images/border.svg');
  margin-right:12px;
  }

*/
.part1 {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 76%;
  top: -6%;
  z-index: 9999;
}

.part2 {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 13%;
  top: -6%;
  z-index: 9999;
}

.part3 {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 44%;
  top: -6%;
  z-index: 9999;
}

.bg-primary {
  background-color: #8D785A!important;
}

@media(min-width:751px){
.featured-property-half div {
  width: 100%; 
}

.featured-property-half .text {
  padding: 100px; 
}
}

@media(max-width:750px){
.featured-property-half .text {
  padding: 50px; 
}
}

.table td{
  vertical-align: middle;
}

.bg_table{
background-color: rgb(207, 205, 205);
font-size: 23px;
}

.bg_table2{
  background-color: rgb(207, 205, 205);
  font-size: 23px;
}

.box2 {
  padding: 0.5em 1em;
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  color: #000000;
  background: #FFF;
  border: solid 3px #e3c4a8;
  border-radius: 10px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box2 p {
  margin: 0; 
  padding: 0;
  font-size: 19px;
}

#totalCost{
  font-size: 24px;
  font-weight: bolder;
}

.btn-color{
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-color:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.case {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.se1 {
  margin: 100px;
  text-align: center;
  font-size: 3vh;
  line-height: 2;
}

.top_title{
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 5vh;
  margin-bottom: 20px;
}

.top_title:before, .top_title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.top_title:before {
  left:0;
}
.top_title:after {
  right: 0;
}