@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-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: 2.0rem;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .mod-topics-text.s-middle {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
}
.mod-topics-text.s-middle.s-marginbottom-mid {
  margin-bottom: 5px;
}

.mod-topics-text.s-small {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .mod-topics-text.s-small {
    margin-bottom: 15px;
    font-size: 1.3rem;
  }
}
.mod-topics-text .s-link-b {
  font-weight: 700;
  background:linear-gradient(transparent 70%, #fff999 70%);
  margin-right: 0.3em;
}

.mod-topics-text.s-indent {
  margin-left: 2.5em;
}
@media screen and (max-width: 599px) {
  .mod-topics-text.s-indent {
    margin-left: 2.4em;
  }
}

.mod-topics-text-flame-red {
  margin: 2em auto 0.5em;
  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 0.5em;
  }
}

.mod-topics-text.s-border-bottom {
  margin: 0.5em auto 1em;
  padding-bottom: 2em;
  border-bottom: 1px solid #ccc;
}

.mod-topics-text .s-weight700 {
  font-weight: 700;
}



/*adjustment
---
original: /assets/scss/object/component/_area.scss
---
*/
.area-cmn-body-in.s-noborder-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 599px) {
  .area-cmn-skip.s-nopadding-top {
    padding-top: 0;
  }
}



/*adjustment
---
original: /assets/scss/object/component/_ttl.scss
---
*/
.ttl-cmn-primary.s-paddingtop-only-pc {
  padding-top: 30px;
}
@media screen and (max-width: 959px) {
  .ttl-cmn-primary.s-paddingtop-only-pc {
    padding-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .ttl-cmn-primary.s-paddingtop-only-pc {
    padding-top: 15px;
  }
}



/*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-marginbottom-min {
  margin-bottom: 5px;
}

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

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

.txt-cmn-attention.s-circle-num1::before {
  content: '1';
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  border-radius: 50%;
  background-color: #113961;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .txt-cmn-attention.s-circle-num1::before {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    font-size: 1.6rem;
  }
}

.txt-cmn-attention.s-circle-num2::before {
  content: '2';
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  border-radius: 50%;
  background-color: #113961;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .txt-cmn-attention.s-circle-num2::before {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    font-size: 1.6rem;
  }
}

.txt-table-01 {
  text-align: center;
  font-size: 1.5rem;
}
.txt-table-01.s-color-gray {
  color: #666666 !important;
}
.txt-table-01.s-color-blue {
  color: #0066ff !important;
}
@media screen and (max-width: 959px) {
  .txt-table-01 {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
.area-modal .txt-table-01 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 1.3rem;
}
@media screen and (max-width: 599px) {
  .txt-table-01 {
    font-size: 1.2rem;
  }
}
.txt-table-01 strong {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .txt-table-01 strong {
    font-size: 2.0rem;
  }
}
.txt-table-01 strong.s-size-mid {
  font-size: 1.6rem;
  color: inherit !important;
}
@media screen and (max-width: 599px) {
  .txt-table-01 strong.s-size-mid {
    font-size: 1.3rem;
  }
}

.txt-cmn-02.s-nomarginbottom {
  margin-bottom: 0;
}
.txt-cmn-02.s-margin-top {
  margin-top: 2em;
}
.txt-cmn-02 .s-note {
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 0.5em;
}
@media screen and (max-width: 599px) {
  .txt-cmn-02 .s-note {
    font-size: 1.2rem;
  }
}

.txt-cmn-icon-small {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
}

.txt-cmn-icon-small > :first-child {
  margin-right: 0;
}


/*adjustment
---
original: /assets/scss/object/component/_list.scss
---
*/
.list-cmn-notes.s-marginbottom {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .list-cmn-notes.s-marginbottom {
    margin-bottom: 20px;
  }
}

.list-cmn-notes.s-left-in {
  margin-top: 0;
  margin-left: 4.5em;
}
@media screen and (max-width: 599px) {
  .list-cmn-notes.s-left-in {
    margin-left: 3.4em;
  }
}

.list-cmn-notes-item.s-size-mid {
  font-size: 1.3rem;
}
@media screen and (max-width: 599px) {
  .list-cmn-notes-item.s-size-mid {
    font-size: 1.2rem;
  }
}

.list-flow-text.s-intro {
  margin-top: 0;
  padding-bottom: 0.3em;
  color: #113961;
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .list-flow-text.s-intro {
    font-size: 1.5rem;
  }
}



/*adjustment
---
original: /assets/scss/object/component/_table.scss
---
*/
.table-price.s-no-margin-top {
  margin-top: 0;
}

.table-price .s-weight-700 {
  font-weight: 700;
}

.table-price th.s-bg-gray,
.table-userguide-liquid th.s-bg-gray {
  background-color: #eef1f4 !important;
  color: #333 !important;
}
.table-price th.s-bg-blue,
.table-userguide-liquid th.s-bg-blue {
  background-color: #113961;
  color: #fff;
  font-weight: 700;
}
.table-price th .s-size-large,
.table-userguide-liquid th .s-size-large {
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  .table-price th .s-size-large,
  .table-userguide-liquid th .s-size-large {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 425px) {
  .table-price th .s-size-large,
  .table-userguide-liquid th .s-size-large {
    font-size: 1.3rem;
  }
}

.table-price td.s-width-half,
.table-userguide-liquid td.s-width-half {
  width: 50% !important;
}

.table-price tr.s-bg-gray td,
.table-userguide-liquid tr.s-bg-gray td {
  background-color: #f7f8f9 !important;
}

.table-userguide th span {
  font-size: 1.3rem;
  font-weight: normal;
}
.table-userguide td .s-price {
  font-size: 1.8rem !important;
  font-weight: 700 !important;
}

.table-userguide th .s-weight700,
.table-userguide td .s-weight700 {
  font-weight: 700 !important;
}

@media screen and (max-width: 959px) {
  .table-userguide th .s-size-mid {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 599px) {
  .table-userguide th .s-size-mid {
    font-size: 1.4rem !important;
  }
}



/*adjustment
---
original: /assets/scss/object/component/_ico.scss
---
*/
[class*="ico-cmn-material-"].s-size-10 {
  font-size: 1.0em;
}

.ico-cmn-material-arrow_drop_down::before {
  content: '\e5c5';
}



/*adjustment
---
original: /assets/scss/userguide.scss
---
*/
.list-flow-item.s-border-gray-fat {
  border-top: 4px solid #bbb;
  margin-top: 20px;
}
.list-flow-item.s-border-gray-fat:first-child {
  border-top: none;
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .list-flow-item.s-border-gray-fat {
    margin-top: 10px;
  }
}
.list-flow-item.s-sidein-only-pc {
  padding-left: 3em;
  padding-right: 3em;
}
@media screen and (max-width: 959px) {
  .list-flow-item.s-sidein-only-pc {
    padding-left: 0;
    padding-right: 0;
  }
}


/*doc
---
name: s-align
category: utility
tag: Align
---
*/
.s-tb-left {
  text-align: center !important;
}
@media screen and (max-width: 959px) {
  .s-tb-left {
    text-align: left !important;
  }
}