@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
:root {
  --c-text: #303336;
  --c-link: #176cff;
  --c-hover: #125AD7;
  --c-focus: #176cff;
  --c-visit: #6846CE;
  --c-active: #ff5500;
  --c-disabled: #afb3b6;
  --c-main: #176cff;
  --c-main-a: #e1ecff;
  --c-main-b: #176cff;
  --c-main-c: #125ad7;
  --c-red: #be0006;
  --c-red-b: #ED0008;
  --c-gry: #61676b;
  --bg-hover-a: #125ad7;
  --bg-hover-b: #e1ecff;
  --bg-main-a: #e1ecff;
  --bg-main-b: #176cff;
  --bg-main-c: #125ad7;
  --bg-main-g: url(/assets/img/bg_img_a.png),linear-gradient(90deg, #0091FF 0%, #176CFF 90%, #176CFF 100%);
  --bg-sub-a: #f7faff;
  --bg-sub-b: #e1ecff;
  --bg-gry-a: #e6eaed;
  --bg-gry-b: #c9cccf;
  --bg-gry-c: #798086;
  --bg-blk-a: #303336;
  --bg-blk-b: #61676b;
  --bg-blk-c: #798086;
  --bg-red-a: #fff2f3;
  --bg-red-b: #ED0008;
  --bg-red-c: #be0006;
  --bg-cv-a: #fad433;
  --bg-cv-b: #f9c900;
  --ui-link-arrow: url(/assets/img/ui_link_arrow.svg);
  --ui-link-blank: url(/assets/img/ui_link_blank.svg);
  --ui-link-anchor: url(/assets/img/ui_link_anchor.svg);
  --ui-link-close: url(/assets/img/ui_link_close.svg);
  --ui-link-dl: url(/assets/img/ui_link_dl.svg);
  --ui-link-pdf: url(/assets/img/ui_link_pdf.svg);
  --list-disc: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOCA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxjaXJjbGUgY3g9IjQiIGN5PSI0LjU5MTgiIHI9IjQiIGZpbGw9IiMwMDc4RDQiLz48L3N2Zz4=");
  --box-shadow-a: 0 2px 24px 8px rgba(54, 130, 217, 0.08);
  --box-shadow-b: 0 1px 8px 0 rgba(54, 130, 217, 0.1);
  --box-shadow-c: 0px 4px 5px -2px rgba(0, 0, 0, 0.3);
  --box-shadow-a-hover: 0 2px 48px 16px rgba(54, 130, 217, 0.08);
  --box-shadow-b-hover: 0 2px 24px 0 rgba(54, 130, 217, 0.12);
  --filter-a: brightness(0) invert(1);
  --filter-b: brightness(0) invert(1);
}
:root .c_text {
  color: #303336 !important;
}
:root .c_wht {
  color: #fff !important;
}
:root .c_gry {
  color: var(--c-gry) !important;
}
:root .c_main {
  color: #176cff !important;
}
:root .c_main_a {
  color: var(--c-main-a) !important;
}
:root .c_main_b {
  color: var(--c-main-b) !important;
}
:root .c_main_c {
  color: var(--c-main-c) !important;
}
:root .bg_blk {
  background-color: #303336 !important;
}
:root .bg_wht {
  background-color: #fff !important;
}
:root .bg_gry_a {
  background-color: var(--bg-gry-a) !important;
}
:root .bg_gry_b {
  background-color: var(--bg-gry-b) !important;
}
:root .bg_gry_c {
  background-color: #798086 !important;
}
:root .bg_gry_d {
  background-color: #61676b !important;
}
:root .bg_main_a {
  background-color: var(--bg-main-a) !important;
}
:root .bg_main_b {
  background-color: var(--bg-main-b) !important;
}
:root .bg_main_c {
  background-color: var(--bg-main-c) !important;
}
:root .bg_main_g {
  background: var(--bg-main-g) !important;
}
:root .bg_sub_a {
  background-color: var(--bg-sub-a) !important;
}
:root .bg_sub_b {
  background-color: var(--bg-sub-b) !important;
}
:root .bc_wht {
  border-color: #fff !important;
}
:root .c_red_a {
  color: var(--bg-red-a) !important;
}
:root .c_red_b {
  color: var(--bg-red-b) !important;
}
:root .c_red_c {
  color: var(--bg-red-c) !important;
}
:root .bg_red_a {
  background-color: var(--bg-red-a) !important;
}
:root .bg_red_b {
  background-color: var(--bg-red-b) !important;
}
:root .bg_red_c {
  background-color: var(--bg-red-c) !important;
}
:root .bg_yel_a {
  background-color: #fffaf6 !important;
}
:root .bg_yel_b {
  background-color: var(--bg-cv-a) !important;
}
:root .bg_yel_c {
  background-color: var(--bg-cv-b) !important;
}
:root .bg_yel_d {
  background-color: #645000 !important;
}
:root .c_grn_a {
  color: #e3f3ed !important;
}
:root .c_grn_b {
  color: #008756 !important;
}
:root .c_grn_c {
  color: #006c45 !important;
}
:root .bg_grn_a {
  background-color: #e3f3ed !important;
}
:root .bg_grn_b {
  background-color: #008756 !important;
}
:root .bg_grn_c {
  background-color: #006c45 !important;
}
:root .c_org_a {
  color: #fff8f5 !important;
}
:root .c_org_b {
  color: #ff5500 !important;
}
:root .bg_org_a {
  background-color: #fff8f5 !important;
}
:root .bg_org_b {
  background-color: #ff5500 !important;
}

body#mypage .textGray {
  color: var(--c-gry);
}
body#mypage .innerFix {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
body#mypage .btnWrap {
  border-bottom: solid 1px var(--bg-gry-a);
  padding: 24px 0 20px;
  width: 100%;
}
body#mypage .btnWrap .btn_list_a {
  display: flex;
  justify-content: center;
  margin: 0 0 8px;
}
body#mypage .btnWrap .btn._login {
  background-color: var(--bg-main-a);
}
@media (min-width: 640px) {
  body#mypage .btnWrap .btn {
    min-width: 35vw;
  }
}
@media (min-width: 1635px) {
  body#mypage .btnWrap .btn {
    min-width: 570px;
  }
}
@media (min-width: 768px) {
  body#mypage .mvGifWrapper {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
  body#mypage .mvGifWrapper .gifWrapper {
    width: 60%;
    padding: 0 32px;
  }
}
body#mypage .mvIcon {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body#mypage .mvIcon .btns {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 100vmax;
  background-color: var(--bg-sub-b);
  margin: 8px;
  padding-top: 28px;
  width: 170px;
  height: 170px;
}
@media (max-width: 896px) {
  body#mypage .mvIcon .btns {
    margin: 6px;
    padding-top: 16px;
    width: 135px;
    height: 135px;
  }
  body#mypage .mvIcon .btns > img {
    width: 52px;
  }
  body#mypage .mvIcon .btns > p {
    font-size: 1.5rem;
  }
}
@media (max-width: 639px) {
  body#mypage .mvIcon .btns {
    margin: 6px;
    padding-top: 16px;
    width: 106px;
    height: 106px;
  }
  body#mypage .mvIcon .btns > img {
    width: 36px;
  }
  body#mypage .mvIcon .btns > p {
    font-size: 1.4rem;
  }
}
body#mypage .mvIcon .btns p {
  color: var(--c-main-b);
  margin: 5px 5px;
  line-height: 1.1;
}
@media (max-width: 639px) {
  body#mypage .mvIcon .btns p.brClear > br {
    display: none;
  }
}
body#mypage .gifWrapper {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  body#mypage .gifWrapper {
    margin: 50px 0;
  }
}
body#mypage .gifWrapper > img {
  width: 100%;
  max-width: 300px;
}
body#mypage .maxFix {
  width: 100%;
  max-width: 560px;
}
body#mypage .link_list_a.listFix {
  flex-direction: row;
  justify-content: center;
}
body#mypage .link_list_a.listFix li:first-of-type {
  position: relative;
  padding-right: 0.8em;
}
body#mypage .link_list_a.listFix li:first-of-type:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  display: block;
  width: 1px;
  height: 100%;
  margin: auto 0;
  background: var(--bg-gry-b);
  content: "";
}
body#mypage .ctaFloat {
  display: flex;
  justify-content: center;
  padding: 8px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease;
  background-color: rgba(48, 51, 54, 0.75);
  z-index: 99;
}
body#mypage .ctaFloat.is_show {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0.01px);
}
body#mypage .ctaFloat .btn._login {
  background-color: var(--bg-main-a);
}
@media (min-width: 640px) {
  body#mypage .ctaFloat .btn {
    min-width: 30vw;
  }
}
body#mypage .imgBoxShadow-better {
  box-shadow: 0 2.5rem 2rem -2rem hsl(346, 8%, 59%);
}

/*# sourceMappingURL=add-deslab.css.map */
