@charset "UTF-8";
/*  color*/
.bg-blue {
  background-color: #1a73e8;
}

.bg-sumi {
  background-color: #222;
}

.bg-white {
  background-color: #fff;
}

/*font*/
/*size*/
/*anime*/
/*記事一覧*/
.post-list__description {
  margin-bottom: 50px;
  line-height: 1.4;
  font-size: 15px;
  color: #888;
}
@media screen and (max-width: 1390px ) {
  .post-list__description {
    font-size: clamp(10px, 1.0791366906vw, 15px);
    margin-bottom: 3.5971223022vw;
  }
}
@media screen and (max-width: 1390px ) and (max-width: 600px) {
  .post-list__description {
    margin-bottom: 7.5vw;
    font-size: max(12px, 3vw);
  }
}

.post-list__ad {
  margin-top: 90px;
  display: none;
  margin: 0;
}
@media screen and (max-width: 1390px ) {
  .post-list__ad {
    margin-top: 6.4748201439vw;
  }
}
@media screen and (max-width: 1390px ) and (max-width: 600px) {
  .post-list__ad {
    margin-top: 17.5vw;
  }
}

/*記事詳細*/
.post__cat-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 1390px ) {
  .post__cat-list {
    margin-bottom: 2.1582733813vw;
  }
}
@media screen and (max-width: 1390px ) and (max-width: 600px) {
  .post__cat-list {
    margin-bottom: 5vw;
  }
}

.post__cat-item {
  color: #1a73e8;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-right: 1em;
}
@media screen and (max-width: 1390px ) {
  .post__cat-item {
    font-size: clamp(10px, 1.2949640288vw, 18px);
  }
}
@media screen and (max-width: 1390px ) and (max-width: 600px) {
  .post__cat-item {
    font-size: max(12px, 3vw);
  }
}

.post__ttl {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.4;
}
@media screen and (max-width: 1390px ) {
  .post__ttl {
    margin-bottom: 3.5971223022vw;
    font-size: clamp(20px, 2.8776978417vw, 40px);
  }
}
@media screen and (max-width: 1390px ) and (max-width: 600px) {
  .post__ttl {
    margin-bottom: 7.5vw;
    font-size: max(24px, 6vw);
  }
}

.post__description {
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 15px;
  color: #888;
}
@media screen and (max-width: 1390px ) {
  .post__description {
    font-size: clamp(10px, 1.0791366906vw, 15px);
    margin-bottom: 2.1582733813vw;
  }
}
@media screen and (max-width: 1390px ) and (max-width: 600px) {
  .post__description {
    margin-bottom: 5vw;
    font-size: max(12px, 3vw);
  }
}

.post__thumb {
  margin-bottom: 70px;
}
@media screen and (max-width: 1390px ) {
  .post__thumb {
    margin-bottom: 5.035971223vw;
  }
}
@media screen and (max-width: 1390px ) and (max-width: 600px) {
  .post__thumb {
    margin-bottom: 10vw;
  }
}

.post__thumb img {
  width: 100%;
  display: block;
}

.post__thumb figcaption {
  color: #888;
  text-align: right;
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
@media screen and (max-width: 1390px ) {
  .post__thumb figcaption {
    font-size: clamp(10px, 0.9352517986vw, 13px);
    margin-top: 0.7194244604vw;
  }
}
@media screen and (max-width: 1390px ) and (max-width: 600px) {
  .post__thumb figcaption {
    margin-top: 2.5vw;
    font-size: max(12px, 3vw);
  }
}

.post__content-wrap {
  padding-bottom: 70px;
  border-bottom: 2px solid #222;
}
@media screen and (max-width: 1390px ) {
  .post__content-wrap {
    padding-bottom: 5.035971223vw;
  }
}
@media screen and (max-width: 1390px ) and (max-width: 600px) {
  .post__content-wrap {
    padding-bottom: 17.5vw;
  }
}

.post__content-wrap p {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1390px ) {
  .post__content-wrap p {
    margin-bottom: 3.5971223022vw;
    font-size: clamp(11px, 1.2949640288vw, 18px);
  }
}
@media screen and (max-width: 1390px ) and (max-width: 600px) {
  .post__content-wrap p {
    margin-bottom: 7.5vw;
    font-size: max(14px, 3.5vw);
  }
}

.post__content-wrap h2 {
  margin-top: 70px;
  margin-bottom: 50px;
  border-left: 7px solid #222;
  padding-left: 0.5em;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 1390px ) {
  .post__content-wrap h2 {
    margin-top: 5.035971223vw;
    margin-bottom: 3.5971223022vw;
    font-size: clamp(20px, 2.3021582734vw, 32px);
  }
}
@media screen and (max-width: 1390px ) and (max-width: 600px) {
  .post__content-wrap h2 {
    margin-top: 10vw;
    margin-bottom: 7.5vw;
    font-size: max(18px, 4.5vw);
  }
}

.post__content-wrap ol {
  list-style: decimal;
  padding-left: 1.5em;
  line-height: 1.7;
  font-size: 18px;
}
@media screen and (max-width: 1390px ) {
  .post__content-wrap ol {
    font-size: clamp(11px, 1.2949640288vw, 18px);
  }
}
@media screen and (max-width: 1390px ) and (max-width: 600px) {
  .post__content-wrap ol {
    font-size: max(14px, 3.5vw);
  }
}

.post__content-wrap ul {
  list-style-type: disc;
  padding-left: 1.5em;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1390px ) {
  .post__content-wrap ul {
    font-size: clamp(11px, 1.2949640288vw, 18px);
  }
}
@media screen and (max-width: 1390px ) and (max-width: 600px) {
  .post__content-wrap ul {
    font-size: max(14px, 3.5vw);
  }
}

.post__content-wrap > ul li {
  margin-bottom: 10px;
}

.post__content-wrap h3 {
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 17px 15px;
  font-size: 18px;
  font-weight: bold;
  background: #f3f3f3;
}
@media screen and (max-width: 1390px ) {
  .post__content-wrap h3 {
    margin-top: 3.5971223022vw;
    margin-bottom: 2.1582733813vw;
    font-size: clamp(12px, 1.2949640288vw, 18px);
    padding: 1.2230215827vw 1.0791366906vw;
  }
}
@media screen and (max-width: 1390px ) and (max-width: 600px) {
  .post__content-wrap h3 {
    margin-top: 12.5vw;
    margin-bottom: 7.5vw;
    font-size: max(18px, 4.5vw);
    padding: 3.5vw 3.75vw;
  }
}

.post__content-wrap a:not(.tooltip) {
  color: #1a73e8;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #1a73e8;
}

.post__content-wrap h3 + p {
  margin-bottom: 30px;
}
@media screen and (max-width: 1390px ) {
  .post__content-wrap h3 + p {
    margin-bottom: 2.1582733813vw;
  }
}
@media screen and (max-width: 1390px ) and (max-width: 600px) {
  .post__content-wrap h3 + p {
    margin-bottom: 7.5vw;
  }
}

.post__content-wrap table {
  margin-bottom: 50px;
  font-size: 18px;
}
@media screen and (max-width: 1390px ) {
  .post__content-wrap table {
    font-size: clamp(11px, 1.2949640288vw, 18px);
    margin-bottom: 3.5971223022vw;
  }
}
@media screen and (max-width: 1390px ) and (max-width: 600px) {
  .post__content-wrap table {
    font-size: max(14px, 3.5vw);
    margin-bottom: 7.5vw;
  }
}

.post__content-wrap table th {
  background: #46bdc6;
  padding: 0.7em;
}

.post__content-wrap table td {
  padding: 0.7em;
}

.post__content-wrap figure {
  margin-inline: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
}
@media screen and (max-width: 1390px ) {
  .post__content-wrap figure {
    margin-bottom: 3.5971223022vw;
  }
}
@media screen and (max-width: 1390px ) and (max-width: 600px) {
  .post__content-wrap figure {
    margin-bottom: 7.5vw;
  }
}

.post__content-wrap img {
  max-width: 100%;
}

.post__content-wrap figcaption {
  color: #888;
  text-align: right;
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
@media screen and (max-width: 1390px ) {
  .post__content-wrap figcaption {
    font-size: clamp(10px, 0.9352517986vw, 13px);
    margin-top: 0.7194244604vw;
  }
}
@media screen and (max-width: 1390px ) and (max-width: 600px) {
  .post__content-wrap figcaption {
    font-size: max(12px, 3vw);
    margin-top: 2.5vw;
  }
}

/*カードリンク*/
.card-link {
  border: 2px solid #ccc;
  padding: 18px;
  width: 550px;
}
@media screen and (max-width: 1390px ) {
  .card-link {
    width: 39.5683453237vw;
  }
}
@media screen and (max-width: 1390px ) and (max-width: 600px) {
  .card-link {
    width: 100%;
  }
}

.card-link a, .card-link p {
  margin: 0;
  border: none;
}

.card-link__img {
  aspect-ratio: 16/9;
  marign: 0 auto;
  width: 100%;
}

p.card-link__ttl {
  font-weight: bold;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-size: 16px;
}
@media screen and (max-width: 1390px ) {
  p.card-link__ttl {
    font-size: clamp(12px, 1.1510791367vw, 16px);
  }
}
@media screen and (max-width: 1390px ) and (max-width: 600px) {
  p.card-link__ttl {
    font-size: max(16px, 4vw);
  }
}

p.card-link__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-weight: normal;
  font-size: 13px;
}
@media screen and (max-width: 1390px ) {
  p.card-link__description {
    font-size: clamp(10px, 0.9352517986vw, 13px);
  }
}
@media screen and (max-width: 1390px ) and (max-width: 600px) {
  p.card-link__description {
    font-size: max(12px, 3vw);
  }
}

.card-link__txt {
  color: #222;
  background: #f3f3f3;
  padding: 14px 10px;
}
@media screen and (max-width: 1390px ) {
  .card-link__txt {
    padding: 1.0071942446vw 0.7194244604vw;
  }
}
@media screen and (max-width: 1390px ) and (max-width: 600px) {
  .card-link__txt {
    padding: 3.5vw 2.5vw;
  }
}
/*# sourceMappingURL=post.css.map */