<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#step * {
  box-sizing: border-box;
}

#step a {
  text-decoration: none;
}

br.forPC {
  display: block;
}

br.forSP {
  display: none;
}

@media only screen and (max-width: 889.98px) {
  br.forPC {
    display: none;
  }
  br.forSP {
    display: block;
  }
}
.tab-title {
  margin: 50px 0 60px;
  padding: 12px 10px 10px 10px;
  background: linear-gradient(135deg, #CCECF5 0 28%, #B5E3F1 28% 100%);
  font-size: 22px;
  letter-spacing: 1.54px;
  margin-right: -1.54px;
  color: #0AA0D2;
  text-align: center;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 889.98px) {
  .tab-title {
    margin: 35px 0 25px;
    padding: 10px;
    font-size: 15px;
    letter-spacing: 2.1px;
    margin-right: -2.1px;
    background: linear-gradient(135deg, #CCECF5 0 40%, #B5E3F1 40% 100%);
    font-weight: 600;
  }
}

.lead {
  font-size: 17px;
  line-height: 31px;
  letter-spacing: 1.36px;
  margin-right: -1.36px;
  margin-bottom: 70px;
  color: #4E4B4D;
}
@media only screen and (max-width: 889.98px) {
  .lead {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 3px;
    margin-right: -3px;
  }
}

.tabWrap {
  max-width: 1000px;
  margin: 0 auto 60px;
}
.tabWrap .tabBtn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 15px;
  margin: 0 auto;
  border-bottom: solid 1px #0AA0D2;
}
@media only screen and (max-width: 889.98px) {
  .tabWrap .tabBtn {
    gap: 0;
  }
}
.tabWrap .tabBtn a {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 50px;
  border-radius: 10px 10px 0 0;
  color: #0AA0D2;
  background: #E6E6E6;
}
@media only screen and (min-width: 890px) {
  .tabWrap .tabBtn a:hover {
    background: #cbcbcb;
  }
  .tabWrap .tabBtn a:not(:first-of-type) {
    position: relative;
  }
}
@media only screen and (max-width: 889.98px) {
  .tabWrap .tabBtn a {
    height: 40px;
    border-radius: 0;
    color: #B3B3B3;
    background: #FFF;
    border-top: solid 1px #B3B3B3;
    border-right: solid 1px #B3B3B3;
  }
  .tabWrap .tabBtn a:last-of-type {
    border-right: none;
  }
}
.tabWrap .tabBtn a &gt; span {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.tabWrap .tabBtn a &gt; span:first-of-type {
  font-size: 13px;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 889.98px) {
  .tabWrap .tabBtn a &gt; span:first-of-type {
    font-size: 17px;
    letter-spacing: 2.38px;
    margin-right: -2.38px;
    margin-bottom: 0;
  }
}
.tabWrap .tabBtn a &gt; span:last-of-type {
  font-size: 12px;
}
@media only screen and (max-width: 889.98px) {
  .tabWrap .tabBtn a &gt; span:last-of-type {
    display: none;
  }
}
@media only screen and (max-width: 889.98px) {
  .tabWrap .tabBtn a &gt; span &gt; span {
    display: none;
  }
}
.tabWrap .tabBtn a.active {
  position: relative;
  border: solid 1px #0AA0D2;
  border-bottom: none;
  background: #FFF;
}
.tabWrap .tabBtn a.active:not(:first-of-type):before {
  border-bottom: solid 1px #0AA0D2;
  left: -16px;
  bottom: 0;
}
.tabWrap .tabBtn a.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background: #FFF;
  bottom: -5px;
  left: 0;
}
@media only screen and (max-width: 889.98px) {
  .tabWrap .tabBtn a.active {
    position: relative;
    width: calc(100% + 2px);
    z-index: 1;
    margin-left: -1px;
  }
  .tabWrap .tabBtn a.active:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #FFF;
    border-left: solid 1px #0AA0D2;
    top: 0;
    left: -1px;
  }
  .tabWrap .tabBtn a.active:not(:first-of-type):before {
    border-bottom: solid 1px #0AA0D2;
    top: 0;
    left: -1px;
  }
  .tabWrap .tabBtn a.active::after {
    width: 100%;
    left: 0;
    bottom: -5px;
  }
}
.tabWrap .tabBtn a.active &gt; span:first-of-type {
  font-size: 28px;
  margin-top: 32px;
}
@media only screen and (max-width: 889.98px) {
  .tabWrap .tabBtn a.active &gt; span:first-of-type {
    font-size: 17px;
    margin-top: 0;
    color: #0AA0D2;
  }
}
.tabWrap .tabBtn a.active &gt; span:last-of-type {
  display: none;
}
.tabWrap .tabBtn a:last-of-type.active &gt; span:first-of-type {
  font-size: 20px;
  margin-top: 32px;
}
@media only screen and (max-width: 889.98px) {
  .tabWrap .tabBtn a:last-of-type.active &gt; span:first-of-type {
    font-size: 17px;
    margin-top: 0;
  }
}
.tabWrap .tabContainer {
  position: relative;
  width: 100%;
  min-height: 1050px;
  margin: 0 auto;
  border: solid 1px #0AA0D2;
  border-top: none;
  overflow: hidden;
}
@media only screen and (max-width: 889.98px) {
  .tabWrap .tabContainer {
    min-height: 2180px;
    border: none;
  }
}
.tabWrap .tabContainer .Tabcondent {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  display: none;
}
.tabWrap .tabContainer .Tabcondent .inner {
  padding: 0 50px 50px;
}
@media only screen and (max-width: 889.98px) {
  .tabWrap .tabContainer .Tabcondent .inner {
    padding: 0 15px 15px;
  }
}
.tabWrap .tabContainer .Tabcondent.active {
  display: block;
  opacity: 1;
  margin: 0 auto;
  border-radius: 0px;
}
.tabWrap .tabContainer.t-step01 {
  min-height: 1050px;
}
@media only screen and (max-width: 889.98px) {
  .tabWrap .tabContainer.t-step01 {
    min-height: 2180px;
  }
}
.tabWrap .tabContainer.t-step02 {
  min-height: 2260px;
}
@media only screen and (max-width: 889.98px) {
  .tabWrap .tabContainer.t-step02 {
    min-height: 2430px;
  }
}
.tabWrap .tabContainer.t-step03 {
  min-height: 1620px;
}
@media only screen and (max-width: 889.98px) {
  .tabWrap .tabContainer.t-step03 {
    min-height: 1800px;
  }
}
.tabWrap .tabContainer.t-step04 {
  min-height: 2330px;
}
@media only screen and (max-width: 889.98px) {
  .tabWrap .tabContainer.t-step04 {
    min-height: 2100px;
  }
}

.slideWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 45px;
}

.swiper {
  padding-bottom: 30px;
}
.swiper .swiper-slide img {
  width: 100%;
  vertical-align: bottom;
}
.swiper .images-prev {
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  z-index: 5;
  width: 18px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
@media only screen and (max-width: 889.98px) {
  .swiper .images-prev {
    width: 23px;
    height: 23px;
  }
}
.swiper .images-prev::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  transform: rotate(-45deg);
  content: "";
}
@media only screen and (max-width: 889.98px) {
  .swiper .images-prev::before {
    left: 8px;
  }
}
.swiper .images-next {
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  z-index: 5;
  width: 18px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  color: rgba(255, 255, 255, 0);
}
@media only screen and (max-width: 889.98px) {
  .swiper .images-next {
    width: 23px;
    height: 23px;
  }
}
.swiper .images-next::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  content: "";
}
@media only screen and (max-width: 889.98px) {
  .swiper .images-next::before {
    right: 8px;
  }
}
.swiper .swiper-horizontal &gt; .swiper-pagination-bullets, .swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper .swiper-pagination-custom, .swiper .swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%;
}
.swiper .swiper-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet, .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
}
@media only screen and (max-width: 889.98px) {
  .swiper .swiper-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet, .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.swiper .images-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}
.swiper .images-pagination .swiper-pagination-bullet-active {
  background-color: #0AA0D2;
}

#slide01,
#slide02,
#slide03 {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 890px) {
  #slide01,
  #slide02,
  #slide03 {
    max-width: 230px;
  }
}
@media only screen and (min-width: 1000px) {
  #slide01,
  #slide02,
  #slide03 {
    max-width: 270px;
  }
}
@media only screen and (max-width: 889.98px) {
  #slide01,
  #slide02,
  #slide03 {
    max-width: 400px;
  }
}
@media only screen and (max-width: 391px) {
  #slide01,
  #slide02,
  #slide03 {
    max-width: 360px;
  }
}
@media only screen and (max-width: 376px) {
  #slide01,
  #slide02,
  #slide03 {
    max-width: 330px;
  }
}

.read {
  text-align: center;
  margin-bottom: 50px;
  color: #4E4B4D;
}
@media only screen and (max-width: 889.98px) {
  .read {
    margin-bottom: 20px;
  }
}
.read .ttl {
  font-size: 23px;
  line-height: 37px;
  letter-spacing: 3.45px;
  margin-right: -3.45px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 889.98px) {
  .read .ttl {
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 2.3px;
    margin-right: -2.3px;
  }
}
.read .txt {
  font-size: 14px;
  letter-spacing: 1.8px;
  margin-right: -1.8px;
}
@media only screen and (max-width: 889.98px) {
  .read .txt {
    font-size: 11px;
    line-height: 23px;
    letter-spacing: 1px;
    font-weight: 600;
  }
}

.blueBox {
  max-width: 750px;
  background: #DAF1F8;
  margin: 0 auto 40px;
  padding: 25px;
  text-align: center;
}
@media only screen and (max-width: 889.98px) {
  .blueBox {
    padding: 25px 10px;
    margin: 0 -15px 40px;
  }
}
.blueBox .ttl {
  font-size: 14px;
  letter-spacing: 1.12px;
  margin-right: -1.12px;
  color: #0AA0D2;
  font-weight: 600;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 889.98px) {
  .blueBox .ttl {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.8px;
    margin-right: -0.8px;
  }
}
.blueBox .txt {
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 2.4px;
  margin-right: -2.4px;
  color: #4E4B4D;
  margin-bottom: 0.5em;
  font-weight: 600;
}
@media only screen and (max-width: 889.98px) {
  .blueBox .txt {
    font-size: 16px;
    line-height: 28.8px;
    letter-spacing: 2.2px;
    margin-right: -2.2px;
  }
}
.blueBox .txt2 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.8px;
  margin-right: -0.8px;
  color: #4E4B4D;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 889.98px) {
  .blueBox .txt2 {
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.8px;
    margin-right: -0.8px;
  }
}
.blueBox .txt3 {
  font-size: 10px;
  line-height: 19px;
  letter-spacing: 1px;
  margin-right: -1px;
  color: #4E4B4D;
  margin-bottom: 0.5em;
}
.blueBox .btn {
  max-width: 200px;
  margin: 15px auto 0;
}
@media only screen and (max-width: 889.98px) {
  .blueBox .btn {
    max-width: 250px;
  }
}
.blueBox .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #999999;
  height: 32px;
  border-radius: 5px;
}
.blueBox .btn a &gt; span {
  display: block;
  font-size: 13px;
  letter-spacing: 0.65px;
  margin-right: -0.65px;
  color: #FFFFFF;
}
@media only screen and (max-width: 889.98px) {
  .blueBox .btn a &gt; span {
    font-size: 12px;
    letter-spacing: 0.6px;
    margin-right: -0.6px;
  }
}
.blueBox .btn a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border: solid 1px #FFF;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  right: 12px;
  top: 50%;
  margin-top: -4px;
}
@media only screen and (min-width: 890px) {
  .blueBox .btn a:hover {
    opacity: 0.8;
  }
}

.recommend {
  max-width: 750px;
  margin: 0 auto 40px;
}
.recommend-ttl {
  padding: 1px 0;
  background: #0AA0D2;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 889.98px) {
  .recommend-ttl {
    margin-bottom: 5px;
  }
}
.recommend-ttl &gt; span {
  font-size: 12px;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
  color: #FFFFFF;
  font-weight: 600;
}
@media only screen and (max-width: 889.98px) {
  .recommend-ttl &gt; span {
    font-size: 10px;
    letter-spacing: 0.4px;
    margin-right: -0.4px;
  }
}
.recommend-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 889.98px) {
  .recommend-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
.recommend-wrap_item {
  padding: 0 15px;
  border-left: solid 1px #0AA0D2;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-right: -0.2px;
  color: #0AA0D2;
  font-weight: 600;
}
@media only screen and (max-width: 889.98px) {
  .recommend-wrap_item {
    display: flex;
    align-items: center;
    border: solid;
    width: 100%;
    padding: 15px;
    border: none;
    border-bottom: solid 1px #0AA0D2;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.9px;
    margin-right: -0.9px;
  }
}
.recommend-wrap_item:last-of-type {
  border-right: solid 1px #0AA0D2;
}
@media only screen and (max-width: 889.98px) {
  .recommend-wrap_item:last-of-type {
    border-right: none;
  }
}
.recommend-wrap_item .no {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: normal;
}
@media only screen and (max-width: 889.98px) {
  .recommend-wrap_item .no {
    width: 1.5em;
    font-size: 20px;
    letter-spacing: 1.4px;
    margin-right: -1.4px;
    margin-bottom: 0;
  }
}
.recommend-wrap_item .txt {
  margin-top: 25px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.96px;
  margin-right: -0.96px;
  color: #3E3A39;
}

.area {
  max-width: 750px;
  margin: 0 auto 40px;
  padding-bottom: 25px;
  border-bottom: solid 1px #0AA0D2;
}
@media only screen and (max-width: 889.98px) {
  .area {
    margin: 0 auto;
    padding-bottom: 0;
    border: none;
  }
}
.area-ttl {
  padding: 1px 0;
  background: #0AA0D2;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
}
@media only screen and (max-width: 889.98px) {
  .area-ttl {
    font-size: 10px;
    letter-spacing: 0.4px;
    margin-right: -0.4px;
    margin-bottom: 25px;
  }
}
.area-ttl &gt; span {
  font-size: 12px;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
  color: #FFFFFF;
}
.area-wrap {
  display: flex;
  justify-content: center;
}
.area-wrap_item span {
  padding: 0 25px;
  border-left: solid 1px #0AA0D2;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.12px;
  margin-right: -1.12px;
  color: #0AA0D2;
  font-weight: 600;
}
@media only screen and (max-width: 889.98px) {
  .area-wrap_item span {
    padding: 0 20px;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.9px;
    margin-right: -0.9px;
  }
}
.area-wrap_item span:last-of-type {
  border-right: none;
}
@media only screen and (max-width: 889.98px) {
  .area-wrap_item span:last-of-type {
    border-right: none;
  }
}
.area-wrap_item:first-of-type a {
  border-left: none;
}

.photographer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 45px;
}
@media only screen and (max-width: 889.98px) {
  .photographer {
    grid-template-columns: 1fr 1fr;
    gap: 25px 15px;
  }
}
.photographer-item &gt; a {
  display: block;
  color: #0AA0D2;
}
.photographer-item &gt; a .ph {
  position: relative;
  margin-bottom: 10px;
}
.photographer-item &gt; a .ph:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(10, 160, 210, 0);
  left: 0;
  top: 0;
  transition: all ease-in-out 0.3s;
}
.photographer-item &gt; a .ph img {
  vertical-align: bottom;
}
.photographer-item &gt; a .name {
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width: 889.98px) {
  .photographer-item &gt; a .name {
    font-size: 18px;
  }
}
@media only screen and (min-width: 890px) {
  .photographer-item &gt; a:hover .ph:before {
    opacity: 1;
    transition: all ease-in-out 0.3s;
  }
  .photographer-item &gt; a:hover .ph:after {
    background: rgba(10, 160, 210, 0.3);
    transition: all ease-in-out 0.3s;
  }
  .photographer-item &gt; a:hover .ph img {
    opacity: 1;
  }
}
.photographer-item &gt; a.active .ph:before {
  position: absolute;
  content: "";
  background: url("../img/option/how_to/hv_reommend.png") no-repeat left top/cover;
  width: 90px;
  height: 90px;
  left: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  opacity: 1;
  z-index: 1;
}

.hrline {
  margin: 50px 0;
  border-bottom: solid 1px #0AA0D2;
}

.wrapClm2 {
  display: grid;
  grid-template-columns: 370px 1fr;
  gap: 40px;
}
@media only screen and (max-width: 889.98px) {
  .wrapClm2 {
    display: block;
  }
}
.wrapClm2 .ttl {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 3px;
  color: #4E4B4D;
  font-weight: 600;
}
@media only screen and (max-width: 889.98px) {
  .wrapClm2 .ttl {
    margin-top: 20px;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 2.5px;
    margin-right: -2.5px;
    text-align: center;
  }
}
.wrapClm2 .txt {
  font-size: 14px;
  line-height: 24px;
  color: #4E4B4D;
  margin: 15px -0.4px 40px 0;
}
@media only screen and (max-width: 889.98px) {
  .wrapClm2 .txt {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.9px;
    margin-right: -0.9px;
  }
}
.wrapClm2 .txt:last-of-type {
  margin-bottom: 0;
}
.wrapClm2 .txt2 {
  font-size: 10px;
  line-height: 19px;
  letter-spacing: 1px;
  color: #4E4B4D;
}
.wrapClm2 .btn {
  max-width: 330px;
  margin: 5px 0 25px;
}
.wrapClm2 .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0AA0D2;
  height: 36px;
  border-radius: 5px;
}
.wrapClm2 .btn a &gt; span {
  display: block;
  font-size: 13px;
  letter-spacing: 0.65px;
  margin-right: -0.65px;
  color: #FFFFFF;
}
.wrapClm2 .btn a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border: solid 1px #FFF;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  right: 12px;
  top: 50%;
  margin-top: -4px;
}
@media only screen and (min-width: 890px) {
  .wrapClm2 .btn a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 889.98px) {
  .wrapClm2 &gt; .r {
    margin: 20px 12px 0;
  }
}

.imgWrap {
  display: flex;
}
@media only screen and (max-width: 889.98px) {
  .imgWrap {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 889.98px) {
  .imgWrap.clm4 {
    flex-wrap: wrap;
    margin: 0;
  }
  .imgWrap.clm4 .ph {
    width: 50%;
    line-height: 0;
  }
}

#t-step01 .slideWrap {
  margin-bottom: 25px;
}
@media only screen and (max-width: 889.98px) {
  #t-step01 .slideWrap {
    grid-template-columns: 1fr;
  }
}
#t-step01 .txtWrap-block {
  color: #4E4B4D;
  margin-top: 30px;
}
#t-step01 .txtWrap-block_ttl {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 2.5px;
  margin-right: -2.5px;
  margin-bottom: 25px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 889.98px) {
  #t-step01 .txtWrap-block_ttl {
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 2.5px;
    margin-right: -2.5px;
    margin-bottom: 15px;
  }
}
#t-step01 .txtWrap-block_txt {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.26px;
  margin-right: -1.26px;
}
@media only screen and (max-width: 889.98px) {
  #t-step01 .txtWrap-block_txt {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 1.8px;
    margin-right: -1.8px;
  }
}

#t-step02 .txtWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 45px;
}
#t-step02 #slide04 .swiper-slide {
  position: relative;
}
#t-step02 #slide04 .swiper-slide.before:after {
  position: absolute;
  content: "";
  background: url("../img/option/how_to/img_before.png") no-repeat left top/cover;
  width: 70px;
  height: 70px;
  left: -1px;
  bottom: 0;
}
#t-step02 #slide04 .swiper-slide.after:after {
  position: absolute;
  content: "";
  background: url("../img/option/how_to/img_after.png") no-repeat left top/cover;
  width: 70px;
  height: 70px;
  left: 0;
  bottom: 0;
}
#t-step02 .hrline {
  margin: 50px 0 75px;
}
@media only screen and (max-width: 889.98px) {
  #t-step02 .photographer {
    margin-bottom: 40px;
  }
  #t-step02 .hrline {
    display: none;
  }
}

#t-step03 .hrline {
  margin: 50px 0 65px;
}
@media only screen and (max-width: 889.98px) {
  #t-step03 .imgWrap {
    margin-bottom: 40px;
  }
  #t-step03 .hrline {
    display: none;
  }
}

#t-step04 .recommend-wrap {
  grid-template-columns: 1fr 1fr 1fr;
}
#t-step04 .recommend-wrap_item .no {
  display: none;
}
#t-step04 .recommend-wrap_item .txt {
  font-weight: normal;
}
@media only screen and (max-width: 889.98px) {
  #t-step04 .recommend-wrap_item {
    flex-wrap: wrap;
  }
  #t-step04 .recommend-wrap_item .no {
    display: block;
  }
  #t-step04 .recommend-wrap_item .txt {
    margin-top: 15px;
    padding-left: 2.5em;
  }
}
@media only screen and (max-width: 889.98px) {
  #t-step04 .hrline {
    display: none;
  }
  #t-step04 .photographer {
    margin-bottom: 40px;
  }
}</pre></body></html>