.spreadtext_font{
	font-size:20px;
	font-family: 'Noto Sans JP', sans-serif !important;
	line-height:1.3;
}

.spread_cautiontext{
	font-size: 13px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	line-height: 1.5;
}

.spreadText_tryjpy{
	margin-bottom: 4px;
}
body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	position: relative;
	color: #333;
}
.flex-container {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
/* floatする要素の親要素になることが多いdivやulに対して、 css内部であらかじめclearfixを設定 */
div:after, ul:after {
	content: "";
	display: block;
	clear: both;
}

.disp_sp {
	display: none;
	}
	
	.pc{
	display: block;
	}
	.sp {
	display:none;
	}
	
	ul li{
	list-style-type: none;
	}
	

.mu10 {
	margin-bottom: 10px;
}
.mu20 {
	margin-bottom: 20px;
}
.mu30 {
	margin-bottom: 30px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
}
#header .headleft {
	float: left;
}
#header .headleft h1 {
	height: 30px;
	width: 100%;
	font-size: 14px;
	font-weight: normal;

	margin-top: 10px;
}
#header .headleft .logo {
	margin-left: 13px;
}
#header .swaprank {
	float: right;
	margin-right: 13px;
	margin-top: 9px;
}
#Container {
	margin-right: auto;
	margin-left: auto;
}
#Container #w_topimg {
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#Container #w_topimg li{
        line-height: 0;
}
#Container #topimg {

	margin-right: auto;
	margin-left: auto;
}
#Container #topimg ul {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#Container #topimg li {
	list-style-type: none;
}
#Container .contentbox {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#Container .chuibox {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#Container .chuibox p{
	font-size: x-large;
	color: #F00;
	font-weight: bold;
	margin: 5px;
	line-height: 150%;
}

#Container .contentbox .ifrtext {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;

}
#Container .lotbox {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
#Container .lotbox .lot_left {
}
#Container .lotbox .lot_right {
	width: 500px;
}
#Container .lotbox .lot_right h2 {
	font-size: 35px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 15px;
}
#Container .lotbox .lot_right p {
	font-size: medium;
	line-height: 200%;
}
#Container .accountbox {
	width: 1000px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	text-align: center;
}
#Container .revo {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
#Container .revo p {
	text-align: right;
	font-size: 12px;
	padding: 5px;
}


#Container section .w_g_content {
	background-color: #eeeeee;
	padding-top: 50px;
	padding-bottom: 50px;
}
#Container section .w_w_content {
	background-color: #ffffff;
	padding-top: 50px;
	padding-bottom: 50px;
}
#Container section .w_b_content {
	background-color: #333333;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #FFF;
}
#Container section .ContentArea {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#Container .ContentArea h2 {
	text-align: center;
	font-size: 42px;
	font-weight: bold;
}
#Container .ContentArea h3 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}

#Container .ContentArea h4 {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 20px;
	display: block;
}

#Container .ContentArea p {
	font-size: medium;
	line-height: 150%;
}
#Container .ContentArea .img {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 30px;
}
#Container .ContentArea .img2 {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 10px;
}
#Container .gaiyoubox {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#Container .gaiyoubox a:hover{
	color: #fff;
}
#Container .gaiyoubox a:link{
	color: #fff;
}
#Container .gaiyoubox a:visited{
	color: #fff;
}
#Container .gaiyoubox table {
	border-collapse: collapse;
}
#Container .gaiyoubox table tr td {
	padding: 5px;
	font-size: medium;
	line-height: 200%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444;
}
#Container #risk {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-color: #2a7aff;
	line-height: 500%;
	font-size: x-small;
	color: #FFF;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f139';
  font-size: 60px;
  color: #3fefee;
}
/*********************************

ボタン

**********************************/
.a_button {
	width: 750px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #ea3c3d;
	font-size: 36px;
	color: #fff;
	line-height: 1.5;
	margin-top: 80px;
	margin-bottom: 30px;
}
.font_small {
	font-size: 14px;
	background: #fff;
	color: #000;
	padding: 6px 12px 6px 12px;
}
.a_button a {
	color: #fff;
	text-decoration: none;
	padding: 16px 16px 32px 16px;
	display: block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.a_button a:hover {
	opacity: 0.6;
}
.a_button_text {
	margin-top: -12px;
	display: block;
}
.corporation_a   {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 80px;
}
.corporation_a a {
	font-size: medium;
	color: #36F;
}
.corporation_a a:hover {
	font-size: medium;
	color: #FF6064;
}

.tryswap_simu{
	color: white;
	font-size: clamp(13px, 2vw, 32px);
	font-weight: bold;
	padding-top: 24px;
	padding-bottom: 30px;
}

.tryswap_withdrawal{
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #fffeed;
	font-size: clamp(13px, 2vw, 32px);
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #26a8ec;
}
.swap_simu{
	color: white;
	font-size: clamp(13px, 2vw, 32px);
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 15px;
}

.swap_btn{
	text-align: center;
	padding-bottom: 24px;
}
.swap_btn a{
	font-family: noto-sans-bold;
	background-color: #CFC100;
	color: white;
	text-decoration: none;
	padding: 32px 64px;
	border-radius: 64px;
	border: 5px solid #CFC100;
	box-sizing: border-box;
	font-size: 42px;
	display: block;

	transition: border-color 0.4s ease, background 0.4s ease, color 0.4s ease;
}

.swap_btn a:hover{
    background: none;
    opacity: 1;
	border: 5px solid #CFC100;
    box-sizing: border-box;
    color: #CFC100;
}

.topimg_li02{
opacity: 1;
background-color: white;
padding: 10px;
border-top-left-radius: 16px;
border-top-right-radius: 16px;
  }

    .topimg_li03{

	background-color: white;
padding: 10px;
	padding-top: 48px;
  }

  .topimg_li04{

	background-color: white;
padding: 10px;
	padding-top: 48px;
  }

    .topimg_li05{

		background-color: white;
padding: 10px;
	padding-top: 48px;
  }

      .topimg_li06{
				background-color: white;
padding: 10px;
	padding-top: 48px;
	padding-bottom: 48px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
  }


  .topimg_li07{
	padding-top: 64px;
	padding-bottom: 20px;
  }

    .topimg_li08{
	padding-bottom: 80px;
  }

  #Container{
	background-color: #ebebeb;
  }


  .swap_text{
	margin-top: 24px;
	margin-left: 40px;
  }