@charset "UTF-8";
.main .sec__01 {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  background: #f7f7f7;
}
@media screen and (max-width: 750px) {
  .main .sec__01 {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
}
.main .sec__01 .body {
  margin-top: 1rem;
  display: grid;
  gap: 0.5rem;
}
@media screen and (min-width: 751px) {
  .main .sec__01 .body {
    width: 22rem;
  }
}
.main .sec__01 .body .item {
  background: #fff;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  display: grid;
  grid-template-columns: auto 8rem;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .main .sec__01 .body .item {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 0.5rem;
  }
}
@media screen and (min-width: 751px) {
  .main .sec__01 .body .item .cont {
    display: grid;
    grid-template-rows: 4.2rem 0.9rem;
  }
}
.main .sec__01 .body .item .cont .top {
  display: flex;
  align-items: center;
}
.main .sec__01 .body .item .cont .top .inner {
  width: 100%;
}
.main .sec__01 .body .item .cont .top .jwda_logo {
  width: 3.2rem;
  margin-left: auto;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .sec__01 .body .item .cont .top .jwda_logo {
    width: 2.5rem;
  }
}
.main .sec__01 .body .item .cont .top .ttl {
  font-size: 0.46rem;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 750px) {
  .main .sec__01 .body .item .cont .top .ttl {
    font-size: 0.36rem;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 751px) {
  .main .sec__01 .body .item .cont .top .ttl.ml {
    margin-left: -0.3rem;
  }
}
.main .sec__01 .body .item .cont .top .text {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  margin-top: 0.3rem;
}
.main .sec__01 .body .item .cont .top .text p + p {
  margin-top: 0.05rem;
}
.main .sec__01 .body .item .cont .top .external_btn {
  margin: 0.3rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .sec__01 .body .item .cont .top .external_btn {
    margin: 0.5rem 0 0;
  }
}
.main .sec__01 .body .item .cont .top .external_btn a {
  font-size: 0.3rem;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .main .sec__01 .body .item .cont .top .external_btn a {
    font-size: 0.24rem;
    letter-spacing: 0.1em;
  }
  .main .sec__01 .body .item .cont .top .external_btn a .ico {
    width: 0.25rem;
  }
}
.main .sec__01 .body .item .cont .bottom {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .main .sec__01 .body .item .cont .bottom {
    display: block;
    margin-top: 0.5rem;
  }
}
.main .sec__01 .body .item .cont .bottom .tag {
  display: flex;
  gap: 0.1rem;
}
.main .sec__01 .body .item .cont .bottom .tag span {
  display: block;
  width: 1.4rem;
  text-align: center;
  font-size: 0.24rem;
  border: 1px solid rgba(76, 73, 72, 0.5);
  padding: 0.02rem 0 0.04rem;
  border-radius: 100px;
}
@media screen and (max-width: 750px) {
  .main .sec__01 .body .item .cont .bottom .tag span {
    font-size: 0.2rem;
    width: 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  .main .sec__01 .body .item .cont .bottom .external_btn {
    margin-top: 0.3rem;
  }
}
.main .sec__01 .body .item .cont .bottom .external_btn a {
  width: 3.4rem;
  font-size: 0.3rem;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .main .sec__01 .body .item .cont .bottom .external_btn a {
    width: 3rem;
    font-size: 0.28rem;
    margin-left: auto;
    letter-spacing: 0.1em;
    padding: 0.1rem 0.2rem 0.15rem 0;
  }
  .main .sec__01 .body .item .cont .bottom .external_btn a .ico {
    width: 0.25rem;
    top: calc(50% - 0.13rem);
  }
}
@media screen and (min-width: 751px) {
  .main .sec__01 .body .item .cont.--long {
    grid-template-rows: auto 0.9rem;
  }
  .main .sec__01 .body .item .cont.--long .top .external_btn {
    margin: 0.3rem 0 0.5rem;
  }
}/*# sourceMappingURL=unique.css.map */