.cbp-so-scroller {
	overflow: hidden;
}


.cbp-so-side {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0 4.6%;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}
.cbp-so-section {
	background: url(bg_main_20190122.png) repeat-y center top;
	margin-bottom: 2.5rem; margin-bottom: 25px;
}
.cbp-so-section div{
	text-align: center;
	padding: 3rem 0; padding: 30px 0;
	margin: 0 auto;
}
.cbp-so-side-left img{
	width: 100%;
}
.cbp-so-side-right {
	text-align: left;
}
.cbp-so-section p {
	font-size: 1.6rem; font-size: 16px;
	line-height: 1.2;
}
.cbp-so-section h4 {
	font-size: 1.2rem; font-size: 12px;
	line-height: 1.6;
	font-weight: normal;
}
.cbp-so-section li{
	background: #f2f2f2;
	font-size: 1.2rem; font-size: 12px;
	color: #585858;
	line-height: 2;
	padding: 0 1rem; padding: 0 10px;
	margin-bottom: 0.1rem; margin-bottom: 1px;
}

/*detail*/
ol{
	line-height: 2;
	font-size: 1.2rem; font-size: 12px;
	color: #5f5449;
}
ol a{
	color: #5f5449;
}
ol a:hover{
	text-decoration: underline;
}
.cbp-so-wrap{
	background: url(bg_content_20190122.jpg) no-repeat center top #fff;
	background-size: cover;
}
.cbp-so-content{
	width: 96%;
	margin: 0 auto;
}
.cbp-so-content h3{
	width: 86%;
	margin: 0 auto;
	padding: 1.5rem 0 0.5rem 0; padding: 15px 0 5px 0;
	text-align: center;
	font-size: 2.6rem; font-size: 26px;
	line-height: 1.3;
	font-weight: normal;
	
}
.cbp-so-content hr{
	height:1px;
	border:none;
	border-top:1px solid #afafaf;
}
.cbp-so-content time{
	display: block;
	margin-bottom: 2rem; margin-bottom: 20px;
	text-align: center;
	font-size: 1.2rem; font-size: 12px;
}
.cbp-so-content article{
	color: #363636;
	font-size: 1.4rem; font-size: 14px;
	line-height: 1.3;
	padding-bottom: 2rem; margin-bottom: 20px;
}
.cbp-so-content article p{
	margin-bottom: 0.8rem; margin-bottom: 8px;
}
.cbp-so-content article .editor{
	float: right;
	color: #968b80;
}



/* Clear floats of children 
.cbp-so-section:before,
.cbp-so-section:after {
	content: " ";
	display: table;
}

.cbp-so-section:after {
	clear: both;
}

/* Text styling */




/* Sides */


/* Clear floats of children 
.cbp-so-side:before,
.cbp-so-side:after {
	content: " ";
	display: table;
}

.cbp-so-side:after {
	clear: both;
}
*/



/*

.cbp-so-side-left {
	text-align: right;
}
.cbp-so-side-right img {
	float: left;
}

.cbp-so-side-left img {
	float: right;
}
*/
/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
	opacity: 0;
}

.cbp-so-init .cbp-so-side-left {
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	transform: translateX(-80px);
}

.cbp-so-init .cbp-so-side-right {
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	transform: translateX(80px);
}

/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

/* For example, add a delay for the right side:*/
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}


/* Example media queries */

@media only screen and (min-width: 992px){	
	.cbp-so-side-left img{
		width: auto;
	}
}
@media only screen and (min-width: 1200px){
	.cbp-so-section{
		width: 97.5%;
	}
	.cbp-so-section div{
		width: 89%;
	}
	/*detail*/
	ol{
		margin-left: 7.2%;
	}
	.cbp-so-wrap{
		width: 980px;
		margin-left: 6.8%;
	}
	.cbp-so-content h3{
		width: 70%;
	}
}



/*

@media screen and (max-width: 73.5em) {
	.cbp-so-scroller {
		font-size: 65%;
	}

	.cbp-so-section h2 {
		margin: 0;
	}

	.cbp-so-side img {
		max-width: 120%;
	}
}
*/
@media screen and (max-width: 767px) {
	.cbp-so-section{
		background: #f4f4f3;
	}
	.cbp-so-side {
		float: none;
		width: 100%;
	}

	.cbp-so-side img {
		max-width: 100%;
	}
}

