
main.jigyo_under .mv .vision {
	margin-bottom: 0;
}
main.jigyo_under section.mv, main section.mv {
	margin-bottom: 20px;
}
.mv .text h1 span.orng {
	color: #F39500;
}
.mv .text h1 .logo img {
	height: 60px;
}
.mv .vision {
	position: relative;
}
.mv .vision p {
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,50%);
	color: #fff;
	right: 0;
	left: 0;
	width: calc(100% - 42%);
	left: 500px;
	padding: 20px;
	text-align: center;
}

.smartchintai section{
	margin-bottom: 150px;
}
.smartchintai article section > h2{
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
	font-size: 35px;
	padding: 10px 20px;
	margin-bottom: 30px;
}
.smartchintai article section > h2 span {
	color: #000;
	display: block;
	font-size: 14px;
	padding: 10px;
	line-height: 1.5;
	font-weight: normal;
	width: 85%;
	margin-left: 30px;
	background: #fff;
}

.smartchintai .blue_bg {
    background-color: #56B2D9;
    padding: 10px 20px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 50px;
    text-align: center;
}

.smartchintai .gray_bg {
	background-color: #f7f7f7;
	padding:20px;
}

.smartchintai .forte h3{
	margin-bottom:40px;
	font-size:24px;
	font-weight: bold;
	text-align: center;
}

.download h3 {
	margin-bottom: 20px;
	border-bottom: 2px solid #56B2D9;
    font-size: clamp(16px, 2vw, 20px);
	font-weight: bold;
}

.download .ImgTxtBox dl dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.download .ImgTxtBox .ImgBox {
    text-align: center;
}

@media screen and (min-width:650px) {
	br.sp {display: none;}
}

/* 　＋＋＋＋＋＋＋　スマホ - phone （1199px）以下　用　＋＋＋＋＋＋＋　*/
@media screen and (max-width:1199px) {
	br.pc {display: none;}

	.mv .vision p {
		bottom: 25%;
		width: 100%;
		right: 0;
		left: 0;
	}
	.mv .text p {
		text-align: center;
		padding-top: 100px;
	}

	.mv .text h1 {
		padding: 0 0 40px;
	}
	main.jigyo_under .mv .text h1 img {
		width: auto;
	}
	.smartchintai section{
		margin-bottom: 100px;
	}
	.smartchintai article section > h2 {
		display: block;
	}
	.smartchintai article section > h2 span {
		margin: 10px 0 0 0;
		width: 100%
	}


/* 導入事例・記事 */
	.casestudy .casestudy-topList li .ImgBox img{
        width: 100%;
    }
	.casestudy .casestudy-topList{
        margin-bottom: 100px;
    }
}