@charset "UTF-8";
/*------------------------------
お問い合わせ
------------------------------*/
html {
  scroll-padding-top: 70px;
  scroll-behavior: smooth;
}
/*サポート対象外*/
.NotApplicable {
  text-align: left;
}
.NotApplicable__btn p {
  font-size: 1.6rem;
  font-weight: bold;
}
.btnCircleArrowSmall .NotApplicable__btn p::before {
  bottom: auto;
  top: 50%;
  transform: translate(0, -50%);
}
.NotApplicable__modal-txt ul {
  display: grid;
  flex-wrap: wrap;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
.NotApplicable__modal-txt li {
  list-style: square;
  list-style-position: outside;
  margin-left: 2rem;
}
.NotApplicable__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 80%);
  padding: 40px 24px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all .4s 0s ease;
  z-index: 2147483647;
}
.NotApplicable__modal.open {
  opacity: 1;
  visibility: visible;
}
.NotApplicable__modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.NotApplicable__modal-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 980px;
  width: 96%;
}
.NotApplicable__modal-box {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
}
.NotApplicable__modal-txt {
  text-align: left;
}
.NotApplicable__modal-txt {
  margin-bottom: 42px;
}
.NotApplicable__modal-lead {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.NotApplicable__btn-close a {
  color: #6D6D6D;
  font-weight: bold;
  display: inline-block;
}
.NotApplicable__btn-close a p {
  position: relative;
  padding-left: 26px;
  font-size: 2.1rem;
}
.NotApplicable__btn-close a p::before, .NotApplicable__btn-close a p::after {
  content: "";
  position: absolute;
  background-color: #478410;
  width: 16px;
  height: 2px;
  top: 50%;
  left: 0;
  display: inline-block;
  transform: translate(0, -50%) rotate(45deg);
}
.NotApplicable__btn-close a p::before {
  transform: translate(0, -50%) rotate(135deg);
}
@media (hover: hover) {
  .NotApplicable__btn-close a:hover {
    transition: all .2s 0s ease;
    opacity: .6;
  }
}
@media screen and (max-width:767px) {
  .NotApplicable__modal {
    padding: 24px;
  }
  .NotApplicable__modal::before {
    height: auto;
  }
  .NotApplicable__modal-inner {
    width: 100%;
  }
  .NotApplicable__modal-box {
    padding: 24px 16px;
  }
  .NotApplicable__modal-txt ul {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .NotApplicable__modal-txt li {
    margin-bottom: 20px;
  }
  .NotApplicable__btn-close a p {
    font-size: 1.8rem;
  }
}
/*contactAddress*/
.contactAddress {
  margin-top: 42px;
  display: flex;
  gap: 24px;
}
.contactAddress__box.bgGreenGrad {
  border-radius: 32px;
  width: 50%;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.contactAddress__box.bgGreenGrad.col1 {
  width: 100%;
}
.contactAddress h3 {
  color: #fff;
  font-weight: bold;
  font-size: 2.1rem;
  padding: 14px;
}
.contactAddress__box-inner {
  background: #fff;
  border-radius: 0 0 28px 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 30px;
}
.attention.pb0 {
  padding-bottom: 0;
}
.contactAddress__box {
  text-align: center;
}
.chat {
  margin-bottom: 42px;
}
.contactAddress__box .btnGray a {
  max-width: 400px;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  margin: 0 auto 16px;
  font-size: 1.6rem;
}
.contactAddress__box .btnGray {
  position: relative;
}
.contactAddress__box .btnGray a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0, -50%);
  left: 8%;
  width: 30px;
  height: 30px;
}

.icon-app{
  position: relative;
}

.icon-app::before{
  border: 1px solid #bbb;
  border-radius: 8px;
  content: "";
  top: 0!important;
  transform: none!important;
  bottom: 0;
  margin: auto 0;
  position: absolute;
  display: block;
  background-image: url("/support/app/img/index/icn-app.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}
.icon-app span{
  margin-left: 5rem;
}

.contactAddress__box .btnGray p {
  font-size: 1.6rem;
}
.chat .btnGray a::before {
  background: no-repeat center / contain url("../img/icon_17.svg");
}
.mail .btnGray a::before {
  background: no-repeat center / contain url("../img/icon_18.svg");
}
.phone .btnGray a::before {
  background: no-repeat center / contain url("../img/icon_19.svg");
}
.contact__lead {
  font-size: 1.6rem;
  font-weight: bold;
}
.contactAddress__box .note {
  text-align: center;
}
.call9 {
  margin-bottom: 16px;
}
.call9.mb0, .contactAddress__box .call9 .mb0 {
  margin-bottom: 0;
}
.contactAddress__box .call9Logo {
  margin-bottom: 24px;
}
.call9 .contact__lead {
  margin-bottom: 16px;
  text-align: left;
}
.contactAddress__box .attention .contact__lead {
  text-align: left;
  margin-bottom: 8px;
}
.contactAddress__box .loginBtnArea {
  text-align: center;
}
.contactAddress__box .loginBtnArea .btnArrow {
  margin: 0 auto;
  padding: 18px 0 0;
}
.contactAddress__box .loginBtnArea .btnArrow p {
  font-size: 1.6rem;
}
.contactAddress__box .loginBtnArea .btnArrow a {
  padding: 18px;
}
@media (max-width: 1080px) {
  .chat .btnGray p, .mail .btnGray p, .phone .btnGray p {
    padding-left: 40px;
  }
  .contactAddress__box .loginBtnArea .btnArrow p {
    margin-right: 20px;
  }
}
@media screen and (max-width:767px) {
  .contactAddress {
    display: block;
    gap: 0;
    margin-top: 24px;
  }
  .contactAddress__box.bgGreenGrad {
    width: 100%;
  }
  .contactAddress__box.bgGreenGrad:first-child {
    margin-bottom: 24px;
    padding: 8px;
  }
  .contactAddress h3 {
    font-size: 1.8rem;
    padding: 4px 0 10px;
  }
  .contactAddress__box-inner {
    padding: 24px 16px;
  }
  .chat {
    margin-bottom: 32px;
  }
  .contactAddress__box .btnGray p, .contact__lead {
    font-size: 1.4rem;
  }
  .chat .btnGray p, .mail .btnGray p, .phone .btnGray p {
    padding-left: 12px;
  }
  .call9 .contact__lead {
    font-size: 1.6rem;
  }
  .contactAddress__box .call9Logo {
    width: 198px;
    height: auto;
    margin: 0 auto 24px;
  }
}
/*リクエスト*/
.request {
  text-align: left;
  padding: 42px 0 40px;
}
.request .contact__h2 {
  margin-bottom: 8px;
}
.request .request__btn {
  margin-top: 24px;
}
.request .request__btn li {
  margin-bottom: 24px;
}
.request__btn li:last-child {
  margin-bottom: 0;
}
.request .request__btn .note {
  display: block;
  margin-top: 8px;
}
.request .request__btn .note::before, .request .request__btn .note::after {
  content: none;
}
/*------------------------------
電話でお問い合わせ
------------------------------*/
.contact__h2__space {
  margin-bottom: 42px!important;
}
.contactBtn a {
  width: 100%;
  min-height: 142px;
  padding: 30px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .contact__h2__space {
    margin-bottom: 16px!important;
  }
  .container .col3 {
    grid-template-columns: auto;
  }
  .contactBtn a {
    min-height: 68px;
    padding: 20px 20px;
    flex-direction: column;
  }
}
/*------------------------------
電話でお問い合わせ　下層共通
------------------------------*/
.telNoteBox {
  margin-bottom: 42px;
}
.bookNow {
  padding-bottom: 120px;
}
/*フォーム*/
.contactForm .contact__h2 {
  font-size: 2.4rem;
  margin-bottom: 8px;
}
.telNoteBox__lead {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
}
.contactForm .normalP {
  font-size: 1.6rem;
}
.telNoteBox__lead {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
}
.contactForm__box {
  margin-top: 24px;
}
.contactForm__box dl {
  display: flex;
  text-align: left;
  justify-content: space-between;
}
.contactForm__box dt {
  width: 26%;
}
.contactForm__box .contactForm__icon {
  width: 25px;
  height: 25px;
}
.contactForm__box .contactForm__label {
  font-size: 1.2rem;/*1.6rem > 1.2rem*/
  font-weight: bold;
  cursor: auto;
}
.require {
  background: #C33D3D;
  color: #fff;
  font-size: 1.2rem;/*1.6rem > 1.2rem*/
  font-weight: bold;
  padding: 2px 16px;
  border-radius: 8px;
  display: inline-block;
  margin-left: 1em;
}
.contactForm__box dt .normalP, .contactForm__box dt .note {
  margin-top: 8px;
}
.contactForm__box dd {
  width: 72%;
}
.contactForm__box .contactForm__input, .contactForm__box .contactForm__select {
  color: #1d1c1d;
  width: 100%;
  border: solid 1px #CCCCCC;
  padding: 18px 10px;
  font-size: 1.2rem;/*1.6rem > 1.2rem*/
  border-radius: 8px;
}
.contactForm__box .contactForm__select {
  appearance: auto;
}
.contactForm__box .contactForm__input::placeholder {
  color: #C1C1C1;
}
.contactForm__box .contactForm__input:focus, .contactForm__box .contactForm__select:focus {
  border: solid 1px #3965E1;/*#478410 > #3965E1*/
  outline: 0;
  box-shadow: 0px 0px 0px 4px #eaf9ff;
}
.bookLater dl {
  padding: 42px 0;
  border-bottom: solid 1px #CCCCCC;
}
.bookLater dl:first-child {
  border-top: solid 1px #CCCCCC;
}
.bookLater__mailBox .normalP.example {
  margin: 8px auto;
}
.bookLater__mail-confirmationBox .normalP.example {
  margin-bottom: 8px;
}
.bookNow__telBox .normalP {
  margin-top: 8px;
}
@media screen and (max-width:767px) {
  .contactForm .contact__h2 {
    font-size: 2.1rem;
  }
  .contactForm__box dl {
    display: block;
  }
  .contactForm__box dt, .contactForm__box dd {
    width: 100%;
  }
  .contactForm__box dt {
    margin-bottom: 8px;
  }
}
/*フォーム　日時指定*/
.bookLater__date-info {
  display: inline-flex;
}
.bookLater__date-info span {
  display: inline-flex;
  padding-right: 4px;
}
.bookLater__date-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}
.bookLater__date-table th {
  background: #1d1c1d;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  padding: 16px 8px;
}
.bookLater__date-checkBox {
  background: #F2F2F2;
  text-align: center;
}
.reservable__check {
  display: none;
}
.reservable {
  padding: 10px;
  background-color: #478410;
  border-radius: 4px;
  display: inline-block;
}
.reservable:focus {
  outline: solid 3px lime;
}
.reservable__none {
  cursor: auto;
  background-color: #555555;
}
.reservable span img {
  display: block;
}
.reservable__check:checked+.reservable {
  background-color: #104e84;
}
.reservable__check:checked+.reservable__none {
  background-color: #555555;
}
.bookLater .preferredDate {
  padding: 24px 0 0;
  border-bottom: none;
  justify-content: flex-start;
  font-size: 1.6rem;
}
.bookLater .preferredDate dt, .bookLater .preferredDate dd {
  width: auto;
}
.bookLater .preferredDate dd {
  color: #C33D3D;
}
@media (hover: hover) {
  .reservable:hover {
    opacity: .6;
    transition: all .2s 0s ease;
  }
  .reservable__none:hover {
    opacity: 1;
  }
}
@media screen and (max-width:767px) {
  .bookLater__date-thead {
    display: none;
  }
  .bookLater__date-tbody tr {
    display: flex;
    flex-direction: column;
  }
  .bookLater__date-table .bookLater__date-row {
    text-align: left;
    position: relative;
    cursor: pointer;
    padding: 16px 20px!important;
  }
  .bookLater__date-table .bookLater__date-row:focus {
    outline: solid 3px #104e84;
    z-index: 1;
  }
  .bookLater__date-table .bookLater__date-row::before, .bookLater__date-table .bookLater__date-row::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 16px;
    height: 2px;
    top: 50%;
    right: 20px;
    display: inline-block;
    transition-duration: .4s;
    transform: translate(0, -50%);
  }
  .bookLater__date-table .bookLater__date-row::after {
    transform: translate(0, -50%) rotate(90deg);
  }
  .bookLater__date-table .bookLater__date-row.open::after {
    transform: translate(0, -50%);
  }
  .bookLater__date-checkBox {
    display: none;
    background: #F2F2F2;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px!important;
    border-bottom: 1px solid #D8D8D8;
    text-align: right;
  }
  .bookLater__date-checkBox::before {
    content: attr(data-label);
    font-size: 1.4rem;
    font-weight: bold;
    float: left;
    padding: 7px 0;
  }
  .bookLater__date-info {
    display: block;
  }
}
/*フォーム　名前*/
.contactForm__namebox {
  display: flex;
  justify-content: space-between;
}
.contactForm__namebox-item {
  width: 48%;
}
.contactForm__namebox-item .contactForm__label {
  font-size: 1.6rem;
  font-weight: normal;
}
.contactForm__namebox-item .contactForm__input {
  margin-top: 8px;
}
/*個人情報*/
.safety {
  text-align: left;
  margin-top: 42px;
}
.safety .contact__lead {
  margin-bottom: 8px;
  font-size: 1.6rem
}
.safety .contact__leadSmall {
  margin-bottom: 8px;
  font-weight: bold;
}
.safety p, .safety dl, .safety__note li {
  font-size: 1.6rem;
}
.safety .bgLightGreen {
  border-radius: 16px;
  padding: 20px 24px;
  margin-top: 16px;
}
.safety .bgLightGreen .safety__note {
  padding-left: 32px;
  margin: 16px 0;
}
.safety__note li {
  list-style-type: decimal;
}
.safety dl {
  margin-bottom: 8px;
  display: flex;
  padding: 0;
  border-bottom: none;
  flex-wrap: wrap;
}
.safety dl:first-child {
  border-top: none;
}
.safety a.btnNote {
  text-indent: -1.8rem;
}
.safety__note .btnNote__img {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
}
@media screen and (max-width:767px) {
  .safety dl {
    display: block;
  }
}
/*選び直しボタン*/
.linkReselect {
  margin-top: 40px;
}
.linkReselect a {
  font-size: 1.6rem;
}
/*------------------------------
料金やご契約内容に関するお問い合わせ
------------------------------*/
.anchor {
  text-decoration: underline;
}
.offTimeMessage .anchor, .offTimeMessage .anchor:link, .offTimeMessage .anchor:hover {
  color: #1d1c1d;
}
.contactFormOff {
  margin-top: 24px;
  pointer-events: none;
  opacity: 0.3;
}
/*------------------------------
引越し・コース変更に関するお問い合わせ
------------------------------*/
.errorTtl {
  display: inline-block;
  position: relative;
  margin: 0 0 16px 0;/*元は0 0 16px 40px*/
  font-size: 1.6rem;
  font-weight: bold;
}
.errorTxt {
  font-size: 1.6rem;
  line-height: 2.2;
}
.errorMessage {
  width: 65%;
  margin: 24px auto;
  padding: 20px 16px;
  border-radius: 16px;
  border: 1px solid #C33D3D;
  text-align: center;
  font-size: 1.2rem;/*1.6rem > 1.2rem*/
  color: #C33D3D;
}
.errorTtl::before {
  background: no-repeat center / contain url("../img/icon_20.svg");
}
.errorTtl::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0, -50%);
  left: -40px;
  width: 30px;
  height: 30px;
}
.errorMessage .errorMessageItem,
.errorMessage li {
  margin-bottom: 8px;
	font-size: inherit;
}
.errorMessage .errorMessageItem:nth-last-child(1),
.errorMessage li:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .errorMessage {
    width: 100%;
    text-align: left;
  }
  .errorTtl {
    margin: 0 0 8px 25px;
  }
  .errorTtl::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translate(0, -50%);
    left: -25px;
    width: 22px;
    height: 30px;
  }
  .contactForm .btnBottom {
    margin: 24px auto 0;
  }
  .contactForm .btnBottom button {
    width: 100%;
  }
}
.offTimeMessage {
  margin-top: 24px;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
}
.txtRed {
  color: #C33D3D;
}
/*------------------------------
完了画面
------------------------------*/
.book__completion {
  margin-top: 24px;
}
.book__completion .contact__h2 {
  font-size: 2.1rem;
}
.book__completion .normalP {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .book__completion .contact__h2 {
    font-size: 1.8rem;
  }
  .book__completion .normalP {
    font-size: 1.6rem;
  }
}