@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
  ------------------------------------------------------ */
  /* ----- font ----- */

  /* ----- opacity ----- */

  /* ----- transition ----- */
  .header-lang > a .lang_label::after {
    -webkit-transition: transform .2s ease-out 0s;
    transition: transform .2s ease-out 0s;
  }

  /* ----- link icon ----- */
  .menu-megadrop .megadrop_list > li > a.a-blank::after,
  .menu-megadrop .megadrop_list_child > li > a.a-blank::after {
    display: inline-block;
    margin: .45em 0 0 8px;
  }
  .menu-megadrop .megadrop_list > li > a.a-pdf::after,
  .menu-megadrop .megadrop_list_child > li > a.a-pdf::after {
    display: inline-block;
    margin: .15em 0 0 8px;
  }
  /* for IE11 */
  [data-browser="ie11"]:not([data-font="meiryo"]) .menu-megadrop .megadrop_list > li > a.a-blank::after,
  [data-browser="ie11"]:not([data-font="meiryo"]) .menu-megadrop .megadrop_list_child > li > a.a-blank::after {
    margin-top: .35em;
  }
  [data-browser="ie11"]:not([data-font="meiryo"]) .menu-megadrop .megadrop_list > li > a.a-pdf::after,
  [data-browser="ie11"]:not([data-font="meiryo"]) .menu-megadrop .megadrop_list_child > li > a.a-pdf::after {
    margin-top: .05em;
  }

  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  .Header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 250px;
    border-right: 1px solid #ddd;
    background-color: #f9f9f9;
  }
  .Header.is-fixed {
    position: fixed;
  }

  /* ----- HeaderBody ----- */
  .HeaderBody {
    padding: 0 20px;
  }
  .Header.is-fixed .HeaderBody {
    padding-bottom: 250px;
  }

  /* ----- header-identity ----- */
  .header-identity {
    margin: 0 -20px;
    padding: 30px 0;
    background-color: #fff;
    text-align: center;
  }

  /* ----- header-search ----- */
  .header-search {
    display: block !important;
    margin: 0 -20px;
    padding: 0 20px;
    background-color: #fff;
  }
  .header-search .search_form {
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
  }
  .header-search .search_text {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 45px 0 12px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    outline: none;
    vertical-align: middle;
  }
  /* for IE11 */
  [data-browser="ie11"]:not([data-font="meiryo"]) .header-search .search_text {
    padding-top: 4px;
  }
  .header-search .search_submit {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: url(/common/img/hdr_search_ic01.png) no-repeat 50% 50% #fff;
    text-indent: -9999em;
    outline: none;
    cursor: pointer;
    overflow: hidden;
  }
  .header-search #poptermHeader {
    display: table !important;
    width: 100% !important;
    left: 0 !important;
    top: 100% !important;
    margin: 0 !important;
    z-index: 1;
  }

  /* ----- header-navi ----- */
  .header-navi {
    margin: 0 -20px;
    padding: 30px 20px;
    background-color: #fff;
  }
  .header-navi .navi_global > li {
    margin-top: .5em;
  }
  .header-navi .navi_global > li.navi_global_1,
  .header-navi .navi_global > li.navi_global_2,
  .header-navi .navi_global > li.navi_global_3 {
    margin: 1.5em 0;
  }
  .header-navi .navi_global > li:first-child {
    margin-top: 0 !important;
  }
  .header-navi .navi_global > li > a {
    display: block;
    position: relative;
    padding-left: 20px;
    color: #333;
  }
  .header-navi .navi_global > li.navi_global_1 > a,
  .header-navi .navi_global > li.navi_global_2 > a,
  .header-navi .navi_global > li.navi_global_3 > a {
    padding-left: 50px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .header-navi .navi_global > li > a.is-active {
    color: #003b83;
    text-decoration: underline;
  }
  .header-navi .navi_global > li > a::before {
    position: absolute;
    top: .55em;
    left: 0;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 8px solid #003b83;
    content: "";
  }
  /* for IE11 */
  [data-browser="ie11"]:not([data-font="meiryo"]) .header-navi .navi_global > li > a::before {
    top: .45em;
  }
  .header-navi .navi_global > li.navi_global_1 > a::before,
  .header-navi .navi_global > li.navi_global_2 > a::before,
  .header-navi .navi_global > li.navi_global_3 > a::before {
    border: none;
  }
  .header-navi .navi_global > li.navi_global_1 > a::before {
    top: 0;
    left: 5px;
    width: 26px;
    height: 26px;
    background: url(/common/img/hdr_nav_ic01.png) no-repeat 0 0;
  }
  /* for IE11 */
  [data-browser="ie11"]:not([data-font="meiryo"]) .header-navi .navi_global > li.navi_global_1 > a::before {
    top: -.1em;
  }
  .header-navi .navi_global > li.navi_global_2 > a::before {
    top: 0;
    left: 0;
    width: 34px;
    height: 29px;
    background: url(/common/img/hdr_nav_ic02.png) no-repeat 0 0;
  }
  /* for IE11 */
  [data-browser="ie11"]:not([data-font="meiryo"]) .header-navi .navi_global > li.navi_global_2 > a::before {
    top: -.1em;
  }
  .header-navi .navi_global > li.navi_global_3 > a::before {
    top: .25em;
    left: 5px;
    width: 28px;
    height: 17px;
    background: url(/common/img/hdr_nav_ic03.png) no-repeat 0 0;
  }
  /* for IE11 */
  [data-browser="ie11"]:not([data-font="meiryo"]) .header-navi .navi_global > li.navi_global_3 > a::before {
    top: .15em;
  }
  .header-navi .navi_global > li > a > .nav_label {
    display: block;
    position: relative;
  }
  .header-navi .navi_global > li > a.is-active > .nav_label::before {
    position: absolute;
    top: 50%;
    right: -21px;
    width: 0;
    height: 0;
    margin-top: -16px;
    border-top: 16px solid transparent;
    border-right: 20px solid #ddd;
    border-bottom: 16px solid transparent;
    border-left: 20px solid transparent;
    z-index: 10;
    content: "";
  }
  .header-navi .navi_global > li > a.is-active > .nav_label::after {
    position: absolute;
    top: 50%;
    right: -22px;
    width: 0;
    height: 0;
    margin-top: -15px;
    border-top: 15px solid transparent;
    border-right: 19px solid #f5f7fb;
    border-bottom: 15px solid transparent;
    border-left: 19px solid transparent;
    z-index: 10;
    content: "";
  }

  /* ----- menu-megadrop ----- */
  .menu-megadrop {
    display: none;
    position: absolute;
    left: 250px;
    top: 0;
    width: 290px;
    padding-bottom: 1px;
    border-right: 1px solid #ddd;
    background-color: #f5f7fb;
    overflow-y: auto;
  }
  .menu-megadrop .megadrop_content {
    padding: 60px 30px;
  }
  .menu-megadrop .megadrop_title + * {
    margin-top: 1.25em !important;
  }
  .menu-megadrop .megadrop_title > .megadrop_title_label {
    display: inline-block;
    position: relative;
    color: #333;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .header-navi .navi_global_1 .menu-megadrop .megadrop_title > .megadrop_title_label,
  .header-navi .navi_global_2 .menu-megadrop .megadrop_title > .megadrop_title_label,
  .header-navi .navi_global_3 .menu-megadrop .megadrop_title > .megadrop_title_label {
    padding-left: 40px;
  }
  .menu-megadrop .megadrop_title > .megadrop_title_label::before {
    position: absolute;
    left: 0;
    content: "";
  }
  .header-navi .navi_global_1 .menu-megadrop .megadrop_title > .megadrop_title_label::before {
    top: 0;
    left: 5px;
    width: 26px;
    height: 26px;
    background: url(/common/img/hdr_nav_ic01.png) no-repeat 0 0;
  }
  /* for IE11 */
  [data-browser="ie11"]:not([data-font="meiryo"]) .header-navi .navi_global_1 .menu-megadrop .megadrop_title > .megadrop_title_label::before {
    top: -.1em;
  }
  .header-navi .navi_global_2 .menu-megadrop .megadrop_title > .megadrop_title_label::before {
    top: -.15em;
    left: 0;
    width: 34px;
    height: 29px;
    background: url(/common/img/hdr_nav_ic02.png) no-repeat 0 0;
  }
  /* for IE11 */
  [data-browser="ie11"]:not([data-font="meiryo"]) .header-navi .navi_global_2 .menu-megadrop .megadrop_title > .megadrop_title_label::before {
    top: -.25em;
  }
  .header-navi .navi_global_3 .menu-megadrop .megadrop_title > .megadrop_title_label::before {
    top: .25em;
    left: 5px;
    width: 28px;
    height: 17px;
    background: url(/common/img/hdr_nav_ic03.png) no-repeat 0 0;
  }
  /* for IE11 */
  [data-browser="ie11"]:not([data-font="meiryo"]) .header-navi .navi_global_3 .menu-megadrop .megadrop_title > .megadrop_title_label::before {
    top: .15em;
  }
  .menu-megadrop .megadrop_list > li + li {
    margin-top: .5em;
  }
  .menu-megadrop .megadrop_list > li + li.megadrop_list_box,
  .menu-megadrop .megadrop_list > li.megadrop_list_box + li {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ddd;
  }
  .header-navi .navi_global_1 .menu-megadrop .megadrop_list > li {
    padding-left: 20px;
  }
  .menu-megadrop .megadrop_list > li > a {
    color: #333;
  }
  .menu-megadrop .megadrop_list > li > a:hover {
    color: #003b83;
  }
  .menu-megadrop .megadrop_list_child {
    margin-top: 1em;
  }
  .menu-megadrop .megadrop_list_child[data-count-pc]:not([data-count-pc="1"]) {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .menu-megadrop .megadrop_list_child > li + li {
    margin-top: .5em;
  }
  .menu-megadrop .megadrop_list_child[data-count-pc]:not([data-count-pc="1"]) > li {
    margin: .75em 0 0 20px;
  }
  .menu-megadrop .megadrop_list_child[data-count-pc="2"] > li {
    width: calc((100% - 20px) / 2);
  }
  .menu-megadrop .megadrop_list_child[data-count-pc="3"] > li {
    width: calc((100% - 40px) / 3);
  }
  .menu-megadrop .megadrop_list_child[data-count-pc="2"] > li:nth-child(2n+1),
  .menu-megadrop .megadrop_list_child[data-count-pc="3"] > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
  .menu-megadrop .megadrop_list_child[data-count-pc="2"] > li:nth-child(-n+2),
  .menu-megadrop .megadrop_list_child[data-count-pc="3"] > li:nth-child(-n+3) {
    margin-top: 0 !important;
  }
  .menu-megadrop .megadrop_list_child > li > a {
    color: #333;
  }
  .menu-megadrop .megadrop_list_child > li > a:hover {
    color: #003b83;
  }
  .menu-megadrop .megadrop_block {
    margin-top: 1em;
  }
  .menu-megadrop .megadrop_block > .megadrop_block_title {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .header-navi .navi_global_1 .megadrop_block > .megadrop_block_title {
    margin-left: -20px;
  }
  .menu-megadrop .megadrop_block > .megadrop_block_title + .megadrop_block_detail {
    margin-top: .75em;
  }
  .menu-megadrop .megadrop_block > .megadrop_block_detail > *:first-child {
    margin-top: 0 !important;
  }

  /* ----- header-link ----- */
  .header-link {
    margin-top: 1.5em;
  }
  .header-link > li {
    font-size: 1.4rem;
  }
  .header-link > li + li {
    margin-top: .75em;
  }
  .header-link > li > a {
    color: #333;
  }

  /* ----- header-lang ----- */
  .header-lang {
    position: relative;
    margin-top: .75em;
  }
  .header-lang > a {
    display: block;
    position: relative;
    padding: 7px 10px 7px 45px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #333;
    font-size: 1.4rem;
  }
  .header-lang > a::before {
    position: absolute;
    top: 50%;
    left: 12px;
    width: 21px;
    height: 20px;
    margin-top: -10px;
    background: url(/common/img/hdr_global_ic01.png) no-repeat 0 0;
    content: "";
  }
  .header-lang > a .lang_label {
    display: inline-block;
  }
  /* for IE11 */
  [data-browser="ie11"]:not([data-font="meiryo"]) .header-lang > a .lang_label {
    padding-top: 2px;
  }
  .header-lang > a:hover .lang_label {
    text-decoration: underline;
  }
  .header-lang > a .lang_label::after {
    display: inline-block;
    position: relative;
    top: -.2em;
    margin-left: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    content: "";
  }
  .header-lang > a.is-active .lang_label::after {
    top: .2em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-lang .lang_detail {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .header-lang .lang_list {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .header-lang .lang_list > li + li {
    border-top: 1px solid #ddd;
  }
  .header-lang .lang_list > li > a {
    display: block;
    position: relative;
    padding: 7px 10px 7px 35px;
    background-color: #fff;
    color: #333;
    font-size: 1.4rem;
  }
  /* for IE11 */
  [data-browser="ie11"]:not([data-font="meiryo"]) .header-lang .lang_list > li > a {
    padding-top: 9px;
  }
  .header-lang .lang_list > li > a:hover {
    color: #003b83;
  }
  .header-lang .lang_list > li > a::before {
    position: absolute;
    top: 1.15em;
    left: 19px;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 8px solid #003b83;
    content: "";
  }

  /* ----- header-sns ----- */
  .header-sns {
    margin-top: .75em;
  }
  .header-sns > li + li {
    margin-top: .75em;
  }
  .header-sns > li > a {
    display: inline-block;
    position: relative;
    padding-left: 45px;
    color: #333;
    font-size: 1.4rem;
  }
  .header-sns > li > a::before {
    position: absolute;
    content: "";
  }
  .header-sns > li.sns_x > a::before {
    top: 0;
    left: 4px;
    width: 22px;
    height: 22px;
    background: url(/common/img/hdr_sns_ic03.png) no-repeat 0 0;
  }
  .header-sns > li.sns_youtube > a::before {
    top: 0;
    left: 0;
    width: 30px;
    height: 21px;
    background: url(/common/img/hdr_sns_ic02.png) no-repeat 0 0;
  }
    .header-sns > li.sns_app > a::before {
    top: 1px;
    left: 0;
    width: 30px;
    height: 21px;
    background: url(/common/img/hdr_sns_ic04.jpg) no-repeat 0 0;
  }

  /* ----- header-assist ----- */
  .header-assist {
    margin: 1.5em -20px 0;
    padding-top: 82px;
    background: url(/common/img/hdr_assist_bg01.png) no-repeat 50% 0;
  }
  .Header.is-fixed .header-assist {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
  }
  .header-assist .assist_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: 80px;
  }
  .header-assist .assist_list > li {
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  .header-assist .assist_list > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 45px 5px 0;
    background-color: #003b83;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
    text-decoration: none;
  }
  .header-assist .assist_list > li > a:hover {
    background-color: #0e57b0;
  }
  .header-assist .assist_list > li > a::before {
    position: absolute;
    left: 50%;
    content: "";
  }
  .header-assist .assist_list > li.assist_list_lost > a::before {
    top: 11px;
    width: 31px;
    height: 31px;
    margin-left: -16px;
    background: url(/common/img/hdr_assist_ic01.png) no-repeat 0 0;
  }
  .header-assist .assist_list > li.assist_list_faq > a::before {
    top: 14px;
    width: 38px;
    height: 26px;
    margin-left: -19px;
    background: url(/common/img/hdr_assist_ic02.png) no-repeat 0 0;
  }
  .header-assist .assist_list > li.assist_list_contact > a::before {
    top: 17px;
    width: 23px;
    height: 17px;
    margin-left: -12px;
    background: url(/common/img/hdr_assist_ic03.png) no-repeat 0 0;
  }

  /* ----- for SP Element ----- */
  .search-overlay,
  .lang-overlay {
    display: none !important;
  }

  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .Main {
    min-width: 1200px;
    padding: 0 0 0 250px;
    background-color: #fff;
  }
  .MainBody {
    padding-bottom: 1px;
  }

  /* ----- pageHead ----- */
  .pageHead {
  }

  /* ----- pageGuide ----- */
  .pageGuide {
    padding: 15px 40px 0;
  }
  /* breadcrumbs */
  .breadcrumbs {
    width: 1510px;
    min-width: 870px;
    margin: 0 auto;
  }
  .breadcrumbs > li {
    position: relative;
    float: left;
    margin-right: 13px;
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .breadcrumbs > li::before {
    content: ">";
    position: absolute;
    top: -.1em;
    left: 0;
    display: block;
    font-weight: 500 !important;
  }
  .breadcrumbs > li:first-child {
    padding-left: 0;
  }
  .breadcrumbs > li:first-child::before {
    display: none;
  }
  .breadcrumbs > li:last-child {
    margin-right: 0;
  }

  /* ----- container ----- */
  .container {
    padding: 20px 40px 0;
  }
  /* contents */
  #main .contents > * {
    width: 1200px;
    min-width: 870px;
    margin-left: auto;
    margin-right: auto;
  }
  #main .container[data-wide="true"] .contents > * {
    width: auto;
  }
  .contents > *:first-child,
  .contents > *:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  #main .contents > *:last-child {
    margin-bottom: 75px;
  }

  /* ----- pageFoot ----- */
  .pageFoot {
    padding: 0 40px;
  }
  .pageFoot > *:first-child,
  .pageFoot > *:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }

  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .Footer {
    width: 100%;
    min-width: 1200px;
    margin-top: -1px;
    padding: 30px 0 55px 250px;
    border-top: 1px solid #ddd;
    background-color: #fff;
  }
  .FooterBody {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1590px;
    min-width: 950px;
    margin: 0 auto;
    padding: 0 40px;
  }

  /* ----- footer-copyright ----- */
  .footer-copyright {
    flex-shrink: 0;
    margin-left: 50px;
    color: #666;
    font-size: 1.4rem;
    white-space: nowrap;
  }

  /* ----- footer-utility ----- */
  .footer-utility {
    width: 100%;
  }

  /* ----- footer-link ----- */
  .footer-link {
    margin: 0 0 -1em -25px;
    overflow: hidden;
  }
  .footer-link > li {
    float: left;
    margin: 0 0 1em 25px;
    font-size: 1.4rem;
  }
  .footer-link > li > a {
    color: #333;
  }
  .footer-link > li > a:hover {
    color: #003b83;
  }

  /* ----- Pagetop ----- */
  .Pagetop {
  }

  /* ------------------------------------------------------
   * Other
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .breadcrumbs::after,
  .footer-link::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1840px) {
  .breadcrumbs,
  .FooterBody {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1530px) {
  #main .container[data-wide] .contents > * {
    width: 100%;
  }
}


/* ======================================================
 * Print
====================================================== */
@media print {
  body {
    position: relative !important;
  }
  body[data-browser="chrome"] {
    zoom: .85;
  }
  .Header {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: auto !important;
  }
  .menu-megadrop {
    position: absolute !important;
    height: 100% !important;
  }
  .Main,
  .Footer,
  .breadcrumbs,
  .FooterBody,
  .contents > * {
    width: 100% !important;
  }
  .pc-hidden,
  .Pagetop {display:none !important;}
}