<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* @include _reset.scss */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
  # Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
  # General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
  # Forms
 # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
  # Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
  # Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
  # Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

.clearfix {
  min-height: 1px;
}

.clearfix::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

html, body, div, p, table, tr, th, td, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, img, a, address, figure {
  margin: 0;
  padding: 0;
  border: 0;
}

img, h1, h2, h3, h4, h5, h6 {
  vertical-align: middle;
}

/* @include _common.scss */
/* @include _breakpoints.scss */
/* break point media query */
@media (max-width: 767.9px) {
  .pc {
    display: none !important;
  }
}
.pc_i {
  display: inline;
}
@media (max-width: 767.9px) {
  .pc_i {
    display: none;
  }
}
.pc_ib {
  display: inline-block;
}
@media (max-width: 767.9px) {
  .pc_ib {
    display: none;
  }
}

.tb {
  display: none;
}
@media (max-width: 1025px) {
  .tb {
    display: block;
  }
}
.tb_i {
  display: none;
}
@media (max-width: 1025px) {
  .tb_i {
    display: inline;
  }
}
.tb_ib {
  display: none;
}
@media (max-width: 1025px) {
  .tb_ib {
    display: inline-block;
  }
}

.sp {
  display: none;
}
@media (max-width: 767.9px) {
  .sp {
    display: block;
  }
}
.sp_i {
  display: none;
}
@media (max-width: 767.9px) {
  .sp_i {
    display: inline;
  }
}
.sp_ib {
  display: none;
}
@media (max-width: 767.9px) {
  .sp_ib {
    display: inline-block;
  }
}

html {
  width: 100%;
  min-height: 100%;
}

.wf-active {
  visibility: visible;
}

body {
  width: 100%;
  min-height: 100%;
  color: #000;
  background: #fff;
  line-height: 1.5;
  font-family: 
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  letter-spacing: 0.05em;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 767.9px) {
    body {
      width: 100%;
      min-height: 100%;
      line-height: 1.5;
      letter-spacing: 0.05em;
      font-optical-sizing: auto;
      font-size: 14px;
      font-weight: 400;
    }
}

.l-container {
  overflow: hidden;
    text-align: center;
}

@media (max-width: 1025px) {
  .pc {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .pc {
    display: none;
  }
}

.tb {
  display: none;
}
@media (max-width: 1025px) {
  .tb {
    display: block;
  }
}
@media (max-width: 767.9px) {
  .tb {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 1025px) {
  .sp {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .sp {
    display: block;
  }
}

.tb.sp {
  display: none;
}
@media (max-width: 1025px) {
  .tb.sp {
    display: block;
  }
}
@media (max-width: 767.9px) {
  .tb.sp {
    display: block;
  }
}

sup {
  font-size: 50%;
}

a:hover img.rollover {
  opacity: 1;
}

@media (max-width: 767.9px) {
  img {
    max-width: 100%;
  }
}

a,
button {
  transition: all 0.15s linear;
}
a:hover,
button:hover {
  opacity: 0.7;
  transition: 0.2s;
  transition: all 0.2s cubic-bezier(0.2, 0.84, 0.61, 0.99);
  color: #213866;
}

a {
  overflow: hidden;
}
a img {
  transition: all 0.1s linear;
}
a .u-imgExpand {
  overflow: hidden;
}
a:hover {
  overflow: hidden;
}
a:hover .u-imgExpand {
  overflow: hidden;
}
a:hover .u-imgExpand img {
  transform: scale(1.07);
  transition: all 0.3s cubic-bezier(0.2, 0.84, 0.61, 0.99);
}

@media (min-width: 768px) {
    a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
}

/* Utility */
.lsp-005 {
  letter-spacing: 0.05em !important;
}

.lsp-006 {
  letter-spacing: 0.06em !important;
}

.lsp-007 {
  letter-spacing: 0.07em !important;
}

.lsp-008 {
  letter-spacing: 0.08em !important;
}

.lsp-009 {
  letter-spacing: 0.09em !important;
}

.lsp-010 {
  letter-spacing: 0.1em !important;
}

.lsp-011 {
  letter-spacing: 0.11em !important;
}

.lsp-012 {
  letter-spacing: 0.12em !important;
}

.lsp-013 {
  letter-spacing: 0.13em !important;
}

@media (max-width: 767.9px) {
  .lsp-000_sp {
    letter-spacing: 0 !important;
  }
  .lsp-010_sp {
    letter-spacing: 0.1em !important;
  }
}




/* Header
--------------------------------------------*/
.l-header {
    border-bottom: 20px #0F965C solid;
}
.l-header-inner {
    max-width: 1100px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
    margin: auto;
    text-align: left;
}

.l-header-inner h1 {
    width: 167px;
}
.l-header-inner h1 img {
    width: 100%;
    height: auto;
}

@media (max-width: 767.9px) {
    
    .l-header {
        border-bottom: 5px #193F86 solid;
    }
    .l-header-inner {
        max-width: 1100px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px;
        margin: auto;
        text-align: left;
    }
    .l-header h1 img {
        width: 120px;
    }
    
}

/* Footer
--------------------------------------------*/
.l-footer {
    
}

.l-footer-contact {
    box-sizing: border-box;
    max-width: 1100px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 50px;
    padding-right: 50px;
    margin: auto;
    text-align: left;
}

.l-contact-info {
    display: flex;
    justify-content: center;
}

.l-contact-info &gt; * {
    vertical-align: top;
}
.l-contact-info th {
    display: block;
    text-align: left;
}
.l-contact-info td {
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5em;
}
.l-contact-info img {
    margin-bottom: 10px;
}
.l-contact-morisada th {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.33em;
    padding-bottom: 15px;
}
.l-contact-peacenote th {
    font-weight: 300;
    padding: 50px 0 15px;
}
.l-contact-peacenote img {
    max-width: 393px;
    margin-top: 5px;
}

.l-copyright {
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    
}
.l-copyright p {
    box-sizing: border-box;
    max-width: 1100px;
    padding-top: 80px;
    padding-bottom: 75px;
    padding-left: 50px;
    padding-right: 50px;
    margin: auto;
}
.l-copyright small {
    font-size: 14px;
    font-weight: 300;
}

@media (max-width: 767.9px) {

    .l-footer-contact {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .l-contact-info a {
        text-decoration: underline;
    }
    
    .l-contact-info {
        display: flex;
        justify-content: center;
        font-size: 14px;
        line-height: 1.5em;
    }

    .l-contact-info &gt; * {
        vertical-align: top;
    }
    .l-contact-info th {
        display: block;
        text-align: left;
    }
    .l-contact-info td {
        display: block;
        font-size: 16px;
        line-height: 1.5em;
    }
    .l-contact-info img {
        margin-bottom: 10px;
    }
    .l-contact-morisada th {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.33em;
        padding-bottom: 10px;
    }
    .l-contact-peacenote th {
        font-weight: 300;
        padding: 30px 0 10px;
    }
    .l-contact-peacenote img {
        max-width: 240px;
    }

    .l-copyright {
        background-color: #ffffff;

    }
    .l-copyright p {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
        margin: auto;
    }
    .l-copyright small {
        font-size: 10px;
        font-weight: 300;
    }

}


/* # =================================================================
  # Contents
# ================================================================= */

main img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.l-section-inner {
    box-sizing: border-box;
    max-width: 1100px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 50px;
    padding-right: 50px;
    margin: auto;
    text-align: left;
}

.u-has-bgcolor {
    background-color: #E1EDEC;
}

.u-contact-bgcolor {
    background-color: #EFEFEF;
}

.p-section-title {
    font-size: 40px;
    line-height: 1.33em;
    text-align: center;
    color: #ffffff;
    background-color: #0F965C;
    border-radius: 100px;
    padding: 12px 20px;
    margin-bottom: 60px;
    position: relative;
}

.p-section-title .note {
    position: absolute;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1em;
    right: 0;
    bottom: -25px;
}

@media (max-width: 1000px) {

    .p-section-title {
        font-size: 36px;
        line-height: 1.33em;
    }

}

@media (max-width: 767.9px) {

    .l-section-inner {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .p-section-title {
        font-size: 26px;
        line-height: 1.33em;
        text-align: center;
        color: #ffffff;
        background-color: #0F965C;
        border-radius: 100px;
        padding: 12px;
        margin-bottom: 30px;
        position: relative;
    }

    .p-section-title .note {
        position: absolute;
        color: #000000;
        font-size: 12px;
        font-weight: 300;
        line-height: 1em;
        right: 0;
        bottom: -25px;
    }
    
}

.l-page-heading .l-section-inner {
    padding-top: 60px;
}

.p-page-title {
    display: flex;
    justify-content: center;
    max-width: 918px;
    gap: 50px;
    margin: 60px auto 0;
}
.p-page-title figure {
    flex-shrink: 0;
    width: 202px;
    padding-top: 10px;
}
.p-page-title h1 {
    font-size: 40px;
    line-height: 1.5em;
}

@media (max-width: 767.9px) {
    
    .l-page-heading .l-section-inner {
        padding-top: 30px;
    }

    .p-page-title {
        display: block;
        justify-content: center;
        max-width: 918px;
        gap: 50px;
        margin: 10px auto 0;
    }
    .p-page-title figure {
        width: 140px;
        padding-top: 10px;
        margin: auto;
    }
    .p-page-title h1 {
        font-size: 22px;
        line-height: 1.5em;
        text-align: center;
        margin-top: 10px;
    }
    
}

.p-key-visual {
    display: flex;
    margin-top: 60px;
    gap: 2%;
}

.p-key-visual &gt; figure {
    width: 49%;
}

.p-key-visual figcaption {
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
}


@media (max-width: 767.9px) {

    .p-key-visual {
        display: flex;
        margin-top: 30px;
        gap: 2%;
    }

    .p-key-visual &gt; figure {
        width: 49%;
    }

    .p-key-visual figcaption {
        text-align: center;
        margin-top: 15px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.5em;
    }

}

.p-feature-title {
    margin-top: 60px;
}
.p-feature-text {
    margin-top: 60px;
    display: flex;
    gap: 20px;
}
.p-feature-image {
    margin-top: 44px;
    display: flex;
    gap: 2%;
}
.p-feature-image p {
    width: 49%;
}


@media (max-width: 767.9px) {

    .p-feature-title {
        margin-top: 40px;
    }
    .p-feature-text {
        margin-top: 30px;
        display: block;
        padding: 0 20px;
    }
    .p-feature-text p + p {
        margin-top: 9px;
    }
    
    .p-feature-note {
        text-align: right;
        font-size: 11px;
        font-weight: 300;
        line-height: 1.33em;
        margin-top: 10px;
    }
    
    .p-feature-image {
        margin-top: 44px;
        display: block;
    }
    
    .p-feature-image p {
        margin-top: 20px;
        width: auto;
    }

}


.l-section-faq .l-section-inner {
    padding-top: 40px;
    padding-bottom: 80px;
}

.l-section-faq .l-section-inner h3 {
    font-size: 20px;
}

.p-faq {
    display: flex;
    gap: 2%;
    margin-top: 30px;
}

.p-faq &gt; div {
    width: 49%;
}

@media (max-width: 767.9px) {

    .l-section-faq .l-section-inner {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .l-section-faq .l-section-inner h3 {
        font-size: 16px;
    }

    .p-faq {
        display: block;
        margin-top: 20px;
    }

    .p-faq &gt; div {
        width: auto;
    }
    .p-faq p + p {
        margin-top: -1px;
    }
    
}


.l-lineup-pet h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.33em;
}

.l-lineup-pet h4 span {
    font-size: 16px;
    line-height: 1em;
    display: inline-block;
    color: #ffffff;
    background-color: #B0002B;
    padding: 10px;
    vertical-align: text-top;
    margin-left: 60px;
}

.l-pet-inner {
    display: flex;
    gap: 4%;
    margin-top: 20px;
}

.l-pet-inner &gt; * {
    width: 48%;
}

.l-pet-inner .situation {
    display: flex;
    gap: 4%;
}
.l-pet-inner .situation &gt; div {
    width: 48%;
}

.l-pet-inner .situation dl {
}

.l-pet-inner .situation dt {
    width: 80px;
    padding: 6px;
    color: #ffffff;
    font-weight: 600;
    background-color: #0F965C;
    text-align: center;
    margin-top: 15px;
}

.l-pet-inner .situation dd {
    margin-top: 15px;
}


@media (max-width: 767.9px) {
    
    .l-lineup-pet h4 {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.33em;
        margin-top: 5px;
        position: relative;
    }

    .l-lineup-pet h4 span {
        font-size: 14px;
        line-height: 1em;
        display: inline-block;
        color: #ffffff;
        background-color: #B0002B;
        padding: 8px;
        vertical-align: text-top;
        margin-left: 0px;
        position: absolute;
        right: -5px;
        top: 2px;
    }

    .l-pet-inner {
        display: block;
        margin-top: 10px;
    }

    .l-pet-inner &gt; * {
        width: auto;
    }

    .l-pet-inner .situation {
        display: block;
    }
    .l-pet-inner .situation &gt; div {
        width: auto;
        margin: 30px auto 0;
        max-width: 260px;
    }
    .l-pet-inner .situation figure {
        text-align: center;
    }

    .l-pet-inner .situation dl {
    }

    .l-pet-inner .situation dt {
        width: 80px;
        padding: 6px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.5em;
        background-color: #0F965C;
        text-align: center;
        margin-top: 15px;
    }

    .l-pet-inner .situation dd {
        margin-top: 10px;
    }

}


.l-lineup-example {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 2%;
    margin-top: 60px;
}
.l-lineup-example &gt; li {
    width: 49%;
}

.l-lineup-pet &gt; h3,
.l-lineup-example &gt; li h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    position: relative;
    padding-left: 27px;
}
.l-lineup-pet &gt; h3::before,
.l-lineup-example &gt; li h3::before {
    content: "■";
    color: #0F965C;
    position: absolute;
    left: 0;
    top: 0;
}
.l-lineup-example &gt; li .inner {
    display: flex;
    gap: 4%;
    margin-top: 17px;
}
.l-lineup-example &gt; li .inner &gt; * {
    flex-shrink: 0;
    width: 48%;
}

.l-lineup-example.lineup-sub {
    background-color: #E1EDEC;
    padding: 40px 40px;
}


@media (max-width: 767.9px) {
    
    .l-lineup-example {
        display: block;
        margin-top: 30px;
    }
    .l-lineup-example &gt; li {
        width: 260px;
        margin: 30px auto 0;
    }
    
    .l-lineup-pet {
        padding-top: 20px;
    }

    .l-lineup-pet &gt; h3,
    .l-lineup-example &gt; li h3 {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5em;
        position: relative;
        padding-left: 22px;
    }
    .l-lineup-pet &gt; h3::before,
    .l-lineup-example &gt; li h3::before {
        content: "■";
        color: #0F965C;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .l-lineup-example &gt; li .inner {
        display: block;
        margin-top: 10px;
    }
    
    .l-lineup-example &gt; li .inner &gt; * {
        width: auto;
    }

    .l-lineup-example &gt; li .inner &gt; figure {
        text-align: center;
    }
    
    .l-lineup-example &gt; li .inner &gt; p {
        margin-top: 15px;
    }

    .l-lineup-example.lineup-sub {
        background-color: #E1EDEC;
        padding: 1px 20px 30px;
        margin-top: 30px;
    }

}


.p-link-button {
    text-align: center;
    margin-top: 80px;
}

.p-link-button a {
    display: block;
    width: 340px;
    margin: auto;
    box-sizing: border-box;
    border: 3px #0F965C solid;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1em;
    padding: 25px;
    position: relative;
}

.p-link-button a::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    width: 11px;
    height: 15px;
    margin: auto;
    background: url("../img/icon-arrow-right_green.svg") no-repeat;
}
.p-link-button a:hover {
    background-color: #0F965C;
    color: #ffffff;
    opacity: 1;
}
.p-link-button a:hover::after {
    background: url("../img/icon-arrow-right_white.svg") no-repeat;
}

@media (max-width: 767.9px) {

    .p-link-button {
        text-align: center;
        margin-top: 40px;
    }

    .p-link-button a {
        display: block;
        width: auto;
        max-width: 300px;
        margin: auto;
        box-sizing: border-box;
        border: 3px #0F965C solid;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.1em;
        padding: 25px 15px;
        position: relative;
    }

    .p-link-button a::after {
        content: "";
        position: absolute;
        right: 16px;
        top: 0;
        bottom: 0;
        width: 11px;
        height: 15px;
        margin: auto;
        background: url("../img/icon-arrow-right_green.svg") no-repeat;
    }
    .p-link-button a:hover {
        background-color: #0F965C;
        color: #ffffff;
        opacity: 1;
    }
    .p-link-button a:hover::after {
        background: url("../img/icon-arrow-right_white.svg") no-repeat;
    }

}

</pre></body></html>