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

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

body {
  border-top: solid 4px #0a9061;
  background: #fff;
  font-size: 15px;
  line-height: 1.9;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
}

article ul {
  padding: 0.5em 1.5em 0.5em;
  margin: 1.5em 0;
  border: 1px solid #333;
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "■";
  color: #0a9061;
  display: inline-block;
}

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

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

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

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #666;
  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: 8px;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #666;
  background: #333;
}

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

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

b {
  font-size: 100%;
}

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

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

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

a:hover {
  opacity: 0.6;
  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 {
  color: #fff;
  position: relative;
  padding: 0.5em;
  background: #0a9061;
}

h2:after,
.under h1:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #0a9061;
  width: 0;
  height: 0;
}

h3,
.under h2 {
  font-size: 130%;
  background: #333;
  color: #fff;
  padding: 5px;
}

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

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

h5 {
  font-size: 120%;
  padding: 5px;
  background: #eee;
}

h6 {
  padding: 3px;
  font-size: 100%;
  border-bottom: dotted 1px #333;
}

strong {
  color: #d80000;
  font-size: 110%;
  letter-spacing: 0.02em;
  text-decoration: underline;
}

/* ///////////大コンテナ*/
.jsm-cb {
  max-width: 1024px;
  margin: 0 auto;
  /* overflow: hidden; */
}

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

.jsm-cb_wrap {
  margin: 0 auto 0;
}

.jsm-cb_wrap>* {
  color: #333;
}

.jsm-cb-l {
  max-width: 70%;
  /*700px*/
  float: left;
  padding: 0;
}

@media (max-width: 700px) {
  .jsm-cb-l {
    max-width: inherit;
  }
}

.jsm-cb-r {
  /*min-*/
  width: 23%;
  /*290px*/
  float: right;
  margin: 0 auto 30px;
  position: sticky;
  top: 50px;
  height: fit-content;
}

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

main {
  margin-bottom: 50px;
}

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

article {
  margin-bottom: 30px;
  background: #fff;
}

main article {
  padding: 0;
}

/* スクロール固定ナビ */

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

.slicknav_menu {
  display: none;
}

/* header */

.jsm-cb-ha {
  width: 100%;
  background: #fff;
  margin: 0 0 30px;
  padding: 0;
}

.jsm-cb .jsm-cb-s-t {
  margin: 40px 0;
  overflow: hidden;
}

.jsm-cb-stit a {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

.jsm-cb-ha p.jsm-cb-c-cp {
  margin: 10px 0 0;
  font-size: 70%;
  text-align: center;
}

#kahen-box {
  /*position: fixed;*/
  width: 100%;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
  z-index: 9998;
}

.kahen_inner {
  position: relative;
}

/* transition */

#kahen-box,
#kahen-box:after,
#kahen-box .logo,
.jsm-cb-gnv ul li,
.jsm-cb-gnv ul li a {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

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

nav {
  background: #ffffff;
}

.jsm-cb-gnv>ul {

  z-index: 9999;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1024px;
  display: flex;
  justify-content: center;
}

.jsm-cb-gnv ul#jsm-cb-gnv_mn>li {
  display: block;
  float: left;
  position: relative;
  margin: 5px 10px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border: solid 1px #333;
  background: #333;
}

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

ul#jsm-cb-gnv_mn li a {
  display: block;
  padding: 15px 25px;
  color: #fff;
}

ul#jsm-cb-gnv_mn li a:hover {
  opacity: 1;
  background: #fff;
  color: #333;
}

/*可変後のaサイズ*/

#kahen-box.fixed .jsm-cb-gnv {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

#kahen-box.fixed .jsm-cb-gnv ul#jsm-cb-gnv_mn>li {
  border: none;
}

#kahen-box.fixed .jsm-cb-gnv ul#jsm-cb-gnv_mn li a {
  padding: 12px;
  color: #333;
  background: #fff;
}

/*可変後にのaのhover変更したい場合*/

#kahen-box.fixed .jsm-cb-gnv ul#jsm-cb-gnv_mn li a:hover {
  background: #0a9061;
  color: #fff;
}

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

.jsm-cb-mainv {
  margin: 0 0 35px;
}

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

.bx-wrapper .bx-controls-direction a {
  z-index: 9990;
}

.bx-wrapper .bx-controls-direction a:hover {
  transition: 0s;
}

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

.jsm-cb-li_c img {
  width: 100%;
  margin: 0;
}

.jsm-cb-li_ctop {
  overflow: hidden;
  width: 100%;
}

.jsm-cb-li_ctop .jsm-cb-li_c {
  width: 100%;
  padding: 0;
  margin: 0 0 40px 0;
}

.jsm-cb-li_c>div:first-child p {
  padding: 0 0 15px;
}

.jsm-cb-li_c h2 {
  border-left: solid 5px #0a9061;
  margin: 0 0 10px;
  color: #333;
  background: #eee;
  font-weight: bold;
  padding: 9px 7px;
  border-bottom: none;
}

.jsm-cb-li_c h2::after {
  border: none;
}

.jsm-cb-li_c.l_one {
  overflow: hidden;
  padding: ;
}

.jsm-cb-li_c .lk_img {
  position: relative;
}

.jsm-cb-li_c .lk_img img {
  z-index: 10;
}

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

.jsm-cb-more_btn {
  position: absolute;
  z-index: 13;
  right: 0;
  top: 40%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: rgba(222, 222, 222, 0.67);
  font-weight: bold;
}

.jsm-cb-more_btn a {
  display: block;
  color: #333;
  font-size: 130%;
  padding: 2em 1.5em;
  letter-spacing: 0.06em;
}

.jsm-cb-more_btn a::before {
  content: "\f054";
  display: inline;
  font-family: FontAwesome;
  margin: 0 0.4em 0 0;
  color: #0a9061;
}

.jsm-cb-li_c.l_one .lk_sec .jsm-cb-more_btn {
  width: 60%;
}

/*おすすめリンク*/

.jsm-cb-libox {
  padding: 20px;
  border: solid 1px #333;
}

.jsm-cb-libox h2 {
  margin: 0 0 25px;
  padding: 0 0 8px;
  background: none;
  color: #333;
  font-weight: bold;
  border-left: none;
}

.jsm-cb-libox h2::after {
  border: none;
}

.jsm-cb-libox h3 {
  padding: 0;
  border: none;
  margin: 0 0 3px;
}

.jsm-cb-libox h3 a {
  padding: 0.3em 0.4em;
  display: block;
  color: #fff;
  text-align: left;
  background: #333;
}

.jsm-cb-libox h3 a::before {
  content: "\f0da";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
}

.jsm-cb-libox h3 a:hover {
  color: #fff;
  background: #0a9061;
  opacity: 1;
}

.jsm-cb-libox a {
  text-align: left;
}

.jsm-cb-libox_in {
  padding: 0;
  margin: 0 0 2%;
}

.jsm-cb-libox_in:last-child {
  margin: 0;
}

/* aside */

aside li>p {
  font-size: 18px;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0 auto 15px;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  background: #eee;
}

.ct_sna {
  font-size: 18px;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0 auto 15px;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
}

.ct_sna {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  background: #eee;
}

aside a {
  font-size: 14px;
  padding: 7px;
  color: #fff;
  background: #333;
  margin: 0 0 2%;
}

.side-jsm-cb>li,
.jsm-cb-s-a {
  margin: 0 0 40px;
}

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

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

.jsm-cb-sia {
  overflow: hidden;
}

.jsm-cb-silk a {
  overflow: hidden;
}

/* footer */

footer {
  position: relative;
  background: #fff;
  padding: 50px 0 10px;
  border-top: #eee solid 1px;
}

footer p {
  color: #0a9061;
}

footer .jsm-cb-ftm p {
  font-weight: bold;
  font-size: 16px;
}

footer a {
  font-size: 85%;
}

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

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

.jsm-cb-ftc {
  font-size: 70%;
  text-align: center;
}

.jsm-cb-ftm {
  width: 22%;
  margin-right: 3%;
}

/* under */

.jsm-cb-nfd {
  font-size: 180%;
  color: #0a9061;
}

/* pan nav */

.jsm-cb-pn {
  margin-bottom: 0;
}

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

.jsm-cb-pn font {
  color: #ccc;
}

/* SNS */

.jsm-cb-s-a {
  width: 100%;
}

.jsm-cb-s-a:after {
  content: "";
  clear: both;
  display: block;
}

.jsm-cb-s-c {
  margin: 0 0 2%;
}

.jsm-cb-s-c .fa {
  font-weight: bold;
}

.jsm-cb-s-d {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 7px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}

.jsm-cb-s-d: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;
}

p.jsm-cb-btb a {
  background: rgba(10, 144, 97, 0.82);
  bottom: 0;
  color: #fff;
  font-size: 26px;
  height: 50px;
  line-height: 45px;
  position: fixed;
  right: 0;
  text-align: center;
  width: 50px;
  z-index: 99999;
}

p.jsm-cb-btb a:hover {
  opacity: 1;
}