@charset "UTF-8";
/*------------------------------------------
    変数
------------------------------------------*/
/*------------------------------------------
    レスポンシブ対応
------------------------------------------*/
/*------------------------------------------
    共通パーツ
------------------------------------------*/
/*------------------------------------------
    リセット
------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

img {
  width: 100%;
  height: auto;
}

ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

/*------------------------------------------
    共通
------------------------------------------*/
.is-bold {
  font-weight: bold;
}

.is-big {
  font-size: 1.5em;
}

.is-pink {
  color: #EF9BA2;
}

.is-orange {
  color: #F29F89;
}

.is-purple {
  color: #B69DC7;
}

.is-dk_blue {
  color: #163259;
}

.is-underline {
  text-decoration: underline;
}

.bg-pink {
  background-color: #EF9BA2;
}

.bg-orange {
  background-color: #F29F89;
}

.bg-purple {
  background-color: #B69DC7;
}

.bg-yellow {
  background-color: #f3b461;
}

.tac {
  text-align: center;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mr03 {
  margin-right: 3px;
}

.mr10 {
  margin-right: 10px;
}

.ml03 {
  margin-left: 3px;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

@media screen and (max-width: 750px) {
  .md-none {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .sp-none {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .sp-center {
    text-align: center;
  }
}

@media screen and (min-width: 751px) {
  .pc-center {
    text-align: center;
  }
}

.is-indent2-5 {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.attention__wrap {
  margin-top: 10px;
}
.attention__wrap .attention {
  font-size: 1.2rem;
  line-height: 1.5;
}
.attention__txt {
  font-size: 1.2rem;
  display: inline-block;
  line-height: 1.5;
}
@media screen and (min-width: 751px) {
  .attention__txt {
    font-size: 1.4rem;
  }
}

.attention__noindent {
  font-size: 1.2rem;
  line-height: 1.5;
  text-indent: 0;
}

.attention__big {
  font-size: 1.4rem;
  line-height: 1.5;
}

#pet .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 90%;
  padding: 0;
}
@media screen and (min-width: 751px) {
  #pet .inner {
    max-width: 1280px;
    width: 90%;
    padding: 0 40px;
  }
}

#pet .mv-sub__inner {
  position: relative;
  overflow: hidden;
  padding-top: 42.66667%;
}
@media screen and (min-width: 751px) {
  #pet .mv-sub__inner {
    padding-top: 25%;
  }
}

.is-link a {
  position: relative;
}
.is-link a::after {
  position: absolute;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  font-size: 1rem;
  background: url(/pet/img/icon_link.svg) center/contain no-repeat;
  margin: auto;
  top: 0;
  right: -1.5em;
  bottom: 0;
  left: auto;
}

#pet .sec__tit {
  margin: 0 auto 24px;
  font-weight: bold;
  text-align: center;
  color: #163259;
  margin-top: 8px;
  display: block;
  font-size: 2.8rem;
  line-height: 1.1959;
}

#pet .sec__tit span img {
  width: 140px;
  display: block;
  margin: 0 auto 5px;
}

#pet .sec__tit-sub {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

#pet .pagetit h1 .is-small {
  font-size: 2rem;
  line-height: 1.7;
}

#pet .sec__tit-txt {
  margin-top: 24px;
}
@media screen and (min-width: 751px) {
  #pet .sec__tit-txt {
    font-size: 1.6rem;
    line-height: 1.425;
    text-align: center;
  }
}

@media screen and (min-width: 751px) {
  #pet .sec__tit-txt.is-small {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

#pet .sec__tit-txt.is-left {
  text-align: left;
}

#pet .sec__tit-txt span.is-notice {
  font-weight: bold;
  color: #ffb100;
}

#pet .sec__tit-txt.is-bold {
  font-weight: bold;
}

#pet .is-pc-center {
  text-align: left;
}
@media screen and (min-width: 751px) {
  #pet .is-pc-center {
    text-align: center;
  }
}

#pet .cap::after {
  width: 17px;
  height: 17px;
  line-height: 14px;
  font-size: 1.3rem;
  background-color: #163259;
  margin-right: 0;
}

#pet .cap.is-small::after {
  padding: 2px 0 0 11px;
}

#pet .top .cap.is-small::after {
  text-align: right;
  padding: 2px 5px 0 0;
}

#pet .checklist {
  margin-top: 30px;
}

#pet .checklist__item:after {
  background: url(/pet/img/icon_check_bgp.svg) center/contain no-repeat;
}

#pet .checklist__txt span.small {
  font-size: 1.4rem;
  font-weight: normal;
}
#pet .checklist__txt span.small a {
  text-decoration: underline;
}

#pet .sec__step-txt {
  text-align: center;
  font-weight: bold;
}

#pet .step__box {
  margin-top: 30px;
}

@media screen and (min-width: 751px) {
  #pet .step__box .step__lists {
    display: flex;
  }
}

#pet .step__box .step__list {
  width: 100%;
  position: relative;
  margin-bottom: 35px;
  background-color: #fff;
}
#pet .step__box .step__list:not(:last-of-type)::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #EF9BA2 transparent transparent transparent;
}
@media screen and (min-width: 751px) {
  #pet .step__box .step__list:not(:last-of-type)::before {
    top: 50%;
    right: -24px;
    left: auto;
    bottom: auto;
    transform: translate(50%, -50%);
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #EF9BA2;
  }
}

@media screen and (min-width: 751px) {
  #pet .flow .step__box .step__list {
    width: calc(20% - 36px);
    margin-bottom: 0;
  }
  #pet .flow .step__box .step__list:not(:last-child) {
    margin-right: 45px;
  }
  #pet .flow .step__box .step__list:not(:last-of-type)::before {
    right: -24px;
  }
}

@media screen and (min-width: 751px) {
  #pet .claim .step__box .step__list {
    width: calc(33% - 63.3333333333px);
    margin-bottom: 0;
  }
  #pet .claim .step__box .step__list:not(:last-child) {
    margin-right: 95px;
  }
  #pet .claim .step__box .step__list:not(:last-of-type)::before {
    right: -50px;
  }
}

#pet .step__box .step__list {
  position: relative;
  padding: 16px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 751px) {
  #pet .step__box .step__list {
    padding: 24px 16px;
    display: block;
  }
}
#pet .step__box .step__list .step__img {
  width: 72px;
}
@media screen and (min-width: 751px) {
  #pet .step__box .step__list .step__img {
    margin: 0 auto;
  }
}
#pet .step__box .step__list .step__wrap {
  width: calc(100% - 72px - 16px);
}
@media screen and (min-width: 751px) {
  #pet .step__box .step__list .step__wrap {
    width: 100%;
  }
}
#pet .step__box .step__list .step__wrap .step__num {
  font-weight: bold;
  color: #EF9BA2;
}
@media screen and (min-width: 751px) {
  #pet .step__box .step__list .step__wrap .step__num {
    margin-top: 16px;
    text-align: center;
    font-size: 1.8rem;
  }
}
#pet .step__box .step__list .step__wrap .step__txt {
  margin-top: 3px;
  font-size: 1.4rem;
}
@media screen and (min-width: 751px) {
  #pet .step__box .step__list .step__wrap .step__txt {
    text-align: center;
    font-size: 1.6rem;
  }
}

#pet rt {
  font-size: 0.8em;
}
#pet rt.center {
  text-align: center;
}

/*------------------------------------------
    サブ見出し
------------------------------------------*/
#pet .sub__head {
  background-color: #ffebe6;
  padding: 20px 0;
}
@media screen and (min-width: 751px) {
  #pet .sub__head {
    padding: 40px 0;
    position: relative;
  }
}

#pet .subhead__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#pet .pet__logo {
  width: 130px;
}
@media screen and (min-width: 751px) {
  #pet .pet__logo {
    width: 210px;
  }
}

#pet .subhead__tit {
  font-size: 2.4rem;
  color: #163259;
}
@media screen and (min-width: 751px) {
  #pet .subhead__tit {
    font-size: 3.6rem;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

#pet .t-table04 {
  width: 100%;
}
#pet .t-table04 tr {
  font-size: 1.4rem;
}
#pet .t-table04 tr:last-of-type {
  border-bottom: 1px solid #DEDEDE;
}
#pet .t-table04 tr th,
#pet .t-table04 tr td {
  padding: 5px 10px;
}
@media screen and (max-width: 750px) {
  #pet .t-table04 tr th,
  #pet .t-table04 tr td {
    width: 100%;
    display: block;
  }
}
#pet .t-table04 tr th {
  vertical-align: middle;
  background-color: #FFF3FA;
  border-top: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
}
@media screen and (min-width: 751px) {
  #pet .t-table04 tr th:last-of-type {
    border-bottom: 1px solid #DEDEDE;
  }
}
#pet .t-table04 tr td {
  background-color: #fff;
  border-top: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
}
@media screen and (max-width: 750px) {
  #pet .t-table04 tr td {
    border-left: 1px solid #DEDEDE;
  }
}

/*------------------------------------------
    固定ボタン
------------------------------------------*/
.cta__fixed__btn {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 10;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cta__fixed__btn {
    left: 0;
    background: #fff;
    box-shadow: 0px -1px 2px rgba(130, 130, 130, 0.3);
  }
}
@media screen and (min-width: 751px) {
  .cta__fixed__btn {
    width: auto;
    top: 120px;
    right: 0;
    bottom: auto;
  }
}
.cta__fixed__btn .fixed__btnarea {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 751px) {
  .cta__fixed__btn .fixed__btnarea {
    flex-direction: column;
    gap: 12px;
  }
}
.cta__fixed__btn .fixed__btnarea li {
  width: 50%;
}
@media screen and (min-width: 751px) {
  .cta__fixed__btn .fixed__btnarea li {
    width: auto;
  }
}
.cta__fixed__btn .fixed__btnarea li a {
  padding: 16px 8px;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 2em;
  position: relative;
}
@media screen and (min-width: 751px) {
  .cta__fixed__btn .fixed__btnarea li a {
    width: 70px;
    writing-mode: vertical-rl;
    height: auto;
    padding: 44px 16px 14px;
    letter-spacing: 0.1em;
    border-radius: 16px 0 0 16px;
    box-shadow: 2px 2px 3px rgba(130, 130, 130, 0.3);
  }
}
.cta__fixed__btn .fixed__btnarea li a span {
  position: relative;
}
.cta__fixed__btn .fixed__btnarea li a span::before {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  width: 25px;
  height: 25px;
  left: -2.5em;
}
@media screen and (min-width: 751px) {
  .cta__fixed__btn .fixed__btnarea li a span::before {
    top: -2em;
    left: 50%;
    translate: -50% 0;
  }
}
.cta__fixed__btn .fixed__btnarea .btn__white a {
  border: 3px solid #eb7100;
  color: #eb7100;
  background-color: #fff;
}
.cta__fixed__btn .fixed__btnarea .btn__white a span::before {
  background: url(/pet/img/icon_calc.svg) center center/contain no-repeat;
}
.cta__fixed__btn .fixed__btnarea .btn__cta a {
  border: 3px solid #eb7100;
  color: #fff;
  background-color: #eb7100;
}
.cta__fixed__btn .fixed__btnarea .btn__cta a span::before {
  background: url(/pet/img/icon_foot.svg) center center/contain no-repeat;
}

#pet #chatplusview.closed.headless #outline #eye_catcher {
  bottom: 76px;
}
@media screen and (min-width: 751px) {
  #pet #chatplusview.closed.headless #outline #eye_catcher {
    bottom: 0;
  }
}

/*------------------------------------------
    固定ボタン
------------------------------------------*/
@media screen and (max-width: 750px) {
  .footer__area {
    padding-bottom: 70px;
  }
}

#pet .breadcrumb {
  padding: 16px 0 8px;
}

/*------------------------------------------
    共通
------------------------------------------*/
.lp__agency {
  font-family: "noto-sans-cjk-jp", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  overflow-x: hidden;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #163259;
  overflow-x: hidden;
  background: #fff url(/pet/img/lp_agency/bg_foot.svg) center/37% repeat;
}
@media screen and (min-width: 751px) {
  .lp__agency {
    font-size: 1.8rem;
    letter-spacing: 0.07em;
  }
}
.lp__agency .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 90%;
  padding: 0;
}
@media screen and (min-width: 751px) {
  .lp__agency .inner {
    max-width: 1080px;
    width: auto;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 751px) {
  .lp__agency .is-mini {
    max-width: 880px;
    margin: 0 auto;
  }
}
.lp__agency section {
  padding: 80px 0;
}
@media screen and (min-width: 751px) {
  .lp__agency section {
    padding: 140px 0;
  }
}

.attention__wrap {
  margin-top: 10px;
}
.attention__wrap p {
  font-size: 1.2rem;
}
@media screen and (min-width: 751px) {
  .attention__wrap p {
    font-size: 1.4rem;
  }
}

.sec__tit .tit__logo {
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.sec__tit .tit__logo::before, .sec__tit .tit__logo::after {
  position: absolute;
  content: "";
  background: url(/pet/img/lp_agency/fukidashi_side.svg) center center/contain no-repeat;
  width: 33px;
  height: 50px;
  top: 50%;
  translate: 0 -50%;
}
.sec__tit .tit__logo::before {
  left: -2em;
}
.sec__tit .tit__logo::after {
  right: -2em;
  transform: scale(-1, 1);
}
.sec__tit .tit__logo img {
  width: 145px;
  margin-right: 15px;
}
.sec__tit h2 {
  font-size: 3rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 751px) {
  .sec__tit h2 {
    font-size: 4rem;
    line-height: 1.7;
  }
}
.sec__tit .is-big {
  font-size: 5.6rem;
}
@media screen and (min-width: 751px) {
  .sec__tit .is-big {
    font-size: 6.6rem;
  }
}

.is-blue {
  color: #45abbd;
}

.txt__sec p {
  text-align: center;
}
.txt__sec .txt__small {
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .txt__sec .txt__small {
    font-size: 2.6rem;
  }
}
.txt__sec .txt__big {
  font-weight: 700;
  font-size: 1.9rem;
}
@media screen and (min-width: 751px) {
  .txt__sec .txt__big {
    font-size: 4rem;
  }
}

#pet .cap.is-small::after {
  padding: 2px 0 0 2px;
}

.is-dash {
  padding-bottom: 3px;
  border-bottom: 4px dotted #45abbd;
}
@media screen and (min-width: 751px) {
  .is-dash {
    padding-bottom: 5px;
    border-bottom: 6px dotted #45abbd;
  }
}

.sec__point {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 751px) {
  .sec__point {
    gap: 24px;
    flex-direction: row;
    align-items: flex-start;
  }
}
.sec__point img {
  width: 80px;
}
.sec__point .point__txt {
  color: #45abbd;
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .sec__point .point__txt {
    font-size: 2.2rem;
  }
}

.bg__g__arrow {
  position: relative;
  margin-top: 100px;
}
.bg__g__arrow::before {
  content: "";
  position: absolute;
  height: 100px;
  width: 100%;
  clip-path: polygon(0 10%, 0% 100%, 50% 100%);
  background-color: #fff3fa;
  left: 0;
  top: -100px;
}
.bg__g__arrow::after {
  content: "";
  position: absolute;
  height: 100px;
  width: 100%;
  clip-path: polygon(100% 10%, 50% 100%, 100% 100%);
  background-color: #fff3fa;
  left: 0;
  top: -100px;
}

.bg__p__arrow {
  position: relative;
}
.bg__p__arrow::before {
  content: "";
  position: absolute;
  height: 100px;
  width: 100%;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%); /* ココ */
  background-color: #fff3fa;
  left: 0;
  top: 0;
}

.lp__agency section.bg__p__arrow {
  padding-top: 180px;
}

#pet .sec__tit {
  margin-top: 0;
}

#pet .pet__estimate {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
@media screen and (min-width: 751px) {
  #pet .pet__estimate {
    padding: 80px 0;
  }
}

.sec01,
.sec02 {
  position: relative;
}

.sec__next__txt {
  position: absolute;
  content: "";
  left: 50%;
  translate: -50% 0;
  bottom: -20px;
  width: 80%;
  max-width: 400px;
  z-index: 1;
}

/*------------------------------------------
    ボタン
------------------------------------------*/
#pet .lp__agency .sec__btnarea {
  margin-top: 32px;
}
@media screen and (min-width: 751px) {
  #pet .lp__agency .sec__btnarea {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 40px;
  }
}
#pet .lp__agency .sec__btnarea .btn {
  width: 100%;
}
@media screen and (min-width: 751px) {
  #pet .lp__agency .sec__btnarea .btn {
    width: 420px;
  }
}
#pet .lp__agency .sec__btnarea .btn:not(:first-of-type) {
  margin-top: 16px;
}
@media screen and (min-width: 751px) {
  #pet .lp__agency .sec__btnarea .btn:not(:first-of-type) {
    margin-top: 0;
  }
}
#pet .lp__agency .sec__btnarea .btn a {
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  font-weight: 700;
  position: relative;
  width: 100%;
  transition: all 0.2s;
}
#pet .lp__agency .sec__btnarea .btn a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 0;
  right: 22px;
}
#pet .lp__agency .sec__btnarea .btn.btn__cta a {
  background-color: #45abbd;
  color: #fff;
  padding: 20px 16px;
  border: none;
  outline: 2px solid #fff;
  outline-offset: -5px;
  position: relative;
}
@media screen and (min-width: 751px) {
  #pet .lp__agency .sec__btnarea .btn.btn__cta a {
    font-size: 2.4rem;
    padding: 30px 16px;
  }
}
#pet .lp__agency .sec__btnarea .btn.btn__cta a::after {
  border-left: 8px solid #fff;
}
#pet .lp__agency .sec__btnarea .btn.btn__cta a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(/pet/img/lp_agency/icon_foot.svg) center center/contain no-repeat;
  top: 50%;
  translate: 0 -50%;
  left: 54px;
}
@media screen and (min-width: 751px) {
  #pet .lp__agency .sec__btnarea .btn.btn__cta a::before {
    width: 40px;
    height: 40px;
    left: 44px;
  }
}
#pet .lp__agency .sec__btnarea .btn__line__white {
  width: 300px;
  margin: 0 auto;
}
#pet .lp__agency .sec__btnarea .btn__line__white a {
  display: inline-block;
  font-weight: 700;
  position: relative;
  width: 100%;
  color: #163259;
  border-bottom: 2px solid #163259;
  padding: 0 50px 12px 16px;
}
#pet .lp__agency .sec__btnarea .btn__line__white a::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(/pet/img/lp_agency/round_arrow_db.svg) center center/contain no-repeat;
  top: 50%;
  translate: 0 -70%;
  right: 14px;
  transition: all 0.3s;
}
#pet .lp__agency .sec__btnarea .btn__line__white a:hover {
  opacity: 1;
}
#pet .lp__agency .sec__btnarea .btn__line__white a:hover::after {
  right: 0;
}

/*------------------------------------------
    MV
------------------------------------------*/
.lp__agency .mv {
  background-color: #ef9ba2;
}
.lp__agency .mv .mv__inner {
  padding-top: 40px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.lp__agency .mv .mv__inner h1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 751px) {
  .lp__agency .mv .mv__inner h1 {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 751px) {
  .lp__agency .mv .mv__inner h1 .mv__txt {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 751px) {
  .lp__agency .mv .mv__inner h1 .mv__img {
    width: 50%;
  }
}

/*------------------------------------------
    悩み
------------------------------------------*/
.lp__agency section.worry {
  padding: 0 0 20px;
}

.lp__agency .worry {
  background-color: #fff3fa;
}
.lp__agency .worry .worry__tit {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .lp__agency .worry .worry__tit {
    font-size: 3.6rem;
  }
}
.lp__agency .worry .worry__img {
  margin: 40px auto 0;
  max-width: 700px;
  width: 100%;
}

/*------------------------------------------
    保険料・補償内容
------------------------------------------*/
.lp__agency section.sec01 {
  padding-bottom: 160px;
}
@media screen and (min-width: 751px) {
  .lp__agency section.sec01 {
    padding-bottom: 240px;
  }
}

.lp__agency .sec01 .premium__box {
  margin-top: 40px;
  border: 2px solid #163259;
  background-color: #fff;
  border-radius: 11px;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec01 .premium__box {
    margin-top: 60px;
  }
}
.lp__agency .sec01 .premium__box .premium__items {
  padding: 8px;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec01 .premium__box .premium__items {
    display: flex;
  }
}
.lp__agency .sec01 .premium__box .premium__items li {
  width: 100%;
  padding: 16px;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec01 .premium__box .premium__items li {
    width: 50%;
  }
}
.lp__agency .sec01 .premium__box .premium__items li h3 {
  text-align: center;
  font-size: 5.3rem;
}
.lp__agency .sec01 .premium__box .premium__items .premium__wrap {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  gap: 24px;
  align-items: center;
}
.lp__agency .sec01 .premium__box .premium__items .premium__txt p {
  font-weight: 700;
}
.lp__agency .sec01 .premium__box .premium__items .premium__txt p .is-big {
  font-weight: 900;
  font-size: 1.8em;
}
.lp__agency .sec01 .premium__box .premium__items .premium__dog {
  border-bottom: 2px dotted #163259;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec01 .premium__box .premium__items .premium__dog {
    border-bottom: none;
    border-right: 2px dotted #163259;
  }
}
.lp__agency .sec01 .premium__box .premium__items .premium__dog h3 {
  color: rgba(239, 155, 162, 0.8);
}
.lp__agency .sec01 .premium__box .premium__items .premium__dog .premium__img {
  width: 90px;
}
.lp__agency .sec01 .premium__box .premium__items .premium__cat h3 {
  color: rgba(182, 157, 199, 0.8);
}
.lp__agency .sec01 .premium__box .premium__items .premium__cat .premium__img {
  width: 72px;
}
.lp__agency .sec01 .premium__box .premium__items .attention__wrap p {
  text-align: center;
}
.lp__agency .sec01 .compensation__sub {
  margin-top: 40px;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec01 .compensation__sub {
    margin-top: 80px;
  }
}
.lp__agency .sec01 .compensation__sub .compensation__other {
  margin-top: 40px;
  padding: 32px;
  background-color: #f9f3ff;
  text-align: center;
  border-radius: 10px;
}
.lp__agency .sec01 .compensation__sub .compensation__other .other__tit {
  display: inline-block;
  background-color: #b69dc7;
  color: #fff;
  border-radius: 50px;
  padding: 8px 32px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec01 .compensation__sub .compensation__other .other__tit {
    font-size: 2.4rem;
  }
}
.lp__agency .sec01 .compensation__sub .compensation__other .other__wrap {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec01 .compensation__sub .compensation__other .other__wrap {
    flex-direction: row;
    gap: 40px;
  }
}
.lp__agency .sec01 .compensation__sub .compensation__other .other__wrap .other__txt {
  font-weight: 700;
  color: #b69dc7;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec01 .compensation__sub .compensation__other .other__wrap .other__txt {
    width: 48%;
  }
}
.lp__agency .sec01 .compensation__sub .compensation__other .other__wrap .other__img {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec01 .compensation__sub .compensation__other .other__wrap .other__img {
    max-width: 500px;
    width: 48%;
  }
}
.lp__agency .sec01 .compensation {
  padding-top: 80px;
}
.lp__agency .sec01 .compensation .sec__tit h2 {
  margin-top: 8px;
  line-height: 1.5;
}
.lp__agency .sec01 .compensation .limit__img {
  width: 480px;
  max-width: 100%;
  margin: 40px auto 0;
}
.lp__agency .sec01 .compensation .limit__box {
  margin-top: 40px;
  border: 2px solid #163259;
  border-radius: 10px;
  padding: 40px 16px;
  background-color: #fff;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec01 .compensation .limit__box {
    padding: 40px 60px;
  }
}
.lp__agency .sec01 .compensation .limit__box .limit__txt {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec01 .compensation .limit__box .limit__txt {
    align-items: center;
    text-align: center;
  }
}
.lp__agency .sec01 .compensation .limit__box .limit__txt img {
  width: 36px;
}
.lp__agency .sec01 .compensation .limit__box .limit__txt p {
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec01 .compensation .limit__box .limit__txt p {
    font-size: 2.2rem;
  }
}
.lp__agency .sec01 .compensation .limit__box .limit__bar {
  margin: 32px auto;
  width: 100%;
  max-width: 660px;
}
.lp__agency .sec01 .compensation .limit__box .limit__bar .bar {
  margin-top: 16px;
}
.lp__agency .sec01 .compensation .txt__sec {
  margin-top: 40px;
  line-height: 2.2;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec01 .compensation .txt__sec {
    margin-top: 72px;
  }
}
.lp__agency .sec01 .compensation .attention__wrap {
  margin-top: 16px;
}
.lp__agency .sec01 .compensation .attention__wrap .attention {
  font-size: 1.4rem;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec01 .compensation .attention__wrap .attention {
    font-size: 1.6rem;
  }
}

/*------------------------------------------
    更新時
------------------------------------------*/
.lp__agency section.sec02 {
  padding-bottom: 160px;
}
@media screen and (min-width: 751px) {
  .lp__agency section.sec02 {
    padding-bottom: 240px;
  }
}

.lp__agency .sec02 {
  background-color: #fff3fa;
}
.lp__agency .sec02 .sec__tit {
  position: relative;
}
.lp__agency .sec02 .sec__tit::before, .lp__agency .sec02 .sec__tit::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec02 .sec__tit::before, .lp__agency .sec02 .sec__tit::after {
    width: 180px;
    height: 180px;
  }
}
.lp__agency .sec02 .sec__tit::before {
  background: url(/pet/img/lp_agency/cat01.png) center center/contain no-repeat;
  top: -120px;
  left: -10px;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec02 .sec__tit::before {
    top: -130px;
    left: -100px;
  }
}
.lp__agency .sec02 .sec__tit::after {
  background: url(/pet/img/lp_agency/dog01.png) center center/contain no-repeat;
  bottom: -70px;
  right: -10px;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec02 .sec__tit::after {
    top: 30px;
    right: -130px;
  }
}
.lp__agency .sec02 .sec__tit h2 {
  margin-top: 8px;
  line-height: 1.5;
  font-size: 2.6rem;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec02 .sec__tit h2 {
    font-size: 3rem;
  }
}
.lp__agency .sec02 .life__point__lists {
  margin-top: 40px;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec02 .life__point__lists {
    margin-top: 60px;
  }
}
.lp__agency .sec02 .life__point__lists li {
  width: 100%;
  border: 2px solid #163259;
  border-radius: 10px;
  background-color: #fff;
  padding: 40px 24px;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec02 .life__point__lists li {
    padding: 60px;
  }
}
.lp__agency .sec02 .life__point__lists li:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec02 .life__point__lists li:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.lp__agency .sec02 .life__point__lists li:nth-of-type(2n) .life__wrap {
  flex-direction: column;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec02 .life__point__lists li:nth-of-type(2n) .life__wrap {
    flex-direction: row-reverse;
  }
}
.lp__agency .sec02 .life__point__lists li .life__wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec02 .life__point__lists li .life__wrap {
    flex-direction: row;
  }
}
@media screen and (min-width: 751px) {
  .lp__agency .sec02 .life__point__lists li .life__wrap .life__txt {
    width: 48%;
  }
}
.lp__agency .sec02 .life__point__lists li .life__wrap .life__txt h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec02 .life__point__lists li .life__wrap .life__txt h3 {
    font-size: 3.2rem;
    text-align: left;
  }
}
.lp__agency .sec02 .life__point__lists li .life__wrap .life__txt .life__txt__detail {
  font-weight: 700;
  margin-top: 32px;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec02 .life__point__lists li .life__wrap .life__txt .life__txt__detail {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) {
  .lp__agency .sec02 .life__point__lists li .life__wrap .life__img {
    width: 48%;
  }
}
.lp__agency .sec02 .total__premium {
  margin-top: 50px;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec02 .total__premium {
    margin-top: 60px;
  }
}

/*------------------------------------------
    プラン
------------------------------------------*/
.lp__agency .sec03 .point__plan {
  margin-top: 24px;
  margin: 24px auto 0;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec03 .point__plan {
    margin-top: 60px;
  }
}
.lp__agency .sec03 .lp-table02 {
  width: 100%;
  margin: 0 auto 10px;
  border-collapse: separate;
}
.lp__agency .sec03 .lp-table02 th,
.lp__agency .sec03 .lp-table02 td {
  text-align: center;
  vertical-align: middle;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec03 .lp-table02 th,
  .lp__agency .sec03 .lp-table02 td {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
.lp__agency .sec03 .lp-table02 thead tr th:first-child {
  border-bottom: 2px solid #ffecf0;
}
.lp__agency .sec03 .lp-table02 thead th:nth-child(n+3) {
  border-left: 2px solid #fff;
}
.lp__agency .sec03 .lp-table02 thead .t-table__tit {
  font-size: 1.6rem;
  line-height: 1.7;
  padding: 10px 3px;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec03 .lp-table02 thead .t-table__tit {
    font-size: 2rem;
  }
}
.lp__agency .sec03 .lp-table02 thead .t-table__tit .plan__txt {
  border-radius: 50px;
  color: #ffffff;
  padding: 8px 3px;
  font-size: 1.1rem;
  line-height: 1.3;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .lp__agency .sec03 .lp-table02 thead .t-table__tit .plan__txt {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .lp__agency .sec03 .lp-table02 thead .t-table__tit .plan__txt {
    font-size: 1.4rem;
    padding: 8px;
  }
}
.lp__agency .sec03 .lp-table02 thead .t-table__tit.is-p1 {
  background-color: #FFF3FA !important;
  color: #EF9BA2;
}
.lp__agency .sec03 .lp-table02 thead .t-table__tit.is-p1 .plan__txt {
  background-color: #EF9BA2;
  border-bottom: 2px solid #FFF3FA;
}
.lp__agency .sec03 .lp-table02 thead .t-table__tit.is-p2 {
  background-color: #FFF5F3 !important;
  color: #F29F89;
}
.lp__agency .sec03 .lp-table02 thead .t-table__tit.is-p2 .plan__txt {
  background-color: #F29F89;
  border-bottom: 2px solid #FFF5F3;
}
.lp__agency .sec03 .lp-table02 thead .t-table__tit.is-p3 {
  background-color: #F9F3FF !important;
  color: #B69DC7;
}
.lp__agency .sec03 .lp-table02 thead .t-table__tit.is-p3 .plan__txt {
  background-color: #B69DC7;
  border-bottom: 2px solid #F9F3FF;
}
.lp__agency .sec03 .lp-table02 thead .t-table__tit .is-small {
  display: inline-block;
  line-height: 1.5;
  margin-top: 3px;
  font-size: 1.2rem;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec03 .lp-table02 thead .t-table__tit .is-small {
    font-size: 1.6rem;
  }
}
.lp__agency .sec03 .lp-table02 tbody tr th,
.lp__agency .sec03 .lp-table02 tbody tr td {
  padding: 15px 5px;
  border-bottom: 2px solid #ffecf0;
  background-color: #fff;
}
.lp__agency .sec03 .lp-table02 tbody tr th {
  width: 17%;
  font-weight: normal;
}
.lp__agency .sec03 .lp-table02 tbody tr td {
  width: 24.3333333333%;
  font-size: 1.6rem;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec03 .lp-table02 tbody tr td {
    font-size: 1.8rem;
  }
}

/*------------------------------------------
    支払事例
------------------------------------------*/
.lp__agency section.sec04 {
  padding-top: 0;
}

.lp__agency .sec04 .ex__lists {
  margin-top: 40px;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec04 .ex__lists {
    margin-top: 60px;
  }
}
.lp__agency .sec04 .ex__lists .ex__list {
  border: 2px solid #163259;
  border-radius: 10px;
  margin-bottom: 60px;
}
.lp__agency .sec04 .ex__lists .ex__tit {
  background-color: #163259;
  padding: 20px 20px;
  border-radius: 7px 7px 0 0;
  position: relative;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec04 .ex__lists .ex__tit {
    padding: 30px 60px;
  }
}
.lp__agency .sec04 .ex__lists .ex__tit p {
  display: inline-block;
  color: #fff;
}
.lp__agency .sec04 .ex__lists .ex__tit .ex__case {
  font-weight: 700;
  border: 2px solid #fff;
  padding: 5px 16px;
  margin-right: 24px;
  border-radius: 10px;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec04 .ex__lists .ex__tit .ex__case {
    font-size: 2rem;
    padding: 8px 16px;
  }
}
.lp__agency .sec04 .ex__lists .ex__tit .ex__name {
  font-weight: 700;
  margin-right: 8px;
  margin-top: 8px;
  font-size: 2rem;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec04 .ex__lists .ex__tit .ex__name {
    font-size: 2.4rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 751px) {
  .lp__agency .sec04 .ex__lists .ex__tit .ex__expense {
    font-size: 2rem;
  }
}
.lp__agency .sec04 .ex__lists .ex__tit .ex__expense .is-big {
  font-size: 1.5em;
  font-weight: 700;
}
.lp__agency .sec04 .ex__lists .ex__tit .ex__tit__img {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  right: 5%;
  bottom: 14%;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec04 .ex__lists .ex__tit .ex__tit__img {
    width: 150px;
    height: 150px;
    top: 50%;
    translate: 0 -50%;
  }
}
.lp__agency .sec04 .ex__lists .ex__items {
  background-color: #fff;
  padding: 30px 10px;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec04 .ex__lists .ex__items {
    padding: 30px 60px;
  }
}
.lp__agency .sec04 .ex__lists .ex__items .ex__item {
  padding: 20px 10px;
  border-radius: 8px;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec04 .ex__lists .ex__items .ex__item {
    padding: 30px 40px;
  }
}
.lp__agency .sec04 .ex__lists .ex__items .ex__item:not(:last-of-type) {
  margin-bottom: 16px;
}
.lp__agency .sec04 .ex__lists .ex__items .ex__item .ex__plan {
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec04 .ex__lists .ex__items .ex__item .ex__plan {
    font-size: 1.8rem;
  }
}
.lp__agency .sec04 .ex__lists .ex__items .ex__item .ex__plan .is-small {
  font-size: 1.4rem;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec04 .ex__lists .ex__items .ex__item .ex__plan .is-small {
    font-size: 1.6rem;
  }
}
.lp__agency .sec04 .ex__lists .ex__items .ex__item .ex__bar {
  width: 100%;
  max-width: 600px;
  margin: 8px auto 0;
}
.lp__agency .sec04 .ex__lists .ex__items .ex__item.is-p1 {
  background-color: #FFF3FA !important;
}
.lp__agency .sec04 .ex__lists .ex__items .ex__item.is-p1 .ex__plan {
  color: #EF9BA2;
}
.lp__agency .sec04 .ex__lists .ex__items .ex__item.is-p2 {
  background-color: #FFF5F3 !important;
}
.lp__agency .sec04 .ex__lists .ex__items .ex__item.is-p2 .ex__plan {
  color: #F29F89;
}
.lp__agency .sec04 .ex__lists .ex__items .ex__item.is-p3 {
  background-color: #F9F3FF !important;
}
.lp__agency .sec04 .ex__lists .ex__items .ex__item.is-p3 .ex__plan {
  color: #B69DC7;
}

/*------------------------------------------
    手順
------------------------------------------*/
.lp__agency .sec05 {
  background-color: #FFF3FA;
}
.lp__agency .sec05 .flow__tit {
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec05 .flow__tit {
    font-size: 3.4rem;
    letter-spacing: 0.1em;
  }
}
.lp__agency .sec05 .flow__items {
  background-color: #fff;
  border: 2px solid #163259;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 48px;
  margin: 48px auto 0;
  padding: 20px 20px;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec05 .flow__items {
    grid-template-columns: repeat(5, 1fr);
    padding: 40px 40px;
  }
}
.lp__agency .sec05 .flow__items li {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec05 .flow__items li {
    flex-direction: column;
  }
}
.lp__agency .sec05 .flow__items li:not(:last-of-type)::before, .lp__agency .sec05 .flow__items li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  border-radius: 9999px;
  background-color: #163259;
}
@media screen and (max-width: 750px) {
  .lp__agency .sec05 .flow__items li:not(:last-of-type)::before, .lp__agency .sec05 .flow__items li:not(:last-of-type)::after {
    bottom: -1.8em;
    left: calc(50% - 1px);
    width: 2px;
    height: 12px;
    transform-origin: 50% calc(100% - 1px);
  }
}
@media screen and (min-width: 751px) {
  .lp__agency .sec05 .flow__items li:not(:last-of-type)::before, .lp__agency .sec05 .flow__items li:not(:last-of-type)::after {
    top: calc(50% - 1px);
    right: -1.8em;
    width: 12px;
    height: 2px;
    transform-origin: calc(100% - 1px) 50%;
  }
}
.lp__agency .sec05 .flow__items li:not(:last-of-type)::before {
  transform: rotate(45deg);
}
.lp__agency .sec05 .flow__items li:not(:last-of-type)::after {
  transform: rotate(-45deg);
}
.lp__agency .sec05 .flow__items li .flow__num {
  width: 38px;
  margin-right: 16px;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec05 .flow__items li .flow__num {
    width: 60px;
    margin: 0 0 16px;
  }
}
.lp__agency .sec05 .flow__items li .flow__img {
  width: 65px;
  margin-right: 10px;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec05 .flow__items li .flow__img {
    width: 100px;
    margin: 0 0 16px;
  }
}
.lp__agency .sec05 .flow__items li .flow__txt {
  width: calc(100% - 129px);
  color: #163259;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec05 .flow__items li .flow__txt {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
  }
}

/*------------------------------------------
    Q&A
------------------------------------------*/
.lp__agency section.sec06 {
  padding-top: 0;
}

.lp__agency .sec06 {
  background-color: #FFF3FA;
}
.lp__agency .sec06 .sec__faq {
  margin-top: 60px;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec06 .sec__faq {
    margin-top: 40px;
  }
}
.lp__agency .sec06 .faq__item:not(:last-of-type) {
  margin-bottom: 40px;
}
.lp__agency .sec06 .faq__item .faq__question {
  background-color: #163259;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.7;
  font-size: 1.8rem;
  padding: 20px 20px 20px 3em;
  position: relative;
}
.lp__agency .sec06 .faq__item .faq__question::after {
  content: "Q";
  position: absolute;
  color: #fff;
  left: 1em;
  top: 50%;
  translate: 0 -50%;
  font-size: 2.2rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec06 .faq__item .faq__question {
    font-size: 2rem;
    padding: 20px 20px 20px 2.8em;
  }
}
.lp__agency .sec06 .faq__item .faq__answer {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  border: 2px solid #163259;
  color: #163259;
  line-height: 1.7;
  padding: 20px 20px 20px 3.3em;
  position: relative;
}
.lp__agency .sec06 .faq__item .faq__answer::before {
  content: "A";
  position: absolute;
  left: 1em;
  top: 0.9em;
  font-size: 2.2rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .lp__agency .sec06 .faq__item .faq__answer {
    font-size: 1.6rem;
  }
}

/*------------------------------------------
    固定ボタン
------------------------------------------*/
.apn {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 10;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .apn {
    left: 0;
    background: #fff;
    box-shadow: 0px -1px 2px rgba(130, 130, 130, 0.3);
  }
}
@media screen and (min-width: 751px) {
  .apn {
    width: auto;
    top: 120px;
    right: 0;
    bottom: auto;
  }
}
.apn .fixed__btnarea {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 751px) {
  .apn .fixed__btnarea {
    flex-direction: column;
    gap: 12px;
  }
}
.apn .fixed__btnarea li {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .apn .fixed__btnarea li {
    width: auto;
  }
}
.apn .fixed__btnarea li a {
  padding: 16px 8px;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 751px) {
  .apn .fixed__btnarea li a {
    width: 74px;
    writing-mode: vertical-rl;
    height: auto;
    padding: 46px 16px 16px;
    letter-spacing: 0.1em;
    border-radius: 16px 0 0 16px;
    box-shadow: 2px 2px 3px rgba(130, 130, 130, 0.3);
  }
}
.apn .fixed__btnarea li a span {
  position: relative;
}
.apn .fixed__btnarea li a span::before {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  width: 25px;
  height: 25px;
  left: -2.5em;
}
@media screen and (min-width: 751px) {
  .apn .fixed__btnarea li a span::before {
    top: -2em;
    left: 50%;
    translate: -50% 0;
  }
}
.apn .fixed__btnarea .btn__white a {
  color: #1f2f54;
  background-color: #fff;
}
.apn .fixed__btnarea .btn__white a::before, .apn .fixed__btnarea .btn__white a::after {
  background: url(/pet/img/lp_cat-insurance-guide/icon_foot_pu.svg) center center/contain no-repeat;
}
.apn .fixed__btnarea .btn__cta a {
  border: 3px solid #fff;
  color: #fff;
  background-color: #45abbd;
  font-size: 1.8rem;
}
.apn .fixed__btnarea .btn__cta a span::before {
  background: url(/pet/img/icon_foot.svg) center center/contain no-repeat;
  opacity: 0.8;
}

/*------------------------------------------
    フッター上
------------------------------------------*/
#pet .lp__agency .sec__bottom {
  background-color: #FFF3FA;
}

.subid_pet-lp .serial-number {
  background-color: #FFF3FA;
}

.subid_pet-lp footer {
  padding-bottom: 80px;
}

.bottom__box {
  font-size: 1.4rem;
}
@media screen and (min-width: 751px) {
  .bottom__box {
    font-size: 1.6rem;
  }
}
.bottom__box .bottom__column {
  margin-top: 16px;
}

/*------------------------------------------
    見積り
------------------------------------------*/
.lp__cat-ig .pet__estimate {
  background-color: #f6f3ef;
}
.lp__cat-ig section.pet__estimate {
  padding: 60px 0;
}

#pet .lp__agency .btn.is-cta a {
  background-color: #45abbd;
  color: #fff;
  padding: 20px 16px;
  border: none;
  outline: 2px solid #fff;
  outline-offset: -5px;
  position: relative;
  box-shadow: none;
}
#pet .lp__agency .btn.is-cta a::after {
  border-left: 8px solid #fff;
}
#pet .lp__agency .btn.is-cta a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(/pet/img/lp_agency/icon_foot.svg) center center/contain no-repeat;
  top: 50%;
  translate: 0 -50%;
  left: 54px;
}
#pet .lp__agency .btn.is-cta a:hover {
  transform: none;
}

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