@charset "UTF-8";

/*
.grid_contents .grid_cols.grid-8 {
    width: 66.6667%;
}
*/
.grid_contents .grid_cols.grid-8:nth-child(4) {
    width: 100% !important;
}

.tabInPagePar4 h2 {
    margin-top: 40px !important;
}
/* =========================================================
 * ホバー
 * ====================================================== */
.textover .textover_target:hover,
.textover_area:hover .textover_target,
.inner_box a:hover,
.ocn_textover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
.jirei_box > a {
  display: block;
}
.jirei_box a:hover {
    text-decoration: none;
}
.jirei_box .link_component a,
.jirei_box .link_blank a,
.jirei_box .download a {
  font-weight: bold;
}
.jirei_box a .link_component,
.jirei_box a .link_blank,
.jirei_box a .download {
  font-weight: bold;
}

a p.link_component:after {
    content: url(/content/dam/nttcom/cmn/img/icon_right_arrow.png);
    margin-left: 10px;
}

a p.link_blank:after {
    content: url(/content/dam/nttcom/hq/cmn/img/cmn_icon05.gif);
    margin-left: 10px;
}





/* =========================================================
 * コラム
 * ====================================================== */

.column_component.colnum-2 > .cc-colnum:nth-child(1) {
    width: 50%;
    padding: 0 20px 0 0;
}
.column_component.colnum-2 > .cc-colnum:nth-child(2) {
    width: 50%;
    padding: 0 0 0 20px;
}

.link_component {
    margin-top: 16px;
    margin-bottom: 0px;
}
dl.news_hq dd {
    border-bottom: 1px solid #cfcfcf !important;
}
.news_hq dt {
    border-top: 0px solid #cfcfcf;
}
/* =========================================================
 * jirei_box　2
 * ====================================================== */

.jirei_box {
  border: solid 1px #ccc;
}
.tabNavigation_contents .jirei_box p {
   margin-bottom: 0;
}
.jirei_box .top {
  background-color: #EFEFEF;
  padding: 0 18px;
  height: 100px;
}
.jirei_box .top .left {
  display: block;
  color: #004386;
  font-size: 22px;
  font-weight: bold;
}
.jirei_box .top p{
  display: block;
  position: relative;
  top:50px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); /* Safari用 */
}

.jirei_box .bottom .left {
  display: table-cell;
  vertical-align: top;
}
.jirei_box .bottom .left img{
  width: 148px;
}

.jirei_box .bottom .right .type {
  display: table-cell;
}

.jirei_box .bottom .right .type .inner {
  width:auto ;
  text-align: center;
  background-color: #004386;
  color: #fff;
  font-weight: bold;
  float: left;
  margin-right: 10px;
/*
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
*/
  margin-bottom: 10px;
}
.jirei_box .bottom .right .type .inner .label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 7px 10px;
  line-height: 1;
}


.jirei_box .bottom {
  padding: 18px 20px;
}

.jirei_box .bottom .right {
  display: table-cell;
  padding-left: 20px;
}
.jirei_box .bottom .name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.jirei_box .bottom .lead {
  margin-bottom: 15px;
}
.jirei_box .bottom .pdf {
  color: #004386;
  font-weight: bold;
  margin-top: 6px;
}
.jirei_box .bottom .link {
  color: #004386;
  font-weight: bold;
  margin-top: 16px;
}
.jirei_box .bottom .download .download_cap {
  color: #004386;
  font-size:0.8em;
  margin-top:5px;
}


/* =========================================================
 * ＳＰ
 * ====================================================== */

@media screen and (max-width:480px) {
  .jirei_box {
    margin-bottom: 40px;
  }

  .jirei_box .top {
    background-color: #EFEFEF;
    padding: 20px 18px;
    height: auto;
  }
  .jirei_box .top .left {
    width: 100%;
    display: block;
    padding-right: 0;
    padding-bottom: 0;
    font-size: 0.7;
  }
  .jirei_box .top p{
    display: block;
    position: relative;
    top:0px;
    transform: translateY(0);
    -webkit-transform: translateY(0); /* Safari用 */
  }
  .jirei_box .top .right {
    display: block;
  }
  .jirei_box .top .right .inner {
    width: auto;
  }
  .jirei_box .bottom .left {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .jirei_box .bottom .right {
    display: block;
    padding-left: 0;
  }
  .column_component.colnum-2 > .cc-colnum:nth-child(1) {
      width: 100%;
      padding: 0;
  }
  .column_component.colnum-2 > .cc-colnum:nth-child(2) {
      width: 100%;
      padding: 0;
  }
  .jirei_box .bottom .left img{
      width: 100%;
  }

  .jirei_box .bottom .right .type .inner {
    width:auto ;
    text-align: center;
    background-color: #004386;
    color: #fff;
    font-weight: bold;
    float: left;
    margin-right: 10px;
  /*
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -o-border-radius: 6px;
  */
    margin-bottom: 10px;
  }
  .jirei_box .bottom .right .type .inner .label {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    padding: 7px 10px;
    line-height: 1;
  }

}


