@charset "shift_jis";

/* ======================================================
 * /common-files/css/gecard/financie/cryptoninja/style.css
====================================================== */
body {
  font-family: 'Heebo', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-x: hidden;
  font-size: 14px;
  color: #222;
  line-height: 1.6;
}

.mAuto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.tc {
  text-align: center !important;
}

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

.mb10{margin-bottom: 10px !important}

.justiry-center {
  justify-content: center !important;
}

.indent_ul li {
  margin-left: 1em;
  text-indent: -1em;
}

.indent_ul li + li {
  margin-top: 6px;
}

.font18 {
  font-size: 18px !important;
}

a:link,
a:visited {
  color: #023B59;
}

.link {
  display: flex;
  justify-content: center;
  color: #023B59;
  font-size: 14px;
}

.link::before {
  display: inline-block;
  content: "";
  width: 19px;
  height: 19px;
  margin-right: 6px;
  background: url("/gecard/financie/img-files/icn_link_arrow.png") no-repeat center;
  background-size: 19px;
}

.need {
  display: flex;
  justify-content: center;
  color: #023B59;
  font-size: 14px;
}

.need::before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  margin-right: 4px;
  background: url("/gecard/financie/img-files/icn_help.png") no-repeat center;
  background-size: 22px;
}

.btnLink01 a, .btnLink01 input,
.btnList01 > li a, .btnList01 > li input {
  background: #DC322C url("/gecard/financie/img-files/icn_btn_arrow.png") no-repeat 96% center;
  background-size: 16px;
  border: none;
  transition: 0.4s;
}

.btnLink01 a:hover, .btnLink01 input:hover,
.btnList01 > li a:hover, .btnList01 > li input:hover {
  margin-top: 0;
  background-color: #DC322C;
  border-bottom: none;
  color: #ffffff;
  opacity: 0.7;
}

.btnLink01 a::after, .btnLink01 input:after,
.btnList01 > li a:after, .btnList01 > li input:after {
  display: none;
}

/* override
------------------------------------------------------ */
@media screen and (min-width: 751px) {
  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
  /* util
  ------------------------------------------------------ */
  .financie01-pc-hidden {
    display: none !important;
  }
  /* override
  ------------------------------------------------------ */
  /* header
  ------------------------------------------------------ */
  #header {
    position: relative;
    padding: 0;
    border: none;
    z-index: 2;
  }
  #header #headerLogo {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 910px;
    margin: 0 auto 24px;
    min-height: 50px;
    padding: 11px 5px 12px;
  }
  #header #headerLogo img {
    width: auto;
    height: 29px;
  }
  /* footer
  ------------------------------------------------------ */
  #footer {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    margin-bottom: 105px;
    padding: 0;
    background-color: #F5F5F5;
    font-size: 12px;
    text-align: center;
  }
  /* mianVisual
  ------------------------------------------------------ */
  /* module
  ------------------------------------------------------ */
  /* modal */
  .modal-contents {
    display: none;
    width: calc(100svw - 50px);
    max-width: 800px;
    height: auto;
    background: #fff;
    border-radius: 10px;
    padding: 30px 15px;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20000;
    text-align: center;
  }
  .steps .modal-contents {
    height: calc(100svh - 50px);
    overflow-y: auto;
  }
  .overlay {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    overflow: hidden;
  }
  .modal-contents .title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .modal-contents .text {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .modal-contents picture {
    width: 150px;
    height: 150px;
    margin: 0 auto 30px;
  }
  .modal-contents .close {
    width: 30px;
    position: absolute;
    top: -20px;
    right: 0;
    cursor: pointer;
  }
  .modal-contents .close:before,
  .modal-contents .close:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
  }
  .modal-contents .close:before {
    transform: rotate(-45deg);
  }
  .modal-contents .close:after {
    transform: rotate(45deg);
  }
  .modal-contents .close-text {
    width: 240px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    color: #222;
    border: solid 2px #222;
    border-radius: 5px;
    padding: 13px 0;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
  }
  .steps .modal-contents {
    height: auto;
    overflow: auto;
  }
  .modal-contents .close-text:hover {
    background-color: #E6E6E6;
  }
  .modal-contents .flex-box .box {
    width: 300px;
  }
  .modal-contents .flex-box {
    display: flex;
    justify-content: center;
    gap: 80px;
  }
  .modal-contents .box h5 {
    height: 50px;
    color: #465A77;
    font-size: 1.5rem;
    line-height: 1.3;
    padding-left: 60px;
    margin-bottom: 5px;
    text-align: left;
    font-weight: 700;
    display: flex;
    align-items: center;
  }
  .modal-contents .box:nth-of-type(1) h5 {
    background: url("/common-files/img-files/collabo/index_ico04.webp") no-repeat left center;
    background-size: 50px auto;
  }
  .modal-contents .box:nth-of-type(2) h5 {
    background: url("/common-files/img-files/collabo/index_ico05.webp") no-repeat left center;
    background-size: 50px auto;
  }
  .modal-contents .item-list {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 5px;
  }
  .modal-contents .item-list li {
    margin-bottom: 3px;
  }
  .modal-contents .cap {
    margin-bottom: 35px;
    text-align: left;
  }
  .modalInlineWrapper {
    display: none;
  }
  #cboxContent {
    overflow: visible !important;
  }
  #colorbox #cboxLoadedContent {
    overflow: auto !important;
    overflow-x: hidden !important;
  }
  #cboxClose {
    display: block;
    position: absolute;
    top: -20px !important;
    bottom: auto !important;
    right: -20px !important;
    background: url(/common-files/img/com_close_ic04.png) no-repeat 0 0 !important;
    width: 48px !important;
    height: 48px !important;
    text-indent: -9999px;
  }
  #cboxClose:hover {
    background: url(/common-files/img/com_close_ic04.png) no-repeat 0 0;
  }
  #cboxContent {
    max-width: 1100px;
  }
  .modalContents {
    width: 100%;
    padding: 40px 30px;
  }
  .modalContents * {
    color: #000;
  }
  .ModalInner .cb_close a:after {
    right: 10px;
    height: 14px;
    width: 14px;
    margin-top: -7px;
    background-image: url(/common-files/img/com_close_ic01.png);
  }
  .financie01-modal-title {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
  }
  .financie01-modal-text {
    margin-top: 20px;
    font-size: 2rem;
  }
  .financie01-modal-text02 {
    margin-top: 12px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .financie01-modal-image {
    width: 170px;
    height: auto;
    margin: 20px auto 0;
    text-align: center;
  }
  .financie01-modal-column {
    display: flex;
    gap: 32px;
    max-width: 850px;
    margin: 32px auto 0;
  }
  .financie01-modal-column .financie01-modal-columnItem {
    width: calc(50% - 16px);
  }
  .financie01-modal-column .financie01-modal-columnItem > :first-child {
    margin-top: 0 !important;
  }
  .financie01-modal-media {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
    margin-bottom: 12px;
  }
  .financie01-modal-media .financie01-modal-mediaHead {
    flex-shrink: 0;
    width: 50px;
  }
  .financie01-modal-media .financie01-modal-mediaHead > :first-child .financie01-modal-media .financie01-modal-mediaBody > :first-child {
    margin-top: 0 !important;
  }
  .financie01-modal-media .financie01-modal-mediaImage {
    margin-top: 10px;
  }
  .financie01-modal-media .financie01-modal-mediaText {
    margin-top: 10px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .financie01-modal-list01 {
    margin-top: 8px;
  }
  .financie01-modal-list01 > li {
    position: relative;
    padding-left: 15px;
    font-size: 1.5rem;
  }
  .financie01-modal-list01 > li + li {
    margin-top: 8px;
  }
  .financie01-modal-list01 > li > .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .financie01-modal-list02 {
    margin-top: 8px;
  }
  .financie01-modal-list02 > li {
    position: relative;
    padding-left: 10px;
    font-size: 1rem;
  }
  .financie01-modal-list02 > li > .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* #main */
  #main {
    margin-bottom: 80px;
  }
  #main .container {
    width: 620px;
    margin: 0 auto;
  }
  #main .container .text01 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
  }
  #main .container .text02 {
    margin-bottom: 12px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
  }
  #main .container .text02 span {
    display: block;
    font-size: 18px;
  }
  #main .container .lead_financie p {
    margin-bottom: 32px;
    font-size: 12px;
    text-align: center;
  }
  #main .container .lead_financie .lead_ttl {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
  }
  .card_choose h2 {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  .card_choose .flex_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .card_choose .flex_box .unit {
    box-sizing: border-box;
    width: 302px;
  }
  .card_choose .flex_box .unit a {
    display: block;
    position: relative;
    color: #222;
    padding: 32px 16px 63px;
    border-radius: 15px;
    border: 2px solid #DBDBDB;
    box-shadow: 3.841px 3.841px 3.841px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    transition: all 0.4s;
  }
  .card_choose .flex_box .unit a svg {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
  }
  .card_choose .flex_box .unit a:hover {
    opacity: 0.7;
  }
  .card_choose .flex_box .unit img {
    margin-bottom: 16px;
  }
  .card_choose .flex_box .unit h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 53px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    line-height: 1;
  }
  .card_choose .flex_box .unit h3 span {
    font-size: 16px;
  }
  .card_choose .about {
    width: 674px;
  }
  .card_choose .about h3 {
    position: relative;
    width: 540px;
    margin: 0 auto 26px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  .card_choose .about h3 span {
    padding: 0 16px;
    background-color: #fff;
  }
  .card_choose .about h3::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #22A4DD;
    transform: translateY(-50%);
    z-index: -1;
  }
  .card_choose .about p {
    font-size: 18px;
  }
  /* nft */
  #nft {
    width: 946px;
    margin: 0 auto 62px;
  }
  #nft h2 {
    height: 82px;
    margin-bottom: 40px;
    color: #FFF;
    background-color: #22A4DD;
    font-size: 24px;
    font-weight: 700;
    line-height: 82px;
    text-align: center;
  }
  #nft h3 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
  }
  #nft h3::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #22A4DD;
    transform: translateX(-50%);
  }
  #nft h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  #nft .flex_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  #nft .flex_box .unit {
    border-radius: 12px;
    box-shadow: 8.568px 8.568px 8.568px 0px rgba(0, 0, 0, 0.25);
  }
  #nft .cnp_attention {
    width: 730px;
    margin: 0 auto 56px;
  }
  #nft .section {
    width: 620px;
    margin: 0 auto 46px;
  }
  #nft .select_design {
    width: 776px;
    margin: 0 auto;
  }
  #nft .select_design .about_nft {
    width: 560px;
    margin: 35px auto 56px;
  }
  #nft .select_design .common_ul {
    width: 300px;
    margin: 0 auto 30px;
    list-style-type: disc;
  }
  #nft .border_area {
    box-sizing: border-box;
    display: flex;
    width: 620px;
    margin: 0 auto 22px;
    padding: 26px 6px 20px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border: 3px solid #22A4DD;
  }
  #nft .border_area p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
  }
  #nft .border_area p span {
    color: #22A4DD;
    font-size: 28px;
    font-weight: 700;
  }
  #nft .about {
    display: flex;
    width: 940px;
    margin-bottom: 56px;
    padding: 40px 10px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border: 3px solid #22A4DD;
    background: #FFF;
  }
  #nft .about h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 20px;
  }
  #nft .about h3 span {
    font-size: 18px;
  }
  #nft .about h3::after {
    display: none;
  }
  #nft .about h4 {
    margin-bottom: 0;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-indent: -1em;
  }
  #nft .about .section {
    width: 640px;
    margin-bottom: 10px;
  }
  #nft .about a {
    display: flex;
    align-items: center;
  }
  #nft .about a::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 6px;
    background: url("/gecard/financie/img-files/icn_link_arrow02.png") no-repeat center;
    background-size: 6px;
  }
  #nft .about hr {
    width: 620px;
    height: 3px;
    margin: 6px 0;
    border: none;
    border-radius: 3px;
    background: url("/gecard/financie/img-files/bg_hr.png") repeat center;
    background-size: 11px 3px;
  }
  #nft .about .about_point {
    text-align: center;
  }
  #nft .step_unit {
    margin-bottom: 32px;
  }
  #nft .step_unit .ttl {
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
  #nft .step_unit .ttl span {
    display: flex;
    width: 82px;
    height: 35px;
    margin: 0 auto;
    padding: 2px 16px 0;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: #222;
    line-height: 1;
  }
  #nft .step_unit .ttl::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #222;
    transform: translateY(-50%);
    z-index: -1;
  }
  #nft .step_unit h5 {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
  #nft .step_unit p {
    text-align: center;
  }
  #nft .step_unit p.about_txt {
    width: 462px;
    margin: 0 auto;
    text-align: left;
  }
  #nft .step_unit hr {
    width: 320px;
    height: 3px;
    margin: 24px auto;
    border: none;
    border-radius: 3px;
    background: url("/gecard/financie/img-files/bg_hr.png") repeat center;
    background-size: 11px 3px;
  }
  #nft .faq {
    width: 620px;
    margin: 0 auto;
  }
  #nft .faq dl {
    margin-bottom: 26px;
    padding-bottom: 10px;
    border-bottom: 1px solid #BBB;
  }
  #nft .faq dl dt {
    position: relative;
    margin-bottom: 14px;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
  }
  #nft .faq dl dt svg {
    position: absolute;
    left: 0;
  }
  #nft .faq dl dt::after {
    position: absolute;
    right: 0;
    top: 2px;
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    background: url("/gecard/financie/img-files/icn_faq_01.png") no-repeat center;
    background-size: 7px 6px;
    transition: all 0.4s;
  }
  #nft .faq dl dt.open::after {
    transform: rotate(180deg);
  }
  #nft .faq dl dd {
    position: relative;
    margin-bottom: 0;
    padding-left: 28px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
  #nft .faq dl dd::before {
    position: absolute;
    left: 0;
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    background: url("/gecard/financie/img-files/icn_a.png") no-repeat center;
    background-size: 22px;
  }
  /* common_design */
  #common_design {
    width: 946px;
    margin: 0 auto 80px;
  }
  #common_design h2 {
    height: 82px;
    margin-bottom: 40px;
    color: #FFF;
    background-color: #22A4DD;
    font-size: 24px;
    font-weight: 700;
    line-height: 82px;
    text-align: center;
  }
  #common_design h3 {
    position: relative;
    margin-bottom: 32px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  #common_design h3::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #22A4DD;
    transform: translateX(-50%);
  }
  #common_design h4 {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  #common_design .card_design {
    position: relative;
    left: 50%;
    display: inline-block;
    height: 188px;
    margin: 0 auto 10px;
    border-radius: 12px;
    box-shadow: 8.568px 8.568px 8.568px 0px rgba(0, 0, 0, 0.25);
    line-height: 1;
    transform: translateX(-50%);
    overflow: hidden;
  }
  #common_design .cnp_attention {
    width: 580px;
    margin: 0 auto 56px;
  }
  #common_design .section {
    width: 620px;
    margin: 0 auto 40px;
  }
  #common_design .select_design {
    width: 770px;
    margin: 0 auto;
  }
  #common_design .select_design .about_nft {
    width: 560px;
    margin: 0 auto 56px;
  }
  #common_design .select_design .common_ul {
    width: 300px;
    margin: 0 auto 30px;
    list-style-type: disc;
  }
  #common_design .border_area {
    box-sizing: border-box;
    display: flex;
    width: 620px;
    margin: 0 auto 22px;
    padding: 26px 6px 20px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border: 3px solid #22A4DD;
  }
  #common_design .border_area p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
  }
  #common_design .border_area p span {
    color: #22A4DD;
    font-size: 28px;
    font-weight: 700;
  }
  #common_design .about {
    display: flex;
    width: 940px;
    margin-top: 54px;
    margin-bottom: 56px;
    padding: 40px 10px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border: 3px solid #22A4DD;
    background: #FFF;
  }
  #common_design .about h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 20px;
  }
  #common_design .about h3 span {
    font-size: 18px;
  }
  #common_design .about h3::after {
    display: none;
  }
  #common_design .about h4 {
    margin-bottom: 0;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-indent: -1em;
  }
  #common_design .about .section {
    width: 640px;
    margin-bottom: 10px;
  }
  #common_design .about a {
    display: flex;
    align-items: center;
  }
  #common_design .about a::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 6px;
    background: url("/gecard/financie/img-files/icn_link_arrow02.png") no-repeat center;
    background-size: 6px;
  }
  #common_design .about hr {
    width: 620px;
    height: 3px;
    margin: 6px 0;
    border: none;
    border-radius: 3px;
    background: url("/gecard/financie/img-files/bg_hr.png") repeat center;
    background-size: 11px 3px;
  }
  #common_design .about .about_point {
    text-align: center;
  }
  #common_design .step_unit {
    margin-bottom: 32px;
  }
  #common_design .step_unit .ttl {
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
  #common_design .step_unit .ttl span {
    display: flex;
    width: 82px;
    height: 35px;
    margin: 0 auto;
    padding: 2px 16px 0;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: #222;
    line-height: 1;
  }
  #common_design .step_unit .ttl::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #222;
    transform: translateY(-50%);
    z-index: -1;
  }
  #common_design .step_unit h5 {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
  #common_design .step_unit p {
    text-align: center;
  }
  #common_design .step_unit p.about_txt {
    width: 462px;
    margin: 0 auto;
    text-align: left;
  }
  #common_design .step_unit hr {
    width: 320px;
    height: 3px;
    margin: 24px auto;
    border: none;
    border-radius: 3px;
    background: url("/gecard/financie/img-files/bg_hr.png") repeat center;
    background-size: 11px 3px;
  }
  #common_design .common h3 {
    position: relative;
    width: 540px;
    margin: 0 auto 26px;
    padding-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  #common_design .common h3 span {
    padding: 0 16px;
    background-color: #fff;
  }
  #common_design .common h3::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #22A4DD;
    transform: translateY(-50%);
    z-index: -1;
  }
  #common_design .common h3::after {
    display: none;
  }
  #common_design .common .lead {
    width: 654px;
    margin: 0 auto 18px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  #common_design .common table {
    width: 620px;
    margin: 0 auto 30px;
    border: 1px solid #DDD;
    border-collapse: collapse;
  }
  #common_design .common table th {
    width: 220px;
    padding: 20px 16px;
    border: 1px solid #DDD;
    background-color: #F2F2F2;
    text-align: left;
  }
  #common_design .common table td {
    padding: 7px 10px;
    border: 1px solid #DDD;
    vertical-align: middle;
  }
  #common_design .common table td .common_ul {
    margin-left: 1.5em;
    list-style-type: disc;
  }
  #common_design .common table td .cap {
    font-weight: 700;
  }
  #common_design .common table td span {
    font-size: 8px;
    line-height: 1;
  }
  section a.btn.blank {
    display: block;
    width: 85%;
    max-width: 340px;
    margin: 0 auto 30px;
    padding: 11px 20px;
    border-radius: 5px;
    color: #FFF;
    background: #465A77 url(/common-files/img-files/collabo/index_ico03.webp) no-repeat 96% center;
    background-size: 16px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
  }
  #float_area {
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 1200px;
    height: 104px;
    background-color: #fff;
  }
  #float_area .float_inner {
    display: flex;
    justify-content: space-between;
    width: 936px;
    margin: 0 auto;
  }
  #float_area .float_inner .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 456px;
    height: 60px;
    border-radius: 9px;
    color: #fff;
    background: #22A4DD url("/gecard/financie/img-files/icn_bg_float.png") no-repeat 96% center;
    background-size: 16px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s;
  }
  #float_area .float_inner .btn a:hover {
    opacity: 0.7;
  }
  #pageTopBtn {
    bottom: 108px;
  }
}
@media screen and (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  /* util
  ------------------------------------------------------ */
  .financie01-sp-hidden {
    display: none !important;
  }
  /* override
  ------------------------------------------------------ */
  /* header
  ------------------------------------------------------ */
  #header {
    position: relative;
    padding: 0;
    border: none;
    z-index: 2;
  }
  #header #headerLogo {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto 16px;
    min-height: 50px;
    padding: 11px 20px 12px;
  }
  #header #headerLogo img {
    width: auto;
    height: 29px;
  }
  /* footer
  ------------------------------------------------------ */
  #footer {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 63px;
    margin-bottom: 82px;
    padding: 0;
    background-color: #F5F5F5;
    font-size: 10px;
    text-align: center;
  }
  /* mianVisual
  ------------------------------------------------------ */
  /* module
  ------------------------------------------------------ */
  /* modal */
  .modalInlineWrapper {
    display: none;
  }
  #cboxContent {
    overflow: visible !important;
    background-color: #ececec;
  }
  #colorbox #cboxLoadedContent {
    overflow: auto !important;
    overflow-x: hidden !important;
  }
  #cboxClose {
    display: block;
    position: absolute;
    top: -15px !important;
    bottom: auto !important;
    right: -15px !important;
    background: url(/common-files/img/com_close_ic04.png) no-repeat 0 0/40px !important;
    background-size: 40px auto;
    width: 40px !important;
    height: 40px !important;
    text-indent: -9999px;
  }
  .modalContents * {
    color: #000;
  }
  .modalContents {
    padding: 25px 10px;
  }
  .financie01-modal-title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .financie01-modal-text {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .financie01-modal-text02 {
    margin-top: 12px;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .financie01-modal-image {
    width: 170px;
    height: auto;
    margin: 20px auto 0;
    text-align: center;
  }
  .financie01-modal-column {
    margin-top: 24px;
  }
  .financie01-modal-column .financie01-modal-columnItem > :first-child {
    margin-top: 0 !important;
  }
  .financie01-modal-column .financie01-modal-columnItem + .financie01-modal-columnItem {
    margin-top: 24px;
  }
  .financie01-modal-media {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .financie01-modal-media .financie01-modal-mediaHead {
    flex-shrink: 0;
    width: 44px;
  }
  .financie01-modal-media .financie01-modal-mediaHead > :first-child .financie01-modal-media .financie01-modal-mediaBody > :first-child {
    margin-top: 0 !important;
  }
  .financie01-modal-media .financie01-modal-mediaImage {
    margin-top: 10px;
  }
  .financie01-modal-media .financie01-modal-mediaText {
    margin-top: 10px;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .financie01-modal-list01 {
    margin-top: 12px;
  }
  .financie01-modal-list01 > li {
    position: relative;
    padding-left: 13px;
    font-size: 1.3rem;
  }
  .financie01-modal-list01 > li + li {
    margin-top: 5px;
  }
  .financie01-modal-list01 > li > .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .financie01-modal-list02 {
    margin-top: 12px;
  }
  .financie01-modal-list02 > li {
    position: relative;
    padding-left: 10px;
    font-size: 1rem;
  }
  .financie01-modal-list02 > li > .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* #main */
  #main {
    margin-bottom: 50px;
  }
  #main .container {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0 22px;
  }
  #main .container .text01 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
  }
  #main .container .text02 {
    margin-bottom: 12px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
  }
  #main .container .text02 span {
    display: block;
    font-size: 18px;
  }
  #main .container .lead_financie p {
    margin-bottom: 26px;
    font-size: 12px;
    text-align: center;
  }
  #main .container .lead_financie .lead_ttl {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
  }
  .card_choose h2 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .card_choose .flex_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .card_choose .flex_box .unit {
    box-sizing: border-box;
    width: 49%;
    min-width: 157px;
  }
  .card_choose .flex_box .unit a {
    display: block;
    position: relative;
    color: #222;
    padding: 16px 8px 26px;
    border-radius: 15px;
    border: 2px solid #DBDBDB;
    box-shadow: 3.841px 3.841px 3.841px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
  }
  .card_choose .flex_box .unit a svg {
    position: absolute;
    bottom: 14px;
    left: 50%;
    width: 15px;
    transform: translateX(-50%);
  }
  .card_choose .flex_box .unit img {
    margin-bottom: 16px;
  }
  .card_choose .flex_box .unit h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 35px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    line-height: 1;
  }
  .card_choose .flex_box .unit h3 span {
    font-size: 10px;
  }
  .card_choose .about h3 {
    position: relative;
    width: calc(100% + 40px);
    margin: 0 -20px 10px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -1px;
  }
  .card_choose .about h3 span {
    padding: 0 8px;
    background-color: #fff;
  }
  .card_choose .about h3::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #22A4DD;
    transform: translateY(-50%);
    z-index: -1;
  }
  .card_choose .about p {
    font-size: 14px;
  }
  /* nft */
  #nft {
    width: calc(100% - 40px);
    max-width: 946px;
    margin: 0 auto 62px;
  }
  #nft h2 {
    position: relative;
    height: 82px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 32px;
    color: #FFF;
    background-color: #22A4DD;
    font-size: 24px;
    font-weight: 700;
    line-height: 82px;
    text-align: center;
  }
  #nft h2 .sp-small {
    position: absolute;
    bottom: -30%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
  }
  #nft h3 {
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  #nft h3::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #22A4DD;
    transform: translateX(-50%);
  }
  #nft h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
  }
  #nft .flex_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  #nft .flex_box .unit {
    width: 31%;
    border-radius: 12px;
    box-shadow: 8.568px 8.568px 8.568px 0px rgba(0, 0, 0, 0.25);
  }
  #nft .cnp_attention {
    margin: 0 auto 40px;
  }
  #nft .section {
    margin: 0 auto 46px;
  }
  #nft .select_design {
    margin: 0 auto;
  }
  #nft .select_design .about_nft {
    margin: 35px auto 56px;
  }
  #nft .select_design .common_ul {
    width: 300px;
    margin: 0 auto 30px;
    list-style-type: disc;
  }
  #nft .border_area {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    margin: 0 auto 22px;
    padding: 26px 6px 20px;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    border: 3px solid #22A4DD;
  }
  #nft .border_area p {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
  }
  #nft .border_area p span {
    color: #22A4DD;
    font-size: 20px;
    font-weight: 700;
  }
  #nft .about {
    display: flex;
    width: 100%;
    margin-bottom: 56px;
    padding: 40px 10px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border: 3px solid #22A4DD;
    background: #FFF;
  }
  #nft .about h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
  }
  #nft .about h3 span {
    font-size: 14px;
  }
  #nft .about h3::after {
    display: none;
  }
  #nft .about h4 {
    margin-bottom: 0;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-indent: -1em;
  }
  #nft .about .section {
    margin-left: 1em;
    margin-bottom: 10px;
  }
  #nft .about a {
    display: flex;
    align-items: center;
  }
  #nft .about a::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 6px;
    background: url("/gecard/financie/img-files/icn_link_arrow02.png") no-repeat center;
    background-size: 6px;
  }
  #nft .about hr {
    width: 100%;
    height: 3px;
    margin: 6px 0;
    border: none;
    border-radius: 3px;
    background: url("/gecard/financie/img-files/bg_hr.png") repeat center;
    background-size: 11px 3px;
  }
  #nft .about .about_point {
    text-align: center;
  }
  #nft .about .about_point .font18 span {
    font-size: 16px !important;
  }
  #nft .step_unit {
    margin-bottom: 32px;
  }
  #nft .step_unit .ttl {
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
  #nft .step_unit .ttl span {
    display: flex;
    width: 82px;
    height: 35px;
    margin: 0 auto;
    padding: 2px 16px 0;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: #222;
    line-height: 1;
  }
  #nft .step_unit .ttl::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #222;
    transform: translateY(-50%);
    z-index: -1;
  }
  #nft .step_unit h4 {
    text-align: center;
  }
  #nft .step_unit h5 {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
  #nft .step_unit p {
    text-align: center;
  }
  #nft .step_unit p.about_txt {
    margin: 0 auto;
    text-align: left;
  }
  #nft .step_unit hr {
    width: 320px;
    height: 3px;
    margin: 24px auto;
    border: none;
    border-radius: 3px;
    background: url("/gecard/financie/img-files/bg_hr.png") repeat center;
    background-size: 11px 3px;
  }
  #nft .faq {
    margin: 0 auto;
  }
  #nft .faq dl {
    margin-bottom: 26px;
    padding-bottom: 10px;
    border-bottom: 1px solid #BBB;
  }
  #nft .faq dl dt {
    position: relative;
    margin-bottom: 14px;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }
  #nft .faq dl dt svg {
    position: absolute;
    left: 0;
  }
  #nft .faq dl dt::after {
    position: absolute;
    right: 0;
    top: 2px;
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    background: url("/gecard/financie/img-files/icn_faq_01.png") no-repeat center;
    background-size: 7px 6px;
    transition: all 0.4s;
  }
  #nft .faq dl dt.open::after {
    transform: rotate(180deg);
  }
  #nft .faq dl dd {
    position: relative;
    margin-bottom: 0;
    padding-left: 28px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
  #nft .faq dl dd::before {
    position: absolute;
    left: 0;
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    background: url("/gecard/financie/img-files/icn_a.png") no-repeat center;
    background-size: 22px;
  }
  /* common_design */
  #common_design {
    width: calc(100% - 40px);
    max-width: 946px;
    margin: 0 auto 80px;
  }
  #common_design h2 {
    height: 82px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 40px;
    color: #FFF;
    background-color: #22A4DD;
    font-size: 24px;
    font-weight: 700;
    line-height: 82px;
    text-align: center;
  }
  #common_design h3 {
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  #common_design h3::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #22A4DD;
    transform: translateX(-50%);
  }
  #common_design h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
  #common_design .card_design {
    position: relative;
    left: 50%;
    display: inline-block;
    width: 70%;
    margin: 0 auto 10px;
    border-radius: 12px;
    box-shadow: 8.568px 8.568px 8.568px 0px rgba(0, 0, 0, 0.25);
    line-height: 1;
    transform: translateX(-50%);
    overflow: hidden;
  }
  #common_design .cnp_attention {
    margin: 0 auto 40px;
  }
  #common_design .section {
    margin: 0 auto 40px;
  }
  #common_design .select_design {
    margin: 0 auto;
  }
  #common_design .select_design .about_nft {
    margin: 0 auto 56px;
  }
  #common_design .select_design .common_ul {
    width: 300px;
    margin: 0 auto 30px;
    list-style-type: disc;
  }
  #common_design .border_area {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    margin: 0 auto 22px;
    padding: 26px 6px 20px;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    border: 3px solid #22A4DD;
  }
  #common_design .border_area p {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
  }
  #common_design .border_area p span {
    color: #22A4DD;
    font-size: 20px;
    font-weight: 700;
  }
  #common_design .about {
    display: flex;
    width: 100%;
    margin-top: 54px;
    margin-bottom: 56px;
    padding: 40px 10px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border: 3px solid #22A4DD;
    background: #FFF;
  }
  #common_design .about h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
  }
  #common_design .about h3 span {
    font-size: 14px;
  }
  #common_design .about h3::after {
    display: none;
  }
  #common_design .about h4 {
    margin-bottom: 0;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-indent: -1em;
  }
  #common_design .about .section {
    margin-left: 1em;
    margin-bottom: 10px;
  }
  #common_design .about a {
    display: flex;
    align-items: center;
  }
  #common_design .about a::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 6px;
    background: url("/gecard/financie/img-files/icn_link_arrow02.png") no-repeat center;
    background-size: 6px;
  }
  #common_design .about hr {
    width: 100%;
    height: 3px;
    margin: 6px 0;
    border: none;
    border-radius: 3px;
    background: url("/gecard/financie/img-files/bg_hr.png") repeat center;
    background-size: 11px 3px;
  }
  #common_design .about .about_point {
    text-align: center;
  }
  #common_design .about .about_point .font18 span {
    font-size: 16px !important;
  }
  #common_design .step_unit {
    margin-bottom: 32px;
  }
  #common_design .step_unit .ttl {
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
  #common_design .step_unit .ttl span {
    display: flex;
    width: 82px;
    height: 35px;
    margin: 0 auto;
    padding: 2px 16px 0;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: #222;
    line-height: 1;
  }
  #common_design .step_unit .ttl::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #222;
    transform: translateY(-50%);
    z-index: -1;
  }
  #common_design .step_unit h5 {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
  #common_design .step_unit p {
    text-align: center;
  }
  #common_design .step_unit p.about_txt {
    margin: 0 auto;
    text-align: left;
  }
  #common_design .step_unit hr {
    width: 320px;
    height: 3px;
    margin: 24px auto;
    border: none;
    border-radius: 3px;
    background: url("/gecard/financie/img-files/bg_hr.png") repeat center;
    background-size: 11px 3px;
  }
  #common_design .common h3 {
    position: relative;
    margin: 0 auto 26px;
    padding-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
  }
  #common_design .common h3 span {
    display: inline-block;
    padding: 0 8px;
    background-color: #fff;
    text-align: center;
  }
  #common_design .common h3::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #22A4DD;
    transform: translateY(-50%);
    z-index: -1;
  }
  #common_design .common h3::after {
    display: none;
  }
  #common_design .common .lead {
    margin: 0 auto 18px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
  #common_design .common table {
    margin: 0 auto 30px;
    border: 1px solid #DDD;
    border-collapse: collapse;
  }
  #common_design .common table th {
    width: 99px;
    padding: 10px 10px;
    border: 1px solid #DDD;
    background-color: #F2F2F2;
    text-align: center;
  }
  #common_design .common table td {
    padding: 7px 10px;
    border: 1px solid #DDD;
    vertical-align: middle;
  }
  #common_design .common table td .common_ul {
    margin-left: 1.5em;
    list-style-type: disc;
  }
  #common_design .common table td .cap {
    /* font-weight: 700; */
  }
  #common_design .common table td span {
    font-size: 10px;
    line-height: 1;
  }
  section a.btn.blank {
    display: block;
    width: 85%;
    max-width: 340px;
    margin: 0 auto 30px;
    padding: 11px 20px;
    border-radius: 5px;
    color: #FFF;
    background: #465A77 url(/common-files/img-files/collabo/index_ico03.webp) no-repeat 96% center;
    background-size: 16px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
  }
  #float_area {
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 82px;
    background-color: #fff;
  }
  #float_area .float_inner {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    gap: 10px;
  }
  #float_area .float_inner .btn a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    width: 161px;
    height: 50px;
    padding: 0 10px;
    border-radius: 9px;
    color: #fff;
    background: #22A4DD url("/gecard/financie/img-files/icn_bg_float.png") no-repeat 96% center;
    background-size: 16px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0;
    line-height: 1;
    transition: all 0.4s;
  }
  #float_area .float_inner .btn a:hover {
    opacity: 0.7;
  }
  #pageTopBtn {
    bottom: 96px;
  }
}
/* keyframes
------------------------------------------------------ */
/* Cleafix
------------------------------------------------------ */
.contentsWrap:after,
.flow:after {
  display: block;
  clear: both;
  content: "";
}/*# sourceMappingURL=style.css.map */