@charset "UTF-8";

/*---------------------------------

	flexible-interconnect
	2021.03

---------------------------------*/


/*---------------------------------
	課題・ニーズ
	needs.html
---------------------------------*/
/*ページ内リンク*/
.internal_link ul{
	list-style-type:none;
	margin:0;
	padding: 0;
}
.internal_link li{
	margin:.5em 0 .5em 0;
}
/*丸矢印*/
.arrow_r_b {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	text-decoration: none;
}
.arrow_r_b:before {
	content: '';
	width: 18px;
	height: 18px;
	background: #0E367D;
	border-radius: 50%;
	position: absolute;
	top: 45%;
	left: -3px;
	margin-top: -9px;
}
.arrow_r_b:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 45%;
	left: 2px;
	margin-top: -5px;
	transform: rotate(135deg);
}

/* コンテンツ */
.cont-ttl h2{
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	line-height:1.4;
	padding:10px;
	margin:80px 0 15px 0;
	background:#0E367D;
}
.cont-point-area{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content:space-between;
}
.cont-point-box{
	width: 32%;
}
@media screen and (max-width: 480px) {
	.cont-point-box{
		width: 100%;
		margin:0 0 20px 0;
	}
}
.cont-point-box img{
	width:100%;
}
.cont-ttl-sub h3{
	color:#0E367D;
	font-size:30px;
	font-weight:bold;
	line-height:1.4;
	text-align:center;
	margin:30px 0;
}
.cont-use-area{
	background:#DDECF6;
	padding:20px;
}
.cont-use-area h4{
	color:#0E367D;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin:0 0 30px 0;
}
.cont-solution-area{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content:space-between;
}
.cont-solution-box01{
	width:55%;
}
.cont-solution-box02{
	width:40%;
}
@media screen and (max-width: 480px) {
	.cont-solution-box01,
	.cont-solution-box02{
		width:100%;
	}
}
.cont-solution-box02 img{
	width:100%;
}
.cont-solution-box01 h5{
	color:#0E367D;
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px 0;
}



/*---------------------------------
	料金
	fee.html
---------------------------------*/
.article h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: 2px solid #0E367D;
}
.article h4 {
	font-size: 15px;
	font-weight: bold;
	background: #e3eaee;
	padding: 8px;
	margin-top: 30px;
}
.article h4 span{
	text-decoration:underline;
}
.article h5 {
	font-size: 16px;
	font-weight: bold;
	border-left:5px solid #0E367D;
	padding-left:10px;
	margin-top:50px;
}
.article .pic_area{
	width:800px;
	margin:0 auto;
}
@media screen and (max-width: 768px) {
	.article .pic_area{
		width:100%;
	}
}
.article .pic_area img{
	width:100%;
}
.article table{
	width:100%;
	margin-top:30px;
}
.fee_btn_area{
	margin:0 0 0 0;
}
.fee_btn_area p{
	color:#0E367D;
	font-size:24px;
	font-weight:bold;
	line-height:1.4;
	text-align:center;
	margin:0 auto 50px;
}
.fee_btn{
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	line-height:1.4;
	text-align:center;
	background:#0E367D;
	border-radius:5px;
	width:50%;
	padding:10px 20px;
	margin:0 auto;
	position: relative;
}
.fee_btn:hover{
	opacity:0.7;
}
/*くの字*/
.fee_btn:after{
	content:"";
	position:absolute;
	top:0;
	bottom:.1em;
	right: .5em;
	margin:auto;
	width: .5em;
	height: .5em;
	border-top: .15em solid #fff;
	border-right: .15em solid #fff;
	transform: rotate(45deg);
}



/*---------------------------------
	接続可能な外部サービス
	connection.html
---------------------------------*/
/* cloud_service_list */
.cloud_service_list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.cloud_service_list li {
	flex-basis: 30%;
	display: flex;
	flex-direction: column;
	border: solid 1px #004386;
	background:#FFF;
	margin: 0 0 15px 0;
	padding: 20px 10px;
}
.cloud_service_list li .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	margin-bottom: 20px;
}
.cloud_service_list li .lead {
	margin-bottom: 20px;
}
.cloud_service_list li .btm_link {
	margin-top: auto;
	margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
	.cloud_service_list li {
	flex-basis: 46%;
	}
}
@media screen and (max-width: 480px) {
	.cloud_service_list {
	display: block;
	}
	.cloud_service_list li {
	margin: 0 0 20px 0;
	}
}
/* caption */
.vpn_caption{
	padding-left: 1em;
	text-indent: -1em;
	font-size: 82%;	/*13px相当*/
	line-height: 1.3;
	margin:5px 0 0 0 !important;
}
.vpn_caption_num{
	padding-left: 1.8em;
	text-indent: -1.8em;
	font-size: 82%;	/*13px相当*/
	line-height: 1.3;
	margin:5px 0 0 0 !important;
}
.connect_ttl h2{
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	line-height:1.4;
	text-align:center;
	background:#0E367D;
	padding:10px 20px;
	margin:0 auto;
}