@charset "UTF-8";

/* ----------------------------------------------
/etc/designs/nttcom/hq/jp/business/cmn/temp/css/2022/parts2022_style.css
の文字サイズを調整
---------------------------------------------- */
main {
	font-size: 14px !important;
}

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

/*SP時 余白*/
@media screen and (max-width: 767px){
	.contents{
		padding-bottom:70px;
	}
}
/*〇アールなどの文字色*/
sup{
	color:inherit !important;
}


/* ----------------------------------------------
	調整
---------------------------------------------- */

/* 解決できること
----------------------------------------------- */
	.biz_ser-acereal .solve-list {
		/*max-width: 610px;*/
		max-width: 700px;
		/*margin: 90px auto 0;*/
		margin: 0 auto;

	}
	.biz_ser-acereal .solve-item {
		display: flex;
		margin: 40px 0;
		align-items: center;
	}
	.biz_ser-acereal .solve-item:last-child {
		margin-bottom: 0;
	}
	.biz_ser-acereal .solve-item-img {
		position: relative;
		flex: 0 1 190px;
	}
	.biz_ser-acereal .solve-item-img1 {
		/*top: -30px;*/
		top: 0;
	}
	.biz_ser-acereal .solve-item-img2 {
		/*top: -23px;*/
		top: 0;
	}
	.biz_ser-acereal .solve-item-img3 {
		/*top: -9px;*/
		top: 0;
	}
	.biz_ser-acereal .solve-item-group {
		padding-left: 30px;
		flex: 1 0 510px;
	}
	.biz_ser-acereal .solve-item-ttl {
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 10px;
		color: #c03;
	}
	.biz_ser-acereal .solve-item-txt {
		font-size: 18px;
		color: #6c6c6c;
	}

@media screen and (max-width: 767px) {
/* 解決できること
----------------------------------------------- */
	.biz_ser-acereal .solve-list {
		margin: 0 auto;
	}
	.biz_ser-acereal .solve-item {
		display: block;
		margin: 40px 0;
	}
	.biz_ser-acereal .solve-item:last-child {
		margin-bottom: 0;
	}
	.biz_ser-acereal .solve-item-img {
		position: static;
		/*
		width: 56px;
		width: 14.93vw;
		*/
		width: 30vw;
		margin: auto;
	}
	.biz_ser-acereal .solve-item-group {
		padding-left: 0;
		text-align: center;
	}
	.biz_ser-acereal .solve-item-ttl {
		font-size: 19px;
		margin: 10px 0 8px;
	}
	.biz_ser-acereal .solve-item-txt {
		font-size: 16px;
		line-height: 1.33;
	}
}