@charset "UTF-8";

#mainVis {
  background: url(../images/bg-preserve.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.notice {
  font-size: 16px;
  line-height: 2;
  color: #ad1111;
}

/* =======================================================
　howto
* ======================================================= */
#howto {
  background-color: #f0e6d8;
  padding: 30px 0;
}
#howto dl {
  max-width: 880px;
  margin: 20px auto 0;
}
#howto dl dt {
  width: 8%;
  margin-bottom: 15px;
}
#howto dl dt img {
  width: 60%;
}
#howto dl dd {
  width: 92%;
  margin-bottom: 15px;
}
#howto dl dd span {
  font-weight: bold;
  font-size: 14px;
}

@media screen and (max-width:768px) {
  #howto {
    padding-left: 15px;
    padding-right: 15px;
  }
  #howto dl dt {
    width: 11%;
  }
  #howto dl dt img {
    width: 85%;
  }
  #howto dl dd {
    width: 87%;
  }
  #howto dl dd span {
    font-size: 15px;
  }
}

/* =======================================================
　mushi
* ======================================================= */
#mushi ul {
  margin: 30px 0 10px;
  text-align: center;
}
#mushi ul li {
  width: 28%;
  border: 1px solid #ffffff;
  background-color: #f0e6d8;
  border-radius: 5px;
  position: relative;
  padding: 10px 10px 15px 10px;
  box-sizing: border-box;
} 
#mushi ul li:not(:last-child)::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  top: 35%;
  right: -45px;
}
#mushi ul li p {
  margin-bottom: 0;
}
#mushi ul li .step {
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #40220e;
}
#mushi ul li .text-high {
  line-height: 3;
}

@media screen and (max-width:768px) {
  #mushi ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  #mushi ul li:last-child {
    margin-bottom: 0;
  }
  #mushi ul li:not(:last-child)::after {
    top: auto;
    bottom: -35px;
    right: 48%;
    transform: rotate(90deg);
  }
}
