@charset "utf-8";

:root {
  --color-base: #0B1C7B;
  --color-progress: #0B1C7B;
  --color-radio_button: #E5F2F8;
  --color-next_button: #0B1C7B;
  --color-bar: #32A6E6;
}

/*------------------------------*/
/* RESET & SETTING */
/*------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, hr,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
  color: inherit;
  text-decoration: none;
}

body {
  font-size: 62.5%;
  overflow: auto;
}

article,aside,dialog,footer,header,section,footer,nav,figure,menu {
  display: block;
}

ol, ul, li {
  list-style: none;
  list-style-type: none;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

br {
  letter-spacing:normal;
}

img {
  vertical-align: top;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  font-size: 1.6em;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select,
a#submit-pwd-align {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.Radio-Input {
  appearance: none;
  position: absolute;
}

.Radio-Text::before {
  content: '';
  display: block;
  border-radius: 50%;
  border: 1px solid #D8D8D8;
  background: #F2F2F2;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  flex-shrink: 0;
}

.Radio,
.Radio2 {
  font-size: 1.6em;
  font-weight: normal;
}

.Radio-Text,
.Radio-Text2,
.Radio-Text3 {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #D8D8D8;
  padding: 12px 14px;
  border-radius: 5px;
  background: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  display:flex;
}

.Radio-Text[aria-required="true"],
.Radio-Text2[aria-required="true"],
.Radio-Text3[aria-required="true"] {
  background: #FFE7E7;
}

.Radio-Text2 {
  justify-content: center;
}

.Radio-Input:checked+.Radio-Text::after {
  content: '';
  position: absolute;
  left: calc(8px - 5px);
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #0B1C7B;
  top: auto;
  left: 18px;
}

.Radio-Input:checked+.Radio-Text {
  background: var(--color-radio_button);
}

.consent {
  margin-bottom: 34px;
}

.consent .Radio-Text {
  margin-bottom: 7px;
}

/*------------------------------*/
/* UTILITY */
/*------------------------------*/
* html .clearfix {
  zoom: 1;
}
*+html .clearfix {
  zoom: 1;
}
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

body,
table,
input, textarea, select, option {
  font-family: "游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  color: #000000;
}

p {
  font-size: 1.6em;
  line-height: 1.6;
  color: #000000;
}

.Div-Text {
  font-size: 1.6em;
  line-height: 1.6;
  color: #000000;
}

a:not(.day):not(.address1):not(.md-btn):not(.post-code){
  font-size: 1.6em;
  font-weight: bold;
  color: #0B1C7B;
  text-decoration: underline;
  padding: 5px 0;
  display: block;
}

#rnrkJusyoCode[aria-disabled="true"],
#knmJusyoCode[aria-disabled="true"]
 {
  background: #DFDFDF;
  cursor: default;
}

a.post-code{
  color: #0000EE;
  text-decoration: underline;
}

/*------------------------------*/
/* STYLE */
/*------------------------------*/
body {
  color: #000000;
  line-height: 1.6;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

#container {
  width: 680px;
  margin: 50px auto;
  text-align: left;
}

#header {
  width: 100%;
  text-align: center;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 200;
  box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.22);
}

#header h1 {
  font-size: 1.9em;
  color: #ffffff;
}

/* サイトロゴ */
#logo {
  background: var(--color-progress);
  padding: 10px 0;
}

#footer {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  color: #000000;
  position: relative;
}

#footer .copy {
  font-size: 1.2em;
}

h2 {
  color: var(--color-base);
  font-size: 2.4em;
  line-height: 1.4;
  letter-spacing: 0.1em;
  border-left: 12px solid var(--color-base);
  padding: 7px 0 6px 11px;
  margin: 40px 0 15px;
}

h3 {
  font-size: 1.8em;
  font-weight: bold;
}

h4 {
  font-size: 2.2em;
  color: var(--color-base);
  margin-bottom: 20px;
}

.req {
  background: #D64826;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 5px;
  margin: 0 8px;
}

.center {
  text-align: center;
}

form {
  margin: 20px 0;
}

label {
  font-size: 2.2em;
  font-weight: bold;
}

input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="file"],
select,
.btn_day,
.uploaded_show {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #D8D8D8;
  padding: 12px 14px;
  border-radius: 5px;
  background: #ffffff;
}

input[type="text"][aria-required="true"],
input[type="email"][aria-required="true"],
input[type="tel"][aria-required="true"],
input[type="number"][aria-required="true"],
input[type="password"][aria-required="true"],
input[type="file"][aria-required="true"],
select[aria-required="true"],
.btn_day[aria-required="true"],
.uploaded_show[aria-required="true"] {
  background: #FFE7E7;
}

button {
  width: 320px;
  border: 1px solid #DFDFDF;
  background: #DFDFDF;
  color: #ffffff;
  padding: 20px 0;
  margin: 0 0 0;
  font-size: 2.0em;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  border-radius: 50px;
  box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.22);
}

button#btn_get_address_work {
  width: auto;
  padding: 5px 8px;
  margin-top: 0;
  font-size: 1.6em;
  color: #8E8E8E;
  flex-shrink: 0;
}

button#btn_get_address_contact {
  width: auto;
  padding: 5px 8px;
  margin-top: 0;
  font-size: 1.6em;
  color: #8E8E8E;
  flex-shrink: 0;
}

button#btn_get_address_work.active {
  background: var(--color-next_button);
  color: #ffffff;
}

button#btn_get_address_contact.active {
  background: var(--color-next_button);
  color: #ffffff;
}

button#logout {
  width: auto;
  padding: 1px 8px;
  margin-top: 0;
  font-size: 1.6em;
  color: #8E8E8E;
  flex-shrink: 0;
}

button.active {
  background: var(--color-next_button);
}

.btn_next {
  background: var(--color-next_button);
}

.btn_back button {
  width: 200px;
  color: #8E8E8E;
  margin: 0;
  padding: 10px 0;
}

.btn_back.my_back {
  width: 260px;
}

.btn_back.my_back button {
  width: 260px;
}

.btn,
.btn_consent,
.btn_login {
  width: 320px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.btn_consent {
  margin-top: 30px;
  margin-bottom: 30px;
}

.btn_login {
  margin-bottom: 10px;
}

.btn_login button {
  margin-top: 30px;
}

.next-btn::before {
  content: "";
  margin: auto;
  position: absolute;
  right: 40px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg) translateY(11px);
}

.btn_back {
  width: 200px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.btn_close {
  width: 200px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
}

.btn_close button {
  color: #8E8E8E;
}

.btn_back::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 21px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #8e8e8e;
  border-right: 3px solid #8e8e8e;
  transform: rotate(225deg);
}

.btn_delete {
  float: right;
  background: #DBDBDB;
  border-radius: 10%;
  box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.22);
}

.btn_fixed_container {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  padding-top: 4px;
  background-color: white;
  z-index: 1;
}

.select {
  width: 100%;
  position: relative;
}

.select::before {
  content: '';
  margin: auto;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 21px;
  width: 0;
  height: 0;
  padding: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #03213F;
}

.step {
  text-align: center;
  color: #0B1C7B;
  font-weight: bold;
  margin: 10px 0 30px;
}

dl {
  padding-bottom: 30px;
}

dl dt {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}

dl dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

dl dd p.text {
  font-size: 2.0em;
}

.confirm_text b {
  font-size: 1.2em;
}

.code {
  width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.code input {
  padding: 12px 10px;
  text-align: center;
  width: 13%;
  -moz-appearance: textfield;
}

.code input[type="number"]::-webkit-inner-spin-button,
.code input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.error {
  color: #FF0000;
  font-weight: bold;
  font-size: 1.6em;
}

.valid {
  background-color: #fff !important;
}

.read {
  font-size: 1.6em;
}

.read b {
  display: block;
}

.read li {
  margin-bottom: 20px;
  text-indent: -1em;
  padding-left: 1em;
}

.block {
  display: block;
  padding-bottom: 13px;
}

.over_text {
  height: 250px;
  background: #F5F5F5;
  padding: 30px;
  overflow-y: scroll;
  box-sizing: border-box;
  margin: 50px 0 10px;
}

.f_cont {
  margin-bottom: 20px;
}

.f_cont dl {
  border-bottom: 1px dotted #5B748D;
  margin-bottom: 20px;
}

.md-btn {
  width: 26px;
  height: 26px;
  font-size: 1.6em;
  font-weight: bold;
  color: #8E8E8E;
  background: #DBDBDB;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  flex-shrink: 0;
  box-sizing: border-box;
  margin: 0 8px;
}

.md-contents {
  display: none;
  position: absolute;
  top: -60px;
  left: 50%;
  width: 70%;
  height: auto;
  overflow: hidden;
  transform: translateX(-50%);
  z-index: 10000;
  box-shadow: 2px 3px 6px 1px rgba(0, 0, 0, 0.22);
}

.md-contents.day_m {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F9F9F9;
  transform: inherit;
  overflow-y: scroll;
}

.md-inner {
  padding: 20px 20px;
  background: #F9F9F9;
  height: auto;
}

.md-contents.day_m .md-inner {
  width: 860px;
  margin: 0 auto;
}

.md-inner p {
  font-size: 1.4em;
}

.md-xmark {
  position: absolute;
  top: 0;
  right: 7px;
  width: 24px;
  height: 23px;
  z-index: 9999;
  cursor: pointer;
}

.md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}

.md-xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(21px) rotate(-45deg);
}


.md-xmark span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-10px) rotate(45deg);
}

.status {
  width: 680px;
  margin: 10px auto 10px;
  position: relative;
}

.progBar {
  width: 100%;
  height: 15px;
  border-radius: 50px;
  background: #ffffff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 4px;
}

.bar {
  width: 0%;
  height: 9px;
  border-radius: 50px 0 0 50px;
  --lighten: color-mix(in srgb, var(--color-bar), #fff 30%);
  background: var(--lighten);
}

.percent {
  width: 35px;
  height: 35px;
  background: #ffffff;
  --lighten: color-mix(in srgb, var(--color-bar), #fff 30%);
  color: var(--lighten);
  position: absolute;
  right: -10px;
  border-radius: 50%;
  font-size: 1.4em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.percent span {
  font-size: 0.7em;
}

.mystatus {
  width: 680px;
  margin: 10px auto 10px;
  position: relative;
}

.mystatus .progBar {
  width: 100%;
  height: 3px;
  border-radius: inherit;
  background: #ffffff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0;
}

.mystatus .bar {
  width: 0;
  height: 3px;
  border-radius: inherit;
  background: #707070;
  position: absolute;
  top: 0;
  left: 0;
}

.mystatus .bar.step02 {
  width: 14%;
}

.mystatus .bar.step03 {
  width: 26%;
}

.mystatus .bar.step04 {
  width: 39%;
}

.mystatus .bar.step05 {
  width: 52%;
}

.mystatus .bar.step06 {
  width: 64%;
}

.mystatus .bar.step07 {
  width: 78%;
}

.mystatus .bar.step08 {
  width: 100%;
}

.mystatus .step {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
}

.mystatus .step.past {
  background: #707070;
}

.mystatus .step.active {
  width: auto;
  height: auto;
  --lighten: color-mix(in srgb, var(--color-bar), #fff 30%);
  background: var(--lighten);
  border-radius: 50px;
  font-size: 1.4em;
  color: #ffffff;
  font-weight: bold;
  flex-shrink: 0;
  padding: 0 8px;
  position: relative;
  z-index: 10;
}

.mystatus .group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -19px;
}

.pc_bar {
  margin: 50px 0 50px;
}

.pc_bar .progBar {
  background: #C0C0C0;
}

.pc_bar .step {
  background: #C0C0C0;
}

.pc_bar .step.active {
  font-size: 1.6em;
  padding: 4px 14px;
}

.pc_bar .bar.step04 {
  width: 43%;
}

.pc_bar .bar.step06 {
  width: 76%;
}

.pc_bar .bar.step07 {
  width: 100%;
}

.peps_description_link {
  font-size: 1.6em;
  font-weight: bold;
  color: #0B1C7B;
  text-decoration: underline;
  margin: 5px 0;
  display: block;
  cursor: pointer
}

.income_description_link {
  font-size: 1.6em;
  font-weight: bold;
  color: #0B1C7B;
  text-decoration: underline;
  margin: 5px 0;
  display: block;
  cursor: pointer
}

.income_description_table {
  border-collapse: collapse;
  width:100%
}

.income_description_table th {
  background-color: #ffff00;
  padding: 10px;
  border: 1px solid #ddd;
  font-size:14px
}

.income_description_table td {
  background-color: #fffaf0;
  padding: 10px;
  border: 1px solid #ddd;
  font-size:12px
}

.account {
  background: #F5F5F5;
  padding: 7px 12px 9px;
  box-sizing: border-box;
}

.account .inner {
  width: 680px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex {
  display: flex;
  align-items: flex-end;
}

.align_center {
  align-items: center;
}

.between {
  justify-content: space-between;
}

.wrap {
  flex-wrap: wrap;
}

.unit {
  font-size: 1.6em;
  padding-left: 5px;
  flex-shrink: 0;
}

ul.info h3 {
  font-size: 2.0em;
}

ul.info p {
  font-size: 2.0em;
}

ul.info p2 {
  font-size: 1.1em;
}

ul.info li {
  background: #F4F8FA;
  margin-bottom: 5px;
  padding: 13px 21px;
  min-height: 30px;
}

.add_btn {
  width: 52px;
  height: 52px;
  font-size: 4em;
  border-radius: 50%;
  background: #DBDBDB;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.22);
  flex-shrink: 0;
  margin-right: 14px;
}

.add_btn:hover {
  cursor: pointer;
}

.pass {
  position: relative;
}

#buttonEye {
  width: 22px;
  height: 15px;
  position: absolute;
  top: 18px;
  right: 10px;
}

.fa-eye-slash:before {

}

span.filename {
  margin-left: 5px;
  font-size: 1.4em;
  display: inline-block;
  padding-top: 3px;
}

.w-20 {
  width: 22%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 48.5%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-92 {
  width: 92%;
}

.w-94 {
  width: 94%;
}

.w-96 {
  width: 96%;
}

.w-98 {
  width: 98%;
}

.w-100 {
  width: 100%;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.ml-5 {
  margin-left: 5px;
}

.fsize14 {
  font-size: 1.4em;
}

.sp {
  display: none !important;
}

.unrequired:not(:checked) {
  background-color: #fff;
}

.disabled {
  background-color: #DFDFDF !important;
}

.display-none {
  display: none;
}


.balloon {
  position: absolute;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 12px;
  background: #E8EAFF;
  transform: translateY(-70px);
  box-shadow: #11111130 0 3px 6px;
  border-radius: 10px;
  display: none;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  margin-left: -16px;
  border: 8px solid transparent;
  border-top: 35px solid #E8EAFF;
}

.flex .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  margin-left: -16px;
  border: 8px solid transparent;
  border-top: 55px solid #E8EAFF;
}

.balloon p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.action-buttons {
  height: 250px;
  display: none;
}

input::-ms-clear,input::-ms-reveal{
    display: none;
}

#container.mypage {
    /* margin-top: 190px; */
  }

.show-btn-check {
  appearance: auto !important;
  display: inherit !important;
  position: relative;
  top: 4px;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  border: solid 1px #888888;
  background: #FFFFFF;
  border-radius: 4px;
  margin-right: 10px;
}

a#main-submit41 {
    width: 320px;
    border: 1px solid #DFDFDF;
    background: var(--color-next_button);
    color: #ffffff;
    padding: 20px 0;
    margin: 0 0 0;
    font-size: 2.0em;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-align: center;
    border-radius: 50px;
    box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.22);
}

.disablebtn {
    background: #DFDFDF !important;
}

.link-contents-new {
    text-decoration: none !important;
}

/* ========== エラーページ ========== */
.errorpageMessage {
    color:red;
    font-size:16px;
}

@media all and (min-width: 0) and (max-width: 767px) {

  body {
    min-width: auto;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  a:hover img,
  a:hover {
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
  }

  img {
    width: 100%;
    height: auto;
  }

  body {
    min-width: inherit;
  }

  #container {
    width: auto;
    margin: 28px 20px 40px;
  }

  p {
    word-break: break-all;
    line-height: 1.6;
  }

  input[type="text"],
  input[type="email"] {
    width: 100%;
  }

  button {
    width: 100%;
  }

  .btn {
    width: auto;
  }

  .code {
    width: auto;
    margin: 0 auto;
  }

  .code input {
    width: 13%;
  }

  .status {
    width: auto;
    margin: 10px 20px;
  }

  .mystatus {
    width: auto;
    margin: 10px 20px 10px;
    position: relative;
  }

  .account .inner {
    width: auto;
  }

  .md-contents.day_m .md-inner {
    width: auto;
    margin: 0 auto;
  }

  .balloon {
    transform: translateY(-100px);
  }

  .balloon:before {
    content: "";
    top: 100%;
    left: 30px;
    border-top: 45px solid #E8EAFF;
  }

  .flex .balloon:before {
    top: 100%;
    border-top: 65px solid #E8EAFF;
  }

  footer {
    width: auto;
    margin: 0 auto;
    padding: 0 20px 10px;
  }

  footer .copy {
    position: static;
    margin: 10px 0;
  }

}

@media all and (min-width: 0) and (max-width: 321px) {


}

 body{
  overflow-y:auto !important;
 }

 .show-btn-check_repeat {
  appearance: auto !important;
  display: inherit !important;
  position: relative;
  left: 0;
  display: block;
  width: 22px;
  height: 18px;
  border: solid 1px #888888;
  background: #FFFFFF;
  border-radius: 4px;
  margin-right: 10px;
}
 .check_area {
  display: flex;
  position: relative;
}
.check_area label {
  font-size: 1.6em;
  line-height: 1.6;
  color: #3366FF;
}
 
/* FMにデータ入力後、未入力によるピンク色が消える場合、消えない場合がある。 */
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
}