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
}

.aR span {
  display: inline-block;
  text-align: left;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both
}

.clearfix {
    zoom: 1
}

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

body>img {
    display: none
}

picture {
    display: block
}

#dlpo_header {
    display: none
}

#dlpo_footer {
    padding-bottom: 100px;
    margin: 60px 0 0
}

#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
}
#fixedCta230707{
    position:fixed;
    bottom:0;
    left:0;
    z-index:100;
    width:100%;
    background:#e8f4ce;
    padding:20px 0;
    text-align:center;
    transition:transform .7s;
    transform:translateY(100%)
}
#fixedCta230707.is_fixed{
    transform:translateY(0)
}
#fixedCta230707 .wrapper{
    max-width:1200px;
    margin:0 auto;
    padding:0 2.8%
}
#fixedCta230707 ul{
    display:flex;
    align-items:center
}
#fixedCta230707 ul li a{
    position:relative;
    display:block;
    color:#fff;
    background:#ec9737;
    border:2px solid #ec9737;
    text-decoration:none;
    border-radius:100px;
    padding:10px;
    transition:opacity .3s
}
#fixedCta230707 ul li a:hover{
    opacity:.5
}
#fixedCta230707 ul li a img{
    width:auto
}
#fixedCta230707 ul li.entry{
    flex-basis:auto;
    width:100%
}
#flow {
    text-align: center
}

#flow .contWrapFixed {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 3rem
}

#flow .img img {
    max-width: 111.2rem
}

#flow .cta {
    margin-top: 5rem
}

#flow .cta .hd {
    margin-bottom: 3rem;
    padding: 1.2rem 15.5rem;
    border-top: .4rem solid #007a47;
    border-bottom: .4rem solid #007a47;
    line-height: 0
}

#flow .cta .btn {
    width: min(calc(1059/1200* 100vw),1059px);
    margin: 0 auto min(calc(20/1200* 100vw),20px);
}

#SecPay {
    padding-top: 10rem
}

#SecPay .subPoint {
    text-align: center
}

#SecPay .subPoint .hospital {
    margin-top: 2rem;
    font-size: 4rem;
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
    line-height: 1.1;
    color: #007a49
}

#SecPay .subPoint .hospital em {
    margin: 0 .5rem;
    font-size: 5rem
}

#SecPay .subPoint .hospital sup {
    position: relative;
    top: -1.7rem;
    margin-left: .5rem;
    font-size: 2rem
}

#SecPay .subPoint .notes {
    margin-top: 1rem;
    font-size: 1.6rem;
    color: #6e6e6e
}

#SecVoice {
    overflow: hidden
}

#SecVoice .SecVoice__swiper_wrap {
    max-width: 1200px;
    margin: 0 auto min(calc(60 / 1200 * 100vw), 60px);
    padding: 0 3rem
}

#SecVoice .SecVoice__swiper_wrap .SecVoice__swiper {
    position: relative;
    padding-bottom: 4.5rem
}

#SecVoice .SecVoice__swiper_wrap .swiper-pagination {
    bottom: 0;
    line-height: 0
}

#SecVoice .SecVoice__swiper_wrap .swiper-pagination span {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 1.5rem;
    background: #fff;
    border: .1rem solid #007a47;
    opacity: 1
}

#SecVoice .SecVoice__swiper_wrap .swiper-pagination span.swiper-pagination-bullet-active {
    background: #007a47
}

#accordion_age {
    text-align: center
}

#accordion_age h3 {
    background: #8cc31f;
    color: #fff;
    font-size: 3rem;
    padding: 1.5rem;
    margin-bottom: 2rem
}

#accordion_age .lead {
    font-size: 2rem
}

#accordion_age .img {
    margin-top: 2rem
}

#accordion_birthday {
    border: .2rem solid #007a47;
    background: #fff;
    margin-top: 5.5rem
}

#accordion_birthday h3 {
    background: #007a47;
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    padding: 0 0 .5rem
}

#accordion_birthday h3:before {
    content: '';
    display: inline-block;
    position: relative;
    top: .5rem;
    width: 3.6rem;
    height: 3.6rem;
    margin-right: 1rem;
    background: url(../img/SecComp_birthday_hd.svg) no-repeat center;
    background-size: 100% auto
}

#accordion_birthday .contents {
    padding: 1.5rem
}

#accordion_birthday .contents .txt {
    font-size: 2rem;
    letter-spacing: -.01em
}

#accordion_birthday .contents .txt em {
    font-weight: 700
}

#accordion_birthday .contents .notes {
    font-size: 1.2rem
}

.hicard {
    margin: 50px 0 0
}

.hicard .flex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.hicard .l_box {
    width: calc(50% - 30px);
    box-sizing: border-box
}

.hicard .txt {
    margin: 60px 0 0;
    text-align: center
}

.hicard .r_box {
    width: calc(50% - 30px);
    box-sizing: border-box
}

.hicard .accordion {
    max-width: 820px;
    margin: 40px auto 100px
}

.hicard .AccBtn p {
    font-size: 2.4rem
}

.hicard .bBl01 {
    border: 2px solid #bbdb78;
    border-top: none
}

.hicard .photo_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.hicard .photo_list li {
    width: 50%;
    box-sizing: border-box;
    font-size: 1.7rem
}

#SecCus .bottom_icon img {
    display: block;
    width: auto;
    margin: auto
}

.SecCus_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px 0 0
}

.SecCus_block .item {
    background: #fff;
    width: calc(50% - 10px);
    margin: 0 0 30px;
    padding: 40px 50px 50px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 2px solid #bbdb78
}

.SecCus_block .icon_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.SecCus_block .icon {
    width: 98px
}

.SecCus_block .age {
    width: calc(100% - 98px);
    padding: 0 0 0 40px;
    font-size: 2.2rem;
    font-weight: 700
}

.SecCus_block .txt {
    margin: 20px 0 0;
    font-size: 2.5rem;
    text-align: justify
}

.SecCus_block .txt span {
    color: #007a48;
    font-weight: 700
}

.SecCus_block .bottom_icon {
    margin: 20px 0 0
}

@media only screen and (min-width:641px) {
    .remodal {
        max-width: 1140px
    }
}

@media only screen and (min-width:769px) and (max-width:1139px) {

    #SecVoice .insBtn,
    #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;
    }

    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;
    }

    .h1Wrap {
        max-width: 1120px;
        margin: 0 auto;
        padding: .6rem 7.5rem .6rem 4rem;
        display:flex;
        align-items: center;
        justify-content: space-between;
    }

    .customersBtn a {
        background-color: #00743f;
        padding: 0.5rem 2rem 0.65rem 4rem;
        color: #fff;
        text-decoration: none;
        border-radius: 7px;
        position: relative;
        font-size:14px;
        margin-right:2rem;
        letter-spacing: 0.1em;
    }

    .customersBtn a::before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        background: url("../img/header_ic01.png") no-repeat center / contain;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    h1 {
        width: 12%
    }

    .fixed_top {
        position: fixed;
        top: 0;
        z-index: 100
    }

    header {
        position: fixed;
        top: -200px;
        left: 0;
        z-index: 100
    }

    .fixedBox {
        width: 100%;
        background: #e8f3d2;
        padding: 1.4rem 1% 1.8rem
    }

    .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
    }

    #mainVisual {
        width: 100%
    }

    #mainVisual .mainBox figure {
        max-width: 1200px;
        margin: 0 auto
    }

    #intro {
        width: 100%;
        font-weight: 400;
        padding: 2.2rem 3.4em
    }

    #contents {
        width: 100%;
        font-weight: 400
    }

    section#SecFamily {
        padding-top: 5rem
    }

    section#SecFAQ {
        padding-top: 5rem
    }

    section .contWrap {
        padding-bottom: 9rem
    }

    section#SecNotes .contWrap {
        padding-bottom: 3rem
    }

    .contWrap {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 2.8%
    }

    .contTop {
        padding-bottom: 6rem
    }

    .contTop figure {
        margin: 0 auto
    }

    .contTop .notes {
        max-width: 960px;
        margin: 0 auto
    }

    .contTop .bg {
        background: #fff;
        margin: 4rem 0 0;
        padding: 4rem 4rem 4rem;
        border-bottom: 3px solid #bbda79
    }

    .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: 1140px;
        margin: 0 auto;
        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 {
        padding: 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
    }

    .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 {
        margin-top: 5rem;
        letter-spacing: -.4em
    }

    .insBtn li {
        display: inline-block;
        letter-spacing: normal;
        width: 48.6842105263%;
        margin-right: 2.6315789474%;
        border-radius: 1rem;
        background: #fff
    }

    .insBtn li:nth-child(even) {
        margin-right: 0
    }

    .insBtn li:hover {
        background: #e8e8e8
    }

    .insBtn_co {
        margin-top: 3rem;
        letter-spacing: -.4em
    }

    .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: #ec9737;
        border: .3rem solid #ec9737;
        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 #ec9737;
        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%
    }

    .lineBtn {
        width: 70%;
        margin: 4rem auto 0
    }

    .lineBtn li {
        width: 100%;
        padding: 1.5rem 0;
        background-color: #00b900;
        border-radius: 1rem !important
    }

    .lineBtn li:hover {
        background-color: #007a48
    }

    .lineBtn li img {
        width: 40%
    }

    #SecFamily .reason {
        margin: 3rem auto;
        width: 63%
    }

    #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
    }

    .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 .insBtn,
    #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 .insBtn {
        margin-top: 50px;
        max-width: 1140px
    }

    #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
    }

    .linePoint{
        min-height: 102px;
    }

    .footerInner {
        font-weight: 400;
        padding: 0;
        margin: 0
    }

    .footerInner .info {
        max-width: 1200px;
        margin: 4rem auto;
        padding: 0 2.8%
    }

    .footerInner .info .detail_tel {
        color: #007a48;
        font-size: 180%;
        letter-spacing: .1em
    }

    .footerInner .info li {
        width: 100%
    }

    .footerInner .company {
        max-width: 1200px;
        margin: 4rem auto 0;
        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:1024px) {
    .hicard .accordion {
        max-width: 100%
    }
}

@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;
    }

    .pcFlR {
        display: block;
    }

    .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;
        padding: 3rem 0 0;
        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
    }

    .h1Wrap {
        width: 100%;
        margin: 0 auto;
        padding: .5rem 16vw .5rem 4%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .customersBtn a {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.4rem;
        padding: 0.6rem 1.2rem;
        color: #00743f;
        text-decoration: none;
        border-radius: 0.7rem;
        position: relative;
        font-size: 1.2rem;
        line-height: 1.2;
        text-align: center;
    }

    .customersBtn a::before {
        content: "";
        display: block;
        width: 2rem;
        height: 2rem;
        background: url(../img/header_ic02.png) no-repeat center / contain;
        position: static;
        transform: none;
    }

    h1 {
        width: 25%
    }

    .fixed_top {
        position: fixed;
        top: 0;
        z-index: 100
    }

    header {
        position: fixed;
        top: -250px;
        left: 0;
        z-index: 100
    }

    .fixedBox {
        width: 100%;
        background: #e8f3d2;
        padding: 1.5rem 1%
    }

    .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
    }

    #mainVisual {
        width: 100%
    }

    #intro {
        width: 100%;
        background: #f4e5c1;
        padding: 1.1rem 0
    }

    #contents {
        width: 100%
    }

    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%
    }

    .contTop .bg {
        background: #fff;
        margin: 2rem 0 0;
        padding: 1.5rem 1.5rem 1.5rem;
        border-bottom: 2px solid #bbda79
    }

    .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
    }

    #intro img {
        width: 80%
    }

    #intro p {
        font-size: 10px;
        width: 80%;
        margin: 0 auto;
        line-height: 1.3;
        padding-top: 1rem
    }

    .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 {
        margin-top: 2rem
    }

    .insBtn_co {
        margin-top: 2rem
    }

    .insBtn li,
    .insBtn_co li {
        margin-bottom: 1.5rem
    }

    .insBtn li:last-child,
    .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: #ec9737;
        border: .2em solid #ec9737;
        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 #ec9737;
        border-radius: 50rem !important;
        display: block
    }

    .lineBtn {
        width: 100%;
        margin: 2rem auto 0
    }

    .lineBtn li {
        width: 100%;
        padding: 1rem 0;
        background-color: #00b900;
        border-radius: 1rem !important
    }

    .lineBtn li img {
        width: 60%
    }

    #SecFamily .reason {
        width: 90%;
        margin: 1rem auto 0
    }

    #SecFamily .pt-2 {
        margin-top: -20px
    }

    #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
    }

    .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: 0
    }

    img.LINE_logo {
        width: 18%;
        padding: 0 .8rem 0 0
    }

    .SecVoice img {
        height: auto;
        width: 100%
    }

    #SecVoice {
        padding: 50px 0 25px
    }

    #SecVoice .insBtn,
    #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 .insBtn {
        margin-top: 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
    }

    .footerInner .info {
        width: 94%;
        margin: 1.5rem 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
    }

    .hicard {
        margin: 30px 0 0
    }

    .hicard .flex {
        display: block
    }

    .hicard .l_box {
        width: 100%
    }

    .hicard .txt {
        margin: 20px 0 0;
        text-align: center
    }

    .hicard .r_box {
        width: 100%;
        margin: 20px 0 0
    }

    .hicard .hicard_img {
        width: 85%;
        margin: auto
    }

    .hicard .accordion {
        max-width: 100%;
        margin: 30px auto 50px
    }

    .hicard .AccBtn p {
        font-size: 1.6rem
    }

    .hicard .bBl01 {
        border: 1px solid #bbdb78;
        border-top: none
    }

    .hicard .photo_list {
        display: block
    }

    .hicard .photo_list li {
        width: 100%;
        font-size: 1.5rem
    }

    .SecCus_block .icon {
        width: 100%
    }

    #SecCus .lead {
        text-align: justify !important
    }

    .SecCus_block {
        display: block;
        margin: 30px 0 0
    }

    .SecCus_block .item {
        width: 100%;
        margin: 0 0 20px;
        padding: 25px 20px 25px;
        border-radius: 4px
    }

    .SecCus_block .item:last-child {
        margin: 0 0 0
    }

    .SecCus_block .icon {
        width: 60px
    }

    .SecCus_block .age {
        width: calc(100% - 60px);
        padding: 0 0 0 20px;
        font-size: 1.4rem
    }

    .SecCus_block .txt {
        margin: 15px 0 0;
        font-size: 1.4rem
    }

    .SecCus_block .bottom_icon {
        width: 80%;
        margin: 15px auto 0
    }
}

@media screen and (max-width:768px) {
    #flow {
        padding: 4.2666666667vw 0;
        background: #faf8e9
    }

    #flow .contWrapFixed {
        padding: 0 3.4666666667vw
    }

    #flow .cta {
        margin-top: 4vw;
        padding: 0 4vw
    }

    #flow .cta .hd {
        display: inline-block;
        margin-bottom: 2.6666666667vw;
        padding: 3.2vw;
        border-top: .2rem solid #007a47;
        border-bottom: .2rem solid #007a47
    }

    #flow .cta .hd img {
        width: 56.5333333333vw
    }

    #flow .cta .btn {
        width: 100%
    }

    #flow .cta .btn a {
        margin-bottom: 2.6666666667vw;
    }

    #SecPay {
        padding: 0
    }

    #SecPay .subPoint {
        margin: 0 -4vw
    }

    #SecPay .subPoint .hospital {
        margin-top: 2.6666666667vw;
        font-size: 5.8666666667vw
    }

    #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
    }

    #SecVoice .SecVoice__swiper_wrap {
        padding: 0 12.8vw
    }

    #SecVoice .SecVoice__swiper_wrap .SecVoice__swiper {
        padding-bottom: 6.6666666667vw
    }

    #SecVoice .SecVoice__swiper_wrap .swiper-pagination span {
        width: 1.8666666667vw;
        height: 1.8666666667vw;
        border-radius: 1.8666666667vw;
        border: .2666666667vw solid #007a47;
        margin: 0 .8vw
    }

    #accordion_age h3 {
        font-size: 4.2666666667vw;
        padding: 1.6vw;
        margin-bottom: 2.6666666667vw
    }

    #accordion_age .lead {
        font-size: 4.2666666667vw
    }

    #accordion_age .img {
        margin-top: 1.3333333333vw
    }

    #accordion_birthday {
        border: .5333333333vw solid #007a47;
        margin-top: 8vw
    }

    #accordion_birthday h3 {
        font-size: 3.7333333333vw;
        padding: .5333333333vw 0 1.8666666667vw
    }

    #accordion_birthday h3:before {
        top: 1.3333333333vw;
        width: 5.0666666667vw;
        height: 5.0666666667vw;
        margin-right: 1.3333333333vw
    }

    #accordion_birthday .contents {
        padding: 4vw
    }

    #accordion_birthday .contents .txt {
        font-size: 4.2666666667vw;
        line-height: 1.5
    }

    #accordion_birthday .contents .notes {
        font-size: 2.6666666667vw
    }
}

@media screen and (max-width:767px) {
    #dlpo_footer {
        padding-bottom: 16.9230769231vw;
        margin: 30px 0 0
    }

    #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
    }

    #fixedCta230707{
        padding:2.5641025641vw 0
    }
    #fixedCta230707 .wrapper{
        padding:0 2.5641025641vw
    }
    #fixedCta230707 ul li a{
        padding:2.5641025641vw
    }
    #fixedCta230707 ul li a img{
        height:6.4102564103vw
    }
    #fixedCta230707 ul li.entry{
        width:100%
    }
}

@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%
    }

    .fixedBox {
        padding: 1rem 1%
    }

    .fixedBox.is-fixed {
        padding: 1.2rem 1%
    }

    .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
    }
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.cta .cta_note{
    font-size: 1.8rem;
    line-height: 1.8;
    color: #007048;
    text-align: center;
    margin-bottom: 5px;
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
}
.cta .moreBtn a {
  position: relative;
  display: block;
  color: #007048;
  background: #fff;
  border: 2px solid #007048;
  text-decoration: none;
  border-radius: 100px;
  padding: 5px;
  transition: opacity .3s;
  line-height: 1.8;
  font-size: 2.4rem;
  font-family: 'Zen Maru Gothic';
  font-weight: 700;
  width: min(calc(592/1200* 100vw),592px);
  margin: 0 auto min(calc(20/1200* 100vw),20px);
  text-align: center;
}

.cta .moreBtn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid #007048;
  right: min(calc(60/1200* 100vw),60px);
  top: 50%;
  transform: translateY(-50%);
}

.cta .flowBtn a{
    color: #E19C4E;
    border: 2px solid #E19C4E;
}

.cta .flowBtn a::after {
  border-left: 15px solid #E19C4E;
}

.cta .btn{
    width: min(calc(1059/1200* 100vw),1059px);
    margin: 0 auto min(calc(20/1200* 100vw),20px);
}
.cta .btn a{
    display: block;
}


@media only screen and (max-width:768px) {
    .cta .cta_note{
        font-size: 13px;
        margin-top: 20px;
        letter-spacing: -0.05em;
    }

    .cta .moreBtn a {
        padding: 5px;
        line-height: 1.8;
        font-size: 20px;
        width: min(calc(600/768* 100vw),600px);
        margin: 0 auto min(calc(20/768* 100vw),20px);
    }

    .cta .moreBtn a::after {
        right: min(calc(60/768* 100vw),60px);
    }


    .cta .btn{
        width: min(calc(680/768* 100vw),680px);
        margin: 0 auto min(calc(20/768* 100vw),20px);
    }

}

.mypageBox {
    display: flex;
    align-items: center;
    width: 100%;
}
.mypageBox .mypage_logo {
    padding: 0 ;
    width:80px;
    height: 80px;
} 
@media only screen and (max-width:768px) {
    .mypageBox {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .mypageBox .img {
        width: 18%;
        height: 18%;
    } 
    .mypageBox .mypage_logo {
        width: 100%;
        height: 100%;
    } 
}

.hokenPic .hokenPic_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hokenPic .hokenPicTtl{
    text-align: center;
    color: #007a48;
    font-size: 3rem;
    border-top: .4rem solid #007a48;
    border-bottom: .4rem solid #007a48;
    margin: 0 0 2rem;
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
}

.hokenPic .hokenPicTxt {
    width: 50%;
    text-align: center;
    font-size: 2rem;
    line-height: 1.8;
    color: #363636;
    margin-bottom: min(calc(40/1200* 100vw),40px);
    font-weight: 600;
}

.hokenPic .hokenPic_wrap figure {
    width: 45%;
}

#accordion_hokenpic .contAccBox .contInner ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
  margin: 0;
  padding: 0;
}

#accordion_hokenpic .contAccBox .contInner ul li {
  list-style: none;
  margin: 0;
}

@media only screen and (max-width:768px) {
    .hokenPic .hokenPic_wrap{
        display: block;
        justify-content: space-between;
        align-items: center;
    }
    .hokenPic .hokenPicTtl{
        font-size: 2rem;
        margin: 0 0 2rem;
    }

    .hokenPic .hokenPicTxt {
        width: 100%;
        font-size: 1.8rem;
        margin-bottom: min(calc(40/768* 100vw),40px);
    }

    .hokenPic .hokenPic_wrap figure {
        width: 100%;
    }
    #accordion_hokenpic .contAccBox .contInner ul {
    grid-template-columns: repeat(1, 1fr);
    }
}