@charset "UTF-8";
/* globalSetting ====================================================================== */
/* KMJ_CODING-2591 del
body {
  font-family: "Lucida Sans Unicode", "メイリオ", "Meiryo", sans-serif;
}
*/

.solutions_container,
.solutions_index_contact {
  color: #333;
}
.solutions_container *,
.solutions_index_contact * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.solutions_container *:after, .solutions_container *:before,
.solutions_index_contact *:after,
.solutions_index_contact *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

strong {
  font-weight: bold;
}

em {
  font-weight: normal;
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.solutions_news_detail_entry p {
  margin-top: 2em;
}
.solutions_news_detail_entry p + p {
  margin-top: 1.5em;
}
.solutions_news_detail_entry figure {
  margin-top: 2em;
  text-align: center;
}
.solutions_news_detail_entry ul, .solutions_news_detail_entry ol {
  margin-top: 2em;
  margin-left: 3em;
}
.solutions_news_detail_entry strong {
  font-weight: bold;
}
.solutions_news_detail_entry a:not([class]) {
  position: relative;
  display: inline-block;
  color: #005bc5;
  text-decoration: underline;
}
.solutions_news_detail_entry a:not([class]):hover {
  text-decoration: none;
}
.solutions_news_detail_entry a:not([class]):hover img {
  opacity: 0.7;
}
.solutions_news_detail_entry a:not([class])[target=_blank] {
  padding-right: 19px;
}
.solutions_news_detail_entry a:not([class])[target=_blank]:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 14px;
  height: 11px;
  margin-top: -7px;
  background: url("/jp-ja/observation/security_solutions/img/icn_blank_bl_001.png") no-repeat 50% 50%;
  background-size: 14px 11px;
}
.solutions_news_detail_entry a:not([class])[href$=pdf] {
  padding-right: 20px;
}
.solutions_news_detail_entry a:not([class])[href$=pdf]:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 14px;
  height: 18px;
  margin-top: -9px;
  background: url("/jp-ja/observation/security_solutions/img/icn_headnav_bl_002.png") no-repeat 50% 50%;
  background-size: 14px 18px;
}
.solutions_news_detail_entry em {
  font-style: italic;
}
.solutions_news_detail_entry .solutions_caption {
  margin-top: 0.75em;
  font-size: 1.2rem;
}
.solutions_news_detail_entry table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  margin-top: 2em;
}
.solutions_news_detail_entry table th, .solutions_news_detail_entry table td {
  padding: 1em 1em;
  border: 1px solid #ccc;
}
.solutions_news_detail_entry table th {
  background-color: #e3e3e3;
  text-align: left;
}
.solutions_news_detail_entry table thead th {
  background-color: #0062c2;
  text-align: center;
  color: #fff;
}
.solutions_news_detail_entry .solutions_column {
  margin-top: 2em;
  padding: 1em 1.5em;
  border: 1px solid #ccc;
}
.solutions_news_detail_entry .solutions_column *:first-child {
  margin-top: 0;
}

a.solutions_btn {
  position: relative;
  display: block;
  margin: auto;
  padding: 15px 20px;
  background-color: #0062c2;
  border: 1px solid #0062c2;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
}
a.solutions_btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 8px;
  margin-top: -4px;
  background: url("/jp-ja/observation/security_solutions/img/icn_arrow_wh_002.png") no-repeat 50% 50%;
  background-size: 6px 8px;
}
a.solutions_btn:hover, a.solutions_btn:active {
  background-color: #fff;
  color: #0062c2;
  text-decoration: underline;
}
a.solutions_btn:hover:after, a.solutions_btn:active:after {
  background: url("/jp-ja/observation/security_solutions/img/icn_arrow_bl_002.png") no-repeat 50% 50%;
  background-size: 6px 8px;
}
a.solutions_btn[target=_blank] {
  padding: 15px 45px 15px 30px;
}
a.solutions_btn[target=_blank]:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 11px;
  margin-top: -5.5px;
  background: url("/jp-ja/observation/security_solutions/img/icn_blank_wh_001.png") no-repeat 50% 50%;
  background-size: 14px 11px;
}
a.solutions_btn[target=_blank]:hover:after {
  background: url("/jp-ja/observation/security_solutions/img/icn_blank_bl_001.png") no-repeat 50% 50%;
  background-size: 14px 11px;
}
a.solutions_btn[href$=pdf]:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 18px;
  margin-top: -9px;
  background: url("/jp-ja/observation/security_solutions/img/icn_headnav_wh_002.png") no-repeat 50% 50%;
  background-size: 14px 18px;
}
a.solutions_btn[href$=pdf]:hover:after {
  background: url("/jp-ja/observation/security_solutions/img/icn_headnav_bl_002.png") no-repeat 50% 50%;
  background-size: 14px 18px;
}

.solutions_figure img {
  width: 100% !important;
  height: auto;
}

/* fontWeight */
.fw_n {
  font-weight: normal;
}

.fw_b {
  font-weight: bold;
}

/* fontSize */
.fs_s {
  font-size: 1.4rem;
}

.fs_xs {
  font-size: 1.2rem;
}

.fs_n {
  font-size: 1.6rem;
}

.fs_m {
  font-size: 1.8rem;
}

.fs_l {
  font-size: 2.8rem;
}

.fs_xl {
  font-size: 3.2rem;
}

/* fontColor */
.fc_bk {
  color: #333;
}

.fc_bl {
  color: #005bc5;
}

.fc_rd {
  color: #e73134;
}

/* fontAlign */
.fa_lt {
  text-align: left;
}

.fa_rt {
  text-align: right;
}

.fa_ct {
  text-align: center;
}

/* globalSetting:end ====================================================================== */
@media screen and (min-width: 720px) {
  /* PC-setting */
  .forpc {
    display: block;
  }

  .forsp {
    display: none;
  }

  .solutions_container {
    font-size: 1.6rem;
  }

  .section_container {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 80px 0;
  }

  a:hover {
    text-decoration: underline;
  }

  /* PC-header ===== */
  .l-header .l-header__block .l-header__block__btnlink.btn-mail {
    display: none;
  }

  .solutions_header_nav ul {
    display: table;
    margin: 15px 0 0 auto;
  }
  .solutions_header_nav li {
    display: table-cell;
    width: 180px;
  }
  .solutions_header_nav li + li {
    padding-left: 16px;
  }
  .solutions_header_nav a {
    display: block;
    margin: 0 auto;
    background-color: #0062c2;
    border: 1px solid #0062c2;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff;
  }
  .solutions_header_nav a span {
    position: relative;
    display: inline-block;
    padding: 10px 0 10px 38px;
  }
  .solutions_header_nav a span:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0px;
    display: block;
    width: 30px;
    height: 22px;
    margin-top: -11px;
  }
  .solutions_header_nav a:hover {
    background-color: #fff;
    color: #0062c2;
  }
  .solutions_header_nav .solutions_header_nav_trial a span:before {
    background: url("/jp-ja/observation/security_solutions/img/icn_headnav_wh_001.png") no-repeat 100% 50%;
    background-size: 30px 18px;
  }
  .solutions_header_nav .solutions_header_nav_trial a:hover span:before {
    background: url("/jp-ja/observation/security_solutions/img/icn_headnav_bl_001.png") no-repeat 100% 50%;
    background-size: 30px 18px;
  }
  .solutions_header_nav .solutions_header_nav_download a span:before {
    background: url("/jp-ja/observation/security_solutions/img/icn_headnav_wh_002.png") no-repeat 100% 50%;
    background-size: 17px 22px;
  }
  .solutions_header_nav .solutions_header_nav_download a:hover span:before {
    background: url("/jp-ja/observation/security_solutions/img/icn_headnav_bl_002.png") no-repeat 100% 50%;
    background-size: 17px 22px;
  }
  .solutions_header_nav .solutions_header_nav_contact a span:before {
    background: url("/jp-ja/observation/security_solutions/img/icn_headnav_wh_003.png") no-repeat 100% 50%;
    background-size: 21px 14px;
  }
  .solutions_header_nav .solutions_header_nav_contact a:hover span:before {
    background: url("/jp-ja/observation/security_solutions/img/icn_headnav_bl_003.png") no-repeat 100% 50%;
    background-size: 21px 14px;
  }

  nav.l-header__navigation .solutions_header_nav_trial,
nav.l-header__navigation .solutions_header_nav_download,
nav.l-header__navigation .solutions_header_nav_contact {
    display: none;
  }

  .solutions_pageheader,
.solutions_pageheader_category {
    color: #fff;
  }
  .solutions_pageheader .solutions_pageheader_contents,
.solutions_pageheader_category .solutions_pageheader_contents {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    display: table;
  }
  .solutions_pageheader .solutions_pageheader_contents_detail,
.solutions_pageheader_category .solutions_pageheader_contents_detail {
    font-family: "Lucida Sans Unicode", "Hiragino Kaku Gothic ProN", sans-serif;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
  }
  .solutions_pageheader h1, .solutions_pageheader h2,
.solutions_pageheader_category h1,
.solutions_pageheader_category h2 {
    font-size: 4.8rem;
    font-weight: bold;
  }

  .solutions_pageheader {
    background: #0c2342 url("/jp-ja/observation/security_solutions/img/bg_pageheader_pc_001.png") no-repeat 0% 0%;
  }
  .solutions_pageheader .solutions_pageheader_contents {
    height: 163px;
  }

  .solutions_pageheader_solutions,
.solutions_pageheader_usecase {
    background-size: cover !important;
  }
  .solutions_pageheader_solutions .solutions_pageheader_contents,
.solutions_pageheader_usecase .solutions_pageheader_contents {
    height: 244px;
  }

  .solutions_pageheader_solutions {
    background: #004688 url("/jp-ja/observation/security_solutions/solution/img/img_pageheader_pc_001.jpg") no-repeat 100% 50%;
  }

  .solutions_pageheader_usecase {
    background: #004688 url("/jp-ja/observation/security_solutions/usecase/img/img_pageheader_pc_001.jpg") no-repeat 100% 50%;
  }

  /* PC-index ===== */
  .solutions_index_keyvisual {
    width: 100%;
    height: 396px;
    min-height: 396px;
    max-height: 396px;
    background: url(/shared/unchangeable/img/excelcms_load.gif) no-repeat center center;
  }
  .solutions_index_keyvisual .slick-dots-wrap {
    bottom: 10px !important;
  }
  .solutions_index_keyvisual a:hover {
    text-decoration: none;
  }

  .solutions_index_keyvisual_detail {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    display: table;
    height: 396px;
  }

  .solutions_index_keyvisual_content {
    font-family: "Lucida Sans Unicode", "Hiragino Kaku Gothic ProN", sans-serif;
    display: table-cell;
    padding-top: 70px;
    text-align: left;
    vertical-align: top;
    color: #fff;
  }
  .solutions_index_keyvisual_content h1, .solutions_index_keyvisual_content h2 {
    font-size: 4.8rem;
  }
  .solutions_index_keyvisual_content p {
    margin-top: 1.5em;
    font-size: 2.4rem;
  }

  .solutions_index_kv {
    display: none;
  }

  .slick-initialized .solutions_index_kv {
    display: block;
  }

  .solutions_index_kv1 {
    display: block;
    background: url("/jp-ja/observation/security_solutions/img/img_index_keyvisual_pc_001.jpg") no-repeat 50% 50%;
    background-size: cover;
  }

  figure.security_solutions_kv1 {
    padding-top: 30px;
  }
  figure.security_solutions_kv1 img {
    width: 350px;
    height: auto;
  }

  .solutions_index_video {
    padding-top: 40px;
    text-align: center;
  }
  .solutions_index_video .solutions_index_video_detail {
    position: relative;
    display: block;
    width: 732px;
    margin: 0 auto;
  }
  .solutions_index_video .solutions_index_video_play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: #4d4d4d;
    border-radius: 40px;
    font-size: 0rem;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .solutions_index_video .solutions_index_video_play:hover {
    background-color: #06c;
  }
  .solutions_index_video .solutions_index_video_play:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 25px 0 25px 38px;
    position: absolute;
    top: 15px;
    left: 25px;
  }
  .solutions_index_video video {
    width: 100%;
    max-width: 1220px;
    height: auto;
  }

  .solutions_index_news_detail {
    position: relative;
    display: block !important;
  }
  .solutions_index_news_detail h2, .solutions_index_news_detail h3 {
    padding: 0 200px 10px 0;
    border-bottom: 1px solid #e3e3e3;
    font-size: 2.4rem;
    font-weight: bold;
  }

  .solutions_index_news_hgroup_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
  }
  .solutions_index_news_hgroup_btn a {
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 15px;
    border: 1px solid #333;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    padding: 9px 15px;
    font-size: 1.4rem;
  }
  .solutions_index_news_hgroup_btn a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 9px;
    margin-top: -4.5px;
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_bk_001.png") no-repeat 50% 50%;
    background-size: 6px 9px;
  }
  .solutions_index_news_hgroup_btn a:hover, .solutions_index_news_hgroup_btn a:active {
    background-color: #333;
    color: #fff;
    text-decoration: underline;
  }
  .solutions_index_news_hgroup_btn a:hover:after, .solutions_index_news_hgroup_btn a:active:after {
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_wh_001.png") no-repeat 50% 50%;
    background-size: 6px 9px;
  }

  .solutions_index_news_list li {
    display: table;
    width: 100%;
    padding-top: 1.5em;
  }
  .solutions_index_news_list li span, .solutions_index_news_list li p {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
  }
  .solutions_index_news_list li .date {
    width: 9em;
  }
  .solutions_index_news_list li .category {
    width: 9em;
  }
  .solutions_index_news_list li .category em {
    display: block;
    width: 8em;
    font-size: 1.4rem;
    color: #0062c2;
    padding: 2px 1em;
    border: 1px solid #0062c2;
    text-align: center;
  }

  .solutions_index_detail_hgroup {
    text-align: center;
  }
  .solutions_index_detail_hgroup h2, .solutions_index_detail_hgroup h3 {
    font-size: 3.2rem;
    font-weight: bold;
  }
  .solutions_index_detail_hgroup h2 + p, .solutions_index_detail_hgroup h3 + p {
    margin-top: 2em;
  }

  .solutions_index_detail_movie {
    margin-top: 50px;
    text-align: center;
  }

  .solutions_index_detail_container {
    display: table;
    width: 100%;
    margin-top: 50px;
    background-color: #fff;
  }
  .solutions_index_detail_container figure,
.solutions_index_detail_container .solutions_index_detail_data {
    display: table-cell;
    width: 50%;
    text-align: left;
    vertical-align: top;
  }
  .solutions_index_detail_container .solutions_index_detail_data {
    position: relative;
    padding: 50px 50px 120px 50px;
  }
  .solutions_index_detail_container h3 {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .solutions_index_detail_container h3 + p {
    margin-top: 1.5em;
  }

  .solutions_index_detail_nav {
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 240px;
  }
  .solutions_index_detail_nav a {
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 20px;
    background-color: #0062c2;
    border: 1px solid #0062c2;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff;
    cursor: pointer;
  }
  .solutions_index_detail_nav a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 8px;
    margin-top: -4px;
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_wh_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
  .solutions_index_detail_nav a:hover, .solutions_index_detail_nav a:active {
    background-color: #fff;
    color: #0062c2;
    text-decoration: underline;
  }
  .solutions_index_detail_nav a:hover:after, .solutions_index_detail_nav a:active:after {
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_bl_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }

  .solutions_index_about {
    background-color: #f6f6f6;
  }

  .solutions_index_contact {
    background-color: #f6f6f6;
  }
  .solutions_index_contact a.solutions_index_contact_content {
    position: relative;
    display: block;
    border: 1px solid #0062c2;
    border-radius: 4px;
    background-color: #fff;
  }

  /* PC-news-index ===== */

  /* PC-news-detail ===== */

  /* PC-contact ===== */

  /* PC-solutions_category */

  /* PC-trial */

  /* PC-faq */

  /* PC-document_download */

  /* PC-modal */
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .solutions_index_contact a.solutions_index_contact_content:hover {
    text-decoration: none;
  }
  .solutions_index_contact a.solutions_index_contact_content:hover * {
    opacity: 0.8;
  }
}
@media screen and (min-width: 720px) and (max-width: 719px) {
  .solutions_index_contact a.solutions_index_contact_content:active {
    text-decoration: none;
  }
  .solutions_index_contact a.solutions_index_contact_content:active * {
    opacity: 0.8;
  }
}
@media screen and (min-width: 720px) {
  .solutions_index_contact p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 720px) {
  .solutions_index_contact_data {
    display: table;
    width: 100%;
  }
  .solutions_index_contact_data figure img {
    width: 140px;
  }
  .solutions_index_contact_data h4 {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .solutions_index_contact_data p {
    margin-top: 1em;
  }
}
@media screen and (min-width: 720px) {
  .solutions_index_contact_column3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
  .solutions_index_contact_column3 a {
    width: 32%;
    padding: 30px 0;
    text-align: center;
  }
}
@media screen and (min-width: 720px) {
  .solutions_index_contact_column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
  .solutions_index_contact_column2 a {
    display: block;
    width: 49%;
    padding: 30px 30px;
  }
  .solutions_index_contact_column2 a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 10px;
    height: 14px;
    margin-top: -7px;
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_bl_001.png") no-repeat 50% 50%;
  }
  .solutions_index_contact_column2 figure {
    float: left;
    width: 160px;
    padding-right: 20px;
    text-align: left;
    vertical-align: top;
  }
  .solutions_index_contact_column2 h4 {
    padding-top: 0.5em;
    padding-left: 160px;
  }
  .solutions_index_contact_column2 p {
    padding-left: 160px;
  }
}
@media screen and (min-width: 720px) {
  .solutions_index_other h3 {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
  }
  .solutions_index_other a.solutions_index_other_link {
    position: relative;
    display: table;
    width: 100%;
    height: 220px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .solutions_index_other a.solutions_index_other_link:hover {
    text-decoration: none;
  }
  .solutions_index_other a.solutions_index_other_link:hover * {
    opacity: 0.8;
  }
}
@media screen and (min-width: 720px) and (max-width: 719px) {
  .solutions_index_other a.solutions_index_other_link:active {
    text-decoration: none;
  }
  .solutions_index_other a.solutions_index_other_link:active * {
    opacity: 0.8;
  }
}
@media screen and (min-width: 720px) {
  .solutions_index_other a.solutions_index_other_link:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 18px;
    height: 14px;
    margin-top: -7px;
    background: url("/jp-ja/observation/security_solutions/img/icn_blank_wh_001.png") no-repeat 50% 50%;
    background-size: 18px 14px;
  }
}
@media screen and (min-width: 720px) {
  .solutions_index_other p {
    display: table-cell;
    padding: 0 65px;
    background: url("/jp-ja/observation/security_solutions/img/img_other_pc_001.jpg") no-repeat 50% 50%;
    text-align: left;
    font-size: 3.2rem;
    font-weight: bold;
    vertical-align: middle;
    color: #fff;
  }
}
@media screen and (min-width: 720px) {
  .solutions_index_other figure {
    position: relative;
  }
  .solutions_index_other figure:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 18px;
    height: 14px;
    margin-top: -7px;
    background: url("/jp-ja/observation/security_solutions/img/icn_blank_wh_001.png") no-repeat 50% 50%;
    background-size: 18px 14px;
  }
  .solutions_index_other figure p {
    position: absolute;
    top: 50%;
    left: 65px;
    margin-top: -3.2em;
  }
  .solutions_index_other figure p strong {
    font-size: 3.2rem;
    font-weight: bold;
    color: #fff;
  }
}
@media screen and (min-width: 720px) {
  .solutions_news_nav {
    padding-top: 80px;
  }
  .solutions_news_nav nav {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
  }
  .solutions_news_nav ul {
    list-style-type: none;
    display: table;
  }
  .solutions_news_nav li {
    display: table-cell !important;
    width: 196px;
    padding-right: 16px;
  }
  .solutions_news_nav li a {
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 15px;
    border: 1px solid #333;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    padding: 10px 15px;
  }
  .solutions_news_nav li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 9px;
    margin-top: -4.5px;
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_bk_001.png") no-repeat 50% 50%;
    background-size: 6px 9px;
  }
  .solutions_news_nav li a:hover, .solutions_news_nav li a:active {
    background-color: #333;
    color: #fff;
    text-decoration: underline;
  }
  .solutions_news_nav li a:hover:after, .solutions_news_nav li a:active:after {
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_wh_001.png") no-repeat 50% 50%;
    background-size: 6px 9px;
  }
  .solutions_news_nav li a:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .solutions_news_nav li.solutions_news_nav_all {
    display: none !important;
  }
}
@media screen and (min-width: 720px) {
  .solutions_index_news_detail + .solutions_index_news_detail {
    padding-top: 80px;
  }
}
@media screen and (min-width: 720px) {
  .solutions_news_detail_hgroup {
    position: relative;
  }
  .solutions_news_detail_hgroup .solutions_news_detail_hgroup_category {
    display: block;
    width: 8em;
    padding: 2px 0;
    border: 1px solid #0062c2;
    font-size: 1.4rem;
    text-align: center;
    color: #0062c2;
  }
  .solutions_news_detail_hgroup h2 {
    padding: 10px 0 5px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .solutions_news_detail_hgroup .solutions_news_detail_date {
    padding-top: 1em;
    text-align: right;
  }
}
@media screen and (min-width: 720px) {
  .solutions_news_detail_entry p:first-child {
    margin-top: 0;
  }
  .solutions_news_detail_entry img {
    max-width: 730px;
  }
  .solutions_news_detail_entry figure {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .solutions_news_detail_entry figure .solutions_caption,
.solutions_news_detail_entry .solutions_table .solutions_caption {
    text-align: right;
  }
  .solutions_news_detail_entry .solutions_box_lt,
.solutions_news_detail_entry .solutions_box_rt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: norwrap;
        flex-wrap: norwrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 2em;
  }
  .solutions_news_detail_entry .solutions_box_lt .solutions_box_a,
.solutions_news_detail_entry .solutions_box_rt .solutions_box_a {
    margin-top: 0;
  }
  .solutions_news_detail_entry .solutions_box_lt .solutions_box_b,
.solutions_news_detail_entry .solutions_box_rt .solutions_box_b {
    margin-top: 0;
  }
  .solutions_news_detail_entry .solutions_box_lt img,
.solutions_news_detail_entry .solutions_box_rt img {
    max-width: 570px;
  }
  .solutions_news_detail_entry .solutions_box_lt .solutions_box_b {
    padding-left: 40px;
  }
  .solutions_news_detail_entry .solutions_box_lt .solutions_box_b .solutions_caption {
    text-align: right;
  }
  .solutions_news_detail_entry .solutions_box_rt .solutions_box_a {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .solutions_news_detail_entry .solutions_box_rt .solutions_box_b {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 40px;
  }
  .solutions_news_detail_entry dl {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-top: 2em;
  }
  .solutions_news_detail_entry dl dt, .solutions_news_detail_entry dl dd {
    padding: 1em 1em;
    border: 1px solid #ccc;
    text-align: left;
    vertical-align: top;
  }
  .solutions_news_detail_entry dl dt {
    display: table-cell;
    width: 20%;
    background-color: #e3e3e3;
    font-weight: bold;
  }
  .solutions_news_detail_entry dl dd {
    display: table-cell;
  }
  .solutions_news_detail_entry dl + dl {
    margin-top: 0;
  }
  .solutions_news_detail_entry dl + dl dt, .solutions_news_detail_entry dl + dl dd {
    border-top: 0;
  }
  .solutions_news_detail_entry table tbody:first-child th:first-child,
.solutions_news_detail_entry table tbody:first-child td:first-child {
    width: 20%;
  }
}
@media screen and (min-width: 720px) {
  .solutions_news_detail_nav {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #e3e3e3;
  }
  .solutions_news_detail_nav a {
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 20px;
    background-color: #0062c2;
    border: 1px solid #0062c2;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    width: 240px;
  }
  .solutions_news_detail_nav a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 8px;
    margin-top: -4px;
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_wh_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
  .solutions_news_detail_nav a:hover, .solutions_news_detail_nav a:active {
    background-color: #fff;
    color: #0062c2;
    text-decoration: underline;
  }
  .solutions_news_detail_nav a:hover:after, .solutions_news_detail_nav a:active:after {
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_bl_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
  .solutions_news_detail_nav a:after {
    right: auto;
    left: 10px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media screen and (min-width: 720px) {
  .solutions_contact {
    width: 920px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 720px) {
  .solutions_contact_read {
    padding-bottom: 2em;
    text-align: center;
  }
  .solutions_contact_read h3 {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .solutions_contact_read p {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 720px) {
  .solutions_contact_form {
    padding: 50px 60px;
    background-color: #f0f6fb;
  }
}
@media screen and (min-width: 720px) {
  .solutions_contact_form_table {
    width: 100%;
    margin: 0 auto;
  }
  .solutions_contact_form_table th {
    position: relative;
    width: 14em;
    padding: 10px 4em 1.5em 0;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
  }
  .solutions_contact_form_table th em {
    position: absolute;
    top: 18px;
    right: 2em;
    display: inline-block;
    padding: 2px 4px;
    background-color: #e93f36;
    border-radius: 3px;
    font-size: 1.2rem;
    vertical-align: middle;
    line-height: 1;
    color: #fff;
  }
  .solutions_contact_form_table td {
    padding-bottom: 1.5em;
    text-align: left;
    vertical-align: middle;
  }
  .solutions_contact_form_table input[type=text],
.solutions_contact_form_table textarea {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    margin: 0;
    padding: 12px 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background-color: #fff;
    font-size: 1.6rem;
  }
  .solutions_contact_form_table input[type=text]::-ms-expand,
.solutions_contact_form_table textarea::-ms-expand {
    display: none;
  }
  .solutions_contact_form_table input[size="10"] {
    width: 40%;
  }
  .solutions_contact_form_table textarea {
    display: block;
    height: 8em;
  }
  .solutions_contact_form_table .solutions_contact_form_select {
    position: relative;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background-color: #fff;
  }
  .solutions_contact_form_table .solutions_contact_form_select:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url("/jp-ja/observation/security_solutions/img/icn_down_bl_001.png") no-repeat 50% 50%;
    background-size: 12px 9px;
  }
  .solutions_contact_form_table select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 12px 20px;
    font-size: 1.6rem;
  }
  .solutions_contact_form_table select::-ms-expand {
    display: none;
  }
  .solutions_contact_form_table label {
    color: #005bc5;
    text-decoration: underline;
  }
  .solutions_contact_form_table label:hover, .solutions_contact_form_table label:active {
    text-decoration: none;
    cursor: pointer;
  }
  .solutions_contact_form_table .solutions_contact_form_checkbox {
    position: relative;
    display: inline-block;
    padding: 10px 0;
  }
  .solutions_contact_form_table .solutions_contact_form_checkbox input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .solutions_contact_form_table .solutions_contact_form_checkbox input[type=checkbox] + span {
    position: relative;
    padding-left: 26px;
  }
  .solutions_contact_form_table .solutions_contact_form_checkbox input[type=checkbox] + span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background-color: #fff;
  }
  .solutions_contact_form_table .solutions_contact_form_checkbox input[type=checkbox]:checked + span:before {
    border: 1px solid #e3e3e3 !important;
    background-color: #005bc5 !important;
  }
  .solutions_contact_form_table tr.error td em {
    display: block;
    padding-top: 0.25em;
    color: #e93f36;
  }
  .solutions_contact_form_table tr.error td label + em {
    padding-top: 0;
  }
  .solutions_contact_form_table tr.error input[type=text],
.solutions_contact_form_table tr.error textarea {
    border: 1px solid #e93f36;
    background-color: #fdebeb;
  }
  .solutions_contact_form_table tr.error .solutions_contact_form_select {
    border: 1px solid #e93f36;
    background-color: #fdebeb;
  }
  .solutions_contact_form_table tr.error .solutions_contact_form_checkbox input[type=checkbox] + span:before {
    border: 1px solid #e93f36;
  }
}
@media screen and (min-width: 720px) {
  .solutions_contact_policy {
    padding: 40px 20px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
  }
}
@media screen and (min-width: 720px) {
  .solutions_contact_policy_detail {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 300px;
  }
  .solutions_contact_policy_detail h3 {
    text-align: center;
  }
  .solutions_contact_policy_detail > p {
    margin-top: 1.5em;
  }
  .solutions_contact_policy_detail ul, .solutions_contact_policy_detail ol {
    margin-left: 2em;
  }
  .solutions_contact_policy_detail ul p, .solutions_contact_policy_detail ul ul, .solutions_contact_policy_detail ul ol, .solutions_contact_policy_detail ol p, .solutions_contact_policy_detail ol ul, .solutions_contact_policy_detail ol ol {
    padding-top: 0.5em;
  }
  .solutions_contact_policy_detail ul ul li + li,
.solutions_contact_policy_detail ul ol li + li, .solutions_contact_policy_detail ol ul li + li,
.solutions_contact_policy_detail ol ol li + li {
    margin-top: 0.5em;
  }
  .solutions_contact_policy_detail > ul > li, .solutions_contact_policy_detail > ol > li {
    padding-top: 1.5em;
  }
  .solutions_contact_policy_detail ol ol li {
    position: relative;
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
  }
  .solutions_contact_policy_detail ol ol li:before {
    position: absolute;
    top: 0;
    left: -1.5em;
    display: marker;
    content: "(" counter(cnt) ") ";
    width: 1em;
    height: 1em;
  }
  .solutions_contact_policy_detail a {
    color: #005bc5;
    text-decoration: underline;
  }
  .solutions_contact_policy_detail a:hover, .solutions_contact_policy_detail a:active {
    text-decoration: none;
    cursor: pointer;
  }
}
@media screen and (min-width: 720px) {
  .solutions_contact_policy_column {
    padding-top: 0.5em;
  }
}
@media screen and (min-width: 720px) {
  .solutions_contact_policy_sig .date,
.solutions_contact_policy_sig .sig {
    display: block;
    text-align: right;
  }
}
@media screen and (min-width: 720px) {
  .solutions_contact_nav {
    display: table;
    margin: 50px auto 0;
  }
  .solutions_contact_nav > span {
    display: table-cell;
    width: 50%;
  }
  .solutions_contact_nav > span:nth-child(odd) {
    padding-right: 20px;
  }
  .solutions_contact_nav > span:nth-child(even) {
    padding-left: 20px;
  }
}
@media screen and (min-width: 720px) {
  .solutions_contact_btn_submit {
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 20px;
    background-color: #0062c2;
    border: 1px solid #0062c2;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    width: 250px;
    font-size: 1.6rem;
  }
  .solutions_contact_btn_submit:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 8px;
    margin-top: -4px;
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_wh_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
  .solutions_contact_btn_submit:hover, .solutions_contact_btn_submit:active {
    background-color: #fff;
    color: #0062c2;
    text-decoration: underline;
  }
  .solutions_contact_btn_submit:hover:after, .solutions_contact_btn_submit:active:after {
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_bl_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
}
@media screen and (min-width: 720px) {
  .solutions_contact_btn_prev {
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 20px;
    background-color: #fff;
    border: 1px solid #0062c2;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #0062c2;
    cursor: pointer;
    width: 250px;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .solutions_contact_btn_prev:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 8px;
    margin-top: -4px;
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_bl_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
  .solutions_contact_btn_prev:hover, .solutions_contact_btn_prev:active {
    background-color: #0062c2;
    color: #fff;
    text-decoration: underline;
  }
  .solutions_contact_btn_prev:hover:after, .solutions_contact_btn_prev:active:after {
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_wh_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
  .solutions_contact_btn_prev:after {
    right: auto;
    left: 10px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media screen and (min-width: 720px) {
  .solutions_contact_btn_back {
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 20px;
    background-color: #0062c2;
    border: 1px solid #0062c2;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    width: 250px;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .solutions_contact_btn_back:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 8px;
    margin-top: -4px;
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_wh_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
  .solutions_contact_btn_back:hover, .solutions_contact_btn_back:active {
    background-color: #fff;
    color: #0062c2;
    text-decoration: underline;
  }
  .solutions_contact_btn_back:hover:after, .solutions_contact_btn_back:active:after {
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_bl_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
  .solutions_contact_btn_back:after {
    right: auto;
    left: 10px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media screen and (min-width: 720px) {
  .solutions_section_read,
.solutions_detail_trial_read {
    padding: 80px 0;
  }
  .solutions_section_read h2,
.solutions_detail_trial_read h2 {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
  }
  .solutions_section_read p + p,
.solutions_detail_trial_read p + p {
    margin-top: 1.5em;
  }
  .solutions_section_read p + .solutions_section_detail_nav,
.solutions_detail_trial_read p + .solutions_section_detail_nav {
    margin-top: 1em;
  }
}
@media screen and (min-width: 720px) {
  .solutions_section_detail_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
  }
  .solutions_section_detail_nav li {
    padding-top: 1em;
    padding-right: 15px;
  }
  .solutions_section_detail_nav a {
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 15px;
    border: 1px solid #333;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    padding: 8px 25px 8px 20px;
    font-size: 1.4rem;
  }
  .solutions_section_detail_nav a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 9px;
    margin-top: -4.5px;
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_bk_001.png") no-repeat 50% 50%;
    background-size: 6px 9px;
  }
  .solutions_section_detail_nav a:hover, .solutions_section_detail_nav a:active {
    background-color: #333;
    color: #fff;
    text-decoration: underline;
  }
  .solutions_section_detail_nav a:hover:after, .solutions_section_detail_nav a:active:after {
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_wh_001.png") no-repeat 50% 50%;
    background-size: 6px 9px;
  }
  .solutions_section_detail_nav a:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (min-width: 720px) {
  .solutions_usecase_nav li {
    width: 180px;
  }
}
@media screen and (min-width: 720px) {
  .solutions_section_detail {
    width: 924px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 720px) {
  .solutions_detail_container {
    margin-bottom: 30px;
    padding-top: 20px;
    background-color: #f6f6f6;
  }
  .solutions_detail_container section {
    margin-top: 60px;
  }
  .solutions_detail_container .solutions_section_detail {
    padding: 40px 40px;
  }
}
@media screen and (min-width: 720px) {
  .solutions_detail_about {
    width: 924px;
    margin: 0 auto;
  }
  .solutions_detail_about .section_container {
    max-width: 924px;
    padding-top: 0;
  }
  .solutions_detail_about figure {
    width: 50%;
  }
  .solutions_detail_about figure img {
    width: 100%;
  }
  .solutions_detail_about .solutions_index_detail_data {
    width: 50%;
    padding: 25px 30px 80px;
  }
  .solutions_detail_about .solutions_index_detail_data h3 + p {
    margin-top: 1em;
  }
  .solutions_detail_about .solutions_index_detail_nav {
    bottom: 30px;
  }
}
@media screen and (min-width: 720px) {
  .solutions_pageheader_category + .solutions_category_contents {
    padding: 80px 0;
  }
}
@media screen and (min-width: 720px) {
  .solutions_category_contents .solutions_section_detail {
    background-color: #fff;
  }
  .solutions_category_contents h2 {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
  }
  .solutions_category_contents h3 {
    font-size: 2.4rem;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
  }
  .solutions_category_contents * + h3 {
    margin-top: 2em;
  }
  .solutions_category_contents p {
    margin-top: 1.5em;
  }
  .solutions_category_contents p + p {
    margin-top: 1em;
  }
  .solutions_category_contents p a {
    color: #005bc5;
    text-decoration: underline;
  }
  .solutions_category_contents p a:hover {
    text-decoration: none;
  }
  .solutions_category_contents ul:not([class]) {
    margin-left: 1.5em;
  }
  .solutions_category_contents figure {
    margin-top: 1.5em;
    text-align: center;
  }
  .solutions_category_contents figure img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .solutions_category_contents em {
    font-weight: bold;
  }
  .solutions_category_contents strong {
    font-weight: bold;
    color: #005bc5;
  }
  .solutions_category_contents a:not([class]) {
    color: #005bc5;
    text-decoration: underline;
  }
  .solutions_category_contents a:not([class]):hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 720px) {
  .solutions_category_contents_dlbox {
    display: table;
    margin-top: 1.5em;
  }
  .solutions_category_contents_dlbox .solutions_category_contents_dlbox_hdg,
.solutions_category_contents_dlbox .solutions_category_contents_dlbox_data {
    display: table-cell;
    text-align: left;
    vertical-align: top;
  }
  .solutions_category_contents_dlbox .solutions_category_contents_dlbox_hdg {
    white-space: nowrap;
  }
  .solutions_category_contents_dlbox .solutions_category_contents_dlbox_data .solutions_detail_list {
    margin-top: 0;
  }
}
@media screen and (min-width: 720px) {
  .solutions_detail_caption {
    display: block;
    margin-left: 1em;
    text-indent: -1em;
  }
}
@media screen and (min-width: 720px) {
  .solutions_detail_list {
    list-style-type: none;
    margin-top: 1.5em;
  }
  .solutions_detail_list li {
    position: relative;
    padding-left: 1em;
  }
  .solutions_detail_list li:before {
    content: "●";
    position: absolute;
    top: 0.5em;
    left: 0;
    font-size: 10px;
    color: #005bc5;
  }
  .solutions_detail_list ul {
    list-style-type: none;
  }
  .solutions_detail_list ul li:before {
    content: "・";
    color: #333;
  }
}
@media screen and (min-width: 720px) {
  .solutions_detail_column {
    margin-top: 1.5em;
    padding: 25px 30px;
    background-color: #e5eff9;
  }
  .solutions_detail_column .solutions_detail_list {
    margin-top: 0;
  }
}
@media screen and (min-width: 720px) {
  h3 + .solutions_solutions_flow {
    margin-top: 40px;
  }
}
@media screen and (min-width: 720px) {
  .solutions_solutions_flow {
    display: table;
    width: 100%;
    margin: 20px auto 0;
    padding: 15px 15px;
    border: 2px solid #e5eff9;
    background-color: #fff;
  }
  .solutions_solutions_flow figure,
.solutions_solutions_flow .solutions_solutions_flow_data {
    display: table-cell;
    text-align: left;
    vertical-align: top;
  }
  .solutions_solutions_flow figure {
    width: 80px;
  }
  .solutions_solutions_flow .solutions_solutions_flow_data {
    padding-left: 15px;
  }
  .solutions_solutions_flow .solutions_solutions_flow_data h4 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .solutions_solutions_flow .solutions_solutions_flow_data h4 + p {
    margin-top: 0;
  }
}
@media screen and (min-width: 720px) {
  .solutions_section_read_detail {
    padding-top: 50px;
  }
}
@media screen and (min-width: 720px) {
  .solutions_section_read_container {
    display: table;
    width: 100%;
    padding: 30px 0 0;
  }
  .solutions_section_read_container .solutions_detail_column {
    display: table-cell;
  }
  .solutions_section_read_container > figure {
    display: table-cell;
    width: 410px;
    padding-left: 30px;
    text-align: right;
    vertical-align: top;
  }
  .solutions_section_read_container > figure img {
    max-width: 380px;
  }
}
@media screen and (min-width: 720px) {
  .solutions_category_read {
    width: 924px;
    margin: 0 auto;
    padding-bottom: 50px;
    text-align: center;
  }
}
@media screen and (min-width: 720px) {
  .solutions_section_solution_column {
    display: table;
    width: 100%;
  }
  .solutions_section_solution_column .solutions_section_solution_column_detail {
    display: table-cell;
    padding-right: 15px;
    text-align: left;
    vertical-align: top;
  }
  .solutions_section_solution_column > figure {
    display: table-cell;
    width: 50%;
    padding-left: 15px;
    text-align: right;
    vertical-align: top;
  }
  .solutions_section_solution_column > figure img {
    max-width: 407px;
  }
  .solutions_section_solution_column .solutions_detail_column {
    display: table-cell;
    width: 50%;
    padding: 20px 20px;
  }
  .solutions_section_solution_column .solutions_detail_column:nth-child(odd) {
    border-right: 15px solid #fff;
  }
  .solutions_section_solution_column .solutions_detail_column:nth-child(even) {
    border-left: 15px solid #fff;
  }
  .solutions_section_solution_column + h3 {
    padding-bottom: 20px;
    border: 0;
  }
}
@media screen and (min-width: 720px) {
  .solutions_detail_dl {
    padding: 20px 20px;
    background-color: #e5eff9;
  }
  .solutions_detail_dl + dl {
    margin-top: 18px;
  }
  .solutions_detail_dl dt {
    position: relative;
    padding-left: 1em;
    font-weight: bold;
    color: #0062c2;
  }
  .solutions_detail_dl dt:before {
    content: "●";
    position: absolute;
    top: 0.5em;
    left: 0;
    font-size: 10px;
    color: #005bc5;
  }
  .solutions_detail_dl dd {
    padding-left: 1em;
  }
}
@media screen and (min-width: 720px) {
  .solutions_section_other {
    padding: 80px 0;
    background-color: #fff;
  }
  .solutions_section_other h2 {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
  }
  .solutions_section_other p {
    margin-top: 1.5em;
    text-align: center;
  }
  .solutions_section_other p + p {
    margin-top: 1em;
  }
}
@media screen and (min-width: 720px) {
  .solutions_section_other_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 924px;
    margin: 0 auto;
    padding: 60px 0 0;
  }
  .solutions_section_other_column figure {
    width: 446px;
  }
}
@media screen and (min-width: 720px) {
  .solutions_detail_trial {
    padding: 20px 0 0;
  }
  .solutions_detail_trial .solutions_section_detail {
    padding: 0;
    background-color: transparent;
  }
  .solutions_detail_trial .solutions_section_detail figure {
    background-color: #fff;
    text-align: center;
  }
  .solutions_detail_trial .solutions_section_detail figure img {
    width: 100%;
  }
}
@media screen and (min-width: 720px) {
  .trial_column {
    display: table;
    width: 100%;
    margin: 40px 0 0;
    padding: 30px 30px;
    background-color: #fff;
    border: 1px solid #005bc5;
    border-radius: 4px;
  }
  .trial_column .trial_column_data {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
  }
  .trial_column .trial_column_nav {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .trial_column h3 {
    padding: 0;
    border: 0;
  }
  .trial_column p {
    margin-top: 0.5em;
  }
  .trial_column .trial_column_btn {
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 20px;
    background-color: #0062c2;
    border: 1px solid #0062c2;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff;
    cursor: pointer;
  }
  .trial_column .trial_column_btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 8px;
    margin-top: -4px;
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_wh_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
  .trial_column .trial_column_btn:hover, .trial_column .trial_column_btn:active {
    background-color: #fff;
    color: #0062c2;
    text-decoration: underline;
  }
  .trial_column .trial_column_btn:hover:after, .trial_column .trial_column_btn:active:after {
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_bl_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
}
@media screen and (min-width: 720px) {
  .solutions_trial_flow_caption + ul {
    margin-top: 0;
  }
}
@media screen and (min-width: 720px) {
  .faq_detail {
    padding-bottom: 80px;
  }
  .faq_detail h3 {
    font-size: 2.4rem;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
  }
  .faq_detail dl {
    padding: 20px 0 0;
  }
  .faq_detail dt a, .faq_detail dt span {
    position: relative;
    display: block;
    padding: 10px 35px 10px 15px;
    background-color: #0062c2;
    border-radius: 4px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
  }
  .faq_detail dt a:hover, .faq_detail dt span:hover {
    opacity: 0.7;
  }
  .faq_detail dt a:after, .faq_detail dt span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 9px;
    margin-top: -4.5px;
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_wh_001.png") no-repeat 50% 50%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .faq_detail dt a.tabon:after, .faq_detail dt span.tabon:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .faq_detail dd {
    display: none;
    padding: 15px 0 10px 0;
  }
}
@media screen and (min-width: 720px) {
  .solutions_download_read {
    padding: 80px 0 0;
    text-align: center;
  }
  .solutions_download_read p {
    padding-bottom: 1.5em;
  }
  .solutions_download_read .download_read_btn a {
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 20px;
    background-color: #0062c2;
    border: 1px solid #0062c2;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    width: 400px;
  }
  .solutions_download_read .download_read_btn a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 8px;
    margin-top: -4px;
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_wh_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
  .solutions_download_read .download_read_btn a:hover, .solutions_download_read .download_read_btn a:active {
    background-color: #fff;
    color: #0062c2;
    text-decoration: underline;
  }
  .solutions_download_read .download_read_btn a:hover:after, .solutions_download_read .download_read_btn a:active:after {
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_bl_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
}
@media screen and (min-width: 720px) {
  .solutions_download_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 0 60px;
  }
}
@media screen and (min-width: 720px) {
  .download_link_txt {
    text-align: center;
  }
  .download_link_txt a {
    color: #005bc5;
    text-decoration: underline;
  }
  .download_link_txt a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 720px) {
  .download_data {
    display: table;
    width: 430px;
    margin-top: 65px;
  }
  .download_data figure,
.download_data .download_data_detail {
    display: table-cell;
    text-align: left;
    vertical-align: top;
  }
  .download_data figure {
    width: 184px;
  }
  .download_data .download_data_detail {
    padding-left: 24px;
  }
  .download_data h3 {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .download_data * + p {
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 720px) {
  .download_data_btn {
    margin-top: 1em;
  }
  .download_data_btn a {
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 20px;
    background-color: #0062c2;
    border: 1px solid #0062c2;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    width: 400px;
  }
  .download_data_btn a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 8px;
    margin-top: -4px;
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_wh_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
  .download_data_btn a:hover, .download_data_btn a:active {
    background-color: #fff;
    color: #0062c2;
    text-decoration: underline;
  }
  .download_data_btn a:hover:after, .download_data_btn a:active:after {
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_bl_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
}
@media screen and (min-width: 720px) {
  .modalstage {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .modalstage span {
    display: none;
  }
}
@media screen and (min-width: 720px) {
  .modalbox {
    display: none;
  }
}
@media screen and (min-width: 720px) {
  .modalbox_container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: table;
    width: 100vw;
    height: 100vh;
  }
}
@media screen and (min-width: 720px) {
  .modalbox_contents {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
}
@media screen and (min-width: 720px) {
  .modalbox_detail {
    overflow-y: scroll;
    width: 100%;
    max-width: 924px;
    max-height: calc(100vh - 140px);
    margin: 0 auto 0;
    padding: 40px 40px;
    background-color: #fff;
    text-align: left;
  }
  .modalbox_detail h4 {
    border-bottom: 1px solid #e3e3e3;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .modalbox_detail p {
    margin: 1.5em 0 0;
  }
  .modalbox_detail figure {
    padding: 1em 0 0;
    text-align: center;
  }
  .modalbox_detail img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 720px) {
  .modalbox_close {
    display: block;
    width: 100%;
    max-width: 924px;
    height: 60px;
    margin: 0 auto;
    text-align: right;
  }
  .modalbox_close span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("/jp-ja/observation/security_solutions/img/btn_modalclose_001.png") no-repeat 50% 50%;
    background-size: 37px 37px;
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
  }
  .modalbox_close span:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1189px) {
  br.forpc {
    display: none;
  }
}
@media screen and (max-width: 719px) {
  /* SP-setting */
  .forpc {
    display: none;
  }

  .forsp {
    display: block;
  }

  .solutions_container {
    font-size: 1.6rem;
  }

  .section_container {
    padding: 50px 10px;
  }

  a:active {
    text-decoration: underline;
  }

  /* SP-header ===== */
  .l-header .l-header__block .l-header__block__sm-search-btn {
    display: none;
  }

  nav.l-header__navigation .solutions_header_nav_trial a,
nav.l-header__navigation .solutions_header_nav_download a,
nav.l-header__navigation .solutions_header_nav_contact a {
    background-color: #0062c2;
  }
  nav.l-header__navigation .solutions_header_nav_trial span,
nav.l-header__navigation .solutions_header_nav_download span,
nav.l-header__navigation .solutions_header_nav_contact span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 38px;
  }
  nav.l-header__navigation .solutions_header_nav_trial span:before,
nav.l-header__navigation .solutions_header_nav_download span:before,
nav.l-header__navigation .solutions_header_nav_contact span:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0px;
    display: block;
    width: 30px;
    height: 22px;
    margin-top: -11px;
  }
  nav.l-header__navigation .solutions_header_nav_trial a span:before {
    background: url("/jp-ja/observation/security_solutions/img/icn_headnav_wh_001.png") no-repeat 50% 50%;
    background-size: 30px 18px;
  }
  nav.l-header__navigation .solutions_header_nav_download a span:before {
    background: url("/jp-ja/observation/security_solutions/img/icn_headnav_wh_002.png") no-repeat 50% 50%;
    background-size: 17px 22px;
  }
  nav.l-header__navigation .solutions_header_nav_contact a span:before {
    background: url("/jp-ja/observation/security_solutions/img/icn_headnav_wh_003.png") no-repeat 50% 50%;
    background-size: 21px 14px;
  }

  .solutions_pageheader,
.solutions_pageheader_category {
    color: #fff;
  }
  .solutions_pageheader .solutions_pageheader_contents,
.solutions_pageheader_category .solutions_pageheader_contents {
    display: table;
    width: 100%;
    height: 100px;
  }
  .solutions_pageheader .solutions_pageheader_contents_detail,
.solutions_pageheader_category .solutions_pageheader_contents_detail {
    font-family: "Lucida Sans Unicode", "Hiragino Kaku Gothic ProN", sans-serif;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .solutions_pageheader h1, .solutions_pageheader h2,
.solutions_pageheader_category h1,
.solutions_pageheader_category h2 {
    font-size: 3.2rem;
    font-weight: bold;
  }

  .solutions_pageheader {
    background: #0c2342 url("/jp-ja/observation/security_solutions/img/bg_pageheader_sp_001.png") no-repeat 0% 0%;
    background-size: cover;
  }

  .solutions_pageheader_solutions {
    background: #004688 url("/jp-ja/observation/security_solutions/solution/img/img_pageheader_sp_001.jpg") no-repeat 50% 100%;
    background-size: cover;
  }

  .solutions_pageheader_usecase {
    background: #004688 url("/jp-ja/observation/security_solutions/usecase/img/img_pageheader_sp_001.jpg") no-repeat 50% 100%;
    background-size: cover;
  }

  /* SP-index ===== */
  .solutions_index_keyvisual {
    width: 100%;
    height: 365px;
    min-height: 365px;
    max-height: 365px;
    background: url(/shared/unchangeable/img/excelcms_load.gif) no-repeat center center;
  }
  .solutions_index_keyvisual .slick-dots-wrap {
    bottom: 0px !important;
  }
  .solutions_index_keyvisual a:hover {
    text-decoration: none;
  }

  .solutions_index_keyvisual_detail {
    display: table;
    width: 100%;
    height: 365px;
    margin: 0 auto;
  }

  .solutions_index_keyvisual_content {
    font-family: "Lucida Sans Unicode", "Hiragino Kaku Gothic ProN", sans-serif;
    display: table-cell;
    padding: 30px 20px 0;
    text-align: left;
    vertical-align: top;
    color: #fff;
  }
  .solutions_index_keyvisual_content h1, .solutions_index_keyvisual_content h2 {
    font-size: 2.4rem;
  }
  .solutions_index_keyvisual_content p {
    margin-top: 1.5em;
    font-size: 1.2rem;
  }

  .solutions_index_kv {
    display: none;
  }

  .slick-initialized .solutions_index_kv {
    display: block;
  }

  .solutions_index_kv1 {
    display: block;
    background: url("/jp-ja/observation/security_solutions/img/img_index_keyvisual_sp_001.jpg") no-repeat 50% 50%;
    background-size: cover;
  }

  figure.security_solutions_kv1 {
    padding-top: 10px;
  }
  figure.security_solutions_kv1 img {
    width: 50%;
    max-width: 240px;
  }

  .solutions_index_video {
    padding-top: 30px;
    text-align: center;
  }
  .solutions_index_video .solutions_index_video_detail {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .solutions_index_video .solutions_index_video_play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: #4d4d4d;
    border-radius: 40px;
    font-size: 0rem;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .solutions_index_video .solutions_index_video_play:hover {
    background-color: #06c;
  }
  .solutions_index_video .solutions_index_video_play:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 25px 0 25px 38px;
    position: absolute;
    top: 15px;
    left: 25px;
  }
  .solutions_index_video video {
    width: 100%;
    height: auto;
  }

  .solutions_index_news_detail {
    position: relative;
  }
  .solutions_index_news_detail h2, .solutions_index_news_detail h3 {
    border-bottom: 1px solid #e3e3e3;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
  }

  .solutions_index_news_hgroup_btn {
    padding-top: 1.5em;
  }
  .solutions_index_news_hgroup_btn a {
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 15px;
    border: 1px solid #333;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    padding: 12px 15px;
    width: 60%;
    font-size: 1.4rem;
  }
  .solutions_index_news_hgroup_btn a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 9px;
    margin-top: -4.5px;
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_bk_001.png") no-repeat 50% 50%;
    background-size: 6px 9px;
  }
  .solutions_index_news_hgroup_btn a:hover, .solutions_index_news_hgroup_btn a:active {
    background-color: #333;
    color: #fff;
    text-decoration: underline;
  }
  .solutions_index_news_hgroup_btn a:hover:after, .solutions_index_news_hgroup_btn a:active:after {
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_wh_001.png") no-repeat 50% 50%;
    background-size: 6px 9px;
  }

  .solutions_index_news_list li {
    padding-top: 1.5em;
  }
  .solutions_index_news_list li .date {
    display: inline-block;
    width: 8em;
  }
  .solutions_index_news_list li .category em {
    display: inline-block;
    width: 7em;
    font-size: 1.4rem;
    color: #0062c2;
    padding: 0px 1em;
    border: 1px solid #0062c2;
    text-align: center;
  }
  .solutions_index_news_list li p {
    padding-top: 0.5em;
  }

  .solutions_index_detail_hgroup h2, .solutions_index_detail_hgroup h3 {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
  }
  .solutions_index_detail_hgroup h2 + p, .solutions_index_detail_hgroup h3 + p {
    margin-top: 1.5em;
    text-align: left;
  }

  .solutions_index_detail_movie {
    margin-top: 30px;
    text-align: center;
  }

  .solutions_index_detail_container {
    margin-top: 30px;
    background-color: #fff;
  }
  .solutions_index_detail_container .solutions_index_detail_data {
    padding: 20px 10px;
  }
  .solutions_index_detail_container h3 {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .solutions_index_detail_container h3 + p {
    margin-top: 0.5em;
  }

  .solutions_index_detail_nav {
    padding-top: 1em;
  }
  .solutions_index_detail_nav a {
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 20px;
    background-color: #0062c2;
    border: 1px solid #0062c2;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    width: 75%;
  }
  .solutions_index_detail_nav a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 8px;
    margin-top: -4px;
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_wh_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
  .solutions_index_detail_nav a:hover, .solutions_index_detail_nav a:active {
    background-color: #fff;
    color: #0062c2;
    text-decoration: underline;
  }
  .solutions_index_detail_nav a:hover:after, .solutions_index_detail_nav a:active:after {
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_bl_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }

  .solutions_index_about {
    background-color: #f6f6f6;
  }

  .solutions_index_contact {
    background-color: #f6f6f6;
  }
  .solutions_index_contact a.solutions_index_contact_content {
    position: relative;
    display: block;
    padding: 20px 10px;
    border: 1px solid #0062c2;
    border-radius: 2px;
    background-color: #fff;
  }

  /* SP-news-index ===== */

  /* PC-news-detail ===== */

  /* SP-contact ===== */

  /* SP-solutions_category */

  /* SP-trial */

  /* SP-faq */

  /* SP-document_download */

  /* SP-modal */
}
@media screen and (max-width: 719px) and (min-width: 720px) {
  .solutions_index_contact a.solutions_index_contact_content:hover {
    text-decoration: none;
  }
  .solutions_index_contact a.solutions_index_contact_content:hover * {
    opacity: 0.8;
  }
}
@media screen and (max-width: 719px) and (max-width: 719px) {
  .solutions_index_contact a.solutions_index_contact_content:active {
    text-decoration: none;
  }
  .solutions_index_contact a.solutions_index_contact_content:active * {
    opacity: 0.8;
  }
}
@media screen and (max-width: 719px) {
  .solutions_index_contact a.solutions_index_contact_content + .solutions_index_contact_content {
    margin-top: 10px;
  }
}
@media screen and (max-width: 719px) {
  .solutions_index_contact p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 719px) {
  .solutions_index_contact_data p {
    padding-top: 1em;
  }
}
@media screen and (max-width: 719px) {
  .solutions_index_contact_column2,
.solutions_index_contact_column3 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 719px) {
  .solutions_index_contact_data_detail {
    display: table;
    width: 100%;
  }
  .solutions_index_contact_data_detail figure {
    display: table-cell;
    width: 30%;
    padding-right: 15px;
    text-align: left;
    vertical-align: top;
  }
  .solutions_index_contact_data_detail h4 {
    display: table-cell;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
  }
}
@media screen and (max-width: 719px) {
  .solutions_index_other h3 {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
  }
  .solutions_index_other a.solutions_index_other_link {
    position: relative;
    display: table;
    width: 100%;
    height: 28vw;
    margin-top: 30px;
    color: #fff;
  }
}
@media screen and (max-width: 719px) and (min-width: 720px) {
  .solutions_index_other a.solutions_index_other_link:hover {
    text-decoration: none;
  }
  .solutions_index_other a.solutions_index_other_link:hover * {
    opacity: 0.8;
  }
}
@media screen and (max-width: 719px) and (max-width: 719px) {
  .solutions_index_other a.solutions_index_other_link:active {
    text-decoration: none;
  }
  .solutions_index_other a.solutions_index_other_link:active * {
    opacity: 0.8;
  }
}
@media screen and (max-width: 719px) {
  .solutions_index_other a.solutions_index_other_link:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 18px;
    height: 14px;
    margin-top: -7px;
    background: url("/jp-ja/observation/security_solutions/img/icn_blank_wh_001.png") no-repeat 50% 50%;
    background-size: 18px 14px;
  }
}
@media screen and (max-width: 719px) {
  .solutions_index_other p {
    display: table-cell;
    padding: 0 15px;
    background: url("/jp-ja/observation/security_solutions/img/img_other_sp_001.jpg") no-repeat 50% 100%;
    background-size: cover;
    text-align: left;
    vertical-align: middle;
  }
}
@media screen and (max-width: 719px) {
  .solutions_index_other figure {
    position: relative;
  }
  .solutions_index_other figure:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 18px;
    height: 14px;
    margin-top: -7px;
    background: url("/jp-ja/observation/security_solutions/img/icn_blank_wh_001.png") no-repeat 50% 50%;
    background-size: 18px 14px;
  }
  .solutions_index_other figure p {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .solutions_index_other figure p strong {
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
  }
}
@media screen and (max-width: 719px) {
  .solutions_news_nav {
    padding: 40px 10px 0;
  }
  .solutions_news_nav nav {
    position: relative;
    min-height: 40px;
  }
  .solutions_news_nav ul {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    list-style-type: none;
    border: 1px solid #333;
    border-radius: 4px;
    background-color: #fff;
  }
  .solutions_news_nav li + li {
    display: none;
    border-top: 1px solid #ccc;
  }
  .solutions_news_nav a {
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height: 1;
  }
  .solutions_news_nav a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 9px;
    margin-top: -4.5px;
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_bk_001.png") no-repeat 50% 50%;
    background-size: 6px 9px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (max-width: 719px) {
  #solutions_news_all .section_container {
    padding-top: 0px;
  }
  #solutions_news_all .solutions_index_news_detail {
    padding-top: 40px;
  }
}
@media screen and (max-width: 719px) {
  .solutions_news_detail_hgroup {
    position: relative;
  }
  .solutions_news_detail_hgroup .solutions_news_detail_hgroup_category {
    display: block;
    width: 8em;
    padding: 2px 0;
    border: 1px solid #0062c2;
    font-size: 1.4rem;
    text-align: center;
    color: #0062c2;
  }
  .solutions_news_detail_hgroup h2 {
    padding: 10px 0 5px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .solutions_news_detail_hgroup .solutions_news_detail_date {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 2px;
    text-align: right;
  }
}
@media screen and (max-width: 719px) {
  .solutions_news_detail_nav {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
  }
  .solutions_news_detail_nav a {
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 20px;
    background-color: #0062c2;
    border: 1px solid #0062c2;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    max-width: 75%;
  }
  .solutions_news_detail_nav a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 8px;
    margin-top: -4px;
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_wh_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
  .solutions_news_detail_nav a:hover, .solutions_news_detail_nav a:active {
    background-color: #fff;
    color: #0062c2;
    text-decoration: underline;
  }
  .solutions_news_detail_nav a:hover:after, .solutions_news_detail_nav a:active:after {
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_bl_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
  .solutions_news_detail_nav a:after {
    right: auto;
    left: 10px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media screen and (max-width: 719px) {
  .solutions_news_detail_entry .solutions_table {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .solutions_news_detail_entry table th, .solutions_news_detail_entry table td {
    white-space: nowrap;
  }
  .solutions_news_detail_entry figure .solutions_caption {
    text-align: right;
  }
  .solutions_news_detail_entry .solutions_box_lt,
.solutions_news_detail_entry .solutions_box_rt {
    margin-top: 2em;
  }
  .solutions_news_detail_entry .solutions_box_b {
    margin-top: 1em;
  }
  .solutions_news_detail_entry dl {
    width: 100%;
    margin-top: 2em;
    border: 1px solid #ccc;
  }
  .solutions_news_detail_entry dl dt, .solutions_news_detail_entry dl dd {
    padding: 1em 1em;
  }
  .solutions_news_detail_entry dl dt {
    background-color: #e3e3e3;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
  }
  .solutions_news_detail_entry dl + dl {
    margin-top: 0;
    border-top: 0;
  }
}
@media screen and (max-width: 719px) {
  .solutions_contact_read {
    padding-bottom: 1.5em;
    text-align: left;
  }
  .solutions_contact_read h3 {
    font-size: 2rem;
    font-weight: bold;
  }
  .solutions_contact_read p {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 719px) {
  .solutions_contact_form {
    padding: 20px 10px;
    background-color: #f0f6fb;
  }
}
@media screen and (max-width: 719px) {
  .solutions_contact_form_table {
    width: 100%;
  }
  .solutions_contact_form_table th, .solutions_contact_form_table td {
    display: block;
  }
  .solutions_contact_form_table th {
    padding-bottom: 0.5em;
    font-weight: bold;
    text-align: left;
  }
  .solutions_contact_form_table th em {
    display: inline-block;
    margin-left: 1em;
    padding: 2px 6px;
    background-color: #e73134;
    font-size: 1rem;
    vertical-align: middle;
    line-height: 1;
    color: #fff;
  }
  .solutions_contact_form_table td {
    padding-bottom: 1.5em;
    text-align: left;
    vertical-align: top;
  }
  .solutions_contact_form_table input[type=text],
.solutions_contact_form_table textarea {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    margin: 0;
    padding: 10px 15px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background-color: #fff;
    font-size: 1.6rem;
  }
  .solutions_contact_form_table input[type=text]::-ms-expand,
.solutions_contact_form_table textarea::-ms-expand {
    display: none;
  }
  .solutions_contact_form_table textarea {
    display: block;
    height: 8em;
  }
  .solutions_contact_form_table .solutions_contact_form_select {
    position: relative;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background-color: #fff;
  }
  .solutions_contact_form_table .solutions_contact_form_select:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -6px;
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_bl_001.png") no-repeat 50% 50%;
    background-size: 7px 10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .solutions_contact_form_table select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 10px 10px;
    font-size: 1.6rem;
  }
  .solutions_contact_form_table select::-ms-expand {
    display: none;
  }
  .solutions_contact_form_table label {
    color: #005bc5;
    text-decoration: underline;
  }
  .solutions_contact_form_table label:hover, .solutions_contact_form_table label:active {
    text-decoration: none;
    cursor: pointer;
  }
  .solutions_contact_form_table .solutions_contact_form_checkbox {
    position: relative;
    display: inline-block;
    padding: 10px 0;
  }
  .solutions_contact_form_table .solutions_contact_form_checkbox input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .solutions_contact_form_table .solutions_contact_form_checkbox input[type=checkbox] + span {
    position: relative;
    padding-left: 26px;
  }
  .solutions_contact_form_table .solutions_contact_form_checkbox input[type=checkbox] + span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background-color: #fff;
  }
  .solutions_contact_form_table .solutions_contact_form_checkbox input[type=checkbox]:checked + span:before {
    border: 1px solid #e3e3e3 !important;
    background-color: #005bc5 !important;
  }
  .solutions_contact_form_table tr.error td em {
    display: block;
    padding-top: 0.25em;
    color: #e93f36;
  }
  .solutions_contact_form_table tr.error td label + em {
    padding-top: 0;
  }
  .solutions_contact_form_table tr.error input[type=text],
.solutions_contact_form_table tr.error textarea {
    border: 1px solid #e93f36;
    background-color: #fdebeb;
  }
  .solutions_contact_form_table tr.error .solutions_contact_form_select {
    border: 1px solid #e93f36;
    background-color: #fdebeb;
  }
  .solutions_contact_form_table tr.error .solutions_contact_form_checkbox input[type=checkbox] + span:before {
    border: 1px solid #e93f36;
  }
}
@media screen and (max-width: 719px) {
  .solutions_contact_policy {
    padding: 20px 10px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
  }
}
@media screen and (max-width: 719px) {
  .solutions_contact_policy_detail {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 200px;
  }
  .solutions_contact_policy_detail h3 {
    text-align: center;
  }
  .solutions_contact_policy_detail > p {
    margin-top: 1.5em;
  }
  .solutions_contact_policy_detail ul, .solutions_contact_policy_detail ol {
    margin-left: 1.5em;
  }
  .solutions_contact_policy_detail ul p, .solutions_contact_policy_detail ul ul, .solutions_contact_policy_detail ul ol, .solutions_contact_policy_detail ol p, .solutions_contact_policy_detail ol ul, .solutions_contact_policy_detail ol ol {
    padding-top: 0.5em;
  }
  .solutions_contact_policy_detail ul ul li + li,
.solutions_contact_policy_detail ul ol li + li, .solutions_contact_policy_detail ol ul li + li,
.solutions_contact_policy_detail ol ol li + li {
    margin-top: 0.5em;
  }
  .solutions_contact_policy_detail > ul > li, .solutions_contact_policy_detail > ol > li {
    padding-top: 1.5em;
  }
  .solutions_contact_policy_detail ol ol li {
    position: relative;
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
  }
  .solutions_contact_policy_detail ol ol li:before {
    position: absolute;
    top: 0;
    left: -1.5em;
    display: marker;
    content: "(" counter(cnt) ") ";
    width: 1em;
    height: 1em;
  }
  .solutions_contact_policy_detail a {
    color: #005bc5;
    text-decoration: underline;
  }
  .solutions_contact_policy_detail a:hover, .solutions_contact_policy_detail a:active {
    text-decoration: none;
    cursor: pointer;
  }
}
@media screen and (max-width: 719px) {
  .solutions_contact_policy_column {
    padding-top: 1em;
  }
  .solutions_contact_policy_column span {
    display: block;
  }
  .solutions_contact_policy_column dd {
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 719px) {
  .solutions_contact_policy_sig .date,
.solutions_contact_policy_sig .sig {
    display: block;
    text-align: right;
  }
}
@media screen and (max-width: 719px) {
  .solutions_contact_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 75%;
    margin: 50px auto 0;
  }
  .solutions_contact_nav > span {
    display: block;
  }
  .solutions_contact_nav > span:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 1em;
  }
  .solutions_contact_nav > span:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 719px) {
  .solutions_contact_btn_submit {
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 20px;
    background-color: #0062c2;
    border: 1px solid #0062c2;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    width: 100%;
    font-size: 1.6rem;
  }
  .solutions_contact_btn_submit:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 8px;
    margin-top: -4px;
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_wh_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
  .solutions_contact_btn_submit:hover, .solutions_contact_btn_submit:active {
    background-color: #fff;
    color: #0062c2;
    text-decoration: underline;
  }
  .solutions_contact_btn_submit:hover:after, .solutions_contact_btn_submit:active:after {
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_bl_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
}
@media screen and (max-width: 719px) {
  .solutions_contact_btn_prev {
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 20px;
    background-color: #fff;
    border: 1px solid #0062c2;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #0062c2;
    cursor: pointer;
    width: 100%;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .solutions_contact_btn_prev:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 8px;
    margin-top: -4px;
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_bl_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
  .solutions_contact_btn_prev:hover, .solutions_contact_btn_prev:active {
    background-color: #0062c2;
    color: #fff;
    text-decoration: underline;
  }
  .solutions_contact_btn_prev:hover:after, .solutions_contact_btn_prev:active:after {
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_wh_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
  .solutions_contact_btn_prev:after {
    right: auto;
    left: 10px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media screen and (max-width: 719px) {
  .solutions_contact_btn_back {
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 20px;
    background-color: #0062c2;
    border: 1px solid #0062c2;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    width: 100%;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .solutions_contact_btn_back:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 8px;
    margin-top: -4px;
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_wh_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
  .solutions_contact_btn_back:hover, .solutions_contact_btn_back:active {
    background-color: #fff;
    color: #0062c2;
    text-decoration: underline;
  }
  .solutions_contact_btn_back:hover:after, .solutions_contact_btn_back:active:after {
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_bl_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
  .solutions_contact_btn_back:after {
    right: auto;
    left: 10px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media screen and (max-width: 719px) {
  .solutions_section_read,
.solutions_detail_trial_read {
    padding: 40px 20px;
  }
  .solutions_section_read h2,
.solutions_detail_trial_read h2 {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
  }
  .solutions_section_read p + p,
.solutions_detail_trial_read p + p {
    margin-top: 1.5em;
  }
  .solutions_section_read p + .solutions_section_detail_nav,
.solutions_detail_trial_read p + .solutions_section_detail_nav {
    margin-top: 1em;
  }
}
@media screen and (max-width: 719px) {
  .solutions_section_detail_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
  }
  .solutions_section_detail_nav li {
    padding-top: 15px;
    padding-right: 15px;
  }
  .solutions_section_detail_nav a {
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 15px;
    border: 1px solid #333;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    padding-right: 30px;
    font-size: 1.4rem;
  }
  .solutions_section_detail_nav a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 9px;
    margin-top: -4.5px;
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_bk_001.png") no-repeat 50% 50%;
    background-size: 6px 9px;
  }
  .solutions_section_detail_nav a:hover, .solutions_section_detail_nav a:active {
    background-color: #333;
    color: #fff;
    text-decoration: underline;
  }
  .solutions_section_detail_nav a:hover:after, .solutions_section_detail_nav a:active:after {
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_wh_001.png") no-repeat 50% 50%;
    background-size: 6px 9px;
  }
  .solutions_section_detail_nav a:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (max-width: 719px) {
  .solutions_usecase_nav ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .solutions_usecase_nav ul li {
    width: 50%;
  }
  .solutions_usecase_nav ul li:nth-child(odd) {
    padding-right: 5px;
  }
  .solutions_usecase_nav ul li:nth-child(even) {
    padding-left: 5px;
  }
}
@media screen and (max-width: 719px) {
  .solutions_section_detail {
    margin: 0 auto;
  }
}
@media screen and (max-width: 719px) {
  .solutions_detail_container {
    margin-bottom: 30px;
    padding: 10px 10px;
    background-color: #f6f6f6;
  }
  .solutions_detail_container section {
    margin-top: 40px;
  }
  .solutions_detail_container .solutions_section_detail {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 719px) {
  .solutions_detail_about {
    margin: 0 -10px;
  }
  .solutions_detail_about .section_container {
    padding-top: 0;
  }
}
@media screen and (max-width: 719px) {
  .solutions_pageheader_category + .solutions_category_contents {
    padding: 40px 10px;
  }
}
@media screen and (max-width: 719px) {
  .solutions_category_contents .solutions_section_detail {
    background-color: #fff;
  }
  .solutions_category_contents h3 {
    padding-bottom: 0.25em;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    border-bottom: 1px solid #e3e3e3;
  }
  .solutions_category_contents * + h3 {
    margin-top: 2em;
  }
  .solutions_category_contents p {
    margin-top: 1.5em;
  }
  .solutions_category_contents p + p {
    margin-top: 1em;
  }
  .solutions_category_contents p a {
    color: #005bc5;
    text-decoration: underline;
  }
  .solutions_category_contents p a:active {
    text-decoration: none;
  }
  .solutions_category_contents ul:not([class]) {
    margin-left: 1.5em;
  }
  .solutions_category_contents figure {
    margin-top: 1.5em;
    text-align: center;
  }
  .solutions_category_contents em {
    font-weight: bold;
  }
  .solutions_category_contents strong {
    font-weight: bold;
    color: #005bc5;
  }
  .solutions_category_contents a:not([class]) {
    color: #005bc5;
    text-decoration: underline;
  }
  .solutions_category_contents a:not([class]):active {
    text-decoration: none;
  }
}
@media screen and (max-width: 719px) {
  .solutions_category_contents_dlbox {
    display: table;
    margin-top: 1.5em;
  }
  .solutions_category_contents_dlbox .solutions_category_contents_dlbox_hdg,
.solutions_category_contents_dlbox .solutions_category_contents_dlbox_data {
    display: table-cell;
    text-align: left;
    vertical-align: top;
  }
  .solutions_category_contents_dlbox .solutions_category_contents_dlbox_hdg {
    white-space: nowrap;
  }
  .solutions_category_contents_dlbox .solutions_category_contents_dlbox_data .solutions_detail_list {
    margin-top: 0;
  }
}
@media screen and (max-width: 719px) {
  .solutions_detail_caption {
    display: block;
    margin-left: 1em;
    text-indent: -1em;
  }
}
@media screen and (max-width: 719px) {
  .solutions_detail_list {
    list-style-type: none;
    margin-top: 1.5em;
  }
  .solutions_detail_list li {
    position: relative;
    padding-left: 1em;
  }
  .solutions_detail_list li:before {
    content: "●";
    position: absolute;
    top: 0.5em;
    left: 0;
    font-size: 10px;
    color: #005bc5;
  }
  .solutions_detail_list ul {
    list-style-type: none;
  }
  .solutions_detail_list ul li:before {
    content: "・";
    color: #333;
  }
}
@media screen and (max-width: 719px) {
  .solutions_detail_column {
    margin-top: 1.5em;
    padding: 10px 10px;
    background-color: #e5eff9;
  }
  .solutions_detail_column .solutions_detail_list {
    margin-top: 0;
  }
}
@media screen and (max-width: 719px) {
  h3 + .solutions_solutions_flow {
    margin-top: 20px;
  }
}
@media screen and (max-width: 719px) {
  .solutions_solutions_flow {
    display: table;
    width: 100%;
    margin: 20px auto 0;
    padding: 10px 10px;
    border: 1px solid #e5eff9;
    background-color: #fff;
  }
  .solutions_solutions_flow figure,
.solutions_solutions_flow .solutions_solutions_flow_data {
    display: table-cell;
    text-align: left;
    vertical-align: top;
  }
  .solutions_solutions_flow figure {
    width: 30%;
  }
  .solutions_solutions_flow .solutions_solutions_flow_data {
    padding-left: 10px;
  }
  .solutions_solutions_flow .solutions_solutions_flow_data h4 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .solutions_solutions_flow .solutions_solutions_flow_data h4 + p {
    margin-top: 0;
  }
}
@media screen and (max-width: 719px) {
  .solutions_section_read_detail {
    padding-top: 30px;
  }
}
@media screen and (max-width: 719px) {
  .solutions_section_read_container > figure {
    padding-top: 20px;
  }
}
@media screen and (max-width: 719px) {
  .solutions_category_read {
    padding: 0 0 30px;
    text-align: center;
  }
}
@media screen and (max-width: 719px) {
  .solutions_section_solution_column .solutions_detail_column {
    margin-top: 10px;
  }
  .solutions_section_solution_column + h3 {
    padding-bottom: 0;
    border: 0;
  }
}
@media screen and (max-width: 719px) {
  .solutions_detail_dl {
    padding: 10px 10px;
    background-color: #e5eff9;
  }
  .solutions_detail_dl + dl {
    margin-top: 10px;
  }
  .solutions_detail_dl dt {
    position: relative;
    padding-left: 1em;
    font-weight: bold;
    color: #0062c2;
  }
  .solutions_detail_dl dt:before {
    content: "●";
    position: absolute;
    top: 0.5em;
    left: 0;
    font-size: 10px;
    color: #005bc5;
  }
  .solutions_detail_dl dd {
    padding-left: 1em;
  }
}
@media screen and (max-width: 719px) {
  .solutions_section_other {
    margin: 0 -10px;
    padding: 40px 10px;
    background-color: #fff;
  }
  .solutions_section_other h2 {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
  }
  .solutions_section_other p {
    margin-top: 1.5em;
    text-align: center;
  }
  .solutions_section_other p + p {
    margin-top: 1em;
  }
}
@media screen and (max-width: 719px) {
  .solutions_section_other_column figure {
    padding-top: 30px;
  }
  .solutions_section_other_column figure p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 719px) {
  .solutions_detail_trial {
    padding: 1px 10px 0;
  }
  .solutions_detail_trial .solutions_section_detail {
    padding: 0;
    background-color: transparent;
  }
  .solutions_detail_trial .solutions_section_detail figure {
    background-color: #fff;
    text-align: center;
  }
}
@media screen and (max-width: 719px) {
  .trial_column {
    width: 100%;
    margin: 20px 0 0;
    padding: 20px 20px;
    background-color: #fff;
    border: 1px solid #005bc5;
    border-radius: 4px;
    text-align: center;
  }
  .trial_column h3 {
    padding: 0;
    border: 0;
  }
  .trial_column p {
    margin-top: 0.5em;
  }
  .trial_column .trial_column_nav {
    padding-top: 1em;
  }
  .trial_column .trial_column_btn {
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 20px;
    background-color: #0062c2;
    border: 1px solid #0062c2;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff;
    cursor: pointer;
  }
  .trial_column .trial_column_btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 8px;
    margin-top: -4px;
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_wh_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
  .trial_column .trial_column_btn:hover, .trial_column .trial_column_btn:active {
    background-color: #fff;
    color: #0062c2;
    text-decoration: underline;
  }
  .trial_column .trial_column_btn:hover:after, .trial_column .trial_column_btn:active:after {
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_bl_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
}
@media screen and (max-width: 719px) {
  .solutions_trial_flow_caption + ul {
    margin-top: 0;
  }
}
@media screen and (max-width: 719px) {
  .faq_detail {
    padding: 0 10px 40px;
  }
  .faq_detail h3 {
    padding-bottom: 0.25em;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    border-bottom: 1px solid #e3e3e3;
  }
  .faq_detail dl {
    padding: 20px 0 0;
  }
  .faq_detail dt a, .faq_detail dt span {
    position: relative;
    display: block;
    padding: 10px 35px 10px 15px;
    background-color: #0062c2;
    border-radius: 4px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
  }
  .faq_detail dt a:hover, .faq_detail dt span:hover {
    opacity: 0.7;
  }
  .faq_detail dt a:after, .faq_detail dt span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 9px;
    margin-top: -4.5px;
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_wh_001.png") no-repeat 50% 50%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .faq_detail dt a.tabon:after, .faq_detail dt span.tabon:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .faq_detail dd {
    display: none;
    padding: 15px 0 10px 0;
  }
}
@media screen and (max-width: 719px) {
  .solutions_download_read {
    padding: 40px 10px 0;
    text-align: center;
  }
  .solutions_download_read p {
    padding-bottom: 1.5em;
  }
  .solutions_download_read p br {
    display: none;
  }
  .solutions_download_read .download_read_btn a {
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 20px;
    background-color: #0062c2;
    border: 1px solid #0062c2;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff;
    cursor: pointer;
  }
  .solutions_download_read .download_read_btn a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 8px;
    margin-top: -4px;
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_wh_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
  .solutions_download_read .download_read_btn a:hover, .solutions_download_read .download_read_btn a:active {
    background-color: #fff;
    color: #0062c2;
    text-decoration: underline;
  }
  .solutions_download_read .download_read_btn a:hover:after, .solutions_download_read .download_read_btn a:active:after {
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_bl_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
}
@media screen and (max-width: 719px) {
  .solutions_download_contents {
    padding: 0 10px 0;
  }
}
@media screen and (max-width: 719px) {
  .download_data {
    display: table;
    width: 100%;
    margin-top: 40px;
  }
  .download_data figure,
.download_data .download_data_detail {
    display: table-cell;
    text-align: left;
    vertical-align: top;
  }
  .download_data figure {
    width: 40%;
  }
  .download_data .download_data_detail {
    padding-left: 10px;
  }
  .download_data h3 {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .download_data * + p {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 719px) {
  .download_data_btn {
    padding: 2em 10px 0;
  }
  .download_data_btn a {
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 20px;
    background-color: #0062c2;
    border: 1px solid #0062c2;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff;
    cursor: pointer;
  }
  .download_data_btn a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 8px;
    margin-top: -4px;
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_wh_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
  .download_data_btn a:hover, .download_data_btn a:active {
    background-color: #fff;
    color: #0062c2;
    text-decoration: underline;
  }
  .download_data_btn a:hover:after, .download_data_btn a:active:after {
    background: url("/jp-ja/observation/security_solutions/img/icn_arrow_bl_002.png") no-repeat 50% 50%;
    background-size: 6px 8px;
  }
}
@media screen and (max-width: 719px) {
  .modalstage {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .modalstage span {
    display: none;
  }
}
@media screen and (max-width: 719px) {
  .modalbox {
    display: none;
  }
}
@media screen and (max-width: 719px) {
  .modalbox_container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: table;
    width: 100vw;
    height: 100vh;
  }
}
@media screen and (max-width: 719px) {
  .modalbox_contents {
    display: table-cell;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
  }
}
@media screen and (max-width: 719px) {
  .modalbox_detail {
    overflow-y: scroll;
    width: 100%;
    max-height: calc(100vh - 80px);
    margin: 0 auto 0;
    padding: 40px 10px 20px 10px;
    background-color: #fff;
    text-align: left;
  }
  .modalbox_detail h4 {
    border-bottom: 1px solid #e3e3e3;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .modalbox_detail p {
    margin: 1.5em 0 0;
  }
  .modalbox_detail figure {
    padding: 1em 0 0;
    text-align: center;
  }
  .modalbox_detail img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 719px) {
  .modalbox_close {
    display: block;
    width: 100%;
    max-width: 924px;
    height: 40px;
    margin: 0 auto;
    text-align: right;
  }
  .modalbox_close span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("/jp-ja/observation/security_solutions/img/btn_modalclose_001.png") no-repeat 100% 0%;
    background-size: 28px 28px;
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
  }
}
/* slick */
.solutions_index_slider .slick-dots-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.solutions_index_slider .slick-dots-wrap dt {
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  display: inline-block;
  cursor: pointer;
}
.solutions_index_slider .slick-dots-wrap dt .slick-pause {
  width: 12px;
  height: 12px;
  background: transparent;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top: none;
  border-bottom: none;
  outline: none;
  margin: -1px 0 0 0;
}
.solutions_index_slider .slick-dots-wrap dt .slick-pause.paused {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #ffffff;
  margin: -2px 0 0 0;
}
.solutions_index_slider .slick-dots-wrap dd {
  display: inline-block;
}
.solutions_index_slider .slick-dots-wrap li {
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  display: inline-block;
}
.solutions_index_slider .slick-dots-wrap li button {
  width: 10px;
  height: 10px;
  background: #dbdbdb;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  border-radius: 5px;
}
.solutions_index_slider .slick-dots-wrap li.slick-active button {
  background: #0066cc;
}
.solutions_index_slider .slick-dots-wrap li:last-child {
  width: 10px;
}
@media only screen and (max-width: 719px) {
  .solutions_index_slider .brand-solutions div img:first-child {
    display: none;
  }
  .solutions_index_slider .slick-dots-wrap {
    bottom: 40px;
  }
}
@media only screen and (min-width: 720px) {
  .solutions_index_slider .brand-solutions div img:last-child {
    display: none;
  }
  .solutions_index_slider .slick-dots-wrap {
    bottom: 40px;
  }
}
@media print {
  .solutions_index_slider .brand-solutions div img:last-child {
    display: none;
  }
  .solutions_index_slider .slick-dots-wrap {
    bottom: 40px;
  }
}

/* slick-detail-PC */
.solutions_index_slider:not(.slick-initialized) .slick-prev,
.solutions_index_slider:not(.slick-initialized) .slick-next {
  display: none !important;
}

.solutions_index_slider.slick-initialized .slick-prev,
.solutions_index_slider.slick-initialized .slick-next {
  display: block !important;
  position: absolute;
  z-index: 1;
  width: 43px;
  height: 66px;
  border: none;
  font-size: 0px;
  background: rgba(0, 0, 0, 0.24);
  cursor: pointer;
  outline: 0;
  -webkit-transition: background ease 0.3s;
  transition: background ease 0.3s;
}

.solutions_index_slider.slick-initialized .slick-prev:hover,
.solutions_index_slider.slick-initialized .slick-next:hover {
  background: rgba(0, 0, 0, 0.14);
  -webkit-transition: background ease 0.3s;
  transition: background ease 0.3s;
}

.solutions_index_slider.slick-initialized .slick-prev {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0 4px 4px 0;
}

.solutions_index_slider.slick-initialized .slick-prev::before {
  position: absolute;
  content: "";
  left: 28%;
  right: 0%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.solutions_index_slider.slick-initialized .slick-next {
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 4px 0 0 4px;
}

.solutions_index_slider.slick-initialized .slick-next::before {
  position: absolute;
  content: "";
  left: 0%;
  right: 28%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.solutions_index_slider.slick-initialized {
  background: none;
}

.solutions_index_slider:not(.slick-initialized) > a,
.solutions_index_slider:not(.slick-initialized) > div {
  display: none;
}

.solutions_index_slider.slick-initialized > a,
.solutions_index_slider.slick-initialized > div {
  display: block;
}

.solutions_index_slider [class^=text-area__] {
  padding: 1vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.solutions_index_slider .slick-slide .text-area__center {
  -webkit-transform: translate(-50%, -64%);
          transform: translate(-50%, -64%);
  text-align: center;
}

.solutions_index_slider .slick-slide .text-area__left {
  -webkit-transform: translate(-100%, -64%);
          transform: translate(-100%, -64%);
}

.solutions_index_slider .slick-slide .text-area__right {
  -webkit-transform: translate(0%, -64%);
          transform: translate(0%, -64%);
}

.solutions_index_slider [class^=text-area__].text-white {
  color: #fff;
  text-shadow: 0 0 0.3vw rgba(0, 0, 0, 0.8);
}

.solutions_index_slider [class^=text-area__].text-black {
  color: #000;
  text-shadow: 0 0 0.3vw rgba(255, 255, 255, 0.8);
}

.solutions_index_slider [class^=text-area__] .text-area--caption {
  line-height: 1.35;
  font-weight: bold;
  font-size: 2.65vw;
  margin-top: 0;
  margin-bottom: 1vw;
}

.solutions_index_slider [class^=text-area__] .text-area--content {
  font-size: 1.4vw;
  font-weight: bold;
}

.solutions_index_slider [class^=text-area__] .text-area--content p,
.solutions_index_slider [class^=text-area__] .text-area--content dl > dt,
.solutions_index_slider [class^=text-area__] .text-area--content dl > dd,
.solutions_index_slider [class^=text-area__] .text-area--content ol > li,
.solutions_index_slider [class^=text-area__] .text-area--content ul > li {
  line-height: 1.35;
  margin-top: 0.85vw;
}

.solutions_index_slider [class^=text-area__] .text-area--content ol > li,
.solutions_index_slider [class^=text-area__] .text-area--content ul > li {
  margin-left: 1em;
}

.solutions_index_slider .slick-slide > a,
.solutions_index_slider .slick-slide [class^=text-area__] {
  display: block;
}

.solutions_index_slider .slick-slide {
  position: relative;
}

.solutions_index_slider .slick-slide img:nth-of-type(1) {
  display: block;
}

.solutions_index_slider .slick-slide img:nth-of-type(2) {
  display: none;
}

.solutions_index_slider .slick-slide [class^=text-area__] {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2vw;
}

.solutions_index_slider .slick-slide .text-area__left,
.solutions_index_slider .slick-slide .text-area__center {
  width: 55%;
}

.solutions_index_slider .slick-slide .text-area__left {
  left: 65%;
}

.solutions_index_slider .slick-slide .text-area__right {
  width: 40%;
}

.solutions_index_slider .slick-slide > a:hover img {
  opacity: 1;
}

/* slick-detail-SP */
@media only screen and (max-width: 719px) {
  .solutions_index_slider.slick-initialized .slick-prev,
.solutions_index_slider.slick-initialized .slick-next {
    display: none !important;
  }

  .solutions_index_slider [class^=text-area__] * {
    font-size: 3.33vw;
  }

  .solutions_index_slider [class^=text-area__] .text-area--caption {
    font-size: 6.29vw;
  }

  .solutions_index_slider .slick-slide [class^=text-area__] {
    top: 50%;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -64%);
            transform: translate(-50%, -64%);
    font-size: 6vw;
  }

  .solutions_index_slider [class^=text-area__].text-white {
    text-shadow: 0 0 1.5vw rgba(0, 0, 0, 0.9);
  }

  .solutions_index_slider [class^=text-area__].text-black {
    text-shadow: 0 0 1.5vw rgba(255, 255, 255, 0.9);
  }

  .solutions_index_slider .slick-slide img:nth-of-type(1) {
    display: none;
  }

  .solutions_index_slider .slick-slide img:nth-of-type(2) {
    display: block;
  }
}