html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

* {
  font-family: HiraginoSans-W3, Meiryo;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  text-decoration: none;
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  color: #d3d3d3;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: #d3d3d3;
}
::-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  color: #d3d3d3;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  outline: none;
}

input[type='text'],
input[type='number'],
input[type='tel'],
input[type='emeil'],
input[type='password'],
textarea,
.input_text {
  -webkit-appearance: none;
  box-shadow: none;
  font-size: 16px !important;
  border-radius: 4px;
  border: solid 1px #ebebeb;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 100%;
  padding: 0 10px;
}

.input_text {
  height: 44px;
  line-height: 44px;
}

.input_text::placeholder {
  color: #d3d3d3;
}

.input_tel {
  display: flex;
  align-items: center;
}
.input_tel .input_number {
  width: 30%;
  max-width: 100px;
  height: 44px;
  line-height: 44px;
  justify-content: space-between;
}

.input_tel .input_bar {
  width: 6px;
  margin: 0 10px;
  color: #333333;
}

.input_postalCode .input_postalCode1 {
  width: 22.7%;
  height: 44px;
  max-width: 85px;
}

.input_postalCode .input_postalCode2 {
  max-width: 100px;
  width: 26.7%;
  height: 44px;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

select {
  width: 175px;
  height: 44px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  cursor: pointer;
  border-radius: 4px;
  border: solid 1px #ebebeb;
  font-size: 16px;
  color: #555555;
  padding: 2px 8px;
}

select:disabled {
  background: #ebebeb !important;
  cursor: not-allowed !important;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

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

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}
.text-center {
  text-align: center;
}

.day-name {
  color: #888888;
  justify-content: center;
}
.signup-field {
  background-color: #ffffff;
  width: 500px;
  height: auto;
  margin: 90px auto;
  padding-top: 1px;
  box-sizing: border-box;
  padding-right: 66px;
  padding-left: 66px;
}

.banner-img {
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
}
.banner-img:hover {
  opacity: 0.8;
}

.banner-disable {
  cursor: not-allowed;
}

.jobbar {
  padding: 1.5px 0;
}

.jobbar-inner {
  display: flex;
  border-radius: 2em;
  color: #ffffff;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: HiraginoSans-W6, Meiryo;
  font-size: 10px;
}
.input_group {
  position: relative;
  margin: 0 auto;
  margin-bottom: 22px;
  text-align: center;
}
.input_label {
  font-size: 12px;
  color: #666666;
  font-family: HiraginoSans-W6, Meiryo;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

.prof_image {
  width: 122px;
  height: 122px;
  border-radius: 50%;
}

#loading_modal {
  position: fixed;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  overflow: auto;
}
.btn-switch-type {
  width: 115px !important;
  height: 33px !important;
  font-size: 12px !important;
}
.container-sp {
  width: 90%;
  margin: 0 auto;
}
.skill-level {
  align-items: center;
  border-radius: 3px;
  padding: 0 8px;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  height: 20px;
  line-height: 18px;
  display: inline-block;
}
.skill-level-name {
  font-size: 12px;
  padding-right: 2px;
}
.skill-level-star {
  margin-right: 2px;
}
.skill-level-star svg {
  width: 12px;
}
.radio-wrapper .radio > span {
  padding-left: 15px;
}
.radio-wrapper .skill-level-star svg {
  width: 20px;
}
.pre-text {
  white-space: pre-wrap;
}
.font-bold {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .menu-show {
    overflow: hidden;
  }

  .menu-show .menu-backdrop {
    display: block !important;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.no-wrap {
  white-space: nowrap;
}
