.post-content {
	letter-spacing: 1px;
}
.mtbl th, .mtbl td {
	border: 1px solid #ccc;
	text-align: center;
	padding: 2% 1%
}
.mtbl th img {
	max-height: 1.5rem
}
.ccTbl2 span {
	display: inline-block;
	margin-right: 1em
}
td.mlicnc span {
	display: inline-block;
	background-color: #0074bf;
	color: #FFF;
	margin: 0.2em;
	padding: 0.2em;
	border-radius: 5px;
	font-size: 90%
}

.cpp_section {
	background-image: url("https://shimanto-ds.com/ftp/cpp_mdsbk.webp?01");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 80%;
	> div {
		padding: 1em;
	}
	p {
		line-height: 1.4;
	}
	@media (min-width: 480px) {
		background-size: 45%;
	}

}
.cpp_mds_set {
	position: relative;
	> img {
		display: block;
		margin-top: 1em;
	}
	> img:nth-child(1) {
		transform: rotate(-2.6deg);
	}
	> img:nth-child(2) {
		display: none;
	}
	@media (min-width: 480px) {
		> img:nth-child(1) {
			position: relative;
			z-index: 1;
			max-width: 73%;
			width: 73vw;
		}
		> img:nth-child(2) {
			display: block;
			position: absolute;
			max-width: 18%;
			width: 18vw;
			top: 0;
			right: 1em;
		}
	}
}

.cpp_spc1 {
	background-color: #FFF;
	margin: 0 2em 2em 2em;
	padding-top: 2em !important;
	> div {
		padding: 1em 0 2em 0;
		> div {
			margin-bottom: 2em;
		}
	}
	& p {
		margin: .5em 0;
	}
	& h2, h3 {
		font-size: 1.2rem;
		border: none;
		color: #333;
		background: transparent;
		margin: 0;
	}
	& h2 {
		text-align: center;
		margin-top: 0;
		padding: .5em;
		background-color: #f6e5cc;
		border-radius: 1em;
		/*border-top: 5px solid #F0C49B;*/
		/*border-bottom: 5px solid #F0C49B;*/
		> img {
			width: 8em;
		}
	}
	@media (min-width: 600px) {
		> div > div {
			position: relative;
			display: table;
			> div {
				display: table-cell;
				vertical-align: top;
				padding: .5em;
			}
			> div:nth-child(3) {
				width: 60%;
				padding-top: 2.2em;
			}
			h3 {
				position: absolute;
				white-space: nowrap;
				overflow: hidden;
				top: 3px;
				left: 40%;

			}
		}
	}
	@media (min-width: 1100px) {
		> div {
			display: flex;
			> div {
				flex: 1;
				margin: 0;
				font-size: 80%;
			}
		}
	}
}

.cpp_spc2 {
	> div {
		margin-bottom: 1rem;
	}
	@media (min-width: 550px) {
		display: flex;
		> div {
			flex: 1;
		}
		> div:first-child {
			width: 40%;
			padding-right: 1em;
		}
	}
}

.cpp_spc3 {
	& ul {
		list-style: none;
		margin: 0 0 0 4.3%;
		text-align: center;
		> li {
			display: inline-block;
		}
	}
	@media (min-width: 550px) {
		ul {
			margin-left: 2%;
			> li {
				display: inline-block;
				width: 48%;
			}
		}
	}
	@media (min-width: 1300px) {
		ul > li {
			width: 32%;
		}
	}
}

.cpp_spc4 {
	& ul {
		list-style: none;
		margin: 0;
		text-align: center;
		font-size: 86%;
	}
	& li {
		display: inline-block;
		vertical-align: top;
		width: 45%;
		margin: 0 2% 1.5em 2%;
		text-align: center;
		> a {
			display: block;
			padding: .5em 0;
			&:hover {
				text-decoration: none;
			}
		}
	}
	@media (min-width: 550px) {
		li {
			width: 28%;
		}
	}
	@media (min-width: 1300px) {
		li {
			width: 20%;
		}
	}
}

/*@keyframes spin1 {*/
/*	from {*/
/*		transform: rotate(0);*/
/*	}*/
/*	to {*/
/*		transform: rotate(360deg);*/
/*	}*/
/*}*/
.cpp_video_area {
	position: relative;
	/*div.loading1 {*/
	/*	position: absolute;*/
	/*	top: calc(50% - 20px);*/
	/*	left: calc(50% - 20px);*/
	/*	width: 40px;*/
	/*	height: 40px;*/
	/*	margin: 0 auto;*/
	/*	border-radius: 50%;*/
	/*	border: 4px solid #ddd;*/
	/*	border-top-color: #999;*/
	/*	animation: spin1 1s infinite linear;*/
	/*}*/
	& div.r1 {
		position: absolute;
		width: 23vw;
		max-width: 400px;
		top: 1em;
		left: 1em;
		z-index: 1;
	}
	& div.r2 {
		position: absolute;
		width: 50%;
		max-width: 500px;
		left: 27%;
		bottom: 20%;
		z-index: 2;
	}
	& div.r3 {
		position: absolute;
		width: 85%;
		max-width: 1000px;
		bottom: 10px;
		left: 1em;
		z-index: 2;
	}
	& div.r4 {
		position: absolute;
		right: 1em;
		bottom: 8%;
		width: 20%;
		z-index: 1;
	}
}
.cpp_sub_title {
	@media (min-width: 800px) {
		font-size: 150%;
	}
}
