@charset "UTF-8";

/* ******************** */
/*

\market_auth\ad\ma-cdp-3b.html
用に、ma-cdp-2020.html用のadd-style.css を変更

*/
/* 変数  IE消えたので使用に変更 
/* ******************** */
:root {
  --text_black : #000;
  --text_white : #fff;
  --text_attent :#FF6600;
  --bgc        : #ffffff;
  --bgc_point1 : #DCF0F5;
  --bgc_point2 : #ffffff;
  --bgc_point3 : #DCF5EE;
  --conversion1: #0c2546;
  --conversion2: #38A9C5;
  --btn        : #ff6666;
  --btn_hover  : #ff9999;
  --fz_l       : 48px;
  --fz_m       : 36px;
  --fz_s       : 24px;
  --fz_ss       : 20px;
  --fz_sss      : 12px;
}
/********************* */

#landing #globalHead {
border-bottom: 0px;
}

.text_white{ color: var(--text_white);}

small{font-size:small;}

.under_line {
  background: linear-gradient(transparent 80%, var(--text_attent) 80%);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 100%; /* '30%'の部分にマーカーの太さを記入 */
  transition: all 1s ease-in-out; /* マーカーを引く速度を調整 */
}
.under_line.inview {
    background-size: 100% 100%; /* '30%'の部分は上で設定した太さに合わせる */

}
/* スマホのみ 小さい画像を拡大可能に */
@media screen and (min-width: 768px) {
  a.sp_link{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
}/* media end */


@media screen and (min-width: 768px) {
  [data-device="sp"] {
    display: none !important;
  }
}/* media end */

@media screen and (max-width: 767px) {
  [data-device="pc"] {
    display: none !important;
  }
}/* media end */


/* ******************** */
/* 全体共通 */
/* ******************** */
.contentsWrapper {
  overflow: hidden;
  background-color: var(--text_white);
  margin: 0 auto;
  font-size: var(--fz_s);
}
p{
}

.contentsWrapper section {
  width: 100%;
  padding: 80px 0 80px;
  font-size: var(--fz_s);
}

.contentsWrapper section h2 {
  font-size: var(--fz_m);
  text-align: center;
}
.contentsWrapper section .sectionInner {
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
}


.conversionBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--btn);
  max-width: 528px;
  /*min-height: 100px;*/
  border-radius: 100px;
  margin: 0 auto;
  font-size: var(--fz_m);
  font-weight: 600;
  color: var(--text_white);
  text-decoration: none;
  transition: .15s;
  padding: 30px 40px 30px 30px;
}
.conversionBtn::after {
  content: "";
  position: absolute;
  display: block;
  top: calc( 50% - 15px );
  right: 20px;
  background-repeat: no-repeat;
  background-position:  center;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDEyIDIwIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Il8iIGRhdGEtbmFtZT0iJmd0OyIgY2xhc3M9ImNscy0xIiBkPSJNOTM0LDY5NTdsMTAtMTAtMTAtMTAtMiwyLDgsOC04LDhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTMyIC02OTM3KSIvPgo8L3N2Zz4K");
  width: 30px;
  height: 30px;
}
.conversionBtn:hover {
  background-color: var(--btn_hover);
  transition: .15s;
}

/*
.subBtn > a{
background-color:#0D2D53;
color: var(--text_white);
border-radius: 30px;
    box-shadow: none;
    font-weight: normal;
    padding: 15px 40px  15px 50px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 80%;
    position: relative;
}

.subBtn > a::after {
content: '\3009' !important;
    font-family: sans-serif !important;
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -14px;

}
*/
/* 
content: '\3009' !important;
    font-family: sans-serif !important;
 */

a:hover img{
  opacity: 0.6;
}

/* ******************** */
/* 仮 */
/* ******************** */
section.komarigoto{
  padding-bottom: 30px;
  padding-top: 50px;
}


.komarigoto .sectionInner div{
  display: flex;
}
.komarigoto .sectionInner ul{
margin-top: 20px;
}
.komarigoto .sectionInner ul li{
    position: relative;
    padding-left: 30px;
    padding-top: 15px;
  }
 
.komarigoto .sectionInner ul li:before {
    content: "";
    position: absolute;
    top: .4em;
    left: 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 10px;
    height: 20px;
    border-right: 4px solid var(--text_attent);
    border-bottom: 4px solid var(--text_attent);
  }




.point01 ol {
  counter-reset:num;
  list-style-type: none!important;
  padding:0;
  margin:0;
  display: flex;
}
.point01 ol li {
  position: relative;
  line-height: 1.5em;
  padding: 1em;
 margin-left: 1em;
width: calc(33.3%);
background-color: var(--text_white);
border-radius: 10px;
}

.point01 ol li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display:inline-block;
  background: var(--text_attent);
  color: var(--text_white);
  font-family: 'Arial',sans-serif;
  font-weight:bold;
  border-radius: 50%;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: -35px;
}

@media screen and (max-width: 767px) {
.point01 ol {
  display: block;
}
.point01 ol li {
width: calc(80%);
margin-bottom: 50px;
}
.point01 ol li:before {
  left: 25px;
  top: -25px;
}

}

/* ******************** */
/* キービジュアル */
/* ******************** */
.contentsWrapper .keyvisual {
  background-color: black;
  background-image: url("../image/kv6.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  /*height: 600px;*/
  min-height: 400px;
  padding: 0;
  font-size: 0;
  overflow: hidden;
}

.contentsWrapper .keyvisual .sectionInner
{
    background-color: rgba(255,255,255,0.5);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 20%, rgba(255,255,255,0) 100%);
}

.contentsWrapper .keyvisual .sectionInner {
  padding: 70px 20px;
  margin: 0 auto;
}
.contentsWrapper .keyvisual .sectionInner div {
  width: 60%;
  display: flex;
  flex-direction: column;

}

@media screen and (max-width: 767px) {

.contentsWrapper .keyvisual{
background-color:rgba(255,255,255,0.3);
background-blend-mode:lighten;
  background-position: 60% 0;
}
#apage.contentsWrapper .keyvisual {
    background-position: right -60px top;
}
.contentsWrapper section.keyvisual .sectionInner {
  padding: 0;
  padding-top: 20px;
}
.contentsWrapper .keyvisual .sectionInner div {
  width: 100%;
}

}/**/

.contentsWrapper .keyvisual .sectionInner div h1 {
  order: 2;
  min-height: 0%
}

/* セミナー告知エリア
.contentsWrapper .keyvisual .sectionInner div asset {
  order: 3;
  margin-top: 40px;
  font-size: 18px;
  display: block;
  padding: 20px;
  border: 2px var(--text_white) solid;
  background: linear-gradient(45deg,#3a1c71,#d76d77,#ffaf7b);
  color: var(--text_white);
}
.contentsWrapper .keyvisual .sectionInner div asset a{
  color: var(--text_white);
}
.contentsWrapper .keyvisual .sectionInner div asset.asset_b a small{
  text-decoration: none;
}
 */
.contentsWrapper .keyvisual .sectionInner div h1 p {
  margin-bottom: 20px;
  font-size: 18px;
}
.contentsWrapper .keyvisual .sectionInner div h1 img {
  display: block;
  width: auto;
  max-width: 400px;
}
.contentsWrapper .keyvisual .sectionInner div h2 {
  order: 1;
  /* margin-bottom: 90px; */
  margin-bottom: 50px;
  font-size: var(--fz_l);
  line-height: 72px;
  text-align: left;
}
@media screen and (max-width: 767px) {

.contentsWrapper .keyvisual .sectionInner div h2{
  margin: 30px 10px;
  font-size: 40px;
  line-height: 62px;

}
.contentsWrapper .keyvisual .sectionInner div asset,
.contentsWrapper .keyvisual .sectionInner div h1{
  margin: 10px;
  width: 80%;
}


}/**/
/* ******************** */
/* イントロダクション 

.contentsWrapper section.introduction {
  padding: 0px 0 80px;
}

.contentsWrapper .introduction h2{

  height: 100px;
  line-height: 100px;
  background-color: var(--conversion2);
  border-radius: 100vh;
  color: var(--text_white);
  text-align: center;
}
/* ******************** */


/* ******************** */

/* イントロダクション 
修正版
/* ******************** */
.contentsWrapper section.introduction {
  padding: 20px 0;
  background-color: var(--conversion2);
}

.contentsWrapper .introduction h2{
  color: var(--text_white);
  text-align: center;
}



/*
.contentsWrapper .introduction .sectionInner a img,
.contentsWrapper .introduction .sectionInner > img {
  max-width: 100%;
}
*/

/* ******************** */
/* POINT 共通 ieでflexははみ出す*/
/* ******************** */
.contentsWrapper .point h2 {
  display: flex;
  justify-content: center;
  align-items: center;

  margin-bottom: 50px;
  font-size: var(--fz_m);
  line-height: 60px;
  max-width:100%;
}
.contentsWrapper .point h2 img {
  width: 64px;
  margin-right: var(--fz_m);
}
.contentsWrapper .point h2 span {
  display: inline-block;
  text-align: left;
}
.contentsWrapper .point p {
  margin-bottom: 20px;
   font-size: var(--fz_s); 
   line-height: var(--fz_l); 
  /* font-size: 18px; */
  /* line-height: 1.56; */
}
.contentsWrapper .point .sectionInner > img {
  display: block;
  margin: 0 auto;
}
.contentsWrapper .point small {
  font-size:var(--fz_sss);
  line-height: 20px;
}


/* ******************** */
/* POINT 01 */
/* ******************** */
.contentsWrapper .point01 {
  background-color: var(--bgc_point1);
}
.contentsWrapper .point01 .sectionInner > img {
  width: 100%;
  height: auto;
}


/* ******************** */
/* POINT 02 */
/* ******************** */
.contentsWrapper .point02 {
  background-color: var(--text_white);
}
.contentsWrapper .point02 .sectionInner > img {
  width: 100%;
  height: auto;
}


/* ******************** */
/* POINT 03 */
/* ******************** */
.contentsWrapper .point03 {
  background-color: var(--bgc_point3);
}
.contentsWrapper .point03 .sectionInner > img {
  width: 100%;
  height: auto;
}
.contentsWrapper .point03 .sectionInner p {
 margin-bottom: 30px;
}


/* ******************** */
/* NTTテクノクロスの強み */
/* ******************** */
.contentsWrapper .strengths h2 {
  margin-bottom: 50px;
}
.contentsWrapper .strengths .sectionInner > p {
  margin-bottom: 100px;
   font-size: var(--fz_s); 
   line-height: var(--fz_l);
  /* font-size: 18px; */
  /* line-height: 1.56; */
}
.contentsWrapper .strengths .strengthsPoint {
  display: flex;
  justify-content:space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contentsWrapper .strengths .strengthsPoint div {
  width: calc(33.3% - 30px);
}
.contentsWrapper .strengths .strengthsPoint > div + div {
}
.contentsWrapper .strengths .strengthsPoint > div h3 {
  margin-bottom: 45px;
  font-size: 30px;
  text-align: center;
}
.contentsWrapper .strengths .strengthsPoint > div img {
  display: block;
  width: 100%;
  margin-bottom: 45px;
}
.contentsWrapper .strengths .strengthsPoint > div p {
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 1079px) {
  .contentsWrapper .strengths .strengthsPoint {
    flex-direction: column;
  }
  .contentsWrapper .strengths .strengthsPoint > div {
    width: 80%;
    margin: 0 auto;
  }
  .contentsWrapper .strengths .strengthsPoint > div + div {
    margin: 100px auto 0;
  }
  .contentsWrapper .strengths .strengthsPoint > div h3 {
    margin-bottom: 25px;
  }
  .contentsWrapper .strengths .strengthsPoint > div img {
    display: block;
    margin: 0 auto 25px;
  }
  .contentsWrapper .strengths .strengthsPoint > div p {
    margin: 0 auto;
  }
  
}


/* ******************** */
/* コンバージョン1 */
/* ******************** */
.contentsWrapper .conversion01 {
  background-color: var(--conversion1);
  color: var(--text_white);
}
.contentsWrapper .conversion01 h2 {
  margin-bottom: 50px;
}
.contentsWrapper .conversion01 h2 span {
  display: block;
}
.contentsWrapper .conversion01 h2 span:nth-of-type(2) {
  font-size: var(--fz_l);
}
.contentsWrapper .conversion01 p {
  text-align: center;
}
.contentsWrapper .conversion01 h3 {
  text-align: center;
  font-size: var(--fz_m);
  margin-bottom: 50px;
}
.contentsWrapper .conversion01 p:nth-of-type(1) {
  margin-bottom: 50px;
  font-size: var(--fz_s);
  line-height: var(--fz_l);
}
.contentsWrapper .conversion01 p:nth-of-type(2) {
  font-size: var(--fz_m);
}
.contentsWrapper .conversion01 .conversionBtn {
  margin-bottom: 50px;
}


/* ******************** */
/* コンバージョン2 */
/* ******************** */
.contentsWrapper .conversion02 {
  background-color: var(--conversion2);
  color: var(--text_white);
}
.contentsWrapper .conversion02 h2 {
  margin-bottom: 50px;
}


/* ******************** */
/* コンバージョン */
/* ******************** */
#contact{
    position: fixed;
    bottom: 0px;
    right: 0px;
    font-size: 15px;
    width: 560px;
}



#contact a:hover.contact002,
#contact a:hover.wpdl{
    text-decoration: none;
    background-color: var(--conversion2);
}

#contact a.contact002,
#contact a.wpdl{
  float: left;
    display: block;
    text-decoration: none;
    text-align: left;
    color: var(--text_white);
    width: 250px;
}

#contact a.wpdl {
    background: #fc5a5a;
    padding: 30px 0 15px 30px;
    border-top-left-radius:16px;
    letter-spacing:0.5em;
  background-position:top 5px right 15px;
  background-image: url("/products/market_auth/ad/image/pct_document.png");
  background-repeat: no-repeat;
  background-size: contain;
}

#contact a.contact002 {
    background: var(--conversion1);
    padding: 30px 0 15px 30px;
    letter-spacing:0.5em;
    border-top-left-radius:16px;
    border-top-right-radius:16px;
  background-position:top 5px right 15px;
  background-image: url("/products/market_auth/assets/images/index/index_pct_feature04.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .contentsWrapper{
  font-size: var(--fz_ss);

  }
.contentsWrapper .conversion02 h2,
.contentsWrapper .komarigoto h2,
.contentsWrapper .introduction h2{
  font-size: var(--fz_s);
}
.contentsWrapper .point h2{
  font-size: var(--fz_s);
  line-height: 30px;
}
.contentsWrapper .point h2 img {
  margin-right: 20px;
  width: 42px;
}

#contact{
    width: 100%;
     display: flex;
}
#contact a.contact002,
#contact a.wpdl{
    width: calc(50% - 70px);
    padding: 15px 50px 10px 20px;
    letter-spacing:0.2em;
      background-position:top 5px right 5px;
  background-size: contain;
  background-repeat: no-repeat;
  }

#contact a.contact002 {
    border-top-left-radius:0px;
}
}



/* ******************** */
/* コンバージョン３ */
/* ******************** */

#contactbnr{
    display: flex;
    flex-direction: column; 
    position: fixed;
    bottom: 100px;
    right: 10px;
    width: 260px;
}
#contactbnr img{
height: 200px;
    width: 250px;
margin-top: 1.5em;
margin-right: 10px;
}

.close_bnr{
    position: relative; 
    top: 0;
    height: 0; 
    z-index: 100;
    text-align: right; 
}

.batsu{
    font-size: 100%;
    font-weight: bold;
    border: 1px solid #999;
    background: var(--text_white);
    color: #999;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    width: 2em;
    line-height: 2em;
    cursor: pointer;
}
    
.batsu:hover{
    background: var(--text_black);
    border-color: var(--text_black);
    color: var(--text_white);
}

.negative{display: none !important;}