/* banner CSS*/
.banner-container{
    width: 100%;
    text-align: center;
}
.banner__a{}
.banner__img{}

.banner__title {
	margin-bottom: 32px;
	border-bottom: 1px solid #009be5;
	text-align: center;
	font-size: 1.6rem;
}

.banner__edge {
	width: 100%;
    text-align: center;
	margin: 0;	
}

.banner-carousel__edge{
	width: 100%;
    text-align: center;
	margin: 0;
	padding-bottom: 20px;
	max-width: 940px;
	margin: 0 auto;
}

.banner-container{
    width: 100%;
    text-align: center;
    margin:0;
	padding:0;
}

@media print, screen and (max-width: 767px) {
	.banner__items{		
		padding: 20px 20px 0px 20px;
		display: flex;
		justify-content: center;    
		flex-wrap: wrap;
	}
	
	.banner__item {
		margin: 0;
		padding: 0 0 10px 0;
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		float:left;       
	}

	.banner__img {
		text-align: center;
		margin: 0;
		padding: 0 10px 10px 10px;
	}
}

@media print, screen and (min-width: 768px)
 {
	.banner__items{
		width: 100%;
		padding: 0px 0px 0px 0px;
		margin: 0 auto;
		display: flex;		
		justify-content: center;   
		flex-wrap: wrap;
	}
	
	.banner__item {
		margin: 0;
		padding: 10px 25px 10px 25px;
		list-style: none;
		border-left: 0px solid #ccc ;
	}

	.banner__item:first-child {
		margin: 0;
		padding: 10px 25px 10px 25px;
		list-style: none;
		border-left: 0px solid #ccc ;
	}	

	.banner__img {
		text-align: center;
		margin: 0;
		padding: 0;		
	}
}

/* on_main banner CSS*/
.on_main-banner-container{
    width: 100%;
    text-align: center;
}
.on_main-banner__a{}
.on_main-banner__img{}

.on_main-banner__title {
	margin-bottom: 32px;
	border-bottom: 1px solid #009be5;
	text-align: center;
	font-size: 1.6rem;
}

.on_main-banner-carousel__edge{
	width: 100%;
    text-align: center;
	margin: 0;
	padding-bottom: 20px;
	max-width: 940px;
	margin: 0 auto;
}

.on_main-banner-container{
    width: 100%;
    text-align: center;
    margin:0;
	padding:0;
}

@media print, screen and (max-width: 767px) {
	.on_main-banner__edge {
		width: 100%;
		text-align: left;
		margin: 0;
		position: block;
		top: 0px;
		right: 0px;
	}
	
	.on_main-banner__items{		
		padding: 20px 20px 0px 20px;
	}
	
	.on_main-banner__item {
		margin: 0;
		padding: 0 0 10px 0;
		list-style: none;
	}

	.on_main-banner__img {
		text-align: center;
		margin: 0;
		padding: 0 10px 10px 10px;
	}
}

@media print, screen and (min-width: 768px)
 {
	.on_main-banner__edge {
		width: 100%;
		text-align: left;
		margin: 0;
		position: absolute;
		top: 500px;
		right: 0px;
	}
	
	.on_main-banner__items{
		width: 100%;
		padding: 0px 0px 0px 0px;
		text-align: right;	
	}
	
	.on_main-banner__item {
		margin: 0;
		padding-top: 5px;
		list-style: none;				
		border-left: 0px solid #ccc ;
		opacity: 1;
	}

	.on_main-banner__item:first-child {
		margin: 0;
		padding-top: 0px;
		list-style: none;	
		border-left: 0px solid #ccc ;
	}	

	.on_main-banner__img {
		text-align: center;
		margin: 0;
		padding: 0;		
	}
}

/* side-banner */
.side-banner__title {		
	text-align: center;	
}

.side-banner__img {
	width: 100%;
    text-align: center;
	margin: 0;
	padding-bottom: 10px;	
}

.side-banner-container{    
    display: block;    
    justify-content:center;
    text-align: center;
    margin:0;
    padding:0;
}

@media print, screen and (max-width: 767px) {
	.adv-banner__edge {	
		display: block;
	}

	.side-banner__edge {
		display: none;	
		text-align: center;
		padding: 25px 0 0 0;
		padding-left: 0px;
	}
	
	.side-banner__items{  
		width: 100%;
		padding: 10px 0px 20px 0px;
		display: flex;
		justify-content: center;    
		flex-wrap: wrap;
	}

	.side-banner__item {
		margin: 0;
		padding:  0 8px; 
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		float:left;     
	}

	.side-banner__img {		
		width: 100%;
		text-align: center;
		margin: 0;
		padding-bottom: 10px;
	}	
}

@media print, screen and (min-width: 768px) {
	.adv-banner__edge {	
		display: block;
	}

	.side-banner__edge {	
		text-align: center;
		padding:12px 0 5px 15px;
	}

	.side-banner__items{  
		display: block; 
		justify-content: center;
		margin:0;	  
		padding: 0;	
	}

	.side-banner__item {        
		list-style: none;
        text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}			

	.side-banner__img {
		width: 100%;
		text-align: center;
		margin: 0;
		padding-bottom: 10px;
	}	
}

/* sns-banner CSS*/

.sns-banner-container{
    width: 100%;
    text-align: center;
}
.sns-banner__a{}
.sns-banner__img{}

.sns-banner__title {
	margin-bottom: 32px;
	border-bottom: 1px solid #009be5;
	text-align: center;
	font-size: 1.6rem;
}

.sns-banner__edge {
	width: 100%;
    text-align: center;
	margin: 0;	
}

.sns-banner-carousel__edge{
	width: 100%;
    text-align: center;
	margin: 0;
	padding-bottom: 20px;

	max-width: 940px;
	margin: 0 auto;
}

.sns-banner-container{
    width: 100%;
    text-align: center;
    margin:0;
	padding:0;
}

@media print, screen and (max-width: 767px) {
	.sns-banner__items{		
		padding: 20px 20px 0px 20px;
		display: flex;
		justify-content: center;    
		flex-wrap: wrap;
	}
	
	.sns-banner__item {
		margin: 0;
		padding: 0 0 10px 0;
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		float:left;       
	}

	.sns-banner__img {
		text-align: center;
		margin: 0;
		padding: 0 10px 10px 10px;
	}
}

@media print, screen and (min-width: 768px)
 {
	.sns-banner__items{
		width: 100%;
		padding: 20px 20px 0px 20px;
		display: flex;
		/* justify-content: flex-start;  */
		justify-content: center;   
		flex-wrap: wrap;
	}
	
	.sns-banner__item {
		margin: 0;
		padding: 0 0 10px 0;
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		float:left;       
	}
	.sns-banner__img {
		text-align: center;
		margin: 0;
		padding: 0 10px 10px 10px;
	}
}

/* for top and mg pages */
@media print, screen and (min-width: 769px){
	.intro-banner-container{
		padding: 0 35px;
	}	
}

@media print, screen and (max-width: 769px){
	.intro-banner-container{
		padding: 0;
	}
}
