
/* リスト */


/* 検討リストボタン */

.btns-module {
	display: block;
	padding-bottom: 10px;
}

.kento_btn_list {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.btns-module li {
	width: 50%;
}

.btns-module li>* {
	width: 90%;
	display: block;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}

@media screen and (min-width:350px) {
	.btns-module li:first-child>* {
		width: 91%;
		margin-left: 5%;
	}
	.btns-module li:last-child>* {
		width: 91%;
		margin-right: 5%;
	}
}


/* ２回目から出てくる下部ウィンドウ */

.bottom-kentouBtn {
	position: fixed;
	z-index: 100;
	transition: 0.8s;
	transform: translateY(100px);
	opacity: 0;
	bottom: 0;
	left: 0;
	width: 100vw;
	text-align: center;
	height: 80px;
	background: rgba(227, 244, 252, 0.85);
}

.bottom-kentouBtn.active {
	transform: translateY(0);
	opacity: 1;
}

.bottom-kentouBtn__frame {
	padding-top: 10px;
	max-width: 242px;
	margin: 0 auto;
}

.bottom-kentouBtn__btn,
.popup-kentou__btn {
	display: -moz-inline-stack;
	vertical-align: middle;
	zoom: 1;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	background-image: -owg-linear-gradient(#fafafa, #eeeeee);
	background-image: -webkit-linear-gradient(#fafafa, #eeeeee);
	background-image: -moz-linear-gradient(#fafafa, #eeeeee);
	background-image: -o-linear-gradient(#fafafa, #eeeeee);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eeeeee));
	background-image: linear-gradient(#fafafa, #eeeeee);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-weight: normal;
	text-align: center;
	padding: 6px 10px;
	vertical-align: middle;
	line-height: 100%;
	background-color: #d2d5e2;
	cursor: pointer;
	color: white;
	position: relative;
	border: 1px solid #c2c7d8;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 16px;
	margin: 0;
	background-color: #003894;
	border: 1px solid #003080;
	background-image: -owg-linear-gradient(#003ea3, #003894);
	background-image: -webkit-linear-gradient(#003ea3, #003894);
	background-image: -moz-linear-gradient(#003ea3, #003894);
	background-image: -o-linear-gradient(#003ea3, #003894);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#003ea3), to(#003894));
	background-image: linear-gradient(#003ea3, #003894);
}

.bottom-kentouBtn__btn a,
.popup-kentou__btn a {
	color: white;
	text-decoration: none;
}

.popup-kentou__btn {
	padding: 10px 10px;
}

.bottom-kentouBtn__btn:before,
.popup-kentou__btn:before {
	display: inline-block;
	transform: translateY(1px);
	content: "";
	speak: none;
	text-transform: uppercase;
	margin-right: 10px;
	margin-left: 0;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 16px;
	font-family: "FontAwesome"!important;
}

.bottom-kentouBtn__btn {
	font-size: 14px;
}

.bottom-kentouBtn__txt {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 8px;
}


/* 初回ウィンドウや限定ウィンドウ設定 */

.popup-kentou__title {
	background: #59bded;
	padding: 15px 0;
	width: 266px;
	position: absolute;
	top: -15px;
	left: -15px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	border-radius: 6px 6px 0 0;
	color: white;
	text-align: center;
}

.popup-kentou-limit .popup-kentou__title {
	background: #ff5959;
}

.limit-text {
	color: #ff5959;
}

.popup-kentou-limit .popup-kentou__title:before {
	display: none;
}

.popup-kentou__ok {
	background: white;
	border-top: 1px solid #ddd;
	padding: 14px 0;
	width: 266px;
	position: absolute;
	bottom: -15px;
	left: -15px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 0 0 6px 6px;
	color: #003da0;
	text-align: center;
}

.popup-kentou__title:before {
	content: " ";
	/*background: url(/file.jsp?id=13159) no-repeat bottom center;*/
	background: url(/bus/common/img/kentou-title-star.svg) no-repeat bottom center;
	speak: none;
	text-transform: uppercase;
	margin-right: 5px;
	margin-left: 0;
	width: 18px;
	height: 20px;
	display: inline-block;
	transform: translateY(2px);
}

.bottom-kentouBtn__txt:before {
	content: " ";
	background: url(/bus/common/img/kentou-title-star.svg) no-repeat center bottom;
	speak: none;
	text-transform: uppercase;
	margin-right: 5px;
	margin-left: 0;
	margin-bottom: -1px;
	width: 12px;
	height: 14px;
	display: inline-block;
}

.popup-kentou__img {
	padding-top: 60px;
	padding-bottom: 60px;
}

.bt-product-summary__datalist>li.bt-product-summary__action>ul li {
	width: 100%;
	padding: 0 !important;
	margin-bottom: 10px;
}


/*アニメーションする★用*/

.animation-txt {
	position: relative;
	padding-left: 25px;
}

.animation-txt__inner {
	display: inline-block;
	vertical-align: text-bottom;
}

.animation-star span strong {
	position: relative;
	display: block;
}

.animation-star .shooting-star-anime {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: -10px;
	opacity: 1;
	transition: 1s;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	display: none;
}

.animation-star .anime-empty,
.animation-star .anime-end {
	display: block;
}


/* ポップアップウィンドウの大枠 */


/* 同じページに別用途のファンシーボックスがある場合は注意してください。 */

.fancybox-overlay {
	background: rgba(55, 55, 55, 0.7) !important;
}

.popup-kentou__msg {
	display: block;
	text-align: center;
	padding: 55px 0;
	padding-bottom: 25px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background: none !important;
	display: none !important;
}

.fancybox-wrap {
	overflow: visible !important;
}

.fancybox-inner {
	overflow: visible !important;
	position: relative;
}

.kentou-closer {
	position: absolute;
	top: -25px;
	right: -25px;
	width: 30px;
	height: 30px;
}

.kentou-closer img {
	width: 100%;
}

.fancybox-skin {
	border-radius: 6px;
	background: white;
}

.btui-btn.cv {
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}

.kentou_wrap {
	position: relative;
}

.btui-btn:hover {
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.kentou_linker {
	position: absolute;
	top: -15px;
	left: -10px;
	width: 100% !important;
	padding: 30px 10px;
}


/* 同じページに別用途のファンシーボックスがある場合は注意してください。 */

.fancybox-overlay {
	background: rgba(55, 55, 55, 0.7) !important;
}

.popup-kentou__msg {
	display: block;
	text-align: center;
	padding: 55px 0;
	padding-bottom: 25px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background: none !important;
	display: none !important;
}

.fancybox-wrap {
	overflow: visible !important;
}

.fancybox-inner {
	overflow: visible !important;
	position: relative;
}

.kentou-closer {
	position: absolute;
	top: -25px;
	right: -25px;
	width: 30px;
	height: 30px;
}

.kentou-closer img {
	width: 100%;
}

.fancybox-skin {
	border-radius: 6px;
	background: white;
}


/* プラン詳細用 */

.product-detail .animation-star .shooting-star-anime {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: -5px;
	opacity: 1;
	transition: 1s;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	display: none;
}


/*アニメーションする★用*/

.product-detail .animation-txt {
	position: relative;
	padding-left: 30px;
}

.product-detail .animation-txt__inner {
	display: inline-block;
	vertical-align: text-bottom;
}

.product-detail .animation-star span strong {
	position: relative;
	display: block;
}

.product-detail .animation-star .shooting-star-anime {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: -5px;
	opacity: 1;
	transition: 1s;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	display: none;
}

.product-detail .animation-star .anime-empty,
.product-detail .animation-star .anime-end {
	display: block;
}

