@charset "UTF-8";
.contents {
  background-color: var(--tertiary-color);
}
@media print, screen and (min-width: 767px) {
  .contents { /* PC */
    margin: 1rem auto 0;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .contents { /* SP */
    margin: 0.7rem auto 0;
    padding-bottom: 0.5rem;
  }
}
.contents .container .titlewrap {
  background-color: var(--white-color);
}
.contents .container .titlewrap .title {
  font-weight: 700;
  color: var(--white-color);
  text-align: center;
  padding: 0.15rem 0;
  background-color: var(--main-color);
  border-radius: 0.1rem 0.1rem 0 0;
}
@media print, screen and (min-width: 767px) {
  .contents .container .titlewrap .title { /* PC */
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 767px) {
  .contents .container .titlewrap .title { /* SP */
    font-size: 0.2rem;
  }
}
.contents .container .in {
  max-width: 10rem;
}
@media print, screen and (min-width: 767px) {
  .contents .container .in { /* PC */
    margin: 0.5rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .contents .container .in { /* SP */
    margin: 0.37rem 0.2rem 0;
  }
}
@media print, screen and (min-width: 767px) {
  .contents .container + .container { /* PC */
    margin-top: 0.95rem;
  }
}
@media screen and (max-width: 767px) {
  .contents .container + .container { /* SP */
    margin-top: 0.6rem;
  }
}
.contents .container + .container .titlewrap {
  background-color: var(--tertiary-color);
}
.contents .detailwrap {
  background-color: var(--white-color);
}
.contents .detailwrap .contentbox {
  padding-bottom: 0.5rem;
}
.contents .detailwrap .contentbox .detailbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 8rem;
}
@media print, screen and (min-width: 767px) {
  .contents .detailwrap .contentbox .detailbox { /* PC */
    margin: 0.5rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .contents .detailwrap .contentbox .detailbox { /* SP */
    margin: 0.5rem 0.2rem 0;
  }
}
.contents .detailwrap .contentbox .detailbox .title {
  font-weight: 700;
  text-align: center;
  border: 1px solid var(--text-color);
  border-radius: 0.05rem;
  margin-bottom: 0.2rem;
  padding: 0.15rem;
}
@media print, screen and (min-width: 767px) {
  .contents .detailwrap .contentbox .detailbox .title { /* PC */
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 767px) {
  .contents .detailwrap .contentbox .detailbox .title { /* SP */
    font-size: 0.18rem;
  }
}
.contents .detailwrap .contentbox .detailbox .textbox {
  max-width: 6rem;
}
@media print, screen and (min-width: 767px) {
  .contents .detailwrap .contentbox .detailbox .textbox { /* PC */
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .contents .detailwrap .contentbox .detailbox .textbox { /* SP */
    margin: auto 0.1rem;
  }
}
.contents .related {
  margin-top: 0.5rem;
}
.contents .related .title {
  font-size: 0.18rem;
  font-weight: 700;
  text-align: center;
}
.contents .related .linkbox {
  max-width: 8rem;
  margin: 0.2rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.3rem;
     -moz-column-gap: 0.3rem;
          column-gap: 0.3rem;
  row-gap: 0.2rem;
}

.return .in {
  max-width: 9rem;
}
@media print, screen and (min-width: 767px) {
  .return .in { /* PC */
    margin: 0.5rem auto 0.738rem;
  }
}
@media screen and (max-width: 767px) {
  .return .in { /* SP */
    margin: 0.201rem 0.2rem 0.505rem;
  }
}
@media print, screen and (min-width: 767px) {
  .return .in .detailbtn { /* PC */ }
}
@media screen and (max-width: 767px) {
  .return .in .detailbtn { /* SP */
    width: 2rem;
    height: 0.4rem;
  }
}

@media print, screen and (min-width: 767px) {
  .overview .in { /* PC */
    max-width: 8.7rem;
    margin: 0.17rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .overview .in { /* SP */
    margin: 0rem 0.2rem;
  }
}
.overview .productbox {
  position: relative;
  max-width: 7rem;
}
@media print, screen and (min-width: 767px) {
  .overview .productbox { /* PC */
    margin: 0.65rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .overview .productbox { /* SP */
    margin: 0.15rem auto 0;
    padding-top: 0.5987rem;
  }
}
.overview .productbox .imagebox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 7.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 767px) {
  .overview .productbox .imagebox { /* PC */
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .overview .productbox .imagebox { /* SP */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 767px) {
  .overview .productbox .imagebox img { /* PC */
    width: 1.82rem;
    height: 0.72rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .productbox .imagebox img { /* SP */
    width: 1.5rem;
    height: 0.6rem;
  }
}
.overview .productbox .textbox {
  max-width: 4.8rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
}
@media print, screen and (min-width: 767px) {
  .overview .productbox .textbox { /* PC */
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .overview .productbox .textbox { /* SP */
    margin: auto;
    padding-top: 0.15rem;
  }
}
.overview .productbox .textbox .text {
  font-weight: 700;
}
@media print, screen and (min-width: 767px) {
  .overview .productbox .textbox .text { /* PC */
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .productbox .textbox .text { /* SP */
    font-size: 0.14rem;
  }
}
.overview .productbox .textbox .text .extra {
  color: var(--accent-color);
}
.overview .reductionbox {
  max-width: 6.94rem;
}
@media print, screen and (min-width: 767px) {
  .overview .reductionbox { /* PC */
    margin: 0.406rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .overview .reductionbox { /* SP */
    margin: 0.2rem 0.25rem 0;
  }
}
.overview .reductionbox img {
  width: 100%;
  height: auto;
}
.overview .pointbox {
  max-width: 7rem;
}
@media print, screen and (min-width: 767px) {
  .overview .pointbox { /* PC */
    margin: 0.859rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .overview .pointbox { /* SP */
    margin: 0.303rem auto 0;
  }
}
.overview .pointbox .title {
  text-align: center;
  margin-bottom: 0.2rem;
}
@media print, screen and (min-width: 767px) {
  .overview .pointbox .title { /* PC */
    font-size: 0.28rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .overview .pointbox .title { /* SP */
    font-size: 0.18rem;
    font-weight: 700;
  }
}
@media print, screen and (min-width: 767px) {
  .overview .pointbox .title.attention span::before { /* PC */
    left: -0.43rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .pointbox .title.attention span::before { /* SP */
    left: -0.289rem;
  }
}
@media print, screen and (min-width: 767px) {
  .overview .pointbox .title.attention span::after { /* PC */
    right: -0.43rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .pointbox .title.attention span::after { /* SP */
    right: -0.289rem;
  }
}
.overview .pointbox .list {
  display: -ms-grid;
  display: grid;
}
.overview .pointbox .list.two {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (min-width: 767px) {
  .overview .pointbox .list.two { /* PC */
    -webkit-column-gap: 0.48rem;
       -moz-column-gap: 0.48rem;
            column-gap: 0.48rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .pointbox .list.two { /* SP */
    -webkit-column-gap: 0.28rem;
       -moz-column-gap: 0.28rem;
            column-gap: 0.28rem;
  }
}
.overview .pointbox .list.plus .item {
  position: relative;
}
.overview .pointbox .list.plus .item:not(:last-child)::after {
  position: absolute;
  top: auto;
  bottom: auto;
  content: "+";
  font-weight: bold;
  color: var(--text-color);
}
@media print, screen and (min-width: 767px) {
  .overview .pointbox .list.plus .item:not(:last-child)::after { /* PC */
    font-size: 0.5rem;
    right: -0.38rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .pointbox .list.plus .item:not(:last-child)::after { /* SP */
    font-size: 0.4rem;
    right: -0.25rem;
  }
}
.overview .pointbox .list .item {
  display: -ms-grid;
  display: grid;
  place-items: center;
  row-gap: 0.05rem;
  border-radius: 0.1rem;
  color: var(--white-color);
  background-color: #A37E39;
  text-align: center;
  font-weight: 700;
  padding: 0.17rem 0;
}
@media print, screen and (min-width: 767px) {
  .overview .pointbox .list .item { /* PC */
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .pointbox .list .item { /* SP */
    font-size: 0.16rem;
  }
}
@media print, screen and (min-width: 767px) {
  .overview .detailbox { /* PC */
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .detailbox { /* SP */
    margin-top: 0.6rem;
  }
}
.overview .detailbox .titlebox {
  margin-bottom: 0.2rem;
}
.overview .detailbox .titlebox .title {
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 767px) {
  .overview .detailbox .titlebox .title { /* PC */
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .detailbox .titlebox .title { /* SP */
    font-size: 0.18rem;
  }
}
.overview .detailbox .titlebox .text {
  font-weight: 400;
  margin-top: 0.04rem;
}
@media print, screen and (min-width: 767px) {
  .overview .detailbox .titlebox .text { /* PC */
    font-size: 0.14rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .overview .detailbox .titlebox .text { /* SP */
    font-size: 0.12rem;
    text-align: left;
  }
}
@media print, screen and (min-width: 767px) {
  .overview .detailbox .note { /* PC */
    margin-top: 0.161rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .detailbox .note { /* SP */
    margin-top: 0.197rem;
  }
}
@media print, screen and (min-width: 767px) {
  .overview .detailbox .imagebox + .imagebox { /* PC */
    margin-top: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .detailbox .imagebox + .imagebox { /* SP */
    margin-top: 0.6rem;
  }
}
.overview .detailbox .imagebox img {
  width: 100%;
  height: auto;
}

/* point */
.point .pointlist {
  display: -ms-grid;
  display: grid;
}
@media print, screen and (min-width: 767px) {
  .point .pointlist { /* PC */
    row-gap: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .point .pointlist { /* SP */
    row-gap: 0.35rem;
  }
}
.point .pointlist .item {
  position: relative;
  background-color: var(--white-color);
  border-radius: 0.1rem;
}
.point .pointlist .item .itembox {
  max-width: 8rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin: auto;
}
@media print, screen and (min-width: 767px) {
  .point .pointlist .item .itembox { /* PC */
    -ms-grid-columns: 1rem auto;
    grid-template-columns: 1rem auto;
    padding: 0.47rem 0 0.33rem;
  }
}
@media screen and (max-width: 767px) {
  .point .pointlist .item .itembox { /* SP */
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0.7rem 0 0.2rem;
  }
}
.point .pointlist .item .itembox .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--main-color);
  border: 2px solid var(--main-color);
  background-color: var(--white-color);
  border-radius: 50%;
  font-size: 0.15rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 767px) {
  .point .pointlist .item .itembox .number { /* PC */
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .point .pointlist .item .itembox .number { /* SP */
    width: 0.78rem;
    height: 0.78rem;
    position: absolute;
    top: -0.17rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.point .pointlist .item .itembox .number span {
  display: block;
  font-weight: 700;
}
@media print, screen and (min-width: 767px) {
  .point .pointlist .item .itembox .number span { /* PC */
    font-size: 0.39rem;
  }
}
@media screen and (max-width: 767px) {
  .point .pointlist .item .itembox .number span { /* SP */
    font-size: 0.35rem;
  }
}
@media print, screen and (min-width: 767px) {
  .point .pointlist .item .itembox .pointbox { /* PC */ }
}
@media screen and (max-width: 767px) {
  .point .pointlist .item .itembox .pointbox { /* SP */
    margin: 0 0.2rem;
  }
}
.point .pointlist .item .itembox .pointbox .titlebox .title {
  font-weight: 700;
  color: var(--main-color);
}
@media print, screen and (min-width: 767px) {
  .point .pointlist .item .itembox .pointbox .titlebox .title { /* PC */
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 767px) {
  .point .pointlist .item .itembox .pointbox .titlebox .title { /* SP */
    text-align: center;
    font-size: 0.24rem;
  }
}
.point .pointlist .item .itembox .pointbox .textbox {
  max-width: 6rem;
  margin-top: 0.1rem;
}
.point .pointlist .item .itembox .pointbox .textbox .text {
  font-weight: 400;
}
@media print, screen and (min-width: 767px) {
  .point .pointlist .item .itembox .pointbox .textbox .text { /* PC */
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 767px) {
  .point .pointlist .item .itembox .pointbox .textbox .text { /* SP */
    font-size: 0.14rem;
  }
}
.point .pointlist .item .itembox .pointbox .textbox .bullet {
  font-weight: 400;
}
@media print, screen and (min-width: 767px) {
  .point .pointlist .item .itembox .pointbox .textbox .bullet { /* PC */
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 767px) {
  .point .pointlist .item .itembox .pointbox .textbox .bullet { /* SP */
    font-size: 0.14rem;
  }
}
.point .pointlist .item .itembox .pointbox .textbox .bullet ol {
  margin-top: 0.1rem;
}
@media print, screen and (min-width: 767px) {
  .point .pointlist .item .itembox .pointbox .textbox .note { /* PC */
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .point .pointlist .item .itembox .pointbox .textbox .note { /* SP */
    margin-top: 0.2rem;
  }
}
@media print, screen and (min-width: 767px) {
  .point .pointlist .item.point3 .itembox .pointbox .titlebox .title { /* PC */
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 767px) {
  .point .pointlist .item.point3 .itembox .pointbox .titlebox .title { /* SP */
    font-size: 0.18rem;
  }
}
.point .pointlist .item.point3 .itembox .pointbox .textbox .bullets .bullet + .bullet {
  margin-top: 0.196rem;
}

/* 団体信用生命保険保障内容一覧表 */
@media print, screen and (min-width: 767px) {
  .security .detailwrap .contentbox .detailbox.detail0 { /* PC */
    margin-top: 0;
    padding-top: 0.92rem;
  }
}
@media screen and (max-width: 767px) {
  .security .detailwrap .contentbox .detailbox.detail0 { /* SP */
    margin-top: 0;
    padding-top: 0.13rem;
  }
}
.security .detailwrap .contentbox .detailbox.detail0 .textbox {
  margin-top: 0.3rem;
  max-width: 8rem;
}
.security .detailwrap .contentbox .detailbox.detail2 .textbox {
  max-width: 8rem;
}
.security .detailwrap .contentbox .detailbox.detail2 .notes {
  max-width: 6rem;
  margin: auto;
}
.security .detailwrap .contentbox .detailbox .tablewrap {
  width: 100%;
  max-width: 8rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.security .detailwrap .contentbox .detailbox .tablewrap table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  background-color: var(--white-color);
}
.security .detailwrap .contentbox .detailbox .tablewrap table th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.14rem;
  font-weight: 700;
  border: 2px solid var(--white-color);
  padding: 0.13rem 0.085rem;
}
.security .detailwrap .contentbox .detailbox .tablewrap table th.column1 {
  width: 1.36rem;
}
.security .detailwrap .contentbox .detailbox .tablewrap table th.column2, .security .detailwrap .contentbox .detailbox .tablewrap table th.column3, .security .detailwrap .contentbox .detailbox .tablewrap table th.column4, .security .detailwrap .contentbox .detailbox .tablewrap table th.column5 {
  width: 0.68rem;
}
.security .detailwrap .contentbox .detailbox .tablewrap table th.column6 {
  width: 1.56rem;
}
.security .detailwrap .contentbox .detailbox .tablewrap table th.column7, .security .detailwrap .contentbox .detailbox .tablewrap table th.column8 {
  width: 1.1rem;
}
.security .detailwrap .contentbox .detailbox .tablewrap table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.14rem;
  font-weight: 700;
  border: 3px solid var(--white-color);
  padding: 0.13rem 0.085rem;
}
.security .detailwrap .contentbox .detailbox .tablewrap table thead {
  color: var(--white-color);
  background-color: var(--main-color);
}
.security .detailwrap .contentbox .detailbox .tablewrap table thead .item {
  width: 0.5rem;
}
.security .detailwrap .contentbox .detailbox .tablewrap table thead .item.wide {
  width: 1rem;
}
.security .detailwrap .contentbox .detailbox .tablewrap table thead span {
  display: block;
}
.security .detailwrap .contentbox .detailbox .tablewrap table tbody th {
  background-color: var(--tertiary-color);
  text-align: center;
}
.security .detailwrap .contentbox .detailbox .tablewrap table tbody th span {
  display: block;
  font-weight: 400;
  text-align: left;
}
.security .detailwrap .contentbox .detailbox .tablewrap table tbody td {
  text-align: center;
}
.security .detailwrap .contentbox .detailbox .tablewrap table tbody td .text {
  font-size: 0.12rem;
  font-weight: 400;
  display: block;
}
.security .detailwrap .contentbox .detailbox .tablewrap table tbody .extra th {
  color: var(--accent-color);
}
.security .detailwrap .contentbox .detailbox .tablewrap table tbody .extra td {
  background-color: #F7F9FA;
}
.security .detailwrap .contentbox .detailbox .tablewrap table tbody .extra td .circle {
  color: var(--main-color);
}
.security .detailwrap .contentbox .detailbox .tablewrap .textbox {
  margin-top: 0.3rem;
}
.security .detailwrap .contentbox .detailbox .textbox .text {
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 1.5714;
}
.security .detailwrap .contentbox .detailbox .textbox.agency .list {
  max-width: 6rem;
  margin: auto;
}
.security .detailwrap .contentbox .detailbox .textbox.agency .list dt {
  font-size: 0.14rem;
  font-weight: 700;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0.04rem 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 0.04rem;
     -moz-column-gap: 0.04rem;
          column-gap: 0.04rem;
}
@media print, screen and (min-width: 767px) {
  .security .detailwrap .contentbox .detailbox .textbox.agency .list dt { /* PC */
    margin: 0.05rem 0;
  }
}
@media screen and (max-width: 767px) {
  .security .detailwrap .contentbox .detailbox .textbox.agency .list dt { /* SP */
    margin: 0.1rem 0 0.05rem;
  }
}
.security .detailwrap .contentbox .detailbox .textbox.agency .list dt::before {
  content: "●";
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.security .detailwrap .contentbox .detailbox .textbox.agency .list dt * {
  grid-column: 1/-1;
  margin-left: 1em;
  text-indent: -1em;
}
.security .detailwrap .contentbox .detailbox .textbox.agency .list dd {
  font-size: 0.14rem;
  font-weight: 400;
  margin-left: 1em;
}
.security .detailwrap .contentbox .detailbox .textbox.agency .notes {
  counter-reset: note-counter;
  max-width: 6rem;
}
@media print, screen and (min-width: 767px) {
  .security .detailwrap .contentbox .detailbox .textbox.agency .notes { /* PC */
    margin: 0.1rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .security .detailwrap .contentbox .detailbox .textbox.agency .notes { /* SP */
    margin: 0.3rem auto 0;
  }
}
.security .detailwrap .contentbox .detailbox .textbox.agency .notes .note {
  counter-increment: note-counter;
}
.security .detailwrap .contentbox .detailbox .textbox.agency .notes .note::before {
  content: "※" counter(note-counter);
}
.security .detailwrap .contentbox .detailbox .textbox.example .lead {
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 1.5714;
}
@media print, screen and (min-width: 767px) {
  .security .detailwrap .contentbox .detailbox .textbox.example .lead { /* PC */
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .security .detailwrap .contentbox .detailbox .textbox.example .lead { /* SP */
    text-align: left;
  }
}
.security .detailwrap .contentbox .detailbox .textbox.example .list {
  counter-reset: list-counter;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
  row-gap: 0.2rem;
  margin-top: 0.3rem;
}
@media print, screen and (min-width: 767px) {
  .security .detailwrap .contentbox .detailbox .textbox.example .list { /* PC */
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
  }
  .security .detailwrap .contentbox .detailbox .textbox.example .list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .security .detailwrap .contentbox .detailbox .textbox.example .list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .security .detailwrap .contentbox .detailbox .textbox.example .list > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .security .detailwrap .contentbox .detailbox .textbox.example .list > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 767px) {
  .security .detailwrap .contentbox .detailbox .textbox.example .list { /* SP */
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (auto)[4];
    grid-template-rows: repeat(4, auto);
  }
  .security .detailwrap .contentbox .detailbox .textbox.example .list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .security .detailwrap .contentbox .detailbox .textbox.example .list > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .security .detailwrap .contentbox .detailbox .textbox.example .list > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .security .detailwrap .contentbox .detailbox .textbox.example .list > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
.security .detailwrap .contentbox .detailbox .textbox.example .list .item {
  background-color: #F7F9FA;
  border-radius: 0.1rem;
}
@media print, screen and (min-width: 767px) {
  .security .detailwrap .contentbox .detailbox .textbox.example .list .item { /* PC */
    padding: 0.32rem 0.38rem 0.32rem;
  }
}
@media screen and (max-width: 767px) {
  .security .detailwrap .contentbox .detailbox .textbox.example .list .item { /* SP */
    padding: 0.32rem 0.15rem 0.32rem;
  }
}
.security .detailwrap .contentbox .detailbox .textbox.example .list .item dt {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.1rem;
     -moz-column-gap: 0.1rem;
          column-gap: 0.1rem;
  font-weight: 700;
  color: var(--main-color);
}
@media print, screen and (min-width: 767px) {
  .security .detailwrap .contentbox .detailbox .textbox.example .list .item dt { /* PC */
    font-size: 0.18rem;
    -ms-grid-columns: 0.5rem auto;
    grid-template-columns: 0.5rem auto;
  }
}
@media screen and (max-width: 767px) {
  .security .detailwrap .contentbox .detailbox .textbox.example .list .item dt { /* SP */
    font-size: 0.17rem;
    -ms-grid-columns: 0.42rem auto;
    grid-template-columns: 0.42rem auto;
  }
}
.security .detailwrap .contentbox .detailbox .textbox.example .list .item dt .number {
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--main-color);
}
@media print, screen and (min-width: 767px) {
  .security .detailwrap .contentbox .detailbox .textbox.example .list .item dt .number { /* PC */
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .security .detailwrap .contentbox .detailbox .textbox.example .list .item dt .number { /* SP */
    width: 0.42rem;
    height: 0.42rem;
  }
}
.security .detailwrap .contentbox .detailbox .textbox.example .list .item dd {
  font-size: 0.14rem;
  font-weight: 400;
  margin-top: 0.1rem;
}
.security .detailwrap .contentbox .detailbox .textbox.example .list .item dd .day {
  font-weight: 700;
  color: var(--accent-color);
}
.security .detailwrap .contentbox .detailbox .textbox.example .notes {
  margin-top: 0.3rem;
}