.page-wrapper {
  margin-top: 80px;
}


.page-title {
  background-color: #fff;
  width: 100%;
  height: 250px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
}

/* SPーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
@media (max-width: 500px) {
  .page-wrapper {
    margin-top: 70px;
  }

  .page-title {
    height: 200px;
  }
}

.page-title h1 {
  margin: 0;
  z-index: 100;
}

.svg-title-right {
  position: absolute;
  top: -160px;
  right: -200px;
  /* opacity: 0.2; */
  z-index: 20;
}

/* SPーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
@media (max-width: 500px) {
  .svg-title-right {
    top: -150px;
    right: -350px;
  }
}

.svg-title-left {
  position: absolute;
  top: -160%;
  right: 50%;
  z-index: 10;
}

.page-bread {
  max-width: 1200px;
  margin: 0 auto 2rem;
  padding-left: 2rem;
}

.page-contens {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 15rem;
  /* 下空き */
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 30px;
  padding: 5rem 5rem 7rem;
  /* 内側空き */
}

/* .page-contens-inner{
  margin: 0 auto 2rem;

} */




/* ipadーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
@media (max-width: 950px) {
  .page-contens {
    width: 100%;
    border-radius: 0px;
    padding: 3.5rem 3.5rem 5rem;
    /* 内側空き */
  }
}

@media (max-width: 500px) {
  .page-contens {
    margin: 0 auto 10rem;
    /* 下空き */
    padding: 2rem 1rem 4rem;
    /* 内側空き */
  }

  .page-bread {
    padding-left: 1rem;
    font-size: 0.9em;
  }
}

/* パンくずーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

.page-bread ol {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.page-bread li {
  position: relative;
  padding-left: 1.6em;
}

.page-bread li::before {
  content: '＞';
  font-size: 0.8em;
  position: absolute;
  left: 0;
  padding-left: 0.5em;
}

.page-bread li:first-child {
  padding-left: 0;
}

.page-bread li:first-child::before {
  content: '';
}

.page-bread li a {
  text-decoration-line: underline;
}


.page-bread li:last-child a {
  text-decoration: none;
}





















/* パーツーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

.page-wrapper h1 {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
}

.page-contens h2 {
  position: relative;
  font-size: 2rem;
  padding: 0 10px 10px;
  line-height: 1.9em;
  /* margin: 3.5rem 0 1rem; */
  margin: 1.5rem 0 1rem;
}

/* 最初だけ上は開けない */
.page-contens h2:first-child {
  margin: 0 0 1rem;
}

.page-contens h3 {
  margin: 1rem 0 0.5rem;
}

.page-contens h4,
.page-contens h5,
.page-contens h6 {
  margin: 0.5rem 0 0;
}

.page-contens p {
  margin: 0.3rem 0 0.5rem;
}



/* 左側100pxの実線 */
.page-contens h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  border-bottom: 3px solid #1159A2;
}

/* 残りの点線 */
.page-contens h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100px;
  right: 0;
  border-bottom: 3px dotted #1159A2;
}

.page-contens h3 {
  font-size: 1.6rem;
  position: relative;
  line-height: 1.5em;
  padding: 0 10px 0 20px;
}

.page-contens h3::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  left: 0;
  background-color: #1159A2;
  border-radius: 5px;
}

h3.add-margin {
  margin-top: 2.5rem;
}


.page-contens h4 {
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
  padding: 0 10px 0 25px;
  line-height: 1.8em;
}

.page-contens h4:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 16px;
  height: 6px;
  background-color: #1159A2;
  border-radius: 3px;
  left: 0;
}

.page-contens h5 {
  font-size: 1.3rem;
  color: #1159A2;
  ;
  line-height: 1.6em;
}

.page-contens h6 {
  font-size: 1.1rem;
  line-height: 1.6em;
  border-bottom: 2px dotted #1159A2;
  /* padding: 0 10px 1px; */
  display: inline-block;
}


/* PDFアイコン */

.plan-pdf a {
  position: relative;
  /* display: inline-block; */
  display: block;
  text-decoration: underline;
  padding-left: 2.5em;
  line-height: 1.4;
  font-weight: 600;
  font-size: 1.05em;
  margin: 1em 0;
}

.plan-pdf a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5em;
  height: 2.5em;
  background: url(https://www.web-sanin.co.jp/assets/images/pdf-icon.jpg) no-repeat center center;
  background-size: contain;
}


@media (max-width: 500px) {

  .page-wrapper h1 {
    font-size: 1.5em;
  }

  .page-contens h2 {
    font-size: 1.4em;
  }

  .page-contens h3 {
    font-size: 1.3em;
    padding: 0 10px 0 10px;
  }

  .page-contens h3::before {
    width: 5px;
  }

  .page-contens h4 {
    font-size: 1.2rem;
    padding: 0 10px 0 20px;
  }

  .page-contens h4:before {
    height: 3px;
  }

  .page-contens h5 {
    font-size: 1.2em;

  }

  .page-contens h6 {
    font-size: 1em;
  }

  /* PDFアイコン */
  .plan-pdf a {
    padding-left: 2.2em;
    font-weight: 500;
    font-size: 1em;
  }

  .plan-pdf a:before {
    width: 2.2em;
    height: 2.2em;
  }


  .page-link-button {
    text-align: center;
  }
}









/* ボタン1 */
.link-button-arrow {
  position: relative;
  color: #fff;
  background-color: #404040;
  border-radius: 35px;
  width: 320px;
  display: inline-block;
  padding: 20px 50px 20px 30px;
  margin: 0 1rem 1rem 0;
  border: solid 2px transparent;
}

.link-button-arrow::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}

.link-button-arrow:hover {
  color: #000000;
  background-color: #ffffff;
  border-color: #404040;
  opacity: 1;
}

.link-button-arrow:hover::after {
  border-top: solid 2px #404040;
  border-right: solid 2px #404040;
  opacity: 1;
}



@media (max-width: 500px) {

  .link-button-arrow {
    text-align: left;
    width: 90%;
    margin: 0 auto 1rem;
  }

}



/* ボタン2 */
.link-category-arrow {
  position: relative;
  border: 2px solid #000000;
  border-radius: 25px;
  width: 400px;
  display: inline-block;
  padding: 10px 50px 10px 30px;
  margin: 0 1rem 1rem 0;
}

.link-category-arrow::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}

.link-category-arrow:hover {
  color: #111111;
  background-color: #D9ECF5;
  border-color: #111111;
  opacity: 1;
}

.link-category-arrow:hover::after {
  border-top: solid 2px #111111;
  border-right: solid 2px #111111;
  opacity: 1;
}



.link-category-arrow[href="#"] {
  background-color: #D9ECF5;
}


@media (max-width: 500px) {

  .page-category-button {
    text-align: center;
  }

  .link-category-arrow {
    text-align: left;
    width: 90%;
    margin: 0 auto 1rem;
  }

}

/* ul.nav-menu li.current > a {
  background-color: #333;
  color: #fff;
}
ul.nav-menu li.current {
  border-radius: 4px;
} */


/* ボタン3 */

.center-button {
  text-align: center;
}

.center-button-arrow {
  position: relative;
  color: #fff;
  background-color: #1159A2;
  border-radius: 35px;
  width: 320px;
  display: inline-block;
  padding: 20px 50px 20px 30px;
  margin: 0 1rem 1rem 0;
  border: solid 2px transparent;
}

.center-button-arrow::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}


.center-button-arrow:hover {
  color: #1159A2;
  background-color: #ffffff;
  border-color: #1159A2;
  opacity: 1;
}

.center-button-arrow:hover::after {
  border-top: solid 2px #1159A2;
  border-right: solid 2px #1159A2;
  opacity: 1;
}


@media (max-width: 500px) {

  .center-button-arrow {
    text-align: left;
    width: 90%;
    margin: 0 auto 1rem;
  }

}



/* 下層ページ用区切り線 */
.page-line {
  width: 100%;
  margin: 2rem auto;
  background-color: #fff;
  border-top: 1px solid #1159A2;
}

/* お問い合わせフォーム誘導文字 */

.contact-escape {
  display: inline-block;
  text-decoration: underline;
}

/* 固定IPページ内dl */
.page-contens-ip {
  margin-bottom: 2rem;
}

.page-contens-ip dt {
  color: #1159A2;
  font-weight: 600;
  font-size: 1.1em;
  border-radius: 5px;
  padding: 0.5em 0;
  position: relative;
  display: inline-block;
  padding-left: 2.7em;
}

/* 電球アイコン */
.page-contens-ip dt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5em;
  height: 2.5em;
  background: url(https://www.web-sanin.co.jp/assets/images/light-icon.png) no-repeat center center;
  background-size: contain;
}

@media (max-width: 500px) {

  /* PDFアイコン */
  .page-contens-ip dt {
    padding-left: 2.3em;
    font-size: 1em;
  }

  .page-contens-ip dt:before {
    width: 2.3em;
    height: 2.3em;
  }
}





/* クラウドページ */

.cloud-contents dl {
  margin-bottom: 2rem;
}

.cloud-contents dt {
  font-size: 1.1em;
  font-weight: 700;
  margin-top: 1em;
  color: #1159A2;
}

.cloud-contents dd {
  padding-left: 1em;
}

.cloud-contents-img {
  text-align: center; /* ← ここでセンター指定 */
  width: 100%;
  margin: 2em auto;
}

.cloud-contents-img img {
  display: block;
  width: 80%; /* 必要に応じて幅を指定 */
  margin:2em auto 0;
}

@media (max-width:700px) {

.cloud-contents-img img {
  width: 100%; /* 必要に応じて幅を指定 */
}
}

@media (max-width:500px) {

.cloud-contents-img img {
  width: 70%; /* 必要に応じて幅を指定 */
}
}







/* 個人情報保護方針ページーーーーーーーーーーーーーーーーーー */

.privacy-page table {
  margin-bottom: 1.5rem;
  border: 1px solid #111;
  border-collapse: collapse;
}

.privacy-page td {
  border: 1px solid #111;
}

.privacy-page tr,
.privacy-page td {
  padding: 0.5em;
}

.privacy-page ul {
  list-style-type: disc;
  margin-left: 2em;
  margin-bottom: 1.5rem;
}

.privacy-page .color-back a {
  text-decoration: underline;
  display: inline;
}

/* 背景色ーーーーーーーーーーーーーーーーーーーー */

.color-back {
  background-color: #DEEEF5;
  border-radius: 30px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.color-back p {
  margin: 0;
}

.color-back .bold-font {
  font-weight: 600;
}






/* お知らせーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

/* 更新システム　全体設定 */

.info-item {
  padding: 2rem 1rem;
  border-bottom: 1px dashed #98957A;
  display: flex;
  width: 100%;
  font-size: 1.1em;
  font-weight: 500;
  /* white-space: nowrap; */
}

.info-item:first-child {
  border-top: 1px dashed #98957A;
}

.info-date {
  display: block;
  width: 30%;
}

.info-title {
  display: block;
  width: 70%;
}

/* 更新システムSP設定 */
@media (max-width: 700px) {

  .info-item {
    font-size: 1em;
    font-weight: normal;
    flex-direction: column;
    align-items: flex-start;
  }

  .info-date,
  .info-title {
    width: 100%;
  }
}




/* 更新システム　ページネーション */
.pagenation {
  text-align: center;
  margin: 30px 0;
}

.pagenation ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
}

.pagenation li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: transparent;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: background-color 0.2s;
}

.pagenation li a:hover {
  background-color: #e0e0e0;
}

.pagenation li.current a {
  background-color: #1159A2;
  color: #fff;
  pointer-events: none;
}

.pagenation li.prev a,
.pagenation li.next a {
  background-color: transparent;
  color: #1159A2;
  font-size: 18px;
  width: 36px;
  height: 36px;
}

.pagenation li.prev a:hover,
.pagenation li.next a:hover {
  background-color: #1159A2;
  color: #fff;
}

/* 更新システム詳細ページ */
.datail-date {
  padding: 0 10px;
  letter-spacing: 0.01;
}

.blog-contens {
  display: flex;
  width: 100%;
}

/* 更新システム画像 */
.detail-image {
  padding: 0 0 1rem 1rem;
  text-align: center;
  font-size: 0.9em;
}

.detail-image img {
  display: block;
  max-width: none;
}

.detail-image p {
  margin-bottom: 0rem;
}

/* 更新システム　お知らせ一覧に戻るボタン */
.backbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}

.backbtn a {
  position: relative;
  color: #000000;
  text-decoration: none;
  padding-left: 1.5rem;
  display: inline-block;
  padding: 15px 25px 15px 45px;
  border: solid 2px transparent;
  border-radius: 30px;
  background-color: #404040;
  color: #fff;

}

.backbtn a:hover {
  border: solid 2px #404040;
  background-color: #ffffff;
  color: #000000;
  opacity: 1;
}

/* 左向き矢印 */
.backbtn a::before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(-135deg);
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%) rotate(-135deg);
}

.backbtn a:hover::before {
  border-top: solid 2px #404040;
  border-right: solid 2px #404040;
  opacity: 1;
}

/* 更新システム　リンク・ファイル */
.detail-link,
.detail-file {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* 更新システムSP設定 */
@media (max-width: 500px) {
  .blog-contens {
    flex-wrap: wrap;
  }
}