@charset "utf-8";
/*============================================================

  security-words

==============================================================*/
/*------------------------------------------------------------
  common
------------------------------------------------------------*/
#gNavi li:nth-child(6) a:before {
  display: block;
}
.photoBox a[target="_blank"]::before {
  display: none;
}
/*------------------------------------------------------------
  mainVisual
------------------------------------------------------------*/
.mainVisual,
.comMainVisual {
  background: #006f7f;
}
.comMainVisual .titleBox span {
    width: 88px;
    padding-top: 16px;
  }
.comMainVisual .pageTitle small {
    font-size: 14px;
  }
.comMainVisual .pageTitle span.medium {
    font-size: 20px;
  }
@media (max-width: 767px) {
  .comMainVisual .titleBox span {
      padding-top: 6px;
  }
}
/*------------------------------------------------------------
  words
------------------------------------------------------------*/
#security-words {
  background-color: #c3e6ea;
}
#words-content .headLine02 + .lead {
    margin: -16px 0 24px;
    font-size: 22px;
    text-align: left;
  }
#words-content .text {
    margin-bottom: 40px;
    line-height: 1.8
  }
#words-content .text:last-child {
  margin-bottom: 0;
}
#words-content a:link {
    text-decoration: underline;
  }
#words-content a:hover,
  #words-content .btnLink a:link {
    text-decoration: none;
  }
#words-content .related-solutions {
    width: 1000px;
    margin: 0 auto 48px;
    padding: 32px 32px 24px;
    background: #f2f2f2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
#words-content .related-list li {
      margin-bottom: 1em;
    }
#words-content .related-solutions-wide {
    margin-bottom: 48px;
    padding: 32px;
    background: #e1f3f5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
#words-content .related-solutions-wide .column {
      background-color: transparent;
    }
#words-content .related-solutions-wide .column:last-child {
      margin-bottom: 0;
    }
#words-content .related-solutions-wide .column .title {
      margin-bottom: 10px;
      font-size: 24px;
    }
@media (max-width: 767px) {
  #words-content .headLine02 + .lead {
    margin: -8px 0 20px;
    font-size: 16px;
  }
  #words-content .text {
    margin-bottom: 20px;
    line-height: 1.6;
  }
  #words-content .related-solutions {
    width: 100%;
    margin-bottom: 24px;
    padding: 16px 16px 10px;
  }
  #words-content .related-solutions-wide {
    width: 100%;
    margin-bottom: 24px;
    padding: 16px;
  }
    #words-content .related-solutions-wide .column .btnLink {
      text-align: center;
    }
    #words-content .related-solutions-wide .column .title {
      font-size: 20px;
    }
    #words-content .related-solutions-wide .column .btnLink a {
      width: 94%;
    }
}
/*------------------------------------------------------------
  words-index
------------------------------------------------------------*/
.words-index .lead {
    text-align: left;
  }
.tab-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 32px;
}
.tab-list .btn {
    margin-right: 16px;
  }
.tab-list .btn a {
    display: inline-block;
    position: relative;
    min-width: 160px;
    padding: 15px 16px 14px;
    background-color: #fff;
    color: #15373c;
    line-height: 1.2;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
.tab-list .btn a:hover,
  .tab-list .btn a.active {
    background-color: #15373c;
    color: #fff;
    text-decoration: none;
  }
.tab-list btn a.active {
    cursor: default;
  }
@media (max-width: 767px) {
  .tab-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .tab-list li {
    width: 49%;
  }
  .tab-list .btn {
    margin-right: 0;
  }
    .tab-list .btn a {
      min-width: auto;
      width: 100%;
      height: 100%;
    }
}
.words-list-index {
  margin-bottom: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.words-list-index li a {
      color: #15373c;
    }
.words-list-index li a,.words-list-index li span {
      padding: 0 .625em;
    }
.words-list-index li a:link {
      text-decoration: underline;
    }
.words-list-index li a:hover {
      text-decoration: none;
    }
.words-list-index li::before {
  content: "|";
  display: inline-block;
}
.words-list-index li:first-child::before {
  display: none;
}
@media (max-width: 767px) {
  .words-list-index {
    margin-bottom: 16px;
  }
  .words-list-index li {
    margin-bottom: 5px;
  }
}
.words-list {
  margin-bottom: 4px
}
.words-list > dt {
  width: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4bb1c0;
}
.words-list > dd {
  width: 95%;
}
.words-list ul li {
    margin-bottom: 4px;
    font-size: 15px;
}
.words-list ul li:last-child {
  margin-bottom: 0;
}
.words-list a {
    display: block;
}
.words-list a dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
.words-list a dt,.words-list a dd {
      padding: 10px 20px;
      background-color: #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
.words-list a dt {
      width: 480px;
      text-decoration: underline;
    }
.words-list a dd{
      width: 656px;
    }
.words-list a:hover,
    .words-list a:hover dt {
  text-decoration: none;
}
.words-list a:hover dt,
    .words-list a:hover dd {
  background-color: #f2f2f2;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (max-width: 767px) {
  .words-list > dt,
  .words-list > dd {
    width: 100%;
  }
  .words-list > dt {
    padding: 5px;
  }
  .words-list ul li {
    font-size: 14px;
  }
    .words-list a dl {
      display: block;
    }
    .words-list a dt,.words-list a dd {
      width: 100%;
    }
    .words-list a dt {
      padding: 10px;
    }
    .words-list a dd{
      padding: 0 10px 10px;
    }
}
.indentList {
  padding-left: 1em;
  text-indent: -1em;
}

