@charset "UTF-8";

    
    .post h4.point {
        margin-bottom:30px;
        position:relative;
        border-bottom:solid 1px #f3f3f3;
        background-color:transparent;
        margin-top:41px;
    }
    .post h4 .point-in {
        padding:3px 20px;
        max-width:80%;
        box-sizing:border-box;
        font-size:15px;
        font-weight:bold;
        background:#f3f3f3;
        color:#000;
        position:absolute;
        bottom:0;
        left:0;
        top:auto!important;
    }

/*media Queries タブレットサイズ（959px以下）
----------------------------------------------------*/
@media only screen and (max-width: 959px) {


	/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {



	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media only screen and (min-width: 960px) {

			.home main {
    			padding-top: 0;
		}
	

	/*-- ここまで --*/
}