
/* common */
.flex-uniform-vertical{
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.flex-uniform-horizontal{
  display: flex;
  justify-content: space-between;
}

.note-text-bottom-exclusive::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(/ucar/resource/pages/contents/jpucar/assets/materials/icon_box.svg);
  width: 16px;
  height: 16px;
  margin-bottom: -3px;
  margin-left: -1px;
}

.car-icon img {
  width: auto;
  height: 18px;
}

/* main */
#main {
  width: 1216px;
  padding-top: 48px;
  padding-bottom: 72px;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  #main {
    width: 100%;
  }
  #main .l-content__in__support {
    margin: 0 16.5px;
  }
}

/* top */
#top {
  margin-bottom: 72px;
}

#top .title__main {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 24px;
}

#top .title__sub {
  font-size: 16px;
  padding-bottom: 24px;
}

@media all and (max-width: 767px) {
  #top {
    max-width: 100%;
    margin: 0 16.5px;
  }

  #top .title__main {
    font-size: 20px;
    padding-bottom: 24px;
  }

  #top .title__img {
    padding-bottom: 24px;
    margin: 0 -16.5px;
  }

  #top .flex-img {
    width: 100%;
  }

  #top .title__sub {
    font-size: 16px;
    padding-bottom: 0px;
  }
}

/* sub */
#sub {
  width: 100%;
  margin-bottom: 72px;
}

#sub .item {
  width: 384px;
  height: 599px;
}

#sub .item-title {
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

#sub .item-title__label {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

#sub .item-subtitle__label {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

#sub .item-icon__label {
  width: 384px;

  font-size: 16px;
  line-height: 24px;
}

#sub .car-icon {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

@media all and (min-width: 768px) {
  #sub .item-description {
    display: flex;
    align-items: center;
    width: 384px;
    height: 132px;
    padding: 0 24px;
    background: #f9f9f9;
  }
}

#sub .item-description.order {
  padding: 24px;
}

#sub .item-description__text {
  color: #222222;
  font-size: 14px;
  line-height: 21px;
}

#sub .item-link {
  height: 21px;
}

@media all and (max-width: 767px) {
  #sub {
    display: block;
    max-width: 100%;
    margin-bottom: 72px;
  }

  #sub .item {
    display: block;
    height: auto;
    width: 100%;
    margin-top: 56px;
  }

  #sub .item-title {
    height: 53px;
  }

  #sub .item-title__label {
    font-size: 16px;
  }

  #sub .item-subtitle__label {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 16px;
  }

  #sub .flex-img {
    width: 100%;
    padding-bottom: 16px;
  }

  #sub .item-icon__label {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 16px;
  }

  #sub .item-description {
    width: 100%;
    height: auto;
    margin-top: 16px;
    padding: 24px;
    background: #f9f9f9;
  }

  #sub .item-description__text {
    font-size: 12px;
    line-height: 18px;
  }

  #sub .item-button {
    margin-top:48px;
    width: 100%;
    height: 56px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    background-color: black;
  }
  
  #sub .item-button__text {
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }
}

/* outlet */
#outlet {
  width: 1008px;
  margin: 0 auto;
  margin-bottom: 72px;
  padding: 48px;
  background: #f9f9f9;
}

#outlet .item {
  width: 440px;
  height: 214px;
}

#outlet .item__title {
  align-self: stretch;
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

#outlet .item__text {
  align-self: stretch;
  color: #222222;
  font-size: 16px;
}

#outlet .item__link {
  width: 100%;
  font-size: 12px;
  font-weight: 600;
}

@media all and (max-width: 767px) {
  #outlet {
    display: block;
    padding: 24px;
    max-width: 100%;
    margin-bottom: 72px;
  }

  #outlet .flex-img {
    width: 100%;
    margin-bottom: 24px;
  }

  #outlet .item {
    display: block;
    width: 100%;
    height: auto;
  }

  #outlet .item__title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  #outlet .item__text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 24px;
  }
}

/* list */
#list {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 72px;
}

#list .title__label {
  color: #222222;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 48px;
}

#list .item-table {
  width: 100%;
}

#list .item-table colgroup col:not(:first-child) {
  width: 232px;
}

#list .item-table tr:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}

#list .item-table td {
  padding: 24px 0px 24px 32px;
  vertical-align: middle;
  text-align: center;
}

#list .item-thead__th {
  padding: 0;
}

#list .item-thead__label0 {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 53px;
  background-color: #f9f9f9;
  justify-content: center;
}

#list .item-thead__label {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 53px;
  background-color: #f9f9f9;
  justify-content: center;
}

@media all and (min-width: 768px) {
  #list .item-thead__label0 {
    margin-left: 32px;
  }
  #list .item-thead__label {
    padding-left: 32px;
  }
  
}

#list .item-tbody__th {
  padding: 24px 0;
  font-weight: 700;
  vertical-align: middle;
  font-size: 14px;
}

#list .car-icon {
  text-align: center;
}

#list .item-tbody__text {
  font-size: 14px;
  color: #222222;
}

#list .item-tbody__subtext {
  font-size: 12px;
  color: #222222;
}

#list .item-tbody__delivery {
  height: 177px;
  align-items: center;
}

#list .item-button {
  width: 200px;
  height: 48px;
  border: 1px black solid;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

#list .item-button__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

@media all and (max-width: 767px) {
  #list {
    width: 100%;
    max-width: 100%;
    margin-bottom: 72px;
  }

  #list .title__label {
    font-size: 20px;
    margin-bottom: 24px;
  }

  #list .item-overflow {
    width: auto;
    overflow-x: auto;
    margin-left: -16.5px;
    margin-right: -16.5px;
    /* Edge用 */
    -ms-overflow-style: none;
    /* Firefox用 */
    scrollbar-width: none;
  }

  #list .item-overflow::-webkit-scrollbar {
    /* ChromeとSafari用 */
    display: none;
  }

  #list .item-table {
    min-width: 438px;
    width: 100%;
    margin-left: 16.5px;
    margin-right: 16.5px;
  }

  #list .item-table td {
    min-width: 120px;
    padding: 16px 8px;
  }

  #list .item-table .car-icon img {
    height: 15px;
  }

  #list .item-tbody__th {
    min-width: 78px;
    font-size: 10px;
  }

  #list .item-tbody__text {
    font-size: 14px;
    font-weight: 300;
    white-space: pre-wrap;
  }

  #list .item-tbody__subtext {
    font-size: 10px;
  }

  #list .item-tbody__delivery {
    height: auto;
    align-items: center;
  }

  #list .item-tbody__delivery .item-tbody__text {
    min-height: 45px;
    margin-bottom: 8px;
  }

  #list .flex-img {
    width: 100%;
  }

  #list .item-button {
    width: 100%;
    height: 42px;
  }

  #list .item-button__text {
    font-size: 14px;
  }
}

/* aftersupport */
#aftersupport {
  width: 1008px;
  margin: 0 auto;
  margin-bottom: 72px;
}

#aftersupport .title__label {
  color: #222222;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 24px;
}

#aftersupport .item {
  width: 1008px;
  height: 300px;
  padding: 48px;
  border: 1px black solid;
}

#aftersupport .item-main {
  height: 159px;
}

#aftersupport .item-main__title {
  height: 60px;
  color: #222222;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

#aftersupport .item-main__description {
  height: 83px;
  width: 912px;
}

#aftersupport .item-main__text {
  color: #222222;
  font-size: 16px;
}

#aftersupport .item-main__subtext {
  color: #666666;
  font-size: 12px;
}

#aftersupport .item-link {
  height: 21px;
}

@media all and (max-width: 767px) {
  #aftersupport {
    height: auto;
    display: block;
    max-width: 100%;
    margin-bottom: 72px;
  }

  #aftersupport .title__label {
    font-size: 20px;
  }

  #aftersupport .item {
    display: block;
    width: 100%;
    height: auto;
    padding: 23px;
  }

  #aftersupport .item-main {
    display: block;
    height: auto;
  }

  #aftersupport .item-main__title {
    display: block;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 16px;
  }

  #aftersupport .item-main__description {
    display: block;
    height: auto;
    width: 100%;
    padding-bottom: 16px;
  }

  #aftersupport .item-main__text {
    font-size: 14px;
    line-height: 21px;
  }

  #aftersupport .item-main__subtext {
    font-size: 10px;
    line-height: 15px;
  }

  #aftersupport .item-link__text {
    font-size: 12px;
  }  
}

/* online */
#online {
  width: 100%;
}

#online .item {
  width: 1216px;
  height: 314px;
  padding: 48px;
  border: 1px black solid;
  position: relative;
}

#online .item__title {
  width: 653px;
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

#online .item__description {
  line-height: 18px;
}

#online .item__text {
  font-size: 12px;
}

#online .item__subtext {
  color: #666666;
  font-size: 12px;
}

#online .item-icon__label {
  font-size: 12px;
  margin-bottom: 8px;
}

#online .item-button {
  width: 310px;
  height: 48px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  background-color: black;
}

#online .item-button__text {
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

#online .item-img {
  height: 255px;
  width: 413px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media all and (max-width: 767px) {
  #online {
    display: block;
    height: auto;
    max-width: 100%;
  }

  #online .item {
    display: block;
    width: 100%;
    height: auto;
    padding: 23px;
  }

  #online .item__title {
    display: block;
    height: auto;
    width: calc(100% - 94px);
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 8px;
  }

  #online .item__description {
    width: calc(100% - 94px);
    margin-bottom: 18px;
  }

  #online .item__text {
    font-size: 12px;
  }

  #online .item__subtext {
    font-size: 10px;
    line-height: 15px;
  }

  #online .item-button {
    margin-top: 24px;
    width: 100%;
    height: 42px;
  }

  #online .item-button__text {
    color: white;
    font-size: 14px;
  }

  #online .item-img {
    height: 178px;
    width: 110px;
    position: absolute;
    right: 0;
    top: 0;
  }
}

/* tracking */
#tracking {
  width: 100%;
  height: 112px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: fixed;
  bottom: 0;
  background-color: white;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

#tracking .item-button {
  width: 592px;
  height: 64px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  background-color: black;
}

#tracking .item-button__text {
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

@media all and (max-width: 767px) { 
  #tracking {
    height: 104px;
    padding: 24px 16.5px;
  }

  #tracking .item-button {
    width: 100%;
    height: 56px;
  }

  #tracking .item-button__text {
    font-size: 14px;
  }
}