@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  line-height: 1;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover {
  text-decoration: none;
}

a, span {
  color: inherit;
  font-weight: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sup {
  vertical-align: super;
}

/* iOSでのデフォルトスタイルをリセット */
select,
input[type="text"],
input[type="submit"],
input[type="checkbox"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
}

select::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="checkbox"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

select::focus,
input[type="text"]::focus,
input[type="submit"]::focus,
input[type="checkbox"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

html {
  font-size: 10px !important;
  line-height: 1.4;
  font-weight: 400;
  color: #333;
  line-break: strict;
}

body {
  font-size: 10px !important;
  word-break: normal;
  word-wrap: break-word;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (min-width: 1024px) {
  body {
    font-size: 1.4rem !important;
  }
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none;
}

img {
  backface-visibility: hidden;
}

.tf-alert {
  background-color: #FFF0F0;
  border: 1px solid #FFCFCF;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #DF0101;
  background-image: url(/img/autoparts/icon_attention2.png);
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 24px;
  padding: 10px 20px 10px 54px;
  border-radius: 4px;
}

@media (min-width: 1024px) {
  .tf-alert {
    padding: 20px 20px 20px 65px;
    background-position: left 20px center;
  }
}

.tf-alert--blue, .tf-alert--red {
  border: 2px solid #54BECC;
  font-size: 1.4rem;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 60px 10px 45px;
  margin: 0 0 25px;
  background-image: url(/img/autoparts/icon_attention3.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 24px;
  position: relative;
}

@media (min-width: 1024px) {
  .tf-alert--blue, .tf-alert--red {
    padding: 15px 50px;
    background-position: left 15px center;
    margin: 0 0 10px;
  }
}

.tf-alert--blue a, .tf-alert--red a {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/img/autoparts/icon_close.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px;
}

.tf-alert--blue::before, .tf-alert--red::before {
  content: '';
  display: block;
  width: 14px;
  height: 10px;
  border-top: 10px solid #54BECC;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
}

@media (min-width: 1024px) {
  .tf-alert--blue::before, .tf-alert--red::before {
    left: 30px;
  }
}

.tf-alert--blue::after, .tf-alert--red::after {
  content: '';
  display: block;
  width: 12px;
  height: 9px;
  border-top: 9px solid #F7F7F7;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  margin-top: -3px;
}

@media (min-width: 1024px) {
  .tf-alert--blue::after, .tf-alert--red::after {
    left: 30px;
  }
}

.tf-alert--red {
  display: none;
  border: 2px solid #BF0000;
  background-image: url(/img/autoparts/icon_attention4.png);
}

@media (min-width: 1024px) {
  .tf-alert--red {
    display: block;
  }
}

.tf-alert--red a {
  background-image: url(/img/autoparts/icon_close-red.png);
}

.tf-alert--red::before {
  border-top: 10px solid #BF0000;
}

.tf-apply {
  border: 1px solid #D1D1D1;
  padding: 40px 15px;
}

@media (min-width: 1024px) {
  .tf-apply {
    padding: 30px 0;
  }
}

.tf-apply_ttl {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}

.tf-apply_ttl + .tf-apply_ttl {
  margin-bottom: 20px;
}

.tf-apply_ttl span {
  color: #BF0000;
  font-weight: bold;
  font-size: 2.4rem;
}

.tf-apply_txt {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .tf-apply_txt {
    text-align: center;
  }
}

.tf-apply_txt-red {
  margin-bottom: 15px;
  color: #BF0000;
}

.tf-apply_txt br {
  display: none;
}

@media (min-width: 1024px) {
  .tf-apply_txt br {
    display: inline;
  }
}

.tf-block + .tf-block {
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .tf-block + .tf-block {
    margin-top: 40px;
  }
}

.tf-block--fix {
  width: 100%;
  height: 100px;
}

@media (min-width: 1024px) {
  .tf-block--fix {
    height: 120px;
  }
}

.tf-button {
  display: flex;
  background-color: #BF0000;
  color: #fff;
  width: 100%;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 56px;
  padding: 15px;
}

@media (min-width: 1024px) {
  .tf-button {
    width: 304px;
  }
}

.tf-button.is-white {
  border: 1px solid #BF0000;
  background-color: #fff;
  color: #BF0000;
}

@media (min-width: 1024px) {
  .tf-column {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .tf-column_side {
    width: 200px;
    margin-top: 10px;
  }
}

@media (min-width: 1024px) {
  .tf-column_main {
    width: calc(100% - 200px);
    padding: 0 0 0 30px;
  }
}

.tf-contents {
  padding: 0 15px;
}

@media (min-width: 1024px) {
  .tf-contents {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
  }
}

.tf-flow {
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #fff;
  padding: 20px 15px;
}

@media (min-width: 1024px) {
  .tf-flow {
    padding: 20px;
  }
}

.tf-flow_lead {
  font-weight: bold;
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .tf-flow_flex {
    display: flex;
  }
}

.tf-flow_column {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .tf-flow_column {
    margin-top: 0;
    width: 50%;
  }
}

.tf-flow_heading {
  font-weight: bold;
  margin-bottom: 10px;
}

.tf-flow_heading span {
  color: #BF0000;
}

.tf-flow_list {
  counter-reset: items;
}

.tf-flow_list li {
  position: relative;
  padding: 0 0 0 30px;
}

.tf-flow_list li::before {
  counter-increment: items;
  content: counter(items);
  display: block;
  width: 20px;
  height: 20px;
  background-color: #BF0000;
  color: #fff;
  text-align: center;
  line-height: 18px;
  border-radius: 20px;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 1.2rem;
}

.tf-flow_list li + li {
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .tf-form-column {
    display: flex;
    margin: 0 -12px;
  }
}

@media (min-width: 1024px) {
  .tf-form-column_block {
    width: 50%;
    padding: 0 12px;
  }
}

.tf-form-column_block + .tf-form-column_block {
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .tf-form-column_block + .tf-form-column_block {
    margin-top: 0;
  }
}

.tf-form-column2 {
  display: flex;
  align-items: center;
}

.tf-form-column2_block {
  width: calc(50% - 20px);
}

.tf-form-column2_block:nth-of-type(2) {
  width: 40px;
  text-align: center;
}

.tf-form-item + .tf-form-item {
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .tf-form-item + .tf-form-item {
    margin-top: 25px;
  }
}

.tf-form-item.is-required .tf-form-item_ttl::after {
  color: #BF0000;
  border-color: #BF0000;
  content: '必須';
}

.tf-form-item_ttl {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .tf-form-item_ttl {
    width: 100%;
  }
}

.tf-form-item_ttl::after {
  content: '任意';
  font-size: 1.2rem;
  color: #D1D1D1;
  font-weight: normal;
  border: 1px solid #D1D1D1;
  display: inline-block;
  width: 42px;
  padding: 3px 0;
  text-align: center;
  margin-left: 10px;
}

.tf-form-item_sttl {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

.tf-form-item_sttl.is-required::after {
  content: '必須';
  font-size: 1.2rem;
  color: #BF0000;
  font-weight: normal;
  border: 1px solid #BF0000;
  display: inline-block;
  width: 42px;
  padding: 3px 0;
  text-align: center;
  margin-left: 10px;
}

.tf-form-item_sttl a {
  color: #0085C7;
}

.tf-form-item_error {
  display: none;
  color: #DF0101;
  font-size: 1.2rem;
  margin-top: 10px;
  background-image: url(/img/autoparts/icon_attention.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  padding: 0 0 0 20px;
}

.tf-guide {
  text-align: right;
}

.tf-guide_img {
  display: block;
  width: 100%;
}

.tf-guide_link {
  margin-top: 15px;
  display: inline-block;
  color: #0085C7;
  font-size: 1.4rem;
  background-image: url(/img/autoparts/icon_arrow-blue.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 9px;
  padding: 0 14px 1px 0;
}

.tf-heading {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .tf-heading {
    font-size: 2rem;
  }
}

.tf-heading2 {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.tf-input-text, .tf-input-calendar {
  border-radius: 4px;
  font-size: 1.6rem;
  display: block;
  width: 100%;
  padding: 10px 15px;
}

@media (min-width: 1024px) {
  .tf-input-text, .tf-input-calendar {
    padding: 15px;
    max-width: 468px;
  }
}

.tf-input-text::placeholder, .tf-input-calendar::placeholder {
  color: #D1D1D1;
}

.tf-input-text.has-border, .has-border.tf-input-calendar {
  border: 1px solid #D1D1D1;
}

.tf-input-calendar {
  position: relative;
  background-image: url(/img/autoparts/icon_calendar.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
}

.tf-input--checkboxA_input {
  display: none;
}

.tf-input--checkboxA_input:checked + label::after {
  background-image: url(/img/autoparts/icon_check-ckd.png);
}

.tf-input--checkboxA_label {
  display: block;
  position: relative;
  width: calc(100% - 40px);
  border-radius: 4px;
  border: 1px solid #fff;
  background-color: #fff;
}

.tf-input--checkboxA_label::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -12px;
  background-image: url(/img/autoparts/icon_check-emp.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.tf-input--checkboxA_label_presearch{
display:block;
position:relative;
border-radius:4px;
border:1px solid #fff;
background-color:#fff
}

.tf-input--checkboxB_input {
  display: none;
}

.tf-input--checkboxB_input:checked + label::after {
  background-image: url(/img/autoparts/icon_check-ckd.png);
}

.tf-input--checkboxB_label {
  display: block;
  position: relative;
  padding: 0 0 0 25px;
  border-radius: 4px;
  border: 1px solid #fff;
  background-color: #fff;
}

@media (min-width: 1024px) {
  .tf-input--checkboxB_label {
    padding: 0 0 0 25px;
  }
}

.tf-input--checkboxB_label::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  background-image: url(/img/autoparts/icon_check-emp.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.tf-input-select {
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  max-width: 468px;
}

.tf-input-select::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px solid #828282;
  border-bottom: 1px solid #828282;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: rotate(-45deg);
  margin-top: -8px;
}

.tf-input-select select {
  background: transparent;
  display: block;
  width: 100%;
  background-color: transparent;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 10px 40px 10px 15px;
}

@media (min-width: 1024px) {
  .tf-input-select select {
    padding: 15px;
    line-height: 1.5;
  }
}

.tf-input-select + .tf-input-text, .tf-input-select + .tf-input-calendar {
  margin-top: 15px;
}

.tf-input-agree {
  width: 100%;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.tf-input-agree.is-error{
margin-bottom:0
}

@media (min-width: 1024px) {
  .tf-input-agree {
    justify-content: center;
    margin-bottom: 30px;
  }
  .tf-input-agree.is-error{
    margin-bottom:0
  }
}

.tf-input-agree input[type="checkbox"] {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/img/autoparts/icon_check-emp.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1, 1);
  margin-right: 10px;
}

.tf-input-agree input[type="checkbox"]:checked {
  background-image: url(/img/autoparts/icon_check-ckd.png);
}

@media (min-width: 1024px) {
  .tf-input-agree input[type="checkbox"] {
    margin-right: 15px;
  }
}

.tf-input-agree p {
  width: calc(100% - 34px);
}

@media (min-width: 1024px) {
  .tf-input-agree p {
    width: calc(100% - 39px);
  }
}

.tf-input-agree a {
  color: #0085C7;
}

.tf-form-item.is-error .tf-input-text, .tf-form-item.is-error .tf-input-calendar {
  background-color: #FFF0F0;
  border: 1px solid #FFCFCF;
  padding: 9px 15px;
}

@media (min-width: 1024px) {
  .tf-form-item.is-error .tf-input-text, .tf-form-item.is-error .tf-input-calendar {
    padding: 14px 15px;
  }
}

.tf-form-item.is-error .tf-input-select {
  background-color: #FFF0F0;
  border: 1px solid #FFCFCF;
}

.tf-form-item.is-error .tf-input-select select {
  padding: 9px 40px 9px 15px;
}

@media (min-width: 1024px) {
  .tf-form-item.is-error .tf-input-select select {
    padding: 14px 15px;
  }
}

.tf-form-item.is-error .tf-input--checkboxA_input:checked + label::after {
  background-image: url(/img/autoparts/icon_check-ckd.png);
}

.tf-form-item.is-error .tf-input--checkboxA_label {
  background-color: #FFF0F0;
  border: 1px solid #FFCFCF;
}

.tf-form-item.is-error .tf-input--checkboxA_label::after {
  background-image: url(/img/autoparts/icon_check-err.png);
}

.tf-form-item.is-error .tf-form-item_error {
  display: block;
}

.tf-label {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -7px;
}

@media (min-width: 1024px) {
  .tf-label {
    margin: 0 0 -10px;
  }
}

.tf-label li {
  display: inline-block;
  background-color: #D6ECEE;
  font-size: 1.2rem;
  padding: 5px 15px;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 7px;
}

@media (min-width: 1024px) {
  .tf-label li {
    margin-bottom: 10px;
  }
}

.tf-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  border-top: 1px solid #D1D1D1;
  line-height: 1.4;
}

.tf-list dt {
  color: #686868;
  width: 100px;
  border-bottom: 1px solid #D1D1D1;
  padding: 15px 20px 15px 0;
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .tf-list dt {
    padding: 15px 20px;
    width: 165px;
  }
}

.tf-list dd {
  width: calc(100% - 100px);
  font-weight: bold;
  border-bottom: 1px solid #D1D1D1;
  padding: 15px 0;
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .tf-list dd {
    padding: 15px 0;
    width: calc(100% - 165px);
  }
}

.tf-list-check {
  font-size: 1.6rem;
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .tf-list-check {
    margin-top: 20px;
  }
}

.tf-list-check_item + .tf-list-check_item {
  margin-top: 15px;
}

.tf-list-check_input {
  display: none;
}

.tf-list-check_input:checked + .tf-list-check_txt {
  background-image: url(/img/autoparts/icon_check-ckd.png);
}

.tf-list-check_txt {
  padding: 0 0 0 40px;
  display: block;
  position: relative;
  background-image: url(/img/autoparts/icon_check-emp.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 24px;
  line-height: 24px;
}

.tf-list-tire {
  background-color: #fff;
  padding: 0 15px;
  border-radius: 4px;
}

@media (min-width: 1024px) {
  .tf-list-tire {
    padding: 0 30px;
  }
}

.tf-list-tire_item + .tf-list-tire_item {
  border-top: 1px solid #D1D1D1;
}

.tf-list-tire_item .tf-select-tire {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1024px) {
  .tf-list-tire_item .tf-select-tire:hover {
    cursor: auto;
  }
}

.tf-list-tire_item .tf-select-tire_txt {
  color: inherit;
}

.tf-main {
  background-color: #F7F7F7;
  padding: 15px 0 40px;
}

@media (min-width: 1024px) {
  .tf-main {
    padding: 30px 0;
  }
}

.tf-modal-btn {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}

@media (min-width: 1024px) {
  .tf-modal-btn {
    display: none;
  }
}

.tf-modal-btn_sort span {
  display: inline-block;
  background-image: url(/img/autoparts/icon_sort.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 20px;
}

.tf-modal-btn_code span {
  display: inline-block;
  background-image: url(/img/autoparts/icon_code.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 18px;
}

.tf-modal-btn .tf-button {
  width: calc(50% - 5px);
}

.tf-result {
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  padding: 30px 0;
}

@media (min-width: 1024px) {
  .tf-result {
    border-top: none;
    padding: 0 0 40px;
  }
}

.tf-result_txt {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 20px;
}

@media (min-width: 1024px) {
  .tf-result_txt {
    font-size: 2.4rem;
  }
}

.tf-result_txt span {
  color: #BF0000;
  margin-right: 5px;
}

@media (min-width: 1024px) {
  .tf-result_label {
    display: flex;
  }
}

.tf-result_label p {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .tf-result_label p {
    width: 230px;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .tf-result_label ul {
    width: calc(100% - 230px);
    padding: 0 0 0 20px;
  }
}

.tf-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  padding: 0 15px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}

@media (min-width: 1024px) {
  .tf-search {
    pointer-events: auto;
    opacity: 1;
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    background-color: transparent;
  }
}

@media (min-width: 1024px) {
  .tf-search + .tf-search {
    margin-top: 40px;
  }
}

.tf-search.is-show {
  pointer-events: auto;
  opacity: 1;
}

.tf-search.is-sort .tf-search_ttl {
  background-image: url(/img/autoparts/icon_sort.png);
}

.tf-search.is-code .tf-search_ttl {
  background-image: url(/img/autoparts/icon_code.png);
}

.tf-search_contents {
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  padding: 10px 10px 15px;
}

@media (min-width: 1024px) {
  .tf-search_contents {
    background-color: transparent;
    padding: 0;
  }
}

.tf-search_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left center;
  border-bottom: 2px solid #BF0000;
  padding: 15px 0 15px 25px;
  margin: 0 0 20px;
}

@media (min-width: 1024px) {
  .tf-search_ttl {
    margin: 0;
    font-size: 1.4rem;
    padding: 10px 0 10px 23px;
  }
}

@media (min-width: 1024px) {
  .tf-search_body {
    background-color: #fff;
    padding: 15px;
    border-radius: 0 0 4px 4px;
  }
}

@media (min-width: 1024px) {
  .tf-search_body .tf-input-text, .tf-search_body .tf-input-calendar {
    font-size: 1.4rem;
  }
}

.tf-search_list li + li {
  margin-top: 15px;
}

.tf-search_btns {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
}

@media (min-width: 1024px) {
  .tf-search_btns {
    margin-top: 15px;
  }
}

.tf-search_btns .tf-button {
  width: calc(50% - 5px);
}

@media (min-width: 1024px) {
  .tf-search_btns .tf-button {
    width: 100%;
    font-size: 1.4rem;
    min-height: 35px;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .tf-search_btns .tf-button.is-white {
    display: none;
  }
}

.tf-select-tire {
  padding: 20px 15px;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}

@media (min-width: 1024px) {
  .tf-select-tire {
    flex-direction: row;
  }
  .tf-select-tire:hover {
    cursor: pointer;
  }
}

.tf-select-tire_img {
  width: 100px;
}

.tf-select-tire_img img {
  display: block;
  width: 100%;
}

.tf-select-tire_body {
  width: calc(100% - 100px);
  padding: 0 10px 0 0;
}

@media (min-width: 1024px) {
  .tf-select-tire_body {
    padding: 0 0 0 30px;
  }
}

.tf-select-tire_txt {
  font-size: 1.6rem;
  color: #0085C7;
  line-height: 1.25;
}

.tf-select-tire_num {
  width: 100px;
  font-size: 1.6rem;
  line-height: 1.25;
  position: absolute;
  top: 110px;
  right: 15px;
  text-align: center;
}

@media (min-width: 1024px) {
  .tf-select-tire_num {
    width: auto;
    text-align: left;
    position: static;
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

.tf-shop {
  padding: 20px 15px;
  position: relative;
}

@media (min-width: 1024px) {
  .tf-shop {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px 25px;
  }
}

.tf-shop_name {
  padding: 0 0 0 115px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  min-height: 80px;
}

@media (min-width: 1024px) {
  .tf-shop_name {
    width: 100%;
    padding: 0;
    font-size: 2rem;
    margin-bottom: 15px;
    min-height: 0;
  }
}

.tf-shop_img {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 100px;
}

@media (min-width: 1024px) {
  .tf-shop_img {
    position: static;
    width: 240px;
  }
}

.tf-shop_img img {
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {
  .tf-shop_info {
    width: calc(100% - 240px);
    padding: 0 0 0 15px;
  }
}

.tf-shop_address {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #0085C7;
  background-image: url(/img/autoparts/icon_pin.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  display: block;
  padding: 0 0 0 15px;
}

.tf-shop_list {
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 0 0 12px;
}

.tf-shop_list::after {
  content: '';
  display: block;
  clear: both;
}

.tf-shop_list dt {
  clear: both;
  float: left;
  color: #686868;
  margin: 6px 0 0;
}

@media (min-width: 1024px) {
  .tf-shop_list dt {
    margin: 10px 0 0;
  }
}

.tf-shop_list dt:nth-of-type(1) {
  width: 75px;
}

.tf-shop_list dt:nth-of-type(2) {
  width: 120px;
}

@media (min-width: 1024px) {
  .tf-shop_list dt:nth-of-type(2) {
    clear: none;
  }
}

.tf-shop_list dt:nth-of-type(3) {
  width: 60px;
}

.tf-shop_list dt:nth-of-type(4) {
  width: 75px;
}

.tf-shop_list dt:nth-of-type(5) {
  width: 75px;
}

.tf-shop_list dt:nth-of-type(6) {
  width: 100px;
}

.tf-shop_list dd {
  float: left;
  font-weight: bold;
  margin: 6px 0 0;
}

@media (min-width: 1024px) {
  .tf-shop_list dd {
    margin: 10px 0 0;
  }
}

.tf-shop_list dd:nth-of-type(1) {
  width: calc(100% - 75px);
}

@media (min-width: 1024px) {
  .tf-shop_list dd:nth-of-type(1) {
    width: calc(50% - 75px);
  }
}

.tf-shop_list dd:nth-of-type(2) {
  width: calc(100% - 120px);
}

@media (min-width: 1024px) {
  .tf-shop_list dd:nth-of-type(2) {
    width: calc(50% - 120px);
  }
}

.tf-shop_list dd:nth-of-type(3) {
  width: calc(100% - 60px);
}

.tf-shop_list dd:nth-of-type(4) {
  width: calc(100% - 75px);
}

.tf-shop_list dd:nth-of-type(5) {
  width: calc(100% - 75px);
}

.tf-shop_list dd:nth-of-type(6) {
  width: calc(100% - 100px);
}

.tf-shop_label {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -5px;
}

@media (min-width: 1024px) {
  .tf-shop_label {
    margin: 15px 0 -10px;
  }
}

.tf-shop_label li {
  display: inline-block;
  background-color: #D6ECEE;
  font-size: 1.2rem;
  padding: 5px 15px;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
}

@media (min-width: 1024px) {
  .tf-shop_label li {
    margin-bottom: 10px;
  }
}

.tf-step_list {
  display: flex;
  justify-content: center;
}

.tf-step_item {
  position: relative;
  padding: 22px 12px 0;
}

@media (min-width: 1024px) {
  .tf-step_item {
    padding: 35px 55px 0;
  }
}

.tf-step_item.is-current .tf-step_txt {
  color: #BF0000;
  font-weight: bold;
}

.tf-step_item.is-current .tf-step_txt::before {
  border: 6px solid #BF0000;
  background-color: #fff;
}

.tf-step_item.is-done + .tf-step_item::before {
  background-color: #BF0000;
}

.tf-step_item.is-done .tf-step_txt::before {
  border: none;
  background-color: #BF0000;
}

.tf-step_item.is-done .tf-step_txt::after {
  content: '';
  display: block;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 6px;
  left: 50%;
  margin-left: -5px;
  transform: rotate(-45deg);
}

.tf-step_item + .tf-step_item::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: #D1D1D1;
  position: absolute;
  top: 9px;
  left: -12px;
}

@media (min-width: 1024px) {
  .tf-step_item + .tf-step_item::before {
    width: 120px;
    left: -60px;
  }
}

.tf-step_txt {
  font-size: 1rem;
}

@media (min-width: 1024px) {
  .tf-step_txt {
    font-size: 1.4rem;
  }
}

.tf-step_txt::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #D1D1D1;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
}

.tf-submit {
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .tf-submit {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
}

.tf-submit_btn {
  padding: 0 5px;
}

.tf-submit.is-double {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .tf-submit.is-double {
    justify-content: center;
  }
}

.tf-submit.is-double .tf-button {
  width: calc(50% - 5px);
}

@media (min-width: 1024px) {
  .tf-submit.is-double .tf-button {
    width: 304px;
    margin: 0 10px;
  }
}

.tf-submit--fix {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #F7F7F7;
  padding: 30px 15px;
}

.tf-text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 15px 0;
}

.tf-text a {
  color: #0085C7;
}

.tf-text--red {
  color: #BF0000;
}

.tf-text--bold {
  font-weight: bold;
}

.tf-text--small {
  font-size: 1.4rem;
}

@media (min-width: 1024px) {
  .tf-text--pc-right {
    text-align: right;
  }
}

.tf-ticket {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .tf-ticket {
    padding: 5px 25px;
  }
}

.tf-ticket_item {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 10px 0;
}

@media (min-width: 1024px) {
  .tf-ticket_item {
    font-size: 1.4rem;
    padding: 15px 0;
  }
}

.tf-ticket_item + .tf-ticket_item {
  border-top: 1px solid #D1D1D1;
}

.tf-title {
  padding: 20px 0;
}

@media (min-width: 1024px) {
  .tf-title {
    padding: 40px 0;
  }
}

.tf-title_txt {
  color: #BF0000;
  font-size: 2rem;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .tf-title_txt {
    font-size: 2.4rem;
  }
}

.tf-attention {
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #fff;
  padding: 15px 15px;
  background: #FFFFFF;
  border: 1px solid #4D4D4D;
  box-sizing: border-box;
  border-radius: 4px;
}

@media (min-width: 1024px) {
  .tf-attention {
    padding: 15px;
  }
}

.tf-attention_lead {
  font-weight: bold;
  margin-bottom: 15px;
}
/* aaaaa */
