.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: 0 0 100px;
    background: #f3f4f5;
    }



    .pncontent p {
        margin-top: 20px;
    }

    .pncontent p:first-child {
        margin-top: 5px;
    }

    .pncontent {
        font-size: 16px;
        margin-bottom: 50px;
    }

    .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;
		
	}



@media screen and (max-width: 980px) {
    .top-tb td:first-child {
    width: 25%;
    }
    .top-tb td:nth-child(2) {
    width: 40%;
    }
}

@media screen and (max-width:580px) {
    .top-tb td:nth-child(2) {
          width:100%;
    }

     .top-tb td:first-child {
    width: 100%;
    }

    h3.pntitle {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 20px;
        border-left: 3px solid #188bed;
    display: inline-block;
    padding: 0 15px 0 15px;
    }

    .pncontent {
        font-size: 14px;
        margin-bottom: 40px;
        letter-spacing: 3px;
    }

    .page_wp {
        padding: 0 0 50px;
    }

    .pncontent {
        margin-bottom: 0;
            

    }
	
	.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;
    }
}

.top-tb td:last-child {
    WORD-BREAK: BREAK-ALL; 
}
