@charset "utf-8";
:root {
  --page-black: #121212;
  --page-blue: #0081D1;
  --page-dark-blue: #1A274B;
  --page-green: #169E00;
  --page-red: #D60E19;
  --page-light-gray: #F3F3F3;
  --page-light-blue: #E9F6FF;
  --page-light-red: #FFF6EF;
  --page-transition: all 0.3s 0s ease;
}
.page p {
  color: var(--page-black);
}
.page p:first-of-type {
  margin: 0;
}
.page a {
  color: var(--page-blue);
}
@media screen and (min-width:441px) {
  .page {
    font-size: 1.15em;
    padding: 0 0 2em 0;
    margin: 0 auto;
    width: 940px;
  }
  .page p {
    margin: 1em 0 0 0;
    padding: 0;
  }
  .page .sp {
    display: none;
  }
  .page > div:not(:first-of-type) {
    margin: 5em 0 0 0;
  }
  .page h2 {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .page h2 img {
    margin: 0 0 1.5em 0;
  }
  .page h2 + p {
    color: var(--page-dark-blue);
    font-size: 1.25em;
    font-weight: bold;
    padding: 0;
    text-align: center;
  }
  .page .lineup_btn {
    border: solid 1px var(--page-green);
    width: 375px;
    margin: 2em auto 0 auto;
  }
  .page .lineup_btn a {
    color: var(--page-green);
    display: block;
    font-size: 1.25em;
    font-weight: bold;
    padding: 0.75em 0;
    text-align: center;
    width: 100%;
  }
  .page .lineup_btn a img {
    height: auto;
    margin-left: 10px;
    vertical-align: middle;
    width: 16px;
  }
  .page .point {
    background-color: #E0F3FF;
    margin-top: 6em !important;
    padding-top: 8em;
  }
  .page .point h3 {
    background-image: url("/parts/contents/newlifepack/point_bg_1.png"),url("/parts/contents/newlifepack/point_bg_2.png");
    background-position: left top, right top;
    background-repeat: no-repeat;
    height: 155px;
    margin: 0;
    padding: 85px 0 0 0;
    position: absolute;
    text-align: center;
    top: -3em;
    width: 100%;
  }
  .page .point > div {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    margin: 0 35px;
    padding: 0 0 35px 0;
  }
  .page .point .title {
    background-color: var(--page-blue);
    border-radius: 17px;
    margin-bottom: 0.9em;
    padding: 0 0 0 50px;
    display: flex;
  }
  .page .point .title h4 {
    align-items: center;
    color: #FFF;
    display: flex;
    font-size: 1.25em;
    font-weight: bold;
    margin: 0;
    padding: 3px 0;
  }
  .page .point .title h4 span {
    border: solid 1px #FFF;
    font-size: 0.65em;
    font-weight: normal;
    padding: 0 5px;
    margin-left: 10px;
  }
  .page .point .title p {
    left: 10px;
    position: absolute;
    top: -5px;
  }
  .page .point .text strong {
    background :linear-gradient(transparent 50%, #FFFF95 50%);
    font-weight: normal;
  }
  .page .warranty {
    border: solid 2px var(--page-green);
    padding: 43px;
  }
  .page .warranty h3 {
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .page .warranty h3 + div {
    display: grid;
    gap: 20px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 285px;
    margin-top: 1em;
  }
  .page .warranty > div {
    margin-top: 3em;
  }
  .page .warranty h3 + div strong {
    color: var(--page-red);
  }
  .page .warranty h4 {
    border: solid 1px var(--page-dark-blue);
    color: var(--page-dark-blue);
    font-size: 1.55em;
    font-weight: bold;
    margin: 0 0 0.8em 0;
    padding: 5px;
    text-align: center;
  }
  .page .warranty h4 strong {
    color: var(--page-red);
  }
  .page .warranty .case_list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 1em 0;
    padding: 0;
  }
  .page .compare h3 {
    text-align: center;
    color: var(--page-dark-blue);
    font-size: 1.8em;
    font-weight: bold;
    padding: 0;
  }
  .page .compare h3 strong {
    font-size: 1.15em;
    line-height: 1;
    margin: 0 0.2em;
    padding: 0 0.2em;
  }
  .page .compare h3 strong:nth-of-type(1) {
    background-color: var(--page-light-red);
    color: var(--page-red);
  }
  .page .compare h3 strong:nth-of-type(2) {
    background-color: var(--page-light-blue);
    color: var(--page-blue);
  }
  .page .compare table {
    margin: 2em auto;
    width: 840px;
  }
  .page .compare table td,
  .page .compare table th {
    vertical-align: middle;
    text-align: center;
    border: solid 1px var(--page-black);
    border-bottom: none;
    border-left: none;
  }
  .page .compare table td:last-of-type,
  .page .compare table tr:nth-of-type(1) th:last-of-type {
    border-right: none;
  }
  .page .compare table tr:nth-of-type(1) th {
    border-top: none;
  }
  .page .compare table td {
    font-weight: bold;
    padding: 20px 0;
  }
  .page .compare table th {
    font-size: 1.05em;
    font-weight: bold;
    padding: 7px 0;
  }
  .page .compare table th:nth-of-type(1) {
    font-size: 1.15em;
  }
  .page .compare table img {
    height: auto;
    width: 28px;
  }
  .page .compare table th:not(:first-of-type) {
    width: 13%;
  }
  .page .compare table tr:nth-of-type(2) th {
    background-color: #FAD1C2;
  }
  .page .compare table tr:nth-of-type(2) td {
    background-color: var(--page-light-red);
  }
  .page .compare table tr:nth-of-type(3) th {
    background-color: #C8E5F6;
  }
  .page .compare table tr:nth-of-type(3) td {
    background-color: var(--page-light-blue);
  }
  .page .compare .summary p {
    color: var(--page-dark-blue);
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .page .compare .summary p:nth-of-type(1) {
    font-size: 2.25em;
  }
  .page .compare .summary p:nth-of-type(1) strong {
    color: var(--page-red);
    font-size: 1.35em;
    line-height: 1;
    padding-left: 5px;
  }
  .page .compare .summary p:nth-of-type(2) {
    font-size: 1.35em;
    margin-top: 0.7em;
  }
  .page #lineup {
    border-top: solid 6px;
    border-image: linear-gradient(to right, #B8D561, #169E00, #169E00, #169E00) 1;
  }
  .page #lineup .title {
    margin: 2em 0;
  }
  .page #lineup .title p {
    color: var(--page-dark-blue);
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .page #lineup .title p:nth-of-type(1) {
    font-size: 1.85em;
  }
  .page #lineup .title p:nth-of-type(2) {
    font-size: 1.15em;
    margin-top: 0.75em;
  }
  .page #lineup .title p:nth-of-type(2) strong {
    color: var(--page-red);
    line-height: 1;
  }
  .page #lineup .table {
    align-items: start;
    border: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .page #lineup .table strong {
    color: var(--page-red);
  }
  .page #lineup .table ul {
    width: 10%;
  }
  .page #lineup .table dl {
    width: 15%;
  }
  .page #lineup .table dl:hover dt,
  .page #lineup .table dl:hover dd {
    background-color: var(--page-light-red);
  }
  .page #lineup .table li,
  .page #lineup .table dt,
  .page #lineup .table dd {
    border: solid 1px var(--page-black);
    border-left: none;
    border-top: none;
    color: var(--page-black);
    text-align: center;
  }
  .page #lineup .table li:last-of-type,
  .page #lineup .table dd:last-of-type {
    border-bottom: none;
  }
  .page #lineup .table dl:last-of-type dt,
  .page #lineup .table dl:last-of-type dd {
    border-right: none;
  }
  .page #lineup .table li {
    align-items: center;
    background-color: #F3F3F3;
    display: flex;
    font-size: 0.9em;
    font-weight: bold;
    height: 60px;
    justify-content: center;
  }
  .page #lineup li:nth-of-type(1) {
    height: 175px;
  }
  .page #lineup li.price {
    height: 125px;
  }
  .page #lineup li.price::after {
    content: "";
  }
  .page #lineup .table dt {
    align-items: center;
    border-bottom: none;
    display: flex;
    font-weight: bold;
    height: 60px;
    justify-content: center;
    line-height: 1.35;
  }
  .page #lineup dd.photo {
    align-items: flex-start;
    height: 115px;
  }
  .page #lineup dd {
    align-items: center;
    height: 60px;
    display: flex;
    justify-content: center;
  }
  .page #lineup dd.price {
    align-items: baseline;
    border-bottom: none;
    color: var(--page-red);
    font-size: 1.35em;
    font-weight: bold;
    height: 60px;
    padding: 20px 0 0 0;
  }
  .page #lineup dd.price span {
    font-size: 0.65em;
    padding-left: 2px;
  }
  .page #lineup dd.price::after {
    content: "";
  }
  .page #lineup dd.link {
    align-items: flex-start;
    height: 65px;
    padding: 0;
  }
  .page #lineup dd.link a {
    background-color: var(--page-red);
    border-radius: 5px;
    border-bottom: solid 3px #8F0000;
    color: #FFF;
    display: block;
    font-size: 0.85em;
    padding: 5px;
    text-align: center;
    width: 65%;
  }
  .page #lineup dd.link a:hover {
    opacity: 1;
  }
}
@media screen and (max-width:440px) { 
  .page {
    font-size: 0.85em;
    padding-bottom: 2em;
    width: 100%;
  }
  .page * {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .page p {
    margin: 1em 0 0 0;
    padding: 0;
  }
  .page .pc {
    display: none;
  }
  .page > div:not(:first-of-type) {
    margin: 3em 0 0 0;
  }
  .page h2 {
    margin: 0;
    padding: 0;
  }
  .page h2 img:nth-of-type(1) {
    padding: 20px 0 0 0;
  }
  .page h2 img:nth-of-type(2) {
    padding: 10px 13px 0 13px;
  }
  .page h2 + p {
    color: var(--page-dark-blue);
    font-size: 1em;
    font-weight: bold;
    padding: 0;
    text-align: left;
    width: 92%;
    margin: 0.5em auto 0 auto !important;
  }
  .page .lineup_btn {
    border: solid 1px var(--page-green);
    width: 80%;
    margin: 1em auto 0 auto;
  }
  .page .lineup_btn a {
    color: var(--page-green);
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 0.75em 0;
    text-align: center;
    width: 100%;
  }
  .page .lineup_btn a img {
    height: 1em;
    margin-left: 5px;
    vertical-align: middle;
    width: auto;
  }
  .page .point {
    background-color: #E0F3FF;
    margin-top: 6em !important;
    padding-top: 6em;
  }
  .page .point h3 {
    background-image: url("/parts/contents/newlifepack/point_bg_1.png"),url("/parts/contents/newlifepack/point_bg_2.png");
    background-position: left top 15px, right -20px top;
    background-repeat: no-repeat;
    background-size: 100px auto, 100px auto;
    height: 120px;
    margin: 0;
    padding: 70px 0 0 0;
    position: absolute;
    text-align: center;
    top: -3em;
    width: 100%;
  }
  .page .point h3 img {
    width: 90%;
  }
  .page .point > div {
    margin: 0 4%;
    padding: 0 0 2em 0;
  }
  .page .point .title {
    background-color: var(--page-blue);
    border-radius: 17px;
    margin: 1.5em 0 0.75em 0;
    padding: 0 0 0 40px;
    display: flex;
  }
  .page .point .title h4 {
    align-items: center;
    color: #FFF;
    display: flex;
    font-size: 1.25em;
    font-weight: bold;
    margin: 0;
    padding: 3px 0;
  }
  .page .point .title h4 span {
    border: solid 1px #FFF;
    font-size: 0.65em;
    font-weight: normal;
    padding: 0 5px;
    margin-left: 10px;
  }
  .page .point .title p {
    left: 10px;
    position: absolute;
    top: -2px;
    width: 25px;
  }
  .page .point .text strong {
    background :linear-gradient(transparent 50%, #FFFF95 50%);
    font-weight: normal;
  }
  .page .warranty {
    border: solid 2px var(--page-green);
    padding: 1em 4%;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 92%;
  }
  .page .warranty h3 {
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .page .warranty h3 + div {
    margin-top: 0.5em;
  }
  .page .warranty h3 + div > p {
    margin-top: 1em;
    text-align: center;
  }
  .page .warranty h3 + div > p img {
    width: 80%;
  }
  .page .warranty > div {
    margin-top: 2em;
  }
  .page .warranty h3 + div strong {
    color: var(--page-red);
  }
  .page .warranty h4 {
    border: solid 1px var(--page-dark-blue);
    color: var(--page-dark-blue);
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 0.8em 0;
    padding: 5px;
    text-align: center;
  }
  .page .warranty h4 strong {
    color: var(--page-red);
  }
  .page .warranty .case_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 1em 0;
    padding: 0;
  }
  .page .warranty .case_list li {
    width: 48.5%;
  }
  .page .compare h3 {
    text-align: center;
    color: var(--page-dark-blue);
    font-size: 1.65em;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 0;
  }
  .page .compare h3 strong {
    line-height: 1;
    margin: 0 0.15em;
    padding: 0 0.2em;
  }
  .page .compare h3 strong:nth-of-type(1) {
    background-color: var(--page-light-red);
    color: var(--page-red);
  }
  .page .compare h3 strong:nth-of-type(2) {
    background-color: var(--page-light-blue);
    color: var(--page-blue);
  }
  .page .compare table {
    margin: 1em auto;
    width: 92%;
  }
  .page .compare table td,
  .page .compare table th {
    vertical-align: middle;
    text-align: center;
    border: solid 1px var(--page-black);
    border-bottom: none;
    border-left: none;
  }
  .page .compare table td:last-of-type,
  .page .compare table tr:nth-of-type(1) th:last-of-type {
    border-right: none;
  }
  .page .compare table tr:nth-of-type(1) th {
    border-top: none;
  }
  .page .compare table td {
    font-weight: bold;
    padding: 15px 0;
  }
  .page .compare table th {
    font-size: 0.85em;
    font-weight: bold;
    line-height: 1.2;
    padding: 7px 0;
  }
  .page .compare table th:nth-of-type(1) {
    font-size: 0.9em;
  }
  .page .compare table img {
    height: auto;
    width: 20px;
  }
  .page .compare table th:not(:first-of-type) {
    width: 13.5%;
  }
  .page .compare table tr:nth-of-type(2) th {
    background-color: #FAD1C2;
  }
  .page .compare table tr:nth-of-type(2) td {
    background-color: var(--page-light-red);
  }
  .page .compare table tr:nth-of-type(3) th {
    background-color: #C8E5F6;
  }
  .page .compare table tr:nth-of-type(3) td {
    background-color: var(--page-light-blue);
  }
  .page .compare .summary p {
    color: var(--page-dark-blue);
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .page .compare .summary p:nth-of-type(1) {
    font-size: 1.65em;
  }
  .page .compare .summary p:nth-of-type(1) strong {
    color: var(--page-red);
    font-size: 1.35em;
    line-height: 1;
    padding-left: 2px;
  }
  .page .compare .summary p:nth-of-type(2) {
    font-size: 1.35em;
    margin-top: 0.7em;
  }
  .page #lineup {
    border-top: solid 6px;
    border-image: linear-gradient(to right, #B8D561, #169E00, #169E00, #169E00) 1;
  }
  .page #lineup .title {
    margin: 1.5em 0;
  }
  .page #lineup .title p {
    color: var(--page-dark-blue);
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .page #lineup .title p:nth-of-type(1) {
    font-size: 1.45em;
    line-height: 1.3;
  }
  .page #lineup .title p:nth-of-type(2) {
    font-size: 1.15em;
    margin-top: 0.5em;
  }
  .page #lineup .title p:nth-of-type(2) strong {
    color: var(--page-red);
    line-height: 1;
  }
  .page #lineup .table {
    align-items: start;
    border: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 940px;
  }
  .page #lineup .table strong {
    color: var(--page-red);
  }
  .page #lineup .table ul {
    width: 10%;
  }
  .page #lineup .table dl {
    width: 15%;
  }
  .page #lineup .table dl:hover dt,
  .page #lineup .table dl:hover dd {
    background-color: var(--page-light-red);
  }
  .page #lineup .table li,
  .page #lineup .table dt,
  .page #lineup .table dd {
    border: solid 1px var(--page-black);
    border-left: none;
    border-top: none;
    color: var(--page-black);
    text-align: center;
  }
  .page #lineup .table li:last-of-type,
  .page #lineup .table dd:last-of-type {
    border-bottom: none;
  }
  .page #lineup .table dl:last-of-type dt,
  .page #lineup .table dl:last-of-type dd {
    border-right: none;
  }
  .page #lineup .table li {
    align-items: center;
    background-color: #F3F3F3;
    display: flex;
    font-size: 1em;
    font-weight: bold;
    height: 45px;
    justify-content: center;
  }
  .page #lineup li:nth-of-type(1) {
    height: 165px;
  }
  .page #lineup li.price {
    height: 100px;
  }
  .page #lineup li.price::after {
    content: "";
  }
  .page #lineup .table dt {
    align-items: center;
    border-bottom: none;
    display: flex;
    font-size: 1.15em;
    font-weight: bold;
    height: 50px;
    justify-content: center;
    line-height: 1.35;
  }
  .page #lineup dd.photo {
    align-items: flex-start;
    height: 115px;
  }
  .page #lineup dd {
    align-items: center;
    height: 45px;
    display: flex;
    justify-content: center;
  }
  .page #lineup dd.price {
    align-items: baseline;
    border-bottom: none;
    color: var(--page-red);
    font-size: 1.75em;
    font-weight: bold;
    height: 50px;
    padding: 15px 0 0 0;
  }
  .page #lineup dd.price span {
    font-size: 0.65em;
    padding-left: 2px;
  }
  .page #lineup dd.price::after {
    content: "";
  }
  .page #lineup dd.link {
    align-items: flex-start;
    height: 50px;
    padding: 0;
  }
  .page #lineup dd.link a {
    background-color: var(--page-red);
    border-radius: 5px;
    border-bottom: solid 3px #8F0000;
    color: #FFF;
    display: block;
    font-size: 0.85em;
    padding: 5px;
    text-align: center;
    width: 65%;
  }
  .page #lineup dd.link a:hover {
    opacity: 1;
  }
}