.clear-kouryakuho{
    clear: both;
}
.main-kouryakuho{
    width: 1160px;
    margin: 0px auto;
    background: #fff;
}
.kouryakuho-left{
    float: left;
    width: 860px;
    padding: 0px 10px 60px 30px;
    margin-top: 40px;
}
.kouryakuho-right{
    float: left;
    width: 300px;
    padding-left: 30px;
}
.kouryakuho-left-header img{
    width: 100%;
}
.kouryakuho-salt-water{
    margin-bottom: 20px;
}
.kouryakuho-salt-water-left{
    float: left;
    width: 20%;
    text-align: center;
}
.kouryakuho-salt-water-right{
    float: left;
    width: 80%
}
.kouryakuho-salt-water-item{
    float: left;
    width: 32%;
    height: 72px;
    border: 1px solid #00FFFF;
    box-sizing: border-box;
    margin: 3px;
}
.kouryakuho-salt-water-item-img{
    float: left;
}
.kouryakuho-salt-water-item-img img{
    width: 90px;
    height: 70px;
}
.kouryakuho-salt-water-item-title{
    float: left;
    background: #00B6DE;
    height: 100%;
    width: calc(100% - 90px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    word-break: break-word;
    text-align: center;
}
.kouryakuho-salt-water-item-title a{
    color: #fff;
}
.kouryakuho-new{
    color: red;
    font-weight: bold;
    font-size: 13px;
}

.kouryakuho-fresh-water-left{
    float: left;
    width: 20%;
    text-align: center;
}
.kouryakuho-fresh-water-right{
    float: left;
    width: 80%
}

.kouryakuho-fresh-water-item{
    float: left;
    width: 32%;
    height: 72px;
    border: 1px solid #00FFFF;
    box-sizing: border-box;
    margin: 3px;
}
.kouryakuho-fresh-water-item-img{
    float: left;
}
.kouryakuho-fresh-water-item-img img{
    width: 90px;
    height: 70px;
}
.kouryakuho-fresh-water-item-title{
    float: left;
    background: #00B6DE;
    height: 100%;
    width: calc(100% - 90px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    word-break: break-word;
    text-align: center;
}
.kouryakuho-fresh-water-item-title a{
    color: #fff;
}

/* END KOURYAKUHO PAGE LAYOUT */

/* KOURYAKUHO DETAIL PAGE */
.kouryakuho__item {
  width: 16%;
  margin: 2px;
  padding: 5px;
  background-color: var(--cyan-alt);
}
#kouryakuho-titles .kitem:hover {
  background-color: var(--dark-cyan);
}
.kouryakuho__item:nth-child(1){
    background: #33CC00;
    width: 10% ;
}
.kouryakuho__item:not(:first-child):nth-child(-n + 6){
    width: 17.16% ;
}
.kouryakuho-detail-title-up{
    margin-top: 10px;
}
.kouryakuho-detail-title{
    font-size: 25px;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
}
.kouryakuho-detail-content-img{
    width: 100%;
    padding: 10px 20px 10px 0px;
}

/* related post */
.title-kouryakuho-related {
    width: 800px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-top: 50px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
 }
 .kouryakuho-related-post {
    width: 800px;
   margin-left: 15px;
    box-shadow: -2px 2px 7px #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
 }

.kouryakuho-button-back-list-new a{
    display: block;
    width: 800px;
    margin: 0 0 10px 10px;
    padding: 10px 14px;
    text-align: center;
    font-size: 20px;
    background-color: #F3F3F3;
    border: 1.5px solid #898F9C;
}
.kouryakuho-button-back-list-new{
    margin-bottom: 10px;
    text-align: center;
    margin-top: 30px;
}
.kouryakuho-social-list iframe{
    width: 340px;
    height: 180px;
}

/* responsive */
@media only screen and (max-width:1160px){
    .main-kouryakuho,.kouryakuho-left,.kouryakuho-right{
        width: 100%;
    }
}
@media only screen and (max-width:1024px){
    .kouryakuho-button-back-list-new a{
        width: 98%;
    }
}
@media only screen and (max-width:768px){
    .kouryakuho__item{
        width: 32% !important;
    }
    .kouryakuho__item:nth-child(1){
        width: 10% !important;
    }
    .kouryakuho__item:not(:first-child):nth-child(-n + 4){
        width: 28.3% !important;
    }
    .kouryakuho-related-img{
        height: 100%;
    }
}
@media only screen and (max-width: 678px){

    .kouryakuho-left{
        padding-left: 10px;
    }
    .kouryakuho-button-back-list-new a{
        width: 90%;
    }
    .kouryakuho-social-list iframe{
        width:  100%;
        height: auto;
    }
    .kouryakuho-salt-water-item{
        width: 47%;
        height: 52px;
    }
    .kouryakuho-salt-water-item-img img{
        width: 70px;
        height: 50px;
    }
    .kouryakuho-salt-water-item-title{
        font-size: 13px;
        width: calc(100% - 70px);
    }
    .kouryakuho-salt-water-item-title .kouryakuho-new{
        font-size: 11px;
    }
    .kouryakuho-fresh-water-item{
        width: 47%;
        height: 52px;
    }
    .kouryakuho-fresh-water-item-img img{
        width: 70px;
        height: 50px;
    }
    .kouryakuho-fresh-water-item-title{
        font-size: 13px;
        width: calc(100% - 70px);
    }
    .kouryakuho-fresh-water-item-title .kouryakuho-new{
        font-size: 11px;
    }
    .kouryakuho-salt-water-item-title a {
        font-size: 11px;
    }
    .kouryakuho-salt-fresh-item-title a {
        font-size: 11px;
    }

}
.kouryakuho-eye-catch-caption{
    text-align: center;
    font-size: 16px;
}
.kouryakuho-eye-catch-description{
    margin-bottom: 20px;
}
