@charset "utf-8";
/*ヘッダー*/
/*PC*/
@media only screen and (min-width: 1281px) {
  header {
    position: fixed;
    z-index: 100;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 90%;
    max-width: 1500px;
    height: 70px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 60px;
  }

  .logo {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 190px;
    height: auto;
  }

  .hd01-pc {
    position: absolute;
    top: 50%;
    right: 445px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 610px;
    height: auto;
  }

  .hd01-pc li {
    display: block;
    width: auto;
    height: 16px;
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    font-family: "Yu Mincho", YuMincho, serif;
    line-height: 1;
    letter-spacing: 1.6px;
    text-align: center;
    color: #222;
    float: left;
  }

  .hd01-pc .hd-menu {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding: 0 20px;
    transition: 0.4s;
  }

  .hd01-pc ul li {
    list-style: none;
    float: left;
  }

  .hd02-pc {
    position: relative;
    width: 425px;
    height: 35px;
    margin: 17.5px 25px 17.5px auto;
  }

  .hd02-pc li {
    display: block;
    width: auto;
    height: 35px;
    list-style: none;
    float: left;
  }

  .hd02-pc::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 200px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background-color: #707070;
  }

  .hd02-pc .hd-tel {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
      "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: 1px;
    text-align: center;
    color: #00053a;
    margin: 0 20px;
  }

  .hd02-pc .hd-contact {
    display: block;
    padding: 0 25px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
      "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: 0.8px;
    text-align: center;
    color: #fff;
    background-color: #00053a;
    border-radius: 5px;
    margin: 0 20px;
  }

  .hd-tel {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 40px;
    text-decoration: none;
    transition: 0.2s;
    cursor: pointer;
  }

  .hd-tel::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    vertical-align: -4px;
    background: url(/wp-content/themes/yorozuya/img/tel.jpg) 0 0 / contain
      no-repeat;
  }

  #fix-btn {
    z-index: 100;
    position: fixed;
    top: 150px;
    right: 0;
    display: block;
    width: 80px;
    height: auto;
  }

  .fix_btn_1 {
    z-index: 0;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 77px 3px 31px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.22;
    letter-spacing: 0.9px;
    text-align: center;
    color: #fff;
    cursor: pointer;
  }

  .fix_btn_1 img {
    display: block;
    position: absolute;
    top: 27px;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    object-fit: cover;
  }

  .fix_btn_1::before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 0 0 10px;
    transition: 0.4s;
    border: solid 0.5px #fff;
    background-color: #0ab53c;
  }
}

/*TAB*/
@media screen and (min-width: 769px) and (max-width: 1280px) {
  header {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    height: 120px;
    transition: all 0.6s;
  }

  header.active {
    background-color: #00053a;
  }

  .header-content {
    position: relative;
    width: 90%;
    height: 70px;
    margin: 25px auto;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    box-sizing: border-box;
  }

  .logo {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 160px;
    height: auto;
  }

  .navToggle {
    display: block;
    position: absolute;
    top: 50%;
    right: 12.5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    text-align: center;
    background: #f2f1f1;
  }

  .navToggle span {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: auto;
    width: 17.5px;
    border-bottom: solid 2px #00053a;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }

  .navToggle span:nth-child(1) {
    top: 32.5%;
  }

  .navToggle span:nth-child(2) {
    top: 50%;
  }

  .navToggle span:nth-child(3) {
    top: 67.5%;
  }

  #g-nav-tab {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    bottom: -120%;
    left: 0;
    width: 100%;
    height: calc(100vh - 120px);
    /*ナビの高さ*/
    background: #fff;
    /*動き*/
    transition: all 0.6s;
  }

  /*アクティブクラスがついたら位置を0に*/
  #g-nav-tab.panelactive {
    bottom: 0;
  }

  /*ナビゲーションの縦スクロール*/
  #g-nav-tab.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*ナビゲーション*/
  #g-nav-tab ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    width: 80%;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  /*リストのレイアウト設定*/
  #g-nav-tab li {
    list-style: none;
    text-align: center;
  }

  #g-nav-tab li a {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: 1.4px;
    text-align: left;
    color: #222;
    border-bottom: solid 1px #d9d9d9;
  }

  #g-nav-tab li a img {
    display: block;
    width: 10px;
    height: auto;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .g-nav-list-contact {
    display: block;
    width: 350px;
    height: auto;
    margin: 30px auto 30px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 70px;
    letter-spacing: 0.8px;
    text-align: center;
    color: #fff;
    background-color: #00053a;
    border-radius: 5px;
  }

  .g-nav-list-contact-tel {
    display: grid;
    grid-template-columns: 40px 200px;
    color: #00053a;
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: 0.8px;
    text-align: center;
    place-content: center;
  }

  .gb-menu {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 30px;
    right: 8%;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #f2f1f1;
    border-radius: 50%;
  }

  /*×に変化*/
  .gb-menu span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: 3px;
    border-radius: 2px;
    background-color: #00053a;
    width: 27.5px;
  }

  .gb-menu span:nth-of-type(1) {
    top: 32.5%;
  }

  .gb-menu span:nth-of-type(2) {
    top: 50%;
  }

  .gb-menu span:nth-of-type(3) {
    top: 67.5%;
  }

  .gb-menu.active span:nth-of-type(1) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    width: 30px;
  }

  .gb-menu.active span:nth-of-type(2) {
    opacity: 0;
  }

  .gb-menu.active span:nth-of-type(3) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    width: 30px;
  }

  #fix-btn {
    z-index: 100;
    position: fixed;
    top: 150px;
    right: 0;
    display: block;
    width: 80px;
    height: auto;
  }

  .fix_btn_1 {
    z-index: 0;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 77px 3px 31px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.22;
    letter-spacing: 0.9px;
    text-align: center;
    color: #fff;
    cursor: pointer;
  }

  .fix_btn_1 img {
    display: block;
    position: absolute;
    top: 27px;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    object-fit: cover;
  }

  .fix_btn_1::before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 0 0 10px;
    transition: 0.4s;
    border: solid 0.5px #fff;
    background-color: #0ab53c;
  }
}

/*SP*/
@media only screen and (max-width: 768px) {
  header {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    height: 80px;
    transition: all 0.6s;
  }

  header.active {
    background-color: #00053a;
  }

  .header-content {
    position: relative;
    width: 90%;
    height: 50px;
    margin: 15px auto;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    box-sizing: border-box;
  }

  .logo {
    position: absolute;
    top: 50%;
    left: 12.5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 130px;
    height: auto;
  }

  .navToggle {
    display: block;
    position: absolute;
    top: 50%;
    right: 12.5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    text-align: center;
    background: #f2f1f1;
  }

  .navToggle span {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: auto;
    width: 17.5px;
    border-bottom: solid 2px #00053a;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }

  .navToggle span:nth-child(1) {
    top: 32.5%;
  }

  .navToggle span:nth-child(2) {
    top: 50%;
  }

  .navToggle span:nth-child(3) {
    top: 67.5%;
  }

  #g-nav-sp {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    bottom: -120%;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    /*ナビの高さ*/
    background: #fff;
    /*動き*/
    transition: all 0.6s;
  }

  /*アクティブクラスがついたら位置を0に*/
  #g-nav-sp.panelactive {
    bottom: 0;
  }

  /*ナビゲーションの縦スクロール*/
  #g-nav-sp.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*ナビゲーション*/
  #g-nav-sp ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    width: 80%;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  /*リストのレイアウト設定*/
  #g-nav-sp li {
    list-style: none;
    text-align: center;
  }

  #g-nav-sp li a {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: 1.4px;
    text-align: left;
    color: #222;
    border-bottom: solid 1px #d9d9d9;
  }

  #g-nav-sp li a img {
    display: block;
    width: 10px;
    height: auto;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .g-nav-list-contact {
    display: block;
    width: 250px;
    height: auto;
    margin: 30px auto 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 0.8px;
    text-align: center;
    color: #fff;
    background-color: #00053a;
    border-radius: 5px;
  }

  .g-nav-list-contact-tel {
    display: grid;
    grid-template-columns: 25px 140px;
    color: #00053a;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: 0.8px;
    text-align: center;
    place-content: center;
  }

  .gb-menu {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 20px;
    right: 8%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #f2f1f1;
    border-radius: 50%;
  }

  /*×に変化*/
  .gb-menu span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: 2px;
    border-radius: 2px;
    background-color: #00053a;
    width: 20px;
  }

  .gb-menu span:nth-of-type(1) {
    top: 32.5%;
  }

  .gb-menu span:nth-of-type(2) {
    top: 50%;
  }

  .gb-menu span:nth-of-type(3) {
    top: 67.5%;
  }

  .gb-menu.active span:nth-of-type(1) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    width: 22.5px;
  }

  .gb-menu.active span:nth-of-type(2) {
    opacity: 0;
  }

  .gb-menu.active span:nth-of-type(3) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    width: 22.5px;
  }

  #fix-btn {
    display: none;
  }

  /*
  #fix-btn {
    z-index: 100;
    position: fixed;
    top: 150px;
    right: 0;
    display: block;
    width: 80px;
    height: auto;
  }
  .fix_btn_1 {
    z-index: 0;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 77px 3px 31px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.22;
    letter-spacing: 0.9px;
    text-align: center;
    color: #fff;
    cursor: pointer;
  }
  .fix_btn_1 img {
    display: block;
    position: absolute;
    top: 27px;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    object-fit: cover;
  }
  .fix_btn_1::before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 0 0 10px;
    transition: 0.4s;
    border: solid 0.5px #fff;
    background-color: #0ab53c;
  }
  */
}

/*トップページ*/
/*PC*/
@media only screen and (min-width: 1281px) {
  /*アンカー*/
  #top-anker {
    padding-top: 100px;
    /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -100px;
    /* heightと同じ分のネガティブマージン */
  }

  /*買取強化商品*/
  #top-pickup {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url(/wp-content/themes/yorozuya/img/top-pickup-bg-img-pc.jpg);
    padding-top: 150px;
    padding-bottom: 50px;
    background-size: cover;
  }

  .top-pickup-bg {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(
      242deg,
      rgba(0, 5, 58, 0.85),
      rgba(0, 5, 58, 0.75)
    );
  }

  .top-pickup-content {
    z-index: 2;
    position: relative;
    width: 90%;
    max-width: 1500px;
    height: auto;
    background: #fff;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .top-pickup-slide {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  .top-pickup-slide h2 {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 4px;
    text-align: left;
    color: #595757;
    margin-bottom: 65px;
  }

  .top-pickup-slide h2::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 8%;
    height: 1px;
    background-color: #00053a;
  }

  .top-pickup-slide h2::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 8%;
    width: 92%;
    height: 1px;
    opacity: 0.2;
    background-color: #00053a;
  }

  #top-pickup .swiper-button {
    display: grid;
    grid-template-columns: 60px 60px;
    grid-template-rows: 60px;
    grid-gap: 30px;
    position: absolute;
    top: -3px;
    right: 30px;
  }

  #top-pickup .swiper-button-prev-1,
  #top-pickup .swiper-button-next-1 {
    z-index: 0;
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
  }

  #top-pickup .swiper-button-prev-1::before,
  #top-pickup .swiper-button-next-1::before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: 0.4s;
    background: #fff;
    border: solid 1px #005290;
  }

  #top-pickup .swiper-button-prev-1 img,
  #top-pickup .swiper-button-next-1 img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    object-fit: cover;
    transition: 0.4s;
  }

  #top-pickup .top-pickup-slide-wrap {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
  }

  #top-pickup .swiper-slide img {
    display: block;
    width: 90%;
    height: 100%;
    aspect-ratio: 1;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 10px;
  }

  #top-pickup .top-pickup-loop-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.38;
    letter-spacing: 0.8px;
    text-align: left;
    color: #194265;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  /*お知らせ*/
  #top-news {
    position: relative;
    width: 100%;
    height: auto;
    background: #f4f4f5;
    padding-top: 50px;
    padding-bottom: 75px;
  }

  .top-news00 {
    position: relative;
    width: 55%;
    height: auto;
    margin: 0 auto;
  }

  .top-news-title {
    width: 100%;
    height: auto;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #00053a;
  }

  .top-news-title h2 {
    color: #383935;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.25;
  }

  .top-news-title p {
    color: #00053a;
    font-size: 14px;
    margin-top: 10px;
  }

  .top-news-loop {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
  }

  .top-news-loop time {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
    color: #222;
    float: left;
  }

  .top-news-loop-title {
    display: block;
    position: absolute;
    top: 0;
    left: 130px;
    width: 600px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: left;
    color: #222;
  }

  /*検索機能*/
  #top-serch {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 55px;
  }

  .top-serch-form form div {
    text-align: center;
  }

  #searchform {
    position: relative;
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto 60px;
  }

  .top-serch-form form .serchbox {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    width: 100%;
    height: 40px;
    padding: 2.5px 10px;
    border: solid 1px #707070;
    box-sizing: border-box;
  }

  .top-serch-form form .serchbox:focus {
    outline: 0;
    border: 2px solid #2196f3;
  }

  #searchform button {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 25px;
    height: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border: none;
    background-color: transparent;
  }

  /*買取価格*/
  .tab_box .tab_panel {
    display: none;
  }

  .tab_box .tab_panel.active {
    display: block;
  }

  #top .tab_box {
    display: grid;
    grid-template-columns: 17.5% 77.5%;
    column-gap: 5%;
    place-content: center;
    align-items: start;
    width: 90%;
    max-width: 1500px;
    margin: 0 auto 50px;
  }

  #top .tab_box .tab_panel .pagination {
    margin-bottom: 40px;
  }

  #top .tab_box .tab_panel .pagination .top-notes {
    position: relative;
    width: 100%;
    height: auto;
  }

  #top .tab_box .tab_panel .pagination .top-notes h2 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 2.1;
    color: #fff;
    text-align: left;
    padding: 0 10px;
    background-color: #223a70;
  }

  #top .tab_box .tab_panel .pagination .top-notes p {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 2.1;
    color: #222;
    text-align: left;
    padding: 10px 0;
  }

  #top .tab_box .tab_panel .pagination .top-notes p a {
    color: #0000ff;
    text-decoration: underline;
  }

  #top .tab_box .tab_btn {
    display: grid;
    grid-template-columns: 5% 87.5%;
    grid-template-rows: 50px;
    column-gap: 5%;
    align-items: center;
    padding-left: 2.5%;
    color: #707070;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: left;
    border-bottom: solid 2px #707070;
    cursor: pointer;
    transition: all 0.2s ease 0s;
  }

  #top .tab_box .tab_btn span {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #707070;
  }

  #top .tab_box .tab_btn:hover {
    opacity: 0.8;
  }

  #top .tab_box .tab_btn:hover span {
    opacity: 0.8;
  }

  #top .tab_box .tab_btn.red span {
    background-color: #dc143c;
  }

  #top .tab_box .tab_btn.orange span {
    background-color: #ff4500;
  }

  #top .tab_box .tab_btn.magenta span {
    background-color: #ff00ff;
  }

  #top .tab_box .tab_btn.yellow span {
    background-color: #ffff00;
  }

  #top .tab_box .tab_btn.gold span {
    background-color: #ffd700;
  }

  #top .tab_box .tab_btn.green span {
    background-color: #008000;
  }

  #top .tab_box .tab_btn.lime span {
    background-color: #00ff00;
  }

  #top .tab_box .tab_btn.blue span {
    background-color: #0000ff;
  }

  #top .tab_box .tab_btn.aqua span {
    background-color: #00ffff;
  }

  .tp-price-loop {
    position: relative;
  }

  .tp-price-loop-img {
    display: grid;
    grid-template-columns: 13% 84%;
    grid-gap: 3%;
    align-items: center;
    padding: 5px;
    margin-bottom: 5px;
    border: solid 0.5px #f0f0f0;
  }

  .tp-price-loop-thum {
    position: relative;
  }

  .tp-price-loop-thum span {
    z-index: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    padding: 3px 5px;
    color: #fff;
    font-size: 11px;
    background-color: #007bff;
  }

  .tp-price-loop-img img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
  }

  .tp-price-loop-title,
  .tp-price-loop-jan,
  .tp-price-loop-remarks {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 7.5px;
    padding-left: 5px;
  }

  .tp-price-loop-title {
    color: #194265;
    margin-top: 5px;
  }

  .tp-price-loop-jan {
    color: #194265;
  }

  .tp-price-loop-content {
    display: flex;
  }

  .tp-price-loop-content p {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 7.5px;
    padding-left: 5px;
  }

  .tp-price-loop-content p:nth-of-type(1) {
    margin-right: 20px;
  }

  .tp-price-loop-remarks {
    font-size: 16px;
    background-color: #eeeeee;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
  }
}

/*TAB*/
@media screen and (min-width: 769px) and (max-width: 1280px) {
  /*アンカー*/
  #top-anker {
    padding-top: 100px;
    /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -100px;
    /* heightと同じ分のネガティブマージン */
  }

  /*買取強化商品*/
  #top-pickup {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url(/wp-content/themes/yorozuya/img/top-pickup-bg-img-pc.jpg);
    padding-top: 150px;
    padding-bottom: 50px;
    background-size: cover;
  }

  .top-pickup-bg {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(
      242deg,
      rgba(0, 5, 58, 0.85),
      rgba(0, 5, 58, 0.75)
    );
  }

  .top-pickup-content {
    z-index: 2;
    position: relative;
    width: 90%;
    max-width: 1500px;
    height: auto;
    background: #fff;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .top-pickup-slide {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  .top-pickup-slide h2 {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 4px;
    text-align: left;
    color: #595757;
    margin-bottom: 66px;
  }

  .top-pickup-slide h2::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 13%;
    height: 1px;
    background-color: #00053a;
  }

  .top-pickup-slide h2::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 13%;
    width: 87%;
    height: 1px;
    opacity: 0.2;
    background-color: #00053a;
  }

  #top-pickup .swiper-button {
    display: grid;
    grid-template-columns: 60px 60px;
    grid-template-rows: 60px;
    grid-gap: 30px;
    position: absolute;
    top: -3px;
    right: 30px;
  }

  #top-pickup .swiper-button-prev-1,
  #top-pickup .swiper-button-next-1 {
    z-index: 0;
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
  }

  #top-pickup .swiper-button-prev-1::before,
  #top-pickup .swiper-button-next-1::before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: 0.4s;
    background: #fff;
    border: solid 1px #005290;
  }

  #top-pickup .swiper-button-prev-1 img,
  #top-pickup .swiper-button-next-1 img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    object-fit: cover;
    transition: 0.4s;
  }

  #top-pickup .top-pickup-slide-wrap {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
  }

  #top-pickup .swiper-slide img {
    display: block;
    width: 90%;
    height: 100%;
    aspect-ratio: 1;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 10px;
  }

  #top-pickup .top-pickup-loop-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.38;
    letter-spacing: 0.8px;
    text-align: left;
    color: #194265;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  /*お知らせ*/
  #top-news {
    position: relative;
    width: 100%;
    height: auto;
    background: #f4f4f5;
    padding-top: 50px;
    padding-bottom: 75px;
  }

  .top-news00 {
    position: relative;
    width: 75%;
    height: auto;
    margin: 0 auto;
  }

  .top-news-title {
    width: 100%;
    height: auto;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #00053a;
  }

  .top-news-title h2 {
    color: #383935;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.25;
  }

  .top-news-title p {
    color: #00053a;
    font-size: 14px;
    margin-top: 10px;
  }

  .top-news-loop {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
  }

  .top-news-loop time {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
    color: #222;
    float: left;
  }

  .top-news-loop-title {
    display: block;
    position: absolute;
    top: 0;
    left: 130px;
    width: 600px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: left;
    color: #222;
  }

  /*検索機能*/
  #top-serch {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 55px;
  }

  .top-serch-form form div {
    text-align: center;
  }

  #searchform {
    position: relative;
    display: block;
    width: 65%;
    height: auto;
    margin: 0 auto 60px;
  }

  .top-serch-form form .serchbox {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    width: 100%;
    height: 40px;
    padding: 2.5px 10px;
    border: solid 1px #707070;
    box-sizing: border-box;
  }

  .top-serch-form form .serchbox:focus {
    outline: 0;
    border: 2px solid #2196f3;
  }

  #searchform button {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 25px;
    height: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border: none;
    background-color: transparent;
  }

  /*買取価格*/
  .tab_box .tab_panel {
    display: none;
  }

  .tab_box .tab_panel.active {
    display: block;
  }

  #top .tab_box {
    display: grid;
    grid-template-columns: 20% 75%;
    column-gap: 5%;
    place-content: center;
    align-items: start;
    width: 95%;
    margin: 0 auto 50px;
  }

  #top .tab_box .tab_panel .pagination {
    margin-bottom: 40px;
  }

  #top .tab_box .tab_panel .pagination .top-notes {
    position: relative;
    width: 100%;
    height: auto;
  }

  #top .tab_box .tab_panel .pagination .top-notes h2 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 2.11;
    color: #fff;
    text-align: left;
    padding: 0 10px;
    background-color: #223a70;
  }

  #top .tab_box .tab_panel .pagination .top-notes p {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 2.1;
    color: #222;
    text-align: left;
    padding: 10px 0;
  }

  #top .tab_box .tab_panel .pagination .top-notes p a {
    color: #0000ff;
    text-decoration: underline;
  }

  #top .tab_box .tab_btn {
    display: grid;
    grid-template-columns: 5% 87.5%;
    grid-template-rows: 50px;
    column-gap: 5%;
    align-items: center;
    color: #707070;
    font-size: 15px;
    font-weight: normal;
    line-height: 19px;
    letter-spacing: 1px;
    text-align: left;
    border-bottom: solid 2px #707070;
    cursor: pointer;
    transition: all 0.2s ease 0s;
  }

  #top .tab_box .tab_btn span {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #707070;
  }

  #top .tab_box .tab_btn.red span {
    background-color: #ff0000;
  }

  #top .tab_box .tab_btn.orange span {
    background-color: #ff4500;
  }

  #top .tab_box .tab_btn.magenta span {
    background-color: #ff00ff;
  }

  #top .tab_box .tab_btn.yellow span {
    background-color: #ffff00;
  }

  #top .tab_box .tab_btn.gold span {
    background-color: #ffd700;
  }

  #top .tab_box .tab_btn.green span {
    background-color: #008000;
  }

  #top .tab_box .tab_btn.lime span {
    background-color: #00ff00;
  }

  #top .tab_box .tab_btn.blue span {
    background-color: #0000ff;
  }

  #top .tab_box .tab_btn.aqua span {
    background-color: #00ffff;
  }

  .tp-price-loop {
    position: relative;
  }

  .tp-price-loop-img {
    display: grid;
    grid-template-columns: 13% 84%;
    grid-gap: 3%;
    align-items: center;
    padding: 5px;
    margin-bottom: 5px;
    border: solid 0.5px #f0f0f0;
  }

  .tp-price-loop-thum span {
    z-index: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    padding: 3px 5px;
    color: #fff;
    font-size: 11px;
    background-color: #007bff;
  }

  .tp-price-loop-img img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
  }

  .tp-price-loop-title,
  .tp-price-loop-jan,
  .tp-price-loop-remarks {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 5px;
    padding-left: 5px;
  }

  .tp-price-loop-title {
    color: #194265;
    margin-top: 0;
  }

  .tp-price-loop-jan {
    color: #194265;
  }

  .tp-price-loop-content {
    display: flex;
  }

  .tp-price-loop-content p {
    display: inline-block;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 5px;
    padding-left: 5px;
  }

  .tp-price-loop-content p:nth-of-type(1) {
    margin-right: 15px;
  }

  .tp-price-loop-remarks {
    font-size: 15px;
    background-color: #eeeeee;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 0;
  }
}

/*SP*/
@media only screen and (max-width: 768px) {
  /*アンカー*/
  #top-anker {
    padding-top: 70px;
    /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -70px;
    /* heightと同じ分のネガティブマージン */
  }

  /*買取強化商品*/
  #top-pickup {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url(/wp-content/themes/yorozuya/img/top-pickup-bg-img-pc.jpg);
    padding-top: 100px;
    padding-bottom: 30px;
    background-size: cover;
  }

  .top-pickup-bg {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(
      242deg,
      rgba(0, 5, 58, 0.85),
      rgba(0, 5, 58, 0.75)
    );
  }

  .top-pickup-content {
    z-index: 2;
    position: relative;
    width: 90%;
    max-width: 1500px;
    height: auto;
    background: #fff;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .top-pickup-slide {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  .top-pickup-slide h2 {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 4px;
    text-align: left;
    color: #595757;
    margin-bottom: 45px;
  }

  .top-pickup-slide h2::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 16%;
    height: 1px;
    background-color: #00053a;
  }

  .top-pickup-slide h2::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 16%;
    width: 84%;
    height: 1px;
    opacity: 0.2;
    background-color: #00053a;
  }

  #top-pickup .swiper-button {
    display: grid;
    grid-template-columns: 40px 40px;
    grid-template-rows: 40px;
    grid-gap: 20px;
    position: absolute;
    top: -5px;
    right: 15px;
  }

  #top-pickup .swiper-button-prev-1,
  #top-pickup .swiper-button-next-1 {
    z-index: 0;
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
  }

  #top-pickup .swiper-button-prev-1::before,
  #top-pickup .swiper-button-next-1::before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: 0.4s;
    background: #fff;
    border: solid 1px #005290;
  }

  #top-pickup .swiper-button-prev-1 img,
  #top-pickup .swiper-button-next-1 img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    object-fit: cover;
    transition: 0.4s;
  }

  #top-pickup .top-pickup-slide-wrap {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
  }

  #top-pickup .swiper-slide img {
    display: block;
    width: 90%;
    height: 100%;
    aspect-ratio: 1;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 10px;
  }

  #top-pickup .top-pickup-loop-title {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.38;
    letter-spacing: 0.4px;
    text-align: left;
    color: #194265;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  /*お知らせ*/
  #top-news {
    position: relative;
    width: 100%;
    height: auto;
    background: #f4f4f5;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .top-news00 {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  .top-news-title {
    width: 100%;
    height: auto;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #00053a;
  }

  .top-news-title h2 {
    color: #383935;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.25;
  }

  .top-news-title p {
    color: #00053a;
    font-size: 11px;
    margin-top: 5px;
  }

  .top-news-loop {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
  }

  .top-news-loop time {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 13px;
    text-align: center;
    color: #222;
    float: left;
  }

  .top-news-loop-title {
    display: block;
    position: relative;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 13px;
    text-align: left;
    color: #222;
  }

  /*検索機能*/
  #top-serch {
    z-index: 2;
    position: sticky;
    position: -webkit-sticky;
    top: 70px;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 10px;
    border-radius: 10px;
    background-color: #fff;
  }

  .top-serch-form form div {
    text-align: center;
  }

  #searchform {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  .top-serch-form form .serchbox {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    width: 100%;
    height: 35px;
    padding: 2.5px 10px;
    border: solid 1px #707070;
    box-sizing: border-box;
  }

  .top-serch-form form .serchbox:focus {
    outline: 0;
    border: 1px solid #2196f3;
  }

  #searchform button {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border: none;
    background-color: transparent;
  }

  /*カテゴリー*/
  .btn_area {
    display: none;
  }

  .cat-btn-open {
    display: grid !important;
    grid-template-columns: 100px 15px;
    width: 115px;
    height: auto;
    margin: 20px 10px 0 auto;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.38;
    letter-spacing: 0.4px;
    text-align: left;
    color: #194265;
    align-items: center;
    border-bottom: solid 1px #194265;
  }

  .cat-btn-close {
    position: fixed;
    z-index: 9999;
    top: 20px;
    right: 8%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #f2f1f1;
    border-radius: 50%;
  }

  .cat-btn-close .z-change {
    position: fixed;
    z-index: 9999;
    top: 20px;
    right: 8%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #f2f1f1;
    border-radius: 50%;
  }

  .cat-btn-close span {
    display: inline-block;
    height: 2px;
    border-radius: 2px;
    background-color: #00053a;
  }

  .cat-btn-close span:nth-of-type(1) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    width: 22.5px;
  }

  .cat-btn-close span:nth-of-type(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    width: 22.5px;
  }

  .cat-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    bottom: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: #fff;
    /*動き*/
    transition: all 0.6s;
  }

  /*アクティブクラスがついたら位置を0に*/
  .cat-nav.panelactive {
    bottom: 0;
  }

  /*ナビゲーションの縦スクロール*/
  .cat-nav.panelactive .cat-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .z-change {
    z-index: -1;
  }

  .cat-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .cat-nav-list ul {
    position: absolute;
    z-index: 999;
    width: 80%;
    padding: 70px 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .cat-nav-list li {
    list-style: none;
    text-align: center;
  }

  .cat-nav-list ul li p {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: 1.4px;
    text-align: left;
    color: #222;
    border-bottom: solid 1px #d9d9d9;
  }

  .cat-nav-list p img {
    display: block;
    width: 10px;
    height: auto;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  /*買取価格*/
  .tab_box .tab_panel {
    display: none;
  }

  .tab_box .tab_panel.active {
    display: block;
  }

  #top .tab_box {
    position: relative;
    width: 98%;
    margin: 10px auto 50px;
  }

  #top .tab_box .tab_panel .pagination {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  #top .tab_box .tab_panel .pagination .top-notes {
    position: relative;
    width: 100%;
    height: auto;
  }

  #top .tab_box .tab_panel .pagination .top-notes h2 {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 2.1;
    color: #fff;
    text-align: left;
    padding: 0 5px;
    background-color: #223a70;
  }

  #top .tab_box .tab_panel .pagination .top-notes p {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 2.1;
    color: #222;
    text-align: left;
    padding: 5px 0;
  }

  #top .tab_box .tab_panel .pagination .top-notes p a {
    color: #0000ff;
    text-decoration: underline;
  }

  #top .tab_box .tab_panel.active {
    display: block;
  }

  .tp-price-loop {
    position: relative;
    width: 48%;
    height: auto;
    margin: 5px 1% 0 !important;
    box-sizing: border-box;
  }

  .tp-price-loop-img {
    position: relative;
    width: 95%;
    height: auto;
    padding: 5% 2.5%;
    margin-bottom: 5px;
    border: solid 0.5px #f0f0f0;
  }

  .tp-price-loop-thum {
    position: relative;
    width: 80%;
    height: auto;
    margin: 0 auto 5px;
  }

  .tp-price-loop-thum span {
    z-index: 1;
    position: absolute;
    top: 1.5px;
    left: 1.5px;
    padding: 1.5px 2.5px;
    color: #fff;
    font-size: 9px;
    background-color: #007bff;
  }

  .tp-price-loop-img img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-fit: contain;
  }

  .tp-price-loop-title,
  .tp-price-loop-jan,
  .tp-price-loop-remarks {
    font-size: 13px;
    line-height: 1.38;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    padding-left: 5px;
  }

  .tp-price-loop-title {
    color: #194265;
    margin-top: 0;
  }

  .tp-price-loop-jan {
    color: #194265;
  }

  .tp-price-loop-content {
    display: block;
  }

  .tp-price-loop-content p {
    font-size: 13px;
    line-height: 1.38;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    padding-left: 5px;
  }

  .tp-price-loop-remarks {
    font-size: 13px;
    background-color: #eeeeee;
    padding: 4px;
    margin-bottom: 0;
  }
}

/*フッター*/
/*PC*/
@media only screen and (min-width: 769px) {
  /*フッター*/
  footer {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    border-top: 1px solid #e6eeec;
  }

  #ft01 {
    display: grid;
    grid-template-columns: 250px 575px;
    grid-template-rows: 200px;
    column-gap: 70px;
    place-content: center;
    align-items: center;
    background-color: #2f2f2f;
  }

  #ft01 p {
    color: #fff;
    font-size: 14px;
  }

  #ft01 a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
  }

  .ft01-1 {
  }

  .ft01-logo {
    display: block;
    position: relative;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 10px;
  }

  .ft01-2 {
    position: relative;
  }

  .ft01-2::after {
    content: "";
    position: absolute;
    top: -15px;
    left: -30px;
    width: 1px;
    height: 80px;
    background: #e6eeec;
  }

  .ft-credit {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background: #00053a;
  }

  .ft-credit p {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 12px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
  }
}

/*TAB*/
@media screen and (min-width: 769px) and (max-width: 1280px) {
  /*フッター*/
  footer {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    border-top: 1px solid #e6eeec;
  }

  #ft01 {
    display: grid;
    grid-template-columns: 230px 450px;
    grid-template-rows: 200px;
    column-gap: 50px;
    place-content: center;
    align-items: center;
    background-color: #2f2f2f;
  }

  #ft01 p {
    color: #fff;
    font-size: 14px;
  }

  #ft01 a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
  }

  .ft01-1 {
  }

  .ft01-logo {
    display: block;
    position: relative;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 10px;
  }

  .ft01-2 {
    position: relative;
  }

  .ft01-2::after {
    content: "";
    position: absolute;
    top: -15px;
    left: -25px;
    width: 1px;
    height: 80px;
    background: #e6eeec;
  }

  .ft-credit {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background: #00053a;
  }

  .ft-credit p {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 12px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
  }
}

/*SP*/
@media only screen and (max-width: 768px) {
  /*フッター*/
  footer {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #2f2f2f;
    padding-top: 25px;
    padding-bottom: 40px;
  }

  #ft01 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 25px;
  }

  #ft01 p {
    display: block;
    width: 200px;
    height: auto;
    margin: 40px auto 10px;
    color: #fff;
    font-size: 13px;
  }

  #ft01 a {
    display: block;
    width: 200px;
    height: auto;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
  }

  .ft01-1 {
  }

  .ft01-logo {
    display: block;
    position: relative;
    width: 200px;
    height: auto;
    margin: 0 auto 20px;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 5px;
  }

  .ft01-2 {
    position: relative;
  }

  .ft01-2::after {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 220px;
    height: 1px;
    background: #e6eeec;
  }

  .ft-credit {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }

  .ft-credit p {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 12px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
  }

  /*固定フッター*/
  #ft-fix {
    position: fixed;
    z-index: 100;
    width: 98%;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: grid;
    grid-template-columns: 49.5% 49.5%;
    grid-template-rows: 35px;
    column-gap: 1%;
    place-content: center;
  }

  .ft-fix01 {
    width: 100%;
    height: 100%;
    background-color: #0ab53c;
    border-radius: 5px 5px 0 0;
  }

  .ft-fix02 {
    width: 100%;
    height: 100%;
    background-color: #223a70;
    border-radius: 5px 5px 0 0;
  }

  .ft-fix01 p,
  .ft-fix02 p {
    z-index: 1;
    display: block;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 1.3px;
    text-align: center;
    color: #fff;
  }
}

/*法人買取の流れ*/
/*PC*/
@media screen and (min-width: 1281px) {
  #flow {
    position: relative;
    width: 80%;
    max-width: 1280px;
    height: auto;
    margin: 0 auto 80px;
  }

  /*タブ実装*/
  #flow .tab_box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 50px;
  }

  #flow .tab_box .btn_area {
    display: -webkit-box;
    display: flex;
  }

  #flow .tab_box .tab_btn {
    width: 50%;
    margin-bottom: 0;
    padding: 20px 0;
    color: #00053a;
    background: #f8f8f8;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease 0s;
  }

  #flow .tab_box .tab_btn.active {
    background: #00053a;
    color: #fff;
  }

  #flow .tab_box .panel_area {
    padding: 35px 50px;
    background-color: #f8f8f8;
  }

  #flow .tab_box .tab_panel {
    display: none;
  }

  #flow .tab_box .tab_panel.active {
    display: block;
  }

  #flow .tab_box .tab_panel .flow-content {
    margin-bottom: 40px;
    padding: 35px 50px;
    background-color: #fff;
  }

  #flow h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    text-align: left;
    color: #707070;
    border-bottom: solid 1px #707070;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  #flow h3 font {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.17;
    letter-spacing: 1.2px;
    text-align: left;
    color: #00053a;
  }

  #flow h3 font span {
    font-size: 26px;
    font-weight: 500;
    line-height: 0.88;
    letter-spacing: 1.6px;
    text-align: center;
    color: #00053a;
    padding-left: 5px;
    padding-right: 15px;
  }

  #flow h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 5px;
  }

  #flow .flow-pdf {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px 30px;
    background-color: #00053a;
  }

  #flow p {
    margin-bottom: 10px;
  }
}

/*TAB*/
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #flow {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto 60px;
  }

  /*タブ実装*/
  #flow .tab_box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 50px;
  }

  #flow .tab_box .btn_area {
    display: -webkit-box;
    display: flex;
  }

  #flow .tab_box .tab_btn {
    width: 50%;
    margin-bottom: 0;
    padding: 20px 0;
    color: #00053a;
    background: #f8f8f8;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease 0s;
  }

  #flow .tab_box .tab_btn.active {
    background: #00053a;
    color: #fff;
  }

  #flow .tab_box .panel_area {
    padding: 30px 40px;
    background-color: #f8f8f8;
  }

  #flow .tab_box .tab_panel {
    display: none;
  }

  #flow .tab_box .tab_panel.active {
    display: block;
  }

  #flow .tab_box .tab_panel .flow-content {
    margin-bottom: 40px;
    padding: 30px 40px;
    background-color: #fff;
  }

  #flow h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    text-align: left;
    color: #707070;
    border-bottom: solid 1px #707070;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  #flow h3 font {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.17;
    letter-spacing: 1.2px;
    text-align: left;
    color: #00053a;
  }

  #flow h3 font span {
    font-size: 26px;
    font-weight: 500;
    line-height: 0.88;
    letter-spacing: 1.6px;
    text-align: center;
    color: #00053a;
    padding-left: 5px;
    padding-right: 15px;
  }

  #flow h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 5px;
  }

  #flow .flow-pdf {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px 30px;
    background-color: #00053a;
  }

  #flow p {
    margin-bottom: 10px;
  }
}

/*SP*/
@media only screen and (max-width: 768px) {
  #flow {
    position: relative;
    width: 95%;
    height: auto;
    margin: 0 auto 30px;
  }

  /*タブ実装*/
  #flow .tab_box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 30px;
  }

  #flow .tab_box .btn_area {
    display: -webkit-box;
    display: flex;
  }

  #flow .tab_box .tab_btn {
    width: 50%;
    margin-bottom: 0;
    padding: 10px 0;
    color: #00053a;
    background: #f8f8f8;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease 0s;
  }

  #flow .tab_box .tab_btn.active {
    background: #00053a;
    color: #fff;
  }

  #flow .tab_box .panel_area {
    padding: 15px 20px;
    background-color: #f8f8f8;
  }

  #flow .tab_box .tab_panel {
    display: none;
  }

  #flow .tab_box .tab_panel.active {
    display: block;
  }

  #flow .tab_box .tab_panel .flow-content {
    margin-bottom: 20px;
    padding: 15px 20px;
    background-color: #fff;
  }

  #flow h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    text-align: left;
    color: #707070;
    border-bottom: solid 1px #707070;
    margin-bottom: 7.5px;
    padding-bottom: 5px;
  }

  #flow h3 font {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.17;
    letter-spacing: 1.2px;
    text-align: left;
    color: #00053a;
    margin-bottom: 2.5px;
  }

  #flow h3 font span {
    font-size: 20px;
    font-weight: 500;
    line-height: 0.88;
    letter-spacing: 1.6px;
    text-align: center;
    color: #00053a;
    padding-left: 2.5px;
    padding-right: 7.5px;
  }

  #flow h4 {
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 2.5px;
  }

  #flow .flow-pdf {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 10px;
    padding: 2.5px 15px;
    background-color: #00053a;
  }

  #flow p {
    margin-bottom: 10px;
  }
}

/*買取の注意点*/
/*PC*/
@media screen and (min-width: 1281px) {
  #notes {
    position: relative;
    width: 80%;
    max-width: 1280px;
    height: auto;
    margin: 80px auto 80px;
    padding: 35px 50px;
    background-color: #f8f8f8;
  }

  #notes .notes-content {
    margin-bottom: 40px;
    padding: 35px 50px;
    background-color: #fff;
  }

  #notes h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    text-align: left;
    color: #707070;
    border-bottom: solid 1px #707070;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  #notes h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 5px;
  }

  #notes p {
    margin-bottom: 10px;
  }
}

/*TAB*/
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #notes {
    position: relative;
    width: 90%;
    height: auto;
    margin: 60px auto 60px;
    padding: 30px 40px;
    background-color: #f8f8f8;
  }

  #notes .notes-content {
    margin-bottom: 40px;
    padding: 30px 40px;
    background-color: #fff;
  }

  #notes h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    text-align: left;
    color: #707070;
    border-bottom: solid 1px #707070;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  #notes h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 5px;
  }

  #notes p {
    margin-bottom: 10px;
  }
}

/*SP*/
@media only screen and (max-width: 768px) {
  #notes {
    position: relative;
    width: 95%;
    height: auto;
    margin: 30px auto 30px;
    padding: 15px 20px;
    background-color: #f8f8f8;
  }

  #notes .notes-content {
    margin-bottom: 20px;
    padding: 15px 20px;
    background-color: #fff;
  }

  #notes h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    text-align: left;
    color: #707070;
    border-bottom: solid 1px #707070;
    margin-bottom: 7.5px;
    padding-bottom: 5px;
  }

  #notes h4 {
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 2.5px;
  }

  #notes p {
    margin-bottom: 10px;
  }
}

/*会社概要*/
/*PC*/
@media screen and (min-width: 1281px) {
  #company {
    position: relative;
    width: 60%;
    max-width: 1000px;
    height: auto;
    margin: 80px auto 80px;
  }

  #company table {
    position: relative;
    width: 100%;
    height: auto;
    border-collapse: collapse;
  }

  #company table tr {
    border-bottom: solid 1px #ececec;
  }

  #company table tr:nth-of-type(1) {
    border-top: solid 1px #ececec;
  }

  #company table tr th {
    position: relative;
    width: 20%;
    padding: 30px 0 30px 60px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 24px;
    text-align: left;
    color: #000;
    vertical-align: top;
  }

  #company table tr td {
    position: relative;
    width: 80%;
    padding: 30px 0 30px 60px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 24px;
    text-align: left;
    color: #000;
    vertical-align: top;
  }
}

/*TAB*/
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #company {
    position: relative;
    width: 80%;
    height: auto;
    margin: 80px auto;
  }

  #company table {
    position: relative;
    width: 100%;
    height: auto;
    border-collapse: collapse;
  }

  #company table tr {
    border-bottom: solid 1px #ececec;
  }

  #company table tr:nth-of-type(1) {
    border-top: solid 1px #ececec;
  }

  #company table tr th {
    position: relative;
    width: 20%;
    padding: 30px 0 30px 40px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 24px;
    text-align: left;
    color: #000;
    vertical-align: top;
  }

  #company table tr td {
    position: relative;
    width: 80%;
    padding: 30px 0 30px 40px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 24px;
    text-align: left;
    color: #000;
    vertical-align: top;
  }
}

/*SP*/
@media only screen and (max-width: 768px) {
  #company {
    position: relative;
    width: 90%;
    height: auto;
    margin: 40px auto;
  }

  #company table {
    position: relative;
    width: 100%;
    height: auto;
    border-collapse: collapse;
  }

  #company table tr {
    display: block;
    padding: 20px 0;
    border-bottom: solid 1px #ececec;
  }

  #company table tr:nth-of-type(1) {
    border-top: solid 1px #ececec;
  }

  #company table tr th {
    display: block;
    position: relative;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: left;
    color: #000;
    vertical-align: top;
  }

  #company table tr td {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 10px;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: left;
    color: #000;
    vertical-align: top;
  }
}

/*お知らせ*/
/*PC*/
@media only screen and (min-width: 769px) {
  #news00 {
    position: relative;
    width: 100%;
    height: auto;
    margin: 100px 0;
  }

  #news00 h2 {
    position: relative;
    width: 45%;
    height: auto;
    margin: 0 40% 50px auto;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #00053a;
  }

  .news00-1 {
    position: relative;
    width: 45%;
    height: auto;
    margin: 0 40% 0 auto;
  }

  .news00-loop {
    position: relative;
    width: 100%;
    height: auto;
  }

  .news00-a {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 60px 0 20px 0;
    border-bottom: solid 1px #cccccc;
    background: #fff;
    color: #001f33;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
  }

  .news00-text01 {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: auto;
  }

  .news00-cat {
    position: absolute;
    top: -5px;
    left: 150px;
    width: 200px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    background: #00053a;
  }

  .news00-text01 span {
    color: #001f33;
    font-size: 16px;
  }

  .news00-2 {
    position: absolute;
    top: -100px;
    right: 0;
    width: 15%;
    height: 100%;
    padding: 100px 50px 100px 50px;
    background: #f3f4f9;
  }

  .news00-2 h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #00053a;
  }

  .news00-2 ul a {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px 25px;
    color: #000;
  }

  .news00-2 ul a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #00053a;
    position: absolute;
    top: 8px;
    left: -25px;
    pointer-events: none;
  }

  .pan span {
    position: relative;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    letter-spacing: 1px;
  }

  .pan a {
    position: relative;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    letter-spacing: 1px;
    margin: 0 10px 0 10px;
  }

  .pan span a img {
    display: inline-block;
    position: relative;
    top: -4px;
    width: 15px;
    height: auto;
  }

  .breadcrumb-area {
    padding: 0 0 20px 0;
  }

  #news01 {
    position: relative;
    width: 100%;
    height: auto;
    margin: 100px 0;
  }

  #news02 h1 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 36px;
    text-align: left;
    color: #000;
    padding: 30px 0 20px;
  }

  #news02 time {
    padding-right: 10px;
  }

  #news02 {
    position: relative;
    width: 50%;
    height: auto;
    margin: 0 40% 0 auto;
  }

  .news02-cat {
    position: absolute;
    top: -5px;
    left: 150px;
    width: 200px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    background: #00053a;
    border: solid 1px #00053a;
    box-sizing: border-box;
  }

  .news02-thm img {
    display: block;
    position: relative;
    width: 70%;
    height: auto;
    margin: 0 auto 30px 0;
    border-radius: 10px;
  }

  .news02-1 {
    padding: 20px 0;
  }
}

/*SP*/
@media only screen and (max-width: 768px) {
  #news00 {
    position: relative;
    width: 340px;
    height: auto;
    padding: 40px 0;
    margin: 0 auto;
  }

  #news00 h2 {
    position: relative;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #00053a;
  }

  .news00-loop {
    position: relative;
    width: 100%;
    height: auto;
  }

  .news00-a {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 0 10px 0;
    border-bottom: solid 1px #cccccc;
    background: #fff;
    color: #001f33;
    font-size: 14px;
  }

  .news00-text01 {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: auto;
  }

  .news00-cat {
    position: absolute;
    top: 1px;
    left: 100px;
    width: 120px;
    padding: 3px 5px;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    background: #00053a;
  }

  .news00-text01 span {
    color: #001f33;
    font-size: 16px;
  }

  .news00-2 {
    position: relative;
    width: 80%;
    height: auto;
    margin: 40px auto 0;
    padding: 20px 10%;
    background: #f3f4f9;
  }

  .news00-2 h3 {
    font-size: 20px;
    font-weight: 700;
    color: #00053a;
    margin-bottom: 20px;
  }

  .news00-2 ul a {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px 25px;
    color: #000;
  }

  .news00-2 ul a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #00053a;
    position: absolute;
    top: 5px;
    left: -25px;
    pointer-events: none;
  }

  .pan span {
    position: relative;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    letter-spacing: 1px;
  }

  .pan a {
    position: relative;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    letter-spacing: 1px;
    margin: 0 10px 0 10px;
  }

  .pan span a img {
    display: inline-block;
    position: relative;
    top: -4px;
    width: 15px;
    height: auto;
  }

  .breadcrumb-area {
    padding: 0 0 20px 0;
  }

  #news01 {
    position: relative;
    width: 340px;
    height: auto;
    margin: 30px auto 50px;
  }

  #news02 h1 {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: normal;
    text-align: left;
    color: #000;
    padding: 20px 0;
  }

  #news02 time {
    padding-right: 10px;
  }

  #news02 {
    position: relative;
    width: 340px;
    height: auto;
    margin: 20px auto 50px;
  }

  .news02-cat {
    position: absolute;
    top: 1px;
    left: 100px;
    width: 120px;
    padding: 3px 5px;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    background: #00053a;
    border: solid 1px #00053a;
    box-sizing: border-box;
  }

  .news02-thm img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 15px auto;
    border-radius: 8px;
  }
}

/*共通*/
/*PC*/
@media screen and (min-width: 1281px) {
  .pc {
    display: block;
  }

  .tab {
    display: none;
  }

  .sp {
    display: none;
  }

  #g-nav-tab {
    display: none;
  }

  #g-nav-sp {
    display: none;
  }

  main {
    z-index: 1;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    /*「120px」部分にPCヘッダーの高さを記述（ここは各自変更する）*/
  }

  p {
    font-size: 16px;
    /*ここは各自変更する*/
    font-weight: normal;
    letter-spacing: 1px;
    /*ここは各自変更する*/
    color: #424242;
    /*ここは各自変更する*/
    text-align: left;
  }

  /*電話番号をクリックしても自動発信しない*/
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  .indent {
    padding-left: 1em;
    text-indent: -1em;
  }

  #page-title {
    width: 100%;
    height: 220px;
    padding-top: 100px;
    align-items: center;
    border-bottom: 1px solid #ececec;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  #page-title h2 {
    color: #383935;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.25;
  }

  #page-title p {
    color: #00053a;
    font-size: 14px;
    margin-top: 10px;
  }

  /*ページネーション*/
  .tab_panel div:nth-of-type(2) > ul > li {
    margin-right: 10px;
  }

  .tab_panel div:nth-of-type(2) > ul > li > a {
    padding: 10px 18px;
    color: #223a70;
    background-color: #fff;
    border: 1px solid #223a70;
  }

  .tab_panel div:nth-of-type(2) > ul > li > a:hover {
    color: #fff;
    background-color: #223a70;
  }

  .tab_panel div:nth-of-type(2) > ul > li.active > a {
    color: #fff;
    background-color: #223a70;
  }

  .tab_panel div:nth-of-type(2) > ul > li.disabled > a {
    color: #223a70;
    background-color: #fff;
  }

  .tab_panel div:nth-of-type(2) > ul > li.current > a {
    color: #fff;
    background-color: #223a70;
  }

  .tab_panel .prev-page {
    display: none;
  }

  .tab_panel .next-page {
    display: none;
  }

  .tab_panel div:nth-of-type(2) > ul {
    list-style: none;
    display: flex;
    place-content: center;
  }
}

/*TAB*/
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pc {
    display: none;
  }

  .tab {
    display: block;
  }

  .sp {
    display: none;
  }

  #g-nav-tab {
    display: block;
  }

  #g-nav-sp {
    display: none;
  }

  main {
    z-index: 1;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    /*「120px」部分にPCヘッダーの高さを記述（ここは各自変更する）*/
  }

  p {
    font-size: 16px;
    /*ここは各自変更する*/
    font-weight: normal;
    letter-spacing: 1px;
    /*ここは各自変更する*/
    color: #424242;
    /*ここは各自変更する*/
    text-align: left;
  }

  /*電話番号をクリックしても自動発信しない*/
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  .indent {
    padding-left: 1em;
    text-indent: -1em;
  }

  #page-title {
    padding-top: 100px;
    width: 100%;
    height: 220px;
    align-items: center;
    border-bottom: 1px solid #ececec;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  #page-title h2 {
    color: #383935;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.25;
  }

  #page-title p {
    color: #00053a;
    font-size: 14px;
    margin-top: 10px;
  }

  /*ページネーション*/
  .tab_panel div:nth-of-type(2) > ul > li {
    margin-right: 10px;
  }

  .tab_panel div:nth-of-type(2) > ul > li > a {
    padding: 8px 16px;
    color: #223a70;
    background-color: #fff;
    border: 1px solid #223a70;
  }

  .tab_panel div:nth-of-type(2) > ul > li > a:hover {
    color: #fff;
    background-color: #223a70;
  }

  .tab_panel div:nth-of-type(2) > ul > li.active > a {
    color: #fff;
    background-color: #223a70;
  }

  .tab_panel div:nth-of-type(2) > ul > li.disabled > a {
    color: #223a70;
    background-color: #fff;
  }

  .tab_panel div:nth-of-type(2) > ul > li.current > a {
    color: #fff;
    background-color: #223a70;
  }

  .tab_panel .prev-page {
    display: none;
  }

  .tab_panel .next-page {
    display: none;
  }

  .tab_panel div:nth-of-type(2) > ul {
    list-style: none;
    display: flex;
    place-content: center;
  }
}

/*SP*/
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .tab {
    display: none;
  }

  .sp {
    display: block;
  }

  #g-nav-tab {
    display: none;
  }

  #g-nav-sp {
    display: block;
  }

  main {
    z-index: 1;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    /*「60px」部分にSPヘッダーの高さを記述（ここは各自変更する）*/
  }

  p {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.5px;
    color: #424242;
    text-align: left;
    line-height: 20px;
  }

  .indent {
    padding-left: 1em;
    text-indent: -1em;
  }

  #page-title {
    padding-top: 60px;
    width: 100%;
    height: 140px;
    align-items: center;
    border-bottom: 1px solid #ececec;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  #page-title h2 {
    color: #383935;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.25;
  }

  #page-title p {
    color: #00053a;
    font-size: 11px;
    margin-top: 5px;
  }

  /*ページネーション*/
  .tab_panel div:nth-of-type(2) > ul > li {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .tab_panel div:nth-of-type(2) > ul > li > a {
    display: block;
    width: 40px;
    height: auto;
    color: #223a70;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #223a70;
  }

  .tab_panel div:nth-of-type(2) > ul > li > a:hover {
    color: #fff;
    background-color: #223a70;
  }

  .tab_panel div:nth-of-type(2) > ul > li.active > a {
    color: #fff;
    background-color: #223a70;
  }

  .tab_panel div:nth-of-type(2) > ul > li.disabled > a {
    color: #223a70;
    background-color: #fff;
  }

  .tab_panel div:nth-of-type(2) > ul > li.current > a {
    color: #fff;
    background-color: #223a70;
  }

  .tab_panel .prev-page {
    display: none;
  }

  .tab_panel .next-page {
    display: none;
  }

  .tab_panel div:nth-of-type(2) > ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    place-content: center;
  }
}

/*共通*/
* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  /*ここは各自変更する*/
  background: #fff;
  /*ここは各自変更する*/
  font-family: "Noto Sans JP", sans-serif;
  /*ここは各自変更する*/
}

img {
  vertical-align: bottom;
  /*画像の下に余白を作らない*/
  max-width: 100%;
}

p,
h1,
h2,
h3,
h4,
time {
  font-family: "Noto Sans JP", sans-serif;
  /*ここは各自変更する*/
}

a {
  font-family: "Noto Sans JP", sans-serif;
  /*ここは各自変更する*/
  text-decoration: none;
  /*aタグに下線がつかない*/
  color: inherit;
}
