.novem_section{
	background:#4A8AE8;
	padding:20px 0;
}
.novem_section .container_in{
	position:relative;
	overflow:hidden;
	border-radius:25px;
	padding:25px 80px;
	color:#444;
	font-weight:700;
	font-size:25px;
	line-height:55px;
	background:#FCFCFC;
}
.novem_section .container_in::before{
	display:block;
	position:absolute;
	content:'';
	width:100px;
	height:145px;
	left:0;
	bottom:0;
	background:url(../img/novem_pc_bef.png) center/cover no-repeat;
}
.novem_section .container_in::after{
	display:block;
	position:absolute;
	content:'';
	width:520px;
	height:100%;
	right:0;
	top:0;
	background:url(../img/novem_pc_aft.png) center no-repeat;
	background-size:100% 105%;
}
.novem_section .container_in .col-xs-12{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	position:relative;
	z-index:1;
}
.novem_section .container_in .col-xs-12:last-child{
	align-items:end;
}
.nov_tite{
	font-size:35px;
	line-height:40px;
	color:#353535;
}
.nov_tite span{
	color:#0158B6;
}
.notat{
	width:max-content;
	background:#CCDFF5;
	border-radius:5px;
	padding:10px 25px;
	color:#4B7AB3;
	font-size:13px;
	line-height:16px;
}
@media(max-width:1300px){
.novem_section .container_in{
	padding:20px 50px;
	font-size:22px;
	line-height:45px;
}
.nov_tite{
	font-size:30px;
	line-height:35px;
}
.notat{
	padding:10px 20px;
}
}
@media(max-width:1070px){
.novem_section .container_in::after{
	width:720px;
    top:-50px;
    right:-120px;
}
.novem_section .container_in .col-xs-12{
	width:50%;
	justify-content:center;
	text-align:center;
}
.novem_section .container_in .col-xs-12.nov_tite{
	width:100%;
}
}
@media(max-width:750px){
.novem_section{
	position:relative;
	background:#4A8AE8;
	padding:20px 0;
}
.novem_section::before{
	display:block;
	position:absolute;
	content:'';
	width:325px;
	height:155px;
	right:0;
	top:0;
	background:url(../img/novem_mob_bef.png) center/cover no-repeat;
	z-index:1;
}
.novem_section::after{
	display:block;
	position:absolute;
	content:'';
	width:360px;
	height:170px;
	left:0;
	bottom:0;
	background:url(../img/novem_mob_aft.png) center/cover no-repeat;
}
.novem_section .container_in{
	padding:80px 25px;
	font-size:18px;
	line-height:55px;
	position:static;
}
.novem_section .container_in::after{
	width:360px;
	height:215px;
	background:url(../img/novem_mob_aft_2.png) center/cover no-repeat;
	bottom:0;
	top:auto;
	right:0;
}
.novem_section .container_in::before,.notat{
	display:none;
}
.novem_section .container_in .col-xs-12{
	width:100%;
	display:block;
}
.nov_tite{
	font-size:35px;
	line-height:45px;
}
}
