@charset "utf-8";

/* ======================================================
 * parts_sp.css
 * ------------------------------------------------------
 * @media only screen and (max-width: 767px)
 * - Common
 * - Elements >>> Text
 * - Elements >>> List
 * - Elements >>> Link
 * - Elements >>> Image
 * - Elements >>> Other
 * - Conditional Elements >>> Heading
 * - Conditional Elements >>> Navi
 * - Layout >>> Table
 * - Layout >>> Column
 * - Layout >>> Box
 * - Layout >>> Other
 * - Components
 * - Clearfix
 * Media Queries
====================================================== */

@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- layout ----- */
  [data-category="reform"] .container[data-wide="true"][data-sidebar="false"] {
    max-width: none;
    padding-bottom: 0;
  }

  /* ----- a ----- */
  .caution-layout .caution_text .block {
    display: block;
    color: #cc0000;
    text-decoration: underline;
  }
  .campaign-box-layout .box_ulti_link  > li > a,
  .box-layout-v5 .box_ulti_link  > li > a {
    color: #333;
  }

   /* ----- opacity ----- */
  
  /* ----- transition ----- */
  
  /* ----- sprite ----- */
  .caution-layout .caution_text .block:before,
  .campaign-box-layout .box_ulti_link  > li > a:before,
  .box-layout-v5 .box_ulti_link  > li > a:before {
    display: inline-block;
    background-image: url(/hrf/common/img/cmn_sprite_ic01-r2x.png);
    background-repeat: no-repeat;
    background-size: 600px 600px;
    vertical-align: middle;
    content: "";
  }
  .caution-layout .caution_text .block:before { width: 22px; height: 20px; background-position: -80px -400px; }
  .campaign-box-layout .box_ulti_link  > li > a:before,
  .box-layout-v5 .box_ulti_link  > li > a:before { width: 15px; height: 15px; background-position: 0px -350px; }
  .caution-layout .caution_text .block:before { width: 22px; height: 19px; background-position: -100px -450px; }
  
  /* ------------------------------------------------------
   * Elements >>> Text
  ------------------------------------------------------ */
  /* ----- text-paragraph ----- */
  
  /* ------------------------------------------------------
   * Elements >>> List
  ------------------------------------------------------ */  
  /* ----- list-note ----- */

  /* ------------------------------------------------------
   * Elements >>> Link
  ------------------------------------------------------ */
  /* ----- link-inline ----- */
  
  /* ----- link-button ----- */
  
  /* ------------------------------------------------------
   * Elements >>> Image
  ------------------------------------------------------ */
  /* ----- image-set ----- */
  
  /* ------------------------------------------------------
   * Elements >>> Other
  ------------------------------------------------------ */
  /* ----- line-layout ----- */
  .line-layout {
  }
  
  /* ------------------------------------------------------
   * Conditional Elements >>> Heading
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Conditional Elements >>> Navi
  ------------------------------------------------------ */
  /* ----- navi-anchor ----- */
  
  /* ------------------------------------------------------
   * Layout >>> Table
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Layout >>> Grid
  ------------------------------------------------------ */
  .jirei-column-layout[data-row-sp="3"] > * {
    width: calc(( 100% - 2px ) / 3);
    margin-top: 1px;
    margin-left: 1px;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Column
  ------------------------------------------------------ */  
  /* ----- column-layout ----- */
  
  /* ------------------------------------------------------
   * Layout >>> Box
  ------------------------------------------------------ */
  /* ----- box-layout ----- */
  /*v5*/
  .box-layout-v5 {
    width: auto;
    margin-top: 2.0em;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .box-layout-v5.type-bg01 {
    background-color: #fff5f5;
  }
  .box-layout-v5.type-bg02 {
    background-color: #f4f4f4;
  }
  .box-layout-v5.type-bg03 {
    background-color: #f9f9f8;
  }
  .box-layout-v5.type-ownList .box_heading {
  }
  .box-layout-v5.type-ownList .box_ulti {
    margin-top: 20px;
  }
  .box-layout-v5.type-news {
    border-top: 1px solid #ddd;
  }
  .campaign-box-layout + .box-layout-v5,
  .box-layout-v5 + .box-layout-v5 {
    margin-top: 0;
  }
  .box-layout-v5 .box_inner {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-layout-v5 .box_inner > *:first-child,
  .box-layout-v5 .box_inner > section:first-child > *:first-child{
    margin-top: 0;
  }
  .box-layout-v5 .box_heading {
  }
  .box-layout-v5 .box_heading .box_title {
    padding-left: 15px;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.1;
    border-left: 3px solid #333333;
  }
  .box-layout-v5 .box_heading .box_subtitle {
    margin: .5em 0 0;
    font-size: 1.4rem;
  }
  .box-layout-v5 .box_heading-v2 .box_title {
    padding-left: 15px;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.1;
    border-left: 3px solid #333333;
  }
  .box-layout-v5 .box_heading-lv2 {
    margin: 2.0em 0 0;
  }
  .box-layout-v5 .box_heading-lv2 .box_title {
    position: relative;
    padding-left: 22px;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .box-layout-v5 .box_heading-lv2 .box_title:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 10px;
    height: 3px;
    margin-top: -2px;
    background-color: #888;
  }
  .box-layout-v5 .box_ulti_link  > li > a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 15px 20px 15px 35px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 3px;
    color: #333;
    font-weight: bold;
    text-align: center;
  }
  .box-layout-v5 .box_ulti_link  > li > a:before {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -8px;
  }
  
  /* ----- campaign-box-layout ----- */
  .campaign-box-layout {
    position: relative;
  }
  .campaign-box-layout .campaign_heading {
  }
  .campaign-box-layout .campaign_heading .heading_title {
    padding-left: 15px;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.1;
    border-left: 3px solid #333333;
  }
  .campaign-box-layout .campaign-banner-layout + * {
  }
  .campaign-box-layout  .box_ulti_link {
    margin-top: 1.7em;
  }
  .campaign-box-layout  .box_ulti_link  > li > a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 15px 20px 15px 35px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 3px;
    color: #333;
    font-weight: bold;
    text-align: center;
  }
 .campaign-box-layout  .box_ulti_link  > li > a:before {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -8px;
  }
  .campaign-box-layout .campaign-banner-layout + * {
    margin-top: 2.0em;
  }
  
  
  /* ------------------------------------------------------
   * Layout >>> Other
  ------------------------------------------------------ */
  /* ----- accordion-layout ----- */
  
  
  /* ------------------------------------------------------
   * Component >>> Index
  ------------------------------------------------------ */
  /* ----- index-layout ----- */
  .index-layout-v2 > .block > .index_caption .index_title:before {
    position: absolute;
    top: .25em;
    margin-top: 0;
  }
  .index-layout-v2 > .block .index_caption .index_description {
    color: #333;
  }
  
  /* ----- jirei-column-layout ----- */
  .jirei-column-layout {
    margin-top: 1.0em;
  }
  .jirei-column-layout .index-layout .block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: relative;
    background-color: #ffeaea;
    text-align: center;
  }
  .jirei-column-layout .index-layout > a.block > .index_caption {
    width: 100%;
  }
  .jirei-column-layout .index-layout > a.block > .index_caption .index_title {
    position: relative;
    padding: 10px 10px 10px 25px;
  }
  .jirei-column-layout .index-layout > a.block > .index_caption .index_title:before {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -8px;
  }
  .column-layout > .column_item .index-layout .index_image {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 1px;
  }
  
  /* ------------------------------------------------------
   * Component >>> Other
  ------------------------------------------------------ */
  /* ----- main-visual-layout ----- */
  .main-visual-layout,
  .main-visual-layout .main_slider .slide-item {
    position: relative;
  }
  .main-visual-layout {
    margin: 0 -15px;
    background-color: #ed7070;
  }
  .main-visual-layout.reformWrap {
    background-color: #414141;
  }
  .main-visual-layout .main_slider .main_text {
    min-height: 154px;
    padding: 20px 28px 10px;
    color: #fff;
  }
  .main-visual-layout .main_slider .main_text .text_title {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .main-visual-layout .main_slider .main_text .text_title + * {
    margin-top: .7em;
  }
  .main-visual-layout .thumbnail_slider {
    margin: 0 15px;
    padding: 0 0 15px;
    background-color: #ed7070;
  }
  .main-visual-layout.reformWrap .thumbnail_slider {
    background-color: #414141;
  }
  .main-visual-layout .thumbnail_slider .thumbnail-item {
    position: relative;
    margin: 0 3px;
    cursor: pointer;
  }

  .main-visual-layout .thumbnail_slider .thumbnail-item:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 1px #ddd inset;
  }
  .main-visual-layout .thumbnail_slider .thumbnail-item.slick-current:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 4px #fff inset;
  }
  
   /* ----- fair-layout ----- */
  .fair-layout > *:first-child {
    margin-top: 0 !important;
  }
  .fair-layout:not(:first-child) .nofair-text {
    margin-top: 1.5em;
  }
  
  /* ----- jirei-slider-layout ----- */
  .jirei-slider-layout {
    position: relative;
    margin: 1.7em -18px 0;
  }
  .jirei-slider-layout .slide-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .jirei-slider-layout .slick-dots {
    width: 100%;
    margin: 14px auto 30px;
    line-height: 1;
    text-align: center;
  }
  .jirei-slider-layout .slick-dots li {
    display: inline-block;
    margin: 0 7px;
    outline: none;
    line-height: 9px;
  }
  .jirei-slider-layout .slick-dots button {
    width: 9px;
    height: 9px;
    vertical-align: top;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #eeeeee;
    text-indent: -9999px;
    cursor: pointer;
  }
  .jirei-slider-layout .slick-dots li.slick-active button {
    background-color: #888888;
  }
  
  /* ----- special-slider-layout ----- */
  .special-slider-layout {
    position: relative;
    margin: 1.7em -18px 0;
  }
  .special-slider-layout.is-single {
    margin-right: auto;
    margin-left: auto;
  }
  .special-slider-layout .slide-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .special-slider-layout.is-single .slide-item {
    padding-left: 0;
    padding-right: 0;
  }
  .special-slider-layout .slick-dots {
    width: 100%;
    margin: 14px auto 30px;
    line-height: 1;
    text-align: center;
  }
  .special-slider-layout .slick-dots li {
    display: inline-block;
    margin: 0 7px;
    outline: none;
    line-height: 9px;
  }
  .special-slider-layout .slick-dots button {
    width: 9px;
    height: 9px;
    vertical-align: top;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #eeeeee;
    text-indent: -9999px;
    cursor: pointer;
  }
  .special-slider-layout .slick-dots li.slick-active button {
    background-color: #888888;
  }
  
  /* ----- feature-slider-layout ----- */
  .feature-slider-layout {
    position: relative;
    margin: 1.7em -18px 0;
  }
  .feature-slider-layout.is-single {
    margin-right: auto;
    margin-left: auto;
  }
  .feature-slider-layout .slide-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .feature-slider-layout.is-single .slide-item {
    padding-left: 0;
    padding-right: 0;
  }
  .feature-slider-layout .slick-dots {
    width: 100%;
    margin: 14px auto 30px;
    line-height: 1;
    text-align: center;
  }
  .feature-slider-layout .slick-dots li {
    display: inline-block;
    margin: 0 7px;
    outline: none;
    line-height: 9px;
  }
  .feature-slider-layout .slick-dots button {
    width: 9px;
    height: 9px;
    vertical-align: top;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #eeeeee;
    text-indent: -9999px;
    cursor: pointer;
  }
  .feature-slider-layout .slick-dots li.slick-active button {
    background-color: #888888;
  }
  
  /* ----- usual-slider_sp ----- */
  .usual-slider_sp {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .usual-slider_sp .column_item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .usual-slider_sp .slick-dots {
    width: 100%;
    margin: 18px auto 30px;
    line-height: 1;
    text-align: center;
  }
  .usual-slider_sp .slick-dots li {
    display: inline-block;
    margin: 0 7px;
    outline: none;
    line-height: 9px;
  }
  .usual-slider_sp .slick-dots button {
    width: 9px;
    height: 9px;
    vertical-align: top;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #eeeeee;
    text-indent: -9999px;
    cursor: pointer;
  }
  .usual-slider_sp .slick-dots li.slick-active button {
    background-color: #888888;
  }
  
  /* ----- caution-layout ----- */
  .caution-layout {
    margin-top: .8em;
  }
  .caution-layout .caution_text .block {
    position: relative;
    padding-left: 30px;
    font-size: 1.2rem;
  }
  .caution-layout .caution_text .block:before {
    position: absolute;
    top: .25em;
    left: 0;
  }
  
  /* ----- reform-layout ----- */
  .reform-layout {
    margin-top: 2.0em;
  }
  
  /* ----- procedure-column-layout ----- */
  .procedure-column-layout {
    max-width: 862px;
    margin: 0 auto;
  }
  .procedure-column-layout .column-layout {
    margin-top: 1.2em;
  }
  
  /* ----- voice-column-layout ----- */
  .voice-column-layout {
    margin-top: 2.5em;
  }
  
  /* ----- voice-link-button ----- */
  .voice-link-button[data-row-sp] > li {
    margin-left: 15px;
  }
  .box-layout-v2 > .box_detail .voice-link-button[data-row-sp] {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .voice-link-button a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 12px 8px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 3px;
    color: #333;
    font-weight: bold;
    text-align: center;
  }
  .voice-link-button a.is-current {
    background-color: #ffeaea;
    border-color: #ffeaea;
    text-decoration: none;
  }
  
  /* ----- voice-index ----- */
  .voice-index {
  }
  .voice-index > .block {
    height: 100%;
    padding: 11px 13px;
    background-color: #fff;
    border: 1px solid #ddd;
    text-decoration: none;
  }
  .voice-index .voice-index_head {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 13px;
  }
  .voice-index .voice-index_image {
    width: 104px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 15px;
  }
  .voice-index .voice-index_head > .voice-index_head_detail {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
  }
  .voice-index .voice-index_icon {
    width: 93px;
    height: 25px;
    margin-bottom: 7px;
    background-color: #ed7070;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    line-height: 25px;
  }
  .voice-index .voice-index_title {
    position: relative;
    margin-bottom: 5px;
    padding-left: 23px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .voice-index .voice-index_title:before {
    position: absolute;
    top: .25em;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(/hrf/common/img/cmn_sprite_ic01.png) no-repeat;
    background-position: 0 -280px;
    content: "";
  }
  .voice-index .voice-index_title > .voice-index_title_location {
    margin-right: 1.0em;
  }
  .voice-index .voice-index_name_list {
  }
  .voice-index .voice-index_name_list > li {
    line-height: 1.75;
  }
  .voice-index .voice-index_estimation {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .voice-index .voice-index_estimation > .voice-index_estimation_item {
    margin-left: 13px;
  }
  .voice-index .voice-index_estimation > .voice-index_estimation_item:first-child {
    margin-left: 0;
  }
  .voice-index .voice-index_estimation .voice-index_estimation_title {
    margin-bottom: 6px;
    font-size: 1.2rem;
    text-align: center;
  }
  .voice-index .voice-index_estimation .voice-index_estimation_icon {
    width: 20px;
    height: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
  }
  .voice-index .voice-index_estimation .voice-index_estimation_icon > img {
    width: 20px;
  }
  .voice-index .voice-index_text {
    margin-top: 21px;
  }
  
  /* ----- voice-detail-box ----- */
  .voice-detail-box {
    padding: 14px 15px;
    background-color: #fcf5f5;
  }
  .voice-detail-box > .voice-detail-box_inner {
  }
  
  /* ----- voice-detail-layout ----- */
  .voice-detail-layout {
  }
  .voice-detail-layout .voice-detail_image {
    width: 104px;
    float: left;
    margin-right: 11px;
  }
  .voice-detail-layout .voice-detail_image > .block {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .voice-detail-layout .voice-detail_image > .block:before,
  .voice-detail-layout .voice-detail_image > .block:after {
    position: absolute;
    content: "";
  }
  .voice-detail-layout .voice-detail_image > .block:before {
    right: 0;
    bottom: 0;
    width: 34px;
    height: 34px;
    background-color: rgba(0,0,0,.5);
  }
  .voice-detail-layout .voice-detail_image > .block:after {
    right: 8px;
    bottom: 8px;
    width: 19px;
    height: 19px;
    background: url(/hrf/common/img/cmn_sprite_ic01.png) no-repeat;
    background-position: 0 -440px;
  }
  .voice-detail-layout .voice-detail_body {
    overflow: hidden;
  }
  .voice-detail-layout .voice-detail_title {
    margin-bottom: 10px;
    padding-bottom: 3px;
    border-bottom: 1px solid #787878;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.41;
  }
  .voice-detail-layout .voice-detail_title > .voice-detail_title_location {
    margin-right: 1.0em;
  }
  .voice-detail-layout .voice-detail_category {
  }
  .voice-detail-layout .voice-detail_category > .voice-detail_category_icon {
    width: 93px;
    height: 23px;
    margin-bottom: 14px;
    background-color: #ed7070;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    line-height: 23px;
  }
  .voice-detail-layout .voice-detail_category > .voice-detail_category_name {
  }
  .voice-detail-layout .voice-detail_category > .voice-detail_category_name > li {
    line-height: 1.25;
  }
  .voice-detail-layout .voice-detail_category > .voice-detail_category_name > li + li {
    margin-top: 5px;
  }
  .voice-detail-layout .voice-detail_foot {
    width: 100%;
    float: left;
    margin-top: 10px;
  }
  .voice-detail-layout .voice-detail_button + .voice-detail_button  {
    margin-top: 10px;
  }
  .voice-detail-layout .voice-detail_button > .block {
    position: relative;
    display: block;
    width: 100%;
    padding: 11px 40px 12px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 3px;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .voice-detail-layout .voice-detail_button > a.block:before {
    position: absolute;
    top: 50%;
    left: 12px;
    width: 15px;
    height: 15px;
    margin-top: -7px;
    background: url(/hrf/common/img/cmn_sprite_ic01-r2x.png) no-repeat;
    background-size: 600px 600px;
    background-position: 0 -350px;
    content: "";
  }
  .voice-detail-layout .voice-detail_button > a.a-blank:after,
  .voice-detail-layout .voice-detail_button > a.a-pdf:after {
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -7px;
  }
  
  /* ----- voice-modal-photo ----- */
  .voice-modal-photo .cboxPhoto {
    margin: 0 !important;
  }
  .voice-modal-photo #cboxClose {
    width: 165px;
    margin: 0 auto;
  }
  .voice-modal-photo #cboxClose:after {
    margin-top: -12PX;
  }
  
  /* ----- voice-detail-description ----- */
  .voice-detail-description {
    margin-top: 24px;
    border-top: 1px solid #ddd;
  }
  .voice-detail-description > .voice-detail-description_item {
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #ddd;
  }
  .voice-detail-description .voice-detail-description_title {
    width: 105px;
    flex-shrink: 0;
    margin-right: 15px;
    padding: 8px 0 9px;
    font-weight: bold;
  }
  .voice-detail-description .voice-detail-description_detail {
    width: 100%;
    padding: 9px 0;
  }
  
  /* ----- voice-detail-estimation ----- */
  .voice-detail-estimation {
  }
  .voice-detail-estimation > .voice-detail-estimation_head {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .voice-detail-estimation > .voice-detail-estimation_head.type-satisfaction {color: #ed7070;}
  .voice-detail-estimation > .voice-detail-estimation_head.type-dissatisfaction {color: #476bb2;}
  .voice-detail-estimation > .voice-detail-estimation_head + * {
    margin-top: 2px;
  }
  .voice-detail-estimation > .voice-detail-estimation_head[class*="type-"] > .voice-detail-estimation_label {
    position: relative;
    padding-left: 26px;
    font-weight: bold;
    line-height: 20px;
  }
  .voice-detail-estimation > .voice-detail-estimation_head[class*="type-"] > .voice-detail-estimation_label:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "";
  }
  .voice-detail-estimation > .voice-detail-estimation_head.type-satisfaction > .voice-detail-estimation_label:before {
    background: url("/hrf/reform/voice/img/voice_ic01.png") no-repeat;
    background-size: 100% auto;
  }
  .voice-detail-estimation > .voice-detail-estimation_head.type-dissatisfaction > .voice-detail-estimation_label:before {
    background: url("/hrf/reform/voice/img/voice_ic02.png") no-repeat;
    background-size: 100% auto;
  }
  .voice-detail-estimation .voice-detail-estimation_comment {
  }
  
  /* ----- voice-detail-comment ----- */
  .voice-detail-comment {
    padding: 25px 15px;
    margin-top: 20px;
    border: 1px solid #ddd;
    border-top-color: #787878;
  }
  .voice-detail-comment .voice-detail-comment_title {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .voice-detail-comment_inner {
    margin-top: 12px;
    display: flex;
  }
  
  .voice-detail-comment_picture {
    max-width: 90px;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    margin: 3px 12px 0 0;
  }
  .voice-detail-comment_detail {
  }
/*  .voice-detail-comment > .voice-detail-comment_title + .voice-detail-comment_detail {
    padding-top: 7px;
  }*/
  .voice-detail-comment + * {
    margin-top: 20px !important;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix:after,
  .voice-detail-layout:after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * Media Queries
====================================================== */
@media print {
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  /* ----- jirei-slider-layout ----- */
  .jirei-slider-layout {
    margin: 1.7em 0 0;
  }
  .jirei-slider-layout .slick-arrow {
    background-color: #fff;
  }
  .jirei-slider-layout .slick-arrow.slick-prev {
    left: 25px;
  }
  .jirei-slider-layout .slick-arrow.slick-next {
    right: 25px;
  }
}
@media only screen and (max-width: 375px) {
  .voice-link-button a {
    padding-left: calc((6/375)*100vw);
    padding-right: calc((6/375)*100vw);
  }
  .voice-index .voice-index_estimation .voice-index_estimation_title {
    font-size: calc((12/375)*100vw);
  }
  .voice-index .voice-index_estimation > .voice-index_estimation_item {
    margin-left: calc((13/375)*100vw);
  }
  .voice-detail-layout .voice-detail_image {
    width: calc((104/375)*100vw);
  }
  .voice-detail-layout .voice-detail_title {
    margin-bottom: calc((10/375)*100vw);
    font-size: calc((18/375)*100vw);
  }
  .voice-detail-layout .voice-detail_category > .voice-detail_category_icon {
    width: calc((93/375)*100vw);
    height: calc((23/375)*100vw);
    margin-bottom: calc((14/375)*100vw);
    font-size: calc((12/375)*100vw);
    line-height: calc((23/375)*100vw);
  }
  .voice-detail-layout .voice-detail_category > .voice-detail_category_name > li {
    font-size: calc((14/375)*100vw);
  }
}