<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.rwd {
  overflow-x: hidden;
}

body.rwd .cf-Title-01 {
  margin: 60px 0;
}

body.rwd .cf-Title-01 div.div-B {
  margin-bottom: 30px;
}

body.rwd .cf-Title-01 div.div-B h1 {
  font-size: 28px;
}

body.rwd .cf-Title-01 p {
  font-weight: normal;
  font-size: 16px;
}

.up-point {
  position: relative;
  min-height: 108px;
  margin-top: 60px;
  background: #FFFDF4;
  border: 3px solid #4BACE8;
  border-radius: 10px;
}

.up-point-title {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 380px;
  height: 40px;
  background: #4BACE8;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
}

.up-point-txt {
  padding: 50px 0 40px 35px;
}

body.rwd .cf-Title-01 p.up-point-p {
  margin-bottom: 20px;
  font-size: 18px;
}

body.rwd .cf-Title-01 p.up-point-p.under {
  margin-top: 20px;
  margin-bottom: 0;
}

.up-point-p strong {
  text-decoration: underline;
}

body.rwd .up-point .list-bullet-A {
  margin-bottom: 0;
}

body.rwd .list-bullet-A li {
  font-weight: normal;
  font-size: 18px;
}

body.rwd .up-point .list-bullet-A li:last-child,
body.rwd .check-list-item .list-bullet-A li:last-child{
  margin-bottom: 0;
}

.up-point-note,
.check-list-item-note {
  position: relative;
  margin-top: 20px;
  padding-left: 24px;
  font-size: 18px;
}

.up-point-note::before,
.check-list-item-note::before {
  position: absolute;
  top: 0;
  left: -2px;
  content: '窶ｻ';
}

.contents-list {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 370px;
  margin: 0 -200%;
  padding: 0 200%;
  background: #F2F2F2;
}

.content-list-box {
  display: flex;
  gap: 27px;
}

#cf-Area-DocumentBody.blaze a.contents-list-link {
  color: #636666;
}

.contents-list-media {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 10px #0000004D;
  background: #fff;
}

.contents-list-title {
  text-align: center;
  font-size: 16px;
}

.contents {
  margin: 0 -200%;
  padding: 0 200%;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F5FAFF;
}

.contents-title {
  position: relative;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-left: 10px;
  font-weight: 600;
  font-size: 22px;
}

.contents-title:first-child {
  margin-top: 0;
}

.contents-title::before {
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  width: 4px;
  height: 22px;
  border-radius: 2px;
  background: #64A5DC;
  content: "";
}

.contents-media {
  padding: 50px 80px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #00000029;
  background: #fff;
}

.common-mistakes {
  position: relative;
  margin-top: 100px;
  padding: 40px 80px 30px;
  background: #F5FAFF;
  border-top: 2px solid #4BACE8;
  border-bottom: 2px solid #4BACE8;
}

.common-mistakes-title {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 255px;
  height: 40px;
  background: #4BACE8;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
}

.mistake,
.correct {
  position: relative;
  padding-left: 40px;
  font-weight: 600;
  font-size: 18px;
}

.correct {
  margin-top: 35px;
}

.mistake::before {
  position: absolute;
  top: -5px;
  left: 0;
  content: url(https://d18f657670wm8u.cloudfront.net/shisan_eraberu/kotsu/assets/images/mistake.svg?20230602);
}

.correct::before {
  position: absolute;
  top: -5px;
  left: 0;
  content: url(https://d18f657670wm8u.cloudfront.net/shisan_eraberu/kotsu/assets/images/correct.svg?20230602);
}

.common-mistakes-line {
  margin-top: 25px;
  margin-bottom: 20px;
  height: 1px;
  background-image: linear-gradient(to right, #4BACE8, #4BACE8 6px, transparent 6px);
  background-size: 10px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.common-mistakes-txt {
  font-size: 16px;
}

.check-list {
  position: relative;
  margin-top: 50px;
  padding: 40px 80px 60px;
  border-radius: 10px;
  background: #4BACE8;
}

.check-list::before {
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
  border: 30px solid transparent;
  border-bottom: 30px solid #4BACE8;
  content: "";
}

.check-txt {
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 28px;
}

.check-txt:before,
.check-txt:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #fff;
  width: 3px;
  height: 25px;
  margin: 0 15px;
  vertical-align: middle;
}

.check-txt:before {
  transform: rotate(-35deg);
}

.check-txt:after {
  transform: rotate(35deg);
}

.check-list-item {
  margin-bottom: 5px;
  padding: 20px 40px;
  border-radius: 10px;
  background: #fff;
}

.check-list-item:last-child {
  margin-bottom: 0;
}

.check-list-item-txt {
  position: relative;
  padding-left: 30px;
  color: #4BACE8;
  font-weight: 600;
  font-size: 18px;
}

.check-list-item-txt::before {
  position: absolute;
  top: -1px;
  left: 0;
  content: url(https://d18f657670wm8u.cloudfront.net/shisan_eraberu/kotsu/assets/images/check.svg?20230602);
}

body.rwd .check-list-item .list-bullet-A {
  margin-bottom: 0;
  padding: 20px 45px 0 0;
}

.check-list-item-line {
  margin-top: 10px;
}

.btn-close {
  margin-top: 40px;
  text-align: center;
}

.other-contents {
  margin-top: 70px;
}

.parts-others {
  margin-top: 80px;
}

.parts-others__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.parts-others__wrap-item{
  width: 220px;
}

.parts-others__wrap-item {
  margin-bottom: 40px;
}

.parts-others__wrap-item:last-child {
  margin-bottom: 0;
}

.parts-others__wrap-item-img {
  display: block;
  margin-bottom: 20px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#cf-Area-DocumentBody.blaze a:link.parts-others__wrap-item-link {
  color: #568FC9;
  font-size: 18px;
  display: block;
  position: relative;
  padding-left: 16px;
}

.parts-others__wrap-item-link::before {
  content: "";
  background-image: url(https://d18f657670wm8u.cloudfront.net/shisan_eraberu/kotsu/assets/images/icon_arrow_right-water.svg?20230602);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 3px;
}

/* -------------------------------- */
/*--------------- sp ---------------*/
/* -------------------------------- */
@media only screen and (max-width: 768px) {
  body.rwd #cf-Area-DocumentBody {
    padding-top: 0;
  }

  body.rwd .cf-Title-01 {
    margin-top: 30px;
  }

  body.rwd .cf-Title-01 div.div-B h1 {
    font-size: 24px;
  }

  .up-point-title {
    width: 260px;
    height: 36px;
    font-size: 17px;
  }

  .up-point-txt {
    padding: 40px 10px 30px;
  }

  body.rwd .cf-Title-01 p.up-point-p {
    margin-bottom: 10px;
    font-size: 16px;
  }

  body.rwd .cf-Title-01 p.up-point-p.under {
    margin-top: 10px;
    margin-bottom: 0;
  }

  body.rwd .list-bullet-A li {
    font-size: 16px;
  }

  .up-point-note,
  .check-list-item-note {
    margin-top: 10px;
    font-size: 16px;
  }

  .contents-list {
    padding: 60px 200%;
    min-height: initial;
  }

  .contents-list-media {
    width: 155px;
    height: 155px;
  }

  .content-list-box {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 337px;
  }

  .contents {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contents-title {
    margin-bottom: 20px;
  }

  .contents-media {
    padding: 20px 10px;
  }

  .common-mistakes {
    margin-top: 80px;
    padding: 40px 20px 30px;
  }

  .mistake,
  .current {
    padding-left: 35px;
  }

  .current {
    margin-top: 20px;
  }

  .common-mistakes-line {
    margin-top: 20px;
  }

  .check-list {
    margin-top: 35px;
  }

  .check-list::before {
    top: -40px;
    border: 20px solid transparent;
    border-bottom: 20px solid #4BACE8;
  }

  .check-txt {
    margin-bottom: 12px;
    font-size: 24px;
  }

  .check-list {
    padding: 15px 10px 30px;
  }

  .check-list-item {
    padding: 15px 10px;
  }

  .check-list-item-txt {
    padding-left: 25px;
  }

  body.rwd .check-list-item .list-bullet-A {
    padding: 10px 0 0 0;
  }

  body.rwd .list-bullet-A li {
    font-size: 16px;
  }

  .parts-others {
    margin-top: 80px;
    padding: 0 10px;
  }

  .parts-others__flex {
    display: flex;
    justify-content: center;
  }

  .parts-others__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }

  .parts-others__wrap-item{
    width: 155PX;
    height: 242px;
  }

  .parts-others__wrap-item {
    margin-bottom: 40px;
  }

  .parts-others__wrap-item-img {
    width: 140px;
    height: auto;
    display: block;
    margin-bottom: 20px;
    padding: 7.5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
  }

  .parts-others__wrap-item-link {
    color: #568FC9;
    font-size: 18px;
    display: block;
    position: relative;
    padding-left: 10px;
  }

  .parts-others__wrap-item-link::before {
    content: "";
    background-image: url(https://d18f657670wm8u.cloudfront.net/shisan_eraberu/kotsu/assets/images/icon_arrow_right-water.svg?20230602);
    background-repeat: no-repeat;
    background-size: contain;
    width: 7px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 5px;
  }
}

/* -------------------------------- */
/*---------- iPad mini -------------*/
/* -------------------------------- */
@media only screen and (max-width: 767px) {
  .parts-others__wrap {
    width: 340px;
  }
}
</pre></body></html>