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

/*-------------------------------------------------------------*/
/* main */

/* security */
.security {
  padding: 100px 0;
  background: #1e2534;
}
.lead_text {
	margin-bottom: 80px;
	color: #fff;
	font-size: 22px;
}
.merit_box {
	counter-reset: num;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 32px;
	margin-bottom: 60px;
	color: #fff;
}
.merit_item {
	counter-increment: num;
	width: calc((100% - 64px) / 3);
	max-width: 300px;
	text-align: center;
}
.merit_item h4 {
	margin-bottom: 8px;
	font-size: 24px;
	font-weight: bold;
}
.merit_item h4 span {
	display: block;
	margin: 0 auto 16px;
	padding: 15px;
	width: 100px;
    aspect-ratio: 1 / 1;
	color: #19C4BA;
	font-size: 19px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	border: #fff 1px solid;
    border-radius: 50%;
}
.merit_item h4 span::after {
	content: counter(num, decimal-leading-zero);
    display: block;
	margin-top: 10px;
    width: 100%;
	font-size: 200%;
    text-align: center;
}
.merit_item p {
	font-size: 20px;
}
.service_box {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 20px;
}
.service_box a {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	gap: 16px;
	padding: 25px;
	width: calc((100% - 40px) / 3);
	background: linear-gradient(180deg,#1D70AA,#1DB7AA);
	color: #fff;
	text-align: center;
	border-radius: 8px;
}
.service_box a:hover {
	opacity: .7;
}
.service_box a h4 {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
}
.service_box a p {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
}
.service_box a p::after {
	content: "";
	display: inline-block;
	margin-left: 10px;
	width: 24.75px;
	aspect-ratio: 33 / 30;
	background: url("/prime-connectone/img/ico_arrow_right.png") no-repeat center center /contain;
	vertical-align: middle;
}
.offer_table {
  margin-bottom: 20px;
  line-height:1.1;
}
.offer_table table {
  width: 100%;
  border-collapse: separate;
  border-left: #2564af 1px solid;
  border-top: #2564af 1px solid;
  border-radius: 8px;
}
.offer_table table thead th {
  padding: 15px;
  background: #2564af;
  color: #fff;
  text-align: center;
  border-bottom: #2564af 1px solid;
  border-right: #fff 1px solid;
}
.offer_table table thead th:first-of-type {
  border-top-left-radius: 8px;
}
.offer_table table thead th:last-of-type {
  border-right: #2564af 1px solid;
  border-top-right-radius: 8px;
}
.offer_table table tbody th ,
.offer_table table tbody td {
  padding: 10px 20px;
  line-height:1.2;
  background: #eff3f8;
  text-align: center;
  border-bottom: #2564af 1px solid;
  border-right: #2564af 1px solid;
}
.offer_table table tbody tr th.bdr_bl_r ,/* 最後のthがrowspan有りでtrラストでは無い時用 */
.offer_table table tbody tr:last-of-type th:first-of-type {
  border-bottom-left-radius: 8px;
}
.offer_table table tbody tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 8px;
}
.offer_table table span {
  font-size: 1.4rem;
}
.offer_table table small {
  font-size: 1.2rem;
  line-height:1.2;
}
.offer_table table .subth {
  background: #cfdff1;
}
.offer_table.offer_table_case table {
  border-color: #ccc;
}
.offer_table.offer_table_case table thead th {
  background: #eff3f8;
  color: #222;
  border-color: #ccc;
}
.offer_table.offer_table_case table tbody th ,
.offer_table.offer_table_case table tbody td {
  background: #f6f6f6;
  border-color: #ccc;
}
.ransom_ttl {
	margin-top: 80px;
	padding: 32px;
	background: linear-gradient(180deg,#1D70AA,#1DB7AA);
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	border-top-left-radius: 32px;
	border-top-right-radius: 32px;
}
.ransom_box {
	padding: 64px;
	background: #fff;
	border-bottom-left-radius: 32px;
	border-bottom-right-radius: 32px;
}
.ransom_box h4 {
	margin: 48px auto 32px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.rasom_lead {
	margin: 0 auto;
	max-width: 780px;
	font-size: 20px;
}
.ransom_text {
	margin: 0 auto 32px;
	max-width: 600px;
	font-size: 18px;
}
.ransom_note1 {
	margin: 32px auto 8px;
	max-width: 600px;
	padding-left: 1.5em;
	text-indent: -1.5em;
	font-size: 12px;
}
.ransom_note2 {
	margin: 0 auto;
	max-width: 600px;
	padding-left: 3.2em;
	text-indent: -3.2em;
	font-size: 12px;
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
	.service_box a h4 {
		font-size: 18px;
	}
	.service_box a p {
	    font-size: 17px;
	}
	.service_box a p::after {
		width: 20px;
	}
  .offer_table {
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  .merit_item {
      width: 100%;
	  max-width: 470px;
  }
	.service_box a {
		padding: 15px;
		width: 100%;
	}
	.service_box a h4 {
		font-size: 24px;
	}
	.service_box a p {
	    font-size: 20px;;
	}
	.service_box a p::after {
		width: 24.75px;
	}
  .offer_table {
    overflow-x: scroll;
    font-size: 2rem;
  }
  .offer_table table {
    width: 1500px;
  }
	.ransom_ttl {
		font-size: 25px;
	}
}
@media (max-width: 767px) {
	.lead_text {
		font-size: 4vw;
	}
	.merit_item h4 {
		font-size: 4vw;
	}
	.merit_item h4 span {
		padding: 4vw;
		width: max(20vw,80px);
	    font-size: max(3.5vw,12px);
	}
	.merit_item h4 span::after {
		font-size: 200%;
	}
    .merit_item p {
	    font-size: max(3.5vw,12px);
    }
	.service_box a h4 {
		font-size: 4vw;
	}
	.service_box a p {
	    font-size: max(3.5vw,12px);
	}
	.service_box a p::after {
		width: max(3.6vw,13px);
	}
  .offer_table {
    font-size: max(2.5vw,12px);
  }
  .offer_table table {
    width: 280%;
  }
  .offer_table table span {
    font-size: max(2.25vw,12px);
  }
  .offer_table table small {
    font-size: max(2vw,12px);
  }
	.ransom_ttl {
		padding: 20px;
		font-size: 5vw;
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
	}
	.ransom_box {
		padding: 20px;
		border-bottom-left-radius: 16px;
		border-bottom-right-radius: 16px;
	}
	.ransom_box h4 {
		font-size: max(3.5vw, 14px);
	}
	.rasom_lead {
		font-size: max(3vw, 12px);
	}
	.ransom_text {
		font-size: max(3vw, 12px);
	}
	.ransom_note1 {
		font-size: max(2.5vw, 12px);
	}
	.ransom_note2 {
		font-size: max(2.5vw, 12px);
	}
}
@media (max-width: 575px) {
  .offer_table table {
    width: 350%;
  }
}
