@charset "UTF-8";
/*//////////////////////////////////////////////////////////////////////////////////////
Site Name  :  DMM FX SP
File Name  :  reset.css
Created	 :  2016.07.28
Up Date	 :  2016.07.28
Copyright (C) DMM FX All Rights Reserved.
//////////////////////////////////////////////////////////////////////////////////////*/
:root {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  font: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  word-break: break-all;
  word-wrap: break-word;
}

html {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  cursor: default;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  font-size: 10px;
}

body {
  position: relative;
  font-size: 1.4rem;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#tag {
  height: 0;
  overflow: hidden;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

a, area, button, input, label, select, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font-size: 1rem;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1rem;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  overflow: visible;
}

img {
  border-style: none;
}

input, select {
  vertical-align: middle;
}

mark {
  background-color: #ffff00;
  color: #000000;
}

ol, ul {
  list-style: none;
}

progress {
  vertical-align: baseline;
}

small {
  font-size: 75%;
}

sub, sup {
  font-size: 83.3333%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

template, [hidden] {
  display: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

*, ::before, ::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
  border-style: solid;
  border-width: 0;
}

:hover {
  outline-width: 0;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-search-cancel-button, ::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
/*白黒で共通のカラーです*/
.u-mt--0 {
  margin-top: 0 !important;
}
.u-mt--5 {
  margin-top: 5px !important;
}
.u-mt--10 {
  margin-top: 10px !important;
}
.u-mt--15 {
  margin-top: 15px !important;
}
.u-mt--20 {
  margin-top: 20px !important;
}
.u-mt--25 {
  margin-top: 25px !important;
}
.u-mt--30 {
  margin-top: 30px !important;
}
.u-mt--40 {
  margin-top: 40px !important;
}

.u-mb--0 {
  margin-bottom: 0 !important;
}
.u-mb--5 {
  margin-bottom: 5px !important;
}
.u-mb--10 {
  margin-bottom: 10px !important;
}
.u-mb--15 {
  margin-bottom: 15px !important;
}
.u-mb--20 {
  margin-bottom: 20px !important;
}
.u-mb--30 {
  margin-bottom: 30px !important;
}
.u-mb--40 {
  margin-bottom: 40px !important;
}

.u-ml--0 {
  margin-left: 0 !important;
}

.u-mr--0 {
  margin-right: 0 !important;
}

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

.u-tac {
  text-align: center !important;
}

.u-tar {
  text-align: right !important;
}

.u-taj {
  text-align: justify !important;
}

a {
  color: #0000ee !important;
  text-decoration: none;
}
a:before, a:after {
  color: #071339 !important;
}
a > span {
  border-bottom: 1px solid #071339;
}

body {
  margin: 0 !important;
  letter-spacing: 0.5px;
  color: #333;
}

[data-ua=pc] {
  display: none !important;
}

.l-header {
  height: 50px;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 1px 7px 3px rgba(143, 143, 143, 0.3215686275);
  box-shadow: 0 1px 7px 3px rgba(143, 143, 143, 0.3215686275);
  padding: 0 20px;
}
.l-header img {
  height: 11px;
}
.l-header img + img {
  margin-left: 10px;
}

.l-header__logo img {
  height: 20px;
}
.l-header__logo span {
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 10px;
}

.c-text {
  font-size: 1.2rem;
  line-height: 1.5;
}
.c-text + .c-text {
  margin-top: 10px;
}
.c-text em {
  font-weight: bold;
}
.c-text.is-hide {
  display: none;
}

.c-text__aster {
  font-size: 1rem;
  vertical-align: top;
}

.c-alignment {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
  font-size: 1.2rem;
}
.c-alignment--disc:before {
  content: "・";
}
.c-alignment--kome:before {
  content: "※";
}
.c-alignment--komeNum {
  counter-increment: number;
  padding-left: 2.2em;
  text-indent: -2.2em;
}
.c-alignment--komeNum:before {
  content: "※" counter(number) " ";
}
.c-alignment--num {
  counter-increment: number;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.c-alignment--num:before {
  content: counter(number) ".";
}
.c-alignment--prnNum {
  counter-increment: number;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.c-alignment--prnNum:before {
  content: "(" counter(number) ")";
}
.c-alignment--prnNum:nth-child(n+10) {
  padding-left: 2.2em;
  text-indent: -2.2em;
}

.c-entryHeader {
  padding: 15px 10px;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  font-size: 1.6rem;
}
.c-entryHeader img {
  height: 10px;
  margin-right: 8px;
}
.c-entryHeader h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-entry {
  width: 90vw;
  margin: auto;
}

.c-entry__content {
  background-color: #fff;
  padding: 10vw 5vw;
}
.c-entry__content + .c-entry__content {
  margin-top: 10vw;
}

.c-entry__category + .c-entry__category {
  margin-top: 10vw;
}

.c-entry__fixedFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #E6E6E6;
  padding: 20px 0;
  text-align: center;
  z-index: 10;
}

.c-entry__simpleLink {
  padding-left: 1.6em;
  line-height: 1.5;
  font-size: 1.2rem;
  position: relative;
  display: block;
  color: #333 !important;
}
.c-entry__simpleLink::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  background-image: url(/_img/icon/icon_info.png);
  background-size: contain;
}

.c-entryStep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 30px 0 30px;
}
.c-entryStep li {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.c-entryStep__item {
  width: 20vw;
  max-width: 110px;
  padding: 10px 0 14px;
  background: -webkit-linear-gradient(300deg, #d6d6d6 0%, #f5f5f5 100%);
  background: linear-gradient(150deg, #d6d6d6 0%, #f5f5f5 100%);
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  text-align: center;
  color: #646464;
  line-height: 1.3;
  -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.15);
}
.c-entryStep__item em {
  font-size: 1.4rem;
  font-weight: bold;
}
.c-entryStep__item.is-active {
  background: -webkit-linear-gradient(300deg, #a7cf29 0%, #bbe82e 100%);
  background: linear-gradient(150deg, #a7cf29 0%, #bbe82e 100%);
  color: #fff;
}

.c-entryStep__arrow {
  margin: 0 2vw;
}
.c-entryStep__arrow img {
  height: 15px;
}

.c-entryHeading {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}
.c-entryHeading::before {
  content: "";
  background: -webkit-linear-gradient(300deg, #a7cf29 0%, #bbe82e 100%);
  background: linear-gradient(150deg, #a7cf29 0%, #bbe82e 100%);
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  margin-right: 5px;
}

.c-entryHeading__second {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
}

.c-formBtn {
  border: 2px solid #F39526;
  color: #F39526;
  border-radius: 41px;
  height: 41px;
  line-height: 37px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #fff;
  width: 90%;
  cursor: pointer;
  z-index: 10;
  letter-spacing: 0;
  text-decoration: none;
}
.c-formBtn + .c-formBtn {
  margin-left: 2%;
}
.c-formBtn--half {
  width: 43%;
}
.c-formBtn.is-ok {
  background-color: #F39526;
  color: #fff;
}
.c-formBtn.is-cancle {
  border-color: #777;
  color: #777;
}
.c-formBtn--normal {
  width: 100%;
  display: block;
  text-align: center;
  color: #F39526 !important;
}
.c-formBtn--disable {
  width: 100%;
  display: block;
  text-align: center;
  color: #dedede !important;
  border: 2px solid #acacac;
  background-color: #acacac;
  opacity: 0.3;
}
.c-formBtn--multiLine {
  display: inline-block;
  color: #fff !important;
  line-height: 1.3;
  font-size: 1.4rem;
  padding: 5px 20px;
  height: auto;
}

.c-img {
  width: 100%;
}
.c-img--ico {
  width: 10rem;
}

.c-imgWrap {
  text-align: center;
  margin: 2rem auto;
}

.c-img__caption {
  margin-top: 5px;
  font-size: 1rem;
}

.c-youtube {
  margin-top: 30px;
}

.c-youtube__item {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto;
  text-align: center;
}
.c-youtube__item iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
}

.c-youtube__ttl {
  color: #777;
  margin-bottom: 10px;
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.c-otherBtnWrap {
  text-align: center;
}
.c-otherBtnWrap:not(:last-child) {
  margin-bottom: 25px;
}

.c-otherBtn {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  padding: 1.5rem 2em;
  min-width: 17.6rem;
  min-height: 4rem;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  letter-spacing: 0;
  border-radius: 8rem;
  color: #333;
  background-color: #fff;
  position: relative;
  text-decoration: none;
}
.c-otherBtn--transparent {
  border: 1px solid #071339;
  background-color: transparent;
  font-weight: bold;
  padding: 0 !important;
  height: 40px;
  line-height: 40px;
}
.c-otherBtn--entry, .c-otherBtn--login, .c-otherBtn--myPage, .c-otherBtn--register {
  color: #fff !important;
}
.c-otherBtn--entry::after, .c-otherBtn--login::after, .c-otherBtn--myPage::after, .c-otherBtn--register::after {
  color: #fff !important;
}
.c-otherBtn--entry:hover, .c-otherBtn--login:hover, .c-otherBtn--myPage:hover, .c-otherBtn--register:hover {
  color: #fff !important;
}
.c-otherBtn--entry:hover::after, .c-otherBtn--login:hover::after, .c-otherBtn--myPage:hover::after, .c-otherBtn--register:hover::after {
  color: #fff !important;
}
.c-otherBtn--register {
  background-color: #333;
}
.c-otherBtn--register:hover {
  opacity: 0.85;
}
.c-otherBtn--entry {
  font-size: 1.5rem;
  width: 100%;
  max-width: 33rem;
  color: #fff;
  background-color: #32951E;
}
.c-otherBtn--entry:hover {
  color: #fff !important;
}
.c-otherBtn::after {
  content: ">";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  right: 15px;
  height: 1em;
  line-height: 1em;
  -webkit-transform: scale(0.8, 1.7);
  -ms-transform: scale(0.8, 1.7);
  transform: scale(0.8, 1.7);
  vertical-align: middle;
}
.c-otherBtn--logo::after {
  display: none;
}
.c-otherBtn--banusyTool {
  background-color: #149070;
  color: #fff !important;
  font-weight: bold;
  padding: 0;
  height: 40px;
  line-height: 40px;
}
.c-otherBtn--fxTool {
  background-color: #00ff00;
  font-weight: bold;
}
.c-otherBtn--cfdTool {
  background-color: #f79400;
  font-weight: bold;
}
.c-otherBtn--multiLine {
  padding: 1rem 2em !important;
  line-height: 1.3;
  height: auto;
}
.c-otherBtn--ekyc {
  width: 100%;
  color: #333 !important;
}
.c-otherBtn--disable {
  width: 100%;
  display: block;
  text-align: center;
  color: #dedede !important;
  border: 2px solid #acacac;
  background-color: #acacac;
  opacity: 0.3;
}
.c-otherBtn--disable::after {
  content: none;
}
.c-otherBtn.is-disable {
  pointer-events: none;
  color: #dedede !important;
  border-color: #acacac;
  background-color: #acacac;
  opacity: 0.3;
}
.c-otherBtn.is-disable::after {
  content: none;
}

.c-otherBtn__text {
  color: #016332;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.c-flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-flexBox--sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-flexBox--fs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-flexBox__item {
  width: 100%;
}

.c-slideInModal {
  position: fixed;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  z-index: 1000;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-transition: right 125ms 0s ease;
  transition: right 125ms 0s ease;
}
.c-slideInModal.is-show {
  right: 0;
}

.c-slideInModal__ttl {
  background-color: #fff;
  height: 44px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 44px;
  text-align: center;
}

.c-slideInModal__content {
  width: 100%;
  height: calc(100% - 44px);
}

.c-slideInModal__close {
  height: 44px;
  width: 44px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-slideInModal__close::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 2.1rem;
  width: 2.1rem;
  background-image: url(/_img/arrowLeft.png);
  background-size: cover;
}

.c-regStep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  margin: auto;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.c-regStep > li {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  height: auto;
  padding: 12px 10px 12px 40px;
  border-radius: 20px;
  background-color: #e6e6e6;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-regStep > li.is-active {
  background-color: #2ee62e;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.c-regStep > li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/_img/register/icon/cofirm.png);
  background-size: contain;
  height: 20px;
  width: 25px;
  display: inline-block;
}
.c-regStep > li:first-child::before {
  background-image: url(/_img/register/icon/entry.png);
}
.c-regStep > li:last-child::before {
  background-image: url(/_img/register/icon/complete.png);
}
.c-regStep::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  right: 30px;
  z-index: 0;
  margin: auto;
  height: 0;
  border-bottom: 1px solid #e6e6e6;
}
.c-regStep:has(> :nth-child(-n+2):last-child) {
  width: 200px;
  margin: auto;
  padding: 0;
}
.c-regStep:has(> :nth-child(-n+2):last-child) > li:first-child::before {
  background-image: url(/_img/register/icon/cofirm.png);
}

.p-entryLogin {
  background-color: #fff;
  padding: 7vw 5vw;
  margin-top: 20px;
}
.p-entryLogin .c-text {
  margin-top: 0;
}
.p-entryLogin .c-formBtn {
  font-size: 1.2rem;
  display: block;
  color: #f39526 !important;
  width: 100%;
  text-align: center;
  border-width: 1px;
}
.p-entryLogin .c-formBtn + .c-formBtn {
  margin: 0;
  margin-top: 20px;
}

.p-entryForm {
  padding-bottom: 100px;
  background-color: #F7F7F7;
}
.p-entryForm .c-text {
  margin: 20px 0;
  font-size: 1.2rem;
}
.p-entryForm .c-text em {
  font-weight: bold;
  color: #e52c2c;
}
.p-entryForm .c-text strong {
  color: #f00 !important;
}
.p-entryForm .c-img {
  margin: 0 auto;
}
.p-entryForm--fin {
  padding-bottom: 60px;
}

.p-chatbotBtn {
  position: fixed;
  right: -140px;
  bottom: 10px;
  z-index: 100;
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
}
.p-chatbotBtn .c-btn {
  display: inline-block;
  padding: 0 15px;
  text-align: center;
  color: #fff !important;
  border-radius: 3rem;
  background-color: #32961e;
  font-size: 1.2rem;
  font-weight: bold;
  width: 120px;
  padding: 0 15px;
  height: 5rem;
  line-height: 5rem;
}
.p-chatbotBtn .c-btn:hover {
  opacity: 0.85;
}
.p-chatbotBtn .c-btn::after {
  content: none;
}
.p-chatbotBtn.is-show {
  right: 2.6666666667%;
}
.is-register .p-chatbotBtn {
  bottom: 85px;
}

.p-chatbotBtn__del {
  position: absolute;
  left: -20px;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.p-chatbotBtn__del::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1.2rem;
  width: 1.2rem;
  background-image: url(/_img/cross.png);
  background-size: cover;
}

.p-reg__stepWrap {
  margin-top: 30px;
  margin-bottom: 40px;
}
.p-reg__stepWrap.is-hide {
  display: none;
}
.p-reg__stepWrap + .l-formContent {
  padding-top: 0;
  padding-bottom: 25px;
}

.p-reg__topNav {
  text-align: right;
  padding: 15px 20px;
  height: 44px;
  width: 100%;
}
.p-reg__topNav a, .p-reg__topNav span {
  color: #666;
}
.p-reg__topNav a::before, .p-reg__topNav span::before {
  content: "";
  background-image: url(/_img/icon/icon_arrowRight.png);
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 10px;
}

.p-reg__subTtL {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 20px;
  position: relative;
}
.p-reg__subTtL span {
  display: inline-block;
  background-color: #f5f5f5;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.p-reg__subTtL::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 20px;
  z-index: 0;
  margin: auto;
  height: 0;
  border-bottom: 1px solid #000;
}
.p-reg__subTtL--noLine {
  padding: 0;
}
.p-reg__subTtL--noLine::before {
  content: none;
}
.p-reg__subTtL--noLine span {
  background-color: #fff;
  padding: 0;
}

.p-reg__cancelArea.c-flexBox {
  width: 88%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-reg__cancelArea .c-regBtn {
  width: 41%;
}
.p-reg__cancelArea .c-caution {
  width: 55%;
}

.p-reg__multipleBtn {
  margin-top: 30px;
}
.p-reg__multipleBtn.c-flexBox {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-reg__multipleBtn .c-regBtn {
  width: 100%;
}
.p-reg__multipleBtn .c-regBtn + .c-regBtn {
  margin-top: 20px;
}

.p-reg__errorlist {
  color: #000;
  font-size: 1.2rem;
}
.p-reg__errorlist dt {
  padding-left: 17px;
  position: relative;
}
.p-reg__errorlist dt::before {
  content: "!";
  position: absolute;
  left: -2px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  line-height: 15px;
  font-size: 0.7rem;
  background-color: #000;
  color: #ffe5ee;
  text-align: center;
}
.p-reg__errorlist dd {
  display: block;
  margin-top: 10px;
  position: relative;
  padding-left: 10px;
  line-height: 1;
}
.p-reg__errorlist dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #000;
}
.p-reg__errorlist dd a {
  color: #ff3377 !important;
  text-decoration: underline;
  margin-left: 12px;
}
.p-reg__errorlist dd.is-hide {
  display: none;
}

.p-reg__postSearch {
  margin-left: 20px;
  height: 50px;
  width: 120px;
  border: 1px solid #2ee62e;
  border-radius: 5px;
  text-align: left;
  padding: 7px 26px 7px 10px;
  position: relative;
  background-color: #fff;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #808080;
}
.p-reg__postSearch::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/_img/register/icon/arrowRight-green.png);
  width: 8px;
  height: 14px;
  background-size: cover;
}

.p-reg__selectList, .p-reg__addressList {
  background-color: #ebebeb;
  padding: 10px;
  overflow-y: auto;
  color: #4c4c4c;
}
.p-reg__selectList > li, .p-reg__addressList > li {
  background-color: #fff;
  border-radius: 50px;
  padding: 13px 20px;
  padding-left: 40px;
  font-size: 1.4rem;
  position: relative;
  border: 1px solid #e6e6e6;
}
.p-reg__selectList > li::before, .p-reg__addressList > li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
  height: 21px;
  width: 21px;
  border-radius: 21px;
  border: 1px solid #e6e6e6;
}
.p-reg__selectList > li + li, .p-reg__addressList > li + li {
  margin-top: 10px;
}
.p-reg__selectList > li.is-checked, .p-reg__addressList > li.is-checked {
  border: 2px solid #2ee62e;
  background-color: #e6ffe5;
}
.p-reg__selectList > li.is-checked::after, .p-reg__addressList > li.is-checked::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 9px;
  width: 9px;
  border-radius: 7px;
  background-color: #2ee62e;
}
.p-reg__selectList > li.is-checked::before, .p-reg__addressList > li.is-checked::before {
  border: 2px solid #2ee62e;
}

.p-reg__multipleItem {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.p-reg__multipleItem .c-regRadio, .p-reg__multipleItem .c-regCheckbox {
  width: 100px;
}
.p-reg__multipleItem .c-regRadio + .c-regRadio, .p-reg__multipleItem .c-regRadio + .c-regCheckbox, .p-reg__multipleItem .c-regCheckbox + .c-regRadio, .p-reg__multipleItem .c-regCheckbox + .c-regCheckbox {
  margin: 0;
}
.p-reg__multipleItem .c-regRadio__label, .p-reg__multipleItem .c-regCheckbox__label {
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 1.1;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.p-reg__multipleItem .c-regRadio__label::before, .p-reg__multipleItem .c-regCheckbox__label::before {
  top: 9px;
  bottom: auto;
}
.p-reg__multipleItem .c-regRadio__input:checked + .c-regRadio__label::after {
  top: 13px;
  bottom: auto;
  height: 7px;
  width: 7px;
}
.p-reg__multipleItem .c-regCheckbox__input:checked + .c-regCheckbox__label::after {
  top: 13px;
  bottom: auto;
  height: 7px;
  width: 7px;
}
.p-reg__multipleItem.c-flexBox::after {
  display: block;
  content: "";
  width: 30%;
}
.p-reg__multipleItem .c-regRadio__badge {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

.p-reg__pdfList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-reg__pdfList > li {
  width: 49%;
}
.p-reg__pdfList > li + li {
  margin-left: 2%;
}
.p-reg__pdfList--vertical > li {
  width: 100%;
}
.p-reg__pdfList--vertical > li + li {
  margin: 0;
}

.p-reg__birth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-reg__birth__year, .p-reg__birth__month, .p-reg__birth__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
}

.p-reg__birth__month, .p-reg__birth__date {
  width: 80px;
  margin-left: 15px;
}

.p-reg__selectWrap {
  position: relative;
  width: 100%;
}
.p-reg__selectWrap::after {
  content: "▼";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  font-size: 0.8rem;
  height: 0.8rem;
  width: 0.8rem;
}

.p-reg__selectUnit {
  margin-left: 5px;
  font-size: 1.4rem;
}

.c-imgWrap img {
  width: 30%;
}

.c-entry__content .c-otherBtn span {
  border: none;
}