@charset "UTF-8";

.btn01 {
	width: 470px;
	margin: 40px auto 0;
	text-align: center;
	display: table;
}
.btn01 a {
	display: block;
	background: #e9e9e9;
	padding: 15px 0;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
.cont_tits01.band {
	padding: 5px;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #e0e6ef;
}
.cont_tits01 {
	margin: 35px 0 15px;
	margin-top: 35px;
}
.cont_tits01 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.bottom_y {
	background: linear-gradient(transparent 60%, rgba(254, 211, 62, 0.5) 0%);
}

.flld_bb {
	padding: 1em;
	border: solid 1px #09357f;
	background-color: #eaf5fc;
}

.t_title {
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.connect .pic img,
	.pic {
		width: 100%;
	}
}

.Link_block_flex {
	width: 840px;
	margin: 0 auto;
}

.Link_block_flex ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
}
.Link_block_flex ul.lta-center {
	justify-content: center;
}
.Link_block_flex ul li {
	width: calc((100% - 60px) / 2);
	padding: 10px 5px 10px 10px;
	background: #ffd601;
	color: #004386;
	border: 2px solid #004386;
	font-size: 16px;
}
.Link_block_flex ul li:nth-child(n + 4) {
	margin-top: 20px;
}
.Link_block_flex ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	position: relative;
	color: #000;
	padding: 10px 5px 10px 10px;
	text-align: left;
}

.Link_block_flex ul li a::after {
	content: url(/content/dam/nttcom/cmn/img/icon_right_arrow.png);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
}

@media screen and (max-width: 768px) {
	.Link_block_flex {
		width: 90%;
	}
	.Link_block_flex ul li {
		width: calc((100% - 60px));
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 480px) {
	.Link_block_flex ul {
		margin-left: -40px;
	}
	.Link_block_flex {
		width: 100%;
	}
	.Link_block_flex ul li {
		font-size: 14px;
		width: 100%;
	}
	.Link_block_flex ul li:nth-child(n + 4) {
		margin-top: 0;
	}
	.Link_block_flex ul li:nth-child(n + 3) {
		margin-top: 20px;
	}
}

/* 220328追加 */

.computeFlatTypeSection p {
	line-height: 1.5;
}

.danger {
	color: #cc0033;
}

.shot {
	border: solid 1px #ccc;
}

.bg01 {
	padding: 2em;
	background: #eaf5fc;
}

.ta-center {
	text-align: center;
}

.border01 {
	padding: 2em;
	border: solid 1px #09357f;
}

.entry-detail__textlink01 {
	padding: 1em;
	border: solid 1px #ccc;
	border-radius: 0.4em;
}

.entry-detail__textlink01:not(:first-child) {
	margin-top: 2em;
}

.entry-detail__notes01 {
	text-decoration: underline;
}
.entry-detail__list01 {
	list-style: none;
}
.entry-detail__list01:not(:first-child) {
	margin-top: 2em;
}
.entry-detail__list01:not(:last-child) {
	margin-bottom: 2em;
}
*[class*="entry-detail__sec-subhead"] + .entry-detail__list01 {
	margin-top: 0;
}
.entry-detail__list01 li {
	position: relative;
	padding-left: 1.25em;
}
.entry-detail__list01 li:not(:last-child),
.entry-detail__ollist01 li:not(:last-child) {
	margin-bottom: 0.5em;
}

.entry-detail__list01 li::before {
	content: "●";
	position: absolute;
	left: 0;
	color: rgba(9, 53, 127, 0.6);
}

.entry-detail__ollist01 {
	margin-bottom: 0.5em;
	padding-left: 3em;
}

.entry-detail__ollist01 li::marker {
	font-size: 1.2em;
}

.entry-detail__list02 {
	line-height: 1.8;
}
.entry-detail__list02:not(:last-child) {
	margin-bottom: 2em;
}
.entry-detail__list02 dt {
	margin-bottom: 0.25em;
	font-weight: 500;
	color: #09357f;
}
.entry-detail__list02 dd:not(:last-child) {
	margin-bottom: 1em;
}

.entry-detail__list03:not(:last-child) {
	margin-bottom: 2em;
}
.entry-detail__list03 li {
	padding-left: 1em;
	text-indent: -1em;
}
.entry-detail__list03 li::before {
	content: "・";
}

.entry-detail__table01 {
	width: 100%;
	border-collapse: collapse;
}
.entry-detail__table01 th,
.entry-detail__table01 td {
	padding: 1em;
	border: solid 1px #09357f;
	vertical-align: top;
	line-height: 1.6;
}
.entry-detail__table01 th {
	text-align: center;
	font-weight: bold;
	background: #e0e6ef;
}

.introduction23 .entry-detail__table01._desc th {
	width: 180px
}


.entry-detail__table01 ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 25px;
}
/* .entry-detail__textlink01 {
  padding: 1em;
  border: solid 1px #ccc;
  border-radius: .4em;
}
.entry-detail__textlink01:not(:first-child) {
  margin-top: 2em;
}

.entry-detail__notes01 {
  text-decoration: underline;
} */

@media screen and (max-width: 750px) {
	.scroll-x {
		overflow: scroll;
		margin-bottom: 30px;
	}
	.border01 {
    padding: 1em;
	}
	.entry-detail__ollist01.border01 {
    padding: 1em 0 1em 2.5em;
	}
	.entry-detail__table01 {
		border-top: solid 1px #09357f;
		width: 700px;
		margin-bottom: 10px;
	}
	.entry-detail__table01 {
		width: 100%;
		max-width: 100%;
	}

	.entry-detail__table01.row th,
	.entry-detail__table01.row td {
    display: block;
    max-width: 100%;
    border-width: 0 1px 1px;
  }
	.introduction23 .entry-detail__table01._desc th {
		width: auto;
	}
		
  .entry-detail__table01.row th {
    border-bottom-style: dotted;
  }
  .entry-detail__table01.row.sp-table th,
	.entry-detail__table01.row.sp-table td {
    display: table-cell;
    border-style: solid;
    padding: .5em;
    font-size: .9em;
  }
}

.c-cvbtn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	background-color: #ffce00;
	border-radius: 3px;
	-webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
	color: #003893;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 21px;
	font-weight: 700;
	height: 55px;
	justify-content: flex-start;
	line-height: 1;
	padding-left: 85px;
	position: relative;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
	width: 360px;
	}
	.c-cvbtn:before {
    background: url(/content/dam/nttcom/hq/jp/business/services/voice-video/uc-conferencing/conferencing/event-conferencing/lp/aes/img/contact.icon.svg) no-repeat 50%;
    background-size: 100%;
    content: "";
    height: 22px;
    left: 39px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
	}
.aes_kv {
  background: #1c233d url(/content/dam/nttcom/hq/jp/business/services/voice-video/uc-conferencing/conferencing/event-conferencing/lp/aes/img/main-visual.jpg) no-repeat 50%;
  background-size: auto;
	padding: 40px 30px;
}

.aes_kv__ttl2 {
  margin: 0
}

.aes_kv__ttl2 .__sub {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-bottom: 24px;
  margin-left: 7px;
  position: relative;
  width: 332px
}

.aes_kv__ttl2 .__sub span {
  color: #003893;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .16px;
  position: relative
}

.aes_kv__ttl2 .__sub:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg)
}

.aes_kv__ttl2 .__main {
  color: #fff;
  display: block;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  text-align: left
}

.aes_kv__ttl3 {
	margin-bottom: 0;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 10px -8px 17px #020517
}

.aes_kv .c-cvbtn, .aes_kv__ttl3 {
  margin-top: 30px
}

.aes_about__ttl2 {
	color: #003893;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

@media screen and (max-width:767.9px) {
	.aes_kv {
    background: #1c233d;
    background-size: 100%;
		padding: 20px 5px;
		position: relative
  }
  .aes_kv__ttl2 .__sub {
    height: 25px;
    margin-bottom: 2px;
    width: 200px
  }
  .aes_kv__ttl2 .__sub span {
    font-size: 12px
  }
  .aes_kv__ttl2 .__main {
    font-size: 16px;
    line-height: 1.5
  }
  .aes_kv__ttl3 {
    font-size: 27px;
    line-height: 1.3;
    margin-top: 8px;
		margin-top: 0;
  }
  .aes_kv .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 12px;
    padding-right: 11px
  }
  .aes_kv .c-cvbtn {
    bottom: 22px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
	.c-cvbtn {
    font-size: 18px;
    height: 58px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 26px 16px 55px;
    width: 280px;
	}
	.aes_kv .c-cvbtn {
    bottom: 22px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	}
	.aes_about__ttl2 {
    font-size: 17px;
    line-height: 1.647;
	}
}

@media screen and (min-width: 768px){
.v-sp {
    display: none!important;
	}
}

th.t_open {
	background: #eff7ff;
}
th.t_close {
	background: #ffd5db;
}
.t_paso {
	background: #fff2af;
}
.t_corabo {
	background: #e0ffd1;
}


.Link_block_flex li:not(.btn_b) {
    background: #cc023a!important;
    border: 2px solid #000000!important;
}
.Link_block_flex ul li:not(.btn_b) a:after {
    content: url(/content/dam/nttcom/hq/jp/business/services/network/internet-connect/ocn-business/img/icon_wh_arrow.png);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
}
.Link_block_flex ul li:not(.btn_b) a {
    color:#FFFFFF;
}