@charset "utf-8";
* {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.cf:after {
  clear: both;
  content: "";
  display: block;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt20 {
  margin-top: 20px;
}

body {
  background: #d7dac9;
  color: #000;
  font-family: Universe, "Helvetica Neue", こぶりな, Koburina,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS PGothic", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
}
pre {
  display: inline-block;
  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+ */
}
a,
a:link,
a:active,
a:visited {
  color: #fff;
  text-decoration: none;
  transition: background-color 0.35s ease;
  -webkit-transition: background-color 0.35s ease;
  -moz-transition: background-color 0.35s ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #383838;
  font-size: 130%;
  font-weight: normal;
  line-height: normal;
}
#head_area p {
  font-size: 130%;
}

/* top page */
/* header */
#head_area {
  background: #5e6927;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 80%;
}
#head_area h1, #head_area p {
  background: #fff;
  padding: 8px;
  width: 30%;
}
@media (max-width: 670px) {
  #head_area p {width: 100%;
    font-size: 100%;}
}

#head_area h1 a, #head_area p a {
  color: #5e6927 !important;
  font-size: 80%;
  font-weight: bold;
  text-decoration: none !important;
}
#head_area nav {
  padding: 8px;
  width: 70%;
}
#groval_menu {
  display: flex;
  justify-content: space-between;
}
#groval_menu li {
  border-right: 2px solid #fff;
  text-align: center;
  width: 25%;
}
#groval_menu li:last-child {
  border-right: none;
}
#groval_menu li a {
  border-radius: 5px;
  display: block;
  font-weight: bold;
  margin: 0 2%;
  padding: 10px;
}
#groval_menu li a:hover {
  background: #848c59;
}
#top_img {
  border: 10px solid #fff;
  border-radius: 0 0 5px 5px;
  margin: 0 auto;
  width: 80%;
}
#copy_are {
  background: #fff;
  border-radius: 5px 5px 0 0;
  margin: 0 auto;
  margin-top: 25px;
  padding: 18px 18px 10px;
  width: 80%;
}
#copy_are_bg {
  background: url(../images/txtbg.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 2px 3px 3px #888;
  padding: 10px;
}
.copy {
  color: #5e6826;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/* all_content */
#all_content {
  margin: 0 auto;
  width: 80%;
}
/* sub_access */
#sub_access {
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 18px;
}
.access {
  border-bottom: 2px solid #aeb492;
  border-right: 1px solid #aeb492;
  border-top: 2px solid #aeb492;
}
#sub_access section:first-child {
  border-left: 2px solid #aeb492;
}
#sub_access section:last-child {
  border-right: 2px solid #aeb492;
}
.access a {
  display: block;
  padding: 15px;
}
.access a:hover {
  background: #f9f6ef;
}
.access img {
  margin-bottom: 15px;
  width: 100%;
}
.access h2 {
  color: #5e6826;
  font-weight: bold;
}
.access p {
  color: #4d4d4d;
}
/* entry */
#entry {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 18px;
}
/* others */
#others {
  float: right;
  width: 30%;
  position: sticky;
  top: 0;
}
#others_list {
  margin-bottom: 18px;
}
#others_list > li h2,
#others_list > li h3 {
  background: #5e6927;
  color: #fff;
  padding: 10px;
}
#others_list a {
  background: #f9f6ef;
  border: 1px solid #aeb492;
  color: #5e6927;
  display: block;
  font-weight: bold;
  margin: -1px 0;
  padding: 15px 10px;
  text-decoration: none;
}
#others_list a:hover {
  background: #e1ded8;
}
#others_list a img {
  margin-bottom: 10px;
  width: 100%;
}
.slicknav_menu {
  display: none;
}
/* rcomnd */
#rcomnd {
  background: #e5e5e5;
  padding: 18px 10px;
}
#rcomnd h2 {
  border-bottom: 3px solid #334d6d;
  border-top: 3px solid #334d6d;
  color: #334d6d;
  font-weight: bold;
  margin-bottom: 18px;
  padding: 10px 5px;
}
#rcomnd_link h3 {
  background: #fff;
  border: 1px solid #aeb492;
  margin: -1px 0;
  padding: 0;
  position: relative;
}
#rcomnd_link h3 a {
  color: #5e6826;
  display: block;
  /* font-size: 16px; */
  font-weight: bold;
  padding: 8px;
}
#rcomnd_link h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}
#rcomnd_link h3 a:hover {
  background: #f9f6ef;
}
#rcomnd_link p {
  margin: 18px 0;
}
/* main_entry */
.main_entry {
  margin-bottom: 5%;
  width: 66%;
}

/* +下層用 */
.main_entry h2, .under h1 {
  background: #f9f6ef;
  border-bottom: 1px solid #aeb492;
  border-top: 1px solid #aeb492;
  color: #5e6826;
  font-weight: bold;
  padding: 10px 5px;
}
.eyec_img {
  margin-bottom: 18px;
  width: 100%;
}
.main_entry h2,
.main_entry h3,
.main_entry h4,
.main_entry h5,
.main_entry h6, .under h1, .under h2, .under h3 {
  margin-bottom: 18px;
}
.main_entry h3, .under h2 {
  color: #5e6826;
  font-weight: bold;
}
.main_entry h4, .under h3 {
  background: #5e6826;
  color: #fff;
  padding: 10px 5px;
}
.under h3 {margin-top: 40px;}

.main_entry h5 {
  border-bottom: 2px solid #334d6d;
  border-top: 2px solid #334d6d;
  color: #334d6d;
  font-weight: bold;
  padding: 10px 5px;
}
.main_entry h6 {
  border-bottom: 2px solid #c1272d;
  border-top: 2px solid #c1272d;
  color: #c1272d;
  font-weight: bold;
  padding: 10px 5px;
}
.main_entry strong {
  color: #c1272d;
  font-size: 12px;
  font-weight: normal;
}
.main_entry em {
  text-decoration: underline;
}
.main_entry ul {
  margin: 15px 0;
}
.main_entry ul li {
  padding-left: 15px;
  position: relative;
}
.main_entry ul li::before {
  background: #5e6927;
  border-radius: 50%;
  content: "";
  display: block;
  height: 4px;
  left: 4px;
  position: absolute;
  top: 8px;
  width: 4px;
}
.main_entry ol {
  counter-reset: number;
  margin: 15px 0;
}
.main_entry ol li {
  color: #5e6927;
  font-weight: bold;
  margin-bottom: 5px;
}
.main_entry ol li::before {
  content: counter(number);
  counter-increment: number;
  display: inline-block;
  margin-right: 10px;
}
.main_entry blockquote {
  border: 2px solid #aeb492;
  color: #5e6927;
  padding: 8px;
}
.main_entry address {
  background: #f9f6ef;
  padding: 8px;
}
.main_entry a {
  color: #0066cb;
}
.alignleft {
  margin-bottom: 15px;
}
.aligncenter {
  margin-bottom: 15px;
  text-align: center;
}
.alignright {
  margin-bottom: 15px;
  text-align: right;
}
.main_entry pre {
  background: #cad0ad;
  margin-bottom: 15px;
  padding: 15px;
  width: 100%;
}
table {
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
}
table th {
  background: #5e6826;
  border: 1px solid #5e6826;
  color: #fff;
  font-weight: normal;
  padding: 10px;
  vertical-align: top;
  width: 150px;
}
table td {
  background: #f9f6ef;
  border: 1px solid #aeb492;
  padding: 10px;
  vertical-align: top;
  width: 350px;
}

/* footer */
footer {
  padding: 20px 0 60px;
}
#footer_list {
  background: #fff;
  border-radius: 5px 5px 0 0;
  margin: 0 auto;
  padding: 18px;
  width: 80%;
}
#footer_list a {
  color: #5e6826;
}
#footer_list > li {
  border-left: 4px dotted #5e6826;
  display: inline-block;
  margin-right: 18px;
  padding-left: 18px;
  vertical-align: top;
}
#footer_list > li:last-child {
  margin-right: 0;
}
#footer_list > li p {
  color: #5e6826;
  font-size: 16px;
  font-weight: bold;
}
#footer_list > li p,
#footer_list > li li {
  margin-bottom: 15px;
}
small {
  background: #fff;
  border-radius: 0 0 5px 5px;
  color: #5e6826;
  display: block;
  margin: 0 auto;
  padding: 18px;
  text-align: right;
  width: 80%;
}
/* up */
#up_icon {
  height: auto;
  position: fixed;
  right: 13px;
  width: 85px;
}
#up {
  display: block;
}
#up:hover {
  opacity: 0.8;
}
#up img {
  width: 100%;
}

/* under_page */
/* pan */
.under_page #copy_are {
  border-radius: 0;
  margin-top: 0;
}
#pan {
  background: #fff;
  color: #5e6927;
  padding: 18px 18px 0;
}
#pan a {
  color: #5e6927;
}
/* all */
.under_area {
  background: #fff;
  padding: 18px;
}
.under_area h2 {
  background: #f9f6ef;
  border-bottom: 1px solid #aeb492;
  border-top: 1px solid #aeb492;
  color: #5e6826;
  font-weight: bold;
  margin-bottom: 18px;
  padding: 10px 5px;
}
/* SNS */
#shar_txt {
  background: #aab611;
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: 12px;
  text-align: center;
}
#shar_btns {
  display: flex;
  justify-content: space-between;
  margin: 3% auto;
}
.sns_icon {
  box-sizing: border-box;
  margin: 0 0.1%;
  width: 23%;
}
.sns_icon .fa {
  font-weight: bold;
}
.buttonLink {
  box-sizing: border-box;
  color: #fff !important;
  display: block;
  font-size: 14px !important;
  padding: 10px 0 !important;
  text-align: center;
  text-decoration: none;
}
.buttonLink:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
  text-decoration: none !important;
}
/* SNSごとの背景色 */
#Twitter {
  background-color: #00acee;
}
#Hatena {
  background-color: #2d4c86;
}
#Facebook {
  background-color: #3b5998;
}
#Ggl-plus {
  background-color: #dd4b39;
}

/* nopages */
#nopages {
  background: #fff;
  color: #5e6927;
  float: left;
  margin-bottom: 10%;
  padding: 20% 10%;
}
.footer_ttl {
  background: #fff;
  color: #5e6826;
  font-weight: bold;
  margin: 0 auto;
  padding: 0 18px;
  text-align: right;
  width: 80%;
}
.under_page small {
  padding: 5px 18px 18px;
}
