@charset "UTF-8";
ul { padding: 0;}
h2 span { font-size: 2.2rem; }
h2 {
  letter-spacing: .2rem;
  font-size: 1.1rem;
}
.page-title { padding: 0.25em 1.3em; }

.link-column > div > div {
  border: solid #aa9b72 1px;
  width: 100%;
}
.link-column .title {
  position: relative;
  line-height: 3rem;
}
.link-column dt {
  width: 6rem;
  background: #595757;
  color: #fff;
  text-align: center;
  line-height: 2;
}
.link-column dd span {
  font-size: .8rem;
}
.figure {
  width: 95%;
}
#activity-content li > div {
  border: solid #414042 1px ;
}
#purchase li {
  min-height: 4rem;
}
#purchase li span {
  border: solid #ab9a72 2px;
  display: flex!important;
  display: -webkit-flex!important;
  justify-content: center;
  align-items: center;
}



.sell-tel {
  font-size: 2.2rem;
}
#application .arrow-button {
  background-color: #414042;
  text-align: center;
  min-width: 18em;
  color: #fff;
  line-height: 2.8;
}
.arrow-pict {
  border: solid #fff 1px;
  background: #fff;
  color: #ab9a72;
  line-height: 1.5;
}
.sell-mail-icon {
  width: 30px;
  margin: 0 1rem 0 0;
  padding: 0;
}




@media (min-width: 576px) {
  #mediation .figure {
    width: 500px;
  }
  #purchase .figure {
    width: 350px;
  }
  #purchase .figure2 {
    width: 100%;
  }
  h2 { font-size: 1.5rem; }
  .sell-tel {
    font-size: 2.9rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {

}

@media (min-width: 768px) and (max-width: 991.98px) {

}

@media (min-width: 992px) and (max-width: 1199.98px) {


}

@media (min-width: 1200px) {

}
