@charset "utf-8";

/* style-protection.css
 * おまかせプラン ver.7 - v1.0.0
 * 2022-09-01
 * **************************************************
 * Protection
 * **************************************************
 */

/* Protection
------------------------------------------------------------------- */
/* Subpage Visual */
.subpage-visual__inner {
  background: url(../images/protection-img.jpg) no-repeat right center;
  background-size: 65% auto;
}

/* Content */
.protection .content__inner {
  margin: 70px auto 0 auto;
  max-width: 1150px;
}

/* Heading */
.protection .subpage-visual__hd h1 {
}

/* List（数字） */
.protection .list-decimal > li + li {
  margin-top: 25px;
}
.protection p + .list-decimal {
  margin-top: 50px;
}
/* List（括弧数字） */
.protection li .list-paren {
  margin: 10px 0;
}
.protection li .list-paren li {
  margin-left: 2.0em;
  text-indent: -2.0em;
}
/* Btn（PDFリンク） */
.protection .link-btn-pdf a {
  width: 635px;
}
.protection .link-btn-pdf span::before {
  width: 30px;
}
.link-btn-page.left> li {
  text-align: left
}

/* 健康保険組合が保有する個人情報 */
.common-table.case .ttl {
  width: 12em;
  background-color: #f3f3f3;
}
.content__layout__section .list-indent1 {
  margin-left: .9em;
  text-indent: -.9em;
}

/* 健康保険組合の通常業務で想定される主な利用目的 */
.purpose .content__layout__section .ppList dt {
  margin-top: .6em;
  font-weight: 600
}
.purpose .content__layout__section .ppList li {
  line-height: 1.6
}
.purpose .content__layout__section .ppList .list-indent1 {
  margin-left: .7em;
  text-indent: -.7em;
}

/* 大阪読売健康保険組合及び健康保険組合連合会が共同で実施する高額医療交付金交付事業の公表について */
.announce .content__layout__section .d_address dd {
  margin-left: 2em;
}
.announce .content__layout__section .d_dot {
  margin-left: .7em;
  text-indent: -.7em;
}

/* 大大阪読売健康保険組合並びに加入事業所が共同で実施する健康診断事業の公表について */
.collaborate .content__layout__section .inList {
  margin-left: 1em;
  text-indent: -1em;
}
.collaborate .content__layout__section .list-indent1 {
  margin-left: 1em;
  text-indent: -1em;
}
.collaborate .content__layout__section .list-indent1 li+ li {
  margin-top: .5em;
}
.collaborate .content__layout__section .list-indent07 {
  margin-left: .7em;
  text-indent: -.7em;
}

@media screen and (max-width: 767px) {
  /* Protection
  ------------------------------------------------------------------- */
  /* Subpage Visual */
  .subpage-visual__inner {
    background-size: auto 100%;
  }

  /* Content */
  .protection .content__inner {
    margin: 50px 0 0 0;
    padding: 0 15px;
    max-width: none;
  }

  /* Heading */
  .protection .subpage-visual__hd h1 {
    top: 15%;
  }

  /* List（数字） */
  .protection .list-decimal {
    margin-left: 0.5em;
  }
  .protection .list-decimal > li + li {
    margin-top: 20px;
  }
  .protection p + .list-decimal {
    margin-top: 30px;
  }
/* Btn（PDFリンク） */
.protection .link-btn-pdf a {
  width: 100%;
}
}
