.m-col-1 {
	width: 30%;
}

.m-col-2 {
	width: 35%;
}

.m-col-3 {
	width: 35%;
}

.m-icon-cell {
	display: flex;
	align-items: center;
}

.m-icon-cell img {
	margin-right: 7px;
	width: 20px;
	height: auto;
}

@media screen and (max-width: 767px) {
	.m-col-1 {
		width: 40%;
	}
	.m-col-2 {
		width: 30%;
	}
	.m-col-3 {
		width: 30%;
	}
}

.m-mv {
	margin-bottom: 10px;
	padding: 20px 10px;
	color: #fff;
	border-bottom: 1px solid #ccc;
	background-color: #e5007f;
	position: relative;
}

.m-icon_zaq {
	width: 60px;
	position: absolute;
	top: 4px;
	right: 20px;
}

.m-mv h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.2;
}

.m-course_list_btn {
	text-align: center;
	font-size: 0;
}

.m-course_list_btn li {
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	vertical-align: middle;
	box-sizing: border-box;
}

.m-course_list_btn li a {
	display: block;
	width: 100%;
	padding: 10px 0;
	font-size: 12px;
	font-weight: 700;
	color: #e5007f;
	text-align: center;
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

.m-course_list_btn li:last-child {
	margin-right: 0;
}

.m-heading {
	border-left: 5px solid #e40077;
	padding-left: 10px;
}

.m-heading p {
	font-size: 14px;
}

.m-heading h3 {
	margin-top: 5px;
	font-size: 18px;
	font-weight: bold;
}

.m-heading h3 b {
	color: #e40077;
}

.m-heading h3 span {
	margin: 0 3px;
	font-size: 20px;
}

.m-enjoy .m-box-border {
	padding: 15px;
	border: 1px solid #b5b5b5;
	border-radius: 5px;
	min-height: 185px;
}

.m-vod-h {
	font-weight: bold;
	font-size: 18px;
	margin-left: 15px;
	margin-right: 15px;
}

.m-vod-media {
	display: flex;
	align-items: center;
	margin: 15px 20px;
}

.m-vod-media-h {
	font-weight: bold;
	display: flex;
	align-items: center;
	text-align: left;
	margin: 0 !important;
}

.m-vod-media-h img {
	max-width: none;
}

.m-vod-media-h::before {
	margin-right: 10px;
	border-radius: 50%;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
}

.m-vod-media-tv {
  color: #e40077;
}

.m-vod-media-tv::before {
	content: 'TV';
	background-color: #e40077;
	color: #fff;
}

.m-vod-media-desc {
	margin: 0 0 0 10px !important;
	text-align: left;
}

.m-vod-media-mp::before {
	content: 'VOD';
	background-color: #fff;
	color: #e40077;
	border: 1px solid #e40077;
}

.m-totalpayment::before {
	top: calc(50% - 20px);
	border-color: #b5b5b5;
	color: #b5b5b5;
}

.m-vod-media-desc .m-link-arrow {
	font-size: 12px;
}

.m-category {
  display: flex;
	align-items: center;
	white-space: nowrap;
	position: relative;
	margin-bottom: 15px !important;
	border-color: #b5b5b5;
}

.m-category::after {
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	font-size: smaller;
	content: 'OR';
	border-radius: 50%;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	background-color: #dfdfdf;
	z-index: 1;
}

.m-category:last-child {
	margin-bottom: 0 !important;
}

.m-category:last-child::after {
	content: none;
}

.m-category b {
	margin-right: 10px;
	border-radius: 50%;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	background-color: #e40077;
	color: #fff;
}

.m-category span {
	flex: 1;
	text-align: right;
}

.m-plan {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 20px;
	border-color: #b5b5b5;
}

.m-plan-h {
	font-size: larger;
  font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.m-plan-item {
	width: 100%;
	align-items: flex-start;
	margin: 5px 0;
}

.m-box-channel .m-box-channel-img {
	width:70px !important;
}

@media screen and (max-width: 767px) {
	.m-heading p {
		font-size: 12px;
	}
	.m-heading h3 {
		font-size: 14px;
	}
	.m-heading h3 span {
		font-size: 16px;
	}
	.m-totalpayment {
		flex-direction: column;
	}
	.m-totalpayment-box {
		width: 100%;
		padding: 0 !important;
	}
	.m-totalpayment-box + .m-totalpayment-box {
		margin-top: 20px;
	}
	.m-totalpayment::before {
		top: calc(50% - 30px);
	}
	.m-enjoy .m-box-border {
		min-height: 0;
	}
	.m-plan {
		padding: 15px;
	}
	.m-plan-h {
		margin-bottom: 10px;
	}
}

/* add&overwrite for flexplan 20201116 */
@media screen and (max-width: 767px) {
	.m-course_list_btn{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.m-course_list_btn li{
		width: calc((100% / 2) - 10px);
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.m-course_list_btn li:nth-child(2n){
		margin-right: 0;
	}
}

/* チャンネルパック追加 20201215 */
.m-box-flex {
	background: #fdedf5;
}