@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
body {
  font-size: 16px;
  line-height: 1.8;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  background: #e8eddb;
  background-image: -webkit-radial-gradient(#fff 20%, transparent 0),
    -webkit-radial-gradient(#fff 20%, transparent 0);
  background-image: radial-gradient(#fff 20%, transparent 0),
    radial-gradient(#fff 20%, transparent 0);
  background-position: 0 0, 60px 60px;
  -webkit-background-size: 12px 12px;
  background-size: 12px 12px;
}
a {
  color: #8f8562;
  display: block;
}
a:hover {
  color: #e8eddb;
  transition: 0.2s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: normal;
}
h2,
h3,
h4,
h5,
h6, .under h1 {
  font-size: 120%;
  margin-bottom: 25px;
}
h2, .under h1 {
  color: #fff;
  background: #8f8562;
  padding: 10px 15px;
}
h3, .under h2 {
  border-top: 3px solid #8f8562;
  border-right: 3px solid #8f8562;
  border-bottom: 3px solid #8f8562;
  border-left: 8px solid #8f8562;
  padding: 10px 15px;
}
h4, .under h3 {
  border-left: 8px solid #8f8562;
  border-bottom: 3px solid #8f8562;
  padding: 10px 15px;
}
.under h3 {margin-top: 40px;}

h5 {
  color: #8f8562;
  font-size: 120%;
  border-left: 2px solid #8f8562;
  border-bottom: 2px solid #8f8562;
  padding: 5px 5px;
}
h6 {
  color: #8f8562;
  font-size: 100%;
  border-bottom: 1px solid #8f8562;
  padding-bottom: 5px;
}
strong {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 1px solid #8f8562;
}
article ul li {
  position: relative;
}
article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 10px;
  background: #8f8562;
}
article ol {
  counter-reset: counter-name;
  border: 1px solid #8f8562;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
}
article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
article ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  position: absolute;
  left: 0;
}
blockquote {
  background: #eee;
  padding: 3em 1em;
  position: relative;
}
blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #8f8562;
  position: absolute;
}
blockquote:before {
  content: "“";
  left: 0;
  top: 0;
  line-height: 1em;
}
blockquote:after {
  content: "”";
  right: 0;
  bottom: 0;
}
table {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
  background: #fff;
}
table th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #8f8562;
  background: #eee;
}
table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #8f8562;
}
pre {
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* CSS3 */
  word-wrap: break-word; /* IE 5.5+ */
  display: inline-block;
  border: 1px solid #eee;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
em {
  font-style: normal;
  border: 1px dotted #6e99d4;
}
del {
  text-decoration: line-through;
}
ins {
  display: inline-block;
  background-color: #eee;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
/*button*/
.r-more a:hover,
.link-i h3 a:hover,
aside li a:hover,
.topbtn:hover {
  background-color: #fff;
  color: #8f8562;
}
/* top page */
.outer {
  position: relative;
  max-width: 1150px;
  margin: 45px auto;
}
.l_wrap {
  float: left;
  width: 28%;
  background-color: #fff;
  border-top: 1px solid #8f8562;
  border-left: 1px solid #8f8562;
  border-bottom: 1px solid #8f8562;
  position: sticky;
  top: 0;
  height: fit-content;
}
.r_wrap {
  float: right;
  width: 72%;
  border-top: 1px solid #8f8562;
  border-left: 1px solid #8f8562;
  border-right: 1px solid #8f8562;
  position: relative;
  background-color: #fff;
}
/* header */
.gnavi > ul {
  display: flex;
  justify-content: space-around;
  margin: 30px 0 0;
  background-color: #8f8562;
}
.gnavi ul#gnavi-menu > li {
  display: block;
  position: relative;
  width: 24%;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
}
#gnavi-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
#gnavi-menu li a {
  display: block;
  color: #fff;
  font-size: 110%;
}
#gnavi-menu li a:hover {
  color: #e8eddb;
}
.headt {
  margin-bottom: 50px;
  left: 30px;
  z-index: 1;
  margin: 30px;
}
.sitename a {
  font-size: 28px;
  margin: 15px 0;
  font-weight: bold;
}
p.catchc {
  margin-bottom: 10px;
  font-size: 14px;
}
.sitename a,
p.catchc {
  color: #8f8562;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 0.2px #fff;
  line-height: 1.4;
}
/* slider */
.topv {
  border-bottom: 1px solid #8f8562;
}
.bx-wrapper {
  border: none;
  box-shadow: none;
}
/* contents area */
.mainbx {
  margin: 0 auto;
}
.r-more {
  text-align: right;
}
.r-more a {
  padding: 3px 3rem;
  color: #8f8562;
  display: inline-block;
  position: relative;
  border: 1px solid #8f8562;
  background-color: #e8eddb;
}
.r-more a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 10px;
  left: 30px;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #8f8562;
}
/* main */
main {
  margin-bottom: 100px;
  padding: 30px;
}
article img {
  max-width: 100%;
  margin-bottom: 10px;
}
.lcw {
  display: flex;
  justify-content: space-between;
}
.link-c {
  width: 47%;
}
.link-c h2 {
  margin-bottom: 0;
}
.link-c img {
  float: left;
  margin-right: 10px;
}
article {
  margin-bottom: 30px;
}
.hB {
  clear: both;
}
/* おすすめリンク */
.link-i {
  float: left;
  width: 42%;
  margin: 0 4%;
}
.link-i h3 {
  border: none;
}
.link-i h3 a {
  position: relative;
  display: block;
  padding: 8px 8px 8px 30px;
}
.link-i h3 a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 15px;
  left: 15px;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #8f8562;
}
.link-i h3 a::before:hover {
  background-color: #fff;
}
.linkbxx {
  border-right: 1px solid #8f8562;
  border-bottom: 1px solid #8f8562;
  border-left: 1px solid #8f8562;
}
.linkbxx h3 {
  padding: 0px;
  margin-bottom: 0;
  border: 1px solid #8f8562;
  background-color: #e8eddb;
}
.linkbxx p {
  padding: 0 0 20px 20px;
}
.linkbxx a {
  text-align: left;
}
/* aside */
aside {
  z-index: 1;
  padding: 30px;
}
aside li > div {
  color: #8f8562;
  font-size: 120%;
  font-weight: bold;
}
aside li a {
  padding: 10px 15px;
  margin-bottom: 10px;
  font-size: 90%;
  border: 1px solid #8f8562;
  color: #8f8562;
  background-color: #e8eddb;
}
aside img {
  max-width: 100%;
  margin-right: 10px;
}
.s-link a {
  margin-bottom: 10px;
}
/* footer */
footer {
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  padding: 30px;
  color: #fff;
  background-color: #8f8562;
}
footer p {
  font-size: 21px;
}
footer a {
  color: #fff;
  font-size: 85%;
}
footer .mainbx {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.footcp {
  font-size: 70%;
  text-align: center;
}
.ftm {
  width: 45%;
  margin: 0 auto 0 0;
}
.topbtn {
  width: 100%;
  color: #8f8562;
  text-align: center;
  font-size: 18px;
  border-top: 1px solid #8f8562;
  background-color: #e8eddb;
}
.topbtn p {
  padding: 5px;
}
/* under */
.not-fo {
  font-size: 200%;
  color: #8f8562;
}
.nf {
  border-left: none;
}
.nf0 {
  border-right: 1px solid #8f8562;
}
/* pan nav */
.pagenav {
  margin: 50px 0 -80px 30px;
}
.pagenav a {
  display: inline;
  font-size: 85%;
}
.pagenav font {
  color: #ccc;
}
/* SNS */
.sbtn-area {
  width: 40%;
  margin: 0px 0 30px auto;
}
.sns-mainbx {
  display: flex;
  justify-content: space-between;
}
.sbtn-area > div {
  text-align: center;
}
.sbtn-area:after {
  content: "";
  clear: both;
  display: block;
}
.sbtn-whole {
  width: 20%;
  box-sizing: border-box;
  margin: 0 0.1%;
}
.sbtn-whole .fa {
  font-weight: bold;
}
.sbtn-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 0.9vw !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}
.sbtn-link:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/* SNSごとの背景色 */
#twitter {
  background-color: #00acee;
}
#hatena {
  background-color: #2d4c86;
}
#facebook {
  background-color: #3b5998;
}
#ggl-plus {
  background-color: #dd4b39;
}
