@charset "UTF-8";
/*!
Theme Name: seikotsuin theme koujaku seikotsuin
Theme URI: none
Description:整骨院のテーマ
Version: 1.00
Author:YELLOW PRODUCTION
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

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

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

/* Links
   ========================================================================== */
/**
 * 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 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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; }

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

/**
 * 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; }

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

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

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

/**
 * 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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 */ }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

input, select {
  vertical-align: middle; }

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

img {
  width: 100%;
  height: auto; }

li, ol {
  list-style: none; }

a, a:hover, a:link, a:visited {
  color: inherit;
  text-decoration: inherit; }

a.hover:hover {
  opacity: 0.8; }

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

img.aligncenter {
  display: block; }

.aligncenter {
  text-align: center; }

.alignleft {
  text-align: left; }

.alignright {
  text-align: right; }

.alignjustify {
  text-align: justify; }

.margin-t10 {
  margin-top: 10px; }

.margin-1rem {
  margin-top: 1rem; }

.margin-t20 {
  margin-top: 20px; }

html, body {
  width: 100%;
  height: 100%;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: #f6ffe7; }

#wrapper {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 10px;
  background-color: white; }

#main-area {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#sidebar {
  max-width: 220px;
  min-width: 200px;
  padding-right: 10px; }

#main-content {
  max-width: 680px;
  margin-top: 10px; }

#footer {
  width: 100%; }
  #footer iframe {
    width: 100%; }

.copyright {
  font-size: 0.6rem; }

.head-banner {
  margin-top: 10px;
  width: 100%;
  height: auto; }
  .head-banner .banner {
    width: 28%;
    margin: 0 1%;
    float: left; }
  .head-banner .logo {
    width: 38%;
    margin: 0 1%;
    float: left; }

.slider {
  padding: 10px 0 0 0; }

.main-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .main-menu a {
    padding: 10px 0;
    display: block;
    width: 20%;
    color: #016b2b;
    text-align: center;
    background-color: #ffd6f0; }
    .main-menu a:nth-child(2n+1) {
      background-color: #ceebc4; }
    .main-menu a p {
      font-weight: bold; }
      .main-menu a p.ruby {
        font-weight: normal;
        font-size: 0.8rem;
        letter-spacing: 1px; }

@media screen and (max-width: 680px) {
  .head-banner {
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: white;
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: fixed;
    padding: 0 10PX; }
    .head-banner a.sp-logo {
      width: 70%;
      display: block;
      float: left; } }

.side-list {
  background-color: #fffaab;
  color: #008716;
  margin: 20px 0 20px 0;
  padding: 20px 5px;
  width: 100%;
  font-size: 0.9rem; }
  .side-list h5 {
    font-size: 1rem;
    text-align: center;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    border-left-style: 0.3rem; }
  .side-list .syoujou-menu {
    font-weight: bold;
    padding-top: 10px; }
    .side-list .syoujou-menu a {
      padding: 10px 0 10px 10%;
      display: block;
      letter-spacing: 0.3rem; }
      .side-list .syoujou-menu a:hover {
        background-color: white; }
      .side-list .syoujou-menu a .long {
        letter-spacing: 0; }

.contents-menu h3 {
  color: #9ce01c;
  font-size: 1.3rem;
  letter-spacing: 1rem;
  text-align: center; }

.contents-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-bottom: 50px; }
  .contents-menu ul li {
    width: 45%;
    margin-top: 15px; }
    .contents-menu ul li a {
      -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #9ce01c;
      box-shadow: 0 0 0 2px #fff, 0 0 0 4px #9ce01c;
      background-color: #9ce01c;
      text-align: center;
      color: white;
      font-weight: bold;
      font-size: 1rem;
      padding: 20px 5px;
      border-radius: 20px;
      display: block;
      width: 100%;
      height: 100%; }
      .contents-menu ul li a:hover {
        background-color: #d4f09f; }

.gakukansetsu {
  color: #0eb13a;
  text-align: center; }
  .gakukansetsu h2 {
    font-size: 1.4rem;
    letter-spacing: 0.7rem; }
  .gakukansetsu h3 {
    font-size: 1.3rem;
    letter-spacing: 0.5rem; }
  .gakukansetsu p {
    font-weight: bold; }
  .gakukansetsu .boder {
    width: 100%;
    text-align: center;
    border-bottom: solid 5px #c2c2c2; }

.gakukansetsu-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .gakukansetsu-img img {
    max-width: 40%;
    max-height: 180px;
    border-radius: 50%; }
  .gakukansetsu-img p {
    vertical-align: middle;
    letter-spacing: 0.8rem;
    font-size: 1.2rem; }

.gakukansetsu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0; }
  .gakukansetsu-list li {
    margin-top: 10px;
    width: 26%;
    color: white;
    text-align: center;
    background-color: #0eb13a;
    border-radius: 20px;
    padding: 5px 10px; }

.gakukansetsu-genin {
  width: 70%;
  padding: 1rem 2rem;
  margin: 0 auto; }
  .gakukansetsu-genin p {
    text-align: left;
    margin-top: 10px; }

.gakukansetsu-check {
  width: 90%;
  margin: 0 auto;
  padding: 1rem 2rem;
  background-color: #f4ffcf;
  border-radius: 10px; }
  .gakukansetsu-check .check-box {
    margin-top: 5px;
    text-align: left; }
    .gakukansetsu-check .check-box p {
      margin-top: 10px; }
    .gakukansetsu-check .check-box ul {
      text-decoration: underline; }

@media screen and (max-width: 680px) {
  .gakukansetsu {
    font-size: 0.8rem; }
    .gakukansetsu h2 {
      font-size: 1rem;
      letter-spacing: 0.2rem; }
    .gakukansetsu h3 {
      font-size: 0.9rem;
      letter-spacing: 0.2rem; }
  .gakukansetsu-img p {
    font-size: 0.9rem;
    letter-spacing: 0.2rem; }
  .gakukansetsu-list li {
    width: 30%;
    min-width: 135px;
    padding: 5px 5px;
    font-size: 0.8rem;
    border-radius: 20px; }
  .gakukansetsu-genin {
    width: 90%; } }

.fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
  background: rgba(0, 0, 0, 0.6); }

.modal-wrap {
  height: 100%;
  padding: 0 30px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.modal-content {
  height: 100%;
  max-width: 960px;
  margin: 0 auto; }

.modal-table-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }

.modal-table-cell {
  display: table-cell;
  padding: 60px 0 60px;
  vertical-align: middle; }

.modal-content-box {
  position: relative;
  margin: 0 auto;
  background: #fff; }

.modal-content-inner {
  padding: 50px 30px 50px; }

.modal-btn-close {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 9;
  height: 30px;
  width: 30px;
  cursor: pointer;
  background-color: #80c269; }
  .modal-btn-close span {
    display: block;
    background: #fff;
    height: 2px;
    width: 30px; }
  .modal-btn-close .bar01 {
    -moz-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg); }
  .modal-btn-close .bar02 {
    -moz-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -webkit-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg); }

.modal-ct-text-box h5 {
  width: 98%;
  margin: 0 auto;
  background-color: #0eb915;
  border-radius: 20px;
  color: #f9f9f9;
  padding-left: 1rem; }

.modal-ct-text-box .background-gray {
  background-color: white;
  padding: 1rem 0rem; }

.modal-ct-text-box ul {
  width: 98%;
  margin: 0 auto;
  padding-bottom: 20px;
  font-weight: bold;
  color: #2f2f2f; }

.modal-ct-text-box li {
  letter-spacing: 0.3rem; }

.modal-ct-text-box a {
  display: block;
  width: 96%;
  padding: 3px 10px 3px 10px;
  margin-top: 3px;
  font-size: 0.9rem; }

.modal-ct-text-box a:hover {
  background-color: #d5d5d5; }

@media only screen and (max-width: 768px) {
  .modal-wrap {
    padding: 0 3.125%; }
  .modal-content-inner {
    padding: 40px 3.33333% 40px; } }

/**/
.access-btn, .menu-btn {
  float: right;
  width: 13%;
  height: auto;
  margin-top: 10px;
  margin-right: 1%;
  position: relative; }
  .access-btn::before, .menu-btn::before {
    content: "";
    display: block;
    padding-top: 100%;
    /* 1:1 */ }
  .access-btn .inner, .menu-btn .inner {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%; }

.menu-btn {
  background-color: #80c269;
  background-image: url(img/menu-open.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.access-btn {
  background-color: #fd83b7;
  background-image: url(img/head-access-ico.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.syoujou-title {
  background-color: #d0eac6;
  border-radius: 40px;
  color: #6e8d02;
  width: 80%;
  margin: 0 auto;
  -webkit-box-shadow: 2px 2px 2px;
  box-shadow: 2px 2px 2px;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  padding: 5px 0; }

.syoujou-back {
  background-color: #d0eac6;
  border-radius: 10px;
  color: #6e8d02;
  padding: 1rem; }
  .syoujou-back ul {
    border-radius: 5px;
    background-color: white;
    width: 100%;
    padding: 2rem 1rem;
    margin: 10px auto 0 auto; }
  .syoujou-back h4.index {
    letter-spacing: 0.3rem; }

.text-box {
  border-radius: 5px;
  background-color: white;
  width: 100%;
  padding: 2rem 1rem;
  margin: 10px auto 0 auto; }
  .text-box h4 {
    border-bottom: 2px solid; }

.image img {
  display: block;
  max-width: 400px;
  width: 70%;
  min-width: 280px;
  padding: 10px 0;
  margin: 0 auto; }

.qa {
  padding-bottom: 10px; }
  .qa table {
    margin-top: 20px; }
  .qa .question th {
    color: #f3ff00;
    background-color: #fff7c1;
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
    text-shadow: 1px 1px 1px black; }
  .qa .question td {
    background-color: #ffffe8;
    color: #7c7c7c;
    padding: 0.5rem 1rem; }
  .qa .answer th {
    color: #ff7f2e;
    background-color: #fbe1bf;
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
    text-shadow: 1px 1px 1px black; }
  .qa .answer td {
    background-color: #fbf1e5;
    color: #7c7c7c;
    padding: 0.5rem 1rem; }

.blog {
  width: 100%;
  padding-bottom: 20px;
  /*wp-pagenavi 04*/ }
  .blog .blog-title {
    background-color: #d0eac6;
    border-radius: 40px;
    color: #6e8d02;
    width: 80%;
    margin: 20px auto 0 auto;
    -webkit-box-shadow: 2px 2px 2px;
    box-shadow: 2px 2px 2px;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    padding: 5px 0; }
  .blog .download {
    margin: 20px auto 0 auto;
    height: auto;
    max-height: 250px;
    min-height: 100px;
    width: 100;
    background-color: #d0eac6;
    padding: 15px;
    border-radius: 10px;
    overflow: auto; }
    .blog .download p {
      padding: 5px; }
    .blog .download a {
      display: block;
      text-decoration: underline;
      color: #0716e3; }
    .blog .download img {
      width: 35px;
      height: 35px;
      vertical-align: middle; }
  .blog .blog-content {
    height: auto;
    background-color: #d0eac6;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px; }
    .blog .blog-content h5 {
      color: #286b2b;
      font-size: 1.5rem;
      border-bottom: double 3px #286b2b; }
  .blog .post {
    margin-top: 10px;
    background: white;
    padding: 5px; }
  .blog .blog-box {
    min-height: 100px;
    margin-top: 10px; }
    .blog .blog-box p {
      margin-top: 10px;
      line-height: 23px;
      font-size: 0.8rem; }
    .blog .blog-box .meta-date {
      font-size: 14px;
      color: #e47220;
      font-weight: bold;
      line-height: 1rem;
      margin: 0; }
    .blog .blog-box a {
      display: inline-block;
      margin-left: 5px;
      padding: 5px 5px;
      background-color: #80c269;
      color: white;
      border-radius: 5px; }
      .blog .blog-box a:hover {
        background-color: #c2faae; }
  .blog .wp-pagenavi {
    clear: both;
    text-align: center; }
  .blog .wp-pagenavi a, .blog .wp-pagenavi span {
    color: #66852F;
    background-color: #E5DE56;
    border: 1px dashed #E9C436;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none; }
  .blog .wp-pagenavi a:hover {
    color: #FFF;
    background-color: #FFB500;
    border: 1px dashed #E9C436; }
  .blog .wp-pagenavi span.current {
    color: #fff;
    background-color: #A0C364;
    border: 1px dashed #E9C436;
    font-weight: bold; }
  .blog .pager {
    margin-top: 20px;
    text-align: center; }
    .blog .pager p {
      margin: 0 5px;
      display: inline-block;
      font-weight: bold;
      background: #6e8d02;
      color: white;
      padding: 0.5rem; }
  .blog .single-blog-content {
    height: auto;
    background-color: #d0eac6;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px; }
    .blog .single-blog-content .post {
      padding: 15px;
      border-radius: 10px;
      color: #286b2b; }
    .blog .single-blog-content .meta-date {
      font-size: 14px;
      color: #e47220;
      font-weight: bold;
      line-height: 1rem;
      margin: 0; }
    .blog .single-blog-content h5 {
      color: #286b2b;
      font-size: 1.5rem;
      border-bottom: double 3px #286b2b; }
  .blog .single-blog-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    padding-bottom: 10px; }
  .blog #single_navi {
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    color: #286b2b; }
    .blog #single_navi p {
      background: #e5de56;
      display: inline-block;
      margin-left: auto;
      margin-right: auto;
      padding: 10px;
      border-radius: 10px; }
    .blog #single_navi > div {
      padding: 10px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .blog #single_navi > div a {
        background: white;
        padding: 5px;
        border-radius: 10px; }

@media screen and (min-width: 681px) {
  .pc-hidden {
    display: none; }
  .sp-hidden {
    display: block; } }

@media screen and (max-width: 680px) {
  .sp-hidden {
    display: none; }
  .pc-hidden {
    display: block; }
  .main-menu {
    display: none; }
  body {
    padding-top: 100px; } }

@media screen and (max-width: 480px) {
  body {
    padding-top: 65px; } }
