@charset "UTF-8";
/* CSS Document */

/* MYPAGE  -  nav */
.mypage-Nav {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .mypage-Nav {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .sw-Inner_Wide_new {
    width: 100%;
    overflow: scroll;
  }
}

.mypage-Article_new {
  background: #fff;
}
.mypage_inner {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 4em;
}
@media screen and (max-width: 599px) {
  .mypage_inner {
    background: #f7f7f7;
  }
}
.bg-gray_div {
  width: 100%;
  height: auto;
  background: #f0f3f5;
  padding: 1.6em;
}
@media screen and (max-width: 599px) {
  .bg-gray_div {
    padding: 1em;
  }
}
.mr0 {
  margin-right: 0;
}
.mt1 {
  margin-top: 1em;
}
.mb3 {
  margin-bottom: 3em;
}

.mypage-Nav_new {
  padding: 2em 0 1em;
}
@media screen and (max-width: 599px) {
  .mypage-Nav_new {
    padding: 0;
    margin-bottom: 2em;
    background: #fff;
  }
}
.mypage-NavList_new {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .mypage-NavList_new {
    background: #fff;
    -webkit-box-pack: space-between !important;
    -ms-flex-pack: space-between !important;
    justify-content: space-between !important;
    padding: 0;
  }
}

@media screen and (max-width: 599px) {
  .mypage-NavItem_new {
    word-break: keep-all;
    width: 20%;
    padding: 0.5em 0;
    border-right: 1px solid #efefef;
  }
}

.mypage-NavItem_new a {
  padding: 0.8em 1.2em;
  text-decoration: none;
  font-weight: 600;
  display: block;
  color: #3192ce;
}
@media screen and (max-width: 800px) {
  .mypage-NavItem_new a {
    font-size: 0.9em;
    padding: 0.8em 1em;
  }
}
@media screen and (max-width: 599px) {
  .mypage-NavItem_new a {
    font-size: 15px;
    display: block !important;
    text-align: center;
    padding: 0.4em 0.2em;
  }
}
@-moz-document url-prefix() {
  .mypage-NavItem_new a {
    font-weight: 500;
  }
}

@media screen and (max-width: 599px) {
  .mypage-NavItem_new .menu_text {
    font-size: 10px;
    transform: scale(0.9);
    /* transform-origin: 0 0; */
    /* margin-top: -0.1em; */
    display: block;
  }
}

.mypage-NavItem_new.current a {
  pointer-events: none;
  color: #84837e;
}
.mypage-NavItem_new.current a:after {
  content: "";
  width: 28px;
  height: 3px;
  background: #84837e;
  display: block;
  margin: 0.5em auto 0;
  border-radius: 100px;
}
@media screen and (max-width: 599px) {
  .mypage-NavItem_new.current {
    border-radius: 0;
    background: #f7f7f7;
  }
  .mypage-NavItem_new.current a:after {
    display: none !important;
    border-bottom: 4px solid #ccc;
  }
}

.mypage-NavItem_new a i {
  margin-right: 0.4em;
}
@media screen and (max-width: 599px) {
  .mypage-NavItem_new a i {
    margin-right: 0;
    font-size: 24px;
    display: block;
  }
}
.mypage-contents_new {
  border: 1px solid #ccc;
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
}
.mypage-contents_new .headeline_blue {
  margin: 60px 60px 0;
  width: auto;
  background: #f0f7fc;
  padding: 1em;
  border-radius: 4px;
}
@media screen and (max-width: 599px) {
  .mypage-contents_new .headeline_blue {
    margin: 24px 24px 0;
    padding: 0.6em;
  }
}
.mypage-contents_new .mypage-contents_inner + .headeline_blue {
  margin-top: 0;
}
.mypage-contents_new .mypage-contents_inner img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .mypage-contents_new {
    font-size: 16px;
    line-height: 1.6em;
    width: 95%;
  }
}
.mypage-contents_new .pankuz {
  list-style: none;
}
.mypage-contents_new .pankuz li a {
  color: #217fbc;
  display: flex;
  margin: 1em auto 2em 1em;
}
.mypage-contents_new .pankuz li a:before {
  display: inline-block;
  content: "";
  background: url("../img/common/icon-arrow-left-blue.svg") center no-repeat;
  background-size: cover;
  height: 24px;
  width: 24px;
}
.mypage-contents_new .onlyPc {
  display: block;
}
@media screen and (max-width: 599px) {
  .mypage-contents_new .onlyPc {
    display: none !important;
  }
}
.mypage-contents_new .onlyPc .mypage-h2_new {
  margin-bottom: 0;
}
.mypage-contents_new .onlySp {
  display: none;
}
@media screen and (max-width: 599px) {
  .mypage-contents_new .onlySp {
    display: block !important;
  }
  .mypage-contents_new .onlySp .mypage-h2_new {
    margin-bottom: 0;
  }
}
.mypage-campaign {
  max-width: 980px;
  width: 90%;
  margin: 0 auto 3em;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .mypage-campaign {
    width: 95%;
    margin: 0 auto 1em;
  }
}
.mypage-campaign img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.mypage-contents_inner {
  padding: 60px;
}
.headeline_blue + .mypage-contents_inner {
  padding: 20px 60px 60px;
}
@media screen and (max-width: 599px) {
  .headeline_blue + .mypage-contents_inner {
    padding: 24px;
  }
}
.mypage-contents_inner.mt_min {
  padding-top: 0;
}
@media screen and (max-width: 599px) {
  .mypage-contents_inner {
    padding: 18px 18px 32px 18px;
  }
}
.mypage-contents_inner .Pager {
  margin-top: 4em;
}

.mypage-h2_new {
  text-align: center;
  margin-bottom: 2em;
  padding-right: 1em;
  padding-left: 1em;
}
@media screen and (max-width: 599px) {
  .mypage-h2_new {
    font-size: 20px;
  }
}
.mypage-h2_new + .mypage-contents_inner {
  padding: 0 60px 60px;
}
@media screen and (max-width: 768px) {
  .mypage-h2_new + .mypage-contents_inner {
    padding: 0 40px 40px;
  }
}
@media screen and (max-width: 599px) {
  .mypage-h2_new + .mypage-contents_inner {
    padding: 0 24px 24px;
  }
}
.mypage-h2_new:first-child {
  margin-top: 60px;
  margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
  .mypage-h2_new:first-child {
    margin-top: 40px;
  }
}
.mypage-h3_new {
  background: #f0f7fc;
  width: 100%;
  padding: 1em;
}
.mypage-h3_new + .mypage-contents_inner {
  padding: 40px 60px 60px 60px;
}
@media screen and (max-width: 599px) {
  .mypage-h3_new + .mypage-contents_inner {
    padding: 15px;
  }
}

/* MYPAGE  -  fund */
/* dl */
.mypage-fund-dl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 599px) {
  .mypage-fund-dl_wrap {
    display: block;
  }
}
.mypage-fund-dl_wrap:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.mypage-fund-dl_wrap dt {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .mypage-fund-dl_wrap dt {
    width: 30%;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .mypage-fund-dl_wrap dt {
    width: 100%;
    text-align: center;
  }
}
.mypage-fund-dl_wrap dt img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .mypage-fund-dl_wrap dt img {
    width: 60%;
  }
}

.mypage-fund-dl_wrap dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 40px;
}
@media screen and (max-width: 599px) {
  .mypage-fund-dl_wrap dd {
    margin: 1em 0 0;
  }
}

.mypage-fund-type_wrap + .sw-Title_BlueLine {
  margin-top: 4em;
}
.mypage-fund_inner .sw-Title_BlueLine {
  margin-bottom: 2em;
}

.mypage_FundTitles {
  margin: 0 0 0.2em 0;
}
.mypage_FundTitles a {
  font-weight: bold;
  margin-right: 0.2em;
  font-size: 1.3em;
}
.project-item_fundLabel {
  padding: 2px 8px;
  background: #efefef;
  color: #707070;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
  min-width: 5em;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .project-item_fundLabel {
    padding: 4px;
    line-height: 1em;
  }
}
@-moz-document url-prefix() {
  .project-item_fundLabel {
    font-weight: 500;
  }
}
/*  list - side by side */
.mypage_sbs_list {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.mypage_sbs_list li {
  display: inline-block;
  margin-right: 2em;
  padding: 0.3em 0;
}
@media screen and (max-width: 599px) {
  .mypage_sbs_list li {
    font-size: 0.8em;
    line-height: 1.6em;
  }
}
.mypage_sbs_list_hor {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mypage_sbs_list_hor li {
  display: block;
  line-height: 1.8em;
  padding: 0.5em 0 0.25em;
}
.mypage_sbs_list_hor li a {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.mypage_sbs_list_hor li a span {
  margin-right: 0.5em;
}
.mypage_sbs_list_hor li a span.mr0 {
  margin-right: 0;
}
.mypage_sbs_list_hor li a.mypage_toggle-btn .icon {
  transition: 0.2s ease all;
}
.mypage_sbs_list_hor li a.mypage_toggle-btn.active .icon {
  transform: rotate(-180deg);
}
.mypage_sbs_list_hor li a.mypage_toggle-btn.active .icon i {
  vertical-align: text-bottom;
}
.mypage_sbs_list_hor .mypage_toggle-content {
  display: none;
}
.mypage_sbs_list_hor .mypage_toggle-content .mypage_doc_list li {
  background: #f0f3f5;
  padding: 0;
  margin: 0.25em 0 0;
}
.mypage_sbs_list_hor .mypage_toggle-content .mypage_doc_list li a {
  display: flex;
  align-items: center;
  color: #217fbc;
}
.mypage_sbs_list_hor .mypage_toggle-content .mypage_doc_list li a span {
  display: block;
  padding: 0.7em 1em;
  border-right: 1px solid #b3bec9;
}
.mypage_sbs_list_hor
  .mypage_toggle-content
  .mypage_doc_list
  li
  a
  span:last-child {
  border-right: none;
}
.mypage_sbs_list_hor .mypage_toggle-content .mypage_doc_list li a .fill {
  font-variation-settings: "FILL" 1;
}

.mypage_sbs_list .application_date {
  width: 100%;
}

/*  list - accordion */
.mypage_accordion_title {
  margin-bottom: 0;
  margin-top: 0.4em;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .mypage_accordion_title {
    font-size: 0.95em;
    line-height: 1.6em;
  }
}
.mypage_accordion_content {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.4em 0.2em;
  background: #f9f9f9;
}
.mypage_accordion_content li {
  margin: 0.4em 1em;
  font-size: 0.9em;
}
.mypage_accordion_content li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f15b";
  font-weight: 400;
  margin-right: 0.4em;
  color: #3192ce;
}
.mypage_accordion_content li.f_awsm_doc::before {
  content: "\f15b";
}
.mypage_accordion_content li.f_awsm_list::before {
  content: "\f022";
}
.mypage_accordion_content li.f_awsm_wal::before {
  content: "\f555";
  font-weight: 900;
}
.mypage_accordion_content li.f_awsm_talk::before {
  content: "\f086";
  font-weight: 900;
}
.mypage_accordion_content li a {
  color: #3192ce;
  font-weight: 600;
}
@-moz-document url-prefix() {
  .mypage_accordion_content li a {
    font-weight: 500;
  }
}

/* identification */
.mypage-Identification_wrap {
  margin: 30px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  .mypage-Identification_wrap {
    margin: 18px 18px 0;
  }
}
.identification_texts {
  margin: 0.8em 30px 40px;
  font-size: 0.9em;
  word-break: normal;
}
.identification_texts a {
  font-weight: 600;
}
@-moz-document url-prefix() {
  .identification_texts a {
    font-weight: 500;
  }
}
.identification_texts_red {
  color: #cf3131;
}
.identification_texts_red a {
  color: #cf3131;
}
.mypage-Identification_dl {
  background: #f7f7f7;
  border-radius: 4px;
  border: #f0f0f0 solid 1px;
  padding: 28px;
  text-align: center;
  margin-bottom: 0;
}
.mypage-Identification_dl.current {
  border: #24ad73 solid 2px;
}
@media screen and (max-width: 599px) {
  .mypage-Identification_dl {
    padding: 8px;
  }
}
.mypage-Identification_dl dt,
.mypage-Identification_dl dd {
  margin: 0;
}
.identification_titles {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 600;
}
.col--green {
  color: #24ad73;
}
@-moz-document url-prefix() {
  .identification_titles {
    font-weight: 500;
  }
}
.identification_texts a {
  font-weight: 600;
}
@-moz-document url-prefix() {
  .identification_texts a {
    font-weight: 500;
  }
}
.identification_sub {
  font-size: 0.9em;
  margin: 0;
}
.identification_status {
  margin: 1em 0 0 0;
}
.identification_status .sw-Button_Standard,
.identification_status .sw-Button_Standard_green {
  padding: 0.6em 1em;
  width: 180px;
}
.identification_status.disabled .sw-Button_Standard {
  background: #d4d5d6;
  color: #84837e;
  pointer-events: none;
}
.identification_status.disabled .sw-Button_Standard:after {
  display: none;
}
@media screen and (max-width: 599px) {
  .identification_status .sw-Button_Standard_green,
  .identification_status.disabled .sw-Button_Standard {
    padding: 0.2em 0.6em;
    font-size: 12px;
  }
}
.identification_status.clear {
  background: #24ad73;
  color: #fff;
  width: 32px;
  height: auto;
  border-radius: 100px;
  margin: 1em auto 0;
  padding: 0.5em;
  line-height: 1em;
  box-sizing: border-box;
}
.mypage-Identification_dl1 {
  width: calc((100% - 16px) / 3);
}

.mypage-Identification_dl1:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 599px) {
  .mypage-Identification_dl1 {
    margin-right: 0;
  }
}
.mypage-Identification_dl2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 28px 0;
}
.mypage-Identification_dl_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .mypage-Identification_dl_flex {
    display: block;
  }
}
.identification_childs {
  width: 50%;
  padding: 0 2em;
  position: relative;
}
@media screen and (max-width: 599px) {
  .identification_childs {
    width: 100%;
    padding: 0 1em;
  }
}
.identification_childs:first-child::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
  color: #d4d5d6;
  content: "\f0da";
  position: absolute;
  right: 0;
  top: 32%;
}
@media screen and (max-width: 599px) {
  .identification_childs:first-child::after {
    content: "\f0d7";
    position: static;
    display: block;
    padding: 1em 0;
  }
}

.form-Standard_profileImage {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 200px;
}
.form-Standard_rightFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-Standard_rightFlex_childs {
  margin: 0 1em;
}
@media screen and (max-width: 599px) {
  .form-Standard_rightFlex_childs {
    margin: 0;
  }
}
.form-Standard_Filebtn {
  border: 1px solid #ccc;
  padding: 1em;
  border-radius: 4px;
  cursor: pointer;

  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 0%, #ccc 100%);
  background: -webkit-linear-gradient(top, #efefef 0%, #ccc 100%);
  background: linear-gradient(to bottom, #efefef 0%, #ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ccc',GradientType=0 );

  width: 300px;
}
@media screen and (max-width: 599px) {
  .form-Standard_Filebtn {
    padding: 1em 0.5em;
    width: 100%;
  }
}
.form-Standard_Row {
  padding-bottom: 1em;
}

.form-Standard_Row:first-of-type {
  padding-top: 1em;
}

@media screen and (max-width: 599px) {
  .form-Standard_Row {
    padding-bottom: 2em;
  }
  .form-Standard_Row:first-of-type {
    padding-top: 2em;
  }
}

@media screen and (max-width: 599px) {
  .sw-Button_Standard {
    padding: 0.8em 1em;
    font-size: 0.9em;
  }
}

.mypage-investorInfo .form-Standard_Label {
  font-weight: 600;
}
.mypage-investorInfo .form-Standard_Label a {
  color: #1f7fbc;
  text-decoration: underline;
}
@-moz-document url-prefix() {
  .mypage-investorInfo .form-Standard_Label {
    font-weight: 500;
  }
}
.mypage-investorInfo fieldset {
  margin-bottom: 2em !important;
}
.mypage-grayBack {
  background: #f7f7f7;
  text-align: center;
  padding: 42px;
  border-radius: 4px;
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  .mypage-grayBack {
    padding: 28px;
  }
}
.mypage-grayBack p {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .mypage-grayBack p {
    text-align: left;
  }
}
.mypage-investor_texts {
  margin: 4em 0;
}
@media screen and (max-width: 599px) {
  .mypage-investor_texts {
    margin: 2em 0;
  }
}
.form-Standard_inputSide_textL {
  margin-right: 0.5em;
}
.form-Standard_inputSide_textR {
  margin-left: 0.5em;
}

/* deposit */
.deposit_wrap {
  background: #f0f7fc;
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
  .deposit_wrap {
    padding: 28px 16px 16px;
  }
}
.span_depositNow {
  background: #fff;
  color: #217fbc;
  border: 1px solid #217fbc;
  border-radius: 4px;
  font-weight: 600;
  padding: 0.4em;
  font-size: 0.75em;
  display: table;
  margin: 0 auto 0.4em;
  text-align: center;
  line-height: 1em;
}
@-moz-document url-prefix() {
  .span_depositNow {
    font-weight: 500;
  }
}
.span_withdrawNow {
  background: #fff;
  color: #217fbc;
  border: 1px solid #217fbc;
  border-radius: 4px;
  font-weight: 600;
  padding: 0.4em;
  font-size: 0.75em;
  display: table;
  text-align: center;
  line-height: 1em;
}
@-moz-document url-prefix() {
  .span_withdrawNow {
    font-weight: 500;
  }
}
.deposit_amount {
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  margin: 0;
  color: #217fbc;
  line-height: 1em;
}
@-moz-document url-prefix() {
  .deposit_amount {
    font-weight: 500;
  }
}
.deposit_menuUl {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 2em 0 0;
  background: #fff;
  padding: 2em;
  border-radius: 4px;
}
@media screen and (max-width: 599px) {
  .deposit_menuUl {
    display: block;
    padding: 20px;
  }
}
.deposit_menuUl li {
  text-align: center;
  width: 50%;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 599px) {
  .deposit_menuUl li {
    width: 100%;
    margin: 1.5em auto 0;
    padding: 0 0 0 0;
  }
}
.deposit_menuUl li:first-child {
  border-right: 1px dashed #ccc;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 599px) {
  .deposit_menuUl li:first-child {
    border-right: 0;
    border-bottom: 1px dashed #ccc;
    padding: 0 0 1.5em 0;
    margin: 0 auto 0;
  }
}
.deposit_menuicon {
  display: block;
  margin: 0 auto;
}
.deposit_menuspan {
  display: block;
  font-weight: 600;
  font-size: 0.85em;
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  .deposit_menuspan {
    margin-bottom: 0.5em;
  }
}
.deposit_menuUl li .sw-textLink {
  color: #217fbc;
  font-weight: 500;
}
@-moz-document url-prefix() {
  .deposit_menuUl li .sw-textLink {
    font-weight: 400;
  }
}
.notes_deposit {
  margin-top: 1.5em;
  font-size: 14px;
  text-align: center;
  color: #217fbc;
}
@media screen and (max-width: 768px) {
  .notes_deposit {
    text-align: left;
  }
  .notes_deposit .onlyPc {
    display: none;
  }
}

/* table */

.sw-Title_excerpt_of_detailsWrap {
  margin: 4em 30px 1em;
}
@media screen and (max-width: 599px) {
  .sw-Title_excerpt_of_detailsWrap {
    margin: 2em 0 0;
  }
}
.excerpt_of_detailsWrap {
  margin: 0 30px 1em;
}
@media screen and (max-width: 599px) {
  .excerpt_of_detailsWrap {
    overflow: scroll;
    margin: 1em 0;
  }
}

.deposit_fundWrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .deposit_fundWrap {
    margin-bottom: 2em;
  }
}

.excerpt_of_detailsWrap.deposit-unavailable_funds {
  border: solid 1px #3192ce;
  margin: 0 0 2em;
  padding: 30px;
}

.attention-noNeedDeposit {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.5em;
  margin: 0 2em 1em;
}

.unavailable_FundsList {
  margin: 1em auto;
  width: 60%;
}

.unavailable_FundsList li {
  list-style: disc;
}

.excerpt_of_detailsWrap .center {
  text-align: center;
}
.table-excerpt_of_details {
  width: 100%;
  font-size: 14px;
}

.waiting_for_deposit_account {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1em;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .attention-noNeedDeposit {
    margin-left: 0;
    margin-right: 0;
  }

  .unavailable_FundsList {
    width: 80%;
  }

  .excerpt_of_detailsWrap.deposit-unavailable_funds {
    padding-left: 20px;
    padding-right: 20px;
  }

  .waiting_for_deposit_account {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .table-excerpt_of_details {
    width: 300%;
    font-size: 14px;
  }
}

.table-excerpt_of_details th {
  background: #f7f7f7;
  border: 1px solid #fff;
  text-align: left;
}
.table-excerpt_of_details tr td {
  border-bottom: 1px solid #d4d5d6;
}
.table-excerpt_of_details tr td:nth-child(1) {
  word-break: keep-all;
}
@media screen and (max-width: 599px) {
  .table-excerpt_of_details tr td:nth-child(1) {
    word-break: break-all;
  }
}
.table-excerpt_of_details tr td:nth-child(2) {
  min-width: 120px;
}
@media screen and (max-width: 768px) {
  .table-excerpt_of_details tr td:nth-child(2) {
    min-width: auto;
  }
}
.table-excerpt_of_details tr:last-child td {
  border-bottom: 0;
}
.table-excerpt_of_details th {
  padding: 0.5em;
}
.table-excerpt_of_details td {
  padding: 0.8em 0.5em;
}
@media screen and (max-width: 599px) {
  .table_colLong {
    max-width: 230px;
  }
}
.table_colNum {
  text-align: right;
}
.table_colNowrap {
  word-break: keep-all;
}
/* attention */
.attention_aboutDeposit {
  background: #f7f7f7;
  padding: 30px;
  margin: 2em 0 0;
  font-size: 14px;
}
.attention_aboutDeposit:last-child {
  margin-top: 2em;
}
.attention_aboutDeposit h4 {
  margin: 0;
  line-height: 1.8em;
}
.attention_aboutDeposit p {
  margin: 0;
  line-height: 1.8em;
}

.mypage_btnWrap {
  width: 100%;
  text-align: center;
}

.mypage_pager {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mypage_pager .sw-Button_Standard {
  width: 200px;
}
@media screen and (max-width: 599px) {
  .mypage_pager .sw-Button_Standard {
    padding: 0.5em;
    font-size: 0.8em;
    width: 110px;
  }
}
.sw-Button_Standard.pager_prevBtn:after {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/common/icon-arrow-left.svg") center no-repeat;
  background-size: cover;
  height: 24px;
  width: 24px;
  left: 0.5em;
  bottom: 0;
  top: 0;
  margin: auto 0;
}
.mypage_pager .disabled {
  pointer-events: none;
  background: #d4d5d6;
  color: #84837e;
}
.mypage_pager_num {
  text-align: center;
}

.mypage_pankuzLink {
  color: #217fbc;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin: 1em 0 0 1em;
}
@media screen and (max-width: 599px) {
  .mypage_pankuzLink {
    margin: 1em 0 2em 1em;
  }
}
@-moz-document url-prefix() {
  .mypage_pankuzLink {
    font-weight: 500;
  }
}
.mypage_pankuzLink i {
  margin-right: 0.2em;
}
.text-red {
  color: #cf3131;
}
.deppsit-paymentInfoDl {
  width: 50%;
  margin: 3em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.deppsit-paymentInfoDl dt,
.deppsit-paymentInfoDl dd {
  padding: 0.5em;
}
.deppsit-paymentInfoDl dt {
  background: #f7f7f7;
  width: 35%;
}
.deppsit-paymentInfoDl dd {
  margin: 0;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .deppsit-paymentInfoDl {
    width: 70%;
  }
  .deppsit-paymentInfoDl dt {
    width: 35%;
  }
  .deppsit-paymentInfoDl dd {
    width: 65%;
  }
}
@media screen and (max-width: 599px) {
  .deppsit-paymentInfoDl {
    width: 100%;
  }
}
.mypage-contents_depositpaymentInfo .attention_aboutDeposit {
  background: #fff;
  border: 1px solid #cf3131;
}
.attention_aboutDeposit.plain {
  background: #fff;
  border: none;
  text-align: left;
  margin: 0.4em 0 2em;
  padding: 0;
}
.attention_aboutDeposit.hard {
  background-color: #f1f8fe;
  font-size: 1em;
  border: none;
}
.attention_aboutDeposit.line {
  text-align: center;
  margin: 2em 0 0;
  border: none;
  padding: 0;
}

.depositWithDrawal {
  text-align: right;
}
@media screen and (max-width: 599px) {
  .depositWithDrawal {
    width: 88%;
    margin: 1em 0;
  }
}
.withdrawal_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 3em 0 0;
}
@media screen and (max-width: 599px) {
  .withdrawal_form {
    display: block;
    text-align: center;
  }
}
.mypage-contents_depositWithdrawal .deposit_menuicon {
  display: inline-block;
  margin: 0 0.2em;
}
@media screen and (max-width: 599px) {
  .mypage-contents_depositWithdrawal .deposit_menuicon {
    display: block;
    margin: 0 auto;
  }
}
.mypage-contents_depositWithdrawal .deposit_menuspan {
  display: inline-block;
  margin: 0 1.5em 0 0.2em;
}
@media screen and (max-width: 599px) {
  .mypage-contents_depositWithdrawal .deposit_menuspan {
    display: block;
    margin: 0 auto;
  }
}
.mypage-contents_depositWithdrawal .mypage_btnWrap {
  margin-bottom: 2em;
}

.mypage-contents_depositWithdrawal_requesting .deposit_wrap {
  text-align: center;
}
.depositWithDrawal_requesting_text:before {
  font-family: "Font Awesome 5 Free";
  content: "\f063";
  font-weight: 900;
  padding-left: 0.4em;

  display: block;
  margin: 2em 0 1em;
}
@media screen and (max-width: 599px) {
  .depositWithDrawal_requesting_text:before {
    margin: 2em auto 1em;
    text-align: center;
  }
}
.depositWithDrawal_requesting_text {
  margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
  .depositWithDrawal_requesting_text {
    text-align: left;
    word-break: normal;
  }
}
.mypage-contents_depositWithdrawal_requesting .sw-textLink {
  color: #217fbc;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  margin: 1em auto 2em;
}
@-moz-document url-prefix() {
  .mypage-contents_depositWithdrawal_requesting .sw-textLink {
    font-weight: 500;
  }
}
.mypage-contents_depositWithdrawal_requesting .sw-textLink i {
  margin-right: 0.2em;
}
.available_for_applicationFundsList {
  margin: 1em 2em 2em;
}
.available_for_applicationFundsList li {
  list-style: none;
}

.available_for_applicationFundsList .mypage-fund-dl_wrap {
  display: block;
  padding-bottom: 0;
}
.available_for_applicationFundsList .mypage-fund-dl_wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.available_for_applicationFundsList li:last-child .mypage-fund-dl_wrap a {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.available_for_applicationFundsList .mypage-fund-dl_wrap a dd {
  margin-left: 1em;
}

.p_paymentFee {
  text-align: center;
  margin: 1em auto 2em;
  line-height: 1em;
}
@media screen and (max-width: 599px) {
  .p_paymentFee {
    margin: 0 auto 2em;
  }
}
.deposit_wrap .attention_aboutDeposit {
  border: 1px solid #ccc;
  background: #fff;
}
.p_totalFee {
  text-align: center;
  margin: 1em auto 2em;
  line-height: 1em;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .p_totalFee {
    margin: 0 auto 2em;
  }
}

.message_wrap {
  margin: 0 auto 3em;
}
.mypage-contents_message
  .mypage-ProjectsList_TableWrap
  .mypage-ProjectsList_Table-typeA
  th:first-child {
  word-break: keep-all;
}
@media screen and (max-width: 599px) {
  .mypage-contents_message .mypage-ProjectsList_TableWrap {
    width: 100%;
    overflow: scroll;
  }
  .mypage-contents_message
    .mypage-ProjectsList_TableWrap
    .mypage-ProjectsList_Table-typeA {
    width: 300%;
    text-align: left;
    vertical-align: top;
    font-size: 0.8em;
  }
}
.mypage-contents_message
  .mypage-ProjectsList_TableWrap
  .mypage-ProjectsList_Table-typeA
  th {
  min-width: 100px;
}
@media screen and (max-width: 599px) {
  .mypage-contents_message
    .mypage-ProjectsList_TableWrap
    .mypage-ProjectsList_Table-typeA
    th {
    min-width: 100px;
  }
}

.table-message {
  font-size: 0.93em;
}
.table-message td:first-child {
  word-break: keep-all;
}
.table-message .td_message {
  width: 50%;
}
.table-message .td_message a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.table-message .td_message.unread a {
  color: #3192ce;
  font-weight: 500;
}
@-moz-document url-prefix() {
  .table-message .td_message.unread a {
    font-weight: 400;
  }
}

.table-message .td_message.unread:before {
  content: "new";
  display: inline-block;
  line-height: 1em;
  padding: 0.2em 0.8em;
  border-radius: 4px;
  background: #cf3131;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 600;
}
@-moz-document url-prefix() {
  .table-message .td_message.unread:before {
    font-weight: 400;
  }
}
.p_alert {
  background: #f7f7f7;
  padding: 0.5em 1em;
  display: block;
  margin-bottom: 2em;
  text-align: center;
  border-radius: 4px;
}
.p_alert_n {
  background: #d5e9f5;
  padding: 0.5em 1em;
  display: block;
  margin-bottom: 2em;
  text-align: center;
  border-radius: 4px;
}
.p_alert_n a {
  display: inline-block;
  margin: 0 0.5em;
  color: #cf3131;
}

.message-contents_wrap {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .message-contents_wrap {
    width: 100%;
  }
}
.msg_titles {
  list-style-type: none;
  padding: 0;
}
.msg_titles li:first-child {
  font-weight: 500;
  text-align: center;
  background: #f0f0f0;
  padding: 0.5em;
}
@-moz-document url-prefix() {
  .msg_titles li:first-child {
    font-weight: 400;
  }
}
.msg_titles li:last-child {
  text-align: right;
  margin-top: 0.5em;
}
.msg_cont {
  margin-bottom: 4em;
}
.msg_cont p {
  margin: 0;
  line-height: 1.8em;
}
.rply_cont .form-Standard_Submit {
  margin: 2em auto;
}

.document_wrap {
  margin: 0 auto 4em 0;
}
@media screen and (max-width: 599px) {
  .mypage-contents_documents .mypage-ProjectsList_Table-typeA {
    font-size: 0.8em;
    line-height: 1.5em;
  }
}
.mypage-contents_documents .mypage-ProjectsList_Table-typeA td {
  vertical-align: top;
}
.mypage-contents_documents .mypage-ProjectsList_Table-typeA td:nth-child(1) {
  vertical-align: middle;
  width: 120px;
}
@media screen and (max-width: 599px) {
  .mypage-contents_documents .mypage-ProjectsList_Table-typeA td:nth-child(1) {
    width: 50px;
  }
}
.mypage-contents_documents .mypage-ProjectsList_Table-typeA td:nth-child(3) {
  vertical-align: middle;
  width: 120px;
}
@media screen and (max-width: 599px) {
  .mypage-contents_documents .mypage-ProjectsList_Table-typeA td:nth-child(3) {
    width: 60px;
  }
}
.mypage-contents_documents .mypage-ProjectsList_Table-typeA a {
  text-decoration: underline;
  color: #217fbc;
  font-weight: 600;
}
@-moz-document url-prefix() {
  .mypage-contents_documents .mypage-ProjectsList_Table-typeA a {
    font-weight: 500;
  }
}
.mypage-contents_documents .mypage-ProjectsList_Table-typeA .no_document_Td {
  color: #84837e;
  border-bottom: 0;
}

.comfirm_dl {
  display: none;
}
.ui-dialog .ui-dialog-buttonpane button {
  background: #3192ce;
  color: #fff;
  font-weight: 600;
  border: none;
}
@-moz-document url-prefix() {
  .ui-dialog .ui-dialog-buttonpane button {
    font-weight: 500;
  }
}
.ui-draggable .ui-dialog-titlebar {
  background: #f0f7fc;
}

.table_fund_doc th:nth-child(1) {
  width: 80%;
}
.table_fund_doc td:nth-child(2) {
  text-align: center;
}

.sbs_list_noFlex {
  width: 100%;
}
.return_address_dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.return_address_dl dt {
  width: 5em;
}
.return_address_dl dd {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .return_address_dl dd {
    margin-top: 0;
  }
}

.v4_label_Now_applying {
  display: inline-block;
  background: #111;
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 100px;
  margin-left: 0.5em;
  vertical-align: text-bottom;
}
@media screen and (max-width: 599px) {
  .mypage-contents_new .form-Standard_FileWrap input[type="file"] {
    font-size: 14px;
  }
  .v4_label_Now_applying {
    padding: 4px 6px;
    line-height: 1em;
  }
}

.mypage_notice {
  margin: 0.5em 0 0.2em;
}
.mypage_notice a {
  text-decoration: underline;
}
.p_icon i {
  width: 1em;
  text-align: center;
  margin-right: 0.3em;
}
.mypage_notice_badge {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
  background: #e05959;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  padding: 0 0.2em;
  margin-left: 0.2em;
  vertical-align: text-bottom;
  font-size: 1.4rem;
  letter-spacing: -0.06em;
  text-indent: -0.08em;
  word-break: keep-all;
}
.mypage-NavItem_new .mypage_notice_badge {
  margin-left: 0.05em;
  vertical-align: baseline;
}
@media screen and (max-width: 599px) {
  .mypage-NavItem_new {
    position: relative;
  }
  .mypage-NavItem_new .mypage_notice_badge {
    position: absolute;
    right: 0.2em;
    top: 0.2em;
  }
}
.mypage_pankuz li {
  list-style: none;
}
.mypage_pankuz li a {
  color: #217fbc;
}

/* =============== 2301 =============== */
.btn_center {
  text-align: center;
}
.flex-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.message_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 1.5em;
}
.message_ul li {
  display: block;
  width: 50%;
  margin-bottom: 1em;
}
.message_ul li a {
  display: inline-block;
  width: 100%;
  min-width: 120px;
  max-width: 100%;
  background: #3192ce;
  border-radius: 4px 4px 0 0;
  padding: 0.5em;
  color: #fff;
  position: relative;
}
.message_ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #3192ce;
}
.message_ul li.active a {
  background: #f1f8fe;
  color: #111;
  pointer-events: none;
  font-weight: normal;
}
.message_ul li.active a:before {
  border-top: 15px solid #f1f8fe;
}
.message_content {
  margin-bottom: 3em;
}
.message_content form textarea {
  width: 100%;
  border: 1px solid #3192ce;
  border-radius: 4px;
  padding: 1.2em;
  margin-bottom: 1em;
}
.message_content .message_article {
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  padding: 2em;
  margin: 0 auto 1em;
  max-width: 780px;
}
@media screen and (max-width: 768px) {
  .message_content .message_article {
    max-width: 100%;
    padding: 1.5em;
  }
}
.message_content .message_article + .message_article {
  border-top: none;
}
.message_content .message_article .titles {
  background: #faf4e5;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding: 0.4em 0.8em;
  margin-bottom: 1em;
}
.message_content .message_article .titles a {
  color: #217fbc;
  text-decoration: underline;
}
.message_content .message_article .title {
  font-weight: bold;
  padding: 0.4em 0.8em;
  margin-bottom: 1.5em;
}
.message_content .message_article .flex-st .message_thumb {
  width: 4em;
  margin-right: 1em;
}
.message_content .message_article .flex-st .message_thumb img {
  width: 100%;
  height: auto;
}
.message_content .message_article .flex-st .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.message_content .message_article .flex-st .text a {
  font-weight: normal;
  text-decoration: underline;
}
.message_content .message_article .flex-st .text .name {
  width: 100%;
  font-weight: bold;
  font-size: 1.1em;
  margin: 0.5em 0;
}
.message_content .message_article .flex-st .text .dates {
  letter-spacing: 0.06em;
  font-size: 0.9em;
  text-align: right;
  margin-bottom: 1em;
}
.message_content .message_article .flex-st .message_body img {
  width: 100%;
  height: auto;
}
.message_content .message_article .unread {
  display: inline-block;
  background: #cf3131;
  color: #fff;
  border-radius: 100px;
  padding: 0.2em 0.8em;
  line-height: 1em;
  font-size: 0.8em;
  margin-left: 0.5em;
  vertical-align: text-bottom;
}
/* send */
.fund_message_send_Text {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 2em;
}
.fund_message_send_Text p {
  margin-bottom: 1em;
  line-height: 2em;
}

/* message detail */
.message_detail_wrap .text p {
  margin-bottom: 1em;
}
.message_detail_wrap .message_article {
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .message_detail_wrap .message_article {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  .message_detail_wrap .message_article .flex-st {
    display: block;
  }
  .message_detail_wrap .message_article .flex-st .message_thumb {
    text-align: center;
    width: 100%;
  }
  .message_detail_wrap .message_article .flex-st .message_thumb img {
    max-width: 120px;
    height: auto;
  }
  .message_detail_wrap .message_article .flex-st .text .dates {
    text-align: left;
  }
}

/* info message list */
.info_message_wrap {
  margin: 0 auto 1em;
  max-width: 780px;
}
.info_message_list {
  line-height: 1.8em;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px dashed #bbbbbb;
}
.info_message_list:last-child {
  border-bottom: none;
}
.info_message_list dt {
  width: 22%;
  min-width: 146px;
}
.info_message_list dd {
  flex: 1;
}
.info_message_list dd a {
  text-decoration: underline;
}
.info_message_list .unread {
  display: inline-block;
  background: #cf3131;
  color: #fff;
  border-radius: 100px;
  padding: 0.2em 0.8em;
  line-height: 1em;
  font-size: 0.8em;
  margin-left: 0.5em;
  vertical-align: text-bottom;
}
