@charset "UTF-8";


body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

/* ----------------------------
  style.cs override
 ---------------------------- */
.a-text_body {
  line-height: 1.6;
}



.l-section_inner {
  padding-bottom: 0px;
}
@media screen and (max-width: 756px) {
  .l-section_inner  {
    padding-bottom: 0px;

    padding-left: 16px;
    padding-right: 16px;

    &.tab {
      padding-left: 0px;
      padding-right: 0px;
    }
  }
}

.m-heading_bg-02 {
  border-radius: 4px;
}

.a-text_link {
  color: #077db8;
  text-underline-offset: 2px;
}

.a-text_asterisk, .a-text_asterisk-03 {
  line-height: 1.6;
  color: #686868;
  text-align: left;
  text-align: -webkit-left;
}

@media screen and (max-width: 757px) {
  .m-btn_tab .m-btn:nth-child(n+3) {
    padding-top: 0px;
  }
}
@media screen and (max-width: 757px) {
  .m-btn_tab-01 .m-btn.is-active {
    pointer-events: none;
  }
}

@media screen and (max-width: 756px) {
  .m-btn_tab-col5 .m-btn {
    width: auto;
  }
}

.m-btn_tab {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  grid-template-columns: repeat(3, auto);
  &.pos01 {
    margin: 32px 0;
  }
  &.pos02 {
    margin: 56px 0;
  }
}
@media screen and (max-width: 756px) {
  .m-btn_tab {
    --li_up: calc( ( ( ( ( ( 100vw - 64px ) - 23vw ) - 38vw ) - 21vw ) ) );
    --li_dw: calc( ( ( ( 100vw - 48px )  - 49vw ) - 38vw )  );

    --li_1_width: calc( ( 23vw )  ) ;
    --li_2_width: calc( ( 38vw + var(--li_up) )  ) ;
    --li_3_width: calc( ( 21vw )  ) ;
    --li_4_width: calc( ( 49vw + var(--li_dw)  )  ) ;
    --li_5_width: calc( ( 38vw )  ) ;

    li:nth-child(1) {
      width: var(--li_1_width);
    }
    li:nth-child(2) {
      width: var(--li_2_width);
    }
    li:nth-child(3) {
      width: var(--li_3_width);
    }
    li:nth-child(4) {
      width: var(--li_4_width);
    }
    li:nth-child(5) {
      width: var(--li_5_width);
    }
  }
}

@media screen and (min-width: 757px) {
  .m-btn_tab {
    display: grid;
    grid-auto-flow: column;
    gap: 16px;
    &.pos01 {
      margin: 48px 0;
    }
    &.pos02 {
      margin: 72px 0;
    }
  }
}

.m-btn_tab-01 .m-btn {
  color: #686868;
  //border: 1px solid #686868 !important;
  border: 1px solid #828282 !important;
  background-color: #ffffff;
  border-radius: 4px;
  transition: none;
  min-height: 0;
  padding: 0;
  outline: none;
  outline-offset: -1px;

  &.is-active {
    font-weight: 500;
    color: #BF0000;//  !important;
    //border: 1px solid #BF0000  !important;//  !important;
    border: 1px solid #BF0000  !important;//  !important;
    //border: 2px solid #BF0000  !important;//  !important;
    outline: 2px solid #BF0000 !important;
    background-color: #FFE8E8;// !important;
  }
}
@media screen and (min-width: 757px) {
  .m-btn_tab-01 .m-btn {
    border-radius: 4px;
    width: 189px;
    height: 38px;
    padding: 8px 0;
  }
}

@media screen and (max-width: 756px) {
  .m-btn_tab-01 .m-btn .a-btn {
    background-color: unset !important;
  }
}

.m-btn_tab .m-btn .a-btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  padding: 8px 0 !important;
  //padding: 0 ;
  border: none !important;
}
@media screen and (min-width: 757px) {
  .m-btn_tab .m-btn .a-btn {
    padding: 0  !important;
  }
}

.m-btn_tab-01 .m-btn {
  cursor: pointer;
  outline: none;
  outline-offset: -3px;

  &:hover {
    background-color: #8C0000;
    color: #FFFFFF !important;
    outline: none;
    border-color: #8C0000;
  }
  &:focus {
    background-color: #BF0000;
    color: #FFFFFF !important;
    outline: 1px solid white;
    border-color: #BF0000;
  }
  &:active {
    background-color: #590000;
    color: #FFFFFF !important;
    outline: none;
    border-color: #590000;
  }
}


/* select tab */
.m-btn_tab .m-btn a.a-btn::after {
    display: none !important;
}


@media screen and (max-width: 756px) {
  .service {
    margin-bottom: 0px;
    padding: 0;
  }
}

.a-text_asterisk {
  &.ex01 {
    text-indent: -1em;
    padding-left: 2em;
    &:before {
      left: 1.5em;
    }
  }
}

.u-text-center {
  text-align: -webkit-center !important;
}


/* ----------------------------
  ステータス追加（＋style.css）
 ---------------------------- */

.topMsg-btn_critical {
  background-color: #FFF0F0;
  color: #DF0101;
}

/* ----------------------------
  背景色
 ---------------------------- */
.bg-white {
  background-color: #FFFFFF !important;
}
.bg-gray {
  background-color: #F7F7F7 !important;
}
.bg-red {
  background-color: #BF0000 !important;
}

/* ----------------------------
  MV
 ---------------------------- */

.o-kv {
  margin-bottom: 1px;
}

.o-kv_inner {
  min-height: 330px;
}
@media screen and (max-width: 756px) {
  .o-kv_inner {
    min-height: 177px;
  }
}

.a-mv {
  position: relative;
  display: block;
  width: 100%;
  
  .a-frame {
    position: absolute;
    display: block;
    width: 100%;
  }
  .o-product_caption {
    position: relative;
    display: inline-block;
    text-align: left;
    text-align: --weblileft;
    
    top: calc(4vw * (1875 / 2200)); 
    left: 5vw; 

    color: black;
    font-size: 5.6vw;
    font-weight: 700;
    line-height: 1.23;
    /*letter-spacing: 0.1m;*/

    .red {
      color: #BF0000;
    }
    .black {
      color: #333333;
    }
    .small {
      font-size: 3.2vw;
      font-weight: 400;
    }
    .blk {
      display:block;
    }
  }
}
@media screen and (min-width: 757px) {
  .a-mv {
    .o-product_caption {
      top: 24px; 
      left: -260px;
      justify-self: anchor-center;

      font-size: 38px;
      font-weight: 700;

      .small {
        font-size: 22px;
        font-weight: 400;
      }

    }
  }
}


/* ----------------------------
  配置
 ---------------------------- */


.a-head_type01 {
  display: block;
  width: 100%;
  text-align: center;
  text-align: -webkit-center;
}

.a-head_type02 {
  display: block;
  width: 100%;
  text-align: left;
  text-align: -webkit-left;
}

.a-head_type03 {
  display: block;
  width: 100%;
  text-align: center;
  text-align: -webkit-center;
}

.v-div {
  width: 100%;
  display: block;
}

.v-idiv {
  display: inline-block;
}

.u-text-align01 {
  text-align: left;
  text-align: -webkit-left;
}
@media screen and (min-width: 757px) {
 .u-text-align01 {
   text-align: center;
   text-align: -webkit-center;
 }
}

/* マージン  */
.u-mb-7_16 {
  margin-bottom: 16px;
}
@media screen and (min-width: 757px) {
 .u-mb-7_16 {
    margin-bottom: 7px;
 }
}

.u-mb-16_0 {
  margin-bottom: 0px;
}
@media screen and (min-width: 757px) {
 .u-mb-16_0 {
    margin-bottom: 16px;
 }
}

.u-mb-64_50 {
  margin-bottom: 50px;
}
@media screen and (min-width: 757px) {
 .u-mb-64_50 {
    margin-bottom: 64px;
 }
}

.u-mb-64_48 {
  margin-bottom: 48px;
}
@media screen and (min-width: 757px) {
 .u-mb-64_48 {
    margin-bottom: 64px;
 }
}
.u-mt-64_48 {
  margin-top: 48px;
}
@media screen and (min-width: 757px) {
 .u-mt-64_48 {
    margin-top: 64px;
 }
}

.u-mb-64_40 {
  margin-bottom: 40px;
}
@media screen and (min-width: 757px) {
 .u-mb-64_40 {
    margin-bottom: 64px;
 }
}

.u-mb-56_40 {
  margin-bottom: 40px;
}
@media screen and (min-width: 757px) {
 .u-mb-56_40 {
    margin-bottom: 56px;
 }
}

.u-mt-56_40 {
  margin-top: 40px;
}
@media screen and (min-width: 757px) {
 .u-mt-56_40 {
    margin-top: 56px;
 }
}


.u-mb-48_40 {
  margin-bottom: 40px;
}
@media screen and (min-width: 757px) {
 .u-mb-48_40 {
    margin-bottom: 48px;
 }
}

.u-mb-40_32 {
  margin-bottom: 32px;
}
@media screen and (min-width: 757px) {
 .u-mb-40_32 {
    margin-bottom: 40px;
 }
}

.u-mb-40_24 {
  margin-bottom: 24px;
}
@media screen and (min-width: 757px) {
 .u-mb-40_24 {
    margin-bottom: 40px;
 }
}

.u-mt-30_24 {
  margin-top: 24px;
}
@media screen and (min-width: 757px) {
 .u-mt-30_24 {
    margin-top: 30px;
 }
}

.u-mb-32_24 {
  margin-bottom: 24px !important;
}
@media screen and (min-width: 757px) {
 .u-mb-32_24 {
    margin-bottom: 32px !important;
 }
}

.u-mt-32_24 {
  margin-top: 24px !important;
}
@media screen and (min-width: 757px) {
 .u-mt-32_24 {
    margin-top: 32px !important;
 }
}

.u-mt-16_8 {
  margin-top: 8px;
}
@media screen and (min-width: 757px) {
 .u-mt-16_8 {
    margin-top: 16px;
 }
}

.u-mb-43_0 {
  margin-bottom: 0px;
}
@media screen and (min-width: 757px) {
 .u-mb-43_0 {
    margin-bottom: 43px;
 }
}


.u-mt-8_0 {
  margin-top: 0px;
}
@media screen and (min-width: 757px) {
 .u-mt-8_0 {
    margin-top: 8px;
 }
}


.u-mt-40_0 {
  margin-top: 0px;
}
@media screen and (min-width: 757px) {
 .u-mt-40_0 {
    margin-top: 40px;
 }
}


.u-mt-40_8 {
  margin-top: 8px;
}
@media screen and (min-width: 757px) {
 .u-mt-40_8 {
    margin-top: 40px;
 }
}


.u-mt-48_32 {
  margin-top: 32px;
}
@media screen and (min-width: 757px) {
 .u-mt-48_32 {
    margin-top: 48px;
 }
}

.u-mt-24_16 {
  margin-top: 16px !important;
}
@media screen and (min-width: 757px) {
  .u-mt-24_16 {
    margin-top: 24px !important;
  }
}
.u-mb-24_16 {
  margin-bottom: 16px !important;
}
@media screen and (min-width: 757px) {
  .u-mb-24_16 {
    margin-bottom: 24px !important;
  }
}


.u-mt-72_56 {
  margin-top: 56px;
}
@media screen and (min-width: 757px) {
 .u-mt-72_56 {
    margin-top: 72px;
 }
}

.u-mb-72_56 {
  margin-bottom: 56px;
}
@media screen and (min-width: 757px) {
 .u-mb-72_56 {
    margin-bottom: 72px;
 }
}

.u-mt-7 {
  margin-top: 7px;
}

.u-mt-6 {
  margin-top: 6px;
}

.u-mt-4 {
  margin-top: 4px;
}

.u-mt-4_8 {
  margin-top: 8px;
}
@media screen and (min-width: 757px) {
  .u-mt-4_8 {
    margin-top: 4px;
  }
}

.u-mb-21 {
  margin-bottom: 21px;
}

/* パディング  */
.u-pa-8 {
  padding: 8px !important;
}

.u-pt-33 {
  padding-top: 33px !important;
}

.u-pt-32_24 {
  padding-top: 24px !important;
}
@media screen and (min-width: 757px) {
  .u-pt-32_24 {
    padding-top: 32px !important;
  }
}

.u-pb-32_24 {
  padding-bottom: 24px !important;
}
@media screen and (min-width: 757px) {
  .u-pb-32_24 {
    padding-bottom: 32px !important;
  }
}

.u-ph_sp16 {
  padding: 0 16px;
}
@media screen and (min-width: 757px) {
  .u-ph_sp16 {
    padding: 0;
  }
}


.u-ph-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

/*  */
.u-ih-pc01 {
  height: auto;
}
@media screen and (min-width: 757px) {
  .u-ih-pc01 {
    height: 202px !important;
    width: 100%;
    display: table;
    div {
      display: table-cell;
      vertical-align: middle;
      img {
      }
    }
  }
}


/* ----------------------------
  タイトル
 ---------------------------- */

/* H1 */
.o-h1_text {
  display: inline-block;
  font-size: 32px;
  color: #333333;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 757px) {
  .o-h1_text {
    font-size: 48px;
  }
}
/* H2 */
.o-h2_text {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #333333;
  &.small {
    font-size: 20px;
  }
  sup {
    font-size: 12px;
    vertical-align: super;
  }
}
@media screen and (min-width: 757px) {
  .o-h2_text {
    font-size: 40px;
    &.small {
      font-size: 20px;
    }
    sup {
      font-size: 20px;
    }
  }
}

/* H3 */
.o-h3_text {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;

  .red {
    color: #BF0000;
  }
  sup {
    font-size: 12px;
    vertical-align: super;
  }

  &.icon {
    text-align: left;
    padding-left: 38px;

    img {
      //margin-right: 3px;
      position: absolute;
      left: -7px;
      top: calc((100% / 2) - (31px / 2));
      margin-right: 16px;
    }
  }
/*
vertical-align: bottom;
    left: -10px;
    top: calc((100% / 2) - (31px / 2));
 */

}
@media screen and (min-width: 757px) {
  .o-h3_text {
    font-size: 32px;

    .red {
      color: #BF0000;
    }
    sup {
      font-size: 16px;
      vertical-align: super;
    }

    &.icon {
      text-align: center;
      text-align: -webkit-center;
      padding-left: 0px;

      img {
        position: relative;
        left: 0px;
        top: 0px;

        //margin-right: 16px;
        vertical-align: middle;
      }
    }
  }
}

/* H4 */
.o-h4_text {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #333333;
  .red {
    color: #BF0000;
  }
  sup {
    font-size: 10px;
    vertical-align: super;
  }
}
@media screen and (min-width: 757px) {
  .o-h4_text {
    font-size: 24px;
    sup {
      font-size: 12px;
      vertical-align: super;
    }
  }
}

/* title */
.o-t1_text {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;

  &.medium {
    font-weight: 500;
  }

  &.bold {
    font-weight: 700;
  }
}
@media screen and (min-width: 757px) {
  .o-t1_text {
    font-size: 26px;
  }
}

.o-t2_text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
}


.o-hs1_text  {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-align: -webkit-center;
}

.o-hs2_text {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: -webkit-left;
  background-color: #E1E1E1;
}
@media screen and (min-width: 757px) {
  .o-hs2_text {
  }
}

.o-hs3_text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-align: -webkit-center;
}

/* tab-caption */
.o-tab-caption_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  text-align: left;
  text-align: -webkit-left;
}
@media screen and (min-width: 757px) {
  .o-tab-caption_text {
    font-size: 20px;
    text-align: center;
    text-align: -webkit-center;
  }
}

/* desxcription */
.o-desc_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
}
@media screen and (min-width: 757px) {
  .o-desc_text {
  }
}

.o-desc2_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
}
@media screen and (min-width: 757px) {
  .o-desc2_text {
  }
}


.o-desc3_text {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: -webkit-left;
}
@media screen and (min-width: 757px) {
  .o-desc3_text {
  }
}

.o-desc4_text {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  text-align: -webkit-left;
  color: #333333;

  .amount {
    font-size: 24px;
    font-weight: 700;
    color: #BF0000;
  }
  
  &.caption {
    display: block;
    width: 192px;
    height: 30px;
    padding: 2px 24px;
    border-radius: 40px;

    background-color: #FFE8E8;
    text-align: center;
    text-align: -webkit-center;

  }
}
@media screen and (min-width: 757px) {
  .o-desc3_text {
  }
}

/* note */
.o-note_text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #686868;

  &.red {
    color: #BF0000;
  }
}
@media screen and (min-width: 757px) {
  .o-note_text {
    &.resize {
      font-size: 14px;
    }
  }
}



/*  */
.o-extend {
  width: 100%;
  display: flex;
  flex-flow: nowrap;
  .no {
    display: inline;
    overflow-wrap: break-word;
    margin-right: 1em;
  }
  .desc {
    display: inline;
    overflow-wrap: anywhere;
  }
}


/* ----------------------------
  下線
 ---------------------------- */

/* 下線付きタイトル01 */
.und-line01 {
  position: relative;
  margin-bottom: 52px;

  &:after {
    content: '';
    position: relative;
    display: block;
    border-bottom: solid #BF0000 4px;
    width: 40px;
    left: 0px;
    top: 12px;
  }
  
  &.lowspace {
  }
}
@media screen and (min-width: 757px) {
  .und-line01 {
    margin-bottom: 60px;

    &:after {
      border-bottom-width: 6px;
    }

    &.lowspace {
      margin-bottom: 32px;
    }
  }
}

/* 下線付きタイトル02 */
.und-line02 {
  position: relative;
  border-bottom: solid #BF0000 2px;
  text-align: center;
  text-align: -webkit-center;
  justify-self: center;

  min-width: 300px;
  width: 100%;
  margin-bottom: 32px;
  padding-bottom: 12px;
}
@media screen and (min-width: 757px) {
  .und-line02 {
    margin-bottom: 40px;
    //width: 836px;
  }
}

.und-line02::before {
  content: '';
  position: absolute;

  top: 100%;
  left: 51%;
  margin-left: -13px;
  border: 10px solid transparent;
  border-top: 10px solid #BF0000;
}

@media screen and (min-width: 757px) {
  .und-line02::before {
    top: 100%;
    left: 50%;
    margin-left: -16px;
    border: 16px solid transparent;
    border-top: 17px solid #BF0000;
  }
}

.und-line02::after {
  content: '';
  position: absolute;

  top: calc(100% - 2px);
  left: 51%;
  margin-left: -12px;
  border: 9px solid transparent;
  border-top: 9px solid #fff;
}

@media screen and (min-width: 757px) {
  .und-line02::after {
    top: calc(100% - 4px);
    left: 50%;

    margin-left: -17px;
    border: 17px solid transparent;
    border-top: 18px solid #fff;
  }
}


/* 下線付きタイトル03 */
.und-line03 {
  position: relative;
  margin-bottom: 32px;

  &:after {
    content: '';
    position: absolute;
    border-bottom: solid #BF0000 1px;
    width: calc( 100% + 32px );
    left: -16px;
    top: calc( 100% + 8px );
  }
}
@media screen and (min-width: 757px) {
  .und-line03 {
    margin-bottom: 48px;

    &:after {
      //border-bottom-width: 6px;
    }
  }
}



/* ----------------------------
  ページ
 ---------------------------- */

.a-product_area02 {
  display: flex;
  gap: 16px;
  flex-direction: column;
  flex-flow: wrap;

}
@media screen and (min-width: 757px) {
  .a-product_area02 {
    flex-direction: row;
    gap: 24px;
  }
}

.a-product02 {
  min-height: 254px;
  height: auto;
  min-width: 343px;
  width: 100%;
  border-radius: 4px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 757px) {
  .a-product02 {
    width: 492px;
    height: 368px;
  }
}

.a-product02_link {
  display: block;
  width: 100%;
  height: 100%;
}

.a-product_dog02 {
  --product_color: #ffe8e8;
  --product_border_color: #BF0000;
  border: 1px solid var(--product_border_color);
}

.a-product_cat02 {
  --product_color: #FAECD3;
  --product_border_color: #f59600;
  border: 1px solid var(--product_border_color);
}

.o-product02 {
  margin-top: 56px !important;

  &.first {
    margin-top: 0px !important;
  }
  
  &.last {
    margin-bottom: 12px !important;
  }
}

.o-product_image02 {
  text-align: center;
  text-align: -webkit-center;
  justify-self: center;
  width: 100%;

  margin-top: 16px;
  margin-bottom: 16px;

  img {
    min-width: 343px;
    width: 100%;
  }

  &.first {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 757px) {
  .o-product_image02 {
    margin-top: 24px;
    margin-bottom: 24px;
    
    img {
      min-width: auto;
      width: auto;
    }
  }
}

.a-productHeader02 {
  background-color: var(--product_color);
  display: block;
  text-align: center;
  text-align: -webkit-center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 12px;

  > img  {
    justify-content: center;
    text-align: center;
    text-align: -webkit-center;
  }
}
@media screen and (min-width: 757px) {
  .a-productHeader02 {
    padding: 16px;
  }
}

.a-productBody02 {
//  padding: 10px 0;
  padding: 16px;

  .a-detail {
    width: 100%;
    display: flex;
    //margin: 10px;
    margin-bottom: 16px;

    .o-image {
      //margin: 12px;
      margin-right: 24px;
      img {
        width: 120px;
      }
    }

    .o-detail {
      //width: 230px;
      font-size: 16px;
      justify-items: flex-start;
      line-height: 1.5;
      //margin: 12px;
      font-weight: 500;

      .demibold {
        font-weight: 600;
      }

      .red {
        font-size: 18px;
        font-weight: 700;
        color: #BF0000;
      }
      .strong {
        font-size: 36px;
      }
    }
  }

  > .a-note {
    display:block;
    //margin: 16px;
    margin-top: 16px;
    width: auto;
    position: relative;

    > .o-list {
      position: relative;
      display: block;
    }

    > .o-link {
      font-size: 1.4em;
      color: #686868;
      position: relative;
      display: block;
    }
  }
}
@media screen and (min-width: 757px) {
  .a-productBody02 {
    //padding: 20px 0;
    padding: 32px;
    height: 299px;

    .a-detail {
      .o-image {
        margin-right: 32px;
        img {
          width: 140px;
        }
      }

      .o-detail {
        width: 290px;
        font-size: 26px;

        .red {
          font-size: 28px;
        }
        .strong {
          font-size: 48px;
        }
      }
    }

    > .a-note {
      margin-top: 16px;

      > .o-link {
        position: absolute;
        font-size: 1.6em;
        top: 40px;
        right: 0px;
      }
   }
  }
}

.pd_left01 {
  padding-left: 11px;
}


/* モーダル */

.a-product_area03 {
  display: flex;
  text-align: center;
  text-align: -webkit-center;
  gap: 16px;
  flex-flow: column;
}
@media screen and (min-width: 757px) {
  .a-product_area03 {
    display: flex;
    flex-direction: row;
    gap: 48px;
  }
}

.a-product03 {
  width: 311px;
  height: 269px;
}
@media screen and (min-width: 757px) {
  .a-product03 {
    width: 322px;
    height: 285px;
  }
}

.o-product03_sep {
  //margin: 10px 0 20px 0;
  margin: 0;
  border-left: 0;
  border-bottom: 1px dashed #b6b6b6;
}
@media screen and (min-width: 757px) {
  .o-product03_sep {
    margin: 0;
    border-left: 1px dashed #b6b6b6;
    border-bottom: 0;
  }
}

.a-productHeader03 {
  height: 74px;
  margin-bottom: 16px;
}
@media screen and (min-width: 757px) {
  .a-productHeader03 {
    margin-bottom: 24px;
  }
}

.a-productBody03 {
  text-align: center;
  text-align: -webkit-center;
  justify-items: center;
//  padding: 10px 0;

  .a-detail {
    margin-bottom: 24px;
    
    .o-image {
      width: 120px;
      height: 107px;
    }
  }

  .a-note {
    display: inline-block;
    text-align: center;
    text-align: -webkit-center;
    justify-items: center;
//    padding: 24px 10px 10px 10px;
  }
}
@media screen and (min-width: 757px) {
  .a-productBody03 {
//    padding: 10px 0;
    .a-detail {
      margin-bottom: 32px;
    }

    .a-note {
//      padding: 32px 10px 10px 10px;
    }
  }
}


/* お手続き */

.o-procedure_box {
  display: table;
  text-align: center;
  text-align: -webkit-center;
//    text-align: -webkit-center;  //FIREFOX
  width: 100%;
  height: 136px;
  padding: 16px 8px;
  &:nth-child(1) {
    grid-column: 1 / 3;
  }

  &.wide {
    width: 100%;
  }

  .caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    height: 48px;
    display: table-cell;
    vertical-align: middle;
    .small {
      display:block;
      font-size: 14px;
    }
  }
  .item_image {
    display: table-row;
  }

}

@media screen and (min-width: 757px) {
  .o-procedure_box {
    display: table;
    text-align: center;
    text-align: -webkit-center;
//    text-align: -webkit-center;  //FIREFOX
    width: 182px;
    height: 136px;
    padding: 16px;

    &:nth-child(1) {
      grid-column: auto;
    }

    &.wide {
      width: 182px;
    }

    .caption {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.4;
      height: 48px;
      display: table-cell;
      vertical-align: middle;
      .small {
        display:block;
        font-size: 14px;
      }
    }
    .item_image {
    }
  }
}


.a-question_list {
  max-width: 100%;
}

@media screen and (min-width: 757px) {
  .a-question_list {
    max-width: 836px !important;
  }
}

/*  */
.a-grid_boxes {
  display: flex;
  width: 100%;
  &.safe {
    display: flex;
    flex-wrap: wrap;  
    gap: 16px;
    div:nth-child(1) {
      width: 100%;
      .memo {
        text-align: center !important;
        text-align: -webkit-center !important;
      }
    }
    div:nth-child(n+2) {
      width: calc(50% - 8px );
    }
  }
  &.service {
    display: grid;
    gap: 16px;
    min-width: 345px;
    flex-wrap: wrap;  
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 757px) {
  .a-grid_boxes {
    display: flex;
    &.safe {
      display: flex;
      flex-wrap: nowrap;
      gap: 16px;
      div:nth-child(1) {
        width: unset;
        .memo {
          text-align: left !important;
        }
      }
      div:nth-child(n+2) {
        width: unset;
      }
    }
    &.service {
      display: flex;
      gap: 24px;
      margin-bottom: 0px;
    }
  }
}

.o-centering_box {
  display: block;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  text-align: -webkit-center;

  &.safe {
    width: auto;
    height: auto;
    background-color: #F7F7F7;
  }

  &.service {
    background-color: #FCF6EB;
    margin-bottom: 0px;
  }

  .icon {
    display: block;
  }
  .memo {
    display: block;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    text-align: -webkit-left;
    margin-top: 16px;
    
    .red {
      color: #BF0000;
    }
    sup {
      font-size: 10px;
    }
  }
}
@media screen and (min-width: 757px) {
  .o-centering_box {
    padding: 24px;

    &.safe {
      width: 189px !important;
      height: 202px  !important;
    }

    &.service {
      width: 234px  !important;
      height: 202px  !important;
      margin-bottom: 0px;
    }
    .memo {
      margin-top: 24px;
    }
  }
}


.a-grid_area {
  display: grid;

  &.four_lines{
    grid-auto-flow: row;
    grid-template-columns: auto;
    gap: 16px 0;
  }
}
@media screen and (min-width: 757px) {
  .a-grid_area {
    &.four_lines{
      grid-auto-flow: row;
      grid-template-columns: repeat(2, auto);
      gap: 32px;
    }
  }
}

.o-target-disease_box {
  display: block;
  color: #333333;
  line-height: 1.6;

  .caption {
    display: block;
    font-size: 16px;
    font-weight: 700;
    background-color: #F7F7F7;
    border-radius: 4px;
    padding:  8px 16px;
  }

  .information {
    display: flex;
    flex-flow: nowrap;
    margin-top: 16px;

    .image {
      display: block;
      //width: 170px !important;
      min-width: 93px !important;
    }
    .detail {
      display: block;
      margin-left: 16px;
      font-size: 14px;
      font-weight: 400;
  
      .memo {
        display: block;
      }
      .susceptible {
        margin-top: 16px;
        width: 188px; //176px;
        height: 25px;
        border-radius: 40px;
        color: #FFFFFF;
        background-color: #686868;
        font-weight: 500;
        line-height: 1.2;
        padding: 4px 24px;
      }
      .susceptible_target {
        margin-top: 8px;
      }
    }
  }
}
@media screen and (min-width: 757px) {
  .o-target-disease_box {
    .information {
      .detail {
        margin-left: 24px;

        .memo {
          height: 66px;
        }
      }
    }
  }
}

.o-support-service_img {
  height: 74px;
}
@media screen and (min-width: 757px) {
  .o-support-service_img {
    height: 97px;
  }
}


/* ----------------------------
  
 ---------------------------- */

.m-card_list-num_card {
  display: block;
  position: relative;

  .m-card_listItem {
    display: block;
    position: relative;
    padding: 24px 16px;

    .m-card_listItem_inner {
      display: block;
      position: relative;

      .a-text_number {
        display: block;
        font-size: 20px !important;
        font-weight: 700;
        line-height: 1.5;
        position: absolute;
        content: '';
        color: #FFFFFF;
        top: -63px;
        //left: 44%;
        left: calc( ( 100% - 40px )  / 2 );
        background-color: #EC0606;
        border-radius: 4px;
        width: 40px;
        height: 40px;
        padding-top: 2%;
        //padding-left: 0%;
        //transform: translateY(50%) translateX(350%);
        //-webkit- transform: translateY(50%) translateX(350%);
      }
    }
  }
}
@media screen and (min-width: 757px) {
  .m-card_list-num_card {

    .m-card_listItem {

      .m-card_listItem_inner {

        .a-text_number {
          top: -44px;
          //left: 40%;
          padding-top: 5px;
          //padding-left: 1px
        }
      }
    }
  }
}

.m-card_list-box {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;

  .m-card_listItem {
    display: block;
    border: 1px solid #B6B6B6;
    border-radius: 8px;
    padding 16px 0;
    width: 100%;
    text-align: center;
    text-align: -webkit-center;

    .a-heading_inner {
      display: block;
      margin-top: 20px;
      font-size: 20px !important;
    }

    .a-text_base, .a-text_asterisk {
      text-align: left;
      text-align: -webkit-left;

      sup {
        vertical-align: baseline;
        font-size: 12px;
      }
    }
    .a-img {
      margin: 16px;
      img {
        max-width: 64px;
      }
    }
  }
}
@media screen and (min-width: 757px) {
  .m-card_list-box {
    gap: 24px; //gap: 15px;
    flex-wrap: nowrap;
    width: 100%;
    justify-self: center;

    .m-card_listItem {
      padding 16px 0;
      flex: 1;

      .a-heading_inner {
        height: 60px;
        align-items: center;
        display: inline-flex;
      }

    }
  }
}


.o-text_pdf_link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;

  &.note {
    font-size: 12px;
  }

  &.small {
    font-size: 12px;
  }
  
  &.ex {
    font-size: 14px;
  }
}
@media screen and (min-width: 757px) {
  .o-text_pdf_link {

    &.note {
      font-size: 14px;
    }

    &.small {
      font-size: 14px;
    }

    &.ex {
      font-size: 16px;
    }
  }
}


.o-oldproduict_type {
  display: grid;
  width: fit-content;
  gap: 8px;
}
@media screen and (min-width: 757px) {
  .o-oldproduict_type {
    display: grid;
    width: fit-content;
    grid-auto-flow: row !important;
  }
}

.o-red_dot_list {
  list-style:  none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;

  li {
     display:  inline-block;
     position: relative;
     margin-left: 20px;

    &:before {
      display: inline-table;
      position: absolute;
      content: '';
      background-color: #EC0606;
      height: 6px;
      width: 6px;
      top: 8px;
      /* margin-right: 10px; */
      border-radius: 50%;
      left: -14px;
    }

    sup {
      font-size: 12px;
    }
  }
}
@media screen and (min-width: 757px) {
  .o-red_dot_list {
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto);

    &.columns_2 {
      column-count: 2;
    }

    &.rows_free {
      grid-template-rows: repeat(1, auto);
    }

    li {
      &:before {
      }
    }
  }
}


/* ----------------------------
  
 ---------------------------- */

.o-contract_about {
  padding: 32px 16px;
  margin: 0 16px;
  background-color: #FFFFFF;
  border-radius: 8px;

  .o-btn_area {
  text-align: center;
  text-align: -webkit-center;
    display: inline-grid;
    gap: 16px;
    justify-self: center;
  }
}
@media screen and (min-width: 757px) {
  .o-contract_about {
    padding: 32px 32px;
    margin: auto;
    .o-btn_area {
      display: inline-flex;
      gap: 24px;
    }
  }
}


/* ----------------------------
  保険料の支払方法
 ---------------------------- */
.o-payment {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  padding: 32px 16px;
  color: #333333;
  background-color: #F7F7F7;
  
  .caption {
    width: 100%;
    margin-bottom: 24px;
  }

  .item {
    display: grid;
    grid-auto-flow: column;
    justify-items: center;
    vertical-align: middle;
    gap: 16px;

    .img {
   }

   .description {
     font-size: 16px;
     font-weight: 400;
     line-height: 1.6;
   }
 }
}
@media screen and (min-width: 757px) {
  .o-payment {
    width: 492px;
    height: 224px;
    padding: 40px;
    .caption {
      margin-bottom: 32px;
    }
    
    .item {
      display: grid;
      grid-auto-flow: column;
      justify-items: center;
      vertical-align: middle;
      gap: 32px;

      .img {
     }
     .description {
     }
    }
  }
}


/* ----------------------------
  accordion
 ---------------------------- */

/* ---  table ---- */

.m-accordion-04 {
  margin: 0 auto;
  max-width: initial;
}
@media screen and (min-width: 757px) {
  .m-accordion-04 {
    width: 664px;
    max-width: 664px;
  }
}

.m-accordion-04 .m-accordion_list+.m-accordion_list {
  margin-top: 16px;
}

.m-accordion-04 .a-accordion_title  {
  line-height: 1.5;
  padding: 16px;
  width: initial;
}
@media screen and (min-width: 757px) {
  .m-accordion-04 .a-accordion_title  {
    width: 569px;
  }
}

.m-accordion-04 .a-accordion_title {
  font-size: 18px;
  font-weight: 500;
  padding-left: 8px;
  padding-right: 8px;
}


/*
.m-accordion-04 .a-accordion_title {
  max-width: 400px;
}
*/

.m-accordion-04 .a-accordion_title>span, .m-accordion-04 .a-accordion_contents>span {
  display: block;
  position: relative;
}

.m-accordion-04 .a-accordion_title>span {
  padding-left: 28px;
}
@media screen and (min-width: 757px) {
  .m-accordion-04 .a-accordion_title>span {
    padding-left: 32px;
  }
}

.m-accordion-04 .a-accordion_title>span:before {
  color: #EA8033;
  font-weight: 700;
  position: absolute;
  left: 0;
}

@media screen and (min-width: 757px) {
  .m-accordion-04 .a-accordion_title>span:before {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 756px) {
  .m-accordion-04 .a-accordion_title>span:before {
    font-size: 1.6rem;
  }
}

.m-accordion-04 .a-accordion_title {
  cursor: pointer;
  position: relative;
  width: 100%;

  &.is-active {
  }

}

.m-accordion-04 .a-accordion_title span:before {
  content: '';
  background: url(/img/pet/icon/ico_paws.svg)  center / contain  no-repeat;

  width:20px;
  height:20px;
  margin-top: 1px;
}
@media screen and (min-width: 757px) {
  .m-accordion-04 .a-accordion_title span:before {
    width:24px;
    height:24px;
    margin-top: 0;
  }
}

.m-accordion-04 .a-accordion_title span:after {
  content: '';
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.m-accordion-04 .a-accordion_title:before, .m-accordion-04 .a-accordion_title:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  z-index: 1;
}

@media screen and (min-width: 757px) {
  .m-accordion-04 .a-accordion_title:before, .m-accordion-04 .a-accordion_title:after {
    right: 22px;
  }
}

@media screen and (max-width: 756px) {
  .m-accordion-04 .a-accordion_title:before, .m-accordion-04 .a-accordion_title:after {
    right: 14px;
  }
}

.m-accordion-04 .a-accordion_title::after {
  display: block;
  position: absolute;
  top: 35%;
  right: 20px;

  width: 10px;
  height: 10px;
  border-top: 1px solid #BF0000;
  border-right: 1px solid #BF0000;

  transform: rotate(45deg);
}

.m-accordion-04 .a-accordion_title::after {
  transform: rotate(135deg);
}

.m-accordion-04 .a-accordion_title.is-active::after {
  transform: rotate(315deg);
  top: 45%;
}

.m-accordion-04 .a-accordion_contents {
  display: none;
}

/* --- FAQ --- */

.m-accordion-05 {
  max-width: 800px;
  margin: 0 auto;
}

.m-accordion-05 .m-accordion_list+.m-accordion_list {
  margin-top: 24px;
}
@media screen and (max-width: 756px) {
  .m-accordion-05 .m-accordion_list+.m-accordion_list {
    margin-top: 16px;
  }
}

.m-accordion-05 .a-accordion_title, .m-accordion-05 .a-accordion_contents {
  line-height: 1.4;
  padding: 24px;
}

@media screen and (min-width: 757px) {
  .m-accordion-05 .a-accordion_title, .m-accordion-05 .a-accordion_contents {
    font-size: 1.8rem;
    border: 1px solid #B6B6B6;
    border-radius: 0px 0px 8px 8px;
  }
}

@media screen and (max-width: 756px) {
  .m-accordion-05 .a-accordion_title, .m-accordion-05 .a-accordion_contents {
    font-size: 1.6rem;
    padding: 16px;
//    padding-left: 8px;
//    padding-right: 8px;
    border: 1px solid #B6B6B6;
    border-radius: 0px 0px 8px 8px;
  }
}

.m-accordion-05 .a-accordion_title>span, .m-accordion-05 .a-accordion_contents>span {
  display: block;
  position: relative;
}

@media screen and (min-width: 757px) {
  .m-accordion-05 .a-accordion_title>span, .m-accordion-05 .a-accordion_contents>span {
    padding-left: 2.5em;
  }
}

@media screen and (max-width: 756px) {
  .m-accordion-05 .a-accordion_title>span, .m-accordion-05 .a-accordion_contents>span {
    padding-left: 2.2em;
  }
}

.m-accordion-05 .a-accordion_title>span:before, .m-accordion-05 .a-accordion_contents>span:before {
  color: #EA8033;
  font-weight: 700;
  margin-right: .5em;
  position: absolute;
  left: 0;
}

@media screen and (min-width: 757px) {
  .m-accordion-05 .a-accordion_title>span:before, .m-accordion-05 .a-accordion_contents>span:before {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 756px) {
  .m-accordion-05 .a-accordion_title>span:before, .m-accordion-05 .a-accordion_contents>span:before {
    font-size: 1.6rem;
  }
}

.m-accordion-05 .a-accordion_title {
  background-color: #F7F7F7;
  cursor: pointer;
  position: relative;
  font-weight: 500;

  border: 1px solid #B6B6B6;
  border-radius: 8px;
  border-bottom-style: solid;

  &.is-active {
    border-bottom-style: none;
    border-radius: 8px 8px 0px 0px;
  }
}
.m-accordion-05 .a-accordion_contents {
  border-top-style: none;
}


@media screen and (min-width: 757px) {
  .m-accordion-05 .a-accordion_title span {
    padding-right: 2.5em;
  }
}

@media screen and (max-width: 756px) {
  .m-accordion-05 .a-accordion_title span {
    padding-right: 2.2em;
  }
}

.m-accordion-05 .a-accordion_title span:before {
  content: '';
  background: url(/img/pet/icon/ico_question.svg)  center / contain  no-repeat;

  width:20px;
  height:20px;
}
@media screen and (min-width: 757px) {
  .m-accordion-05 .a-accordion_title span:before {
    width:24px;
    height:24px;
  }
}

.m-accordion-05 .a-accordion_title span:after {
  content: '';
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.m-accordion-05 .a-accordion_title:before, .m-accordion-05 .a-accordion_title:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  z-index: 1;
}

@media screen and (min-width: 757px) {
  .m-accordion-05 .a-accordion_title:before, .m-accordion-05 .a-accordion_title:after {
    right: 22px;
  }
}

@media screen and (max-width: 756px) {
  .m-accordion-05 .a-accordion_title:before, .m-accordion-05 .a-accordion_title:after {
    right: 14px;
  }
}

.m-accordion-05 .a-accordion_title::after {
  display: block;
  position: absolute;
  top: 35%;
  right: 20px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #BF0000;
  border-right: 2px solid #BF0000;
  transform: rotate(45deg);
}

.m-accordion-05 .a-accordion_title::after {
  transform: rotate(135deg);
}

.m-accordion-05 .a-accordion_title.is-active::after {
  transform: rotate(315deg);
  top: 45%;
}

.m-accordion-05 .a-accordion_contents {
  display: none;
}

.m-accordion-05 .a-accordion_contents>span:before {
  content: '';
  background: url(/img/pet/icon/ico_answer.svg)  center / contain  no-repeat;

  width:20px;
  height:20px;
}
@media screen and (min-width: 757px) {
  .m-accordion-05 .a-accordion_contents>span:before {
    width:24px;
    height:24px;
  }
}

/* --- Short --- */

.m-accordion-06 {
  max-width: 800px;
  margin: 0 auto;
}

.m-accordion-06 .m-accordion_list+.m-accordion_list {
  margin-top: 24px;
}
@media screen and (max-width: 756px) {
  .m-accordion-06 .m-accordion_list+.m-accordion_list {
    margin-top: 16px;
  }
}

.m-accordion-06 .a-accordion_title, .m-accordion-06 .a-accordion_contents {
  line-height: 1.5;
  padding: 24px;
}

@media screen and (min-width: 757px) {
  .m-accordion-06 .a-accordion_title, .m-accordion-06 .a-accordion_contents {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    border: 1px solid #B6B6B6;
    border-radius: 0px 0px 8px 8px;
  }
  .m-accordion-06 .a-accordion_title {
    font-size: 20px;
  }
}

@media screen and (max-width: 756px) {
  .m-accordion-06 .a-accordion_title, .m-accordion-06 .a-accordion_contents {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;

    padding: 16px;
//    padding-left: 8px;
//    padding-right: 8px;
    border: 1px solid #B6B6B6;
    border-radius: 0px 0px 8px 8px;
  }
  .m-accordion-06 .a-accordion_title {
    font-size: 18px;
  }
}

.m-accordion-06 .a-accordion_title>span, .m-accordion-06 .a-accordion_contents>span {
  display: block;
  position: relative;
}

.m-accordion-06 .a-accordion_title>span:before, .m-accordion-06 .a-accordion_contents>span:before {
  color: #EA8033;
  font-weight: 700;
  margin-right: .5em;
  position: absolute;
  left: 0;
}

@media screen and (min-width: 757px) {
  .m-accordion-06 .a-accordion_title>span:before, .m-accordion-06 .a-accordion_contents>span:before {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 756px) {
  .m-accordion-06 .a-accordion_title>span:before, .m-accordion-06 .a-accordion_contents>span:before {
    font-size: 1.6rem;
  }
}

.m-accordion-06 .a-accordion_title {
  background-color: #F7F7F7;
  cursor: pointer;
  position: relative;
  font-weight: 500;

  border: 1px solid #B6B6B6;
  border-radius: 8px;
  border-bottom-style: solid;

  &.is-active {
    border-bottom-style: none;
    border-radius: 8px 8px 0px 0px;
  }
}
.m-accordion-06 .a-accordion_contents {
  border-top-style: none;
}


@media screen and (min-width: 757px) {
  .m-accordion-06 .a-accordion_title span {
    padding-right: 2.5em;
  }
}

@media screen and (max-width: 756px) {
  .m-accordion-06 .a-accordion_title span {
    padding-right: 2.2em;
  }
}


.m-accordion-06 .a-accordion_title span:after {
  content: '';
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.m-accordion-06 .a-accordion_title:before, .m-accordion-06 .a-accordion_title:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  z-index: 1;
}

@media screen and (min-width: 757px) {
  .m-accordion-06 .a-accordion_title:before, .m-accordion-06 .a-accordion_title:after {
    right: 22px;
  }
}

@media screen and (max-width: 756px) {
  .m-accordion-06 .a-accordion_title:before, .m-accordion-06 .a-accordion_title:after {
    right: 14px;
  }
}

.m-accordion-06 .a-accordion_title::after {
  display: block;
  position: absolute;
  top: 35%;
  right: 20px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #BF0000;
  border-right: 2px solid #BF0000;
  transform: rotate(45deg);
}

.m-accordion-06 .a-accordion_title::after {
  transform: rotate(135deg);
}

.m-accordion-06 .a-accordion_title.is-active::after {
  transform: rotate(315deg);
  top: 45%;
}

.m-accordion-06 .a-accordion_contents {
  display: none;
}


/* --- toggle --- */

.m-accordion-07 {
  max-width: 800px;
  margin: 0 auto;

  &.wide {
    max-width: 1008px;
  }

  .toggle {
    position: relative;
    display: inline-block;
    cursor: pointer;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    border: 1px solid #B6B6B6;
    color: #686868;
    border-radius: 30px;
    padding: 6px 24px;
    .toggle_area {
      padding-right: 28px;
      display: inline-block;
      .on {
        display: none;
      }
      .off {
        display: inline-block;
      }
    }
    &.is-active {
      .toggle_area {
        .on {
          display: inline-block;
        }
        .off {
          display: none;
        }
      }
    }
  }
}

.m-accordion-07 .toggle span:after {
  content: '';
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.m-accordion-07 .toggle:before, .m-accordion-07 .toggle:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  z-index: 1;
}

.m-accordion-07 .toggle:before, .m-accordion-07 .toggle:after {
  right: 28px;
}


.m-accordion-07 .toggle::after {
  display: block;
  position: absolute;
  top: 25%;
  right: 28px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #686868;
  border-right: 2px solid #686868;
  transform: rotate(45deg);
}

.m-accordion-07 .toggle::after {
  transform: rotate(135deg);
}

.m-accordion-07 .toggle.is-active::after {
  transform: rotate(315deg);
  top: 40%;
}

.m-accordion-07 .contents {
  display: none;
}

.m-accordion-07 .first_hidden_sp {
  display: none;
}
@media screen and (min-width: 757px) {
  .m-accordion-07 .first_hidden_sp {
    display: block;
  }
}



/* ----------------------------
   テーブル
 ---------------------------- */

/* 補償内容比較表  */

.a-comparison_table {
  margin: 0 auto;
  //overflow: hidden;
  position: relative;
  * {
    text-align: center;
    text-align: -webkit-center;
    vertical-align: middle;
  }
}
@media screen and (min-width: 757px) {
  .a-comparison_table {
    width: 664px;
  }
}


.o-comparison_table {
  width: 100%;
  display: table;
  color: #BF0000;
  border: 1px solid #B6B6B6;
  vertical-align: middle;
  font-weight: 600;

  thead {
    tr {
      height: 56px;
      font-weight: 600;
      font-size: 16px  !important;;
      line-height: 1.3;

      &.tophead {
        height: 53px;
      }
    }
  }
  th {
    border: 1px solid #B6B6B6;
    //padding: 0 !important;
    .product_sp {
      font-size: 18px  !important;
    }
    .product_sn {
      font-size: 18px  !important;
    }
    .small {
      font-size: 12px  !important;
    }
  }
  td {
    width: 25%;
  }
}
@media screen and (max-width: 756px) {
  .o-comparison_table {
    thead {
      tr {
        height: 42px;

        &.tophead {
          height: 44px;
        }
      }
    }
    th {
      //padding: 5px !important;
      font-size: 12px  !important;;
      line-height: 1.3;
      .product_sp {
        font-size: 14px  !important;;
        height: 44px;
      }
      .product_sn {
        font-size: 14px  !important;;
      }
      .small {
        font-size: 12px  !important;
      }
    }
  }
}


/* 保険料  */
.a-insurance_table {
  width: 100%;
  justify-self: center;
  text-align: center;
  text-align: -webkit-center;
}
@media screen and (min-width: 757px) {
  .a-insurance_table {
    width: 664px;
  }
}

.o-insurance_table {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-align: -webkit-center;
  color: #333333;

  .cap_head {
    width: 19%;
    font-weight: 400;
  }
  .data_head {
    width: 27%;
  }
  .data_caption {
    width: 10%;
  }

  td, th {
    vertical-align: middle;
  }

  thead {
    th {
      height: 56px;
      
      .mini {
        font-size: 12px;
      }
    }
  }
  tbody {
    font-weight: 400;
    th {
      padding: 6px;
    }
    td, th {
      border: 1px solid #FFFFFF;
      vertical-align: middle;
      height: 46px;
    }
    tr:nth-child(odd) {
      td {
        background-color: #FFFFFF;
      }
    }
    tr:nth-child(even) {
      td {
        border-left: none;
        border-right: none;
        background-color: #FFF5F5;
      }
    }
    td {
      text-align: right;
      padding-right: 7%;
    }
  }
}
@media screen and (min-width: 757px) {
  .o-insurance_table {
    font-size: 16px;
    .cap_head {
      width: 127px;
    }
    .data_head {
      width: 179px;
    }
    .data_caption {
      width: 63px;
    }

    thead {
      th {
        height: 60px;
        .mini {
          font-size: 14px;
        }
      }
    }
    tbody {
      td, th {
      }
      td {
        text-align: right;
        padding-right: 10%;
      }
    }
  }
}

/* お手額な手数料 */
.a-insurance_sample {
  display: flex;
  //flex-flow: wrap;
  flex-flow: nowrap;
  justify-content: center;
  width: 100%;
  gap: 24px;

  .sep_line {
    margin: 0;
    border-left: 1px dashed #B6B6B6;
    border-bottom: 0;
  }
}
@media screen and (max-width: 376px) {
  .a-insurance_sample {
    gap: 20px;
  }
}
@media screen and (min-width: 757px) {
  .a-insurance_sample {
    gap: 56px;
  }
}

.o-insurance_box {
  display: block;
  //width: 144px;
  width: 100%;
  height: 170px;
  color: #333333;

  .caption  {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    padding: 2px 30px;
    background-color: #FFE8E8;
    border-radius: 40px;
    height: 30px;
  }
  .image {
    display: block;
    text-align: center;
    text-align: -webkit-center;
    height: 100px;
    position: relative;

    &.dog {
      img {
        margin-top: 29px;
      }
    }
    &.cat {
      img {
        margin-top: 35px;
      }
    }

    img {
      position: relative;
      //top: calc( 50% / 2 + 2vh);
      //top: calc( ( 50% / 2 )  - 0.5vh);
    }
  }
  .memo  {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;

    sup {
      font-size: 10px;
      vertical-align: super;
    }
    .price {
      font-size: 30px;
      font-weight: 700;
      line-height: 1.1;
      color: #BF0000;
    }
  }

}
@media screen and (min-width: 757px) {
  .o-insurance_box {
    width: 254px;//222px; /*width: 214px;*/ /* 222px */
    height: 250px;

    .caption  {
      font-size: 24px;
      padding: 2px 46px;
      height: 42px;
    }
    .image {
      height: 150px;
      position: relative;
      
      &.dog {
        img {
          margin-top: 48px;
        }
      }
      &.cat {
        img {
          margin-top: 64px;
        }
      }

      img {
        position: relative;
        //top: calc( ( 50% / 2 )  - 0.5vh);
      }
    }
    .memo  {
      font-size: 26px;

      sup {
        font-size: 13px;
      }
      .price {
        font-size: 48px;
      }
    }
  }
}


/*  */

.u-bgc-super_pet {
  color: #4D4D4D !important;
  background-color: #FFE8E8 !important;
  border-bottom: none !important;
  height: 53px;
  width: 75%;
}
@media screen and (max-width: 756px) {
  .u-bgc-super_pet {
    height:  44px;
  }
}
.u-bgc-super_pet_plans {
  border-top: none !important;
}

.o-inner-table {
  border: 1px solid #FFE8E8 !important;
  display: table;
  width:100%;
  height: 100%;
  th {
    border: 1px solid #FFE8E8 !important;
    padding: 6px 0 !important;
  }
  &.one_product {
    border: none !important;
    th {
      border: none !important;
      padding: 8px 0 !important;

       font-size: 16px !important;
      .small {
         font-size: 14px !important;
      }
    }
  }
}
@media screen and (max-width: 756px) {
  .o-inner-table {
    &.one_product {
      th {
         font-size: 14px !important;
        .small {
           font-size: 12px !important;
        }
      }
    }
  }
}

.u-bgc-cap01 {
  color: #333333 !important;
  background-color: #F7F7F7 !important;
}

.u-bgc-cap02 {
  color: #333333 !important;
  background-color: #D1D1D1 !important;
}

.u-bgc-cap03 {
  font-size: 14px;
  color: #333333 !important;
  background-color: #EBEBEB !important;
}
@media screen and (max-width: 756px) {
  .u-bgc-cap03 {
    writing-mode: rl;
    text-orientation: upright;
  }
}

.u-bgc-pvh70 {
  color: #FFFFFF !important;
  background-color: #7C2280 !important;
}

.u-bgc-pvh50 {
  color: #FFFFFF !important;
  background-color: #D61F44 !important;
}

.u-bgc-psh {
  color: #FFFFFF !important;
  background-color: #418082 !important;
}

.u-bgc-super_pet_neko {
  color: #4D4D4D !important;
  background-color: #FAECD3 !important;
  width: 25%;
}

.u-bgc-caption {
  color: #333333 !important;
  background-color: #F7F7F7 !important;
  border-top: 1px solid #B6B6B6;
  font-weight: 600;
  font-size: 16px !important;
  height: 38px;
  line-height: 1.4;
  td { 
    border-color:#B6B6B6 #B6B6B6 #FFFFFF #B6B6B6 !important;
    border-bottom: none !important;
    padding: 8px;
  }
  br {
    line-height: 0.1;
  }
  .small {
    //display: block;
    font-size: 12px;
    line-height: 0.5;
  }
}

.u-bgc-values {
  color: #333333 !important;
  background-color: #FFFFFF !important;
  font-weight: 500;
  height: 46px;
  td {
    border-top: none !important;
    border-left-color: #FFFFFF !important;
    border-right-color: #FFFFFF !important;
    padding: 12px;
  }
  td:first-child {
    border-left-color: #B6B6B6 !important;
  }
  td:last-child {
    border-right-color: #B6B6B6 !important;
  }
  & tr:last-child {
    td {
      border-bottom-color: #B6B6B6 !important;
    }
  }

  td {
    font-size: 16px  !important;;
//    line-height: 1.3;
    vertical-align: bottom !important;
    line-height: 1.4;
    font-weight: 500;

    .nml {
      font-weight: 400;
    }
    .small {
      //display: block;
      font-size: 12px  !important;;
      font-weight: 400;
      line-height: 1.7;
      vertical-align: bottom !important;
    }
  }
}
@media screen and (max-width: 756px) {
  .u-bgc-values {
    td {
      padding: 5px !important;
      vertical-align: middle !important;
      line-height: 1.4;
      .small {
        font-weight: 400;
        line-height: 1.5;
        vertical-align: bottom !important;
      }
    }
  }
}

/* スケジュール  */
.o-schedule_table_01 {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-align: -webkit-center;
  color: #333333 !important;
  background-color: #FFFFFF;
  th, td  {
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    padding: 12px 0;
  }
  th {
    background-color: #F7F7F7;
    width: 37%;
    vertical-align: middle;
  }
  td {
    font-weight: 400;
    width: 63%;
    vertical-align: middle;
    text-align: center;
    text-align: -webkit-center;
  }
  sup {
    font-size: 12px;
  }
  .mini {
    margin-top: 4px;
    display: block;
    font-size: 12px;
  }
  .red {
    color: #BF0000 !important;
  }
}
@media screen and (min-width: 757px) {
  .o-schedule_table_01 {
    th {
      width: 320px;
    }
    td {
      width: 512px;
    }
  }
}

.o-schedule_table_ex01 {
  display: table;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-align: -webkit-center;
  color: #333333 !important;
  background-color: #FFFFFF;
  width: 100%;
  .tr {
    display: table-row;
    width: 100%;
  }
  .th, .td  {
    display: table-cell;
    //border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    padding: 12px 0;
//    width: 33%;
    text-align: center;
    text-align: -webkit-center;
  }
  .th {
    width: 26%;
    background-color: #F7F7F7;
    vertical-align: middle;
  }
  .th:nth-child(n+2) {
    width: 37%;
  }
  .td {
    width: 37%;
    font-weight: 400;
    vertical-align: middle;
    padding: 12px 8px;
  }

  .yearcaption {
    font-size: 14px;
    font-weight: 700;
    height: 28px;
    width: 99%;
    padding: 0;
    color: #FFFFFF;
    background-color: #686868;
    border-bottom: none;
  }
  .chkdate {
    background-color: #FFE8E8;
  }
  .span2 {
    //width: 66%;
    width: 74%;
  }
  sup {
    font-size: 12px;
  }
  .caption {
    font-size: 16px;
    .small {
      display: block;
      font-size: 14px;
    }
  }
  .date {
    font-size: 14px;
  }
  .mini {
    display: block;
    font-size: 12px;
  }
  .strong {
    font-weight: 500;
  }
  .red {
    color: #BF0000 !important;
  }
}
@media screen and (min-width: 757px) {
  .o-schedule_table_ex01 {
    .th, .td  {
      width: 33%;
    }
    .th {
      //width: 320px;
    }
    .td {
      //width: 512px;
    }
    .yearcaption {
      width: 99%;
    }
    .chkdate {
    }
    .span2 {
      width: 66%;
    }
    .caption {
      font-size: 18px;
      .small {
        display: block;
        font-size: 16px;
      }
    }
    .date {
      font-size: 16px;
    }
  }
}

/* プラン */
.a-plan_description {
  width: 100%;
  display: flex;
  gap: 16px;;
  flex-flow: wrap;
}
@media screen and (min-width: 757px) {
  .a-plan_description {
    display: flex;
    gap: 24px;
    flex-flow: nowrap;
  }
}

.o-plan_area {
  background-color: #FFF5F5;
  border-radius: 8px;
  color: #333333;
  //width: 288px;
  width: 100%;
  padding: 16px;

      text-align: center;
      text-align: -webkit-center;

  .image {
    //justify-self: center;
    margin-bottom: 16px;

    img {
      width: 80px !important;
      height: 80px !important;
      margin-right: 24px;
    }

    > span {
      display: inline-block;
      vertical-align: top;
      margin-top: 16px;
      //text-align: center;
      //text-align: -webkit-center;

      font-size: 18px;
      font-weight: 500;
      line-height: 1.4;
      .red {
        color: #BF0000;
      }
    }
  }
  .o-plan_capinet {
    display: flex;
    flex-flow: wrap;
    gap: 16px;
  }
}
@media screen and (min-width: 757px) {
  .o-plan_area {
    height: 290px;
    //width: 100%;
    padding: 24px;
    .image {
    }
    .o-plan_capinet {
      gap: 24px;
    flex-flow: nowrap;
      height: 146px;
    }
  }
}

/* プラン個別 */
.visit70_plan {
  --plan_color: #7C2280;
}
.visit50_plan {
  --plan_color: #D61F44;
}
.no_visit_plan {
  --plan_color: #418082;
}

.o-plan_box {
  display: block;
  color: var(--plan_color);
  background-color: #FFFFFF;
  border: 1px solid var(--plan_color);
  width: 100%;
  min-width: 290px;
  height: 146px;

  .title {
    color: #FFFFFF;
    background-color: var(--plan_color);
    height: 47px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    padding: 8px;
    text-align: center;
    text-align: -webkit-center;

    display: flex;
    align-items: center;
    justify-content: center;

    > span {
      display: inline-block;
      //vertical-align: -webkit-baseline-middle;
    }

    .small {
      font-size: 16px;
    }
    .large {
      font-size: 24px;
    }
  }

  .item {
    display: flex;
    padding: 16px;

    .detail {
      width: 100%;
      justify-items: center;

      .sub_caption {
        text-align: center;
        text-align: -webkit-center;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.2;
        border: 1px solid var(--plan_color);
        border-radius: 4px;
        width: 104px;
        height: 25px;
        padding: 4px 0;
        border-radius: 40px;
      }

      .memo {
        color: #333333;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.6;
        padding-top: 12px;
        
        &.amount {
          padding-top: 4px;
        }
        
        .amount {
          font-size: 32px;
          font-weight: 700;
          line-height: 1.2;
          color: #BF0000;
        }
        .percent {
          font-size: 18px;
          font-weight: 700;
          line-height: 1.2;
        }
      }
    }
  }
}

/* お支払い例 */
.o-payment-example {
  justify-self: left;
  width: 100%;

  .patient {
    display: flex;
    line-height: 1.6;
    width: 100%;

    .image {
      width: 120px;
      img {
        min-width: 120px;
        max-width: 120px;
      }
    }
    .detail{
      width: calc( 100% - 120px );
      margin-left: 16px;
      margin-top: 9px;

      .name {
        text-align: left;
        font-size: 18px;
        font-weight: 400;
      }
      .data {
        text-align: right;
        margin-top: 16px;
        .insurance_caption {
          font-size: 16px;
          font-weight: 700;
          color: var(--plan_color);
          margin-right: 8px;
        }
        .insurance_amount {
          font-size: 16px;
          font-weight: 500;
          margin-top: 16px;

          .amount {
            font-size: 18px;
          }
        }
      }
    }
  }

  .caption {
    width: 146px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    padding: 4px 24px;
    border-radius: 40px;
    color: #FFFFFF;
    background-color: var(--plan_color);
    text-align: center;
    text-align: -webkit-center;
  }
  
  .memo {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #333333;
    
    .amount{
      font-weight: 700;
     .num {
       font-size: 20px;
     }
     .red {
       color: #BF0000;
     }
    }
  }
}
@media screen and (min-width: 757px) {
  .o-payment-example {
    .patient {
      .detail{
        margin-left: 32px;
        margin-top: 23px;
      }
    }

    .caption {
      font-weight: 500;
    }
  }
}

/* 対象カード */
.o-ex-patient {
  color: #333333;
  margin-bottom: 8px;

  .symptoms {
    .caption {
      display: inline-block;
      vertical-align: middle;

      .case {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.6;
        background-color: #FFE8E8;
        padding: 2px 24px;
        border-radius: 40px;
        margin-right: 16px;
      }
    }

    .name {
      display: inline-block;
      vertical-align: middle;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.4;
    }
  }
  .patient {
    display: grid;
    grid-auto-flow: column;

    .type {
      display:table;
      span {
        display:table-cell;
        vertical-align:middle;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
      }
    }
    .image {
      display: inline-block;
      width: 90px;
      height: 90px;
      justify-self: right;

      img {
        width: 90px;
        height: 90px;
      }
    }
  }
}
@media screen and (min-width: 757px) {
  .o-ex-patient {
    .symptoms {
      .caption {
        .case {
          font-size: 24px;
        }
      }

      .name {
        font-size: 32px;
      }
    }
    .patient {
      .type {
        span {
          font-size: 22px;
        }
      }
      .image {
      }
    }
  }
}

/* 治療例 */
.o-ex-treatment {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  .caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #333333;
    text-align: left;
    margin-bottom: 8px;
  }
  .detail {
    .cost_list {
      //background-color: #FFFFFF;
      li {
        display: grid;
        grid-auto-flow: column;
        padding: 8px 16px;
        background-color: #FFFFFF;

        .name {
          text-align: left;
          padding-right: 14px;
        }
        .amount {
          text-align: right;
          display: grid;
          align-items: center;
          padding-left: 16px;
        }
      }
      li:nth-child(1) {
        border-radius:8px 8px 0px 0px ;
      }
      li:nth-last-child(1) {
        background-color: #D1D1D1;
        border-radius: 0px 0px 8px 8px;
      }
    }
  }
}
@media screen and (min-width: 757px) {
  .o-ex-treatment {
    .detail {
      .cost_list {
        li {
          padding: 8px 24px;
        }
      }
    }
  }
}


.o-ex-total_treatment {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  text-align: -webkit-center;
  color: #333333;

  .item {
    line-height: 1.2;
    margin-left: 8px;
    .amount {
      font-size: 24px;
      font-weight: 700;
      color: #BF0000;
    }
  }
}

/* お支払い例メモ */
.o-ex-payment_memo {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  text-align: -webkit-center;
  background-color: #FFFFFF;
  padding: 8px 24px;
  border-radius: 4px;

  .caption {
    color: var(--plan_color);
    font-size: 16px;
    font-weight: 700;
  }
  .detail {
    .amount {
      margin-left: 8px;
      font-weight: 700;
    }
  }
}
@media screen and (min-width: 757px) {
  .o-ex-payment_memo {
    .caption {
      font-size: 18px;
    }
  }
}

/* 主な疾病のランキング  */
.o-common-diseases_rank {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;

  .head {
    display: grid;
    grid-auto-flow: column;
    margin-bottom: 16px;

    .caption {
      .kind {
        display: inline-block;
        padding: 4px 24px;
        background-color: #FFE8E8;
      }
      .memo {
        margin-top: 8px;
        font-size: 18px;
      }
    }
    .image {
      text-align: right;
    }
  }

  .rank_list {
    display: flex;
    flex-flow: column;
    gap: 4px;

    .rank {
       display: grid;
       grid-auto-flow: column;
       gap: 8px;
       width: 100%;
       grid-template-columns: 40px auto;

      .number {
        display: block;
        position: relative;
        background-color: #F7F7F7;
        padding: 23px 8px;
        min-width: 38px;
        max-height: 68px;

        &::after {
          display: inline-block;
          position: relative;
          font-size: 12px;
          content: '位';
        }
      }
      .disease {
        font-weight: 400;
        line-height: 1.6;
        display: table;

        .name {
          display: table-cell;
          vertical-align: bottom;
        }
        .detail {
          display: table-row;
          font-size: 12px;
        }
      }
    }
  }
}
@media screen and (min-width: 757px) {
  .o-common-diseases_rank {
    .head {
      margin-bottom: 24px;
      .caption {
        .memo {
          font-size: 20px;
        }
      }
    }
  }
}


/* ----------------------------
  ジャンプボックス
 ---------------------------- */

.a-link_jump_area {
  display: flex;
  flex-flow: wrap;
  gap: 8px;
  text-align: center;
  text-align: -webkit-center;
}
@media screen and (min-width: 757px) {
  .a-link_jump_area {
    gap: 24px;
    flex-flow: nowrap;
  }
}

.o-link_jumper{
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #F7F7F7;
  border-radius: 8px;
  width: 100%;
  height: 56px;
  padding: 12px 24px;

  &::after {
    display: block;
    position: absolute;
    content: '';
    background: url(/img/pet/icon/ico_down_arrow.svg) no-repeat 0 0 / contain;
    width: 16px;
    height: 16px;
    bottom: 35%;
    right: 16px;
  }
  
  &.pls_icon {
    vertical-align: middle;
    align-items: left;
    text-align: left;
  }

  .icon {
    //margin-left: 16px;
    //margin-right: 3px;
    margin-right: 16px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
  }

  .caption {
    display: inline-flex;
    height: 100%; //height: 48px;
    vertical-align: middle;
    align-items: center;
    position: relative;
    
    &.mt {
      margin-top: 0px;
    }
    
    .note {
      display: block;
      font-size: 14px;
      padding-left: 4px;
    }
  }
}

@media screen and (min-width: 757px) {
  .o-link_jumper{
    width: 182px;
    height: 142px;
    padding: 24px 8px 16px 8px;

    &.twolines {
      padding: 16px 8px 16px 8px;
    }

    &::after {
      left: 45%;
      bottom: 16px;
    }

    &.pls_icon {
      vertical-align: middle;
      align-items: center;
      text-align: center;
      text-align: -webkit-center;
      height: 142px;
    }

    .icon {
      display: block;
      margin-left: 0px;
      margin-right: 0px;
      vertical-align: middle;
      text-align: center;
      text-align: -webkit-center;
      justify-self: center;
    }

    .caption {
      display: grid;
      height: 48px;
      vertical-align: middle;
      align-items: center;
      &.mt {
        margin-top: 8px;
      }
      margin-bottom: 8px;

      .note {
        padding-left: 0;
      }
    }
  }
}


.o-text_link_jumper{
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;

  &::after {
    display: block;
    position: absolute;
    content: '';
    background: url(/img/pet/icon/ico_down_arrow.svg) no-repeat 0 0 / contain;
    width: 16px;
    height: 16px;
    top: 15%;
    right: -20px;
  }
}


/* ----------------------------
  タブ
 ---------------------------- */
 
.o-tab-box { 
  display: block;
  width: 100%;
}

.o-tab-box_inner { 
  display: block;
  width: 100%;

  &.narrow {
    justify-self: center;
    width: auto;
  }
}
@media screen and (min-width: 757px) {
  .o-tab-box_inner { 
    &.narrow {
      width: 664px;
    }
  }
}

.o-tab-box_header { 
  display: table;
  width: 100%;
  height: 48px;
  table-layout: fixed;
  &.limited {
  }
}
@media screen and (min-width: 757px) {
  .o-tab-box_header { 
    height: 59px;
    &.limited {
      width: 1008px;
      justify-self: center;
    }
  }
}

.o-tab-box_item {
  position: relative;
  display: table-cell;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-align: -webkit-center;
  vertical-align: middle;
  cursor: pointer;

  color: #686868;
  //border-bottom: none;
  border-bottom: 1px solid #D1D1D1;
  padding: 8px 0;

  &:hover {
    background-color: #FFE8E8;
  }
  &:focus {
    bvorder: 1px solid #D80000;
  }

  &.is-active:not(&.not-selected), &.selected {
    font-weight: 700;
    color: #BF0000;
    border-bottom: 1px solid #BF0000;
    &:after {
      content: '';
      position: absolute;
      top: calc( 100% - 2px);
      left: 0px;
      background-color: #BF0000;
      height: 2px;
      width: 100%;
      display: inline-block;
    }
  }
  /*
  &.selected {
    font-weight: 700;
    color: #BF0000;
    border-bottom: 1px solid #BF0000;
    &:after {
      content: '';
      position: absolute;
      top: calc( 100% - 2px);
      left: 0px;
      background-color: #BF0000;
      height: 2px;
      width: 100%;
      display: inline-block;
    }
  }
  */
}
@media screen and (min-width: 757px) {
  .o-tab-box_item {
    font-size: 18px;
    padding: 12px 0;

    &.is-active {
    }
  }
}

.o-tab-box_body { 
  width: 100%;
  //border: 1px solid #D1D1D1;
  border-top: 1px solid #D1D1D1;
  background-color: #F7F7F7;
  padding: 16px;

  &.no_border {
    padding: none !important;
    border-top:none;
    background: none;
    padding: 0;
    > div {
      background: none;
      border-radius: 0 !importnat
    }
    > .show_panel {
      display:block !important;
    }
  }

  > div {
    display:none;
    background-color: #F7F7F7;
    border-radius: 8px;
    &.active {
      display:block;
    }
  }
  .o-item {
    border-radius: 8px;
    background-color: #FFFFFF;
    align-items: center;
    justify-items: center;
    padding: 24px 16px;
    border: 1px solid #D1D1D1;
    
    &.no-border {
      border: none;
      padding: 16px;
    }
  }
  
}
@media screen and (min-width: 757px) {
  .o-tab-box_body {
    padding: 40px;

    > div {
      &.active {
      }
    }

    .o-item {
      //border: none;
      align-items: center;
      justify-items: center;
      padding: 24px 40px;

      &.no-border {
        padding: 40px;
      }
    }
  }
}


/* ----------------------------
  ボタン
 ---------------------------- */

.a-face_btn_red {
  --btn_color: #BF0000;
  --btn_border_color: #BF0000;
  --btn_background_color: #FFFFFF;
}
.a-face_btn_red_rev {
  --btn_color: #FFFFFF;
  --btn_border_color: #BF0000;
  --btn_background_color: #BF0000;
}
.a-face_btn_gray {
  --btn_color: #686868;
  --btn_border_color: #686868;
  --btn_background_color: #FFFFFF;
}
.a-face_btn_pdf {
  --btn_color: #333333;
  --btn_border_color: #686868;
  --btn_background_color: #FFFFFF;
}
.a-face_btn_blue {
  --btn_color: #077DB8;
  --btn_border_color: #077DB8;
  --btn_background_color: #FFFFFF;
}
.a-face_btn_modal_close {
  --btn_color: #333333;
  --btn_border_color: #828282;
  --btn_background_color: #FFFFFF;
}

[class*="a-face_btn"] {
    color: var(--btn_color);
    border: 1px solid var(--btn_border_color);
    background-color: var(--btn_background_color);
    border-radius: 50%;
    display: inline-block;

    &.rd64 {
      border-radius: 64px;
    }
    &.rd50 {
      border-radius: 50px;
    }
    &.rd40 {
      border-radius: 40px;
    }
    &.rd30 {
      border-radius: 30px;
    }
    &.rd4 {
      border-radius: 4px;
    }
    &.rd60_30{
      border-radius: 30px;
    }
}
@media screen and (min-width: 757px) {
  [class*="a-face_btn"] {
    &.rd60_30{
      border-radius: 60px;
    }
  }
}

/* 見積＆資料請求 */
.o-button_type01 {
  position: initial;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-align: -webkit-center;
  width: 273px;
  height: 49px;
  padding: 12px 0;
}
@media screen and (min-width: 757px) {
  .o-button_type01 {
    font-size: 24px;
    width: 320px;
    height: 58px;
  }
}

/* 見積 */
.o-button_type02 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  padding: 12px 0;
  width: 273px;
  height: 49px;

  text-align: center;
  text-align: -webkit-center;
}
@media screen and (min-width: 757px) {
  .o-button_type02 {
    font-size: 28px;
    padding: 24px 0;
    width: 492px;
    height: 87px;
  }
}

.o-button_type03 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  padding: 12px 24px;
  text-align: center;
  text-align: -webkit-center;
  &.fixsize_01 {
    padding: 12px 20px;
    height: 49px;
    width: 246px;
  }
  &.fixsize_02 {
    padding: 12px 20px;
    width: 134px;
    height: 56px;

    display: flex;
    align-items: center;
    justify-content: center;

    > span {
      display: inline-block;
      vertical-align: -webkit-baseline-middle;
    }
  }
  &.freesize_01 {
    padding: 12px 40px;
  }
  &.freesize_02 {
    padding: 12px 24px;
    height: 49px;
    width: auto;
  }

}
@media screen and (min-width: 757px) {
  .o-button_type03 {
    &.fixsize_01 {
      //width: 202px;
    }
    &.freesize_01 {
    }
  }
}


.o-button_type04 {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 12px 0;
  text-align: center;
  text-align: -webkit-center;
}

.o-button_type05 {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  padding: 12px 0;
  text-align: center;
  text-align: -webkit-center;

  width: 191px;

  span {
   font-size: 16px;
   font-weight: 500;
   line-height: 1.4;
    &:before {
      margin-right: 4px;
      vertical-align: text-top;
    }
  }
}

.o-button_type06 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  padding: 12px 24px;
  text-align: center;
  text-align: -webkit-center;
  width: 100%;
}
@media screen and (min-width: 757px) {
  .o-button_type06 {
    width: auto;
  }
}

.o-button_type07 {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  padding: 6px 24px;
  text-align: center;
  text-align: -webkit-center;
  width: auto;
}
@media screen and (min-width: 757px) {
  .o-button_type07 {
    width: auto;
  }
}

.a-button_base {
  display: block;
  position: relative;
  justify-items: center;
  z-index: 1;

  font-size: 1.2rem;
  color: #BF0000;
  background-color: #FFE8E8;
  text-align: center;
  text-align: -webkit-center;
  font-weight: 700;
  line-height: 1;
  align-items: center;

  width: 100%;
  margin: 0 auto 0;
  letter-spacing: 0;

  &.two_btns {
    height: 202px;
    .blank_area {
      display:none;
    }
  }
  &.one_btn {
    height: 137px;
  }

}
@media screen and (min-width: 757px) {
  .a-button_base {
    font-size: 1.6rem;
    //margin: 0 auto 24px;
    margin: 0 auto 0;
    &.two_btns {
      height: 178px;
      align-items: baseline;

      .blank_area {
        display: block;
        padding-top: 40px !important;
      }
    }
    &.one_btn {
      margin: 0 auto 0;
      height: 218px;
    }
  }
}

.a-1botton_large {
  display: grid;
  align-items: center;
  height: 100%;
  gap: 16px;
  padding: 24px;
  justify-items: center;
}

.a-2botton_large {
  display: inline-grid;
  align-items: center;
  height: 100%;
  gap: 16px;
  padding: 24px;
}
@media screen and (min-width: 757px) {
  .a-2botton_large {
    display: inline-grid;
    align-items: center;
    gap: 24px;
    grid-auto-flow: column;
  }
}


.a-button_level01 {
  display: inline-flex;
  flex-flow: column;
  align-items: center;
  width: 273px;
}
@media screen and (min-width: 757px) {
  .a-button_level01 {
    width: 320px;
  }
}


.a-button_level02 {
  display: inline-flex;
  flex-flow: column;
  align-items: center;
  width: 273px;
}
@media screen and (min-width: 757px) {
  .a-button_level02 {
    width: 492px;
  }
}

/* ----------------------------
  ツールチップ
 ---------------------------- */

.tooltip1 {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  font-size: 16px;
  text-decoration: underline !important;
  text-decoration-color: #077DB8 !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px;
  line-height: 1.6;

  .desc {
    z-index: 13;
    display: block;
    left: 0%;
    bottom: 100%;
    min-width: 320px;
    //max-width: 90%;
    width: 100%;
   font-size: 14px;
   line-height: 1.6;
  }
  &:not(:hover) {
    .desc {
      display:none;
    }
  }
  &.icon_only {
    position: absolute;
    margin-left: 6px;
    margin-top: 1px;
    .desc {
      left: -600% !important;
    }
  }
}
@media screen and (min-width: 757px) {
  .tooltip1 {
    .desc {
      width: 406px;
      max-width: 406px;
      font-size: 14px;
      line-height: 1.6;
      left: 0%;
    }
  }
}

.tooltip-info {
  strong {
    font-weight: 700;
  }
}
.icon_tooltip,
.icon_tooltip_point {
  display: block;
  margin: 0 15px 0 0;
  padding: 0;
  color: #077DB8;
}
.icon_tooltip_point {
  margin: 0 16px 0 -5px;
  color: #333;
}
.tooltip-description {
  display: block;
  position: absolute;
  padding: 16px;
  //font-size: 1.6rem;
  //line-height: 19.5px;
  text-indent: 0;
  color: #333;
  border-radius: 4px;
  background: #E6F5FF;
  border: 1px solid #077DB8;
  //font-weight: 400;
  margin-bottom: 15px;
  text-align: left !important;
  height: auto;
  top: auto;
  right: auto;
  bottom: 100%;
  left: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  &::after,
  &::before {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 89px;
  }
  &.pos_icon {
    &::after,
    &::before {
      left: 205px;
    }
  }
  &:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 11px;
    border-bottom-width: 12px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-top-color:  #E6F5FF;
  }
  &::before {
    content: "";
    position: absolute;
    border-color: rgba(42, 102, 192, 0);
    border-top-width: 13px;
    border-bottom-width: 13px;
    border-left-width: 11px;
    border-right-width: 12px;
    margin-left: -11px;
    border-top-color:  #077DB8;
  }
  .title {
    text-align: left !important;
    display: inline-block;
    font-weight: 700;
    padding-bottom: 8px;
  }
  .memo {
    text-align: left !important;
    font-weight: 400;
    line-height: 1.6;
    display: inline-block;
    sup {
      font-size: 10px;
    }
  }
}


/* question */
.icon_tapArea {
  display: flex;
  vertical-align: bottom;
  &:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: 0px;
    bottom: 3px;
    width: 14px;
    height: 24px;
    border-radius: 50%;
  }
}
.icon_questionMark {
  &::before {
    position: static;
    display: inline-block;
    box-sizing: border-box;
    content: "";
    font-size: 1rem;
    color: #ffffff;
    font-weight: 700;
    background: url("/img/pet/icon/ico_help.svg") center center no-repeat;
    vertical-align: middle;
    margin-right: 4px;
  }
  &.icon_only {
    &::before {
      position: relative;
    }
  }
}

/* 肉球付きテキスト */
.o-paws_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;

  position: relative;
  margin-left: 32px;
  &::before {
    position: absolute;
    display: block;
    content: '';
    background: url(/img/pet/icon/ico_paws_lightcolor.svg) center / contain no-repeat;
    width: 16px;
    height: 100%;
    top: 0px;
    left: -27px;
  }

  /*
  &::before {
    display: inline-block;
    content: '';
    background: url(/img/pet/icon/ico_paws_lightcolor.svg) center / contain no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-top: 1px;
  }
  */

  sup {
    font-size: 10px;
  }
  
  &.sp_sml {
    font-size: 16px;
    sup {
      font-size: 8px;
    }
  }
}
@media screen and (min-width: 757px) {
  .o-paws_text {
    &.sp_sml {
      font-size: 18px;
      sup {
        font-size: 10px;
      }
    }
  }
}


/* チェック付きテキスト */
.o-checked_text {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  margin-left: 32px;
  
  &::before {
    position: absolute;
    display: block;
    content: '';
    background: url(/img/pet/icon/ico_checked.svg) center / contain no-repeat;
    width: 18px;
    height: 100%;
    top: 0px;
    left: -27px;
  }

  sup {
    font-size: 10px;
  }
}



/* ----------------------------
  パネル
 ---------------------------- */

.o-grid_panel {
  display: grid;
  gap: 32px;
  grid-auto-flow: row;
  
  &.product_list {
  }

  &.payment_box {
    gap: 16px;
  }
  
  &.treatment_box {
    gap: 16px;
  }

}
@media screen and (min-width: 757px) {
  .o-grid_panel {
    grid-auto-flow: column;
    &.product_list {
      grid-template-columns: 488px 488px;
    }

    &.payment_box {
      gap: 24px;
    }

    &.treatment_box {
      grid-auto-flow: row;
      gap: 24px;
    }

  }
}

.o-frame_panel {
  display: inline-block;
  border-radius: 8px;
  color: #333333;

  &.type01 {
    border: 1px solid #FB9A9A;
    padding: 16px;
    .caption {
      font-size: 18px;
      font-weight: 700;
      line-height: 1.4;
    }
  }

  &.type02 {
    border: 1px solid #FB9A9A;
    //padding: 24px 32px;

    .caption {
      background-color: #FFE8E8;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.6;
      color: #333333;
      padding: 12px;
      border-radius: 8px 8px 0px 0px ;
    }

    .top_block {
      margin: 16px;
      font-size: 16px;
    }
    .bottom_block {
      margin: 16px;
    }

  }

  &.type03 {
    display: block;
    border: 1px solid #B6B6B6;
    padding: 24px 16px;
    text-align: left;
    
  }
  &.type04 {
    display: block;
    border-radius: 0px;
    background-color: #F7F7F7;
    padding: 16px;
    text-align: center;
    text-align: -webkit-center;
    
    &.ph {
      padding: 24px 16px;
    }
  }

  &.type05 {
    border: 2px solid #FB9A9A;
    border-top: 6px solid #FB9A9A;
    border-bottom: 6px solid #FB9A9A;
    padding: 32px 24px;
    * {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.4;
    }
  }
  &.type06 {
    display: block;
    border: 1px solid #B6B6B6;
    padding: 24px 16px;
  }
  &.type07 {
    display: block;
    border: 1px solid #B6B6B6;
    padding: 32px 16px;
    &.limited {
    }
  }
  &.type08 {
    display: block;
    border: 1px solid #B6B6B6;
    padding: 24px 16px;
  }

  .bold {
    font-weight: 700 !important;
  }
  .red {
    color: #BF0000  !important;
  }
}
@media screen and (min-width: 757px) {
  .o-frame_panel {
    &.type01 {
      padding: 24px 32px;

      .caption {
        font-size: 24px;
      }
    }

    &.type02 {
      //padding: 24px 32px;
      width: 664px;

      .caption {
        font-size: 24px;
      }

      .top_block {
        margin: 24px;
        font-size: 18px;
      }
      .bottom_block {
        margin: 24px 24px 16px 24px;
      }
    }

    &.type03 {
      display: block;
      //padding: 48px 24px;
      padding: 48px;
    }
    &.type04 {
      display: block;
      padding: 40px;

      &.ph {
        padding: 40px;
      }
    }
    &.type05 {
      width: 664px;
      //border: 1px solid #FB9A9A;
      padding: 48px;
      * {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.4;
      }
    }
    &.type07 {
      padding: 40px;
      &.limited {
        width: 664px;
      }
    }
    &.type08 {
      padding: 32px;
    }

  }
}


.o-topic_panel {
  border: 2px solid #FB9A9A;
  border-top: 6px solid #FB9A9A;
  border-bottom: 6px solid #FB9A9A;
  border-radius: 10px;
  text-align: left;
  text-align: -webkit-left;

  width: 100%;
  padding: 24px;

  &.top {
    color: #333333;
    padding: 32px 24px;
    
    .caption {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.6;
      width: 176px;
      height: 30px;
      padding: 2px 24px;
      border-radius: 40px;
      background-color: #FFE8E8;
    }
    .memo {
      text-align: left;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.6;
    }

    .red {
      color: #BF0000;
    }
    .strong {
      font-weight: 500;
    }
  }
}
@media screen and (min-width: 757px) {
  .o-topic_panel {
    padding: 48px;
    width: 664px;
    &.top {
      padding: 48px;
      .memo {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.6;
      }
    }
  }
}

.o-topic_img {
  text-align: center;
  text-align: -webkit-center;
  //width: 100%;
  z-index: 1;

  &.top {
     margin-bottom: -80px;
    //margin-bottom: calc( 11dvh * -1);
 /*    width: 80%;
    zoom: 0.25;
    */

  }
}
@media screen and (min-width: 757px) {
  .o-topic_img {
    &.top {
      margin-bottom: -105px;
 /*    width: auto;
    zoom: 0.33;
    */

    }
  }
}

.o-width_fit {
  width: auto;
  &.ptn01 {
  }
  &.ptn02 {
  }
}
@media screen and (min-width: 757px) {
  .o-width_fit {
    &.ptn01 {
       margin-top: 0px;
       display: inline-block;
      justify-self: center;
      width: 664px;
    }
    &.ptn02 {
       margin-top: 0px;
      justify-self: center;
      width: 664px;
    }
  }
}


/* ----------------------------
  装飾
  ---------------------------- */
.o-ico_pdf {
  display: inline-block;
  position: relative;
  --pdfsize: 16px;
  
  &.narrow {
    --pdfsize: 13px;
  }
}
.o-ico_pdf:before {
  position: relative;
  background: url(/img/pet/icon/icon-pdf2.svg) no-repeat; 
  background-position: center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: var(--pdfsize);
  width: var(--pdfsize);
  //top: 2px;
  vertical-align: middle;
//  margin-right: .25em;
}

.o-ico_pdf_red {
  display: inline-block;
  position: relative;
  --pdfsize: 20px;
  
}
.o-ico_pdf_red:before {
  position: relative;
  background: url(/img/pet/icon/icon-pdf.svg) no-repeat; 
  background-position: center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: var(--pdfsize);
  width: var(--pdfsize);
  //top: 2px;
  vertical-align: middle;
  margin-right: 8px;
//  margin-right: .25em;
}


.u-object-center {
 justify-items: center;
}

.u-margin-center {
 margin: 0 auto;
}

.o-img_webp {
  zoom: 0.33;
  text-align: center; /* iOS add */
  text-align: -webkit-center;
}


.o-text_link {
  color: #077db8;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}


.o-sep_h-line {
  border-left: 0;
  border-bottom: 1px dashed #B6B6B6;
}

.o-sep_v-line {
  border-left: 1px dashed #B6B6B6;
  border-bottom: 0;
}

.bd-r4 {
  border-radius: 4px;
}
.bd-r8 {
  border-radius: 8px;
}
.bd-r40 {
  border-radius: 40px;
}

/* ----------------------------
  文字装飾
 ---------------------------- */

.mark-text_pink {
  display: inline-block;
  position: relative;

  &::before {
    content: '';
    height: 30%;
    width: 100%;
    left: 0px;
    top: 60%;
    display: inline-block;
    position: absolute;
    background-color: #ffe8e8;
    //opacity: 0.6;  
  }
  
  span {
    position: relative;
  }
}

.mark-text_pink_tall {
  display: inline-block;
  position: relative;

  &::before {
    content: '';
    height: 40%;
    width: 100%;
    left: 0px;
    top: 60%;
    display: inline-block;
    position: absolute;
    background-color: #ffe8e8;
    //opacity: 0.6;  
  }
  
  span {
    position: relative;
  }
}


.mark-text_orange {
  display: inline-block;
  position: relative;

  &::before {
    content: '';
    height: 30%;
    width: 100%;
    left: 0px;
    top: 60%;
    display: inline-block;
    position: absolute;
    background-color: #FAECD3;
    //opacity: 0.6;  
  }
  
  span {
    position: relative;
  }
}


.s-stretch {
  display: inline-block;
}

.o-notes {
  margin-top: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 757px) {
  .o-notes {
    margin-top: 24px;
  }
}

.note-style {
  color: #686868;
  li {
    font-size: 12px !important;
    font-weight: 400;
    margin-bottom: 4px;
    line-height: 1.6;
  }
  li:last-child {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 757px) {
  .note-style {
    li {
//      font-size: 14px !important;
      font-size: 1.4em !important;
      font-weight: 400;
    }
  }
}


/* ----------------------------
  ステート変化
  ---------------------------- */

a { /* Remove Link Style */
  &:hover,
  &:focus,
  &:active,
  a:hover,
  a:focus,
  a:active {
    text-decoration: none;
    outline: none !important;
  }
  .a-text_link {
    color: currentColor;
    text-decoration: none;
  }
}

.s-link_reverse {
  cursor: pointer;

  --sv_background-color: #FFFFFF;
  --sv_border-color: #BF0000;
  &:hover {
    box-shadow: 0 0 10px #D1D1D1;
    color: var(--sv_background-color);
    background-color: var(--sv_border-color);
  }
  &:focus {
    box-shadow: 0 0 10px #D1D1D1;
    color: var(--sv_background-color);
    background-color: var(--sv_border-color);

    border: 0;
    outline: none !important;
    border: none !important;
    transform: none;
  }
}

.s-link {
  text-decoration-color: #077db8;
  &:hover {
    text-decoration-thickness: 2px !important;
    text-decoration: underline;
  }
  &:focus {
    text-decoration: none;
    outline: 1px solid  #077DB8 !important;
    border-radius: 4px;
  }
}

.s-card-link {
  cursor: pointer;

  &:hover {
    box-shadow: 0 0 10px #D1D1D1;
  }
  &:focus {
    box-shadow: 0 0 10px #D1D1D1;
    border: 0;

    outline: none !important;
    border: none !important;
    transform: none;
  }
}


.s-btn-link {
  cursor: pointer;
  outline: none;
  outline-offset: -3px;

  &:hover {
    background-color: #8C0000;
    color: #FFFFFF !important;
    outline: none;
    border-color: #8C0000;
  }
  &:focus {
    background-color: #BF0000;
    color: #FFFFFF !important;
    outline: 1px solid #FFFFFF !important;;
    border-color: #BF0000;
  }
  &:active {
    background-color: #590000;
    color: #FFFFFF !important;
    outline: none;
    border-color: #590000;
  }
}

.s-btn-link_gray {
  cursor: pointer;
  outline: none;
  outline-offset: -3px;

  &:hover {
    background-color: #686868;
    color: #FFFFFF !important;
    outline: none;
    border-color: #686868;
  }
  &:focus {
    background-color: #828282;
    color: #FFFFFF !important;
    outline: 1px solid #FFFFFF !important;;
    border-color: #828282;
  }
  &:active {
    background-color: #4D4D4D;
    color: #FFFFFF !important;
    outline: none;
    border-color: #4D4D4D;
  }
}


/* ----------------------------
  モーダル
 ---------------------------- */

/* ウィンドウ */
.a-modal_window {
  position: fixed;
  left: 50%;
  bottom: 0;
  min-height: 95%;
  max-height: 95%;

  max-width: 90%;
  width: 0;
  height: auto;
  overflow: hidden;
  background: #fff;
  transform: translateX(-50%);
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-50%) translateY(-2%);

  border-radius: 25px;
}
@media screen and (min-height: 785px)  and (max-width: 756px) {
  .a-modal_window {
    min-height: 0;
    max-height: 697px;
    height: 697px;
  }
}

.a-modal_window.-isShow {
  min-width: 30%;
  max-width: 90%;
  min-height: 95%;
  max-height: 95%;
  top: auto;

  width: 90%;
  height: 90%;

  position: fixed;
  padding: 0;
  box-sizing: border-box;
  overflow-y:visible;
  z-index: 10001;
  opacity: 1;
  
  &.type01 {
    .a-modal_scroll {
      height: auto !important;
    }
  }
}
@media screen and (min-width: 757px) {
  .a-modal_window.-isShow {
    &.type01 {
      width: 836px !important;
      height: 95% !important;
      max-width: none;
      max-height: 1008px;
    }
  }
}
@media screen and (max-width: 756px) {
  .a-modal_window.-isShow {
    &.type01 {
      top: 0px;
      left: 0px;
      max-width: 100% !important;
      max-height: 100% !important;
      width: 100% !important;
      height: 100% !important;
      border-radius: 0px !important;
      transform: none;
    }
  }
}
@media screen and (min-height: 785px) and (max-width: 756px) {
  .a-modal_window.-isShow {
    min-height: 697px;
    max-height: 697px;
    height: 697px;
    top: calc( (100vh - 697px) / 2 );
  }
}

@media screen and (min-width: 757px) {
  .a-modal_window {
    min-height: 0;
    //min-height: 40%;
    max-height: 80%;
    bottom: 50%;
    border-radius: 25px;
    transform: translateX(-50%) translateY(50%);
  }
  .a-modal_window.-isShow {
    bottom: 50%;
    min-height: 0;
    //min-height: 40%;
    max-height: 80%;

    width: 836px;
    height: 412px;

    overflow-y: scroll;
  }
  .a-modal_window.-isShow::-webkit-scrollbar {
    width: 12px;
  }
  .a-modal_window.-isShow::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    background-clip: padding-box;
    border-right: 4px solid transparent; 
    border-left: 4px solid transparent; 
  }
  .a-modal_window.-isShow::-webkit-scrollbar-track {
    border: none;
//    margin: 8px 0 8px;
  }
}
.a-modal_scroll {
  position: relative;
  padding: 56px 16px;
  z-index: 199999;
}
@media screen and (min-height: 785px) and (max-width: 756px) {
  .a-modal_scroll {
    height: 697px;
  }
}
@media screen and (min-width: 757px) {
  .a-modal_scroll {
    padding: 64px 48px;
    height: 412px;
  }
}
.a-modal_content {
  justify-items: center;
}
@media screen and (min-width: 757px) {
  .a-modal_content {
    //margin: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .a-modal__headline {
    transform: translateX(-2px);
  }
}

/* 背景 */
.a-modal_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(28,28,28,0.8); // #1C1C1C 80% ;
  opacity: 0.8;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease, z-index 0.1s 0.3s;
}
.a-modal_bg.active {
  background-color: rgba(28,28,28,0.8); // #1C1C1C 80% ;
  opacity: 0.8;
  z-index: 10000;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease, z-index 0.1s;
}

/* 閉じるボタン（X） */
.a-modal_btn_close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  transform: translate(-36px, -12px);
}
.a-modal_btn_close button {
  border: none;
  display: inline-flex;
}
.a-modal_btn_close button:focus-visible .o-modal_icon_close::before {
}

.o-modal_icon_close {
  position: relative;
  line-height: 1;
  text-transform: none;
}
.o-modal_icon_close::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';

  background: url(/img/pet/icon/ico_modal_close.svg)  center / contain  no-repeat;

  box-sizing: border-box;
  border: 0;
  margin-bottom: 0;

  height: 18px;
  width: 18px;
}
@media screen and (min-width: 757px) {
  .o-modal_icon_close::before {
    height: 23px;
    width: 23px;
    top: 10px;
    left: 0px;
  }
}

.js-multi-modal-close {
  cursor: pointer;
}


/* ----------------------------
  非表示
  ---------------------------- */
.js-tab-target_wrap .js-tab-target_page:not(:first-of-type), .js-accordion-target, .js-accordion-radio-target {
    display: none;
}


