@charset "UTF-8";
/* CSS Document */

/* プライバシーポリシー */
.pp-list {
    max-width: 1080px;
    margin: 0 auto;
    list-style-type: none;
    padding: 0;
}

.pp-item {
    margin-bottom: 50px;
}

.pp-text {
    font-size: 1.4rem;
    font-weight: lighter;
    line-height: 24px;
	color: #fff;
		
}


.pp-title {
    font-size: 2rem;
    font-weight: lighter;
    margin: 0;
}

.pp-sublist {
    list-style: none;
	padding-left: 13px;
    margin-top: 10px;
	font-size: 1.4rem;
}

.pp-sublist :before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #fff;
}

.pp-subitem {
	color: #fff;
	font-weight: lighter;
    position: relative;
    font-size: 14px;
    padding-left: 13px;
    line-height: 24px;
}

.undercopyright-p {
	font-size: 1.2rem;
    margin: 100px 0 0 0;
    text-align: left;
}

@media screen and (max-width: 768px) {
.undercopyright-p {
    text-align: left;
	margin: 30px 0 0 0;
}
}


.footer-body-info {
	padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .footer-body-info {
    padding-top: 3rem;
  }
}
