@charset "utf-8";
@import url(http://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 {
  background-color: #fffba8;
  font-size: 16px;
  line-height: 2;
  font-family: "Meiryo UI", YuGothic, "Yu Gothic", "ヒラギノ丸ゴ ProN",
    "Hiragino Maru Gothic ProN", "TsukuARdGothic-Regular", "Osaka", sans-serif;
}

a {
  color: #ff7c04;
  display: block;
}

a:hover {
  color: #ff7c04;
  transition: 0.2s;
  background: #fffc9d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6,
.under h1 {
  font-size: 140%;
  margin-bottom: 25px;
}

h2,
.under h1 {
  color: #2a9000;

  padding: 10px 10px;
  border-bottom: 4px dotted #e98a5f;
  border-top: 4px dotted #e98a5f;
  font-size: 17px;
  font-weight: bold;
}

h3,
.under h2 {
  border-bottom: 2px dashed #e78c58;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #2a9000;
}

h4,
.under h3 {
  border-bottom: 1px dotted #2a9000;
  padding-bottom: 5px;
  color: #e98a5f;
  font-size: 16px;
  font-weight: bold;
}

.under h3 {
  margin-top: 40px;
}

h5 {
  color: #ee8400;
  font-size: 120%;
}

h6 {
  color: #93c300;
  font-size: 105%;
}

strong {
  background: linear-gradient(transparent 60%, #fffc9d 60%);
  color: #2a9000;
}

article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 5px solid #96c300;
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -28px;
  width: 20px;
  height: 20px;
  background: #e98a5f;
  border-radius: 20px;
}

article ol {
  counter-reset: counter-name;
  background: #fff;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  border: 5px solid #96c300;
}

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: #fffc9d;
  padding: 3em 1em;
  position: relative;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #2a9000;
  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: 2px solid #e98a5f;
  background: #fffc9d;
}

table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 2px solid #e98a5f;
}

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: 5px dotted #e98a5f;
  margin: 1em 0;
  padding: 1em;
}

strong,
b {
  font-size: 100%;
}

em {
  font-style: normal;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/* top page */
/* header */
.headarea_206 {
  position: fixed;
  left: 0;
  width: 18%;
  height: 100%;
  box-sizing: border-box;
  background: #1c9000;
  z-index: 99;
  float: left;
  padding: 20px;
}

.headarea_206 a {
  color: #fffc9d;
}

.headarea_206 .stitle_206 a {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #ffffff;
  line-height: 1.3;
}

.headarea_206 .stitle_206 a:hover {
  background: none;
}

.headarea_206 p.ccopy_206 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 70%;
}

.glnv>ul {

  justify-content: space-around;
  margin-top: 40px;
}

.glnv>ul a {
  color: #fffc9d;
  border-radius: 25px;
}

.glnv>ul a:hover {
  color: #eb8865;
}

.glnv ul#glnv-menu>li {
  display: block;
  position: relative;
  width: 100%;
  font-size: 14px;
  text-align: center;
}

#glnv-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}

.slicknav_menu {
  display: none;
}

#glnv-menu li a {
  display: block;
  font-size: 20px;
  margin: 10px;
}

/* slider */
.bx-wrapper {
  margin: 0 0 15px 0;
  border: solid 10px #fff;
  box-shadow: none;
  /* float: right; */
}

/* contents area */
.container_206 {
  max-width: 1118px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.morebtn_206 {
  text-align: right;
}

.morebtn_206 a {
  padding: 3px 3rem;

  color: #fff;
  display: inline-block;
  border-radius: 25px;
  background: #eb8865;
}

.morebtn_206 a:hover {
  background: #2a9000;
  color: #fff;
}

/* main */
main {
  float: left;
  max-width: 75%;

  padding: 20px;
  background: #fff;
  border: 10px solid #eb8865;
  margin: 10px 10px 50px 10px;
}

article img {
  max-width: 100%;
  margin-bottom: 10px;
}

.linkcont_206 img {
  float: left;
  max-width: 340px;
  margin-right: 10px;
}

article {
  margin-bottom: 30px;
}

/* おすすめリンク */
.linkbox_206 {
  border: 5px solid #99c300;
  padding: 20px;
  background: #fffdc5;
}

.linkbox_206 h3 a {
  display: block;
}

.linkbox_206 h3 a::after {
  content: ">";
  margin-left: 10px;
}

.linkbox_206 p {
  padding: 0 0 20px;
}

.linkbox_206 a {
  text-align: left;
}

/* aside */
aside {
  float: right;

  /*min-*/
  width: 100%;
  background: #fff;
  border: 10px solid #ed866a;
  padding: 15px;
}

aside li>div {
  color: #2a9000;
  font-size: 20px;
  border-bottom: 2px dashed #e98a5f;
  font-weight: bold;
  margin-bottom: 10px;
}

aside a {
  padding: 5px 5px;
  border-radius: 20px;
  font-size: 15px;
}

aside img {
  float: left;
  max-width: 100%;
  /* margin-right: 10px; */
}

.slink_206 a {
  margin-bottom: 10px;
}

/* footer */
footer {
  position: relative;
  background: #e98a5f;
  padding: 45px 0 10px 20px;
  color: #fffc9d;
  width: 100%;
  float: right;
}

footer p {
  font-size: 21px;
  margin-bottom: 10px;
}

footer a {
  color: #fffc9d;
  font-size: 90%;
}

footer a:hover {
  color: #e98a5f;
  background: #fffc9d;
}

footer .container_206 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}

.ftcopy_206 {
  font-size: 70%;
  text-align: center;
  margin-bottom: 10px;
}

.topbtn_206 {
  position: fixed;
  bottom: 10px;
  right: 4px;
  z-index: 1;
}

.ftmenu_206 {
  width: 20%;
  margin-left: 20%;
}

/* under */
.notfound {
  font-size: 190%;
  color: #93c300;
}

/* pan nav */
.panav {
  margin-bottom: 10px;
  margin: 7px 0 10px 26px;
}

.panav a {
  display: inline;
  font-size: 85%;
}

.panav font {
  color: #ccc;
}

/* SNS */
.button-area {
  width: 100%;
  margin: 50px 0;
}

.sns-container_206 {
  display: flex;
  justify-content: space-between;
}

.button-area>div {
  text-align: center;
}

.button-area:after {
  content: "";
  clear: both;
  display: block;
}

.title-fill {
  text-align: center;
  display: block;
  border-bottom: 4px dotted #2a9000;
  color: #2a9000;
  font-size: 18px;
  width: 100%;
  padding: 0px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.button-whole {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

.button-whole .fa {
  font-weight: bold;
}

.button-link {
  display: block;
  text-align: center;
  font-size: 14px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}

.button-link:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* SNSごとの背景色 */
#twitter {
  background-color: #ffffff;
  border: 1px dashed #00acee;
  color: #00acee;
}

#hatena {
  background-color: #ffffff;
  border: 1px dashed #2d4c86;
  color: #2d4c86;
}

#facebook {
  background-color: #ffffff;
  border: 1px dashed #3b5998;
  color: #3b5998;
}

#ggl-plus {
  background-color: #ffffff;
  border: 1px dashed #dd4b39;
  color: #dd4b39;
}

.child {
  max-width: 82%;
  float: right;
}

.subnav {
  /*min-*/
  /* width: 20%;
float: right; */
  padding: 0;
  margin: 10px;
  position: sticky;
  top: 0;
  height: fit-content;
}

.button-area {
  margin: 0 auto;
  padding: 15px;
  background: #fffc9d;
  border-radius: 10px;
}