@charset "utf-8";
/* CSS Document */

/* =====================
  sub-mv
===================== */

#sub-mv {
	height: 320px;
	background-image: url(../images/dxpromotion/img_dxpromotion.jpg);
}
#sub-mv .sub-mv-title .jp {
	color: #747474;
}
/* =====================
  dxpromotion
===================== */

#dxpromotion {
	margin: 140px 0 150px;
}

.dxpromotion-title {
	margin-bottom: 40px;
	padding: 2px 0 2px 32px;
	font-size: 3.2rem;
	font-weight: 700;
	border-left: 4px solid #2eb7a6;
}
.dxpromotion-list {
	margin-top: 40px;
	padding: 60px 80px;
	border: 1px solid #999999;
}
.dxpromotion-list-item {
	position: relative;
	padding-left: 1em;
	font-size: 2.4rem;
	font-weight: 700;
}
.dxpromotion-list-item + .dxpromotion-list-item {
	margin-top: 20px;
}
.dxpromotion-list-item::before {
	position: absolute;
	top: 0.55em;
	left: 0;
	content: "●";
	color: #2eb7a6;
	font-size: 1.4rem;
}
.dxpromotion-lead {
	margin-top: 32px;
}
.dxpromotion-title02 {
	margin-top: 60px;
	padding: 28px 32px;
	font-size: 2.4rem;
	font-weight: 700;
	box-sizing: border-box;
	border-top: 1px solid #2eb7a6;
	border-bottom: 1px solid #2eb7a6;
}
.dxpromotion-syomei {
	margin-top: 16px;
	text-align: right;
}

.dxpromotion-link{
	margin-top: 40px;
	text-align: center;
}
.dxpromotion-link a{
	display: block;
	max-width: 300px;
	width: 60%;
	margin: auto;
	padding: 12px 20px;
	color: #2eb7a6;
	border: 1px solid #2eb7a6;
}

/* ====================================================================================
         ipad時
  ==================================================================================== */
/* 縦 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}
/* 横 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

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

/* ====================================================================================
         SP時
  ==================================================================================== */
@media screen and (max-width: 768px) {
	/* =====================
  sub-mv
===================== */

	#sub-mv {
		height: 140px;
	}
	#sub-mv .sub-mv-title .jp {
	}
	/* =====================
  dxpromotion
===================== */

	#dxpromotion {
		margin: 72px 0 80px;
	}

	.dxpromotion-title {
		margin-bottom: 24px;
		padding: 2px 0 2px 24px;
		font-size: 2rem;
	}
	.dxpromotion-list {
		margin-top: 32px;
		padding: 32px 40px;
	}
	.dxpromotion-list-item {
		font-size: 1.8rem;
	}
	.dxpromotion-list-item + .dxpromotion-list-item {
		margin-top: 16px;
	}
	.dxpromotion-list-item::before {
		top: 0.55em;
		font-size: 1.2rem;
	}
	.dxpromotion-lead {
		margin-top: 20px;
	}
	.dxpromotion-title02 {
		margin-top: 32px;
		padding: 20px 24px;
		font-size: 1.8rem;
	}
	.dxpromotion-syomei {
		margin-top: 12px;
	}
} /*  SP // */
@media screen and (max-width: 468px) {
	/* =====================
  dxpromotion
===================== */

	#dxpromotion {
	}

	.dxpromotion-title {
		font-size: 2.2rem;
		padding-top: 2px;
		padding-left: 12px;
	}
	.dxpromotion-list {
		padding: 16px 20px;
	}
	.dxpromotion-list-item {
		font-size: 1.6rem;
	}
	.dxpromotion-list-item + .dxpromotion-list-item {
	}
	.dxpromotion-list-item::before {
		top: 0.2em;
	}
	.dxpromotion-lead {
	}
	.dxpromotion-title02 {
		padding: 20px 0px;
		font-size: 1.6rem;
		text-align: center;
	}
	.dxpromotion-syomei {
	}
.dxpromotion-link a{
	font-size: 1.2rem;
}
}
