@charset "utf-8";

/*----------------------------------------
	 下層タブ
-----------------------------------------*/

#fwCms_wrapper .sweets003_tab ul{padding: 0 0;display: flex;flex-wrap: nowrap;justify-content: space-between;}
#fwCms_wrapper .sweets003_tab ul li{text-align: center;width:49%;display: flex;}
#fwCms_wrapper .sweets003_tab ul li a{color:#0077a3;background-color:#e1effa;}
@media screen and (min-width: 768px) {
#fwCms_wrapper .sweets003_tab ul{padding:0 0;}
#fwCms_wrapper .sweets003_tab ul li{text-align: center;width: calc(50% - 5px);min-height:85px;}
#fwCms_wrapper .sweets003_tab ul li a{display: flex;justify-content: center;align-items: center;color:#0077a3;background-color:#e1effa;padding:0 15px;}
#fwCms_wrapper .fmt_content_nav.sum-sweets_nav_PC li a{min-height: 0px;}
#fwCms_wrapper .sweets003_tab ul.fmt_content_nav li a:hover{opacity: 0.5;}
	}