
/* 打ち消し */
.contents-goods{
  margin-bottom: 40px !important;
}

.u-letter{
  letter-spacing: 0 !important;
}

.u_pb_none{
padding: 0 !important;
}

.u_margin{
    margin: 80px 0 20px !important;
}

.border_none{
  border-bottom: none !important;
  border-top: none !important;
}

.goods-name {
  margin: 10px 0 !important;
}

.section_title{
 text-align: center;
 padding: 20px 0 0;
 font-size: 21px;
 color: white;
 font-weight: 700;
 margin: 5px 0;
 letter-spacing: -1px;
}

.section_title_sub{
 text-align: center;
 font-size: 14px;
 color: white;
 font-weight: 700;
 margin: 0 0 20px;
 letter-spacing: -1px;
}

.contents-green{
  background-color: #074a29;
}

.contents-in{
  margin: 0 16px 16px;
  padding: 20px 16px;
  background-color: white;
  border-radius: 1rem;
}

.title_in{
 font-size: 17px;
 margin: 0 0 10px;
}

.copy_in{
    font-size: 14px;
    padding: 8px 0 0;
    margin: 10px 0 0;
}

.border {
    border-top: 1px solid;
    margin: 30px 0 25px;
}

.title_l{
 text-align: center;
 font-size: 21px;
 color: #074a29;
 font-weight: 700;
 margin: 30px 0 15px;
 letter-spacing: -1px;
}

.goods-name span{
    font-size: 14px;
}

.button{
 margin: 5px auto 20px;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 12px 12px;
    border: 1px solid rgb(214, 214, 214);
    border-radius: 0.5rem;
    color: rgb(80, 80, 80);
    width: 300px;
    align-items: center;
    text-align: center;
    height: 30px;
    display: flex;
    justify-content: center;
}

.goods-name-at{
    font-size: 0.7rem;
    text-align: left;
    margin-bottom: 4px;
    line-height: 20px;
}

/* message */
.message_contents {
padding: 15px 16px;
}

.message_title {
text-align: center;
font-size: 17px;
}

.message_access{
  background: #efefef;
  padding: 10px;
}

.message_access a{
  text-decoration: underline;

}