@charset "UTF-8";
/* =============================================================================
   #Foundation
   ========================================================================== */
/* -----------------------------------------------------------------------------
   #unique
   -------------------------------------------------------------------------- */
/*doc
---
name: ttl-userguide-chapter
category: component
tag: Title
---
*/
.ttl-userguide-chapter {
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  color: #113961;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .ttl-userguide-chapter {
    padding: 15px 0;
    font-size: 1.5rem;
  }
}

/*doc
---
name: ttl-userguide-item
category: component
tag: Title
---
*/
.ttl-userguide-item {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .ttl-userguide-item {
    font-size: 1.3rem;
  }
}

/*doc
---
name: sec-userguide-chapter
category: component
tag: Section
---
*/
.sec-userguide-chapter + .area-cmn-skip {
  margin-bottom: 20px;
}

/*doc
---
name: sec-userguide-item
category: component
tag: Section
---
*/
.sec-userguide-item {
  padding: 20px 0 50px;
}

/*doc
---
name: list-userguide-rule
category: component
tag: List
---
*/
.list-userguide-rule {
  padding-left: 2.7em;
}
@media screen and (max-width: 599px) {
  .list-userguide-rule {
    padding-left: 2.5rem;
  }
}

.list-userguide-rule-item {
  position: relative;
  margin-top: 13px;
}

.list-userguide-rule-item:only-child {
  margin-left: -1.5em;
}
@media screen and (max-width: 599px) {
  .list-userguide-rule-item:only-child {
    margin-left: -1em;
  }
}

.list-userguide-rule-number {
  position: absolute;
  left: -1.5em;
}

/*doc
---
name: hero-userguide
category: component
tag: Hero
---
*/
.hero-userguide {
  height: 420px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .hero-userguide {
    height: 340px;
  }
}
@media screen and (max-width: 599px) {
  .hero-userguide {
    height: 176px;
  }
}

.hero-userguide-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.hero-userguide-title {
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 20px;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .hero-userguide-title {
    margin-bottom: 10px;
    padding: 4px 15px;
    border-radius: 30px;
    font-size: 1.3rem;
  }
}

.hero-userguide-text {
  position: relative;
  padding-bottom: 10px;
  line-height: 1.7;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .hero-userguide-text {
    font-size: 1.3rem;
  }
}
.hero-userguide-text::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #fff;
}

.hero-userguide-notes {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .hero-userguide-notes {
    margin-top: 10px;
  }
}
.hero-userguide-notes .list-cmn-notes-item {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*doc
---
name: sec-userguide
category: component
tag: Section
---
*/
.sec-userguide {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .sec-userguide {
    padding: 55px 0;
  }
}
@media screen and (max-width: 599px) {
  .sec-userguide {
    padding: 35px 0;
  }
}
.sec-userguide.s-quickcheckin {
  background-image: url(/assets/img/userguide/bg_quickcheckin_01.jpg);
}

/*doc
---
name: mod-quickcheckin
category: component
tag: Module
---
*/
.mod-quickcheckin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mod-quickcheckin-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-body {
    width: 100%;
  }
}

.mod-quickcheckin-figure {
  width: 30%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 35px;
}

@media screen and (max-width: 959px) {
  .mod-quickcheckin-image {
    margin: 0;
  }
}

.mod-quickcheckin-read {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
}
@media screen and (max-width: 599px) {
  .mod-quickcheckin-read {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
}

.mod-quickcheckin-text {
  line-height: 2.2;
  color: #333;
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-text {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .mod-quickcheckin-text {
    margin-top: 15px;
    font-size: 1.2rem;
  }
}
.mod-quickcheckin-text + .mod-quickcheckin-text {
  margin-top: 15px;
}

/*doc
---
name: ttl-quickcheckin
category: component
tag: Title
---
*/
.ttl-quickcheckin {
  margin-bottom: 55px;
  color: #113961;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .ttl-quickcheckin {
    margin-bottom: 45px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .ttl-quickcheckin {
    margin-bottom: 25px;
    font-size: 1.8rem;
  }
}

/*doc
---
name: area-quickcheckin
category: component
tag: Area
---
*/
.area-quickcheckin {
  padding: 80px 0 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .area-quickcheckin {
    padding: 40px 0 110px;
    background-position: center bottom;
    background-size: contain;
  }
}
.area-quickcheckin.s-quickcheckin-01 {
  background-image: url(/assets/img/userguide/bg_quickcheckin_02.jpg);
}
@media screen and (max-width: 959px) {
  .area-quickcheckin.s-quickcheckin-01 {
    background-image: url(/assets/img/userguide/bg_quickcheckin_02_sp.jpg);
  }
}
.area-quickcheckin.s-quickcheckin-02 {
  background-image: url(/assets/img/userguide/bg_quickcheckin_03.jpg);
}
@media screen and (max-width: 959px) {
  .area-quickcheckin.s-quickcheckin-02 {
    background-image: url(/assets/img/userguide/bg_quickcheckin_03_sp.jpg);
  }
}

.area-quickcheckin-in.s-quickcheckin-left {
  padding-left: 390px;
}
@media screen and (max-width: 959px) {
  .area-quickcheckin-in.s-quickcheckin-left {
    padding-left: 40px;
  }
}
@media screen and (max-width: 599px) {
  .area-quickcheckin-in.s-quickcheckin-left {
    padding-left: 10px;
  }
}
.area-quickcheckin-in.s-quickcheckin-right {
  padding-right: 350px;
}
@media screen and (max-width: 959px) {
  .area-quickcheckin-in.s-quickcheckin-right {
    padding-right: 40px;
  }
}
@media screen and (max-width: 599px) {
  .area-quickcheckin-in.s-quickcheckin-right {
    padding-right: 10px;
  }
}

/*doc
---
name: mod-quickcheckin-step
category: component
tag: Module
---
*/
.mod-quickcheckin-step {
  position: relative;
  padding: 40px 0;
  margin-top: 30px;
  margin-left: 110px;
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step {
    margin-top: 20px;
    margin-left: 0;
    padding: 0;
    color: #fff;
  }
}
.mod-quickcheckin-step::before, .mod-quickcheckin-step::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 50px;
  left: 94px;
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step::before, .mod-quickcheckin-step::after {
    content: none;
  }
}
.mod-quickcheckin-step::before {
  top: 0;
  background-color: #94b3d2;
  border-radius: 5px 5px 0 0;
}
.mod-quickcheckin-step::after {
  bottom: 0;
  background-color: #437aaf;
  border-radius: 0 0 5px 5px;
}

.mod-quickcheckin-step-item {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-item {
    padding: 14px 10px;
  }
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-item:nth-child(1) {
    background-color: #9ab7d4;
  }
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-item:nth-child(1)::after {
    border-color: #9ab7d4 transparent transparent transparent;
  }
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-item:nth-child(2) {
    background-color: #86a9cc;
  }
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-item:nth-child(2)::after {
    border-color: #86a9cc transparent transparent transparent;
  }
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-item:nth-child(3) {
    background-color: #719bc3;
  }
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-item:nth-child(3)::after {
    border-color: #719bc3 transparent transparent transparent;
  }
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-item:nth-child(4) {
    background-color: #5d8dbb;
  }
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-item:nth-child(4)::after {
    border-color: #5d8dbb transparent transparent transparent;
  }
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-item:nth-child(5) {
    background-color: #497eb2;
  }
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-item:nth-child(5)::after {
    border-color: #497eb2 transparent transparent transparent;
  }
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-item:nth-child(6) {
    background-color: #3570aa;
  }
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-item:nth-child(6)::after {
    border-color: #3570aa transparent transparent transparent;
  }
}
.mod-quickcheckin-step-item:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-item:last-child {
    background: none;
    color: #3570aa;
  }
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-item:last-child::after {
    content: none;
  }
}
.mod-quickcheckin-step-item.s-important::before {
  left: 81px;
  width: 36px;
  height: 36px;
  border-width: 12px;
  border-color: #113961;
}
.mod-quickcheckin-step-item.s-important::after {
  background-image: -ms-linear-gradient(90deg, #4e81b5 0%, #113961 100%);
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-item.s-important::after {
    background: none;
  }
}
.mod-quickcheckin-step-item.s-important .mod-quickcheckin-step-head-title {
  font-size: 2.4rem;
  color: #113961;
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-item.s-important .mod-quickcheckin-step-head-title {
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
  }
}
.mod-quickcheckin-step-item.s-important .mod-quickcheckin-step-head-text {
  color: #113961;
  font-size: 1.3rem;
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-item.s-important .mod-quickcheckin-step-head-text {
    font-size: 1.3rem;
    color: #fff;
  }
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-item.s-strong {
    background: -webkit-gradient(linear, left top, left bottom, from(#fe627c), to(#fe2f51));
    background: linear-gradient(to bottom, #fe627c 0%, #fe2f51 100%);
  }
}
.mod-quickcheckin-step-item.s-strong::before {
  left: 81px;
  width: 36px;
  height: 36px;
  border-width: 12px;
  border-color: #fe2f52;
}
.mod-quickcheckin-step-item.s-strong::after {
  background-image: -ms-linear-gradient(90deg, #5083b6 0%, #fe2f51 80%);
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-item.s-strong::after {
    background: none;
  }
}
.mod-quickcheckin-step-item.s-strong .mod-quickcheckin-step-head-title {
  font-size: 2.4rem;
  color: #113961;
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-item.s-strong .mod-quickcheckin-step-head-title {
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
  }
}
.mod-quickcheckin-step-item.s-strong .mod-quickcheckin-step-head-text {
  color: #113961;
  font-size: 1.3rem;
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-item.s-strong .mod-quickcheckin-step-head-text {
    font-size: 1.3rem;
    color: #fff;
  }
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-item.s-strong::after {
    border-color: #fe2f52 transparent transparent transparent;
  }
}
.mod-quickcheckin-step-item.s-important ~ .mod-quickcheckin-step-item::after, .mod-quickcheckin-step-item.s-strong ~ .mod-quickcheckin-step-item::after {
  background-color: #4c81b4;
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-item.s-important ~ .mod-quickcheckin-step-item::after, .mod-quickcheckin-step-item.s-strong ~ .mod-quickcheckin-step-item::after {
    background: none;
  }
}
.mod-quickcheckin-step-item::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 86px;
  width: 26px;
  height: 26px;
  border: 6px solid;
  border-radius: 50%;
  background-color: #fff;
  border-color: #3570aa;
  z-index: 3;
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-item::before {
    content: none;
  }
}
.mod-quickcheckin-step-item::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 100%;
  top: 1px;
  left: 94px;
  background-color: #94b3d2;
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-item::after {
    right: 0;
    left: 0;
    top: 100%;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11px 0 11px;
    z-index: 2;
    background: none;
  }
}

.mod-quickcheckin-step-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mod-quickcheckin-step-head-mark {
  margin-right: 70px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-head-mark {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    font-size: 1.2rem;
    font-weight: 500;
  }
}

@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-head-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.mod-quickcheckin-step-head-title {
  font-size: 2rem;
  font-weight: 500;
  color: #666;
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-head-title {
    font-size: 1.6rem;
    font-weight: 500;
    color: currentColor;
  }
}

.mod-quickcheckin-step-head-text {
  margin-top: 5px;
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-head-text {
    margin-top: 0;
    font-size: 1.2rem;
  }
}

.mod-quickcheckin-step-body {
  position: relative;
  z-index: 1;
  padding: 20px 15px;
  margin-top: 20px;
  margin-left: -110px;
  background-color: rgba(53, 112, 170, 0.7);
  border-radius: 3px;
  color: #fff;
  text-align: left;
}
.mod-quickcheckin-step-item.s-strong .mod-quickcheckin-step-body {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 98, 124, 0.85)), to(rgba(254, 47, 81, 0.85)));
  background: linear-gradient(to bottom, rgba(254, 98, 124, 0.85) 0%, rgba(254, 47, 81, 0.85) 100%);
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-item.s-strong .mod-quickcheckin-step-body {
    background: none;
  }
}
.mod-quickcheckin-step-item.s-strong .mod-quickcheckin-step-body::before {
  border-color: transparent transparent rgba(254, 98, 124, 0.85) transparent;
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-body {
    margin-left: 0;
  }
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-body {
    position: static;
    margin: 14px 0 0;
    padding: 14px 0 0;
    border-top: 1px dashed #fff;
    background: none;
    border-radius: 0;
  }
}
.mod-quickcheckin-step-body::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: auto;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent rgba(53, 112, 170, 0.7) transparent;
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-body::before {
    content: none;
  }
}

.mod-quickcheckin-step-body-title {
  margin-top: 5px;
  font-weight: 500;
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-body-title {
    margin-top: 0;
    font-size: 1.5rem;
    font-weight: 500;
    color: currentColor;
  }
}
.mod-quickcheckin-step-body-title:first-child {
  margin-top: 0;
}

.mod-quickcheckin-step-body-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5px;
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-body-list {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-body-list:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-body-list:last-child {
    margin-bottom: 0;
  }
}

.mod-quickcheckin-step-body-list-item {
  width: 50%;
  margin-top: 5px;
  font-size: 1.3rem;
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-body-list-item {
    width: auto;
  }
}
@media screen and (max-width: 959px) {
  .mod-quickcheckin-step-body-list-item:first-child {
    margin-top: 0;
  }
}

/*doc
---
name: list-quickcheckin-figure
category: component
tag: List
---
*/
.list-quickcheckin-figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px -20px;
}
@media screen and (max-width: 599px) {
  .list-quickcheckin-figure {
    display: block;
    margin: 30px 0;
  }
}

.list-quickcheckin-figure-item {
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .list-quickcheckin-figure-item {
    margin-top: 10px;
    padding: 0;
  }
}
.list-quickcheckin-figure-item:first-child {
  margin-top: 0;
}

/*doc
---
name: hero-userguide
category: component
tag: Hero
---
*/
.hero-userguide {
  height: 420px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .hero-userguide {
    height: 340px;
  }
}
@media screen and (max-width: 599px) {
  .hero-userguide {
    height: 176px;
  }
}

.hero-userguide-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.hero-userguide-title {
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 20px;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .hero-userguide-title {
    margin-bottom: 10px;
    padding: 4px 15px;
    border-radius: 30px;
    font-size: 1.3rem;
  }
}

.hero-userguide-text {
  position: relative;
  padding-bottom: 10px;
  line-height: 1.7;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .hero-userguide-text {
    font-size: 1.3rem;
  }
}
.hero-userguide-text::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #fff;
}

/*doc
---
name: card-userguide-01
category: component
tag: Card
---
*/
.card-userguide-01 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 150px;
  padding: 10px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .card-userguide-01 {
    height: 172px;
  }
}
.card-userguide-01::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #113961 transparent;
}

.card-userguide-01-in {
  display: block;
}

.card-userguide-01-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 599px) {
  .card-userguide-01-title {
    line-height: 1.5;
    font-size: 1.5rem;
  }
}

.card-userguide-01-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  margin-bottom: 10px;
}

/*doc
---
name: card-rates
category: component
tag: Card
---
*/
.card-rates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px -16px 0;
}
@media screen and (max-width: 959px) {
  .card-rates {
    display: block;
    margin: 20px 0 0;
  }
}
.card-rates.s-narrow {
  margin-left: -6px;
  margin-right: -6px;
}
@media screen and (max-width: 959px) {
  .card-rates.s-narrow {
    margin-left: 0;
    margin-right: 0;
  }
}
.card-rates.s-narrow .card-rates-item {
  margin-left: 6px;
  margin-right: 6px;
}
@media screen and (max-width: 959px) {
  .card-rates.s-narrow .card-rates-item {
    margin-left: 0;
    margin-right: 0;
  }
}

.card-rates-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 278px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 16px;
  border: 1px solid #e9e9e9;
}
@media screen and (max-width: 959px) {
  .card-rates-item {
    display: block;
    width: 100%;
    height: auto;
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .card-rates-item:first-child {
    margin-top: 0;
  }
}
.card-rates-item.s-base::after, .card-rates-item.s-sncidental::after, .card-rates-item.s-payment::after {
  position: absolute;
  right: -35px;
  top: 50%;
  bottom: 0;
  margin-top: -16px;
  line-height: 1;
  color: #113961;
  font-size: 3.7rem;
}
@media screen and (max-width: 959px) {
  .card-rates-item.s-base::after, .card-rates-item.s-sncidental::after, .card-rates-item.s-payment::after {
    right: auto;
    top: auto;
    left: 50%;
    bottom: -47px;
    margin: 0 0 0 -18px;
    font-size: 4.1rem;
  }
}
.card-rates-item.s-base::after, .card-rates-item.s-payment::after {
  content: '\E145';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.card-rates-item.s-sncidental::after {
  content: '＝';
}
@media screen and (max-width: 959px) {
  .card-rates-item.s-sncidental::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.card-rates-item.s-standard, .card-rates-item.s-gold, .card-rates-item.s-platinum {
  height: 290px;
}
@media screen and (max-width: 959px) {
  .card-rates-item.s-standard, .card-rates-item.s-gold, .card-rates-item.s-platinum {
    height: auto;
  }
}
.card-rates-item.s-standard .card-rates-head, .card-rates-item.s-gold .card-rates-head, .card-rates-item.s-platinum .card-rates-head {
  padding: 26px 20px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 959px) {
  .card-rates-item.s-standard .card-rates-head, .card-rates-item.s-gold .card-rates-head, .card-rates-item.s-platinum .card-rates-head {
    padding: 12px 16px;
    font-size: 1.5rem;
  }
}
.card-rates-item.s-standard .card-rates-head {
  background: url(../img/userguide/bg_standard_01.png) no-repeat center;
  background-size: cover;
}
.card-rates-item.s-gold .card-rates-head {
  background: url(../img/userguide/bg_gold_01.png) no-repeat center;
  background-size: cover;
}
.card-rates-item.s-platinum .card-rates-head {
  background: url(../img/userguide/bg_platinum_01.png) no-repeat center;
  background-size: cover;
}
.card-rates-item.s-payment {
  height: auto;
}
.card-rates-item.s-payment::after {
  color: #999;
}
.card-rates-item.s-payment:last-child::after {
  content: none;
}
.card-rates-item.s-payment .card-rates-head {
  height: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .card-rates-item.s-payment .card-rates-head {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 1.5rem;
  }
}

.card-rates-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  text-align: center;
  font-size: 1.5rem;
  background-color: #113961;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .card-rates-head {
    display: block;
    padding: 12px 16px;
    font-size: 1.3rem;
  }
}

.card-rates-head-subtext {
  font-size: 1.3rem;
}

.card-rates-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 959px) {
  .card-rates-body {
    display: block;
  }
}

.card-rates-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #e9e9e9;
  padding: 10px 30px;
  background-color: #eef1f4;
  color: #333;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .card-rates-block {
    padding: 8px 16px;
  }
}
.card-rates-block.s-white {
  background-color: #fff;
}
.card-rates-block.s-blue {
  background-color: #c6edff;
}
.card-rates-block.s-row1 {
  -webkit-box-flex: 1.23;
  -webkit-flex: 1.23;
  -ms-flex: 1.23;
  flex: 1.23;
}
.card-rates-block.s-row2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.card-rates-block.s-row3 {
  -webkit-box-flex: 2.66;
  -webkit-flex: 2.66;
  -ms-flex: 2.66;
  flex: 2.66;
}

.card-rates-text-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.card-rates-subtext-01 {
  font-size: 1.5rem;
}
@media screen and (max-width: 959px) {
  .card-rates-subtext-01 {
    font-size: 1.3rem;
  }
}

.card-rates-subtext-03 b {
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  .card-rates-subtext-03 b {
    font-size: 1.8rem;
  }
}

.card-rates-subtext-04 {
  font-size: 1.8rem;
}
@media screen and (max-width: 959px) {
  .card-rates-subtext-04 {
    font-size: 1.5rem;
  }
}

.card-rates-price-01,
.card-rates-price-02,
.card-rates-price-03,
.card-rates-price-04,
.card-rates-price-05 {
  margin-left: auto;
  padding-left: 1em;
}

.card-rates-price-01 strong {
  font-size: 2rem;
  color: inherit;
}
@media screen and (max-width: 959px) {
  .card-rates-price-01 strong {
    font-size: 1.7rem;
  }
}

.card-rates-price-02 {
  color: #999;
}
.card-rates-price-02 strong {
  font-size: 2rem;
  text-decoration: line-through;
  color: inherit;
}
@media screen and (max-width: 959px) {
  .card-rates-price-02 strong {
    font-size: 1.7rem;
  }
}

.card-rates-price-03 strong {
  font-size: 2.4rem;
  color: inherit;
}
@media screen and (max-width: 959px) {
  .card-rates-price-03 strong {
    font-size: 2rem;
  }
}

.card-rates-price-04 strong {
  font-size: 2.8rem;
  color: inherit;
}
@media screen and (max-width: 959px) {
  .card-rates-price-04 strong {
    font-size: 2.4rem;
  }
}

.card-rates-price-05 {
  font-size: 1.8rem;
}
@media screen and (max-width: 959px) {
  .card-rates-price-05 {
    font-size: 1.5rem;
  }
}
.card-rates-price-05 strong {
  line-height: 1;
  font-size: 3.4rem;
  color: inherit;
}
@media screen and (max-width: 959px) {
  .card-rates-price-05 strong {
    font-size: 2.6rem;
  }
}

.card-rates-notes-01 {
  font-size: 1.2rem;
  color: #666;
  font-weight: normal;
}
@media screen and (max-width: 959px) {
  .card-rates-notes-01 {
    font-size: 1.1rem;
  }
}

.card-rates-notes-02 {
  text-align: right;
  font-size: 1.2rem;
  font-weight: normal;
  color: #666;
}
@media screen and (max-width: 959px) {
  .card-rates-notes-02 {
    font-size: 1.1rem;
  }
}
.card-rates-notes-02 b {
  font-size: 1.5rem;
}
@media screen and (max-width: 959px) {
  .card-rates-notes-02 b {
    font-size: 1.7rem;
  }
}

/*doc
---
name: sec-rates-01
category: component
tag: Section
---
*/
.sec-rates-01 {
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 30px;
  border-top: 1px dashed #ccc;
}
@media screen and (max-width: 959px) {
  .sec-rates-01 {
    padding-top: 10px;
    border-top-style: solid;
  }
}

/*doc
---
name: sec-rates-02
category: component
tag: Section
---
*/
.sec-rates-02 {
  padding-top: 50px;
  padding-bottom: 30px;
  background: url(/assets/img/userguide/bg_rates_01_pc.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .sec-rates-02 {
    background-image: url(/assets/img/userguide/bg_rates_01_sp.png);
    padding-top: 10px;
  }
}

/*doc
---
name: sec-rates-03
category: component
tag: Section
---
*/
.sec-rates-03 {
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background: url(/assets/img/userguide/bg_rates_02_pc.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .sec-rates-03 {
    background-image: url(/assets/img/userguide/bg_rates_02_sp.png);
    padding-top: 10px;
    margin-bottom: 20px;
  }
}

/*doc
---
name: list-flow
category: component
tag: List
---
*/
.list-flow-item {
  padding: 20px 0;
  border-top: 1px dashed #ccc;
}
.list-flow-item:first-child {
  padding-top: 0;
  border-top: none;
}

.list-flow-title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 599px) {
  .list-flow-title {
    font-size: 1.8rem;
  }
}

.list-flow-title-icon {
  color: #3570aa;
  font-size: 1.4em;
}
.list-flow-title-icon:first-child {
  margin-right: .2em;
}

.list-flow-body {
  padding-left: 40px;
}
@media screen and (max-width: 599px) {
  .list-flow-body {
    padding-left: 0;
  }
}

.list-flow-caption {
  margin-top: 5px;
  font-size: 1.2rem;
}

.list-flow-text {
  margin-top: 1em;
  color: #333;
}

.list-flow-subtext {
  font-size: 1.3rem;
  color: #666;
}
@media screen and (max-width: 599px) {
  .list-flow-subtext {
    font-size: 1.2rem;
  }
}

/*doc
---
name: mod-area-bgfix
category: component
tag: Module
---
*/
.mod-userguide-bgfix {
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .mod-userguide-bgfix {
    background-attachment: scroll;
    background-position: center bottom;
    background-size: 100%;
  }
}
@media screen and (max-width: 599px) {
  .mod-userguide-bgfix {
    height: 60px;
  }
}
@media screen and (max-width: 959px) {
  .mod-userguide-bgfix.s-flow-01 {
    background-position: center 84%;
  }
}
@media screen and (max-width: 959px) {
  .mod-userguide-bgfix.s-flow-02 {
    background-position: center 63%;
  }
}
@media screen and (max-width: 959px) {
  .mod-userguide-bgfix.s-flow-03 {
    background-position: center 63%;
  }
}

/*doc
---
name: area-flow-body-in
category: component
tag: Area
---
*/
.area-flow-body-in {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .area-flow-body-in {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.area-flow-body-in:last-child {
  padding-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .area-flow-body-in:last-child {
    padding-bottom: 30px;
  }
}
.area-flow-body-in .txt-cmn-attention {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .area-flow-body-in .txt-cmn-attention {
    margin-bottom: 10px;
  }
}
.area-flow-body-in .txt-cmn-02 {
  margin-top: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .area-flow-body-in .txt-cmn-02 {
    margin-top: 30px;
  }
}

/*doc
---
name: ttl-priority-01
category: component
tag: Title
---
*/
.ttl-priority-01 {
  margin-top: 45px;
  font-size: 2.4rem;
}
.ttl-priority-01::before {
  border-color: #999;
}
@media screen and (max-width: 599px) {
  .ttl-priority-01 {
    margin-top: 30px;
    font-size: 1.5rem;
  }
}

/*doc
---
name: list-priority
category: component
tag: List
---
*/
.list-priority-title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .list-priority-title {
    margin-bottom: 2px;
    font-size: 1.5rem;
  }
}
.list-priority-title:last-child {
  margin-bottom: 0;
}

.list-priority-subtitle {
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  .list-priority-subtitle {
    font-size: 1.3rem;
  }
}

.list-priority-icon {
  margin-right: 6px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  vertical-align: top;
  color: #113961;
}

/*doc
---
name: mod-law-01
category: component
tag: Module
---
*/
.mod-law-01 {
  position: relative;
  min-height: 300px;
}
@media screen and (max-width: 959px) {
  .mod-law-01 {
    min-height: auto;
  }
}

.mod-law-01-title {
  padding-left: 50%;
}
@media screen and (max-width: 959px) {
  .mod-law-01-title {
    padding-left: 0;
    margin-bottom: 15px;
  }
}

.mod-law-01-figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
}
@media screen and (max-width: 959px) {
  .mod-law-01-figure {
    width: auto;
    position: static;
  }
}

.mod-law-01-image {
  width: 100%;
}

.mod-law-01-body {
  padding-left: 50%;
}
@media screen and (max-width: 959px) {
  .mod-law-01-body {
    padding-left: 0;
  }
}

/*doc
---
name: table-userguide
category: component
tag: Table
---
*/
.table-userguide {
  margin-top: 20px;
  border-spacing: 0;
  border-collapse: collapse;
  color: #333;
  font-size: 1.5rem;
}
@media screen and (max-width: 959px) {
  .table-userguide {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .table-userguide {
    font-size: 1.2rem;
  }
}
.table-userguide:first-child {
  margin-top: 0;
}
.table-userguide + .table-userguide {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .table-userguide + .table-userguide {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .table-userguide, .table-userguide thead, .table-userguide tbody, .table-userguide tr, .table-userguide th, .table-userguide td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .table-userguide tr {
    overflow: hidden;
    margin-top: 10px;
    border-bottom: 1px solid #e9e9e9;
  }
}
.table-userguide tr:first-child {
  margin-top: 0;
}
@media screen and (max-width: 959px) {
  .table-userguide .table-userguide-noborder {
    border-bottom: none;
  }
}
@media screen and (max-width: 959px) {
  .table-userguide th, .table-userguide td {
    float: left;
  }
}
@media screen and (max-width: 959px) {
  .table-userguide thead {
    display: none;
  }
}
.table-userguide th,
.table-userguide td {
  padding: 12px 25px;
  border: 1px solid #e9e9e9;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .table-userguide th,
  .table-userguide td {
    border: none;
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding: 10px 15px;
  }
}
.table-userguide th {
  background-color: #113961;
  color: #fff;
}
.table-userguide td {
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .table-userguide td[data-headers] {
    margin-top: 10px;
    border-bottom: 1px solid #e9e9e9;
  }
}
@media screen and (max-width: 959px) {
  .table-userguide td[data-headers]:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 959px) {
  .table-userguide td[data-headers]:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 959px) {
  .table-userguide td[data-headers]::before {
    content: attr(data-headers);
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 15px;
    margin: -10px -15px 10px;
    background-color: #113961;
    color: #fff;
  }
}
.table-userguide td.table-userguide-headers {
  vertical-align: top;
}
@media screen and (max-width: 959px) {
  .table-userguide td.table-userguide-headers {
    margin-top: 10px;
    border-bottom: 1px solid #e9e9e9;
  }
}
@media screen and (max-width: 959px) {
  .table-userguide td.table-userguide-headers:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 959px) {
  .table-userguide td.table-userguide-headers:last-child {
    border-bottom: none;
  }
}
.table-userguide td.table-userguide-headers .table-userguide-headers-title {
  display: none;
}
@media screen and (max-width: 959px) {
  .table-userguide td.table-userguide-headers .table-userguide-headers-title {
    content: attr(data-headers);
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 15px;
    margin: -10px -15px 10px;
    background-color: #113961;
    color: #fff;
  }
}
.table-userguide .s-gray {
  background-color: #eef1f4;
  color: #333;
}
.table-userguide .s-pink {
  background-color: #ea3353;
}
@media screen and (max-width: 959px) {
  .table-userguide .table-userguide-offset {
    margin-top: -1px;
  }
}
.table-userguide .table-userguide-grid-wrap {
  background: none;
  border: none;
}
.table-userguide.s-headers + .table-userguide.s-headers {
  margin-top: 0;
}
@media screen and (max-width: 959px) {
  .table-userguide.s-headers + .table-userguide.s-headers {
    margin-top: 10px;
  }
}
.table-userguide.s-col-sp td[data-headers] {
  color: #fff;
}
@media screen and (max-width: 959px) {
  .table-userguide.s-col-sp td[data-headers] {
    display: table;
    table-layout: fixed;
    margin-top: -1px;
  }
}
@media screen and (max-width: 959px) {
  .table-userguide.s-col-sp td[data-headers]::before {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
}
@media screen and (max-width: 959px) {
  .table-userguide.s-col-sp td[data-headers]:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 959px) {
  .table-userguide.s-col-sp .table-userguide-in {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding: 10px 15px;
  }
}

.table-userguide-grid {
  margin: -12px -26px -13px -25px;
  border-top: 1px solid #e9e9e9;
}
@media screen and (max-width: 959px) {
  .table-userguide-grid {
    margin: -10px -15px;
    border-left: 1px solid #e9e9e9;
  }
}

.table-userguide-col {
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  padding: 12px 25px;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .table-userguide-col {
    padding: 10px 15px;
  }
}

.table-userguide-hero {
  text-align: center;
}

.table-userguide-hero-caption {
  margin-top: 15px;
  text-align: left;
  font-size: 1.5rem;
}
@media screen and (max-width: 959px) {
  .table-userguide-hero-caption {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}

.table-userguide-hero-detail {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dashed #999;
  text-align: left;
}

.table-userguide-list {
  margin: -12px -25px;
}
@media screen and (max-width: 959px) {
  .table-userguide-list {
    margin: -10px -15px;
  }
}

.table-userguide-list-item {
  position: relative;
  padding: 15px 25px 15px 100px;
  border-bottom: 1px dashed #ccc;
}
@media screen and (max-width: 959px) {
  .table-userguide-list-item {
    padding: 15px 15px 15px 70px;
  }
}
.table-userguide-list-item:last-child {
  border-bottom: none;
}
.table-userguide-list-item::before {
  content: '';
  position: absolute;
  left: 40px;
  top: 11px;
  display: block;
  width: 30px;
  height: 30px;
  border: 3px solid #3570aa;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .table-userguide-list-item::before {
    left: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    border-width: 2px;
  }
}
.table-userguide-list-item[data-before]::before {
  content: attr(data-before);
  left: 35px;
  top: 16px;
  width: auto;
  height: auto;
  border: none;
  border-radius: none;
  background: none;
  line-height: 1;
  font-size: 2rem;
  font-weight: bold;
  color: #3570aa;
}
@media screen and (max-width: 959px) {
  .table-userguide-list-item[data-before]::before {
    left: 21px;
    top: 0;
    height: 1em;
    font-size: 1.5rem;
  }
}
.table-userguide-list-item[data-after]::after {
  content: attr(data-after);
  position: absolute;
  left: 70px;
  top: 8px;
  line-height: 1;
  font-size: 1rem;
  color: #666;
}
@media screen and (max-width: 959px) {
  .table-userguide-list-item[data-after]::after {
    left: 46px;
    top: 0;
    bottom: 2em;
    margin: auto;
    height: 1em;
  }
}

.table-userguide-list-item-icon {
  position: relative;
  padding: 15px 25px;
  border-bottom: 1px dashed #ccc;
}
@media screen and (max-width: 959px) {
  .table-userguide-list-item-icon {
    padding: 15px;
  }
}
.table-userguide-list-item-icon:last-child {
  border-bottom: none;
}

.table-userguide-tag {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  border-radius: 2px;
  margin-left: auto;
  background-color: #3570aa;
  padding: 0 5px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .table-userguide-tag {
    font-size: 1.2rem;
  }
}

.table-userguide-tag-wrap {
  display: block;
  position: relative;
  padding-right: 70px;
}

/*doc
---
name: table-userguide-liquid
category: component
tag: Table
---
*/
.table-userguide-liquid {
  margin-top: 20px;
  border-spacing: 0;
  border-collapse: collapse;
  color: #333;
  font-size: 1.5rem;
}
@media screen and (max-width: 959px) {
  .table-userguide-liquid {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .table-userguide-liquid {
    font-size: 1.2rem;
  }
}
.table-userguide-liquid:first-child {
  margin-top: 0;
}
.table-userguide-liquid + .table-userguide-liquid {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .table-userguide-liquid + .table-userguide-liquid {
    margin-top: 10px;
  }
}
.table-userguide-liquid th,
.table-userguide-liquid td {
  padding: 12px 25px;
  border: 1px solid #e9e9e9;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .table-userguide-liquid th,
  .table-userguide-liquid td {
    padding: 10px 15px;
  }
}
.table-userguide-liquid th {
  background-color: #113961;
  color: #fff;
}
.table-userguide-liquid td {
  background-color: #fff;
}
.table-userguide-liquid .s-gray {
  background-color: #eef1f4;
  color: #333;
}
.table-userguide-liquid .s-pink {
  background-color: #ea3353;
}

/*doc
---
name: area-cmn-body-in
category: component
tag: Area
---
*/
@media screen and (max-width: 599px) {
  .area-cmn-body-in.s-userguide-01 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/*doc
---
name: sec-iccards-01
category: component
tag: Section
---
*/
.sec-iccards-01 {
  padding: 70px 0;
  background: url(/assets/img/userguide/img_iccards_sec_01.jpg) no-repeat center bottom;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .sec-iccards-01 {
    padding: 30px 0;
  }
}

/*doc
---
name: sec-iccards-02
category: component
tag: Section
---
*/
.sec-iccards-02 {
  padding: 70px 0;
  background: url(/assets/img/userguide/img_iccards_sec_02_pc.jpg) no-repeat center bottom;
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .sec-iccards-02 {
    background-image: url(/assets/img/userguide/img_iccards_sec_02_sp.jpg);
    background-size: 100%;
    padding: 30px 0 100px;
  }
}

/*doc
---
name: sec-iccards-03
category: component
tag: Section
---
*/
.sec-iccards-03 {
  padding: 70px 0;
  background: url(/assets/img/userguide/img_iccards_sec_03_pc.jpg) no-repeat center bottom;
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .sec-iccards-03 {
    background-image: url(/assets/img/userguide/img_iccards_sec_03_sp.jpg);
    background-size: 100%;
    padding: 30px 0 100px;
  }
}

/*doc
---
name: mod-iccards-01
category: component
tag: Module
---
*/
.mod-iccards-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .mod-iccards-01 {
    display: block;
  }
}

.mod-iccards-01-head {
  width: 37%;
  padding-right: 30px;
}
@media screen and (max-width: 959px) {
  .mod-iccards-01-head {
    width: auto;
    padding-right: 0;
  }
}

.mod-iccards-01-title {
  line-height: 1.5;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  color: #113961;
}
@media screen and (max-width: 599px) {
  .mod-iccards-01-title {
    font-size: 1.8rem;
  }
}

.mod-iccards-01-read {
  margin-top: 20px;
  line-height: 2;
  text-align: center;
  font-size: 1.5rem;
  color: #333;
}
@media screen and (max-width: 959px) {
  .mod-iccards-01-read {
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .mod-iccards-01-read {
    font-size: 1.3rem;
  }
}

.mod-iccards-01-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 959px) {
  .mod-iccards-01-body {
    margin-top: 10px;
  }
}

.mod-iccards-01-list {
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 959px) {
  .mod-iccards-01-list {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .mod-iccards-01-list {
    font-size: 1.5rem;
  }
}

.mod-iccards-01-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px dashed #999;
}
@media screen and (max-width: 599px) {
  .mod-iccards-01-item {
    padding: 5px 0;
  }
}
.mod-iccards-01-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.mod-iccards-01-icon {
  margin-right: 5px;
  color: #3570aa;
}

.mod-iccards-01-text {
  line-height: 1.2;
}
.mod-iccards-01-text sup {
  font-size: 50%;
  color: #666;
}

/*doc
---
name: nav-userguide
category: component
tag: Navigation
---
*/
.nav-userguide {
  background-color: #113961;
}
@media screen and (max-width: 959px) {
  .nav-userguide {
    width: 100%;
  }
}
.nav-userguide.s-lines {
  border-top: 1px solid #416181;
}

.nav-userguide-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .nav-userguide-list {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .nav-userguide-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.nav-userguide-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  height: 64px;
  border-right: 1px solid #416181;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .nav-userguide-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    height: 54px;
    border-top: 1px solid #416181;
  }
}
.nav-userguide-item:last-child {
  border-right: none;
}
@media screen and (max-width: 599px) {
  .nav-userguide-item:nth-child(even) {
    border-right: none;
  }
}
@media screen and (max-width: 599px) {
  .nav-userguide-item:nth-child(1), .nav-userguide-item:nth-child(2) {
    border-top: none;
  }
}

.nav-userguide-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 64px;
  padding: 10px;
  background-color: #113961;
}
@media screen and (max-width: 599px) {
  .nav-userguide-link {
    height: 54px;
  }
}

.nav-userguide-text {
  position: relative;
  padding-left: 17px;
  color: #fff;
}
.nav-userguide-text:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.txt-userguide-notes {
  font-size: 1.2rem;
}
@media screen and (max-width: 599px) {
  .txt-userguide-notes {
    font-size: 1rem;
  }
}

/*doc
---
name: mod-userguide-arrow
category: component
tag: Module
---
*/
.mod-userguide-arrow {
  display: block;
  position: relative;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .mod-userguide-arrow {
    margin-top: 5px;
  }
}
.mod-userguide-arrow::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #ea3353 transparent transparent transparent;
}
@media screen and (max-width: 599px) {
  .mod-userguide-arrow::before {
    border-width: 20px 20px 0 20px;
  }
}
.mod-userguide-arrow + .table-userguide-liquid {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .mod-userguide-arrow + .table-userguide-liquid {
    margin-top: 5px;
  }
}

/*doc
---
name: mod-userguide-arrow
category: component
tag: Module
---
*/
.mod-userguide-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 138px;
}
@media screen and (max-width: 959px) {
  .mod-userguide-step {
    display: block;
    height: auto;
  }
}

.mod-userguide-step-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #113961;
  overflow: hidden;
  color: #fff;
}

.mod-userguide-step-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mod-userguide-step-item:first-child {
  border-left: none;
}
@media screen and (max-width: 959px) {
  .mod-userguide-step-item::before {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-width: 10px;
    margin-left: -10px;
  }
}
.mod-userguide-step-item.s-step1 {
  background-color: #719bc3;
}
@media screen and (max-width: 959px) {
  .mod-userguide-step-item.s-step1::before {
    border-top-color: #719bc3;
  }
}
.mod-userguide-step-item.s-step1 .mod-userguide-step-item-in {
  padding-left: 15px;
}
@media screen and (max-width: 959px) {
  .mod-userguide-step-item.s-step1 .mod-userguide-step-item-in {
    padding: 0;
  }
}
.mod-userguide-step-item.s-step1 .mod-userguide-step-item-in::after {
  border-left-color: #719bc3;
}
.mod-userguide-step-item.s-step2 {
  background-color: #497eb2;
}
@media screen and (max-width: 959px) {
  .mod-userguide-step-item.s-step2::before {
    border-top-color: #497eb2;
  }
}
.mod-userguide-step-item.s-step2 .mod-userguide-step-item-in::after {
  border-left-color: #497eb2;
}
.mod-userguide-step-item.s-step3 {
  background-color: #3570aa;
}
.mod-userguide-step-item.s-step3 .mod-userguide-step-item-in::after {
  border-left-color: #3570aa;
}
.mod-userguide-step-item.s-trouble {
  background-color: #666;
}
@media screen and (max-width: 959px) {
  .mod-userguide-step-item.s-trouble::before {
    border-top-color: #666;
  }
}
.mod-userguide-step-item.s-trouble .mod-userguide-step-item-in::after {
  border-left-color: #666;
}
@media screen and (max-width: 959px) {
  .mod-userguide-step-item.s-trouble .mod-userguide-step-head {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.mod-userguide-step-item-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 0 45px;
  line-height: 1.2;
  font-size: 1.4rem;
}
@media screen and (max-width: 959px) {
  .mod-userguide-step-item-in {
    display: block;
    padding: 0;
  }
}
.mod-userguide-step-item-in::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 80px solid transparent;
  border-bottom: 80px solid transparent;
  border-left: 30px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -80px;
  margin-left: 3px;
  left: 100%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .mod-userguide-step-item-in::before {
    content: none;
  }
}
.mod-userguide-step-item-in::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 80px solid transparent;
  border-bottom: 80px solid transparent;
  border-left: 30px solid #eee;
  position: absolute;
  top: 50%;
  margin-top: -80px;
  left: 100%;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 959px) {
  .mod-userguide-step-item-in::after {
    content: none;
  }
}

@media screen and (max-width: 959px) {
  .mod-userguide-step-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 12px 10px;
  }
}

.mod-userguide-step-subtitle {
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .mod-userguide-step-subtitle {
    margin-right: 5px;
    font-size: 1.2rem;
  }
}

.mod-userguide-step-title {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .mod-userguide-step-title {
    font-size: 1.6rem;
  }
}

.mod-userguide-step-detail {
  margin-top: 5px;
}
@media screen and (max-width: 959px) {
  .mod-userguide-step-detail {
    border-top: 1px dashed #fff;
    margin-top: 0;
    padding: 10px;
  }
}

.mod-userguide-step-text {
  font-size: 1.2rem;
}
@media screen and (max-width: 959px) {
  .mod-userguide-step-text {
    font-size: 1.3rem;
  }
}

.mod-userguide-step-icon,
.txt-cmn-icon > .mod-userguide-step-icon {
  margin-right: .1em;
  color: #ea3353;
}

/*doc
---
name: list-payment-card-01
category: component
tag: List
---
*/
.list-payment-card-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .list-payment-card-01 {
    margin-top: 15px;
  }
}

.list-payment-card-01-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 11.111%;
  height: 125px;
  padding: 10px;
  border: 1px solid #e9e9e9;
  border-left-width: 0;
}
@media screen and (max-width: 959px) {
  .list-payment-card-01-item {
    width: 20%;
    height: 72px;
  }
}
.list-payment-card-01-item:nth-child(9n+1) {
  border-left-width: 1px;
}
@media screen and (max-width: 959px) {
  .list-payment-card-01-item:nth-child(9n+1) {
    border-left-width: 0;
  }
}
.list-payment-card-01-item:nth-child(n+10) {
  border-top-width: 0;
}
@media screen and (max-width: 959px) {
  .list-payment-card-01-item:nth-child(n+10) {
    border-top-width: 1px;
  }
}
@media screen and (max-width: 959px) {
  .list-payment-card-01-item:nth-child(5n+1) {
    border-left-width: 1px;
  }
}
@media screen and (max-width: 959px) {
  .list-payment-card-01-item:nth-child(n+6) {
    border-top-width: 0;
  }
}

/*doc
---
name: list-payment-card-02
category: component
tag: List
---
*/
.list-payment-card-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .list-payment-card-02 {
    margin-top: 15px;
  }
}

.list-payment-card-02-item {
  width: 20%;
  padding: 30px;
  border: 1px solid #e9e9e9;
  border-left-width: 0;
}
@media screen and (max-width: 959px) {
  .list-payment-card-02-item {
    width: 50%;
    padding: 15px;
  }
}
.list-payment-card-02-item:nth-child(5n+1) {
  border-left-width: 1px;
}
@media screen and (max-width: 959px) {
  .list-payment-card-02-item:nth-child(5n+1) {
    border-left-width: 0;
  }
}
.list-payment-card-02-item:nth-child(n+6) {
  border-top-width: 0;
}
@media screen and (max-width: 959px) {
  .list-payment-card-02-item:nth-child(n+6) {
    border-top-width: 1px;
  }
}
@media screen and (max-width: 959px) {
  .list-payment-card-02-item:nth-child(2n+1) {
    border-left-width: 1px;
  }
}
@media screen and (max-width: 959px) {
  .list-payment-card-02-item:nth-child(n+3) {
    border-top-width: 0;
  }
}

.list-payment-card-02-hero {
  text-align: center;
}

.list-payment-card-02-hero-caption {
  margin-top: 15px;
  text-align: left;
  font-size: 1.5rem;
}
@media screen and (max-width: 959px) {
  .list-payment-card-02-hero-caption {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}

.list-payment-card-02-hero-detail {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dashed #999;
  text-align: left;
  font-size: 1.3rem;
}

/*doc
---
name: mod-userguide-tab
category: component
tag: Module
---
*/
.mod-userguide-tab {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .mod-userguide-tab {
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.mod-userguide-tab:first-child {
  margin-top: 0;
}
.mod-userguide-tab .nav-cmn-tab {
  border-bottom: none;
}

.mod-userguide-tab-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mod-userguide-tab-icon {
  font-size: 47px;
}

.mod-userguide-tab-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px -20px 0;
}
@media screen and (max-width: 599px) {
  .mod-userguide-tab-body {
    display: block;
    margin: 15px 0 0;
  }
}
.mod-userguide-tab-body.s-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.mod-userguide-tab-item {
  width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 599px) {
  .mod-userguide-tab-item {
    width: auto;
    padding: 0;
  }
}

.mod-userguide-tab-fig {
  position: relative;
  border: 3px solid #ccc;
}

.mod-userguide-tab-fig-tag {
  position: absolute;
  left: 10px;
  top: 10px;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 3px;
  background-color: #113961;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

.mod-userguide-tab-text {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .mod-userguide-tab-text {
    margin-top: 10px;
  }
}

.mod-userguide-tab-button {
  max-width: 400px;
  margin: 30px auto 0;
}
@media screen and (max-width: 599px) {
  .mod-userguide-tab-button {
    margin-top: 20px;
  }
}

.mod-userguide-tab-title {
  margin-top: 60px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 2rem;
  font-weight: 500;
  color: #113961;
}
@media screen and (max-width: 599px) {
  .mod-userguide-tab-title {
    margin-top: 30px;
    font-size: 1.5rem;
  }
}
.mod-userguide-tab-title:first-child {
  margin-top: 0;
}

/*doc
---
name: mod-website-01
category: component
tag: Module
---
*/
.mod-website-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .mod-website-01 {
    display: block;
  }
}
.mod-website-01.s-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 959px) {
  .mod-website-01.s-reverse {
    display: block;
  }
}

.mod-website-01-item {
  width: 50%;
}
@media screen and (max-width: 959px) {
  .mod-website-01-item {
    width: auto;
  }
}
.mod-website-01-item.s-right-image {
  padding-left: 60px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .mod-website-01-item.s-right-image {
    margin-top: 15px;
    padding-left: 0;
  }
}
.mod-website-01-item.s-left-image {
  padding-right: 60px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .mod-website-01-item.s-left-image {
    margin-top: 15px;
    padding-right: 0;
  }
}

/*doc
---
name: mod-website-step
category: component
tag: Module
---
*/
.mod-website-step-body {
  padding: 15px 10px 0;
}
@media screen and (max-width: 599px) {
  .mod-website-step-body {
    padding: 10px 10px 0;
  }
}

.mod-website-step-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 599px) {
  .mod-website-step-title {
    font-size: 1.5rem;
  }
}

.mod-website-step-text {
  margin-top: 10px;
  font-size: 1.5rem;
  color: #333;
}
@media screen and (max-width: 599px) {
  .mod-website-step-text {
    font-size: 1.3rem;
  }
}

/*doc
---
name: mod-beginner-01
category: component
tag: Module
---
*/
.mod-beginner-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .mod-beginner-01 {
    display: block;
  }
}

.mod-beginner-01-head {
  width: 37%;
  padding-right: 30px;
}
@media screen and (max-width: 959px) {
  .mod-beginner-01-head {
    width: auto;
    padding-right: 0;
  }
}

.mod-beginner-01-title {
  line-height: 1.5;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  color: #113961;
}
@media screen and (max-width: 599px) {
  .mod-beginner-01-title {
    font-size: 1.8rem;
  }
}

.mod-beginner-01-read {
  margin-top: 20px;
  line-height: 2;
  text-align: center;
  font-size: 1.5rem;
  color: #333;
}
@media screen and (max-width: 959px) {
  .mod-beginner-01-read {
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .mod-beginner-01-read {
    font-size: 1.3rem;
  }
}

.mod-beginner-01-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 959px) {
  .mod-beginner-01-body {
    margin-top: 10px;
  }
}

.sec-beginner-01 {
  padding: 70px 0;
  background-color: #eef1f4;
}
@media screen and (max-width: 599px) {
  .sec-beginner-01 {
    padding: 30px 0;
  }
  .sec-beginner-01 .mod-beginner-01-read br {
    display: none;
  }
}
.sec-beginner-01 .list-faq-item {
  padding-bottom: 0;
}

.sec-beginner-02 {
  padding: 70px 0 0;
}
@media screen and (max-width: 599px) {
  .sec-beginner-02 {
    padding: 30px 0 0;
  }
}
.sec-beginner-02 .table-userguide .table-userguide-in {
  text-align: left;
}
.sec-beginner-02 .table-userguide .s-bold {
  color: #113961 !important;
  margin-top: .4em;
  display: block;
}

/*doc
---
name: material-icons
category: component
tag: Icon
---
*/
.ico-cmn-material-panorama_fish_eye::before {
  content: '\e40c';
}

.ico-cmn-material-clear::before {
  content: '\e14c';
}

.ico-cmn-material-change_history::before {
  content: '\e86b';
}

/*adjustment
---
original: /assets/layout/_contents.scss
---
*/
/**
 * contents-frame
 */
.contents-frame.s-margin-01-bottom-min {
  padding-top: 30px;
  padding-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .contents-frame.s-margin-01-bottom-min {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}

/*# sourceMappingURL=userguide.css.map */
