@charset "Shift_JIS";

/* 
==========================================
main structure
==========================================
*/
#contents-body {
	position: relative;
	background: url("../images/bg_mntr_lead.jpg") center top no-repeat;
}

/* 
==========================================
sub structure　& style
==========================================
*/
/* ---------------------------------------------------------------
common
----------------------------------------------------------------*/

/* ---------------------------------------------------------------
contents
----------------------------------------------------------------*/
/*リードエリア*/
#svc-fcm-mntr .h-mntr {
	position: relative;
	margin-bottom: 60px;
	/*以下aws、azureと共通*/
	font-size: 22px;
	line-height: 1.5;
	text-align: center;
}
#svc-fcm-mntr .h-mntr > span {
	position: relative;
	display: block;
}
#svc-fcm-mntr .h-mntr:before,
#svc-fcm-mntr .h-mntr:after,
#svc-fcm-mntr .h-mntr > span:after {
	content: "";
	position: absolute;
	top: calc(100% + 15px);
	width: 160px;
	height: 1px;
}
#svc-fcm-mntr .h-mntr:before {
	left: 88px;
	background: #d6155c;
}
#svc-fcm-mntr .h-mntr:after {
	left: 250px;
	background: #eb9815;
}
#svc-fcm-mntr .h-mntr > span:after {
	left: 412px;
	background: #b9c429;
}
#svc-fcm-mntr .h-mntr strong {
	color: #fff100 !important;
}
.item-lv1-1__fig1 {
	margin: 30px 30px 60px 0;
	padding: 0 10px;
}
.item-lv1-1__fig1 > img,
.item-lv1-2__fig1 > img {
	width: 100%;
}

/*サービスの特徴*/
#mntr-feature {
	counter-reset: h-mntr-feature;
}
#mntr-feature h4 {
	position: relative;
	padding: 0 0 12px 40px;
	background: url(../images/bg_3line.svg) left bottom repeat-x;
	font-size: 16px;
}
#mntr-feature h4:before {
	content: counter(h-mntr-feature);
	counter-increment: h-mntr-feature;
	position: absolute;
	top: -10px;
	left: 0;
	font-size: 36px;
	font-style: italic;
	font-family: serif;
	font-weight: normal;
	color: #eb9815;
}

.item-lv1-2__clmn-prtg .clmn-item1 {
	width: 500px;
}
.item-lv1-2__clmn-prtg .clmn-item2 {
}

/* ==================================================================================== */
@media only screen and (max-width: 599px) {

/* 
==========================================
sub structure　& style
==========================================
*/
/*リードエリア*/
#svc-fcm-mntr h2.pgtitle {
	margin-left: -10px;
}
#svc-fcm-mntr .h-mntr {
	margin-left: 10px;
	margin-right: 20px;
	font-size: 18px;
	text-align: left;
}
#svc-fcm-mntr .h-mntr:before,
#svc-fcm-mntr .h-mntr:after,
#svc-fcm-mntr .h-mntr > span:after {
	margin: 0 1px;
	width: calc(33.3% - 2px);
}
#svc-fcm-mntr .h-mntr:before {
	left: -1px;
}
#svc-fcm-mntr .h-mntr:after {
	left: 50%;
	transform: translateX(-50%);
}
#svc-fcm-mntr .h-mntr > span:after {
	left: calc(66.6% + 4px);
}
.item-lv1-1__fig1 {
	margin-right: 10px;
}

/*サービスの特徴*/
.item-lv1-2__clmn-prtg .clmn-item1 {
	width: 100%;
	float: none;
}
.item-lv1-2__clmn-prtg .clmn-item2 {
	margin-top: 20px;
	width: 100%;
	text-align: center;
	float: none;
}
.item-lv1-2__clmn-prtg .clmn-item2 > img {
	max-width: 160px;
	width: 60%;
}
	
}
/* ==================================================================================== */
@media only screen and (max-width: 414px) {
/* 
==========================================
main structure
==========================================
*/
#contents-body {
	background-position: 50% -80px;
}

}
/* ==================================================================================== */
@media only screen and (max-width: 375px) {
/* 
==========================================
main structure
==========================================
*/
#contents-body {
	background-position: 50% -100px;
}

}