.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;
}
@media screen and (max-width: 599px) {
section.innerBottom p.pText,
 section.sectionEnd p.pText {
  margin-left:20px;
}
}
section li.indent {
    padding-left: 1em;
    text-indent: -1em;
}

section li.indent2 {
    padding-left: 1.7em;
    text-indent: -1.7em;
}

/* 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;
}

.privacyTitleH4line {
    border-bottom: solid 1px #ddd;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

@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;
}
}

/*推奨環境について*/
.termsLink {
    margin-left: 30px;
}
@media screen and (max-width: 599px) {
.termsLink {
    margin-left: 0;
}
}
/*テーブル*/
.termsLink table {
    margin: 0 0 20px 0px;
    border-top: solid 1px #dddddd;
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dbdbdb;
}

.aboutTable01 th {
    padding: 5px 10px;
    width: 110px;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    background-color: #eee;
}

.aboutTable01 td {
    padding: 5px 10px;
    border-bottom: 1px solid #dbdbdb;
}

.termsLinkPrint {
    margin-bottom: 30px;
}
.pStrongRed {
  font-weight: bold;
  color: #cc0000;
}


/*
設定
###################################################################### */

/*マージン top*/
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}


/*マージン right*/
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}


/*マージン bottom*/
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}

/*マージン left*/
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}


.fs10 {
  font-size: 10px;
}
