@charset "UTF-8";
.form input,
.form textarea,
.form select,
.form option {
  font: inherit;
  font-family: "Noto Sans JP","Yu Gothic Medium","游ゴシック Medium","YuGothic","游ゴシック体","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-overflow: ellipsis;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -webkit-text-size-adjust: none;
}


.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="number"],
.form input[type="password"],
.form input[type="date"],
.form input[type="url"],
.form textarea,
.form select {
  line-height: 100%;
  width: 100%;
  max-width: 100%;
}

.form input[type="text"].auto,
.form input[type="email"].auto,
.form input[type="tel"].auto,
.form input[type="number"].auto,
.form input[type="password"].auto,
.form input[type="date"].auto,
.form input[type="url"].auto,
.form textarea.auto,
.form select.auto {
  width: auto;
  max-width: 100%;
}

.form input[type="text"].width_short,
.form input[type="email"].width_short,
.form input[type="tel"].width_short,
.form input[type="number"].width_short,
.form input[type="password"].width_short,
.form input[type="date"].width_short,
.form input[type="url"].width_short,
.form textarea.width_short,
.form select.width_short {
  max-width: 160px;
}

.form input[type="text"].width_middle,
.form input[type="email"].width_middle,
.form input[type="tel"].width_middle,
.form input[type="number"].width_middle,
.form input[type="password"].width_middle,
.form input[type="date"].width_middle,
.form input[type="url"].width_middle,
.form textarea.width_middle,
.form select.width_middle {
  max-width: 450px;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="number"],
.form input[type="password"],
.form input[type="date"],
.form input[type="url"],
.form textarea {
  font-size: 21px;
  line-height: normal;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display:         flex;
  width: 100%;
  height: 60px;
  padding: 4px 12px 4px;
  -webkit-transition: border-color 0.1s linear;
          transition: border-color 0.1s linear;
  border: 2px solid #c5d7f9;
  border-radius: 6px;
  background-color: #fff;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.form input[type="text"]:hover,
.form input[type="email"]:hover,
.form input[type="tel"]:hover,
.form input[type="number"]:hover,
.form input[type="password"]:hover,
.form input[type="date"]:hover,
.form input[type="url"]:hover,
.form textarea:hover {
  border-color: #6a6a6a;
}

.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="tel"]:focus,
.form input[type="number"]:focus,
.form input[type="password"]:focus,
.form input[type="date"]:focus,
.form input[type="url"]:focus,
.form textarea:focus {
  border-color: #6a6a6a;
}

.form input[type="text"]:disabled,
.form input[type="email"]:disabled,
.form input[type="tel"]:disabled,
.form input[type="number"]:disabled,
.form input[type="password"]:disabled,
.form input[type="date"]:disabled,
.form input[type="url"]:disabled,
.form textarea:disabled {
  color: #828282;
  border-color: #dcdcdc;
  background-color: #f8f8f8;
}

.form input[type="text"]::-webkit-input-placeholder,
.form input[type="email"]::-webkit-input-placeholder,
.form input[type="tel"]::-webkit-input-placeholder,
.form input[type="number"]::-webkit-input-placeholder,
.form input[type="password"]::-webkit-input-placeholder,
.form input[type="date"]::-webkit-input-placeholder,
.form input[type="url"]::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: #828282;
}

.form input[type="text"]:-moz-placeholder,
.form input[type="email"]:-moz-placeholder,
.form input[type="tel"]:-moz-placeholder,
.form input[type="number"]:-moz-placeholder,
.form input[type="password"]:-moz-placeholder,
.form input[type="date"]:-moz-placeholder,
.form input[type="url"]:-moz-placeholder,
.form textarea:-moz-placeholder {
  color: #828282;
}

.form input[type="text"]::-moz-placeholder,
.form input[type="email"]::-moz-placeholder,
.form input[type="tel"]::-moz-placeholder,
.form input[type="number"]::-moz-placeholder,
.form input[type="password"]::-moz-placeholder,
.form input[type="date"]::-moz-placeholder,
.form input[type="url"]::-moz-placeholder,
.form textarea::-moz-placeholder {
  color: #828282;
}

.form input[type="text"]:-ms-input-placeholder,
.form input[type="email"]:-ms-input-placeholder,
.form input[type="tel"]:-ms-input-placeholder,
.form input[type="number"]:-ms-input-placeholder,
.form input[type="password"]:-ms-input-placeholder,
.form input[type="date"]:-ms-input-placeholder,
.form input[type="url"]:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
  color: #828282;
}

.form input[type="text"]:placeholder-shown,
.form input[type="email"]:placeholder-shown,
.form input[type="tel"]:placeholder-shown,
.form input[type="number"]:placeholder-shown,
.form input[type="password"]:placeholder-shown,
.form input[type="date"]:placeholder-shown,
.form input[type="url"]:placeholder-shown,
.form textarea:placeholder-shown {
  color: #828282;
}

.form input[type="text"] + br,
.form input[type="email"] + br,
.form input[type="tel"] + br,
.form input[type="number"] + br,
.form input[type="password"] + br,
.form input[type="date"] + br,
.form input[type="url"] + br,
.form textarea + br {
  display: none;
}

.form textarea {
  height: 100px;
}

.form input[type="text"].form__input_error,
.form input[type="email"].form__input_error,
.form input[type="tel"].form__input_error,
.form input[type="number"].form__input_error,
.form input[type="password"].form__input_error,
.form input[type="date"].form__input_error,
.form input[type="url"].form__input_error,
.form textarea.form__input_error,
.form select.form__input_error {
  position: relative;
  z-index: 1;
  border-color: #f33a59;
}

.form input[type="text"].form__input_error,
.form input[type="email"].form__input_error,
.form input[type="tel"].form__input_error,
.form input[type="number"].form__input_error,
.form input[type="password"].form__input_error,
.form input[type="date"].form__input_error,
.form input[type="url"].form__input_error,
.form textarea.form__input_error {
  background-color: #fff9f9;
}

.form select,
.form button,
.form label {
  cursor: pointer;
}

.form label {
  font-size: 21px;
}

.form button:hover {
  opacity: 0.8;
}

.form .form__select {
  font-size: 21px;
  line-height: normal;
  position: relative;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display:         flex;
  overflow: hidden;
  width: 100%;
  -webkit-transition: border-color 0.1s linear;
          transition: border-color 0.1s linear;
  border: 2px solid #c5d7f9;
  border-radius: 6px;
  background-color: #fff;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.form .form__select.width_middle {
  max-width: 450px;
}

.form .form__select:hover {
  border-color: #6a6a6a;
}

.form .form__select:focus {
  border-color: #6a6a6a;
}

.form .form__select_error {
  border-color: #f33a59;
  background-color: #fff9f9;
}

.form .form__select select {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: calc( 100% + 30px);
  max-width: none;
  height: 56px;
  padding: 4px 0 4px 8px;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form .form__select select::-ms-expand {
  display: none;
}

.form .form__select__icon {
  font-size: 0;
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.form .form__select__icon__basic {
  font-size: 0;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/application/common/svg/baseline-expand_more-24px.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  background-size: contain;
}

.form .form__select__icon img,
.form .form__select__icon svg {
  position: relative;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.form .form__select_wordwrap {
  position: relative;
  display: block;
  min-height: 60px;
}

.form .form__select_wordwrap select {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 100%;
  opacity: 0;
}

.form .form__select_wordwrap p {
  font-size: 21px;
  line-height: 148%;
  position: relative;
  z-index: 0;
  display: block;
  padding: 13px 62px 15px 16px;
}

.form .form__radio,
.form .form__checkbox {
  position: relative;
  display: block;
  overflow: hidden;
}

.form .form__radio input,
.form .form__checkbox input {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}

.form .main-kaigo-estimate-result--wrap .form__radio .payment-wrap .payment-radio,
.form .form__radio > span,
.form .form__checkbox > span {
  font-size: 21px;
  position: relative;
  display: block;
  overflow: visible;
  min-height: 30px;
  padding-left: 33px;
}

.form .form__radio > span::before,
.form .main-kaigo-estimate-result--wrap .form__radio .payment-radio::before,
.form .form__checkbox > span::before {
  font-size: 0;
  position: absolute;
  top: 1px;
  left: -1px;
  display: block;
  width: 30px;
  height: 30px;
  content: " ";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  background-size: contain;
}

.form .form__radio_box.form__radio > span,
.form .form__radio_box.form__checkbox > span,
.form .form__checkbox_box.form__radio > span,
.form .form__checkbox_box.form__checkbox > span {
  line-height: normal;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display:         flex;
  width: 100%;
  min-height: 60px;
  padding: 11px 42px 13px 47px;
  -webkit-transition: border-color 0.1s linear;
          transition: border-color 0.1s linear;
  border: 2px solid #c5d7f9;
  border-radius: 6px;
  background-color: #fff;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.form .form__radio_box.form__radio > span::before,
.form .form__radio_box.form__checkbox > span::before,
.form .form__checkbox_box.form__radio > span::before,
.form .form__checkbox_box.form__checkbox > span::before {
  top: 16px;
  left: 12px;
}

.form .form__radio_box.form__radio > span:hover,
.form .form__radio_box.form__checkbox > span:hover,
.form .form__checkbox_box.form__radio > span:hover,
.form .form__checkbox_box.form__checkbox > span:hover {
  border-color: #6a6a6a;
}

.form .form__radio_box.form__radio > span:focus,
.form .form__radio_box.form__checkbox > span:focus,
.form .form__checkbox_box.form__radio > span:focus,
.form .form__checkbox_box.form__checkbox > span:focus {
  border-color: #6a6a6a;
}

.form .form__radio_box.form__checkbox > span::before,
.form .form__checkbox_box.form__checkbox > span::before {
  top: 14px;
}

.form .form__radio input + span::before {
  background-image: url(/application/common/svg/twotone-radio_button_unchecked-24px.svg);
}

.form .form__radio input:checked + span::before {
  background-image: url(/application/common/svg/twotone-radio_button_checked-24px.svg);
}

.form .form__checkbox input + span::before {
  background-image: url(/application/common/svg/twotone-check_box_outline_blank-24px.svg);
}

.form .form__checkbox input:checked + span::before {
  background-image: url(/application/common/svg/twotone-check_box-24px.svg);
}

.form {
  position: relative;
  display: block;
  -webkit-transition: all 0.16s ease-in-out;
          transition: all 0.16s ease-in-out;
}

.form * {
  -webkit-transition: all 0.16s ease-in-out;
          transition: all 0.16s ease-in-out;
}

* + .form,
.main section + .form {
  margin-top: 40px;
}

.form__wordwrap {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

.form__wordwrap:after {
  font-size: 0;
  line-height: 0;
  position: relative;
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: " ";
}

.form input[type="text"].form__width-weight,
.form input[type="email"].form__width-weight,
.form input[type="tel"].form__width-weight,
.form input[type="number"].form__width-weight,
.form input[type="password"].form__width-weight,
.form input[type="date"].form__width-weight,
.form input[type="url"].form__width-weight,
.form textarea.form__width-weight {
  width: 130px;
}

.form__section {
  display: block;
  text-align: left;
}

.form__section:after {
  font-size: 0;
  line-height: 0;
  position: relative;
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: " ";
}

.form__section + .form__section {
  margin-top: 23px;
}

.form__section .form__section + .form__section {
  margin-top: 12px;
}

* + .form__section--aside,
.form__section + .form__section--aside {
  margin-top: 10px;
  white-space: normal;
}

.form__section + .form__section__error-mess,
.form__section .form__section + .form__section__error-mess {
  margin-top: 3px;
}

.form__section--width_short > * {
  max-width: 145px;
}

.form__section--width_middle > * {
  max-width: 290px;
}

.form__section p {
  font-size: 18px;
}

.form__section__error-mess,
.form__section p.form__section__error-mess {
  font-size: 18px;
  display: none;
  color: #f33a59;
}

.form__section__error + .form__section__error-mess,
.form__section__error + p.form__section__error-mess {
  display: block;
}

.form__section_notes {
  padding: 24px 30px 23px;
  background-color: #f5f8fe;
}

.form__section__title,
.form__section p.form__section__title {
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  position: relative;
  overflow: visible;
}

.form__section__title + *,
.form__section p.form__section__title + * {
  margin-top: 5px;
}

.form__section__title_notes,
.form__section p.form__section__title_notes {
  font-size: 20px;
  font-weight: 500;
  color: #0d43b8;
}

.form__section__title_notes + *,
.form__section p.form__section__title_notes + * {
  margin-top: 25px;
}

.form__section__title .js-modal.icon.icon-help,
.form__section p.form__section__title .js-modal.icon.icon-help {
  display: none;
}

.form__section__required {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  position: relative;
  top: -2px;
  display: inline-block;
  height: 22px;
  margin-left: 10px;
  padding: 0 5px;
  vertical-align: middle;
  color: #fff;
  border-radius: 4px;
  background-color: #ff7900;
  -webkit-box-shadow: 0 0 0 #ff7900;
          box-shadow: 0 0 0 #ff7900;
}

.form__section__inline {
  display: inline;
  vertical-align: middle;
}

.form__section--horizon-pack {
  font-size: 0;
  margin-top: 10px;
}

.form__section--horizon-pack > .form__section {
  display: inline-block;
  width: auto;
  margin-right: 30px;
  vertical-align: top;
}

.form__section--horizon-pack > .form__section:last-child {
  margin-right: 0;
}

.form__section--horizon-pack > .form__section + .form__section {
  margin-top: 0 !important;
}

.form__section--horizon-pack .form__section--location {
  width: 610px;
}

.form__section--input_horizontal:after {
  font-size: 0;
  line-height: 0;
  position: relative;
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: " ";
}

.form__section--input_horizontal > .form__section {
  position: relative;
  display: block;
  float: left;
  clear: none;
  width: 50%;
  max-width: 50%;
}

.form__section--input_horizontal > .form__section:nth-child(n+2) {
  margin-top: 0;
  margin-left: -2px;
}

.form__section--input_horizontal > .form__section:focus,
.form__section--input_horizontal > .form__section:active {
  z-index: 1;
}

.form__section--input_horizontal > .form__section:hover {
  z-index: 2;
}

.form__section--input_horizontal_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
          align-items: flex-start;
}

.form__section--input_horizontal_flex > .form__section {
  width: calc( 50% - 10px);
  max-width: calc( 50% - 10px);
}

.form__section--input_horizontal_flex > .form__section:nth-child(n+2) {
  margin-top: 0;
}

.form__section--radio-checkbox_box-horizontal:after {
  font-size: 0;
  line-height: 0;
  position: relative;
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: " ";
}

.form__section--radio-checkbox_box-horizontal > label:nth-child(n+2) {
  left: -2px;
}

.form__section--radio-checkbox_box-horizontal .form__radio,
.form__section--radio-checkbox_box-horizontal .form__checkbox {
  position: relative;
  display: block;
  float: left;
  clear: none;
}

.form__section--radio-checkbox_box-horizontal .form__radio:focus,
.form__section--radio-checkbox_box-horizontal .form__radio:active,
.form__section--radio-checkbox_box-horizontal .form__checkbox:focus,
.form__section--radio-checkbox_box-horizontal .form__checkbox:active {
  z-index: 1;
}

.form__section--radio-checkbox_box-horizontal .form__radio:hover,
.form__section--radio-checkbox_box-horizontal .form__checkbox:hover {
  z-index: 2;
}

.form__section--radio-checkbox_box-horizontal .form__radio > span,
.form__section--radio-checkbox_box-horizontal .form__checkbox > span
.form__section--question .form__checkbox > span{
  position: relative;
  display: block;
  padding: 12px 20px 11px;
  text-align: center;
  border: solid 2px #c5d7f9;
  background: #fff;
}
.form__section--question .form__section--wide .form__radio > span{
  text-align: left;
}

.form__section--radio-checkbox_box-horizontal .form__radio > span:hover,
.form__section--radio-checkbox_box-horizontal .form__checkbox > span:hover {
  border-color: #6a6a6a;
}

.form__section--radio-checkbox_box-horizontal .form__radio > span:focus,
.form__section--radio-checkbox_box-horizontal .form__radio > span:active,
.form__section--radio-checkbox_box-horizontal .form__checkbox > span:focus,
.form__section--radio-checkbox_box-horizontal .form__checkbox > span:active {
  border-color: #6a6a6a;
}

.form__section--radio-checkbox_box-horizontal .form__radio input:focus + span,
.form__section--radio-checkbox_box-horizontal .form__radio input:focus + span:hover,
.form__section--radio-checkbox_box-horizontal .form__radio input:active + span,
.form__section--radio-checkbox_box-horizontal .form__radio input:active + span:hover,
.form__section--radio-checkbox_box-horizontal .form__checkbox input:focus + span,
.form__section--radio-checkbox_box-horizontal .form__checkbox input:focus + span:hover,
.form__section--radio-checkbox_box-horizontal .form__checkbox input:active + span,
.form__section--radio-checkbox_box-horizontal .form__checkbox input:active + span:hover {
  border-color: #6a6a6a;
}

.form__section--radio-checkbox_box-horizontal .form__radio > span::before,
.form__section--radio-checkbox_box-horizontal .form__checkbox > span::before {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.form__section--radio-checkbox_box-horizontal .form__radio input:checked + span,
.form__section--radio-checkbox_box-horizontal .form__checkbox input:checked + span
.form__section--question .form__radio input:checked + span {
  background-color: #f5f8fe;
}

.form__section--radio-checkbox_box-horizontal .form__radio.form__radio_error span,
.form__section--radio-checkbox_box-horizontal .form__checkbox.form__checkbox_error span {
  border-color: #f33a59;
  background-color: #fff9f9;
}

.form__section--name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
          align-items: flex-start;
}

.form__section--name > div {
  position: relative;
  display: block;
  width: 50%;
  max-width: 50%;
}

.form__section--name > div:focus,
.form__section--name > div:active {
  z-index: 1;
}

.form__section--name > div:hover {
  z-index: 2;
}

.form__section--name > div input[type="text"] {
  border-radius: 6px 0 0 6px;
}

.form__section--name > div + div input[type="text"] {
  margin-top: 0;
  margin-left: -2px;
  border-radius: 0 6px 6px 0;
}

.form__section--name > .form__section:nth-child(n+2) {
  margin-top: 0;
}

.form__section--sex > label,
.form__section--yesno > label,
.form__section--select-radio > label {
  width: 50%;
  max-width: 135px;
}

.form__section--sex > label,
.form__section--yesno > label {
  white-space: nowrap;
}

.form__section--sex > label > span,
.form__section--yesno > label > span,
.form__section--select-radio > label > span {
  border-radius: 6px 0 0 6px;
}

.form__section--sex > label + label span,
.form__section--yesno > label + label span,
.form__section--select-radio > label + label span {
  border-radius: 0 6px 6px 0;
}

.form__section--sex .form__radio > span::before,
.form__section--sex .form__checkbox > span::before,
.form__section--yesno .form__radio > span::before,
.form__section--yesno .form__checkbox > span::before,
.form__section--select-radio .form__radio > span::before,
.form__section--select-radio .form__checkbox > span::before,
.radio-mono .form__radio > span::before,
.form__section--wide .form__radio > span::before{
  top: -2px;
}

.form__section--yesno > label {
  max-width: 175px;
}

.form__section--select-radio > label {
  width: auto;
  max-width: none;
}

.form__section--prefectures {
  width: 180px;
}

.form__section--address {
  width: calc(100% - 180px - 8px);
}

.form__section__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.form__section__address .form__section--prefectures {
  width: 176px;
}

.form__section__address .form__section--address {
  width: calc(100% - 176px);
  margin-top: 0 !important;
  margin-left: 9px;
}

.form__section--zipcode input.form__section--zipcode__num {
  position: relative;
}

.form__section--zipcode__button {
  font-size: 21px;
  line-height: 60px;
  line-height: normal;
  position: relative;
  left: -2px;
  height: 60px;
  padding: 0 12px;
  text-align: center;
  color: #1748a8;
  border: 2px solid #c5d7f9;
  border-radius: 0;
  background-color: #f9f9f9;
}

.form__section--zipcode__button:hover {
  border-color: #6a6a6a;
}

.form__section--zipcode__button:focus {
  border-color: #6a6a6a;
}

.form__section--zipcode input.form__section--zipcode__num {
  border-radius: 6px 0 0 6px;
}

.form__section--zipcode__button {
  border-radius: 0 6px 6px 0;
}

.form__section--zipcode input.form__section--zipcode__num,
.form__section--zipcode__button {
  float: left;
  clear: none;
  width: 50%;
  max-width: 175px;
}

.form__section--zipcode input.form__section--zipcode__num:focus,
.form__section--zipcode input.form__section--zipcode__num:active,
.form__section--zipcode__button:focus,
.form__section--zipcode__button:active {
  z-index: 1;
}

.form__section--zipcode input.form__section--zipcode__num:hover,
.form__section--zipcode__button:hover {
  z-index: 2;
}

.form__section--select-text {
  font-size: 0;
}

.form__section--select-text .form__select {
  display: inline-block;
  width: calc(100% - 220px);
  max-width: 830px;
  margin-right: 15px;
  vertical-align: middle;
}

.form__section--select-text__text,
.form__section--select-text p.form__section--select-text__text {
  font-size: 18px;
  display: inline;
  vertical-align: middle;
}

.form__section--payment .form__select {
  max-width: 160px;
}

.form__section--location,
.form__section--birthday {
  font-size: 0;
  white-space: nowrap;
}

.form__section--location:after,
.form__section--birthday:after {
  font-size: 0;
  line-height: 0;
  position: relative;
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: " ";
}

.form__section--location > span,
.form__section--location > p,
.form__section--birthday > span,
.form__section--birthday > p {
  font-size: 21px;
  font-weight: 500;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

.form__section--location > span:last-child,
.form__section--location > p:last-child,
.form__section--birthday > span:last-child,
.form__section--birthday > p:last-child {
  margin-right: 0;
}

.form__section--location br,
.form__section--birthday br {
  display: none;
}

.form__section--location .form__select,
.form__section--birthday .form__select {
  display: inline-block;
  width: calc( 100% / 3 - 41px);
  max-width: 110px;
  vertical-align: middle;
}

.form__section_box {
  padding: 11px 20px;
  border: solid 2px #c5d7f9;
}

.form__section_box.form__section__error {
  border: solid 2px #f33a59;
  background-color: #fff9f9;
}

.form__section ul.form__section--radio-checkbox_line-horizontal {
  position: relative;
  display: block;
  overflow: hidden;
}

.form__section ul.form__section--radio-checkbox_line-horizontal li {
  display: inline-block;
  margin-right: 20px;
  padding: 4px 0;
  vertical-align: top;
}

.form__section--question {
  padding-left: 4em;
}

.form__section .form__submit {
  font-size: 26px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  display: block;
  width: 370px;
  height: auto;
  height: 62px;
  margin: 43px auto 0;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  border: none;
  background-color: #f33a59;
}

.form__submit::after {
  font-size: 0;
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: block;
  width: 0;
  height: 0;
  content: " ";
  opacity: 0.3;
  border-width: 6px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
}

.form__submit:link,
.form__submit:active,
.form__submit:visited,
.form__submit:hover {
  color: #fff;
}

.form__submit:hover {
  cursor: pointer;
}

.form__submit_blue {
  background-color: #3560be;
}

.form__submit .position {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

/* ie用 */
_:-ms-input-placeholder, :root .form__submit .position{
  line-height: 1.8;
  padding-top: 10px;
}

.form--back-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
          justify-content: space-between;
}

.form--back-submit__back,
.form--back-submit a.form--back-submit__back {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  display: block;
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: none;
  background-color: #848484;
}

.form--back-submit__back span::after,
.form--back-submit a.form--back-submit__back span::after {
  font-size: 0;
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: block;
  width: 0;
  height: 0;
  content: " ";
  opacity: 0.4;
  border-width: 4px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
}

.form--back-submit__back::before,
.form--back-submit a.form--back-submit__back::before,
.form--back-submit__submit span::after,
.form--back-submit a.form--back-submit__submit span::after{
    content: " ";
    position:absolute;
    display:inline-block;
    color:#fff;
    background:url(/application/common/svg/baseline-play_circle_arrow_filled-24px_white.svg) no-repeat;
  background-size: 100% 100%;
    width:18px;
    height:18px;
    top:0;
    bottom:0;
    margin:auto;
}

.form--back-submit__back:before,
.form--back-submit a.form--back-submit__back::before {
    margin-right:8px;
    transform:rotate(-180deg);
    left:14px;
}

.form--back-submit__submit span,
.form--back-submit a.form--back-submit__submit span{
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1.3;
}

.form--back-submit__submit span::after,
.form--back-submit a.form--back-submit__submit span::after {
    right:0;
  margin-right: -27px;
}

/* ie用 */
_:-ms-input-placeholder, :root .form--back-submit__submit span,
.form--back-submit a.form--back-submit__submit span{
  line-height: 1.8;
}

_:-ms-input-placeholder, :root .form--back-submit__back,
.form--back-submit a.form--back-submit__back{
  display: block;
  line-height: 1.4;
}

_:-ms-input-placeholder, :root .form--back-submit__back span,
.form--back-submit a.form--back-submit__back span{
  height: 100%;
}

.form--back-submit__back:link,
.form--back-submit__back:active,
.form--back-submit__back:visited,
.form--back-submit__back:hover,
.form--back-submit a.form--back-submit__back:link,
.form--back-submit a.form--back-submit__back:active,
.form--back-submit a.form--back-submit__back:visited,
.form--back-submit a.form--back-submit__back:hover {
  color: #fff;
}

.form--back-submit__back:hover,
.form--back-submit a.form--back-submit__back:hover {
  cursor: pointer;
}

.form--back-submit__submit,
.form--back-submit a.form--back-submit__submit {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  display: block;
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: none;
  background-color: #f33a59;
}

.form--back-submit__submit::after,
.form--back-submit a.form--back-submit__submit::after {
  font-size: 0;
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: block;
  width: 0;
  height: 0;
  content: " ";
  opacity: 0.4;
  border-width: 4px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
}

.form--back-submit__submit:link,
.form--back-submit__submit:active,
.form--back-submit__submit:visited,
.form--back-submit__submit:hover,
.form--back-submit a.form--back-submit__submit:link,
.form--back-submit a.form--back-submit__submit:active,
.form--back-submit a.form--back-submit__submit:visited,
.form--back-submit a.form--back-submit__submit:hover {
  color: #fff;
}

.form--back-submit__submit:hover,
.form--back-submit a.form--back-submit__submit:hover {
  cursor: pointer;
}

.form--back-submit__back,
.form--back-submit a.form--back-submit__back,
.form--back-submit__submit,
.form--back-submit a.form--back-submit__submit {
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  min-width: 320px;
  height: 62px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.form--back-submit__submit,
.form--back-submit a.form--back-submit__submit {
  margin-left: 20px;
}

.form--back-submit__back,
.form--back-submit a.form--back-submit__back {
    min-width:290px;
    height:52px;
    font-size:17px;
    font-weight:500;
}

.form--button-right {
  text-align: right;
}

.form--mess-next-done {
  font-size: 21px;
  font-weight: 700;
  position: relative;
  display: block;
  margin-top: 40px;
  text-align: center;
  color: #f66079;
}

.main__wordwrap .form--mess-next-done p {
  text-align: center;
  text-align-last: center;
}

.form--mess-next-done + .form--back-submit {
  margin-top: 40px;
}

.main-box {
  font-size: 16px;
  position: relative;
  display: block;
  padding: 1.3em 1.6em;
  -webkit-transition: all 0.16s ease-in-out;
          transition: all 0.16s ease-in-out;
  border: solid 1px #ededed;
  background-color: #fff;
}

.main-box * {
  -webkit-transition: all 0.16s ease-in-out;
          transition: all 0.16s ease-in-out;
}

* + .main-box,
.main section + .main-box {
  margin-top: 40px;
}

.main-box.form__section--aside {
  margin-top: 10px;
}

.main-box_bg {
  border: none;
  background-color: #f5f8fe;
}

.main-box{
  font-size: 18px;
}

.main-box dd .dot{
  margin-top: 0.6em;
}

.main-attention {
  font-size: 16px;
  position: relative;
  display: block;
  padding: 30px;
  border: solid 1px #ededed;
}

.main-attention p + ul {
  margin-top: 1em;
}

.main-attention__title {
  font-size: 21px;
  font-weight: 700;
  position: relative;
  display: block;
  text-align: left;
}

.main-attention__title + * {
  margin-top: 25px;
}

.main-field-checklist {
  font-size: 16px;
  position: relative;
  margin-bottom: 20px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 300px;
  -webkit-transform: translateZ(0px);
  border: solid 1px #ededed;
  -webkit-overflow-scrolling: touch;
}

.main-field-checklist + .section.form__checkbox.form__checkbox_box {
  margin-top: 10px;
}

.main-field-checklist--inner {
  padding: 30px;
}

.main-field-checklist--inner section:first-child {
  margin-top: 0;
}

.main-field-checklist--indent {
  padding-left: 1em;
}

.main-field-checklist--indent + *:not(h2),
.main-field-checklist--indent + *:not(h3),
.main-field-checklist--indent + *:not(h4) {
  margin-top: 1em;
}

.main-field-checklist--title,
.main-field-checklist p.main-field-checklist--title {
  font-weight: 700;
  margin-top: 1em;
}

.main-field-checklist--title + p,
.main-field-checklist p.main-field-checklist--title + p {
  margin-top: 0.5em;
}

.main-field-checklist--image {
  margin-top: 1em;
}

.main-field-checklist--image + * {
  margin-top: 1em;
}

.main-field-checklist--tel p + p {
  margin-top: 0.5em;
}

.main-field-checklist__tel-num {
  font-size: 2em;
  font-weight: 700;
}

.main-field-checklist__tel-num.mini{
  font-size: 1.65em;
}

.main-field-checklist * + .h4,
.main-field-checklist * + h4 {
  margin-top: 2em;
}

.main-field-checklist * + ul,
.main-field-checklist * + ol {
  margin-top: 1em;
}

.main-field-checklist ul * + ul,
.main-field-checklist ul * + ol,
.main-field-checklist ol * + ul,
.main-field-checklist ol * + ol {
  margin-top: 0.3em;
}

.main-field-checklist ul + p,
.main-field-checklist ol + p {
  margin-top: 1em;
}

.main-field-checklist ul li + li,
.main-field-checklist ol li + li {
  margin-top: 0.3em;
}

.main-field-checklist .dot li {
  padding-left: 19px;
}

.main-form-step-level {
  display: block;
  background-color: #f5f8fe;
}

.main-form-step-level--title {
  font-size: 16px;
  font-weight: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  padding: 9px 20px 9px;
  color: #fff;
  background-color: #6691ed;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
          align-items: flex-start;
}

.main-form-step-level--title span {
  display: block;
}

.main-form-step-level--title span:nth-child(2) {
  font-weight: 500;
  margin-left: 0.8em;
}

.main-form-step-level > ul {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  overflow: visible;
  width: 50%;
  max-width: 455px;
  margin: 0 auto;
  padding: 20px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.main-form-step-level > ul::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: calc(100% - 6px);
  height: 4px;
  content: " ";
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background-color: #6691ed;
}

.main-form-step-level > ul li {
  font-size: 15px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 15px;
  background-color: #6691ed;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.main-form-step-level > ul li + li {
  margin-left: calc( (100% - (30px * 5)) / 4);
}

.main-form-step-level > ul li.main-form-step-level--now::before {
  position: absolute;
  top: -21px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: " ";
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #6691ed transparent transparent transparent;
}

.main-form-step-level > ul li.main-form-step-level--now ~ * {
  background-color: #adc1ed;
}

.main-form-step-level_8 > ul {
  width: 80%;
  max-width: 600px;
}

.main-form-step-level_8 > ul li + li {
  margin-left: calc( (100% - (30px * 8)) / 7);
}

.main-form-step-level_8s1 > ul::after {
  background: #adc1ed;
}

.main-form-step-level_8s2 > ul::after {
  background: -webkit-linear-gradient(left, #6691ed, #6691ed 14.2%, #adc1ed 14.2%, #adc1ed);
  background: -webkit-gradient(linear, left top, right top, from(#6691ed), color-stop(14.2%, #6691ed), color-stop(14.2%, #adc1ed), to(#adc1ed));
  background:         linear-gradient(to right, #6691ed, #6691ed 14.2%, #adc1ed 14.2%, #adc1ed);
}

.main-form-step-level_8s3 > ul::after {
  background: -webkit-linear-gradient(left, #6691ed, #6691ed 28.5%, #adc1ed 28.5%, #adc1ed);
  background: -webkit-gradient(linear, left top, right top, from(#6691ed), color-stop(28.5%, #6691ed), color-stop(28.5%, #adc1ed), to(#adc1ed));
  background:         linear-gradient(to right, #6691ed, #6691ed 28.5%, #adc1ed 28.5%, #adc1ed);
}

.main-form-step-level_8s4 > ul::after {
  background: -webkit-linear-gradient(left, #6691ed, #6691ed 42.6%, #adc1ed 42.6%, #adc1ed);
  background: -webkit-gradient(linear, left top, right top, from(#6691ed), color-stop(42.6%, #6691ed), color-stop(42.6%, #adc1ed), to(#adc1ed));
  background:         linear-gradient(to right, #6691ed, #6691ed 42.6%, #adc1ed 42.6%, #adc1ed);
}

.main-form-step-level_8s5 > ul::after {
  background: -webkit-linear-gradient(left, #6691ed, #6691ed 56.8%, #adc1ed 56.8%, #adc1ed);
  background: -webkit-gradient(linear, left top, right top, from(#6691ed), color-stop(56.8%, #6691ed), color-stop(56.8%, #adc1ed), to(#adc1ed));
  background:         linear-gradient(to right, #6691ed, #6691ed 56.8%, #adc1ed 56.8%, #adc1ed);
}

.main-form-step-level_8s6 > ul::after {
  background: -webkit-linear-gradient(left, #6691ed, #6691ed 71%, #adc1ed 71%, #adc1ed);
  background: -webkit-gradient(linear, left top, right top, from(#6691ed), color-stop(71%, #6691ed), color-stop(71%, #adc1ed), to(#adc1ed));
  background:         linear-gradient(to right, #6691ed, #6691ed 71%, #adc1ed 71%, #adc1ed);
}

.main-form-step-level_8s7 > ul::after {
  background: -webkit-linear-gradient(left, #6691ed, #6691ed 85.2%, #adc1ed 85.2%, #adc1ed);
  background: -webkit-gradient(linear, left top, right top, from(#6691ed), color-stop(85.2%, #6691ed), color-stop(85.2%, #adc1ed), to(#adc1ed));
  background:         linear-gradient(to right, #6691ed, #6691ed 85.2%, #adc1ed 85.2%, #adc1ed);
}

.main-form-step-level_8s8 > ul::after {
  background: #6691ed;
}

.main-handler {
  position: relative;
  display: table;
  width: 100%;
  empty-cells: show;
  border-spacing: 0;
  border-collapse: separate;
  -webkit-transition: all 0.16s ease-in-out;
          transition: all 0.16s ease-in-out;
  border: none;
}

.main-handler * {
  -webkit-transition: all 0.16s ease-in-out;
          transition: all 0.16s ease-in-out;
}

* + .main-handler,
.main section + .main-handler {
  margin-top: 40px;
}

.main-handler p + p {
  margin-top: 0;
}

.main-handler--title,
.main-handler--detail {
  font-size: 21px;
  font-weight: 900;
  display: table-cell;
  padding: 7px 30px 9px;
  vertical-align: middle;
}

.main-handler--title {
  width: 320px;
  color: #fff;
  background-color: #6691ed;
}

.main-handler--detail {
  font-weight: 700;
  border: solid 1px #ededed;
}

.main-kaigo-estimate-result--columns--column__button:hover,
.form__submit.js-estimate-start:hover {
  opacity: 0.8;
}

.form__submit.js-estimate-start.disabled:hover {
  opacity: 1;
}

.main-kaigo-estimate-result--columns--column__button {
  font-size: 26px;
  font-size: 25px;
  font-weight: 800;
  line-height: 20px;
  position: relative;
  display: block;
  width: 89%;
  height: auto;
  margin: 1px auto 0;
  padding-top: 22px;
  padding-bottom: 23px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: none;
  background-color: #f33a59;
}

/* ie用 */
_:-ms-input-placeholder, :root .main-kaigo-estimate-result--columns--column__button {
  line-height: 1.8;
  padding-top: 13px;
  padding-bottom: 5px;
}

.main-kaigo-estimate-result--columns--column__button::after {
  position: absolute;
  right: 3px;
  bottom: 3px;
  display: block;
  width: 0;
  height: 0;
  content: " ";
  opacity: 0.4;
  border-width: 4px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
}

.main-kaigo-estimate-result--columns--column__button:link,
.main-kaigo-estimate-result--columns--column__button:active,
.main-kaigo-estimate-result--columns--column__button:visited,
.main-kaigo-estimate-result--columns--column__button:hover {
  color: #fff;
}

.main-kaigo-estimate-result--columns--column__button:hover {
  cursor: pointer;
}

.main-kaigo-estimate-result--request {
  margin-top: 40px;
  text-align: center;
}

.main-kaigo-estimate-result--request p {
  text-align: center;
  text-align-last: center;
}

.main-kaigo-estimate-result--request a {
    width:290px;
    height:58px;
    margin-top:15px;
    font-size:21px;
}

.main-kaigo-estimate-result--request .form__submit {
  background-color: #3560be;
}

.main-kaigo-quotation-result {
  display: flex;
  border: solid 1px #ededed;
}

* + .main-kaigo-quotation-result,
.main section + .main-kaigo-quotation-result {
  margin-top: 40px;
}

.main .main-kaigo-quotation-result__title,
.main-kaigo-quotation-result__detail{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.3em;
}

.main-kaigo-quotation-result__title,
.main-kaigo-quotation-result h3.main-kaigo-quotation-result__title {
  flex-grow: 1;
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  background-color: #7cb1f2;
}


.main-kaigo-quotation-result__title .num{
  font-size: 35px;
  margin-right: 5px;
}

.main-kaigo-quotation-result__title + *,
.main-kaigo-quotation-result h3.main-kaigo-quotation-result__title + * {
  margin-top: 0;
}

.main-kaigo-quotation-result__detail {
  background: #dce9f7;
  font-size: 16px;
  flex-grow: 3;
}

.main-kaigo-quotation-result__detail p + p {
  margin-top: 3px;
}

.main-kaigo-quotation-result__detail--price {
  padding-left: 20px;
}

.main-kaigo-quotation-result__detail--price__total {
  font-size: 22px;
  font-weight: 700;
}

.main-kaigo-quotation-result__detail--price .num {
  font-size: 43px;
    margin:0 2px;
}

.main-kaigo-quotation-result--section {
  display: block;
  border: solid 1px #ededed;
}

.main-kaigo-quotation-result--section__title,
.main-kaigo-quotation-result--section h3.main-kaigo-quotation-result--section__title {
  font-size: 20px;
  font-weight: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  height: 54px;
  margin: -1px -1px 0;
  color: #fff;
  background-color: #27c195;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.main-kaigo-quotation-result--section__title + *,
.main-kaigo-quotation-result--section h3.main-kaigo-quotation-result--section__title + * {
  margin-top: 0;
}

.main-kaigo-quotation-result--section__detail {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-kaigo-quotation-result--section__detail li {
  display: block;
}

.main-kaigo-quotation-result--section__detail img {
  width: 100%;
}

.main-kaigo-quotation-result--section__detail p {
  margin-top: 8px;
}

.main-step-horizontal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-transition: all 0.16s ease-in-out;
          transition: all 0.16s ease-in-out;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
}

* + .main-step-horizontal {
  margin-top: 40px;
}

.main-step-horizontal * {
  -webkit-transition: all 0.16s ease-in-out;
          transition: all 0.16s ease-in-out;
}

.main-step-horizontal--column {
  width: calc( (100% - 40px * 3) / 4);
  padding: 30px;
  background-color: #f5f8fe;
}

.main-step-horizontal__title,
.main-step-horizontal h3.main-step-horizontal__title {
  font-size: 21px;
  font-weight: 900;
  display: block;
  margin: -30px -30px 30px;
  padding: 8px 10px 9px;
  text-align: center;
  color: #fff;
  background-color: #6691ed;
}

.main .js-estimate-success {
  margin-top: 0;
}

.main .text-error {
  text-align: center;
  margin-top: 9px;
  margin-bottom: 12px;
  padding: 5px 13px;
  background: #fff;
  color: #f33a59;
  border: #f33a59 solid 2px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.text-error .text-nomal {
  font-weight: normal;
}


/* 介護用追加 kaigo */
.input_conditions .notes{
  margin-top: 10px;
  margin-bottom: 25px;
}

.kaigo-estimate .input_conditions {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size:21px;
}

.kaigo-estimate .input_conditions .notes{
  font-size: 18px;
}

.form__section--location .form__select{
  min-width: 230px;
}

.form__section--location + .error-msg{
  margin: 10px auto 0;
}

.radio-mono .form__radio{
  min-width: 160px; 
}

.radio-mono label + label{
  margin-left: 6px;
}

.radio-mono span{
  border-radius: 6px;
}

.form__section--radio-checkbox_box-horizontal.radio-mono > label:nth-child(n+2){
  left: 0;
}

.form__section--birthday{
  display: flex;
  align-items: center;
}




/* - estimate - 見積もり */

.form__section--horizon-pack .form__section--birthday{
  width: 610px;
}

.form__section + .form__section--estimated-base-date {
  margin-top: 11px;
  padding: 4px 17px 2px;
  background: #fffee9;
  display: inline-block;
}

.form__section--estimated-base-date > p {
  font-size: 19px;
  display: inline-block;
  margin-bottom: 7px;
}

.form__section--estimated-base-date > p + p {
  margin-left: 2em;
}

.form__section--estimated-base-date span {
  color: #f66079;
  font-weight: 700;
  padding: 0 3px;
}

#nextPremium {
  text-align: center;
  padding: 5px 13px;
  border: #f33a59 solid 2px;
  color: #f33a59;
  font-size: 18px;
}

.form__section--select-payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.form__section--select-payment .form__select {
  width: 160px;
}

.form__section--select-payment p {
  margin-left: 16px;
  width: calc(100% - 160px - 16px);
}

.kaigo-estimate .form__section--birthday .form__select {
  max-width: 160px;
}

.form__section .form__section__title .js-modal.icon.icon-help.in-title {
  margin-left: 11px;
  margin-right: 7px;
  font-size: 16px;
  font-weight: 400;
  display: inline;
}

.form__section .form__section__title .js-modal.icon.icon-help.in-title::before {
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
}

.form__section .form__section__title__notes {
  font-size: 16px;
  font-weight: 700;
  color: #f66079;
}

.form--fixed-line-result--total__title,
.form--line-result--inline .form--fixed-line-result__wordwrap{
  padding-left: 20px;
  padding-right: 20px;
}

.form__section .form--fixed-line-result--total__title{
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  background: #ffbc00;
  padding-top: 0;
  padding-bottom: 3px;
}

.form--fixed-line-result {
  position: fixed;
  z-index: 11;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ffd341;
}

.form--line-result--inline .form--fixed-line-result__wordwrap{
  background-color: #fff3dc;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.form--fixed-line-result__wordwrap {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  padding-top: 9px;
  padding-bottom: 17px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.form--fixed-line-result--help {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.form--fixed-line-result--help .icon::before {
  width: 24px;
  height: 24px;
}

.form--line-result--inline .form--fixed-line-result--detail {
  padding-top: 0;
  padding-bottom: 0;
}

.form--fixed-line-result--detail {
  font-size: 0;
  position: relative;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  white-space: nowrap;
}

.form--line-result--inline .form--fixed-line-result__text{
  font-weight: 500;
  font-size: 20px;
}

.form--line-result--inline .form--fixed-line-result--detail > .form--fixed-line-result__text::before,
.form--line-result--inline .form--fixed-line-result--detail > .form--fixed-line-result__text::after{
  content: "";
  display: inline-block;
  width: 2.5px;
  height: 0.9em;
  background-color: #3c3c3c;
  margin: 0 10px;
  position: relative;
  top: 1px;
}

.form--line-result--inline .form--fixed-line-result__text::before{
  -webkit-transform: skewX(205deg);
  transform: skewX(205deg);
}

.form--line-result--inline .form--fixed-line-result__text::after{
  -webkit-transform: skewX(155deg);
  transform: skewX(155deg);
}

.form--line-result--inline .form--fixed-line-result--total--box{
  align-items: flex-end;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display:         inline-flex;
  margin-top: 5px;
}

.form--line-result--inline .form--fixed-line-result--links {
  width: 250px;
}

.form--fixed-line-result--links {
  display: block;
  width: 415px;
  white-space: nowrap;
}

.form--fixed-line-result--links:after {
  font-size: 0;
  line-height: 0;
  position: relative;
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: " ";
}

.form--line-result--inline .form--fixed-line-result--links li {
  margin-left: 20px;
  width: calc(100% - 20px);
}

.form--fixed-line-result--links li {
  width: calc( (100% - 10px) / 2);
  display: block;
  float: left;
}

.form--fixed-line-result--links li + li {
  float: right;
}

.form--line-result--inline .form--fixed-line-result--links__button {
  font-size: 20px;
  letter-spacing: 0.03em;
}

.form--line-result--inline .form--fixed-line-result--links__button {
  height: 58px;
}

.form--fixed-line-result--links__button {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  height: 62px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  border: none;
  background-color: #f33a59;
}

.form--fixed-line-result--links__button::after {
  font-size: 0;
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: block;
  width: 0;
  height: 0;
  content: " ";
  opacity: 0.3;
  border-width: 4px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
}

.form--fixed-line-result--links__button:link,
.form--fixed-line-result--links__button:active,
.form--fixed-line-result--links__button:visited,
.form--fixed-line-result--links__button:hover {
  color: #fff;
}

.form--fixed-line-result--links__button:hover {
  cursor: pointer;
}

.form--fixed-line-result--links__button .position {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.form--fixed-line-result--links__button_document-request {
  background-color: #3560be;
  font-size: 16px;
}

.form--fixed-line-result--links__button_document-request .small {
  font-size: 12px;
  display: block;
}

.form--line-result--inline .form--fixed-line-result--total{
  margin-right: 11px;
  max-width: 310px;
  padding-top: 1px;
  padding-bottom: 12px;
}

.form--fixed-line-result--total {
  background-color: #fff;
  padding-left: 14px;
  padding-right: 16px;
  width: auto;
  min-height: 58px;
  font-size: 28px;
  font-weight: 900;
  line-height: 58px;
  text-align: center;
  vertical-align: middle;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display:         inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.form--fixed-line-result .form--fixed-line-result--total{
  max-width: 280px;
}

.form--fixed-line-result--total * {
  font-size: 21px;
  font-weight: 900;
  line-height: normal;
}

.form--fixed-line-result--total > span {
  display: block;
  position: relative;
  top: 4px;
}

.form--fixed-line-result--total__slash {
  margin: 0 -0.15em;
}

.form--line-result--inline .form--fixed-line-result--total__price {
  font-size: 40px;
  padding-bottom: 9px;
  line-height: 1.3;
  margin-left: 15px;
  margin-right: 6px;
}

.form--fixed-line-result--total__price {
  color: #3560be;
    margin-left:7px;
  font-size: 29px;
}

.form--line-result--inline .form--fixed-line-result--total #nextPriceInForm {
  padding-bottom: 2px;
}

.form--fixed-line-result--total #nextPriceInForm,
.form--fixed-line-result--total #nextPrice {
  padding-bottom: 10px;
  width: 100%;
  font-size: 12px;
  text-align: right;
  display:none;
}

.form--fixed-line-result--total #nextPriceInForm *,
.form--fixed-line-result--total #nextPrice * {
  font-size: 12px;
}

.form--fixed-line-result--total #nextPriceInForm .form--fixed-line-result--total__price,
.form--fixed-line-result--total #nextPrice .form--fixed-line-result--total__price {
  font-size: 16px;
}

/*見積もりペットから引用*/
.main .main-kaigo-estimate-result {
  margin: 2em auto 2em;
}

.main-kaigo-estimate-result--wrap {
  background-color: #f5f8fe;
  padding: 1.4em;
}

.main-kaigo-estimate-result--columns.select {
  display: block;
}

.main-kaigo-estimate-result--columns{
  margin-bottom: 1em;
}

.main-kaigo-estimate-result--columns:last-child{
  margin-bottom: 1.3em;
}

.main-kaigo-estimate-result--columns--column{
  display: flex;
}

.main-kaigo-estimate-result--columns .plan-title-type-box{
  background-color: #6691ed;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 0.9em;
  width: 28%;
}

.main-kaigo-estimate-result--columns .main-kaigo-estimate-result--columns--column__title-type .plan-title{
  font-size: 30px;
  font-weight: 700;
}

.main-kaigo-estimate-result--columns .main-kaigo-estimate-result--columns--column__title-type .plan{
  font-size: 1.5em;
  margin: 0.1em;
}

.main-kaigo-estimate-result--columns .main-kaigo-estimate-result--columns--column__title-type .plan-point{
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.main-kaigo-estimate-result--columns .main-kaigo-estimate-result--columns--column__title-type .plan-conditions{
  background: #fff;
  border-radius: 4px;
  color: #6691ed;
  font-weight: 500;
  font-size: 17px;
  padding: 2px 0;
  margin-top: 0.3em;
  text-align: center;
  text-align-last: center;
}

.main-kaigo-estimate-result--columns .main-kaigo-estimate-result--columns--column__title-type .plan-point + .plan-conditions{
  margin-top: 0.8em;
}

.arrow_left{
  position:relative;
}

.arrow_left::before{
  border: solid transparent;
  content:'';
  position:absolute;
  border-width: 6px;
  border-right-width: 7px;
  margin-top: -7px;
  border-right-color:#f33a59;
  right:100%;
  top:52%;
}

.main-kaigo-estimate-result--columns--column--price--wrap{
  background: #C5D7FB;
  padding: 1.1em 1em;
  width: 73%;
}

.main-kaigo-estimate-result--columns--column--price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  background: #fff;
  border-radius: 10px;
  box-shadow: #ccc 3px 3px 3px;
  border: 2px solid #e9f0fd;
  margin: 0 auto 0;
}

.main-kaigo-estimate-result--columns--column--price.checked{
  border: 4px solid #6691ed;
  box-shadow: none;
}

.main-kaigo-estimate-result--columns--column--price + .main-kaigo-estimate-result--columns--column--price {
  margin-top: 0.8em;
}

.main-kaigo-estimate-result--columns--column--price label{
  width: 100%;
}

.main-kaigo-estimate-result--columns--column--price .form__radio{
  display: -webkit-box;
  display: -webkit-flex;
  display:         flex;
  align-items: center;
  justify-content: space-between;
}

.form .main-kaigo-estimate-result--columns--column--price .payment-wrap,
.form .main-kaigo-estimate-result--columns--column--price .price-wrap,
.form .main-kaigo-estimate-result--columns--column--price .price-wrap .default{
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: nowrap;
  justify-content: center;
  height: 100%;
  padding-left: 0;
}

.form .main-kaigo-estimate-result--columns--column--price .price-wrap{
  align-items: flex-end;
  padding: 0.4em 0.5em;
  width: calc(100% - 105px);
}

.main-kaigo-estimate-result--columns--column--price .payment-wrap{
  width: 105px;
  font-weight: 500;
  border-right: 2px solid #d7e4fc;
  padding-left: 0;
}

.form .main-kaigo-estimate-result--columns--column--price .price-wrap .default{
  width: calc(100% - 145px);
  justify-content: space-between;
}

.main-kaigo-estimate-result--columns--column--price .price-wrap .limit{
  width: 145px;
  text-align: right;
  margin-bottom: 5px;
  display: inline-block;
}

.price-wrap > * + *{
  margin-left: 33px;
}

.main-kaigo-estimate-result--columns--column--price--price {
  margin-left: 10px;
}

.main-kaigo-estimate-result--columns--column--price.limit {
  border: none;
}

.main-kaigo-estimate-result--columns--column--price .limit {
  color: #f33a59;
  font-size: 14px;
  margin-left: 10px;
  width: auto;
}

.main-kaigo-estimate-result--columns--column--price .limit p {
  margin-top: -7px;
}

.main-kaigo-estimate-result--columns--column--price .limit .main-kaigo-estimate-result--columns--column--price--price {
  font-weight: 500;
  margin-left: 0;
  font-size: 13px;
}

.main-kaigo-estimate-result--columns--column--price .limit .main-kaigo-estimate-result--columns--column--price--price__num {
  font-size: 18px;
  margin-left: 1px;
}

.main-kaigo-estimate-result--columns--column--price .limit .main-kaigo-estimate-result--columns--column--price--price__text {
  font-size: 14px;
}

.main-kaigo-estimate-result--columns--column--price-disable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  background: #eee;
  border-radius: 10px;
  box-shadow: #ccc 3px 3px 3px;
  border: 2px solid #e9f0fd;
  margin: 0 auto 0;
  color:#939292;
}

.main-kaigo-estimate-result--columns--column--price-disable + .main-kaigo-estimate-result--columns--column--price-disable {
  margin-top: 0.8em;
}

.mmain-kaigo-estimate-result--columns--column--price-disable label{
  width: 100%;
}

.main-kaigo-estimate-result--columns--column--price-disable .form__radio{
  display: -webkit-box;
  display: -webkit-flex;
  display:         flex;
  align-items: center;
  justify-content: space-between;
}

.form .main-kaigo-estimate-result--columns--column--price-disable .payment-wrap,
.form .main-kaigo-estimate-result--columns--column--price-disable .price-wrap,
.form .main-kaigo-estimate-result--columns--column--price-disable .price-wrap .default{
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: nowrap;
  justify-content: center;
  height: 100%;
  padding-left: 0;
}

.form .main-kaigo-estimate-result--columns--column--price-disable .price-wrap{
  padding: 0.4em 0.5em;
  width: calc(100% - 105px);
}

.main-kaigo-estimate-result--columns--column--price-disable .payment-wrap{
  width: 105px;
  font-weight: 500;
  border-right: 2px solid #d7e4fc;
  padding-left: 0;
}

.form .main-kaigo-estimate-result--columns--column--price-disable .price-wrap .default{
  width: calc(100% - 145px);
  justify-content: space-between;
}

.main-kaigo-estimate-result--columns--column--price-disable .price-wrap .limit{
  width: 145px;
  text-align: right;
  margin-bottom: 5px;
  display: inline-block;
}

.price-wrap > * + *{
  margin-left: 33px;
}

.main-kaigo-estimate-result--columns--column--price-disable.limit {
  border: none;
}

.main-kaigo-estimate-result--columns--column--price-disable .limit {
  color: #f33a59;
  font-size: 14px;
  margin-left: 10px;
  width: auto;
}

.main-kaigo-estimate-result--columns--column--price-disable .limit p {
  margin-top: -7px;
}

.main-kaigo-estimate-result--columns--column--price-disable .limit .main-kaigo-estimate-result--columns--column--price--price {
  font-weight: 500;
  margin-left: 0;
  font-size: 13px;
}

.main-kaigo-estimate-result--columns--column--price-disable .limit .main-kaigo-estimate-result--columns--column--price--price__num {
  font-size: 18px;
  margin-left: 1px;
}

.main-kaigo-estimate-result--columns--column--price-disable .limit .main-kaigo-estimate-result--columns--column--price--price__text {
  font-size: 14px;
}



.main-kaigo-estimate-result--columns--column--price--read,
.main-kaigo-estimate-result--columns--column--price--price {
  font-weight: 700;
  line-height: normal;
  position: relative;
  display: block;
}

.main-kaigo-estimate-result--columns--column--price--read {
  font-size: 18px;
  font-weight: 500;
}

.main-kaigo-estimate-result--columns--column--price--read span {
  display: block;
}

.main-kaigo-estimate-result--columns--column--price--price__num {
  font-size: 45px;
}

.main-kaigo-estimate-result--columns--column--price--price__text {
  font-size: 25px;
  letter-spacing: 0.15em;
  margin-left: 9px;
}

.limit .main-kaigo-estimate-result--columns--column--price--price__text {
  margin-left: 1px;
}

.form__section__categorybox--detail__select--payment,
.form__section__categorybox--detail__select--payment .main-kaigo-estimate-result--columns--column--price--price__text{
  margin-left: 0;  
}

.form__section__categorybox--detail__select--payment .main-kaigo-estimate-result--columns--column--price--price__text{
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 21px;
}

.main-kaigo-estimate-result--columns--coverage{
  background: #fff;
  border: #6691ed solid 2px;
  padding: 0.7em 1.3em;
}

.main-kaigo-estimate-result--columns--coverage{
  margin-bottom: 1em;
}

.main-kaigo-estimate-result--columns--coverage dl{
  display: flex;
  align-items: center;
}

.main-kaigo-estimate-result--columns--coverage dt{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  flex-grow: 1;
}

.main-kaigo-estimate-result--columns--coverage dd{
  border-left: #ccc solid 1px;
  flex-grow: 2;
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  margin-left: 2em;
  padding-left: 2em;
}

.main-kaigo-estimate-result--columns--coverage ul.dot > li{
  display: flex;
  flex-wrap: wrap;
  padding-left: 1.1em;
  margin-top: 0.3em;
}

.main-kaigo-estimate-result--columns--coverage ul.dot > li .title{
  width:4.2em;
}

.main-kaigo-estimate-result--columns--coverage ul.dot > li span{
  font-weight: 400;
  margin-left: 1em;
  width: calc(100% - 6.2em);
  line-height: 1.8;
}

.main-kaigo-estimate-result--columns--column__button:hover,
.form__submit.js-estimate-start:hover {
  opacity: 0.8;
}

.form__submit.js-estimate-start.disabled:hover {
  opacity: 1;
}

.main-kaigo-estimate-result--columns--column__button,
.main-kaigo-estimate-result--columns--column a.main-kaigo-estimate-result--columns--column__button {
  font-size: 25px;
  font-weight: 800;
  line-height: 20px;
  position: relative;
  display: block;
  width: 40%;
  height: auto;
  margin: 27px auto 0;
  padding-top: 22px;
  padding-bottom: 23px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #f33a59;
}

/* ie用 */
_:-ms-input-placeholder, :root .main-kaigo-estimate-result--columns--column__button,
.main-kaigo-estimate-result--columns--column a.main-kaigo-estimate-result--columns--column__button {
  line-height: 1.8;
  padding-top: 13px;
  padding-bottom: 5px;
}

.main-kaigo-estimate-result--columns--column__button::after,
.main-kaigo-estimate-result--columns--column a.main-kaigo-estimate-result--columns--column__button::after {
  font-size: 0;
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: block;
  width: 0;
  height: 0;
  content: " ";
  opacity: 0.4;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
}

.main-kaigo-estimate-result--columns--column__button:link,
.main-kaigo-estimate-result--columns--column__button:active,
.main-kaigo-estimate-result--columns--column__button:visited,
.main-kaigo-estimate-result--columns--column__button:hover,
.main-kaigo-estimate-result--columns--column a.main-kaigo-estimate-result--columns--column__button:link,
.main-kaigo-estimate-result--columns--column a.main-kaigo-estimate-result--columns--column__button:active,
.main-kaigo-estimate-result--columns--column a.main-kaigo-estimate-result--columns--column__button:visited,
.main-kaigo-estimate-result--columns--column a.main-kaigo-estimate-result--columns--column__button:hover {
  color: #fff;
}

.main-kaigo-estimate-result--columns--column__button:hover,
.main-kaigo-estimate-result--columns--column a.main-kaigo-estimate-result--columns--column__button:hover {
  cursor: pointer;
}

.main-kaigo-estimate-result--notes {
  font-size: 16px;
  display: none;
  margin-top: 10px;
}

.main-kaigo-estimate-result--notes.select {
  display: block;
  width: 100%;
}

.main-kaigo-estimate-result--request {
  margin-top: 40px;
  text-align: center;
}

.main-kaigo-estimate-result--request p {
  text-align: center;
  text-align-last: center;
}

.main-kaigo-estimate-result--request a {
  width:290px;
  height:58px;
  margin-top:15px;
  font-size:21px;
}

.main-kaigo-estimate-result--request .form__submit {
  background-color: #3560be;
}

.form .main-kaigo-estimate-result .form__radio > span::before{
  display: none;
}

/* - step2 - お申し込みにあたっての大切なご案内 */
.form__logo-size_kaigo{
  max-width: 280px;
}

.form__logo-size_kaigo{
  max-height: 36px;
}

.main-table_estimate-1-1 tr > *{
  vertical-align: middle;
}

.main-table_estimate-1-1 tbody th,
.main-table_estimate-1-1 tbody td,
.main-table_estimate-1-1 tr:nth-child(1) td{
  width: auto;
}

.main-table_estimate-1-1 tbody th{
  width: 320px;
}

.main-table_estimate-total-price td{
  text-align: left;
}

.main-table_estimate-1-1 tbody th img{
  width: auto;
}

.main-table_estimate-1-1 .strong{
  font-size: 160%;
  font-weight: 500;
}

.main-table_estimate-1-1 span + span{
  margin-left: 0.3em;
}

.table-margin + .table-margin{
  margin-top: 1.3em;
}

* + .main section.comparison{
  margin-top: 80px;
}

.comparison .main-box{
  font-size: 21px;
}

.form__logo-size_kaigo{
  max-height: 36px;
  max-width: 280px;
}

/* - step3 - お申し込み情報入力・個人情報の取り扱いについて */
.form__section--wide span::before {
  top: 14px;
}

.form__section--question .form__section--wide .form__radio > span::before{
  top: 14px;
}

_:-ms-input-placeholder, :root .form__section--question .form__section--wide .form__radio > span::before {
    top: 9px;
  }

.text-bold{
  font-size: 115%;
  font-weight: 700;
}

.main-kaigo-estimate-result--columns--column__button {
  background-color: #f33a59;
  border: none;
  color: #fff;
  display: block;
  font-size: 23px;
  font-weight: 800;
  height: auto;
  line-height: 20px;
  padding: 20px 0 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 285px;
}

.border-radius.top-left{
  border-radius: 6px 0 0 0;
}

.border-radius.top-right{
  border-radius: 0 6px 0 0;
}

.border-radius.bottom-left{
  border-radius: 0 0 0 6px;
}

.border-radius.bottom-right{
  border-radius: 0 0 6px 0;
}

.main-application-product {
  padding: 25px 30px;
  background-color: #f5f8fe;
}

.main-application-product p{
  font-size: 16px;
}

.main-application-product li{
  font-size: 18px;
}

* + .main-application-product,
.main section + .main-application-product {
  margin-top: 40px;
}

.main-application-product__title {
  font-weight: 900;
  display: block;
  margin-bottom: 5px;
}


/* - step7 - 申込内容確認 */
.js-table-overflow{
  word-break: break-all;
  word-wrap: break-word;
}

.main-table{
  table-layout: fixed;
}

.main-table_form-check--question .main-box{
  margin-top: 1em;
  font-size: 16px;
}


/* - step8 - 申込完了 */
.main-step-horizontal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-transition: all 0.16s ease-in-out;
          transition: all 0.16s ease-in-out;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
}

* + .main-step-horizontal {
  margin-top: 40px;
}

.main-step-horizontal * {
  -webkit-transition: all 0.16s ease-in-out;
          transition: all 0.16s ease-in-out;
}

.main-step-horizontal--column_arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.main-step-horizontal--column_arrow::before {
  font-size: 0;
  display: block;
  width: 0;
  height: 0;
  content: " ";
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-left: solid 10px #6691ed;
}

.main-step-horizontal--column {
  width: calc( (100% - 40px * 3) / 4);
  padding: 30px;
  background-color: #f5f8fe;
}

.main-step-horizontal__title,
.main-step-horizontal h3.main-step-horizontal__title {
  font-size: 21px;
  font-weight: 900;
  display: block;
  margin: -30px -30px 30px;
  padding: 8px 10px 9px;
  text-align: center;
  color: #fff;
  background-color: #6691ed;
}

.main-step-horizontal__picture {
  text-align: center;
}

.main-step-horizontal__comments {
  font-size: 16px;
  margin-top: 20px;
}

.main-step-horizontal__comments__title {
  font-weight: 700;
}

@media only screen and (min-width: 769px) {
  .estimate footer{
    padding-bottom:110px;
  }
  .main-kaigo-estimate-result--columns--column--price{
    min-height: 90px;
  }
}


@media only screen and (min-width: 767px) {

  .border-radius.pc-top-left{
    border-radius: 6px 0 0 0;
  }
  .border-radius.pc-top-right{
    border-radius: 0 6px 0 0;
  }
  .border-radius.pc-bottom-left{
    border-radius: 0 0 0 6px;
  }
  .border-radius.pc-bottom-right{
    border-radius: 0 0 6px 0;
  }
  .border-radius.pc-left{
    border-radius: 6px 0 0 6px;
  }
  .border-radius.pc-right{
    border-radius: 0 6px 6px 0;
  }

}


@media only screen and (max-width: 766px) {
  body .pcNone{
    display: block;
  }
  .form input,
  .form textarea,
  .form select,
  .form option {
    font-size: 17px;
  }
  .form input[type="text"].width_short,
  .form input[type="email"].width_short,
  .form input[type="tel"].width_short,
  .form input[type="number"].width_short,
  .form input[type="password"].width_short,
  .form input[type="date"].width_short,
  .form input[type="url"].width_short,
  .form textarea.width_short,
  .form select.width_short {
    max-width: none;
  }
  .form input[type="text"].width_middle,
  .form input[type="email"].width_middle,
  .form input[type="tel"].width_middle,
  .form input[type="number"].width_middle,
  .form input[type="password"].width_middle,
  .form input[type="date"].width_middle,
  .form input[type="url"].width_middle,
  .form textarea.width_middle,
  .form select.width_middle {
    max-width: none;
  }
  .form input[type="text"],
  .form input[type="email"],
  .form input[type="tel"],
  .form input[type="number"],
  .form input[type="password"],
  .form input[type="date"],
  .form input[type="url"],
  .form textarea {
    font-size: 17px;
    height: 50px;
    padding: 4px 6px 4px;
  }
  .form label {
    font-size: 17px;
  }
  .form button:hover {
    opacity: 1;
  }
  .form .form__select {
    font-size: 15px;
  }
  .form .form__select.width_middle {
    max-width: none;
  }
  .form .form__select select {
    height: 46px;
    padding: 4px 12px;
  }
  .form .form__select_wordwrap {
    min-height: 50px;
  }
  .form .form__select_wordwrap p {
    font-size: 15px;
    padding: 12px 62px 13px 16px;
  }
  .form .form__radio > span,
  .form .main-kaigo-estimate-result--wrap .form__radio .payment-wrap .payment-radio,
  .form .form__checkbox > span {
    font-size: 15px;
    min-height: 24px;
    padding-left: 25px;
  }
  .form .form__radio > span::before,
  .form .form__checkbox > span::before {
    width: 24px;
    height: 24px;
  }
  .form .form__radio_box.form__radio > span,
  .form .form__radio_box.form__checkbox > span,
  .form .form__checkbox_box.form__radio > span,
  .form .form__checkbox_box.form__checkbox > span {
    min-height: 50px;
    padding: 12px 20px 12px 37px;
  }
  .form .form__radio_box.form__radio > span::before,
  .form .form__radio_box.form__checkbox > span::before,
  .form .form__checkbox_box.form__radio > span::before,
  .form .form__checkbox_box.form__checkbox > span::before {
    top: 11px;
  }
  .form .form__radio_box.form__checkbox > span::before,
  .form .form__checkbox_box.form__checkbox > span::before {
    top: 11.5px;
  }
  * + .form,
  .main section + .form {
    margin-top: 20px;
  }
  .form__section p {
    font-size: 15px;
  }
  .form__section__error-mess,
  .form__section p.form__section__error-mess {
    font-size: 15px;
  }
  .form__section_notes {
    padding: 19px 20px 18px;
  }
  .form__section__title,
  .form__section p.form__section__title {
    font-size: 17px;
  }
  .form__section__title_notes,
  .form__section p.form__section__title_notes {
    font-size: 15px;
  }
  .form__section__title_notes + *,
  .form__section p.form__section__title_notes + * {
    margin-top: 8px;
  }
  .form__section__title .js-modal.icon.icon-help,
  .form__section p.form__section__title .js-modal.icon.icon-help {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: block;
  }
  .form__section__required {
    font-size: 13px;
    line-height: 18px;
    height: 18px;
  }
  .form__section--horizon-pack > .form__section {
    display: block;
    margin-right: 0;
  }
  .form__section--horizon-pack > .form__section + .form__section {
    margin-top: 14px !important;
  }
  .form__section--horizon-pack .form__section--location,
  .form__section--horizon-pack .form__section--birthday {
    width: auto;
  }
  .form__section--input_horizontal > .form__section {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .form__section--input_horizontal > .form__section:nth-child(n+2) {
    margin-top: 9px;
    margin-left: 0;
  }
  .form__section--name > .form__section:nth-child(n+2) {
    margin-top: 0;
  }
  .form__section--input_horizontal_flex {
            flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
  }
  .form__section--input_horizontal_flex > .form__section {
    width: 100%;
    max-width: 100%;
  }
  .form__section--input_horizontal_flex > .form__section:nth-child(n+2) {
    margin-top: 9px;
  }
  .form__section--radio-checkbox_box-horizontal .form__radio > span,
  .form__section--radio-checkbox_box-horizontal .form__checkbox > span {
    padding: 9px 8px 9px;
  }
  .form__section--sex > label,
  .form__section--yesno > label,
  .form__section--select-radio > label {
    max-width: 175px;
  }
  .form__section--yesno > label {
    max-width: 175px;
  }
  .form__section--select-radio > label {
    width: auto;
    max-width: none;
  }
  .form__section--prefectures {
    width: 100%;
  }
  .form__section--address {
    width: 100%;
  }
  .form__section__address .form__section--prefectures {
    width: 140px;
  }
  .form__section__address .form__section--address {
    width: calc(100% - 140px - 8px);
  }
  .form__section--zipcode__button {
    font-size: 15px;
    line-height: 46px;
    height: 50px;
    padding: 0 12px;
  }
  .form__section--select-text .form__select {
    display: block;
    width: auto;
    margin-right: 0;
  }
  .form__section--select-text__text,
  .form__section--select-text p.form__section--select-text__text {
    font-size: 15px;
    display: block;
    margin-top: 3px;
  }
  .form__section--select-text__text_help,
  .form__section--select-text p.form__section--select-text__text_help {
    display: none;
  }
  .form__section--location > span,
  .form__section--location > p,
  .form__section--birthday > span,
  .form__section--birthday > p {
    font-size: 17px;
    margin: 0 5px;
  }
  .form__section--location .form__select,
  .form__section--birthday .form__select {
    width: calc( 100% / 3 - 20px);
  }
  .form__select.form__section--birthday__year {
    width: 27%;
  }
  .form__section--birthday__year + span + br {
    display: inline;
  }
  .form__section--location__year.form__select,
  .form__section--birthday__year.form__select {
    width: 100%;
    max-width: 100px;
  }
  .form__section--location__month.form__select,
  .form__section--location__day.form__select,
  .form__section--birthday__month.form__select,
  .form__section--birthday__day.form__select {
    width: 100%;
    max-width: 100px;
    margin-top: 9px;
  }
  .form__section--location__month.form__select + span,
  .form__section--location__day.form__select + span,
  .form__section--birthday__month.form__select + span,
  .form__section--birthday__day.form__select + span {
    margin-top: 9px;
  }
  .form__section--question {
    padding-left: 0;
  }
  .kaigo-estimate .form__submit {
    font-size: 21px;
    width: 100%;
    height: 56px;
    line-height: 17px;
    margin-top:25px;
    padding-top: 14px;
  }
  .kaigo-estimate .main-kaigo-estimate-result--request .form__submit {
        width:60%;
        margin-top:8px;
        height:40px;
        font-size:15px;
    }
  .form--back-submit {
        width:90%;
        margin:70px auto 0;
            flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;

  }
  .form--back-submit__back,
  .form--back-submit a.form--back-submit__back,
  .form--back-submit__submit,
  .form--back-submit a.form--back-submit__submit {
    line-height: 1;
    padding-top: 14px;
    font-size: 17px;
    width: 100%;
    min-width: 100px;
    height: 56px;
  }
  .form--back-submit__back,
  .form--back-submit a.form--back-submit__back {
    margin-top: 30px;
        height:46px;
        font-size:15px;
  }
  .form--back-submit__back:before,
  .form--back-submit a.form--back-submit__back::before{
    width: 16px;
    height: 16px;
  }
  .form--back-submit__back span::before,
    .form--back-submit a.form--back-submit__back span::before,
    .form--back-submit__submit span::after,
    .form--back-submit a.form--back-submit__submit span::after{
        width:16px;
        height:16px;
    }
    .form--back-submit__back::after,
    .form--back-submit a.form--back-submit__back::after{
        border-width:4px;
    }
  .form--back-submit__submit,
  .form--back-submit a.form--back-submit__submit {
    margin-top: 0;
    margin-left: 0;
  }
    .form--back-submit__submit::after,
    .form--back-submit a.form--back-submit__submit::after{
        border-width:4px;
    }
  .form--back-submit__submit span,
  .form--back-submit a.form--back-submit__submit span{
    height: auto;
  }
  .form--mess-next-done {
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
  }
  .form--mess-next-done + .form--back-submit {
    margin-top: 20px;
  }
  * + .main-box,
  .main section + .main-box {
    margin-top: 20px;
  }
  .main-box.form__section--aside {
    margin-top: 10px;
  }
  .main-box {
    font-size: 15px;
  }
  .main-attention {
    font-size: 15px;
    padding: 20px;
  }
  .main-attention__title {
    font-size: 15px;
    font-weight: 500;
  }
  .main-attention__title + * {
    margin-top: 20px;
  }
  .main-field-checklist {
    font-size: 15px;
  }
  .main-field-checklist + .section.form__checkbox.form__checkbox_box {
    margin-top: 10px;
  }
  .main-field-checklist .js-table-overflow {
    width: 100%;
    margin-right: 0;
  }
  .main-field-checklist * + .h4,
  .main-field-checklist * + h4 {
    margin-top: 2em;
  }
  .main-form-step-level--title {
    font-size: 15px;
    padding: 9px 15px 10px;
  }
  .main-form-step-level--title span:nth-child(1){
    white-space: nowrap;
  }
  .main-form-step-level > ul {
    padding: 20px 0;
  }
  .main-form-step-level > ul li {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
  .main-form-step-level > ul li span {
    display: none;
  }
  .main-form-step-level > ul li + li {
    margin-left: calc( (100% - (12px * 5)) / 4);
  }
  .main-form-step-level > ul li.main-form-step-level--now::before {
    top: -21px;
    border-width: 8px 8px 0 8px;
  }
  .main-form-step-level_8 > ul li + li {
    margin-left: calc( (100% - (12px * 8)) / 7);
  }
  * + .main-handler,
  .main section + .main-handler {
    margin-top: 20px;
  }
  .main-handler {
    display: block;
  }
  .main-handler--title,
  .main-handler--detail {
    font-size: 18px;
    display: block;
    padding: 7px 20px 9px;
  }
  .main-handler--title {
    width: 100%;
  }
  .main-kaigo-estimate-result--request {
        margin-top:16px;
    }
  * + .main-kaigo-quotation-result,
  .main section + .main-kaigo-quotation-result {
    margin-top: 20px;
  }
  .main-kaigo-quotation-result{
    flex-direction: column;
    justify-content: flex-start;
  }
  .main .main-kaigo-quotation-result__title,
  .main-kaigo-quotation-result__detail{
    justify-content: center;
    padding: 0.7em;
  }
  .main-kaigo-quotation-result__title,
  .main-kaigo-quotation-result h3.main-kaigo-quotation-result__title {
    font-size: 18px;
  }
  .main-kaigo-quotation-result__title .num{
    font-size: 26px;
    margin-right: 5px;
  }
  .main-kaigo-quotation-result__detail {
    font-size: 15px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .main-kaigo-quotation-result__detail p {
    text-align: left;
  }
  .main-kaigo-quotation-result__detail--price {
    padding-left: 0;
    border-left: none;
  }
  .main-kaigo-quotation-result__detail--price__total {
    font-size: 18px;
  }
  .main-kaigo-quotation-result__detail--price .num {
    font-size: 36px;
  }
  .main-kaigo-quotation-result--section + .main-kaigo-quotation-result--section {
    margin-top: 20px;
  }
  .main-kaigo-quotation-result--section__title,
  .main-kaigo-quotation-result--section h3.main-kaigo-quotation-result--section__title {
    font-size: 18px;
  }
  .main-kaigo-quotation-result--section__detail {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .main-kaigo-quotation-result--section__detail li:nth-child(n+3) {
    margin-top: 20px;
  }
  * + .main-step-horizontal {
    margin-top: 20px;
  }
  .main-step-horizontal {
    display: block;
  }
  .main-step-horizontal--column {
    width: auto;
    padding: 20px;
  }
  .main-step-horizontal__title,
  .main-step-horizontal h3.main-step-horizontal__title {
    margin: -20px -20px 20px;
  }
  .main .text-error {
    margin-top: 12px;
    margin-bottom: 6px;
    text-align: left;
    font-size: 15px;
    line-height: 1.3;
  }
  

  /* 介護用追加 kaigo */
  .form__section--location .form__select{
    min-width: 100%;
  }
  .kaigo-estimate .input_conditions {
    margin-top: 26px;
    font-size:17px;
  }
  .kaigo-estimate .input_conditions .notes{
    font-size: 15px;
    margin-bottom: 5px;
  }
  .radio-mono{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .radio-mono .form__radio{
    margin-bottom: 10px; 
    min-width: auto;
    width: 48%;
  }
  .radio-mono .form__radio:nth-child(even){
    margin-left: 6px;
  }
  .radio-mono label + label{
    margin-left:0;
  }
  .main-kaigo-estimate-result--columns--column__button{
    font-size: 16px;
    line-height: 1.3;
    margin: 3px 0 0 0;
    padding: 6px 6px 8px;
    width: 173px;
  }
  .form__section--question .form__section--wide .form__radio > span::before{
    top: 12px;    
  }
  
  /* - estimate - 見積もり */
  .form--fixed-line-result {
    padding-right: 10px;
    padding-left: 10px;
  }
  .form__section.form--line-result--inline {
    margin-top: 23px;
  }
  .form--line-result--inline {
    display: block;
  }
  .form--fixed-line-result--total__title,
  .form--line-result--inline .form--fixed-line-result__wordwrap{
    padding-left: 15px;
    padding-right: 15px;
  }
  .form--fixed-line-result--total__title{
    font-size: 18px;
  }
  .form--fixed-line-result__wordwrap {
    padding-top: 8px;
    padding-bottom: 13px;
    display: block;
          flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  }
  .form__section--birthday .form__select {
    width: calc( 100% / 3 - 25px);
  }
  .form__section--birthday__month.form__select,
  .form__section--birthday__day.form__select {
    margin-top: 0;
  }
  .form__section--birthday__month.form__select + span,
  .form__section--birthday__day.form__select + span {
    margin-top: 0;
  }
  .form--fixed-line-result--help {
    font-size: 11.5px;
    display: block;
    margin: 0 auto 0;
  }
  .form--fixed-line-result--help .icon::before {
    width: 16px;
    height: 16px;
    margin-right: 2px;
  }
  .form--line-result--inline .form--fixed-line-result--detail {
    background: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 0 auto;
    max-width: 375px;
  }
  .form--fixed-line-result--detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
        -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    float: none;
    text-align: center;
    /*padding: 1px 6px 2px;*/
    border-radius: 9px;
    background-color: #fff;
  }
  .form--fixed-line-result--detail:after {
    font-size: 0;
    line-height: 0;
    position: relative;
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    height: 0;
    content: " ";
  }
  .form__section--estimated-base-date > p {
    font-size: 16px;
  }
  .form__section--estimated-base-date > p + p {
    margin-left: 0;
  }
  .form--line-result--inline .form--fixed-line-result--detail > .form--fixed-line-result__text {
    width: 100%;
  }
  .form--line-result--inline .form--fixed-line-result__text {
    font-size: 17px;
    text-align: left;
  }
  .form--line-result--inline .form--fixed-line-result--total--box{
    margin: 0 auto;
    width: 100%;
  }
  .form--line-result--inline .form--fixed-line-result--total{
    background: #fff;
    min-width: 205px;
    padding: 4px 6px 6px;
    width: 100%;
    margin: 0 8px 0 0;
  }
  .form--line-result--inline .form--fixed-line-result--links {
    width: 100%;
    margin-top: 12px;
  }
  .form--fixed-line-result--links {
    float: none;
    width: auto;
    margin-top: 10px;
  }
  .form--line-result--inline .form--fixed-line-result--links li{
    float: none;
    margin: 0 auto;
    max-width: 375px;
    width: 100%;
  }
  .form--line-result--inline .form--fixed-line-result--links__button{
    font-size: 21px;
    height: 54px;
  }
  .form--fixed-line-result--links__button {
    font-size: 15px;
    line-height: 17px;
    padding-top: 14px;
  }
  .form--fixed-line-result--links__button {
    width: 100%;
    height: 52px;
  }
  .form--fixed-line-result--links__button_document-request .small {
    font-size: 10px;
  }

  .form--fixed-line-result .form--fixed-line-result--total{
    max-width: none; 
  }
  .form--fixed-line-result--total {
    background: transparent;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: normal;
    text-align: left;
    width: auto;
    height: auto;
    min-height: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .form--line-result--inline .form--fixed-line-result--total * {
    font-size: 17px;
  }
  .form--fixed-line-result--total * {
    font-size: 17px;
    font-weight: 900;
    line-height: normal;
  }
  .form--line-result--inline .form--fixed-line-result--total__text{
    margin: auto 0;
    writing-mode: vertical-rl;
  }
  .form--fixed-line-result--total > span {
    display: block;
    position: relative;
    top: 0;
  }
  .form--line-result--inline .form--fixed-line-result--total__price {
    font-size: 39px;
    margin-left: 6px;
    margin-right: 2px;
  }
  .form--fixed-line-result--total__price {
        margin-right:3px;
    font-size: 32px;
    line-height: normal;
  }
  .form--fixed-line-result--total #nextPrice {
    margin-left: 6px;
    padding-bottom: 0;
    width: auto;
    font-size: 12px;
    text-align: left;
  }
  .form--fixed-line-result--total #nextPrice * {
    font-size: 12px;
  }
  .form--fixed-line-result--total #nextPrice .form--fixed-line-result--total__price {
    font-size: 21px;
  }

  .estimate footer{
        padding-bottom:130px;
    }
  .estimate .footer_pagetop{
    right: 0.8rem; 
  }
  

  /*見積もりペットから引用*/
  .kaigo-estimate .main-kaigo-estimate-result--request .form__submit {
    width:60%;
    margin-top:8px;
    height:40px;
    font-size:15px;
  }
  .main .main-kaigo-estimate-result{
    width: auto;
  }
  .main-kaigo-estimate-result--wrap{
    padding: 0.8em;
  }  
  .main-kaigo-estimate-result--columns.select {
    display: block;
  }
  .main-kaigo-estimate-result--columns--column{
    display: block;
  }

  .main-kaigo-estimate-result--columns--column + .main-kaigo-estimate-result--columns--column {
    margin-top: 24px;
  }
  .main-kaigo-estimate-result--columns .main-kaigo-estimate-result--columns--column__title-type {
    font-size: 19px;
    width: 100%;
    text-align: center;
  }
  .main-kaigo-estimate-result--columns .main-kaigo-estimate-result--columns--column__title-type .plan{
    margin: 0.15em;
    line-height: 0.8;
  }
  .main-kaigo-estimate-result--columns--column__title-type::after {
    border-width: 35px 15px 0 0;
    right: -15px;
  }
  .main-kaigo-estimate-result--columns .plan-title-type-box{
    padding: 0.7em 0.8em;
    width: 100%;
  }
  .main-kaigo-estimate-result--columns .main-kaigo-estimate-result--columns--column__title-type .plan-title{
    font-size: 26px;
    line-height: 1.4;
  }
  .main-kaigo-estimate-result--columns .main-kaigo-estimate-result--columns--column__title-type .plan-point{
    font-size: 14px;
  }
  .main-kaigo-estimate-result--columns .main-kaigo-estimate-result--columns--column__title-type .plan-conditions{
    font-size: 16px;
    padding: 0;
  }
  .main-kaigo-estimate-result--columns .main-kaigo-estimate-result--columns--column__title-type .plan-conditions,
  .main-kaigo-estimate-result--columns .main-kaigo-estimate-result--columns--column__title-type .plan-point + .plan-conditions{
    margin-top: 0.3em;
  }
  .price-wrap > * + *{
    margin-left: 0;
  }
  .main-kaigo-estimate-result--columns--column--price{
    min-height: 50px;
  }
  .main-kaigo-estimate-result--columns--column--price--wrap{
    padding: 0.8em;
    width: 100%;
  }
  .main-kaigo-estimate-result--columns--column--price .limit {
    width: 100%;
  }
  .main-kaigo-estimate-result--columns--column--price .payment-wrap{
    width: 18%;
  }
  .main-kaigo-estimate-result--columns--column--price .price-wrap{
    width: calc(100% - 15%);
    flex-direction: column;
    align-items: center;
  }
  .form .main-kaigo-estimate-result--columns--column--price .price-wrap{
    width: 100%;
  }
  .form .main-kaigo-estimate-result--columns--column--price .price-wrap .default{
    width: 100%;
  }
  .main-kaigo-estimate-result--columns--column--price .form__radio .payment-radio{
    text-align: center;
  }
  .form .main-kaigo-estimate-result--wrap .form__radio .payment-wrap .payment-radio{
    padding-left: 0;
    padding-top: 21px;
    min-height: 22px;
  }
  .main-kaigo-estimate-result--columns--column--price .form__radio .payment-radio::before{
    margin: 0 auto;
    position: static;
  }
  .form .main-kaigo-estimate-result--wrap .form__radio .payment-wrap .payment-radio::before{
    width: 22px;
    height: 22px;
  }
  .form .main-kaigo-estimate-result--wrap .form__radio .payment-wrap .payment-radio::before{
    left: 3px;
  }
  .main-kaigo-estimate-result--wrap .main-kaigo-estimate-result--columns--coverage + *,
  .main-kaigo-estimate-result--wrap .main-kaigo-estimate-result--columns--coverage + * + *{
    line-height: 1.5;
  }
  .main-kaigo-estimate-result--columns--column--price--read{
    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;
    font-size: 15px;
  }
  .main-kaigo-estimate-result--columns--column--price .price-wrap .limit {
    font-size: 13px;
    margin: 0.3em 0 0 0;
    width: 100%;
  }
  .main-kaigo-estimate-result--columns--column--price .price-wrap .limit p {
    margin-top: 0;
  }
  .main-kaigo-estimate-result--columns--column--price--price{
    line-height: 1.2;
    margin-left: 0;
  }
  .main-kaigo-estimate-result--columns--column--price--price__num {
    font-size: 32px;
  }
  .main-kaigo-estimate-result--columns--column--price .limit .main-kaigo-estimate-result--columns--column--price--price__num {
    font-size: 16px;
    line-height: 1.1;
  }
  .main-kaigo-estimate-result--columns--column--price--price__text {
    font-size: 16px;
    margin-left: 2px;
  }
  .limit .main-kaigo-estimate-result--columns--column--price--price__text{
    margin-left: 2px;
  }
  .main-kaigo-estimate-result--columns--column--price .limit .main-kaigo-estimate-result--columns--column--price--price__text{
    font-size: 13px;
  }
  .form__section__categorybox--detail__select--payment .main-kaigo-estimate-result--columns--column--price--price__text{
    font-size: 16px;
  }
  .main-kaigo-estimate-result--columns--coverage{
    padding: 0.7em 1em;
  }
  .main-kaigo-estimate-result--columns--coverage dl{
    flex-direction: column;
  }
  .main-kaigo-estimate-result--columns--coverage dt{
    font-size: 16px;
  }
  .main-kaigo-estimate-result--columns--coverage dd{
    font-size: 15px;
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0.2em;
  }
  .main-kaigo-estimate-result--columns--coverage ul.dot > li{
    justify-content: space-between;
  }
  .main-kaigo-estimate-result--columns--coverage ul.dot > li + li{
    margin-top: 0.1em;
  }
  .main-kaigo-estimate-result--columns--coverage ul.dot > li span{
    width: calc(100% - 5.2em);
  }
  .main-kaigo-estimate-result--columns--column__button,
  .main-kaigo-estimate-result--columns--column a.main-kaigo-estimate-result--columns--column__button {
    width: 85%;
    font-size: 19px;
    padding-top: 13px;
    padding-bottom: 14px;
    line-height: 1.4;
    margin: 13px auto 0;
  }
  .main-kaigo-estimate-result--notes {
    font-size: 14px;
    letter-spacing: -0.01em;
  }
  .main-kaigo-estimate-result--request {
    margin-top: 20px;
  }
  .main-kaigo-estimate-result--request {
    margin-top:16px;
  }
  .form .main-kaigo-estimate-result--columns--column--price .price-wrap .default{
    justify-content: space-between;
  }
  /*見積もりペットから引用*/
  

  /* - step2 - お申し込みにあたっての大切なご案内 */
  * + .main section.comparison{
    margin-top: 50px;
  }
  .comparison .main-box{
    font-size: 17px;
  }
  .main-table_estimate-1-1 tbody th,
  .main-table_estimate-1-1 td{
    display: block;
    width: 100%;
  }

  
  /* - step3 - お申し込み情報入力・個人情報の取り扱いについて */
  * + .main-application-product,
  .main section + .main-application-product {
    margin-top: 20px;
  }
  .main-application-product {
    font-size: 15px;
    padding: 15px 20px 15px;
  }
  .main-application-product li{
    font-size: 16px;
    line-height: 1.6;
  }
  
  
  /* - step7 - 申込内容確認 */
  .main-table_form-check--question .main-box{
    font-size: 14px;
  }


  /* - step8 - お申し込み完了ご契約の流れ */
  * + .main-step-horizontal {
    margin-top: 20px;
  }
  .main-step-horizontal {
    display: block;
  }
  .main-step-horizontal--column_arrow {
    width: auto;
    height: 40px;
  }
  .main-step-horizontal--column_arrow::before {
    border-top: solid 10px #6691ed;
    border-right: solid 10px transparent;
    border-bottom: none;
    border-left: solid 10px transparent;
  }
  .main-step-horizontal--column {
    width: auto;
    padding: 20px;
  }
  .main-step-horizontal__title,
  .main-step-horizontal h3.main-step-horizontal__title {
    margin: -20px -20px 20px;
  }
  .line .main-step-horizontal--column:nth-child(n+2):nth-child(n+3) .main-step-horizontal__picture img {
    width: 190px;
    margin: 0 auto;
  }
  .main-step-horizontal__comments {
    font-size: 15px;
  }
  
  .main-headergroup--title h1{
    margin-bottom: 0;
  }
  .main-headergroup--title__insurance-logo + h1{
    margin-top: 8px;
  }
  
  
}

.maintenanceMessageClose {
  display: none;
}

.maintenanceMessageOpen {
  display: block;
}

#same_as_contractor_check {
  display: none;
}

#same_as_insured_check {
  display: none;
}

#result{display: none;}

#guideTxt1{display: none;}
