@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;900&display=swap");
/* 共通 */
html {
  -webkit-tap-highlight-color: transparent;
}

* {
  box-sizing: border-box;
}

@font-face {
  src: url("../fonts/NotoSansJP-Thin100.woff") format("woff");
  font-family: "Noto Sans JP 100";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Light300.woff") format("woff");
  font-family: "Noto Sans JP 300";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Regular400.woff") format("woff");
  font-family: "Noto Sans JP 400";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Medium500.woff") format("woff");
  font-family: "Noto Sans JP 500";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Bold700.woff") format("woff");
  font-family: "Noto Sans JP 700";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Black900.woff") format("woff");
  font-family: "Noto Sans JP 900";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/ShipporiMincho-Regular400.woff") format("woff");
  font-family: "shippori 400";
  font-style: normal;
  font-display: swap;
}
.margin-top30px {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .margin-top30px {
    margin-top: 15px;
  }
}

#page_download, #archive-news, #page_faq {
  background-color: #fff;
}
#page_download .column, #archive-news .column, #page_faq .column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  #page_download .column, #archive-news .column, #page_faq .column {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  #page_download .column, #archive-news .column, #page_faq .column {
    flex-direction: column-reverse;
  }
}
#page_download .column__main, #archive-news .column__main, #page_faq .column__main {
  width: calc(100% - 240px);
}
@media screen and (max-width: 767px) {
  #page_download .column__main, #archive-news .column__main, #page_faq .column__main {
    width: 100%;
  }
}
#page_download .column__sidebar, #archive-news .column__sidebar, #page_faq .column__sidebar {
  width: 210px;
}
@media screen and (max-width: 767px) {
  #page_download .column__sidebar, #archive-news .column__sidebar, #page_faq .column__sidebar {
    width: 100%;
  }
}

#page_download .page-ttl_h2 {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  #page_download .page-ttl_h2 {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  #page_download .page_download__sideber {
    margin-bottom: 50px;
  }
}
#page_download .page_download__sideber--box {
  border-top: 1px solid #7d7d7d;
  padding: 10px 20px;
  font-size: 1.6rem;
  line-height: 2.5rem;
}
#page_download .page_download__sideber--box:last-child {
  border-bottom: 1px solid #7d7d7d;
}
#page_download .page_download__sideber--box--cate {
  position: relative;
}
#page_download .page_download__sideber--box--cate::after {
  position: absolute;
  content: "";
  left: -16px;
  top: 6px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 12px;
  height: 14px;
}
#page_download .page_download__sideber--box--cate.active {
  color: #c71e1d;
}
#page_download .page_download__sideber--box--cate.active::after {
  background-color: #c71e1d;
}
@media screen and (max-width: 767px) {
  #page_download .page_download__sideber--box ul {
    display: flex;
    flex-wrap: wrap;
  }
}
#page_download .page_download__sideber--box ul.children li {
  padding-left: 20px;
}
#page_download .page_download__sideber--box ul.children li a {
  position: relative;
}
#page_download .page_download__sideber--box ul.children li a::after {
  position: absolute;
  content: "-";
  left: -7px;
  top: 0;
}
#page_download .page_download__sideber--box ul.children li a.active {
  color: #c71e1d;
}
#page_download .page_download__sideber li {
  list-style-type: none;
}
#page_download .page_download__main h2 {
  font-size: 2.2rem;
  line-height: 3.5rem;
  border-bottom: 1px solid #7d7d7d;
  padding-bottom: 5px;
  font-family: "Noto Sans JP 300";
  margin-bottom: 30px;
}
#page_download .page_download__main--list {
  display: flex;
  flex-wrap: wrap;
}
#page_download .page_download__main--list--item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #page_download .page_download__main--list--item {
    width: 48%;
    margin-right: 4%;
  }
}
#page_download .page_download__main--list--item:nth-child(3n) {
  margin-right: initial;
}
@media screen and (max-width: 767px) {
  #page_download .page_download__main--list--item:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  #page_download .page_download__main--list--item:nth-child(2n) {
    margin-right: initial;
  }
}
#page_download .page_download__main--list--item--img {
  width: 100%;
  margin-bottom: 10px;
}
#page_download .page_download__main--list--item--img img {
  width: 100%;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#page_download .page_download__main--list--item--version {
  display: inline-block;
  border: 1px solid #c71e1d;
  color: #c71e1d;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 0px 12px;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #page_download .page_download__main--list--item--version {
    font-size: 1.2rem;
  }
}
#page_download .page_download__main--list--item--p {
  font-size: 1.8rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  #page_download .page_download__main--list--item--p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
#page_download .download_btn {
  padding: 10px 24px;
  border: 1px solid #000;
  font-size: 1.4rem;
  margin-top: 10px;
  background-color: #fff;
  color: #000;
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_download .download_btn {
    width: 100%;
    text-align: center;
  }
}
#page_download .download_btn:hover {
  opacity: initial;
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #archive-news .archive-news__sidebar {
    margin-bottom: 50px;
  }
}
#archive-news .archive-news__sidebar--ttl {
  font-size: 1.6rem;
  font-family: "Noto Sans JP 300";
  padding-bottom: 10px;
  border-bottom: 1px solid #7d7d7d;
  margin-bottom: 10px;
}
#archive-news .archive-news__sidebar--item {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #archive-news .archive-news__sidebar ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width: 767px) {
  #archive-news .archive-news__sidebar ul li {
    margin-right: 15px;
  }
}
#archive-news .archive-news__sidebar ul li a {
  font-size: 1.6rem;
  color: #c71e1d;
  line-height: 2.5rem;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #archive-news .archive-news__sidebar ul li a {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  #archive-news .archive-news__sidebar ul li a {
    font-size: 1.4rem;
  }
}
#archive-news .archive-news__main a {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  position: relative;
  border-top: 1px solid #7d7d7d;
}
@media screen and (max-width: 480px) {
  #archive-news .archive-news__main a {
    padding: 15px 0;
  }
}
#archive-news .archive-news__main a::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 10px;
  background-image: url("../images/page/news-y.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#archive-news .archive-news__main a:last-child {
  border-bottom: 1px solid #7d7d7d;
}
#archive-news .archive-news__main--day, #archive-news .archive-news__main--ttl {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
#archive-news .archive-news__main--day {
  font-family: "Noto Sans JP 300";
  width: 115px;
}
#archive-news .archive-news__main--cate {
  margin-right: 20px;
  font-size: 1.2rem;
  display: inline-block;
  background-color: #c71e1d;
  color: #fff;
  padding: 5px 10px;
  line-height: 1.2rem;
}
#archive-news .archive-news__main--ttl {
  padding-right: 35px;
}
@media screen and (max-width: 480px) {
  #archive-news .archive-news__main--ttl {
    margin-top: 5px;
  }
}

#page_faq .page-ttl_h2 {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  #page_faq .page-ttl_h2 {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  #page_faq .page_faq__sideber {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  #page_faq .page_faq__sideber ul {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #7d7d7d;
    border-bottom: 1px solid #7d7d7d;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#page_faq .page_faq__sideber ul li {
  border-top: 1px solid #7d7d7d;
  padding: 15px 15px 15px 28px;
  font-size: 1.6rem;
  line-height: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_faq .page_faq__sideber ul li {
    padding: 0px 10px 0px 28px;
    border-top: none;
  }
}
#page_faq .page_faq__sideber ul li::after {
  position: absolute;
  content: "";
  left: 12px;
  top: 23px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 7px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  #page_faq .page_faq__sideber ul li::after {
    top: 7px;
  }
}
#page_faq .page_faq__sideber ul li.active a {
  color: #c71e1d;
}
#page_faq .page_faq__sideber ul li.active::after {
  background-color: #c71e1d;
}
#page_faq .page_faq__sideber ul li:last-child {
  border-bottom: 1px solid #7d7d7d;
}
@media screen and (max-width: 767px) {
  #page_faq .page_faq__sideber ul li:last-child {
    border-bottom: none;
  }
}
#page_faq .page_faq__main h2 {
  font-size: 2.2rem;
  line-height: 3.5rem;
  padding-bottom: 5px;
  font-family: "Noto Sans JP 300";
  border-bottom: 1px solid #7d7d7d;
}
#page_faq .page_faq__main--item {
  width: 100%;
}
#page_faq .page_faq__main--item--ttl {
  display: flex;
  padding: 20px 0;
  position: relative;
  border-bottom: 1px solid #7d7d7d;
}
@media screen and (max-width: 480px) {
  #page_faq .page_faq__main--item--ttl {
    padding: 10px 0;
  }
}
#page_faq .page_faq__main--item--ttl::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 13px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/page/faq-y.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform-origin: 0 0;
  transition: ease 0.2s;
}
@media screen and (max-width: 480px) {
  #page_faq .page_faq__main--item--ttl::after {
    right: 4px;
  }
}
#page_faq .page_faq__main--item--ttl.open::after {
  transform: scale(1, -1) translateY(-50%);
}
#page_faq .page_faq__main--item h3 {
  font-size: 1.6rem;
  line-height: 2.5rem;
  padding-right: 75px;
  font-family: "Noto Sans JP 300";
}
@media screen and (max-width: 480px) {
  #page_faq .page_faq__main--item h3 {
    padding-right: 35px;
  }
}
#page_faq .page_faq__main--item--q, #page_faq .page_faq__main--item--a {
  color: #c71e1d;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  #page_faq .page_faq__main--item--q, #page_faq .page_faq__main--item--a {
    margin-right: 6px;
    margin-left: 3px;
  }
}
#page_faq .page_faq__main--item--q {
  line-height: 2rem;
}
#page_faq .page_faq__main--item--a {
  line-height: 2.5rem;
}
#page_faq .page_faq__main--item--content {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 30px;
  display: none;
}
@media screen and (max-width: 480px) {
  #page_faq .page_faq__main--item--content {
    padding: 15px;
  }
}
#page_faq .page_faq__main--item--content--text {
  display: flex;
}
#page_faq .page_faq__main--item--content--text--nai h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  padding-bottom: 3px;
  padding-left: 15px;
  border-left: 2px solid #c71e1d;
  margin-bottom: 15px;
  padding-right: initial;
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  #page_faq .page_faq__main--item--content--text--nai h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding-left: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
#page_faq .page_faq__main--item--content--text h4 {
  font-size: 1.8rem;
  line-height: 3rem;
  font-family: "Noto Sans JP 300";
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  #page_faq .page_faq__main--item--content--text h4 {
    font-size: 1.6rem;
    line-height: 2.5rem;
    margin-bottom: 10px;
  }
}
#page_faq .page_faq__main--item--content--text a {
  color: #c71e1d;
  border-bottom: 1px solid #c71e1d;
}
#page_faq .page_faq__main--item--content--text__contact a {
  border-bottom: initial;
}
#page_faq .page_faq__main--item--content p {
  font-size: 1.6rem;
  line-height: 3rem;
}

#page_maintenance {
  background-color: #fff;
}
#page_maintenance .page_maintenance__user .page-ttl_h2 {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  #page_maintenance .page_maintenance__user .page-ttl_h2 {
    width: 92%;
  }
}
#page_maintenance .page_maintenance__user--block {
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.1);
}
#page_maintenance .page_maintenance__user--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  #page_maintenance .page_maintenance__user--list {
    width: 92%;
  }
}
@media screen and (max-width: 1120px) {
  #page_maintenance .page_maintenance__user--list {
    justify-content: center;
  }
}
#page_maintenance .page_maintenance__user--list--item {
  width: 31%;
  position: relative;
}
@media screen and (max-width: 1120px) {
  #page_maintenance .page_maintenance__user--list--item {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  #page_maintenance .page_maintenance__user--list--item {
    width: 100%;
  }
}
@media screen and (max-width: 1120px) {
  #page_maintenance .page_maintenance__user--list--item:first-child {
    margin-right: 4%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #page_maintenance .page_maintenance__user--list--item:first-child {
    width: 100%;
    margin-right: initial;
  }
}
@media screen and (max-width: 767px) {
  #page_maintenance .page_maintenance__user--list--item:first-child::after {
    display: none;
  }
}
#page_maintenance .page_maintenance__user--list--item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #000;
  right: -5.5%;
  top: 0;
}
@media screen and (max-width: 1120px) {
  #page_maintenance .page_maintenance__user--list--item::after {
    right: -4.2%;
  }
}
#page_maintenance .page_maintenance__user--list--item:last-child::after {
  display: none;
}
@media screen and (max-width: 1120px) {
  #page_maintenance .page_maintenance__user--list--item:nth-child(2n) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1120px) {
  #page_maintenance .page_maintenance__user--list--item:nth-child(2n)::after {
    display: none;
  }
}
#page_maintenance .page_maintenance__user--list--item--ttl {
  background-color: #c71e1d;
  font-size: 2rem;
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-family: "Noto Sans JP 300";
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #page_maintenance .page_maintenance__user--list--item--ttl {
    font-size: 1.8rem;
  }
}
#page_maintenance .page_maintenance__user--list--item--tel {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 15px;
}
#page_maintenance .page_maintenance__user--list--item--tel01 {
  font-size: 2.2rem;
  font-family: "Noto Sans JP 300";
}
#page_maintenance .page_maintenance__user--list--item--tel02 {
  font-size: 3.6rem;
  font-family: "Noto Sans JP 300";
}
#page_maintenance .page_maintenance__user--list--item--eigyo {
  font-size: 1.6rem;
  text-align: center;
  padding-top: 10px;
}
#page_maintenance .page_maintenance__period {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  #page_maintenance .page_maintenance__period {
    width: 92%;
  }
}
#page_maintenance .page_maintenance__period__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #page_maintenance .page_maintenance__period__list {
    flex-direction: column;
    align-items: center;
  }
}
#page_maintenance .page_maintenance__period__list--item {
  width: 31%;
  background-color: rgba(0, 0, 0, 0.1);
  color: #c71e1d;
  text-align: center;
  font-family: "Noto Sans JP 300";
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 30px;
}
@media screen and (max-width: 767px) {
  #page_maintenance .page_maintenance__period__list--item {
    width: 330px;
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  #page_maintenance .page_maintenance__period__list--item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #page_maintenance .page_maintenance__period__list--item:nth-child(1), #page_maintenance .page_maintenance__period__list--item:nth-child(2) {
    margin-bottom: 30px;
  }
}
#page_maintenance .page_maintenance__period__list--item--ttl {
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #page_maintenance .page_maintenance__period__list--item--ttl {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 13px;
  }
}
#page_maintenance .page_maintenance__period__list--item--ttl.original {
  margin-bottom: 0;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  #page_maintenance .page_maintenance__period__list--item--ttl.original {
    margin-bottom: 0;
    margin-top: 30px;
  }
}
#page_maintenance .page_maintenance__period__list--item--img {
  margin-bottom: 20px;
}
#page_maintenance .page_maintenance__period__list--item--img img {
  width: 130px;
  max-width: 100%;
  height: 130px;
  max-height: 100%;
}
@media screen and (max-width: 480px) {
  #page_maintenance .page_maintenance__period__list--item--img img {
    height: 100px;
    width: 100px;
  }
}
#page_maintenance .page_maintenance__period__list--item--year {
  margin-bottom: 30px;
}
#page_maintenance .page_maintenance__period__list--item--year span:nth-child(1) {
  font-size: 5.5rem;
  font-weight: bold;
  text-shadow: 1px 1px 1px #C71E1D;
}
@media screen and (max-width: 480px) {
  #page_maintenance .page_maintenance__period__list--item--year span:nth-child(1) {
    font-size: 4.4rem;
    font-weight: bold;
  }
}
#page_maintenance .page_maintenance__period__list--item--year span:nth-child(2) {
  font-size: 2.8rem;
  font-weight: bold;
  text-shadow: 1px 1px 1px #C71E1D;
  padding-left: 5px;
}
@media screen and (max-width: 480px) {
  #page_maintenance .page_maintenance__period__list--item--year span:nth-child(2) {
    font-size: 2rem;
  }
}
#page_maintenance .page_maintenance__close .page-ttl_h2, #page_maintenance .page_maintenance__close--text {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  #page_maintenance .page_maintenance__close .page-ttl_h2, #page_maintenance .page_maintenance__close--text {
    width: 92%;
  }
}
#page_maintenance .page_maintenance__close__list {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 980px) {
  #page_maintenance .page_maintenance__close__list {
    width: 92%;
  }
}
#page_maintenance .page_maintenance__close__list h3 {
  font-size: 1.8rem;
  font-family: "Noto Sans JP 300";
}
#page_maintenance .page_maintenance__close__list table {
  width: 100%;
}
#page_maintenance .page_maintenance__close__list table tr:last-child th, #page_maintenance .page_maintenance__close__list table tr:last-child td {
  border-bottom: 2px solid #7d7d7d;
}
#page_maintenance .page_maintenance__close__list table tr:first-child th, #page_maintenance .page_maintenance__close__list table tr:first-child td {
  border-top: 2px solid #7d7d7d;
}
#page_maintenance .page_maintenance__close__list table tr th, #page_maintenance .page_maintenance__close__list table tr td {
  font-size: 1.8rem;
  line-height: 2.5rem;
  text-align: left;
  padding: 20px 20px;
  border-bottom: 1px solid #7d7d7d;
}
@media screen and (max-width: 767px) {
  #page_maintenance .page_maintenance__close__list table tr th, #page_maintenance .page_maintenance__close__list table tr td {
    font-size: 1.6rem;
    line-height: 2.3rem;
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  #page_maintenance .page_maintenance__close__list table tr th, #page_maintenance .page_maintenance__close__list table tr td {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 10px;
  }
}
#page_maintenance .page_maintenance__close__list table tr th {
  width: 130px;
  color: #c71e1d;
  border-right: 1px solid #7d7d7d;
}
@media screen and (max-width: 767px) {
  #page_maintenance .page_maintenance__close__list table tr th {
    width: 110px;
  }
}
@media screen and (max-width: 480px) {
  #page_maintenance .page_maintenance__close__list table tr th {
    width: 90px;
  }
}
#page_maintenance .page_maintenance__close__list table tr td {
  width: calc(100% - 120px);
}
#page_maintenance .page_maintenance__close__list .border {
  border-bottom: 2px solid #7d7d7d;
  position: relative;
}
#page_maintenance .page_maintenance__close__list .text {
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  vertical-align: middle;
  text-align: center;
  line-height: 1.5rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: 100%;
}

#page_support {
  background-color: #fff;
}
#page_support .page_support__pioneer {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  #page_support .page_support__pioneer {
    width: 92%;
  }
}
#page_support .page_support__pioneer--head--logo {
  display: block;
  width: 290px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #page_support .page_support__pioneer--head--logo {
    width: 200px;
  }
}
#page_support .page_support__pioneer--head--h2 {
  font-size: 3.4rem;
  line-height: 4.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  #page_support .page_support__pioneer--head--h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 480px) {
  #page_support .page_support__pioneer--head--h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
#page_support .page_support__company {
  padding-top: 150px;
  padding-bottom: 130px;
  background-color: #e8eaf2;
}
@media screen and (max-width: 767px) {
  #page_support .page_support__company {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}
#page_support .page_support__company__inner {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  #page_support .page_support__company__inner {
    width: 92%;
  }
}
#page_support .page_support__company__inner__contact p {
  line-height: 6.5rem;
}
@media screen and (max-width: 767px) {
  #page_support .page_support__company__inner__contact p {
    line-height: 4rem;
  }
}
@media screen and (max-width: 480px) {
  #page_support .page_support__company__inner__contact p {
    line-height: 3rem;
  }
}
#page_support .page_support__history {
  padding-top: 150px;
  padding-bottom: 130px;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #page_support .page_support__history {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1120px) {
  #page_support .page_support__history {
    width: 92%;
  }
}
#page_support .page_support__history--ttl {
  width: 27.8%;
}
@media screen and (max-width: 767px) {
  #page_support .page_support__history--ttl {
    width: 100%;
  }
}
#page_support .page_support__history--order {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #page_support .page_support__history--order {
    width: 100%;
  }
}
#page_support .page_support__history--order--table {
  display: flex;
  flex-wrap: wrap;
  min-height: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_support .page_support__history--order--table {
    min-height: 70px;
    justify-content: space-between;
  }
}
#page_support .page_support__history--order--table::after {
  background: radial-gradient(ellipse at center, #c71e1d 0%, #c71e1d 35%, #fff 35%, #fff 100%) center 0 repeat-y;
  background-size: 11px 11px;
  width: 20px;
  height: calc(100% - 66px);
  display: block;
  position: absolute;
  bottom: 18px;
  left: 30px;
  content: "";
  z-index: 1;
  mix-blend-mode: darken;
}
@media screen and (max-width: 767px) {
  #page_support .page_support__history--order--table::after {
    height: calc(100% - 50px);
    left: 20px;
  }
}
#page_support .page_support__history--order--table--day {
  width: 165px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #page_support .page_support__history--order--table--day {
    width: 130px;
  }
}
@media screen and (max-width: 480px) {
  #page_support .page_support__history--order--table--day {
    width: 105px;
  }
}
#page_support .page_support__history--order--table--day .year {
  font-family: "Noto Serif JP 400", serif;
  font-size: 3rem;
  line-height: 3.2rem;
  color: #c71e1d;
}
@media screen and (max-width: 767px) {
  #page_support .page_support__history--order--table--day .year {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
#page_support .page_support__history--order--table--day .nen, #page_support .page_support__history--order--table--day .month {
  font-family: "Noto Serif JP 400", serif;
  font-size: 2em;
  line-height: 3.7rem;
  color: #c71e1d;
}
@media screen and (max-width: 767px) {
  #page_support .page_support__history--order--table--day .nen, #page_support .page_support__history--order--table--day .month {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#page_support .page_support__history--order--table--day .month {
  text-align: right;
  width: 55px;
}
@media screen and (max-width: 767px) {
  #page_support .page_support__history--order--table--day .month {
    width: 38px;
  }
}
#page_support .page_support__history--order--table--conent {
  width: calc(100% - 165px);
  font-size: 1.8rem;
  line-height: 3rem;
  padding-top: 5px;
  font-feature-settings: "palt";
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_support .page_support__history--order--table--conent {
    padding-top: 0px;
    width: calc(100% - 130px);
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media screen and (max-width: 480px) {
  #page_support .page_support__history--order--table--conent {
    width: calc(100% - 110px);
    font-size: 1.4rem;
  }
}
#page_support .page_support__history--order--table--conent .ryo_logo {
  display: inline-block;
  width: 100px;
  position: absolute;
  top: -25px;
  left: 390px;
}
@media screen and (max-width: 960px) {
  #page_support .page_support__history--order--table--conent .ryo_logo {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    padding-top: 10px;
  }
}

#page_showroom {
  background-color: #fff;
}
#page_showroom .page_showroom__ttl {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  #page_showroom .page_showroom__ttl {
    width: 92%;
  }
}
#page_showroom .page_showroom__block--bg {
  background-color: rgba(0, 0, 0, 0.1);
  padding-top: 150px;
  padding-bottom: 130px;
  margin-top: -50px;
}
@media screen and (max-width: 767px) {
  #page_showroom .page_showroom__block--bg {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #page_showroom .page_showroom__block--bg {
    margin-top: 0px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  #page_showroom .page_showroom__block--bg {
    padding-top: 30px;
  }
}
#page_showroom .page_showroom__block--bg--inner {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  #page_showroom .page_showroom__block--bg--inner {
    width: 92%;
  }
}
#page_showroom .page_showroom__block--top {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1120px) {
  #page_showroom .page_showroom__block--top {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  #page_showroom .page_showroom__block--top {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  #page_showroom .page_showroom__block--top {
    margin-bottom: 30px;
  }
}
#page_showroom .page_showroom__block--top--img {
  width: 55%;
}
@media screen and (max-width: 767px) {
  #page_showroom .page_showroom__block--top--img {
    width: 100%;
    margin-bottom: 30px;
  }
}
#page_showroom .page_showroom__block--top--text {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #page_showroom .page_showroom__block--top--text {
    width: 100%;
  }
}
#page_showroom .page_showroom__block--top--text h3 {
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 30px;
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
}
@media screen and (max-width: 1120px) {
  #page_showroom .page_showroom__block--top--text h3 {
    font-size: 3rem;
    line-height: 3.8rem;
  }
}
@media screen and (max-width: 480px) {
  #page_showroom .page_showroom__block--top--text h3 {
    font-size: 2.5rem;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 1120px) {
  #page_showroom .page_showroom__block--top--text p {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  #page_showroom .page_showroom__block--top--text p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
#page_showroom .page_showroom__block--top--tag {
  border: 1px solid #c71e1d;
  color: #c71e1d;
  font-size: 1.2rem;
  line-height: 1.3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  padding: 5px;
  width: 90px;
  text-align: center;
  letter-spacing: 0.1rem;
  display: inline-block;
  width: 110px;
}
@media screen and (max-width: 480px) {
  #page_showroom .page_showroom__block--top--tag {
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: 4px 2px;
    width: 70px;
    letter-spacing: 0rem;
  }
}
@media screen and (max-width: 480px) {
  #page_showroom .page_showroom__block--top--tag {
    width: 90px;
  }
}
#page_showroom .page_showroom__block--bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  padding: 50px;
  margin-left: 100px;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 1080px) {
  #page_showroom .page_showroom__block--bottom {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  #page_showroom .page_showroom__block--bottom {
    padding: 30px;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 480px) {
  #page_showroom .page_showroom__block--bottom {
    padding: 20px;
  }
}
#page_showroom .page_showroom__block--bottom--add {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #page_showroom .page_showroom__block--bottom--add {
    width: 100%;
  }
}
#page_showroom .page_showroom__block--bottom--add--item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#page_showroom .page_showroom__block--bottom--add--item--h70 {
  height: 70px;
}
@media screen and (max-width: 480px) {
  #page_showroom .page_showroom__block--bottom--add--item--h70 {
    height: 64px;
  }
}
#page_showroom .page_showroom__block--bottom--add--item--ttl {
  background-color: #c71e1d;
  width: 70px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP 300";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-feature-settings: "palt";
  padding: 7px 0;
}
@media screen and (max-width: 480px) {
  #page_showroom .page_showroom__block--bottom--add--item--ttl {
    width: 64px;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
#page_showroom .page_showroom__block--bottom--add--item--text {
  font-size: 1.8rem;
  line-height: 2.7rem;
  width: calc(100% - 80px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #page_showroom .page_showroom__block--bottom--add--item--text {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 480px) {
  #page_showroom .page_showroom__block--bottom--add--item--text {
    font-size: 1.4rem;
    line-height: 2rem;
    width: calc(100% - 75px);
  }
}
#page_showroom .page_showroom__block--bottom--add--item--text ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
#page_showroom .page_showroom__block--bottom--add--item--text ul li:last-child {
  margin-bottom: initial;
}
#page_showroom .page_showroom__block--bottom--add--item--text ul li::after {
  position: absolute;
  content: "●";
  left: 0;
  top: 0px;
  color: #c71e1d;
}
#page_showroom .page_showroom__block--bottom--add--box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
}
#page_showroom .page_showroom__block--bottom--map {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #page_showroom .page_showroom__block--bottom--map {
    width: 100%;
    margin-bottom: 30px;
  }
}
#page_showroom .page_showroom__block--bottom--map iframe {
  width: 100%;
  height: 420px;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media screen and (max-width: 767px) {
  #page_showroom .page_showroom__block--bottom--map iframe {
    height: 350px;
  }
}
@media screen and (max-width: 480px) {
  #page_showroom .page_showroom__block--bottom--map iframe {
    height: 250px;
  }
}
#page_showroom .page_showroom__block .p-btn03 {
  margin-left: 50px;
  font-family: "Noto Sans JP 300";
}
@media screen and (max-width: 767px) {
  #page_showroom .page_showroom__block .p-btn03 {
    margin-left: 0;
  }
}

#page_shoplist {
  background-color: #fff;
}
#page_shoplist .page_shoplist {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  #page_shoplist .page_shoplist {
    width: 92%;
  }
}
#page_shoplist .page_shoplist__household--online {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #page_shoplist .page_shoplist__household--online {
    width: 100%;
  }
}
#page_shoplist .page_shoplist__household--online h3 {
  font-size: 1.8rem;
  line-height: 3rem;
  font-family: "Noto Sans JP 300";
}
#page_shoplist .page_shoplist__household--online--logo {
  text-align: center;
  padding: 30px 50px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
}
#page_shoplist .page_shoplist__table__list {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 980px) {
  #page_shoplist .page_shoplist__table__list {
    width: 92%;
  }
}
#page_shoplist .page_shoplist__table__list h3 {
  font-size: 1.8rem;
  font-family: "Noto Sans JP 300";
}
#page_shoplist .page_shoplist__table__list table {
  width: 100%;
}
#page_shoplist .page_shoplist__table__list table tr:last-child th, #page_shoplist .page_shoplist__table__list table tr:last-child td {
  border-bottom: 2px solid #7d7d7d;
}
#page_shoplist .page_shoplist__table__list table tr:first-child th, #page_shoplist .page_shoplist__table__list table tr:first-child td {
  border-top: 2px solid #7d7d7d;
}
#page_shoplist .page_shoplist__table__list table tr th, #page_shoplist .page_shoplist__table__list table tr td {
  padding: 13px;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  #page_shoplist .page_shoplist__table__list table tr th, #page_shoplist .page_shoplist__table__list table tr td {
    padding: 8px;
  }
}
#page_shoplist .page_shoplist__table__list table tr th:nth-child(1), #page_shoplist .page_shoplist__table__list table tr th:nth-child(2), #page_shoplist .page_shoplist__table__list table tr th:nth-child(3), #page_shoplist .page_shoplist__table__list table tr th:nth-child(4), #page_shoplist .page_shoplist__table__list table tr td:nth-child(1), #page_shoplist .page_shoplist__table__list table tr td:nth-child(2), #page_shoplist .page_shoplist__table__list table tr td:nth-child(3), #page_shoplist .page_shoplist__table__list table tr td:nth-child(4) {
  border-right: 1px solid #7d7d7d;
}
#page_shoplist .page_shoplist__table__list table tr th:nth-child(1), #page_shoplist .page_shoplist__table__list table tr td:nth-child(1) {
  width: 230px;
}
#page_shoplist .page_shoplist__table__list table tr th:nth-child(2), #page_shoplist .page_shoplist__table__list table tr td:nth-child(2) {
  width: 240px;
}
#page_shoplist .page_shoplist__table__list table tr th:nth-child(3), #page_shoplist .page_shoplist__table__list table tr td:nth-child(3) {
  width: 120px;
}
#page_shoplist .page_shoplist__table__list table tr th:nth-child(4), #page_shoplist .page_shoplist__table__list table tr td:nth-child(4) {
  width: 100px;
}
#page_shoplist .page_shoplist__table__list table tr th {
  color: #c71e1d;
  font-size: 1.2rem;
  line-height: 2rem;
  border-bottom: 2px solid #7d7d7d;
  text-align: center;
  font-family: "Noto Sans JP 300";
}
#page_shoplist .page_shoplist__table__list table tr td {
  width: calc(100% - 120px);
  border-bottom: 1px solid #7d7d7d;
}
#page_shoplist .page_shoplist__table__list table tr td:nth-child(1) {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
#page_shoplist .page_shoplist__table__list table tr td:nth-child(2), #page_shoplist .page_shoplist__table__list table tr td:nth-child(3), #page_shoplist .page_shoplist__table__list table tr td:nth-child(4) {
  font-size: 1.2rem;
  line-height: 2rem;
}
#page_shoplist .page_shoplist__table__list table tr td:nth-child(3), #page_shoplist .page_shoplist__table__list table tr td:nth-child(4) {
  text-align: center;
}
@media screen and (max-width: 980px) {
  #page_shoplist .scroll-js table {
    width: 900px;
  }
}

.scroll-js {
  overflow-x: auto;
}/*# sourceMappingURL=support.css.map */