.share-type4.share-top {
	 display: none;
}

/* PC：元サイズから1サイズダウン */
.h1, h1 {
    font-size: 2rem !important;
}

.h2, h2 {
    font-size: 1.75rem !important;
}

.h3, h3 {
    font-size: 1.5rem !important;
}

.h4, h4 {
    font-size: 1.25rem !important;
}

.h5, h5 {
    font-size: 1rem !important;
}

.h6, h6 {
    font-size: 1rem !important;
}

/* SP：元サイズから2サイズダウン */
@media screen and (max-width: 767px) {
    .h1, h1 {
        font-size: 1.75rem !important;
    }

    .h2, h2 {
        font-size: 1.5rem !important;
    }

    .h3, h3 {
        font-size: 1.25rem !important;
    }

    .h4, h4 {
        font-size: 1rem !important;
    }

    .h5, h5 {
        font-size: 1rem !important;
    }

    .h6, h6 {
        font-size: 1rem !important;
    }
}