@charset "UTF-8";
main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main img {
  width: 100%;
}

.main-wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.h2Title {
  border-left: 5px solid #014694;
  margin-bottom: 40px;
  padding-left: 10px;
  font-size: 31px;
  font-weight: bold;
  color: #014694;
}

.h3Title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #014694;
}

.h4Title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.txt-18 {
  font-size: 18px;
  line-height: 1.67;
}

.fw-b {
  font-weight: bold;
}

.pdf {
  position: relative;
  margin-left: 10px;
}

.pdf::after {
  position: absolute;
  background-image: url(/img/pdf.png);
  background-repeat: no-repeat;
  background-size: 26px 26px;
  display: inline-block;
  width: 26px;
  height: 26px;
  content: '';
}

.link-newtab {
  position: relative;
}

.link-newtab::after {
  content: '';
  position: absolute;
  top: -4px;
  bottom: 0;
  right: -28px;
  width: 26px;
  height: 26px;
  background-image: url(/img/icon_externallink.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.link-next {
  position: relative;
  padding-left: 25px;
}

.link-next::after {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  border: 0px;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ==============
col02
============== */
.col02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.col02-content:first-child {
  width: 69.49%;
}

.col02-content:last-child {
  width: 23.72%;
}

/* ==============
arrows
============== */
.arrow-right {
  display: inline-block;
  margin-left: 8px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #949699;
  border-left: 2px solid #949699;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.arrow-down {
  display: block;
  position: relative;
  padding: 5px;
  width: 16px;
  height: 16px;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.arrow-down::after {
  content: '';
  position: absolute;
  z-index: 11;
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2px solid #014694;
  border-left: 2px solid #014694;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

/* ==============
mvBg
============== */
.mvBg {
  background-color: #e9eff6;
  margin-bottom: 20px;
  padding: 60px 0;
}

.mvBg-title {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
  color: #014694;
}

.mvBg-sub {
  font-size: 18px;
  line-height: 1.67;
  color: #333;
}

/* ==============
breadCrumbs
============== */
.breadCrumbs-list-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.breadCrumbs-list {
  margin-right: 10px;
}

.breadCrumbs-link {
  color: #014694;
  font-size: 14px;
}

.breadCrumbs-link:last-child {
  color: #333;
}

.breadCrumbs.mb80 {
  margin-bottom: 80px;
}

/* ==============
msgBox
============== */
.msgBox {
  width: 100%;
  padding: 40px;
  background-color: #f2f2f2;
  margin-bottom: 50px;
}

/* ==============
infoTable
============== */
.infoTable tr {
  font-size: 16px;
  line-height: 1.5;
}

.infoTable th {
  padding: 0 20px 12px 0;
  font-weight: normal;
  color: #666;
  vertical-align: top;
  line-height: 1.5;
}

.infoTable tr:last-child th {
  padding-bottom: 0;
}

.infoTable td {
  vertical-align: top;
}

.infoTable a {
  color: #333;
}

/* ==============
anchorNav
============== */
.anchorNav {
  margin-bottom: 80px;
}

.anchorNav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border: 1px solid #f2f2f2;
}

.anchorNav li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
}

.anchorNav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding: 0 10px;
  text-align: center;
}

.anchorNav li:not(:last-child) a {
  border-right: 2px solid #f2f2f2;
}

.anchorNav a:hover {
  color: #014694;
}

.anchorNav a:hover .arrow-down,
.anchorNav a:active .arrow-down {
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
}

/* ==============
tableBlk
============== */
.tableBlk table {
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
}

.tableBlk thead {
  background-color: #014694;
}

.tableBlk thead th {
  background-color: #014694;
}

.tableBlk th,
.tableBlk td {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 16px;
  white-space: nowrap;
  line-height: 1.5;
}

.tableBlk thead th {
  color: #fff;
}

.tableBlk tbody th {
  color: #333;
  text-align: left;
  font-weight: normal;
}

.tableBlk tbody td {
  text-align: center;
}

.tableBlk .w15p {
  width: 15%;
}

.tableBlk .w20p {
  width: 20%;
}

.tableBlk .w25p {
  width: 25%;
}

.tableBlk .w35p {
  width: 35%;
}

.tableBlk .w50p {
  width: 50%;
}

.tableBlk .bgBlue {
  background-color: #e9eff6;
}

.tableBlk .bgGray {
  background-color: #f2f2f2;
}

.tableBlk .fa-right {
  text-align: right;
}

.tableBlk .fa-left {
  text-align: left;
}

/* ==============
listBlk
============== */
.listBlk {
  font-size: 12px;
  line-height: 1.5;
}

.listBlk .type01 li {
  position: relative;
  padding-left: 50px;
}

.listBlk .type01 li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
}

.listBlk .type01 li:nth-child(1):after {
  content: '（注1）';
}

.listBlk .type01 li:nth-child(2):after {
  content: '（注2）';
}

.listBlk .type01 li:nth-child(3):after {
  content: '（注3）';
}

.listBlk .type02 li {
  position: relative;
  padding-left: 20px;
}

.listBlk .type02 li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
}

.listBlk .type02 li::after {
  content: '※';
}

.listBlk .type03 li {
  position: relative;
  padding-left: 20px;
}

.listBlk .type03 li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
}

.listBlk .type03 li::after {
  content: '・';
}

.listBlk .type04 li {
  position: relative;
  padding-left: 40px;
}

.listBlk .type04 li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
}

.listBlk .type04 li::after {
  content: '（注）';
}

.listBlk .ml50 {
  margin-left: 50px;
}

/* ==============
linkBlk
============== */
.linkBlk li:not(:last-child) {
  margin-bottom: 10px;
}

.linkBlk-inline li {
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
  color: #333;
}

.linkBlk a {
  color: #014694;
  font-size: 16px;
  font-weight: 500;
}

.linkBlk a:hover {
  text-decoration: underline;
}

/* ==============
bannerBlk
============== */
.bannerBlk {
  margin-top: 60px;
}

.bannerBlk a:hover {
  opacity: 0.6;
}

/* ==============
buttonBlk
============== */
.buttonBlk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.buttonBlk li {
  position: relative;
  width: 260px;
  text-align: center;
  margin-right: 20px;
}

.buttonBlk li:last-child {
  margin-right: 0;
}

.buttonBlk a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #014694;
  font-weight: bold;
  background: #fff;
  border: solid 2px #e9eff6;
  border-radius: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.buttonBlk a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.buttonBlk a:hover {
  color: #fff;
  background-color: #014694;
}

.buttonBlk a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

/* ==============
contactBlk
============== */
.contactBlk {
  background-color: #e9eff6;
  padding: 40px;
}

.contactBlk .h2Title {
  margin-bottom: 15px;
}

.contactBlk .linkBlk {
  margin-bottom: 44px;
}

.contactBlk-col02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contactBlk-col02-item {
  width: 50%;
}

.contactBlk-col02-item:first-child {
  margin-right: 20px;
}

.contactBlk-txt01 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: bold;
  color: #014694;
  padding-bottom: 5px;
  border-bottom: 1px solid #014694;
}

.contactBlk-txt02 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.contactBlk-txt03 {
  font-size: 16px;
  color: #333333;
}

.contactBlk-txt03 span {
  font-size: 12px;
  color: #333333;
}

.contactBlk .tel {
  position: relative;
  font-family: MyriadPro;
  font-size: 31px;
  font-weight: bold;
  color: #014694;
  display: block;
  margin-bottom: 10px;
  padding-left: 35px;
}

.contactBlk .tel::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 29px;
  height: 29px;
  background-image: url(/img/icon_phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.contactBlk-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #014694;
  background-color: #fff;
  border: 2px solid #014694;
}

.contactBlk-btn a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.contactBlk-btn a:hover {
  color: #fff;
  background-color: #014694;
}

.contactBlk-btn a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

/* ==============
margins
============== */
.mb80 {
  margin-bottom: 80px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt10 {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .main-wrap {
    padding: 0 15px;
  }
  .mvBg {
    padding: 30px 0;
    margin-bottom: 42px;
  }
  .mvBg-title {
    margin-bottom: 11px;
    font-size: 24px;
  }
  .mvBg-sub {
    font-size: 16px;
  }
  .col02 {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .col02-content:first-child, .col02-content:last-child {
    width: 100%;
  }
  .msgBox {
    padding: 20px;
    margin-bottom: 40px;
  }
  .infoTable tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    margin-bottom: 10px;
  }
  .infoTable th {
    padding: 0 0 5px 0;
  }
  .infoTable td {
    font-size: 14px;
    font-weight: 500;
  }
  .anchorNav {
    margin-bottom: 60px;
  }
  .anchorNav ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    padding: 0 10px;
    border: 1px solid #f2f2f2;
  }
  .anchorNav li {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    padding: 10px 0;
  }
  .anchorNav a {
    font-size: 16px;
    padding: 1rem;
    width: 50%;
  }
  .anchorNav a span {
    margin-bottom: 2rem;
  }
  .anchorNav a:nth-child(2)::after {
    border-right: none;
  }
  .anchorNav a:nth-child(3),
  .anchorNav a:nth-child(4) {
    border-top: 0.2rem solid #f2f2f2;
  }
  .anchorNav li:not(:last-child) a {
    border-right: none;
  }
  .anchorNav li:nth-child(1) a,
  .anchorNav li:nth-child(3) a {
    border-right: 2px solid #f2f2f2;
  }
  .anchorNav li:nth-child(1),
  .anchorNav li:nth-child(2) {
    padding-bottom: 10px;
    border-bottom: 2px solid #f2f2f2;
  }
  .h2Title {
    border-left: 4px solid #014694;
    margin-bottom: 20px;
    font-size: 22px;
  }
  .h3Title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .h4Title {
    font-size: 16px;
  }
  #exchange-fee .h3Title {
    margin-bottom: 10px;
  }
  #deposit-related-fees .h2Title {
    margin-bottom: 10px;
  }
  .tableBlk th,
  .tableBlk td {
    padding: 10px;
    font-size: 12px;
    white-space: normal;
  }
  .mb80 {
    margin-bottom: 60px;
  }
  .mb60 {
    margin-bottom: 40px;
  }
  .mb50 {
    margin-bottom: 20px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .txt-18 {
    font-size: 16px;
  }
  .linkBlk-inline li {
    font-size: 14px;
  }
  .listBlk {
    font-size: 10px;
  }
  .listBlk .type01 li {
    padding-left: 40px;
  }
  .listBlk .type01 li::after {
    width: 40px;
  }
  .listBlk .type02 li {
    padding-left: 20px;
  }
  .listBlk .type02 li::after {
    width: 20px;
  }
  .listBlk .type03 li {
    padding-left: 15px;
  }
  .listBlk .type03 li::after {
    width: 15px;
  }
  .listBlk .type03 li::after {
    content: '・';
  }
  .listBlk .type04 li {
    padding-left: 30px;
  }
  .listBlk .type04 li::after {
    width: 30px;
  }
  .listBlk .ml50 {
    margin-left: 40px;
  }
  .link-newtab::after {
    top: 0;
    width: 20px;
    height: 20px;
  }
  .bannerBlk {
    margin-top: 20px;
  }
  .buttonBlk {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .buttonBlk li {
    width: 47.82%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .buttonBlk a {
    height: 40px;
    font-size: 14px;
  }
  .contactBlk {
    padding: 20px;
  }
  .contactBlk .linkBlk {
    margin-bottom: 20px;
  }
  .contactBlk .linkBlk a {
    font-size: 14px;
  }
  .contactBlk-col02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contactBlk-col02-item {
    width: 100%;
  }
  .contactBlk-col02-item:first-child {
    margin-right: 0;
  }
  .contactBlk-txt01 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .contactBlk-txt02 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
  .contactBlk-txt03 {
    margin-bottom: 40px;
    font-size: 14px;
  }
  .contactBlk-txt03 span {
    font-size: 10px;
  }
  .contactBlk-btn a {
    height: 50px;
    font-size: 16px;
  }
  .contactBlk .link-next {
    padding-left: 18px;
  }
  .contactBlk .link-next::after {
    width: 9px;
    height: 9px;
  }
  .sideMenu {
    margin-bottom: 20px;
  }
  .sideMenu-title {
    font-size: 16px;
  }
  .sideMenu-sub {
    display: none;
    padding-left: 20px;
  }
  .sideMenu a {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .sideMenu .arrow {
    padding-left: 20px;
  }
  .sideMenu .arrow::after {
    width: 9px;
    height: 9px;
  }
  .sideBanner {
    margin-bottom: 40px;
  }
  .sideBanner-title {
    font-size: 18px;
  }
  .sideBanner-sub {
    font-size: 14px;
  }
  .breadCrumbs-link {
    font-size: 12px;
  }
  .arrow-right {
    margin-left: 5px;
    width: 8px;
    height: 8px;
  }
  .pdf::after {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .main-wrap {
    padding: 0 15px;
  }
  .tableBlk th,
  .tableBlk td {
    white-space: normal;
  }
  .buttonBlk {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .buttonBlk li {
    margin-bottom: 20px;
  }
  .infoTable tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    margin-bottom: 10px;
  }
  .infoTable th {
    padding: 0 0 5px 0;
  }
}
