/******************
/* support.css
******************/
@import url("low_common.css");
/****-common--****/
#support .content a {
 transition: 0.4s ease-in-out;
}
#support .content a:hover {
 opacity: 0.7;
}
/****-main_ttl_section--****/
#support .main_ttl_section{
	background: #00253f;
}
/****-menu_section--****/
#support .menu_section {
	padding: 85px 40px 100px;
	background: #00253f;
}
#support .menu_section > .inner_box_03{
	margin-bottom: 25px;
}
#support .menu_section > .inner_box_03 > .fl_box{
	border: #fff 2px solid;
}
#support .menu_section .fl_box .menu_title{
	width: 464px;
	border-right: #fff 2px solid;
 box-sizing: border-box;
}
#support .menu_section .fl_box .menu_title h2{
	width: 462px;
} 
#support .menu_section .fl_box .menu_title_link{
	width: 730px;
}
#support .menu_section .fl_box ul.fl_box{
	margin:15px 20px;
}
#support .menu_section .fl_box ul li{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	margin-bottom: 15px;
}

/****-20210921FONTsize 縮小2.3→2.0--****/
#support .menu_section .fl_box ul li a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 333px;
	color: #fff;
	font-size: 2.0rem;
	text-align: center;
 padding: 5px 0 6px;
	background: #2a495f url("/images/support/support_tri.png") center right 10px no-repeat;
	background-size: 8px auto;
	border: #0f212e 1px solid;
}
@media screen and (max-width: 767px) {
 #support .menu_section {
	padding: 11vw 5vw 13vw;
	background: #00253f;
}
#support .menu_section > .inner_box_03{
	margin-bottom: 3vw;
}
#support .menu_section .fl_box .menu_title{
	width: 100%;
 margin-bottom: 2vw;
 border-right:none;
 border-bottom:#fff 2px solid;
}
#support .menu_section .fl_box .menu_title h2{
	width: 100%;
}
#support .menu_section .fl_box .menu_title_link{
	width: 95vw;
}
#support .menu_section .fl_box ul.fl_box{
	margin:2vw 1.5vw;
}
#support .menu_section .fl_box ul li{
	margin-bottom: 2vw;
}
#support .menu_section .fl_box ul li a {
	width: 42vw;
	font-size: 1.6rem;
 padding: 2vw 3vw 2.5vw 1vw;
	background: #2a495f url("/images/support/support_tri.png") center right 1vw no-repeat;
	background-size: 4px auto;
}
 
}


