@charset "utf-8";

/* ======================================================
 * layout_sp.css
 * ------------------------------------------------------
 * @media only screen and (max-width: 767px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Other
 * - Clearfix
 * Media Queries
====================================================== */

@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  .Header {
    height: 50px;
  }
  .HeaderBody {
    width: 100%;
    position: fixed;
    background: #fff;
    box-shadow:0px 1px 3px 2px rgba(0,0,0,0.2);
    z-index: 999;
  }
  .HeaderBody .header-block {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .HeaderBody .header-identity {
    width: 88px;
    -webkit-flex: 0 0 88px;
    flex: 0 0 88px;
    -webkit-align-self: center;
    align-self: center;
    margin-left: 15px;
  }
  .Header.is-simple .HeaderBody {
    position: static;
  }
  .Header.is-simple .HeaderBody .header-block {
    height: 50px;
  }
  
  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  .Gnav {
  }
  .Gnav .gnavList,
  .Gnav .gnavSearch{
    display: none;
  }
  .Gnav .gnavUtil {
    display: -webkit-flex;
    display: flex;
  }
  .Gnav .gnavUtil {
    -webkit-align-self: flex-end;
    align-self: flex-end;
  }
  .Gnav .gnavUtil > li {
    width: 60px;
    height: 50px;
  }
  .Gnav .gnavUtil > li > a {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    padding-bottom: 4px;
    color: #333;
    font-size: .9rem;
    text-decoration: none;
  }
  .Gnav .gnavUtil > .contact,
  .Gnav .gnavUtil > .sitemap,
  .Gnav .gnavUtil > .language {
    display: none;
  }
  .Gnav .gnavUtil > .search > a::before {
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    top: 8px;
    left: 50%;
    margin-left: -11px;
    background: url(/shared/img/com_menu_sprite01.png) 0 -250px no-repeat;
    -webkit-background-size: 245px auto;
    background-size: 245px auto;
    content: "";
  }
  .Gnav .gnavUtil > .sp-menu > a.is-open {
    background: #808080;
    color: #fff;
  }
  .Gnav .gnavUtil > .sp-menu > a [class*="line"] {
    position: absolute;
    display: block;
    width: 25px;
    height: 2px;
    left: 50%;
    margin-left: -12px;
    background: #333333;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .Gnav .gnavUtil > .sp-menu > a.is-open [class*="line"] {
    background: #fff;
  }
  .Gnav .gnavUtil > .sp-menu > a .line01 { top: 10px; }
  .Gnav .gnavUtil > .sp-menu > a .line02 { top: 18px; }
  .Gnav .gnavUtil > .sp-menu > a .line03 { top: 26px; }
  
  .Gnav .gnavUtil > .sp-menu > a.is-open .line01 {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 15px;
  }
  .Gnav .gnavUtil > .sp-menu > a.is-open .line02 {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
  }
  .Gnav .gnavUtil > .sp-menu > a.is-open .line03 {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 15px;
  }
  .Gnav .gnavList {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 50px);
    overflow-y: scroll;
    -webkit-overflow-scrolling : touch;
    background: #f2f2f2;
  }
  .Gnav .gnavList .mega-menu,
  .Gnav .gnavList .mega_close {
    display: none;
  }
  .Gnav .gnavList a {
    color: #333;
    text-decoration: none;
  }
  .Gnav .gnavList > li > a,
  .Gnav .gnavList_child > li > a {
    display: block;
    text-decoration: none;
  }
  .Gnav .gnavList > li.list_primary > a {
    position: relative;
    padding: 15px 35px 15px 15px;
    background: #00307c;
    border-bottom: 1px solid #d9d9d9;
    font-size: 1.6rem;
    color: #fff;
  }
  .Gnav .gnavList > li.list_primary:not([class*="has-"]) > a::before {
    position: absolute;
    display: block;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .Gnav .gnavList > li.list_primary.has-menu > a::before,
  .Gnav .gnavList > li.list_primary.has-menu > a::after,
  .Gnav .gnavList > li.list_primary.has-child > a::before,
  .Gnav .gnavList > li.list_primary.has-child > a::after {
    position: absolute;
    display: block;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background: #fff;
    content: "";
    -webkit-transition: transform .3s;
    transition: transform .3s;
  }
  .Gnav .gnavList > li.list_primary.has-menu > a::after,
  .Gnav .gnavList > li.list_primary.has-child > a::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .Gnav .gnavList > li.list_primary.has-menu.is-open > a::after,
  .Gnav .gnavList > li.list_primary.has-child.is-open > a::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .Gnav .gnavList_child {
    display: none;
    padding: 0 15px 30px;
  }
  .Gnav .gnavList_child > li.list_secondary > a {
    position: relative;
    padding: 15px 30px 15px 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .Gnav .gnavList_child > li.list_secondary.has-menu > a::before,
  .Gnav .gnavList_child > li.list_secondary.has-menu > a::after {
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background: #888;
    content: "";
    -webkit-transition: transform .3s;
    transition: transform .3s;
  }
  .Gnav .gnavList_child > li.list_secondary.has-menu > a::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .Gnav .gnavList_child > li.list_secondary.has-menu.is-open > a::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .Gnav .gnavList_child > li.list_secondary .mega-menu {
    padding-top: 10px;
  }
  .Gnav .mega-menu .mega_tab-list .mega_link-panel {
    display: none;
  }
  .Gnav .mega-block {
    padding: 0 15px;
  }
  .Gnav .mega_link-top {
    margin: 0 -15px;
    border-bottom: 1px solid #d9d9d9;
  }
  .Gnav .mega_link-top a {
    position: relative;
    display: block;
    padding: 15px 35px 15px 15px;
    font-size: 1.4rem;
  }
  .Gnav .mega_link-top a::before {
    position: absolute;
    display: block;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .Gnav .list_secondary .mega_link-top {
    margin: 0;
    border-bottom: none;
  }
  .Gnav .list_secondary .mega_link-top a {
    position: relative;
    display: block;
    padding: 10px 0 10px 13px;
    font-size: 1.4rem;
  }
  .Gnav .list_secondary .mega_link-top a::before {
    right: inherit;
    left: 0;
    width: 6px;
    height: 6px;
    margin-top: -4px;
  }
  .Gnav .mega-menu .mega_link-list {
    padding: 15px 0 25px;
  }
  .Gnav .mega-menu .mega_link-list > li {
    margin-top: .5em;
  }
  .Gnav .mega-menu .mega_link-list > li > a {
    display: inline-block;
    position: relative;
    padding-left: 12px;
    color: #333;
    text-decoration: none;
    font-size: 1.4rem;
  }
  .Gnav .mega-menu .mega_link-list > li > a::before {
    position: absolute;
    display: block;
    top: .5em;
    left: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
 .Gnav .mega-menu .mega_tab-list > li > a {
    position: relative;
    display: block;
    padding: 15px 35px 15px 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: 1.4rem;
  }
  .Gnav .mega-menu .mega_tab-list > li > a::before,
  .Gnav .mega-menu .mega_tab-list > li > a::after {
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    width: 14px;
    height: 2px;
    margin-top: -1px;
    background: #888;
    content: "";
    -webkit-transition: transform .3s;
    transition: transform .3s;
  }
  .Gnav .mega-menu .mega_tab-list > li > a::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .Gnav .mega-menu .mega_tab-list > li.is-open > a::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .Gnav .mega-menu .mega_link-panel {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 30px 0 10px;
  }
  .Gnav .mega-menu .mega_link-panel[style*="block"] {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .Gnav .mega-menu .mega_link-panel > li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
  }
  .Gnav .mega-menu .mega_link-panel[data-grid-sp="2"] > li { width: 50%; }
  .Gnav .mega-menu .mega_link-panel[data-grid-sp="3"] > li { width: 33.3%; }
  .Gnav .mega-menu .mega_link-panel[data-grid-sp="2"] > li:nth-child(-n+2),
  .Gnav .mega-menu .mega_link-panel[data-grid-sp="3"] > li:nth-child(-n+3){
    border-top: none;
  }
  .Gnav .mega-menu .mega_link-panel[data-grid-sp="2"] > li:nth-child(2n+1),
  .Gnav .mega-menu .mega_link-panel[data-grid-sp="3"] > li:nth-child(3n+1){
    border-left: none;
  }
  .Gnav .mega-menu .mega_link-panel > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 100%;
    min-height: 85px;
    padding: 10px 5px;
    background: #fff;
    text-decoration: none;
    color: #333;
  }
  .Gnav .mega-menu .mega_link-panel .link_label {
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.3;
  }
  .Gnav .mega-menu .mega_link-panel [class*="i-mega"] {
    display: block;
    margin-bottom: 7px;
    background-image: url(/shared/img/com_menu_sprite01.png);
    -webkit-background-size: 245px auto;
    background-size: 245px auto;
    background-repeat: no-repeat;
  }
  .Gnav .mega-menu .mega_link-panel[data-grid-sp="2"] > li > a {
    -webkit-flex-flow: row;
    flex-flow: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 55px;
    padding: 15px 10px 15px 5px;
    background: #fff;
    text-decoration: none;
    color: #333;
  }
  .Gnav .mega-menu .mega_link-panel[data-grid-sp="2"] .link_label {
    flex: 0 0 calc(100% - 40px);
    text-align: left;
  }
  .Gnav .mega-menu .mega_link-panel[data-grid-sp="2"] [class*="i-mega"] {
    margin: 0 auto;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .Gnav .mega-menu .mega_link-panel .i-mega01 { width: 21px; height: 21px; background-position: 0 -25px;}
  .Gnav .mega-menu .mega_link-panel .i-mega02 { width: 21px; height: 18px; background-position: -25px -25px;}
  .Gnav .mega-menu .mega_link-panel .i-mega03 { width: 19px; height: 21px; background-position: -50px -25px;}
  .Gnav .mega-menu .mega_link-panel .i-mega04 { width: 17px; height: 24px; background-position: -75px -25px;}
  .Gnav .mega-menu .mega_link-panel .i-mega05 { width: 21px; height: 21px; background-position: -100px -25px;}
  .Gnav .mega-menu .mega_link-panel .i-mega06 { width: 25px; height: 25px; background-position: -125px -25px;}
  .Gnav .mega-menu .mega_link-panel .i-mega07 { width: 22px; height: 22px; background-position: -175px -25px;}
  .Gnav .mega-menu .mega_link-panel .i-mega08 { width: 22px; height: 21px; background-position: -200px -25px;}
  .Gnav .mega-menu .mega_link-panel .i-mega09 { width: 24px; height: 22px; background-position: 0 -50px;}
  .Gnav .mega-menu .mega_link-panel .i-mega10 { width: 24px; height: 25px; background-position: -25px -50px;}
  .Gnav .mega-menu .mega_link-panel .i-mega11 { width: 20px; height: 24px; background-position: -50px -50px;}
  .Gnav .mega-menu .mega_link-panel .i-mega12 { width: 28px; height: 21px; background-position: -75px -50px;}
  .Gnav .mega-menu .mega_link-panel .i-mega13 { width: 36px; height: 25px; background-position: -125px -50px;}
  .Gnav .mega-menu .mega_link-panel .i-mega14 { width: 33px; height: 22px; background-position: -175px -50px;}

  .Gnav .mega-menu .mega_link-panel .i-mega15 { width: 25px; height: 20px; background-position: 0 -75px;}
  .Gnav .mega-menu .mega_link-panel .i-mega16 { width: 27px; height: 23px; background-position: -25px -75px;}
  .Gnav .mega-menu .mega_link-panel .i-mega17 { width: 29px; height: 24px; background-position: -75px -75px;}
  .Gnav .mega-menu .mega_link-panel .i-mega18 { width: 21px; height: 24px; background-position: -125px -75px;}
  .Gnav .mega-menu .mega_link-panel .i-mega19 { width: 24px; height: 23px; background-position: -150px -75px;}
  .Gnav .mega-menu .mega_link-panel .i-mega20 { width: 25px; height: 22px; background-position: -175px -75px;}
  .Gnav .mega-menu .mega_link-panel .i-mega21 { width: 22px; height: 22px; background-position: 0 -100px;}
  .Gnav .mega-menu .mega_link-panel .i-mega22 { width: 33px; height: 17px; background-position: -25px -100px;}

  .Gnav .mega-menu .mega_link-panel .i-mega23 { width: 23px; height: 25px; background-position: -75px -100px;}
  .Gnav .mega-menu .mega_link-panel .i-mega24 { width: 26px; height: 23px; background-position: -100px -100px;}
  .Gnav .mega-menu .mega_link-panel .i-mega25 { width: 24px; height: 24px; background-position: -175px -100px;}
  .Gnav .mega-menu .mega_link-panel .i-mega26 { width: 16px; height: 24px; background-position: -200px -100px;}
  .Gnav .mega-menu .mega_link-panel .i-mega27 { width: 26px; height: 23px; background-position: 0 -125px;}
  .Gnav .mega-menu .mega_link-panel .i-mega28 { width: 21px; height: 21px; background-position: -50px -125px;}
  .Gnav .mega-menu .mega_link-panel .i-mega29 { width: 20px; height: 24px; background-position: -75px -125px;}
  .Gnav .mega-menu .mega_link-panel .i-mega30 { width: 21px; height: 21px; background-position: -100px -125px;}
  .Gnav .mega-menu .mega_link-panel .i-mega31 { width: 24px; height: 22px; background-position: -125px -125px;}
  .Gnav .mega-menu .mega_link-panel .i-mega32 { width: 27px; height: 21px; background-position: -150px -125px;}
  .Gnav .mega-menu .mega_link-panel .i-mega33 { width: 19px; height: 25px; background-position: -200px -125px;}
  .Gnav .mega-menu .mega_link-panel .i-mega34 { width: 28px; height: 24px; background-position: 0 -150px;}

  .Gnav .mega-menu .mega_link-panel .i-mega35 { width: 20px; height: 25px; background-position: -50px -150px;}
  .Gnav .mega-menu .mega_link-panel .i-mega36 { width: 30px; height: 27px; background-position: -75px -150px;}
  .Gnav .mega-menu .mega_link-panel .i-mega37 { width: 32px; height: 24px; background-position: -125px -150px;}
  .Gnav .mega-menu .mega_link-panel .i-mega38 { width: 25px; height: 26px; background-position: -175px -150px;}
  .Gnav .mega-menu .mega_link-panel .i-mega39 { width: 37px; height: 21px; background-position: 0 -175px;}
  .Gnav .mega-menu .mega_link-panel .i-mega40 { width: 30px; height: 22px; background-position: -50px -175px;}
  .Gnav .mega-menu .mega_link-panel .i-mega41 { width: 25px; height: 27px; background-position: -125px -175px;}

  .Gnav .mega-menu .mega_link-panel .i-mega42 { width: 30px; height: 20px; background-position: 0 -200px;}
  .Gnav .mega-menu .mega_link-panel .i-mega43 { width: 19px; height: 23px; background-position: -50px -200px;}
  .Gnav .mega-menu .mega_link-panel .i-mega44 { width: 19px; height: 24px; background-position: -75px -200px;}
  .Gnav .mega-menu .mega_link-panel .i-mega45 { width: 26px; height: 22px; background-position: -150px -200px;}
  .Gnav .mega-menu .mega_link-panel .i-mega46 { width: 36px; height: 24px; background-position: -200px -200px;}
  .Gnav .mega-menu .mega_link-panel .i-mega47 { width: 23px; height: 19px; background-position: 0 -225px;}
  .Gnav .mega-menu .mega_link-panel .i-mega48 { width: 33px; height: 22px; background-position: -25px -225px;}
  .Gnav .mega-menu .mega_link-panel .i-mega49 { width: 29px; height: 21px; background-position: -75px -225px;}
  
  .Gnav .mega-menu .mega_banner-list > li + li {
    margin-top: 15px;
  }
  .Gnav .mega-menu .mega_banner-list > li > a {
    position: relative;
    display: block;
    color: #333;
  }
  .Gnav .mega-menu .mega_banner-list .banner_label {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 15px;
  }
  .Gnav .mega-menu .mega_banner-list .banner_label > span {
    position: relative;
    display: inline-block;
    padding-left: 18px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .Gnav .mega-menu .mega_banner-list .banner_label > span::before {
    position: absolute;
    display: block;
    top: .4em;
    left: 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .Gnav .gnavList .sp-menu_bottom {
    padding: 40px 15px 60px;
    background: #e6e6e6;
  }
  .Gnav .gnavList .sp-menu_bottom .menu_list > li +li {
    margin-top: 15px;
  }
  .Gnav .gnavList .sp-menu_bottom .menu_list > li > a {
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
  }
  .Gnav .gnavList .sp-menu_bottom .menu_list > li.contact > a {
    padding: 13px 25px;
    background: #00307c;
    font-size: 1.6rem;
    color: #fff;
  }
  .Gnav .gnavList .sp-menu_bottom .menu_list > li.sitemap > a,
  .Gnav .gnavList .sp-menu_bottom .menu_list > li.language > a {
    padding: 7px 25px;
    background: #fff;
    font-size: 1.6rem;
    color: #333;
  }
  .Gnav .gnavList .sp-menu_bottom .menu_list > li > a::before {
    position: absolute;
    display: block;
    top: 50%;
    left: 15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .Gnav .gnavList .sp-menu_bottom .menu_list > li.contact > a::before {
    border-color: #fff;
  }
  .Gnav .gnavList .sp-menu_bottom .menu_list > li.sitemap > a::before,
  .Gnav .gnavList .sp-menu_bottom .menu_list > li.language > a::before {
    border-color: #666;
  }
  #MenuSkin {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 900;
  }
  
  .Gnav .gnavSearch {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
  }
  .Gnav .gnavSearch .search_block {
    position: relative;
    width: 100%;
    padding: 0 15px;
    min-height: 180px;
    top: 50%;
    margin: -90px auto 0;
  }
  .Gnav .gnavSearch .site-search {
    position: relative;
  }
  .Gnav .gnavSearch .site-search .search_input {
    display: block;
    width: 100%;
    height: 46px;
    border: 0;
    margin: 0;
    padding: 0 20px;
    font-size: 16px;
    background: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
  }
  .Gnav .gnavSearch .site-search .search_submit {
    position: relative;
    display: block;
    width: 200px;
    height: 45px;
    background: #00307c;
    border: 1px solid #fff;
    margin: 14px auto 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
  }
  .Gnav .gnavSearch .site-search .search_icon {
    position: absolute;
    display: block;
    width: 16px;
    height: 15px;
    bottom: 0;
    left: 50%;
    margin-bottom: 16px;
    margin-left: -3em;
    background: url(/shared/img/com_menu_sprite01.png) -25px -250px no-repeat;
    -webkit-background-size: 245px auto;
    background-size: 245px auto;
    text-indent: -9999px;
    cursor: pointer;
  }
  .Gnav .gnavSearch .search_block .search_close {
    width: 200px;
    margin: 28px auto 0;
  }
  .Gnav .gnavSearch .search_block .search_close a {
    display: block;
    padding: 12px 0;
    background: rgba(0,0,0,0.3);
    border: 1px solid #fff;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  .Gnav .gnavSearch .search_block .search_close a > span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
  }
  .Gnav .gnavSearch .search_block .search_close a > span::before,
  .Gnav .gnavSearch .search_block .search_close a > span::after {
    display: block;
    position: absolute;
    width: 15px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 0;
    margin-top: -1px;
    content: "";
    -webkit-transition: background .3s;
    transition: background .3s;
  }
  .Gnav .gnavSearch .search_block .search_close a > span::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .Gnav .gnavSearch .search_block .search_close a > span::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  /* ----- pageGuide ----- */
  .pageGuide {
    display: none;
  }
  .pageGuide > *:first-child {
    margin-top: 0 !important;
  }
  
  /* ----- pageHead ----- */
  .pageHead > *:first-child {
    margin-top: 0 !important;
  }
  
  /* ----- fontSize ----- */
  .pageHead .fontSize {
    display: none;
  }
  
  /* ----- container ----- */
  .container {
    overflow: hidden;
    padding: 0 15px 35px;
  }
  
  /* contents */
  .contents > *:first-child,
  .contents > section:first-child > *:first-child {
    margin-top: 0 !important;
  }
  
  /* sidebar */
  .sidebar .sidebar-nav {
    display: none !important;
  }
  .sidebar .sidebar-banner {
    margin-top: 30px;
  }
  .sidebar .sidebar-banner .banner_list > li {
    text-align: center;
  }
  .sidebar .sidebar-banner .banner_list > li + li {
    margin-top: 20px;
  }
  .sidebar .sidebar-banner .banner_list > li img {
    width: 240px;
    height: auto;
  }
  
  /* ------------------------------------------------------
   * Assist
  ------------------------------------------------------ */
  .Assist {
  }
  
  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .Footer {
    padding-bottom: 45px;
  }
  .Footer.is-simple {
    border-top: 1px solid #f2f2f2;
  }
  .FooterUtility,
  .FooterUtility a {
    color: #fff;
  }
  .FooterUtility a {
    text-decoration: none;
  }
  .FooterUtility .footer_link {
    display: none;
  }
  .FooterUtility .footer_link a.a-blank::after {
    display: inline-block;
    margin: .3em 8px 0 8px;
  }
  .FooterUtility .footer_link.sp-footer-lv01 {
    display: block;
    border-bottom: 1px solid #666;
  }
  .FooterUtility .footer_link.sp-footer-lv01 a {
    display: block;
    padding: 10px 15px;
    background: #333;
    font-size: 1.6rem;
  }
  .FooterUtility .footer_link.sp-footer-lv02 {
    display: block;
    width: 50%;
    float: left;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
  }
  .FooterUtility .footer-column > .col_item:nth-child(2n) > .footer_link.sp-footer-lv02,
  .FooterUtility .footer_link.sp-footer-lv02:nth-child(2n) {
    border-right: none;
  }
  .FooterUtility .footer_link.sp-footer-lv02 a {
    display: block;
    padding: 10px 15px;
    background: #555;
    font-size: 1.4rem;
  }
  .FooterUtility .footer_link.sp-footer-lv03 {
    display: block;
  }
  .FooterUtility .footer_link.sp-footer-lv03 a {
    display: inline-block;
    padding: 10px 15px;
    background: #f2f2f2;
    font-size: 1.4rem;
    color: #333;
  }
  .FooterUtility .sp-footer-column {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 15px;
    background: #f2f2f2;
  }
  .FooterUtility .sp-footer-column .footer_link {
    width: 50%;
  }
  .FooterUtility .sp-footer-column .footer_link a {
    position: relative;
  }
  .FooterUtility .sp-footer-column .footer_link a::before {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    margin: -3px 0 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .FooterBody {
    background: #fff;
  }
  .FooterBody .footer-column {
  }
  .FooterBody .footer_link {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 15px;
    font-size: 1.2rem;
  }
  .FooterBody .footer_link > li {
    width: 50%;
  }
  .FooterBody .footer_link > li:nth-child(2n+1){
    padding-right: 10px;
  }
  .FooterBody .footer_link > li:nth-child(n+3){
    padding-top: 15px;
  }
  .FooterBody .footer_link a {
    color: #333;
    text-decoration: none;
  }
  .FooterBody .footer_link a:hover {
    text-decoration: underline;
  }
  .FooterBody .footer-copyright {
    padding: 10px 15px;
    border-top: 1px solid #f2f2f2;
    font-size: 1.0rem;
    text-align: center;
    color: #999;
  }
  .Pagetop a {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    background: url(/shared/img/com_sprite01@2x.png) -400px 0 no-repeat;
    -webkit-background-size: 490px auto;
    background-size: 490px auto;
    outline: none;
    z-index: 100;
  }
  
  /* ------------------------------------------------------
   * Other
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after,
  .FooterUtility .footer-column::after {
    display: block;
    clear: both;
    content: "";
  }
}