@charset "UTF-8";
.l-detail-history.page_content {
  background: #FFDE00 url(../images/content/history-bg.png) no-repeat center top;
}

.l-detail-history.page_content .l-footer-history_slider::before {
  background: #ffde00;
}

.l-detail-history.page_content .l-footer-history_slider::after {
  background: #ffde00;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.is_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.l-pager a, .l-pager .is-current {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .l-detail-history.page_content {
    padding: 20px 0 40px;
    background: #FFDE00 url(../images/content/history-bg.png) no-repeat center top -110px;
  }
  .l-detail-history.page_content .c-page-h2 {
    font-size: 50px;
  }
}

/*============================================================
common_trouble
==============================================================*/
.common_trouble {
  background: #FF758B;
  padding: 40px 0;
  text-align: center;
  position: relative;
}

.common_trouble::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/content/original_icon.png) no-repeat;
  background-size: contain;
  width: 163px;
  height: 100px;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.common_trouble_title {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 20px;
}

.common_trouble_text {
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .common_trouble {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 30px;
    margin-bottom: 50px;
  }
  .common_trouble_inner {
    width: 76%;
    margin: 0 auto;
  }
  .common_trouble_title {
    font-size: 1.8rem;
  }
  .common_trouble_text {
    text-align: left;
    margin-bottom: 20px;
  }
}

/*============================================================
コンテンツ
==============================================================*/
#page_content .l-content_category {
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 0 20px;
}

#page_content .l-content_category .l-category_content .top_txt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
}

#page_content .l-content_category .l-category_content .interview_box {
  margin-bottom: 120px;
}

#page_content .l-content_category .l-category_content .interview_box .inner .list {
  width: 48.334%;
  margin-bottom: 30px;
}

#page_content .l-content_category .l-category_content .interview_box .inner .list {
  position: relative;
}

#page_content .l-content_category .l-category_content .interview_box .inner .list.new::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/content/voice_new.png) no-repeat;
  background-size: contain;
  width: 76px;
  height: 76px;
  top: 5px;
  left: -15px;
}

#page_content .l-content_category .l-category_content .interview_box .inner .list .img {
  margin-bottom: 20px;
}
#page_content .l-content_category .l-category_content .interview_box .inner .list .img img {
  width: 100%;
}

#page_content .l-content_category .l-category_content .interview_box .inner .list .txtbox {
  text-align: center;
}

#page_content .l-content_category .l-category_content .interview_box .inner .list .txtbox .number {
  font-size: 16px;
  color: #FF758B;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}

#page_content .l-content_category .l-category_content .interview_box .inner .list .txtbox .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

#page_content .l-content_category .l-category_content .interview_box .inner .list .txtbox .name {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}

#page_content .l-content_category .l-category_content .interview_box .inner .list .txtbox .btn {
  width: 130px;
  margin: auto;
}

#page_content .l-content_category .l-category_content .interview_box .inner .list .txtbox .btn a {
  display: block;
  padding: 5px;
  font-family: 'Poppins', sans-serif;
  background-color: #FFDE00;
  border-radius: 100px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#page_content .l-content_category .l-category_content .interview_box .inner .list .txtbox .btn a:hover {
  opacity: 0.8;
}

#page_content .content_linkbox {
  padding-top: 50px;
  max-width: 700px;
  margin: auto;
  width: 95%;
}

#page_content .content_linkbox .ttl {
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

#page_content .content_linkbox ul {
  margin-bottom: 40px;
}

#page_content .content_linkbox ul li {
  width: 48%;
  border-top: 2px solid #c4c4c4;
  border-bottom: 2px solid #c4c4c4;
}

#page_content .content_linkbox ul li a {
  display: block;
  padding: 13px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

#page_content .content_linkbox ul li a::after {
  content: '';
  position: absolute;
  background: url(../images/content/contents_arrow.png) no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#page_content .content_linkbox .btn {
  width: 300px;
  margin: auto;
  text-align: center;
}

#page_content .content_linkbox .btn a {
  display: block;
  border: 3px solid #000;
  border-radius: 100px;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#page_content .content_linkbox .btn a:hover {
  background-color: #000;
  color: #fff;
}

/*============================================================
breakpoint 1100px
==============================================================*/
@media screen and (max-width: 1100px) {
  .l-category_content .c-title_cate {
    padding-top: 40px;
  }
}

/*============================================================
breakpoint 768px
==============================================================*/
@media screen and (max-width: 768px) {
  #page_content .l-content_category .l-category_content .top_txt {
    margin-bottom: 40px;
  }
  .sp_footer_link {
    padding: 0 20px;
  }
  .sp_footer_link .ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
  }
  .sp_footer_link .txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .sp_footer_link .sns_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .sp_footer_link .sns_list li {
    margin-right: 20px;
  }
  .sp_footer_link .sns_list li:last-child {
    margin-right: 0;
  }

  .sp_footer_link .detail_link .list {
    position: relative;
    border-top: 2px solid #c4c4c4;
  }
  .sp_footer_link .detail_link .list:last-child {
    border-bottom: 2px solid #c4c4c4;
  }
  .sp_footer_link .detail_link .list::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/content/contents_arrow.png) no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    right: 10px;
    top: 27px;
  }
  .sp_footer_link .detail_link .list a {
    display: block;
    padding: 20px;
  }
  .sp_footer_link .detail_link .list a span {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
  }
    .sp_footer_link .detail_link .btn {
        width: 300px;
        margin: auto;
        margin-top: 40px;
        text-align: center;
    }

    .sp_footer_link .detail_link .btn a {
        display: block;
        border: 3px solid #000;
        border-radius: 100px;
        font-size: 14px;
        font-weight: bold;
        padding: 10px;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .sp_footer_link .detail_link .btn a:hover {
        background-color: #000;
        color: #fff;
    }
}


/*============================================================
breakpoint 580px
==============================================================*/
@media screen and (max-width: 580px) {
  #page_content .l-content_category .l-category_content .interview_box .inner .list {
    width: 100%;
    margin-bottom: 40px;
  }
  #page_content .l-content_category .l-category_content .interview_box .inner .list .img {
    padding: 0 20px;
  }
  #page_content .l-content_category .l-category_content .interview_box .inner .list:first-child:before {
    top: 5px;
    left: 30px;
  }
  #page_content .content_linkbox {
    width: 100%;
    margin-bottom: 60px;
    border-top: 2px solid #ebebeb;
  }
  #page_content .content_linkbox .ttl {
    margin-bottom: 30px;
  }
  #page_content .content_linkbox ul li {
    width: 100%;
    margin: 0 20px;
  }
  #page_content .content_linkbox ul li:first-child {
    border-bottom: none;
  }
    #page_content .l-content_category .l-category_content .interview_box .inner .list.new:before {
        content: '';
        display: block;
        position: absolute;
        background: url(../images/content/voice_new.png) no-repeat;
        background-size: contain;
        width: 38px;
        height: 38px;
        top: 5px;
        left: 30px;
    }
}
/*============================================================
pagenation
==============================================================*/
.pagenation{
  display: flex;
  justify-content: center;
}
.pagenation li{
  width: 32px;
  height: 32px;
  margin: 0 6px;
  line-height: 32px;
  text-align: center;
  background-color: #ebebeb;
}
.pagenation li.current{
  background-color: #c9c7c7;
}
.pagenation li.pager_item_next{
 background-color:transparent;
 background: url(../images/category/pager_arrow_n.png) no-repeat left center;
}
.pagenation li.pager_item_next a{
  width: 32px;
  height: 32px;
 }
.pagenation li.pager_item_prev{
  background-color:transparent;
  background: url(../images/category/pager_arrow_p.png) no-repeat right center;
 }
 .pagenation li.pager_item_prev a{
   width: 32px;
   height: 32px;
 }
.pagenation li a{
  display: block;
  font-size: 1.2rem;
  font-weight: bold;


}
/*# sourceMappingURL=uservoice.css.map */
