@charset "utf-8";

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

.c_l_f_x:after {
  content: "";
  clear: both;
  display: block;
}

body {
  background-color: #fff;
  font-size: 15px;
  line-height: 2;
  font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ\ Ｐゴシック",
    "sans-serif";
}

article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  background: #ddd;
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: -16px;
  width: 10px;
  height: 4px;
  background: #3d5826;
}

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

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;
  font-weight: bold;
  color: #3d5826;
}

blockquote {
  background: #ccc;
  padding: 3em 1em;
  position: relative;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #fff;
  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 #3d5826;
  background: rgba(61, 88, 38, 0.13);
}

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

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 #3d5826;
  margin: 1em 0;
  padding: 1em;
}

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

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

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

a:hover {
  color: #3d5826;
  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: 20px;
}

h2,
.under h1 {
  font-weight: bold;
  border-left: 6px solid #3d5826;
  padding: 3px 10px;
  border-bottom: solid 1px #ccc;
}

h3,
.under h2 {
  background: #eee;
  padding: 10px 10px;
  font-size: 130%;
}

h4,
.under h3 {
  border-bottom: 2px solid #3d5826;
  padding-bottom: 5px;
  color: #3d5826;
  font-size: 130%;
}

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

h5 {
  font-size: 120%;
  padding-bottom: 5px;
  border-bottom: 1px dashed #3d5826;
}

h6 {
  font-size: 100%;
  color: #3d5826;
}

strong {
  color: #c61f1f;
}

em {
  font-style: normal;
  background: rgba(61, 88, 38, 0.13);
}

main {
  margin-bottom: 50px;
}

article {
  margin-bottom: 30px;
}

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

.contbx {
  max-width: 950px;
  margin: 0 auto;
  /* overflow: hidden; */
}

.aligncenter_main {
  width: 100%;
  margin: 0 auto 20px;
  display: block;
}

.contbx-w>* {
  color: #333;
}

.contbx-wl {
  max-width: 70%;
  /*630px*/
  float: right;
  padding: 0;
}

@media (max-width: 775px) {
  .contbx-wl {
    max-width: inherit;
  }
}

.contbx-wr {
  /*min-*/
  width: 23%;
  /*280px*/
  float: left;
  margin: 0 auto 30px;
  position: sticky;
  top: 0;
  height: fit-content;
}

.contbx-ha {
  width: 100%;
  margin: 0;
  padding: 0;
}

.contbx .contbx-ti {
  margin: 20px auto;
}

.h_s-title a {
  color: #3d5826;
  font-size: 30px;
  text-align: left;
  font-weight: bold;
  line-height: 1.3;
}

.contbx-ha p.p_c-cp {
  background: #3d5826;
  font-size: 68%;
  text-align: left;
  margin: 0;
  padding: 0.2em 0;
  color: #fff;
}

.contbx-ha p.p_c-cp span {
  width: 950px;
  margin: 0 auto;
  display: block;
}

nav {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
  background: rgb(255, 255, 255);
  /* Old browsers */
  background: -moz-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(243, 243, 243, 1) 50%,
      rgba(237, 237, 237, 1) 51%,
      rgba(255, 255, 255, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(243, 243, 243, 1) 50%,
      rgba(237, 237, 237, 1) 51%,
      rgba(255, 255, 255, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(243, 243, 243, 1) 50%,
      rgba(237, 237, 237, 1) 51%,
      rgba(255, 255, 255, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  margin: 0 0 30px;
  border-bottom: solid #ccc 1px;
  border-top: solid #ccc 1px;
}

.contbx-nvg>ul {
  overflow: hidden;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.contbx-nvg ul#contbx-nvg-menu>li {
  display: block;
  position: relative;
  float: left;
  width: 25%;
  font-size: 13px;
  text-align: center;
  border-left: solid #ccc 1px;
}

#contbx-nvg-menu li:last-child {
  border-right: solid #ccc 1px;
}

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

.slicknav_menu {
  display: none;
}

#contbx-nvg-menu li a {
  display: block;
  font-weight: bold;
  margin: 0;
  padding: 0.4em 0;
}

#contbx-nvg-menu li a:hover {
  opacity: 1;
  color: #fff;
  background: #3d5826;
}

.contbx-mainv {
  margin: 0 0;
}

.bx-wrapper {
  margin: 0 auto;
  border: none;
  box-shadow: none;
}

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

.contbx-linkc img {
  width: 30%;
  float: right;
}

.contbx-linkctop {
  width: 100%;
  margin: 0 auto 30px;
}

.contbx-linkctop .contbx-linkc {
  border: solid 2px #ccc;
  margin: 0 0 30px;
  padding: 18px;
}

.contbx-linkctop .contbx-linkc>div {
  overflow: hidden;
}

.contbx-linkctop .contbx-linkc>div p {
  float: left;
  width: 66%;
}

.contbx-linkctop .contbx-linkc h2 {
  margin: 0 0 15px;
}

.contbx-more {
  text-align: center;
  margin: 15px auto 0;
}

/*もっとボタン*/

.contbx-more a {
  padding: 0.5em;
  border: 2px solid #3d5826;
  color: #fff;
  background: #3d5826;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.contbx-more a:hover {
  background: #fff;
  color: #3d5826;
}

aside li>p {
  font-size: 17px;
  margin: 0 0 10px;
  text-align: left;
  padding: 5px 6px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
  background: rgb(255, 255, 255);
  /* Old browsers */
  background: -moz-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(243, 243, 243, 1) 50%,
      rgba(237, 237, 237, 1) 51%,
      rgba(255, 255, 255, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(243, 243, 243, 1) 50%,
      rgba(237, 237, 237, 1) 51%,
      rgba(255, 255, 255, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(243, 243, 243, 1) 50%,
      rgba(237, 237, 237, 1) 51%,
      rgba(255, 255, 255, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  border: solid #ddd 1px;
  border-bottom: solid 2px #3d5826;
  font-weight: bold;
}

aside a {
  padding: 10px 0;
}

aside img {
  float: left;
  max-width: 20%;
  border: solid 1px #ccc;
  margin-right: 5px;
}

.side-contbx>li {
  margin: 0 0 4em;
}

.si_a a,
.si_b a {
  font-size: 13px;
}

.si_a li,
.si_b li {
  border-bottom: solid 1px #e4e4e4;
}

.si_a li:last-child,
.si_b li:last-child {
  border: none;
}

.si_a li:last-child a,
.si_b li:last-child a {
  padding-bottom: 0;
}

.si_b a {
  overflow: hidden;
}

.contbx-lkb {
  border: solid 2px #3d5826;
  padding: 0;
}

.contbx-lkb h2 {
  border: none;
  color: #fff;
  padding: 6px 0;
  text-align: center;
  background: #3d5826;
}

.contbx-lkb h3 {
  border-bottom: dashed 1px #3d5826;
  background: none;
  padding: 0;
  margin: 0 0 4px;
}

.contbx-lkb h3 a {
  padding: 6px 6px;
  display: block;
}

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

.contbx-lkb h3 a:hover {
  background: #eee;
}

.contbx-lkb a {
  text-align: left;
}

.contbx-lkb-in {
  margin: 0 20px 15px;
}

footer {
  background: #ddd;
  position: relative;
  padding: 40px 0 0;
}

footer .contbx-ftm p {
  padding: 0 0;
  color: #3d5826;
  font-weight: bold;
  margin: 0 0 5px;
  border-bottom: solid 3px #3d5826;
}

footer .contbx-ftm a {
  color: #3d5826;
  border-bottom: dotted 1px #3d5826;
  font-size: 85%;
  padding: 0 0 5px;
  margin: 0 0 5px;
  display: block;
}

footer a:hover {
  text-decoration: none;
}

footer .contbx ul {
  overflow: hidden;
  margin: 0 auto 20px;
}

footer .contbx-ftm ul li a {
  width: 100%;
}

.contbx-ftc {
  font-size: 70%;
  background: #3d5826;
  text-align: center;
  padding: 5px 1em;
  color: #fff;
}

.contbx-ftm {
  width: 27%;
  float: left;
  margin-right: 3%;
}

.contbx-ftm ul {
  padding: 0;
}

.contbx-bf {
  font-size: 180%;
  color: #a04343;
}

.contbx-pn {
  margin-bottom: 10px;
}

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

.contbx-pn font {
  color: #ccc;
}

.contsns-a {
  width: 100%;
  margin: 50px 0;
  padding: 0;
}

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

.contsns-a>div {
  text-align: center;
}

.contsns-a:after {
  content: "";
  clear: both;
  display: block;
}

.contsns-b {
  text-align: left;
  display: block;
  color: #3d5826;
  font-size: 14px;
  width: 100%;
  font-weight: bold;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.contsns-c {
  width: 24%;
  border-radius: 8px;
  margin: 0 0.1%;
}

.contsns-c .fa {
  font-weight: bold;
}

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

.contsns-d:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 1;
  opacity: 1;
}

#twitter {
  border: solid 2px #00acee;
  color: #00acee;
}

#hatena {
  border: solid 2px #2d4c86;
  color: #2d4c86;
}

#facebook {
  border: solid 2px #3b5998;
  color: #3b5998;
}

#ggl-plus {
  border: solid 2px #dd4b39;
  color: #dd4b39;
}

#twitter:hover {
  background: #00acee;
  color: #fff;
}

#hatena:hover {
  background: #2d4c86;
  color: #fff;
}

#facebook:hover {
  background: #3b5998;
  color: #fff;
}

#ggl-plus:hover {
  background: #dd4b39;
  color: #fff;
}

p.contbx-topbtn {
  text-align: right;
  width: 950px;
  margin: 0 auto;
}

p.contbx-topbtn a {
  font-size: 15px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  display: inline;
  padding: 10px 1.5em;
  background: #ddd;
  color: #3d5826;
}

@media screen and (max-width: 775px) {

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

  .contbx {
    padding: 2.8%;
  }

  main h2 {
    padding: 8px 5px;
    font-weight: bold;
  }

  h2 {
    font-size: 135%;
    margin-bottom: 3%;
  }

  h3,
  h4,
  h5,
  h6 {
    font-size: 120%;
    margin-bottom: 3%;
  }

  .contbx,
  main,
  .side-menu,
  .si_b img,
  article img {
    width: 100%;
  }

  article img {
    max-width: 100%;
  }

  article img,
  main {
    float: none;
  }

  .h_s-title {
    font-size: 100%;
  }

  .aligncenter_main {
    width: 100%;
  }

  .contbx-wl,
  .contbx-wr {
    width: 100%;
    float: none;
  }

  .contbx-ha {
    padding: 3%;
  }

  .contbx .contbx-ti {
    margin: 20px 0 0;
  }

  .contbx-ha .contbx {
    padding: 0;
  }

  .h_s-title a {
    text-align: center;
    font-size: 180%;
  }

  .contbx-ha p.p_c-cp {
    background: none;
    font-size: 65%;
    text-align: center;
    margin: 0 0 0.5em;
    color: #4c4c4c;
  }

  .contbx-ha p.p_c-cp span {
    width: 100%;
  }

  .contbx-mainv {
    padding: 15px 0;
    margin: 0 0 10px;
  }

  .contbx-lkb h2 {
    margin: 0 0 3%;
  }

  .contbx-lkb h3 {
    margin: 0 0 1%;
  }

  .contbx-lkb h3 a {
    padding: 6px 0;
  }

  .contbx-lkb-in {
    margin: 0 3% 4%;
  }

  .contbx-linkc img {
    float: none;
    display: block;
    width: 100%;
    float: none;
    margin: 0 0 3%;
    margin: 0 auto;
  }

  .contbx-linkctop {
    margin: 0 auto 5%;
  }

  .contbx-linkctop .contbx-linkc {
    width: 100%;
    float: none;
    margin: 0 auto 5%;
  }

  .contbx-linkctop .contbx-linkc>div p {
    float: none;
    width: 100%;
    margin: 0 0 3%;
  }

  .contbx-more {
    text-align: center;
    margin: 5% auto 0;
  }

  .contbx-more a {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  aside li>p {
    font-size: 100%;
    margin: 0 0 2%;
  }

  aside a {
    padding: 2% 0;
  }

  aside img {
    max-width: 20%;
  }

  .side-contbx>li {
    margin: 0 0 5%;
    padding: 3%;
  }

  .si_a a,
  .si_b a {
    font-size: 90%;
  }

  footer {
    padding: 0;
  }

  footer .contbx {
    padding: 3% 3% 0 3%;
  }

  footer .contbx ul {
    display: block;
    margin: 0 auto 3%;
  }

  footer .contbx-ftm p {
    margin: 0 0 2%;
  }

  footer a {
    font-size: 90%;
    padding: 5px 0;
  }

  footer .contbx-ftm {
    width: 100%;
    margin-bottom: 2rem;
  }

  /* /////////sns */
  .contsns-b {
    border-bottom: solid 1px #3d5826;
  }

  .sns-contbx {
    display: block;
  }

  .contsns-c {
    display: block;
    width: 90%;
    margin: 0 auto 10px;
  }

  /*/////////トップに戻るボタン*/
  p.contbx-topbtn {
    text-align: right;
    width: 96%;
  }

  p.contbx-topbtn a {
    margin: 0;
    font-size: 90%;
    padding: 0.9em 1.5em 2em;
  }

  /* /////////////////////slicknav /////////////////////*/
  .contbx-nvg.sli {
    display: none;
  }

  .slicknav_nav .slicknav_arrow {
    font-size: 0.9em;
  }

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

  /*ナビの下のボーダー*/
  .slicknav_nav {
    border-bottom: solid 1px #3d5826;
  }

  .slicknav_menu .si_a li,
  .si_b li {
    border: none;
  }

  .slicknav_menu .si_a li:last-child a,
  .si_b li:last-child a {
    padding-bottom: 7px;
  }

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

  /*コンテンツの背景色（hover時の色）*/
  .slicknav_menu {
    display: block;
    padding: 0;
    background: #3d5826;
    width: 100%;
    position: fixed;
    z-index: 999;
  }

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

  /*下層コンテンツ内容部分背景色*/
  .slicknav_nav a {
    padding: 7px 15px;
    background: #fff;
  }

  /*下層コンテンツ内容部分hove文字色r*/
  .slicknav_nav a:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    opacity: 1;
    color: #fff;
  }

  /*ナビ内コンテンツタイトルのli・pddingで高さ*/
  .slicknav_nav .slicknav_row {
    margin: 0;
    padding: 8px;
  }

  /*ナビ内コンテンツタイトルのli:hover時*/
  .slicknav_nav .slicknav_row:hover {
    color: #fff;
    border-radius: 0;
    background: none;
  }

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

  .slicknav_menu img {
    display: 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;
  }

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