@charset "UTF-8";
/* このCSSはSASSで作成されています。
　編集する場合は以下のファイルをを編集してください。
　svn://192.168.100.5/wp/50110-www2/web/jp/information/securityguide/css/slo-style.scss
　※直接のこのCSSを編集しないでください。*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

li, ol {
  list-style: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

* {
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", Osaka, "MS PGothic", sans-serif;
  color: #222222;
  font-size: 1rem;
  line-height: 1.8;
  box-sizing: border-box;
}

html {
  position: relative;
  z-index: -5;
}

body {
  position: relative;
  z-index: -4;
}

a,
img,
span {
  display: inline-block;
  width: 100%;
}

a {
  color: #1d54a7;
}
a:hover {
  opacity: .8;
}

.wrap {
  width: 100%;
  max-width: 67.75rem;
  padding: 0 2rem;
  margin-right: auto;
  margin-left: auto;
}

.sp-only {
  display: none;
}

#btn_Pagetop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
}
#btn_Pagetop a {
  display: block;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #999;
  color: #fff;
  font-size: 18px;
}
#btn_Pagetop a:after {
  content: '>';
  position: absolute;
  top: 4px;
  left: 14px;
  -webkit-transform: rotate(-90deg) scale(0.6, 1.2);
  -moz-transform: rotate(-90deg) scale(0.6, 1.2);
  -ms-transform: rotate(-90deg) scale(0.6, 1.2);
  transform: rotate(-90deg) scale(0.6, 1.2);
  font-weight: normal;
}
#btn_Pagetop a:hover {
  text-decoration: none;
}

header {
  position: relative;
  background: #f3f7f9;
  z-index: 1;
}
header .logoArea {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: right;
}
header .logoArea span {
  width: 11rem;
}
header .catch {
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}
header .catch h1 {
  padding-bottom: .5rem;
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  color: #082f50;
  border-bottom: 2px solid rgba(62, 112, 156, 0.6);
}
header .catch p {
  color: #082f50;
}

main {
  position: relative;
  z-index: -3;
}
main > section {
  margin-bottom: 5rem;
}
main > section h2 {
  width: 60%;
  margin: 0 auto 2rem;
  font-size: 1.5rem;
  color: #082f50;
  text-align: center;
}
main > section h2:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  margin: 0 0 1.5rem;
  background: linear-gradient(to left, rgba(62, 112, 156, 0.6), #082f50 50%, rgba(62, 112, 156, 0.6));
}
main > section h2:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  margin: 1.5rem 0 0;
  background: linear-gradient(to left, rgba(62, 112, 156, 0.6), #082f50 50%, rgba(62, 112, 156, 0.6));
}
main > section ul {
  font-size: 0;
}
main > section ul li {
  margin-bottom: 2rem;
}
main > section ul li h3 {
  margin-bottom: 1.5rem;
  color: #082f50;
  font-size: 1.25rem;
  background: #f3f7f9;
  border: 1px solid #082f50;
}
main > section ul li h3 span {
  width: 3.875rem;
  padding: 1.25rem 0;
  margin-right: 1rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  background: #082f50;
}
main > section ul li > p {
  margin-bottom: 1rem;
  font-size: 1rem;
}
main > section ul li > p a {
  width: auto;
}
main > section ul li .standard {
  max-width: 40rem;
  margin: 1rem auto 0;
  padding: 1rem;
  color: #082f50;
  font-weight: bold;
  text-align: center;
  background: #f3f7f9;
}
main > section ul li ul li {
  font-size: 1rem;
  margin-bottom: .5rem;
}
main > section ul li dl {
  display: inline-block;
  width: 49%;
  max-width: 31.125rem;
  margin-right: 1.5rem;
  vertical-align: top;
  position: relative;
}
main > section ul li dl dt {
  margin-bottom: .25rem;
  font-size: 1.25rem;
  color: #3e709c;
  font-weight: bold;
}
main > section ul li dl dt span {
  width: 30px;
  margin-right: .5rem;
  padding: 7px 0 5px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  color: #3e709c;
  border: 1px solid #3e709c;
  border-radius: 50%;
  vertical-align: middle;
}
main > section ul li dl dd {
  font-size: 1rem;
}
main > section ul li dl dd ul li {
  margin-bottom: .5rem;
  font-size: 1rem;
}
main > section ul li dl dd ul li span {
  width: auto;
  margin-right: 0.5rem;
  color: #3e709c;
  font-weight: bold;
}
main > section ul li dl dd ul li:last-of-type {
  margin-bottom: 0;
}
main > section ul li dl dd p span {
  width: 4rem;
  margin-right: 0.5rem;
  color: #3e709c;
  font-weight: bold;
}
main > section ul li dl dd p a {
  width: auto;
}
main > section ul li dl:nth-of-type(even) {
  margin-right: 0;
}
main > section ul li dl:nth-of-type(odd) {
  margin-bottom: 2rem;
}
main > section ul li .oneColumn {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}
main .end {
  margin-bottom: 0;
  padding: 2rem;
  text-align: center;
  background: #f3f7f9;
}

footer {
  background: #f2f2f2;
  padding: 1rem 0;
  text-align: right;
}
footer p {
  color: #666;
}

@media screen and (max-width: 1083px) {
  main > section h3 {
    font-size: 1.15rem;
  }
  main > section ul li dl {
    margin-right: 2%;
  }
}
@media screen and (max-width: 959px) {
  main > section h2 {
    font-size: 1.25rem;
  }
  main > section h2:before {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    margin: 0 0 1rem;
    background: linear-gradient(to left, rgba(62, 112, 156, 0.6), #082f50 50%, rgba(62, 112, 156, 0.6));
  }
  main > section h2:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    margin: 1rem 0 0;
    background: linear-gradient(to left, rgba(62, 112, 156, 0.6), #082f50 50%, rgba(62, 112, 156, 0.6));
  }
  main > section ul li {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 2rem;
  }
  main > section ul li:last-of-type {
    margin-bottom: 0;
  }
  main > section ul li > p {
    min-height: 100%;
  }
  main > section ul li dl {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 2rem;
    min-height: 100%;
  }
  main > section ul li dl:last-of-type {
    margin-bottom: 0;
  }
  main > section ul li dl dt {
    font-size: 1.15rem;
  }
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  header .catch h1 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
  main > section h2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 510px) {
  header .catch h1 {
    width: 100%;
    font-size: 1.15rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) and (max-width: 459px) {
  main > section ul li h3 span {
    width: 3rem;
    margin-right: 0.5rem;
  }
}
