@charset "utf-8";
@import url("http://fonts.googleapis.com/earlyaccess/sawarabigothic.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

body {
  color: #666;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono,
    monospace;
  font-size: 14px;
  line-height: 1.5;
}

del {
  text-decoration: line-through;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

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: 2px solid #bbb;
  margin: 1em 0;
  padding: 1em;
}

strong {
  color: #f39b01;
}

em {
  color: #7cba27;
  font-style: normal;
}

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

ins {
  display: inline-block;
  background: #f7f8f4;
}

/*--- table*/
table {
  border-collapse: collapse;
  line-height: 1.5;
  margin-bottom: 20px;
  background: #fff;
}

table th {
  width: 150px;
  padding: 10px;
  text-align: center;
  vertical-align: top;
  background: #f39b01;
  color: #fff;
  border: solid 1px #ddd;
}

table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #ddd;
  font-size: 90%;
}

/*--- blockquote*/
blockquote {
  font-size: 125%;
  text-align: center;
  background-color: rgba(124, 186, 39, 0.24);
  padding: 2em;
  position: relative;
  z-index: 1;
  font-family: "Sawarabi Gothic", sans-serif;
}

blockquote:before {
  content: "“";
  font-family: monospace;
  font-size: 120px;
  line-height: 1em;
  color: #fff;
  position: absolute;
  left: -50px;
  top: 0;
  z-index: -1;
}

/*--- list ul*/
article ul {
  background-color: #fff;
  border-top: dashed 2px #e6e6e6;
  border-bottom: 2px solid #f39c00;
  padding: 10px 15px 7px 15px;
  margin: 40px 0;
  box-sizing: border-box;
}

article ul li {
  font-size: 12px;
  margin: 0.5em 0;
  padding: 10px 20px;
  line-height: 2.35em;
  font-family: "Sawarabi Gothic", sans-serif;
}

article ul li:before {
  font-family: FontAwesome;
  content: "\f144";
  margin-right: 8px;
  color: #f39c00;
}

/*--- list ol*/
article ol {
  width: 98%;
  margin: 40px 0;
  counter-reset: number;
  list-style-type: none !important;
}

article ol li {
  margin: 1.5em 0;
  padding: 15px 0 15px 45px;
  list-style: none;
  position: relative;
  border: solid 3px #fff;
  outline: solid 1px #7dbb28;
  background: #7cba27;
  color: #fff;
  font-family: "Sawarabi Gothic", sans-serif;
}

article ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  color: #7cba27;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  background: #fff;
  /*以下 上下中央寄せのため*/
  top: 50%;
  left: 10px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--- link*/
a {
  display: block;
  color: #333;
}

a:hover {
  color: #7cba27;
}

/*--- layout ---*/
.con_wrap {
  max-width: 900px;
  margin: 0 auto;
  /* overflow: hidden; */
  display: flex;
  justify-content: space-between;
}

.con_wrap>* {
  color: #333;
}

.box_sia {
  max-width: 71%;
  float: right;
}

.box_sib {
  /*min-*/
  width: 26%;
  float: left;
  position: sticky;
  top: 0;
  height: fit-content;
}

article {
  margin-bottom: 30px;
}

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

/*--- title ---*/
h1,
h2,
h3,
h4,
h5,
h6,
.under h1,
.under h2,
.under h3 {
  line-height: 1.2;
  font-weight: 700;
  font-family: "Sawarabi Gothic", sans-serif;
}

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

h2,
.under h1 {
  color: #7cba27;
  font-size: 150%;
}

h3,
.under h2 {
  border-left: solid 6px #7cba27;
  padding-left: 10px;
}

h4:before,
.under h3::before {
  font-family: FontAwesome;
  content: "\f0c8";
  margin-right: 8px;
  color: #7cba27;
}

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

h5 {
  font-size: 110%;
  background: #e9f1d9;
  color: #7cba27;
  padding: 5px 10px;
}

h6 {
  font-size: 100%;
  padding: 5px;
  color: #7cba27;
}

/*--- header ---*/
.page-hd {
  width: 100%;
}

.page-hdIn {
  max-width: 900px;
  padding: 12px 0;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: solid 4px #f7f8f4;
}

/*--- h1*/
.ttl_h {
  clear: both;
}

.ttl_h a {
  font-size: 160%;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #7cba27;
  line-height: 1.3;
}

.ttl_h a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/*--- headCopy*/
.page-cp {
  width: 50%;
  float: left;
  font-size: 70%;
  padding: 12px 0 0;
  color: #7cba27;
  font-weight: bold;
}

/*--- headNav ---*/
#page-nv {
  width: 50%;
  float: right;
  text-align: right;
  margin-bottom: 10px;
}

#page-nv li {
  display: inline-block;
  border-right: solid 1px #ccc;
}

#page-nv li:nth-of-type(1) {
  border-left: solid 1px #ccc;
  padding-left: 3px;
}

#page-nv li a {
  padding: 3px 3px 3px 0;
  text-align: center;
  font-size: 13px;
  color: #7cba27;
  font-family: "Sawarabi Gothic", sans-serif;
}

#page-nv li a:hover {
  text-decoration: underline;
}

.slicknav_menu {
  display: none;
}

/*--- mainSlider ---*/
.page-mainvisual {
  max-width: 900px;
  margin: 0 auto 20px;
  border: solid 8px #f7f8f4;
  box-sizing: border-box;
}

.bx-wrapper {
  max-width: 900px !important;
  text-align: center;
  margin: 0 auto;
  box-shadow: none;
}

.bx-wrapper .bx-controls-direction a {
  display: none;
}

/*--- 下層リンク ---*/
.page-top {
  width: 100%;
}

.page-top .page-lk {
  background: #f7f8f4;
  overflow: hidden;
  padding: 0;
}

.page-top .page-lk img {
  width: 100%;
}

.page-lk>div {
  width: 90%;
  margin: 0 auto;
}

.page-lk h2 {
  height: 32px;
  line-height: 30px;
  text-indent: 20px;
  font-size: 16px;
  color: #333;
}

.page-top .page-lk h2:before {
  height: 20px;
}

/*--- readMore*/
.page-more {
  width: 70%;
  margin: 1.5em auto;
  padding: 10px 0;
  list-style: none;
  border: solid 3px #fff;
  outline: solid 1px #7cba27;
  background: #7cba27;
  color: #fff;
  text-align: center;
  font-family: "Sawarabi Gothic", sans-serif;
  letter-spacing: 0.3em;
}

.page-more a:before {
  font-family: FontAwesome;
  content: "\f0a9";
  position: absolute;
  right: 15px;
}

.page-more a {
  background-color: #7cba27;
  border-radius: 4px;
  font-size: 85%;
  line-height: 18px;
  position: relative;
  color: #fff;
}

.page-more a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/*--- aside ---*/
aside dl {
  border: solid 1px #ccc;
  margin-bottom: 30px;
}

aside dt {
  font-size: 100%;
  font-weight: bold;
  font-family: "Sawarabi Gothic", sans-serif;
  letter-spacing: 0.3em;
  color: #fff;
  padding: 8px 25px;
  background: #7dbb28;
}

aside dd {
  border-bottom: solid 1px #ccc;
  font-family: "Sawarabi Gothic", sans-serif;
}

aside dl dd:nth-last-of-type(1) {
  border-bottom: 0;
}

/*--- 上block*/
aside .sidemenu_t dd {
  padding: 4px;
}

aside .sidemenu_t a {
  line-height: 42px;
  padding-left: 10px;
}

aside .sidemenu_t a:before {
  font-family: FontAwesome;
  content: "\f0a9";
  margin-right: 4px;
  color: #7dbb28;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

aside .sidemenu_t a:hover {
  background: #f39b01;
  color: #fff;
  border-radius: 4px;
}

aside .sidemenu_t a:hover:before {
  color: #fff;
}

/*--- 下block*/
aside .sidemenu_trs dd {
  width: 100%;
  position: relative;
  background: #000;
  box-sizing: border-box;
}

aside .sidemenu_trs dd img {
  width: 100%;
  opacity: 0.8;
}

aside .sidemenu_trs dd p {
  width: 100%;
  position: absolute;
  color: #fff;
  font-weight: bold;
  top: 40%;
  left: 0;
  text-align: center;
}

aside .sidemenu_trs a:hover img {
  opacity: 0.6;
}

/*--- recommend ---*/
.page-lbk {
  overflow: hidden;
  padding: 15px 15px 0;
  border-radius: 10px;
  border: solid 3px #f7f8f4;
  box-sizing: border-box;
  background-color: #f7f8f4;
  background-image: -webkit-gradient(linear,
      0 0,
      100% 100%,
      color-stop(0.25, #fff),
      color-stop(0.25, transparent),
      color-stop(0.5, transparent),
      color-stop(0.5, #fff),
      color-stop(0.75, #fff),
      color-stop(0.75, transparent),
      to(transparent));
  -webkit-background-size: 7px 7px;
}

.page-lbk h2 {
  text-align: center;
}

/*--- h3_link*/
.lbk_in {
  width: 90%;
  margin: 0 auto 20px;
}

.page-lbk h3 {
  margin: 1.5em 0 5px;
  padding: 15px 0 15px 45px;
  list-style: none;
  position: relative;
  border: solid 3px #fff;
  outline: solid 1px #7cba27;
  background: #7cba27;
  border-radius: 5px;
  color: #fff;
}

.page-lbk h3 a {
  color: #fff;
}

.page-lbk h3 a:before {
  font-family: FontAwesome;
  content: "\f0a9";
  margin-right: 8px;
  text-decoration: none;
  display: inline-block;
}

.page-lbk h3 a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.lbk_in p {
  font-size: 85%;
}

/*--- footer ---*/
footer {
  width: 100%;
  background: #333;
}

footer ul {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
}

footer ul li {
  width: 220px;
  margin-right: 100px;
  float: left;
}

footer dl {
  padding: 20px 0;
  overflow: hidden;
}

footer dt {
  padding: 15px 10px;
  color: #fff;
  position: relative;
  font-family: "Sawarabi Gothic", sans-serif;
  letter-spacing: 0.3em;
}

footer dd {
  font-size: 90%;
}

footer dd a {
  color: #fff;
  padding: 10px;
}

footer dd a:before {
  font-family: FontAwesome;
  content: "\f0a9";
  margin-right: 8px;
  text-decoration: none;
  display: inline-block;
}

footer dd a:hover {
  text-decoration: underline;
  color: #fff;
}

/*--- footCopy*/
.page-fc {
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 75%;
  color: #fff;
  text-align: center;
}

/*--- 404*/
.page-nf b {
  font-size: 260%;
  color: #7cba27;
}

/*--- pan*/
.page-pan {
  width: 900px;
  margin: 10px auto;
}

.page-pan a {
  display: inline;
  padding: 0 8px;
  font-size: 85%;
}

/*SNS*/
.sns-ctnbt {
  overflow: hidden;
  margin: 50px auto;
  padding: 15px 15px 0;
  border-radius: 10px;
  border: solid 3px #f7f8f4;
  box-sizing: border-box;
  background-color: #f7f8f4;
  background-image: -webkit-gradient(linear,
      0 0,
      100% 100%,
      color-stop(0.25, #fff),
      color-stop(0.25, transparent),
      color-stop(0.5, transparent),
      color-stop(0.5, #fff),
      color-stop(0.75, #fff),
      color-stop(0.75, transparent),
      to(transparent));
  -webkit-background-size: 7px 7px;
}

.sns-ctnc .fa {
  font-weight: bold;
}

.sns-ctnbt dl {
  overflow: hidden;
}

.sns-ctnbt dl dt {
  text-align: center;
}

.sns-ctnbt dd {
  width: 24%;
  margin-right: 1%;
  float: left;
  text-align: center;
}

.sns-ctnbt dd:nth-of-type(1) {
  margin-left: 0.5%;
}

.sns-ctnbt dd:nth-last-of-type(1) {
  margin-right: 0.5%;
}

.sns-ctnbt dd a {
  background: #00acee;
  color: #fff;
  padding: 10px 0;
  margin: 7px 5px;
  font-weight: bold;
  border-radius: 5px;
}

.sns-ctnbt dd a:hover {
  text-decoration: none;
  opacity: 0.6;
}

/*--- bg*/
#twitter {}

#hatena {
  background: #041d4d;
}

#facebook {
  background: #3b5998;
}

#ggl-plus {
  background: #dd4b39;
}

/*--- topPage*/
p.page-btn a {
  width: 110px;
  height: 24px;
  padding-top: 5px;
  position: fixed;
  border-radius: 4px;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background: #7cba27;
}

p.page-btn a:before {
  font-family: FontAwesome;
  content: "\f106";
  margin-right: 5px;
}

p.page-btn a:hover {
  background: #f39b01;
  color: #fff;
  text-decoration: none;
}

/*下層などflex内で要素が増える時*/
.page-con.con_wrap.under_p:has(.page-pan) {
  flex-wrap: wrap;
}

/*パンくずが含まれる時のみ*/
.page-pan {
  width: 100%;
}

/*パンくず*/