@charset "UTF-8";

body{
	font-family: fot-tsukuardgothic-std,sans-serif;
	line-height: 1.4em;
	font-size: 14px;
}

p{
	margin-bottom: 1em;
}
.resp_img{
	width:100%;
	height:auto;
	}

.smp_imgchange{

	}

#container{
	overflow: hidden;
}

a.textlink_white:link,
a.textlink_white:visited{
	color: #fff;
}

/*----------------------------------------
■レイアウト
----------------------------------------*/


header {
    background-color: #FBEB4E;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
	z-index: 10;
	display: none;
}
header .inner{
    height: 50px;
    padding-left: 10px;
}

header .inner .logo{
    display: inline-block;
    width: 163px;
    height: 50px;
}
header .inner .logo a:link,
header .inner .logo a:visited{
    display: block;
    background-image: url(../img/bat_logo.png);
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}
header .inner .gdc_logo{
    display: none;
}

.visual{
	background-color: #02B8C8;
	color: #FFFFFF;
	position: relative;
	border-bottom: 2px solid #FFEA3A;
}
.visual .inner{
	max-width: 87.1156%;
	padding-top: 50%;
	line-height: 0;
	height: 0;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/visual_1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	text-indent: -9999px;
}
.smp_menu_sw{
display: none;
}

.smp_menu_img{
    text-indent: -9999px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: contain;
    position: fixed;
    top: 3px;
    right: 10px;
    cursor: pointer;
    z-index: 101;
    border-radius: 100%;
    background-color: #FFFFFF;
    border: 1px solid #01AFC3;
}
.smp_menu_img:before{
    display: flex;
    justify-content: center;
    align-items: center;
    text-indent: 0px;
    content: "\f0c9";
    font-size: 26px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #01AFC3;
}

nav.global_nav {
display: block;
overflow: auto;
position: fixed;
top: 0px;
left: 0px;
z-index: 100;/*最前面に*/
width: 100%;/*最大幅（調整してください）*/
height: 100%;
background-color: rgba(0,0,0,0.80);/*背景色*/
transition: .3s ease-in-out;/*滑らかに表示*/
-webkit-transform: translateX(-105%);
transform: translateX(-105%);/*左に隠しておく*/
}

.smp_menu_sw:checked ~ nav.global_nav {
-webkit-transform: translateX(0%);
transform: translateX(0%);/*中身を表示（右へスライド）*/
box-shadow: 6px 0 25px rgba(0,0,0,.15);
width: 100%;
height: 100%;
position: fixed;
}

nav.global_nav{

}
nav.global_nav ul{
height: 100%;
display: flex;
justify-content: center;
	align-content: center;
flex-direction: column;

	padding-bottom: 60px;
	overflow-y: auto;
}

nav.global_nav li{
margin-bottom: 7px;
width: 80%;
margin-left: auto;
margin-right: auto;
}


nav.global_nav li a:link,
nav.global_nav li a:visited{
    background-color: #FFFFFF;
    width: 100%;
    display: flex;
   margin-left: auto;
	margin-right: auto;
    align-content: center;
    border-radius: 5px;
    padding: 10px;
    color: #000000;
    text-decoration: none;
}
nav.global_nav li.bat{
    margin-bottom: 30px;

}
nav.global_nav li.bat a:link,
nav.global_nav li.bat a:visited{
    background-color: transparent;
    background-image: url(../img/bat_logo.png);
    text-indent: -9999px;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: 59% center;
    background-size: contain;
}
nav.global_nav li.gdc{
	position: absolute;
	width: 150px;
	bottom: 20px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	 background-image: url(../img/gdc_logo_en.png);
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% auto;
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
}


#main_con {

}
#left_con {
	float: left;
	width: 229px;
}

#right_con {
	width: 676px;
	float: right;
	overflow: hidden;
}
footer .sns{
    display: flex;
    justify-content: center;
    background-color: #F4F4F4;
    padding-top: 10px;
    padding-bottom: 10px;
}
footer .sns a{
    font-size: 40px;
	margin-left: 5px;
	margin-right: 5px;
}
footer .sns .yt a:link,
footer .sns .yt a:visited{
    color: #FF0000;
}
footer .sns .tw a:link,
footer .sns .tw a:visited{
    color: #1da1f2;
}

footer .notice_1{
    background-color: #4BADC8;
    padding: 20px;
    color: #FFFFFF;
}

footer .logo{
    padding: 10px;
    text-align: center;
	background-color: #fff;
	line-height: 0;
}
footer .logo img{
    width: 150px;
	height: auto;

}

.page_top{
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
    width: 50px;
    height: 50px;
	z-index: 2;
}

.page_top a{
    display: block;
    width: 100%;
	height: 100%;

    background-image: url(../img/page_top.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
}

section > .inner{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
	padding-left: 10px;
	padding-right: 10px;
}




/*----------------------------------------
■汎用クラス
----------------------------------------*/
.sp_break{
	display: block;
}

.float_right {
	float: right;
}

.mgn_b_0 {
	margin-bottom: 0px;
}

.mgn_b_5 {
	margin-bottom: 5px;
}

.mgn_b_10{
	margin-bottom: 10px;
}

.mgn_b_20{
	margin-bottom: 20px;
}

.mgn_b_30{
	margin-bottom: 30px;
}

.mgn_b_40{
	margin-bottom: 40px;
}

.mgn_b_50{
	margin-bottom: 50px;
}

.clear {
	clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.img_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.img_left {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.underline_1{
	display: inline-block;
	position: relative;
	z-index: 1;
}
.underline_1:before{
	z-index: 0;
	position: absolute;
	bottom: 0;
	left: 0;
    content: "";
    width: 100%;
	height: 3px;
	display: block;
    background-color: #FFF600;
}

.sptbl_1 {

    margin-bottom: 20px;
    border-right: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
	border-top: 1px solid #F2F2F2;
}


.sptbl_1 th {
    padding: 10px;
    font-weight: bold;
    color: #FFEB3B;
	display: block;

}


.sptbl_1 td {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    display: block;
}
.sptbl_1 tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}

.center {
	text-align: center;
}

.text_org {
	color: #ff6c00;
}
.text_blue {
	color: #0e8de5;
}
.text_grn {
	color: #71b10c;
}



.img_hc{
	vertical-align: middle;
}

.title_1 {
    font-size: 20px;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}
.title_1 span:first-child{
    border-bottom: 4px solid #FFFFFF;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}
.title_1 span.sub{
    display: block;
    font-size: 16px;
    border: none;
    line-height: 1.4em;
}
.title_2 {
    font-size: 18px;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}

ul.list_1{
    margin-bottom: 30px;
}

.box1 {
	background-color: #f0f7dd;
	padding: 5px;
}

.boxs_2{
	letter-spacing: -0.4em;
	}

.boxs_2 .box{
	background-color: #FFFFFF;
	width: 464px;
	display: inline-block;
	letter-spacing: normal;
	margin-right: 32px;
	margin-bottom: 20px;
	}

.boxs_2 .box:nth-child(2n){
	margin-right: 0px;
	}

.text_bld {
	font-weight: bold;
}


.text_red {
	color: #CC0000;
}

.img_text_nowrap {
	overflow: hidden;
}


.text_s {
	font-size: 90%;
}

.overflow{
	overflow:auto;
}

.right{
	text-align: right;
	}

.empty{
	height: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	background-color: #FF0004;
	line-height: 0px !important;
	font-size: 0px !important;
}

.resp_img{
	max-width: 100%;
	width: 100%;
	height: auto;
}

.dl_list_1{
	margin-bottom: 30px;
}
.dl_list_1 dt{
	font-weight: bold;
}
.numlist_1{
    margin-left: 1.2em;
}
.numlist_1 > li{
    list-style-type: decimal;
    margin-bottom: 20px;
}
.alphalist_1{
    margin-left: 1em;
}
.alphalist_1 > li{
    list-style-type: lower-alpha;
    margin-bottom: 5px;
}

a.btn_more{
    background-color: #FFF600;
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    border-radius: 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
a.btn_more:after{
	color: #00b4c2;
    content: "\f054";
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: calc(50% - 0.5em);
}


a.btn_install{
    display: block;
    background-image: url(../img/btn_install.png);
    width: 461px;
    height: 66px;
    text-indent: -9999px;
}

.slick_contents{
    width: 100%;
    margin-bottom: 100px;
	overflow:hidden;
}
.slick_contents .box{
    padding: 10px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.30);
    margin-top: 5px;
    margin-bottom: 5px;
}
.slick_contents .slick-slide{
    margin-right: 10px;
    margin-left: 10px;
}

.slick_contents.youtube{
     width: 100%;
	position: relative;
}

.slick_contents.youtube .box .video{
   width: 100%;
	height: 0px;
    position: relative;
	padding-top: 56.25%;


}

.slick_contents.youtube .box .video iframe {
 width: 100% !important;
	height: 100% !important;
  position: absolute;
	top: 0;
	left: 0;
}

.slick_contents .slick-prev,
.slick_contents .slick-next
{

    width: 30px;
    height: 30px;

}

.slick_contents .slick-prev:before,
.slick_contents .slick-next:before{
    font-size: 30px;
    color: #000000;
}


.slick_contents .slick-prev,
.slick_contents .slick-next{
    z-index: 10;

}

.slick_contents .slick-slide img {
    width: 100%;
    height: auto;
}
.slick_contents .slick-slide:not(.slick-center){
	position: relative;
}
/*.slick_contents .slick-slide:not(.slick-center):after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.50);
}*/


.storeinfo.common{
    border: 4px solid #03B5C0;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.50);
    display: flex;
      justify-content: space-between;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
	padding: 15px;
}

.storeinfo.common .title{
   width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: #01B5C1;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
}


.storeinfo.common .img{
 width: 15%;
}
.storeinfo.common .img img{
 width: 100%;
	height: auto;
}
.storeinfo.common  .detail{
    width: calc(85% - 10px);
    margin-bottom: 15px;
}
.storeinfo.common  .qr{
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #FFFFFF;
}
.storeinfo.common .text{
    font-size: 15px;
    margin-bottom: 10px;
}

.storeinfo.common .download_btns{
	display: flex;
	justify-content: center;
}
.storeinfo.common .download_btns a{
	margin-left: 5px;
	margin-right: 5px;
}
.storeinfo.common .download_btns a img{
	width: 100%;
	height: auto;

}

a.text_link_block:link,
a.text_link_block:visited{
    display: flex;
    color: #FFFFFF;
    padding: 5px;
    border: 1px solid #FFFFFF;
    margin-bottom: 5px;
    text-decoration: none;
}
a.text_link_block:after{
content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	margin-left: auto;
}




/*---------------------------------------------
FXって何だろう？
---------------------------------------------*/
section.about_fx{
    background-color: #00afc2;
    background-size: contain;
    background-image: url(../img/bg_7.png),url(../img/bg_7_2.png);
    background-repeat: no-repeat;
    background-position: left top,left bottom;
}

section.about_fx > .inner{
    padding-left: 10px;
    padding-right: 10px;
}

section.about_fx > .inner .slides{
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding: 15px;
}
section.about_fx > .inner .slides .box .title{
	padding: 10px;
	background-color: #02AFC2;
	text-align: center;
	font-size: 18px;
	border-radius: 35px;
	color: #fff;
	margin-bottom: 10px;
}
section.about_fx > .inner .slides .box .title .small{
	font-size: 12px;
}
section.about_fx > .inner .slides .box .img{
	text-align: center;
}
section.about_fx > .inner .slides .box .img img{
	display: inline-block;
	max-width: 100%;
	width: auto;
	height: auto;
}

section.about_fx > .inner .slides .box .text{
	text-align: center;
	margin-bottom: 20px;
}



/*---------------------------------------------
先輩トレーダーに聞く！
---------------------------------------------*/
section.trader_voice{
    background-color: #00B4C2;
    background-image: url(../img/bg_10.png),url(../img/bg_10_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top,left bottom;

}
section.trader_voice .inner > .title_1{
    color: #fff;
}

section.trader_voice .inner > .title_1 span:first-child:before{
    content: "";
    display: block;
    background-image: url(../img/tellme.svg);
    width: 73px;
    height: 51px;
    position: absolute;
    top: -40px;
    left: -64px;
    background-repeat: no-repeat;
    background-size: contain;
}

section.trader_voice .trader_boxs{

    margin-bottom: 40px;
}
section.trader_voice .trader_boxs .box{
    width: 100%;
    margin-bottom: 30px;
	position: relative;
}
section.trader_voice .trader_boxs .box .img{
    padding: 10px;
    background-color: #FFFFFF;
    line-height: 0;
    margin-bottom: 10px;
}
section.trader_voice .trader_boxs .box img{
	max-width: 100%;
	width: auto;
	height: auto;
}
section.trader_voice .trader_boxs .box a{
    display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

section.trader_voice .trader_boxs .box .title{
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 10px;
}

section.trader_voice .trader_boxs .box .text{
    color: #FFFFFF;
    line-height: 1em;

}



/*---------------------------------------------
アプリ
---------------------------------------------*/
section.app{
}
section.app .title_wrap{
    background-color: #00B4C2;
    padding-left: 20px;
    padding-right: 20px;
    transform: skewX(-20deg);
    margin-left: 30px;
    margin-right: 30px;
}

section.app .title_1{
    border-left: 13px solid #FFFFFF;
    border-right: 13px solid #FFFFFF;
    padding-top: 15px;
    padding-bottom: 20px;
}
section.app .title_1 span{
    transform: skewX(20deg);

}

section.app .app_box{
	display: flex;
	flex-wrap: wrap;
}

section.app .app_box > .storeinfo{
   width: 65%;
}
section.app .app_box > .storeinfo .title{
  width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: #01B5C1;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
}
section.app .app_box > .storeinfo .text{
 margin-bottom: 10px;
}
section.app .app_box > .storeinfo .img{
  display: none;
}

section.app .app_box > .storeinfo .download_btns{
   display: flex;
	justify-content: space-between;
}
section.app .app_box > .storeinfo .download_btns a img{

	height: auto;
	width: 95%;
}

section.app .app_box > .img{
width: 35%;
	margin-left: auto;
	margin-right: auto;

}
section.app .app_box > .img img{
max-width: 100%;
	width: auto;
	height: auto;
}
section.app .app_box > .detail{

    width: 100%;

}
section.app .app_box > .detail > section{
    margin-bottom: 40px;
	overflow: hidden;
}
section.app .app_box > .detail > section .text{
    font-size: 14px;
}
section.app .app_box > .detail > section .title{
    color: #FBEB4E;
    font-weight: bold;
    font-size: 16px;
    background-color: #F18B34;
    transform: skewX(-20deg);
    padding-left: 15px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
}
section.app .app_box > .detail > section .title span{
    display: block;
    transform: skewX(20deg);
    padding-top: 15px;
    padding-bottom: 15px;
    color: #FFFFFF;
    background-image: url(../img/megaphone.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
}

section.app .app_box > .detail .storeinfo{
    border: 4px solid #FBEB4E;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.50);
    display: none;
	justify-content: space-between;
}
section.app .app_box > .detail .storeinfo .detail{
    padding: 20px;
	width: 100%;
}
section.app .app_box > .detail .storeinfo .appname{
    display: flex;
    margin-bottom: 10px;
}

section.app .app_box > .detail .storeinfo .appname .img{
    margin-right: 20px;
}

section.app .app_box > .detail .storeinfo .appname .text{
    font-size: 16px;
}

section.app .app_box > .detail .storeinfo .qr{
    display: none;
}

section.app .app_box > .detail .storeinfo .download_btns{
display: flex;
}
section.app .app_box > .detail .storeinfo .download_btns a{
max-width: 50%;
    margin-right: 5px;
	margin-left: 5px;
    display: inline-block;
}
section.app .app_box > .detail .storeinfo .download_btns a img{
max-width: 100%;
	width: auto;
	height: auto;
}

section.app .app_box > .detail section.tiup{
    border-radius: 5px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40%;
    background-color: #00B4C2;
    color: #FFFFFF;
    background-image: url(../img/tiup_akb.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 60% auto;
}
section.app .app_box > .detail section.tiup h2{
    font-weight: bold;
    font-size: 18px;
    color: #FFF600;
    text-align: center;
    border-bottom: 2px solid #FFF600;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

section.app .app_box > .detail section.tiup .detail{
   width: 100%;
}
section.app .app_box > .detail section.tiup .detail .lead{
   margin-bottom: 20px;
}
section.app .app_box > .detail section.tiup .detail .lead strong{
   color: #FFF600;
	font-size: 24px;
}

/*---------------------------------------------
コンテスト
---------------------------------------------*/
section.contest{
    background-color: #039fab;
    background-image: url(../img/bg_11.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

section.contest .contest_rank{
    margin-bottom: 30px;
}

section.contest .contest_rank .row_1{
    width: 100%;

    margin-bottom: 20px;
}

section.contest .contest_rank .row_1 .clm_no1{
    width: 100%;
    margin-bottom: 10px;

}

section.contest .contest_rank .row_1 .clm_no2_3{
    width: 100%;
    margin-bottom: 10px;
}

section.contest .contest_rank .row_2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


section.contest .contest_rank .no_1,
section.contest .contest_rank .no_2,
section.contest .contest_rank .no_3,
section.contest .contest_rank .no_4,
section.contest .contest_rank .no_5,
section.contest .contest_rank .no_6,
section.contest .contest_rank .no_11,
section.contest .contest_rank .no_51,
section.contest .contest_rank .no_pitari,
section.contest .contest_rank .no_lottery{
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}

section.contest .contest_rank .img img{
    max-width: 100%;
    width: auto;
    height: auto;
}

section.contest .contest_rank .detail .rank{
    color: #f18b34;
    font-weight: bold;
}

section.contest .contest_rank .detail .pz{
    color: #1ebfcc;
}

section.contest .contest_rank .detail .pz .name{
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

section.contest .contest_rank .detail .pz .money{
    font-size: 20px;
    display: block;
    font-weight: bold;
    line-height: 1em;
}

section.contest .contest_rank .no_1{
    display: flex;
    align-items: center;
    height: 100%;
}

section.contest .contest_rank .no_1 .img{
    width: 20%;
    margin-right: 20px;
}

section.contest .contest_rank .no_1 .detail .rank{
    font-size: 20px;
}

section.contest .contest_rank .clm_no2_3 .img{
    max-width: 66px;
    margin-right: 20px;
}

section.contest .contest_rank .no_2{
    margin-bottom: 10px;
}

section.contest .contest_rank .no_2,
section.contest .contest_rank .no_3{
    display: flex;
    align-items: center;
}

section.contest .contest_rank .no_2 .detail,
section.contest .contest_rank .no_3 .detail{}

section.contest .contest_rank .no_2 .detail .rank,
section.contest .contest_rank .no_3 .detail .rank{
    font-size: 20px;
    width: 3em;
    margin-right: 20px;
}

section.contest .contest_rank .dmy,
section.contest .contest_rank .no_4,
section.contest .contest_rank .no_5,
section.contest .contest_rank .no_6,
section.contest .contest_rank .no_11,
section.contest .contest_rank .no_51,
section.contest .contest_rank .no_pitari,
section.contest .contest_rank .no_lottery{
    width: calc(100% / 2 - 5px);
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}


section.contest .contest_rank .no_4 .rank,
section.contest .contest_rank .no_5 .rank,
section.contest .contest_rank .no_6 .rank,
section.contest .contest_rank .no_11 .rank,
section.contest .contest_rank .no_51 .rank,
section.contest .contest_rank .no_pitari .rank,
section.contest .contest_rank .no_lottery .rank{
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
}

section.contest .contest_rank .no_4 .pz .name,
section.contest .contest_rank .no_5 .pz .name,
section.contest .contest_rank .no_6 .pz .name,
section.contest .contest_rank .no_11 .pz .name,
section.contest .contest_rank .no_51 .pz .name,
section.contest .contest_rank .no_pitari .pz .name,
section.contest .contest_rank .no_lottery .pz .name{
    font-size: 15px;
}

section.contest .contest_rank .no_4 .pz .money,
section.contest .contest_rank .no_5 .pz .money,
section.contest .contest_rank .no_6 .pz .money,
section.contest .contest_rank .no_11 .pz .money,
section.contest .contest_rank .no_51 .pz .money,
section.contest .contest_rank .no_pitari .pz .money,
section.contest .contest_rank .no_lottery .pz .money{
    font-size: 15px;
}

section.contest .contest_atn{
    /*padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;*/
	padding: 20px;
    background-color: rgba(255, 255, 255, 0.30);
    margin-bottom: 30px;
}

section.contest .contest_atn a:link,
section.contest .contest_atn a:visited{
    color: #fff;
}

/*---------------------------------------------
キャンペーン
---------------------------------------------*/
section.campaign{
    background-image: url(../img/bg_12.png);
    background-color: #00B4C2;
    border-top: 5px solid #1382AB;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
section.campaign img{
   max-width: 100%;
	width: auto;
	height: auto;
}
section.campaign > .inner{
   width: 100%;
	max-width: 100%;
}
section.campaign .title_1{
    color: #fff;
	margin-bottom: 10px;
}
section.campaign .title_1 img{
	margin-bottom: 5px;
}
section.campaign .inner > .title_1 span:first-child{
    border-bottom: 4px solid #fff;
}

section.campaign .campaign_wrap{
	margin-left: auto;
	margin-right: auto;
	position: relative;

}
/*section.campaign .campaign_wrap:after{
	content: "";
	display: block;
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(../img/shiraishi_1.png);
	width: 100px;
	height: 130px;
	position: absolute;
	bottom: 0px;
	right: 0;

}*/
section.campaign .campaign_wrap .conditions{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}
section.campaign .campaign_wrap .conditions .box{
width: 49%;
	background-color: #fff;
	border-radius: 30px;
	padding: 10px;
	text-align: center;
	color: #00b4c2;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

section.campaign .campaign_wrap .cashback_wrap{
	font-size: 20px;
	line-height: 1;
	color: #fff;
	background-color: rgba(0,0,0,0.50);
	padding: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
section.campaign .campaign_wrap .cashback_wrap .value{
font-size: 35px;
	color: #fff600;
}
section.campaign .campaign_wrap .cashback_wrap .unit{
	color: #fff600;
}

section.campaign .campaign_wrap .btn_more{
	width: 100%;
}
section.campaign .campaign_wrap .btn_more:after{
	display: none;
}

/*---------------------------------------------
口座開設
---------------------------------------------*/
section.acount{


}
section.acount > .inner{
    background-image: -webkit-linear-gradient(270deg,rgba(246,246,246,1.00) 0%,rgba(240,240,240,1.00) 99.95%);
    background-image: -moz-linear-gradient(270deg,rgba(246,246,246,1.00) 0%,rgba(240,240,240,1.00) 99.95%);
    background-image: -o-linear-gradient(270deg,rgba(246,246,246,1.00) 0%,rgba(240,240,240,1.00) 99.95%);
    background-image: linear-gradient(180deg,rgba(246,246,246,1.00) 0%,rgba(240,240,240,1.00) 99.95%);
    padding-bottom: 0px;
    position: relative;
    width: 100%;
	max-width: 100%;
    margin-bottom: 10px;
}

section.acount .main_img{
   text-align: center;
	line-height: 0;
}
section.acount .main_img img{
   max-width: 100%;
	width: auto;
	height: auto;
}
section.acount .btn{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
section.acount .btn a:link,
section.acount .btn a:visited{
    display: block;
    position: relative;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
    border-radius: 10px;
    background-color: #F18B34;
    border: 2px solid #FFFFFF;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

section.acount .btn a:after{
    color: #FFFFFF;
    content: "\f054";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: calc(50% - 0.5em);
    font-size: 18px;
}

section.acount .atn{
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-bottom: 20px;
}

/*---------------------------------------------
お問い合わせ
---------------------------------------------*/
.inqwrap{
	margin-top: 50px;
}

.inqwrap a.btn_more{
    width: 100%;
    margin-bottom: 20px;
}
