@charset "UTF-8";

.sub-catch {
  position: absolute;
  top: -25px;
  width: 100%;
  text-align: center;
}

.bg-kakko01 {
  background: url(/assets/images/owner/aki02.png) no-repeat center top / 100% 100%;
}


.dan-title {
  width: 120px;
  background: #ed7000;
}

.dan-title01 {
  width: fit-content;
  background: #fff;
  border-radius: 30px;
  padding: 0 10px;
  margin: 0 auto;
  color: #ed7000;
  font-weight: bolder;
}
.dan-title02 {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bolder;
}
.dan-title03 {
  color: #fff;
  text-align: center;
  font-size: .8rem;
}

.mt-200 {
  margin-top: 200px;
}
.zure-box {
  position: absolute;
  top: -180px;
  width: 100%;
}


.sell-btn01 a {
  display: block;
  width: 100%;
  height: 175px;
  background:url(/assets/images/common/icon-tel.png) no-repeat left 15% top 50px / 30px 25px  #f8f7f7;
  color: #ed7000;
  border: solid 2px #fff;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  padding-top: 50px;
  padding-left: 20px;
  line-height: 1.4rem;
}

.sell-btn01 a:hover {
  background:url(/assets/images/common/icon-tel.png) no-repeat left 15% top 50px  / 30px 25px  #FCEAD9;
}



.contact-map {
  height: 140px;
}



.check-list {
  width: 100%;
  border: solid 1px #ed7000;
  background: url(/assets/images/common/icon-check.png) no-repeat left 20px center / 20px 22px  #fff;
  padding: 10px 10px 10px 60px;
  font-size: 1.2rem;
  font-weight: bolder;
  margin-bottom: 10px;
}

.chara02 {
  width: 30%;
  position: absolute;
  bottom: -80px;
  right: 0;
}

.h-150 {
  height: 150px;
}


.sankaku {
  width: 90px;
  margin: 0 auto;
}

.bg-ie {
  background: url(/assets/images/wake/wakebg01.png) no-repeat top right / 230px 100px;
}
.case-no {
  background: #ed7000;
  color: #fff;
  font-size: .8rem;
  text-align: center;
  width: 100px;
  line-height: 30px;
  border-radius: 20px;
}



@media (max-width: 1000px) {
.sell-btn01 a {
  background: #f8f7f7;
    padding-left: 0;
}

.sell-btn01 a:hover {
  background: #FCEAD9;
}

}










/* sp only */
@media (max-width: 768px) {

.bg-kakko01 {
  background: unset;
}

.dan-title {
  width: 100px;
}

.dan-title01 {
  font-size: .8rem;
  padding: 0 6px;
}
.dan-title02 {
  font-size: .9rem;
}
.dan-title03 {
  font-size: .6rem;
}
.mt-200 {
  margin-top: 50px;
}
.zure-box {
  position: absolute;
  top: -65px;
  width: 100%;
}
.sell-btn01 a {
  background:url(/assets/images/common/icon-tel.png) no-repeat left 16% top 40px / 30px 25px  #f8f7f7;
  height: 145px;
  padding-top: 40px;
}


.btn-more a {
  margin: 20px auto 10px;
}

.h-150 {
  height: auto;
}
.contact-map {
  height: 240px;
}





}

