@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) {
  /* ------------------------------------------------------
   * Newcode
  ------------------------------------------------------ */
  .PcOnly{display:block;}
  .SpOnly{display:none;}
  .videoBox01{
    margin:0 auto;
    display:-webkit-block;
    display:block;
    max-width:100%;
  }
  .video01{
    text-align:center;
    width:700px;
    }
  .video_caption{
    font-size:1.7rem;
    }
  .videoBox02{display:none;}
  a.noline01{
    text-decoration:none;
    color:#F06060;
  }
  .noline01:hover{
    color:#336699;
  }
  #koukin_title{font-size:2.2rem;
  }
  .ul-block{
    margin:0 2%;
  }
  .ul-block li{
    display:inline-block;
    margin-left:3%;
  }
  .duty{
    color:#F00;
    background-color:#F00;
  }
  .VideoBox.PcOnly{
    margin-top:24px;
  }
  .inquiry_ul_width{
    width:800px;
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
  }
  .relative{
    position:relative;
    width:1200px;
  }

  .absolute{
    position:absolute;
    bottom:-40px;
    right:47%;
  }


  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- opacity ----- */
  .sidebar-guide .guide_box .guide_index .guide_index_button a:hover {
    opacity: .7;
  }
  /* ----- transition ----- */
  .Header {
    -webkit-transition: top 1.2s ease-out 0s;
    transition: top 1.2s ease-out 0s;
  }
  .Pagetop > a {
    -webkit-transition: margin-top .2s ease-out 0s;
    transition: margin-top .2s ease-out 0s;
  }
  .Pagetop > a {
    -webkit-transition: transform .2s ease-out 0s;
    transition: transform .2s ease-out 0s;
  }

  .header-foot-logo > a > img {
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
  }

  /* ----- sprite ----- */
  .assist-follow .follow_menu > li.type-faq > a::before,
  .assist-follow .follow_menu > li.type-inquiry > a::before,
  .sidebar-nav .nav_category.stage1 > li > a::after,
  .sidebar-nav .nav_category.stage2 > li > a.a-blank::after,
  .sidebar-nav .nav_category.stage2 > li > a.a-pdf::after,
  .sidebar-guide .guide_box .guide_index .guide_index_links > li > a::before {
    display: inline-block;
    background-image: url(/common-files/img/cmn_sprite_ic01.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    content: "";
  }
  .header-utility .utility_guide > li.type-search > a::before { width: 23px; height: 23px; background-position: 0px 0px; }
  .header-utility .utility_guide > li.type-location > a::before { width: 17px; height: 24px; background-position: -40px 0px; }
  .header-utility .utility_guide > li.type-lang > a::before { width: 23px; height: 23px; background-position: -80px 0px; }
  .assist-follow .follow_menu > li.type-faq > a::before { width: 25px; height: 25px; background-position: -120px 0px; }
  .assist-follow .follow_menu > li.type-inquiry > a::before { width: 41px; height: 32px; background-position: -148px 0px; }
  .header-utility .utility_guide > li.type-faq > a::before { width: 23px; height: 23px; background-position: -280px 0px; }
  .sidebar-nav .nav_category.stage1 > li > a:not(.a-pdf)::after,
  .sidebar-nav .nav_category.stage2 > li > a.a-blank::after { width: 10px; height: 10px; background-position: -40px -160px; }
  .sidebar-nav .nav_category.stage1 > li > a.a-pdf::after,
  .sidebar-nav .nav_category.stage2 > li > a.a-pdf::after { width: 16px; height: 16px; background-position: 0 -200px; }
  .sidebar-nav .nav_category.stage1 > li.is-open > a::after { width: 11px; height: 7px; background-position: 0px -120px; }
  .sidebar-guide .guide_box .guide_index .guide_index_links > li > a::before { width: 16px; height: 16px; background-position: 0px -280px; }


  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  .Header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .Header > :first-child {
    margin-top: 0!important;
  }

  /* ----- header-inner ----- */
  .Header__inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-width: 1200px;
    height: 91px;
    margin: 0 auto;
    padding: 0 30px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
  }
  .Header__inner > :first-child {
    margin-top: 0!important;
  }

  /* ----- Header__head ----- */
  .Header__head {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 353px;
    height: auto;
    margin: 0 30px 0 0;
  }
  .header-logo__link {
    margin-top: 2px;
  }
  .header-logo__link > img {
    vertical-align: baseline;
  }
  /* ----- Header__body ----- */
  .Header__body {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
  }

  /* ----- header-link__list ----- */
  .header-link__list {
    display: flex;
    flex-flow: row nowrap;
    column-gap: 29px;
  }
  .header-link__list a {
    position: relative;
    display: inline-block;
    padding-left: 21px;
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    text-decoration: none;
  }
  .header-link__list a::before {
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    width: 7px;
    height: 11px;
    background: url("/common-files/img/cmn_arrow_ic02.png") no-repeat 0 0 / contain;
    transform: scale(-1, 1);
    content: "";
  }
  .header-link__list a:hover {
    color: #009c7c;
  }

  .type-sitemap {
    display: none;
  }
  .header-sitemap {
    display: none;
  }
  /* ----- Header__foot ----- */
  .Header__foot {
    width: 156px;
    flex-shrink: 0;
    margin-left: 40px;
  }
  .header-foot-logo > img {
    width: 100%;
    height: auto;
  }
  .header-foot-logo > a > img:hover {
    opacity: 0.7;
  }
  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .Main {
    margin-top: 91px;
    overflow-x: hidden;
  }
  .Header.has-bar + .Main {
    margin-top: 139px;
  }

  /* ----- pageGuide ----- */
  .pageGuide {
    padding: 10px 30px;
    border-bottom: 1px solid #eee;
  }
  /* breadcrumbs */
  .breadcrumbs {
    display: flex;
    width: 1200px;
    margin: 0 auto;
  }
  .breadcrumbs > li {
    position: relative;
    padding-right: 24px;
    font-size: 1.3rem;
  }
  .breadcrumbs > li:last-child {
    padding-right: 0;
  }
  .breadcrumbs > li::after {
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    width: 1px;
    height: 11px;
    margin: -5px 0 0 0;
    background-color: #888;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    content: "";
  }
  .breadcrumbs > li:last-child::after {
    display: none;
  }

  /* ----- pageHead ----- */

  /* ----- container ----- */
  .container {
    width: 1200px;
    margin: 0 auto;
    padding: 45px 0 100px;
  }
  .container[data-wide="true"] {
    width: auto;
    padding-bottom: 0;
  }
  /* contents */
  [data-sidebar="true"] .contents {
    float: left;
    width: 912px;
  }
  .contents > *:first-child,
  .contents > *:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  [class*="contents-wrap"] > *:first-child,
  [class*="contents-wrap"] > *:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .contents-wrap.is-bond {
    margin-top: -45px !important;
  }
  /* sidebar */
  [data-sidebar="true"] .sidebar {
    float: right;
    width: 240px;
  }
  .sidebar > *:first-child,
  .sidebar > *:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .sidebar-nav {
    margin-top: 2em;
  }
  .sidebar-nav .nav_head > a,
  .sidebar-nav .nav_head > .is-nolink {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 60px;
    padding: 5px 20px 3px;
    border-radius: 5px 5px 0 0;
    background-color: #009c7c;
    color: #fff;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
  }
  .sidebar-nav .nav_head > a:hover {
    background-color: #07caa2;
  }
  .sidebar-nav .nav_category.stage1 > li {
    border-bottom: 1px solid #e4e4e4;
  }
  .sidebar-nav .nav_category.stage1 > li > a {
    display: block;
    position: relative;
    padding: 13px 30px 12px 20px;
    background-color: #fff;
    color: #333;
    line-height: 1.5;
    text-decoration: none;
  }
  .sidebar-nav .nav_category.stage1 > li.is-open > a,
  .sidebar-nav .nav_category.stage1 > li.is-open.is-current > a {
    background-color: #f4f4f4 !important;
  }
  .sidebar-nav .nav_category.stage1 > li.is-current > a {
    background-color: #fff !important;
    color: #009c7c;
    cursor: default;
  }
  .sidebar-nav .nav_category.stage1 > li > a:not(.a-pdf)::after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -6px 0 0 0;
  }
  .sidebar-nav .nav_category.stage1 > li > a.a-pdf::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin: -7px 0 0 0;
  }
  .sidebar-nav .nav_category.stage1 > li.is-open > a:not(.a-pdf)::after,
  .sidebar-nav .nav_category.stage1 > li.is-current > a:not(.a-pdf)::after {
    margin: -4px 0 0 0;
  }
  .sidebar-nav .nav_category.stage1 > li:not(.is-open) > a:hover,
  .sidebar-nav .nav_category.stage1 > li:not(.is-current) > a:hover {
    background-color: #fcfcfc;
  }
  .sidebar-nav .nav_category.stage1 > li.is-open > a + .nav_category.stage2,
  .sidebar-nav .nav_category.stage1 > li.is-current > a + .nav_category.stage2 {
    display: block !important;
  }
  .sidebar-nav .nav_category.stage2 > li {
    border-top: 1px solid #e4e4e4;
  }
  .sidebar-nav .nav_category.stage2 > li > a {
    display: block;
    position: relative;
    padding: 13px 10px 12px 38px;
    background-color: #fff;
    color: #333;
    line-height: 1.5;
    text-decoration: none;
  }
  .sidebar-nav .nav_category.stage2 > li > a.a-blank::after {
    margin-left: 9px;
  }
  .sidebar-nav .nav_category.stage2 > li > a.a-pdf::after {
    margin-left: 9px;
  }
  .sidebar-nav .nav_category.stage2 > li.is-open > a {
    background-color: #f4f4f4;
  }
  .sidebar-nav .nav_category.stage2 > li.is-current > a {
    background-color: #fff !important;
    color: #009c7c;
    cursor: default;
  }
  .sidebar-nav .nav_category.stage2 > li:not(.is-open) > a:hover,
  .sidebar-nav .nav_category.stage2 > li:not(.is-current) > a:hover {
    background-color: #fcfcfc;
  }
  .sidebar-nav .nav_category.stage2 > li.is-open > a + .nav_category.stage3,
  .sidebar-nav .nav_category.stage2 > li.is-current > a + .nav_category.stage3 {
    display: block !important;
  }
  .sidebar-nav .nav_category.stage3 {
    padding: 0 0 0 38px;
  }
  .sidebar-nav .nav_category.stage3 > li {
    border-top: 1px solid #fff;
  }
  .sidebar-nav .nav_category.stage3 > li > a {
    display: block;
    padding: 8px 10px 7px 20px;
    background-color: #f4f4f4;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.5;
    text-decoration: none;
  }
  .sidebar-nav .nav_category.stage3 > li > a:hover {
    background-color: #fcfcfc;
  }
  .sidebar-nav .nav_category.stage3 > li.is-current > a {
    background-color: #f4f4f4 !important;
    color: #009c7c;
    cursor: default;
  }
  .sidebar-guide {
    margin-top: 2em;
  }
  .sidebar-guide .guide_box {
    padding: 25px 20px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .2);
  }
  .sidebar-guide .guide_box > *:first-child,
  .sidebar-guide .guide_box > *:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .sidebar-guide .guide_box .guide_index {
    margin-top: 1.5em;
  }
  .sidebar-guide .guide_box .guide_index > *:first-child,
  .sidebar-guide .guide_box .guide_index > *:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .sidebar-guide .guide_box .guide_index .guide_index_title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
  .sidebar-guide .guide_box .guide_index .guide_index_button {
    margin-top: .75em;
  }
  .sidebar-guide .guide_box .guide_index .guide_index_button > li + li {
    margin-top: .75em;
  }
  .sidebar-guide .guide_box .guide_index .guide_index_button a {
    display: block;
    padding: 15px 15px 13px;
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    text-align: center;
  }
  .sidebar-guide .guide_box .guide_index .guide_index_button.fx_button a {
    padding: 13px 15px 11px;
    color: #e8912e;
    border: solid 2px #e8912e;
  }
  .sidebar-guide .guide_box .guide_index .guide_index_button.fx_button a:hover {
    color: #fff;
    border: solid 2px #efb26d;
  }
  .sidebar-guide .guide_box .guide_index .guide_index_button a.a-login {
    background-color: #e8912e;
  }
  .sidebar-guide .guide_box .guide_index .guide_index_button.fx_button a.a-login {
    background-color: #fff;
  }
  .sidebar-guide .guide_box .guide_index .guide_index_button.fx_button a.a-login:hover {
    background-color: #efb26d;
  }
  .sidebar-guide .guide_box .guide_index .guide_index_button a.a-account {
    background-color: #009c7c;
  }
  .sidebar-guide .guide_box .guide_index .guide_index_button_2 {
    margin-top: .75em;
  }
  .sidebar-guide .guide_box .guide_index .guide_index_button_2 > li + li {
    margin-top: .75em;
  }
  .sidebar-guide .guide_box .guide_index .guide_index_button_2 a {
    display: block;
    padding: 15px 15px 13px;
    border: 1px solid #009c7c;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    color: #009c7c;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    text-align: center;
  }
  .sidebar-guide .guide_box .guide_index .guide_index_button_2 a:hover {
    background-color: #009c7c;
    color: #fff;
  }
  .sidebar-guide .guide_box .guide_index .guide_index_button_2 > li.is-current > a {
    background-color: #dff2ee !important;
    color: #009c7c !important;
    cursor: default;
  }
  .sidebar-guide .guide_box .guide_index .guide_index_links {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 1em;
  }
  .sidebar-guide .guide_box .guide_index .guide_index_links > li {
    display: -webkit-flex;
    display: flex;
  }
  .sidebar-guide .guide_box .guide_index .guide_index_links.is-centering > li {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .sidebar-guide .guide_box .guide_index .guide_index_links > li + li {
    margin-top: .25em;
  }
  .sidebar-guide .guide_box .guide_index .guide_index_links > li > a {
    display: inline-block;
    position: relative;
    padding-left: 22px;
    color: #079c7e;
    line-height: 1.25;
    text-decoration: none;
  }
  .sidebar-guide .guide_box .guide_index .guide_index_links > li > a::before {
    position: absolute;
    top: 0;
    left: 0;
  }
  .sidebar-guide .guide_box .guide_index .guide_index_links > li > a:hover {
    text-decoration: underline;
  }

  /* ------------------------------------------------------
   * Assist
  ------------------------------------------------------ */
  /* ----- assist-follow ----- */
  .assist-follow {
    position: fixed;
    top: 233px;
    left: 100%;
    z-index: 998;
  }
  .assist-follow .follow_menu > li + li {
    margin-top: 1px;
  }
  .assist-follow .follow_menu > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    left: -55px;
    width: 194px;
    height: 69px;
    padding: 15px 15px 13px 60px;
    background-color: #009c7c;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
  }
  .assist-follow .follow_menu > li:first-child > a {
    border-radius: 15px 0 0 0;
    box-shadow: -2px -2px 5px 0 rgba(246,246,246,.2);
  }
  .assist-follow .follow_menu > li:last-child > a {
    border-radius: 0 0 0 15px;
    box-shadow: -2px 2px 5px 0 rgba(246,246,246,.2);
  }
  .assist-follow .follow_menu > li.type-faq > a::before {
    position: absolute;
    top: 50%;
    left: 15px;
    margin: -12px 0 0 0;
    content: "";
  }
  .assist-follow .follow_menu > li.type-inquiry > a::before {
    position: absolute;
    top: 50%;
    left: 18px;
    margin: -16px 0 0 -14px;
    content: "";
  }
  .assist-follow .follow_menu > li > a.is-active {
    left: -194px;
  }

  /* ----- assist-policy ----- */
  .assist-policy {
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 82px;
    border-top: 1px solid #474747;
    background-color: #5c5c5c;
  }
  .assist-policy > *:first-child,
  .assist-policy > *:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .assist-policy > .policy_location {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 1200px;
    height: 80px;
    margin: 0 auto;
  }
  .assist-policy .policy_text {
    color: #fff;
    font-weight: 700;
  }
  .assist-policy .policy_action {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 60px;
  }
  .assist-policy .policy_action > [class*="policy_"] {
    display: inline-block;
    min-width: 116px;
    padding: 4px;
    border: 1px solid #fff;
    border-radius: 40px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    text-decoration: none;
    text-align: center;
    cursor: pointer;
  }
  .assist-policy .policy_action > [class*="policy_"] + [class*="policy_"] {
    margin-left: 20px;
  }
  .assist-policy .policy_action > .policy_allow {
    background-color: #fff;
    color: #333;
  }
  .assist-policy .policy_action > .policy_disallow {
    background-color: transparent;
    color: #fff;
  }
  .assist-policy .policy_action > [class*="policy_"] > .policy_button_label {
    display: inline-block;
  }
  [data-browser="ie11"] .assist-policy .policy_action > [class*="policy_"] > .policy_button_label {
    position: relative;
    top: 2px;
  }
  .assist-policy .policy_action > [class*="policy_"]:hover {
    border-color: #069c7d;
    background-color: #069c7d;
    color: #fff;
  }

  /* ----- assist-modal ----- */
  .assist-modal {
    display: none;
  }

  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .Footer {
    position: relative;
    border-top: 1px solid #ddd;
  }

  .Footer__inner {
    position: relative;
    background-color: #333;
  }

  /* ----- Footer__head ----- */
  .Footer__head {
    padding: 50px 20px 66px;
    background-color: #fff;
  }
  .footer-media {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
  }
  .footer-media__head {
    display: flex;
    justify-content: center;
  }
  .footer-media__body {
    margin-top: 40px;
  }
  .footer-media__logo {
    width: 284px;
    height: auto;
  }
  .footer-media__text {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .footer-button {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .footer-button > li > [class^="footer-button__type"] {
    display: inline-block;
    position: relative;
    min-width: 273px;
    padding: 0.6em 49px 0.6em 20px;
    border: 1px solid #ddd;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    color: #333;
    text-decoration: none;
    text-align: center;
  }
  .footer-button > li > [class^="footer-button__type"]:hover {
    background-color: #009c7c;
    border-color: #009c7c;
    color: #fff;
  }
  .footer-button__label {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
  }
  .footer-button__type--blank > .footer-button__label::after {
    position: absolute;
    top: calc(50% - 5px);
    right: 19px;
    width: 10px;
    height: 10px;
    background: url(/common-files/img/cmn_sprite_ic01.png) no-repeat -40px -160px;
    content: "";
  }
  .footer-button__type--blank:hover .footer-button__label::after {
    background: url(/common-files/img/cmn_sprite_ic01.png) no-repeat 0 -160px;
  }
  /* ----- Footer__body ----- */
  .Footer__body {
    padding: 29px 23px 28px;
  }
  .footer-list {
    display: flex;
    flex-flow: row wrap;
    row-gap: 0.9em;
  }
  .footer-list > li {
    margin: 0 30px 0 0;
    padding-right: 30px;
  }
  .footer-list > li:first-child,
  .footer-list li + li {
    border-right: 1px solid #5c5c5c;
  }
  .footer-list > li:last-child {
    margin-right: 30px;
    padding-left: 0;
    border-right: none;
  }
  .footer-list > li > [class^="footer-list__type"] {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.6;
    text-decoration: none;
  }
  .footer-list > li > [class^="footer-list__type"]:hover {
    text-decoration: underline;
    text-decoration-color: #fff;
  }
  .footer-list__type--pdf::after {
    position: relative;
    top: 0;
    display: inline-block;
    margin: 0 0 0 12px;
    width: 16px;
    height: 16px;
    background: url(/common-files/img/cmn_sprite_ic01.png) no-repeat 0px -200px;
    vertical-align: middle;
    content: "";
  }

  /* ----- Footer__foot ----- */
  .Footer__foot {
    height: 88px;
    padding: 0 22px 18px;
  }
  .Footer__foot__inner {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    border-top: 1px solid #5c5c5c;
  }
  .footer-identity {
    width: 255px;
  }
  .footer-identity__logo > img {
    vertical-align: middle;
  }
  /* ----- footer-copyright ----- */
  .footer-copyright {
    grid-column: 2;
    justify-self: center;
  }
  .footer-copyright > small {
    color: #999;
    font-size: 1.2rem;
    line-height: 1.5;
    vertical-align: baseline;
  }

  /* ----- Pagetop ----- */
  .Pagetop {
    position: fixed;
    z-index: 996;
    right: 24px;
    bottom: 40px;
  }
  .Pagetop > a {
    display: block;
    position: relative;
    width: 61px;
    height: 61px;
    background-color: #fff;
    border: solid 1px #009c7c;
    border-radius: 999px;
    text-indent: -9999em;
    outline: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .Pagetop.is-ride {
    position: absolute;
    top: 290px;
    bottom: auto;
  }
  .Pagetop > a::before,
  .Pagetop > a::after {
    position: absolute;
    top: calc(50% - 8px);
    width: 2px;
    height: 14px;
    background-color: #009c7c;
    content: "";
  }
  .Pagetop > a::before {
    left: 24px;
    transform: rotate(45deg);
  }
  .Pagetop > a::after {
    right: 24px;
    transform: rotate(-45deg);
  }
  .Pagetop > a:hover {
    background-color: #009c7c;
  }
  .Pagetop > a:hover::before,
  .Pagetop > a:hover::after {
    background-color: #fff;
  }
}

  /* ------------------------------------------------------
   * Other
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */


/* ======================================================
 * Media Queries
====================================================== */
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1800px) {
}
@media screen and (min-width: 768px) and (max-width: 1680px) {
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
}
@media screen and (min-width: 768px) and (max-width: 1440px) {

}
@media screen and (min-width: 768px) and (max-width: 1366px) {

}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .header-menu .menu_main > li > a {
    padding: 0 15px;
  }
  .pageGuide {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .Header__inner {
    padding-right: 0;
    padding-left: 0;
  }
  .pageGuide {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .Header {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .header-menu .menu_main > li > a {
    font-size: 1.3rem;
  }
  .Main {
    width: 1200px;
    overflow-x: visible;
  }
  .pageGuide {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .assist-policy {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .Footer {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1112px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 768px) and (max-width: 896px) {
}
@media screen and (min-width: 768px) and (max-width: 834px) {
}
@media screen and (min-width: 768px) and (max-width: 812px) {
}


/* ======================================================
 * Print
====================================================== */
@media print {
  body {
    width: 1280px !important;
    margin: 0 auto !important;
  }
  body[data-browser="chrome"] {
    zoom: .85;
  }
  .pc-hidden,
  .assist-follow,
  .Pagetop {
    display: none !important;
  }
  .Header {
    position: absolute !important;
    left: 0 !important;
  }
  .Header__inner {
    padding: 0 20px;
  }
}