@charset "UTF-8";
.btn,
a.btn {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .btn,
  a.btn {
    font-size: 1.6rem;
  }
}

.formGroup_content.confirm.pre, .btn,
a.btn {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.steps {
  font-family: 'Montserrat', sans-serif;
}

@media screen and (min-width: 768px) {
  .responsive_br::after {
    content: "\A";
    white-space: pre;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main.wrap {
  flex: 1;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .ttl04 {
    margin-bottom: 1em;
    font-size: 1.6rem;
  }

  .ttl04::after {
    margin-top: 0.5em;
  }
}
.article_mv::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 229px;
  height: 101px;
  margin-right: -50%;
  background: url(/img/kaigo/fresh/form/bg.png) no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .article_mv::after {
    width: 305px;
    height: 135px;
  }
}

#page_top {
  bottom: 20px;
}

.steps {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0 0 30px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 17px;
  letter-spacing: 0.16em;
}
.steps_item {
  position: relative;
  width: 25%;
  padding: 0 8.5px 0 6.5px;
}
.steps_item:first-child {
  padding-left: 0;
}
.steps_item:not(:first-child)::before, .steps_item:not(:first-child)::after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  z-index: 0;
  width: 9px;
  height: 9px;
  background-color: #d3f5e3;
}
.steps_item::before {
  bottom: 0;
  transform: skew(-45deg);
}
.steps_item::after {
  top: 0;
  transform: skew(45deg);
}
.steps_item.current::before, .steps_item.current::after {
  background-color: #2bc07f;
}
.steps_item.current .steps_label {
  padding-left: 0.3em;
  background-color: #2bc07f;
  color: #fff;
}
.steps_item.current .steps_label::after {
  border-color: transparent transparent transparent #2bc07f;
}
.steps_label {
  display: block;
  position: relative;
  z-index: 1;
  background-color: #d3f5e3;
  color: #2bc07f;
}
.steps_label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -9px;
  width: 0;
  height: 0;
  border-width: 8.5px 0 8.5px 9px;
  border-style: solid;
  border-color: transparent transparent transparent #d3f5e3;
}
@media screen and (min-width: 360px) {
  .steps {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 375px) {
  .steps {
    font-size: 1.2rem;
    line-height: 20px;
  }
  .steps_item {
    padding: 0 10px 0 7px;
  }
  .steps_item:not(:first-child)::before, .steps_item:not(:first-child)::after {
    width: 10px;
    height: 10px;
  }
  .steps_label::after {
    right: -10px;
    border-width: 10px 0 10px 10px;
  }
}
@media screen and (min-width: 768px) {
  .steps {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 46px;
  }
  .steps_item {
    padding: 0 23px 0 19px;
  }
  .steps_item:not(:first-child)::before, .steps_item:not(:first-child)::after {
    left: 6px;
    width: 23px;
    height: 23px;
  }
  .steps_label::after {
    right: -23px;
    border-width: 23px 0 23px 23px;
  }
}
@media screen and (min-width: 1000px) {
  .steps {
    margin: 40px 0 35px;
    font-size: 25px;
    line-height: 58px;
  }
  .steps_item {
    padding: 0 29px 0 24px;
  }
  .steps_item:not(:first-child)::before, .steps_item:not(:first-child)::after {
    left: 9px;
    width: 29px;
    height: 29px;
  }
  .steps_label::after {
    right: -29px;
    border-width: 29px 0 29px 29px;
  }
}

/* form_contents */
.form_contents,
.form_complete {
  margin-bottom: 30px;
}

/* Form panel */
.form_panel {
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.form_panel.current {
  height: auto;
  overflow: visible;
  visibility: visible;
}

/* Check list */
.checkList_item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}
.checkList_item:hover {
  border-color: #626262;
}
.checkList_indicator {
  padding: 10px;
}
.checkList_contents {
  display: flex;
  flex-direction: column;
  padding: 0.5em 1em 0.5em 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .checkList {
    margin-right: 20px;
    margin-left: 20px;
  }
  .checkList_indicator {
    padding: 10px 20px 10px 35px;
  }
  .checkList_contents {
    flex-direction: row;
    font-size: 1.6rem;
  }
  .checkList_date {
    width: 268px;
    white-space: nowrap;
  }
}

/* Form group */
.formGroup {
  margin-bottom: 20px;
  font-size: 1.1rem;
}
.formGroup_label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.formGroup_required {
  margin-left: 1em;
  padding: 0 3px;
  background-color: #e60012;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  vertical-align: text-top;
}
.formGroup_content {
  position: relative;
}
.formGroup_content.confirm {
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
}
.formGroup_content.confirm.pre {
  font-size: 11px;
}
@media screen and (min-width: 360px) {
  .formGroup {
    font-size: 1.2rem;
  }
  .formGroup_content.confirm.pre {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .formGroup {
    display: flex;
    margin-bottom: 0;
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.6rem;
  }
  .formGroup:first-of-type {
    padding-top: 20px;
  }
  .formGroup_label {
    position: relative;
    width: 300px;
    margin-bottom: 0;
    padding-top: 7px;
  }
  .formGroup_required {
    position: absolute;
    top: 9px;
    right: 50px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .formGroup_content {
    flex: 1;
    width: 100%;
  }
  .formGroup_content.confirm {
    flex: 1;
    padding-top: 7px;
  }
  .formGroup_content.confirm.pre {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  .formGroup_content {
    flex: none;
    width: 50%;
  }
  .formGroup_content.expanded {
    flex: 1;
    width: 100%;
  }
}

/* input group */
.inputGroup {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.inputGroup > .input {
  width: calc(50% - 10px);
  margin: 0 5px;
  white-space: nowrap;
}
.inputGroup > .input:nth-child(n+3) {
  margin-top: 10px;
}

/* Form elements */
input {
  margin: 0;
  padding: 0;
}

.errMsg_inline {
  margin-top: 5px;
  color: #e60012;
}

.input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 0 5px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background-color: #fff;
  font-size: 1.1rem;
  line-height: 30px;
  white-space: nowrap;
  transition: all 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.input:hover {
  border-color: #626262;
}
.input.error {
  border-color: #e60012;
  background-color: #ffe6e8;
}
@media screen and (min-width: 375px) {
  .input {
    padding: 0 7px;
    font-size: 1.2rem;
    white-space: normal;
  }
}
@media screen and (min-width: 768px) {
  .input {
    height: 40px;
    padding: 0 10px;
    border-width: 2px;
    font-size: 1.6rem;
    line-height: 40px;
  }
}
.input .radio,
.input .checkbox {
  margin-right: 4px;
}
@media screen and (min-width: 360px) {
  .input .radio,
  .input .checkbox {
    margin-right: 7px;
  }
}

label.input,
select.input {
  cursor: pointer;
}

select.input {
  padding: 0 5px;
}
select.input::-ms-expand {
  display: none;
}
@media screen and (min-width: 768px) {
  select.input {
    padding: 0 10px;
  }
}

textarea.input {
  min-height: 10em;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  textarea.input {
    font-size: 16px;
  }
}

.select {
  position: relative;
}
.select::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  color: #626262;
  font-size: 0.8em;
}

.radio,
.checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #959595;
  background-color: #fff;
  outline: none;
}
@media screen and (min-width: 768px) {
  .radio,
  .checkbox {
    width: 14px;
    min-width: 14px;
    height: 14px;
    vertical-align: -2px;
  }
}

.radio {
  border-radius: 12px;
}
.radio:checked {
  padding: 2px;
  background-color: #377c48;
  background-clip: content-box;
}
@media screen and (min-width: 768px) {
  .radio {
    border-radius: 14px;
  }
  .radio:checked {
    padding: 3px;
  }
}

.checkbox {
  border-radius: 2px;
}
.checkbox:checked {
  background-color: #fff;
}
.checkbox:checked::after {
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #377c48;
  font-family: FontAwesome;
  font-size: 1rem;
}

/* Buttons */
.btnset {
  display: flex;
  margin: 0 -5px;
}
@media screen and (min-width: 768px) {
  .btnset {
    width: 60%;
    margin: 50px auto 100px;
  }
}
@media screen and (min-width: 1000px) {
  .btnset {
    width: 40%;
  }
}

.btn,
a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 35px;
  margin: 0 5px;
  border: 1px solid #626262;
  border-radius: 35px;
  background-color: #626262;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.btn:hover,
a.btn:hover {
  background-color: #fff;
  color: #626262;
}
.btn_primary,
a.btn_primary {
  border-color: #f89a35;
  background-color: #f89a35;
}
.btn_primary:hover,
a.btn_primary:hover {
  color: #f89a35;
}
.btn_secondary,
a.btn_secondary {
  border-color: #282828;
  background-color: #282828;
}
.btn_secondary:hover,
a.btn_secondary:hover {
  color: #282828;
}
.btn:disabled,
a.btn:disabled {
  border-color: #ccc;
  background-color: #ccc;
  cursor: not-allowed;
}
.btn:disabled:hover,
a.btn:disabled:hover {
  background-color: #ccc;
  color: #fff;
}
.btn:disabled:hover::before,
a.btn:disabled:hover::before {
  content: "全ての必須項目を正しく入力すると、次へ進めます";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -4em;
  z-index: 1;
  width: 110%;
  height: 3.5em;
  padding: 0 0.25em;
  border-radius: 5px;
  background-color: #e60012;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .btn:disabled:hover::before,
  a.btn:disabled:hover::before {
    font-size: 1.4rem;
  }
}
.btn:disabled:hover::after,
a.btn:disabled:hover::after {
  content: "";
  display: block;
  position: absolute;
  top: -1em;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 10px 0 10px;
  border-color: #e60012 transparent transparent transparent;
}
.btn:disabled .fa-chevron-right,
a.btn:disabled .fa-chevron-right {
  display: none;
}
.btn .fa-chevron-right, .btn .fa-chevron-left,
a.btn .fa-chevron-right,
a.btn .fa-chevron-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.btn .fa-chevron-right,
a.btn .fa-chevron-right {
  right: 20px;
}
.btn .fa-chevron-left,
a.btn .fa-chevron-left {
  left: 20px;
}

/* Terms */
.terms {
  margin: 0 0 1em;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.terms > a {
  color: #009cdd;
}
.terms > a:hover {
  color: #11b9ff;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .terms {
    margin: 50px 0 0;
    font-size: 1.6rem;
  }
}

/* Loader */
.loader {
  position: relative;
  width: 2em;
  height: 2em;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  background: -moz-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #fff 10%, rgba(255, 255, 255, 0) 42%);
  font-size: 10px;
  text-indent: -9999em;
  -webkit-animation: loading 1.4s infinite linear;
  animation: loading 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  border-radius: 100% 0 0 0;
  background: #fff;
}
.loader::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 75%;
  height: 75%;
  margin: auto;
  border-radius: 50%;
  background: #282828;
}

.btn:hover .loader::before {
  background: #282828;
}
.btn:hover .loader::after {
  background: #fff;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Form complete */
.form_complete {
  font-size: 1.2rem;
}
.form_complete_title {
  margin-bottom: 0.5em;
  color: #377c48;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .form_complete {
    font-size: 1.6rem;
  }
  .form_complete_title {
    font-size: 2rem;
  }
}

/*# sourceMappingURL=uniq.css.map */
