#kokuchiruContainer{
    background: #454866;
}

#kokuchiruContainer #pankuzu li,#kokuchiruContainer #pankuzu li a:link,#kokuchiruContainer #pankuzu li a:visited,#kokuchiruContainer #pankuzu li a:active{
    color: #fff;
}
#kokuchiruContainer #pankuzu{
    margin: 0 auto;
    padding: 5px 0 0;
}

#kokuchiruCont{
    background: #364b81;
    padding: 0 0 10px;
    margin: 0 0 20px;
}
#kokuchiruHead {
  position: relative;
  width: 100%;
  max-width: 1048px; /* 任意：レイアウト幅を制限する場合 */
  margin: 0 auto;
}
#kokuchiruHead img {
  display: block;
  width: 100%;
  height: auto;
}
#kokuchiruHead h1 {
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);
  background: #bd0101;
  color: #fff;
  padding: 0.5em 1.5em;
  font-size: clamp(1rem, 2vw, 2rem); /* レスポンシブ文字サイズ */
  border-radius: 0.3em;
  text-align: center;
  white-space: nowrap;
}

.kokuchiruInfo{
    background: #fff;
    padding: 35px 3% 1%;
}
.kokuchiruInfo p:first-child{
    font-weight: bold;
    font-size: 1.4em;
    margin: 0 0 10px;
}
.kokuchiruInfo img{
    width: 100%;
    height: auto;
}

.kokuchiruBox{
    padding: 35px 3% 1%;
}

#kokuchiruCont #main{
    float: none;
    margin: 0 auto;
    width: 980px;
}

@media only screen and (max-width: 1069px) {
    #kokuchiruCont #main{
        width: 90%;
    }
}


/* トップページ
---------------------------------------------*/
.kokuchiList{
    padding: 40px 0;
}
.kokuchiList li img{
    width: 20%;
    height: auto;
    float: left;
}
.kokuchiList li .kokuchiListText{
    width: 79%;
    float: left;
    padding: 20px 0 0 1%;
}
.kokuchiList li .kokuchiListText p{
    margin: 0;
}

.kokuchiList li a{
    display: block;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 0 0 40px;
    border-radius: 5px;
    color: #fff;
}
.kokuchiList li a:visited{
    color: #fff;
}
@media only screen and (max-width: 1069px) {
    .kokuchiList li img{
        width: 30%;
    }
    .kokuchiList li .kokuchiListText{
        width: 69%;
        padding: 10px 0 0 1%;
    }
}


/* 投稿記事設定
---------------------------------------------*/
#kokuchiruCont #main article h2{
    border-left:none;
    padding:0 !important;
    text-align: center;
    font-size: 1.5em;
    margin: 20px 0;
    display: inline-block;
    background: #f1f5fd;
}
#kokuchiruCont #main article h3{
    background: none;
    border:none;
}
.kokuchiruBoxh2{
    border-radius: 8px;
    padding: 2% 4%;
    margin: 25px 0.5%;
    background: #fff;
}