/*
Theme Name: koba-dc_2023

*/

/*アーカイブ*/
.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:#61a2bc;
    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;
  }


ul.menu_list  {
  margin-top: 0;
  margin-bottom: 0;
}
  
  /*個別固定　調整*/
  
  .blog_wrap_page, .blog_wrap_single{
    margin-bottom:50px;
    padding-top:50px;
  }
  
  .blog_tit{

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

.wp_box a{
	color: #61a2bc !important;
}
  
  .wp_box h2{
      font-size:26px !important;
      color: #000 !important;
      border-bottom:2px solid #61a2bc !important;
      padding-bottom:5px !important;
      margin-bottom:30px !important;
      margin-top:30px !important;
  
  }
  .wp_box h3{
      font-size:22px !important;
      color: #000 !important;
      text-align:left !important;
      border-bottom:1px solid #61a2bc !important;
      padding-bottom:5px !important;
      margin-bottom:30px !important;
      margin-top:30px !important;
  
  }
  .wp_box h4{
      font-size:19px !important;
      color: #000 !important;
      border-bottom:1px dashed #61a2bc !important;
      padding-bottom:5px !important;
      margin-bottom:30px !important;
      margin-top:30px !important;
  
  }


  .wp_box img{
    width:100%;
    max-width:600px;
    display: block;
    margin:30px auto 30px;
  }
  
  @media screen and (max-width:768px){
      
  
  
    .blog_tit{

        font-size:18px !important;
      }
  
  .wp_box h2{
      font-size:19px !important;
      margin-bottom:20px !important;
      margin-top:20px !important;
      
  }
  .wp_box h3{
      font-size:17px !important;
      margin-bottom:20px !important;
      margin-top:20px !important;
  }
  .wp_box h4{
      font-size:15px !important;
      margin-bottom:20px !important;
      margin-top:20px !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: #61a2bc !important;
      text-decoration: none !important;
  }


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


  .category a{
    display: inline;
  }


  .blog_wrap a{
    color: #61a2bc;
  }

  .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: #07abd1;
      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 #07abd1;
      border-radius:5px;
  }
  .nav-links{
      display: block;
      text-align: center;
  }
  
  .blog_wrap_single a{
    display: inline !important;
    color:#61a2bc;
  }


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

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

.sidebar a{
	color:#61a2bc;
}


body a{
text-decoration: none;
}

