html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif, "Segoe UI Emoji";
  font-size: 15px;
  color: #707070;
  letter-spacing: 0.04em;
  line-height: 1.66666;
  word-break: break-word;
  word-wrap: break-word;
  line-break: strict;
}

button {
  color: inherit;
  display: inline-block;

}

input,
textarea {
  border: 2px solid #224832;
}


.header__container {
  max-width: 1100px;
  margin: 0 auto;
}

.header__top {
  height: 100px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  width: 330px;
  height: auto;
}

.header__nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 12px 18px;
}

.header__nav-item-link {
  display: flex;
  align-items: center;
  gap: 4px;
  color: inherit;
  text-decoration: inherit;

}

.header__nav-item-link i {
  line-height: 17px;
  font-style: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif, "Segoe UI Emoji";
}

.header__nav-item-link i a {
  color: #707070;
  text-decoration: none;
}

.header__nav-item-link i a:hover {
  color: #59AD3A;
  text-decoration: underline;
}

/*
.header__user-nav {
  list-style: none;
  padding: 16px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  background: #f1e696;
  border-radius: 22px;
}

.header__user-nav::before {
  content: "会員menu";
  border-right: 2px solid #707070;
  padding: 10px 8px;
}

.header__user-nav-item-link {
  display: flex;
  align-items: center;
  gap: 4px;
  color: inherit;
  text-decoration: inherit;
}
*/

#is-nav-opened {
  display: none;
}

.header__page-wrap {
  width: 100%;
  height: 50px;
  background-color: #59AD3A;
}

.header__page {
  max-width: 1100px;
  background-color: rgba(255, 255, 255, 0.23);
  height: 50px;
  list-style: none;
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__page-item-link {
  padding: 4px 15px 4px;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  margin: 0;
  color: #fff;
}

.header__page-item-link:hover {
  background: #ffffff;
  color: #707070;
}


@media screen and (max-width: 768px) {
  .header__container {
    /*width: calc(100% - 40px);*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 16px;
  }

  .header__top {
    height: 70px;
  }

  .header__logo {
    width: 150px;
    height: auto;
  }

  .header__page-wrap {
    height: 40px;
  }

  .header__page {
    height: 40px;
  }

  .header__bottom {
    flex-basis: 100%;
    display: none;
    padding-top: 18px;
  }


  #is-nav-opened:checked+.header__bottom {
    display: block;
  }

  /*
  .header__page {
    padding: 8px;
    margin-top: 24px;
    border-radius: 16px;
  }
    */
}

.board-title {
  text-align: center;
  font-size: 25px;
  font-weight: normal;
  letter-spacing: 0.08em;
  padding: 0px;
  color: #000000;
}

.board-title::before {
  content: "";
  display: flex;
  margin: 0 auto 10px auto;
  width: 50px;
  height: 50px;
  background-image: url(../img/common/board-title-mark.png);
  background-size: cover;
}

.board__secondary-title{
display: flex;
  background-image: url(../img/common/stit_bk.png);
  background-size: cover;
  color: #000000;
  font-size: 22px;
  font-weight: normal;
  padding: 10px 10px ;
  margin: 0 auto;
  position: relative;
}
.boxed-title {
  
}

.boxed-title::before {
  content: "";
  background-image: url(../img/common/boxed-title-marker.svg);
  display: block;
  width: 30px;
  height: 27px;
  background-size: 30px 27px;
  margin: 7px 15px 0 10px;
  background-repeat: no-repeat;
}

.footer {
  background-color: #59AD3A;
  text-align: center;
  padding: 15px;
  margin-top: 150px;
  color: #fff;
}

.footer__logo {
  width: 100px;
  margin: 30px auto 20px auto;
}

.footer__logo img {
  width: 100%;
}


@media screen and (max-width: 768px) {

  .board-title {
    font-size: 20px;
  }

  .board-title::before {
    margin: 0 auto 10px auto;
    width: 30px;
    height: 30px;
  }

  .footer {
    margin-top: 100px;
  }

  .footer__logo {
    width: 70px;
    margin: 20px auto 10px auto;
  }
}

.solid-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.solid-table a {
  color: inherit;
  text-decoration: none;
}

.solid-table a:hover {
  text-decoration: underline;
}

.solid-table th,
.solid-table td {
  border: 1px solid #224832;
}

.solid-table thead th {
  background: rgba(34, 72, 50, 0.3);
  color: #000000;
  font-weight: normal;
  padding: 22px 16px 16px;
}

.solid-table tbody th,
.solid-table tbody td {
  text-align: left;
  font-weight: normal;
  background: #ffffff;
  padding: 20px 22px;
}

.solid-table tbody th {
  text-align: left;
}

.solid-table tbody td {
  text-align: center;
  min-width: 80px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 24px;
  margin: 0 0 40px 0;
  padding: 0;
}

.pagination__prev-link,
.pagination__next-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: inherit;
  color: inherit;
  width: 39px;
  height: 39px;
  background-color: rgba(89, 173, 58, 0.5);
  border-radius: 90%;
}

.pagination__prev {
  margin-right: 40px;
}

.pagination__next {
  margin-left: 40px;
}

.pagination__prev-link a,
.board__pagination a{
  color: #000000;
  text-decoration: inherit;
}

.pagination__prev-link a:hover,
.board__pagination a:hover{
  text-decoration: underline;
}
.solid-table tbody th img {
  max-width: 100%;
}
  width: 20px;
}*/



.ico_hensyu {
  width: fit-content;
  margin: 0 auto 10px auto;
  display: block;
  line-height: 20px;
}

.ico_hensyu::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  background-image: url(../img/common/hensyu1.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 5px;
}

.ico_mail {
  display: block;
  line-height: 20px;
  width: fit-content;
  margin: 0 auto 5px auto;
}

.ico_mail::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  background-image: url(../img/common/kidoku1.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 5px;
}


.ico_new {
  display: block;
  line-height: 25px;
  margin-bottom: 5px;
}

.ico_new::before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  float: left;
  background-image: url(../img/common/new2.png);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 5px;
}
/*
.post_day-left{
  clear: both;
  margin: 10px auto;
}
.post_day{
  text-align: center;
  margin: 20px auto;
}
.your_post-wrap{
  display: flex;
  align-items: flex-start;
  padding: 0 20px;
}

.my_post-wrap{
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  padding: 0 20px;
}
.post-wrap{
  background-color:#F0F0F0 ;
  border-radius:20px;
  padding: 20px 25px;
  position: relative;
}
.your_post-wrap .post-wrap::after{
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 15px solid #F0F0F0;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 30px;
  left: -15px;
  z-index: 10;
}
.my_post-wrap .post-wrap::after{
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid #F0F0F0;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 30px;
  right: -15px;
  z-index: 10;
}

.user_column-wrap{
  text-align: center;
  width:115px ;
}
.your_post-wrap .user_post-wrap{
  flex: 1;
  margin-left: 20px;
}
.my_post-wrap .user_post-wrap{
  flex: 1;
  margin-right: 20px;
}

.user_post-img{
  width: 90px;
}

.user_post-img img{
  width: 100%;
}
  */
.post_auther-wrap{
  width: fit-content;
  margin: 5px auto 0 0;
  display: flex;
}

.post_auther-hensyu,
.post_auther-sakujyo{
  width: fit-content;
  margin: 0 auto 0 auto;
}
.post_ico-new-r::before{
  content: "";
  display: block;
  float: left;
  margin-right: 5px;
  margin-top: 3px;
  width: 18px;
  height: 18px;
  background-image: url(../img/common/new1.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
}


.post_ico-new::before{
  content: "";
  display: block;
  float: left;
  margin-right: 5px;
  margin-top: 3px;
  width: 18px;
  height: 18px;
  background-image: url(../img/common/new2.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

.post_auther-hensyu::before{
  content: "";
  display: block;
  float: left;
  margin-right: 5px;
  margin-top: 3px;
  width: 18px;
  height: 18px;
  background-image: url(../img/common/hensyu1.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
}
.post_auther-sakujyo::before{
  content: "";
  display: block;
  float: left;
  margin-right: 5px;
  margin-top: 3px;
  width: 13px;
  height: 15px;
  background-image: url(../img/common/ico_post-sakujyo.png);
  background-size: 13px 15px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .pagination {
    gap: 16px;
  }

  .pagination__prev {
    margin-right: 24px;
  }

  .pagination__next {
    margin-left: 24px;
  }

  .solid-table tbody td {
    min-width: 30px;
  }


  .solid-table tbody th img {
    width: 100%;
  }



}

.back__link--wrap {
  margin: 0px auto 0 0;
  padding: 0;
  list-style-type: none;
}

.back__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.back__link a {
  text-decoration: none;
  color: #707070;
}

.back__link a:hover {
  color: #59AD3A;
}

.back__link::before {
  content: "<";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: inherit;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  background: rgba(34, 72, 50, 0.8);
  border-radius: 90%;
}

@media not screen and (max-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}


/*投稿用共通スタイル*/

.board {
  margin-top: 20px;
  padding: 0 16px;
}

.board__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.board__title {
  margin: 0;
}

.board__text {
  margin-top: 32px;
}

.board__post {
  margin-top: 40px;
}

.board__post-title{
  color: #000000;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  padding: 10px 20px;
  margin: 0;
  display: flex;
  width: calc(100% - 40px);
  justify-content: center;
  background-image: url(../img/common/stit_bk.png);
  background-size: cover;
}

.board__post-title::before{
  content: "";
  padding: 0 10px;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/common/icon-comment.svg) left top/30px 30px no-repeat;
}



.board__post-secondary-title {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  padding: 0;
  margin: 36px 0 0;
}


.board__link-post {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 325px;
  border-radius: 9999px;
  border: 1px solid #707070;
  color: inherit;
  text-decoration: inherit;
  font-size: 18px;
  text-align: center;
  padding: 5px ;
  position: relative;
    background-color: rgba(34, 72, 50, 0.1);
}

.board__link-post::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/common/icon-comment.svg);
  background-size: 30px 30px;
  background-repeat: no-repeat;
padding: 5px 20px 0 0;
}


.board__tags {
  margin: 20px 0 40px 0;
  padding: 5px 5px 10px 5px;
  border: 1px solid rgba(34, 72, 50, 0.8);
}

.board__tags-title {
  color: #000000;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  padding: 5px 5px;
  margin: 0;
  display: flex;
  width: calc(100% - 10px);
  justify-content: flex-start;
  background: rgba(34, 72, 50, 0.1);
}
.board__tags-title::before {
  content: "";
  padding: 0 0px;
  display: block;
  width: 15px;
  height: 15x;
  background: url(../img/common/icon-tag.svg) left top 7px/15px 15px no-repeat;
}



.board__tags-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  gap: .3em;
}

.board__tags-list-item {
  font-size: 12px;
  text-decoration: none;
  padding: 10px 0 0 0;
}

.board__tags-list-item a{
  text-decoration: none;
  color: #224832;
}
.board__tags-list-item a:hover{
  text-decoration: underline;
  color: #59AD3A;
}

.board__tags-list-item::before {
  content: "#";
}

.board__post-warning {
  font-size: 12px;
}

.board__post-required {
  color: #f85b27;
  font-style: unset;
  font-weight: bold;
}

.board__post-textarea,
.board__post-input {
  display: block;
  padding: 1.4em 0;
  margin-top: 16px;
  width: 100%;
}

.board__post-file {
  display: block;
  margin-top: 18px;
}

.board__post-submit {
  margin-top: 40px;
  display: block;
  width: 100%;
  appearance: none;
  background: #59AD3A;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border: none;
  padding: 20px 20px 20px;
  border-radius: 35px;
}

.board__post-footer {
  margin-top: 80px;
}


.board__nav {
  margin-top: 47px;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.board__nav > * {
  flex: 1;
}
.board__search {
  display: flex;
  border: 1px solid #224832;
  border-radius: 9999px;
  background: #fff;
  padding: 0px;
  max-width: 510px;
  margin: 0;
}
.board__search input {
  flex: 1;
  border-radius: 9999px 0 0 9999px;
  appearance: none;
  border: none;
  padding: 9px;
}
.board__search button{
  border-radius: 0 9999px 9999px 0;
  appearance: none;
  border: none;
  padding: 9px 30px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .board {
    margin-top: 20px;
  }

  .board__post {
    margin-top: 20px;
  }

  .board__post-title {
    font-size: 18px;
  }

  .board__link-post {
    margin-top: 24px;

  }
  .board__nav {
    flex-direction: column;
  }
 .board__search,
 .board__link-post {
  max-width: 100%;
  width: calc(100% - 15px);

 }
  
}

.operation-btn{
  display: flex;
  justify-content: flex-start;
}
.operation-btn form{
  margin: 5px 2px;
}