* {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #11012e; 
  box-sizing: border-box;
}

html {
}

body {
  background-color: #efefef;
  font-size: 16px;
}

h1 {
  font-size: 28px;
  font-weight: 800;
}

h2 {
  font-weight: 600;
  border-width: 0 0 1px 8px;
  border-color: #ff018f;
  border-style: solid;
  padding-left: 4px;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

a {
  color: #2a0c62;
  font-weight: 600;
  text-decoration: none;
}

form {
  margin: 0;
  padding: 0;
}

input {
  background: #efefef;
  margin: 4px;
  padding: 4px;
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: #11012e;
  position: relative;
}

input[readonly=true] {
  padding-left: 84px;
}

select {
  padding: 4px 16px;
  border-radius: 2em;
  background-color: #efefef;
}

div {
  max-width: 100%;
}

ol, ul {
  padding-inline-start: 20px;
}

#fotoma_wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#fotoma_header {
  width: 100%;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
  justify-content: space-between;
  align-items: center;
}

#fotoma_header > div {
  padding: 4px;
}

#fotoma_footer {
  margin-top: 16px;
}

#fotoma_footer > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#fotoma_footer a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
  margin-right: 8px;
}

#signin_btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#signin_form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#signin_form > input {
  display: block;
  width: 80%;
}

#privacy_policy_detail, #privacy_policy_detail *  {
  font-size: 14px;
}

#privacy_policy_detail li {
  font-weight: 600;
  color: #ff018f;
}

.wrapper {
  position: relative;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex > div {
  margin: 4px 4px;

}

.flex-center {
  display: flex;
  justify-content: center;
}

.flex-child-center > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cccccc;
  color: #aaaaaa;
  font-weight: 600;
  border-width: 0px;
  border-radius: 2em;
  margin: 8px;
  padding: 8px 24px;
  cursor: pointer;
}

.btn div {
  color: inherit;
  margin: 0 4px;
}

.btn.active {
  background-color: #ff018f;
  color: #efefef;
}

.btn.active svg * {
  fill: #efefef;
}

.a-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px;
  padding: 4px;
  cursor: pointer;
}

.a-btn > div {
  margin-left: 4px;
  margin-right: 4px;
}

.btn-signin {
  border-radius: 4px;
  width: 300px;
}

.btn-create-account > div, .btn-auth-code > div, .btn-flex > div {
  color: #aaaaaa;
  margin-left: 4px;
  margin-right: 4px;
}

.btn.inactive {
  background-color: #aaa;
}

.btn.inactive > div {
  background-color: #aaa;
  color: #666;
}

.w-300 {
  max-width: 300px;
  width: 300px;
}

.c-1 {
  color: #ff018f;
}

.c-9 {
  color: #aaaaaa;
}

.content-box {
  padding: 4px;
}

.f-small {
  font-size: 0.9rem;
}

.warning {
  font-weight: 500;
  color: #eb2e00;
}

.badge-tiny {
  font-size: 0.8em;
  background-color: #aaa;
  border-radius: 5px;
  padding: 4px 8px;
  white-space: nowrap;
  max-width: 80px;
  overflow: hidden;
}

.position-left {
  position: absolute ;
  margin: 4px;
  left: 0;
  top: 0;
}

.dump-text {
  word-break: break-all;
}

.text-center {
  text-align: center;
}

.select-role, .form-badge {
  display: flex;
  padding: 2px 12px;
  border-radius: 2em;
  margin: 4px 4px;
  font-size: 0.9em;
}

.select-role > div, .form-badge > div {
  margin: 4px 4px;

}

.form-items-wrapper {
  margin-left: 16px;
}

.selected {
  background: #ffcc00;
  color: #2a0c62;
}

.overlay_wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  background: #333333e0;
}

.overlay_wrapper_flex {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


