@charset "UTF-8";

/*adjustment
---
original: /assets/scss/topics.scss
---
*/
@media screen and (max-width: 599px) {
  .mod-topics {
    padding-bottom: 10px;
  }
}
.mod-topics.s-paddingtop {
  padding-top: 20px;
}
.mod-topics.s-nopaddingtop {
}
@media screen and (max-width: 959px) {
  .mod-topics.s-nopaddingtop {
    padding-top: 0px;
  }
}
@media screen and (max-width: 599px) {
  .mod-topics.s-nopaddingtop {
    padding-top: 0px;
  }
}
.mod-topics-title {
  line-height: 1.5;
}
.mod-topics.s-paddingbottom-mid {
  padding-bottom: 20px;
}

.mod-topics-text {
  margin-bottom: 25px;
}
.mod-topics-text.s-weight700,
.mod-topics-text .s-weight700 {
  font-weight: 700;
}
.mod-topics-text.s-weight500,
.mod-topics-text .s-weight500 {
  font-weight: 500;
}
.mod-topics-text.s-marginbottom-mid {
  margin-bottom: 15px;
}
.mod-topics-text.no-marginbottom {
  margin-bottom: 0;
}
.mod-topics-text.s-middle-large {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .mod-topics-text.s-middle-large {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}
.mod-topics-text.s-middle {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .mod-topics-text.s-middle {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}
.mod-topics-text.s-small {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .mod-topics-text.s-small {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
}
.mod-topics-text .s-link-b {
  font-weight: 700;
  background:linear-gradient(transparent 70%, #fff999 70%);
  margin-right: 0.3em;
}

.mod-topics-text-flame-red {
  margin: 2em auto 2em;
  padding: 1em;
  width: 100%;
  color: #000;
  border: 1px solid #ea3353;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .mod-topics-text-flame-red {
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .mod-topics-text-flame-red {
    margin: 1.5em auto 1.5em;
  }
}

.mod-topics-text-flame-blue {
  margin: 2em auto 2em;
  padding: 1em;
  width: 100%;
  color: #113961 !important;
  border: 2px solid #113961;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .mod-topics-text-flame-blue {
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .mod-topics-text-flame-blue {
    margin: 1.5em auto 1.5em;
  }
}



/*adjustment
---
original: /assets/scss/object/component/_txt.scss
---
*/
.txt-cmn-attention.s-weight700 {
  font-weight: 700;
}
.txt-cmn-attention.s-weight500 {
  font-weight: 500;
}

.txt-cmn-attention.s-size-mid {
  font-size: 2.0rem;
}
@media screen and (max-width: 959px) {
  .txt-cmn-attention.s-size-mid {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 599px) {
  .txt-cmn-attention.s-size-mid {
    font-size: 1.5rem;
  }
}

.txt-cmn-attention.s-marginbottom {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .txt-cmn-attention.s-marginbottom {
    margin-bottom: 30px;
  }
}



/*adjustment
---
original: /assets/scss/object/component/_li.scss
---
*/
.list-userguide-rule.s-marginbottom {
    margin-bottom: 2em;
}
.list-userguide-rule.s-color-black {
    color: #333 !important;
}
.list-userguide-rule.s-left-in {
    margin-left: 1.5em;
}
@media screen and (max-width: 599px) {
  .list-userguide-rule.s-left-in {
    margin-left: 0.5em;
  }
}

.list-userguide-rule-item.s-weight500 {
    font-weight: 500;
}
.list-userguide-rule-item.s-weight700 {
    font-weight: 700;
}
.list-userguide-rule-item.s-size-mid {
    font-size: 2.0rem;
}
@media screen and (max-width: 959px) {
  .list-userguide-rule-item.s-size-mid {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 599px) {
  .list-userguide-rule-item.s-size-mid {
    font-size: 1.5rem;
  }
}
