@charset "UTF-8";
@font-face {
  font-family: "RakutenSansJP";
  font-style: normal;
  font-weight: 300;
  src: url(./fonts/RakutenSansJP_W_Light.woff2) format("woff2"), url(./fonts/RakutenSansJP_W_Light.woff) format("woff");
}
/*
@mixin flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  @mixin flex-left {
    display: flex;
    flex-wrap: wrap;
  }

  @mixin flex-left-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  @mixin flex-top-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  @mixin flex-left-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
  }

  @mixin flex-right-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
  }

  @mixin flex-top-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  @mixin flex-right-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }

  @mixin flex-between-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  @mixin flex-between-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  @mixin flex-between-end {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }



  @mixin box-width {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  @mixin transition-base {
    transition: all 0.3s ease-in-out;
  }

  @mixin ico-size-sm {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 100%;
    left: 15px;
  }

  @mixin ico-size-lsm {
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 100%;
    left: 15px;
  }

  @mixin ico-size-md {
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: 100%;
    left: 15px;
  }


  @mixin ico-size-lmd {
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 100%;
    left: 15px;
  }
*/
html {
  line-height: 1.6;
  font-family: "RakutenSansJP", sans-serif;
}
body {
  margin: 0;
  padding: 0;
  color: #222222;
  background-color: #ffffff;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "RakutenSansJP", sans-serif;
  padding-bottom: 65px;
}
@media only screen and (min-width: 768px) {
  body {
    padding-bottom: 80px;
  }
}

.c-page-sports {
  width: 100%;
  overflow: hidden;
}
.c-page-sports_main {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .c-page-sports_main {
    margin-bottom: 100px;
  }
}
.c-page-sports .main {
  width: 100%;
}
.c-page-sports *, .c-page-sports h1, .c-page-sports h2, .c-page-sports h3, .c-page-sports h4, .c-page-sports h5, .c-page-sports h6, .c-page-sports p, .c-page-sports dl, .c-page-sports dt, .c-page-sports dd {
  padding: 0;
  margin: 0;
}
.c-page-sports img {
  width: 100%;
  height: auto;
}
.c-page-sports li, .c-page-sports ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body, html {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
}
body *, html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-l-page-main {
  width: 100%;
  max-width: 522px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.header-wrap {
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header-wrap .header-inner {
  position: relative;
  height: 48px;
}
.header-wrap .header-inner .logo {
  position: absolute;
  width: 125.34px;
  display: block;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}
.header-wrap .header-inner .logo img {
  width: 100%;
}

.footer-wrap {
  width: 100%;
  position: relative;
  background-color: #000000;
  margin-top: 80px;
}
.footer-wrap .footer-inner {
  position: relative;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 30px;
}
.footer-wrap .footer-inner .nav-f-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  margin-bottom: 50px;
}
.footer-wrap .footer-inner .nav-f-list_item {
  margin: 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
  list-style: none;
}
.footer-wrap .footer-inner .nav-f-list_item a {
  color: #ffffff;
}
.footer-wrap .footer-inner .copyright-wrap {
  width: 10%;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
}

.form-container {
  width: 100%;
}

.l-fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
.l-fieldset .l-fieldset-heading {
  display: block;
  width: 100%;
}
.l-fieldset .l-fieldset-heading .heading {
  display: block;
  margin: 0;
  position: relative;
  font-size: 22px;
  line-height: 1;
  color: #000000;
  background-color: #F2F2F2;
  padding: 10px 20px;
  width: 100%;
}
.l-fieldset .l-fieldset-contents {
  margin-top: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
}
@media only screen and (min-width: 768px) {
  .l-fieldset .l-fieldset-contents {
    margin-top: 30px;
  }
}
.l-fieldset .l-fieldset-contents .l-fieldset-item {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .l-fieldset .l-fieldset-contents .l-fieldset-item {
    margin-bottom: 30px;
  }
}
.l-fieldset .l-fieldset-contents .l-fieldset-item .l-input.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-input-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-input-label .l-input-label-tag {
  padding-right: 8px;
  line-height: 1;
}
.l-input-label .l-input-label-tag .required-badge {
  background-color: #F98115;
  color: #ffffff;
  border-radius: 3px;
  height: 20px;
  min-width: 38px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 0 6px;
  font-size: 12px;
  font-weight: 500;
}
.l-input-label .l-input-label-text {
  line-height: 1;
  min-width: 0;
  font-size: 18px;
  font-weight: 700;
}

.l-input-target {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .l-input-target {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.l-input-target.l-input-target-radio {
  margin-top: 0;
}
.l-input-target .l-input-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-left: 8px;
  padding-right: 8px;
}
@media only screen and (min-width: 768px) {
  .l-input-target .l-input-box {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.l-input-target .l-input-box.width-lg {
  max-width: calc(100% - 10rem);
}
.l-input-target .l-input-box.width-md {
  max-width: 20rem;
}
.l-input-target .l-input-box.width-sm {
  max-width: 10rem;
}
.l-input-target .l-input-box.width-auto {
  max-width: auto;
}
.l-input-target .input-target {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff;
  border: 0;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-radius: 5px;
  padding: 10px 15px;
  -webkit-transition: border-bottom-color 0.3s;
  transition: border-bottom-color 0.3s;
  width: 100%;
  display: block;
}
.l-input-target .input-target.is-read-only {
  background-color: #CCCCCC;
  border: none !important;
}
.l-input-target .input-target.is-read-only:focus {
  border: none !important;
  outline: none !important;
}
.l-input-target input[disabled] {
  opacity: 0.3;
  background-color: #CCCCCC;
  cursor: not-allowed;
}

.select {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .select {
    font-size: 1.6rem;
  }
}
.select.is-empty,
.select .is-empty {
  color: #bcbcbc;
}
.select:not(.is-empty) .select-target::-ms-value {
  background: none;
  color: #000000;
}
.select.is-error .select-target {
  background: rgba(227, 0, 0, 0.05);
  border-bottom-color: #e30000;
}

.select-target {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('data:image/svg+xml;utf8,<svg id="_レイヤー_2" data-name="レイヤー 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.11 5.89"><path id="_線_12" data-name="線 12" class="cls-1" d="m3.64,4.88c0-.25.09-.49.26-.67L7.36.34c.37-.41,1-.45,1.41-.09,0,0,0,0,0,0,.41.37.45,1,.09,1.41,0,0,0,0,0,0l-3.46,3.87c-.36.42-.99.46-1.41.1-.22-.19-.35-.47-.34-.77h0Z"/><path id="_線_13" data-name="線 13" class="cls-1" d="m0,1.01C0,.72.12.45.34.26.75-.11,1.38-.08,1.75.33c0,0,0,0,0,0l3.46,3.87c.37.41.34,1.04-.07,1.41,0,0,0,0,0,0-.41.37-1.04.34-1.41-.07,0,0,0,0,0,0L.26,1.68C.09,1.49,0,1.25,0,1.01Z"/></svg>') no-repeat;
  background-size: 12px 10px;
  background-position: center right 10px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  color: #bcbcbc; /* デフォルトの未選択状態の色 */
  display: block;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  padding: 10px 15px;
  -webkit-transition: border-bottom-color 0.3s;
  transition: border-bottom-color 0.3s;
  width: 100%;
  /*&:after {
      content: "▼";
      position: absolute;
      z-index: 2;
      top: 0;
      right: 0;
  }*/
}
.select-target option {
  color: #000000;
}
.select-target option:disabled {
  color: #bcbcbc;
}
.select-target:not([value=""]) {
  color: #000000; /* 選択された場合の色 */
}

.input {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

*::-webkit-input-placeholder {
  color: #CDCCCC;
}

*::-moz-placeholder {
  color: #CDCCCC;
}

*:-ms-input-placeholder {
  color: #CDCCCC;
}

*::-ms-input-placeholder {
  color: #CDCCCC;
}

*::placeholder {
  color: #CDCCCC;
}

.checkbutton-group {
  grid-gap: 0;
  display: inline-grid;
  grid-auto-flow: column;
  vertical-align: middle;
}
.checkbutton-group.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbutton-group.column {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.checkbutton-group.column .radio-checkbutton {
  width: auto !important;
  margin: 0 30px 20px !important;
}
.checkbutton-group.column .radio-checkbutton .checkbutton-text {
  width: auto !important;
  display: inline-block !important;
}

.checkbutton.radio-checkbutton {
  display: inline-block;
  margin: 5px 10px;
  cursor: pointer;
}
.checkbutton.radio-checkbutton .checkbutton-target {
  display: none;
}
.checkbutton.radio-checkbutton .checkbutton-text {
  font-size: 1.5rem;
  background-color: transparent;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: block;
}
.checkbutton.radio-checkbutton .checkbutton-text.font-sm {
  font-size: 1.3rem;
}
.checkbutton.radio-checkbutton .checkbutton-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #707070;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.checkbutton.radio-checkbutton .checkbutton-text::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.checkbutton.radio-checkbutton .checkbutton-target:checked + .checkbutton-text::before {
  border-color: #2D8FD5;
  background-color: #2D8FD5;
}
.checkbutton.radio-checkbutton .checkbutton-target:checked + .checkbutton-text::after {
  background-color: #ffffff;
}
.checkbutton.checkbox-checkbutton {
  display: inline-block;
  margin: 0;
  cursor: pointer;
}
.checkbutton.checkbox-checkbutton .checkbutton-target {
  display: none;
}
.checkbutton.checkbox-checkbutton .checkbutton-text {
  font-size: 1.5rem;
  background-color: transparent;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  display: block;
}
@media only screen and (max-width: 375.95px) {
  .checkbutton.checkbox-checkbutton .checkbutton-text {
    font-size: 1.3rem;
  }
}
.checkbutton.checkbox-checkbutton .checkbutton-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  border: 2px solid #CCCCCC;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 2px;
}
.checkbutton.checkbox-checkbutton .checkbutton-text::after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 19.53 17.755'><g transform='translate(-247.96 8.333)'><path d='M5.583,13.969,12.974,8.9,0,0' transform='translate(264.71 -5.553) rotate(90)' fill='none' stroke='%230c3357' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'/></g></svg>");
  position: absolute;
  left: 5px;
  top: 32%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 13px;
  opacity: 0;
  visibility: hidden;
}
.checkbutton.checkbox-checkbutton .checkbutton-target:checked + .checkbutton-text::before {
  border-color: #CCCCCC;
  background-color: #ffffff;
}
.checkbutton.checkbox-checkbutton .checkbutton-target:checked + .checkbutton-text::after {
  opacity: 1;
  visibility: visible;
}

.unit-text {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.unit-text-sm {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

.input-intro-text {
  width: 100%;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  padding-left: 12px;
  padding-right: 12px;
}
.input-intro-text.font-size-lg {
  font-size: 1.8rem;
}

.input-group {
  margin-bottom: 20px;
}

input[type=text],
input[type=date],
input[type=tel],
input[type=email] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

label {
  display: block;
  margin-bottom: 5px;
}

button {
  width: 100%;
  padding: 10px 5px;
  background-color: #2D8FD5;
  border: none;
  color: white;
  border-radius: 3px;
  cursor: pointer;
}

button:hover {
  background-color: #0056b3;
}

.l-form-button {
  margin-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-button.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}
.l-button.mb-2 {
  margin-bottom: 20px;
}
.l-button .button-block,
.l-button label.button-block {
  display: inline-block;
  padding: 15px 20px;
  background-color: #ddd;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: not-allowed;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.l-button .button-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 8px;
  margin-right: 8px;
  max-width: 50%;
}
.l-button .button-block.button-block-primary {
  background-color: #2D8FD5;
}
.l-button .button-block.button-block-secondary {
  background-color: #4FBFB6;
}
.l-button .button-block.button-block-secondary-white {
  background-color: white;
  color: #4FBFB6;
  border: solid 2px #4FBFB6;
}
.l-button .button-block.button-block-tertiary {
  background-color: #F98115;
}
.l-button .button-block:disabled {
  opacity: 0.2;
  pointer-events: none;
}
.l-button .button-block.is-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.l-button .button-block.width-auto {
  max-width: 300px !important;
  width: auto !important;
}

.ms-3 {
  margin-left: 30px !important;
}

.ms-2 {
  margin-left: 20px !important;
}

.me-3 {
  margin-right: 30px !important;
}

.me-2 {
  margin-right: 20px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.font-weight-bold {
  font-weight: 700;
}

.text-red {
  color: #F94B4B;
}

.footer-note-unit {
  margin-top: 30px;
}
.footer-note-unit .footer-note {
  font-size: 1.4rem;
  font-weight: 400;
}

.l-input-error {
  grid-auto-columns: minmax(0, 100%);
  grid-auto-flow: row;
  margin-top: 8px;
}

.error-text {
  color: #F94B4B;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.select-images-wrap {
  width: 23%;
  margin-left: auto;
  margin-right: auto;
}
.select-images-wrap #imageOmote,
.select-images-wrap #imageUra {
  width: 100%;
}

.file-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #4CAF50; /* ボタンの色 */
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.file-button:hover {
  background-color: #45a049; /* ホバー時の色 */
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.content404-inner {
  width: 100%;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.job-description-card {
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.job-description-card .job-description-card-head {
  margin-bottom: 40px;
}
.job-description-card .job-description-card-head .job-description-card-name {
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.job-description-card .job-description-card-head .job-description-card-name .name-text {
  position: relative;
  line-height: 1.2;
  margin-right: 10px;
}
.job-description-card .job-description-card-head .job-description-card-name .name-text:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #000000;
  bottom: 0;
  left: 1px;
}
.job-description-card .job-description-card-head .job-description-card-name .parts {
  margin-left: 20px;
}
.job-description-card .job-description-card-head .job-description-card-lead {
  color: #2D8FD5;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
.job-description-card .job-description-card-head .ico-alert {
  width: 100px;
  margin: 0 auto 30px;
}
.job-description-card .job-description-card-head .ico-alert img {
  width: 100%;
}
.job-description-card .job-description-card-head .job-description-content-maintenance {
  width: calc(100% - 80px);
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  font-weight: 700;
}
.job-description-card .job-description-card-body .job-description-card-body-headding {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
}
.job-description-card .job-description-card-body .job-description-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.job-description-card .job-description-card-body .job-description-list-item .job-description-title {
  width: 80px;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.job-description-card .job-description-card-body .job-description-list-item .job-description-content {
  width: calc(100% - 80px);
  font-size: 1.4rem;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.job-description-card .job-description-card-body .job-description-info {
  font-size: 1.4rem;
  font-weight: 400;
}

.agree-content {
  margin-top: 20px;
  margin-bottom: 40px;
}
.agree-content .checkbutton-text {
  font-weight: 700 !important;
  font-size: 1.8rem !important;
}

.job-comple-card {
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.job-comple-card .job-comple-card-head {
  margin-bottom: 40px;
}
.job-comple-card .job-comple-card-head .job-comple-card-name {
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.job-comple-card .job-comple-card-head .job-comple-card-name .name-text {
  position: relative;
  line-height: 1.2;
  margin-right: 10px;
}
.job-comple-card .job-comple-card-head .job-comple-card-name .name-text:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #000000;
  bottom: 0;
  left: 1px;
}
.job-comple-card .job-comple-card-head .job-comple-card-name .parts {
  margin-left: 20px;
}
.job-comple-card .job-comple-card-head .job-comple-card-lead {
  color: #2D8FD5;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
.job-comple-card .job-comple-card-body .job-comple-card-body-headding {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
}
.job-comple-card .job-comple-card-body .job-comple-info {
  font-size: 1.6rem;
  font-weight: 400;
}
.job-comple-card .job-comple-card-body .job-comple-info02 {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
}

#account-holder-modal {
  width: 100%;
  height: 100dvh;
  z-index: 1000;
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
#account-holder-modal .modal-overlay {
  position: absolute;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 1;
}
#account-holder-modal .modal-content {
  width: 80%;
  max-width: 320px;
  height: auto;
  display: block;
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#account-holder-modal .modal-content .account-holder-modal-text {
  font-size: 16px;
  margin-bottom: 30px;
}
#account-holder-modal .ico-alert {
  width: 100px;
  margin: 0 auto 30px;
}
#account-holder-modal .ico-alert img {
  width: 100%;
}

.error {
  border: 2px solid red;
  margin-top: 3px;
  padding: 3px;
}

.error-message {
  color: red;
  display: none;
}

.input-error {
  border: 2px solid red !important;
}

.input-required:required {
  border: 2px solid red !important;
}

.box404-wrap {
  width: 100%;
  text-align: center;
  padding: 50px 0;
  font-size: 14px;
}

.box404-02-wrap {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.box404-02-wrap .font-lg {
  font-size: 20px;
  margin-bottom: 20px;
  color: red;
  font-weight: 700;
}