@charset "UTF-8";
/* ==================================================
    Contact お問い合わせフォーム
   ================================================== */
.ContactHeader {
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  min-width: 1024px;
  background: #FFFFFF;
  line-height: 1;
  z-index: 100;
}

.Contact__info {
  text-align: center;
}
.Contact__infoBtnWrap .Btn.-md {
  max-width: 280px;
}

.ContactNotice {
  margin-top: 30px;
  padding: 20px;
  background: #FCF0EF;
  border-radius: 10px;
  color: #D84532;
}
.ContactNotice__ttl {
  font-weight: 600;
}
.ContactNotice__ttl + .ContactNotice__cont {
  margin-top: 10px;
}
.ContactNotice .Link.-external::after, .ContactNotice .Link[target=_blank]::after {
  margin-left: 4px;
}

.Contact__ttl {
  margin-bottom: 45px;
}
.Contact__cont {
  max-width: 960px;
  margin: 0 auto;
}
.Contact__form {
  display: block;
  margin: 40px 0 30px;
  padding: 60px 20px;
  background: #F3F6F9;
}
.Contact__form.-calmBeige {
  background: #F9F7F7;
}
.Contact__formCaption {
  margin: 40px 0 30px;
  line-height: 1.75;
}
.Contact__note {
  margin-top: 10px;
  color: #D84532;
  font-size: 1.3rem;
}
.Contact__agreement {
  margin-top: 30px;
  padding: 15px 20px;
  background: #DCE6F2;
  border-radius: 10px;
  line-height: 1.75;
}
.Contact__submit {
  margin: 40px auto 0;
}
.Contact__submit.Btn {
  max-width: 400px;
}
.Contact__submitBtnCatch {
  margin-top: 30px;
}
.Contact__backLink {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.Contact__attentionNote {
  margin: 30px 0;
  padding: 10px 20px;
  background: #E4EEFA;
  border-radius: 10px;
  font-weight: 600;
}
.Contact__attentionNote.ListNote {
  margin-top: 30px;
}
.Contact__error {
  margin: 30px 0;
}

.ContactAdd {
  margin-top: 30px;
}
.ContactAdd + .ContactAdd {
  display: none;
}
.ContactAdd__itemShown {
  display: none;
}
.ContactAdd__itemAdd {
  margin-left: auto;
}
.ContactAdd__itemRemove {
  position: relative;
  display: block;
  width: 44px;
}
.ContactAdd__itemRemove::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ContactAdd__itemRemove img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
}
.ContactAdd__item:not(:first-child).-show .ContactAdd__itemAdd {
  display: none;
}
.ContactAdd__item:not(:first-child):not(.-show) {
  padding-top: 20px;
  border-top: 1px solid #C3D3E6;
}
.ContactAdd__item:not(:first-child):not(.-show) .ContactAdd__itemCont {
  display: none;
}
.ContactAdd__item:not(:first-child):not(.-show) + .ContactAdd__item:not(:first-child):not(.-show) {
  display: none;
}
.ContactAdd__itemTtl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 20px;
  height: 44px;
  background: #DCE6F2;
  font-weight: 600;
  border-radius: 4px;
}
.ContactAdd__itemTtlTxt {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #002E5D;
}
.ContactAdd__itemTtlTxt::after {
  content: "必須";
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  width: 40px;
  height: 18px;
  background: #002E5D;
  border-radius: 4px;
  font-size: 1.3rem;
  color: #FFFFFF;
}
.ContactAdd__itemBody {
  padding: 20px 10px 30px;
}
.ContactAdd__item + .ContactAdd__item .ContactAdd__itemTtl {
  margin-top: 30px;
}

.ContactAddItem {
  display: flex;
  align-items: center;
}
.ContactAddItem__ttl {
  color: #002E5D;
  width: 120px;
}
.ContactAddItem__body {
  width: 300px;
}
.ContactAddItem__body .RadioSwitch {
  max-width: 100%;
}
.ContactAddItem__body[data-suffix] {
  position: relative;
}
.ContactAddItem__body[data-suffix] input[type=text] {
  padding-right: calc(40px + 3em);
}
.ContactAddItem__body[data-suffix]::after {
  content: attr(data-suffix);
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 44px;
  color: #8F9FB1;
}
.ContactAddItem + .ContactAddItem {
  margin-top: 15px;
}

.Contact__form .FormItem__example + .ListNote {
  margin-top: 5px;
}
.Contact__form .Subheading.-bordered {
  margin-top: 60px;
}
.Contact .FormStep {
  margin-bottom: 40px;
}
.Contact .Ico.-subscription1 {
  width: 50px;
}
.Contact .Ico.-subscription1::before {
  padding-top: 132%;
  background-image: url(/image/alerts/ico_subscription01.svg);
}
.Contact .Ico.-subscription2 {
  width: 72px;
}
.Contact .Ico.-subscription2::before {
  padding-top: 87%;
  background-image: url(/image/alerts/ico_subscription02.svg);
}
.Contact .Ico.-subscription3 {
  width: 120px;
}
.Contact .Ico.-subscription3::before {
  padding-top: 52%;
  background-image: url(/image/alerts/ico_subscription03.svg);
}

.ContactsTop,
.ContactNew,
.ContactConfirm {
  padding-top: 66px;
}

.ContactConfirm .Contact__form .Table {
  margin-top: -12px;
  table-layout: fixed;
}
.ContactConfirm .Contact__form .Table th,
.ContactConfirm .Contact__form .Table td {
  background: none;
}

.ContactComplete__ttl {
  margin-bottom: 30px;
  text-align: center;
}
.ContactComplete__illust {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.ContactComplete__caption {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 40px;
}
.ContactComplete__link.Btn {
  margin: 0 auto;
  max-width: 280px;
}

/* ==================================================
    Inquiries ワンちゃん・ネコちゃんお問い合わせフォーム
   ================================================== */
.Inquiries__infoTtl {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #002E5D;
}
.Inquiries__infoInner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.Inquiries__infoThumb {
  position: relative;
  width: 160px;
  background: #F3F6F9;
  border-radius: 10px;
  overflow: hidden;
}
.Inquiries__infoThumb::before {
  content: "";
  display: block;
  margin-top: 100%;
}
.Inquiries__infoThumb img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.Inquiries__infoCont {
  width: calc(100% - 200px);
}
.Inquiries__infoCont .Table {
  margin-top: -12px;
}
.Inquiries__infoCont .Table th {
  vertical-align: middle;
}
.Inquiries__infoPrice {
  font-family: "Roboto", arial, "Hiragino Sans", "メイリオ", Meiryo, "Noto Sans JP", sans-serif;
  font-weight: 600;
}

/* ==================================================
    Alerts 新着情報のメール登録（無料）
   ================================================== */
.Alerts__infoTtl {
  margin-bottom: 40px;
}

.Alerts__pointStepMedia {
  position: relative;
  border-radius: 10px;
  background-color: #F3F6F9;
}
.Alerts__pointStepMedia::before {
  content: "";
  display: block;
  padding-top: 40%;
}
.Alerts__pointStepPointIco {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
}
.Alerts__pointStepIllust {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Alerts__pointStepTtl {
  color: #002E5D;
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 600;
}

.AlertsDelete__submit {
  margin: 0 auto;
  max-width: 200px;
}

@media screen and (max-width: 768px) {
  .ContactHeader {
    padding: 17px 0;
    min-width: 320px;
  }
  .ContactHeader__inner {
    padding-right: 0;
  }
  .Contact__info .CateDetail__roundedBg.-fat {
    padding-bottom: 10px;
  }
  .Contact__infoBtnWrap {
    margin-top: 15px;
  }
  .Contact__info .Btn {
    margin: 0 auto;
  }
  .Contact__info .Btn + .Btn {
    margin-top: 15px;
  }
  .Contact__ttl {
    margin-bottom: 27px;
  }
  .Contact__form {
    padding: 40px 20px 60px;
  }
  .Contact__note {
    margin-top: 20px;
  }
  .Contact__submit.Btn {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.6rem;
  }
  .Contact .Ico.-subscription1 {
    width: 38px;
  }
  .Contact .Ico.-subscription2 {
    width: 54px;
  }
  .Contact .Ico.-subscription3 {
    width: 90px;
  }
  .ContactsTop,
.ContactNew,
.ContactConfirm {
    padding-top: 60px;
    padding-bottom: 0;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .ContactConfirm .Contact__form .Table th:first-child {
    width: 130px;
  }
  .ContactConfirm .Contact__form .Table th,
.ContactConfirm .Contact__form .Table td {
    background: none;
  }
  .ContactComplete__caption {
    display: flex;
    justify-content: center;
    text-align: left;
  }
  .Inquiries__infoThumb {
    min-width: 80px;
    width: 24%;
  }
  .Inquiries__infoCont {
    width: calc(76% - 15px);
    max-width: calc(100% - 95px);
  }
  .Inquiries__infoCont .Table {
    margin-top: -6px;
    font-size: 1.2rem;
  }
  .Inquiries__infoCont .Table th, .Inquiries__infoCont .Table td {
    padding: 6px 0;
  }
  .Inquiries__infoCont .Table th {
    width: 110px;
  }
  .Alerts__infoTtl {
    margin-bottom: 30px;
  }
  .Alerts__infoCont {
    margin-bottom: -10px;
  }
  .Alerts__infoCont.ly_Col > .ly_Col__item + .ly_Col__item {
    margin-top: 20px;
  }
  .Alerts__pointStep {
    display: flex;
    align-items: flex-start;
  }
  .Alerts__pointStepMedia {
    margin-right: 10px;
    width: 35.82%;
  }
  .Alerts__pointStepMedia::before {
    padding-top: 66.67%;
  }
  .Alerts__pointStep dl {
    flex: 1;
  }
  .Alerts__pointStepTtl {
    margin-top: -3px;
    margin-bottom: 4px;
    font-size: 1.4rem;
  }
  .Alerts__pointStepCont {
    margin-bottom: -3px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 769px) {
  .Contact__info .CateDetail__roundedBg.-fat {
    padding: 25px 40px 5px;
  }
  .Contact__infoBtnWrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .Contact__infoBtnWrap .Btn.-md {
    max-width: 280px;
  }
  .Contact__info .Btn + .Btn {
    margin-left: 20px;
  }
  .ContactNotice {
    text-align: center;
  }
  .Contact__cont {
    max-width: 960px;
    margin: 0 auto;
  }
  .Contact__form {
    border-radius: 10px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .Contact__formWrap {
    max-width: 1320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .Contact__formInner {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
  }
  .Inquiries__infoPrice {
    font-size: 1.8rem;
  }
  .Alerts__infoTtl {
    text-align: center;
  }
  .Alerts__pointStepMedia {
    margin-bottom: 15px;
  }
}