@charset "UTF-8";
/* web font ================================ */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700&family=Noto+Sans+JP:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700&display=swap");
/* preset ================================== */
/* initialize ============================== */
*, *::before, *::after {
  box-sizing: border-box;
}

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
}

table, th, td {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

input {
  outline: none;
}

input[type=text], input[type=tel], textarea {
  padding: 5px;
  border-style: 1px;
}

input[type=checkbox], input[type=checkbox] {
  margin: 3px;
}

textarea {
  min-height: 5em;
  vertical-align: top;
}

a {
  transition: all 100ms ease-in;
}

a:link {
  color: #3f6307;
  text-decoration: underline;
}

a:visited {
  color: #666666;
  text-decoration: underline;
}

a:hover {
  color: #7db02d;
  text-decoration: underline;
}

a:active {
  color: #3f6307;
  text-decoration: underline;
}

/* format ================================== */
html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
}

body {
  background: #082845;
}

#wrapper {
  overflow: hidden;
  width: auto;
  min-width: 900px;
  background: #ffffff;
}

.inner {
  position: relative;
  max-width: 1100px;
  min-width: 900px;
  margin: auto;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: #5a9f31 solid 3px;
  z-index: 999;
}
header #logo {
  position: relative;
  float: left;
  width: 150px;
  top: 13px;
  height: auto;
  margin-right: 0.5em;
}
header .telnum {
  font-family: "M PLUS Rounded 1c", sans-serif;
  position: absolute;
  top: 18px;
  right: 0;
  padding-left: 30px;
  color: #43a115;
  font-size: 2.3rem;
  font-weight: 600;
  background: url("../img/telnumpict.png") 0 5px no-repeat;
}
header .telnum .faxnum {
  display: block;
  color: #292929;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: right;
}

nav {
  position: relative;
  top: 35px;
  float: left;
  font-size: 0.85rem;
  font-weight: 600;
}
nav li {
  display: inline-block;
  margin-right: 1em;
}
nav a {
  padding-left: 18px;
  background: url(../img/navpict.png) center left no-repeat;
}
nav a:link, nav a:visited {
  color: #568906;
  text-decoration: none;
}
nav a:hover, nav a:active {
  color: #73b210;
  text-decoration: none;
}
#pageheader {
  padding-top: 130px;
  padding-bottom: 50px;
  background: url(../img/bg_wave.svg) bottom no-repeat;
  background-position: bottom -1px left 0;
  background-color: #ecefd2;
}
#pageheader .title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #459616;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 25px;
}

#topicpath {
  color: #7b9346;
  font-size: 0.8em;
  font-weight: 500;
}
#topicpath li {
  display: inline-block;
  margin-right: 0.5em;
}
#topicpath li::before {
  display: inline-block;
  content: "＞";
  margin-right: 0.5em;
  font-size: 0.75em;
}
#topicpath li:first-of-type::before {
  display: none;
}
#topicpath a:link, #topicpath a:visited {
  color: #459616;
  text-decoration: none;
}
#topicpath a:hover, #topicpath a:active {
  color: #a1d34c;
  text-decoration: none;
}

#contents {
  min-height: 50vh;
  padding: 50px;
}

#bottom {
  background: #125fa3;
}
#bottom .inner {
  padding: 50px;
  color: #ffffff;
  font-weight: 500;
}
#bottom .left {
  width: 60%;
}
#bottom .left img {
  position: relative;
  float: left;
  margin-right: 10px;
}
#bottom .left p {
  position: relative;
  top: 10px;
  line-height: 1.45em;
}
#bottom .right {
  font-family: "M PLUS Rounded 1c", sans-serif;
  width: 40%;
  font-size: 3em;
  font-weight: 600;
}
#bottom .right span {
  display: block;
  font-size: 0.35em;
  font-weight: 500;
}
#bottom .right img {
  position: relative;
  top: 3px;
}

#map {
  background: #dddddd;
}
#map iframe {
  width: 100%;
}

footer {
  padding: 12.5px;
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 200;
  text-align: center;
  background: #082845;
}

#jumper {
  transition: all 400ms ease-in;
  overflow: hidden;
  position: fixed;
  right: 75px;
  bottom: -100px;
  width: 50px;
  height: 50px;
  z-index: 999;
  background: #004d95;
  border-radius: 10px;
  opacity: 0;
}
#jumper.active {
  opacity: 0.75;
  bottom: 75px;
}
#jumper a {
  display: block;
  width: 100%;
  height: 100%;
}
#jumper span {
  position: absolute;
  top: 23px;
  width: 15px;
  height: 2px;
  background: #ffffff;
}
#jumper span:nth-of-type(1) {
  right: 13px;
  transform: rotate(45deg);
}
#jumper span:nth-of-type(2) {
  left: 13px;
  transform: rotate(-45deg);
}

/* for mobile */
#mb-logo {
  position: fixed;
  top: 25px;
  left: 25px;
  width: 100px;
  height: auto;
  z-index: 800;
}

#menuicon {
  position: fixed;
  top: 12.5px;
  right: 12.5px;
  z-index: 999;
  width: 50px;
  height: 50px;
  background: #082845;
  opacity: 0.9;
  border-radius: 5px;
}
#menuicon span {
  transition: all 100ms ease-in;
  position: absolute;
  display: block;
  width: 28px;
  height: 2px;
  background: #d0d9e0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform-origin: center;
}
#menuicon span:nth-of-type(1) {
  top: 14px;
}
#menuicon span:nth-of-type(2) {
  top: 24px;
}
#menuicon span:nth-of-type(3) {
  top: 34px;
}
#menuicon.active {
  background: none;
}
#menuicon.active span {
  left: auto;
  right: 10px;
}
#menuicon.active span:nth-of-type(1) {
  top: 20px;
  transform: rotate(45deg);
}
#menuicon.active span:nth-of-type(2) {
  display: none;
}
#menuicon.active span:nth-of-type(3) {
  top: 20px;
  transform: rotate(-45deg);
}

#mobilemenu {
  transition: all 400ms ease-in;
  position: fixed;
  top: 0;
  right: -100vw;
  opacity: 0;
  width: 80vw;
  height: 100vh;
  margin-left: auto;
  z-index: 900;
  background: rgba(8, 40, 69, 0.8);
  box-shadow: 0 0 10px 0 rgb(0, 0, 0);
}
#mobilemenu.active {
  right: 0;
  opacity: 1;
}
#mobilemenu ul {
  padding-top: 50px;
}
#mobilemenu li {
  display: block;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}
#mobilemenu a {
  display: block;
  padding: 1em;
}
#mobilemenu a:link, #mobilemenu a:visited {
  color: #ffffff;
  text-decoration: none;
}
#mobilemenu a:hover, #mobilemenu a:active {
  color: #082845;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
}

/* common ================================== */
.right, .left {
  width: 48%;
  margin: 0;
  padding: 0;
}

.right {
  float: right;
}

.left {
  float: left;
}

.clear {
  clear: both;
}

.reset {
  clear: both;
  overflow: hidden;
  height: 1px;
}

.leftimg {
  float: left;
  margin-right: 1em;
}

.rightimg {
  float: right;
  margin-left: 1em;
}

.w5p {
  width: 5%;
}

.w10p {
  width: 10%;
}

.w15p {
  width: 15%;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w35p {
  width: 35%;
}

.w40p {
  width: 40%;
}

.w45p {
  width: 45%;
}

.w50p {
  width: 50%;
}

.w55p {
  width: 55%;
}

.w65p {
  width: 65%;
}

.w70p {
  width: 70%;
}

.w75p {
  width: 75%;
}

.w80p {
  width: 80%;
}

.w85p {
  width: 85%;
}

.w90p {
  width: 90%;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.mb {
  margin-bottom: 50px;
}

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

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.aligncenter {
  text-align: center;
}

.smaller {
  font-size: 0.75em;
}

.bigger {
  font-size: 1.25em;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.rounding {
  overflow: hidden;
  border-radius: 5px;
}

.flexbox {
  display: flex;
  justify-content: space-around;
}

#postbody {
  margin-bottom: 50px;
}
#postbody div {
  margin-bottom: 50px;
}
#postbody div div {
  margin-bottom: 25px;
}
#postbody h1, #postbody h2, #postbody h3, #postbody h4, #postbody h5, #postbody h6 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
}
#postbody h1 {
  color: #45771b;
  font-size: 1.75em;
  margin-bottom: 1em;
}
#postbody h2 {
  color: #45771b;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
#postbody h3 {
  color: #628738;
  font-size: 1.4em;
  margin-bottom: 0.5em;
}
#postbody h4 {
  color: #628738;
  font-size: 1.35em;
  margin-bottom: 0.5em;
}
#postbody h5, #postbody h6 {
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
#postbody p, #postbody ul, #postbody ol, #postbody dl {
  margin-bottom: 12.5px;
}
#postbody table {
  margin-bottom: 25px;
}
#postbody p {
  line-height: 1.8em;
}
#postbody ol {
  margin-left: 1.5em;
  list-style: decimal;
}
#postbody ol li {
  margin-bottom: 0.25em;
}
#postbody ul {
  margin-left: 1.5em;
  list-style: disc;
}
#postbody ul li {
  margin-bottom: 0.25em;
}
#postbody li {
  line-height: 1.65em;
}
#postbody .notice {
  list-style: none;
  margin-left: 1em;
  font-size: 0.95em;
}
#postbody .notice li:before {
  display: inline-block;
  content: "※";
  margin-right: 0.25em;
}
#postbody table {
  font-size: 0.9em;
  border: 1px #6da821 solid;
  line-height: 1.65em;
}
#postbody table th, #postbody table td {
  border: 1px #6da821 solid;
  padding: 0.5em;
}
#postbody table th {
  font-weight: 500;
}
#postbody table thead th {
  background: #89c456;
}
#postbody table tbody tr th {
  background: #c6efa2;
}
#postbody table tbody tr:nth-of-type(even) th {
  background: #bbe298;
}
#postbody table tbody tr:nth-of-type(even) td {
  background: #f8f8f8;
}
#postbody table tfoot th {
  background: #bbd884;
}
#postbody table tfoot td {
  text-align: right;
  background: #ddead0;
}
#postbody .t01 {
  border: none;
  border-top: 1px #dddddd solid;
}
#postbody .t01 th, #postbody .t01 td, #postbody .t01 tr:nth-of-type(even) th, #postbody .t01 tr:nth-of-type(even) td {
  text-align: left;
  background: none;
  border: none;
  border-bottom: 1px #dddddd solid;
}
#postbody .t01 th {
  color: #345427;
}
#postbody .edit {
  text-align: right;
}
#postbody .edit a {
  display: inline-block;
  margin-left: auto;
  padding: 0.25em 0.75em;
  color: #ffffff;
  font-size: 0.9em;
  border-radius: 10px;
}
#postbody .edit a:link, #postbody .edit a:visited {
  color: #ffffff;
  text-decoration: none;
  background: #60931d;
}
#postbody .edit a:hover, #postbody .edit a:active {
  color: #ffffff;
  text-decoration: none;
  background: #8cce35;
}
#postbody .staffbox {
  display: flex;
  flex-wrap: wrap;
}
#postbody .staffprof {
  width: 20%;
  margin: 25px;
  padding: 25px 12.5px;
  text-align: center;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
#postbody .staffprof .staffph {
  display: block;
  background: #dddddd;
  width: 180px;
  height: 180px;
  margin: auto;
  margin-bottom: 25px;
}
#postbody .staffprof .staffname {
  color: #353535;
  font-size: 1.25em;
  line-height: 1.25em;
}
#postbody .staffprof .staffname span {
  display: block;
  color: #6da56d;
  font-size: 0.65em;
  font-weight: 500;
}
#postbody .staffprof ul {
  width: 75%;
  text-align: left;
  margin: 0;
  margin: auto;
  list-style: none;
}
#postbody .staffprof ul li {
  padding: 0.1em;
  color: #ffffff;
  text-align: center;
  font-size: 0.86em;
  letter-spacing: 0.05em;
  background: #649335;
  border-radius: 15px;
}
#postbody .mailcontainer {
  padding: 0 50px;
  text-align: center;
}
#postbody .mailcontainer .t01 {
  width: 70%;
  margin: auto;
  margin-bottom: 50px;
}
#postbody .mailcontainer .mailform {
  width: 70%;
  margin: auto;
  text-align: left;
}
#postbody .mailcontainer .mailform table {
  margin-bottom: 50px;
}
#postbody .mailcontainer .mailform table, #postbody .mailcontainer .mailform th, #postbody .mailcontainer .mailform td, #postbody .mailcontainer .mailform tr:nth-of-type(even) th, #postbody .mailcontainer .mailform tr:nth-of-type(even) td {
  background: none;
  border: none;
}
#postbody .mailcontainer .mailform th, #postbody .mailcontainer .mailform td, #postbody .mailcontainer .mailform tr:nth-of-type(even) th, #postbody .mailcontainer .mailform tr:nth-of-type(even) td {
  padding: 1.25em 1em;
  font-size: 1.15em;
}
#postbody .mailcontainer .mailform td {
  width: 65%;
}
#postbody .mailcontainer .mailform .h {
  margin-left: 0.5em;
  color: #ff0000;
  font-size: 0.75em;
}
#postbody .mailcontainer .mailform input, #postbody .mailcontainer .mailform textarea {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  padding: 0.75em;
  font-size: 1em;
  outline: none;
}
#postbody .mailcontainer .mailform input[type=checkbox] {
  width: auto;
  padding: 0;
  border: 1px #555555 solid;
}
#postbody .mailcontainer .mailform .agree {
  text-align: center;
  margin-bottom: 50px;
}
#postbody .mailcontainer .mailform .submit {
  text-align: center;
}
#postbody .mailcontainer .mailform .submit input {
  transition: all 100ms ease-in;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  max-width: 300px;
  color: #ffffff;
  font-size: 1.25em;
  font-weight: 500;
  background: #009900;
  border: none;
  border-radius: 30px;
}
#postbody .mailcontainer .mailform .submit input:hover {
  background: #2add51;
}

/* top ===================================== */
.linkbox {
  text-align: right;
}
.linkbox a {
  transition: all 100ms ease-in;
  position: relative;
  display: block;
  width: 300px;
  height: 50px;
  margin-left: auto;
  line-height: 50px;
  font-size: 1.05rem;
  font-weight: 500;
  text-align: left;
  text-indent: 43px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
.linkbox a:link, .linkbox a:visited {
  color: #ffffff;
  text-decoration: none;
  background: #1597ea;
}
.linkbox a:hover {
  text-decoration: none;
  background: #3fb1f9;
}
.linkbox a:active {
  text-decoration: none;
  background: #0f6fac;
}
.linkbox a::before {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -26px;
  width: 18px;
  height: 18px;
  content: url("../img/linkbox_pict.png");
}

/* - mv - */
#mv {
  position: relative;
  min-width: 1100px;
  margin-bottom: 50px;
  padding-top: 160px;
  background: url("../img/bg.jpg") top center no-repeat;
  background-size: contain;
}
#mv #logo {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-bottom: 37.5px;
  text-align: center;
}
#mv .introtxt {
  position: relative;
  margin: 50px;
  margin-top: 0;
  font-weight: 500;
  line-height: 2em;
}
#mv .introtxt h2 {
  width: 80%;
  margin: auto;
  margin-bottom: 25px;
  line-height: 1.5em;
  color: #083b67;
  font-size: 1.95em;
  font-weight: 600;
  text-align: center;
}
#mv .introtxt p {
  margin-bottom: 0.5em;
}
#mv .introtxt .bold {
  color: #125fa3;
  font-weight: 600;
}

/* - news - */
#news {
  padding: 50px 0;
  background: #eaf7f4;
}
#news .flexbox {
  position: relative;
}
#news .postbox {
  transition: all 400ms ease-in;
  position: relative;
  margin-bottom: 50px;
  opacity: 0;
  top: 10px;
}
#news.cue .postbox {
  opacity: 1;
  top: 0;
}
#news.cue .postbox:nth-of-type(2) {
  transition-delay: 100ms;
}
#news.cue .postbox:nth-of-type(3) {
  transition-delay: 150ms;
}
#news.cue .postbox:nth-of-type(4) {
  transition-delay: 200ms;
}
#news .thumb {
  position: relative;
  width: 200px;
  height: 170px;
  margin-bottom: 12.5px;
  background: url("../img/thmb_bg.png") center no-repeat #fdfdfd;
}
#news .thumb a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#news .postdate {
  margin-bottom: 5px;
  color: #727a78;
  font-size: 0.9rem;
}

/* - service - */
#service {
  padding: 50px 0;
}
#service .inner {
  position: relative;
  padding: 0 50px;
}
#service .left, #service .right {
  transition: all 400ms ease-in;
  position: relative;
  width: 40%;
}
#service .left {
  opacity: 0;
  left: -20vw;
}
#service .right {
  opacity: 0;
  right: -20vw;
}
#service.cue .left {
  opacity: 1;
  left: 0;
}
#service.cue .right {
  opacity: 1;
  right: 0;
}
#service h2 {
  position: relative;
  margin-bottom: 75px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #2b581f;
  font-size: 2em;
  font-weight: 600;
  text-align: center;
}
#service h2::after {
  position: absolute;
  display: block;
  content: "";
  width: 400px;
  height: 5px;
  top: 1.5em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #8fcb7f;
}
#service h3 {
  margin-bottom: 25px;
  padding: 0.5em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  background: #4e7627;
  border-radius: 5px;
}
#service .left ul {
  margin-bottom: 25px;
  color: #677d52;
  font-size: 1.5em;
  line-height: 1.25em;
}
#service .left ol li {
  position: relative;
  margin-bottom: 37.5px;
  padding: 0.75em;
  color: #ffffff;
  font-size: 1.35em;
  text-align: center;
  background: #82ba4b;
  border-radius: 5px;
}
#service .left ol li::after {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  content: "▼";
  color: #82ba4b;
  font-size: 1.5em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#service .left ol li:last-of-type::after {
  display: none;
}
#service .right p {
  float: left;
  width: 50%;
  min-height: 200px;
  margin-bottom: 12.5px;
  color: #71885a;
  font-size: 0.75em;
  font-weight: 500;
  text-align: center;
}
#service .right p img {
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 5px;
}
#service .right table {
  font-size: 1.15rem;
  font-weight: 500;
  background: #f2f6f6;
  border-top: 1px #a9c3c3 solid;
}
#service .right table th, #service .right table td {
  padding: 1em;
  border-bottom: 1px #a9c3c3 solid;
}
#service .right table th {
  width: 35%;
  color: #315c5c;
  background: #d5ecec;
}
#service .right table td {
  color: #151515;
  line-height: 1.35em;
  text-align: center;
}

/* archive ================================= */
#ArchiveList {
  margin-bottom: 75px;
}
#ArchiveList ul {
  border-top: 1px #dddddd solid;
}
#ArchiveList ul li a {
  position: relative;
  display: block;
  padding: 25px;
}
#ArchiveList ul li a span {
  display: block;
  margin-bottom: 1em;
  color: #3ab73a;
  font-size: 0.8em;
}
#ArchiveList ul li a:link, #ArchiveList ul li a:visited {
  color: inherit;
  text-decoration: none;
}
#ArchiveList ul li a:hover, #ArchiveList ul li a:active {
  color: #009900;
  text-decoration: none;
}
#ArchiveList ul li a::before, #ArchiveList ul li a::after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #92a568;
}
#ArchiveList ul li a::before {
  transition: all 400ms ease-in;
  width: 0%;
  background-color: #009900;
  z-index: 5;
}
#ArchiveList ul li a::after {
  width: 100%;
  background-color: #dddddd;
}
#ArchiveList ul li a:hover:before {
  width: 100%;
  height: 1px;
}

#pagelink {
  margin-bottom: 50px;
  color: #333333;
  font-size: 1.15rem;
  text-align: center;
}
#pagelink span {
  display: inline-block;
  overflow: hidden;
  margin: 0 0.5em;
  padding: 0.5em 0.75em;
}
#pagelink a {
  display: inline-block;
  overflow: hidden;
  margin: 0 1em;
  padding: 0.5em 0.75em;
  border-radius: 30px;
}
#pagelink a:link, #pagelink a:visited {
  color: #ffffff;
  text-decoration: none;
  background: #38759e;
}
#pagelink a:hover, #pagelink a:active {
  color: #ffffff;
  text-decoration: none;
  background: #26c6e2;
}
#pagelink a.next:link, #pagelink a.next:visited {
  color: #38759e;
  background: none;
}
#pagelink a.next:hover, #pagelink a.next:active {
  color: #26c6e2;
  background: none;
}

/* single ================================== */
#singleheader {
  padding-top: 50px;
  padding-bottom: 37.5px;
  border-bottom: 1px #dddddd solid;
}
#singleheader .posttitle {
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-bottom: 50px;
  color: #1e1e1e;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.25em;
}
#singleheader .postdate {
  color: #76bf2d;
  font-weight: 500;
  text-align: right;
}

#pagenav {
  position: relative;
  height: 50px;
  font-size: 1.25em;
}
#pagenav a:link, #pagenav a:visited {
  color: #327032;
  text-decoration: none;
}
#pagenav a:hover, #pagenav a:active {
  color: #30a830;
  text-decoration: none;
}
#pagenav span {
  position: absolute;
  display: block;
  width: 18px;
  height: 1px;
  background: #327032;
}
#pagenav .prevpost {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  padding-left: 20px;
}
#pagenav .prevpost span:nth-of-type(1) {
  width: 14px;
  top: 15px;
  left: 0;
  transform: rotate(45deg);
}
#pagenav .prevpost span:nth-of-type(2) {
  top: 10px;
  left: 1px;
}
#pagenav .prevpost span:nth-of-type(3) {
  width: 14px;
  top: 5px;
  left: 0;
  transform: rotate(-45deg);
}
#pagenav .nextpost {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  padding-right: 20px;
  text-align: right;
}
#pagenav .nextpost span:nth-of-type(1) {
  width: 14px;
  top: 5px;
  right: 0;
  transform: rotate(45deg);
}
#pagenav .nextpost span:nth-of-type(2) {
  top: 10px;
  right: 1px;
}
#pagenav .nextpost span:nth-of-type(3) {
  width: 14px;
  top: 15px;
  right: 0;
  transform: rotate(-45deg);
}/*# sourceMappingURL=core.css.map */