@charset "utf-8";
/* CSS Document */
.wpd_lowerhead{
  padding-bottom:10px;
}

h4{
  font-weight: bold;
  font-size: 1.125rem;
}

.wan_post_info{
  font-size:clamp(0.75rem, 0.6122rem + 0.5128vw, 0.875rem);/* 12-14 430-820 */
  text-align: right;
  padding-top:clamp(0.5rem, 0.087rem + 1.54vw, 0.875rem)/* 8-14 430-820 */
}
.wan_post_info a{
  color:#000;
}
.wan_titlegreen{
  font-weight:bold;
}
.wan_entrybodywrap{
  text-align: left;
}

.wan_imgframe{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-self: start;
  gap: 16px 8px;
  margin-bottom: 16px;
}


.wan_comment{
  font-size: clamp(0.875rem, 0.7372rem + 0.5128vw, 1rem);/* 14-16 430-820 */
  line-height: 1.75;
}
.wan_comment:not(:first-child){
  margin-top: 32px;
}


.wan_kininaru_rank li{
  line-height: 1.2;
}

.wan_kininaru_dotlist{
  margin-top: 24px;
}
.wan_kininaru_dotlist li:not(:first-child){
  margin-top: 8px;
}


.wan_sauce{
  border-top:solid 1px #CCC;
  padding-top:1em;
  margin-top:1em;
  line-height: 1.375;
  font-size: 1rem;
}
.wan_sauce *{
  font-size: clamp(0.875rem, 0.7372rem + 0.5128vw, 1rem);/* 14-16 430-820 */
}
.wan_sauce a{
  display: block;
  color:#000;
  text-decoration:underline;
}


@media screen and (max-width:820px){
  .wan_imgframe{
    flex-direction: column;
    align-items: flex-start;
  }
}
