@charset "UTF-8";
/* リセットCSS */
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

@font-face {
  font-family: number;
  src: url("../font/number.woff") format("woff"), url("../font/number.ttf") format("truetype"), url("../font/number.eot") format("embedded-opentype");
  unicode-range: U+0030-0039, U+A5, U+0025;
}
body, form input, select, textarea {
  color: #122740;
  font-family: number, "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  line-height: 1;
}

body {
  background: #EFF3F6;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
  transition: all 0.5s;
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
}

button {
  padding: 0;
  background: none;
  border: none;
}
button:focus {
  outline: none;
}

a img {
  transition: 0.5s;
}
a img:hover {
  opacity: 0.8;
}

img.img_up {
  transition-duration: 0.5s;
}

a img.img_up_shadow {
  transition-duration: 0.5s;
}
a img.img_up:hover {
  transform: translateY(-10px);
}
a img.img_up_shadow:hover {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
}
a img.img_up:hover, a img.img_up_shadow:hover {
  opacity: 1;
}

input[type=submit] {
  cursor: pointer;
}

textarea {
  resize: none;
}

.clear {
  clear: both;
  float: none !important;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

/*リセットcss終了*/
/* 汎用CSS */
.ofh {
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.img_fl {
  float: left;
  margin-right: 20px;
}

.img_fr {
  float: right;
  margin-left: 20px;
}

.fs0 {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
}

.fs1 {
  font-size: 1rem;
}

.fs2 {
  font-size: 2rem;
}

.fs3 {
  font-size: 3rem;
}

.fs4 {
  font-size: 4rem;
}

.fs5 {
  font-size: 5rem;
}

.fwb {
  font-weight: bold;
}

.dib {
  display: inline-block;
  vertical-align: top;
}

.df {
  display: flex;
  flex-wrap: wrap;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.no_pc {
  display: none;
}

.no_sp {
  display: block;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.white {
  color: #FFF;
}

.black {
  color: #000;
}

.gray {
  color: #666;
}

.red {
  color: #F00;
}

.pink {
  color: #FF0060;
}

.pink2 {
  color: #FFC0CB;
}

.blue {
  color: #0000FF;
}

.orange {
  color: #ff6600;
}

.green {
  color: #02c102;
}

.bluegreen {
  color: #00CED1;
}

.bg_blue {
  background: #319CCC;
}

.bg_green {
  background: #54C8A7;
}

.bg_orange {
  background: #ff6600;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.error {
  color: #8B0000;
  font-size: 1.4rem;
}

.select_box {
  border: 1px solid #E0E0E0;
}
.select_box select {
  width: 100%;
  border: none;
  padding: 5px;
}

.btn, .btn_white {
  padding: 10px 20px;
  transition: 0.1s;
  position: relative;
}

.btn {
  background: #319CCC;
  border: 1px solid #319CCC;
  color: #FFF;
}
.btn:hover {
  background: #FFF;
  border: 1px solid #319CCC;
  color: #319CCC;
}
.btn:hover::after {
  border-top: solid 2px #319CCC;
  border-right: solid 2px #319CCC;
  transform: rotate(45deg) translateX(5px) translateY(-5px);
}
.btn::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -3px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  transition: 0.5s;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
}

.btn_white .btn_white {
  background: #FFF;
  border: 1px solid #122740;
}
.btn_white .btn_white:hover {
  background: #122740;
  color: #FFF;
}
.btn_white .btn_white::after {
  border-top: solid 2px #122740;
  border-right: solid 2px #122740;
  content: "";
  width: 13px;
  height: 13px;
  margin-top: -6px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
  transition: 0.5s;
}
.btn_white .btn_white:hover::after {
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: rotate(45deg) translateX(5px) translateY(-5px);
}

.btn_mini {
  padding: 15px 20px;
  background: #FFF;
  border: solid 1px #122740;
  border-radius: 25px;
}
.btn_mini:hover {
  background: #FFEB3B;
  color: #FFF;
  border: solid 1px #FFEB3B;
}

.vibe {
  animation: vibe 4s infinite;
}

@keyframes vibe {
  80% {
    transform: rotate(0);
  }
  84% {
    transform: rotate(2deg);
  }
  88% {
    transform: rotate(-2deg);
  }
  92% {
    transform: rotate(2deg);
  }
  96% {
    transform: rotate(-2deg);
  }
  to {
    transform: rotate(0);
  }
}
/* header */
header {
  width: 100%;
  height: 80px;
  margin: auto;
  padding: 0 0 0 280px;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background: #FFF;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header h1 {
  font-size: 26px;
  color: #616161;
  white-space: nowrap;
}
header .sp_logo {
  display: none;
}
header nav {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  width: 100%;
  justify-content: flex-end;
}
header nav ul.lang {
  width: 100%;
  font-size: 14px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFF;
  animation: list 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 0;
  display: none;
  z-index: 10;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}
header nav ul.lang li {
  width: 100%;
  display: inline-block;
  position: relative;
}
header nav ul.lang li img {
  margin-right: 5px;
  border: 1px solid #eee;
  display: inline-block;
}
header nav ul.lang a {
  padding: 10px;
  color: #122740;
  text-align: center;
  font-size: 14px;
}
header nav ul.lang a:hover {
  background: #364860;
  color: #FFF;
}
header nav ul li:hover ul.lang {
  display: block;
}
header nav ul a {
  color: #bbb;
}
header nav ul svg {
  margin-right: 10px;
  fill: #FFF;
  vertical-align: middle;
  transition: 0.5s;
}
header nav .nav_lang {
  margin-right: 50px;
  position: relative;
}
header .account_btn {
  min-width: 260px;
  height: 80px;
  line-height: 80px;
  padding: 0 30px;
  border-left: 1px solid #999;
  display: flex;
  align-items: center;
}
header .account_btn .name_icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  color: #FFF;
  background: #39525A;
  border-radius: 50%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
header .nav_lang::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 10px;
  transition: 0.5s;
}
header .nav_lang:hover::after {
  margin-top: -3px;
  transform: rotate(-45deg);
}

.nav-open, .overlay, .account_btn.sp_nav {
  display: none;
}

@keyframes list {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
}
@keyframes listarrow {
  to {
    right: 0;
    opacity: 0;
  }
}
@keyframes listarrow2 {
  to {
    right: -8px;
    opacity: 0;
  }
}
.lang_btn {
  padding: 7px 30px 7px 35px;
  background: none;
  font-size: 1.2rem;
  position: relative;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 10px;
}
.lang_btn.ja {
  background: url(../image/icon_jp.png) no-repeat left 10px center;
}
.lang_btn.en {
  background: url(../image/icon_en.png) no-repeat left 10px center;
}

.side_content li span.active::after, .account_btn.sp_nav.active::after {
  transform: rotate(-45deg);
}

.nav_lang:hover ul.lang {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.side_content {
  width: 250px;
  height: 100%;
  padding: 0 0 10px;
  background: #364860;
  position: fixed;
  top: 0;
  color: #FFF;
  overflow: auto;
  z-index: 100;
}
.side_content .logo_wrap {
  padding: 20px;
  background: #283142;
}
.side_content .logo {
  margin: 0 auto 30px;
}
.side_content .search {
  position: relative;
}
.side_content .search input {
  width: 100%;
  margin: 0;
  padding: 5px 30px 5px 10px;
  border: none;
  background: #39525A;
  color: #FFF;
}
.side_content .search input:focus {
  outline: none;
}
.side_content .search input::placeholder {
  color: #FFF;
}
.side_content .search button {
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
}
.side_content .search button svg {
  fill: #FFF;
}
.side_content h2 {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: normal;
}
.side_content li a, .side_content li > span {
  padding: 20px;
  font-size: 16px;
  display: block;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
.side_content li a.active, .side_content li a:hover, .side_content li > span.active, .side_content li > span:hover {
  color: #FFEB3B;
  background: #283142;
}
.side_content li a img, .side_content li > span img {
  width: 26px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: text-bottom;
}
.side_content li a .badge, .side_content li > span .badge {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  right: 20px;
  text-align: center;
  background: #189BDA;
  font-size: 12px;
}
.side_content li.current a, .side_content li.current span {
  color: #FFEB3B;
}
.side_content li > span::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
  transition: 0.5s;
}
.side_content li .nav_dropdown {
  display: none;
  background: #39525A;
}
.side_content li .nav_dropdown li a:hover {
  background: #444;
}
.side_content li.logout button {
  width: 100%;
  display: block;
  padding: 20px;
  background: #283142;
  color: #FFF;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  transition: 0.5s;
}
.side_content li.logout button:hover {
  background: #840000;
}
.side_content li.logout img {
  width: 25px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}

.pt {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 40;
}
.pt a {
  width: 45px;
  height: 45px;
  background: rgba(187, 187, 187, 0.9);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.pt a:hover {
  background: #319CCC;
}
.pt a::before {
  content: "";
  width: 10px;
  height: 10px;
  margin: -2px auto;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.pt.don a {
  opacity: 1;
  visibility: visible;
}

/* footer */
footer {
  margin: 0 0 0 250px;
  padding: 10px;
  background: #283142;
  color: #BBB;
}
footer p {
  margin: 0;
  line-height: 1.8;
  font-size: 12px;
}
footer p.copy {
  text-align: center;
}

/* コンテンツ */
.sp_h1 {
  display: none;
}

main {
  min-height: calc(100vh - 152px);
  margin: 110px 30px 0 280px;
}
main .section_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main section {
  margin-bottom: 30px;
  background: #FFF;
  border: 1px solid #E0E0E0;
  padding: 20px;
}
main section p {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.8;
}
main section.alert {
  padding: 25px 20px;
  background: #FFFDEF;
  border: 1px solid #FEC62E;
  border-left: 60px solid #FEC62E;
  position: relative;
}
main section.alert::before {
  margin-top: -12px;
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="26.794" viewBox="0 0 30 26.794"><g id="group_194" data-name="group 194" transform="translate(187 -35.362)"><path id="path_86" data-name="path 86" d="M40.443,365.113a1.847,1.847,0,1,0,1.846,1.846A1.847,1.847,0,0,0,40.443,365.113Z" transform="translate(-212.443 -310.704)" fill="%23222"/><path id="path_87" data-name="path 87" d="M-157.4,57.613l-11.972-20.737A3.037,3.037,0,0,0-172,35.362a3.035,3.035,0,0,0-2.622,1.514L-186.6,57.613a3.038,3.038,0,0,0,0,3.029,3.037,3.037,0,0,0,2.623,1.514h23.945a3.036,3.036,0,0,0,2.623-1.514A3.036,3.036,0,0,0-157.4,57.613Zm-2.381,1.482a.973.973,0,0,1-.841.484h-22.748a.97.97,0,0,1-.84-.485.967.967,0,0,1,0-.97l11.374-19.7a.972.972,0,0,1,.841-.485.972.972,0,0,1,.84.485l11.374,19.7A.974.974,0,0,1-159.785,59.095Z" transform="translate(0)" fill="%23222"/><path id="path_88" data-name="path 88" d="M40.443,160.719a1.848,1.848,0,0,0-1.847,1.847l.709,8.351a1.138,1.138,0,0,0,2.276,0l.709-8.351A1.847,1.847,0,0,0,40.443,160.719Z" transform="translate(-212.443 -118.198)" fill="%23222"/></g></svg>');
  position: absolute;
  top: 50%;
  right: calc(100% + 16px);
}
main section.alert p span {
  color: #FF0060;
}
main .w50 {
  width: calc(50% - 15px);
}
main .w100 {
  width: 100%;
}
main .w30 {
  width: calc(30% - 15px);
}
main .w70 {
  width: calc(70% - 15px);
}
main h2 {
  margin: 60px 0 20px;
  font-size: 2.4rem;
  line-height: 1.2;
}
main section h2:first-of-type {
  margin-top: 0;
}
main h3 {
  margin: 20px 0 10px;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #364860;
}
main table.table_style1 {
  font-size: 16px;
  text-align: center;
}
main table.table_style1 th, main table.table_style1 td {
  padding: 15px 10px;
  border: 1px solid #E0E0E0;
  transition: background 0.1s;
}
main table.table_style1 th {
  background: #F9F9F9;
}
main table.table_style1 tr:hover td {
  background: #E0E0E0;
}
main .pagination {
  margin-top: 20px;
  list-style: none;
  font-size: 16px;
  display: flex;
  justify-content: center;
}
main .pagination a, main .pagination span {
  border: 1px solid #E0E0E0;
  border-right: none;
  padding: 10px;
  display: block;
  transition: background 0.5s, color 0.5s;
}
main .pagination a svg, main .pagination span svg {
  width: 14px;
  height: auto;
}
main .pagination a:last-of-type, main .pagination span:last-of-type {
  border-right: 1px solid #E0E0E0;
}
main .pagination span {
  color: #ccc;
  background: #fcfcfc;
}
main .pagination span svg {
  fill: #ccc;
}
main .pagination a:hover {
  background: #283142;
  color: #FFF;
}
main .pagination a:hover svg {
  fill: #FFF;
}
main .doughnut {
  max-width: 400px;
}

/* 注目させたい表示 */
.heading_btn {
  margin: 50px 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heading_btn a {
  margin-top: 15px;
  font-size: 1.4rem;
  display: inline-block;
}
.heading_btn h2 {
  margin: 0;
}
.heading_btn .btn_mini {
  margin-top: 0;
  font-size: 1.4rem;
}

/* キャンペーン */
section.bg_campaign {
  padding: 40px 380px 40px 40px;
  background: #FFF;
  border: 1px solid #888;
  position: relative;
}

ul.campaign_info {
  width: calc(100% - 110px);
  margin-bottom: 30px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
ul.campaign_info li {
  width: calc((100% - 20px) / 3);
  line-height: 1.8;
  font-size: 1.6rem;
}

section.bg_campaign .emp {
  font-size: 3.4rem;
  font-weight: bold;
}
section.bg_campaign p {
  margin-bottom: 5px;
  color: #888;
  font-size: 1.4rem;
}
section.bg_campaign .btn {
  width: 100%;
  max-width: 340px;
  font-size: 2rem;
  text-align: center;
  position: absolute;
  top: calc(50% - 30px);
  right: 40px;
}

/* 口座一覧 */
h3.trading_account_number {
  margin: 20px 0 0;
  padding: 20px;
  background: #FFF;
  position: relative;
  cursor: pointer;
}
h3.trading_account_number::after {
  font-family: "Font Awesome 5 Free";
  content: "\f13a";
  font-weight: 900;
  position: absolute;
  right: 15px;
  transition: 0.5s;
}
h3.trading_account_number.active::after {
  transform: rotate(180deg);
}

.trading_account {
  border-top: 1px solid #bbb;
  margin-bottom: 40px;
  display: none;
  padding: 60px 30px;
  background: #FFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1019607843);
}
.trading_account .trading_account_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.trading_account table {
  margin-right: 20px;
  font-size: 2rem;
  text-align: left;
}
.trading_account table th, .trading_account table td {
  padding: 0 0 40px;
}
.trading_account table tr:last-of-type th, .trading_account table tr:last-of-type td {
  padding: 0;
}
.trading_account table th {
  width: 170px;
  color: #319CCC;
  font-weight: normal;
}
.trading_account .btn_wrap {
  width: 100%;
  max-width: 340px;
}
.trading_account .btn_wrap a.btn, .trading_account .btn_wrap a.btn_white {
  font-size: 2rem;
  text-align: center;
}
.trading_account .btn_wrap a.btn {
  margin-bottom: 30px;
}

.add_btn {
  width: 100%;
  max-width: 340px;
  margin: 40px auto 0;
  padding: 20px 40px;
  text-align: center;
  font-size: 2rem;
}
.add_btn::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url('data:image/svg+xml;utf-8,<svg id="group_62" data-name="group 62" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path id="path_18" data-name="path 18" d="M240,388a15,15,0,1,0,15,15A15,15,0,0,0,240,388Zm0,27.5A12.5,12.5,0,1,1,252.5,403,12.514,12.514,0,0,1,240,415.5Z" transform="translate(-225 -388)" fill="%23009ccc"/><path id="path_19" data-name="path 19" d="M264.314,419h-2.445v5.869H256v2.445h5.869v5.869h2.445v-5.869h5.869v-2.445h-5.869Z" transform="translate(-248.092 -411.092)" fill="%23009ccc"/></svg>');
  position: absolute;
  top: 15px;
  left: 25px;
  transition: 0.5s;
  transform: rotateZ(0deg);
}
.add_btn:hover::before {
  background: url('data:image/svg+xml;utf-8,<svg id="group_62" data-name="group 62" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path id="path_18" data-name="path 18" d="M240,388a15,15,0,1,0,15,15A15,15,0,0,0,240,388Zm0,27.5A12.5,12.5,0,1,1,252.5,403,12.514,12.514,0,0,1,240,415.5Z" transform="translate(-225 -388)" fill="%23FFF"/><path id="path_19" data-name="path 19" d="M264.314,419h-2.445v5.869H256v2.445h5.869v5.869h2.445v-5.869h5.869v-2.445h-5.869Z" transform="translate(-248.092 -411.092)" fill="%23FFF"/></svg>');
  transform: rotateZ(360deg);
}

@media screen and (max-width: 1600px) {
  /* キャンペーン */
  section.bg_campaign {
    padding: 40px;
  }
  ul.campaign_info {
    width: 100%;
  }
  section.bg_campaign .btn {
    margin: 20px auto 0;
    position: static;
  }
}
@media screen and (max-width: 1400px) {
  .trading_account .trading_account_info {
    flex-wrap: wrap;
  }
  .trading_account table {
    width: calc(50% - 20px);
  }
  .trading_account .btn_wrap {
    max-width: 100%;
    margin-top: 60px;
  }
  .trading_account .btn_wrap a {
    max-width: 340px;
    margin: 0 auto;
  }
  .trading_account .btn_wrap a.btn {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  header {
    height: 50px;
    z-index: 500;
    padding-left: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  header h1 {
    display: none;
  }
  header .sp_logo {
    padding-left: 10px;
    display: block;
  }
  header .sp_logo img {
    max-width: 120px;
  }
  header .account_btn {
    min-width: 180px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
  }
  header nav .nav_lang {
    margin-right: 10px;
  }
  .nav-open {
    display: block;
    width: 50px;
    height: 25px;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .nav-open span {
    position: absolute;
    height: 3px;
    width: 30px;
    background: #364860;
    display: block;
    content: "";
    cursor: pointer;
    transition: 0.5s;
    top: 0;
  }
  .nav-open span:before, .nav-open span:after {
    position: absolute;
    height: 3px;
    width: 30px;
    background: #364860;
    display: block;
    content: "";
    cursor: pointer;
    transition: 0.5s;
  }
  .nav-open span:before {
    bottom: -10px;
  }
  .nav-open span:after {
    bottom: -20px;
  }
  .open-menu .nav-open span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background: #364860;
    top: 10px;
    transform: rotate(-45deg);
  }
  .open-menu .nav-open span:before {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background: #364860;
  }
  .open-menu .nav-open span::after {
    display: none;
  }
  .open-menu .nav-open span:before {
    top: 0;
    transform: rotate(90deg);
  }
  .overlay {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  .open-menu .overlay {
    display: block;
    opacity: 0.5;
  }
  body.open-menu {
    overflow: hidden;
    height: 100%;
  }
  .side_content {
    padding: 50px 0 10px;
    display: block;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    max-width: 330px;
    height: 100%;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    overflow-y: auto;
    z-index: 400;
  }
  .side_content .logo {
    display: none;
  }
  .open-menu .side_content {
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  .partner_btn {
    width: calc(100% - 60px);
    margin: 10px 30px 0;
  }
  main {
    margin: 65px 15px 40px;
  }
  main h1.sp_h1 {
    margin: 0 0 25px;
    display: block;
    font-size: 26px;
  }
  footer {
    margin: 0;
    padding: 40px 15px 10px;
  }
}
@media screen and (max-width: 896px) {
  /* キャンペーン */
  ul.campaign_info {
    flex-wrap: wrap;
  }
  ul.campaign_info li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .no_pc {
    display: block;
  }
  .no_sp {
    display: none;
  }
  header {
    padding: 0 15px;
  }
  header nav ul.lang {
    min-width: 120px;
    top: calc(100% + 10px);
    left: auto;
    right: 0;
  }
  header nav ul.lang li {
    width: 100%;
  }
  header nav ul.lang a {
    padding: 20px 10px;
  }
  .side_content {
    padding: 50px 0 10px;
  }
  .account_btn.sp_nav {
    cursor: pointer;
    position: relative;
    display: block;
    font-size: 1.5rem;
  }
  .account_btn::after {
    top: 48px;
  }
  .account_btn.sp_nav span {
    padding: 30px;
    display: block;
  }
  main .w50 {
    width: 100%;
  }
  main .w30 {
    width: 100%;
  }
  main .w70 {
    width: 100%;
  }
  main h2 {
    font-size: 2rem;
    line-height: 1.5;
  }
  section p {
    font-size: 1.5rem;
  }
  section.alert {
    border-top: 60px solid #FEC62E;
    border-left: 1px solid #FEC62E;
  }
  section.alert::before {
    top: -30px;
    right: calc(50% - 13px);
  }
  /* 本人確認 */
  .btn_mini {
    padding: 10px 20px;
  }
  /* キャンペーン */
  ul.campaign_info li {
    margin-bottom: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  section.bg_campaign .emp {
    font-size: 2.5rem;
  }
  section.bg_campaign .btn {
    font-size: 1.5rem;
  }
  section.bg_campaign p {
    color: #122740;
    font-size: 1.3rem;
  }
  /* 取引口座 */
  .trading_account {
    padding: 40px 30px;
  }
  .trading_account table {
    width: 100%;
    margin: 0 0 30px;
    font-size: 1.5rem;
  }
  .trading_account table th, .trading_account table td {
    padding: 0 0 30px;
  }
  .trading_account .btn_wrap {
    margin-top: 20px;
  }
  .trading_account .btn_wrap a.btn, .trading_account .btn_wrap a.btn_white {
    font-size: 1.5rem;
  }
  .add_btn {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 568px) {
  header .account_btn {
    padding-right: 0;
    min-width: inherit;
  }
  header .account_btn .name_icon {
    margin-right: 0;
  }
  header .account_btn .name_text {
    display: none;
  }
  main h1.sp_h1 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  main section {
    margin-bottom: 10px;
  }
  main table.table_style1 th, main table.table_style1 td {
    padding: 10px;
    font-size: 14px;
  }
  .pt {
    right: 10px;
  }
  .pt a {
    width: 45px;
    height: 45px;
  }
  .pt a::before {
    width: 12px;
    height: 12px;
    margin: -3px auto 0;
  }
  /* キャンペーン */
  section.bg_campaign {
    padding: 15px;
  }
  ul.campaign_info {
    margin-bottom: 0;
  }
  ul.campaign_info li {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .nav-open {
    width: 30px;
    margin-right: 10px;
  }
  header nav .nav_lang {
    margin-right: 5px;
  }
}/*# sourceMappingURL=common.min.css.map */