/*
Theme Name:   BA_001 子テーマ
Template:     60l_design_a
Version:      1.0.0
Description:  BA_001_ブランディング重視の子テーマです
Author:       Visual Research
*/
/*********************************************************
//チェックボックスを押した後の丸を消す
**********************************************************/

.mw_wp_form label.selected::after{
	background: none;
}

.mw_wp_form label::before{
	display: none;
}
.footer_copy{
	font-size: 12px;
}

/*********************************************************
//メニューが多い
**********************************************************/

/* #global_menu_area{
	flex-wrap: wrap;
} */
/* #global_menu_area:nth-child(2) .header_rentbox{
 	background: #EB7D00;
} */
.dropdown:nth-child(2) .header_rentbox{
 	background: #EB7D00;
}
/* .header_rentbox{
	 	background: #EB7D00;
} */
/*********************************************************
//修正
**********************************************************/
#header{
	height: auto;
}
.footer_copy {
	margin-top: 100px;
}