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

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

body {
  background: url(../images/img02.png) repeat;
  background-attachment: fixed;
  background-color: #fff;
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
}

a {
  color: #464242;
  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 {
  font-weight: bold;
}

h2::first-letter,
.under h1::first-letter {
  color: #12a027;
  font-size: 108%;
}

h3,
.under h2 {
  border-left: 5px solid #464242;
  padding-left: 10px;
}

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

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

h5 {
  font-size: 120%;
  padding: 3px;
  border: solid 1px #464242;
}

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

strong {
  background: linear-gradient(transparent 60%, #a7e065 60%);
}

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

article ul li {
  position: relative;
}

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

article ol {
  counter-reset: counter-name;
  background: rgba(18, 160, 39, 0.18);
  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 {
  background: #464242;
  padding: 3em 1em;
  color: #fff;
  position: relative;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #999;
  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 #464242;
  background: #e3e3e3;
}

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

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

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

em {
  font-style: normal;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/* ///////////大コンテナ*/
.cont-b {
  max-width: 970px;
  margin: 0 auto;
  /* overflow: hidden; */
  padding: 0 35px;
  background: #fff;
}

.cont_bw {
  border-top: 8px solid #464242;
}

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

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

/* ///////////左右コンテナ*/
.contf_l {
  border-top: 3px solid #cbc1c1;
  max-width: 70%;
  /*600px*/
  float: left;
  padding: 15px 0 0;
}

@media (max-width: 752px) {
  .contf_l {
    max-width: inherit;
  }
}

.contf_r {
  /*min-*/
  width: 23%;
  /*260px*/
  float: right;
  margin: 0 auto 30px;
  position: sticky;
  top: 0;
  height: fit-content;
}

/* ///////////メイン */
main {
  margin-bottom: 50px;
}

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

article {
  margin-bottom: 30px;
}

/*//////////////コンテンツ内容//////////*/
/* ヘッダーエリア */
.hed_conta {
  width: 350px;
  margin: 0 auto;
  float: left;
  padding: 0;
}

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

.cont-b .con_ti {
  margin: 65px 0 40px;
}

.titl_p a {
  font-size: 30px;
  line-height: 1.3;
}

.titl_p a::first-letter {
  color: #12a027;
  font-size: 121%;
}

.hed_conta p.ccp {
  font-size: 70%;
  margin: 0 0 15px;
}

.hed_conta.not_top {
  width: 100%;
  margin: 0 0 30px;
  float: none;
  padding: 15px 0;
}

.hed_conta.not_top .titl_p a {
  margin: 0 0 10px;
}

.hed_conta.not_top .con_ti {
  margin: 0;
}

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

ul#nv_cont {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.hed_conta.not_top .nv_b>ul {
  display: flex;
  justify-content: space-around;
}

.nv_b ul#nv_cont>li {
  display: block;
  font-size: 14px;
  float: left;
  width: 50%;
  margin: 0 0 5px;
  padding: 3px 0 3px 3px;
}

.slicknav_menu {
  display: none;
}

#nv_cont li a {
  display: block;
}

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

.sl_vis {
  float: right;
  width: 550px;
  position: relative;
  margin: 0 auto;
}

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

.sli_cov {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 550px;
  /* height: 490px;
  background: url(../images/img01.png) no-repeat; */
  background-size: 100%;
}

/*スライダーボタン使わなければ消す*/

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

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

.l_kon img {
  border-radius: 50%;
  display: block;
  margin: 0 auto 15px;
  max-width: 80%;
}

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

.top_lk {
  overflow: hidden;
  width: 100%;
  padding: 20px 0 0;
  margin: 0 auto 30px;
}

.top_lk .l_kon {
  width: 31.3%;
  border-top: 2px solid #cbc1c1;
  float: left;
  margin: 0 3% 20px 0;
  padding: 20px 0;
}

.top_lk .l_kon:nth-of-type(3) {
  margin-right: 0;
}

.top_lk .l_kon h2 {
  margin: 0 0 15px;
  padding: 0;
  background: none;
}

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

.b_more {
  text-align: center;
  margin: 20px auto 0;
}

.b_more a {
  padding: 0.5em;
  border: 1px solid #000;
  color: #000;
  width: 100%;
  display: block;
}

.b_more a:hover {
  background: #78b137;
  color: #fff;
}

/* aside */

aside li>p {
  font-weight: bold;
  font-size: 16px;
}

aside a {
  padding: 10px 0;
}

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

.side_lb>li {
  margin: 0 0 30px;
  border-top: 3px solid #cbc1c1;
  padding: 15px 0 0;
}

aside img {
  float: left;
  max-width: 70px;
  border-radius: 50%;
  display: block;
  margin: 0 10px 0 0;
}

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

.s_ab {}

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

.s_cd a {
  margin-bottom: 10px;
  overflow: hidden;
}

/* おすすめリンク */

.rec_l {
  border: solid 1px #464242;
  padding: 15px;
  margin: 30px auto;
}

.link-in {
  margin: 0 0 20px;
}

.rec_l h3 {
  border: none;
  padding: 0;
  margin: 0 0 10px;
  position: relative;
}

.rec_l h3 a {
  display: block;
  /* text-align: center; */
  padding: 5px 14px 5px 5px;
  border: solid 1px #464242;
  background: rgba(18, 160, 39, 0.18);
}

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

.rec_l h3 a:hover {
  opacity: 1;
  background: #fff;
}

.rec_l p {
  padding: 0;
}

.rec_l a {
  text-align: left;
}

/* footer */

footer {
  position: relative;
  background: #464242;
  margin: 30px auto 0;
  width: 970px;
  padding: 30px 0 10px;
}

footer p {
  color: #fff;
  font-size: 17px;
}

footer a {
  color: #fff;
  font-size: 85%;
}

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

footer .cont-b {
  display: flex;
  flex-wrap: wrap;
  background: none;
  margin: 0 auto 50px;
}

.fcp {
  font-size: 70%;
  text-align: center;
}

.fmn {
  float: left;
  width: 21%;
  margin-right: 2%;
}

/* under */

.err {
  font-size: 200%;
  color: #717171;
}

/* pan nav */

.pan {
  margin-bottom: 10px;
}

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

.pan font {
  color: #ccc;
}

/* SNS */

.snsa {
  width: 100%;
  margin: 50px 0;
}

.snsb {
  width: 90%;
  margin: 0 auto;
}

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

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

.snsc {
  text-align: center;
  display: block;
  border: solid 1px #464242;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.snsd {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 2%;
}

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

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

.snse: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.back_bb a {
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 157, 54, 0.8);
  width: 55px;
  height: 55px;
  color: #fff;
}