@charset "UTF-8";


html,body{
	height: 100%;
}

body > #container {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#container {
	height: 100%;
	min-height: 100%;
	position: relative;
}

body {
	color: #000000;
	font-family: fot-tsukuardgothic-std,sans-serif;
	line-height: 1.5em;
font-weight: 400;
font-style: normal;
}


.page_top{

}

a:link{
	color: #fff;
	text-decoration: underline;
}

a:hover{
	opacity: 0.7;
}

a:visited{
	color: #fff;
	text-decoration: none;
}

a[href*="tel:"]{
  cursor: default;
}

p {
	margin-bottom: 1em;
}

/*----------------------------------------
■レイアウト
----------------------------------------*/
#top header {
   display: none;
}
header {
    background-color: #FBEB4E;
}
header .inner{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
}

header .inner .logo{
    width: 270px;
    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-repeat: no-repeat;
}

header .inner .gdc_logo{
    width: 194px;
    height: 50px;
	background-image: url(../img/gdc_logo_en.png);
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-size: 80% auto;
    border-radius: 5px;
    background-position: center center;
}

.smp_menu_img,
.smp_menu_sw{
	display: none;
}

.visual{
    background-color: #02B8C8;
    color: #FFFFFF;
    position: relative;

}
.visual .inner{
	width: 100%;
	height: 0;
	padding-top: 53.9495%;
	max-width: 1190px;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999px;
	position: relative;
	background-image: url(../img/visual_1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}

@media screen and (min-width:1190px){
	.visual .inner{
		padding-top: 0;
	height: 642px;
	width: 1190px;

}
}





.global_nav{
	background-color: #fff;
	z-index: 10;
}

.sticky {
    postion: -webkit-sticky;
    position: sticky;
    top: 0;
}

.global_nav ul{
    max-width: 1200px;
    display: flex;
    justify-content:space-between;
    margin-left: auto;
    margin-right: auto;

}
.global_nav ul li{
   width: calc(100% / 4);
	position: relative;

}

.global_nav ul li.bat,
.global_nav ul li.gdc{
  display: none;

}

.global_nav li a:link,
.global_nav li a:visited{
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    position: relative;
    border-right: 1px solid #C8C8C8;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    height: 100%;
    text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	transition: .3s;
	z-index: 1;
}
.global_nav li:before{
    position: absolute;
    bottom: 0px;
    left: 0%;
    content: '';
    width: 100%;
    height: 0%;
    background-color: #01B5C1;
    transition: .3s;
    z-index: 0;
}
.global_nav li a:hover,
.global_nav li.act a{
  color: #fff;
	opacity: 1.0;
}
.global_nav li:hover::before,
.global_nav li.act:before{
  height: 100%;
	background-position: -100% 0;
}
.global_nav li:nth-last-child(2) a:link{
    margin-right: 0px;
	border: none;
}
.global_nav li:last-child a:link{
    margin-right: 0px;

}

.pc_wordbreak{
    display: block;
}

#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: 200px;
	height: auto;

}

.page_top{
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
    width: 50px;
    height: 50px;
	z-index: 1;
}

.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: 80px;
    padding-bottom: 80px;
}




/*----------------------------------------
■汎用クラス
----------------------------------------*/

.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;
}


.tbl1 {

    margin-bottom: 20px;
    border-right: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
	border-top: 1px solid #F2F2F2;
}


.tbl1 th {
    padding: 10px;
    font-weight: bold;
    color: #FFEB3B;
    text-align: right;

}
.tbl1 th:after {
   content: "｜";


}

.tbl1 td {
    padding: 10px;
    color: #FFFFFF;
}
.tbl1 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: 45px;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
}
.title_1 span:first-child{
    border-bottom: 4px solid #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    line-height: 1em;
}
.title_1 span.sub{
    display: block;
    font-size: 28px;
    border: none;
    line-height: 1.4em;
}
.title_2 {
    font-size: 26px;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    display: block;

    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
}

br.pc_hide{
	display: none;
}

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;
}

.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: 5px;
	display: block;
    background-color: #FFF600;
}

.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: 28px;
    border-radius: 10px;
    text-decoration: none;

    width: 328px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
	-webkit-transition: all .3s;
  transition: all .3s;
	z-index: 2;

}
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_more:before{
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-transition: all .3s;
  transition: all .3s;
	top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	border-radius: 10px;
  -webkit-transform: scale(.5);
  transform: scale(.5);


}
a.btn_more:hover,
a.btn_more:hover:after{
  color: #fff;
	opacity: 1;
}

a.btn_more:hover::before {
  background: #f18b34;
  -webkit-transform: scale(1);
  transform: scale(1);
	opacity: 1;
}



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;
	position: relative;
}
.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-slide{
    margin-right: 40px;
    margin-left: 40px;
}
.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);
}

.slick_contents .slick-prev:before,
.slick_contents .slick-next:before{
    font-size: 50px;
	opacity: 1.0;

}
.slick_contents .slick-prev,
.slick_contents .slick-next{
    z-index: 10;

}

.slick_contents .slick-prev{
    left: 50px;

}
.slick_contents .slick-next{
    right: 50px;
}

.storeinfo.common{
    border-left: 4px solid #03B5C0;
    border-right: 4px solid #03B5C0;
    border-bottom: 4px solid #03B5C0;
    border-top: 4px solid #03B5C0;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.50);
    display: flex;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.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: 18px;
}

.storeinfo.common .detail{
	width: calc(85% - 120px);
}
.storeinfo.common .qr{
	width: 100px;
}
.storeinfo.common .qr img{
    border: 5px solid #FFFFFF;
}
.storeinfo.common .detail .text{
	margin-bottom: 15px;
}
.storeinfo.common .img{
       width: 15%;
}
.storeinfo.common .img img{
    width: 100%;
	height: auto;
}


.storeinfo.common .text{
    font-size: 18px;
}


.storeinfo.common .download_btns a{

	margin-right: 5px;
}

a.text_link_1:link,
a.text_link_1:visited{
    color: #0094CF;
}

a.text_link_1:hover{
  text-decoration: none;
}

/*---------------------------------------------
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,right bottom;
}

section.about_fx > .inner{

}

section.about_fx > .inner .slick_contents{

}

section.about_fx > .inner .about_slick .slick-prev:before,
section.about_fx > .inner .about_slick .slick-next:before{
    font-size: 50px;
	opacity: 1.0;
	color: #000;

}
section.about_fx > .inner .about_slick .slick-prev,
section.about_fx > .inner .about_slick .slick-next{
    z-index: 10;
	width: 50px;
	height: 50px;
}

section.about_fx > .inner .about_slick .slick-prev{
    left: 5px;

}
section.about_fx > .inner .about_slick .slick-next{
    right: 5px;
}

section.about_fx > .inner .slides{
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-right: 50px;
	padding-left: 50px;
	margin-bottom: 30px;
}
section.about_fx > .inner .slides .box .title{
	padding: 15px;
	background-color: #02AFC2;
	text-align: center;
	font-size: 28px;
	border-radius: 35px;
	color: #fff;
	margin-bottom: 20px;
}
section.about_fx > .inner .slides .box .title .small{
	font-size: 18px;
}
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: 100px;
    height: 76px;
    position: absolute;
    top: -29px;
    left: -91px;
    background-repeat: no-repeat;
    background-size: contain;
}

section.trader_voice .trader_boxs{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
section.trader_voice .trader_boxs .box{
    width: calc(100% / 3 - 10px);
	position: relative;

}
section.trader_voice .trader_boxs .box .img{
    padding: 10px;
    background-color: #FFFFFF;
    line-height: 0;
    margin-bottom: 15px;
}
section.trader_voice .trader_boxs .box img{
	max-width: 100%;
	width: auto;
	height: auto;
}

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: 1.2em;
    font-size: 18px;
}
section.trader_voice .trader_boxs .box a:link,
section.trader_voice .trader_boxs .box a:visited{
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	display: block;

}



/*---------------------------------------------
アプリ
---------------------------------------------*/
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: 30px;
    padding-bottom: 20px;
}
section.app .title_1 span{
    transform: skewX(20deg);

}

section.app .app_box{
	display: flex;
	justify-content: center;

}
section.app .app_box > .storeinfo{
   display: none;
}
section.app .app_box > .img{
width: 40%;
	max-width:328px;
}
section.app .app_box > .img img{
max-width: 100%;
	width: auto;
	height: auto;
}
section.app .app_box > .detail{

    width: 60%;

}
section.app .app_box > .detail > section{
    margin-bottom: 40px;
}
section.app .app_box > .detail > section .text{
    font-size: 20px;
}
section.app .app_box > .detail > section .title{
    color: #FBEB4E;
    font-weight: bold;
    font-size: 30px;
    background-color: #F18B34;
    transform: skewX(-20deg);
    padding-left: 15px;
    margin-bottom: 10px;
    margin-right: 20px;
}
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 #02B5C1;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.50);
    display: flex;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
}
section.app .app_box > .detail .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: 18px;
}
section.app .app_box > .detail .storeinfo .detail{
	width: calc(85% - 20px);
}

section.app .app_box > .detail .storeinfo .img{
    width: 15%;
}
section.app .app_box > .detail .storeinfo .img img{
    width: 100%;
	height: auto;
}

section.app .app_box > .detail .storeinfo .text{
    font-size: 18px;
    margin-bottom: 10px;
}


section.app .app_box > .detail .storeinfo .download_btns a{
    margin-right: 10px;
    display: inline-block;
}


/*---------------------------------------------
コンテスト
---------------------------------------------*/
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%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

section.contest .contest_rank .row_1 .clm_no1{
    width: 50%;
    margin-right: 20px;
}

section.contest .contest_rank .row_1 .clm_no2_3{
    width: 50%;
}

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: 28px;
    display: block;
    margin-bottom: 5px;
}

section.contest .contest_rank .detail .pz .money{
    font-size: 44px;
    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{
    max-width: 138px;
    margin-right: 20px;
}

section.contest .contest_rank .no_1 .detail .rank{
    font-size: 44px;
}

section.contest .contest_rank .clm_no2_3 .img{
    max-width: 66px;
    margin-right: 20px;
}

section.contest .contest_rank .no_2{
    margin-bottom: 15px;
}

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{
    display: flex;
    align-items: center;
}

section.contest .contest_rank .no_2 .detail .rank,
section.contest .contest_rank .no_3 .detail .rank{
    font-size: 30px;
    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% / 3 - 15px);
    text-align: center;
    margin-bottom: 20px;
}

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: 30px;
    margin-bottom: 15px;
    display: block;
    line-height: 120%;
}

section.contest .contest_atn{
    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 > .inner{
   width: 100%;
	max-width: 100%;
}
section.campaign .title_1{
    color: #fff;

}
section.campaign .inner > .title_1 span:first-child{
    border-bottom: 4px solid #fff;
}

section.campaign .campaign_wrap{
	max-width: 690px;
	margin-left: auto;
	margin-right: auto;
	position: relative;

}
/*section.campaign .campaign_wrap:after{
	content: "";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/shiraishi_1.png);
	max-width: 326px;
	width: 100%;
	height: 449px;
	position: absolute;
	bottom: -80px;
	right: -250px;
}*/
section.campaign .campaign_wrap .conditions{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
section.campaign .campaign_wrap .conditions .box{
width: 49%;
	background-color: #fff;
	border-radius: 30px;
	padding: 10px;
	text-align: center;
	color: #00b4c2;
	margin-bottom: 10px;
}

section.campaign .campaign_wrap .cashback_wrap{
	font-size: 40px;
	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: 70px;
	color: #fff600;
}
section.campaign .campaign_wrap .cashback_wrap .unit{
	color: #fff600;
}

section.campaign .campaign_wrap .btn_more{
	width: 570px;
}
/*---------------------------------------------
口座開設
---------------------------------------------*/
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: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 590px;

}
section.acount .btn a:link,
section.acount .btn a:visited{
    display: block;
    position: relative;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    border-radius: 10px;
    background-color: #F18B34;
    border: 2px solid #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-size: 34px;
    font-weight: bold;
		-webkit-transition: all .3s;
  transition: all .3s;
	z-index: 2;
}

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: 23px;
}

section.acount .btn a:before{
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-transition: all .3s;
  transition: all .3s;
	top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	border-radius: 10px;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
section.acount .btn a:hover,
section.acount .btn a:hover:after{
  color: #000;
	opacity: 1;
}

section.acount .btn a:hover::before {
  background: #fff600;
  -webkit-transform: scale(1);
  transform: scale(1);
	opacity: 1;
}


section.acount .atn{
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-bottom: 20px;
}

/*---------------------------------------------
お問い合わせ
---------------------------------------------*/
.inqwrap{
	margin-top: 50px;
}

.inqwrap a.btn_more{
    width: 400px;
    margin-bottom: 20px;
}
