/* --------------------------------------------------
▼informations_common
-------------------------------------------------- */
.informations_body {
	color: #333333;
}
.informations_body a:active, .informations_body a:hover, .informations_body a:link, .informations_body a:visited {
	color: #0077b5;
}
.informations_title {
	background: #ea0000;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	padding: 6px 2px;
	text-align: center;
}
.informations_footer {
	background: #2b2222;
	color: #ffffff;
	font-size: 12px;
	padding: 6px 2px;
	text-align: center;
}
/* --------------------------------------------------
▼informations_menu
-------------------------------------------------- */
.informations_menu_title {
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	background: #ea0000;
	padding: 8px;
}
.informations_box {
	background: #ffffff;
}
.informations_list {
	width: 100%;
}
.informations_list li {
	border-bottom: 1px solid#c8c8c8;
}
.informations_list li:last-child {
	border-bottom: none;
}
.informations_list li a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	width: 100%;
	color: #111111;
	padding: 10px 20px 10px 20px;
	box-sizing: border-box;
	background: #ffffff url("../../img/sp/info_icon.webp") right 10px center no-repeat;
	background-size: 25px 25px;
}
.informations_list li a:active, .informations_list li a:hover, .informations_list li a:link, .informations_list li a:visited {
	color: #7e7e7e;
}