@charset "utf-8";
/*=========================================

	/datadenter/managed/配下のCSS

=========================================*/


/*----------------------------------------------------------------------------------------------------
  共通設定
-----------------------------------------------------------------------------------------------------*/

.lead {
    display: block;
    line-height: 1.6;
    font-size: 16px;
    font-weight: bold;
}

.flex_block ul.btns {
    text-align: center;
}
.flex_block ul.btns li {
    display: inline-block;
}
.flex_block img {
    text-align: center;
}

/* ----- 見出し ----------------- */

.head_img img {
    width: 100px;
}

/* ----- リスト ----------------- */

ul.list_disc li {
    line-height: 1.8;
    font-size: 16px;
    font-size: 1.6rem;
    text-indent: -0.5em;
    padding-left: 1.0em;
}
ul.list_disc li:before {
    display: block;
    content: "・";
    display: inline-block;
}
table ul.list_disc li {
    font-size: 14px;
    font-size: 1.4rem;
}

ul.list_tag.inner {
    display: inline-block;
    padding-left: 10px;
}
ul.list_tag.inner li {
    margin: 0;
    vertical-align: bottom;
    font-size: 12px !important;
    font-size: 1.2rem !important;
}
ul.list_tag li.tag_blue {
    background: #329ECB;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
}
ul.list_tag li.tag_green {
    background: #9BBB59;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
}


/* ----- 要素横並び ----------------- */
.flex_block.border > p {
    position: absolute;
    left: 0;
    padding: 10px 0 0;
}

/* ----- テーブル ----------------- */
table p {
    font-size: inherit;
}

/*----------------------------------------------------------------------------------------------------
  オンサイト運用アウトソーシングサービス
-----------------------------------------------------------------------------------------------------*/
#customer_voice .flex_box {
	flex-wrap: wrap;
	justify-content: space-between;
}
#customer_voice .flex_box .flex_block {
	position: relative;
	background: #f9f0f1;
	margin-left: 0;
	padding: 40px 50px;
	box-sizing: border-box;
	width: 45%;
	flex-grow: inherit;
	border-radius: 10px;
	margin-bottom: 150px;
}
#customer_voice .flex_box .flex_block:nth-child(2) {
	background: #eee;
}
#customer_voice .flex_box .flex_block:nth-child(3) {
	background: #e4ebf0;
	margin-bottom: 0;
}
#customer_voice .flex_box .flex_block:nth-child(4) {
	background: #eff3f6;
	margin-bottom: 0;
}
#customer_voice h4 {
	border-left: none;
}
#customer_voice .flex_box .flex_block:before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -32px;
	right: 10px;
	border: 21px solid transparent;
	border-right: 63px solid #f9f0f1;
	-webkit-transform: rotate(220deg);
	transform: rotate(220deg);
}
#customer_voice .flex_box .flex_block:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 105px;
	background: url(/sevice_shared/img/datacenter/managed/img_human01.png) no-repeat 0 0 / 50px;
	right: -20px;
	bottom: -45px;
}
#customer_voice .flex_box .flex_block:nth-child(2):before {
	right: auto;
	left: 10px;
	border: 21px solid transparent;
	border-right: 63px solid #eee;
	-webkit-transform: rotate(310deg);
	transform: rotate(310deg);
}
#customer_voice .flex_box .flex_block:nth-child(2):after {
	background: url(/sevice_shared/img/datacenter/managed/img_human02.png) no-repeat 0 0 / 50px;
	right: auto;
	left: -20px;
}
#customer_voice .flex_box .flex_block:nth-child(3):before {
	bottom: auto;
	top: -32px;
	border: 21px solid transparent;
	border-right: 63px solid #e4ebf0;
	-webkit-transform: rotate(130deg);
	transform: rotate(130deg);
}
#customer_voice .flex_box .flex_block:nth-child(3):after {
	background: url(/sevice_shared/img/datacenter/managed/img_human03.png) no-repeat 0 0 / 50px;
	bottom: auto;
	top: -60px;
}
#customer_voice .flex_box .flex_block:nth-child(4):before {
	bottom: auto;
	top: -32px;
	right: auto;
	left: 10px;
	border: 21px solid transparent;
	border-right: 63px solid #eff3f6;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}
#customer_voice .flex_box .flex_block:nth-child(4):after {
	background: url(/sevice_shared/img/datacenter/managed/img_human04.png) no-repeat 0 0 / 50px;
	bottom: auto;
	top: -60px;
	right: auto;
	left: -20px;
}

/*----------------------------------------------------------------------------------------------------
   for SP（768px以下）
-----------------------------------------------------------------------------------------------------*/

@media (max-width: 768px) {
	/* ----- 少し大きめの文字あしらい ----------------- */
	.lead {
		font-size: 28px;
		font-size: 3.64583vw;
	}    


	/* ----- リスト ----------------- */
	ul.list_disc li {
		line-height: 1.5;
		font-size: 24px;
		font-size: 3.125vw;
	}
	ul.list_disc li + li {
		padding-top: 5px;
	}
	table ul.list_disc li {
		font-size: 21px;
		font-size: 2.75vw;
	}

	ul.list_tag.inner {
		display: block;
		padding-left: 0;
	}
	ul.list_tag.inner li {
		margin: 5px 0 0;
	}


	/* ----- 要素横並び ----------------- */
	.flex_block.border > p {
		font-size: 13px;

	}

	/* ----- 表余白調整 ----------------- */
	.padding_l {
		padding: 10px 5px!important;	
	}
	
	#customer_voice .flex_box .flex_block {
		width: 100%;
		margin-bottom: 0;
	}
}