@charset "UTF-8";
body {
  margin: 0;
  font-family: "Graphik Web", "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Tahoma, sans-serif;
  color: #111839;
  line-height: 1.5;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
}
@media all and (min-width: 801px) {
  body {
    font-size: 18px;
  }
}

div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
address,
code,
del,
em,
img,
small,
strong,
sub,
sup,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
nav,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

a {
  color: #111839;
}
.pc a:hover {
  text-decoration: none;
}

a[href*="tel:"] {
  text-decoration: none;
  pointer-events: none;
}
.phone a[href*="tel:"] {
  text-decoration: underline;
  pointer-events: visible;
}

button {
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-family: "Graphik Web", "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Tahoma, sans-serif;
}

textarea {
  resize: vertical;
}

.rs-iframe-wrap {
  border: 1px solid #d2d2d2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.rs-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

body,
.rs-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.rs-main {
  height: 100%;
  flex-grow: 1;
  box-sizing: border-box;
}

/* Font Icon */
@font-face {
  font-family: "icomoon";
  src: url("/font_fe/icomoon.eot?h8bnv0");
  src: url("/font_fe/icomoon.eot?h8bnv0#iefix") format("embedded-opentype"), url("/font_fe/icomoon.ttf?h8bnv0") format("truetype"), url("/font_fe/icomoon.woff?h8bnv0") format("woff"), url("/font_fe/icomoon.svg?h8bnv0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Vue visibility control */
[v-cloak] {
  display: none;
}

.rs-accordion__trigger {
  cursor: pointer;
}
.rs-accordion__content {
  display: none;
}
.rs-accordion__content--open {
  display: block;
}

.rs-addition__target {
  display: none;
}
.rs-addition__target--added {
  display: block !important;
}
.rs-addition__trigger--off {
  display: none !important;
}

.rs-border {
  border: 3px solid #f2f6f8;
}
.rs-border--gray {
  border-color: #f1eeee;
}
.rs-border--left {
  padding-left: 10px;
  box-sizing: border-box;
  border: none;
  border-left: 2px solid #f1eeee;
}
@media all and (min-width: 801px) {
  .rs-border--left {
    padding-left: 20px;
  }
}

.rs-button {
  display: inline-flex;
  width: 100%;
  text-decoration: none;
  border: 1px solid #2175d9;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #fff;
  user-select: none;
  color: #2175d9 !important;
  word-break: break-word;
  line-height: 1.33;
  cursor: pointer;
  transition-property: background-color, border-color, color, opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
.pc .rs-button:hover:not(:disabled):not(.rs-button--disabled) {
  cursor: pointer;
  color: #fff !important;
  background-color: #2175d9;
}
.rs-button__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 3px 5px;
  box-sizing: border-box;
}
@media all and (min-width: 801px) {
  .rs-button__inner {
    padding: 3px 10px;
  }
}
.rs-button__inner > span {
  text-align: center;
  word-break: break-all;
}
.rs-button__inner .rs-icon {
  vertical-align: baseline;
}
.rs-button--width-auto {
  width: inherit;
  max-width: inherit;
}
.rs-button .rs-icon {
  margin-right: 6px;
}
.rs-button .rs-icon--modal {
  font-size: 0.8em;
  vertical-align: baseline;
}
@media all and (min-width: 801px) {
  .rs-button--tall .rs-button__inner {
    min-height: 70px;
  }
}
.rs-button--short .rs-button__inner {
  min-height: 50px;
}
.rs-button--small {
  width: 108px;
}
@media all and (min-width: 801px) {
  .rs-button--small {
    width: 175px;
  }
}
.rs-button--primary {
  color: #fff !important;
  background-color: #2175d9;
}
.pc .rs-button--primary:hover:not(:disabled):not(.rs-button--disabled) {
  color: #2175d9 !important;
  background-color: #fff;
}
.rs-button--secondary {
  color: #fff !important;
  background-color: #111839;
  border-color: #111839;
}
.pc .rs-button--secondary:hover:not(:disabled):not(.rs-button--disabled) {
  color: #111839 !important;
  background-color: #fff;
}
.rs-button--shadow {
  border-color: transparent;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.16);
}
.pc .rs-button--shadow:hover:not(:disabled):not(.rs-button--disabled) {
  box-shadow: none;
}
.rs-button:disabled, .rs-button--disabled {
  color: #fff !important;
  background-color: #d2d2d2;
  border-color: #d2d2d2;
  cursor: not-allowed;
}
.rs-button--file {
  font-size: smaller;
}
.rs-button--file input {
  display: none;
}

.rs-no-efo-link {
  width: 55%;
  margin: 0 auto !important;
}
@media all and (min-width: 801px) {
  .rs-no-efo-link {
    width: 50%;
  }
}

.rs-collapse-transition {
  transition: 0.3s height ease-in-out, 0.3s padding-top ease-in-out, 0.3s padding-bottom ease-in-out;
}

.rs-collapse-item {
  margin: 0;
  list-style: none;
}
@media all and (min-width: 801px) {
  .rs-collapse-item {
    position: relative;
  }
}
@media all and (min-width: 801px) {
  .rs-collapse-item::after {
    position: absolute;
    top: 41px;
    right: 16px;
    content: "\e90e";
    display: inline-block;
    font-family: "icomoon" !important;
    color: #2175d9;
    pointer-events: none;
  }
}
@media all and (min-width: 801px) {
  .rs-collapse-item--open::after {
    content: "\e912";
  }
}
@media all and (max-width: 800px) {
  .rs-collapse-item--open .rs-collapse-item__heading::after {
    content: "\e912";
  }
}
.rs-collapse-item__heading {
  cursor: pointer;
  position: relative;
}
@media all and (max-width: 800px) {
  .rs-collapse-item__heading::after {
    position: absolute;
    top: 30px;
    right: 16px;
    content: "\e90e";
    display: inline-block;
    font-family: "icomoon" !important;
    color: #2175d9;
  }
}
.rs-collapse-item__heading-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.2s;
}
.rs-collapse-item--open .rs-collapse-item__heading-icon {
  transform: translateY(-50%) rotate(180deg);
}
.rs-collapse-item__mask {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  will-change: height;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.rs-collapse-item__content {
  padding-top: 20px;
  padding-bottom: 10px;
}
.rs-collapse-item + .rs-collapse-item {
  margin-top: -1px;
}

.rs-footer {
  margin-top: 30px;
  padding: 40px 0 30px;
  background-color: #111839;
}
@media all and (min-width: 801px) {
  .rs-footer {
    padding: 50px 0 100px;
  }
}

@media all and (min-width: 801px) {
  .rs-footer-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.rs-footer-list__item {
  margin-top: 7px;
  padding-right: 20px;
  font-size: 14px;
}
.rs-footer-list__item:last-child() {
  padding-right: 0;
}
@media all and (min-width: 801px) {
  .rs-footer-list__item {
    margin-top: 0;
  }
}
.rs-footer-list__item a {
  color: #9398ac;
  text-decoration: none;
}
.rs-footer-list__item .rs-icon {
  padding-left: 10px;
  vertical-align: baseline;
}

.rs-footer-copy {
  display: inline-block;
  margin-top: 40px;
  font-size: 14px;
  color: #fff;
}
@media all and (min-width: 801px) {
  .rs-footer-copy {
    margin-top: 25px;
    font-size: 12px;
  }
}

input[type=text],
input[type=tel],
input[type=email],
input[type=date],
input[type=search],
input[type=password],
select,
textarea {
  font-family: "Graphik Web", "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Tahoma, sans-serif;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
}
@media all and (min-width: 801px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=date],
  input[type=search],
  input[type=password],
  select,
  textarea {
    font-size: 18px;
  }
}

.rs-form-label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.rs-input-radio,
.rs-input-checkbox {
  position: absolute;
  opacity: 0;
}
.rs-input-radio + .rs-input-name,
.rs-input-checkbox + .rs-input-name {
  display: inline-block;
  padding-left: 24px;
}
.rs-input-radio + .rs-input-name::selection,
.rs-input-checkbox + .rs-input-name::selection {
  background-color: none;
  color: #111839;
}
@media all and (min-width: 801px) {
  .rs-input-radio + .rs-input-name,
  .rs-input-checkbox + .rs-input-name {
    padding-left: 32px;
  }
}
.rs-input-radio + .rs-input-name::before,
.rs-input-checkbox + .rs-input-name::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 1px solid #bfbfbf;
  content: "";
  background-color: #fff;
  box-sizing: border-box;
}
@media all and (min-width: 801px) {
  .rs-input-radio + .rs-input-name::before,
  .rs-input-checkbox + .rs-input-name::before {
    top: 2px;
    width: 24px;
    height: 24px;
  }
}
.rs-input-radio:disabled + .rs-input-name::before,
.rs-input-checkbox:disabled + .rs-input-name::before {
  border-color: #d2d2d2;
  background-color: #d2d2d2;
  cursor: not-allowed;
}
.rs-input-radio:disabled + .rs-input-name,
.rs-input-checkbox:disabled + .rs-input-name {
  cursor: not-allowed;
}
.rs-input-radio:required + .rs-input-name::before,
.rs-input-checkbox:required + .rs-input-name::before {
  border-color: #fbb429;
  background-color: #fbf6df;
}
.rs-input-radio:required:focus + .rs-input-name::before,
.rs-input-checkbox:required:focus + .rs-input-name::before {
  border-color: #fbb429;
  background-color: #fbf6df;
}
.rs-input-radio.rs-form-error + .rs-input-name::before,
.rs-input-checkbox.rs-form-error + .rs-input-name::before {
  border-color: #e00f0f;
  background-color: #fff1ee;
}
.rs-input-radio:checked + .rs-input-name::after,
.rs-input-checkbox:checked + .rs-input-name::after {
  position: absolute;
  display: inline-block;
  content: "";
}

.rs-input-checkbox.efo_valid:not(#rs-zangy-under-twenty-ckb):not(#rs-zangy-over-twenty-ckb) + .rs-input-name::before {
  border-color: #bfbfbf !important;
  background-color: #fff !important;
}
.rs-input-checkbox.efo_invalid + .rs-input-name::before {
  border-color: #e00f0f !important;
  background-color: #fff1ee !important;
}
.rs-input-checkbox + .rs-input-name::before {
  border-radius: 4px;
}
.rs-input-checkbox:checked + .rs-input-name::after {
  top: 10px;
  left: 1px;
  width: 16px;
  height: 16px;
  content: "\e917";
  font-family: "icomoon";
  color: #2175d9;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
}
.rs-input-checkbox:checked + .rs-input-name::after::selection {
  color: #2175d9 !important;
}
@media all and (min-width: 801px) {
  .rs-input-checkbox:checked + .rs-input-name::after {
    top: 14px;
    left: 3px;
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
}

.rs-input-radio.efo_valid + .rs-input-name::before {
  border-color: #bfbfbf;
  background-color: #fff;
}
.rs-input-radio.efo_invalid + .rs-input-name::before {
  border-color: #e00f0f;
  background-color: #fff1ee !important;
}
.rs-input-radio + .rs-input-name::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
@media all and (min-width: 801px) {
  .rs-input-radio + .rs-input-name::before {
    width: 24px;
    height: 24px;
  }
}
.rs-input-radio:checked + .rs-input-name::after {
  top: 4px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #2175d9;
}
@media all and (min-width: 801px) {
  .rs-input-radio:checked + .rs-input-name::after {
    top: 6px;
    left: 4px;
    width: 16px;
    height: 16px;
  }
}

.rs-select,
.rs-input-text,
.rs-textarea {
  width: 100%;
  height: auto;
  min-height: 52px;
  padding: 10px 14px;
  box-sizing: border-box;
  line-height: inherit;
  color: #111839;
  border: solid 1px #d2d2d2;
  border-radius: 4px;
}
.rs-select:required,
.rs-input-text:required,
.rs-textarea:required {
  border-color: #fbb429;
  background-color: #fbf6df;
}
.rs-select:required:focus,
.rs-input-text:required:focus,
.rs-textarea:required:focus {
  border-color: #fbb429;
  background-color: #fbf6df;
}
.rs-select.efo_valid,
.rs-input-text.efo_valid,
.rs-textarea.efo_valid {
  border: solid 1px #d2d2d2;
  background-color: #fff;
}
.rs-select.efo_invalid,
.rs-input-text.efo_invalid,
.rs-textarea.efo_invalid {
  border-color: #e00f0f;
  background-color: #fff1ee !important;
}
.rs-select.rs-form-error,
.rs-input-text.rs-form-error,
.rs-textarea.rs-form-error {
  border-color: #e00f0f;
  background-color: #fff1ee;
}

select:-internal-autofill-selected.rs-select,
input:-internal-autofill-selected.rs-input-text,
textarea:-internal-autofill-selected.rs-textarea {
  width: 100%;
  height: auto;
  min-height: 52px;
  padding: 10px 14px;
  box-sizing: border-box;
  line-height: inherit;
  color: #111839;
  border: solid 1px #d2d2d2;
  border-radius: 4px;
}
select:-internal-autofill-selected.rs-select:required,
input:-internal-autofill-selected.rs-input-text:required,
textarea:-internal-autofill-selected.rs-textarea:required {
  border-color: #fbb429;
  background-color: #fbf6df;
  box-shadow: 0 0 0px 1000px #fbf6df inset;
}
select:-internal-autofill-selected.rs-select:required:focus,
input:-internal-autofill-selected.rs-input-text:required:focus,
textarea:-internal-autofill-selected.rs-textarea:required:focus {
  border-color: #fbb429;
  background-color: #fbf6df;
  box-shadow: 0 0 0px 1000px #fbf6df inset;
}
select:-internal-autofill-selected.rs-select.efo_valid,
input:-internal-autofill-selected.rs-input-text.efo_valid,
textarea:-internal-autofill-selected.rs-textarea.efo_valid {
  border: solid 1px #d2d2d2;
  background-color: #fff;
  box-shadow: 0 0 0px 1000px #fff inset;
}
select:-internal-autofill-selected.rs-select.efo_invalid,
input:-internal-autofill-selected.rs-input-text.efo_invalid,
textarea:-internal-autofill-selected.rs-textarea.efo_invalid {
  border-color: #e00f0f;
  background-color: #fff1ee !important;
}
select:-internal-autofill-selected.rs-select.rs-form-error,
input:-internal-autofill-selected.rs-input-text.rs-form-error,
textarea:-internal-autofill-selected.rs-textarea.rs-form-error {
  border-color: #e00f0f;
  background-color: #fff1ee;
  box-shadow: 0 0 0px 1000px #fff1ee inset;
}

select[name=syugy_kikan_end_yy]:disabled,
select[name=syugy_kikan_end_mm]:disabled {
  background-color: #d2d2d2 !important;
  border-color: #d2d2d2;
  color: #bdbdbd;
  cursor: not-allowed;
}

.rs-textarea {
  height: 130px;
  overflow: auto;
}

.rs-input-text,
.rs-textarea {
  -webkit-appearance: none;
}
.rs-input-text:-ms-input-placeholder,
.rs-textarea:-ms-input-placeholder {
  color: #bdbdbd;
}
.rs-input-text::-ms-input-placeholder,
.rs-textarea::-ms-input-placeholder {
  color: #bdbdbd;
}
.rs-input-text::placeholder,
.rs-textarea::placeholder {
  color: #bdbdbd;
}

@media (min-width: 0px) and (max-width: 350px) {
  .rs-select-container--brth-year select {
    padding-right: 0px;
    padding-left: 8px;
  }
}

.rs-select-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.rs-select-wrap::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 15px;
  height: 15px;
  content: "\e90b";
  font-family: "icomoon";
  font-size: 15px;
  line-height: 1em;
  color: #2175d9;
  transform: translateY(-50%);
  pointer-events: none;
}
.rs-form-label + .rs-select-wrap {
  margin-left: 10px;
}

.rs-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px;
  background-image: none;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
}
.rs-select--smaller {
  font-size: smaller;
}

select::-ms-expand {
  display: none;
}

.rs-select:disabled,
.rs-input-text:disabled {
  background-color: #d2d2d2 !important;
  border-color: #d2d2d2 !important;
  color: #bdbdbd;
  cursor: not-allowed;
  opacity: 1;
}

@media all and (min-width: 801px) {
  .rs-grid--station .rs-form-set-item-width-layout__medium {
    width: 90%;
  }
  .rs-grid--station .rs-form-set-item-width-layout:nth-child(2) {
    margin-top: 0;
  }
  .rs-grid--station .rs-form-set-item-width-layout:nth-child(odd) .rs-form-set-item-width-layout__medium {
    max-width: 400px;
  }
}
.rs-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -20px;
  margin-bottom: -20px;
}
.rs-grid + .rs-grid {
  margin-top: 20px;
}
.rs-grid > * {
  padding-left: 20px;
  padding-bottom: 20px;
}
.rs-grid > * {
  width: 100%;
  box-sizing: border-box;
  word-break: break-all;
}
.rs-grid--gutter-large {
  margin-left: -30px;
  margin-bottom: -30px;
}
.rs-grid--gutter-large > * {
  padding-left: 30px;
  padding-bottom: 30px;
}
.rs-grid--gutter-small {
  margin-left: -10px;
  margin-bottom: -10px;
}
.rs-grid--gutter-small > * {
  padding-left: 10px;
  padding-bottom: 10px;
}
.rs-grid--gutter-collapse {
  margin-left: 0px;
  margin-bottom: 0px;
}
.rs-grid--gutter-collapse > * {
  padding-left: 0px;
  padding-bottom: 0px;
}
.rs-grid--center {
  justify-content: center;
}
.rs-grid--middle {
  align-items: center;
}
.rs-grid--width-1-2 > * {
  width: 50%;
}
.rs-grid--width-1-3 > * {
  width: 33.333%;
}
.rs-grid--width-1-4 > * {
  width: 25%;
}
.rs-grid--width-1-5 > * {
  width: 20%;
}
.rs-grid--width-1-6 > * {
  width: 16.666%;
}
.rs-grid--width-1-10 > * {
  width: 10%;
}
@media screen and (min-width: 481px) {
  .rs-grid--width-sm-1-2 > * {
    width: 50%;
  }
  .rs-grid--width-sm-1-3 > * {
    width: 33.333%;
  }
  .rs-grid--width-sm-1-4 > * {
    width: 25%;
  }
  .rs-grid--width-sm-1-5 > * {
    width: 20%;
  }
  .rs-grid--width-sm-1-6 > * {
    width: 16.666%;
  }
  .rs-grid--width-sm-1-10 > * {
    width: 10%;
  }
}
@media screen and (min-width: 801px) {
  .rs-grid--width-md-1-2 > * {
    width: 50%;
  }
  .rs-grid--width-md-1-3 > * {
    width: 33.333%;
  }
  .rs-grid--width-md-1-4 > * {
    width: 25%;
  }
  .rs-grid--width-md-1-5 > * {
    width: 20%;
  }
  .rs-grid--width-md-1-6 > * {
    width: 16.666%;
  }
  .rs-grid--width-md-1-10 > * {
    width: 10%;
  }
}
@media screen and (min-width: 891px) {
  .rs-grid--width-lg-1-2 > * {
    width: 50%;
  }
  .rs-grid--width-lg-1-3 > * {
    width: 33.333%;
  }
  .rs-grid--width-lg-1-4 > * {
    width: 25%;
  }
  .rs-grid--width-lg-1-5 > * {
    width: 20%;
  }
  .rs-grid--width-lg-1-6 > * {
    width: 16.666%;
  }
  .rs-grid--width-lg-1-10 > * {
    width: 10%;
  }
}

.rs-header {
  padding: 15px 0 10px;
  background-color: #f7f5f0;
}
.rs-header__logo {
  width: 140px;
}
@media all and (min-width: 801px) {
  .rs-header__logo {
    width: 160px;
  }
}
.rs-header__logo svg {
  height: 20px;
  fill: #0075bf;
}
@media all and (min-width: 801px) {
  .rs-header__logo svg {
    height: 25px;
  }
}

.rs-heading {
  margin: 0;
  font-weight: 700;
  word-break: break-all;
}
.rs-heading--level-1 {
  font-size: 24px;
}
@media all and (min-width: 801px) {
  .rs-heading--level-1 {
    font-size: 38px;
  }
}
.rs-heading--level-2 {
  font-size: 18px;
}
@media all and (min-width: 801px) {
  .rs-heading--level-2 {
    font-size: 28px;
  }
}
.rs-heading--level-3 {
  font-size: 14px;
}
@media all and (min-width: 801px) {
  .rs-heading--level-3 {
    font-size: 24px;
  }
}
.rs-heading--level-4 {
  font-size: 14px;
}
@media all and (min-width: 801px) {
  .rs-heading--level-4 {
    font-size: 18px;
  }
}
.rs-heading--bordered {
  position: relative;
  padding-left: 10px;
  font-weight: normal;
}
@media all and (min-width: 801px) {
  .rs-heading--bordered {
    padding-left: 13px;
  }
}
.rs-heading--bordered::before {
  position: absolute;
  left: 0;
  display: block;
  width: 4px;
  background-color: #111839;
  content: "";
}
@media all and (min-width: 801px) {
  .rs-heading--bordered::before {
    width: 3px;
  }
}
.rs-heading--bordered.rs-heading--level-2::before {
  height: 32px;
  top: 0;
}
@media all and (min-width: 801px) {
  .rs-heading--bordered.rs-heading--level-2::before {
    top: 4px;
    height: 35px;
  }
}
.rs-heading--bordered.rs-heading--level-3::before {
  top: 5px;
  height: 15px;
}
@media all and (min-width: 801px) {
  .rs-heading--bordered.rs-heading--level-3::before {
    top: 6px;
    height: 25px;
  }
}
.rs-heading--with-label .rs-heading__text {
  padding-right: 8px;
}
.rs-heading--with-label > .rs-label {
  transform: translateY(-2px);
}
@media all and (min-width: 801px) {
  .rs-heading--with-label > .rs-label {
    transform: translateY(-3px);
  }
}
.rs-heading--with-icon {
  display: flex;
}
.rs-heading--with-icon > .rs-icon {
  margin-right: 6px;
  font-size: 1.5em;
}
@media all and (min-width: 801px) {
  .rs-heading--with-icon > .rs-icon {
    margin-top: 3px;
    font-size: 1.3em;
  }
}
.rs-heading--bordered-bottom {
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #ebebeb;
}
@media all and (min-width: 801px) {
  .rs-heading--bordered-bottom {
    padding-bottom: 8px;
    font-size: 14px;
  }
}
.rs-heading--login {
  margin-bottom: 10px !important;
}
@media all and (min-width: 801px) {
  .rs-heading--login {
    margin-bottom: 50px !important;
  }
}

.rs-form--academic .rs-heading--level-2 {
  margin-bottom: 0 !important;
}

/** @see https://icomoon.io/ **/
.rs-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rs-icon--area:before {
  content: "\e900";
}
.rs-icon--bag:before {
  content: "\e901";
}
.rs-icon--train:before {
  content: "\e902";
}
.rs-icon--file-search:before {
  content: "\e903";
}
.rs-icon--wallet:before {
  content: "\e904";
}
.rs-icon--search:before {
  content: "\e905";
}
.rs-icon--star:before {
  content: "\e906";
}
.rs-icon--karte-check:before {
  content: "\e907";
}
.rs-icon--mail:before {
  content: "\e908";
}
.rs-icon--angle-up:before {
  content: "\e909";
}
.rs-icon--angle-right:before {
  content: "\e90a";
}
.rs-icon--angle-down:before {
  content: "\e90b";
}
.rs-icon--angle-left:before {
  content: "\e90c";
}
.rs-icon--arrow-circle-up:before {
  content: "\e90d";
}
.rs-icon--plus:before {
  content: "\e90e";
}
.rs-icon--close:before {
  content: "\e90f";
}
.rs-icon--square:before {
  content: "\e910";
}
.rs-icon--bar:before {
  content: "\e911";
}
.rs-icon--minus:before {
  content: "\e912";
}
.rs-icon--arrow-first:before {
  content: "\e913";
}
.rs-icon--arrow-back:before {
  content: "\e914";
}
.rs-icon--arrow-next:before {
  content: "\e915";
}
.rs-icon--arrow-last:before {
  content: "\e916";
}
.rs-icon--check:before {
  content: "\e917";
}
.rs-icon--close-white:before {
  content: "\e918";
}
.rs-icon--modal:before {
  content: "\e919";
}
.rs-icon--window:before {
  content: "\e91a";
}
.rs-icon--list-add:before {
  content: "\e91b";
}
.rs-icon--list:before {
  content: "\e91c";
}
.rs-icon--notice:before {
  content: "\e91d";
}
.rs-icon--edit:before {
  content: "\e91e";
  font-size: 0.9em;
}
.rs-icon--download:before {
  content: "\e91f";
}

.rs-label {
  display: inline-block;
  padding: 3px 8px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 9px;
  line-height: 1;
  color: #fff;
  border-radius: 2px;
}
@media all and (min-width: 801px) {
  .rs-label {
    padding: 6px 8px;
    font-size: 12px;
  }
}
.rs-label--required {
  background-color: #e00f0f;
}
.rs-label--optional {
  background-color: #bfbfbf;
}

.rs-base-layout {
  position: relative;
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

.rs-heading-layout .rs-heading--level-1 {
  padding-top: 26px;
  margin-bottom: 30px;
}
@media all and (min-width: 801px) {
  .rs-heading-layout .rs-heading--level-1 {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
.rs-heading-layout__lead {
  margin-top: -14px;
}
@media all and (min-width: 801px) {
  .rs-heading-layout__lead {
    margin-top: -30px;
  }
}
.rs-heading-layout--center {
  text-align: center;
}
.rs-heading-layout--center .rs-heading--level-1 {
  padding-top: 32px;
  font-size: 20px;
}
@media all and (min-width: 801px) {
  .rs-heading-layout--center .rs-heading--level-1 {
    padding-top: 80px;
    font-size: 28px;
  }
}

@media all and (min-width: 801px) {
  .rs-form-layout__lead-text {
    font-size: 14px;
  }
}
@media all and (min-width: 801px) and (min-width: 801px) {
  .rs-form-layout__lead-text--large {
    font-size: 18px;
    margin-top: -10px;
    margin-bottom: 40px;
  }
}
.rs-form-layout__lead-text + * {
  margin-top: 14px;
}
.rs-form-layout__lead-text--other-condition {
  margin-bottom: 0px;
}
.rs-form-layout__add-text {
  margin-top: 30px;
}
.rs-form-layout .rs-heading--level-2 {
  padding-top: 40px;
  margin-bottom: 20px;
}
@media all and (min-width: 801px) {
  .rs-form-layout .rs-heading--level-2 {
    padding-top: 66px;
    margin-bottom: 30px;
  }
}
.rs-form-layout .rs-heading--level-3 {
  padding-top: 40px;
  margin-bottom: 12px;
}
.rs-form-layout .rs-heading--collapse-top {
  padding-top: 0;
}
@media all and (min-width: 801px) {
  .rs-form-layout .rs-heading--collapse-top {
    padding-top: 0;
  }
}
.rs-form-layout .rs-heading--collapse-bottom {
  margin-bottom: 0;
}
@media all and (min-width: 801px) {
  .rs-form-layout .rs-heading--collapse-bottom {
    margin-bottom: 0;
  }
}
.rs-form-layout .rs-heading--bordered.rs-heading--level-2::before {
  top: 45px;
}
@media all and (min-width: 801px) {
  .rs-form-layout .rs-heading--bordered.rs-heading--level-2::before {
    top: 70px;
  }
}
.rs-form-layout .rs-heading--bordered-bottom {
  padding-top: 40px;
  margin-bottom: 16px;
}
@media all and (min-width: 801px) {
  .rs-form-layout .rs-heading--bordered-bottom {
    margin-bottom: 20px;
  }
}
.rs-form-layout .rs-heading--adjacent {
  padding-top: 0 !important;
}
.rs-form-layout .rs-heading--adjacent.rs-heading--bordered.rs-heading--level-2::before {
  top: 0;
}
@media all and (min-width: 801px) {
  .rs-form-layout .rs-heading--adjacent.rs-heading--bordered.rs-heading--level-2::before {
    top: 3px;
  }
}
.rs-form-layout .rs-panel {
  margin-top: 30px;
}

.rs-form-layout .rs-heading--level-2 {
  padding-top: 40px;
  margin-bottom: 20px;
}
@media all and (min-width: 801px) {
  .rs-form-layout .rs-heading--level-2 {
    padding-top: 66px;
    margin-bottom: 30px;
  }
}
.rs-form-layout .rs-heading--level-3 {
  padding-top: 40px;
  margin-bottom: 12px;
}
.rs-form-layout .rs-heading--level-4 {
  padding-top: 30px;
  margin-bottom: 20px;
}
.rs-form-layout .rs-heading--collapse-top {
  padding-top: 0;
}
@media all and (min-width: 801px) {
  .rs-form-layout .rs-heading--collapse-top {
    padding-top: 0;
  }
}
.rs-form-layout .rs-heading--collapse-bottom {
  margin-bottom: 0;
}
@media all and (min-width: 801px) {
  .rs-form-layout .rs-heading--collapse-bottom {
    margin-bottom: 0;
  }
}
.rs-form-layout .rs-heading--bordered.rs-heading--level-2::before {
  top: 40px;
}
@media all and (min-width: 801px) {
  .rs-form-layout .rs-heading--bordered.rs-heading--level-2::before {
    top: 70px;
  }
}
.rs-form-layout .rs-heading--strip {
  margin-top: 30px;
  margin-bottom: 15px;
}
@media all and (min-width: 801px) {
  .rs-form-layout .rs-heading--strip {
    margin-top: 40px;
  }
}

.rs-form-button-layout .rs-add-button {
  margin-top: 40px;
}
.rs-form-button-layout .rs-entry-button {
  margin-top: 60px;
}
.rs-form-button-layout .rs-skip-button {
  margin-top: 20px;
}
.rs-form-button-layout--bottom-space {
  margin-bottom: 70px;
}
.rs-form-button-layout--bottom-space .rs-entry-button {
  margin-top: 48px;
}
.rs-form-button-layout .rs-form-submit-link {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rs-form-submit-note {
  margin-top: 10px;
  font-size: 12px;
}
@media all and (min-width: 801px) {
  .rs-form-submit-note {
    font-size: 14px;
  }
}

.rs-info-mail-layout {
  display: flex;
  justify-content: space-between;
}
.rs-info-mail-layout + .rs-info-mail-layout {
  margin-top: 25px;
}
@media all and (min-width: 801px) {
  .rs-info-mail-layout + .rs-info-mail-layout {
    margin-top: 20px;
  }
}
.rs-info-mail-layout__text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 90px);
  padding-right: 10px;
  box-sizing: border-box;
}
@media all and (min-width: 801px) {
  .rs-info-mail-layout__text {
    width: calc(100% - 110px);
  }
}
.rs-info-mail-layout__title {
  padding-right: 10px;
  font-weight: 700;
  flex-shrink: 2;
}
@media all and (max-width: 800px) {
  .rs-info-mail-layout__title {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
@media all and (min-width: 801px) {
  .rs-info-mail-layout__title {
    padding-right: 10px;
    font-size: 18px;
  }
}
.rs-info-mail-layout__lead-text {
  padding-top: 4px;
  font-size: 12px;
  color: #a7a8ac;
}
@media all and (min-width: 801px) {
  .rs-info-mail-layout__lead-text {
    display: inline;
  }
}
.rs-info-mail-layout__label {
  width: 90px;
}
@media all and (min-width: 801px) {
  .rs-info-mail-layout__label {
    width: 110px;
    padding-right: 20px;
    font-size: 14px;
  }
}
@media all and (min-width: 801px) {
  .rs-info-mail-layout__label .rs-input-name {
    padding-top: 3px;
  }
}

.rs-form-set-item-width-layout {
  align-items: center;
}
.rs-form-set-item-width-layout + .rs-form-set-item-width-layout {
  margin-top: 10px;
}
.rs-form-set-item-width-layout__medium {
  width: 45%;
}
@media all and (min-width: 801px) {
  .rs-form-set-item-width-layout__medium {
    max-width: 300px;
  }
}
.rs-form-set-item-width-layout__small {
  width: 42%;
}
@media all and (min-width: 801px) {
  .rs-form-set-item-width-layout__small {
    max-width: 225px;
  }
}
.rs-form-set-item-width-layout__extra-small {
  width: 33%;
}
@media all and (min-width: 801px) {
  .rs-form-set-item-width-layout__extra-small {
    max-width: 225px;
  }
}
.rs-form-set-item-width-layout__text {
  display: inline-block;
  width: auto;
}
.rs-form-set-item-width-layout__entry {
  width: 120px;
}
@media all and (max-width: 480px) {
  .rs-form-set-item-width-layout__entry {
    width: 100px;
  }
  .rs-form-set-item-width-layout__entry + * {
    width: calc(100% - 100px);
  }
}
.rs-form-set-item-width-layout .rs-select-wrap,
.rs-form-set-item-width-layout .rs-input-wrap {
  display: flex;
  flex-grow: 1;
}

.rs-alert-layout {
  display: none;
  padding: 24px 24px 24px 20px;
  background-color: #fff1ee;
  color: #e00f0f;
  border: 2px solid;
}
@media all and (min-width: 801px) {
  .rs-alert-layout {
    padding: 30px 40px;
  }
}
.rs-alert-layout--mypage {
  display: none;
}
.rs-alert-layout--mypage.rs-alert-layout--show {
  display: block;
}
.rs-alert-layout--js-show {
  display: block;
}
.rs-form > .rs-alert-layout {
  margin-top: -10px;
  margin-bottom: 30px;
}
@media all and (min-width: 801px) {
  .rs-form > .rs-alert-layout {
    margin-top: 0;
  }
}
.rs-form > .rs-alert-layout + .rs-alert-layout {
  margin-top: -10px;
}
.rs-alert-layout a {
  color: #e00f0f;
}
.rs-alert-layout__list {
  margin-top: 20px;
  padding-bottom: 8px;
}
@media all and (min-width: 801px) {
  .rs-alert-layout__list {
    padding-bottom: 0;
  }
}
.rs-alert-layout__list > * {
  padding-left: 0 !important;
}
.rs-alert-layout__list .rs-text-link-with-icon {
  display: none;
}
.rs-alert-layout__list .rs-text-link-with-icon__icon {
  vertical-align: initial;
}
.rs-alert-layout__group {
  display: none;
  margin-top: 24px;
  margin-left: 0;
}
@media all and (min-width: 801px) {
  .rs-alert-layout__group {
    margin-top: 40px;
  }
}
.rs-alert-layout__group .rs-js-show {
  display: block;
}
.rs-alert-layout__group-name {
  font-size: 16px;
  padding-left: 8px;
  border-left: 3px solid #e00f0f;
}
@media all and (min-width: 801px) {
  .rs-alert-layout__group-name {
    padding-left: 10px;
    font-size: 24px;
  }
}
.rs-alert-layout--academic .rs-alert-layout__list {
  margin-top: 14px;
}
@media all and (min-width: 801px) {
  .rs-alert-layout--academic .rs-alert-layout__list {
    margin-top: 16px;
  }
}
.rs-alert-layout .rs-text-type-error + .rs-text-type-error {
  margin-top: 10px;
}
@media all and (min-width: 801px) {
  .rs-alert-layout .rs-text-type-error + .rs-text-type-error {
    margin-top: 16px;
  }
}

.rs-option-layout {
  padding: 24px 24px 24px 20px;
  color: #2175d9;
  border: 2px solid;
}
@media all and (min-width: 801px) {
  .rs-option-layout {
    padding: 30px 40px;
  }
}
.rs-option-layout--mypage {
  display: none;
}
.rs-option-layout--show {
  display: block;
}
.rs-form > .rs-option-layout {
  margin-top: -10px;
  margin-bottom: 30px;
}
@media all and (min-width: 801px) {
  .rs-form > .rs-option-layout {
    margin-top: 0;
  }
}
.rs-form > .rs-option-layout + .rs-option-layout {
  margin-top: -10px;
}
.rs-option-layout a {
  color: #2175d9;
}
.rs-option-layout__list {
  margin-top: 20px;
  padding-bottom: 8px;
}
@media all and (min-width: 801px) {
  .rs-option-layout__list {
    padding-bottom: 0;
  }
}
.rs-option-layout__list > * {
  padding-left: 0 !important;
}
.rs-option-layout .rs-text-type-option + .rs-text-type-option {
  margin-top: 10px;
}
@media all and (min-width: 801px) {
  .rs-option-layout .rs-text-type-option + .rs-text-type-option {
    margin-top: 16px;
  }
}
.rs-option-layout .rs-text-type-option {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
}
.rs-option-layout .rs-text-type-option svg {
  width: 37px;
  height: 37px;
  margin-right: 10px;
}
@media all and (min-width: 801px) {
  .rs-option-layout .rs-text-type-option svg {
    width: 54px;
    height: 54px;
    margin-right: 14px;
  }
}
.rs-option-layout .rs-text-type-option .st0 {
  fill: #2175d9;
}
.rs-option-layout .rs-text-type-option .st1 {
  fill: #ffffff;
}
.rs-option-layout .rs-text-with-icon__text {
  width: 90%;
}
@media all and (min-width: 801px) {
  .rs-option-layout .rs-text-with-icon__text {
    width: auto;
  }
}
.rs-option-layout .rs-text-link-with-icon__text {
  color: #111839;
}

.rs-strip-layout {
  padding: 24px 20px;
}
@media all and (min-width: 801px) {
  .rs-strip-layout {
    padding: 40px;
  }
}
.rs-strip-layout__button {
  padding: 18px 0 20px;
}
@media all and (min-width: 801px) {
  .rs-strip-layout__button {
    padding: 24px 0 10px;
  }
}

.rs-search-box-layout {
  margin-right: -15px;
  margin-left: -15px;
  padding: 30px 15px;
}
@media all and (min-width: 801px) {
  .rs-search-box-layout {
    margin: 0;
    padding: 50px 60px 60px;
  }
}
.rs-search-box-layout__contents {
  margin-top: 10px;
}
.rs-search-box-layout__contents + .rs-search-box-layout__title {
  margin-top: 24px;
}

.rs-search-layout {
  display: flex;
  align-items: center;
}
.rs-search-layout__input {
  flex-grow: 1;
}
.rs-search-layout__button {
  padding-left: 10px;
}

.rs-search-box-layout .rs-search-result-layout {
  margin-top: 14px;
}
@media all and (min-width: 801px) {
  .rs-search-box-layout .rs-search-result-layout {
    margin-top: 18px;
  }
}
.rs-search-result-layout .rs-border--left {
  border-color: #c5d4dc;
}
.rs-search-result-layout__list {
  list-style: none;
}
.rs-search-result-layout__list > * + * {
  margin-top: 13px;
}
.rs-search-result-layout__button {
  margin-top: 20px;
}
@media all and (min-width: 801px) {
  .rs-search-result-layout__button {
    margin-left: 20px;
  }
}
.rs-search-result-layout__button .rs-button__inner {
  min-height: 40px;
}
.rs-search-result-layout__text {
  margin-top: 10px;
}

.rs-check-input-layout {
  list-style: none;
  margin-bottom: 60px;
}
.rs-check-input-layout .rs-form-label {
  margin-bottom: 10px;
}
.rs-check-input-layout__item + .rs-check-input-layout__item {
  margin-top: 30px;
}

.rs-qualification-layout .rs-grid--gutter-small {
  margin-bottom: 0;
}
.rs-qualification-layout .rs-grid--gutter-small > * {
  padding-bottom: 0;
}
.rs-qualification-layout__heading {
  margin-bottom: 8px;
}
.rs-qualification-layout__contents + .rs-qualification-layout__heading {
  margin-top: 15px;
}

.rs-exception-select-layout .rs-border {
  padding: 30px 20px;
  margin-top: 20px;
}
@media all and (min-width: 801px) {
  .rs-exception-select-layout .rs-border {
    padding: 30px 40px;
  }
}
@media all and (min-width: 801px) {
  .rs-exception-select-layout .rs-heading--with-icon .rs-icon {
    margin-top: 3px;
  }
}

.rs-back-to-link-layout {
  margin-top: 60px;
}
@media all and (min-width: 801px) {
  .rs-back-to-link-layout {
    margin-top: 50px;
  }
}
.rs-back-to-link-layout--work-experience .rs-text-size-small:nth-child(n+1) {
  margin-top: 14px;
}
.rs-back-to-link-layout--top {
  margin-top: -20px;
  margin-bottom: 40px;
}
@media all and (min-width: 801px) {
  .rs-back-to-link-layout--top {
    margin-top: -20px;
    margin-bottom: 30px;
  }
}
.rs-back-to-link-layout--login {
  margin-top: 8px;
}
@media all and (min-width: 801px) {
  .rs-back-to-link-layout--login {
    margin-top: 10px;
  }
}
.rs-back-to-link-layout--button {
  margin-top: 44px;
}
@media all and (min-width: 801px) {
  .rs-back-to-link-layout--button {
    margin-top: 60px;
  }
}

.rs-textarea-layout__support-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rs-textarea-layout .rs-textarea-additional-text {
  margin-top: 40px;
}
.rs-textarea-layout .rs-textarea {
  margin-top: 12px;
}

.rs-supplement-layout {
  margin-top: 30px;
}

.rs-privacy-layout__iframe {
  height: 180px;
  margin-top: 12px;
}
@media all and (min-width: 801px) {
  .rs-privacy-layout__iframe {
    height: 240px;
    margin-top: 20px;
  }
}
.rs-privacy-layout__agree-flag {
  margin-top: 20px;
}
.rs-privacy-layout__pdf-lists {
  margin: 30px 0;
}
@media all and (min-width: 801px) {
  .rs-privacy-layout__pdf-lists {
    margin: 48px 0;
  }
}

.rs-small-united-form-layout__title {
  margin-bottom: 8px;
  font-size: 12px;
}
@media all and (min-width: 801px) {
  .rs-small-united-form-layout__title {
    font-size: 14px;
  }
}
.rs-small-united-form-layout__contents + .rs-small-united-form-layout__title {
  margin-top: 10px;
}

.rs-error-page-layout {
  padding-top: 50px;
}
@media all and (min-width: 801px) {
  .rs-error-page-layout {
    padding-top: 80px;
  }
}
.rs-error-page-layout__text {
  margin-top: 2em;
}
.rs-error-page-layout .rs-heading + .rs-error-page-layout__text {
  margin-top: 20px;
}
@media all and (min-width: 801px) {
  .rs-error-page-layout .rs-heading + .rs-error-page-layout__text {
    margin-top: 50px;
  }
}
.rs-error-page-layout .rs-list {
  margin-top: 2em;
}
.rs-error-page-layout .rs-list__item {
  line-height: 1.5;
}
.rs-error-page-layout .rs-back-to-link-layout {
  margin-top: 40px;
}

.rs-login-layout {
  margin-right: -15px;
  margin-left: -15px;
  padding: 40px 15px;
}
@media all and (min-width: 801px) {
  .rs-login-layout {
    margin-right: 0;
    margin-left: 0;
    padding: 60px 75px;
  }
}
.rs-login-layout__title {
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
}
@media all and (min-width: 801px) {
  .rs-login-layout__title {
    padding-bottom: 8px;
  }
}
.rs-login-layout__contents + .rs-login-layout__title {
  padding-top: 30px;
}
@media all and (min-width: 801px) {
  .rs-login-layout__contents + .rs-login-layout__title {
    padding-top: 24px;
  }
}
.rs-login-layout .rs-entry-button {
  margin-top: 40px;
}

.rs-login-text-layout {
  margin: 20px 0 60px;
  font-size: 14px;
}
@media all and (min-width: 801px) {
  .rs-login-text-layout {
    margin: 24px 0 86px;
  }
}

.rs-registration-layout .rs-text-balloon {
  margin-top: 20px;
}
.rs-registration-layout .rs-meter-grid {
  margin-top: 16px;
}
@media all and (min-width: 801px) {
  .rs-registration-layout .rs-meter-grid {
    margin-top: 28px;
  }
}
.rs-registration-layout .rs-meter-layout {
  margin-top: 50px;
}
.rs-registration-layout__text {
  margin-top: 60px;
}
@media all and (min-width: 801px) {
  .rs-registration-layout__text {
    margin-top: 80px;
  }
}
.rs-registration-layout__button {
  margin-top: 20px;
  margin-bottom: 60px;
}
@media all and (min-width: 801px) {
  .rs-registration-layout__button {
    margin-top: 40px;
    margin-bottom: 100px;
  }
}

.rs-js-show {
  display: block !important;
}

.rs-upload-layout__title {
  margin: 20px 0 6px;
  font-size: 12px;
  font-weight: bold;
}
@media all and (min-width: 801px) {
  .rs-upload-layout__title {
    margin: 40px 0 8px;
    font-size: 14px;
  }
}

.rs-upload-file-layout {
  display: flex;
  align-items: center;
}
.rs-upload-file-layout__text {
  width: calc(100% - 108px);
  padding-left: 15px;
  font-size: 12px;
  color: #6ba5b4;
}
@media all and (min-width: 801px) {
  .rs-upload-file-layout__text {
    width: calc(100% - 175px);
  }
}
.rs-upload-file-layout .rs-upload-file-text {
  position: relative;
  padding-left: 22px;
  line-break: anywhere;
}
.rs-upload-file-layout .rs-upload-file-text--error {
  color: #e00f0f;
  font-weight: 700;
}
.rs-upload-file-layout .rs-upload-file-text + .rs-upload-file-text {
  margin-top: 5px;
}
.rs-upload-file-layout .rs-icon::before, .rs-upload-file-layout .rs-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.rs-upload-file-layout .rs-icon--check {
  color: #fff;
}
.rs-upload-file-layout .rs-icon--check::before {
  top: 3px;
  left: 3px;
  z-index: 2;
}
.rs-upload-file-layout .rs-icon--check::after {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #6ba5b4;
  content: "";
}
.rs-upload-file-layout .rs-icon--notice {
  font-size: large;
}
.rs-upload-file-layout .rs-icon--close {
  font-size: large;
  padding-right: 5px;
}
.rs-upload-file-layout .rs-icon--close::before, .rs-upload-file-layout .rs-icon--close::after {
  position: relative;
}
.rs-upload-file-layout .rs-delete-file-button {
  position: relative;
  text-align: right;
  margin-top: 5px;
}
.rs-upload-file-layout .rs-delete-file-button a {
  color: #a7a8ac;
}
.rs-upload-file-layout .rs-text-type-error {
  position: relative;
  padding-left: 22px;
  margin-top: 0 !important;
  font-size: 12px;
}

.rs-list {
  list-style: none;
}
.rs-list__item {
  display: block;
  list-style-type: none;
  padding-left: 12px;
  position: relative;
}
@media all and (min-width: 801px) {
  .rs-list__item {
    padding-left: 14px;
  }
}
.rs-list__item::before {
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
}
.rs-list__item + .rs-list__item {
  margin-top: 10px;
}
.rs-list__item .rs-qualification-layout {
  margin-left: -11px;
}
.rs-list--bullet {
  line-height: 1.7;
}
.rs-list--bullet .rs-list__item::before {
  top: 9px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #bfbfbf;
  content: "";
}
@media all and (min-width: 801px) {
  .rs-list--bullet .rs-list__item::before {
    top: 12px;
    width: 8px;
    height: 8px;
  }
}
.rs-list--bullet.rs-text-size-extra-small .rs-list__item::before {
  top: 7px;
}
@media all and (min-width: 801px) {
  .rs-list--bullet.rs-text-size-extra-small .rs-list__item::before {
    top: 8px;
  }
}
.rs-list--bullet__input-text {
  margin: 8px 0 0 -12px;
}
@media all and (min-width: 801px) {
  .rs-list--bullet__input-text {
    margin: 8px 0 0 -14px;
  }
}
.rs-list--has-score .rs-list__item:not(:first-child) {
  margin-top: 20px;
}
@media all and (min-width: 801px) {
  .rs-list--has-score .rs-list__item:not(:first-child) {
    margin-top: 30px;
  }
}
.rs-list--link .rs-list__item {
  padding-left: 10px;
}
@media all and (min-width: 801px) {
  .rs-list--link .rs-list__item {
    padding-left: 14px;
  }
}
.rs-list--link .rs-list__item::before {
  top: 3px;
  left: -5px;
  display: inline-block;
  color: #2175d9;
  font-size: 0.8em;
  content: "\e90c";
  font-family: "icomoon";
}
@media all and (min-width: 801px) {
  .rs-list--link .rs-list__item::before {
    top: 4px;
  }
}
.rs-list--dot .rs-list__item {
  font-size: 12px;
}
@media all and (min-width: 801px) {
  .rs-list--dot .rs-list__item {
    font-size: 14px;
  }
}
.rs-list--dot .rs-list__item::before {
  content: "・";
}
.rs-list--dot .rs-list__item + .rs-list__item {
  margin-top: 0;
}
.rs-list--check .rs-list__item {
  padding-left: 0;
}
@media all and (min-width: 801px) {
  .rs-list--check .rs-list__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.rs-list--check .rs-list__item + .rs-list__item {
  margin-top: 30px;
}
@media all and (min-width: 801px) {
  .rs-list--check .rs-list__item + .rs-list__item {
    margin-top: 15px;
  }
}
.rs-list--check .rs-text-size-extra-small {
  margin-top: 5px;
}
.rs-list--check .rs-form-label {
  margin-top: 10px;
}
@media all and (min-width: 801px) {
  .rs-list--check .rs-form-label {
    width: 235px;
    flex-shrink: 0;
    margin-top: 0;
    margin-left: 10px;
  }
}
@media all and (max-width: 800px) {
  .rs-list--check .rs-input-name::before {
    top: 3px;
  }
  .rs-list--check .rs-input-checkbox:checked + .rs-input-name::after {
    top: 11px;
  }
}

.rs-delete-list-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rs-delete-list-layout__text {
  width: calc(100% - 80px);
}
.rs-delete-list-layout__button {
  display: inline-block;
  width: 60px;
  padding-left: 20px;
  text-align: right;
  font-weight: 400;
}
.rs-delete-list-layout__button .rs-text-link-with-icon {
  align-items: center;
}
.rs-delete-list-layout .rs-label {
  margin-top: -3px;
}
@media all and (min-width: 801px) {
  .rs-delete-list-layout .rs-label {
    margin-top: -5px;
  }
}

.rs-mt-extra-large {
  margin-top: 40px !important;
}
@media all and (min-width: 801px) {
  .rs-mt-extra-large {
    margin-top: 60px !important;
  }
}

.rs-mt-large {
  margin-top: 40px !important;
}
@media all and (min-width: 801px) {
  .rs-mt-large {
    margin-top: 40px !important;
  }
}

.rs-mt-medium {
  margin-top: 20px !important;
}
@media all and (min-width: 801px) {
  .rs-mt-medium {
    margin-top: 30px !important;
  }
}

.rs-mt-small {
  margin-top: 15px !important;
}
@media all and (min-width: 801px) {
  .rs-mt-small {
    margin-top: 20px !important;
  }
}

.rs-mt-extra-small {
  margin-top: 10px !important;
}
@media all and (min-width: 801px) {
  .rs-mt-extra-small {
    margin-top: 15px !important;
  }
}

.rs-mt-0 {
  margin-top: 0 !important;
}
@media all and (min-width: 801px) {
  .rs-mt-0 {
    margin-top: 0 !important;
  }
}

.rs-mb-extra-large {
  margin-bottom: 40px !important;
}
@media all and (min-width: 801px) {
  .rs-mb-extra-large {
    margin-bottom: 60px !important;
  }
}

.rs-mb-large {
  margin-bottom: 40px !important;
}
@media all and (min-width: 801px) {
  .rs-mb-large {
    margin-bottom: 40px !important;
  }
}

.rs-mb-medium {
  margin-bottom: 20px !important;
}
@media all and (min-width: 801px) {
  .rs-mb-medium {
    margin-bottom: 30px !important;
  }
}

.rs-mb-small {
  margin-bottom: 15px !important;
}
@media all and (min-width: 801px) {
  .rs-mb-small {
    margin-bottom: 20px !important;
  }
}

.rs-mb-extra-small {
  margin-bottom: 10px !important;
}
@media all and (min-width: 801px) {
  .rs-mb-extra-small {
    margin-bottom: 15px !important;
  }
}

.rs-mb-0 {
  margin-bottom: 0 !important;
}
@media all and (min-width: 801px) {
  .rs-mb-0 {
    margin-bottom: 0 !important;
  }
}

@media all and (max-width: 800px) {
  .rs-heading-layout--center .rs-heading--level-1 {
    padding-top: 16px !important;
  }
}

.rs-meter {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
@media all and (min-width: 801px) {
  .rs-meter {
    width: 120px;
    height: 120px;
  }
}
.rs-meter__link {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-decoration: none;
  border: 3px solid #f2f2f2;
  box-sizing: border-box;
}
.rs-meter__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 4px solid white;
  background-color: #fff;
}
@media all and (min-width: 801px) {
  .rs-meter__inner {
    width: 106px;
    height: 106px;
  }
}
.rs-meter__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.rs-meter__icon svg {
  width: 100%;
  height: 100%;
}
.rs-meter__icon svg:not(.rs-pie) {
  transition: transform 0.2s;
}
.rs-meter__icon--profile {
  height: 32px;
}
@media all and (min-width: 801px) {
  .rs-meter__icon--profile {
    height: 40px;
  }
}
.rs-meter__icon--academic-background {
  height: 25px;
}
@media all and (min-width: 801px) {
  .rs-meter__icon--academic-background {
    height: 32px;
  }
}
.rs-meter__icon--work-experience {
  height: 32px;
}
@media all and (min-width: 801px) {
  .rs-meter__icon--work-experience {
    height: 40px;
  }
}
.rs-meter__icon--desired-condition {
  height: 25px;
}
@media all and (min-width: 801px) {
  .rs-meter__icon--desired-condition {
    height: 32px;
  }
}
.rs-meter__icon--qualification {
  height: 32px;
}
@media all and (min-width: 801px) {
  .rs-meter__icon--qualification {
    height: 40px;
  }
}
.rs-meter__icon--skill {
  height: 26px;
}
@media all and (min-width: 801px) {
  .rs-meter__icon--skill {
    height: 32px;
  }
}
.rs-meter--must-all .rs-meter__inner {
  background-color: #2175d9;
}
.rs-meter--must-all svg {
  fill: #fff;
}
.rs-meter .rs-pie {
  transform: rotateZ(-90deg);
}
@media all and (min-width: 801px) {
  .rs-meter .rs-pie {
    width: 100%;
    height: 100%;
  }
}
.rs-meter .rs-pie path,
.rs-meter .rs-pie circle {
  stroke: #fff;
}

.rs-meter-text {
  margin-top: 10px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
@media all and (min-width: 801px) {
  .rs-meter-text {
    margin-top: 20px;
  }
}

.pc .rs-meter-grid__item:hover svg:not(.rs-pie),
.pc .rs-meter-layout__item:hover svg:not(.rs-pie) {
  transform: scale(1.2);
}

.rs-meter-grid {
  margin-left: -5px;
  margin-bottom: -5px;
}
.rs-meter-grid__item {
  display: flex;
  padding-left: 5px;
  padding-bottom: 5px;
}
.rs-meter-grid__link {
  position: relative;
  width: 100%;
  padding: 24px 10px 20px;
  box-sizing: border-box;
  text-decoration: none;
  background-color: #f7f5f0;
  text-align: center;
}
@media all and (min-width: 801px) {
  .rs-meter-grid__link {
    padding: 40px 10px;
  }
}

@media all and (min-width: 801px) {
  .rs-meter-layout {
    flex-wrap: nowrap;
    align-items: center;
  }
}
.rs-meter-layout__title {
  width: 100%;
  font-weight: 700;
  text-align: center;
}
@media all and (min-width: 801px) {
  .rs-meter-layout__title {
    margin: 0 auto;
    text-align: center;
  }
}
.rs-meter-layout__items {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 34px;
}
@media all and (min-width: 801px) {
  .rs-meter-layout__items {
    width: 570px;
    margin: 34px auto 0;
  }
}
.rs-meter-layout__item {
  width: 100%;
  text-align: center;
  position: relative;
}
@media all and (min-width: 801px) {
  .rs-meter-layout__item {
    width: auto;
    margin: 0 50px;
  }
}
.rs-meter-layout__item .rs-meter-text {
  display: inline-block;
  margin-top: 12px;
}
@media all and (min-width: 801px) {
  .rs-meter-layout__item .rs-meter-text {
    margin-top: 20px;
    white-space: nowrap;
  }
}

.rs-meter-middle__text {
  margin-top: 8px;
}
@media all and (min-width: 801px) {
  .rs-meter-middle__text {
    margin-top: 16px;
  }
}

.rs-modal-enter {
  opacity: 0;
}
.rs-modal-enter-to, .rs-modal-leave {
  opacity: 1;
}
.rs-modal-leave, .rs-modal-leave-to {
  opacity: 1;
}
.rs-modal-enter-active, .rs-modal-leave-active {
  transition: opacity 0.25s;
}

.rs-modal {
  background-color: rgba(83, 83, 83, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  z-index: 1000;
  padding: 20px 10px;
}
@media all and (min-width: 801px) {
  .rs-modal {
    padding: 40px 20px;
  }
}
.rs-modal::before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.rs-modal__contents-box {
  box-sizing: border-box;
  background: #fff;
  margin: 0 auto;
}
.rs-modal__delete {
  display: inherit;
  text-align: right;
}
.rs-modal__delete i {
  font-size: 30px;
  margin-right: 0;
  cursor: pointer;
  transition: 0.25s;
}
@media all and (min-width: 801px) {
  .rs-modal__delete i {
    font-size: 24px;
  }
}
.rs-modal__delete i:hover {
  color: #ddd;
}
.rs-modal__heading-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f7f7f7;
  padding: 25px 20px;
}
@media all and (min-width: 801px) {
  .rs-modal__heading-bar {
    padding: 40px;
  }
}
.rs-modal .rs-alert-layout {
  margin-top: 0;
}
@media all and (min-width: 801px) {
  .rs-modal .rs-alert-layout {
    padding: 30px 40px;
  }
}
.rs-modal .rs-text-type-error--large {
  font-weight: 400;
}
@media all and (min-width: 801px) {
  .rs-modal .rs-text-type-error--large {
    font-size: 16px;
  }
}

.rs-modal--mypage .rs-modal__contents-wrap {
  padding: 20px;
}
@media all and (min-width: 801px) {
  .rs-modal--mypage .rs-modal__contents-wrap {
    max-width: 590px;
    padding: 40px 72px 72px;
  }
}
.rs-modal--job .rs-modal-children__parent-box {
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 801px) {
  .rs-modal--job .rs-modal-children__parent-box {
    padding-top: 0;
  }
}
.rs-modal--work-sample .rs-modal__content {
  padding: 20px 16px 0;
}
@media all and (min-width: 801px) {
  .rs-modal--work-sample .rs-modal__content {
    padding: 40px 40px 0;
  }
}
.rs-modal--with-title .rs-modal__contents-wrap {
  max-width: 780px;
}
@media all and (min-width: 801px) {
  .rs-modal--with-title .rs-modal__contents-wrap {
    max-width: 920px;
  }
}
.rs-modal--bank-select .rs-modal__head-label {
  padding: 20px 16px;
  background-color: #f7f7f7;
}
@media all and (min-width: 801px) {
  .rs-modal--no-title .rs-modal__delete {
    transform: translate(32px, -6px);
  }
}
.rs-modal--error .rs-modal__bg {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 95%;
}
.rs-modal--error .rs-modal__inner {
  padding: 40px 30px;
  background-color: #fff;
  margin: auto;
  min-width: 240px;
}
.rs-modal--error .rs-modal__error-text {
  text-align: left;
  padding-bottom: 20px;
}

.rs-modal__contents-wrap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  max-width: 980px;
  background-color: #fff;
}

.rs-modal__footer, .rs-modal--sticky .rs-modal__footer-inner {
  box-sizing: border-box;
  height: 122px;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 801px) {
  .rs-modal__footer, .rs-modal--sticky .rs-modal__footer-inner {
    height: 132px;
  }
}

.rs-modal__footer-inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rs-modal--sticky .rs-modal__footer-inner {
  padding-left: 26px;
  padding-right: 26px;
  position: fixed;
  left: 50%;
  bottom: 0;
  pointer-events: none;
  transform: translateX(-50%);
}
@media all and (min-width: 801px) {
  .rs-modal--sticky .rs-modal__footer-inner {
    max-width: 920px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.rs-modal--sticky .rs-modal__footer-inner .rs-button {
  pointer-events: all;
}

.rs-mypage__logo {
  width: 136px;
  margin: 0 auto;
}
@media all and (min-width: 801px) {
  .rs-mypage__logo {
    width: 200px;
  }
}
.rs-mypage__logo svg {
  height: 20px;
  fill: #0075bf;
}
@media all and (min-width: 801px) {
  .rs-mypage__logo svg {
    height: 25px;
  }
}
.rs-mypage__sentence {
  padding: 24px 0 20px;
  border-bottom: 1px solid #f6f3ee;
  line-height: 20px;
}
@media all and (min-width: 801px) {
  .rs-mypage__sentence {
    line-height: 24px;
  }
}
.rs-mypage .rs-form-layout {
  margin: 24px 0 30px;
}
.rs-mypage dt:nth-child(n+2) {
  margin-top: 20px;
}
@media all and (min-width: 801px) {
  .rs-mypage dt:nth-child(n+2) {
    margin-top: 14px;
  }
}
.rs-mypage__input-title {
  font-weight: 700;
  margin-bottom: 6px;
}
@media all and (min-width: 801px) {
  .rs-mypage__input-title {
    font-size: 14px;
  }
}

@media all and (min-width: 801px) {
  .rs-modal-list {
    display: flex;
    position: relative;
  }
}
@media all and (min-width: 801px) {
  .rs-modal-list__item {
    display: flex;
  }
}

.rs-modal-parent-wrap {
  border-bottom: 1px solid #f6f3ee;
  border-right: 1px solid #f6f3ee;
}

.rs-modal-parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 30px 16px;
  cursor: pointer;
  border-bottom: 1px solid #f6f3ee;
}
.pc .rs-modal-parent:hover {
  border-right: 4px solid #2175d9;
}
@media all and (min-width: 801px) {
  .rs-modal-parent {
    position: static;
    padding: 24px 0 24px 40px;
    box-sizing: border-box;
  }
  .rs-modal-parent:last-of-type {
    margin-bottom: -1px;
  }
}
@media all and (min-width: 801px) {
  .rs-modal-parent:nth-child(n+2) {
    top: 5%;
  }
}
@media all and (max-width: 800px) {
  .rs-modal-parent::after {
    position: absolute;
    right: 16px;
    content: "\e90e";
    display: inline-block;
    font-family: "icomoon" !important;
    color: #2175d9;
  }
}
@media all and (min-width: 801px) {
  .rs-modal-parent--selected {
    border-right: 4px solid #2175d9;
    cursor: default;
  }
}
.rs-modal-parent--checked {
  background-color: #f2f6f8;
}
.rs-modal-parent--open {
  border-bottom: 1px solid #f6f3ee;
}
@media all and (max-width: 800px) {
  .rs-modal-parent--open::after {
    content: "\e912" !important;
    display: inline-block;
    font-family: "icomoon" !important;
    color: #2175d9;
  }
}
.rs-modal-parent__main-text {
  width: calc(100% - 110px);
}
.rs-modal-parent__detail {
  padding-top: 6px;
  font-size: 12px;
  color: #a7a8ac;
}
.rs-modal-parent__label {
  display: inline;
  padding: 3px 8px;
  margin-right: 24px;
  font-size: 12px;
  color: #fff;
  background-color: #6ba5b4;
  text-align: center;
  border-radius: 4px;
}
@media all and (min-width: 801px) {
  .rs-modal-parent__label {
    margin-right: 20px;
  }
}

.rs-ellipsis {
  width: 100%;
  overflow: hidden;
}
.rs-ellipsis__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rs-ellipsis__text span::after {
  content: "/";
  display: inline;
  padding: 0 4px;
}

.rs-modal-children-wrap {
  border-bottom: 1px solid #f6f3ee;
}

@media all and (max-width: 800px) {
  .rs-modal-children {
    padding-bottom: 30px;
    display: none;
  }
  .rs-modal-children--open {
    display: block;
    border-bottom: 1px solid #f6f3ee;
  }
}
@media all and (min-width: 801px) {
  .rs-modal-children {
    display: none;
    padding: 20px 24px;
    box-sizing: border-box;
  }
}
@media all and (min-width: 801px) {
  .rs-modal-children--selected {
    display: block;
  }
}
.rs-modal-children--label-group {
  padding-left: 16px;
  padding-right: 16px;
}
.rs-modal-children__parent-box {
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f6f3ee;
}
.rs-modal-children__parent-box--bg {
  border-bottom: none;
  background: #a5a9b9;
  color: #fff;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.rs-modal-children__parent-box--label {
  padding-left: 0;
}
.rs-modal-children__list {
  padding: 0 16px;
}
@media all and (min-width: 801px) {
  .rs-modal-children__list {
    padding: 0 16px;
  }
}
.rs-modal-children__item {
  list-style: none;
}
.rs-modal-children__box + .rs-modal-children__box {
  margin-top: 20px;
}

@media all and (min-width: 801px) {
  .rs-modal-prefecture {
    padding: 0 24px 60px;
  }
}
@media all and (max-width: 800px) {
  .rs-modal-prefecture::before {
    content: "";
    display: block;
    width: 1px;
    margin: 0 auto;
    border-top: 14px solid #ebf2f6;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 0 solid transparent;
  }
}
.rs-modal-prefecture__heading {
  display: flex;
  justify-content: space-between;
  padding: 30px 16px;
  font-weight: bold;
  border-bottom: 1px solid #f6f3ee;
}
@media all and (min-width: 801px) {
  .rs-modal-prefecture__heading {
    display: block;
    padding: 40px 0 20px;
  }
}

.rs-modal-middle {
  padding: 20px 16px 30px;
  background-color: #ebf2f6;
  box-sizing: border-box;
}
@media all and (min-width: 801px) {
  .rs-modal-middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
  }
}

.rs-modal-city {
  border-bottom: 1px solid #f6f3ee;
}
.rs-modal-city__content {
  padding: 20px 16px;
}

.rs-modal-qualification__content {
  padding: 20px 16px;
}

.rs-modal-tab {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  border-bottom: 1px solid #111839;
  margin-bottom: 16px;
}
@media all and (min-width: 801px) {
  .rs-modal-tab {
    padding-top: 40px;
    margin-bottom: 24px;
  }
}
.rs-modal-tab__item {
  width: 33%;
  text-align: center;
  font-size: 13px;
  color: #898989;
}
@media all and (min-width: 801px) {
  .rs-modal-tab__item {
    font-size: 14px;
  }
}

.rs-modal-tab-content li {
  list-style: none;
}
.rs-modal-tab-content li:nth-child(n+2) {
  margin-top: 4px;
}
.rs-modal-tab-content__item {
  padding: 30px 24px;
  background-color: #f2f2f2;
  width: 100%;
  box-sizing: border-box;
}
@media all and (min-width: 801px) {
  .rs-modal-tab-content__item {
    padding: 30px 40px;
  }
}
.rs-modal-tab-content__item--selected {
  background-color: #ebf2f6 !important;
}
.rs-modal-tab-content .rs-input-name {
  padding-left: 30px;
}
.rs-modal-tab-content .rs-input-name::before {
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media all and (min-width: 801px) {
  .rs-modal-tab-content .rs-input-name::before {
    left: 40px;
  }
}
.rs-modal-tab-content .rs-input-name::after {
  left: 27px !important;
  top: 0 !important;
  bottom: 0;
  margin: auto;
}
@media all and (min-width: 801px) {
  .rs-modal-tab-content .rs-input-name::after {
    left: 43px !important;
    margin-left: 1px;
  }
}

.rs-panel {
  padding: 20px 20px 30px;
  border: 3px solid #f2f6f8;
}
@media all and (min-width: 801px) {
  .rs-panel {
    padding: 20px 20px 40px;
  }
}
@media all and (min-width: 801px) {
  .rs-panel--form-items {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.rs-panel__title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #f2f6f8;
}

.rs-strip {
  background-color: #f2f6f8;
}
.rs-strip--color-caution {
  background-color: #fff1ee;
}

.rs-tab-menu {
  list-style-type: none;
}
.rs-tab-menu__item {
  cursor: pointer;
}
.rs-tab-menu__item::after {
  content: "";
  display: block;
  padding-bottom: 10px;
}
@media all and (min-width: 801px) {
  .rs-tab-menu__item::after {
    padding-bottom: 14px;
  }
}
.rs-tab-menu__item--selected {
  color: #111839;
}
.rs-tab-menu__item--selected::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #111839;
  border-radius: 50%;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 6px;
  cursor: default;
}
.rs-tab-menu__item--selected::after {
  border-bottom: 4px solid #111839;
}

.rs-tab-content__item {
  display: none;
}
.rs-tab-content__item--selected {
  display: block;
}

.rs-text-size-extra-large {
  font-size: 24px;
}
@media all and (min-width: 801px) {
  .rs-text-size-extra-large {
    font-size: 38px;
  }
}
.rs-text-size-large {
  font-size: 18px;
}
@media all and (min-width: 801px) {
  .rs-text-size-large {
    font-size: 28px;
  }
}
.rs-text-size-medium {
  font-size: 14px;
}
@media all and (min-width: 801px) {
  .rs-text-size-medium {
    font-size: 18px;
  }
}
.rs-text-size-small {
  font-size: 14px;
}
@media all and (min-width: 801px) {
  .rs-text-size-small {
    font-size: 16px;
  }
}
.rs-text-size-extra-small {
  font-size: 12px;
}
@media all and (min-width: 801px) {
  .rs-text-size-extra-small {
    font-size: 14px;
  }
}

.rs-text-bold {
  font-weight: bold;
}

.rs-text-normal {
  font-weight: normal;
}

.rs-text-color-primary {
  color: #2175d9;
}
.rs-text-color-caution {
  color: #e00f0f;
}
.rs-text-color-muted {
  color: #a7a8ac;
}

.rs-text-left {
  text-align: left;
}

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

.rs-text-right {
  text-align: right;
}

.rs-text-top {
  vertical-align: top;
}

.rs-text-middle {
  vertical-align: middle;
}

.rs-text-bottom {
  vertical-align: bottom;
}

.rs-text-link-with-icon {
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
}
.pc .rs-text-link-with-icon:hover .rs-text-link-with-icon__text {
  text-decoration: none;
}
.rs-text-link-with-icon__icon {
  margin-top: 8px;
  margin-right: 6px;
  font-size: 0.8em;
}
.rs-text-link-with-icon__close {
  margin-right: 6px;
  font-size: 20px;
  color: #bfbfbf;
}
.rs-text-link-with-icon__text {
  text-decoration: underline;
}

.rs-text-link .rs-icon {
  padding: 0 3px;
  vertical-align: baseline;
}

.rs-text-type-error {
  display: flex;
  font-size: 12px;
  font-weight: 700;
  color: #e00f0f;
}
@media all and (min-width: 801px) {
  .rs-text-type-error {
    font-size: 14px;
  }
}
.rs-text-type-error .rs-icon--notice {
  margin-top: 3px;
  margin-right: 6px;
  vertical-align: baseline;
}
.rs-form-layout .rs-text-type-error {
  margin-top: 10px;
}
.rs-text-type-error--large {
  font-size: 14px;
}
@media all and (min-width: 801px) {
  .rs-text-type-error--large {
    font-size: 18px;
  }
}
.rs-text-type-error--large .rs-icon--notice {
  margin-top: 4px;
  margin-right: 6px;
}

.rs-text-note,
.rs-list--note .rs-list__item {
  font-size: 12px;
  padding-left: 12px;
  position: relative;
}
@media all and (min-width: 801px) {
  .rs-text-note,
  .rs-list--note .rs-list__item {
    font-size: 14px;
    padding-left: 14px;
  }
}
.rs-text-note::before,
.rs-list--note .rs-list__item::before {
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.rs-text-note + .rs-text-note,
.rs-text-note + .rs-list--note .rs-list__item,
.rs-list--note .rs-list__item + .rs-text-note,
.rs-list--note .rs-list__item + .rs-list--note .rs-list__item {
  display: inline-block;
  margin-top: 10px;
}

h1 .rs-text-note {
  display: inline-block;
  font-weight: normal;
}

.rs-text-balloon {
  position: relative;
  padding: 8px 24px;
  border-radius: 4px;
  background-color: #6da5b3;
  color: #fff;
  text-align: center;
}
@media all and (min-width: 801px) {
  .rs-text-balloon {
    padding: 8px 32px;
  }
}
.rs-text-balloon::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #6da5b3 transparent transparent transparent;
  content: "";
}

.rs-collapse-transition {
  transition: 0.3s height ease-in-out, 0.3s padding-top ease-in-out, 0.3s padding-bottom ease-in-out;
}

.rs-hide {
  display: none;
}
@media all and (min-width: 481px) {
  .rs-hide-from-small-screen {
    display: none !important;
  }
}
@media all and (min-width: 801px) {
  .rs-hide-from-medium-screen {
    display: none !important;
  }
}
@media all and (min-width: 891px) {
  .rs-hide-from-large-screen {
    display: none !important;
  }
}

@media all and (max-width: 480px) {
  .rs-show-from-small-screen {
    display: none;
  }
}
@media all and (min-width: 481px) {
  .rs-show-from-small-screen {
    display: block !important;
  }
}
@media all and (max-width: 800px) {
  .rs-show-from-medium-screen {
    display: none;
  }
}
@media all and (min-width: 801px) {
  .rs-show-from-medium-screen {
    display: block !important;
  }
}
@media all and (max-width: 890px) {
  .rs-show-from-large-screen {
    display: none;
  }
}
@media all and (min-width: 891px) {
  .rs-show-from-large-screen {
    display: block !important;
  }
}

.rs-display-inline-block {
  display: inline-block;
}
.rs-display-block {
  display: block;
}
.rs-display-table {
  display: table;
}
.rs-display-table-cell {
  display: table-cell;
}
@media all and (max-width: 800px) {
  .rs-display-block-small {
    display: block;
  }
}

.rs-layout {
  display: flex;
}
.rs-layout--wrap {
  flex-wrap: wrap;
}
.rs-layout--vertical {
  flex-direction: column;
}
.rs-layout--vertical-reversed {
  flex-direction: column-reverse;
}
.rs-layout--horizontal {
  flex-direction: row;
}
.rs-layout--horizontal-reversed {
  flex-direction: row-reverse;
}
.rs-layout--left {
  justify-content: flex-start;
}
.rs-layout--right {
  justify-content: flex-end;
}
.rs-layout--center {
  justify-content: center;
}
.rs-layout--space-between {
  justify-content: space-between;
}
.rs-layout--space-around {
  justify-content: space-around;
}
.rs-layout--top {
  align-items: flex-start;
}
.rs-layout--middle {
  align-items: center;
}
.rs-layout--bottom {
  align-items: flex-end;
}

.rs-layout-item-fill {
  width: 100%;
}
.rs-layout-item-top {
  align-self: flex-start;
}
.rs-layout-item-center {
  align-self: center;
}
.rs-layout-item-bottom {
  align-self: flex-end;
}
.rs-layout-item-grow {
  flex-grow: 1;
}
.rs-layout-item-shrink {
  flex-shrink: 1;
}
.rs-layout-item-no-shrink {
  flex-shrink: 0;
}

.rs-clearfix {
  overflow: hidden;
}

.rs-float-right {
  float: right;
}
.rs-float-left {
  float: left;
}

.rs-container-center {
  margin-right: auto;
  margin-left: auto;
}

img.rs-stretch {
  width: 100%;
  max-width: none;
  height: auto;
}

.rs-width {
  box-sizing: border-box;
}
.rs-width-1-12 {
  width: 8.333%;
}
.rs-width-2-12 {
  width: 16.666%;
}
.rs-width-3-12 {
  width: 25%;
}
.rs-width-4-12 {
  width: 33.333%;
}
.rs-width-5-12 {
  width: 41.666%;
}
.rs-width-6-12 {
  width: 50%;
}
.rs-width-7-12 {
  width: 58.333%;
}
.rs-width-8-12 {
  width: 66.666%;
}
.rs-width-9-12 {
  width: 75%;
}
.rs-width-10-12 {
  width: 83.333%;
}
.rs-width-11-12 {
  width: 91.666%;
}
.rs-width-12-12 {
  width: 100%;
}
.rs-width-1-10 {
  width: 10%;
}
.rs-width-2-10 {
  width: 20%;
}
.rs-width-3-10 {
  width: 30%;
}
.rs-width-4-10 {
  width: 40%;
}
.rs-width-5-10 {
  width: 50%;
}
.rs-width-6-10 {
  width: 60%;
}
.rs-width-7-10 {
  width: 70%;
}
.rs-width-8-10 {
  width: 80%;
}
.rs-width-9-10 {
  width: 90%;
}
.rs-width-10-10 {
  width: 100%;
}
@media screen and (min-width: 481px) {
  .rs-width-sm-1-12 {
    width: 8.333%;
  }
  .rs-width-sm-2-12 {
    width: 16.666%;
  }
  .rs-width-sm-3-12 {
    width: 25%;
  }
  .rs-width-sm-4-12 {
    width: 33.333%;
  }
  .rs-width-sm-5-12 {
    width: 41.666%;
  }
  .rs-width-sm-6-12 {
    width: 50%;
  }
  .rs-width-sm-7-12 {
    width: 58.333%;
  }
  .rs-width-sm-8-12 {
    width: 66.666%;
  }
  .rs-width-sm-9-12 {
    width: 75%;
  }
  .rs-width-sm-10-12 {
    width: 83.333%;
  }
  .rs-width-sm-11-12 {
    width: 91.666%;
  }
  .rs-width-sm-12-12 {
    width: 100%;
  }
  .rs-width-sm-1-10 {
    width: 10%;
  }
  .rs-width-sm-2-10 {
    width: 20%;
  }
  .rs-width-sm-3-10 {
    width: 30%;
  }
  .rs-width-sm-4-10 {
    width: 40%;
  }
  .rs-width-sm-5-10 {
    width: 50%;
  }
  .rs-width-sm-6-10 {
    width: 60%;
  }
  .rs-width-sm-7-10 {
    width: 70%;
  }
  .rs-width-sm-8-10 {
    width: 80%;
  }
  .rs-width-sm-9-10 {
    width: 90%;
  }
  .rs-width-sm-10-10 {
    width: 100%;
  }
}
@media screen and (min-width: 801px) {
  .rs-width-md-1-12 {
    width: 8.333%;
  }
  .rs-width-md-2-12 {
    width: 16.666%;
  }
  .rs-width-md-3-12 {
    width: 25%;
  }
  .rs-width-md-4-12 {
    width: 33.333%;
  }
  .rs-width-md-5-12 {
    width: 41.666%;
  }
  .rs-width-md-6-12 {
    width: 50%;
  }
  .rs-width-md-7-12 {
    width: 58.333%;
  }
  .rs-width-md-8-12 {
    width: 66.666%;
  }
  .rs-width-md-9-12 {
    width: 75%;
  }
  .rs-width-md-10-12 {
    width: 83.333%;
  }
  .rs-width-md-11-12 {
    width: 91.666%;
  }
  .rs-width-md-12-12 {
    width: 100%;
  }
  .rs-width-md-1-10 {
    width: 10%;
  }
  .rs-width-md-2-10 {
    width: 20%;
  }
  .rs-width-md-3-10 {
    width: 30%;
  }
  .rs-width-md-4-10 {
    width: 40%;
  }
  .rs-width-md-5-10 {
    width: 50%;
  }
  .rs-width-md-6-10 {
    width: 60%;
  }
  .rs-width-md-7-10 {
    width: 70%;
  }
  .rs-width-md-8-10 {
    width: 80%;
  }
  .rs-width-md-9-10 {
    width: 90%;
  }
  .rs-width-md-10-10 {
    width: 100%;
  }
}
@media screen and (min-width: 891px) {
  .rs-width-lg-1-12 {
    width: 8.333%;
  }
  .rs-width-lg-2-12 {
    width: 16.666%;
  }
  .rs-width-lg-3-12 {
    width: 25%;
  }
  .rs-width-lg-4-12 {
    width: 33.333%;
  }
  .rs-width-lg-5-12 {
    width: 41.666%;
  }
  .rs-width-lg-6-12 {
    width: 50%;
  }
  .rs-width-lg-7-12 {
    width: 58.333%;
  }
  .rs-width-lg-8-12 {
    width: 66.666%;
  }
  .rs-width-lg-9-12 {
    width: 75%;
  }
  .rs-width-lg-10-12 {
    width: 83.333%;
  }
  .rs-width-lg-11-12 {
    width: 91.666%;
  }
  .rs-width-lg-12-12 {
    width: 100%;
  }
  .rs-width-lg-1-10 {
    width: 10%;
  }
  .rs-width-lg-2-10 {
    width: 20%;
  }
  .rs-width-lg-3-10 {
    width: 30%;
  }
  .rs-width-lg-4-10 {
    width: 40%;
  }
  .rs-width-lg-5-10 {
    width: 50%;
  }
  .rs-width-lg-6-10 {
    width: 60%;
  }
  .rs-width-lg-7-10 {
    width: 70%;
  }
  .rs-width-lg-8-10 {
    width: 80%;
  }
  .rs-width-lg-9-10 {
    width: 90%;
  }
  .rs-width-lg-10-10 {
    width: 100%;
  }
}

.rs-table {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  table-layout: fixed;
  empty-cells: show;
  word-wrap: break-word;
  border-collapse: collapse;
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.rs-table__headding, .rs-table__data {
  margin: 0;
  padding: 20px 15px;
  box-sizing: border-box;
}
@media all and (min-width: 801px) {
  .rs-table__headding, .rs-table__data {
    padding: 30px;
  }
}
.rs-table__headding {
  background-color: #f2f2f2;
  width: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
}
@media all and (min-width: 801px) {
  .rs-table__headding {
    width: 215px;
  }
}
.rs-table__data {
  width: calc(100% - 108px);
  border-top: 1px solid #f2f2f2;
}
@media all and (min-width: 801px) {
  .rs-table__data {
    width: calc(100% - 215px);
  }
}
.rs-table__data + .rs-table__headding {
  border-top: 1px solid #fff;
}

.rs-table-edit-button {
  margin-top: 14px;
}
.rs-table-edit-button > * + * {
  margin-left: 14px;
}
.rs-table-edit-button + .rs-table {
  margin-top: 40px;
}
@media all and (min-width: 801px) {
  .rs-table-edit-button + .rs-table {
    margin-top: 66px;
  }
}
.rs-table-edit-button__separate {
  color: #dfdfdf;
}
.rs-table-edit-button .rs-text-link-with-icon {
  vertical-align: middle;
}
