@charset "UTF-8";
/*
Theme Name:understrap-child-master
Template:understrap
*/
body {
  font-family: "ヒラギノ角ゴ Pro", HiraKakuPro-W3, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif !important; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

ul {
  margin: 0; }
  ul li {
    list-style: none; }

p {
  margin: 0; }

/* foundation */
body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  position: relative; }
  @media screen and (max-width: 543px) {
    body {
      min-height: 80vh; } }

body.fixed {
  position: fixed;
  width: 100%;
  left: 0; }

img {
  width: 100%;
  height: auto; }

a {
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    text-decoration: none !important; }

button {
  cursor: pointer; }

.page-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%; }

/* layout*/
header {
  width: 100%; }
  header .header-inner {
    max-width: 1450px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 15px; }
    @media screen and (max-width: 991px) {
      header .header-inner {
        display: block; } }
    header .header-inner__sp-block {
      display: none; }
      @media screen and (max-width: 991px) {
        header .header-inner__sp-block {
          display: block; } }
      header .header-inner__sp-block .inquiry-link-sp {
        display: flex;
        background-color: #0E23B0;
        width: fit-content;
        width: -moz-fit-content;
        align-items: center;
        padding: 5px 10px;
        margin-left: auto;
        margin-bottom: 15px;
        font-size: 18px; }
        @media screen and (max-width: 767px) {
          header .header-inner__sp-block .inquiry-link-sp {
            font-size: 15px; } }
        @media screen and (max-width: 543px) {
          header .header-inner__sp-block .inquiry-link-sp {
            font-size: 12px; } }
        header .header-inner__sp-block .inquiry-link-sp:hover {
          opacity: 0.8;
          transition: 0.3s; }
        header .header-inner__sp-block .inquiry-link-sp img {
          width: 15px;
          height: 15px; }
        header .header-inner__sp-block .inquiry-link-sp span {
          color: #fff;
          margin: 0 5px; }
        header .header-inner__sp-block .inquiry-link-sp i {
          color: #fff; }
  header .header-company-name {
    align-items: center; }
    @media screen and (max-width: 543px) {
      header .header-company-name {
        text-align: center; } }
    header .header-company-name img {
      height: 120px;
      width: auto;
      position: relative;
      top: 10px; }
      @media screen and (max-width: 767px) {
        header .header-company-name img {
          position: initial; } }
      @media screen and (max-width: 543px) {
        header .header-company-name img {
          height: 110px;
          position: initial; } }
    header .header-company-name h6 {
      font-size: 18px;
      margin: initial;
      font-weight: 600;
      padding-left: 10px; }
      @media screen and (max-width: 767px) {
        header .header-company-name h6 {
          font-size: 15px; } }
      @media screen and (max-width: 543px) {
        header .header-company-name h6 {
          font-size: 12px; } }
      header .header-company-name h6 .iphone-se_br {
        display: none; }
        @media screen and (max-width: 370px) {
          header .header-company-name h6 .iphone-se_br {
            display: block; } }
  header .header-other__userBtn {
    text-align: right;
    margin-top: 30px; }
    @media screen and (max-width: 543px) {
      header .header-other__userBtn {
        margin-top: 10px; } }
    header .header-other__userBtn span {
      font-size: 16px;
      font-weight: 600; }
      @media screen and (max-width: 543px) {
        header .header-other__userBtn span {
          font-size: 12px; } }
    header .header-other__userBtn--login, header .header-other__userBtn--logout {
      color: #000;
      text-decoration: none;
      vertical-align: middle; }
      header .header-other__userBtn--login:hover, header .header-other__userBtn--logout:hover {
        color: #000;
        text-decoration: none;
        opacity: 0.6; }
      header .header-other__userBtn--login img, header .header-other__userBtn--logout img {
        width: 25px; }
        @media screen and (max-width: 543px) {
          header .header-other__userBtn--login img, header .header-other__userBtn--logout img {
            width: 18px; } }
    header .header-other__userBtn--mypage {
      color: #000;
      text-decoration: none;
      vertical-align: middle; }
      header .header-other__userBtn--mypage:hover {
        color: #000;
        text-decoration: none;
        opacity: 0.6; }
      header .header-other__userBtn--mypage img {
        width: 25px; }
        @media screen and (max-width: 543px) {
          header .header-other__userBtn--mypage img {
            width: 18px; } }
  header .header-other .inquiry-link {
    display: flex;
    background-color: #0E23B0;
    height: 55px;
    align-items: center;
    padding: 0px 15px;
    transition: 0.3s;
    width: 180px;
    margin-left: auto; }
    @media screen and (max-width: 991px) {
      header .header-other .inquiry-link {
        display: none; } }
    header .header-other .inquiry-link:hover {
      opacity: 0.8;
      transition: 0.3s; }
    header .header-other .inquiry-link img {
      width: 25px;
      height: 25px; }
    header .header-other .inquiry-link span {
      color: #fff;
      margin: 0 8px; }
    header .header-other .inquiry-link i {
      color: #fff; }
  header .header-other__bottomArea {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    header .header-other__bottomArea .header-other__username {
      text-align: right;
      margin-top: 30px;
      font-size: 18px;
      font-weight: 600;
      margin-right: 30px; }
      @media screen and (max-width: 543px) {
        header .header-other__bottomArea .header-other__username {
          margin-top: 10px;
          font-size: 14px; } }

footer {
  width: 100%;
  margin-top: auto; }
  footer .footer_content {
    background-color: #2C2C2C; }
    footer .footer_content__inner {
      max-width: 1280px;
      margin: auto;
      padding: 35px 15px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      footer .footer_content__inner--link ul {
        list-style: none;
        padding: initial; }
        footer .footer_content__inner--link ul a {
          color: #fff;
          line-height: 26px;
          font-size: 18px; }
          @media screen and (max-width: 767px) {
            footer .footer_content__inner--link ul a {
              font-size: 14px; } }
          @media screen and (max-width: 543px) {
            footer .footer_content__inner--link ul a {
              font-size: 12px; } }
          footer .footer_content__inner--link ul a span {
            padding-left: 5px; }
      footer .footer_content__inner .inquiry-link {
        display: flex;
        background-color: #0E23B0;
        height: 55px;
        align-items: center;
        padding: 0px 15px; }
        @media screen and (max-width: 767px) {
          footer .footer_content__inner .inquiry-link {
            font-size: 14px; } }
        @media screen and (max-width: 543px) {
          footer .footer_content__inner .inquiry-link {
            font-size: 12px;
            height: 45px; } }
        footer .footer_content__inner .inquiry-link:hover {
          opacity: 0.7; }
        footer .footer_content__inner .inquiry-link img {
          width: 25px;
          height: 25px; }
        footer .footer_content__inner .inquiry-link span {
          color: #fff;
          margin: 0 8px; }
        footer .footer_content__inner .inquiry-link i {
          color: #fff; }
  footer .footer_copyright {
    background-color: #0E23B0;
    text-align: center;
    color: #fff;
    font-size: 10px;
    padding: 10px 0; }

.entry-footer {
  display: none; }

/* components */
.content_modal {
  z-index: 6;
  background: #fff;
  left: 50%;
  padding: 20px 0px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
  cursor: initial;
  display: none; }
  @media screen and (max-width: 991px) {
    .content_modal {
      width: 60%; } }
  @media screen and (max-width: 767px) {
    .content_modal {
      width: 80%; } }
  .content_modal__close {
    padding-right: 35px;
    width: fit-content;
    width: -moz-fit-content;
    margin-left: auto;
    cursor: pointer;
    padding-bottom: 20px; }
    .content_modal__close button {
      background-color: #fff;
      border: initial; }
      @media screen and (max-width: 543px) {
        .content_modal__close button {
          font-size: 12px; } }
    .content_modal__close i {
      padding-left: 5px; }
  .content_modal__image {
    padding-bottom: 10px;
    width: 69%;
    margin: 0 auto;
    max-width: 580px;
    padding-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .content_modal__image {
        width: 68%; } }
    .content_modal__image img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      margin: auto; }
      @media screen and (max-width: 543px) {
        .content_modal__image img {
          height: 160px; } }
  .content_modal__contents {
    margin: 0 10%;
    padding: 0 2%;
    padding-top: 5px;
    border-top: 1px dotted; }
    .content_modal__contents .products_title {
      margin-left: 0px; }
      .content_modal__contents .products_title p {
        padding-left: 2px; }
    .content_modal__contents .product_details {
      padding-left: initial;
      padding-right: initial; }
    .content_modal__contents--category {
      padding: 20px 0px 5px 0px; }
      .content_modal__contents--category p {
        font-size: 16px;
        margin-bottom: initial; }
        @media screen and (max-width: 543px) {
          .content_modal__contents--category p {
            font-size: 13px; } }
    .content_modal__contents--standard {
      padding: 0px 0px 5px 0px; }
      .content_modal__contents--standard p {
        font-size: 16px;
        margin-bottom: initial; }
        @media screen and (max-width: 543px) {
          .content_modal__contents--standard p {
            font-size: 13px; } }
    .content_modal__contents--code p {
      font-size: 16px;
      margin-bottom: initial; }
      @media screen and (max-width: 543px) {
        .content_modal__contents--code p {
          font-size: 13px; } }
    .content_modal__contents--details {
      padding-top: 15px;
      max-height: 100px; }
      @media screen and (max-width: 543px) {
        .content_modal__contents--details {
          max-height: initial; } }
      .content_modal__contents--details p {
        font-size: 14px;
        padding-bottom: 40px;
        margin-bottom: initial; }
        @media screen and (max-width: 543px) {
          .content_modal__contents--details p {
            font-size: 12px; } }
  .content_modal .slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 15% !important;
    position: absolute;
    top: 48%;
    left: 0;
    transform: translateY(-50%); }
  .content_modal .slick-next:before {
    background: url(../img/angle-right-solid.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important; }
  .content_modal .slick-prev:before {
    background: url(../img/angle-left-solid.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important; }
  .content_modal .slick-next {
    top: 47%;
    right: -40px;
    width: 20px;
    height: 20px;
    padding: 38% 0; }
    @media screen and (max-width: 543px) {
      .content_modal .slick-next {
        right: -30px; } }
  .content_modal .slick-prev {
    top: 47%;
    left: -40px;
    width: 20px;
    height: 20px;
    padding: 38% 0; }
    @media screen and (max-width: 543px) {
      .content_modal .slick-prev {
        left: -25px; } }
  .content_modal .slick-counter {
    text-align: right; }

.modal-contentsArea {
  overflow: auto; }

#overlay {
  /* 要素を重ねた時の順番 */
  z-index: 4;
  /* 画面全体を覆う設定 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* 画面の中央に要素を表示させる設定 */
  align-items: center;
  display: none; }

.pagenate {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 5px; }
  .pagenate a {
    color: #55AAFF; }
    .pagenate a:hover {
      text-decoration: none;
      color: #55AAFF; }
  .pagenate span {
    color: #CCCCCC; }

.pagination {
  max-width: 600px;
  margin: 0 auto;
  justify-content: center;
  margin-top: 80px;
  font-size: 20px; }
  @media screen and (max-width: 543px) {
    .pagination {
      margin-top: 50px;
      font-size: 16px; } }
  .pagination li {
    padding: 0 10px; }
    .pagination li a {
      color: #55AAFF; }
  .pagination .page.active a, .pagination .prev.disabled a, .pagination .first.disabled a, .pagination .next.disabled a, .pagination .last.disabled a {
    color: #CCCCCC;
    pointer-events: none; }

/* pages */
.post-checked {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(14, 35, 176, 0.5); }
  .post-checked p {
    color: #fff;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 600; }
    @media screen and (max-width: 543px) {
      .post-checked p {
        font-size: 18px; } }
    .post-checked p .sp-br {
      display: none; }
      @media screen and (max-width: 543px) {
        .post-checked p .sp-br {
          display: block; } }

.other_post-checked {
  display: none;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(14, 35, 176, 0.5); }
  .other_post-checked p {
    color: #fff;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 600; }
    @media screen and (max-width: 543px) {
      .other_post-checked p {
        font-size: 18px; } }

.arrive_schedule {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: initial; }
  .arrive_schedule p {
    color: #fff;
    position: absolute;
    top: 50%;
    font-size: 28px;
    font-weight: 600;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 543px) {
      .arrive_schedule p {
        font-size: 20px; } }

.return-to-top {
  text-align: right;
  margin-bottom: 40px;
  padding: 0 30px; }
  @media screen and (max-width: 543px) {
    .return-to-top {
      padding: 0 15px; } }
  .return-to-top a {
    color: #55AAFF; }
    .return-to-top a:hover {
      text-decoration: underline !important;
      color: #55AAFF;
      transition: 0.3s; }
  .return-to-top span {
    color: #55AAFF;
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      .return-to-top span {
        font-size: 16px; } }
  .return-to-top i {
    color: #55AAFF;
    font-size: 18px;
    padding-left: 5px; }
    @media screen and (max-width: 767px) {
      .return-to-top i {
        font-size: 16px; } }

.word_insert-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 20px 15px; }
  .word_insert-container .word_insert {
    margin: 0 auto;
    width: fit-content;
    width: -moz-fit-content;
    position: relative;
    padding: 1em 2em; }
    @media screen and (max-width: 543px) {
      .word_insert-container .word_insert {
        padding: 0.5em 1em; } }
    .word_insert-container .word_insert::before, .word_insert-container .word_insert::after {
      content: '';
      width: 30px;
      height: 30px;
      position: absolute;
      display: inline-block; }
    .word_insert-container .word_insert::before {
      border-left: solid 1.5px #0E23B0;
      border-top: solid 1.5px #0E23B0;
      top: 0;
      left: 0; }
    .word_insert-container .word_insert::after {
      border-right: solid 1.5px #0E23B0;
      border-bottom: solid 1.5px #0E23B0;
      bottom: 0;
      right: 0; }
    .word_insert-container .word_insert h5 {
      font-size: 18px;
      margin-bottom: 10px;
      padding: 0;
      line-height: 30px;
      text-align: center; }
      @media screen and (max-width: 543px) {
        .word_insert-container .word_insert h5 {
          font-size: 14px; } }
    .word_insert-container .word_insert a {
      font-size: 18px;
      line-height: 30px;
      color: #31ABFF;
      text-align: center; }
      @media screen and (max-width: 543px) {
        .word_insert-container .word_insert a {
          font-size: 14px; } }

.category-tab {
  width: 100%;
  background-color: #0E23B0;
  margin-bottom: 50px; }
  .category-tab__contents-area {
    max-width: 745px;
    margin: 0 auto;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    background-color: #fff; }
    @media screen and (max-width: 767px) {
      .category-tab__contents-area {
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 1px; } }
    @media screen and (max-width: 543px) {
      .category-tab__contents-area {
        grid-template-columns: 1fr 1fr; } }
    .category-tab__contents-area--name {
      text-align: center;
      padding: 8px 9px;
      border-right: 1px solid #fff;
      row-gap: 1px;
      color: #fff;
      background-color: #0E23B0;
      transition: 0.3s; }
      .category-tab__contents-area--name:hover {
        color: #fff;
        opacity: 0.8; }
    .category-tab__contents-area--empty {
      border-top: none;
      border-right: 1px solid #fff;
      background-color: #0E23B0;
      padding: 0;
      pointer-events: none; }
    .category-tab__contents-area a.category-tab__contents-area--name:nth-of-type(1) {
      border-left: 1px solid #fff; }
      @media screen and (max-width: 767px) {
        .category-tab__contents-area a.category-tab__contents-area--name:nth-of-type(1) {
          border-left: none; } }
    .category-tab__contents-area a.category-tab__contents-area--name:nth-of-type(6) {
      border-left: 1px solid #fff;
      border-top: solid 1px #fff; }
      @media screen and (max-width: 767px) {
        .category-tab__contents-area a.category-tab__contents-area--name:nth-of-type(6) {
          border-left: none;
          border-top: none; } }
    .category-tab__contents-area a.category-tab__contents-area--name:nth-of-type(7) {
      border-top: solid 1px #fff; }
      @media screen and (max-width: 767px) {
        .category-tab__contents-area a.category-tab__contents-area--name:nth-of-type(7) {
          border-top: none; } }
    .category-tab__contents-area a.category-tab__contents-area--name:nth-of-type(8) {
      border-top: solid 1px #fff; }
      @media screen and (max-width: 767px) {
        .category-tab__contents-area a.category-tab__contents-area--name:nth-of-type(8) {
          border-top: none; } }
    .category-tab__contents-area a.category-tab__contents-area--name:nth-of-type(9) {
      border-top: solid 1px #fff; }
      @media screen and (max-width: 767px) {
        .category-tab__contents-area a.category-tab__contents-area--name:nth-of-type(9) {
          border-top: none; } }
    .category-tab__contents-area a.category-tab__contents-area--name:nth-of-type(10) {
      border-top: solid 1px #fff; }
      @media screen and (max-width: 767px) {
        .category-tab__contents-area a.category-tab__contents-area--name:nth-of-type(10) {
          border-top: none; } }
    .category-tab__contents-area .border-top-none {
      border-top: none !important; }

.other-estimate_button {
  max-width: 1280px;
  padding: 0 15px;
  text-align: right;
  margin: 0 auto;
  margin-top: 50px; }
  @media screen and (max-width: 543px) {
    .other-estimate_button {
      text-align: center; } }
  .other-estimate_button button {
    color: #fff;
    border: initial;
    border-radius: 5px;
    background-color: #0E23B0;
    padding: 10px 20px;
    transition: 0.3s; }
    @media screen and (max-width: 543px) {
      .other-estimate_button button {
        font-size: 14px; } }
    .other-estimate_button button:hover {
      opacity: 0.8;
      transition: 0.3s; }

.product_ctgy {
  display: flex;
  justify-content: space-between;
  padding: 0px 15px 30px 15px; }
  @media screen and (max-width: 543px) {
    .product_ctgy {
      padding-bottom: 0px;
      padding-top: 20px; } }
  .product_ctgy h2 {
    font-weight: bold;
    border-left: 6px solid #0E23B0;
    padding: 0 10px;
    font-size: 26px; }
    @media screen and (max-width: 543px) {
      .product_ctgy h2 {
        font-size: 20px; } }
  .product_ctgy a {
    color: #55AAFF; }
    .product_ctgy a:hover {
      text-decoration: underline !important;
      color: #55AAFF;
      transition: 0.3s; }
  .product_ctgy span {
    color: #55AAFF;
    font-size: 18px; }
    @media screen and (max-width: 543px) {
      .product_ctgy span {
        font-size: 14px; } }
  .product_ctgy i {
    color: #55AAFF;
    font-size: 18px;
    padding-left: 5px; }
    @media screen and (max-width: 543px) {
      .product_ctgy i {
        font-size: 14px; } }

.more_look {
  text-align: right;
  padding: 30px 15px; }
  @media screen and (max-width: 543px) {
    .more_look {
      padding-bottom: 0px;
      padding-top: 20px; } }
  .more_look a {
    color: #55AAFF; }
    .more_look a:hover {
      text-decoration: underline !important;
      color: #55AAFF;
      transition: 0.3s; }
  .more_look span {
    color: #55AAFF;
    font-size: 18px; }
    @media screen and (max-width: 543px) {
      .more_look span {
        font-size: 14px; } }
  .more_look i {
    color: #55AAFF;
    font-size: 18px;
    padding-left: 5px; }
    @media screen and (max-width: 543px) {
      .more_look i {
        font-size: 14px; } }

/*商品全体を表示させる領域*/
.products_list {
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 15px; }
  .products_list:after {
    content: "";
    display: block;
    width: 32%;
    height: 0; }
    @media screen and (max-width: 543px) {
      .products_list:after {
        width: 48%; } }

/*商品1つの横幅*/
.post {
  width: 32%;
  margin-bottom: 15px;
  position: relative;
  transition: 0.3s; }
  @media screen and (max-width: 991px) {
    .post {
      width: 48%; } }
  .post:hover {
    cursor: pointer;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s; }

/*サムネ*/
.products_thum {
  text-align: center;
  background-color: #FFF;
  padding: 15px; }
  @media screen and (max-width: 543px) {
    .products_thum {
      padding: 8px; } }
  .products_thum img {
    height: 250px;
    object-fit: cover; }
    @media screen and (max-width: 767px) {
      .products_thum img {
        height: 200px; } }
    @media screen and (max-width: 543px) {
      .products_thum img {
        height: 120px; } }

.products_contents {
  position: relative;
  border: 1px solid #CCCCCC;
  border-bottom: initial;
  height: 545px; }
  @media screen and (max-width: 767px) {
    .products_contents {
      height: 500px; } }
  @media screen and (max-width: 543px) {
    .products_contents {
      height: 230px; } }

/*商品名*/
.products_title {
  font-weight: bold;
  border-left: 4px solid #0E23B0;
  padding: 0px 5px;
  margin-top: 10px;
  margin-left: 15px; }
  @media screen and (max-width: 543px) {
    .products_title {
      font-size: 14px;
      margin-top: 5px;
      margin-left: 8px;
      padding: 0 3px;
      border-left: 2px solid #0E23B0; } }
  .products_title p {
    font-size: 18px;
    margin-bottom: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
    @media screen and (max-width: 543px) {
      .products_title p {
        font-size: 14px; } }

.products_standard {
  padding: 0px 0px 5px 15px; }
  @media screen and (max-width: 543px) {
    .products_standard {
      display: none; } }
  .products_standard p {
    font-size: 16px;
    margin-bottom: initial; }

.product_categories {
  padding: 20px 0px 5px 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }
  @media screen and (max-width: 543px) {
    .product_categories {
      display: none; } }
  .product_categories p {
    font-size: 16px;
    margin-bottom: initial; }

.products_code {
  padding-left: 15px; }
  @media screen and (max-width: 543px) {
    .products_code {
      display: none; } }
  .products_code p {
    font-size: 16px;
    margin-bottom: initial; }

.product_details {
  padding: 15px; }
  @media screen and (max-width: 543px) {
    .product_details {
      display: none; } }
  .product_details p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }

.product_stock {
  color: #707070;
  text-align: right;
  font-size: 14px;
  padding: 15px;
  position: absolute;
  bottom: 0px;
  width: 100%; }
  @media screen and (max-width: 543px) {
    .product_stock {
      padding: 8px;
      font-size: 12px; } }

.product-link {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .product-link {
      display: block; } }
  .product-link__show-button {
    border: 1px solid #0E23B0;
    background-color: #0E23B0;
    padding: 10px 30px;
    text-align: center;
    color: #fff;
    font-weight: 200;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s; }
    @media screen and (max-width: 1199px) {
      .product-link__show-button {
        padding: 10px 17px; } }
    @media screen and (max-width: 767px) {
      .product-link__show-button {
        width: 100%;
        padding: 10px 0; } }
    @media screen and (max-width: 543px) {
      .product-link__show-button {
        font-size: 12px; } }
    .product-link__show-button:hover {
      background-color: #fff;
      color: #0E23B0;
      transition: 0.3s; }
  .product-link__check-button {
    background-color: #fff;
    flex-grow: 1;
    text-align: center;
    border: 1px solid #0E23B0;
    border-left: none;
    padding: 10px 0px; }
    @media screen and (max-width: 1199px) {
      .product-link__check-button {
        padding: 10px 0px; } }
    @media screen and (max-width: 767px) {
      .product-link__check-button {
        font-size: 10px;
        width: 100%;
        padding: 10px 0px;
        border-left: 1px solid #0E23B0;
        border-top: none; } }
    .product-link__check-button .hidden_switch {
      display: none; }
    .product-link__check-button .switch {
      cursor: pointer;
      position: relative;
      display: inline-block;
      vertical-align: sub;
      width: 36px;
      height: 18px;
      max-width: 100%;
      background: #CCCCCC;
      border-radius: 100em; }
      @media screen and (max-width: 543px) {
        .product-link__check-button .switch {
          width: 25px;
          height: 13px; } }
    .product-link__check-button .switch::before {
      content: "";
      display: block;
      position: absolute;
      left: 5%;
      top: 0%;
      width: 50%;
      height: 95%;
      background: white;
      border-radius: 100%;
      box-shadow: -2px 2px 2px 0 #bbbbbb, 0px 0px 10px 0 #e4e4e4;
      transition: all .2s; }
    .product-link__check-button .switch.on {
      background: #FFFF00;
      box-shadow: unset; }
    .product-link__check-button .switch.on::before {
      margin-left: 40%;
      box-shadow: 2px 2px 2px 0 #bbbbbb, 0px 0px 10px 0 #e4e4e4; }
    .product-link__check-button span {
      color: #0E23B0;
      font-size: 16px;
      padding-left: 5px; }
      @media screen and (max-width: 543px) {
        .product-link__check-button span {
          font-size: 12px;
          padding-left: 0px; } }

.estimate-button_area {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 80px; }
  @media screen and (max-width: 543px) {
    .estimate-button_area {
      width: 100%;
      padding: 0 15px;
      margin-top: 50px;
      margin-bottom: 90px; } }
  .estimate-button_area .js-estimate_button {
    background-color: #707070;
    color: #fff;
    padding: 10px 70px;
    border: 1px solid #707070;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    transition: 0.3s; }
    @media screen and (max-width: 543px) {
      .estimate-button_area .js-estimate_button {
        padding: 5px 13px;
        font-size: 16px; } }
    .estimate-button_area .js-estimate_button:hover {
      box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
      color: #fff;
      transition: 0.3s; }

.search-form {
  width: 100%; }
  .search-form__container {
    max-width: 1450px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 15px;
    position: relative;
    text-align: -webkit-right;
    text-align: -moz-right; }
    @media screen and (max-width: 767px) {
      .search-form__container {
        margin-top: 0px;
        margin-bottom: 10px; } }
    .search-form__container .category-select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-color: #707070;
      color: #fff;
      padding: 10px;
      width: 180px;
      background-image: url(../img/icon_arrow.svg);
      background-repeat: no-repeat;
      background-size: 12px 10px;
      background-position: right 6px center;
      border-radius: initial;
      border: initial; }
      @media screen and (max-width: 543px) {
        .search-form__container .category-select {
          font-size: 12px;
          padding: 8px 4px;
          width: 140px; } }
      @media screen and (max-width: 349px) {
        .search-form__container .category-select {
          font-size: 12px;
          padding: 8px 2px;
          background-position: right 2px center;
          width: 130px; } }
    .search-form__container .select_area {
      position: relative;
      background: #cfcedb; }
    .search-form__container .search-input {
      padding: 10px;
      padding-right: 30px;
      height: 40px;
      width: 300px;
      border: initial; }
      @media screen and (max-width: 543px) {
        .search-form__container .search-input {
          height: 30px;
          width: auto;
          padding: 2px;
          font-size: 12px; } }
      .search-form__container .search-input:focus-visible {
        outline: initial; }
    .search-form__container input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px white inset; }
    .search-form__container .search-button {
      height: 25px;
      width: auto;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }
      @media screen and (max-width: 543px) {
        .search-form__container .search-button {
          height: 20px; } }
    .search-form__container form {
      width: fit-content;
      width: -moz-fit-content;
      border: 1px solid #707070;
      text-align: left; }
      @media screen and (max-width: 543px) {
        .search-form__container form {
          width: 100%; } }

.entry-header {
  display: none; }

.vkfs__label-name {
  display: none; }

.checked-products_count {
  width: fit-content;
  width: -moz-fit-content;
  background-color: #31ABFF;
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  white-space: nowrap; }
  @media screen and (max-width: 767px) {
    .checked-products_count {
      font-size: 14px;
      padding: 3px 15px;
      bottom: 20px;
      right: 15px; } }
  .checked-products_count p {
    margin-bottom: initial; }

.inquiry {
  margin-top: 80px; }
  @media screen and (max-width: 767px) {
    .inquiry {
      margin-top: 30px; } }
  .inquiry .entry-content {
    padding: 0 30px; }
  .inquiry .entry-title {
    font-size: 1.4rem;
    background-color: #0E23B0;
    color: white;
    padding: 15px;
    font-weight: 600;
    margin: 0 15px; }
  .inquiry .inquiry-communication {
    margin: 30px 0;
    margin-bottom: 30px !important;
    font-size: 14px; }
  .inquiry__block-title {
    font-size: 22px;
    font-weight: bold;
    padding: 0 6px;
    border-left: 4px solid #0E23B0;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .inquiry__block-title {
        margin-bottom: 10px;
        font-size: 18px; } }
  .inquiry .form-item {
    display: flex;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #F0F0F0;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .inquiry .form-item {
        display: block;
        padding: 10px 0; } }
    .inquiry .form-item .side-by-side {
      display: flex;
      justify-content: space-between;
      width: 32%;
      padding-right: 50px;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .inquiry .form-item .side-by-side {
          width: 100%;
          justify-content: start;
          margin-bottom: 5px; } }
  .inquiry .form-area {
    width: 500px; }
    @media screen and (max-width: 767px) {
      .inquiry .form-area {
        width: 100%; } }
  @media screen and (max-width: 991px) {
    .inquiry .email_input .side-by-side {
      display: block; } }
  @media screen and (max-width: 767px) {
    .inquiry .email_input .side-by-side {
      display: flex; } }
  @media screen and (max-width: 991px) {
    .inquiry .email_input .side-by-side h5 {
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .inquiry .email_input .side-by-side h5 {
      margin-bottom: 0px; } }
  @media screen and (max-width: 991px) {
    .inquiry .email_input .side-by-side p {
      text-align: right; } }
  @media screen and (max-width: 991px) {
    .inquiry .email_confirm .side-by-side {
      display: block; } }
  @media screen and (max-width: 767px) {
    .inquiry .email_confirm .side-by-side {
      display: flex; } }
  @media screen and (max-width: 991px) {
    .inquiry .email_confirm .side-by-side h5 {
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .inquiry .email_confirm .side-by-side h5 {
      margin-bottom: 0px; } }
  @media screen and (max-width: 991px) {
    .inquiry .email_confirm .side-by-side p {
      text-align: right; } }
  .inquiry .email_confirm .mail_confirm-caution {
    color: #EA0000;
    letter-spacing: 1px; }
  .inquiry .email_confirm .input_mail_confirm-caution {
    box-shadow: 0 0 0 2px red !important; }
  .inquiry .form-item_url {
    border-bottom: initial;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .inquiry .form-item_url {
        margin-bottom: 30px; } }
  .inquiry label {
    font-weight: 600; }
  .inquiry input, .inquiry textarea {
    background-color: #F0F0F0 !important;
    border: initial !important; }
  .inquiry h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: initial; }
    @media screen and (max-width: 767px) {
      .inquiry h5 {
        margin-right: 10px;
        font-size: 14px; } }
  @media screen and (max-width: 991px) {
    .inquiry .tel_input .side-by-side {
      display: block; } }
  @media screen and (max-width: 767px) {
    .inquiry .tel_input .side-by-side {
      display: flex; } }
  @media screen and (max-width: 991px) {
    .inquiry .tel_input .side-by-side h5 {
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .inquiry .tel_input .side-by-side h5 {
      margin-bottom: 0px; } }
  @media screen and (max-width: 991px) {
    .inquiry .tel_input .side-by-side p {
      text-align: right; } }
  .inquiry .half-require {
    display: flex;
    align-items: center;
    justify-content: right; }
    @media screen and (max-width: 991px) {
      .inquiry .half-require {
        text-align: right; } }
    .inquiry .half-require .half-size {
      color: #EA0000;
      margin-right: 10px; }
      @media screen and (max-width: 767px) {
        .inquiry .half-require .half-size {
          margin-right: 10px;
          font-size: 12px; } }
    .inquiry .half-require .require {
      padding: 0px 6px; }
      @media screen and (max-width: 767px) {
        .inquiry .half-require .require {
          padding: 0px 6px; } }
  .inquiry .require {
    color: #EA0000;
    border: 1px solid #EA0000;
    padding: 4px 6px; }
    @media screen and (max-width: 767px) {
      .inquiry .require {
        font-size: 12px;
        padding: 2px 5px; } }
  .inquiry .address-form {
    width: 68%; }
    @media screen and (max-width: 767px) {
      .inquiry .address-form {
        width: 100%; } }
  .inquiry .inquiry-item {
    align-items: baseline; }
  .inquiry .form-item_other {
    width: 32%;
    padding-right: 50px; }
    @media screen and (max-width: 767px) {
      .inquiry .form-item_other {
        width: 100%;
        padding-right: 0px; } }
    .inquiry .form-item_other__title {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px;
      align-items: center; }
      @media screen and (max-width: 1199px) {
        .inquiry .form-item_other__title {
          display: block; } }
      @media screen and (max-width: 767px) {
        .inquiry .form-item_other__title {
          display: flex;
          justify-content: start;
          margin-bottom: 10px; } }
      .inquiry .form-item_other__title h5 {
        margin-bottom: initial;
        font-weight: bold; }
        @media screen and (max-width: 1199px) {
          .inquiry .form-item_other__title h5 {
            margin-bottom: 10px; } }
        @media screen and (max-width: 767px) {
          .inquiry .form-item_other__title h5 {
            margin-bottom: initial; } }
      @media screen and (max-width: 991px) {
        .inquiry .form-item_other__title p {
          text-align: right; } }
    @media screen and (max-width: 767px) {
      .inquiry .form-item_other__detail {
        width: 100%;
        margin-bottom: 10px;
        font-size: 12px; } }
  .inquiry .inquiry-content_area {
    width: 68%; }
    @media screen and (max-width: 767px) {
      .inquiry .inquiry-content_area {
        width: 100%; } }
  .inquiry .submitBtn-area {
    width: 500px;
    margin: 80px auto;
    margin-bottom: 40px; }
    @media screen and (max-width: 543px) {
      .inquiry .submitBtn-area {
        width: 100%; } }
    .inquiry .submitBtn-area input[type=submit] {
      background-color: #0E23B0 !important;
      color: #fff;
      font-weight: 300; }
  .inquiry .wpcf7 {
    max-width: 1280px; }
    .inquiry .wpcf7 input:focus, .inquiry .wpcf7 textarea:focus {
      box-shadow: 0 0 0 2px rgba(73, 80, 87, 0.25) !important; }
  .inquiry .wpcf7-list-item {
    display: block; }
  .inquiry .wpcf7 .wpcf7-form p {
    margin-bottom: initial; }
  .inquiry .wpcf7 textarea {
    height: 200px; }
  .inquiry .wpcf7 form.sent .wpcf7-response-output {
    display: none; }
  .inquiry .wpcf7 form.invalid .wpcf7-response-output, .inquiry .wpcf7 form.unaccepted .wpcf7-response-output {
    display: none; }
  .inquiry div.wpcf7 .ajax-loader {
    display: none !important; }

@media screen and (max-width: 543px) {
  .category-page_product_ctgy {
    margin-bottom: 20px; } }
.category-page_product_ctgy h2 {
  padding: 0px; }

.login, .forgot {
  max-width: 800px;
  margin: auto;
  margin-top: 80px; }
  .login h3, .forgot h3 {
    font-size: 26px;
    font-weight: bold;
    padding: 0 6px;
    border-left: 4px solid #0E23B0;
    margin-bottom: 40px; }
  .login .entry-content, .forgot .entry-content {
    border: 1px solid #707070;
    box-shadow: 1px 3px 5px 0px rgba(112, 112, 112, 0.3);
    padding: 0px 150px; }
    @media screen and (max-width: 720px) {
      .login .entry-content, .forgot .entry-content {
        padding: 0px 10%; } }
    @media screen and (max-width: 543px) {
      .login .entry-content, .forgot .entry-content {
        padding: 0px 5%; } }
    .login .entry-content #wpmem_login_form fieldset legend, .forgot .entry-content #wpmem_login_form fieldset legend {
      display: none; }
    .login .entry-content .wpmem_forgot, .forgot .entry-content .wpmem_forgot {
      padding: 50px 0; }
      .login .entry-content .wpmem_forgot .forgot_other, .forgot .entry-content .wpmem_forgot .forgot_other {
        text-align: right;
        color: #55AAFF;
        cursor: pointer; }
    .login .entry-content .id_password_notCorrectly, .forgot .entry-content .id_password_notCorrectly {
      padding: 20px 0 0 0;
      text-align: center;
      color: red; }
  .login .div_text, .forgot .div_text {
    margin-bottom: 15px;
    display: flex;
    width: 100% !important;
    align-items: center; }
    @media screen and (max-width: 543px) {
      .login .div_text, .forgot .div_text {
        display: block;
        height: auto !important; } }
    .login .div_text input, .forgot .div_text input {
      width: 350px !important;
      border: 1px solid #000;
      padding: 10px; }
      @media screen and (max-width: 543px) {
        .login .div_text input, .forgot .div_text input {
          width: 100% !important; } }
    .login .div_text label, .forgot .div_text label {
      height: auto;
      font-weight: 600;
      margin: initial; }
      @media screen and (max-width: 720px) {
        .login .div_text label, .forgot .div_text label {
          width: 30% !important;
          padding: initial !important; } }
      @media screen and (max-width: 543px) {
        .login .div_text label, .forgot .div_text label {
          height: auto !important;
          width: auto !important; } }
  .login .button_div, .forgot .button_div {
    width: 500px;
    text-align: center;
    margin-top: 20px; }
    .login .button_div input, .forgot .button_div input {
      width: 100%;
      background-color: #0E23B0;
      color: #fff;
      padding: 10px;
      border: initial;
      border-radius: 5px;
      transition: 0.3s; }
      .login .button_div input:hover, .forgot .button_div input:hover {
        box-shadow: 0 0px 6px rgba(0, 0, 0, 0.4);
        transition: 0.3s; }
  .login .forget_linkArea, .forgot .forget_linkArea {
    text-align: center;
    margin-bottom: 40px; }
    .login .forget_linkArea a, .forgot .forget_linkArea a {
      color: #55AAFF;
      transition: 0.3s; }
      .login .forget_linkArea a:hover, .forgot .forget_linkArea a:hover {
        text-decoration: underline !important;
        color: #55AAFF;
        transition: 0.3s; }
      @media screen and (max-width: 543px) {
        .login .forget_linkArea a, .forgot .forget_linkArea a {
          font-size: 14px; } }
  .login .id-pw_notClear, .forgot .id-pw_notClear {
    padding: 30px 0px; }

.login-container {
  padding: 0 15px;
  margin-bottom: 40px; }

.forgot_id #wpmem_login label {
  width: 100% !important; }

.forgot-password #wpmem_login label {
  width: 100% !important; }

.id_pw_unknown {
  margin-top: 35px;
  text-align: left; }
  @media screen and (max-width: 543px) {
    .id_pw_unknown {
      font-size: 14px; } }
  .id_pw_unknown span {
    display: inline-block; }
  .id_pw_unknown a {
    margin-left: 1.5em; }
  .id_pw_unknown--sp_br {
    display: none; }
    @media screen and (max-width: 450px) {
      .id_pw_unknown--sp_br {
        display: block; } }
  @media screen and (max-width: 450px) {
    .id_pw_unknown--sp_space {
      margin-left: 1.5em; } }

.estimate-container {
  max-width: 1450px;
  margin: 0 auto;
  width: 100%; }

.estimate {
  margin-top: 80px; }
  @media screen and (max-width: 767px) {
    .estimate {
      height: 100vh;
      margin-top: 30px; } }
  .estimate .entry-title {
    font-size: 1.4rem;
    background-color: #0E23B0;
    color: white;
    padding: 15px;
    font-weight: 600;
    margin: 0 15px;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .estimate .entry-title {
        font-size: 18px;
        padding: 10px; } }
  .estimate .estimate-block {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    min-height: 400px; }
    @media screen and (max-width: 767px) {
      .estimate .estimate-block {
        display: block;
        padding: 0px; } }
    .estimate .estimate-block .estimate-block_leftBorder {
      border-right: 1px solid #707070; }
      @media screen and (max-width: 767px) {
        .estimate .estimate-block .estimate-block_leftBorder {
          border-right: initial; } }
    .estimate .estimate-block__left-area {
      padding: 0 15px;
      flex-grow: 1;
      width: auto; }
      @media screen and (max-width: 991px) {
        .estimate .estimate-block__left-area {
          width: 70%; } }
      @media screen and (max-width: 767px) {
        .estimate .estimate-block__left-area {
          padding-bottom: 300px;
          width: auto;
          flex-grow: 1; } }
      .estimate .estimate-block__left-area li + li .estimate-product {
        border-top: 1px solid #F0F0F0; }
      .estimate .estimate-block__left-area .estimate-list .estimate-product {
        display: flex;
        padding-top: 18px;
        border-bottom: 1px dotted #CCCCCC; }
        .estimate .estimate-block__left-area .estimate-list .estimate-product__num {
          font-size: 20px;
          padding-right: 5px; }
          @media screen and (max-width: 767px) {
            .estimate .estimate-block__left-area .estimate-list .estimate-product__num {
              font-size: 16px; } }
        .estimate .estimate-block__left-area .estimate-list .estimate-product__image img {
          height: 100px;
          width: auto;
          object-fit: cover; }
          @media screen and (max-width: 767px) {
            .estimate .estimate-block__left-area .estimate-list .estimate-product__image img {
              height: 70px; } }
        .estimate .estimate-block__left-area .estimate-list .estimate-product__contents {
          padding: 0px 10px 20px 20px;
          width: 72%; }
          @media screen and (max-width: 767px) {
            .estimate .estimate-block__left-area .estimate-list .estimate-product__contents {
              padding: 0px 0px 10px 10px;
              width: 80%; } }
          .estimate .estimate-block__left-area .estimate-list .estimate-product__contents h5 {
            font-size: 18px;
            border-left: 3px solid #0E23B0;
            padding: 0 10px; }
            @media screen and (max-width: 767px) {
              .estimate .estimate-block__left-area .estimate-list .estimate-product__contents h5 {
                font-size: 16px; } }
          .estimate .estimate-block__left-area .estimate-list .estimate-product__contents p {
            margin-bottom: .5rem; }
            @media screen and (max-width: 767px) {
              .estimate .estimate-block__left-area .estimate-list .estimate-product__contents p {
                font-size: 14px; } }
          .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--standard {
            display: flex;
            align-items: center;
            margin-bottom: .5rem; }
            @media screen and (max-width: 767px) {
              .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--standard {
                display: block; } }
            .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--standard input {
              border: initial; }
              .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--standard input:focus-visible {
                outline: initial; }
              @media screen and (max-width: 767px) {
                .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--standard input {
                  width: 100%;
                  font-size: 14px; } }
            @media screen and (max-width: 767px) {
              .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--standard span {
                font-size: 14px; } }
          .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--category {
            display: flex;
            align-items: center;
            margin-bottom: .5rem; }
            @media screen and (max-width: 767px) {
              .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--category {
                display: block; } }
            @media screen and (max-width: 767px) {
              .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--category span {
                font-size: 14px; } }
            .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--category p {
              margin: initial; }
              @media screen and (max-width: 767px) {
                .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--category p {
                  font-size: 14px; } }
          .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--estimate_price {
            display: flex;
            align-items: center;
            margin-bottom: .5rem; }
            @media screen and (max-width: 767px) {
              .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--estimate_price span {
                font-size: 14px; } }
            .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--estimate_price p {
              margin: initial; }
              @media screen and (max-width: 767px) {
                .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--estimate_price p {
                  font-size: 14px; } }
          .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--stock {
            display: flex;
            align-items: center;
            margin-bottom: .5rem; }
            @media screen and (max-width: 767px) {
              .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--stock span {
                font-size: 14px; } }
            .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--stock p {
              margin: initial; }
              @media screen and (max-width: 767px) {
                .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--stock p {
                  font-size: 14px; } }
          .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--quantity {
            display: flex;
            align-items: center;
            margin-bottom: 0.5rem; }
            @media screen and (max-width: 767px) {
              .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--quantity {
                justify-content: space-between; } }
            .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--quantity .quantity-area {
              font-size: 16px;
              user-select: none;
              -ms-user-select: none; }
              @media screen and (max-width: 767px) {
                .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--quantity .quantity-area {
                  font-size: 14px; } }
              .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--quantity .quantity-area span {
                vertical-align: middle; }
              .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--quantity .quantity-area .quantity_num {
                font-size: 16px;
                width: 50px;
                vertical-align: middle;
                /* デフォルトのスピナーを消す */
                -webkit-appearance: none;
                -moz-appearance: textfield;
                text-align: center;
                border: none;
                background: none;
                outline: none;
                pointer-events: none;
                text-align: left; }
                .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--quantity .quantity-area .quantity_num::-webkit-inner-spin-button {
                  -webkit-appearance: none;
                  margin: 0;
                  -moz-appearance: textfield; }
                @media screen and (max-width: 767px) {
                  .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--quantity .quantity-area .quantity_num {
                    font-size: 14px; } }
                @media screen and (max-width: 349px) {
                  .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--quantity .quantity-area .quantity_num {
                    width: 30px; } }
              .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--quantity .quantity-area .increase-button, .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--quantity .quantity-area .decrease-button {
                border: 1px solid #CCCCCC;
                background-color: #fff;
                height: 25px;
                width: 25px;
                border-radius: 5px;
                text-align: center;
                vertical-align: middle;
                line-height: 1px; }
                @media screen and (max-width: 767px) {
                  .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--quantity .quantity-area .increase-button, .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--quantity .quantity-area .decrease-button {
                    padding: initial;
                    line-height: 1px; } }
              .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--quantity .quantity-area .increase-button {
                margin-right: 5px; }
                @media screen and (max-width: 349px) {
                  .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--quantity .quantity-area .increase-button {
                    margin-right: 0px; } }
            .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--quantity .estimate-cancelBtn {
              border: initial;
              background-color: #707070;
              color: #fff;
              padding: 2px 10px;
              border-radius: 5px;
              margin-left: 60px; }
              @media screen and (max-width: 767px) {
                .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--quantity .estimate-cancelBtn {
                  font-size: 14px;
                  margin-left: initial; } }
          .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--code {
            margin-bottom: .5rem;
            align-items: center; }
            @media screen and (max-width: 767px) {
              .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--code {
                display: block; } }
            .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--code p {
              margin-right: 20px; }
              @media screen and (max-width: 767px) {
                .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--code p {
                  font-size: 14px;
                  margin-right: initial; } }
            .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--code input {
              width: 100%;
              border: 1px solid #CCCCCC;
              padding: 4px; }
              .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--code input:focus-visible {
                outline: initial; }
              @media screen and (max-width: 767px) {
                .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--code input {
                  width: 100%; } }
          .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--remark {
            margin-bottom: .5rem; }
            .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--remark .remark-caption {
              width: 20%; }
            .estimate .estimate-block__left-area .estimate-list .estimate-product__contents--remark textarea {
              padding: 4px;
              width: 100%;
              border: 1px solid #CCCCCC;
              resize: none; }
      .estimate .estimate-block__left-area .estimate-list ul {
        padding: initial; }
      .estimate .estimate-block__left-area .other-product_estimate {
        margin-top: 40px; }
        .estimate .estimate-block__left-area .other-product_estimate h2 {
          margin-bottom: 10px; }
        .estimate .estimate-block__left-area .other-product_estimate .other-product_estimate-number {
          font-size: 20px;
          padding-right: 5px; }
          @media screen and (max-width: 543px) {
            .estimate .estimate-block__left-area .other-product_estimate .other-product_estimate-number {
              padding-right: 20px;
              font-size: 16px; } }
        .estimate .estimate-block__left-area .other-product_estimate .other-product_estimate-empty {
          width: 150px; }
          @media screen and (max-width: 543px) {
            .estimate .estimate-block__left-area .other-product_estimate .other-product_estimate-empty {
              display: none; } }
        .estimate .estimate-block__left-area .other-product_estimate .other-product_estimate-details {
          width: 70%; }
          @media screen and (max-width: 543px) {
            .estimate .estimate-block__left-area .other-product_estimate .other-product_estimate-details {
              width: 94%; } }
        .estimate .estimate-block__left-area .other-product_estimate__add {
          margin-top: 30px;
          border-bottom: 1px dotted #CCCCCC; }
          .estimate .estimate-block__left-area .other-product_estimate__add .other-product_estimate-box {
            display: flex; }
          .estimate .estimate-block__left-area .other-product_estimate__add--product_name, .estimate .estimate-block__left-area .other-product_estimate__add--category, .estimate .estimate-block__left-area .other-product_estimate__add--standard, .estimate .estimate-block__left-area .other-product_estimate__add--quantity, .estimate .estimate-block__left-area .other-product_estimate__add--remarks, .estimate .estimate-block__left-area .other-product_estimate__add--images {
            align-items: center;
            margin-bottom: 15px; }
            @media screen and (max-width: 543px) {
              .estimate .estimate-block__left-area .other-product_estimate__add--product_name span, .estimate .estimate-block__left-area .other-product_estimate__add--category span, .estimate .estimate-block__left-area .other-product_estimate__add--standard span, .estimate .estimate-block__left-area .other-product_estimate__add--quantity span, .estimate .estimate-block__left-area .other-product_estimate__add--remarks span, .estimate .estimate-block__left-area .other-product_estimate__add--images span {
                font-size: 14px; } }
            .estimate .estimate-block__left-area .other-product_estimate__add--product_name .otherProductAdd-caption, .estimate .estimate-block__left-area .other-product_estimate__add--category .otherProductAdd-caption, .estimate .estimate-block__left-area .other-product_estimate__add--standard .otherProductAdd-caption, .estimate .estimate-block__left-area .other-product_estimate__add--quantity .otherProductAdd-caption, .estimate .estimate-block__left-area .other-product_estimate__add--remarks .otherProductAdd-caption, .estimate .estimate-block__left-area .other-product_estimate__add--images .otherProductAdd-caption {
              width: 100%; }
          .estimate .estimate-block__left-area .other-product_estimate__add--category {
            margin-bottom: 15px; }
            @media screen and (max-width: 543px) {
              .estimate .estimate-block__left-area .other-product_estimate__add--category span {
                font-size: 14px; } }
            .estimate .estimate-block__left-area .other-product_estimate__add--category p {
              margin-bottom: initial; }
            .estimate .estimate-block__left-area .other-product_estimate__add--category .otherProductAdd-caption {
              width: 100%; }
            .estimate .estimate-block__left-area .other-product_estimate__add--category .otherProductAdd-select {
              flex-grow: 20; }
              .estimate .estimate-block__left-area .other-product_estimate__add--category .otherProductAdd-select select {
                width: 50%;
                height: 34px;
                border: 1px solid #CCCCCC;
                padding: 4px; }
          .estimate .estimate-block__left-area .other-product_estimate__add--targetProductNo {
            margin-bottom: .5rem;
            align-items: center; }
            .estimate .estimate-block__left-area .other-product_estimate__add--targetProductNo p {
              margin-bottom: initial; }
              @media screen and (max-width: 767px) {
                .estimate .estimate-block__left-area .other-product_estimate__add--targetProductNo p {
                  font-size: 14px;
                  margin-right: initial; } }
            .estimate .estimate-block__left-area .other-product_estimate__add--targetProductNo input {
              width: 80%;
              border: 1px solid #CCCCCC;
              padding: 4px; }
              .estimate .estimate-block__left-area .other-product_estimate__add--targetProductNo input:focus-visible {
                outline: initial; }
              @media screen and (max-width: 767px) {
                .estimate .estimate-block__left-area .other-product_estimate__add--targetProductNo input {
                  width: 100%; } }
          .estimate .estimate-block__left-area .other-product_estimate__add--remarks {
            align-items: flex-start; }
          .estimate .estimate-block__left-area .other-product_estimate__add--quantity .add-quantity_area {
            font-size: 16px;
            user-select: none;
            -ms-user-select: none; }
            @media screen and (max-width: 767px) {
              .estimate .estimate-block__left-area .other-product_estimate__add--quantity .add-quantity_area {
                font-size: 14px; } }
            .estimate .estimate-block__left-area .other-product_estimate__add--quantity .add-quantity_area span {
              vertical-align: middle; }
            .estimate .estimate-block__left-area .other-product_estimate__add--quantity .add-quantity_area .other-quantity {
              font-size: 16px;
              width: 50px;
              vertical-align: middle;
              /* デフォルトのスピナーを消す */
              -webkit-appearance: none;
              -moz-appearance: textfield;
              text-align: center;
              border: none;
              background: none;
              outline: none;
              pointer-events: none; }
              .estimate .estimate-block__left-area .other-product_estimate__add--quantity .add-quantity_area .other-quantity::-webkit-inner-spin-button {
                -webkit-appearance: none;
                margin: 0;
                -moz-appearance: textfield; }
              @media screen and (max-width: 767px) {
                .estimate .estimate-block__left-area .other-product_estimate__add--quantity .add-quantity_area .other-quantity {
                  font-size: 14px; } }
              @media screen and (max-width: 349px) {
                .estimate .estimate-block__left-area .other-product_estimate__add--quantity .add-quantity_area .other-quantity {
                  width: 30px; } }
            .estimate .estimate-block__left-area .other-product_estimate__add--quantity .add-quantity_area .add-quantity_increase-button, .estimate .estimate-block__left-area .other-product_estimate__add--quantity .add-quantity_area .add-quantity_decrease-button, .estimate .estimate-block__left-area .other-product_estimate__add--quantity .add-quantity_area .other-add-quantity_increase-button, .estimate .estimate-block__left-area .other-product_estimate__add--quantity .add-quantity_area .other-add-quantity_decrease-button {
              border: 1px solid #CCCCCC;
              background-color: #fff;
              height: 25px;
              width: 25px;
              border-radius: 5px;
              text-align: center;
              vertical-align: middle;
              line-height: 1px; }
              @media screen and (max-width: 767px) {
                .estimate .estimate-block__left-area .other-product_estimate__add--quantity .add-quantity_area .add-quantity_increase-button, .estimate .estimate-block__left-area .other-product_estimate__add--quantity .add-quantity_area .add-quantity_decrease-button, .estimate .estimate-block__left-area .other-product_estimate__add--quantity .add-quantity_area .other-add-quantity_increase-button, .estimate .estimate-block__left-area .other-product_estimate__add--quantity .add-quantity_area .other-add-quantity_decrease-button {
                  padding: initial;
                  line-height: 1px; } }
            .estimate .estimate-block__left-area .other-product_estimate__add--quantity .add-quantity_area .increase-button {
              margin-right: 5px; }
              @media screen and (max-width: 349px) {
                .estimate .estimate-block__left-area .other-product_estimate__add--quantity .add-quantity_area .increase-button {
                  margin-right: 0px; } }
          .estimate .estimate-block__left-area .other-product_estimate__add--quantity .other-product_deleteBtn {
            border: initial;
            background-color: #707070;
            color: #fff;
            padding: 2px 10px;
            border-radius: 5px;
            margin-left: 60px; }
            @media screen and (max-width: 767px) {
              .estimate .estimate-block__left-area .other-product_estimate__add--quantity .other-product_deleteBtn {
                font-size: 14px; } }
          .estimate .estimate-block__left-area .other-product_estimate__add--images .otherProductAdd-fileLabel {
            display: flex;
            align-items: center; }
            .estimate .estimate-block__left-area .other-product_estimate__add--images .otherProductAdd-fileLabel input[type="file"] {
              padding: initial;
              flex-grow: 20; }
              @media screen and (max-width: 543px) {
                .estimate .estimate-block__left-area .other-product_estimate__add--images .otherProductAdd-fileLabel input[type="file"] {
                  width: 100%; } }
          .estimate .estimate-block__left-area .other-product_estimate__add input[type="text"] {
            padding: 4px;
            width: 80%;
            border: 1px solid #CCCCCC; }
            @media screen and (max-width: 543px) {
              .estimate .estimate-block__left-area .other-product_estimate__add input[type="text"] {
                width: 90%; } }
          .estimate .estimate-block__left-area .other-product_estimate__add textarea {
            padding: 4px;
            width: 80%;
            border: 1px solid #CCCCCC;
            resize: none; }
            @media screen and (max-width: 543px) {
              .estimate .estimate-block__left-area .other-product_estimate__add textarea {
                width: 90%; } }
          .estimate .estimate-block__left-area .other-product_estimate__add .pics {
            display: flex; }
            .estimate .estimate-block__left-area .other-product_estimate__add .pics img {
              width: 30%;
              object-fit: contain; }
          .estimate .estimate-block__left-area .other-product_estimate__add .other-product_deleteBtn-area {
            text-align: right;
            margin-bottom: 20px; }
            .estimate .estimate-block__left-area .other-product_estimate__add .other-product_deleteBtn-area .other-product_deleteBtn {
              display: none;
              padding: 10px 15px;
              border: initial;
              border-radius: 5px;
              background-color: red;
              color: #fff; }
        .estimate .estimate-block__left-area .other-product_estimate__more-formAdd {
          text-align: right;
          margin-top: 20px;
          margin-bottom: 30px; }
          .estimate .estimate-block__left-area .other-product_estimate__more-formAdd .other-product_addBtn {
            padding: 10px 15px;
            border: initial;
            border-radius: 5px;
            background-color: #0E23B0;
            color: #fff; }
            @media screen and (max-width: 543px) {
              .estimate .estimate-block__left-area .other-product_estimate__more-formAdd .other-product_addBtn {
                padding: 8px 13px; } }
      @media screen and (max-width: 767px) {
        .estimate .estimate-block__left-area .sp-erase {
          display: none; } }
    .estimate .estimate-block__right-area {
      padding-left: 30px;
      width: auto; }
      @media screen and (max-width: 767px) {
        .estimate .estimate-block__right-area {
          display: none; } }
      .estimate .estimate-block__right-area textarea {
        height: 150px;
        width: 100%;
        resize: none;
        border: 1px solid #CCCCCC;
        border-radius: 5px; }
        @media screen and (max-width: 767px) {
          .estimate .estimate-block__right-area textarea {
            height: 100px; } }
      .estimate .estimate-block__right-area p {
        margin-bottom: 10px; }
        @media screen and (max-width: 543px) {
          .estimate .estimate-block__right-area p {
            font-size: 14px; } }
      .estimate .estimate-block__right-area .estimate-confirm_buttonArea {
        text-align: center; }
        .estimate .estimate-block__right-area .estimate-confirm_buttonArea .estimate-confirm_button {
          background-color: #0E23B0;
          color: #fff;
          text-align: center;
          padding: 10px 40px;
          border: initial;
          border-radius: 5px;
          width: 100%;
          margin-top: 10px; }
          .estimate .estimate-block__right-area .estimate-confirm_buttonArea .estimate-confirm_button:hover {
            cursor: pointer;
            box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
            transition: 0.3s; }
          @media screen and (max-width: 543px) {
            .estimate .estimate-block__right-area .estimate-confirm_buttonArea .estimate-confirm_button {
              padding: 6px 40px;
              font-size: 14px; } }
      .estimate .estimate-block__right-area .add_other-product_link {
        text-align: center;
        margin-top: 20px; }
        @media screen and (max-width: 543px) {
          .estimate .estimate-block__right-area .add_other-product_link {
            margin-top: 20px; } }
        @media screen and (max-width: 543px) {
          .estimate .estimate-block__right-area .add_other-product_link a {
            font-size: 14px; } }
        .estimate .estimate-block__right-area .add_other-product_link a:hover {
          text-decoration: underline !important;
          color: #55AAFF; }
        .estimate .estimate-block__right-area .add_other-product_link a i {
          color: #55AAFF; }
        .estimate .estimate-block__right-area .add_other-product_link a span {
          color: #55AAFF; }
    .estimate .estimate-block__right-sparea {
      display: none; }
      @media screen and (max-width: 767px) {
        .estimate .estimate-block__right-sparea {
          display: block;
          background-color: #F7F8FF;
          padding: 15px;
          width: 100%;
          position: fixed;
          bottom: -3px;
          left: 0;
          padding-bottom: 35px; } }
      .estimate .estimate-block__right-sparea textarea {
        height: 150px;
        width: 100%;
        resize: none;
        border: 1px solid #CCCCCC;
        border-radius: 5px; }
        @media screen and (max-width: 767px) {
          .estimate .estimate-block__right-sparea textarea {
            height: 100px; } }
      .estimate .estimate-block__right-sparea p {
        margin-bottom: 10px; }
        @media screen and (max-width: 543px) {
          .estimate .estimate-block__right-sparea p {
            font-size: 14px; } }
      .estimate .estimate-block__right-sparea .estimate-confirm_buttonArea {
        text-align: center; }
        .estimate .estimate-block__right-sparea .estimate-confirm_buttonArea .estimate-confirm_button {
          background-color: #0E23B0;
          color: #fff;
          text-align: center;
          padding: 10px 40px;
          border: initial;
          border-radius: 5px;
          width: 100%;
          margin-top: 10px; }
          .estimate .estimate-block__right-sparea .estimate-confirm_buttonArea .estimate-confirm_button:hover {
            cursor: pointer;
            box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
            transition: 0.3s; }
          @media screen and (max-width: 543px) {
            .estimate .estimate-block__right-sparea .estimate-confirm_buttonArea .estimate-confirm_button {
              padding: 6px 40px;
              font-size: 14px; } }
      .estimate .estimate-block__right-sparea .add_other-product_link {
        text-align: center;
        margin-top: 20px; }
        @media screen and (max-width: 543px) {
          .estimate .estimate-block__right-sparea .add_other-product_link {
            margin-top: 20px; } }
        @media screen and (max-width: 543px) {
          .estimate .estimate-block__right-sparea .add_other-product_link a {
            font-size: 14px; } }
        .estimate .estimate-block__right-sparea .add_other-product_link a:hover {
          text-decoration: underline !important;
          color: #55AAFF; }
        .estimate .estimate-block__right-sparea .add_other-product_link a i {
          color: #55AAFF; }
        .estimate .estimate-block__right-sparea .add_other-product_link a span {
          color: #55AAFF; }
    .estimate .estimate-block h2 {
      color: #0E23B0;
      font-size: 18px;
      margin-bottom: 30px;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .estimate .estimate-block h2 {
          margin-bottom: 10px;
          font-size: 14px; } }
  .estimate .product-none_content {
    color: #707070; }

.button-disabled {
  opacity: 0.3;
  cursor: inherit !important; }

@media screen and (max-width: 767px) {
  .estimate_footer {
    display: none; } }

.sticky-block {
  position: -webkit-sticky;
  position: sticky;
  top: 10px; }

.other-images {
  display: none; }

.other_image_set {
  margin-bottom: initial;
  border: 1px solid;
  padding: 6px;
  background-color: #efefef;
  width: 170px;
  text-align: center; }
  @media screen and (max-width: 543px) {
    .other_image_set {
      width: 150px;
      padding: 3px; } }

.other_image_set-span {
  padding-left: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 250px; }

.search-page_list {
  margin-bottom: 50px; }

.search-page_title {
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  border-left: 6px solid #0E23B0;
  margin: 50px 15px 30px 15px; }
  @media screen and (max-width: 543px) {
    .search-page_title {
      margin-bottom: 30px; } }
  .search-page_title h2 {
    font-weight: bold;
    margin-bottom: initial;
    padding-left: 10px;
    font-size: 26px; }
    @media screen and (max-width: 543px) {
      .search-page_title h2 {
        font-size: 20px; } }

.search-page_noProduct {
  width: 100%; }
  @media screen and (max-width: 543px) {
    .search-page_noProduct h4 {
      font-size: 16px; } }
  .search-page_noProduct__link {
    text-align: center; }
    .search-page_noProduct__link a {
      padding: 15px 40px;
      background-color: #0E23B0;
      color: #fff;
      border-radius: 5px;
      transition: 0.3s; }
      .search-page_noProduct__link a:hover {
        cursor: pointer;
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
        transition: 0.3s;
        text-decoration: none;
        color: #fff; }

.thanks_contents {
  padding: 15px;
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 100px;
  font-weight: 600;
  line-height: 30px; }
  @media screen and (max-width: 543px) {
    .thanks_contents {
      font-size: 16px;
      margin-top: 50px;
      margin-bottom: 40px; } }
  .thanks_contents__link {
    text-align: center;
    margin-top: 50px; }
    .thanks_contents__link a {
      padding: 15px 40px;
      background-color: #0E23B0;
      color: #fff;
      border-radius: 5px;
      transition: 0.3s; }
      .thanks_contents__link a:hover {
        cursor: pointer;
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
        transition: 0.3s;
        text-decoration: none;
        color: #fff; }

body .thanks-page-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative; }
  @media screen and (max-width: 543px) {
    body .thanks-page-wrapper {
      min-height: 80vh; } }

.error-404 {
  max-width: 1450px;
  margin: 0 auto;
  width: 100%; }
  .error-404 p {
    text-align: center;
    font-size: 20px; }
  .error-404__link {
    text-align: center; }
    .error-404__link a {
      padding: 15px 40px;
      background-color: #0E23B0;
      color: #fff;
      border-radius: 5px;
      transition: 0.3s; }
      .error-404__link a:hover {
        cursor: pointer;
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
        transition: 0.3s;
        text-decoration: none;
        color: #fff; }

.mypage-area {
  padding: 0 30px;
  margin-top: 30px; }
  .mypage-area .new-user_info {
    font-size: 18px;
    color: #ff0000;
    font-weight: bold; }
  .mypage-area legend {
    font-size: 22px;
    font-weight: bold;
    padding: 0 6px;
    border-left: 4px solid #0E23B0;
    margin-bottom: 30px !important; }
  .mypage-area .div_text {
    margin: 10px 0; }
    .mypage-area .div_text input:hover, .mypage-area .div_text input:focus {
      background-color: #F0F0F0 !important; }
  .mypage-area input {
    background-color: #F0F0F0;
    border: initial;
    display: block;
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border-radius: .25rem;
    margin: 0px !important; }
  .mypage-area input[name='company_name'] {
    pointer-events: none;
    color: #888;
    background-color: #dbdcdd;
    border-width: 0px;
    box-shadow: none; }
    .mypage-area input[name='company_name']:hover, .mypage-area input[name='company_name']:focus {
      background-color: #dbdcdd !important; }
  .mypage-area label[for="company_name"]::after {
    content: "(会社名は変更できません)";
    margin-left: 5px; }
  .mypage-area label[for="company_name"] .req {
    display: none; }
  .mypage-area label {
    height: 48px !important;
    padding: 0px 20px !important;
    padding-top: .375rem !important;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 !important;
    display: inline-block !important; }
    @media screen and (max-width: 720px) {
      .mypage-area label {
        padding-left: 0px !important;
        height: auto !important;
        margin: initial !important;
        width: 100% !important; } }
    .mypage-area label .req {
      content: "必須"; }
  .mypage-area #wpmem_reg .req-text {
    width: 100%;
    margin: 10px 0 20px 0px;
    font-weight: bold; }
  .mypage-area .button_div {
    text-align: center !important;
    margin: 80px auto;
    margin-bottom: 40px; }
    @media screen and (max-width: 720px) {
      .mypage-area .button_div {
        margin-top: 40px; } }
    .mypage-area .button_div input[type=submit] {
      display: inline-block;
      width: 500px;
      background-color: #0E23B0;
      color: #fff;
      font-weight: 300;
      border-radius: .25rem;
      font-size: 1rem;
      padding: .375rem .75rem;
      text-align: center;
      vertical-align: middle; }
      @media screen and (max-width: 543px) {
        .mypage-area .button_div input[type=submit] {
          width: 100%; } }
  .mypage-area .wpmem_msg {
    background: initial;
    border: initial;
    color: #0E23B0;
    font-size: 20px;
    padding: 30px 0 0 0;
    font-weight: bold; }

.init-mypage-area {
  padding: 0 30px;
  margin-top: 30px; }
  .init-mypage-area .new-user_info {
    font-size: 18px;
    color: #ff0000;
    font-weight: bold; }
  .init-mypage-area legend {
    font-size: 0px !important; }
    .init-mypage-area legend::before {
      font-size: 24px;
      content: 'プロフィール登録';
      font-weight: bold;
      padding: 0 6px;
      border-left: 4px solid #0E23B0;
      margin-bottom: 30px !important; }
  .init-mypage-area .div_text {
    margin: 10px 0; }
    .init-mypage-area .div_text input:hover, .init-mypage-area .div_text input:focus {
      background-color: #F0F0F0 !important; }
  .init-mypage-area input {
    background-color: #F0F0F0;
    border: initial;
    display: block;
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border-radius: .25rem;
    margin: 0px !important; }
  .init-mypage-area label[for="company_name"]::after {
    content: "(以後、会社名は変更できません)";
    margin-left: 5px;
    font-size: 16px; }
  .init-mypage-area label {
    height: 48px !important;
    padding: 0px 20px !important;
    padding-top: .375rem !important;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 !important;
    display: inline-block !important; }
    @media screen and (max-width: 720px) {
      .init-mypage-area label {
        padding-left: 0px !important;
        height: auto !important;
        margin: initial !important;
        width: 100% !important; } }
    .init-mypage-area label .req {
      content: "必須"; }
  .init-mypage-area #wpmem_reg .req-text {
    width: 100%;
    margin: 10px 0 20px 0px;
    font-weight: bold; }
  .init-mypage-area .button_div {
    text-align: center !important;
    margin: 80px auto;
    margin-bottom: 40px; }
    @media screen and (max-width: 720px) {
      .init-mypage-area .button_div {
        margin-top: 40px; } }
    .init-mypage-area .button_div input[type=submit] {
      display: inline-block;
      width: 500px;
      background-color: #0E23B0;
      color: #fff;
      font-weight: 300;
      border-radius: .25rem;
      font-size: 1rem;
      padding: .375rem .75rem;
      text-align: center;
      vertical-align: middle; }
      @media screen and (max-width: 543px) {
        .init-mypage-area .button_div input[type=submit] {
          width: 100%; } }
  .init-mypage-area .wpmem_msg {
    background: initial;
    border: initial;
    color: #0E23B0;
    font-size: 20px;
    padding: 30px 0 0 0;
    font-weight: bold; }

.single-post {
  margin: 40px auto; }

.confirm_contents {
  padding: 15px;
  font-size: 18px;
  max-width: 750px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
  font-weight: 600;
  line-height: 30px; }
  .confirm_contents__customer-info {
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCCCCC; }
    .confirm_contents__customer-info--item {
      display: flex;
      margin-bottom: 10px;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .confirm_contents__customer-info--item {
          display: block; } }
      .confirm_contents__customer-info--item span {
        width: 30%; }
        @media screen and (max-width: 767px) {
          .confirm_contents__customer-info--item span {
            font-size: 16px; } }
        @media screen and (max-width: 543px) {
          .confirm_contents__customer-info--item span {
            display: block;
            width: 100%; } }
      .confirm_contents__customer-info--item p {
        margin-bottom: initial;
        font-weight: 500; }
        @media screen and (max-width: 767px) {
          .confirm_contents__customer-info--item p {
            font-size: 16px; } }
      .confirm_contents__customer-info--item input {
        font-size: 18px;
        width: 70%;
        border: 1px solid #CCCCCC;
        padding: 4px; }
        @media screen and (max-width: 767px) {
          .confirm_contents__customer-info--item input {
            width: 100%;
            font-size: 16px; } }
  .confirm_contents__product-info {
    margin-top: 30px; }
    .confirm_contents__product-info--list ul {
      padding-left: initial;
      border-bottom: 1px solid #CCCCCC; }
    .confirm_contents__product-info--list li {
      margin: 20px 0;
      list-style: none; }
      .confirm_contents__product-info--list li:not(:last-child) {
        border-bottom: 1px dashed #CCCCCC; }
    .confirm_contents__product-info--list .product-list {
      display: flex; }
    .confirm_contents__product-info .product_notList {
      border-bottom: 1px solid #CCCCCC; }
    .confirm_contents__product-info .product-list_image {
      width: 30%; }
      .confirm_contents__product-info .product-list_image img {
        object-fit: cover;
        padding: 0px 20px; }
        @media screen and (max-width: 543px) {
          .confirm_contents__product-info .product-list_image img {
            padding-left: 0px;
            padding-right: 10px; } }
    .confirm_contents__product-info .estimate-product__contents {
      width: 70%; }
    .confirm_contents__product-info .product-list__item {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 10px;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .confirm_contents__product-info .product-list__item {
          display: block; } }
      @media screen and (max-width: 767px) {
        .confirm_contents__product-info .product-list__item span {
          font-size: 16px; } }
      .confirm_contents__product-info .product-list__item p {
        margin-bottom: initial;
        font-weight: 500; }
        @media screen and (max-width: 767px) {
          .confirm_contents__product-info .product-list__item p {
            font-size: 16px; } }
      .confirm_contents__product-info .product-list__item input {
        border: initial; }
        .confirm_contents__product-info .product-list__item input:focus-visible {
          outline: initial; }
        @media screen and (max-width: 767px) {
          .confirm_contents__product-info .product-list__item input {
            width: 100%;
            font-size: 16px; } }
    .confirm_contents__product-info .product-list__productNoItem {
      margin-bottom: 10px;
      align-items: center;
      display: flex;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .confirm_contents__product-info .product-list__productNoItem {
          display: block; } }
      @media screen and (max-width: 767px) {
        .confirm_contents__product-info .product-list__productNoItem {
          display: block; } }
      @media screen and (max-width: 767px) {
        .confirm_contents__product-info .product-list__productNoItem span {
          font-size: 16px; } }
      .confirm_contents__product-info .product-list__productNoItem p {
        margin-bottom: initial;
        font-weight: 500; }
        @media screen and (max-width: 767px) {
          .confirm_contents__product-info .product-list__productNoItem p {
            font-size: 16px; } }
      .confirm_contents__product-info .product-list__productNoItem input {
        border: initial; }
        .confirm_contents__product-info .product-list__productNoItem input:focus-visible {
          outline: initial; }
        @media screen and (max-width: 767px) {
          .confirm_contents__product-info .product-list__productNoItem input {
            width: 100%;
            font-size: 16px; } }
    .confirm_contents__product-info .product-list__numItem {
      display: flex;
      margin-bottom: 10px;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .confirm_contents__product-info .product-list__numItem span {
          font-size: 16px; } }
      .confirm_contents__product-info .product-list__numItem p {
        margin-bottom: initial;
        font-weight: 500; }
        @media screen and (max-width: 767px) {
          .confirm_contents__product-info .product-list__numItem p {
            font-size: 16px; } }
      .confirm_contents__product-info .product-list__numItem input {
        border: initial; }
        .confirm_contents__product-info .product-list__numItem input:focus-visible {
          outline: initial; }
        @media screen and (max-width: 767px) {
          .confirm_contents__product-info .product-list__numItem input {
            font-size: 16px; } }
  .confirm_contents__link {
    text-align: center;
    margin-top: 50px; }
    .confirm_contents__link .confirm_button {
      background-color: #0E23B0;
      color: #fff;
      text-align: center;
      padding: 10px 40px;
      border: initial;
      border-radius: 5px;
      margin-top: 10px;
      transition: 0.3s; }
      @media screen and (max-width: 543px) {
        .confirm_contents__link .confirm_button {
          font-size: 14px;
          padding: 7px 20px;
          margin-right: 10px; } }
      .confirm_contents__link .confirm_button:hover {
        cursor: pointer;
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
        transition: 0.3s; }
    .confirm_contents__link .return_button {
      padding: 15px 40px;
      background-color: #707070;
      color: #fff;
      border-radius: 5px;
      transition: 0.3s; }
      @media screen and (max-width: 543px) {
        .confirm_contents__link .return_button {
          font-size: 14px;
          padding: 15px 20px; } }
      .confirm_contents__link .return_button:hover {
        cursor: pointer;
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
        transition: 0.3s;
        text-decoration: none;
        color: #fff; }
  .confirm_contents h2 {
    color: #0E23B0;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .confirm_contents h2 {
        font-size: 18px; } }
  .confirm_contents .sp-erase {
    margin: 0 5px; }
    @media screen and (max-width: 767px) {
      .confirm_contents .sp-erase {
        display: none; } }
  .confirm_contents .other-product_estimate {
    margin-top: 50px; }
    .confirm_contents .other-product_estimate h2 {
      margin-bottom: 0px; }
    .confirm_contents .other-product_estimate__list ul {
      border: initial;
      padding-left: initial;
      border-bottom: 1px solid #CCCCCC;
      padding-bottom: 20px; }
    .confirm_contents .other-product_estimate__list li:not(:last-child) {
      border-bottom: 1px dashed #CCCCCC; }
    .confirm_contents .other-product_estimate__list .product-list {
      padding-bottom: 15px;
      padding-top: 10px;
      padding-left: 30px; }
      @media screen and (max-width: 767px) {
        .confirm_contents .other-product_estimate__list .product-list {
          padding-left: 0px; } }
      .confirm_contents .other-product_estimate__list .product-list input {
        border: initial;
        width: 100%; }
        .confirm_contents .other-product_estimate__list .product-list input:focus-visible {
          outline: initial; }
        @media screen and (max-width: 767px) {
          .confirm_contents .other-product_estimate__list .product-list input {
            font-size: 16px; } }
      .confirm_contents .other-product_estimate__list .product-list p {
        margin-bottom: initial;
        font-weight: 500; }
      @media screen and (max-width: 767px) {
        .confirm_contents .other-product_estimate__list .product-list span {
          font-size: 16px; } }
      .confirm_contents .other-product_estimate__list .product-list .other-product-list__item {
        display: flex;
        flex-wrap: wrap; }
        @media screen and (max-width: 767px) {
          .confirm_contents .other-product_estimate__list .product-list .other-product-list__item {
            display: block; } }
        .confirm_contents .other-product_estimate__list .product-list .other-product-list__item--input {
          flex-grow: 20; }
      .confirm_contents .other-product_estimate__list .product-list .other-product-list__numItem {
        display: flex; }
      .confirm_contents .other-product_estimate__list .product-list .sp-erase {
        margin: 0px; }
        @media screen and (max-width: 767px) {
          .confirm_contents .other-product_estimate__list .product-list .sp-erase {
            display: none; } }

.post_remarks {
  width: 100%;
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .post_remarks span {
      font-size: 16px; } }
  .post_remarks p {
    margin-bottom: initial;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .post_remarks p {
        font-size: 16px; } }

.forgot {
  max-width: 800px;
  margin: auto;
  margin-top: 80px;
  border: 1px solid #707070;
  box-shadow: 1px 3px 5px 0px rgba(112, 112, 112, 0.3);
  padding-top: 30px; }
  .forgot h3 {
    font-size: 26px;
    font-weight: bold;
    padding: 0 6px;
    border-left: 4px solid #0E23B0;
    margin-bottom: 40px; }
  .forgot .entry-content {
    border: initial;
    box-shadow: initial;
    padding: 0px 150px; }
    @media screen and (max-width: 720px) {
      .forgot .entry-content {
        padding: 0px 10%; } }
    @media screen and (max-width: 543px) {
      .forgot .entry-content {
        padding: 0px 5%; } }
    .forgot .entry-content .wpmem_forgot {
      padding: 50px 0; }
      .forgot .entry-content .wpmem_forgot .forgot_other {
        text-align: right;
        color: #55AAFF;
        cursor: pointer; }
  .forgot .div_text {
    margin-bottom: 15px;
    display: block;
    align-items: center; }
    @media screen and (max-width: 543px) {
      .forgot .div_text {
        display: block;
        height: auto !important; } }
    .forgot .div_text input {
      width: 100% !important;
      border: 1px solid #000;
      padding: 10px; }
      @media screen and (max-width: 543px) {
        .forgot .div_text input {
          width: 100% !important; } }
    .forgot .div_text label {
      height: auto;
      font-weight: 600;
      margin: initial; }
      @media screen and (max-width: 720px) {
        .forgot .div_text label {
          width: 30% !important;
          padding: initial !important; } }
      @media screen and (max-width: 543px) {
        .forgot .div_text label {
          height: auto !important;
          width: auto !important; } }
  .forgot .button_div {
    width: 500px;
    text-align: center;
    margin-top: 20px; }
    .forgot .button_div input {
      width: 100%;
      background-color: #0E23B0;
      color: #fff;
      padding: 10px;
      border: initial;
      border-radius: 5px;
      transition: 0.3s; }
      .forgot .button_div input:hover {
        box-shadow: 0 0px 6px rgba(0, 0, 0, 0.4);
        transition: 0.3s; }
  .forgot .forget_linkArea {
    text-align: center;
    padding: 0px 150px;
    margin-bottom: 40px; }
    @media screen and (max-width: 720px) {
      .forgot .forget_linkArea {
        padding: 0px 10%; } }
    @media screen and (max-width: 543px) {
      .forgot .forget_linkArea {
        padding: 0px 5%; } }
    .forgot .forget_linkArea a {
      color: #55AAFF;
      transition: 0.3s; }
      .forgot .forget_linkArea a:hover {
        text-decoration: underline !important;
        color: #55AAFF;
        transition: 0.3s; }
      @media screen and (max-width: 543px) {
        .forgot .forget_linkArea a {
          font-size: 14px; } }
  .forgot .forgot-failed {
    padding: 0px 150px;
    text-align: center;
    color: red; }
    @media screen and (max-width: 720px) {
      .forgot .forgot-failed {
        padding: 0px 10%; } }
    @media screen and (max-width: 543px) {
      .forgot .forgot-failed {
        padding: 0px 5%; } }
  .forgot .forgot-success {
    padding: 0px 150px; }
    .forgot .forgot-success span {
      display: inline-block; }
    @media screen and (max-width: 720px) {
      .forgot .forgot-success {
        padding: 0px 10%; } }
    @media screen and (max-width: 543px) {
      .forgot .forgot-success {
        padding: 0px 5%; } }
  .forgot .wpmem_msg {
    background: #fff;
    border: initial; }

.login-container {
  padding: 0 15px;
  margin-bottom: 40px; }

.forgot_id #wpmem_login label {
  width: 100% !important; }
.forgot_id fieldset legend {
  font-size: 0 !important; }
  .forgot_id fieldset legend::before {
    font-size: 24px;
    content: 'IDの確認'; }
.forgot_id .wpmem_msg {
  display: none; }
  .forgot_id .wpmem_msg p:before {
    font-size: 16px;
    word-break: keep-all;
    overflow-wrap: break-word;
    color: red; }

.forgot-password fieldset label[for="user"] {
  font-size: 0 !important; }
  .forgot-password fieldset label[for="user"]::before {
    font-size: 16px;
    content: 'ID'; }
.forgot-password fieldset label[for="email"] {
  font-size: 0 !important; }
  .forgot-password fieldset label[for="email"]::before {
    font-size: 16px;
    content: 'メールアドレス'; }
.forgot-password #wpmem_login label {
  width: 100% !important; }
.forgot-password .wpmem_msg {
  display: none; }
  .forgot-password .wpmem_msg p:before {
    font-size: 16px; }

/*# sourceMappingURL=style.css.map */
