/*----------------------------------------------------------------------------*/
/* 	テックサービスサイト  車検・点検 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%;
	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%);
	/* ★ */
}

@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 30px 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: 50px;
}

#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: 20px auto 0 auto;
	width: 100%;
	padding-bottom: 20px;
	background: linear-gradient(90deg, #F5F5F5 0%, #F5F5F5 40%, white 40%, white 100%);
	/* ★ */
}

#section01 h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

#sec01 {
	margin: 0 auto 0 auto;
	width: 100%;
}

#section01 #sec01>h2 {
	display: block;
	margin: 40px auto 20px auto;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #444;
}

#section01 .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%);
	/* ★ */
}

#section01 #sec01title01 {
	margin: 0 auto 0 auto;
	width: 90%;
}

#sec01 ul#sec01cont {
	margin: 10px auto 0 5%;
	width: 90%;
}

#sec01 ul#sec01cont li {
	margin: 20px auto 10px auto;
	width: 90%;
	height: 40px;
	background-image: url("../images/icon/arrow02.png");
	background-repeat: no-repeat;
	background-size: 30px 21px;
	background-position: center bottom 1px;
}

#sec01 ul#sec01cont li:last-child {
	background-image: none;
}

#sec01 ul#sec01cont li>p {
	float: left;
	width: 20%;
	height: 45px;
}

#sec01 ul#sec01cont li>p:first-child {
	width: 25%;
	height: 45px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	padding: 8px;
	background-color: #333;
	border: solid 1px #333;
}

#sec01 ul#sec01cont li>p:nth-child(2) {
	width: 75%;
	height: 45px;
	text-align: left;
	font-size: 13px;
	line-height: 1.2em;
	color: #333;
	padding: 5px;
	padding-left: 20px;
	background-color: #FFF;
	border: solid 1px #333;
}

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

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

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

	#section01 {
		margin: 0 auto 0 auto;
		width: 100%;
		padding-bottom: 50px;
		background: linear-gradient(90deg, white 0%, white 10%, #F5F5F5 10%, #F5F5F5 40%, white 40%, white 100%);
		/* ★ */
	}

	#sec01 {
		margin: 0 auto 0 auto;
		width: 85%;
		padding-bottom: 0px;
		background-image:
			url("../images/bg/bgsym-1.png"),
			url("../images/bg/bgsym-1.png");
		background-size:
			:contain,
			:contain;
		background-position:
			center top 4%,
			center bottom 10%;
		background-repeat:
			no-repeat,
			no-repeat;
		position: relative;
	}

	#section01 #sec01>h2 {
		display: block;
		margin: 50px auto 0 auto;
		width: 80%;
		font-size: 32px;
		font-family: "NotoSansCJKjp-Bold";
		letter-spacing: 1px;
		padding-bottom
	}

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

	#sec01 ul#sec01cont {
		margin: 20px auto 30px 25%;
		width: 50%;
		padding-bottom: 0;
		position: relative;
	}

	#sec01 ul#sec01cont li {
		margin: 20px auto 10px auto;
		width: 90%;
		height: 60px;
		background-image: url("../images/icon/arrow02.png");
		background-repeat: no-repeat;
		background-size: 30px 21px;
		background-position: center bottom 1px;
	}

	#sec01 ul#sec01cont li:last-child {
		background-image: none;
	}

	#sec01 ul#sec01cont li>p {
		float: left;
		width: 20%;
		height: 45px;
	}

	#sec01 ul#sec01cont li>p:first-child {
		width: 20%;
		height: 45px;
		text-align: center;
		font-size: 18px;
		font-family: "NotoSansCJKjp-Bold";
		color: #FFF;
		padding: 13px;
		background-color: #333;
		border: solid 1px #333;
	}

	#sec01 ul#sec01cont li>p:nth-child(2) {
		width: 75%;
		height: 45px;
		text-align: left;
		font-size: 16px;
		font-family: "NotoSansCJKjp-Medium";
		color: #333;
		padding: 12px;
		padding-left: 20px;
		background-color: #FFF;
		border: solid 1px #333;
	}

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

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

	#section01 {
		margin: -50px auto 0 auto;
		width: 100%;
		padding-bottom: 0px;
		background: linear-gradient(90deg, #F5F5F5 0%, #F5F5F5 40%, white 40%, white 100%);
		/* ★ */
	}

	#sec01 {
		margin: 0 auto 0 auto;
		width: 100%;
		padding-bottom: 30px;
		position: relative;
	}

	#section01 #sec01>h2 {
		display: block;
		margin: 30px auto 10px auto;
		width: 100%;
		font-weight: bold;
		font-size: 22px;
		font-family: "NotoSansCJKjp-Bold";
		letter-spacing: 5px;
		color: #519D9E;
		/* WA-green */
		padding-left: 135px;
	}

	#sec01 #sec01cont {
		margin: 10px auto 20px 2.5%;
		width: 95%;
		padding-bottom: 0px;
		box-sizing: border-box;
		display: inline-block;
		position: relative;
	}

	.cont0101 h2 {
		font-size: 22px;
	}

	.cont0101 h3 {
		font-size: 15px;
	}
}

/* ■ MainConents #section02  */

#section02 {
	margin: 0 auto 0 auto;
	width: 100%;
	padding-bottom: 20px;
	background: linear-gradient(90deg, #F5F5F5 0%, #F5F5F5 40%, white 40%, white 100%);
	/* ★ */
}

#section02 h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

#sec02 {
	margin: 0 auto 0 auto;
	width: 100%;
}

#section02 #sec02>h2 {
	display: block;
	margin: 20px auto 20px auto;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #444;
}

#section02 .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%);
	/* ★ */
}

#sec02 #sec02cont {
	margin: 10px auto 0 auto;
	width: 100%;
	padding-bottom: 0;
}

#sec02 #sec02cont .left {
	margin: 0 auto 0 auto;
	width: 90%;
	padding-bottom: 15px;
	background-color: #fff;
	border: 1px solid #BDC3C7;
	/* Siver */
}

#sec02 #sec02cont .left h3 {
	margin: 15px auto 10px auto;
	text-align: center;
	font-size: 13px;
	line-height: 1.7em;
	font-weight: bold;
	color: #333;
}

#sec02 #sec02cont .left ul {
	margin: 0 auto 0 auto;
	width: 80%;
	padding-bottom: 10px;
}

#sec02 #sec02cont .left li {
	font-size: 12px;
	line-height: 2.0em;
	font-weight: normal;
	color: #333;
	padding-left: 30px;
	background-image: url("../images/icon/chk01.png");
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: left 0 center;
}

#sec02 #sec02cont .right {
	margin: 20px auto 0 auto;
	width: 90%;
}

#sec02 #sec02cont .right p.comment {
	margin: 0 auto 0 auto;
	width: 90%;
	font-size: 12px;
	line-height: 1.8em;
	font-weight: normal;
	color: #333;
	padding-bottom: 10px;
}

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

	#section02 {
		margin: 0 auto 0 auto;
		width: 100%;
		padding-bottom: 50px;
		background: linear-gradient(90deg, white 0%, white 10%, #F5F5F5 10%, #F5F5F5 40%, white 40%, white 100%);
		/* ★ */
	}

	#sec02 {
		margin: 0 auto 0 auto;
		width: 85%;
		padding-bottom: 0px;
		background-image:
			url("../images/bg/bgsym-1.png"),
			url("../images/bg/bgsym-1.png");
		background-size:
			:contain,
			:contain;
		background-position:
			center top 4%,
			center bottom 10%;
		background-repeat:
			no-repeat,
			no-repeat;
		position: relative;
	}

	#section02 #sec02>h2 {
		display: block;
		margin: 30px auto 0 auto;
		width: 80%;
		font-size: 32px;
		font-family: "NotoSansCJKjp-Bold";
		letter-spacing: 1px;
	}

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

	#sec02 #sec02cont {
		margin: 0 auto 30px 15%;
		width: 75%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		padding-bottom: 0;
	}

	#sec02 #sec02cont .left {
		margin: 0 auto 0 auto;
		width: 40%;
		padding-bottom: 30px;
		border: 1px solid #BDC3C7;
		/* Siver */
	}

	#sec02 #sec02cont .left h3 {
		margin: 20px auto 20px auto;
		font-size: 18px;
		line-height: 1.8em;
		font-weight: normal;
		font-family: "NotoSansCJKjp-Medium";
		color: #333;
	}

	#sec02 #sec02cont .left ul {
		margin: 0 auto 0 auto;
		width: 85%;
		padding-bottom: 0;
	}

	#sec02 #sec02cont .left li {
		margin: 0 auto 20px auto;
		font-size: 15px;
		line-height: 1.8em;
		font-weight: normal;
		font-family: "NotoSansCJKjp-Regular";
		color: #333;
		padding-left: 35px;
		background-image: url("../images/icon/chk01.png");
		background-repeat: no-repeat;
		background-size: 25px 25px;
		background-position: left 0 center;
	}

	#sec02 #sec02cont .right {
		margin: 0 auto 0 auto;
		width: 55%;
	}

	#sec02 #sec02cont .right p.comment {
		margin: 0 auto 0 auto;
		width: 80%;
		font-size: 15px;
		line-height: 1.8em;
		font-weight: normal;
		font-family: "NotoSansCJKjp-Regular";
		color: #333;
		padding-bottom: 20px;
	}

}

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

/* ■ 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 1%,
			center top 0%;
		background-repeat:
			no-repeat,
			no-repeat;
		padding-bottom: 30px;
	}

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

	#section03 #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;
	}

	#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 5%;
		width: 90%;
		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;
		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%;
		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%;
	}
}

/* ■ MainConents #section04  */

#section04 {
	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 1%;
	background-repeat:
		no-repeat,
		no-repeat;
	padding-bottom: 30px;
}

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

#section04 #sec01title h2 {
	display: block;
	margin: 0 auto 0 auto;
	width: 100%;
	text-align: center;
	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;
}

#section04 #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 */
}

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

#section04>section {
	margin: 20px auto 0 auto;
	width: 90%;
	padding: bottom:20px;
	background: #fff;
	border: 1px solid #BDC3C7;
	/* Siver */
}

#section04>section>h3 {
	margin: 15px auto 15px auto;
	width: 90%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-top: 0px;
	padding-bottom: 0;
}

#section04>section#option>h3 {
	margin: 15px auto 20px auto;
	width: 90%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-top: 0px;
	padding-bottom: 0;
}

#section04>section>h4 {
	margin: 10px auto 15px auto;
	width: 90%;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	padding-top: 0px;
	padding-bottom: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #BDC3C7;
	/* Siver */
}

#section04>section ul {
	margin: 0 auto 0 auto;
	width: 90%;
}

#section04>section li {
	margin: 0 auto 15px auto;
	width: 80%;
	text-align: center;
	font-size: 12px;
	line-height: 1.7em;
	font-weight: normal;
	color: #333;
}

#section04>section>p.sum {
	margin: 15px auto 15px auto;
	width: 80%;
	text-align: center;
	font-size: 14px;
	line-height: 1.8em;
	font-weight: bold;
	color: #A4966A;
	/* Gold01 */
}

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

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

	#section04 {
		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 12%,
			center top 10%;
		background-repeat:
			no-repeat,
			no-repeat;
		padding-bottom: 50px;
	}

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

	#section04 #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;
	}

	#section04 #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 */
	}

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

	#section04>section {
		margin: 20px auto 0 auto;
		width: 55%;
		padding: bottom:30px;
		background: #fff;
		background: linear-gradient(180deg, #F5F5F5 0%, #F5F5F5 30%, white 30%, white 100%);
		/* ★ */
	}

	#section04>section>h3 {
		margin: 30px auto 0 auto;
		width: 65%;
		text-align: left;
		font-size: 24px;
		font-weight: normal;
		font-family: "NotoSansCJKjp-Medium";
		color: #333;
		padding-top: 0px;
		padding-bottom: 0;
	}

	#section04>section#option>h3 {
		margin: 30px auto 30px auto;
		width: 65%;
		text-align: left;
		font-size: 24px;
		font-weight: normal;
		font-family: "NotoSansCJKjp-Medium";
		color: #333;
		padding-top: 0px;
		padding-bottom: 0;
	}

	#section04>section>h4 {
		margin: 20px auto 0 auto;
		width: 65%;
		text-align: left;
		font-size: 16px;
		font-weight: normal;
		font-family: "NotoSansCJKjp-Regular";
		color: #333;
		padding-top: 0px;
		padding-bottom: 20px;
		border-bottom: 1px solid #BDC3C7;
		/* Siver */
	}

	#section04>section ul {
		margin: 30px auto 0 20%;
		position: relative;
		display: flex;
		justify-content: flex-between;
		flex-wrap: wrap;
		width: 80%;
	}

	#section04>section#option ul {
		margin: 0px auto 0 15%;
		position: relative;
		display: flex;
		justify-content: flex-between;
		flex-wrap: wrap;
		width: 80%;
	}

	#section04>section li {
		margin: 0 auto 20px auto;
		width: 50%;
		text-align: left;
		font-size: 16px;
		line-height: 1.8em;
		font-weight: normal;
		font-family: "NotoSansCJKjp-Regular";
	}

	#section04>section>p.sum {
		margin: 0px auto 30px auto;
		width: 80%;
		text-align: center;
		font-size: 22px;
		line-height: 1.8em;
		font-weight: normal;
		font-family: "NotoSansCJKjp-Bold";
		padding-left: 50px;
	}

	#section04>section>p.comment {
		margin: 0 auto 0 auto;
		width: 70%;
		font-size: 15px;
		line-height: 1.8em;
		font-weight: normal;
		font-family: "NotoSansCJKjp-Regular";
		color: #333;
		padding-bottom: 20px;
	}
}


/* ■ MainConents #section05  */

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

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

#section05 #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;
}

#section05 #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 */
}

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

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

#section05 #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;
}

#section05 #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;
}

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

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

	#section05 {
		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%);
		/* ★ */
	}

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

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

	#section05 #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 */
	}

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

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

	#section05 #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;
	}

	#section05 #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;
	}

	#section05 #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;
	}
}