@charset "utf-8";
html {
  scroll-behavior: smooth;
}
dl{
  margin-bottom: 10px;
}
dt{
  font-weight: normal;
}

.downloadbtn {
  padding-top: 9px;
  border: solid 1px #0064D2;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}
.downloadbtn:hover {
  background: rgba(100,175,225,0.25);
}
#download {
  margin: 100px 0;
  padding: 30px 16px;
  border: solid thin #64AFE1;
  font-size: 20px;
  word-break: keep-all;
  text-align: center;
}
.mb30 {
  margin-bottom: 30px;
}
.mb99 {
  margin-bottom: 100px;
}

/* ランサムウェア対策トータルソリューション リンクバナー ここから */
#banner {
  height: 180px;
  padding: 5px;
  background-image: url("/system/anti-ransomware-solutions/images/anti-ransomware-solutions_banner_pc.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
}
#banner::before,
#banner::after {
  position:absolute;
  display:block;
  box-sizing:border-box;
  width:0;
  height:0;
  content:"";
  opacity:0;
  transition:width 0.7s, height 0.7s, opacity 0.7s;
}
#banner::before {
  top:0;
  left:0;
  border-top:5px solid #FAD737;
  border-left:5px solid #FAD737;
}
#banner::after {
  right:0;
  bottom:0;
  border-right:5px solid #FA9628;
  border-bottom:5px solid #FA9628;
}
#banner:hover::before,
#banner:hover::after {
  width:100%;
  height:100%;
  opacity:1;
}
.banner-title {
  margin-bottom: 5px;
  padding: 8px 20px 5px 10px;
/* 子要素に合わせて親要素の横幅を可変 */
  display: inline-block;
/* 子要素に合わせて親要素の横幅を可変 */
/*  padding: 7px 50px 3px 10px; */
  background: linear-gradient(to right, rgba(0,0,0,0.35) 90%, transparent); 
}
.banner-sub-title {
  font-size: 24px;
  line-height: 24px;
  color: #FAD737;
  text-shadow: #FA9628 2px 0 10px;
  word-break: keep-all;
}
.catchcopy {
  margin: 10px auto 5px;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  word-break: keep-all;
}
.banner-main-title {
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  word-break: keep-all;
}
.banner-lower {
  display: flex;
  align-items: center;
}
.banner-circle {
  margin: auto 16px;
  padding-top: 7px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(80,190,190,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.banner-button {
  margin: auto auto auto 30px;
  padding: 7px 0 0;
  width: 160px;
  height: 32px;
  background-color: rgba(255,255,255,0.70);
  border-radius: 5px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  #banner {
    height: 190px;
  }
  .banner-sub-title {
    font-size: 18px;
    line-height: 18px;
  }
  .catchcopy {
    font-size: 16px;
    line-height: 18px;
  }
  .banner-main-title {
    font-size: 22px;
    line-height: 24px;
  }
  .banner-button {
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  #banner {
    height: 190px;
  }
  .banner-button {
    margin: auto;
  }
}
@media screen and (max-width: 470px) {
  #banner {
    height: 250px;
    background-image: url("/system/anti-ransomware-solutions/images/anti-ransomware-solutions_banner_sp.jpg");
  }
  .banner-title {
    margin-bottom: 20px;
    background: linear-gradient(to right, rgba(0,0,0,0.40) 90%, transparent);
  }
  .catchcopy {
    margin: 16px auto 10px;
  }
  .banner-circle {
    margin: auto 3px;
    padding-top: 5px;
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
  .banner-button {
    margin: auto auto auto 6px;
    width: 100px;
    font-size: 15px;
  }
}
/* ランサムウェア対策トータルソリューション リンクバナー ここまで */


