@charset "UTF-8";
/* 左上ロゴの余白について */
.l-2row-header__row:first-child {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* 左上ロゴの大きさについて */
.custom-logo {
  width: 350px !important;
}

/* 左上ロゴの余白について */
.l-2row-header__row:first-child {
  padding-top: 13px;
  padding-bottom: 0px;
}

.fotter-tel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 4px;
  position: absolute;
  right: 10px;
  bottom: 79px;
}

@media screen and (max-width: 890px) {
  .fotter-tel-box {
    display: none;
  }
}

/* ヘッダー tel time line mail company */
.header-tel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 4px;
}

.company-profile-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 26px;
}

.company-profile-link a {
  color: #000;
  text-decoration: none;
}

.text--xlarge {
  font-size: x-large;
}

.line, .mail {
  text-align: center;
  line-height: 19px;
  vertical-align: middle;
  border-radius: 3px;
}

.line a, .mail a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 16px 20px;
}

.line {
  background-color: #00cc42;
}

.mail {
  background-color: #0052cc;
}

/* メニューの余白について */
.c-navbar__item a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* メニューの間に線について */
.c-navbar__item:not(:first-child):before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 50%;
  background-color: #2e2e2e;
  position: absolute;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* メニューとセクションの間の余白について */
.c-section {
  padding: 0 !important;
}

/* パンくずの背景画像について */
.c-breadcrumbs {
  background-color: lightgrey;
}

/* 各セクションのタイトルの余白について */
.smb-section__title {
  margin: 0px;
  padding-bottom: 30px;
}

.smb-section__subtitle {
  margin: 0px;
}

/* 各セクションのタイトルの青線の長さ */
.smb-section__title:after {
  margin: var(--_margin-2) auto 0;
  height: 2px;
  width: 500px;
}

/* セクション内の余白について */
:root :where(.is-layout-constrained, .is-layout-flow) {
  margin-top: 0px;
}

/* PCトップ画像の余白について */
@media screen and (min-width: 1024px) {
  .top {
    margin: 0 100px 100px 50px !important;
  }
}

/* PC無限堂の強み */
.strengths {
  /* 背景画像を薄く */
  /* タイトルの文字に白縁と青線を太く */
  /* ボックスの枠線 */
  /* ボックスのタイトルの大きさ */
}

.strengths .wp-image-395 {
  opacity: 0.5;
}

.strengths .smb-section__subtitle {
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF,  0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.strengths h2 {
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF,  0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.strengths .smb-section__title:after {
  height: 3px;
}

.strengths .strengths_box {
  border: 3px solid #00a0e9;
}

.strengths .strengths_p1 {
  font-size: 25px !important;
}

/* PC買取実績 */
.home .c-entries__item .c-entry-summary__body {
  padding: 0;
  /* TOPページのみpadding0に */
  display: block;
}

.works {
  background: linear-gradient(250deg, transparent 0, transparent 50%, #add8e6 50%, #add8e6 100%);
}

dl.kaitori-date {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 1fr;
      grid-template-columns: 120px 1fr;
}

dl.kaitori-date dt {
  padding: 4px 10px;
  text-align: center;
}

dl.kaitori-date dd {
  padding-left: 10px;
  border-bottom: 1px solid #eee;
}

dl.kaitori-date dt.kaitori-place {
  background: #ddd;
  font-size: 11pt;
  line-height: 36px;
}

dl.kaitori-date dd.kaitori-place {
  line-height: 40px;
  background: #fff;
}

dl.kaitori-date dt.kaitori-price {
  background: #00a0e9;
  color: white;
  font-size: 11pt;
  line-height: 46px;
}

dl.kaitori-date dd.kaitori-price {
  color: #00a0e9;
  font-weight: bold;
  font-size: 23pt;
  line-height: 51px;
  background: #fff;
}

.c-entries--panel .c-entry-summary {
  background: #fff;
}

.home .c-entries--panel .c-entry-summary__title {
  margin: 12px;
}

.c-entry-summary__figure {
  margin-bottom: 0;
}

/* PC買取の流れ */
.flow {
  background: linear-gradient(-250deg, transparent 0, transparent 50%, #add8e6 50%, #add8e6 100%);
}

.flow .flow_box {
  border: 3px solid #00a0e9;
}

/* PCお問い合わせ */
.contact {
  /* 背景画像を薄く */
  /* タイトルと説明の文字に白縁と青線を太く */
  /* 各ボックスの枠線 */
}

.contact .wp-image-419 {
  opacity: 0.5;
}

.contact .smb-section__subtitle {
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF,  0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.contact h2 {
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF,  0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.contact .contact_p1 {
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF,  0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.contact .smb-section__title:after {
  height: 3px;
}

.contact .contact_box1 {
  border: 3px solid #d32c0c;
  border-radius: 5px;
}

.contact .contact_box2 {
  border: 3px solid #4abd27;
  border-radius: 5px;
}

.contact .contact_box2 .smb-btn-wrapper {
  margin-bottom: 10px;
}

.contact .contact_box3 {
  border: 3px solid #00a0e9;
  border-radius: 5px;
}

.contact .contact_box3 .smb-btn-wrapper {
  margin-bottom: 10px;
}

.contact .contact_p4 {
  border: 1px solid black;
}

/*買取対象機器・カテゴリ一覧*/
.l-contents__inner {
  margin-top: 0;
}

.blog ul.category-list {
  --_container-max-width: var(--_global--container-max-width);
  --_container-margin: var(--_global--container-margin);
  --_container-margin-right: calc(var(--_container-margin) + env(safe-area-inset-right));
  --_container-margin-left: calc(var(--_container-margin) + env(safe-area-inset-left));
  margin-left: auto;
  margin-right: auto;
  max-width: var(--_container-max-width);
}

ul.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  list-style-type: none;
  padding: 0;
}

ul.category-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 10.67px);
          flex: 0 0 calc(33.333% - 10.67px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border: #aaa solid 3px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
}

ul.category-list li:hover {
  background: #f0f8ff;
}

.home ul.category-list li:first-child {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-top: 9px;
}

ul.category-list li a::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("https://mugendou-chubo-kaitori.com/wp/wp-content/uploads/2025/09/allow1.png") no-repeat center center/contain;
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

ul.category-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  padding-left: 7px;
  text-decoration: none;
  color: inherit;
}

ul.category-list li a span {
  margin-left: 10px;
}

ul.category-list li img {
  height: auto;
}

/* PC買取対象機器 */
.equipment {
  background: linear-gradient(250deg, transparent 0, transparent 50%, #add8e6 50%, #add8e6 100%);
}

/* PC買取対象メーカー */
.manufacturer {
  background: linear-gradient(-250deg, transparent 0, transparent 50%, #add8e6 50%, #add8e6 100%);
}

/* PC販売ページ */
.netshop {
  margin-bottom: 30px;
}

/* フッター */
.l-footer .l-footer-widget-area {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* コピーライト */
.c-copyright--inverse {
  background-color: #00a0e9;
}

/* PC会社概要 */
/* タイトルの下に水色線 */
.c-entry__title {
  border-bottom: 2px solid #00a0e9;
}

/* 表の上の空白 */
.single_post_detail .blog_inner {
  padding: 15px 0 60px;
  font-size: 14px;
  word-break: break-all;
}

/* 表の左右の空白の調整 */
.blog_inner table, .blog_inner .table-default {
  width: 80% !important;
  margin: auto;
}

/*表の調整*/
.profile_table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
  border: #aaa 1px solid;
}

.profile_table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
  border: #aaa 1px solid;
}

.profile_table th, .profile_table td {
  border: #aaa 1px solid;
}

.sec_wrap {
  position: relative;
  margin: 0 auto 50px;
}

.blog_inner table, .blog_inner .table-default {
  width: 100%;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
  line-height: 140%;
}

.blog_inner table th, .blog_inner .table-default th {
  background: #eee;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.profile_table th {
  padding: 20px;
  border: none;
  background: none;
  font-weight: bold;
  text-align: left;
  line-height: 1.8;
  font-size: 14px;
}

.blog_inner table td, .blog_inner .table-default td {
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*店舗一覧の調整*/
.store_wrap {
  overflow: hidden;
  padding: 19px;
  margin: 0;
  border: #CCC 1px solid;
  border-top: none;
}

.store_text {
  width: 270px;
  float: left;
}

.store_image {
  width: 490px;
  float: right;
}

.link a {
  display: inline-block;
  padding: 0 0 0 10px;
  color: #00a0e9;
  text-decoration: underline;
  background: url(/shop/item/mugendou/design/img01/icon_arrow.png) no-repeat 0 6px;
}

/*タイトル：店舗のご案内の調整*/
.free_h2title {
  background-color: #ecfafa;
}

.free_h2title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  line-height: 10px;
  border-radius: 50%;
  border: #00a0e9 3px solid;
  margin: -2px 8px 0 0;
}

/*店舗一覧の各文字の調整*/
.store_text h3 {
  font-size: 18px;
}

.store_text h3::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  line-height: 10px;
  border-radius: 50%;
  border: #00a0e9 3px solid;
  margin: -2px 8px 0 0;
}

.store_text p {
  font-size: 13px;
  margin: 8px 0 8px 0;
}

/* サイドバーをなくす */
.l-contents__sidebar {
  display: none;
}

/* 959px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 1024px) {
  /* TBロゴの大きさ */
  .c-site-branding__title {
    height: auto;
    max-width: 60%;
  }
  /* TB左上ロゴの余白について */
  .l-2row-header__row:first-child {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  /* TBメニューの検索フォームをなくす */
  .c-drawer__menu .p-search-form {
    display: none;
  }
  /* TBトップ画像の余白について */
}

@media screen and (max-width: 1024px) and (min-width: 690px) {
  .top {
    margin: 0 50px 50px 30px !important;
  }
}

@media screen and (max-width: 1024px) {
  /* TBフッター */
  .l-footer .c-row__col--lg-1-4 {
    margin-bottom: 10px;
  }
  .company-profile-link {
    display: block;
    text-align: center;
    margin: 26px;
  }
  .company-profile-link a {
    text-decoration: none;
    color: #fff;
  }
}

/* 690px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 690px) {
  /* SPタイトルについて */
  .smb-section__title {
    --_font-size-level: 3;
  }
  .smb-section__title:after {
    width: 250px;
  }
  .telAndTime {
    text-align: center;
  }
  .line, .mail {
    margin: 4px auto;
  }
  /* SPトップ画像の余白について */
  .top {
    margin-bottom: 30px !important;
  }
  /* SP無限堂の強み */
  .strengths {
    background: linear-gradient(-250deg, transparent 0, transparent 50%, #add8e6 50%, #add8e6 100%);
    /* 背景画像をなくす */
    /* タイトルの文字に白縁をなくし、青線を普通の太さに */
    /* ボックスのタイトルの大きさ */
    /* ボックスの画像の説明文の大きさ */
    /*横並び

    .strengths_inbox{
        .wp-block-box-is-layout-constrained{
            display: flex !important;
        }
        .wp-block-image{
            width: 40% !important;
        }
        p{
            width: 50% !important;
            font-size: 14px;
        }
    }
    */
  }
  .strengths .smb-section-with-bgimage__bgimage {
    display: none;
  }
  .strengths .smb-section__subtitle {
    text-shadow: none;
  }
  .strengths h2 {
    text-shadow: none;
  }
  .strengths .smb-section__title:after {
    height: 2px;
  }
  .strengths .strengths_p1 {
    font-size: 19px !important;
  }
  .strengths .strengths_inbox .wp-block-image {
    width: 40% !important;
  }
  .strengths .strengths_inbox p {
    font-size: 14px;
  }
  /* SPボックス内の説明文(p)の上の余白 */
  :root :where(.is-layout-constrained, .is-layout-flow) > :where(:not(:first-child)) {
    margin-top: 0 !important;
  }
  /* SP TOPページ買取実績カスタムフィールド部分  */
  .home ul.c-entries--panel {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    width: 550px;
    margin-bottom: 20px;
  }
  dl.kaitori-date {
    display: block;
    text-align: center;
  }
  li.c-entries__item {
    width: 90%;
    padding: 8px;
    margin: 3px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    list-style: none;
  }
  dl.kaitori-date dt.kaitori-price {
    line-height: normal;
  }
  .c-entry-summary__header {
    margin: 12px;
  }
  /* TOP:SPカテゴリ一覧リンク */
  .home ul.category-list {
    display: block;
    /* 1列に変更 */
    width: 100%;
  }
  .home ul.category-list li a img {
    width: 50px;
  }
  /* 投稿一覧:SPカテゴリ一覧リンク */
  .archive ul.category-list, .blog ul.category-list {
    gap: 2px;
  }
  .archive ul.category-list li, .blog ul.category-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 3px);
            flex: 0 0 calc(50% - 3px);
    border: 0;
    border-bottom: 1px solid #ddd;
    height: 2em;
  }
  .archive ul.category-list li a img, .blog ul.category-list li a img {
    display: none;
  }
  /* SP買取の流れ */
  .flow .flow_img1 {
    width: 75%;
  }
  .flow .flow_img2 {
    height: 25%;
  }
  .flow .flow_p1 {
    font-size: 19px;
  }
  .flow .flow_p2 {
    font-size: 14px;
  }
  /* SPお問い合わせ */
  .contact {
    /* 青線を普通の太さに */
    /* セクション説明文の大きさ */
    /* セクション説明文の下の余白 */
    /* ボックスのタイトルの大きさ */
    /* ボックスの説明文の大きさ */
  }
  .contact .smb-section__title:after {
    height: 2px;
  }
  .contact .has-sm-3-xl-font-size {
    font-size: 25px !important;
  }
  .contact .contact_p1 {
    margin-bottom: 20px !important;
  }
  .contact .contact_p2 .has-sm-text-alt-color {
    font-size: 19px !important;
  }
  .contact .contact_p3 {
    font-size: 14px;
    margin-top: 10px !important;
  }
  .contact .contact_p4 {
    font-size: 14px;
    margin-top: 30px !important;
  }
  /* SP買取対象機器 */
  .equipment p {
    margin-top: 20PX !important;
  }
  /* SP買取対象メーカー */
  .manufacturer p {
    margin-top: 20PX !important;
  }
  /* SPフッター */
  .l-footer img {
    width: 40% !important;
  }
  /* SP会社概要 */
  /* 表の左右の空白の調整 */
  .blog_inner table, .blog_inner .table-default {
    width: 100% !important;
    margin: 0;
  }
}
/*# sourceMappingURL=style.css.map */