@charset "UTF-8";
@media only screen and (max-width: 750px) {
  #container {
    position: relative;
  }
}
header {
  overflow: hidden;
  background: linear-gradient(180deg, rgb(0, 0, 0), #525252);
  height: 50rem;
  position: relative;
}
header h1 {
  position: absolute;
  top: 3rem;
  left: 3rem;
  width: 39.5rem;
  z-index: 3;
}
header .language {
  position: absolute;
  right: 3rem;
  top: 3rem;
  z-index: 2;
}
header .language::after {
  content: "";
  color: #fff;
  display: block;
  width: 0.9rem;
  height: 100%;
  background: url(../images/common/lang_arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 1rem;
}
header .language select {
  cursor: pointer;
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  border: 1px solid rgba(255, 255, 255, 0.5);
  min-width: 14rem;
  border-radius: 0.4rem;
  padding: 0.5rem 1.5rem;
}
header .header_inner {
  width: 93.6rem;
  margin: auto;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
}
header .header_inner hgroup {
  position: relative;
  z-index: 2;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
header .header_inner hgroup a {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  color: inherit;
}
header .header_inner hgroup .ja {
  font-size: 4.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}
header .header_inner hgroup .en {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.04em;
}
header .header_inner figure {
  position: absolute;
  right: -10rem;
  top: 0;
  z-index: 1;
  width: 57rem;
}
header:not(.top) {
  height: 40rem;
}
header:not(.top) h1 {
  width: 28.5rem;
}
header:not(.top) .header_inner hgroup .small {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
header:not(.top) .header_inner figure {
  width: 45rem;
  right: 0;
}
@media screen and (max-width: 750px) {
  header {
    position: relative;
  }
  header h1 {
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 36rem;
  }
  header .language {
    position: absolute;
    right: 3rem;
    top: 2.4rem;
  }
  header .language::after {
    width: 1.2rem;
    right: 1rem;
  }
  header .language select {
    font-size: 2rem;
    min-width: unset;
    border-radius: 0.6rem;
    padding: 0rem 1.8rem;
    height: 5rem;
    min-height: unset;
  }
  header .header_inner {
    width: 100%;
    padding: 0 5vw;
  }
  header .header_inner hgroup {
    gap: 0.8rem;
  }
  header .header_inner hgroup .ja {
    font-size: 5.2rem;
  }
  header .header_inner hgroup .en {
    font-size: 1.8rem;
  }
  header .header_inner figure {
    position: absolute;
    right: -10rem;
    top: 0;
    z-index: 1;
    width: 57rem;
  }
  header:not(.top) {
    height: 30rem;
  }
  header:not(.top) h1 {
    width: 28.5rem;
  }
  header:not(.top) .header_inner hgroup {
    padding-top: 4rem;
  }
  header:not(.top) .header_inner hgroup .ja {
    font-size: 4rem;
    letter-spacing: 0.1em;
  }
  header:not(.top) .header_inner hgroup .small {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  header:not(.top) .header_inner figure {
    width: 35rem;
    right: 0;
  }
}

main .inner {
  margin: auto;
  width: 93.6rem;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
main .pagettl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 200;
  line-height: 1.5;
  margin-bottom: 5rem;
}
main .h_fill {
  height: 6.2rem;
  font-size: 1.8rem;
  font-weight: 400;
  background: #003366;
  padding-left: 2.8rem;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 2rem;
}
main .h_fill::before {
  content: "";
  display: block;
  height: 2px;
  width: 1.1rem;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  background: #fff;
}
main .h_fill.black {
  background: #000;
}
main .block + .block {
  margin-top: 6rem;
}
main .block_body {
  padding: 0 3rem;
}
main ul.list_reg > li {
  font-size: 1.4rem;
  padding-left: 1.5rem;
  line-height: 2;
}
main ul.list_reg > li + li {
  margin-top: 0.3em;
}
main ul.list_reg > li::before {
  content: "・";
  width: 1.5rem;
  display: inline-block;
  margin-left: -1.5rem;
  transform: scale(1.5);
  transform-origin: 70% 50%;
}
main .warranty_detail h3 {
  font-size: 1.8rem;
  font-weight: normal;
  margin: 1.5em auto 1.3em;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
main .warranty_detail h4 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 1.8em;
  margin-bottom: 0.8rem;
}
main .warranty_detail p {
  margin-top: 0.5em;
  font-size: 1.4rem;
  line-height: 1.8;
}
main .warranty_detail .alignright {
  text-align: right;
  margin-top: 2em;
}
main ul.num_reg > li {
  font-size: 1.4rem;
  padding-left: 2.5rem;
  line-height: 1.8;
}
main ul.num_reg > li + li {
  margin-top: 0.3em;
}
main ul.num_reg > li .num {
  width: 2.5rem;
  display: inline-block;
  margin-left: -2.5rem;
}
main ul.num_reg_2 > li {
  font-size: 1.4rem;
  padding-left: 2.5rem;
  line-height: 1.8;
}
main ul.num_reg_2 > li + li {
  margin-top: 0.3em;
}
main ul.num_reg_2 > li .num {
  width: 2.5rem;
  display: inline-block;
  margin-left: -2.5rem;
}
main ul.list_reg_small > li {
  font-size: 1.3rem;
  padding-left: 1.7rem;
  line-height: 2;
  margin-top: 0.1em;
}
main ul.list_reg_small > li::before {
  content: "・";
  width: 1.5rem;
  display: inline-block;
  margin-left: -1.5rem;
}
main ul.linelist {
  display: flex;
  flex-wrap: wrap;
}
main ul.linelist > li {
  width: 33.3333%;
  position: relative;
  padding: 0 3rem 3rem;
  margin-top: auto !important;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
main ul.linelist > li:nth-child(3n) {
  border-right: none;
}
main ul.linelist > li:nth-last-child(-n+3) {
  border-bottom: none;
}
main ul.linelist > li::before {
  content: "";
  display: block;
  width: 2.4rem;
  aspect-ratio: 1/1;
  background: #fff;
  position: absolute;
  top: -1.2rem;
  right: -1.2rem;
}
main ul.linelist > li::after {
  content: "";
  display: block;
  width: 2.4rem;
  aspect-ratio: 1/1;
  background: #fff;
  position: absolute;
  bottom: -1.2rem;
  right: -1.2rem;
}
main ul.linelist > li:nth-child(3n) {
  border-right: none;
}
main ul.linelist > li a {
  color: inherit;
}
main ul.linelist > li a figure {
  height: 20rem;
}
main ul.linelist > li a .txt {
  line-height: 1.5;
}
main ul.linelist > li a .txt .ja {
  font-size: 1.4rem;
  font-weight: 600;
}
main ul.linelist > li a .txt .en {
  font-size: 1.4rem;
  font-weight: 300;
  color: #003366;
}
main .btn_round {
  min-width: 14rem;
  height: 2.5rem;
  border: 1px solid rgba(0, 51, 102, 0.5);
  border-radius: 5rem;
  color: #003366;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 1;
  padding-top: 0.1em;
  transition: 0.3s ease;
  cursor: pointer;
}
main .btn_round::before {
  content: "";
  width: 0.4rem;
  background: url(../images/common/arrow_small.svg) center center no-repeat;
  background-size: contain;
  height: 100%;
  position: absolute;
  right: 0.8rem;
  top: 0;
  transition: 0.3s ease;
}
main .btn_round:hover {
  background: #003366;
  color: #fff;
}
main .btn_round:hover::before {
  filter: brightness(1000%);
}
main .btn_round_wrapper:hover .btn_round {
  background: #003366;
  color: #fff;
}
main .btn_round_wrapper:hover .btn_round::before {
  filter: brightness(1000%);
}
main .btn_reg {
  height: 6.2rem;
  font-size: 1.4rem;
  font-weight: 400;
  border: 2px solid #114BB2;
  background: #114BB2;
  min-width: 27rem;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 2rem;
  transition: 0.3s ease;
}
main .btn_reg::before {
  content: "";
  display: block;
  height: 2px;
  width: 1.4rem;
  position: absolute;
  left: -2px;
  top: calc(50% - 0.5px);
  background: #fff;
}
main .btn_reg::after {
  content: "";
  width: 0.6rem;
  background: url(../images/common/arrow_small.svg) center center no-repeat;
  background-size: contain;
  height: 100%;
  position: absolute;
  right: 1.4rem;
  top: 0;
  transition: 0.3s ease;
  filter: brightness(1000%);
}
main .btn_reg:hover {
  background: #fff;
  color: #114BB2;
}
main .btn_reg:hover::before {
  background: #114BB2;
}
main .btn_reg:hover::after {
  filter: none;
  right: 0.6rem;
}
@media only screen and (max-width: 750px) {
  main .inner {
    margin: auto;
    width: auto;
    padding-top: 0rem;
    padding-bottom: 12rem;
  }
  main .pagettl {
    font-size: 4.2rem;
    margin-bottom: 5rem;
  }
  main .h_fill {
    height: 12rem;
    font-size: 3.2rem;
    padding-left: 5vw;
    margin-bottom: 3rem;
  }
  main .h_fill::before {
    height: 2px;
    width: 0.6em;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    background: #fff;
  }
  main .block + .block {
    margin-top: 6rem;
  }
  main .block_body {
    padding: 0 5vw;
  }
  main .warranty_detail h3 {
    font-size: 3.2rem;
    font-weight: normal;
    margin: 1.5em auto 1.3em;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: center;
  }
  main .warranty_detail h4 {
    font-size: 3rem;
    font-weight: 500;
    margin-top: 1.8em;
    margin-bottom: 0.8rem;
  }
  main .warranty_detail p {
    margin-top: 0.5em;
    font-size: 2.8rem;
    line-height: 1.8;
  }
  main .warranty_detail .alignright {
    text-align: right;
  }
  main ul.num_reg > li {
    font-size: 2.8rem;
    padding-left: 4.5rem;
    line-height: 1.8;
  }
  main ul.num_reg > li + li {
    margin-top: 0.3em;
  }
  main ul.num_reg > li .num {
    width: 4.5rem;
    display: inline-block;
    margin-left: -4.5rem;
  }
  main ul.num_reg_2 > li {
    font-size: 2.8rem;
    padding-left: 4.5rem;
    line-height: 1.8;
  }
  main ul.num_reg_2 > li + li {
    margin-top: 0.3em;
  }
  main ul.num_reg_2 > li .num {
    width: 4.5rem;
    display: inline-block;
    margin-left: -4.5rem;
  }
  main ul.list_reg > li {
    font-size: 2.8rem;
    padding-left: 1em;
    line-height: 2;
  }
  main ul.list_reg > li + li {
    margin-top: 0.3em;
  }
  main ul.list_reg > li::before {
    content: "・";
    width: 1em;
    display: inline-block;
    text-align: center;
    margin-left: -1em;
    transform: scale(1.2);
    transform-origin: 70% 50%;
  }
  main ul.list_reg_small > li {
    font-size: 2.6rem;
    padding-left: 1em;
    line-height: 2;
    margin-top: 0.1em;
  }
  main ul.list_reg_small > li::before {
    content: "・";
    width: 1em;
    display: inline-block;
    margin-left: -1em;
    text-align: center;
  }
  main ul.linelist {
    display: flex;
    flex-wrap: wrap;
  }
  main ul.linelist > li {
    width: 33.3333%;
    position: relative;
    padding: 0 3rem 3rem;
    margin-top: auto !important;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  main ul.linelist > li:nth-child(3n) {
    border-right: unset;
  }
  main ul.linelist > li:nth-child(2n) {
    border-right: none;
  }
  main ul.linelist > li:nth-last-child(-n+3) {
    border-bottom: unset;
  }
  main ul.linelist > li a {
    color: inherit;
  }
  main ul.linelist > li a .txt {
    line-height: 1.5;
  }
  main ul.linelist > li a .txt .ja {
    font-size: 1.4rem;
    font-weight: 600;
  }
  main ul.linelist > li a .txt .en {
    font-size: 1.4rem;
    font-weight: 300;
    color: #003366;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  main ul.linelist {
    padding: 0 5vw;
  }
  main ul.linelist > li {
    margin-top: 0 !important;
    width: 50%;
    padding: 0 2rem 2rem;
    position: relative;
  }
  main ul.linelist > li:nth-child(n+3) {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  main ul.linelist > li:nth-child(n+3)::before {
    content: unset;
  }
  main ul.linelist > li:nth-child(3n+2), main ul.linelist > li:nth-child(3n+3) {
    border-left: unset;
  }
  main ul.linelist > li:nth-child(even) {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
  main ul.linelist > li:nth-child(even)::before {
    content: "";
    display: block;
    width: 2.4rem;
    aspect-ratio: 1/1;
    background: #fff;
    position: absolute;
    top: -1.2rem;
    left: -1.2rem;
  }
  main ul.linelist > li a .txt .ja {
    font-size: 2.6rem;
  }
  main ul.linelist > li a .txt .en {
    font-size: 2.1rem;
    font-weight: 300;
    color: #003366;
  }
}
@media only screen and (max-width: 750px) {
  main .btn_round {
    min-width: 14rem;
    height: 2.5rem;
    border: 1px solid rgba(0, 51, 102, 0.5);
    border-radius: 5rem;
    color: #003366;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    line-height: 1;
    padding-top: 0.1em;
    transition: 0.3s ease;
    cursor: pointer;
  }
  main .btn_round::before {
    content: "";
    width: 0.4rem;
    background: url(../images/common/arrow_small.svg) center center no-repeat;
    background-size: contain;
    height: 100%;
    position: absolute;
    right: 0.8rem;
    top: 0;
    transition: 0.3s ease;
  }
  main .btn_round:hover {
    background: #003366;
    color: #fff;
  }
  main .btn_round:hover::before {
    filter: brightness(1000%);
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  main .btn_round {
    height: 4.8rem;
    min-width: 20rem;
  }
  main .btn_round::before {
    width: 0.8rem;
    right: 1.2rem;
  }
}
@media only screen and (max-width: 750px) {
  main .btn_round_wrapper:hover .btn_round {
    background: #003366;
    color: #fff;
  }
  main .btn_round_wrapper:hover .btn_round::before {
    filter: brightness(1000%);
  }
}
@media only screen and (max-width: 750px) {
  main .btn_reg {
    height: 6.2rem;
    font-size: 1.4rem;
    font-weight: 400;
    border: 2px solid #114BB2;
    background: #114BB2;
    min-width: 27rem;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 2rem;
    transition: 0.3s ease;
  }
  main .btn_reg::before {
    content: "";
    display: block;
    height: 2px;
    width: 1.4rem;
    position: absolute;
    left: -2px;
    top: calc(50% - 0.5px);
    background: #fff;
  }
  main .btn_reg::after {
    content: "";
    width: 0.6rem;
    background: url(../images/common/arrow_small.svg) center center no-repeat;
    background-size: contain;
    height: 100%;
    position: absolute;
    right: 1.4rem;
    top: 0;
    transition: 0.3s ease;
    filter: brightness(1000%);
  }
  main .btn_reg:hover {
    background: #fff;
    color: #114BB2;
  }
  main .btn_reg:hover::before {
    background: #114BB2;
  }
  main .btn_reg:hover::after {
    filter: none;
    right: 0.6rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  main .btn_reg {
    height: 9rem;
    font-size: 2.8rem;
    min-width: 40rem;
  }
}

main.warrantyIndex .item {
  display: flex;
}
main.warrantyIndex .item li {
  width: 25%;
}
main.warrantyIndex .item li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: inherit;
  text-align: center;
}
main.warrantyIndex .item li a h3 {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 1rem auto 2.5rem;
}
main.warrantyIndex section#contact {
  background: #F1F1F1;
  text-align: center;
  padding: 7rem 0;
  margin-top: 8rem;
}
main.warrantyIndex section#contact h2 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
main.warrantyIndex section#contact .btn {
  margin-top: 3rem;
}
@media only screen and (max-width: 750px) {
  main.warrantyIndex .item {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 0rem;
  }
  main.warrantyIndex .item li {
    width: calc(50% - 0rem);
  }
  main.warrantyIndex .item li a h3 {
    font-size: 3.2rem;
    margin: 1rem auto 2.5rem;
  }
  main.warrantyIndex section#contact {
    padding: 7rem 0;
    margin-top: 8rem;
  }
  main.warrantyIndex section#contact h2 {
    font-size: 3.6rem;
  }
  main.warrantyIndex section#contact p {
    line-height: 2;
    text-align: left;
    padding: 0 5vw;
  }
  main.warrantyIndex section#contact .btn {
    margin-top: 6rem;
  }
}

main.item hgroup.iteminfo {
  display: grid;
  grid-template-columns: auto 46rem;
  margin-bottom: 8rem;
  gap: 2rem 3rem;
}
main.item hgroup.iteminfo .txt {
  grid-row: 1/2;
  grid-column: 1/2;
}
main.item hgroup.iteminfo .txt h2 {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 2rem;
}
main.item hgroup.iteminfo .txt .typenum {
  font-size: 1.2rem;
  margin-top: 1.5rem;
}
main.item hgroup.iteminfo .photo {
  grid-row: 1/3;
  grid-column: 2/3;
  place-content: center;
}
main.item hgroup.iteminfo .manual {
  grid-row: 2/3;
  grid-column: 1/2;
  place-content: end;
  padding-top: 1rem;
}
main.item hgroup.iteminfo .manual h3 {
  font-size: 1.2rem;
}
main.item hgroup.iteminfo .manual h3 .small {
  font-size: 1rem;
  font-weight: 400;
}
main.item hgroup.iteminfo .manual .btns {
  margin-top: 1.2rem;
  border-radius: 0.4rem;
  background: rgba(0, 0, 0, 0.05);
  height: 3.2rem;
  display: flex;
  position: relative;
  width: 25.4rem;
}
main.item hgroup.iteminfo .manual .btns a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
  font-size: 1.2rem;
  font-weight: 600;
  transition: 0.3s ease;
  letter-spacing: 0.05em;
}
main.item hgroup.iteminfo .manual .btns a:hover {
  opacity: 0.5;
}
main.item ul.item_guide_list li {
  margin-top: 2rem;
  display: flex;
  gap: 3rem;
}
main.item ul.item_guide_list li figure {
  width: 31rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0.8rem;
  overflow: hidden;
  flex-grow: 0;
  flex-shrink: 0;
}
main.item figure.wide {
  margin: 3rem auto;
  width: 100%;
  text-align: center;
}
main.item .indent_num {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.6rem;
  line-height: 2;
}
main.item .indent_num .num {
  position: absolute;
  top: 0.24em;
  left: 0;
  font-size: 85%;
  font-weight: 600;
}
main.item ul.list_reg li {
  font-size: 1.6rem;
}
main.item .block + .block {
  margin-top: 6rem;
}
@media only screen and (max-width: 750px) {
  main.item hgroup.iteminfo {
    display: block;
    padding: 0 5vw;
  }
  main.item hgroup.iteminfo .txt h2 {
    font-size: 3rem;
    margin-top: 2rem;
  }
  main.item hgroup.iteminfo .txt .typenum {
    font-size: 2.4rem;
    margin-top: 1.5rem;
  }
  main.item hgroup.iteminfo .photo {
    margin: 4rem 0;
  }
  main.item hgroup.iteminfo .manual h3 {
    font-size: 2.2rem;
  }
  main.item hgroup.iteminfo .manual h3 .small {
    font-size: 1.82rem;
  }
  main.item hgroup.iteminfo .manual .btns {
    margin-top: 2.4rem;
    border-radius: 0.8rem;
    height: 6rem;
    width: 100%;
  }
  main.item hgroup.iteminfo .manual .btns a {
    font-size: 2.1rem;
    transition: 0.3s ease;
    letter-spacing: 0.05em;
  }
  main.item hgroup.iteminfo .manual .btns a:hover {
    opacity: 0.5;
  }
  main.item ul.item_guide_list li {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  main.item ul.item_guide_list li figure {
    width: 100%;
    border-radius: 1.6rem;
  }
  main.item figure.wide {
    margin: 3rem auto;
    width: 100%;
    text-align: center;
  }
  main.item .indent_num {
    padding-left: 1.5em;
    font-size: 3rem;
  }
  main.item .indent_num .num {
    top: 0.2em;
  }
  main.item ul.list_reg li {
    font-size: 3rem;
  }
  main.item .block + .block {
    margin-top: 6rem;
  }
}
/*# sourceMappingURL=warranty.css.map */