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

* {
  margin: 0;
  padding: 0;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  position: relative;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 1px;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  background: #fff;
}

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

nav ul {
  list-style: none;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

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

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

del {
  text-decoration: line-through;
}

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

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

select::-ms-expand {
  display: none;
}

input,
select {
  vertical-align: middle;
}

button {
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*--------------------------------------------------------------------
  structure
--------------------------------------------------------------------*/
body {
  width: 100%;
}

main {
  font-size: 1.43rem;
  display: block;
  width: 960px;
  margin: 20px auto;
}

@media (max-width: 960px) {
  main {
    width: auto;
    margin: 10px auto;
    padding: 5px 20px;
  }
}

@media (max-width: 480px) {
  main {
    padding: 5px 15px;
  }
}

/*--------------------------------------------------------------------
  general
--------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-size: 1.6rem;
}

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

article,
section {
  margin: 0 auto;
  padding: 0;
}

a {
  color: #000064;
}

a:visited {
  color: #000064;
}

a:hover {
  outline: 0;
}

a:active {
  outline: 0;
}

/*--------------------------------------------------------------------
  progress
--------------------------------------------------------------------*/
.boxProgress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.boxProgress .itemProgress {
  font-weight: 700;
  width: 22%;
  height: 50px;
  text-align: center;
  border: 2px solid #333;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.xm .boxProgress .itemProgress {
  border: 2px solid #333;
}

.dfx .boxProgress .itemProgress {
  width: 30%;
  border: 2px solid #343434;
}

.tfx .boxProgress .itemProgress {
  border: 2px solid #333;
}

.trv .boxProgress .itemProgress {
  border: 2px solid #343434;
}

.ifc .boxProgress .itemProgress {
  border: 2px solid #365B58;
}

.tdt .boxProgress .itemProgress {
  border: 2px solid #093482;
}

.fxd .boxProgress .itemProgress {
  border: 2px solid #333;
}

.add .boxProgress .itemProgress {
  width: 30%;
}

@media (max-width: 480px) {
  .boxProgress .itemProgress {
    font-size: 1.2rem;
    font-weight: normal;
  }
}

.boxProgress .itemProgress.on {
  color: #fff;
  background: #333;
}

.xm .boxProgress .itemProgress.on {
  background: #333;
}

.dfx .boxProgress .itemProgress.on {
  background: #343434;
}

.tfx .boxProgress .itemProgress.on {
  background: #333;
}

.trv .boxProgress .itemProgress.on {
  background: #343434;
}

.ifc .boxProgress .itemProgress.on {
  background: #365B58;
}

.tdt .boxProgress .itemProgress.on {
  background: #093482;
}

.fxd .boxProgress .itemProgress.on {
  background: #333;
}

@media (max-width: 768px) {
  .boxProgress .itemProgress span {
    display: none;
  }
}

.boxProgress .arrowProgress {
  font-size: 2.3rem;
  color: #333;
}

.xm .boxProgress .arrowProgress {
  color: #333;
}

.dfx .boxProgress .arrowProgress {
  color: #343434;
}

.tfx .boxProgress .arrowProgress {
  color: #333;
}

.trv .boxProgress .arrowProgress {
  color: #343434;
}

.ifc .boxProgress .arrowProgress {
  color: #365B58;
}

.tdt .boxProgress .arrowProgress {
  color: #093482;
}

.fxd .boxProgress .arrowProgress {
  color: #333;
}

@media (max-width: 480px) {
  .boxProgress .arrowProgress {
    font-size: 1.2rem;
  }
}

/*--------------------------------------------------------------------
  notice
--------------------------------------------------------------------*/
.boxNotice {
  margin-top: 20px;
  border: 1px solid #799315;
  background: #fbfdee;
}

.boxNotice .titleNotice {
  font-weight: bold;
  padding: 7px;
  text-align: center;
  color: #fff;
  background: #799315;
}

@media (max-width: 480px) {
  .boxNotice .titleNotice {
    padding: 5px;
  }
}

.boxNotice .itemsNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 580px;
  margin: 0 auto;
  padding: 15px 0;
}

.dfx .boxNotice .itemsNotice {
  width: 100%;
}

@media (max-width: 960px) {
  .boxNotice .itemsNotice {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

.boxNotice .item {
  text-align: center;
}

.boxNotice .item .title {
  font-weight: 700;
}

.boxNotice .item img.reference {
  margin-top: 10px;
  padding: 10px 40px;
  border: 4px solid #799315;
  background-color: #fff;
}

.boxNotice .item.plus {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0 auto;
}

.xm .boxNotice .item.plus {
  width: 57px;
}

.trv .boxNotice .item.plus {
  width: 57px;
}

.ifc .boxNotice .item.plus {
  width: 57px;
}

.tdt .boxNotice .item.plus {
  width: 57px;
}

.fxd .boxNotice .item.plus {
  width: 57px;
}

@media (max-width: 960px) {
  .boxNotice .item.plus {
    width: 20px;
    margin: 15px auto;
  }
}

.boxNotice .item.address, .boxNotice .item.id, .boxNotice .item.selfie {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 960px) {
  .boxNotice .item.address, .boxNotice .item.id, .boxNotice .item.selfie {
    width: 100%;
  }
}

@media all and (max-width: 960px) and (-ms-high-contrast: none) {
  .boxNotice .item.address, .boxNotice .item.id, .boxNotice .item.selfie {
    min-height: 180px;
  }
}

.boxNotice .item .text {
  font-size: 1.3rem;
  margin-top: 10px;
}

.boxNotice .item .note {
  display: block;
  color: #cd6600;
}

@media (max-width: 960px) {
  .boxNotice .item .note {
    display: block;
  }
}

.boxAttention {
  font-weight: bold;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #929292;
}

.xm .boxAttention {
  background: #929292;
}

.dfx .boxAttention {
  background: #929292;
}

.tfx .boxAttention {
  background: #929292;
}

.trv .boxAttention {
  background: #929292;
}

.ifc .boxAttention {
  background: #4B7E7A;
}

.tdt .boxAttention {
  background: #093482;
}

.fxd .boxAttention {
  background: #929292;
}

@media (max-width: 480px) {
  .boxAttention {
    text-align: left;
  }
}

/*--------------------------------------------------------------------
  Condition
--------------------------------------------------------------------*/
.wrapCondition {
  padding: 30px 0 0;
}

@media (max-width: 960px) {
  .wrapCondition {
    padding: 10px 0 0;
  }
}

.pls .wrapCondition {
  padding: 0;
}

.wrapCondition .description {
  font-weight: 700;
  color: #333;
}

.pls .wrapCondition .description {
  font-weight: normal;
}

.xm .wrapCondition .description {
  color: #333;
}

.dfx .wrapCondition .description {
  color: #343434;
}

.tfx .wrapCondition .description {
  color: #333;
}

.trv .wrapCondition .description {
  color: #343434;
}

.ifc .wrapCondition .description {
  color: #365B58;
}

.tdt .wrapCondition .description {
  color: #093482;
}

.fxd .wrapCondition .description {
  color: #333;
}

.conditions {
  margin-top: 20px;
  padding: 15px;
  border: 4px solid #cecece;
}

@media (max-width: 960px) {
  .conditions {
    margin-top: 10px;
    padding: 10px;
  }
}

.conditions h3:first-child {
  margin-top: 0;
}

.conditions h3 {
  margin-top: 20px;
}

@media (max-width: 960px) {
  .conditions h3 {
    margin-top: 10px;
  }
}

.boxConditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #bbb;
}

@media (max-width: 960px) {
  .boxConditions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.boxDocs {
  width: 78%;
  padding: 10px;
}

@media (max-width: 960px) {
  .boxDocs {
    width: 100%;
  }
}

.boxDocs a {
  display: block;
}

.boxDocs b {
  color: #cd6600;
}

.boxDocs .itemDoc {
  margin-top: 14px;
  padding-left: 10px;
}

@media (max-width: 960px) {
  .boxDocs .itemDoc {
    margin-top: 10px;
    padding-left: 0;
  }
}

.boxCheck {
  width: 22%;
  padding: 10px;
  text-align: center;
  border-left: 1px solid #bbb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 960px) {
  .boxCheck {
    width: 100%;
    border-top: 1px solid #bbb;
    border-left: none;
  }
}

.boxCheck.invalid {
  background: #fee9e9;
}

.boxCheck.valid {
  background: #e2fed8;
}

@media (max-width: 960px) {
  .boxCheck .inner {
    width: 70%;
  }
}

@media (max-width: 480px) {
  .boxCheck .inner {
    width: 90%;
  }
}

.boxCheck .labelCheck {
  font-weight: bold;
  display: inline-block;
  padding: 6px 24px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  border: 1px solid #799315;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #849f17), to(#799315));
  background: -webkit-linear-gradient(top, #849f17 5%, #799315 100%);
  background: -o-linear-gradient(top, #849f17 5%, #799315 100%);
  background: linear-gradient(to bottom, #849f17 5%, #799315 100%);
  background-color: #799315;
  -webkit-box-shadow: inset 0 1px 0 0 #8fad18;
  box-shadow: inset 0 1px 0 0 #8fad18;
  text-shadow: 0 1px 0 #849f17;
}

@media (max-width: 960px) {
  .boxCheck .labelCheck {
    width: 100%;
    padding: 8px 24px;
  }
}

.boxCheck .labelCheck:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #799315), to(#849f17));
  background: -webkit-linear-gradient(top, #799315 5%, #849f17 100%);
  background: -o-linear-gradient(top, #799315 5%, #849f17 100%);
  background: linear-gradient(to bottom, #799315 5%, #849f17 100%);
}

.boxCheck .labelCheck:active {
  position: relative;
  top: 1px;
}

@media (max-width: 960px) {
  .boxCheck .labelCheck::after {
    font-family: fontAwesome;
    font-size: 16px;
    font-style: normal;
    position: absolute;
    top: calc(50% - 12px);
    right: 12px;
    display: block;
    margin: auto;
    content: '\f0a6';
    color: #566a0c;
  }
}

.boxCheck .checkMark {
  display: none;
}

.conditionsPdf {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

@media (max-width: 960px) {
  .conditionsPdf {
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .conditionsPdf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.conditionsPdf p {
  width: 100%;
  padding-left: 20px;
}

@media (max-width: 480px) {
  .conditionsPdf p {
    margin-top: 10px;
    padding-left: 0;
  }
}

.conditionsPdf img {
  min-width: 158px;
}

/*--------------------------------------------------------------------
  Personal
--------------------------------------------------------------------*/
.wrapPersonal {
  padding: 30px 0 0;
}

@media (max-width: 960px) {
  .wrapPersonal {
    padding: 10px 0 0;
  }
}

.wrapPersonal .description {
  font-weight: 700;
  color: #333;
}

.xm .wrapPersonal .description {
  color: #333;
}

.dfx .wrapPersonal .description {
  color: #343434;
}

.tfx .wrapPersonal .description {
  color: #333;
}

.trv .wrapPersonal .description {
  color: #343434;
}

.ifc .wrapPersonal .description {
  color: #365B58;
}

.tdt .wrapPersonal .description {
  color: #093482;
}

.fxd .wrapPersonal .description {
  color: #333;
}

.wrapPersonal h3 {
  margin-top: 20px;
}

@media (max-width: 960px) {
  .wrapPersonal h3 {
    margin-top: 10px;
  }
}

.boxPersonal {
  margin-top: 10px;
  border-top: 4px solid #cecece;
  border-right: 4px solid #cecece;
  border-bottom: 3px solid #cecece;
  border-left: 4px solid #cecece;
}

.boxPersonal .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #cecece;
}

@media (max-width: 960px) {
  .boxPersonal .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

.boxPersonal .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 28%;
  padding: 12px;
  border-right: 1px solid #cecece;
  background: #EEE;
}

.xm .boxPersonal .title {
  background: #EEE;
}

.dfx .boxPersonal .title {
  background: #EEE;
}

.tfx .boxPersonal .title {
  background: #EEE;
}

.trv .boxPersonal .title {
  background: #EEE;
}

.ifc .boxPersonal .title {
  background: #F0F8ED;
}

.tdt .boxPersonal .title {
  background: #EEFAFF;
}

.fxd .boxPersonal .title {
  background: #EEE;
}

@media (max-width: 960px) {
  .boxPersonal .title {
    width: 100%;
    padding: 10px;
    border-right: none;
    border-bottom: 1px solid #cecece;
  }
}

.boxPersonal .title .ttl {
  font-weight: bold;
}

.boxPersonal .items {
  width: 72%;
  padding: 12px 20px;
}

@media (max-width: 960px) {
  .boxPersonal .items {
    width: 100%;
    padding: 10px;
  }
}

.boxPersonal .items .invalid {
  background: #fee9e9;
}

.boxPersonal .items .valid {
  background: #e2fed8;
}

.boxPersonal .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

@media (max-width: 960px) {
  .boxPersonal .items .item {
    margin-top: 10px;
  }
}

@media (max-width: 960px) {
  .boxPersonal .items .item.birth, .boxPersonal .items .item.name, .boxPersonal .items .item.pastal {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.boxPersonal .items .boxBirth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.boxPersonal .items .boxBirth span {
  display: none;
}

@media (max-width: 960px) {
  .boxPersonal .items .boxBirth span {
    display: block;
  }
}

.boxPersonal .items .boxBirth.day, .boxPersonal .items .boxBirth.month {
  margin-left: 10px;
}

@media (max-width: 960px) {
  .boxPersonal .items .boxBirth.day, .boxPersonal .items .boxBirth.month {
    margin: 10px 0 0;
  }
}

.boxPersonal .items .boxFirstName,
.boxPersonal .items .boxLastName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 960px) {
  .boxPersonal .items .boxFirstName,
  .boxPersonal .items .boxLastName {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.boxPersonal .items .boxFirstName span,
.boxPersonal .items .boxLastName span {
  display: block;
  min-width: 30px;
}

@media (max-width: 960px) {
  .boxPersonal .items .boxFirstName span,
  .boxPersonal .items .boxLastName span {
    min-width: auto;
    margin-bottom: 5px;
  }
}

.boxPersonal .items .boxFirstName div,
.boxPersonal .items .boxLastName div {
  width: 250px;
}

@media (max-width: 960px) {
  .boxPersonal .items .boxFirstName div,
  .boxPersonal .items .boxLastName div {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .boxPersonal .items .boxFirstName {
    margin-top: 10px;
  }
}

.boxPersonal .items .nationality {
  width: 60%;
}

@media (max-width: 960px) {
  .boxPersonal .items .nationality {
    width: 100%;
  }
}

.boxPersonal .items .domestic .textbox {
  width: 100%;
}

.boxPersonal .items .domestic .containerPostalcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 960px) {
  .boxPersonal .items .domestic .containerPostalcode {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 960px) {
  .boxPersonal .items .domestic .boxPostalcode:first-child {
    width: 40%;
  }
}

@media (max-width: 480px) {
  .boxPersonal .items .domestic .boxPostalcode:first-child {
    width: 50%;
  }
}

.boxPersonal .items .domestic .boxPostalcode:first-child input {
  width: 100px;
}

@media (max-width: 960px) {
  .boxPersonal .items .domestic .boxPostalcode:first-child input {
    width: 100%;
  }
}

.boxPersonal .items .domestic .boxPostalcode:nth-child(2) span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  min-height: 50px;
  text-align: center;
}

@media (max-width: 960px) {
  .boxPersonal .items .domestic .boxPostalcode:nth-child(3) {
    width: 60%;
  }
}

@media (max-width: 480px) {
  .boxPersonal .items .domestic .boxPostalcode:nth-child(3) {
    width: 50%;
  }
}

.boxPersonal .items .domestic .boxPostalcode:nth-child(3) input {
  width: 120px;
}

@media (max-width: 960px) {
  .boxPersonal .items .domestic .boxPostalcode:nth-child(3) input {
    width: 100%;
  }
}

.boxPersonal .items .domestic .textSp {
  display: none;
}

@media (max-width: 960px) {
  .boxPersonal .items .domestic .textSp {
    display: block;
  }
}

.boxPersonal .items .domestic .textPc {
  display: block;
}

@media (max-width: 960px) {
  .boxPersonal .items .domestic .textPc {
    display: none;
  }
}

.boxPersonal .items .abroad {
  display: none;
}

@media (max-width: 960px) {
  .boxPersonal .items .abroad .boxPostalcode:first-child {
    width: 100%;
  }
}

.boxPersonal .items .abroad .boxPostalcode:first-child input {
  width: 230px;
}

@media (max-width: 960px) {
  .boxPersonal .items .abroad .boxPostalcode:first-child input {
    width: 100%;
  }
}

.boxPersonal .items .abroad .textbox {
  width: 100%;
}

.boxPersonal .items .abroad .labelSelect,
.boxPersonal .items .abroad .select {
  width: 100%;
}

.boxPersonal .items .boxAbroad {
  padding: 10px;
  background: #ebebeb;
}

.boxPersonal .items .boxAbroad p {
  font-size: 1.3rem;
}

.boxPersonal .items .btnPostalcode {
  width: 140px;
  margin-left: 10px;
}

@media (max-width: 960px) {
  .boxPersonal .items .btnPostalcode {
    width: 100%;
    margin: 10px auto 0;
  }
}

.boxPersonal .items .linkPostalcode {
  margin-left: 10px;
}

@media (max-width: 960px) {
  .boxPersonal .items .linkPostalcode {
    margin: 10px 0 0;
    text-align: right;
  }
}

.boxPersonal .items .contactAddressTel input {
  width: 50%;
}

@media (max-width: 960px) {
  .boxPersonal .items .contactAddressTel input {
    width: 100%;
  }
}

.boxPersonal .items .contactAddressMail input {
  width: 60%;
}

@media (max-width: 960px) {
  .boxPersonal .items .contactAddressMail input {
    width: 100%;
  }
}

/*--------------------------------------------------------------------
  Submit
--------------------------------------------------------------------*/
.boxSubmit p {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 480px) {
  .boxSubmit p {
    font-size: 1.2em;
  }
}

.boxSubmit .boxBtn {
  margin-top: 30px;
  text-align: center;
}

.boxSubmit .submit {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.9em;
  width: 85%;
  padding: 12px;
  cursor: pointer;
  color: #fff;
}

@media (max-width: 480px) {
  .boxSubmit .submit {
    font-size: 1.4em;
  }
}

.boxSubmit .submit.active {
  border: 1px solid #bd5f00;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ff8000), to(#db6d00));
  background: -webkit-linear-gradient(top, #ff8000 5%, #db6d00 100%);
  background: -o-linear-gradient(top, #ff8000 5%, #db6d00 100%);
  background: linear-gradient(to bottom, #ff8000 5%, #db6d00 100%);
  background-color: #ff8000;
  -webkit-box-shadow: inset 0 1px 0 0 #f5978e;
  box-shadow: inset 0 1px 0 0 #f5978e;
  text-shadow: 0 1px 0 #bd5f00;
}

.boxSubmit .submit.active:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #db6d00), to(#ff8000));
  background: -webkit-linear-gradient(top, #db6d00 5%, #ff8000 100%);
  background: -o-linear-gradient(top, #db6d00 5%, #ff8000 100%);
  background: linear-gradient(to bottom, #db6d00 5%, #ff8000 100%);
  background-color: #c62d1f;
}

.boxSubmit .submit.active:active {
  top: 1px;
}

.boxSubmit .submit.disable {
  text-decoration: none;
  border: 1px solid #666;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #888), to(#666));
  background: -webkit-linear-gradient(top, #888 5%, #666 100%);
  background: -o-linear-gradient(top, #888 5%, #666 100%);
  background: linear-gradient(to bottom, #888 5%, #666 100%);
  background-color: #f24537;
  -webkit-box-shadow: inset 0 1px 0 0 #888;
  box-shadow: inset 0 1px 0 0 #888;
  text-shadow: 0 1px 0 #333;
}

.boxSubmit .submit.disable:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #666), to(#888));
  background: -webkit-linear-gradient(top, #666 5%, #888 100%);
  background: -o-linear-gradient(top, #666 5%, #888 100%);
  background: linear-gradient(to bottom, #666 5%, #888 100%);
  background-color: #888;
}

.boxSubmit .submit.disable:active {
  top: 1px;
}

/*--------------------------------------------------------------------
  Caution
--------------------------------------------------------------------*/
.boxCaution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  border: 2px solid #999;
}

@media (max-width: 960px) {
  .boxCaution {
    display: none;
    margin-top: -1px;
  }
}

@media (max-width: 960px) {
  .boxCaution {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.boxCaution .txt {
  font-size: 1.28rem;
  padding: 15px;
}

@media (max-width: 960px) {
  .boxCaution .txt {
    padding: 10px;
  }
}

.boxCaution img {
  min-width: 44px;
}

@media (max-width: 960px) {
  .boxCaution img {
    margin-top: 10px;
  }
}

.boxCaution .img {
  padding-left: 10px;
}

@media (max-width: 960px) {
  .boxCaution .img {
    padding: 0;
  }
}

/*--------------------------------------------------------------------
  Broker
--------------------------------------------------------------------*/
.boxBroker {
  font-size: 1.28rem;
  margin-top: 30px;
  padding: 15px;
  border: 2px solid #333;
}

.xm .boxBroker {
  border: 2px solid #333;
}

.dfx .boxBroker {
  border: 2px solid #343434;
}

.tfx .boxBroker {
  border: 2px solid #333;
}

.trv .boxBroker {
  border: 2px solid #343434;
}

.ifc .boxBroker {
  border: 2px solid #365B58;
}

.tdt .boxBroker {
  border: 2px solid #093482;
}

.fxd .boxBroker {
  border: 2px solid #333;
}

@media (max-width: 960px) {
  .boxBroker {
    display: none;
    margin-top: -1px;
    padding: 10px;
  }
}

.boxBroker .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 960px) {
  .boxBroker .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
  }
}

.boxBroker .top .txt {
  padding-left: 20px;
  width: 100%;
}

@media (max-width: 960px) {
  .boxBroker .top .txt {
    margin-top: 20px;
    padding: 0;
  }
}

@media (max-width: 960px) {
  .boxBroker .top .txt a {
    display: block;
    text-align: right;
  }
}

@media (max-width: 480px) {
  .boxBroker .top .txt a {
    text-align: left;
  }
}

.boxBroker .top img {
  width: 145px;
  min-width: 145px;
}

.boxBroker .top span {
  display: block;
}

.boxBroker .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
}

.dfx .boxBroker .bottom {
  display: block;
  text-align: center;
}

.tfx .boxBroker .bottom {
  display: block;
  text-align: center;
}

.ifc .boxBroker .bottom {
  display: block;
  text-align: center;
}

.tdt .boxBroker .bottom {
  display: block;
  text-align: center;
}

.fxd .boxBroker .bottom {
  display: block;
  text-align: center;
}

@media (max-width: 960px) {
  .boxBroker .bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
    text-align: center;
  }
}

.boxBroker .bottom p:nth-child(2),
.boxBroker .bottom p:nth-child(3) {
  margin-top: 5px;
}

@media (max-width: 960px) {
  .boxBroker .bottom p:nth-child(2),
  .boxBroker .bottom p:nth-child(3) {
    margin-top: 0;
  }
}

.boxBroker .bottom a {
  padding: 0 10px;
}

@media (max-width: 960px) {
  .boxBroker .bottom a {
    display: block;
    margin-top: 7px;
    padding: 0;
  }
}

.boxBroker .bottom a {
  border-right: 1px solid #222;
}

@media (max-width: 960px) {
  .boxBroker .bottom a {
    border: none;
  }
}

.boxBroker .bottom a:last-of-type {
  border: none;
}

/*--------------------------------------------------------------------
  Finance
--------------------------------------------------------------------*/
.wrapFinance {
  padding: 30px 0 0;
}

@media (max-width: 960px) {
  .wrapFinance {
    padding: 10px 0 0;
  }
}

.wrapFinance .description {
  font-weight: 700;
  color: #333;
}

.xm .wrapFinance .description {
  color: #333;
}

.dfx .wrapFinance .description {
  color: #343434;
}

.tfx .wrapFinance .description {
  color: #333;
}

.trv .wrapFinance .description {
  color: #343434;
}

.ifc .wrapFinance .description {
  color: #365B58;
}

.tdt .wrapFinance .description {
  color: #093482;
}

.fxd .wrapFinance .description {
  color: #333;
}

.wrapFinance h3 {
  margin-top: 20px;
}

@media (max-width: 960px) {
  .wrapFinance h3 {
    margin-top: 10px;
  }
}

.wrapFinance h4 span {
  margin-left: 10px;
  color: #cd6600;
}

.wrapFinance h4::before {
  font-family: FontAwesome;
  margin-right: 7px;
  content: '\f101';
  color: #333;
}

.xm .wrapFinance h4::before {
  color: #333;
}

.dfx .wrapFinance h4::before {
  color: #343434;
}

.tfx .wrapFinance h4::before {
  color: #333;
}

.trv .wrapFinance h4::before {
  color: #343434;
}

.ifc .wrapFinance h4::before {
  color: #365B58;
}

.tdt .wrapFinance h4::before {
  color: #093482;
}

.fxd .wrapFinance h4::before {
  color: #333;
}

.wrapFinance .item.forexExperience {
  margin-top: 0;
}

.wrapFinance .selectingRadio {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  background: #eee;
}

.wrapFinance .selectingRadio .boxSelectingRadio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 960px) {
  .wrapFinance .selectingRadio .boxSelectingRadio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

.wrapFinance .selectingRadio .labelCheckToggle {
  margin-top: 0;
  margin-right: 10px;
}

@media (max-width: 960px) {
  .wrapFinance .selectingRadio .labelCheckToggle {
    margin-top: 10px;
    margin-right: 0;
  }
  .wrapFinance .selectingRadio .labelCheckToggle:first-of-type {
    margin-top: 0;
  }
}

.wrapFinance .account {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ccc;
}

.wrapFinance .account .logo {
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
  background: #f5f5f5;
}

.wrapFinance .account .logo img {
  height: 25px;
}

.wrapFinance .account .boxAccountType {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tdt .wrapFinance .account .boxAccountType .labelCheckToggle {
  margin-top: 0;
}

@media (max-width: 960px) {
  .tdt .wrapFinance .account .boxAccountType .labelCheckToggle {
    margin-top: 10px;
  }
  .tdt .wrapFinance .account .boxAccountType .labelCheckToggle:first-of-type {
    margin-top: 0;
  }
}

@media (max-width: 960px) {
  .wrapFinance .account .boxAccountType {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.wrapFinance .account .labelCheckToggle {
  margin-top: 0;
  margin-right: 10px;
}

@media (max-width: 960px) {
  .wrapFinance .account .labelCheckToggle {
    margin-top: 10px;
    margin-right: 0;
  }
}

@media (max-width: 960px) {
  .wrapFinance .account .labelCheckToggle:first-of-type {
    margin-top: 0;
  }
}

.wrapFinance .boxNote {
  margin-top: 10px;
}

.wrapFinance dl {
  font-size: 1.28rem;
  line-height: 18.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapFinance dl.note {
  color: #cd6600;
}

.wrapFinance dt {
  min-width: 25px;
}

@media (max-width: 960px) {
  .wrapFinance .detailDescription {
    display: none;
  }
}

.wrapFinance .experience {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}

@media (max-width: 960px) {
  .wrapFinance .experience {
    padding: 0;
    border: none;
  }
}

.wrapFinance .experience .labelCheckToggle {
  margin-top: 0;
}

.wrapFinance .experience .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}

@media (max-width: 960px) {
  .wrapFinance .experience .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
}

.wrapFinance .experience .inner:first-of-type {
  margin-top: 0;
}

.wrapFinance .boxExperience {
  width: 100%;
  margin-top: 20px;
}

.tdt .wrapFinance .boxExperience {
  width: 50%;
}

@media (max-width: 960px) {
  .tdt .wrapFinance .boxExperience {
    width: 100%;
  }
}

.wrapFinance .boxExperience:first-of-type {
  margin-top: 0;
}

.wrapFinance .boxAmount,
.wrapFinance .boxFrequence {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.tdt .wrapFinance .boxAmount, .tdt
.wrapFinance .boxFrequence {
  width: 45%;
  margin-left: auto;
}

@media (max-width: 960px) {
  .tdt .wrapFinance .boxAmount, .tdt
  .wrapFinance .boxFrequence {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

@media (max-width: 960px) {
  .wrapFinance .boxAmount,
  .wrapFinance .boxFrequence {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5px;
  }
}

.wrapFinance .boxAmount .labelSelect,
.wrapFinance .boxFrequence .labelSelect {
  margin-top: 5px;
}

.wrapFinance .boxAmount p,
.wrapFinance .boxFrequence p {
  min-width: 100px;
}

.tdt .wrapFinance .boxAmount p, .tdt
.wrapFinance .boxFrequence p {
  min-width: 80px;
}

.wrapFinance .txtExperience {
  margin-right: 10px;
}

.wrapFinance .detailAccountType {
  margin-top: 20px;
}

@media (max-width: 960px) {
  .wrapFinance .detailAccountType {
    display: none;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .wrapFinance .detailAccountType .order::before {
    content: '注文方法';
  }
  .wrapFinance .detailAccountType .lot::before {
    content: '取引単位(1回)';
  }
  .wrapFinance .detailAccountType .commission::before {
    content: '取引手数料(1ロット)';
  }
  .wrapFinance .detailAccountType .leverage::before {
    content: '最大レバレッジ';
  }
}

.wrapFinance .detailAccountType .group {
  margin-top: 10px;
}

.wrapFinance .detailAccountType table {
  width: 100%;
  margin-top: 5px;
}

.wrapFinance .detailAccountType td {
  padding: 3px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
}

@media (max-width: 768px) {
  .wrapFinance .detailAccountType td {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
  }
}

@media (max-width: 768px) {
  .wrapFinance .detailAccountType thead {
    display: none;
  }
}

.wrapFinance .detailAccountType thead td {
  background: #ebebeb;
}

@media (max-width: 768px) {
  .wrapFinance .detailAccountType tbody {
    border: 1px solid #ccc;
  }
}

.wrapFinance .detailAccountType .order {
  width: 100px;
}

.wrapFinance .detailAccountType .commission {
  width: 180px;
}

.wrapFinance .detailAccountType .leverage {
  width: 140px;
}

@media (max-width: 768px) {
  .wrapFinance .detailAccountType .commission,
  .wrapFinance .detailAccountType .leverage,
  .wrapFinance .detailAccountType .lot,
  .wrapFinance .detailAccountType .order {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wrapFinance .detailAccountType .commission::before,
  .wrapFinance .detailAccountType .leverage::before,
  .wrapFinance .detailAccountType .lot::before,
  .wrapFinance .detailAccountType .order::before {
    display: block;
    margin-bottom: 5px;
    padding: 3px;
    background: #ebebeb;
  }
}

/*--------------------------------------------------------------------
  Confirm
--------------------------------------------------------------------*/
.wrapConfirm {
  padding: 30px 0 0;
}

@media (max-width: 960px) {
  .wrapConfirm {
    padding: 10px 0 0;
  }
}

.wrapConfirm .title {
  font-weight: bold;
  padding: 7px;
  text-align: center;
  color: #fff;
  background: #799315;
}

@media (max-width: 480px) {
  .wrapConfirm .title {
    padding: 5px;
  }
}

.wrapConfirm .box {
  padding: 15px;
  border-right: 1px solid #799315;
  border-bottom: 1px solid #799315;
  border-left: 1px solid #799315;
  background: #fbfdee;
}

@media (max-width: 960px) {
  .wrapConfirm .box {
    padding: 10px;
  }
}

.wrapConfirm .item {
  margin-top: 10px;
}

.wrapConfirm .item:first-child {
  margin-top: 0;
}

.wrapConfirm .txt {
  font-weight: bold;
  color: #cd6600;
}

.wrapConfirm .note {
  margin-left: auto;
  padding: 10px 0;
}

@media (max-width: 480px) {
  .wrapConfirm .note {
    padding: 5px 0;
  }
}

.wrapConfirm .required {
  display: block;
  text-align: center;
}

.form .wrapConfirm .required {
  margin-left: 0;
}

/*--------------------------------------------------------------------
  Document
--------------------------------------------------------------------*/
.wrapDocument {
  padding: 30px 0 0;
}

@media (max-width: 960px) {
  .wrapDocument {
    padding: 10px 0 0;
  }
}

.wrapDocument .description {
  font-weight: 700;
  color: #333;
}

.xm .wrapDocument .description {
  color: #333;
}

.dfx .wrapDocument .description {
  color: #343434;
}

.tfx .wrapDocument .description {
  color: #333;
}

.trv .wrapDocument .description {
  color: #343434;
}

.ifc .wrapDocument .description {
  color: #365B58;
}

.tdt .wrapDocument .description {
  color: #093482;
}

.fxd .wrapDocument .description {
  color: #333;
}

.wrapDocument .chapter {
  font-size: 1.2em;
  font-weight: bold;
  margin: 30px 0 0;
  padding: 8px;
  text-align: center;
  background: #f2f2f2;
}

@media (max-width: 960px) {
  .wrapDocument .chapter {
    margin: 20px 0 0;
  }
}

.wrapDocument .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0 0;
}

@media (max-width: 1024px) {
  .wrapDocument .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 960px) {
  .wrapDocument .content {
    padding: 10px 0 0;
  }
}

.wrapDocument .boxUpload {
  width: 60%;
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .wrapDocument .boxUpload {
    width: 100%;
    margin-right: 0;
  }
}

.wrapDocument .boxUpload .title {
  font-size: 1.1em;
  font-weight: bold;
}

.wrapDocument .boxUpload .upload {
  margin-top: 10px;
  padding: 20px;
  border: 4px solid #cecece;
}

@media (max-width: 1024px) {
  .wrapDocument .boxUpload .upload {
    padding: 0 0 20px;
  }
}

.wrapDocument .boxUpload .groupTab {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 2px solid #799315;
}

@media (max-width: 1024px) {
  .wrapDocument .boxUpload .groupTab {
    display: none;
  }
}

.wrapDocument .boxUpload .groupTab::before {
  position: absolute;
  z-index: -1;
  left: 0;
  display: block;
  width: 50%;
  height: 40px;
  margin: auto;
  content: '';
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #f0f8ed;
}

.wrapDocument .boxUpload .groupTab.file::before {
  left: 0;
}

.wrapDocument .boxUpload .groupTab.drive::before {
  left: 50%;
}

.wrapDocument .boxUpload .tab {
  width: 50%;
  padding: 10px 0;
  cursor: pointer;
  text-align: center;
}

.wrapDocument .boxUpload .panel {
  display: none;
}

@media (max-width: 1024px) {
  .wrapDocument .boxUpload .panel.drive {
    display: block;
  }
}

.wrapDocument .boxUpload .panel.show {
  display: block;
}

@media (max-width: 1024px) {
  .wrapDocument .boxUpload .panel.show {
    display: none;
  }
}

.wrapDocument .boxUpload .sectionDrop {
  height: 212px;
  margin-top: 15px;
  border: 2px dashed #e1e1e1;
  border-radius: 20px;
}

.wrapDocument .boxUpload .sectionDrop::before {
  font-size: 1.8em;
  position: absolute;
  top: calc(50% - 30px);
  right: 0;
  left: 0;
  display: block;
  content: '送信するファイルをここにドロップ';
  text-align: center;
  color: #adadad;
}

.wrapDocument .boxUpload .sectionDrop::after {
  font-size: 1.4em;
  position: absolute;
  top: calc(50% + 10px);
  right: 0;
  left: 0;
  display: block;
  content: '(3ファイルまで)';
  text-align: center;
  color: #adadad;
}

.wrapDocument .boxUpload .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}

.wrapDocument .boxUpload .container .spacer {
  display: inline-block;
  min-width: 43.75px;
  height: auto;
}

.wrapDocument .boxUpload .container .txt {
  margin-left: 10px;
  padding: 2px 0;
}

.wrapDocument .boxUpload .container p {
  margin-top: 10px;
}

.wrapDocument .boxUpload .containerFile {
  margin-top: 15px;
  border-top: 4px solid #cecece;
  border-right: 4px solid #cecece;
  border-bottom: 3px solid #cecece;
  border-left: 4px solid #cecece;
}

@media (max-width: 1024px) {
  .wrapDocument .boxUpload .containerFile {
    margin-top: 0;
    border: none;
  }
}

.wrapDocument .boxUpload .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #cecece;
}

@media (max-width: 1024px) {
  .wrapDocument .boxUpload .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.wrapDocument .boxUpload .box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 33%;
  padding: 12px;
  border-right: 1px solid #cecece;
  background: #EEE;
}

.xm .wrapDocument .boxUpload .box .title {
  background: #EEE;
}

.dfx .wrapDocument .boxUpload .box .title {
  background: #EEE;
}

.tfx .wrapDocument .boxUpload .box .title {
  background: #EEE;
}

.trv .wrapDocument .boxUpload .box .title {
  background: #EEE;
}

.ifc .wrapDocument .boxUpload .box .title {
  background: #F0F8ED;
}

.tdt .wrapDocument .boxUpload .box .title {
  background: #EEFAFF;
}

.fxd .wrapDocument .boxUpload .box .title {
  background: #EEE;
}

@media (max-width: 1024px) {
  .wrapDocument .boxUpload .box .title {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #cecece;
  }
}

.wrapDocument .boxUpload .box .title .txt {
  font-size: 0.9em;
}

.wrapDocument .boxUpload .box .items {
  width: 67%;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .wrapDocument .boxUpload .box .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

.wrapDocument .boxUpload .box input[type='text'] {
  font-size: 0.9em;
  width: 150px;
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .wrapDocument .boxUpload .box input[type='text'] {
    width: 100%;
    margin-right: 0;
  }
}

.wrapDocument .boxUpload .btnFile {
  font-weight: bold;
  display: block;
  width: 150px;
  padding: 11px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #eee), to(#ccc));
  background: -webkit-linear-gradient(top, #eee 5%, #ccc 100%);
  background: -o-linear-gradient(top, #eee 5%, #ccc 100%);
  background: linear-gradient(to bottom, #eee 5%, #ccc 100%);
  background-color: #ccc;
  -webkit-box-shadow: inset 0 1px 0 0 #fff;
  box-shadow: inset 0 1px 0 0 #fff;
}

@media (max-width: 1024px) {
  .wrapDocument .boxUpload .btnFile {
    width: 100%;
    margin-top: 10px;
  }
}

.wrapDocument .boxUpload .btnFile:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ccc), to(#eee));
  background: -webkit-linear-gradient(top, #ccc 5%, #eee 100%);
  background: -o-linear-gradient(top, #ccc 5%, #eee 100%);
  background: linear-gradient(to bottom, #ccc 5%, #eee 100%);
  background-color: #eee;
}

.wrapDocument .boxUpload .btnFile:active {
  top: 1px;
}

.wrapDocument .boxUpload input[type='file'] {
  display: none;
}

.wrapDocument .invalid {
  background: #fee9e9;
}

.wrapDocument .invalidError {
  background: #ffcba4;
}

.wrapDocument .valid {
  background: #e2fed8;
}

.wrapDocument button {
  font-size: 1.06em;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  min-width: 205px;
  padding: 12px;
  cursor: pointer;
  color: #fff;
  border: 1px solid #666;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #888), to(#666));
  background: -webkit-linear-gradient(top, #888 5%, #666 100%);
  background: -o-linear-gradient(top, #888 5%, #666 100%);
  background: linear-gradient(to bottom, #888 5%, #666 100%);
  background-color: #f24537;
  -webkit-box-shadow: inset 0 1px 0 0 #888;
  box-shadow: inset 0 1px 0 0 #888;
  text-shadow: 0 1px 0 #333;
}

.wrapDocument button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #666), to(#888));
  background: -webkit-linear-gradient(top, #666 5%, #888 100%);
  background: -o-linear-gradient(top, #666 5%, #888 100%);
  background: linear-gradient(to bottom, #666 5%, #888 100%);
  background-color: #888;
}

.wrapDocument button:active {
  top: 1px;
}

@media (max-width: 1024px) {
  .wrapDocument button br {
    display: none;
  }
}

.wrapDocument .containerBtn {
  width: 205px;
  margin-top: 15px;
  margin-left: auto;
}

@media (max-width: 1024px) {
  .wrapDocument .containerBtn {
    width: 90%;
    margin: 20px auto 0;
  }
}

.wrapDocument .boxMail {
  width: 40%;
  margin-left: 10px;
}

@media (max-width: 1024px) {
  .wrapDocument .boxMail {
    width: 100%;
    margin: 0 auto;
  }
}

.wrapDocument .boxMail .title {
  font-size: 1.1em;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .wrapDocument .boxMail .title {
    margin-top: 10px;
  }
}

.wrapDocument .boxMail .boxMailAddress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  border: 4px solid #cecece;
}

@media (max-width: 1024px) {
  .wrapDocument .boxMail .boxMailAddress {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.wrapDocument .boxMail .boxMailAddress p:first-child {
  font-weight: bold;
  width: 40%;
  padding: 12px;
  text-align: center;
  background: #EEE;
}

.xm .wrapDocument .boxMail .boxMailAddress p:first-child {
  background: #EEE;
}

.dfx .wrapDocument .boxMail .boxMailAddress p:first-child {
  background: #EEE;
}

.tfx .wrapDocument .boxMail .boxMailAddress p:first-child {
  background: #EEE;
}

.trv .wrapDocument .boxMail .boxMailAddress p:first-child {
  background: #EEE;
}

.ifc .wrapDocument .boxMail .boxMailAddress p:first-child {
  background: #F0F8ED;
}

.tdt .wrapDocument .boxMail .boxMailAddress p:first-child {
  background: #EEFAFF;
}

.fxd .wrapDocument .boxMail .boxMailAddress p:first-child {
  background: #EEE;
}

@media (max-width: 1024px) {
  .wrapDocument .boxMail .boxMailAddress p:first-child {
    width: 100%;
    border-bottom: 1px solid #cecece;
  }
}

.wrapDocument .boxMail .boxMailAddress p:last-child {
  font-size: 2.1rem;
  font-weight: bold;
  width: 60%;
  padding: 12px 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .wrapDocument .boxMail .boxMailAddress p:last-child {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .wrapDocument .boxMail .boxMailAddress br {
    display: none;
  }
}

.wrapDocument .boxMail .noteMail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.wrapDocument .boxMail .noteMail span:first-child {
  display: block;
  min-width: 30px;
}

@media (max-width: 480px) {
  .wrapDocument .boxMail .noteMail span:first-child {
    min-width: 20px;
  }
}

.wrapDocument .boxMail .noteMail span:last-child {
  display: block;
}

.wrapDocument .boxMail .btnMail {
  font-size: 2.57rem;
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .wrapDocument .boxMail .btnMail {
    font-size: 1.06em;
    display: block;
    width: 90%;
    margin: 20px auto 0;
  }
}

/*--------------------------------------------------------------------
  Finish
--------------------------------------------------------------------*/
.wrapFinish {
  padding: 50px 0 0;
  text-align: center;
}

@media (max-width: 768px) {
  .wrapFinish {
    padding: 30px 0 0;
  }
}

.wrapFinish .msgFinish {
  font-size: 2.2em;
}

@media (max-width: 768px) {
  .wrapFinish .msgFinish {
    font-size: 1.15em;
  }
}

.wrapFinish .memoFinish {
  margin-top: 30px;
  color: #cd6600;
}

@media (max-width: 768px) {
  .wrapFinish .memoFinish br {
    display: none;
  }
}

.wrapFinish .btnFinish {
  width: 100%;
  margin-top: 30px;
}

/*--------------------------------------------------------------------
  お問い合わせフォーム
--------------------------------------------------------------------*/
.wrapPlsDescription {
  padding: 0;
}

.wrapPlsDescription .description {
  font-weight: normal;
  color: #333;
}

.wrapPlsContents {
  margin-top: 20px;
}

.wrapPlsContents .containerReCaptcha {
  width: 300px;
  margin: 30px auto 0;
}

.plsMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto 0;
}

@media (max-width: 960px) {
  .plsMenu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 960px) {
  .plsMenu li {
    margin-top: 5px;
  }
}

.plsMenu li:after {
  content: '｜';
}

@media (max-width: 960px) {
  .plsMenu li:after {
    content: none;
  }
}

.plsMenu li:last-child:after {
  content: none;
}

.plsMenu a:hover {
  text-decoration: none;
}

.boxPls {
  margin-top: 10px;
  border-top: 4px solid #cecece;
  border-right: 4px solid #cecece;
  border-bottom: 3px solid #cecece;
  border-left: 4px solid #cecece;
}

.boxPls .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #cecece;
}

@media (max-width: 960px) {
  .boxPls .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

.boxPls .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 28%;
  padding: 12px;
  border-right: 1px solid #cecece;
  background: #F4FFC8;
}

@media (max-width: 960px) {
  .boxPls .title {
    width: 100%;
    padding: 10px;
    border-right: none;
    border-bottom: 1px solid #cecece;
  }
}

.boxPls .title .ttl {
  font-weight: bold;
}

.boxPls .items {
  width: 72%;
  padding: 12px 20px;
}

@media (max-width: 960px) {
  .boxPls .items {
    width: 100%;
    padding: 10px;
  }
}

.boxPls .items .invalid {
  background: #fee9e9;
}

.boxPls .items .valid {
  background: #e2fed8;
}

.boxPls .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

@media (max-width: 960px) {
  .boxPls .items .item {
    margin-top: 10px;
  }
}

@media (max-width: 960px) {
  .boxPls .items .item.name {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.boxPls .items .broker,
.boxPls .items .radioSwitch {
  margin-top: 0;
}

.boxPls .items .boxFirstName,
.boxPls .items .boxLastName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 960px) {
  .boxPls .items .boxFirstName,
  .boxPls .items .boxLastName {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.boxPls .items .boxFirstName span,
.boxPls .items .boxLastName span {
  display: block;
  min-width: 30px;
}

@media (max-width: 960px) {
  .boxPls .items .boxFirstName span,
  .boxPls .items .boxLastName span {
    min-width: auto;
    margin-bottom: 5px;
  }
}

.boxPls .items .boxFirstName div,
.boxPls .items .boxLastName div {
  width: 250px;
}

@media (max-width: 960px) {
  .boxPls .items .boxFirstName div,
  .boxPls .items .boxLastName div {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .boxPls .items .boxFirstName {
    margin-top: 10px;
  }
}

.boxPls .items .brokeraccountno input,
.boxPls .items .contactAddressTel input {
  width: 50%;
}

@media (max-width: 960px) {
  .boxPls .items .brokeraccountno input,
  .boxPls .items .contactAddressTel input {
    width: 100%;
  }
}

.boxPls .items .contactAddressMail input {
  width: 60%;
}

@media (max-width: 960px) {
  .boxPls .items .contactAddressMail input {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .boxPls .items .fileUpload {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

.boxPls .items .fileUpload input[type='text'] {
  font-size: 0.9em;
  width: 50%;
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .boxPls .items .fileUpload input[type='text'] {
    width: 100%;
    margin-right: 0;
  }
}

.boxPls .items .btnFile {
  font-weight: bold;
  display: block;
  width: 150px;
  padding: 11px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #eee), to(#ccc));
  background: -webkit-linear-gradient(top, #eee 5%, #ccc 100%);
  background: -o-linear-gradient(top, #eee 5%, #ccc 100%);
  background: linear-gradient(to bottom, #eee 5%, #ccc 100%);
  background-color: #ccc;
  -webkit-box-shadow: inset 0 1px 0 0 #fff;
  box-shadow: inset 0 1px 0 0 #fff;
}

@media (max-width: 1024px) {
  .boxPls .items .btnFile {
    width: 100%;
    margin-top: 10px;
  }
}

.boxPls .items .btnFile:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ccc), to(#eee));
  background: -webkit-linear-gradient(top, #ccc 5%, #eee 100%);
  background: -o-linear-gradient(top, #ccc 5%, #eee 100%);
  background: linear-gradient(to bottom, #ccc 5%, #eee 100%);
  background-color: #eee;
}

.boxPls .items .btnFile:active {
  top: 1px;
}

.boxPls .items input[type='file'] {
  display: none;
}

.boxPls .items .textarea {
  /*font-family: 'ＭＳ Ｐゴシック' !important;*/
  font-size: 1.26em;
  font-weight: bold;
  overflow: hidden;
  width: 100%;
  height: 300px;
  padding: 12px 10px;
  resize: none;
  cursor: text;
  border: 1px solid #999;
  border-radius: 3px;
}

/*--------------------------------------------------------------------
  header
--------------------------------------------------------------------*/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 85px;
  border-top: 3px solid #333;
  border-bottom: 1px solid #666;
}

.pls header {
  border-top: 3px solid #94B31A;
}

.xm header {
  border-top: 3px solid #333;
}

.dfx header {
  border-top: 3px solid #343434;
}

.tfx header {
  border-top: 3px solid #333;
}

.trv header {
  border-top: 3px solid #343434;
}

.ifc header {
  border-top: 3px solid #365B58;
}

.tdt header {
  border-top: 3px solid #093482;
}

.fxd header {
  border-top: 3px solid #333;
}

@media (max-width: 960px) {
  header {
    height: 45px;
    border-bottom: 1px solid #bbb;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  }
}

header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 960px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  header .inner {
    width: 100%;
  }
}

header .logo {
  margin-left: 10px;
}

header .logo img {
  max-height: 44px;
}

.dfx header .logo img {
  width: auto;
  max-height: 35px;
}

@media (max-width: 960px) {
  .dfx header .logo img {
    width: 120px;
    max-height: 24px;
  }
}

.tfx header .logo img {
  max-height: 50px;
}

@media (max-width: 960px) {
  .tfx header .logo img {
    max-height: 24px;
  }
}

.ifc header .logo img {
  max-height: 55px;
}

@media (max-width: 960px) {
  .ifc header .logo img {
    max-height: 34px;
  }
}

.tdt header .logo img {
  max-height: 50px;
}

@media (max-width: 960px) {
  .tdt header .logo img {
    max-height: 32px;
  }
}

.fxd header .logo img {
  max-height: 35px;
}

@media (max-width: 960px) {
  .fxd header .logo img {
    max-height: 24px;
  }
}

@media (max-width: 960px) {
  header .logo img {
    max-height: 25px;
  }
}

header .catch {
  width: 233px;
  margin-left: 20px;
}

.dfx header .catch {
  margin-top: 10px;
}

@media (max-width: 960px) {
  header .catch {
    display: none;
  }
}

.catchPage {
  display: none;
}

@media (max-width: 960px) {
  .catchPage {
    display: block;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    color: #fff;
    background: #333;
  }
  .xm .catchPage {
    background: #333;
  }
  .dfx .catchPage {
    background: #343434;
  }
  .tfx .catchPage {
    background: #333;
  }
  .trv .catchPage {
    background: #343434;
  }
  .ifc .catchPage {
    background: #365B58;
  }
  .tdt .catchPage {
    background: #093482;
  }
  .fxd .catchPage {
    background: #333;
  }
}

/*--------------------------------------------------------------------
  footer
--------------------------------------------------------------------*/
footer {
  z-index: 1;
  background: #7d7d7d;
}

@media (max-width: 960px) {
  footer.haveNav {
    padding-bottom: 60px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}

footer .footerTop {
  font-size: 0.8em;
  margin-top: 30px;
  letter-spacing: 0;
  background-color: #eaeaea;
  background-image: url("../../img/form/footer.png");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 128px 172px;
}

footer .footerTop p {
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 950px;
  margin: 0 auto;
  padding: 15px 0 10px;
}

@media (max-width: 960px) {
  footer .footerTop p {
    width: auto;
    padding: 15px 10px 10px;
  }
}

footer .footerBottom {
  min-height: 195px;
  padding: 15px 0;
}

@media (max-width: 960px) {
  footer .footerBottom {
    min-height: auto;
    padding: 10px;
  }
}

footer .footerBottom .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
  padding: 15px 0;
}

@media (max-width: 960px) {
  footer .footerBottom .inner {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
  }
}

footer .footerBottom .boxLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 960px) {
  footer .footerBottom .boxLogo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
  }
}

footer .footerBottom .boxLogo p:nth-child(2) {
  margin-top: 25px;
  margin-left: 2px;
}

@media (max-width: 960px) {
  footer .footerBottom .boxLogo p:nth-child(2) {
    margin: 0;
  }
}

footer .footerBottom .boxWhat {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 700px;
  padding: 15px 20px;
  border-radius: 10px;
  background: #fff;
}

@media (max-width: 960px) {
  footer .footerBottom .boxWhat {
    width: 100%;
  }
}

@media (max-width: 768px) {
  footer .footerBottom .boxWhat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
}

footer .footerBottom .boxWhat .logo {
  min-width: 21%;
  padding: 15px 15px 15px 0;
}

@media (max-width: 768px) {
  footer .footerBottom .boxWhat .logo {
    padding: 0 10px 10px;
  }
}

@media (max-width: 768px) {
  footer .footerBottom .boxWhat .what {
    width: 100%;
  }
}

footer .copyright {
  font-size: 1.3rem;
  width: 960px;
  margin: 15px auto 0;
  text-align: right;
  color: #fff;
}

@media (max-width: 960px) {
  footer .copyright {
    width: auto;
    padding: 10px;
    text-align: center;
  }
}

/*--------------------------------------------------------------------
  count
--------------------------------------------------------------------*/
.boxCount {
  position: fixed;
  z-index: 9999;
  top: 105px;
  right: 50%;
  width: 204px;
  margin-right: -704px;
  border: 3px solid #929292;
  background-color: #fff;
}

.xm .boxCount {
  border: 3px solid #929292;
}

.dfx .boxCount {
  border: 3px solid #929292;
}

.tfx .boxCount {
  border: 3px solid #929292;
}

.trv .boxCount {
  border: 3px solid #929292;
}

.ifc .boxCount {
  border: 3px solid #4B7E7A;
}

.tdt .boxCount {
  border: 3px solid #093482;
}

.fxd .boxCount {
  border: 3px solid #929292;
}

@media (max-width: 960px) {
  .boxCount {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-right: 0;
    padding: 0 2px;
    border-top: 3px solid #929292;
    border-right: none;
    border-bottom: none;
    border-left: none;
    background-color: #fff;
  }
  .xm .boxCount {
    border-top: 3px solid #929292;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  .dfx .boxCount {
    border-top: 3px solid #929292;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  .tfx .boxCount {
    border-top: 3px solid #929292;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  .trv .boxCount {
    border-top: 3px solid #929292;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  .ifc .boxCount {
    border-top: 3px solid #4B7E7A;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  .tdt .boxCount {
    border-top: 3px solid #093482;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  .fxd .boxCount {
    border-top: 3px solid #929292;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
}

.boxCount .titleCount {
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #929292;
}

.xm .boxCount .titleCount {
  background: #929292;
}

.dfx .boxCount .titleCount {
  background: #929292;
}

.tfx .boxCount .titleCount {
  background: #929292;
}

.trv .boxCount .titleCount {
  background: #929292;
}

.ifc .boxCount .titleCount {
  background: #4B7E7A;
}

.tdt .boxCount .titleCount {
  background: #093482;
}

.fxd .boxCount .titleCount {
  background: #929292;
}

@media (max-width: 960px) {
  .boxCount .titleCount {
    display: none;
  }
}

.boxCount .inner {
  padding: 8px;
}

@media (max-width: 960px) {
  .boxCount .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
}

.boxCount .boxRequired {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 960px) {
  .boxCount .boxRequired {
    display: none;
  }
}

.boxCount .boxRequired .required {
  font-size: 1.1rem;
  min-width: auto;
  margin-left: 0;
}

.boxCount .boxRequired .txt {
  font-size: 1.2rem;
  color: #cd6600;
}

.boxCount .countNumber {
  font-weight: bold;
  margin-top: 10px;
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px;
  background: #fee9e9;
}

@media (max-width: 960px) {
  .boxCount .countNumber {
    width: 50%;
    margin-top: 0;
    padding: 5px;
  }
}

.boxCount .remains {
  font-size: 2.0em;
  color: #f00;
}

@media (max-width: 960px) {
  .boxCount .remains {
    font-size: 2.2rem;
  }
}

.boxCount .countCheck {
  margin-top: 15px;
  padding: 15px 0 0;
  border-top: 1px solid #ccc;
}

@media (max-width: 960px) {
  .boxCount .countCheck {
    width: 50%;
    margin-top: 0;
    padding: 5px;
    border-top: none;
  }
}

.boxCount .countContact {
  margin-top: 15px;
  padding: 15px 0 0;
  border-top: 1px solid #ccc;
}

@media (max-width: 960px) {
  .boxCount .countContact {
    display: none;
  }
}

.boxCount .msgContact {
  font-size: 1.2rem;
  margin-bottom: 1em;
}

.boxCount .msgCheck {
  font-size: 1.2rem;
  margin-bottom: 1em;
}

@media (max-width: 960px) {
  .boxCount .msgCheck {
    display: none;
  }
}

/*--------------------------------------------------------------------
  heading
--------------------------------------------------------------------*/
.form h1 {
  overflow: hidden;
  height: 0;
  white-space: nowrap;
  text-indent: 100%;
}

main h2 {
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 2.15rem;
  font-weight: bold;
  line-height: 1.0em;
  margin-bottom: 15px;
  padding: 14px 20px 12px;
  color: #333;
  border-top: 4px solid #333;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #f3f3f3), color-stop(51%, #ededed), to(#fff));
  background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 50%, #ededed 51%, #fff 100%);
  background: -o-linear-gradient(top, #fff 0%, #f3f3f3 50%, #ededed 51%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0%, #f3f3f3 50%, #ededed 51%, #fff 100%);
}

.pls main h2 {
  color: #44520C;
  border-top: 4px solid #94B31A;
}

.xm main h2 {
  color: #333;
  border-top: 4px solid #333;
}

.dfx main h2 {
  color: #343434;
  border-top: 4px solid #343434;
}

.tfx main h2 {
  color: #333;
  border-top: 4px solid #333;
}

.trv main h2 {
  color: #343434;
  border-top: 4px solid #343434;
}

.ifc main h2 {
  color: #365B58;
  border-top: 4px solid #365B58;
}

.tdt main h2 {
  color: #093482;
  border-top: 4px solid #093482;
}

.fxd main h2 {
  color: #333;
  border-top: 4px solid #333;
}

@media (max-width: 960px) {
  main h2 {
    font-size: 1.6rem;
    padding: 13px 10px 11px;
  }
}

@media (max-width: 768px) {
  main h2 {
    margin-bottom: 10px;
  }
}

main h3 {
  color: #000;
}

main h3::before {
  font-family: FontAwesome;
  margin-right: 8px;
  content: '\f249';
  color: #333;
}

.pls main h3::before {
  color: #94B31A;
}

.xm main h3::before {
  color: #333;
}

.dfx main h3::before {
  color: #343434;
}

.tfx main h3::before {
  color: #333;
}

.trv main h3::before {
  color: #343434;
}

.ifc main h3::before {
  color: #365B58;
}

.tdt main h3::before {
  color: #093482;
}

.fxd main h3::before {
  color: #333;
}

@media (max-width: 768px) {
  main h3 .box {
    display: block;
    margin: 2px auto;
    text-align: right;
  }
}

main h3 .required {
  margin-left: 12px;
}

@media (max-width: 768px) {
  main h3 .required {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------------
  button
--------------------------------------------------------------------*/
.btn {
  font-size: 1.35rem;
  font-weight: bold;
  width: 100%;
  padding: 4px;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
}

.btn:active {
  top: 1px;
}

.btnCheck {
  border: 1px solid #db6d00;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ff8000), to(#db6d00));
  background: -webkit-linear-gradient(top, #ff8000 5%, #db6d00 100%);
  background: -o-linear-gradient(top, #ff8000 5%, #db6d00 100%);
  background: linear-gradient(to bottom, #ff8000 5%, #db6d00 100%);
  background-color: #ff8000;
  -webkit-box-shadow: inset 0 1px 0 0 #f5978e;
  box-shadow: inset 0 1px 0 0 #f5978e;
  text-shadow: 0 1px 0 #db6d00;
}

@media (max-width: 960px) {
  .btnCheck {
    font-size: 1.6rem;
    min-height: 40px;
  }
}

.btnCheck:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #db6d00), to(#ff8000));
  background: -webkit-linear-gradient(top, #db6d00 5%, #ff8000 100%);
  background: -o-linear-gradient(top, #db6d00 5%, #ff8000 100%);
  background: linear-gradient(to bottom, #db6d00 5%, #ff8000 100%);
}

.btnAddress,
.btnContact {
  border: 1px solid #666;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #888), to(#666));
  background: -webkit-linear-gradient(top, #888 5%, #666 100%);
  background: -o-linear-gradient(top, #888 5%, #666 100%);
  background: linear-gradient(to bottom, #888 5%, #666 100%);
  background-color: #666;
  -webkit-box-shadow: inset 0 1px 0 0 #888;
  box-shadow: inset 0 1px 0 0 #888;
  text-shadow: 0 1px 0 #333;
}

.btnAddress:hover,
.btnContact:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #666), to(#888));
  background: -webkit-linear-gradient(top, #666 5%, #888 100%);
  background: -o-linear-gradient(top, #666 5%, #888 100%);
  background: linear-gradient(to bottom, #666 5%, #888 100%);
}

@media (max-width: 768px) {
  .btnAddress {
    padding: 10px 0;
  }
}

.btnBack {
  font-size: 1.4em;
  font-weight: bold;
  width: 85%;
  padding: 7px 20px;
  cursor: pointer;
  color: #fff;
  border: 1px solid #666;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #888), to(#666));
  background: -webkit-linear-gradient(top, #888 5%, #666 100%);
  background: -o-linear-gradient(top, #888 5%, #666 100%);
  background: linear-gradient(to bottom, #888 5%, #666 100%);
  background-color: #666;
  -webkit-box-shadow: inset 0 1px 0 0 #888;
  box-shadow: inset 0 1px 0 0 #888;
  text-shadow: 0 1px 0 #333;
}

@media (max-width: 768px) {
  .btnBack {
    font-size: 1em;
  }
}

.btnBack:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #666), to(#888));
  background: -webkit-linear-gradient(top, #666 5%, #888 100%);
  background: -o-linear-gradient(top, #666 5%, #888 100%);
  background: linear-gradient(to bottom, #666 5%, #888 100%);
  background-color: #888;
}

.btnBack:active {
  top: 1px;
}

.btnConfirm {
  width: 100%;
  margin: 30px auto 0;
  text-align: center;
}

/*--------------------------------------------------------------------
  Input
--------------------------------------------------------------------*/
.labelCheckToggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  padding: 10px;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 3px;
  background: #fff;
}

@media (max-width: 960px) {
  .labelCheckToggle {
    width: 100%;
    min-height: 50px;
  }
}

.labelCheckToggle.valid {
  background: #e2fed8;
}

.labelCheckToggle input[type='checkbox'] {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #799315;
  border-radius: 3px;
  outline: none;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.labelCheckToggle input[type='checkbox']::before {
  font-family: FontAwesome;
  font-size: 24px;
  position: absolute;
  top: -5px;
  left: -3px;
  display: inline-block;
  width: 18px;
  height: 18px;
  content: '\f00c';
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  text-align: center;
  opacity: 0;
  color: #799315;
}

.labelCheckToggle input[type='checkbox']:checked::before {
  content: '\f00c';
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.labelCheckToggle input[type='radio'] {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #799315;
  border-radius: 3px;
  outline: none;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.labelCheckToggle input[type='radio']::before {
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 12px;
  height: 12px;
  content: '';
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  border-radius: 3px;
  background: #799315;
}

.labelCheckToggle input[type='radio']:checked::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.boxAbroad .labelCheckToggle {
  width: 50%;
}

@media (max-width: 960px) {
  .boxAbroad .labelCheckToggle {
    width: 100%;
  }
}

.items option {
  display: block;
  min-height: 1.2em;
  padding: 0 2px 1px;
  white-space: pre;
}

.items .textbox {
  font-family: 'ＭＳ Ｐゴシック' !important;
  font-size: 1.26em;
  font-weight: bold;
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 10px;
  cursor: text;
  color: #222;
  border: 1px solid #999;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 960px) {
  .items .textbox {
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !important;
    font-size: 1.6rem;
    width: 100%;
  }
}

.items .labelSelect {
  display: inline-block;
  overflow: hidden;
  width: auto;
  cursor: pointer;
  color: #222;
  border: 1px solid #999;
  border-radius: 3px;
}

@media (max-width: 960px) {
  .items .labelSelect {
    width: 100%;
  }
}

.items .labelSelect::before {
  font-family: FontAwesome;
  font-size: 1.1em;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  margin-top: -8px;
  content: '\f078';
  color: #555;
}

.items .labelSelect.asset, .items .labelSelect.countryOfBirth, .items .labelSelect.eduback, .items .labelSelect.finance, .items .labelSelect.fxExperience, .items .labelSelect.income, .items .labelSelect.natureofbusiness, .items .labelSelect.networth, .items .labelSelect.numberoftrade, .items .labelSelect.occupation, .items .labelSelect.officialposition, .items .labelSelect.purpose, .items .labelSelect.reason, .items .labelSelect.sourceoffunds, .items .labelSelect.tradeamount, .items .labelSelect.tradeperiod {
  width: 50%;
}

@media (max-width: 960px) {
  .items .labelSelect.asset, .items .labelSelect.countryOfBirth, .items .labelSelect.eduback, .items .labelSelect.finance, .items .labelSelect.fxExperience, .items .labelSelect.income, .items .labelSelect.natureofbusiness, .items .labelSelect.networth, .items .labelSelect.numberoftrade, .items .labelSelect.occupation, .items .labelSelect.officialposition, .items .labelSelect.purpose, .items .labelSelect.reason, .items .labelSelect.sourceoffunds, .items .labelSelect.tradeamount, .items .labelSelect.tradeperiod {
    width: 100%;
  }
}

.items .labelSelect.passwordquestion {
  width: 60%;
}

@media (max-width: 960px) {
  .items .labelSelect.passwordquestion {
    width: 100%;
  }
}

.items .labelSelect.amount, .items .labelSelect.frequence {
  width: 100%;
}

.items .select {
  font-size: 1.06em;
  line-height: 1.5;
  width: auto;
  padding: 8px 35px 8px 9px;
  cursor: pointer;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 960px) {
  .items .select {
    font-size: 1.6rem;
    width: 100%;
    padding: 12px 10px;
  }
}

.items .select.amount, .items .select.asset, .items .select.countryOfBirth, .items .select.eduback, .items .select.finance, .items .select.frequence, .items .select.fxExperience, .items .select.income, .items .select.natureofbusiness, .items .select.networth, .items .select.numberoftrade, .items .select.occupation, .items .select.officialposition, .items .select.passwordquestion, .items .select.purpose, .items .select.reason, .items .select.sourceoffunds, .items .select.tradeamount, .items .select.tradeperiod {
  width: 100%;
}

@media (max-width: 960px) {
  .items .select.amount, .items .select.asset, .items .select.countryOfBirth, .items .select.eduback, .items .select.finance, .items .select.frequence, .items .select.fxExperience, .items .select.income, .items .select.natureofbusiness, .items .select.networth, .items .select.numberoftrade, .items .select.occupation, .items .select.officialposition, .items .select.passwordquestion, .items .select.purpose, .items .select.reason, .items .select.sourceoffunds, .items .select.tradeamount, .items .select.tradeperiod {
    width: 100%;
  }
}

.items .radioSwitch input {
  display: none;
}

.items .radioSwitch .btnSwitch {
  font-size: 1.2em;
  line-height: 1;
  display: block;
  width: 81px;
  margin: 0;
  padding: 12px 10px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  border: 1px solid #999;
  background: #fff;
}

@media (max-width: 960px) {
  .items .radioSwitch .btnSwitch {
    width: 100%;
  }
}

.items .radioSwitch .btnSwitch:first-of-type {
  border-radius: 3px 0 0 3px;
}

.items .radioSwitch .btnSwitch:last-of-type {
  border-left: none;
  border-radius: 0 3px 3px 0;
}

.items .radioSwitch .btnSwitch.invalid {
  background: #fee9e9;
}

.items .radioSwitch .btnSwitch.valid {
  background: #fff;
}

.items .radioSwitch input[type='radio']:checked + label {
  color: #fff;
  background: #799315;
}

.items .accountnumber input,
.items .password input,
.items .passwordanswer input {
  width: 60%;
}

@media (max-width: 960px) {
  .items .accountnumber input,
  .items .password input,
  .items .passwordanswer input {
    width: 100%;
  }
}

.items .birthplace input,
.items .companyName input {
  width: 50%;
}

@media (max-width: 960px) {
  .items .birthplace input,
  .items .companyName input {
    width: 100%;
  }
}

/*--------------------------------------------------------------------
  parts
--------------------------------------------------------------------*/
.form .info {
  margin: 30px auto 0;
}

@media (max-width: 960px) {
  .form .info {
    margin: 10px auto 0;
  }
}

.form .required {
  font-size: 0.85em;
  font-weight: normal;
  min-width: 45px;
  margin-left: 15px;
  padding: 2px 8px;
  color: #fff;
  border-radius: 5px;
  background-color: #799315;
}

.form .noRequired {
  font-size: 0.85em;
  font-weight: normal;
  min-width: 45px;
  margin-left: 15px;
  padding: 2px 8px;
  color: #fff;
  border-radius: 5px;
  background-color: #777;
}

.form .pdf {
  padding: 2px 0 2px 32px;
  background-image: url("../../img/form/i_pdf.png");
  background-repeat: no-repeat;
  background-position: left top 4px;
  background-size: 23px 13px;
}

.form .nopdf {
  padding: 2px 0 2px 32px;
}

.form .window {
  padding: 2px 0 2px 32px;
  background-image: url("../../img/form/window.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px 20px;
}

.form .boxArrow {
  font-size: 0.86em;
  font-weight: normal;
  position: absolute;
  z-index: 2;
  bottom: 52px;
  left: 0;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 180px;
  margin-left: 0;
  padding: 7px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  background: #d33426;
}

@media (max-width: 960px) {
  .form .boxArrow {
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    text-align: left;
    color: #d33426;
    background: none;
  }
}

.form .boxArrow::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -7px;
  content: ' ';
  pointer-events: none;
  border: solid transparent;
  border-width: 7px;
  border-color: rgba(51, 51, 51, 0);
  border-top-color: #d33426;
}

@media (max-width: 960px) {
  .form .boxArrow::after {
    display: none;
  }
}

.form .boxArrow.month {
  left: 20%;
}

@media (max-width: 960px) {
  .form .boxArrow.month {
    left: auto;
  }
}

.form .boxArrow.day {
  left: 35%;
}

@media (max-width: 960px) {
  .form .boxArrow.day {
    left: auto;
  }
}

.form .boxArrow.pref {
  bottom: 292px;
}

@media (max-width: 960px) {
  .form .boxArrow.pref {
    bottom: auto;
  }
}

.form .boxArrow.addr1 {
  bottom: 242px;
}

@media (max-width: 960px) {
  .form .boxArrow.addr1 {
    bottom: auto;
  }
}

.form .boxArrow.addr2 {
  bottom: 158px;
}

@media (max-width: 960px) {
  .form .boxArrow.addr2 {
    bottom: auto;
  }
}

.form .boxArrow.addr3 {
  bottom: 74px;
}

@media (max-width: 960px) {
  .form .boxArrow.addr3 {
    bottom: auto;
  }
}

.form .boxArrow.nation {
  bottom: 375px;
}

@media (max-width: 960px) {
  .form .boxArrow.nation {
    bottom: auto;
  }
}

.form .boxArrow.postal {
  bottom: 325px;
}

@media (max-width: 960px) {
  .form .boxArrow.postal {
    bottom: auto;
  }
}

.form .boxArrow.tel {
  bottom: 87px;
}

@media (max-width: 960px) {
  .form .boxArrow.tel {
    bottom: auto;
  }
}

.form .boxArrow.mail {
  bottom: 160px;
}

@media (max-width: 960px) {
  .form .boxArrow.mail {
    bottom: auto;
  }
}

.form .boxArrow.mailConfirm {
  bottom: 44px;
}

@media (max-width: 960px) {
  .form .boxArrow.mailConfirm {
    bottom: auto;
  }
}

.form .boxArrow.password {
  bottom: 170px;
}

@media (max-width: 960px) {
  .form .boxArrow.password {
    bottom: auto;
  }
}

.form .boxArrow.passwordConfirm {
  bottom: 56px;
  left: 265px;
}

@media (max-width: 960px) {
  .form .boxArrow.passwordConfirm {
    bottom: auto;
    left: auto;
  }
}

.form .boxArrow.passwordanswer {
  bottom: 85px;
}

@media (max-width: 960px) {
  .form .boxArrow.passwordanswer {
    bottom: auto;
  }
}

.form .detailDescription {
  margin-top: 10px;
  text-align: right;
}

.form .detailDescription i {
  color: #039;
}

.btnAccordion {
  display: none;
}

@media (max-width: 960px) {
  .btnAccordion {
    display: block;
    margin-top: 20px;
    padding: 7px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background: #333;
  }
  .xm .btnAccordion {
    background: #333;
  }
  .dfx .btnAccordion {
    background: #343434;
  }
  .tfx .btnAccordion {
    background: #333;
  }
  .trv .btnAccordion {
    background: #343434;
  }
  .ifc .btnAccordion {
    background: #365B58;
  }
  .tdt .btnAccordion {
    background: #093482;
  }
  .fxd .btnAccordion {
    background: #333;
  }
}

.btnAccordion i {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

.btnAccordion i.opened {
  -webkit-transform: translateX(-10px) rotate(180deg);
  -ms-transform: translateX(-10px) rotate(180deg);
  transform: translateX(-10px) rotate(180deg);
}

.btnAccordion.caution {
  margin-top: 40px;
  background: #999;
}

.btnAccordion.what {
  background: #555;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../font/form/fontawesome-webfont_v-4.7.0.eot");
  src: url("../../font/form/fontawesome-webfont_-iefix-v-4.7.0.eot") format("embedded-opentype"), url("../../font/form/fontawesome-webfont.woff") format("woff2"), url("../../font/form/fontawesome-webfont_v-4.7.0.woff") format("woff"), url("../../font/form/fontawesome-webfont_v-4.7.0.ttf") format("truetype"), url("../../font/form/fontawesome-webfont_v-4.7.0-fontawesomeregular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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