@charset "utf-8";

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

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

body {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.8;
  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;
  border: 1px dotted #333;
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 8px;
  height: 8px;
  background: #333;
}

article ol {
  counter-reset: counter-name;
  border: 1px dotted #333;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
}

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 {
  color: #fff;
  background: #999999;
  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;
  color: #1e8a66;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #1e8a66;
  background: #eee;
}

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

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 dotted #999;
  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: #1e8a66;
  display: block;
}

a:hover {
  opacity: 0.7;
  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: 25px;
}

h2,
.under h1 {
  border-top: 2px solid #333;
  border-bottom: 1px dotted #333;
  padding: 10px 0;
}

main h2::before,
.under h1::before {
  content: "\f138";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
  color: #e4d06a;
}

h3,
.under h2 {
  background: #f8f8da;
  padding: 5px;
}

h4,
.under h3 {
  border-bottom: 2px solid #1e8a66;
  padding-bottom: 5px;
}

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

h5 {
  border-left: 5px solid #49bf97;
  padding-left: 8px;
  font-size: 120%;
}

h6 {
  padding-bottom: 4px;
  border-bottom: dashed 1px #999;
  font-size: 100%;
}

strong {
  background: linear-gradient(transparent 70%, rgba(255, 166, 44, 0.88) 60%);
}

em {
  font-style: normal;
  background: #eee;
}

/* ///////////大コンテナ*/

.ct_um {
  max-width: 980px;
  margin: 0 auto;
  /* overflow: hidden; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*文字色全変更*/
.ctum_w>* {
  color: #333;
}

/* ///////////左右コンテナ*/

.bxr {
  max-width: 70%;
  /*715px*/
  float: right;
  padding: 0;
}

@media (max-width: 799px) {
  .bxr {
    max-width: inherit;
  }
}


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

/* ///////////メイン */

main {
  margin-bottom: 50px;
}

article {
  margin-bottom: 30px;
}

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

/*//////////////コンテンツ内容//////////*/

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

.hare {
  width: 100%;
  margin: 0;
  padding: 0;
}

/*/////////ページタイトルのコンテナ*/

.cttit {
  right: 595px;
  background: rgba(79, 189, 151, 0.81);
  padding: 20px;
  border-radius: 8px;
  width: 400px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 30px auto;
}

.sitit a {
  font-size: 28px;
  font-weight: bold;
  margin: 20px 0;
  color: #fff;
  line-height: 1.3;
}

.hare p.ccpy {
  color: #fff;
  font-size: 70%;
}

.oth_p .cttit {
  right: 100%;
  background: none;
  padding: 0;
  border-radius: none;
  width: 100%;
  position: static;
  margin: 17px auto;
}

.oth_p .sitit a {
  font-size: 24px;
  margin: 0;
  color: #1e8a66;
}

.oth_p p.ccpy {
  color: #49bf97;
}

/*/////////ヘッダーナビ*/

.sm_sli {}

.sli {}

nav {
  background: #fff;
  border-bottom: solid 2px #999;
}

.nv_ub>ul {
  display: flex;
  justify-content: space-around;
}

.nv_ub ul#nv_ub-menu>li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 13px;
  text-align: center;
}

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

.slicknav_menu {
  display: none;
}

#nv_ub-menu li a {
  display: block;
  padding: 10px 0;
  font-weight: bold;
}

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

.vis_um {
  position: relative;
  z-index: 1;
  margin: 0 0 30px;
}

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

.bxslider {
  margin: 0px;
}

.bx-wrapper img {
  width: 100%;
}

.bx-viewport {
  max-height: 390px;
}

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

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

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

.lk_ct img {
  max-width: 100%;
  margin-right: 10px;
}

/*下層リンク・三連 できればピクセルで指定*/

.lk_bx {
  overflow: hidden;
  width: 100%;
  margin: 0 auto 30px;
}

.lk_bx .lk_ct {
  width: 33.3%;
  float: left;
  padding: 0 15px 15px;
  border-left: solid 1px #888;
  margin: 0 0 20px 0;
}

.lk_bx .lk_ct:nth-of-type(3) {
  margin-right: 0;
  border-right: solid 1px #888;
}

.lk_bx .lk_ct h2 {
  margin: 0 0 15px;
  padding: 0;
  color: #49bf97;
  border: none;
}

.lk_bx .lk_ct h2::before {
  content: "\f138";
  font-family: FontAwesome;
  margin: 0 0.3em 0 0;
  color: #e4d06a;
}

/*/////////もっと読むボタン*/

.mbt {
  text-align: right;
  margin: 20px auto 0;
}

.mbt a {
  padding: 0.5em;
  font-weight: bold;
  display: block;
}

.mbt a::before {
  content: "\f0da";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
}

.mbt a:hover {}

/* /////////aside */

aside {}

aside li>p {
  color: #fff;
  font-weight: bold;
  padding: 0 10px;
  background: #49bf97;
}

aside a {
  font-size: 13px;
  padding: 15px 0;
  border-bottom: 1px dotted #333;
}

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

.side-ct_um>li {
  margin: 0 0 30px;
  border: solid 1px #49bf97;
}

/*/////////メニューリンク*/

.si_fir {
  padding: 0 10px;
}

/*/////////記事リンク*/

.si_sec {
  padding: 0 10px;
}

.si_sec a {
  overflow: hidden;
}

.si_fir li:last-child a,
.si_sec li:last-child a {
  border: none;
}

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

.lkbx {
  background-color: #f8f8da;
  padding: 3%;
}

.lkbx h2 {
  padding: 0;
  border: none;
  margin: 0 0 2%;
}

.lkbx h3 {
  padding: 0;
  margin: 0 0 1%;
  position: relative;
}

.lkbx h3 a {
  padding: 0 0 5px;
  border-bottom: dotted 1px #333;
  display: block;
}

.lkbx h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}

.lkbx a {
  text-align: left;
}

.lk_in {
  padding: 0 1em;
  margin: 0 auto 3%;
}

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

/* /////////footer */

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

footer .ct_um p {
  color: #1e8a66;
  font-weight: bold;
}

footer a {
  color: #1e8a66;
  font-size: 85%;
  padding: 4px 0;
}

footer a::before {
  content: "\f0da";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
}

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

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

.fcpy {
  font-size: 70%;
  background: #00a16d;
  text-align: center;
  padding: 1.8em 1em;
  color: #fff;
}

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

.ftm ul {
  margin: 0 0 0 1.5em;
}

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

.nfd {
  font-size: 200%;
  color: #912323;
}

/* /////////pan nav */

.pnv {
  margin-bottom: 10px;
}

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

.pnv font {
  color: #ccc;
}

/* /////////SNS */

.snaa {
  width: 100%;
  padding: 3%;
  margin: 50px 0;
  border: dotted 1px #333;
}

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

.snaa>div {
  text-align: center;
}

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

.sncc {
  text-align: center;
  display: block;
  background: #f1f1f1;
  padding: 5px 0;
  font-size: 14px;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.sndd {
  width: 24.3%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

.sndd .fa {
  font-weight: bold;
}

.snee {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 15px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 8px;
}

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

/* SNSごとの背景色 */

#twitter {
  background-color: #00acee;
}

#hatena {
  background-color: #2d4c86;
}

#facebook {
  background-color: #3b5998;
}

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

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

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

p.topbtn a {
  font-size: 30px;
  line-height: 55px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 1;
  background: rgba(73, 191, 151, 0.8);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  color: #fff;
}

/*下層などflex内で要素が増える時*/
.ct_um.ctum_w.c_fx:has(.pnv) {
  flex-wrap: wrap;
}

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

/*パンくず*/