@charset "UTF-8";
/*//////////////////////////////////////////////////////////////////////////////////////
Site Name  :  DMM FX SP
File Name  :  reset.css
Created	 :  2016.07.28
Up Date	 :  2016.07.28
Copyright (C) DMM FX All Rights Reserved.
//////////////////////////////////////////////////////////////////////////////////////*/
:root {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  font: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  word-break: break-all;
  word-wrap: break-word;
}

html {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  cursor: default;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  font-size: 10px;
}

body {
  position: relative;
  font-size: 1.4rem;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#tag {
  height: 0;
  overflow: hidden;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

a, area, button, input, label, select, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

blockquote, q {
  quotes: none;
}

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

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font-size: 1rem;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1rem;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  overflow: visible;
}

img {
  border-style: none;
}

input, select {
  vertical-align: middle;
}

mark {
  background-color: #ffff00;
  color: #000000;
}

ol, ul {
  list-style: none;
}

progress {
  vertical-align: baseline;
}

small {
  font-size: 75%;
}

sub, sup {
  font-size: 83.3333%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

template, [hidden] {
  display: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

*, ::before, ::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
  border-style: solid;
  border-width: 0;
}

:hover {
  outline-width: 0;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-search-cancel-button, ::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
/*白黒で共通のカラーです*/
.l-header {
  border-top: 3px solid #008950;
  border-bottom: 12px solid #016332;
  margin: 0;
  max-height: 70px;
  min-width: 1040px;
  text-align: center;
  width: 100%;
}
.l-header--fixed {
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.l-main {
  width: 100%;
  margin: 0 auto;
}

.l-footer {
  color: #808080;
  min-width: 1040px;
}

.l-contents {
  width: 100%;
  margin: 0 auto;
}
.l-contents.anchor {
  margin: 12px auto !important;
}
.l-contents--gray {
  padding: 40px 0 60px;
  background-color: #f7f7f7;
}

.l-fixHeader {
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  height: 45px;
}
.l-fixHeader img {
  padding: 14px 25px;
  height: 100%;
}

.l-mypageContent {
  margin: 40px auto 80px;
  width: 1040px;
}

.c-mainTitle {
  font-size: 2rem;
  font-weight: bold;
}

.c-tab {
  width: 100%;
  padding-bottom: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c9c9c9;
}
.c-tab:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  background-image: url(/_img/account/tab-shadow.png);
  background-repeat: repeat-x;
  display: block;
  height: 5px;
  width: 100%;
}

.c-tab__item {
  float: left;
  width: 175px;
  text-align: center;
  line-height: 35px;
  font-size: 1.8rem;
  border-right: 1px solid #c9c9c9;
}
.c-tab__item.is-active {
  position: relative;
}
.c-tab__item.is-active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  border-bottom: 5px solid #008950;
  width: 100%;
}
.c-tab__item > a {
  text-decoration: none !important;
  color: #333 !important;
  display: block;
}
.c-tab__item:not(.is-active):hover {
  background-color: rgba(0, 137, 80, 0.2);
}

.c-btn {
  padding: 8px 35px;
  font-size: 1.5rem;
  background-color: #fff;
  cursor: pointer;
  font-weight: bold;
}
.c-btn:hover {
  color: #fff;
}
.c-btn--dmm {
  color: #008950;
  border: 3px solid #008950;
}
.c-btn--dmm:hover {
  background-color: #008950;
}

.c-text {
  font-size: 1.4rem;
  line-height: 1.5;
}
.c-text + .c-text {
  margin-top: 10px;
}
.c-text em {
  font-weight: bold;
}

.c-text__aster {
  font-size: 1.1rem;
  vertical-align: top;
}

.c-snsHeading {
  font-size: 2.8rem;
  padding-left: 10px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.c-snsCompleteWrapper {
  background-color: #efefef;
  padding: 25px 50px;
  margin-top: 13px;
  font-size: 1.2rem;
  text-align: center;
}
.c-snsCompleteWrapper + .c-snsCompleteWrapper {
  margin-top: 10px;
}

.c-horizonMultiLineList {
  overflow: hidden;
}

.c-horizonMultiLineList__item {
  float: left;
}

.c-blockLink {
  color: #333 !important;
  text-decoration: none !important;
  display: block;
}
.c-blockLink:before {
  content: ">";
  color: #008950;
  font-size: 1rem;
  margin-right: 5px;
}
.c-blockLink:hover {
  background-color: rgba(0, 137, 80, 0.2);
}

.c-textLink {
  font-size: 1.2rem;
}
.c-textLink:after {
  content: ">";
  margin-left: 5px;
  -webkit-transform: scale(0.8, 1.7);
  -ms-transform: scale(0.8, 1.7);
  transform: scale(0.8, 1.7);
  display: inline-block;
}
.c-textLink:hover {
  opacity: 0.75;
}

.c-caution {
  font-size: 1.1rem;
  line-height: 1.4;
}

.c-entryBtn {
  min-width: 270px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none !important;
  display: inline-block;
  padding: 15px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 15px;
}
.c-entryBtn--fx {
  border-color: #00ff00;
  color: #00ff00 !important;
}
.c-entryBtn--fx:hover {
  background-color: rgba(0, 137, 80, 0.2);
}
.c-entryBtn--cfd {
  border-color: #f79400;
  color: #f79400 !important;
}
.c-entryBtn--cfd:hover {
  background-color: rgba(247, 148, 0, 0.26);
}
.c-entryBtn--gj {
  border-color: #cf1310;
  color: #cf1310 !important;
  padding: 11px 15px;
}
.c-entryBtn--gj:hover {
  background-color: rgba(255, 0, 0, 0.2);
}
.c-entryBtn--gj img {
  height: 28px;
}
.c-entryBtn--gj .c-entryBtn__img {
  margin-bottom: 4px;
}
.c-entryBtn--banusy {
  border-color: #009173;
  width: 400px;
  padding: 10px 20px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.c-entryBtn--banusy:hover {
  background-color: #f4f9e8;
}
.c-entryBtn--banusy .c-entryBtn__text {
  display: block;
  vertical-align: middle;
  font-size: 2rem;
  letter-spacing: 0.1px;
  margin-top: 10px;
  line-height: 1;
  color: #333 !important;
  font-weight: bold;
}
.c-entryBtn--banusy .c-entryBtn__img {
  height: 25px;
}
.c-entryBtn--stock {
  border-color: #00a0ff;
  width: 400px;
  padding: 15px 20px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.c-entryBtn--stock:hover {
  background-color: #ebf8ff;
}
.c-entryBtn--stock .c-entryBtn__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
  letter-spacing: 0.1px;
  font-weight: bold;
  color: #00a0ff !important;
  line-height: 1;
}
.c-entryBtn--stock .c-entryBtn__img {
  height: 25px;
  vertical-align: middle;
  display: block;
  margin: auto;
}
.c-entryBtn.is-disable {
  pointer-events: none;
  background: #d4d4d4;
  color: #bfbfbf !important;
  border: #d4d4d4;
}
.c-entryBtn.is-disable img {
  opacity: 0.2;
}
.c-entryBtn.is-disable span {
  color: #bfbfbf !important;
}

.c-entryBtn__text {
  font-size: 1.8rem;
  margin-top: 8px;
  line-height: 1;
  display: block;
  letter-spacing: 2px;
}

.c-entryBtn__img {
  height: 30px;
}

.c-newsBadge {
  padding: 2px 5px;
  border-radius: 10px;
  font-size: 1rem;
  line-height: 1rem;
  background-color: #8c8c8c;
  color: #fff;
  display: inline-block;
  text-align: center;
  min-width: 70px;
}
.c-newsBadge + .c-newsBadge {
  margin-left: 3px;
}
.c-newsBadge--new {
  background-color: #ccb800;
  min-width: 30px;
}
.c-newsBadge--important {
  background-color: #e52c2c;
  min-width: 30px;
}
.c-newsBadge--fxcfd {
  background: -webkit-linear-gradient(left, #00ff00 0%, #00ff00 49%, #f79400 50%, #f79400 100%);
  background: -webkit-gradient(linear, left top, right top, from(#00ff00), color-stop(49%, #00ff00), color-stop(50%, #f79400), to(#f79400));
  background: linear-gradient(to right, #00ff00 0%, #00ff00 49%, #f79400 50%, #f79400 100%);
  padding: 2px 0 2px 4px;
  min-width: 54px;
}
.c-newsBadge--fx {
  background-color: #00ff00;
  min-width: 54px;
}
.c-newsBadge--cfd {
  background-color: #f79400;
  min-width: 54px;
}

.c-otherSeviceBnr {
  margin: 20px auto;
}

.c-otherSeviceBnr__item {
  width: 100%;
}
.c-otherSeviceBnr__item a:hover {
  opacity: 0.85;
}

.c-img {
  width: 100%;
}
.c-img--ico {
  width: 160px;
}
.c-img--Pmark {
  width: 80px;
}
.c-img--auto {
  width: auto;
}

.c-imgWrap {
  text-align: center;
  margin: 25px auto;
}

.c-img__caption {
  margin-top: 5px;
  font-size: 1.2rem;
}

.c-lowerNaviWrap {
  background-color: #4d4d4d;
}

.c-lowerNavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  padding: 5px 0;
  width: 1040px;
  font-size: 1.2rem;
  text-align: center;
  background-color: inherit;
}

.c-lowerNavi__item {
  width: 33.3%;
  border-right: 1px solid #616161;
  padding: 4px 0;
}
.c-lowerNavi__item:first-child {
  border-left: 1px solid #616161;
}
.c-lowerNavi__item a {
  color: #efefef;
}
.c-lowerNavi__item a:hover {
  text-decoration: underline;
}

.c-horizonDt {
  float: left;
  clear: both;
}

.c-horizonDd {
  float: left;
}

.c-copyright {
  display: block;
  padding-bottom: 20px;
  text-align: center;
  font-size: 1rem;
  background-color: #dedeea;
}
.c-copyright > small {
  font-size: inherit;
}

.c-alertNotice {
  display: none;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.4;
  padding: 15px 25px 15px 55px;
  background-color: #E12600;
  position: relative;
}
.c-alertNotice::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  content: "";
  background-image: url(/_img/icon/caution.png);
  background-size: cover;
  width: 25px;
  height: 25px;
  display: inline-block;
}
.c-alertNotice::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  margin: auto;
  content: "＋";
  background-color: #fff;
  border: 3px solid #E12600;
  width: 50px;
  color: #E12600;
  display: grid;
  place-content: center;
  font-size: 2.5rem;
}
.c-alertNotice:hover {
  opacity: 0.75;
}
.c-alertNotice.is-show {
  display: inline-block;
}

.c-flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.c-flexBox--fs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-flexBox--summaryCard {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-flexBox--summaryCard .c-flexBox__item:first-child {
  width: 15%;
}
.c-flexBox--summaryCard .c-flexBox__item:nth-child(2) {
  width: 85%;
  padding-left: 25px;
}
.c-flexBox--c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-flexBox--c .c-flexBox__item + .c-flexBox__item {
  margin-left: 30px;
}
.c-flexBox--entryQr {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-flexBox--entryQr .c-flexBox__item:first-child {
  width: 41%;
}
.c-flexBox--entryQr .c-flexBox__item:nth-child(2) {
  width: 45%;
  padding-left: 25px;
}
.c-flexBox--entryQr .c-flexBox__item:nth-child(3) {
  width: 14%;
  padding-left: 10px;
}

.c-flexBox__item {
  width: 48%;
}
.c-flexBox__item--asc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.c-normalBtnWrap {
  text-align: center;
  margin: 20px auto;
}
.c-normalBtnWrap--hor > .c-normalBtn + .c-normalBtn {
  margin-left: 30px;
}

.c-normalBtn {
  position: relative;
  display: inline-block;
  height: 50px;
  text-align: center;
  color: #071339 !important;
  background-color: #fff;
  border-radius: 25px;
  font-size: 1.4rem;
  cursor: pointer;
  width: 240px;
  line-height: 50px;
  text-decoration: none !important;
  border: 1px solid #333;
}
.c-normalBtn--innnerLink {
  height: 20px;
  padding: 5px 25px 5px 20px;
  font-size: 1.2rem;
  color: #333;
  position: relative;
  width: auto;
  line-height: 1;
  border: none;
}
.c-normalBtn--innnerLink::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  background-image: url(/_img/icon/icon_arrowDown.png);
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 1em;
  line-height: 1em;
}
.c-normalBtn:hover {
  opacity: 0.7;
}
.c-normalBtn--fx {
  color: #00ff00 !important;
  background-color: #071339;
  border: none;
}
.c-normalBtn--cfd {
  color: #ffbe05 !important;
  background-color: #071339;
  border: none;
}
.c-normalBtn--banusy {
  color: #fff !important;
  background-color: #009173;
  border: none;
}
.c-normalBtn--stock {
  color: #fff !important;
  background-color: #00a0ff;
  border: none;
}
.c-normalBtn--fxTool {
  border: none;
}
.c-normalBtn--fxTool::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  content: "";
  background-image: url(/_img/account/fx/ico-arrow_fx.png);
  background-size: contain;
  width: 15px;
  height: 15px;
}
.c-normalBtn--cfdTool {
  padding: 10px 0;
  line-height: 1.3;
  border: none;
}
.c-normalBtn--cfdTool span {
  display: block;
  font-size: 1rem;
}
.c-normalBtn--cfdTool::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  content: "";
  background-image: url(/_img/account/fx/ico-arrow_cfd.png);
  background-size: contain;
  width: 15px;
  height: 15px;
}
.c-normalBtn--free {
  width: auto;
  padding: 0 30px;
}
.c-normalBtn.is-disable {
  pointer-events: none;
  background: #d4d4d4;
  color: #bfbfbf !important;
}
.c-normalBtn.is-disable::after {
  content: none;
}

.c-newsList {
  display: table;
  border-spacing: 0px 5px;
}

.c-newsList__item {
  display: table-row;
}

.c-newsList__labelBlock, .c-newsList__date, .c-newsList__link {
  display: table-cell;
}

.c-newsList__labelBlock {
  text-align: right;
}

.c-newsList__date {
  text-align: center;
  width: 65px;
}

.c-newsList__link {
  width: 720px;
  line-height: 1.4;
}
.c-newsList__link > a:hover {
  opacity: 0.75;
}

.c-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  margin-top: 15px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-navi__serviceLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 770px;
}

.c-navi__item {
  height: 60px;
  line-height: 60px;
  width: 175px;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
}
.c-navi__item > a {
  display: block;
  color: #333 !important;
}
.c-navi__item > a:hover {
  background-color: rgba(0, 137, 80, 0.2);
}
.c-navi__item.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 5px solid #008950;
  width: 100%;
}
.c-navi__item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 30px;
  border-left: 1px solid #c9c9c9;
}

.c-navi__hpLink {
  font-size: 1.2rem;
  font-weight: bold;
}
.c-navi__hpLink > a {
  color: #333 !important;
  text-decoration: underline !important;
}
.c-navi__hpLink > a:hover {
  opacity: 0.75;
}

.c-alignment {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}
.c-alignment--disc:before {
  content: "・";
}
.c-alignment--kome:before {
  content: "※";
}
.c-alignment--komeNum {
  counter-increment: number;
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.c-alignment--komeNum:before {
  content: "※" counter(number) " ";
}
.c-alignment--num {
  counter-increment: number;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.c-alignment--num:before {
  margin-right: 0.2em;
  content: counter(number) ".";
}
.c-alignment--prnNum {
  counter-increment: number;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.c-alignment--prnNum:before {
  content: "(" counter(number) ")";
  margin-right: 0.2em;
}
.c-alignment--prnNum:nth-child(n+10) {
  padding-left: 2.2em;
  text-indent: -2.2em;
}
.c-alignment a {
  text-indent: 0;
}
.c-alignment + .c-alignment {
  margin-top: 3px;
}

.c-toolAreaLink {
  display: block;
  background-color: #fff;
  padding: 20px 30px;
  border: 3px solid #333;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  padding-bottom: 90px;
}
.c-toolAreaLink--banusy {
  border-color: #009173;
}
.c-toolAreaLink--banusy .c-toolAreaLink__text {
  background-color: #009173;
}
.c-toolAreaLink--stock {
  border-color: #00a0ff;
}
.c-toolAreaLink--stock .c-toolAreaLink__text {
  background-color: #00a0ff;
}
.c-toolAreaLink--banusy:hover, .c-toolAreaLink--stock:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1 !important;
}
.c-toolAreaLink--noLink {
  border: none;
  padding-bottom: 30px;
}

.c-toolAreaLink__ttl {
  text-align: left;
  margin-bottom: 15px;
}
.c-toolAreaLink__ttl img {
  height: 20px;
}

.c-toolAreaLink__text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #333;
  height: 75px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-lastLogin {
  text-align: right;
  font-size: 1.2rem;
}

.p-accountInfo {
  position: relative;
}
.p-accountInfo .c-horizonMultiLineList__item {
  width: 24%;
  margin-right: 1%;
  background-color: #fff;
  margin-bottom: 5px;
}
.p-accountInfo .c-horizonMultiLineList__item:nth-child(4n) {
  margin-right: 0;
}
.p-accountInfo .c-horizonMultiLineList__item > .c-blockLink {
  padding: 5px 15px;
}
.p-accountInfo .c-horizonMultiLineList__item.is-disable {
  position: relative;
}
.p-accountInfo .c-horizonMultiLineList__item.is-disable:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #c9c9c9;
  opacity: 0.8;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.p-accountInfo .c-caution {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 1.4rem;
}

.p-footer {
  width: 100%;
  font-size: 1.3rem;
}
.p-footer__inner {
  width: 1040px;
  margin: 0 auto;
}
.p-footer__inner--name {
  padding-bottom: 40px;
}
.p-footer__inner--terms {
  width: 100%;
  padding: 20px 0;
  background-color: #dedeea;
}
.p-footer__inner--notes {
  width: 100%;
  padding-bottom: 40px;
  background-color: #dedeea;
}
.p-footer__others {
  padding: 40px 0;
  text-align: center;
}
.p-footer__othersList {
  display: inline-block;
  letter-spacing: 1px;
}
.p-footer__othersList:not(:nth-child(n+7)) {
  margin-bottom: 12px;
}
.p-footer__othersList::before {
  content: "・";
}
.p-footer__othersList > a {
  color: #808080;
  padding: 0 5px;
}
.p-footer__othersList > a:hover {
  text-decoration: underline;
}
.p-footer__bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #d1d1d1;
}
.p-footer__bnrItem {
  width: 80px;
}
.p-footer__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 2;
  padding: 30px 0 10px;
}
.p-footer__nameTtl {
  width: 80px;
}
.p-footer__nameOutline {
  width: calc(100% - 100px);
}
.p-footer__name + p > a {
  color: #808080;
  font-size: 1.3rem;
}
.p-footer__terms {
  width: 1040px;
  margin: 0 auto;
}
.p-footer__termsList {
  display: inline-block;
  letter-spacing: 1px;
}
.p-footer__termsList:not(:last-child) {
  margin-bottom: 12px;
}
.p-footer__termsList::before {
  content: "・";
}
.p-footer__termsList > a {
  color: #808080;
  padding: 0 5px;
}
.p-footer__termsList > a:hover {
  text-decoration: underline;
}
.p-footer__notes {
  width: 1040px;
  margin: 0 auto;
}
.p-footer__notesList {
  display: inline-block;
  letter-spacing: 1px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}
.p-footer__notesList:not(:last-child) {
  margin-bottom: 12px;
}
.p-footer__notesList::before {
  content: "※";
}

.p-section {
  background-color: #efefef;
  padding: 30px;
  margin-top: 10px;
  font-size: 1.2rem;
  position: relative;
}
.p-section--banusy > .c-flexBox > .c-flexBox__item:first-child {
  width: 55%;
}

.p-section__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 27px;
  border-left: 7px solid #016332;
  height: 30px;
  padding-left: 10px;
  line-height: 30px;
  margin-bottom: 20px;
}
.p-section__ttl img {
  height: 20px;
  margin-right: 5px;
  margin-bottom: 4px;
}

.p-section__innnerLink {
  position: absolute;
  right: 30px;
  top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 10;
}
.p-section__innnerLink > li + li {
  margin-left: 20px;
}

.p-section__innerWrap {
  background-color: #fff;
  padding: 40px;
}
.p-section__innerWrap em {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-section__innerWrap .c-text {
  margin-top: 20px;
  margin-bottom: 5px;
}
.p-section__innerWrap a {
  color: #333;
  text-decoration: underline;
}
.p-section__innerWrap a:hover {
  opacity: 0.7;
}
.p-section__innerWrap--banusy {
  min-height: 258px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-section__innerLinkList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.p-section__innerLinkList > li + li {
  margin-left: 10px;
}
.p-section__innerLinkList > li + li::before {
  content: "/";
  margin-right: 10px;
}

.p-toolStateArea {
  position: relative;
}
.p-toolStateArea + .p-toolStateArea {
  margin-top: 30px;
}
.p-toolStateArea.is-fxOpen > .c-flexBox {
  height: 330px;
}
.p-toolStateArea.is-cfdOpen > .c-flexBox {
  height: 390px;
}
.p-toolStateArea.is-cfdOpen .p-toolBtnList__wrap--cfd {
  width: auto;
}
.p-toolStateArea.is-cfdOpen .p-toolBtnList__wrap--cfd .c-flexBox {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.p-toolStateArea.is-cfdOpen .p-toolBtnList__wrap--cfd .c-flexBox > li:first-child {
  padding-right: 20px;
  padding-left: 0;
}
.p-toolStateArea.is-cfdOpen .p-toolBtnList__wrap--cfd .c-flexBox > li:last-child {
  padding-right: 0;
  padding-left: 20px;
}
.p-toolStateArea.is-bothOpen > .c-flexBox {
  height: 510px;
}
.p-toolStateArea.is-simple > * + * {
  margin-top: 30px;
}
.p-toolStateArea.is-noOpen > * {
  margin-top: 50px;
}
.p-toolStateArea.is-noOpen > * + * {
  margin-top: 30px;
}
.p-toolStateArea > .c-flexBox {
  margin-top: 20px;
  text-align: center;
}
.p-toolStateArea > .c-flexBox > li {
  background-color: #fff;
  padding: 15px;
  width: 100%;
}
.p-toolStateArea > .c-flexBox > li + li {
  margin-left: 5px;
}
.p-toolStateArea > .c-flexBox > li .c-img {
  width: 190px;
  margin-bottom: 7px;
}
.p-toolStateArea--stock > .c-flexBox .c-flexBox__item {
  background: none;
  padding: 0;
  width: 350px;
}

.p-toolStateArea__noOpen {
  font-size: 2rem;
  font-weight: bold;
}
.p-toolStateArea__noOpen img {
  height: 20px;
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: top;
}
.p-toolStateArea__noOpen + .p-toolStateArea__noOpen {
  margin-top: 30px;
}

.u-color--red {
  color: #e52c2c !important;
}

.u-mt--0 {
  margin-top: 0 !important;
}
.u-mt--5 {
  margin-top: 5px !important;
}
.u-mt--10 {
  margin-top: 10px !important;
}
.u-mt--15 {
  margin-top: 15px !important;
}
.u-mt--20 {
  margin-top: 20px !important;
}
.u-mt--30 {
  margin-top: 30px !important;
}
.u-mt--40 {
  margin-top: 40px !important;
}

.u-mb--0 {
  margin-bottom: 0 !important;
}
.u-mb--5 {
  margin-bottom: 5px !important;
}
.u-mb--10 {
  margin-bottom: 10px !important;
}
.u-mb--15 {
  margin-bottom: 15px !important;
}
.u-mb--20 {
  margin-bottom: 20px !important;
}
.u-mb--30 {
  margin-bottom: 30px !important;
}

.u-tar {
  text-align: right !important;
}

.u-tac {
  text-align: center !important;
}

.u-tal {
  text-align: left !important;
}

.p-appAppeal {
  gap: 15px;
}

.p-appAppeal__appeal {
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 360px;
  text-align: center;
}

.p-appAppeal__appIcon {
  width: 120px;
}

.p-appAppeal__text {
  width: 220px;
}
.p-appAppeal__text em {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
}

.c-appDl {
  width: 260px;
  background-color: #e5f4f1;
  border-radius: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.c-appDl__text {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 10px;
}

.c-appDl__btn {
  width: 120px;
}

.c-appDl__qr {
  width: 85px;
}