@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
  ------------------------------------------------------ */
  .theme-open .Main {
  }
  /* ----- font ----- */
  
  /* ----- a ----- */
  
  /* ----- opacity ----- */
  
  /* ----- transition ----- */
  
  /* ----- sprite ----- */
  
  .nav_category > li > .a-blank::after,
  .nav_category > li > .a-pdf::after {
    display: inline-block;
    margin: .45em 0 0 10px;
  }
  
  
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  body{
    position: relative;
    /*overscroll-behavior: none;*/
  }
  .Header {
    min-width: 1200px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    z-index: 15;
    transition: top .3s ease 0s;
    /*overscroll-behavior: none;*/
  }
  .is-scroll .Header {
    top: -80px;
  }
  .HeaderBody {
    min-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 30px;
    height: 80px;
    background-color: #fff;
  }
  
  /* ----- HeaderUtility ----- */
  .HeaderUtility {
    display: flex;
    align-items: center;
    height: 80px;
    min-width: 120px;
  }
  .identity_logo > a {
    display: block;
    width: 256px;
    height: 34px;
    background: url("/common/img/logo.png") no-repeat 0 0;
    background-size: contain;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
  }
  /* ----- HeaderUtility ----- */
  .utility-link {
    display: flex;
    flex-flow: row;
    align-items: center;
  }
  .utility-link .utility-link_english {
    margin: 0 20px 0 14px;
  }
  .utility-link .utility-link_english > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 59px;
    height: 27px;
    border: 1px solid #ddd;
    font-size: 1.2rem;
    color: #333;
  }
  .utility-link .utility-link_search > a {
    display: block;
    width: 27px;
    height: 80px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    transition: none;
  }
  .utility-link .utility-link_search > a::after {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    background: url("/common/img/com_sprite01.png") no-repeat -35px -32px;
  }
  .utility-link .utility-link_search > a:hover::after,
  .utility-link .utility-link_search.search-open > a::after {
    background: url("/common/img/com_sprite01.png") no-repeat -60px -32px;
    transition: none;
  }
  .search-area {
    display: none;
  }
  
  
  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  .Gnav {
    display: flex;
    flex-flow: row-reverse;
    flex-grow: 1;
  }
  .GnavBody {
    position: relative;
  }
  .gnav-menu,
  .gnav-bg {
    display: none;
  }
  
  /* ----- gnav-list ----- */
  .gnav-list {
    display: flex;
  }
  .gnav-list > li {
  }
  .gnav-list > li > a {
    position: relative;
    display: flex;
    align-items: center;
    height: 80px;
    padding: 7px 16px;
    color: #333;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .gnav-list > li > a:hover {
    text-decoration: none;
  }
  .gnav-list > li.is-current > a {
    color: #008574;
  }
  .gnav-list > li.is-current > a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    display: block;
    margin: 0 auto;
    width: calc(100% - 32px);
    height: 4px;
    background-color: #008574;
  }
  .gnav-list-sp {
    display: none;
  }
  /* ------------------------------------------------------
   * MegaMenu
  ------------------------------------------------------ */
  .MegaMenu {
    position: fixed;
    /*top: -214px;*/
    top: 71px;
    left: 0;
    width: 100%;
    height: 0;
    /*border-top: 9px solid #006158;*/
    background-color: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
    z-index: 6;
    overflow: hidden;
    transition: height .3s ease 0s,top .3s ease 0s;
  }
  .is-scroll .MegaMenu {
    top: 0 !important;
  }
  .MegaMenu.is-open {
    height: 296px;
  }
  .MegaMenuBody {
    width: 1200px;
    margin: 0 auto;
  }
  .MegaMenuList {
    position: absolute;
    top: 9px;
    display: flex;
    width: 1200px;
    opacity: 0;
    transition: opacity .3s ease 0s;
  }
  .MegaMenuList .MegaMenuList_title {
    position: relative;
  }
  .MegaMenuList .MegaMenuList_title a {
    display: block;
    overflow: hidden;
  }
  .MegaMenuList .MegaMenuList_title a:hover {
    opacity: 0.8;
  }
  .MegaMenuList .MegaMenuList_title a figure img {
    transform: scale(1.01);
    transition-duration: 0.3s;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
  }
  .MegaMenuList .MegaMenuList_title a:hover figure img {
    transform: scale(1.05);
    transition-duration: 0.3s;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
  }
  .MegaMenuList .MegaMenuList_title h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:  0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .MegaMenuList .MegaMenuList_links {
    flex-grow: 1;
    display: flex;
    align-items: center;
  }
  .MegaMenuList .MegaMenuList_links .MegaMenuList_links_inner {
    width: 100%;
    padding: 30px 40px;
  }
  .MegaMenuList .MegaMenuList_links .link-list ul > li {
    margin-top: 15px;
  }
  .MegaMenuList .MegaMenuList_links .link-list[data-row-pc="auto"] > * { min-width: calc((100% -  72px) / 3); }
  .MegaMenuList .search-box {
    width: 100%;
    margin-bottom: 15px;
  }
  .MegaMenuList .search-box form {
    width: 100%;
    display: flex;
  }
  .MegaMenuList .search-box .txt {
    flex-grow: 1;
    border-bottom: 1px solid #bbb;
    margin-right: 10px;
  }
  .MegaMenuList .search-box .txt input {
    width: 100%;
    height: 47px;
    outline: none;
    border: none;
  }
  .MegaMenuList .search-box .btn {
    width: 110px;
  }
  .MegaMenuList .search-box .btn input {
    display: block;
    padding: 0;
    width: 110px;
    height: 48px;
    background: url("/common/img/com_sprite01.png") no-repeat 0 -92px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    outline: none;
    border: none;
    cursor: pointer;
  }
  
  
  .megaMenu-bar {
/*    position: fixed;
    top: 71px;
    left: 0;*/
    display: block;
    content: "";
    width: 100%;
    height: 9px;
    background-color: #006158;
    z-index: 10;
  }
  .slide-arrow {
    position: absolute;
    bottom: 9px;
    left: 0;
    display: none;
    content: "";
    width: 13px;
    height: 7px;
    background: url("/common/img/com_sprite01.png") no-repeat -88px -32px;
    transition: all .5s ease 0s;
  }
  
  .MegaMenuList_back {
    display: none;
  }
  
  /* ------------------------------------------------------
   * SearchMenu
  ------------------------------------------------------ */
  .SearchMenu {
    position: absolute;
    /*top: -214px;*/
    top: 71px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
    z-index: 6;
    overflow: hidden;
    transition: height .3s ease 0s;
  }
  .search-open .SearchMenu {
    height: 120px;
  }
  .SearchMenuBody {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .searchMenu-bar {
    display: block;
    content: "";
    width: 100%;
    height: 9px;
    background-color: #006158;
    z-index: 10;
  }
  .search-arrow {
    position: absolute;
    top: 64px;
    right: 36px;
    display: none;
    content: "";
    width: 13px;
    height: 7px;
    background: url("/common/img/com_sprite01.png") no-repeat -88px -32px;
  }
  .SearchMenu .search-box {
    width: 100%;
  }
  .SearchMenu .search-box form {
    width: 100%;
    display: flex;
  }
  .SearchMenu .search-box .txt {
    flex-grow: 1;
    border-bottom: 1px solid #bbb;
    margin-right: 10px;
  }
  .SearchMenu .search-box .txt input {
    width: 100%;
    height: 47px;
    outline: none;
    border: none;
  }
  .SearchMenu .search-box .btn {
    width: 110px;
  }
  .SearchMenu .search-box .btn input {
    display: block;
    padding: 0;
    width: 110px;
    height: 48px;
    background: url("/common/img/com_sprite01.png") no-repeat 0 -92px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    outline: none;
    border: none;
    cursor: pointer;
  }
  
  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .Main {
    margin-top: 81px;
    width: calc(100% - 80px);
  }
  .MainBody {
    overflow-x: hidden;
    min-width: 1200px;
  }
  
  /* ----- pageGuide ----- */
  .pageGuide {
  }
  /* breadcrumbs */
  .breadcrumbs {
    max-width: 1200px;
    margin: 0 auto;
    padding: 17px 0;
  }
  .container[data-wide="true"] .breadcrumbs {
    max-width: 100%;
  }
  .breadcrumbs > li {
    position: relative;
    float: left;
    padding: 0 8px 0 17px;
    font-size: 1.2rem;
  }
  .breadcrumbs > li::before {
    content: "＞";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-weight: normal !important;
  }
  .breadcrumbs > li:first-child {
    padding-left: 0;
  }
  .breadcrumbs > li:first-child::before {
    display: none;
  }
  .breadcrumbs > li:last-child {
    font-weight: bold;
  }
  
  /* ----- pageHead ----- */
  .pageHead {
  }
  .pageHead .heading-lv1 {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* ----- container ----- */
  .container {
    max-width: 1200px;
    margin: 50px auto 0;
  }
  .container[data-wide="false"] {
    margin-top: 60px;
  }
  .container[data-wide="site-search"] {
    margin-top: 0;
  }
  /* contents */
  .contents {
    padding-bottom: 40px;
  }
  .contents > *:first-child,
  .contents > *:first-child > [class*="heading-lv"]:first-child {
    margin-top: 0 !important;
  }
  .contents > .typeGray{
    background-color: #f4f4f4;
    margin: -50px -500% 0 !important;
    padding: 0 500%;
  }
  .typeGray > .inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
  }
  [data-sidebar="true"]  {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
  }
  [data-sidebar="true"] .contents {
/*    overflow: hidden;
    float: right;*/
    width: 891px;
  }
  /* sidebar */
  .sidebar {
  }
  [data-sidebar="true"] .sidebar {
/*    float: left;*/
    width: 273px;
    margin-right: 36px;
    flex-shrink: 0;
  }
  .sidebar .nav_head > a {
    display: block;
    padding: 12px 10px 11px 27px;
    color: #fff;
    font-weight: bold;
    background-color: #008574;
    border-bottom: 1px solid #ddd;
  }
  .sidebar .nav_head.nav-trigger-v2 > a {
    padding-right: 45px;
  }
  .sidebar .nav_head > .sideNav-trigger {
    display: none;
  }
  .sidebar .nav_head.nav-trigger-v2 {
    position: relative;
  }
  .sidebar .nav_head.nav-trigger-v2 > .sideNav-trigger {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: 100%;
    white-space: nowrap;
    width: 45px;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    background-color: #008574;
    border-bottom: 1px solid #ddd;
  }
  .sidebar .nav_head.nav-trigger-v2 > .sideNav-trigger::before {
    content: "";
    width: 25px;
    height: 15px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    background: url("/common/img/com_sprite01.png") no-repeat -180px -200px;
    background-size: 240px auto;
  }
  .sidebar-nav.is-open .nav_head.nav-trigger-v2 > .sideNav-trigger::before {
    background: url("/common/img/com_sprite01.png") no-repeat -155px -200px;
    background-size: 240px auto;
  }
  .sidebar .nav_category > li > .block {
    position: relative;
    display: block;
    padding: 12px 10px 11px 10px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
    line-height: 1.6;
  }
  .sidebar .nav_category > li > .block.nav-target-v3 {
    padding-right: 35px;
    cursor: pointer;
  }
  .sidebar .nav_category > li > .block.nav-target-v3::before,
  .sidebar .nav_category > li > .block.nav-target-v3::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    background-color: #008574;
    content: "";
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .sidebar .nav_category > li > .block.nav-target-v3::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .sidebar .nav_category > li.is-open > .block.nav-target-v3::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .sidebar .nav_category.stage1 > li > a {
    position: relative;
    display: block;
    padding: 12px 10px 12px 27px;
    border-bottom: 1px solid #ddd;
    line-height: 1.6;
  }
  .sidebar .nav_category.stage1 > li > a::before {
    position: absolute;
    left: 6px;
    top: 19px;
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background: url("/common/img/com_sprite01.png") no-repeat 0 -18px;
  }
  .sidebar .nav_category.stage1 > li.is-current > a,
  .sidebar .nav_category.stage1 > li.is-open > a {
    background-color: #ebf1ed;
    color: #008574;
  }
  .sidebar .nav_category.stage2 {
    display: none;
    transition: height .3s ease 0s;
  }
  .sidebar .is-open > .nav_category.stage2 {
    display: block;
  }
  .sidebar .nav_category.stage2 > li > a {
    position: relative;
    display: block;
    padding: 11px 10px 12px 41px;
    border-bottom: 1px solid #ddd;
    line-height: 1.6;
  }
  .sidebar .nav_category.stage2 > li > a::before {
    position: absolute;
    left: 24px;
    top: 19px;
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background: url("/common/img/com_sprite01.png") no-repeat 0 -18px;
  }
  .sidebar .nav_category.stage2 > li.is-current > a,
  .sidebar .nav_category.stage2 > li.is-open > a {
    background-color: #ebf1ed;
    color: #008574;
  }
  
  [data-browser="ie11"] .sidebar .nav_head > a {
    padding: 16px 20px 7px 27px;
  }
  [data-browser="ie11"] .sidebar .nav_category.stage1 > li > a {
    padding: 15px 20px 7px 27px;
  }
  [data-browser="ie11"] .sidebar .nav_category.stage2 > li > a {
    padding: 15px 20px 7px 43px;
  }
  
  /* ----- pageFoot ----- */
  .pageFoot.bgColor01 {
    background-color: #f4f4f4;
  }
  .pageFoot.foot-p-v1 {
    padding: 40px 0 60px;
  }
  .pageFoot > .pageFoot-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  
  .Assist {
    position: fixed;
    display: flex;
    flex-flow: column;
    justify-content: center;
    right: 0;
    top: 0;
    width: 80px;
    height: 100vh;
    padding: 80px 0;
    background-color: #008574;
    z-index: 11;
  }
  .area-title > a,
  .InquiryArea > a,
  .ColumnArea > a,
  .MagazineArea > a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 80px;
    height: 80px;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    text-decoration: none;
    line-height: 1.2;
  }
  .area-title > a:hover,
  .theme-open .ThemeArea .area-title > a,
  .favorite-open .FavoriteArea .area-title > a,
  .InquiryArea > a:hover,
  .ColumnArea > a:hover,
  .MagazineArea > a:hover {
    background-color: #006158;
  }
  .ThemeArea .area-title > a::before {
    margin: 0 auto 10px;
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    background: url("/common/img/com_sprite01.png") no-repeat 0 -66px;
  }
  .theme-open .ThemeArea .area-title > a::before {
    width: 23px;
    height: 23px;
    background: url("/common/img/com_sprite01.png") no-repeat -73px -66px;
  }
  .themeWrap {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    background: rgba(0,0,0,0.7);
    width: calc(100% - 80px);
    height: calc(100vh - 80px);
    z-index: 7;
    overflow-y: auto;
    transition: top .3s ease 0s;
    /*overscroll-behavior: none;*/
  }
  .is-scroll .themeWrap {
    top: 0;
    height: 100vh;
  }
  .themeWrap .themeWrap-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    color: #fff;
  }
  .themeWrap .themeWrap-inner a {
    text-decoration: none;
  }
  .theme-lead {
    border: 1px solid #fff;
    padding: 10px 30px;
    border-radius: 50px;
    text-align: center;
  }
  .theme-heading {
    position: relative;
    margin-top: 20px;
  }
  .theme-heading > span {
    font-size: 2.0rem;
  }
  .theme-heading-v2 {
    position: relative;
    font-weight: bold;
    padding-left: 32px;
    margin-top: 20px;
    min-height: 26px;
  }
  .theme-heading-v2::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    content: "";
    width: 27px;
    height: 26px;
  }
  .theme-heading-v2.type01::before,
  .theme-heading-v2.icon-training::before {
    background: url("/common/img/com_sprite01.png") no-repeat 0 -150px;
  }
  .theme-heading-v2.type02::before,
  .theme-heading-v2.icon-challenge::before {
    background: url("/common/img/com_sprite01.png") no-repeat -30px -150px;
  }
  .theme-heading-v2.type03::before,
  .theme-heading-v2.icon-skill::before {
    background: url("/common/img/com_sprite01.png") no-repeat -60px -150px;
  }
  .theme-heading-v2.type04::before,
  .theme-heading-v2.icon-other::before {
    background: url("/common/img/com_sprite01.png") no-repeat -90px -150px;
  }
  .theme-list {
    margin-top: 10px;
  }
  .theme-list + .theme-heading {
    margin-top: 30px;
    padding-top: 20px;
  }
  .theme-list + .theme-heading::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0.2;
  }
  .theme-list[data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-top: 5px;
    margin-left: 5px;
  }
  .theme-list[data-row-pc="2"] > * { width: calc((100% -  5px) / 2); }
  .theme-list[data-row-pc="3"] > * { width: calc((100% -  10px) / 3); }
  .theme-list[data-row-pc="4"] > * { width: calc((100% - 15px) / 4); }
  .theme-list[data-row-pc="5"] > * { width: calc((100% - 20px) / 5); }
  .theme-list[data-row-pc="6"] > * { width: calc((100% - 25px) / 6); }
  .theme-list[data-row-pc="auto"] {
    margin-right: -5px;
    margin-bottom: -.5em;
  }
  .theme-list[data-row-pc="auto"] > * {
    margin-top: 0 !important;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 0;
  }
  /* for IE11 */
  [data-browser="ie11"] .theme-list[data-row-pc="2"] > * { width: calc(((100% - (5px * 1)) / 2) - 0.1px); }
  [data-browser="ie11"] .theme-list[data-row-pc="3"] > * { width: calc(((100% - (5px * 2)) / 3) - 0.1px); }
  [data-browser="ie11"] .theme-list[data-row-pc="4"] > * { width: calc(((100% - (5px * 3)) / 4) - 0.1px); }
  [data-browser="ie11"] .theme-list[data-row-pc="5"] > * { width: calc(((100% - (5px * 4)) / 5) - 0.1px); }
  [data-browser="ie11"] .theme-list[data-row-pc="6"] > * { width: calc(((100% - (5px * 5)) / 6) - 0.1px); }
  /* for Edge */
  [data-browser="edge"] .theme-list[data-row-pc="2"] > * { width: calc(((100% - (5px * 1)) / 2) - 0.1px); }
  [data-browser="edge"] .theme-list[data-row-pc="3"] > * { width: calc(((100% - (5px * 2)) / 3) - 0.1px); }
  [data-browser="edge"] .theme-list[data-row-pc="4"] > * { width: calc(((100% - (5px * 3)) / 4) - 0.1px); }
  [data-browser="edge"] .theme-list[data-row-pc="5"] > * { width: calc(((100% - (5px * 4)) / 5) - 0.1px); }
  [data-browser="edge"] .theme-list[data-row-pc="6"] > * { width: calc(((100% - (5px * 5)) / 6) - 0.1px); }
  
  .theme-list > li > a {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 52px;
    text-align: center;
    font-size: 1.4rem;
    color: #333;
    font-weight: bold;
    background-color: #fff;
  }
  .theme-list > li > a > span {
    font-size: 1.1rem;
  }
  .FavoriteArea .area-title > a::before {
    margin: 0 auto 10px;
    display: block;
    content: "";
    width: 27px;
    height: 26px;
    background: url("/common/img/com_sprite01.png") no-repeat -22px -65px;
  }
  .favorite-open .FavoriteArea .area-title > a::before {
    width: 23px;
    height: 23px;
    background: url("/common/img/com_sprite01.png") no-repeat -73px -66px;
  }
  .favoriteWrap {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    background: rgba(0,0,0,0.7);
    width: calc(100% - 80px);
    height: calc(100vh - 80px);
    z-index: 7;
    overflow-y: auto;
    transition: top .3s ease 0s;
    /*overscroll-behavior: none;*/
  }
  .is-scroll .favoriteWrap {
    top: 0;
    height: 100vh;
  }
  .favoriteWrap .favoriteWrap-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    color: #fff;
  }
  .favorite-lead {
    border: 1px solid #fff;
    padding: 10px 30px;
    border-radius: 50px;
    text-align: center;
  }
 
  .InquiryArea > a::before {
    margin: 0 auto 10px;
    display: block;
    content: "";
    width: 23px;
    height: 18px;
    background: url("/common/img/com_sprite01.png") no-repeat -49px -66px;
  }
  .ColumnArea > a::before {
    margin: 0 auto 10px;
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    background: url("/common/img/com_sprite01.png") no-repeat -190px -500px;
  }
  .MagazineArea > a::before {
    margin: 0 auto 10px;
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    background: url("/common/img/com_sprite01.png") no-repeat -220px -500px;
  }
  /* ----- Pagetop ----- */
  .Pagetop {
    position: absolute;
    bottom: 0;
  }
  .Pagetop > a {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    background-color: #339d90;
  }
  .Pagetop > a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    content: "";
    width: 25px;
    height: 19px;
    background: url("/common/img/com_sprite01.png") no-repeat -101px -34px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
  }
  .narrow_contents {
    display: flex;
    justify-content: center;
  }
  /* ------------------------------------------------------
   * Localnavi
  ------------------------------------------------------ */
  .localnavi {
    margin-top: 80px;
    background-color: #f4f4f4;
  }
  .localnavi-nav {
    margin: 0 auto;
    padding: 50px 0 60px;
    max-width: 1200px;
  }
  .localnavi-nav > .nav_head {
    text-align: center;
  }
  .localnavi-nav > .nav_head > a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    font-size: 2.6rem;
    color: #333;
    text-decoration: none;
  }
  .localnavi-nav > .nav_head > a:hover {
    text-decoration: underline;
    color: #53a700;
  }
  .localnavi-nav > .nav_head > a::before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    display: block;
    content: "";
    width: 10px;
    height: 20px;
    background: url("/common/img/com_sprite01.png") no-repeat -70px -340px;
  }
  .localnavi-nav > .nav_head > .localNav-trigger {
    display: none;
  }
  [data-browser="ie11"] .localnavi-nav > .nav_head > a::before {
    margin-top: -14px;
  }
  .localnavi-button[data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-top: 0.5em;
  }
  .localnavi-button > li > .a-blank::after,
  .localnavi-button > li > .a-pdf::after,
  .localnavi-button > li > .a-excel::after,
  .localnavi-button > li > .a-word::after,
  .localnavi-button > li > .a-ppt::after,
  .localnavi-button > li > .a-zip::after,
  .localnavi-button > li > .a-csv::after,
  .localnavi-button > li > .a-print::after {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7px;
  }
  
  [class*="localnavi-button"] {
    margin-top: 1.5em;
  }
  [class*="localnavi-button"] > li + li {
    margin-top: 1em;
  }
  [class*="localnavi-button"] a {
    line-height: 1.5;
  }
  [class*="localnavi-button"].gp-al-center {
    margin-top: 2em;
  }
  [class*="localnavi-button"].is-centering {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 2em;
  }
  [class*="localnavi-button"].is-centering > li {
    display: -webkit-flex;
    display: flex;
  }
  [class*="localnavi-button"].is-centering > li + li {
    margin-top: 0;
    margin-left: 36px;
  }
  [class*="localnavi-button"][data-row-pc] > li {
    display: -webkit-flex;
    display: flex;
  }
  [class*="localnavi-button"][data-row-pc] > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    min-width: 0;
  }
  [class*="localnavi-button"] > li > a[class*="js-equalHeight_"] {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  /* ----- localnavi-button ----- */
  .localnavi-button > li > a {
    display: inline-block;
    position: relative;
    margin-bottom: 4px;
    min-width: 273px;
    border: 1px solid #bbb;
    border-radius: 42px;
    box-shadow: 0px 2px 0px 0px rgba(221, 221, 221, 1);
    background-color: #fff;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-transition: all 0.07s ease-out 0s;
    transition: all 0.07s ease-out 0s;
  }
  .localnavi-button > li > a > .button_inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 12px 15px 12px 25px;
    border-radius: 40px;
  }
  .localnavi-button > li.is-current > a,
  .localnavi-button > li > a:hover {
    color: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    transform: translate3d(0, 2px, 0);
  }
  .localnavi-button > li.is-current > a > .button_inner,
  .localnavi-button > li > a:hover > .button_inner {
    background-color: #53a700;
  }
  .localnavi-button .link_label {
    display: inline-block;
    line-height: 1.5;
  }
  .localnavi-button > li > a::before {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #008573;
    content: "";
    -webkit-transition: all 0.07s ease-out 0s;
    transition: all 0.07s ease-out 0s;
  }
  .localnavi-button > li.is-current > a::before,
  .localnavi-button > li > a:hover::before {
    left: 15px;
    border-color: transparent transparent transparent #fff;
  }
  .localnavi-button > li > .a-blank > .button_inner,
  .localnavi-button > li > .a-pdf > .button_inner,
  .localnavi-button > li > .a-excel > .button_inner,
  .localnavi-button > li > .a-word > .button_inner,
  .localnavi-button > li > .a-ppt > .button_inner,
  .localnavi-button > li > .a-zip > .button_inner,
  .localnavi-button > li > .a-csv > .button_inner,
  .localnavi-button > li > .a-print > .button_inner {
    padding-right: 22px;
  }
  [data-browser="ie11"] .localnavi-button > li > a > .button_inner {
    padding-top: 16px;
    padding-bottom: 8px;
  }
  
  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .Footer {
    min-width: 1200px;
    background-color: #555;
    padding: 25px 30px 30px;
  }
  .FooterUtility {
  }
  .FooterBody {
  }
  .footer-link {
    display: flex;
    justify-content: center;
  }
  .footer-link > li {
    margin-right: 28px;
    font-size: 1.4rem;
  }
  .footer-link > li:last-child {
    margin-right: 0;
  }
  .footer-link > li > a {
    color: #fff;
  }
  
  /* ----- footer-copyright ----- */
  .footer-copyright {
    margin-top: 19px;
    text-align: center;
    font-size: 1.2rem;
    color: #999;
  }
  
  
  /* ------------------------------------------------------
   * Other
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .breadcrumbs::after,
  .container::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * Media Queries
====================================================== */
@media screen and (min-width: 1360px) {
  .container {
  }
}
@media screen and (min-width: 1280px) and (max-width: 1360px) {
  .container {
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .MainBody {
    overflow-x: hidden;
    min-width: 1120px;
  }
  [data-sidebar="true"] .contents {
    width: 100%;
    min-width: 811px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .identity_logo > a {
    width: 204px;
    height: 28px;
  }
  .gnav-list > li > a {
    padding: 7px 7px;
  }
  .gnav-list > li.is-current > a::after {
    width: calc(100% - 14px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .theme-list > li > a {
    font-size: 1.2rem;
  }
  .theme-list > li > a > span {
    font-size: 1.0rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .theme-list > li > a {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .theme-list > li > a {
    font-size: 1.0rem;
  }
}
/***
@media screen and (min-width: 1921px) {
}
***/


/* ======================================================
 * Print
====================================================== */
@media print {
  .Header {
    position: static !important;
  }
  .Main {
    margin-top: 0 !important;
  }
  .Pagetop,
  .Assist {display:none!important;}
  .Main {
    display: block;
    width: 100%;
    overflow: inherit;
  }
  .MainBody {
    display: block;
    overflow-x: inherit;
  }
  .contents {
    display: block;
  }
}