/**
 * Layout
 */
#mainContent.bgWhite {
  background: #ffffff; }

@media screen and (max-width: 768px) {
  #mainContent .inbox {
    padding: 0 4vw; } }

/**
 * Fonts
 */
#mainContent {
  font-size: 13px; }
  @media screen and (max-width: 768px) {
    #mainContent {
      font-size: 3.4666666667vw; } }
  #mainContent .pageTtl {
    color: #585F6F;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1.25em; }
    @media screen and (max-width: 768px) {
      #mainContent .pageTtl {
        font-size: 4.2666666667vw; } }
    @media screen and (max-width: 768px) {
      #mainContent .pageTtl {
        margin-top: 0.25em;
        margin-bottom: 0.75em; } }

/**
 * Modal
 */
.modalWindow section.w580 {
  padding: 0;
  width: 580px; }
  .modalWindow section.w580 .modalClose {
    background-image: url(../images/autotrade/iconCloseModal.png);
    top: 16px;
    right: 16px; }
  @media screen and (max-width: 768px) {
    .modalWindow section.w580 {
      width: 100%; } }

.modalWindow section article {
  padding: 16px;
  font-size: 13px; }
  @media screen and (max-width: 768px) {
    .modalWindow section article {
      font-size: 3.4666666667vw; } }
  .modalWindow section article h1 {
    color: #585F6F;
    font-size: 16px;
    margin-bottom: 1.5em; }
    @media screen and (max-width: 768px) {
      .modalWindow section article h1 {
        font-size: 4.2666666667vw; } }
  .modalWindow section article h2 {
    color: #9BACC5;
    font-size: 16px;
    margin-bottom: 0.2em; }
    @media screen and (max-width: 768px) {
      .modalWindow section article h2 {
        font-size: 4.2666666667vw; } }
  .modalWindow section article p {
    color: #858D94;
    line-height: 1.6153846154;
    margin-bottom: 2em; }

/**
 * Navigations
 */
/**
 * 1. Links
 */
/**
 * 2. Tabs
 */
#mainContent .tab,
.modalWindow .tab {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0 1px; }
  #mainContent .tab li,
  .modalWindow .tab li {
    background: #ffffff;
    border: 1px solid #7C44E4;
    border-left: none;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
    width: 33.33%; }
    #mainContent .tab li:first-child,
    .modalWindow .tab li:first-child {
      border-left: 1px solid #7C44E4;
      border-radius: 5px 0 0 5px; }
      #mainContent .tab li:first-child span,
      #mainContent .tab li:first-child a,
      .modalWindow .tab li:first-child span,
      .modalWindow .tab li:first-child a {
        border-radius: 5px 0 0 5px; }
    #mainContent .tab li:last-child,
    .modalWindow .tab li:last-child {
      border-radius: 0 5px 5px 0; }
      #mainContent .tab li:last-child span,
      #mainContent .tab li:last-child a,
      .modalWindow .tab li:last-child span,
      .modalWindow .tab li:last-child a {
        border-radius: 0 5px 5px 0; }
    #mainContent .tab li.current,
    .modalWindow .tab li.current {
      border-right: none;
      color: #ffffff; }
    #mainContent .tab li span,
    #mainContent .tab li a,
    .modalWindow .tab li span,
    .modalWindow .tab li a {
      display: block;
      padding: 4px 0; }
      #mainContent .tab li span small,
      #mainContent .tab li a small,
      .modalWindow .tab li span small,
      .modalWindow .tab li a small {
        font-size: 9px; }
        @media screen and (max-width: 768px) {
          #mainContent .tab li span small,
          #mainContent .tab li a small,
          .modalWindow .tab li span small,
          .modalWindow .tab li a small {
            font-size: 2.4vw; } }
    #mainContent .tab li a:hover,
    .modalWindow .tab li a:hover {
      text-decoration: none; }
  #mainContent .tab--purple,
  .modalWindow .tab--purple {
    border-color: #7C44E4; }
    #mainContent .tab--purple li,
    .modalWindow .tab--purple li {
      background: -moz-linear-gradient(left, #7C44E4, #B379F3);
      background: -webkit-linear-gradient(left, #7C44E4, #B379F3);
      background: linear-gradient(to right, #7C44E4, #B379F3);
      color: #7C44E4;
      box-sizing: border-box; }
      #mainContent .tab--purple li a,
      .modalWindow .tab--purple li a {
        background-color: #ffffff;
        color: #7C44E4;
        -webkit-transition: background-color .5s;
        transition: background-color .5s; }
      #mainContent .tab--purple li span,
      .modalWindow .tab--purple li span {
        background-color: #ffffff; }
      #mainContent .tab--purple li:hover,
      .modalWindow .tab--purple li:hover {
        background: -moz-linear-gradient(left, #7C44E4, #B379F3);
        background: -webkit-linear-gradient(left, #7C44E4, #B379F3);
        background: linear-gradient(to right, #7C44E4, #B379F3); }
        #mainContent .tab--purple li:hover a,
        .modalWindow .tab--purple li:hover a {
          background-color: transparent;
          color: #ffffff; }
      #mainContent .tab--purple li.current,
      .modalWindow .tab--purple li.current {
        background: -moz-linear-gradient(left, #7C44E4, #B379F3);
        background: -webkit-linear-gradient(left, #7C44E4, #B379F3);
        background: linear-gradient(to right, #7C44E4, #B379F3); }
        #mainContent .tab--purple li.current span,
        .modalWindow .tab--purple li.current span {
          background-color: transparent;
          color: #ffffff; }
        #mainContent .tab--purple li.current a,
        .modalWindow .tab--purple li.current a {
          background-color: transparent;
          color: #ffffff; }

/**
 * 3. Buttons
 */
button {
  background: #ffffff; }

.btn {
  display: inline-block;
  font-size: 11px; }
  @media screen and (max-width: 768px) {
    .btn {
      font-size: 2.9333333333vw; } }
  .btn--shadow {
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.3); }
  .btn--green {
    color: #17B978;
    border: 1px solid #17B978; }
    .btn--green:hover {
      color: #17B978; }
    .btn--greenBg {
      color: #ffffff;
      background: #17B978; }
      .btn--greenBg:hover {
        color: #ffffff; }
    @media screen and (max-width: 768px) {
      .btn--green {
        background: #ffffff;
        box-shadow: none; } }
  .btn--grey {
    color: #9BACC5;
    border: 1px solid #9BACC5; }
    .btn--grey:hover {
      color: #9BACC5; }
    .btn--greyBg {
      color: #ffffff;
      background: #9BACC5; }
      .btn--greyBg:hover {
        color: #ffffff; }
  .btn--purple {
    color: #7C44E4;
    border: 1px solid #7C44E4; }
    .btn--purple:hover {
      color: #7C44E4; }
    .btn--purpleGrd {
      color: #ffffff;
      background: #7c44e4;
      background: -moz-linear-gradient(left, #7c44e4 0%, #b379f3 100%);
      background: -webkit-linear-gradient(left, #7c44e4 0%, #b379f3 100%);
      background: linear-gradient(to right, #7c44e4 0%, #b379f3 100%); }
  .btn--blue {
    color: #228FF9;
    border: 1px solid #228FF9; }
    .btn--blue:hover {
      color: #228FF9; }
   .btn--blue2 {
    color: #228FF9;
    border: 1px solid #228FF9; }
    .btn--blue2:hover {
      color: #228FF9; }
   .btn--black {
    color: #7C8A9E;
    border: 1px solid #7C8A9E; }
    .btn--black:hover {
      color: #7C8A9E; }
  .btn--yellow {
    /* 201903_tokiiro_add */
    color: #EBB400;
    border: 1px solid #EBB400;
    /* 201903_tokiiro_add_end */ }
    .btn--yellow:hover {
      color: #EBB400; }
  .btn--twitter {
    color: #ffffff;
    background: #1DA1F2 url(../images/common/icon_twitter.svg) 10% 50% no-repeat;
    background-size: auto 60%;
    border: 1px solid #1DA1F2;
    padding-left: 10%; }
    .btn--twitter:hover {
      color: #ffffff; }
  .btn:hover {
    opacity: 0.7; }
