@charset "UTF-8";
.fx-Container ul,
.fx-Container li {
  list-style: none; }

.fx-Container a,
.fx-Container a:hover {
  text-decoration: none; }

.fx-Container select::-ms-expand {
  display: none; }

.fx-Container {
  background-color: #f4f4f4;
  margin: 0 -12px; }

/*
 * FXのグローバルナビゲーション
**/
.fx-GnaviArea {
  padding: 0 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #dedede; }

.fx-Gnavi {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .fx-Gnavi__item {
    height: 42px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .fx-Gnavi__item > .fx-GnaviButton {
      margin-left: 12px;
      text-decoration: none; }
    .fx-Gnavi__item--account > a {
      background-color: #585858; }
    .fx-Gnavi__item + .fx-Gnavi__item {
      position: relative; }
      .fx-Gnavi__item + .fx-Gnavi__item::before {
        content: '';
        width: 1px;
        height: 30px;
        top: 6px;
        position: absolute;
        border-left: solid 1px #fff; }
    .fx-Gnavi__item--isCurrent > a {
      border-bottom: solid 3px #63b83a;
      box-sizing: border-box; }
    .fx-Gnavi__item--isCurrent .fx-Gnavi__item__txt--person::before {
      background-image: url("/img/pc/common/ico_person_on.png"); }
    .fx-Gnavi__item--isCurrent + .fx-Gnavi__item {
      border-left: none; }
  .fx-Gnavi__anchorTxt {
    height: 100%;
    padding: 0 35px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    box-sizing: border-box;
    background-color: #dedede;
    border-bottom: 3px solid #dedede;
    transition: border-color .1s ease-out; }
    .fx-Gnavi__anchorTxt:hover {
      text-decoration: none;
      border-bottom-color: #63b83a; }
  .fx-Gnavi__txt {
    color: #575757;
    font-weight: bold; }
  .fx-GnaviButtonArea {
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .fx-GnaviButtonArea__item + .fx-GnaviButtonArea__item {
      margin-left: 5px; }

.fx-GnaviAccount {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .fx-GnaviAccount:hover > .fx-GnaviAccount__anchorTxt {
    border-bottom-color: #63b83a; }
  .fx-GnaviAccount:hover > .fx-GnaviAccount__dropmenu {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1; }
  .fx-GnaviAccountArea {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .fx-GnaviAccount__anchorTxt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 40px;
    background-color: #dedede;
    box-sizing: border-box;
    border-bottom: 3px solid #434343; }
    .fx-GnaviAccount .fx-GnaviAccount__anchorTxt {
      background: #434343; }
    .fx-GnaviAccount__anchorTxt:hover {
      text-decoration: none; }
    .fx-GnaviAccount__anchorTxt--isCurrent {
      border-bottom-color: #63b83a;
      box-sizing: border-box; }
  .fx-GnaviAccount__txt--person {
    color: #fff; }
    .fx-GnaviAccount__txt--person::before {
      content: '';
      display: inline-block;
      width: 1em;
      height: 1em;
      margin-right: 8px;
      vertical-align: text-top;
      background: url("/img/pc/common/ico_person_on.png") 0 0/cover no-repeat; }
  .fx-GnaviAccount__dropmenu {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 1;
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
    transition: all .4s ease-out;
    -webkit-transform: scaleY(0);
            transform: scaleY(0); }
    .fx-GnaviAccount__dropmenu__header {
      color: #fff;
      height: 25px;
      line-height: 25px;
      padding: 0 12px;
      background: #434343; }
    .fx-GnaviAccount__dropmenu__item {
      height: 45px;
      margin: 0;
      padding: 0;
      position: relative;
      border-left: solid 1px #dbdbdb;
      border-right: solid 1px #dbdbdb; }
      .fx-GnaviAccount__dropmenu__item:last-child {
        border-bottom: solid 1px #dbdbdb; }
      .fx-GnaviAccount__dropmenu__item > a {
        height: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0 12px;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        text-decoration: none;
        background: #fff;
        transition: background .2s ease-out; }
        .fx-GnaviAccount__dropmenu__item > a::after {
          content: '';
          width: 5px;
          height: 5px;
          border: 0;
          border-top: solid 1px #434343;
          border-right: solid 1px #434343;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          position: absolute;
          top: 50%;
          right: 20px;
          margin-top: -4px;
          transition: right .2s ease-out; }
        .fx-GnaviAccount__dropmenu__item > a:hover {
          background: #dedede; }
          .fx-GnaviAccount__dropmenu__item > a:hover::after {
            right: 15px; }
      .fx-GnaviAccount__dropmenu__item__txt {
        color: #434343; }

.fx-GnaviButtonArea {
  margin: 0;
  padding: 0; }
  .fx-GnaviButtonArea__item + .fx-GnaviButtonArea__item {
    margin-left: 10px; }

.fx-GnaviButton {
  height: 26px;
  padding: 0 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 13px;
  background-color: #fff; }
  .fx-GnaviButton__txt {
    color: #575757; }
  .fx-GnaviButton--question::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 3px;
    background: url("/img/pc/common/ico_question.png") 0 0/cover no-repeat; }

.fx-Wrapper {
  width: 980px;
  margin: 25px auto 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.fx-MainColArea {
  width: 100%;
  padding: 45px 65px;
  background-color: #fff; }
  .fx-Wrapper--2col .fx-MainColArea {
    width: 790px;
    padding: 30px 45px;
    box-sizing: border-box; }

.fx-SideColArea {
  width: 170px;
  margin-right: 20px; }

.fx-Section + .fx-Section {
  margin-top: 30px; }

.fx-SideColArea__item {
  margin-bottom: 10px;
  border-bottom: 1px solid #dbdbdb; }

.fx-SideColArea__header {
  font-size: 16px;
  color: #fff;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  background: #434343; }

.fx-SideColArea__col {
  padding: 10px 5px;
  background: #fff; }

.fx-SideColArea__detail {
  margin: 0; }
  .fx-SideColArea__detail__header {
    height: 25px;
    padding-left: 13px;
    line-height: 25px;
    background: #ececec; }
  .fx-SideColArea__detail__col {
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding-right: 10px;
    text-align: right; }

.fx-SideColArea__item {
  margin-bottom: 10px;
  border-bottom: 1px solid #dbdbdb; }

.fx-SideColArea__header {
  font-size: 16px;
  color: #fff;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  background: #434343; }

.fx-SideColArea__col {
  padding: 10px 5px;
  background: #fff; }

.fx-SideColArea__detail {
  margin: 0; }
  .fx-SideColArea__detail__header {
    height: 25px;
    padding-left: 13px;
    line-height: 25px;
    background: #ececec; }
  .fx-SideColArea__detail__col {
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding-right: 10px;
    text-align: right; }

.fx-SideColArea__item {
  margin-bottom: 10px;
  border-bottom: 1px solid #dbdbdb; }

.fx-SideColArea__header {
  font-size: 16px;
  color: #fff;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  background: #434343; }

.fx-SideColArea__col {
  padding: 10px 5px;
  background: #fff; }

.fx-SideColArea__confirm {
  width: 160px;
  height: 160px;
  border: 10px solid #d0f0b4;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative; }
  .fx-SideColArea__confirm__txt {
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 35px; }
  .fx-SideColArea__confirm__val {
    width: 100%;
    font-size: 19px;
    font-weight: bold;
    color: #ff5c5c;
    text-align: center;
    position: absolute;
    top: 50px; }

.fx-footer {
  margin: 0 -12px;
  background-color: #f4f4f4; }
  .fx-footer #footer {
    padding-top: 50px;
    margin: 0;
    background-color: #f4f4f4; }
    .fx-footer #footer .anchor {
      display: none; }

.fx-Button {
  color: #fff;
  font-size: 17px;
  width: 320px;
  height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-radius: 4px;
  background-color: #ff5c5c;
  transition: background-color .2s ease-out; }
  .fx-Button__inner {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .fx-Button__txt {
    color: #fff; }
  .fx-Button:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #ff7171; }
  .fx-Button--darkGray {
    background: #434343; }
    .fx-Button--darkGray:hover {
      background-color: #626262; }
  .fx-Button--direct {
    transition: all .2s ease-out;
    position: relative; }
    .fx-Button--direct::after {
      content: '';
      width: 8px;
      height: 8px;
      border: 0;
      border-top: solid 1px #fcc;
      border-right: solid 1px #fcc;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      position: absolute;
      top: calc(50% - 6px);
      right: 20px;
      transition: right .2s ease-out; }
    .fx-Button--direct:hover::after {
      right: 15px; }
  .fx-Button--cleanness {
    color: #434343;
    background-color: transparent;
    border: 2px solid #434343; }
    .fx-Button--cleanness:hover {
      background: rgba(255, 255, 255, 0.6); }
    .fx-Button--cleanness > .fx-Button__txt {
      color: #000; }
  .fx-Button--isDisabled {
    color: #949494;
    background: #c3c3c3; }
    .fx-Button--isDisabled:hover {
      cursor: default;
      background: #c3c3c3; }
  .fx-Button--thin {
    font-size: 13px;
    width: auto;
    height: 30px;
    padding: 0 35px; }
  .fx-Button--isCenter {
    margin: 0 auto; }
  .fx-Button--add::before {
    content: '';
    width: 15px;
    height: 15px;
    margin-top: -1px;
    margin-right: 5px;
    background: url("/img/pc/common/ico_plus.png") 0 0/cover no-repeat; }
  .fx-Button--dl::after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 14px;
    margin-top: -1px;
    margin-left: 10px;
    background: url("/img/pc/common/ico_dl.png") 0 0/cover no-repeat; }

.fx-Headline {
  font-size: 26px;
  color: #000;
  margin: 0 0 30px; }

.fx-Subheadline {
  font-size: 19px;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  padding-left: 16px;
  margin: 0;
  box-sizing: border-box;
  background: #d0f0b4; }
  .fx-Subheadline--noBg {
    background: transparent; }

.fx-SubCaption {
  font-size: 19px;
  font-weight: bold;
  text-align: center; }

.fx-InputTextArea {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.fx-InputText {
  font-size: 15px;
  width: 350px;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  box-sizing: border-box; }
  .fx-InputText--wide {
    width: 100%;
    box-sizing: border-box; }
  .fx-InputText--narrow {
    width: 200px; }

.fx-InputGroup {
  width: 850px;
  margin: 0 auto;
  padding: 5px;
  border: solid 1px #bfbfbf;
  border-collapse: separate;
  border-spacing: 15px; }
  .fx-InputGroup__header {
    font-size: 15px;
    width: 250px;
    height: 75px;
    padding: 20px;
    text-align: right;
    box-sizing: border-box;
    background: #ececec; }
    .fx-InputGroup__header--isError {
      color: #f90000; }
    .fx-InputGroup__header__anotate {
      font-size: 12px; }
  .fx-InputGroup__item {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    display: block;
    border-radius: 4px;
    border: solid 1px #bfbfbf;
    margin-bottom: 10px; }
  .fx-InputGroup__placehold {
    font-size: 12px;
    color: #454545; }

.fx-InputRadioArea {
  margin-bottom: 15px; }

.fx-InputRadio {
  display: none; }
  .fx-InputRadio__ico {
    width: 1em;
    height: 1em;
    position: relative;
    vertical-align: text-bottom;
    display: inline-block; }
    .fx-InputRadio__ico::before, .fx-InputRadio__ico::after {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      box-sizing: border-box; }
    .fx-InputRadio__ico::before {
      border-radius: 50%;
      border: 1px solid #e4e4e4;
      background: #fff;
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
    .fx-InputRadio__ico::after {
      transition: -webkit-transform .2s ease-out;
      transition: transform .2s ease-out;
      transition: transform .2s ease-out, -webkit-transform .2s ease-out;
      -webkit-transform: scale(0);
              transform: scale(0);
      background: transparent; }
    .fx-InputRadio:checked + .fx-InputRadio__ico::after {
      border-radius: 50%;
      background: #ff5c5c;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: scale(0.75);
              transform: scale(0.75); }

.fx-selectBox {
  position: relative; }
  .fx-selectBox::before, .fx-selectBox::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: calc(50% - 6px);
    right: 10px;
    width: 0;
    height: 0;
    border: 4px dashed;
    border-color: #4c4c4c transparent;
    pointer-events: none; }
  .fx-selectBox::before {
    border-bottom-style: solid;
    border-top: none; }
  .fx-selectBox::after {
    margin-top: 7px;
    border-top-style: solid;
    border-bottom: none; }

.fx-select {
  font-size: 12px;
  width: 100%;
  height: 30px;
  padding: 0 20px 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  position: relative; }
  .fx-select:hover {
    cursor: pointer; }

.fx-checkbox {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }
  .fx-checkbox::before {
    width: 16px;
    height: 16px;
    content: '';
    margin-bottom: -3px;
    border-radius: 2px;
    display: inline-block;
    border: solid 1px #b1b1b1; }
  .fx-checkbox::after {
    width: 5px;
    height: 9px;
    position: absolute;
    top: 2px;
    left: 5px;
    display: block;
    border-right: 2px solid #ff5c5c;
    border-bottom: 2px solid #ff5c5c;
    content: '';
    opacity: 0;
    transition: opacity .1s linear;
    -webkit-transform: rotate(38deg);
            transform: rotate(38deg); }
    input[type=checkbox]:checked + .fx-checkbox::after {
      opacity: 1; }
  .fx-checkboxOrigin {
    display: none; }

.fx-RegisterNavi {
  width: 100%;
  height: 40px;
  line-height: 40px;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #63b83a;
  border-radius: 20px;
  padding: 0;
  margin: 0 0 20px; }
  .fx-RegisterNavi__item {
    font-size: 16px;
    color: #8d8d8d;
    width: calc(100% / 3);
    text-align: center;
    position: relative; }
    .fx-RegisterNavi__item + .fx-RegisterNavi__item::before, .fx-RegisterNavi__item + .fx-RegisterNavi__item::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      top: 0; }
    .fx-RegisterNavi__item + .fx-RegisterNavi__item::before {
      border: 20px solid transparent;
      border-left: 20px solid #63b83a;
      left: 0; }
    .fx-RegisterNavi__item + .fx-RegisterNavi__item::after {
      border: 20px solid transparent;
      border-left: 20px solid #fff;
      left: -1px; }
    .fx-RegisterNavi__item--isCurrent {
      color: #63b83a;
      background: #e0f1d8; }
      .fx-RegisterNavi__item--isCurrent + .fx-RegisterNavi__item::after {
        border-left: 20px solid #e0f1d8; }
    .fx-RegisterNavi__item:first-child {
      border-radius: 20px 0 0 20px; }
    .fx-RegisterNavi__item:last-child {
      border-radius: 0 20px 20px 0; }

.fx-RegisterForm__linktxt {
  text-align: center;
  margin: 45px 0 60px; }

.fx-RegisterForm__errorTxt {
  color: #f90000;
  height: 30px;
  line-height: 30px;
  letter-spacing: 2px;
  text-align: center;
  border: 1px solid #f90000;
  background: #ececec; }

.fx-RegisterFormConsent__txt {
  font-size: 14px;
  text-align: center;
  margin: 40px 0; }
  .fx-RegisterFormConsent__txt > .fx-RegisterFormConsent__txt__link {
    text-decoration: underline; }

.fx-RegisterFormConsent__inputArea {
  text-align: center;
  margin: 30px 0; }

.fx-RegisterFormConsent__checkbox {
  font-size: 14px;
  font-weight: bold; }

.fx-RegisterFormComp {
  height: 230px;
  text-align: center; }
  .fx-RegisterFormComp__txt {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px; }
    .fx-RegisterFormComp__txt::before {
      width: 35px;
      height: 35px;
      content: '';
      margin: 0 auto 15px;
      display: block;
      background: url("/img/pc/common/ico_check.png") 0 0/cover no-repeat; }
    .fx-RegisterFormComp__txt--error::before {
      background: none; }
  .fx-RegisterFormComp__annotate {
    font-size: 14px; }

.fx-RegisterFormButtonArea {
  margin-top: 30px; }

.fx-Label {
  min-width: 90px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 4px;
  box-sizing: border-box; }
  .fx-Label--gray {
    background: #6c6c6c; }
  .fx-Label--green {
    background: #63b83a; }
  .fx-Label--mini {
    font-size: 12px;
    min-width: inherit;
    padding: 2px 8px; }

.fx-LabelUnread {
  font-size: 10px;
  color: #fff;
  padding: 1px 7px 0;
  display: inline-block;
  border-radius: 4px;
  background: #ff5c5c;
  vertical-align: text-top; }

.fx-Table {
  font-size: 14px;
  width: 100%;
  border-collapse: collapse; }
  .fx-Table__item:nth-child(odd) {
    background: #f7f7f7; }
  .fx-Table__header {
    color: #fff;
    height: 45px;
    padding: 0 8px;
    text-align: center;
    background: #434343;
    border: solid 1px #bfbfbf; }
    .fx-Table__header--sub {
      color: #000;
      height: 40px;
      background: #d0f0b4; }
    .fx-Table__header--isRight {
      text-align: right; }
  .fx-Table__col {
    height: 32px;
    padding: 5px 8px;
    border: solid 1px #bfbfbf; }
    .fx-Table__col--isCenter {
      text-align: center; }
    .fx-Table__col--isRight {
      text-align: right; }

.fx-TableInputForm {
  width: 100%;
  border-collapse: collapse; }
  .fx-TableInputForm__header {
    font-size: 16px;
    color: #f90000;
    width: 220px;
    padding: 25px 20px;
    box-sizing: border-box;
    border: solid 1px #bfbfbf;
    text-align: right;
    background: #ececec; }
  .fx-TableInputForm__col {
    padding: 20px;
    border: solid 1px #bfbfbf; }
  .fx-TableInputForm__annotate {
    font-size: 12px;
    color: #f90000;
    margin-top: 10px; }
    .fx-TableInputForm__annotate small {
      display: block; }

.fx-ButtonPageTopArea {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.fx-ButtonPageTop {
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 50%;
  position: fixed;
  bottom: 80px;
  right: 10px;
  background: #484848;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.72, 1.33); }
  .fx-ButtonPageTop::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    left: 13px; }
  .fx-ButtonPageTop--visible {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }

.fx-Wrapper--top {
  width: 100%;
  margin: 0 auto; }

.fx-MainColArea--top {
  padding: 0; }

.fx-TopHeader {
  padding-bottom: 30px;
  background: url("/img/pc/top/bg_header.jpg") 0 0 no-repeat, linear-gradient(to bottom, #fff, #efefef); }
  .fx-TopHeader__inner {
    width: 900px;
    margin: 60px auto 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
  .fx-TopHeader__ico {
    position: absolute;
    top: -20px;
    left: -20px; }
  .fx-TopHeader__img {
    width: 308px;
    height: 565px; }
  .fx-TopHeaderDetail {
    padding-top: 25px;
    text-align: center; }
    .fx-TopHeaderDetail__txt {
      font-size: 24px;
      margin: 0; }
      .fx-TopHeaderDetail__txt--gray {
        font-size: 18px;
        color: #8a8a8a; }
      .fx-TopHeaderDetail__txt strong {
        color: #8bc400;
        font-weight: normal;
        font-size: 48px; }
  .fx-TopHeaderReward {
    padding: 0;
    margin: 30px 0 0; }
    .fx-TopHeaderReward__item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .fx-TopHeaderReward__item:not(:first-child) {
        margin-top: 30px; }
    .fx-TopHeaderReward__header {
      width: 170px;
      padding: 15px 0 8px;
      margin: 0;
      text-align: center;
      border-radius: 4px;
      background: #fff;
      box-shadow: 0 0 8px #ccc; }
    .fx-TopHeaderReward__img {
      margin: 0 auto 5px;
      display: block; }
    .fx-TopHeaderReward__txt {
      color: #8a8a8a;
      font-size: 16px; }
    .fx-TopHeaderReward__price {
      width: 312px;
      height: 69px;
      padding-left: 20px;
      margin: 0; }
  .fx-TopHeaderDetailInfo__header {
    font-size: 28px;
    color: #fff;
    height: 42px;
    text-align: center;
    letter-spacing: 3px;
    margin: 30px 21px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #8bc400;
    position: relative; }
    .fx-TopHeaderDetailInfo__header::before, .fx-TopHeaderDetailInfo__header::after {
      width: 0;
      height: 0;
      content: '';
      display: block;
      position: absolute;
      border: 21px solid transparent;
      border-top: 21px solid #8bc400;
      border-bottom: 21px solid #8bc400;
      top: 0; }
    .fx-TopHeaderDetailInfo__header::before {
      left: -21px; }
    .fx-TopHeaderDetailInfo__header::after {
      right: -21px; }
    .fx-TopHeaderDetailInfo__header__step {
      font-size: 16px;
      font-weight: normal;
      color: #424242;
      letter-spacing: 1px;
      padding: 0 12px;
      border-radius: 16px;
      background: #fff; }
  .fx-TopHeaderDetailInfo__txt {
    font-size: 20px;
    margin: 15px 0; }
  .fx-TopHeaderAnnotate {
    font-size: 10px;
    color: #717171;
    width: 980px;
    margin: 20px auto 0; }

.fx-TopSection {
  padding-top: 100px; }
  .fx-TopSection--bgGray {
    background: #f4f4f4; }
  .fx-TopSection--aboutDetail {
    background: url("/img/pc/top/bg_detail.jpg") 0 55px no-repeat #f4f4f4; }
  .fx-TopSection__header {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 30px; }
  .fx-TopSection__txt {
    font-size: 15px;
    text-align: center;
    margin-bottom: 100px;
    line-height: 1.8; }

.fx-TopAboutAffiliate {
  width: 650px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .fx-TopAboutAffiliate__item {
    text-align: center; }
  .fx-TopAboutAffiliate__txt {
    font-size: 16px;
    color: #8bc400; }

.fx-TopRewardStep {
  list-style: none;
  margin: 0;
  padding: 50px 0 0;
  counter-reset: section;
  background: #fff; }
  .fx-TopRewardStep__item {
    padding: 0 0 35px; }
    .fx-TopRewardStep__item:not(:last-child) {
      margin: 0 0 25px;
      position: relative;
      border-bottom: 1px solid #d3d3d3; }
      .fx-TopRewardStep__item:not(:last-child)::before, .fx-TopRewardStep__item:not(:last-child)::after {
        width: 0;
        height: 0;
        content: '';
        display: block;
        border-style: solid;
        position: absolute; }
      .fx-TopRewardStep__item:not(:last-child)::before {
        border-width: 10px 10px 0;
        border-color: #d3d3d3 transparent transparent;
        bottom: -10px;
        left: calc(50% - 10px); }
      .fx-TopRewardStep__item:not(:last-child)::after {
        border-width: 9px 9px 0;
        border-color: #fff transparent transparent;
        bottom: -9px;
        left: calc(50% - 9px); }
  .fx-TopRewardStep__header {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 15px;
    text-align: center; }
    .fx-TopRewardStep__header::before {
      font-size: 12px;
      width: 55px;
      color: #fff;
      margin: 0 auto;
      padding: 2px 0;
      display: block;
      border-radius: 2px;
      content: "STEP " counter(section);
      counter-increment: section;
      background: #8bc400; }
    .fx-TopRewardStep__header--noTxt {
      padding-top: 12px;
      margin: 0; }
  .fx-TopRewardStep__txt {
    font-size: 32px;
    text-align: center; }
  .fx-TopRewardStep__annotate {
    color: #717171;
    margin: 5px 30px;
    text-align: right; }

.fx-TopRewardStepList {
  width: 850px;
  list-style: none;
  padding: 15px 20px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  background: #f5f5f5; }
  .fx-TopRewardStepList__header {
    font-size: 14px;
    margin: 0 0 10px; }
  .fx-TopRewardStepList__txt {
    display: block;
    padding: 5px 0;
    margin: 10px 0 0;
    background: #fff; }

.fx-TopRewardStepInfo__header {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  margin: 0 0 5px; }

.fx-TopRewardStepInfo__subheader {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  margin: 35px 0 20px; }

.fx-TopRewardStepInfo__txt {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  margin: 0; }

.fx-TopRewardStepDetail {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .fx-TopRewardStepDetail__item {
    width: 365px; }
    .fx-TopRewardStepDetail__item:first-child {
      margin-right: 30px; }
  .fx-TopRewardStepDetail__header {
    font-size: 21px;
    color: #63b83a;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid currentColor;
    border-radius: 20px;
    box-sizing: border-box;
    display: block; }
    .fx-TopRewardStepDetail__header--cfd {
      color: #f79600; }
  .fx-TopRewardStepDetail__txt {
    font-size: 17px;
    color: #434343;
    margin: 0;
    margin-top: 15px;
    padding: 0;
    position: relative; }
  .fx-TopRewardStepDetail__per {
    display: inline-block;
    line-height: 70px;
    position: relative;
    top: -20px; }
  .fx-TopRewardStepDetail__originalPrice {
    position: absolute;
    top: -5px; }
  .fx-TopRewardStepDetail__price {
    font-size: 70px;
    font-weight: normal;
    letter-spacing: -3px; }
  .fx-TopRewardStepDetail__unit {
    font-size: 36px; }
  .fx-TopRewardStepDetail__tax {
    font-size: 14px;
    display: block;
    position: absolute;
    top: 24px;
    right: 9px; }

.fx-TopAchieveListArea {
  width: 850px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  margin: 0 auto;
  background: #f5f5f5; }
  .fx-TopAchieveListArea__txt {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-right: 35px; }
  .fx-TopAchieveListArea__step {
    font-size: 13px;
    color: #63b83a;
    text-align: center;
    margin-top: 5px;
    display: block;
    border-radius: 5px;
    border: 1px solid #63b83a; }

.fx-TopAchieveList {
  width: 660px;
  margin: 0;
  padding: 20px;
  list-style: none;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  background: #fff; }
  .fx-TopAchieveList__item:not(:first-child) {
    padding-left: 30px;
    border-left: 1px solid #bfbfbf; }
  .fx-TopAchieveList__txt {
    margin: 0;
    margin-left: 12px;
    display: inline-block;
    text-align: left;
    position: relative; }
    .fx-TopAchieveList__txt__asterisk {
      position: absolute;
      top: 2px;
      right: -10px; }
    .fx-TopAchieveList__txt strong {
      font-size: 15px;
      display: block; }

.fx-TopAboutReward {
  color: #424242;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .fx-TopAboutReward__item {
    width: 30%;
    padding: 45px 0 25px;
    background: #fff; }
  .fx-TopAboutReward__header {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 30px; }
  .fx-TopAboutReward__txt {
    font-size: 17px;
    margin: 30px 0 15px; }
    .fx-TopAboutReward__txt + small {
      color: #a2a2a2;
      font-size: 14px; }
  .fx-TopAboutRewardLink {
    text-align: right;
    padding-bottom: 90px;
    margin: 12px 0 0; }

.fx-TopAbout {
  padding-top: 40px; }
  .fx-TopAbout + .fx-TopAbout {
    padding: 0; }
    .fx-TopAbout + .fx-TopAbout::before {
      width: 124px;
      content: '';
      margin: 40px auto 80px;
      display: block;
      border-top: 1px solid #dcdcdc; }
  .fx-TopAbout__header {
    text-align: center; }
  .fx-TopAbout__txt {
    font-size: 18px;
    color: #ff5c5c;
    text-align: center; }

.fx-TopAboutIntro {
  text-align: center;
  margin-bottom: 45px; }
  .fx-TopAboutIntro__txt {
    font-size: 20px;
    margin: 0 0 -15px; }

.fx-TopAboutDetail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .fx-TopAboutDetail--fx {
    padding-left: 75px; }
  .fx-TopAboutDetail--cfd {
    padding-bottom: 90px; }
  .fx-TopAboutDetail__img {
    width: 308px;
    height: 565px; }
    .fx-TopAboutDetail__img--cfd {
      width: calc(980px - 530px + (100vw - 980px)/2);
      max-width: 994px;
      height: 628px;
      position: absolute;
      left: 520px;
      top: -20px;
      background: url("/img/pc/top/img_mac.png") 0 0 no-repeat; }
  .fx-TopAboutDetailList {
    list-style: none; }
    .fx-TopAboutDetailList__item {
      height: 70px;
      padding-left: 90px;
      margin-bottom: 25px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
    .fx-TopAboutDetailList__header {
      font-size: 17px;
      margin: 0 0 8px;
      line-height: 1.3; }
    .fx-TopAboutDetailList__txt {
      font-size: 13px; }
    .fx-TopAboutDetailList__ico {
      position: absolute;
      left: 0;
      top: 0; }

.fx-TopButtonArea {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .fx-TopButtonArea .fx-Button + .fx-Button {
    margin-left: 15px; }

.fx-TopListMessage {
  list-style: none;
  margin: 0;
  padding: 0; }
  .fx-TopListMessage__item {
    font-size: 14px;
    margin-top: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #bfbfbf; }
  .fx-TopListMessage__date {
    font-weight: bold;
    margin-right: 20px; }
  .fx-TopListMessage__txt {
    margin: 0 0 12px; }
    .fx-TopListMessage__txt .fx-LabelUnread {
      margin-left: 12px; }

.fx-TopSectionBox {
  width: 980px;
  margin: 0 auto; }

.fx-TopAnnotateList {
  list-style: none;
  margin-top: 100px; }

.fx-TopBnrArea {
  padding: 30px 0 50px;
  background: #f4f4f4; }
  .fx-TopBnrArea .slider {
    width: 850px;
    margin: 0 auto;
    position: relative; }
    .fx-TopBnrArea .slider .frame {
      width: 850px;
      margin: 0 auto;
      font-size: 0;
      line-height: 0;
      overflow: hidden;
      white-space: nowrap; }
    .fx-TopBnrArea .slider .slides {
      padding: 0;
      display: inline-block; }
      .fx-TopBnrArea .slider .slides > li {
        width: 850px;
        position: relative;
        display: inline-block;
        background: #8bc400; }
        .fx-TopBnrArea .slider .slides > li img {
          transition: opacity .2s ease-out; }
        .fx-TopBnrArea .slider .slides > li:hover img {
          opacity: .9; }
    .fx-TopBnrArea .slider .prev,
    .fx-TopBnrArea .slider .next {
      width: 40px;
      height: 40px;
      margin-top: -20px;
      display: block;
      cursor: pointer;
      border-radius: 5px;
      position: absolute;
      top: 50%;
      background: rgba(0, 0, 0, 0.6); }
    .fx-TopBnrArea .slider .next {
      right: -20px; }
      .fx-TopBnrArea .slider .next::before {
        content: '';
        width: 12px;
        height: 12px;
        display: block;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        top: 12px;
        left: 10px; }
    .fx-TopBnrArea .slider .prev {
      left: -20px; }
      .fx-TopBnrArea .slider .prev::before {
        content: '';
        width: 12px;
        height: 12px;
        display: block;
        border-top: solid 1px #fff;
        border-left: solid 1px #fff;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        position: absolute;
        top: 12px;
        left: 16px; }
    .fx-TopBnrArea .slider .dots {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: center;
      position: absolute;
      bottom: -25px; }
      .fx-TopBnrArea .slider .dots > li {
        height: 10px;
        width: 10px;
        background-color: #c3c3c3;
        border-radius: 50%;
        display: inline-block;
        margin: 0 5px; }
        .fx-TopBnrArea .slider .dots > li.active {
          background-color: #8bc400; }

.fx-ReportButtonArea {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px; }

.fx-ReportListTable {
  font-size: 14px;
  width: 100%;
  border-collapse: collapse; }
  .fx-ReportListTable__header {
    color: #fff;
    height: 45px;
    padding: 0 8px;
    text-align: center;
    background: #434343;
    border: solid 1px #bfbfbf; }
    .fx-ReportListTable__header--sub {
      color: #000;
      height: 40px;
      text-align: right;
      background: #d0f0b4; }
  .fx-ReportListTable__col {
    height: 32px;
    padding: 0 8px;
    text-align: right;
    border: solid 1px #bfbfbf; }

.fx-AdDescLink {
  width: 720px;
  margin: 50px auto;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .fx-AdDescLink__item {
    width: 350px;
    height: 80px; }
  .fx-AdDescLink__btn {
    height: 100%;
    border-radius: 4px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #8bc400;
    transition: all .2s ease-out;
    position: relative; }
    .fx-AdDescLink__btn::after {
      content: '';
      width: 10px;
      height: 10px;
      border: 0;
      border-top: solid 1px #fff;
      border-right: solid 1px #fff;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      position: absolute;
      top: calc(50% - 6px);
      right: 20px;
      transition: right .2s ease-out; }
    .fx-AdDescLink__btn:hover::after {
      right: 15px; }
    .fx-AdDescLink__btn:hover {
      text-decoration: none;
      opacity: .8; }
    .fx-AdDescLink__btn--orange {
      background: #f79600; }
  .fx-AdDescLink__txt {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0; }
    .fx-AdDescLink__txt small {
      font-size: 15px;
      font-weight: normal;
      display: block; }

.fx-AdDescIntro {
  padding: 0;
  margin: 25px 25px 45px;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .fx-AdDescIntro__item {
    text-align: center;
    position: relative; }
    .fx-AdDescIntro__item:not(:last-child)::after {
      content: '';
      width: 10px;
      height: 10px;
      border: 0;
      border-top: solid 1px #b9b9b9;
      border-right: solid 1px #b9b9b9;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      position: absolute;
      top: calc(50% - 6px);
      right: 20px;
      transition: right .2s ease-out; }
    .fx-AdDescIntro__item:not(:last-child):hover::after {
      right: 15px; }
    .fx-AdDescIntro__item:not(:last-child)::after {
      top: calc(50% - 35px);
      right: -16px; }
    .fx-AdDescIntro__item:not(:last-child):hover::after {
      right: -16px; }

.fx-AdDescAbout {
  padding: 20px 35px;
  margin-top: 50px;
  background: #ececec; }
  .fx-AdDescAbout__reward {
    font-size: 20px;
    text-align: center;
    padding: 15px 0;
    background: #fff; }
    .fx-AdDescAbout__reward__txt {
      color: #8bc400;
      margin-right: 10px; }
  .fx-AdDescAbout__detail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .fx-AdDescAbout__detail__header {
      font-size: 14px;
      font-weight: bold; }
    .fx-AdDescAbout__detail__col {
      font-size: 12px;
      padding-left: 15px;
      margin-left: 15px;
      border-left: 1px solid #424242; }

.fx-AdDescAboutLink {
  margin-top: 20px;
  border: 1px solid #dcdcdc; }

.fx-RewardDescBnrArea {
  margin-bottom: 25px; }

.fx-RewardDescIntroArea {
  margin: 25px 0 40px; }

.fx-RewardDescIntro {
  padding: 30px 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border: 1px solid #dcdcdc; }
  .fx-RewardDescIntro + .fx-RewardDescIntro {
    margin-top: 15px; }
  .fx-RewardDescIntro__tmbArea {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .fx-RewardDescIntro__tmbArea__item {
      width: 150px;
      position: relative; }
      .fx-RewardDescIntro__tmbArea__item + .fx-RewardDescIntro__tmbArea__item {
        margin-left: 25px; }
        .fx-RewardDescIntro__tmbArea__item + .fx-RewardDescIntro__tmbArea__item::before {
          content: '';
          width: 12px;
          height: 12px;
          border: 0;
          border-top: solid 1px #b9b9b9;
          border-right: solid 1px #b9b9b9;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          position: absolute;
          top: 46px;
          left: -25px; }
  .fx-RewardDescIntro__txtArea {
    margin-left: 15px;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .fx-RewardDescIntro__txtArea__header {
      font-size: 18px;
      margin: 0 0 15px; }
    .fx-RewardDescIntro__txtArea__col {
      font-size: 15px;
      margin: 0; }

.fx-RewardDescListTable {
  width: 100%;
  margin-top: 25px;
  border-collapse: collapse; }
  .fx-RewardDescListTable__header {
    font-size: 17px;
    width: 230px;
    text-align: right;
    padding: 30px 20px;
    padding-left: 5px;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    background: #f7f7f7; }
  .fx-RewardDescListTable__col {
    font-size: 14px;
    padding: 30px 20px;
    border: 1px solid #bfbfbf; }
  .fx-RewardDescListTable__list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .fx-RewardDescListTable__list__item {
      line-height: 1.6;
      text-indent: -1em;
      padding-left: 1em; }
      .fx-RewardDescListTable__list__item + .fx-RewardDescListTable__list__item {
        margin-top: 10px; }

.fx-TransferButtonArea {
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.fx-TransferHistoryArea {
  margin-left: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .fx-TransferHistoryArea__txt {
    font-size: 12px;
    color: #454545;
    margin: 0;
    display: inline; }

.fx-TransferMessage {
  font-size: 14px;
  padding: 35px 0;
  text-align: center;
  border: 1px solid #bfbfbf;
  background: #ececec; }

.fx-TransferNotice {
  display: inline-block;
  margin-top: 16px; }

.fx-PersonalInfoIntro {
  margin: 20px 0 30px; }
  .fx-PersonalInfoIntro__txt {
    font-size: 14px;
    margin-bottom: 1em; }

.fx-PersonalInfoAttention {
  padding: 30px 35px;
  list-style: none;
  border: 1px solid #ececec; }
  .fx-PersonalInfoAttention__item {
    margin-bottom: 15px; }
    .fx-PersonalInfoAttention__item:last-child {
      margin-bottom: 0; }
  .fx-PersonalInfoAttention__header {
    font-size: 14px;
    font-weight: bold;
    color: #f90000;
    margin: 0 0 10px; }
  .fx-PersonalInfoAttention__txt {
    font-size: 13px;
    margin: 0;
    padding: 0; }

.fx-PersonalInfoSection__headline {
  font-size: 20px;
  margin: 30px 0 -10px; }

.fx-PersonalInfoTable {
  width: 100%;
  margin-top: 25px;
  border-collapse: collapse; }
  .fx-PersonalInfoTable__header {
    font-size: 17px;
    width: 230px;
    text-align: right;
    padding: 30px 20px;
    padding-left: 5px;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    background: #f7f7f7; }
    .fx-PersonalInfoTable__header--isError {
      color: #f90000; }
    .fx-PersonalInfoTable__header__annotate {
      font-size: 12px;
      display: block; }
  .fx-PersonalInfoTable__col {
    font-size: 14px;
    padding: 30px 20px;
    border: 1px solid #bfbfbf; }
    .fx-PersonalInfoTable__col .fx-selectBox,
    .fx-PersonalInfoTable__col .fx-select {
      width: 200px; }

.fx-PersonalInfoBankAccountsRadio {
  margin-bottom: 15px; }
  .fx-PersonalInfoBankAccountsRadio label {
    display: inline-block; }
    .fx-PersonalInfoBankAccountsRadio label + .fx-PersonalInfoBankAccountsRadio label {
      margin-left: 50px; }

.fx-PersonalInfoName {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .fx-PersonalInfoName__item + .fx-PersonalInfoName__item {
    margin-left: 30px; }
  .fx-PersonalInfoName__txt {
    margin-right: 12px; }

.fx-PersonalInfoButtonArea {
  margin-top: 35px; }

.fx-PersonalInfoAnnotateTxt {
  font-size: 12px;
  margin: 10px 0; }
  .fx-PersonalInfoAnnotateTxt + .fx-PersonalInfoAnnotateTxt {
    margin-top: 10px; }

.fx-PersonalInfoAnnotateList {
  font-size: 12px;
  list-style: none;
  padding: 0;
  margin: 10px 0 0; }

.fx-ContainerBorder {
  padding: 20px;
  border: 1px solid #dcdcdc; }
  .fx-ContainerBorder--txtCenter {
    text-align: center; }
  .fx-ContainerBorder__txt {
    font-weight: bold;
    margin: 0; }

/*# sourceMappingURL=app_pc.css.map */
