/** PAGE -- TOP
==============================================*/
.section-choice {
  padding: 20px 0;
  background-color: #e9e9e9;
}

@media only screen and (max-width: 480px) {
  .section-choice {
    padding: 0;
    font-size: 1.2rem;
  }
}

.section-choice .choice-headline {
  margin-bottom: .5em;
}

.section-choice .item {
  margin: 0;
  padding: 10px;
  height: 100%;
}

.section-choice .item-title {
  position: static;
  text-align: center;
  font-size: 1.4rem;
}

@media only screen and (max-width: 480px) {
  .section-choice .item-title {
    font-size: 1.0rem;
  }
}

.section-choice .item .panel {
  padding: 25px 0 0;
}

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

@media only screen and (min-width: 768px) {
  .section-choice .item .figure {
    margin: 0 20%;
  }
}

.section-choice .choice-item {
  background-color: #fff;
}

.section-choice .choice-item .item-label {
  display: none !important;
}

.section-choice .choice-list {
  display: flex;
  margin: 0 -3px;
}

.section-choice .choice-list li {
  margin: 0 3px;
  min-height: 190px;
  width: 316px;
}

@media only screen and (max-width: 480px) {
  .section-choice .choice-list li {
    min-height: 90px;
  }
}

.section-choice .choice-title {
  margin: 0;
  padding-left: 0;
  background: none;
  color: #575757;
  font-weight: bold;
  font-size: 2.4rem;
}

@media only screen and (max-width: 480px) {
  .section-choice .choice-title {
    font-size: 1.8rem;
  }
}

.section-choice .btn .entry {
  width: 190px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 480px) {
  .section-choice .btn .entry {
    margin: 0 auto;
    font-size: 1.4rem;
  }
}

.section-choice .entry {
  margin-top: 20px;
  text-align: right;
}

.section-choice .entry a {
  text-decoration: underline;
}

@media only screen and (max-width: 480px) {
  .section-choice .entry a {
    font-size: 1.1rem;
  }
}

.section-choice .entry a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  .section-choice .entry a:hover {
    text-decoration: underline;
  }
}

.section-related .headline {
  margin-top: 50px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 480px) {
  .section-related .headline {
    margin-top: 2em;
  }
}

.section-related .headline h2 {
  margin-top: 0;
}

.section-related .headline > * {
  float: left;
}

@media only screen and (max-width: 480px) {
  .section-related .headline > * {
    float: none;
  }
}

.section-related .headline p {
  margin-left: 6em;
}

@media only screen and (max-width: 480px) {
  .section-related .headline p {
    margin-left: 0;
  }
}

.section-related .item {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .section-related .content {
    min-height: 340px;
  }
}

.choice-list .choice-item {
  min-height: 200px;
  background-color: #fff;
}

@media only screen and (max-width: 1750px) {
  .choice-list .choice-item {
    margin: 0 10px;
    width: 220px;
  }
}

@media only screen and (max-width: 960px) {
  .choice-list .choice-item {
    width: 33.333%;
  }
}

@media only screen and (min-width: 1751px) {
  .choice-list .choice-item {
    margin: 0 0 15px;
  }
}

@media only screen and (max-width: 480px) {
  .choice-list .choice-item {
    margin: 0 4px;
    min-height: 100px;
  }
}

.choice .item {
  margin: 0;
  padding: 10px;
  background-color: #fff;
}

@media only screen and (max-width: 480px) {
  .choice .item .figure img {
    width: 100% !important;
  }
  .choice .item .figure img:not(:first-child) {
    display: none;
  }
}

.choice .item-title {
  position: static;
  padding-left: 0;
  height: auto;
  text-align: center;
  font-size: 1.4rem;
}

@media only screen and (max-width: 480px) {
  .choice .item-title {
    font-size: 1.0rem;
  }
}

.choice .item-label {
  top: 5px;
}

@media only screen and (max-width: 480px) {
  .choice .item-label {
    position: absolute;
  }
}

.choice .item-content {
  display: none;
}

.choice .item-headline .checkbox-parts {
  position: static;
}

.choice .item-summary,
.choice .item-cat,
.choice .item-desc {
  display: none;
}

@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%;
  }
}

#js-home-staff {
  display: none;
}
