@charset "UTF-8";
body {
    padding-top: 100px;
    padding-bottom: 100px;
}
.privacy {
    width: 100vw;
    display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}.thanks {
    width: 100vw;
    display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.page-title {
    color: rgba(128,128,128,1.00);
	text-align: center;
	letter-spacing: 0.1em;
	width: 550px;
	font-size: 22px;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 20px;
}
.body-title {
    color: rgba(128,128,128,1.00);
	text-align: justify;
	letter-spacing: 0.05em;
	width: 550px;
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
	margin-top: 10px;
}
.bodycopy01 {
    color: rgba(128,128,128,1.00);
	text-align: justify;
	letter-spacing: 0.05em;
	font-weight: 400;
	width: 550px;
	font-size: 16px;
	line-height: 34px;
}
.bodycopy01-center {
    color: rgba(128,128,128,1.00);
	text-align: center;
	letter-spacing: 0.05em;
	font-weight: 400;
	width: 550px;
	font-size: 16px;
	line-height: 34px;
}
.bodycopy02 {
	color: #000000;
	text-align: justify;
	letter-spacing: 0.05em;
	font-weight: 300;
	width: 550px;
	font-size: 14px;
	line-height: 30px;
}
.mail-phone {
    color: rgba(128,128,128,1.00);
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.05em;
	font-weight: 500;
	margin-top: 5px;
	width: 550px;
}
.logo-privacy {
    width: 250px;
    margin-top: 50px;
}
.button-back {
    padding: 5px 20px;
    border: 1px solid;
	border-color: rgba(128,128,128,1.00);
    border-radius: 3px;
    background-color: #FFFFFF;
    font-size: 100%;
	text-decoration: none;
    -webkit-appearance: none;
    margin-top: 15px;
    color: rgba(255,255,255,1.00);
}
.button-back:hover {
    cursor: pointer;
    background-color: rgba(216,216,216,1.00);
    border: 1px solid rgba(128,128,128,1.00);
}
.button-back {
    color: rgba(128,128,128,1.00);
    margin-top: 30px;
    width: auto;
}
@media (max-width:599px){
.bodycopy01-center {
	width: 375px;
	font-size: 14px;
	line-height: 28px;
}
}
