html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}
.remodal,
[data-remodal-id] {
    display: none
}

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none
}

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    content: ''
}

.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.remodal {
    position: relative;
    outline: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

.remodal-is-initialized {
    display: inline-block
}

.remodal-bg.remodal-is-opened,
.remodal-bg.remodal-is-opening {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.remodal-overlay {
    background: rgba(43, 46, 56, .9)
}

.remodal-overlay.remodal-is-closing,
.remodal-overlay.remodal-is-opening {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes
}

.remodal-wrapper {
    padding: 10px 10px 0
}

.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 35px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff
}

.remodal.remodal-is-closing,
.remodal.remodal-is-opening {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes
}

.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes
}

.remodal,
.remodal-wrapper:after {
    vertical-align: middle
}

.remodal-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    overflow: visible;
    width: 5rem;
    height: 5rem;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color .2s;
    transition: color .2s;
    text-decoration: none;
    color: #999;
    border: 0;
    outline: 0;
    background: 0 0
}

.remodal-close:focus,
.remodal-close:hover {
    color: #333
}

.remodal-close:before {
    font-family: Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif !important;
    font-size: 5rem;
    line-height: 5rem;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 5rem;
    content: '×';
    text-align: center
}

.remodal-cancel,
.remodal-confirm {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0
}

.remodal-confirm {
    color: #fff;
    background: #81c784
}

.remodal-confirm:focus,
.remodal-confirm:hover {
    background: #66bb6a
}

.remodal-cancel {
    color: #fff;
    background: #e57373
}

.remodal-cancel:focus,
.remodal-cancel:hover {
    background: #ef5350
}

.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner,
.remodal-confirm::-moz-focus-inner {
    padding: 0;
    border: 0
}

.lt-ie9 .remodal-overlay {
    background: #2b2e38
}

.lt-ie9 .remodal {
    width: 1140px
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

main {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-weight: 400
}

ol,
ul {
    list-style: none
}

strong {
    font-weight: 700
}

em {
    font-style: normal
}

address {
    font-style: normal
}

hr,
legend {
    display: none
}

time {
    display: block
}

sub,
sup {
    position: relative;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

html {
    overflow-y: scroll;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    background: #fff;
    color: #333
}

input,
select,
textarea {
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif
}

a:visited {
    color: #666
}

a:active {
    color: #666
}

.purple_mark {
    text-decoration: underline !important
}

.txRed {
    color: #c71e19
}

.aC {
    text-align: center !important
}

.aR {
    text-align: right !important
}

.clearfix:after {
    content: '';
    display: table;
    clear: both
}

.clearfix {
    zoom: 1
}

#dlpo_header {
    display: none
}

#header230707 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    pointer-events: none;
    padding-top: 10px
}

#header230707 .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    text-align: right;
    padding: 0 2.8%
}

#header230707 .btn a {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    background: #fff;
    border: 2px solid #eaf1d4;
    border-radius: 10px;
    box-shadow: 0 1px 0 rgba(119, 119, 119, .2);
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    padding-top: 35px;
    text-align: center;
    pointer-events: auto
}

#header230707 .btn a i {
    position: absolute;
    top: 12px;
    left: 13px;
    width: 30px;
    height: 2px;
    background: #007947
}

#header230707 .btn a i:nth-child(2) {
    top: 20px
}

#header230707 .btn a i:nth-child(3) {
    top: 28px
}

#fixedCta {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #e8f4ce;
    padding: 17px 0;
    text-align: center;
    transition: transform .3s, bottom .3s ease-in-out;
    transform: translateY(100%);
}
#fixedCta.is_fixed {
    transform: translateY(0);
}

#fixedCta .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2.8%
}
#fixedCta .entryBtn  {
    display: flex;
    gap: 10px; 
}

#fixedCta .entryBtn .entry,#fixedCta .entryBtn .document{
    flex: 1 1 auto;

}

#fixedCta .entryBtn a {
    position: relative;
    display: block;
    color: #fff;
    background: #ec9737;
    border: 2px solid #ec9737;
    text-decoration: none;
    border-radius: 100px;
    padding: 5px;
    transition: opacity .3s;
    line-height: 1.8;
    font-size: 3rem;
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
}

#fixedCta .entryBtn a:hover {
    opacity: .5
}

#fixedCta .entryBtn .entry a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 15px solid #fff;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: -0.3em;
}

#fixedCta .entryBtn .document a{
    background-color: #FFF;
    color: #ec9737;
    border: 4px solid #ec9737;
}

#fixedCta .entryBtn .document a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 15px solid #ec9737;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: -0.3em;
}

@media only screen and (min-width:641px) {
    .remodal {
        max-width: 1140px
    }
}

@media only screen and (min-width:769px) and (max-width:1139px) {

    #SecVoice .txt_link,
    .SecVoice__img {
        padding: 0 2.8%;
        margin: 0 auto
    }

    #SecVoice h2 {
        margin-bottom: 50px
    }
}

@media only screen and (min-width:769px),
print {
    body {
        font-family: 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        font-size: 1.6rem;
        line-height: 1.8
    }

    * {
        margin: 0
    }

    img {
        width: 100%
    }

    figure {
        text-align: center
    }

    th {
        font-weight: 700
    }

    td,
    th {
        text-align: center;
        vertical-align: middle
    }

    table {
        width: 100%
    }

    footer {
        padding: 0;
        margin: 0
    }

    .txt_link a:link {
        color: #333
    }

    .txt_link a:visited {
        color: #666
    }

    .txt_link a:active {
        color: #666
    }

    .spOnly {
        display: none !important
    }

    .aL_PC {
        text-align: left !important
    }

    .aC_PC {
        text-align: center !important
    }

    .aR_PC {
        text-align: right !important
    }

    .pcFlL {
        float: left
    }

    .pcFlR {
        float: right
    }

    .pcInlineB {
        display: inline-block
    }

    .sizeAuto {
        width: auto
    }

    .sizeFull {
        width: 100%
    }

    .size2Col {
        width: 48.15%
    }

    .size3Col {
        width: 30.866%
    }

    .size4Col {
        width: 22.225%
    }

    .pcSize2Col {
        width: 48%
    }

    .pcSize3Col {
        width: 30.866%
    }

    .pcSize4Col {
        width: 22.225%
    }

    .pcSize20per {
        width: 18.4%
    }

    .pcSize80per {
        width: 78%
    }

    .pcSize30per {
        width: 28.4%
    }

    .pcSize70per {
        width: 68%
    }

    .pcSize35per {
        width: 33.4%
    }

    .pcSize65per {
        width: 63%
    }

    .pcSize40per {
        width: 38.4%
    }

    .pcSize60per {
        width: 58%
    }

    .pcSize50per {
        width: 48%
    }

    .pcFigure_60per img {
        width: 60%;
        padding: 1rem 0
    }

    span.attention {
        font-size: 70%;
        vertical-align: 20%
    }

    .tBold {
        font-weight: 700
    }

    .tSmall {
        font-size: 80%
    }

    .tBig01 {
        font-size: 110%;
        line-height: 1.4
    }

    .tBig02 {
        font-size: 130%;
        line-height: 1.4
    }

    .tBig03 {
        font-size: 150%;
        line-height: 1.4
    }

    .tWhite {
        color: #fff
    }

    .tOrenge {
        color: #e44c0c
    }

    .tUline {
        border-top: .1rem solid #333;
        max-width: 1200px;
        margin: 0 auto;
        padding: 3rem 2.8% 12rem;
    }

    span.links_icon {
        line-height: 1;
        padding-left: .4em
    }

    span.links_icon img {
        vertical-align: middle;
        width: 1em;
        padding: 0 0 .2em 0
    }

    span.point_icon {
        line-height: 1
    }

    span.point_icon img {
        vertical-align: middle !important;
        width: 1.4em;
        margin: 0 .1em .3em 0
    }

    span.tel_icon {
        line-height: 1;
        padding-right: .4em
    }

    span.tel_icon img {
        vertical-align: middle;
        width: 1.3em;
        padding: 0 0 .2em 0
    }

    .compList span.mark {
        line-height: 1;
        padding: 0 .4em
    }

    .compList span.mark img {
        vertical-align: middle;
        width: 1.4em;
        padding: 0
    }

    .txt_gn {
        background: linear-gradient(transparent 50%, #bbdb78 20%);
        font-weight: 700
    }

    .pt-1 {
        padding-top: 10px !important
    }

    .pt-2 {
        padding-top: 20px !important
    }

    .pt-3 {
        padding-top: 30px !important
    }

    .pt-4 {
        padding-top: 40px !important
    }

    .pt-5 {
        padding-top: 50px !important
    }

    .pb-1 {
        padding-bottom: 10px !important
    }

    .pb-2 {
        padding-bottom: 20px !important
    }

    .pb-3 {
        padding-bottom: 30px !important
    }

    .pb-4 {
        padding-bottom: 40px !important
    }

    .pb-5 {
        padding-bottom: 50px !important
    }

    .accSpace {
        margin-top: 40px !important
    }

    .btnSpace {
        margin-top: 40px !important
    }

    .contSpace {
        margin-top: 50px !important
    }

    .mt-1 {
        margin-top: 10px !important
    }

    .mt-2 {
        margin-top: 20px !important
    }

    .mt-3 {
        margin-top: 30px !important
    }

    .mt-4 {
        margin-top: 40px !important
    }

    .mt-5 {
        margin-top: 50px !important
    }

    .mb-1 {
        margin-bottom: 10px !important
    }

    .mb-2 {
        margin-bottom: 20px !important
    }

    .mb-3 {
        margin-bottom: 30px !important
    }

    .mb-4 {
        margin-bottom: 40px !important
    }

    .mb-5 {
        margin-bottom: 50px !important
    }

    .notes {
        width: 100%;
        padding-top: .5rem
    }

    .plan_chart .notes {
        width: 100%;
        padding-top: 0
    }

    .notes_pad {
        padding-left: 1.5rem;
        text-indent: -1.5rem
    }

    .notes_num {
        padding-left: 2.5rem;
        text-indent: -2.5rem
    }

    .bgColor01 {
        background: #faf8e9
    }

    .bgColor02 {
        background: #fff
    }

    .bgColor03 {
        background: #faf8e9
    }

    .bgFamily {
        background: #007a48
    }

    .bgPetit {
        background: #f39700
    }

    .bgSenior {
        background: #7c7497
    }

    .h1Box {
        background: #fff;
        height: 70px;
    }

    h1 {
        width: 12%
    }

    .fixed_top {
        position: fixed;
        top: 0;
        z-index: 100
    }

    header {
        position: fixed;
        top: -200px;
        left: 0;
        z-index: 100
    }

    .mainBtn {
        max-width: 1200px;
        margin: 0 auto
    }

    .mainBtn ul {
        max-width: 1160px;
        margin-left: 1%;
        letter-spacing: -.4em;
        line-height: 1
    }

    .mainBtn li {
        letter-spacing: normal;
        display: inline-block;
        margin: 0 0 0 1.4%;
        text-align: center;
        vertical-align: middle
    }

    .mainBtn li.fixed_btn01 img {
        width: 66%
    }

    .mainBtn li.fixed_btn02 img {
        width: 72%
    }

    .mainBtn li.fixed_btn03 img {
        width: 80%
    }

    .mainBtn li.fixed_btn01 {
        width: 50%
    }

    .mainBtn li.fixed_btn01 a {
        padding: 1rem 0 .7rem;
        background-color: #e44c0c;
        border: .4rem solid #e44c0c;
        border-radius: 50rem !important;
        display: block
    }

    .mainBtn li.fixed_btn01 a:hover {
        background-color: #9f3508;
        border: .4rem solid #9f3508
    }

    .mainBtn .fixed_btn02 {
        width: 28%
    }

    .mainBtn .fixed_btn02 a {
        padding: 1rem 0 .7rem;
        background-color: #fff;
        border: .4rem solid #e44c0c;
        border-radius: 50rem !important;
        display: block
    }

    .mainBtn li.fixed_btn02 a:hover {
        background-color: #dedede;
        border: .4rem solid #e44c0c
    }

    .mainBtn .fixed_btn03 {
        width: 15%
    }

    .mainBtn .fixed_btn03 a {
        display: block
    }

    .mainBtn li.fixed_btn03 a:hover {
        opacity: .5
    }
    .shop_ttl {
        background-color: #F5F2E9;
        padding: 20px;
    }
    .shop_ttl .wrap{
        font-size: 18px;
        font-weight: bold;
        max-width: 1480px;
        margin: 0 auto;
    }
    #mainVisual {
        width: 100%
    }

    #mainVisual .mainBox figure {
        max-width: 1200px;
        margin: 0 auto
    }

    #intro {
        width: 100%;
        font-weight: 400;
        padding: 2rem 3rem; 
    }

    #contents {
        width: 100%;
        font-weight: 400
    }

    section#SecFamily {
        padding-top: 5rem
    }

    section#SecFAQ {
        padding-top: 5rem
    }

    section .contWrap {
        padding-bottom: 3rem
    }

    section#SecNotes .contWrap {
        padding-bottom: 3rem
    }

    .contWrap {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 2.8%
    }

    .contTop {
        padding-bottom: 4rem
    }

    .contTop figure {
        max-width: 1040px;
        margin: 0 auto
    }

    .contTop .notes {
        max-width: 960px;
        margin: 0 auto
    }

    .contPoint {
        max-width: 1140px;
        margin: 0 auto;
        background: #fff
    }

    .contNotes {
        max-width: 1140px;
        margin: 0 auto;
        padding: 3rem 4%
    }

    .contInner .innerServ {
        width: 92%;
        margin: 0 auto
    }

    .contInnerServ {
        width: 96%;
        margin: 0 auto
    }

    .contRemodal {
        text-align: left;
        font-weight: 400;
        padding: 0 3%
    }

    .footerWrap {
        padding: 0;
        margin: 0
    }

    h2.contTitle01 {
        background: #007a48
    }

    h2.contTitle01 p {
        max-width: 960px;
        margin: 0 auto;
        padding: 3rem 0;
        text-align: center
    }

    figure.h2Deco {
        width: 60px;
        margin: -.2rem auto 3rem;
        text-align: center
    }

    h2.contTitle02 {
        padding: 0 3rem
    }

    h2.contTitle02 p {
        max-width: 1140px;
        margin: 0 auto 0;
        padding: 2rem 0;
        background: #007a48;
        text-align: center
    }

    h2.contTitle02 p img {
        width: 85%
    }

    h3.remodalTtl {
        text-align: center;
        color: #007a48;
        border-top: .4rem solid #007a48;
        border-bottom: .4rem solid #007a48;
        margin: 0 0 2rem
    }

    h3.remodalTtl p {
        padding: 1rem 0;
        vertical-align: middle;
        line-height: 1
    }

    h3.contTopTtl {
        background: #8ec31f;
        color: #fff;
        text-align: center;
        margin: 0 0 2rem
    }

    h3.pointTtl {
        text-align: center;
        color: #fff;
        background: #007a48;
        margin: 0 0 2rem
    }

    h3.pointTtl p {
        padding: .6rem
    }

    h4.part01 {
        line-height: 2;
        color: #007a48;
        border-left: 1rem solid #007a48;
        margin: 0 0 2rem
    }

    h4.part01 p {
        padding-left: 1.5rem
    }

    h4.part02 {
        color: #007a48;
        border-left: .3rem solid #007a48;
        border-right: .3rem solid #007a48;
        border-top: .3rem solid #007a48;
        margin: 4rem 0 1rem;
        padding: 1rem 0 0
    }

    h4.part02 p {
        padding-left: 1rem
    }

    .subMid {
        font-weight: 400;
        background: #999;
        color: #fff
    }

    .subMid p {
        padding: .6rem 0
    }

    .subMid p.ptb-1 {
        padding: 2rem 0
    }

    #intro {
        background: #fff;
        max-width: 1100px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: #f4e5c1;
        margin: 3rem auto 5rem;
    }

    #intro img {
        width: 400px;
    }

    #intro p {
        font-size: 14px;
    }

    .introAcc a.AccBtnTrigger {
        margin: 0;
        padding: 0
    }

    .introAcc {
        padding: 0 3rem;
        margin: 0 auto
    }

    .introAccBtn {
        width: 100%;
        font-weight: 700;
        display: block;
        color: #927635;
        background: #af924e;
        border: .3rem solid #d1b769;
        border-radius: .4rem;
        position: relative
    }

    .introAccBtn p:after {
        content: '';
        width: 5rem;
        height: 100%;
        background: url(img/btn_plusW.webp) no-repeat right center;
        margin: 0 0 0 -50%;
        position: absolute;
        top: 0;
        right: 1.6%
    }

    .introAccBtn.active p:after {
        content: '';
        width: 5rem;
        height: 100%;
        background: url(img/btn_minusW.webp) no-repeat right center;
        margin: 0 0 0 -50%;
        position: absolute;
        top: 0;
        right: 1.6%
    }

    .introAccBox {
        display: block;
        color: #927635;
        background: #ede3ab;
        padding: 1.5rem 5rem 5rem;
        line-height: 1.8;
        border-bottom: .3rem solid #d1b769
    }

    .introAccBox .subTtl {
        padding-bottom: 1rem
    }

    .introAccBox .user_box {
        margin-top: 2rem;
        padding: 2.2rem;
        border: 5px solid #bdab72;
        border-radius: 10px;
        font-size: 0
    }

    .introAccBox .user_box div {
        display: inline-block;
        vertical-align: top
    }

    .introAccBox .user_box .user_icon {
        width: 96px
    }

    .introAccBox .user_box .user_icon .icon {
        width: 100%
    }

    .introAccBox .user_box .user_icon .name {
        margin-top: .7rem;
        font-size: 1.6rem;
        line-height: 1.4;
        text-align: center
    }

    .introAccBox .user_box .user_icon .name span {
        display: block
    }

    .introAccBox .user_box .user_txt {
        width: calc(100% - 96px - 19px);
        margin-left: 19px
    }

    .introAccBox .user_box .user_txt p {
        font-size: 2rem
    }

    .contAccBtn a.AccBtnTrigger {
        margin: 0;
        padding: 0
    }

    .contAccBtn {
        padding: 1.6rem 1rem 1.6rem 2.6rem;
        width: 100%;
        margin: 0 !important;
        display: block;
        color: #007a48;
        position: relative
    }

    .contAccBtn p {
        paddingt: 0 4rem 0 0
    }

    .contAccBtn p:after {
        content: '';
        width: 5rem;
        height: 100%;
        background: url(../img/btn_plusG.webp) no-repeat right center;
        margin: 0 0 0 -50%;
        position: absolute;
        top: 0;
        right: 1%
    }

    .contAccBtn.active p:after {
        content: '';
        width: 5rem;
        height: 100%;
        background: url(../img/btn_minusG.webp) no-repeat right center;
        margin: 0 0 0 -50%;
        position: absolute;
        top: 0;
        right: 1%
    }

    .contAccBtn p.iconAcc {
        padding: 0 1.2em 0 1.8em
    }

    .contAccBtn p.iconDog {
        background: url(../img/icon_dog.webp) no-repeat left center;
        background-size: auto 1.5em
    }

    .contAccBtn p.iconCat {
        background: url(../img/icon_cat.webp) no-repeat left center;
        background-size: auto 1.5em
    }

    .contAccBtn p.iconNum1 {
        background: url(../img/icon_num1.webp) no-repeat left center;
        background-size: auto 1.5em
    }

    .contAccBtn p.iconNum2 {
        background: url(../img/icon_num2.webp) no-repeat left center;
        background-size: auto 1.5em
    }

    .contAccBtn p.iconNum3 {
        background: url(../img/icon_num3.webp) no-repeat left center;
        background-size: auto 1.5em
    }

    .accBgC01 {
        background: #bbdb78;
        color: #007a48
    }

    .accBgC02 {
        background: #e8f3d2;
        color: #333
    }

    .contAccBox {
        display: none;
        background: #fff;
        padding: 3rem 4%
    }

    .contAccBox.open {
        display: block
    }

    .subPoint {
        max-width: 668px;
        margin: 50px auto 0;
        text-align: center;
    }

    .subPoint .hospital {
        margin-top: 2rem;
        font-size: 4rem;
        font-family: 'Zen Maru Gothic';
        font-weight: 700;
        line-height: 1.1;
        color: #007a49;
    }

    .subPoint .hospital em {
        margin: 0 .5rem;
        font-size: 5rem;
    }

    .subPoint .hospital sup {
        position: relative;
        top: -1.7rem;
        margin-left: .5rem;
        font-size: 2rem;
    }

    .subPoint .notes {
        margin-top: 1rem;
        font-size: 1.6rem;
        color: #6e6e6e;
    }

    .AccBtn {
        cursor: pointer
    }

    .accOpen {
        display: block
    }

    .bBl01 {
        border-bottom: .3rem solid #bbdb78
    }

    .bBl02 {
        border-bottom: .3rem solid #e8f3d2
    }

    .tab-group {
        letter-spacing: -.4em
    }

    .tab-group li {
        letter-spacing: normal;
        width: 48.6%
    }

    .tab-group li:first-child {
        float: left
    }

    .tab-group li:last-child {
        float: right
    }

    .tab {
        padding: 1rem;
        list-style: none;
        text-align: center;
        cursor: pointer
    }

    .tab.is-active {
        transition: all .2s ease-out
    }

    .tab-color01 {
        background: #e8e8e8;
        border-bottom: .2rem solid #faf8e9;
        border-radius: .5rem .5rem 0 0;
        color: #999
    }

    .tab-color01.is-active {
        background: #8ec31f;
        border-bottom: .2rem solid #8ec31f;
        transition: all .2s ease-out;
        color: #fff
    }

    .tab-plan70 {
        background: #7fbca3;
        border-bottom: .2rem solid #faf8e9;
        border-radius: .5rem .5rem 0 0;
        color: #fff
    }

    .tab-plan70.is-active {
        background: #007a48;
        border-bottom: .2rem solid #007a48;
        transition: all .2s ease-out;
        color: #fff
    }

    .tab-plan50 {
        background: #f1a585;
        border-bottom: .2rem solid #faf8e9;
        border-radius: .5rem .5rem 0 0;
        color: #fff
    }

    .tab-plan50.is-active {
        background: #e44c0c;
        border-bottom: .2rem solid #e44c0c;
        transition: all .2s ease-out;
        color: #fff
    }

    .is-show {
        display: block !important
    }

    .group_normal .panel {
        display: none;
        background: #fff
    }

    .group_normal .panelInner {
        padding: 2rem 4%
    }

    .group_normal .panel {
        border-top: .6rem solid #8ec31f;
        border-bottom: .4rem solid #8ec31f
    }

    .group_pcShow01 .pc-show,
    .group_pcShow02 .pc-show,
    .group_plan_pcShow .pc-show {
        display: block !important;
        background: #fff
    }

    .group_pcShow01 .panelInner,
    .group_pcShow02 .panelInner,
    .group_plan_pcShow .panelInner {
        padding: 0
    }

    .group_pcShow01 .panel {
        background: #fff
    }

    .group_pcShow01 .panelBox_pc {
        padding: 0 4%;
        background: #fff
    }

    .accordion .group_pcShow01 .panelBox_pc {
        padding: 0;
        background: #fff
    }

    .group_pcShow02 .panel {
        background: #fff;
        width: 48% !important
    }

    .group_pcShow02 .panelBox_pc {
        padding: 0 4%;
        background: #fff
    }

    .accordion .group_pcShow02 .panelBox_pc {
        padding: 0;
        background: #fff
    }

    .group_plan_pcShow .panel {
        width: 46% !important;
        background: #fff
    }

    .group_plan_pcShow .panel figure img {
        width: 78% !important
    }

    .group_plan_pcShow .panelBox_pc {
        padding: 0 6%;
        background: url(../img/cLine.webp) repeat-y center top #fff;
        border-top: 3rem solid #fff;
        border-bottom: 3rem solid #fff
    }

    .panel .pcTtl {
        color: #007a48;
        text-align: center;
        font-weight: 700;
        background: #e8f3d2;
        border-radius: .5rem;
        border: .3rem solid #007a48;
        margin: 0 0 2rem
    }

    .panel .pcTtl_pl70 {
        color: #007a48;
        text-align: center;
        font-weight: 700;
        background: #e8f3d2;
        border-radius: .5rem;
        border: .3rem solid #007a48;
        margin: 0 0 2rem
    }

    .panel .pcTtl_pl50 {
        color: #e44c0c;
        text-align: center;
        font-weight: 700;
        background: #fadbce;
        border-radius: .5rem;
        border: .3rem solid #e44c0c;
        margin: 0 0 2rem
    }

    .panel .pcTtl p,
    .panel .pcTtl_pl50 p,
    .panel .pcTtl_pl70 p {
        padding: .6rem 0 !important
    }

    .insBtn_co {
        margin-top: 3rem;
        letter-spacing: -.4em
    }

    .insBtn_co ul {
        text-align: center;
    }

    .insBtn_co li {
        display: inline-block;
        letter-spacing: normal;
        width: 48%;
        margin-right: 3%;
        border-radius: 1rem;
        background: #fff
    }

    .insBtn_co li:last-child {
        margin-right: 0
    }

    .insBtn_co li:hover {
        background: #e8e8e8
    }

    .secBtn {
        letter-spacing: -.4em
    }

    .secBtn li {
        display: inline-block;
        letter-spacing: normal;
        width: 48.6842105263%;
        margin: 1rem 2.6315789474% 1rem 0
    }

    .secBtn li a {
        display: block;
        background: #007a48;
        border-radius: .8rem
    }

    .secBtn li a {
        display: block;
        background: #007a48;
        border-radius: .8rem
    }

    .secBtn li a:hover {
        background: #00492b
    }

    .secBtn li:nth-child(even) {
        margin-right: 0
    }

    .secBtn .noAnc a {
        pointer-events: none;
        background: #fff;
        border: 2px solid #007a48
    }

    .commonBtn {
        width: 90%;
        margin: 4rem auto 0
    }

    .contRemodal .commonBtn {
        width: 80%;
        margin: 4rem auto 0
    }

    .commonBtn li.cmn_btn01 {
        width: 100%
    }

    .commonBtn li.cmn_btn01 a {
        padding: 2.6rem 4rem;
        background-color: #e44c0c;
        border: .3rem solid #e44c0c;
        border-radius: 50rem !important;
        display: block
    }

    .commonBtn li.cmn_btn01 a:hover {
        background-color: #9f3508;
        border: .3rem solid #9f3508
    }

    .commonBtn li.cmn_btn02 {
        width: 56%;
        margin: 2rem auto 0
    }

    .commonBtn li.cmn_btn02 img {
        padding: .8rem 3rem
    }

    .commonBtn li.cmn_btn02 a {
        background-color: #fff;
        border: .3rem solid #e44c0c;
        border-radius: 50rem !important;
        display: block
    }

    .commonBtn li.cmn_btn02 a:hover {
        background-color: #ccc;
        border: .3rem solid #9f3508
    }

    .contRemodal .commonBtn li.cmn_btn02 {
        padding: .8rem 4rem 0;
        vertical-align: middle;
        width: 66%
    }
    .linePoint{
        min-height: 102px;
    }
    .lineBtn li {
        width: 70%;
        margin: 4rem auto 0;
    }
    .lineBtn li a {
        display: block;
        background-color: #00b900;
        border-radius: 1rem !important;
        width: 100%;
        height: 100%;
    }
    .lineBtn li img {
        width: 40%;
        padding: 1.5rem 0rem;
    }
    .lineBtn li:hover {
        background-color: #007a48
    }
    #SecFamily .reason {
        margin: 3rem auto;
        width: 63%
    }
    #SecComp #two_types_img{
        display: none;
    }

    #SecComp #two_types_img{
        width: 700px;
        height: 280px;
        margin: 0 auto;
    }
    #SecComp .petSpe th.subMid {
        width: 38%;
        font-size: 140%;
        padding: 0;
        margin: 0
    }

    #SecComp .petSpe td {
        padding: 0;
        margin: 0
    }

    #SecComp .petSpe .petSpe_mo th.pS_co01 {
        width: 15%;
        font-size: 120%;
        background: #bbdb78;
        font-weight: 400
    }

    #SecComp .petSpe .petSpe_mo td.pS_co02 {
        width: 35%;
        font-size: 180%;
        background: #e8f3d2;
        font-weight: 700
    }

    .aniProfile th {
        background: #bbdb78;
        width: 25%;
        border-bottom: .4rem solid #fff
    }

    .aniProfile td {
        background: #e8f3d2;
        border-bottom: .4rem solid #fff;
        padding: 0 1rem;
        text-align: left
    }

    .aniFee {
        font-size: 90%;
        line-height: 1.6
    }

    .aniFee table {
        border-bottom: .3rem solid #bbdb78
    }

    .aniFee table th {
        background: #8ec31f;
        width: 50%
    }

    .aniFee table td {
        border-bottom: .1rem solid #bbdb78
    }

    .aniFee_total {
        font-size: 160%;
        font-weight: 700
    }

    .aniFee table td.money01 {
        text-indent: -1rem
    }

    .aniFee table td.money02 {
        text-indent: -2rem
    }

    .aniFee .arrow {
        width: 60px;
        padding: .4rem 0 1.2rem
    }

    .aniFee_plan {
        margin-bottom: 1rem
    }

    .aniFee_plan th {
        color: #fff;
        width: 50%;
        padding: .5rem 0;
        font-size: 90%;
        line-height: 1.5
    }

    .aniFee_plan td {
        padding: .8rem 0 1.2rem;
        font-size: 150%;
        line-height: 1.2;
        font-weight: 700
    }

    .aniFee_plan th:first-child {
        background: #007a48;
        border-right: 2rem solid #fff
    }

    .aniFee_plan td:first-child {
        background: #d9ebe4;
        border-right: 2rem solid #fff
    }

    .aniFee_plan th:last-child {
        background: #e44c0c
    }

    .aniFee_plan td:last-child {
        background: #fadbce
    }

    .plan_chart td {
        line-height: 1.3 !important
    }

    .plan_chart th {
        border-top: .1rem solid #999;
        border-bottom: .1rem solid #999;
        padding: 1.4rem 0;
        font-size: 120%;
        line-height: 1.2
    }

    .plan_chart th:first-child {
        border-left: .1rem solid #999;
        border-right: .1rem solid #999
    }

    .plan_chart th:last-child {
        border-right: .1rem solid #999
    }

    .plan_chart td {
        padding: .5rem 0;
        font-size: 110%;
        line-height: 1.2
    }

    .plan_chart td.set_01 {
        border-top: .1rem solid #999
    }

    .plan_chart td.set_01:first-child {
        padding: 1.1rem 0;
        border-right: .1rem solid #999;
        border-left: .1rem solid #999
    }

    .plan_chart td.set_01:last-child {
        border-right: .1rem solid #999
    }

    .plan_chart td.set_02 {
        border-bottom: .1rem solid #999;
        border-top: .1rem dashed #999
    }

    .plan_chart td.set_02:first-child {
        border-left: .1rem solid #999;
        border-right: .1rem solid #999
    }

    .plan_chart td.set_02:last-child {
        border-right: .1rem solid #999
    }

    .plan_chart td.set_03 {
        border: .1rem solid #999
    }

    .plan_chart_small {
        padding: 1rem 2%
    }

    .plan_chart_small th {
        padding: .9rem 0;
        font-size: 90%;
        line-height: 1.2
    }

    .plan_chart_small td {
        padding: .4rem 0;
        font-size: 100%;
        line-height: 1.2
    }

    .plan_chart_small td:first-child {
        font-size: 90%
    }

    .plan_chart_ani {
        font-size: 120%
    }

    .bgLgay {
        background: #e8e8e8
    }

    .bgW {
        background: #fff
    }

    .bgG {
        background: #007a48
    }

    .bgO {
        background: #e44c0c
    }

    .bg_plan70 {
        background: #d9ebe4
    }

    .bg_plan50 {
        background: #fadbce
    }
    .mypageBox {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .mypageBox .mypage_logo {
        padding: 0 ;
        width:80px;
        height: 80px;
    } 
    .lineBox {
        display: table;
        width: 100%
    }

    .lineBox p {
        display: table-cell;
        vertical-align: middle
    }

    .lineBox .img {
        width: 13.5%
    }

    .lineBox .img .LINE_logo {
        width: 100%;
        padding: 0
    }

    .lineBox .txt {
        width: 86.5%;
        padding: 0 0 0 1rem
    }

    .SecPay_text {
        max-width: 800px;
        margin: 50px auto 0;
        font-size: 2rem
    }

    img.LINE_logo {
        width: 15%;
        padding: 0 1rem 0 0
    }

    hr {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0
    }

    hr.sVhr {
        border-top: .3rem solid #bbdb78;
        margin: .5rem 0;
        display: block
    }

    #SecVoice .txt_link,
    #SecVoice h2,
    #SecVoice p {
        margin: 0 auto
    }

    #SecVoice {
        padding: 90px 0 50px
    }

    #SecVoice h2 {
        max-width: 700px;
        margin: 0 auto 50px
    }

    #SecVoice p {
        max-width: 800px;
        margin: 0 auto 50px;
        font-size: 2rem
    }

    .SecVoice__wrapper {
        max-width: 1140px;
        margin: 0 auto
    }

    #SecVoice .txt_link {
        max-width: 1140px
    }

    #SecVoice h3 {
        max-width: 408px;
        margin: 50px auto 25px
    }

    .SecVoice__img {
        max-width: 1140px;
        margin: 0 auto
    }

    .sCdeco {
        margin-top: .6rem
    }

    .sClist li {
        margin-bottom: .8rem
    }

    .sClist li:last-child {
        margin-bottom: 0
    }

    .sChead {
        font-size: 85%;
        vertical-align: text-top
    }

    .compList thead th {
        width: 25%;
        font-size: 90%;
        line-height: 1.3;
        border-bottom: .1rem solid #999;
        border-radius: 1rem 1rem 0 0;
        padding: 1rem 0;
        color: #fff
    }

    .compList tbody th {
        font-weight: 400;
        font-size: 85%;
        line-height: 1.3;
        padding: 1rem 0;
        background: #e8e8e8;
        border-left: .1rem solid #999;
        border-right: .1rem solid #999;
        border-bottom: .1rem solid #999
    }

    .compList tbody td {
        font-size: 90%;
        line-height: 1;
        padding: 1rem 0;
        border-bottom: .1rem solid #999
    }

    .compList tbody td .tSmall {
        vertical-align: bottom
    }

    .compList tbody td:last-child {
        border-bottom: .1rem solid #999;
        border-right: .1rem solid #999
    }

    .compList td.tInd01 {
        text-indent: 2.2rem
    }

    footer .annotation {
        width: 700px;
        margin: 30px auto;
        border-radius: 20px;
        padding: 30px 40px;
        text-align: left;
        border: 4px solid #007a48;
        background-color: #ffffff;
    }

    footer .annotation_ttl{
        text-align: center;
        margin-bottom: 10px;
    }

    footer .annotation_ttl span{
        text-align: center;
        position: relative;
        padding-left: 30px;
        display: inline-block;
        color: #007a48;
        font-weight: bold;
    }

    footer .annotation_ttl  span::after {
        position: absolute;
        background: url(../img/annotation_ttl.svg) no-repeat center;
        background-size: cover;
        left: 0;
        top: 8px;
        content: '';
        width: 23px;
        height: 23px;
    }

    footer .point {
        width: 700px;
        margin: 30px auto;
        border-radius: 20px;
        padding: 30px 40px;
        text-align: left;
        background-color: #F5F2E9;
    }

    footer .point .point_ttl {
        color: inherit;
        font-weight: bold;
        margin-bottom: 20px;
    }

    footer .point_company {
        font-weight: bold;
    }

    .footerInner {
        font-weight: 400;
        padding: 0;
        margin: 0
    }

    .footerInner .info {
        margin: 0 auto;
    }

    .footerInner .info .detail_tel {
        color: #007a48;
        font-size: 180%;
        letter-spacing: .1em
    }

    .footerInner .info li {
        width: 100%
    }

    .footerInner .company {
        max-width: 1200px;
        margin: 0 auto ;
        padding: 3rem 2.8% 3rem
    }

    .footerInner .company .compTtl {
        background: #fff
    }

    .footerInner .compLogo {
        width: 24%;
        margin: 2rem auto 1rem
    }

    h3 {
        font-size: 2.6rem;
        font-weight: 700
    }

    h4 {
        font-size: 2.6rem;
        font-weight: 700
    }

    .AccBtn p {
        font-size: 2.7rem;
        font-weight: 700
    }

    .contAccBtn a {
        padding: 1.6rem 1rem 1.6rem 2.6rem
    }

    .contAccBtn a p {
        padding-right: 4rem
    }

    .contAccBox,
    .introAccBox {
        font-size: 2rem;
        line-height: 1.7
    }

    .contTop {
        font-size: 2rem
    }

    .contPoint {
        font-size: 2rem
    }

    .contRemodal {
        font-size: 2rem
    }

    .lead {
        font-size: 2.6rem
    }

    .notes {
        font-size: 1.4rem;
        line-height: 1.5
    }

    footer {
        font-size: 2rem
    }
}

@media only screen and (max-width:768px) {
    body {
        font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', sans-serif, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        font-size: 1.6rem;
        line-height: 1.4
    }

    * {
        margin: 0
    }

    p {
        line-height: 1.8em
    }

    img {
        width: 100%
    }

    figure {
        text-align: center
    }

    th {
        font-weight: 700
    }

    td,
    th {
        text-align: center;
        vertical-align: middle
    }

    table {
        width: 100%
    }

    .txt_link a:link {
        color: #333
    }

    .txt_link a:visited {
        color: #666
    }

    .txt_link a:active {
        color: #666
    }

    .txt_gn {
        background: linear-gradient(transparent 50%, #bbdb78 20%);
        font-weight: 700
    }

    .pcOnly {
        display: none !important
    }

    .aL_SP {
        text-align: left !important
    }

    .aC_SP {
        text-align: center !important
    }

    .aR_SP {
        text-align: right !important
    }

    .pcFlL {
        display: block;
        backgrond: #ccc
    }

    .pcFlR {
        display: block;
        backgrond: #999
    }

    .sizeAuto {
        width: auto
    }

    .sizeFull {
        width: 100%
    }

    .size2Col {
        width: 100%
    }

    .size3Col {
        width: 100%
    }

    .size4Col {
        width: 100%
    }

    span.attention {
        font-size: 70%;
        vertical-align: 20%
    }

    .tBold {
        font-weight: 700
    }

    .tSmall {
        font-size: 80%
    }

    .tBig01 {
        font-size: 110%;
        line-height: 1.4
    }

    .tBig02 {
        font-size: 115%;
        line-height: 1.4
    }

    .tBig03 {
        font-size: 125%;
        line-height: 1.4
    }

    .tWhite {
        color: #fff
    }

    .tOrenge {
        color: #e44c0c
    }

    .tUline {
        border-top: .1rem solid #333;
        width: 94%;
        padding: 3rem 0 11rem;
        margin: 0 auto;
    }

    .petName {
        font-size: 120%;
        line-height: 1.8;
        padding-top: 4rem
    }

    span.links_icon {
        line-height: 1;
        padding-left: .4em
    }

    span.links_icon img {
        vertical-align: middle;
        width: .9em;
        padding: 0 0 .2em 0
    }

    span.point_icon {
        line-height: 1
    }

    span.point_icon img {
        vertical-align: middle !important;
        width: 1.4em;
        margin: 0 .1em .3em 0
    }

    span.tel_icon {
        line-height: 1;
        padding-right: .4em
    }

    span.tel_icon img {
        vertical-align: middle;
        width: 1.3em;
        padding: 0 0 .2em 0
    }

    .compList span.mark {
        line-height: 1;
        padding: 0
    }

    .compList span.mark img {
        vertical-align: middle;
        width: 1em;
        padding: 0
    }

    .pt-1 {
        padding-top: 10px !important
    }

    .pt-2 {
        padding-top: 20px !important
    }

    .pt-3 {
        padding-top: 30px !important
    }

    .pt-4 {
        padding-top: 40px !important
    }

    .pt-5 {
        padding-top: 50px !important
    }

    .pb-1 {
        padding-bottom: 10px !important
    }

    .pb-2 {
        padding-bottom: 20px !important
    }

    .pb-3 {
        padding-bottom: 30px !important
    }

    .pb-4 {
        padding-bottom: 40px !important
    }

    .pb-5 {
        padding-bottom: 50px !important
    }

    .accSpace {
        margin-top: 30px !important
    }

    .btnSpace {
        margin-top: 40px !important
    }

    .contSpace {
        margin-top: 30px !important
    }

    .mt-1 {
        margin-top: 10px !important
    }

    .mt-2 {
        margin-top: 20px !important
    }

    .mt-3 {
        margin-top: 30px !important
    }

    .mt-4 {
        margin-top: 40px !important
    }

    .mt-5 {
        margin-top: 50px !important
    }

    .mb-1 {
        margin-bottom: 10px !important
    }

    .mb-2 {
        margin-bottom: 20px !important
    }

    .mb-3 {
        margin-bottom: 30px !important
    }

    .mb-4 {
        margin-bottom: 40px !important
    }

    .mb-5 {
        margin-bottom: 50px !important
    }

    .notes {
        width: 100%;
        padding-top: .5rem
    }

    .notes_pad {
        padding-left: 1.3rem;
        text-indent: -1.3rem
    }

    .notes_num {
        padding-left: 2.5rem;
        text-indent: -2.5rem
    }

    .bgFamily {
        background: #007a48
    }

    .bgPetit {
        background: #f39700
    }

    .bgSenior {
        background: #7c7497
    }

    .h1Box {
        background: #fff;
        height: 13vw;
    }

    h1 {
        width: 25%
    }

    .fixed_top {
        position: fixed;
        top: 0;
        z-index: 100
    }

    header {
        position: fixed;
        top: -250px;
        left: 0;
        z-index: 100
    }

    .mainBtn {
        width: 96%;
        margin: 0 auto;
        letter-spacing: -.4em
    }

    .mainBtn li {
        display: inline-block;
        margin: 0 1.2%;
        padding: 0;
        text-align: center;
        letter-spacing: normal
    }

    .mainBtn li img {
        vertical-align: middle
    }

    .mainBtn li.fixed_btn01 {
        width: 52%
    }

    .mainBtn li.fixed_btn01 a {
        padding: 1rem 12%;
        background-color: #e44c0c;
        border: .4rem solid #e44c0c;
        border-radius: 50rem !important;
        display: block
    }

    .mainBtn .fixed_btn02 {
        width: 28%
    }

    .mainBtn .fixed_btn02 a {
        padding: 1rem 12%;
        background-color: #fff;
        border: .4rem solid #e44c0c;
        border-radius: 50rem !important;
        display: block
    }

    .mainBtn .fixed_btn03 {
        width: 12%
    }

    .mainBtn .fixed_btn03 a {
        padding: 0 8%;
        display: block
    }

    
    .shop_ttl {
        background-color: #F5F2E9;
        padding: 10px 20px;
    }
    .shop_ttl .wrap{
        font-size: 18px;
        font-weight: bold;
        max-width: 1480px;
        margin: 0 auto;
    }

    #mainVisual {
        width: 100%
    }

    #intro {
        width: 100%;
        background: #f4e5c1;
        padding: 1.5rem 0;
    }

    #intro img {
        width: 80%;
        max-width: 420px;
    }

    #intro p {
        font-size: 10px;
        width: 85%;
        margin: 0 auto;
        line-height: 1.3;
        padding-top: 1.5rem;
        text-align: center;
    }

    #contents {
        width: 100%
    }

    #SecPay .subPoint {
        margin: 0 -4vw;
        text-align: center;
    }

    #SecPay .subPoint .hospital {
        margin-top: 2.6666666667vw;
        font-size: 5.8666666667vw;
        font-family: 'Zen Maru Gothic';
        font-weight: 700;
        line-height: 1.1;
        color: #007a49;
    }

    #SecPay .subPoint .hospital em {
        margin: 0 .8vw;
        font-size: 7.4666666667vw;
    }

    #SecPay .subPoint .hospital sup {
        top: -2.6666666667vw;
        margin-left: .5333333333vw;
        font-size: 2.6666666667vw;
    }

    #SecPay .subPoint .notes {
        margin-top: .5333333333vw;
        font-size: 2.1333333333vw;
    }

    section .contWrap {
        padding-bottom: 4rem
    }

    section#SecNotes .contWrap {
        padding-bottom: 2rem
    }

    .contWrap {
        width: 86%;
        margin: 0 auto
    }

    .contTop {
        padding-bottom: 3rem;
        margin-top: 24px
    }

    .contTop figure {
        width: 100%;
        margin: 0 auto
    }

    .contTop .notes {
        width: 100%
    }

    .contPoint {
        width: 100%;
        margin-top: -3rem;
        margin-bottom: 24px;
        background: #fff
    }

    .contNotes {
        width: 90%;
        margin: 0 auto
    }

    .contRemodal {
        text-align: left;
        font-weight: 400
    }

    .remodal {
        padding: 4rem 7% 2rem
    }

    h2.contTitle01 {
        background: #007a48
    }

    h2.contTitle01 p {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 3rem 0
    }

    h2.contTitle01 p.h2_line02 {
        padding: 1.5rem 0
    }

    figure.h2Deco {
        width: 15%;
        margin: -.2rem auto 2rem
    }

    h2.contTitle02 {
        width: 90%;
        margin: 0 auto 2rem;
        background: #007a48
    }

    h2.contTitle02 p {
        padding: 1rem 0;
        text-align: center
    }

    h3.contTopTtl {
        background: #8ec31f;
        color: #fff;
        text-align: center;
        padding: .5rem 0;
        margin: 0 0 2rem
    }

    h3.remodalTtl {
        text-align: center;
        color: #007a48;
        border-top: .4rem solid #007a48;
        border-bottom: .4rem solid #007a48;
        margin: 0 0 1.5rem
    }

    h3.remodalTtl p {
        padding: 1rem 0;
        line-height: 1
    }

    h3.pointTtl {
        text-align: center;
        color: #fff;
        background: #007a48;
        margin: 0 0 1rem
    }

    h3.pointTtl p {
        padding: .8rem 0
    }

    h4.part01 {
        color: #007a48;
        border-left: .6rem solid #007a48;
        margin: 0 0 1rem
    }

    h4.part01 p {
        padding-left: 1rem
    }

    h4.part02 {
        color: #007a48;
        border-left: .4rem solid #007a48;
        border-right: .4rem solid #007a48;
        border-top: .4rem solid #007a48;
        margin: 3rem 0 1rem;
        padding: 1rem 0 0
    }

    h4.part02 p {
        padding-left: 10rem;
        padding-bottom: 10rem
    }

    .subMid {
        font-weight: 400;
        background: #999;
        color: #fff
    }

    .subMid p {
        padding: .6rem 0
    }

    .subMid p.ptb-1 {
        padding: 1.4rem 0
    }

    #intro .accordion {
        width: 100%;
        margin: 0 auto
    }

    .introAcc a.AccBtnTrigger {
        margin: 0;
        padding: 0
    }

    .introAccBtn {
        width: 100%;
        margin: 0 !important;
        font-weight: 700;
        display: block;
        color: #927635;
        background: #af924e;
        border: .4rem solid #d1b769;
        border-radius: .4rem;
        position: relative
    }

    .introAccBtn p:after {
        content: '';
        width: 5rem;
        height: 100%;
        background: url(img/btn_plusW_sp.webp) no-repeat right center;
        margin: 0 0 0 -50%;
        position: absolute;
        top: 0;
        right: 4%
    }

    .introAccBtn.active p:after {
        content: '';
        width: 5rem;
        height: 100%;
        background: url(img/btn_minusW_sp.webp) no-repeat right center;
        margin: 0 0 0 -50%;
        position: absolute;
        top: 0;
        right: 4%
    }

    .introAccBox {
        display: block;
        color: #927635;
        background: #ede3ab;
        padding: 2rem 6% 6%;
        border-bottom: .3rem solid #d1b769
    }

    .introAccBox .subTtl {
        padding-bottom: 1rem
    }

    .introAccBox .user_box {
        margin-top: 1.4rem;
        padding: 4%;
        border: 3px solid #bdab72;
        border-radius: 10px;
        font-size: 0
    }

    .introAccBox .user_box div {
        display: inline-block;
        vertical-align: top
    }

    .introAccBox .user_box .user_icon {
        width: 27.5387263339%
    }

    .introAccBox .user_box .user_icon .name {
        margin-top: 1.2rem;
        font-size: 1.2rem;
        line-height: 1.4;
        text-align: center
    }

    .introAccBox .user_box .user_icon .name span {
        display: block
    }

    .introAccBox .user_box .user_txt {
        width: 69.0189328744%;
        margin-left: 3.4423407917%
    }

    .introAccBox .user_box .user_txt p {
        font-size: 1.5rem
    }

    .contAccBtn a.AccBtnTrigger {
        margin: 0;
        padding: 0
    }

    .contAccBtn {
        width: 100%;
        margin: 0 !important;
        display: block;
        position: relative
    }

    .contAccBtn p:after {
        content: '';
        width: 5rem;
        height: 100%;
        background: url(../img/btn_plusG_sp.webp) no-repeat right center;
        margin: 0 0 0 -50%;
        position: absolute;
        top: 0;
        right: 2%
    }

    .contAccBtn.active p:after {
        content: '';
        width: 5rem;
        height: 100%;
        background: url(../img/btn_minusG_sp.webp) no-repeat right center;
        margin: 0 0 0 -50%;
        position: absolute;
        top: 0;
        right: 2%
    }

    .contAccBtn p.iconAcc {
        padding: 0 1.2em 0 1.8em
    }

    .contAccBtn p.iconDog {
        background: url(../img/icon_dog.webp) no-repeat left center;
        background-size: auto 1.5em
    }

    .contAccBtn p.iconCat {
        background: url(../img/icon_cat.webp) no-repeat left center;
        background-size: auto 1.5em
    }

    .contAccBtn p.iconNum1 {
        background: url(../img/icon_num1.webp) no-repeat left center;
        background-size: auto 1.5em
    }

    .contAccBtn p.iconNum2 {
        background: url(../img/icon_num2.webp) no-repeat left center;
        background-size: auto 1.5em
    }

    .contAccBtn p.iconNum3 {
        background: url(../img/icon_num3.webp) no-repeat left center;
        background-size: auto 1.5em
    }

    .accBgC01 {
        background: #bbdb78;
        color: #007a48
    }

    .accBgC02 {
        background: #e8f3d2;
        color: #333
    }

    .contAccBox {
        display: none;
        background: #fff;
        padding: 3rem 6.4%
    }

    .contAccBox.open {
        display: block
    }

    .AccBtn a {
        text-decoration: none
    }

    .AccBtn {
        cursor: pointer
    }

    .accOpen {
        display: block
    }

    .bBl01 {
        border-bottom: .3rem solid #bbdb78
    }

    .bBl02 {
        border-bottom: .3rem solid #e8f3d2
    }

    .bBl03 {
        border-bottom: .3rem solid #8ec31f
    }

    .bBl04 {
        border-bottom: .3rem solid #007a48
    }

    .bBl05 {
        border-bottom: .3rem solid #e44c0c
    }

    .tab-group {
        letter-spacing: -.4em
    }

    .tab-group li {
        width: 44.6%;
        margin: 0 2%;
        letter-spacing: normal
    }

    .tab-group li:first-child {
        float: left
    }

    .tab-group li:last-child {
        float: right
    }

    .tab {
        list-style: none;
        text-align: center;
        cursor: pointer;
        padding: .8rem 0 .8rem;
        font-size: 120%;
        line-height: 1.5
    }

    .tab.is-active {
        transition: all .2s ease-out;
        padding: .8rem 0 .8rem;
        font-size: 120%
    }

    .tab-color01 {
        background: #e8e8e8;
        border-bottom: .2rem solid #faf8e9;
        border-radius: .5rem .5rem 0 0;
        color: #999
    }

    .tab-color01.is-active {
        background: #8ec31f;
        border-bottom: .2rem solid #8ec31f;
        transition: all .2s ease-out;
        color: #fff
    }

    .tab-plan70 {
        background: #7fbca3;
        border-bottom: .2rem solid #faf8e9;
        border-radius: .5rem .5rem 0 0;
        color: #fff
    }

    .tab-plan70.is-active {
        background: #007a48;
        border-bottom: .2rem solid #007a48;
        transition: all .2s ease-out;
        color: #fff
    }

    .tab-plan50 {
        background: #f1a585;
        border-bottom: .2rem solid #faf8e9;
        border-radius: .5rem .5rem 0 0;
        color: #fff
    }

    .tab-plan50.is-active {
        background: #e44c0c;
        border-bottom: .2rem solid #e44c0c;
        transition: all .2s ease-out;
        color: #fff
    }

    .panel-group {
        background: #fff
    }

    .is-show {
        display: block !important
    }

    .panel {
        display: none
    }

    .group_normal .panelInner {
        padding: 1.5rem 0
    }

    .group_pcShow01 .panelInner,
    .group_pcShow02 .panelInner {
        padding: 1.5rem 0
    }

    .group_plan_pcShow .panelInner {
        padding: 3rem 8%
    }

    .group_normal .panel,
    .group_pcShow01 .panel,
    .group_pcShow02 .panel {
        border-top: .6rem solid #8ec31f;
        border-bottom: .4rem solid #8ec31f
    }

    .accordion .group_normal .panel,
    .accordion .group_pcShow01 .panel,
    .accordion .group_pcShow02 .panel {
        border-top: .6rem solid #8ec31f;
        border-bottom: none
    }

    .group_plan_pcShow .panelP70 {
        border-top: .6rem solid #007a48;
        border-bottom: .4rem solid #007a48
    }

    .group_plan_pcShow .panelP50 {
        border-top: .6rem solid #e44c0c;
        border-bottom: .4rem solid #e44c0c
    }

    .insBtn_co {
        margin-top: 2rem
    }

    .insBtn_co ul {
        text-align: center;
    }

    .insBtn_co li {
        margin-bottom: 1.5rem
    }

    .insBtn_co li:last-child {
        margin-bottom: 0
    }

    .secBtn {
        letter-spacing: -.4em
    }

    .secBtn li {
        display: inline-block;
        letter-spacing: normal;
        width: 46%;
        margin: 2.6rem 5% 0 0
    }

    .secBtn li+li,
    .secBtn li+li+li+li,
    .secBtn li+li+li+li+li+li {
        margin-right: 0
    }

    .secBtn li+li+li,
    .secBtn li+li+li+li+li {
        margin-right: 5%
    }

    .secBtn .noAnc a {
        pointer-events: none
    }

    .commonBtn {
        width: 90%;
        margin: 3rem auto 0;
        line-height: 1
    }

    .contRemodal .commonBtn {
        width: 86%;
        margin: 2rem auto 0
    }

    .commonBtn li.cmn_btn01 {
        width: 100%
    }

    .commonBtn li.cmn_btn01 a {
        padding: 1rem 5%;
        background-color: #e44c0c;
        border: .2em solid #e44c0c;
        border-radius: 50rem !important;
        display: block
    }

    .commonBtn li.cmn_btn02 {
        width: 90%;
        margin: 1.4rem auto 0
    }

    .commonBtn li.cmn_btn02 a {
        padding: .6rem 5%;
        background-color: #fff;
        border: .2em solid #e44c0c;
        border-radius: 50rem !important;
        display: block
    }

    .lineBtn li{
        width: 100%;
        margin: 2rem auto 0
    }

    .lineBtn li a {
        width: 100%;
        height: 100%;
        display: block;
        background-color: #00b900;
        border-radius: 1rem !important
    }

    .lineBtn li img {
        width: 60%;
        padding: 1rem 0;
    }

    #SecFamily .reason {
        width: 90%;
        margin: 1rem auto 0
    }

    #SecFamily .pt-2 {
        margin-top: -20px
    }
    #SecComp #two_types_img{
        display: none;
    }
    
    #SecComp #two_types_img{
        width: 80%;
        height: auto;
        margin: 0 auto;
    }

    #SecComp .petSpe th.subMid {
        display: block;
        padding: 1rem 0
    }

    #SecComp .petSpe td {
        display: block
    }

    #SecComp .petSpe_mo th.pS_co01 {
        width: 15%;
        font-size: 100%;
        background: #bbdb78;
        font-weight: 700
    }

    #SecComp .petSpe_mo td.pS_co02 {
        width: 100%;
        font-size: 140%;
        background: #e8f3d2;
        font-weight: 700
    }

    .aniProfile th {
        background: #bbdb78;
        width: 25%;
        border-bottom: .4rem solid #fff
    }

    .aniProfile td {
        background: #e8f3d2;
        border-bottom: .4rem solid #fff;
        padding: .3rem 1rem;
        text-align: left
    }

    .aniFee table {
        border-bottom: solid #bbdb78 .3rem
    }

    .aniFee table th {
        background: #8ec31f;
        width: 50%
    }

    .aniFee table td {
        border-bottom: solid #bbdb78 .1rem
    }

    .aniFee_total {
        font-weight: 700;
        font-size: 160%
    }

    .aniFee table td.money01 {
        text-indent: -1rem
    }

    .aniFee table td.money02 {
        text-indent: -2rem
    }

    .aniFee .arrow {
        width: 15%;
        padding: .4rem 0 1rem
    }

    .aniFee_plan th {
        color: #fff;
        width: 50%;
        padding: .5rem 0
    }

    .aniFee_plan td {
        padding: .5rem 0;
        font-size: 150%
    }

    .aniFee_plan th:first-child {
        background: #007a48;
        border-right: solid #fff 1rem
    }

    .aniFee_plan td:first-child {
        background: #d9ebe4;
        border-right: solid #fff 1rem
    }

    .aniFee_plan th:last-child {
        background: #e44c0c
    }

    .aniFee_plan td:last-child {
        background: #fadbce
    }

    .plan_chart th {
        line-height: 1.2 !important
    }

    .plan_chart td {
        line-height: 1.2 !important
    }

    .plan_chart th {
        border-top: .1rem solid #999;
        border-bottom: .1rem solid #999;
        padding: .5rem 0
    }

    .plan_chart th:first-child {
        border-left: .1rem solid #999;
        border-right: .1rem solid #999
    }

    .plan_chart th:last-child {
        border-right: .1rem solid #999
    }

    .plan_chart td {
        padding: 1.4rem 0;
        line-height: 1.2
    }

    .plan_chart td.set_01 {
        border-top: .1rem solid #999;
        padding: .6rem 0
    }

    .plan_chart td.set_01:first-child {
        border-right: .1rem solid #999;
        border-left: .1rem solid #999
    }

    .plan_chart td.set_01:last-child {
        border-right: .1rem solid #999
    }

    .plan_chart td.set_02 {
        border-bottom: .1rem solid #999;
        border-top: .1rem dashed #999;
        padding: .3rem 0
    }

    .plan_chart td.set_02:first-child {
        border-left: .1rem solid #999;
        border-right: .1rem solid #999
    }

    .plan_chart td.set_02:last-child {
        border-right: .1rem solid #999
    }

    .plan_chart td.set_03 {
        border: .1rem solid #999
    }

    .plan_chart_small {
        padding: 1rem 6%
    }

    .plan_chart_small th {
        padding: .6rem 0
    }

    .plan_chart_small td {
        padding: .2rem 0
    }

    .plan_chart_ani {
        padding-bottom: .5rem
    }

    .bgLgay {
        background: #e8e8e8
    }

    .bgW {
        background: #fff
    }

    .bgG {
        background: #007a48
    }

    .bgO {
        background: #e44c0c
    }

    .bg_plan70 {
        background: #d9ebe4
    }

    .bg_plan50 {
        background: #fadbce
    }

    #SecPlan .contWrap {
        margin-top: -30px
    }
    .mypageBox {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .mypageBox .img {
        width: 18%;
        height: 18%;
    } 
    .mypageBox .mypage_logo {
        width: 100%;
        height: 100%;
    } 
    
    .lineBox {
        display: table;
        width: 100%
    }

    .lineBox p {
        display: table-cell;
        vertical-align: middle
    }

    .lineBox .img {
        width: 18%
    }

    .lineBox .img .LINE_logo {
        width: 100%;
        padding: 0
    }

    .lineBox .txt {
        width: 82%;
        padding: 0 0 0 .8rem
    }

    .SecPay_text {
        margin-top: 24px;
        margin-bottom: -20px
    }

    img.LINE_logo {
        width: 18%;
        padding: 0 .8rem 0 0
    }

    .SecVoice img {
        height: auto;
        width: 100%
    }

    #SecVoice {
        padding: 50px 0 25px
    }

    #SecVoice .txt_link,
    #SecVoice h2,
    #SecVoice p {
        width: 90%;
        margin: 0 auto
    }

    #SecVoice h2 {
        width: 66.6666666667%;
        margin-bottom: 16px
    }

    #SecVoice p {
        font-weight: 400;
        margin-bottom: 24px
    }

    .SecVoice__content {
        margin: 0 auto 16px;
        width: 74.6666666667%
    }

    .SecVoice__content img {
        width: 100%
    }

    #SecVoice h3 {
        width: 49.3333333333%;
        margin: 24px auto 14px
    }

    #SecVoice p {
        font-size: 2rem
    }

    #SecVoice .txt_link {
        font-size: 2rem
    }

    .sCdeco {
        width: 35%;
        margin-bottom: .6rem
    }

    .sClist li {
        margin-bottom: .6rem
    }

    .sClist li:last-child {
        margin-bottom: 0
    }

    .sChead {
        font-size: 95%
    }

    .compList thead th {
        font-size: 80%;
        line-height: 1.3;
        border-bottom: .1rem solid #999;
        border-radius: 1rem 1rem 0 0;
        padding: 1rem 0;
        color: #fff
    }

    .compList tbody th {
        width: 30%;
        font-size: 80%;
        line-height: 1.3;
        padding: 1rem 0;
        background: #e8e8e8;
        border-left: .1rem solid #999;
        border-right: .1rem solid #999;
        border-bottom: .1rem solid #999
    }

    .compList tbody td {
        font-size: 90%;
        line-height: 1.3;
        padding: .6rem 0;
        border-bottom: .1rem solid #999
    }

    .compList tbody td .tSmall {
        vertical-align: bottom
    }

    .compList tbody td:last-child {
        border-bottom: .1rem solid #999;
        border-right: .1rem solid #999
    }

    .compList td.tInd01 {
        text-indent: 1em
    }
    footer .annotation {
        width: auto;
        border-radius: 20px;
        margin: 30px 15px;
        padding: 20px;
        text-align: left;
        border: 3px solid #007a48;
        background-color: #ffffff;
    }

    footer .annotation_ttl{
        text-align: center;
        margin-bottom: 10px;
    }

    footer .annotation_ttl span{
        text-align: center;
        position: relative;
        padding-left: 1.3em;
        display: inline-block;
        color: #007a48;
        font-weight: bold;
    }

    footer .annotation_ttl  span::after {
        position: absolute;
        background: url(../img/annotation_ttl.svg) no-repeat center;
        background-size: cover;
        left: 0;
        top: 0.3em;
        content: '';
        width: 1.2em;
        height: 1.2em;
    }


    footer .point {
        width: auto;
        border-radius: 20px;
        margin: 30px 15px;
        padding: 20px;
        text-align: left;
        background-color: #F5F2E9;
    }

    footer .point .point_ttl {
        color: inherit;
        font-weight: bold;
        margin-bottom: 20px;
    }

    footer .point_company {
        font-weight: bold;
    }

    .footerInner .info {
        margin: 0 auto ;
    }

    .info .detail_tel {
        color: #007a48;
        font-size: 160%;
        letter-spacing: .1em;
        margin-bottom: 1rem
    }

    .footerInner .info li {
        width: 100%
    }

    .footerInner .company {
        padding: 2rem 4%
    }

    .footerInner .company .compTtl {
        background: #fff
    }

    .footerInner .compLogo {
        width: 50%;
        margin: 1rem auto
    }

    .footerInner .address {
        font-size: 80%;
        line-height: 1.5
    }

    .bgColor01 {
        background: #faf8e9;
        padding-top: 2rem
    }

    .bgColor02 {
        background: #fff;
        padding-top: 2rem
    }

    .bgColor03 {
        background: #faf8e9
    }

    section#SecFamily {
        padding-top: 5rem
    }

    section#SecFAQ {
        padding-top: 4rem
    }

    h3 {
        font-size: 2.5rem;
        line-height: 1.4;
        font-weight: 700
    }

    h4 {
        font-size: 2.5rem;
        line-height: 1.4;
        font-weight: 700
    }

    .contAccBtn {
        padding: 2rem 2rem 2rem 1.5rem
    }

    .contAccBtn p {
        font-size: 2.4rem;
        padding-right: 2.5rem;
        font-weight: 700
    }

    .contWrap {
        font-size: 2rem;
        line-height: 1.6
    }

    .contTop {
        font-size: 2rem
    }

    .contPoint {
        font-size: 2rem
    }

    .contRemodal {
        font-size: 2rem
    }

    .lead {
        font-size: 2.5rem
    }

    .notes {
        font-size: 1.7rem;
        line-height: 1.5
    }

    footer {
        font-size: 2rem
    }
}

@media screen and (max-width:767px) {

    #header230707 {
        padding: 0
    }

    #header230707 .wrapper {
        padding: 0
    }

    #header230707 .btn a {
        border-radius: 0 0 0 2.5641025641vw;
        border-top: none;
        border-right: none;
        width: 14.1025641026vw;
        height: 14.1025641026vw;
        font-size: 2.5641025641vw;
        padding-top: 6.4102564103vw
    }

    #header230707 .btn a i {
        top: 2.8205128205vw;
        left: 3.8461538462vw;
        width: 6.4102564103vw;
        height: 2px
    }

    #header230707 .btn a i:nth-child(2) {
        top: 4.6153846154vw
    }

    #header230707 .btn a i:nth-child(3) {
        top: 6.4102564103vw
    }

    #fixedCta {
        padding: 9px 0
    }

    #fixedCta .wrapper {
        padding: 0 2.5641025641vw
    }

    #fixedCta .entryBtn a {
        font-size: 1.5rem;
        padding: 6px 6px;
    }
    #fixedCta .entryBtn .entry, #fixedCta .entryBtn .document{
        flex: 1 1 auto;
        min-width: 0;
    }
    #fixedCta .entryBtn .entry a::after{
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 6px solid #fff;
        margin-left: 6px;
        margin-top: -0.3em;
    }
    #fixedCta .entryBtn .document a{
        border: 2px solid #ec9737;
    }    
    #fixedCta .entryBtn .document a::after{
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 6px solid #ec9737;
        margin-left: 6px;
        margin-top: -0.3em;
    }
}

@media (max-width:576px) {
    .bgColor01 {
        background: #faf8e9;
        padding-top: 0
    }

    .bgColor02 {
        background: #fff;
        padding-top: 0
    }

    .bgColor03 {
        background: #faf8e9
    }

    section#SecFamily {
        padding-top: 2rem
    }

    section#SecFAQ {
        padding-top: 3rem
    }

    h3 {
        font-size: 1.6rem;
        line-height: 1.4;
        font-weight: 700
    }

    h4 {
        font-size: 1.6rem;
        line-height: 1.4;
        font-weight: 700
    }

    .contAccBtn {
        padding: 1.4rem 2rem 1.4rem 1.5rem
    }

    .contAccBtn p {
        font-size: 1.6rem;
        line-height: 1.5;
        padding-right: 1.2rem;
        font-weight: 700
    }

    .contWrap {
        font-size: 1.4rem;
        line-height: 1.7
    }

    .contWrap {
        width: 90%;
        margin: 0 auto
    }

    .contTop {
        font-size: 1.4rem
    }

    .contPoint {
        font-size: 1.3rem
    }

    .contRemodal {
        font-size: 1.4rem
    }

    .lead {
        font-size: 1.65rem
    }

    .notes {
        font-size: 1.2rem;
        line-height: 1.5
    }

    .petName {
        padding-top: 1rem
    }

    footer {
        font-size: 1.4rem
    }

    .contAccBox {
        padding: 2rem 5%
    }

    .mainBtn {
        width: 96%;
        margin: 0 auto;
        letter-spacing: -.4em;
        line-height: 1
    }

    .mainBtn li.fixed_btn01 {
        width: 51%
    }

    .mainBtn li.fixed_btn01 a {
        padding: .8rem 3% .9rem;
        background-color: #e44c0c;
        border: .28rem solid #e44c0c;
        border-radius: 50rem !important;
        display: block
    }

    .is-fixed .mainBtn li.fixed_btn01 a {
        padding: .5rem 3% .6rem
    }

    .mainBtn .fixed_btn02 {
        width: 27%
    }

    .mainBtn .fixed_btn02 a {
        padding: .8rem 3% .9rem;
        background-color: #fff;
        border: .28rem solid #e44c0c;
        border-radius: 50rem !important;
        display: block
    }

    .is-fixed .mainBtn li.fixed_btn02 a {
        padding: .5rem 3% .6rem
    }

    .mainBtn .fixed_btn03 {
        width: 14%
    }

    .mainBtn .fixed_btn03 a {
        padding: 0 0;
        display: block
    }

    .is-fixed .mainBtn li.fixed_btn03 a {
        padding: 0 3%
    }

    .secBtn {
        letter-spacing: -.4em
    }

    .secBtn li {
        display: inline-block;
        letter-spacing: normal;
        width: 46%;
        margin: 1rem 2% 0 2%
    }

    .secBtn li+li,
    .secBtn li+li+li+li,
    .secBtn li+li+li+li+li+li {
        margin-right: 0
    }

    .secBtn li+li+li,
    .secBtn li+li+li+li+li {
        margin-right: 2%
    }

    .remodal-wrapper {
        padding: 0 1rem 0;
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .remodal-close {
        width: 5rem;
        height: 5em
    }

    .remodal-close:before {
        font-size: 5rem;
        line-height: 4rem;
        width: 5rem
    }

    #SecVoice {
        padding: 30px 0 25px
    }

    #SecVoice p {
        font-size: 1.4rem
    }

    #SecVoice .txt_link {
        font-size: 1.4rem
    }
}

@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}