@charset "utf-8";

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

.b-cfx:after {
  content: "";
  clear: both;
  display: block;
}

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

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

a:hover {
  color: #ffe51f;
  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: 130%;
  margin-bottom: 25px;
}


h2,
.under h1 {
  font-size: 22px;
  line-height: 32px;
  background: #ffe51f;
  color: #000000;
  position: relative;
  border: none;
  margin-bottom: 30px;
  padding: 10px;
}

h2::before,
.under h1::before {
  border-top: 10px solid #ffe51f;
  content: "";
  position: absolute;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -10px;
  left: 30px;
}

h2::after,
.under h1::after {
  border-top: 10px solid #ffe51f;
  content: "";
  position: absolute;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -10px;
  left: 30px;
  border-radius: 2px;
}

h3,
.under h2 {
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-left: 0;
  padding-bottom: 10px;
  border-top: none;
  border-bottom-width: 3px;
  border-bottom-color: #c1c1c1 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
  background-color: transparent;
}

h3::after,
.under h2::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 3;
  content: "";
  width: 30%;
  height: 3px;
  background-color: #e2d81b;
}

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

h5 {
  border-bottom: 1px dashed #ccc;
  font-size: 120%;
}

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

article ul {
  padding: 1em;
  margin: 1.5em 0;
  background: #fffde7;
  border: solid 2px #ffd54f;
  border-radius: 5px;
}

article ul li {
  position: relative;
}

article ul li::before {
  content: "・";
  margin: 0 0.2em 0 0;
  color: #000;
}

article ol {
  counter-reset: counter-name;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  background: #fffde7;
  border: solid 2px #ffd54f;
  border-radius: 5px;
}

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-color: #ccc;
  padding: 3em 1em;
  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 #ccc;
  background: #eee;
}

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

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

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

strong {
  background: #74dfff;
}

em {
  font-style: normal;
  color: #c77070;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.c-mnp_ctn {
  max-width: 1100px;
  margin: 0 auto;
  /* overflow: hidden; */
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.c-mnp_w>* {
  color: #000;
}

.c-mnp_lb {
  max-width: 73%;
  /*770px*/
  float: right;
  padding: 0;
}

@media (max-width: 750px) {
  .c-mnp_lb {
    max-width: inherit;
  }
}

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

main {
  margin-bottom: 50px;
}

article {
  margin-bottom: 30px;
}

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

.c-mnp_hare {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e0e0e+0,7d7e7d+100 */
  background: rgb(14, 14, 14);
  /* Old browsers */
  background: -moz-linear-gradient(left,
      rgba(14, 14, 14, 1) 0%,
      rgba(125, 126, 125, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left,
      rgba(14, 14, 14, 1) 0%,
      rgba(125, 126, 125, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,
      rgba(14, 14, 14, 1) 0%,
      rgba(125, 126, 125, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e0e0e', endColorstr='#7d7e7d', GradientType=1);
  /* IE6-9 */
}

.c-mnp_hare.c-mnp_at {
  margin: 0 auto 30px;
}

.c-mnp_stit a {
  font-size: 30px;
  margin: 0 0 0.3em;
  color: #fff;
  line-height: 1.3;
}

.c-mnp_hare p.c-mnp_cp {
  font-size: 70%;
  color: #fff;
}

nav {
  background: #ffe51f;
  border-bottom: solid 1px #000;
}

.c-mnp_gn>ul {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.c-mnp_gn ul#c-mnp_gn-menu>li {
  display: block;
  float: left;
  border-left: solid 1px #000;
  font-size: 12px;
  width: 25%;
}

.c-mnp_gn ul#c-mnp_gn-menu>li:last-child {
  border-right: solid 1px #000;
}

#c-mnp_gn-menu li a {
  display: block;
  padding: 0.8em 2em;
  text-align: center;
  color: #000;
}

.slicknav_menu {
  display: none;
}

.c-mnp_mvi {
  margin: 0 0 30px;
}

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

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

.c-mnp_lkimg img {
  max-width: 100%;
  margin: 0;
}

/*下層リンク*/

.c-mnp_lkimg {
  margin: 0 0 30px;
  overflow: hidden;
  border: solid 1px #ddd;
  padding: 15px;
}

.c-mnp_lkimg p {
  font-size: 14px;
}

.c-mnp_lkimg img {
  display: block;
  width: 80%;
  margin: 0 auto 2%;
}

.c-mnp_lkimg h2 {
  width: 100%;
}

.c-mnp_more {
  text-align: center;
  margin: 15px auto 0;
  overflow: hidden;
}

.c-mnp_more a {
  background: #dc4e41;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: 1.5em 0.5em;
  width: 50%;
  margin: 0 auto 4px;
  display: block;
  border-radius: 5px;
  box-shadow: 0 4px #b63b30;
}

.c-mnp_more a:hover {
  opacity: 1;
  margin: 4px auto 0;
  box-shadow: none;
}

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

aside li>p {
  font-size: 19px;
  font-weight: bold;
  color: #000;
}

aside a {
  padding: 15px 0;
}

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

.side-c-mnp_ctn>li {
  margin: 0 0 30px;
}

/*/////////Menuリンク*/
.c-mnp_s-ia li,
.c-mnp_silk li {
  border-bottom: solid 1px #ddd;
}

.c-mnp_s-ia li:last-child,
.c-mnp_silk li:last-child {
  border: none;
}

.c-mnp_silk a {
  overflow: hidden;
}

.c-mnp_l_k_b {
  border: solid 1px #ccc;
  padding: 20px;
  margin: 0 auto 30px;
}

.c-mnp_l_k_b h3 {
  padding: 0;
  margin: 0 auto 5px;
  background: none;
}

.c-mnp_l_k_b h3 a {
  padding: 5px;
  display: block;
}

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

.c-mnp_l_k_b p {
  padding: 0;
}

.c-mnp_l_k_b a {
  text-align: left;
}

.c-mnp_lkin {
  margin: 0 auto 20px;
}

.c-mnp_lkin:last-child {
  margin: 0 auto;
}

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

footer {
  border-top: 1px solid #ccc;
  position: relative;
  padding: 50px 0 0;
}

footer p {
  font-weight: bold;
  font-size: 19px;
  color: #000;
}

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

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

.c-mnp_ftc {
  font-weight: normal;
  color: #fff;
  border-top: 1px solid #ccc;
  font-size: 70%;
  padding: 25px 3%;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e0e0e+0,7d7e7d+100 */
  background: rgb(14, 14, 14);
  /* Old browsers */
  background: -moz-linear-gradient(left,
      rgba(14, 14, 14, 1) 0%,
      rgba(125, 126, 125, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left,
      rgba(14, 14, 14, 1) 0%,
      rgba(125, 126, 125, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,
      rgba(14, 14, 14, 1) 0%,
      rgba(125, 126, 125, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e0e0e', endColorstr='#7d7e7d', GradientType=1);
  /* IE6-9 */
}

.c-mnp_ftm {
  width: 23%;
  margin-right: 2%;
}

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

.c-mnp_nf {
  font-size: 160%;
  color: #000;
}

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

.c-mnp_pn {
  margin-bottom: 10px;
}

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

.c-mnp_pn font {
  color: #ccc;
}

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

.sc--mnp_a {
  width: 100%;
  margin: 50px 0;
  overflow: hidden;
}

.sc--mnp_b {
  display: flex;
  justify-content: flex-end;
}

.sc--mnp_a>div {
  text-align: center;
}

.sc--mnp_a:after {
  content: "";
  clear: both;
  display: block;
}

.sc--mnp_c {
  text-align: left;
  display: none;
  background-color: rgba(169, 97, 176, 0.2);
  color: #444;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin: 0 0 20px;
  box-sizing: border-box;
}

.sc--mnp_d {
  width: 14%;
  box-sizing: border-box;
  margin: 0 0.5%;
}

.sc--mnp_d .fa {
  font-weight: bold;
}

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

.sc--mnp_e:hover {
  text-decoration: none !important;
}

.btn3 {
  margin: 0 auto 4px;
  display: block;
  border-radius: 5px;
  box-shadow: 0 4px #448ca5;
}

#twitter:hover,
#hatena:hover,
#facebook:hover,
#ggl-plus:hover {
  margin: 4px auto 0;
  box-shadow: none;
}

/* SNSごとの背景色 */

#twitter {
  background-color: #00acee;
  box-shadow: 0 4px #0083b5;
}

#hatena {
  background-color: #2d4c86;
  box-shadow: 0 4px #203660;
}

#facebook {
  background-color: #3b5998;
  box-shadow: 0 4px #293e6a;
}

#ggl-plus {
  background-color: #dd4b39;
  box-shadow: 0 4px #a03629;
}

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

p.c-mnp_b_k_t a {
  font-size: 33px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 1;
  background: rgba(255, 229, 31, 0.86);
  width: 55px;
  height: 55px;
  color: #000;
  border-radius: 50%;
}

@media screen and (max-width: 750px) {
  c-mnp_mvi {
    margin: 0 0 3%;
  }

  .sticky {
    position: static;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
    margin: 0 0 5%;
    line-height: 1.3;
  }

  body {
    line-height: 1.9;
  }

  .c-mnp_ctn {
    padding: 3%;
    flex-direction: column;
  }

  h2 {
    padding: 10px;
    font-size: 125%;
  }

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

  h5,
  h6 {
    font-size: 105%;
  }

  .c-mnp_ctn,
  main,
  .side-menu,
  .c-mnp_silk img,
  article img {
    width: 100%;
  }

  article img {
    max-width: 100%;
  }

  article img,
  main,
  .c-mnp_silk img {
    float: none;
  }

  h1.c-mnp_stit {
    font-size: 110%;
  }

  main {
    margin-bottom: 12%;
  }

  /* ///////////左右コンテナ*/
  .c-mnp_rb {
    display: none;
  }

  .c-mnp_lb {
    width: 100%;
    float: none;
  }

  /*ページタイトルのコンテナ*/
  .c-mnp_hare {
    margin: 0 auto;
    padding: 3% 0;
    padding-top: 50px;
  }

  .c-mnp_hare.c-mnp_at {
    margin: 0 auto 0;
  }

  h1.c-mnp_stit a {
    font-size: 130%;
  }

  /* /////////////////////slicknav /////////////////////*/
  .c-mnp_gn #c-mnp_gn-menu {
    display: none;
  }

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

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

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

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

  /*下層文字色*/
  .slicknav_menu a {
    margin: 0;
    color: #444;
    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: #ffe51f;
    opacity: 1;
    color: #000;
  }

  /*ナビ内カテゴリータイトルのli・pddingで高さ*/
  .slicknav_nav .slicknav_row {
    margin: 0;
    padding: 8px;
    background: #000;
    color: #fff;
  }

  /*ナビ内カテゴリータイトルのli:hover時*/
  .slicknav_nav .slicknav_row:hover {
    color: #000;
  }

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

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

  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: #ffe51f;
  }

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

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

  .c-mnp_s-ia,
  .c-mnp_silk {
    border: none;
  }

  .c-mnp_s-ia li,
  .c-mnp_silk li {
    border: none;
  }

  /* /////////////↑slicknav設定ここまで↑ //////////////*/
  /*/////////下層リンク*/
  .c-mnp_lkimg {
    width: 100%;
    float: none;
    margin: 0 auto 10%;
  }

  .c-mnp_lkimg p {
    font-size: 100%;
  }

  .c-mnp_lkimg img {
    float: none;
    width: 100%;
    margin: 0 0 2%;
  }

  .c-mnp_lkimg>div {
    float: none;
    width: 100%;
  }

  /*/////////もっと読むボタン*/
  .c-mnp_more a {}

  .c-mnp_more {
    text-align: center;
    margin: 5% auto 0;
  }

  .c-mnp_more a {
    font-size: 100%;
    width: 100%;
  }

  .c-mnp_more a:hover {}

  /*/////////おすすめリンク */
  .c-mnp_l_k_b {
    margin: 0 auto 10%;
  }

  .c-mnp_l_k_b h2 {}

  .c-mnp_l_k_b h3 a {}

  .c-mnp_l_k_b p {
    padding: 0;
  }

  /*/////////フッター*/
  footer {
    padding: 0;
  }

  footer .c-mnp_ftm {
    width: 100%;
    margin-bottom: 2rem;
  }

  footer .c-mnp_ctn {
    margin: 0 auto 5%;
  }

  /* /////////sns */
  .sc--mnp_b {
    display: block;
  }

  .sc--mnp_d {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 3%;
  }

  .sc--mnp_e {
    font-size: 15px !important;
    padding: 10px 0 !important;
  }

  /*/////////トップに戻るボタン*/
  p.c-mnp_b_k_t a {
    font-size: 30px;
    line-height: 50px;
    bottom: 10px;
    right: 10px;
    width: 55px;
    height: 55px;
  }
}

/*下層などflex内で要素が増える時*/
.c-mnp_ctn.c-mnp_w.b-cfx:has(.c-mnp_pn) {
  flex-wrap: wrap;
}

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

/*パンくず*/