@charset "utf-8";
/* CSS Document */

.page_content h2 span {
	font-size: 12px;
}
.page_content p.special {
	margin-bottom: 10px;
}
.page_content img {
	width: 100%;
}
.area p.txt_link {
	float: none;
	font-size: 100%;
}
.styled_link:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
	top: -2px;
	margin-right: 5px;
	border: 3.5px solid transparent;
	border-left: 5px solid #00a7d7;
	border-right: none;
}
.pc_message {
	display: none;
}
.sp_message {
	display: block;
}
.link { 
  font-size: 100%; 
  margin-bottom: 0;
}
/*----------------------------------------
    フローティングバナー
----------------------------------------*/

.page_sidebar .float_bnr{
	position: fixed;
	bottom: 0;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.page_sidebar .float_bnr .bnr01{
	background-color: #bf123e;
	margin-bottom: 0;
	width: 50%;
}
.page_sidebar .float_bnr .bnr02{
	background-color: #90c31f;
	width: 50%;
}
.page_sidebar .float_bnr a {
	position: relative;
	padding: 16px 0 16px 10px;
	font-size: 13px;
	line-height: 1.3;
}
.page_sidebar .float_bnr a span {
	width: 100%;
}
.page_sidebar .float_bnr a:after {
  right: 4%;
  top: 43%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  content: "";
}
.page_sidebar .float_bnr a:before {
  content: none;
}


