@charset "UTF-8";

/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  color: #000;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

form label {
  cursor: pointer;
}

.pc1280 {
  display: block !important;
}

@media screen and (min-width: 1680px) {
  .pc1280 {
    display: none !important;
  }
}

.pc1680 {
  display: none !important;
}

@media screen and (min-width: 1680px) {
  .pc1680 {
    display: block !important;
  }
}

/*------------------------------------------------------------
MODAL
------------------------------------------------------------*/

.atmodal {
  background: linear-gradient(to top, #808080, #808080) repeat-y center/1px;
  background-color: #fff;
  width: 100%;
  max-width: 980px !important;
  margin: 70px auto;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 5px;
  box-shadow: 0 0 8px gray;
  padding: 0px;
}

@media screen and (max-width: 750px) {
  .atmodal {
    width: 95%;
    min-width: 0px;
    height: auto;
    margin: 10px auto;
    background: linear-gradient(to top, #fff, #fff) repeat-y center/1px;
    background-color: #fff;
  }
}

.atmodal__border {
  padding: 60px 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  display: grid;
  /* height: 820px; */
  grid-template-rows: 90% 10%;
  grid-template-columns: 50% 50%;
  position: relative;
}

@media screen and (max-width: 750px) {
  .atmodal__border {
    padding: 10px 0px;
    grid-template-rows: 50% 50%;
    grid-template-columns: 100%;
    height: 1400px;
    display : block;
    height : auto
  }
}

.atmodal__close {
  position: absolute;
  right: 25px;
  top: 20px;
  text-align: center;
  font-size: 60px;
  font-weight: normal;
  line-height: 35px;
  width: 35px;
  background-color: #fff;
  border: none;
  z-index: 2;
}

.atmodal__close img {
  width: 35px;
}

@media screen and (max-width: 750px) {
  .atmodal__close img {
    width: 25px;
  }
}

@media screen and (max-width: 750px) {
  .atmodal__close {
    right: 10px;
    top: 10px;
  }
}

.atmodal__tokens {
  width: 100%;
  height: 100%;
  grid-row: 1;
  grid-column: 1;
  flex-direction: row;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .atmodal__tokens {
    height: auto;
    padding-bottom: 80px;
    border-bottom: 1px solid #ccc;
  }
}

.atmodal__tokens__title {
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: left;
  padding: 0px 10px;
  margin-bottom: 25px;
}

@media screen and (max-width: 750px) {
  .atmodal__tokens__title {
    width: 90%;
    padding : 0px 10px;
    margin-bottom: 20px;
  }
}

.atmodal__tokens__info {
  width: 90%;
  box-sizing: border-box;
  height: 120px;
  padding: 10px 0;
  margin-left: 25px;
  /*border-top: 1px solid #a9a9a9;*/
  display: grid;
  grid-template-rows: 100%;
  grid-template-columns: 50% 50%;
}

.atmodal__tokens__info_top {
    width: 95%;
    box-sizing: border-box;
    padding: 10px 0;
    margin-left: 2.25%;
    border-bottom: 1px solid #a9a9a9;
}

.atmodal__tokens__info_bottom {
    background: #d3d3d3;
    width: 95%;
    box-sizing: border-box;
    padding: 10px;
    margin-left: 2.25%;
    border-radius: 5px;
}

@media screen and (max-width: 750px) {
    .atmodal__tokens__info {
        height: 80px;
        width: 90%;
        margin: 0 auto;
        /*border-top: 1px solid #a9a9a9;*/
    }
}

.atmodal__tokens__info__items {
  text-align: left;
  width: 50%;
}

.atmodal__tokens__info__items01 {
  grid-row: 1;
  grid-column: 1;
  margin: 0px;
  text-align: left;
  vertical-align: middle;
  padding: 0px 0px 0px 10px;
  width : 90%;
  margin-bottom : 20px;
  
}

.atmodal__tokens__info__items01__label {
  font-size: 1.2rem;
}

.atmodal__tokens__info__items01__amount {
  font-size: 1.4rem;
}

.atmodal__tokens__info__items01 h3 {
  font-size: 1.8rem;
  font-weight: bold;
}

.atmodal__tokens__info__items01 h3 a {
  font-size: 1.1rem;
}

.atmodal__tokens__info__items01 h3 h5 {
  width: 50%;
  font-size: 1.3rem;
}

.atmodal__tokens__info__items01 ul {
    display: flex;
    flex-wrap: wrap;
}

.atmodal__tokens__info__items01 li {
    margin: .5rem 0;
    width: 100%;
}

.atmodal__tokens__info__items02 {
  grid-row: 1;
  grid-column: 2;
  display: flex;
  flex-direction: row;
  width: 90%;
}

.atmodal__tokens__info__items02__img {
  width: 30%;
}

.atmodal__tokens__info__items02__img img {
    width: 80%;
    padding: 10%;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.atmodal__tokens__info__items02__img_top {
    width: 10%;
}
  
.atmodal__tokens__info__items02__img_top img {
    width: 100%;
    padding: 10%;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.atmodal__tokens__info__items02__info {
  text-align: left;
  padding-left: 5%;
  width: 100%;
}

.atmodal__tokens__info__items02__info h4 {
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .atmodal__tokens__info__items02__info h4 {
    font-size: 1.1rem;
  }
}

.atmodal__tokens__info__items02__info h3 {
  font-size: 1.2rem;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .atmodal__tokens__info__items02__info h3 {
    font-size: 1rem;
  }
}

.atmodal__tokens__info__items02__info h3 span {
  font-size: 2.3rem;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .atmodal__tokens__info__items02__info h3 span {
    font-size: 2.0rem;
  }
}

.atmodal__tokens__info__items02__info p {
  font-size: 1.3rem;
  padding-bottom: 2px;
}

@media screen and (max-width: 750px) {
  .atmodal__tokens__info__items02__info p {
    font-size: 1rem;
  }
}

.atmodal__tokens__info__items03 {
  grid-row: 1;
  grid-column: 1;
  margin: 0px;
  text-align: left;
  vertical-align: middle;
  padding: 0px 0px 0px 10px;
  width : 90%;
}

.atmodal__tokens__info__items03__label {
  font-size: 1.2rem;
}

.atmodal__tokens__info__items02__info br {
  line-height: 0px;
}

.atmodal__tokens__info__items p {
  width: 50%;
  font-size: 1.4rem;
  font-weight: normal;
}

.atmodal__tokens__navber {
  margin-top: 10px;
  margin-left: 2.25%;
  width: 95%;
  margin-bottom: 8px;
  border-bottom: 1px solid #d3d3d3;
}

@media screen and (max-width: 750px) {
  .atmodal__tokens__navber {
    width: 100%;
    margin-left: 0px;
    margin-left: inherit;
  }
}

.atmodal__tokens__nav {
  box-sizing: border-box;
  height: 35px;
  margin: 0 auto;
  padding: 5px 15px 0px;
}

@media screen and (max-width: 750px) {
  .atmodal__tokens__nav {
    padding: 5px 10px 0px;
  }
}

.atmodal__tokens__nav ul {
  padding: 0px;
  margin: 0px;
  width: 100%;
}

.atmodal__tokens__nav ul li {
  display: inline-block;
  width: 48%;
  text-align: center;
  color: #d3d3d3;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0px;
}

@media screen and (max-width: 750px) {
  .atmodal__tokens__nav ul li {
    font-size: 1.2rem;
  }
}

.atmodal__tokens__nav__active {
  padding-bottom: 11px;
  border-bottom: 2px solid #000;
  color: #000 !important;
}

.atmodal__tokens__outcome {
  margin-top: 20px;
  width: 100%;
  display: grid;
  grid-template-rows: 100%;
  grid-template-columns: 50% 50%;
}

@media screen and (max-width: 750px) {
  .atmodal__tokens__outcome {
    margin-top: 10px;
  }
}

.atmodal__tokens__outcome__items {
  padding-left: 10%;
  padding-right: 10%;
  text-align: left;
  width: 50%;
}

.atmodal__tokens__outcome__items01 {
  grid-row: 1;
  grid-column: 1;
  margin: 0px;
  text-align: center;
  display: flex;
  flex-direction: row;
  padding-left: 10%;
}

.atmodal__tokens__outcome__items01__img {
  width: 30%;
}

.atmodal__tokens__outcome__items01__img img {
  width: 80%;
  padding: 10%;
  height: auto;
  max-height: 90px;
}

.atmodal__tokens__outcome__items01__info {
  width: 100%;
  padding-right: 10%;
  padding-left: 0px;
  text-align: center;
}

.atmodal__tokens__outcome__items01__info h3 {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .atmodal__tokens__outcome__items01__info h3 {
    font-size: 1.6rem;
  }
}

.atmodal__tokens__outcome__items01__info p {
  margin-top: 7px;
  width: 100%;
  font-size: 1.2rem;
}

@media screen and (max-width: 750px) {
  .atmodal__tokens__outcome__items01__info p {
    font-size: 1.1rem;
  }
}

.atmodal__tokens__outcome__items02 {
  width: 95%;
  padding-top: 7px;
  grid-row: 1;
  grid-column: 2;
  flex-direction: row;
  text-align: left;
  padding-left: 5%;
}

@media screen and (max-width: 750px) {
  .atmodal__tokens__outcome__items02 {
    width: 90%;
    padding-left: 1%;
  }
}

.atmodal__tokens__outcome__items02 p {
  font-size: 1.2rem;
}

@media screen and (max-width: 750px) {
  .atmodal__tokens__outcome__items02 p {
    font-size: 1.1rem;
  }
}

.atmodal__tokens__outcome__items02__input .group-form {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    margin-top: 4px;
    margin-bottom: 18px;
    display: inline-flex;
    border-radius: 5px;
}

.unit {
    font-size: 1.4rem;
    font-weight: bold;
    color : #BFBFBF
}

.atmodal__tokens__outcome__items02__input .group-form .unit {
    float: right;
    line-height: 2;
    padding: 0px 2px;
}

.atmodal__tokens__outcome__items02__input input {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  background-color: #f6f6f6;
  line-height: 1.8;
  border: 1px solid #f6f6f6;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  padding :0
}

.atmodal__tokens__outcome__items02__input input p {
  font-size: 1.3rem;
}


.atmodal__tokens__outcome__items02__input__error input {
    width: 100%;
    border: 1px solid #ff0000 !important;
    margin-bottom: 0px !important;
    line-height: 1.8;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
  }

@media screen and (max-width: 750px) {
    .atmodal__tokens__outcome__items02__input input p {
        font-size: 1.1rem;
    }
    .atmodal__tokens__outcome__items02__input .group-form .unit {
        line-height: 2.3;
    }
}

.atmodal__tokens__outcome__items02__input__error p {
  width: 100%;
  margin-top: 1px !important;
  margin-bottom: 10px;
  color: #ff0000;
}

.atmodal__tokens__outcome__items02__input__error p:after {
  color: #ff0000;
  font-size: 1rem;
  color: #ff0000;
  font-size: 1rem;
}

@media screen and (max-width: 750px) {
  .atmodal__tokens__outcome__items02__input__error p:after {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 750px) {
  .atmodal__tokens__outcome__items02__input__error p:after {
    font-size: 0.8rem;
  }
}

.atmodal__tokens__outcome__items02__input__result {
  width: 100%;
}

.atmodal__tokens__outcome__items02__input__result p {
  margin-top: 7px;
  width: 100%;
  font-size: 1rem;
}

@media screen and (max-width: 750px) {
  .atmodal__tokens__outcome__items02__input__result p {
    font-size: 0.8rem;
  }
}

.atmodal__tokens__outcome__items02__input__result span {
  font-size: 0.3rem;
  width: inherit;
}

.atmodal__tokens__outcome__items02__input__result h2 {
  font-size: 2rem;
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc;
}

.atmodal__tokens__outcome__items02__input__result h2 span {
  font-size: 2.2rem;
}

@media screen and (max-width: 750px) {
  .atmodal__tokens__outcome__items02__input__result h2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 750px) {
  .atmodal__tokens__outcome__items02 div {
    width: 100%;
  }
}

.atmodal__tokens__outcome__items02 div h2 {
  font-size: 2.6rem;
  padding-bottom: 2px;
  border-bottom: 1px solid #a9a9a9;
}

.atmodal__tokens__outcome__items02 div span .small_text {
  padding-top: 5px;
  width: 100%;
}

.atmodal__tokens__outcome__items__common__error p {
  width: 100%;
  margin-top: 10px !important;
  margin-bottom: 10px;
  color: #ff0000;
  font-size: 1rem;
}

@media screen and (max-width: 750px) {
  .atmodal__tokens__outcome__items__common__error p {
    font-size: 0.8rem;
  }
}

.atmodal__tokens__limitprice {
  display: none;
}

.atmodal__tokens__button {
  width: 100%;
  margin: 0 auto;
  bottom: 0%;
  grid-row: 2;
  grid-column: 1;
}

@media screen and (max-width: 750px) {
  .atmodal__tokens__button {
    grid-row: 1;
    grid-column: 1;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
    position: relative;
  }
}

.atmodal__tokens__button div {
  width: 80%;
  margin: 30px auto 0px;
  background: #000;
  border: 1px solid #000;
  z-index: 3;
  border-radius: 5px;
}

.atmodal__tokens__button div.sell {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 5px;
}

@media screen and (max-width: 750px) {
  .atmodal__tokens__button div {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 30px;
  }
}

.atmodal__tokens__button div a {
  display: block;
  color: #FFF;
  font-size: 1.3rem;
  line-height: 2.4rem;
  text-decoration: none;
  text-align: center;
  padding: 7px 28px 7px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .atmodal__tokens__button div a {
    padding: 5px 28px;
  }
}

.atmodal__tokens__button div a:after {
  content: ">";
  font-size: 1.5rem;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-53%);
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .atmodal__tokens__button div a:after {
    top: 50%;
  }
}

.atmodal__trade {
  width: 100%;
  height: 100%;
  grid-row: 1;
  grid-column: 2;
  flex-direction: row;
  padding: 10px 0;
}

@media screen and (max-width: 750px) {
  .atmodal__trade {
    grid-row: 2;
    grid-column: 1;
  }
}

.atmodal__trade__title {
  box-sizing: border-box;
  padding-top: 30px;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .atmodal__trade__title {
    margin-top: 0px;
    height: auto;
    padding-top: 0px;
  }
}

.atmodal__trade__title h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 6px;
  padding: 0 0px 0 12px;
}

@media screen and (max-width: 750px) {
  .atmodal__trade__title h3 {
    font-size: 1.7rem;
    letter-spacing: 8px;
    padding: 0 0 0 6px;
  }
}

.atmodal__trade__title span {
  font-size: 1.3rem;
  margin-top: 12px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .atmodal__trade__title span {
    margin-top: 8px;
  }
}

.atmodal__trade__total-token {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 10px;
}

.atmodal__trade__table {
  margin: 15px 5px 0;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .atmodal__trade__table {
    margin: 15px 0px;
  }
}

.atmodal__trade__table table {
  border-collapse: collapse;
  margin-left: 2.25%;
  margin-right: 2.25%;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .atmodal__trade__table table {
    margin-left: 0;
    margin-right: 0;
  }
}

.atmodal__trade__table table th {
  box-sizing: border-box;
  height: 35px;
  font-size: 0.6rem;
  padding-bottom: 4.2%;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 750px) {
  .atmodal__trade__table table th {
    font-size: 1.2rem;
    padding-bottom: 3%;
  }
}

.atmodal__trade__table table td {
  font-size: 1rem;
  text-align: center;
  padding-top: 10px;
}

@media screen and (max-width: 750px) {
  .atmodal__trade__table table td {
    font-size: 1rem;
  }
}

.atmodal__trade__table table th:nth-of-type(1) {
  width: 30%;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .atmodal__trade__table table th:nth-of-type(1) {
    width: 40%;
  }
}

.atmodal__trade__table table th:nth-of-type(2) {
  font-weight: bold;
  width: 25%;
}

@media screen and (max-width: 750px) {
  .atmodal__trade__table table th:nth-of-type(2) {
    width: 15%;
  }
}

.atmodal__trade__table table th:nth-of-type(3) {
  width: 30%;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .atmodal__trade__table table th:nth-of-type(3) {
    width: 35%;
  }
}

.atmodal__trade__table table th:nth-of-type(4) {
  background: url("/assets/img/index/icon_info.png") no-repeat center top;
  background-size: 20px 20px;
  width: 5%;
  font-size: 1rem;
}

@media screen and (max-width: 750px) {
  .atmodal__trade__table table th:nth-of-type(4) {
    width: 5%;
    background-size: 15px 15px;
  }
}

.atmodal__trade__table .info-button {
  background: url("/assets/img/index/icon_info.png") no-repeat center top;
  background-size: 20px 20px;
  width: 5%;
  font-size: 1rem;
}

@media screen and (max-width: 750px) {
  .atmodal__trade__table .info-button {
    width: 5%;
    background-size: 15px 15px;
  }
}

.atmodal__trade__table table tr:nth-of-type(2) {
  padding-top: 20px;
}

.offer-value {
  display: flex;
  justify-content: center;
}

.offer-value__token {
  width: 20%;
}

.offer-value__share {
  width: 30%;
  text-align: left;
}

.atmodal__trade__table .price-value {
  font-weight: bold;
}

.atmodal__complete {
  width: 40%;
  border-radius: 3px;
  padding: 35px 35px 20px;
}

.atmodal__complete__bunk {
  height: 40%;
  width: 35%;
}

@media screen and (max-width: 750px) {
  .atmodal__complete {
    width: 90%;
    padding: 35px 0px 20px;
  }
}

.atmodal__complete__text {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 25px;
  margin-top: 35px;
}

.atmodal__complete__text__bunk {
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .atmodal__complete__text__bunk {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 750px) {
  .atmodal__complete__text {
    margin-bottom: 0px;
    margin-top: 50px;
  }
}

.atmodal__complete__details {
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
}

.atmodal__complete__details p {
  font-size: 1.5rem;
}

.atmodal__complete__button {
  padding: 15px 35px 15px;
}

@media screen and (max-width: 750px) {
  .atmodal__complete__button {
    padding: 0px;
    width: 80%;
    margin: 20px auto;
    text-align: center;
  }
}

.atmodal__complete__button a {
  font-size: 1.5rem;
}

@media screen and (max-width: 750px) {
  .atmodal__complete__button a {
    width: 50%;
    font-size: 1.4rem;
    padding: 13px 50px 13px;
    margin: auto;
  }
}

.atmodal__complete__button a:after {
  content: "";
}

.atmodal__check {
  width: 40%;
  height: 70%;
  border-radius: 5px;
  padding: 20px 35px;
}

@media screen and (max-width: 750px) {
  .atmodal__check {
    width: 90%;
    height: auto;
    padding: 35px 15px 20px;
  }
}

.atmodal__check__text {
  font-size: 1.8rem;
  font-weight: 800;
  padding-bottom: 35px;
  margin-top: 30px;
  border-bottom: 1px solid #a9a9a9;
}

@media screen and (max-width: 750px) {
  .atmodal__check__text {
    margin-top: 15px;
  }
}

.atmodal__check__content {
  display: grid;
  grid-template-rows: 100%;
  grid-template-columns: 20% 5% 75%;
  padding: 6px 0px;
  border-bottom: 1px solid #a9a9a9;
}

@media screen and (max-width: 750px) {
  .atmodal__check__content {
    grid-template-columns: 25% 5% 70%;
  }
}

.atmodal__check__content__title {
  grid-row: 1;
  grid-column: 1;
  text-align: left;
  vertical-align: middle;
  align-self: center;
  font-size: 13px;
  line-height: 30px;
  padding: 5px;
  padding-left: 20px;
}

@media screen and (max-width: 750px) {
  .atmodal__check__content__title {
    padding-left: 0px;
    font-size: 15px;
  }
}

.atmodal__check__content__title__01 {
  padding-left: 20px;
  text-align: left;
  line-height: 65px;
  font-size: 13px;
}

@media screen and (max-width: 750px) {
  .atmodal__check__content__title__01 {
    line-height: 55px;
    padding-left: 0px;
    font-size: 15px;
  }
}

.atmodal__check__content__colon {
  align-self: center;
  grid-row: 1;
  grid-column: 2;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  line-height: 30px;
  padding: 5px;
}

.atmodal__check__content__colon__01 {
  line-height: 55px;
  font-size: 15px;
}

.atmodal__check__content__details {
  grid-row: 1;
  grid-column: 3;
  display: flex;
  flex-direction: row;
  vertical-align: middle;
  line-height: 30px;
  padding: 5px;
}

.atmodal__check__content__details__01 {
  display: flex;
}

.atmodal__check__content__details__01 p {
  padding: 15px;
  line-height: 17px;
  font-size: 13px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .atmodal__check__content__details__01 p {
    line-height: 17px;
    font-size: 15px;
    padding: 10px 0 0 0;
    margin: 0 !important;
  }
}

.atmodal__check__content__details__01 p span {
  font-weight: normal;
}

.atmodal__check__content__details p {
  margin-left: 10px;
  font-size: 13px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .atmodal__check__content__details p {
    font-size: 15px;
  }
}

.atmodal__check__content__details__img {
  width: 20%;
}

@media screen and (max-width: 750px) {
  .atmodal__check__content__details__img {
    width: 25%;
  }
}

.atmodal__check__content__details__img img {
  width: 80%;
  padding: 10%;
  height: auto;
}

.atmodal__check__button {
  margin-top: 25px;
  display: flex;
}

.atmodal__check__button__list {
  padding: 10px;
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .atmodal__check__button__list {
    padding: 5px;
  }
}

.atmodal__check__button__list a {
  font-size: 1.5rem;
  padding: 20px 20px;
}

@media screen and (max-width: 750px) {
  .atmodal__check__button__list a {
    font-size: 1.2rem;
    padding: 13px 10px 13px;
    margin: auto;
  }
}

.atmodal__check__button__list a span {
  font-weight: normal;
}

.atmodal__check__button__list a:after {
  content: "";
}

.atmodal__complete__withdrawal {
  height: 40%;
  width: 35%;
  border-radius: 3px;
  padding: 35px 35px 20px;
}

@media screen and (max-width: 750px) {
  .atmodal__complete__withdrawal {
    width: 90%;
    padding: 35px 0px 20px;
  }
}

.atmodal__complete__withdrawal__text {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: 35px;
}

@media screen and (max-width: 750px) {
  .atmodal__complete__withdrawal__text {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}

.atmodal__complete__withdrawal__details {
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
}

.atmodal__complete__withdrawal__details p {
  font-size: 1.5rem;
}

.atmodal__complete__withdrawal__button {
  padding: 15px 35px 15px;
}

@media screen and (max-width: 750px) {
  .atmodal__complete__withdrawal__button {
    padding: 0px;
    width: 80%;
    margin: 0px auto;
    text-align: center;
  }
}

.atmodal__complete__withdrawal__button a {
  font-size: 1.5rem;
}

@media screen and (max-width: 750px) {
  .atmodal__complete__withdrawal__button a {
    width: 50%;
    font-size: 1.4rem;
    padding: 13px 50px 13px;
    margin: auto;
  }
}

.atmodal__complete__withdrawal__button a:after {
  content: "";
}

.atmodal__check__withdrawal {
  height: 35%;
  width: 33%;
  border-radius: 3px;
  padding: 35px 35px 20px;
}

@media screen and (max-width: 750px) {
  .atmodal__check__withdrawal {
    width: 90%;
    height: 35%;
    padding: 35px 0px 20px;
  }
}

.atmodal__check__withdrawal__text {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .atmodal__check__withdrawal__text {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}

.atmodal__check__withdrawal__details {
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .atmodal__check__withdrawal__details {
    margin-bottom: 20px;
  }
}

.atmodal__check__withdrawal__details p {
  font-size: 1.5rem;
}

@media screen and (max-width: 750px) {
  .atmodal__check__withdrawal__details__pc {
    display: none;
  }
}

.atmodal__check__withdrawal__details__sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .atmodal__check__withdrawal__details__sp {
    display: inline;
  }
}

.atmodal__check__withdrawal__button {
  margin-top: 25px;
  display: flex;
}

@media screen and (max-width: 750px) {
  .atmodal__check__withdrawal__button {
    margin: 0 30px;
  }
}

.atmodal__check__withdrawal__button__list {
  padding: 10px;
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .atmodal__check__withdrawal__button__list {
    width: 50%;
    padding: 8px;
  }
}

.atmodal__check__withdrawal__button__list a {
  font-size: 1.5rem;
  padding: 20px 20px;
}

@media screen and (max-width: 750px) {
  .atmodal__check__withdrawal__button__list a {
    font-size: 1.2rem;
    padding: 13px 10px 13px;
    margin: auto;
  }
}

.atmodal__check__withdrawal__button__list a span {
  font-weight: normal;
}

.atmodal__check__withdrawal__button__list a:after {
  content: "";
}

.atmodal__market-text {
  display: none;
  margin-top: 10px;
  font-size: 1.3rem;
}

.amount_list_table {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
  font-size: 1.2rem;
}

.amount_list_table th {
  border: 1px solid #a9a9a9;
  background: #f6f6f6;
  padding: 4px;
}

.amount_list_table td {
  border: 1px solid #a9a9a9;
  padding: 4px;
}

.atmodal__nft_policy_idx {
    margin: 12px auto;
    font-size: 14px;
    font-weight: 700;
    }

.atmodal__nft_policy__box {
    width: 100%;
    margin: 10px auto;
    border: solid 1px #a9a9a9;
    padding: 15px;
    overflow-y: scroll;
    height: 120px;
    text-align: left;
}

.atmodal__nft_policy__check {
    font-size: 11px;
}

.atmodal__nft_policy__check_box {
    margin: 10px 0 0;
}

.confirm-modal {
  border-radius: 5px;
}

.point-amount {
  display: none;
}

.eth-amount {
  display: none;
}