@charset "UTF-8";
/*#########################################################

各種ファイル読み込み

#########################################################*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

body {
  font-family: 'Noto Sans JP', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 100%;
  font-weight: normal;
}

#contentsContainer {
  width: 100% !important;
  padding: 0 !important;
}

.c-article {
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  box-sizing: border-box;
  word-wrap: break-word;
  color: #333;
}

.c-article * {
  box-sizing: border-box;
}

.c-parent {
  overflow: hidden;
}

.c-parent:not(.c-parent--toc) {
  background-repeat: no-repeat;
}

.c-parent--type01 {
  background-color: #d9ecff;
  background-image: url(/svcsol/focus/websecurity/images/bg_texture01.png);
}

.c-parent--type02 {
  background-color: #fff;
  background-image: url(/svcsol/focus/websecurity/images/bg_texture02.png);
}

.c-child {
  position: relative;
}

.c-child--number01::before {
  background: url(/svcsol/focus/websecurity/images/number01.svg) no-repeat left top;
}

.c-child--number02::before {
  background: url(/svcsol/focus/websecurity/images/number02.svg) no-repeat left top;
}

.c-child--number03::before {
  background: url(/svcsol/focus/websecurity/images/number03.svg) no-repeat left top;
}

.c-child--number04::before {
  background: url(/svcsol/focus/websecurity/images/number04.svg) no-repeat left top;
}

.c-child--number05::before {
  background: url(/svcsol/focus/websecurity/images/number05.svg) no-repeat left top;
}

.c-child::before {
  position: absolute;
  left: 0;
  content: '';
}

.c-hd {
  font-weight: bold;
  text-align: center;
  color: #333;
}

.c-hd--01 {
  line-height: 1.38;
}

.c-hd--02 {
  line-height: 1.5;
  position: relative;
  padding-bottom: 20px;
}

.c-hd--02::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 5px;
  content: '';
  background-color: #3c81e0;
}

.c-hd--03 {
  font-weight: 700;
  color: #fff;
  background-color: #3c81e0;
}

.c-hd--03__number {
  line-height: 1;
  color: #3c81e0;
  background-color: #ffff4a;
}

.c-hd--04 {
  font-weight: bold;
  text-align: center;
  border-top: 4px solid #3c81e0;
  border-bottom: 1px solid #b9c2cc;
}

.c-figure {
  max-width: 100%;
}

.c-figure--middle {
  padding: 0 35px;
}

.c-figure__img {
  max-width: 100%;
}

.c-figure__label {
  font-weight: bold;
  text-align: center;
}

.c-figure__label--blue {
  background-color: #b9daff;
}

.c-figure__caption {
  font-size: 10px;
  margin-top: 15px;
}

.c-figure__caption a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}

.c-figure__caption a::before {
  position: absolute;
  top: 50%;
  right: 2px;
  width: 13px;
  height: 12px;
  content: '';
  transform: translateY(-50%);
  background-image: url(/svcsol/focus/websecurity/images/icon_externallink.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 13px 12px;
}

.u-color--red {
  color: #ce223c !important;
}

.u-color--blue {
  color: #3c81e0 !important;
}

.u-color--yellow {
  color: #ffff4a !important;
}

.u-alight_right {
  text-align: right !important;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.p-localnav__list {
  list-style: none;
  counter-reset: item;
}

.p-localnav__item {
  position: relative;
}

.p-localnav__item::before {
  font-weight: 700;
  line-height: 1;
  position: absolute;
  content: counters(item, "-") ". ";
  counter-increment: item;
  color: #3c81e0;
}

.p-localnav > .p-localnav__list {
  border-top: 1px solid #ddd;
}

.p-localnav > .p-localnav__list > .p-localnav__item {
  border-bottom: 1px solid #d6d6d6;
}

.p-localnav__link {
  font-weight: 700;
  position: relative;
  display: block;
  color: #215180 !important;
}

.p-localnav__link::after {
  position: absolute;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  background: url(/svcsol/focus/websecurity/images/icon_arrow.png) no-repeat left top;
}

.p-localnav__item .p-localnav__item {
  border-top: 1px dotted #ddd;
}

.p-example {
  margin-top: 40px;
  border-bottom: 1px solid #ccc;
}

.p-example__box {
  position: relative;
  border-top: 3px solid #3c81e0;
  background-color: #fff;
}

.p-example__box::before {
  position: absolute;
  top: -14px;
  left: -7px;
  width: 40px;
  height: 59px;
  content: '';
  background: url(/svcsol/focus/websecurity/images/icon_virus.png) no-repeat left top;
  background-size: 40px 59px;
}

.p-example__txt {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 35px;
}

.p-example__data {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-example__time {
  font-size: 12px;
  color: #999;
}

.p-example__name {
  font-size: 14px;
  color: #666;
}

.p-example__link {
  font-size: 10px;
  width: 100%;
  margin-top: 0;
  padding-right: 13px;
  text-align: right;
  color: #215180 !important;
  background: url(/svcsol/focus/websecurity/images/icon_outersite.png) no-repeat right center;
  background-size: 10px 9px;
}

.p-example__note {
  margin-top: 20px;
  text-align: right;
  color: #666;
}

.p-example__img {
  width: 100%;
}

.p-box {
  border-top: 3px solid #3c81e0;
  background-color: #fff;
}

.p-box__hd {
  font-weight: bold;
  text-align: center;
  color: #3c81ed;
}

.p-box__list__item {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 10px;
  padding-left: 16px;
  text-indent: -16px;
}

.p-box__link {
  font-size: 10px;
  line-height: 1.4;
  position: relative;
  position: relative;
  display: inline-block;
  padding-right: 20px;
  text-align: right;
  color: #215180 !important;
}

.p-box__link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: '';
  background: url(/svcsol/focus/websecurity/images/icon_pdf.png) no-repeat right bottom;
  background-size: 14px 14px;
}

.p-risk {
  margin-top: 40px;
}

.p-risk__hd {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
  background-color: #d9ecff;
}

.p-risk__label {
  font-weight: 700;
  color: #fff;
  background-color: #3c81e0;
}

.p-risk__label__number {
  line-height: 1;
  color: #3c81e0;
  background-color: #ffff4a;
}

.p-risk__label--yellow {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
  background-color: #ffff4a;
}

.p-risk__item {
  border: 2px solid #3c81e0;
}

.p-risk__txt {
  font-weight: 500;
  line-height: 1.5;
}

.p-risk__img {
  width: 100%;
}

.p-point__hd {
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
  color: #3c81e0;
}

.p-point__circle {
  border-radius: 50%;
  background-color: #3c81e0;
}

.p-point__label {
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #3c81e0;
  background-color: #ffff4a;
}

.p-point__txt {
  color: #fff;
}

.p-service {
  margin-top: 60px;
}

.p-service__box {
  background-color: #fff;
}

.p-service__hd {
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #3c81e0;
}

@media print, screen and (min-width: 768px) {
  .u-alight_right--pc {
    text-align: right !important;
  }
  .u-use--sp {
    display: none !important;
  }
  .c-mainvisual {
    position: relative;
    width: 100%;
    min-width: 950px;
    height: 400px;
    padding-top: 54px;
    background: #001732 url(/svcsol/focus/websecurity/images/bg_mainvisual.png) no-repeat center center;
    background-size: auto 100%;
  }
  .c-mainvisual__inner {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }
  .c-mainvisual__title {
    width: 699px;
  }
  .c-mainvisual__img {
    width: 100%;
  }
  .c-hd {
    font-size: 32px;
  }
  .c-hd--01 {
    margin-bottom: 20px;
  }
  .c-hd--02 {
    margin-bottom: 40px;
  }
  .c-hd--02::before {
    width: 160px;
    margin-left: -80px;
  }
  .c-hd--03 {
    font-size: 24px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 30px;
    padding: 15px 10px;
    align-items: center;
    justify-content: center;
  }
  .c-hd--03__number {
    font-size: 18px;
    margin-right: 10px;
    padding: 5px 8px;
  }
  .c-hd--04 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 30px;
    padding: 25px;
  }
  .c-txt {
    font-size: 16px;
    line-height: 1.75;
  }
  .c-txt:not(:first-child) {
    margin-top: 40px;
  }
  .c-figure__img--middle {
    margin: 0 9px;
  }
  .c-figure__label {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .c-figure__label--blue {
    padding: 20px 0;
  }
  .c-parent {
    min-width: 950px;
    padding: 60px 0 80px;
    background-position: right top;
    background-size: 566px 292px;
  }
  .c-child {
    max-width: 950px;
    margin: 0 auto;
  }
  .c-child--number01::before {
    left: 25px;
    width: 127px;
    height: 147px;
    background-size: 127px 147px;
  }
  .c-child--number02::before {
    left: -5px;
    width: 157px;
    height: 150px;
    background-size: 157px 150px;
  }
  .c-child--number03::before {
    width: 152px;
    height: 153px;
    background-size: 152px 153px;
  }
  .c-child--number04::before {
    width: 151px;
    height: 147px;
    background-size: 151px 147px;
  }
  .c-child--number05::before {
    width: 151px;
    height: 150px;
    background-size: 151px 150px;
  }
  .c-child::before {
    top: -62px;
  }
  .c-child:not(:first-child) {
    margin-top: 80px;
  }
  .c-child__inner {
    width: 695px;
    margin: 0 auto;
  }
  .c-contact {
    min-width: 950px;
    padding: 40px 0;
    background-color: #1d1d1d;
  }
  .c-contact.c-contact--bg2 {
    background-color: #81b9ec;
  }
  .c-operator {
    position: relative;
    margin-bottom: 25px;
    padding: 60px 30px;
    background-color: #fff;
  }
  .c-operator__txt {
    font-size: 32px;
    line-height: 1.6;
  }
  .c-operator__em {
    color: #c9003e;
  }
  .c-operator__pic {
    position: absolute;
    right: -1px;
    bottom: 0;
    display: inline-block;
    width: 407px;
  }
  .c-operator__img {
    width: 100%;
    vertical-align: bottom;
  }
  .c-column {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-column--img__item {
    width: 330px;
  }
  .c-column__item {
    position: relative;
    width: 455px;
  }
  .c-btn {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    max-width: 448px;
    margin: 0 auto;
    padding: 18px 20px;
    text-align: center;
    text-decoration: none !important;
    color: #fff !important;
    border: none;
    border-radius: 4px;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }
  .c-btn--01 {
    height: 70px;
    background: linear-gradient(#ce0040, #b3001c);
  }
  .c-btn--02 {
    height: 60px;
    background: linear-gradient(#d70d3c, #c3061c);
  }
  .c-btn:hover::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(255, 255, 255, 0.1);
  }
  .c-btn__inner {
    position: relative;
    display: inline-block;
  }
  .c-btn__inner::before {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 15px;
    height: 14px;
    content: '';
    transform: translateY(-50%);
    background-image: url(/svcsol/focus/websecurity/images/icon_externallink.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 15px 14px;
  }
  .c-download {
    box-sizing: border-box;
    padding: 20px 120px 20px 90px;
    border: 1px solid #dedede;
    border: 2px solid #cf0040;
    background: #fff;
  }
  .c-download:not(:last-child) {
    margin-bottom: 40px;
  }
  .c-download__title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center;
    color: #cf0040;
  }
  .c-download__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .c-download__inner--single {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }
  .c-download__item {
    display: flex;
    width: 415px;
    justify-content: space-between;
    align-items: flex-start;
  }
  .c-download__item--single {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
  }
  .c-download__thumb {
    width: 192px;
    margin-right: 30px;
  }
  .c-download__img {
    width: 100%;
  }
  .c-download__box {
    width: calc(100% - 222px);
  }
  .c-download__txt {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .c-download__txt--pdf {
    font-size: 14px;
    font-weight: normal;
  }
  .c-download__txt--mini {
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-bottom: 25px;
  }
  .c-download__btn {
    margin: 0;
  }
  .c-telbox {
    font-weight: 700;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    color: #fff;
    justify-content: center;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
  }
  .c-telbox--operator {
    font-weight: 700;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 25px;
    color: #fff;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }
  .c-telbox__txt {
    font-size: 16px;
    position: relative;
    padding-left: 30px;
  }
  .c-telbox__txt::before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    background: url(/svcsol/focus/websecurity/images/icon_tel_white.svg) no-repeat left top;
    background-size: 20px 20px;
  }
  .c-telbox__number {
    font-size: 20px;
    margin: 0 15px;
  }
  .c-telbox__time {
    font-size: 14px;
    font-weight: normal;
  }
  .p-localnav__item {
    position: relative;
  }
  .p-localnav__item::before {
    font-size: 16px;
    top: 20px;
    left: 15px;
  }
  .p-localnav__link {
    font-size: 16px;
    line-height: 1;
    padding: 20px 20px 20px 60px;
  }
  .p-localnav__link em {
    color: #cf0040;
  }
  .p-localnav__link::after {
    right: 25px;
    width: 23px;
    height: 12px;
    background-size: 23px 12px;
  }
  .p-localnav__item > .p-localnav__list {
    padding-left: 50px;
  }
  .p-example {
    margin-bottom: 35px;
    padding-bottom: 65px;
  }
  .p-example__inner {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .p-example__item {
    width: 310px;
    margin: 0 10px 15px 0;
  }
  .p-example__item:nth-child(3) {
    margin-right: 0;
  }
  .p-example__box {
    width: 310px;
    height: 190px;
    padding: 20px 45px 25px 40px;
  }
  .p-example__data {
    position: absolute;
    bottom: 8px;
    left: 40px;
    padding-right: 45px;
  }
  .p-example__note {
    font-size: 12px;
  }
  .p-example__figure {
    position: absolute;
    top: 195px;
    right: 0;
    width: 317px;
  }
  .p-box {
    width: 830px;
    margin: 40px auto 30px;
    padding: 30px 65px;
  }
  .p-box:last-child {
    margin-bottom: 0;
  }
  .p-box__hd {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .p-box__txt {
    font-size: 16px;
    line-height: 1.75;
  }
  .p-box__txt:not(:first-child) {
    margin-top: 20px;
  }
  .p-box__figure {
    padding: 0 25px;
  }
  .p-box__column {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-box__column__item:first-child {
    width: 384px;
  }
  .p-box__column__item:last-child {
    width: 285px;
  }
  .p-risk {
    margin-top: 40px;
  }
  .p-risk__hd {
    font-size: 20px;
    padding: 20px;
  }
  .p-risk__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .p-risk__item:first-child {
    width: 620px;
  }
  .p-risk__item:last-child {
    width: 310px;
  }
  .p-risk__item:last-child .p-risk__figure {
    position: relative;
    top: -20px;
  }
  .p-risk__column {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 280px;
    padding: 20px 40px 45px;
    justify-content: space-between;
  }
  .p-risk__box {
    width: 230px;
  }
  .p-risk__label {
    font-size: 18px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 15px 10px;
    align-items: center;
    justify-content: center;
  }
  .p-risk__label__number {
    font-size: 16px;
    margin-right: 5px;
    padding: 5px 8px;
  }
  .p-risk__label--yellow {
    font-size: 16px;
    padding: 12px;
  }
  .p-risk__txt {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .p-point__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }
  .p-point__hd {
    font-size: 20px;
  }
  .p-point__circle {
    width: 280px;
    height: 280px;
    margin: 0 10px;
    padding: 70px 50px;
  }
  .p-point__label {
    font-size: 16px;
    width: 160px;
    margin: 0 auto 20px;
    padding: 12px 0;
  }
  .p-point__txt {
    font-size: 16px;
    line-height: 1.5;
  }
  .p-service__hd {
    font-size: 24px;
    padding: 18px 0;
  }
  .p-service__txt {
    font-size: 16px;
    line-height: 1.5;
    padding: 24px 124px;
  }

  /* added 20210525 start */
  #sec01 .c-child {
    min-height: 400px;
  }
  #sec01 .c-txt {
    width: 80%;
  }
  #sec01 .p-example__figure {
    top: 50px;
    right: -40px;
  }
  /* added 20210525 end */
}

/*#########################################################

print.css読み込み

#########################################################*/
@media print and (min-width: 100px) {
  .c-header,
.c-header__inner,
.c-footer {
    width: 100%;
    min-width: 100%;
    text-align: center;
  }
  .c-header .c-header__inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .c-header__title {
    text-align: center;
  }
  .c-btn {
    border: 1px solid #ccc;
  }
  .visual_box__img {
    position: static;
    width: 407px;
  }
}
