@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-p--0 {
  padding: 0 !important;
}

.u-pt--0 {
  padding-top: 0 !important;
}
.u-pt--40 {
  padding-top: 40px !important;
}

.u-pr--0 {
  padding-right: 0 !important;
}

.u-pb--0 {
  padding-bottom: 0 !important;
}
.u-pb--20 {
  padding-bottom: 20px !important;
}
.u-pb--30 {
  padding-bottom: 30px !important;
}
.u-pb--40 {
  padding-bottom: 40px !important;
}
.u-pb--50 {
  padding-bottom: 50px !important;
}

.u-pl--0 {
  padding-left: 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;
}

html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

body {
  background-color: #f5f5f5;
  padding-bottom: 50px;
}

.l-header {
  height: 54px;
  width: 100%;
  background-color: #fff;
  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;
  -webkit-box-shadow: 0 1px 1px 1px rgba(143, 143, 143, 0.3215686275);
  box-shadow: 0 1px 1px 1px rgba(143, 143, 143, 0.3215686275);
}
.l-header img {
  height: 20px;
}
.l-header img + img {
  margin-left: 20px;
}
.l-header * + span {
  margin-left: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}

.l-header__logo {
  width: 1120px;
}
.l-header__logo span {
  font-size: 1.2rem;
  margin-left: 10px;
}

.l-regPageWrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}
.l-regPageWrap.is-fadeIn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.l-regPageWrap.is-hide {
  display: none;
}
.l-regPageWrap.is-show {
  display: block !important;
  opacity: 1;
  visibility: visible;
  -webkit-transition: unset;
  transition: unset;
}
.l-regPageWrap + .l-regPageWrap {
  margin-top: 10px;
}

.l-regPageWrap__title {
  width: 800px;
  margin: auto;
  margin-bottom: 30px;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.l-regPageWrap__title .c-alignment {
  margin-left: 10px;
}

.l-regPageWrap__contents {
  width: 1000px;
  margin: auto;
  padding: 50px;
  border-radius: 15px;
  background-color: #fff;
}
.l-regPageWrap__contents + .l-regPageWrap__contents {
  margin-top: 10px;
}
.l-regPageWrap__contents > section + section {
  margin-top: 50px;
}
.l-regPageWrap__contents--form {
  padding: 50px 0;
}

.l-regPageWrap__contents__inner {
  width: 800px;
  margin: auto;
}
.l-regPageWrap__contents__inner + * {
  margin-top: 30px;
}

.l-formContent {
  color: #4c4c4c;
}
.l-formContent.is-error {
  background-color: #ffe5ee;
}
.l-formContent.is-hide {
  display: none;
}
.l-formContent--addQuesArea {
  padding: 0;
}
.l-formContent--addQuesArea.is-error {
  padding-top: 25px;
  padding-bottom: 25px;
}
.l-formContent--addQuesArea .c-regError {
  margin-top: 5px;
}
.l-formContent--addQuesArea .l-formContent__item {
  border-top: none;
  padding: 0;
}

.l-formContent__item {
  width: 800px;
  margin: auto;
  padding: 20px;
  border-top: 1px solid #f5f5f5;
  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;
}
.l-formContent__item--noFlex {
  display: block;
  border-top: none;
}
.l-formContent__item.c-regOutsideText {
  padding: 0;
  margin-bottom: 50px;
}
.l-formContent__item + .l-formContent__item {
  padding-top: 0;
}

.l-formContent__label {
  width: 250px;
  padding-top: 15px;
  padding-right: 50px;
}

.l-formContent__inputItem {
  width: 510px;
}

.l-regDecisionArea {
  width: 620px;
  margin: auto;
  margin-top: 50px;
  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;
}
.l-regDecisionArea > * + * {
  margin-left: 20px;
}
.l-regDecisionArea .c-regBtn {
  width: 240px;
}
.l-regDecisionArea .c-regBtn--cancel {
  width: 140px;
}
.l-regDecisionArea .c-caution {
  width: 190px;
}

.l-regErrorArea {
  width: 1000px;
  border-radius: 15px;
  margin: auto;
  margin-top: 50px;
  padding: 30px 40px 30px 110px;
  background-color: #ffe5ee;
  position: relative;
}
.l-regErrorArea::before {
  content: "!";
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  font-size: 3rem;
  background-color: #000;
  color: #ffe5ee;
  text-align: center;
}
.l-regErrorArea.is-hide {
  display: none;
}

.c-sectionTtl {
  font-size: 2.6rem;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  padding-left: 50px;
  padding-bottom: 25px;
  position: relative;
}
.c-sectionTtl::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
  background-position: center;
}
.c-sectionTtl::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  border-radius: 5px;
  background-color: #2ee62e;
}
.c-sectionTtl--customer::before {
  background-image: url(/_img/register/icon/human.png);
}
.c-sectionTtl--restart::before {
  background-image: url(/_img/register/icon/restart.png);
}
.c-sectionTtl--house::before {
  background-image: url(/_img/register/icon/house.png);
}
.c-sectionTtl--job::before {
  background-image: url(/_img/register/icon/job.png);
}
.c-sectionTtl--finance::before {
  background-image: url(/_img/register/icon/finance.png);
}
.c-sectionTtl--investment::before {
  background-image: url(/_img/register/icon/investment.png);
}
.c-sectionTtl--stock::before {
  background-image: url(/_img/register/icon/stock.png);
}
.c-sectionTtl--notification::before {
  background-image: url(/_img/register/icon/notification.png);
}
.c-sectionTtl--mail::before {
  background-image: url(/_img/register/icon/mail.png);
}
.c-sectionTtl--agree::before {
  background-image: url(/_img/register/icon/agree.png);
}
.c-sectionTtl--company::before {
  background-image: url(/_img/register/icon/company.png);
}
.c-sectionTtl--sendDoc::before {
  background-image: url(/_img/register/icon/sendDoc-g.png);
}
.c-sectionTtl--memo::before {
  background-image: url(/_img/register/icon/memo.png);
}
.c-sectionTtl .c-badge {
  margin-left: 10px;
}

.c-regInput {
  width: 510px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  background-color: #fff;
  padding: 0 20px;
  font-size: 1.4rem;
  color: #4c4c4c;
  border: 1px solid #e6e6e6;
}
.c-regInput--half {
  width: 250px;
}
.c-regInput--half + .c-regInput--half {
  margin-left: 10px;
}
.c-regInput--short {
  width: 150px;
}
.c-regInput--year, .c-regInput--month, .c-regInput--date, .c-regInput--prefecture, .c-regInput--corpYear, .c-regInput--industry {
  width: 150px;
  border-radius: 50px;
  cursor: pointer;
}
.c-regInput--month, .c-regInput--date {
  width: 100px;
}
.c-regInput--prefecture {
  width: 250px;
}
.c-regInput--corpYear {
  width: 250px;
}
.c-regInput--industry {
  width: 315px;
}
.c-regInput::-webkit-input-placeholder {
  color: #c2ccc2;
}
.c-regInput::-moz-placeholder {
  color: #c2ccc2;
}
.c-regInput:-ms-input-placeholder {
  color: #c2ccc2;
}
.c-regInput::-ms-input-placeholder {
  color: #c2ccc2;
}
.c-regInput::placeholder {
  color: #c2ccc2;
}
.c-regInput:-moz-placeholder-shown {
  background-color: #fafafa;
}
.c-regInput:-ms-input-placeholder {
  background-color: #fafafa;
}
.c-regInput:placeholder-shown {
  background-color: #fafafa;
}
.c-regInput:hover, .c-regInput:focus {
  background-color: #fff;
  border-color: #2ee62e;
}
.c-regInput.is-disabled {
  background-color: rgba(230, 230, 230, 0.7);
  cursor: auto;
  pointer-events: none;
  border-color: #d3d3d3;
}

.c-regInput__predict {
  position: relative;
}
.c-regInput__predict.is-hide {
  display: none;
}

.c-regInput__predictList {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 5px #f6f6f6;
  box-shadow: 0 0 8px 5px #f6f6f6;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.c-regInput__predictList > li {
  padding: 10px;
  background-color: #fff;
  cursor: pointer;
  color: #4c4c4c;
}
.c-regInput__predictList > li:hover {
  background-color: #e6ffe5;
}
.c-regInput__predictList > li + li {
  border-top: 1px solid #e6e6e6;
}

.c-regRadio {
  position: relative;
}
.c-regRadio + .c-regRadio {
  margin-left: 10px;
}
.c-regRadio + .c-regRadio:nth-child(4n+1) {
  margin-left: 0;
}
.c-regRadio:nth-child(n+5) {
  margin-top: 10px;
}
.c-regRadio--wide {
  width: 100%;
  height: 50px;
  border-radius: 40px;
  line-height: 1.3;
}
.c-regRadio--wide + .c-regRadio--wide {
  margin-left: 0;
  margin-top: 10px;
}
.c-regRadio--wide .c-regRadio__label {
  height: 100%;
}
.c-regRadio--box {
  width: 100%;
}
.c-regRadio--box + .c-regRadio--box {
  margin: 0;
  margin-top: 5px;
}
.c-regRadio--box .c-regRadio__label {
  width: 100%;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 14px 12px 14px 40px;
  border-radius: 13px;
  line-height: 1.3;
}

.c-regRadio__input {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.c-regRadio__input:checked + .c-regRadio__label {
  border: 2px solid #2ee62e;
  background-color: #e6ffe5;
}
.c-regRadio__input:checked + .c-regRadio__label::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 7px;
  width: 7px;
  border-radius: 7px;
  background-color: #2ee62e;
}
.c-regRadio__input:checked + .c-regRadio__label::before {
  border: 2px solid #2ee62e;
}

.c-regRadio__label {
  position: relative;
  cursor: pointer;
  height: 50px;
  width: 150px;
  border-radius: 50px;
  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;
  color: #4c4c4c;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 50px;
}
.c-regRadio__label::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  border: 1px solid #e6e6e6;
}
.c-regRadio__label:hover {
  border-color: #2ee62e;
}
.c-regRadio__label:hover::before {
  border: 1px solid #2ee62e;
}
.c-regRadio__label.is-disabled {
  background-color: #e1dddd;
  color: #bdbdbd;
  cursor: default;
  pointer-events: none;
}
.c-regRadio__label--var {
  width: auto;
  padding-left: 40px;
  padding-right: 30px;
}
.c-regRadio__label small {
  vertical-align: text-top;
  margin-left: 3px;
}

.c-regRadio__label__small {
  font-size: 1.2rem;
}

.c-regRadio__label__badge {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.2rem;
  border: 1px solid #4c4c4c;
  padding: 1px 3px;
  border-radius: 5px;
  display: inline-block;
  width: 33px;
}

.c-regCheckbox {
  position: relative;
}
.c-regCheckbox + .c-regCheckbox {
  margin-left: 10px;
}
.c-regCheckbox + .c-regCheckbox:nth-child(4n+1) {
  margin-left: 0;
}
.c-regCheckbox:nth-child(n+5) {
  margin-top: 10px;
}

.c-regCheckbox__input {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.c-regCheckbox__input:checked + .c-regCheckbox__label {
  border: 2px solid #2ee62e;
  background-color: #e6ffe5;
}
.c-regCheckbox__input:checked + .c-regCheckbox__label::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 7px;
  width: 7px;
  border-radius: 7px;
  background-color: #2ee62e;
}
.c-regCheckbox__input:checked + .c-regCheckbox__label::before {
  border: 2px solid #2ee62e;
}

.c-regCheckbox__label {
  cursor: pointer;
  height: 50px;
  width: 150px;
  border-radius: 50px;
  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;
  color: #4c4c4c;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  position: relative;
  font-size: 1.5rem;
}
.c-regCheckbox__label::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  border: 1px solid #e6e6e6;
}
.c-regCheckbox__label:hover {
  border-color: #2ee62e;
}
.c-regCheckbox__label:hover::before {
  border: 1px solid #2ee62e;
}
.c-regCheckbox__label--wide {
  width: 100%;
}
.c-regCheckbox__label.is-disabled {
  background-color: #e1dddd;
  color: #bdbdbd;
  cursor: default;
  pointer-events: none;
}

.c-regAgreeCheck {
  position: relative;
}
.c-regAgreeCheck--wide .c-regAgreeCheck__label {
  width: 300px;
}

.c-regAgreeCheck__input {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.c-regAgreeCheck__input:checked + .c-regAgreeCheck__label {
  border: 2px solid #2ee62e;
  background-color: #e6ffe5;
}
.c-regAgreeCheck__input:checked + .c-regAgreeCheck__label::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 9px;
  width: 10px;
  background-image: url(/_img/register/icon/check-g.png);
  background-size: contain;
}
.c-regAgreeCheck__input:checked + .c-regAgreeCheck__label::before {
  border: 2px solid #2ee62e;
}

.c-regAgreeCheck__label {
  cursor: pointer;
  height: 50px;
  width: 150px;
  border-radius: 40px;
  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;
  color: #4c4c4c;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  position: relative;
  font-size: 1.5rem;
}
.c-regAgreeCheck__label::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
  width: 15px;
  border-radius: 21px;
  border: 1px solid #e6e6e6;
}
.c-regAgreeCheck__label:hover {
  border-color: #2ee62e;
}

.c-regSelect {
  width: 100%;
}
.c-regSelect select {
  width: 100%;
  padding-left: 15px;
  padding-right: 25px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background-color: #fff;
  cursor: pointer;
  text-align: left;
  font-size: 1.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #4c4c4c;
  border: 1px solid #e6e6e6;
}
.c-regSelect select:hover, .c-regSelect select:focus {
  background-color: #fff;
  border-color: #2ee62e;
}
.c-regSelect select option:first-child {
  display: none;
}
.c-regSelect--short {
  width: 150px;
}
.c-regSelect + .c-regSelect {
  margin-left: 20px;
}

.c-regConsentBox {
  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;
  background-color: #e1f5e1;
  padding: 20px 30px;
}
.c-regConsentBox .c-caution {
  font-size: 1.5rem;
  line-height: 1.5;
}
.c-regConsentBox .c-caution + .c-caution {
  margin-top: 10px;
}
.c-regConsentBox + .c-regConsentBox {
  margin-top: 1px;
}
.c-regConsentBox--noFlex {
  display: block;
}

.c-regConsentBox__item {
  width: 560px;
}

.c-regConsentBox__btn {
  width: 180px;
  padding-left: 30px;
}
.c-regConsentBox__btn .c-flexBox {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-regConsentBox__btn .c-regRadio__label--sug {
  padding-left: 50px;
}
.c-regConsentBox__btn .c-regRadio__label__badge {
  height: 16px;
  line-height: 1;
  left: 30px;
  top: 0;
  bottom: 0;
  right: unset;
}

.c-regConsentBox__ttl {
  font-weight: bold;
}

.c-flexBox {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.c-flexBox--fs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-flexBox--summaryCard {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-flexBox--summaryCard .c-flexBox__item:first-child {
  width: 15%;
}
.c-flexBox--summaryCard .c-flexBox__item:nth-child(2) {
  width: 85%;
  padding-left: 25px;
}
.c-flexBox--c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-flexBox--c .c-flexBox__item {
  width: auto;
}
.c-flexBox--c .c-flexBox__item:first-child {
  padding-right: 25px;
}
.c-flexBox--entryQr {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-flexBox--entryQr .c-flexBox__item:first-child {
  width: 41%;
}
.c-flexBox--entryQr .c-flexBox__item:nth-child(2) {
  width: 45%;
  padding-left: 25px;
}
.c-flexBox--entryQr .c-flexBox__item:nth-child(3) {
  width: 14%;
  padding-left: 10px;
}
.c-flexBox--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-flexBox__item {
  width: 48%;
}
.c-flexBox__item--asc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.c-regLabel {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  line-height: 1.3;
}

.c-regLabel__label {
  max-width: 150px;
  margin-right: 15px;
  font-size: 1.5rem;
  color: #4c4c4c;
}

.c-regLabel__caution {
  width: 100%;
  margin-top: 10px;
}

.c-badge {
  display: inline-block;
  font-size: 1.2rem;
  color: #ff884c;
  height: 21px;
  width: 37px;
  line-height: 19px;
  border-radius: 3px;
  border: 1px solid #ff884c;
  text-align: center;
  background-color: #fff;
}

.c-regModal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
}
.c-regModal.is-hide {
  display: none;
}
.c-regModal .p-register__subTtL {
  position: relative;
  color: #000;
  margin-bottom: 25px;
}
.c-regModal .p-register__subTtL::after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #000;
  width: 100%;
  left: 0;
  right: 0;
  top: 0.5em;
  z-index: 1;
}
.c-regModal .p-register__subTtL span {
  position: relative;
  z-index: 10;
  background-color: #f5f5f5;
  padding: 0 15px;
}
.c-regModal .c-regBtn {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.c-regModal__content {
  position: absolute;
  top: calc(50% + 22px);
  left: 50%;
  margin: auto;
  padding: 0;
  width: 620px;
  padding: 30px 50px;
  max-height: 85vh;
  background-color: #f5f5f5;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-regModal__innerWrap {
  overflow-y: scroll;
  max-height: 70vh;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.c-regModal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.c-regModal__close {
  position: absolute;
  top: -40px;
  right: 3px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #fff;
  cursor: pointer;
}
.c-regModal__close::before, .c-regModal__close::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #000;
}
.c-regModal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-regModal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-regModal__content__scroll {
  overflow-y: auto;
  padding: 30px 50px;
  background-color: #fff;
}
.c-regModal__content__scroll .p-register__subTtL span {
  background-color: #fff;
}

.c-regPager {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -1120px;
  right: 0;
  margin: auto;
  width: 10px;
  max-height: 130px;
}
.c-regPager > li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #e6e6e6;
}
.c-regPager > li.is-active {
  background-color: #2ee62e;
}
.c-regPager > li + li {
  margin-top: 10px;
}
.c-regPager.is-hide {
  display: none;
}
.c-regPager--corp {
  max-height: 210px;
}

.c-alignment {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}
.c-alignment--disc:before {
  content: "・";
}
.c-alignment--kome:before {
  content: "※";
}
.c-alignment--komeNum {
  counter-increment: number;
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.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 {
  margin-right: 0.2em;
  content: counter(number) ".";
}
.c-alignment--prnNum {
  counter-increment: number;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.c-alignment--prnNum:before {
  content: "(" counter(number) ")";
  margin-right: 0.2em;
}
.c-alignment--prnNum:nth-child(n+10) {
  padding-left: 2.2em;
  text-indent: -2.2em;
}
.c-alignment a {
  text-indent: 0;
}
.c-alignment + .c-alignment {
  margin-top: 3px;
}

.c-caution {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.4;
}
.c-caution a {
  text-decoration: underline;
}
.c-caution em {
  color: #e52c2c;
  font-weight: bold;
}

.c-regText {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #4c4c4c;
}
.c-regText + .c-regText {
  margin-top: 10px;
}

.c-regOutsideTextWrap {
  width: 1000px;
  margin: 50px auto 30px;
}
.c-regOutsideTextWrap .c-alignment {
  color: #999;
}

.c-regOutsideText {
  font-size: 1.5rem;
  line-height: 1.3;
}

.c-regBtn {
  cursor: pointer;
  width: 240px;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  color: #fff;
  background-color: #00cc00;
  font-size: 1.6rem;
  text-align: center;
}
.c-regBtn--cancel {
  background-color: #e6e6e6;
  color: #000;
}
.c-regBtn:hover {
  opacity: 0.85;
}
.c-regBtn.is-disabled {
  background-color: #e6e6e6;
  pointer-events: none;
}
.c-regBtn.is-ok {
  background-color: #ff884c;
}

.c-regStep {
  width: 590px;
  margin: auto;
  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;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.c-regStep span {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 3px;
}
.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 > li {
  position: relative;
  border-radius: 56px;
  background-color: #e6e6e6;
  padding: 11px 17px 11px 60px;
}
.c-regStep > li.is-active {
  background-color: #2ee62e;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.c-regStep > li::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/_img/register/icon/cofirm.png);
  background-size: contain;
  height: 31px;
  width: 36px;
  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-chatbotBtn {
  position: fixed;
  right: 0;
  bottom: 20px;
  width: 47px;
  cursor: pointer;
}
.c-chatbotBtn img {
  width: 100%;
}

.c-textLink {
  color: inherit;
  text-decoration: underline;
}
.c-textLink:hover {
  opacity: 0.85;
}
.c-textLink--leftArrow::before {
  content: ">";
  margin-right: 5px;
  -webkit-transform: scale(0.8, 1.7);
  -ms-transform: scale(0.8, 1.7);
  transform: scale(0.8, 1.7);
  display: inline-block;
}

.c-regError {
  color: #ff3377;
  font-size: 1.2rem;
  display: block;
}
.c-regError.is-hide {
  display: none;
}
.c-regError .c-alignment {
  font-size: 1.2rem;
}
.c-regError .c-alignment + .c-alignment {
  margin-top: 0;
}
.c-regError .c-alignment.is-hide {
  display: none;
}
.c-regError:has(.is-hide) {
  margin-top: 0 !important;
}
.c-regError:not(:empty) {
  margin-top: 5px;
}

.c-regPdfLink {
  cursor: pointer;
  color: #3333ff;
  position: relative;
  text-decoration: underline;
  margin-right: 3px;
}
.c-regPdfLink::after {
  content: "";
  display: inline-block;
  background-image: url("/_img/register/icon/pdf.png");
  width: 15px;
  height: 17px;
  background-size: contain;
  margin-left: 3px;
  vertical-align: text-bottom;
}

.c-regPdfList > li {
  line-height: 1.3;
  font-size: 1.5rem;
}
.c-regPdfList > li a {
  text-decoration: underline;
}
.c-regPdfList > li a::after {
  content: "";
  background-image: url(/_img/register/icon/pdf.png);
  display: inline-block;
  width: 14px;
  height: 17px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 3px;
}
.c-regPdfList > li + li {
  margin-top: 30px;
}

.c-regCnfmList__item {
  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;
  border-top: 1px solid #f5f5f5;
  line-height: 1.3;
}
.c-regCnfmList__item dt {
  width: 300px;
  padding: 25px 15px;
}
.c-regCnfmList__item dd {
  width: 500px;
  padding: 25px 15px;
}
.c-regCnfmList__item.is-hide {
  display: none;
}

.c-regCnfmList__data.is-hide {
  display: none;
}

.c-text {
  font-size: 1.4rem;
  line-height: 1.5;
}
.c-text + .c-text {
  margin-top: 10px;
}
.c-text em {
  font-weight: bold;
}

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

.c-slideInModal {
  position: fixed;
  bottom: 0;
  right: -380px;
  bottom: 0;
  z-index: 1000;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-transition: right 200ms 0s ease;
  transition: right 200ms 0s ease;
}
.c-slideInModal.is-show {
  right: 0;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
}

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

.c-slideInModal__content {
  width: 380px;
  height: 500px;
}

.c-slideInModal__close {
  height: 44px;
  width: 44px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.c-slideInModal__close::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 19px;
  width: 19px;
  background-image: url(/_img/cross.png);
  background-size: cover;
}
.c-slideInModal__close:hover {
  opacity: 0.85;
}

.c-otherBtnWrap {
  text-align: center;
  margin-top: 25px;
}
.c-otherBtnWrap--text {
  color: #4d4d4d !important;
}
.c-otherBtnWrap:not(:last-child) {
  margin-bottom: 25px;
}

.c-otherBtn {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  padding: 0 42px;
  min-width: 176px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0;
  border-radius: 20px;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.c-otherBtn:hover {
  color: #071339 !important;
  opacity: 0.85;
}
.c-otherBtn:hover::after {
  color: #071339 !important;
}
.c-otherBtn--transparent {
  border: 1px solid #071339;
  background-color: transparent;
}
.c-otherBtn--transparent:hover {
  border-color: #016332;
  color: #016332 !important;
}
.c-otherBtn--transparent:hover::after {
  color: #016332 !important;
}
.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--entry {
  background-color: #32951E;
}
.c-otherBtn--entry:hover {
  background-color: #37A122;
  opacity: 1;
}
.c-otherBtn--register {
  background-color: #333;
}
.c-otherBtn--register:hover {
  opacity: 0.85;
}
.c-otherBtn--account {
  background-color: #32951E;
}
.c-otherBtn::after {
  content: ">";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  right: 15px;
  height: 1em;
  line-height: 0.8;
  -webkit-transform: scale(0.8, 1.7);
  -ms-transform: scale(0.8, 1.7);
  transform: scale(0.8, 1.7);
}
.c-otherBtn--logo::after {
  display: none;
}
.c-otherBtn--large {
  height: 61px;
  border-radius: 30px;
  line-height: 61px;
  font-size: 1.6rem;
  font-weight: bold;
  min-width: 300px;
}
.c-otherBtn--large::after {
  content: none;
}

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

.p-reg__stepWrap {
  margin-top: 50px;
  margin-bottom: 50px;
}
.p-reg__stepWrap .p-reg__subTtL {
  color: #909090;
}
.p-reg__stepWrap.is-hide {
  display: none;
}

.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__entryType {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 10px;
}
.p-reg__entryType > li {
  width: 402px;
  height: 128px;
}
.p-reg__entryType img {
  height: 10px;
}

.p-reg__entryType__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e6e6e6;
  border-radius: 24px;
  padding-left: 48px;
  padding-right: 24px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333;
  position: relative;
}
.p-reg__entryType__link::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  border: 1px solid #e6e6e6;
}
.p-reg__entryType__link.is-active {
  border-color: #2ee62e;
  background-color: #e6ffe5;
  pointer-events: none;
}
.p-reg__entryType__link.is-active::before {
  border: 2px solid #2ee62e;
}
.p-reg__entryType__link.is-active::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 8px;
  width: 8px;
  border-radius: 8px;
  background-color: #2ee62e;
}

.p-reg__subTtL {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.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: 49%;
}

.p-reg__errorlist {
  color: #000;
  font-size: 1.5rem;
}
.p-reg__errorlist dd {
  display: inline-block;
  margin-top: 10px;
  position: relative;
  padding-left: 17px;
  line-height: 1;
  margin-right: 15px;
}
.p-reg__errorlist dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #000;
}
.p-reg__errorlist dd a {
  color: #ff3377 !important;
  text-decoration: underline;
  margin-left: 3px;
}
.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;
  cursor: pointer;
}
.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__postSearch:hover {
  opacity: 0.85;
}

.p-reg__selectList, .p-reg__addressList {
  text-align: left;
  background-color: #ebebeb;
  padding: 10px;
  overflow-y: auto;
  color: #4c4c4c;
  cursor: pointer;
}
.p-reg__selectList .p-reg__subTtL span, .p-reg__addressList .p-reg__subTtL span {
  background-color: #f5f5f5;
}
.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__selectList > li:hover, .p-reg__addressList > li:hover {
  border-color: #2ee62e;
}
.p-reg__selectList > li:hover::before, .p-reg__addressList > li:hover::before {
  border: 1px solid #2ee62e;
}

.p-reg__multipleItem {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-reg__multipleItem .c-regRadio__input:checked + .c-regRadio__label::after {
  top: 19px;
  left: 19px;
  bottom: auto;
  height: 7px;
  width: 7px;
}
.p-reg__multipleItem .c-regCheckbox__input:checked + .c-regCheckbox__label::after {
  top: 19px;
  left: 19px;
  bottom: auto;
  height: 7px;
  width: 7px;
}
.p-reg__multipleItem .c-regRadio__label, .p-reg__multipleItem .c-regCheckbox__label {
  width: 120px;
  height: 120px;
  text-align: center;
  line-height: 1.1;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 25px;
}
.p-reg__multipleItem .c-regRadio__label::before, .p-reg__multipleItem .c-regCheckbox__label::before {
  top: 15px;
  left: 15px;
  bottom: auto;
}
.p-reg__multipleItem.c-flexBox::after {
  display: block;
  content: "";
  width: 30%;
}
.p-reg__multipleItem .c-regRadio__badge {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
}
.p-reg__multipleItem:has(> :nth-child(5):last-child) .c-regRadio__label {
  width: 94px;
  height: 94px;
}
.p-reg__multipleItem:has(> :nth-child(5):last-child) .c-regRadio__label::before {
  top: 10px;
  left: 10px;
  bottom: auto;
}
.p-reg__multipleItem:has(> :nth-child(5):last-child) .c-regRadio__input:checked + .c-regRadio__label::after {
  top: 14px;
  left: 14px;
  bottom: auto;
  height: 7px;
  width: 7px;
}
.p-reg__multipleItem:has(> :nth-child(5):last-child) .c-regRadio + .c-regRadio:nth-child(4n+1) {
  margin-left: 10px;
}
.p-reg__multipleItem:has(> :nth-child(5):last-child) .c-regRadio + .c-regRadio:nth-child(n+5) {
  margin-top: 0;
}

.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: 175px;
}

.p-reg__birth__month, .p-reg__birth__date {
  width: 125px;
  margin-left: 20px;
}

.p-reg__birth__corpYear {
  width: 275px;
}

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

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

.p-reg__changeLink {
  width: 1000px;
  margin: 20px auto;
  text-align: right;
}
.p-reg__changeLink .c-textLink {
  color: #4c4c4c;
  text-decoration: none;
}
.p-reg__changeLink .c-textLink:hover {
  opacity: 0.85;
}

#entryTypeSelect {
  display: none;
}
#entryTypeSelect.is-show {
  display: block;
}

#serviceName {
  display: none;
}
#serviceName.is-show {
  display: inline;
}

#singleEntryLogo {
  margin-right: 5px;
}
#singleEntryLogo img {
  height: 1.2rem;
}