.s-content-step-01 .s-chapterbox__cnt--width {
  width: 100%;
  margin-top: 24px;
}
.s-content-step-01 .s-chapterbox__cnt--width .s-check-tit .s-marker {
  background-image: linear-gradient(to top, #f0e800 30%, transparent 0%);
}
.s-content-step-01 .s-chapterbox__cnt--width .s-check-tit {
  margin-bottom: 24px;
}
.s-content-step-01 .s-chapterbox__cnt--width .s-check-list__item {
  padding-left: 0;
  flex-basis: 20%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .s-content-step-01 .s-chapterbox__cnt--width .s-check-list__item {
    flex-basis: 50%;
  }
}
.s-content-step-01 .s-chapterbox__cnt--width .s-check-list__item::before {
  content: none;
}
.s-content-step-01 .s-chapterbox__cnt--width .s-check-list {
  display: flex;
  flex-wrap: wrap;
}
.s-content-step-01 .s-chapterbox__ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.s-content-step-01 .s-chapterbox__ul img {
  width: 65px;
  margin-right: 24px;
}
.s-content-step-01 .s-chapterbox__ul .s-right_icon:after {
  content: none;
}
.s-content-step-01 .s-chapterbox__li {
  width: 33.33%;
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}
.s-content-step-01 .s-chapterbox__li .s-livableicon-right_arrow {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .s-content-step-01 .s-chapterbox__li {
    width: 100%;
  }
}
.s-content-step-01 .s-servbox-content {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .s-content-step-01 .s-servbox-content {
    width: 100%;
  }
}
.s-content-step-01 .s-servbox-figure {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .s-content-step-01 .s-servbox-figure {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .s-content-step-01 .s-servbox-figure {
    width: 80%;
  }
}
.s-content-step-01 .s-servbox-figure img {
  width: 80%;
}
.s-content-step-01 .s-text-font20 {
  font-size: 20px;
  margin-bottom: 16px;
}
.s-content-step-01 .s-livable-servbox {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .s-content-step-01 .s-livable-servbox {
    margin-bottom: 50px;
  }
}
/*@media screen and (max-width: 768px) {
  .s-content-step-01 .s-table-step1 {
    padding: 20px 12px;
  }
}*/
.s-content-step-01 .s-table-step1__title-box {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .s-content-step-01 .s-table-step1__title-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.s-content-step-01 .s-table-step1__title {
  font-size: 22px;
  color: #003D7C;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .s-content-step-01 .s-table-step1__title {
    margin-bottom: 12px;
  }
}
.s-content-step-01 .s-table-step1__desc {
  font-size: 14px;
  color: #003D7C;
}
.s-content-step-01 .s-table-step1__table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .s-content-step-01 .s-table-step1__table tr {
    display: flex;
    flex-direction: column;
  }
}
.s-content-step-01 .s-table-step1__table tr td:first-child {
  background-color: #276FAD;
  color: #fff;
  width: 240px;
  font-size: 15px;
  padding: 4px 0 4px 22px;
  border-right: 3px solid #f6f6f6;
  border-bottom: 3px solid #f6f6f6;
}
@media screen and (max-width: 768px) {
  .s-content-step-01 .s-table-step1__table tr td:first-child {
    width: 100%;
    border-right: none;
  }
}
.s-content-step-01 .s-table-step1__table tr td:last-child {
  font-size: 15px;
  background-color: rgba(0, 25, 118, 0.05);
  border-bottom: 3px solid #f6f6f6;
}
.s-content-step-01 .s-table-step1__table tr td span:last-child {
  display: block;
}
.s-content-step-01 .s-table-step1__pbox {
  border-right: 3px solid #f6f6f6;
}
@media screen and (max-width: 768px) {
  .s-content-step-01 .s-table-step1__pbox {
    border-right: none;
  }
}
.s-content-step-01 .s-table-step1__pbox--2 {
  padding-left: 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .s-content-step-01 .s-table-step1__pbox--2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.s-content-step-01 .s-table-step1__pbox:last-child {
  border-right: none;
}
.s-content-step-01 .s-table-step1__box {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .s-content-step-01 .s-table-step1__box {
    flex-direction: column;
  }
}
.s-content-step-01 .s-table-step1__box span {
  display: flex;
}
.s-content-step-01 .s-table-step1__box span small {
  background-color: #AECDE6;
  margin-right: 5px;
  padding: 4px 35px;
  border-bottom: 3px solid #f6f6f6;
  background-color: #AECDE6;
  display: block;
  width: 100%;
  width: 265px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .s-content-step-01 .s-table-step1__box span small {
    width: 100%;
  }
}
.s-content-step-01 .s-table-step1__box span small:last-child {
  margin-right: 0;
}
.s-content-step-01 .s-table-step1__pbox-span small {
  width: inherit !important;
}
@media screen and (max-width: 768px) {
  .s-content-step-01 .s-table-step1__pbox-span small {
    width: 100% !important;
  }
}
.s-content-step-01 .s-table-step1__col {
  display: block;
  border-bottom: 3px solid #f6f6f6;
  padding-bottom: 4px;
}
.s-content-step-01 .s-table-step1__pad {
  padding: 10px 24px 10px;
}
.s-content-step-01 .s-table-step1__pad .s-text-sm {
  display: inline-block !important;
  color: #002A67;
}
.s-content-step-01 .s-bg-red {
  background-color: #DD1D4A !important;
}
.s-content-step-01 .s-bg-lightred {
  background-color: rgba(221, 29, 74, 0.05) !important;
  width: 100%;
}
.s-content-step-01 .s-text-red {
  font-size: 10px;
  color: #DF2016;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .s-content-step-01 .s-text-red {
    text-align: left;
  }
}
.s-content-step-01 .s-cost {
  position: relative;
}
@media screen and (max-width: 768px) {
  .s-content-step-01 .s-cost {
    width: 1008px;
  }
}
.s-content-step-01 .s-cost__box {
  display: flex;
}
.s-content-step-01 .s-cost__box-01, .s-content-step-01 .s-cost__box-02, .s-content-step-01 .s-cost__box-03 {
  display: flex;
  padding-top: 24px;
}
.s-content-step-01 .s-cost__box-01, .s-content-step-01 .s-cost__box-02 {
  position: relative;
}
.s-content-step-01 .s-cost__box-01::before, .s-content-step-01 .s-cost__box-02::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 10px;
  background-image: url(/assets/images/original/kounyu-guide-step-01_arrow-01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
.s-content-step-01 .s-cost__box-01 {
  width: 25%;
}
.s-content-step-01 .s-cost__box-02 {
  width: 25%;
}
.s-content-step-01 .s-cost__box-03 {
  width: 50%;
  position: relative;
}
.s-content-step-01 .s-cost__box-03::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 10px;
  background-image: url(/assets/images/original/kounyu-guide-step-01_arrow-02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
.s-content-step-01 .s-cost__block {
  display: flex;
  margin-bottom: 8px;
}
.s-content-step-01 .s-cost__title {
  background-color: #276FAD;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 20px 10px;
  writing-mode: vertical-rl;
  max-height: 283px;
  height: 100%;
}
.s-content-step-01 .s-cost__desc-title {
  font-size: 17px;
  font-weight: 400;
  color: #002A67;
  background-color: #B3E1F9;
  display: inline-block;
  padding: 5px 14px;
}
.s-content-step-01 .s-cost__desc-title--2 {
  width: 190px;
  height: 30px;
  display: flex;
  align-items: center;
}
.s-content-step-01 .s-cost__desc {
  font-size: 14px;
  line-height: 1.5;
  padding: 5px 0 10px 10px;
}
.s-content-step-01 .s-cost__desc--font-sm {
  font-size: 10px;
}
.s-content-step-01 .s-cost__desc--2 {
  display: inline-block;
}
.s-content-step-01 .s-cost__desc-box {
  margin-left: 4px;
}
.s-content-step-01 .s-cost-absolute {
  position: absolute;
  right: -22px;
  top: 22px;
}
.s-content-step-01 .s-cost-box {
  display: flex;
}
.s-content-step-01 .s-cost-desc-title {
  color: #002A67;
  background-color: #B3E1F9;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 5px;
  writing-mode: vertical-rl;
  margin-right: 8px;
  display: inline-block;
}
.s-content-step-01 .s-display-block {
  display: block;
}
.s-content-step-01 .s-display-block .s-cost__desc {
  padding: 5px 0 0 10px;
}
.s-content-step-01 .s-font-sm {
  font-size: 10px;
  margin-bottom: 10px;
}
.s-content-step-01 .s-text-sm {
  font-size: 11px;
}
.s-content-step-01 .s-border-0 {
  border-bottom: none !important;
}
.s-content-step-01 .s-pad-none {
  padding-left: 0 !important;
}
.s-content-step-01 .s-pad-none span {
  padding-left: 24px;
}
.s-content-step-01 .s-pad-none span:first-child {
  padding-bottom: 4px;
}
.s-content-step-01 .s-pad-none span:last-child {
  padding-top: 4px;
}
.s-content-step-01 .s-text {
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .s-content-step-01 .s-text {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 769px) {
  .m-link-list__item-steps {
    width: 372px;
  }
}

/*# sourceMappingURL=static_original-kounyu-guide-1.css.map */
