/*******************************
* 見出し
********************************/
#article h2 {
color: #e52d77;/*文字色*/
border: solid 5px #F79FBE;/*線色*/
padding: 0.5em;/*文字周りの余白*/
border-radius: 0.5em;/*角丸*/
margin: 0px 8px 0px 1px
}
#main h2 {
color: #e52d77;/*文字色*/
border: solid 5px #F79FBE;/*線色*/
padding: 0.5em;/*文字周りの余白*/
border-radius: 0.5em;/*角丸*/
margin: 0px 8px 0px 1px
}
#sidebar h4 {
color: #fff;/*文字色*/
padding: 0.5em;/*文字周りの余白*/
display: inline-block;/*おまじない*/
line-height: 1.3;/*行高*/
background: #F79FBE;/*背景色*/
vertical-align: middle;/*上下中央*/
border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
margin-left: 2px
}

#sidebar h4:before {
content: '●';
color: white;
margin-right: 8px;
}
#footer h4 {
color: #fff;/*文字色*/
padding: 0.5em;/*文字周りの余白*/
display: inline-block;/*おまじない*/
line-height: 1.3;/*行高*/
background: #F79FBE;/*背景色*/
vertical-align: middle;/*上下中央*/
border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
margin-left: 30px
}

#footer h4:before {
content: '●';
color: white;
margin-right: 8px;
}

h3 {
        color: #2d2d2d;/*文字色*/
	border-bottom: 2px solid #e52d77;
	padding: 0.2em 0.5em;
	border-left: solid 5px #e52d77;
	}


#main .entry {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

hr{
border:none;
border-top:dashed 2px #F79FBE;
height:1px;
color:#FFFFFF;
width:auto; 
clear:both;
margin-bottom: -2px;	
}
/* 342px(320px/93.75%)未満の横幅のとき、adsenseを10pxずらす */
@media screen and (max-width: 341px) {
  .mobile-adsense {
    position: relative;
    width: 320px;
    left: -10px;
  }
}

/*******************************
* 左からの吹き出し
********************************/
.left_balloon {
    position: relative;
    background: #fff;
    border: 2px solid #777;
    margin: 10px 20px 40px 80px;
    border-radius: 15px;
    margin-right: 5%;
    clear: both;
    max-width: 700px;
    padding: 20px 30px 20px 30px;
    clear:both;
}
.left_balloon:after,
.left_balloon:before {
    right: 100%;
    top: 45%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  　clear:both;
}
.left_balloon:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 7px;
    margin-top: -7px;
  　clear:both;
}
.left_balloon:before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #000;
    border-width: 8px;
    margin-top: -8px;
  　clear:both;
}

/*******************************
* 右からの吹き出し
********************************/
.right_balloon {
    position: relative;
    background: #85e249;
    border: 1px solid #777;
    margin: 0px 50px 60px 20px; 
    padding: 10px;
    border-radius: 15px;
    margin-left: 20%;
    clear: both;
    max-width: 500px;
    float: right;
}
.right_balloon:after,
.right_balloon:before {
    left: 100%;
    top: 45%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.right_balloon:after {
    border-color: rgba(133, 226, 73, 0);
    border-left-color: #85e249;
    border-width: 7px;
    margin-top: -7px;
}
.right_balloon:before {
    border-color: rgba(119, 119, 119, 0);
    border-left-color: #777;
    border-width: 8px;
    margin-top: -8px;
}

/*******************************
* 割り込みを解除
********************************/
.clear_balloon{
  clear: both;
}
  
.t_b {
	line-height: 1.6;
}    
  
/* サムネイル画像にエフェクト */
.entry-thumb,.wpp-thumbnail{
  overflow: hidden;
}
.entry-thumb img,.wpp-thumbnail img{
  transition: 0.6s ;
}
 
.entry-thumb img:hover,.wpp-thumbnail:hover {
   opacity: 0.6;
   -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}
  
/* タグクラウドのデザイン変更　*/
.tagcloud a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 6px 12px;
    color: #F79FBE;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid #F79FBE;
    background: #FFF;
}

.tagcloud a:hover {
    transition: 0.3s;
    background: #EFEFEF;
}
  
/* 記事を読むの編集　*/
.entry-read a{
  color:#fff;
  font-size:12px;
  background-color:#F79FBE;
  border:1px solid #F79FBE;
  border-radius:2px;
  padding:3px 10px 3px 5px;
  text-decoration:none;
  float: right;
}
 
.entry-read a:hover{
  color:#fff;
  background-color:#e52d77;
  border:1px solid #e52d77;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
}
 
.entry-read a::before{
 margin-right:5px;
 font-family:"FontAwesome";
 content:"\f058";
}
  
/*******************************
* style.css 画面の横幅が769px以上
********************************/

/* 適用対象を追加 */
.widget_rss,
.widget_recent_entries,
.widget_recent_comments,
.widget_categories,
.widget_archive,
.widget_meta,
.widget_nav_menu,
.widget_pages,
.widget_tag_cloud,
.myCustomRssBlock {
  font-size: 18px;
  background: #fff;
  font-weight: bold;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  word-wrap: break-word;
  margin-right: 10px;
}

.widget_rss:last-child,
.widget_recent_entries:last-child,
.widget_recent_comments:last-child,
.widget_categories:last-child,
.widget_archive:last-child,
.widget_meta:last-child,
.widget_nav_menu:last-child,
.widget_pages:last-child,
.widget_tag_cloud:last-child,
.myCustomRssBlock:last-child {
  margin: 0;
}

.widget_rss ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_tag_cloud ul,
.myCustomRssBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.widget_rss li:nth-child(odd),
.widget_recent_entries li:nth-child(odd),
.widget_recent_comments li:nth-child(odd),
.widget_categories li:nth-child(odd),
.widget_archive li:nth-child(odd),
.widget_meta li:nth-child(odd),
.widget_nav_menu li:nth-child(odd),
.widget_pages li:nth-child(odd),
.widget_tag_cloud li:nth-child(odd),
.myCustomRssBlock li:nth-child(odd) {
  background-color: #fffacd;
}

.widget_rss ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_tag_cloud ul li,
.myCustomRssBlock ul li {
  background: url(https://img.pioncoo.net/wp-content/uploads/2025/05/rss.png) 0 center no-repeat;
  background-size: 16px 16px;
  padding-left: 30px;
  margin: 1px 0;
  line-height: 1;
  font-size: 16px;
  color: #e52d77;
  font-weight: bold;
  min-height: 18px;
}

.widget_rss ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_tag_cloud ul li a,
.myCustomRssBlock ul li a {
  color: #e52d77 !important;
  text-decoration: none;
}

.widget_rss ul li img,
.myCustomRssBlock ul li img {
  display: none;
}
.widget_rss li a:hover,
.myCustomRssBlock li a:hover {
  color: #ff1493;
  text-decoration: underline;
}

.blogroll-ad-img {
  margin-top: 200px;
}

a:hover {
  color: #ff0000; 
  opacity: 0.65;
}

.widget_rss ul li a:hover, .myCustomRssBlock ul li a:hover {
  opacity: 0.65;
  text-decoration: underline; 
}


/*******************************
* t_b
********************************/
@media screen and (min-width: 0px) and (max-device-width: 430px) {

.t_b {
    position: relative;
    font-weight: bold;
    margin: 10px 5px 20px 10px;
    clear: both;
    padding: 10px 10px 10px 10px;
    max-width: 430px;
    word-wrap: break-word;
    clear:both;
}
}
@media screen and (min-width: 430px) and (max-device-width: 920px) {
.t_b {
    position: relative;
    font-weight: bold;
    margin: 10px 10px 30px 50px;
    margin-right: 5%;
    clear: both;
    padding: 10px 10px 10px 10px;
    max-width: 800px;
    word-wrap: break-word;
    clear:both;
}
}
@media screen and (min-width: 911px)  {
.t_b {
    position: relative;
    font-weight: bold;
    margin: 10px 10px 30px 50px;
    margin-right: 5%;
    clear: both;
    padding: 10px 10px 10px 10px;
    max-width: 800px;
    word-wrap: break-word;
    clear:both;
}
}
/*******************************
* sample
********************************/
@media screen and (min-width: 0px) and (max-device-width: 430px) {
.sample {
    position: relative;
    padding: 0.1em 0;
    margin: 0 0;
    font-weight: bold;
    color: #e52d77;/*文字色*/
    background: #FFF;
}
.sample strong {
    position: absolute;
    left: 0;
    bottom: 0.1em;
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 3%;
    width: 97%;
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.5;
}
.sample a {
    text-decoration: none;
}
.sample a:hover strong {
    text-decoration: underline;
}
.sample img {
    float: center;
    width: 99%;
}
}
@media screen and (min-width: 430px) and (max-device-width: 920px) {
.sample {
    position: relative;
    padding: 0.1em 0;
    margin: 0 0;
    font-weight: bold;
    color: #e52d77;/*文字色*/
    background: #FFF;
}
.sample strong {
    position: absolute;
    left: 0;
    bottom: 0.1em;
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 3%;
    width: 97%;
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.5;
}
.sample a {
    text-decoration: none;
}
.sample a:hover strong {
    text-decoration: underline;
}
.sample img {
    float: center;
    width: 99%;
}
}
@media screen and (min-width: 911px)  {
.sample {
    position: relative;
    padding: 0.1em 0;
    margin: 0 0;
    font-weight: bold;
    color: #e52d77;/*文字色*/
    background: #FFF;
}
.sample strong {
    position: absolute;
    left: 0;
    bottom: 0.1em;
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 3%;
    width: 97%;
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.5;
}
.sample a {
    text-decoration: none;
}
.sample a:hover strong {
    text-decoration: underline;
}
.sample img {
    float: center;
    width: 99%;
}
}
/*******************************
* sample2
********************************/
@media screen and (min-width: 0px) and (max-device-width: 430px) {
.sample2 {
    position: relative;
    padding: 0.1em 0;
    margin: 0 0;
    font-weight: bold;
    color: #e52d77;/*文字色*/
    background: #FFF;
}
.sample2 strong {
    position: absolute;
    left: 0;
    bottom: 0.1em;
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 3%;
    width: 97%;
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.5;
}
.sample2 a {
    text-decoration: none;
}
.sample2 a:hover strong {
    text-decoration: underline;
}
.sample2 img {
    float: center;
    width: 99%;
}
}
@media screen and (min-width: 430px) and (max-device-width: 920px) {
.sample2 {
    position: relative;
    width: 49.4%;
    padding:1%;
    float:left;
    padding: 0.1em 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-weight: bold;
    color: #e52d77;/*文字色*/
    background: #FFF;
}
.sample2 strong{
    position: absolute;
    left: 0;
    bottom: 0.1em;
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 3%;
    width: 97%;
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.5;
    overflow: hidden;
    height: 2em; /* 2em（行）x line-heightの0.5 */
    font-size: 0.8em;
    line-height: 1em;
}
.sample2 img{
    width: 96%;
}
}
@media screen and (min-width: 911px)  {
.sample2 {
    position: relative;
    width: 49.4%;
    padding:1%;
    float:left;
    padding: 0.1em 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-weight: bold;
    color: #e52d77;/*文字色*/
    background: #FFF;
}
.sample2 strong{
    position: absolute;
    left: 0;
    bottom: 0.1em;
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 3%;
    width: 97%;
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.5;
    overflow: hidden;
    height: 2em; /* 2em（行）x line-heightの0.5 */
    font-size: 0.8em;
    line-height: 1em;
}	
.sample2 img {
    width: 100%;
}
.sample2 a {
    text-decoration: none;
}
.sample2 a:hover strong{
    text-decoration: underline;
}
}
/*******************************
* sample5
********************************/
@media screen and (min-width: 0px) and (max-device-width: 430px) {
.sample5 {
border-bottom: 1px solid #ccc;
    padding: 0 0;
    margin: 0 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 1px #808080;/*線*/
    }
.sample5 {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 0%, from(#fff), to(#f0f0f0));
    background: linear-gradient(#fff, #f0f0f0);
    border-top: 1px solid #ccc;
    height: 100px;
    margin: 0px;
}
.sample5 a{
    background: url(https://img.pioncoo.net/wp-content/uploads/2025/05/1-4.png) no-repeat 100% 50%;
    color: #666;
    display: block;
    height: 100px;
    margin: 0;
    padding: 0 0 0 0;
    overflow: hidden;
    white-space: break-word;;
    text-overflow: ellipsis;
    text-decoration: none;
}
.sample5 img{
    float: left;
    height: 100px;
    width: 120px;
    margin-left: 0px;
}
.sample5 a strong{
    color: #807979;
    font-size: 16px;
    display: block;
    font-weight: bold;
    padding-top: 0px;
  　line-height: 0.5;
}
}
@media screen and (min-width: 430px) and (max-device-width: 920px) {
.sample5 {
border-bottom: 1px solid #ccc;
    padding: 0 0;
    margin: 0 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
}
.sample5 {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 0%, from(#fff), to(#f0f0f0));
    background: linear-gradient(#fff, #f0f0f0);
    border-top: 1px solid #ccc;
    height: 100px;
    margin: 0px;
}
.sample5 a{
    background: url(https://img.pioncoo.net/wp-content/uploads/2025/05/1-4.png) no-repeat 100% 50%;
    color: #666;
    display: block;
    height: 100px;
    margin: 0;
    padding: 0 0 0 0;
    overflow: hidden;
    white-space: break-word;;
    text-overflow: ellipsis;
    text-decoration: none;
}
.sample5 img{
    float: left;
    height: 100px;
    width: 120px;
    margin-left: 0px;
}
.sample5 a strong{
    color: #807979;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
}
@media screen and (min-width: 911px)  {
.sample5 {
    position: relative;
    width:48%;
    padding:1%;
    float:left;
    padding: 0.1em 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-weight: bold;
    color: #e52d77;/*文字色*/
    background: #FFF;
}
.sample5 {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 0%, from(#fff), to(#f0f0f0));
    background: linear-gradient(#fff, #f0f0f0);
    border-top: 1px solid #ccc;
    height: 100px;
    margin: 0px;
}
.sample5 a{
    background: url(https://img.pioncoo.net/wp-content/uploads/2025/05/1-4.png) no-repeat 100% 50%;
    color: #666;
    display: block;
    height: 100px;
    margin: 0;
    padding: 0 0 0 0;
    overflow: hidden;
    white-space: break-word;;
    text-overflow: ellipsis;
    text-decoration: none;
}
.sample5 img{
    float: left;
    height: 100px;
    width: 120px;
    margin-left: 0px;
}
.sample5 a strong{
    color: #807979;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
}

/*******************************
* sample6
********************************/
@media screen and (min-width: 0px) and (max-device-width: 430px) {
.sample6 {
border-bottom: 1px solid #ccc;
    padding: 0 0;
    margin: 0 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 1px #808080;/*線*/
    }
.sample6 {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 0%, from(#fff), to(#f0f0f0));
    background: linear-gradient(#fff, #f0f0f0);
    border-top: 1px solid #ccc;
    height: 100px;
    margin: 0px;
}
.sample6 a{
    background: url(https://img.pioncoo.net/wp-content/uploads/2025/05/1-4.png) no-repeat 100% 50%;
    color: #666;
    display: block;
    height: 100px;
    margin: 0;
    padding: 0 0 0 0;
    overflow: hidden;
    white-space: break-word;;
    text-overflow: ellipsis;
    text-decoration: none;
}
.sample6 img{
    float: left;
    height: 100px;
    width: 120px;
    margin-left: 0px;
}
.sample6 a strong{
    color: #807979;
    font-size: 16px;
    display: block;
    font-weight: bold;
    padding-top: 0px;
  　line-height: 0.5;
}
}
@media screen and (min-width: 430px) and (max-device-width: 920px) {
.sample6 {
border-bottom: 1px solid #ccc;
    padding: 0 0;
    margin: 0 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
}
.sample6 {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 0%, from(#fff), to(#f0f0f0));
    background: linear-gradient(#fff, #f0f0f0);
    border-top: 1px solid #ccc;
    height: 100px;
    margin: 0px;
}
.sample6 a{
    background: url(https://img.pioncoo.net/wp-content/uploads/2025/05/1-4.png) no-repeat 100% 50%;
    color: #666;
    display: block;
    height: 100px;
    margin: 0;
    padding: 0 0 0 0;
    overflow: hidden;
    white-space: break-word;;
    text-overflow: ellipsis;
    text-decoration: none;
}
.sample6 img{
    float: left;
    height: 100px;
    width: 100px;
    margin-left: 0px;
}
.sample6 a strong{
    color: #807979;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
}
@media screen and (min-width: 911px)  {
.sample6 {
    position: relative;
    width:49.4%;
    padding:1%;
    float:left;
    padding: 0.1em 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-weight: bold;
    color: #e52d77;/*文字色*/
    background: #FFF;
}
.sample6 strong{
    position: absolute;
    left: 0;
    bottom: 0.1em;
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 3%;
    width: 97%;
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.5;
    overflow: hidden;
    height: 2em; /* 2em（行）x line-heightの0.5 */
    font-size: 0.8em;
    line-height: 1em;
}
.sample6 img {
    width: 100%;
}
.sample6 a {
    text-decoration: none;
}
.sample6 a:hover strong{
    text-decoration: underline;
}
}
/*******************************
* sample7
********************************/
@media screen and (min-width: 0px) and (max-device-width: 430px) {
.sample7 {
    position: relative;
    padding: 0.1em 0;
    margin: 0 0;
    font-weight: bold;
    color: #e52d77;/*文字色*/
    background: #FFF;
}
.sample7 strong {
    position: absolute;
    left: 0;
    bottom: 0.1em;
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 3%;
    width: 97%;
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.5;
}
    .sample7 img {
    float: center;
    width: 100%; /* 幅を調整 */
    height: 200px; /* 高さを280pxに設定 */
    object-fit: cover;
    object-position: top;
    margin-left: 0px;
}
    .sample7 a {
    text-decoration: none;
}
    .sample7 a:hover strong {
    text-decoration: underline;
}
}

@media screen and (min-width: 430px) and (max-device-width: 920px) {
    .sample7 {
    position: relative;
    width: 49.4%;
    padding: 1%;
    float: left;
    padding: 0.1em 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-weight: bold;
    color: #e52d77; /* 文字色 */
    background: #FFF;
}
    .sample7 strong {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 3%;
    width: 97%;
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.7; /* 透明度を修正 */
    z-index: 2; /* 重なり順を設定 */
    overflow: hidden;
    height: 2em; /* 2em（行）x line-heightの0.5 */
    font-size: 0.8em;
    line-height: 1em;
}
    .sample7 img {
    float: center;
    width: 100%; /* 幅を調整 */
    height: 280px; /* 高さを280pxに設定 */
    object-fit: cover;
    object-position: top;
    margin-left: 0px;
}
    .sample7 a {
    text-decoration: none;
}
    .sample7 a:hover strong {
    text-decoration: underline;
}
}
@media screen and (min-width: 911px)  {
.sample7 {
    position: relative;
    width:33%;
    padding:1%;
    float:left;
    padding: 0.1em 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-weight: bold;
    color: #e52d77;/*文字色*/
    background: #FFF;
}
.sample7 strong{
    position: absolute;
    left: 0;
    bottom: 0.1em;
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 3%;
    width: 97%;
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.5;
    overflow: hidden;
    height: 2em; /* 2em（行）x line-heightの0.5 */
    font-size: 0.8em;
    line-height: 1em;
}	
.sample7 img {
    width: 100%;
}
.sample7 a {
    text-decoration: none;
}
.sample7 a:hover strong{
    text-decoration: underline;
}
}
/*******************************
* sample8
********************************/
@media screen and (min-width: 0px) and (max-device-width: 430px) {
.sample8 {
    position: relative;
    padding: 0.1em 0;
    margin: 0 0;
    font-weight: bold;
    color: #e52d77;/*文字色*/
    background: #FFF;
}
.sample8 strong {
    position: absolute;
    left: 0;
    bottom: 0.1em;
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 3%;
    width: 97%;
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.5;
}
    .sample8 img {
    float: center;
    width: 100%; /* 幅を調整 */
    height: 200px; /* 高さを280pxに設定 */
    object-fit: cover;
    object-position: top;
    margin-left: 0px;
}
    .sample8 a {
    text-decoration: none;
}
    .sample8 a:hover strong {
    text-decoration: underline;
}
}

@media screen and (min-width: 430px) and (max-device-width: 920px) {
    .sample8 {
    position: relative;
    width: 49.4%;
    padding: 1%;
    float: left;
    padding: 0.1em 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-weight: bold;
    color: #e52d77; /* 文字色 */
    background: #FFF;
}
    .sample8 strong {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 3%;
    width: 97%;
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.7; /* 透明度を修正 */
    z-index: 2; /* 重なり順を設定 */
    overflow: hidden;
    height: 2em; /* 2em（行）x line-heightの0.5 */
    font-size: 0.8em;
    line-height: 1em;
}
    .sample8 img {
    float: center;
    width: 100%; /* 幅を調整 */
    height: 280px; /* 高さを280pxに設定 */
    object-fit: cover;
    object-position: top;
    margin-left: 0px;
}
    .sample8 a {
    text-decoration: none;
}
    .sample8 a:hover strong {
    text-decoration: underline;
}
}

@media screen and (min-width: 911px) {
    .sample8 {
    position: relative;
    width: 49.4%;
    padding: 1%;
    float: left;
    padding: 0.1em 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-weight: bold;
    color: #e52d77; /* 文字色 */
    background: #FFF;
}
    .sample8 strong {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 3%;
    width: 97%;
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.7; /* 透明度を修正 */
    z-index: 2; /* 重なり順を設定 */
    overflow: hidden;
    height: 2em; /* 2em（行）x line-heightの0.5 */
    font-size: 0.8em;
    line-height: 1em;
}
    .sample8 img {
    float: center;
    width: 100%; /* 幅を調整 */
    height: 280px; /* 高さを280pxに設定 */
    object-fit: cover;
    object-position: top;
    margin-left: 0px;
}
    .sample8 a {
    text-decoration: none;
}
    .sample8 a:hover strong {
    text-decoration: underline;
}
}
/*******************************
* sample11
********************************/
@media screen and (min-width: 0px) and (max-device-width: 430px) {
.sample11 {
border-bottom: 1px solid #ccc;
    padding: 0 0;
    margin: 0 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 1px #808080;/*線*/
    }
.sample11 {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 0%, from(#fff), to(#f0f0f0));
    background: linear-gradient(#fff, #f0f0f0);
    border-top: 1px solid #ccc;
    height: 100px;
    margin: 0px;
}
.sample11 a{
    background: url(https://img.pioncoo.net/wp-content/uploads/2025/05/1-4.png) no-repeat 100% 50%;
    color: #666;
    display: block;
    height: 100px;
    margin: 0;
    padding: 0 0 0 0;
    overflow: hidden;
    white-space: break-word;;
    text-overflow: ellipsis;
    text-decoration: none;
}
.sample11 img{
    float: left;
    height: 100px;
    width: 120px;
    margin-left: 0px;
}
.sample11 a strong{
    color: #807979;
    font-size: 16px;
    display: block;
    font-weight: bold;
    padding-top: 0px;
  　line-height: 0.5;
}
}
@media screen and (min-width: 911px)  {
.sample11 {
    position: relative;
    width:19.8%;
    padding:1%;
    float:left;
    padding: 0.1em 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-weight: bold;
    color: #e52d77;/*文字色*/
    background: #FFF;
}
.sample11 strong{
    position: absolute;
    left: 0;
    bottom: 0.1em;
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 3%;
    width: 97%;
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.5;
    overflow: hidden;
    height: 2em; /* 2em（行）x line-heightの0.5 */
    font-size: 0.8em;
    line-height: 1em;
}
.sample11 img{
    width: 100%;
}
.sample11 a {
    text-decoration: none;
}
.sample11 a:hover strong{
    text-decoration: underline;
}
}
/*******************************
* sample12
********************************/
@media screen and (min-width: 0px) and (max-device-width: 430px) {
.sample12 {
	 ?position: relative; /* 親要素に相対位置を設定 */
　　border-bottom: 1px solid #ccc;
    padding: 0 0;
    margin: 0 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 1px #808080;/*線*/
    }
.sample12 {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 0%, from(#fff), to(#f0f0f0));
    background: linear-gradient(#fff, #f0f0f0);
    border-top: 1px solid #ccc;
    height: 100px;
    margin: 0px;
}
.sample12 a{
    background: url(https://img.pioncoo.net/wp-content/uploads/2025/05/1-4.png) no-repeat 100% 50%;
    color: #666;
    display: block;
    height: 100px;
    margin: 0;
    padding: 0 0 0 0;
    overflow: hidden;
    white-space: break-word;;
    text-overflow: ellipsis;
    text-decoration: none;
}
.sample12 img{
    float: left;
    height: 100px;
    width: 120px;
    margin-left: 0px;
}
.sample12 a strong{
    color: #807979;
    font-size: 16px;
    display: block;
    font-weight: bold;
    padding-top: 0px;
  　line-height: 0.5;
}
}
@media screen and (min-width: 430px) and (max-device-width: 920px) {
.sample12 {
border-bottom: 1px solid #ccc;
    padding: 0 0;
    margin: 0 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 1px #808080;/*線*/
    }
.sample12 {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 0%, from(#fff), to(#f0f0f0));
    background: linear-gradient(#fff, #f0f0f0);
    border-top: 1px solid #ccc;
    height: 100px;
    margin: 0px;
}
.sample12 a{
    background: url(https://img.pioncoo.net/wp-content/uploads/2025/05/1-4.png) no-repeat 100% 50%;
    color: #666;
    display: block;
    height: 100px;
    margin: 0;
    padding: 0 0 0 0;
    overflow: hidden;
    white-space: break-word;;
    text-overflow: ellipsis;
    text-decoration: none;
}
.sample12 img{
    float: left;
    height: 100px;
    width: 120px;
    margin-left: 0px;
}
.sample12 a strong{
    color: #807979;
    font-size: 16px;
    display: block;
    font-weight: bold;
    padding-top: 0px;
  　line-height: 0.5;
}
}
@media screen and (min-width: 911px)  {
.sample12 {
    position: relative;
    width:33%;
    padding:1%;
    float:left;
    padding: 0.1em 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-weight: bold;
    color: #e52d77;/*文字色*/
    background: #FFF;
}
.sample12 strong{
    position: absolute;
    left: 0;
    bottom: 0.1em;
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 3%;
    width: 97%;
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.5;
    overflow: hidden;
    height: 2em; /* 2em（行）x line-heightの0.5 */
    font-size: 0.8em;
    line-height: 1em;
}	
.sample12 img {
    width: 100%;
}
.sample12 a {
    text-decoration: none;
}
.sample12 a:hover strong{
    text-decoration: underline;
}
}
/*******************************
* sample13
********************************/
@media screen and (min-width: 0px) and (max-device-width: 430px) {
.sample13 {
    position: relative;
    padding: 0.1em 0;
    margin: 0 0;
    font-weight: bold;
    color: #e52d77;/*文字色*/
    background: #FFF;
}
.sample13 strong {
    position: absolute;
    left: 0;
    bottom: 0.1em;
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 3%;
    width: 97%;
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.5;
}
    .sample13 img {
    float: center;
    width: 100%; /* 幅を調整 */
    height: 200px; /* 高さを280pxに設定 */
    object-fit: cover;
    object-position: top;
    margin-left: 0px;
}
    .sample13 a {
    text-decoration: none;
}
    .sample13 a:hover strong {
    text-decoration: underline;
}
}
@media screen and (min-width: 911px)  {
.sample13 {
    position: relative;
    width:19.8%;
    padding:1%;
    float:left;
    padding: 0.1em 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-weight: bold;
    color: #e52d77;/*文字色*/
    background: #FFF;
}
.sample13 strong{
    position: absolute;
    left: 0;
    bottom: 0.1em;
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 3%;
    width: 97%;
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.5;
    overflow: hidden;
    height: 2em; /* 2em（行）x line-heightの0.5 */
    font-size: 0.8em;
    line-height: 1em;
}
.sample13 img{
    width: 100%;
}
.sample13 a {
    text-decoration: none;
}
.sample13 a:hover strong{
    text-decoration: underline;
}
}
/*******************************
* sample14
********************************/
@media screen and (min-width: 0px) and (max-device-width: 430px) {
.sample14 {
    position: relative;
    padding: 0.1em 0;
    margin: 0 0;
    font-weight: bold;
    color: #e52d77;/*文字色*/
    background: #FFF;
}
.sample14 strong {
    position: absolute;
    left: 0;
    bottom: 0.1em;
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 3%;
    width: 97%;
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.5;
}
.sample14 a {
    text-decoration: none;
}
.sample14 a:hover strong {
    text-decoration: underline;
}
.sample14 img {
    float: center;
    width: 99%;
}
}
@media screen and (min-width: 430px) and (max-device-width: 920px) {
.sample14 {
    position: relative;
    width:48%;
    padding:1%;
    float:left;
    padding: 0.1em 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-weight: bold;
    color: #e52d77;/*文字色*/
    background: #FFF;
}
.sample14 strong{
    position: absolute;
    left: 0;
    bottom: 0.1em;
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 3%;
    width: 97%;
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.5;
    overflow: hidden;
    height: 2em; /* 2em（行）x line-heightの0.5 */
    font-size: 0.8em;
    line-height: 1em;
}
.sample14 img{
    width: 96%;
}
}
@media screen and (min-width: 911px)  {
.sample14 {
    position: relative;
    width:33%;
    padding:1%;
    float:left;
    padding: 0.1em 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-weight: bold;
    color: #e52d77;/*文字色*/
    background: #FFF;
}
.sample14 strong{
    position: absolute;
    left: 0;
    bottom: 0.1em;
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 3%;
    width: 97%;
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.5;
    overflow: hidden;
    height: 2em; /* 2em（行）x line-heightの0.5 */
    font-size: 0.8em;
    line-height: 1em;
}	
.sample14 img {
    width: 100%;
}
.sample14 a {
    text-decoration: none;
}
.sample14 a:hover strong{
    text-decoration: underline;
}
}
@media screen and (min-width: 430px) and (max-device-width: 920px), screen and (min-width: 911px) {
    .sample15 strong {
        /* 背景色と文字色の設定を画像に合わせる */
        color: #ffffff; /* 例: #ffffff */
        background: #0000ff; /* 例: #0000ff */
        /* その他のスタイルはそのまま */
    }
    /* その他のスタイルはそのまま */
}
/*******************************
* sample15
********************************/
@media screen and (min-width: 0px) and (max-device-width: 430px) {
.sample15 {
    position: relative;
    padding: 0.1em 0;
    margin: 0 0;
    font-weight: bold;
    color: #e52d77;/*文字色*/
    background: #FFF;
}
.sample15 strong {
    position: absolute;
    left: 0;
    bottom: 0.1em;
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 3%;
    width: 97%;
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.5;
}
.sample15 a {
    text-decoration: none;
}
.sample15 a:hover strong {
    text-decoration: underline;
}
.sample15 img {
    float: center;
    width: 99%;
}
}
@media screen and (min-width: 911px)  {
.sample15 {
    position: relative;
    width:19.5%;
    padding:1%;
    float:left;
    padding: 0.1em 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-weight: bold;
    color: #e52d77;/*文字色*/
    background: #FFF;
}
.sample15 strong{
    position: absolute;
    left: 0;
    bottom: 0.1em;
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 3%;
    width: 97%;
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.5;
    overflow: hidden;
    height: 2em; /* 2em（行）x line-heightの0.5 */
    font-size: 0.8em;
    line-height: 1em;
}
.sample15 img{
    width: 100%;
}
.sample15 a {
    text-decoration: none;
}
.sample15 a:hover strong{
    text-decoration: underline;
}
}
/*******************************
* sample16
********************************/
@media screen and (min-width: 0px) and (max-device-width: 430px) {
.sample16 {
    position: relative;
    padding: 0.1em 0;
    margin: 0 0;
    font-weight: bold;
    color: #e52d77;/*文字色*/
    background: #FFF;
}
.sample16 strong {
    position: absolute;
    left: 0;
    bottom: 0.1em;
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 3%;
    width: 97%;
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.5;
}
.sample16 a {
    text-decoration: none;
}
.sample16 a:hover strong {
    text-decoration: underline;
}
.sample16 img {
    float: center;
    width: 99%;
}
}
@media screen and (min-width: 911px)  {
.sample16 {
    position: relative;
    width:33%;
    padding:1%;
    float:left;
    padding: 0.1em 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-weight: bold;
    color: #e52d77;/*文字色*/
    background: #FFF;
}
.sample16 strong{
    position: absolute;
    left: 0;
    bottom: 0.1em;
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 3%;
    width: 97%;
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.5;
    overflow: hidden;
    height: 2em; /* 2em（行）x line-heightの0.5 */
    font-size: 0.8em;
    line-height: 1em;
}	
.sample16 img {
    width: 100%;
}
.sample16 a {
    text-decoration: none;
}
.sample16 a:hover strong{
    text-decoration: underline;
}
}
/*******************************
* sample17
********************************/
@media screen and (min-width: 0px) and (max-device-width: 430px) {
.sample17 {
border-bottom: 1px solid #ccc;
    padding: 0 0;
    margin: 0 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 1px #808080;/*線*/
    }
.sample17 {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 0%, from(#fff), to(#f0f0f0));
    background: linear-gradient(#fff, #f0f0f0);
    border-top: 1px solid #ccc;
    height: 100px;
    margin: 0px;
}
.sample17 a{
    background: url(https://img.pioncoo.net/wp-content/uploads/2025/05/1-4.png) no-repeat 100% 50%;
    color: #666;
    display: block;
    height: 100px;
    margin: 0;
    padding: 0 0 0 0;
    overflow: hidden;
    white-space: break-word;;
    text-overflow: ellipsis;
    text-decoration: none;
}
.sample17 img{
    float: left;
    height: 100px;
    width: 120px;
    margin-left: 0px;
}
.sample17 a strong{
    color: #807979;
    font-size: 16px;
    display: block;
    font-weight: bold;
    padding-top: 0px;
  　line-height: 0.5;
}
}
@media screen and (min-width: 911px)  {
.sample17 {
    position: relative;
    width:16.5%;
    padding:1%;
    float:left;
    padding: 0.1em 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-weight: bold;
    color: #e52d77;/*文字色*/
    background: #FFF;
}
.sample17 strong{
    position: absolute;
    left: 0;
    bottom: 0.1em;
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 3%;
    width: 97%;
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.5;
    overflow: hidden;
    height: 2em; /* 2em（行）x line-heightの0.5 */
    font-size: 0.8em;
    line-height: 1em;
}
.sample17 img{
    width: 100%;
}
.sample17 a {
    text-decoration: none;
}
.sample17 a:hover strong{
    text-decoration: underline;
}
}
/*******************************
* ranking
********************************/

.ranking1::after{
  content: "";
  background:url(https://img.pioncoo.net/wp-content/uploads/2025/05/crown1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 35%;
  height: 90px;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 430px) {
    /* スマホ画面用のスタイル */
    .ranking1::after{
        width: 20%; /* 幅を小さく調整 */
        height: 45px; /* 高さを小さく調整 */
        top: 5px; /* 位置を調整 */
        left: 5px; /* 位置を調整 */
    }

}	
.ranking2::after{
  content: "";
  background:url(https://img.pioncoo.net/wp-content/uploads/2025/05/crown2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 35%;
  height: 90px;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 430px) {
    /* スマホ画面用のスタイル */
    .ranking2::after{
        width: 20%; /* 幅を小さく調整 */
        height: 45px; /* 高さを小さく調整 */
        top: 5px; /* 位置を調整 */
        left: 5px; /* 位置を調整 */
    }

}
.ranking3::after{
  content: "";
  background:url(https://img.pioncoo.net/wp-content/uploads/2025/05/crown3.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 35%;
  height: 90px;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 430px) {
    /* スマホ画面用のスタイル */
    .ranking3::after{
        width: 20%; /* 幅を小さく調整 */
        height: 45px; /* 高さを小さく調整 */
        top: 5px; /* 位置を調整 */
        left: 5px; /* 位置を調整 */
    }

}
.ranking4::after{
  content: "";
  background:url(https://img.pioncoo.net/wp-content/uploads/2025/05/crown4.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 35%;
  height: 90px;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 430px) {
    /* スマホ画面用のスタイル */
    .ranking4::after{
        width: 20%; /* 幅を小さく調整 */
        height: 45px; /* 高さを小さく調整 */
        top: 5px; /* 位置を調整 */
        left: 5px; /* 位置を調整 */
    }

}
.ranking5::after{
  content: "";
  background:url(https://img.pioncoo.net/wp-content/uploads/2025/05/crown5.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 35%;
  height: 90px;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 430px) {
    /* スマホ画面用のスタイル */
    .ranking5::after{
        width: 20%; /* 幅を小さく調整 */
        height: 45px; /* 高さを小さく調整 */
        top: 5px; /* 位置を調整 */
        left: 5px; /* 位置を調整 */
    }

}

.btn-l:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0.4);
  border-bottom-width: 2px;
  transform: translateY(2px);
	opacity: .7;
}

/*******************************
* picotan
********************************/
.picotan::after {
  /* PC画面では表示しない */
  display: none;
}

@media screen and (max-width: 430px) {
  /* スマートフォン画面用のスタイル */
  .picotan::after {
    content: "";
    background: url(https://img.pioncoo.net/wp-content/uploads/2025/05/picotan.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10%; /* 幅を20%に調整 */
    height: 60px; /* 高さを50pxに調整 */
    position: absolute;
    top: 5px; /* 上の位置を5pxに調整 */
    right: 5px; /* 右の位置を5pxに調整 */
    display: block; /* スマートフォン画面では表示 */
  }
}

/* ?? ヘッダー背景画像：バナー表示 */
.header-container {
  background: none;
  padding: 0;
  margin-bottom: 0;
  width: 100%;
  position: relative;
  height: 250px; /* PC時のバナー高さ */
  background-image: url('https://img.pioncoo.net/wp-content/uploads/2025/06/picisokubanner.png');
  background-size: cover;
  background-position: center;
}

/* ?? コンテンツ幅で中央に配置するバナー（wrapで囲む） */
.custom-header-banner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}

/* ?? ナビゲーション（メニュー）はフル幅 */
.navi {
  width: 100%;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/* ?? モバイル対応 */
@media screen and (max-width: 768px) {
  #h-top {
    height: 160px; /* モバイル時のバナー高さ */
    background-size: contain;
    background-position: center top;
    padding: 0 10px;
  }

  .top-title-catchphrase {
    margin-top: -60px;  /* タイトルとバナーの間を縮める */
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

  .site-description {
    margin-top: -5px;
  }
}
/* ロゴやキャッチフレーズの位置を上に寄せる */
.logo,
.tagline {
  position: relative;
  z-index: 10;
  color: #fff; /* 背景に合わせて調整 */
  text-shadow: 1px 1px 2px #000; /* 白背景でも見やすく */
}


.pikotan-twitter,
.pikotan-line,
.pikotan-banner,
.pikotan-rss {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.pikotan-twitter {
  width: 250px;
  height: 245px;
  background-image: url('https://img.pioncoo.net/wp-content/uploads/2025/05/picosokuchara01_04_tanoshimi2.png');
}

.pikotan-line {
  width: 311px;
  height: 165px;
  background-image: url('https://pioncoo.net/wp-content/uploads/2023/12/1-2-1.png');
}

.pikotan-banner {
  width: 200px;
  height: 40px;
  background-image: url('https://img.pioncoo.net/wp-content/uploads/2025/05/1-2-1-1.png');
}

.pikotan-rss {
  width: 88px;
  height: 31px;
  background-image: url('https://img.pioncoo.net/wp-content/uploads/2025/05/val.png');
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body {
  background: repeating-linear-gradient(
    0deg,
    #ffeef5,
    #ffeef5 4px,
    #fff 4px,
    #fff 8px
  );
}
/* ナビゲーションをしっかり下に押し出す */
.header-container {
  z-index: 1;
  position: relative;
}

.navi {
  position: relative;
  z-index: 2;
  margin-top: 5px; /* 必要に応じて調整 */
}
.comment-list {
  list-style: none;
  padding-left: 0;
}
.comment-list li {
  margin-bottom: 20px;
  font-family: 'monospace';
}
.comment-content {
  margin-left: 1em;
}

