html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-size: 100%;
	vertical-align: baseline;
	color: #333333;
}

h3 {
	font-weight: 900;
}

.heading { 
    --tw-text-opacity: 1;
	color: rgba(51, 51, 51, var(--tw-text-opacity));
	padding: 24px 0px;
	font-weight: 900;
	text-align: center;
	font-size: 20px;
}

table {
	width: 100%;
	margin-bottom: 0.5rem;
}

table tr th,
table tr td {
	border: 1px solid #c4c4c4;
	text-align: left;
	color: #333333;
	font-weight: 400;
	padding: 12px 10px;
}

table tr th {
	background-color: #f1f1f1;
	font-weight: bold;
}

.privacy_block .privacy_li {
	margin: 0 0 20px;
}

.privacy_block .privacy_li>li {
	margin: 30px 0 0;
}

.privacy_block .privacy_li>li:first-child {
	margin: 0 0 0;
}

.privacy_block .privacy_li>li {
	margin: 30px 0 0;
}

.privacy_block .privacy_li .ttl {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 150%;
	text-align: left;
	position: relative;
}

.privacy_block .privacy_li .inbox {
	padding: 0 0 0 15px;
}

.privacy_block .privacy_li .second_ttl {
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 150%;
	font-weight: 900;
}

.privacy_block .privacy_li .second_ttl.under {
	text-decoration: underline;
}

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

    html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li {
        font-size: 97%;
    }

    .heading {
        font-size: 16px;
    }

    .privacy_block .privacy_li .ttl,
    .privacy_block .privacy_li .second_ttl {
        font-size: 14px;
    }
    
}
