/* --------------------------------------------------
▼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: #ffc514;
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	padding: 6px 2px;
	text-align: center;
}

.informations_footer {
	background: #58d177;
	color: #fff;
	font-size: 1.2rem;
	padding: 6px 2px;
	text-align: center;
}

/* --------------------------------------------------
▼informations_menu
-------------------------------------------------- */
.informations_menu_title {
	background: #ffc514;
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	padding: 6px 2px;
	text-align: center;
}

.informations_menu_title::before {
	content: "▼";
}

.informations_menu_title::after {
	content: "▼";
}

.informations_box {
	width: 95%;
	margin: 0 auto;
	background: #ffffff;
}

.informations_box p span {
	color: #ff0000;
}

.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: 1.4rem;
	width: 100%;
	color: #111111;
	padding: 10px 15px 10px 40px;
	box-sizing: border-box;
	background: #ffffff url("../../img/sp/info_icon.png") left 10px center no-repeat;
	background-size: 15px 15px;
}

.informations_list li a:active,
.informations_list li a:hover,
.informations_list li a:link,
.informations_list li a:visited {
	color: #111111;
}

/* --------------------------------------------------
▼concept
-------------------------------------------------- */
.desp_title {
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.2;
	color: #555;
	border-top: 5px double #fbafcd;
	border-bottom: 5px double #fbafcd;
	padding: 10px 5px;
}

.app-infomation_in {
	display: flex;
	flex-wrap: wrap;
	background: #ff2323;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}

.app-infomation_in p {
	margin: 0;
}

.app-infomation_ttl {
	width: 100%;
}

.app-infomation_btn {
	width: 50%;
	padding: 20px;
}