@charset "UTF-8";
/* ---------------------
   Normalize
------------------------ */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  margin: 3px 0.5ex;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ---------------------
   Utility styles
------------------------ */
/* UTILITIES */
.ofhidden {
  overflow: hidden;
}

.ofauto {
  overflow: auto;
}

.red {
  color: #f9bd46;
}

.floatleft,
.alignleft {
  float: left;
  margin: 0 20px 1em 0;
}

.floatright,
.alignright {
  float: right;
  margin: 0 0 1em 20px;
}

.tacenter {
  text-align: center !important;
}

.mt00 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 60px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr00 {
  margin-right: 0 !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 60px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml00 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 60px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb3em {
  margin-bottom: 3em !important;
}

.mb10em {
  margin-bottom: 10em !important;
}

.mt1em {
  margin-top: 1em !important;
}

.mt2em {
  margin-top: 2em !important;
}

.mt3em {
  margin-top: 3em !important;
}

.mgt0 {
  margin-top: 0 !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgb12 {
  margin-bottom: 12px !important;
}

.pt00 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr00 {
  padding-right: 0 !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl00 {
  padding-left: 0 !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.txt_left {
  text-align: left !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 12px;
}

.alcenter {
  text-align: center !important;
}

.alleft {
  text-align: left !important;
}

.alright {
  text-align: right !important;
}

.vetop {
  vertical-align: top !important;
}

.vemiddle {
  vertical-align: middle !important;
}

.vebottom {
  vertical-align: bottom !important;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.cf:after,
.clearfix:after,
.clear:after {
  content: "";
  clear: both;
  display: block;
}

.pc-hide {
  display: none;
}

@media screen and (max-width: 680px) {
  .sp-hide,
  .pcon {
    display: none;
  }

  .pc-hide {
    display: inherit;
  }
}
@media all and (min-width: 681px) {
  .spon {
    display: none;
  }
}

.single-blog .container,
.single-breed .container {
  margin-top: 2rem;
}

.contents-blog {
  width: 740px;
}

.sidebar-blog {
  width: 320px;
}

@media all and (max-width: 667px) {
  .contents-blog,
  .sidebar-blog {
    width: 100%;
    padding: 0 3.33333vw;
  }
  .contents-breed_cat {
    width: 100%;
    padding: 0;
  }
  .sidebar-blog_cats {
    display: none;
  }
  .single-breed .sidebar-blog {
    padding: 0;
    margin: 3rem 0;
  }
}

.post-header {
  display: flex;
  flex-direction: column;
}
.post-header-meta {
  display: flex;
  gap: .5em;
}
.post-blog_cat,
.post-breed_cat {
  font-size: 1rem;
  color: #fff;
  padding: .2em 1em;
  background-color: #6A81DA;
}
.post-postdate {
  font-size: 1rem;
  padding: .2em 1em;
}
.post-title {
  color: #505050;
  padding: 1rem 0 0;
  font-size: 2.475rem;
  font-weight: bold;
  line-height: 1.3;
}
.post-share {
  margin-top: 1rem;
  width: 100%;
}
.post-share .share-buttons {
  display: flex;
  gap: 1rem;
}
.single-campaigns .post-share .share-buttons,
.single-topics .post-share .share-buttons {
  justify-content: center;
}
.post-share .share-buttons > li {
  flex: 0 0 36px;
  height: 36px;
}
.post-share .share-buttons a:hover .mark {
  fill: #CEDAFF;
}
@media all and (max-width: 680px) {
  .post-share .share-buttons,
  .single-campaigns .post-share .share-buttons,
  .single-topics .post-share .share-buttons {
    justify-content: flex-end;
    gap: .6875rem;
  }
  .post-share .share-buttons > li {
    flex: 0 0 7.466667vw;
    height: 7.466667vw;
  }
}

.single-campaigns .post-header,
.single-topics .post-header {
  justify-content: center;
  align-items: center;
}
.single-campaigns .post-title,
.single-topics .post-title {
  text-align: center;
  padding: 0;
}
.single-campaigns .post-postdate,
.single-topics .post-postdate {
  text-align: center;
}
@media all and (max-width: 680px) {
  .single-campaigns .post-header,
  .single-topics .post-header {
    align-items: flex-start;
  }
  .single-campaigns .post-title,
  .single-topics .post-title,
  .single-campaigns .post-postdate,
  .single-topics .post-postdate {
    text-align: left;
    padding-left: 0;
  }
}

.post-body {
  margin-top: 3rem;
}
.post-body p {
  margin-bottom: 1.5em;
}
.post-body p:not(:first-child) {
  margin-top: 1.5em;
}
.post-body > .expired {
  margin: 2rem auto;
  color: #E85064;
  text-align: center;
  font-size: 1.375rem;
  font-weight: bold;
}
.post-content img.aligncenter {
      text-align: center;
      margin: 0 auto;
      display: block;
}
.post-content img.alignleft {
      text-align: left;
      margin: 0 auto;
      display: block;
}
.post-content img.alignright {
      text-align: right;
      margin: 0 auto;
      display: block;
}
.post-content h1 {
  font-size: 1.5rem;
  color: #6aa2fb;
  padding: 0;
}
.post-content h2 {
  font-size: 1.375rem;
  color: #505050;
  padding: 0;
  margin: 3em 0 1em 0;
}
.post-content h3 {
  font-size: 1.25rem;
  color: #505050;
  padding: 0;
  margin: 2em 0 1em 0;
}
.post-content h4 {
  font-size: 1rem;
  color: #505050;
  padding: 0;
  margin: 2em 0 1em 0;
}
.post-content h5 {
  font-size: .9375rem;
  color: #6aa2fb;
  padding: 0;
}
.post-content h6  {
  font-size: .875rem;
  color: #6aa2fb;
  padding: 0;
}
.post-content a {
      color: #6aa2fb;
      text-decoration:underline;
}
.post-content .scrollable-table table{
  border-collapse: collapse;
  margin: 1em 0;
  max-width: 100%;
}
.post-content .scrollable-table th{
  background-color: #eee;
}
.post-content .scrollable-table th,
.post-content .scrollable-table td{
  border: solid 1px #ccc;
  padding: 3px 5px;
}
.post-content .scrollable-table {
  margin-bottom: 1em;
}

/* Sort Blog */
.bt-sort-blog {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 2rem;
}
.bt-sort-blog > li {
  flex: 0 0 176px;
}
.bt-sort-blog > li a {
  display: block;
  text-align: center;
  font-size: .875rem;
  color: #505050;
  border: 1px solid #6A81DA;
  background-color: #fff;
  padding: .5em;
}
.bt-sort-blog > li a.active {
  color: #fff;
  background-color: #6A81DA;
  pointer-events: none;
}
.bt-sort-blog > li a:not(.active):hover {
  background-color: #C9DDFF;
  text-decoration: none;
}
@media all and (max-width: 680px) {
  .bt-sort-blog {
    justify-content: space-between;
    gap: 2.6%;
    margin-top: 1rem;
    margin-left: 3.33333vw;
    margin-right: 3.33333vw;
  }
  .bt-sort-blog > li {
    flex: 1 1 48.7%;
  }
}

/* More Blog Posts */
.bt-entry-more {
  display: block;
  width: 270px;
  border: 1px solid #e5e5e9;
  border-radius: 50px;
  padding: .75em 1em .75em 2em;
  position: relative;
  text-align: center;
  font-size: 1rem;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  margin: .5rem auto;
}
.bt-entry-more::before {
  content: '';
  width: .5em;
  height: .5em;
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(-45deg) translateY(-.25em);
  position: absolute;
  left: 2em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bt-entry-more:hover {
  background-color: #eee;
}
.bt-entry-more[disabled] {
  display: none;
}
.scroller-status {
  display: none;
  margin-top: 40px;
}
.infinite-scroll-request {
  animation: scroll-request 1.1s infinite linear;
  border: 4px solid #00b8d4;
  border-left: 4px solid #fff;
  border-radius: 50%;
  height: 48px;
  margin: auto;
  width: 48px;
}
@keyframes scroll-request {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.infinite-scroll-last,
.infinite-scroll-error {
  color: #757575;
  text-align: center;
}
@media all and (max-width: 681px) {
  .bt-entry-more {
    width: 90%;
    font-size: .875rem;
  }
}

.post-body .bn_youtube_aq {
    margin: 5em auto;
    text-align: center;
}

.post-body .bn_youtube_aq .balloon{
    position: relative;
    padding: 20px 30px;
    background-color: #c9e0f7;
    border-radius: 1em;
    text-align: center;
    display: inline-block;
    font-size: 1.0rem;
}

.post-body .bn_youtube_aq .balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
      bottom: -10px;
    border-top: 10px solid #c9e0f7;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.post-body .bn_youtube_aq h6{
    font-size: 1.125rem;
    color: #3e3a38;
    font-weight: 600;
    margin: 1.0em auto 0.5em;
}
.post-body .bn_youtube_aq p{
    margin: 0 auto;
    width:400px;
}


.post-body .legacy-post a, .post-body .recommend a, .post-body .nav-prev-next a {
      color: #3e3a39;
      text-decoration:none;
}

@media all and (max-width: 667px) {
  .post-blog_cat,
  .post-breed_cat,
  .post-postdate {
    font-size: 2.93333vw;
  }

  .post-title {
    font-size: 7.2vw;
    padding: 1rem 0 0;
  }

  .post-body {
    margin-top: 1.5rem;
  }
  .post-body > .expired {
    margin: 1rem auto;
    font-size: 1rem;
  }
  .post-content {
    font-size: 4.26667vw;
    line-height: 2;
  }
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5{
      font-size: 4.8vw;
    }
  .post-content .scrollable-table {
    overflow-x: auto;
  }
  .post-content .scrollable-table th,
  .post-content .scrollable-table td{
    white-space: nowrap;
  }
      
  .post-body .bn_youtube_aq h6{
      font-size: 4.26667vw;
  }
  .post-body .bn_youtube_aq .balloon{
      position: relative;
      padding: 20px 30px;
      background-color: #c9e0f7;
      border-radius: 1em;
      text-align: center;
      display: inline-block;
      font-size: 0.875rem;
  }
  .post-body .bn_youtube_aq .balloon br{
      display: none;
  }
  .post-body .bn_youtube_aq p{
      width:100%;
  }
    
    
  .page-contents {
    padding: 0 3.33333vw;
  }
}
.post-block-heading + .post-block-body {
  margin-top: 2rem;
}

.post-block-body {
  padding: 0 1rem;
}

@media all and (max-width: 667px) {
  .post-block-body {
    padding: 0 .75rem;
  }
}
.post-anchorlinks {
  background: url(../images/common-fish/bg-page-header.png) repeat left top;
  padding: 2rem;
  list-style: none;
  margin: 2rem 0;
  text-align: center;
}
.post-anchorlinks > li {
  display: inline-block;
  margin: 0 1rem;
}
.post-anchorlinks > li::before {
  content: '＞';
  display: inline-block;
  margin-right: .5em;
  color: #000;
  -webkit-transform: rotate(90deg) scaleX(0.7);
          transform: rotate(90deg) scaleX(0.7);
}
.post-anchorlinks > li a {
  color: #000;
}
.post-anchorlinks > li a:hover {
  color: #1c3d75;
}

.blog_cat-title {
  margin-top: 2rem;
  color: #6A81DA;
  font-weight: bold;
  font-size: 1.25rem;
  padding: 0;
  line-height: 2;
  text-align: center;
}
.blog_cat-title span, .breed_cat-title span {
  display: block;
}

.tab-content-blog_cat .topics__list > li {
  margin: 0 10px 13px 0;
  flex: 0 1 auto;
}

@media all and (max-width: 667px) {
  .blog_cat-title, .breed_cat-title {
    margin-top: 1rem;
    font-size: 1rem;
  }

  .tab-content-blog_cat .topics__list > li {
    margin: 0;
  }
  .tab-content-blog_cat .topics__list > li:nth-child(n+3) {
    margin-top: 2%;
  }

  .contents-blog .topics,
  .contents-breed_cat .topics {
    margin: 6.66667vw 0;
  }
}
.no-posts {
  margin: 2rem auto;
  text-align: center;
  color: #999;
}

.recentposts-list {
  display: none;
}

@media all and (max-width: 667px) {
  .recentposts-list {
    display: block;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
  }
  .recentposts-list li:not(:first-child) {
    border-top: 1px dashed #d4d4d4;
  }
  .recentposts-list a {
    color: #211600;
    position: relative;
    display: block;
    padding: .75rem .5rem .75rem 1.5rem;
  }
  .recentposts-list a:hover {
    text-decoration: none;
    color: #6aa2fb;
  }
  .recentposts-list a::before {
    content: '＞';
    color: #6aa2fb;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1.75em;
  }
}
.sns {
  margin-top: 4rem;
  margin-bottom: 4rem;
  clear: both;
}
.sns-heading {
  text-align: center;
}
.sns-heading::before {
  content: '';
  display: inline-block;
  border-top: 1px solid #3e3a39;
  width: 1.5em;
  height: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  position: relative;
  top: -.25em;
  margin-right: .25em;
}
.sns-heading::after {
  content: '';
  display: inline-block;
  border-top: 1px solid #3e3a39;
  width: 1.5em;
  height: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  position: relative;
  top: -.25em;
  margin-left: .25em;
}
.sns-buttons {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.sns-buttons > li {
  margin: 0 1rem;
  width: 125px;
}

@media all and (max-width: 667px) {
  .sns-buttons > li {
    margin: 0 .5rem;
    width: 26.93333vw;
  }
}
.bt-general {
  margin: 3rem 0;
}
.bt-general a {
  display: block;
  border: 4px solid #1c3d75;
  background-color: transparent;
  color: #1c3d75;
  text-align: center;
  padding: .5em 2.2rem .5em .5em;
  width: 350px;
  margin: 0 auto;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
}
.bt-general a:hover {
  background-color: #e1f1ff;
  text-decoration: none;
}
.bt-general a::after {
  content: '▶';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.4rem;
  margin: auto;
  height: 1em;
  font-size: 1.25rem;
  line-height: 1;
}
.bt-general a.-invert {
  background-color: #1c3d75;
  color: #fff;
}
.bt-general a.-invert:hover, .bt-general a.-invert:active {
  opacity: .9;
  background-color: #1c3d75;
}

@media all and (max-width: 667px) {
  .bt-general {
    margin: 1rem 0;
  }
  .bt-general a {
    width: 85.6%;
    border-width: 2px;
    padding: .5em 2.2em .5em .5em;
    font-weight: normal;
    font-size: 4.26667vw;
    background-color: #fff;
  }
  .bt-general a:hover, .bt-general a:active {
    background-color: #e1f1ff;
  }
  .bt-general a::after {
    right: 1rem;
  }
}
.bt-campaign {
  margin: 3rem 0;
}
.bt-campaign a {
  display: block;
  background-color: #8ec014;
  color: #fff;
  text-align: center;
  padding: .5em;
  width: 370px;
  margin: 0 auto;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
}
.bt-campaign a:hover {
  background-color: #a5cd43;
  text-decoration: none;
}
.bt-campaign a::after {
  content: '▶';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  height: 1em;
  font-size: 1.25rem;
  line-height: 1;
}

@media all and (max-width: 667px) {
  .bt-campaign {
    margin: 1rem 0;
  }
  .bt-campaign a {
    width: 90%;
    font-weight: normal;
    font-size: 4.26667vw;
  }
  .bt-campaign a:hover, .bt-campaign a:active {
    background-color: #a5cd43;
  }
  .bt-campaign a::after {
    right: 1rem;
  }
}
.jiman-banner {
  padding-bottom: 1.5rem;
  border-bottom: 1px dotted #d4d4d4;
}
.jiman-banner__list {
  display: flex;
  justify-content: center;
  flex-flow: row-reverse;
  align-items: center;
}
.jiman-banner__list > li {
  width: 240px;
  margin: 0 6.5px;
}
.jiman-banner + .topics {
  margin-top: 1.5rem;
}

@media all and (max-width: 667px) {
  .jiman-banner {
    margin: 0 3.33333vw;
    padding-bottom: 1rem;
  }
  .jiman-banner__list {
    flex-wrap: wrap;
    margin: 0 -1%;
  }
  .jiman-banner__list > li {
    width: 48%;
    margin: 0 1% 2%;
  }
}
.recommend {
  margin-top: 3rem;
}
.contents-breed_cat .recommend {
  padding: 0;
  max-width: 1000px;
  margin: 3rem auto 0;
}
.recommend__heading {
  display: block;
  color: #363332;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: normal;
}
.recommend__list + .recommend__heading,
.bt-recommend-more + .recommend__heading {
  margin-top: 3em;
}
.recommend__list {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -20px 0 0;
  padding: 0;
}
.recommend__list > li {
  width: 240px;
  margin: 0 10px 13px 0;
  border: 1px solid #d4d4d4;
}
.recommend__list > li > a,
.recommend__list > li > span {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
}
.recommend__list > li > a:hover,
.recommend__list > li > span:hover {
  text-decoration: none;
  color: inherit;
  background-color: #fefbfb;
}
.recommend__list > li:hover {
  box-shadow: 0 0 5px #ccc;
}
.recommend__thumb {
  flex: 0 0 auto;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background: url(/fish/assets/images/common-fish/gex_default.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.recommend__thumb > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
.recommend__body {
  display: flex;
  flex-flow: column;
  flex: 1 1 auto;
  justify-content: space-between;
}
.recommend__title {
  flex: 1 0 auto;
  padding: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.recommend__title .expired {
  color: #bf0d23;
  font-weight: bold;
}
.recommend__meta {
  flex: 0 0 22px;
  padding: 0 10px 0 0;
  margin-top: .5em;
  display: flex;
}
.recommend__badge {
  width: 100px;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  height: 22px;
  border-radius: 3px;
  font-style: normal;
  line-height: 22px;
  display: block;
}
.recommend__badge.-all {
  background-color: #669fc8;
}
.recommend__badge.-topics {
  background-color: #a8b4a3;
}
.recommend__badge.-campaigns {
  background-color: #e6c516;
}
.recommend__badge.-brand {
  background-color: #7dbe99;
}
.recommend__badge.-blog {
  background-color: #9889d5;
}
.recommend__badge.-breed {
  background-color: #d081a6;
}
.recommend__badge.-guide {
  background-color: #d0997b;
}
.recommend__post-date {
  text-align: right;
  line-height: 22px;
  font-size: 0.6875rem;
}

.single-blog .recommend__list.has-more > li:nth-child(n+7),
.single-breed .recommend__list.has-more > li:nth-child(n+7),
.single-brand .recommend__list.has-more > li:nth-child(n+9),
.single-campaigns .recommend__list.has-more > li:nth-child(n+9),
.post-type-archive-blog .recommend__list.has-more > li:nth-child(n+9),
.tax-blog_cat .recommend__list.has-more > li:nth-child(n+9) {
  display: none;
}
.bt-recommend-more {
  display: block;
  width: 348px;
  border: 1px solid #e5e5e9;
  border-radius: 50px;
  padding: .75em 1em .75em 2em;
  position: relative;
  text-align: center;
  font-size: 1rem;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  margin: .5rem auto;
}
  .bt-recommend-more::before {
    content: '';
    width: .5em;
    height: .5em;
    border-left: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(-45deg) translateY(-.25em);
    position: absolute;
    left: 2em;
    top: 0; bottom: 0;
    margin: auto;
  }
  .bt-recommend-more:hover {
    background-color: #eee;
  }

@media all and (max-width: 667px) {
  .contents-breed_cat .recommend {
    padding: 0 3.33333vw;
  }
  .recommend__heading {
    width: 100%;
    font-size: .875rem;
  }
  .recommend__list {
    margin-right: 0;
    flex-wrap: wrap;
  }
  .recommend__list li {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .recommend__list li > a {
    display: flex;
    justify-content: space-between;
    padding: .5rem;
    flex-flow: row-reverse;
    align-items: flex-start;
  }
  .recommend__thumb {
    width: 47.5%;
    flex: 0 0 auto;
    padding-top: calc( 56.25% * .475 );
  }
  .recommend__body {
    width: 50%;
    position: relative;
    align-self: stretch;
    padding-bottom: 24px;
    flex: 0 0 auto;
  }
  .recommend__title {
    font-size: .8125rem;
    padding: 0;
  }
  .recommend__meta {
    flex-flow: column;
    flex: 0 0 auto;
    margin-top: 0;
    padding: 0;
  }
  .recommend__badge {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .bt-recommend-more {
    width: 90%;
    font-size: .875rem;
  }
}

.recommend__brand {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -20px 1rem 0;
  padding: 0;
  width: 1000px;
}
.recommend__brand.active {
  margin: 0 -20px 0 20px;
  width: 960px;
}
.recommend__brand .brand-item {
  width: 240px;
  margin: 0;
  border: 1px solid #d4d4d4;
  min-height: 270px;
}
.recommend__brand::after {
  content: '';
  width: 240px;
  height: 1px;
}
.recommend__brand .brand-item > a {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
}
.recommend__brand .brand-item > a:hover {
  text-decoration: none;
  color: inherit;
  background-color: #fefbfb;
}
.recommend__brand .brand-item:hover {
  box-shadow: 0 0 5px #ccc;
  background-color: #fefbfb;
}
.recommend__brand .recommend__body {
  justify-content: flex-start;
}
.recommend__brand .recommend__title {
  flex: 0 0 auto;
  color: #6aa2fb !important;
}
.recommend__brand .recommend__excerpt {
  padding: 0 10px 10px;
  color: #3e3a39;
  font-size: .75rem;
}
.recommend__brand .slick-slide > div {
  margin: 0 5px 1px;
}
.recommend__brand .slick-prev,
.recommend__brand .slick-next,
.recommend__brand .slick-prev:hover,
.recommend__brand .slick-next:hover,
.recommend__brand .slick-prev:focus,
.recommend__brand .slick-next:focus {
  width: 12px;
  height: 100%;
  background: url(/fish/assets/images/breed/arrow-brand-slide.svg) no-repeat right center;
  background-size: contain;
}
.recommend__brand .slick-prev.slick-disabled,
.recommend__brand .slick-next.slick-disabled,
.recommend__brand .slick-prev.slick-disabled:hover,
.recommend__brand .slick-next.slick-disabled:hover,
.recommend__brand .slick-prev.slick-disabled:focus,
.recommend__brand .slick-next.slick-disabled:focus {
  opacity: .2;
  cursor: default;
}
.recommend__brand .slick-prev {
  transform: translate(0, -50%) rotate(180deg);
  left: -20px;
}
.recommend__brand .slick-next {
  right: -20px;
}
.recommend__brand .slick-prev::before,
.recommend__brand .slick-next::before {
  display: none;
}

@media all and (max-width: 667px) {
  .recommend__brand {
    margin-right: 0;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 2rem;
  }
  .recommend__brand.active {
    width: 85.6%;
    margin: 0 7.2% 2rem;
  }
  .recommend__brand .brand-item {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .recommend__brand .brand-item > a {
    display: flex;
    justify-content: space-between;
    padding: .5rem;
    align-items: flex-start;
  }
  .recommend__brand .recommend__thumb {
    width: 100%;
    padding-top: 56.25%;
  }
  .recommend__brand .recommend__body {
    width: 100%;
    padding-bottom: 0;;
  }
  .recommend__brand .recommend__title {
    font-size: .875rem;
  }
  .recommend__brand .recommend__excerpt {
    padding: 0;
  }
  .recommend__brand .slick-slide > div {
    margin-right: 0;
    margin-left: 0;
  }
}

.sidebar-blog.archive {
  margin-top: 50px;
  padding-top: 0;
}
.post-type-archive .sidebar-blog,
.tax-blog_cat .sidebar-blog {
  margin-top: 4rem;
  padding-top: 0;
}
.sidebar-block + .sidebar-block {
  margin-top: 2rem;
}

@media all and (max-width: 667px) {
  .post-type-archive .sidebar-blog,
  .tax-blog_cat .sidebar-blog {
    margin-top: 2rem;
  }
}

.sidebar-primary {
  border: 1px solid #ccc;
}

.sidebar-heading {
  color: #6A8BE4;
  background-color: #CDD7FF;
  padding: .5rem;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.sidebar-posts {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}
.sidebar-posts.has-more > li:nth-child(n+7) {
  display: none;
}
.sidebar-posts a {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
}
.sidebar-posts a:hover {
  background-color: #dfe9ff;
  color: inherit;
  text-decoration: none;
}
.sidebar-posts__thumb {
  width: 80px;
  height: 80px;
  border: 1px solid #ccc;
  flex: 0 0 auto;
  background-color: #eee;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.sidebar-posts__title {
  flex: 1;
}


.bt-post-more {
  display: block;
  width: 258px;
  border: 1px solid #e5e5e9;
  border-radius: 50px;
  padding: .75em 1em .75em 2em;
  position: relative;
  text-align: center;
  font-size: 1rem;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  margin: .5rem auto calc(.5rem + 10px);
}
  .bt-post-more::before {
    content: '';
    width: .5em;
    height: .5em;
    border-left: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(-45deg) translateY(-.25em);
    position: absolute;
    left: 2em;
    top: 0; bottom: 0;
    margin: auto;
  }
  .bt-post-more:hover {
    background-color: #eee;
  }
@media all and (max-width: 667px) {
  .bt-post-more {
    width: 90%;
    font-size: .875rem;
  }

}


.sidebar-recentposts {
  margin: .5rem;
  padding: 0;
}
.sidebar-recentposts > li {
  position: relative;
  padding-left: 1rem;
}
.sidebar-recentposts > li:not(:first-child) {
  margin-top: .5rem;
}
.sidebar-recentposts > li::before {
  content: '＞';
  -webkit-transform: scaleX(0.8);
          transform: scaleX(0.8);
  position: absolute;
  top: 0;
  left: 0;
  color: #6aa2fb;
}
.sidebar-recentposts a {
  color: #3e3a39;
}
.sidebar-recentposts a:hover {
  color: #6aa2fb;
  text-decoration: none;
}

.sidebar-blog_cats > li {
  border: 1px solid #6aa2fb;
  border-radius: 5px;
}
.sidebar-blog_cats > li:not(:first-child) {
  margin-top: .25rem;
}
.sidebar-blog_cats > li a {
  display: block;
  padding: .5rem 2rem .5rem .5rem;
  color: #6aa2fb;
  position: relative;
}
.sidebar-blog_cats > li a:hover,
.sidebar-blog_cats > li.current a {
  text-decoration: none;
  background-color: #dfe9ff;
}
.sidebar-blog_cats > li a::after {
  content: '';
  position: absolute;
  right: 1.4em;
  top: 0; bottom: 0;
  margin: auto;
  width: 0; height: 0;
  border-left: 12px solid #6aa2fb;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.sidebar-breed_cats > li {
  border: 1px solid #6aa2fb;
  border-radius: 5px;
}
.sidebar-breed_cats > li:not(:first-child) {
  margin-top: .25rem;
}
.sidebar-breed_cats > li a {
  display: flex;
  align-items: center;
  padding: .5rem 2rem .5rem .5rem;
  color: #6aa2fb;
  position: relative;
}
.sidebar-breed_cats > li a:hover,
.sidebar-breed_cats > li.current a {
  text-decoration: none;
  background-color: #dfe9ff;
}
.sidebar-breed_cats > li a::after {
  content: '';
  position: absolute;
  right: 1.4em;
  top: 0; bottom: 0;
  margin: auto;
  width: 0; height: 0;
  border-left: 12px solid #6aa2fb;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.sidebar-breed_cats > li a i {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(/fish/assets/images/common-fish/gex_default_sq.jpg);
  margin-right: 1rem;
}

.legacy-post {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (max-width: 667px) {
  .legacy-post {
    max-width: 100%;
  }
  .legacy-post img {
    height: auto !important;
  }
}
.blogmenu,
.breedmenu {
  display: none;
}

@media all and (max-width: 667px) {
  .blogmenu,
  .breedmenu {
    display: block;
  }
  .blogmenu-heading,
  .breedmenu-heading {
    color: #6aa2fb;
    background-color: #dfe9ff;
    border-top: 2px solid #6aa2fb;
    border-bottom: 1px solid #6aa2fb;
    margin: 0;
    font-size: .9375rem;
    font-weight: normal;
    padding: .5rem;
    position: relative;
    cursor: pointer;
  }
  .blogmenu-heading::after,
  .breedmenu-heading::after {
    content: '';
    position: absolute;
    width: 4.53333vw;
    height: 4vw;
    top: 0;
    bottom: 0;
    right: .5rem;
    margin: auto;
    background: url(../images/common-fish/arrow-blogmenu.svg) no-repeat center center;
    background-size: contain;
  }
  .blogmenu-heading.active::after,
  .breedmenu-heading.active::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .blogmenu .blog_cats {
    display: none;
    border-bottom: 1px solid #6aa2fb;
  }
  .blogmenu .blog_cats > li:not(:first-child) {
    border-top: 1px dashed #6aa2fb;
  }
  .blogmenu .blog_cats > li a {
    display: block;
    padding: .75rem .75rem .75rem 1.5rem;
    position: relative;
  }
  .blogmenu .blog_cats > li a::before {
    content: '＞';
    color: #6aa2fb;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    position: absolute;
    left: .5rem;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1.75em;
  }

  .breedmenu-body {
    display: none;
    border-bottom: 2px solid #6aa2fb;
  }
  .breedmenu-catname {
    padding: .75rem .75rem .75rem 1.5rem;
    position: relative;
    font-weight: normal;
    color: #6aa2fb;
  }
  .breedmenu-catname:nth-of-type(n+2) {
    border-top: 1px dashed #6aa2fb;
  }
  .breedmenu-catname.active {
    border-bottom: 1px dashed #6aa2fb;
  }
  .breedmenu-catname::after {
    content: '＋';
    color: #6aa2fb;
    position: absolute;
    right: .5rem;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 1.5rem;
    line-height: 1;
    height: 1.5rem;
    width: 1em;
    text-align: center;
  }
  .breedmenu-catname.active::after {
    content: '−';
  }
  .breedmenu .breed_posts {
    display: none;
    margin-left: 1em;
    margin-right: 1em;
  }
  .breedmenu .breed_posts > li:not(:first-child) {
    border-top: 1px dashed #d0d0d0;
  }
  .breedmenu .breed_posts > li a {
    display: block;
    padding: .75rem .75rem .75rem 1.5rem;
    position: relative;
    color: #3e3a39;
  }
  .breedmenu .breed_posts > li a::before {
    content: '＞';
    color: #6aa2fb;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    position: absolute;
    left: .5rem;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1.75em;
  }

}

.nav-prev-next {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-prev-next .nav-prev,
.nav-prev-next .nav-next {
  width: 48.6%;
  display: flex;
}
.nav-prev-next .nav-next {
  justify-content: flex-end;
}
.nav-prev-next .nav-prev:empty,
.nav-prev-next .nav-next:empty {
  border-top: 0;
  border-bottom: 0;
}
.nav-prev-next a {
  color: #505050;
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: .5em;
  line-height: 1.5;
}
.nav-prev-next a:hover {
  text-decoration: none;
  color: #6aa2fb;
}
.nav-prev-next .thumb {
  width: 80px;
  height: 80px;
  border: 1px solid #ccc;
  flex: 0 0 auto;
  background-color: #eee;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.nav-prev-next .title {
  flex: 1;
}
.nav-prev-next .nav-prev a::before {
    content: '';
    width: .55em;
    height: .55em;
    border-left: 2px solid #6A81DA;
    border-bottom: 2px solid #6A81DA;
    transform: rotate(45deg);
}
.nav-prev-next .nav-next a::after {
    content: '';
    width: .55em;
    height: .55em;
    border-right: 2px solid #6A81DA;
    border-bottom: 2px solid #6A81DA;
    transform: rotate(-45deg);
}

@media all and (max-width: 667px) {
  .nav-prev-next {
    position: relative;
    padding: 1rem 0;
  }
  .nav-prev-next::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    border-left: 1px dotted #BCBCBC;
  }
  .nav-prev-next .nav-prev,
  .nav-prev-next .nav-next {
    width: 50%;
  }
  .nav-prev-next .nav-prev a {
    padding: 0 .5em 0 0;
  }
  .nav-prev-next .nav-next a {
    padding: 0 0 0 .5em;
  }
  
}
.breed_cat-block {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
}
.breed_cat-thumb {
  width: 240px;
  height: 0;
  padding-top: 135px;
  background: url(/fish/assets/images/common-fish/gex_default.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.breed_cat-thumb > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.breed_cat-thumb img {
  min-width: 100%;
}
.breed_cat-body {
  width: 735px;
}
.breed_cat-body .breed_cat-title {
  margin-top: 0;
}
.breed_cat-posts {
  list-style: none;
  margin: 1rem 0 1rem 1rem;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.breed_cat-posts > li {
  padding-right: .5rem;
  padding-left: 1.25em;
  width: 50%;
  position: relative;
}
.breed_cat-posts > li::before {
  content: '＞';
  color: #6aa2fb;
  position: absolute;
  left: 0;
  top: 0;
}
.breed_cat-posts a {
  color: #211600;
}
.breed_cat-posts a:hover {
  opacity: .8;
}

.breedBox {
    text-align: center;
    padding: 30px 0;
}
.breedBox .readtxt {
    margin-bottom: 30px;
}
.breedBox .listBreed {
    list-style: none;
}
.breedBox .listBreed li {
    text-align: center;
    width: 470px;
    margin: 10px;
    display: inline-block;
}
.breedBox .listBreed li img {
    border: solid 1px #cdd6dd;
    max-width: 100%;
}

@media all and (max-width: 667px) {
  .breed_cat-block {
    flex-flow: column;
  }
  .breed_cat-block .accordion-content {
    display: none;
  }
  .breed_cat-thumb {
    width: 100%;
    padding-top: 56.25%;
  }
  .breed_cat-body {
    width: 100%;
  }
  .breed_cat-title {
    margin-top: 2rem;
  }
  .breed_cat-body .breed_cat-title {
    margin-bottom: 0;
  }
  .breed_cat-title.accordion-title::before {
    display: none;
  }
  .breed_cat-title.accordion-title::after {
    border: 0;
    width: 4.66667vw;
    height: 3.86667vw;
    right: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common-fish/arrow-accordion.svg) no-repeat center center;
    background-size: contain;
  }
  .breed_cat-title.accordion-title.active::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .breed_cat-posts {
    border: 1px solid #6aa2fb;
    border-top: 0;
    margin: 0;
  }
  .breed_cat-posts li {
    padding: .5em .5em .5em 1.5em;
    margin: 0;
    width: 100%;
  }
  .breed_cat-posts li:not(:first-child) {
    border-top: 1px dashed #6aa2fb;
  }
  .breed_cat-posts li::before {
    left: .5em;
    top: .5em;
  }
.breedBox .listBreed li {
    text-align: center;
    width: 90%;
    margin: 10px;
    display: inline-block;
}
}
.brand {
  margin-top: 0;
}
.brand__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -20px;
}
.brand__list > li {
  width: 320px;
  margin: 0 20px 20px 0;
  border: 1px solid #d4d4d4;
  color: #211600;
}
.brand__list > li > a,
.brand__list > li > span {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
  color: #211600;
}
.brand__list > li > a:hover,
.brand__list > li > span:hover {
  text-decoration: none;
  color: inherit;
  background-color: #fefbfb;
}
.brand__list > li:hover {
  box-shadow: 0 0 5px #ccc;
}
.brand__list.-shrink > li {
  flex: 1;
  min-width: 30%;
}
.brand__thumb {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background: url(/fish/assets/images/common-fish/gex_default.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.brand__thumb > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
.brand__title {
  padding: 10px;
  font-size: 1rem;
  line-height: 1.5;
  color: #6aa2fb;
}
.brand__excerpt {
  padding: 0 10px 10px;
}

@media all and (max-width: 667px) {
  .post-body--brand {
    margin-left: -3.33333vw;
    margin-right: -3.33333vw;
  }
  .post-body--brand > .container {
    width: calc( 100% - 6.66vw );
  }

  .brand {
    margin: 0 3.33333vw;
  }
  .brand__list {
    margin-right: 0;
  }
  .brand__list > li {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .brand__list > li:not(:first-child) {
    margin-top: 1rem;
  }
  .brand__list.-shrink > li {
    flex: 0 0 auto;
  }
  .brand__title {
    padding: 2.66667vw;
  }
  .brand__excerpt {
    padding: 0 2.66667vw 2.66667vw;
  }
}

#toc_container {
    padding: 15px 15px 20px 15px;
    background-color: #E8E8E8;
    border: 1px dotted #C1C1C1;
    width: auto;
    margin: 0 auto 50px auto;
}
#toc_container a {
    text-decoration: none;
    color: #505050;
}
#toc_container a:hover {
    text-decoration:underline;
    color: #6A81DA;
}
#toc_container .toc_title {
    padding: 0;
    margin: 0 0 5px 0;
    text-align: center;
}
#toc_container ul {
    margin: 0 0 0 25px;
    font-size: 1rem;
}
#toc_container ul ul {
    margin: 0;
}
#toc_container ul li {
  padding-left: 1.4em;
  position: relative;
}
  #toc_container ul li::before {
    content: '';
    width: .55em;
    height: .55em;
    border-right: 2px solid #6A81DA;
    border-bottom: 2px solid #6A81DA;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: .4em;
  }
@media all and (max-width: 667px) {
  #toc_container ul {
    margin: 0;
    font-size: 4vw;
  }
}

/* ---------------------
   Exhibition2020
------------------------ */
.exb_links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2rem auto 3rem;
}
.exb_links > li {
  margin: 0 .65em 1em;
  text-align: center;
  position: relative;
  padding-left: 1.25em;
}
.exb_links > li:last-child {
  margin-bottom: 0;
}
.exb_links > li::before {
  content: '＞';
  -webkit-transform: scaleX(0.8);
          transform: scaleX(0.8);
  position: absolute;
  top: 0;
  left: 0;
  color: #6aa2fb;
}
.exb_links a {
  color: #3e3a39;
}
.exb_links a:hover {
  color: #6aa2fb;
  text-decoration: none;
}
@media all and (min-width: 680px) {
.exb_links {
  width: 70%;
}
.exb_links > li {
  margin: 0 2em 1em;
  padding-left: 1.5em;
}
}
.bt-presentform {
  width: 90%;
  margin: 3rem auto 2rem;
}
  .bt-presentform a {
    display: block;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #6aa2fb;
    border-radius: 5px;
    padding: 1em;
  }
    .bt-presentform a::before {
      content: '▶';
      transform: scale(.7);
      display: inline-block;
      margin-right: .5em;
    }
    .bt-presentform a:hover {
      opacity: .9;
      text-decoration: none;
    }
@media all and (min-width: 680px) {
.bt-presentform {
  width: 60%;
}
  .bt-presentform a {
    font-size: 1.25rem;
  }
}

.adBox {
	margin: 2rem 0px;
}
.adBox ins {
	width: 100%;
}

/* 人気記事のタブ */
.tab-popularposts {
  display: flex;
  justify-content: center;
  gap: 2.6%;
  margin-bottom: 1rem;
}
  .tab-popularposts > li {
    border: 1px solid #6a81da;
    background-color: #fff;
    text-align: center;
    padding: .5em;
    flex: 1 1 48.7%;
    cursor: pointer;
  }
  .tab-popularposts > li.active {
    background-color: #6a81da;
    color: #fff;
  }
.tab-content + .tab-content {
  display: none;
}
@media all and (min-width: 680px) {
  .tab-popularposts {
    gap: 20px
  }
  .tab-popularposts > li {
    flex: 0 1 176px;
  }
  .sidebar-blog .tab-popularposts {
    gap: 10px
  }
  .sidebar-blog .tab-popularposts > li {
    flex-basis: calc(50% - 5px);
  }
}

/* ページリンク */
.page-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .5em 1em;
  width: 100%;
  margin: 1rem auto 3rem;
}
  .page-links .post-page-numbers {
    font-size: 1.25rem;
    line-height: 1.4;
    padding: 6px;
    min-width: 40px;
    text-align: center;
  }
  .page-links .post-page-numbers.current,
  .page-links .post-page-numbers:hover {
    color: #3e3a39;
    background-color: #caddff;
    text-decoration: none;
  }
  
@media all and (max-width: 667px) {
  .page-links .post-page-numbers {
    font-size: .9375rem;
    min-width: 33px;
  }
}

/* LINEボタン */
.lineBox {
	text-align: center;
}
.lineBox .lineTitle {
    font-weight: bold;
	margin: 0 0 0.5rem 0;
}
.lineBox .lineBtn {
	margin: 0 0 1rem 0;
}

/* BLOGボタン */
.blog-btn01 {
    text-align: center;
}
.blog-btn01 a {
    text-align: center;
    color: #fff;
    display: inline-block;
    line-height: 50px;
    font-size: 16px;
    margin: 0 auto;
    padding: 0 30px;
    background-color: #6A80DA;
    text-decoration: none;
    border-radius: 13px;
	width: 40%;
}
.blog-btn01 a:hover {
    opacity: 0.8;
}
@media all and (max-width: 667px) {
.blog-btn01 a {
	width: 90%;
}
}

/* youtube埋め込み */
.youtubeBox {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtubeBox iframe {
  width: 100%;
  height: 100%;
}



