@charset "utf-8";
/* CSS Document */

/*--pickup----------------------------*/


.s5-pickupLinks__text em{
  display:block;
  font-style:normal;
  font-weight:bold;
  color:#0066bb;
}

/*toppage side fixed*/
.c5-fixedItem {
    position: fixed;
    z-index: 10;
    margin-top: 186px;
	box-sizing: border-box;
	top: 0;
    right: 0;
    border: solid 1px #343434;
    border-right: none;
    padding: 15px 10px;
    background-color: rgba(0,0,0,.8);
    transition: transform .2s cubic-bezier(.215,.61,.355,1);
	color: #fff;
	font-size: 14px;
	min-width: 175px
}
.c5-fixedItem img {
	vertical-align: bottom;
}
.c5-fixedItem.is_fixed {
	position: fixed;
	/*top: 0;*/
}
.c5-fixedItem_txt {
    line-height: 1.4;
    text-align: center;
}
.c5-fixedItem_txt p {
	margin: 0;
}
.c5-fixedItem_ttl {
	text-align: center;
	font-weight: bold;
	color: #00b900;
	margin-bottom: 10px !important;
	font-size: 11px;
}
.c5-lineBtn,
.c5-fixedItem_qr {
	margin-top: 10px;
	text-align: center;
}
.c5-lineID {
	text-align: center;
	font-size: 12px;
	color: #00b900;
	margin-top: 15px;
	line-height: 1.3;
}
.c5-lineID .hidden {
	display: none;
}
.c5-more_btn a {
	font-size: 12px;
	min-width: 12.375rem;
	height: 2.125rem;
	padding: 7px 18px;
}
@media screen and (max-width: 767px) {
	.c5-fixedItem {
		position: static;
		margin: 0!important;
		padding: 10px;
		font-size: 11px;
		min-width: auto;
	}
	.c5-fixedItemLeft,.c5-fixedItemLeft.is_fixed{
		width: 55%;
		left: 0;
		height:80px;
	}
	.c5-fixedItemLeft .c5-lineBtn img{
		height:28px;
	}
	.c5-fixedItemRight,.c5-fixedItemRight.is_fixed{
		width: 45%;
		height:80px;
	}
	.c5-sp_flex{
		display: flex;
    margin: 0 -20px;
	}
	.c5-fixedItem.is_fixed {
		/* width: 100%; */
		margin: 0;
	}
	.c5-fixedItem_ttl {
	margin-bottom: 5px !important;
}
	.c5-fixedItem_txt {
		text-align: left;
		padding-right: 5px;
	}
	.c5-fixedItem_inner {
		/* display: flex; */
		align-items: center;
		justify-content: center;
	}
	.c5-fixedItem_qr {
		display: none;
	}
	.c5-pc {
		display: none;
	}
	.c5-lineBtn {
		margin-top: 0;
	}
	.c5-lineID {
		font-size: 11px;
	}
	.c5-lineID .hidden {
		display: inline;
	}
	.c5-lineID br {
		display: none;
	}
	.c5-more_btn a {
		min-width: 7.1875rem;
		height: 2.75rem;
		padding: 10px 18px;
	}
}
