@charset "UTF-8";
main {
  width: 100%;
  max-width: var(--width_max_pc_m);
  margin: 0 auto;
}

.new_excepting_box {
  grid-area: new_excepting_box;
}

.blog-sidebar {
  grid-area: blog-sidebar;
}

.tag_cloud_box_sidebar {
  grid-area: tag_cloud_box_sidebar;
}

.blog-footer {
  grid-area: blog-footer;
}

.disp_none {
  display: none;
}

.side_new ul li {
  border: none;
}

main a {
  transition: 0.3s;
}

p.release {
  text-align: right;
  color: #888;
}

a .release {
  text-align: right;
  color: #888;
}
a:hover .release {
  text-decoration: none;
  color: #888;
}

main h1 {
  margin-top: 30px;
}

.excepting_title {
  position: relative;
  padding: 18px 0 8px;
  border-top: 1px #000 solid;
  margin-top: 40px;
}
.excepting_title .aj {
  position: absolute;
  top: 18px;
  right: 0;
  font-size: 12px;
  transition: all 0.2s;
}
.excepting_title .aj a {
  color: #2196f3;
}

.pic a:hover img {
  opacity: 0.7;
}

.tag_menu {
  transition: all 0.2s;
}
.tag_menu:before {
  content: url(/%7e/media/Images/product/security/blog/icon_tag?w=14&h=14);
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}

p.tag_menu a {
  margin: 1px 8px 1px 0;
}

main .tag_menu a,
main a .tag_menu {
  color: #888;
}
main .tag_menu a:hover,
main a:hover .tag_menu {
  color: #2196f3;
  text-decoration: none;
}

#new_excepting_box {
  padding-bottom: 20px;
}
#new_excepting_box .excepting_title {
  border: none;
  margin-top: 0;
}

.digest_article h2 {
  position: relative;
  padding: 15px 0 18px;
  margin-top: 30px;
}
.digest_article h2 span.aj {
  position: absolute;
  top: 0;
  right: 0%;
  font-size: 12px;
}
.digest_article.list0 h2.rel_excepting_title {
  display: none;
}
.digest_article > ul {
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: var(--width_max_pc_m);
  gap: 2.5rem;
  justify-content: space-between;
}
.digest_article > ul > li > ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 525px;
}
.digest_article > ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.digest_article > ul > li {
  border: 1px solid #ccc;
  /*margin-bottom: 15px;*/
}
.digest_article .excepting_title {
  border-top: none;
  padding-top: 0;
  margin-top: 0px;
}

main .digest_article > ul > li > ul > li.text h3 {
  margin: 0 0 0.2em 0;
  font-weight: bold;
  color: #454545;
  transition: all 0.2s;
}
main .digest_article > ul > li > ul > li.text a:hover h3 {
  color: #2196f3;
  text-decoration: none;
}

.digest_article > ul > li > ul {
  /*width: 100%;*/
}
.digest_article > ul > li > ul > li {
  float: left;
}
.digest_article > ul > li > ul > li.pic {
  width: 100%;
  line-height: 0;
  transition: all 0.2s;
}
.digest_article > ul > li > ul > li.pic img {
  width: 100%;
  height: auto;
}
.digest_article > ul > li > ul > li.pic p {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.digest_article > ul > li > ul > li.text {
  position: relative;
  width: 100%;
  height: 147px;
}
.digest_article > ul > li > ul > li.text > .text-content a {
  display: block;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  text-decoration: none;
}
.digest_article > ul > li > ul > li.text > .text-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 15px;
  width: 100%;
  box-sizing: border-box;
}
.digest_article > ul > li a {
  color: #000;
  text-decoration: none;
  /*&:hover {
    text-decoration: none;*/
}

main .digest_article .tag_menu {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  margin: 0;
  padding-right: 24px;
}
main .digest_article > ul > li > ul > li.text p.release {
  float: right;
  margin-left: 10px;
  font-size: 12px;
  margin: 0;
}

.digest_article > ul > li > ul > li.text .desc_crtl {
  margin-bottom: 24px;
}

.btn_link_next {
  text-align: center;
  margin-top: 30px;
}
.btn_link_next a {
  border: none;
  border-radius: var(--radius_max);
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: var(--size_h_s);
  justify-content: center;
  margin: 0.8em;
  min-width: 24rem;
  padding: 0.8em 2.4em;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color_ui_light);
  color: var(--color_font_mid);
}
.btn_link_next a::after {
  content: "";
  border-top: solid 0.2rem currentColor;
  border-right: solid 0.2rem currentColor;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  transform: rotate(45deg);
  right: 1.2em;
  top: calc(50% - 0.3em);
}
.btn_link_next a:hover {
  background-color: #fff;
}

.digest_recommend_article {
  margin-bottom: 40px;
}
.digest_recommend_article ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.digest_recommend_article li {
  box-sizing: border-box;
}
.digest_recommend_article > ul {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
}
.digest_recommend_article > ul > li {
  border: 1px solid #ccc;
  /*float: left;*/
  /*margin: 0 18px 15px 0;*/
  width: 25%;
  box-sizing: border-box;
}
.digest_recommend_article > ul > li:last-child {
  margin-right: 0;
}
.digest_recommend_article > ul li p.main_t {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.digest_recommend_article > ul.related_article .topic .pic p {
  margin: 0;
}

main .digest_recommend_article h3 {
  margin: 0.5em 0;
  font-weight: bold;
  color: #000;
  font-size: 14px;
  height: 2.5em;
}
main .digest_recommend_article a:hover h3 {
  color: #2196f3;
  text-decoration: none;
}

.digest_recommend_article > ul li ul li.pic {
  border: none;
  margin: 0px;
  padding: 0px;
}
.digest_recommend_article > ul li ul li.pic img {
  width: 100%;
  height: auto;
}
.digest_recommend_article > ul li ul li.text {
  border: none;
  margin: 0px;
  padding: 0 8px;
}
.digest_recommend_article > ul li ul li.text .desc_crtl {
  min-height: 6em;
}

main .digest_recommend_article .tag_menu {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  margin: 0 0 8px 0;
}

.digest_recommend_article > ul > li a {
  color: #000;
  text-decoration: none;
  /*&:hover {
    text-decoration: none;
  }*/
}

.article-count1 {
  display: none !important;
}

ul.sns {
  text-align: right;
  margin-top: 50px;
}

li.list-box {
  display: inline-block;
}

main h1.article_ttl {
  font-size: 28px !important;
  padding: 15px 0 8px 0;
  margin-top: 8px;
}

.ttl_left {
  float: left;
}

.ttl_right {
  float: right;
}

#article-txt p {
  font-size: 16px;
}

#article-title-box {
  border-bottom: 1px solid #888;
}

#article-content-box {
  padding: 15px 0;
  margin: 50px 0;
}

#article-main-img {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
#article-main-img img {
  width: 100%;
  height: auto;
}

#tag_cloud_box {
  padding: 16px;
  border: 1px solid #ccc;
  margin: 16px 0;
}
#tag_cloud_box input[type=checkbox] {
  display: none;
}
#tag_cloud_box .checkbox {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 8px 12px 8px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
#tag_cloud_box .checkbox:hover {
  background-color: #e1f5fe;
}
#tag_cloud_box .checkbox:hover:after {
  border-color: #0ad;
}
#tag_cloud_box .checkbox:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: "";
}
#tag_cloud_box .checkbox:before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #0ad;
  border-bottom: 3px solid #0ad;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
}
#tag_cloud_box input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
#tag_cloud_box #tagForm ul ul {
  margin-left: 0;
}
#tag_cloud_box h2 {
  font-size: 14px;
  color: #454545;
  font-weight: bold;
}
#tag_cloud_box h2:before {
  content: url(/%7e/media/Images/product/security/blog/icon_tag?w=14&h=14);
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}
#tag_cloud_box h3 {
  font-size: 14px;
  font-weight: bold;
  color: #454545;
  margin-top: 1em;
}

#tagForm ul {
  margin: 0;
  list-style: none;
}
#tagForm ul li {
  border: none;
  margin-left: 3px;
}
#tagForm > ul > li > ul > li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.tagBtn {
  text-align: center;
  margin: 25px auto 20px;
}

#tagForm button.btn-posi, #tagForm button.btn-nega {
  position: relative;
  font-weight: bold;
  text-decoration: none;
  line-height: 1em;
  border-radius: 8px;
  margin-bottom: 3px;
  padding: 0.8em 0;
  text-align: center;
  min-width: 140px;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
  -webkit-appearance: none !important;
}
#tagForm button.btn-posi:hover, #tagForm button.btn-nega:hover {
  box-shadow: none;
  top: 3px;
}
#tagForm button.btn-posi {
  background: #0ad;
  color: #fff;
  border: 1px solid #0288d1;
  box-shadow: 0 3px 0 #01579b;
}
#tagForm button.btn-nega {
  background: #fff;
  color: #607d8b;
  border: 1px solid #b0bec5;
  box-shadow: 0 3px 0 #607d8b;
  text-decoration: none;
}

.sidebar_list {
  margin: 15px auto 40px;
  padding: 0 0 30px;
  background: #fafafa;
}
.sidebar_list > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sidebar_list > ul > li {
  padding: 0;
  margin: 0;
}
.sidebar_list h2 {
  padding: 8px;
  background: #1eab42;
  color: #fff;
  font-size: 16px;
}
.sidebar_list h3 {
  padding: 16px 8px 0 8px;
  color: #454545;
  font-size: 14px;
}

.tag_menu_link a {
  display: block;
  padding: 8px 8px 8px 8px;
  color: #2196f3;
}

#report_sidebar a,
#column_sidebar a {
  display: block;
  padding: 8px 8px 8px 28px;
  color: #454545;
}

#report_sidebar a:hover,
#column_sidebar a:hover {
  color: #2196f3;
  text-decoration: underline;
}

#report_sidebar a:before,
#column_sidebar a:before {
  content: "▶";
  color: #2196f3;
  margin: 0 4px 0 -20px;
  display: inline-block;
  font-size: 14px;
}

#new_excepting_sidebar.sidebar_list > ul {
  display: table;
}
#new_excepting_sidebar.sidebar_list > ul > li {
  margin: 0;
  padding: 0;
}
#new_excepting_sidebar.sidebar_list > ul > li .release {
  text-align: left;
  display: block;
}
#new_excepting_sidebar > ul > li > a:hover {
  text-decoration: none;
}
#new_excepting_sidebar > ul > li > a:hover > .list-txt {
  text-decoration: underline;
}

#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.modal-on #modal {
  display: block;
}

.img-border {
  border: 1px solid #666;
}

#article-txt section {
  margin-bottom: 1em;
}
#article-txt .color-blue {
  color: #304ffe;
}
#article-txt .color-red {
  color: #d50000;
}
#article-txt .color-green {
  color: #4caf50;
}
#article-txt .color-orange {
  color: #ff6d00;
}
#article-txt .bold {
  font-weight: bold;
}

#tagForm > ul > li > h3:before {
  content: url(/%7e/media/Images/product/security/blog/icon_tag?w=14&h=14);
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  main > * {
    padding: 1em;
  }
  article img {
    max-width: 100%;
    height: auto;
  }
  article hr {
    width: 100% !important;
  }
  .digest_recommend_article {
    margin-bottom: 0;
  }
  .digest_recommend_article ul.related_article, .digest_recommend_article ul.new_article {
    display: flex;
    overflow: scroll;
    padding: 1em;
    width: 100vw;
    margin-left: -1em;
    gap: 0;
  }
  #new_excepting_sidebar.sidebar_list > ul > li {
    padding: 1em 0 !important;
    width: 100%;
  }
  .sidebar_list {
    margin: 15px 0;
  }
  .digest_recommend_article .topic ul {
    width: 220px;
  }
  #new_excepting_box ul.new_article {
    display: flex;
  }
  #new_excepting_box ul.new_article ul {
    display: block;
  }
  main h1 {
    margin: 30px 0 10px;
    text-align: center;
    font-weight: bold;
  }
  .digest_recommend_article > ul > li {
    border: 1px solid #ccc;
    margin: 0 18px 15px 0;
    width: 100%;
    box-sizing: border-box;
  }
  main .title {
    background: none !important;
    top: 14px;
    display: block;
    width: 90%;
  }
  .digest_article > ul {
    padding: 0 8px;
  }
  .digest_article > ul > li {
    position: relative;
    width: 100%;
  }
  .digest_article > ul > li > ul {
    width: 100%;
  }
  .digest_article > ul > li > ul > li {
    float: none;
  }
  .digest_article > ul > li > ul > li.pic {
    width: 100%;
    margin: 0 auto;
  }
  .digest_article > ul > li > ul > li.pic img {
    width: 100%;
  }
  .digest_article > ul > li > ul > li.text {
    position: static;
    height: inherit;
    width: 100%;
  }
  .digest_article > ul > li > ul > li.text > .text-caption {
    margin: 0.5em;
    border-top: 1px solid #ccc;
    position: relative;
    width: auto;
  }
  .digest_article > ul > li > ul > li.text > .text-content a {
    display: block;
    height: 100%;
    padding: 3% 6% 0 6%;
    box-sizing: border-box;
  }
  #tag_cloud_box {
    padding: 2%;
    border: 1px solid #ccc;
    margin: 2%;
  }
  #tag_cloud_box ul {
    list-style-type: none;
  }
  #tag_cloud_box ul > li {
    margin: 0;
  }
  #tag_cloud_box ul > li > ul {
    display: flex;
    flex-wrap: wrap;
  }
  #tag_cloud_box ul > li > ul > li {
    display: flex;
  }
  /*.tagBtn>button {
    display: none;
  }*/
  .product__title,
  .product__hero_image {
    display: none;
  }
  #tagForm ul {
    max-width: 100%;
    padding: 1rem;
  }
  #tagForm ul > li {
    margin-left: 0;
  }
  #tagForm ul > li h3 {
    margin-top: 0;
  }
}
.grid-unit:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .grid-unit, *:first-child + html .grid-unit {
  zoom: 1;
}

#pc .grid-unit {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: none;
  padding: 0;
  margin: 0 auto 15px auto;
}

main .grid-unit h3 {
  margin-top: 0 !important;
}

.grid1,
.grid2,
.grid3,
.grid4,
.grid5,
.grid6,
.grid7,
.grid8,
.grid9,
.grid10,
.grid11,
.grid12,
.grid13,
.grid14,
.grid15,
.grid16 {
  display: table-cell;
  vertical-align: middle;
  box-sizing: content-box;
  padding: 0 9px;
  margin: 0;
  *padding: 0 5px !important;
}

.grid-unit .v-top {
  vertical-align: top !important;
}
.grid-unit .v-bottom {
  vertical-align: bottom !important;
}
.grid-unit > div:last-child {
  padding: 0 0 0 9px;
}
.grid-unit > div:first-child {
  padding: 0 9px 0 0;
}
.grid-unit > div:only-child {
  padding: 0;
}

.grid1 {
  width: 40px;
}

.grid2 {
  width: 98px;
}

.grid3 {
  width: 156px;
}

.grid4 {
  width: 214px;
}

.grid5 {
  width: 272px;
}

.grid6 {
  width: 330px;
}

.grid7 {
  width: 388px;
}

.grid8 {
  width: 446px;
}

.grid9 {
  width: 504px;
}

.grid10 {
  width: 562px;
}

.grid11 {
  width: 620px;
}

.grid12 {
  width: 678px;
}

.grid13 {
  width: 736px;
}

.grid14 {
  width: 794px;
}

.grid15 {
  width: 852px;
}

.grid16 {
  width: 910px;
}

img.img-grid-fit {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.img-grid-fit {
  text-align: center;
  margin: 0 auto;
}
.img-grid-fit img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .cbox {
    margin: 0 !important;
    pading: 0 !important;
  }
  .obox_innerBox {
    pading: 0 !important;
    margin: 0 !important;
  }
  .grid-unit {
    width: 100%;
    display: block;
    margin: 0 auto 15px auto;
  }
  .grid1,
  .grid2,
  .grid3,
  .grid4,
  .grid5,
  .grid6,
  .grid7,
  .grid8,
  .grid9,
  .grid10,
  .grid11,
  .grid12,
  .grid13,
  .grid14,
  .grid15,
  .grid16 {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px;
  }
  img.img-grid-fit,
  .img-grid-fit img {
    width: 100%;
    height: auto;
  }
  .grid1 img.img-grid-fit,
  .grid1 .img-grid-fit img {
    width: 15%;
  }
  .grid2 img.img-grid-fit,
  .grid2 .img-grid-fit img {
    width: 30%;
  }
  .grid3 img.img-grid-fit,
  .grid3 .img-grid-fit img {
    width: 45%;
  }
  .grid4 img.img-grid-fit,
  .grid4 .img-grid-fit img {
    width: 60%;
  }
  .grid5 img.img-grid-fit,
  .grid5 .img-grid-fit img {
    width: 75%;
  }
  .grid6 img.img-grid-fit,
  .grid6 .img-grid-fit img {
    width: 90%;
  }
}
#LMS_Box > div {
  border-top: 1px solid #000;
  padding: 5px 0 30px 0;
  display: inline-block;
}
#LMS_Box > div:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}

* html #LMS_Box > div {
  height: 1%;
}

#LMS_Box > div {
  display: block;
}
#LMS_Box .largeBox {
  margin: 0 !important;
}

h1 {
  font-size: 22px !important;
  font-weight: normal;
}

main h2 {
  clear: both;
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 0.2em 0;
  padding: 0;
  text-indent: 0;
  color: #000;
}

#popImgsBody h2 {
  clear: both;
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 0.2em 0;
  padding: 0;
  text-indent: 0;
  color: #000;
}
#popImgsBody p {
  margin-left: 1em;
}

main h3 {
  clear: both;
  color: #000;
  font-weight: normal;
  font-size: 18px;
  margin: 30px 0 0.2em 0;
  text-indent: 0;
}
main > div > h2 + h3 {
  margin-top: 15px;
}
main h4 {
  clear: both;
  margin: 15px 0 0.2em 0;
  color: #454545;
  font-size: 14px;
}
main h5,
main h6,
main p,
main li,
main dt,
main dd {
  font-size: 14px;
}
main .dTbl th,
main .dTbl td {
  font-size: 14px;
}
main .caption,
main .kome,
main .kome1,
main .kome2 {
  font-size: 12px;
}
main .largeBox {
  margin: 0 0 15px 0 !important;
}
main .mediumBox,
main .smallBox {
  margin: 0 !important;
}/*# sourceMappingURL=product_security_blog.css.map */