/* General settings */
/* Style for PCs */
@media screen and (min-width: 1025px) {
  /* Intro */
  .intromm {
    width: 100%;
    height: auto;
    display: block;
  }
  .intbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 80px 5%;
  }
  .intbody h1 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4em;
    color: #333;
    text-align: center;
  }
  .intbody p {
    display: block;
    width: 50%;
    height: 60px;
    font-size: 21px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0.5px;
    color: #fff;
    margin: 0 auto 40px;
    text-align: center;
    background-color: #000;
  }
  /* Agency */
  .agencymm {
    width: 100%;
    height: auto;
    display: block;
    padding: 100px 5% 0;
    position: relative;
    background-image:
      linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 1) 100%), url("../img/repair-warranty/main-bg.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center top;
    background-size: 100% auto, 100% auto;
  }
  .agencybody {
    width: 100%;
    height: auto;
    display: block;
    padding: 80px 5%;
    background: rgba(255, 255, 255, 0.85);
  }
  ul.corporate-logo {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin: 0 0 50px;
  }
  ul.corporate-logo li {
    width: 50%;
    max-width: 620px;
    height: auto;
    display: block;
  }
  .agencymm p {
    font-size: 18px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 1px;
    color: #333;
    text-align: center;
  }
  /* Plan */
  .planmm {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 5% 0;
    position: relative;
    background-image:
      linear-gradient(to top, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.95) 60%, #fff 100%), url("../img/repair-warranty/bottom-bg.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  .planmm .planbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 80px 5%;
    background: rgba(255, 255, 255, 0.85);
  }
  .planmm .planbody .titlemm h2 {
    margin-bottom: 30px;
  }
  .planmm .planbody .titlemm p {
    font-size: 18px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 1px;
    color: #333;
    text-align: center;
  }
  .plan-card.gold .plan-head, .plan-card.platinum .plan-head {
    border-radius: 16px 16px 0 0;
  }
  .plan-section {
    width: 100%;
    margin: 0 auto;
  }
  /*  .plan-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 38px;
  }*/
  .plan-grid {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
  .plan-grid .plan-card {
    width: calc((100% - 38px) / 2);
  }
  .plan-card {
    background: #fff;
    border: 1px solid;
  }
  .plan-card.gold {
    border-color: #e0bf3d;
    border-radius: 16px 16px 0 0;
  }
  .plan-card.platinum {
    border-color: #8fc9ff;
    border-radius: 16px 16px 0 0;
  }
  .plan-head {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fffaf0;
    text-shadow:
      0 1px 0 #333, 1px 0 0 #333, 0 -1px 0 #333, -1px 0 0 #333, 3px 5px 4px rgba(0, 0, 0, 0.45);
  }
  .plan-card.gold .plan-head {
    background: linear-gradient(135deg, #dfbb21 0%, #e8cf62 72%, #edd97a 72%, #e8d46b 100%);
  }
  .plan-card.platinum .plan-head {
    background: linear-gradient(90deg, #4f96d2 0%, #5b8fd5 55%, #6a4fd8 100%);
  }
  .plan-body {
    padding: 5% 8%;
    text-align: center;
  }
  .label {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
  }
  .count {
    margin-top: 10px;
    font-weight: 700;
    line-height: 1;
  }
  .count .num {
    font-size: 45px;
    color: #d92c1f;
    font-weight: bold;
  }
  .count .unit {
    margin-left: 8px;
    font-size: 24px;
    color: #111;
    vertical-align: baseline;
  }
  .divider {
    width: 82%;
    margin: 30px auto;
    border: 0;
    border-top: 1px solid #444;
  }
  .recommend-title {
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
  }
  .recommend-list {
    margin: 0;
    padding-left: 1.4em;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
    list-style: disc !important;
  }
  .recommend-list li {
    list-style: disc !important;
  }
  /* Contact button */
  .contact-buttonmm {
    width: 100%;
    height: auto;
    display: block;
  }
  .contact-buttonmm .contact-buttonbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 80px 5%;
    background-color: #f0f0f0;
  }
  .contact-buttonmm .contact-buttonbody .titlemm h2 {
    margin-bottom: 30px;
  }
  ul.contact-button {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
  }
  ul.contact-button li {
    width: 30%;
    height: auto;
    display: block;
  }
  ul.contact-button li a {
    width: 100%;
    height: 60px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    text-decoration: none;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 12px;
  }
  ul.contact-button li a:hover {
    opacity: 0.7;
  }
  ul.contact-button li a.tel-btn {
    background-color: #3c87f8;
  }
  ul.contact-button li a.line-btn {
    background-color: #00c84a;
  }
  ul.contact-button li p {
    text-align: center;
  }
  /* Points */
  .pointsmm {
    width: 100%;
    height: auto;
    display: block;
  }
  .pointsbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 10%;
  }
  .point-card {
    display: flex;
    align-items: flex-start;
    gap: 56px;
    padding: 38px 48px;
    border: 2px #111 solid;
    border-radius: 10px;
  }
  .point-card + .point-card {
    margin-top: 24px;
  }
  .point-box {
    width: 174px;
    min-width: 174px;
    height: 174px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    background: linear-gradient(135deg, #ff3225 0%, #ea1f11 100%);
    color: #ffffff;
    text-align: center;
    flex-shrink: 0;
  }
  .point-content {
    width: 100%;
    min-width: 0;
  }
  .point-box-label {
    font-size: 1.8rem;
    margin-bottom: 10px;
    white-space: nowrap;
    display: block;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
  }
  .point-heading {
    width: 100%;
    margin-bottom: 18px;
  }
  .point-box-number {
    display: block;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
  }
  .point-title {
    font-size: 30px;
    font-weight: normal;
    color: #111111;
    display: block;
    align-items: center;
    line-height: 50px;
    margin: 0;
  }
  .pt-mr15 {
    margin-right: 15px;
  }
  .point-badge {
    font-size: 20px;
    line-height: 45px;
    display: inline-flex;
    align-items: center;
    height: 45px;
    padding: 0 20px;
    background: #000000;
    color: #ffffff;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 8px;
  }
  .point-divider {
    margin-top: 18px;
    margin-bottom: 20px;
    width: 100%;
    border-top: 2px solid #9a9a9a;
  }
  .point-text {
    font-size: 18px;
    font-weight: normal;
    line-height: 2em;
    letter-spacing: 1px;
    color: #333;
  }
  .pdf-link {
    width: 40%;
    height: auto;
    display: block;
    margin: 50px auto 0px;
  }
  .pdf-link a {
    width: 100%;
    height: 60px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    text-decoration: none;
    background-color: #000;
    background-image: url("../img/repair-warranty/blank-icon.png");
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto 40%;
  }
  .pdf-link a:hover {
    opacity: 0.7;
  }
  /* BR */
  br.spbr {
    display: none;
  }
}
/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* Intro */
  .intromm {
    width: 100%;
    height: auto;
    display: block;
  }
  .intbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 80px 5% 50px;
  }
  .intbody h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4em;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
  }
  .intbody p {
    display: block;
    width: 60%;
    height: 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0.5px;
    color: #fff;
    margin: 0 auto 30px;
    text-align: center;
    background-color: #000;
  }
  /* Agency */
  .agencymm {
    width: 100%;
    height: auto;
    display: block;
    padding: 100px 5% 0;
    position: relative;
    background-image:
      linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 1) 100%), url("../img/repair-warranty/main-bg.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center top;
    background-size: 100% auto, 100% auto;
  }
  .agencybody {
    width: 100%;
    height: auto;
    display: block;
    padding: 80px 5%;
    background: rgba(255, 255, 255, 0.85);
  }
  ul.corporate-logo {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin: 0 0 50px;
  }
  ul.corporate-logo li {
    width: 50%;
    height: auto;
    display: block;
  }
  .agencymm p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 1px;
    color: #333;
  }
  /* Plan */
  .planmm {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 5% 0;
    position: relative;
    background-image:
      linear-gradient(to top, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.95) 60%, #fff 100%), url("../img/repair-warranty/bottom-bg.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  .planmm .planbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 80px 5%;
    background: rgba(255, 255, 255, 0.85);
  }
  .planmm .planbody .titlemm h2 {
    margin-bottom: 30px;
  }
  .planmm .planbody .titlemm p {
    font-size: 18px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 1px;
    color: #333;
    text-align: center;
  }
  .plan-card.gold .plan-head, .plan-card.platinum .plan-head {
    border-radius: 16px 16px 0 0;
  }
  .plan-section {
    width: 100%;
    margin: 0 auto;
  }
  /*  .plan-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 38px;
  }*/
  .plan-grid {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
  .plan-grid .plan-card {
    width: calc((100% - 38px) / 2);
  }
  .plan-card {
    background: #fff;
    border: 1px solid;
  }
  .plan-card.gold {
    border-color: #e0bf3d;
    border-radius: 16px 16px 0 0;
  }
  .plan-card.platinum {
    border-color: #8fc9ff;
    border-radius: 16px 16px 0 0;
  }
  .plan-head {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fffaf0;
    text-shadow:
      0 1px 0 #333, 1px 0 0 #333, 0 -1px 0 #333, -1px 0 0 #333, 3px 5px 4px rgba(0, 0, 0, 0.45);
  }
  .plan-card.gold .plan-head {
    background: linear-gradient(135deg, #dfbb21 0%, #e8cf62 72%, #edd97a 72%, #e8d46b 100%);
  }
  .plan-card.platinum .plan-head {
    background: linear-gradient(90deg, #4f96d2 0%, #5b8fd5 55%, #6a4fd8 100%);
  }
  .plan-body {
    padding: 5% 8%;
    text-align: center;
  }
  .label {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
  }
  .count {
    margin-top: 10px;
    font-weight: 700;
    line-height: 1;
  }
  .count .num {
    font-size: 45px;
    color: #d92c1f;
    font-weight: bold;
  }
  .count .unit {
    margin-left: 8px;
    font-size: 24px;
    color: #111;
    vertical-align: baseline;
  }
  .divider {
    width: 82%;
    margin: 30px auto;
    border: 0;
    border-top: 1px solid #444;
  }
  .recommend-title {
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
  }
  .recommend-list {
    margin: 0;
    padding-left: 1.4em;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
    list-style: disc !important;
  }
  .recommend-list li {
    list-style: disc !important;
  }
  /* Contact button */
  .contact-buttonmm {
    width: 100%;
    height: auto;
    display: block;
  }
  .contact-buttonmm .contact-buttonbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 80px 5%;
    background-color: #f0f0f0;
  }
  .contact-buttonmm .contact-buttonbody .titlemm h2 {
    margin-bottom: 30px;
  }
  ul.contact-button {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
  }
  ul.contact-button li {
    width: 40%;
    height: auto;
    display: block;
  }
  ul.contact-button li a {
    width: 100%;
    height: 60px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    text-decoration: none;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 12px;
  }
  ul.contact-button li a:hover {
    opacity: 0.7;
  }
  ul.contact-button li a.tel-btn {
    background-color: #3c87f8;
  }
  ul.contact-button li a.line-btn {
    background-color: #00c84a;
  }
  ul.contact-button li p {
    text-align: center;
  }
  /* Points */
  .pointsmm {
    width: 100%;
    height: auto;
    display: block;
  }
  .pointsbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 10%;
  }
  .point-card {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 30px;
    border: 2px #111 solid;
    border-radius: 10px;
  }
  .point-card + .point-card {
    margin-top: 24px;
  }
  .point-box {
    width: 120px;
    min-width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    background: linear-gradient(135deg, #ff3225 0%, #ea1f11 100%);
    color: #ffffff;
    text-align: center;
    flex-shrink: 0;
  }
  .point-content {
    width: 100%;
    min-width: 0;
  }
  .point-box-label {
    font-size: 1rem;
    margin-bottom: 10px;
    white-space: nowrap;
    display: block;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
  }
  .point-heading {
    width: 100%;
    margin-bottom: 18px;
  }
  .point-box-number {
    display: block;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
  }
  .point-title {
    font-size: 24px;
    font-weight: normal;
    color: #111111;
    display: block;
    line-height: 30px;
    margin: 0;
  }
  .point-badge {
    font-size: 18px;
    line-height: 40px;
    display: block;
    height: 40px;
    padding: 0 20px;
    background: #000000;
    color: #ffffff;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 8px;
    width: 150px;
    text-align: center;
    margin-top: 10px;
  }
  .point-divider {
    margin-top: 18px;
    margin-bottom: 20px;
    width: 100%;
    border-top: 2px solid #9a9a9a;
  }
  .point-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 1px;
    color: #333;
  }
  .pdf-link {
    width: 45%;
    height: auto;
    display: block;
    margin: 50px auto 0px;
  }
  .pdf-link a {
    width: 100%;
    height: 60px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    text-decoration: none;
    background-color: #000;
    background-image: url("../img/repair-warranty/blank-icon.png");
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto 40%;
  }
  .pdf-link a:hover {
    opacity: 0.7;
  }
  /* BR */
  br.spbr {
    display: none;
  }
}
/* Style for Smartphone */
@media screen and (max-width: 768px) {
  /* Intro */
  .intromm {
    width: 100%;
    height: auto;
    display: block;
  }
  .intbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 5%;
    background-color: #f0f0f0;
  }
  .intbody h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4em;
    color: #333;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: -0.03em;
  }
  .intbody p {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.5px;
    color: #fff;
    margin: 0 auto 20px;
    text-align: center;
    background-color: #000;
  }
  /* Agency */
  .agencymm {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 5% 0;
    position: relative;
    background-image:
      linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 100%), url("../img/repair-warranty/main-bg.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center top;
    background-size: cover, cover;
  }
  .agencybody {
    width: 100%;
    height: auto;
    display: block;
    padding: 40px 5%;
    background: rgba(255, 255, 255, 0.85);
  }
  ul.corporate-logo {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin: 0 0 20px;
  }
  ul.corporate-logo li {
    width: 70%;
    height: auto;
    display: block;
  }
  .agencymm p {
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 1px;
    color: #333;
  }
  /* Plan */
  .planmm {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 5% 0;
    position: relative;
    background-image:
      linear-gradient(to top, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.95) 60%, #fff 100%), url("../img/repair-warranty/bottom-bg.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  .planmm .planbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 30px 5% 40px;
    background: rgba(255, 255, 255, 0.85);
  }
  .planmm .planbody .titlemm h2 {
    margin-bottom: 30px;
  }
  .planmm .planbody .titlemm p {
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 1px;
    color: #333;
    text-align: center;
  }
  .plan-card.gold .plan-head, .plan-card.platinum .plan-head {
    border-radius: 16px 16px 0 0;
  }
  .plan-section {
    width: 100%;
    margin: 0 auto;
  }
  /*  .plan-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 38px;
  }*/
  .plan-grid {}
  .plan-grid .plan-card {
    width: 100%;
  }
  .plan-card {
    background: #fff;
    border: 1px solid;
  }
  .plan-card.gold {
    border-color: #e0bf3d;
    border-radius: 16px 16px 0 0;
    margin-bottom: 30px;
  }
  .plan-card.platinum {
    border-color: #8fc9ff;
    border-radius: 16px 16px 0 0;
  }
  .plan-head {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fffaf0;
    text-shadow:
      0 1px 0 #333, 1px 0 0 #333, 0 -1px 0 #333, -1px 0 0 #333, 3px 5px 4px rgba(0, 0, 0, 0.45);
  }
  .plan-card.gold .plan-head {
    background: linear-gradient(135deg, #dfbb21 0%, #e8cf62 72%, #edd97a 72%, #e8d46b 100%);
  }
  .plan-card.platinum .plan-head {
    background: linear-gradient(90deg, #4f96d2 0%, #5b8fd5 55%, #6a4fd8 100%);
  }
  .plan-body {
    padding: 20px 8%;
    text-align: center;
  }
  .label {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
  }
  .count {
    margin-top: 10px;
    font-weight: 700;
    line-height: 1;
  }
  .count .num {
    font-size: 30px;
    color: #d92c1f;
    font-weight: bold;
  }
  .count .unit {
    margin-left: 8px;
    font-size: 20px;
    color: #111;
    vertical-align: baseline;
  }
  .divider {
    width: 82%;
    margin: 15px auto !important;
    border: 0;
    border-top: 1px solid #444;
  }
  .recommend-title {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
  }
  .recommend-list {
    margin: 0;
    padding-left: 1.4em;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.9;
    list-style: disc !important;
  }
  .recommend-list li {
    list-style: disc !important;
  }
  /* Contact button */
  .contact-buttonmm {
    width: 100%;
    height: auto;
    display: block;
  }
  .contact-buttonmm .contact-buttonbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 40px 5%;
    background-color: #f0f0f0;
  }
  .contact-buttonmm .contact-buttonbody .titlemm h2 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    color: #222;
  }
  ul.contact-button {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
  }
  ul.contact-button li {
    width: 100%;
    height: auto;
    display: block;
  }
  ul.contact-button li a {
    width: 100%;
    height: 60px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    text-decoration: none;
    margin: 0 auto 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 12px;
  }
  ul.contact-button li a:hover {
    opacity: 0.7;
  }
  ul.contact-button li a.tel-btn {
    background-color: #3c87f8;
  }
  ul.contact-button li a.line-btn {
    background-color: #00c84a;
  }
  ul.contact-button li p {
    text-align: center;
  }
  /* Points */
  .pointsmm {
    width: 100%;
    height: auto;
    display: block;
  }
  .pointsbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 40px 10%;
  }
  .point-card {
    padding: 20px;
    border: 2px #111 solid;
    border-radius: 10px;
  }
  .point-card + .point-card {
    margin-top: 24px;
  }
  .point-box {
    width: 80px;
    min-width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    background: linear-gradient(135deg, #ff3225 0%, #ea1f11 100%);
    color: #ffffff;
    text-align: center;
    flex-shrink: 0;
  }
  .point-content {
    width: 100%;
    min-width: 0;
  }
  .point-box-label {
    font-size: 0.8rem;
    margin-bottom: 8px;
    white-space: nowrap;
    display: block;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
  }
  .point-heading {
    width: 100%;
    margin-bottom: 18px;
  }
  .point-box-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
  }
  .point-title {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    color: #111111;
    display: block;
    line-height: 30px;
    margin: 0;
  }
  .point-badge {
    font-size: 14px;
    line-height: 30px;
    display: block;
    height: 30px;
    padding: 0 20px;
    background: #000000;
    color: #ffffff;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 8px;
    width: 130px;
    text-align: center;
    margin: 10px auto 0;
  }
  .point-divider {
    margin-top: 18px;
    margin-bottom: 20px;
    width: 100%;
    border-top: 2px solid #9a9a9a;
  }
  .point-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    letter-spacing: 0.5px;
    color: #333;
  }
  .pdf-link {
    width: 100%;
    height: auto;
    display: block;
    margin: 40px auto 10px;
  }
  .pdf-link a {
    width: 100%;
    height: 60px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    text-decoration: none;
    background-color: #000;
    background-image: url("../img/repair-warranty/blank-icon.png");
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto 40%;
  }
  .pdf-link a:hover {
    opacity: 0.7;
  }
  /* BR */
  br.spbr {
    display: block;
  }
}