@charset "utf-8";
.contact_bt {
/*    min-width: 135px!important;*/
/*    font-size: 14px;*/
}
/*---------------------------------

	2020/10 追加分
	/etc/designs/nttcom/hq/jp/business/services/application/online-storage/box/css/box_jp_add.css
	をコピー

---------------------------------*/


td.com .topcontact_bt{
	width:100%;
}
.limit{
	margin:1.5em auto 0.5em;
	padding:3px;
	border:2px solid #FFD601;
	font-size:12px;
	text-align:center;
}

.triangle_r{
	position:relative;
	padding:10px 10px 5px 16px;
	text-align:center;
	font-weight:bold;
	}
.triangle_r::before {
	position: absolute;
	display: inline-block;
	content: '';
	width: 4px;
	height: 100%;
	top: 0;
	left: 28px;
	border-radius: 3px;
	background:#CC0000;
	transform: rotate(-35deg);
}
.triangle_r::after {
	position: absolute;
	display: inline-block;
	content: '';
	width: 4px;
	height: 100%;
	top: 0;
	right: 28px;
	border-radius: 3px;
	background:#CC0000;
	transform: rotate(35deg);
}
@media only screen and (min-width: 740px){
	.triangle_r{
		width: 294px;
	}
}
@media only screen and (max-width: 739px){
	.topcontact_bt{
		margin-top: 5px;
	}
	.triangle_r::before {
		left: 45px;
	}
	.triangle_r::after {
		right: 45px;
	}
	.triangle_r{
		padding:10px 10px 0px 16px;
		}
}

/*---------------------------------

	2020/08 追加分

---------------------------------*/
/*申し込みボタンエリア*/
	.apply_area{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	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;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	}
/*オンライン*/
.online_btn{
	background: #CF1E1E;/*赤*/
	border: 2px solid #600000;/*臙脂*/
	text-decoration: none;
	color: #FFFFFF;
}
.online_btn:hover{
	background: #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;
	transform: rotate(45deg);
}
/*資料請求*/
.request_btn{
	background: #cc023a !important;;/*黄#ffd601*/
	border: 2px solid #000000;/*青*/
	text-decoration: none;
	color: #FFFFFF;/*004386*/
}
.request_btn:hover{
	background: #fdea8a;/*薄黄*/
}
/*資料請求　くの字*/
.request_btn:after{
	content:"";
	position:absolute;
	top:0;
	bottom:.1em;
	right:1em;
	margin:auto;
	width: .3em;
	height: .3em;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
}
/*追従ボタン*/
.js-contact_bt_1,
.js-contact_bt_2{
	font-weight:bold;
}
/*
	モーダル
---------------------------------*/
/*プラン選択*/
.plan_wrapper{
	margin:50px 15px 20px 15px;
}
@media only screen and (max-width: 768px){
	.plan_wrapper{
		margin:0 0 20px 0;
	}
}
.plan_ttl{
	text-align:center;
	line-height:1.3;
}
.plan_area{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content:space-between;
}
.plan_area > div{
	width: 32%;
	margin:0 0 20px 0;
}
@media only screen and (max-width: 768px){
	.plan_area > div{
		width: 100%;
	}
}
.plan_box{
	border:2px solid #CCC;
}
.plan_box:hover{
	border: 2px solid #004386;
}
.plan_box a{
	display:block;
}
.plan_box a:hover{
	opacity:.7;
}
.plan_label_wrapper{
	background: #e46d1d;
	padding:8px 0 0 0;
}
.plan_label{
	width:14em;
	background:#FFF;
	font-size:13px;
	font-weight:bold;
	color: #333;
	text-align:center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding:5px;
	margin:0 auto;
}
.plan_name{
	position:relative;
	background-color: #e46d1d;
	color: #FFF;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height:0.9;
	padding:10px 0 15px 0;
}
.plan_name span{
	font-size:16px;
}
.plan_name:after{
	content: url(/content/dam/nttcom/hq/jp/business/services/application/online-storage/box/img/icon_right_arrow_b_w.png);
	margin-left: 10px;
	position: absolute;
	/*
	right: 7px;
	top: 38px;
	*/
	top:33%;
	right:7px;
}
.plan_lead{
	color: #CC0000;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	padding: 10px 10px 0 10px;
}
.plan_txt{
	color:#333;
	font-size: 16px;
	line-height: 1.3em;
	padding: 10px;
}
.plan_notes{
	font-size:13px;
	color:#666;
	position: relative;
	padding-left: 1.5em;
	zoom: 1;
	margin-top:5px;
}
.plan_notes:before {
	position: absolute;
	top: 0;
	left: 0;
	zoom: 1;
	content: '※';
}
.plan_price{
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#000;
	padding: 0 10px 15px 10px;
}
.plan_price span{
	font-size:24px;
}
/*リンク*/
.plan_link{
	font-size:20px;
	position:relative;
}
@media only screen and (max-width: 768px){
	.plan_link{
		font-size:18px;
	}
}
/*リンク くの字*/
.plan_link a:after{
	content:"";
	position:absolute;
	top:0;
	bottom:.1em;
	right:-1em;
	margin:auto;
	width: .3em;
	height: .3em;
	border-top: .1em solid #004386;
	border-right: .1em solid #004386;
	transform: rotate(45deg);
}

/*---------------------------------

	2020/10 bconnection用追記

---------------------------------*/
.img100p{
	text-align:center;
	margin:30px 0;
}
.img100p img{
	max-width:100%;
}
.sharebox_title {
	display: block;
}
.sharebox .lowarea .inner {
	padding: 20px 0 0 0;
}
sharebox .lowbox p {
	padding-bottom: 0;
}
.sharebox .lowbox p.comment{
	width: 90%;
	padding-top: 0;
	padding-left: 25px;
}
/* スマホタブレット */
@media only screen and (max-width: 739px) {
	.sharebox .lowbox p.comment{
		width: 100%;
		padding-bottom: 0;
	}
}
.efficiency .box {
	padding: 30px 20px 0;
}


/*---------------------------------

	2021/09 請求書業務、電子化に関するお役立ち記事一覧

---------------------------------*/
.related_link_list{
	padding: 0 2%;
}
.related_link_list li{
	list-style-type: none;
	line-height: 2;
	padding-left: 16px;
	position: relative;
}
.related_link_list li:before{
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-left: 6px solid #485157;
	content: '';
	display: inline-block;
	height: 0;
	left: 0;
	position: absolute;
	top: 12px;
	width: 0;
}
/*---------------------------------

	2022/05 トップ　イベント一覧バナー

---------------------------------*/
.bnr_area img{
		width:300px;
		height:auto;
	}
@media only screen and (max-width: 768px){
	.bnr_area img{
			width:100%;
			height:auto;
		}
}


/* =========================================================
 * 2022
 * 新テンプレ調整
 * ====================================================== */

/*MV*/
@media screen and (min-width: 769px){
	.p-facade__wrap {
		width: 55% !important;
		padding:10px 0 15px !important;
		min-height:400px !important;
	}
}
/*3列ボタン*/
@media screen and (min-width: 769px){
	.p-facade__wrap .p-facade__button {
		width:100%;
		display: flex;
		flex-wrap: wrap;
		margin: 30px 0 0;
		justify-content: space-between;
	}
	.p-facade__wrap .c-btn.--large{
		width:32%;
	}
	/*バナー画像*/
	.p-facade__wrap .c-btn.--bnr.--large img{
		width:100%;
		max-width:242px;
	}
	.p-facade__wrap .p-facade__button .c-btn:not(:first-of-type){
		margin:0;
	}
	/*2行のボタンと高さをそろえるため*/
	.height_adjust{
		padding:23px 15px !important;
	}
}

@media screen and (max-width: 768px){
	/*バナー画像*/
	.p-facade__wrap .c-btn.--bnr.--large img{
		width:100%;
		max-width:242px;
	}
}

/*リスト*/
.p-facade__wrap ul{
	list-style-type: disc;
	font-size:14px;
	line-height:1.5;
	margin: 1em 0 1em 0.5em;
	padding-left:1em;
}

/*赤背景*/
.p-facade__txt{
	position: absolute;
	top:0;
	right:30px;
	width:30%;
}
.p-facade__txt .pic{
	width:100%;
	text-align:center;
}
.p-facade__txt h4{
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	margin:120px 0 10px;
}
.p-facade__txt p{
	color:#FFF;
	font-size:14px;
	line-height:1.5;
}
@media screen and (max-width: 768px) {
	.p-facade__txt{
		background:#cc0033;
		position: initial;
		top: initial;
		right: initial;
		width: 100%;
		padding:20px;
	}
	.p-facade__txt h4{
		margin-top:0;
	}
	.wrapper .p-facade.cmn-mv{
		padding-bottom:0 !important;
	}
}
/*動画*/
.mov {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	max-width:500px;
	margin:0 auto;
}
.mov iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	max-height:281px;
}
@media screen and (max-width: 768px) {
	.mov {
		max-width:100%;
	}
	.mov iframe{
		max-height:100%;
	}
}
/*フリースペース*/
.free-space_outer a{
	text-decoration: none !important;
	color: #004386 !important;
}

/*既存コンテンツ　ボタン文字色*/
.cv_btn a,
.next_page_cv_btn a,
.next_page2_cv_btn a{
	color:#FFF !important;
}

/*アンカーポイント開始位置調整*/
.anker{
        display: block;
         margin-top:-147.5px;
          padding-top:147.5px;
}

/*---------------------------------

	2022/11　JIIMAロゴ追加

---------------------------------*/

/*MV JIIMA ASPICロゴ*/
.logo_jiima{
	position: absolute;
	top: 0;
	left: 350px;
}
.logo_jiima img{
	height:80px;
	width:auto;
	margin-right:10px;
}
@media (max-width: 480px){
	.logo_jiima{
		position: initial;
		margin:10px 0 0 0;
	}
}
/*囲み JIIMAロゴ*/
.batch-box-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items:center;
	width: 47rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
	border:1px solid #CCC;
	padding:1.5rem;
}
.batch-box-pic{
	width: 6rem;
}
.batch-box-txt{
	width: 36rem;
}
.batch-box-pic img{
	width:100%;
}
.batch-box-txt p{
	margin:0;
}
@media (max-width: 768px){
	.batch-box-wrap {
		display: block;
		width: 21rem;
	}
	.batch-box-pic{
		margin:0 auto 0.75rem;
	}
	.batch-box-txt{
		width: auto;
	}
	.batch-box-txt p{
		font-size:0.9rem;
	}
	.cost-box p{
		margin-bottom:0;
	}
}