@charset "UTF-8";
/* ------------------------------------------- */
/* all
/* ------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP','ヒラギノ角ゴ ProN W3','Hiragino Sans','Hiragino Kaku Gothic ProN','游ゴシック','游ゴシック体','Yu Gothic',YuGothic,'メイリオ',meiryo,"ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.5;
  background-color: #F7F7F8;
  max-width: 100%;
  letter-spacing: 0.1rem;
  text-align: left;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  -webkit-transition: ease-in-out all .3s;
  transition: ease-in-out all .3s;
}

.flex_rc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex_rr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.br_pc {
  display: block;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }
  .flex_rc {
    display: block;
  }
  .flex_rr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .br_pc {
    display: none;
  }
}

/* ------------------------------------------- */
/* メインコンテンツ
/* ------------------------------------------- */
.common-article #edit-area {
  padding: 0;
}

/* ------------------------------------------- */
/* fv
/* ------------------------------------------- */
.trend_fv {
  background-image: url(/content/dam/nttcom/hq/jp/bizon/business-tips/images/bg_pc.png);
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}

.trend_fvCopy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8.7%;
  width: 100%;
  z-index: 2;
}

.common-article .edit-area .trend_fvTitle {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 10.87% 0 0;
  white-space: nowrap;
}

.common-article .edit-area .trend_fvText {
  color: #fff;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .trend_fv {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(/content/dam/nttcom/hq/jp/bizon/business-tips/images/bg_sp.png);
    height: 120px;
  }
  .trend_fvCopy {
    display: block;
    padding: 0 5.9%;
  }
  .common-article .edit-area .trend_fvTitle {
    font-size: 2.8rem;
    margin: 0 0 1.6rem;
  }
  .common-article .edit-area .trend_fvText {
    font-size: 1.4rem;
  }
}

/* ------------------------------------------- */
/* リード文
/* ------------------------------------------- */
.common-article .edit-area .trend_lead {
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: normal;
  margin-top: 3.26%;
  margin-bottom: 4.347%;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .common-article .edit-area .trend_lead {
    font-size: 1.4rem;
    margin-top: 4.451%;
    margin-bottom: 5.934%;
  }
}

/* ------------------------------------------- */
/* 近未来年表
/* ------------------------------------------- */
.trend_banner {
  margin: 4.347% auto;
  max-width: 920px;
  text-align: center;
}

.trend_banner .kinmirai_link {
  display: inline-block;
}

.trend_banner img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .trend_banner {
    margin: 4.347% auto 5.934%;
    padding: 0 10px;
    width: 100%;
  }
}

/* ------------------------------------------- */
/* トレンド一覧
/* ------------------------------------------- */
.common-article .edit-area .trend_wrapper {
  margin-bottom: 7.0rem;
}

.common-article .edit-area .trend_list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 920px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.common-article .edit-area .trend_item {
  width: 32.173%;
  margin: 0 0.815% 1.63%;
  -webkit-box-shadow: 0 1px 8px rgba(126, 113, 113, 0.1);
  box-shadow: 0 1px 8px rgba(126, 113, 113, 0.1);
  overflow: hidden;
  position: static;
  padding-left: 0px;
}

.common-article .edit-area .trend_item:nth-child(3n-2) {
  margin-left: 0;
}

.common-article .edit-area .trend_item:nth-child(3n) {
  margin-right: 0;
}

.common-article .edit-area .trend_item:hover .trend_img_wrapper img {
  left: 53%;
  top: 53%;
  -webkit-transform: scale(1.06) translate(-50%, -50%);
          transform: scale(1.06) translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .common-article .edit-area .trend_item:hover .trend_img_wrapper img {
    left: auto;
    top: auto;
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}

.common-article .edit-area .trend_item .trend_img_wrapper {
  height: 156px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .common-article .edit-area .trend_item .trend_img_wrapper {
    height: auto;
  }
}

.common-article .edit-area .trend_item .trend_img_wrapper img {
  left: 50%;
  margin: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: ease-in-out all .3s;
  transition: ease-in-out all .3s;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .common-article .edit-area .trend_item .trend_img_wrapper img {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
}

.common-article .edit-area .trend_item .trend_img_wrapper.scale_1_2 img {
  left: 65%;
  top: 62.5%;
  -webkit-transform: scale(1.3) translate(-50%, -50%);
          transform: scale(1.3) translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .common-article .edit-area .trend_item .trend_img_wrapper.scale_1_2 img {
    left: auto;
    top: auto;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.common-article .edit-area .trend_item:hover .trend_img_wrapper.scale_1_2 img {
  left: 70%;
  top: 65%;
  -webkit-transform: scale(1.4) translate(-50%, -50%);
          transform: scale(1.4) translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .common-article .edit-area .trend_item:hover .trend_img_wrapper.scale_1_2 img {
    left: auto;
    top: auto;
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}

.trend_item_container {
  background-color: #fff;
  width: 100%;
  height: 165px;
  padding: 22px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.common-article .edit-area .trend_item_title {
  text-align: left;
  font-weight: bold;
  font-size: 1.8rem;
  color: #333;
  background: none;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  position: static;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .common-article .edit-area .trend_item_title {
    font-size: 1.6rem;
  }
}

.common-article .edit-area li .trend_btn,#section-featured .pickup .trend_btn {
  bottom: 22px;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0px;
  position: absolute;
  text-align: right;
  width: calc(100% - 40px);
}

.common-article .edit-area li .trend_btn::after,#section-featured .pickup .trend_btn::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 7px;
  background: url(/content/dam/nttcom/hq/jp/bizon/images/common/arrow.png) no-repeat center center;
  background-size: 100% auto;
  margin-left: 10px;
  -webkit-transform: rotate(-90deg) translateX(2px);
          transform: rotate(-90deg) translateX(2px);
  -webkit-transition: .3s;
  transition: .3s;
}

.common-article .edit-area .trend_item:hover .trend_btn::after,.common-article .edit-area #section-featured .pickup > a:hover .trend_btn::after {
  margin-left: 15px;
  margin-right: -5px;
}

.common-article .edit-area .tips_link:hover {
  text-decoration: none;
}

.common-article .edit-area .trend_item::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .common-article .edit-area .trend_list {
    width: 100%;
  }
  .common-article .edit-area .trend_item {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 2.967%;
  }
  .common-article .edit-area .trend_item:last-child {
    margin-bottom: 0;
  }
  .trend_item_container {
    height: auto;
    padding: 15px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: static;
  }
  .common-article .edit-area .trend_item_title {
    margin-bottom: 10px;
  }
  .common-article .edit-area li .trend_btn,#section-featured .pickup .trend_btn {
    font-size: 1.4rem;
    line-height: 1.5;
    width: 100%;
    padding: 12px 0 12px;
    position: relative;
    bottom: 0px;
  }
  .common-article .edit-area li .trend_btn::after,#section-featured .pickup .trend_btn::after {
    /*
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-42%);
            transform: translateY(-42%);
    right: 30px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
*/
    -webkit-transform: rotate(-90deg) translateX(1px);
            transform: rotate(-90deg) translateX(1px);
  }
}

/* ------------------------------------------- */
/* 特集のご案内
/* ------------------------------------------- */
@media screen and (max-width: 768px) {
  .common-article .special_topics {
    margin-bottom: 2.0rem;
  }
}

.common-article .special_topics * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.common-article .special_topics .common-ttl03 {
  border-bottom: solid 4px #0e367c;
  display: block;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 4.0rem;
  padding-bottom: 1.6rem;
  text-align: center;
  width: 6.5em;
}

@media screen and (max-width: 480px) {
  .common-article .special_topics .common-ttl03 {
    font-size: 2.6rem;
  }
}

.common-article .special_topics .st-lead {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 auto 3.0rem;
  padding: 0 4.5rem;
}

@media screen and (max-width: 480px) {
  .common-article .special_topics .st-lead {
    font-size: 1.4rem;
  }
}

.common-article .special_topics .st_area {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 8px rgba(126, 113, 113, 0.1);
  box-shadow: 0 1px 8px rgba(126, 113, 113, 0.1);
  max-width: 100%;
  padding: 40px;
}

.common-article .special_topics .st_area .st_banner {
  width: 100%;
}

.common-article .special_topics .st_area .st_banner img {
  max-width: 100%;
}

.common-article .special_topics .st_area .st_area_lead {
  line-height: 1.6;
  margin: 0 auto 3.2rem;
  padding: 0 1.6rem;
}

@media screen and (max-width: 480px) {
  .common-article .special_topics .st_area .st_area_lead {
    padding: 0;
  }
}

.common-article .special_topics .st-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 45px 0 0;
  padding: 45px 0 0;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .common-article .special_topics .st-items {
    display: block;
  }
}

.common-article .special_topics .st-items li {
  background-color: #eff2f9;
  line-height: 1.6;
  list-style: none;
  margin: 0 0 2.0rem;
  padding: 2.6rem 2.0rem;
  width: 48.8%;
}

@media screen and (max-width: 768px) {
  .common-article .special_topics .st-items li {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .common-article .special_topics .st-items li {
    font-size: 1.4rem;
  }
}

.common-article .special_topics .st-items li::before {
  content: none;
}

.common-article .special_topics .st-items li:nth-of-type(odd) {
  margin-right: 2.4%;
}

@media screen and (max-width: 768px) {
  .common-article .special_topics .st-items li:nth-of-type(odd) {
    margin-right: 0;
  }
}

.common-article .special_topics .st-items li:nth-last-of-type(-1), .common-article .special_topics .st-items li:nth-last-of-type(-2) {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .common-article .special_topics .st-items li:nth-last-of-type(-2) {
    margin-bottom: 2.0rem;
  }
}

.common-article .edit-area .st-sol-title {
  margin: 0;
  padding: 0 1.6rem;
}

.common-article .special_topics .st-items li h4 {
  color: #0b357f;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.4rem;
}

@media screen and (max-width: 480px) {
  .common-article .special_topics .st-items li h4 {
    font-size: 1.6rem;
  }
}

.common-article .special_topics .st-items li h4 a {
  color: #0b357f;
}



/* ------------------------------------------- */
/* section-featured
/* ------------------------------------------- */
.container {overflow: hidden;}
#section-featured .pickup{width:100%;margin-bottom:60px;}
#section-featured .pickup .img {width:100%;height:0;padding-bottom:25%;box-shadow:0 1px 8px rgba(0,0,0,0.1),0 0 70px rgba(0,0,0,0.17) inset;position:relative;z-index:1;overflow:hidden;}
#section-featured .pickup .img span{display:block;width:100%;height:100%;position:absolute;top:0;left:0;background:url(/content/dam/nttcom/hq/jp/bizon/images/common/noimage.png) no-repeat center center;background-size:cover;z-index:2;transition:.3s;}
#section-featured .pickup > a:hover .img span{-webkit-transform:scale(1.06) translate3d(0,0,0);transform:scale(1.06) translate3d(0,0,0);opacity: 0.7}
.common-article .edit-area #section-featured .pickup > a:hover{text-decoration: none;}
#section-featured .pickup .inner{background:#fff;box-shadow:0 1px 8px rgba(0,0,0,0.1);width:800px;max-width:90%;margin:-20px auto 0;padding:35px 30px;position:relative;z-index:3;}
#section-featured .pickup .inner .ttl{font-weight:bold;font-size:2.6rem;padding: 0;margin-bottom: 8px;background: none;color: #0e367d}
#section-featured .pickup .inner .txt{color:#000;font-size:1.6rem;line-height:1.8;}

@media screen and (max-width: 768px) {
#section-featured {margin: 0 calc(50% - 50vw);width: 100vw;}
#section-featured .pickup{margin-bottom:30px;}
#section-featured .pickup .img{padding-bottom:50%;}
#section-featured .pickup .img span{background-position:center left;background-color:#1b1c20;background-size:contain}
#section-featured .pickup .img span:before{content:"";position:absolute;top:0;right:14%;width:20%;height:100%;background:linear-gradient(to left,rgba(27,28,32,1),rgba(27,28,32,0))}
#section-featured .pickup:hover .img span{-webkit-transform:none;transform:none;}
#section-featured .pickup .inner{margin-top:-15px;padding:20px;max-width: 88%;}
#section-featured .pickup .inner .ttl{font-size:2rem;margin-bottom:8px;}
#section-featured .pickup .inner .txt{font-size:1.4rem;}
}