.icon-left {
  margin-right: 8px;
}
.icon-right {
  margin-left: 8px;
}
.fz-18 {
  font-size: 18px !important;
}
.contents-main.quickguide p {
  font-size: 16px;
  line-height: 1.625;
}
.tit-cmn-lv1 {
  border-bottom: 0;
  padding-bottom: 0;
}
.section-wrap {
  margin-top: 82px;
}
.title-2line {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 15px;
}
.title-2line .inner {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px;
}
.title-2line .inner .num {
  font-size: 23px;
}
.title-2line .inner::after,
.title-2line .inner::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #d20039;
  top: 0;
}
.title-2line .inner::before {
  left: 0;
  transform: skew(-335deg);
  -webkit-transform: skew(-335deg);
  -moz-transform: skew(-335deg);
  -ms-transform: skew(-335deg);
  -o-transform: skew(-335deg);
}
.title-2line .inner::after {
  right: 0;
  transform: skew(335deg);
  -webkit-transform: skew(335deg);
  -moz-transform: skew(335deg);
  -ms-transform: skew(335deg);
  -o-transform: skew(335deg);
}
.btn-radius-box.btn-center {
  width: 340px;
  margin: 0 auto;
}
.quickguide-step {
  display: flex;
  flex-wrap: wrap;
}
.quickguide-step li {
  border: 1px solid #cacaca;
  width: calc((100% - 96px)/3);
  text-align: center;
  color: #000;
  padding: 24px 20px 18px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.quickguide-step li.block-link {
  padding: 0;
  border-width: 2px;
  box-shadow: 0px 2px 0 0 #cacaca;
}
.quickguide-step li.block-link a {
  display: block;
  padding: 24px 20px 18px 20px;
  color: #000;
  text-decoration: none;
}
.quickguide-step li.block-link:hover {
  border-color: #69a1fe;
}
.quickguide-step li .step-num {
  font-size: 24px;
  color: #d21b38;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
}
.quickguide-step li .step-img {
  margin-bottom: 15px;
}
.quickguide-step li .step-title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
}
.quickguide-step li .step-title .inner {
  font-size: 17px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quickguide-step li .step-text {
  font-size: 16px;
  text-align: left;
}
.quickguide-step .step-arrow {
  width: 48px;
  padding: 0 14px 0 18px;
  display: flex;
  align-items: center;
}
.block-img {
  text-align: center;
  margin-bottom: 50px;
}
.block-img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents-main.quickguide {
    padding-bottom: 60px;
  }
  .btn-radius-box.btn-center {
    width: 100%;
    font-size: 16px;
    padding: 18px;
  }
  .section-wrap {
    margin-top: 70px;
  }
  .quickguide-step li {
    width: 100%;
    display: flex;
    padding: 0;
  }
  .quickguide-step li.block-link a {
    display: flex;
    padding: 0;
  }
  .quickguide-step li .step-head {
    border-right: 1px solid #edebe9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 70px 0 0;
  }
  .quickguide-step li .step-num {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .quickguide-step li .step-body {
    padding: 12px 14px;
  }
  .quickguide-step li .step-img {
    margin-bottom: 0;
  }
  .quickguide-step li .step-title {
    font-size: 18px;
    margin-bottom: 2px;
    text-align: left;
  }
  .quickguide-step li .step-title .inner {
    justify-content: flex-start;
    font-size: 18px;
  }
  .quickguide-step .step-arrow {
    width: 100%;
    padding: 20px 0 16px 0;
    justify-content: center;
  }
  .quickguide-step .step-arrow img {
    width: 50px;
  }
}

@media screen and (max-width: 374px) {
  .title-2line .inner {
    font-size: 14px !important;
  }
  .tit-special-lv2 {
    font-size: 140%;
  }
  .block__proviso02__title {
    font-size: 16px;
  }
  .quickguide-step li .step-title {
    font-size: 14px;
  }
  .quickguide-step li .step-title .inner {
    font-size: 14px;
  }
  .quickguide-step li .step-text {
    font-size: 14px;
  }
}