
.howto-flex-right > div:last-child {
  background-image: linear-gradient(rgb(255 255 255 / 70%), rgb(255 255 255 / 90%)), url(../images/wave.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: center;
  padding: 20px;
  box-sizing: border-box;
}

.howto-top {
  background: #feffdf;
  border: none;
  margin-top: 20px;
  @media (min-width: 768px){
    padding:30px;
  }
}

.howto-top .top-title + p {
  font-size: 20px;
  font-weight: bold;
  color: #612d00;
  word-break: auto-phrase;
}

.howto-top .top-title {
  color: #612d00;
  border-color: #612d00;
}


*:is(.howto-flex-right, .howto-flex-left) > *:first-child {
  width: 230px;
  display: flex;
  justify-content: center;
}

*:is(.howto-flex-right, .howto-flex-left) {
  gap:40px;
}

.howto-catch {
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 0.8em;
  display: flex;
  align-items: center;
  gap: 20px;
}

.howto-catch > b {
  line-height: 1.5;
  font-size: 1.4em;
  word-break:auto-phrase;
  display: flex;
  place-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px 0;
}

.howto-catch > b span {
  background: linear-gradient(transparent 60%, #ff6 60%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline-block;
}

.howto-wrapper dl dt {
  font-weight: bold;
}

.howto-note h3 {
  border-bottom: 1px solid #775183;
  padding-bottom: .5em;
  display:flex;
  align-items:center;
  gap:15px;
  font-size:1.6em;
  font-weight:bold;
  margin-bottom: 0.9em;
}

.howto-note h3 img {
  height: 27px;
  width: auto;
}

.howto-note h3:before {
  bottom: 13px;
}

.howto-note dl {
  margin:0 0 ;
}

.howto-note dl.dl-adjust dd {
  margin-left: 190px;
}

.howto-large-product-link a {
  margin-bottom: 20px;
  @media (min-width: 768px){
    margin-top: 10px;
  }
  @media (max-width: 600px){
    margin: 20px 0;font-size: 14px;
  }
}

.howto-large-product-link a {
  background: var(--orange-color);
  color: white;
  border-radius: 25px;
}

.howto-large-product-link a:hover {
  background: white;
  color: var(--orange-color);
}

.howto-wrapper .howto-title {
  background: var(--purple-color);
  color: white;
  padding-top: 7px;
}


.howto-column2-pc {
  gap:0px 0;
  margin-bottom: -1em;
}

.howto-column2-pc > * {
  width:49%;
  border: 4px double #665549;
  border-radius: 0;
  background: #fffef4;
}

.howto-flex-right {
  gap: 0;
  align-items: normal;
}

.howto-flex-right > *:first-child {
    width: 41%;
}

.howto-wrapper dl.howto-dl1 dd {
  margin-left: 139px;
}

.howto-wrapper dl.howto-dl2 dd {
  margin-left: 183px;
}
.howto-wrapper dl.howto-dl3 dd {
  margin-left: 164px;
}

.item-block li img {
  max-height: 130px;
  object-fit: contain;
}

.item-block li a {
  color: black;
  justify-content: center;
  align-items: center;
}

.item-block li p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: .5em;
}

.howto-table tr{
  border-top: 1px solid #ccc;
}

.howto-table th,
.howto-table td {
  padding: 8px 9px;
  line-height: 1.4;
  word-break: auto-phrase;
  vertical-align: middle;
  @media (min-width: 768px){
    font-size: 14px;
  }
}

.howto-table th, .howto-table td {
  border: 1px solid #ccc;
  text-align: center;
}

.howto-table tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.howto-table tr:first-child th {
  background: #dff7ff;
}


.howto-table {
  margin: 1.5em 0 3em;
  display: flex;
  justify-content: center;
}

.howto-table table {
  mmax-width: 700px;
}

.howto-table tr{
  border-top: 1px solid #ccc;
}

.howto-table th {
  font-weight:normal
}

.howto-table td {
  font-weight:bold;
}

.howto-table tr:nth-child(odd) {
  background-color: #f7f7f7;
}


@media (max-width: 800px){
  .howto-column2-pc {
  margin-bottom:0px;
  }
  
  .howto-column2-pc > * {
    width: 100%;
  }

  .howto-flex-right > *:first-child {
    width: 100%;
  }

  .howto-flex-right > *:first-child img {
    width: 100%;
  }

  .howto-top .top-title + p {
    font-size: 16px;
  }

  .howto-catch > b {
    font-size: 1.2em;
  }

  .howto-flex-right > div:last-child {
    padding-bottom: 0;
  }

  .howto-wrapper dl.howto-dl1 dd {
    margin-left: 136px;
  }

  .howto-wrapper dl.howto-dl3 dd {
    margin-left: 155px;
  }

  .howto-note h3 {
    font-size: 1.4em;
  }

  .howto-wrapper dl.howto-dl2 dd {
    margin-left: 166px;
  }
  .howto-section:has( .item-block) {
    padding-bottom: 0;
  }
}