/***addstyle***/

.widget_pages li a:hover:after,
.widget_meta li a:hover:after {
  	visibility: visible;
  	opacity: 1;
  }
   


@media screen and (min-width:760px){
	.home_topbanner{
		margin:0 auto 40px;
  		display:-webkit-box;
  		display:-ms-flexbox;
		display: flex;
		border-bottom:1px solid #ccc;
		padding-bottom:40px;
		width: calc(100% - 40px);
	}

	.home_topbanner_sp{display: none!important;
	}
}

.home_topbanner .bn_container:nth-child(even){
	padding:0 40px; 
}

.home_topbanner .bn_container{
	text-align: center;
}

@media screen and (max-width:759px) {
	.home_topbanner_sp {display: block;margin-bottom:40px;}
	.home_topbanner{display: none!important;}
	.home_topbanner_sp .banner_link{margin: 0 auto;}

}



@media screen and (max-width:1019px) {
.home_topbanner{
	width: 100%;
}
}


@media screen and (min-width:760px) and (max-width:1019px) {
	.home_topbanner .bn_container{
		padding:0 0px; 
	}

	.home_topbanner .bn_container:nth-child(even){
		padding:0 20px; 
	}
}



.home_sidebar .menu-item:not(.menu-item-has-children) > a::after {
    visibility: hidden;
    float: right;
    opacity: 0;
    font-family: "cs-icons";
    font-size: 14px;
    content: "\e902";
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

 .widget-area .home_sidebar .widget_nav_menu .menu .menu-item:not(.menu-item-has-children) > a:hover:after {
  	visibility: visible;
  	opacity: 1;
  }
  

/*JSでバナー下に出てくるリスト*/
.banner_link{
	width:100%;
	margin:0;
	padding:0;
	background:#144ea2;/*変更しました*/
}
.banner_link li a{/*追加しました*/
		color:#FFF;
	font-weight:bold;
}

.banner_link ul{
	list-style: none;
	margin:0;
	padding:0;
}

.banner_link li{
	padding: 20px 20px;
}

.banner_link li.onlinefree{
	background:#cc5762;/*変更しました*/
	padding: 20px 20px;
}
.banner_link ul li:not(:first-child){
	border-top:1px #ccc solid;
}

/*須原_追加*/
.home_topbanner_r{
	width:100%;
	max-width:1560px;
	height:auto;
	border:#333 1px solid;
	display:flex;
	margin:0 auto;
	margin-bottom:40px;
}

.home_topbanner_gazou{
	width:100%;
	max-width:856px;
	height:auto;
}

.home_topbanner_r .home_topbanner_btn{
	width:100%;
	max-width:664px;
	height:auto;
	margin-top:auto;
	margin-bottom:auto;
	padding-right:20px;
}

.home_topbanner_r .home_topbanner_btn img{
	width:100%;
	height:auto;
}

.home_topbanner_r .home_topbanner_btn li{
	border:#333 1px solid;
	list-style:none;
	margin:10px;
}

.home_topbanner_btn a img:hover{
	opacity: .4;
	transition: .2s;
}

.home_topbanner_btn a img{
	transition: .2s;
}

@media screen and (max-width:759px){
.home_topbanner_r{display: none!important;
	}
}

/*須原_追加ここまで*/

             