<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*-- Webサイトの使い方　共通CSS --*/
.h1.block-page-caption--text {
  display: none;
}
.-howto_sec01 {
  margin: 4vw 4vw 0;
}
.-howto_sec01 a {
  color: #034694;
  text-decoration: underline;
}
.-howto_sec01 img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.-howto_sec01 .--fcRed {
  color: #c00;
}
.-howto_sec01 .--fzS {
  font-size: 0.8em;
}
.-howto_sec01 .-tit01 {
  font-size: 21px;
  font-weight: bold;
  height: auto;
  min-height: auto;
  text-align: center;
  padding: 0 0 0.2em;
  margin: 0;
  border-bottom: 1px solid #202021;
}
.-howto_sec01 .-stit01 {
  font-size: 18px;
  font-weight: bold;
  height: auto;
  min-height: auto;
  text-align: center;
  padding: 0;
  margin: 0 0 4vw;
  border-bottom: 1px solid #202021;
}
.-howto_sec01 .-txt01 {
  font-size: 13px;
  font-weight: normal;
  margin: 1em 0;
}
.-howto_sec01 .-txtList {
  font-size: 13px;
  font-weight: normal;
  margin: 1em 0 1em 2em;
  text-indent: -2em;
}
.-howto_sec01Inner01 {
  margin: 0 0 4vw;
}
.--innerBox01 {
  margin: 0 4vw 12vw;
}
.--innerBox01 .--imgHalf01 {
  display: flex;
  justify-content: space-between;
}
.--innerBox01 .--imgHalf01 img {
  width: 49%;
  height: auto;
}

.-linkNext01 {
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  margin: 0 0 12vw;
}
.-linkNext01::before {
  content: "▼";
}
.-linkNext01 a {
  text-decoration: underline;
}

.-howto_sec01_cmnNv01 {
  display: flex;
  flex-flow: column nowrap;
}
.-howto_sec01_cmnNv01 {
  display: flex;
  flex-flow: column nowrap;
  margin: 2em 0;
}
.-howto_sec01_cmnNv01 .--tit01 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #202021;
  padding: 0.5em 1em;
  background-color: #fdd23c;
  display: flex;
  margin: 0 0 0.5em;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid #fdd23c;
}
.-howto_sec01_cmnNv01 .--tit01::before {
  content: "";
  display: block;
  width: 25px;
  height: auto;
  margin-right: 0.5em;
}
.-howto_sec01_cmnNv01 .--tit01.--order {
  transform: translateY(0);
}
.-howto_sec01_cmnNv01 .--tit01.--sell {
  transform: translateY(56px);
}
.-howto_sec01_cmnNv01 .--tit01.--trade {
  transform: translateY(112px);
}
.-howto_sec01_cmnNv01 .--tit01.--order::before {
  background: url("/img/custom_page/pg/c-cg-howto/icon_btn01.png") no-repeat
    center center/contain;
}
.-howto_sec01_cmnNv01 .--tit01.--sell::before {
  background: url("/img/custom_page/pg/c-cg-howto/icon_btn02.png") no-repeat
    center center/contain;
}
.-howto_sec01_cmnNv01 .--tit01.--trade::before {
  background: url("/img/custom_page/pg/c-cg-howto/icon_btn03.png") no-repeat
    center center/contain;
}

.-howto_sec01_cmnNv01 &gt; .--ul01 {
  width: 100%;
  opacity: 0.33;
  display: flex;
  flex-flow: column nowrap;
  margin: -54px 0 0;
}
.-howto_sec01_cmnNv01 &gt; .--ul01 &gt; li {
  width: 100%;
  margin-bottom: 0.5em;
}
.-howto_sec01_cmnNv01 &gt; .--ul01 &gt; li.--crnt {
  /* display: none; */
  visibility: hidden;
}
.-howto_sec01_cmnNv01 &gt; .--ul01 &gt; li &gt; a {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #202021;
  border: 2px solid #202021;
  padding: 0.5em 1em;
  display: flex;
  text-decoration: none;
  justify-content: center;
  border-radius: 100px;
  box-sizing: border-box;
}
.-howto_sec01_cmnNv01 &gt; .--ul01 &gt; li &gt; a::before {
  content: "";
  display: block;
  width: 25px;
  height: auto;
  margin-right: 0.5em;
}
.-howto_sec01_cmnNv01 &gt; .--ul01 &gt; li:nth-of-type(1) &gt; a::before {
  background: url("/img/custom_page/pg/c-cg-howto/icon_btn01.png") no-repeat
    center center/contain;
}
.-howto_sec01_cmnNv01 &gt; .--ul01 &gt; li:nth-of-type(2) &gt; a::before {
  background: url("/img/custom_page/pg/c-cg-howto/icon_btn02.png") no-repeat
    center center/contain;
}
.-howto_sec01_cmnNv01 &gt; .--ul01 &gt; li:nth-of-type(3) &gt; a::before {
  background: url("/img/custom_page/pg/c-cg-howto/icon_btn03.png") no-repeat
    center center/contain;
}

.-howto_sec01_cmnFuki01 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 5em;
}
.-howto_sec01_cmnFuki01 .--boxL {
  border-radius: 13px;
  border: 2px solid #202021;
  background-color: #fdd23c;
  width: 60%;
  padding: 1em;
  position: relative;
}
.-howto_sec01_cmnFuki01 .--boxL::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fdd23c;
  border-top: 2px solid #202021;
  border-right: 2px solid #202021;
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%) rotate(45deg);
}
.-howto_sec01_cmnFuki01 .--boxL p,
.-howto_sec01_cmnFuki01 .--boxL ul &gt; li &gt; a {
  font-size: 13px;
  line-height: 1.7;
}

.-howto_sec01_cmnFuki01 .--boxL ul {
  margin-left: 1em;
}
.-howto_sec01_cmnFuki01 .--boxL ul &gt; li::before {
  content: "・ ";
}
.-howto_sec01_cmnFuki01 .--boxL ul &gt; li &gt; a {
  text-decoration: underline;
  color: #034694;
  font-size: 16px;
}
.-howto_sec01_cmnFuki01 .--boxR {
  width: 33%;
}

/*-- //Webサイトの使い方　共通CSS --*/

/*-- Webサイトの使い方　TOP --*/
.-txtTop01 {
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
  margin: 0.5em 0 2em;
}
.-txtTop02 {
  font-size: 13px;
  line-height: 1.7;
  margin: 1em 4vw 4em;
}
.-btnTop01 {
  display: flex;
  justify-content: center;
}
.-btnTop01 a {
  padding: 0.33em 2em 0.5em;
  display: flex;
  align-items: center;
  background-color: #fdd23c;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #202021;
  border-radius: 100px;
  border: 2px solid #fdd23c;
}
.-btnTop01.--order a::before {
  content: "";
  display: block;
  width: 22px;
  height: 24px;
  margin-right: 0.5em;
  background: url("/img/custom_page/pg/c-cg-howto/icon_btn01.png") no-repeat
    center center/contain;
}
.-btnTop01.--order a::before {
  content: "";
  display: block;
  width: 22px;
  height: 24px;
  margin-right: 0.5em;
  background: url("/img/custom_page/pg/c-cg-howto/icon_btn01.png") no-repeat
    center center/contain;
}
.-btnTop01.--sell a::before {
  content: "";
  display: block;
  width: 28px;
  height: 24px;
  margin-right: 0.5em;
  background: url("/img/custom_page/pg/c-cg-howto/icon_btn02.png") no-repeat
    center center/contain;
}
.-btnTop01.--trade a::before {
  content: "";
  display: block;
  width: 18px;
  height: 22px;
  margin-right: 0.25em;
  background: url("/img/custom_page/pg/c-cg-howto/icon_btn03.png") no-repeat
    center center/contain;
}
.-imgTop01 {
  margin: 0 0 0.5em;
}

.--topInner {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 3em;
}
.--topInner .-btnTop01 {
  order: 20;
}
.--topInner .-txt01 {
  order: 30;
}
.--topInner .-imgTop01 {
  order: 10;
}

/*-- //Webサイトの使い方　TOP --*/
</pre></body></html>