/*プライバシーポリシー、ご利用条件*/
.pp_bar {
    display: flex;
    justify-content: center;
    align-items: center;
	position: fixed;
    z-index: 1;
	width: 100%;
    height: 60px;
	padding-bottom: 1px;
	border-bottom: solid 1px rgba(1, 1, 1, 0.1);
    background: rgb(255 255 255 / 70%);
	text-align:center;
}
.pp_bar img {
	display: block;
	width: 100%;
	max-height: 60px;
	margin: auto;
	object-fit: none;
}

#pp_main {
	max-width: 850px;
	padding: 80px 10px 0;
	margin: 0 auto;
}
#pp_main p {
	line-height: 1.8;
	margin-bottom: 2em;
}
.styled_h4 {
    font-size: 18px;
    text-align: left;
    color: #000000;
    border-top: 0px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 0px solid #dddddd;
    border-right: 0px solid #dddddd;
    padding: 3px 0px 3px 20px !important;
    margin: 0px 0px 30px !important;
}
.pp_title {
	font-size: 1.4em;
}
.pp_sign {
	text-align: right;
}

/*スマートフォン*/
@media only screen and (max-width:428px) {
	#pp_main p {
		font-size: 14px;
	}
}