.plusbot{
    position:absolute;
    right:60%;
    bottom:0;
    z-index:99;
    font-size:30px;
    transform: translate(-50%,50%);
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    o-transform: translate(-50%,50%);
    color: #58D3F7;
    display: none;
    cursor: pointer;
    }
    .minusbot{
    position:absolute;
    right:30%;
    bottom:0;
    z-index:99;
    font-size:30px;
    transform: translate(-50%,50%);
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    o-transform: translate(-50%,50%);
    color: #58D3F7;

    display: none;
    cursor: pointer;
    }  

          .page_wp {
    padding: 25px 0 100px;
    background: #f3f4f5;
    }

    .top-tb td p {
        display: flex;

    }

    .top-tb td p span:first-child {
        margin-right: 30px;
    }

    .four-image {
        display: block;
    }

    .four-image .four-imgrow {
        display: flex;
        margin-top: 20px;
    }
    .four-image .pnimage40 {
        width: 40%;
    }

    .four-image .pnimage60 {
        width: 60%;
    }

    .four-image .pnimage50 {
        width: 100%;
        margin: auto;
    }

    .four-image .pnimagefull
    {
        width: 100%;
		text-align: center;
    }
    .kit-link {
        width: 100%;
        max-width: 500px;
        display: block;
        margin: 50px auto;
        text-align: center;
    }

    .kit-link .area-detail {
        margin: 30px auto 0;
        display: inline-block;
        width: 500px;
    }

    .three-image .three-imgrow {
        display: flex;
    }



    .three-image  .title-thima {
    font-size: 30px;
    font-weight: bolder;
    margin-bottom: 30px;
    border-left: 5px solid #188bed;
    display: inline-block;
    padding: 0 35px 0 15px;
    
}

.kona-right {
    margin-top: 50px;
    padding: 60px 30px;
}

.kona-left {
    padding: 0 20px;
}

.kona-text {
    margin: 40px 0 25px;
}



@media screen and (max-width: 980px) {
.top-tb td:nth-child(2) {
width: 100%;
} 
}
      

@media screen and (min-width: 1200px) {
.banner.pnh-banner {
min-height: 700px ;
}
}   


@media screen and (min-width: 1000px) {
.banner.pnh-banner {
min-height: 500px;
}
}   

@media screen and (min-width: 560px) {
.banner.pnh-banner {
min-height: 400px;
}
} 

@media screen and (max-width: 768px) {
    .kona-right {
        margin-top: 0;
        padding: 10px 0;
    }

    .kit-link .area-detail {
        margin: 0;
    }

    .kona-left {
        padding: 0;
    }

    .kona-txt {
        padding: 0;
    }
}

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

    .four-image div {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .four-image div .pnimage40, .four-image div .pnimage60, .four-image div .pnimage50 {
        width: 100%;
        height: auto;
    }

    .four-image {
        width: 100%;
    }

    .four-image div img {
        width: 100%;
    }

    .pnimage33 {
        width: 33%;
    }

    .four-image img, .three-image img {
        height: unset;
        width: 100%;

    }

    .four-image, .three-image {
        width: 100%;
        overflow: hidden;
        
    }

    .three-image div {
        flex-wrap: wrap;
    }

    .three-image .title-thima {
        font-size: 22px;
        font-weight: bolder;
        margin-bottom: 20px;
        border-left: 3px solid #188bed;
        display: inline-block;
        padding: 0 15px 0 15px;
    }

    .kit-link .area-detail {
        width: 100%;
    }

    .page_wp {
        padding: 30px 0 50px;
    }
    
    

}

.pnh-gaiyou .top-tb td:first-child {
width:15%;
}  