@charset "utf-8";

/* ======================================================
 * layout_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Other
 * - Clearfix
 * Media Queries
 * Print
====================================================== */

@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- a ----- */
  .GnavBody .gnavList a,
  .LocalNav .nav-list a {
    color: #333;
  }
  .HeaderBody .header-util .header-search .search_button a,
  .GnavBody .gnavList li a,
  .LocalNav .nav-list li a {
    text-decoration: none;
  }

  /* ----- sprite ----- */
  .HeaderBody .header-util .header-search .search_button a:before,
  .LocalNav .nav-list .type-button a:before,
  .LocalNav .nav-list .child-nav .child-link .link-list li a:before {
    display: inline-block;
    background-image: url(/hrf/common/img/cmn_sprite_ic01.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    content: "";
  }

  .LocalNav .nav-list .type-button a:before { width: 15px; height: 15px; background-position: -80px -280px;}
  .LocalNav .nav-list .child-nav .child-link .link-list li a:before { width: 15px; height: 15px; background-position: -80px -360px;}
  .LocalNav .nav-list .child-nav .child-link .link-list li:not(.type-close) a:before { width: 22px; height: 22px; background-position: -120px -280px;}

  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  .Header {
    min-width: 1200px;
    background-color: #fff;
  }
  [data-category="building-reform"] .Header,
  [data-category="company"] .Header,
  [data-category="sitemap"] .Header,
  [data-category="privacy"] .Header,
  [data-category="harassment"] .Header,
  [data-category="root"] .Header,
  [data-category="marsfinder"] .Header,
  [data-category="movie"] .Header {
    border-bottom: 1px solid #e6e6e6;
  }

  /* ----- HeaderBody ----- */
  .HeaderBody {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    height: 80px;
    padding: 0 0 0 20px;
  }

  /* ----- header-identity ----- */
  .header-identity {
    -webkit-flex-basis: 238px;
    flex-basis: 238px;
  }
  .header-identity .identity_logo img {
    backface-visibility: hidden;
  }

  /* ----- header-inner ----- */
  .header-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .HeaderBody .header-util .header-search .search_button {
    width: 75px;
    height: 80px;
  }
  .HeaderBody .header-util .header-search .search_button a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 45px 0 0;
    font-size: 1.1rem;
    text-align: center;
    color: #5e5e5e;
  }
  .HeaderBody .header-util .header-search .search_button a:before {
    position: absolute;
    top: 15px;
    left: 50%;
    background-position: 0 -360px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
  }
  .HeaderBody .header-util .header-search .search_button.is-open {
    background-color: #f2f2f2;
    z-index: 5;
  }
  .HeaderBody .header-util .header-search .search_button.is-open a:before {
    background-position: -40px -360px;
  }
  .HeaderBody .header-util .header-search .search_box {
    display: none;
    position: absolute;
    top: 80px;
    right: 0;
    width: 100%;
    height: 156px;
    background-color: #f2f2f2;
    padding: 50px 44px;
    z-index: 5;
  }
  .HeaderBody .header-util .header-search .search_box .search_form {
    position: relative;
    display: block;
    width: 1000px;
    height: 56px;
    margin: 0 auto;
    border: 1px solid #ddd;
    box-sizing: border-box;
  }
  .HeaderBody .header-util .header-search .search_box .search_form .search_input {
    display: block;
    width: 930px !important;
    height: 100% !important;
    padding: 15px 28px !important;
    background-color: #fff !important;
    border: none;
    font-size: 1.8rem !important;
  }
  .HeaderBody .header-util .header-search .search_box .search_form .search_submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 54px;
    padding-top: 34px;
    border: none;
    background-color: #fff;
    background-image: url(/hrf/common/img/cmn_search_ic01.png);
    background-repeat: no-repeat;
    background-position: 50% 8px;
    font-size: 1.1rem;
    color: #5e5e5e;
    cursor: pointer;
  }

  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  .Gnav {
  }

  /* ----- GnavBody ----- */
  .GnavBody {
    margin-right: 16px;
  }
  .GnavBody .sp-gnav_btn {
    display: none;
  }

  /* gnavList */
  .GnavBody .gnavList {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .GnavBody .gnavList li {
  }
  .GnavBody .gnavList li.type-union,
  .GnavBody .gnavList li.type-individual,
  .GnavBody .gnavList li.type-corporation {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .GnavBody .gnavList > li > a {
    position: relative;
    display: block;
    padding: 8px 12px 8px;
  }
  .GnavBody .gnavList > li > a:hover:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    left: 0;
    bottom: -14px;
    border-bottom: 4px solid #666;
  }
  .GnavBody .gnavList > li.type-union > a:hover:after { border-bottom-color: #aadbee; }
  .GnavBody .gnavList > li.type-individual > a:hover:after { border-bottom-color: #f9bfbf; }
  .GnavBody .gnavList > li.type-corporation > a:hover:after { border-bottom-color: #d5e9a5; }
  .GnavBody .gnavList > li.is-current a { background-color: #f4f4f4; }
  .GnavBody .gnavList > li:nth-child(1).is-current a { background-color: #aadbee; }
  .GnavBody .gnavList > li:nth-child(2).is-current a { background-color: #ffeaea; }
  .GnavBody .gnavList > li:nth-child(3).is-current a { background-color: #effcd5; }

  /* ----- sp-Gnav ----- */
  .sp-Gnav {
    display: none;
  }

  /* ------------------------------------------------------
   * LocalNav
  ------------------------------------------------------ */
  .LocalNav {
    min-width: 1200px;
    background-color: #f4f4f4;
    border-bottom: 4px solid #ebebeb;
    z-index: 20;
  }
  [data-localnav="false"].LocalNav {
    display: none;
  }
  .LocalNav.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  /* ----- nav-inner ----- */
  .LocalNav .nav-inner {
    width: 1200px;
    margin: 0 auto;
    padding: 0 44px;
  }

  /* ----- nav-list ----- */
  .LocalNav .nav-list {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    height: 72px;
  }
  .LocalNav .nav-list > li > a {
    position: relative;
    display: block;
    height: 100%;
    text-align: center;
    line-height: 1.25;
  }
  .LocalNav .nav-list .type-button a {
    display: block;
    background-color: #1d569f;
    border-radius: 3px;
    color: #fff;
  }
  .LocalNav .nav-list .type-button a:before {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -8px;
  }
  .LocalNav .nav-list .type-button a:hover {
    background-color: #194986;
  }

  /* ----- child-nav ----- */
  .LocalNav .nav-list .child-nav {
    display: none;
    position: absolute;
    top: 76px;
    left: -44px;
    width: 1200px;
    background-color: #fff;
    z-index: 3;
  }

  /* ----- child-link ----- */
  .LocalNav .nav-list .child-nav .child-link {
    padding: 20px 30px;
  }
  .LocalNav .nav-list .child-nav .child-link .link-list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .LocalNav .nav-list .child-nav .child-link .link-list li:not(.type-close) {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .LocalNav .nav-list .child-nav .child-link .link-list li a {
    position: relative;
    padding-left: 24px;
  }
  .LocalNav .nav-list .child-nav .child-link .link-list li:not(.type-close) a {
    padding-left: 32px;
  }
  .LocalNav .nav-list .child-nav .child-link .link-list li a:before {
    position: absolute;
    top: .35em;
    left: 0;
  }
  .LocalNav .nav-list .child-nav .child-link .link-list li:not(.type-close) a:before {  top: .15em;}
  .LocalNav .nav-list .child-nav .child-link .link-list li a:hover {  text-decoration: underline;}

  /* ----- child-inner ----- */
  .LocalNav .nav-list .child-nav .child-inner {
    padding: 30px;
    border-top: 2px solid #f4f4f4;
  }
  .LocalNav .nav-list .child-nav .child-inner > *:first-child {  margin-top: 0;}
  .LocalNav .nav-list .child-nav .child-inner .column-layout {  margin-top: 0;}
  .LocalNav .nav-list .child-nav .child-inner .column-layout > .column_item {  margin-left: 0;}
  .LocalNav .nav-list .child-nav .child-inner .column-layout[data-row-pc="2"] > .column_item {  width: calc(100% / 2);}
  .LocalNav .nav-list .child-nav .child-inner .column-layout[data-row-pc="3"] > .column_item {  width: calc(100% / 3);}
  .LocalNav .nav-list .child-nav .child-inner .column-layout[data-row-pc="4"] > .column_item {  width: calc(100% / 4);}
  .LocalNav .nav-list .child-nav .child-inner .column-layout[data-row-pc="5"] > .column_item {  width: calc(100% / 5);}
  .LocalNav .nav-list .child-nav .child-inner .column-layout[data-row-pc="6"] > .column_item {  width: calc(100% / 6);}
  .LocalNav .nav-list .child-nav .child-inner .index-layout {  text-align: center;}
  .LocalNav .nav-list .child-nav .child-inner .index-layout > a.block > .index_caption {  width: 100%;}
  .LocalNav .nav-list > li:not(.type-button) > a:hover:after,
  .LocalNav .nav-list > li:not(.type-button) > a.is-active:after,
  .LocalNav .nav-list > li.is-current > a:after {
    position: absolute;
    display: inline-block;
    content: "";
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 3px;
  }
  .LocalNav .nav-list .index-layout .index_image {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 1px;
  }
  _:-ms-lang(x)::-ms-backdrop, .LocalNav .nav-list .index-layout .index_image {
    flex: 0 1 auto;
    min-width: 1px;
  }
  .LocalNav .nav-list .index-layout > a:hover .index_image img { opacity: 1; }
  [data-category="daikibo"] .LocalNav .nav-list > li > a { padding: 26px 0;}
  [data-category="daikibo"] .LocalNav .nav-list > li.type-button a { padding: 8px 14px 10px 34px;}
  [data-category="daikibo"] .LocalNav .nav-list > li:not(.type-button) > a:hover:before,
  [data-category="daikibo"] .LocalNav .nav-list > li:not(.type-button) > a.is-active:before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 50%;
    width: 15px;
    height: 8px;
    margin-left: -8px;
    border-style: solid;
    border-width: 0 7.5px 8px 7.5px;
    border-color: transparent transparent #78c1de
  }
  [data-category="daikibo"] .LocalNav .nav-list > li:not(.type-button) > a:hover:after,
  [data-category="daikibo"] .LocalNav .nav-list > li:not(.type-button) > a.is-active:after {  background-color: #78c1de;}
  [data-category="daikibo"] .LocalNav .nav-list .index-layout > a:hover {  background-color: #aadbee;}
  [data-category="daikibo"] .LocalNav .nav-list > li.is-current > a:after {
    background-color: #78c1de;
  }
  [data-category="reform"] .LocalNav .nav-list > li > a { padding: 16px 0;}
  [data-category="reform"] .LocalNav .nav-list > li.type-shingle > a { padding: 26px 0;}
  [data-category="reform"] .LocalNav .nav-list > li:not(.type-button) > a:hover:before,
  [data-category="reform"] .LocalNav .nav-list > li:not(.type-button) > a.is-active:before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 50%;
    width: 15px;
    height: 8px;
    margin-left: -8px;
    border-style: solid;
    border-width: 0 7.5px 8px 7.5px;
    border-color: transparent transparent #f49595
  }
  [data-category="reform"] .sns-icon > a.is-active:before,
  .sns-icon > a.is-active:before,
  .sns-icon > a.is-active:after,
  .sns-icon > a.is-active:after {
    display: none;
  }
  [data-category="reform"] .LocalNav .nav-list > li.is-current > a:after {
    background-color: #f49595;
  }
  [data-category="reform"] .LocalNav .nav-list > li:not(.type-button) > a:hover:after,
  [data-category="reform"] .LocalNav .nav-list > li:not(.type-button) > a.is-active:after { background-color: #f49595;}
  [data-category="reform"] .LocalNav .nav-list .index-layout .block {  background-color: #ffeaea;}
  [data-category="reform"] .LocalNav .nav-list .index-layout > a:hover {  background-color: #f49595;}

  .sp-nav_target,
  .sp-nav-list{
    display: none;
  }

  .nav-list .sns-icon {
    width: 45px;
    height: auto;
  }

  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .Main {
  }

  /* ----- MainBody ----- */
  .MainBody {
    min-width: 1200px;
  }

  /* ----- pageGuide ----- */
  .pageGuide {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 0;
  }

   /* breadcrumbs */
  .breadcrumbs > li {
    position: relative;
    float: left;
    margin-right: 10px;
    padding-right: 17px;
    font-size: 1.3rem;
  }
  .breadcrumbs > li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .breadcrumbs > li:not(:last-child):after {
    position: absolute;
    content: "/";
    top: 0;
    right: 0;
    color: #999;
  }
  .breadcrumbs > li a:hover {
    text-decoration: underline;
  }

  /* ----- pageHead ----- */
  .pageHead {
  }

  /* ----- container ----- */
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 80px;
  }
  .container[data-wide="true"] {
    width: auto;
  }
  .pageGuide + .container {
    padding-top: 0;
  }

  /* contents */
  .contents {
  }
  .contents > :first-child,
  .contents > section:first-child > *:first-child {
    margin-top: 0 !important;
  }
  [data-sidebar="true"] .contents {
    float: left;
    width: 912px;
  }
  [data-wide="true"] .contents {
    width: 1200px;
    margin: 0 auto;
  }

  /* sidebar */
  .container[data-sidebar="true"] .sidebar {
    float: right;
    width: 240px;
  }
  [data-sidebar="true"] .sidebar > *:first-child,
  .sidebar > *:first-child,
  .sidebar > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .sidebar-nav { margin-top: 2.5em; }
  .sidebar-nav .nav_head > a,
  .sidebar-nav .nav_head > span {
    display: block;
    padding: 12px 15px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    text-align: center;
  }
  [data-category="daikibo"] .sidebar-nav .nav_head > a,
  [data-category="daikibo"] .sidebar-nav .nav_head > span {
    background-color: #dcf5ff;
    border-top: 3px solid #78c1de;
  }
  [data-category="reform"] .sidebar-nav .nav_head > a,
  [data-category="reform"] .sidebar-nav .nav_head > span {
    background-color: #ffeaea;
    border-top: 3px solid #f49595;
  }
  [data-category="building-reform"] .sidebar-nav .nav_head > a,
  [data-category="building-reform"] .sidebar-nav .nav_head > span {
    background-color: #f0fcd6;
    border-top: 3px solid #bcd776;
  }
  [data-category="company"] .sidebar-nav .nav_head > a,
  [data-category="company"] .sidebar-nav .nav_head > span {
    background-color: #979797;
    border-top: 3px solid #666;
    color: #fff;
  }
  .sidebar-nav .nav_category { line-height: 1.5; }
  .sidebar-nav .nav_category .nav_label { font-size: 1.5rem; }
  .sidebar-nav .nav_category.stage1 > li { border-bottom: 1px solid #ddd; }
  .sidebar-nav .nav_category.stage1 > li > a,
  .sidebar-nav .nav_category.stage1 > li > span {
    display: block;
    position: relative;
    padding: 12px 15px;
    background-color: #fff;
    font-size: 1.5rem;
    color: #333;
  }
  .sidebar-nav .nav_category.stage1 > li.is-open > a,
  .sidebar-nav .nav_category.stage1 > li.is-open > span,
  .sidebar-nav .nav_category.stage1 > li.is-current > a,
  .sidebar-nav .nav_category.stage1 > li.is-current > span {
    background-color: #f4f4f4;
    font-weight: bold;
  }
  .sidebar-nav .nav_category.stage1 > li.is-open > a,
  .sidebar-nav .nav_category.stage1 > li.is-open > span {
    border-bottom: 1px solid #ddd;
  }
  .sidebar-nav .nav_category.stage1 > li.is-current > a + .nav_category.stage2,
  .sidebar-nav .nav_category.stage1 > li.is-current > span + .nav_category.stage2 {
    border-top: 1px solid #ddd;
  }
  .sidebar-nav .nav_category.stage1 > li.is-current > a > .nav_label,
  .sidebar-nav .nav_category.stage1 > li.is-current > span > .nav_label { font-weight: bold; }
  .sidebar-nav .nav_category.stage2 { display: none; }
  .sidebar-nav .nav_category.stage1 > li.is-current .nav_category.stage2,
  .sidebar-nav .nav_category.stage1 > li.is-open .nav_category.stage2 { display: block; }
  .sidebar-nav .nav_category.stage2 > li > a {
    display: block;
    margin-left: 15px;
    padding: 8px 15px 8px 15px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    font-size: 1.5rem;
    color: #333;
  }
  .sidebar-nav .nav_category.stage2 > li:last-child > a { border-bottom: none; }
  .sidebar-nav .nav_category.stage2 > li.is-current > a { background-color: #f4f4f4; }
  .sidebar-nav .nav_category.stage2 > li.is-current > a {
    color: #333;
    font-weight: bold;
  }
  .sidebar-nav .nav_category .a-blank:after,
  .sidebar-nav .nav_category .a-pdf:after { margin: 0 8px; }

  .sidebar-add {
    margin-top: 1.0em;
  }
  .sidebar-add > *:first-child {
    margin-top: 0 !important;
  }
  .sidebar-add_bnr {
    margin-top: 1.0em;
  }

  /* ------------------------------------------------------
   * Assist
  ------------------------------------------------------ */
  .Assist {
  }

  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .Footer {
    min-width: 1200px;
  }

  /* ----- FooterUtility ----- */
  .FooterUtility {
    padding: 30px 40px;
    border-bottom: 1px solid #eee;
    font-size: 1.4rem;
  }
  .FooterUtility > *:first-child {
    margin-top: 0;
  }
  .FooterUtility .link-text > li > a:before {
    top: .35em;
  }

  /* ----- FooterBody ----- */
  .FooterBody {
  }

  /* footer-group */
  .FooterBody .footer-group {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 28px 40px;
    font-size: 1.4rem;
  }
  .FooterBody .footer-group .group_nav {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .FooterBody .footer-group .group_nav li {
    margin-right: 30px;
  }
  .FooterBody .footer-group .group_nav a.a-blank:after {  margin: 0 0 0 10px;}
  .FooterBody .footer-group .group_nav .type-group img {
    width: 170px;
  }
  .FooterBody .footer-group .group_nav .type-corporation img {
    width: 194px;
  }
  .FooterBody .footer-group .group_nav + .link-text {
    margin-top: 0;
  }
  .FooterBody .footer-group .link-text > li > a:before {
    top: .35em;
  }

  /* footer-copyright */
.FooterBody .footer-copyright {
    padding: 15px 0 12px;
    background-color: #666;
    font-size: 1.4rem;
    text-align: center;
  }
  .FooterBody .footer-copyright > small {
    color: #fff;
  }


  /* ----- Pagetop ----- */
  .Pagetop {
    position: fixed;
    bottom: 18px;
    right: 20px;
    z-index: 900;
  }
  .Pagetop a {
    display: block;
    position: relative;
    width: 56px;
    height: 56px;
    background: rgba(51, 51, 51, 0.5);
    border-radius: 100%;
    text-indent: -9999em;
    outline: none;
    overflow: hidden;
  }
  .Pagetop a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -4px 0 0 -8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
  }

  /* ------------------------------------------------------
   * Sidemenu
  ------------------------------------------------------ */
  .contact-sidemenu {
    position: fixed;
    top: 165px;
    right: 0;
    z-index: 10;
    width: 74px;
  }
  .contact-sidemenu > .sidemenu-list > .webform {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
  }
  .contact-sidemenu > .sidemenu-list > .webform > a {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 172px;
    padding: 62px 5px 3px;
    background-color: #e63721;
    font-size: 1.45rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: #fff;
  }
  .contact-sidemenu > .sidemenu-list > .webform > a:before {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    background: url("/hrf/reform/img/reform_cmn_ic02.png") no-repeat;
    background-size: 100% auto;
    content: "";
  }
  .contact-sidemenu > .sidemenu-list > .webform > a:hover {
    background-color: #d3321e;
    text-decoration: none;
  }
  .contact-sidemenu > .sidemenu-list > .tel {
    display: none;
  }
  .contact-sidemenu > .sidemenu-list > .voice {
    border: 3px solid #e63721;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
  }
  .contact-sidemenu > .sidemenu-list > .voice > a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 172px;
    padding: 14px 0 65px;
    background: #fff url("/hrf/reform/img/reform_cmn_im20.png") no-repeat;
    background-position: right -10px bottom -18px;
    background-size: 80px auto;
    font-size: 1.7rem;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: #545454;
  }
  .contact-sidemenu > .sidemenu-list > .voice > a:hover {
    text-decoration: none;
    opacity: .7;
  }

  /* ----- reform-contact-sidemenu ----- */
  .reform-contact-sidemenu {
    position: fixed;
    top: 280px;
    right: 0;
    background-color: #fff;
    border-left: 4px solid #e63721;
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.3);
    z-index: 10;
  }
  .reform-contact-sidemenu > .sidemenu_list > li {
    border-top: 1px solid #ebebeb;
  }
  .reform-contact-sidemenu > .sidemenu_list > li:first-child {
    border-top: none;
  }
  .reform-contact-sidemenu > .sidemenu_list > li[data-sidemenu="tel"] {
    display: none;
  }
  .reform-contact-sidemenu .sidemenu_type {
    width: 80px;
    height: 79px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 6px 5px 5px;
    color: #333;
  }
  .reform-contact-sidemenu .sidemenu_icon {
    margin: 0 auto;
    transition: opacity .2s ease-out 0s;
  }
  .reform-contact-sidemenu .sidemenu_type:hover .sidemenu_icon {
    opacity: .7;
  }
  .reform-contact-sidemenu > .sidemenu_list > li[data-sidemenu="form"] .sidemenu_icon {
    width: 30px;
  }
  .reform-contact-sidemenu > .sidemenu_list > li[data-sidemenu="favorite"] .sidemenu_icon {
    width: 30px;
  }
  .reform-contact-sidemenu > .sidemenu_list > li[data-sidemenu="voice"] .sidemenu_icon {
    width: 30px;
  }
  .reform-contact-sidemenu > .sidemenu_list > li[data-sidemenu="line"] .sidemenu_icon {
    width: 40px;
  }
  .reform-contact-sidemenu .sidemenu_label {
    margin-top: 5px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.4;
  }

  /* ------------------------------------------------------
   * 2025/10/29追加　Q&Aアイコン調整分
  ------------------------------------------------------ */
  .QA-icon {
    width: 45px;
  }

  /* ------------------------------------------------------
   * Other
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .breadcrumbs:after,
  .container::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * Media Queries
====================================================== */

/* ======================================================
 * Print
====================================================== */
@media print {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  .Pagetop {display:none!important;}

  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Sidemenu
  ------------------------------------------------------ */
  .contact-sidemenu {
    position: absolute;
  }
  /* ------------------------------------------------------
   * Other
  ------------------------------------------------------ */
}