@charset "UTF-8";
/*!
 * conferencing.html
 * conferencing TOP
 */
/*画像パス　/content/dam/nttcom/hq/jp/business/services/voice-video/uc-conferencing/conferencing/img/ */

/** ========================================
 * 共通
 * ====================================== */
ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
*, * :after, * :before{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sp_only{
  display: none;
}


/** ========================================
 * index
 * ====================================== */
/* index一番上 */
.index_top .top_ttl{
  margin-bottom: 0;
}
.index_top .top_list{
  margin: 20px 0;
}
.index_top .top_list .list_item{
  padding-left: 1em;
  text-indent: -1em;
  font-size: 24px;
  font-weight: bold;
}
.index_top .top_list .list_item + .list_item{
  margin: 20px 0 0;
}
.index_top .top_note{
  padding-left: 20px;
  text-indent: -1em;
}
.index_top .top_contact{
  margin: 40px 0 0;
  padding: 10px;
  border: 1px solid #CCCCCC;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.index_top .top_confcont{
  margin: 30px 0;
}



/* タブの中身 */
.service_list{
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0 0;
}
.service_list .list_item .item_type{
  margin: 0;
  font-weight: bold;
}
.service_list .list_item .item_ttl{
  margin: 3px 0 0;
  font-weight: bold;
  color: #0A64C8;
  font-size: 22px;
}
.service_list .list_item .item_ttl sup{
  font-size: 12px;
  font-weight: bold;
}
.service_list .list_item .item_txt{
  margin: 7px 0 0;
}
.service_list .list_item .item_img{
  margin: 7px 0 0;
}
.service_list .list_item .item_img img{
  vertical-align: bottom;
}
.service_list .list_item .item_link{
  margin: 20px 0 0;
  text-align: center;
}
.service_list .list_item .item_link a{
  display: inline-block;
  padding: 12px 29px;
  border: 1px solid #004386;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  transition: all 0.4s ease;
}
.service_list .list_item .item_link a:hover{
  background: #004386;
  color: #fff;
}

/* ２つ並び */
.service_list-col2 .list_item{
  width: 390px;
}
.service_list-col2 .list_item:nth-child(n + 3){
  margin: 60px 0 0;
}
.service_list-col2 .list_item:nth-child(even){
  margin-left: 60px;
}


.service_list-col2 .list_item .item_img{
  position: relative;
}
.service_list .list_item.share .item_img::after{
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  width: 80px;
  height: 92px;
  /*background: url(/content/dam/nttcom/hq/jp/business/services/voice-video/uc-conferencing/conferencing/img/share_no1.png) 0 0 no-repeat;*/
}

/* ３つ並び */
.service_list-col3 .list_item{
  width: 240px;
}
.service_list-col3 .list_item:nth-child(n + 2){
  margin-left: 60px;
}
.service_list-col3 .list_item .item_ttl span{
  font: 18px;
}
@media all and (-ms-high-contrast: none) {
  .service_list-col2 .list_item:nth-child(even){
    margin-left: 59px;
  }
  .service_list-col3 .list_item:nth-child(n + 2){
    margin-left: 59px;
  }
}


/* お問い合わせ・資料請求 */
.confcont{
  width: 420px;
  margin: 150px auto 100px;
  padding: 30px 40px 35px;
  border: 1px solid #9fa0a0;
}
.confcont .txt{
  font-size: 14px;
}
.confcont .txt span{
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.confcont .note{
  margin: 10px 0 15px;
  padding: 2px 5px;
  background: #e6e6e6;
  font-size: 12px;
  font-weight: bold;
}
.confcont .tel img{
  max-width: 100%;
}
.confcont .tel span{
  display: block;
  margin: 7px 0 0;
  font-size: 12px;
}

/* レコメンド コラム */
.conflist{
  width: 340px;
  margin: 0 auto;
}
.conflist .tit{
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #004386;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.conflist .link{
  padding: 0 35px;
  background: url(/content/dam/nttcom/hq/jp/business/services/voice-video/uc-conferencing/conferencing/img/ico_arrow02.png) 20px center no-repeat;
}
.conflist .link + .link{
  margin: 20px 0 0;
}
.conflist .link a{
  font-size: 15px;
}
.conflist .link a:hover{
  opacity: .5;
  transition: all 0.4s ease;
}

/* 関連サービス */
.related_services{
  margin: 100px 0 0;
}
.related_services .related_services_item{
  padding: 0px 0px 0px 30px;
  text-align: center;
  vertical-align: top;
}
.related_services .related_services_item .txt{
  display: table-cell;
  width: auto;
  margin: 54px 0px 0px 30px;
  padding: 0;
  text-align: left;
}
.related_services .related_services_contents h4{
  margin: 0 0 20px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  /** ========================================
  * 共通
  * ====================================== */
  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }

  /** ========================================
  * index
  * ====================================== */
  /* index一番上 */
  .index_top .top_list{
    margin: 10px 0;
  }
  .index_top .top_list .list_item{
    font-size: 18px;
  }
  .index_top .top_list .list_item + .list_item{
    margin-top: 10px;
  }


  /* タブの中身 */
  .service_list{
    display: block;
  }
  .service_list .list_item .item_img{
    text-align: center;
  }
  .service_list .list_item .item_img img{
    width: auto;
    max-width: 100%;
  }

  .service_list-col2 .list_item,
  .service_list-col3 .list_item{
    width: 100%;
  }
  .service_list-col2 .list_item:nth-child(even),
  .service_list-col3 .list_item:nth-child(n + 2){
    margin-left: 0;
  }
  .service_list-col2 .list_item:nth-child(n + 2),
  .service_list-col3 .list_item:nth-child(n + 2){
    margin-top: 60px;
  }

  /* お問い合わせ・資料請求 */
  .confcont{
    width: 100%;
    margin: 75px auto 50px;
    padding: 20px 15px;
  }

  /* レコメンド コラム */
  .conflist{
    width: 100%;
  }
  .conflist .tit{
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 18px;
  }
  .conflist .link{
    padding: 0 15px;
    background-position-x: 0;
  }
  .conflist .link + .link{
    margin-top: 10px;
  }
  .conflist .link a{
    font-size: 14px;
  }

  /* 関連サービス */
  .related_services{
    margin-top: 85px;
  }
  .related_services .related_services_item{
    padding-left: 0;
  }
  .related_services .related_services_ttl{
    width: 160px;
    height: 160px;
    margin-bottom: 50px;
  }
  .related_services .related_services_ttl .ttl_inner{
    top: 29%;
    left: 18%;
    width: 100px;
  }
  .related_services .related_services_ttl .ttl_inner p{
    margin-top: 12px;
  }


}



/*オンライン*/
.online_btn{
	background: #ffd601!important;/*赤#CF1E1Eを黄色に*/
	border: 2px solid #000000!important;/*臙脂600000を紺に*/
	text-decoration: none;
	color: #000000!important;/*白FFFFを紺に*/
}
.online_btn:hover{
	background: #fdea8a;;/*薄赤#D64040を薄黄色に*/
}
/*オンライン　くの字*/
.online_btn:after{
	content:"";
	position:absolute;
	top:0;
	bottom:.1em;
	right:1em;
	margin:auto;
	width: .3em;
	height: .3em;
	/* border-top: .13em solid #fff; */
	/* border-right: .13em solid #fff; */
	border-top: .13em solid #000000!important;
	border-right: .13em solid #000000!important;
	transform: rotate(45deg);
}
/*資料請求*/
.request_btn,.contact_bt02{
	background: #cc023a!important;/*黄#ffd601;からドコモ赤に*/
	border: 2px solid #000000!important;/*青#004386;から臙脂に*/
	text-decoration: none;
	color: #FFFFFF!important;/*紺#004386;を白に*/
}
.request_btn:hover,
.contact_bt02:hover{
	background: #cc023a!important;/*薄黄#fdea8aを薄赤に*/
}
/*資料請求　くの字*/
.request_btn:after,
.contact_bt02:after{
	content:"";
	position:absolute;
	top:0;
	bottom:.1em;
	right:1em;
	margin:auto;
	width: .3em;
	height: .3em;
	/* border-top: .13em solid #004386; */
	/* border-right: .13em solid #004386; */
	border-top: .13em solid #fff!important;
	border-right: .13em solid #fff!important;
	transform: rotate(45deg);
}

.contact_bt{
    padding: 12px 20px 12px 20px;
}

.contactArea .btn__item-trial{
    border: 2px solid #000000!important;/*青#004386;から臙脂に*/
    background: #cc023a!important;/*黄#ffd601;からドコモ赤に*/
}
.contactArea .btn__item-request{
    border: 2px solid #000000!important;/*青#004386;から臙脂に*/
    background: #cc023a!important;/*黄#ffd601;からドコモ赤に*/
	color: #FFFFFF!important;/*紺#004386;を白に*/

}

.contactArea .btn__item-request::after{
	/* border-top: .13em solid #004386; */
	/* border-right: .13em solid #004386; */
	border-top: 4px solid #fff!important;
	border-right: 4px solid #fff!important;
}