@charset "UTF-8";
/*
*	Title: SCSK サービス詳細用
*	URI: 
*	Last Modified: 
*	Description: メインカラム（サービス詳細内容）
*/
/*----------------------------------------------------------------------*/
/*  トップページ   背景画像の上に複数のボックス枠表示のセクション
/*----------------------------------------------------------------------*/
#paloalto #bg-area {
  position: relative;
  /*位置の設定*/
  width: 100%;
  height: 100%;
  /* 画像ファイルの指定 */
  background-image: url(../img/index_back.jpg);
  /* 画像を常に天地左右の中央に配置 */
  background-repeat: no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  /*background-attachment: fixed;*/
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #0F164A;
  padding: 1em 2em;
  margin-bottom: 0px !important;
}

#paloalto #bg-area .box_area {
  margin: auto auto;
  text-align: center;
}

#paloalto #bg-area .link_box {
  color: black !important;
  border: 3px solid #999999;
  background-color: rgba(255, 255, 255, 0.7);
  color: black !important;
  margin: 10px;
  height: 150px;
}

/*スマホ調整*/
@media screen and (max-width: 414px) {
  #paloalto #bg-area {
    padding: 1em 1em;
  }
  #paloalto #bg-area .link_box {
    margin: 7px;
    height: 170px;
  }
}
/*枠内の全面をリンクにしたボックス枠*/
#paloalto #bg-area a.link_box {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Flexboxアイテム */
#paloalto #bg-area .flex-item {
  flex-basis: 100px;
  /* 子要素の横幅 */
  flex-grow: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 上下左右に縁取りoffset-x | offset-y | blur-radius | color */
  text-shadow: 1px 1px 4px #fff, -1px 1px 4px #fff, 1px -1px 4px #fff, -1px -1px 4px #fff;
}

/*
@media screen and (max-width:767px) and (min-width:1px) {
#paloalto #bg-area .flex-item{
  flex-basis: 100%;
}
}*/
#paloalto #bg-area .link_box a.link-latest {
  height: 70%;
  min-height: 2em;
  padding-bottom: 2em;
}

#paloalto #bg-area .link_box a.link-past {
  height: 30%;
  min-height: 2em;
  text-align: right;
}

/*トップページ 製品名*/
#paloalto .product_name {
  float: left;
  font-size: 280% !important;
  font-weight: bold !important;
  color: #fff !important;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

@media screen and (max-width: 563px) {
  #paloalto .product_name {
    font-size: 195% !important;
  }
}
#paloalto .h-ttl-black {
  background-color: #000000;
  color: #ffffff;
  padding: 1em 0.8em;
  font-size: 24px;
  font-weight: 500;
}

#paloalto .h-ttl10 {
  font-weight: 700 !important;
}

#paloalto .dashed-Line {
  border-style: dashed;
}

/*Twitter枠のレスポンシブ対応 20.01.20 add */
#paloalto #tweet iframe.twitter-timeline {
  /*    width : auto !important;*/
}

/*----------------------------------------------------------------------*/
/*  活用パターンページ 
/*----------------------------------------------------------------------*/
#paloalto .pattern-title {
  width: 100%;
  background: url(../img/pattern-bg.png);
  background-size: auto;
  background-position: left top;
}

#paloalto .pattern-title .title,
#paloalto .pattern-title .subtitle {
  color: #313131;
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
}

#paloalto .pattern-title .title {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  padding-top: 1em;
  margin-bottom: 0 !important;
}

#paloalto .pattern-title .subtitle {
  text-align: center;
  font-size: 24px;
}

@media screen and (min-width: 415px) {
  #paloalto .pattern-title {
    height: 200px;
  }
}
@media screen and (max-width: 320px) {
  #paloalto .pattern-title .title {
    font-size: 20px;
  }
  #paloalto .pattern-title .subtitle {
    font-size: 18px;
  }
}
#paloalto .green {
  color: #22ac38;
}

#paloalto .deepskyblue {
  color: #0099ff;
}

#paloalto .orange {
  color: #f39800;
}

#paloalto .box-green {
  background-color: #22ac38;
  color: #FFF;
}

#paloalto .box-border-green {
  border: 1px solid #22ac38;
}

#paloalto ul.link-list-dot.link-list-dot-yellow > li:before {
  color: #ffc000;
}

#paloalto ul.link-list-dot.link-list-dot-green > li:before {
  color: #22ac38;
}

#paloalto .dataTable01b td,
#paloalto .dataTable01b th.pw10 {
  text-align: center;
}

@media screen and (max-width: 320px) {
  #paloalto #prisma_public_cloud .box .box {
    padding: 0.3em;
    font-size: 0.8em;
  }
}
/*
#paloalto #cloud-service-list.link-list-dot {
  display: flex;
  flex-direction: row;
  flex-basis: 50%;
  flex-grow: 1;
}
*/
#paloalto #cloud-service-list.link-list-dot li {
  width: 45%;
  float: left;
}

/*トップページ Contents Update!欄*/
#paloalto #contents_update .ttl-List li a {
  width: 952px;
}

/*スマホ表示時*/
@media screen and (max-width: 768px) and (min-width: 1px) {
  #paloalto #contents_update .ttl-List li a {
    width: 100%;
  }
}
/*----------------------------------------------------------------------*/
/*  Info+ (SCSK's Special Contents)
/*----------------------------------------------------------------------*/
#paloalto .info-title {
  width: 100%;
  background: url(../info/img/info_title.png);
  background-size: auto;
  background-position: left top;
}

#paloalto .info-title .title {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 0 !important;
}

#paloalto .info-title .title, #paloalto .info-title .subtitle {
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
}

#paloalto .info-title .title {
  color: #313131;
}

#paloalto .info-title .subtitle {
  text-align: center;
  color: #e60012;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 1em;
}

#paloalto section.section-related {
  padding-top: 32px;
  padding-bottom: 56px;
  margin-top: 38px;
  background: #f8f8f8;
}

#paloalto section.section-related .title-deep-blue {
  margin-bottom: 40px;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  color: #1f227b;
}

#paloalto section.section-related .list-arrow-blue {
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
}

#paloalto section .arrow-right-blue {
  display: inline-block;
  padding-left: 24px;
  color: #333;
  font-size: 16px;
  background: url(../info/img/arrow-right-blue.png) 0 0.08em no-repeat;
}

section .yellow-outline {
  text-shadow: 1px 1px 1px #ffd966, -1px 1px 1px #ffd966, 1px -1px 1px #ffd966, -1px -1px 1px #ffd966, 1px 1px 1px #ffd966, -1px 1px 1px #ffd966, 1px -1px 1px #ffd966, -1px -1px 1px #ffd966;
}

#paloalto section .zero-trust {
  background: url("../info/img/sem_20190712-02.png");
  padding: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#paloalto .dark-gray {
  color: #3e505a !important;
}

#paloalto .box-orange {
  border: 2px solid rgb(255, 153, 51);
  border-radius: 20px;
  padding: 20px 20px 0 20px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#paloalto .box-orange .text-box {
  width: 60%;
}

#paloalto .box-orange .text-box .title {
  display: flex;
  margin-bottom: 20px;
}

#paloalto .box-orange .text-box .title img {
  width: 30%;
  height: 30%;
}

#paloalto .box-orange .text-box .title span {
  text-decoration: underline;
  font-size: 14pt;
  font-weight: bold;
  color: rgb(255, 153, 51);
  text-decoration: underline;
  margin-left: 20px;
}

#paloalto .box-orange .img-box {
  width: 40%;
}

#paloalto .box-orange .img-box .title {
  text-align: center;
  font-size: 16pt;
}

#paloalto .box-orange .img-box .box {
  display: flex;
}

#paloalto .box-orange .img-box .box .box-01 {
  width: 48%;
}

#paloalto .box-blue {
  border: 2px solid rgb(0, 176, 240);
  border-radius: 20px;
  padding: 20px 20px 0 20px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#paloalto .box-blue .text-box {
  width: 60%;
}

#paloalto .box-blue .text-box .title {
  display: flex;
  margin-bottom: 20px;
}

#paloalto .box-blue .text-box .title img {
  width: 30%;
  height: 30%;
}

.box-blue .text-box .title span {
  text-decoration: underline;
  font-size: 14pt;
  font-weight: bold;
  color: rgb(255, 153, 51);
  text-decoration: underline;
  margin-left: 20px;
}

#paloalto .box-blue .img-box {
  width: 40%;
}

#paloalto .box-blue .img-box .title {
  text-align: center;
  font-size: 16pt;
}

#paloalto .box-blue .img-box .box {
  display: flex;
}

#paloalto .box-blue .img-box .box .box-01 {
  width: 30%;
}

#paloalto .box-green-b {
  border: 2px solid rgb(0, 176, 80);
  border-radius: 20px;
  padding: 20px 20px 0 20px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#paloalto .box-green-b .text-box {
  width: 60%;
}

#paloalto .box-green-b .text-box .title {
  display: flex;
  margin-bottom: 20px;
}

#paloalto .box-green-b .text-box .title img {
  width: 30%;
  height: 30%;
}

#paloalto .box-green-b .text-box .title span {
  text-decoration: underline;
  font-size: 14pt;
  font-weight: bold;
  color: rgb(255, 153, 51);
  text-decoration: underline;
  margin-left: 20px;
}

#paloalto .box-green-b .img-box {
  width: 40%;
}

#paloalto .box-green-b .img-box .title {
  text-align: center;
  font-size: 16pt;
}

#paloalto .box-green-b .img-box .box {
  display: flex;
}

#paloalto .box-green-b .img-box .box .box-01 {
  width: 23%;
}

/*20220802
--------------------------------------------*/
#paloalto .arrow-box {
  margin: 0;
  padding: 5px 10px;
  width: 50px;
  height: 30px;
  background: #4c9ed9;
  position: relative;
}

#paloalto .arrow-box:after {
  border-left: 15px solid #4c9ed9;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  content: "";
  position: absolute;
  right: -15px;
  top: -15px;
}

#paloalto .flx-items-center {
  align-items: center;
}

#paloalto .flx-items-start {
  align-items: start;
}

#paloalto .flx-self-center {
  align-self: center;
}

#paloalto .top-table-01 {
  width: 980px;
}

#paloalto .top-table-01 th,
#paloalto .top-table-01 td {
  padding: 5px;
}

#paloalto .top-table-01 th {
  background: #9c1;
  color: #FFF;
  border: 1px solid #FFF;
  font-weight: bold;
}

#paloalto .top-table-01 tbody tr:nth-child(odd) td {
  border: 1px solid rgba(187, 204, 233, 0.3);
  text-align: center;
}

#paloalto .top-table-01 tbody tr:nth-child(even) td {
  background: rgba(187, 204, 233, 0.3);
  border: 1px solid #FFF;
  vertical-align: top;
}

#paloalto .mT-min-50 {
  margin-top: -30px;
}

#paloalto .scroll-mL {
  margin-left: 90px;
}

#paloalto .bd-radius-10 {
  border-radius: 10px;
}

#paloalto .col-yellow {
  color: rgb(255, 192, 0);
  border-bottom: 1px solid rgb(255, 192, 0);
}

#paloalto .bd-yellow {
  border: 2px solid rgb(255, 192, 0) !important;
}

#paloalto .col-blue {
  color: rgb(0, 176, 240);
  border-bottom: 1px solid rgb(0, 176, 240);
}

#paloalto .bd-blue {
  border: 2px solid rgb(0, 176, 240) !important;
}

#paloalto .col-green {
  color: rgb(0, 176, 80);
  border-bottom: 1px solid rgb(0, 176, 80);
}

#paloalto .bd-green {
  border: 2px solid rgb(0, 176, 80) !important;
}

#paloalto .flex-around {
  justify-content: space-around;
}

#paloalto .flex-items--center {
  align-items: center;
}

#paloalto .flex-items--start {
  align-items: flex-start;
}

#paloalto .mL190 {
  margin-left: 190px;
}

@media screen and (max-width: 767px) and (min-width: 1px) {
  #paloalto .arrow-box {
    transform: rotate(90deg);
    width: 20px;
  }
  #paloalto .flx-self-center {
    align-self: center;
    display: flex;
    justify-content: center;
    height: 50px;
  }
  #paloalto .scroll-mL {
    margin-left: 0;
  }
  #paloalto .sp-mB5em {
    margin-bottom: 5em !important;
  }
}
/*
202311/30
******************************************************/
ul.link-list-dot.dot-red {
  margin-bottom: 0;
}

ul.link-list-dot.dot-red > li:before {
  color: #f00;
}

ul.flx-list {
  margin-bottom: 1em;
}

ul.flx-list > li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) and (min-width: 1px) {
  ul.flx-list > li {
    align-items: flex-start;
  }
}
#paloalto .w323-5 {
  width: 323.5px !important;
