@charset "utf-8";

/* ======================================================
 * parts_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - 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 print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- layout ----- */
  [data-category="reform"] .container[data-sidebar="false"] {
    max-width: none;
  }
  [data-category="reform"] .container[data-sidebar="false"] .contents {
    width: 100%;
  }

  /* ----- a ----- */
  a.block {
    display: block;
    color: #333;
  }
  .caution-layout .caution_text .block {
    color: #cc0000;
    text-decoration: underline;
  }
  .campaign-box-layout .box_ulti_link  > li > a,
  .box-layout-v5 .box_ulti_link  > li > a {
    color: #333;
  }
  .jirei-column-layout .index-layout > a.block:hover {
    text-decoration: none;
  }

   /* ----- opacity ----- */
  .main-visual-layout .main_slider .slide-item a.block:hover > .main_img img {
    opacity: .7;
  }

  
  /* ----- transition ----- */
  .main-visual-layout .main_slider .slide-item a.block:hover > .main_img img {
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
  }
  
  /* ----- 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.png);
    background-repeat: no-repeat;
    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 -280px; }
  
  /* ------------------------------------------------------
   * 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
  ------------------------------------------------------ */
  .parent-heading .heading_title {
    width: 494px;
  }
  .parent-heading .heading_util {
    width: calc(100% - 494px);
  }
  /* ------------------------------------------------------
   * Conditional Elements >>> Navi
  ------------------------------------------------------ */
  /* ----- navi-anchor ----- */
  
  /* ------------------------------------------------------
   * Layout >>> Table
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Layout >>> Grid
  ------------------------------------------------------ */
  .jirei-column-layout[data-row-pc="6"] > * {
    width: calc(100% / 6);
    margin-left: 0;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Column
  ------------------------------------------------------ */  
  /* ----- column-layout ----- */
  
  /* ------------------------------------------------------
   * Layout >>> Box
  ------------------------------------------------------ */
  /* ----- box-layout ----- */
  /*v5*/
  .box-layout-v5 {
    margin-top: 0;
    padding: 60px 0 70px;
  }
  .box-layout-v5.type-bg01 {
    padding: 36px 0 42px;
    background-color: #fff5f5;
  }
  .box-layout-v5.type-bg02 {
    padding: 58px 0;
    background-color: #f4f4f4;
  }
  .box-layout-v5.type-bg03 {
    padding: 50px 0 30px;
    background-color: #f9f9f8;
    background-image:  url(/hrf/reform/img/reform_bg01.jpg), url(/hrf/reform/img/reform_bg02.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, right bottom;
  }
  .box-layout-v5.type-ownList .box_heading {
    padding-right: 100px;
  }
  .box-layout-v5.type-ownList .box_ulti {
    position: absolute;
    top: .5em;
    right: 0;
  }
  .box-layout-v5.type-news {
    padding-bottom: 0;
    border-top: 1px solid #ddd;
  }
  .box-layout-v5 .box_inner {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .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 {
    display: -webkit-flex;
    display: flex;
  }
  .box-layout-v5 .box_heading .box_title {
    padding-left: 14px;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.1;
    border-left: 3px solid #333333;
  }
  .box-layout-v5 .box_heading > .box_subtitle {
    margin: 5px 0 0 45px;
    font-size: 1.6rem;
  }
  .box-layout-v5 .box_heading-v2 .box_title {
    line-height: 1.2;
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
  }
  .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;
    padding-left: 20px;
  }
  .box-layout-v5 .box_ulti_link  > li > a:before {
    position: absolute;
    top: .45em;
    left: 0;
  }
  
  .box-layout-v5.type-bg02 .column-layout > * {
    margin-top: 30px;
  }
  
  /* ----- campaign-box-layout ----- */
  .campaign-box-layout {
    position: relative;
  }
  .campaign-box-layout .campaign_heading {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
  }
  .campaign-box-layout .campaign_heading .heading_title {
    padding-left: 14px;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.1;
    border-left: 3px solid #333333;
  }
  .campaign-box-layout .campaign-banner-layout + * {
    margin-top: 2.0em;
    padding-top: 1.5em;
    border-top: 1px solid #ddd;
  }
  .campaign-box-layout .link-button-v9.type-more {
    display: none;
  }
  .campaign-box-layout > .box_ulti {
    position: absolute;
    top: 1.0em;
    right: 50%;
    margin-right: -600px;
    text-align: right;
  }
  .campaign-box-layout .box_ulti_link  > li > a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
  }
  .campaign-box-layout .box_ulti_link  > li > a:before {
    position: absolute;
    top: .45em;
    left: 0;
  }
    
  
  /* ------------------------------------------------------
   * 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 {
    font-size: 1.6rem;
    color: #333;
  }
  
  /* ----- jirei-column-layout ----- */
  .jirei-column-layout {
    margin-top: 1.0em;
  }
  .jirei-column-layout .index-layout .block {
    background-color: #ffeaea;
    text-align: center;
  }
  .jirei-column-layout .index-layout > a.block > .index_caption {
    width: 100%;
  }
  [data-category="reform"] .jirei-column-layout .index-layout > a:hover {  background-color: #f49595;}
  [data-category="reform"] .jirei-column-layout .index-layout > a.block:hover > .index_image img { opacity: 1; }
  
  .column-layout > .column_item .index-layout .index_image {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 1px;
  }
  _:-ms-lang(x)::-ms-backdrop, .column-layout > .column_item .index-layout .index_image {
    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 .main_slider .main_text {
    position: absolute;
    left: 50%;
    bottom: 40px;
    width: 1200px;
    min-height: 148px;
    margin-left: -600px;
    padding: 20px 28px;
    background-color: rgba(237,112,112,0.85);
    color: #fff;
  }
  .main-visual-layout .main_slider .main_text.reform {
    background-color: rgba(82,79,76,0.85);
  }
  .main-visual-layout .main_slider .main_text .text_title {
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .main-visual-layout .main_slider .main_text .text_title + * {
    margin-top: .7em;
  }
  .main-visual-layout .thumbnail_slider {
    position: absolute;
    right: 50%;
    bottom: 70px;
    width: 450px;
    max-width: 450px;
    margin-right: -575px;
  }
  .main-visual-layout .thumbnail_slider .thumbnail-item {
    position: relative;
    width: 80px !important;
    height: 43px;
    margin: 0 5px;
    cursor: pointer;
  }
  .main-visual-layout .thumbnail_slider .thumbnail-item img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .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 .column-layout > * {
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .fair-layout .column-layout .index-layout-v4,
  .fair-layout .column-layout .index-layout-v4 .block{ height: 100%; }
  .fair-layout .column-layout .index-layout-v4 .block { border: none; }
  
  /* ----- jirei-slider-layout ----- */
  .jirei-slider-layout {
    position: relative;
    margin: 1.7em -18px 0;
  }
  .jirei-slider-layout .slide-item {
    margin: 0 18px;
  }
  .jirei-slider-layout .slick-arrow {
    position: absolute;
    top: 95px;
    width: 16px;
    height: 26px;
    background: none;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
  }
  .jirei-slider-layout .slick-arrow.slick-prev {
    left: -15px;
  }
  .jirei-slider-layout .slick-arrow.slick-next {
    right: -15px;
  }
  .jirei-slider-layout .slick-arrow:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
  }
  .jirei-slider-layout .slick-arrow.slick-prev:before {
    left: 5px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .jirei-slider-layout .slick-arrow.slick-next:before {
    left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .jirei-slider-layout .main_slider .index-layout-v2 .index_image img {
    max-height: 180px;
  }
  
  /* ----- special-slider-layout ----- */
  .special-slider-layout {
    position: relative;
    margin: 1.7em -18px 0;
  }
  .special-slider-layout .slide-item {
    margin: 0 18px;
  }
  .special-slider-layout.is-single .slide-item {
    width: calc((100% - 36px* 2) / 3);
  }
  .special-slider-layout .slick-arrow {
    position: absolute;
    top: 95px;
    width: 16px;
    height: 26px;
    background: none;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
  }
  .special-slider-layout .slick-arrow.slick-prev {
    left: -15px;
  }
  .special-slider-layout .slick-arrow.slick-next {
    right: -15px;
  }
  .special-slider-layout .slick-arrow:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
  }
  .special-slider-layout .slick-arrow.slick-prev:before {
    left: 5px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .special-slider-layout .slick-arrow.slick-next:before {
    left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  /* ----- feature-slider-layout ----- */
  .feature-slider-layout {
    position: relative;
    margin: 1.7em -18px 0;
  }
  .feature-slider-layout .slide-item {
    margin: 0 18px;
  }
  .feature-slider-layout.is-single .slide-item {
    width: calc((100% - 36px * 3) / 4);
  }
  .feature-slider-layout .slick-arrow {
    position: absolute;
    top: 95px;
    width: 16px;
    height: 26px;
    background: none;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
  }
  .feature-slider-layout .slick-arrow.slick-prev {
    left: -15px;
  }
  .feature-slider-layout .slick-arrow.slick-next {
    right: -15px;
  }
  .feature-slider-layout .slick-arrow:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
  }
  .feature-slider-layout .slick-arrow.slick-prev:before {
    left: 5px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .feature-slider-layout .slick-arrow.slick-next:before {
    left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  /* ----- caution-layout ----- */
  .caution-layout {
    width: 1200px;
    margin: .5em auto 0;
  }
  .caution-layout .caution_text {
    text-align: center;
  }
  .caution-layout .caution_text .block {
    position: relative;
    display: inline;
    padding-left: 35px;
  }
  .caution-layout .caution_text .block:before {
    position: absolute;
    top: .25em;
    left: 0;
  }
  .caution-layout .caution_text a.block:hover {
    text-decoration: none;
  }
  
  /* ----- reform-layout ----- */
  .reform-layout {
    margin-top: 2.0em;
  }
  
  /* ----- procedure-column-layout ----- */
  .procedure-column-layout {
    max-width: 940px;
    margin: 0 auto;
    padding-left: 45px;
  }
  .procedure-column-layout .column-layout {
    margin-top: 1.2em;
  }
  .procedure-column-layout .column-layout[data-row-pc="4"] > .column_item:nth-child(1) {
    width: 190px;
  }
  .procedure-column-layout .column-layout[data-row-pc="4"] > .column_item:nth-child(2),
  .procedure-column-layout .column-layout[data-row-pc="4"] > .column_item:nth-child(3) {
    width: 175px;
  }
  .procedure-column-layout .column-layout[data-row-pc="4"] > .column_item:nth-child(4) {
    width: 244px;
  }
  
  /* ----- voice-column-layout ----- */
  .voice-column-layout {
    width: 948px;
    display: block;
    margin-top: 2.5em;
  }
  .voice-column-layout > * {
    float: left;
    width: 438px;
  }
  .voice-column-layout[data-row-pc="2"] > * {
    margin-top: 0;
    margin-right: 36px;
    margin-bottom: 1.7em;
    margin-left: 0;
  }
  .voice-column-layout > .voice-column_item > *:first-child {
    margin-top: 0 !important;
  }
  
  /* ----- voice-link-button ----- */
  .voice-link-button[data-row-pc] > li {
    margin-left: 20px;
  }
  .box-layout-v2 > .box_detail .voice-link-button[data-row-pc] {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .box-layout-v2 > .box_detail .voice-link-button[data-row-pc="3"] li {
    width: 280px;
    margin-top: 10px;
    margin-left: 15px;
  }
  .voice-link-button a {
    display: inline-block;
    position: relative;
    min-width: 280px;
    max-width: 100%;
    padding: 10px 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 3px;
    color: #333;
    font-weight: bold;
    text-align: center;
  }
  .voice-link-button a.is-current,
  .voice-link-button a:hover {
    background-color: #ffeaea;
    border-color: #ffeaea;
    text-decoration: none;
  }
  
  /* ----- voice-index ----- */
  .voice-index {
  }
  [data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * > .voice-index {
    height: 100%;
  }
  .voice-index > .block {
    height: 100%;
    padding: 17px 20px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    text-decoration: none;
  }
  .voice-index > a.block:hover {
    background-color: #f4f4f4;
  }
  .voice-index .voice-index_head {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 13px;
  }
  .voice-index .voice-index_image {
    width: 110px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 18px;
  }
  .voice-index .voice-index_image > .voice-index_image_inner {
    min-width: 1px;
  }
  .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: 91px;
    height: 25px;
    margin-bottom: 11px;
    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: 22px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .voice-index .voice-index_title:before {
    position: absolute;
    top: .35em;
    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: 19px;
  }
  .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.4rem;
    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: 16px 42px;
    background-color: #fcf5f5;
  }
  .voice-detail-box > .voice-detail-box_inner {
  }
  
  /* ----- voice-detail-layout ----- */
  .voice-detail-layout {
  }
  .voice-detail-layout .voice-detail_image {
    width: 180px;
    float: left;
    margin-right: 42px;
  }
  .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);
    z-index: 1;
  }
  .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;
    z-index: 2;
  }
  .voice-detail-layout .voice-detail_image > .block > .voice-detail_image_inner {
    min-width: 1px;
  }
  .voice-detail-layout .voice-detail_body {
    padding-top: 18px;
    overflow: hidden;
  }
  .voice-detail-layout .voice-detail_title {
    margin-bottom: 20px;
    padding-bottom: 7px;
    border-bottom: 1px solid #787878;
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 1.48;
  }
  .voice-detail-layout .voice-detail_title > .voice-detail_title_location {
    margin-right: 1.0em;
  }
  .voice-detail-layout .voice-detail_category {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    align-items: baseline;
  }
  .voice-detail-layout .voice-detail_category > .voice-detail_category_icon {
    width: 91px;
    height: 25px;
    margin-right: 32px;
    background-color: #ed7070;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    line-height: 25px;
  }
  .voice-detail-layout .voice-detail_category > .voice-detail_category_name {
    line-height: 25px;
  }
  .voice-detail-layout .voice-detail_category > .voice-detail_category_name > li + li {
    margin-top: 13px;
  }
  .voice-detail-layout .voice-detail_foot {
    margin-top: 15px;
    overflow: hidden;
  }
  .voice-detail-layout .voice-detail_button + .voice-detail_button  {
    margin-top: 15px;
  }
  .voice-detail-layout .voice-detail_button > .block {
    position: relative;
    display: inline-block;
    max-width: 100%;
    min-width: 360px;
    padding: 6px 44px 9px;
    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:hover {
    background-color: #eee;
    text-decoration: none;
  }
  .voice-detail-layout .voice-detail_button > a.block:before {
    position: absolute;
    top: 50%;
    left: 17px;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    background: url(/hrf/common/img/cmn_sprite_ic01.png) no-repeat;
    background-position: 0 -280px;
    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 #cboxClose:after {
    left: 88px;
  }
  
  /* ----- voice-detail-description ----- */
  .voice-detail-description {
    margin-top: 29px;
    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: 280px;
    flex-shrink: 0;
    margin-right: 36px;
    padding: 12px 0 13px;
    font-weight: bold;
  }
  .voice-detail-description .voice-detail-description_detail {
    width: 100%;
    padding: 10px 0 13px;
  }
  
  /* ----- voice-detail-estimation ----- */
  .voice-detail-estimation {
  }
  .voice-detail-estimation > .voice-detail-estimation_head {
  }
  .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: 4px;
  }
  .voice-detail-estimation > .voice-detail-estimation_head[class*="type-"] > .voice-detail-estimation_label {
    position: relative;
    padding-left: 38px;
    font-weight: bold;
    line-height: 32px;
  }
  .voice-detail-estimation > .voice-detail-estimation_head[class*="type-"] > .voice-detail-estimation_label:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    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 {
    line-height: 1.625;
  }
  
  
  
  
  
  /* ----- voice-detail-comment ----- */
  .voice-detail-comment {
    margin-top: 48px;
    border: 1px solid #ddd;
    border-top-color: #787878;
    padding: 30px;
  }
  .voice-detail-comment > .voice-detail-comment_title {
    padding: 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .voice-detail-comment_inner {
    display: flex;
    margin-top: 25px;
  }
  .voice-detail-comment .voice-detail-comment_picture {
    margin-right: 25px;
  }
  .voice-detail-comment .voice-detail-comment_detail {
    flex: 1 1;
    display: flex;
    align-items: center;
    line-height: 1.625;
  }
/*  .voice-detail-comment > .voice-detail-comment_title + .voice-detail-comment_detail {
    padding-top: 20px;
  }*/
  .voice-detail-comment + * {
    margin-top: 24px !important;
  }
  
  
  
  
  
  
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix:after,
  .voice-detail-layout:after,
  .voice-column-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;
  }
  /* ----- special-slider-layout ----- */
  .special-slider-layout {
    margin: 1.7em 0 0;
  }
  .special-slider-layout .slick-arrow {
    background-color: #fff;
  }
  .special-slider-layout .slick-arrow.slick-prev {
    left: 25px;
  }
  .special-slider-layout .slick-arrow.slick-next {
    right: 25px;
  }
  /* ----- feature-slider-layout ----- */
  .feature-slider-layout {
    margin: 1.7em 0 0;
  }
  .feature-slider-layout .slick-arrow {
    background-color: #fff;
  }
  .feature-slider-layout .slick-arrow.slick-prev {
    left: 25px;
  }
  .feature-slider-layout .slick-arrow.slick-next {
    right: 25px;
  }
}