@charset "UTF-8";

.contents_wrap{
  max-width: 800px;
  margin: 60px auto 0;
}

.howto_mainTitle{
  font-size: 2.6rem;
  line-height: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.howto_text{
  margin-bottom: 40px;
  line-height: 2.24rem;
}

/* howto_cate */
.howto_cate{
  margin-bottom: 60px;
}
.howto_cate_title{
  background-color: #eee;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: bold;
  padding: 10px 12px;
  margin-bottom: 20px;
}

/* howto_cont */
.howto_cont{
  margin-bottom: 30px;
}
.howto_cont_title{
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 10px;
}
.howto_cont_title::before{
  background-color: #f85993;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  flex-shrink: 0;
}
.howto_cont_image{
  margin-bottom: 2%;
  text-align: center;
}
.howto_cont_image img{
  max-width: 80%;
  display: inline-block;
}
.howto_cont_text{
  margin-bottom: 20px;
  line-height: 2.24rem;
}
.howto_cont_textEm{
  font-weight: bold;
}
.howto_cont_textPink{
  font-weight: bold;
  color: #f85993;
}
.howto_cont_searchImg{
  width: 25px;
  display: inline-block;
  vertical-align: middle;
}
.howto_cont_list{
  margin-left: 20px;
  margin-bottom: 20px;
}
.howto_cont_list_item{
  line-height: 2.24rem;
  margin-bottom: 5px;
}