@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
  ------------------------------------------------------ */
  /* ----- font ----- */

  /* ----- opacity ----- */

  /* ----- transition ----- */
  .header-assist {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .header-search-sp .search_label {
    -webkit-transition: background-color .2s ease-out 0s;
    transition: background-color .2s ease-out 0s;
  }
  .header-assist .assist_list > li.assist_list_menu > a::before,
  .header-assist .assist_list > li.assist_list_menu > a::after,
  .header-menu .navi_global > li > a.a-toggle::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: .25em 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: 0 0 0 8px;
  }

  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  .Header {
  }
  .HeaderBody {
  }

  /* ----- header-sp ----- */
  .header-sp {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    height: 46px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
  }

  /* ----- header-identity-sp ----- */
  .header-identity-sp {
    width: 215px;
    margin-top: -5px;
    padding-left: 15px;
  }

  /* ----- header-utility-sp ----- */
  .header-utility-sp {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }

  /* ----- header-lang-sp ----- */
  .header-lang-sp {
  }
  .header-lang-sp > .lang_label {
    display: block;
    position: relative;
    width: 45px;
    height: 45px;
    background-color: #fff;
    text-indent: -9999em;
    overflow: hidden;
  }
  .header-lang-sp > .lang_label::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    background: url(/common/img/hdr_global_ic01-r2x.png) no-repeat 0 0;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    content: "";
  }

  /* ----- header-search-sp ----- */
  .header-search-sp {
  }
  .header-search-sp .search_label {
    display: block;
    position: relative;
    width: 45px;
    height: 45px;
    text-indent: -9999em;
    overflow: hidden;
    background-color: #fff;
  }
  .header-search-sp .search_label::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    background: url(/common/img/hdr_search_ic02-r2x.png) no-repeat 0 0;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
    content: "";
  }

  /* ----- header-menu ----- */
  .header-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 1px;
    background-color: #fff;
    overflow-y: auto;
    z-index: 998;
    -webkit-overflow-scrolling: touch;
  }
  .header-menu .menu_contents {
    padding: 0 15px 88px;
  }
  .header-menu .header-navi .navi_global {
    margin: 0 -15px;
  }
  .header-menu .header-navi .navi_global > li {
    border-bottom: 1px solid #eee;
  }
  .header-menu .header-navi .navi_global > li > a {
    display: block;
    position: relative;
    padding: 15px 45px 15px 15px;
    background-color: #fff;
    color: #333;
    font-size: 1.5rem;
  }
  .header-menu .header-navi .navi_global > li.navi_global_1 > a,
  .header-menu .header-navi .navi_global > li.navi_global_2 > a,
  .header-menu .header-navi .navi_global > li.navi_global_3 > a {
    font-weight: 700;
  }
  .header-menu .header-navi .navi_global > li > a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    height: 12px;
    width: 12px;
    margin-top: -9px;
    border-top: 1px solid #003b83;
    border-right: 1px solid #003b83;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .header-menu .header-navi .navi_global > li > a.a-toggle::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .header-menu .header-navi .navi_global > li > a.a-toggle.is-active::after {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-menu .header-navi .navi_global > li > a br {
    display: none;
  }
  .header-menu .header-navi .navi_global > li > .menu-megadrop {
    display: none;
    padding: 0 15px;
    border-top: 1px solid #eee;
    background-color: #f5f7fb;
  }
  .header-menu .header-navi .navi_global > li > .menu-megadrop .megadrop_title > a {
    display: block;
    padding: 15px 0;
    color: #333;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .header-menu .header-navi .navi_global > li > .menu-megadrop .megadrop_list > li {
    border-top: 1px solid #eee;
  }
  .header-menu .header-navi .navi_global > li > .menu-megadrop .megadrop_list > li.megadrop_list_box {
    padding: 15px;
  }
  .header-menu .header-navi .navi_global > li > .menu-megadrop .megadrop_list > li.megadrop_list_box > *:first-child {
    margin-top: 0 !important;
  }
  .header-menu .header-navi .navi_global > li > .menu-megadrop .megadrop_list > li:not(.megadrop_list_box) > a {
    display: block;
    padding: 15px;
    color: #333;
  }
  .header-menu .header-navi .navi_global > li > .menu-megadrop .megadrop_list .megadrop_list_child {
    margin-top: .75em;
    font-size: 1.5rem;
  }
  .header-menu .header-navi .navi_global > li > .menu-megadrop .megadrop_list .megadrop_list_child[data-count-sp]:not([data-count-sp="1"]) {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .header-menu .header-navi .navi_global > li > .menu-megadrop .megadrop_list .megadrop_list_child > li + li {
    margin-top: .75em;
  }
  .header-menu .header-navi .navi_global > li > .menu-megadrop .megadrop_list .megadrop_list_child[data-count-sp]:not([data-count-sp="1"]) > li {
    margin-left: 15px;
  }
  .header-menu .header-navi .navi_global > li > .menu-megadrop .megadrop_list .megadrop_list_child[data-count-sp="2"] > li {
    width: calc((100% - 15px) / 2);
  }
  .header-menu .header-navi .navi_global > li > .menu-megadrop .megadrop_list .megadrop_list_child[data-count-sp="3"] > li {
    width: calc((100% - 30px) / 3);
  }
  .header-menu .header-navi .navi_global > li > .menu-megadrop .megadrop_list .megadrop_list_child[data-count-sp="2"] > li:nth-child(2n+1),
  .header-menu .header-navi .navi_global > li > .menu-megadrop .megadrop_list .megadrop_list_child[data-count-sp="3"] > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
  .header-menu .header-navi .navi_global > li > .menu-megadrop .megadrop_list .megadrop_list_child[data-count-sp="2"] > li:nth-child(-n+2),
  .header-menu .header-navi .navi_global > li > .menu-megadrop .megadrop_list .megadrop_list_child[data-count-sp="3"] > li:nth-child(-n+3) {
    margin-top: 0 !important;
  }
  .header-menu .header-navi .navi_global > li > .menu-megadrop .megadrop_list .megadrop_list_child > li > a {
    color: #333;
  }
  .header-menu .header-navi .navi_global > li > .menu-megadrop .megadrop_block {
    margin-top: 1em;
  }
  .header-menu .header-navi .navi_global > li > .menu-megadrop .megadrop_block > .megadrop_block_title {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .header-menu .header-navi .navi_global > li > .menu-megadrop .megadrop_list_box .megadrop_block > .megadrop_block_title {
    margin-left: -15px;
  }
  .header-menu .header-navi .navi_global > li > .menu-megadrop .megadrop_block > .megadrop_block_title + .megadrop_block_detail {
    margin-top: .75em;
  }
  .header-menu .header-navi .navi_global > li > .menu-megadrop .megadrop_block > .megadrop_block_detail > *:first-child {
    margin-top: 0 !important;
  }
  .header-menu .header-link {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 1.25em;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
  }
  .header-menu .header-link > li {
    width: calc((100% - 15px) / 2);
    margin: .75em 0 0 15px;
  }
  .header-menu .header-link > li:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  .header-menu .header-link > li:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .header-menu .header-link > li > a {
    color: #333;
  }
  .header-menu .header-sns {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 1em;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  .header-menu .header-sns > li {
    width: calc((100% - 56px) / 2);
    margin: .65em 0 0 34px;
  }
  .header-menu .header-sns > li:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  .header-menu .header-sns > li:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .header-menu .header-sns > li > a {
    display: inline-block;
    position: relative;
    color: #333;
  }
  .header-menu .header-sns > li.sns_x > a {
    padding-left: 48px;
  }
  .header-menu .header-sns > li.sns_x > a::before {
    position: absolute;
    top: 50%;
    left: 8px;
    width: 22px;
    height: 22px;
    margin-top: -14px;
    background: url(/common/img/hdr_sns_ic03-r2x.png) no-repeat 0 0;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
    content: "";
  }
  .header-menu .header-sns > li.sns_youtube > a {
    padding-left: 48px;
  }
  .header-menu .header-sns > li.sns_youtube > a::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 34px;
    height: 24px;
    margin-top: -13px;
    background: url(/common/img/hdr_sns_ic02-r2x.png) no-repeat 0 0;
    -webkit-background-size: 34px 24px;
    background-size: 34px 24px;
    content: "";
  }
    .header-menu .header-sns > li.sns_app > a {
    padding-left: 48px;
  }
  .header-menu .header-sns > li.sns_app > a::before {
    position: absolute;
    top: 50%;
    left: 2px;
    width: 34px;
    height: 24px;
    margin-top: -12px;
    background: url(/common/img/hdr_sns_ic04-r2x.jpg) no-repeat 0 0;
    -webkit-background-size: 34px 24px;
    background-size: 34px 24px;
    content: "";
  }

  /* ----- header-navi ----- */
  .header-wrap > .header-navi .navi_global {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: 60px;
  }
  .header-wrap > .header-navi .navi_global > li {
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  .header-wrap > .header-navi .navi_global > li.navi_global_6 {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 16%;
  }
  .header-wrap > .header-navi .navi_global > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 0 2px;
    background-color: #fff;
    color: #333;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: left;
    line-height: 1.25;
  }
  .header-wrap > .header-navi .navi_global > li > a .nav_label {
    display: inline-block;
    position: relative;
  }
  .header-wrap > .header-navi .navi_global > li.navi_global_1 > a .nav_label {
    padding-left: 32px;
  }
  .header-wrap > .header-navi .navi_global > li.navi_global_2 > a .nav_label {
    padding-left: 42px;
  }
  .header-wrap > .header-navi .navi_global > li.navi_global_3 > a .nav_label {
    padding-left: 38px;
  }
  .header-wrap > .header-navi .navi_global > li.navi_global_6 > a .nav_label {
    padding-top: 30px;

  }
  .header-wrap > .header-navi .navi_global > li > a .nav_label::before {
    position: absolute;
    content: "";
  }
  .header-wrap > .header-navi .navi_global > li.navi_global_1 > a .nav_label::before,
  .header-wrap > .header-navi .navi_global > li.navi_global_2 > a .nav_label::before,
  .header-wrap > .header-navi .navi_global > li.navi_global_3 > a .nav_label::before {
    top: 50%;
    left: 0;
  }
  .header-wrap > .header-navi .navi_global > li.navi_global_1 > a .nav_label::before {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url(/common/img/hdr_nav_ic01-r2x.png) no-repeat 0 0;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
  }
  .header-wrap > .header-navi .navi_global > li.navi_global_2 > a .nav_label::before {
    width: 35px;
    height: 29px;
    margin-top: -15px;
    background: url(/common/img/hdr_nav_ic02-r2x.png) no-repeat 0 0;
    -webkit-background-size: 35px 29px;
    background-size: 35px 29px;
  }
  .header-wrap > .header-navi .navi_global > li.navi_global_3 > a .nav_label::before {
    width: 28px;
    height: 17px;
    margin-top: -9px;
    background: url(/common/img/hdr_nav_ic03-r2x.png) no-repeat 0 0;
    -webkit-background-size: 28px 17px;
    background-size: 28px 17px;
  }
  .header-wrap > .header-navi .navi_global > li.navi_global_6 > a .nav_label::before {
    top: 0;
    left: 50%;
    width: 24px;
    height: 25px;
    margin-left: -12px;
    background: url(/common/img/hdr_nav_ic04-r2x.png) no-repeat 0 0;
    -webkit-background-size: 24px 25px;
    background-size: 24px 25px;
  }

  /* ----- header-assist ----- */
  .header-assist {
    position: fixed;
    left: 0;
    bottom: -68px;
    width: 100%;
    z-index: 999;
  }
  .header-assist.is-active,
  body.is-active-menu .header-assist {
    bottom: 0;
    -webkit-box-shadow: 0 0 7px 2px rgba(0,0,0,.5);
    box-shadow: 0 0 7px 2px rgba(0,0,0,.5);
  }
  .header-assist .assist_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: 68px;
    background-color: #003b83;
  }
  .header-assist .assist_list > li {
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  .header-assist .assist_list > li.assist_list_contact {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 25%;
  }
  .header-assist .assist_list > li > a,
  .header-assist .assist_list > li > label {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 36px 2px 0;
    background-color: #003b83;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.25;
  }
  .header-assist .assist_list > li .assist_list_label {
    display: inline-block;
  }
  .header-assist .assist_list > li.assist_list_lost .assist_list_label::before,
  .header-assist .assist_list > li.assist_list_faq .assist_list_label::before,
  .header-assist .assist_list > li.assist_list_contact .assist_list_label::before,
  .header-assist .assist_list > li.assist_list_search .assist_list_label::before {
    position: absolute;
    left: 50%;
    content: "";
  }
  .header-assist .assist_list > li.assist_list_lost .assist_list_label::before {
    top: 7px;
    width: 28px;
    height: 28px;
    margin-left: -14px;
    background: url(/common/img/hdr_assist_ic01-r2x.png) no-repeat 0 0;
    -webkit-background-size: 28px 28px;
    background-size: 28px 28px;
  }
  .header-assist .assist_list > li.assist_list_faq .assist_list_label::before {
    top: 12px;
    width: 35px;
    height: 23px;
    margin-left: -18px;
    background: url(/common/img/hdr_assist_ic02-r2x.png) no-repeat 0 0;
    -webkit-background-size: 35px 23px;
    background-size: 35px 23px;
  }
  .header-assist .assist_list > li.assist_list_contact .assist_list_label::before {
    top: 16px;
    width: 21px;
    height: 15px;
    margin-left: -12px;
    background: url(/common/img/hdr_assist_ic03-r2x.png) no-repeat 0 0;
    -webkit-background-size: 21px 15px;
    background-size: 21px 15px;
  }
  .header-assist .assist_list > li.assist_list_search .assist_list_label::before {
    top: 12px;
    width: 21px;
    height: 21px;
    margin-left: -12px;
    background: url(/common/img/hdr_assist_ic04-r2x.png) no-repeat 0 0;
    -webkit-background-size: 21px 21px;
    background-size: 21px 21px;
  }
  .header-assist .assist_list > li.assist_list_menu > a {
    background-color: #e6204d;
  }
  .header-assist .assist_list > li.assist_list_menu > a.is-active {
    background-color: #fff;
    color: #333;
  }
  .header-assist .assist_list > li.assist_list_menu > a::before,
  .header-assist .assist_list > li.assist_list_menu > a::after,
  .header-assist .assist_list > li.assist_list_menu > a .assist_list_label::before {
    position: absolute;
    left: 50%;
    width: 18px;
    height: 1px;
    margin: 0 0 0 -9px;
    background-color: #fff;
    content: "";
  }
  .header-assist .assist_list > li.assist_list_menu > a::before { top: 18px; }
  .header-assist .assist_list > li.assist_list_menu > a::after { top: 24px; }
  .header-assist .assist_list > li.assist_list_menu > a .assist_list_label::before { top: 30px; }
  .header-assist .assist_list > li.assist_list_menu a.is-active .assist_list_label::before {
    display: none !important;
  }
  .header-assist .assist_list > li.assist_list_menu > a.is-active::before,
  .header-assist .assist_list > li.assist_list_menu > a.is-active::after {
    position: absolute;
    top: 24px;
    left: 50%;
    width: 20px;
    height: 1px;
    margin-left: -10px;
    border-radius: 2px;
    background-color: #646464;
    content: "";
  }
  .header-assist .assist_list > li.assist_list_menu > a.is-active::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-assist .assist_list > li.assist_list_menu > a.is-active::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-assist .assist_list > li.assist_list_menu > a.is-active .assist_list_label::after {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    z-index: 10;
    content: "";
  }

  /* ----- header-search ----- */
  .header-search {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100% - 30px);
    padding: 50px 20px 20px;
    background: #fff;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1000;
  }
  .header-search .search_form {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    border: 1px solid #ccc;
  }
  .header-search .search_text {
    display: inline-block;
    width: calc(100% - 50px);
    height: 50px;
    padding: 0 0 0 10px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    outline: none;
  }
  .header-search .search_submit {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: url(/common/img/hdr_search_ic01-r2x.png) no-repeat 50% 50%;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
    text-indent: -9999em;
    overflow: hidden;
    outline: none;
  }
  .header-search .search_close {
    margin-top: 2.5em;
    text-align: center;
  }
  .header-search .search_close > a {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    color: #333;
  }
  .header-search .search_close > a .search_close_label::before,
  .header-search .search_close > a .search_close_label::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 2px;
    margin-top: -2px;
    background-color: #666;
    content: "";
  }
  .header-search .search_close > a .search_close_label::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-search .search_close > a .search_close_label::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-search #poptermHeader {
    display: none !important;
  }

  /* ----- search-overlay ----- */
  .search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.7);
  }

  /* ----- header-lang ----- */
  .header-lang .lang_detail {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100% - 30px);
    padding: 25px 20px 20px;
    background: #fff;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1000;
  }
  .header-lang .lang_list {
    border: 1px solid #ccc;
  }
  .header-lang .lang_list > li + li {
    border-top: 1px solid #ccc;
  }
  .header-lang .lang_list > li > a {
    display: block;
    padding: 12px 10px;
    background-color: #f4f4f4;
    color: #333;
    font-size: 1.6rem;
    text-align: center;
  }
  .header-lang .lang_close {
    margin-top: 1.5em;
    text-align: center;
  }
  .header-lang .lang_close > a {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    color: #333;
  }
  .header-lang .lang_close > a .lang_close_label::before,
  .header-lang .lang_close > a .lang_close_label::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 2px;
    margin-top: -2px;
    background-color: #666;
    content: "";
  }
  .header-lang .lang_close > a .lang_close_label::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-lang .lang_close > a .lang_close_label::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* ----- lang-overlay ----- */
  .lang-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.7);
  }

  /* ----- for PC Element ----- */
  .header-wrap > .header-navi .navi_global .navi_global_4,
  .header-wrap > .header-navi .navi_global .navi_global_5,
  .header-menu .header-navi .navi_global .navi_global_6,
  .header-wrap > .header-navi .navi_global .menu-megadrop,
  .header-wrap > .header-link,
  .header-wrap > .header-sns {
    display: none !important;
  }

  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .Main {
  }
  .MainBody {
  }

  /* ----- pageGuide ----- */
  .pageGuide {
    display: none !important;
  }

  /* ----- pageHead ----- */
  .pageHead {
  }

  /* ----- container ----- */
  .container {
    overflow: hidden;
    padding: 35px 15px 0;
  }

  /* contents */
  .contents > *:first-child,
  .contents > *:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  #main .contents > *:last-child {
    margin-bottom: 35px;
  }

  /* ----- pageFoot ----- */
  .pageFoot {
    padding: 0 15px;
  }
  .pageFoot > *:first-child,
  .pageFoot > *:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }

  /* ------------------------------------------------------
   * Assist
  ------------------------------------------------------ */
  .Assist {
  }

  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .Footer {
    padding: 25px 15px 90px;
    border-top: 1px solid #dee2e6;
    background-color: #fff;
  }
  .FooterBody > *:first-child {
    margin-top: 0 !important;
  }

  /* ----- footer-utility ----- */
  .footer-utility > *:first-child {
    margin-top: 0 !important;
  }

  /* ----- footer-link ----- */
  .footer-link {
    margin-top: 1em;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .footer-link > li {
    width: calc((100% - 15px) / 2);
    margin: 1em 0 0 15px;
  }
  .footer-link > li:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  .footer-link > li:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .footer-link > li > a {
    color: #333;
    font-size: 1.2rem;
  }
  /* v2 */
  .footer-link-v2 {
    margin-top: 1em;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .footer-link-v2 > li {
    width: calc((100% - 15px) / 2);
    margin: 1em 0 0 15px;
  }
  .footer-link-v2 > li:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  .footer-link-v2 > li:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .footer-link-v2 > li > a {
    color: #333;
    font-weight: 700;
  }

  /* ----- footer-copyright ----- */
  .footer-copyright {
    margin-top: 1.5em;
    color: #666;
    font-size: 1rem;
    text-align: center;
  }

  /* ----- Pagetop ----- */
  .Pagetop {
  }

  /* ------------------------------------------------------
   * Other
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .breadcrumbs::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
***/