@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: #F8F2ED;
}
.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.2rem;
}
.Contact__agreement {
  margin-top: 30px;
  padding: 15px 20px;
  background: #EEE4DA;
  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.2rem;
  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: 133px;
}

.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: 2;
  margin-bottom: 40px;
}
.ContactComplete__link.Btn {
  margin: 0 auto;
  max-width: 280px;
}

.Contact__formAttention {
  margin: 40px 0;
  font-size: 1.6rem;
  color: #D84532;
}
.Contact__formAttention a {
  text-decoration: underline;
}

.ContactSwitchItem__input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.ContactSwitchItem__label {
  display: flex;
  align-items: center;
  padding: 0 14px 0 19px;
  border: 1px solid #8A593F;
  border-radius: 6px;
  background-color: #FFFFFF;
  height: 80px;
  color: #002E5D;
}
.ContactSwitchItem__input:not(:checked) ~ .ContactSwitchItem__label {
  cursor: pointer;
}
.ContactSwitchItem__input:checked ~ .ContactSwitchItem__label {
  background-color: #8A593F;
  color: #FFFFFF;
}
.ContactSwitchItem__label.-type01, .ContactSwitchItem__label.-type02 {
  padding-left: 87px;
  background-repeat: no-repeat;
  background-position: 19px center;
  background-size: 56px 56px;
}
.ContactSwitchItem__label.-type01 {
  background-image: url(/image/partner/inquiries/ico_type01.svg);
}
.ContactSwitchItem__input:checked ~ .ContactSwitchItem__label.-type01 {
  background-image: url(/image/partner/inquiries/ico_type01-active.svg);
}
.ContactSwitchItem__label.-type02 {
  background-image: url(/image/partner/inquiries/ico_type02.svg);
}
.ContactSwitchItem__input:checked ~ .ContactSwitchItem__label.-type02 {
  background-image: url(/image/partner/inquiries/ico_type02-active.svg);
}
.ContactSwitchItem__text {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.ContactSwitchItem__text .ContactSwitchItem__textStrong {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.FormItem__body > .ContactSwitch {
  margin-top: 15px;
}

.ContactNotePrice {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
}
.ContactNotePrice span {
  display: block;
}

/* ==================================================
    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, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}

.Inquiries input.-withUnit {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  margin-right: 10px;
}
.Inquiries input.-withUnit:not(:first-child) {
  margin-left: 10px;
}
@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.4rem;
  }
  .Contact .Ico.-subscription1 {
    width: 38px;
  }
  .Contact .Ico.-subscription2 {
    width: 54px;
  }
  .Contact .Ico.-subscription3 {
    width: 90px;
  }
  .ContactsTop,
.ContactNew,
.ContactConfirm {
    padding-top: 75px;
    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;
  }
  .Contact__formAttention {
    font-size: 1.4rem;
  }
  .ContactSwitch__item + .ContactSwitch__item {
    margin-top: 10px;
  }
  .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.1rem;
  }
  .Inquiries__infoCont .Table th, .Inquiries__infoCont .Table td {
    padding: 6px 0;
  }
  .Inquiries__infoCont .Table th {
    width: 110px;
  }
}
@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%;
  }
  .Contact__formAttention a:hover, .Contact__formAttention a:focus {
    text-decoration: none;
  }
  .ContactSwitch {
    display: flex;
    justify-content: space-between;
  }
  .ContactSwitch__item {
    width: calc((100% - 20px) / 2);
  }
  .Inquiries__infoPrice {
    font-size: 1.8rem;
  }
}