@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,300,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-size: 14px;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #3b2b2b;
  text-decoration: underline;
}

a:active {
  color: #3b2b2b;
  text-decoration: none;
}

.enable-js .js-animation-item {
  opacity: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.container {
  zoom: 1;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes dropFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes dropFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes dropupFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes dropupFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes dropLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes dropLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes btn {
  0% {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 32px;
  }
  100% {
    opacity: 0;
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    border-radius: 64px;
  }
}

@keyframes btn {
  0% {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 32px;
  }
  100% {
    opacity: 0;
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    border-radius: 64px;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

img {
  max-width: 100%;
}

a img:hover {
  -webkit-transition: all .25s linear 0s;
  -o-transition: all .25s linear 0s;
  transition: all .25s linear 0s;
  opacity: 0.8;
}

.js-sp-menu {
  display: none;
  color: #aaa;
  font-size: 10px;
}

.js-sp-menu:before {
  color: #aaa;
  content: "\f0c9";
  font-size: 20px;
  height: 22px;
  text-align: center;
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

body {
  background-image: none;
}

.lp-01-wrapper h2 {
  width: 100%;
}

.sub_backTo-top {
  width: 100%;
  text-align: center;
  margin: 60px auto 60px;
}

.main-area {
  padding-top: 67px;
  margin-bottom: 0;
  background:#d2e3f3;
}
.feature-area {
  padding: 0px 0 40px;
  background: #EBEEEF;
  position: relative;
  z-index: 10;
}

.feature-area .feature-container {
  max-width: 1220px;
  padding: 64px 80px 40px;
  background: #fff;
  margin: 0 auto 24px;
  position: relative;
  top: 30px;
}

.feature-area .feature-container::after{
  content: "";
  position: absolute;
  bottom: -90px;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 50%;
  box-sizing: border-box;
  width: 60px;
  height: 40px;
  border: 60px solid transparent;
  border-top: 40px solid #c1272b;
  transform: translateX(-50%);
}

.feature-area h2 {
  font-weight: bold;
  text-align: center;
  font-size: 48px;
  line-height: 1.4;
  color: #3b71dd;
  margin-bottom: 16px;
}

.feature-area p {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
}

.feature-area .feature-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 24px auto;
}

.feature-area .feature-point-item {
  text-align: center;
  max-width: 320px;
}

.feature-area .feature-point-item .image {
  margin-bottom: 32px;
}
/*
.feature-area .feature-point-item .image img {
  max-width: 70px;
}
*/
.feature-area .feature-point-item .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.5;
}

.feature-area .feature-point-item .description {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
  text-align:left;
  height: 110px;
}
.feature-area .model-area{
	padding: 60px 0 0;
}

.feature-area .feature-lists{
	width: 870px;
	margin: 50px auto 30px;
}
.feature-area .feature-lists h3{
	font-size: 20px;
	color: #c00000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.feature-area .feature-lists .feature-list .list-item{
  font-size: 16px;
	font-weight: bold;
	line-height: 2;
	text-indent: -1em;
	padding-left: 1em;
}

.network-figure{
	text-align: center;
}

.network-pack-area {
  padding: 0 0 0px;
}

.network-pack-area .network-pack-area-title {
  background: url(/content/dam/nttcom/hq/jp/business/services/security/security-measures/internet-sec/lp/cfn/img/network-pack-title.png) no-repeat center center;
  background-size: cover;
  padding: 40px 0 64px;
}

.network-pack-area .network-pack-area-title h2 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 48px;
}

.network-pack-area .network-pack-area-title h2 span {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.network-pack-area .network-pack-container {
  position: relative;
  z-index: 10;
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 0 0;
}

.network-pack-area .network-pack-container h3 {
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 24px;
  text-align: center;
}

.network-pack-area .network-pack-container h3 span {
  background: #333333;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  margin-top: 8px;
  padding: 7px 20px;
  text-align: center;
  border-radius: 20px;
  font-weight: bold;
}
.network-pack_txt{
	margin: 50px auto;
}
.network-pack_txt h4{
	display: flex;
	align-items: center;
}
.network-pack_txt h4 em{
	font-size: 36px;
	font-weight: bold;
	margin-left: 10px;
}
.network-pack_txt h4 span{
	font-size: 18px;
	font-weight: normal;
}
.network-pack_txt .network-pack_network h4 em,
.network-pack_txt .network-pack_network h4 span{
	color: #3ba7c6;
}
.network-pack_txt .network-pack_security h4 em,
.network-pack_txt .network-pack_security h4 span{
	color: #f09200;
}
.network-pack_txt .network-pack_support h4 em,
.network-pack_txt .network-pack_support h4 span{
	color: #8d3f93;
}
.network-pack_txt ol{
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}
.network-pack_txt li{
	display: flex;
	width: 33.333%;
	margin-bottom: 30px;
}
.network-pack_txt .network-pack_security li{
	width: 50%;
}
.network-pack_txt .network-pack_support li{
	width: 100%;
}
.network-pack_txt li .no{
	color :#fff;
	font-size: 30px;
	text-align: center;
	padding: 5px 10px;
	background: #3b71dd;
	margin-right: 15px;
}
.network-pack_txt li a{
	line-height: 1.5;
	color: #004386;
}
.network-pack_txt li a .ttl{
	font-size: 16px;
}
.network-pack_txt li a .txt{
	font-size: 13px;
}
.network-pack-area .network-pack_link{
  padding: 16px 0;
  text-align: center;
}
.network-pack-area .network-pack_link a{
  border-radius: 8px;
  font-size: 16px;
  padding: 15px 0;
  width: 92%;
  color: #fff;
  display: inline-block;
  background: #163054;
}
@media screen and (max-width: 768px) {
  html, body {
    -webkit-overflow-scrolling: touch;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .container {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  body {
    background-image: none;
  }
  .lp-01-wrapper {
    overflow: hidden;
    max-width: 100%;
  }
  .sub_backTo-top {
    width: 100%;
    text-align: center;
    margin: 30px auto 30px;
  }
  .main-area {
    padding-top: 0;
    margin-bottom: 0;
  }
  .main-area .main-content-box .main-title {
    margin: 12vh auto 0;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
  }
  .feature-area {
    padding: 0px 0 16px;
    margin-top: 0;
    background: #EBEEEF;
    position: relative;
    z-index: 10;
  }
  .feature-area .feature-container {
    max-width: 100%;
    padding: 24px 16px 24px;
    background: #fff;
    margin: 0 auto 60px;
    position: relative;
    top: 0px;
  }
  .feature-area h2 {
    font-weight: bold;
    text-align: left;
    font-size: 28px;
    line-height: 1.4;
    color: #3b71dd;
    margin-bottom: 16px;
  }
  .feature-area h2 br {
    display: none;
  }
  .feature-area p {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 32px;
  }
  .feature-area p br {
    display: none;
  }
  .feature-area .feature-points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 24px auto;
  }
  .feature-area .feature-point-item {
    text-align: center;
    max-width: 320px;
    margin: 0 auto 40px;
  }
  .feature-area .feature-point-item .image {
    margin-bottom: 32px;
  }
  .feature-area .feature-point-item .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 24px;
  }
  .feature-area .feature-point-item .description {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;
    height: auto;
  }
  .feature-area .model-area {
    padding: 16px 16px;
  }
  .feature-area .model-area h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 16px;
  }
  .feature-area .network-figure-message {
    max-width: 100%;
    padding: 24px;
    margin: 24px auto 24px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    color: #053172;
    background: #fff;
  }
  .feature-area .feature-lists{
    display: block;
    width: 100%;
    margin:0 auto 30px;
  }
  .network-pack-area {
    padding: 0 0 0px;
  }
  .network-pack-area .network-pack-area-title {
    background: url(/content/dam/nttcom/hq/jp/business/services/security/security-measures/internet-sec/lp/cfn/img/network-pack-title.png) no-repeat center center;
    background-size: cover;
    padding: 40px 16px 40px;
  }
  .network-pack-area .network-pack-area-title h2 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
  }
  .network-pack-area .network-pack-area-title h2 br {
    display: none;
  }
  .network-pack-area .network-pack-area-title h2 span {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .network-pack-area .network-pack-container {
    position: relative;
    z-index: 10;
    max-width: 100%;
    margin: 0 auto;
    padding: 24px 16px 16px;
    top: 0;
  }
  .network-pack-area .network-pack-container h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 24px;
  }
  .network-pack-area .network-pack-container h3 span {
    display: block;
    margin-top: 2px;
    font-size: 13px;
    font-weight: bold;
  }
  .network-pack-area .network-pack-container p {
    font-size: 16px;
    line-height: 1.8;
  }
  .network-pack_txt ol{
  	display: block;
  }
  .network-pack_txt li,
  .network-pack_txt .network-pack_security li{
  	width: 100%;
  	align-items: center;
  }
}
/*TOPここまで*/





/* ラインナップ・ユースケース共通ここから */
.main-title img{
	vertical-align: bottom;
}
.main-intro{
  padding: 35px 0 0;
  background: #fff;
  position: relative;
  z-index: 10;
}
.main-intro .intro-inner{
  width: 960px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 2.6;
  text-align: center;
}
.main-intro .intro-inner h2{
  margin-bottom: 54px;
  font-size: 40px;
  font-weight: bold;
}
.main-intro .intro-inner p{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.lp-back{
  margin: 70px 0 0;
  text-align: center;
}
.lp-back a{
  border: 2px solid #004386;
  color: #004386;
  display: inline-block;
  font-weight: bold;
  padding: 20px;
  width: 380px;
  margin:0 10px 0 10px;
}

@media screen and (max-width: 768px) {
  .main-intro{
    margin-top: 0;
  }
  .main-intro .intro-inner{
    line-height: 1.8;
    padding: 0 16px;
    width: 100%;
  }
  .main-intro .intro-inner h2{
    margin-bottom: 30px;
    font-size: 30px;
  }

  .lp-back{
    margin-top: 50px;
  }
  .lp-back a{
    width: calc(100% - 40px);
    margin: 10px 20px;
  }
}
/* ラインナップ・ユースケース共通ここまで */





/*ラインナップここから*/
.lineup_block{
  margin-top: 35px;
}
.lineup_block + .lineup_block{
  margin-top: 60px;
}
.lineup_block-network .lineup_heading{
  color: #138FC2;
}
.lineup_block-security .lineup_heading{
  color: #E48500;
}
.lineup_block-support .lineup_heading{
  color: #8E3E93;
}
.lineup-inner{
  margin: 0 auto;
  width: 960px;
}
.lineup_heading{
  font-size: 35px;
  font-weight: bold;
}
.lineup_heading span{
  display: inline-block;
  font-size: 27px;
  font-weight: bold;
  margin-right: 10px;
}
.lineup_list dt{
  background: #808791;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 12px 0 0;
  padding: 7px 14px;
}
.lineup_list dt:first-of-type{
  margin-top: 34px;
}
.lineup_list dd{
  padding: 15px 0 15px 15px;
}
.lineup_list .list_heading{
  font-size: 20px;
  font-weight: bold;
}
.lineup_list .list_heading span{
  color: #676767;
  font-size: 14px;
  font-weight: bold;
  margin-left: 12px;
}
.lineup_list .list_body{
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.lineup_list .list_body .body_detail{
  width: calc(100% - 180px);
}
.lineup_list .list_body .body_txt{
  line-height: 1.6;
  margin: 6px 15px 0 0;
  margin-right: 15px;
}
.lineup_list .atten_txt{
  margin-top: 8px;
  font-size: 10px;
}
.lineup_list .list_body .body_link a{
  background: #0F3053;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 0;
  text-align: center;
  width: 140px;
}
.lineup_list .list_body .body_link-contact a{
  color: #004386;
  background: #FDDD00;
}
.lineup_list .list_body .body_link + .body_link{
  margin-top: 8px;
}

.lp-lineup .lp-back{
  margin-top: 135px;
}

@media screen and (max-width: 768px) {
  .lineup_block + .lineup_block{
    margin-top: 35px;
  }
  .lineup-inner{
    margin: 0 16px;
    width: calc(100% - 32px);
  }
  .lineup_heading{
    font-size: 28px;
  }
  .lineup_heading span{
    font-size: 20px;
  }
  .lineup_list .list_heading span{
    display: block;
    margin: 4px 0 0;
  }
  .lineup_list .list_body{
    display: block;
  }
  .lineup_list .list_body .body_detail{
    width: 100%;
  }
  .lineup_list .list_body .body_links{
    display: flex;
    justify-content: center;
  }
  .lineup_list .list_body .body_txt{
    width: 100%;
  }
  .lineup_list .list_body .body_link{
    margin-top: 10px;
    text-align: right;
  }
  .lineup_list .list_body .body_link a{
    font-size: 14px;
    padding: 11px 0;
    width: 135px;
  }
  .lineup_list .list_body .body_link + .body_link{
    margin-left: 10px;
  }

  .lp-lineup .lp-back{
    margin-top: 50px;
  }

}
/*ラインナップここまで*/






/*ユースケースここから*/
.usecase-area {
  background: #fff;
}
.lp-usecase .container{
  padding: 0;
}
.lp-usecase .intro-inner h2{
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 54px;
}
.usecase_block + .usecase_block{
  margin: 75px 0 0;
}
.usecase_heading{
  align-items: flex-start;
  color: #3B71DD;
  display: flex;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
}
.usecase_heading span{
  background: #3B71DD;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  margin-right: 20px;
  padding: 6px 18px;
}
.usecase_figure{
  margin: 17px 0 0;
}
.usecase_detail{
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}
.usecase_detail .detail_box{
  width: 46%;
}
.usecase_detail .detail_heading{
  background: #FEB308;
  font-size: 20px;
  font-weight: bold;
  padding: 8px;
  text-align: center;
}
.usecase_detail .detail_box-solutions .detail_heading{
  color: #fff;
  background: #3B71DD;
}
.usecase_detail .detail_list{
  font-size: 16px;
}
.usecase_detail .detail_list dt{
  color: #FEB308;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 20px 0 0;
}
.usecase_detail .detail_box-solutions .detail_list dt{
  color: #3B71DD;
}
.usecase_detail .detail_list dd{
  line-height: 1.5;
  margin: 8px 0 0;
}
.usecase_detail .detail_list dd a{
  text-decoration: underline;
}
.usecase_detail .detail_list .link_item{
  padding-left: 1em;
  position: relative;
}
.usecase_detail .detail_list .link_item::before{
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}

.lp-usecase .lp-back{
  margin-top: 135px;
}

@media screen and (max-width: 768px) {
  /*cfn_use_case.html*/
  .usecase-area {
    padding: 0 16px 40px;
  }
  .lp-usecase .intro-inner h2{
    font-size: 30px;
    margin-bottom: 30px;
  }
  .usecase_heading{
    flex-direction: column;
    font-size: 20px;
  }
  .usecase_heading span{
    font-size: 18px;
    margin: 0 0 5px;
  }
  .usecase_detail{
    display: block;
  }
  .usecase_detail .detail_box{
    width: 100%;
  }
  .usecase_detail .detail_box + .detail_box{
    margin-top: 30px;
  }

  .lp-usecase .lp-back{
    margin-top: 50px;
  }

}
/*ユースケースここまで*/