@charset "utf-8";
/* ------------------------------------- */
/* Reset */
/* ------------------------------------- */
a{
	color: #2F7CFA;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
/* ------------------------------------- */
/* TOPへボタン */
/* ------------------------------------- */
#go_to_pagetop{
	position: fixed;
	bottom: 120px;
	right: 0;
	opacity: 0;
	-ms-filter: "alpha( opacity=0 )";
	filter:alpha(opacity=0);
	zoom:1;
	z-index: 9999;
}
#go_to_pagetop a{
	display: block;
	padding: 16px 20px;
	background: rgb(95,95,95);
	background: rgba(95,95,95,0.5);
	border-radius: 6px 0 0 6px;
}
#go_to_pagetop a:hover{
	background: rgba(95,95,95,0.4);
}
/* ------------------------------------- */
/* ボタン共通 */
/* ------------------------------------- */
.btn_link{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	border-radius: 30px;
	box-sizing: border-box;
	transition: 0.2s ease-in-out;
	box-shadow: 0 2px 4px 0px rgba(0,0,0,0.3);
}
.btn_link i{
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.btn_link::after{
	font-family: 'Font Awesome 6 Pro';
	content: '\f105';
	font-weight: 900;
	font-size: 16px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.2s ease-in-out;
}
.btn_link:hover{
	text-decoration: none;
	transform: scale(1.05);
}
.btn_link:hover::after{
	right: 15px;
}
.btn_blue{
	background-color: #2F7CFA;
	color: #fff;
}
.btn_orange{
	background-color: #FC7D32;
	color: #fff;
}
.btn_white_orange{
	background-color: #fff;
	color: #FC7D32;
	border: 3px solid #FC7D32;
}
.btn_white_blue{
	background-color: #fff;
	color: #2F7CFA;
	border: 3px solid #2F7CFA;
}
/* ------------------------------------- */
/* テキストカラー共通 */
/* ------------------------------------- */
.color_blue{
	color: #2F7CFA;
}
.color_orange{
	color: #FC7D32;
}
/* ------------------------------------- */
/* アイコン付リンク共通 */
/* ------------------------------------- */
.icon_link i{
	font-size: 16px;
	margin-right: 5px;
	vertical-align: middle;
}
/* ------------------------------------- */
/* content */
/* ------------------------------------- */
#content{
	text-align: left;
	font-family:"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	color: #333;
	line-height:1.75;
	min-width: 1280px;
}
.content_inner{
	min-width: 1280px;
}
/* ------------------------------------- */
/* 共通カルーセルリセット */
/* ------------------------------------- */
.slider{
	display: none;
}
.slider.slick-initialized{
	display: block; /*slick-initializedが付与されたら表示*/
}
/* ------------------------------------- */
/* メインカルーセル */
/* ------------------------------------- */
.main_visual{
	width: 100%;
	margin: 20px auto 20px;
}
.main_visual_slider {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.main_visual_slider .slick-slide {
	margin: 0 10px;
}
.main_visual_slider img{
	width: 640px;
	border-radius: 10px;
}
.main_visual_slider .slick-dots{
	bottom: -5px;
}
.main_visual_slider .slick-dots li{
	margin: 0 5px;
}
.main_visual_slider .slick-dots li,
.main_visual_slider .slick-dots li button,
.main_visual_slider .slick-dots li button:before{
	width: 14px;
	height: 14px;
}
.main_visual_slider .slick-dots li button:before{
	display: block;
	background: #BED0FD;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 100%;
	opacity: 1;
}
.main_visual_slider .slick-dots li.slick-active button:before{
	opacity: 1;
	background: #2F7CFA;
}
.main_visual_slider.slick-dotted.slick-slider{
	margin-bottom: 0;
}
/* ------------------------------------- */
/* おすすめ枠 */
/* ------------------------------------- */
.recommend_area_wrapper{
	background-color: #d8f2ff;
	padding: 20px 0;
}
.recommend_area{
	display: flex;
	justify-content: space-between;
	width: 1280px;
	margin: 0 auto;
}
/* ------------------------------------- */
/* おすすめビットキャッシュ */
/* ------------------------------------- */
.recommend_bitcash{
	background-color: #EFFAFF;
	padding: 15px 30px;
	width: 520px;
	height: 240px;
	border: 1px solid #CCD0F1;
	border-radius: 20px;
	box-shadow: 0 4px 16px 0px rgba(0,0,0,0.1);
	box-sizing: border-box;
}
.recommend_bitcash h2{
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}
.recommend_bitcash h2 i{
	color: #2F7CFA;
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.recommend_bitcash .balance_merge{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.recommend_bitcash .balance_merge li{
	width: 224px;
}
.abandonpin_link a{
	font-size: 14px;
	margin-bottom: 10px;
}
.recommend_bitcash_help{
	text-align: right;
	font-size: 14px;
}
/* ------------------------------------- */
/* おすすめメンバーズ */
/* ------------------------------------- */
.recommend_members{
	background-color: #FFFAD9;
	width: 740px;
	height: 240px;	
	border: 1px solid #CCD0F1;
	border-radius: 20px;
	box-shadow: 0 4px 16px 0px rgba(0,0,0,0.1);
	box-sizing: border-box;
}
.recommend_pattern_A{
	background-image: url(/materials/docs/images/index/recommend_A_pc.png);
	background-repeat: no-repeat;
}
.recommend_pattern_B{
	background-image: url(/materials/docs/images/index/recommend_B_pc.png);
	background-repeat: no-repeat;
}
.recommend_pattern_C{
	background-image: url(/materials/docs/images/index/recommend_C_pc.png);
	background-repeat: no-repeat;
}
.recommend_pattern_D{
	background-image: url(/materials/docs/images/index/recommend_D_pc.png);
	background-repeat: no-repeat;
}
.recommend_members_right_content{
	margin-left: 460px;
	padding: 15px 30px 15px 24px;
}
.recommend_members h2{
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}
.recommend_members h2 i{
	color: #FC7D32;
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.recommend_members .members_link li{
	margin-bottom: 10px;
}
.recommend_members_more{
	text-align: right;
	font-size: 14px;
}
/* ------------------------------------- */
/* お知らせ枠 */
/* ------------------------------------- */
.information_area_wrapper{
	background-color: #fff;
	padding: 60px 0 80px;
}
.information_area{
	width: 1280px;
	margin: 0 auto;
}
.information_area h2{
	margin-bottom: 20px;
	text-align: center;
	font-size: 40px;
	font-weight: 500;
}
/* ------------------------------------- */
/* 重要なお知らせ枠 */
/* ------------------------------------- */
.information_area .important_block{
	margin-bottom: 60px;
	font-size: 16px;
	color: #333;
}
/* ------------------------------------- */
/* 障害・緊急枠 */
/* ------------------------------------- */
.information_area .attention{
	margin-bottom: 40px;
}
.information_area .attention dl{
	width: 100%;
	margin-bottom: 10px;
}
.information_area .attention dl:last-child{
	margin-bottom: 0;
}
.information_area .attention dt{
	padding: 5px 30px;
	background-color: #EB001B;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	text-align: left;
	border-radius: 5px 5px 0 0;
	box-sizing: border-box;
}
.information_area .attention dt i{
	margin-right: 5px;
	vertical-align: middle;
}
.information_area .attention dd{
	background-color: #FFEBEB;
	padding: 10px 30px;
	border: 1px solid #EB001B;
	border-radius: 0 0 5px 5px;
	box-sizing: border-box;
}
/* ------------------------------------- */
/* 通常お知らせ */
/* ------------------------------------- */
.information_area .info_old{
	margin-top: 20px;
	font-size: 14px;
	text-align: right;
}
/* ------------------------------------- */
/* お知らせリスト共通 */
/* ------------------------------------- */
.information_area .information_list{
	width: 100%;
}
.information_area .information_list a{
	color: #333;
	text-decoration: none;
	transition: 0.2s ease-in-out;
}
.information_area .information_list a:hover{
	text-decoration:none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.information_area .information_list ul{
	border-top: 1px solid #CCD0F1;
}
.information_area .information_list ul li{
	border-bottom: 1px solid #CCD0F1;
}
.information_area .information_list ul li a{
	position: relative;	
	display: table;
	padding: 20px 40px 20px 0;
}
.information_area .information_list ul li a::after{
	font-family: 'Font Awesome 6 Pro';
	content: '\f105';
	font-weight: 900;
	font-size: 16px;
	color: #4B80FA;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.information_list .info_date{
	display: table-cell;
	width: 160px;
	vertical-align: top;
}
.information_list .info_icon{
	display: table-cell;
	width: 160px;
	vertical-align: top;
	text-align: center;
	box-sizing: border-box;
}
.information_list .info_text{
	display: table-cell;
	width: 920px;
	vertical-align: top;
}
.information_list .info_icon span{
	display: inline-block;
	height: 28px;
	width: 120px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	border-radius: 14px;
}
.information_list .info_icon .icon_important{
	background-color: #E8380D;
}
.information_list .info_icon .icon_information{
	background-color: #35B597;
}
.information_list .info_icon .icon_maintenance{
	background-color: #0075C2;
}
.information_area .information_list ul li .no_info{
	padding: 20px 0;
}
/* ------------------------------------- */
/* ビットキャッシュとは？ */
/* ------------------------------------- */
.about_area_wrapper{
	background-color: #d8f2ff;
	padding: 60px 0 80px;
}
.about_area{
	width: 1280px;
	margin: 0 auto;
}
.about_area h2{
	margin-bottom: 20px;
	text-align: center;
	font-size: 40px;
	font-weight: 500;
}
.about_list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.about_list li{
	padding-top: 30px;
	width: 24%;
	background-color: #fff;	
	text-align: center;
	font-size: 20px;
	color: #333;
	font-weight: 500;
	border: 1px solid #CCD0F1;
	border-radius: 90px;
	box-sizing: border-box;
}
.about_list li .about_list_text{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90px;
	line-height: 1.5;
}
.about_area .btn_link{
	width: 300px;
	margin: 0 auto;
}
/* ------------------------------------- */
/* どこで買える？使える？ */
/* ------------------------------------- */
.buy_use_area_wrapper{
	background-color: #fff;
	padding: 60px 0 80px;
}
.buy_use_area{
	width: 1280px;
	margin: 0 auto;
}
.buy_use_area h2{
	margin-bottom: 20px;
	text-align: center;
	font-size: 40px;
	font-weight: 500;
}
.buy_use_list{
	display: flex;
	justify-content: space-between;
}
.buy_use_list li{
	position: relative;
	width: 630px;
	border: 1px solid #CCD0F1;
	border-radius: 20px;	
	box-shadow: 0 4px 16px 0px rgba(0,0,0,0.1);
	box-sizing: border-box;
}
.buy_use_list li h3{
	padding: 20px 0 20px;
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	vertical-align: middle;
}
.buy_use_list li h3 .buy_use_members{
	background-color: #FC7D32;
	display: inline-block;
	margin-right: 10px;
	height: 28px;
	width: 120px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	line-height: 28px;
	border-radius: 14px;
	vertical-align: middle;
}
.buy_use_item{
	background-color: #fff;
	padding: 30px 0;
	width: 100%;
	text-align: center;
	border-radius: 0 0 20px 20px;
}
.buy_use_list li .btn_link{
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 160px;
	height: 50px;
}
.buy_use_bc{
	background-color: #EFFAFF;
}
.buy_use_mbc{
	background-color: #FFFAD9;
}
.where_buy{
	margin-bottom: 60px;
}
/* ------------------------------------- */
/* ビットキャッシュメンバーズ */
/* ------------------------------------- */
.members_area_wrapper{
	background-color: #FFFAB2;
}
.members_area{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.members_area h2{
	margin-bottom: 20px;
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
}
.members_image{
	position: absolute;
	bottom: 0;
	left: 0;
}
.members_description{
	margin-left: 500px;
	padding: 40px 0 40px;
	width: 500px;
	text-align: center;
}
.members_register{
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 500;
}
.members_description .btn_link{
	width: 300px;
	margin: 0 auto 10px;
}
.members_more{
	text-align: center;
	font-size: 14px;
}
/* ------------------------------------- */
/* 詐欺にご注意ください */
/* ------------------------------------- */
.safety_area_wrapper{
	background-color: #fff;
	padding: 60px 0 100px;
}
.safety_area{
	width: 1000px;
	margin: 0 auto;
}
.safety_area h2{
	margin-bottom: 20px;
	text-align: center;
	font-size: 40px;
	font-weight: 500;
}
.safety_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 10px;
}
.safety_list a{
	transition: 0.2s ease-in-out;
}
.safety_list a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* ------------------------------------- */
/* モーダルウィンドウ */
/* ------------------------------------- */
.modal_info{
	position: relative;
	background: #fff;
	padding: 40px 30px;
	border-radius: 20px;
	font-size: 16px;
	color: #333;
}
.modal_close_icon{
	position: absolute;
	top: 20px;
	right: 20px;
	color: #999;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	transition: 0.2s ease-in-out;
}
.modal_close_icon:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.modal_info h2{
	margin-bottom: 20px;
	text-align: center;
	font-size: 35px;
	font-weight: 500;
}
.modal_info_kind {
	background-color: #EB001B;
	margin-bottom: 20px;
	width: 100%;
	padding: 5px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	border-radius: 5px;
}
.modal_info_kind i{
	margin-right: 5px;
	vertical-align: middle;
}
.modal_info_title{
	margin-bottom: 20px;
	padding: 5px 0 5px 10px;
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	box-sizing: border-box;
	border-left: 5px solid #EB001B;
}
.modal_info_summary{
	margin-bottom: 20px;
	text-align: left;
}
.modal_info_summary .btn_link{
	width: 300px;
	margin: 0 auto;
}
.modal_info_summary .mt30{
	margin-top: 30px;
}
.modal_info_summary .mb30{
	margin-bottom: 30px;
}
.modal_close_text{
	font-size: 16px;
	text-align: center;
	color: #2F7CFA;
	text-decoration: underline;
	cursor: pointer;
}
.modal_close_text:hover{
	text-decoration: none;
}
.modal_close_text i{
	font-size: 16px;
	margin-right: 5px;
	vertical-align: middle;
}
