@charset "UTF-8";
.category-img {
  margin: 0 0 30px; }

.category-another-list {
  box-sizing: border-box;
  padding: 15px;
  background: #ffffe5;
  margin: 30px 0 40px;
  position: relative; }
  .category-another-list:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    width: 80px;
    height: 20px;
    background: url(../img/arrow02.svg) no-repeat;
    background-size: contain;
    margin: 0 auto; }
  .category-another-list li {
    font-size: 1.2rem;
    display: inline-block;
    margin: 0 1.0em 0 0; }
    .category-another-list li:last-child {
      margin: 0; }

.category-another-txt {
  font-weight: bold;
  color: #ff0000;
  font-size: 2.0rem;
  text-align: center; }

/*media Queries PCサイズ（1000px以上）
----------------------------------------------------*/
@media only screen and (min-width: 1000px) {
  .category-img {
    margin: 0 0 65px; }

  h3.mid-title {
    font-size: 1.8rem; }

  .category-item-wrap .item-content {
    width: 19%;
    margin: 0 1.25% 1.25% 0;
    min-height: 230px; }
    .category-item-wrap .item-content:nth-child(4n) {
      margin: 0 1.25% 0 0; }
    .category-item-wrap .item-content:nth-child(5n) {
      margin: 0; }
    .category-item-wrap .item-content:last-child {
      margin: 0; }
    .category-item-wrap .item-content .lead {
      font-size: 1.6rem; }
    .category-item-wrap .item-content .mid-lead {
      font-size: 1.45rem; }
    .category-item-wrap .item-content .mini-lead {
      font-size: 1.1rem; }
    .category-item-wrap .item-content .reg-btn:before {
      left: 16px; }

  .category-another-list {
    padding: 28px;
    line-height: 1.8; }
    .category-another-list:before {
      bottom: -35px; }
    .category-another-list li {
      font-size: 1.4rem; }

  .category-another-txt {
    font-size: 2.4rem; }

  .category-another-txt-oh {
    text-align: center;
    font-size: 2.4rem; } }
