<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* この.scssから出力されたファイルです。 */
/* ======================================================
 * 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) {
  body.is-fixed-body {
    position: fixed;
  }

  body:not(#sogo) {
    /* ------------------------------------------------------
     * Common
    ------------------------------------------------------ */
    /* ----- font ----- */
    /* ----- a ----- */
    /* ----- opacity ----- */
    /* ----- transition ----- */
    /* ----- sprite ----- */
    /* ----- device ----- */
    /* ------------------------------------------------------
     * Header
    ------------------------------------------------------ */
    /* ----- header-identity ----- */
    /* ------------------------------------------------------
     * Gnav
    ------------------------------------------------------ */
    /* ----- gnav-list ----- */
    /* ------------------------------------------------------
     * Main
    ------------------------------------------------------ */
    /* ----- pageGuide ----- */
    /* breadcrumbs */
    /* ----- pageHead ----- */
    /* ----- container ----- */
    /* contents */
    /* sidebar */
    /* ------------------------------------------------------
     * Assist
    ------------------------------------------------------ */
    /* ------------------------------------------------------
     * Footer
    ------------------------------------------------------ */
    /* ----- footer-copyright ----- */
    /* ----- Pagetop ----- */
    /* ------------------------------------------------------
     * Other
    ------------------------------------------------------ */
    /* ----- customer-nav ----- */
    /* ------------------------------------------------------
     * Clearfix
    ------------------------------------------------------ */
  }
  body:not(#sogo) .sp-layout-hidden {
    display: none !important;
  }
  body:not(#sogo) .is-sogo-top {
    display: none !important;
  }
  body:not(#sogo) .HeaderBody {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
  }
  body:not(#sogo) .header-identity {
    padding: 8px 15px 8px 15px;
    width: 149px;
    border-bottom: 1px solid #eeeeee;
  }
  body:not(#sogo) .header-identity-form {
    padding: 8px 0 8px 15px;
    width: 138px;
  }
  body:not(#sogo) .header-login {
    padding: 15px;
    background: url(/common_img/com_bg02.png) top center no-repeat;
    background-size: cover;
  }
  body:not(#sogo) .header-login_inner {
    padding: 15px;
    font-weight: normal;
    background-color: #fff;
    border-radius: 10px;
  }
  body:not(#sogo) .header-login_title {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
  }
  body:not(#sogo) .header-login_title &gt; .header-login_sub {
    font-size: 1.1rem;
  }
  body:not(#sogo) .header-login_button {
    margin-top: 8px;
  }
  body:not(#sogo) .header-login_button &gt; a {
    display: block;
    padding: 9px 10px;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    background-color: #FFE533;
    border-radius: 42px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  }
  body:not(#sogo) .header-serchWrap {
    display: none;
  }
  body:not(#sogo) #colorbox, body:not(#sogo) #cboxOverlay, body:not(#sogo) #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }
  body:not(#sogo) #cboxLoadedContent {
    border: none;
  }
  body:not(#sogo) #cboxContent {
    margin-top: 0;
    background-color: transparent;
  }
  body:not(#sogo) #cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
  }
  body:not(#sogo) #cboxClose {
    top: 0;
    right: auto;
  }
  body:not(#sogo) #cboxOverlay.modal-head {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5 !important;
  }
  body:not(#sogo) #colorbox.modal-head #cboxLoadedContent {
    display: block;
    box-sizing: border-box;
  }
  body:not(#sogo) #colorbox.modal-head #cboxContent {
    padding-bottom: 80px;
    box-sizing: border-box;
  }
  body:not(#sogo) #colorbox.modal-head #cboxClose {
    display: block;
    position: relative;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 30px auto 0;
    padding: 5px 10px 5px 30px;
    width: 140px;
    height: 50px;
    text-indent: 0;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  }
  body:not(#sogo) #colorbox.modal-head #cboxClose::before,
  body:not(#sogo) #colorbox.modal-head #cboxClose::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 31px;
    margin-top: -1px;
    width: 18px;
    height: 2px;
    background-color: #333;
  }
  body:not(#sogo) #colorbox.modal-head #cboxClose::before {
    transform: rotate(45deg);
  }
  body:not(#sogo) #colorbox.modal-head #cboxClose::after {
    transform: rotate(-45deg);
  }
  body:not(#sogo) .header-serch {
    padding: 25px 32px 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  }
  body:not(#sogo) .header-serch_mainText {
    line-height: 1.1;
    font-size: 2rem;
    font-weight: 700;
  }
  body:not(#sogo) .header-serch_mainText {
    margin-top: 2px;
  }
  body:not(#sogo) .header-serch_subText {
    margin-top: 2px;
  }
  body:not(#sogo) .header-serch_form {
    margin-top: 16px;
    border-radius: 50px;
    border: 1px solid #dddddd;
    overflow: hidden;
  }
  body:not(#sogo) .header-serch_form form {
    display: flex;
  }
  body:not(#sogo) .header-serch_form input[type="text"],
  body:not(#sogo) .header-serch_form input[type="submit"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 35px;
  }
  body:not(#sogo) .header-serch_form input[type="text"] {
    padding: 3px 10px 3px 15px;
    width: calc(100% - 39px);
    background-color: #f9f9f9;
  }
  body:not(#sogo) .header-serch_form input[type="submit"] {
    padding-left: 23px;
    width: 39px;
    text-indent: -9999px;
    font-size: 2rem;
    font-weight: 700;
    background: #fff url(/common_img/com_ic02_sp.png) 11px center no-repeat;
    background-size: 14px auto;
    border-left: 1px solid #d6d9dd;
  }
  body:not(#sogo) .GnavWrap {
    width: calc(100% - 149px);
  }
  body:not(#sogo) .Gnav {
    display: flex;
    height: 100%;
  }
  body:not(#sogo) .GnavBody {
    display: flex;
    width: 100%;
  }
  body:not(#sogo) .gnav-primary {
    display: flex;
    flex-flow: row-reverse;
    width: 100%;
  }
  body:not(#sogo) .gnav-secondary {
    display: none;
  }
  body:not(#sogo) .gnav-listWrap {
    width: 25%;
    justify-content: space-between;
  }
  body:not(#sogo) .gnav-listWrap-v2 {
    display: flex;
    justify-content: space-between;
  }
  body:not(#sogo) .gnav-list &gt; li &gt; a,
  body:not(#sogo) .gnav-list-v2 &gt; li &gt; a {
    text-decoration: none;
    color: #333333;
    font-weight: 700;
  }
  body:not(#sogo) .gnav-list &gt; li.gnav-list-lv2,
  body:not(#sogo) .gnav-list &gt; li.gnav-list_item-v2 {
    border-top: 1px solid #e0e1e3;
  }
  body:not(#sogo) .gnav-list {
    display: none;
    flex-wrap: wrap;
    position: fixed;
    top: 54px;
    left: 0;
    width: 100%;
    max-height: calc(100% - 54px);
    background-color: #fff;
    overflow-y: auto;
    z-index: 10;
    border-bottom: 1px solid #dee2e6;
  }
  body:not(#sogo) .gnav-list.is-active {
    display: flex !important;
  }
  body:not(#sogo) .gnav-list &gt; li {
    position: relative;
    padding: 0 1px;
    width: 100%;
    height: 100%;
    font-size: 1.7rem;
    font-weight: 700;
    border-top: 1px solid #fff;
  }
  body:not(#sogo) .gnav-list &gt; li:first-child {
    border-top: none;
  }
  body:not(#sogo) .gnav-list &gt; li &gt; a {
    display: block;
    position: relative;
    padding: 17px 35px 17px 15px;
    width: 100%;
    background-color: #fff;
  }
  body:not(#sogo) .gnav-list &gt; li.is-kojin &gt; a {
    color: #fff;
    background-color: #58a52d;
  }
  body:not(#sogo) .gnav-list &gt; li.is-hojin &gt; a {
    color: #fff;
    background-color: #0091e4;
  }
  body:not(#sogo) .gnav-list &gt; li &gt; a.is-accodion::before,
  body:not(#sogo) .gnav-list &gt; li &gt; a.is-accodion::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -1px;
    width: 13px;
    height: 2px;
    background-color: #333;
    border-radius: 1px;
    transition: all 0.2s;
  }
  body:not(#sogo) .gnav-list &gt; li &gt; a.is-accodion::after {
    transform: rotate(-90deg);
  }
  body:not(#sogo) .gnav-list &gt; li.is-active &gt; a.is-accodion::after {
    transform: rotate(0deg);
  }
  body:not(#sogo) .gnav-list &gt; li.is-kojin &gt; a.is-accodion::before,
  body:not(#sogo) .gnav-list &gt; li.is-kojin &gt; a.is-accodion::after,
  body:not(#sogo) .gnav-list &gt; li.is-hojin &gt; a.is-accodion::before,
  body:not(#sogo) .gnav-list &gt; li.is-hojin &gt; a.is-accodion::after {
    background-color: #fff;
  }
  body:not(#sogo) .gnav-list &gt; .gnav-list_item {
    width: 50%;
    height: auto;
    border-bottom: 1px solid #e0e1e3;
  }
  body:not(#sogo) .gnav-list &gt; .gnav-list_item.is-recruit {
    border-right: 1px solid #e0e1e3;
  }
  body:not(#sogo) .gnav-list &gt; .gnav-list_item:nth-child(2n) {
    border-right: 1px solid #e0e1e3;
  }
  body:not(#sogo) .gnav-list &gt; .gnav-list_item &gt; a,
  body:not(#sogo) .gnav-list &gt; .gnav-list_item-v2 &gt; a {
    position: relative;
    padding: 12px 35px 12px 15px;
  }
  body:not(#sogo) .gnav-list &gt; .gnav-list_item-v2 &gt; a {
    padding: 17px 35px 17px 15px;
  }
  body:not(#sogo) .gnav-list &gt; .gnav-list_item &gt; a {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 1.4rem;
    font-weight: normal;
  }
  body:not(#sogo) .gnav-list &gt; .gnav-list_item-v2 &gt; a {
    border-bottom: 1px solid #e0e1e3;
  }
  body:not(#sogo) .gnav-list &gt; .gnav-list_item &gt; a::after,
  body:not(#sogo) .gnav-list &gt; .gnav-list_item-v2 &gt; a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 19px;
    margin-top: -4px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg);
  }
  body:not(#sogo) .gnav-list-v2-wrap {
    width: 75%;
  }
  body:not(#sogo) .gnav-list-v2 {
    display: flex;
    height: 100%;
  }
  body:not(#sogo) .gnav-list-v2 &gt; li {
    display: flex;
    align-items: center;
    width: 33.333%;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
  }
  body:not(#sogo) .gnav-list-v2 &gt; li:first-child {
    border-left: 1px solid #eeeeee;
  }
  body:not(#sogo) .gnav-list-v2 &gt; li &gt; a {
    display: flex;
    justify-content: center;
    flex-flow: column;
    position: relative;
    padding: 2px 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: normal;
  }
  body:not(#sogo) .gnav-list-v2 &gt; li &gt; a::before {
    content: '';
    display: block;
    margin: 0 auto;
    background-image: url(/common_img/com_sprite01.png);
    background-repeat: no-repeat;
    background-size: 240px auto;
  }
  body:not(#sogo) .gnav-list-v2 &gt; .type-store &gt; a::before {
    margin-top: 0;
    margin-bottom: 4px;
    width: 16px;
    height: 21px;
    background-position: -120px -130px;
  }
  body:not(#sogo) .gnav-list-v2 &gt; .type-serch &gt; a::before {
    margin-top: 0;
    margin-bottom: 6px;
    width: 18px;
    height: 18px;
    background-position: -145px -130px;
  }
  body:not(#sogo) .gnav-list-v2 &gt; .type-qa &gt; a {
    line-height: 1.3;
  }
  body:not(#sogo) .gnav-list-v2 &gt; .type-qa &gt; a::before {
    margin-top: 0;
    margin-bottom: 1px;
    width: 22px;
    height: 20px;
    background-position: -175px -130px;
  }
  body:not(#sogo) .gnav-list-v3,
  body:not(#sogo) .gnav-list-v4 {
    align-items: center;
  }
  body:not(#sogo) .gnav-list-v3 &gt; li,
  body:not(#sogo) .gnav-list-v4 &gt; li {
    position: relative;
    line-height: 1.5;
    padding: 0 19px;
  }
  body:not(#sogo) .gnav-list-v4 &gt; li {
    padding: 0 15px;
  }
  body:not(#sogo) .gnav-list-v3 &gt; li::before {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    border-left: 1px solid #dde1e4;
    height: 26px;
  }
  body:not(#sogo) .gnav-list-v3 &gt; li:last-child::after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    right: 0;
    height: 26px;
    border-right: 1px solid #dde1e4;
  }
  body:not(#sogo) .gnav-list-v4 &gt; li:last-child {
    padding-right: 0;
  }
  body:not(#sogo) .gnav-list-v3 &gt; li &gt; a,
  body:not(#sogo) .gnav-list-v4 &gt; li &gt; a {
    display: inline-block;
    padding: 2px 0 25px;
    text-decoration: none;
    color: #1a1a1a;
    border-bottom: 3px solid #fff;
  }
  body:not(#sogo) .gnav-list-v4 &gt; li &gt; a {
    padding: 2px 0 27px;
    font-size: 1.4rem;
  }
  body:not(#sogo) .gnav-list-v5 {
    width: 50%;
  }
  body:not(#sogo) .gnav-list-lv2,
  body:not(#sogo) .gnav-list-lv3 {
    display: none;
  }
  body:not(#sogo) li.gnav-list-lv2 {
    display: block;
  }
  body:not(#sogo) .gnav-list-lv2 &gt; li {
    border-bottom: 1px solid #fff;
  }
  body:not(#sogo) .gnav-list-lv2 &gt; li:last-child {
    border-bottom: none;
  }
  body:not(#sogo) .gnav-list-lv2 &gt; li &gt; a {
    display: block;
    position: relative;
    padding: 11px 35px 11px 15px;
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
  }
  body:not(#sogo) .gnav-list-lv2 &gt; li &gt; a:not(.is-accodion)::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 19px;
    margin-top: -4px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg);
  }
  body:not(#sogo) .gnav-list-lv2 &gt; li &gt; a.headerNav:not(.is-accodion)::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -7px;
    width: 15px;
    height: 15px;
    border-top: none;
    border-right: none;
    transform: none;
  }
  body:not(#sogo) .gnav-list-lv2 &gt; li &gt; a.a-blank::after {
    display: inline-block;
    margin-top: 0.45em;
    margin-left: 6px;
    background-position: -220px 0;
  }
  body:not(#sogo) .gnav-list-lv2 &gt; li &gt; a.is-accodion::before,
  body:not(#sogo) .gnav-list-lv2 &gt; li &gt; a.is-accodion::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -1px;
    width: 13px;
    height: 2px;
    background-color: #333;
    border-radius: 1px;
    transition: all 0.2s;
  }
  body:not(#sogo) .gnav-list-lv2 &gt; li &gt; a.is-accodion::after {
    transform: rotate(-90deg);
  }
  body:not(#sogo) .gnav-list-lv2 &gt; li.is-active &gt; a.is-accodion::after {
    transform: rotate(0deg);
  }
  body:not(#sogo) .gnav-list-lv2.is-kojin &gt; li &gt; a {
    background-color: #e2f3d4;
  }
  body:not(#sogo) .gnav-list-lv2.is-hojin &gt; li &gt; a {
    background-color: #dbf5ff;
  }
  body:not(#sogo) .gnav-list-lv2 &gt; li &gt; a.gnav-list_link,
  body:not(#sogo) .gnav-list-lv2 &gt; li &gt; a.is-kojin,
  body:not(#sogo) .gnav-list-lv2 &gt; li &gt; a.is-hojin {
    font-weight: normal;
    background-color: #f4f4f4;
  }
  body:not(#sogo) .gnav-list-lv2 &gt; li &gt; a.gnav-list_link::after,
  body:not(#sogo) .gnav-list-lv2 &gt; li &gt; a.is-kojin::after,
  body:not(#sogo) .gnav-list-lv2 &gt; li &gt; a.is-hojin::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 19px;
    margin-top: -4px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg);
  }
  body:not(#sogo) .gnav-list-lv3 &gt; li {
    border-bottom: 1px solid #ffffff;
  }
  body:not(#sogo) .gnav-list-lv3 &gt; li:last-child {
    border-bottom: none;
  }
  body:not(#sogo) .gnav-list-lv3 &gt; li &gt; a {
    display: block;
    position: relative;
    padding: 12px 35px 12px 31px;
    text-decoration: none;
    color: #333;
    font-size: 1.4rem;
    font-weight: normal;
    background-color: #f4f4f4;
  }
  body:not(#sogo) .gnav-list-lv3 &gt; li &gt; a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 19px;
    margin-top: -4px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg);
  }
  body:not(#sogo) .gnav-button {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1rem;
    border-bottom: 1px solid #eeeeee;
  }
  body:not(#sogo) .gnav-button.is-active {
    color: #fff;
    background-color: #0091e4;
    border-bottom: 1px solid #0091e4;
  }
  body:not(#sogo) .icon-menu {
    content: '';
    display: block;
    position: relative;
    margin: 3px auto 0;
    width: 20px;
    height: 16px;
  }
  body:not(#sogo) .icon-menu &gt; span {
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #7a7979;
    border-radius: 1px;
    transition: 0.2s all;
  }
  body:not(#sogo) .icon-menu &gt; span:nth-child(1) {
    top: 0;
  }
  body:not(#sogo) .icon-menu &gt; span:nth-child(2) {
    top: 7px;
  }
  body:not(#sogo) .icon-menu &gt; span:nth-child(3) {
    top: 14px;
  }
  body:not(#sogo) .gnav-button.is-active .icon-menu &gt; span:nth-child(2) {
    display: none;
  }
  body:not(#sogo) .gnav-button.is-active .icon-menu &gt; span:nth-child(1),
  body:not(#sogo) .gnav-button.is-active .icon-menu &gt; span:nth-child(3) {
    top: 7px;
    background-color: #fff;
  }
  body:not(#sogo) .gnav-button.is-active .icon-menu &gt; span:nth-child(1) {
    transform: rotate(45deg);
  }
  body:not(#sogo) .gnav-button.is-active .icon-menu &gt; span:nth-child(3) {
    transform: rotate(-45deg);
  }
  body:not(#sogo) .gnav-button .is-text {
    display: block;
    margin-top: 6px;
  }
  body:not(#sogo) .Main {
    padding-top: 56px;
  }
  body:not(#sogo) .Header-form + .Main {
    padding-top: 0;
  }
  body:not(#sogo) .pageGuide {
    width: 100%;
  }
  body:not(#sogo) .breadcrumbs {
    max-width: 100%;
    margin: 0 auto;
    padding: 8px 15px 12px;
  }
  body:not(#sogo) .container[data-wide="true"] .breadcrumbs {
    max-width: 100%;
  }
  body:not(#sogo) .breadcrumbs &gt; li {
    position: relative;
    float: left;
    padding: 0 4px 0 11px;
    font-size: 1rem;
  }
  body:not(#sogo) .breadcrumbs &gt; li::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 5px;
    height: 5px;
    border-top: 1px solid #aaaaa7;
    border-right: 1px solid #aaaaa7;
    transform: rotate(45deg);
  }
  body:not(#sogo) .breadcrumbs &gt; li:first-child {
    padding-left: 0;
  }
  body:not(#sogo) .breadcrumbs &gt; li:first-child::before {
    display: none;
  }
  body:not(#sogo) .breadcrumbs &gt; li:first-child &gt; a {
    display: block;
    position: relative;
    width: 18px;
    height: 16px;
    text-indent: -9999px;
  }
  body:not(#sogo) .breadcrumbs &gt; li:first-child &gt; a {
    content: '';
    display: block;
    top: 0.3em;
    left: 0;
    width: 14px;
    height: 12px;
    background: url(/common_img/com_sprite01.png) -120px -40px no-repeat;
    background-size: 240px auto;
  }
  body:not(#sogo) .breadcrumbs &gt; li:last-child {
    font-weight: 700;
  }
  body:not(#sogo) .pageHead {
    margin: 0 0 2.5em;
    background-color: #fffdd5;
    overflow: hidden;
  }
  body:not(#sogo) .pageHead.is-type02 {
    background-color: transparent;
  }
  body:not(#sogo) .pageHead .heading-lv1 {
    margin: 0 auto;
    padding: 7px 15px 15px;
  }
  body:not(#sogo) .pageHead &gt; .heading-lv1:only-child {
    padding: 35px 15px 32px;
  }
  body:not(#sogo) .pageHead_inner .heading-lv1 {
    position: relative;
    padding: 0;
  }
  body:not(#sogo) .pageHead_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    z-index: 1;
  }
  body:not(#sogo) .pageHead.is-type02 &gt; .pageHead_inner {
    padding-bottom: 0;
    background-color: #fffdd5;
  }
  body:not(#sogo) .pageHead_inner &gt; .pageHead_head {
    position: relative;
    padding: 18px 15px 32px;
    width: 100%;
    background-color: #fffdd5;
  }
  body:not(#sogo) .pageHead.is-type02 .pageHead_head:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    right: 22px;
    width: 23px;
    height: 120px;
    background-image: url(/common_img/com_bg01_01_sp.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 23px auto;
  }
  body:not(#sogo) .pageHead.is-type02 .heading-lv1 {
    z-index: 1;
  }
  body:not(#sogo) .pageHead_inner &gt; .pageHead_text {
    padding: 0 15px;
    width: 100%;
  }
  body:not(#sogo) .pageHead_inner &gt; .pageHead_text + .pageHead_text {
    width: 100%;
  }
  body:not(#sogo) .pageHead.is-type02 .pageHead_inner &gt; .pageHead_text {
    position: relative;
    background-color: #fff;
    z-index: 1;
  }
  body:not(#sogo) .pageHead_text_box {
    padding: 20px 0 0 0;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
  }
  body:not(#sogo) .pageHead_text_box &gt; *:first-child {
    margin-top: 0;
  }
  body:not(#sogo) .pageHead_paragraph {
    line-height: 1.63;
  }
  body:not(#sogo) .container {
    overflow: hidden;
    padding: 0 15px 35px;
  }
  body:not(#sogo) .sidebar {
    display: none;
  }
  body:not(#sogo) .Assist {
    margin-bottom: 40px;
  }
  body:not(#sogo) .Assist &gt; :first-child {
    margin-top: 0;
  }
  body:not(#sogo) .Footer {
    position: relative;
  }
  body:not(#sogo) .Footer-form {
    margin-top: 40px;
    border-top: 1px solid #e0e1e3;
  }
  body:not(#sogo) .footer-navBody {
    overflow: hidden;
  }
  body:not(#sogo) .footer-list {
    display: flex;
    flex-wrap: wrap;
  }
  body:not(#sogo) .footer-list a {
    text-decoration: none;
  }
  body:not(#sogo) .footer-list .footer-list_item {
    display: flex;
    width: 50%;
  }
  body:not(#sogo) .footer-list .footer-list_item.is-type02 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  body:not(#sogo) .footer-list .footer-list_item.is-type02 + .footer-list_item.is-type02 {
    margin-top: -1px;
    border-top: 1px solid #e0e1e3;
  }
  body:not(#sogo) .footer-list .footer-list_item.is-type02 &gt; .footer-list_item_link {
    width: 50%;
  }
  body:not(#sogo) .footer-column {
    display: none;
  }
  body:not(#sogo) .footer-list_item_link {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e0e1e3;
    border-right: 1px solid #e0e1e3;
    width: 100%;
  }
  body:not(#sogo) .footer-list_item_link-v2 {
    display: none;
  }
  body:not(#sogo) .footer-list &gt; .footer-list_item &gt; .footer-list_item_link:first-child,
  body:not(#sogo) .footer-column &gt; .footer-column_item &gt; .footer-list_item_link-v2:first-child {
    margin-top: 0;
  }
  body:not(#sogo) .footer-list_item_link a,
  body:not(#sogo) .footer-list_item_link-v2 a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 13px 25px 13px 15px;
    width: 100%;
    height: 100%;
    line-height: 1.3;
    text-decoration: none;
    color: #333;
  }
  body:not(#sogo) .footer-list_item_link-v2 a {
    font-size: 1.4rem;
  }
  body:not(#sogo) .footer-list_item_link &gt; a &gt; span::after,
  body:not(#sogo) .footer-list_item_link-v2 &gt; a &gt; span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg);
  }
  body:not(#sogo) .footer-column {
    display: none;
  }
  body:not(#sogo) .footer-list-v2 {
    display: none;
  }
  body:not(#sogo) .footer-list_item_link + .footer-list-v2 {
    margin-top: 23px;
  }
  body:not(#sogo) .footer-list-v2 &gt; li {
    line-height: 1.43;
  }
  body:not(#sogo) .footer-list-v2 &gt; li + li {
    margin-top: 8px;
  }
  body:not(#sogo) .footer-list-v2 &gt; li &gt; a {
    font-size: 1.4rem;
  }
  body:not(#sogo) .footer-serch {
    display: none;
  }
  body:not(#sogo) .footer-copyright {
    margin-top: -1px;
    padding: 24px 10px 30px;
    border-top: 1px solid #e0e1e3;
    background-color: #fff;
    text-align: center;
  }
  body:not(#sogo) .trade-name {
    display: none;
  }
  body:not(#sogo) .Pagetop {
    display: none !important;
  }
  body:not(#sogo) .customer-nav {
    display: none;
  }
  body:not(#sogo) .pc-break-md {
    display: none;
  }
  body:not(#sogo) .breadcrumbs::after {
    display: block;
    clear: both;
    content: "";
  }
}
</pre></body></html>