.category{
  padding-top:30px;
  padding-bottom:0px;
}

.category-header{
  text-align:center;
  width:95%;
  margin:auto;
  padding:5px 0 15px 0;
}

.category-header h2{
  font-size:32px;
  color:#333333;
  line-height:1.8;
  margin-bottom:0;
}

.purchase-categories,.purchase-makers{
  display:flex;
  flex-wrap:wrap;
  width:95%;
  margin:0 auto 45px auto;
}

.purchase-category{
  border-top: solid 5px #DB8574;
}

.purchase-maker{
  border-top: solid 5px #77BABA;
}

.purchase-category,.purchase-maker{
  width:23%;
  padding: 1em 0;
  color: #666666;
  background: white;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  margin:20px 1%;
  text-align:center;
}

.purchase-category p,.purchase-maker p{
  font-size:18px;
  font-weight:bold;
  margin:10px 0;
}

.purchase-categories::after{
  display:block;
  content:"";
  width:73%;
  margin:20px 1%;
}

.purchase-makers::after{
  display:block;
  content:"";
  width:23%;
  margin:20px 1%;
}

.todohuken{
  position:relative;
}

.todohuken img{
  width:80%;
  max-width:800px;
  display:block;
  margin-right:5%;
  margin-left:auto;
  opacity:0.3;
}

.todohuken ul{
  position:absolute;
  top:25px;
  left:5%;
  font-size:18px;
  border-top: solid #999999 1px;
  border-bottom: solid #999999 1px;
  padding: 0.5em 0 0.5em 1.0em;
  list-style:none;
  color:#666666;
}

.todohuken ul li{
  padding: 0.25em 0;
  margin:0;
}

.todohuken-notes{
  font-size:16px;
}

.todohuken-bold{
  font-weight:bold;
}

.todohuken-br{
  display:none;
}

@media all and (max-width:1100px){

  .category-header h2{
    font-size:24px;
  }

  .purchase-category,.purchase-maker{
    width:31%;
    margin:20px 1.16%;
  }

  .purchase-categories::after{
    width: 64.66%;
  }

  .purchase-makers::after{
    width: 31.33%;
  }

  .todohuken{
    margin-bottom:20px;
  }

  .todohuken ul{
    font-size:14px;
  }

  .todohuken-notes{
    font-size:12px;
  }

  .todohuken img{
    margin-right:0;
  }

}

@media all and (max-width:850px){

  .todohuken ul{
    padding:0;
    border-top:none;
    border-bottom:none;
    margin:0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:49ch;
  }

  .todohuken img{
    margin:0 auto;
    width:90%;
    max-width:500px;
  }

}

@media all and (max-width:660px){

  .purchase-category p,.purchase-maker p{
    font-size:16px;
  }

}

@media all and (max-width:550px){

  .purchase-category,.purchase-maker{
    width:45%;
    margin:15px 2.5%;
  }

  .purchase-categories::after{
    width: 48%;
  }

  .purchase-makers::after{
    width: 48%;
  }

  .todohuken ul{
    font-size:12px;
  }

  .todohuken-notes{
    font-size:10px;
  }

}

@media all and (max-width:440px){

  .category-header h2{
    font-size:17.5px;
  }

  .todohuken-br{
    display:inline;
  }

  .todohuken ul{
    width:43ch;
  }

}

@media all and (max-width:380px){

  .purchase-category p,.purchase-maker p{
    font-size:13.5px;
  }

  .todohuken ul{
    font-size:10.5px;
  }

}