/* main-wrap*/
.main-wrap {
  box-sizing: border-box;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  background-color: #fff;
}

/* code-block*/
.code-block {
  margin-top: 20px;
}
.code-read {
  text-align: center;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
}
.code-wrap {
  width: 81%;
  padding: 10px;
  margin: 10px auto 0;
  border: 1px solid #333;
  border-radius: 10px;
  text-align: center;
}
.code-txt {
  font-size: 2rem;
  font-weight: bold;
}

.code-btn-wrap {
  margin-top: 10px;
  text-align: center;
}
.code-btn-wrap .copy-btn {
  display: inline-block;
  padding: 5px 40px 5px 30px;
  border: 1px solid #333;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-size: 1.2rem;
  cursor: pointer;
  background: url(/kouza/lp/kouza_shoukai/code/imgs/btn_icn_01.png) no-repeat;
  background-position: center right 10px;
  background-size: 13px auto;
}

.list-wrap {
  width: 81%;
  margin: 15px auto 0;
}

.process-list .list-item {
  display: table;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
}
.process-list .list-item:not(:first-child) {
  margin-top: 5px;
}
.process-list .list-num {
  margin-right: 5px;
}
.process-list .list-txt {
  background: linear-gradient(transparent 70%, #f7f7af 70%, #f7f7af 90%, transparent 90%);
}

.coution-wrap {
  width: 81%;
  margin: 10px auto 0;
}

/* share-block*/
.share-block {
  margin: 20px auto 0;
}

.share-ttl-wrap {
  width: 81%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.share-ttl {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  vertical-align: bottom;
  padding: 0;
}
.share-ttl::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #f06275;
  bottom: 5px;
  left: -20px;
  width: 2px;
  height: 20px;
  transform: rotate(145deg);
}
.share-ttl::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #f06275;
  bottom: 5px;
  right: -20px;
  width: 2px;
  height: 20px;
  transform: rotate(35deg);
}

.share-btn-wrap {
  display: flex;
  width: 46%;
  margin: 20px auto 0;
  gap: 58px;
  justify-content: center;
}
.share-btn {
  max-width: 60px;
}