@charset "UTF-8";

/* 基本色 */
:root {
  --main-color: #A5A48C;
  --accent-color: #7F7B62;
  --dark-main-color: #63522A;
  --text-bright-color: #fff;
}

.conA h1{
  margin-top: 0;
  font-size: 2.0rem;
}

.conA h2{
  margin-top: 0;
  font-size: 1.6rem;
}

.conA p{
  font-size: 1.2rem;
  color: inherit;
  text-decoration: none;
}

.conA ol{
  margin-top: 0;
  font-size: 1.2rem;
}

@media (max-width: 599px) {
  .root {
    font-size: 14px;
  }
}

@media (min-width: 600px and (max-width: 799px)) {
  .root {
    font-size: 16px;
  }
}

@media (min-width: 800px) {
  .root {
    font-size: 18px;
  }
}

 .conA img{
  max-width: 70%;
    }