@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap");
@import url(/common/css/reset.css?20250417);
@import url(/common/css/style.v3.css?20220510);
@import url(/common/css/header.v2.css?20230718);
@import url(/bs/lp/common/css/layout.css?20250417);
@import url(/common/css/footer.css?20221031);
@import url(/common/css/layout.v2.css?20221219);
@import url(/common/css/smph/layout.v2.css?20220106);
@import url(/common/css/solution.css?20250417);
.column {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2px;
  padding-left: 2px;
}
@media screen and (max-width: 1023px) {
  .column {
    width: 100vw;
    padding-right: 0;
    padding-left: 0;
  }
}
.column .column {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .column .column {
    width: auto;
  }
}

.col12 {
  width: 990px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .col12 {
    width: 98vw;
    margin-right: 1vw;
    margin-left: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col12 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col9 {
  width: 720px;
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col9 {
    width: 72vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col9 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col8 {
  width: 620px;
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col8 {
    width: 48vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col8 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col7 {
  width: 560px;
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col7 {
    width: 48vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col7 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col6 {
  width: calc((100% - 15px * 4) / 2);
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col6 {
    width: 48vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col6 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col5 {
  width: 400px;
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col5 {
    width: 48vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col5 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col4 {
  width: calc((100% - 15px * 6) / 3);
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col4 {
    width: 31.3333333333vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col4 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col3 {
  width: calc((100% - 15px * 8) / 4);
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col3 {
    width: 23vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col3 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .col8.sp_col12 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.justify-content-between {
  justify-content: space-between;
}
.justify-content-between:after {
  display: none;
}

.justify-content-center {
  justify-content: center;
}

.flex-grow {
  flex-grow: 1;
}

.flex-wrap {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .flex-wrap {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .flex-pc-row-reverse {
    flex-direction: row-reverse;
  }
}

#contents {
  width: 100% !important;
  scroll-behavior: smooth;
}
#contents:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
  font-size: 0;
}
#contents section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
  font-size: 0;
}
#contents article {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#contents article:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
  font-size: 0;
}
/*
//CSS//
*/
html {
  /*font-size: .81em;  /common/styleで規定済 */
}

body {
  /*font-size: .81em;  /common/styleで規定済 */
  min-width: auto;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 998px;
  }
}

@media screen and (min-width: 0) and (max-width: 768px) {
  #wrapper {
    padding-top: 0;
  }
}

@media screen and (min-width: 0) and (max-width: 768px) {
  #header dl.form {
    right: 5px;
    right: 70px;
  }
}
@media screen and (min-width: 990px) {
  #header dl.form {
    right: calc(50vw - 345px);
  }
}

ul.if_trial_s {
  position: absolute;
  top: 5px;
}
@media screen and (min-width: 990px) {
  ul.if_trial_s {
    right: calc(50vw - 490px);
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  ul.if_trial_s {
    display: block !important;
    top: 8px;
    right: 5px;
  }
}
ul.if_trial_s b {
  display: none;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  ul.if_trial_s b {
    display: block;
    width: auto;
    height: auto;
    padding: 8px 5px;
    line-height: 100%;
    background: #327d69;
    border-radius: 3px;
    color: #FFF;
  }
}
ul.if_trial_s img {
  display: block;
  border-radius: 4px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  ul.if_trial_s img {
    display: none;
  }
}

/*---------------------------------

  00 ページ内共通

  02 #contents > article コンテンツ

     #visual メインビジュアル


  03 #footer

  04 js/effect 

  #  brakepoint  #
     PC >= 1024px
     768 <= iPad & PC(small) <= 1023
     sp <= 767

  #  main-content-width  #
     990px

---------------------------------*/
/*---------------------------------

  00 ページ内共通

---------------------------------*/
#contents {
  font-family: "Noto Sans JP", sans-serif, "メイリオ", Meiryo, "LucidaGrande", Verdana, "ヒラギノ角ゴProW3", "HiraginoKakuGothicPro", Osaka, "ＭＳＰゴシック", sans-serif;
  padding-bottom: 0;
  line-height: 1.6;
  color: #484e55;
}
#contents article {
  width: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #contents article {
    width: auto;
  }
}
#contents article p {
  font-size: 0.9375rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #contents article p {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #contents article p strong {
    font-size: 0.9375rem;
  }
}
#contents article a.blank:after,
#contents article span.blank:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 3px;
  background: url(/common/images/cmn_linkmarker/newwin.gif) no-repeat;
}
#contents article .ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}
#contents article figure {
  text-align: center;
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
#contents article figure figure {
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 767px) and (min-width: 0) {
  #contents article figure {
    margin: 5px 0 0 0;
  }
}
#contents article figure img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #contents article figure img {
    width: 96%;
  }
}
#contents article ul.note,
#contents article ul.notes {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #contents article ul.note,
  #contents article ul.notes {
    font-size: 0.625rem;
  }
}
#contents article ul.note li,
#contents article ul.notes li {
  padding-left: 0;
  text-indent: 0;
}
#contents article .letterSpace-1 {
  padding-left: 1em !important;
  letter-spacing: 1em;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #contents article .letterSpace-1 {
    letter-spacing: auto;
  }
}
#contents article .arrow-down {
  font-size: 2.25rem;
  position: relative;
  display: block;
  height: 1em;
  width: 1.5em;
  background-color: #003399;
  margin: 0 auto;
  margin-bottom: 1.75em;
}
@media screen and (max-width: 1023px) {
  #contents article .arrow-down {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #contents article .arrow-down {
    font-size: 1.375rem;
  }
}
#contents article .arrow-down:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 1.5em solid transparent;
  border-top: 1.5em solid #003399;
  left: -0.75em;
  top: 0.9em;
}
#contents a {
  word-break: break-all;
  text-decoration: none;
}

/*---------------------------------

  02 #contents > article コンテンツ

---------------------------------*/
/*#visual メインビジュアル
---------------------------------*/
@media screen and (min-width: 768px) {
  #contents article#visual {
    min-height: 374px;
    background: url(/bs/lp/lgu_security/common/images/visual_bg.png) no-repeat center bottom/auto 125px;
  }
}
@media screen and (min-width: 768px) {
  #contents article#visual div {
    min-height: 374px;
    max-width: 988px;
    margin-left: auto;
    margin-right: auto;
    background: url(/bs/lp/lgu_security/common/images/visual_dome.png) no-repeat right bottom/auto auto;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contents article#visual div {
    min-height: 510px;
    background: url(/bs/lp/lgu_security/common/images/visual_dome.png) no-repeat center bottom/110% auto;
  }
}
#contents article#visual h1 {
  padding-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 2.125rem;
  line-height: 1.4;
  color: #212121;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contents article#visual h1 {
    font-size: 1.25rem;
    padding: 0.5em;
    margin-bottom: 0.25em;
  }
  #contents article#visual h1 br {
    display: none;
  }
}
#contents article#visual h1 strong {
  font-size: 2.5rem;
  color: #05338F;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contents article#visual h1 strong {
    font-size: 1.25rem;
  }
}
#contents article#visual h2 {
  margin-bottom: 1em;
  font-size: 0.9375rem;
  color: #212121;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contents article#visual h2 {
    padding: 0.5em;
    font-size: 0.9375rem;
  }
  #contents article#visual h2 br {
    display: none;
  }
}

/*#point ガイドライン改定ポイント 
---------------------------------*/
#contents article#point {
  background-color: #fcfbfb;
  padding-bottom: 60px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contents article#point {
    padding-bottom: 20px;
  }
  #contents article#point:after {
    min-height: 2em;
    font-size: 15px;
  }
}
#contents article#point h2 {
  background: #ebf0f0;
  position: relative;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #contents article#point h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#point h2 {
    margin-bottom: 20px;
  }
}
#contents article#point h2 b:nth-child(1) {
  display: inline-block;
  font-size: 22px;
  background: #4696c8;
  color: #FFF;
  padding: 0.3em 3em 0.3em;
  transform: skew(-25deg, 0);
  padding-left: calc(50vw - 495px);
  margin-left: -10px;
}
@media screen and (max-width: 1024px) {
  #contents article#point h2 b:nth-child(1) {
    padding-left: 25px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  #contents article#point h2 b:nth-child(1) {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#point h2 b:nth-child(1) {
    padding-left: 20px;
    margin-left: -10px;
    transform: skew(0, 0);
  }
}
#contents article#point h2 b:nth-child(1) span {
  display: inline-block;
  font-weight: normal;
  transform: skew(25deg, 0);
}
@media screen and (max-width: 767px) {
  #contents article#point h2 b:nth-child(1) span {
    line-height: 20px;
    transform: skew(0, 0);
  }
}
#contents article#point h2 span:nth-child(2) {
  display: inline-block;
  padding: 0 1em;
  font-size: 18px;
  line-height: 30px;
  color: #003399;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #contents article#point h2 span:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#point h2 span:nth-child(2) {
    padding: 0.5em 1em;
  }
}
#contents article#point h2 a {
  font-size: 2.25rem;
  padding: 0.1em 0 0 0;
  position: absolute;
  top: 0;
  right: calc(50vw - 495px);
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  #contents article#point h2 a {
    font-size: 1.5rem;
    right: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #contents article#point h2 a {
    font-size: 1.375rem;
    right: 3vw;
  }
}
#contents article#point h2 a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#contents article#point h2 b:nth-child(1) {
  background: #919191;
}
@media screen and (max-width: 767px) {
  #contents article#point h2 b:nth-child(1) {
    transform: skew(-25deg, 0) !important;
  }
  #contents article#point h2 b:nth-child(1) span {
    transform: skew(25deg, 0) !important;
  }
}
#contents article#point .guidelines h3 {
  max-width: 990px;
  background: #878f93;
  text-align: center;
  font-size: clamp(20px, 2.6vw, 26px);
  color: #ffffff;
  margin: 0 auto 1em;
  padding: 20px;
  font-weight: normal;
}
#contents article#point .guidelines h3 span {
  color: #faf063;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #contents article#point .guidelines h3 {
    padding: 0 2vw;
  }
}
#contents article#point .guidelines p {
  font-size: clamp(18px, 2.6vw, 20px);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #contents article#point .guidelines p {
    padding: 0 15px;
  }
}
#contents article#point .image-area {
  max-width: 990px;
  margin: 0 auto;
}
#contents article#point .image-area h4 {
  text-align: center;
  display: block;
  font-size: clamp(20px, 2.6vw, 24px);
}
#contents article#point .bb-area {
  max-width: 990px;
  margin: 30px auto;
  background: #e4e7e9;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  #contents article#point .bb-area {
    padding: 15px;
    margin: 30px 15px;
  }
}
#contents article#point .bb-area h4 {
  text-align: center;
  display: block;
  font-size: clamp(20px, 2.6vw, 26px);
}
#contents article#point .bb-area p {
  margin: 20px 0 0;
  font-size: clamp(18px, 2.6vw, 21px);
}
#contents article#point .js_tgl_open p {
  font-size: 1.25rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contents article#point .js_tgl_open p {
    min-height: 2em;
    font-size: 15px;
  }
}

/*#point ガイドライン解説ビデオ
---------------------------------*/
#contents article#video {
  background-color: #fcfbfb;
  padding-bottom: 60px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contents article#video {
    padding-bottom: 20px;
  }
}
#contents article#video h2 {
  background: #ebf0f0;
  position: relative;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #contents article#video h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#video h2 {
    margin-bottom: 20px;
  }
}
#contents article#video h2 b:nth-child(1) {
  display: inline-block;
  font-size: 22px;
  background: #4696c8;
  color: #FFF;
  padding: 0.3em 3em 0.3em;
  transform: skew(-25deg, 0);
  padding-left: calc(50vw - 495px);
  margin-left: -10px;
}
@media screen and (max-width: 1024px) {
  #contents article#video h2 b:nth-child(1) {
    padding-left: 25px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  #contents article#video h2 b:nth-child(1) {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#video h2 b:nth-child(1) {
    padding-left: 20px;
    margin-left: -10px;
    transform: skew(0, 0);
  }
}
#contents article#video h2 b:nth-child(1) span {
  display: inline-block;
  font-weight: normal;
  transform: skew(25deg, 0);
}
@media screen and (max-width: 767px) {
  #contents article#video h2 b:nth-child(1) span {
    line-height: 20px;
    transform: skew(0, 0);
  }
}
#contents article#video h2 span:nth-child(2) {
  display: inline-block;
  padding: 0 1em;
  font-size: 18px;
  line-height: 30px;
  color: #003399;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #contents article#video h2 span:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#video h2 span:nth-child(2) {
    padding: 0.5em 1em;
  }
}
#contents article#video h2 a {
  font-size: 2.25rem;
  padding: 0.1em 0 0 0;
  position: absolute;
  top: 0;
  right: calc(50vw - 495px);
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  #contents article#video h2 a {
    font-size: 1.5rem;
    right: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #contents article#video h2 a {
    font-size: 1.375rem;
    right: 3vw;
  }
}
#contents article#video h2 a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#contents article#video h2 b:nth-child(1) {
  background: #919191;
}
@media screen and (max-width: 767px) {
  #contents article#video h2 b:nth-child(1) {
    transform: skew(-25deg, 0) !important;
  }
  #contents article#video h2 b:nth-child(1) span {
    transform: skew(25deg, 0) !important;
  }
}
#contents article#video #point-video {
  width: 100%;
  padding: 15px 0 20px;
}
#contents article#video #point-video li {
  margin: 0 auto;
  width: 640px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #contents article#video #point-video li {
    width: 80%;
  }
}
#contents article#video #point-video .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background-color: #000;
}
#contents article#video #point-video .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*#solution デジタルアーツのソリューション
---------------------------------*/
#contents article#solution {
  background-color: rgba(0, 51, 153, 0.1);
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contents article#solution {
    padding-bottom: 20px;
  }
}
#contents article#solution h2 {
  background: #ebf0f0;
  position: relative;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #contents article#solution h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#solution h2 {
    margin-bottom: 20px;
  }
}
#contents article#solution h2 b:nth-child(1) {
  display: inline-block;
  font-size: 22px;
  background: #4696c8;
  color: #FFF;
  padding: 0.3em 3em 0.3em;
  transform: skew(-25deg, 0);
  padding-left: calc(50vw - 495px);
  margin-left: -10px;
}
@media screen and (max-width: 1024px) {
  #contents article#solution h2 b:nth-child(1) {
    padding-left: 25px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  #contents article#solution h2 b:nth-child(1) {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#solution h2 b:nth-child(1) {
    padding-left: 20px;
    margin-left: -10px;
    transform: skew(0, 0);
  }
}
#contents article#solution h2 b:nth-child(1) span {
  display: inline-block;
  font-weight: normal;
  transform: skew(25deg, 0);
}
@media screen and (max-width: 767px) {
  #contents article#solution h2 b:nth-child(1) span {
    line-height: 20px;
    transform: skew(0, 0);
  }
}
#contents article#solution h2 span:nth-child(2) {
  display: inline-block;
  padding: 0 1em;
  font-size: 18px;
  line-height: 30px;
  color: #003399;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #contents article#solution h2 span:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#solution h2 span:nth-child(2) {
    padding: 0.5em 1em;
  }
}
#contents article#solution h2 a {
  font-size: 2.25rem;
  padding: 0.1em 0 0 0;
  position: absolute;
  top: 0;
  right: calc(50vw - 495px);
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  #contents article#solution h2 a {
    font-size: 1.5rem;
    right: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #contents article#solution h2 a {
    font-size: 1.375rem;
    right: 3vw;
  }
}
#contents article#solution h2 a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#contents article#solution h2 b:nth-child(1) {
  background: #003399;
}
@media screen and (max-width: 767px) {
  #contents article#solution h2 b:nth-child(1) {
    transform: skew(-25deg, 0) !important;
  }
  #contents article#solution h2 b:nth-child(1) span {
    transform: skew(25deg, 0) !important;
  }
}
#contents article#solution h3 {
  font-size: clamp(20px, 2.6vw, 23px);
}
#contents article#solution .two-blocks {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #contents article#solution .two-blocks {
    flex-direction: column;
    gap: 0;
  }
}
#contents article#solution .two-blocks li {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  #contents article#solution .two-blocks li {
    width: 100%;
  }
}
#contents article#solution .two-blocks-container {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #contents article#solution .two-blocks-container {
    padding: 20px;
  }
}
#contents article#solution .two-blocks-container dt {
  font-size: clamp(18px, 2.6vw, 22px);
  font-weight: normal;
  background-color: #be1224;
  color: #ffffff;
  padding: 12px 10px;
}
#contents article#solution .two-blocks-container dd {
  font-size: clamp(15px, 2.6vw, 20px);
  padding: 30px;
  background: #ffffff;
  text-align: left;
  height: 180px;
}
@media screen and (max-width: 767px) {
  #contents article#solution .two-blocks-container dd {
    height: unset;
  }
}
#contents article#solution .product {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #contents article#solution .product {
    flex-direction: column;
  }
}
#contents article#solution .product li {
  width: calc(33.3333333333% - 15px);
}
@media screen and (max-width: 767px) {
  #contents article#solution .product li {
    width: 100%;
  }
}
#contents article#solution .product-box {
  background: #ffffff;
  height: 100%;
  max-height: 220px;
  border-radius: 10px;
}
@media screen and (max-width: 1023px) {
  #contents article#solution .product-box {
    max-height: unset;
  }
}
#contents article#solution .product-box .blue {
  background: #005ea8;
}
#contents article#solution .product-box .orange {
  background: #fa4619;
}
#contents article#solution .product-box .green {
  background: #327d69;
}
#contents article#solution .product-box .yellow {
  background: #d4a900;
}
#contents article#solution .product-box .light-blue {
  background: #009bff;
}
#contents article#solution .product-box .deep-blue {
  background: #053394;
}
#contents article#solution .product-box figure {
  margin: 0 auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 96px;
}
@media screen and (max-width: 767px) {
  #contents article#solution .product-box figure img {
    width: unset;
  }
}
#contents article#solution .product-title {
  color: #ffffff;
  font-size: 15px;
  padding: 10px 0;
  width: 100%;
  display: block;
  border-radius: 10px 10px 0 0;
}
#contents article#solution .product-introduction {
  text-align: center;
  font-size: 15px;
  position: relative;
  padding: 15px 0 20px;
  border-top: solid 1px #484e55;
  display: block;
  max-width: 92%;
  margin: 0 auto;
}
#contents article#solution .da-solution-guideline {
  background: #ffffff;
  border-radius: 10px;
}
#contents article#solution .da-solution-guideline h2 {
  font-weight: bold;
  font-size: clamp(24px, 2.6vw, 39px);
  padding: 10px 10px;
  color: #f9f063;
  line-height: 1.2;
  background: #05338f;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
  text-align: center;
}
#contents article#solution .da-solution-guideline h2 span {
  font-size: clamp(20px, 2.6vw, 27px);
  color: #ffffff;
}
#contents article#solution .da-solution-guideline figure {
  padding: 40px 50px 60px;
}
@media screen and (max-width: 768px) {
  #contents article#solution .da-solution-guideline figure {
    padding: 20px 25px 30px;
  }
}

/*#web-security Webセキュリティ
---------------------------------*/
#contents article#communication-tool,
#contents article#data-protection-file-transfer,
#contents article#single-sign-on-id-admin,
#contents article#web-security,
#contents article#mail-security,
#contents article#file-security {
  padding-bottom: 60px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contents article#communication-tool,
  #contents article#data-protection-file-transfer,
  #contents article#single-sign-on-id-admin,
  #contents article#web-security,
  #contents article#mail-security,
  #contents article#file-security {
    padding-bottom: 20px;
  }
}
#contents article#communication-tool h2,
#contents article#data-protection-file-transfer h2,
#contents article#single-sign-on-id-admin h2,
#contents article#web-security h2,
#contents article#mail-security h2,
#contents article#file-security h2 {
  background: #ebf0f0;
  position: relative;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #contents article#communication-tool h2,
  #contents article#data-protection-file-transfer h2,
  #contents article#single-sign-on-id-admin h2,
  #contents article#web-security h2,
  #contents article#mail-security h2,
  #contents article#file-security h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#communication-tool h2,
  #contents article#data-protection-file-transfer h2,
  #contents article#single-sign-on-id-admin h2,
  #contents article#web-security h2,
  #contents article#mail-security h2,
  #contents article#file-security h2 {
    margin-bottom: 20px;
  }
}
#contents article#communication-tool h2 b:nth-child(1),
#contents article#data-protection-file-transfer h2 b:nth-child(1),
#contents article#single-sign-on-id-admin h2 b:nth-child(1),
#contents article#web-security h2 b:nth-child(1),
#contents article#mail-security h2 b:nth-child(1),
#contents article#file-security h2 b:nth-child(1) {
  display: inline-block;
  font-size: 22px;
  background: #4696c8;
  color: #FFF;
  padding: 0.3em 3em 0.3em;
  transform: skew(-25deg, 0);
  padding-left: calc(50vw - 495px);
  margin-left: -10px;
}
@media screen and (max-width: 1024px) {
  #contents article#communication-tool h2 b:nth-child(1),
  #contents article#data-protection-file-transfer h2 b:nth-child(1),
  #contents article#single-sign-on-id-admin h2 b:nth-child(1),
  #contents article#web-security h2 b:nth-child(1),
  #contents article#mail-security h2 b:nth-child(1),
  #contents article#file-security h2 b:nth-child(1) {
    padding-left: 25px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  #contents article#communication-tool h2 b:nth-child(1),
  #contents article#data-protection-file-transfer h2 b:nth-child(1),
  #contents article#single-sign-on-id-admin h2 b:nth-child(1),
  #contents article#web-security h2 b:nth-child(1),
  #contents article#mail-security h2 b:nth-child(1),
  #contents article#file-security h2 b:nth-child(1) {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#communication-tool h2 b:nth-child(1),
  #contents article#data-protection-file-transfer h2 b:nth-child(1),
  #contents article#single-sign-on-id-admin h2 b:nth-child(1),
  #contents article#web-security h2 b:nth-child(1),
  #contents article#mail-security h2 b:nth-child(1),
  #contents article#file-security h2 b:nth-child(1) {
    padding-left: 20px;
    margin-left: -10px;
    transform: skew(0, 0);
  }
}
#contents article#communication-tool h2 b:nth-child(1) span,
#contents article#data-protection-file-transfer h2 b:nth-child(1) span,
#contents article#single-sign-on-id-admin h2 b:nth-child(1) span,
#contents article#web-security h2 b:nth-child(1) span,
#contents article#mail-security h2 b:nth-child(1) span,
#contents article#file-security h2 b:nth-child(1) span {
  display: inline-block;
  font-weight: normal;
  transform: skew(25deg, 0);
}
@media screen and (max-width: 767px) {
  #contents article#communication-tool h2 b:nth-child(1) span,
  #contents article#data-protection-file-transfer h2 b:nth-child(1) span,
  #contents article#single-sign-on-id-admin h2 b:nth-child(1) span,
  #contents article#web-security h2 b:nth-child(1) span,
  #contents article#mail-security h2 b:nth-child(1) span,
  #contents article#file-security h2 b:nth-child(1) span {
    line-height: 20px;
    transform: skew(0, 0);
  }
}
#contents article#communication-tool h2 span:nth-child(2),
#contents article#data-protection-file-transfer h2 span:nth-child(2),
#contents article#single-sign-on-id-admin h2 span:nth-child(2),
#contents article#web-security h2 span:nth-child(2),
#contents article#mail-security h2 span:nth-child(2),
#contents article#file-security h2 span:nth-child(2) {
  display: inline-block;
  padding: 0 1em;
  font-size: 18px;
  line-height: 30px;
  color: #003399;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #contents article#communication-tool h2 span:nth-child(2),
  #contents article#data-protection-file-transfer h2 span:nth-child(2),
  #contents article#single-sign-on-id-admin h2 span:nth-child(2),
  #contents article#web-security h2 span:nth-child(2),
  #contents article#mail-security h2 span:nth-child(2),
  #contents article#file-security h2 span:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#communication-tool h2 span:nth-child(2),
  #contents article#data-protection-file-transfer h2 span:nth-child(2),
  #contents article#single-sign-on-id-admin h2 span:nth-child(2),
  #contents article#web-security h2 span:nth-child(2),
  #contents article#mail-security h2 span:nth-child(2),
  #contents article#file-security h2 span:nth-child(2) {
    padding: 0.5em 1em;
  }
}
#contents article#communication-tool h2 a,
#contents article#data-protection-file-transfer h2 a,
#contents article#single-sign-on-id-admin h2 a,
#contents article#web-security h2 a,
#contents article#mail-security h2 a,
#contents article#file-security h2 a {
  font-size: 2.25rem;
  padding: 0.1em 0 0 0;
  position: absolute;
  top: 0;
  right: calc(50vw - 495px);
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  #contents article#communication-tool h2 a,
  #contents article#data-protection-file-transfer h2 a,
  #contents article#single-sign-on-id-admin h2 a,
  #contents article#web-security h2 a,
  #contents article#mail-security h2 a,
  #contents article#file-security h2 a {
    font-size: 1.5rem;
    right: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #contents article#communication-tool h2 a,
  #contents article#data-protection-file-transfer h2 a,
  #contents article#single-sign-on-id-admin h2 a,
  #contents article#web-security h2 a,
  #contents article#mail-security h2 a,
  #contents article#file-security h2 a {
    font-size: 1.375rem;
    right: 3vw;
  }
}
#contents article#communication-tool h2 a:hover,
#contents article#data-protection-file-transfer h2 a:hover,
#contents article#single-sign-on-id-admin h2 a:hover,
#contents article#web-security h2 a:hover,
#contents article#mail-security h2 a:hover,
#contents article#file-security h2 a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#contents article#communication-tool h2 b:nth-child(1),
#contents article#data-protection-file-transfer h2 b:nth-child(1),
#contents article#single-sign-on-id-admin h2 b:nth-child(1),
#contents article#web-security h2 b:nth-child(1),
#contents article#mail-security h2 b:nth-child(1),
#contents article#file-security h2 b:nth-child(1) {
  background: #005ea8;
}
@media screen and (max-width: 767px) {
  #contents article#communication-tool h2 b:nth-child(1),
  #contents article#data-protection-file-transfer h2 b:nth-child(1),
  #contents article#single-sign-on-id-admin h2 b:nth-child(1),
  #contents article#web-security h2 b:nth-child(1),
  #contents article#mail-security h2 b:nth-child(1),
  #contents article#file-security h2 b:nth-child(1) {
    transform: skew(-25deg, 0) !important;
  }
  #contents article#communication-tool h2 b:nth-child(1) span,
  #contents article#data-protection-file-transfer h2 b:nth-child(1) span,
  #contents article#single-sign-on-id-admin h2 b:nth-child(1) span,
  #contents article#web-security h2 b:nth-child(1) span,
  #contents article#mail-security h2 b:nth-child(1) span,
  #contents article#file-security h2 b:nth-child(1) span {
    transform: skew(25deg, 0) !important;
  }
}
#contents article#communication-tool div + p,
#contents article#data-protection-file-transfer div + p,
#contents article#single-sign-on-id-admin div + p,
#contents article#web-security div + p,
#contents article#mail-security div + p,
#contents article#file-security div + p {
  text-align: center;
  font-size: 1.625rem;
  font-weight: 900;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contents article#communication-tool div + p,
  #contents article#data-protection-file-transfer div + p,
  #contents article#single-sign-on-id-admin div + p,
  #contents article#web-security div + p,
  #contents article#mail-security div + p,
  #contents article#file-security div + p {
    font-size: 1.25rem;
  }
}
#contents article#communication-tool > figure,
#contents article#data-protection-file-transfer > figure,
#contents article#single-sign-on-id-admin > figure,
#contents article#web-security > figure,
#contents article#mail-security > figure,
#contents article#file-security > figure {
  margin: 0 auto 40px;
}
#contents article#communication-tool > h3,
#contents article#data-protection-file-transfer > h3,
#contents article#single-sign-on-id-admin > h3,
#contents article#web-security > h3,
#contents article#mail-security > h3,
#contents article#file-security > h3 {
  text-align: center;
  font-size: 1.625rem;
  border-bottom: 2px solid #005ea8;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
  font-weight: 900;
  color: #005ea8;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contents article#communication-tool > h3,
  #contents article#data-protection-file-transfer > h3,
  #contents article#single-sign-on-id-admin > h3,
  #contents article#web-security > h3,
  #contents article#mail-security > h3,
  #contents article#file-security > h3 {
    font-size: 1.25rem;
    padding-right: 3vw;
    padding-left: 3vw;
  }
}
#contents article#communication-tool > h3 small,
#contents article#data-protection-file-transfer > h3 small,
#contents article#single-sign-on-id-admin > h3 small,
#contents article#web-security > h3 small,
#contents article#mail-security > h3 small,
#contents article#file-security > h3 small {
  font: 75%;
  font-weight: normal;
}
#contents article#communication-tool > h3 + p,
#contents article#data-protection-file-transfer > h3 + p,
#contents article#single-sign-on-id-admin > h3 + p,
#contents article#web-security > h3 + p,
#contents article#mail-security > h3 + p,
#contents article#file-security > h3 + p {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 2em;
}
#contents article#communication-tool .article-wrap,
#contents article#data-protection-file-transfer .article-wrap,
#contents article#single-sign-on-id-admin .article-wrap,
#contents article#web-security .article-wrap,
#contents article#mail-security .article-wrap,
#contents article#file-security .article-wrap {
  flex-direction: row-reverse;
  padding: 18px;
  /*@include mq_sp{
      padding: 20px 3vw;
  }*/
}
@media screen and (max-width: 1023px) {
  #contents article#communication-tool .article-wrap,
  #contents article#data-protection-file-transfer .article-wrap,
  #contents article#single-sign-on-id-admin .article-wrap,
  #contents article#web-security .article-wrap,
  #contents article#mail-security .article-wrap,
  #contents article#file-security .article-wrap {
    padding: 3vw;
  }
}
#contents article#communication-tool .headline-circle,
#contents article#data-protection-file-transfer .headline-circle,
#contents article#single-sign-on-id-admin .headline-circle,
#contents article#web-security .headline-circle,
#contents article#mail-security .headline-circle,
#contents article#file-security .headline-circle { /*円形の見出し*/
  width: 190px;
  /*@media screen and ( max-width: 767px){
      width: 100%; text-align: center;
      img{
          width: 50%;
      }
  }*/
}
@media screen and (max-width: 1023px) {
  #contents article#communication-tool .headline-circle,
  #contents article#data-protection-file-transfer .headline-circle,
  #contents article#single-sign-on-id-admin .headline-circle,
  #contents article#web-security .headline-circle,
  #contents article#mail-security .headline-circle,
  #contents article#file-security .headline-circle {
    width: 20vw;
    min-width: 75px;
  }
  #contents article#communication-tool .headline-circle img,
  #contents article#data-protection-file-transfer .headline-circle img,
  #contents article#single-sign-on-id-admin .headline-circle img,
  #contents article#web-security .headline-circle img,
  #contents article#mail-security .headline-circle img,
  #contents article#file-security .headline-circle img {
    width: 100%;
  }
}
#contents article#communication-tool .headline-circle .type-text,
#contents article#data-protection-file-transfer .headline-circle .type-text,
#contents article#single-sign-on-id-admin .headline-circle .type-text,
#contents article#web-security .headline-circle .type-text,
#contents article#mail-security .headline-circle .type-text,
#contents article#file-security .headline-circle .type-text {
  position: relative;
  font-size: 1.375rem;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(0, 94, 168, 0.1);
  width: 190px;
  height: 190px;
  /*@media screen and ( max-width: 767px){
      width: 40vw; height: 40vw; display: inline-block;
  }*/
}
@media screen and (max-width: 1023px) {
  #contents article#communication-tool .headline-circle .type-text,
  #contents article#data-protection-file-transfer .headline-circle .type-text,
  #contents article#single-sign-on-id-admin .headline-circle .type-text,
  #contents article#web-security .headline-circle .type-text,
  #contents article#mail-security .headline-circle .type-text,
  #contents article#file-security .headline-circle .type-text {
    width: 20vw;
    height: 20vw;
    min-width: 75px;
    min-height: 75px;
  }
}
#contents article#communication-tool .headline-circle .type-text span,
#contents article#data-protection-file-transfer .headline-circle .type-text span,
#contents article#single-sign-on-id-admin .headline-circle .type-text span,
#contents article#web-security .headline-circle .type-text span,
#contents article#mail-security .headline-circle .type-text span,
#contents article#file-security .headline-circle .type-text span {
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 52%;
  color: #005ea8;
  line-height: 1.5;
  transform: translateY(-52.5%);
  font-weight: bold;
  /*@media screen and ( max-width: 767px){
      font-size: 5vw; 
  }*/
}
@media screen and (max-width: 1023px) {
  #contents article#communication-tool .headline-circle .type-text span,
  #contents article#data-protection-file-transfer .headline-circle .type-text span,
  #contents article#single-sign-on-id-admin .headline-circle .type-text span,
  #contents article#web-security .headline-circle .type-text span,
  #contents article#mail-security .headline-circle .type-text span,
  #contents article#file-security .headline-circle .type-text span {
    font-size: 2vw;
    letter-spacing: -0.2em;
  }
}
#contents article#communication-tool .headline-circle .type-text.additional_comment,
#contents article#data-protection-file-transfer .headline-circle .type-text.additional_comment,
#contents article#single-sign-on-id-admin .headline-circle .type-text.additional_comment,
#contents article#web-security .headline-circle .type-text.additional_comment,
#contents article#mail-security .headline-circle .type-text.additional_comment,
#contents article#file-security .headline-circle .type-text.additional_comment {
  margin-top: 1em;
  background-color: #005ea8;
}
@media screen and (max-width: 767px) {
  #contents article#communication-tool .headline-circle .type-text.additional_comment,
  #contents article#data-protection-file-transfer .headline-circle .type-text.additional_comment,
  #contents article#single-sign-on-id-admin .headline-circle .type-text.additional_comment,
  #contents article#web-security .headline-circle .type-text.additional_comment,
  #contents article#mail-security .headline-circle .type-text.additional_comment,
  #contents article#file-security .headline-circle .type-text.additional_comment {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 375px) {
  #contents article#communication-tool .headline-circle .type-text.additional_comment,
  #contents article#data-protection-file-transfer .headline-circle .type-text.additional_comment,
  #contents article#single-sign-on-id-admin .headline-circle .type-text.additional_comment,
  #contents article#web-security .headline-circle .type-text.additional_comment,
  #contents article#mail-security .headline-circle .type-text.additional_comment,
  #contents article#file-security .headline-circle .type-text.additional_comment {
    display: none;
  }
}
#contents article#communication-tool .headline-circle .type-text.additional_comment span,
#contents article#data-protection-file-transfer .headline-circle .type-text.additional_comment span,
#contents article#single-sign-on-id-admin .headline-circle .type-text.additional_comment span,
#contents article#web-security .headline-circle .type-text.additional_comment span,
#contents article#mail-security .headline-circle .type-text.additional_comment span,
#contents article#file-security .headline-circle .type-text.additional_comment span {
  color: #fff;
  line-height: 1.25;
  font-size: 1.3125rem;
  font-weight: 400;
  /*@media screen and ( max-width: 767px){
      font-size: 4.8vw!important; 
  }*/
}
@media screen and (max-width: 1023px) {
  #contents article#communication-tool .headline-circle .type-text.additional_comment span,
  #contents article#data-protection-file-transfer .headline-circle .type-text.additional_comment span,
  #contents article#single-sign-on-id-admin .headline-circle .type-text.additional_comment span,
  #contents article#web-security .headline-circle .type-text.additional_comment span,
  #contents article#mail-security .headline-circle .type-text.additional_comment span,
  #contents article#file-security .headline-circle .type-text.additional_comment span {
    font-size: 2vw;
    letter-spacing: -0.1em;
  }
}
#contents article#communication-tool .headline-circle .type-text.additional_comment span strong,
#contents article#data-protection-file-transfer .headline-circle .type-text.additional_comment span strong,
#contents article#single-sign-on-id-admin .headline-circle .type-text.additional_comment span strong,
#contents article#web-security .headline-circle .type-text.additional_comment span strong,
#contents article#mail-security .headline-circle .type-text.additional_comment span strong,
#contents article#file-security .headline-circle .type-text.additional_comment span strong {
  text-decoration: underline;
  font-weight: 400;
  /*@media screen and ( max-width: 767px){
      font-size: 4.8vw!important; 
  }*/
}
@media screen and (max-width: 1023px) {
  #contents article#communication-tool .headline-circle .type-text.additional_comment span strong,
  #contents article#data-protection-file-transfer .headline-circle .type-text.additional_comment span strong,
  #contents article#single-sign-on-id-admin .headline-circle .type-text.additional_comment span strong,
  #contents article#web-security .headline-circle .type-text.additional_comment span strong,
  #contents article#mail-security .headline-circle .type-text.additional_comment span strong,
  #contents article#file-security .headline-circle .type-text.additional_comment span strong {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #contents article#communication-tool .svg,
  #contents article#data-protection-file-transfer .svg,
  #contents article#single-sign-on-id-admin .svg,
  #contents article#web-security .svg,
  #contents article#mail-security .svg,
  #contents article#file-security .svg {
    /*width: 40vw; height: 40vw; display: inline-block;*/
    width: 20vw;
    min-width: 75px;
  }
}
#contents article#communication-tool .svg svg,
#contents article#data-protection-file-transfer .svg svg,
#contents article#single-sign-on-id-admin .svg svg,
#contents article#web-security .svg svg,
#contents article#mail-security .svg svg,
#contents article#file-security .svg svg { /*svg版*/ }
#contents article#communication-tool .svg svg .a, #contents article#communication-tool .svg svg .b,
#contents article#data-protection-file-transfer .svg svg .a,
#contents article#data-protection-file-transfer .svg svg .b,
#contents article#single-sign-on-id-admin .svg svg .a,
#contents article#single-sign-on-id-admin .svg svg .b,
#contents article#web-security .svg svg .a,
#contents article#web-security .svg svg .b,
#contents article#mail-security .svg svg .a,
#contents article#mail-security .svg svg .b,
#contents article#file-security .svg svg .a,
#contents article#file-security .svg svg .b {
  fill: #005ea8;
}
#contents article#communication-tool .svg svg .a,
#contents article#data-protection-file-transfer .svg svg .a,
#contents article#single-sign-on-id-admin .svg svg .a,
#contents article#web-security .svg svg .a,
#contents article#mail-security .svg svg .a,
#contents article#file-security .svg svg .a {
  opacity: 0.1;
}
#contents article#communication-tool .svg svg .b,
#contents article#data-protection-file-transfer .svg svg .b,
#contents article#single-sign-on-id-admin .svg svg .b,
#contents article#web-security .svg svg .b,
#contents article#mail-security .svg svg .b,
#contents article#file-security .svg svg .b {
  font-size: 22px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif, メイリオ, Meiryo, LucidaGrande, Verdana, ヒラギノ角ゴProW3, HiraginoKakuGothicPro, Osaka, ＭＳＰゴシック, sans-serif;
}
#contents article#communication-tool .svg svg .c,
#contents article#data-protection-file-transfer .svg svg .c,
#contents article#single-sign-on-id-admin .svg svg .c,
#contents article#web-security .svg svg .c,
#contents article#mail-security .svg svg .c,
#contents article#file-security .svg svg .c {
  fill: #d70c18;
}
#contents article#communication-tool .svg svg .d,
#contents article#data-protection-file-transfer .svg svg .d,
#contents article#single-sign-on-id-admin .svg svg .d,
#contents article#web-security .svg svg .d,
#contents article#mail-security .svg svg .d,
#contents article#file-security .svg svg .d {
  font-size: 12px;
  fill: #fff;
  font-family: san-serf;
}
#contents article#communication-tool .svg svg .size-sup,
#contents article#data-protection-file-transfer .svg svg .size-sup,
#contents article#single-sign-on-id-admin .svg svg .size-sup,
#contents article#web-security .svg svg .size-sup,
#contents article#mail-security .svg svg .size-sup,
#contents article#file-security .svg svg .size-sup {
  font-size: 60%;
}
#contents article#communication-tool .svg svg,
#contents article#data-protection-file-transfer .svg svg,
#contents article#single-sign-on-id-admin .svg svg,
#contents article#web-security .svg svg,
#contents article#mail-security .svg svg,
#contents article#file-security .svg svg { /*svg版*/
  width: 100%;
}
@media screen and (max-width: 1023px) {
  #contents article#communication-tool .svg svg,
  #contents article#data-protection-file-transfer .svg svg,
  #contents article#single-sign-on-id-admin .svg svg,
  #contents article#web-security .svg svg,
  #contents article#mail-security .svg svg,
  #contents article#file-security .svg svg {
    height: 20vw;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contents article#communication-tool .svg svg,
  #contents article#data-protection-file-transfer .svg svg,
  #contents article#single-sign-on-id-admin .svg svg,
  #contents article#web-security .svg svg,
  #contents article#mail-security .svg svg,
  #contents article#file-security .svg svg {
    height: 20vw;
    height: 20vw;
    min-width: 75px;
    min-height: 75px;
  }
}
#contents article#communication-tool .headline-circle-content,
#contents article#data-protection-file-transfer .headline-circle-content,
#contents article#single-sign-on-id-admin .headline-circle-content,
#contents article#web-security .headline-circle-content,
#contents article#mail-security .headline-circle-content,
#contents article#file-security .headline-circle-content {
  width: 778px;
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  #contents article#communication-tool .headline-circle-content,
  #contents article#data-protection-file-transfer .headline-circle-content,
  #contents article#single-sign-on-id-admin .headline-circle-content,
  #contents article#web-security .headline-circle-content,
  #contents article#mail-security .headline-circle-content,
  #contents article#file-security .headline-circle-content {
    width: 71vw;
    margin-right: 3vw;
  }
}
@media screen and (max-width: 375px) {
  #contents article#communication-tool .headline-circle-content,
  #contents article#data-protection-file-transfer .headline-circle-content,
  #contents article#single-sign-on-id-admin .headline-circle-content,
  #contents article#web-security .headline-circle-content,
  #contents article#mail-security .headline-circle-content,
  #contents article#file-security .headline-circle-content {
    width: calc(91vw - 75px);
  }
}
#contents article#communication-tool .headline-with-underbar,
#contents article#data-protection-file-transfer .headline-with-underbar,
#contents article#single-sign-on-id-admin .headline-with-underbar,
#contents article#web-security .headline-with-underbar,
#contents article#mail-security .headline-with-underbar,
#contents article#file-security .headline-with-underbar {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 10px;
  font-size: 1.375rem;
  color: #005ea8;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #contents article#communication-tool .headline-with-underbar,
  #contents article#data-protection-file-transfer .headline-with-underbar,
  #contents article#single-sign-on-id-admin .headline-with-underbar,
  #contents article#web-security .headline-with-underbar,
  #contents article#mail-security .headline-with-underbar,
  #contents article#file-security .headline-with-underbar {
    font-size: 16px;
  }
  #contents article#communication-tool .headline-with-underbar br,
  #contents article#data-protection-file-transfer .headline-with-underbar br,
  #contents article#single-sign-on-id-admin .headline-with-underbar br,
  #contents article#web-security .headline-with-underbar br,
  #contents article#mail-security .headline-with-underbar br,
  #contents article#file-security .headline-with-underbar br {
    display: none;
  }
}
#contents article#communication-tool .headline-with-underbar:before,
#contents article#data-protection-file-transfer .headline-with-underbar:before,
#contents article#single-sign-on-id-admin .headline-with-underbar:before,
#contents article#web-security .headline-with-underbar:before,
#contents article#mail-security .headline-with-underbar:before,
#contents article#file-security .headline-with-underbar:before { /*見出しの下の矢印下線*/
  position: absolute;
  bottom: 12px;
  content: "";
  display: inline-block;
  width: calc(100% - 1px);
  border-bottom: 1px solid #005ea8;
}
#contents article#communication-tool .headline-with-underbar:after,
#contents article#data-protection-file-transfer .headline-with-underbar:after,
#contents article#single-sign-on-id-admin .headline-with-underbar:after,
#contents article#web-security .headline-with-underbar:after,
#contents article#mail-security .headline-with-underbar:after,
#contents article#file-security .headline-with-underbar:after {
  position: absolute;
  right: 3px;
  bottom: 6.5px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #005ea8;
  border-right: 1px solid #005ea8;
  transform: rotate(45deg);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contents article#communication-tool .headline-with-underbar,
  #contents article#data-protection-file-transfer .headline-with-underbar,
  #contents article#single-sign-on-id-admin .headline-with-underbar,
  #contents article#web-security .headline-with-underbar,
  #contents article#mail-security .headline-with-underbar,
  #contents article#file-security .headline-with-underbar {
    margin-top: 0;
  }
}
@media screen and (max-width: 375px) {
  #contents article#communication-tool .headline-with-underbar + div,
  #contents article#data-protection-file-transfer .headline-with-underbar + div,
  #contents article#single-sign-on-id-admin .headline-with-underbar + div,
  #contents article#web-security .headline-with-underbar + div,
  #contents article#mail-security .headline-with-underbar + div,
  #contents article#file-security .headline-with-underbar + div {
    width: 96vw;
  }
}
#contents article#communication-tool h5,
#contents article#data-protection-file-transfer h5,
#contents article#single-sign-on-id-admin h5,
#contents article#web-security h5,
#contents article#mail-security h5,
#contents article#file-security h5 {
  box-shadow: -4px 0 0 0 #BBCCE5, -11px 0 0 0 #4A70BB;
  margin-left: 11px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-image: linear-gradient(to top, #0b61b7 100%, #0b61b7 100%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left center;
  box-shadow: none;
  margin-left: 0;
  background: linear-gradient(to right, #005ea8, #005ea8 3px, transparent 3px, transparent 8px) repeat-x left center/8px 1px;
  margin: 40px 0 0;
}
#contents article#communication-tool h5 > *,
#contents article#data-protection-file-transfer h5 > *,
#contents article#single-sign-on-id-admin h5 > *,
#contents article#web-security h5 > *,
#contents article#mail-security h5 > *,
#contents article#file-security h5 > * {
  display: inline-block;
  background-color: #FFF;
  padding: 0.2em;
}
#contents article#communication-tool h5 span,
#contents article#data-protection-file-transfer h5 span,
#contents article#single-sign-on-id-admin h5 span,
#contents article#web-security h5 span,
#contents article#mail-security h5 span,
#contents article#file-security h5 span {
  font-weight: bold;
  font-size: 1.125rem;
  color: #005ea8;
  padding-left: 0;
}
#contents article#communication-tool mark,
#contents article#data-protection-file-transfer mark,
#contents article#single-sign-on-id-admin mark,
#contents article#web-security mark,
#contents article#mail-security mark,
#contents article#file-security mark {
  color: #000;
  font-weight: 600;
  background: linear-gradient(transparent 25%, rgba(0, 94, 168, 0.3) 25%, rgba(0, 94, 168, 0.3) 70%, transparent 70%, transparent 100%);
}
#contents article#communication-tool .notice-ismap-if,
#contents article#data-protection-file-transfer .notice-ismap-if,
#contents article#single-sign-on-id-admin .notice-ismap-if,
#contents article#web-security .notice-ismap-if,
#contents article#mail-security .notice-ismap-if,
#contents article#file-security .notice-ismap-if {
  /*@media screen and ( max-width: 767px){
      padding-left: 3vw; padding-right: 3vw; text-align: left;
      br{ display: none; }
  }*/
}
@media screen and (max-width: 1023px) {
  #contents article#communication-tool .notice-ismap-if,
  #contents article#data-protection-file-transfer .notice-ismap-if,
  #contents article#single-sign-on-id-admin .notice-ismap-if,
  #contents article#web-security .notice-ismap-if,
  #contents article#mail-security .notice-ismap-if,
  #contents article#file-security .notice-ismap-if {
    padding-left: 27vw;
    padding-right: 17vw;
    text-align: left;
  }
  #contents article#communication-tool .notice-ismap-if br,
  #contents article#data-protection-file-transfer .notice-ismap-if br,
  #contents article#single-sign-on-id-admin .notice-ismap-if br,
  #contents article#web-security .notice-ismap-if br,
  #contents article#mail-security .notice-ismap-if br,
  #contents article#file-security .notice-ismap-if br {
    display: none;
  }
}
#contents article#communication-tool .notice-ismap-mf,
#contents article#data-protection-file-transfer .notice-ismap-mf,
#contents article#single-sign-on-id-admin .notice-ismap-mf,
#contents article#web-security .notice-ismap-mf,
#contents article#mail-security .notice-ismap-mf,
#contents article#file-security .notice-ismap-mf {
  padding-left: 349px;
  /*@media screen and ( max-width: 767px){
      padding-left: 3vw; padding-right: 3vw; text-align: left;
      br{ display: none; }
  }*/
}
@media screen and (max-width: 1023px) {
  #contents article#communication-tool .notice-ismap-mf,
  #contents article#data-protection-file-transfer .notice-ismap-mf,
  #contents article#single-sign-on-id-admin .notice-ismap-mf,
  #contents article#web-security .notice-ismap-mf,
  #contents article#mail-security .notice-ismap-mf,
  #contents article#file-security .notice-ismap-mf {
    padding-left: 42vw;
    padding-right: 5vw;
    text-align: left;
  }
  #contents article#communication-tool .notice-ismap-mf br,
  #contents article#data-protection-file-transfer .notice-ismap-mf br,
  #contents article#single-sign-on-id-admin .notice-ismap-mf br,
  #contents article#web-security .notice-ismap-mf br,
  #contents article#mail-security .notice-ismap-mf br,
  #contents article#file-security .notice-ismap-mf br {
    display: none;
  }
}
#contents article#communication-tool .notice-ismap-fc,
#contents article#data-protection-file-transfer .notice-ismap-fc,
#contents article#single-sign-on-id-admin .notice-ismap-fc,
#contents article#web-security .notice-ismap-fc,
#contents article#mail-security .notice-ismap-fc,
#contents article#file-security .notice-ismap-fc {
  padding-left: 349px;
  /*@media screen and ( max-width: 767px){
      padding-left: 3vw; padding-right: 3vw; text-align: left;
  }*/
}
@media screen and (max-width: 1023px) {
  #contents article#communication-tool .notice-ismap-fc,
  #contents article#data-protection-file-transfer .notice-ismap-fc,
  #contents article#single-sign-on-id-admin .notice-ismap-fc,
  #contents article#web-security .notice-ismap-fc,
  #contents article#mail-security .notice-ismap-fc,
  #contents article#file-security .notice-ismap-fc {
    padding-left: 3vw;
    padding-right: 3vw;
    text-align: left;
  }
}
@media screen and (max-width: 375px) {
  #contents article#communication-tool .with_additional_comment:before,
  #contents article#data-protection-file-transfer .with_additional_comment:before,
  #contents article#single-sign-on-id-admin .with_additional_comment:before,
  #contents article#web-security .with_additional_comment:before,
  #contents article#mail-security .with_additional_comment:before,
  #contents article#file-security .with_additional_comment:before {
    content: "＜改訂項目の Emotet / ランサムウェア / フィッシングに対応！＞";
    display: block;
    color: red;
  }
}

/*#communication-tool デジタルアーツのソリューション
---------------------------------*/
#contents article#communication-tool h2 {
  background: #ebf0f0;
  position: relative;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #contents article#communication-tool h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#communication-tool h2 {
    margin-bottom: 20px;
  }
}
#contents article#communication-tool h2 b:nth-child(1) {
  display: inline-block;
  font-size: 22px;
  background: #4696c8;
  color: #FFF;
  padding: 0.3em 3em 0.3em;
  transform: skew(-25deg, 0);
  padding-left: calc(50vw - 495px);
  margin-left: -10px;
}
@media screen and (max-width: 1024px) {
  #contents article#communication-tool h2 b:nth-child(1) {
    padding-left: 25px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  #contents article#communication-tool h2 b:nth-child(1) {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#communication-tool h2 b:nth-child(1) {
    padding-left: 20px;
    margin-left: -10px;
    transform: skew(0, 0);
  }
}
#contents article#communication-tool h2 b:nth-child(1) span {
  display: inline-block;
  font-weight: normal;
  transform: skew(25deg, 0);
}
@media screen and (max-width: 767px) {
  #contents article#communication-tool h2 b:nth-child(1) span {
    line-height: 20px;
    transform: skew(0, 0);
  }
}
#contents article#communication-tool h2 span:nth-child(2) {
  display: inline-block;
  padding: 0 1em;
  font-size: 18px;
  line-height: 30px;
  color: #003399;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #contents article#communication-tool h2 span:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#communication-tool h2 span:nth-child(2) {
    padding: 0.5em 1em;
  }
}
#contents article#communication-tool h2 a {
  font-size: 2.25rem;
  padding: 0.1em 0 0 0;
  position: absolute;
  top: 0;
  right: calc(50vw - 495px);
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  #contents article#communication-tool h2 a {
    font-size: 1.5rem;
    right: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #contents article#communication-tool h2 a {
    font-size: 1.375rem;
    right: 3vw;
  }
}
#contents article#communication-tool h2 a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#contents article#communication-tool h2 b:nth-child(1) {
  background: #053394;
}
#contents article#communication-tool > h3 {
  border-bottom: 2px solid #053394;
  color: #053394;
}
#contents article#communication-tool .headline-with-underbar {
  color: #053394;
}
#contents article#communication-tool .headline-with-underbar:before { /*見出しの下の矢印下線*/
  border-bottom: 1px solid #053394;
}
#contents article#communication-tool .headline-with-underbar:after {
  border-top: 1px solid #053394;
  border-right: 1px solid #053394;
}
#contents article#communication-tool mark {
  background: linear-gradient(transparent 25%, rgba(5, 51, 148, 0.3) 25%, rgba(5, 51, 148, 0.3) 70%, transparent 70%, transparent 100%);
}
#contents article#communication-tool .headline-circle { /*円形の見出し*/ }
#contents article#communication-tool .headline-circle .type-text {
  background-color: rgba(5, 51, 148, 0.1);
}
#contents article#communication-tool .headline-circle .type-text span {
  color: #053394;
}
#contents article#communication-tool .headline-circle .type-text.additional_comment {
  background-color: #053394;
}
#contents article#communication-tool .headline-circle .svg svg { /*svg版*/ }
#contents article#communication-tool .headline-circle .svg svg .a, #contents article#communication-tool .headline-circle .svg svg .b {
  fill: #053394;
}

/*#data-protection-file-transfer データ保護・ファイル転送
---------------------------------*/
#contents article#data-protection-file-transfer h2 {
  background: #ebf0f0;
  position: relative;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #contents article#data-protection-file-transfer h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#data-protection-file-transfer h2 {
    margin-bottom: 20px;
  }
}
#contents article#data-protection-file-transfer h2 b:nth-child(1) {
  display: inline-block;
  font-size: 22px;
  background: #4696c8;
  color: #FFF;
  padding: 0.3em 3em 0.3em;
  transform: skew(-25deg, 0);
  padding-left: calc(50vw - 495px);
  margin-left: -10px;
}
@media screen and (max-width: 1024px) {
  #contents article#data-protection-file-transfer h2 b:nth-child(1) {
    padding-left: 25px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  #contents article#data-protection-file-transfer h2 b:nth-child(1) {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#data-protection-file-transfer h2 b:nth-child(1) {
    padding-left: 20px;
    margin-left: -10px;
    transform: skew(0, 0);
  }
}
#contents article#data-protection-file-transfer h2 b:nth-child(1) span {
  display: inline-block;
  font-weight: normal;
  transform: skew(25deg, 0);
}
@media screen and (max-width: 767px) {
  #contents article#data-protection-file-transfer h2 b:nth-child(1) span {
    line-height: 20px;
    transform: skew(0, 0);
  }
}
#contents article#data-protection-file-transfer h2 span:nth-child(2) {
  display: inline-block;
  padding: 0 1em;
  font-size: 18px;
  line-height: 30px;
  color: #003399;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #contents article#data-protection-file-transfer h2 span:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#data-protection-file-transfer h2 span:nth-child(2) {
    padding: 0.5em 1em;
  }
}
#contents article#data-protection-file-transfer h2 a {
  font-size: 2.25rem;
  padding: 0.1em 0 0 0;
  position: absolute;
  top: 0;
  right: calc(50vw - 495px);
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  #contents article#data-protection-file-transfer h2 a {
    font-size: 1.5rem;
    right: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #contents article#data-protection-file-transfer h2 a {
    font-size: 1.375rem;
    right: 3vw;
  }
}
#contents article#data-protection-file-transfer h2 a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#contents article#data-protection-file-transfer h2 b:nth-child(1) {
  background: #d4a900;
}
#contents article#data-protection-file-transfer > h3 {
  border-bottom: 2px solid #d4a900;
  color: #d4a900;
}
#contents article#data-protection-file-transfer .headline-with-underbar {
  color: #d4a900;
}
#contents article#data-protection-file-transfer .headline-with-underbar:before { /*見出しの下の矢印下線*/
  border-bottom: 1px solid #d4a900;
}
#contents article#data-protection-file-transfer .headline-with-underbar:after {
  border-top: 1px solid #d4a900;
  border-right: 1px solid #d4a900;
}
#contents article#data-protection-file-transfer mark {
  background: linear-gradient(transparent 25%, rgba(212, 169, 0, 0.3) 25%, rgba(212, 169, 0, 0.3) 70%, transparent 70%, transparent 100%);
}
#contents article#data-protection-file-transfer .headline-circle { /*円形の見出し*/ }
#contents article#data-protection-file-transfer .headline-circle .type-text {
  background-color: rgba(212, 169, 0, 0.1);
}
#contents article#data-protection-file-transfer .headline-circle .type-text span {
  color: #d4a900;
}
#contents article#data-protection-file-transfer .headline-circle .type-text.additional_comment {
  background-color: #d4a900;
}
#contents article#data-protection-file-transfer .headline-circle .svg svg { /*svg版*/ }
#contents article#data-protection-file-transfer .headline-circle .svg svg .a, #contents article#data-protection-file-transfer .headline-circle .svg svg .b {
  fill: #d4a900;
}

/*#contents article#single-sign-on-id-admin シングルサインオン・ID管理
---------------------------------*/
#contents article#single-sign-on-id-admin h2 {
  background: #ebf0f0;
  position: relative;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #contents article#single-sign-on-id-admin h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#single-sign-on-id-admin h2 {
    margin-bottom: 20px;
  }
}
#contents article#single-sign-on-id-admin h2 b:nth-child(1) {
  display: inline-block;
  font-size: 22px;
  background: #4696c8;
  color: #FFF;
  padding: 0.3em 3em 0.3em;
  transform: skew(-25deg, 0);
  padding-left: calc(50vw - 495px);
  margin-left: -10px;
}
@media screen and (max-width: 1024px) {
  #contents article#single-sign-on-id-admin h2 b:nth-child(1) {
    padding-left: 25px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  #contents article#single-sign-on-id-admin h2 b:nth-child(1) {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#single-sign-on-id-admin h2 b:nth-child(1) {
    padding-left: 20px;
    margin-left: -10px;
    transform: skew(0, 0);
  }
}
#contents article#single-sign-on-id-admin h2 b:nth-child(1) span {
  display: inline-block;
  font-weight: normal;
  transform: skew(25deg, 0);
}
@media screen and (max-width: 767px) {
  #contents article#single-sign-on-id-admin h2 b:nth-child(1) span {
    line-height: 20px;
    transform: skew(0, 0);
  }
}
#contents article#single-sign-on-id-admin h2 span:nth-child(2) {
  display: inline-block;
  padding: 0 1em;
  font-size: 18px;
  line-height: 30px;
  color: #003399;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #contents article#single-sign-on-id-admin h2 span:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#single-sign-on-id-admin h2 span:nth-child(2) {
    padding: 0.5em 1em;
  }
}
#contents article#single-sign-on-id-admin h2 a {
  font-size: 2.25rem;
  padding: 0.1em 0 0 0;
  position: absolute;
  top: 0;
  right: calc(50vw - 495px);
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  #contents article#single-sign-on-id-admin h2 a {
    font-size: 1.5rem;
    right: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #contents article#single-sign-on-id-admin h2 a {
    font-size: 1.375rem;
    right: 3vw;
  }
}
#contents article#single-sign-on-id-admin h2 a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#contents article#single-sign-on-id-admin h2 b:nth-child(1) {
  background: #009bff;
}
#contents article#single-sign-on-id-admin > h3 {
  border-bottom: 2px solid #009bff;
  color: #009bff;
}
#contents article#single-sign-on-id-admin .headline-with-underbar {
  color: #009bff;
}
#contents article#single-sign-on-id-admin .headline-with-underbar:before { /*見出しの下の矢印下線*/
  border-bottom: 1px solid #009bff;
}
#contents article#single-sign-on-id-admin .headline-with-underbar:after {
  border-top: 1px solid #009bff;
  border-right: 1px solid #009bff;
}
#contents article#single-sign-on-id-admin mark {
  background: linear-gradient(transparent 25%, rgba(0, 155, 255, 0.3) 25%, rgba(0, 155, 255, 0.3) 70%, transparent 70%, transparent 100%);
}
#contents article#single-sign-on-id-admin .headline-circle { /*円形の見出し*/ }
#contents article#single-sign-on-id-admin .headline-circle .type-text {
  background-color: rgba(0, 155, 255, 0.1);
}
#contents article#single-sign-on-id-admin .headline-circle .type-text span {
  color: #009bff;
}
#contents article#single-sign-on-id-admin .headline-circle .type-text.additional_comment {
  background-color: #009bff;
}
#contents article#single-sign-on-id-admin .headline-circle .svg svg { /*svg版*/ }
#contents article#single-sign-on-id-admin .headline-circle .svg svg .a, #contents article#single-sign-on-id-admin .headline-circle .svg svg .b {
  fill: #009bff;
}

/*#mail-security メールセキュリティ
---------------------------------*/
#contents article#mail-security h2 {
  background: #ebf0f0;
  position: relative;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #contents article#mail-security h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#mail-security h2 {
    margin-bottom: 20px;
  }
}
#contents article#mail-security h2 b:nth-child(1) {
  display: inline-block;
  font-size: 22px;
  background: #4696c8;
  color: #FFF;
  padding: 0.3em 3em 0.3em;
  transform: skew(-25deg, 0);
  padding-left: calc(50vw - 495px);
  margin-left: -10px;
}
@media screen and (max-width: 1024px) {
  #contents article#mail-security h2 b:nth-child(1) {
    padding-left: 25px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  #contents article#mail-security h2 b:nth-child(1) {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#mail-security h2 b:nth-child(1) {
    padding-left: 20px;
    margin-left: -10px;
    transform: skew(0, 0);
  }
}
#contents article#mail-security h2 b:nth-child(1) span {
  display: inline-block;
  font-weight: normal;
  transform: skew(25deg, 0);
}
@media screen and (max-width: 767px) {
  #contents article#mail-security h2 b:nth-child(1) span {
    line-height: 20px;
    transform: skew(0, 0);
  }
}
#contents article#mail-security h2 span:nth-child(2) {
  display: inline-block;
  padding: 0 1em;
  font-size: 18px;
  line-height: 30px;
  color: #003399;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #contents article#mail-security h2 span:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#mail-security h2 span:nth-child(2) {
    padding: 0.5em 1em;
  }
}
#contents article#mail-security h2 a {
  font-size: 2.25rem;
  padding: 0.1em 0 0 0;
  position: absolute;
  top: 0;
  right: calc(50vw - 495px);
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  #contents article#mail-security h2 a {
    font-size: 1.5rem;
    right: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #contents article#mail-security h2 a {
    font-size: 1.375rem;
    right: 3vw;
  }
}
#contents article#mail-security h2 a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#contents article#mail-security h2 b:nth-child(1) {
  background: #ed7836;
}
#contents article#mail-security > h3 {
  border-bottom: 2px solid #ed7836;
  color: #ed7836;
}
#contents article#mail-security .headline-with-underbar {
  color: #ed7836;
}
#contents article#mail-security .headline-with-underbar:before { /*見出しの下の矢印下線*/
  border-bottom: 1px solid #ed7836;
}
#contents article#mail-security .headline-with-underbar:after {
  border-top: 1px solid #ed7836;
  border-right: 1px solid #ed7836;
}
#contents article#mail-security mark {
  background: linear-gradient(transparent 25%, rgba(237, 120, 54, 0.3) 25%, rgba(237, 120, 54, 0.3) 70%, transparent 70%, transparent 100%);
}
#contents article#mail-security .headline-circle { /*円形の見出し*/ }
#contents article#mail-security .headline-circle .type-text {
  background-color: rgba(237, 120, 54, 0.1);
}
#contents article#mail-security .headline-circle .type-text span {
  color: #ed7836;
}
#contents article#mail-security .headline-circle .type-text.additional_comment {
  background-color: #ed7836;
}
#contents article#mail-security .headline-circle .svg svg { /*svg版*/ }
#contents article#mail-security .headline-circle .svg svg .a, #contents article#mail-security .headline-circle .svg svg .b {
  fill: #ed7836;
}

/*#file-security ファイル暗号化・遠隔削除
---------------------------------*/
#contents article#file-security h2 {
  background: #ebf0f0;
  position: relative;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #contents article#file-security h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#file-security h2 {
    margin-bottom: 20px;
  }
}
#contents article#file-security h2 b:nth-child(1) {
  display: inline-block;
  font-size: 22px;
  background: #4696c8;
  color: #FFF;
  padding: 0.3em 3em 0.3em;
  transform: skew(-25deg, 0);
  padding-left: calc(50vw - 495px);
  margin-left: -10px;
}
@media screen and (max-width: 1024px) {
  #contents article#file-security h2 b:nth-child(1) {
    padding-left: 25px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  #contents article#file-security h2 b:nth-child(1) {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#file-security h2 b:nth-child(1) {
    padding-left: 20px;
    margin-left: -10px;
    transform: skew(0, 0);
  }
}
#contents article#file-security h2 b:nth-child(1) span {
  display: inline-block;
  font-weight: normal;
  transform: skew(25deg, 0);
}
@media screen and (max-width: 767px) {
  #contents article#file-security h2 b:nth-child(1) span {
    line-height: 20px;
    transform: skew(0, 0);
  }
}
#contents article#file-security h2 span:nth-child(2) {
  display: inline-block;
  padding: 0 1em;
  font-size: 18px;
  line-height: 30px;
  color: #003399;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #contents article#file-security h2 span:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#file-security h2 span:nth-child(2) {
    padding: 0.5em 1em;
  }
}
#contents article#file-security h2 a {
  font-size: 2.25rem;
  padding: 0.1em 0 0 0;
  position: absolute;
  top: 0;
  right: calc(50vw - 495px);
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  #contents article#file-security h2 a {
    font-size: 1.5rem;
    right: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #contents article#file-security h2 a {
    font-size: 1.375rem;
    right: 3vw;
  }
}
#contents article#file-security h2 a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#contents article#file-security h2 b:nth-child(1) {
  background: #467e64;
}
#contents article#file-security > h3 {
  border-bottom: 2px solid #467e64;
  color: #467e64;
}
#contents article#file-security .headline-circle { /*円形の見出し*/ }
#contents article#file-security .headline-circle span {
  color: #467e64;
}
#contents article#file-security .svg svg { /*svg版*/ }
#contents article#file-security .svg svg .a, #contents article#file-security .svg svg .b {
  fill: #467e64;
}
#contents article#file-security .svg svg .c {
  fill: #d70c18;
}
#contents article#file-security .headline-with-underbar {
  color: #467e64;
}
#contents article#file-security .headline-with-underbar:before { /*見出しの下の矢印下線*/
  border-bottom: 1px solid #467e64;
}
#contents article#file-security .headline-with-underbar:after {
  border-top: 1px solid #467e64;
  border-right: 1px solid #467e64;
}
#contents article#file-security h5 {
  background-image: linear-gradient(to top, #467e64 100%, #467e64 100%);
}
#contents article#file-security h5 span {
  color: #467e64;
}
#contents article#file-security mark {
  background: linear-gradient(transparent 25%, rgba(70, 126, 100, 0.3) 25%, rgba(70, 126, 100, 0.3) 70%, transparent 70%, transparent 100%);
}
#contents article#file-security .fc-guideline-headline {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 900;
  color: #467e64;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #contents article#file-security .fc-guideline-headline {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contents article#file-security .fc-guideline-headline {
    font-size: 1.25rem;
  }
}
#contents article#file-security .fc-guideline-body {
  background: rgba(70, 126, 100, 0.1);
  margin-top: 20px;
  padding: 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contents article#file-security .fc-guideline-body {
    padding: 3vw;
  }
}
#contents article#file-security .fc-guideline-body h4 {
  text-align: center;
  font-size: 1.1875rem;
  font-weight: 700;
  color: #212121;
}
#contents article#file-security .fc-guideline-body dl {
  display: table;
  font-size: 0.875rem;
  margin: 20px auto;
  font-weight: 700;
  color: #212121;
}
#contents article#file-security .append_arrow {
  font-size: 1.375rem;
  position: relative;
  padding-bottom: 3em;
}
#contents article#file-security .append_arrow:after {
  position: absolute;
  bottom: -3em;
  left: calc(50% - 3em);
  content: "";
  width: 0;
  height: 0;
  border: 3em solid transparent;
  border-top: 1.75em solid #212121;
}

/*#case 自治体様の導入事例
---------------------------------*/
#contents article#case {
  margin-bottom: 40px;
}
#contents article#case h2 {
  background: #ebf0f0;
  position: relative;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #contents article#case h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#case h2 {
    margin-bottom: 20px;
  }
}
#contents article#case h2 b:nth-child(1) {
  display: inline-block;
  font-size: 22px;
  background: #4696c8;
  color: #FFF;
  padding: 0.3em 3em 0.3em;
  transform: skew(-25deg, 0);
  padding-left: calc(50vw - 495px);
  margin-left: -10px;
}
@media screen and (max-width: 1024px) {
  #contents article#case h2 b:nth-child(1) {
    padding-left: 25px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  #contents article#case h2 b:nth-child(1) {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#case h2 b:nth-child(1) {
    padding-left: 20px;
    margin-left: -10px;
    transform: skew(0, 0);
  }
}
#contents article#case h2 b:nth-child(1) span {
  display: inline-block;
  font-weight: normal;
  transform: skew(25deg, 0);
}
@media screen and (max-width: 767px) {
  #contents article#case h2 b:nth-child(1) span {
    line-height: 20px;
    transform: skew(0, 0);
  }
}
#contents article#case h2 span:nth-child(2) {
  display: inline-block;
  padding: 0 1em;
  font-size: 18px;
  line-height: 30px;
  color: #003399;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #contents article#case h2 span:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  #contents article#case h2 span:nth-child(2) {
    padding: 0.5em 1em;
  }
}
#contents article#case h2 a {
  font-size: 2.25rem;
  padding: 0.1em 0 0 0;
  position: absolute;
  top: 0;
  right: calc(50vw - 495px);
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  #contents article#case h2 a {
    font-size: 1.5rem;
    right: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #contents article#case h2 a {
    font-size: 1.375rem;
    right: 3vw;
  }
}
#contents article#case h2 a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#contents article#case h2 b:nth-child(1) {
  background: #003399;
}
#contents article#case h2 + p {
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contents article#case h2 + p {
    margin-right: 3vw;
    margin-left: 3vw;
  }
}
#contents article#case ul {
  padding-bottom: 20px;
}
#contents article#case ul li {
  margin-bottom: 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contents article#case ul li {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
#contents article#case ul li a:hover, #contents article#case ul li:hover {
  text-decoration: none;
  opacity: 0.8;
}
#contents article#case ul li strong {
  display: block;
  height: 150px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 2px solid #003399;
}
@media screen and (max-width: 1023px) {
  #contents article#case ul li strong {
    height: 125px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contents article#case ul li strong {
    height: 125px;
  }
}
#contents article#case ul li:nth-child(1) strong {
  background: url(/bs/case/case66/common/images/logo.jpg?20201005) center/auto auto no-repeat;
}
#contents article#case ul li:nth-child(2) strong {
  background: url(/bs/case/case77/common/images/case77_logo_lp.png) center/auto auto no-repeat;
}
#contents article#case ul li:nth-child(3) strong {
  background: url(/bs/case/case75/common/images/case75_logo.png) center/auto auto no-repeat;
}
#contents article#case ul li:nth-child(4) strong {
  background: url(/bs/case/case90/common/images/case90_logo.png) center/auto auto no-repeat;
}
#contents article#case ul li:nth-child(5) strong {
  background: url(/bs/case/case93/common/images/case93_logo.png) center/auto auto no-repeat;
}
#contents article#case ul li span {
  margin-top: 0.5em;
  text-align: center;
  display: block;
  font-size: 0.9375rem;
  color: #212121;
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  #contents article#case ul li span {
    letter-spacing: -0.01em;
    margin-left: -0.75em;
    margin-right: -0.75em;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contents article#case ul li span {
    letter-spacing: -0.05em;
    margin-left: 0;
    margin-right: 0;
    font-size: 0.8125rem;
  }
}

/*#products 製品紹介ページへのリンク
---------------------------------*/
#contents article#products {
  margin-bottom: 20px;
}
#contents article#products h2 {
  text-align: center;
  font-size: 1.875rem;
  color: initial;
  margin-bottom: 1em;
  color: #05338f;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contents article#products h2 {
    margin-right: 3vw;
    margin-left: 3vw;
  }
}
#contents article#products ul {
  padding-bottom: 20px;
}
#contents article#products ul li {
  margin-bottom: 20px;
}
#contents article#products ul li a:hover, #contents article#products ul li:hover {
  text-decoration: none;
  opacity: 0.8;
}
#contents article#products ul li strong {
  display: block;
  height: 150px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 6px;
}
@media screen and (max-width: 1023px) {
  #contents article#products ul li strong {
    height: 125px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contents article#products ul li strong {
    height: 125px;
  }
}
#contents article#products ul li:nth-child(1) strong {
  background: url(/common/images/top/solution_ifmf.svg) center/contain no-repeat, radial-gradient(#FFF, #eef6f6);
}
#contents article#products ul li:nth-child(2) strong {
  background: url(/common/images/top/solution_fc.svg) center/contain no-repeat, radial-gradient(#FFF, #eef6f6);
}
#contents article#products ul li:nth-child(3) strong {
  background: url(/common/images/top/solution_datcloud.svg) center/contain no-repeat, radial-gradient(#FFF, #eef6f6);
}
#contents article#products ul li:nth-child(4) strong {
  background: url(/common/images/top/solution_dspa.svg) center/contain no-repeat, radial-gradient(#FFF, #eef6f6);
}
#contents article#products ul li span {
  margin-top: 0.5em;
  text-align: center;
  display: block;
  font-size: 0.9375rem;
  color: #212121;
  line-height: 1.6;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contents article#products ul li span {
    letter-spacing: -0.05em;
    font-size: 0.8125rem;
  }
}

/*#contact ダウンロード、お問合せ、電話番号
---------------------------------*/
#footerNavi {
  margin: clamp(20px, 10vw, 100px) 0;
}
#footerNavi img {
  max-width: 96%;
}

.header-line-down {
  background: #003399;
  color: #fff;
  text-align: center;
  position: relative;
  clear: both;
  padding: 16px;
  margin-bottom: 2.5em;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .header-line-down {
    font-size: 1.25rem;
    padding: 20px;
    line-height: 1.5;
  }
}
.header-line-down:after {
  position: absolute;
  bottom: -2.5em;
  left: calc(50% - 1.5em);
  content: "";
  width: 0;
  height: 0;
  border: 1.5em solid transparent;
  border-top: 1.75em solid #003399;
}

.triangle {
  position: relative;
  padding: 30px 15px;
  height: 60px;
  max-width: 990px;
  margin: 0 auto;
}
.triangle span {
  font-size: clamp(23px, 2.6vw, 27px);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(-50%, -50%);
  background: linear-gradient(transparent 25%, rgb(250, 240, 99) 25%, rgb(250, 240, 99) 70%, transparent 70%, transparent 100%);
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .triangle span {
    right: 70px;
  }
}
@media screen and (max-width: 768px) {
  .triangle span {
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    right: unset;
    transform: translate(-50%, -60%);
  }
}
.triangle::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 30px solid #878f93;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.badge {
  width: 246px;
  margin: 0 auto;
  background: #05338F;
  border-radius: 8px;
  font-size: clamp(24px, 2.6vw, 30px);
}
.badge span {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
}

.circle-badge {
  position: relative;
}
.circle-badge::after {
  position: absolute;
  content: attr(data-heading);
  background: #be1224;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #ffffff;
  font-size: clamp(10px, 1vw, 14px);
  top: -30px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .circle-badge::after {
    width: 40px;
    height: 40px;
    top: -14px;
  }
}

.h-layout {
  font-size: clamp(20px, 2.6vw, 23px);
  padding: 15px 10px;
}

.circle-font {
  font-size: 17px !important;
  line-height: 1.2 !important;
}
@media screen and (max-width: 768px) {
  .circle-font {
    font-size: 1.8vw !important;
  }
}

@media screen and (max-width: 768px) {
  .solution svg {
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin: 0 auto;
  }
}

.text-blue {
  color: #182987;
}

.text-white {
  color: #ffffff;
}

.bg-blue {
  background: #182987;
}

.bg-gray {
  background: #f1f1f1;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .bg-gray {
    padding: 15px;
  }
}

.bg-white {
  background: #ffffff;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .bg-white {
    padding: 15px;
  }
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .sp_mt20 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .sp_mb20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .sp_mt30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .sp_mb30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .sp_mt0 {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .sp_mb0 {
    margin-bottom: 0;
  }
}

/*toggle*/
.js_tgl_item {
  display: none;
}

.js_tgl_item + .js_tgl_open,
.js_tgl_item_opened + .js_tgl_open {
  text-align: center;
}
.js_tgl_item + .js_tgl_open > *,
.js_tgl_item_opened + .js_tgl_open > * {
  height: 1em;
  padding: 0.5em;
}
.js_tgl_item + .js_tgl_open > *:hover,
.js_tgl_item_opened + .js_tgl_open > *:hover {
  cursor: pointer;
}
.js_tgl_item + .js_tgl_open > *:before,
.js_tgl_item_opened + .js_tgl_open > *:before {
  content: "";
  vertical-align: middle;
  margin-top: -0.5em;
  margin-right: 0.75em;
  display: inline-block;
  width: 1em;
  height: 1em;
  border-top: 1px solid #646464;
  border-right: 1px solid #646464;
  transform: rotate(135deg);
}
.js_tgl_item + .js_tgl_open span:nth-child(1),
.js_tgl_item_opened + .js_tgl_open span:nth-child(1) {
  vertical-align: middle;
  color: #646464;
}
.js_tgl_item + .js_tgl_open span:nth-child(2),
.js_tgl_item_opened + .js_tgl_open span:nth-child(2) {
  vertical-align: middle;
  color: #646464;
}

.js_tgl_item + .js_tgl_open span:nth-child(1) {
  display: inline-block;
}
.js_tgl_item + .js_tgl_open span:nth-child(2) {
  display: none;
}

.js_tgl_item_opened + .js_tgl_open p:before {
  margin-top: 0.5em;
  transform: rotate(-45deg);
}
.js_tgl_item_opened + .js_tgl_open span:nth-child(1) {
  display: none;
}
.js_tgl_item_opened + .js_tgl_open span:nth-child(2) {
  display: inline-block;
}

.br-for-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-for-sp {
    display: block;
  }
}

.br-for-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .br-for-pc {
    display: none;
  }
}

.note,
.notes {
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
}

.center {
  text-align: center;
}