/**
 * Foundation
**/
/**
 * Component
**/
/**
 * Project
**/
.p-contact-area {
  padding: 30.5px 29px 31.2px;
}
@media screen and (max-width: 767px) {
  .p-contact-area {
    padding: 24.8px 22.5px 21.1px;
  }
}
.p-contact-area .contact {
  display: flex;
  justify-content: space-between;
  max-width: 894px;
  width: 100%;
  margin: 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-contact-area .contact {
    flex-wrap: nowrap;
    padding: 21px 20px 18px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-area .contact {
    flex-wrap: wrap;
    padding: 15px;
    border-radius: 4px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-area .contact__tel, .p-contact-area .contact__fax {
    max-width: 405px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-area .contact__tel, .p-contact-area .contact__fax {
    max-width: 767px;
    width: 100%;
  }
}
.p-contact-area .contact__tel:first-child, .p-contact-area .contact__fax:first-child {
  margin-right: 21px;
  padding-right: 21px;
  border-right: 2px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-contact-area .contact__tel:first-child, .p-contact-area .contact__fax:first-child {
    margin: 0 0 20px;
    padding: 0;
    border-right: 0;
    border-bottom: 2px dashed #ccc;
  }
}
.p-contact-area .contact__tel .tel__box,
.p-contact-area .contact__tel .fax__box, .p-contact-area .contact__fax .tel__box,
.p-contact-area .contact__fax .fax__box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #75CE97;
}
@media screen and (min-width: 768px) {
  .p-contact-area .contact__tel .tel__box,
  .p-contact-area .contact__tel .fax__box, .p-contact-area .contact__fax .tel__box,
  .p-contact-area .contact__fax .fax__box {
    height: 55px;
    font-size: 24px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-area .contact__tel .tel__box,
  .p-contact-area .contact__tel .fax__box, .p-contact-area .contact__fax .tel__box,
  .p-contact-area .contact__fax .fax__box {
    height: 50px;
    font-size: 22px;
    border-radius: 4px;
  }
}
.p-contact-area .contact__tel .tel__ttl, .p-contact-area .contact__fax .tel__ttl {
  color: #4a9d6a;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .p-contact-area .contact__tel .tel__ttl, .p-contact-area .contact__fax .tel__ttl {
    margin: 26px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-area .contact__tel .tel__ttl, .p-contact-area .contact__fax .tel__ttl {
    margin: 17px 0 6px;
  }
}
.p-contact-area .contact__tel .tel__ttl:before, .p-contact-area .contact__fax .tel__ttl:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 18px;
  background: url("/information/assets/images/support/chair/parts/icon_customer_tel.svg") no-repeat center center;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .p-contact-area .contact__tel .tel__ttl:before, .p-contact-area .contact__fax .tel__ttl:before {
    margin: 4px 3.8px 4px 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-area .contact__tel .tel__ttl:before, .p-contact-area .contact__fax .tel__ttl:before {
    margin: 4px 3.8px 4px 0px;
  }
}
.p-contact-area .contact__tel .fax__ttl, .p-contact-area .contact__fax .fax__ttl {
  color: #4a9d6a;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .p-contact-area .contact__tel .fax__ttl, .p-contact-area .contact__fax .fax__ttl {
    margin: 26px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-area .contact__tel .fax__ttl, .p-contact-area .contact__fax .fax__ttl {
    margin: 14px 0 6px;
  }
}
.p-contact-area .contact__tel .fax__ttl:before, .p-contact-area .contact__fax .fax__ttl:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 18px;
  background: url("/information/assets/images/support/chair/parts/icon_customer_fax.svg") no-repeat center center;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .p-contact-area .contact__tel .fax__ttl:before, .p-contact-area .contact__fax .fax__ttl:before {
    margin: 4px 5px 4px 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-area .contact__tel .fax__ttl:before, .p-contact-area .contact__fax .fax__ttl:before {
    margin: 4px 5px 4px 0px;
  }
}
.p-contact-area .contact__tel .tel__txt,
.p-contact-area .contact__tel .fax__txt, .p-contact-area .contact__fax .tel__txt,
.p-contact-area .contact__fax .fax__txt {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-contact-area .contact__tel .tel__txt,
  .p-contact-area .contact__tel .fax__txt, .p-contact-area .contact__fax .tel__txt,
  .p-contact-area .contact__fax .fax__txt {
    padding-left: 7px;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-area .contact__tel .tel__txt,
  .p-contact-area .contact__tel .fax__txt, .p-contact-area .contact__fax .tel__txt,
  .p-contact-area .contact__fax .fax__txt {
    padding-left: 0;
    letter-spacing: 0;
  }
}
.p-contact-area .contact__tel .tel__txt p:first-child,
.p-contact-area .contact__tel .fax__txt p:first-child, .p-contact-area .contact__fax .tel__txt p:first-child,
.p-contact-area .contact__fax .fax__txt p:first-child {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .p-contact-area .contact__tel .tel__txt p:first-child,
  .p-contact-area .contact__tel .fax__txt p:first-child, .p-contact-area .contact__fax .tel__txt p:first-child,
  .p-contact-area .contact__fax .fax__txt p:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-area .contact__tel .tel__txt p:first-child,
  .p-contact-area .contact__tel .fax__txt p:first-child, .p-contact-area .contact__fax .tel__txt p:first-child,
  .p-contact-area .contact__fax .fax__txt p:first-child {
    margin-bottom: 4px;
  }
}
.p-contact-area .contact__tel .tel__txt p:last-child,
.p-contact-area .contact__tel .fax__txt p:last-child, .p-contact-area .contact__fax .tel__txt p:last-child,
.p-contact-area .contact__fax .fax__txt p:last-child {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-contact-area .contact__tel .tel__txt p:last-child,
  .p-contact-area .contact__tel .fax__txt p:last-child, .p-contact-area .contact__fax .tel__txt p:last-child,
  .p-contact-area .contact__fax .fax__txt p:last-child {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-area .contact__tel .tel__txt p:last-child,
  .p-contact-area .contact__tel .fax__txt p:last-child, .p-contact-area .contact__fax .tel__txt p:last-child,
  .p-contact-area .contact__fax .fax__txt p:last-child {
    margin: 0 0 14px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-area .contact__tel .fax__txt p:last-child, .p-contact-area .contact__fax .fax__txt p:last-child {
    margin: 0;
  }
}
.p-contact-area .contact__tel {
  max-width: 428px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact-area .contact__tel {
    max-width: 767px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-page-title {
    height: 320px;
  }
}
h2.c-title02 {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
}
@media screen and (min-width: 768px) {
  h2.c-title02 {
    max-width: 624px;
    width: 65.68%;
    height: 73px;
    margin: 0 auto;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  h2.c-title02 {
    max-width: 335px;
    width: 100%;
    height: 63px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .c-block01 {
    padding: 31px 27px 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-block01 {
    padding: 25px 22px 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-block01:nth-of-type(2) {
    padding: 20px 22px 22px;
  }
}
.c-block01 .p-product__select {
  display: flex;
}
@media screen and (min-width: 768px) {
  .c-block01 .p-product__select {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .c-block01 .p-product__select {
    flex-wrap: wrap;
  }
}
.c-block01 .p-product__select .p-card {
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-block01 .p-product__select .p-card {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    padding: 18px 14px 20px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .c-block01 .p-product__select .p-card {
    margin-bottom: 20px;
    padding: 18px 15px 15px;
    border-radius: 4px;
  }
}
@media screen and (min-width: 768px) {
  .c-block01 .p-product__select .p-card:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-block01 .p-product__select .p-card:last-child {
    margin-bottom: 0;
  }
}
.c-block01 .p-product__select .p-card:hover {
  text-decoration: none;
}
.c-block01 .p-product__select .p-card p {
  font-size: 18px;
  color: #4a9d6a;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-block01 .p-product__select .p-card p {
    margin-bottom: 17px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .c-block01 .p-product__select .p-card p {
    margin-bottom: 12px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 767px) {
  .c-block01 .p-product__select .p-card:first-child .p-product img {
    max-width: 75px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-block01 .p-product__select .p-card:nth-child(2) .p-product {
    padding: 10px 0px;
  }
}
@media screen and (max-width: 767px) {
  .c-block01 .p-product__select .p-card:nth-child(2) .p-product img {
    max-width: 85px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-block01 .p-product__select .p-card:nth-child(3) {
    height: 193px;
  }
}
@media screen and (max-width: 767px) {
  .c-block01 .p-product__select .p-card:nth-child(3) .p-product img {
    max-width: 63px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-block01 .p-product__select .p-card:last-child .p-product img {
    max-width: 45px;
    height: auto;
  }
}
.c-block01 .p-product__select .p-card .p-product {
  width: 100%;
  text-align: center;
  background-color: #75CE97;
}
@media screen and (min-width: 768px) {
  .c-block01 .p-product__select .p-card .p-product {
    max-width: 167px;
    height: 167px;
    margin: 0 auto;
    padding: 17px 0px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .c-block01 .p-product__select .p-card .p-product {
    height: 118px;
    border-radius: 3px;
    padding: 7px 0px;
  }
}
@media screen and (max-width: 767px) {
  .c-block01 .p-product__select .p-card .p-product img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-block01__01 {
    margin: 100px 0 0 0;
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-block01__01 {
    margin: 35px 0 40px 0;
    padding-top: 22px;
  }
}
@media screen and (min-width: 768px) {
  .c-block01__01 .content:last-child .c-content04 {
    margin: 22px 0 20px;
    padding: 13px 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-block01__01 .content:last-child .c-content04 {
    margin: 20px 0 21px;
    padding: 15px 15px 20px;
  }
}
.c-block01__01 .content:last-child .content__description {
  align-items: center;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .c-block01__01 .content:last-child .content__description .description__list li {
    padding-left: 10px;
    text-indent: -6px;
  }
}
@media screen and (min-width: 768px) {
  .c-block01__02 {
    margin: 70px 0 40px 0;
  }
}
.c-block01__02 .c-content01__img > img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-block01__02 .c-content01__img > img {
    max-width: 87px;
    padding: 40% 0;
  }
}
@media screen and (max-width: 767px) {
  .c-block01__02 .c-content01__img > img {
    max-width: 103px;
    padding: 25px 0;
  }
}

@media screen and (min-width: 768px) {
  .c-caster-change .c-content04 {
    margin: 11px 0 20px;
    padding: 11px 18.2px 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-caster-change .c-content04 {
    margin: 21.5px 0 40px;
  }
}
.c-caster-change .c-content04__description {
  display: flex;
  justify-content: space-between;
}
.c-caster-change p{
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .c-caster-change .c-content04__description {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .c-caster-change .c-content04__description {
    flex-wrap: wrap;
    padding: 10px 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-caster-change .c-content04__description:nth-of-type(2) {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-caster-change__content .content .c-title03 {
    font-size: 20px;
  }
}
.c-caster-change__content .content__area dl dd {
  width: 100%;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .c-caster-change__content .content__area dl dd {
    margin-left: -1rem;
  }
}
.c-caster-change__content .content__description .dtarea {
  width: 100%;
  font-size: 18px;
  color: #DC5151;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-caster-change__content .content__description .dtarea {
    position: relative;
    right: 20px;
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .c-caster-change__content .content__description .dtarea {
    margin-bottom: 12px;
  }
}
.c-caster-change__content .content__description .dtarea:before {
  display: inline-block;
  content: "";
  background: url(/information/assets/images/support/icon_repair_01.svg) no-repeat center;
  width: 100%;
  height: 32px;
}
.c-caster-change__content .content__description .description__title {
  max-width: 200px;
  width: 100%;
  font-size: 18px;
  color: #4a9d6a;
}
@media screen and (min-width: 768px) {
  .c-caster-change__content .content__description .description__title {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .c-caster-change__content .content__description .description__title {
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 768px) {
  .c-caster-change__content .content__description .description__list {
    line-height: 2em;
  }
}
@media screen and (min-width: 768px) {
  .c-caster-change__content .content__description .description__list li {
    padding-left: 8px;
    text-indent: -8px;
  }
}
@media screen and (max-width: 767px) {
  .c-caster-change__content .content__description .description__list li {
    padding-left: 1rem;
    text-indent: -1rem;
  }
}
.c-caster-change__content .content__description .description__list li span {
  color: #DC5151;
}
@media screen and (min-width: 768px) {
  .c-caster-change__content .content__description .description .first__list {
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-caster-change__content .content__description .description .first__list {
    padding-bottom: 15px;
  }
}
.c-caster-change__content .content__description .description .second__list {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .c-caster-change__content .content:first-child .c-content04 {
    margin: 15px 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-caster-change__content .content:first-child .c-content04__description:first-child {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .c-caster-change__content .content:first-child .c-content04__description:last-child {
    padding: 0 15px 16px;
  }
}
.c-caster-change__content .content .c-button06 {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-caster-change__content .content .c-button06 {
    margin-top: 32px;
    max-width: 285px;
  }
}
@media screen and (max-width: 767px) {
  .c-caster-change__content .content .c-button06 {
    margin: 0 auto;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 350px) {
  .c-caster-change__content .content .c-button06 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-caster-change .product__select {
    margin: 30px 0 0 0;
    padding: 25px 30px 30px 28px;
  }
}
@media screen and (max-width: 767px) {
  .c-caster-change .product__select {
    margin-bottom: 35px;
  }
}
.c-caster-change .product__select .c-title03 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-caster-change .product__select .c-title03 {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 768px) {
  .table {
    width: 100%;
  }
  .table td {
    border: solid 0.5px #c0c0c0;
    padding: 3px 0px 0px 5px;
    vertical-align: middle;
  }
  .red {
    color: #DC5151;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .table {
    height: auto;
    font-size: 12px;
    width: 70vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .table tr {
    display: block;
    float: left;
    width: 33.3333333333%;
    vertical-align: middle;
  }
  .table td {
    border: solid 0.5px #c0c0c0;
    padding: 3px;
    display: block;
    text-align: center;
  }
  .table td:first-child {
    height: 55px;
  }
  .table td:nth-child(2) {
    height: 150px;
  }
  .year {
    white-space: nowrap;
    padding: 0px;
  }
  .red {
    color: #DC5151;
  }
}
/**
 * Utility
**//*# sourceMappingURL=support-index.css.map */