@charset "UTF-8";
.imp-lp-kv {
  width: 100%;
  height: 500px;
  background-image: url(../images/kv-kamipc.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 550px) {
  .imp-lp-kv {
    height: 110vw;
    background-image: url(../images/kv-kamisp.webp);
    background-size: cover;
  }
}

.konsusu2 {
  margin-top: 2rem;
}
.konsusu2 h4 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  padding: 0.4rem 0;
  background-color: #B7AC86;
  margin-bottom: 0;
}
@media (max-width: 550px) {
  .konsusu2 h4 {
    font-size: 18px;
    padding: 0.1rem 0;
  }
}
.konsusu2 ul {
  padding: 1rem;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .konsusu2 ul {
    padding: 0.5rem;
  }
}
.konsusu2 li {
  width: 50%;
  padding: 5px 0;
  padding-left: 40px;
  background-image: url(../images/ic-hisior.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 15px center;
}
@media (max-width: 550px) {
  .konsusu2 li {
    width: 100%;
    padding: 2px 0;
    font-size: 17px;
    color: #000;
    padding-left: 26px;
    background-position: 5px 15px;
  }
}

.chiryou-tokucyo {
  max-width: 1200px;
  margin: 0 auto 2rem;
  background-color: #ffffff;
  padding: 2rem;
}
@media (max-width: 550px) {
  .chiryou-tokucyo {
    padding: 1rem;
  }
}
.chiryou-tokucyo ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.chiryou-tokucyo li {
  width: 48%;
}
@media (max-width: 550px) {
  .chiryou-tokucyo li {
    width: 100%;
  }
}
.chiryou-tokucyo h4 {
  text-align: center;
  font-size: 18px;
  padding: 0.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.chiryou-tokucyo .poly {
  background-color: #007BD5;
  color: #ffffff;
}
.chiryou-tokucyo .od {
  background-color: #817E6E;
  color: #ffffff;
}

.toku-lp {
  background-color: #c88d18;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 1.5rem;
  letter-spacing: -0.5px;
}

.jiku {
  padding: 1rem;
  display: flex;
  justify-content: space-around;
  font-size: 21px;
  text-align: center;
  font-weight: 600;
  color: #a76f00;
  letter-spacing: 0px;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 550px) {
  .jiku {
    display: block;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0px;
    text-align: left;
    padding: 1rem;
    margin-bottom: 0.5rem;
  }
}
.jiku a {
  color: inherit;
  text-decoration: none;
}
.jiku p {
  margin-bottom: 0;
  border-bottom: #A0741F solid 2px;
  width: 33%;
  margin-bottom: 1rem;
}
@media (max-width: 550px) {
  .jiku p {
    width: 100%;
    margin-bottom: 0.6rem;
    padding-bottom: 10px;
  }
}
.jiku .j-num {
  display: block;
  width: 40px;
  line-height: 40px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  background-color: #9D981B;
  color: #fff;
}
@media (max-width: 550px) {
  .jiku .j-num {
    width: 30px;
    line-height: 30px;
    display: inline-block;
    margin-top: 0.3rem;
    margin-right: 7px;
    height: 30px;
  }
}
.jiku .j-ben {
  color: #000000;
  font-size: 16px;
  display: block;
  letter-spacing: -0.2px;
  margin-top: 5px;
}

.ansin-waku {
  background-color: #fff;
  border-radius: 10px;
  border: solid 2px #8E7B3E;
  padding: 2rem;
  padding-bottom: 0;
}
.ansin-waku h3 {
  color: #A07400;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 550px) {
  .ansin-waku h3 {
    font-size: 18px;
    padding-bottom: 0;
  }
}
.ansin-waku p {
  margin-bottom: 10px;
}
@media (max-width: 550px) {
  .ansin-waku {
    padding: 1em;
    padding-bottom: 0;
  }
}

.imp-case {
  background-color: #d0b065;
}
.imp-case section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.imp-case .benefit {
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(transparent 70%, #FFCF76 70%);
}
@media (max-width: 550px) {
  .imp-case .benefit {
    font-size: 17px;
    margin-top: 20px;
  }
}
.imp-case .case-box {
  width: 100%;
  background-color: #f1eae0;
}
@media (max-width: 550px) {
  .imp-case .case-box {
    width: 100%;
  }
}
.imp-case .syor-title {
  text-align: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 20px;
  padding: 0.5rem 0;
}
.imp-case h3 {
  text-align: center;
  color: #fff;
  background-color: #afa535;
  width: 100%;
  font-size: 24px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
}
.imp-case .title-point {
  background-color: #ffe799;
  border-left: solid 6px #ffba30;
  padding-left: 0.5rem;
}

.case-txt {
  background-color: #fff;
  padding: 1rem;
}

.case-txt2 {
  background-color: #fef7d6;
  padding: 1rem;
}

.list_area-toku {
  width: 100%;
}
@media (max-width: 550px) {
  .list_area-toku {
    width: 100%;
  }
}
.list_area-toku li {
  padding: 7px 0;
  padding-left: 40px;
  background-image: url(../images/ic-hisior.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 15px center;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 550px) {
  .list_area-toku li {
    background-position: 15px 16px;
  }
}
.list_area-toku li:nth-child(odd) {
  background-color: #F8F4EF;
}

.bftable3 {
  border-collapse: collapse;
  font-size: 90%;
  max-width: 760px;
  margin: 1rem auto;
}
.bftable3 td {
  border: solid #d1caa5 1px;
  padding: 0.5rem;
  background-color: #ffffff;
  letter-spacing: -0.5px;
  text-indent: 10px;
  font-size: 90%;
}
@media (max-width: 550px) {
  .bftable3 td {
    font-weight: 500;
    padding: 0.3rem;
    text-indent: 0;
  }
}
.bftable3 th {
  width: 30%;
  background-color: #fffde8;
  border: solid #d1caa5 1px;
  border-bottom: solid #d1caa5 1px;
  text-align: left;
  font-weight: 500;
  font-size: 90%;
  padding: 0.5rem;
  text-indent: 10px;
  width: 30%;
}
@media (max-width: 550px) {
  .bftable3 th {
    padding: 0.3rem;
    text-indent: 0;
    width: 35%;
  }
}
.bftable3 .holiday {
  background-color: #FFDDDD;
}
@media (max-width: 550px) {
  .bftable3 .no-consu {
    color: red;
  }
}

.topic-set2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height: 2;
}
.topic-set2 div {
  width: 50%;
  margin-bottom: 4rem;
}
@media (max-width: 550px) {
  .topic-set2 div {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.topic-set2 h3 {
  margin-bottom: 2rem;
}
@media (max-width: 550px) {
  .topic-set2 h3 {
    margin-bottom: 1.5rem;
  }
}
.topic-set2 img {
  width: 45%;
  height: auto;
  object-fit: cover;
  margin-bottom: 4rem;
}
@media (max-width: 550px) {
  .topic-set2 img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (max-width: 550px) {
  .topic-set2 h5 {
    font-size: 16px;
  }
}

@media (max-width: 550px) {
  .doc-prof img {
    order: 1;
    width: 360px;
    height: auto;
    margin: 1rem auto;
  }
}
.doc-name {
  width: 100%;
}
@media (max-width: 550px) {
  .doc-name {
    text-align: left !important;
  }
}/*# sourceMappingURL=kamiawase.css.map */