@charset "UTF-8";

/*adjustment
---
original: /notice/assets/scss/layout/_header.scss
---
*/
.header.s-no-color {
  background-color: #fff !important;
}


/*adjustment
---
original: /notice/assets/scss/layout/_contents.scss
---
*/
.contents {
  margin-top: 60px !important;
}
@media screen and (max-width: 599px) {
  .contents {
    margin-top: 70px !important;
  }
}


/*adjustment
---
original: /notice/assets/scss/topics.scss
---
*/
@media screen and (max-width: 959px) {
  .mod-topics {
    padding-bottom: 10px;
  }
}
@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-middle.s-note {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .mod-topics-text.s-middle.s-note {
    margin-top: 15px;
    margin-bottom: 0;
    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: 3em 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: 2.5em auto 1.5em;
  }
}


/*adjustment
---
original: /notice/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: /notice/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;
  }
}

.list-cmn-entry {
  margin-top: 0 !important;
}
@media screen and (max-width: 599px) {
  .list-cmn-entry {
    margin-top: 0 !important;
  }
}


/*adjustment
---
original: /notice/assets/scss/object/component/_area.scss
---
*/
.area-cmn-skip {
  padding-top: 0 !important;
}
@media screen and (max-width: 959px) {
  .area-cmn-skip {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .area-cmn-skip {
    padding-top: 20px !important;
  }
}


/*unique
---
name: body-info-cms
category: component
tag: Area
---
```
*/
#body-info-cms {}

#body-info-cms p {
  margin-bottom: 30px;
  color: #333;
  font-size: 1.85rem;
  line-height: 1.8em;
  font-weight: 500 !important;
}
@media screen and (max-width: 599px) {
  #body-info-cms p {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
#body-info-cms p:last-of-type {
  margin-bottom: 0;
}
#body-info-cms p strong {
  font-weight: 700 !important;
  color: inherit !important;
}
#body-info-cms p a {
  font-weight: inherit !important;
  color: inherit !important;
  text-decoration: underline;
}
#body-info-cms p a[target="_blank"] {
  font-weight: inherit !important;
  color: inherit !important;
  
  text-decoration-style: dotted; /* 下線を点線にする */
}
