@charset "UTF-8";
/*---------------------------------

	2020/08 追加分

---------------------------------*/
/*---------------------------------
ボタン
---------------------------------*/
/*赤 橙 角丸*/
.plan-btn {
  border-radius: .5em;
  padding: 1em 2em;
  text-align: center;
  position: relative;
  line-height: 1.25;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff !important;
}

/*くの字*/
.plan-btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: .1em;
  right: 1em;
  margin: auto;
  width: .5em;
  height: .5em;
  border-top: .15em solid #fff;
  border-right: .15em solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*高さ低い 角丸*/
.plan-low-btn {
  border-radius: .5em;
  padding: 0.5em 1.5em;
  text-align: center;
  position: relative;
  line-height: 1.25;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff !important;
}

/*くの字*/
.plan-low-btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: .1em;
  right: 1em;
  margin: auto;
  width: .5em;
  height: .5em;
  border-top: .12em solid #fff;
  border-right: .12em solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*
.plan-btn a{
	line-height: 1.25;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
	color:#fff !important;
}
*/
.plan-btn:hover,
.plan-low-btn:hover {
  opacity: .75;
}

/*ボタン 背景色*/
.red {
  /*background:#D33333;*/
  background: #ffd601 !important;
  /*赤#CF1E1Eを黄色に*/
  color: #000000 !important;
  /*白FFFFを紺に*/
  border: 2px solid #000000 !important;
  /*臙脂600000を紺に*/
}

.red:after {
  border-top: 0.15em solid #000000 !important;
  border-right: 0.15em solid #000000 !important;
}

.org {
  /*background:#E46D1D;*/
  background: #cc023a !important;
  /*黄#ffd601;からドコモ赤に*/
  border: 2px solid #000000 !important;
  /*青#004386;から臙脂に*/
}

.org:after {
  border-top: 0.15em solid #ffffff !important;
  border-right: 0.15em solid #ffffff !important;
}

.blu {
  background: #004386;
}

/*ボタン 右寄せ*/
.r-side {
  margin: 0 0 0 auto;
}

/*ボタン 横幅サイズ*/
.wSmall {
  width: 22%;
}

.wMiddle {
  width: 60%;
}

.wLarge {
  width: 80%;
}

@media only screen and (max-width: 768px) {
  .wSmall {
    width: 40%;
  }
  .wMiddle {
    width: 60%;
  }
  .wLarge {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .wSmall,
  .wMiddle,
  .wLarge {
    width: 100%;
  }
}

/*コンタクトボタン*/
.contact_bt {
  background: #E46D1D;
  /*橙*/
  color: #FFFFFF;
  font-weight: bold;
  border: none;
  padding-right: 35px;
  min-width: 257px !important;
}

.js-contact_bt_1 {
  background: #E46D1D;
  /*橙*/
  border: none;
}

.js-contact_bt_2 {
  background: #D33333;
  /*赤*/
  border: none;
  background: #ffd601 !important;
  /*赤#CF1E1Eを黄色に*/
  color: #000000 !important;
  /*白FFFFを紺に*/
}

/*くの字*/
.contact_bt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: .1em;
  right: 1em;
  margin: auto;
  width: .5em;
  height: .5em;
  border-top: .15em solid #fff;
  border-right: .15em solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.js-contact_bt_2:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: .1em;
  right: 1em;
  margin: auto;
  width: .5em;
  height: .5em;
  border-top: .15em solid #000;
  border-right: .15em solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*
.contact_bt:hover{
	opacity:.75;
}
*/
/*---------------------------------
今すぐオンライン注文
---------------------------------*/
.online-btn-box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.online-btn-box .order {
  width: 100%;
  margin-bottom: 15px;
}

.online-btn-box .try {
  width: 49%;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .online-btn-box .order,
  .online-btn-box .try {
    width: 100%;
  }
}

.ttl {
  margin: 0 15px 20px 15px;
}

p.foottel_lead {
  margin: 0 20px 10px 20px;
}

@media only screen and (max-width: 768px) {
  .ttl {
    margin: 0 0 20px 0;
  }
  p.foottel_lead {
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 480px) {
  .ttl {
    margin: 0 0 20px 0;
  }
  p.foottel_lead {
    margin: 0 0 10px 0;
  }
}

/*---------------------------------
無料トライアル
---------------------------------*/
/*フキダシ*/
.arrow_box {
  position: relative;
  width: 100%;
  height: 3em;
  background: #EAF5FC;
  padding: 10px;
  margin: 0 0 15px 0;
  text-align: center;
  line-height: 1.4;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.arrow_box:after, .arrow_box:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}

.arrow_box:after {
  border-color: rgba(234, 245, 252, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #EAF5FC;
}

.arrow_box:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-width: 11px;
  border-bottom-width: 11px;
  border-left-width: 11px;
  border-right-width: 11px;
  margin-left: -11px;
  margin-top: 1px;
  border-top-color: #CCCCCC;
}

/*無料トライアル*/
.try-area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

/*無料トライアル 2カラム*/
.try-area > div.col2 {
  width: 50%;
  padding: 15px;
}

@media only screen and (max-width: 768px) {
  .try-area > div.col2 {
    width: 100%;
    padding: 15px 0 0 0;
  }
}

/*囲み枠*/
.try-box {
  border: 1px solid #ccc;
}

.try-box-header {
  background: #eaf5fc;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  padding: 15px;
}

.try-box-contents {
  padding: 15px;
}

/*---------------------------------
タブ サービス概要
---------------------------------*/
/*動画*/
.mov {
  width: 840px !important;
  margin: 25px auto 50px;
  text-align: center;
}

.mov p {
  margin: 0 !important;
  text-align: center !important;
  width: 600px !important;
  font-size: 16px;
}

.mov iframe {
  border: 1px solid #ccc;
}

@media only screen and (max-width: 768px) {
  .mov {
    width: 100% !important;
  }
  .mov p {
    width: 100% !important;
  }
}

/*ロゴ画像*/
.outline_logo_box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.outline_logo_box > div {
  width: 20%;
  margin: 0 0 15px 0;
}

.outline_logo_box > div > img {
  width: 100%;
}

/*---------------------------------
タブ 特長/メリット
---------------------------------*/
/*ポイント*/
.merit_titlearea {
  overflow: hidden;
  border-bottom: solid 3px #214a7b;
  padding-bottom: 2px;
}

.point_box {
  width: 120px;
  height: 40px;
  background-color: #214a7b;
  color: #FFF;
  float: left;
  font-size: 1.2em;
  padding: 3px;
  text-align: center;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 5px;
}

.fs15em {
  font-size: 1.5em;
}

.point_title {
  float: left;
  font-size: 24px;
  font-weight: bold;
  height: 35px;
  margin-top: 5px;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .point_box {
    width: 100%;
  }
  .point_title {
    height: auto;
    margin-top: 5px;
    line-height: 1.3em;
    margin-bottom: 5px;
  }
}

/*ポイント コンテンツ*/
.merit_contentsarea {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.merit_contentsarea .merit_fig {
  width: 320px;
  margin: 20px 0;
}

.merit_contentsarea .merit_fig img {
  width: 100%;
}

.merit_contentsarea .merit_txt {
  width: 650px;
  margin: 20px 0;
}

.merit_contentsarea .merit_txt ul {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .merit_contentsarea .merit_fig,
  .merit_contentsarea .merit_txt {
    width: 100%;
  }
}

/*コメ付き注釈*/
.notes {
  position: relative;
  padding-left: 1.5em;
  zoom: 1;
  font-size: 12px;
}

.notes:before {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
  content: '※';
}

/*---------------------------------
タブ 導入事例
---------------------------------*/
.caseStudy_area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  /*justify-content: space-between;*/
}

.caseStudy_area .caseStudy_area_inner {
  width: 32%;
  margin-right: 2%;
}

.caseStudy_area .caseStudy_area_inner:nth-of-type(3n) {
  /*3の倍数は右余白ナシ*/
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .caseStudy_area .caseStudy_area_inner,
  .caseStudy_area .caseStudy_area_inner:nth-of-type(3n) {
    width: 49%;
    margin-right: 2%;
  }
  .caseStudy_area .caseStudy_area_inner:nth-of-type(2n) {
    /*2の倍数は右余白ナシ*/
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .caseStudy_area .caseStudy_area_inner,
  .caseStudy_area .caseStudy_area_inner:nth-of-type(3n),
  .caseStudy_area .caseStudy_area_inner:nth-of-type(2n) {
    width: 100%;
    margin: 0;
  }
}

.caseStudy_area .caseStudy_box {
  padding: 15px;
  margin: 20px 0;
}

.caseStudy_box {
  border: solid 1px #c5c5c5;
}

.caseStudy_box:hover {
  border: solid 1px #004386;
}

.caseStudy_box .photo img {
  width: 100%;
}

.caseStudy_box .cname {
  font-weight: bold;
  margin: 5px 0;
  background-color: #06305a;
  color: #FFF;
  padding: 5px;
  line-height: 1.3em;
}

.caseStudy_box .catch {
  line-height: 1.3em;
  font-size: 14px;
}

.caseStudy_box .type {
  margin: 15px auto;
  width: 50%;
  background-color: #DEEBF7;
  padding: 0.2em;
  text-align: center;
  line-height: 1.3em;
  font-size: 14px;
  background-color: #DEEBF7;
}

/*詳しく見る*/
.detail-btn {
  border-radius: .5em;
  padding: 0.5em 1em;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  background: #004386;
  width: 80%;
  margin: 0 auto;
}

.detail-btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: .1em;
  right: 1em;
  margin: auto;
  width: .5em;
  height: .5em;
  border-top: .15em solid #fff;
  border-right: .15em solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*
.detail-btn a{
	line-height: 1.25;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
}
.detail-btn:hover{
	opacity:.75;
}
*/
/*ビフォーアフター*/
.beforeAfter_area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.beforeAfter_area .beforeAfter_box {
  width: 48%;
  padding: 2px;
  margin: 20px 0;
  border: solid 1px #ccc;
}

.beforeAfter_area .beforeAfter_triangle {
  width: 4%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

/*PC時 右向き三角*/
.beforeAfter_area .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #ebebeb;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .beforeAfter_area .beforeAfter_box,
  .beforeAfter_area .beforeAfter_triangle {
    width: 100%;
  }
  /*SP時 下向き三角*/
  .beforeAfter_area .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #ebebeb transparent transparent transparent;
  }
}

.beforeAfter_area .beforeAfter_box .beforeAfter_fig {
  text-align: center;
}

.beforeAfter_area .beforeAfter_box ul {
  margin: 0;
  padding: 1em 1em 1em 2em;
}

.title_before {
  background-color: #e3e3e3;
  margin: 2px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}

.title_after {
  background-color: #eaf5fc;
  margin: 2px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}

/*---------------------------------
タブ よくあるご質問
---------------------------------*/
.inpage_area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inpage_area .inpage_box {
  width: 30%;
  padding: 2px;
  margin: 20px 0;
  border: solid 1px #ccc;
}

/*ページ内リンク*/
.internal_area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.internal_area .internal_box {
  width: auto;
  margin: 10px 20px;
}

@media screen and (max-width: 480px) {
  .internal_area .internal_box {
    width: 100%;
    margin: 10px 0;
  }
}

/*三角付きリンク*/
.internal_txt {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 16px;
}

.internal_txt::before,
.internal_txt::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.triangle_under::before {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #004386;
}

.triangle_under::after {
  top: 6px;
  left: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-top: 4px solid #fff;
}

.internal_txt span {
  padding-left: 0.5em;
}

.internal_txt span:hover {
  opacity: .75;
}

/*アコーディオン Qテキスト*/
.q_num {
  float: left;
}

.q_txt {
  margin-left: 2.5em;
}

/*---------------------------------
下部 各タブへリンク
---------------------------------*/
.footwidth {
  width: 1260px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 150px;
}

.footlonk {
  border-top: solid 2px #05397c;
  text-align: center;
}

.footlonk ul li {
  display: inline;
  font-size: 1.1em;
  padding-left: 15px;
  padding-right: 15px;
}

.footlonk ul li.bdr {
  color: #777777;
  padding-left: 0px;
  padding-right: 0px;
}

.footlonk ul li.nbd {
  border-left: none;
}

.footlonk ul li.on {
  background-color: #004386;
}

.footlonk ul li.on a {
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .footwidth {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .footlonk {
    border-top: solid 2px #05397c;
    text-align: center;
  }
  .footlonk ul li {
    display: inline;
    font-size: 1.1em;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footlonk ul {
    margin: 0;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
  }
  .footlonk ul li {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 1.5;
  }
  .footlonk ul li a:before {
    content: url(/content/dam/nttcom/hq/jp/business/services/network/vpn/vpn/img/icon_right_arrow.png);
    margin-right: 10px;
  }
  .footlonk ul li.on {
    display: block;
    width: 90%;
    background-color: #004386;
    border-left: none;
  }
  .footlonk ul li.on a {
    color: #FFF;
  }
  .footlonk ul li.on a:before {
    content: url(/content/dam/nttcom/hq/jp/business/services/network/vpn/vpn/img/icon_right_arrow_w.png);
  }
}

/*---------------------------------
振り分けページ
---------------------------------*/
.divide_page p {
  line-height: 1.5;
}

/*---------------------------------
2022/06
---------------------------------*/
@media only screen and (min-width: 769px) {
  h1 .tlfsize {
    font-size: 30px;
  }
}

.related_resource_component .list-links {
  list-style: none;
  margin: 6.0rem 0 0;
  padding: 0;
}

.related_resource_component .list-links > li > .link-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.75em;
}

.related_resource_component .list-links > li > .link-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 480px) {
  .related_resource_component .list-links > li > .link-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.related_resource_component .list-links > li > .link-contents .link-logo {
  margin-right: 30px;
}

@media screen and (max-width: 480px) {
  .related_resource_component .list-links > li > .link-contents .link-logo {
    margin-right: 0;
  }
}

.related_resource_component .list-links > li > .link-contents .link-text {
  margin-top: 1.0em;
}

.related_resource_component .list-links > li > .link-contents .link-text a::after {
  border-right: 0.13em solid #004386;
  border-top: 0.13em solid #004386;
  content: "";
  display: inline-block;
  height: 0.3em;
  margin: auto;
  -webkit-transform: rotate(45deg) translate(2px, -4px);
          transform: rotate(45deg) translate(2px, -4px);
  width: 0.3em;
}

/* =========================================================
 * 2022
 * 新テンプレ調整
 * ====================================================== */

/*MVボタン2行調整*/
@media screen and (min-width: 769px){
	.p-facade__wrap {
		width: 50% !important;
	}
	.w100p{
		width:100% !important;
	}
}
.p-facade__button{
	height:auto !important;
}
.c-btn.--large{
	margin-bottom:15px !important;
}
@media screen and (min-width:481px) and ( max-width:768px){
	.line02 .c-btn.--large{
		margin-top:0 !important;
	}
}
/*下部問い合わせボタン文字*/
.wrapper .p-contact .p-contact__item .p-contact-item__button .c-btn__link{
	font-size:16px;
	font-weight:bold;
}