@charset "utf-8";
/* CSS Document */

/* タイトル */
.wpd_lowerhead{
  border-bottom:solid 1px #707070;
  max-width:800px;
  width:100%;
  margin:auto;
}



/* 下層index.html */
.wan_entrybodywrap{
  max-width:840px;
  width:100%;
  margin:auto;
  padding:16px 0;
  background-color:#FFF;
  text-align: center;
  border-bottom:solid 1px #707070;
}
/* font */
.wan_entrybodywrap .txt{
  margin-bottom: 8px;
  line-height: 1.4;
  text-align: left;
  font-size: clamp(0.875rem, 0.7372rem + 0.5128vw, 1rem);/* 14-16 430-820 */
}
.wan_entrybodywrap .txtgreen,
.wan_entrybodywrap .txtred{
  display: flex;
  justify-content: center;
  line-height: 1.4;
  text-align: justify;
  font-size: clamp(0.875rem, 0.7372rem + 0.5128vw, 1rem);/* 14-16 430-820 */
}
.wan_entrybodywrap .txtblack{
  line-height: 1.4;
  text-align: justify;
  font-size: clamp(0.875rem, 0.7372rem + 0.5128vw, 1rem);/* 14-16 430-820 */
}
.topic_title.txtblack{
  font-size: 1.125rem;
  font-weight: bold;
  padding-bottom: 16px;
}
/* リンク */
.wan_entrybodywrap a{
  line-height: 1.4;
  color: #000;
  text-decoration: underline;
  text-decoration-color: #000;
  transition: text-decoration-color 0.2s ease;
}


.wan_entryphoto{
  margin: 8px 0;
}
.wan_titlegreen{
  margin-bottom: 32px;
  font-size: 1.375rem;
  padding:16px 0;
  line-height: 1.3;
  font-weight: bold;
}
.wan_supervision{
  display:flex;
  gap:16px;
  text-align: left;
  font-size:0.875em;
  line-height:1.5;
  padding:10px 0;
}
.wan_supervision > div:first-of-type{
  flex: 1 0 auto;
  max-width: 200px;
  margin-inline: auto;
}
.wan_supervision dt{
  font-size:1.25em;
  font-weight:bold;
  margin-bottom:0.75em;
}
.wan_supervision a{
  color:#000;
}
.wan_post_date{
  text-align:right;
  font-size: clamp(0.75rem, 0.6122rem + 0.5128vw, 0.875rem);/* 12-14 430-820 */
}
.wan_backwrap{
  text-align: center;
  padding:24px 0;
}
.wan_backwrap a{
  display:flex;
  background-color:#F5F5F5;
  width:240px;
  height:40px;
  color:#000;
  text-decoration: none;
  border-radius: 20px;
  border: 1px solid transparent;
  margin:auto;
  justify-content: center;
  align-items: center;
  transition: border-color 0.2s ease;
}


@media screen and (min-width:821px){
  .wan_entrybodywrap a:hover{
    text-decoration-color: transparent;
  }
  .wan_backwrap a:hover{
    border-color: #000;
  }
}

@media screen and (max-width:820px){
  .wan_supervision{
    flex-direction: column;
  }
}