/** PAGE -- TOP
==============================================*/
.item {
  margin-bottom: 30px;
  padding: 30px 15px 60px;
}

@media only screen and (max-width: 480px) {
  .item {
    margin-bottom: 0;
    padding: 0 15px;
    border-bottom: 1px solid #eee;
  }
}

@media only screen and (min-width: 768px) {
  .item {
    cursor: pointer;
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  .item:hover {
    background-color: #f4f3f4;
  }
}

.item.active {
  background-color: #f4f3f4;
}

.item .panel {
  position: relative;
  padding: 52px 0;
  height: 100%;
}

@media only screen and (max-width: 960px) {
  .item .panel {
    padding: 3.5em 0 5em;
  }
}

@media only screen and (max-width: 480px) {
  .item .panel {
    padding: 1.5em 0 1em;
  }
}

.item-summary {
  display: table;
  margin-top: 5px;
  table-layout: fixed;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .item-summary {
    height: auto;
  }
}

@media only screen and (max-width: 480px) {
  .item-summary {
    display: block;
  }
  .item-summary > * {
    display: block;
  }
  .item-summary dt {
    display: none;
  }
}

.item-summary > * {
  display: table-cell;
  vertical-align: top;
}

.item-summary dt {
  width: 40%;
}

.item-summary dd {
  padding-left: .5em;
  width: 60%;
  line-height: 1.5;
  font-size: 1.2rem;
}

@media only screen and (max-width: 480px) {
  .item-summary dd {
    padding-left: 20px;
    width: 100%;
    font-size: 1.0rem;
    line-height: 1.4;
  }
}

.item-desc {
  margin-top: .5em;
}

@media only screen and (max-width: 480px) {
  .item-desc {
    font-size: 1.0rem;
    padding-left: 20px;
    line-height: 1.4;
  }
}

.item .box .checkbox-parts::before {
  margin-left: 9px;
}

.item .box .checkbox-input:checked + .checkbox-parts::after {
  left: 15px;
}

.item-title {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  padding-left: 1.75em;
  min-height: 2.75em;
  letter-spacing: -.05ch;
  font-size: 1.8rem;
  line-height: 1.4;
}

@media only screen and (max-width: 960px) {
  .item-title {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

.item-headline {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 960px) {
  .item-headline {
    letter-spacing: 0;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 480px) {
  .item-headline {
    padding: 0;
    height: auto;
    font-size: 1.4rem;
  }
}

.item-label {
  position: absolute;
  top: 2px;
  left: 0;
}

@media only screen and (max-width: 480px) {
  .item-label {
    position: relative;
    top: 8px;
    float: left;
  }
}

@media only screen and (max-width: 480px) {
  .item .figure {
    height: auto;
  }
}

.item-cat {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  margin: 30px -1.5px 0;
  width: 100%;
  font-size: 1.0rem;
  flex-wrap: wrap;
}

@media only screen and (max-width: 480px) {
  .item-cat {
    position: relative;
    margin-top: 1em;
    padding: 0 0 10px 0;
    height: auto;
  }
}

.item-cat li {
  margin: 1px;
}

.item-cat span {
  display: inline-block;
  padding: 5px 0.4em;
  border: 1px solid #e5e5e4;
  background-color: #f9fafa;
  line-height: 1;
}

@media only screen and (max-width: 480px) {
  .item-list .item-title {
    position: static;
    margin: 6px 0;
    padding: 0;
    height: auto;
    letter-spacing: normal;
    font-weight: bold;
    font-size: 1.4rem;
  }
}

.checkbox-input {
  display: none;
}

.checkbox-parts {
  display: inline-block;
  padding-left: 1.75em;
}

@media only screen and (max-width: 480px) {
  .checkbox-parts {
    padding-left: 20px;
    font-weight: bold;
  }
}

.checkbox-parts::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e9e9e9;
  border-radius: 1px;
  background-color: #fafafa;
  content: '';
}

@media only screen and (max-width: 480px) {
  .checkbox-parts::before {
    width: 13px;
    height: 13px;
  }
}

.checkbox-input:checked + .checkbox-parts {
  color: #838383;
}

.checkbox-input:checked + .checkbox-parts::after {
  position: absolute;
  top: -3px;
  left: 6px;
  display: block;
  width: 10px;
  height: 17px;
  border-right: 3px solid #838383;
  border-bottom: 3px solid #838383;
  content: '';
  transform: rotate(40deg);
}

@media only screen and (max-width: 480px) {
  .checkbox-input:checked + .checkbox-parts::after {
    top: -2px;
    left: 6px;
    width: 5px;
    height: 12px;
    border-right: 2px solid #838383;
    border-bottom: 2px solid #838383;
  }
}

.check-box .checkbox-parts {
  font-size: 1.8rem;
}

@media only screen and (max-width: 960px) {
  .check-box .checkbox-parts {
    font-size: 1.3rem;
  }
}

.check-box .checkbox-parts::before {
  border: 1px solid #f5f5f5;
  background-color: #fff;
}

@media only screen and (max-width: 480px) {
  .item .type-2 .figure {
    margin: 0 15%;
  }
}

@media only screen and (max-width: 480px) {
  .item .type-1 .figure {
    display: flex;
    padding: 0 5%;
    align-items: center;
  }
  .item .type-1 .figure img {
    padding: 0 5px;
    width: 50%;
  }
}
