@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;
}

body {
  background: #f4f2ec;
  color: #333333;
  font-family: "Noto Sans Japanese";
  font-size: 13px;
  line-height: 1.231;
}

/*///// リスト /////*/
article ul {
  margin: 1.5em auto;
}

article ul li {
  font-size: 12px;
  margin: 0.5em 0;
  padding: 10px 20px;
  line-height: 2.35em;
  border-bottom: 1px dashed #99917f;
  background-color: white;
}

article ul li:before {
  content: "●";
  margin-right: 8px;
}

article ol {
  margin: 1.5em 0;
  counter-reset: counter-name;
  background: #f5f2eb;
}

article ol li {
  margin: 0.5em 0;
  padding: 10px 40px;
  list-style: none;
  position: relative;
}

article ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  position: absolute;
  left: 20px;
  font-weight: bold;
  color: #009e41;
}

/*///// 引用文 /////*/

blockquote {
  font-size: 22px;
  padding: 30px 20px;
  line-height: 150%;
  position: relative;
  color: #009e41;
  border: dashed 4px #f5f2eb;
}

blockquote:before,
blockquote:after {
  content: "“";
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 50px;
}

/*///// テーブル /////*/

table {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
  background: #fff;
}

table th {
  width: 150px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #bfb59f;
  background: #f0ebd8;
}

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

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 {
  background: #eec008;
  color: #000;
}

em {
  font-style: normal;
  color: #009e41;
}

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

del {
  text-decoration: line-through;
}

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

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/*///// リンク /////*/

a {
  display: block;
  color: #220d00;
}

a:hover {
  text-decoration: underline;
  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: 140%;
  margin-bottom: 15px;
}

h2,
.under h1 {
  font-size: 190%;
  border-left: 5px solid #eec008;
  padding: 15px;
}

h3,
.under h2 {
  border-left: 10px solid #009e41;
  border-top: 2px solid #009e41;
  border-bottom: 1px solid #ccc;
  padding-left: 15px;
  line-height: 200%;
  font-size: 130%;
  font-weight: 700;
  letter-spacing: 2px;
  border-radius: 6px 0 0 0;
}

h4,
.under h3 {
  border-left: 4px solid #bfb59f;
  font-size: 110%;
  font-weight: 700;
  line-height: 200%;
  padding-left: 10px;
}

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

h5 {
  font-size: 100%;
  padding: 3px 0 3px 10px;
  background: #bfb59f;
}

h6 {
  font-size: 100%;
  font-weight: 700;
}

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

.con_wrap>* {
  color: #2e2e2e;
}

.wrap_sia {
  max-width: 75%;
  float: right;
  background: #fff;
}

main {
  max-width: 96%;
  margin: 10px auto;
}

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

article {
  margin-bottom: 30px;
}

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

/*///// ヘッダーエリア /////*/

.wrap-hd {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

.wrap-title {
  width: 950px;
  margin: 20px auto;
}

/*--- h1 ---*/
.ttl_h a {
  font-size: 20px;
  font-weight: 700;
  color: #009e41;
  letter-spacing: -0.08em;
  margin-bottom: 5px;
  line-height: 1.3;
}

.ttl_h a:hover {
  background: none;
  color: #eec008;
  text-decoration: none;
}

/*--- キャッチコピー ---*/
.wrap-hd p.wrap-cp {
  text-align: left;
  color: #ec8b37;
  font-size: 85%;
}

/*///// ヘッドナビ /////*/

#wrap-nv {
  max-width: 950px;
  margin: 0 auto;
}

#wrap-nv ul {
  width: 100%;
  overflow: hidden;
  text-align: center;
  border-bottom: 6px #d9d9d9 solid;
}

#wrap-nv li {
  width: 25%;
  margin-bottom: 10px;
  border-right: dotted #ccc 1px;
  box-sizing: border-box;
  float: left;
}

#wrap-nv li a {
  width: 90%;
  margin: 0 auto;
  padding: 8px 0;
  font-weight: 500;
}

#wrap-nv li:last-child {
  border: none;
}

#wrap-nv li a:hover {
  background: #eec008;
  border-radius: 5px;
  text-decoration: none;
}

.slicknav_menu {
  display: none;
}

/*///// スライダー /////*/

.wrap-mainvisual {
  max-width: 950px;
  margin: 0 auto 10px;
  border: solid 1px #fff;
  box-sizing: border-box;
}

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

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

/*///// 下層リンク /////*/

.wrap-lk img {
  max-width: 100%;
}

.wrap-top {
  overflow: hidden;
  width: 100%;
  background: #f5f2eb;
  padding: 15px 0;
}

.wrap-top .wrap-lk {
  width: 46%;
  float: left;
  margin: 0 1% 0 3%;
}

.wrap-top .wrap-lk:nth-of-type(2n) {
  margin: 0 3% 0 1%;
}

.wrap-top .wrap-lk h2 {
  border-left: 10px solid #009e41;
  border-top: 2px solid #009e41;
  border-bottom: 1px solid #ccc;
  background: #fff;
  padding-left: 15px;
  line-height: 140%;
  font-size: 130%;
  font-weight: 700;
  letter-spacing: 2px;
  border-radius: 6px 0 0 0;
}

/*--- もっと読むボタン ---*/
.wrap-more {
  width: 180px;
  text-align: center;
  margin: 20px auto 0;
  overflow: hidden;
}

.wrap-more a {
  line-height: 32px;
  padding-left: 10px;
  background: #e8dfbb;
  border-bottom: solid 1px #ccc;
}

.wrap-more a:after {
  font-family: FontAwesome;
  content: "\f152";
  color: #ec8b37;
  margin-left: 10px;
}

.wrap-more a:hover {
  background: #fff;
  border-left: solid 8px #eec008;
  text-decoration: none;
}

/*///// サイドエリア /////*/
aside dl {
  margin-bottom: 40px;
  background: #e8dfbb;
}

aside dt {
  color: #fff;
  padding: 50px 20px 10px;
  border-radius: 0 5px 0 0;
  background: #009e41;
}

aside a {
  background: #e8dfbb;
  border-bottom: solid 1px #ccc;
  font-size: 85%;
}

aside a:hover {
  background: #fff;
  border-left: solid 6px #eec008;
  text-decoration: none;
}

aside dd:nth-last-of-type(1) a {
  border-bottom: solid 6px #009e41;
  border-radius: 0 0 5px 0;
  margin-bottom: 20px;
}

/*------- 上ブロック*/
aside .wrap_t a {
  line-height: 32px;
  padding-left: 10px;
}

aside .wrap_t a:before {
  font-family: FontAwesome;
  content: "\f152";
  color: #ec8b37;
  margin-right: 8px;
}

/*------- 下ブロック*/
aside .wrap_trs dd {
  font-size: 80%;
  line-height: 30px;
}

aside .wrap_trs img {
  max-width: 50px;
  margin-right: 5px;
}

/*///// おすすめリンク /////*/

.wrap-lbk {
  width: 100%;
  overflow: hidden;
  padding-bottom: 15px;
  background: #f5f2eb;
}

.wrap-lbk h2 {
  border-left: 10px solid #009e41;
  border-top: 2px solid #009e41;
  border-bottom: 1px solid #ccc;
  background: #fff;
  padding-left: 15px;
  line-height: 140%;
  font-size: 130%;
  font-weight: 700;
  letter-spacing: 2px;
  border-radius: 6px 0 0 0;
}

.lbk_in {
  width: 50%;
  float: left;
}

.wrap-lbk h3 {
  width: 92%;
  border: none;
  padding: 0;
  margin: 0 auto 5px;
  background: none;
}

.wrap-lbk h3 a {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  background: #009e41;
  position: relative;
  color: #fff;
}

.wrap-lbk h3 a:hover {
  background: #eec008;
  text-decoration: none;
}

.wrap-lbk h3 a:after {
  font-family: FontAwesome;
  content: "\f152";
  font-weight: normal;
  position: absolute;
  right: 15px;
}

.lbk_in p {
  margin-left: 10px;
}

/*///// フッターエリア /////*/

footer {
  max-width: 950px;
  margin: 30px auto 0;
  background: #fff;
}

footer ul {
  overflow: hidden;
}

footer li {
  width: 30%;
  margin: 30px 0;
  float: left;
}

footer dl {
  width: 96%;
  margin-left: 4%;
  font-size: 85%;
}

footer dt {
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
  line-height: 30px;
  text-align: center;
  background: #eec008;
}

footer dd {
  line-height: 30px;
  position: relative;
}

footer dd:before {
  font-family: FontAwesome;
  content: "\f152";
  color: #ec8b37;
  position: absolute;
  left: 10px;
}

footer a {
  padding-left: 27px;
}

footer a:hover {
  background: #fff;
}

/*--- コピーライト ---*/
.wrap-fc {
  padding: 20px 0;
  border-top: 6px #d9d9d9 solid;
  font-size: 70%;
  text-align: center;
  color: #908f8f;
}

/* /////////under */

.wrap-nf {
  font-size: 280%;
  color: #bfb59f;
}

/*///// パンくず /////*/

.wrap-pan {
  max-width: 950px;
  margin: 10px auto;
}

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

/*///// ＳＮＳ /////*/

.sns-ctnbt {
  width: 100%;
  margin: 60px auto 0;
}

.sns-ctnbt dl {
  overflow: hidden;
  background: #f5f2ea;
  border: 1px #bfb59f solid;
  padding: 0 10px 10px;
  text-align: center;
}

.sns-ctnbt dt {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
}

.sns-ctnbt dd {
  width: 25%;
  float: left;
}

.sns-ctnbt dd a {
  width: 96%;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  line-height: 50px;
  margin: 0 auto;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.sns-ctnbt dd a:hover {
  text-decoration: none !important;
}

/* SNSごとの背景色 */

#twitter {
  color: #00acee;
}

#hatena {
  color: #2d4c86;
}

#facebook {
  color: #3b5998;
}

#ggl-plus {
  color: #dd4b39;
}

#twitter:hover {
  border-color: #00acee;
}

#hatena:hover {
  border-color: #2d4c86;
}

#facebook:hover {
  border-color: #3b5998;
}

#ggl-plus:hover {
  border-color: #dd4b39;
}

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

/*///// トップに戻るボタン /////*/

p.wrap-btn a {
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  border-radius: 5px;
  bottom: 18px;
  right: 0;
  z-index: 1;
  background: #bfb59f;
  width: 55px;
  height: 55px;
  color: #fff;
}

p.wrap-btn a:hover {
  background: #009e41;
}

/*SMP■■■■■■■■■■*/

@media screen and (max-width: 717px) {
  .con_wrap {
    flex-direction: column;
  }

  body {
    line-height: 1.9;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
  }

  .ttl_h {
    width: 100%;
    margin: 0;
    padding-top: 50px;
    font-size: 100%;
    float: none;
  }

  h2 {
    padding: 9px 5px;
    font-size: 140%;
    line-height: 1.3;
  }

  h3,
  h4 {
    font-size: 125%;
  }

  .wrap-con {
    padding: 2.5%;
  }

  .wrap-con,
  main,
  aside,
  .wrap-menu,
  .wrap_trs img,
  article img {
    width: 100%;
  }

  article img {
    max-width: 100%;
  }

  article img,
  main,
  .wrap_trs img {
    float: none;
  }

  aside {
    display: none;
  }

  .wrap_sia {
    width: 100%;
    float: none;
    padding: 3% 2.8%;
    max-width: none;
  }

  aside dl {
    margin-bottom: 0;
  }

  aside dt {
    padding: 10px;
    border-radius: 0;
  }

  aside dd:nth-last-child(1) a {
    border-bottom: none;
    border-radius: 0;
    margin-bottom: 0;
  }

  aside .wrap_trs a {
    line-height: 32px;
    padding-left: 10px;
  }

  aside .wrap_trs a:before {
    font-family: FontAwesome;
    content: "\f152";
    color: #ec8b37;
    margin-right: 8px;
  }

  aside .wrap_trs dd {
    font-size: 100%;
  }

  aside .wrap_trs a:hover {
    border-left: solid 8px #eec008;
    text-decoration: none;
  }

  .wrap-hd {
    width: 100%;
    margin: 0 auto;
  }

  .wrap-hd.under_p {
    margin: 0;
  }

  .wrap-title {
    margin: 0 auto 3%;
    width: 100%;
    float: none;
  }

  .ttl_h a {
    font-size: 165%;
    text-align: center;
  }

  .wrap-hd p.wrap-cp {
    margin: 0 0 0.6em;
    text-align: center;
  }

  .wrap-hd.under_p p.wrap-cp {
    margin: 0 0 0.3em;
  }

  .wrap-mainvisual {
    width: 100%;
    float: none;
  }

  .wrap-lk img {
    float: none;
    display: block;
    margin: 0 auto 2%;
  }

  .wrap-top {
    overflow: hidden;
    width: 100%;
    margin: 0 auto 5%;
  }

  .wrap-top .wrap-lk {
    width: 94%;
    float: none;
    margin: 0 auto 10%;
  }

  .wrap-top .wrap-lk:nth-of-type(2n) {
    margin: 0 auto 2%;
  }

  .wrap-more {
    margin: 4% auto 0;
  }

  .wrap-more a {
    display: block;
    margin: 0 auto;
    float: none;
    width: 90%;
  }

  .wrap-lbk h2 {
    padding: 8px;
    margin: 0 auto 4%;
  }

  .wrap-lbk h3 a {
    padding: 8px 10px;
  }

  .lbk_in {
    width: 100%;
    float: none;
    margin: 0 auto 3%;
  }

  .lbk_in:last-child {
    margin: 0;
  }

  footer {
    width: 100%;
    padding: 0 0 10px;
  }

  footer dl {
    width: 100%;
    margin-left: 0%;
    font-size: 100%;
  }

  footer li,
  footer dt,
  footer dd {
    width: 100%;
    margin: 0;
    float: none;
    line-height: 3em;
    border: solid 2px #fff;
    box-sizing: border-box;
  }

  .wrap-pan {
    margin: 0;
  }

  .wrap-pan a {
    padding: 0;
  }

  /* /////////sns */
  .sns-ctnbt {
    width: 100%;
    margin: 2em auto;
  }

  .wrap_sib {
    width: 100%;
    float: none;
  }

  .sns-ctnbt dt {
    width: 100%;
    float: none;
  }

  .sns-ctnbt dd {
    width: 50%;
    float: left;
  }

  .sns-ctnbt dd a {
    margin-bottom: 10px;
  }

  /*/////////トップに戻るボタン*/
  /*テキストの場合*/
  p.wrap-btn a {
    font-size: 30px;
    line-height: 40px;
    bottom: 0;
    right: 15px;
    width: 45px;
    height: 45px;
  }

  /* /////////////////////slicknav /////////////////////*/
  #wrap-nv {
    display: none;
  }

  .sli {}

  /*デフォルトナビアイコン*/
  .slicknav_menu .slicknav_icon {
    display: none;
  }

  /*ナビの下のボーダー*/
  .slicknav_nav {
    border-bottom: none;
  }

  /*トップ背景色*/
  .slicknav_btn {
    float: none;
    background: #3f3f3f;
    border-radius: 0;
  }

  /*メニューの背景色（hover時の色）*/
  .slicknav_menu {
    width: 100%;
    display: block;
    padding: 0;
    background: #dde9f5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }

  /*下層文字色*/
  .slicknav_menu a {
    margin: 0;
    color: #3f3f3f;
    overflow: hidden;
    padding: 0;
  }

  /*下層メニュー内容部分背景色*/
  .slicknav_nav a {
    padding: 7px 15px;
    border: none;
    background: #fff;
  }

  /*下層メニュー内容部分hover文字色r*/
  .slicknav_nav a:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    opacity: 1;
    color: #3f3f3f;
  }

  /*ナビ内メニュータイトルのli・pddingで高さ*/
  .slicknav_nav .slicknav_row {
    margin: 0;
    padding: 8px;
  }

  /*ナビ内メニュータイトルのli:hover時*/
  .slicknav_nav .slicknav_row:hover {
    color: #3f3f3f;
    border-radius: 0;
    background: none;
  }

  /*ナビタイトルテキスト（マーク）*/
  .slicknav_menu .slicknav_menutxt {
    float: right;
    text-shadow: none;
    line-height: 1.5em;
    font-size: 90%;
    /*高さ調節*/
    padding: 10px;
    /*高さ調節ここでも*/
    color: #fff;
  }

  .slicknav_menu img {
    display: none;
  }

  .slicknav_menu .wrap_trs a {
    border: none;
  }

  /*ナビ内矢印*/
  .slicknav_menu>ul>li>a>p {
    display: inline-block;
  }

  .slicknav_nav ul {
    margin: 0;
  }

  a.slicknav_btn.slicknav_collapsed {
    width: 100%;
    display: block;
  }

  ul.slicknav_nav li:last-child {
    border-bottom: none;
  }

  .slicknav_menu .slicknav_no-text {
    float: right;
    margin: 15px;
  }

  .sticky {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
  }

  /* /////////////↑slicknav設定ここまで↑ //////////////*/
}

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

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

/*パンくず*/