/*
Theme Name: original
*/

/*アーカイブ*/
.blog_wrap,
.blog_wrap_single{
    padding-top:60px !important;
    padding-bottom:0px !important;
}
.blog_wrap ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom:60px;
    line-height:1.8;
}

.blog_wrap .h2_1{
    background-color:#2594d8;
    color:#fff;
    padding:5px 10px;
    border-radius:10px;
    text-align: center;
    font-size:20px;
    margin-bottom:30px;
}

.blog_wrap ul{
}
/*
.blog_wrap ul li:last-child{
    margin-bottom:0px;
} */
.blog_wrap ul li .img{
    width:20%;
}
.blog_wrap ul li .img img{
    width:100%;
    height:auto;
}
.blog_wrap ul li .text{
    width:75%;
}
.blog_wrap ul li .text h3{
    font-size:clamp(16px,2vw,27px);
    line-height:1.3;
}
.blog_wrap ul li .text p a{
    color:#000;
}

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

    .blog_wrap ul li .img{
        width:25%;
    }
    .blog_wrap ul li .img img{
        width:100%;
        height:auto;
    }
    .blog_wrap ul li .text{
        width:70%;
    }


    .blog_wrap ul li .text p{
        display: none;
    }

    .blog_wrap ul li .text .top{
        font-size:13px;
        line-height:1.3;
    }

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

    .blog_wrap ul li .text p{
        display: none;
    }

    .blog_wrap ul li .text .top{
        font-size:12px;
        line-height:1.3;
    }

.blog_wrap ul li .text h3{
    font-size:15px;
    line-height:1.3;
}
}
@media screen and (max-width:360px){

    .blog_wrap ul li .text p{
        display: none;
    }

    .blog_wrap ul li .text .top{
        font-size:11px;
        line-height:1.3;
    }
    .blog_wrap ul li .text h3{
        font-size:14px;
        line-height:1.3;
    }

}



/*ページャー*/

/*wp設定*/

#s_navi{
    display: flex;
    justify-content: space-between;
  }

  #s_navi p{
  width:50%;
  }

  .send_prev{
    text-align: left;
  }
  .send_next{
    text-align: right;
  }


  /*sidebar.php*/

  .sidebar{
    display: flex;
    justify-content: space-between;
    max-width:1200px;
    margin:auto auto 60px;
    width:100%;
    padding:0px 20px !important;
    box-sizing: border-box;
  }

  .in_side{
    width:48%;
    line-height:2;
  }

  .in_side h4{
    font-size:22px;
    border-bottom:1px dotted #000;
    padding-bottom:5px;
    margin-bottom:20px;
  }

  @media screen and (max-width:768px){
    .sidebar{
        display: block;
    }

    .in_side{
        width:100%;
    }

    .in_side h4{
        font-size:19px;
        border-bottom:1px dotted #000;
        padding-bottom:5px;
        margin-bottom:10px;
      }

      .in_side ul{
        margin-bottom:30px;
      }

  }

.in_side li{
	list-style-type:disc !important;
	margin-left:1em;
}
}
  /*リスト・リンク・マーカー*/
  .wp_box ul li{
      list-style-type:disc;
      margin-left:1em;
  }

  .wp_box a{
  color:#1e78e8;
  text-decoration: underline;
  }

  /*個別固定　調整*/

  .blog_wrap_page, .blog_wrap_single{
    margin-bottom:50px;
    padding-top:50px;
  }

  .blog_tit{

    font-size:30px !important;
    color: #2594d8 !important;
    border-bottom:2px solid #2594d8 !important;
    padding-bottom:5px;
    margin-bottom:30px;
  }

.wp_box a{
	color: #FF6699 !important;
}



  .wp_box img{
    width:100%;
    max-width:600px !important;
    display: block;
    margin:30px auto 30px;
  }

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



    .blog_tit{

        font-size:18px !important;
      }



  .wp_box img{
    width:70%;
    max-width:600px;
    display: block;
    margin:30px auto 30px;
  }
  }


  .send_wrap{
    display: flex;
    margin:50px auto 50px;
    width:100%;
    max-width:1024px;
    padding:0px 10px;
  }

  .send_prev{
    width:50%;
    text-align: left;
  }
  .send_next{
    width:50%;
    text-align: right;
  }

  /*月別一覧*/
  .ul_month li{
      list-style-type: disc !important;
      font-size:18px !important;
      margin-left:1em !important;
      color:#000 !important;
      text-decoration: none !important;
  }
  .ul_month li a{
	  color: #2594d8 !important;
      text-decoration: none !important;
  }


  #under .topic_path {
    margin-bottom:40px !important;
  }


  .category a{
    display: inline;
  }


  .blog_wrap a{
    color: #2594d8;
  }

  .sec_1{
    padding-bottom:0px !important;
  }

  .in_side ul{
    margin-bottom:30px !important;
  }
  /*ページャー*/

  .navigation.pagination{
      width:100%;
      text-align: center;
      padding-bottom:40px;
  }

  .page-numbers{
      color: #2594d8;
      font-size: var(--font-size28);
      line-height: 1;
      display: inline-block;
      display: inline-block;
      padding:10px;
      margin:5px;
      width:auto !important;
  }
  .page-numbers.current{
      border:1px solid #2594d8;
      border-radius:5px;
  }
  .nav-links{
      display: block;
      text-align: center;
  }

  .blog_wrap_single a{
    display: inline !important;
    color:#2594d8;
  }


/*アイキャッチ調整*/
.a_icon {
  position: relative;
  width: 100%;
  padding-top: 100%;
  height: 0;
  display: block;
}

.a_icon img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  object-fit: cover;
}

.sidebar a{
	color:#2594d8;
}


.date a{
  display: inline  !important;
}

aside{
  padding-bottom:60px;
}

@media screen and (max-width:768px) {
  aside{
    padding-bottom:30px !important;
  }

}


@media screen and (min-width:1281px) {
.blog_send{
	margin:30px auto;
}
}

.blog_detail .wp-block-image img {
  max-width: 600px;
  margin-inline: auto;
}
.blog_detail p {
  margin: var(--space-vertical30) auto;
}


.wp_box ul li{
  list-style: disc !important;
  margin-left:1em;
}

.wp_box ol li{
  list-style: decimal !important;
  margin-left:1em;
}

.txt time a{
  display: inline !important;
}

.column .sec_2 a{
  text-decoration: none;
  color:#fff !important;
}

.month_ul{
  list-style-type: disc;
  font-size:1.1em;
}

.month_ul li a{

  color: #FF6EBA !important;
  text-decoration: none;
}
