.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 599px) {
.pc-only {
  display: none;
}
.sp-only {
  display: block;
}
}
    article {
    font-size: 14px;
    color: #505032;
}

section.innerBottom {
    margin-bottom: 60px;
}
section.sectionEnd {
    margin-bottom: 30px;
}
section.innerBottom p.pText,
 section.sectionEnd p.pText {
  margin-left:30px;
  margin-bottom: 20px;
}



@media screen and (max-width: 599px) {
section.innerBottom p.pText,
 section.sectionEnd p.pText {
  margin-left:20px;
}
}

p.txtStart {
    margin-top: 20px;
    text-align: center;
}

p.txtend {
    margin-bottom: 40px
}

p.termsLinkPrint {
    margin-bottom: 30px;
}


section li.indent {
    padding-left: 1em;
    text-indent: -1em;
    margin-left: 30px;
}

section li.indent2 {
    padding-left: 1.7em;
    text-indent: -1.7em;
    margin-bottom: 20px;
}

section li.indent3 {
  padding-left: 0.7em;
  text-indent: -1em;
  margin-left: 30px;
}

section li.indent4 {
  padding-left: 1.7em;
  text-indent: -2.3em;
  margin-bottom: 20px;
}

/* hタグの設定 */
.privacyTitleH1 {
    margin-bottom: 40px;
    padding: 10px 0;
    border-bottom: 1px solid #ffd500;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: normal;
}

.privacyTitleH2,
.privacyTitleH3 {
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
    border-bottom: 1px solid #D8D8D8;
    margin-top: 30px;
    padding-left: 30px;
    text-indent: -1.7em;
}
.privacyTitleH4bl {
    font-size: 18px;
    font-weight: bold;
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 15px;
margin-bottom: 20px;
line-height: 20px;
border-bottom: 1px solid #D8D8D8;
margin-top: 30px;
}




@media screen and (max-width: 599px) {
.privacyTitleH1 {
    margin-bottom: 20px;
    padding: 20px 0 10px;
    font-size: 18px;
    font-size: 1.125rem;
}

.privacyTitleH2,
.privacyTitleH3 {
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    padding-left: 30px;
    text-indent: -1.7em;
}

.privacyTitleH4bl {
    font-size: 15px;
}

}
.pStrong {
  font-weight: bold;
}

.pStrongRed {
  font-weight: bold;
  color: #cc0000;
}




/*
設定
###################################################################### */

/*マージン left*/
.ml20 {
    margin-left: 20px;
}
.ml15 {
    margin-left: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.ws {
white-space: nowrap;
}

.ta {
  text-align: center;
}

/*英文が横幅にあわせて改行*/
.ww {
  word-wrap: break-word;
  margin-right: 15px;
}

/* 以上を右に */
.last {
    text-align: right;
    margin-top: -40px;
}


/* 囲み枠 */
div.contentsbox
{
   border-style: solid;
   border-width: 1px;
   border-color: #D8D8D8;
   padding: 10px 10px 10px 10px;
}
