/*----------------------------------------------------------------------------*/
/* 	テックサービスサイト  一般整備・修理 page	 					  CSS    */
/*----------------------------------------------------------------------------*/

/* ■ introduction section -----------------------------------------------*/

#introduction {
	margin: 0 auto 0 auto;
	width: 100%;
	background-image:
		url("../images/bg/brline02.svg"),
		url("../images/bg/brline01.svg");
	background-size:
		:contain,
		:contain;
	background-position:
		center top 3%,
		center top 0%;
	background-repeat:
		no-repeat,
		no-repeat;
	padding-bottom: 50px;
	background-color: #FFF;
}

#introduction h2 {
	margin: 0 auto 30px 28%;
	margin: 0 auto 30px 32%;
	width: 45%;
	font-size: 30px;
	text-align: left;
	line-height: 1.8em;
	font-family: "NotoSansCJKjp-Bold";
	color: #444;
	padding-top: 50px;
}

#introduction .h2line {
	margin: 0 auto 50px auto;
	width: 65%;
	height: 1px;
	text-indent: -99999px;
	/* テキスト非表示 */
	background: linear-gradient(90deg, #BDC3C7 0%, #BDC3C7 98%, #BF0122 98%, #BF0122 100%);
	/* ★ */
}
.tuning-title {
    font-weight: bold;
    color: rgb(3, 85, 40);
}
@media screen and (max-width:550px) {
	#introduction h2 {
		margin: 0 0 50px 0;
	}
}

#introduction h2 span.bgLRextend::before {
	background: #333;
}

#introduction .cont {
	margin: 0 auto 50px auto;
	width: 70%;
}

#introduction .cont>p {
	margin: 0 auto 0 auto;
	width: 80%;
	font-size: 16px;
	line-height: 1.8em;
	font-family: "NotoSansCJKjp-Medium";
	color: 333;
}

#introduction h3 {
	margin: 0 auto 20px auto;
	width: 60%;
	font-size: 30px;
	text-align: center;
	line-height: 1.8em;
	font-family: "NotoSansCJKjp-Bold";
	color: #444;
	padding-top: 30px;
}

#introduction .cont ul#service {
	margin: 0 auto 0 auto;
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#introduction .cont ul#service li {}

#introduction .cont ul#service li img {
	display: block;
	zoom: 0.90;
}

@media screen and (max-width:768px) {

	#introduction {
		margin: 20px auto 0 auto;
		width: 100%;
		background-image:
			url("../images/bg/brline02.svg"),
			url("../images/bg/brline01.svg");
		background-size:
			:cover,
			:cover;
		background-position:
			center top 0%,
			center top 3%;
		background-repeat:
			no-repeat,
			no-repeat;
		padding-bottom: 0;
	}

	#introduction h2 {
		margin: 0px auto 10px auto;
		width: 90%;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.8em;
		padding-top: 15px;
	}

	#introduction .h2line {
		margin: 5px auto 15px auto;
		width: 90%;
		height: 1px;
		text-indent: -99999px;
		/* テキスト非表示 */
		background: linear-gradient(90deg, #BDC3C7 0%, #BDC3C7 98%, #BF0122 98%, #BF0122 100%);
		/* ★ */
	}

	#introduction .cont {
		margin: 0 auto 20px auto;
		width: 85%;
	}

	#introduction .cont>p {
		margin: 0 auto 30px auto;
		width: 100%;
		font-size: 13px;
		line-height: 1.7em;
		color: 333;
	}

	#introduction h3 {
		margin: 0px auto 10px auto;
		width: 90%;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.8em;
		padding-top: 15px;
	}

	#introduction .cont ul#service {
		margin: 15px auto 50px auto;
		width: 95%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	#introduction .cont ul#service li {}

	#introduction .cont ul#service li img {
		display: block;
		zoom: 0.5;
	}
}

@media screen and (max-width:590px) {}

/* ■ MainConents #section01  */

#section01 {
	margin: 30px auto 0 auto;
	width: 100%;
	background-image:
		url("../images/bg/brline02.svg"),
		url("../images/bg/brline01.svg");
	background-size:
		:contain,
		:contain;
	background-position:
		center top 14%,
		center top 12%;
	background-repeat:
		no-repeat,
		no-repeat;
	padding-bottom: 0px;
}

#section01 #sec01title {
	margin: 0 auto 70px auto;
	width: 80%;
	padding-bottom: 0;
}

#section01 #sec01title h2 {
	display: block;
	margin: 0 auto 0 auto;
	width: 90%;
	text-align: center;
	font-size: 32px;
	font-family: "NotoSansCJKjp-Bold";
	color: #333;
	padding-top: 0px;
	padding-bottom: 0;
}

#section01 #sec01title .h2line {
	margin: 30px auto 0 auto;
	width: 70%;
	height: 1px;
	text-indent: -99999px;
	/* テキスト非表示 */
	background: linear-gradient(90deg, #CCCCCC 0%, #CCCCCC 98%, #BF0122 98%, #BF0122 100%);
	/* mmts-red02 */
}

@media screen and (max-width:550px) {
	#section01 h2 {
		margin: 0 0 50px 0;
	}
}

#section01 h2 span.bgLRextend::before {
	background: #333;
}

#section01 .service-area {
	margin: 0 auto 220px 11%;
	width: 80%;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width:590px) {
	#section01 .service-area {
		margin: 0 0 50px 0;
		margin: 0 auto 20px auto;
	}
}

#section01 .service-area::after {
	content: '';
	position: absolute;
	width: 70%;
	height: 23em;
	background: #f3f3f3;
	right: 10%;
	top: 20%;
	z-index: -1;
}

#section01 .service-area:nth-of-type(2n+1) {
	flex-direction: row-reverse;
}

#section01 .service-area .img {
	width: 50%;
}

#section01 .service-area .content {
	margin: 0 auto 0 auto;
	width: 40%;
	background: #fff;
	box-shadow: 0 0 20px #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 150px;
}

#section01 .service-area:nth-of-type(2n) .img {
	text-align: center;
}

#section01 .service-area:nth-of-type(2n) .content {
	margin-left: -2%;
}

#section01 .service-area .content-area {
	padding: 40px;
}

#section01 .service-area .content-area h3 {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 18px;
	line-height: 2.0em;
	font-family: "NotoSansCJKjp-Bold";
	color: #A4966A;
	/* Gold01 */
}

#section01 .service-area .content-area h3 span {
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	color: #555;
	font-size: 1.2rem;
}

#section01 .service-area .content-area p {
	margin: 0 auto 30px auto;
	width: 90%;
	font-size: 15px;
	line-height: 1.8em;
	font-family: "NotoSansCJKjp-Regular";
	color: #333;
}

#section01 .btn {
	text-align: right;
}

@media screen and (max-width:768px) {

	#section01 {
		margin: 0 auto 0 auto;
		width: 100%;
		background-image:
			url("../images/bg/brline02.svg"),
			url("../images/bg/brline01.svg");
		background-size:
			:cover,
			:cover;
		background-position:
			center top 1%,
			center top 0%;
		background-repeat:
			no-repeat,
			no-repeat;
		padding-bottom: 30px;
	}

	#section01 #sec01title {
		margin: 0 auto 0 auto;
		width: 80%;
		padding-top: 50px;
		padding-bottom: 0;
	}

	#section01 #sec01title h2 {
		display: block;
		margin: 0 auto 0 auto;
		width: 100%;
		font-size: 17px;
		line-height: 1.7em;
		font-weight: bold;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro", "Kozuka Gothic Pro", "メイリオ",
			Meiryo, Osaka, helvetica, arial,
			"游ゴシック体", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #333;
		padding-top: 5px;
		padding-left: 0;
	}

	#section01 #sec01title .h2line {
		margin: 10px auto 0 auto;
		width: 100%;
		height: 1px;
		text-indent: -99999px;
		/* テキスト非表示 */
		background: linear-gradient(90deg, #CCCCCC 0%, #CCCCCC 98%, #BF0122 98%, #BF0122 100%);
		/* mmts-red02 */
	}

	#section01 .service-area {
		margin: 20px 0 10px 7%;
	}

	#section01 .service-area::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 23em;
		height: 20em;
		background: #F5F5F5;
		right: 10%;
		top: 20%;
		z-index: -1;
	}

	#section01 .service-area .img {
		margin: 0 auto 30px auto;
		width: 100%;
		z-index: 2;
		text-align: center;
	}

	#section01 .service-area .content {
		margin: 0 auto 0 5%;
		width: 90%;
		top: 220px;
		box-shadow: 0 0 5px #ccc;
	}

	#section01 .service-area .content-area {
		padding: 0px;
		padding-bottom: 20px;
		/* ★btn 追加時除く */
	}

	#section01 .service-area .content-area h3 {
		margin: 10px 0 10px 0;
		text-align: center;
		font-size: 14px;
		line-height: 1.7em;
	}

	#section01 .service-area .content-area h3 span {
		font-weight: bold;
		text-transform: uppercase;
		display: block;
		font-size: 16px;
	}

	#section01 .service-area .content-area p {
		margin: 0 auto 0 auto;
		width: 90%;
		font-size: 12px;
		line-height: 1.7em;
	}

}

@media screen and (max-width:590px) {

	#section01 .service-area .img {
		margin: 0 auto 30px auto;
		width: 100%;
		z-index: 2;
		text-align: center;
	}

	#section01 .service-area .img img {
		width: 85%;
		padding-left: 5%;
	}

	#section01 .service-area .content {
		width: 100%;
		top: -10px;
		top: -10px;
		animation: none;
		opacity: 1;
		z-index: 1;
	}

	#section01 .service-area:nth-of-type(2n) .content {
		margin-left: 5%;
	}
}

/* ■ MainConents #section02  */

#section02 {
	margin: 50px auto 0 auto;
	width: 100%;
	padding-bottom: 20px;
	background: linear-gradient(90deg, #F5F5F5 0%, #F5F5F5 35%, white 37%, white 100%);
}

#section02 #sec01title {
	margin: -30px auto 0 auto;
	width: 80%;
	padding-bottom: 0;
}

#section02 #sec01title h2 {
	display: block;
	margin: 0 auto 0 auto;
	width: 100%;
	font-size: 17px;
	line-height: 1.7em;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro", "Kozuka Gothic Pro", "メイリオ",
		Meiryo, Osaka, helvetica, arial,
		"游ゴシック体", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	padding-top: 20px;
	padding-left: 0;
}

#section02 #sec01title .h2line {
	margin: 5px auto 0 auto;
	width: 100%;
	height: 1px;
	text-indent: -99999px;
	/* テキスト非表示 */
	background: linear-gradient(90deg, #CCCCCC 0%, #CCCCCC 98%, #BF0122 98%, #BF0122 100%);
	/* mmts-red02 */
}

#section02 .cont {
	margin: 0 auto 0 auto;
	width: 100%;
}

#section02 .cont p {
	margin: 0 auto 0 auto;
	width: 80%;
	font-size: 12px;
	line-height: 1.7em;
	font-weight: normal;
	color: #333;
	padding-bottom: 10px;
}

#section02 .cont dl {
	display: block;
	margin: 15px auto 10px auto;
	width: 90%;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #BDC3C7;
	/* Siver */
}

#section02 .cont dt {
	display: block;
	margin: 0 auto 0 auto;
	width: 90%;
	font-size: 14px;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

#section02 .cont dd {
	display: block;
	margin: 0 auto 0 auto;
	float: left;
	font-size: 14px;
	line-height: 1.7em;
	font-weight: normal;
	padding-bottom: 5px;
}


@media only screen and (min-width:992px) {
	/*■ PC Layout  ■ */

	#section02 {
		margin: 50px auto auto;
		width: 100%;
		padding-top: 30px;
		padding-bottom: 80px;
		background-image:
			url("../images/bg/brline02.svg"),
			url("../images/bg/brline01.svg");
		background-size:
			:cover,
			:cover;
		background-position:
			center top 10%,
			center top 30%;
		background-repeat:
			no-repeat,
			no-repeat;
		background: linear-gradient(90deg, white 0%, white 5%, #E5E5E5 5%, #F5F5F5 38%, white 38%, white 100%);
		/* ★ */
	}

	#section02 #sec01title {
		margin: 0 auto 0 auto;
		width: 80%;
		padding-bottom: 0;
	}

	#section02 #sec01title h2 {
		display: block;
		margin: 0 auto 0 auto;
		width: 90%;
		text-align: center;
		font-size: 32px;
		font-family: "NotoSansCJKjp-Bold";
		padding-top: 0px;
		padding-bottom: 0;
	}

	#section02 #sec01title .h2line {
		margin: 20px auto 30px auto;
		width: 85%;
		height: 1px;
		text-indent: -99999px;
		/* テキスト非表示 */
		background: linear-gradient(90deg, #CCCCCC 0%, #CCCCCC 98%, #BF0122 98%, #BF0122 100%);
		/* mmts-red02 */
	}

	#section02 .cont {
		margin: 0 auto 0 auto;
		width: 70%;
	}

	#section02 .cont p {
		margin: 0 auto 0 auto;
		width: 80%;
		font-size: 16px;
		line-height: 1.8em;
		font-weight: normal;
		font-family: "NotoSansCJKjp-Regular";
		color: #333;
		padding-bottom: 50px;
	}

	#section02 .cont dl {
		display: block;
		margin: 0 auto 30px auto;
		width: 75%;
		padding: 0px;
		padding-left: 6.5%;
		padding-bottom: 20px;
		border: 1px solid #BDC3C7;
		/* Siver */
	}

	#section02 .cont dt {
		margin: 0 auto 0 0;
		width: 90%;
		font-size: 18px;
		line-height: 1.8em;
		font-weight: normal;
		font-family: "NotoSansCJKjp-Bold";
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#section02 .cont dd {
		margin: 0 auto 0 auto;
		float: left;
		font-size: 15px;
		line-height: 1.0em;
		font-weight: normal;
		font-family: "NotoSansCJKjp-Regular";
		padding-right: 30px;
		padding-bottom: 15px;
	}
}

/* ■ MainConents #section03  */

#section03 {
	margin: 50px auto 0 auto;
	width: 100%;
	background-image:
		url("../images/bg/brline02.svg"),
		url("../images/bg/brline01.svg");
	background-size:
		:contain,
		:contain;
	background-position:
		center top 14%,
		center top 12%;
	background-repeat:
		no-repeat,
		no-repeat;
	padding-bottom: 0px;
}

#section03 #sec01title {
	margin: 0 auto 70px auto;
	width: 80%;
	padding-bottom: 0;
}

#section03 #sec01title h2 {
	display: block;
	margin: 0 auto 0 auto;
	width: 90%;
	text-align: center;
	font-size: 32px;
	font-family: "NotoSansCJKjp-Bold";
	color: #333;
	padding-top: 0px;
	padding-bottom: 0;
}

#section03 #sec01title .h2line {
	margin: 30px auto 0 auto;
	width: 70%;
	height: 1px;
	text-indent: -99999px;
	/* テキスト非表示 */
	background: linear-gradient(90deg, #CCCCCC 0%, #CCCCCC 98%, #BF0122 98%, #BF0122 100%);
	/* mmts-red02 */
}

@media screen and (max-width:550px) {
	#section03 h2 {
		margin: 0 0 50px 0;
	}
}

#section03 h2 span.bgLRextend::before {
	background: #333;
}

#section03 .service-area {
	margin: 0 auto 220px 11%;
	width: 80%;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width:590px) {
	#section03 .service-area {
		margin: 0 0 50px 0;
		margin: 0 auto 20px auto;
	}
}

#section03 .service-area::after {
	content: '';
	position: absolute;
	width: 70%;
	height: 23em;
	background: #f3f3f3;
	right: 10%;
	top: 20%;
	z-index: -1;
}

#section03 .service-area:nth-of-type(2n+1) {
	flex-direction: row-reverse;
}

#section03 .service-area .img {
	width: 50%;
}

#section03 .service-area .content {
	margin: 0 auto 0 auto;
	width: 40%;
	background: #fff;
	box-shadow: 0 0 20px #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 150px;
}

#section03 .service-area:nth-of-type(2n) .img {
	text-align: center;
}

#section03 .service-area:nth-of-type(2n) .content {
	margin-left: -2%;
}

#section03 .service-area .content-area {
	padding: 40px;
}

#section03 .service-area .content-area h3 {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 18px;
	line-height: 2.0em;
	font-family: "NotoSansCJKjp-Bold";
	color: #A4966A;
	/* Gold01 */
}

#section03 .service-area .content-area h3 span {
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	color: #555;
	font-size: 1.2rem;
}

#section03 .service-area .content-area p {
	margin: 0 auto 30px auto;
	width: 90%;
	font-size: 15px;
	line-height: 1.8em;
	font-family: "NotoSansCJKjp-Regular";
	color: #333;
}

#section03 .btn {
	text-align: right;
}

@media screen and (max-width:768px) {

	#section03 {
		margin: 0 auto 0 auto;
		width: 100%;
		background-image:
			url("../images/bg/brline02.svg"),
			url("../images/bg/brline01.svg");
		background-size:
			:cover,
			:cover;
		background-position:
			center top 3%,
			center top 0%;
		background-repeat:
			no-repeat,
			no-repeat;
		padding-bottom: 30px;
	}

	#section03 #sec01title {
		margin: 0 auto 0 auto;
		width: 80%;
		padding-top: 20px;
		padding-bottom: 0;
	}

	#section03 #sec01title h2 {
		display: block;
		margin: 0 auto 0 auto;
		width: 100%;
		font-size: 18px;
		line-height: 1.7em;
		font-weight: bold;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro", "Kozuka Gothic Pro", "メイリオ",
			Meiryo, Osaka, helvetica, arial,
			"游ゴシック体", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #333;
		padding-top: 5px;
		padding-left: 0;
	}

	#section03 #sec01title .h2line {
		margin: 10px auto 0 auto;
		width: 100%;
		height: 1px;
		text-indent: -99999px;
		/* テキスト非表示 */
		background: linear-gradient(90deg, #CCCCCC 0%, #CCCCCC 98%, #BF0122 98%, #BF0122 100%);
		/* mmts-red02 */
	}

	#section03 .service-area {
		margin: 20px 0 10px 7%;
	}

	#section03 .service-area::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 23em;
		height: 20em;
		background: #F5F5F5;
		right: 10%;
		top: 20%;
		z-index: -1;
	}

	#section03 .service-area .img {
		margin: 0 auto 30px auto;
		width: 100%;
		z-index: 2;
		text-align: center;
	}

	#section03 .service-area .content {
		margin: 0 auto 0 4%;
		width: 100%;
		top: 220px;
		box-shadow: 0 0 5px #ccc;
	}

	#section03 .service-area .content-area {
		padding: 0px;
		padding-bottom: 20px;
		/* ★btn 追加時除く */
	}

	#section03 .service-area .content-area h3 {
		margin: 10px 0 10px 0;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.7em;
	}

	#section03 .service-area .content-area h3 span {
		font-weight: bold;
		text-transform: uppercase;
		display: block;
		font-size: 16px;
	}

	#section03 .service-area .content-area p {
		margin: 0 auto 0 auto;
		width: 90%;
		color: #333;
		font-size: 12px;
		line-height: 1.7em;
	}

}

@media screen and (max-width:590px) {

	#section03 .service-area .img {
		margin: 0 auto 30px auto;
		width: 100%;
		z-index: 2;
		text-align: center;
	}

	#section03 .service-area .img img {
		width: 85%;
		padding-left: 5%;
	}

	#section03 .service-area .content {
		width: 100%;
		top: -10px;
		top: -10px;
		animation: none;
		opacity: 1;
		z-index: 1;
	}

	#section03 .service-area:nth-of-type(2n) .content {
		margin-left: 5%;
	}
}



/* ◆整備事例 -----*/

#case {
	margin: 50px auto 0 auto;
	width: 100%;
	padding-bottom: 20px;
	background: linear-gradient(90deg, #F5F5F5 0%, #F5F5F5 35%, white 37%, white 100%);
}

#case #sec01title05 {
	margin: -30px auto 0 auto;
	width: 80%;
	padding-bottom: 0;
}

#case #sec01title05 h2 {
	display: block;
	margin: 0 auto 0 auto;
	width: 100%;
	font-size: 17px;
	line-height: 1.7em;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro", "Kozuka Gothic Pro", "メイリオ",
		Meiryo, Osaka, helvetica, arial,
		"游ゴシック体", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	padding-top: 20px;
	padding-left: 0;
}

#case #sec01title05 .h2line {
	margin: 5px auto 0 auto;
	width: 100%;
	height: 1px;
	text-indent: -99999px;
	/* テキスト非表示 */
	background: linear-gradient(90deg, #CCCCCC 0%, #CCCCCC 98%, #BF0122 98%, #BF0122 100%);
	/* mmts-red02 */
}

#case #casestudy {
	margin: 0 auto 0 auto;
	width: 100%;
}

#case #casestudy>dl {
	display: block;
	margin: 30px auto 0 auto;
	width: 80%;
	padding-bottom: 20px;
	background-color: #fff;
	border: 2px solid #444;
}

#case #casestudy>dl dt {
	margin: 0 auto 0 auto;
	width: 90%;
	text-align: center;
	font-size: 14px;
	line-height: 1.7em;
	font-weight: bold;
	color: #333;
	padding: 10px;
	padding-bottom: 5px;
}

#case #casestudy>dl dd {
	margin: 0 auto 0 auto;
	width: 90%;
	font-size: 12px;
	line-height: 1.7em;
	font-weight: normal;
	color: #333;
	padding-top: 10px;
}

#case #casestudy>dl dd img {
	padding-top: 0px;
	padding-bottom: 10px;
}

@media only screen and (min-width:992px) {
	/*■ PC Layout  ■ */

	#case {
		margin: 50px auto auto;
		width: 100%;
		padding-top: 30px;
		padding-bottom: 80px;
		background-image:
			url("../images/bg/brline02.svg"),
			url("../images/bg/brline01.svg");
		background-size:
			:cover,
			:cover;
		background-position:
			center top 10%,
			center top 30%;
		background-repeat:
			no-repeat,
			no-repeat;
		background: linear-gradient(90deg, white 0%, white 5%, #E5E5E5 5%, #F5F5F5 38%, white 38%, white 100%);
		/* ★ */
	}

	#case #sec01title05 {
		margin: 0 auto 0 auto;
		width: 80%;
		padding-bottom: 0;
	}

	#case #sec01title05 h2 {
		display: block;
		margin: 0 auto 0 auto;
		width: 90%;
		text-align: center;
		font-size: 32px;
		font-family: "NotoSansCJKjp-Bold";
		padding-top: 0px;
		padding-bottom: 0;
	}

	#case #sec01title05 .h2line {
		margin: 20px auto 30px auto;
		width: 85%;
		height: 1px;
		text-indent: -99999px;
		/* テキスト非表示 */
		background: linear-gradient(90deg, #CCCCCC 0%, #CCCCCC 98%, #BF0122 98%, #BF0122 100%);
		/* mmts-red02 */
	}

	#case #casestudy {
		margin: 0 auto 0 auto;
		width: 65%;
		padding-bottom: 100px;
		padding-bottom: 30px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#case #casestudy>dl {
		margin: 30px auto 0 auto;
		width: 45%;
		padding-bottom: 30px;
		border: 2px solid #444;
	}

	#case #casestudy>dl dt {
		margin: 0 auto 0 auto;
		width: 90%;
		font-size: 16px;
		line-height: 1.8em;
		font-weight: normal;
		font-family: "NotoSansCJKjp-Bold";
		padding: 20px;
		padding-bottom: 10px;
	}

	#case #casestudy>dl dd {
		margin: 0 auto 0 auto;
		width: 85%;
		font-size: 14px;
		line-height: 1.8em;
		font-weight: normal;
		font-family: "NotoSansCJKjp-Medium";
		padding-top: 10px;
	}

	#case #casestudy>dl dd img {
		padding-top: 0px;
		padding-bottom: 10px;
	}
}

@media only screen and (min-width: 993px) and (max-width: 1400px) {
	/*◇ PC-S */

}

/* Tablet Layout ◇ */
@media only screen and (min-width: 768px) and (max-width: 992px) {}





/* ◆ Footer adjust */

@media screen and (max-width:768px) {

	#cta02 {
		margin: -35px auto 35px auto;
		width: 100%;
		padding-bottom: 0px;
		background-color: #FFF;
	}
}