@charset "UTF-8";
@media all and (min-width:768px) {
  #voice #filter .filter__list ul li {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
@media all and (min-width:768px) {
  main.undefined-main {
    padding: 134px 0 0;
  }
}
@media all and (max-width:767px) {
  main.undefined-main {
    padding: 55px 0 0;
  }
}
body#voice, body#voice_post ,body.single-voice{
  overflow: auto !important;
}
#voice #voice-list .voice-list__item__body:hover {
  opacity: 1 !important;
}
#voice #voice-list .voice-list__item__slider a {
  transition: opacity .2s;
  transition: all .2s;
}
#voice #voice-list .voice-list__item .voice-list__item__type a {
  position: relative !important;
}
#voice #voice-list .voice-list__item__slider a:hover, #voice #voice-list .voice-list__item .voice-list__item__type a:hover {
  opacity: .7;
}
#voice #breadcrumb .breadcrumb__list__item a {
  color: #056AA3;
}
.l-topicPath-content {
  background: #fff;
}
.p-mv h1 {
  height: 300px;
}
.p-box {
  margin: 5rem 0 0;
  padding: 134px 0 60px;
  background: rgba(0, 45, 73, 0.1);
}
.p-voice {
  margin: 0 auto 80px;
  padding: 30px;
  min-height: 367px;
  width: 960px;
  background: #fff;
  -webkit-box-shadow: 0 2px 12px #ccc;
  box-shadow: 0 2px 12px #ccc;
}
.p-voice__ttl {
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #002D49;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  border-bottom: solid 1px #002D49;
}
.p-results__detail {
  font-size: 16px;
  font-size: 1.6rem;
}
.p-results__detail dt {
  padding-bottom: 5px;
  width: 150px;
  float: left;
}
.p-results__detail dd {
  padding-bottom: 5px;
  width: calc(100% - 150px);
  float: left;
}
.p-results__detail dd span {
  color: #E8380D;
  font-weight: bold;
}
.p-voice__subttl {
  padding: 10px 0 5px;
  color: #002D49;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
}
.p-voice__result {
  padding-bottom: 5px;
  width: 50%;
  float: left;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
}
.p-voice__piclist {
  margin-top: 20px;
}
.p-voice__piclist li {
  display: block;
  width: 49%;
  float: left;
}
.p-voice__piclist li img {
  max-width: 100%;
  height: auto;
}
.p-voice__piclist li:nth-child(even) {
  float: right;
}
.p-voice__result dt {
  width: 70%;
  float: left;
}
.p-voice__result dd {
  width: 30%;
  float: left;
  color: #E8380D;
  font-weight: bold;
}
.p-voice p {
  font-size: 15px;
  font-size: 1.5rem;
}
.p-voice__btn {
  margin-top: 44px;
  width: 250px;
  height: 45px;
  text-align: center;
  background: #002D49;
}
.p-voice__btn a {
  display: block;
  padding: 15px 0;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
}
.p-thumbnail {
  width: 80%;
  padding-top: 30px !important;
  margin: 0 auto;
}
.p-thumbnail img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv h1 {
    height: 50vw;
  }
  .p-ttl {
    font-size: 6vw;
    padding-bottom: 4vw;
  }
  .p-ttl span {
    font-size: 14vw;
    bottom: inherit;
    top: -6vw;
  }
  .p-box {
    margin: 4rem 0 0;
    padding: 55px 0 30px;
  }
  .p-voice {
    margin: 0 auto 10vw;
    padding: 6vw;
    width: 100%;
    min-height: inherit;
  }
  .p-voice__ttl {
    font-size: 4.5vw;
    padding-bottom: 3vw;
    margin-bottom: 4vw;
  }
  .p-results__detail dt {
    width: 40%;
  }
  .p-results__detail dd {
    width: 60%;
  }
  .p-results__detail {
    font-size: 3.5vw;
  }
  .p-voice p {
    padding-top: 3vw;
    font-size: 4vw;
  }
  .p-voice__btn {
    margin-top: 6vw;
    width: 58vw;
    height: inherit;
  }
  .p-voice__btn a {
    padding: 3vw 0;
    font-size: 4vw;
  }
  .p-voice__piclist li {
    display: block;
    width: 100%;
    float: none !important;
  }
}