@charset "UTF-8";
/*
----------------------------------------------------------------------
# Base Settings
----------------------------------------------------------------------
*/
/*
----------------------------------------------------------------------
# Mixin Settings
----------------------------------------------------------------------
*/
/* --- ペット用カラーパレット --- */

@media (min-width: 768px) {

  .hover:hover,
  a img:hover {
    opacity: 0.7;
  }

}

* {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
 display: block;
}

audio,
canvas,
video {
 display: inline-block;
}

audio:not([controls]) {
 display: none;
 height: 0;
}

[hidden] {
 display: none;
}

html {
 font-family: Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
 font-size: 62.5%;
}

body {
 position: relative;
 margin: 0;
 padding: 0;
 font-size: 14px;
 font-size: 1.4rem;
 color: #333333;
 -webkit-text-size-adjust: 100%;
}

@media print {

  body {
    font-size: 8pt;
  }

}

h1,
h2,
h3,
h4,
h5,
h6 {
 margin: 0;
 padding: 0 0 1.0em;
 font-weight: bold;
}

h1 {
 line-height: 1.3;
 font-size: 24px;
 font-size: 2.4rem;
}

@media print {

  h1 {
    font-size: 18pt;
  }

}

h2 {
 line-height: 1.3;
 font-size: 18px;
 font-size: 1.8rem;
}

@media print {

  h2 {
    font-size: 12pt;
  }

}

h3 {
 line-height: 1.3;
 font-size: 16px;
 font-size: 1.6rem;
}

@media print {

  h3 {
    font-size: 10pt;
  }

}

p {
 margin: 0;
 padding: 0 0 1.0em;
 line-height: 1.6;
}

ul,
ol {
 padding: 0 0 1.0em;
 margin: 0;
 line-height: 1.6;
}

ul ul,
ul ol,
ol ul,
ol ol {
 padding-bottom: 0;
}

ul li,
ol li {
 margin-left: 28px;
}

ul.layout-row,
ul.layout-row-liquid,
ul.layout-table-row,
ol.layout-row,
ol.layout-row-liquid,
ol.layout-table-row {
 padding-bottom: 0;
}

dl {
 margin: 0;
}

dl dt {
 font-weight: bold;
}

dl dd {
 margin: 0;
 padding: 0 0 1.0em;
}

a {
 color: #0066cc;
 text-decoration: underline;
 outline: 0;
}

a:hover {
 text-decoration: none;
 color: #08a5e1;
}

strong,
em {
 font-weight: bold;
}

em
,
i {
 font-style: normal;
}

dfn {
 font-style: italic;
}

mark {
 background: #FF0;
 color: #000;
}

code,
kbd,
pre,
samp {
 font-family: monospace, serif;
 font-size: 1em;
 color: #000;
 background-color: #eee;
}

pre {
 white-space: pre;
 white-space: pre-wrap;
 word-wrap: break-word;
}

q {
 quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
 font-size: 80%;
}

sub,
sup {
 font-size: 75%;
 line-height: 0;
 position: relative;
 vertical-align: baseline;
}

sup {
 top: -0.5em;
}

sub {
 bottom: -0.25em;
}

img {
 border: 0;
 vertical-align: top;
}

svg:not(:root) {
 overflow: hidden;
}

figure {
 margin: 0;
}

fieldset {
 clear: both;
 margin: 0;
 padding: 0;
 border: none;
}

legend {
 border: 0;
 padding: 0;
}

button,
input,
select,
textarea {
 font-family: inherit;
 font-size: 100%;
 margin: 0;
}

button,
input {
 line-height: normal;
}

button[disabled],
button[disabled],
input[disabled],
input[disabled] {
 cursor: default;
}

button::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner,
input::-moz-focus-inner {
 border: 0;
 padding: 0;
}

button {
 cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
 box-sizing: border-box;
 padding: 0;
}

input[type="reset"],
input[type="submit"] {
 cursor: pointer;
}

input[type="search"] {
 -webkit-appearance: textfield;
 -moz-box-sizing: content-box;
 -webkit-box-sizing: content-box;
 box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

html input[type="button"] {
 cursor: pointer;
}

textarea {
 overflow: auto;
 vertical-align: top;
}

.txt-source {
 margin: 0.5em;
 padding: 0.5em;
 border-radius: 4px;
 border: 1px solid #cccccc;
 background-color: #fafafa;
}

@media print {

  .txt-source {
    border-style: dashed;
    font-style: italic;
  }

}

table {
 border-collapse: collapse;
 border-spacing: 0;
}
