@charset "UTF-8";
/*!
* /business/services/voice-video/uc-conferencing/conferencing/id.html
* conferencing Audio
*/
/*画像パス　/content/dam/nttcom/hq/jp/business/services/voice-video/uc-conferencing/conferencing/id/img/ */

body {
  background-image:url(https://www.ntt.com/content/dam/nttcom/cmn/img/backgrounds/bg-l-services-detail-lvl2.jpg);
}
.tabNavigation_contents p{
  margin-bottom:0;
}
.TitleH1{
  margin-bottom: 100px;
}
/** ========================================
* メイン部分
* ====================================== */
.conferencing_main_img{
  line-height:0;
  position:relative;
}
.conferencing_main_img img{
  vertical-align:bottom;
}
.conferencing_cont{
  background:url(/content/dam/nttcom/hq/jp/business/services/voice-video/uc-conferencing/conferencing/id/img/main_bg.png) no-repeat top  #fff;
}

.conferencing_cont h3{
  margin:0;
  padding:0;
}
.conferencing_cont .main_title_area{
  display:flex;
  margin-bottom:100px;
}
.conferencing_cont .main_title_area .left_area{
  padding-left:20px;
  width:calc(100% - 710px);
}
.conferencing_cont .main_title_area .left_area h2{
  margin: 0;
  padding: 80px 0 0;
  font-size: 120px;
  font-weight: bold;
}
.conferencing_cont .main_title_area .left_area p{
  font-size:18px;
  font-weight:bold;
}
.conferencing_cont .main_title_area .right_area{
  background: url(/content/dam/nttcom/hq/jp/business/services/voice-video/uc-conferencing/conferencing/audio-conferencing/img/main_title_bg.png) no-repeat;
  width: 710px;
  height: 322px;
  color: #fff;
  padding: 98px 20px 0 60px;
}
.conferencing_cont .main_title_area .right_area p{
  margin: 0;
  font-size:36px;
}

.id_w{
  width:820px;
}

/* ========================================
* サービス概要 リスト
* ====================================== */
.service_list-id{
  margin: 100px auto 0;
}
.service_list-id{
  margin: 120px auto 0;
  padding: 0;
  list-style: none;
}
.service_list-id .list_item{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service_list-id .list_item + .list_item{
  margin: 75px 0 0;
}
.service_list-id .list_item:nth-child(odd){
  flex-direction: row-reverse;
}

.service_list-id .list_item .item_imgBox{
  width: 270px;
  text-align: center;
}
.service_list-id .list_item .item_imgBox .box_ttl{
  font-size: 44px;
  font-weight: bold;
}
.service_list-id .list_item .item_imgBox .box_img{
  margin: 15px 0 0;
}
.service_list-id .list_item .item_txtBox{
  width: 550px;
}
.service_list-id .list_item .item_txtBox .box_txt{
  margin: 15px 0 0;
}
.service_list-id .list_item .item_txtBox .box_link{
  margin: 25px 0 0;
}
.service_list-id .list_item .item_txtBox .box_link a{
  display: inline-block;
  min-width: 360px;
  padding: 14px;
  border: 1px solid #004386;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transition: all 0.4s ease;
}
.service_list-id .list_item .item_txtBox .box_link a:hover{
  background: #004386;
  color: #fff;
}
.service_list-id .list_item:nth-child(odd) .item_txtBox{
  padding-left: 80px;
}
.service_list-id .list_item:nth-child(2) .item_txtBox{
  width: 470px;
}

/* ========================================
* ボタンエリア
* ====================================== */
.contactArea{
  margin: 100px 0 30px;
}
.contactArea__inner{
  max-width: 842px;
  margin: 0 auto;
}
.contactArea .contactArea__btn{
  display: flex;
}
.contactArea .btn__item{
  position: relative;
  flex: 1 1 50%;
  padding: 16px;
  background: #ffd601;
  border-radius: 8px;
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  border: 2px solid #000000!important;
}
.contactArea .btn__item:not(:first-child){
  margin-left: 20px;
}
.contactArea .btn__item::after{
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 22px;
  width: 20px;
  height: 20px;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

.contactArea .btn__item-trial,
.contactArea .btn__item-request{
  padding: 14px;
}
.contactArea .btn__item-trial{
  border: 2px solid #600000;
  background: #CF1E1E;
  color:#ffffff;
}
.contactArea .btn__item-trial::after{
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
}
.contactArea .btn__item-request{
  background: #ffd601;
  border: 2px solid #004386;
  padding: 14px;
  color: #004386;
}
.contactArea .btn__item-request::after{
  border-top: 4px solid #004386;
  border-right: 4px solid #004386;
}

.contactArea .contactArea__info{
  margin: 37px 70px 0;
}
.contactArea .tel__num{
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.15rem;
}
.contactArea .tel__time{
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: .95rem;
  line-height: 1;
}
.contactArea .info__notes{
  margin-top: 16px;
  font-size: .7rem;
}
.contactArea .info__notes dd{
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}
.contactArea .info__notes dd::before{
  content: "■"; 
}

.related_services{
  margin: 60px 0 0;
}


/* 追従ボタン */
.contact_bt {
  min-width: 375px;
  font-weight: bold;
  text-align: center;
}
.request_btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: .1em;
  right: 1em;
  margin: auto;
  width: .5em;
  height: .5em;
  border-top: .13em solid #004386;
  border-right: .13em solid #004386;
  transform: rotate(45deg);
}
/*無料トライアル*/
.trial_btn{
  background: #CF1E1E;/*赤*/
  border: 2px solid #600000;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.trial_btn:hover{
  background: #D64040;/*薄赤*/
}
/*無料トライアル　くの字*/
.trial_btn:after{
  content:"";
  position:absolute;
  top:0;
  bottom:.1em;
  right:1em;
  margin:auto;
  width: .5em;
  height: .5em;
  border-top: .13em solid #fff;
  border-right: .13em solid #fff;
  transform: rotate(45deg);
}

.resourceArea {
  position: relative;
  width: 1260px;
  margin: 0 auto;
}

.resourceArea .related_resources_title-text {
  color: #fff;
}

@media screen and (max-width: 1259px) {
  .resourceArea {
    width: 100%;
  }

  .resourceArea .column_component.colnum-2 > .cc-colnum {
    width: 100%;
  }
}

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


  /** ========================================
  * メイン部分
  * ====================================== */
  .conferencing_cont{
    background:url(/content/dam/nttcom/hq/jp/business/services/voice-video/uc-conferencing/conferencing/id/img/main_bg.png) no-repeat top  #fff;
    background-size:contain;
  }
  .conferencing_cont .main_title_area{
    display:block;
  }
  .conferencing_cont .main_title_area .left_area,
  .conferencing_cont .main_title_area .right_area{
    width: 100%;
  }
  .conferencing_cont .main_title_area .right_area{
    padding:15px;
    background:#0a64c8;
    width:100%;
    height:auto;
  }
  .conferencing_cont .main_title_area .right_area p{
    font-size:30px;
  }

  .id_w{
    width:100%;
  }

  /* ========================================
  * サービス概要 リスト
  * ====================================== */
  .service_list-id .list_item{
    display: block;
  }
  .service_list-id .list_item .item_imgBox{
    width: 100%;
  }
  .service_list-id .list_item .item_imgBox .box_ttl{
    font-size: 36px;
  }
  .service_list-id .list_item .item_imgBox .box_img{
    width: 70%;
    margin: 15px auto 0;
  }
  .service_list-id .list_item .item_txtBox{
    width: 100%!important ;
    margin-top: 15px;
  }
  .service_list-id .list_item .item_txtBox .box_ttl{
    font-size: 23px;
  }
  .service_list-id .list_item .item_txtBox .box_link a{
    min-width: auto;
    width: 100%;
  }
  .service_list-id .list_item:nth-child(odd) .item_txtBox{
    padding-left: 0;
  }


  /* ========================================
  * ボタンエリア
  * ====================================== */
  .contactArea{
    margin-right: 20px;
    margin-left: 20px;
  }


}




@media screen and (max-width: 480px) {
  /** ========================================
  * メイン部分
  * ====================================== */
  .conferencing_cont{
    padding-top:22px;
  }
  .conferencing_cont .main_title_area .left_area{
    margin-bottom:20px;
  }
  .conferencing_cont .main_title_area .left_area h2{
    font-size:4rem;
    padding-top:20px;
  }
  .conferencing_cont .main_title_area .right_area{
    padding:15px;
  }
  .conferencing_cont .main_title_area .right_area p{
    font-size:1rem;
  }
  .conferencing_cont .main_title_area{
    margin-bottom:40px;
  }
  .conferencing_cont .audio_heading01{
    font-size:1.25rem;
    margin-bottom: 20px;
  }
  .conferencing_cont .audio_heading02{
    font-size:1.25rem;
  }

  /* ========================================
  * ボタンエリア
  * ====================================== */
  .contactArea .contactArea__btn{
    display: block;
  }
  .contactArea .btn__item{
    display: block;
    padding-right: 30px;
    font-size: .875rem;
  }
  .contactArea .btn__item:nth-child(2){
    margin: 20px 0 0;
  }
  .contactArea .btn__item::after{
    right: 14px;
    width: 10px;
    height: 10px;
  }
  .contactArea .contactArea__info{
    margin: 37px 0 0;
  }
  .contactArea .tel__time{
    margin: 0 0 0 5px;
    font-size: .95rem;
    line-height: 1;
  }

  /* 追従ボタン */
  .contact_bt{
    min-width: auto;
    width: calc(100% - 40px);
  }
}