main.securityservicepack section.mv {
    margin-top: 0;
}

main.jigyo_under .mv .vision {
	margin-bottom: 0;
}
main.jigyo_under section.mv, main section.mv {
	margin-bottom: 20px;
}


.securityservicepack article{
	margin-bottom: 100px;
}
.securityservicepack section {
	margin-top:100px;
    margin-bottom: 150px;
}

.securityservicepack article section{
	margin-bottom: 80px;
}
.securityservicepack article section:last-of-type{
	margin-bottom: 0;
}

.securityservicepack .gray_bg {
	background-color: #f7f7f7;
	padding:20px;
}


.mv .text h1 .logo img {
	height: 60px;
}
.ImgTxtBox dl dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}


/* ユースケース */
.usecase .blue_bg {
    background-color: #56B2D9;
    padding: 10px 20px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
}
.usecase dl{
	width:31%;
	display: flex;
    flex-direction: column;
}

.usecase dl dt{
    margin-bottom: 10px;
	color: #327fa6;
    font-weight: bold;
    text-align: center;
    font-size: 110%;
    border-bottom: 1px solid #327fa6;
    margin-bottom: 5px;
}

.usecase dl dd{
	display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.usecase ul {
    list-style-type: disc;
    margin-top: 10px;
    margin-left: 1.5em;
    font-size: 14px;
	flex-grow: 1;
}

.usecase .arrow {
  display: inline-block;
  width: 74px;
  height: 60px;
  background: #327fa6;
  clip-path: polygon(0 38.7%, 31% 38.7%, 31% 0, 69% 0, 69% 38.7%, 100% 38.7%, 50% 100%);
}




/* 　＋＋＋＋＋＋＋　スマホ - phone （1199px）以下　用　＋＋＋＋＋＋＋　*/
@media screen and (max-width:1199px) {
	
	main.jigyo_under .mv .text h1 img {
		width: auto;
	}
	.securityservicepack section{
		margin-bottom: 100px;
	}

	.solution .detail dl{
		flex-flow: column;
	}
	

	/* ユースケース */
	.usecase .blue_bg {
	    font-size: 18px;
	}
	
	.usecase dl{
		width:100%;
	}
	
	
}

@media screen and (max-width:767px) {
	
}
	