charset "UTF-8";

/*-------------------------------------
/business/lp/oslp/cloud-pbx.html
-------------------------------------*/

/*PC・SP*/
.only_pc{
	display:block;
}
.only_sp{
	display:none;
}
@media screen and (max-width: 480px) {
	.only_pc{
		display:none;
	}
	.only_sp{
		display:block;
	}
}

.fc-red{
	color:#C03;
}

.cpbx-h2{
	font-size:36px;
	font-weight:bold;
	line-height:1.3;
	text-align:center;
	margin:0 0 1em 0;
	padding-top:1em;/*アンカー用に上余白*/
}
@media screen and (max-width: 480px) {
	.cpbx-h2{
		font-size:30px;
	}
}
.cpbx-h3{
	font-size:32px;
	font-weight:bold;
	line-height:1.4;
	text-align:center;
}
@media screen and (max-width: 480px) {
	.cpbx-h3{
		font-size:22px;
	}
}

.cpbx-p{
	font-size:18px;
	text-align:center;
}
@media screen and (max-width: 480px) {
	.cpbx-p{
		font-size:16px;
		text-align:left;
	}
}


/*注釈リスト*/
.note_list li{
	padding-left: 1.2em;
	text-indent: -1.2em;
	font-size:14px;
	margin-bottom:0.3em;
}

/*▼*/
.triangle_under {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-top: 20px solid #E6E6E6;
	border-bottom: 0;
	margin: 0 auto;
}


/*余白調整*/
@media screen and (min-width: 769px) {
	.main-article__contents {
		/*margin: 60px auto 0;*/
		margin: 0 auto 0;
	}
	.main-article__contents--inner > section {
		/*padding-top: 110px;*/
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.main-article__contents--inner > section:first-child {
		padding-top: 0;
	}
}
@media screen and (max-width: 768px) {
	.main-article {
		/*padding: 60px 0 0;*/
		padding: 0 0 0;
	}
	.main-article__contents {
		/*margin: 40px auto 0;*/
		margin: 0 auto 0;
	}
}

/*-------------------------------------
ヘッダメニュー
PC時 h65px
SP時 h50px

/etc/designs/nttcom/hq/jp/global_parts/header04.htmlの上にレイヤーで重ねる
企業ロゴがクリックできるように、企業ロゴの上にレイヤーが重ならないようにする
企業ロゴは最大w320pxを想定
1100px以下で文字が溢れると想定し、ハンバーガーメニューに変化
-------------------------------------*/
.cpbx-header {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	justify-content: end;
	height:65px;
	width:calc(100% - 320px);/*ロゴサイズ最大320px想定*/
}

@media screen and (max-width: 1100px) {
	.cpbx-header {
		height:65px;
	}
}
@media screen and (max-width: 768px) {
	.cpbx-header {
		height:50px;
	}
}

.cpbx-header__list {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.cpbx-header__list-item {
	list-style: none;
	padding:10px 0;
	color: #000; 
	font-size:16px;
	font-weight:bold;
	line-height:1.4;
	margin-right:18px;
}


/*メニューのサイズ調整*/
.cpbx-header__list-item:nth-of-type(1),
.cpbx-header__list-item:nth-of-type(2),
.cpbx-header__list-item:nth-of-type(3),
.cpbx-header__list-item:nth-of-type(4){
	margin-right: 40px;
}
.cpbx-header__list-item:nth-of-type(5){
	margin-right: 250px;
}

@media screen and (max-width: 1700px) {
	.cpbx-header__list-item:nth-of-type(5){
		margin-right: 200px;
	}
}
@media screen and (max-width: 1600px) {
	.cpbx-header__list-item:nth-of-type(5){
		margin-right: 200px;
	}
}
@media screen and (max-width: 1550px) {
	.cpbx-header__list-item:nth-of-type(5){
		/*margin-right: 180px;*/
		margin-right: 120px;
	}
}
@media screen and (max-width: 1500px) {
	.cpbx-header__list-item:nth-of-type(5){
		/*margin-right: 150px;*/
		margin-right: 120px;
	}
}
@media screen and (max-width: 1450px) {
	.cpbx-header__list-item:nth-of-type(1),
	.cpbx-header__list-item:nth-of-type(2),
	.cpbx-header__list-item:nth-of-type(3),
	.cpbx-header__list-item:nth-of-type(4){
		margin-right: 40px;
	}
	.cpbx-header__list-item:nth-of-type(5){
		/*margin-right: 120px;*/
		margin-right: 80px;
	}
}
@media screen and (max-width: 1411px) {
	.cpbx-header__list-item:nth-of-type(1),
	.cpbx-header__list-item:nth-of-type(2),
	.cpbx-header__list-item:nth-of-type(3),
	.cpbx-header__list-item:nth-of-type(4){
		margin-right: 30px;
	}
	.cpbx-header__list-item:nth-of-type(5){
		/*margin-right: 120px;*/
		margin-right: 80px;
	}
}
@media screen and (max-width: 1400px) {
	.cpbx-header__list-item:nth-of-type(5){
		/*margin-right: 80px;*/
		margin-right: 50px;
	}
}
@media screen and (max-width: 1350px) {
	.cpbx-header__list-item:nth-of-type(5){
		margin-right: 30px;
	}
}
@media screen and (max-width: 1320px) {
	.cpbx-header {
		    width: calc(100% - 280px);
	}
}
@media screen and (max-width: 1300px) {
	.cpbx-header__list-item {
		font-size:16px;
	}
	.cpbx-header__list-item:nth-of-type(1),
	.cpbx-header__list-item:nth-of-type(2),
	.cpbx-header__list-item:nth-of-type(3),
	.cpbx-header__list-item:nth-of-type(4){
		margin-right: 30px;
	}
	.cpbx-header__list-item:nth-of-type(5){
		margin-right: 50px;
	}
	.cpbx-header__list-btn {
		font-size: 12px !important;
		padding-right:10px !important;
		padding-left:5px !important;
		width: 130px !important;
	}
}


@media screen and (max-width: 1180px) {
    .cpbx-header__list-item {
        font-size: 14px;
    }
}
@media screen and (max-width: 1146px) {
    .cpbx-header__list-item:nth-of-type(1), .cpbx-header__list-item:nth-of-type(2), .cpbx-header__list-item:nth-of-type(3), .cpbx-header__list-item:nth-of-type(4) {
        margin-right: 25px;
    }
}
@media screen and (max-width: 1130px) {
    .cpbx-header__list-item {
        font-size: 13px;
    }
}
@media screen and (max-width: 1112px) {
    .cpbx-header__list-item:nth-of-type(1), .cpbx-header__list-item:nth-of-type(2), .cpbx-header__list-item:nth-of-type(3), .cpbx-header__list-item:nth-of-type(4) {
        margin-right: 20px;
    }
}



@media screen and (max-width: 1100px) {
	.cpbx-header__list-item {
		width:100%;
	}
}

.cpbx-header__list-item a {
	display: block;
	text-decoration: none;
}
.cpbx-header__list-link:hover {
		color: #C03;
	filter: opacity(0.6);
}

/*ハンバーガーメニュー*/
.cpbx-hamburger-menu {
	position: fixed;
	z-index:999;
	right:0
}

@media screen and (max-width: 1100px) {
	.cpbx-hamburger-menu__list {
		background-color: #eeeeee;
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		left: 0;
		padding: 2rem;
		position: absolute;
		transform: translateX(-500%);/*画面外へとばす*/
		transition: 0.3s;
		top: 100%;
		width: calc(100% + 280px);/*ロゴ分280をプラス*/
		left: -280px;/*ロゴ分280左寄せ*/
	}

	#hamburger:checked ~ .cpbx-hamburger-menu__list {
		transform: translateX(0%);
		transition: 0.3s;
	}
}

.cpbx-hamburger-menu__input {
	display: none;
}

.cpbx-hamburger-menu__bg {
	/*background-color: #000;*/
	/*opacity: 0.4;*/
	cursor: pointer;
	display: none;
	height: 100vh;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

#hamburger:checked ~ .cpbx-hamburger-menu__bg {
	display: block;
}

.cpbx-hamburger-menu__button {
	display: none;
}

@media screen and (max-width: 1100px) {
	.cpbx-hamburger-menu__button {
		align-items: center;
		appearance: none;
		background-color: transparent;
		border: none;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		gap: 5px;
		height: 50px;
		justify-content: center;
		width: 50px;
	}
}

.cpbx-hamburger-menu__button-mark {
	background-color: #C03;
	display: block;
	height: 2px;
	transition: 0.3s;
	width: 23px;
}

@media screen and (max-width: 1100px) {
	#hamburger:checked
	~ .cpbx-hamburger-menu__button
	.cpbx-hamburger-menu__button-mark:nth-of-type(1) {
		transform: translate(2px, 1px) rotate(45deg);
		transform-origin: 0%;
	}
	#hamburger:checked
	~ .cpbx-hamburger-menu__button
	.cpbx-hamburger-menu__button-mark:nth-of-type(2) {
	opacity: 0;
	}
	#hamburger:checked
	~ .cpbx-hamburger-menu__button
	.cpbx-hamburger-menu__button-mark:nth-of-type(3) {
		transform: translate(2px, 3px) rotate(-45deg);
		transform-origin: 0%;
	}
}

/*-------------------------------------
ヘッダーボタン
-------------------------------------*/
.cpbx-header__list-btn {
	background-color: #CC023A;
	border-radius: 6px;
	border: 1px solid #000000;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
					box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
	color: #ffffff !important;
	display: block !important;
	font-family: FrutigerNeueLTW10-Regul,FrutigerNeueW01-Regular,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1;
	padding: 10px 25px 10px 15px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	position: relative;
	width: 170px;
}
@media screen and (max-width: 1100px) {
	.cpbx-header__list-btn {
		max-width:320px;/*ハンバーガーメニューの時最大320px*/
	}
}

.cpbx-header__list-btn:hover {
	opacity: 0.8;
}

.cpbx-header__list-btn::before {
	background-image: url("/content/dam/nttcom/hq/cmn/img/arrow-right-accent.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: '';
	display: block;
	height: 10px;
	margin: auto;
	position: absolute;
	right: 10px;
	top: 0;
	width: 6px;
}


/*-------------------------------------
MV 既存を上書き
-------------------------------------*/
.cpbx-mv.img-mv{
	background-color: #004386;
	overflow: hidden;
}

.cpbx-mv .img-mv__contents--inner{
	max-width: initial;
	min-height: 360px;
	padding: 20px 0;
	width: 100%;
}

.cpbx-mv .img-mv__contents--title h1 {
	color:#FFF;
	font-size: 55px;
	font-weight:bold;
	line-height:1.3;
	text-align: left;
}
.cpbx-mv .img-mv__contents--summary p {
	color:#FFF;
	font-size: 22px;
	font-weight:bold;
	line-height: 1.5;
}
@media screen and (max-width: 480px) {
	.cpbx-mv .img-mv__contents--title h1 {
		font-size: 40px;
	}
	.cpbx-mv .img-mv__contents--summary p {
		font-size: 18px;
	}
}

.cpbx-mv .img-mv__contents--button--wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap:10px 20px;
}
.cpbx-mv .img-mv__contents--button--wrap > p{
	min-width:293px;
}

@media screen and (max-width: 768px) {
	.cpbx-mv .img-mv__contents--button--wrap{
		flex-direction: column;
	}
}
@media screen and (max-width: 480px) {
	.cpbx-mv .img-mv__contents--button--wrap{
		align-items: center;
	}
}

/*-------------------------------------
電話環境のこんなお悩み解決します
-------------------------------------*/
.solution_wrap{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:30px;
}
.solution_wrap > li{
	width:calc((100% - 60px) / 3);
}

@media screen and (max-width: 768px) {
	.solution_wrap > li{
		width:100%;
	}
}

.solution_head{
	font-size:20px;
	font-weight:bold;
	line-height:1.4;
	text-align:center;
	padding:1em;
	border-radius:10px;
	background-color:#F2F2F2;
	box-shadow: 0px 0px 10px 0px rgba(10,10,10,0.3);
}
.solution_arrow {
	text-align: center;
	padding: 10px;
}

.solution_box{
	border-radius:10px;
	border:3px solid #004386;
}

.solution_box_ttl{
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	line-height:1.3;
	text-align:center;
	padding:1em;
	border-radius:6px 6px 0 0;
	background-color:#004386;
}

.solution_box_pic{
	padding:20px 20px 15px;
}

.solution_box_pic img{
	display:block;
	width:50%;
	max-width:200px;
	margin:0 auto;
}

.solution_box_list{
	list-style: none;
	font-size:16px;
	line-height:1.5;
	padding: 0 20px 20px;
}

.solution_box_list li{
	padding-left: 1em;
	text-indent: -1em;
	margin:0 0 0.25em 0;
}

.solution_box_list li:last-child{
	margin:0;
}

/*-------------------------------------
比べて納得！クラウドPBXの導入メリット
-------------------------------------*/
.scroll-box table.cpbx-tbl{
	margin:20px;
	width:calc(100% - 40px) !important;
	min-width:600px;
}

.cpbx-tbl th{
	color:#FFF;
	font-size:22px;
	font-weight:bold;
	line-height:1.3;
	text-align:center;
	vertical-align:middle;
	background-color:#A6A6A6;
	border:1px solid #616161;
	position: relative;
}

.cpbx-tbl td{
	font-size:17px;
	line-height:1.5;
	text-align:center;
	vertical-align:middle;
	border:1px solid #616161;
	position: relative;
}

/*黄色マーカー*/
.cpbx-tbl strong{
	font-weight:bold;
	background: linear-gradient(transparent 50%, #FFFFAA 50%);
}

/*特殊文字△マーク*/
.mark{
	color:#C03;
	font-size:60px !important;
}
/*〇マーク*/
.circle {
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	border: 7px solid #c03;
	border-radius: 50%;
	background: transparent;
	display: block;
	margin:5px 5px 5px 13px;/*5pxに左線8pxをプラス*/
	}

/* ×マーク*/
.cross {
	position: relative;
	width: 60px;
	height: 60px;
	display: block;
	margin:5px;
}

.cross::before,
.cross::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 2.4px;/*細く*/
	background-color: #c03;
	transform-origin: center;
}

.cross::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.cross::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

/*見出し*/
.normal-head{
	color:#FFF;
	font-size:22px;
	font-weight:bold;
	line-height:1.3;
	text-align:center;
	padding:1em 0;
	background-color:#A6A6A6;
}
.storong-head{
	color:#FFF;
	font-size:30px;
	font-weight:bold;
	line-height:1.3;
	text-align:center;
	padding:1em 0;
	background-color:#004386;
}

/*線ナシ*/
.no-border{
	border:none !important;
	vertical-align:bottom !important;
	padding:0;
}
.b-border-top{
	padding:0;
}

/*強調線とシャドウ*/
.storong-head::before{
	content: "";
	position: absolute;
	background: #004386;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	filter: drop-shadow(-8px 0 5px rgba(0, 0, 0, 0.5));
}
.storong-head::after{
	content: "";
	position: absolute;
	background: #004386;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
	filter: drop-shadow(8px 0 5px rgba(0, 0, 0, 0.5));
}
.b-border-top::before{
	content: "";
	position: absolute;
	background: #004386;
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
	filter: drop-shadow(0 -8px 5px rgba(0, 0, 0, 0.5))
}
.b-border-right::before{
	content: "";
	position: absolute;
	background: #004386;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  filter: drop-shadow(8px 0 5px rgba(0, 0, 0, 0.5));
}
.b-border-left::before{
	content: "";
	position: absolute;
	background: #004386;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  filter: drop-shadow(-8px 0 5px rgba(0, 0, 0, 0.5));
}
.b-border-left-bottom::before{
	content: "";
	position: absolute;
	background: #004386;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  filter: drop-shadow(0 8px 5px rgba(0, 0, 0, 0.5));
}
.b-border-left-bottom::after{
	content: "";
	position: absolute;
	background: #004386;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 100%;
  filter: drop-shadow(-8px 0 5px rgba(0, 0, 0, 0.5));
}

.b-border-right-bottom::before{
	content: "";
	position: absolute;
	background: #004386;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  filter: drop-shadow(0 8px 5px rgba(0, 0, 0, 0.5));
}
.b-border-right-bottom::after{
	content: "";
	position: absolute;
	background: #004386;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 100%;
  filter: drop-shadow(8px 0 5px rgba(0, 0, 0, 0.5));
}

/*-------------------------------------
ポイント
-------------------------------------*/
.point_wrap{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:30px;
}

.point_wrap > li{
	width:calc((100% - 60px) / 3);
}

@media screen and (max-width: 768px) {
	.point_wrap > li{
		width:100%;
	}
}

.point_num{
	color:#004386;
	font-size:18px;
	font-weight:bold;
	line-height:1;
	margin:0 0 10px 0;
}
.point_num span{
	color:inherit;
	font-size:30px;
}
.point_box{
	border:3px solid #004386;
}
.point_head{
	color:#FFF;
	font-size:22px;
	font-weight:bold;
	line-height:1.3;
	text-align: center;
	padding:0.5em;
	display:flex;
	align-items: center;
	justify-content: center;
}
.bg01{
	background: url(/content/dam/nttcom/hq/jp/business/lp/oslp/cloud-pbx/img/point_head01_bg.png) no-repeat;
	background-size: cover;
	background-position: left center;
}
.bg02{
	background: url(/content/dam/nttcom/hq/jp/business/lp/oslp/cloud-pbx/img/point_head02_bg.png) no-repeat;
	background-size: cover;
	background-position: left center;
}
.bg03{
	background: url(/content/dam/nttcom/hq/jp/business/lp/oslp/cloud-pbx/img/point_head03_bg.png) no-repeat;
	background-size: cover;
	background-position: left center;
}
.point_pic{
	padding:10px 20px;
}
.point_pic img{
	display:block;
	width:70%;
	max-width:240px;
	margin:0 auto;
}
.point_txt{
	font-size:16px;
	line-height:1.5;
	padding:0 20px 20px;
}

/*-------------------------------------
主な機能
-------------------------------------*/
.function_wrap{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap:20px;
}
.function_wrap > li{
	width:calc((100% - 60px) / 4);
	padding:20px;
	border-radius:10px;
	background-color:#FFF;
	box-shadow: 0px 0px 10px 0px rgba(10,10,10,0.3);
}

@media screen and (max-width: 768px) {
	.function_wrap > li{
		width:calc((100% - 20px) / 2);
	}
}
@media screen and (max-width: 480px) {
	.function_wrap > li{
		width:100%;
	}
}

.function_head{
	color:#004386;
	font-size:18px;
	font-weight:bold;
	line-height:1.3;
	text-align:center;
	margin-bottom:10px;
}
.function_body{
	font-size:14px;
	line-height:1.5;
}
.function_pic{
	margin-top:15px;
}
.function_pic img{
	display: block;
	width:90%;
	max-width:240px;
	margin:0 auto;
}

/*-------------------------------------
料金
-------------------------------------*/
.charge_outer_wrap{
	list-style: none;
	margin: 0;
	padding: 0 60px;
	width: 100%;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:60px;
}
.charge_outer_wrap > li{
	width:calc((100% - 60px) / 2);
	box-shadow: 0px 0px 10px 0px rgba(10,10,10,0.3);
}

@media screen and (max-width: 768px) {
	.charge_outer_wrap{
		padding:0;
	}
	.charge_outer_wrap,
	.charge_outer_wrap > li{
		width:100%;
	}
}

.charge_outer_head{
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	line-height:1.3;
	text-align:center;
	padding:10px;
	background-color:#004386;
}
.charge_outer_body{
	padding: 10px 15px 15px;
	text-align:center;
}

.charge_outer_situation{
	font-size:20px;
	font-weight:bold;
	line-height:1.3;
}
.charge_outer_situation_note{
	font-size:16px;
	line-height:1.5;
}
.charge_outer_pic{
	width:150px;
	text-align:center;
	margin:15px auto 25px;
}
.charge_outer_pic img{
	width:100%;
	display:block;
}

.charge_inner_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	width: fit-content;
	margin: 0 auto;
}

.charge_inner_type{
	display: flex;
	width: fit-content;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 1;
	padding: 0 14px;
	height: 28px;
	border-radius: 14px;
	background-color:#FFD601;
}

.charge_inner_price{
	line-height:1;
}

/*台*/
.unit{
	font-size:32px;
}
/*金額*/
.amount{
	font-size:40px;
	font-weight:bold;
}
@media screen and (max-width: 480px) {
	.amount{
		font-size:34px;
	}
}
/*円*/
.yen{
	font-size:20px;
	font-weight:bold;
}
/*税*/
.tax{
	font-size:14px;
}

/*注釈*/
.charge_outer_wrap + .note_list{
	padding: 0 60px;
	width: 100%;
	margin:0 auto;
}
@media screen and (max-width: 768px) {
	.charge_outer_wrap + .note_list{
		padding: 0;
	}
}

/*-------------------------------------
CTA
-------------------------------------*/
.cpbx-cta-btn_wrap{
	list-style: none;
	margin: 0;
	padding: 0 60px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:20px 60px;
}
.cpbx-cta-btn_wrap > li{
	width:calc((100% - 60px) / 2);
}

@media screen and (max-width: 768px) {
	.cpbx-cta-btn_wrap{
		padding: 0;
	}
	.cpbx-cta-btn_wrap > li{
		width:100%;
	}
}

/*ctaボタン*/
.cpbx-cta-btn {
	background-color: #CC023A;
	border-radius: 6px;
	border: 1px solid #000000;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
					box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
	color: #ffffff !important;
	display: block !important;
	font-family: FrutigerNeueLTW10-Regul,FrutigerNeueW01-Regular,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
	font-size: 24px;
	/*font-size: 1rem;*/
	font-weight: bold;
	line-height: 1;
	padding: 20px 25px 20px 15px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	width: 100%;
	position: relative;
}
@media screen and (max-width: 480px) {
	.cpbx-cta-btn {
		font-size: 16px;
		padding: 15px 25px 15px 15px;
	}
}

.cpbx-cta-btn:hover {
	opacity: 0.8;
}

.cpbx-cta-btn::before {
	background-image: url("/content/dam/nttcom/hq/cmn/img/arrow-right-accent.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: '';
	display: block;
	height: 20px;
	margin: auto;
	position: absolute;
	right: 20px;
	top: 0;
	width: 12px;
}
@media screen and (max-width: 480px) {
	.cpbx-cta-btn::before {
		width: 6px;
	}
}


/*-------------------------------------
導入事例
-------------------------------------*/
.case_outer_wrap{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap:30px;
}
.case_outer_wrap > li{
	width:calc((100% - 60px) / 3);
	border-radius:10px;
	box-shadow: 0px 0px 10px 0px rgba(10,10,10,0.3);
}

@media screen and (max-width: 768px) {
	.case_outer_wrap > li{
		width:100%;
	}
}
.case_outer_wrap > li a{
	display:block;
	width:100%;
	height:100%;
	transition:.3s;
}
.case_outer_wrap > li a:hover{
	display:block;
	width:100%;
	height:100%;
	transition:.3s;
	opacity:.7;
}

.case_inner_wrap{
	padding:20px;
}
.case_inner_pic{
	text-align:center;
}
.case_inner_pic img{
	width:100%;
	max-width:400px;
}

.case_inner_ttl{
	font-size:18px;
	font-weight:bold;
	line-height:1.5;
	margin:10px 0;
}

/*事例 ラベル*/
.case_inner_type{
	display: flex;
	flex-wrap: wrap;
	gap:5px;
}

.case_inner_label{
	display: flex;
	width: fit-content;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	line-height: 1;
	padding: 0 8px;
	height: 24px;
	border-radius: 12px;
	border:1px solid #BFBFBF;
}

/*事例 ▼*/
.case_ba_arrow {
	text-align: center;
	padding: 10px;
}

/*事例 課題解決*/
.case_ba_wrap{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:10px;
}
.case_ba_ttl {
	width:20%;
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	align-content: center;
}
.case_ba_list {
	width:calc(100% - 20% - 10px);
	font-size:14px;
	line-height:1.5;
}
.bg-gray{
	background-color:#E0E0E0;/*灰*/
}
.bg-yellow{
	background-color:#FFEFCC;/*黄*/
}

.case_ba_list ul{
	margin-left:1.5em;
}
.case_ba_list ul li{
	list-style-type:disc;
}


/*事例 担当者談*/
.case_interview_box{
	padding:15px;
	background-color:#FFEFCC;
	margin-top:20px;
}

.case_interview_wrap{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:10px;
}

.case_interview_ttl {
	width:calc(100% - 60px - 10px);
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
	align-content: center;
}

.case_interview_pic {
	width:60px;
}

.case_interview_pic img {
	width:100%;
	display:block;
}

.case_interview_detail{
	font-size:14px;
	line-height:1.5;
	margin-top:10px;
}

/*-------------------------------------
トライアル
-------------------------------------*/
.trial_outer_wrap{
	padding:30px;
	border-radius:10px;
	box-shadow: 0px 0px 10px 0px rgba(10,10,10,0.3);
}
.trial_outer_ttl {
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	padding: 10px 30px;
	background-color: #004386;
	width: fit-content;
	margin: -60px auto 0;
}
.trial_outer_txt{
	font-size:20px;
	line-height:1.4;
	text-align:center;
	margin-top:20px;
}
@media screen and (max-width: 768px) {
	.trial_outer_ttl {
		font-size: 22px;
	}
	.trial_outer_txt{
		font-size:16px;
	}
}

.trial_inner_wrap{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:30px 60px;
}
.trial_inner_wrap > li{
	width:calc((100% - 60px) / 2);
}

@media screen and (max-width: 768px) {
	.trial_inner_wrap > li{
		width:100%;
	}
}

.trial_inner_ttl{
	font-size:22px;
	font-weight:bold;
	line-height:1.4;
	padding-bottom:5px;
	border-bottom:3px solid #004386;
	margin-bottom:15px;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.trial_inner_ttl:before{
	content:"";
	background: url(/content/dam/nttcom/hq/jp/business/lp/oslp/cloud-pbx/img/trial_check.png) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: middle;
	margin: 0 0.5em 0 0;
}
@media screen and (max-width: 480px) {
	.trial_inner_ttl{
		font-size:18px;
	}
}

/*詳細2カラム*/
.trial_detail_wrap{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:10px;
}
.trial_detail_pic{
	width:40%;
}
.trial_detail_pic img{
	display:block;
	width:100%;
	max-width:180px;
	margin:0 auto;
}

.trial_detail_txt{
	width:calc(100% - 40% - 10px);
}

@media screen and (max-width: 480px) {
	.trial_detail_pic,
	.trial_detail_txt{
		width:100%;
	}
}
.trial_detail_point{
	font-size:16px;
	font-weight:bold;
	line-height:1.4;
	text-align:center;
	padding:10px 15px;
	border-radius:10px;
	background-color:#FFEFCC;
}

/*-------------------------------------
よくあるご質問
-------------------------------------*/
.accordion{
	max-width:100%;
	margin:0 auto;
}

.accordion-item{
	border-radius:10px;
	box-shadow: 0px 0px 10px 0px rgba(10,10,10,0.3);
	margin-top:30px;
	overflow:hidden;
}
/* チェックボックスを隠す */
.accordion-item input{
	display:none;
}
/* 質問 */
.accordion-header{
}
.accordion-header-inner{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
	padding:20px;
	background:#fff;
	cursor:pointer;
	font-size:18px;
	font-weight:bold;
	line-height:1.4;
	gap:0 10px;
}
@media screen and (max-width: 480px) {
	.accordion-header-inner{
		font-size:16px;
	}
}

.accordion-header-icon{
	width:2em;
}
.accordion-header-txt{
	width:calc(100% - 2em - 10px - 24px);
}

/* 回答 */
.accordion-content{
	max-height:0;
	overflow:hidden;
	background:#E9F2FA;
	transition:.3s ease;
}
.accordion-item input:checked ~ .accordion-content{
	max-height: 1000px;
}

.accordion-content-inner{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	/*align-items: center;*/
	cursor:pointer;
	font-size:16px;
	line-height:1.5;
	gap:0 10px;
	padding:20px;
}
@media screen and (max-width: 480px) {
	.accordion-content-inner{
		font-size:14px;
	}
}

.accordion-content-icon{
	width:2em;
}
.accordion-content-txt{
	width:calc(100% - 2em - 10px);
	margin-top:0.25em;
}

/* Q の丸（文字サイズに応じる）*/
.accordion-header .q{
	box-sizing:border-box;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	background:#004386;
	border-radius:50%;
	width:2em;
	height:2em;
	font-size:1em;
	font-weight:bold;
	flex:0 0 auto;
}

/* A の丸 */
.accordion-content-inner .a{
	box-sizing:border-box;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	color:#004386;
	border: calc(2px) solid #004386;
	background-color:#fff;
	border-radius:50%;
	width:2em;
	height:2em;
	font-size:1em;
	font-weight:bold;
	flex:0 0 auto;
}


/* アイコン（＋／−）を疑似要素で描画 */
.accordion-header::after{
	content:"";
	position:absolute;
	right: 18px;
	top:50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	display:block;
	background-repeat: no-repeat;
	background-position: center;
	background-image:
	linear-gradient(#004A8D, #004A8D), /* 横線 */
	linear-gradient(#004A8D, #004A8D); /* 縦線 */
	background-size:
	calc(24px - 4px) 2px,
	2px calc(24px - 4px);
	background-color: transparent;
	pointer-events: none; /* クリックはラベル本体で受ける */
}

/* 開いたとき（縦線を消して「−」にする） */
.accordion-item input:checked + .accordion-header::after{
	background-size:
	calc(24px - 4px) 2px,
	0 0; /* 縦線を消す（幅/高さを0に）→ レイアウトズレなし */
}

/*白背景囲み*/
.accordion-content .txt-box{
	background-color:#fff;
	padding:15px;
	margin:1em 0;
}

/*-------------------------------------
資料ダウンロード
-------------------------------------*/
.download_wrap{
	padding:30px;
	border-radius:10px;
	background-color:#E9F2FA;
}
.download_ttl{
	font-size:32px;
	font-weight:bold;
	line-height:1.4;
	text-align:center;
	margin:0 0 10px;
}
.download_txt{
	font-size:18px;
	line-height:1.5;
	text-align:center;
}
@media screen and (max-width: 480px) {
.download_ttl{
		font-size:22px;
	}
	.download_txt{
		font-size:16px;
	}
}

.download_pic{
	margin:20px 0;
}
.download_pic img{
	display:block;
	width:100%;
	max-width:760px;
	margin:0 auto;
}