@charset "utf-8";

.web3-item-inner a {
  color: #616df3;
  border-bottom: solid 1px #616df3;
}

.web3-item-inner {
  margin-left: 30px;
  position: relative;
}

.web3-item-inner p {
  line-height: 30px;
}

.web3-item-inner::after {
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  border: dashed 5px #ff0000;
  border-radius: 50%;
  top:81%;
  left: 43px;
  pointer-events: none;
}

.web3-item-inner img {
  margin-top: 5px;
  margin-left: 50px;
  height: 450px;
}

.sitayajirushi {
  border-left: dashed 5px #ff0000;
  margin-left: 110px;
  position:relative;
}

.sitayajirushi::after {
  position: absolute;
  content:'';
  border: 15px solid transparent;
  border-bottom: 15px solid #ff0000;
  left: -17px;
  top: -20px;
}

.web3-item-inner-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0px 10px 30px;
  border: solid 2px #84b3f8;
  border-radius: 5px;
  padding: 3px;
  max-width: 600px;
}

.web3-item-inner-2 img {
  width: 130px;
  height: 130px;
  margin-left: 10px;
}

.web3-item-inner-2 p {
  margin-right: 10px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
}

.web3-item-inner-2 span {
  font-weight: bold;
}

.web3-item-inner-3 {
  display: flex;
  margin-left: 50px;
  margin-top: 5px;
}

.web3-item-inner-3 img {
  width: 110px;
  height: 110px;
}

.web3-item-inner-3left p {
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}

.web3-item-inner-3right {
  margin-left: 30px;
  margin-top: 70px;
}

.inner-right-box1 {
  padding: 15px;
  margin: 10px;
  border: solid 2px #0062ff;
  background-color: #e6effe;
  border-radius: 10px;
}

.inner-right-box2 {
  padding: 15px;
  margin: 10px;
  border: solid 2px #fc8721;
  background-color: #fbebdd;
  border-radius: 10px;
}

.inner-yajirushi {
  display: flex;
  margin-left: 15px;
}

.inner-yajirushi-hidari {
  padding: 10px;
  margin-right: 10px;
  border-right: solid 3px #fc8721;
  position: relative;
}

.inner-yajirushi-hidari::after {
  position: absolute;
  content:'';
  border: 10px solid transparent;
  border-bottom: 10px solid #fc8721;
  left: 27px;
  top: -12px;
}

.inner-yajirushi-migi {
  padding: 10px;
  margin-left: 10px;
  border-left: solid 3px #0062ff;
  position: relative;
}

.inner-yajirushi-migi::after {
  position: absolute;
  content:'';
  border: 10px solid transparent;
  border-top: 10px solid #0062ff;
  left: -12px;
  bottom: -13px;
}

@media (max-width: 800px) {
  .web3-item-inner {
    margin-left: 0;
  }

  .web3-item-inner p {
    line-height: 20px;
  }

  .web3-item-inner img {
    margin-left: 10px;
  }

  .web3-item-inner::after {
    top: 83%;
    left: 5px;
  }

  .sitayajirushi {
    margin-left: 50px;
  }

  .web3-item-inner-2 {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
  }

  .web3-item-inner-2 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .web3-item-inner-2 p {
    margin-left: 40px;
    margin-top: 5px;
  }

  .web3-item-inner-3 {
    margin-left: 10px;
  }

  .web3-item-inner-3right {
    margin-left: 10px;
    margin-top: 70px;
    font-size: 13px;
  }

  .inner-right-box1 {
    padding: 8px;
  }

  .inner-right-box2 {
    padding: 8px;
  }
}