@charset "UTF-8";
/*
▼clamp関数自動計算
例）最小値を14px、画面幅が768pxの時に16px、最大値を18pxにしたい場合。
font-size: vwclamp(14, 16, 18, 768);
*/
body.page {
  overflow-x: hidden;
}
body.page main .title {
  font-size: 60px;
  line-height: 2;
  font-weight: bold;
  width: 100%;
  margin-bottom: 50px;
  border-bottom: 1px solid #707070;
}
@media (max-width: 1600px) {
  body.page main .title {
    font-size: 3.75vw;
  }
}
@media (max-width: 767px) {
  body.page main .title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}
body.page main .container {
  padding: 0;
}
body.page main p {
  line-height: 1.6;
}
body.page.service {
  font-size: 26px;
}
@media (max-width: 1600px) {
  body.page.service {
    font-size: 1.625vw;
  }
}
@media (max-width: 767px) {
  body.page.service {
    font-size: 14px;
  }
}
body.page.service main .visible-xs {
  display: none;
}
@media (max-width: 767px) {
  body.page.service main .visible-xs {
    display: block;
  }
}
body.page.service main .hidden-xs {
  display: block;
}
@media (max-width: 767px) {
  body.page.service main .hidden-xs {
    display: none;
  }
}
body.page.service main .visible-tab {
  display: none;
}
@media (max-width: 1000px) {
  body.page.service main .visible-tab {
    display: block;
  }
}
body.page.service main .hidden-tab {
  display: block;
}
@media (max-width: 1000px) {
  body.page.service main .hidden-tab {
    display: none;
  }
}
body.page.service main .h2Head {
  background-image: url(../img/news_PC.png);
}
body.page.service main .h2Head .c-level2Heading::after {
  display: none;
}
body.page.service main .h2Head .c-level2Heading,
body.page.service main .h2Head h1 {
  display: inline-block;
  position: relative;
  font-size: 70px;
  font-weight: bold;
  padding-bottom: 40px;
  line-height: 1.5;
}
@media (max-width: 1600px) {
  body.page.service main .h2Head .c-level2Heading,
  body.page.service main .h2Head h1 {
    font-size: 50px;
  }
}
@media (max-width: 1000px) {
  body.page.service main .h2Head .c-level2Heading,
  body.page.service main .h2Head h1 {
    font-size: 18px;
    padding-bottom: 0;
  }
}
body.page.service main .h2Head .c-level2Heading span,
body.page.service main .h2Head h1 span {
  font-weight: bold;
  font-size: 50px;
  padding-bottom: 10px;
  border-bottom: #D40015 solid 4px;
}
@media (max-width: 1600px) {
  body.page.service main .h2Head .c-level2Heading span,
  body.page.service main .h2Head h1 span {
    font-size: 30px;
  }
}
@media (max-width: 1000px) {
  body.page.service main .h2Head .c-level2Heading span,
  body.page.service main .h2Head h1 span {
    padding-top: 20px;
    font-size: 16px;
    padding-bottom: 3px;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  body.page.service main .h2Head .c-level2Heading span,
  body.page.service main .h2Head h1 span {
    border-bottom: #D40015 solid 3px;
  }
}
body.page.service main .h2Head + .container ul li a {
  color: #000000;
  border-bottom: none;
}
body.page.service main a {
  color: #333;
  border-bottom: #333 solid 1px;
}
body.page.service main .sec1 h4#information {
  scroll-margin-top: 100px;
}
body.page.service main .sec1 ul#download_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
body.page.service main .sec1 ul#download_flex .download_box {
  width: 28%;
  max-width: 320px;
  padding: 30px 20px;
  background-color: #EDDCDC;
  border-radius: 20px;
}
@media (max-width: 1000px) {
  body.page.service main .sec1 ul#download_flex .download_box {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  body.page.service main .sec1 ul#download_flex .download_box .download_img {
    text-align: center;
  }
}
@media (max-width: 1000px) {
  body.page.service main .sec1 ul#download_flex .download_box .download_img img {
    display: inline;
  }
}
body.page.service main .sec1 ul#download_flex .download_box .download_mv {
  width: 100%;
  aspect-ratio: 16/9;
}
@media (max-width: 1000px) {
  body.page.service main .sec1 ul#download_flex .download_box .download_mv {
    text-align: center;
  }
}
body.page.service main .sec1 ul#download_flex .download_box .download_ttl {
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 1000px) {
  body.page.service main .sec1 ul#download_flex .download_box .download_ttl {
    text-align: center;
  }
}
body.page.service main .sec1 ul#download_flex .download_box .download_disc {
  margin-top: 20px;
  font-size: 14px;
}
body.page.service main .sec1 ul#download_flex .download_box .download_btn_wrp {
  margin-top: 20px;
}
body.page.service main .sec1 ul#download_flex .download_box .download_btn_wrp a {
  font-size: 16px;
  display: block;
  text-align: center;
  color: #FFF;
  background: #D30217;
  border-radius: 4px;
  padding: 16px 0;
  font-weight: bold;
  box-shadow: 2px 3px 0 #c8c8c8;
  border-bottom: none;
  width: 188px;
  margin: 0 auto;
}
body.page.service main .sec1 ul#download_flex .download_box .download_btn_wrp a:hover {
  opacity: 0.7;
}
body.page.service main .sec1 .title.mrTop2 span {
  font-size: 50px;
  font-weight: bold;
}
@media (max-width: 1600px) {
  body.page.service main .sec1 .title.mrTop2 span {
    font-size: 2.604vw;
  }
}
@media (max-width: 767px) {
  body.page.service main .sec1 .title.mrTop2 span {
    font-size: 24px;
    line-height: 1.4;
  }
}
body.page.service main .sec1 .mrTop2 + p {
  font-size: 26px;
  line-height: 1.7;
  margin-bottom: 50px;
}
@media (max-width: 1600px) {
  body.page.service main .sec1 .mrTop2 + p {
    font-size: 1.354vw;
  }
}
@media (max-width: 767px) {
  body.page.service main .sec1 .mrTop2 + p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  body.page.service main .sec1 .table-list {
    display: block;
  }
}
body.page.service main .sec1 .table-list li {
  padding: 6px 10px;
  background-color: #FCF6AD;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  body.page.service main .sec1 .table-list li {
    font-size: 1.354vw;
  }
}
@media (max-width: 767px) {
  body.page.service main .sec1 .table-list li {
    font-size: 13px;
    margin-bottom: 14px;
    padding: 8px 15px 8px 13px;
    margin-right: 0;
  }
}
body.page.service main .sec1 .table-list li a {
  color: #000000;
  border-bottom: none;
}
@media (max-width: 767px) {
  body.page.service main .sec1 .table-list li a {
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  body.page.service main .sec1 .table-list li a span {
    display: inline-block;
    margin-left: 5px;
  }
}
body.page.service main .sec1 .table-list li:last-of-type {
  margin-bottom: 0;
}
body.page.service main .sec1 .table-list + .note {
  position: relative;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 64px;
}
body.page.service main .sec1 .table-list + .note p {
  width: 88%;
  font-size: 13px;
  line-height: 1.7;
}
@media (max-width: 1600px) {
  body.page.service main .sec1 .table-list + .note p {
    font-size: max(0.8125vw, 7px);
  }
}
@media (max-width: 1000px) {
  body.page.service main .sec1 .table-list + .note p {
    font-size: 7px;
  }
}
@media (max-width: 767px) {
  body.page.service main .sec1 .table-list + .note p {
    width: 80%;
  }
}
body.page.service main .sec1 .table-list + .note figure {
  display: block;
  width: 15%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
body.page.service main .sec1 .table-list + .note figure img {
  margin-left: auto;
  max-width: 50%;
  height: auto;
}
@media (max-width: 1000px) {
  body.page.service main .sec1 .table-list + .note figure img {
    max-width: 100%;
    width: 45px;
  }
}
body.page.service main .sec1 #section-01, body.page.service main .sec1 #section-02, body.page.service main .sec1 #section-03, body.page.service main .sec1 #section-04, body.page.service main .sec1 #section-05, body.page.service main .sec1 #section-06, body.page.service main .sec1 #section-07, body.page.service main .sec1 #section-08, body.page.service main .sec1 #section-09 {
  line-height: 1.2;
}
@media (max-width: 767px) {
  body.page.service main .sec1 #section-01, body.page.service main .sec1 #section-02, body.page.service main .sec1 #section-03, body.page.service main .sec1 #section-04, body.page.service main .sec1 #section-05, body.page.service main .sec1 #section-06, body.page.service main .sec1 #section-07, body.page.service main .sec1 #section-08, body.page.service main .sec1 #section-09 {
    line-height: 1.4;
  }
}
body.page.service main .sec1 .content-title {
  font-size: 32px;
  font-weight: bold;
  padding-left: 44px;
  background: url(../img/pcidss/red-circle.svg) no-repeat top 2px left;
  margin-bottom: 37px;
  background-size: 32px;
}
@media (max-width: 1600px) {
  body.page.service main .sec1 .content-title {
    font-size: 1.667vw;
    background-size: 1.8vw;
    background-position: top 1px left;
    padding-left: 2.5vw;
  }
}
@media (max-width: 767px) {
  body.page.service main .sec1 .content-title {
    font-size: 18px;
    background-size: 13px;
    padding-left: 25px;
    margin-bottom: 19px;
    background-position: top 4px left;
  }
}
body.page.service main .btn-area {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #F4F4F4;
  padding-top: 53px;
  padding-bottom: 53px;
}
@media (max-width: 767px) {
  body.page.service main .btn-area {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
body.page.service main .btn-area .inner-container {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  padding: 74px 64px;
  background-color: #fff;
}
@media (max-width: 767px) {
  body.page.service main .btn-area .inner-container {
    max-width: 327px;
    display: block;
    padding: 20px 13px;
    padding-bottom: 14px;
    row-gap: 10px;
  }
}
@media (max-width: 767px) {
  body.page.service main .btn-area .inner-container :first-child {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  body.page.service main .btn-area-1 {
    margin-left: 13px;
    margin-right: 13px;
  }
}
body.page.service main .btn-area-1 .btn {
  margin-left: auto;
  margin-right: auto;
}
body.page.service main .btn {
  width: 599px;
  height: auto;
  padding: 0;
  border: none;
  background: none;
}
@media (max-width: 767px) {
  body.page.service main .btn {
    width: 100%;
  }
}
body.page.service main .image-area img {
  width: 100%;
  height: auto;
}
body.page.service main .image-area.bg-white {
  background: #ffffff;
}
body.page.service main .image-center img {
  width: 100%;
  max-width: 850px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
body.page.service main .image-left img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
body.page.service main .spacer {
  padding-top: 70px;
  margin-top: -70px;
}
@media (max-width: 767px) {
  body.page.service main .spacer {
    padding-top: 70px;
    margin-top: -70px;
  }
}
body.page.service main .spacer--02 {
  padding-top: 130px;
  margin-top: -130px;
}
@media (max-width: 767px) {
  body.page.service main .spacer--02 {
    padding-top: 70px;
    margin-top: -70px;
  }
}
body.page.service.securitydiagnosis .h2Head {
  background-image: url(../img/securitydiagnosis/hero_pc.jpg);
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .h2Head {
    background-image: url(../img/securitydiagnosis/hero_sp.jpg);
  }
}
body.page.service.securitydiagnosis .sec1 .section-01 {
  margin-bottom: 35px;
}
@media (max-width: 1600px) {
  body.page.service.securitydiagnosis .sec1 .section-01 {
    font-size: 1.667vw;
  }
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .section-01 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
body.page.service.securitydiagnosis .sec1 .section-01 + p {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .section-01 + p {
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .table-area {
    overflow-x: scroll;
  }
}
body.page.service.securitydiagnosis .sec1 .table-area table {
  border-collapse: collapse;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .table-area table {
    width: 813px;
  }
}
body.page.service.securitydiagnosis .sec1 .table-area table tbody tr:nth-child(1) {
  height: 90px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .table-area table tbody tr:nth-child(1) {
    height: 50px;
  }
}
body.page.service.securitydiagnosis .sec1 .table-area table tbody tr:nth-child(2) {
  height: 130px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .table-area table tbody tr:nth-child(2) {
    height: 70px;
  }
}
body.page.service.securitydiagnosis .sec1 .table-area table tbody tr:nth-child(3) {
  height: 130px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .table-area table tbody tr:nth-child(3) {
    height: 70px;
  }
}
body.page.service.securitydiagnosis .sec1 .table-area table tbody tr:nth-child(4) {
  height: 170px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .table-area table tbody tr:nth-child(4) {
    height: 95px;
  }
}
body.page.service.securitydiagnosis .sec1 .table-area table tbody tr:nth-child(5) {
  height: 130px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .table-area table tbody tr:nth-child(5) {
    height: 95px;
  }
}
body.page.service.securitydiagnosis .sec1 .table-area table tbody tr:nth-child(6) {
  height: 130px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .table-area table tbody tr:nth-child(6) {
    height: 70px;
  }
}
body.page.service.securitydiagnosis .sec1 .table-area table tbody tr:nth-child(7) {
  height: 130px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .table-area table tbody tr:nth-child(7) {
    height: 70px;
  }
}
body.page.service.securitydiagnosis .sec1 .table-area table tbody tr:nth-child(8) {
  height: 130px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .table-area table tbody tr:nth-child(8) {
    height: 70px;
  }
}
body.page.service.securitydiagnosis .sec1 .table-area table tbody tr:nth-child(9) {
  height: 170px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .table-area table tbody tr:nth-child(9) {
    height: 95px;
  }
}
body.page.service.securitydiagnosis .sec1 .table-area table tbody tr:nth-child(9) .jisshisyuki {
  text-align: left;
  padding: 0 25px;
}
body.page.service.securitydiagnosis .sec1 .table-area table tbody td, body.page.service.securitydiagnosis .sec1 .table-area table tbody th {
  border: 2px solid #F4F4F4;
  vertical-align: middle;
}
body.page.service.securitydiagnosis .sec1 .table-area table tbody td {
  font-size: 22px;
  line-height: 1.9;
}
@media (max-width: 1600px) {
  body.page.service.securitydiagnosis .sec1 .table-area table tbody td {
    font-size: 1.146vw;
  }
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .table-area table tbody td {
    font-size: 12px;
  }
}
body.page.service.securitydiagnosis .sec1 .table-area table tbody .service-name {
  padding: 0 32px;
  width: 271px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .table-area table tbody .service-name {
    padding: 0 20px;
  }
}
body.page.service.securitydiagnosis .sec1 .table-area table tbody .subject {
  padding: 0 14px;
  width: 141px;
}
body.page.service.securitydiagnosis .sec1 .table-area table tbody .gaiyo {
  padding: 0 34px;
  width: 491px;
}
body.page.service.securitydiagnosis .sec1 .table-area table tbody .jisshisya {
  text-align: center;
  width: 121px;
}
body.page.service.securitydiagnosis .sec1 .table-area table tbody .jisshisyuki {
  text-align: center;
  width: 251px;
}
body.page.service.securitydiagnosis .sec1 .table-area table tbody .yoken-number {
  text-align: center;
  width: 155px;
}
body.page.service.securitydiagnosis .sec1 .table-area table tbody th {
  background-color: #F5D6D9;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .table-area table tbody th {
    padding: 0;
  }
}
body.page.service.securitydiagnosis .sec1 .table-area + p {
  font-size: 26px;
  margin-top: 35px;
  margin-bottom: 60px;
}
@media (max-width: 1600px) {
  body.page.service.securitydiagnosis .sec1 .table-area + p {
    font-size: 1.354vw;
  }
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .table-area + p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 36px;
    line-height: 1.5;
  }
}
body.page.service.securitydiagnosis .sec1 .section-03 + p {
  margin-bottom: 25px;
}
body.page.service.securitydiagnosis .sec1 .section-04 + h5 + p + .check-list {
  display: table;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 58px;
  margin-top: 47px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .section-04 + h5 + p + .check-list {
    margin-bottom: 33px;
    margin-top: 17px;
    margin-bottom: 22px;
  }
}
body.page.service.securitydiagnosis .sec1 .section-04 + h5 + p + .check-list li {
  padding-left: 34px;
  background: url(../img/securitydiagnosis/check.jpg) no-repeat 0px 2px;
  background-size: auto 70%;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .section-04 + h5 + p + .check-list li {
    line-height: 22px;
    background-position: 0px 0px;
    background-size: 22px;
  }
}
body.page.service.securitydiagnosis .sec1 .section-04 + h5 + p + .check-list + h5 + p {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .section-05 {
    margin-top: 36px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
body.page.service.securitydiagnosis .sec1 .section-05 + p {
  line-height: 1.8;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .section-05 + p {
    line-height: 1.7;
  }
}
body.page.service.securitydiagnosis .sec1 .section-05 + p + h5 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  body.page.service.securitydiagnosis .sec1 .section-05 + p + h5 {
    font-size: 1.667vw;
  }
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .section-05 + p + h5 {
    font-size: 18px;
    margin-top: 38px;
    margin-bottom: 20px;
  }
}
body.page.service.securitydiagnosis .sec1 .section-05 + p + h5 + .image-area {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .section-05 + p + h5 + .image-area {
    overflow-x: scroll;
    margin-bottom: 20px;
  }
  body.page.service.securitydiagnosis .sec1 .section-05 + p + h5 + .image-area img {
    max-width: 602px;
    width: 602px;
  }
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup {
    margin-top: 20px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup > p {
  font-size: 26px;
  margin-bottom: 70px;
  line-height: 1.8;
}
@media (max-width: 1600px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup > p {
    font-size: 1.354vw;
  }
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup > p {
    font-size: 14px;
    margin-bottom: 36px;
    line-height: 1.5;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .nav {
    margin-bottom: 36px;
    display: block;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .nav a {
  width: 540px;
  padding: 10px 0;
  text-align: center;
  border: solid 1px #0F3A8E;
  color: #0F3A8E;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .nav a {
    padding: 7px 0;
    display: block;
    width: 100%;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .nav :first-child {
  margin-right: 72px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .nav :first-child {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-content > h3 {
  border-bottom: 3px solid #0F3A8E;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-content > h3 {
    border-bottom: 0;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-content > h3 span {
  width: 540px;
  padding: 11px 0;
  background-color: #0F3A8E;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-content > h3 span {
    width: 100%;
    padding: 8px 0;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card {
    display: block;
    margin-top: 20px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card dt {
  width: 540px;
  position: relative;
  padding-left: 119px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1000px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card dt {
    width: 420px;
  }
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card dt {
    width: 100%;
    padding-left: 57px;
    font-weight: bold;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card dt img {
  position: absolute;
  width: 57px;
  top: 0;
  bottom: 0;
  left: 36px;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card dt img {
    width: 34px;
    left: 13px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card dd {
  width: calc(100% - 540px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 30px;
}
@media (max-width: 1000px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card dd {
    width: calc(100% - 420px);
  }
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card dd {
    padding: 20px 13px;
    margin: 0;
    width: 100%;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card dd h4 {
  font-weight: bold;
  line-height: 1.8;
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card dd p {
  font-size: 22px;
  margin-bottom: 0;
  line-height: 1.9;
  font-weight: bold;
}
@media (max-width: 1600px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card dd p {
    font-size: 1.146vw;
  }
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card dd p {
    font-size: 12px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(1) {
  border: #0374BB solid 1px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(1) {
    height: auto;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(1) dt {
  background-color: #E5F1F8;
  color: #0374BB;
  border-right: #0374BB solid 1px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(1) dt {
    line-height: 50px;
    border-right: 0;
    border-bottom: #0374BB 1px solid;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(1) dd h4 {
  color: #0374BB;
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(2) {
  border: #0A8F91 solid 1px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(2) {
    height: auto;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(2) dt {
  background-color: #E6F4F4;
  color: #0A8F91;
  border-right: #0A8F91 solid 1px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(2) dt {
    line-height: 50px;
    border-right: 0;
    border-bottom: #0A8F91 1px solid;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(2) dd h4 {
  color: #0A8F91;
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(3) {
  border: #027F37 solid 1px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(3) {
    height: auto;
    margin-bottom: 36px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(3) dt {
  background-color: #E5F2EB;
  color: #027F37;
  border-right: #027F37 solid 1px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(3) dt {
    line-height: 50px;
    border-right: 0;
    border-bottom: #027F37 1px solid;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(3) dd h4 {
  color: #027F37;
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(3) + p {
  margin-bottom: 18px;
  font-size: 22px;
  color: #0F3A8E;
}
@media (max-width: 1600px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(3) + p {
    font-size: 1.146vw;
  }
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(3) + p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(3) + p + div {
  display: flex;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(3) + p + div {
    display: block;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(3) + p + div ul {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(3) + p + div ul {
    margin-bottom: 10px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(3) + p + div ul li {
  font-size: 22px;
  display: table;
  line-height: 2;
}
@media (max-width: 1600px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(3) + p + div ul li {
    font-size: 1.146vw;
  }
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(3) + p + div ul li {
    font-size: 14px;
    display: block;
    line-height: 1.5;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(3) + p + div ul li .red {
  color: #D40015;
  font-weight: bold;
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(3) + p + div ul li .shikaku {
  color: #0F3A8E;
  display: table-cell;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(3) + p + div ul li .shikaku {
    display: inline;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(3) + p + div img {
  width: 278px;
  height: 175.26px;
  margin: auto 40px 40px 40px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-01 .service-card:nth-of-type(3) + p + div img {
    width: 200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 > h3 + p {
  margin-top: 50px;
  margin-bottom: 32px;
  font-size: 22px;
  color: #0F3A8E;
  font-weight: bold;
}
@media (max-width: 1600px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 > h3 + p {
    font-size: 1.146vw;
  }
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 > h3 + p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .feature-area {
  border: #0F3A8E 1px solid;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .feature-area {
    margin-bottom: 36px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .feature-area > h4 {
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .feature-area > h4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .feature-area > h4 .red {
  font-size: 32px;
  color: #D40015;
  font-weight: bold;
}
@media (max-width: 1600px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .feature-area > h4 .red {
    font-size: 1.667vw;
  }
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .feature-area > h4 .red {
    font-size: 22px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .feature-area > h4 .red:first-of-type {
  margin-right: 30px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .feature-area > h4 .red:first-of-type {
    margin-right: 0;
    display: block;
    margin-bottom: 22px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .feature-area > h4 .red:last-of-type {
  margin-left: 30px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .feature-area > h4 .red:last-of-type {
    margin-left: 0;
    display: block;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .feature-area > h4 .yazirushi {
    display: block;
    transform: rotate(90deg);
    font-size: 20px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .feature-area > h4 .text {
  font-weight: bold;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .feature-area > h4 .text {
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .feature-area .feature-items {
  max-width: 1060px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 27px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .feature-area .feature-items {
    flex-wrap: wrap;
    row-gap: 15px;
    margin-left: 13px;
    margin-right: 13px;
    margin-bottom: 20px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .feature-area .feature-items .feature-item {
  width: 280px;
  height: 200px;
  background-color: #D9EAF5;
  position: relative;
  border-radius: 20px;
  margin: 0 15px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .feature-area .feature-items .feature-item {
    width: calc(50% - 10px);
    height: 106px;
    margin: 0;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .feature-area .feature-items .feature-item img {
  width: 100px;
  height: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .feature-area .feature-items .feature-item img {
    width: 53px;
    height: auto;
    top: 21px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .feature-area .feature-items .feature-item p {
  font-weight: bold;
  font-size: 26px;
  color: #0F3A8E;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
}
@media (max-width: 1600px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .feature-area .feature-items .feature-item p {
    font-size: 1.625vw;
  }
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .feature-area .feature-items .feature-item p {
    font-size: 14px;
    bottom: 17px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .point-area {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .point-area {
    margin-bottom: 36px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .point-area > h3 {
  font-family: Verdana;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 58px;
  margin-bottom: 53px;
}
@media (max-width: 1600px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .point-area > h3 {
    font-size: 1.667vw;
  }
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .point-area > h3 {
    font-size: 22px;
    line-height: 45px;
    margin-bottom: 61px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .point-area > h3 span {
  display: inline-block;
  width: 58px;
  height: 58px;
  background-color: #D40015;
  color: #fff;
  border-radius: 50px;
  margin-left: 13px;
  margin-right: 7px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .point-area > h3 span {
    width: 45px;
    height: 45px;
    font-weight: bold;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .point-area .point-items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .point-area .point-items {
    display: block;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .point-area .point-items .point-item {
  width: calc(33.3333333333% - 20px);
  height: auto;
  border: #D40015 1px solid;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .point-area .point-items .point-item {
    width: 100%;
    height: auto;
    margin-bottom: 36px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .point-area .point-items .point-item .num {
  font-size: 37px;
  font-weight: bold;
  width: 66px;
  height: 66px;
  line-height: 66px;
  background-color: #D40015;
  color: #fff;
  border-radius: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -35px;
}
@media (max-width: 1600px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .point-area .point-items .point-item .num {
    font-size: 1.927vw;
  }
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .point-area .point-items .point-item .num {
    font-size: 28px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    top: -27px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .point-area .point-items .point-item h4 {
  font-weight: bold;
  color: #D40015;
  margin-top: 57px;
  margin-bottom: 33px;
}
@media (max-width: 1600px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .point-area .point-items .point-item h4 {
    font-size: 1.354vw;
  }
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .point-area .point-items .point-item h4 {
    font-size: 20px;
    margin-top: 45px;
    margin-bottom: 25px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .point-area .point-items .point-item p {
  font-size: 22px;
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .point-area .point-items .point-item p {
    font-size: 1.146vw;
  }
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .point-area .point-items .point-item p {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .point-area .point-items .point-item .text {
  margin-left: 22px;
  margin-right: 22px;
  margin-bottom: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #D40015;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1600px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .point-area .point-items .point-item .text {
    font-size: 1.146vw;
  }
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .point-area .point-items .point-item .text {
    margin-left: 17px;
    margin-right: 17px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .check-list {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .check-list {
    margin-bottom: 33px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .check-list li {
  padding-left: 34px;
  background: url(../img/securitydiagnosis/check.jpg) no-repeat 0px 2px;
  background-size: auto 70%;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .check-list li {
    line-height: 22px;
    background-position: 0px 0px;
    background-size: 22px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .check-list + .image-area {
  margin-bottom: 116px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .check-list + .image-area {
    margin-bottom: 52px;
    overflow-x: scroll;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .check-list + .image-area h4 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 1600px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .check-list + .image-area h4 {
    font-size: 1.667vw;
  }
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .check-list + .image-area h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .check-list + .image-area picture img {
    width: 400px;
    max-width: 400px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .wisas {
  border: #707070 1px solid;
  position: relative;
  margin-bottom: 115px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .wisas {
    position: static;
    padding: 21px 13px;
    margin-bottom: 31px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .wisas h4 {
  font-weight: bold;
  position: absolute;
  top: -18px;
  left: 50px;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .wisas h4 {
    position: static;
    padding: 0;
    font-weight: bold;
    margin-bottom: 14px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .wisas div {
  display: flex;
  padding: 44px 64px 38px 100px;
  align-items: center;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .wisas div {
    display: block;
    padding: 0;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .wisas div img {
  width: 225px;
  height: auto;
  margin-right: 94px;
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .wisas div img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
}
body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .wisas div p {
  font-size: 22px;
  line-height: 2;
  margin-top: -13px;
}
@media (max-width: 1600px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .wisas div p {
    font-size: 1.146vw;
  }
}
@media (max-width: 767px) {
  body.page.service.securitydiagnosis .sec1 .service-lineup .service-02 .wisas div p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0;
  }
}
body.page.service.securitysolution .h2Head {
  background-image: url(../img/securitysolution/hero_pc.jpg);
}
@media (max-width: 767px) {
  body.page.service.securitysolution .h2Head {
    background-image: url(../img/securitysolution/hero_sp.jpg);
  }
}
body.page.service.securitysolution .section-01 + p {
  font-size: 18px;
}
@media (max-width: 1000px) {
  body.page.service.securitysolution .section-01 + p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body.page.service.securitysolution .section-02 {
    margin-top: 31px;
    margin-bottom: 20px;
  }
}
body.page.service.securitysolution .section-02 + p {
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 1000px) {
  body.page.service.securitysolution .section-02 + p {
    font-size: 14px;
    line-height: 1.7;
  }
  body.page.service.securitysolution .section-02 + p + ul {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
body.page.service.securitysolution .section-02 + p + ul {
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  body.page.service.securitysolution .section-02 + p + ul {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
body.page.service.securitysolution .section-02 + p + ul + p {
  font-size: 18px;
}
@media (max-width: 1000px) {
  body.page.service.securitysolution .section-02 + p + ul + p {
    font-size: 14px;
  }
}
body.page.service.securitysolution .section-03 + p {
  font-size: 18px;
}
@media (max-width: 1000px) {
  body.page.service.securitysolution .section-03 + p {
    font-size: 14px;
  }
}
body.page.service.securitysolution .section-04 + p {
  font-size: 18px;
}
@media (max-width: 1000px) {
  body.page.service.securitysolution .section-04 + p {
    font-size: 14px;
  }
}
body.page.service.securitysolution .image-area picture img {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  body.page.service.securitysolution .image-area picture img {
    width: 100%;
  }
}
body.page.service.securitysolution .explanation {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  body.page.service.securitysolution .explanation {
    margin-top: 20px;
    margin-bottom: 35px;
  }
}
body.page.service.securitysolution .explanation p {
  font-size: 26px;
  line-height: 1.8;
}
@media (max-width: 1600px) {
  body.page.service.securitysolution .explanation p {
    font-size: 1.354vw;
  }
}
@media (max-width: 767px) {
  body.page.service.securitysolution .explanation p {
    font-size: 14px;
    line-height: 1.7;
  }
}
body.page.service.securitysolution .section-05 + p {
  margin-bottom: 37px;
  font-size: 18px;
}
@media (max-width: 1000px) {
  body.page.service.securitysolution .section-05 + p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body.page.service.securitysolution .section-05 + p {
    margin-bottom: 15px;
  }
}
body.page.service.securitysolution .section-05 + p + .image-area {
  margin-bottom: 104px;
}
@media (max-width: 767px) {
  body.page.service.securitysolution .section-05 + p + .image-area {
    margin-bottom: 30px;
  }
}
body.page.service.securityeducation .h2Head {
  background-image: url(../img/securityeducation/hero_pc.jpg);
}
@media (max-width: 767px) {
  body.page.service.securityeducation .h2Head {
    background-image: url(../img/securityeducation/hero_sp.jpg);
  }
}
body.page.service.securityeducation .section-04 + p span {
  font-size: 22px;
  line-height: 2.1;
}
@media (max-width: 1600px) {
  body.page.service.securityeducation .section-04 + p span {
    font-size: 1.146vw;
  }
}
@media (max-width: 767px) {
  body.page.service.securityeducation .section-04 + p span {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.011em;
  }
}
body.page.service.securityeducation .section-05 + div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 67px;
}
@media (max-width: 767px) {
  body.page.service.securityeducation .section-05 + div {
    margin-bottom: 12px;
  }
}
body.page.service.securityeducation .section-05 + div p {
  width: 62.8%;
}
@media (max-width: 767px) {
  body.page.service.securityeducation .section-05 + div p {
    width: calc(100% - 18px - 150px);
  }
}
body.page.service.securityeducation .section-05 + div .image-area {
  width: 28.7%;
}
@media (max-width: 767px) {
  body.page.service.securityeducation .section-05 + div .image-area {
    width: 150px;
  }
}
body.page.service.securityeducation .section-06 + .image-area + p {
  margin: 60px 0;
  text-align: center;
}
@media (max-width: 767px) {
  body.page.service.securityeducation .section-06 + .image-area + p {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
body.page.service.securityeducation .section-06 + .image-area + p + .image-area {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  body.page.service.securityeducation .section-06 + .image-area + p + .image-area {
    width: 257px;
  }
}
body.page.service.securityeducation .section-08 + div {
  display: flex;
  justify-content: space-between;
}
body.page.service.securityeducation .section-08 + div p {
  width: 74.5%;
}
@media (max-width: 767px) {
  body.page.service.securityeducation .section-08 + div p {
    width: calc(100% - 18px - 150px);
    line-height: 1.7;
  }
}
body.page.service.securityeducation .section-08 + div .image-area {
  width: 20.2%;
}
@media (max-width: 767px) {
  body.page.service.securityeducation .section-08 + div .image-area {
    width: 145px;
  }
}
body.page.service.securityeducation .section-09 + p {
  font-size: 18px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  body.page.service.securityeducation .section-09 + p {
    margin-bottom: 32px;
  }
}
@media (max-width: 1000px) {
  body.page.service.securityeducation .section-09 + p {
    font-size: 14px;
  }
}
@media (min-width: 1601px) {
  body.page.service.securityeducation .section-09 + p {
    font-size: 24px;
  }
}
body.page.service.securityeducation .section-09 + p + ul {
  font-size: 18px;
  margin-bottom: 32px;
}
@media (max-width: 1000px) {
  body.page.service.securityeducation .section-09 + p + ul {
    font-size: 14px;
  }
}
@media (min-width: 1601px) {
  body.page.service.securityeducation .section-09 + p + ul {
    font-size: 24px;
  }
}
body.page.service.securityeducation .section-09 + p + ul + p {
  font-size: 18px;
  margin-bottom: 64px;
}
@media (max-width: 1000px) {
  body.page.service.securityeducation .section-09 + p + ul + p {
    font-size: 14px;
  }
}
@media (min-width: 1601px) {
  body.page.service.securityeducation .section-09 + p + ul + p {
    font-size: 24px;
  }
}
body.page.service.security .h2Head {
  background-image: url(../img/security/hero_pc.jpg);
}
@media (max-width: 767px) {
  body.page.service.security .h2Head {
    background-image: url(../img/security/hero_sp.jpg);
  }
}
body.page.service.security .section-01 + p b {
  display: block;
  margin: 50px 0;
}
@media (max-width: 767px) {
  body.page.service.security .section-01 + p b {
    margin: 20px 0;
  }
}
body.page.service.security .section-01 + p + .image-area {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body.page.service.security .section-01 + p + .image-area {
    margin-bottom: 10px;
  }
}
body.page.service.security .section-01 + p + .image-area + p a {
  color: #000000;
  border-bottom: 1px solid #000000;
}
body.page.service.security .section-02 + div {
  display: flex;
}
@media (max-width: 767px) {
  body.page.service.security .section-02 + div {
    display: block;
  }
}
body.page.service.security .section-02 + div p {
  width: 70%;
  margin-right: 25px;
}
body.page.service.security .section-02 + div .image-area {
  width: 550px;
}
body.page.service.security .section-02 + div .image-area picture {
  position: relative;
}
@media (max-width: 1000px) {
  body.page.service.security .section-02 + div .image-area {
    width: 30%;
  }
  body.page.service.security .section-02 + div .image-area picture {
    display: block;
    top: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  body.page.service.security .section-02 + div .image-area {
    width: 248px;
    margin: 20px auto;
  }
  body.page.service.security .section-02 + div .image-area picture {
    top: 0;
  }
}
body.page.service.security .check-list {
  display: table;
  margin-bottom: 30px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  body.page.service.security .check-list {
    margin-top: 20px;
    margin-bottom: 25px;
  }
}
body.page.service.security .check-list li {
  padding-left: 34px;
  background: url(../img/securitydiagnosis/check.jpg) no-repeat 0px 2px;
  background-size: auto 70%;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.page.service.security .check-list li {
    line-height: 22px;
    background-position: 0px 0px;
    background-size: 22px;
  }
}
body.page.service.security .check-list + .image-area {
  margin-bottom: 116px;
}
@media (max-width: 767px) {
  body.page.service.security .check-list + .image-area {
    margin-bottom: 52px;
    overflow-x: scroll;
  }
}
body.page.service.security .check-list + .image-area h4 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 1600px) {
  body.page.service.security .check-list + .image-area h4 {
    font-size: 1.667vw;
  }
}
@media (max-width: 767px) {
  body.page.service.security .check-list + .image-area h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}
body.page.service.security .btn-area-1 {
  margin: 60px 0;
}
@media (max-width: 767px) {
  body.page.service.security .btn-area-1 {
    margin: 36px 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.page.service.security .btn-area-1 + p {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  body.page.service.security .btn-area-1 + p {
    margin-bottom: 30px;
  }
}
body.page.service.security .section-03 + p {
  margin-bottom: 60px;
}
body.page.service.pcidss p, body.page.service.saqaoc p {
  font-size: 18px;
}
@media (max-width: 1000px) {
  body.page.service.pcidss p, body.page.service.saqaoc p {
    font-size: 14px;
  }
}
body.page.service.pcidss strong, body.page.service.saqaoc strong {
  font-weight: bold;
}
body.page.service.pcidss .h2Head, body.page.service.saqaoc .h2Head {
  background-image: url(../img/download/hero_pc.jpg);
}
@media (max-width: 767px) {
  body.page.service.pcidss .h2Head, body.page.service.saqaoc .h2Head {
    background-image: url(../img/download/hero_sp.jpg);
  }
}
body.page.service.pcidss .title-l, body.page.service.saqaoc .title-l {
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
  background-color: #F4F4F4;
  border-left: 80px solid #D40015;
  padding: 25px;
  padding-left: 20px;
}
@media (max-width: 1000px) {
  body.page.service.pcidss .title-l, body.page.service.saqaoc .title-l {
    font-size: 19px;
    padding: 10px 15px;
    border-left: 35px solid #D40015;
  }
}
body.page.service.pcidss .title-m, body.page.service.saqaoc .title-m {
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  background-color: #F4F4F4;
  border-left: 10px solid #D40015;
  padding: 15px;
  padding-left: 40px;
}
@media (max-width: 1000px) {
  body.page.service.pcidss .title-m, body.page.service.saqaoc .title-m {
    font-size: 16px;
    padding: 10px 15px;
    border-left: 5px solid #D40015;
  }
}
body.page.service.pcidss .title-s, body.page.service.saqaoc .title-s {
  font-size: 18px;
  font-weight: bold;
  padding-left: 1.25em;
  background: url(../img/pcidss/red-circle.svg) no-repeat top 2px left;
  background-size: 1em;
}
@media (max-width: 1000px) {
  body.page.service.pcidss .title-s, body.page.service.saqaoc .title-s {
    font-size: 15px;
  }
}
body.page.service.pcidss .bdbox, body.page.service.saqaoc .bdbox {
  position: relative;
  border: 1px solid #707070;
  padding: 35px 45px;
}
@media (max-width: 1000px) {
  body.page.service.pcidss .bdbox, body.page.service.saqaoc .bdbox {
    padding: 20px 20px;
  }
}
body.page.service.pcidss .bdbox .bdbox-inner, body.page.service.saqaoc .bdbox .bdbox-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  body.page.service.pcidss .bdbox .bdbox-inner, body.page.service.saqaoc .bdbox .bdbox-inner {
    display: block;
  }
}
body.page.service.pcidss .bdbox .bdbox-title, body.page.service.saqaoc .bdbox .bdbox-title {
  position: absolute;
  top: -1rem;
  background: #fff;
  padding: 0 20px;
  border: none;
  font-size: clamp(16px, 1.4876033058vw, 22px);
  font-weight: bold;
}
body.page.service.pcidss .bdbox a, body.page.service.saqaoc .bdbox a {
  text-decoration: none;
  border: none;
}
body.page.service.pcidss .bdbox a:hover, body.page.service.saqaoc .bdbox a:hover {
  color: #002C83;
}
body.page.service.pcidss .bdbox a img, body.page.service.saqaoc .bdbox a img {
  transition: all 0.3s;
}
body.page.service.pcidss .bdbox a img:hover, body.page.service.saqaoc .bdbox a img:hover {
  opacity: 0.7;
}
body.page.service.pcidss .bdbox p, body.page.service.saqaoc .bdbox p {
  font-size: clamp(14px, 1.4876033058vw, 18px);
}
@media (max-width: 767px) {
  body.page.service.pcidss .bdbox img, body.page.service.saqaoc .bdbox img {
    display: block;
    margin: 15px auto 0;
  }
}
body.page.service.pcidss .bdbox--02, body.page.service.saqaoc .bdbox--02 {
  border: 2px solid #D30217;
  border-top: none;
  border-radius: 0 0 0.5em 0.5em;
  margin-top: -1em;
  padding-top: 2.5em;
}
@media (max-width: 767px) {
  body.page.service.pcidss .bdbox--02, body.page.service.saqaoc .bdbox--02 {
    padding-top: 2.5em;
    padding: 2.5em 0.8em;
  }
}
body.page.service.pcidss .bdbox--02 img, body.page.service.saqaoc .bdbox--02 img {
  max-width: 269px;
}
body.page.service.pcidss .bdbox--02 .c-level5Header, body.page.service.saqaoc .bdbox--02 .c-level5Header {
  background: none;
  color: #D30217;
  text-align: center;
  font-size: clamp(16px, 1.857vw, 26px);
  margin-bottom: 1em;
  line-height: 1.6;
  padding: 0;
}
body.page.service.pcidss .bdbox--02 .c-level5Header a, body.page.service.saqaoc .bdbox--02 .c-level5Header a {
  color: currentColor;
  font-weight: bold;
}
body.page.service.pcidss .bdbox--02 .c-level5Header a:hover, body.page.service.saqaoc .bdbox--02 .c-level5Header a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  body.page.service.pcidss .bdbox--02 .c-level5Header, body.page.service.saqaoc .bdbox--02 .c-level5Header {
    margin-bottom: 1em;
  }
}
body.page.service.pcidss .bdbox--02__text, body.page.service.saqaoc .bdbox--02__text {
  font-size: clamp(14px, 1.4285vw, 20px) !important;
  width: 73%;
  line-height: 1.9;
  margin-right: 1em;
}
@media (max-width: 767px) {
  body.page.service.pcidss .bdbox--02__text, body.page.service.saqaoc .bdbox--02__text {
    width: 100%;
    margin-right: 0;
  }
}
body.page.service.pcidss .bdbox--02__text a, body.page.service.saqaoc .bdbox--02__text a {
  text-decoration: underline;
}
body.page.service.pcidss .bdbox--02__text a:hover, body.page.service.saqaoc .bdbox--02__text a:hover {
  text-decoration: none;
  color: currentColor;
  opacity: 0.7;
}
body.page.service.pcidss .bdbox--02__image img, body.page.service.saqaoc .bdbox--02__image img {
  width: clamp(250px, 19.2142vw, 269px);
}
body.page.service.pcidss .image-center, body.page.service.saqaoc .image-center {
  margin: 0 auto;
}
body.page.service.pcidss .txt-red, body.page.service.saqaoc .txt-red {
  color: #D40015;
  font-weight: bold;
}
body.page.service.pcidss .txt-marker, body.page.service.saqaoc .txt-marker {
  background: linear-gradient(transparent 50%, #F6CCD0 50%);
}
body.page.service.pcidss strong .txt-marker, body.page.service.saqaoc strong .txt-marker {
  font-weight: bold;
}
body.page.service.pcidss .sec-btn, body.page.service.saqaoc .sec-btn {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #F4F4F4;
  padding: 100px 20px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .sec-btn, body.page.service.saqaoc .sec-btn {
    padding: 40px 35px;
  }
}
body.page.service.pcidss .sec-btn .sec-btn-inner, body.page.service.saqaoc .sec-btn .sec-btn-inner {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body.page.service.pcidss .sec-btn .sec-btn-inner, body.page.service.saqaoc .sec-btn .sec-btn-inner {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}
body.page.service.pcidss .sec-btn .sec-btn-inner a, body.page.service.saqaoc .sec-btn .sec-btn-inner a {
  width: 47.2%;
  padding: 15px;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  body.page.service.pcidss .sec-btn .sec-btn-inner a, body.page.service.saqaoc .sec-btn .sec-btn-inner a {
    width: 100%;
    height: 55px;
  }
}
body.page.service.pcidss .sec-btn .sec-btn-inner a:hover, body.page.service.saqaoc .sec-btn .sec-btn-inner a:hover {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.4);
}
body.page.service.pcidss .sec-btn .sec-btn-inner a.btn-inquiry, body.page.service.saqaoc .sec-btn .sec-btn-inner a.btn-inquiry {
  background: #5EB63E;
}
@media (max-width: 767px) {
  body.page.service.pcidss .sec-btn .sec-btn-inner a.btn-inquiry, body.page.service.saqaoc .sec-btn .sec-btn-inner a.btn-inquiry {
    margin: 0 0 20px;
  }
}
body.page.service.pcidss .sec-btn .sec-btn-inner a.btn-inquiry p, body.page.service.saqaoc .sec-btn .sec-btn-inner a.btn-inquiry p {
  display: flex;
  flex-direction: column;
  font-size: clamp(16px, 1.8181818182vw, 30px);
  font-weight: bold;
  position: relative;
  padding-left: clamp(50px, 4.958677686vw, 100px);
}
body.page.service.pcidss .sec-btn .sec-btn-inner a.btn-inquiry p::before, body.page.service.saqaoc .sec-btn .sec-btn-inner a.btn-inquiry p::before {
  content: "";
  background: url(../img/pcidss/btn-inquiry.png) no-repeat left top/contain;
  display: block;
  position: absolute;
  width: 61px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
body.page.service.pcidss .sec-btn .sec-btn-inner a.btn-tel, body.page.service.saqaoc .sec-btn .sec-btn-inner a.btn-tel {
  background: #E99825;
}
body.page.service.pcidss .sec-btn .sec-btn-inner a.btn-tel p, body.page.service.saqaoc .sec-btn .sec-btn-inner a.btn-tel p {
  display: flex;
  flex-direction: column;
  font-size: clamp(22px, 2.479338843vw, 44px);
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  position: relative;
  padding-left: 45px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .sec-btn .sec-btn-inner a.btn-tel p, body.page.service.saqaoc .sec-btn .sec-btn-inner a.btn-tel p {
    text-align: center;
    padding-left: 0;
  }
}
body.page.service.pcidss .sec-btn .sec-btn-inner a.btn-tel p span, body.page.service.saqaoc .sec-btn .sec-btn-inner a.btn-tel p span {
  font-size: clamp(12px, 1.1570247934vw, 18px);
}
body.page.service.pcidss .sec-btn .sec-btn-inner a.btn-tel p::before, body.page.service.saqaoc .sec-btn .sec-btn-inner a.btn-tel p::before {
  content: "";
  background: url(../img/pcidss/btn-tel.png) no-repeat left top/contain;
  display: block;
  position: absolute;
  width: clamp(20px, 3.0578512397vw, 37px);
  height: 76%;
  left: 0;
  top: 6%;
}
@media (max-width: 767px) {
  body.page.service.pcidss .sec-btn .sec-btn-inner a.btn-tel p::before, body.page.service.saqaoc .sec-btn .sec-btn-inner a.btn-tel p::before {
    top: 5%;
    left: -18%;
  }
}
body.page.service.pcidss #downloadpagenav, body.page.service.saqaoc #downloadpagenav {
  display: flex;
  justify-content: center;
  gap: 100px;
  align-items: center;
  margin: 60px 30px 0;
}
@media (max-width: 1000px) {
  body.page.service.pcidss #downloadpagenav, body.page.service.saqaoc #downloadpagenav {
    gap: 0px;
    flex-wrap: wrap;
    margin: 30px 0 0;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss #downloadpagenav, body.page.service.saqaoc #downloadpagenav {
    gap: 0px;
    flex-wrap: wrap;
    margin: 30px 0 0;
  }
}
body.page.service.pcidss #downloadpagenav a, body.page.service.saqaoc #downloadpagenav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 80px;
  padding: 10px 20px;
  background: #A3ADB8;
  border: 1px solid #707070;
  position: relative;
  text-align: center;
  border: none;
}
@media (max-width: 1000px) {
  body.page.service.pcidss #downloadpagenav a, body.page.service.saqaoc #downloadpagenav a {
    width: 100%;
    padding: 10px 20px 20px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss #downloadpagenav a, body.page.service.saqaoc #downloadpagenav a {
    width: 100%;
    margin: 0 0 20px;
  }
}
body.page.service.pcidss #downloadpagenav a span, body.page.service.saqaoc #downloadpagenav a span {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
}
body.page.service.pcidss #downloadpagenav a span::before, body.page.service.pcidss #downloadpagenav a span::after, body.page.service.saqaoc #downloadpagenav a span::before, body.page.service.saqaoc #downloadpagenav a span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateX(-50%) rotate(135deg) skew(10deg, 10deg);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  body.page.service.pcidss #downloadpagenav a span::before, body.page.service.pcidss #downloadpagenav a span::after, body.page.service.saqaoc #downloadpagenav a span::before, body.page.service.saqaoc #downloadpagenav a span::after {
    width: 12px;
    height: 12px;
    bottom: 5px;
  }
}
body.page.service.pcidss #downloadpagenav a span::after, body.page.service.saqaoc #downloadpagenav a span::after {
  bottom: 0;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
}
@media (min-width: 767px) {
  body.page.service.pcidss #downloadpagenav a:hover, body.page.service.saqaoc #downloadpagenav a:hover {
    background: #D30217;
    border: 1px solid #D30217;
  }
  body.page.service.pcidss #downloadpagenav a:hover span::before, body.page.service.saqaoc #downloadpagenav a:hover span::before {
    bottom: 18px;
  }
  body.page.service.pcidss #downloadpagenav a:hover span::after, body.page.service.saqaoc #downloadpagenav a:hover span::after {
    bottom: 8px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss #downloadpagenav a:active, body.page.service.saqaoc #downloadpagenav a:active {
    background: #D30217;
    border: 1px solid #D30217;
  }
  body.page.service.pcidss #downloadpagenav a:active span::before, body.page.service.saqaoc #downloadpagenav a:active span::before {
    bottom: 18px;
  }
  body.page.service.pcidss #downloadpagenav a:active span::after, body.page.service.saqaoc #downloadpagenav a:active span::after {
    bottom: 8px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
  }
}
body.page.service.pcidss .consultation, body.page.service.saqaoc .consultation {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body.page.service.pcidss .consultation, body.page.service.saqaoc .consultation {
    flex-wrap: wrap;
    justify-content: center;
  }
}
body.page.service.pcidss .consultation .consultation-case, body.page.service.saqaoc .consultation .consultation-case {
  display: flex;
  justify-content: space-between;
  width: 73%;
  position: relative;
}
@media (max-width: 767px) {
  body.page.service.pcidss .consultation .consultation-case, body.page.service.saqaoc .consultation .consultation-case {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 40px;
  }
}
body.page.service.pcidss .consultation .consultation-case li, body.page.service.saqaoc .consultation .consultation-case li {
  display: flex;
  flex-direction: column;
  border-radius: 10px 10px 0 0;
  border: 1px solid #898181;
  width: calc(33.3333333333% - 0.826vw);
  position: relative;
}
@media (max-width: 767px) {
  body.page.service.pcidss .consultation .consultation-case li, body.page.service.saqaoc .consultation .consultation-case li {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 5px 5px 0 0;
    margin-bottom: 15px;
  }
}
body.page.service.pcidss .consultation .consultation-case li .txt-main, body.page.service.saqaoc .consultation .consultation-case li .txt-main {
  font-size: clamp(14px, 1.4876033058vw, 18px);
  padding: clamp(10px, 1.2396694215vw, 20px);
  font-weight: 500;
}
@media (max-width: 767px) {
  body.page.service.pcidss .consultation .consultation-case li .txt-main, body.page.service.saqaoc .consultation .consultation-case li .txt-main {
    text-align: center;
    transform: translateX(-1.5em);
  }
}
body.page.service.pcidss .consultation .consultation-case li .txt-sub, body.page.service.saqaoc .consultation .consultation-case li .txt-sub {
  width: 100%;
  height: clamp(70px, 5.7851239669vw, 70px);
  margin-top: auto;
  background: #898181;
  display: flex;
  align-items: center;
  padding: 0 1.653vw;
}
@media (max-width: 767px) {
  body.page.service.pcidss .consultation .consultation-case li .txt-sub, body.page.service.saqaoc .consultation .consultation-case li .txt-sub {
    height: auto;
    padding: clamp(5px, 0.826446281vw, 10px);
    justify-content: center;
  }
}
body.page.service.pcidss .consultation .consultation-case li .txt-sub p, body.page.service.saqaoc .consultation .consultation-case li .txt-sub p {
  position: relative;
  color: #fff;
  font-size: clamp(15px, 1.4876033058vw, 20px);
  font-weight: bold;
  z-index: 1;
}
body.page.service.pcidss .consultation .consultation-case li:nth-of-type(1) .txt-sub::after, body.page.service.saqaoc .consultation .consultation-case li:nth-of-type(1) .txt-sub::after {
  content: "";
  background: url(../img/pcidss/consultation01.png) no-repeat left bottom/contain;
  display: block;
  position: absolute;
  width: 34.0579710145%;
  height: 100%;
  right: 12px;
  bottom: 0;
}
@media (max-width: 767px) {
  body.page.service.pcidss .consultation .consultation-case li:nth-of-type(1) .txt-sub::after, body.page.service.saqaoc .consultation .consultation-case li:nth-of-type(1) .txt-sub::after {
    width: 50px;
    height: 150px;
    right: 10px;
  }
}
body.page.service.pcidss .consultation .consultation-case li:nth-of-type(2) .txt-sub::after, body.page.service.saqaoc .consultation .consultation-case li:nth-of-type(2) .txt-sub::after {
  content: "";
  background: url(../img/pcidss/consultation02.png) no-repeat left bottom/contain;
  display: block;
  position: absolute;
  width: 36.231884058%;
  height: 100%;
  right: 5px;
  bottom: 0;
}
@media (max-width: 767px) {
  body.page.service.pcidss .consultation .consultation-case li:nth-of-type(2) .txt-sub::after, body.page.service.saqaoc .consultation .consultation-case li:nth-of-type(2) .txt-sub::after {
    width: 50px;
    height: 150px;
    right: 10px;
  }
}
body.page.service.pcidss .consultation .consultation-case li:nth-of-type(3) .txt-sub::after, body.page.service.saqaoc .consultation .consultation-case li:nth-of-type(3) .txt-sub::after {
  content: "";
  background: url(../img/pcidss/consultation03.png) no-repeat left bottom/contain;
  display: block;
  position: absolute;
  width: 52.5362318841%;
  height: 100%;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  body.page.service.pcidss .consultation .consultation-case li:nth-of-type(3) .txt-sub::after, body.page.service.saqaoc .consultation .consultation-case li:nth-of-type(3) .txt-sub::after {
    width: 70px;
    height: 150px;
    right: 5px;
  }
}
body.page.service.pcidss .consultation .consultation-case::after, body.page.service.saqaoc .consultation .consultation-case::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 30px solid #A1ADB9;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -6%;
  transform: translateY(-50%);
}
@media (max-width: 1000px) {
  body.page.service.pcidss .consultation .consultation-case::after, body.page.service.saqaoc .consultation .consultation-case::after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 10px solid #A1ADB9;
    right: -2.25%;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .consultation .consultation-case::after, body.page.service.saqaoc .consultation .consultation-case::after {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid #A1ADB9;
    top: auto;
    right: auto;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
body.page.service.pcidss .consultation .consultation-contact, body.page.service.saqaoc .consultation .consultation-contact {
  width: 21.4%;
  border-radius: 10px;
  border: 1px solid #D30217;
  padding: clamp(15px, 2.0661157025vw, 25px) clamp(10px, 0.826446281vw, 20px) 10px;
}
@media (max-width: 1000px) {
  body.page.service.pcidss .consultation .consultation-contact, body.page.service.saqaoc .consultation .consultation-contact {
    width: 25%;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .consultation .consultation-contact, body.page.service.saqaoc .consultation .consultation-contact {
    width: 100%;
    border-radius: 5px;
  }
}
body.page.service.pcidss .consultation .consultation-contact .txt-main, body.page.service.saqaoc .consultation .consultation-contact .txt-main {
  font-size: clamp(15px, 1.4876033058vw, 20px);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
body.page.service.pcidss .consultation .consultation-contact .txt-main strong, body.page.service.saqaoc .consultation .consultation-contact .txt-main strong {
  color: #D30217;
}
body.page.service.pcidss .consultation .consultation-contact .txt-main strong span, body.page.service.saqaoc .consultation .consultation-contact .txt-main strong span {
  font-size: clamp(18px, 1.9834710744vw, 24px);
  font-weight: bold;
}
body.page.service.pcidss .consultation .consultation-contact .txt-sub, body.page.service.saqaoc .consultation .consultation-contact .txt-sub {
  font-size: clamp(14px, 1.3223140496vw, 16px);
  font-weight: 500;
  text-align: center;
  margin: 20px 0 10px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .consultation .consultation-contact .txt-sub, body.page.service.saqaoc .consultation .consultation-contact .txt-sub {
    margin: 10px 0 10px;
  }
}
body.page.service.pcidss .consultation .consultation-contact .btn-contact, body.page.service.saqaoc .consultation .consultation-contact .btn-contact {
  width: 100%;
  border: none;
  border-radius: 10px;
  background: #D30217;
  font-size: clamp(14px, 0.9917355372vw, 16px);
  font-weight: 500;
  color: #fff;
  padding: clamp(10px, 1.2396694215vw, 20px) clamp(0px, 0.4132231405vw, 15px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.page.service.pcidss .consultation .consultation-contact .btn-contact:hover, body.page.service.saqaoc .consultation .consultation-contact .btn-contact:hover {
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.6);
}
body.page.service.pcidss .phase-list, body.page.service.saqaoc .phase-list {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-list, body.page.service.saqaoc .phase-list {
    margin: 0 0 40px;
  }
}
body.page.service.pcidss .phase-list li, body.page.service.saqaoc .phase-list li {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-list li, body.page.service.saqaoc .phase-list li {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 0 40px;
    position: relative;
  }
  body.page.service.pcidss .phase-list li::after, body.page.service.saqaoc .phase-list li::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 15px solid #A1ADB9;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
  }
  body.page.service.pcidss .phase-list li:last-child, body.page.service.saqaoc .phase-list li:last-child {
    margin: 0 0 50px;
  }
  body.page.service.pcidss .phase-list li:last-child::after, body.page.service.saqaoc .phase-list li:last-child::after {
    display: none;
  }
}
body.page.service.pcidss .phase-list li:nth-of-type(2) .phase-txt, body.page.service.pcidss .phase-list li:nth-of-type(5) .phase-txt, body.page.service.saqaoc .phase-list li:nth-of-type(2) .phase-txt, body.page.service.saqaoc .phase-list li:nth-of-type(5) .phase-txt {
  margin-top: 0.65em;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-list li:nth-of-type(2) .phase-txt, body.page.service.pcidss .phase-list li:nth-of-type(5) .phase-txt, body.page.service.saqaoc .phase-list li:nth-of-type(2) .phase-txt, body.page.service.saqaoc .phase-list li:nth-of-type(5) .phase-txt {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-list li:nth-of-type(6), body.page.service.saqaoc .phase-list li:nth-of-type(6) {
    margin: 0 0 170px;
  }
  body.page.service.pcidss .phase-list li:nth-of-type(6)::before, body.page.service.saqaoc .phase-list li:nth-of-type(6)::before {
    content: "";
    background: url(../img/pcidss/phase-cycle.png) left top no-repeat;
    width: 192px;
    height: 139px;
    position: absolute;
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
  }
}
body.page.service.pcidss .phase-list li:nth-of-type(6) .phase-title, body.page.service.saqaoc .phase-list li:nth-of-type(6) .phase-title {
  margin: 0 0 170px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-list li:nth-of-type(6) .phase-title, body.page.service.saqaoc .phase-list li:nth-of-type(6) .phase-title {
    margin: 0 0 15px;
  }
}
body.page.service.pcidss .phase-list li:nth-of-type(6) .phase-title::before, body.page.service.saqaoc .phase-list li:nth-of-type(6) .phase-title::before {
  content: "";
  background: url(../img/pcidss/phase-cycle.png) left top no-repeat;
  width: 192px;
  height: 139px;
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-list li:nth-of-type(6) .phase-title::before, body.page.service.saqaoc .phase-list li:nth-of-type(6) .phase-title::before {
    display: none;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-list li:nth-of-type(7)::before, body.page.service.saqaoc .phase-list li:nth-of-type(7)::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 15px solid #A1ADB9;
    position: absolute;
    top: auto;
    right: auto;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
  }
}
body.page.service.pcidss .phase-list li:nth-of-type(7) .phase-title::after, body.page.service.saqaoc .phase-list li:nth-of-type(7) .phase-title::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 18px solid #C4C0C0;
  position: absolute;
  top: -25px;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
body.page.service.pcidss .phase-list .phase-title, body.page.service.saqaoc .phase-list .phase-title {
  width: clamp(200px, 31.4049586777vw, 380px);
  background: #898181;
  border-radius: 10px;
  padding: 0 5px 0 10px;
  height: 60px;
  margin: 0 0 40px;
  border: 1px solid #707070;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-list .phase-title, body.page.service.saqaoc .phase-list .phase-title {
    width: 100%;
    margin: 0 0 10px;
    padding: 5px 5px 5px 10px;
    height: auto;
  }
}
body.page.service.pcidss .phase-list .phase-title.bg-blue, body.page.service.saqaoc .phase-list .phase-title.bg-blue {
  background: #638BCB;
  border: 1px solid #638BCB;
}
body.page.service.pcidss .phase-list .phase-title p, body.page.service.saqaoc .phase-list .phase-title p {
  color: #fff;
  font-weight: 500;
}
body.page.service.pcidss .phase-list .phase-title .phase-title-num, body.page.service.saqaoc .phase-list .phase-title .phase-title-num {
  font-size: clamp(14px, 1.1570247934vw, 20px);
  color: #D9D9D9;
  width: 4.5em;
}
body.page.service.pcidss .phase-list .phase-title .phase-title-img, body.page.service.saqaoc .phase-list .phase-title .phase-title-img {
  width: 15%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-list .phase-title .phase-title-img, body.page.service.saqaoc .phase-list .phase-title .phase-title-img {
    width: 5em;
    margin-right: auto;
  }
}
body.page.service.pcidss .phase-list .phase-title .phase-title-txt, body.page.service.saqaoc .phase-list .phase-title .phase-title-txt {
  font-size: clamp(15px, 1.2396694215vw, 20px);
  font-weight: bold;
  width: 63%;
  text-align: center;
  line-height: 1.2;
}
body.page.service.pcidss .phase-list .phase-title::after, body.page.service.saqaoc .phase-list .phase-title::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 18px solid #C4C0C0;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-list .phase-title::after, body.page.service.saqaoc .phase-list .phase-title::after {
    display: none;
  }
}
body.page.service.pcidss .phase-list .phase-txt, body.page.service.saqaoc .phase-list .phase-txt {
  width: 50.85%;
  padding: 0 15px 20px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-list .phase-txt, body.page.service.saqaoc .phase-list .phase-txt {
    width: 100%;
    padding: 0 0 15px;
  }
}
body.page.service.pcidss .phase-list .phase-accordion, body.page.service.saqaoc .phase-list .phase-accordion {
  position: relative;
  height: 60px;
  min-width: 210px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-list .phase-accordion, body.page.service.saqaoc .phase-list .phase-accordion {
    width: 100%;
    height: 45px;
  }
}
body.page.service.pcidss .phase-list .phase-accordion .phase-ac-title, body.page.service.saqaoc .phase-list .phase-accordion .phase-ac-title {
  width: 200px;
  font-size: 16px;
  color: #D30217;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -2em;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-list .phase-accordion .phase-ac-title, body.page.service.saqaoc .phase-list .phase-accordion .phase-ac-title {
    display: none;
  }
}
body.page.service.pcidss .phase-list .phase-accordion .phase-ac-box, body.page.service.saqaoc .phase-list .phase-accordion .phase-ac-box {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  border-radius: 10px;
  background: #D30217;
  cursor: pointer;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-list .phase-accordion .phase-ac-box, body.page.service.saqaoc .phase-list .phase-accordion .phase-ac-box {
    position: relative;
  }
}
body.page.service.pcidss .phase-list .phase-accordion .phase-ac-box.bg-blue, body.page.service.saqaoc .phase-list .phase-accordion .phase-ac-box.bg-blue {
  background: #225BB5;
}
body.page.service.pcidss .phase-list .phase-accordion .phase-ac-box p, body.page.service.saqaoc .phase-list .phase-accordion .phase-ac-box p {
  color: #fff;
  font-weight: 500;
  font-size: clamp(15px, 1.2396694215vw, 16px);
}
body.page.service.pcidss .phase-list .phase-accordion .phase-ac-box a, body.page.service.saqaoc .phase-list .phase-accordion .phase-ac-box a {
  color: #fff;
  border-bottom: #fff solid 1px;
}
body.page.service.pcidss .phase-list .phase-accordion .phase-ac-box .phase-ac-txt, body.page.service.saqaoc .phase-list .phase-accordion .phase-ac-box .phase-ac-txt {
  opacity: 1;
  height: 100%;
  visibility: visible;
  padding: 10px 10px 0;
  text-align: center;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-list .phase-accordion .phase-ac-box .phase-ac-txt, body.page.service.saqaoc .phase-list .phase-accordion .phase-ac-box .phase-ac-txt {
    font-size: 15px;
    text-align: left;
    padding: 10px 10px 10px 15px;
  }
}
body.page.service.pcidss .phase-list .phase-accordion .phase-ac-box .phase-ac-detail, body.page.service.saqaoc .phase-list .phase-accordion .phase-ac-box .phase-ac-detail {
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding: 0;
  transition: padding 0.35s;
}
body.page.service.pcidss .phase-list .phase-accordion .phase-ac-box .phase-ac-btn, body.page.service.saqaoc .phase-list .phase-accordion .phase-ac-box .phase-ac-btn {
  font-weight: bold;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-list .phase-accordion .phase-ac-box .phase-ac-btn, body.page.service.saqaoc .phase-list .phase-accordion .phase-ac-box .phase-ac-btn {
    font-size: clamp(15px, 1.2396694215vw, 16px);
    text-align: right;
    position: absolute;
    top: 10px;
    right: 15px;
  }
}
body.page.service.pcidss .phase-list .phase-accordion .phase-ac-box .phase-ac-btn:hover, body.page.service.saqaoc .phase-list .phase-accordion .phase-ac-box .phase-ac-btn:hover {
  opacity: 0.7;
}
body.page.service.pcidss .phase-list .phase-accordion .phase-ac-box.open, body.page.service.saqaoc .phase-list .phase-accordion .phase-ac-box.open {
  z-index: 3;
  width: 270px;
  border: 1px solid #fff;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1000px) {
  body.page.service.pcidss .phase-list .phase-accordion .phase-ac-box.open, body.page.service.saqaoc .phase-list .phase-accordion .phase-ac-box.open {
    width: 100%;
  }
}
body.page.service.pcidss .phase-list .phase-accordion .phase-ac-box.open .phase-ac-txt, body.page.service.saqaoc .phase-list .phase-accordion .phase-ac-box.open .phase-ac-txt {
  visibility: hidden;
  opacity: 0;
  padding: 0;
  height: 0;
}
body.page.service.pcidss .phase-list .phase-accordion .phase-ac-box.open .phase-ac-detail, body.page.service.saqaoc .phase-list .phase-accordion .phase-ac-box.open .phase-ac-detail {
  opacity: 1;
  height: auto;
  visibility: visible;
  padding: 20px 10px 10px;
}
body.page.service.pcidss .phase-list .phase-accordion .phase-ac-box.open .phase-ac-detail .hidden-tab, body.page.service.saqaoc .phase-list .phase-accordion .phase-ac-box.open .phase-ac-detail .hidden-tab {
  display: inline-block;
}
@media (max-width: 1000px) {
  body.page.service.pcidss .phase-list .phase-accordion .phase-ac-box.open .phase-ac-detail .hidden-tab, body.page.service.saqaoc .phase-list .phase-accordion .phase-ac-box.open .phase-ac-detail .hidden-tab {
    display: none;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-list .phase-accordion .phase-ac-box.open .phase-ac-detail, body.page.service.saqaoc .phase-list .phase-accordion .phase-ac-box.open .phase-ac-detail {
    padding: 15px 15px 15px;
  }
}
body.page.service.pcidss .saq-read, body.page.service.saqaoc .saq-read {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-read, body.page.service.saqaoc .saq-read {
    display: block;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-read .read-img, body.page.service.saqaoc .saq-read .read-img {
    display: none;
  }
}
body.page.service.pcidss .saq-read .read-txt, body.page.service.saqaoc .saq-read .read-txt {
  padding: 0 0 0 35px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-read .read-txt, body.page.service.saqaoc .saq-read .read-txt {
    padding: 0;
  }
}
body.page.service.pcidss .saq-read .read-txt p, body.page.service.saqaoc .saq-read .read-txt p {
  font-weight: 500;
  margin: 0 0 10px;
}
body.page.service.pcidss .saq-read .read-txt p strong, body.page.service.saqaoc .saq-read .read-txt p strong {
  font-size: clamp(14px, 1.652892562vw, 20px);
}
body.page.service.pcidss .saq-read .read-txt img, body.page.service.saqaoc .saq-read .read-txt img {
  display: none;
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-read .read-txt img, body.page.service.saqaoc .saq-read .read-txt img {
    display: block;
    max-width: 46%;
    float: left;
    padding: 0 15px 15px 0;
  }
}
body.page.service.pcidss .saq-service, body.page.service.saqaoc .saq-service {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-service, body.page.service.saqaoc .saq-service {
    width: 100%;
    flex-wrap: wrap;
  }
}
body.page.service.pcidss .saq-service .service-box, body.page.service.saqaoc .saq-service .service-box {
  width: 400px;
  padding: 35px 20px 40px;
  position: relative;
  margin: 0 60px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-service .service-box, body.page.service.saqaoc .saq-service .service-box {
    width: 100%;
    padding: 30px 20px;
    margin: 0;
  }
}
body.page.service.pcidss .saq-service .service-box h5, body.page.service.saqaoc .saq-service .service-box h5 {
  font-size: clamp(18px, 1.8181818182vw, 22px);
  font-weight: bold;
  text-align: center;
  margin: 0 0 35px;
}
body.page.service.pcidss .saq-service .service-box.saq-box, body.page.service.saqaoc .saq-service .service-box.saq-box {
  background: #EBF6F5;
  border: 1px solid #008B8F;
  margin-right: 80px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-service .service-box.saq-box, body.page.service.saqaoc .saq-service .service-box.saq-box {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
body.page.service.pcidss .saq-service .service-box.saq-box h5, body.page.service.saqaoc .saq-service .service-box.saq-box h5 {
  color: #008B8F;
}
body.page.service.pcidss .saq-service .service-box.saq-box::after, body.page.service.saqaoc .saq-service .service-box.saq-box::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 30px solid #A1ADB9;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -85px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-service .service-box.saq-box::after, body.page.service.saqaoc .saq-service .service-box.saq-box::after {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid #A1ADB9;
    top: auto;
    right: auto;
    bottom: -67px;
    left: 50%;
    transform: translateX(-50%);
  }
}
body.page.service.pcidss .saq-service .service-box.aoc-box, body.page.service.saqaoc .saq-service .service-box.aoc-box {
  background: #FDF3F0;
  border: 1px solid #E07C64;
}
body.page.service.pcidss .saq-service .service-box.aoc-box h5, body.page.service.saqaoc .saq-service .service-box.aoc-box h5 {
  color: #E07C64;
}
body.page.service.pcidss .saq-service .service-box-icon, body.page.service.saqaoc .saq-service .service-box-icon {
  display: flex;
  justify-content: center;
  height: 80px;
  gap: 20px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-service .service-box-icon, body.page.service.saqaoc .saq-service .service-box-icon {
    height: 60px;
  }
}
body.page.service.pcidss .saq-step h5, body.page.service.saqaoc .saq-step h5 {
  background: #898181;
  border-radius: 6px;
  padding: 15px 20px;
  margin: 0 0 30px;
  font-size: clamp(15px, 1.8181818182vw, 22px);
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-step h5, body.page.service.saqaoc .saq-step h5 {
    text-align: center;
    padding: 10px 10px;
  }
}
body.page.service.pcidss .saq-step h5 span, body.page.service.saqaoc .saq-step h5 span {
  font-size: clamp(14px, 1.4049586777vw, 17px);
  margin-left: 1em;
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-step h5 span, body.page.service.saqaoc .saq-step h5 span {
    display: block;
    margin-left: 0;
    margin-top: 0.5em;
  }
}
body.page.service.pcidss .saq-step .service-course, body.page.service.saqaoc .saq-step .service-course {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-step .service-course, body.page.service.saqaoc .saq-step .service-course {
    flex-wrap: wrap;
    width: 100%;
    position: relative;
  }
  body.page.service.pcidss .saq-step .service-course::after, body.page.service.saqaoc .saq-step .service-course::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 35px solid #C4C0C0;
    position: absolute;
    bottom: -43px;
    left: 50%;
    transform: translateX(-50%);
  }
}
body.page.service.pcidss .saq-step .service-course li, body.page.service.saqaoc .saq-step .service-course li {
  width: calc(33.3333333333% - 40px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-step .service-course li, body.page.service.saqaoc .saq-step .service-course li {
    width: 100%;
    margin: 0 0 20px;
  }
}
body.page.service.pcidss .saq-step .service-course .step01, body.page.service.saqaoc .saq-step .service-course .step01 {
  background: #E7E6E6;
  border-radius: 10px;
  padding: 20px 15px;
  position: relative;
  display: flex;
  justify-content: center;
}
body.page.service.pcidss .saq-step .service-course .step01::after, body.page.service.saqaoc .saq-step .service-course .step01::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 35px solid #C4C0C0;
  position: absolute;
  bottom: -43px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-step .service-course .step01::after, body.page.service.saqaoc .saq-step .service-course .step01::after {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #C4C0C0;
    bottom: -33px;
  }
}
body.page.service.pcidss .saq-step .service-course .step01 p, body.page.service.saqaoc .saq-step .service-course .step01 p {
  font-weight: bold;
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-step .service-course .step01, body.page.service.saqaoc .saq-step .service-course .step01 {
    padding: 10px 10px;
  }
}
body.page.service.pcidss .saq-step .service-course .step02, body.page.service.saqaoc .saq-step .service-course .step02 {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #707070;
  padding: 25px 15px 15px;
  margin: 50px 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 330px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-step .service-course .step02, body.page.service.saqaoc .saq-step .service-course .step02 {
    min-height: auto;
    margin: 40px 0 0;
    padding: 20px 10px 20px 15px;
    flex-direction: initial;
    justify-content: space-between;
    align-items: center;
  }
}
body.page.service.pcidss .saq-step .service-course .step02::after, body.page.service.saqaoc .saq-step .service-course .step02::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 35px solid #C4C0C0;
  position: absolute;
  bottom: -43px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-step .service-course .step02::after, body.page.service.saqaoc .saq-step .service-course .step02::after {
    display: none;
  }
}
body.page.service.pcidss .saq-step .service-course .step02 p, body.page.service.saqaoc .saq-step .service-course .step02 p {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-step .service-course .step02 p, body.page.service.saqaoc .saq-step .service-course .step02 p {
    display: block;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-step .service-course .step02 .step02-txt-box, body.page.service.saqaoc .saq-step .service-course .step02 .step02-txt-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 56%;
  }
}
body.page.service.pcidss .saq-step .service-course .step02 .step02-title, body.page.service.saqaoc .saq-step .service-course .step02 .step02-title {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-step .service-course .step02 .step02-title, body.page.service.saqaoc .saq-step .service-course .step02 .step02-title {
    font-size: 18px;
  }
}
body.page.service.pcidss .saq-step .service-course .step02 .step02-title-sub, body.page.service.saqaoc .saq-step .service-course .step02 .step02-title-sub {
  font-weight: 500;
  margin: 0 0 10px;
}
body.page.service.pcidss .saq-step .service-course .step02 .step02-img, body.page.service.saqaoc .saq-step .service-course .step02 .step02-img {
  min-height: 105px;
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-step .service-course .step02 .step02-img, body.page.service.saqaoc .saq-step .service-course .step02 .step02-img {
    display: none;
  }
}
body.page.service.pcidss .saq-step .service-course .step02 .step02-img-sp, body.page.service.saqaoc .saq-step .service-course .step02 .step02-img-sp {
  display: none;
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-step .service-course .step02 .step02-img-sp, body.page.service.saqaoc .saq-step .service-course .step02 .step02-img-sp {
    display: block;
    width: 40%;
  }
}
body.page.service.pcidss .saq-step .step03, body.page.service.saqaoc .saq-step .step03 {
  background: #E46773;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 50px 0 0;
  height: 80px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /*&::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    border-top: 37px solid #707070;
    position: absolute;
    bottom: -44px;
    left: 50%;
    transform: translateX(-50%);
  }*/
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-step .step03, body.page.service.saqaoc .saq-step .step03 {
    height: auto;
  }
}
body.page.service.pcidss .saq-step .step03::after, body.page.service.saqaoc .saq-step .step03::after {
  content: "";
  background: url("../img/securityconsulting/ico_plus.svg") no-repeat left top/contain;
  width: clamp(34px, 2.857vw, 40px);
  height: clamp(34px, 2.857vw, 40px);
  position: absolute;
  bottom: -58px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-step .step03::after, body.page.service.saqaoc .saq-step .step03::after {
    bottom: -41px;
  }
}
body.page.service.pcidss .saq-step .step03 p, body.page.service.saqaoc .saq-step .step03 p {
  font-size: clamp(16px, 1.8181818182vw, 22px);
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-step .step03 p, body.page.service.saqaoc .saq-step .step03 p {
    margin-left: 50px;
  }
}
body.page.service.pcidss .saq-step .step03 p::before, body.page.service.saqaoc .saq-step .step03 p::before {
  content: "";
  background: url(../img/pcidss/saq-service-step03.png) no-repeat left top/contain;
  display: block;
  position: absolute;
  width: 92px;
  height: 67px;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-step .step03 p::before, body.page.service.saqaoc .saq-step .step03 p::before {
    width: 60px;
    height: 44px;
    left: 10px;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-step .step03 strong, body.page.service.saqaoc .saq-step .step03 strong {
    display: block;
  }
}
body.page.service.pcidss .saq-step .step04, body.page.service.saqaoc .saq-step .step04 {
  background: #D30217;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 75px 0 0;
  height: 80px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /*                  &::after {
                      content: "";
                      width: 0;
                      height: 0;
                      border-left: 35px solid transparent;
                      border-right: 35px solid transparent;
                      border-top: 35px solid #A1B9E0;
                      position: absolute;
                      bottom: -43px;
                      left: 50%;
                      transform: translateX(-50%);
                    }*/
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-step .step04, body.page.service.saqaoc .saq-step .step04 {
    height: auto;
    margin: 50px 0 0;
  }
}
body.page.service.pcidss .saq-step .step04 p, body.page.service.saqaoc .saq-step .step04 p {
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-step .step04 p, body.page.service.saqaoc .saq-step .step04 p {
    margin-left: 50px;
  }
}
body.page.service.pcidss .saq-step .step04 p strong, body.page.service.saqaoc .saq-step .step04 p strong {
  font-size: clamp(16px, 1.8181818182vw, 22px);
}
body.page.service.pcidss .saq-step .step04 p::before, body.page.service.saqaoc .saq-step .step04 p::before {
  content: "";
  background: url(../img/pcidss/saq-service-step04.png) no-repeat left top/contain;
  display: block;
  position: absolute;
  width: 47px;
  height: 72px;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  body.page.service.pcidss .saq-step .step04 p::before, body.page.service.saqaoc .saq-step .step04 p::before {
    left: 13px;
  }
}
body.page.service.pcidss .table-block table, body.page.service.saqaoc .table-block table {
  width: 100%;
  table-layout: fixed;
  font-size: clamp(14px, 1.3223140496vw, 18px);
}
body.page.service.pcidss .table-block table th, body.page.service.pcidss .table-block table td, body.page.service.saqaoc .table-block table th, body.page.service.saqaoc .table-block table td {
  border: 1px solid #D8D6D6;
  vertical-align: middle;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .table-block table th, body.page.service.pcidss .table-block table td, body.page.service.saqaoc .table-block table th, body.page.service.saqaoc .table-block table td {
    padding: 10px 5px;
  }
}
body.page.service.pcidss .table-block.table-hikaku table th:nth-child(1), body.page.service.saqaoc .table-block.table-hikaku table th:nth-child(1) {
  width: 22.3%;
  border-right: 1px solid #fff;
}
body.page.service.pcidss .table-block.table-hikaku table th:nth-child(2), body.page.service.saqaoc .table-block.table-hikaku table th:nth-child(2) {
  width: 31.25%;
  background: #E0DFDF;
  border: 1px solid #fff;
  text-align: center;
}
body.page.service.pcidss .table-block.table-hikaku table th:nth-child(3), body.page.service.saqaoc .table-block.table-hikaku table th:nth-child(3) {
  background: #F6CCD0;
  border: 1px solid #fff;
  text-align: center;
}
body.page.service.pcidss .table-block.table-hikaku table td:nth-child(1), body.page.service.saqaoc .table-block.table-hikaku table td:nth-child(1) {
  border-right: 1px solid #fff;
}
body.page.service.pcidss .table-block.table-hikaku table td:nth-child(2), body.page.service.saqaoc .table-block.table-hikaku table td:nth-child(2) {
  background: #F6F5F5;
  border: 1px solid #fff;
}
body.page.service.pcidss .table-block.table-hikaku table td:nth-child(3), body.page.service.saqaoc .table-block.table-hikaku table td:nth-child(3) {
  background: #FCF0F1;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  body.page.service.pcidss .table-block.table-hikaku, body.page.service.saqaoc .table-block.table-hikaku {
    margin-bottom: 30px;
  }
}
body.page.service.pcidss .table-block.table-hiyou table th, body.page.service.saqaoc .table-block.table-hiyou table th {
  border-right: 1px solid #fff;
  width: 69.6%;
}
body.page.service.pcidss .table-block.table-hiyou table td, body.page.service.saqaoc .table-block.table-hiyou table td {
  background: #E46773;
  border: 1px solid #fff;
  font-size: clamp(14px, 1.3223140496vw, 20px);
  font-weight: bold;
  color: #fff;
  padding: 10px 20px 10px 5%;
}
@media (max-width: 767px) {
  body.page.service.pcidss .table-block.table-hiyou table td, body.page.service.saqaoc .table-block.table-hiyou table td {
    padding: 5px 5px 5px 5px;
    width: 30%;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .table-block.table-hiyou, body.page.service.saqaoc .table-block.table-hiyou {
    margin-bottom: 30px;
  }
}
body.page.service.pcidss .voice, body.page.service.saqaoc .voice {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body.page.service.pcidss .voice, body.page.service.saqaoc .voice {
    flex-wrap: wrap;
    width: 100%;
  }
}
body.page.service.pcidss .voice li, body.page.service.saqaoc .voice li {
  width: calc(33.3333333333% - 25px);
  border-radius: 10px;
  border: 1px solid #707070;
  display: flex;
  flex-direction: column;
  padding: 18px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .voice li, body.page.service.saqaoc .voice li {
    width: 100%;
    padding: 15px 10px;
    flex-direction: initial;
    justify-content: space-between;
    margin: 0 0 15px;
  }
}
body.page.service.pcidss .voice li .voice-img, body.page.service.saqaoc .voice li .voice-img {
  display: flex;
  justify-content: center;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .voice li .voice-img, body.page.service.saqaoc .voice li .voice-img {
    width: 40%;
    display: block;
  }
}
body.page.service.pcidss .voice li .voice-title, body.page.service.saqaoc .voice li .voice-title {
  font-weight: bold;
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .voice li .voice-title, body.page.service.saqaoc .voice li .voice-title {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .voice li .voice-txt-box, body.page.service.saqaoc .voice li .voice-txt-box {
    width: 55%;
  }
}
body.page.service.pcidss .btn-more, body.page.service.saqaoc .btn-more {
  display: flex;
  justify-content: right;
}
body.page.service.pcidss .btn-more a, body.page.service.saqaoc .btn-more a {
  border: none;
  border-radius: 10px;
  background: #225BB5;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 5px 30px;
}
body.page.service.pcidss .btn-more a:hover, body.page.service.saqaoc .btn-more a:hover {
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.6);
}
body.page.service.pcidss .link-content, body.page.service.saqaoc .link-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  align-items: center;
}
@media (max-width: 767px) {
  body.page.service.pcidss .link-content, body.page.service.saqaoc .link-content {
    display: block;
    margin-bottom: 33px;
  }
}
body.page.service.pcidss .link-content > div, body.page.service.saqaoc .link-content > div {
  font-weight: bold;
}
body.page.service.pcidss .link-content a, body.page.service.saqaoc .link-content a {
  color: #333;
  font-weight: bold;
  border-bottom: 0;
  text-decoration: underline;
}
@media (max-width: 1600px) {
  body.page.service.pcidss .link-content a, body.page.service.saqaoc .link-content a {
    font-size: 1.667vw;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .link-content a, body.page.service.saqaoc .link-content a {
    font-size: 18px;
    line-height: 1.4;
  }
}
body.page.service.pcidss .link-content .image-area, body.page.service.saqaoc .link-content .image-area {
  width: 450px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .link-content .image-area, body.page.service.saqaoc .link-content .image-area {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }
}
body.page.service.pcidss .section-01 + p, body.page.service.saqaoc .section-01 + p {
  margin-bottom: 46px;
}
body.page.service.pcidss .section-01 + p + .image-area, body.page.service.saqaoc .section-01 + p + .image-area {
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-01 + p + .image-area, body.page.service.saqaoc .section-01 + p + .image-area {
    margin-bottom: 7px;
  }
}
body.page.service.pcidss .section-01 + p + .image-area + div, body.page.service.saqaoc .section-01 + p + .image-area + div {
  text-align: center;
}
body.page.service.pcidss .section-01 + p + .image-area + div p:first-child, body.page.service.saqaoc .section-01 + p + .image-area + div p:first-child {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 1600px) {
  body.page.service.pcidss .section-01 + p + .image-area + div p:first-child, body.page.service.saqaoc .section-01 + p + .image-area + div p:first-child {
    font-size: 2.083vw;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-01 + p + .image-area + div p:first-child, body.page.service.saqaoc .section-01 + p + .image-area + div p:first-child {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
body.page.service.pcidss .section-01 + p + .image-area + div p:first-child span, body.page.service.saqaoc .section-01 + p + .image-area + div p:first-child span {
  color: #D40015;
  font-size: 50px;
  font-weight: bold;
  margin-right: -10px;
}
@media (max-width: 1600px) {
  body.page.service.pcidss .section-01 + p + .image-area + div p:first-child span, body.page.service.saqaoc .section-01 + p + .image-area + div p:first-child span {
    font-size: 2.604vw;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-01 + p + .image-area + div p:first-child span, body.page.service.saqaoc .section-01 + p + .image-area + div p:first-child span {
    font-size: 18px;
    margin-right: 0;
  }
}
body.page.service.pcidss .section-01 + p + .image-area + div p:first-child span span, body.page.service.saqaoc .section-01 + p + .image-area + div p:first-child span span {
  font-size: 40px;
}
@media (max-width: 1600px) {
  body.page.service.pcidss .section-01 + p + .image-area + div p:first-child span span, body.page.service.saqaoc .section-01 + p + .image-area + div p:first-child span span {
    font-size: 2.083vw;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-01 + p + .image-area + div p:first-child span span, body.page.service.saqaoc .section-01 + p + .image-area + div p:first-child span span {
    font-size: 14px;
  }
}
body.page.service.pcidss .section-01 + p + .image-area + div p:last-child, body.page.service.saqaoc .section-01 + p + .image-area + div p:last-child {
  width: 739px;
  font-size: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #D40015;
  color: #ffffff;
  font-weight: bold;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 53px;
}
@media (max-width: 1600px) {
  body.page.service.pcidss .section-01 + p + .image-area + div p:last-child, body.page.service.saqaoc .section-01 + p + .image-area + div p:last-child {
    font-size: 2.083vw;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-01 + p + .image-area + div p:last-child, body.page.service.saqaoc .section-01 + p + .image-area + div p:last-child {
    width: 100%;
    font-size: 14px;
    padding: 5px 0;
    margin-bottom: 30px;
  }
}
body.page.service.pcidss .section-02 + p, body.page.service.saqaoc .section-02 + p {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-02 + p, body.page.service.saqaoc .section-02 + p {
    margin-bottom: 15px;
  }
}
body.page.service.pcidss .section-02 + p + .image-area, body.page.service.saqaoc .section-02 + p + .image-area {
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-02 + p + .image-area, body.page.service.saqaoc .section-02 + p + .image-area {
    margin-bottom: 24px;
  }
}
body.page.service.pcidss .section-02 + p + .image-area + p, body.page.service.saqaoc .section-02 + p + .image-area + p {
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-02 + p + .image-area + p, body.page.service.saqaoc .section-02 + p + .image-area + p {
    margin-bottom: 16px;
  }
}
body.page.service.pcidss .section-02 + p + .image-area + p + .image-area, body.page.service.saqaoc .section-02 + p + .image-area + p + .image-area {
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-02 + p + .image-area + p + .image-area, body.page.service.saqaoc .section-02 + p + .image-area + p + .image-area {
    margin-bottom: 32px;
  }
}
body.page.service.pcidss .section-02 + p + .image-area + p + .image-area + p, body.page.service.saqaoc .section-02 + p + .image-area + p + .image-area + p {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-02 + p + .image-area + p + .image-area + p, body.page.service.saqaoc .section-02 + p + .image-area + p + .image-area + p {
    margin-bottom: 33px;
  }
}
body.page.service.pcidss .phase, body.page.service.saqaoc .phase {
  background-color: #E5EFFD;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase, body.page.service.saqaoc .phase {
    height: auto;
    display: block;
    padding-bottom: 16px;
    padding-top: 25px;
  }
}
body.page.service.pcidss .phase > p, body.page.service.saqaoc .phase > p {
  position: absolute;
  padding: 20px 50px;
  background-color: #2259B6;
  color: #ffffff;
  font-weight: bold;
  border-radius: 15px;
  top: -60px;
  left: 64px;
  font-size: 32px;
}
@media (max-width: 1600px) {
  body.page.service.pcidss .phase > p, body.page.service.saqaoc .phase > p {
    font-size: 1.667vw;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase > p, body.page.service.saqaoc .phase > p {
    font-size: 18px;
    padding: 5px 25px;
    top: -30px;
    left: 13px;
    border-radius: 6px;
  }
}
body.page.service.pcidss .phase .wrap, body.page.service.saqaoc .phase .wrap {
  width: 588px;
  margin-left: 60px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase .wrap, body.page.service.saqaoc .phase .wrap {
    margin-left: 13px;
    margin-right: 13px;
    width: auto;
    margin-bottom: 5px;
  }
}
body.page.service.pcidss .phase .wrap > div, body.page.service.saqaoc .phase .wrap > div {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase .wrap > div, body.page.service.saqaoc .phase .wrap > div {
    width: 100%;
    margin-bottom: 5px;
  }
}
body.page.service.pcidss .phase .wrap > div .image-area, body.page.service.saqaoc .phase .wrap > div .image-area {
  width: 20%;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase .wrap > div .image-area, body.page.service.saqaoc .phase .wrap > div .image-area {
    width: 115px;
    margin-bottom: 0;
  }
}
body.page.service.pcidss .phase .wrap > div h5, body.page.service.saqaoc .phase .wrap > div h5 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.02em;
}
@media (max-width: 1600px) {
  body.page.service.pcidss .phase .wrap > div h5, body.page.service.saqaoc .phase .wrap > div h5 {
    font-size: 1.667vw;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase .wrap > div h5, body.page.service.saqaoc .phase .wrap > div h5 {
    font-size: 18px;
  }
}
body.page.service.pcidss .phase .wrap > div + p, body.page.service.saqaoc .phase .wrap > div + p {
  font-weight: bold;
  padding-right: 56px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase .wrap > div + p, body.page.service.saqaoc .phase .wrap > div + p {
    padding-right: 0;
  }
}
body.page.service.pcidss .phase .wrap + div, body.page.service.saqaoc .phase .wrap + div {
  width: calc(100% - 588px);
  background-color: #ffffff;
  margin-right: 67px;
  padding-left: 70px;
  padding-right: 56px;
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase .wrap + div, body.page.service.saqaoc .phase .wrap + div {
    margin-left: 13px;
    margin-right: 13px;
    width: auto;
    height: 119px;
    padding-top: 17px;
    padding-left: 10px;
    padding-right: 0;
    padding-bottom: 17px;
    height: auto;
  }
}
body.page.service.pcidss .phase .wrap + div h5, body.page.service.saqaoc .phase .wrap + div h5 {
  color: #2259B6;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase .wrap + div h5, body.page.service.saqaoc .phase .wrap + div h5 {
    margin-bottom: 8px;
  }
}
body.page.service.pcidss .phase .wrap + div ul li, body.page.service.saqaoc .phase .wrap + div ul li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
body.page.service.pcidss .phase .wrap + div ul li + li, body.page.service.saqaoc .phase .wrap + div ul li + li {
  margin-top: 10px;
}
body.page.service.pcidss .phase .wrap + div ul li span:nth-child(1), body.page.service.saqaoc .phase .wrap + div ul li span:nth-child(1) {
  padding-right: 10px;
}
body.page.service.pcidss .phase .wrap + div ul li span:nth-child(2), body.page.service.saqaoc .phase .wrap + div ul li span:nth-child(2) {
  flex-grow: 1;
}
body.page.service.pcidss .sankaku, body.page.service.saqaoc .sankaku {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 86.5px 0 86.5px;
  border-color: #CBDFFA transparent transparent transparent;
  margin: 5px auto 50px auto;
}
@media (max-width: 767px) {
  body.page.service.pcidss .sankaku, body.page.service.saqaoc .sankaku {
    border-width: 23px 33.5px 0 33.5px;
  }
}
body.page.service.pcidss .phase-01, body.page.service.saqaoc .phase-01 {
  margin-top: 100px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-02 .wrap > div, body.page.service.saqaoc .phase-02 .wrap > div {
    margin-left: 10px;
  }
}
body.page.service.pcidss .phase-02 .image-area + h5, body.page.service.saqaoc .phase-02 .image-area + h5 {
  margin-left: 25px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-03 .wrap > div, body.page.service.saqaoc .phase-03 .wrap > div {
    margin-left: 28px;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-04 .wrap > div, body.page.service.saqaoc .phase-04 .wrap > div {
    margin-left: 32.5px;
  }
}
body.page.service.pcidss .phase-05, body.page.service.saqaoc .phase-05 {
  height: auto;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-05 .wrap > div, body.page.service.saqaoc .phase-05 .wrap > div {
    margin-left: 28px;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-05 .wrap + div, body.page.service.saqaoc .phase-05 .wrap + div {
    height: 192px;
  }
}
body.page.service.pcidss .phase-06, body.page.service.saqaoc .phase-06 {
  height: 625px;
  background-color: #FAF3D6;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-06, body.page.service.saqaoc .phase-06 {
    height: auto;
  }
}
body.page.service.pcidss .phase-06 .wrap > div h5 a, body.page.service.saqaoc .phase-06 .wrap > div h5 a {
  font-weight: bold;
  letter-spacing: -0.08em;
}
body.page.service.pcidss .phase-06 .wrap > div + p > span, body.page.service.saqaoc .phase-06 .wrap > div + p > span {
  font-weight: bold;
}
body.page.service.pcidss .phase-06 .wrap > div + p .table-block, body.page.service.saqaoc .phase-06 .wrap > div + p .table-block {
  display: table;
}
body.page.service.pcidss .phase-06 .wrap > div + p .table-block .table-title, body.page.service.saqaoc .phase-06 .wrap > div + p .table-block .table-title {
  display: table-cell;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-06 .wrap > div + p .table-block .table-title, body.page.service.saqaoc .phase-06 .wrap > div + p .table-block .table-title {
    width: 85px;
  }
}
body.page.service.pcidss .phase-06 .wrap + div, body.page.service.saqaoc .phase-06 .wrap + div {
  height: 90%;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-06 .wrap + div, body.page.service.saqaoc .phase-06 .wrap + div {
    height: auto;
    padding-bottom: 18px;
  }
}
body.page.service.pcidss .phase-06 + .sankaku, body.page.service.saqaoc .phase-06 + .sankaku {
  border-color: #FBD39A transparent transparent transparent;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-06 + .sankaku, body.page.service.saqaoc .phase-06 + .sankaku {
    margin-left: auto;
    margin-right: 123px;
  }
}
body.page.service.pcidss .phase-06 + .sankaku + .sankaku, body.page.service.saqaoc .phase-06 + .sankaku + .sankaku {
  margin-left: 53%;
  transform: rotateX(180deg);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-06 + .sankaku + .sankaku, body.page.service.saqaoc .phase-06 + .sankaku + .sankaku {
    margin-left: 35%;
    margin-bottom: 35px;
    margin-top: -25px;
  }
}
body.page.service.pcidss .phase-07, body.page.service.saqaoc .phase-07 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-07, body.page.service.saqaoc .phase-07 {
    margin-bottom: 30px;
  }
}
body.page.service.pcidss .phase-07 .recycle-icon, body.page.service.saqaoc .phase-07 .recycle-icon {
  width: 206px;
  height: 174px;
  background-image: url(../img/pcidss/box_area06_img9.png);
  background-size: cover;
  position: absolute;
  right: 50px;
  top: -160px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-07 .recycle-icon, body.page.service.saqaoc .phase-07 .recycle-icon {
    width: 101px;
    height: 89px;
    right: 22px;
    top: -80px;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .phase-07 .wrap + div, body.page.service.saqaoc .phase-07 .wrap + div {
    height: 165px;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .banner-area > p, body.page.service.saqaoc .banner-area > p {
    text-align: center;
    font-size: 13px;
    margin-top: 18px;
  }
}
body.page.service.pcidss .banner-area > div, body.page.service.saqaoc .banner-area > div {
  width: 100%;
  height: auto;
  margin-top: 60px;
  background-image: url(../img/pcidss/box_area07_img1.jpg);
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  body.page.service.pcidss .banner-area > div, body.page.service.saqaoc .banner-area > div {
    height: 127px;
    margin-top: 0;
  }
}
body.page.service.pcidss .banner-area > div p, body.page.service.saqaoc .banner-area > div p {
  padding-left: 40%;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 1600px) {
  body.page.service.pcidss .banner-area > div p, body.page.service.saqaoc .banner-area > div p {
    font-size: 1.354vw;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .banner-area > div p, body.page.service.saqaoc .banner-area > div p {
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    right: 30px;
    padding-top: 14px;
    padding-left: 50%;
    padding-bottom: 0;
  }
}
body.page.service.pcidss .banner-area > div p span, body.page.service.saqaoc .banner-area > div p span {
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 1600px) {
  body.page.service.pcidss .banner-area > div p span, body.page.service.saqaoc .banner-area > div p span {
    font-size: 1.667vw;
  }
}
body.page.service.pcidss .section-04 + p, body.page.service.saqaoc .section-04 + p {
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p, body.page.service.saqaoc .section-04 + p {
    margin-bottom: 18px;
  }
}
body.page.service.pcidss .section-04 + p + div, body.page.service.saqaoc .section-04 + p + div {
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div, body.page.service.saqaoc .section-04 + p + div {
    display: block;
    padding: 0 15px;
    margin-bottom: 17px;
  }
}
body.page.service.pcidss .section-04 + p + div .left-block, body.page.service.saqaoc .section-04 + p + div .left-block {
  width: 509px;
  height: 220px;
  margin-top: auto;
  background-color: #EBF6F5;
  border: solid 1px #008B8F;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div .left-block, body.page.service.saqaoc .section-04 + p + div .left-block {
    width: 100%;
    height: auto;
  }
}
body.page.service.pcidss .section-04 + p + div .left-block h5, body.page.service.saqaoc .section-04 + p + div .left-block h5 {
  color: #018C91;
  text-align: center;
  font-weight: bold;
  margin-top: 33px;
  margin-bottom: 34px;
}
@media (max-width: 1600px) {
  body.page.service.pcidss .section-04 + p + div .left-block h5, body.page.service.saqaoc .section-04 + p + div .left-block h5 {
    font-size: 1.354vw;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div .left-block h5, body.page.service.saqaoc .section-04 + p + div .left-block h5 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 38px;
  }
}
body.page.service.pcidss .section-04 + p + div .left-block h5 + div, body.page.service.saqaoc .section-04 + p + div .left-block h5 + div {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div .left-block h5 + div, body.page.service.saqaoc .section-04 + p + div .left-block h5 + div {
    margin-bottom: 26px;
  }
}
body.page.service.pcidss .section-04 + p + div .left-block h5 + div .image-area:first-child, body.page.service.saqaoc .section-04 + p + div .left-block h5 + div .image-area:first-child {
  width: 80px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div .left-block h5 + div .image-area:first-child, body.page.service.saqaoc .section-04 + p + div .left-block h5 + div .image-area:first-child {
    width: 65px;
  }
}
body.page.service.pcidss .section-04 + p + div .left-block h5 + div .image-area:last-child, body.page.service.saqaoc .section-04 + p + div .left-block h5 + div .image-area:last-child {
  width: 80px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div .left-block h5 + div .image-area:last-child, body.page.service.saqaoc .section-04 + p + div .left-block h5 + div .image-area:last-child {
    width: 65px;
  }
}
body.page.service.pcidss .section-04 + p + div .right-block, body.page.service.saqaoc .section-04 + p + div .right-block {
  margin-left: 57px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div .right-block, body.page.service.saqaoc .section-04 + p + div .right-block {
    margin-right: 0px;
    position: relative;
    margin-top: 10px;
  }
}
body.page.service.pcidss .section-04 + p + div .right-block p, body.page.service.saqaoc .section-04 + p + div .right-block p {
  font-weight: bold;
  margin-top: -10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div .right-block p, body.page.service.saqaoc .section-04 + p + div .right-block p {
    margin-top: 0;
  }
}
body.page.service.pcidss .section-04 + p + div .right-block p a, body.page.service.saqaoc .section-04 + p + div .right-block p a {
  font-weight: bold;
}
body.page.service.pcidss .section-04 + p + div .right-block p + div, body.page.service.saqaoc .section-04 + p + div .right-block p + div {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div .right-block p + div, body.page.service.saqaoc .section-04 + p + div .right-block p + div {
    display: block;
  }
}
body.page.service.pcidss .section-04 + p + div .right-block p + div > .image-area, body.page.service.saqaoc .section-04 + p + div .right-block p + div > .image-area {
  width: 211px;
  margin-right: 31px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div .right-block p + div > .image-area, body.page.service.saqaoc .section-04 + p + div .right-block p + div > .image-area {
    position: absolute;
    height: 152px;
    width: auto;
    left: -45px;
    top: 0;
    margin-right: 0;
  }
}
body.page.service.pcidss .section-04 + p + div .right-block p + div > .image-area + div, body.page.service.saqaoc .section-04 + p + div .right-block p + div > .image-area + div {
  width: 417px;
  height: 220px;
  background-color: #FDF3F0;
  border: #E07C64;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div .right-block p + div > .image-area + div, body.page.service.saqaoc .section-04 + p + div .right-block p + div > .image-area + div {
    width: 202px;
    height: 106px;
    margin-left: auto;
    margin-right: 0;
    display: flex;
  }
}
body.page.service.pcidss .section-04 + p + div .right-block p + div > .image-area + div h5, body.page.service.saqaoc .section-04 + p + div .right-block p + div > .image-area + div h5 {
  color: #E07C64;
  font-weight: bold;
  text-align: center;
  margin-top: 33px;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div .right-block p + div > .image-area + div h5, body.page.service.saqaoc .section-04 + p + div .right-block p + div > .image-area + div h5 {
    margin-left: 15px;
    line-height: 1.5;
  }
}
body.page.service.pcidss .section-04 + p + div .right-block p + div > .image-area + div .image-area, body.page.service.saqaoc .section-04 + p + div .right-block p + div > .image-area + div .image-area {
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div .right-block p + div > .image-area + div .image-area, body.page.service.saqaoc .section-04 + p + div .right-block p + div > .image-area + div .image-area {
    width: 40px;
    margin-top: auto;
    margin-bottom: auto;
  }
}
body.page.service.pcidss .section-04 + p + div + section, body.page.service.saqaoc .section-04 + p + div + section {
  background-color: #F4F4F4;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: auto;
}
body.page.service.pcidss .section-04 + p + div + section .inner-container, body.page.service.saqaoc .section-04 + p + div + section .inner-container {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 57px;
}
@media (max-width: 1600px) {
  body.page.service.pcidss .section-04 + p + div + section .inner-container, body.page.service.saqaoc .section-04 + p + div + section .inner-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div + section .inner-container, body.page.service.saqaoc .section-04 + p + div + section .inner-container {
    width: 100%;
    padding: 45px 24px 0 24px;
  }
}
body.page.service.pcidss .section-04 + p + div + section .inner-container > .content-title + p, body.page.service.saqaoc .section-04 + p + div + section .inner-container > .content-title + p {
  margin-bottom: 37px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div + section .inner-container > .content-title + p, body.page.service.saqaoc .section-04 + p + div + section .inner-container > .content-title + p {
    margin-bottom: 20px;
  }
}
body.page.service.pcidss .section-04 + p + div + section .inner-title, body.page.service.saqaoc .section-04 + p + div + section .inner-title {
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  body.page.service.pcidss .section-04 + p + div + section .inner-title, body.page.service.saqaoc .section-04 + p + div + section .inner-title {
    font-size: 1.354vw;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div + section .inner-title, body.page.service.saqaoc .section-04 + p + div + section .inner-title {
    font-size: 18px;
    margin-bottom: 13px;
  }
}
body.page.service.pcidss .section-04 + p + div + section .inner-title + p, body.page.service.saqaoc .section-04 + p + div + section .inner-title + p {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div + section .inner-title + p, body.page.service.saqaoc .section-04 + p + div + section .inner-title + p {
    margin-bottom: 20px;
  }
}
body.page.service.pcidss .section-04 + p + div + section .and-more, body.page.service.saqaoc .section-04 + p + div + section .and-more {
  text-align: right;
  margin-top: 30px;
  margin-right: 64px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div + section .and-more, body.page.service.saqaoc .section-04 + p + div + section .and-more {
    margin-top: 7px;
    margin-right: 0;
  }
}
body.page.service.pcidss .section-04 + p + div + section .and-more a, body.page.service.saqaoc .section-04 + p + div + section .and-more a {
  color: #2259B6;
  font-size: 25px;
  font-weight: bold;
  border-bottom: none;
}
@media (max-width: 1600px) {
  body.page.service.pcidss .section-04 + p + div + section .and-more a, body.page.service.saqaoc .section-04 + p + div + section .and-more a {
    font-size: 1.302vw;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div + section .and-more a, body.page.service.saqaoc .section-04 + p + div + section .and-more a {
    font-size: 14px;
  }
}
body.page.service.pcidss .section-04 + p + div + section .inner-content:first-of-type .table-area, body.page.service.saqaoc .section-04 + p + div + section .inner-content:first-of-type .table-area {
  margin-bottom: 37px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div + section .inner-content:first-of-type .table-area, body.page.service.saqaoc .section-04 + p + div + section .inner-content:first-of-type .table-area {
    overflow-x: scroll;
    margin-bottom: 20px;
  }
}
body.page.service.pcidss .section-04 + p + div + section .inner-content:first-of-type .table-area > table, body.page.service.saqaoc .section-04 + p + div + section .inner-content:first-of-type .table-area > table {
  font-size: 22px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div + section .inner-content:first-of-type .table-area > table, body.page.service.saqaoc .section-04 + p + div + section .inner-content:first-of-type .table-area > table {
    width: 850px;
    font-size: 14px;
  }
}
body.page.service.pcidss .section-04 + p + div + section .inner-content:first-of-type .table-area > table tr:first-child, body.page.service.saqaoc .section-04 + p + div + section .inner-content:first-of-type .table-area > table tr:first-child {
  background-color: #F5D6D9;
  height: 90px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div + section .inner-content:first-of-type .table-area > table tr:first-child, body.page.service.saqaoc .section-04 + p + div + section .inner-content:first-of-type .table-area > table tr:first-child {
    height: 54px;
  }
}
body.page.service.pcidss .section-04 + p + div + section .inner-content:first-of-type .table-area > table tr, body.page.service.saqaoc .section-04 + p + div + section .inner-content:first-of-type .table-area > table tr {
  background: #ffffff;
}
body.page.service.pcidss .section-04 + p + div + section .inner-content:first-of-type .table-area > table tr th:first-child, body.page.service.saqaoc .section-04 + p + div + section .inner-content:first-of-type .table-area > table tr th:first-child {
  width: 294px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div + section .inner-content:first-of-type .table-area > table tr th:first-child, body.page.service.saqaoc .section-04 + p + div + section .inner-content:first-of-type .table-area > table tr th:first-child {
    width: 175px;
  }
}
body.page.service.pcidss .section-04 + p + div + section .inner-content:first-of-type .table-area > table tr th:nth-child(2), body.page.service.saqaoc .section-04 + p + div + section .inner-content:first-of-type .table-area > table tr th:nth-child(2) {
  width: 436px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div + section .inner-content:first-of-type .table-area > table tr th:nth-child(2), body.page.service.saqaoc .section-04 + p + div + section .inner-content:first-of-type .table-area > table tr th:nth-child(2) {
    width: 261px;
  }
}
body.page.service.pcidss .section-04 + p + div + section .inner-content:first-of-type .table-area > table tr th:last-child, body.page.service.saqaoc .section-04 + p + div + section .inner-content:first-of-type .table-area > table tr th:last-child {
  width: 690px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div + section .inner-content:first-of-type .table-area > table tr th:last-child, body.page.service.saqaoc .section-04 + p + div + section .inner-content:first-of-type .table-area > table tr th:last-child {
    width: 414px;
  }
}
body.page.service.pcidss .section-04 + p + div + section .inner-content:first-of-type .table-area > table tr td, body.page.service.saqaoc .section-04 + p + div + section .inner-content:first-of-type .table-area > table tr td {
  height: 130px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div + section .inner-content:first-of-type .table-area > table tr td, body.page.service.saqaoc .section-04 + p + div + section .inner-content:first-of-type .table-area > table tr td {
    height: 75px;
  }
}
body.page.service.pcidss .section-04 + p + div + section .inner-content:first-of-type td, body.page.service.pcidss .section-04 + p + div + section .inner-content:first-of-type th, body.page.service.saqaoc .section-04 + p + div + section .inner-content:first-of-type td, body.page.service.saqaoc .section-04 + p + div + section .inner-content:first-of-type th {
  border: 2px solid #F4F4F4;
  vertical-align: middle;
  padding-left: 37px;
}
body.page.service.pcidss .section-04 + p + div + section .inner-content:first-of-type th, body.page.service.saqaoc .section-04 + p + div + section .inner-content:first-of-type th {
  font-weight: bold;
}
body.page.service.pcidss .section-04 + p + div + section .inner-content:nth-of-type(2) ul, body.page.service.saqaoc .section-04 + p + div + section .inner-content:nth-of-type(2) ul {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div + section .inner-content:nth-of-type(2) ul, body.page.service.saqaoc .section-04 + p + div + section .inner-content:nth-of-type(2) ul {
    margin-bottom: 22px;
  }
}
body.page.service.pcidss .section-04 + p + div + section .inner-content:nth-of-type(2) ul li, body.page.service.saqaoc .section-04 + p + div + section .inner-content:nth-of-type(2) ul li {
  height: 110px;
  margin-bottom: 20px;
  display: flex;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div + section .inner-content:nth-of-type(2) ul li, body.page.service.saqaoc .section-04 + p + div + section .inner-content:nth-of-type(2) ul li {
    height: 52px;
  }
}
body.page.service.pcidss .section-04 + p + div + section .inner-content:nth-of-type(2) ul li p, body.page.service.saqaoc .section-04 + p + div + section .inner-content:nth-of-type(2) ul li p {
  line-height: 110px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div + section .inner-content:nth-of-type(2) ul li p, body.page.service.saqaoc .section-04 + p + div + section .inner-content:nth-of-type(2) ul li p {
    line-height: 1.5;
  }
}
body.page.service.pcidss .section-04 + p + div + section .inner-content:nth-of-type(2) ul li p:first-child, body.page.service.saqaoc .section-04 + p + div + section .inner-content:nth-of-type(2) ul li p:first-child {
  background-color: #ffffff;
  width: 1100px;
  padding-left: 37px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div + section .inner-content:nth-of-type(2) ul li p:first-child, body.page.service.saqaoc .section-04 + p + div + section .inner-content:nth-of-type(2) ul li p:first-child {
    width: 235px;
    padding-left: 5px;
    height: 52px;
    padding-top: 5px;
    flex-grow: 1;
  }
}
body.page.service.pcidss .section-04 + p + div + section .inner-content:nth-of-type(2) ul li p:nth-of-type(2), body.page.service.saqaoc .section-04 + p + div + section .inner-content:nth-of-type(2) ul li p:nth-of-type(2) {
  margin-left: 18px;
  margin-right: 13px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div + section .inner-content:nth-of-type(2) ul li p:nth-of-type(2), body.page.service.saqaoc .section-04 + p + div + section .inner-content:nth-of-type(2) ul li p:nth-of-type(2) {
    margin-left: 7px;
    margin-right: 8px;
    line-height: 52px;
  }
}
body.page.service.pcidss .section-04 + p + div + section .inner-content:nth-of-type(2) ul li p:last-child, body.page.service.saqaoc .section-04 + p + div + section .inner-content:nth-of-type(2) ul li p:last-child {
  background-color: #ffffff;
  width: 264px;
  padding-right: 64px;
  text-align: right;
  color: #D40015;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div + section .inner-content:nth-of-type(2) ul li p:last-child, body.page.service.saqaoc .section-04 + p + div + section .inner-content:nth-of-type(2) ul li p:last-child {
    width: 65px;
    height: 52px;
    padding-right: 13px;
    padding-top: 5px;
  }
}
body.page.service.pcidss .section-04 + p + div + section .inner-content:nth-of-type(2) ul li:last-child, body.page.service.saqaoc .section-04 + p + div + section .inner-content:nth-of-type(2) ul li:last-child {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div + section .inner-content:nth-of-type(2) ul li:last-child p:first-child, body.page.service.saqaoc .section-04 + p + div + section .inner-content:nth-of-type(2) ul li:last-child p:first-child {
    line-height: 52px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div + section .inner-content:last-child .inner-title, body.page.service.saqaoc .section-04 + p + div + section .inner-content:last-child .inner-title {
    margin-top: 20px;
  }
}
body.page.service.pcidss .section-04 + p + div + section .inner-content:last-child .content-block, body.page.service.saqaoc .section-04 + p + div + section .inner-content:last-child .content-block {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div + section .inner-content:last-child .content-block, body.page.service.saqaoc .section-04 + p + div + section .inner-content:last-child .content-block {
    display: block;
  }
}
body.page.service.pcidss .section-04 + p + div + section .inner-content:last-child .content-block .item, body.page.service.saqaoc .section-04 + p + div + section .inner-content:last-child .content-block .item {
  width: calc(33.3333333333% - 12.6666666667px);
  background-color: #fff;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div + section .inner-content:last-child .content-block .item, body.page.service.saqaoc .section-04 + p + div + section .inner-content:last-child .content-block .item {
    width: 100%;
    margin-bottom: 25px;
    padding: 0;
  }
}
body.page.service.pcidss .section-04 + p + div + section .inner-content:last-child .content-block .item .image-area, body.page.service.saqaoc .section-04 + p + div + section .inner-content:last-child .content-block .item .image-area {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  height: 220px;
  padding: 6% 6% 0;
}
body.page.service.pcidss .section-04 + p + div + section .inner-content:last-child .content-block .item .image-area img, body.page.service.saqaoc .section-04 + p + div + section .inner-content:last-child .content-block .item .image-area img {
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div + section .inner-content:last-child .content-block .item .image-area, body.page.service.saqaoc .section-04 + p + div + section .inner-content:last-child .content-block .item .image-area {
    margin-bottom: 15px;
    height: 241px;
    padding: 0;
  }
}
body.page.service.pcidss .section-04 + p + div + section .inner-content:last-child .content-block .item h5, body.page.service.saqaoc .section-04 + p + div + section .inner-content:last-child .content-block .item h5 {
  text-align: center;
  color: #2259B6;
  line-height: 1.8;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1600px) {
  body.page.service.pcidss .section-04 + p + div + section .inner-content:last-child .content-block .item h5, body.page.service.saqaoc .section-04 + p + div + section .inner-content:last-child .content-block .item h5 {
    font-size: 1.354vw;
  }
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div + section .inner-content:last-child .content-block .item h5, body.page.service.saqaoc .section-04 + p + div + section .inner-content:last-child .content-block .item h5 {
    margin-bottom: 13px;
    font-size: 18px;
  }
}
body.page.service.pcidss .section-04 + p + div + section .inner-content:last-child .content-block .item h5 + p, body.page.service.saqaoc .section-04 + p + div + section .inner-content:last-child .content-block .item h5 + p {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-04 + p + div + section .inner-content:last-child .content-block .item h5 + p, body.page.service.saqaoc .section-04 + p + div + section .inner-content:last-child .content-block .item h5 + p {
    padding: 0 20px 25px 20px;
  }
}
body.page.service.pcidss .section-05 + p, body.page.service.saqaoc .section-05 + p {
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-05 + p, body.page.service.saqaoc .section-05 + p {
    margin-bottom: 15px;
  }
}
body.page.service.pcidss .section-05 + p .marker, body.page.service.saqaoc .section-05 + p .marker {
  background: linear-gradient(transparent 65%, #FEFE2A 65%);
}
body.page.service.pcidss .section-05 + p + .image-area, body.page.service.saqaoc .section-05 + p + .image-area {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-05 + p + .image-area, body.page.service.saqaoc .section-05 + p + .image-area {
    margin-bottom: 25px;
  }
}
body.page.service.pcidss .section-06 + h5 + p, body.page.service.saqaoc .section-06 + h5 + p {
  margin-bottom: 30px;
}
body.page.service.pcidss .section-06 + h5 + p + .image-area, body.page.service.saqaoc .section-06 + h5 + p + .image-area {
  margin-bottom: 60px;
}
body.page.service.pcidss .section-06 + h5 + p + .image-area + h5 + p, body.page.service.saqaoc .section-06 + h5 + p + .image-area + h5 + p {
  margin-bottom: 30px;
}
body.page.service.pcidss .section-06 + h5 + p + .image-area + h5 + p + .image-area, body.page.service.saqaoc .section-06 + h5 + p + .image-area + h5 + p + .image-area {
  margin-bottom: 56px;
}
body.page.service.pcidss .section-07 + h4 + p,
body.page.service.pcidss .section-07 + h5 + p, body.page.service.saqaoc .section-07 + h4 + p,
body.page.service.saqaoc .section-07 + h5 + p {
  margin-bottom: 40px;
}
body.page.service.pcidss .section-07 + h4 + p + .image-area,
body.page.service.pcidss .section-07 + h5 + p + .image-area, body.page.service.saqaoc .section-07 + h4 + p + .image-area,
body.page.service.saqaoc .section-07 + h5 + p + .image-area {
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  body.page.service.pcidss .section-07 + h4 + p + .image-area,
  body.page.service.pcidss .section-07 + h5 + p + .image-area, body.page.service.saqaoc .section-07 + h4 + p + .image-area,
  body.page.service.saqaoc .section-07 + h5 + p + .image-area {
    margin-bottom: 20px;
  }
}
body.page.service.pcidss #section-08 + h5 + p, body.page.service.saqaoc #section-08 + h5 + p {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body.page.service.pcidss #section-08 + h5 + p, body.page.service.saqaoc #section-08 + h5 + p {
    margin-bottom: 20px;
  }
}
body.page.service.pcidss #section-08 + h5 + p + h5 + p, body.page.service.saqaoc #section-08 + h5 + p + h5 + p {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body.page.service.pcidss #section-08 + h5 + p + h5 + p, body.page.service.saqaoc #section-08 + h5 + p + h5 + p {
    margin-bottom: 20px;
  }
}
body.page.service.saqaoc .h2Head {
  background-image: url(../img/saqaocservice/hero_pc.jpg);
}
@media (max-width: 767px) {
  body.page.service.saqaoc .h2Head {
    background-image: url(../img/saqaocservice/hero_sp.jpg);
  }
}
body.page.service.saqaoc .mainRow_in {
  padding-left: 50px;
}
@media (max-width: 1000px) {
  body.page.service.saqaoc .mainRow_in {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  body.page.service.saqaoc .mainRow_in {
    padding-left: 0;
  }
}
body.page.service.saqaoc .authMarkBox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  body.page.service.saqaoc .authMarkBox {
    flex-flow: column;
  }
}
body.page.service.saqaoc .authMarkBoxList {
  width: 40%;
  min-width: 400px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.7em;
}
@media (max-width: 767px) {
  body.page.service.saqaoc .authMarkBoxList {
    width: 100%;
    min-width: 300px;
  }
}
body.page.service.saqaoc .authMarkBoxList * {
  color: #000;
  box-sizing: border-box;
  line-height: 1.3;
}
body.page.service.saqaoc .authMarkBoxList__head {
  margin-bottom: 0.3em;
  flex-shrink: 0;
  width: 14%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
body.page.service.saqaoc .authMarkBoxList__head::before {
  content: "▲";
  display: inline-block;
  transform: rotate(90deg);
  font-size: 13px;
  margin-right: 0.4em;
}
body.page.service.saqaoc .authMarkBoxList__head p {
  font-weight: 600;
}
body.page.service.saqaoc .authMarkBoxList__item {
  width: 81%;
  margin-bottom: 0.3em;
}
body.page.service.saqaoc .authMarkBox .authMarkBoxImg {
  width: 60%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  body.page.service.saqaoc .authMarkBox .authMarkBoxImg {
    margin-top: 1em;
    width: 100%;
  }
}
body.page.service.saqaoc .authMarkBox .authMarkBoxImgList {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
body.page.service.saqaoc .authMarkBox .authMarkBoxImgList__item {
  flex-shrink: 0;
  width: 73px;
}
@media (max-width: 767px) {
  body.page.service.saqaoc .authMarkBox .authMarkBoxImgList__item {
    width: 25%;
    max-width: 80px;
    flex-shrink: 0;
  }
}
body.page.service.saqaoc .authMarkBox .authMarkBoxImgList__item:not(:first-of-type) {
  margin-left: 2em;
}
@media (max-width: 767px) {
  body.page.service.saqaoc .authMarkBox .authMarkBoxImgList__item:not(:first-of-type) {
    margin-left: 3em;
  }
}
body.page.service.saqaoc .authMarkBox .authMarkBoxImg .note {
  font-size: clamp(13px, 1.5vw, 14px);
  margin-top: 1em;
  line-height: 1.5;
}
body.page.service.saqaoc .level5Head {
  background: #F6CCD0;
  font-size: 22px;
  font-weight: 600;
  padding: 0.6em 0.5em 0.6em 50px;
}
@media (max-width: 1000px) {
  body.page.service.saqaoc .level5Head {
    font-size: 16px;
    padding-left: 1.3em;
  }
}
body.page.service.saqaoc .saqInfoTable {
  width: 100%;
  margin-top: 0.4em;
}
body.page.service.saqaoc .saqInfoTable__head {
  font-weight: 600;
  min-width: 200px;
}
@media (max-width: 767px) {
  body.page.service.saqaoc .saqInfoTable__head {
    min-width: 127px;
  }
}
body.page.service.saqaoc .saqInfoTable__head::before {
  display: inline-block;
  content: "▲";
  transform: rotate(90deg) scaleX(-0.95);
  font-size: 70%;
  margin-right: 0.5em;
  vertical-align: 14%;
}
@media (max-width: 767px) {
  body.page.service.saqaoc .saqInfoTable__head::before {
    vertical-align: 5%;
  }
}
body.page.service.saqaoc .saqInfoTable__head, body.page.service.saqaoc .saqInfoTable__item {
  border-bottom: 1px solid #707070;
  font-size: 18px;
  line-height: 1.6;
  padding: 0.8em 0;
}
@media (max-width: 1000px) {
  body.page.service.saqaoc .saqInfoTable__head, body.page.service.saqaoc .saqInfoTable__item {
    font-size: 14px;
  }
}
body.page.service.saqaoc .serviceFlowList {
  counter-reset: listnum;
  max-width: 920px;
  margin: auto;
}
body.page.service.saqaoc .serviceFlowList__item {
  background: #E1DFE0;
  min-height: 80px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  body.page.service.saqaoc .serviceFlowList__item {
    min-height: 63px;
  }
}
body.page.service.saqaoc .serviceFlowList__item:not(:first-of-type) {
  margin-top: 88px;
}
@media (max-width: 767px) {
  body.page.service.saqaoc .serviceFlowList__item:not(:first-of-type) {
    margin-top: 52px;
  }
}
body.page.service.saqaoc .serviceFlowList__item:not(:last-of-type)::after {
  background: url("../img/saqaocservice/ico_arrow.svg");
  background-size: contain;
  bottom: -88px;
  content: "";
  width: 70px;
  height: 88px;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  body.page.service.saqaoc .serviceFlowList__item:not(:last-of-type)::after {
    bottom: -52px;
    width: 42px;
    height: 52px;
  }
}
body.page.service.saqaoc .serviceFlowList__item:nth-of-type(3) {
  background: #F6CCD0;
  min-height: 100px;
  padding-left: 90px;
}
@media (max-width: 767px) {
  body.page.service.saqaoc .serviceFlowList__item:nth-of-type(3) {
    min-height: 141px;
    padding-left: 40px;
  }
}
body.page.service.saqaoc .serviceFlowList__item:nth-of-type(3) i {
  margin-top: 0.7em;
}
@media (max-width: 767px) {
  body.page.service.saqaoc .serviceFlowList__item:nth-of-type(3) i {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.5em;
  }
  body.page.service.saqaoc .serviceFlowList__item:nth-of-type(3) i::before {
    content: "";
    display: inline-block;
    content: "";
    flex-shrink: 0;
    margin-right: 0.5em;
    background: url("../img/saqaocservice/mark_pcidss.png") no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    /*position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);*/
  }
}
body.page.service.saqaoc .serviceFlowList__item:nth-of-type(3)::before {
  background: #D30217;
}
body.page.service.saqaoc .serviceFlowList__item:nth-of-type(3) .serviceFlowList__item__text {
  position: relative;
  padding: 0.5em 1em 0.5em 100px;
}
@media (max-width: 767px) {
  body.page.service.saqaoc .serviceFlowList__item:nth-of-type(3) .serviceFlowList__item__text {
    padding-left: 0;
  }
}
body.page.service.saqaoc .serviceFlowList__item:nth-of-type(3) .serviceFlowList__item__text::before {
  display: inline-block;
  content: "";
  background: url("../img/saqaocservice/mark_pcidss.png") no-repeat;
  background-size: contain;
  width: 73px;
  height: 73px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  body.page.service.saqaoc .serviceFlowList__item:nth-of-type(3) .serviceFlowList__item__text::before {
    display: none;
  }
}
body.page.service.saqaoc .serviceFlowList__item::before {
  align-items: center;
  background: #898081;
  color: #fff;
  counter-increment: listnum;
  content: counter(listnum);
  display: flex;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  padding: 0 1em;
  width: 80px;
}
@media (max-width: 1000px) {
  body.page.service.saqaoc .serviceFlowList__item::before {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  body.page.service.saqaoc .serviceFlowList__item::before {
    width: 33px;
    padding: 0;
  }
}
body.page.service.saqaoc .serviceFlowList__item__text {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  padding: 0 1em;
}
@media (max-width: 1000px) {
  body.page.service.saqaoc .serviceFlowList__item__text {
    font-size: 16px;
  }
}
body.page.service.saqaoc .serviceFlowList__item__text i {
  display: block;
  font-size: 80%;
}
@media (max-width: 767px) {
  body.page.service.saqaoc .serviceFlowList__item__text i {
    padding-left: 1.5em;
  }
}
body.page.service.saqaoc .serviceFlowList + .note {
  margin-top: 0.5em;
  font-size: clamp(13px, 1.5vw, 14px);
}
body.page.service.forensic .h2Head {
  background-image: url(../img/forensic/hero_pc.jpg);
}
@media (max-width: 767px) {
  body.page.service.forensic .h2Head {
    background-image: url(../img/forensic/hero_sp.jpg);
  }
}
body.page.service.forensic .sec1 .title + #forensicp {
  font-size: 18px;
  margin-bottom: 0px;
}
@media (max-width: 1000px) {
  body.page.service.forensic .sec1 .title + #forensicp {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
body.page.service.forensic .sec1 .title + #forensicp + ul {
  font-size: 18px;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  body.page.service.forensic .sec1 .title + #forensicp + ul {
    font-size: 14px;
  }
}
body.page.service.forensic .sec1 .title + #forensicp + ul + p {
  margin-bottom: 115px;
  font-size: 18px;
}
@media (max-width: 1000px) {
  body.page.service.forensic .sec1 .title + #forensicp + ul + p {
    font-size: 14px;
  }
}
body.page.service.forensic .sec1 .image-area {
  margin-bottom: 115px;
}
@media (max-width: 767px) {
  body.page.service.forensic .sec1 .image-area {
    margin-bottom: 30px;
  }
}
@media (max-width: 1600px) {
  body.page main .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1000px) {
  body.page main p {
    font-size: 14px;
  }
  body.page main .container {
    width: 100%;
    padding: 0 24px;
  }
}

.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}/*# sourceMappingURL=download.css.map */