@charset "UTF-8";

/* ==========================================================
 clearfix
========================================================== */
.list-result-01:before, .list-result-01:after,
.area-result-01 .header:before, .area-result-01 .header:after
{
  content: "";
  display: table;
}
.list-result-01:after,
.area-result-01 .header:after
{
  clear: both;
}
/* ==========================================================
 contents
========================================================== */
/* contents-inner
---------------------------------------------------------- */
.contents-inner{
  padding: 126px 0 130px;
  margin-bottom: 130px;
}
@media screen and (max-width: 750px) {
.contents-inner{
  padding: 0;
  margin-bottom: 0;
}
}

/* ==========================================================
 area
========================================================== */
/* area-result-01
---------------------------------------------------------- */
.area-result-01 {
  margin-top: 25px;
}
/* area-title-01
---------------------------------------------------------- */
.area-title-01 {
    overflow: hidden;
    padding-top: 92px;
}
  .area-title-01 .image {
      display: inline;
      float: right;
      margin-top: -92px;
  }
  .area-title-01 .mod-cmn-title-01 {
      float: left;
      width: 65%;
      margin-bottom: 25px;
  }
  .area-title-01 .text {
      clear: left;
      font-size: 16px;
  }
  .area-title-01 .cyushaku {
      margin-top: 12px;
      font-size: 14px;
  }
    .area-title-01 .cyushaku a:hover {
        opacity: .8;
    }
@media screen and (max-width: 750px) {
.area-title-01 {
  padding-top: 25px;
}
  .area-title-01 .image {
    display: block;
    float: none;
    margin-top: 20px;
    text-align: center;
  }
  .area-title-01 .mod-cmn-title-01 {
    width: 100%;
    float: none;
  }
  .area-title-01 .text {
    font-size: 15px;
  }
}
/* area-search-01
---------------------------------------------------------- */
.area-title-01 + .area-search-01 {
  background-color: #f7f7f7;
  margin-top: 30px;
  padding: 58px 65px 60px;
}
.area-search-01-in {
  padding-bottom: 30px;
  border-bottom: 1px solid #cbcbcb;
}
@media screen and (max-width: 750px) {
.area-result-01 + .area-search-01 {
  margin-top: 15px;
  padding: 30px;
}
}
/* ==========================================================
 module
========================================================== */
/* mod-result-01
---------------------------------------------------------- */
.txt-cmn-01 + .mod-result-01 {
  margin-top: 38px;
}
@media screen and (max-width: 750px) {
.txt-cmn-01 + .mod-result-01 {
  margin-top: 19px;
}
}
/* ==========================================================
 table
========================================================== */

/* ==========================================================
 txt
========================================================== */
/* txt-result-01
---------------------------------------------------------- */
.txt-result-01  {
  float: left;
}
  .txt-result-01 span {
    color: #b01f24;
    font-weight: bold;
    font-size: 24px;
  }
.area-result-01 .header {
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
.txt-result-01  {
  float: none;
  margin-bottom: 22px;
}
}
/* txt-cmn-01
---------------------------------------------------------- */
.mod-result-01 + .txt-cmn-01 {
 margin-top: 30px;
}
.area-result-01 .txt-cmn-note-01 {
  text-align: center;
}
@media screen and (max-width: 750px) {
.area-result-01 .txt-cmn-note-01 {
  text-align: left;
}
}
/* error
---------------------------------------------------------- */
.error {
    color: #E92118;
}
/* ==========================================================
 list
========================================================== */
/* list-cmn-01
---------------------------------------------------------- */
.area-result-01 .list-cmn-01 {
  float: right;
  margin-top: 8px;
}
  .area-result-01 .list-cmn-01 li {
    margin-left: 40px;
  }
  .area-result-01 .list-cmn-01 li:first-child {
    margin-left: 0;
  }
    .area-result-01 .list-cmn-01 li a {
      color: #002ba7;
    }
@media screen and (max-width: 750px) {
.area-result-01 .list-cmn-01 {
  float: none;
  margin-top: 8px;
}
  .area-result-01 .list-cmn-01 > li {
    float: none;
    margin: 15px 0 0 0;
  }
  .area-result-01 .list-cmn-01 > li:first-child {
    margin-top: 0;
  }
}
/* creo追記*/
 .area-result-01 .list-cmn-01 li .cyushaku a:hover {
        opacity: 0.8;
    }

/* list-result-01
---------------------------------------------------------- */
.list-result-01 {
  padding: 0 65px;
}
.list-result-01 > li {
  float: left;
  margin-right: 40px;
}
.list-result-01 > li:last-child {
  margin-right: none;
}
@media screen and (max-width: 750px) {
.list-result-01 {
  padding: 0;
}
  .list-result-01 > li {
    float: none;
  }
}
/* ==========================================================
 btn
========================================================== */
/* btn-cmn-03
---------------------------------------------------------- */
.list-result-01 + .btn-cmn-03 {
  margin-top: 36px;
}
@media screen and (max-width: 750px) {
.list-result-01 + .btn-cmn-03 {
  margin-top: 27px;
}
}
@media screen and (max-width: 750px) {
.select {
  font-size: 16px;
}
}
/* ==========================================================
 loader
========================================================== */
.has-loader .loader-background,
.has-loader .loader-container {
  display: block;
}
.loader-background,
.loader-container {
  display: none;
}
.loader-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.7);
}
.loader-container {
  width: 280px;
  height: 280px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  position: fixed;
  z-index: 100;
}
.loader-container::after {
  position: absolute;
  bottom: 31%;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  content: "LOADING...";
  width:100px;
  line-height:1em;
  height:1em;
  text-align: center;
  font-size: 84%;
}
@media screen and (max-width: 750px) {
  .loader-container::after {
    width:100px;
    font-size: 92%;
  }
}
.circle {
	position: absolute;
	top: -12px;
	left: -10px;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0);
	border:5px solid rgba(0,0,0,0.9);
	opacity:.9;
	border-right:5px solid rgba(0,0,0,0);
	border-left:5px solid rgba(0,0,0,0);
	border-radius:50%;
	width: 80px;
	height: 80px;
	margin: auto;
	animation:spinPulse 2s infinite ease-in-out;
	-moz-animation:spinPulse 2s infinite ease-in-out;
	-webkit-animation:spinPulse 2s infinite linear;
}
.circle1 {
	background-color: rgba(0,0,0,0);
	border:5px solid rgba(0,0,0,0.5);
	opacity:.9;
	border-left:5px solid rgba(0,0,0,0);
	border-right:5px solid rgba(0,0,0,0);
	border-radius:50%;
	width: 60px;
	height: 60px;
	margin: -36px 0 0 -36px;
	position:absolute;
	top:50%;
	left:50%;
	animation:spinoffPulse 1s infinite linear;
	-moz-animation:spinoffPulse 1s infinite linear;
	-webkit-animation:spinoffPulse 1s infinite linear;
}
@media screen and (max-width: 750px) {
  .circle {
    width: 50px;
    height: 50px;
  }
  .circle1 {
    margin: -21px 0 0 -21px;
    width: 30px;
    height: 30px;
  }
}
@keyframes spinPulse {
	0% { transform:rotate(160deg); opacity:0;}
	50% { transform:rotate(145deg); opacity:1; }
	100% { transform:rotate(-320deg); opacity:0; }
}
@keyframes spinoffPulse {
	0% { transform:rotate(0deg); }
	100% { transform:rotate(360deg);  }
}
@-moz-keyframes spinPulse {
	0% { -moz-transform:rotate(160deg); opacity:0;}
	50% { -moz-transform:rotate(145deg); opacity:1; }
	100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(360deg);  }
}
@-webkit-keyframes spinPulse {
	0% { -webkit-transform:rotate(160deg); opacity:0;}
	50% { -webkit-transform:rotate(145deg); opacity:1;}
	100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}

.btn-research:hover {
  background-color: #fff !important;
  color: #2c2c2c !important;
  box-shadow: inset 0 0 0 3px #2c2c2c !important;
  border: 1px solid #2c2c2c !important;
}

/* マッチング検索使用上のご注意 モーダル */
.matching-notice-modal .modal-content {
  border-radius: 8px;
}

.matching-notice-modal .modal-title {
  font-weight: bold;
}

.matching-notice-content p {
  margin-bottom: 1em;
  line-height: 1.7;
  color: #333;
}

.matching-notice-content p:last-child {
  margin-bottom: 0;
}

.matching-notice-content a {
  color: #333;
  text-decoration: underline;
}

.matching-notice-content a:hover {
  color: #000;
}

.matching-notice-content p {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.matching-notice-content .yellow-bullet {
  color: #fdd108;
  font-size: 1.4em;
  line-height: 1;
  vertical-align: middle;
  margin-right: 0.1em;
}

.attention-text{
  font-size: 1rem;
}

/* PC: 背景スクロール無効 (HTML/BODY両方) */
html.modal-open,
body.modal-open {
  overflow: hidden !important;
  height: 100vh !important;
  position: fixed;
  width: 100%;
  padding-right: 0 !important;
}

/* モーダルのスクロールバー制御 */
.matching-notice-modal {
  padding-right: 0 !important; /* Bootstrapが付与するpaddingを打ち消し */
  overflow-y: hidden !important; /* モーダルラッパーの縦スクロールバーを消す */
}

/* PC: モーダル内部スクロール */
@media screen and (min-width: 751px) {
  .matching-notice-modal .modal-dialog {
    max-height: 90vh;
    margin: 1.75rem auto;
    display: flex;
  }

  .matching-notice-modal .modal-content {
    max-height: 100%;
    display: flex;
    flex-direction: column;
  }

  .matching-notice-modal .modal-body {
    overflow-y: auto;
    /* コンテンツが少ない時はスクロールバーを出さない */
    flex: 1 1 auto;
    width: 100%;
  }
}

/* スマホ: モーダル内スクロール可能 */
@media screen and (max-width: 750px) {
  .matching-notice-modal {
    padding-left: 0 !important;
    overflow-y: auto !important; /* スマホではスクロール許可 */
  }

  .matching-notice-modal .modal-dialog {
    max-height: 100vh;
    margin: 0;
  }
  
  .matching-notice-modal .modal-content {
    max-height: 100vh;
    overflow-y: auto;
    border-radius: 0;
  }
}

.matching-notice-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  opacity: 0.5;
  z-index: 10;
  padding: 0;
}

.matching-notice-close-btn:hover {
  opacity: 1;
}

/* 検索結果テーブルの横スクロール対応 */
@media screen and (max-width: 750px) {
  .result-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  
  .result-table-wrap table {
    min-width: 680px; /* テーブルの最小幅を縮小 */
  }
  
  .wheel-name-header {
    min-width: 680px; /* ヘッダーもテーブルと同じ幅を確保 */
    box-sizing: border-box;
  }

  /* テーブル行の高さ調整 */
  .result-table-wrap table tbody tr:nth-child(2),
  .result-table-wrap table tbody tr:nth-child(3) {
    height: 50px !important;
  }

  /* 画像セルの調整 */
  .result-table-wrap table tbody tr:first-child td[rowspan="3"] {
    width: 160px !important;
    height: auto !important;
    padding: 5px !important;
  }

  /* 画像の調整 */
  .wheel-img-thumbnail {
    max-height: 120px;
    width: auto;
    max-width: 100%;
  }

  /* 各列の幅調整（画像以外） */
  .result-table-wrap table tbody tr:first-child th:nth-child(2) { width: 30px !important; } /* ラベル */
  .result-table-wrap table tbody tr:first-child th:nth-child(3) { width: 40px !important; } /* Inch */
  .result-table-wrap table tbody tr:first-child th:nth-child(4) { width: 45px !important; } /* リム幅 */
  .result-table-wrap table tbody tr:first-child th:nth-child(5) { width: 45px !important; } /* Inset */
  .result-table-wrap table tbody tr:first-child th:nth-child(6) { width: 40px !important; } /* Hole */
  .result-table-wrap table tbody tr:first-child th:nth-child(7) { width: 50px !important; } /* P.C.D. */
  .result-table-wrap table tbody tr:first-child th:nth-child(8) { width: 80px !important; } /* タイヤサイズ */
  .result-table-wrap table tbody tr:first-child th:nth-child(9) { width: 180px !important; min-width: 180px !important; } /* 注釈 */
}

.remodal-wrapper {
  padding: 0!important;
  margin: 20px!important;
}