/*リニューアル*/
/*応援広告掲出に関する注意点*/
.notes-sec_01 {
  padding: 6rem 3rem 0;
}

/*500px以下*/
@media screen and (max-width:500px) {
.notes-sec_01 {
  padding-top: 13rem;
}
}

.notes-sec_01 .sec-title{
  margin-bottom: 2.4rem;
}
.notes-sec_02 {
  padding: 3rem 3rem 5rem;
}
.privacy-p {
  padding: 4.5% 0;
  border-bottom: 1px solid #C3C3C3;
  text-indent: -.5em;
}
.privacy-p:last-child {
  border-bottom: none;
}

/*特定商取引法に基づく表記*/
@media screen and (min-width: 921px) and (max-width: 1230px) {
#post-946 .site-container {
  margin: 0 auto;
}
}
.sctl-sec_01 {
  padding: 6rem 3rem 0;
}

/*500px以下*/
@media screen and (max-width:500px) {
.sctl-sec_01 {
  padding-top: 13rem;
}
}

.sctl-sec_01 .sec-title{
  margin-bottom: 2.4rem;
}
.sctl-sec_02 {
  padding: 3rem 3rem 5rem;
}
.sctl-h3 {
  font-size: 1.5rem;
  width: 100%;
  text-align: left;
  color: var(--green);
  font-weight: 600;
  padding: 4.5% 0 4px;
}
.sctl-p {
  font-size: 1.5rem;
  border-bottom: 1px solid #C3C3C3;
  padding: 0 0 4.5%;
}


/*応援広告WORLD利用規約*/
@media screen and (min-width: 921px) and (max-width: 1230px) {
#post-930 .site-container {
  margin: 0 auto;
}
}
.tos-sec_01 {
  padding: 6rem 3rem 0;
}

/*500px以下*/
@media screen and (max-width:500px) {
.tos-sec_01 {
  padding-top: 13rem;
}
}

.tos-sec_01 .sec-title{
  margin-bottom: 2.4rem;
}
.tos-sec_02 {
  padding: 3rem 3rem 5rem;
}
.tos-sec_02 h3 {
  color: var(--green);
  font-size: 1.7rem;
  font-weight: 600;
  border-bottom: 1px solid #C3C3C3;
  padding-bottom: 6px;
  text-align: left;
  margin-bottom: 8px;
}
.tos-sec_02 ul {
    margin: 10px auto 10px;
    padding-left: 12px;
    text-indent: -1em;
    font-size: 1.3rem;
    line-height: 1.6 !important;
}
.tos-sec_02 li:not(:last-child) {
  margin-bottom: 1.6rem;
}

/*プライバシーポリシー*/
.prv-sec_01 {
  padding: 6rem 3rem 0;
}

/*500px以下*/
@media screen and (max-width:500px) {
.prv-sec_01 {
  padding-top: 13rem;
}
}
.prv-sec_01 .sec-title{
  margin-bottom: 2.4rem;
}
.prv-sec_02 {
  padding: 5rem 3rem;
}

.prv-sec_02 .privacy-h2 {
  color: var(--green);
  font-size: 1.5rem;
  text-align: left;
  font-weight: 600;
  margin-top: 4.5%;
}
.prv-sec_02 .privacy-p {
  text-indent: inherit;
}