@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
th,
td,
a {
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #000000;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=email],
input[type=text],
input[type=password],
input[type=submit],
input[type=button],
input[type=radio],
input[type=tel],
input[type=number],
textarea,
select {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=email]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=password]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=radio]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=number]::-webkit-search-decoration,
textarea::-webkit-search-decoration,
select::-webkit-search-decoration {
  display: none;
}

input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=submit]:focus,
input[type=button]:focus,
input[type=radio]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  outline-offset: -2px;
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

* {
  color: #001110;
  font-weight: 400;
  font-style: normal;
}

.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.spBlock {
  display: none;
}
@media screen and (max-width: 500px) {
  .spBlock {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .spNone {
    display: none;
  }
}

.footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 375px;
  margin: 0 auto;
  z-index: 1000;
}
@media screen and (max-width: 500px) {
  .footer {
    width: 100%;
    min-width: 375px;
    overflow-x: scroll;
  }
}
.footer__nav {
  background-color: #F2F1F6;
  border-top: 0.5px solid #3F2922;
  padding: 0 25px 14px 25px;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__list {
  position: relative;
  padding: 14px 0 0 0;
}
.footer__home:hover, .footer__home.is-active {
  color: #00807F;
}
.footer__home:hover::before, .footer__home.is-active::before {
  background: url("../images/menu01-hover.svg") center no-repeat;
}
.footer__home:hover::after, .footer__home.is-active::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #00807F;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__home:hover {
  color: #00807F;
}
.footer__home::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu01.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__home:hover::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu01-hover.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__home:hover::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #00807F;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__post:hover, .footer__post.is-active {
  color: #9bc2d6;
}
.footer__post:hover::before, .footer__post.is-active::before {
  background-image: url("../images/menu03-hover.svg");
}
.footer__post:hover::after, .footer__post.is-active::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #9bc2d6;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__post:hover {
  color: #9bc2d6;
}
.footer__post::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu03.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__post::before.is-active {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu03-hover.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__post:hover::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu03-hover.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__post:hover::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #9bc2d6;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__map:hover, .footer__map.is-active {
  color: #f0c929;
}
.footer__map:hover::before, .footer__map.is-active::before {
  background: url("../images/menu04-hover.svg") center no-repeat;
}
.footer__map:hover::after, .footer__map.is-active::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #f0c929;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__map:hover {
  color: #f0c929;
}
.footer__map::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu04.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__map:hover::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu04-hover.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__map:hover::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #f0c929;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__calendar:hover, .footer__calendar.is-active {
  color: #aea5c9;
}
.footer__calendar:hover::before, .footer__calendar.is-active::before {
  background: url("../images/menu05-hover.svg") center no-repeat;
}
.footer__calendar:hover::after, .footer__calendar.is-active::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #aea5c9;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__calendar:hover {
  color: #aea5c9;
}
.footer__calendar::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu05.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__calendar:hover::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu05-hover.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__calendar:hover::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #aea5c9;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__life:hover, .footer__life.is-active {
  color: #D87856;
}
.footer__life:hover::before, .footer__life.is-active::before {
  background: url("../images/menu02-hover.svg") center no-repeat;
}
.footer__life:hover::after, .footer__life.is-active::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #D87856;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__life:hover {
  color: #D87856;
}
.footer__life::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu02.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__life:hover::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu02-hover.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__life:hover::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #D87856;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__link {
  display: block;
  font-size: 7px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #3F2922;
  text-align: center;
}

#page-home .footer__home,
#page-home .footer__calendar,
#page-post .footer__post,
#page-map .footer__map,
#page-life .footer__life {
  color: #00807F;
  font-weight: bold;
  pointer-events: none;
}

.footer__link a.is-active {
  /* ここにアクティブ時の色を指定（例：アイコンと文字を茶色に） */
  color: #f26e2b;
  -webkit-filter: none;
          filter: none; /* 元の画像が黒やグレーで、色を変えたい場合は filter や画像を差し替える処理が必要になります */
}

.posts {
  width: 100%;
  height: auto;
}
.posts__inner {
  position: relative;
  background-color: #fff;
  padding: 23px 0 100px 0;
}
.posts__link {
  position: absolute;
  width: 38px;
  display: inline-block;
  top: 23px;
  left: 18px;
}
.posts__link:hover {
  opacity: 0.6;
}
.posts__world {
  width: 100%;
}
.posts__logo {
  width: 190px;
  margin: 0 auto;
}
.posts__logolink {
  display: block;
  margin: 0 auto 20px auto;
}
.posts__save {
  position: absolute;
  width: 20px;
  top: 28px;
  right: 48px;
}
.posts__save img {
  width: 100%;
}
.posts__share {
  position: absolute;
  width: 21px;
  top: 28px;
  right: 19px;
}
.posts__share img {
  width: 100%;
}
.posts__content {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0 0 0;
}
.posts__datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #D87856;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  margin: 0 0 8px 0;
}
.posts__datetime::before {
  display: block;
  width: 36px;
  height: 32px;
  content: "";
  background: url("../images/event-icon.png") center no-repeat;
  background-size: contain;
  margin: 0 6px 0 0;
}
.posts__title {
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  margin: 0 0 22px 0;
}
.posts__nickname {
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  margin: 0 0 15px 0;
  text-align: right;
}
.posts__thumbnail {
  width: 100%;
}
.posts__sharetxt {
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 8px;
  text-align: center;
  margin: 12px 0 6px 0;
}
.posts__sns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.posts__snsitem {
  width: 23%;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.posts__sns01 {
  background-color: #3E619D;
}
.posts__sns02 {
  background-color: #8C8C8C;
}
.posts__sns03 {
  background-color: #66D423;
}
.posts__sns04 {
  background-color: #4CC38E;
}
.posts__facebook {
  width: 5px;
  -webkit-transform: translateY(1.5px);
          transform: translateY(1.5px);
}
.posts__x {
  width: 19px;
}
.posts__line {
  width: 19px;
}
.posts__shares {
  width: 19px;
}
.posts__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 12px 0 0 0;
}
.posts__categorys {
  width: 72%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px;
}
.posts__item {
  display: block;
  width: 32%;
  border-radius: 9px;
  background-color: #F0F0F2;
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 8px;
  text-align: center;
}
.posts__good {
  width: 11%;
}
.posts__goodbtn {
  display: block;
  width: 37px;
  margin: 0 auto 0 auto;
}
.posts__goodimg {
  display: block;
  width: 100%;
}
.posts__count {
  display: block;
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 7px;
  text-align: center;
}
.posts__table {
  width: 100%;
  border-collapse: collapse;
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 18px 0 0 0;
}
.posts__table thead th {
  background-color: #00807F;
  color: #ffffff;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
}
.posts__table th, .posts__table td {
  border: 1px solid #707070;
  padding: 6px 12px;
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
}
.posts__table tbody th {
  width: 30%;
  font-weight: normal;
  background-color: #fff;
  font-size: 13px;
}
.posts__table td {
  background-color: #fff;
  font-size: 13px;
}
.posts__acgroup {
  margin: 53px 0 53px 0;
}
.posts__accordion {
  width: 100%;
  margin-bottom: 34px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.posts__accordion summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  cursor: pointer;
}
.posts__accordion summary::-webkit-details-marker {
  display: none;
}
.posts__accordion summary::after {
  -webkit-transform: translateY(-25%) rotate(45deg);
          transform: translateY(-25%) rotate(45deg);
  width: 17px;
  height: 10px;
  margin-left: 10px;
  border-bottom: 1.5px solid #00807F;
  border-right: 1.5px solid #00807F;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.posts__accordion p {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.posts__accordion[open] summary::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.posts__accordion[open] p {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.posts__boxes {
  height: 337px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F0F0F2;
  margin: 0 0 23px 0;
}
.posts__text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #D57979;
}
.posts__block {
  margin: 24px 0 0 0;
}
.posts__box {
  margin: 60px 0 30px 0;
}
.posts__date {
  display: inline-block;
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  margin: 0 0 11px 0;
}
.posts__detail p {
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
}
.posts__detail h1 {
  display: block;
  color: #00807F;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  margin: 32px 0 32px 0;
}
.posts__detail h2 {
  display: block;
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  border-bottom: 1px solid #00807F;
  padding: 0 0 6px 0;
  margin: 0 0 20px 0;
}
.posts__detail h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  margin: 0 0 22px 0;
}
.posts__detail h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 49px;
  background-color: #00807F;
  margin: 0 11px 0 0;
}
.posts__detail h4 {
  display: block;
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  padding: 10px 16px;
  margin: 0 0 20px 0;
  background-color: #F0F0F2;
  border-radius: 6px;
}
.posts__midashi {
  display: block;
  color: #00807F;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  padding: 0 0 8px 0;
  margin: 25px 0 10px 0;
  border-bottom: 1px solid #707070;
}
.posts__btn {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 50px;
  display: block;
  text-align: center;
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  padding: 9px 0;
  margin: 25px 0 0 0;
}
.posts__empathy {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto 18px auto;
}
.posts__tap {
  width: 86%;
  text-align: center;
  color: #3F2922;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 8px 0;
}
.posts__savebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #D87856;
  border-radius: 19px;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  padding: 5px 0;
  margin: 0 0 12px 0;
}
.posts__savebtn::before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 15px;
  background: url("../images/save02.png") center no-repeat;
  background-size: contain;
  margin: 0 4px 0 0;
}
.posts__displaybtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #1A6B25;
  border-radius: 19px;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  padding: 5px 0;
}
.posts__displaybtn::before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 20px;
  background: url("../images/map_btn02.png") center no-repeat;
  background-size: contain;
}
.posts__tagblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin: 19px 0 0 0;
}
.posts__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 8px;
  padding: 2px 6px 2px 2px;
  background-color: #F0F0F2;
  border: 1px solid #707070;
  border-radius: 4px;
}
.posts__tags::before {
  display: inline-block;
  content: "";
  width: 11px;
  height: 11px;
  background: url("../images/tag.png") center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(0.5px);
          transform: translateY(0.5px);
}
.posts__recommend {
  position: relative;
  background-color: #F0F0F2;
  border: 1px solid #707070;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 9px 10px;
  margin: 66px 0 0 0;
}
.posts__imgs {
  width: 94px;
}
.posts__name {
  position: absolute;
  top: -7px;
  left: 10px;
  background-color: #00807F;
  padding: 1px 18px 2px 18px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 7px;
  letter-spacing: 0.07em;
}
.posts__recomtxt {
  width: calc(100% - 94px);
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  padding: 0 0 0 14px;
}
.posts__recom {
  background-color: #F0F0F2;
  padding: 20px 16px 6px 16px;
  margin: 29px 0 0 0;
}
.posts__recomtheme {
  display: block;
  width: 180px;
  color: #00807F;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.15em;
  padding: 4px 0;
  margin: 0 auto 18px auto;
  text-align: center;
  border-top: 1px solid #00807F;
  border-bottom: 1px solid #00807F;
}
.posts__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 18px 0;
}
.posts__imgs02 {
  width: 117px;
}
.posts__postbox {
  width: calc(100% - 117px);
  padding: 0 0 0 14px;
}
.posts__recomtxt02 {
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
  margin: 0 0 6px 0;
}
.posts__categoryss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.posts__categoryitem {
  background-color: #fff;
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 7px;
  padding: 0px 9px;
  border-radius: 50px;
  height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}