#shipfreebanner {
display: none;
}

hr {
  clear:both!important;
  margin:5px 0px!important;
  border-top: 1px solid #aaa!important;
  display: block!important;
}

b,
strong {
  font-weight: bold!important;
}

#mak { width:800px;
padding-top:80px;
margin-left:auto;
margin-right:auto;
}

.midashi {
	font-size: 20px;
	font-weight: bold;
	border-bottom: double 5px #cccccc;
	line-height: 40px;
}
.makured {
	font-size: 16px;
        color: red;
	line-height: 28px;
	margin-top: 20px;
        font-color:red;
}
.makuake {
	font-size: 16px;
	line-height: 28px;
	margin-top: 20px;
}

/* linecouponTitle */
#linecouponTitle .contentIn {
    padding: 120px 150px 60px;
    text-align: center;
}
@media screen and (max-width: 800px) {
  #linecouponTitle .contentIn {
    padding: 0 3% 30px;
  }
}
#linecouponTitle h1 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#linecouponTitle h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}

.step {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin-bottom: 5px;
}

#step-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; 
  flex-wrap: nowrap; 
}

.step-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px auto;
  text-align: center;
  padding: 25px;
  background-color: #F7F7F7;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  max-width: 360px;
  width: 100%;
}
.step-box1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px auto;
  text-align: center;
  padding: 25px;
  background-color: #F7F7F7;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  max-width: 360px;
  width: 100%;
}

.step-box:after {
  content: "";
  display: block;
  clear: both;
}

.step-number {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 15px;
}

.step-text {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.step-box img {
  max-width: 80%;
  height: auto;
  margin-bottom: 5px;
  margin-top: 5px;
}
.step-box1 img {
  max-width: 50%!important;
  height: auto;
  margin-bottom: 5px;
  margin-top: 5px;
}

.step-box:nth-child(odd)::after {
  content: none; /* 変更 */
}

.arrow {
  display: none;
}

.step-box:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 800px) {
  .step-box {
    margin-bottom: 30px;
  }
}


#gwbtnBlock {
  width: 300px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #000000;
}
@media screen and (max-width: 800px) {
#gwbtnBlock {
    width: 50%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 30px auto 0;
  }
}
#gwbtnBlock a {
  display: block;
}