@charset "UTF-8";
/*---------------------------------

	2020/12 追加分

---------------------------------*/
/*申し込みボタンエリア*/
.apply_area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.apply_area > div {
  width: 49%;
}

/* スマホタブレット */
@media only screen and (max-width: 768px) {
  .apply_area > div {
    width: 100%;
  }
}

/*角丸*/
.apply_btn {
  position: relative;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  line-height: 1.25;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/*オンライン*/
.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: 0.13em solid #000000 !important;
  border-right: 0.13em solid #000000 !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*資料請求*/
.request_btn {
  background: #cc023a !important;
  /*黄#ffd601;からドコモ赤に*/
  border: 2px solid #000000 !important;
  /*青#004386;から臙脂に*/
  text-decoration: none;
  color: #FFFFFF !important;
  /*紺#004386;を白に*/
}

.request_btn:hover {
  background: #cc023a !important;
  /*薄黄#fdea8aを薄赤に*/
}

/*資料請求　くの字*/
.request_btn: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: 0.13em solid #fff !important;
  border-right: 0.13em solid #fff !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*追従ボタン*/
.js-contact_bt_1,
.js-contact_bt_2 {
  font-weight: bold;
}

/*オンラインでの新規お申し込み*/
.single_btn_area {
  width: 400px;
  margin: 30px auto;
}

@media only screen and (max-width: 768px) {
  .single_btn_area {
    width: 100%;
  }
}

/* TitleList */
.grid_contents .TitleList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.grid_contents .TitleList > li {
  text-align: left;
}

/* red */
.red {
  color: #cf1e1e;
  font-weight: bold;
}

.red a {
  color: #cf1e1e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.red a::before {
  background-image: url("/content/dam/nttcom/hq/jp/business/services/voice-video/uc-conferencing/conferencing/audio-conferencing/img/icon/icon_pdf.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 1.5em;
  margin-right: 0.25em;
  min-height: 1.5em;
  min-width: 1.5em;
  width: 1.5em;
}

.red .ft-normal {
  color: #333;
  font-weight: normal;
}